﻿@font-face {
    font-family: 'IRAN';
    src: url('IRANBold.eot?#') format('eot'),  /* IE6�8 */
    url('IRANBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('IRANBold.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
    font-weight:bold;
}
@font-face {
    font-family: 'IRAN';
    src: url('IRAN.eot?#') format('eot'),  /* IE6�8 */
    url('IRAN.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('IRAN.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
    font-weight:normal;
}
@font-face {
    font-family: 'BahijNassim';
    src: url('BahijNassim.eot?#') format('eot'),  /* IE6�8 */
    url('BahijNassim.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('BahijNassimRegular.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
    font-weight:normal;
}
/*@font-face {*/
/*font-family: 'FontAwesome';*/
/*src: url('FontAwesome.eot?#') format('eot'),  !* IE6�8 *!*/
/*url('FontAwesome.woff') format('woff'),  !* FF3.6+, IE9, Chrome6+, Saf5.1+*!*/
/*url('FontAwesome.ttf') format('truetype');  !* Saf3�5, Chrome4+, FF3.5, Opera 10+ *!*/
/*font-weight:normal;*/
/*}*/

table{
    display: inline-block;
}
.head-part .fa ,.foot_part .fa {
    /*font-family: FontAwesome;*/
    /*padding: 5px;*/
    font-size: 20px !important;
    width: 20px !important;
    text-align: center;
    text-decoration: none;
    margin: 0px 2px 0;
    border-radius: 50%;
    transition:all .3s;
    -webkit-transition:all .3s;
    margin-right: 10px;
}

.head-part .fa:hover,.picture-icon .fa:hover{
    color:red;
    transform:rotate(-10deg);
    -webkit-transform:rotate(-10deg);
    text-shadow: 2px 2px 2px #fff;
    animation: shake 1500ms;
}
@keyframes spin {
    to {
        transform: rotateZ(720deg);
    }
}
.head-part .fa-telegram {
    color:#fff ;
}
.head-part .fa-telegram:hover{
    color:red !important;
    background: #fff;
}
.head-part .fa-instagram {
    color:#fff ;
}
.head-part .fa-facebook{
    color:#fff ;
}
.head-part .fa-twitter{
    color:#fff ;
}

.foot_part .fa-telegram,.foot_part .fa-instagram ,.foot_part .fa-facebook,.foot_part .fa-twitter{
    color:rgb(203,203,203) ;
}
.foot_part .fa:hover{
    color:rgb(1,92,145);
    transform:rotate(-10deg);
    -webkit-transform:rotate(-10deg);
    text-shadow: 2px 2px 2px #fff;
    animation: shake 1500ms;
}

.header{
    /*overflow-y: visible !important;;*/
    /*overflow-x:hidden !important;*/
}
.header.banner--stick{
    /*overflow-y: visible !important;;*/
    /*overflow-x:visible !important;*/
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.content #news-tick{
    margin-top:5px;
    padding:0 !important;
    margin-bottom: -8px;
    /*width:25px !important;*/
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
html {
    -pie-load-path: "http://any.server/path/to/pie-js-files/";
}
div.lysprites1,a.lysprites1,button.lysprites1,table.lysprites1,td.lysprites1{
    /*background: url(lysprites.png) no-repeat;*/
    /*background: url(social.png)no-repeat;*/
}
a.lysprites1{
    /*transition:all .1s ease-in-out;*/
}
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
span.hlstyle {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    background: #ffffbf;
    font-style: italic;
    padding: 2px;
    padding-top: 0px;
}
.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
    white-space: nowrap;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
    padding-right: 30px;
}
@keyframes shake {
    0% {
        transform: rotateZ(0);
    }
    10% {
        transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0);
    }
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
    position: absolute;
    right: 0;
    margin: -3px -40px 0 5px;
    padding: 0;
    width: 32px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    float:right;

}
.navbar-nav.sm-collapsible .caret:before {
    content: '+';
    font-family: monospace;
    font-weight: bold;
    color:#fff;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
    content: '-';
    color:#fff;
}
.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 ul.dropdown-menu > li{
    /*display:inline-block;*/
    /*float:none !important;*/
    /*float:right;*/
    white-space:nowrap;
    text-align: center;
}
.navbar-nav .dropdown-menu > li > a {
    white-space:nowrap;

}
.navbar-nav ul.sm-nowrap > li > a {
    white-space: nowrap !important;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
    white-space: nowrap;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu li{
    /*float:right!important;*/
    float:none !important;
    background-color: transparent !important;
    background: none !important;
    text-align: right !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out ;
    -ms-transition: all .2s ease-in-out ;
    -o-transition: all .2s ease-in-out ;
    transition: all .2s ease-in-out ;
    /*clear: both !important;*/
    /*padding-right: 5px;*/
}
.navbar-collapse,.navbar-collapse1{
    text-align: center;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    background: none !important;
}
.navbar-right li{
    z-index:5;
    white-space:nowrap;

}

.navbar-right ul.dropdown-menu {
    left: 0;
    right: auto;
    text-align: center;
}
.navbar-right li.active ul {
    text-align: center !important;
}
.navbar-right li.active ul.dropdown-menu li:hover{
    background:none !important;
    color:rgb(1,92,145);
}
.navbar-right li.active ul.dropdown-menu li a{
    display:block;
    width:100% !important;
    padding-right: 10px;
    color:rgb(1,92,145);
    line-height:30px;
    height:30px;
}
.navbar-right ul.dropdown-menu li a{
    display:block;
    width:100%;
    padding-right: 10px;
    color:rgb(1,92,145);
    line-height:25px;
    height:30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out ;
    -ms-transition: all .2s ease-in-out ;
    -o-transition: all .2s ease-in-out ;
    transition: all .2s ease-in-out ;
}
.navbar-right ul.dropdown-menu li:hover a{
    color:#fff;
    padding-right:15px;
}
.navbar-right ul.dropdown-menu li:hover{
    /*background:#f0f0f0 !important;*/
    background:rgb(1,92,145) !important;
}

#container{
    position:relative !important;
    /*overflow: hidden;*/
    margin-top:25px;
    margin-bottom:5px;
    /*padding-top:-50px !important;*/
}


/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;

}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    display: inline-block;
    margin: 10px auto 0;
    /*margin: auto !important;*/
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    /*background-color: #222222;*/
    background: url("ch05_002_3.png")center;
    border-radius: 30px;
    display: inline-block;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    width: 14px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li a:before{

}
.lSSlideOuter .lSPager.lSpg > li:hover a:before, .lSSlideOuter .lSPager.lSpg > li.active a:before {
    position: absolute;
    top:3px;
    left:3px;
    content:"";
    width:8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    /*background-color: #428bca;*/
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    /*content: " ";*/
    /*display: table;*/
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
#multimedia-top-tab{
    overflow-x: hidden !important;
}
#multimedia-top-tab .lSAction > a {
    width: 23px;
    display: block;
    top: 50%;
    height:100%;
    /*background: url(ch01_000007side.png) right;*/

    /*background-image: url('lightslider-controls.png');*/
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -3px;
    /*opacity: 0.7;*/
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    /*background: url(ch01_000007side.png) right;*/

}
@media screen and ( min-width: 992px )and ( max-width: 1200px){

    #multimedia-top-tab .lSAction > .lSPrev {
        /*left: -1px !important;*/
    }
    #multimedia-top-tab .lSAction > .lSNext {
        /*right:-6px !important;*/
    }
}
@media screen and ( min-width: 768px )and ( max-width: 991px){
    .main-block .lSAction > .lSPrev {
        /*left: -1px !important;*/
        height:450px !important;
        /*height:120% !important;*/
        background-size: cover !important;
    }
    .main-block .lSAction > .lSNext {
        /*right:-1px !important;*/
        height:450px !important;
        /*height:120% !important;*/
        background-size: cover !important;
    }
    .main-block .multimedia-title{
        margin-top:90px !important;
    }
}
@media screen and  ( max-width: 768px){
    .main-block .lSAction > .lSPrev {
        /*left: -1px !important;*/
        height:390px !important;
        /*height:120% !important;*/
        background-size: cover !important;
        margin-top:-15px !important;
    }
    .main-block .lSAction > .lSNext {
        /*right:-1px !important;*/
        height:390px !important;
        /*height:120% !important;*/
        background-size: cover !important;
        margin-top:-15px !important;
    }
    .main-block .multimedia-title{
        /*margin-top:10px !important;*/
    }
    .multimedia-section .lSAction > .lSNext{
        height:390px !important;
        /*height:120% !important;*/
        background-size: cover !important;
    }
    .multimedia-section .lSAction > .lSPrev {
        /*left: -1px !important;*/
        height:390px !important;
        /*height:120% !important;*/
        background-size: cover !important;
    }
    .multimedia-section .multimedia-title{
        margin-top:10px !important;
    }
}
#multimedia-top-tab .lSAction > a.lSPrev:hover {
    opacity: 1;
    /*background: url(ch01_00007l_w.png)no-repeat;*/

}
#multimedia-top-tab .lSAction > a.lSNext:hover {
    opacity: 1;
    /*background: url(ch01_00007r_w.png)no-repeat;*/
}
#multimedia-top-tab .lSAction > .lSPrev {
    /*top: 38%;*/
    top:0;
    /*background: right rgba(0,255,0,.5);*/
    /*background-position:-30px -50px ;*/
    background: url("ch07_003_2.png");
    background-position:top left -1px ;
    background-repeat: no-repeat;
    left: -1px;

}
#multimedia-top-tab .lSAction > .lSNext {
    /*background-position: -32px 0;*/
    /*top:38%;*/
    top:0;
    background: url("ch07_003_1.png");
    background-position:top right -1px ;
    background-repeat: no-repeat;
    /*background: url(ch01_00007_l_arrow.png)no-repeat;*/
    /*right:-7px;*/
    right: -1px;
    /*pointer-events: none;*/
}
/*//////////////////////////*/
#multimedia-main-tab .lSAction{
    display:block !important;
}
#multimedia-main-tab .lSAction > a {
    width:20px;
    display: block;
    top: 50%;
    height:80%;
    cursor: pointer;
    position: absolute;
    /*z-index:100;*/
    /*margin-top: -16px;*/
    opacity: 0.6;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    /*background: url(ch01_000007side.png) right;*/
}
#multimedia-main-tab .lSAction > a:hover {
    opacity: 1;
}
#multimedia-main-tab .lSAction > .lSPrev {
    top:10%;
    background: url(ch01_0021_7_l.png)left no-repeat;
    left:0px;
}
#multimedia-main-tab .lSAction > .lSNext {
    top:10%;
    background: url(ch01_0021_7_r.png)right no-repeat;
    right:0px;

}
/*////////////////////////////*/
#multimedia-top-tab .lSAction{
    display:block !important;
}
#multimedia-top-tab .lSAction > .lSNext.disable{
    opacity:.9;
    background: url(ch01_00007r_w.png)no-repeat;
    pointer-events: none;
}
#multimedia-top-tab .lSAction > .lSPrev.disable{
    opacity:.9;
    background: url(ch01_00007l_w.png)no-repeat;
    pointer-events: none;
}
#multimedia-top-tab .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;
}
#multimedia-top-tab .lSSlideOuter .lSPager{
    position: absolute;
    /*margin-left:15px !important;*/
    /*margin-bottom: 90px !important;*/

}
.main-block .lSSlideOuter .lSPager{
    /*top:191px;*/
    bottom: 53px;
    background: rgba(0,0,0,.5);
    left:0px;
    right:0;
    /*right:15px !important;*/
    /*height:40px !important; ;*/
    margin-left:23px !important;
    width:388px !important;
}
@media screen and ( max-width:992px ){
    .main-first-level{
        margin-bottom:5px;
    }
    #first-level-v5-section{
        margin-bottom:5px;
    }
}


.section-first-level .item-b{
    display:none;
}
/*.multimedia-section .lSSlideOuter .lSPager {*/
/*position: absolute;*/
/*top: 215px;*/
/*!* margin-top: -90px !important; *!*/
/*margin-left: 15px !important;*/
/*margin-bottom: 90px !important;*/
/*!* background: rgb(192,192,192); *!*/
/*}*/
.lSSlideOuter .lSPager li:first-of-type{
    /*margin-right:0x !important;*/
}
.lSSlideOuter .lSPager li.active{
    opacity: 1;
    /*-webkit-filter: sepia(0%); !* Safari *!*/
    /*filter: sepia(0%);*/
    /*-webkit-filter: grayscale(0%); !* Safari 6.0 - 9.0 *!*/
    /*filter: grayscale(0%);*/
}
.lSSlideOuter .lSPager li img{
    border:1px solid #fff;
}
.lSSlideOuter .lSPager li.active img{
    border:1px solid blue;
}
.lSSlideOuter .lSPager li.active a{

}
.lSSlideOuter .lSPager li{
    /*margin-right:2px !important;*/
    /*background: rgba(0,0,0,.5);*/
    margin-right:-5px !important;
    padding:0 6px;
    opacity: .6;
    transition: all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    /*-webkit-filter: sepia(100%); !* Safari *!*/
    /*filter: sepia(100%);*/
    /*-webkit-filter: grayscale(100%); !* Safari 6.0 - 9.0 *!*/
    /*filter: grayscale(100%);*/
}
.lSSlideOuter .lSPager li:first-child{
    margin-left:-3px !important;
}
.main-block .multimedia-images{
    position: relative !important;
    overflow: hidden;
}
.main-block .multimedia-images .multimedia-b-padding{
    /*width:100%;*/
    /*height:50px;*/
    /*position: absolute;*/
    /*left:20px;*/
    /*right: 0px !important;*/
    /*margin-right: 30px;*/
    /*bottom: 0;*/
    /*!*padding:0 20px;*!*/
    /*background: rgba(0,0,0,.5);*/
}
.lSSlideOuter .lSPager li img{
    border-radius: 5px;
}
@media screen and (max-width:768px){
    .multimedia-section .lSSlideOuter .lSPager{
        top: 20px !important;
        margin-left:-50px !important;
        margin-right: 30px !important;;
        background: none !important;
    }
    #multimedia-top-tab .lSSlideOuter .lSPager li{
        width:20px !important;
        height:20px !important;
        background: #fff;
        /*margin-right:2px !important;*/
        margin-right:5px !important;
        border-radius: 3px;
        padding:0 5px;
        opacity: .8;
        float:right !important;
    }
    #multimedia-top-tab .lSSlideOuter .lSPager li.active {
        border: 2px solid red !important;
    }
    .lSSlideOuter .lSPager li img{
        display:none !important;
    }
}
#next-slide,#pre-slide{
    background:red ;
    width:30px;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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


body {
    /*background: rgb(242,242,242);*/
    /*background-image: linear-gradient(top, red, red 70%, transparent 70%, transparent 100%);*/
    /*background: linear-gradient(top, red, red 70%, transparent 70%, transparent 100%);*/
    /*background:-webkit-linear-gradient(bottom ,rgb(247,247,247)79%,#fff 21%);*/
    background:rgb(247,247,247);
    /*background:#dcdcdc url(ch03_01_1.gif) top repeat-x;*/
    /*background:url(ch03_007_f3.gif)bottom center no-repeat,url(ch03_007_f1.gif)bottom repeat-x,url(ch03_01_2.gif)top 90px center no-repeat ,#dcdcdc url(ch03_01_1.gif) top repeat-x;*/


    /*background: #dcdcdc url(ch01_000002.gif) top repeat-x;*/

}

@media screen and (max-width: 768px) {
    body {
        /*background: #dcdcdc url(ch01_0001.gif) top repeat-x;*/
    }
    /*.navbar-right ul.dropdown-menu{*/
    /*!*width:20% !important;*!*/
    /*display: none !important;*/
    /*width: auto !important;*/
    /*top: auto !important;*/
    /*left: 0px !important;*/
    /*margin-left: 0px !important;*/
    /*margin-top: 0px !important;*/
    /*min-width: 10em !important;*/
    /*max-width: 20em !important;*/
    /*}*/
    .navbar-right ul.dropdown-menu li{
        float:none!important;
        /*padding-right: 5px;*/
    }
}
html,div,table,p,span,select,input,textarea,button {
    font-size: 12px;
    font-family: 'IRAN',Tahoma, Arial, Verdana, sans-serif;
    line-height: 21px;
}
@media screen and (max-width: 800px) {
    html,div,table,p,span,select,input,textarea,button {
        font-size: 14px;
    }
    .footer-menu-bg3 div {
        font-size:14px !important;

    }
}

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

/*Toolbar*/
.toolbar,.section_toolbar,.doc_toolbar,.general_toolbar {
    display: none;
}
/*End*/
/*Content Div*/
.doc_content,.general_content{
    padding-top: 4px;
    padding-bottom: 5px;
}
.general_content{
    margin-top:10px;
}
.doc_content{
    padding-right:5px !important;
}
.content{
    /*margin-top:-40px;*/
    padding-top: 4px;
    padding-bottom: 5px;
    /*padding-right:5px;*/
    /*box-sizing:border-box;*/
}
.section_content{
    padding-top: 5px;
    /*padding-left:5px !important;*/
    padding-bottom: 5px;
    padding-right: 5px;

}
.section_content #row-margin-1{
    /*margin-top:-15px !important;*/
}
.section_content .container{}
.important-sec {
    padding:0 5px;
    background: #fff;
}
/*End*/
/*Sidebar*/
.sidebar {
    /*display: block;*/
    /*margin-top:25px;*/
    padding-top:4px;
}
.section_sidebar {
    display: block;
    /*margin-top:25px;*/
    padding-top:4px;
}
.section-sidebar .lastyear-frame {
    margin-top:0;

}
.doc-sidebar .lastyear-frame {
    margin-top:0;


}
.lastyear-frame {

    margin-top:5px;
    /*margin-bottom: 3px;*/
}
.slimScrollBar{
    background: rgb(236,236,236) url(ch03_005_01.gif) center center no-repeat !important;
    border: 1px solid #a8a8a8 !important;
    width:9px !important;
    /*top: 33px !important;*/
    height: 63px !important;
}
.slimScrollRail{
    width:12px !important;
    background: rgb(224,224,224) !important;
    /*background: transparent !important;*/
    /*top: 33px !important;*/
}

.sidebar,.doc_sidebar,.general_sidebar {
    padding-top: 4px;
    padding-bottom: 5px;
}
.doc_sidebar{
    padding-top: 12px;
}
#doc_first{
    margin-top:-9px;
}
/*End*/
#footer,#doc_footer,#section_footer,#general_footer {
    height: 294px;
    text-align: center;
    background:  url("ch07_006_8_1.png") top repeat-x;
    /*background-attachment: fixed;*/
}
#footer .foot-logo,#doc_footer .foot-logo,#section_footer .foot-logo,#general_footer .foot-logo {
    position :absolute;
    left:50%;
    width:100%;
    height:44px;
    top:54px;
    /*background: url("ch05_002_7.png")center no-repeat;*/
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    z-index: 100;
    cursor: pointer;
}
#footer .container,#doc_footer .container,#section_footer .container,#general_footer .container{
    height: 294px;
    position: relative !important;
    z-index:1000;
    background: url("ch07_011_3_1.png");
    background-position: center ;
    background-repeat: no-repeat ;

}
#footer .footer-bg,#doc_footer .footer-bg,#section_footer .footer-bg,#general_footer .footer-bg{
    height: 294px;
    position: relative !important;
    background: url("ch07_011_1_1.png");
    background-position: right;
    background-repeat: no-repeat;
    z-index:1000;
}
#footer .footer-bg>div,#doc_footer .footer-bg>div,#section_footer .footer-bg>div,#general_footer .footer-bg>div{
    height: 294px;
    position: relative !important;
    z-index:900;
    background: url("ch07_011_2_1.png") ;
    background-position: left;
    background-repeat: no-repeat;
}
.footer-menu .foot-menu-items:nth-last-child(1),
.footer-menu .foot-menu-items:nth-last-child(2)
{
    display: none !important;
}

@media screen and ( max-width:650px ){
    #footer .footer-bg>div,#doc_footer .footer-bg>div,#section_footer .footer-bg>div,#general_footer .footer-bg>div{
        background: none !important;
    }

}
@media screen and ( max-width:530px ) {
    #foot-static-menu .foot_td2 {
        padding:0;
        font-size:12px !important;

    }
}
@media screen and (max-width:1200px){
    #footer .container,#doc_footer .container,#section_footer .container,#general_footer .container{
        background: none !important;
    }
    /*#footer,#doc_footer,#section_footer,#general_footer {*/
    /*background:url("ch03_007_f1.gif");*/
    /*background-repeat: repeat-x;*/

    /*!*!*-pie-background:url(ch01_0022_3.gif) top 37px center no-repeat,url(ch01_0022_2.gif)top 37px right 0 repeat-x;*!*!*/
    /*!*behavior: url(PIE.htc);*!*/
    /*!*height: 255px;*!*/
    /*!*margin-top:5px;*!*/
    /*}*/

    /*#footer .f-logo,#doc_footer .f-logo,#section_footer .f-logo,#general_footer .f-logo{*/
    /*position:absolute;*/
    /*display: inline-block;*/
    /*width:291px;*/
    /*height:145px;*/
    /*left:50%;*/
    /*transform: translate(-50%);*/
    /*bottom: 6px;*/
    /*z-index:0;*/
    /*background: url(ch03_007_f3.gif);*/
    /*background-repeat:no-repeat;*/
    /*background-position:bottom  center;*/
    /*}*/


}

#footer {
    /*height:258px;*/
    position: relative;
}
#footer:before{
    /*content:"";*/
    /*width:100%;*/
    /*height:258px;*/
    /*bottom: 0;*/
    /*left:0;*/
    /*right:0;*/
    /*background:url("ch03_007_f1.gif")repeat-x;*/
}
#footer .footer-bg{
    /*width:100%;*/
    /*!*position: absolute;*!*/
    /*height:149px;*/
    /*margin-top:60px;*/
    /*text-align: center;*/
    /*background: url(ch03_007_f3.gif);*/
    /*background-repeat:no-repeat;*/
    /*background-position:bottom center;*/
}
#foot-static-menu table{
    float:left !important;
}
@media screen and (max-width: 1200px){
    #foot-static-menu table{
        float:none !important;
        display: inline-block;
    }
}
@media screen and (max-width: 800px){
    #footer,#doc_footer,#section_footer,#general_footer {
        /*background:url(ch01_0022_3_c.gif) top 80px center no-repeat,url(ch01_0022_2.gif)top 80px right 0 repeat-x;*/
        /*height: 255px;*/
        /*margin-top:5px;*/
    }
    .footer-menu-bg3 {
        /*background:rgb(247,148,29)top  !important;*/
        /*background: url("ch003_07_f3.gif");*/
        /*background-repeat: repeat-x;*/

        /*background:linear-gradient(top, rgba(115,171,255)60%,transparent 40%)!important;*/
        /*background:-webkit-linear-gradient(top, rgb(115,171,255)60%,transparent 40%)!important;*/
        /*padding: 6px 0;*/
        /*border-radius: 10%;*/
        /*text-align: right !important;*/
        /*margin-bottom: 30px;*/
    }
    .footer-menu-bg3 a{
        /*color: rgb(26,111,248)!important;*/
    }

    #foot-static-menu{
        /*margin-top:10px;*/
    }
    #foot-static-menu td a{
        /*color: rgb(26,111,248)!important;*/
    }
    #foot-static-menu td .arrow{
        /*background:url("left_b.png")center/cover ;*/
    }

    .user-comment-name {
        color:rgb(281,0,7);
        /*background: url("ch01_0022_3.png")top 3px right 0 no-repeat,url("ch01_0022_3_1_m.gif")top 5px right 35px no-repeat !important;*/
    }
    .user-comment-date{
        color:#000 !important;
    }
}
a.footer-logo {
    /*background: url(ch01_0005.png) center center no-repeat;*/
    /*width: 146px;*/
    /*height: 46px;*/
    /*font-size: 0;*/
    /*display: inline-block;*/
}
.footer-menu {
    /*text-align: center;*/
}
.footer-menu-bg1 {
    /*display: inline-block;*/
    /*background: url(ch01_0003.gif) right no-repeat;	*/
}
.footer-menu-bg2 {
    /*display: inline-block;*/
    /*background: url(ch01_0004.gif) left no-repeat;*/
    /*padding: 0 21px;	*/
}

.footer-menu-bg3 {
    /*background:url(ch05_002_8.png)right no-repeat ;*/
    /*padding: 6px 0;*/
    /*text-align: center;*/
    /*margin-bottom: 30px;*/
}
.footer-menu-bg3>div{
    /*background:url(ch05_002_9.png)left no-repeat ;*/
    /*padding:0 29px;*/
}
.footer-menu-bg3>div>div{
    /*background:url(ch05_001_5.gif)repeat-x ;*/
    /*height: 33px;*/
}
.foot-menu-items {
    display: inline-block;
    white-space: nowrap;
    line-height: 33px;

}
.foot-menu-items:not(:first-child) a:before{
    /*content: "";*/
    /*width: 6px;*/
    /*height:6px;*/
    /*display:inline-block;*/
    /*background: rgb(118,36,3);*/
    /*margin-left:5px;*/
}
.foot-menu-items a {
    color: #fff;
    font-weight: bold;
    padding:8px ;
    position: relative;
    margin-right: 3px;

}
.foot-menu-items a:hover {
    color: rgb(118,36,3);
}

.foot-menu-items:before{
    /*position: absolute !important;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*width: 100%;*/
    /*height: 0px;*/
    /*!*height: 24px;*!*/
    /*background: rgba(255,0,0,0.3);*/
    /*border-radius: 5px;*/
    /*transition: all 2s ease;*/

}
.foot-menu-items:hover:before{
    height: 24px;
}
.header {

    background: url("ch07_001_1.gif");
    background-repeat: repeat-x;
    width:100%;

    position: relative;
    top: 0;
    /*overflow: hidden;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-o-transition: all 0.3s ease;*/
    /*-webkit-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
}
.lag-en{
    /*font-family:"Times New Roman" ;*/
}
.header .header-bg1{
    -moz-transition: all 0.2s ;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s ;
    /*padding-top:22px;*/
    background: url("ch07_001_3.gif");
    background-position: top;
    background-repeat: repeat-x;
    /*text-align: center;*/
    position: relative;
    /*background-repeat: ;*/
    /*top:21px;*/
    padding:0 !important;
    /*height:123px;*/

}
.header>.header-bg1>.header-bg2{
    /*display:inline-block;*/
    /*float:right;*/
    background: url("ch07_001_4.gif");
    background-position:top 0 left 180px ;
    background-repeat:no-repeat ;
    /*width:100%;*/
    /*margin-right:100px;*/
    /*height: 165px;*/
}
@media screen and ( min-width: 768px ) and ( max-width: 992px){
    .header>.header-bg1>.header-bg2{
        background: url("ch07_011_4.png")!important;
        background-position:top -1px left 180px !important;;
        background-repeat:no-repeat !important;
    }
}
@media screen and (max-width: 767px){
    .header .header-bg1{
        background: none !important;
        height: 0px;
    }
    .header>.header-bg1>.header-bg2{
        background:none!important;
    }
    .header>.header-bg1>.header-bg2>.header-bg-wrapper{
        display: none;
    }
    .header>.header-bg1>.header-bg2>.header-bg5{
        background: none !important;
        height: 0px;
    }
    .header>.header-bg1>.header-bg2>.header-bg5>.header-bg6{
        background: none !important;
        height: 0px;
    }
}
.header>.header-bg1>.header-bg2>.header-bg5{
    background: url("ch07_001_3_2.png") ;
    background-position:top 1px left -5px;
    background-repeat:no-repeat;;
    height: 165px;
}
.header>.header-bg1>.header-bg2>.header-bg5 .header-bg6{
    background: url("ch07_001_3_1.png");
    background-position:top 1px right -5px;
    background-repeat:no-repeat;
    height: 165px;
}
.header>.header-bg1>.header-bg2>.header-shadow{
    /*display:inline-block;*/
    /*float:right;*/
    background: url("ch07_001_4.gif");
    background-position:top 0 left 180px ;
    background-repeat:no-repeat;
    /*width:100%;*/
    /*margin-right:100px;*/
    height: 165px;
}
.header-bg2 .header-bg-wrapper{
    position:absolute;
    right:20px;
}
.header>.header-bg1 .header-bg3{
    float:right;
    width:66px;
    height:66px;
    margin-left:30px;
    background: url("ch07_001_6.png");
    background-position: center;
    background-size: cover;
    margin-top:40px;
}
.header>.header-bg1 .header-bg4{
    float:right;
    width:257px;
    height:69px;
    margin-left:0px;
    margin-top:30px;
    background: url("ch07_001_5.png") ;
    background-position: center;
    background-size: cover;
}

.header.sticky{
    /*position: fixed;*/
    /*top:20px;*/
    /*visibility: hidden;*/
    margin-top:-30px !important ;
    /*right:0;*/
    /*left:0;*/
    font-size: 24px;
    bottom: -180px !important;
    /*line-height: 48px;*/
    height: 60px !important;
    width: 100%;
    /*background: #efc47D;*/
    text-align: left;
    /*padding-left: 20px;*/
    z-index:99999;
    border-bottom:3px solid rgb(160,127,32)!important ;
    box-shadow:0 8px 4px -6px rgba(0,0,0,.75);
    /*margin-top:-120px;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*-webkit-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
    /*padding-bottom:-30px;*/
}
.header.sticky .header-bg1{
    height: 0px !important;
    /*transform:scale(.5);*/
    /*background: none;*/
    /*background: url("ch03_01_2_r1_1.png")bottom 0px right 10px no-repeat;*/
    /*height:120px !important;*/
}
/*.header.sticky .navbar-right:not(.sm-collapsible){*/
/*margin-top:100px;*/
/*!*padding-right:-500px;*!*/
/*margin-right:150px !important;*/
/*}*/
.main_h {
    position: fixed;
    /*top: 0px;*/
    max-height: 70px;
    z-index: 999;
    width: 100%;
    /*padding-top: 17px;*/
    background: none;
    height:0;
    /*overflow: hidden;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    top: -160px;
    /*padding-bottom: 6px;*/

}
.pi-sticky{
    position: fixed;
    background: rgb(241,241,241);
    background: rgb(241,241,241)url('ch07_009_6.png')right no-repeat;
    text-align: center !important;
    height:32px;
    opacity: 1;
    top: -110px;
    padding-top:-10px;
    left:0;
    right:0;
    line-height: 32px;
    /*border-bottom: 1px solid gainsboro;*/
    z-index:1000000;
    box-shadow: 0px 8px 4px -6px rgba(0,0,0,0.75);
    /*display:none;*/
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    /*-webkit-transform: translateY(-100%);*/
    /*-ms-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/
    border-bottom-right-radius:10px ;
    border-bottom-left-radius:10px ;
}

.pi-sticky .navbar-right{
    margin-top: -5px !important;;
}
.header .pi-sticky .navbar-default .navbar-nav > .active > a:before{
    display: none;
}
.header .pi-sticky .navbar-default .navbar-nav li  a{
    position: relative;
}

.header.sticky .timeStamp{
    display:none !important;
}
.header.sticky #head-static-menu{
    display:none !important;
}
.header.sticky #search{
    display:none !important;
}
.header.sticky .menu-container{
    margin-top:-9px !important;
}
.header.sticky .newsticker{
    display:none !important;
}
.header.sticky .foot-social-icons{
    display:none !important;
}
.header.sticky .header-bg1>.header-bg2{
    /*margin-top:20px !important;*/
    width:130px;
    height: 24px;
    right:120px;
    top:22px;
    /*height:25px;*/
    background:url("ch04_008_5_1.png")center/cover ;
}
.header.sticky .img-header{
    width:100px;
    height: 61px;
    background:url("ch04_01_8_1.png")center/cover ;
    /*transform: scale(.9);*/
    /*-webkit-transform: scale(.5);*/
}
@media screen and (min-width:998px) and (max-width:1200px){
    .header.sticky .header-bg1{
        /*height: 165px !important;*/
        /*transform:scale(.5);*/
        /*background: none;*/
        /*background: url("ch03_01_2_r1_1.png")bottom 0px right 0px no-repeat;*/
        /*height:120px !important;*/
    }
    .header.sticky .navbar-right:not(.sm-collapsible){
        margin-right:200px !important;
    }
    .sticky-container{
        display: none;
    }
}
.header.sticky .navbar-right:not(.sm-collapsible)>li:after{
    /*width:100px;*/
    /*content:"";*/
    /*width:100px;*/
    /*height:20px;*/
    /*padding-top:-10px;*/
    /*border-left:2px solid #fff;*/
}
.header.sticky .navbar-right:not(.sm-collapsible) li{
    /*margin-left:5px !important;*/

}
.header.sticky .navbar-right:not(.sm-collapsible) li a{
    /*color:#fff;*/
    /*padding-right: 0 !important;*/
    /*background: #fff;*/
}
.header.sticky .navbar-right:not(.sm-collapsible) li .dropdown-menu{
    /*width:110px !important;*/
    /*min-width: 100px !important ;*/
    /*background:rgba(181,0,0,.8) ;*/
    /*color:#fff;*/

}
.header.sticky .navbar-right:not(.sm-collapsible) li .dropdown-menu li{
    /*float:none !important;*/
    /*text-align: center;*/

}
.header.sticky .navbar-right li .dropdown-menu li a{
    /*color:#fff !important;*/

}
.header.sticky .navbar-right li .dropdown-menu li:hover a{
    /*color:gold !important;*/
}
.header.sticky .search_box{
    /*visibility: hidden;*/
}
.header.sticky #head-static-menu{
    /*display:none !important;*/
}
.header.sticky .menu-container{
    /*background: none;*/
}
.header.sticky .navbar-default .navbar-nav > .active>a,.header.sticky .navbar-default .navbar-nav >a:focus,.header.sticky  .navbar-default .navbar-nav>li:hover a {
    /*background:0 !important;*/
    /*color:gold;*/
}
.header.sticky ~#container{
    /*margin-top:100px !important;*/

}
.header.sticky .header-logo{

    /*float: right;*/
    /*!*background: url(ch01_0007.png);*!*/
    /*width: 270px;*/
    /*height: 80px;*/
    /*font-size: 100px;*/
    /*margin-left:150px;*/
}
.image-Header{
    /*position: absolute;*/
    /*!*display: inline-block;*!*/
    /*left:50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    /*top:0;*/
    /*width:90%;*/
    /*height:136px;*/
    /*background: url("ch01_0000011.png")top center ;*/
    /*border:0;*/
    /*z-index:1;*/
}
.image-Header>a{
    position:absolute;
    /*display: block;*/
    width:150px;
    height:110px;
    top:40px;
    left:42%;
    /*margin:auto;*/
    z-index:2;
    cursor: pointer;
}
.image-Header>a:hover{
    cursor: pointer;
    color: #fff;
}
a.footer_logo{
    /*position:absolute;*/
    /*width:100%;*/
    /*height:55px;*/
    /*display:block;*/
    /*!*left:38%;*!*/
    /*bottom:180px;*/
    /*z-index:2;*/
    /*background-color: red;*/
}
a.footer_logo:hover{
    cursor: pointer;
}
.main-menu{
    margin-top:5px;
    z-index:99;
}
a.header-logo {
    display:block;
    position: absolute !important;
    top:30px !important;
    right:0;
    /*left:50% !important;*/
    /*transform: translate(-50%);*/
    /*-webkit-transform: translate(-50%);;*/
    /*display: inline-block;*/
    /*background: url(ch01_0007.png);*/
    width: 400px;
    height: 70px;
    font-size: 0;
    z-index:1000;
    /*margin-top:60px;*/
    margin-left:-20px;
    cursor: pointer !important;;

}
.shape{
    /*margin:auto;*/
    /*width:385px;*/
    /*height:91px;*/
    /*background: url(ch01_0001_2.png);*/
    /*background:url(ch01_000001.png);*/
}
@media screen and (min-width: 490px)and (max-width: 768px) {
    a.header-logo {

        /*float: right;*/
        /*background: url("ch01_mobile_logo1.png")top 5px center no-repeat;*/
        /*width: 100%;*/
        /*height:91px;*/
        /*font-size: 0;*/
        /*margin-top: 3px;*/
    }
    .header {
        background:none ;
        height:40px;
        /*background: rgb(181,0,8);*/

    }
    .header .img-header{
        margin-top:-20px;
        right: 0 !important;
    }
    .header .header-bg1{
        /*height:0 !important;*/
        /*background:none !important;*/
    }

    .header.sticky{
        /*display: none;*/
    }
    .header.sticky {
        margin-top:120px !important;
        /*padding-top:-50px !important;;*/
        height:100px !important;
        /*margin-bottom:- 70px;*/

        /*margin-top:10px;*/
    }
    .header.sticky .header-bg1{

        /*height:100px !important;*/
        /*!*background:none*!*/
        /*background: url("ch03_01_2_r2.png")center bottom 4px no-repeat;*/
    }
    .header.sticky .menu-container{
        /*margin-top:10px;*/
        /*z-index:9999999;*/
    }
    .header.sticky .navbar-right{
        margin-top:0!important;
        margin-right:0 !important;
        margin:0;
        padding: 0;
        clear:both;

    }

}
.multi-image-box{
    /*padding-left:10px;*/
}
.multi-box-sec{
    margin-bottom: 15px;
    background: #2d2d2d;
    box-shadow: 2px 2px 3px #000;
    padding: 10px;
    text-align: center;
    width:100%;
    /*display: inline-block;*/
}
.multi-box-sec img{
    display: inline-block;
    width:100%;
    height:auto;
}
.multi-box{

}
.first-frame-big,
#first-carousel-big{
    width:100%;
    direction:ltr !important;
    position: relative !important;
    overflow: hidden !important;
}
.title_multi{
    margin-top:5px;
    direction: rtl;
}
.title_multi,
.title_multi a{
    color:#fff;
}
.first-title-main-v2 .daricheh-icon{
    color:#fff;
}
.first-sec-row1{
    margin-top: -46px;
    background: #474747;
}
.first-sec-row2{
    margin-top: -44px;
    margin-bottom: 5px;
}
.first-sec-row3{
    background: #0c3555;
}
.container_multimedia{
    margin-top:-15px !important;
    position: relative;
    overflow: hidden !important;
    width:100%;
    direction:ltr !important;
    /*float: right;*/
    /*background-color: #191919;*/
    /*margin-top: -9px !important;*/
    /*padding-top: 6px;*/
}
#first-level-v2-section{
    direction:ltr !important;
    position: relative !important;
    overflow: hidden !important;
    width:100%;
    text-align: center;

}
.first-images-v2{
    position: relative;
    overflow: hidden;
}
.first-images-v2:hover .first-title-main-v2{
    opacity:1;
    bottom: 0;
    height:auto;
}
.first-title-main-v2{
    position:absolute;
    /*bottom: 0;*/
    left:0;
    right:0;
    background: rgba(0,0,0,.8);
    padding:20px 30px;
    height:0 ;
    bottom: -100px;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    text-align: right !important;
}
.first-title-main-v2>div>div{
    float:right;
    width:100%;
}
.first-sec-multi-title .daricheh-icon{
    float:left ;
    color: #f8a519;
    direction: rtl;
}
.archive-date-multi>div{
    float:right;
    width:100%;
}

