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

Normalization

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

* {
    border-color: inherit;
    border-style: none;
    border-width: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    background: none;
    border-color: inherit;
    border-style: none;
    border-width: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, .clearfix {
    display: block;
    clear: both
}

ol, ul, ul li {
    list-style: none
}

ul, ul li, table, p {
    direction: rtl
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    vertical-align: middle
}

img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeSpeed
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

p {
    text-align: right;
    line-height: 25px
}

strong {
    font-weight: 700
}

select {
    display: inline;
    padding: 0;
    text-shadow: none
}

textarea {
    margin-bottom: 10px;
    min-height: 70px;
    /*width: 100%;*/
    min-width: 40%;
    /*height: 120px*/
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

a:hover {
    color: #0085bc
}

a:hover, a:active, a:visited, :first-child + html a {
    text-decoration: none
}

.no-clicks {
    pointer-events: none
}

a[href], input[type=submit], input[type=image], label[for], select, button, .pointer {
    cursor: pointer;
    *cursor: hand
}

html > body .clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    *zoom: 1
}

* html .clearfix {
    height: 1%
}

:focus, a, input, button, input[type="submit"]:focus, input[type="button"]:focus, img {
    outline: 0
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

::selection {
    background: #0085bc;
    color: #FFF;
    text-shadow: none
}

input[type=text], input[type=password], textarea, select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: #d0d0d0 #CCC #CCC #d0d0d0;
    color: #444;
    background: #d4d4d4;
    padding: 6px 8px;
    font: 12px/20px Tahoma, Sans-Serif;
    vertical-align: middle;
    width: 205px;
    display: inline-block;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
    background: #fff;
    border-color: #CCC
}

.tcenter {
    text-align: center
}

.tleft {
    text-align: left
}

.tright {
    text-align: right
}

.tbold {
    font-weight: 700
}

.tshadow-none {
    text-shadow: none
}

.tgreen {
    color: #738e05
}

.tred {
    color: #d81313
}

.tlight {
    color: #9fd2ff
}

.tlightred {
    color: #ff8181
}

.fleft {
    float: left
}

.fright {
    float: right
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.dis-block {
    display: block
}

.dis-inline {
    display: inline
}

.dis-none {
    display: none
}

.pad-none {
    padding: 0
}

.mar-none {
    margin: 0 !important
}

.mar-auto {
    margin: 0 auto
}

.height-100 {
    height: 100% !important
}

.width-100 {
    width: 100% !important
}

.opacity-100 {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    opacity: 1
}

.right2left {
    direction: rtl
}

.left2right {
    direction: ltr;
    font-family: Segoe UI, Tahoma, Sans-Serif !important
}

.overflow {
    overflow: hidden;
    position: relative
}

.clear-both {
    clear: both
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-backface-visibility: hidden;
    zoom: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0)
}

.noise {
    position: relative;
    z-index: -1
}

.noise:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 1px;
    right: 0;
    background: url(data:image/png;base64,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)
}