.first-sec-multi-title .multiStaff{
    float:right;
    color: #f8a519;
}
.multidate>div:first-child{
    float:right;
    color: #f8a519;
    direction: rtl;
}
.multidate>div:nth-child(2){
    float:left;
    color: #f8a519;

}
.multidate{
    color:#fff;
}
.multiStaff{

}
.first-title-main-v2 a{
    color:#fff;
    font-size:16px;
    font-weight: bold;
    line-height:12px;
}
#first-slider-v2 li{
    padding:0 10px !important;
}
#first-level-v2-section .lSPager{
    display: inline-block !important;
}
.first-level-bg-multi{
    margin-bottom: 15px;
}
.multi-box{
    position: relative !important;
    overflow: hidden;
    display:inline-block;
    width:100%;
}
.archive-date-multi{
    direction:rtl;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:10px;
    background: rgba(0,0,0,.5);
}
.archive-date-multi>div{
    color: #f8a519;
}
/*#bargozidehcont {*/
/*order:2;*/
/*}*/
@media screen and (max-width: 490px){
    .header {
        background:none ;
        height:40px;
        background: none;

    }
    .header .header-bg1{
        height:0 !important;
        background:none !important;
    }
    .header .img-header{
        /*margin-top:-30px !important;*/
        /*right: -30px !important;*/
    }
    .header .header-bg2{
        /*width:131px !important;*/
        /*height:24px!important;*/
        /*margin-top:-16px !important;*/
        /*background:url("ch04_008_5_1.png")center/cover !important;*/
        /*margin-left:10px !important;;*/
        /*background:none !important;*/
    }
}
.date-icon {
    /*position: absolute;*/
    /*!*font-family: Tahoma, Arial, Verdana, sans-serif;*!*/
    /*top: 0;*/
    /*right: 0;*/
    /*color: #bababa;  	*/
    margin-top:1px;
}
.date-icon span {
    /*font-size: 14px;*/
    /*font-family: Tahoma, Arial, Verdana, sans-serif;	*/
}
#head_div7{
    position: absolute;
    top: 0;
    right:120px;
    color: #bababa;
}
.timeStamp{
    margin-top:-5px !important;
    padding-right:5px ;
    float:right;
}
.timeStamp>div{
    display: inline-block;
    color:#fff;
    font-size:12px;
    /*float:right;*/
}
#serach{
    float:left;
    margin-top:100px;
}
#search .search_box {
    padding-right: 5px;

}
#foot_search{
    display: inline-block !important;
    text-align: center;
    /*width:300px;*/
    margin-right: auto;
    margin-left: auto;
    /*float:left !important;*/
    margin-top: -20px;
    /*margin-bottom: 10px;*/
    /*margin-bottom: -50px;*/
    /*bottom:23px;*/
    z-index:110;
    /*padding-left:9%;*/
    /*margin-top:180px;*/
}
#foot_search .search_box{
    /*display: inline-block;*/
    top:-30px;
}
.cloud{
    /*position:absolute;*/
    /*width:111px;*/
    /*height:87px;*/
    /*right: 0;*/
    /*!*z-index: 999;*!*/
    /*background: url("cloud.png")center/cover;*/
}
#search  #keywords {
    /*border: 1px solid rgb(114,165,209);*/
    font-size: 12px;
    color: rgb(1,92,145);
    float: right;
    width: 200px !important;
    height: 25px;
    padding-right: 5px;
    padding-left: 35px;
    /*background: rgb(114,165,209);*/
    border-radius:20px;
    /*-moz-box-shadow:    inset 0 0 5px #000000;*/
    /*-webkit-box-shadow: inset 0 0 5px #000000;*/
    /*box-shadow:         inset 0 0 5px #000000;*/
}
#foot_search  #keywords2 {
    border: 2px solid #ccc;
    padding-left: 35px;
    padding-right: 5px;
    font-size: 12px;
    color: #000;
    display: inline-block;
    /*background: rgb(114,165,209);*/
    width: 200px;
    height: 26px;
    /*margin-right:15px;*/
    border-radius:20px;

    /*margin-right: 20px;*/
    /*border-radius: 10px;*/
    /*-moz-box-shadow:    inset 0 0 5px #000000;*/
    /*-webkit-box-shadow: inset 0 0 5px #000000;*/
    /*box-shadow:         inset 0 0 5px #000000;*/
}
#keywords2 {
    /*border: 1px solid #495194;*/
    /*font-size: 12px; */
    /*-webkit-border-radius: 15px;*/
    /*-moz-border-radius: 15px;*/
    /*border-radius: 15px; */
    /*color: #a8a8a8;*/
    /*float: left;*/
    /*width: 290px;*/
    /*margin-left: 33px;*/
}
#search #search_button {
    position: absolute;
    left:10px;
    top:8px;
    float:left;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0px solid;
    padding:0;
    /*background: url(search.png)center/cover;*/
    background: url("ch07_001_7.png")center/cover;
}
#foot_search #search_button {
    position: absolute;
    /*margin-right: 95px;*/
    z-index:10000;
    top:8px;
    left:8px;
    /*float:left;*/
    width: 12px;
    height: 12px;
    cursor: pointer;
    border: 0px solid;
    background: url("ch07_001_7.png")center/cover;
    padding:0;
}
#advanced_search {
    float: left;
    background-position: -53px 0;
    width: 79px;
    height: 18px;
    cursor: pointer;
    border: 0px solid;
    margin-left: 7px;
    margin-top: 3px;
}
#search_button2 {
    float: left;
    background-position: 0 -19px;
    width: 52px;
    height: 18px;
    cursor: pointer;
    border: 0px solid;
    margin-left: 10px;
    margin-top: 3px;
}
#advanced_search2 {
    float: left;
    background-position: -53px -19px;
    width: 79px;
    height: 18px;
    cursor: pointer;
    border: 0px solid;
    margin-left: 7px;
    margin-top: 3px;
}
#search-frame {
    width: 461px;
    height: 23px;
    background-position: -133px 0;
    position: absolute;
    left: -34px;
    top: 14px;
    z-index: -1;
}
.search-toggle-icon {
    color: rgb(1,92,145);
    font-size: 26px;
    left: 70px;
    position: absolute;
    top: 40px;
    z-index: 1001;
    cursor: pointer;
}
.xssearchbox {
    display:none;
    background: rgb(1,92,145);
    padding: 5px;
    margin-top:46px;
}
.footer-search-container {
    margin-top: 20px;
}
.footer-search {
    display:inline-block;
    /*width: 200px;*/
    height: 35px;
    margin: 0px auto;
    /*margin-right: -15px;*/
    position: relative;
    /*background: url(ch01_013.png) bottom no-repeat;*/
}

.foot-social-icons {
    text-align: center;
    /*z-index:2;*/
}
#footer .container{
    text-align: center;
}
.foot-social-icons.foot_part{
    /*float:left;*/
    display: inline-block !important;
    position: relative;
    /*overflow: hidden;*/
    z-index:0;
    /*width:*/
    height:57px !important;
    /*width:100%;*/
    /*height:100px;*/
    text-align: center;
    /*margin-bottom:50px;*/
    margin-top:5px;
    /*z-index:100;*/
    /*left: 5px;*/
}
.marg-px{
    /*margin-bottom: -5px;*/
}
.foot-social-icons.head-part {
    /*text-align: center;*/
    display:inline-block;
    /*margin:-40px auto 0;*/
    margin-top:-20px !important;
    margin-right:100px;
    z-index:100;
}
@media screen and (max-width: 1200px) {
    .foot-social-icons.head-part {
        margin-right:0 !important;
    }
}
@media screen and (max-width: 992px) {

    .head-rate{
        margin-top:-98px !important;
    }
    #search{
        /*margin-top:-70px !important;*/
    }
}
.foot-social-icons a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .foot-social-icons {
        /*text-align: center;  */
        /*padding: 5px 0 10px;*/
    }
    .foot-social-icons.head-part {
        /*display: none;	*/
        /*margin-top:90px !important;*/
    }
    .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;
    }
    .sticky .foot-social-icons.head-part{
        display:none;
    }
    .header.sticky ~#container{
        margin-top:0px !important;

    }
    .header .header-bg2{
        /*margin-top:-25px !important;*/
        /*right:-60px !important;*/
        /*width:179px !important;*/
        /*height:44px !important;*/
        /*background:url("ch05_002_4.png")center/cover !important;*/
        /*background:none !important;*/
    }
    #stick-header .ha-header-front .header-image{
        position :absolute;
        width:179px;
        height:44px;
        top:8px;
        right:50px !important;
        z-index:10000;
        /*margin-top:-25px !important;*/
        background:url("ch05_002_4.png")center/cover !important;
    }
    .specail-padding .special-abs{
        display: none;
    }
    .specail-padding .special-date1{
        float:right;
    }
}
@media screen and (min-width:768px){
    #stick-header .ha-header-front .header-image{
        position :absolute;
        width:80px;
        height:25px;
        top:8px;
        right:0px !important;
        z-index:10000;
        /*margin-top:-25px !important;*/
        background:url("ch05_002_4_1.png")center/cover !important;
        transform:rotate(-20deg);
        -webkit-transform:rotate(-20deg);
    }
    #stick-header .ha-header-front .header-image1{
        position :absolute;
        width:80px;
        height:25px;
        top:8px;
        left:0px !important;
        z-index:10000;
        /*margin-top:-25px !important;*/
        background:url("ch05_002_4_1.png")center/cover !important;
        transform:rotate(20deg);
        -webkit-transform:rotate(20deg);
    }
    .navbar-default .navbar-nav > li:nth-last-child(1),
    .navbar-default .navbar-nav > li:nth-last-child(2){
        display:none;
    }
}
.foot-rate{
    margin-top:80px;
    float:right;
    display:none !important;
}
.head-rate{
    margin-top:-130px;
    float:right;
    display:none;
}
a.price{
    display: block;
    width: 40px;
    height: 35px;
    float: right;
    margin-top: 25px;
    margin-right:10px;
    text-align: right;
    background: transparent url(ch05_007_4.png)0 0 no-repeat ;
    /*background-size: 200px;*/
    transition: all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.head-rate a.car-ico{
    background-position: 0 0;
}
.head-rate a.car-ico:hover{
    background-position: 0 -42px;
}
.head-rate a.cedar-ico{
    background-position: -70px 0;
}
.head-rate a.cedar-ico:hover{
    background-position: -70px -42px;
}
.head-rate a.coin-ico{
    background-position: -130px 0px;
}
.head-rate a.coin-ico:hover{
    background-position: -130px -42px;
}
.head-rate a.dollar-ico{
    background-position: -187px 0px;
}
.head-rate a.dollar-ico:hover{
    background-position: -187px -42px;
}
/*///////////////////////////////////////*/
.foot-rate a.car-ico{
    background-position: 0 -42px;
}
.foot-rate a.car-ico:hover{
    background-position: 0 0;
}
.foot-rate a.cedar-ico{
    background-position: -70px -42px;
}
.foot-rate a.cedar-ico:hover{
    background-position: -70px 0;
}
.foot-rate a.coin-ico{
    background-position: -130px -42px;
}
.foot-rate a.coin-ico:hover{
    background-position: -130px 0px;
}
.foot-rate a.dollar-ico{
    background-position: -187px -42px;
}
.foot-rate a.dollar-ico:hover{
    background-position: -187px 0px;
}

a.lysprites1{
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 25px;
    margin-right: 8px;
    text-align: left;
    /*background: transparent url(ch04_001_5.png) 0 0 no-repeat;*/
    /*background: transparent url(ch05_003_1.png)0 0 no-repeat ;*/
    /*background: transparent url(http://digital-hideaway.com/always/social-icons.png) 0 0 no-repeat;*/
    /*background-size: 200px;*/
    transition: all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
}

.telegram-ico {
    transform:scale(.7);
    -webkit-transform:scale(.7);
    -moz-transform:scale(.7);
    -ms-transform:scale(.7);
    -o-transform:scale(.7);
    background:url("ch05_007_5.png")0 0 no-repeat !important; ;
    transition: all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    /*background-position: -12px -25px !important;;*/
    /*background-position: 0px 0px ;*/
}
.telegram-ico:hover{
    background:url("ch05_007_5_1.png")0 0 no-repeat  !important; ;
    /*transform: rotate(360deg);*/
    /*-webkit-transform: rotate(360deg);*/
    /*background: transparent url(ch05_003_2.png)0 0 no-repeat ;*/
    /*background-position: -12px -25px !important;;*/
    /*background-position: 0px 0px !important;*/
}
a.instagram-ico{
    transform:scale(.7);
    -webkit-transform:scale(.7);
    -moz-transform:scale(.7);
    -ms-transform:scale(.7);
    -o-transform:scale(.7);
    background:url("ch05_007_6.png")0 0 no-repeat !important; ;
    /*background-position: -46px 0px ;*/
}
a.instagram-ico:hover {
    background:url("ch05_007_6_1.png")0 0 no-repeat !important; ;
    /*background-position: -46px 0px !important;*/
}
a.facebook-ico {
    transform:scale(.6);
    -webkit-transform:scale(.6);
    -moz-transform:scale(.6);
    -ms-transform:scale(.6);
    -o-transform:scale(.6);
    background:url("ch05_007_7.png.png")0 0 no-repeat !important;
    /*background-position: -89px -0px ;*/
}
a.facebook-ico:hover {
    /*transform:rotate(360deg);*/
    /*-webkit-transform:rotate(360deg);;*/
    /*-moz-transform:rotate(360deg);;*/
    /*-ms-transform:rotate(360deg);*/
    /*-o-transform:rotate(360deg);*/
    background:url("ch05_007_7_1.png")0 0 no-repeat !important; ;
    /*background-position: -89px -0px !important;*/
}
a.googlep-ico {
    transform:scale(.7);
    -webkit-transform:scale(.7);
    -moz-transform:scale(.7);
    -ms-transform:scale(.7);
    -o-transform:scale(.7);
    background:url("ch05_007_8.png")0 0 no-repeat !important; ;
    /*background-position: -178px 0px ;*/
}
a.googlep-ico:hover {
    background:url("ch05_007_8_1.png")0 0 no-repeat !important; ;
    /*background-position: -178px 0px !important;*/
}
/*.foot-social-icons.head-part a.lysprites1{*/
/*display: block;*/
/*width: 30px;*/
/*height: 30px;*/
/*float: right;*/
/*margin-top: 32px;*/
/*margin-right: 5px;*/
/*text-align: left;*/
/*!*background: transparent url(ch04_001_5.png) 0 0 no-repeat;*!*/
/*background: transparent url(ch05_003_1.png)0 0 no-repeat ;*/
/*!*background: transparent url(http://digital-hideaway.com/always/social-icons.png) 0 0 no-repeat;*!*/
/*background-size: 200px;*/
/*transition: all .2s ease-in-out;*/
/*-webkit-transition:all .2s ease-in-out;*/
/*}*/
a.lysprites1:hover {
    /*background: transparent url(ch05_003_2.png)0 0 no-repeat ;*/
    /*transform:rotateX(180deg);*/
    /*-webkit-transform:rotateX(180deg);*/
}
/*.foot-social-icons.foot_part .lysprites1{*/
/*display: block;*/
/*width: 30px;*/
/*height: 30px;*/
/*float: right;*/
/*margin-top: 32px;*/
/*margin-right: 3px;*/
/*text-align: left;*/
/*background: transparent url(ch05_003_1.png)0 0 no-repeat ;*/
/*!*background: transparent url(http://digital-hideaway.com/always/social-icons.png) 0 0 no-repeat;*!*/
/*background-size: 200px;*/
/*!*transition: all .2s ease-in-out;*!*/
/*-webkit-transition:all .2s ease-in-out;*/
/*background: url("ch04_008_3.gif") no-repeat;*/
/*}*/


a.linkedin-ico {
    /*background-position: -598px 0;*/
}
a.linkedin-ico:hover {}

a.rss-ico {
    /*background-position: -40px -38px;*/
}
.head-part a.telegram-ico {
    /*background-position: -12px -25px !important;;*/
    /*background-position: 0px 0px !important;*/
}
.head-part a.telegram-ico:hover {
    /*background-position: -12px -66px !important;;*/

}

.foot_part a.telegram-ico {
    /*background-position: 0px 0px;*/
    /*background-position: 0px 0px !important;*/
}
.foot_part a.telegram-ico:hover {
    /*background-position: 0px -45px;*/
}
.head-part a.instagram-ico {
    /*background-position: -46px 0px !important;;*/
}
.head-part a.instagram-ico:hover{
    /*background-position: -52px -66px !important;;*/
}
.foot_part a.instagram-ico {
    /*background-position: -45px 0px !important;*/
    /*background-position: -46px 0px !important;;*/
}
.foot_part a.instagram-ico:hover {
    /*background-position: -45px -45px !important;*/

}
.head-part a.facebook-ico {
    /*background-position: -89px -0px !important;;*/
}
.head-part a.facebook-ico:hover {
    /*background-position: -92px -66px !important;;*/
}
.foot_part a.facebook-ico {
    /*background-position: -92px 0px !important;*/
    /*background-position: -89px -0px !important;;*/
}
.foot_part a.facebook-ico:hover {
    /*background-position: -92px -45px !important;*/
}
a.mobile-ico {
    /*background-position: -128px -38px;*/
}
a.mobile-ico:hover {
    /*background-position: -120px -64px;*/
    /*transform:scale(1.1);*/
    /*-ms-transform:scale(1.1);*/
    /*-webkit-transform:scale(1.1);*/
    /*-moz-transform: scale(1.1);*/
}

.head-part a.googlep-ico {
    /*background-position: -178px 0px !important;;*/
}
.head-part a.googlep-ico:hover {
    /*background-position: -178px 0px !important;;*/
    /*background-position: -169px -66px !important;;*/
}
.foot_part a.googlep-ico {
    /*background-position: -178px 0px !important;;*/
}
.foot_part a.googlep-ico:hover {
    /*background: transparent url(ch05_003_2.png)0 0 no-repeat ;*/
    /*background-position: -178px 0px !important;;*/
    /*background-position: -180px -45px !important;*/
}

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

}
#trns-row{
    /*margin-left: -10px !important;*/
    /*margin-right: -10px !important;*/
}
#company_copyright {
    text-align: center;
    padding:2px 20px;
    z-index:4;
    white-space: nowrap;
    background: transparent !important;
    /*border-bottom: 1px solid rgb(211,211,211);*/
}
#company_copyright div {
    color: #000;
    text-align: center;
    display: inline-block;

    font-size:12px !important;
    z-index:4;
    /*padding: 0 3px 0;*/
}
#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 {
    display:none;
    z-index:2;
    white-space: nowrap;
    padding:3px 5px;
    /*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 {
    content: "توليد شده توسط نرم افزار جامع ”استوديو خبر“";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom: 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: rgb(102,155,200);
    -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 {
    text-shadow: 2px 2px #fff;
    /*font-size:14px;*/
    font-weight: bold;
    color: rgb(181,0,7);
    z-index: 2;
}
#copyright font:hover {

    /*text-shadow: 2px 2px #fff;*/
    /*font-size:14px;*/
    /*font-weight: bold;*/
}
#copyright a {
    color: #222;
    font-weight: bold;
    /*background: rgb(102,155,200);*/
    display: block;
    position: relative;
    padding: 0 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
#copyright a:hover {
    color: rgb(181,0,8);
}
.copyright-container {
    width:100%;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-top:-20px;
    padding-bottom: 5px;
    z-index:2;
    background: transparent;


}
#copyright-container{
    width:100%;
    background: transparent !important;
    z-index:0;
    margin-top:-10px !important;
}
@media screen and (max-width: 768px) {
    #copyright-container{
        /*margin-top:25px !important;*/
    }
}
.copyright-container>div{
    /*float:left;*/
    width:100% !important;
}

@media screen and (max-width: 991px) {
    .footer-logo {

    }
    .copyright-container {
        padding-top: 0;
    }
    .head-social-icons {
        width: 105px;
    }
    .date-icon {
        /*position: absolute;*/
        /*!*left: 5px;*!*/
        /*left:0;*/
        /*right: auto;*/
        /*color: #000;*/
        /*top: 27px;*/
    }

    .foot-social-icons.head-part {

    }

    .foot-social-icons.head-part a {
        /*margin: 0;*/
        /*margin-right: 14px;*/
    }

}
@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;*/
    }
    #foot-static-menu{
        /*margin-top:-5px !important;*/
        /*margin-right: 10px;*/
    }
    /*.foot-social-icons .foot_part{*/
    /*margin-top:-90px !important;*/
    /*}*/
}

@media screen and (max-width: 400px) {
    .foot-menu-items a{
        /*font-size:12px !important;*/
        color: #000;
        padding:0 5px 0 5px !important;
        position: relative;
        margin-right: 3px;
    }
    .footer-menu-bg3{
        background: none ;
    }
    .footer-menu{
        text-align: center;
        margin-top:-20px !important;
        background: rgb(140,114,38);
    }
    .footer-menu>a{
        color:#fff !important;
    }
    #company_copyright{
        text-align: center;
    }
    #copyright{
        text-align: center;
    }
}

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

.header-small-bg1 {
    background: #2727af;
    margin-top: 18px;
}
@media screen and (max-width: 768px) {
    .header-small-bg1 {

    }
    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 {
    font-family: IRAN;
    font-size: 14px;
    color:#fff;
    text-align: right;
    height: 27px;
    padding-top:6px;
    box-sizing: border-box;
    /*margin-right:100px;*/
}
#search .caption{
    /*display: none;*/
    /*position:absolute;*/
    /*left:200px;*/
    float:right;
    width:19px;
    height:20px;
    margin-top:3px;
    background: url("ch04_001_4.png") center no-repeat;
}
.img-header{
    position:absolute;
    /*width:189px;*/
    /*height: 116px;*/
    /*background: url("ch04_01_8.png");*/
    /*top:25px;*/
    /*!*left:270px;*!*/
    /*left:15%;*/
    /*z-index:10000;*/
    /*transition:all .3s;*/
    /*-webkit-transition:all .3s;*/
}
@media screen and (min-width: 1500px){
    .header .img-header{
        left:15% !important;
    }
    .header.banner--stick >.header-bg2{
        right:5% !important;;
        top:25px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1500px){
    .header.banner--stick >.header-bg1>.header-bg2{

        right:1% !important;;
    }
    .header .img-header{
        left:10% !important;
    }
    .header.banner--stick .img-header{
        left:10% !important;
        top:25px !important;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
    .header .img-header{
        /*top:0 !important;;*/
        left:-30px !important;
    }
    .header.banner--stick .img-header{
        left:0% !important;
        top:25px !important;
    }
}
@media screen and (min-width: 768px)and (max-width: 1000px){
    .header .img-header{
        /*top:-10px !important;;*/
        /*left:-20px !important;*/
    }
    .header.banner--stick .img-header{
        /*left:50% !important;*/
        /*top:45px !important;*/
        /*transform: translate(-50%)!important;*/
        /*-webkit-transform: translate(-50%)!important;*/
        /*margin-left:-125px !important;*/
    }
}

@media screen and (max-width: 768px){
    .header .img-header{
        top:-10px !important;;
        left:-20px !important;
    }
    .header.banner--stick .img-header{
        right:-30px !important;
        top:0px !important;

    }
}
#foot_search .caption{
    /*position:absolute;*/
    float:right;
    left:200px;
    width:79px;
    height:18px;
    margin-top:3px;
    background: url("ch03_01_3.png") ;
    background-position: center ;
    background-repeat: no-repeat;
}
#search{
    margin-top:-114px;
    float:left;
}
#search .caption>a{
    width:79px;
    height:18px;
    display:block;
    color:#fff;
    text-decoration: none;
    white-space:nowrap;

}
#footer .caption a{
    color:rgb(26,111,248);
    text-decoration: none;
}
#head-static-menu {
    text-align: right;
    /*position: absolute;*/
    /*float:left;*/
    /*float:right;*/
    /*height:40px;*/
    margin-top:-4px;
    /*left:0;*/
    z-index:2;
}
@media screen and (max-width:998px){
    #head-static-menu {
        /*float: right !important;*/
        /*margin-top:-20px !important;*/
        /*margin-left:200px !important; ;*/
        /*!*left:0;*!*/
        /*z-index:100 !important;*/
    }
    /*#head-static-menu a{*/
    /*color:#000 !important;*/
    /*}*/
}
@media screen and (max-width:768px){
    .foot-rate{
        /*float:none !important;*/
        /*display:inline-block !important;*/
        /*margin-top:55px !important;*/
    }
    .foot-social-icons.foot_part{
        float:none !important;
        display:inline-block !important;
        /*margin-top:-20px !important;*/
        z-index:10000;
    }
    /*#foot-static-menu{*/
    /*display:inline-block !important;*/
    /*margin-top:0px !important;*/
    /*}*/
    .copyright-container{
        margin-top:0px !important;
    }
    .footer_logo{

    }
    .footer-menu{
        margin-top:-35px !important;;
        background:rgb(1,92,145) !important;;
        height:75px;
    }
    .foot-menu-items a{
        color:#fff;
        font-size:14px;
    }
    .foot-menu-items a:hover{
        color:red;

    }
    #footer .foot-logo, #doc_footer .foot-logo, #section_footer .foot-logo, #general_footer .foot-logo {
        width: 100%;
    }
    .footer-menu-bg3,.footer-menu-bg3>div,.footer-menu-bg3>div>div{
        background:none !important;;
    }
    #head-static-menu {
        /*float: right !important;*/
        /*margin-top:5px !important;*/
        /*margin-left:200px !important; ;*/
        /*!*left:0;*!*/
        /*z-index:2 !important;*/
    }
    #head-static-menu a{
        /*color:#000 !important;*/
    }
    #stick-header .ha-header-front{
        height:60px !important;
        overflow: visible !important;
    }
}
@media screen and ( max-width: 378px ){
    .footer-menu {
        margin-top: -57px !important;
        /*background: rgb(1,92,145) !important;*/
        height: 100px;
        margin-bottom:20px !important;
    }
    #footer, #doc_footer, #section_footer, #general_footer{
        margin-top:25px;
    }
    #footer .footer-bg, #doc_footer .footer-bg, #section_footer .footer-bg, #general_footer .footer-bg{
        background: url(ch07_011_8.png);
        background-position: top 45px center;
        background-repeat: no-repeat;
    }
    #foot-static-menu {
        margin-top: 65px !important;
        margin-bottom: 5px !important;
    }
    #foot-static-menu td a {
        background: none !important;
    }
    #foot-static-menu .foot_td2 a {
        padding: 0 5px !important;
    }
}
#head-static-menu td:not(:nth-child(2)) a{
    background:url("ch07_010_3.png");
    background-position:right;
    background-repeat: no-repeat ;
}
#head-static-menu td:hover:not(:nth-child(2)) a{
    background:url("ch05_006_4_1.png") ;
    background-position:right;
    background-repeat: no-repeat ;
}
#head-static-menu a {
    color: #fff;
    padding:10px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    font-size:12px;
}
#head-static-menu a:hover {
    /*font-weight: bold;*/
    text-decoration: none;
    /*color: rgb(200,200,200);*/
    color: rgb(146,244,138);
    /*text-shadow: 1px 1px red;*/
}
.general-padding{
    margin-top:10px
}
.arrow{
    /*float:right;*/
    /*width:30px;*/
    /*height:20px;*/
    /*margin-top:0;*/
    /*text-align: right;*/
    /*line-height: 40px;*/
    /*background: url("left_.png")center/cover;*/
}
.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 5px;*/
    white-space: nowrap;
    /*background: url(ch01_0011.gif) center left no-repeat;*/
}
.footer-menu{
    text-align: center;
    margin-top:8px ;
}
#foot-static-menu {
    /*position: absolute;*/
    display:inline-block;
    margin-top:85px;
    /*margin-bottom:-130px;*/
    z-index:100;
    /*padding-top:10px;*/
    text-align:center;
    /*top:25px;*/
    /*left:50%;*/
    /*transform: translate(-50%, -50%);*/

    display: inline-block;
    /*margin-left:20px;*/
    /*padding-top: 7px;  */
}
#foot-static-menu .foot_td2 a:before{
    /*content:"";*/
    /*width:6px;*/
    /*height:6px;*/
    /*display:inline-block;*/
    /*background:rgb(118,36,3);*/
    /*margin-left: 5px;*/
}
#foot-static-menu tr.foot_td2:nth-child(2) a:before{
    width:0;
    height:0;

}
#foot-static-menu td:not(:nth-child(2)) a{
    background: url("ch07_010_3.png") right no-repeat;
}
#foot-static-menu td:hover:not(:nth-child(2)) a {
    background: url("ch05_006_4.png") right no-repeat !important;
}
#foot-static-menu .foot_td2 a {
    cursor: pointer;
    color: white;
    padding:0 10px;
    text-decoration: none;
}
#foot-static-menu .foot_td2 a:hover {
    color: #d5d5d5;
    text-shadow: 1px 1px red;
    text-decoration: none;
}

.foot_td2 {
    padding: 0 6px 8px 0px;
    white-space: nowrap;
    /*white-space: nowrap;*/
    /*background: url(ch01_0012.gif) center left no-repeat;*/
}
@media screen and (min-width: 992px) {
    .header .navbar-default .navbar-nav > .active > a:before {
        content: '';
        /*position: absolute;*/
        display: block;
        width: 114px;
        height: 37px;
        margin-top: -21px !important;
        margin-bottom: -25px !important;
        z-index: 100000 !important;
        /*z-index:10000;*/
        background: url("ch07_001_9.png") center/cover;
    }
}
/*/////////////////////im////////////////*/
@media screen and (min-width: 768px) {
    #navbar-wrapper{
        /*background:url("ch05_001_3.png")right top  no-repeat,url("ch05_001_4.png")left top  no-repeat;*/
        /*padding:0 37px;*/
        /*height:33px;*/
    }
    .navbar-default {
        width:100%;
        /*background:url("ch05_001_5.png") top repeat-x;*/
        /*border:1px solid rgb(200,200,200);*/
        /*background: url("ch05_001_5.gif")center repeat-x ;*/

        /*-webkit-border-bottom-left-radius: 20px;*/
        /*-webkit-border-bottom-right-radius: 20px;*/
        /*-moz-border-bottom-left-radius: 20px;*/
        /*-moz-border-bottom-right-radius: 20px;*/
        /*border-bottom-left-radius:20px;*/
        /*border-bottom-right-radius: 20px;*/
        /*background: url("menu.png")center/cover;*/
        /*border-radius: 35px;*/
        height:34px;
        margin-top:8px;
        /*line-height:30px;*/
        z-index: 99;
        background-color: inherit !important;
        border-color:inherit !important;
        border:none !important;

    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        /*background-color: #ec6803;*/
        color: rgb(202,4,4);
    }
    .navbar-nav > li{
        /*border-left:2px solid rgb(123,31,0);*/
    }
    /*.navbar-right li+li{*/
    /*!*border-right:2px solid rgb(209,53,0);*!*/
    /**/
    /*}*/
    .navbar-right>li:before{
        position: absolute;
        content: '';
        padding-right: 5px;
        width: 3px;
        height: 4px;
        background: #fff;
        display:block;
        top:12px;
        box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    }
    .navbar-right>li.active:before{
        display:none;
    }
    .navbar-nav > li > a {
        /*width:130px;*/
        /*height:30px;*/
        /*border-top-right-radius: 8px;*/
        /*border-top-left-radius: 8px;*/
        padding: 5px 10px 5px  !important;
        box-sizing: border-box;
        z-index:5;
    }

    .header .navbar-default .navbar-nav>li  a:after{
        position: absolute;
        bottom: 3px;
        left: 0;
        right: 0;
        margin: auto;
        width:0%;
        content: '.';
        color: transparent;
        background: rgb(202,4,4);
        height: 1px;
        transition: all .3s ease-in-out;
    }
    .header  .navbar-default .navbar-nav li:hover a:after{
        width: 100%;
    }
    .header .pi-sticky .navbar-default .navbar-nav li.active a:after{
        width: 100%;
    }
    .header  .navbar-default .navbar-nav li.active:hover a:after{
        width: 0%;
    }
    .header .pi-sticky .navbar-default .navbar-nav li.active:hover a:after{
        width: 0%;
    }
    .header  .navbar-default .navbar-nav li:hover .dropdown-menu li  a:after{
        width: 0%;
    }

    .header  .navbar-default .navbar-nav li.active .dropdown-menu li{
        position: relative;
        /*width: 0%;*/
    }
    .header  .navbar-default .navbar-nav li.active .dropdown-menu li:hover a:after{
        bottom: 0px;
        width: 90%;
        margin:0 auto;
    }
    .navbar-right{
        margin-right: 100px;
        float:none !important;
        display:inline-block;
    }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        /*background-color: #b50007;*/
        /*background:url("hover.png")center/cover;*/
        /*background:url("ch04_001_3.gif")center/cover ;*/
        color: rgb(202,4,4)
    }
    .navbar-default .navbar-nav > li > a {
        color: rgb(1,92,145);
        /*white-space: nowrap;*/
        font-size: 13px;
    }

    .navbar-default .navbar-nav > li {
        /*border-left: 1px solid #818181;*/
    }
    .navbar-default .navbar-nav > li:last-child {
        /*border-left: 0px;*/
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        /*background-color: #b50007 !important;*/
        /*background:url("ch04_001_3.gif")center/cover ;*/
        z-index: 999;
        color: white;
    }
    /*.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {*/
    /*background-color:yellow !important;*/
    /*}*/
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
        /*background-color: #b50007;*/
        /*margin-top:-10px;*/
        z-index: 999;
    }
    /*.header .navbar-default .navbar-nav > .active > a:before{*/

    .header .menu-container {
        margin-top:110px;
        height:33px;
        margin-bottom:7px ;
    }
    .navbar-right ul.dropdown-menu {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        visibility: hidden;
        display: block !important;
        position: absolute;
        top:26px;
        /*padding-top:5px;*/
        width:auto;
        right: 0;
        /*height: 30px;*/
        border:none;
        min-width:auto !important;
        /*max-width:1200px !important;*/
        z-index:4;
        /*padding-top:0;*/
        border:0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        /*border-top:1px solid rgb(202,4,4);*/
        transition: all .3s ease-in-out;
        padding-top:0 !important;
    }
    .navbar-right li:hover ul.dropdown-menu {
        width:100% !important;
        /*min-width:150px !important;*/
        /*background:#ddddcc;*/
        /*background:rgba(1,92,145,1);*/
        background:rgba(241,241,241,1);
        visibility: visible;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        color: rgb(202,4,4) !important;;
        /*background-color: #e7e7e7;*/
        background-color:transparent !important;
    }
}

/*.select_lang:-moz-any-link  { font-size: 11px; }*/
@-moz-document url-prefix() {
    .select_lang a{
        /*font-size: 11px;*/
    }
}
.no-gutter {
    padding: 0;
}
.menu-container {
    /*padding-top: 1px;*/
}
@media screen and (min-width: 801px) and (max-width: 1199px) {
    #footer,#doc_footer,#section_footer,#general_footer {
        /*background:url(ch01_0022_3_c.gif) top 50px center no-repeat,url(ch01_0022_2.gif)top 50px right 0 repeat-x;*/
        /*height: 255px;*/
        /*margin-top:5px;*/
        /*text-align: center;*/

    }
    #foot-static-menu{
        /*margin-top:10px;*/
    }
    #foot-static-menu td a{
        /*color: rgb(26,111,248)!important;*/
    }
    #foot-static-menu td .arrow{
        /*background:url("left_b.png")center/cover !important; ;*/
    }
}

@media screen and (max-width: 767px) {
    .menu-container {
        padding-top: 0;
    }
    .menu-container .navbar-header {
        background: #353535;
    }
    .menu-container .navbar-toggle,.menu-container .navbar-toggle1 {
        /*background-color: rgb(181,0,8);*/
        background-color: rgb(1,92,145) !important;
    }
    .menu-container .navbar-default .navbar-toggle,.menu-container .navbar-default .navbar-toggle1 {
        border-color: white;

    }
    .menu-container .navbar-default .navbar-toggle .icon-bar,.menu-container .navbar-default .navbar-toggle .icon-bar1  {
        background-color: white;
    }
    .menu-container .navbar-collapse,.menu-container .navbar-collapse1 {
        background: rgb(1,92,145);
        z-index:9999;
    }
    .navbar-toggle{
        position:relative !important;
        width:44px;
        height:34px;
    }
    .navbar-toggle .icon-bar {
        position: absolute !important;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top:0 !important;
    }
    .navbar-toggle span:nth-child(2) {
        top: 10px !important;
    }

    .navbar-toggle span :nth-child(3) {
        top: 10px !important;
    }

    .navbar-toggle span:nth-child(4) {
        top: 22px !important;
    }
    .navbar-collapse .nav{
        text-align: right;
    }
    .navbar-toggle.open span:nth-child(2) {
        top:14px !important;
        height:3px;
        -webkit-transform: rotate(135deg) !important;;
        -moz-transform: rotate(135deg)!important;;
        -o-transform: rotate(135deg)!important;;
        transform: rotate(135deg)!important;;
        background: #fff !important;
    }

    .navbar-toggle.open span:nth-child(3) {
        top: 10px !important;
        opacity: 0 !important;
        left: -60px !important;

    }
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        background-color:rgb(1,92,145)!important;
        color: #fff  !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff  !important;
        text-align: right !important;
        padding-right:70px;
    }
    .navbar-toggle.open span:nth-child(4) {
        top: 14px !important;
        height:3px;
        background: #fff !important;
        -webkit-transform: rotate(-135deg) !important;;
        -moz-transform: rotate(-135deg)!important;
        -o-transform: rotate(-135deg)!important;
        transform: rotate(-135deg)!important;
    }

    #stick-header{
        overflow: visible !important;
        /*z-index:100000;*/
    }
    #stick-header .menu-container .navbar-collapse {

    }
    .menu-container .navbar-default .navbar-nav > li > a {
        color: white;
        padding-right:40px;
        width:100% !important;
    }
    .menu-container .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        /*background-color: rgb(181,0,8);*/
        color: rgb(1,92,145);
    }
    .selected-frame div img{
        /*display:block;*/
        /*width:100% !important;*/
        /*height:100% !important;*/
        /*height:auto !important;*/
        /*position: relative;*/

    }
    .level2-content{
        /*background: rgb(210,210,210);*/
        /*display:block;*/
        /*text-align: right;*/
        /*width:auto;*/
    }
    .level2-rotitr{
        display:block;
    }
    /*.navbar-nav ul.dropdown-menu li{*/
    /*float:none !important;*/
    /*}*/
    /*.navbar-right ul.dropdown-menu {*/
    /*display: none;*/
    /*width: auto;*/
    /*top: auto;*/
    /*left: 0px;*/
    /*margin-left: 0px;*/
    /*margin-top: 0px;*/
    /*min-width: 10em !important;*/
    /*max-width: 20em !important;*/
    /*z-index:4;*/
    /*margin-bottom: auto;*/
    /*}*/
}
.navbar {
    min-height: inherit !important;
    margin-bottom: 0;
}




#date_selector9 {
    /*padding: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    border-radius: 10px;
    margin-bottom: 15px;
    background:url(ch07_010_6.png) top repeat-x;
    border: 1px solid #f0f0f0;
}
#date_selector9>.archive-bg1{
    background:url(ch07_010_7.png)right no-repeat;
}
#date_selector9>.archive-bg1>div{
    /*padding-top:30px;*/
    background:url(ch07_010_8.png)left no-repeat;
    height:138px;
}
#date_selector9>.archive-bg1>div>div.l-arch{
    padding: 2px 10px;
    color:#fff;
}
#date_selector1 {
    width: 100%;
}
#date_selector2 {
    float: right;
    margin-left: 10px;
    padding: 3px;
}
#date_selector3 {
    float: right;
    margin-left: 10px;
    padding: 3px;
}
#date_selector4 {
    float: right;
    margin-left: 10px;
    padding: 3px;
}
#date_selector5 {
    float: right;
    margin-left: 10px;
    padding: 3px;
}
#date_selector6 {
    float: right;
    margin-left: 10px;
    padding: 3px;
}
#date_selector7 {
    float: right;
    margin-left: 10px;
    padding: 3px;
}
#date_selector7 button {
    background: url(ch01_069.png);
    height: 14px;
    width: 78px;
    cursor: pointer;
    border: 0 solid;
}
#pages_tbl{
    direction: rtl;
    text-decoration: none;
    height: 23px;
    text-align: center;
}

#page_sel {
    padding: 0px 10px ;
    color: white;
    cursor: default;
    text-align: center;
    /*background: rgb(181,0,8);*/
    background: rgb(69,129,177);
}
#page {
    padding: 0px 10px;
}
a.page_url {
    color:black;
    text-decoration: none;
    font-size: 16px;
}
a.page_url:hover {
    color:#fd5900;
    text-decoration: none;
}
#pages_main_div {
    direction: ltr;
    text-align: center;
    /*padding: 8px 0px 18px ;*/
}
.alert-font {
    font-size: 15px;
}
/*Static Docs*/
#static1 {
    font-family: "IRAN";
    font-size: 15px;
    padding-top: 5px;
    font-weight: bold;
}
#static2 {

}
#static3 {
    text-align: justify;
    line-height: 21px;
    padding: 15px 0;
}
#static3 a {
    color: #0C1C50;
    text-decoration: none;
}
#static3 a:hover {
    color: #0C1C50;
    text-decoration: none;
}
#static4 div {
    width: auto;
}
/*End*/


/* Links */

.links1 {
    /*float: right;
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px; */
    margin-top: 8px;
    margin-bottom: 8px;
}
.links2 {
    text-align: center;
    padding: 3px 0px 5px 0px;
    /*background: #b50007;*/
    background:rgb(69,129,177) ;
    color: white;
}
.lkContainer {
    /*border: 1px solid #9f9f9f;*/
    border: 1px solid #363636;
    border-top: 0px;
    background: #f4f4f4;
}
.links3 {
    padding: 4px 10px 4px 10px;
    text-align: center;
}
.links3 a {
    color: black;
    text-decoration: none;
}
.links3 a:hover {
    color: #012793;
    text-decoration: none;
}
.links4 {
    height: 16px;
    padding: 0px 5px 0px 5px;
}
a.links_next {
    float: left;
    width: 16px;
    height: 16px;
    background: url(ch01_next_link.gif);
    font-size: 0pt;
    margin-top: 3px;
    cursor: pointer;
}
a.links_next.nelinkinactive {
    background: url(ch01_next_link_ds.gif);
    cursor: default;
}
a.links_prev {
    float: right;
    width: 16px;
    height: 16px;
    background: url(ch01_prev_link.gif);
    font-size: 0pt;
    margin-top: 3px;
    cursor: pointer;
}
a.links_prev.prlinkinactive {
    background: url(ch01_prev_link_ds.gif);
    cursor: default;
}
.links5_new {
    background: url(ch01_new_link.gif) left top no-repeat;
    padding-left: 20px;
}
.links5_hot {
    background: url(ch01_hot_link.gif) right top no-repeat;
    padding-right: 20px;
}
.links6 {
}

#feedbackHeader1 {
    /*background: rgb(228,228,228);*/
    border-radius:10px ;
    /*background: url(ch01_0022_2_r.gif)top 0 right no-repeat,url(ch01_0022_2_l.gif) top 0 left no-repeat,url(ch01_0022_c.gif) repeat-x;*/
    /*background: blue;*/
    position:relative;
    /*margin-top:400px;*/
    /*height: 30px;*/
    font-size:17px;
    font-weight: bold;
    color:rgb(69,129,177);
    padding-right:2px;
    margin-bottom: 3px;
}
#feedbackHeader2 {

    /*margin-bottom: 5px; */
}
.comments-icon div {
    min-height: 30px;
    background: url(ch01_083.gif) top left no-repeat;
}
.comments-form-titles {
    font-size: 12px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s ;
    -ms-transition: all .1s ;
    -o-transition: all .1s ;
    transition: all .1s ;
}
.comments-form-titles span {
    color: red;
}
.comments-button {
    margin-top: 10px;
    /*border-radius:0;*/
    /*padding: 3px 5px;*/
    /*border: 0;*/
    background: rgb(27,117,200);
    color: white;
    font-size: 13px;
    float:left;
    margin-right: 30px;
    /*border:2px solid #fff;*/
    /*box-sizing:border-box;*/
    -webkit-transition: all .2s;
    -moz-transition: all .2s ;
    -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;
}
.comments-button:hover {
    /*border-radius: 3px;*/
    background:white ;
    color:rgb(0,113,241);
    /*border:2px solid rgb(0,113,241);*/
    /*box-sizing: border-box;*/
}
.show_email{
    display:none;
}
.show_email+label {
    display:none;
    /*display: inline-block;*/
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-top:15px;
}
.show_email+label:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    /*bottom: 1px;*/
    /*background-color: #aaa;*/
    border:2px solid rgb(149,149,149);
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}
input[type=checkbox].show_email:checked + label:before {
    content: "\2713";
    /*text-shadow: 1px 1px 1px rgba(0, 0, 255, .2);*/
    font-size: 15px;
    color: rgb(0,125, 175);
    text-align: center;
    /*width:30px;*/
    height:16px;
    line-height: 16px;
    /*border:1px solid rgba(0, 0, 0, .2);*/
}

.comments-form-fields {
    width: 100%;
}
textarea.comments-form-fields {
    height: 190px;
}
.user-comment-area {
    /*border-bottom: 1px solid #aab0b6;*/
    margin-bottom: 10px;
    border: 1px solid #b6b6b6;
    padding: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.feedback-body{
    background: url(ch01_0022_2_r.gif)top 0 right no-repeat,url(ch01_0022_2_l.gif) top 0 left no-repeat,url(ch01_0022_c.gif) repeat-x;
    height:26px;
}
@media screen and (max-width: 768px) {
    .user-comment-area {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .first-abs{
        display: none;
    }
}
.user-comment-name {
    font-size: 14px;
    color:rgb(94,93,93);
    /*color: rgb(181,0,8);*/
    /*background:rgb(228,228,228) ;*/
    background: url("ch07_008_6.png")top 3px right 0 no-repeat;
    /*background: url("ch01_0022_3.png")top 3px right 0 no-repeat,url("ch01_0022_3_1.png")top 5px right 35px no-repeat;*/
    /*background: #e4e4e4;*/
    padding: 5px 20px 0 5px;
    height: 30px;

}
.user-comment-name>div{
    background: rgb(228,228,228);
    float:left;
    /*margin-right:-80px !important;*/
}
.user-comment-date {
    direction: ltr;
    text-align: left;
    font-size: 12px;
    color:rgb(181,0,7);
    margin-right:5px;
    margin-left:150px;
    padding-right: 100px;
    background: url("ch07_008_9.png") right no-repeat;
}
.user-comment-content {
    text-align: justify;
    line-height: 21px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 2px;

}
.user-comment-icons {
    float: left;
    margin-right: 5px;
}

.feedback_rate {
    width: 111px;
    height: 17px;
    float: left;
    background: url("ch03_008_15.png")center no-repeat;
    /*background-position: 0 0;*/
    margin-left: 10px;
    margin-top: 0px;
}
div.feedback_rate_ds {
    /*background-position: 0 -17px;*/
}
div.feedback_rate_ds a {
    cursor: default;
}
a.f_rate_up {
    float: right;
    width: 48px;
    height: 24px;
    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;
    padding-right: 0;
}
a.f_rate_dn {
    float: left;
    width: 48px;
    height: 17px;
    cursor: pointer;
    text-align: left;
    color: black;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    margin-left: 10px;
    padding-left:2px;
}
a.f_rate_up:hover,a.f_rate_dn:hover {
    color: black;
}
.user-comment-reply {
    background:url("ch03_008_14.gif")left no-repeat ;
    height: 25px;
}
.user-comment-reply a {
    /*background: url(ch01_082.gif);*/
    float: left;
    width: 98px;
    height: 25px;
}
#feedback_form_parent {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s ;
    -ms-transition: all .1s ;
    -o-transition: all .1s ;
    transition: all .1s ;
}
#overlay {
    background:black;
    display:none;
    width:100%; height:100%;
    position:absolute; top:0; left:0; z-index:99998;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    filter: alpha(opacity=60);
}
#attachment-header {
    padding-top: 12px;
    font-size: 16px;
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 5px;
}
.gallery-buttons-row {
    padding: 10px 0;
}
.gallery-buttons-row a {
    width: 100%;
    background: rgb(2,92,145);
    color: white;
    font-size: 14px;
    border: 0;
    margin-bottom: 5px;
}
.gallery-buttons-row a:hover {
    background: rgb(29, 153, 227);;
    color: white;
}
.gallery-thumb {
    margin-bottom: 10px;
}
.gallery-thumb img {
    height: 110px;
}
.gallery-list {
    padding-bottom: 15px;
}
.gallery-list img {
    margin-right: auto;
    margin-left: auto;
}
.gallery-list div {
    text-align: center;
    font-size: 13px;
}
.gallery-cl-images {
    margin-left: auto;
    margin-right: auto;
}
.section_content .newsticker {
    /*margin-top:12px;*/
    /*margin-bottom: -10px;*/
    /*padding-right: 0px;*/
    /*background:transparent;*/
}
.section_content #news-tick{
    margin-top: 0px !important;
    margin-bottom: -10px;
    /*position: absolute !important;*/
    /*top:20px;*/
}

.doc_content #news-tick{
    margin-top: -14px !important;
    /*margin-bottom:-5px !important;*/
    /*position: absolute !important;*/
    /*top:20px;*/
}

.newsticker {
    /*margin-right:0 !important;*/
    /*margin-top:-15px;*/
    /*margin-bottom: -2px;*/
    padding-right: 5px;
    /*background:transparent;*/
}
.newsticker li {
    list-style: none;
    background: url("ch07_002_7.png")right no-repeat;
    padding-right: 12px;
}
.newsticker a {
    color: rgb(67,168,233);
    font-size: 12px;
}
.newsticker a:hover {
    color: rgb(189,0,7);
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.first-img-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    width:100%;
    /*max-height:239px ;*/
}
@media screen and (min-width: 1200px) {
    /*.first-img-frame{*/
    /*max-height:239px !important;*/
    /*}*/
    .main-first-level .first-img-frame>a>img{
        width:100%;
        height:auto;
        max-height:324px !important;
        min-height:324px !important;
        /*max-height:254px;*/
        /*max-height: 367px;*/
    }
    .section-first-level .first-img-frame>a>img{
        width:100%;
        height:auto;
        max-height:358px !important;
    }
    #multimedia-top-tab .multimedia-images img{
        max-height:237px !important;
        min-height: 237px;
    }
    #multimedia-main-tab .active-image img{
        max-height:339px !important;
        min-height:339px !important;
    }
    .multimedia-side-image img{
        max-height: 100px !important;
        min-height: 100px !important;
    }
    #multimedia-top-tab .lSPager li img{
        /*max-height:31px !important;*/
    }
}
.multimedia-section .lSSlideOuter .lSPager{
    padding:0 5px;
    /*top:238px;*/
    bottom: 45px;
    margin-left:17px;
}
@media screen and (min-width:992px) and (max-width:1320px){
    .multimedia-section .lSSlideOuter .lSPager{
        padding:0 5px;
        top:140px;
    }
    .multimedia-section .multimedia-title {
        margin-top:0px !important;
        padding: 10px 5px !important; ;
    }
    #multimedia-top-tab .lSAction > a{
        height:80% !important;
    }
}
@media screen and (min-width:992px) and (max-width:1200px){
    .main-first-level .first-img-frame{
        /*max-height:194px !important;*/
    }
    .main-first-level .first-img-frame>a>img{
        width:100%;
        height:auto;
        /*max-height:194px !important;*/
        /*max-height:254px;*/
        /*max-height: 367px;*/
    }

    .section-first-level .first-img-frame img{
        max-height: 334px !important;
    }
    /*.multimedia-section .multimedia-title{*/
    /*margin-top:50px !important;*/
    /*}*/
    .section-first-level .first-img-frame>a>img{
        width:100%;
        height:auto;
        /*max-height:321px !important;*/
    }
    #multimedia-top-tab .multimedia-images img{
        /*max-height:142px !important;*/
    }
    /*#multimedia-top-tab .multimedia-title{*/
    /*margin-top:45px !important;*/
    /*}*/
    #multimedia-main-tab .active-image img{
        max-height:234px !important;
        min-height:234px !important;
    }
    .multimedia-side-images img{
        max-height: 68px !important;
        min-height: 68px !important;
    }
}
@media screen and (min-width:768px) and (max-width:992px){
    .main-first-level .first-img-frame>a>img{
        width:100%;
        height:auto;
        max-height:371px !important;
        /*max-height:254px;*/
        /*max-height: 367px;*/
    }
    #foot-static-menu{
        margin-top:60px !important;
    }
    .multimedia-section .lSSlideOuter .lSPager{
        padding:0 5px;
        /*top:270px;*/

    }
    .section-first-level{
        margin-bottom: 5px;
    }
    .multimedia-section .multimedia-title{
        margin-top:100px !important;
    }
    .carousel-indicators img{
        max-height:83px !important;
    }
    #multimedia-top-tab .multimedia-images img{
        max-height:355px !important;
    }
    #multimedia-main-tab .multimedia-images img{

    }
    .multimedia-side-image img{
        max-height:221px !important;
    }

}
@media screen and (max-width:768px) {
    .first-img-frame>a>img {
        width: 100%;
        height: auto;
    }
    #multimedia-top-tab .multimedia-images img{
        max-height:371px !important;
    }
    /*.first-img-frame{*/
    /*max-height:390px;*/
    /*}*/
    #multimedia-main-tab .multimedia-side-image img{
        max-height:206px !important;
    }
}

.first-img-frame .frst-content{
    padding:5px;
    position: absolute;
    left:0;
    right:0;
    /*top:185px;*/
    bottom: 65px;
    padding-right: 20px;
    vertical-align: middle;
    min-height: 59px;
    /*background: rgba(80,80,80,.7) url("ch07_001_8.gif")center right -1px no-repeat;*/
    background:  url("ch07_012_6.png")center right -1px no-repeat,url(ch07_012_5.png) repeat;
    text-align: center;
}
.main-first-level .first-image-padding{
    width:100%;
    height:65px;
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    background:rgba(80,80,80,.8);
}
@media screen and ( max-width: 768px ){
    .main-first-level .first-image-padding{
        display: none !important;
    }
    .first-img-frame .frst-content{
        bottom: 0 !important;
    }
}
.frstsmHeight .first-abs,.frstsmHeight .first-subtitle{
    /*display: none;*/
    transition: all 2s;
    -webkit-transition:all 2s;

}
.frstsmHeight:hover{
    /*background: rgba(0,0,0,.8);*/
}
.frstsmHeight:hover .first-abs,
.frstsmHeight:hover .first-subtitle{
    /*display: block;*/
}


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

    .first-img-frame>a>img{
        width:100%;
        height:auto;
    }
    .frstsmHeight{
        height:120px !important;
        background: none !important;
    }
}
.first-title {
    font-size: 17px;
    font-weight: bold;
    padding: 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
    /*background: url(ch04_02_1.png)top 6px right no-repeat;*/
    /*padding-right: 18px;*/
}
.special-routitr a{
    color:rgb(165,165,165);
    padding-right: 10px;
}
.special-title {
    background: url("ch07_010_2_1.png")right top 4px no-repeat;
    padding-right: 12px;
    font-size: 14px;
    font-weight: bold;
    /*transition: all .1s ease-in-out;*/
    /*-webkit-transition: all .1s ease-in-out;*/
}
.special-title:hover{
    background: url("ch07_010_2.png")right top 4px no-repeat;
}
/*.special-title:hover>a {*/
    /**/
    /*!*background: url("ch03_006_06_13.png")right no-repeat;*!*/
    /*color:red;*/
/*}*/
.special-title a {
    /*color: rgb(160,0,7);*/
    color: rgb(1,92,145);
    text-decoration: none;
}
.special-abs {
    padding-top:3px;
    text-align: justify;
    padding-right: 10px;
    line-height: 21px;
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    color:rgb(100,100,100);
    padding-left:5px;
}
.special-date1 {
    display:none
    /*margin-top:5px;*/
    /*float:left;*/
    /*background: url(ch01_0019.gif) repeat-x;	*/
}
.special-date2 {
    height: 15px;
    /*background: url(ch01_0018.gif) right no-repeat; 	*/
}
.special-date2 div {
    float:right;
    color: rgb(90,90,90);
    font-size: 11px;
    /*padding-right: 7px;*/
    background: white;
    line-height: 18px;
}
.first-title a {
    color:#fff;
    text-decoration: none;
    line-height: 25px;
}
.first-title:hover a,.special-title:hover a {
    /*color: red;*/
    color:rgb(181,0,7)
    /*text-shadow: none;*/
    /*text-shadow: 0px 1px #aaa;*/
}

.first-routitr,.first-subtitle {
    font-size: 12px;
    padding-bottom: 5px;
}
.frstsmHeight .first-routitr a,.frstsmHeight .first-subtitle a {
    color: rgb(165,165,165);
    text-decoration: none;
}
.special-row-line .first-routitr a{
    color: rgb(165,165,165);
}
.first-routitr a:hover,.first-subtitle a:hover {
    color: #dd000b;
}
.first-routitr a,.first-subtitle a{
    color: #fff;
    text-decoration: none;
}
.frstsmHeight .first-abs{
    /*padding-top: 10px;*/

    padding-bottom: 5px;
    line-height: 21px;
    text-align: justify;
    color:rgb(5,5,5);

}
.first-abs {
    padding-top:5px;
    padding-bottom: 5px;
    line-height: 21px;
    text-align: justify;
    color:#555;
}
.first-related {
    background: url(ch01_016.gif) right 10px no-repeat;
    padding-right: 10px;
}
#first-carousel{
    position: relative !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;;
}
#first-carousel .carousel-indicators{
    background: transparent;
}
#first-carousel .item-b{
    /*width: 100% ;*/
    /*height:5px ;*/
    /*margin-top:-5px;*/
    /*margin-bottom: -4px;*/
    display:none;
}
#first-carousel .carousel-indicators {
    position: absolute;
    /*height:56px !important;;*/
    /*width: 40%;*/
    /*bottom:0px;*/
    cursor:pointer ;

}
.main-first-level .carousel-indicators{
    bottom: 0;
    /*right:159px;*/
    left:0 !important;
    float:right !important;
    direction: ltr !important;
    width: 100% ;
    padding-bottom: 0;
    height:70px;
}
.section-first-level .carousel-indicators{
    /*width: 100% ;*/
    width:200px;
    margin-right:-85px !important;
    top :0px;
    right:0px;
    left:0;
    direction: rtl !important;
    float:right !important;
}
@media screen and (min-width:992px) and (max-width:1200px){
    #first-carousel .carousel-indicators {
        /*top :200px !important;*/
        /*right:-65px;*/
        /*left:0;*/
        /*!*padding: 0;*!*/
        /*width: 100% ;*/
        /*height:56px !important;;*/
        /*!*width: 40%;*!*/
        /*bottom:0px;*/
    }
}
#first-carousel .carousel-indicators li {
    float:left;
    opacity: .7;
    /*margin: 0;*/
    margin-top:12px;
    /*margin-right:9px ;*/
    /*margin-right:2.3%;*/
    border:2px solid #f0f0f0 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;

}
.main-first-level .carousel-indicators li {
    /*width:23%;*/
    width:98px;
    height:65px;
    margin-left:1.78% !important;
    filter: sepia(100%);

}
.section-first-level .carousel-indicators li {
    width:20px;
    height:20px;
    background: #fff;
    border:2px solid #3a3a3a !important;
    /*box-sizing: border-box !important;*/
    box-shadow: 4px 4px 4px -4px rgba(0,0,0,0.75);
}
.section-first-level .carousel-indicators li img{
    display:none;
}
@media screen and (min-width:768px)  {
    #first-carousel .carousel-indicators li:nth-child(2){
        /*margin-right:2.3%;*/
        /*margin-left:2.3%;*/
    }
}

#first-carousel .carousel-indicators li:first-child{
    margin-left:2px !important;
}

.main-first-level #first-carousel .carousel-indicators li:last-child{
    /*float:right;*/
    /*margin-right:2px !important;*/

    /*margin-right:0px !important;*/
}
#first-carousel .carousel-indicators li img{
    /*opacity: 1 !important;*/
    width:100%;
    height:100%;
    /*-webkit-border-radius: 5px !important;*/
    /*-moz-border-radius: 5px !important;*/
    /*border-radius: 5px !important;*/
    /*border:2px solid transparent !important;*/
}
#first-carousel .carousel-indicators li.active {
    border:2px solid rgb(1,92,145) !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    -webkit-border-radius:5px !important;
    -moz-border-radius:5px !important;
    border-radius:5px !important;
    filter: sepia(0);

}
#first-carousel .carousel-indicators li{
    margin-left:0 ;
    margin-right:0 ;
    margin-bottom:0;
}
#first-carousel .carousel-indicators li.active img {
    /*background: red;*/
    /*border: 3px solid #428BCA;*/
    /*opacity: 1 !important;;*/


}
#first-carousel .carousel-indicators {
    /*float:left;*/
    /*margin: 0;*/
    /*padding:0px;*/
    /*width:23%;*/
    /*width:100%;*/
    /*width:200px;*/
    /*height:22px;*/
    /*bottom: -5px;*/
    /*top:90px;*/
    /*right:75%;*/
    /*right:-80px;*/
    /*text-align:left;*/
    /*direction:ltr;*/
    /*transform: rotate(90deg);*/
    /*-webkit-transform: rotate(90deg);*/
    /*-moz-transform: rotate(90deg);*/
    /*-ms-transform: rotate(90deg);*/
    /*background-color: rgb(163,0,6);*/
    /*border-radius: 10px;*/
    /*background:url("slider_back.png")left 10px no-repeat;*/
}
#first-carousel .carousel-indicators:before{
    /*content:"";*/
    /*position:absolute;*/
    /*width:120px;*/
    /*height:19px;*/
    /*left:5px;*/
    /*top:1px;*/
    /*border-radius: 10px;*/
    /*background:rgb(163,0,6);*/
}
#first-carousel .carousel-indicators li {
    /*width: 12%;*/
    /*vertical-align: middle;*/
    /*!*width: 16px;*!*/
    /*margin-right:4px;*/
    /*height: 59px;*/
    /*!*border:1px solid #999;*!*/
    /*padding:0;*/
    /*!*border:0;*!*/
    /*!*border-radius: 50%;*!*/
    /*!*background-color:#fff;*!*/
    /*!*background: url("ch04_002_3.png");*!*/
    /*!*text-align: center;*!*/
    /*position: relative;*/

}
#first-carousel .carousel-indicators li.active:after{
    /*content:"";*/
    /*position:absolute;*/
    /*top:3px;*/
    /*left:3px;*/
    /*width:8px;*/
    /*height:8px;*/
    /*border-radius: 50%;*/
    /*background: goldenrod;*/
}
#first-carousel .carousel-indicators li:after{
    /*content:"";*/
    /*position:absolute;*/
    /*top:3px;*/
    /*left:3px;*/
    /*width:8px;*/
    /*height:8px;*/
    /*border-radius: 50%;*/
    /*background: #fff;*/
}
#first-carousel .carousel-indicators li.active{

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .main-first-level #first-carousel .carousel-indicators {
        margin: 0;
        right: 0;
        padding: 0;
        width: 100%;
        /*padding-bottom: 40px;*/
        /*bottom: -5px;*/
        top:178px;
        text-align: left;
        direction: ltr;
    }
    .main-block .lSSlideOuter .lSPager{
        /*top: 155px !important;*/
        width: 261px !important;
        bottom:61px !important;
    }
    /*.main-block .multimedia-title{*/
    /*margin-top:50px !important;*/
    /*}*/
    .main-first-level #first-carousel .carousel-indicators li{
        width:23% !important;
        /*margin-right: 5px !important;*/
        height:60px !important;
    }
    #main-first-level  .carousel-indicators li:first-child {
        /*margin-left:5px;*/
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .main-first-level #first-carousel .carousel-indicators {
        margin: 0;
        right: 0;
        padding: 0;
        width: 100%;
        /*padding-bottom: 40px;*/
        bottom: 30px;
        /*top:273px;*/
        /*bottom:;*/
        text-align: left;
        direction: ltr;
    }
    .main-first-level .first-image-padding{
        height:88px;
    }
    .main-first-level #first-carousel .frst-content{
        bottom:88px !important; ;
    }
    .main-block .lSSlideOuter .lSPager{
        /*top: 274px !important;*/
        /*right:15px !important;*/
        width:675px !important;
        /*background: none !important;*/
        bottom:48px;
    }
    .multimedia-title{
        /*margin-top:100px !important;*/
    }
    .pi-sticky .navbar-right{
        margin-right: 45px !important;
    }
    /*.main-first-level #first-carousel .carousel-indicators li{*/
        /*width:23% !important;*/
        /*!*margin-right: 7px !important;*!*/
        /*height:auto  !important;*/
    /*}*/
    #first-carousel .item-b{
        /*height:130px !important;*/
    }
}

#first-carousel  .carousel-indicators li:first-child {
    /*margin-left:17px;*/
}
#first-carousel .carousel-indicators li img {
    /*opacity: .8;*/
    /*transition: .2s ease-in-out;*/
    /*width:100%;*/
    /*height: 45px;*/
}
#first-carousel .carousel-indicators li.active img {
    /*border: 3px solid rgb(0,142,255);*/
    /*opacity: 1;*/
    /*box-sizing: border-box;*/
    /*transform:scale(1.1);*/
    /*-webkit-transform:scale(1.1) ;*/
    /*-moz-transform:scale(1.1) ;*/
}
#row-margin-1 {
    /*margin-top:-15px !important;*/
    /*background: #fff;*/
    /*margin-bottom: 10px;*/
}
@media screen and ( min-width: 768px ){
    #row-margin-2{
        background: #fff;
        /*margin-top:-12px !important;*/
    }
}
@media screen and ( min-width: 768px ) and ( max-width: 992px ){
    .first-row{
        margin-top:0px !important;
        /*background: #fff;*/
        /*margin-bottom: -5px;*/
    }
}
.first-row{
    margin-top: -44px;
    background: #fff;
    /*margin-bottom: -5px;*/
}
.internal-row{
    margin-top:-13px;
    background: #fff;
    /*margin-bottom: -20px;*/
}
.first-sec-row{
    margin-top: -48px;
    background: #fff;
}
#doc-first_row{
    background: #fff;
    /*padding-right: 5px;*/
    /*padding-left: 5px;*/
}
.row-doc-titr{
    padding:0 5px;
}
#general-tick{
    margin-top:-10px;
    margin-bottom: -13px;
}
@media screen and (max-width: 992px) {
    #first-carousel {

    }
}
@media screen and (max-width: 768px) {
    .main-first-level #first-carousel .carousel-indicators {
        top:30px !important;
        /*right:50% !important;*/
        direction:ltr !important;
        /*right:240px !important;;*/
        /*left:0px !important;;*/
        /*text-align: right;*/
        /*float: right !important;*/
        /*margin: 0;*/
        /*padding: 0;*/
        /*width: 100% !important; ;*/
        /*text-align: left;*/
        /*direction: ltr;*/
        /*top: 13px;*/
        /*!*padding-left: 10px;*!*/
        /*height: 25px;*/
    }
    .section-first-level  .carousel-indicators {
        top:10px !important;
        direction:ltr !important;
        right:110px !important;;
    }
    .main-first-level #first-carousel .carousel-indicators li:last-child{
        /*margin-right:5px !important; ;*/
    }
    #first-carousel .carousel-indicators li {
        width: 20px !important;
        margin-left: 6px !important;
        /*margin-right:5px !important;*/
        height: 20px !important;
        background: #fff;
        float: right;
    }
    #first-carousel .carousel-indicators li:first-child {
        margin-left:5px !important;
    }
    #first-carousel .carousel-indicators li img{
        display:none;
    }
    #first-carousel .carousel-indicators li:first-child{
        margin-right:5px !important;
    }

    #first-carousel .carousel-indicators li.active{
        background: #0044ff;
    }
    #first-carousel .item-b{
        display: none !important;
    }


}
.special-row-line {
    margin:10px auto 5px;
    padding-bottom: 10px;
    border-bottom:1px solid rgb(204,204,204);
}
/*.special-row-line:first-child {*/
/*padding-top:10px;*/
/*border-top:1px solid rgb(204,204,204);*/
/*border-bottom:1px solid rgb(204,204,204);*/
/*}*/
.special-row-line:last-of-type{
    border-bottom:none;
}
.special-row-padd {
    padding: 15px 0 20px;
}
.special-img {
    float: right;
    border: 1px solid #c0c0c0;
    padding: 2px;
}
.content-bg-1 {
    background: white;
    padding-top: 10px;
}
.special-comments {
    color: #8a8a8a;
    padding-top: 5px;
    font-size: 11px;
}
.special-comments a {
    color: #8a8a8a;
}
.special-comments span {
    color: #ecea1d;
    margin-left: 5px;
}
.specail-padding {
    padding-right: 167px;
}
@media screen and (max-width: 768px) {
    .specail-padding {
        padding-left: 5px;
    }

}
.last-news-bg1 {
    background: url(ch01_018.gif) ;
    background-position: top  right;
    background-repeat:  no-repeat;
    padding-right: 17px;
    margin-bottom: 2px;
}
.last-news-bg2 {
    background: url(ch01_019.gif);
    background-position: top ;
    background-repeat: 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: rgb(181,0,7);
}
.last-news-title a:visited {
    color: #5c5c5c;
}
.advertise_div1 {
    margin-bottom: 5px;
}
.advertise_div1 a{
    line-height: 15px !important;
}
.advertise_div2 {
    /*margin-bottom: 10px;	*/
}
.bahsrooz-bg1 {
    background: url(ch01_025.gif) top repeat-x;
}
.bahsrooz-bg2 {
    /*background: url(ch01_023.gif) top right no-repeat;*/
}
.bahsrooz-bg3 {
    height: 31px;
    /*background: url(ch01_024.gif) top left no-repeat;*/
}
.bahsrooz-frame {
    border: 1px solid #e7e7e7;
    border-top: 0px;
    margin-bottom: 10px;
    padding: 1px;
}
.bahsrooz-container {
    position: relative;
}
.bahsrooz-text {
    /*position: absolute;*/
    background: #242424;
    width: 100%;
    padding: 5px 10px 3px;
}
.bahsrooz-title {
    background: url(ch01_027.png) right 7px no-repeat;
    padding-right: 12px;
    font-size: 12px;
    border-bottom: 1px solid white;
    padding-bottom: 2px;
}
.bahsrooz-title a {
    color: white;
}
.bahsrooz-title a:hover {
    color: #b50007;
}
.bahsrooz-title2 {
    padding-top: 3px;
}
.bahsrooz-title2 a {
    float: left;
    background: url(ch01_028.png);
    width: 134px;
    height: 19px;
}
.bahsrooz-comments {
    float: right;
    color: white;
    font-size: 13px;
    white-space: nowrap;
}
.bahsrooz-comments span {
    color: white;
    margin-left: 5px;
}
.view-bg1 {
    background: url(ch01_030.gif) top repeat-x;
}
.comment-bg1 {
    background: url(ch01_038.gif) top repeat-x;
}
.rate-bg1 {
    background: url(ch01_039.gif) top repeat-x;
}
.email-bg1 {
    background: url(ch01_040.gif) top repeat-x;
}
/*.view-bg2 {
  background: url(ch01_029.gif) top right no-repeat;
}
.comment-bg2 {
  background: url(ch01_032.gif) top right no-repeat;
}
.rate-bg2 {
  background: url(ch01_034.gif) top right no-repeat;
}
.email-bg2 {
  background: url(ch01_036.gif) top right no-repeat;
}*/
.view-bg3 {
    background: url(ch01_031.gif) top left no-repeat;
    height: 40px;
}
.comment-bg3 {
    background: url(ch01_033.gif) top left no-repeat;
    height: 40px;
}
.rate-bg3 {
    background: url(ch01_035.gif) top left no-repeat;
    height: 40px;
}
.email-bg3 {
    background: url(ch01_037.gif) top left no-repeat;
    height: 40px;
}
/*@media screen and (min-width: 992px) and (max-width: 1200px) {*/
.view-bg2 {
    background: url(ch01_029-small.gif) top right no-repeat;
}
.comment-bg2 {
    background: url(ch01_032-small.gif) top right no-repeat;
}
.rate-bg2 {
    background: url(ch01_034-small.gif) top right no-repeat;
}
.email-bg2 {
    background: url(ch01_036-small.gif) top right no-repeat;
}
/*}*/
.popular-counter {
    float: right;
    border: 1px solid #e6e6e6;
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #959595;
    line-height: 25px;
}
.rank-counter {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    width: 20px;
}
.popular-icon {
    float: right;
    width: 5px;
}
.popular-icon div {
    background: url(ch01_103.gif) bottom;
}
.popular-items p {
    padding-right: 33px;
    margin: 0;
}
.popular-items {
    padding-bottom: 5px;
}
.popular-items a {
    color: black;
}
.popular-items a:hover {
    color: #b50007;
}
.popular-items-frame {
    padding: 15px 9px 10px;
}
.twittanz-bg1 {
    background: url(ch01_043.gif) top repeat-x;
}
.twittanz-bg2 {
    background: url(ch01_041.gif) top right no-repeat;
}
.twittanz-bg3 {
    height: 31px;

    background: url(ch01_042.gif) top left no-repeat;
}
.poll-container{
    /*padding:3px;*/
    /*border:2px solid rgb(210,210,210);*/
    margin-bottom: 5px;
}
.majazi-bg1 {
    background: url(ch07_003_5.png);
    background-repeat: repeat-x;
}
.majazi-bg2 {
    background: url(ch07_003_8.png);
    background-position: left;
    background-repeat: no-repeat;
}
.majazi-bg2>div{
    background: url(ch07_007_4_p1.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 25px;
}
.majazi-bg2>div>div{
    /*height:26px;*/
    /*background: url("ch05_006_7.png")center no-repeat;*/
}
.twittanz-frame {
    border: 1px solid #e7e7e7;
    border-top: 0px;
    padding: 15px 9px 10px;
    margin-bottom: 10px;
}
.majazi-frame {
    padding: 5px 5px;
    margin-bottom: 5px;
    background: #fff;
    /*border:1px solid rgb(188,233,227);*/
}
.twit-items:nth-child(odd) {
    background:rgb(242,250,255) url("ch07_005_1.png") top 10px right 3px no-repeat;
    padding:5px 15px 5px 0;
}
.twit-items:nth-child(even) {
    background:url("ch07_005_1.png") top 10px right 3px no-repeat;
    /*padding-right: 12px;*/
    padding:5px 15px 5px 0;
}

.twit-items a {
    color: black;
}
.twit-items a:hover {
    color: #b50007;
}
.majazi-items {
    padding-bottom: 15px;
    padding-top: 5px;
}
.majazi-image,.majazi-image-v2 {
    float: right;
    border: 1px solid rgb(200,200,200);
    font-size: 0;
    padding:1px;
}
.majazi-image a img{
    width:80px !important;
    height:53px !important;
}
.majazi-text {
    padding-right: 90px;
}
.majazi-text-v2 {
    padding-right: 110px;
}
.majazi-title{
    background: url("ch07_004_5.png")top 8px right no-repeat;
    padding-right: 10px;
}
.majazi-title:hover{
    background: url("ch07_004_4.png")top 8px right no-repeat;
    padding-right: 10px;
}
.majazi-title a {
    color: rgb(94,94,94);
    font-size: 13px;
    font-weight: bold;
}
.majazi-subtitle {
    font-size: 12px;
}
.majazi-subtitle a {
    padding-right: 5px;
    color: rgb(150,150,150);
}
.majazi-routitr{
    padding-right: 12px;
    font-size: 12px;
}
.majazi-routitr a{
    font-size: 12px;
    /*padding-right: 5px;*/
    color:rgb(166,166,166);
}
.majazi-title a:hover,.majazi-subtitle a:hover {
    color: #b50007;
}
.majazi-border {

}
.majazi-border.no-border {
    border: 0px;
    min-height: 1px;
}
.parvandeh-bg1 {
    background: url("ch07_007_3.png") top repeat-x;
    margin-bottom: 5px;
}
.parvandeh-bg2 {
    background: url("ch07_007_2.png") top right no-repeat;
}
.parvandeh-bg3 {
    height: 25px;
    background: url("ch07_007_1.png") top left no-repeat;
}
.parvandeh-image {
    border-top: 1px solid #dadada;
    padding-top: 1px;
    position: relative;
}
.parvandeh-image img{
    width:100%;
    height: auto;
}
.parvandeh-frame {
    background:rgb(225,243,255 );
    margin-bottom: 5px;
}
.parvandeh-items-frame {
    padding: 15px 0px 25px;
}
.parvandeh-bg4 {
    /*background: url(ch01_049.gif) top repeat-x;*/
    /*margin-bottom: 10px;*/
}
.parvandeh-bg5 {
    height: 21px;
    position: absolute;
    left: 0;
    right: 0;
    bottom:0px;
    background: url("ch07_010_1.png")center no-repeat;
    text-align: center;
}
.parvandeh-bg6 {

    /*height: 21px;*/
    /*background: url(ch01_051.gif) top left no-repeat;*/
}
.parvandeh-bg6 a {
    display: inline-block;
    width: 100%;
    height: 21px;
    font-size: 0;
}
#video-tab-button div {
    background: url(ch01_052.png);
    width: 27px;
    height: 23px;
}
#sound-tab-button div {
    background: url(ch01_053.png);
    width: 27px;
    height: 23px;
}
.content .sec_content{
    margin-top:35px;
    padding-top:3px
}
.section_content .sec_content{
    margin-top:0px;
    padding-top:3px
}
.section_content .frst-content{
    bottom: 0;
}
#multimedia-top-tab,#multimedia-top-tab1 {
    /*min-width: 249px;*/
    /*margin-bottom:5px;*/
    width:100%;
    /*height:238px;*/
    /*border: 1px solid #282828;*/
    position: relative;
    /*background-color: #2f2f2f;*/
    margin-top:0;
    overflow-y:hidden  !important;
}