.radius3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.radius3-top {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.radius3-bottom {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.radius5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.radius5-top {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.radius5-bottom {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.trans-all {
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000)
}

@font-face {

    font-family: "WYekan";
    src: url(../font/WebYekan.eot);
    src: local("bYekan"), local("b Yekan"), url(../font/WebYekan.eot?#iefix) format("embedded-opentype"), url(../font/WebYekan.woff) format("woff"), url(../font/WebYekan.ttf) format("truetype"), url(../font/WebYekan.svg#WebYekan) format("svg"), url(../font/byekan.otf) format("opentype");
    font-variant: normal;
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0600 –06FF

}

@font-face {

    font-family: 'WYekan';

    src: url('../font/WebYekan.eot');/* IE9 Compat Modes */
    src: local('bYekan'),
    local('b Yekan'),
    url('../font/WebYekan.eot?#iefix') format('embedded-opentype'),
    url('../font/WebYekan.woff') format('woff'),
    url('../font/WebYekan.ttf') format('truetype'),
    url('../font/WebYekan.svg#WebYekan') format('svg'),
    url('../font/byekan.otf') format('opentype');

    font-variant: normal;

    font-weight: 400;

    font-style: normal;

    unicode-range: U+0600 –06FF

}

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

Main Style

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

html, body, .container {
    min-height: 100%
}

body {
    background: #fff;
    color: #484848;
    direction: rtl;
    font: .8em/1 WYekan, Tahoma, Sans-Serif;
    min-width: 1300px;
    overflow: auto;
    -ms-text-size-adjust: 100%;
    text-align: right;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden
}

.container {
    margin: 0 auto;
    position: relative;
    width: 990px
}

#header, #section, #footer, #topbar, #navbar, #intro, #sitemap, #copyright {
    min-width: 990px;
    position: relative;
    width: 100%
}

.custom_btn {
    background: #d4d4d4;
    position: relative;
    padding: 4px 8px;
    font: 13px WYekan, tahoma, sans-serif;
    color: #3d3d3d;
    border: 1px solid #cfcfcf;
    display: inline-block;
    margin: 10px 8px
}

.custom_btn:hover {
    background: #0085bc;
    color: #FFF;
    border: 1px solid #007dda
}

.custom_btn:before {
    content: url(../img/ico_linkBg_right.png);
    position: absolute;
    display: block;
    top: 7px;
    right: -7px;
    width: 10px;
    height: 10px
}

.custom_btn:after {
    content: "";
    border-top: 10px solid #EEE;
    border-right: 10px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: -1px;
    top: -1px
}

.custom_tbl {
    width: 100%;
    background: #FFF;
    position: relative;
    -webkit-box-shadow: 0 8px 15px -7px #777;
    -moz-box-shadow: 0 8px 15px -7px #777;
    box-shadow: 0 8px 15px -7px #777
}

.custom_tbl:before {
    content: "";
    position: absolute;
    border-top: 20px solid #EEE;
    border-left: 20px solid rgba(0, 0, 0, 0);
    top: 0;
    right: -1px
}

.custom_tbl th {
    background: #0085bc;
    border: 1px solid #EEE;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle
}

.custom_tbl td {
    text-align: center;
    border: 1px solid #d4d4d4;
    padding: 8px 5px;
    vertical-align: middle
}

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

Header

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

/*topbar*/

#topbar {
    height: 35px;
    z-index: 900
}

#date {
    display: block;
    float: right;
    font: 13px/35px WYekan, Tahoma, Segoe UI, Sans-Serif;
    height: 35px;
    width: 200px
}

.social_bookmarks {
    float: left;
    height: 35px;
    padding: 8px 0 0;
    width: 15%
}

.social_bookmarks li {
    float: left;
    margin-right: 7px
}

.social-sprite {
    background: url(../img/ico_social.png) no-repeat left top;
    display: block;
    height: 16px;
    -moz-opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    position: relative;
    text-indent: -9999px;
    width: 16px
}

.social_bookmarks li:hover .social-sprite {
    -moz-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.ico_facebook {
    background-position: 0 0
}

.ico_google {
    background-position: -24px 0
}

.ico_twitter {
    background-position: -48px 0
}

.ico_rss {
    background-position: -72px 0
}

.logo {
    background: url(../img/bg_logo.png) no-repeat;
    height: 326px;
    position: absolute;
    right: -41px;
    top: -91px;
    width: 367px;
    z-index: 710
}

.logo a {
    background: url(../img/ico_top-logo.png) no-repeat center center;
    color: #00497f;
    display: inline-block;
    font: 55px WYekan, tahoma, sans-serif;
    height: 58px;
    margin-bottom: 16px;
    position: relative;
    right: 90px;
    text-indent: -9999px;
    top: 122px;
    width: 78px
}

.slogan {
    font: 14px WYekan, tahoma, sans-serif;
    color: #484848;
    position: absolute;
    top: 185px;
    right: 59px;
    width: 93px
}

/*navbar*/

#navbar {
    height: 40px;
    margin-bottom: 7px
}

.flexy-menu {
    position: relative
}

.flexy-menu li {
    display: inline;
    float: right;
    position: relative
}

.flexy-menu > li > a {
    font: 15px/40px WYekan, tahoma, segoe ui, sans-serif;
    padding: 0 5px;
    display: block
}

.flexy-menu li:hover > a, .flexy-menu li.active a {
    background: #00497f;
    color: #FFF
}

.flexy-menu li.right {
    float: right
}

.flexy-menu ul, .flexy-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 180px;
    background: #222;
    border-bottom: 4px solid #00497f
}

.flexy-menu ul {
    top: 40px;
    right: 0
}

.flexy-menu ul li {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #444;
    border-top: 1px solid #000;
    border-left: 1px solid #444
}