#multimedia-top-tab .multimedia-top-header{
    background:url("ch07_002_3.png") repeat-x;
    /*margin-top:3px;*/
    margin-bottom:2px;
}
#multimedia-top-tab .multimedia-top-header>div{
    /*background:url("ch05_001_7.png") center no-repeat;*/
}
#multimedia-top-tab .multimedia-top-header>div>div{
    background:url("ch07_002_1.png") left no-repeat;
}
#multimedia-top-tab .multimedia-top-header>div>div>div{
    height:25px;
    background:url("ch07_002_2.png") right no-repeat;
}
.multimedia-section  {
    margin-top:0px !important;
    /*padding:5px 0 0;*/
    /*padding-right:10% !important;*/
    text-align: center !important;
}
.multimedia-section .multimedia-padding  {
    padding:3px 0 0px;
    position:relative;
    /*background:linear-gradient(bottom, rgb(192,192,192)30%,rgb(210,210,210) 70%)!important;*/
    /*background:-webkit-linear-gradient(bottom, rgb(192,192,192)30%,rgb(210,210,210) 70%)!important;*/
    /*background:-moz-linear-gradient(bottom, rgb(192,192,192)30%,rgb(210,210,210) 70%)!important;*/
    /*background:-o-linear-gradient(bottom, rgb(192,192,192)30%,rgb(210,210,210) 70%)!important;*/
    background: rgb(210,210,210);
}

.main-block .nav-tabs li{
    display: none !important;
}
#multimedia-top-tab .nav-tabs{

    /*min-height: 38px;*/
    /*background:rgb(110,131,149);*/
    /*text-align: center !important;*/

    /*background:url("ch01_000007_r.png") ,url("ch01_000007_l.png"), url("ch01_000007_h.gif")80% ;*/

    /*background: url("ch01_000007_l.png") top left no-repeat ;*/
    /*background-position:right 10px top 10px ,left 20px top 3px,left 30px top 5px ;*/
    /*background-repeat: no-repeat,no-repeat, repeat-x;*/
    /*border-right: 7px solid #2f2f2f;*/
    /*border-left: 7px solid #2f2f2f;*/
}
#multimedia-top-tab .daricheh-bg{
    width:100%;
    background: url("ch04_003_2.gif")repeat-x;
    text-align: center;
}
#multimedia-top-tab .daricheh-bg>div{
    height:34px;
    background: url("ch04_003_1_1.gif")right no-repeat;
}
#multimedia-top-tab .daricheh-bg>div>div{
    height:34px;
    background: url("ch04_003_3_1.gif")left no-repeat;
    color:rgb(137,34,0);
    line-height: 34px;
    font-weight: bold;
    font-size: 14px;

}
#multimedia-top-tab .nav-tabs:after{
    /*position:absolute;*/
    /*left:3px;*/
    /*top:1px;*/
    /*border-top: 10px solid #2f2f2f;*/
    /*border-right: 10px solid transparent;*/
    /*border-bottom: 20px solid transparent;*/
    /*border-left: 20px solid #2f2f2f;*/
}
.multimedia-section .nav-tabs{
    margin-bottom: 5px;
}
.multimedia-section .multimedia-top-header{
    display: none;
}

.multimedia-section .nav-tabs > li{
    background: url("ch07_009_4.png") top repeat-x;
    width:50%;
    height:25px;
    display: inline-block !important;
    /*margin-left: 2px;*/
}
.multimedia-section .nav-tabs > li>div{
    background: url("ch07_009_2.png") left no-repeat;
}
.multimedia-section .nav-tabs > li:first-child>div>div{
    background: url("ch07_009_5.png") top 2px right 5px no-repeat;
}
.multimedia-section .nav-tabs > li:nth-child(2)>div>div{
    background: url("ch07_009_3.png")top 5px right 5px no-repeat;
}
.multimedia-section .nav-tabs > li {
    /*float: initial;*/
}
.multimedia-section .nav-tabs > li  a {
    background: transparent;
    width:100%;
    height: 20px;
    display:block;
    text-align: center;
    /*background: url("ch05_001_9.png")no-repeat center;*/
    padding: 0 35px;
    /*border-bottom-right-radius: 10px;*/

    color: #fff;
    /*background: #606060;*/
    /*border-color: #606060;*/
    /*display: none;*/
}
/*.multimedia-section .nav-tabs > li.active a{*/
/*background: #fff;*/
/*color:red;*/

/*}*/
.multimedia-section .nav-tabs > li.active:first-child a{
    background: #fff url("ch07_009_5.png") top 2px right 5px no-repeat;;
    color:rgb(116,116,116);
    border-bottom-right-radius: 10px;

}
.multimedia-section .nav-tabs > li.active:nth-child(2) a{
    background: #fff url("ch07_009_3.png") top 2px right 5px no-repeat;;
    color:rgb(116,116,116);
    border-bottom-left-radius: 10px;

}
#multimedia-top-tab .nav-tabs>li:hover>a{
    border:0 !important;
}
#multimedia-top-tab .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus
{
    color: rgb(30,83,129);
    top: 2px !important;
    /*background-color: #fff;*/
    background: url("ch05_002_1.png")no-repeat center;
    border:0 !important;
    /*border-bottom-color: transparent;*/
    /*cursor: default;*/
}
#multimedia-top-tab .nav-tabs>li>a:hover {
    border-color:inherit !important;
}

#multimedia-top-tab .nav-tabs > li > a {
    margin-right: 0;
    margin-left: 5px;
}
#multimedia-top-tab .nav-tabs > li > a:hover {
    border-color: #afaeae;
}
#multimedia-top-tab .nav-tabs > li.active > a,
#multimedia-top-tab .nav-tabs > li.active > a:hover,
#multimedia-top-tab .nav-tabs > li.active > a:focus {
    /*top: 1px;*/
    /*background: #282828;*/
    /*border-color: #282828;*/
    /*border-bottom: 0;*/
    /*color: white;*/
}

#multimedia-top-tab .tab-content{
    /*margin-top:29px;*/
}
#multimedia-top-tab .tab-content > .tab-pane {

}
#multimedia-top-tab .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 0;
    left:50%;
    transform:translate(-50%) ;
    -webkit-transform:translate(-50%) ;
    -moz-transform:translate(-50%) ;
    -ms-transform:translate(-50%) ;
    /*display:none;*/
}
#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-main-tab {
    margin-bottom: 5px;
    /*padding:5px;*/
    /*background: rgb(89,89,89);*/
    /*border: 1px solid #282828;*/
    /*background: url(ch01_0021_b.gif)left 0 top 0px repeat-x;*/
    /*background: #aaa;*/
    /*background: rgb(188,188,188);*/
    /*margin-right:5px;*/
    /*padding:0;*/
}
#multimedia-main-tab .m-bg1{
    background: rgb(161,43,4);
    background:url("ch07_006_7.png");
    background-repeat: repeat-x ;
    /*background-repeat:repeat-x;*/
    border-radius: 10px;
    margin-bottom: 5px;
}
#multimedia-main-tab .m-bg2{
    background:url("ch07_006_5.png");
    background-position: right;
    background-repeat: no-repeat ;

}
#multimedia-main-tab .m-bg3{
    height:38px;
    background:url("ch07_006_4.png");
    background-position: left;
    background-repeat: no-repeat ;
}

#multimedia-main-tab .nav-tabs{
    background: rgb(87,87,87);
    position:relative;
    height: 37px;
    padding:2px 2px 0 2px ;
    display: none;
}
#multimedia-main-tab .nav > li{
    /*position:absolute;*/
    /*top:-1px;*/
    /*margin-left:100px;*/
    /*width:101px !important;*/
    /*margin-left: 50px;*/
    /*width:189px;*/
    /*height:39px;*/

    /*height:40px;*/
    /*border-bottom: 8px solid rgb(188,188,188);*/
}
#multimedia-main-tab .nav > li>a{
    /*width:189px;*/
    /*height:39px;*/
    width:120px;
    height: 38px;
    text-align: center;
    color:#fff;
    background:url("ch04_007_7_1.png");
    background-repeat: no-repeat;
    background-position: top center;
}
#multimedia-main-tab .nav > li:nth-child(1)>a{
    z-index:4 !important;
    /*top:0;*/
    /*right: 3px;*/
    /*background:url("ch04_007_2.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top -1px center;*/
}
#multimedia-main-tab .nav > li:nth-child(2)>a{
    /*top:0;*/
    /*right:140px;*/
    z-index:3 !important;
    margin-right:-12px;
    /*background:url("ch04_007_3.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top -1px center;*/
}
#multimedia-main-tab .nav > li:nth-child(3)>a{
    /*top:0;*/
    /*right:140px;*/
    z-index:2 !important;
    margin-right:-12px;
    /*background:url("ch04_007_3.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top -1px center;*/
}
#multimedia-main-tab .nav-tabs > li.active > a,
    /*#multimedia-main-tab .nav-tabs > li> a:hover,*/
#multimedia-main-tab .nav-tabs > li.active > a:focus {
    background: url("ch04_007_4_1.png") no-repeat;
    top:0 !important;
    color:rgb(160,43,4);
    /*display:block;*/
    /*width:167px;*/
    /*height: 38px;*/
    /*background: url("ch04_007_2.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top -1px center;*/
    /*border:0;*/
    /*top: 1px;*/
    /*color:#fff;*/
}

#multimedia-main-tab .tab-pane {
    background: url("ch04_007_9_1.gif");
    background-repeat: repeat;
    padding:15px 15px 5px  10px;

}
@media screen and (max-width:480px  ){
    #multimedia-main-tab .nav > li{
        padding:0 !important;
        float: right !important;
        width:60px !important;
    }
    #multimedia-main-tab .nav > li > a {
        float: right !important ;
        width: 60px !important;
        transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
    }
    #multimedia-main-tab .nav-tabs > li.active > a,
    #multimedia-main-tab .nav-tabs > li> a:hover,
    #multimedia-main-tab .nav-tabs > li.active > a:focus {
        background: none !important;
        border:0 !important;
        color:rgb(160,43,4);
        top:0 !important;
    }
}
#multimedia-main-tab .nav > li.active >a{
    font-weight: bold;
    border:0;
}
#multimedia-main-tab .nav-tabs > li:hover>a{
    border:0 !important;
}

.multimedia-items .active-image{
    position: relative;
    overflow: hidden;
    border:1px solid rgb(132,132,132) ;
    box-shadow: 0 0 5px rgb(132,132,132);
    margin-bottom: 6px;
    /*display: none;*/
    /*opacity: 0;*/
}
.active-film-image .film-icon{
    background: url(ch04_008_6.png);
    width: 96px;
    height: 96px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.multimedia-side-image .picture-icon{
    line-height: 12px;
    background:rgba(0,0,0,.5) ;
    width: 100%;
    height: 16px;
    /*line-height: 0;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    opacity: .9;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.multimedia-side-image .picture-icon>.fa{
    margin:2px 5px;
    font-size:14px;
    float: right;
    color:#fff;
}
.multimedia-side-image .picture-icon>span{
    margin:-2px 3px 0;
    bottom: 0;
    float:right;
    color:#fff;
    font-size:12px;
}
.fa-camera{
    font-size:10px;
}
.multimedia-side-image .picture-icon:hover .fa {
    color:red;
}
.film-image .film-icon{
    background: url(ch04_008_6_1.png);
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.multimedia-items .active-image:first-child{
    /*display: block !important;*/

}
.multimedia-items .active-image img{
    width:100%;
    height: auto;

}
.negah-title a {
    text-decoration: none;
}
.negah_abs{
    text-align: justify;
}

.multimedia-side-image{
    /*display:none;*/
    position:relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    transition:all .3s ease-in-out !important;
    -webkit-transition:all .3s ease-in-out !important;
    -moz-transition:all .3s ease-in-out !important;
    -ms-transition:all .3s ease-in-out !important;
    cursor: pointer;
    /*padding:2px;*/
    /*border:2px solid rgb(200,200,200);*/

}
.multimedia-side-image img{
    width:100%;
    height:auto !important;

}
.active-content{
    /*position: absolute;*/
    /*left:0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*background: rgba(0,0,0,.6);*/
    /*width:100%;*/
    /*height:auto;*/
    /*color:#fff;*/
    /*padding:10px;*/
}
.active-title{
    margin-bottom: 30px;
}
.active-title:hover{
    /*color:red;*/
    text-shadow: 3px 3px 6px #fff;
    /*color:rgb(173,0,6);*/
    /*font-weight: bold;*/
}
#multimedia-main-tab .tab-content{
    background: rgb(87,87,87);
    /*margin-top: 10px;*/
    padding:5px ;
    border-radius: 5px;
    /*border:3px solid rgb(176,175,175);*/
}
#multimedia-main-tab .content{
    /*position: relative;*/
    width: 100%;
    /*max-width: 400px;*/
    /*margin: auto;*/
    /*overflow: hidden;*/
}
#multimedia-main-tab .active-image .content-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#multimedia-main-tab  .active-content{
    position: absolute;
    text-align: right;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    color:#fff;
    text-shadow: 0px 1px 2px #aaa;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#multimedia-main-tab  .active-content .active-title{
    text-shadow:0px 0px 2px rgba(0,0,255,.8);
    text-align: center;
}
#multimedia-main-tab  .active-content .active-abs{
    font-size:15px ;
    text-align: center;
}
#multimedia-main-tab .active-image:hover .content-overlay{
    opacity: 1  !important;
}
#multimedia-main-tab .active-image img{
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
#multimedia-main-tab .active-image:hover img{
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}
#multimedia-main-tab .active-image:hover .active-content{
    top: 50%;
    left: 50%;
    opacity: 1;

}
#multimedia-main-tab .fadeIn-bottom{
    /*top: 80%;*/
}

@keyframes pulse {
    0% {
        transform: scaleX(1) scaleY(1);
    }
    10% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    20% {
        transform: scaleX(1) scaleY(1);
    }
    30% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    40% {
        transform: scaleX(1) scaleY(1);
    }
    50% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    60% {
        transform: scaleX(1) scaleY(1);
    }
    70% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    80% {
        transform: scaleX(1) scaleY(1);
    }
    90% {
        transform: scaleX(0.85) scaleY(0.85);
    }
    100% {
        transform: scaleX(1) scaleY(1);
    }
}
@media screen and (max-width:380px){
    #multimedia-main-tab .nav > li{
        /*width:100px !important;*/
    }
    #multimedia-main-tab .nav >li>a{
        /*width:100px !important;*/
    }
    #multimedia-main-tab .nav-tabs > li:nth-child(1).active > a
    {

        /*background:url("ch01_0021_1.png")top 7px right 12px no-repeat,url("ch01_0021_4_1.png")center/cover;*/
    }
    #multimedia-main-tab .nav-tabs > li:nth-child(2).active > a{
        /*background:url("ch01_0021_2.png")top 7px right 12px no-repeat,url("ch01_0021_4_1.png");*/
    }
    #multimedia-main-tab .nav-tabs > li:nth-child(3).active > a{
        /*background:url("ch01_0021_3.png")top 2px right 12px no-repeat,url("ch01_0021_4_1.png");*/
    }
}
#multimedia-main-tab .nav-tabs > li.active{
    /*z-index:100;*/
    /*border-image:url("ch01_0021_4_b.png") 0 0 8 0 ;*/
    /*border-bottom: 8px solid rgb(188,188,188);*/
    /*border-top:0;*/
    /*border-right:0;*/
    /*border-left:0;*/
}

#multimedia-main-tab .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    top: 0;
    left: 10px;
}
#multimedia-main-tab .lSSlideOuter .lSPager.lSpg > li:hover a,#multimedia-top-tab .lSSlideOuter .lSPager.lSpg > li.active a {
    /*background: rgb(0,104,266);*/
}
#multimedia-main-tab .nav-tabs {
    border-bottom: 0;
}
/*///////////////////////////*/
#multimedia-top-tab .multimedia-images {
    /*width: 373px;  	*/
    /*min-width:237px;*/
    width: 100%;
    position: relative;
    height:auto;

    /*position:absolute;*/
    /*min-height:140px;*/

    /*background:#2f2f2f ;*/
    margin-top:2px;
    text-align: center;
    padding:0 20px;
    background: rgb(210,210,210);
}
#multimedia-top-tab .multimedia-images img {
    /*width: 100%;*/
    display: inline-block;
    width: 100%;
    border: 1px solid #fff;
    padding:3px;
    /*height: auto;*/
    /*height: 214px;*/
    /*width:230px;*/
    /*max-height: 140px !important;*/
    /*margin:0 3%;*/
}
#multimedia-top-tab .multimedia-images:before{
    /*content: "";*/
    /*display:block;*/
    /*width: 40px;*/
    /*height: 100% !important;*/
    /*!*min-height:130px;*!*/
    /*!*min-height: 140px !important;*!*/
    /*background:rgba(0,0,0,.5) !important;*/
    /*!*background-color: red;*!*/
    /*top:0;*/
    /*!*bottom:40px;*!*/
    /*right:0;*/
    /*bottom: 0;*/
    /*position: absolute;*/
    /*z-index:100;*/
}
#multimedia-top-tab .multimedia-images:after {
    /*content: "";*/
    /*width: 40px;*/
    /*!*min-height: 140px;*!*/
    /*background:rgba(0,0,0,.5);*/
    /*height: auto;*/
    /*!*background-color: red;*!*/
    /*top:0;*/
    /*left:0;*/
    /*bottom: 0;*/
    /*position: absolute;*/
    /*display: block;*/
}

#multimedia-main-tab .multimedia-padding{
    padding:25px 5px 15px 5px ;
    position:relative;
}
#multimedia-main-tab .multimedia-padding .pictureItems{
    padding:0 30px !important;
    text-align:center;
    width:100%;
    /*height: 50px;*/
}
#multimedia-top-tab .multimedia-padding .pictureItems{
    /*padding:0 25px  !important;*/
    /*text-align:center;*/
    /*width:100%;*/
    /*height: 50px;*/
}
/*#multimedia-top-tab .multimedia-padding .filmItems{*/
/*padding:0 25px  !important;*/
/*text-align:center;*/
/*width:100%;*/
/*!*height: 50px;*!*/
/*}*/
#multimedia-main-tab .multimedia-padding .filmItems{
    padding:0 25px !important;
    text-align:center;
    width:100%;
    /*height: 50px;*/
}
#multimedia-main-tab .multimedia-padding .voiceItems{
    padding:0 35px !important;
    text-align:center;
    width:100%;
    /*height: 50px;*/
}
#multimedia-main-tab .multimedia-images {
    border:1px solid #3c3c3c;
    padding:1px;
    width:100%;
    height:101px;
    text-align: center;
}

#multimedia-main-tab .multimedia-images img {
    width:100%;
    display: inline-block;
    height: 100%;
    max-height: 99px !important;
    /*min-height:100px;*/
}

.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-padding {
    direction: ltr;
}
.multimedia-padding * {
    direction: ltr;
}
.pictureItems,.filmItems,.voiceItems{
    position: relative;
    overflow: hidden;
}
.tasvir_roozItems{
    position: relative;
    overflow: hidden;
}
.main-block .multimedia-padding{
    padding:9px 0 0px;
    position:relative;
    /*background:linear-gradient(bottom, rgb(192,192,192)30%,rgb(210,210,210) 70%)!important;*/
    /*background:-webkit-linear-gradient(bottom, rgb(192,192,192)30%,rgb(210,210,210) 70%)!important;*/
    /*background:-moz-linear-gradient(bottom, rgb(192,192,192)30%,rgb(210,210,210) 70%)!important;*/
    /*background:-o-linear-gradient(bottom, rgb(192,192,192)30%,rgb(210,210,210) 70%)!important;*/

    background: rgb(210,210,210);
}
#multimedia-top-tab .multimedia-title{
    direction: rtl;
    text-align: right;
    background:rgb(192,192,192) ;
    /*background: url(ch04_003_4.gif) repeat-x;*/
    /*position: absolute;*/
    width:100%;
    z-index:1000;
    /*height:100px;*/
    /*margin-right: -30px !important;*/
    /*margin-left:-10px;*/

    /*margin-bottom:-40px;*/
    cursor: pointer;
    box-sizing: border-box;
}
.main-block .multimedia-title {
    margin-top:5px;
    padding: 4px 5px ;
    min-height:46px;
}
.multimedia-section .multimedia-title {
    margin-top:58px;
    padding: 5px 5px ;
}
@media screen and (min-width:992px) and (max-width:1200px){
    .multimedia-section .multimedia-padding{
        /*padding-top:0px !important;*/
    }

    .main-block .multimedia-title {
        margin-top:4px;
        /*padding-right: 20px;*/
        /*z-index:10000;*/
        /*padding: 4px 5px ;*/
    }
}
#multimedia-main-tab .multimedia-title {
    direction: rtl;
    text-align: right;
    /*background: url(ch01_0055.png);*/
    /*position: absolute;*/
    width:100%;
    /*height:55px;*/
    /*margin:5px;*/
    margin-top:5px;
    /*padding: 5px 5px;*/
    box-sizing: border-box;
}
.soundItems,.videoItems {
    position: relative;
}
#multimedia-top-tab .multimedia-title div {
    padding: 2px 18px 5px 0;
    background: url(ch07_002_4.png)top 8px right 5px no-repeat;

    /*background: url(ch01_0057.gif) right 5px no-repeat;*/

}
#multimedia-main-tab .multimedia-title div {
    padding-right: 10px;
    background: url(ch01_000007_tit.png)top 0 right 0px no-repeat;
    /*background: url(ch01_0057.gif) right 5px no-repeat;*/

}
#multimedia-main-tab .multimedia-title a {
    color: rgb(5,14,85);
    line-height: 18px;
}
#multimedia-top-tab .multimedia-title a {
    color:rgb(74,74,74);
    font-size: 13px;
    font-weight: bold;
}
#multimedia-top-tab .multimedia-title a:hover {
    color: rgb(181,2,7);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #multimedia-main-tab  .multimedia-images {
        /*height:112px;*/
    }
    #multimedia-main-tab  .multimedia-images img {
        /*max-height:108px !important;*/
    }
}
@media screen and (min-width: 800px) and (max-width: 991px) {
    #multimedia-main-tab .multimedia-images {
        /*width: 100%;*/
        /*height:142px;*/
    }
    #multimedia-main-tab .multimedia-images img {
        /*width: 100%;*/
        /*max-height:138px !important;*/
    }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
    #multimedia-main-tab .multimedia-images {
        /*width: 100%;*/
        height:206px;
    }
    #multimedia-main-tab .multimedia-images img {
        /*width: 100%;*/
        max-height:202px !important;
    }
}
@media screen and (min-width: 499px) and (max-width: 599px) {
    #multimedia-main-tab .multimedia-images {
        /*width: 100%;*/
        height:auto;
    }
    #multimedia-main-tab .multimedia-images img {
        width: 100%;
        height: 342px !important;
        max-height:342px !important;
    }
}
@media screen and (max-width: 498px) {
    #multimedia-main-tab .multimedia-images {
        /*width: 100%;*/
        height:auto;
    }
    #multimedia-main-tab .multimedia-images img {
        width: 100%;
        height: auto !important;
        max-height:200px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #multimedia-top-tab  .multimedia-images {
        /*width: 304px;  	*/
        /*height:109px;*/
    }
    #multimedia-top-tab .multimedia-images img {
        /*width: 100%;*/
        /*height: 220px;  */
        /*width:100%;*/
        /*height:109px;*/
    }

    #multimedia-top-tab{
        /*min-width:211px;*/
        width:100%;
    }

    #multimedia-top-tab .nav-tabs{
        /*min-height: 23px;*/
        /*background: url(ch01_000007_xsmall.png)center/cover;*/
    }
    #multimedia-top-tab .tab-pane {
        /*min-height: 205px;*/
    }
    #multimedia-top-tab .isAction .isNext{
        /*right:10px;*/
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    #multimedia-top-tab{
        /*min-height:468px;*/
    }
    #multimedia-top-tab .nav-tabs{
        /*min-height: 54px;*/
        /*background:url("ch01_000007_large.png")center/cover ;*/
    }
    #multimedia-top-tab .multimedia-images {
        /*width: 100%;*/
        /*height:468px;*/
    }
    #multimedia-top-tab .multimedia-images img {
        /*width: 100%;*/
        /*!*margin:0 1px;*!*/
        /*height:auto;*/
        /*min-height: 468px;*/
    }

    #head-static-menu{
        /*top:33px !important;*/
        /*right: 0 !important;*/
    }

    .date-icon {
        /*position: absolute;*/
        /*right:0;*/
        /*color: #000;*/
        /*top:0;*/
    }
    #search_button{
        width:15px;
        height:15px;
    }
    #keywords{
        /*max-width:150px;*/
    }
    .navbar-nav > li:last-child {
        border-left:none !important;
        /*padding: 5px 8px 10px 8px !important;*/
        padding-left:20px !important;;
    }
    .foot-social-icons.head-part{
        /*margin-left:-250px !important;*/
        /*left:0px !important;*/
    }
    #multimedia-top-tab .multimedia-title div{
        /*padding: 2px 25px 5px 0;*/
        /*background: url(ch01_000007_tit_large.png)right  no-repeat;*/
    }
    #multimedia-top-tab .multimedia-title div a{
        font-size:16px;
    }
    #multimedia-top-tab .multimedia-images:before{
        width:60px;
    }
    #multimedia-top-tab .multimedia-images:after{
        width:60px;
    }

}

@media screen and (min-width: 500px) and (max-width: 767px){
    #multimedia-top-tab .multimedia-images {
        width: 100%;
        height:100% !important;

    }
    #multimedia-top-tab .multimedia-images> a >img {
        width: 100%;
        height:100% !important;
        min-height:370px;
        max-height: 489px;
    }
    #multimedia-top-tab .multimedia-images:before,#multimedia-top-tab .multimedia-images:after{
        width:100px !important;
    }
}
@media screen and  (max-width: 500px){
    #multimedia-top-tab .multimedia-images {
        width: 100%;
        height:100% !important;

    }
    #multimedia-top-tab .multimedia-images> a >img {
        width: 100%;
        height:100% !important;
        min-height:200px ;
        max-height: 234px;

    }
    #multimedia-top-tab .multimedia-images:before,#multimedia-top-tab .multimedia-images:after{
        width:60px !important;
    }
}
@media screen and(max-width: 767px) {


    #multimedia-top-tab .multimedia-title {
        min-height: 20px;
    }
    #multimedia-top-tab .multimedia-title div{
        padding: 2px 25px 5px 0;
        background: url(ch01_000007_tit_large.png)right  no-repeat;
    }
    #multimedia-top-tab .multimedia-title div a {
        font-size:18px;
    }
    /*#multimedia-top-tab .multimedia-images:before,#multimedia-top-tab .multimedia-images:after{*/
    /*width:80px !important;*/
    /*}*/
}


.selected-bg1 {
    background:url("ch07_004_8.png");
    background-position: top ;
    background-repeat: repeat-x;
}
.selected-bg2 {
    background: url("ch07_004_7.png");
    background-position: top right 0 ;
    background-repeat: no-repeat;
}
.selected-bg3 {
    /*margin-right: 5px;*/
    background: url("ch07_004_6.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 26px;
    text-align: right;
    line-height: 25px;
    padding-right: 70px;
}
.selected_sec{
    /*width: 94px;*/
    /*float:left;*/
}
.selected_sec a.active{
    text-decoration: none;
}
.selected_sec a {
    /*display:block;*/
    color: #fff;
    /*text-align: center;*/
    font-size: 14px;
    font-weight: bold;
    line-height:26px;
    /*position: relative;*/
}
.selected-desc-archive{
    position:absolute;
    bottom: -1px;
    left:0;
    right:0;
    text-align: center;
    cursor: pointer;
    z-index:10000;
    /*width:30px;*/
    /*float:left;*/
    /*height: 18px;*/
    /*line-height: 25px;*/
}
.selected-desc-archive a{
    color:#555;
    display:block;
    height: 18px;
    background: url("ch07_005_2.png")center no-repeat;
}

.selected-bg3> a:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 300px !important;
    left: 0;
    bottom: 0;
    /*visibility: hidden;*/
    background-color: #eb5055;
    -webkit-transition: all .1s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.selected-bg3 a:hover {
    /*visibility: visible;*/
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    color: #b50007;
}
.selected-frame {
    position: relative;

    width:100%;
    height:auto;
    padding-top:5px;
}
.selected-frame1>div{
    float:right;

}
.selected-routitr-first,.selected-abs-first{
    padding-right: 12px;
}
.selected-content>div:first-child a{
    color:rgb(157,157,157);
    -webkit-transition: all .2s;
    -moz-transition: all .2s ;
    -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;
}
.selected-titles-first:hover a{
    color:rgb(181,0,7);
}
.selected-content>div:last-child a{
    color:rgb(97,97,97);
    width:100%;
    display: block;
}
.selected-titles-first:hover a{
    color:rgb(181,0,7) !important;
}
.service-frame .selected-titles-first{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    font-weight: bold;
    font-size:14px;
}
.service-frame .selected-titles-first{
    background: url("ch07_004_9.png")top 9px right no-repeat;
    padding-right: 12px;
    padding-top:5px;
}
.service-frame .selected-titles:nth-child(odd){
    background: rgb(246,246,246)url("ch07_005_1.png")top 6px right no-repeat;
    padding-right: 12px;
}
.service-frame .selected-titles:nth-child(even){
    background: url("ch07_005_1.png")top 11px right no-repeat;
    padding-right: 12px;
}
.service-frame .selected-titles-first a,.service-frame .selected-titles a {
    color: rgb(1, 92, 145);
}
.service-frame .selected-titles:hover a{
    /*color:rgb(250,0,30);*/
    color: rgb(181,0,7);
}
.selected-content>div:nth-child(2):hover a{
    /*background: url("ch03_006_06.png")right no-repeat;*/
    color:rgb(250,0,30);
    font-weight: bold;
    /*-ms-transform: skew(8deg); !* IE 9 *!*/
    /*-webkit-transform: skew(8deg); !* Safari *!*/
    /*transform: skew(8deg); !* Standard syntax *!*/
}
.selected-content{
    width:100%;
    /*margin-right:5px;*/
}
.selected-frame1{
    /*width:30%;*/
    /*margin-right:20px;*/

    /*padding:5px 0;*/
}
.selected-f{
    float:right;
    padding-right: 5px;
    /*width:60%;*/
}
.selected-f .selected-routitr, .selected-titles{
    float:right;
    padding-top:5px;

}
.selected-frame2{
    width:100%;
    height:100%;
    position: relative;
    /*margin-top: 10px;*/
    /*padding:10px 0 50px 0;*/
    /*margin-bottom: 30px;*/
    padding:0;
    margin-bottom: 10px;
    /*margin:10px 0 30px 0;*/
}
/*.service-frame div.selected-f:nth-of-type(odd){*/
/*background: rgb(246,246,246);*/
/*}*/
/*.service-frame div.selected-f:nth-of-type(even){*/
/*background: rgb(246,246,246) !important;*/
/*}*/
.selected-frame2 .selected-images{
    float:right;
    width:100px;
    height:63px;
    /*width:150px !important;*/
    /*height:95px !important;*/
}

.selected-frame2 .selected-titles{
    float:right;
    /*width:59%;*/
    /*padding-right:110px;*/
    padding-left:0;
    text-align: right;
    margin-right: 5px;
}
@media screen and (max-width:768px){
    .service-frame .selected-f>div {
        /*width:49% !important;*/
        /*float: right !important;*/
        /*width: 100% !important;*/
    }


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

    .selected-frame .selected-content{
        float:right;
        width:67% !important;
        padding-right: 5px;
    }
    .selected-frame .selected-f{
        /*float:right;*/
        /*width:67% !important;*/
        /*padding-right: 5px;*/
    }

}
@media screen and (min-width:400px) and (max-width:500px){

    .service-frame .selected-content{
        width:58% !important;
        margin-right: 10px;
    }
    .service-frame .selected-f{
        /*width:58% !important;*/
    }
}
@media screen and  (max-width:400px){

    .service-frame .selected-content{
        width:48% !important;
        margin-right: 10px;
    }
    .service-frame .selected-f{
        /*width:48% !important;*/
    }
}

/*.selected-frame2 .selected-titles a{*/
/*float:left;*/
/*width:60%;*/
/*}*/
.selected-frame2 .selected-routitr{
    /*width:50%;*/
    /*float:left;*/
}
.selected-frame2 .selected-routitr a{
    font-size:12px;
    color:rgb(157,157,157);
    padding-right: 5px;
}

/*.selected-frame2 .selected-titles a{*/

/*!*padding-right: 12px;*!*/
/*color:rgb(181,0,8);*/

/*}*/
.selected-frame2>.selected-titles:hover a{
    color:rgb(250,0,8);
}
.selected-frame2>.selected-routitr{
    width:60% ;
    float:right;
    text-align:right;
    padding-right:15px !important;
}
.selected-frame2 >.selected-titles{
    width:60% ;
    background: url("ch03_05_2_11.png")top 6px right 5px no-repeat;
    float:right;
    text-align:right;
    padding-right:15px !important;
}
.selected-titles div{
    cursor: pointer;
    border:none;
    /*line-height: 18px !important;*/
}
.selected-titles a img{
    width:16px !important;
    height:13px !important;
}
#service_news div.selected-titles>div:hover a{
    color: #b50007;
}
.selected-titles div:not(first-child) {
    background: url(ch01_000007_tit.png)right 10px top 0 no-repeat;
    padding-right:20px;
}
#service_news .selected-titles div:first-child{
    padding-right:15px;
    background: url("ch01_002_1.png")top 7px right 0px no-repeat;
    margin-bottom: 10px;
}
.selected-titles div:not(first-child) a {
    text-decoration: none;
    color:rgb(57,83,211);
    line-height: 18px !important;
}
#service_news .selected-titles div:first-child a{
    font-size:14px;
    font-weight: bold;
    color:rgb(5,14,85);
}
.selected-frame1 .selected-images{
    /*width:40%;*/
    padding: 1px;
    height:auto;
    float:right;
    display: inline-block;
    border: 2px solid #e1e1e1;
    box-sizing: border-box;
    /*padding-bottom: 5px;*/
}
.selected-frame .selected-images-first{
    width:100%;
    height:auto;
    position: relative;
    border-radius: 5px;
    /*margin-right:10%;*/
    /*float:right;*/
    /*margin:5px auto;*/
    display: inline-block;
    /*border: 2px solid #e1e1e1;*/
    box-sizing: border-box;
    /*margin-bottom: 5px;*/
}
@media screen and (max-width:780px){
    .selected-frame .selected-images-first{
        width:154px !important;
        height:103px !important;
        margin-right:0% !important;
        float:right !important;
        /*padding:1px !important;*/
        border:1px solid #7d7d7d !important;
        border-radius:0 ;
    }
    .selected-frame .selected-abs-first{
        display:none !important;
    }
    .selected-frame .selected-images-first img{
        /*width:150px !important;*/
        /*height:95px !important;*/
    }
    .selected-frame .selected-routitr-first{
        padding-right: 0px !important;
    }
    .selected-frame .selected-content{
        /*float:right !important;*/
        /*width:60%  !important;*/
        /*padding-right: 5px;*/
    }
    .selected-frame .selected-images {
        float:right;
        padding:1px !important;
        /*margin-right: 10px !important ;*/
        width:154px !important;
        height:100px !important;
        border:1px solid #5c5c5c !important;
    }
    .selected-frame .selected-routitr{
        /*float:right !important;*/
    }
    .selected-frame .selected-titles{
        /*float:right !important;*/

    }
    .selected-frame .selected-titles a {
        font-size: 14px !important;
        font-weight: bold !important;
    }
    .selected-frame .selected-images img{
        width:100% !important;
        height:100% !important;
    }
    .selected-frame2{
        /*width:100%;*/
        /*height:100%;*/
        /*position: relative;*/
        /*!*margin-top: 10px;*!*/
        /*!*padding:10px 0 50px 0;*!*/
        /*!*margin-bottom: 30px;*!*/
        /*padding:0;*/
        /*margin-bottom: 10px;*/
        /*margin:10px -5px 0 0 !important;*/

    }
    .majazi-image a img{
        width:154px !important;
        height:100px !important;
    }
    .majazi-text {
        padding-right: 160px !important;
    }


}

.selected-images img {
    background: white;
    margin: auto;
    display: block;
    border-right:0;
    /*width:100% !important;*/
    /*height:100% !important;*/
    width:100px;
    height:67px;
}

.selected-images-first img {
    /*padding: 2px;*/
    background: white;
    margin: auto;
    display: block;
    width:100% !important;
    height:100% !important;
}
@media screen and (max-width: 768px){
    .selected-images img {
        background: white;
        margin: auto;
        display: block;
        border-right:0;
        /*width:100% !important;*/
        /*height:100% !important;*/
        width:150px;
        height:95px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .selected-frame .selected-images {
        /*width: 90%;*/
        /*height: 243px;*/
    }
    .selected-images img {
        /*width:100%;*/
        /*height:auto;*/
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .selected-frame .selected-images {
        /*width: 90%;*/
        /*height:208px;*/
    }
    .selected-images div {
        /*width:100%;*/
        /*height:204px;*/
    }
}

.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 : 992px) {
    .daricheh-title-images {
        position: relative;
        overflow: hidden;
        /*height: 46px;*/
    }
}
@media screen and (min-width : 1200px) {
    .daricheh-title-images {
        /*height: 57px;*/
    }
}
.lastyear-bg1 {
    background: url(ch01_063.gif) top repeat-x;
}
.lastyear-bg2 {
    background: url(ch01_062.gif) top right no-repeat;
}
.lastyear-bg3 {
    background: url(ch01_061.gif) top left no-repeat;
}
.lastyear-bg4 {
    height: 31px;
    background: url(ch01_064.png) center center no-repeat;
}

#lastyear-tab .last-year-archive {
    background: url("ch05_004_5.png")center no-repeat;
    height: 20px;
    margin-top:-4px ;
    z-index:5 !important;
    position: absolute;
    left:0;
    right: 0;
    margin-bottom: 5px;
}
#lastyear-tab1 .last-year-archive {
    background: url("ch05_005_1.png")center no-repeat;
    height: 20px;
    margin-top:-6px ;
    z-index:5 !important;
    position: absolute;
    left:0;
    right: 0;
    margin-bottom: 5px;
}
.last-year-archive .archive-bg1{

    /*padding-left:29px ;*/
}
.last-year-archive .archive-bg1>div{
    /*background:url("ch04_004_6.gif")repeat-x;*/
}
.last-year-archive .archive-bg1>div>div{
    /*height: 16px;*/
    /*background: url("ch04_004_5.gif")center no-repeat;*/
}
.last-year-archive2 {
    height: 21px;
    position: absolute;
    left:0;
    right: 0;
    background: url("ch07_006_3.png");
    background-position: center;
    background-repeat: no-repeat;
    /*padding-right:29px ;*/
    /*margin-bottom:10px;*/
    bottom:5px;
    /*margin-bottom: 10px;*/
}
.last-year-archive2 .archive-bg2{
    /*background: url("ch04_005_7.gif")left no-repeat;*/
    /*padding-left:29px ;*/
}
.last-year-archive2 .archive-bg2>div{
    /*background:url("ch04_005_9.gif")repeat-x;*/
}
.last-year-archive2 .archive-bg2>div>div{
    /*width:100%;*/
    /*height: 13px;*/
    /*background: url("ch04_005_10.gif")center no-repeat;*/
}
.last-year-archive2 .archive-bg2>div>div>a{
    display: block;
    height: 21px;
}
.popular-frame-footer{
    width:100%;
    height:11px;
    background:url("ch01_031_c.gif")center repeat-x;
    background:url("ch01_0031_l.gif")top -1px left 0 no-repeat,url("ch01_0031_r.gif")top -1px right 0 no-repeat,url("ch01_031_c.gif")center repeat-x;
}
.bottom-box-archive {
    background: url(ch01_0054.gif);
    font-size: 0pt;
    height: 20px;
    margin-bottom: 10px;
}
.last-year-archive a,.bottom-box-archive a {
    display: block;
    margin:0 auto;
    width: 100px;
    height: 20px;
}
.lastyear-title {
    background: url("ch05_006_3.png") right 9px no-repeat;
    padding-right: 12px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .lastyear-title {
        margin-bottom: 12px;
    }
}
.lastyear-title a {
    color: black;
    text-decoration: none;
}
.lastyear-title a:hover {
    color: #b50007;
}
.lastyear-title:hover{
    background: url("ch05_006_4.png") right 9px no-repeat;
}
#view>.last-year-archive{
    visibility: hidden;
}
#lastyear-tab .lastyear-sameh {
    padding: 10px 15px;
    background: rgb(255,255,255);
    /*height:550px;*/
    /*!*height:auto;*!*/
    /*overflow-y:auto;*/
}
#lastyear-tab1 .lastyear-sameh {
    padding: 10px 15px;
    background: rgb(255,255,255);
    /*height:550px;*/
    /*!*height:auto;*!*/
    /*overflow-y:auto;*/
}
#popular_last .lastyear-sameh {
    padding: 10px 5px;
    background: rgb(255,255,255);
    /*height:550px;*/
    /*!*height:auto;*!*/
    /*overflow-y:auto;*/
}
#popular_view .lastyear-sameh ,
#popular_sport .lastyear-sameh {
    padding: 10px 5px;
    background: rgb(255,255,255);
}
#popular_comment .lastyear-sameh {
    padding: 10px 5px;
    background: rgb(255,255,255);
}
#lastyear-tab .nav-tabs > li.active > a,
#lastyear-tab .nav-tabs > li.active > a:hover,
#lastyear-tab .nav-tabs > li.active > a:focus {
    /*color: #fff;*/
    /*padding: 0;*/
    /*font-weight: bold;*/
    /*background: transparent;*/
    /*!*border: 0;*!*/
    /*!*background:url("ch01_000005.png")no-repeat;*!*/
    /*!*border-bottom: 28px solid rgba(30,144,255,.7);*!*/
    /*border-bottom: 28px solid rgba(130,180,255,1);*/
    /*border-left: 30px solid transparent;*/
    /*border-right: 30px solid transparent;*/

    /*height: 0;*/
    /*width: auto;*/
}
#lastyear-tab,#lastyear-tab1{
    margin-bottom: 20px;
}
#lastyear-tab .nav-tabs,#lastyear-tab1 .nav-tabs2 {
    /*background: url("ch03_005_l.gif")top 0 left no-repeat,url("ch03_005_r.gif")top 0 right no-repeat,url("ch03_005_c.gif") repeat-x  ;*/
    border: 0;
}

#lastyear-tab .nav-tabs > li.active:nth-child(2){
    background: url("ch05_003_8.png")top 0 left no-repeat,url("ch05_003_7.png")top 0 right no-repeat;
    /*background:url(Shape13.png)left no-repeat;*/
    /*background-position:0 -1% ;*/
    margin-right:-8px;
    padding:0 32px 0 20px;
}
#lastyear-tab .nav-tabs > li.active:nth-child(1){
    background: url("ch05_003_4.png")top 0 left no-repeat,url("ch05_003_5.png")top 0 right no-repeat;
    /*background:url(Shape13r.png)right no-repeat;*/
    /*background-position:100% 0% ;*/
    margin-left:-8px;
    padding:0 21px 0 29px;
}
/*///////////////////////////////////////////*/
#lastyear-tab1 .nav-tabs > li.active:nth-child(2){
    background: url("ch05_004_7.png")top 0 left no-repeat,url("ch05_004_6.png")top 0 right no-repeat;
    /*background:url(Shape13.png)left no-repeat;*/
    /*background-position:0 -1% ;*/
    margin-right:-8px;
    padding:0 31px 0 19px;
}
#lastyear-tab1 .nav-tabs > li.active:nth-child(1){
    background: url("ch05_004_9.png")top 0 left no-repeat,url("ch05_004_10.png")top 0 right no-repeat;
    /*background:url(Shape13r.png)right no-repeat;*/
    /*background-position:100% 0% ;*/
    margin-left:-8px;
    padding:0 21px 0 29px;
}
/*////////////////////////////////////////////*/
#lastyear-tab .nav-tabs > li.active>div{
    height:30px;
    background:url("ch05_003_6.gif")top repeat-x;
}
#lastyear-tab .nav-tabs > li>div{
    height:30px;
    background:url("ch05_004_3.gif")repeat-x;
}
/*////////////////////////////////////////////////*/
#lastyear-tab1 .nav-tabs > li.active>div{
    height:30px;
    background:url("ch05_004_8.png")top repeat-x;
}
#lastyear-tab1 .nav-tabs > li>div{
    height:30px;
    background:url("ch05_004_3.gif")repeat-x;
}
#lastyear-tab .nav-tabs li.active  a ,#lastyear-tab1 .nav-tabs li.active  a {
    text-decoration: none;
    color:#fff;
    /*background-position:0% -10% ;*/
    /*z-index:5;*/
}
#lastyear-tab .nav-tabs,#lastyear-tab1 .nav-tabs{
    /*height: 32px;*/

    /*background:rgb(237,237,237);*/
    /*border: 2px solid rgb(201,201,201);*/
    padding:2px 1px ;
    margin-bottom: 3px;
    /*background:rgb(224,224,224);*/
}

#lastyear-tab .nav-tabs > li  a,#lastyear-tab1 .nav-tabs > li  a  {
    border:0;

    background: transparent;
    color: #3a3a3a;
    width:100%;
    height: 31px !important;
    display: block;
    line-height: 25px;
    text-align: center;
    /*padding: 0;*/
    /*!*font-weight: bold;*!*/
    /*!*font-size: 13px;*!*/
    /*margin: 0;*/
    /*line-height: 26px;*/
    /*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*border-radius: 0;*/
    /*border-top: none;*/
    /*border-bottom: 25px solid rgba(112,128,144,.5);*/
    /*border-left: 20px solid transparent;*/
    /*border-right:20px solid transparent;*/
    /*height: 0;*/
    /*width: auto;*/
}
#lastyear-tab .nav-tabs > li {
    /*border-bottom: 0;*/

    background: url("ch05_004_4.png")center/cover;
    background: url("ch05_004_1.png")top 0px right no-repeat,url("ch05_004_2.png")top 1px left no-repeat;
    /*background: url("ch04_004_9_6.gif")top 0 left 0 no-repeat;*/
    /*background: url("ch04_04_9.gif")center/cover;*/
    /*border: 1px solid rgb(201,201,201);*/
    box-sizing: border-box;
    width:50%;
    height: 30px;
    top:2px;
    /*margin-top:2px;*/
    margin-bottom: 3px;
    /*border-radius: 2px;*/
    /*margin-left: 5px;*/
    padding: 0 20px;
    /*width: 50%;*/
    /*text-align: center;	*/
}

#lastyear-tab1 .nav-tabs > li {
    /*border-bottom: 0;*/

    background: url("ch05_004_4.png")center/cover;
    background: url("ch05_004_1.png")top 0px right no-repeat,url("ch05_004_2.png")top 1px left no-repeat;
    /*background: url("ch04_004_9_6.gif")top 0 left 0 no-repeat;*/
    /*background: url("ch04_04_9.gif")center/cover;*/
    /*border: 1px solid rgb(201,201,201);*/
    box-sizing: border-box;
    width:48%;
    height: 30px;
    top:2px;
    /*margin-top:2px;*/
    margin-bottom: 3px;
    /*border-radius: 2px;*/
    /*margin-left: 5px;*/
    padding: 0 20px;
    /*width: 50%;*/
    /*text-align: center;	*/
}

@media screen and (min-width:998px) and (max-width: 1200px){
    #lastyear-tab .nav-tabs > li {
        width:48% !important;
    }
}
#lastyear-tab .nav-tabs > li.active{
    /*width: 100px;*/
    /*background:rgb(237,237,237);*/
    height: 31px;
    /*background: url("ch04_004_9_3_3.png")top 1px right no-repeat,url("ch04_004_9_1.png")top 0 left no-repeat,url("ch04_004_9_2.gif")repeat-x;*/
    margin-top:3px;
    /*border: 2px solid rgb(201,201,201);*/
    border-bottom: 0 !important;
    margin-bottom: -4px!important;
    box-sizing: border-box;
    top:1px;
    z-index:4;

    /*margin-bottom: -10px;*/
}

#lastyear-tab1 .nav-tabs > li.active{
    height: 31px;
    /*background: url("ch04_004_9_3_3.png")top 1px right no-repeat,url("ch04_004_9_1.png")top 0 left no-repeat,url("ch04_004_9_2.gif")repeat-x;*/
    margin-top:4px;
    /*border: 2px solid rgb(201,201,201);*/
    border-bottom: 0 !important;
    margin-bottom: -4px!important;
    box-sizing: border-box;
    top:1px;
    z-index:4;
}
#lastyear-tab .nav-tabs > li.active>a,#lastyear-tab1 .nav-tabs > li.active>a{
    background: none !important;
}
#lastyear-tab .nav-tabs > li>a,#lastyear-tab1 .nav-tabs > li>a{
    background: none !important;
}
#lastyear-tab .nav-tabs > li>a:hover,#lastyear-tab1 .nav-tabs > li>a:hover{
    background: none !important;
}
#lastyear-tab .nav-tabs > li:first-child,#lastyear-tab1 .nav-tabs > li:first-child{
    margin-left:3px;
    margin-right: 2px;
}
#lastyear-tab .tab-content,#lastyear-tab1 .tab-content{
    /*margin-top:5px;*/
    padding:0 3px 0 2px ;
    border-top:0;
    background: rgb(249,249,249);
    margin-top:-5px !important;
}
#lastyear-tab .nav-tabs > li:hover a,#lastyear-tab1 .nav-tabs > li:hover a {
    background: none !important;
    border-bottom: 0 !important;
}
#lastyear-tab .nav-tabs > li:hover a,#lastyear-tab1 .nav-tabs > li:hover a {
    /*background-color:rgb(124,116,94);*/
    border-bottom: 0 !important;
}

#lastyear-tab .nav-tabs > li.active a,#lastyear-tab1 .nav-tabs > li.active a{

}
#lastyear-tab .tab-content .tab-pane.active .feature-frame-news {
    /*margin-top:-6px !important;*/
    background:rgb(249,249,249); ;
    border: 1px solid rgb(225,225,225);
    z-index:3;
    /*top:-10px;*/
}
#lastyear-tab1 .tab-content .tab-pane.active .feature-frame-news1 {
    /*margin-top:-6px !important;*/
    background:rgb(232,249,251); ;
    border: 1px solid rgb(188,233,227);
    z-index:3;
    /*top:-10px;*/
}
.special-image-box {
    float: right;
}
.newsmakers-first-image {
    float: right;
}
.newsmakers-first-box {
    padding-right: 165px;
}
.section-page-title1 {
    /*background: url(ch01_0064.gif) repeat-x;*/
    /*margin-bottom: 3px;   */
}
.section-page-title2 {

}
.section-page-title3 {
    height: 30px;
    /*background: url("ch05_007_1.png") repeat-x;*/
    /*background: rgb(1,92,145);*/
    text-align: center;
    box-sizing: border-box;
    margin-top:8px;
    margin-bottom: 3px;
    /*margin-top:-17px;*/
    /*border-radius:5px ;*/
}
.section-page-title4 {
    background:url("ch07_007_4.png");
    background-position: right;
    background-repeat: no-repeat;
    height:30px;
}
.section-page-title5 {
    background: rgb(1,92,145);
    margin-right: 100px;
    height: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*background:url("ch05_007_3.png")right no-repeat;*/
}
.section-page-title6 {
    /*background:url("ch04_010_4.gif")center no-repeat;*/
    /*background: rgb(228,228,228);*/
    /*padding:0 30px;*/
    width:100%;
    /*padding:5px 30px;*/
    height:33px;
    margin-right:-45px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: right;

}
.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: rgb(1,92,145);
}
.search6 {
    text-align: center;
    padding: 5px;
    color:#fff;
    background: rgb(1,92,145);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    /*background: #efefef;*/
    /*color: blue;*/
}
.search7 {
    border-top: 1px solid rgb(1,92,145);
    margin: 15px 0;
    text-align: center
}
.search-frame1 {
    padding: 5px;
    background: #efefef;
    margin-bottom: 10px;
    border:1px dotted rgb(1,92,145);
    border-radius: 5px;
}
.search-cell1 {
    padding: 0 0 0 10px;
}
.archive-header {
    height: 26px;
    text-align: center;
    color: white;
    font-family: "IRAN";
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}
.negah-title{
    color:rgb(1,92,145);
    font-size:14px;
    font-weight:bold ;
    margin-bottom: 7px;
    margin-top:7px;
}
.negah_more{
    /*float:right;*/
    display:block;
    width:41px;
    height:16px;
    background:url("ch07_010_9.png")center/cover ;
    margin-top: 3px;
    margin-right: -4px;
}
.archive-date-padding {
    padding: 10px;
    /*background: url(ch01_068.gif);*/
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.archive-doc-date {
    color: #8a8a8a;
}
.doc-section-info {
    /*height:24px;*/
    /*padding-right: 20px;*/
    margin-bottom: 5px;
    background:url("ch07_007_6.png")repeat-x;

    /*border:2px solid rgb(128,0,0);*/
    /*line-height: 20px;*/
    /*border-radius: 10px;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*background: url("ch01_003_h_l.gif") left no-repeat,url("ch01_003_h_r.gif")right no-repeat,url("ch01_003_h_c.gif")repeat-x;*/
}
.doc-section-info1 {
    height:33px;
    padding-right: 20px;
    padding-top:0;
    /*margin-bottom: 15px;*/

    /*;*/

}
.doc-section-info1 >.doc-section-info2{
    height:33px;
    padding-right: 20px;
    padding-top:0;
    /*margin-bottom: 15px;*/

    /*;*/


}
.doc-section-info a {
    color: rgb(0,113,241);
    font-size: 12px;
}
.doc-section-info a:hover {
    color: #b50007;
}
.doc-section-info div {
    display: inline-block;
}
.doc-section-info-bg1 {
    width:100%;
    line-height: 20px;
    height: 36px;
    background: url("ch07_007_5.png")top right no-repeat;
    /*background: url(ch01_0069.gif) bottom right no-repeat;*/
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*margin-top: 6px;*/
}
.doc-section-info-bg2 {
    width:100%;
    height:36px;
    background: url("ch07_007_7.png") top left no-repeat;
    padding: 0;
    line-height: 36px;
    /*background: url(ch01_0070.gif) bottom left no-repeat;*/
    /*padding-bottom: 8px;*/
    /*padding-left: 20px;*/
    /*padding-top: 7px; 	*/

}
.dsinfo-p1 {
    background: url("ch05_008_4.png") top 3px left 7px no-repeat;
    padding-right: 15px;
    padding-left: 38px;
    /*margin-left: 60px;*/
    margin-top:2px;
}
.doc-section-info-bg2>div:nth-child(2){
    /*padding-left: 18px;*/
    /*margin-left: 40px;*/
    /*width:500px;*/
    padding-right: 10px;
    height:40px;
    text-align: center;
    /*background: url("ch04_011_4_1.png")top -2px center no-repeat;*/
}
.doc-section-info-bg2>div:nth-child(2)>a{
    display:block;
    /*background: url("ch04_011_4.png")top -2px right 0 no-repeat;*/
}
.doc-section-info-bg2>div:nth-child(3){
    width:44px;
    height:40px;

}
.dsinfo-p1>a{
    color:#fff;
    padding-left: 5px;
    height:24px;
    font-size: 14px;
}
.doc-section-info-bg2>div:nth-child(2)>a{
    color:rgb(1,92,145);
    font-size: 14px;
    white-space: nowrap !important;
}
.doc-tools1{
    width:100%;
    height: 36px;
    background: url("ch07_007_8.png") repeat-x;
    /*padding:0 43px;*/
}
.doc-tools1>div {
    /*width:100%;*/
    /*float:left;  */
    /*padding:5px;*/
    background:url("ch07_007_10.png") left no-repeat;;
    /*margin-right: 10px;*/
    /*margin-bottom: 15px;*/
}
.doc-tools1>div>div {
    height: 36px;
    background:url("ch07_007_9.png")right 0 no-repeat
}
.select_lang{
    width:105px;
    height:17px;
    float:left;
    background: url("lang-t.png");
    background-repeat: repeat-x;
    margin-right:-3px ;
    margin-top: -2px;
    /*padding:1px 6px;*/
}
.select_lang>div{
    background: url("lang-r.png");
    background-position: right;
    background-repeat: no-repeat;
    /*margin-right:-3px ;*/

    /*padding:1px 6px;*/
}
.select_lang>div>div{
    background: url("lang-l.png");
    background-position: left  ;
    background-repeat: no-repeat;
    /*margin-right:-3px ;*/

    /*padding:1px 6px;*/
}
.select_lang>div>div>div{
    height:17px;
    background: url("lang-c.png");
    background-position: center ;
    background-repeat: no-repeat;

}


.select_lang a:first-child{
    /*margin-*/
    /*margin-top:2px;*/
    /*margin-left:12px;*/
    /*padding-right: 10px;*/
}
.select_lang{
    font-size: 10px;
}
.lag-o{
    /*padding:0 3px;*/
    width:50%;
    line-height:17px;
    text-align: center;
    display: block;
    float: right;
    font-size:12px;
}
#resizable-font {
    float: right;
    margin-left:9px;
    margin-right:8px;
    margin-top:8px;
    /*margin-right:3px*/
}
#ratebx1{
    position: relative;
    background: url("ch05_008_6_1.png") no-repeat;
    width: 98px;
    height: 15px;
    float: left;
    margin-left:8px !important;
    margin-top: 11px;
    /*margin-right: 18px !important;*/
    /*padding-left:5px*/
}
#ratebx1 .doc_like{
    padding:1px 10px 0 0;
    float:right;
    height: 15px;
    margin-right:0;
    font-size:11px;
    line-height: 15px;
    color:rgb(76,132,180);
}
.rate_val {
    float: left;
    margin-left: 8px;
    margin-top:0px;
    line-height: 17px;
    font-size: 12px;
    color: black;
}
.rate_button {
    float: right !important;
    width: 80px;
    height: 17px;
    margin-right:-40px;
    margin-top: 1px;
    cursor: pointer !important;
}
.doc-comment-icon1{
    /*width:80px !important;*/
    float:left !important;
    margin-right:60px !important;;
    margin-left:60px !important;
    margin-top: 8px !important;
    color:rgb(1,92,145);
}
#doc-comment-icon {
    float:right;
    /*background: url("ch01_003_h8.png");*/
    background: url("ch05_008_7.png") no-repeat;
    width: 24px;
    height: 20px;
    color: #b50007;
    text-align: center;
    line-height: 20px;
    margin-left:5px !important;
}

#docDiv3TitrRou {
    color: rgb(90,90,90);
    padding-top:5px;
    /*padding-bottom:3px;*/
    background: #fff;
    padding-right: 5px;
}
#docDiv3TitrSub {
    color: rgb(90,90,90);
    margin-bottom: 5px;
    padding-right:5px;
}
#tools-top{
    width:100%;
    /*margin-top:12px;*/
    /*margin-bottom: -15px;*/
    text-align: left;
    position: relative;
}
#tools-top-bg{
    /*background: #fff;*/
    /*margin-left:5px;*/
}
#docDiv3TitrMain {
    margin-top:0px;
    font-size: 20px;
    padding-top:5px;
    padding-bottom: 5px;
    font-weight: bold;
    line-height: 40px;
    color: rgb(1,92,145);
    background: #fff;
    padding-right: 5px;
    /*background: url(ch04_004_2.gif) top 14px right 0px no-repeat;*/
    /*padding-right: 12px;*/
}

#docDiv3Date {
    color: #b50007;
    margin: 15px 0;
    font-size: 12px !important;
    background: url(ch01_0076.gif) top 8px right 5px no-repeat;
    padding-right: 65px;
}
#docDivLead1 {
    color: rgb(153, 7, 13);
    font-weight: bold;
    font-size: 15px;
    padding:5px 5px;
    margin:-10px auto -9px;
    z-index:3;
    /*width:100%;*/
    /*height:auto;*/
    /*background: url("ch04_011_8.gif")repeat-x;*/
    /*!*background: url("ch03_008_08.gif")repeat-x;*!*/
    /*!*background: rgb(145,145,145);*!*/
    /*!*background: url(ch01_003_s_l.gif) left no-repeat,url(ch01_003_s_r.gif) right no-repeat,rgb(242,242,242);*!*/
    /*!*border: 3px solid rgb(202,202,202);*!*/

    /*!*box-sizing: border-box;*!*/
    /*margin-bottom: 50px;*/
    /*height:21px;*/
}
#docDivLead1>div{
    /*float:right;*/
}
#docDivLead2>div:first-child {
    /*background: url("ch04_011_11.png") no-repeat;*/
    width:48px;
    height:21px;
}
#docDivLead2>div:nth-child(2) {


}
#docDivLead2>div:last-child {
    /*background: url("ch04_011_13.png") no-repeat;*/
    width:49px;
    height:14px;
}
#docDivLead2 div {

}
#docDivLead2>div>div{
    /*background: url("ch04_011_13.png")bottom right no-repeat;*/

    height:14px;
}
#docDivLead3 {
    height:auto;
    background: #fff;
    padding:2px;
    border: 6px solid rgb(247,247,247);
    border-radius:20px;
}
#docDivLead3>div{
    background: rgb(247,247,247);
    border-radius:15px;
    /*margin-right:-13px ;*/
    /**/
}
#docDivLead3>div>div{
    /*margin-right: -2px;*/
    background: url("ch07_008_2.png")top -7px right -10px no-repeat !important;
    /*margin-right:-13px ;*/
    /*background: rgb(247,247,247);*/

}
#docDivLead3 .soutitrColor{
    background:url("ch07_008_4.png")top -7px left -10px no-repeat !important;;
    /*background: rgb(247,247,247);*/
    padding:15px 10px ;

    /*height:auto;*/
    /*width:100%;*/
    /*margin-left:-13px ;*/
    /*min-height:50px;*/

    /*vertical-align: middle;*/
    /*background: url("ch05_009_5_1.png")left center no-repeat;*/
    /*background: url("ch04_012_2_1.gif")repeat-x;*/
    /*background: url("ch04_012_1.gif")top right no-repeat,url("ch04_012_3.gif")bottom right no-repeat, url("ch04_012_2.gif")right 0 repeat-y;*/
}
#doc-divlead3>div{


}
#doc-divlead3>div>div{
    /*background: url("ch04_012_1.gif")bottom right no-repeat;*/
}

#docDivLead1{
    /*width:100%;*/
    /*background: #fff;*/
    /*background: rgb(232,249,251);*/
    /*border:1px solid rgb(189,223,287);*/

}
.doc-first{
    background: #fff;
}
#docDivLead3-1 {
    /*background: url("ch04_011_8_1.gif")repeat-x;*/
    /*background: url(ch04_012_6.gif)top right no-repeat,url(ch04_012_7.gif)right 0 repeat-y,url(ch04_012_6.gif)bottom right no-repeat ;*/
    /*margin-right:-17px ;*/
    /*background: url("ch05_009_6.png")right center no-repeat;*/
    /*z-index:4;*/
    /*padding:10px 3px;*/
    /*border-radius: 10px;*/
    /*background: #cdcdcd;*/
}
#docDivLead3-1 div  {
    border-right: 5px solid rgb(235,234,234);
    /*padding-right: 5px;*/
    /*margin-left:-17px ;*/
    /*background: url("ch05_009_7.png")left center no-repeat;*/
    /*padding:5px 25px 8px;*/
    padding:8px;
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
    /*color:rgb(53,57,57);*/
}

#docDivLead4 {
    /*background: url("ch03_008_11.gif")bottom repeat-x;*/

    /*background: url(ch01_0073.gif) right no-repeat;	*/
}
#docDivLead4 div {
    /*background: url("ch03_008_10_r1.gif")right 0 no-repeat;*/
    /*height:15px;*/
    /*background: url(ch01_0075.gif) left no-repeat;*/
    /*height: 22px;	*/
}
#docDivLead4>div>div {

    background: url("ch03_008_10_l1.gif")left 0 no-repeat;
    height:15px;
    /*background: url(ch01_0075.gif) left no-repeat;*/
    /*height: 22px;	*/
}
#docDataRow{
    margin-top:5px;
    padding-top:10px;
    /*background: #fff;*/
}
.tool-icons-bottom {
    display:inline-block;

    margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
    .tool-icons-bottom {
        text-align: left;
    }
    #tools-top .tools-icons {
        /*text-align: center;*/
    }
    .tools-icons {
        /*float:left;*/
        /*margin-right:0;*/
    }

}
@media screen and (max-width: 768px) {
    .tools-icons {
        /*float:right !important;*/

    }
    .tool-icons-bottom {
        /*text-align: center;*/
    }
}
#tools-top>.tools-icons{
    /*width:100%;*/
    float: left;
    /*text-align: center !important;*/
    margin-top:10px;
}
#tools-top>.tools-icons>div{
    height: 34px;
    text-align: center;
    display:inline-block !important;
    margin-top:3px;
}

#tools-bottom{
    margin-left:10px;
    text-align: center;
}
#tools-bottom>.tools-icons  {
    height: 34px;
    /*float: left;*/
    margin-top:3px;
    display:inline-block;
    /*margin-left: 8%;*/

}
.tools-icons  div {
    background:url("ch07_008_1.png")no-repeat ;
    width:159px ;
    height: 23px;
    /*float:left;*/
}
.tools-icons a {
    float: left;
    width: 30px;
    height: 23px;

}
a.send-icon {
    /*margin-left:0px;*/
    /*margin-right: 32px;*/
}
a.print-icon {
    /*margin-left:65px;*/
}
a.get-icon {
    margin-left:28px;
    margin-right: 28px;
}
.docContentdiv {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    background: #fff;
    padding-left:5px !important;
}
.docContentdiv div {
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    padding-top:3px;
    padding-left:5px;
}
.soututirText-right {
    padding:0;
    margin: 10px 0 10px 15px;
}
.soututirText-left {
    padding:0;
    margin: 10px 15px 10px 0;
}
.soututirText-right .soutitr-cn1,.soututirText-left .soutitr-cn1 {
    background: url(ch01_076.gif) left repeat-y;
    border-top: 4px solid #ececec;
    border-bottom: 4px solid #ececec;
}
.soututirText-right .soutitr-cn2,.soututirText-left .soutitr-cn2 {
    background: url(ch01_076.gif) right repeat-y;
    font-size: 13px !important;
    padding: 10px 19px;
    color: #7f2fec;
}
.soutitrColor {
    height:auto;
    color: rgb(0,113,241);
}
.doc-image-box {

}
#doc_div1Img {
    /*border: 1px solid gray;*/
    border:3px solid rgb(200,200,200);
    /*border-left:3px solid rgb(200,200,200);*/
    padding:2px;
    display: inline-block;
    max-width: 100%;
    position: relative;
}
#doc_div1Img:before{
    content:'' ;
    position: absolute;
    left:0;
    right: 0;
    top:-3px;
    background: #fff;
    width:93%;
    height:3px;
    margin:0 auto;
}
#doc_div1Img:after{
    content:'' ;
    position: absolute;
    left:0;
    right: 0;
    bottom:-3px;
    background: #fff;
    width:93%;
    height:3px;
    margin:0 auto;
}
#doc_div1Img img{
    width:100%;
    height:auto;
}
.docDiv1 {
    margin-top:-1px ;
    /*padding-right: 5px;*/
    margin-left:8px;
    margin-right:-4px;
    margin-bottom:-5px !important;
    text-align: center;
}
/*////////////////////////////social////////////////*/
.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    margin: 10px auto;
}
.social-nav li {
    display: inline-block;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    background: #000;
    position: relative;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.model-2{
    /*display: inline-block;*/
    float: right;
    position: fixed;
    right:0;
    top:150px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index:10000;
}
@media screen and ( max-width:768px ){
    .model-2{
        display:none;
    }
}
.model-2 a:hover {
    padding-right: 20px;
    width: 65px;
}
.model-2 li {
    float: none;
    display: block;
}
.model-2 a {
    float:right;
    overflow: hidden;
    font-size: 26px;
    line-height: 26px;
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 4px;*/
    /*margin: 0 5px;*/
}
.model-2 a i{
    margin-top:10px;

}

.model-2 a:hover {
    text-shadow: 0px 0px 25px;
    /*background: #fff;*/
    /*text-shadow: 0px 0px #d5d5d5, 1px 1px #d5d5d5, 2px 2px #d5d5d5, 3px 3px #d5d5d5, 4px 4px #d5d5d5, 5px 5px #d5d5d5, 6px 6px #d5d5d5, 7px 7px #d5d5d5, 8px 8px #d5d5d5, 9px 9px #d5d5d5, 10px 10px #d5d5d5, 11px 11px #d5d5d5, 12px 12px #d5d5d5, 13px 13px #d5d5d5, 14px 14px #d5d5d5, 15px 15px #d5d5d5, 16px 16px #d5d5d5, 17px 17px #d5d5d5, 18px 18px #d5d5d5, 19px 19px #d5d5d5, 20px 20px #d5d5d5, 21px 21px #d5d5d5, 22px 22px #d5d5d5, 23px 23px #d5d5d5, 24px 24px #d5d5d5, 25px 25px #d5d5d5, 26px 26px #d5d5d5, 27px 27px #d5d5d5, 28px 28px #d5d5d5, 29px 29px #d5d5d5, 30px 30px #d5d5d5;*/
}
.model-2 .twitter1 {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.model-2 .twitter1:hover {
    /*color: #00ACED;*/
}
.model-2 .facebook1 {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}

.model-2 .instagram1 {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}

.model-2 .telegram1 {
    background: #007BB6;
    text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983;
}

.model-2 .rss1 {
    background: #CB2026;
    text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e;
}
@media screen and (max-width: 768px) {
    .docDiv1 {
        padding: 0;
    }
    .docContentdiv {
        padding: 0 0 10px;
    }
}

#docDiv1ImgDesc {
    color: gray;
    text-align: justify;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 5px;
    font-size:12px;
    margin-top:-4px;
}
#docDocID {
    text-align: left;
    color: #7f7f7f;
    margin-bottom: 10px;
    padding: 0 5px;
    background: #f1f1f1;
    border: 1px solid #e6e7e8;
    height: 35px;
    line-height: 35px;
}
.share-place {
    margin-bottom: 10px;
    padding: 0 5px;
    background: #f1f1f1;
    border: 1px solid #e6e7e8;
    height: 35px;
}
.share-buttons {
    /*margin-bottom: 10px;*/
    float: right;
}
#staffBlock {
    padding-right: 5px;
    /*padding: 0 0 10px 0;*/
}
.docDivStaff {
    margin-bottom: 3px;
    color: gray;
}
#comments-header1 {
    background:url("ch07_008_5.png");
    background: rgb(247,247,247)url("ch07_008_5.png") top 5px right no-repeat;
    border-bottom: 2px solid rgb(220,220,220) ;
    /*!**!background: url("ch05_010_3.png")top 0 left no-repeat;*/
    /*margin-bottom: 3px;*/
    /*background: url(ch01_0022_2_r.gif)top 0 right no-repeat,url(ch01_0022_2_l.gif) top 0 left no-repeat,url(ch01_0022_c.gif) repeat-x;*/
    /*height: 26px;*/
}
#comments-header2 {
    /*background: url("ch05_010_2.png")top -1px right no-repeat;*/
    /*background: rgb(225,225,225);*/
    /*background: url("ch03_008_12.gif")top left no-repeat;*/
    /*padding-top:2px;*/
    /*padding-right: 25px;*/
    /*height: 29px;*/
    /*margin-bottom: 5px;*/
    /*padding:0 40px 0 57px;*/
    /*color:#fff;*/
}
#comments-header2>div {
    /*background: url("ch05_010_5.png") repeat-x;*/
    /*background: url(ch03_005_r.gif)top 0 right no-repeat;*/
    /*padding-top:2px;*/
    /*padding-right: 25px;*/
    height: 24px;
    /*margin-bottom: 5px;*/
    color:#fff;
}
#comments-header2>div>div {
    /*background: url("ch05_010_4.png")top center no-repeat;*/
    /*background: url(ch03_005_r.gif)top 0 right no-repeat;*/
    /*padding-top:2px;*/
    /*padding-right: 25px;*/
    height: 24px;
    /*margin-bottom: 5px;*/
    color:#fff;
}
#comments-header3 {
    /*background: #e3e3e3;*/
    /*padding: 3px 8px 8px;*/
    padding: 3px 0 8px;
    /*background: rgb(232,249,251);*/
}
#comments-form-body {

    /*background: url("ch04_012_5.png")top right no-repeat;*/

    /*background: white;*/
    /*border: 2px solid rgb(210,210,210);*/
    /*border-top: 0;*/
    /*padding: 25px 10px 10px;*/
}
.relateddocs-bg2 {
    background: url(ch01_088.gif) top right no-repeat;
}
.relateddocs-bg3 {
    height: 31px;
    background: url(ch01_084.gif) top left no-repeat;
}
.parentdoc-bg2 {
    background: url(ch01_085.gif) top right no-repeat;
}
.relatedlinks-bg2 {
    background: url(ch01_086.gif) top right no-repeat;
}
.relatedfiles-bg2 {
    background: url(ch01_087.gif) top right no-repeat;
}
#doc-selected-1 {
    background: url("ch07_008_7.png");
    background-position: top right ;
    background-repeat: no-repeat;
    /*background:url("ch05_010_2.png")right no-repeat;*/
    /*margin-bottom: 3px;*/
    /*background: url("ch05_010_5.png")repeat-x;*/
    /*background: url(ch03_005_c.gif) repeat-x;*/
    /*!*background: url(ch01_0022_2_r.gif)top 0 right no-repeat,url(ch01_0022_2_l.gif) top 0 left no-repeat,url(ch01_0022_c.gif) repeat-x;*!*/
    /*position: relative;*/
    /*height:26px;*/
}
#doc-selected-1:before{
    /*display:block;*/
    /*content: "";*/
    /*width:30px;*/
    /*height:30px;*/
    /*background:url(Shape13r.png)right no-repeat;*/
    /*position:absolute;*/
    /*top:-3px;*/
    /*right: -9px;*/
    /*background-position:100% 0% ;*/
}
#doc-selected-2 {

    height:24px;
    /*background: url(ch03_005_r.gif) top 0 right no-repeat;*/
    /*color:rgb(112,);*/

    /*padding:0 40px 0 29px ;*/
    /*margin-bottom: 5px;*/
    /*padding:0px 25px;*/
}
#doc-selected-2>div {
    /*background: url("ch05_010_5.png")repeat-x;*/
    /*color:#fff;*/
    /*text-align: center;*/
}
#doc-selected-2>div>div{
    padding-left:10px;
    /*background: url("ch05_010_7.png")center no-repeat;*/
    height: 24px;
}
#doc-selected-3 {
    /*background: #e8e8e8;*/
    border:1px solid rgb(225,225,225);
    background: rgb(249,249,249);
    text-align: center;
    margin-top:1px;
    margin-bottom: 20px;
    padding:5px 5px;
    /*height:379px;*/
}