.flexy-menu ul li:first-child {
    border-top: 0
}

.flexy-menu ul li:last-child {
    border-bottom: 0
}

.flexy-menu ul li a {
    padding: 10px 15px;
    display: block;
    clear: both;
    line-height: 18px;
    position: relative
}

.flexy-menu ul li ul {
    top: 0;
    right: 100%
}

.menu-sep {
    font-size: 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 14px
}

/*intro*/

#intro {
    z-index: 700
}

.slider {
    height: 300px;
    width: 100%
}

.corner {
    background: url(../img/bg_slideshow-corner.png) no-repeat left top;
    width: 333px;
    height: 300px;
    position: relative;
    z-index: 710;
    float: left;
    left: -64px
}

.breadcrumb {
    margin-bottom: 35px;
    background: #EEE;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e9e9e9;
    border-bottom: 4px solid #d4d4d4;
    padding-right: 220px
}

.breadcrumb-trail {
    display: inline-block;
    position: relative
}

.breadcrumb-trail .trail-before, .breadcrumb-trail span, .breadcrumb-trail a {
    display: block;
    float: right;
    font: 13px/32px WYekan, tahoma, sans-serif;
    margin-left: 9px;
    padding-right: 27px;
    position: relative;
    text-shadow: 0 1px rgba(248, 248, 248, .8);
    z-index: 720;
    border-width: 0
}

.breadcrumb-trail .sep:before {
    content: "";
    position: absolute;
    width: 0;
    right: 0;
    top: 5px;
    border-bottom: 20px solid #FFF;
    border-right: 20px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.breadcrumb-trail a:hover.sep:before {
    border-bottom-color: #0085bc
}

.pg-title {
    padding-right: 180px;
    height: 130px
}

.pg-title h2 {
    display: inline-block;
    font: 33px/35px WYekan, tahoma, sans-serif;
    padding-top: 45px;
    position: relative;
    text-shadow: 0 1px #f8f8f8;
    z-index: 720
}

.bg_title {
    background: url(../img/bg_page-title.png) no-repeat top left;
    height: 131px;
    position: absolute;
    right: -75px;
    top: 0;
    width: 104px;
    z-index: -1
}

.pg-picture {
    top: 45px;
    position: absolute;
    left: 36px;
    z-index: -1
}

.pg-picture img {
    display: block;
    height: 145px
}

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

Section

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

/*Middle part index*/

#newsTicker {
    background: url(../img/ico_news.png) no-repeat right 70%;
    font: 13px/54px WYekan, Tahoma, Segoe UI, Sans-Serif;
    height: 45px;
    overflow: hidden;
    padding-right: 35px;
    position: relative;
    z-index: 690
}

.idx-content {
    width: 1014px;
    position: relative;
    z-index: 490
}

.idx-content-wrapper {
    padding-top: 54px;
    background: url(../img/bg_idx-content.png) no-repeat 100% 0;
    height: 274px;
    margin: -45px auto 0;
    min-width: 990px;
    position: relative;
    z-index: 490
}

.idx-content-main {
    width: 990px;
    height: 197px
}

#accordion {
    float: right;
    width: 720px;
    height: 193px;
    -webkit-backface-visibility: hidden
}

#accordion h3 {
    font: 22px/36px WYekan, segoe ui, sans-serif;
    text-shadow: 0 1px #FFF;
    border-bottom: 1px solid #0085bc;
    margin-bottom: 5px
}

#accordion p {
    text-shadow: 0 1px rgba(248, 248, 248, .8);
    font: 13px/25px WYekan, tahoma, sans-serif;
    margin-bottom: 13px
}

#accordion .frame {
    box-shadow: 1px 0 12px 2px #999;
    background: #EEE;
    border-left: 1px solid #DDD;
    width: 560px;
    height: 197px;
    position: relative
}

#accordion .frame img {
    position: absolute;
    left: 0;
    bottom: 0
}

#accordion .frame-content {
    padding: 15px 25px 20px 90px;
    height: 196px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.lnk-tip {
    float: right;
    width: 270px;
    height: 197px;
    padding-top: 22px
}

.tip-one {
    margin-bottom: 55px
}

.lnk-tip .tips {
    font: 18px/21px WYekan, tahoma, sans-serif;
    cursor: help
}

.lnk-tip p {
    line-height: 21px;
    margin-bottom: 14px
}

.tip1 {
    padding-right: 105px
}