.doc-selected-4 {
    /*background:rgb(237,237,237)url("ch04_005_1.gif") repeat-x ;*/

}
.doc-selected-4>div {
    padding:3px;
    background:url("ch07_004_5.png");
    background-position: top 10px right ;
    background-repeat: no-repeat ;
    padding-right: 12px;
    text-align: right;
}
.doc-selected-4:hover {
    /*background:rgb(227,227,227)url("ch04_05_2.gif") repeat-x ;*/
}
.doc-selected-4:hover div {
    background:url("ch07_004_4.png") ;
    background-position: top 10px right;
    background-repeat: no-repeat ;
}
.doc-selected-4 a {
    text-align: right;
    color: black;
}
.doc-selected-4 a:hover {
    color: rgb(181,0,8);
}
#doc-feedback{
    background: #fff;
}
.montakhab-jahan-1{
    background: url(ch01_093.gif);
    padding: 20px 0 25px;
}
.montakhab-jahan-2 {
    background:  url(ch01_094.png) top right no-repeat;
    padding-top: 30px;
}
.montakhab-jahan-3 {
    border: 1px solid #a1a1a1;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}
.montakhab-jahan-3 * {
    direction: ltr;
}
.montakhab-images {
    float: right;
    border: 1px solid #cbcbcb;
    padding: 2px;
}
.montakhab-title {
    padding-right: 165px;
}
.montakhab-title div {
    direction: rtl;
    background: url(ch01_095.gif) right 7px no-repeat;
    text-align: right;
    padding-right: 12px;
    font-weight: bold;
    font-size: 13px;
}
.montakhab-title a {
    color: #3231de;
}
.montakhab-title a:hover {
    color: #b50007;
}
.montakhab-text {
    text-align: justify;
    color: #545454;
    direction: rtl;
    padding-top: 10px;

}
.poll-bg2 {
    background: url(ch01_096.gif) top right no-repeat;
}
#mainDiv2poll3 {
    /*background:url("ch04_009_5.png")top right no-repeat ;*/
    /*padding-right: 26px;*/
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}
#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: rgb(1,92,145);
    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;
}
.pol14{
    width:40%;
    float:right;
}
.hot-news a {
    color: red;
}
#scrollUp {
    background: url("scroll-top1.png")center/cover no-repeat;
    bottom: 20px;
    /*right: 0;*/
    /*text-align: right !important;*/
    /*float: right !important;*/
    /*right:0 !important;*/
    /*margin-left:95% !important;*/
    margin-right: -60px !important;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
}
.docboxes-frame {
    border: 1px solid #e7e7e7;
    border-top: 0px;
    padding: 15px 9px 10px;
    margin-bottom: 10px;
    background: #f7f7f7;
}
.newsmakers-archive {
    font-size: 13px;
    font-weight: bold;
    color: #c36703;
}
.newsmakers-archive a {
    color: #c36703;
}
.parvandeh-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: rgba(10,10,10,.6);
    /*background: url(ch01_026.png);*/
}
.parvandeh-title a {
    color: white;
    font-size: 15px;
    font-weight:bold;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    }
.parvandeh-title:hover a {
    color: rgb(175,237,254);
}

.rooyekhat-bg1 {
    background: url(ch01_107.gif) top repeat-x;
}
.rooyekhat-bg2 {
    background: url(ch01_105.gif) top right no-repeat;
}
.rooyekhat-bg3 {
    background: url(ch01_106.gif) top left no-repeat;
    height: 29px;
}
.rooyekhat-frame1 {
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0 1px 1px 1px;
}
.rooyekhat-frame2 {
    padding: 5px 9px 7px;
    background: #f4f4f4;
}
.rooyekhat-source {
    color: #9f0000;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    padding-top: 5px;
}
.rooyekhat-items {
    padding: 5px 5px 5px 0;
    vertical-align: top;
}
.rooyekhat-items a {
    color: #4891dc;
}
.rooyekhat-items a:hover {
    color: #b50007;
}
.rooyekhat-border {
    border-bottom: 1px solid #dcdcdc;
}
.multimedia-bg1 {
    background: url(ch01_101.gif) top repeat-x;
    margin-bottom: 15px;
}
.multimedia-bg2 {
    background: url(ch01_102.gif) top right no-repeat;
}
.multimedia-bg3 {
    height: 25px;
    background: url(ch01_100.gif) top left no-repeat;
}
.fix-title{
    display:none;
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    width:100%;
    background: rgba(0,0,0,.5);
    padding:10px;
}
.frstsmHeight {
    /*padding-bottom: 18px;	*/
    /*position:absolute;*/
    /*display:none;*/
    /*bottom: 0;*/
    /*left:0;*/
    /*right:0;*/

    width:100%;
    margin:0;
    height:auto !important;
    background:rgb(250,254,255);
    padding:5px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
}
.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;
    /*border-bottom:30px solid transparent;*/
    border-image: url("border-right.png")10;
}
#special-carousel .carousel-indicators li {
    background: #b5b5b5;
    border: 0;
    font-size: 0;
    line-height: 0 !important;
    height: 5px;
    width: 15px;
    margin-right: 3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius:3px;
}

#special-carousel .carousel-indicators .active {
    background: #304dd2;
}
@media screen and (max-width: 800px) {
    #special-carousel .carousel-indicators {
        top: -24px !important;
    }
    #special-carousel .carousel-indicators li {
        height: 15px;
        width: 25px;
    }
}
.newsmakers-desc {
    background: #f4f4f4;
    text-align: justify;
    padding: 3px 5px;
    margin-bottom: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.comments-policy {
    color: #606060;
    font-size: 11px;
    text-align: justify;
    padding-top: 5px;
}
#doctextarea{
    color:rgb(10,10,10);
    padding:0 5px;
    /*padding-left:-2px  !important;*/
}
#doctextarea a {
    /*color:rgb(201, 16, 33) !important;*/
    /*color:rgb(81, 28, 30) !important;*/
    color:#AC3E48 !important;
    font-size: 15px;
}
#doctextarea a:hover {
    color: #b50007;
}
#doctextarea span,#doctextarea p {
    font-size: 15px;
}
.vizheh-comment {
    background: url(ch01_104.gif);
    display: inline-block;
    width: 16px;
    height: 15px;
    font-size: 0;
}
.comment-date-lg {
    display: inline-block;
}
.comment-area-bg1 {
    background: #fafafa;
}
.comment-area-bg2 {
    background: #f4f4f4;
}
.comment-area-bg3,.comment-area-bg4 {
    background: #efefef;
}
.container{
    /*padding: ;*/
}
.container-body-bg {
    margin-top: -35px !important;
    /*padding-right:10px;*/
    /*background:rgb(247,247,247) ;*/
    /*background: white;*/
}
.col-margin-1 {
    margin-bottom: 6px;
    margin-top:1px;
    position: relative;
    overflow-x: hidden !important;
}
.col-margin-2 {
    margin-bottom: 10px;
    margin-top:-8px;
    position: relative;
    overflow-x: hidden !important;
}
.col-margin-3{
    margin-top:-15px;
}
.col-margin-3{
    padding-top:6px;
}
.first-level-bg {
    position: relative;
    overflow: hidden;
    /*padding: 5px 0px;*/
    /*border: 2px solid rgb(220,234,247);*/
    box-sizing: border-box;
    border-radius: 5px;
    background:rgb(250,254,255);

    /*background: #dcdcdc url(ch01_0016.gif) top repeat-x;*/

}
.poll-button {
    margin-top: 10px;
    width:57px !important;
    height:25px;
    /*border:none !important;*/
    /*!*background: url("ch03_008_08.png")no-repeat;*!*/
    background: rgb(114,200,225);
    color: white;
    font-size: 12px;
    float: right;
    line-height:10px;
}
.poll-button:hover {
    /*background: url("ch03_008_10.png")no-repeat;*/
}

.poll-result-button {
    margin-top: 10px;
    width: 97px;
    height: 25px;
    /*background: url("ch03_008_09.png") top no-repeat;*/
    background: rgb(124,197,118);
    /*color: white;*/
    font-size: 12px;
    float: left;
    line-height:10px;
    color: white;
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/

}
.poll-result-button:hover {
    /*background: #afafaf;*/
    /*color: white; 	*/
}
.pishkhan-bg1 {
    background: url(ch01_0027.gif) right no-repeat;
}
.pishkhan-bg2 {
    background: url(ch01_0026.gif) left no-repeat;
    height: 30px;
}
.pishkhan-frame {
    margin: 5px 0 10px;
}
.pishkhan-frame div {
    padding: 4px;
    border: 1px solid #d8d8d8;
}
.popular-bg1 {
    width:100%;
    height:30px;

    /*background: rgb(161,0,6);*/
    text-align: center;
    background: url("ch03_006_pi.gif");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url("ch03_005_l.gif")top 0 left no-repeat,url("ch03_005_r.gif")top 0 right no-repeat,url("ch03_005_c1.gif")top 3px center no-repeat,url("ch03_005_c.gif") repeat-x  ;
    /*background: url(ch01_0028.gif) right no-repeat;*/
}
.popular-bg2 {
    color:#fff;
    display: inline-block;
    /*font-size:14px;*/
    font-weight:bold ;
    line-height: 30px;
    margin-top:-3px;
    /*background: url(ch01_0030.gif) left no-repeat;*/
    height: 30px;
}
.popular-frame-news{
    padding: 15px 0px;
    /*border:2px solid rgb(221,221,221);*/
    /*background: url("ch03_02.gif")top repeat-x,url("ch03_02.gif")bottom repeat-x,#fff;*/
}
.feature-frame-container{
    padding: 20px 0px 5px 0;
    border:2px solid rgb(221,221,221);
    background: url("ch03_02.gif")top repeat-x;
}
.popular-frame {
    margin: 0 0 5px;
    padding: 10px 10px;
}
.popular-frame1 {
    margin: 0 0 5px;
    padding: 10px 5px;
    /*border:1px solid rgb(225,225,225);*/
    /*background: rgb(249,249,249);*/
    background: #fff;
}
.nokte-bg1 {
    background: url(ch01_0029.gif) right no-repeat;
}
.nokte-bg2 {
    background: url(ch01_0031.gif) left no-repeat;
    height: 30px;
}
.nokte-frame {
    padding: 5px;
    padding-bottom: 0;
}
.nokte-title {
    background: url(ch01_0020.gif) right 9px no-repeat;
    padding-right: 12px;
}
.nokte-title a {
    color: #b50007;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
.nokte-title a:hover {
    color: #d5000b;
}
.talar-title {
    background: none;
    padding: 0;
}
.talar-title a {
    color: #002c81;
}
.talar-title a:hover {
    color: #b50007;
}
.talar-bg1 {
    background: url(ch01_0032.gif) right no-repeat;
}
.talar-bg2 {
    background: url(ch01_0033.gif) left no-repeat;
    height: 30px;
}
.talar-frame {
    padding-top: 5px;
}
.talar-frame2 {
    padding: 5px;
    padding-bottom: 0;
}
.khakestari-bg1 {
    background: url(ch01_0035.gif) right no-repeat;
}
.khakestari-bg2 {
    background: url(ch01_0034.gif) left no-repeat;
    height: 30px;
}
.note-bg1 {
    height:28px;
    /*background:url("ch03_06_i.gif") ;*/
    background: url(ch04_003_7.gif) repeat-x;
}
.shahrestan-container{
    padding:2px;
    border:2px solid rgb(214,214,214);
}

.shahrestan-bg1 {
    /*height:26px;*/
    border:2px solid rgb(214,214,214);
    background: url(ch04_003_7.gif) repeat-x;
    box-sizing: border-box;
    /*background:url("ch03_06_i.gif") ;*/
    /*background: url(ch03_006_1.png) left no-repeat,url(ch03_006_2.gif) repeat-x;*/
}
.shahrestan-bg2 {
    height:26px;
    background: url(ch04_003_8.gif) center no-repeat;
    /*background:url("ch03_06_i.gif") ;*/
    /*background: url(ch03_006_1.png) left no-repeat,url(ch03_006_2.gif) repeat-x;*/
}
.nishgoon-bg1{
    height:28px;
    background:url("ch03_006_ni.gif") ;
    background: url(ch03_006_3.gif) left no-repeat,url(ch03_006_2.gif) repeat-x;
}
.shahrestan-frame{
    padding:10px 5px;
}
.shahrestan-frame .shahrestan-title {
    background:url("ch04_004_1.gif") top 8px right no-repeat ;
    padding-right: 12px;
}
.shahrestan-frame .shahrestan-title a{
    color:#5c5c5c;
}
.shahrestan-frame .shahrestan-title:hover{
    background:url("ch04_004_2.gif") top 8px right no-repeat ;
}
.shahrestan-frame .shahrestan-title:hover a{
    color:rgb(181,0,8);
}
#popular_comment .news-title,#popular_view .news-title,
#popular_sport .news-title{
    width:100%;
    position: relative;
    margin-bottom: 5px;
}
#popular_comment .news-title>div>div,
#popular_view .news-title>div>div,
#popular_sport .news-title>div>div{
    /*float:left;*/
    margin-right: 30px;
}

#popular_comment .num-fix,#popular_view .num-fix,
#popular_sport .num-fix{
    position: relative;
    float:right;
    /*padding-right: 5px;*/
    z-index:101 !important;
    margin-left:5px;
    width:21px;
    height: 21px;
    text-align: center;
    margin-right: 0px;
    border-radius: 50%;
    background: url("ch07_004_3.png")center/cover;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    /*padding:3px 10px;*/
}
.num-fix:before,
.num-fix:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .3s all;

}
#popular_comment .news-title:hover .num-fix:after,#popular_view .news-title:hover .num-fix:after,
#popular_sport .news-title:hover .num-fix:after{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    border: 1px solid red;
}
#popular_comment .news-title:hover .num-fix:before,#popular_view .news-title:hover .num-fix:before,
#popular_sport .news-title:hover .num-fix:before{
    -webkit-transform: scale(2);
    transform: scale(1.2);
    transition: .3s all;
    opacity: 0;
    border-color: red;
}
#popular_comment .news-title:hover div>span,#popular_view .news-title:hover div>span{
    /*background: url("ch07_004_3_1.png")center/cover;*/
    /*border:1px solid red;*/

    /*color:red;*/
}
/*#popular_comment .news-title :before,#popular_view .news-title:before{*/
/*content:'';*/
/*position: absolute;*/
/*right:0;*/
/*width:15px;*/
/*height:15px;*/
/*border-radius: 50%;*/
/*!*display:block;*!*/
/*background: rgb(240,240,240);*/
/*z-index:100;*/
/*float: right;*/
/*}*/

#popular_last .news-title:hover div{
    background:url("ch07_004_4.png") ;
    background-position: top 12px right;
    background-repeat: no-repeat ;
    /*background:url("ch04_004_2.gif") top 8px right no-repeat ;*/
}
#popular_last .news-title:hover div a,#popular_view .news-title:hover div a,
#popular_comment .news-title:hover div a,#popular_sport .news-title:hover div a{
    /*color:rgb(255,0,0);*/
    color: rgb(181,0,7) !important;
}
#popular_last .news-title div{
    padding:3px;
    background:url("ch07_004_5.png") top 12px right no-repeat ;
    padding-right:10px;
}
.news-title a{
    color:#2f2f2f;
}
#view .news-title div {
    padding:3px;
    background:none !important;
    /*padding-right:3px;*/
}
.note-bg2 {
    /*background:rgb(224,224,224)*/
    /*background: url(ch01_0036.gif) left no-repeat;*/
    /*height: 30px;	*/
}
.note-frame {
    padding: 0 5px;
    /*border:2px solid rgb(221,221,221);*/
    margin-bottom: 5px;

}
.tarikhnaft-bg1 {
    background: url(ch01_0038.gif) right no-repeat;
}
.tarikhnaft-bg2 {
    background: url(ch01_0026.gif) left no-repeat;
    height: 30px;
}
.feature-bg1 {
    /*width:100%;*/
    /*height:30px;*/
    /*!*background: rgb(161,0,6);*!*/
    /*text-align: center;*/
    /*background: url("ch03_006_si.gif");*/
    /*background-position: center;*/
    /*!*background-size: cover;*!*/
    /*background-repeat: no-repeat;*/
    /*background: url("ch03_005_l.gif")top 0 left no-repeat,url("ch03_005_r.gif")top 0 right no-repeat,url("ch03_005_c2.gif")top 3px center no-repeat,url("ch03_005_c.gif") repeat-x  ;*/
    /*background: url(ch01_0028.gif) right no-repeat;*/
}

.feature2-bg1 {
    width:100%;
    height:30px;
    /*background: rgb(161,0,6);*/
    text-align: center;
    background: url("ch03_006_si.gif");
    background-position: center;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background: url("ch03_005_l.gif")top 0 left no-repeat,url("ch03_005_r.gif")top 0 right no-repeat,url("ch03_005_c3.gif")top 3px center no-repeat,url("ch03_005_c.gif") repeat-x  ;
    /*background: url(ch01_0028.gif) right no-repeat;*/
}
.feature-bg2 {
    /*background: url(ch01_0040.gif) left no-repeat;*/
    /*height: 30px;	*/
}
.ghool-bg1 {
    background: url(ch01_0042.gif) right no-repeat;
}
.ghool-bg2 {
    background: url(ch01_0043.gif) left no-repeat;
    height: 30px;
}
.baharestan-bg1 {
    background: url(ch01_0045.gif) right no-repeat;
}
.baharestan-bg2 {
    background: url(ch01_0044.gif) left no-repeat;
    height: 30px;
}
.energyno-bg1 {
    background: url(ch01_0046.gif) right no-repeat;
}
.energyno-bg2 {
    background: url(ch01_0047.gif) left no-repeat;
    height: 30px;
}
.tarikh-bg1 {
    background: url(ch01_0048.gif) right no-repeat;
}
.tarikh-bg2 {
    background: url(ch01_0049.gif) left no-repeat;
    height: 30px;
}
.cartoon-bg1 {
    background: url(ch01_0050.gif) right no-repeat;
}
.cartoon-bg2 {
    background: url(ch01_0051.gif) left no-repeat;
    height: 30px;
}
.siyasat-bg1 {
    background: url(ch01_0052.gif) right no-repeat;
}
.siyasat-bg2 {
    background: url(ch01_0053.gif) left no-repeat;
    height: 30px;
}
.bottom-box-frame {
    padding-top: 5px;
}
.bottom-box-padding {
    padding: 10px 0;
}
.bottom-box-container {
    position: relative;
}
.bottom-overlay {
    position: absolute;
    padding: 5px 10px;
    background: url(ch01_0055.png);
    bottom: 0;
    right: 0;
    left: 0;
}
.bottom-box-title {
    background: url(ch01_0056.gif) right 9px no-repeat;
    padding-right: 11px;
}
.bottom-box-title a {
    color: white;
    font-size: 13px;
    font-weight: bold;
}
.bottom-box-title a:hover,.bottom-box-routitr a:hover {
    color: #b50007;
}
.bottom-box-routitr a {
    color: #d5d5d5;
    padding-bottom: 5px;
}
.nama-bg1 {
    background: url(ch01_0059.gif) right no-repeat;
}
.nama-bg2 {
    background: url(ch01_0060.gif) left no-repeat;
    height: 31px;
}
.nama-frame {
    background: #282828;
    padding: 12px;
    margin-bottom: 10px;
}
.nama-first-container {
    position: relative;
    margin-bottom: 10px;
}
.nama-first-doc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px;
    background: url(ch01_0055.png);
}


.nama-first-doc div {
    background: url(ch01_0056.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 {
    float: right;
    width: 50%;
    text-align: center;
}
.nama-second-doc-image {
    display: inline-block;
    border: 1px solid #5e5e5e;
    font-size: 0;
    padding: 1px;
}
@media only screen and (max-width: 450px) {
    .nama-second-doc-image img {
        width: 150px !important;
        height: 97px !important;
    }
}
@media only screen and (max-width: 380px) {
    .nama-second-doc-image img {
        width: 110px !important;
        height: 71px !important;
    }
}
.nama-second-doc-title {
    padding: 10px 20px 20px;
}
.nama-second-doc-title div {
    background: url(ch01_0061.gif) right 10px no-repeat;
    padding-right: 12px;
    text-align: right;
}
.nama-second-doc-title a {
    color: white;
    font-size: 13px;
    font-weight: bold;
}
.nama-second-doc-title a:hover {
    color: #b50007;
}
#nama-carousel .carousel-indicators {
    bottom: -25px;
}

#nama-carousel .carousel-indicators li {
    width: 20%;
    margin: 0;
    margin-right: 3px;
    height: 10px;
    background: #c0c0c0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}
#nama-carousel .carousel-indicators li.active {
    background: #b50007;
    border: 0;
}
.docboxes-bg2 {
    /*padding-right: 30px;*/
    /*padding-top:3px;*/
    /*color:#fff;*/
    /*height: 30px;*/
}
.atfbe-bg1 {
    /*width:100%;*/
    background: url("ch07_007_3.png");
    background-position: top ;
    background-repeat: repeat-x;
    /*height: 28px;*/
    /*background: url(ch01_0022_2_l.gif)top 0 left no-repeat,url(ch01_0022_2_r.gif)top 0 right no-repeat,url(ch01_0022_c.gif) top repeat-x;*/
    /*margin-top:5px;*/
    /*margin-bottom: 3px;*/
    /*background: url(ch01_0083.gif) right no-repeat;	*/
    /*padding:0 !important;*/
}
.atfbe-bg1>.docboxes-bg2{
    /*width:100% !important;*/
    background: url("ch07_009_1.png")top right no-repeat;
    /*height: 25px;*/
    /*padding:0;*/
    /*margin:0;*/
    /*padding:0 40px 0 29px;*/
    /*background:url("ch03_005_r.gif")top 0 right no-repeat ;*/

}
.atfbe-bg1>.docboxes-bg2>.atfbe-bg2{
    /*width:100% !important;*/
    background: url("ch07_007_1.png") top  left no-repeat;
    /*background: url("ch05_010_5.png")repeat-x;*/
    /*width:100%;*/
    height: 25px;
    /*text-align: right;*/
    line-height: 25px;
    padding-right: 40px;
    font-size:14px;
    font-weight: bold;
    color:rgb(46,122,171);
    /*background:url("ch03_005_l.gif")top -3px left no-repeat ;*/
}
.rfiles-bg1 {
    background: url(ch01_0022_2_l.gif)top 0 left no-repeat,url(ch01_0022_2_r.gif)top 0 right no-repeat,url(ch01_0022_c.gif) top repeat-x;
}
.rlinks-bg1 {
    background: url(ch01_0022_2_l.gif)top 0 left no-repeat,url(ch01_0022_2_r.gif)top 0 right no-repeat,url(ch01_0022_c.gif) top repeat-x;
}
.dselected-bg1 {
    margin-top: 8px;
    background: url(ch01_0022_2_l.gif)top 0 left no-repeat,url(ch01_0022_2_r.gif)top 0 right no-repeat,url(ch01_0022_c.gif) top repeat-x;
}
.advertise_div5{
    margin-bottom: 5px;


}
.advertise_div5 img{
    /*max-height:70px;*/
}
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 {
    display:block;
    float: right;
    padding: 5px;
    font-size: 13px;
    color: white;
    background: rgb(74,129,176);
    margin-top: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.doc-clipboard-btn span {
    font-size: 22px;
    line-height: 0;
    top: 5px;
}
.doc-clipboard-btn:hover {
    color: white;
    background: #d5000b;
}
.doc-clipboard-btn:focus {
    color: white;
    background: #b50007;
}
.tarikhshafahi-bg1 {
    background: url(ch01_0087.gif) right no-repeat;
}
.tarikhshafahi-bg2 {
    background: url(ch01_0088.gif) left no-repeat;
    height: 30px;
}
.parvanderoz-bg1 {
    background: url(ch01_0089.gif) right no-repeat;
}
.titr2-bg1 {
    background: url(ch01_0090.gif) right no-repeat;
    margin-bottom: 5px;
}
.naftnevis-bg1 {
    background: url(ch01_0091.gif) right no-repeat;
}
.naftnevis-frame {
    direction: ltr;
    margin-bottom: 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: 992px) and (max-width: 1200px) {
    .naftnevis-images {
        width: 342px;
    }
    .naftnevis-images img {
        width: 100%;
        height: 220px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .naftnevis-images {
        width: 100%;
    }
    .naftnevis-images img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .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: 992px) and (max-width: 1200px) {
    .multimedia-list4 img {
        width: 271px;
        height: 176px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .multimedia-list4 img {
        width: 200px;
        height: 130px;
    }
}
@media screen and (max-width: 768px) {
    .multimedia-list4 img {
        width: 100%;
        height: auto;
    }
}
.multimedia-list5 {
    padding: 0 10px;
    background: #262626;
}

/*level2*/

.second-level{
    /*position:absolute;*/
    /*top:520px;*/
    /*right:200px;*/
    margin-top:5px;
    /*background: red;*/
    margin-bottom:2%;
}

.level2-container {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    /*background: rgb(210,210,210);*/
    /*box-sizing: border-box;*/
    /*margin-right:15%;*/
    /*margin-bottom:10%;*/
    width: 100%;
    /*min-height: 200px;*/
    /*height: 200px;*/

}

.level2-container > .level2-image {
    display: inline-block;
    width: 100%;
    /*height: 182px !important;*/
    /*border: 1px solid #c0c0c0;*/
    padding: 2px;
    position: relative;
    overflow: hidden;
}

.level2-container > .level2-image img {
    width: 100% !important;
    height:auto !important;;
    max-height: 187px;
}

.level2-container .level2-content {
    display: inline-block;
    /*width:196px;*/
    width: 100%;
    text-align: right;
}

.level2-container .level2-rotitr {
    padding-right: 8px;

}
.level2-container .level2-rotitr a {
    color: rgb(147, 147, 147);
}
.level2-container .level2-rotitr:hover a{
    color: #b50007;
}

.level2-container .level2-title {
    /*display:inline-block;*/
}

.level2-container .level2-title a {
    display: block;
    color:rgb(181,0,8);
    font-size:14px;
    font-weight: bold;
    background: url("ch04_004_1.gif") right 8px top 8px no-repeat;
    padding-right: 18px;
}
.level2-container .level2-title:hover a{
    color:#ff1919;
    background: url("ch04_004_2.gif") right 8px top 8px no-repeat;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    /*.level2-container>.level2-image {*/
    /*!*width:21%!important;*!*/
    /*!*height:103px !important;*!*/
    /*width:75% !important;*/
    /*height:104px !important;*/

    /*}*/
    /*.level2-container>.level2-image  img{*/
    /*width: 100% !important;*/
    /*height: 94px !important;*/
    /*}*/
}
@media screen and (min-width: 780px) and (max-width: 980px) {
    /*.level2-container>.level2-image {*/
    /*!*width:21%!important;*!*/
    /*!*height:103px !important;*!*/
    /*width:75% !important;*/
    /*height:119px !important;*/

    /*}*/
    .level2-container>.level2-image  img{
        width: 100% !important;
        height: auto !important;
        max-height: 200px;
    }
}
@media screen and (max-width: 779px) {
    .level2-container {
        text-align:right;
        width: 100%;
        height: 120px !important;
        /*min-height: 120px;*/
        position: relative;
        border-bottom:1px solid rgb(204,204,204) ;
    }
    .level2-container>div{
        float:right;
    }
    .level2-container>.level2-content{
        padding-top:1%;
        width:50%;
    }
    .level2-container>.level2-image {
        /*width:21%!important;*/
        /*height:103px !important;*/
        width:auto !important;
        height:auto !important;

    }
    .level2-container>.level2-image  img{
        /*width: 100% !important;*/
        /*height: 95px !important;*/
        width:150px !important;
        height:95px !important;

    }
    .sticky-social{
        display: none;
    }
}
.popular-wrapper{
    margin-top:8px;
}
#service_news {
    margin-right:5px;
}
.service-container{
    width:100%;
    height: auto;
    background: #fff;
    margin-bottom: 5px;
    position: relative;
    z-index:5;
    /*padding:0 5px;*/
    /*height:400px;*/
    /*border:1px solid rgb(225,225,225);*/
    /*border-left: ;*/
    border-top:0;
}
.service-container .service-frame{
    padding:5px 5px 20px;
    /*position: relative;*/
    /*width:100%;*/
    /*margin:0 5px;*/
    /*height: auto;*/
    /*background: #fff;*/
    /*border:2px solid rgb(225,225,225);*/
}
.advertise{
    margin-bottom: 5px;
}
.adver_margin-1{
    margin-bottom: 0px;
}
.suggest-header{
    /*color:#fff;*/
    /*font-weight: bold;*/
    text-align: center;
    width:100%;
    height:30px;
    /*height:30px;*/
    padding:0 5px !important;

    /*position: relative;*/
    /*overflow: hidden;*/
    /*background:rgb(173,0,6) ;*/
    /*!*top left 5px no-repeat,url("ch03_004_r.gif")top right 5px  no-repeat,rgb(173,0,6);*!*/
}
.suggest-header1{
    display: inline-block;
    width:100%;
    height:30px;
    background:url("ch03_004_c.gif")center repeat-x ;
    /*padding:0 5px !important;*/

    /*top left 5px no-repeat,url("ch03_004_r.gif")top right 5px  no-repeat,rgb(173,0,6);*/
}

.suggest-header1>div{
    background:url("ch03_004_l.gif");
    background-position:left;
    background-repeat: no-repeat;
    height:30px;
}
.suggest-header1>div>div{
    /*width:100%;*/
    background:url("ch03_004_r.gif");
    background-position:top right 0 ;
    background-repeat: no-repeat;
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color:#fff;
}
.suggest-container{
    /*display: block;*/
    background: rgb(245,245,245);
    position: relative;
    padding:0;
    margin-top:5px;
    margin-bottom:5px;
    /*border-bottom: 5px solid red;*/
    /*padding: 5px;*/
}
.feature-frame{
    padding:5px;
    padding-left:6px;
}
#parent_test{
    position: absolute;
    top:0px;


}
#popular-not-stick{
    margin-bottom:5px;
    margin-top:0px;
    /*left:5px;*/
}
@media screen and (min-width:992px ){
    #popular-stick{
        /*position: absolute;*/
        /*top:5px;*/
        /*margin-top:-6px;*/
        /*padding-left: 5px;*/
    }
}
@media screen and (max-width:992px ){
    #popular-stick{
        /*position: static;*/
        /*margin-top:5px;*/
        /*padding-left: 5px;*/
    }
}
#my-parent{
    position: relative;
    overflow: hidden;
}
#col-container{
    /*position:relative;*/
    /*display:table;*/
    /*width:100%;*/
}
#col1{
    /*float:right;*/
    /*position:relative;*/
    /*display: table-cell;*/
    /*vertical-align: top;*/
}
#col1:before{
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*z-index: -1;*/

}
#col2{
    float:left;
    position:relative;
    display: table-cell;
    vertical-align: top;
}


.sticky-container{
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -116px;
    top:53%;
    transform:translate(0,-50%);
    width: 145px;
    z-index:1000;
}
.sticky-social li{
    list-style-type: none;
    background-color: #555;
    /*background:rgb(110,110,110);*/
    color: #efefef;
    height: 31px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/
    /*filter: gray;*/
    /*-webkit-filter: grayscale(100%);*/
}

.sticky-social li:hover{
    margin-left: -90px;
    /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.sticky-social li>a>img{
    -webkit-transition:all 0.4s ;
    -moz-transition:all 0.4s ;
    -o-transition:all 0.4s ;
    transition:all 0.4s ;
}
.sticky-social li:hover>a>img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.sticky-social li img{
    width:24px;
    height:24px;
    float: left;
    margin: 3px 3px;
    /*margin-right: 10px;*/

}
.sticky-social li p{
    float:left;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 31px;
    color: #fff;

}
.sticky-social>li .facebook{
    background: url('img/fac1.png');
}
.sticky-social>li .twitter{
    background: url('img/twi1.png');
}
.sticky-social>li .telegram{
    background: url('img/tel1-24.png');
}
.sticky-social>li .instagram{
    background: url('img/ins1-24.png');
}
.sticky-social>li .rss{
    background: url('img/rss1-24.png');
}

/*.sticky-social li p{*/
/*color: #ecf0f1;*/
/*padding: 0px;*/
/*margin: 0px;*/
/*text-transform: uppercase;*/
/*line-height: 43px;*/
/*}*/
#wows0_0{
    /*width:100%;*/
    /*height:300px;*/
    /*background: url("1ff1d39e55b34681a9312733c9c4d58c.jpg");*/
}
#wows0_1{
    /*width:100%;*/
    /*height:300px;*/
    /*background: url("26b1dbdad55e4e0b9947aaaffdc3979f.jpg");*/
}
.wowslider-container0,.wowslider-container0>ul,.wowslider-container0>ul>li{
    /*direction: rtl;*/
}
.ws-title>span{
    /*font: 1em Iran;*/
    font-family: 'IRAN',Tahoma, Arial, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    background: rgba(0,0,0,.5) !important;
    color:#fff !important;
    text-align: right;
}
.feature-section{
    padding:0px 0px;
    /*border:2px solid rgb(210,210,210);*/
    box-sizing: border-box;
    margin-bottom: 5px;
}
.feature-section>.feature-bg1{
    /*background: url("ch07_005_5.png")top repeat-x;*/

}
.feature-section>.feature-bg1>.feature-bg2.voice{
    background: url("ch07_005_5.png");
    background-position: top;
    background-repeat: repeat-x;
    margin-bottom:2px;
}
.feature-section>.feature-bg1>.feature-bg2.voice>div{
    background: url("ch07_012_3.png");
    background-position: left;
    background-repeat: no-repeat;
    /*padding:0 45px;*/
}
.feature-section>.feature-bg1>.feature-bg2.voice>div>div {
    height:25px;
    background: url("ch07_012_2.png");
    background-position: right;
    background-repeat: no-repeat;
}

.feature-section>.feature-bg1>.feature-bg2.note{
    background: url("ch07_005_5.png");
    background-position: top;
    background-repeat: repeat-x;
}
.feature-section>.feature-bg1>.feature-bg2.note>div{
    background: url("ch07_006_1.png");
    background-position: left;
    background-repeat: no-repeat;
    /*padding:0 45px;*/
}
.feature-section>.feature-bg1>.feature-bg2.note>div>div {
    height:25px;
    background: url("ch07_006_2.png");
    background-position: right;
    background-repeat: no-repeat;
}

.feature-section>.feature-bg1>.feature-bg2.report{
    background: url("ch07_005_5.png");
    background-position: top;
    background-repeat: repeat-x;
    /*padding:0 45px;*/
}
.feature-section>.feature-bg1>.feature-bg2.report>div {
    background: url("ch07_005_3.png");
    background-position: left;
    background-repeat: no-repeat;
}
.feature-section>.feature-bg1>.feature-bg2.report>div>div {
    height:25px;
    background: url("ch07_005_4.png");
    background-position: right;
    background-repeat: no-repeat;
}
.feature-section>.feature-bg1>.feature-bg2.articles{
    background: url("ch07_005_5.png");
    background-position: top ;
    background-repeat: repeat-x;
    /*padding:0 45px;*/
}
.feature-section>.feature-bg1>.feature-bg2.articles>div {
    background: url("ch07_005_6.png");
    background-position: left;
    background-repeat: no-repeat;

}
.feature-section>.feature-bg1>.feature-bg2.articles>div>div {
    height:25px;
    background: url("ch07_005_7.png");
    background-position: right;
    background-repeat: no-repeat;
}
.feature-section>.feature-bg1>.feature-bg2.interview{
    background: url("ch07_005_5.png");
    background-position: top ;
    background-repeat: repeat-x;
    /*padding:0 45px;*/
}
.feature-section>.feature-bg1>.feature-bg2.interview>div {
    background: url("ch07_005_8.png");
    background-position: left;
    background-repeat: no-repeat;

}
.feature-section>.feature-bg1>.feature-bg2.interview>div>div {
    height:25px;
    background: url("ch07_005_9.png");
    background-position: right;
    background-repeat: no-repeat;
}

.feature-section>.feature-bgnegah{
    background: url("ch07_003_5.png");
    background-repeat: repeat-x;
}
.feature-section>.feature-bgnegah>div{
    background: url("ch07_003_3.png");
    background-position: left;
    background-repeat: no-repeat;
}
.feature-section>.feature-bgnegah>div>div{
    background: url("ch07_003_4.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 25px;
}
.important-header{
    width:100%;
    /*margin-top:5px;*/
    /*border-radius: 0 !important;*/
    margin-bottom: -5px;
    background: url("ch07_003_5.png");
    background-repeat: repeat-x;
}
.important-header>div{
    background: url("ch07_003_6.png");
    background-position: left;
    background-repeat: no-repeat;
}
.important-header>div>div{
    background: url("ch07_003_7.png");
    background-position: right ;
    background-repeat: no-repeat;
    height: 25px;
}
#popular_last .bg-last{
    background: url("ch07_003_5.png");
    background-repeat: repeat-x;
    /*margin-bottom: 5px;*/
}
#popular_last .bg-last>div{
    background: url("ch07_003_8.png");
    background-position: left;
    background-repeat: no-repeat;
}
#popular_last .bg-last>div>div{
    background: url("ch07_003_9.png");
    background-position: right ;
    background-repeat: no-repeat;
    height: 25px;
}
#popular_sport .bg-last-sport{
    background: url("ch07_003_5.png");
    background-repeat: repeat-x;
    /*margin-bottom: 5px;*/
}
#popular_sport .bg-last-sport>div{
    background: url("ch07_003_8.png");
    background-position: left;
    background-repeat: no-repeat;
}
#popular_sport .bg-last-sport>div>div{
    background: url("ch07_012_4.png");
    background-position: right ;
    background-repeat: no-repeat;
    height: 25px;
}

#popular_last,#popular_view,#popular_comment,#popular_sport{
    margin-bottom: 5px;
    background: rgb(255,255,255);
}
#popular_view .bg-last{
    background: url("ch07_003_5.png");
    background-repeat: repeat-x;
}
#popular_view .bg-last>div{
    background: url("ch07_003_8.png");
    background-position: left;
    background-repeat: no-repeat;
}
#popular_view .bg-last>div>div{
    background: url("ch07_004_1.png");
    background-position: right ;
    background-repeat: no-repeat;
    height: 25px;
}

#popular_comment .bg-last{
    background: url("ch07_003_5.png");
    background-repeat: repeat-x;
}
#popular_comment .bg-last>div{
    background: url("ch07_003_8.png");
    background-position: left ;
    background-repeat: no-repeat;
}
#popular_comment .bg-last>div>div{
    background: url("ch07_004_2.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 25px;
}
.feature-frame-negah{
    padding:5px;
}
.feature-frame-note{
    background: #fff;
    /*border:1px solid rgb(188,233,227);*/
    border-top:0;
    padding:3px 3px 20px;
}

.feature-section>.feature-frame-note>.bg-frame{
    /*background: url("ch04_005_6.gif")repeat-x;*/

}
/*.feature-section>.feature-frame-note>.bg-frame>div.note{*/
/*background: url("ch04_005_5.gif")right no-repeat;*/
/*height:19px;*/
/*}*/
/*.feature-section>.feature-frame-note>.bg-frame>div.report{*/
/*background: url("ch04_006_2.png")right no-repeat;*/
/*height:19px;*/
/*}*/
/*.feature-section>.feature-frame-note>.bg-frame>div.conversation{*/
/*background: url("ch04_006_4.png")right no-repeat;*/
/*height:19px;*/
/*}*/
/*.feature-section>.feature-frame-note>.bg-frame>div.shohada{*/
/*background: url("ch04_006_6.png")center no-repeat;*/
/*height:19px;*/
/*}*/
/*.feature-section>.feature-frame-note>.bg-frame>div.iran{*/
/*background: url("ch04_006_8.png")right no-repeat;*/
/*height:19px;*/
/*}*/
/*/////////////////////////////////////////////////*/
.header.banner--stick{

    /*position: fixed;*/
    /*top:-25px;*/
    /*visibility: hidden;*/
    /*display:none !important ;*/
    margin-top:-20px !important ;
    /*right:0;*/
    /*left:0;*/
    font-size: 24px;
    bottom: -200px !important;
    /*line-height: 48px;*/
    height: 60px !important;
    width: 100%;
    /*background: #efc47D;*/
    text-align: left;
    /*padding-left: 20px;*/
    z-index:99999;
    border-bottom:3px solid rgb(160,127,32)!important ;
    /*box-shadow:0 8px 4px -6px rgba(0,0,0,.75);*/
    /*margin-top:-120px;*/
    /*-moz-transition: all 0.5s ease;*/
    /*-o-transition: all 0.5s ease;*/
    /*-webkit-transition: all 0.5s ease;*/
    /*transition: all 0.5s ease;*/
    /*padding-bottom:-30px;*/
}
.header.banner--stick .header-bg1{
    height: 0px !important;
    /*transform:scale(.5);*/
    /*background: none;*/
    /*background: url("ch03_01_2_r1_1.png")bottom 0px right 10px no-repeat;*/
    /*height:120px !important;*/
}
/*.header.sticky .navbar-right:not(.sm-collapsible){*/
/*margin-top:100px;*/
/*!*padding-right:-500px;*!*/
/*margin-right:150px !important;*/
/*}*/

@media screen and (max-width:768px){
    a.header-logo{
        display:none; !important;
    }
    #stick-header{
        display: none !important;
    }
    .header-logo{
        /*right: 0 !important;*/
        /*left:200px !important;;*/
        /*width:200px !important;*/
        /*margin-left: 10px !important;*/
    }
    .header.banner--stick{
        top:0 !important ;;
        margin-top:0px !important ;
        border-bottom:0 !important ;
        /*height: 100px !important;*/
        /*bottom: 0px !important;*/
    }
    .header .banner--clone{
        /*top:40px !important;*/
    }
    .header .banner--stick{
        /*top:40px !important;*/
    }
    .header.banner--stick>.navbar-header{
        /*margin-top:60px !important ;*/
    }
    .header.banner--stick .header-bg2{
        top:28px !important;
    }
    .header.banner--stick a.header-logo{
        top:-20px !important;
    }
    /*.header-logo{*/
    /*margin-top:-20px !important;*/
    /*height:50px !important;*/
    /*}*/

}
@media screen and (min-width:1200px){
    .header.banner--stick .header-bg1>.header-bg2{
        /*margin-top:20px !important;*/
        width:130px;
        height: 24px;
        right:10%;
        top:22px;
        /*height:25px;*/
        background:url("ch04_008_5_1.png")center/cover ;
    }
}
@media screen and (min-width:769px)and (max-width:1200px){
    .header.banner--stick .header-bg1>.header-bg2{
        /*margin-top:20px !important;*/
        width:130px;
        height: 24px;
        left:50%;
        transform:translate(-50%);
        -webkit-transform:translate(-50%);
        /*right:-50px;*/
        top:45px;
        /*height:25px;*/
        background:url("ch04_008_5_1.png")center/cover ;
    }
    .header.banner--stick{
        height:71px !important;
        margin-bottom: -80px !important;
    }
}
@media screen and (min-width:769px){
    /*.header.banner--stick .header-bg1>.header-bg2{*/
    /*!*margin-top:20px !important;*!*/
    /*width:130px;*/
    /*height: 24px;*/
    /*right:10%;*/
    /*top:22px;*/
    /*!*height:25px;*!*/
    /*background:url("ch04_008_5_1.png")center/cover ;*/
    /*}*/
    .header.banner--stick .img-header{
        width:100px;
        height: 61px;
        background:url("ch04_01_8_1.png")center/cover ;
        /*transform: scale(.9);*/
        /*-webkit-transform: scale(.5);*/
    }
}
.header.banner--stick .timeStamp{
    display:none !important;
}
.header.banner--stick #head-static-menu{
    display:none !important;
}
.header.banner--stick #search{
    display:none !important;
}
.header.banner--stick .menu-container{
    margin-top:-9px !important;
}
.header.banner--stick .newsticker{
    display:none !important;
}
.header.banner--stick .foot-social-icons{
    display:none !important;
}


.banner--clone {
    /*margin-top:-30px !important ;*/
    /*!*right:0;*!*/
    /*!*left:0;*!*/
    /*visibility: hidden;*/
    /*font-size: 24px;*/
    /*bottom: -180px !important;*/
    /*!*line-height: 48px;*!*/
    /*height: 60px !important;*/
    /*width: 100%;*/
    /*!*background: #efc47D;*!*/
    /*text-align: left;*/
    /*!*padding-left: 20px;*!*/
    z-index:99999;

    /*border-bottom:3px solid rgb(160,127,32)!important ;*/
    /*box-shadow:0 8px 4px -6px rgba(0,0,0,.75);*/
    /* Required styles */
    position: fixed;
    /*z-index: 1;*/
    top: 0;
    left: 0;

    /* Additional styles */
    /*background: #c95a5d;*/

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

    /* Animations */
    /*-webkit-transition: all 300ms ease-in;*/
    /*-moz-transition: all 300ms ease-in;*/
    /*transition: all 300ms ease-in;*/



}


/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 * @example
 * var options = {
 *   classes {
 *     stick: 'banner--stick';
 *   }
 * }
 */
.banner--stick {
    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .8),
    0 0 4px rgba(0, 0, 0, .5) inset;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
/* Shine */
#multimedia-top-tab .multimedia-images,.special-img {
    position: relative !important;
    overflow: hidden !important;
}
#multimedia-top-tab .multimedia-images::before,.special-img::before {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -75%;
    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);
}
#multimedia-top-tab :hover .multimedia-images::before,.special-row-line:hover .special-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.ws_images{
    overflow: hidden !important;
}
.ws_cover{
    overflow: hidden !important;
}
#wowslider-container0 {
    overflow: hidden !important;
}
body{
    overflow-x: hidden !important;
}
html{
    overflow-x: hidden !important;;
    /*overflow:hidden !important;*/
}

/*////////////////////////////////////////////////*/
.stick-wrapper{
    width:100%;
    position: fixed;
    margin-top: -40px;
    /*margin-right: auto;*/
    /*margin-left:auto;*/
    top: 0;
    left:50%;
    transform:translate(-50%);
    -webkit-transform:translate(-50%);
    /*right: 0;*/

    /*margin: 0 0 0 -40%;*/
    z-index:10000;
}
#stick-header{
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 10%;*/
    /*right:0;*/
    /*left:50%;*/

    /*margin-right: auto !important;*/
    /*margin-left: auto !important;*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/

    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index:10000;
    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

    box-sizing: border-box;

}
@media screen and  (min-width:1200px){
    .stick-wrapper{
        width:1150px !important;
        margin-left:auto !important;;
        margin-right: auto !important;;
    }
    #stick-header{
        width:1150px !important;
    }
    .pi-sticky{
        width:1250px !important;
        left:0;
        right: 0;
        margin-left:auto !important;;
        margin-right: auto !important;;
    }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .stick-wrapper{
        width:950px !important;
    }
    #stick-header{
        width:950px !important;
    }
    .pi-sticky{
        width:100% !important;
        left:0;
        right: 0;
        margin-left:auto !important;;
        margin-right: auto !important;;
    }
}
@media screen and (min-width:768px) and (max-width:992px){
    .stick-wrapper{
        width:730px !important;
    }
    #stick-header{
        width:730px !important;
    }
    .pi-sticky{
        width:100% !important;
        left:0;
        right: 0;
        margin-left:auto !important;;
        margin-right: auto !important;;
    }
    .pi-sticky .navbar-nav > li > a {
        /*width:130px;*/
        /*height:30px;*/
        /*border-top-right-radius: 8px;*/
        /*border-top-left-radius: 8px;*/
        padding: 5px 10px 5px  !important;
        box-sizing: border-box;
        z-index:5;
    }
}
@media screen and (max-width:767px) {
    #container{
        margin-top:50px !important;
    }
    .menu-container{
        margin-top:-5px !important;
    }
    .menu-container .navbar-header{
        /*background: #353535 url("ch07_009_7.png")top 10px right 10px no-repeat;*/
        background:url(ch07_011_6.png);
        background-position:top ;
        background-repeat: repeat-x;
        background:url("ch07_011_8.png")top -1px right 10px no-repeat,url("ch07_011_7.png")top  center no-repeat,url(ch07_011_6.png) top repeat-x;
        margin-bottom: 5px;
    }
    .pi-sticky{
        width:100% !important;
        top:0 !important;
        left:0;
        right: 0;
        margin-left:auto !important;;
        margin-right: auto !important;;
        box-shadow: 0px 8px 4px -6px rgba(0,0,0,0.75);
    }
    .pi-sticky .navbar-header{
        background:url(ch07_011_6.png);
        background-position:top ;
        background-repeat: repeat-x;
        background:url("ch07_011_8.png")top 0px right 10px no-repeat,url("ch07_011_7.png")top  center no-repeat,url(ch07_011_6.png) top repeat-x;
        margin-bottom: 0 !important;
    }
}
#stick-header>.s-header{
    width:100%;
    height:80px;
    /*margin-top:-7px !important;*/
}
@media screen and (min-width: 768px){
    #stick-header .menu-container {
        margin-top:0 !important;
        height:33px;
        margin-bottom:7px ;
    }
    #stick-header #navbar-wrapper{
        background:url("ch05_001_3.png")right top  no-repeat,url("ch05_001_4.png")left top  no-repeat;
        padding:0 37px;
        height:33px;
    }
    #stick-header .ha-header-front .navbar-default {
        background: url("ch05_001_5.png")center repeat-x ;
        /*background:url("ch05_001_3.png")right no-repeat,url("ch05_001_4.png")left no-repeat ;*/
        height:34px;
    }
    #stick-header .ha-header-bottom .navbar-default {
        background: red;
        /*background: url("ch05_001_5.gif")center repeat-x ;*/
        /*background:url("ch05_001_3.png")right no-repeat,url("ch05_001_4.png")left no-repeat,url("ch05_001_5.gif")center repeat-x ;*/

    }
}
/*///////////////////////////////////////*/
.scroll {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 2em;
    line-height: 2;
    width: 10em;
    text-align: center;
    height: 2em;
    color: #e74c3c;
    background: #fff;
    font-style: normal;
    text-transform: uppercase;
    opacity: 0.8;
}

.scroll::after {
    display: block;
    content: '\2193';
    color: #fff;
    font-size: 3em;
    line-height: 1;
}

/* Header styles and animations */

.ha-header {
    position: fixed;
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    padding: 0;
    z-index: 50;
    font-family: 'Lato', Arial, sans-serif;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

}

.ha-header-perspective {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 1100px;
    -moz-perspective: 1100px;
    perspective: 1100px;
    -webkit-perspective-origin: 50% 0;
    -moz-perspective-origin: 50% 0;
    perspective-origin: 50% 0;
}

.ha-header-perspective > div {
    /*background: #fff;*/
    /*text-align: left;*/
    padding: 0 7%;
    height: 50%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: justify;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}

.ha-header-front {
    background: url("ch05_002_5.gif")repeat-x;
    /*margin-bottom: -30px;*/
    z-index: 2;
    height:40px !important;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    transform-origin: 50% 100%;

}
.ha-header .ha-header-front{
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, .5),
    0 0 4px rgba(0, 0, 0, .5) inset;
}
.ha-header-perspective .ha-header-bottom {
    background: #ddd;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    z-index: 1;
    background: url("ch05_002_5.gif")repeat-x;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    transition: top 0.5s;
    position: absolute;
    top: 0;
    height:40px !important;
}

/* Justify inline-block elements (h1 on left side, nav on right) */
.ha-header-perspective > div::after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Text styling */
.ha-header h1,
.ha-header h1::before,
.ha-header h1 span,
.ha-header nav,
.ha-header nav::before {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.ha-header h1 {
    font-weight: 300;
    font-size: 3.2em;
    margin: 0;
    padding: 0 1em 0 0;
    color: #2d383f;
    cursor: default;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ha-header h1::before,
.ha-header nav::before {
    content: '';
    height: 100%;
}

.ha-header h1::after {
    content: '';
    width: 100px;
    height: 96px;
    background: #fff;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    cursor: pointer;
    box-shadow: inset 0 8px #2d383f, inset 0 16px #fff, inset 0 24px #2d383f, inset 0 32px #fff, inset 0 40px #2d383f, inset 0 48px #fff, inset 0 56px #2d383f;
    opacity: 0;
    border: 20px solid #fff;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ha-header nav {
    height: 100%;
}

.ha-header nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 0.2em 0.4em;
    margin: 0 0.4em 0;
    font-size: 0.8em;
    cursor: pointer;
    color: #e74c3c;
    outline: none;
    text-decoration: none;
}

.ha-header nav a:hover {
    color: #bc3c2f;
}

.ha-header nav a:last-child {
    margin-right: 0;
}

.ha-header .ha-header-front nav a:first-child,
.ha-header .ha-header-front nav a:last-child {
    border: 2px solid #e74c3c;
}

.ha-header .ha-header-front nav a:first-child:hover,
.ha-header .ha-header-front nav a:last-child:hover {
    border: 2px solid #bc3c2f;
}

/* Individual states */

.ha-header-large {
    /*height: 420px;*/
}

.ha-header-small {
    height: 220px;
}

.ha-header-hide {
    height: 220px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ha-header-show {
    /*height: 220px;*/
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);

}

.ha-header-show .ha-header-bottom {
    opacity: 0;
    -webkit-transition: top 0.5s, opacity 0s 0.5s;
    -moz-transition: top 0.5s, opacity 0s 0.5s;
    transition: top 0.5s, opacity 0s 0.5s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: 0%;
}

.ha-header-subshow {
    height: 220px;
}

.ha-header-subshow .ha-header-bottom {
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    transition: top 0.5s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: 50%;
}

.ha-header-shrink {
    height: 220px;
    top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.ha-header-shrink .ha-header-bottom {
    opacity: 0;
}

.ha-header-rotate {
    /*height: 220px;*/
    /*top: 50px;*/
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
    height: 80px;
    top: 100px;
    padding-left: 50px;
    padding-right: 50px;

}

.ha-header-rotate .ha-header-front {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    -moz-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
}

.ha-header-rotate .ha-header-bottom {
    top: 50%;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateX(0deg) translateY(-100%);
    -moz-transform: rotateX(0deg) translateY(-100%);
    transform: rotateX(0deg) translateY(-100%);
}

.ha-header-rotateBack {
    height: 220px;
    top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.ha-header-rotateBack .ha-header-front {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
}

.ha-header-rotateBack .ha-header-bottom {
    top: 50%;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.ha-header-color {
    height: 420px;
}

.ha-header-color .ha-header-front,
.ha-header-color .ha-header-bottom {
    background: #f3796c;
}

.ha-header-color h1,
.ha-header-color nav a {
    color: #fff;
}

.ha-header-box {
    height: 192px;
    width: 100px;
    top: 20px;
    left: 20px;
}

.ha-header-box h1 {
    padding-left: 150px;
}

.ha-header-box h1,
.ha-header-box nav a {
    color: transparent;
}

.ha-header-box h1:after {
    opacity: 1;
}

.ha-header-box nav {
    opacity: 0;
}

.ha-header-fullscreen {
    height: 100%;
    opacity: 0.9;
}

.ha-header-fullscreen .ha-header-front {
    height: 100%;
}

.ha-header-fullscreen .ha-header-bottom {
    opacity: 0;
    -webkit-transition: top 0.5s, opacity 0s 0.5s;
    -moz-transition: top 0.5s, opacity 0s 0.5s;
    transition: top 0.5s, opacity 0s 0.5s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: 50%;
    background: #f3796c;
}

.ha-header-subfullscreen {
    height: 100%;
    opacity: 0.9;
}

.ha-header-subfullscreen .ha-header-bottom {
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    transition: top 0.5s;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: 50%;
    background: #f3796c;
}

.ha-header-subfullscreen .ha-header-bottom nav a {
    color: #fff;
}

@media screen and (max-width: 65em) {
    body {
        font-size: 85%;
    }
}

@media screen and (max-width: 60em) {


    .ha-header-perspective > div,
    .ha-header nav {
        text-align: center;
    }

    .ha-header h1 {
        padding: 10px 0;
        height: 60%;
    }

    .ha-header .ha-header-bottom nav {
        padding: 40px 0px;
    }

    .ha-header nav {
        display: block;
        height: auto;
    }

}

@media screen and (max-width: 38em) {
    section {
        font-size: 1.3em;
    }

    .ha-header h1 {
        font-size: 2em;
    }

    .ha-header nav {
        font-size: 60%;
    }
}
#main-header{
    position: relative;
}
/*//////////////////////////////////////////////*/
/*////////////////////////////////////wow2*/
#wowslider-container1 {
    direction: ltr;
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 640px;
    max-height:360px;
    margin:0px auto 0px;
    z-index:90;
    text-align:left; /* reset align=center */
    font-size: 10px;
    text-shadow: none; /* fix some user styles */

    /* reset box-sizing (to boostrap friendly) */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
* html #wowslider-container1{ width:640px }
#wowslider-container1 .ws_images ul{
    direction: ltr;
    position:relative;
    width: 10000%;
    height:100%;
    left:0;
    list-style:none;
    margin:0;
    padding:0;
    border-spacing:0;
    overflow: visible;
    /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
    position: relative;
    width:1%;
    height:100%;
    line-height:0; /*opera*/
    overflow: hidden;
    float:left;
    /*font-size:0;*/
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
    position: relative;
    left:0;
    top:0;
    height:100%;
    max-height:360px;
    max-width: 640px;
    vertical-align: top;
    border:none;
    overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
    width:100%;
    height:100%;
    max-height:360px;
    display:block;
    color:transparent;
}
#wowslider-container1 img{
    max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
    width:100%;
    border:none 0;
    max-width: none;
    padding:0;
    margin:0;
}
#wowslider-container1 .ws_images > div > img {
    max-height:360px;
}

#wowslider-container1 .ws_images iframe {
    position: absolute;
    z-index: -1;
}

#wowslider-container1 .ws-title > div {
    display: inline-block !important;
}

#wowslider-container1 a{
    text-decoration: none;
    outline: none;
    border: none;
}

#wowslider-container1  .ws_bullets {
    float: left;
    position:absolute;
    z-index:70;
}
#wowslider-container1  .ws_bullets div{
    position:relative;
    float:left;
    font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
    line-height: 0;
}

#wowslider-container1  .ws_script{
    display:none;
}
#wowslider-container1 sound,
#wowslider-container1 object{
    position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
    position: static;
    width: 100%;
    height: 100%;
}

#wowslider-container1 .ws_photoItem {
    border: 2em solid #fff;
    margin-left: -2em;
    margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
    background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
    display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
    display: block;
}
#wowslider-container1 .ws_video_btn div {
    position: absolute;
    /*background-image: url(./playvideo.png);*/
    background-size: 200%;
    top: 50%;
    left: 50%;
    width: 7em;
    height: 5em;
    margin-left: -3.5em;
    margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
    background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
    background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
    background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
    background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
    display: none !important;
}
/* bullets */
#wowslider-container1 .ws_bullets a {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    padding: 6px;
    width: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}
#wowslider-container1 .ws_bullets a.ws_selbull {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* arrows */
#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
    position:absolute;
    z-index:60;
    overflow: hidden;
    width: 15%;
    height: 100%;
    top: 0;
    opacity: .5;
}
#wowslider-container1 a.ws_next {
    left: 85%;
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAqFBMVEUAAAAAAAAAAAAAAADp6emampoODg4BAQEAAAAAAAC+vr4AAAAnJycAAAAAAADz8/Px8fHs7OzW1tYAAAAAAAAAAAAAAADZ2dmcnJx/f39eXl4AAADT09OJiYnNzc24uLhubm5VVVVTU1PQ0NCRkZGEhIQnJyciIiLu7u7i4uJwcHBhYWE6OjoAAADl5eXExMTBwcHBwcGpqamjo6OVlZV8fHwhISH19fVy7acrAAAAN3RSTlMAAR4E+rM+PA0b2gZPKCX+/vzvMhEIN/G0l3QL7KTn2Ypxb+q3o15L/PiUhW0T+ePi3s/IinVTJyfCOgAAAXxJREFUOMuNlel2gjAQhUMWIAiIBBBwq1Zt3bq3ef83q4JtVs7J/ZnznQy5M3MBilBIExZcxRIaIjAgr6RVS6IcZxnOI9JWtPRs3AjG9ZRLmtYxHJnXFT7BXBMmfqFdiuBmzi2abyBSyqbNhFs1aVKpPEoXGR9Qtkj/7/RgM+aDGjfQu4PFWtS1VV8X9w/0pXfkx/3pVX+RX/aFiTg77Ons4q80knTFy1jy7zO5Hs10Ese3K2nNhbYQgBsZqWRNAUCV3Le3amQjpxUCYascLRIr2YaAEtU1O0koSCKukamFjBLAcr0TuxT15LtkLwMB5gNkuH8RBgUgyMzufoVdJ5iwM7OCk28riA3uAaJu5s9YLs3yIS5+lB9j2PMsONUeSqxc2HPCcK2F2fGPW2ot1IZixXruaWkMhTlmJsdrqg/uR+IJTh5cfRXwOb3An6V1FUApL9dhe9rpzuZ+6bqu7gEgIsUkxSAj15ByjT3nIHWPZjPsoRr2UA5759/HL+WBz8c5CVTZAAAAAElFTkSuQmCC') 20 20, move;
}
#wowslider-container1 a.ws_prev {
    left: 0;
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAApVBMVEUAAAAAAAAAAAAAAAAJCQkAAACampomJiYAAADp6ekAAAAAAADt7e0DAwPz8/Px8fHW1tYAAAAAAAAAAAAAAADZ2dnT09O8vLyIiIh/f39eXl4AAADOzs4AAAC+vr6cnJy4uLhubm5VVVVTU1Pq6uri4uKRkZEmJibo6OjBwcGcnJyFhYVwcHBhYWE7OzsAAADExMSpqamjo6OVlZV8fHwhISH19fXdUOd4AAAANnRSTlMAAR4EPg2zThv5JQb8Ov7+7zIIKRPx7Nmll3Q35wvbtNiKcW/7+LZd+eC1oZSGbRHjz8iKdVMz+8v0AAABgklEQVQ4y42V6XKCMBSFQxJCQHZQtirUtVq1e97/0TqKQ7N2cv7BfHMvdzsAQcilRRZhHGUFdREwyMlp15JV6ieJn65I29Hc0XEz6PVzxmnee3Cmhisx8Zkkn+BSCorgZsE0WmwgEtIGzZZpFTYBlx4FdcIMSupgiunAJmZGxQ10HmC5Dtk/Ctfl4wOxXEdaX/Y7riKcj4mJxD39wDK4ctWRe/Lc8yXOcx3gFB9cP71bSNprOADgnnvXUwBQN9dxKBv4aXYIuK2Wg2ehs60LKNFyz2LHCAVFZcGxqgBZyjXMe9NzLM1A9DI9ba8mjvkRwMlf/Ow+VPdbnWiCeXB4gF+xBuRT7w7uuHSvsZpaKOaITWSaie1Z4eW48HWstIcSZkESKo+wmkgmjlBZiioayegoLsW4Ziqprpm6uMONdIpPeXHVUxhwuaSHnXwKIFeO6/1yOKdcE3Fue67WBsBZSmzk6gAJJhWaTcrW9uyNVLXmk2jNp8maZbOHotlD3uytfx+/dM7Mf8Z6jgIAAAAASUVORK5CYII=') 20 20, move;
}


/*playpause*/
#wowslider-container1 .ws_playpause {
    position:absolute;
    top: 0;
    bottom: 40px;
    left: 42.5%;
    width: 15%;
    z-index: 59;
}
#wowslider-container1 .ws_pause {
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAV1BMVEUAAAAAAAAAAAAAAACbm5sHBwfy8vLp6ekAAAAAAAAAAADW1tbs7OzZ2dlfX19UVFQAAAAAAAAAAADT09N+fn4lJSW+vr6+vr6Li4uKioqBgYEtLS319fUPuLKbAAAAHHRSTlMAQB0GtDz++jUPAu/88XVwcCkl7JdP29qlo5lSTmNl+QAAAPlJREFUOMuNldmygjAQRLNNVgERcJ3//85bdZUawUT7vOTl1DSEpFEbcjJjJK0pjiZl1cKa2LtzCd6HcnZ9NLahLa7jNzq3VNScyAXeERylvB83TFxhGrZD7Wk+cJXDfLLv3s1zA38TM5tZvE9zNutzpkFya+lDegXTxF+Z6BluHAtHfVwXwZn/gUtgQSu9LkJYrAxsiDIyx+632MWsUs+/Re6TJNdFyR4viHgZVSyIWKKigIiBFHlE9LgIR8MvA28PvOHwJ4QPBXzM8IOLXwVlqfBXCln0usIFIJVy9U3vui2fe6uk7uKBtYcXqQx97Kv5IePwsod/H38EQnC3Gt7RKAAAAABJRU5ErkJggg==') 20 20, pointer;
}
#wowslider-container1 .ws_play {
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAdVBMVEUAAAAAAAAAAADy8vIAAAAAAADp6ekAAAAAAAAAAABKSkoICAgAAAAAAACbm5smJiaZmZnW1tZUVFTs7OzZ2dlfX18AAAC+vr6JiYl+fn7i4uLT09PKysqqqqqDg4NYWFidnZ1DQ0MfHx+9vb1DQ0NBQUH19fXuVLBhAAAAJnRSTlMACAH+Jxv6HgU4ZD0zEbRPs+9x/PF1Ddujl/bs5cicddJtVtqhocENH8AAAAE2SURBVDjLjZXpdoMgEEbZkYIIRjQ2bbrz/o/YNtGAQnJmfuI9XLb5RJsiI2dGaa0M4yNBd4pgroKbvKBU+MkFxXGVxbKzQ8xqsJ3E5XStdiLuSjjd7iZtZH+KlTr1stlwbD7Eah1m1uTckcY7RY+JJHJOXEnOcl1n2ydvzd63y7notA9R3ZHGV7FLY9+vtUW4ixx32TQf5u2lBEX3PyW32dATbtXxuSAt/zOrYQOihneFf1AEjSFuQUQwK/xhRNxtwevFm9Wf3OyrBFHhnxgyvgJe/H3m9wYpUQEX//nmFwppWgFX/+f78pVqMAhWwzfDJuDxcFuCyZoOHHyF4EdRPjNTfWbgh7tvhZ8HrYCw9o+by2sMbVdwAEAjBRRS58QBYw8epPBoTmEvVbBr2NugZB724N/HL/3XkHy4+UK6AAAAAElFTkSuQmCC') 20 20, pointer;
}/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom:10px;
    left:50%;
}
#wowslider-container1  .ws_bullets div{
    left:-50%;
}
#wowslider-container1 .ws_bulframe span{
    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;

    bottom:-6px;
    margin-left:-2px;
    left:43px;
}#wowslider-container1 .ws-title{
     position: absolute;
     background: none;
     font: 2.4em 'Slabo 27px', serif;
     color:#fff;
     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
     bottom: 50px;
     top: auto;
     opacity: 1;
     text-align: center;

     width: 100%;
     padding-left: 20%;
     padding-right: 20%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;

     z-index: 50;
 }
#wowslider-container1 .ws-title div{
    margin-top: 0.5em;
    font-size: 0.542em;
}#wowslider-container1 .ws_images > ul{
     animation: wsBasic 8s infinite;
     -moz-animation: wsBasic 8s infinite;
     -webkit-animation: wsBasic 8s infinite;
 }
@keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }

#wowslider-container1 .ws_bullets  a img{
    text-indent:0;
    display:block;
    bottom:15px;
    left:-43px;
    visibility:hidden;
    position:absolute;
    border: 1px solid #fff;
    max-width:none;
}

#wowslider-container1 .ws_bullets a:hover img{
    visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
    height:48px;
    overflow:visible;
    position:relative;
}
#wowslider-container1 .ws_bulframe div {
    left:0;
    overflow:hidden;
    position:relative;
    width:85px;
    background-color:#fff;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
    display:none;
    bottom:17px;
    margin-left:2px;
    overflow:visible;
    position:absolute;
    cursor:pointer;
    border: 1px solid #fff;
}#wowslider-container1 .ws_bulframe div div{
     height: auto;
 }

@media all and (max-width:760px) {
    #wowslider-container1 .ws_fullscreen {
        display: block;
    }
}
@media all and (max-width:400px){
    #wowslider-container1 .ws_controls,
    #wowslider-container1 .ws_bullets,
    #wowslider-container1 .ws_thumbs{
        display: none
    }
}
/*//////////////////////mod///////////////////////////////////*/
#wowslider-container1 .ws_hovershow {
    /*display: none !important; */
    opacity: 0;
    -webkit-transition:opacity 0.2s ease-in;
    -moz-transition:opacity 0.2s ease-in;
    -o-transition:opacity 0.2s ease-in;
    transition:opacity 0.2s ease-in;
}

#wowslider-container1:hover .ws_hovershow {
    /*display: block !important;*/
    opacity: 1;
    -webkit-transition:opacity 0.2s ease-in;
    -moz-transition:opacity 0.2s ease-in;
    -o-transition:opacity 0.2s ease-in;
    transition:opacity 0.2s ease-in;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 18px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -14px;
    z-index: 59;
}

#wowslider-container1 .pause {
    background-image: url(./pause.png);
}

#wowslider-container1 .play {
    background-image: url(./play.png);
}

#wowslider-container1 .pause:hover, #wowslider-container1 .play:hover {
    background-position: 100% 100% !important;
}

#wowslider-container1 .ws_fullscreen {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 15px;
    margin-left: -9px;
    margin-top: -14px;
    z-index: 59;
    background-image: url(./fullscreen.png);
}

div#ws_fullscreen:-moz-full-screen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:-webkit-full-screen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:fullscreen #wowslider-container1 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:-moz-full-screen {
    background-color: #000;
    height: 100%;
}

div#ws_fullscreen:-webkit-full-screen {
    background-color: #000;
    height: 100%;
}

div#ws_fullscreen:fullscreen {
    background-color: #000;
    height: 100%;
}

/*//////////////////////////////wow3///////////////////////////*/
#wowslider-container2 {
    overflow-x:hidden !important;
    direction: ltr;
    display: table;
    zoom: 1;
    position: relative;
    width: 100% !important;
    /*max-width: 640px;*/
    /*max-height:360px;*/
    margin:0px auto 5px !important;
    z-index:90;
    text-align:left; /* reset align=center */
    font-size: 10px;
    text-shadow: none; /* fix some user styles */
    /*margin-top: -20px !important;*/
    /* reset box-sizing (to boostrap friendly) */
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*<!--[if IE 8]>*/
/*#wowslider-container2{*/
/*display: none;*/
/*}*/
/*<![endif]-->*/

#wowslider-container2{ width:100%; }
#wowslider-container2 .ws_images ul{
    direction:ltr;
    position:relative;
    width: 10000%;
    height:100%;
    left:0;
    list-style:none;
    margin:0;
    padding:0;
    border-spacing:0;
    overflow: visible;
    /*table-layout:fixed;*/
}
#wowslider-container2 .ws_images ul li{
    position: relative;
    width:1%;
    height:100%;
    line-height:0; /*opera*/
    overflow: hidden;
    float:left;
    /*font-size:0;*/
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
}

#wowslider-container2 .ws_images{
    position: relative;
    left:0;
    top:0;
    height:100%;
    /*height: 100%;*/
    /*max-height:360px;*/
    /*max-width: 640px;*/
    vertical-align: top;
    border:0;
    overflow: hidden;
    /*margin-top: -20px !important;*/
}
#wowslider-container2 .ws_images ul a{
    width:100%;
    height:100%;
    max-height:360px;
    display:block;
    color:transparent;
}
#wowslider-container2 img{
    max-width: none !important;
}
#wowslider-container2 .ws_images .ws_list img,
#wowslider-container2 .ws_images > div > img{
    width:100%;
    border:none 0;
    max-width: none;
    padding:0;
    margin:0;
}
#wowslider-container2 .ws_images > div > img {
    /*max-height:360px;*/
}

#wowslider-container2 .ws_images iframe {
    position: absolute;
    z-index: -1;
}

#wowslider-container2 .ws-title > div {
    display: inline-block !important;
}

#wowslider-container2 a{
    text-decoration: none;
    outline: none;
    border: none;
}

#wowslider-container2  .ws_bullets {
    float: left;
    position:absolute;
    z-index:70;
}
#wowslider-container2  .ws_bullets div{
    position:relative;
    float:left ;
    font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container2  .ws_bullets a {
    line-height: 0;
}