.tip2 {
    padding-right: 80px
}

.tip3, .tip4 {
    text-align: left;
    padding-left: 45px
}

#sign {
    padding-top: 14px;
    background: url(../img/bg_signs.png) no-repeat left 0;
    height: 210px;
    min-width: 990px;
    position: relative;
    z-index: 590;
    margin: -10px auto -105px
}

.sign-main {
    width: 990px;
    height: 126px
}

#sign-pic-carousel {
    float: right;
    width: 783px;
    height: 126px;
    padding-top: 6px
}

#sign-pic-carousel ul li {
    display: inline-block;
    margin: 0 7px;
    position: relative;
    vertical-align: middle;
}

#sign-pic-carousel ul li img {
    width: 115px;
    height: 115px;
    display: block;
    cursor: help
}

.sign-head {
    float: right;
    width: 207px;
    height: 126px
}

.sign-head h2 {
    padding: 0px 80px 0 10px;
    font: 32px/126px WYekan, tahoma, sans-serif;
    height: 126px;
    color: #FFF;
    text-align: center
}

/*Middle part pages*/

.pg-content a, .pg-title h2, .pg-inner-title {
    color: #00497f
}

.pg-content p {
    margin-bottom: 5px
}

.pg-content a:hover {
    color: #0085bc
}

.pg-content {
    background: #EEE;
    border: 1px solid #e9e9e9;
    border-bottom: 7px solid #d4d4d4;
    border-top: 7px solid #d4d4d4;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    z-index: 690
}

.pg-inner-title {
    color: #00497f;
    /*display: inline-block;*/
    font: 22px/30px WYekan, tahoma, sans-serif;
    margin: 12px 0 8px;
    padding-right: 32px;
    position: relative;
    text-shadow: 0 1px rgba(248, 248, 248, .8)
}

.pg-inner-title:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 26px solid #00497f;
    border-right: 26px solid transparent;
    z-index: -1
}

.radio {
    margin-bottom: 8px
}

.radio li {
    display: inline-block;
    position: relative;
    margin: 0 8px
}

.radio label {
    float: right;
    margin-top: 2px
}

.align-list li {
    margin: 6px 0
}

.align-list label {
    display: inline-block;
    line-height: 17px;
    padding-left: 7px;
    /*text-align: left;*/
    width: 110px;
}

/*Down part*/

#site-info {
    height: 250px;
    width: 1070px;
    position: relative;
    z-index: 390
}

.site-info-wrapper {
    background: url(../img/bg_sponser.png) no-repeat left 0;
    height: 250px;
    min-width: 990px
}

.site-info-main {
    width: 990px;
    height: 221px;
    position: relative
}

.yekta {
    left: 0;
    margin-left: 48px;
    position: absolute;
    top: 74px;
    width: 24%
}

.site-logo {
    display: block;
    float: left;
    height: 139px;
    width: 190px
}

.site-logo img {
    float: left;
    margin-bottom: 10px
}

.site-logo a {
    background: url(../img/ico_bottom-logo2.png) no-repeat left top;
    clear: both;
    display: block;
    height: 67px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    text-indent: -9999px;
    width: 190px
}

.site-logo a:hover {
    background-position: left bottom
}

.supporter {
    top: 56px;
    width: 751px
}

.sponser {
    top: 142px;
    width: 665px
}

.sponser, .supporter {
    height: 79px;
    line-height: 79px;
    position: absolute;
    right: 0
}

.sponser h2, .supporter h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
    float: right;
    font: 22px/75px WYekan, tahoma, sans-serif;
    height: 79px;
    padding-right: 11px;
    width: 138px
}

.sponser .carousel {
    width: 527px
}

.supporter .carousel {
    width: 613px
}

.supporter .carousel, .sponser .carousel {
    direction: ltr;
    float: right;
    height: 79px;
    line-height: 79px;
    padding-left: 79px
}

.carousel a {
    display: block
}

.carousel .item {
    margin-top: 5px
}

.carousel .item img {
    display: block;
    width: 126px;
    height: 72px
}

.carousel .item img, #accordion .frame img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-backface-visibility: hidden;
    zoom: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.carousel .item img:hover, #accordion .frame img:hover, #accordion .frame-open .frame-content img {
    filter: none;
    -webkit-filter: grayscale(0)
}

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

Footer

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