#wowslider-container2  .ws_script{
    display:none;
}
#wowslider-container2 sound,
#wowslider-container2 object{
    position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container2 .ws_effect {
    position: static;
    width: 100%;
    height: 100%;
}

#wowslider-container2 .ws_photoItem {
    border: 2em solid #fff;
    margin-left: -2em;
    margin-top: -2em;
}
#wowslider-container2 .ws_cube_side {
    background: #A6A5A9;
}


#wowslider-container2.ws_gestures {
    overflow-x: hidden !important;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container2.ws_gestures.ws_grabbing {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container2.ws_video_playing .ws_bullets,
#wowslider-container2.ws_video_playing .ws_fullscreen,
#wowslider-container2.ws_video_playing .ws_next,
#wowslider-container2.ws_video_playing .ws_prev {
    display: none;
}


/* youtube/vimeo buttons */
#wowslider-container2 .ws_video_btn {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
}
#wowslider-container2 .ws_video_btn.ws_youtube,
#wowslider-container2 .ws_video_btn.ws_vimeo {
    display: block;
}
#wowslider-container2 .ws_video_btn div {
    position: absolute;
    /*background-image: url(./playvideo.png);*/
    background-size: 200%;
    top: 50%;
    left: 50%;
    width: 7em;
    height: 5em;
    margin-left: -3.5em;
    margin-top: -2.5em;
}
#wowslider-container2 .ws_video_btn.ws_youtube div {
    background-position: 0 0;
}
#wowslider-container2 .ws_video_btn.ws_youtube:hover div {
    background-position: 100% 0;
}
#wowslider-container2 .ws_video_btn.ws_vimeo div {
    background-position: 0 100%;
}
#wowslider-container2 .ws_video_btn.ws_vimeo:hover div {
    background-position: 100% 100%;
}

#wowslider-container2 .ws_playpause.ws_hide {
    display: none !important;
}
/* bullets */
#wowslider-container2 .ws_bullets a {
    position: relative;
    display: inline-block;
    margin: 8px 2px 0;
    /*padding:6px;*/
    width:14px;
    height:14px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 0 0 1px rgb(63,126,174);
    box-shadow: inset 0 0 0 1px rgb(63,126,174);
}
#wowslider-container2 .ws_bullets a.ws_selbull {

    background:#fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* arrows */
#wowslider-container2 a.ws_next,
#wowslider-container2 a.ws_prev {
    position:absolute;
    z-index:60;
    overflow: hidden;
    width: 15%;
    height: 100%;
    top: 0;
    opacity: .5;
}
#wowslider-container2 a.ws_next {
    left: 85%;
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAqFBMVEUAAAAAAAAAAAAAAADp6emampoODg4BAQEAAAAAAAC+vr4AAAAnJycAAAAAAADz8/Px8fHs7OzW1tYAAAAAAAAAAAAAAADZ2dmcnJx/f39eXl4AAADT09OJiYnNzc24uLhubm5VVVVTU1PQ0NCRkZGEhIQnJyciIiLu7u7i4uJwcHBhYWE6OjoAAADl5eXExMTBwcHBwcGpqamjo6OVlZV8fHwhISH19fVy7acrAAAAN3RSTlMAAR4E+rM+PA0b2gZPKCX+/vzvMhEIN/G0l3QL7KTn2Ypxb+q3o15L/PiUhW0T+ePi3s/IinVTJyfCOgAAAXxJREFUOMuNlel2gjAQhUMWIAiIBBBwq1Zt3bq3ef83q4JtVs7J/ZnznQy5M3MBilBIExZcxRIaIjAgr6RVS6IcZxnOI9JWtPRs3AjG9ZRLmtYxHJnXFT7BXBMmfqFdiuBmzi2abyBSyqbNhFs1aVKpPEoXGR9Qtkj/7/RgM+aDGjfQu4PFWtS1VV8X9w/0pXfkx/3pVX+RX/aFiTg77Ons4q80knTFy1jy7zO5Hs10Ese3K2nNhbYQgBsZqWRNAUCV3Le3amQjpxUCYascLRIr2YaAEtU1O0koSCKukamFjBLAcr0TuxT15LtkLwMB5gNkuH8RBgUgyMzufoVdJ5iwM7OCk28riA3uAaJu5s9YLs3yIS5+lB9j2PMsONUeSqxc2HPCcK2F2fGPW2ot1IZixXruaWkMhTlmJsdrqg/uR+IJTh5cfRXwOb3An6V1FUApL9dhe9rpzuZ+6bqu7gEgIsUkxSAj15ByjT3nIHWPZjPsoRr2UA5759/HL+WBz8c5CVTZAAAAAElFTkSuQmCC') 20 20, move;
}
#wowslider-container2 a.ws_prev {
    left: 0;
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAApVBMVEUAAAAAAAAAAAAAAAAJCQkAAACampomJiYAAADp6ekAAAAAAADt7e0DAwPz8/Px8fHW1tYAAAAAAAAAAAAAAADZ2dnT09O8vLyIiIh/f39eXl4AAADOzs4AAAC+vr6cnJy4uLhubm5VVVVTU1Pq6uri4uKRkZEmJibo6OjBwcGcnJyFhYVwcHBhYWE7OzsAAADExMSpqamjo6OVlZV8fHwhISH19fXdUOd4AAAANnRSTlMAAR4EPg2zThv5JQb8Ov7+7zIIKRPx7Nmll3Q35wvbtNiKcW/7+LZd+eC1oZSGbRHjz8iKdVMz+8v0AAABgklEQVQ4y42V6XKCMBSFQxJCQHZQtirUtVq1e97/0TqKQ7N2cv7BfHMvdzsAQcilRRZhHGUFdREwyMlp15JV6ieJn65I29Hc0XEz6PVzxmnee3Cmhisx8Zkkn+BSCorgZsE0WmwgEtIGzZZpFTYBlx4FdcIMSupgiunAJmZGxQ10HmC5Dtk/Ctfl4wOxXEdaX/Y7riKcj4mJxD39wDK4ctWRe/Lc8yXOcx3gFB9cP71bSNprOADgnnvXUwBQN9dxKBv4aXYIuK2Wg2ehs60LKNFyz2LHCAVFZcGxqgBZyjXMe9NzLM1A9DI9ba8mjvkRwMlf/Ow+VPdbnWiCeXB4gF+xBuRT7w7uuHSvsZpaKOaITWSaie1Z4eW48HWstIcSZkESKo+wmkgmjlBZiioayegoLsW4Ziqprpm6uMONdIpPeXHVUxhwuaSHnXwKIFeO6/1yOKdcE3Fue67WBsBZSmzk6gAJJhWaTcrW9uyNVLXmk2jNp8maZbOHotlD3uytfx+/dM7Mf8Z6jgIAAAAASUVORK5CYII=') 20 20, move;
}


/*playpause*/
#wowslider-container2 .ws_playpause {
    position:absolute;
    top: 0;
    bottom: 40px;
    left: 42.5%;
    width: 15%;
    z-index: 59;
}
#wowslider-container2 .ws_pause {
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAV1BMVEUAAAAAAAAAAAAAAACbm5sHBwfy8vLp6ekAAAAAAAAAAADW1tbs7OzZ2dlfX19UVFQAAAAAAAAAAADT09N+fn4lJSW+vr6+vr6Li4uKioqBgYEtLS319fUPuLKbAAAAHHRSTlMAQB0GtDz++jUPAu/88XVwcCkl7JdP29qlo5lSTmNl+QAAAPlJREFUOMuNldmygjAQRLNNVgERcJ3//85bdZUawUT7vOTl1DSEpFEbcjJjJK0pjiZl1cKa2LtzCd6HcnZ9NLahLa7jNzq3VNScyAXeERylvB83TFxhGrZD7Wk+cJXDfLLv3s1zA38TM5tZvE9zNutzpkFya+lDegXTxF+Z6BluHAtHfVwXwZn/gUtgQSu9LkJYrAxsiDIyx+632MWsUs+/Re6TJNdFyR4viHgZVSyIWKKigIiBFHlE9LgIR8MvA28PvOHwJ4QPBXzM8IOLXwVlqfBXCln0usIFIJVy9U3vui2fe6uk7uKBtYcXqQx97Kv5IePwsod/H38EQnC3Gt7RKAAAAABJRU5ErkJggg==') 20 20, pointer;
}
#wowslider-container2 .ws_play {
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAdVBMVEUAAAAAAAAAAADy8vIAAAAAAADp6ekAAAAAAAAAAABKSkoICAgAAAAAAACbm5smJiaZmZnW1tZUVFTs7OzZ2dlfX18AAAC+vr6JiYl+fn7i4uLT09PKysqqqqqDg4NYWFidnZ1DQ0MfHx+9vb1DQ0NBQUH19fXuVLBhAAAAJnRSTlMACAH+Jxv6HgU4ZD0zEbRPs+9x/PF1Ddujl/bs5cicddJtVtqhocENH8AAAAE2SURBVDjLjZXpdoMgEEbZkYIIRjQ2bbrz/o/YNtGAQnJmfuI9XLb5RJsiI2dGaa0M4yNBd4pgroKbvKBU+MkFxXGVxbKzQ8xqsJ3E5XStdiLuSjjd7iZtZH+KlTr1stlwbD7Eah1m1uTckcY7RY+JJHJOXEnOcl1n2ydvzd63y7notA9R3ZHGV7FLY9+vtUW4ixx32TQf5u2lBEX3PyW32dATbtXxuSAt/zOrYQOihneFf1AEjSFuQUQwK/xhRNxtwevFm9Wf3OyrBFHhnxgyvgJe/H3m9wYpUQEX//nmFwppWgFX/+f78pVqMAhWwzfDJuDxcFuCyZoOHHyF4EdRPjNTfWbgh7tvhZ8HrYCw9o+by2sMbVdwAEAjBRRS58QBYw8epPBoTmEvVbBr2NugZB724N/HL/3XkHy4+UK6AAAAAElFTkSuQmCC') 20 20, pointer;
}/* bottom center */
#wowslider-container2  .ws_bullets {
    bottom:10px;
    left:50%;
}
#wowslider-container2  .ws_bullets div{
    left:-50%;
}
#wowslider-container2 .ws_bulframe span{
    visibility: visible;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    bottom:-6px;
    margin-left:-2px;
    left:43px;
}
#wowslider-container2 .ws-title{
    position: absolute;
    background:none;
    /*padding-top:5px !important;*/
    /*padding-bottom:10px !important;*/
    font-size: 2.5em !important;
    color:#fff;
    /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);*/
    text-shadow: 0 1px 6px rgba(255, 0, 0, 0.8);
    bottom: 50px;
    top: auto;
    opacity: 1;
    text-align: center;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 50;
}
#wowslider-container2 .ws-title span{
    font-size: 0.7em !important;
}
@media screen and (max-width: 768px){
    #wowslider-container2 .ws-title span{
        font-size: 0.5em !important;
    }
}

#wowslider-container2 .ws-title div{
    margin-top: 0.5em;
    font-size: 0.542em;
}#wowslider-container2 .ws_images > ul{
     animation: wsBasic 8s infinite;
     -moz-animation: wsBasic 8s infinite;
     -webkit-animation: wsBasic 8s infinite;
 }
@keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-moz-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 25%{left:-0%} 50%{left:-100%} 75%{left:-100%} }

#wowslider-container2 .ws_bullets  a img{
    text-indent:0;
    display:block;
    bottom:15px;
    left:-43px;
    visibility:hidden;
    position:absolute;
    border: 1px solid #fff;
    max-width:none;
}
#wowslider-container2 .ws_bullets a span{
    visibility: hidden;
}
#wowslider-container2 .ws_bullets a:hover img{
    visibility:visible;
}

#wowslider-container2 .ws_bulframe div div{
    height:48px;
    overflow:visible;
    position:relative;
}
#wowslider-container2 .ws_bulframe div {
    left:0;
    overflow:hidden;
    position:relative;
    width:85px;
    background-color:#fff;
}
#wowslider-container2  .ws_bullets .ws_bulframe{
    display:none;
    bottom:22px;
    margin-left:2px;
    overflow:visible;
    position:absolute;
    cursor:pointer;
    border: 1px solid #fff;
}#wowslider-container2 .ws_bulframe div div{
     height: auto;
 }
#wowslider-container2 .ws_bulframe div div img{
    width:85px;
    height:48px;
    float:left;
}
@media all and (max-width:760px) {
    #wowslider-container2 .ws_fullscreen {
        display: block;
    }
}
@media all and (max-width:400px){
    #wowslider-container2 .ws_controls,
    #wowslider-container2 .ws_bullets,
    #wowslider-container2 .ws_thumbs{
        display: none
    }
}
/*///////////////////////////////////////mode/////////////////////////////*/
#wowslider-container2 .ws_hovershow {
    /*display: none !important; */
    opacity: 0;
    -webkit-transition:opacity 0.2s ease-in;
    -moz-transition:opacity 0.2s ease-in;
    -o-transition:opacity 0.2s ease-in;
    transition:opacity 0.2s ease-in;
}

#wowslider-container2:hover .ws_hovershow {
    /*display: block !important;*/
    opacity: 1;
    -webkit-transition:opacity 0.2s ease-in;
    -moz-transition:opacity 0.2s ease-in;
    -o-transition:opacity 0.2s ease-in;
    transition:opacity 0.2s ease-in;
}

/*playpause*/
#wowslider-container2 .ws_playpause {
    width: 18px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -14px;
    z-index: 59;
}

#wowslider-container2 .pause {
    /*background-image: url(./pause.png);*/
}

#wowslider-container2 .play {
    /*background-image: url(./play.png);*/
}

#wowslider-container2 .pause:hover, #wowslider-container2 .play:hover {
    background-position: 100% 100% !important;
}

#wowslider-container2 .ws_fullscreen {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    left: 15px;
    margin-left: -9px;
    margin-top: -14px;
    z-index: 59;
    background-image: url(./fullscreen.png);
}

div#ws_fullscreen:-moz-full-screen #wowslider-container2 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:-webkit-full-screen #wowslider-container2 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:fullscreen #wowslider-container2 {
    width: 95% !important;
    max-width: 100% !important;
    max-height: inherit;
}

div#ws_fullscreen:-moz-full-screen {
    background-color: #000;
    height: 100%;
}

div#ws_fullscreen:-webkit-full-screen {
    background-color: #000;
    height: 100%;
}

div#ws_fullscreen:fullscreen {
    background-color: #000;
    height: 100%;
}

.nb_main{
    width:100% !important;
}
.nb_main tr{
    width: 100% !important;
}
#id_iran td{
    text-align: right !important;
}
#id_iran{
    border:2px solid rgb(188,223,227);
}
.car table,.nb_main,.nb_c_main{
    display: table !important;
}
.car tr:nth-child(Odd){
    background:#E8F9FB !important;
}
.car tr:nth-child(even){
    background:#fff7f8 !important;
}
.car table,.car tr,.car td{
    border: 2px solid rgb(188,223,227) !important;
    line-height:25px !important; ;
}
.car tr:first-child td{
    background: rgb(69,129,176) !important;
    color:#fff;
    font-weight:bold;
}
/*//////////////////////*/
#pick-news-tick{
    margin-bottom: -9px;
}
#first-level-v3-section{
    direction: ltr;
    position:relative;
    overflow:hidden;
    margin-bottom:10px;
}
.first-padding-v3{
    /*padding:0 10px;*/
}
.first-header-v3{
    width:100%;

    background: url(ch07_002_3.png) ;
    background-position: top;
    background-repeat: repeat-x;
    /*margin-top: 3px;*/
    margin-bottom: 2px;
    /*background: #337ab7;*/
    /*border-top-right-radius: 5px;*/
}
.first-header-v3>div{
    background: url(ch07_012_1.png);
    background-position: top left ;
    background-repeat: no-repeat;
}
.first-header-v3>div>div{
    /*background: url(ch07_011_9.png);*/
    background: url(ch07_002_2.png);
    background-position: top right ;
    background-repeat: no-repeat;
    height:25px;
}
#first-slider-v3 li {
    padding:30px 0 0;
    background: #fff;
}
.first-padding-v3 .lSPager{
    position: absolute;
    top :30px;
    left:0;
    right:0;
}
.first-title-main-v3{
    width:100%;
    padding:25px;
    direction: rtl;
    text-align: right;
}
.first-title-main-v3 a{
    color:#0b0b0b;
    font-size: 14px;
    font-weight:bold;
}
.first-title-main-v3:hover a{
    color: #f0ad4e;
}
.first-title-main-v3:hover .multi-film-icon{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);;
}
.multi-film-icon{
    margin-left:5px;
    color: #f0ad4e;
    font-size:14px;
    transition:all .3s ease-in-out;
}
.first-sec-row3 #bargozidehcn{
    float:right;
    background: #fff;
    padding:15px 8px 3px;
}
.first-sec-row3 .multi-box-sec{
    background: none;
    box-shadow:none;
}
.first-sec-row1 .title_multi a{
    direction: rtl;
    text-align: right;
}
.first-sec-row3 .title_multi{
    padding:5px 0;
}
.first-sec-row3 .title_multi a{
    color:#0f0f0f;
}
.first-sec-row3 .multi-box-sec{
    /*margin-bottom:0;*/
}
#first-level-v4-section{
    direction:ltr;
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
}
.first-content-v4{
    position:absolute;
    padding:20px 20px 50px;
    bottom:-30px;
    left:0;
    right:0;
    background-color: rgba(12,53,85,.7);
    text-align: right;
    direction:rtl;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out ;
    -ms-transition: all .3s ease-in-out ;
    -o-transition: all .3s ease-in-out ;
    transition: all .3s ease-in-out ;
}
.first-content-v4:hover{
    bottom:0px;
}
.first-title-main-v4 a{
    color:#fff;
    font-size:18px;
    font-weight: bold;

}
.first-title-main-v4 .multi-film-icon{
    margin-left:5px;
    color: #f0ad4e;
    font-size:18px;
    transition:all .3s ease-in-out;
}
.first-images-v4{
    position: relative;
    overflow: hidden;
}
.first-routitr-v4{
    width:100%;
    color:#fff;
    margin-bottom:10px;
    font-size: 12px;
}
.first-padding-v4{
    padding:10px 10px 15px;
    background: #fff;
}
#first-level-v4-section .lSPager{
    float: right;
}
.icon-v3{
    font-size:14px;
    color: #f0ad4e;
    margin-left:5px;
}
.first-title-main-v5{
    position:absolute;
    bottom:0;
    left:0;
    right:0;

    background: rgba(0,0,0,.5);
    padding:10px;
    direction: rtl;
    text-align: center;
}
@media screen and ( max-width:768px ){
    .first-title-main-v5{
        position:relative;
        /*bottom:0;*/
        /*left:0;*/
        /*right:0;*/
        background: rgb(192,192,192);
        padding:10px;
        direction: rtl;
        text-align: right;
    }
    .first-title-main-v5 a{
        color:#000 !important;
        line-height: 16px;
    }
}
.com-num {
    color: #8c8c8c;
}
.first-title-main-v5 a{
    text-shadow: 0 1px 1px #000;
}

.first-title-main-v5:hover a{
    color:rgb(181,0,7);
    text-shadow: 0 1px 1px #000;
}
.first-images-v5{
    position: relative;
    overflow: hidden;
}
.first-images-v5 img{
    width:100%;
    height:auto;
}
.first-title-main-v5 a{
    color:#fff;
    font-weight:bold;
    font-size:25px;
    line-height:36px;
    text-shadow: 0 2px 2px #666;
}
@media screen and ( max-width: 768px ){
    #first-level-v5-section{
        margin-bottom: 5px;
    }
    #first-level-v5-section .lSPager li a{
        width:20px !important;
        height:20px !important;
        background: #fff !important;
        border:1px solid blue;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
        /*margin-left:10px;*/
    }
    #first-level-v5-section .lSPager li.active:before{
        content:"";
        width:0 !important;
        height:0 !important;
    }
    .main-block .lSSlideOuter .lSPager {
        position: absolute !important;
        top:10px !important;
        direction:rtl !important;
        right:0px !important;
        background: none !important;
        width:100% !important;
        height:20px !important;
    }
    .main-block .lSSlideOuter .lSPager li:first-child{
        margin-right: 20px !important;
    }
    .section-first-level{
        margin-bottom:5px;
    }
    .multimedia-section{
        margin-bottom:5px;
    }
    .first-title-main-v5 a{
        font-size:16px !important;
        line-height:12px;
    }
}
#first-level-v5-section{
    position: relative;
    overflow: hidden;
    direction:ltr;

}
#first-level-v5-section .lSPager{
    position: absolute;
    direction: rtl;
    top:10px;
    right:10px;
}
@media screen and  ( min-width:1200px ){
    .first-images-v5 img{
        width:100% !important;
        max-height: 304px !important;
    }
}
@media screen and ( min-width:992px ) and  ( max-width:1200px ){
    .first-images-v5 img{
        width:100% !important;
        max-height: 259px !important;
    }
}
@media screen and ( max-width:768px ) and  ( min-width:992px ){
    /*.first-images-v5 img{*/
    /*width:100% !important;*/
    /*!*max-height: 259px !important;*!*/
    /*}*/
}
.icon-hide{
    width:30px;
    height: 30px;
    font-size:30px;
    color:#4c4c4c;
    text-shadow: 0 2px 2px #fff;
    margin-right:10px;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    cursor: pointer;
}
.model-2.hide-1{
    right:-50px !important;
}
.model-2.hide-1 .icon-hide{
    margin-right:60px;
}
@media (min-width: 1320px) {
    .container {
        width: 1330px;
    }
    .pi-sticky{
        width:1400px !important; ;
    }
}

/*--------------------------------------*/
@media screen and ( max-width:1440px ){
    .social-nav{
        display: none;
    }
}
/*//////////////////////////////////*/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*--------------------------------------*/
@media screen and ( min-width:998px) and ( max-width:1200px ){
    .pi-sticky{
        padding-right:100px;
        /*background: rgb(241, 241, 241);*/
    }

}
@media screen and ( min-width:768px ) and ( max-width:998px){
    .header .pi-sticky{
        padding-right:150px;
        height:65px !important;
        /*background: rgb(241, 241, 241);*/
    }

}
.lbl-con{
    /*width:118px;*/
    color: rgb(1,92,145);
}
.lbl-con{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.form-sec1>input,
.form-sec1>select,
.form-sec1>textarea{
    /*-webkit-border-radius:5px;*/
    /*-moz-border-radius:5px;*/
    /*border-radius:5px;*/
    border:1px solid rgba(1,92,145,.5);
    /*opacity: .9;*/
}
.form-sec1>input:focus,
.form-sec1>select:focus,
.form-sec1>textarea:focus{
    /*border-color:transparent;*/
    /*box-shadow:0;*/
    /*border-color: transparent;*/
    /*!*border:2px solid rgba(1,92,145,.5);*!*/
    /*background:rgba(173,216,230,.3);*/
    /*box-shadow:2px 2px 2px rgba(173,216,230,.3) ;*/
    /*opacity:1;*/
}
.form-sec1:after{
    content:"";
    display: block;
    width:0;
    height:2px;
    background: #66afe9;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.form-sec1:hover:after,.entri-a .en-a.is-filled:after{
    width:99%;
    margin:0 auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*-------------------------------------*/
.importance a{
    color:#6b070b !important;
}
@keyframes blink {
    50% {
        opacity: .2;
    }
}
#popular_last .importance div{
    background:none;
    position: relative;
}
#popular_last .importance div:before{
    content:"";
    position: absolute;
    right:0px;
    top:12px;
    width:4px;
    height:4px;
    display: block;
    background: url(ch07_004_4.png) center/cover;
    animation: blink 1.3s steps(1) infinite;
}
#popular_last .importance:hover div {
    background: none;

    /* background: url(ch04_004_2.gif) top 8px right no-repeat; */
}
@media screen and ( min-width:1200px ) and ( max-width:1320px ){
    .main-first-level .carousel-indicators {
        right: 138px;

    }
}
.negah-title:hover a{
    color: rgb(181,0,7);
}
.section-first-level li{
    margin-left:5px !important;
    border:2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-first-level li.active{
    border:2px solid rgb(1,92,145) !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (min-width:768px) and ( max-width:992px ){
    .first-sec-row {
        margin-top: -18px;
    }
}

#company_copyright>div {
    position: relative;
    font-weight:bold;
}

#company_copyright>div:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -3px;
    visibility: hidden;
    background-color: rgb(1,92,145);
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

#company_copyright>div:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
#search #keywords,
#foot_search #keywords2,
#search_button{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}

#search #keywords:focus,
#foot_search #keywords2:focus{
    width:230px !important;
    /*border:2px solid rgb(1,92,145);*/
    box-shadow: 2px 2px 2px rgb(1,92,145);
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
#foot_search #keywords2:focus{
    margin-right:auto !important;
    margin-left:  auto !important;
}
#search #keywords:focus+#search_button,
#foot_search #keywords2:focus+#search_button{
    transform:rotate(360deg);
    -webkit_transform:rotate(360deg);
}
/*-----------------------------*/
a:link, a:visited,
a:active,a:hover{
    text-decoration: none;
}
#multimedia-main-tab h4{
    position: relative;
}
#multimedia-main-tab h4:after{
    position: absolute;
    /*display: block;*/
    content: "";
    left: 0;
    right: 0;
    bottom: -20px;
    /*top:40%;*/
    text-align: center;
    /*margin-top:10px;*/
    margin: auto;
    width: 0%;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
#multimedia-main-tab .active-image:hover h4:after{
    width: 70%;
}
.break-wrapper{
    position: fixed;
    width:100%;
    min-height:35px;
    background: rgba(255,0,0,.9);
    bottom: 0;
    right:0;
    left:0;
    z-index:10000;
    text-align: center;
}
.break-wrapper>div>div{
    /*float: right;*/
    display: inline-block;
}
.break-wrapper a{
    color:#fff;
    line-height:30px;
    font-size:15px;
}
.bclose-btn{
    color:#fff;
    font-size:14px;
    margin-left:20px;
    cursor: pointer;
}
/*-------------------------------------*/
.mlang-header{
    width:100%;
    height:30px;
    background: rgb(1,92,145);
    text-align: center;
    box-shadow: 0 3px #fff;
}
.mlang-header>div.lang-wrap{
    width: 94px;
    height: 23px;
    float: right;
    background: url(ch07_010_4.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3px;
    padding: 1px 6px;
}
.mlang-header>div>div{
    width:50%;
    display: inline-block;
    color:#fff;

    /*margin-left:20px;*/
}
.mlang-header a{
    color:#fff;
    line-height: 30px;
    display: block;
    position: relative;
    font-size:12px;
}
.mlang-header .lang-ps>a{
    font-family:'BahijNassim';
    font-size:15px;
    line-height:14px;
    color:#337ab7;
    text-align:center;
}
.mlang-header .lang-en>a{
    font-family:Arial;
    font-size:11px;
    line-height:13px;
    color:#337ab7;
    text-align:center;
}
.msocial>a{
    float: left;
    font-size:20px;
    font-family:FontAwesome;
    margin-right:5px;
    /*background: #fff;*/
    width:30px;
    height:30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color:#fff;
}
/*---------------------------------------*/
.form-control{
    display: inline-block;
    font-size:13px;
    padding:2px 6px;
}
.fc1{
    width:150px;
}
.fc2{
    width:66px;
    height:28px;
}
.checkbox {
    position: relative;
    display: inline-block;
    /*top: -0.375rem;*/
    /*margin: 0 1rem 0 0;*/
    margin-top:5px;
    cursor: pointer;
    width:13px;
    margin-left:4px !important;
}
.checkbox:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid #e0e0e0;
}
.checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    /*border-color: #009688;*/
    border-color: rgb(1,92,145);
    border-top-style: none;
    border-right-style: none;
}
.checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    cursor: pointer;
}
.search-fields{
    padding-right:6px;
}
#multimedia-top-tab .multimedia-title div{
    direction: rtl !important;
}
.important-sec .special-row-line:first-child{
    padding-top:10px;
}
.carousel-indicators {
    right: auto;
    width:100%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0;
}
.doc_tags1 a{
    padding:5px 7px ;
    background: #eee;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.doc_tags1 a:hover{
    background:#5e5e5e ;
    color:#fff;
}
.adv-txt a{
    display: block;
    background: rgb(202,201,201);
    padding:5px;
    text-align: center;
    color:#000;
    transition: all .2s;
}
.adv-txt a>div{
    font-size:12px;
    color:rgb(2,92,145);
}
.adv-txt:hover a{
    background: rgb(210,210,210);
    color:red;
}


/*---------------------------------------------------*/

.en-item{
    background: url(ch05_006_3.png) left 9px no-repeat;
    padding-left: 12px;
    margin-bottom: 5px;
    font-family:"Arial";
    text-align: left;
    direction: ltr;
}
.ps-item{
    background: url(ch05_006_3.png) right 9px no-repeat;
    padding-right: 12px;
    margin-bottom: 5px;
    font-family:"BahijNassim    ";
    font-size:15px;
}
.en-item:hover{
    background: url(ch05_006_4.png) left 9px no-repeat;
}
.ps-item:hover{
    background: url(ch05_006_4.png) right 9px no-repeat;
}
.trans-wrap .popular-frame1{
    background: rgb(230,230,230);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.titem:hover>a{
    color:#b50007
}
/*-------------------------------------------------------*/
.break-sign{
    /*background: red;*/
}
.break-sign{
    /*animation: bounceIn 1.3s steps(1) infinite;*/
    display :inline-block;
    -webkit-animation: flash linear 2s infinite;
    animation: flash linear 2s infinite;
    margin-left:20px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    /*background: -webkit-linear-gradient(#fff,gold);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

@-webkit-keyframes flash {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}
@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}
#send_doc1{
    margin-top:10px;
}
/*---------------------------------*/
.selected-images-first a:hover{
    color:rgb(114,200,225) ;
}
.selected-images-first:hover .h-act{
    opacity:1;
    z-index:2;
}
.h-act{
    position:absolute;
    width:50%;
    right:0;
    bottom:0;
    background: rgba(0,0,0,.7);
    padding-right:20px;
    /*border-top-left-radius:100% ;*/
    border-top:3px solid rgb(114,200,225);
    border-top-left-radius:90%;
    border-bottom-right-radius:80% ;
    border-bottom:3px solid rgb(114,200,225);
    height:45px;
    padding-top:10px;
    opacity:0;
    z-index:-1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out ;
    -ms-transition: all .2s ease-in-out ;
    -o-transition: all .2s ease-in-out ;
    transition: all .2s ease-in-out ;
}
.h-act a{
    color:#fff;
    font-size:18px;
}
.h-act>div{
    /*transform:rotate(-10deg);*/
}
.h-act .rate_button{
    float: none;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left:5px;
    margin-top: 0px;
    cursor: pointer !important;
    font-size:18px;
}
/*------------------------------------------*/
@media screen and ( min-width:1200px )and ( max-width:1320px ){
    .main-block .lSSlideOuter .lSPager {
        /* top: 155px !important; */
        width: 327px !important;
        bottom: 65px !important;
    }
   .main-first-level .carousel-indicators li {
        /*width:23%;*/
        width:98px;
        height:65px;
        margin-left:4.54% !important;
        filter: sepia(100%);
    }
    .main-first-level .carousel-indicators li:nth-child(4){
        float: right !important;
        margin-right:2px !important;
    }
}
@media screen and ( min-width:992px )and ( max-width:1200px ){
    .main-first-level .carousel-indicators li:nth-child(5){
        display: none;
    }
    .main-first-level .carousel-indicators li {
        /*width:23%;*/
        width:98px;
        height:65px;
        margin-left:2.2% !important;
        filter: sepia(100%);
    }
    .main-first-level .carousel-indicators li:nth-child(4){
        float: right !important;
        margin-right:2px !important;
    }
}
@media screen and ( min-width:768px )and ( max-width:992px ){
    .main-first-level .carousel-indicators li:nth-child(5){
        /*display: none;*/
    }
    .main-first-level .carousel-indicators li {
        /*width:23%;*/
        width:128px !important;
        height:85px !important;
        margin-left:2.6% !important;
        filter: sepia(100%);
    }

}
@media screen and (max-width: 768px){
    .general_content{
        margin-top:40px;
    }
}
.doc_tags1{
    margin-top:10px;
    margin-bottom:10px;
    padding-right:5px;
    display: inline-block;
}
.docDivStaff{
    font-size:13px !important;
    line-height:18px !important;
}
.gallery-list{
    border:2px solid #ffffec;
    background: rgba(0,0,0,.8);
    margin-bottom:5px;
    text-align: center;
    vertical-align: middle;
    padding:10px !important;
}
.thumbnail{
    background: rgba(0,0,0,.8);
}
#myCarousel{
    background:rgba(0,0,0,.8);
    line-height: 0;
    /*margin-left:-10px !important;*/
    padding-left:0 !important;
    padding:5px;
}

#myCarousel>div {
    padding-left: 0px !important;
    text-align: center !important;
}
.carousel-control.right{
    right:0px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: repeat-x;
}
.carousel-control.left{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: repeat-x;
}
.gallery-list>div{
    color:#fff;
    text-align: center;
}
@media screen and ( max-width:768px ){
    #myCarousel .carousel-indicators li,
    #myCarousel .carousel-indicators li.active
    {
        width:15px !important;
        height:15px !important;
        margin:3px !important;
    }
}
.trans-wrap>.atfbe-bg1>.docboxes-bg2{
    background: url(ch07_009_2_2.png)top right no-repeat !important;

}
.trans-wrap>.atfbe-bg1>.docboxes-bg2>.atfbe-bg2{
    padding-right:10px;

}
@media screen and ( max-width:768px ){
    .first-img-frame .frst-content{
        position: relative;
    }
}
.parvandeh-title{
    text-align: center;
}

@media screen and( max-width:768px ){
    .carousel-caption p{
        font-family:"Iran";
        font-size:20px;
        direction:rtl;
    }
}
/*.jssort101 .p img{*/
    /*width:190px !important;*/
    /*height:90px !important;*/
/*}*/

#myCarousel .carousel-caption{
    width:80%;
    margin-right:auto !important;
    margin-left:auto !important;
    background: rgba(0,0,0,.7);
    left:0;
    right:0;
    padding:6px 5px 5px!important;
    bottom:40px;
    text-align: center;
}
#myCarousel img {
    position:relative;
    top:50%;
    transform: translateY(-50%);
    /*-webkit-transform: translateY(-50%);*/
}
@media screen and (min-width: 768px){
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-left: 0;
         margin-right: 0px !important;
    }
}

@media screen and (min-width: 1200px) and ( max-width:1320px ) {
    #multimedia-main-tab .active-image img {
        max-height: 290px !important;
        min-height:290px !important;
    }
}
@media screen and (min-width: 992px) and ( max-width:1200px ) {
    #multimedia-main-tab .active-image img {
        max-height: 234px !important;
        min-height: 234px !important;
    }
    .multimedia-side-image{
        margin-bottom:18px !important;
    }
}
.selected-titles{
    margin-bottom:2px;
}
.select_lang .lang-ps{
    font-family:BahijNassim;
    font-size:16px;
}
.select_lang .lang-en{
    font-family:Arial;
    font-size:12px;
}
/*------------------------------*/
@media screen and ( min-width:1320px ) {
    .main-block .lSPager li img{
        min-height:48px;
        max-height:48px;
        min-width:71px;
        max-width: 71px;
    }
}
@media screen and ( min-width:1200px ) and ( max-width:1320px ) {
    .main-block .lSPager li img{
        min-height: 40px;
        max-height: 40px;
        min-width: 59px;
        max-width: 59px;
    }
}
/*--------------------------------*/
.multimedia-top-archive{
    position: absolute;
    left:50px;
}
.multimedia-top-archive>a{
    color:#ddd;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear ;
    -ms-transition: all .2s linear ;
    -o-transition: all .2s linear ;
    transition: all .2s linear ;
    line-height:24px;
}
.multimedia-top-archive:hover a{
    color:rgb(175,237,254);
}
.multimedia-top-archive .fa{
    /*color:#fff;*/
    margin-left:5px;
}
.h-act .rate_val1{
    opacity:0;
    position: absolute;
    width: 70px;
    height:20px;
    background-color: rgb(175,237,254);
    color: #000;
    line-height:8px;
    text-align: right;
    border-radius: 6px;
    padding: 8px 0;
    z-index: 100;
    bottom: 110%;
    right: 0px;
    padding-right:18px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear ;
    -ms-transition: all .1s linear ;
    -o-transition: all .1s linear ;
    transition: all .1s linear ;
}
.h-act .rate_val1:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    /* right: 30px; */
    border-width: 7px;
    border-style: solid;
    border-color: rgb(175,237,254) transparent transparent transparent;
}
.h-act .lik-a{
    opacity:0;
    position: absolute;
    bottom: 110%;
    z-index:101;
    color:#000;
    line-height:18px;
    right:30px;
    /*height:20px;*/
}
.rate-b:hover .rate_val1,
.rate-b:hover .lik-a
{
    opacity:1;
}
.clip-content {
    display: none;;
    /*visibility: hidden;*/
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 10000;
    bottom: 110%;
    right: 10px;
    /* margin-left: -80px; */
}
.clip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    /* right: 30px; */
    border-width: 8px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/*---------------------------------------*/
.doc_tags_wrapper{
    /*float:right;*/
    width:100%;
    padding-right:90px;
}

.doc_tags1>div:first-child{
    float: right;
}
.doc_tags1 a{
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block;
    font-size:13px;
    margin-left: 5px;
}
.v-icon{
    font-size:18px;
    margin-left:5px;
}
.v-wrapper a{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out ;
    -ms-transition: all .2s ease-in-out ;
    -o-transition: all .2s ease-in-out ;
    transition: all .2s ease-in-out ;
}
.v-wrapper:hover a{
    color:red;
}
a.rpwords_links {
  color: #3885c7 !important;
  text-decoration: none;	
}
a.rpwords_links:hover {
  color: #b50007 !important;
  text-decoration: none;	
}