.go-to, .show, .hide {
    color: silver;
    font: 11px tahoma, sans-serif;
    float: right
}

.show, .hide {
    margin: 13px 0 8px;
    display: block;
    padding-right: 15px
}

.hide {
    background: url(../img/closeDIV.png) no-repeat right center
}

.show {
    background: url(../img/openDIV.png) no-repeat right center
}

#footer, #navbar {
    background: #222;
    z-index: 800;
    color: #eee;
    font: 13px WYekan, tahoma, segoe ui, sans-serif;
    text-shadow: 0 1px rgba(0, 0, 0, .6)
}

#footer {
    border-top: 7px solid #00497f
}

#sitemap {
    padding: 3px 0 17px;
    -webkit-box-shadow: 0 5px 17px -2px #000 inset;
    -moz-box-shadow: 0 5px 17px -2px #000 inset;
    box-shadow: 0 5px 17px -2px #000 inset
}

.link-col-cross {
    background: url(../img/ico_cross.png) no-repeat right center;
    display: block;
    width: 100%;
    height: 37px
}

.link-col {
    float: right;
    margin-right: 4%;
    width: 22%;
    position: relative;
    overflow: hidden
}

.link-col-title {
    height: 32px;
    color: #0085bc;
    font: 19px/34px WYekan, Tahoma, Sans-Serif
}

ul.content-list-link {
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0 3px 7px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

ul.content-list-link:hover {
    background: #141414;
    background: rgba(0, 0, 0, .3)
}

ul.content-list-link li a {
    display: inline-block;
    background: url(../img/bullet_gray.png) no-repeat 100% 50%;
    line-height: 28px;
    padding-right: 10px
}

#copyright {
    background: #121212;
    height: 45px
}

#copyright p {
    font: 13px/45px WYekan, Tahoma, Sans-Serif
}

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

Ticker

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

.mt-hide {
    display: none;
}

.mt-news {
    float: right;
    height: 100%;
    overflow: hidden;
}

.mt-news ul {
    width: 200%;
    background: no-repeat -1000px 50%;
}

.mt-news li {
    direction: rtl;
    float: right;
    text-align: right;
}

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

Carousel

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

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-item.loading {
    min-height: 150px;
    background: url(../img/AjaxLoader.gif) no-repeat center center
}

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

Scroll top

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

.to_top {
    background: url(../img/ico_top.png) no-repeat center 0;
    width: 43px;
    height: 23px;
    display: block;
    -webkit-backface-visibility: hidden;
    text-indent: -9999px
}

.to_top:hover {
    background: url(../img/ico_top.png) no-repeat center 100%
}

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

Modal Window

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

#mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: #000
}

#modal {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100000;
    -webkit-box-shadow: 0 0 27px #F1F1F1;
    -moz-box-shadow: 0 0 27px #F1F1F1;
    box-shadow: 0 0 27px #F1F1F1;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 18px;
    color: #666;
    background: #FFF
}

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

Tooltip

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

#custom_tooltip {
    cursor: default;
    background: #00497f;
    text-shadow: 0 1px rgba(32, 32, 32, .6);
    color: #FFF;
    display: none;
    padding: 10px;
    position: absolute;
    max-width: 307px;
    z-index: 2147483647;
    line-height: 22px
}

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

chechboxes & radio

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

.icheckbox_square-blue, .iradio_square-blue {
    float: right;
    margin-left: 5px;
    padding: 0;
    width: 14px;
    height: 15px;
    background: url(../img/blue16.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_square-blue, .icheckbox_square-blue.static:hover {
    background-position: 0 0
}

.icheckbox_square-blue.hover, .icheckbox_square-blue:hover {
    background-position: -15px 0
}

.icheckbox_square-blue.checked {
    background-position: -30px 0
}

.icheckbox_square-blue.disabled {
    cursor: default;
    background-position: -45px 0
}

.icheckbox_square-blue.checked.disabled {
    background-position: -60px 0
}

.iradio_square-blue, .iradio_square-blue.static:hover {
    background-position: -76px 0
}

.iradio_square-blue.hover, .iradio_square-blue:hover {
    background-position: -91px 0
}

.iradio_square-blue.checked {
    background-position: -106px 0
}

.iradio_square-blue.disabled {
    cursor: default;
    background-position: -121px 0
}

.iradio_square-blue.checked.disabled {
    background-position: -137px 0
}

input[disabled]{
    cursor: not-allowed;
}