@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2.2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

#ticker-wrapper * {
    margin: 0
}

#ticker-wrapper.has-js {
    width: 652px;
    height: 28px;
    font: 11px tahoma;
    line-height: 26px;
    color: #b62934;
    direction: rtl
}

#ticker {
    width: 1200px;
    height: 28px;
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
    margin-top: 10px
}

#ticker-title {
    width: 9px;
    height: 28px;
    display: block;
    float: right;
    padding-right: 0
}

#ticker-content {
    margin: 0;
    float: right;
    position: absolute;
    width: 100%
}

#ticker-content:focus {
    text-decoration: none
}

#ticker-content A {
    font: 14px IRANSans;
    text-decoration: none;
    line-height: 24px;
    color: #000;
    width: 100%
}

#ticker-content A:hover {
    text-decoration: underline;
    color: #0d3059
}

#ticker-swipe {
    position: absolute;
    right: 80px;
    display: block;
    width: 1200px;
    height: 26px;
    background-color: #fff !important;
    top: 0
}

#ticker-swipe SPAN {
    margin-right: 1px;
    background-color: #fff;
    height: 22px;
    width: 7px;
    display: block
}

#ticker-controls {
    padding: 2px 10px 0 0;
    list-style-type: none;
    float: left
}

#ticker-controls LI {
    padding: 0;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block
}

#ticker-controls LI#play-pause {
    background: url('../img/controls.html') 32px 16px
}

#ticker-controls LI#play-pause.over {
    background-position: 32px 32px
}

#ticker-controls LI#play-pause.down {
    background-position: 32px 0
}

#ticker-controls LI#play-pause.paused {
    background: url('../img/controls.html') 48px 16px
}

#ticker-controls LI#play-pause.paused.over {
    background-position: 48px 32px
}

#ticker-controls LI#play-pause.paused.down {
    background-position: 48px 0
}

#ticker-controls LI#prev {
    background: url('../img/controls.html') 0 16px
}

#ticker-controls LI#prev.over {
    background-position: 0 32px
}

#ticker-controls LI#prev.down {
    background-position: 0 0
}

#ticker-controls LI#next {
    background: url('../img/controls.html') 16px 16px
}

#ticker-controls LI#next.over {
    background-position: 16px 32px
}

#ticker-controls LI#next.down {
    background-position: 16px 0
}

.js-hidden {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
    padding-left: 5px
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 480px) {
    .container {
        width: 450px
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }

    .img-responsive {
        height: 450px;
    }


}

@media (min-width: 992px) {
    .container {
        width: 970px
    }

    .img-responsive {
        height: 450px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px
    }

    .img-responsive {
        height: 450px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-right: 5px;
    padding-left: 5px
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-right: -5px;
    margin-left: -5px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1, .col-ms-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-ms-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-ms-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-ms-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-ms-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-ms-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-ms-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-ms-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-ms-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-ms-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-ms-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-ms-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-ms-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-ms-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-ms-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-ms-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-ms-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-ms-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-ms-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-ms-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-ms-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-ms-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-ms-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-ms-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-ms-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-ms-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-ms-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-ms-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-ms-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-ms-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-ms-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-ms-32, .col-sm-32, .col-md-32, .col-lg-32, .col-xs-33, .col-ms-33, .col-sm-33, .col-md-33, .col-lg-33, .col-xs-34, .col-ms-34, .col-sm-34, .col-md-34, .col-lg-34, .col-xs-35, .col-ms-35, .col-sm-35, .col-md-35, .col-lg-35, .col-xs-36, .col-ms-36, .col-sm-36, .col-md-36, .col-lg-36 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36 {
    float: right
}

.col-xs-1 {
    width: 2.7777777778%
}

.col-xs-2 {
    width: 5.5555555556%
}

.col-xs-3 {
    width: 8.3333333333%
}

.col-xs-4 {
    width: 11.1111111111%
}

.col-xs-5 {
    width: 13.8888888889%
}

.col-xs-6 {
    width: 16.6666666667%
}

.col-xs-7 {
    width: 19.4444444444%
}

.col-xs-8 {
    width: 22.2222222222%
}

.col-xs-9 {
    width: 25%
}

.col-xs-10 {
    width: 27.7777777778%
}

.col-xs-11 {
    width: 30.5555555556%
}

.col-xs-12 {
    width: 33.3333333333%
}

.col-xs-13 {
    width: 36.1111111111%
}

.col-xs-14 {
    width: 38.8888888889%
}

.col-xs-15 {
    width: 41.6666666667%
}

.col-xs-16 {
    width: 44.4444444444%
}

.col-xs-17 {
    width: 47.2222222222%
}

.col-xs-18 {
    width: 50%
}

.col-xs-19 {
    width: 52.7777777778%
}

.col-xs-20 {
    width: 55.5555555556%
}

.col-xs-21 {
    width: 58.3333333333%
}

.col-xs-22 {
    width: 61.1111111111%
}

.col-xs-23 {
    width: 63.8888888889%
}

.col-xs-24 {
    width: 66.6666666667%
}

.col-xs-25 {
    width: 69.4444444444%
}

.col-xs-26 {
    width: 72.2222222222%
}

.col-xs-27 {
    width: 75%
}

.col-xs-28 {
    width: 77.7777777778%
}

.col-xs-29 {
    width: 80.5555555556%
}

.col-xs-30 {
    width: 83.3333333333%
}

.col-xs-31 {
    width: 86.1111111111%
}

.col-xs-32 {
    width: 88.8888888889%
}

.col-xs-33 {
    width: 91.6666666667%
}

.col-xs-34 {
    width: 94.4444444444%
}

.col-xs-35 {
    width: 97.2222222222%
}

.col-xs-36 {
    width: 100%
}

.col-xs-pull-0 {
    left: auto
}

.col-xs-pull-1 {
    left: 2.7777777778%
}

.col-xs-pull-2 {
    left: 5.5555555556%
}

.col-xs-pull-3 {
    left: 8.3333333333%
}

.col-xs-pull-4 {
    left: 11.1111111111%
}

.col-xs-pull-5 {
    left: 13.8888888889%
}

.col-xs-pull-6 {
    left: 16.6666666667%
}

.col-xs-pull-7 {
    left: 19.4444444444%
}

.col-xs-pull-8 {
    left: 22.2222222222%
}

.col-xs-pull-9 {
    left: 25%
}

.col-xs-pull-10 {
    left: 27.7777777778%
}

.col-xs-pull-11 {
    left: 30.5555555556%
}

.col-xs-pull-12 {
    left: 33.3333333333%
}

.col-xs-pull-13 {
    left: 36.1111111111%
}

.col-xs-pull-14 {
    left: 38.8888888889%
}

.col-xs-pull-15 {
    left: 41.6666666667%
}

.col-xs-pull-16 {
    left: 44.4444444444%
}

.col-xs-pull-17 {
    left: 47.2222222222%
}

.col-xs-pull-18 {
    left: 50%
}

.col-xs-pull-19 {
    left: 52.7777777778%
}

.col-xs-pull-20 {
    left: 55.5555555556%
}

.col-xs-pull-21 {
    left: 58.3333333333%
}

.col-xs-pull-22 {
    left: 61.1111111111%
}

.col-xs-pull-23 {
    left: 63.8888888889%
}

.col-xs-pull-24 {
    left: 66.6666666667%
}

.col-xs-pull-25 {
    left: 69.4444444444%
}

.col-xs-pull-26 {
    left: 72.2222222222%
}

.col-xs-pull-27 {
    left: 75%
}

.col-xs-pull-28 {
    left: 77.7777777778%
}

.col-xs-pull-29 {
    left: 80.5555555556%
}

.col-xs-pull-30 {
    left: 83.3333333333%
}

.col-xs-pull-31 {
    left: 86.1111111111%
}

.col-xs-pull-32 {
    left: 88.8888888889%
}

.col-xs-pull-33 {
    left: 91.6666666667%
}

.col-xs-pull-34 {
    left: 94.4444444444%
}

.col-xs-pull-35 {
    left: 97.2222222222%
}

.col-xs-pull-36 {
    left: 100%
}

.col-xs-push-0 {
    right: auto
}

.col-xs-push-1 {
    right: 2.7777777778%
}

.col-xs-push-2 {
    right: 5.5555555556%
}

.col-xs-push-3 {
    right: 8.3333333333%
}

.col-xs-push-4 {
    right: 11.1111111111%
}

.col-xs-push-5 {
    right: 13.8888888889%
}

.col-xs-push-6 {
    right: 16.6666666667%
}

.col-xs-push-7 {
    right: 19.4444444444%
}

.col-xs-push-8 {
    right: 22.2222222222%
}

.col-xs-push-9 {
    right: 25%
}

.col-xs-push-10 {
    right: 27.7777777778%
}

.col-xs-push-11 {
    right: 30.5555555556%
}

.col-xs-push-12 {
    right: 33.3333333333%
}

.col-xs-push-13 {
    right: 36.1111111111%
}

.col-xs-push-14 {
    right: 38.8888888889%
}

.col-xs-push-15 {
    right: 41.6666666667%
}

.col-xs-push-16 {
    right: 44.4444444444%
}

.col-xs-push-17 {
    right: 47.2222222222%
}

.col-xs-push-18 {
    right: 50%
}

.col-xs-push-19 {
    right: 52.7777777778%
}

.col-xs-push-20 {
    right: 55.5555555556%
}

.col-xs-push-21 {
    right: 58.3333333333%
}

.col-xs-push-22 {
    right: 61.1111111111%
}

.col-xs-push-23 {
    right: 63.8888888889%
}

.col-xs-push-24 {
    right: 66.6666666667%
}

.col-xs-push-25 {
    right: 69.4444444444%
}

.col-xs-push-26 {
    right: 72.2222222222%
}

.col-xs-push-27 {
    right: 75%
}

.col-xs-push-28 {
    right: 77.7777777778%
}

.col-xs-push-29 {
    right: 80.5555555556%
}

.col-xs-push-30 {
    right: 83.3333333333%
}

.col-xs-push-31 {
    right: 86.1111111111%
}

.col-xs-push-32 {
    right: 88.8888888889%
}

.col-xs-push-33 {
    right: 91.6666666667%
}

.col-xs-push-34 {
    right: 94.4444444444%
}

.col-xs-push-35 {
    right: 97.2222222222%
}

.col-xs-push-36 {
    right: 100%
}

.col-xs-offset-0 {
    margin-right: 0
}

.col-xs-offset-1 {
    margin-right: 2.7777777778%
}

.col-xs-offset-2 {
    margin-right: 5.5555555556%
}

.col-xs-offset-3 {
    margin-right: 8.3333333333%
}

.col-xs-offset-4 {
    margin-right: 11.1111111111%
}

.col-xs-offset-5 {
    margin-right: 13.8888888889%
}

.col-xs-offset-6 {
    margin-right: 16.6666666667%
}

.col-xs-offset-7 {
    margin-right: 19.4444444444%
}

.col-xs-offset-8 {
    margin-right: 22.2222222222%
}

.col-xs-offset-9 {
    margin-right: 25%
}

.col-xs-offset-10 {
    margin-right: 27.7777777778%
}

.col-xs-offset-11 {
    margin-right: 30.5555555556%
}

.col-xs-offset-12 {
    margin-right: 33.3333333333%
}

.col-xs-offset-13 {
    margin-right: 36.1111111111%
}

.col-xs-offset-14 {
    margin-right: 38.8888888889%
}

.col-xs-offset-15 {
    margin-right: 41.6666666667%
}

.col-xs-offset-16 {
    margin-right: 44.4444444444%
}

.col-xs-offset-17 {
    margin-right: 47.2222222222%
}

.col-xs-offset-18 {
    margin-right: 50%
}

.col-xs-offset-19 {
    margin-right: 52.7777777778%
}

.col-xs-offset-20 {
    margin-right: 55.5555555556%
}

.col-xs-offset-21 {
    margin-right: 58.3333333333%
}

.col-xs-offset-22 {
    margin-right: 61.1111111111%
}

.col-xs-offset-23 {
    margin-right: 63.8888888889%
}

.col-xs-offset-24 {
    margin-right: 66.6666666667%
}

.col-xs-offset-25 {
    margin-right: 69.4444444444%
}

.col-xs-offset-26 {
    margin-right: 72.2222222222%
}

.col-xs-offset-27 {
    margin-right: 75%
}

.col-xs-offset-28 {
    margin-right: 77.7777777778%
}

.col-xs-offset-29 {
    margin-right: 80.5555555556%
}

.col-xs-offset-30 {
    margin-right: 83.3333333333%
}

.col-xs-offset-31 {
    margin-right: 86.1111111111%
}

.col-xs-offset-32 {
    margin-right: 88.8888888889%
}

.col-xs-offset-33 {
    margin-right: 91.6666666667%
}

.col-xs-offset-34 {
    margin-right: 94.4444444444%
}

.col-xs-offset-35 {
    margin-right: 97.2222222222%
}

.col-xs-offset-36 {
    margin-right: 100%
}

@media (min-width: 480px) {
    .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12, .col-ms-13, .col-ms-14, .col-ms-15, .col-ms-16, .col-ms-17, .col-ms-18, .col-ms-19, .col-ms-20, .col-ms-21, .col-ms-22, .col-ms-23, .col-ms-24, .col-ms-25, .col-ms-26, .col-ms-27, .col-ms-28, .col-ms-29, .col-ms-30, .col-ms-31, .col-ms-32, .col-ms-33, .col-ms-34, .col-ms-35, .col-ms-36 {
        float: right
    }

    .col-ms-1 {
        width: 2.7777777778%
    }

    .col-ms-2 {
        width: 5.5555555556%
    }

    .col-ms-3 {
        width: 8.3333333333%
    }

    .col-ms-4 {
        width: 11.1111111111%
    }

    .col-ms-5 {
        width: 13.8888888889%
    }

    .col-ms-6 {
        width: 16.6666666667%
    }

    .col-ms-7 {
        width: 19.4444444444%
    }

    .col-ms-8 {
        width: 22.2222222222%
    }

    .col-ms-9 {
        width: 25%
    }

    .col-ms-10 {
        width: 27.7777777778%
    }

    .col-ms-11 {
        width: 30.5555555556%
    }

    .col-ms-12 {
        width: 33.3333333333%
    }

    .col-ms-13 {
        width: 36.1111111111%
    }

    .col-ms-14 {
        width: 38.8888888889%
    }

    .col-ms-15 {
        width: 41.6666666667%
    }

    .col-ms-16 {
        width: 44.4444444444%
    }

    .col-ms-17 {
        width: 47.2222222222%
    }

    .col-ms-18 {
        width: 50%
    }

    .col-ms-19 {
        width: 52.7777777778%
    }

    .col-ms-20 {
        width: 55.5555555556%
    }

    .col-ms-21 {
        width: 58.3333333333%
    }

    .col-ms-22 {
        width: 61.1111111111%
    }

    .col-ms-23 {
        width: 63.8888888889%
    }

    .col-ms-24 {
        width: 66.6666666667%
    }

    .col-ms-25 {
        width: 69.4444444444%
    }

    .col-ms-26 {
        width: 72.2222222222%
    }

    .col-ms-27 {
        width: 75%
    }

    .col-ms-28 {
        width: 77.7777777778%
    }

    .col-ms-29 {
        width: 80.5555555556%
    }

    .col-ms-30 {
        width: 83.3333333333%
    }

    .col-ms-31 {
        width: 86.1111111111%
    }

    .col-ms-32 {
        width: 88.8888888889%
    }

    .col-ms-33 {
        width: 91.6666666667%
    }

    .col-ms-34 {
        width: 94.4444444444%
    }

    .col-ms-35 {
        width: 97.2222222222%
    }

    .col-ms-36 {
        width: 100%
    }

    .col-ms-pull-0 {
        left: auto
    }

    .col-ms-pull-1 {
        left: 2.7777777778%
    }

    .col-ms-pull-2 {
        left: 5.5555555556%
    }

    .col-ms-pull-3 {
        left: 8.3333333333%
    }

    .col-ms-pull-4 {
        left: 11.1111111111%
    }

    .col-ms-pull-5 {
        left: 13.8888888889%
    }

    .col-ms-pull-6 {
        left: 16.6666666667%
    }

    .col-ms-pull-7 {
        left: 19.4444444444%
    }

    .col-ms-pull-8 {
        left: 22.2222222222%
    }

    .col-ms-pull-9 {
        left: 25%
    }

    .col-ms-pull-10 {
        left: 27.7777777778%
    }

    .col-ms-pull-11 {
        left: 30.5555555556%
    }

    .col-ms-pull-12 {
        left: 33.3333333333%
    }

    .col-ms-pull-13 {
        left: 36.1111111111%
    }

    .col-ms-pull-14 {
        left: 38.8888888889%
    }

    .col-ms-pull-15 {
        left: 41.6666666667%
    }

    .col-ms-pull-16 {
        left: 44.4444444444%
    }

    .col-ms-pull-17 {
        left: 47.2222222222%
    }

    .col-ms-pull-18 {
        left: 50%
    }

    .col-ms-pull-19 {
        left: 52.7777777778%
    }

    .col-ms-pull-20 {
        left: 55.5555555556%
    }

    .col-ms-pull-21 {
        left: 58.3333333333%
    }

    .col-ms-pull-22 {
        left: 61.1111111111%
    }

    .col-ms-pull-23 {
        left: 63.8888888889%
    }

    .col-ms-pull-24 {
        left: 66.6666666667%
    }

    .col-ms-pull-25 {
        left: 69.4444444444%
    }

    .col-ms-pull-26 {
        left: 72.2222222222%
    }

    .col-ms-pull-27 {
        left: 75%
    }

    .col-ms-pull-28 {
        left: 77.7777777778%
    }

    .col-ms-pull-29 {
        left: 80.5555555556%
    }

    .col-ms-pull-30 {
        left: 83.3333333333%
    }

    .col-ms-pull-31 {
        left: 86.1111111111%
    }

    .col-ms-pull-32 {
        left: 88.8888888889%
    }

    .col-ms-pull-33 {
        left: 91.6666666667%
    }

    .col-ms-pull-34 {
        left: 94.4444444444%
    }

    .col-ms-pull-35 {
        left: 97.2222222222%
    }

    .col-ms-pull-36 {
        left: 100%
    }

    .col-ms-push-0 {
        right: auto
    }

    .col-ms-push-1 {
        right: 2.7777777778%
    }

    .col-ms-push-2 {
        right: 5.5555555556%
    }

    .col-ms-push-3 {
        right: 8.3333333333%
    }

    .col-ms-push-4 {
        right: 11.1111111111%
    }

    .col-ms-push-5 {
        right: 13.8888888889%
    }

    .col-ms-push-6 {
        right: 16.6666666667%
    }

    .col-ms-push-7 {
        right: 19.4444444444%
    }

    .col-ms-push-8 {
        right: 22.2222222222%
    }

    .col-ms-push-9 {
        right: 25%
    }

    .col-ms-push-10 {
        right: 27.7777777778%
    }

    .col-ms-push-11 {
        right: 30.5555555556%
    }

    .col-ms-push-12 {
        right: 33.3333333333%
    }

    .col-ms-push-13 {
        right: 36.1111111111%
    }

    .col-ms-push-14 {
        right: 38.8888888889%
    }

    .col-ms-push-15 {
        right: 41.6666666667%
    }

    .col-ms-push-16 {
        right: 44.4444444444%
    }

    .col-ms-push-17 {
        right: 47.2222222222%
    }

    .col-ms-push-18 {
        right: 50%
    }

    .col-ms-push-19 {
        right: 52.7777777778%
    }

    .col-ms-push-20 {
        right: 55.5555555556%
    }

    .col-ms-push-21 {
        right: 58.3333333333%
    }

    .col-ms-push-22 {
        right: 61.1111111111%
    }

    .col-ms-push-23 {
        right: 63.8888888889%
    }

    .col-ms-push-24 {
        right: 66.6666666667%
    }

    .col-ms-push-25 {
        right: 69.4444444444%
    }

    .col-ms-push-26 {
        right: 72.2222222222%
    }

    .col-ms-push-27 {
        right: 75%
    }

    .col-ms-push-28 {
        right: 77.7777777778%
    }

    .col-ms-push-29 {
        right: 80.5555555556%
    }

    .col-ms-push-30 {
        right: 83.3333333333%
    }

    .col-ms-push-31 {
        right: 86.1111111111%
    }

    .col-ms-push-32 {
        right: 88.8888888889%
    }

    .col-ms-push-33 {
        right: 91.6666666667%
    }

    .col-ms-push-34 {
        right: 94.4444444444%
    }

    .col-ms-push-35 {
        right: 97.2222222222%
    }

    .col-ms-push-36 {
        right: 100%
    }

    .col-ms-offset-0 {
        margin-right: 0
    }

    .col-ms-offset-1 {
        margin-right: 2.7777777778%
    }

    .col-ms-offset-2 {
        margin-right: 5.5555555556%
    }

    .col-ms-offset-3 {
        margin-right: 8.3333333333%
    }

    .col-ms-offset-4 {
        margin-right: 11.1111111111%
    }

    .col-ms-offset-5 {
        margin-right: 13.8888888889%
    }

    .col-ms-offset-6 {
        margin-right: 16.6666666667%
    }

    .col-ms-offset-7 {
        margin-right: 19.4444444444%
    }

    .col-ms-offset-8 {
        margin-right: 22.2222222222%
    }

    .col-ms-offset-9 {
        margin-right: 25%
    }

    .col-ms-offset-10 {
        margin-right: 27.7777777778%
    }

    .col-ms-offset-11 {
        margin-right: 30.5555555556%
    }

    .col-ms-offset-12 {
        margin-right: 33.3333333333%
    }

    .col-ms-offset-13 {
        margin-right: 36.1111111111%
    }

    .col-ms-offset-14 {
        margin-right: 38.8888888889%
    }

    .col-ms-offset-15 {
        margin-right: 41.6666666667%
    }

    .col-ms-offset-16 {
        margin-right: 44.4444444444%
    }

    .col-ms-offset-17 {
        margin-right: 47.2222222222%
    }

    .col-ms-offset-18 {
        margin-right: 50%
    }

    .col-ms-offset-19 {
        margin-right: 52.7777777778%
    }

    .col-ms-offset-20 {
        margin-right: 55.5555555556%
    }

    .col-ms-offset-21 {
        margin-right: 58.3333333333%
    }

    .col-ms-offset-22 {
        margin-right: 61.1111111111%
    }

    .col-ms-offset-23 {
        margin-right: 63.8888888889%
    }

    .col-ms-offset-24 {
        margin-right: 66.6666666667%
    }

    .col-ms-offset-25 {
        margin-right: 69.4444444444%
    }

    .col-ms-offset-26 {
        margin-right: 72.2222222222%
    }

    .col-ms-offset-27 {
        margin-right: 75%
    }

    .col-ms-offset-28 {
        margin-right: 77.7777777778%
    }

    .col-ms-offset-29 {
        margin-right: 80.5555555556%
    }

    .col-ms-offset-30 {
        margin-right: 83.3333333333%
    }

    .col-ms-offset-31 {
        margin-right: 86.1111111111%
    }

    .col-ms-offset-32 {
        margin-right: 88.8888888889%
    }

    .col-ms-offset-33 {
        margin-right: 91.6666666667%
    }

    .col-ms-offset-34 {
        margin-right: 94.4444444444%
    }

    .col-ms-offset-35 {
        margin-right: 97.2222222222%
    }

    .col-ms-offset-36 {
        margin-right: 100%
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36 {
        float: right
    }

    .col-sm-1 {
        width: 2.7777777778%
    }

    .col-sm-2 {
        width: 5.5555555556%
    }

    .col-sm-3 {
        width: 8.3333333333%
    }

    .col-sm-4 {
        width: 11.1111111111%
    }

    .col-sm-5 {
        width: 13.8888888889%
    }

    .col-sm-6 {
        width: 16.6666666667%
    }

    .col-sm-7 {
        width: 19.4444444444%
    }

    .col-sm-8 {
        width: 22.2222222222%
    }

    .col-sm-9 {
        width: 25%
    }

    .col-sm-10 {
        width: 27.7777777778%
    }

    .col-sm-11 {
        width: 30.5555555556%
    }

    .col-sm-12 {
        width: 33.3333333333%
    }

    .col-sm-13 {
        width: 36.1111111111%
    }

    .col-sm-14 {
        width: 38.8888888889%
    }

    .col-sm-15 {
        width: 41.6666666667%
    }

    .col-sm-16 {
        width: 44.4444444444%
    }

    .col-sm-17 {
        width: 47.2222222222%
    }

    .col-sm-18 {
        width: 50%
    }

    .col-sm-19 {
        width: 52.7777777778%
    }

    .col-sm-20 {
        width: 55.5555555556%
    }

    .col-sm-21 {
        width: 58.3333333333%
    }

    .col-sm-22 {
        width: 61.1111111111%
    }

    .col-sm-23 {
        width: 63.8888888889%
    }

    .col-sm-24 {
        width: 66.6666666667%
    }

    .col-sm-25 {
        width: 69.4444444444%
    }

    .col-sm-26 {
        width: 72.2222222222%
    }

    .col-sm-27 {
        width: 75%
    }

    .col-sm-28 {
        width: 77.7777777778%
    }

    .col-sm-29 {
        width: 80.5555555556%
    }

    .col-sm-30 {
        width: 83.3333333333%
    }

    .col-sm-31 {
        width: 86.1111111111%
    }

    .col-sm-32 {
        width: 88.8888888889%
    }

    .col-sm-33 {
        width: 91.6666666667%
    }

    .col-sm-34 {
        width: 94.4444444444%
    }

    .col-sm-35 {
        width: 97.2222222222%
    }

    .col-sm-36 {
        width: 100%
    }

    .col-sm-pull-0 {
        left: auto
    }

    .col-sm-pull-1 {
        left: 2.7777777778%
    }

    .col-sm-pull-2 {
        left: 5.5555555556%
    }

    .col-sm-pull-3 {
        left: 8.3333333333%
    }

    .col-sm-pull-4 {
        left: 11.1111111111%
    }

    .col-sm-pull-5 {
        left: 13.8888888889%
    }

    .col-sm-pull-6 {
        left: 16.6666666667%
    }

    .col-sm-pull-7 {
        left: 19.4444444444%
    }

    .col-sm-pull-8 {
        left: 22.2222222222%
    }

    .col-sm-pull-9 {
        left: 25%
    }

    .col-sm-pull-10 {
        left: 27.7777777778%
    }

    .col-sm-pull-11 {
        left: 30.5555555556%
    }

    .col-sm-pull-12 {
        left: 33.3333333333%
    }

    .col-sm-pull-13 {
        left: 36.1111111111%
    }

    .col-sm-pull-14 {
        left: 38.8888888889%
    }

    .col-sm-pull-15 {
        left: 41.6666666667%
    }

    .col-sm-pull-16 {
        left: 44.4444444444%
    }

    .col-sm-pull-17 {
        left: 47.2222222222%
    }

    .col-sm-pull-18 {
        left: 50%
    }

    .col-sm-pull-19 {
        left: 52.7777777778%
    }

    .col-sm-pull-20 {
        left: 55.5555555556%
    }

    .col-sm-pull-21 {
        left: 58.3333333333%
    }

    .col-sm-pull-22 {
        left: 61.1111111111%
    }

    .col-sm-pull-23 {
        left: 63.8888888889%
    }

    .col-sm-pull-24 {
        left: 66.6666666667%
    }

    .col-sm-pull-25 {
        left: 69.4444444444%
    }

    .col-sm-pull-26 {
        left: 72.2222222222%
    }

    .col-sm-pull-27 {
        left: 75%
    }

    .col-sm-pull-28 {
        left: 77.7777777778%
    }

    .col-sm-pull-29 {
        left: 80.5555555556%
    }

    .col-sm-pull-30 {
        left: 83.3333333333%
    }

    .col-sm-pull-31 {
        left: 86.1111111111%
    }

    .col-sm-pull-32 {
        left: 88.8888888889%
    }

    .col-sm-pull-33 {
        left: 91.6666666667%
    }

    .col-sm-pull-34 {
        left: 94.4444444444%
    }

    .col-sm-pull-35 {
        left: 97.2222222222%
    }

    .col-sm-pull-36 {
        left: 100%
    }

    .col-sm-push-0 {
        right: auto
    }

    .col-sm-push-1 {
        right: 2.7777777778%
    }

    .col-sm-push-2 {
        right: 5.5555555556%
    }

    .col-sm-push-3 {
        right: 8.3333333333%
    }

    .col-sm-push-4 {
        right: 11.1111111111%
    }

    .col-sm-push-5 {
        right: 13.8888888889%
    }

    .col-sm-push-6 {
        right: 16.6666666667%
    }

    .col-sm-push-7 {
        right: 19.4444444444%
    }

    .col-sm-push-8 {
        right: 22.2222222222%
    }

    .col-sm-push-9 {
        right: 25%
    }

    .col-sm-push-10 {
        right: 27.7777777778%
    }

    .col-sm-push-11 {
        right: 30.5555555556%
    }

    .col-sm-push-12 {
        right: 33.3333333333%
    }

    .col-sm-push-13 {
        right: 36.1111111111%
    }

    .col-sm-push-14 {
        right: 38.8888888889%
    }

    .col-sm-push-15 {
        right: 41.6666666667%
    }

    .col-sm-push-16 {
        right: 44.4444444444%
    }

    .col-sm-push-17 {
        right: 47.2222222222%
    }

    .col-sm-push-18 {
        right: 50%
    }

    .col-sm-push-19 {
        right: 52.7777777778%
    }

    .col-sm-push-20 {
        right: 55.5555555556%
    }

    .col-sm-push-21 {
        right: 58.3333333333%
    }

    .col-sm-push-22 {
        right: 61.1111111111%
    }

    .col-sm-push-23 {
        right: 63.8888888889%
    }

    .col-sm-push-24 {
        right: 66.6666666667%
    }

    .col-sm-push-25 {
        right: 69.4444444444%
    }

    .col-sm-push-26 {
        right: 72.2222222222%
    }

    .col-sm-push-27 {
        right: 75%
    }

    .col-sm-push-28 {
        right: 77.7777777778%
    }

    .col-sm-push-29 {
        right: 80.5555555556%
    }

    .col-sm-push-30 {
        right: 83.3333333333%
    }

    .col-sm-push-31 {
        right: 86.1111111111%
    }

    .col-sm-push-32 {
        right: 88.8888888889%
    }

    .col-sm-push-33 {
        right: 91.6666666667%
    }

    .col-sm-push-34 {
        right: 94.4444444444%
    }

    .col-sm-push-35 {
        right: 97.2222222222%
    }

    .col-sm-push-36 {
        right: 100%
    }

    .col-sm-offset-0 {
        margin-right: 0
    }

    .col-sm-offset-1 {
        margin-right: 2.7777777778%
    }

    .col-sm-offset-2 {
        margin-right: 5.5555555556%
    }

    .col-sm-offset-3 {
        margin-right: 8.3333333333%
    }

    .col-sm-offset-4 {
        margin-right: 11.1111111111%
    }

    .col-sm-offset-5 {
        margin-right: 13.8888888889%
    }

    .col-sm-offset-6 {
        margin-right: 16.6666666667%
    }

    .col-sm-offset-7 {
        margin-right: 19.4444444444%
    }

    .col-sm-offset-8 {
        margin-right: 22.2222222222%
    }

    .col-sm-offset-9 {
        margin-right: 25%
    }

    .col-sm-offset-10 {
        margin-right: 27.7777777778%
    }

    .col-sm-offset-11 {
        margin-right: 30.5555555556%
    }

    .col-sm-offset-12 {
        margin-right: 33.3333333333%
    }

    .col-sm-offset-13 {
        margin-right: 36.1111111111%
    }

    .col-sm-offset-14 {
        margin-right: 38.8888888889%
    }

    .col-sm-offset-15 {
        margin-right: 41.6666666667%
    }

    .col-sm-offset-16 {
        margin-right: 44.4444444444%
    }

    .col-sm-offset-17 {
        margin-right: 47.2222222222%
    }

    .col-sm-offset-18 {
        margin-right: 50%
    }

    .col-sm-offset-19 {
        margin-right: 52.7777777778%
    }

    .col-sm-offset-20 {
        margin-right: 55.5555555556%
    }

    .col-sm-offset-21 {
        margin-right: 58.3333333333%
    }

    .col-sm-offset-22 {
        margin-right: 61.1111111111%
    }

    .col-sm-offset-23 {
        margin-right: 63.8888888889%
    }

    .col-sm-offset-24 {
        margin-right: 66.6666666667%
    }

    .col-sm-offset-25 {
        margin-right: 69.4444444444%
    }

    .col-sm-offset-26 {
        margin-right: 72.2222222222%
    }

    .col-sm-offset-27 {
        margin-right: 75%
    }

    .col-sm-offset-28 {
        margin-right: 77.7777777778%
    }

    .col-sm-offset-29 {
        margin-right: 80.5555555556%
    }

    .col-sm-offset-30 {
        margin-right: 83.3333333333%
    }

    .col-sm-offset-31 {
        margin-right: 86.1111111111%
    }

    .col-sm-offset-32 {
        margin-right: 88.8888888889%
    }

    .col-sm-offset-33 {
        margin-right: 91.6666666667%
    }

    .col-sm-offset-34 {
        margin-right: 94.4444444444%
    }

    .col-sm-offset-35 {
        margin-right: 97.2222222222%
    }

    .col-sm-offset-36 {
        margin-right: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36 {
        float: right
    }

    .col-md-1 {
        width: 2.7777777778%
    }

    .col-md-2 {
        width: 5.5555555556%
    }

    .col-md-3 {
        width: 8.3333333333%
    }

    .col-md-4 {
        width: 11.1111111111%
    }

    .col-md-5 {
        width: 13.8888888889%
    }

    .col-md-6 {
        width: 16.6666666667%
    }

    .col-md-7 {
        width: 19.4444444444%
    }

    .col-md-8 {
        width: 22.2222222222%
    }

    .col-md-9 {
        width: 25%
    }

    .col-md-10 {
        width: 27.7777777778%
    }

    .col-md-11 {
        width: 30.5555555556%
    }

    .col-md-12 {
        width: 33.3333333333%
    }

    .col-md-13 {
        width: 36.1111111111%
    }

    .col-md-14 {
        width: 38.8888888889%
    }

    .col-md-15 {
        width: 41.6666666667%
    }

    .col-md-16 {
        width: 44.4444444444%
    }

    .col-md-17 {
        width: 47.2222222222%
    }

    .col-md-18 {
        width: 50%
    }

    .col-md-19 {
        width: 52.7777777778%
    }

    .col-md-20 {
        width: 55.5555555556%
    }

    .col-md-21 {
        width: 58.3333333333%
    }

    .col-md-22 {
        width: 61.1111111111%
    }

    .col-md-23 {
        width: 63.8888888889%
    }

    .col-md-24 {
        width: 66.6666666667%
    }

    .col-md-25 {
        width: 69.4444444444%
    }

    .col-md-26 {
        width: 72.2222222222%
    }

    .col-md-27 {
        width: 75%
    }

    .col-md-28 {
        width: 77.7777777778%
    }

    .col-md-29 {
        width: 80.5555555556%
    }

    .col-md-30 {
        width: 83.3333333333%
    }

    .col-md-31 {
        width: 86.1111111111%
    }

    .col-md-32 {
        width: 88.8888888889%
    }

    .col-md-33 {
        width: 91.6666666667%
    }

    .col-md-34 {
        width: 94.4444444444%
    }

    .col-md-35 {
        width: 97.2222222222%
    }

    .col-md-36 {
        width: 100%
    }

    .col-md-pull-0 {
        left: auto
    }

    .col-md-pull-1 {
        left: 2.7777777778%
    }

    .col-md-pull-2 {
        left: 5.5555555556%
    }

    .col-md-pull-3 {
        left: 8.3333333333%
    }

    .col-md-pull-4 {
        left: 11.1111111111%
    }

    .col-md-pull-5 {
        left: 13.8888888889%
    }

    .col-md-pull-6 {
        left: 16.6666666667%
    }

    .col-md-pull-7 {
        left: 19.4444444444%
    }

    .col-md-pull-8 {
        left: 22.2222222222%
    }

    .col-md-pull-9 {
        left: 25%
    }

    .col-md-pull-10 {
        left: 27.7777777778%
    }

    .col-md-pull-11 {
        left: 30.5555555556%
    }

    .col-md-pull-12 {
        left: 33.3333333333%
    }

    .col-md-pull-13 {
        left: 36.1111111111%
    }

    .col-md-pull-14 {
        left: 38.8888888889%
    }

    .col-md-pull-15 {
        left: 41.6666666667%
    }

    .col-md-pull-16 {
        left: 44.4444444444%
    }

    .col-md-pull-17 {
        left: 47.2222222222%
    }

    .col-md-pull-18 {
        left: 50%
    }

    .col-md-pull-19 {
        left: 52.7777777778%
    }

    .col-md-pull-20 {
        left: 55.5555555556%
    }

    .col-md-pull-21 {
        left: 58.3333333333%
    }

    .col-md-pull-22 {
        left: 61.1111111111%
    }

    .col-md-pull-23 {
        left: 63.8888888889%
    }

    .col-md-pull-24 {
        left: 66.6666666667%
    }

    .col-md-pull-25 {
        left: 69.4444444444%
    }

    .col-md-pull-26 {
        left: 72.2222222222%
    }

    .col-md-pull-27 {
        left: 75%
    }

    .col-md-pull-28 {
        left: 77.7777777778%
    }

    .col-md-pull-29 {
        left: 80.5555555556%
    }

    .col-md-pull-30 {
        left: 83.3333333333%
    }

    .col-md-pull-31 {
        left: 86.1111111111%
    }

    .col-md-pull-32 {
        left: 88.8888888889%
    }

    .col-md-pull-33 {
        left: 91.6666666667%
    }

    .col-md-pull-34 {
        left: 94.4444444444%
    }

    .col-md-pull-35 {
        left: 97.2222222222%
    }

    .col-md-pull-36 {
        left: 100%
    }

    .col-md-push-0 {
        right: auto
    }

    .col-md-push-1 {
        right: 2.7777777778%
    }

    .col-md-push-2 {
        right: 5.5555555556%
    }

    .col-md-push-3 {
        right: 8.3333333333%
    }

    .col-md-push-4 {
        right: 11.1111111111%
    }

    .col-md-push-5 {
        right: 13.8888888889%
    }

    .col-md-push-6 {
        right: 16.6666666667%
    }

    .col-md-push-7 {
        right: 19.4444444444%
    }

    .col-md-push-8 {
        right: 22.2222222222%
    }

    .col-md-push-9 {
        right: 25%
    }

    .col-md-push-10 {
        right: 27.7777777778%
    }

    .col-md-push-11 {
        right: 30.5555555556%
    }

    .col-md-push-12 {
        right: 33.3333333333%
    }

    .col-md-push-13 {
        right: 36.1111111111%
    }

    .col-md-push-14 {
        right: 38.8888888889%
    }

    .col-md-push-15 {
        right: 41.6666666667%
    }

    .col-md-push-16 {
        right: 44.4444444444%
    }

    .col-md-push-17 {
        right: 47.2222222222%
    }

    .col-md-push-18 {
        right: 50%
    }

    .col-md-push-19 {
        right: 52.7777777778%
    }

    .col-md-push-20 {
        right: 55.5555555556%
    }

    .col-md-push-21 {
        right: 58.3333333333%
    }

    .col-md-push-22 {
        right: 61.1111111111%
    }

    .col-md-push-23 {
        right: 63.8888888889%
    }

    .col-md-push-24 {
        right: 66.6666666667%
    }

    .col-md-push-25 {
        right: 69.4444444444%
    }

    .col-md-push-26 {
        right: 72.2222222222%
    }

    .col-md-push-27 {
        right: 75%
    }

    .col-md-push-28 {
        right: 77.7777777778%
    }

    .col-md-push-29 {
        right: 80.5555555556%
    }

    .col-md-push-30 {
        right: 83.3333333333%
    }

    .col-md-push-31 {
        right: 86.1111111111%
    }

    .col-md-push-32 {
        right: 88.8888888889%
    }

    .col-md-push-33 {
        right: 91.6666666667%
    }

    .col-md-push-34 {
        right: 94.4444444444%
    }

    .col-md-push-35 {
        right: 97.2222222222%
    }

    .col-md-push-36 {
        right: 100%
    }

    .col-md-offset-0 {
        margin-right: 0
    }

    .col-md-offset-1 {
        margin-right: 2.7777777778%
    }

    .col-md-offset-2 {
        margin-right: 5.5555555556%
    }

    .col-md-offset-3 {
        margin-right: 8.3333333333%
    }

    .col-md-offset-4 {
        margin-right: 11.1111111111%
    }

    .col-md-offset-5 {
        margin-right: 13.8888888889%
    }

    .col-md-offset-6 {
        margin-right: 16.6666666667%
    }

    .col-md-offset-7 {
        margin-right: 19.4444444444%
    }

    .col-md-offset-8 {
        margin-right: 22.2222222222%
    }

    .col-md-offset-9 {
        margin-right: 25%
    }

    .col-md-offset-10 {
        margin-right: 27.7777777778%
    }

    .col-md-offset-11 {
        margin-right: 30.5555555556%
    }

    .col-md-offset-12 {
        margin-right: 33.3333333333%
    }

    .col-md-offset-13 {
        margin-right: 36.1111111111%
    }

    .col-md-offset-14 {
        margin-right: 38.8888888889%
    }

    .col-md-offset-15 {
        margin-right: 41.6666666667%
    }

    .col-md-offset-16 {
        margin-right: 44.4444444444%
    }

    .col-md-offset-17 {
        margin-right: 47.2222222222%
    }

    .col-md-offset-18 {
        margin-right: 50%
    }

    .col-md-offset-19 {
        margin-right: 52.7777777778%
    }

    .col-md-offset-20 {
        margin-right: 55.5555555556%
    }

    .col-md-offset-21 {
        margin-right: 58.3333333333%
    }

    .col-md-offset-22 {
        margin-right: 61.1111111111%
    }

    .col-md-offset-23 {
        margin-right: 63.8888888889%
    }

    .col-md-offset-24 {
        margin-right: 66.6666666667%
    }

    .col-md-offset-25 {
        margin-right: 69.4444444444%
    }

    .col-md-offset-26 {
        margin-right: 72.2222222222%
    }

    .col-md-offset-27 {
        margin-right: 75%
    }

    .col-md-offset-28 {
        margin-right: 77.7777777778%
    }

    .col-md-offset-29 {
        margin-right: 80.5555555556%
    }

    .col-md-offset-30 {
        margin-right: 83.3333333333%
    }

    .col-md-offset-31 {
        margin-right: 86.1111111111%
    }

    .col-md-offset-32 {
        margin-right: 88.8888888889%
    }

    .col-md-offset-33 {
        margin-right: 91.6666666667%
    }

    .col-md-offset-34 {
        margin-right: 94.4444444444%
    }

    .col-md-offset-35 {
        margin-right: 97.2222222222%
    }

    .col-md-offset-36 {
        margin-right: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36 {
        float: right
    }

    .col-lg-1 {
        width: 2.7777777778%
    }

    .col-lg-2 {
        width: 5.5555555556%
    }

    .col-lg-3 {
        width: 8.3333333333%
    }

    .col-lg-4 {
        width: 11.1111111111%
    }

    .col-lg-5 {
        width: 13.8888888889%
    }

    .col-lg-6 {
        width: 16.6666666667%
    }

    .col-lg-7 {
        width: 19.4444444444%
    }

    .col-lg-8 {
        width: 22.2222222222%
    }

    .col-lg-9 {
        width: 25%
    }

    .col-lg-10 {
        width: 27.7777777778%
    }

    .col-lg-11 {
        width: 30.5555555556%
    }

    .col-lg-12 {
        width: 33.3333333333%
    }

    .col-lg-13 {
        width: 36.1111111111%
    }

    .col-lg-14 {
        width: 38.8888888889%
    }

    .col-lg-15 {
        width: 41.6666666667%
    }

    .col-lg-16 {
        width: 44.4444444444%
    }

    .col-lg-17 {
        width: 47.2222222222%
    }

    .col-lg-18 {
        width: 50%
    }

    .col-lg-19 {
        width: 52.7777777778%
    }

    .col-lg-20 {
        width: 55.5555555556%
    }

    .col-lg-21 {
        width: 58.3333333333%
    }

    .col-lg-22 {
        width: 61.1111111111%
    }

    .col-lg-23 {
        width: 63.8888888889%
    }

    .col-lg-24 {
        width: 66.6666666667%
    }

    .col-lg-25 {
        width: 69.4444444444%
    }

    .col-lg-26 {
        width: 72.2222222222%
    }

    .col-lg-27 {
        width: 75%
    }

    .col-lg-28 {
        width: 77.7777777778%
    }

    .col-lg-29 {
        width: 80.5555555556%
    }

    .col-lg-30 {
        width: 83.3333333333%
    }

    .col-lg-31 {
        width: 86.1111111111%
    }

    .col-lg-32 {
        width: 88.8888888889%
    }

    .col-lg-33 {
        width: 91.6666666667%
    }

    .col-lg-34 {
        width: 94.4444444444%
    }

    .col-lg-35 {
        width: 97.2222222222%
    }

    .col-lg-36 {
        width: 100%
    }

    .col-lg-pull-0 {
        left: auto
    }

    .col-lg-pull-1 {
        left: 2.7777777778%
    }

    .col-lg-pull-2 {
        left: 5.5555555556%
    }

    .col-lg-pull-3 {
        left: 8.3333333333%
    }

    .col-lg-pull-4 {
        left: 11.1111111111%
    }

    .col-lg-pull-5 {
        left: 13.8888888889%
    }

    .col-lg-pull-6 {
        left: 16.6666666667%
    }

    .col-lg-pull-7 {
        left: 19.4444444444%
    }

    .col-lg-pull-8 {
        left: 22.2222222222%
    }

    .col-lg-pull-9 {
        left: 25%
    }

    .col-lg-pull-10 {
        left: 27.7777777778%
    }

    .col-lg-pull-11 {
        left: 30.5555555556%
    }

    .col-lg-pull-12 {
        left: 33.3333333333%
    }

    .col-lg-pull-13 {
        left: 36.1111111111%
    }

    .col-lg-pull-14 {
        left: 38.8888888889%
    }

    .col-lg-pull-15 {
        left: 41.6666666667%
    }

    .col-lg-pull-16 {
        left: 44.4444444444%
    }

    .col-lg-pull-17 {
        left: 47.2222222222%
    }

    .col-lg-pull-18 {
        left: 50%
    }

    .col-lg-pull-19 {
        left: 52.7777777778%
    }

    .col-lg-pull-20 {
        left: 55.5555555556%
    }

    .col-lg-pull-21 {
        left: 58.3333333333%
    }

    .col-lg-pull-22 {
        left: 61.1111111111%
    }

    .col-lg-pull-23 {
        left: 63.8888888889%
    }

    .col-lg-pull-24 {
        left: 66.6666666667%
    }

    .col-lg-pull-25 {
        left: 69.4444444444%
    }

    .col-lg-pull-26 {
        left: 72.2222222222%
    }

    .col-lg-pull-27 {
        left: 75%
    }

    .col-lg-pull-28 {
        left: 77.7777777778%
    }

    .col-lg-pull-29 {
        left: 80.5555555556%
    }

    .col-lg-pull-30 {
        left: 83.3333333333%
    }

    .col-lg-pull-31 {
        left: 86.1111111111%
    }

    .col-lg-pull-32 {
        left: 88.8888888889%
    }

    .col-lg-pull-33 {
        left: 91.6666666667%
    }

    .col-lg-pull-34 {
        left: 94.4444444444%
    }

    .col-lg-pull-35 {
        left: 97.2222222222%
    }

    .col-lg-pull-36 {
        left: 100%
    }

    .col-lg-push-0 {
        right: auto
    }

    .col-lg-push-1 {
        right: 2.7777777778%
    }

    .col-lg-push-2 {
        right: 5.5555555556%
    }

    .col-lg-push-3 {
        right: 8.3333333333%
    }

    .col-lg-push-4 {
        right: 11.1111111111%
    }

    .col-lg-push-5 {
        right: 13.8888888889%
    }

    .col-lg-push-6 {
        right: 16.6666666667%
    }

    .col-lg-push-7 {
        right: 19.4444444444%
    }

    .col-lg-push-8 {
        right: 22.2222222222%
    }

    .col-lg-push-9 {
        right: 25%
    }

    .col-lg-push-10 {
        right: 27.7777777778%
    }

    .col-lg-push-11 {
        right: 30.5555555556%
    }

    .col-lg-push-12 {
        right: 33.3333333333%
    }

    .col-lg-push-13 {
        right: 36.1111111111%
    }

    .col-lg-push-14 {
        right: 38.8888888889%
    }

    .col-lg-push-15 {
        right: 41.6666666667%
    }

    .col-lg-push-16 {
        right: 44.4444444444%
    }

    .col-lg-push-17 {
        right: 47.2222222222%
    }

    .col-lg-push-18 {
        right: 50%
    }

    .col-lg-push-19 {
        right: 52.7777777778%
    }

    .col-lg-push-20 {
        right: 55.5555555556%
    }

    .col-lg-push-21 {
        right: 58.3333333333%
    }

    .col-lg-push-22 {
        right: 61.1111111111%
    }

    .col-lg-push-23 {
        right: 63.8888888889%
    }

    .col-lg-push-24 {
        right: 66.6666666667%
    }

    .col-lg-push-25 {
        right: 69.4444444444%
    }

    .col-lg-push-26 {
        right: 72.2222222222%
    }

    .col-lg-push-27 {
        right: 75%
    }

    .col-lg-push-28 {
        right: 77.7777777778%
    }

    .col-lg-push-29 {
        right: 80.5555555556%
    }

    .col-lg-push-30 {
        right: 83.3333333333%
    }

    .col-lg-push-31 {
        right: 86.1111111111%
    }

    .col-lg-push-32 {
        right: 88.8888888889%
    }

    .col-lg-push-33 {
        right: 91.6666666667%
    }

    .col-lg-push-34 {
        right: 94.4444444444%
    }

    .col-lg-push-35 {
        right: 97.2222222222%
    }

    .col-lg-push-36 {
        right: 100%
    }

    .col-lg-offset-0 {
        margin-right: 0
    }

    .col-lg-offset-1 {
        margin-right: 2.7777777778%
    }

    .col-lg-offset-2 {
        margin-right: 5.5555555556%
    }

    .col-lg-offset-3 {
        margin-right: 8.3333333333%
    }

    .col-lg-offset-4 {
        margin-right: 11.1111111111%
    }

    .col-lg-offset-5 {
        margin-right: 13.8888888889%
    }

    .col-lg-offset-6 {
        margin-right: 16.6666666667%
    }

    .col-lg-offset-7 {
        margin-right: 19.4444444444%
    }

    .col-lg-offset-8 {
        margin-right: 22.2222222222%
    }

    .col-lg-offset-9 {
        margin-right: 25%
    }

    .col-lg-offset-10 {
        margin-right: 27.7777777778%
    }

    .col-lg-offset-11 {
        margin-right: 30.5555555556%
    }

    .col-lg-offset-12 {
        margin-right: 33.3333333333%
    }

    .col-lg-offset-13 {
        margin-right: 36.1111111111%
    }

    .col-lg-offset-14 {
        margin-right: 38.8888888889%
    }

    .col-lg-offset-15 {
        margin-right: 41.6666666667%
    }

    .col-lg-offset-16 {
        margin-right: 44.4444444444%
    }

    .col-lg-offset-17 {
        margin-right: 47.2222222222%
    }

    .col-lg-offset-18 {
        margin-right: 50%
    }

    .col-lg-offset-19 {
        margin-right: 52.7777777778%
    }

    .col-lg-offset-20 {
        margin-right: 55.5555555556%
    }

    .col-lg-offset-21 {
        margin-right: 58.3333333333%
    }

    .col-lg-offset-22 {
        margin-right: 61.1111111111%
    }

    .col-lg-offset-23 {
        margin-right: 63.8888888889%
    }

    .col-lg-offset-24 {
        margin-right: 66.6666666667%
    }

    .col-lg-offset-25 {
        margin-right: 69.4444444444%
    }

    .col-lg-offset-26 {
        margin-right: 72.2222222222%
    }

    .col-lg-offset-27 {
        margin-right: 75%
    }

    .col-lg-offset-28 {
        margin-right: 77.7777777778%
    }

    .col-lg-offset-29 {
        margin-right: 80.5555555556%
    }

    .col-lg-offset-30 {
        margin-right: 83.3333333333%
    }

    .col-lg-offset-31 {
        margin-right: 86.1111111111%
    }

    .col-lg-offset-32 {
        margin-right: 88.8888888889%
    }

    .col-lg-offset-33 {
        margin-right: 91.6666666667%
    }

    .col-lg-offset-34 {
        margin-right: 94.4444444444%
    }

    .col-lg-offset-35 {
        margin-right: 97.2222222222%
    }

    .col-lg-offset-36 {
        margin-right: 100%
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    input[type=date].input-sm, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date], input[type=time].input-sm, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm input[type=time], input[type=datetime-local].input-sm, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm input[type=datetime-local], input[type=month].input-sm, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm input[type=month] {
        line-height: 30px
    }

    input[type=date].input-lg, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date], input[type=time].input-lg, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg input[type=time], input[type=datetime-local].input-lg, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg input[type=datetime-local], input[type=month].input-lg, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg input[type=month] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=checkbox].disabled, fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -5px;
    margin-left: -5px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 5px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-right: 0;
    list-style: none
}

.nav:before, .nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: right;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-left: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: right
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-right: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-right: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-left: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before, .navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 5px;
    padding-left: 5px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 320px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -5px;
    margin-left: -5px
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 5px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-brand > img {
    display: block
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -5px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -5px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .menu-icon{
        margin-right: 70px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -5px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a {
    color: #777
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-left-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-right-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    right: 50%;
    margin-right: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-right: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    content: " ";
    right: 1px;
    bottom: -10px;
    border-right-width: 0;
    border-left-color: #fff
}

.popover.bottom > .arrow {
    right: 50%;
    margin-right: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-right: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-ms {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-ms-block, .visible-ms-inline, .visible-ms-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 479px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 479px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 479px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 479px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms {
        display: block !important
    }

    table.visible-ms {
        display: table !important
    }

    tr.visible-ms {
        display: table-row !important
    }

    th.visible-ms, td.visible-ms {
        display: table-cell !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms-block {
        display: block !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms-inline {
        display: inline !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 479px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-ms {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.error_container {
    width: 100%;
    text-align: center;
    font: bold 16px iranSans;
    color: #000;
    padding: 150px 0
}

.news_toolbar {
    padding-bottom: 5px;
    padding-top: 0;
    width: 100%
}

.news_id_c {
    color: #272727;
    float: right;
    font: 15px/19px RTNassim;
    text-align: right
}

.news_pdate_c {
    float: left;
    color: #272727;
    font: 15px/19px BMitra;
    text-align: left
}

@media (min-width: 768px) {
    .news_pdate_c {
        text-align: left
    }
}

@media (max-width: 768px) {
    .news_pdate_c {
        text-align: left
    }
}

.news_tools {
    width: 100%
}

.news_hits {
    width: 140px;
    float: right;
    text-align: right
}

.news_print_botton, .news_emails_botton, .news_save_botton {
    width: 17px;
    height: 16px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    cursor: pointer
}

.news_emails_botton {
    width: 16px
}

.news_save_botton {
    width: 14px;
    height: 14px;
    text-decoration: none;
    display: block;
    margin-top: 1px
}

.news_path {
    float: right;
    font: 11px tahoma
}

.news_path a {
    color: #282828;
    font: 18px BMitra;
    text-decoration: none
}

.news_comments {
    float: right;
    text-align: center
}

.news_comments a {
    font: 11px tahoma;
    color: #000;
    text-decoration: none
}

.news_size_down, .news_size_reset, .news_size_up {
    width: 14px;
    height: 14px;
    text-decoration: none;
    float: left;
    margin-right: 3px;
    margin-top: 2px
}

.news_size_up {
    background-position: -48px 0
}

.news_size_reset {
    width: 28px;
    background-position: -17px 0
}

.news_size_down {
    background-position: 0 0
}

.share_to_container {
    width: 191px;
    float: left;
    text-align: left;
    padding-left: 12px;
    position: relative
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .share_to_container {
        width: 191px
    }
}

@media (min-width: 767px) {
    .share_to_container {
        float: left;
        text-align: left
    }
}

@media (max-width: 767px) {
    .share_to_container {
        float: right;
        text-align: right
    }
}

.archive_form, .search_form_c {
    border: 1px solid #cfcfcf;
    background: #e9e9e9
}

.archive_form div, .search_form_c div {
    padding: 3px
}

.archive_form div span, .search_form_c div span {
    margin: 3px 0
}

.news_archive_container {
    width: 100%
}

.archive_page_container {
    direction: rtl;
    text-align: left;
    width: 100%
}

.archive_content {
    direction: rtl;
    text-align: left;
    padding: 10px
}

.search_result_container, .search_result_nav {
    width: 100%
}

.newsletter_container {
    text-align: right;
    margin-bottom: 10px
}

.newsletter_message {
    padding: 50px 0;
    text-align: center;
    direction: rtl
}

.newsletter_message2 {
    text-align: justify;
    direction: rtl;
    padding: 20px 0 0
}

.newsletter_title {
    text-align: right;
    direction: rtl;
    padding: 20px 0 0
}

.tag_page_container {
    width: 100%
}

.tag {
    font: normal 9pt Tahoma, Arial;
    color: #000
}

.tag_rutitr {
    font: 10px/19px iranSans;
    color: gray;
    direction: rtl;
    text-align: right
}

.tag_title {
    font: 12px/20px IRANSansBold;
    direction: rtl;
    text-align: right;
    color: #000
}

.tag_summerize {
    font: 11px/20px iranSans;
    color: #3a3a3d;
    direction: rtl;
    text-align: right
}

.tag_info {
    font: 11px/20px iranSans;
    margin-top: 5px;
    color: #39d4c2;
    direction: rtl;
    text-align: right
}

div.pagination {
    padding: 3px;
    margin: 3px;
    direction: ltr;
    text-align: center
}

div.pagination a {
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #39d4c2;
    text-decoration: none;
    color: #39d4c2
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #39d4c2;
    color: #000
}

div.pagination span.current {
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #39d4c2;
    font-weight: 700;
    background-color: #39d4c2;
    color: #fff
}

div.pagination span.disabled {
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd
}

.rss_def_c {
    float: right
}

.rss_def {
    border: 1px solid #d1d1d1;
    padding: 18px;
    font: 12px iranSans;
    text-align: justify;
    margin-bottom: 10px
}

.rss_block {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 30px
}

.rss_row {
    margin-bottom: 10px;
    text-indent: 30px;
    border-bottom: 1px dotted
}

.rss_lists_container {
    width: 605px;
    float: right;
    margin-left: 20px;
    padding-right: 25px
}

.rss_def_title {
    font: bold 14px iranSans;
    text-align: center;
    width: 100%
}

.rss_def_content {
    width: 100%;
    padding-top: 10px;
    line-height: 130%
}

.rss_list_title {
    font: bold 14px iranSans;
    margin-bottom: 10px
}

.rss_list_pn {
    float: right;
    font: 11px iranSans;
    color: #000;
    padding-bottom: 5px;
    background: url('../img/rss_link.gif') no-repeat right
}

.rss_list_link {
    font: 11px iranSans;
    color: #000;
    text-decoration: none;
    direction: ltr;
    display: block;
    float: left;
    text-align: left;
    padding-bottom: 5px
}

.tags_container {
    width: 100%;
    margin-bottom: 30px
}

.tags_title {
    width: 100%;
    font: 17px BMitra;
    color: #000;
    line-height: 180%
}

.tags_item {
    font: 18px BMitra;
    color: #25008c !important;
    text-decoration: none;
    outline: none;
    background: #c5f2ed;
    padding: 1px 10px;
    border-radius: 2px;
    margin-left: 5px;
}

.social_nets {
    width: 280px;
    position: absolute;
    left: 0;
    top: 19px;
    display: none;
    background: #fff;
    z-index: 999;
    border: 5px solid #6f6f6f
}

.sn_top {
    width: 100%;
    height: 20px;
    background: #f8f8f8;
    border-bottom: 1px solid #cfcfcf
}

.sn_top span {
    font: bold 12px tahoma;
    color: #000;
    padding: 10px 0 0 5px
}

.close_sn {
    width: 20px;
    height: 20px;
    display: block;
    text-decoration: none;
    float: right;
    color: #bf5557;
    font: bold 12px tahoma;
    text-align: center;
    line-height: 18px
}

.sn_list {
    width: 100%
}

.sn_left {
    width: 135px;
    float: left;
    padding: 10px 4px 10px 0;
    border-right: 1px solid #cfcfcf;
    margin-right: 5px
}

.sn_right {
    width: 122px;
    float: left;
    padding: 10px 0
}

.sn_left a, .sn_right a {
    width: 120px;
    height: 20px;
    display: block;
    text-decoration: none;
    font: 12px tahoma;
    color: #000;
    line-height: 18px;
    text-align: left;
    padding-left: 35px;
    margin-bottom: 5px
}

.sn_twitter {
    background: url('../img/icon/twitter.gif') no-repeat 10px 2px
}

.sn_facebook {
    background: url('../img/icon/facebook.gif') no-repeat 10px 2px
}

.sn_greader {
    background: url('../img/icon/greader.gif') no-repeat 10px 2px
}

.sn_su {
    background: url('../img/icon/su.gif') no-repeat 10px 2px
}

.sn_digg {
    background: url('../img/icon/digg.gif') no-repeat 10px 2px
}

.sn_delicious {
    background: url('../img/icon/delicious.gif') no-repeat 10px 2px
}

.sn_telegram {
    background: url('../img/icon/telegram.gif') no-repeat 10px 2px
}

.sn_telegram2 {
    background: url('../img/icon/telegram.gif') no-repeat 0 0
}

.sn_googleplus {
    background: url('../img/icon/google.html') no-repeat 10px 2px
}

.sn_facenama {
    background: url('../img/icon/facenama.html') no-repeat 10px 2px
}

.sn_linkdin {
    background: url('../img/icon/linkedin.html') no-repeat 10px 2px
}

.cl_link {
    background: url('../img/icon/cloob.gif') no-repeat 10px 2px
}

.cl_link2 {
    background: url('../img/icon/cloob.gif') no-repeat 0 0
}

.txt_adv_container {
    background-color: #113b65;
    direction: rtl;
    font: 12px tahoma;
    height: 20px;
    margin-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    color: #fffbf8
}

.txt_adv_content {
    font: normal 12px tahoma;
    text-align: center;
    direction: rtl;
    border-top: 1px solid #b9b9b9;
    padding: 5px 10px 10px
}

.txt_adv_content:hover {
    background: #f3f3f3
}

.txt_adv_content a {
    display: block;
    text-align: right;
    font: 15px nassim-bold;
    color: #000
}

.txt_adv_content2 {
    float: right;
    width: 127px;
    margin-left: 5px
}

.txt_adv_text {
    text-align: right;
    color: #000
}

.prayer_time_container {
    width: 460px;
    margin: auto;
    padding: 40px 0;
    text-align: center
}

.prayer_form {
    width: 205px;
    float: right;
    margin-left: 20px
}

.prayer_time {
    width: 223px;
    float: right
}

.ptime_c {
    width: 221px;
    border: 1px solid #ccc
}

.ptime_row {
    border-bottom: 1px solid #ccc
}

.ptime_title {
    font: 11px iranSans;
    text-align: center;
    padding: 5px 0;
    background: #27a7cf;
    color: #fff
}

.ptime_col1 {
    width: 100px;
    float: right;
    padding: 5px;
    border-left: 1px solid #ccc;
    font: 11px iranSans
}

.ptime_col2 {
    width: 100px;
    float: right;
    padding: 5px;
    text-align: center;
    font: 11px iranSans
}

.home_ptime {
    width: 177px;
    border: 1px solid #ccc;
    margin-top: 25px
}

.home_ptime_row {
    border-bottom: 1px solid #ccc;
    font: 11px tahoma;
    text-align: center
}

.home_ptime_row a {
    text-decoration: none;
    font: 11px tahoma;
    color: #d30c0c;
    padding: 5px 0;
    display: block
}

.home_ptime_col1 {
    width: 78px;
    float: right;
    padding: 5px;
    border-left: 1px solid #ccc;
    font: 11px tahoma
}

.home_ptime_col2 {
    width: 78px;
    float: right;
    padding: 5px;
    text-align: center;
    font: 11px tahoma
}

.send_freind_bot {
    background: url('../img/email.gif') no-repeat right 3px;
    color: #000;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-right: 5px;
    overflow: hidden;
    text-align: left;
    width: 95px
}

.send_error_bot {
    color: #000;
    cursor: pointer;
    margin-right: 5px;
    overflow: hidden;
    text-align: right
}

.print_bot {
    background: url('../img/print.gif') no-repeat right 3px;
    color: #000;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-right: 5px;
    overflow: hidden;
    text-align: left;
    width: 75px
}

.form-control {
    font: 11px tahoma
}

input.text {
    font-weight: 400;
    color: #2d2d2d;
    font: 12px tahoma, verdana, arial, helvetica
}

input.butt {
    font-weight: 400;
    color: #2d2d2d;
    font: 11px tahoma, verdana, arial, helvetica
}

input.butt1 {
    font-weight: 400;
    color: #fdfeff;
    font: 19px nassim-bold, tahoma, verdana, arial, helvetica;
    float: right;
    background: #27a7cf;
    height: 30px;
    padding: 0 18px;
    border: 1px solid #27a7cf;
    margin-top: 6px
}

input.checkbox {
    font-weight: 400;
    color: #2d2d2d;
    font: 9px tahoma, verdana, arial, helvetica;
    float: right
}

input.checkbox1 {
    font-weight: 400;
    color: #2d2d2d;
    font: 9px tahoma, verdana, arial, helvetica;
    float: right
}

input.radiobox {
    font-weight: 400;
    color: #2d2d2d;
    font: 9px tahoma, verdana, arial, helvetica
}

textarea.text {
    font-weight: 400;
    color: #2d2d2d;
    font: 12px tahoma, verdana, arial, helvetica
}

select.small {
    font-weight: 400;
    color: #2d2d2d;
    font: 9px tahoma, verdana, arial, helvetica
}

select.text {
    font-weight: 400;
    color: #2d2d2d;
    font: 9px iranSans
}

img.secimg {
    border: 1px solid #7f9db9
}

.secimage {
    background: #fff none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 1.42857;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px
}

.frm_description {
    font-weight: 400;
    color: #666;
    font: 9px tahoma
}

.frm_label {
    font-weight: 400;
    color: #454545;
    font: 13px/15px iranSans;
    margin-right: 5px;
    margin-left: 5px
}

.form_label {
    color: #000;
    direction: rtl;
    display: block;
    font: 8pt tahoma;
    font-weight: 400;
    margin: 5px 0
}

.frm_label1 {
    font: 16px nassim-bold;
    color: #020202;
    margin-right: 22px;
    margin-left: 10px;
    margin-bottom: 5px;
    display: block
}

.frm_options {
    font-weight: 400;
    color: #000;
    font: 8pt tahoma;
    margin-right: 30px;
    margin-left: 0
}

.frm_invalid_label {
    font-weight: 400;
    color: #ff4646;
    font: 8pt tahoma;
    margin-right: 5px;
    margin-left: 5px
}

.frm_error {
    font-weight: 600;
    color: #ff4646;
    font: 8pt tahoma;
    margin-right: 5px;
    margin-left: 5px
}

.form_msg {
    font-weight: 600;
    color: #06c;
    font: 8pt tahoma;
    margin-right: 5px;
    margin-left: 5px
}

.form_error_message_class {
    font-weight: 600;
    color: #ff4646;
    font: 8pt tahoma;
    margin-right: 5px;
    margin-left: 5px
}

.form_alert {
    font: bold 13px Arial;
    color: #fff;
    background-color: #ff6c6c;
    width: 14px;
    height: 10px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 1px
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: left;
    direction: ltr;
    padding-left: 3px;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 4px;
    background: #c5c5c5;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fe4737
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('../owl.video.play.html') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.no-padd {
    padding: 0 !important
}

.no-padd-l {
    padding-left: 0
}

.no-padd-r {
    padding-right: 0 !important
}

.no-mrg {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.no-mrg-r {
    margin-right: 0 !important
}

.no-mrg-l {
    margin-right: 0 !important
}

@font-face {
    font-family: 'nassim-bold';
    src: url('../fonts/nassim-bold.eot');
    src: url('../fonts/nassim-boldd41d.eot?#') format('eot'), url('../fonts/nassim-bold.woff') format('woff'), url('../fonts/nassim-bold.ttf') format('truetype')
}

@font-face {
    font-family: 'RTNassim';
    src: url('../fonts/RTNassim.eot');
    src: url('../fonts/RTNassimd41d.eot?#') format('eot'), url('../fonts/RTNassim.woff') format('woff'), url('../fonts/RTNassim.ttf') format('truetype')
}

@font-face {
    font-family: 'iranSans';
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWebd41d.eot?#iefix') format('eot'), url('../fonts/IRANSansWeb.woff2') format('woff2'), url('../fonts/IRANSansWeb.woff') format('woff'), url('../fonts/IRANSansWeb.ttf') format('ttf');
    font-weight: 400
}

@font-face {
    font-family: 'IRANSansBold';
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Boldd41d.eot?#iefix') format('eot'), url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/IRANSansWeb_Bold.ttf') format('ttf');
    font-weight: 700
}

@font-face {
    font-family: 'IRANSansMedium';
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Mediumd41d.eot?#iefix') format('eot'), url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/IRANSansWeb_Medium.ttf') format('ttf');
    font-weight: 500
}

@font-face {
    font-family: 'RTNassim-bold';
    src: url('../fonts/RTNassim-bold.eot');
    src: url('../fonts/RTNassim-boldd41d.eot?#') format('eot'), url('../fonts/RTNassim-bold.woff') format('woff'), url('../fonts/RTNassim-bold.ttf') format('truetype')
}

.Htags {
    margin: 0;
    padding: 0
}

body {
    padding: 0;
    margin: 0;
    font: 13px/20px iransans;
    font-weight: 400;
    color: #000
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    text-decoration: none !important
}

.container {
    padding: 0 !important
}

.row {
    margin: 0 !important
}

.col-xs-1, .col-ms-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-ms-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-ms-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-ms-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-ms-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-ms-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-ms-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-ms-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-ms-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-ms-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-ms-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-ms-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-ms-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-ms-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-ms-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-ms-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-ms-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-ms-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-ms-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-ms-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-ms-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-ms-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-ms-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-ms-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-ms-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-ms-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-ms-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-ms-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-ms-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-ms-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-ms-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-ms-32, .col-sm-32, .col-md-32, .col-lg-32, .col-xs-33, .col-ms-33, .col-sm-33, .col-md-33, .col-lg-33, .col-xs-34, .col-ms-34, .col-sm-34, .col-md-34, .col-lg-34, .col-xs-35, .col-ms-35, .col-sm-35, .col-md-35, .col-lg-35, .col-xs-36, .col-ms-36, .col-sm-36, .col-md-36, .col-lg-36 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

a {
    color: #1809a6;
    outline: none
}

a:hover {
    color: #188777
}

a:active {
    color: #000
}

.Htags {
    font-weight: 400;
    margin: 0;
    padding: 0
}

.title15 {
    color: #0e0f79;
    display: block;
    font: 14px/18px nassim-bold;
    margin-bottom: 5px;
    padding-top: 2px;
    text-align: right
}

.title15:hover {
    color: #0e0f79
}

.pic {
    border: 1px solid #000
}

.picLink {
    border: 0;
    text-decoration: none;
    display: block
}

.htitr {
    font: 10pt Arial;
    font-weight: 700;
    color: #824e00
}

.title {
    font: 16px/22px iransans;
    color: #000
}

.title a {
    color: #000
}

.title_c {
    color: #000;
    font: 16px/22px iransans;
    margin-bottom: 10px;
    margin-top: 4px;
    text-align: right
}

.title_news {
    text-decoration: none;
    color: #000;
    font: 26px/32px nassim-bold
}

.subtitle, .print_subtitle {
    font: 12px/22px IRANSans;
    color: #000;
    margin-top: 10px;
    text-align: justify;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding-left: 10px;
    min-height: 81px;
    height: auto;
    width: 100%;
    overflow: hidden
}

.subtitle div {
    padding-top: 5px
}

.print_subtitle {
    margin: 0 auto 5px auto;
    padding-right: 5px
}

.lead_image {
    height: 81px;
    width: 123px;
    display: block
}

.lead_image {
    float: right;
    margin-left: 10px
}

.news_print_container .lead_image {
    display: block;
    border: 0;
    float: right;
    height: 81px
}

.body {
    font: 13px/25px iranSans;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
    text-align: justify
}

p.float-left {
    float: left;
    margin: 0 .5em 0 0;
    background: #fff;
    border: 0 dotted peru
}

div.float-right {
    float: right;
    margin: 1px;
    background: #fff;
    border: 1px solid gray
}

.rutitr {
    font: 12px/18px iransans;
    color: #6a6a6a;
    margin-bottom: 10px
}

.rutitr_home {
    color: #000;
    font: 15px BMitra, arial, helvetica
}

.news_rutitr {
    font: 12px/18px iransans;
    color: #6a6a6a;
    text-align: center
}

.titr1 {
    font: normal 11px tahoma, arial, helvetica;
    text-decoration: none;
    text-align: justify
}

.titr1:hover {
    text-decoration: none
}

.title1 {
    font: 13px Tahoma;
    text-align: right;
    direction: rtl;
    text-decoration: none
}

.title4 {
    font: normal 8pt Tahoma;
    text-decoration: none;
    text-align: justify;
    direction: rtl
}

.title5 {
    color: #3e373f;
    font: normal 12px iranSans;
    text-decoration: none;
    text-align: justify;
    direction: rtl;
    display: block;
    line-height: 160%;
    padding-right: 17px
}

.linear_news svg {
    float: right
}

.lead1 {
    font: 11px tahoma, arial, 'Times New Roman';
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-align: justify;
    line-height: 170%;
    padding-bottom: 5px
}

.lead2 {
    font: 11px tahoma, arial, 'Times New Roman';
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-align: justify;
    line-height: 180%
}

.author {
    font: 11px tahoma, arial;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-align: justify;
    line-height: 160%;
    padding-top: 5px
}

.pr_img {
    padding: 3px;
    border: 1px solid silver;
    background: #f3f1f4
}

.fr {
    float: right;
    padding: 3px;
    border: 1px solid silver;
    background: #f3f1f4
}

.fl {
    float: left;
    padding: 3px;
    border: 1px solid silver;
    background: #f3f1f4
}

.headline {
    padding: 5pt 3pt;
    margin: 5pt;
    width: 100%;
    font: 8pt tahoma;
    text-align: justify
}

.text11 {
    font: 11px iranSans;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    text-align: justify
}

.text10 {
    font: 14px Arial;
    font-weight: 700;
    text-decoration: none
}

.text10:hover {
    font: 14px Arial;
    font-weight: 700;
    text-decoration: none
}

.text16 {
    font: 16px 'Times New Roman', tahoma, Arial;
    text-decoration: none;
    font-weight: 700
}

.page_title {
    font: 16px 'Times New Roman', tahoma, Arial;
    color: #000;
    text-decoration: none;
    font-weight: 700
}

.news_print_container {
    width: 580px;
    margin: auto auto 30px
}

.news_print_content {
    width: 540px;
    margin-top: 5px;
    margin-bottom: 35px
}

.print_id {
    float: right;
    width: 100px;
    text-align: right;
    font: 11px/39px iranSans !important;
    color: #000
}

.print_date {
    float: right;
    width: 440px;
    text-align: left;
    font: 11px/39px iranSans !important;
    color: #000
}

.print_logo_c {
    margin-bottom: 15px
}

.save_body {
    background: #fff;
    padding: 0;
    cursor: default;
    margin: 10px 0 1px;
    font: 12px tahoma;
    text-align: center
}

.save_page {
    width: 680px;
    margin: auto;
    text-align: center
}

.news_source {
    font: 11px tahoma;
    color: #1809a6;
    text-decoration: none
}

.sutitr_c {
    border: 1px solid #c4c4c4;
    color: #000;
    direction: rtl;
    display: block;
    font: 12px/20px iranSans;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 4px 18px;
    position: relative;
    text-align: right;
    background-color: #fafafa
}

.multimedia-page-news .sutitr_c {
    background-color: #272727;
    color: #fff;
    border: 1px solid #29766c
}

.figure {
    border: thin silver solid;
    margin: .5em;
    padding: .5em;
    display: inline-block;
    line-height: 0
}

.figure .aimg {
    text-align: center;
    display: block
}

.figure_caption {
    text-align: right;
    font: 10px tahoma;
    text-indent: 0;
    padding: 10px 5px
}

.magnify a {
    background: url('../img/enlarge.png') no-repeat right top;
    width: 12px;
    height: 12px;
    float: left
}

.body .news_corner_image[align=left] {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px
}

.body .news_corner_image[align=right] {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px
}

td .h_news_item {
    width: 665px;
    height: 415px
}

td .h_news_item .no-img, td .h_news_item img {
    height: 415px;
    width: 100%
}

td .right_contain_titr {
    color: #474747;
    padding: 5px 7px 10px;
    width: 100%;
    display: block;
    height: 65px;
    overflow: hidden;
    text-align: justify;
    position: absolute;
    bottom: 0
}

.h_news_item {
    position: relative;
    height: 415px
}

.h_news_item img {
    width: 100%;
    height: 415px
}

.h_news_item .picLink {
    height: 415px;
    display: block;
    width: 100%;
    overflow: hidden
}

.h_news_item .no-img {
    width: 100%;
    height: 415px;
    display: block;
    background: #ccc
}

.right_contain_titr {
    color: #474747;
    padding: 5px 7px 10px;
    width: 100%;
    display: none;
    height: 65px;
    overflow: hidden;
    text-align: justify
}

.right_contain_titr a {
    font: 14px/20px iranSans;
    color: #474747
}

.right_contain_titr a:hover {
    color: #178b8a
}

.kh_vije_oth svg {
    float: right;
    display: inline-block;
    margin: 7px 0 0 4px;
    color: #25008c;
}

.kh_vije_oth:hover svg g path {
    color: #25008c;
}

.kh_vije_oth {
    border-bottom: 1px solid #dadada;
    padding: 8px 0 21px;
    height: 52px;
    overflow: hidden
}


.kh_last-news {
    border-bottom: 1px solid #dadada;
    padding:5px 2px !important;
    height: auto !important;
    overflow : auto !important;
}







.kh_vije_oth:hover, .kh_vije_oth .active {
    background: #eeede9
}

.kh_vije_rutitr {
    font: 13px/18px iranSans;
    color: #444;
    text-align: justify
}

.kh_vije_oth h2 {
    color: #252525;
    font: 20px/30px IRANSansBold
}

.kh_vije_oth h2 a {
    color: #25008c;
    font: 13px IRANSansBold;
    text-align: justify
}

.film-slider-a{
    display: inline-block !important;
    width: 235px!important;
    white-space: nowrap!important;
    overflow: hidden !important;
    text-overflow: ellipsis!important;
    margin-top: 9px!important;
}


.index-last-news .kh_vije_oth h2 a{
    display: inline-block !important;
    width: 205px!important;
    white-space: nowrap!important;
    overflow: hidden !important;
    text-overflow: ellipsis!important;
    margin-top: 9px!important;
}





.kh_vije_oth.active-main-slider h2 a {
    color: #178b8b !important
}

.kh_vije_oth:hover h2 a {
    color: #178b8b
}

.kh_vije_sub {
    font: 14px/22px iranSans;
    color: #fff;
    text-align: justify;
    position: absolute;
    bottom: 0;
    padding: 20px 32px 5px 34px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0
}

td .txt-box-news svg {
    float: right;
    margin: 8px 0 15px 10px
}

td .title-news {
    color: #000;
    font: 17px/25px RTNassim-bold;
    margin-bottom: 5px
}

td .noimg-news {
    height: 204px;
    width: 308px;
    display: block;
    background-color: #ccc
}

td .img-sec-news {
    height: 204px;
    width: 308px
}

td .content-img-news {
    width: 308px
}

.sec1 .txt-box-news {
    padding-right: 15px;
    padding-left: 19px
}

.sec1 .title-news {
    color: #000;
    font: 15px/25px IRANSansMedium;
    margin-bottom: 5px
}

.sec2 .title-news {
    color: #434d4c;
    font: 13px/29px IRANSansBold;
    padding-bottom: 3px
}

.sec2 .title-news:hover, .sec2 .title-news:focus {
    color: #178b8b
}

.sec1 .title-news:hover, .sec1 .title-news:focus {
    color: #178b8b
}

.sec1 .img-sec-news {
    width: 100%;
    height: 204px
}

.sec2 .img-sec-news {
    display: none
}

.sec2 .content-img-news {
    margin-bottom: 6px
}

.content-news a {
    display: block
}

.sec2 .subtitle-news {
    display: none
}

.subtitle-news {
    font: 12px/21px iranSans
}

.sec2 .txt-box-news {
    padding-top: 9px;
    padding-right: 8px;
    padding-left: 8px
}

.sec1 .noimg-news {
    width: 100%;
    height: 204px;
    display: block;
    overflow: hidden;
    background: #9d9d9d
}

.sec1 .box-img-news {
    padding-bottom: 11px;
    padding-left: 3px
}

.sec2 .noimg-news {
    display: none
}

.sec2 .subtitle-news {
    display: none
}

.sec2 .txt-box-news svg {
    float: right;
    display: inline-block;
    margin: 8px 0 15px 10px
}

.sec1 .txt-box-news svg {
    display: none
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec1 .img-sec-news, .sec1 .noimg-news {
        height: 284px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .mobile-margin-top {
        margin-top: 20px;
    }

    .sec2 .txt-box-news svg {
        margin: 7px 0 7px 10px !important
    }

    .sec1 .img-sec-news, .sec1 .noimg-news {
        height: 214px
    }

    .padd_col2 {
        padding-right: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec1 .img-sec-news, .sec1 .noimg-news {
        height: 165px
    }
}

td .item_pishkhan {
    width: 325px
}

td .noimg_pishkhan, td .pishkhan_slide_img {
    width: 100%;
    height: 280px
}

.a_img_pishkhan {
    padding: 0 10px
}

.pishkhan_slide_title {
    display: block;
    font: 15px/26px IRANSansBold;
    color: #ffffff;
    text-align: right;
    padding: 0
}

.pishkhan_slide_title:hover, .pishkhan_slide_title:focus {
    color: #188c8c
}

.pishkhan_slide_toptitle {
    margin: 7px 0
}

.pishkhan_slide_img {
    width: 100% !important;
    height: 328px
}

.titr1_slide {
    margin-top: 15px;
    position: relative
}

.noimg_pishkhan {
    display: block;
    width: 100%;
    height: 215px;
    background-color: #ccc
}

@media only screen and (min-width: 320px) and (max-width: 399px) {
    .pishkhan_slide_img, .noimg_pishkhan {
        height: 185px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .pishkhan_slide_img, .noimg_pishkhan {
        height: 291px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .pishkhan_slide_img, .noimg_pishkhan {
        height: 272px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pishkhan_slide_img, .noimg_pishkhan {
        height: 215px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pishkhan_slide_img, .noimg_pishkhan {
        height: 169px
    }
}

@media only screen and (max-width: 767px) {
    .main_ostanha {
        padding: 0 10px
    }
}

.didgah_img {
    display: block;
    width: 111px;
    height: 111px;
    border-radius: 50%;
    float: right;
    margin-left: 13px
}

.title_didgah {
    font: 15px/25px iranSans;
    color: #242424;
    text-align: justify
}

.title_didgah:hover, .title_didgah:focus {
    color: #178b8b
}

.subtitle_didgah {
    color: #7b7b7b;
    font: 13px/22px iranSans;
    text-align: justify
}

td .a_img_multi {
    position: relative;
    width: 600px;
    height: 397px;
    display: block;
    background-color: #ccc
}

td .multi_img {
    height: 397px
}

.owl-demo-multi_media {
    position: relative
}

.marg_multi {
    margin-bottom: 10px !important
}

.multi_img {
    display: block;
    width: 100%;
    height: 397px
}

.noimg_multi {
    display: block;
    width: 100%;
    height: 397px;
    background-color: #ccc
}

.multi_titr {
    background-color: #3c3c3c;
    padding: 17px 15px 18px 18px;
    color: #fff
}

.multi_title {
    color: #fff;
    font: 18px/26px RTNassim-bold
}

.multi_media {
    background-color: #3c3c3c
}

.subtitle-multi {
    color: #fff;
    font: 13px/22px IRANSansBold;
    margin-bottom: 10px
}

.controls_news_multi {
    bottom: 0;
    position: absolute
}

#owl-demo-multi_media .owl-dots {
    background-color: #1d1d1d;
    text-align: center !important
}

#owl-demo-multi_media .owl-dots .owl-dot span {
    width: 11px !important;
    height: 11px !important;
    background-color: #39d4c2
}

#owl-demo-multi_media .owl-dots .owl-dot.active span, #owl-demo-multi_media .owl-dots .owl-dot:hover span {
    background-color: #d1a866
}

.span_camera {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .7);
    text-align: center
}

.camera_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    margin: 0 auto;
    font-size: 17px
}

td .h_news_item_film {
    width: 438px;
    height: 291px;
    position: relative
}

td .no-img-film {
    width: 100%;
    height: 291px;
    background-color: #ccc;
    display: block
}

td .img_film img {
    width: 100%;
    height: 291px
}

td .top_contain_titr {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
    bottom: 0;
    padding: 16px;
    width: 100%
}

.top_contain_titr {
    font: 14px/22px nassim-bold;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 16px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0
}

.h_news_item_film {
    position: relative
}

.top_contain_titr a {
    font: 18px/26px nassim-bold;
    color: #fff
}

.img_film {
    display: block;
    height: 291px
}

.img_film img, .img_film .no-img-film {
    display: block;
    height: 291px;
    width: 100%
}

.no-img-film {
    background-color: #ccc
}

.img_4film {
    display: block;
    width: 151px;
    height: 101px;
    margin-left: 9px;
    float: right
}

.no-img-4film {
    display: block;
    width: 151px;
    height: 101px;
    float: right;
    background-color: #ccc
}

.item_title_0 .border_bt_ax, .item_title_1 .border_bt_ax {
    border-bottom: 1px dotted #636363
}

.item_4film {
    width: 100%;
    overflow: hidden;
    margin: 10px 0
}

.padd_l_ax {
    padding-left: 10px !important;
    overflow: hidden;
    height: 122px
}

.outer_4film:hover {
    background: rgba(0, 0, 0, .7)
}

.h_title_ax {
    overflow: hidden;
    height: 100px;
    padding-right: 9px;
    padding-left: 8px;
    padding-top: 10px
}

.h_title_ax a {
    font: 13px/22px IRANSansBold;
    color: #fff;
    height: 100px;
    overflow: hidden;
    display: block
}

.multi_title:focus {
    color: #188777
}

.ax_sub {
    font: 13px/17px IRANSansBold;
    color: #fff;
    height: 100px;
    overflow: hidden
}

.outer_4fim:hover {
    background-color: rgba(0, 0, 0, .8)
}

.span_video {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .7);
    text-align: center
}

.video_icon_film {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    margin: 0 auto;
    font-size: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 13px
}

.a_img_film {
    position: relative
}

.f4_film .span_video {
    position: absolute;
    right: 18%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-top: 11%;
    background: 0 0 !important
}

.f4_film .video_icon_film {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    margin: 0 auto;
    font-size: 17px;
    border: 4px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 20px
}

.film_news_item {
    position: relative
}

@media only screen and (max-width: 399px) {
    .multi_img, .noimg_multi {
        height: 200px
    }

    .img_film img, .img_film .no-img-film, .img_film {
        height: 186px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .multi_img, .noimg_multi {
        height: 306px
    }

    .img_film img, .img_film .no-img-film, .img_film {
        height: 292px
    }

    .f4_film .video_icon_film {
        right: -19px !important;
        top: -13px !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .multi_img, .noimg_multi {
        height: 286px
    }

    .f4_film .span_video {
        right: 11%;
        margin-top: 6%
    }

    .multi_img, .no-img-film {
        height: 286px
    }

    .img_film img, .img_film .no-img-film, .img_film {
        height: 273px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .multi_img, .noimg_multi {
        height: 250px
    }

    .multi_img, .no-img-film {
        height: 250px
    }

    .img_4film, .no-img-4film {
        display: block;
        width: 100%;
        height: 101px;
        padding-left: 0;
        float: none
    }

    .top_contain {
        padding: 10px 20px !important
    }

    .img_film img, .img_film .no-img-film, .img_film {
        height: 213px
    }

    .padd_l_ax {
        height: auto
    }

    .f4_film .span_video {
        margin-top: 16%;
        right: 34%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .multi_img, .noimg_multi {
        height: 323px
    }

    .multi_img, .no-img-film {
        height: 322px
    }

    .top_contain {
        padding: 10px 40px !important
    }

    .img_film img, .img_film .no-img-film, .img_film {
        height: 260px !important
    }

    .no-img-4film, .img_4film {
        width: 110px;
        height: 73px
    }

    .f4_film .span_video {
        margin-top: 5%;
        right: 13%
    }
}

@media only screen and (max-width: 767px) {
    .item_title_2 .border_bt_ax {
        border-bottom: 1px dotted #636363
    }
}

.row_pishnahad {
    position: relative
}

.gozar_ax {
    width: 100%;
    padding: 33px 38px 24px 36px
}

.wrapper {
    clear: both;
    height: 0;
    overflow: hidden
}

.main_tarikh_item_slide {
    width: 100%;
    overflow: hidden
}

.tarikh_img {
    display: block;
    position: relative;
    width: 100%
}

.box_title_gozar {
    width: 100%;
    position: relative;
    padding-top: 5px
}

.title_gozar_tarikh {
    display: block;
    color: #25008c;
    font: 13px/24px iranSans;
    text-align: center
}

.tarikh_img img {
    width: 100%;
    height: 128px;
    overflow: hidden
}

.noimg-gozar {
    width: 100%;
    height: 128px;
    background: #9d9d9d;
    display: block;
    float: right
}

.content_tarikh_img {
    overflow: hidden;
    position: relative;
    width: 100%
}

.my_controls_gozar {
    width: 100%;
    overflow: hidden
}

#owl-demo-1 .my_controls_gozar .owl-prev {
    position: absolute;
    width: 24px;
    height: 128px;
    background: #27e0d2;
    right: 2px;
    top: 0;
    margin-top: 33px
}

#owl-demo-1 .my_controls_gozar .owl-next {
    position: absolute;
    width: 24px;
    height: 128px;
    background: #27e0d2;
    left: 2px;
    top: 0;
    margin-top: 33px
}

#owl-demo-1 .my_controls_gozar .owl-prev:hover, #owl-demo-1 .my_controls_gozar .owl-next:hover {
    background: #a5f3ed
}

#owl-demo-1 .my_controls_gozar i {
    color: #fff;
    margin: 51px 9px;
    font-weight: 700 !important
}

td .item_ostan {
    width: 700px
}

td .noimg_ostan {
    display: block;
    height: 466px;
    background-color: #ccc
}

td .ostan_slide_img {
    width: 700px;
    height: 466px
}

td .ostan_slide_toptitle {
    position: absolute;
    bottom: 0;
    width: 700px
}

td .a_img_ostan {
    position: relative
}

.sec1 .news-chandresane {
    overflow: hidden;
    position: relative
}

.sec1 .news-chandresane a, td .news-chandresane a {
    position: relative;
    display: block
}

.sec1 .img-chandresane {
    width: 100%;
    height: 429px
}

.sec1 .txt-box-chandresane, td .txt-box-chandresane {
    font: 14px/22px nassim-bold;
    color: #fff;
    text-align: justify;
    position: absolute;
    bottom: 0;
    padding: 5px 22px 20px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0
}

.sec1 .title-chandresane, td .title-chandresane {
    display: block;
    font: 19px/28px nassim-bold;
    color: #fff;
    overflow: hidden
}

.sec1 .noimg-chandresane {
    width: 100%;
    height: 430px;
    display: block;
    background: #ccc
}

.sec2 .img-chandresane {
    height: 169px;
    width: 100%
}

.sec2 .noimg-chandresane {
    width: 100%;
    height: 169px;
    display: block;
    background: #ccc
}

.icon-video {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -15px;
    margin-right: -16px
}

.icon-player {
    font-size: 31px !important;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.sec2 .content-sec2:first-child {
    margin-bottom: 20px !important
}

.icon-player2 {
    font-size: 14px !important;
    color: #fff;
    float: right;
    line-height: 28px;
    margin-left: 7px;
    cursor: pointer
}

.sec1 .icon-player2 {
    display: none
}

.sec2 .title-chandresane {
    font: 14px/28px nassim-bold;
    color: #fff;
    display: block;
    overflow: hidden
}

.sec2 a {
    display: block;
    position: relative
}

.sec2 .txt-box-chandresane {
    padding: 4px 11px 11px 0;
    border: 1px solid transparent;
    border-top: none;
    overflow: hidden
}

.sec2 .txt-box-chandresane:hover {
    border-radius: 0 0 7px 7px;
    color: #000 !important;
    border-top: none
}

.sec2 .news-chandresane {
    position: relative
}

td .news-chandresane {
    width: 626px;
    position: relative
}

td .img-chandresane {
    height: 409px;
    width: 100%
}

td .noimg-chandresane {
    width: 100%;
    height: 409px;
    display: block;
    background: #ccc
}

td .news-chandresane i {
    display: none
}

.box-img-multimedia {
    display: block;
    margin-bottom: 12px;
    position: relative
}

.noimg-multimedia {
    width: 100%;
    height: 146px;
    display: block;
    overflow: hidden;
    background: #9d9d9d
}

.icon-multimedia {
    border: 3px solid #fff;
    position: absolute;
    border-radius: 50%;
    font-size: 16px;
    top: 50%;
    right: 50%;
    margin-top: -25px;
    margin-right: -20px
}

.icon-multimedia i {
    font-size: 26px;
    margin: 7px 11px 7px 12px;
    color: #ffff
}

.text-box-multimedia {
    padding: 0 13px 5px
}

.title-multimedia {
    color: #fff;
    font: 14px/22px IRANSansMedium;
    display: block
}

.img-multimedia {
    width: 100%;
    height: 146px
}

.icon_voice {
    color: #fff;
    font-size: 14px;
    float: right;
    margin-left: 6px;
    line-height: 20px
}

td .title-multimedia, td .icon_voice {
    color: #000
}

td .inner-multimedia {
    width: 229px
}

td .noimg-multimedia_vido, .img-multimedia_video {
    width: 257px
}

.inner-multimedia {
    width: 100%
}

.box-img-multimedia_video {
    display: block;
    margin-bottom: 12px;
    position: relative
}

.noimg-multimedia_vido {
    width: 100%;
    height: 184px;
    display: block;
    overflow: hidden;
    background: #9d9d9d
}

.icon-multimedia_video {
    border: 3px solid #fff;
    position: absolute;
    border-radius: 50%;
    font-size: 16px;
    top: 50%;
    right: 50%;
    margin-top: -25px;
    margin-right: -20px
}

.icon-multimedia_video i {
    font-size: 26px;
    margin: 7px 11px 7px 12px;
    color: #ffff
}

.text-box-multimedia_video {
    padding: 4px 3px 5px 5px;
    width: 100%
}

.title-multimedia_video {
    color: #fff;
    font: 16px/22px IRANSansMedium;
    display: block
}

.img-multimedia_video {
    width: 100%;
    height: 184px
}

td .title-multimedia_video, td .icon-player3 {
    color: #000
}

td .inner-multimedia {
    width: 307px
}

.icon-player3 {
    font-size: 14px !important;
    color: #fff;
    float: right;
    line-height: 21px;
    margin-left: 12px;
    cursor: pointer
}

@media only screen and (min-width: 320px) and (max-width: 399px) {
    .img-multimedia_video, .noimg-multimedia_vido {
        height: 200px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .img-multimedia_video, .noimg-multimedia_vido {
        height: 239px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .img-multimedia_video, .noimg-multimedia_vido {
        height: 146px
    }
}

.tarikh_jahan_img img {
    width: 100%;
    height: 246px;
    overflow: hidden
}

.noimg-jahan {
    width: 100%;
    background: #9d9d9d;
    display: block;
    float: right;
    height: 246px
}

@media only screen and (max-width: 479px) {
    .tarikh_jahan_img img, .noimg-jahan {
        height: 200px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .tarikh_jahan_img img, .noimg-jahan {
        height: 300px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tarikh_jahan_img img, .noimg-jahan {
        height: 300px
    }
}

.img-multimedia_pishnahad {
    width: 100%;
    height: 190px
}

.inner_dastgah {
    position: relative;
    margin-bottom: 10px
}

.img_v_dastgah {
    display: block;
    width: 100%;
    height: 315px
}

.title_v_dastgah {
    position: absolute;
    bottom: 0;
    padding: 0 20px 11px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0
}

.titr_v_dastgah {
    font: 16px/30px nassim-bold;
    color: #fff
}

.titr_v_dastgah:hover {
    color: #fff
}

.noimg-dastgah {
    display: block;
    width: 100%;
    height: 315px;
    background-color: #ccc
}

td .inner_dastgah_aval {
    width: 225px
}

.inner_dastgah_aval {
    height: 315px;
    background-color: #f8f8f8
}

.marg_bt .inner_dastgah_aval {
    height: auto
}

.title_aval_dastgah {
    overflow: hidden;
    padding: 10px 14px;
    height: 170px
}

.marg_bt .title_aval_dastgah {
    overflow: hidden;
    padding: 10px 14px;
    height: auto
}

.titr_aval_dastgah {
    color: #000;
    font: 15px/25px nassim-bold;
    text-align: justify;
    display: block;
    width: 100%
}

.subtitle_aval_dastgah {
    display: block;
    width: 100%;
    font: 12px/23px iranSans;
    color: #3f3f3f;
    text-align: justify;
    overflow: hidden
}

.img_aval_dastgah {
    display: block;
    width: 100%;
    height: 145px
}

td .inner_dastgah_didgah {
    width: 119px
}

.titr_didgah_dastgah {
    font: 13px/25px iranSans;
    color: #000;
    text-align: center
}

.img_didgah_dastgah {
    width: 100%;
    height: 119px;
    border-radius: 50%
}

.noimg-dastgah_didgah {
    width: 100%;
    height: 119px;
    border-radius: 50%;
    background-color: #ccc;
    display: block
}

td .khabar4_img img {
    width: 169px;
    height: 109px;
    float: right;
    margin-left: 10px
}

td .noimg-4khabar {
    width: 169px;
    height: 109px;
    float: right;
    margin-left: 10px;
    background-color: #ccc
}

.img_pager {
    display: block;
    width: 100%;
    height: 109px
}

.a_img_pager {
    width: 169px;
    height: 109px;
    float: right;
    margin-left: 12px
}

.sim-news-rutitr {
    font: 12px/20px iranSans;
    color: #6f6f6f
}

.sim-news-sub {
    font: 13px/20px iranSans;
    color: #424242
}

.sim-news-title {
    font: 16px/25px nassim-bold;
    color: #25008c
}

td .main_tarikh_item_slide {
    width: 195px;
    display: block
}

td .c-box_pishnahad, td .noimg-gozar {
    width: 100%;
    height: 128px
}

.row_pishnahad {
    position: relative
}

.gozar_ax {
    width: 100%;
    padding: 15px 38px 24px 36px
}

.wrapper {
    clear: both;
    height: 0;
    overflow: hidden
}

.main_tarikh_item_slide {
    width: 100%;
    overflow: hidden
}

.tarikh_img {
    display: block;
    position: relative;
    width: 100%
}

.box_title_gozar {
    width: 100%;
    position: relative;
    padding-top: 5px
}

.title_gozar_tarikh {
    display: block;
    color: #000;
    font: 12px/24px iranSans;
    text-align: center
}

.tarikh_img img {
    width: 100%;
    height: 128px;
    overflow: hidden
}

.noimg-gozar {
    width: 100%;
    height: 128px;
    background: #9d9d9d;
    display: block;
    float: right
}

.content_tarikh_img {
    overflow: hidden;
    position: relative;
    width: 100%
}

.my_controls_gozar {
    width: 100%;
    overflow: hidden
}

#owl-demo-1 .my_controls_gozar .owl-prev {
    position: absolute;
    width: 24px;
    height: 128px;
    background: #27e0d2;
    right: 2px;
    top: 0;
    margin-top: 15px
}

#owl-demo-1 .my_controls_gozar .owl-next {
    position: absolute;
    width: 24px;
    height: 128px;
    background: #27e0d2;
    left: 2px;
    top: 0;
    margin-top: 15px
}

#owl-demo-1 .my_controls_gozar .owl-prev:hover, #owl-demo-1 .my_controls_gozar .owl-next:hover {
    background: #a5f3ed
}

#owl-demo-1 .my_controls_gozar i {
    color: #fff;
    margin: 51px 9px;
    font-weight: 700 !important
}

@media only screen and (max-width: 399px) {
    .tarikh_img img, .noimg-gozar, #owl-demo-1 .my_controls_gozar .owl-prev, #owl-demo-1 .my_controls_gozar .owl-next {
        height: 150px
    }

    #owl-demo-1 .my_controls_gozar i {
        margin-top: 70px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .tarikh_img img, .noimg-gozar, #owl-demo-1 .my_controls_gozar .owl-prev, #owl-demo-1 .my_controls_gozar .owl-next {
        height: 256px
    }

    #owl-demo-1 .my_controls_gozar i {
        margin-top: 125px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tarikh_img img, .noimg-gozar, #owl-demo-1 .my_controls_gozar .owl-prev, #owl-demo-1 .my_controls_gozar .owl-next {
        height: 112px
    }

    #owl-demo-1 .my_controls_gozar i {
        margin-top: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tarikh_img img, .noimg-gozar, #owl-demo-1 .my_controls_gozar .owl-prev, #owl-demo-1 .my_controls_gozar .owl-next {
        height: 135px
    }
}

@media only screen and (min-width: 912px) and (max-width: 1199px) {
    .tarikh_img img, .noimg-gozar, #owl-demo-1 .my_controls_gozar .owl-prev, #owl-demo-1 .my_controls_gozar .owl-next {
        height: 100px
    }
}

@media only screen and (min-width: 1200px) {
    .six_ads a img {
        padding-left: 10px
    }
}

td .title_tarikh_jahan, td .icon_camera {
    color: #000
}

td .noimg-jahan, td .c-box {
    width: 384px;
    height: 246px
}

.title_tarikh_jahan {
    display: block;
    color: #fff;
    font: 15px/24px IRANSansMedium;
    padding: 12px 5px 10px
}

.icon_camera {
    font-size: 20px !important;
    color: #fff;
    float: right;
    line-height: 42px;
    margin-left: 11px
}

td .dastgah-chandresane {
    width: 325px;
    height: 219px
}

td .noimg-dastgah-chandresane {
    background-color: #ccc;
    height: 219px;
    display: block
}

td .dastgah-chandresane i {
    display: block
}

td .img-chandresane-dastgah {
    height: 219px
}

.content-chandresane-dastgah {
    padding: 15px 10px !important;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-top: none
}

.sec1 .dastgah-chandresane {
    overflow: hidden;
    position: relative
}

.sec1 .dastgah-chandresane a, td .dastgah-chandresane a {
    position: relative;
    display: block
}

.sec1 .img-chandresane-dastgah {
    width: 100%;
    height: 219px
}

.sec1 .noimg-dastgah-chandresane {
    width: 100%;
    height: 219px;
    display: block;
    background-color: #ccc
}

.sec1 .txt-dastgah-chandresane2, td .txt-dastgah-chandresane2 {
    font: 14px/22px iranSans;
    color: #000;
    text-align: justify;
    bottom: 0;
    width: 100%
}

.sec1 .title-chandresane-dastgah2, td .title-chandresane-dastgah2 {
    display: block !important;
    font: 15px/28px IRANSansBold;
    color: #000;
    overflow: hidden
}

.sec1 .noimg-dastgah-chandresane {
    width: 100%;
    display: block;
    background: #ccc
}

.sec2 .img-chandresane-dastgah {
    height: 105px;
    width: 100%
}

.sec2 .noimg-dastgah-chandresane {
    height: 105px;
    width: 100%;
    display: block;
    background-color: #ccc
}

.sec2 .noimg-dastgah-chandresane {
    width: 100%;
    height: 105px;
    display: block;
    background: #ccc
}

.sec2 .content-sec2-dastgah .video-news-dastgah:nth-child(2n+1) {
    padding-left: 6px !important
}

.sec2 .content-sec2-dastgah .video-news-dastgah:nth-child(2n) {
    padding-right: 6px !important
}

.icon-video {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -13px;
    margin-right: -19px;
    box-shadow: #75716e
}

.slider-chandresane-dastgah .icon-player_dastgah {
    font-size: 40px !important
}

.icon-player_dastgah {
    font-size: 31px !important;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.sec2 .content-sec2:first-child {
    margin-bottom: 20px !important
}

.icon-player2-dastgah {
    font-size: 12px !important;
    color: #000;
    float: right;
    line-height: 22px;
    margin-left: 7px;
    cursor: pointer
}

.sec1 .icon-player2-dastgah {
    display: block
}

.sec2 .title-chandresane-dastgah2 {
    font: 13px/28px iranSans;
    color: #000;
    display: block;
    overflow: hidden
}

.sec2 a {
    display: block;
    position: relative
}

.sec2 .txt-dastgah-chandresane2 {
    padding: 4px 0 11px;
    border: 1px solid transparent;
    border-top: none;
    overflow: hidden
}

.sec2 .txt-dastgah-chandresane:hover {
    border-radius: 0 0 7px 7px;
    color: #000 !important;
    border-top: none
}

.sec2 .dastgah-chandresane {
    position: relative
}

.padding_dastgah {
    padding: 0 10px
}

.dastgah_pishkhan .pishkhan {
    margin-bottom: 10px !important
}

#owl-demo5 .owl-nav_media {
    width: 100%;
    position: absolute;
    top: 39%;
    left: 0;
    margin: 0;
    display: block
}

#owl-demo5 .owl-nav_media > div {
    position: absolute;
    margin: 0;
    padding: 5px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    font-size: 20px;
    overflow: hidden;
    color: #fff;
    opacity: .7;
    background: rgba(0, 0, 0, .7) !important;
    text-align: center
}

#owl-demo5 .owl-nav_media > div:hover {
    background: rgba(84, 130, 128, .9) !important
}

#owl-demo5 .owl-nav_media > div.owl-prev {
    left: 0;
    top: 0
}

#owl-demo5 .owl-nav_media > div.owl-next {
    right: 0;
    top: 0
}

@media only screen and (max-width: 399px) {
    .sec1 .img-chandresane-dastgah, .sec2 .img-chandresane-dastgah, .sec1 .noimg-dastgah-chandresane, .sec2 .noimg-dastgah-chandresane {
        height: 172px;
        padding: 0 !important
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .sec1 .img-chandresane-dastgah, .sec2 .img-chandresane-dastgah, .sec1 .noimg-dastgah-chandresane, .sec2 .noimg-dastgah-chandresane {
        height: 278px;
        padding: 0 !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec1 .img-chandresane-dastgah, .sec1 .noimg-dastgah-chandresane {
        height: 258px;
        padding: 0 !important
    }

    .sec2 .img-chandresane-dastgah, .sec2 .noimg-dastgah-chandresane {
        height: 125px;
        padding: 0 !important
    }
}

@media only screen and (max-width: 479px) {
    .sec2 .content-sec2-dastgah .video-news-dastgah:nth-child(2n+1) {
        padding-left: 10px !important
    }
}

@media only screen and (max-width: 767px) {
    .main-chandresane-dastgah {
        margin-bottom: 10px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec1 .img-chandresane-dastgah, .sec1 .noimg-dastgah-chandresane, .sec2 .img-chandresane-dastgah, .sec2 .noimg-dastgah-chandresane {
        height: 138px;
        padding: 0 !important
    }

    .sec2 .content-sec2-dastgah .video-news-dastgah:nth-child(2n+1), .sec2 .content-sec2-dastgah .video-news-dastgah:nth-child(2n) {
        padding: 0 !important
    }
}

td .news-kh_ostan {
    width: 700px;
    height: 466px;
    position: relative
}

td .img-kh_ostan {
    height: 466px
}

td .noimg-kh_ostan {
    width: 100%;
    display: block;
    background: #ccc;
    height: 466px
}

.noimg-kh_ostan {
    width: 100%;
    display: block;
    background: #ccc;
    height: 466px
}

.sec1 .news-kh_ostan {
    overflow: hidden;
    position: relative
}

.sec1 .news-kh_ostan a, td .news-kh_ostan a {
    position: relative;
    display: block
}

.sec1 .img-kh_ostan {
    width: 100%;
    height: 466px
}

.sec1 .txt-news-kh_ostan, td .txt-news-kh_ostan {
    font: 14px/22px nassim-bold;
    color: #000;
    text-align: justify;
    bottom: 0;
    width: 100%
}

.sec1 .title-chandresane-dastgah, td .title-chandresane-dastgah {
    display: block;
    font: 15px/28px iranSans;
    color: #000;
    overflow: hidden
}

.sec1 .noimg-news-kh_ostan {
    width: 100%;
    height: 408px;
    display: block;
    background: #ccc
}

.txt-box-kh_ostan {
    font: 14px/22px nassim-bold;
    color: #fff;
    text-align: justify;
    position: absolute;
    bottom: 0;
    padding: 5px 22px 20px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0
}

@media only screen and (max-width: 399px) {
    .sec1 .img-kh_ostan, .noimg-kh_ostan {
        height: 200px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .sec1 .img-kh_ostan, .noimg-kh_ostan {
        height: 306px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec1 .img-kh_ostan, .noimg-kh_ostan {
        height: 300px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec1 .img-kh_ostan, .noimg-kh_ostan {
        height: 333px
    }

    .six_ads a img {
        padding-left: 5px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec1 .img-kh_ostan, .noimg-kh_ostan {
        height: 377px
    }

    .six_ads a img {
        padding-left: 5px
    }
}

.shora {
    margin-top: 10px !important;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    border-top: none !important;
    position: relative;
    margin-bottom: 10px !important
}

.slider_dastgah_number {
    padding: 5px 10px 0 !important
}

.shora_img {
    display: block;
    width: 111px !important;
    height: 111px;
    float: right;
    margin-left: 13px;
    border-radius: 50%
}

.noimg_shora {
    display: block;
    width: 111px !important;
    height: 111px;
    float: right;
    margin-left: 13px;
    border-radius: 50%;
    background-color: #ccc
}

.border_btn_shora .inner_didgah {
    border-bottom: 1px dotted #7b7b7b
}

#owl-demo-shora .owl-item .border_btn_shora > div:last-child .inner_didgah {
    border-bottom: none
}

#owl-demo-shora .owl-controls_media {
    position: absolute;
    top: -25px;
    left: 11px
}

.span_i_shora .fa-angle-right {
    display: block;
    margin-right: 4px;
    margin-top: -1px
}

.span_i_shora .fa-angle-left {
    display: block;
    margin-right: 5px;
    margin-top: -1px
}

#owl-demo-shora .owl-controls_media .owl-prev, #owl-demo-shora .owl-controls_media .owl-next {
    display: inline-block;
    float: left;
    padding-right: 5px
}

#owl-demo-shora .owl-controls_media .owl-prev {
    margin-right: 23px
}

.bg_font_vigeh {
    position: absolute;
    padding-right: 0
}

#owl-demo2 .bg_font_vigeh {
    position: absolute;
    padding-right: 0;
    padding-top: 7px
}

.counter_box {
    float: left;
    position: absolute;
    left: 36px;
    top: 9px
}

.span_i_shora {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #bc9d67;
    border-radius: 50%
}

.pager_ostanha .span_i_shora {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #85ede4;
    border-radius: 50%
}

.noimg-multimedia {
    width: 100%;
    height: 146px;
    display: block;
    overflow: hidden;
    background: #9d9d9d
}

.text-box-multimedia_ax {
    padding: 0 8px 5px
}

.title-multimedia_ax {
    color: #000;
    font: 14px/22px iranSans;
    display: block
}

.img-multimedia {
    width: 100%;
    height: 146px
}

.ax_ostanha .main-news-multimedia {
    padding-top: 13px
}

td .title-multimedia, td .icon_voice {
    color: #000
}

td .inner-multimedia {
    width: 229px
}

td .news-film_ostan {
    width: 1000px;
    height: 706px
}

td .noimg_film_ostan {
    width: 100%;
    height: 706px;
    display: block;
    background-color: #ccc
}

.news-film_ostan {
    overflow: hidden;
    position: relative
}

.player_film_ostan {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -15px;
    margin-right: -16px
}

.icon_film_ostan {
    font-size: 47px !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    opacity: .7
}

.content_film_ostan {
    padding: 0 47px
}

.sec1 .img_film_ostan {
    width: 100%;
    height: 708px
}

.sec1 .noimg_film_ostan {
    width: 100%;
    height: 708px;
    display: block;
    background: #ccc
}

.txt-box_kh_ostan {
    position: absolute;
    bottom: 0;
    padding: 5px 22px 15px 25px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
    width: 100%
}

.title-kh_ostan {
    font: 20px/28px nassim-bold;
    color: #fff
}

.subtitle_film_ostan {
    font: 13px/22px iranSans;
    color: #fff
}

@media only screen and (max-width: 399px) {
    .sec1 .noimg_film_ostan, .sec1 .img_film_ostan {
        height: 200px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .sec1 .noimg_film_ostan, .sec1 .img_film_ostan {
        height: 306px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sec1 .noimg_film_ostan, .sec1 .img_film_ostan {
        height: 300px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec1 .noimg_film_ostan, .sec1 .img_film_ostan {
        height: 437px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec1 .noimg_film_ostan, .sec1 .img_film_ostan {
        height: 461px
    }
}

@media only screen and (max-width: 767px) {
    .content_film_ostan {
        padding: 0
    }
}

.bg_bargozide {
    background-color: #f8f8f8
}

.title_aval_dastgah2 {
    overflow: hidden;
    padding: 10px 14px;
    border-bottom: 1px dotted #4a4a4a
}

.rutitr_aval_dastgah2, .subtitle_aval_dastgah2 {
    color: #626262;
    font: 11px/20px iranSans;
    text-align: center
}

.titr_aval_dastgah2 {
    color: #000;
    font: 13px/22px iranSans;
    text-align: center
}

.related_bargozide {
    padding: 10px 8px 10px 11px
}

.related_bargozide .linear_news svg {
    float: right;
    margin-top: 5px;
    margin-left: 5px
}

.title5_khv {
    font: 12px/25px iranSans;
    color: #000
}

td .inner_kh_general {
    width: 698px;
    height: 480px
}

td .img_v_general, td .noimg-general {
    height: 480px
}

.inner_kh_general {
    position: relative;
    margin-bottom: 10px
}

.img_v_general {
    display: block;
    width: 100%;
    height: 460px
}

.noimg-general {
    display: block;
    width: 100%;
    height: 460px;
    background-color: #ccc
}

.titr_khV_general {
    font: 16px/30px IRANSansMedium;
    color: #fff
}

.subtitle_khV_general {
    font: 13px/20px iranSans;
    color: #fff
}

.title_khV_general {
    position: absolute;
    bottom: 0;
    padding: 0 22px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
    overflow: hidden
}

@media only screen and (max-width: 479px) {
    .img_v_general, .noimg-general {
        height: 200px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .img_v_general, .noimg-general {
        height: 285px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img_v_general, .noimg-general {
        height: 326px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .img_v_general, .noimg-general {
        height: 378px
    }
}

.kh_aval_general {
    border-top: 1px solid #dadada
}

.kh_aval_general.no-border {
    border: 0 !important
}

.marg_general {
    margin-top: 15px;
    overflow: hidden
}

.kh_aval_general .style_contents {
    float: right
}

.kh_aval_general .style_contents:last-child {
    width: 32.2%;
    padding-left: 0
}

.inner_general {
    background-color: #f8f8f8;
    border: 1px solid transparent;
    border-top: none
}

.title_news_general {
    padding: 10px
}

.inner_general:hover {
    border: 1px solid #27a7cf;
    border-top: none
}

.titr_news_general {
    font: 14px/25px iranSans;
    color: #000
}

.titr_news_general:hover {
    color: #000
}

.subtitle_news_general {
    font: 12px/25px iranSans;
    color: #636363
}

td .inner_general {
    width: 225px
}

@media only screen and (max-width: 399px) {
    .style_contents {
        width: 100% !important;
        padding-left: 0 !important
    }
}

.content_item {
    width: 100%;
    border: 1px solid #39d4c2;
    margin-bottom: 10px;
    overflow: hidden;
    direction: rtl
}

.live-header {
    padding: 0 16px 0 17px !important;
    min-height: 42px;
    background: #ebfbfa
}

.title_content a {
    font: 13px/42px iransans;
    color: #179486;
    text-align: right
}

.date_content {
    font: 13px/22px iranSans;
    margin: 13px 0;
    color: #179486;
    text-align: left;
    direction: rtl
}

.content_item .body {
    padding: 5px 15px !important;
    font: 13px/25px iranSans;
    text-align: right;
    color: #000
}

.hotnews.content_item {
    border-color: #cc0001
}

.hotnews .live-header {
    background: #fdf3f2
}

.hotnews .date_content {
    color: #cd0003
}

.hotnews .title_content a {
    font: 13px/42px iransans;
    color: #cd0003;
    text-align: right
}

.news_print_container .body .image_btn {
    max-width: 100%;
    page-break-before: avoid;
    break-before: avoid;
    page-break-after: avoid;
    page-break-inside: avoid;
    height: 100%
}

.img-responsive-news {
    max-width: 100%
}

.news_print_container .body .news_corner_image {
    max-width: 100%;
    page-break-before: avoid;
    break-before: avoid;
    page-break-after: avoid;
    page-break-inside: avoid;
    height: 100%
}

.six_ads:nth-child(6) a img {
    padding-left: unset
}

.form-contents {
    font: 15px/22px iransans;
    color: #000;
    direction: rtl;
    padding: 20px 10px
}

.form-contents .control-label {
    margin-bottom: 5px
}

.form-contents .frm_label {
    font: 16px/17px iransans;
    color: #222
}

.form-contents input.text {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-weight: 400;
    color: #555;
    border: 1px solid #9a9a9a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
    font: 12px/20px iransans;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-contents .CheckBox input.text {
    font-weight: 400;
    color: #2d2d2d;
    font: 11px tahoma, verdana, arial, helvetica;
    width: unset;
    height: unset;
    padding-right: 0;
    border: none;
    border-radius: unset
}

.form-contents textarea.text {
    width: 100%;
    padding: 6px 12px;
    font-weight: 400;
    color: #555;
    border: 1px solid #9a9a9a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
    font: 12px/20px iransans;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-contents .sec_img {
    border-radius: 5px;
    margin-right: 4px
}

.form-contents .secimage {
    background: #fff none;
    border: 1px solid #9a9a9a;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 1.42857;
    transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 5px
}

.form-contents .sec_img input.text {
    height: 25px
}

.form-contents .butt {
    height: 21px;
    padding: 0 19px;
    font: 12px/17px iranSans;
    color: #000;
    border: 1px solid #707070;
    border-radius: 3px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(218, 218, 218, 1) 50%, rgba(207, 207, 207, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(218, 218, 218, 1) 50%, rgba(207, 207, 207, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(218, 218, 218, 1) 50%, rgba(207, 207, 207, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cfcfcf', GradientType=0)
}

.form-contents select.text {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-weight: 400;
    color: #555;
    border: 1px solid #9a9a9a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 10px;
    font: 13px/20px iransans;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

body {
    text-align: justify
}

.body.Htags {
    font-weight: 400;
    padding: 0;
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    padding: 0;
    margin: 0
}

body {
    background: #fff;
    padding: 0;
    margin: 0;
    font: 13px Tahoma, Arial;
    font-weight: 400;
    color: #000;
    direction: rtl
}

.page {
    background: #fff;
    margin: auto;
    direction: rtl;
    padding: 5px 0
}

.wrapper {
    clear: both;
    height: 0;
    overflow: hidden
}

.body_img {
    display: block;
    border: 0
}

.linear_news {
    direction: rtl;
    margin-bottom: 4px;
    text-align: right;
    width: 100%
}

.nomp {
    margin: 0;
    padding: 0
}

.center_img {
    border: 0;
    display: block;
    margin: auto
}

div.horizontal_scroller, div.vertical_scroller {
    position: relative;
    height: 20px;
    width: 970px;
    display: block;
    overflow: hidden
}

div.scrollingtext {
    position: absolute;
    white-space: nowrap;
    font: 11px/18px tahoma;
    color: #fff
}

div.scrollingtext span {
    color: #dedede
}

.scroller_anchor {
    height: 0;
    margin: 0;
    padding: 0
}

.scroller {
    text-align: right;
    z-index: 60000
}

.fix_box {
    z-index: 999;
    display: block;
    position: relative
}

.head-bala {
    position: relative;
    transition: all .5s ease;
    background-color: #24dfd1;
    background-image: url("../kedmat-img/bg.svg");
    background-attachment: fixed;
}

@media only screen and (max-width: 991px) {
    .head-bala {
        background: #24dfd1;
    }
}

@media only screen and (max-width: 844px) and (min-width: 768px) {
    .head-bala {
        background: #24dfd1;
    }
}

@media only screen and (max-width: 767px) {
    .head-bala {
        background: #24dfd1;
    }
}

.head-bala-scroll {
    height: 50px
}

.head-bala-scroll .main_head .main_logo .nav_link_a {
    line-height: 45px !important
}

.head-bala-scroll .srvice_nav_ul li {
    height: 50px
}

.head-bala-scroll .srvice_nav_ul .nav_link_fasele {
    line-height: 50px
}

.head-bala-scroll .row_icon_nav {
    margin-top: 9px
}

.head-bala-scroll .logo-img {
    height: 50px;
    background-size: auto 50px !important
}

.head-bala-scroll .second-main-menu {
    top: 50px
}

.hd-row2 {
    box-shadow: 0 5px 5px #d2d2d2
}

.main_menu {
    width: 100%;
    height: 80px;
    background-color: #24dfd1;

}

.main-header-inner {
    position: relative
}

.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.main_logo {
    position: relative;
    height: 80px
}

.logo-img {
    position: absolute;
    display: block;
    width: 240px;
    height: 80px;
    float: right
}

.service_nav_parrent {
    width: 100%;
    position: relative;
    z-index: 99
}

.nav_service {
    height: 80px
}

.service_na .srvice_nav_ul {
    width: 100%;
    overflow: hidden;
    height: 100px
}

.fix_menu_desktop .srvice_nav_ul {
    top: 45px
}

.srvice_nav_ul li {
    display: block;
    float: right;
    height: 80px
}

.srvice_nav_ul li:last-child {
    display: none
}

.srvice_nav_ul .nav_link_fasele {
    line-height: 75px;
    display: block;
    float: right;
    height: 80px;
    color: #82e6e4;
    padding: 0 12px 0 10px
}

.srvice_nav_ul li.li_active a {
    color: #474749
}

.ul_service_footer li.li_active a span {
    color: #474749
}

.srvice_nav_ul li.li_active a span {
    color: #474749
}

.srvice_nav_ul li.li_over a {
    color: #474749;
    background: 0 0
}

.nav_link_a {
    display: block;
    font: 18px/80px nassim-bold;
    color: #fff
}

.nav_link_a:hover {
    color: #000;
    text-decoration: none
}

.row_service_nav {
    width: calc(100% - 150px);
    float: right;
    padding-right: 220px;
    height: 80px
}

.head-bala-scroll .row_service_nav, .head-bala-scroll .main_logo, .head-bala-scroll .service_nav_parrent, .head-bala-scroll .nav_service {
    height: 50px
}

.head-bala-scroll.head-bala {
    background: #24dfd1;
}


@media only screen and (max-width: 992px) {
    .head-bala-scroll.head-bala {
        background: #24dfd1;
    }
}

@media only screen and (max-width: 767px) {
    .head-bala-scroll.head-bala {
        background: #24dfd1;
    }
}

.row_icon_nav {
    width: 120px;
    float: left;
    margin-top: 23px;
    position: relative
}

.main-search {
    width: 25px;
    color: #c5f2ed;
    cursor: pointer;
    padding-left: 13px;
    position: relative;
    float: right;
    height: 32px;
    z-index: 9999;
    margin-top : -24px
}

.main-search i.search-border {
    color: #474749;
    z-index: 9999
}

.main-search i {
    display: block;
    font-size: 23px;
    margin-top: 0;
    height: 32px;
    width: 21px;
    transform: rotate(80deg)
}

.main-serach-box {
    height: 44px;
    position: absolute;
    width: 300px;
    top: -5px;
    left: 30px;
    display: none;
    z-index: 99
}

.show-search {
    display: block
}

.search-box {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.search-box a.search-icon {
    color: #fff;
    height: 36px;
    text-align: right;
    width: 39px;
    float: left
}

.search-box a.search-icon i {
    font-size: 22px;
    color: #fff
}

.search-box form {
    border: 0;
    width: 100%;
    float: left;
    height: 44px;
    overflow: hidden;
    background: #c5f2ed
}

.search-box form input {
    width: 100%;
    height: 44px;
    font: 15px/25px nassim-bold;
    color: #474749;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding-right: 23px
}

.second-main-menu {
    width: 100%;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 999;
    background: rgb(1 8 62 / 90%);
    display: none;
    overflow-y: auto
}

.menu-icon {
    float: left;
    padding-left: 0
}

.menu-icon > div {
    color: #c5f2ed;
    font-size: 30px;
    cursor: pointer
}

.logo_sec_anchor .second-main-menu {
    top: 45px
}

.toggle-service-nav-cover {
    width: 100%;
    display: none;
    background-color: #303337;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 4
}

#toggle-service-nav {
    padding: 25px 16.5% 44px 0 !important
}

#toggle-service-nav ul.navbar-nav {
    width: 19%;
    float: right !important;
    border-right: 2px solid #27a7cf;
    height: 102px
}

.border_left_menu {
    margin-top: -10px
}

#toggle-service-nav ul.navbar-nav li {
    width: 100%;
    padding: 0 11px 0 5px
}

#toggle-service-nav ul.navbar-nav li a {
    width: 100%;
    font: 16px/25px nassim-bold;
    color: #adadad;
    padding: 0
}

#toggle-service-nav ul.navbar-nav li:hover a {
    color: #27a7cf
}

#toggle-service-nav ul.navbar-nav li.li_active a {
    color: #fff
}

.toggle-search-cover form {
    margin: 40px 16.5% 20px 13% !important;
    height: 52px;
    background-color: #a8a6a7;
    color: #010101
}

.form-control-menu {
    background-color: #a8a6a7;
    height: 52px;
    border: none;
    color: #000;
    font: 13px/20px nassim-bold;
    padding-right: 21px;
    width: calc(100% - 45px) !important
}

.search-item_menu {
    float: left;
    padding-left: 20px
}

.search-item_menu i {
    font-size: 25px;
    color: #000;
    line-height: 45px
}

@media only screen and (max-width: 767px) {
    #toggle-service-nav ul.navbar-nav {
        width: 100%;
        border-right: none;
        height: auto
    }

    #toggle-service-nav ul.navbar-nav li {
        border-bottom: 1px solid #76e2d3;
        height: 30px
    }

    #toggle-service-nav ul.navbar-nav li a {
        font: 15px/30px IRANSansMedium !important
    }

    #toggle-service-nav {
        padding: 0 10px !important
    }

    .border_left_menu {
        margin-top: 0 !important
    }

    .navbar-nav {
        margin: 0 !important
    }

    .main-serach-box {
        width: 183px
    }

    .toggle-search-cover form {
        margin: 15px 3.5% 15px 3% !important
    }

    .row_icon_nav {
        margin-left: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav_link_a {
        font-size: 16px
    }

    .srvice_nav_ul .nav_link_fasele {
        padding: 0 11px 0 10px
    }
}

ul.social-network {
    width: 36px;
    position: fixed;
    top: 164px;
    left: 24px;
    z-index: 3
}

ul.social-network li {
    width: 100%;
    height: 36px
}

ul.social-network li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #414141;
    text-align: center;
    padding-right: 4px
}

ul.social-network li .suroosh_s {
    padding-right: 0
}

ul.social-network li a i {
    color: #d3a766
}

ul.social-network li a i:hover {
    color: #24dfd1
}

ul.social-network li:nth-child(1) a {
    font-size: 32px
}

ul.social-network li:nth-child(6) a {
    font-size: 30px;
    margin-top: 6px
}

ul.social-network li a svg {
    width: 34px;
    height: 38px
}

ul.social-network li .aparat svg {
    width: 30px;
    height: 36px
}

ul.social-network li .social_link_logo svg {
    width: 27px;
    height: 27px;
    margin-top: 5px
}

ul.social-network li .nav_gap svg {
    width: 28px;
    height: 28px;
    margin-top: 5px
}

ul.social-network li a svg {
    fill: #d3a766
}

ul.social-network li:hover a svg path:first-child {
    fill: #24dfd1
}

.row1_ft {
    position: relative;
    width: 100%;
    height: 35px;
    background: #d1a866;
    border-bottom: 1px solid #edddc3
}

.logo_ft {
    display: block;
    position: absolute;
    text-align: center;
    top: 11px;
    background: url('../img/logo_ft.gif') no-repeat center top;
    height: 49px;
    width: 100%
}

.row2_ft {
    width: 100%;
    background: #27a7cf
}

.ft-main-menu {
    padding: 54px 4px 0 0;
    border-bottom: 1px solid #76e2d3
}

.nav_service_footer > ul > li {
    float: right;
    padding-left: 20px;
    margin-bottom: 37px;
    width: 16.6%
}

.nav_service_footer > ul > li > a {
    font: 17px/26px nassim-bold;
    margin-bottom: 5px;
    color: #000;
    display: block
}

.nav_service_footer > ul > li li a {
    font: 11px/26px IRANSansMedium;
    color: #08352e
}

.nav_service_footer > ul > li li a:hover {
    color: #fff
}

.nav_service_footer > ul > li li.li_over a, .nav_service_footer > ul > li li.li_active a {
    color: #08352e
}

.padd_ul {
    padding-top: 13px
}

.dakheli-links {
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #76e2d3;
    text-align: center
}

.dakheli-links li {
    float: right
}

.dakheli-links li a {
    font: 11px/40px IRANSansMedium;
    color: #083230
}

.dakheli-links li span {
    display: block;
    width: 1px;
    height: 11px;
    background: #083532;
    margin: 15px 17px 0
}

.dakheli-links li.li_over a {
    color: #fff
}

.dakheli-links li.li_active a {
    color: #fff
}

.ul_style_nav {
    display: inline-block;
    padding-top: 3px
}

.ul_style_nav li a:hover {
    color: #fff
}

.iransamaneh_ft {
    width: 100%;
    height: 87px
}

.iransamaneh_ft div {
    text-align: center;
    margin-top: 13px
}

.div_copy span {
    font: 11px/32px iranSans
}

.ir-s, .iransamaneh {
    font: 11px/32px IRANSansMedium;
    color: #083230
}

.ir-s:hover {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .row2_ft {
        height: 125px
    }

    .iransamaneh_ft {
        padding-top: 15px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row2_ft {
        height: auto
    }
}

#nav {
    background-color: #969594;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding-left: 15px;
    margin-top: 3px
}

#nav a {
    color: #fff;
    font: 10px tahoma;
    background: #72706f;
    text-decoration: none;
    margin: 0 5px;
    padding: 3px 5px
}

#nav a.activeSlide {
    background: #a40b0d
}

#nav a:focus {
    outline: none
}

.mobile_view i {
    font-size: 23px;
    position: relative;
    top: 4px;
    color: #c5f2ed
}

@media only screen and (max-width: 767px) {
    .mobile_view {
        display: inline-block !important;
        cursor: pointer
    }
}

.search_input {
    width: 136px;
    height: 17px;
    font: 12px tahoma;
    border: none;
    margin-top: 13px;
    background-image: url('../img/bg_texbox.html')
}

.news_nav {
    font: normal 11px tahoma;
    color: #1809a6;
    text-decoration: none
}

.news_nav_title {
    font: normal 11px tahoma;
    color: #000;
    text-decoration: none
}

.news_nav_toolbar {
    font: normal 11px iranSans;
    color: #000;
    text-decoration: none;
    cursor: pointer
}

#pager {
    font: 11px iranSans;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #000;
    margin: 5px 0 3px
}

#pager a {
    padding-right: 3px;
    padding-left: 3px;
    background-color: #999;
    font: 12px iranSans;
    font-weight: 600;
    color: #fff;
    text-decoration: none
}

#pager a:hover {
    color: #fff;
    background-color: #666
}

.marg_r {
    margin-right: 10px
}

.search {
    width: 140px;
    padding-right: 0
}

.searchNav {
    font: 12px tahoma, Arial;
    color: #000;
    background-color: #f8f8f8;
    margin-top: 5px;
    border: 1px solid #e0e0e0;
    height: 25px
}

.search_result {
    font: 15px 'Times New Roman', tahoma, Arial;
    color: #004b97;
    text-decoration: none;
    font-weight: 700
}

.search_result:hover {
    color: #bb0003
}

.search_result:active {
    color: #3047a0
}

.search_result:visited {
    color: #3047a0
}

.summerize {
    font: normal 13px arial;
    color: #3a3a3d
}

.poll_title {
    font: 14px Arial;
    color: #1809a6;
    font-weight: 700;
    text-align: justify;
    direction: rtl;
    padding-right: 8px;
    padding-top: 5px
}

.poll_form {
    text-align: right;
    direction: rtl;
    padding-right: 8px
}

.poll_result_container {
    text-align: right;
    direction: rtl;
    margin-top: 5px;
    padding: 0 8px
}

.poll_options {
    font: 13px iranSans;
    color: #1809a6;
    font-weight: 400;
    padding-bottom: 5px
}

.poll_archive_c {
    text-align: left
}

.poll_text {
    font: 12px iranSans;
    color: #1809a6;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 5px
}

.poll_bar_outter {
    border: 1px solid #1da3a2;
    height: 11px;
    overflow: hidden
}

.poll_bar_inner {
    background-color: #1059ac;
    height: 11px
}

.poll_percent {
    font: 10px Tahoma;
    color: #7f7f7f;
    font-weight: 400;
    text-align: left
}

.poll-none {
    display: none !important
}

.extra_field_values {
    display: none
}

.img-responsive-news[align=right] {
    width: 210px;
    height: 130px;
    float: right
}

.img-responsive-news[align=left] {
    width: 210px;
    height: 130px;
    float: left
}

.news_rate_like_img_up {
    width: 151px;
    height: 33px;
    display: block;
    cursor: pointer;
    float: left;
    background: url('../img/like.gif') no-repeat 0 0;
    margin: 7px 15px 0 0
}

.news_rate_like_img_down {
    width: 151px;
    height: 33px;
    display: block;
    cursor: pointer;
    float: left;
    background: url('../img/like.gif') no-repeat 0 -35px;
    margin: 7px 15px 0 0
}

.like_number {
    width: 50px;
    color: #000;
    font: bold 12px arial;
    float: left;
    padding: 10px 0 0 10px;
    text-align: center
}

.flowplayer {
    background: #6a727c no-repeat center center;
    display: block;
    text-align: center
}

#news .body .video-js {
    max-width: 100%
}

.print_ico {
    width: 17px;
    height: 16px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    margin-left: 0;
    margin-top: 12px;
}

.list_label {
    padding: 5px 5px 5px 15px
}

.album_list_content {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 7px
}

.album_list_desc {
    background: #f2f2f2 none repeat scroll 0 0;
    font: 14px/20px Droid;
    padding: 5px 4px 10px;
    text-align: center;
    direction: rtl;
    color: #000
}

.showcase-caption {
    background: #f2f2f2 none repeat scroll 0 0;
    font: 14px/20px Droid;
    padding: 10px;
    text-align: center
}

.my_controls3 .owl-next {
    background: transparent url('../img/ad_next.png') right center !important;
    display: block !important;
    float: right;
    height: 37px;
    margin: 0 !important;
    padding: 0 !important;
    width: 27px;
    cursor: pointer
}

.my_controls3 .owl-prev {
    background: transparent url('../img/ad_prev.png') left center !important;
    display: block !important;
    float: left;
    height: 37px;
    margin: 0 !important;
    padding: 0 !important;
    width: 27px;
    cursor: pointer
}

.my_controls3 {
    position: absolute;
    width: 100%;
    top: 172px
}

.thumbs-wrapper-parent {
    position: relative
}

.thumbs-wrapper-parent > a:last-child {
    background: transparent url('../img/ad_next.png') right center !important;
    display: block !important;
    height: 37px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 38px;
    width: 29px
}

.thumbs-wrapper-parent > a:nth-child(2) {
    background: transparent url('../img/ad_prev.png') left center !important;
    display: block !important;
    height: 37px;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 38px;
    width: 29px
}

.sliide .owl-carousel .owl-item img {
    height: 400px;
    overflow: hidden
}

.album_list_desc {
    font: 15px/25px nassim-bold
}

.padd-l-r {
    padding-left: 10px
}

.album_list_content img {
    padding-bottom: 15px;
    margin: auto;
    display: block;
    width: 100%
}

.grid_parent {
    padding-left: 14px;
    margin-bottom: 14px
}

.row_kh_v {
    margin-top: 19px !important
}

.kh_vijeh {
    background: #f6f6f6
}

.left_contain, .right_contain {
    height: 416px
}

.right_contain {
    overflow: hidden;
    width: 55.4% !important;
    float: right
}

.right_contain {
    position: relative
}

.right_contain .my_nav_container2 {
    width: 100%;
    position: absolute;
    top: 39%;
    left: 0;
    margin: 0;
    display: none
}

.right_contain .my_nav_container2 > div {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 27px;
    overflow: hidden;
    color: #000;
    opacity: .7;
    background: #d6d6d6 !important;
    text-align: center
}

.right_contain .my_nav_container2 > div.owl-prev {
    right: 0;
    top: 0
}

.right_contain .my_nav_container2 > div.owl-next {
    left: 0;
    top: 0
}

.right_contain .my_nav_container2 > div:hover {
    color: #178b8b
}

.left_contain {
    overflow: hidden;
    padding: 0 11px 0 8px;
    width: 43.5% !important;
    float: right;
    cursor: pointer
}

.text_left_pager {
    height: 416px;
    overflow: hidden
}

.kh_vije_oth:last-child {
    border: 0
}

.col-1-1 {
    padding-left: 10px
}

.col-1-2 {
    padding-left: 10px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .kh_vije_oth h2 a {
        font-size: 17px
    }

    .h_news_item img, .h_news_item .picLink, .text_left_pager, .h_news_item, .left_contain, .right_contain {
        height: 358px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .h_news_item img, .h_news_item .picLink, .text_left_pager, .h_news_item, .left_contain, .right_contain, .h_news_item .no-img {
        height: 485px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .h_news_item img, .h_news_item .picLink, .h_news_item .no-img {
        height: 286px
    }
}

@media only screen and (max-width: 991px) {
    .main_body {
        padding: 0 10px
    }

    .right_contain {
        width: 100% !important;
        height: auto
    }

    .h_news_item {
        height: auto
    }

    .kh_vije_sub {
        display: none
    }

    .kh_v_main {
        position: relative
    }

    .right_contain_titr {
        display: block;
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
        position: absolute;
        bottom: 0
    }

    .right_contain_titr a {
        color: #fff
    }

    .right_contain .my_nav_container2 {
        display: block
    }

    .row_kh_v {
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 399px) {
    .h_news_item img, .h_news_item .picLink, .h_news_item .no-img {
        height: 200px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .h_news_item img, .h_news_item .picLink, .h_news_item .no-img {
        height: 306px
    }

    .sec1 .noimg-news, .sec1 .img-sec-news {
        height: 304px
    }
}

.main_news {
    margin-top: 12px !important
}

.content-news {
    padding-top: 10px
}

.sec1 .bg_sec {
    background-color: #f3f3f3;
    width: 100%;
    overflow: hidden
}

.bg_sec {
    background-color: #f8f8f8;
    width: 100%;
    overflow: hidden
}

.parent-sec2 {
    border-bottom: 2px solid #fff
}

.parent-sec2:last-child {
    border-bottom: none
}

.parent-sec1 {
    padding-bottom: 30px
}

.hd-setadha {
    display: block;
    width: 100%;
    height: 35px
}

.hd-setadha-inner {
    position: relative;
    height: 35px
}

.hd-multi_media .hd-setadha-inner {
    position: relative;
    height: 26px
}

.hd-setadha span.hd-setadha-hr {
    border-top: 1px solid #27a7cf;
    color: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 19px;
    margin-top: -1px
}

.hd-setadha span.hd-setadha-name {
    background: #27a7cf;
    color: #fff;
    height: 35px;
    position: absolute;
    top: 0;
    font: 19px/32px nassim-bold;
    padding: 0 23px
}

.jalasate_melli_cont .hd-setadha span.hd-setadha-name {
    font-size: 16px
}

.hd-setadha span.hd-setadha-name:before {
    content: " ";
    position: absolute;
    background: url('../img/r_Sar.gif') no-repeat top right;
    top: 1px;
    display: block;
    width: 15px;
    height: 35px;
    left: -15px
}

.hd-setadha-rooz {
    display: block;
    width: 100%;
    height: 35px;
    position: relative
}

.border_hd {
    position: absolute;
    width: 100%;
    border-top: 1px solid #27a7cf;
    top: 18px
}

.hd-setadha-rooz span {
    background: #27a7cf;
    color: #fff;
    height: 35px;
    position: absolute;
    top: 0;
    font: 19px/32px nassim-bold;
    padding: 0 23px
}

.hd-setadha-rooz span:before {
    content: " ";
    position: absolute;
    background: url('../img/r_Sar.gif') no-repeat top right;
    top: 1px;
    display: block;
    width: 15px;
    height: 35px;
    left: -15px
}

.jalasate_melli_cont {
    padding: 0 15px
}

.pishkhan {
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    border-top: none !important;
    margin-top: 10px !important;
    position: relative;
    margin-bottom: 10px !important
}

.bg_hd_pishkhan {
    width: 100%;
    height: 35px;
    background-color: #e3c495;
    border-radius: 5px 5px 0 0;
    position: relative;
    text-align: center
}

.bg_hd_pishkhan div {
    margin: 0 auto
}

.div_frist {
    height: 37px;
    border-bottom: 1px solid #27a7cf;
    display: inline-block;
    padding: 0 15px
}

.div_secound {
    height: 39px;
    border-bottom: 1px solid #27a7cf;
    display: inline-block
}

.span_hd_pishkhan {
    font: 21px/33px RTNassim;
    display: block;
    text-align: center
}

.span_hd_pishkhan_new {
    font: 23px/33px RTNassim;
    display: block;
    text-align: center
}

.padd_col2 {
    padding: 10px 10px 0
}

#owl-demo-pishkhan .nav_container_pishkhan {
    width: 100%;
    position: absolute;
    top: 32%;
    left: 0;
    display: block
}

#owl-demo-pishkhan .nav_container_pishkhan > div {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 24px;
    font-size: 27px;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    text-align: center
}

#owl-demo-pishkhan .nav_container_pishkhan > div.owl-prev {
    right: 20px;
    top: 25px
}

#owl-demo-pishkhan .nav_container_pishkhan > div.owl-next {
    left: 20px;
    top: 25px
}

#owl-demo-pishkhan .nav_container_pishkhan > div i {
    font-size: 17px;
    font-weight: 700
}

#owl-demo-pishkhan .nav_container_pishkhan > div:hover {
    background-color: rgba(46, 111, 129, .9)
}


.div_secound:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #e3c495;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 35px;
    left: 50%;
    margin-left: -8px
}

@media only screen and (max-width: 767px) {
    .padd_col2 {
        padding: 10px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #owl-demo-pishkhan .nav_container_pishkhan {
        top: 23%
    }
}

.didgah {
    margin: 10px 0 !important;
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    border-top: none !important;
    position: relative
}

.outer_didgah {
    margin-top: 10px;
    padding: 0 10px
}

.outer_didgah .inner_didgah {
    border-bottom: 1px dotted #7c7c7c
}

.outer_didgah .inner_didgah:last-child {
    border-bottom: none
}

.inner_didgah {
    padding: 5px 0
}

.marg_col3 {
    margin-top: 10px
}

.setad_arkani {
    margin-bottom: 17px !important
}

.setad_arkani-contents {
    padding: 2px 30px 0;
    position: relative
}

.setad_arkani-content {
    display: inline-block;
    float: right
}

.setad_arkani-sitename {
    color: #424242;
    font: 15px/25px IRANSansMedium;
    text-align: center
}

.setad_arkani-sitename a {
    color: #000;
    display: block;
    font: 16px/25px iranSans;
    margin-top: 20px
}

.outer_arkan {
    margin-top: 25px;
    padding: 0 62px
}

.outer_arkan .setad_arkani-content {
    width: 20%;
    text-align: center
}

.main-body_arkan {
    margin-top: 10px
}

.a_img_arkan {
    background-color: #fff;
    display: block;
    height: 149px;
    width: 149px;
    border-radius: 50%;
    border: 3px solid #ecdbbf;
    padding: 30px;
    margin: 0 auto
}

.img_arkan {
    display: block;
    height: 86px;
    width: 86px
}

.a_img_arkan:hover {
    border: 3px solid #abece4
}

@media only screen and (max-width: 767px) {
    .outer_arkan .setad_arkani-content {
        width: 100%
    }

    .setad_arkani-sitename a {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .a_img_arkan {
        width: 120px;
        height: 120px
    }

    .img_arkan {
        width: 60px;
        height: 60px
    }

    .outer_arkan {
        margin-top: 15px
    }
}

.hd-multi_media {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #d1a866;
    margin-top: 15px
}

.hd-multi_media span {
    background: #d1a866;
    color: #fff;
    height: 35px;
    position: absolute;
    top: -19px;
    font: 19px/32px nassim-bold;
    padding: 0 23px
}

.hd-multi_media span:before {
    content: " ";
    position: absolute;
    background: url('../img/r_sar_chandrasanei.gif') no-repeat top right;
    top: 1px;
    display: block;
    width: 15px;
    height: 35px;
    left: -15px
}

.height_eq {
    margin-bottom: 10px !important
}

.padd_l {
    padding-left: 15px !important
}

.marg_top {
    margin-top: 15px !important
}

@media only screen and (max-width: 767px) {
    .padd_l {
        padding: 0 !important
    }
}

.multi_film {
    background: #3c3c3c
}

.top_contain {
    width: 100% !important;
    float: right;
    position: relative;
    padding: 11px 78px 10px 69px
}

.top_contain .my_nav_container2 {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    margin: 0;
    display: none
}

.top_contain .my_nav_container2 > div {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 27px;
    overflow: hidden;
    color: #000;
    opacity: .7;
    background: #d6d6d6 !important;
    text-align: center
}

.top_contain .my_nav_container2 > div.owl-prev {
    right: 0;
    top: 0
}

.top_contain .my_nav_container2 > div.owl-next {
    left: 0;
    top: 0
}

.top_contain .my_nav_container2 > div:hover {
    color: #178b8b
}

.bottom_contain {
    padding: 0 11px 0 8px;
    width: 100% !important;
    float: right
}

@media only screen and (max-width: 767px) {
    .top_contain {
        padding: 20px 10px
    }

    .multi_film {
        margin-bottom: 10px !important
    }
}

.main_news_page {
    margin-top: 12px !important
}

.padd_l_news {
    padding-right: 10px;
    margin-top: 15px;
}

.news_tools {
    width: 100%;
    background: #27E0D2;
    background: linear-gradient(270deg, rgba(39, 224, 210, 1) 8%, rgba(245, 255, 255, 0.62) 100%);
    border-radius: 2px;
    color: #25008c;
    font-family: IRANSansBold, serif;
    font-size: 14px;
    padding: 5px;
    margin-top: 20px;
}

.marg_top_news {
    margin-top: 7px !important;
    overflow: hidden
}

.news_path {
    padding-right: 18px
}

.news_nav {
    font: 11px/39px iranSans !important;
    color: #000;
    margin-top: -12px
}

.news_path a {
    font: 12px iranSans !important;
    color: #25008c
}

.style_share {
    float: left;
    height: 39px;
    padding-left: 6px !important
}

.style_share a, .style_share div {
    color: #29a799;
    float: left;
    cursor: pointer;
    font-size: 22px;
    margin-right: 10px;
    display: block;
    line-height: 39px;
    height: 30px;
    width: 22px
}

.news_size_reset {
    margin-right: 8px !important
}

.style_share .news_emails_botton {
    width: 23px;
    font-size: 23px;
    line-height: 43px
}

.style_share .print_ico {
    font-size: 23px;
    line-height: 44px;
    width: 23px
}

.news_size_up {
    width: 19px !important
}

.news_size_up i {
    line-height: 46px !important;
    font-weight: 700
}

.news_size_down i {
    line-height: 45px !important;
    font-weight: 700
}

.news_size_down, .news_size_reset, .news_size_up {
    margin-top: 0 !important;
    line-height: 36px !important;
    width: 19px !important
}

.news_toolbar {
    padding-right: 14px
}

.tags_title {
    font: 12px/37px iranSans;
    color: #000;
    text-align: right
}

.tags_title a {
    font: 12px/37px iranSans;
    color: #6a6a6a
}

.news-shared a, .news-shared div {
    color: #29a799;
    float: left;
    cursor: pointer;
    font-size: 22px;
    margin-right: 10px;
    display: block;
    line-height: 39px;
    height: 39px;
    width: 22px
}

.en-date {
    margin-right: 21px
}

.dash {
    margin-right: 23px
}

.news-info {
    margin-bottom: 30px
}

.news_size_reset {
    font-family: nassim-bold
}

.page_text, .news_source {
    font: 12px/20px iranSans;
    color: #000
}

.videojs-main-container {
    position: relative
}

.videojs_main {
    margin: 0 auto 5px;
    position: relative
}

.videojs_main .view_stat {
    color: #eee;
    display: block;
    font: 13px/18px iransans;
    height: 20px;
    left: 5px;
    padding: 3px 7px;
    position: absolute;
    top: 5px;
    z-index: 999
}

.mapped_img_box {
    margin: 0 auto
}

.video_share_tag_box.open-tag-box {
    display: block
}

.video_share_tag_box.close-tag-box {
    display: none
}

.videojs_main {
    margin: 35px auto 5px;
    position: relative
}

.video-player-download-link, .video-share-code {
    background-color: #179486 !important
}

.video-player-download-link span, .video-share-code {
    font: 14px/16px iranSans !important
}

.video-js .vjs-tech {
    border: 1px solid #000 !important
}

.tags_container i {
    color: #3dd6c2;
    display: block;
    float: right;
    margin-left: 8px;
    margin-top: 4px;
    font-size: 22px
}

.tags_item:hover {
    color: #3dd6c2 !important
}

.share-titr {
    text-align: right;
    font: 13px/42px iransans;
    color: #000;
    display: block;
    float: right
}

.share-part a {
    font-size: 22px;
    float: left;
    display: block;
    color: #40d5c2;
    margin-right: 15px;
    cursor: pointer;
    line-height: 42px
}

.news-tw i {
    font-size: 24px
}

.share-part a:hover {
    color: #e2c394
}

.news-like a {
    margin-top: 10px
}

.share-like a {
    font-size: 22px;
    float: left;
    display: block;
    color: #40d5c2;
    margin-right: 15px;
    margin-top: 8px;
    cursor: pointer
}

.like-report {
    margin-bottom: 10px
}

.share-like a.error {
    margin-right: 0
}

.news-like a {
    margin-top: 10px
}

.share-like a:hover {
    color: #e2c394
}

.related-news {
    width: 100%;
    padding-bottom: 15px
}

.related-news .linear_news {
    width: 100% !important
}

.related-news-contents {
    width: 100%;
    padding: 7px 0;
    border-top: 0
}

.linear_news .title5:hover {
    color: #198578
}

.related-news-contents .row-bg > article:first-child {
    border-left: 3px solid #fff
}

.related-news-contents > div:nth-child(2n+1) article {
    background: #f8f8f8
}

.multimedia-background .related-news-contents > div:nth-child(2n+1) article {
    background: #272727
}

.liner_news_related a {
    font: 12px/20px iranSans;
    display: block;
    padding: 10px 15px;
    color: #000
}

.news_comments_form {
    margin: 10px 0
}

.news_comments_form_content {
    border: 1px solid #d8d6d7;
    border-top: 0;
    padding: 20px 35px 13px 33px
}

.box_nazarat {
    padding-left: 20px;
    margin-bottom: 10px
}

#news .box_nazarat .form-control {
    height: 22px;
    padding: 0 10px
}

.form-control {
    border: 1px solid #e4e9ef;
    border-top-color: #acadb2;
    box-shadow: 0;
    border-radius: 0;
    font: 12px/20px iransans
}

.hd-comment {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #27a7cf;
    margin-top: 15px
}

.hd-comment .comments_topic {
    background: #27a7cf;
    color: #fff;
    height: 35px;
    position: absolute;
    top: -19px;
    font: 19px/32px nassim-bold;
    padding: 0 23px
}

.hd-comment .comments_topic:before {
    content: " ";
    position: absolute;
    background: url('../img/r_Sar.gif') no-repeat top right;
    top: 1px;
    display: block;
    width: 15px;
    height: 35px;
    left: -15px
}

.btn {
    height: 21px;
    padding: 0 19px;
    font: 12px/17px iranSans;
    color: #000;
    border: 1px solid #707070;
    border-radius: 3px;
    background: #f0f0f0;
    background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(218, 218, 218, 1) 50%, rgba(207, 207, 207, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(218, 218, 218, 1) 50%, rgba(207, 207, 207, 1) 100%);
    background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(235, 235, 235, 1) 50%, rgba(218, 218, 218, 1) 50%, rgba(207, 207, 207, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#cfcfcf', GradientType=0)
}

@media only screen and (max-width: 479px) {
    .news_tools {
        height: 80px !important
    }

    .news_nav {
        padding-right: 19px !important
    }

    .news_toolbar {
        padding-right: 0 !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .news_nav {
        text-align: right;
        float: left;
        padding-left: 5px !important
    }
}

@media only screen and (max-width: 767px) {
    .news-shared a, .news-shared div {
        float: right !important
    }

    .style_share {
        padding-right: 9px !important
    }

    .news_pdate_c {
        text-align: right !important
    }

    .main_news_page {
        padding: 0 10px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news_hits {
        float: left
    }

    .news_tools {
        height: 80px !important
    }

    .header_tab li a {
        font-size: 14px !important;
        padding: 0 20px !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_tab li a {
        font-size: 15px !important;
        padding: 0 25px !important
    }

    .liner_news_related a {
        padding-left: 5px
    }
}

.row_tab_index {
    background: #f5f5f5;
    margin-bottom: 13px !important;
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius: 5px 5px 0 0
}

.row_tab_index .sec_name {
    background: #fff;
    font-size: 18px
}

.row_tab_index .header_sec {
    margin-bottom: 0;
    height: 35px;
    background-color: #e3c495;
    border-radius: 5px 5px 0 0
}

.header_tab {
    list-style: none;
    text-align: right;
    padding: 0 10px
}

.header_tab li {
    display: block;
    float: right;
    margin-top: -2px;
    position: relative
}

.header_tab li a {
    display: block;
    font: 18px/36px nassim-bold;
    color: #565656;
    padding-right: 53px;
    padding-left: 28px
}

.header_tab li.active a {
    color: #000002
}

.row_tab_index .content1 {
    height: 499px;
    padding-right: 8px
}

.row_tab_index .mCSB_container {
    margin-left: 0 !important
}

.content_tab .tab-pane {
    display: none
}

.content_tab .active {
    display: block
}

.title_linear_news {
    color: #010101;
    font: 14px/21px iransans;
    text-align: right;
    direction: rtl;
    display: block;
    padding-left: 22px
}

.title_linear_news:before {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000;
    content: "";
    position: absolute;
    top: 6px;
    right: 2px
}

.row_tab_index .linear_news {
    padding-right: 10px;
    padding-left: 10px;
    direction: rtl;
    position: relative
}

.active .div_secound_news {
    width: 100%;
    border-bottom: 1px solid #27a7cf;
    position: relative
}

.active .div_frist_news {
    width: 100%;
    border-bottom: 1px solid #27a7cf
}

.liner_news_tab {
    padding-right: 10px
}

.liner_news_tab a {
    font: 13px/30px iranSans;
    color: #232323
}

.t_l_content .liner_news_tab:nth-child(2n) {
    background-color: #efedee
}

.t_l_content .liner_news_tab:nth-child(2n+1) {
    background-color: #f8f8f8
}

.liner_news_tab svg {
    float: right;
    margin-top: 6px;
    margin-left: 8px
}

.h_sp_ln_box_items .sp_linear_news:nth-child(2n) {
    background-color: #efedee
}

.h_sp_ln_box_items .sp_linear_news:nth-child(2n+1) {
    background-color: #f8f8f8
}

.sp_title1:hover {
    color: #188777
}

@media only screen and (max-width: 479px) {
    .header_tab li a {
        padding-right: 40px
    }

    .comments_item {
        padding-top: 25px !important
    }

    .comm_rating {
        margin-bottom: 10px
    }
}

.main_media {
    padding-top: 20px;
    background-color: #171717
}

.padd_l_media {
    padding-left: 15px !important
}

.main-chandresane {
    margin-bottom: 21px
}

.sec1 .icon-player {
    display: block
}

.sec2 .icon-player {
    display: none
}

#owl-demo2 .owl-dots {
    text-align: center !important
}

#owl-demo2 .owl-nav {
    margin-top: 0 !important
}

.video-news {
    height: 204px;
    overflow: hidden
}

.video-news:nth-child(2n+1) {
    padding-left: 7px !important;
    padding-right: 1px !important
}

.video-news:nth-child(2n) {
    padding-right: 8px !important
}

.content-sec2 {
    margin-bottom: 10px
}

.content-sec2:last-child {
    margin-bottom: 0
}

#owl-demo2 .owl-nav_media {
    width: 100%;
    position: absolute;
    top: 47%;
    left: 0;
    margin: 0;
    display: block
}

#owl-demo2 .owl-nav_media > div {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    font-size: 20px;
    overflow: hidden;
    color: #fff;
    opacity: .7;
    background: rgba(0, 0, 0, .7) !important;
    text-align: center
}

#owl-demo2 .owl-nav_media > div:hover {
    background: rgba(84, 130, 128, .9) !important
}

#owl-demo2 .owl-nav_media > div.owl-prev {
    left: 0;
    top: 0
}

#owl-demo2 .owl-nav_media > div.owl-next {
    right: 0;
    top: 0
}

.main-news-multimedia {
    padding: 0 4px 5px 0
}

.content-video-multimedia .video-news-multimedia {
    float: right
}

.content-video-multimedia .video-news-multimedia:last-child {
    padding-left: 0 !important;
    width: 19.2%
}

.video-news-multimedia {
    padding-left: 11px;
    width: 20.1%
}

.padding-multimedia {
    margin-bottom: 20px
}

.content-video-multimedia {
    margin-top: 29px
}

.hd-setadha_media {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #27a7cf;
    margin-top: 11px
}

.hd-setadha_media span {
    background: #27a7cf;
    color: #fff;
    height: 35px;
    position: absolute;
    top: -19px;
    font: 19px/32px nassim-bold;
    padding: 0 23px
}

.hd-setadha_media span:before {
    content: " ";
    position: absolute;
    background: url('../img/r_sar_black.gif') no-repeat top right;
    top: 1px;
    display: block;
    width: 15px;
    height: 35px;
    left: -15px
}

.a_more_media {
    color: #27a7cf;
    font: 13px/30px nassim-bold;
    position: absolute;
    left: 0;
    background-color: #171717;
    top: -16px;
    display: block;
    width: auto;
    height: 20px;
    padding-right: 10px
}

.main-news-multimedia_video {
    padding: 0 0 11px
}

.video-news-multimedia2 {
    width: 25.3%;
    padding-left: 17px !important
}

.content-video-multimedia_video .video-news-multimedia2:last-child {
    width: 24%;
    padding-left: 0 !important
}

.content-video-multimedia_video {
    margin-top: 29px
}

.content-video-multimedia_video div {
    float: right
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .video-news-multimedia2 {
        width: 100% !important;
        padding-left: 0 !important
    }
}

.tarikh_jahan {
    background: #003265
}

.hd_tarikh_jahan {
    height: 74px;
    border-bottom: 1px solid #646263;
    overflow: hidden;
    width: 341px
}

.txt_title_jahan {
    height: 73px;
    overflow: hidden;
    float: right;
    border-bottom: 2pt solid #646263;
    color: #fff;
    font: 25px/31px nassim-bold;
    padding: 30px 12px 0 60px
}

.img_news_content_parent {
    width: 34%;
    float: right;
    padding-left: 25px;
    margin-bottom: 15px
}

.img_news_content_parent:nth-child(3n) {
    width: 32%;
    padding-left: 0
}

.pos-rel {
    position: relative
}

.content-tarikh-jahan {
    padding: 38px 0
}

.owl_jahan {
    padding-top: 38px;
    padding-bottom: 23px
}

.box_title_tarikh_jahan {
    height: 80px;
    width: 100%;
    position: relative
}

.main_tarikh_jahan_slide {
    width: 100%;
    overflow: hidden
}

.content_jahan_img {
    overflow: hidden;
    position: relative
}

.tarikh_jahan_img {
    display: block;
    position: relative;
    width: 100%
}

.outer_ax {
    margin-top: 0
}

@media only screen and (max-width: 379px) {
    .main_media {
        padding: 10px
    }

    .padd_l_media {
        padding: 0 !important;
        margin-bottom: 10px
    }

    .sec1 .img-chandresane {
        height: 200px
    }

    .video-news-multimedia2 {
        width: 100% !important;
        padding-left: 0 !important
    }

    .icon-player {
        font-size: 22px !important
    }

    .sec2, .video-news:nth-child(2n+1), .video-news:nth-child(2n) {
        padding: 0 !important
    }

    .sec2 .img-chandresane, .img-multimedia, .noimg-multimedia, .sec2 .noimg-chandresane {
        height: 200px
    }

    .video-news {
        height: auto
    }

    .main-news-multimedia {
        padding-right: 0 !important
    }

    .header_tab li a {
        font-size: 14px
    }
}

@media only screen and (min-width: 400px)and (max-width: 479px) {
    .main_media {
        padding: 10px
    }

    .padd_l_media {
        padding: 0 !important;
        margin-bottom: 10px
    }

    .sec2 .img-chandresane, .img-multimedia, .noimg-multimedia, .sec2 .noimg-chandresane {
        height: 300px
    }

    .video-news:nth-child(2n), .video-news:nth-child(2n+1) {
        padding: 0 !important
    }

    .video-news {
        height: auto
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .padd_l_media {
        padding-left: 0 !important
    }

    .sec1 .img-chandresane, .img-multimedia, .noimg-multimedia {
        height: 300px
    }

    .sec2 {
        padding-left: 0 !important
    }

    .content-video-multimedia div {
        width: 100%
    }

    .video-news-multimedia2:nth-child(2n+1) {
        width: 50.3%;
        padding-left: 10px !important
    }

    .video-news-multimedia2:nth-child(2n), .content-video-multimedia_video .video-news-multimedia2:last-child {
        width: 49%;
        padding-left: 0 !important
    }
}

@media only screen and (max-width: 767px) {
    .video-news-multimedia, .img_news_content_parent {
        width: 100% !important;
        padding-left: 0 !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec1 .img-chandresane, .sec1 .noimg-chandresane {
        height: 268px
    }

    .sec2 .img-chandresane, .sec2 .noimg-chandresane {
        height: 102px
    }

    .content-sec2 {
        height: 122px;
        overflow: hidden
    }

    .icon-player2 {
        line-height: 15px !important
    }

    .sec2 .title-chandresane {
        font: 12px/15px nassim-bold
    }

    .img-multimedia, .noimg-multimedia {
        height: 92px
    }

    .img-multimedia_video, .noimg-multimedia_vido {
        height: 114px
    }

    .tarikh_jahan_img img, .noimg-jahan {
        height: 153px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec1 .img-chandresane {
        height: 349px
    }

    .sec2 .img-chandresane, .sec2 .noimg-chandresane {
        height: 132px
    }

    .content-sec2 {
        height: 172px;
        overflow: hidden
    }

    .img-multimedia, .noimg-multimedia {
        height: 124px
    }

    .img-multimedia_video, .noimg-multimedia_vido {
        height: 151px
    }

    .tarikh_jahan_img img, .noimg-jahan {
        height: 202px
    }
}

@media only screen and (min-width: 1199px) {
    .kh_v_adv {
        margin-left: 15px !important;
        width: 17.63% !important
    }
}

.multimedia-page-news {
    background-color: #171717;
    padding-top: 20px
}

.multimedia-page-news .news_tools {
    background-color: #23564f;
    color: #fff
}

.multimedia-page-news .news_path a, .multimedia-page-news .news_nav, .multimedia-page-news .news_nav span {
    color: #fff
}

.multimedia-page-news .news_pdate_c {
    float: right;
    text-align: right
}

.multimedia-page-news .news_hits {
    width: 196px
}

.multimedia-page-news .news-shared a, .multimedia-page-news .news-shared div {
    color: #fff
}

.multimedia-page-news .rutitr {
    color: #ccc;
    margin-top: 34px
}

.multimedia-page-news .title a {
    font: 17px/30px nassim-bold;
    color: #fff
}

.multimedia-page-news .subtitle {
    background-color: #272727;
    border: 1px solid #29766c;
    border-radius: 0
}

.multimedia-page-news .subtitle div {
    color: #d9d9d9;
    padding-right: 17px
}

.multimedia-page-news .body {
    color: #f3f3f3;
    font: 14px/30px iranSans
}

.multimedia-page-news .tags_title, .multimedia-page-news .tags_title a, .multimedia-page-news .share-titr {
    color: #fff
}

.multimedia-page-news .hd-setadha .hd-setadha-name:before, .multimedia-page-news .hd-comment .comments_topic:before {
    content: " ";
    position: absolute;
    background: url('../img/r_sar_black.gif') no-repeat top right;
    top: 1px;
    display: block;
    width: 15px;
    height: 35px;
    left: -15px
}

.multimedia-page-news .frm_label {
    color: #fff;
    font: 14px/20px iranSans
}

.multimedia-page-news .control-label {
    text-align: left
}

.marg_top_comment {
    margin-bottom: 20px !important
}

.multimedia-page-news .form-control {
    background-color: #171717;
    border-radius: 5px;
    border: 1px solid #cdcdcd
}

.multimedia-page-news #com_message {
    height: 66px
}

.multimedia-page-news .btn {
    height: 66px;
    background: #27a7cf !important;
    padding: 0 12px !important;
    color: #fff
}

.multimedia-page-news .page_title {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .multimedia-page-news {
        padding: 20px 10px 0
    }

    .multimedia-page-news .control-label {
        text-align: right
    }
}

.lb-download {
    background: url('../img/icon/dw.png') no-repeat 0 top !important;
    height: 28px;
    width: 26px;
    float: left;
    z-index: 999
}

.multimedia-page-news .grid_item img {
    width: 100%
}

.col_album {
    width: 25.3%;
    padding-left: 17px !important
}

.image_set_media .col_album:last-child {
    width: 24%;
    padding-left: 0 !important
}

.image_set_media .col_album {
    float: right
}

.multimedia-page-news .hotnews .live-header {
    background: #272727
}

@media only screen and (max-width: 479px) {
    .col_album, .image_set_media .col_album:last-child {
        width: 100%;
        padding-left: 0 !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .col_album, .image_set_media .col_album:last-child {
        width: 50%;
        padding-left: 17px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .multimedia-page-news .grid_item {
        height: 113px
    }
}

.multimedia-page-news .related-news-contents > div:nth-child(2n+1) {
    background-color: #272727
}

.multimedia-page-news .title5 {
    color: #fff
}

.multimedia-page-news .related-news-contents .row-bg > article:first-child {
    border-left: 3px solid #373737
}

.marg_top_dastgah {
    margin-top: 20px !important
}

.padd_lr {
    padding-right: 8px
}

.kh_v_dastgah {
    padding-left: 2px
}

@media only screen and (max-width: 399px) {
    .img_v_dastgah {
        height: 200px
    }

    .kh_v_dastgah {
        padding-right: 0
    }

    .kh_aval_dastgah div {
        width: 100% !important
    }

    .style_contents {
        margin-bottom: 10px
    }

    .style_content, .kh_aval_dastgah .style_content:last-child {
        width: 100% !important;
        padding-left: 0 !important
    }

    .img_aval_dastgah {
        height: 200px
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
    .img_v_dastgah, .img_aval_dastgah {
        height: 304px
    }

    .kh_aval_dastgah.melli .style_content {
        width: 100%;
        padding-left: 0
    }

    .inner_dastgah_aval {
        height: auto
    }

    .style_contents .img_aval_dastgah {
        height: 96px
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .img_v_dastgah, .img_aval_dastgah {
        height: 285px
    }

    .marg_bt .img_aval_dastgah {
        height: 84px
    }
}

@media only screen and (max-width: 767px) {
    .marg_top_dastgah {
        padding: 0 10px
    }

    .padd_lr {
        padding-right: 0;
        overflow: hidden;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .img_v_dastgah {
        height: 220px
    }

    .img_aval_dastgah {
        height: 105px
    }

    .inner_dastgah_aval {
        height: 220px
    }

    .title_aval_dastgah {
        height: 114px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .img_v_dastgah {
        height: 250px
    }

    .img_aval_dastgah {
        height: 120px
    }

    .inner_dastgah_aval {
        height: 250px
    }

    .title_aval_dastgah {
        height: 127px
    }
}

.style_contents {
    width: 33.7%;
    padding-left: 10px
}

.kh_aval_dastgah .style_contents:last-child {
    width: 32.2%;
    padding-left: 0
}

.kh_aval_dastgah .style_contents {
    float: right
}

.marg_bt {
    margin-bottom: 10px !important
}

.jalasate_melli > .marg_bt {
    margin-bottom: 20px !important
}

.didgah_dastgah div {
    float: right
}

.didgah_dastgah {
    margin-top: 13px !important;
    width: 100%;
    padding: 0 9px
}

.style_didgah {
    width: 20.5%;
    padding-left: 20px
}

.didgah_dastgah .style_didgah:last-child {
    width: 17.5%;
    padding-left: 0
}

.inner_dastgah_didgah a.picLink {
    display: block;
    width: 100%;
    height: 119px;
    overflow: hidden
}

@media only screen and (max-width: 479px) {
    .style_didgah, .didgah_dastgah .style_didgah:last-child {
        width: 100%;
        padding-left: 0
    }

    .didgah_dastgah div {
        width: 100%
    }

    .img_didgah_dastgah, .noimg-dastgah_didgah {
        height: 119px;
        margin: 0 auto;
        width: 119px
    }

    .inner_dastgah_didgah a {
        height: auto
    }

    .kh_v_adv:nth-child(3) {
        margin-left: 0 !important
    }

    .kh_v_adv {
        margin-left: 15px !important;
        margin-bottom: 5px;
        width: 100% !important
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .didgah_dastgah {
        padding: 0
    }

    .style_didgah {
        width: 20.2%;
        padding-left: 5px
    }

    .didgah_dastgah .style_didgah:last-child {
        width: 18.9%
    }

    .img_didgah_dastgah, .noimg-dastgah_didgah, .inner_dastgah_didgah a {
        height: 83px !important
    }

    .kh_v_adv:nth-child(3) {
        margin-left: 0 !important
    }

    .kh_v_adv {
        margin-left: 15px !important;
        width: 30.95% !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .didgah_dastgah {
        padding: 0
    }

    .style_didgah {
        width: 19.5%;
        padding-left: 5px
    }

    .didgah_dastgah .style_didgah:last-child {
        width: 18.5%
    }

    .img_didgah_dastgah, .inner_dastgah_didgah a, .noimg-dastgah_didgah {
        height: 92px !important
    }

    .kh_v_adv:nth-child(3) {
        margin-left: 0 !important
    }

    .kh_v_adv {
        margin-left: 15px !important;
        width: 31.9% !important
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .didgah_dastgah {
        padding: 0
    }

    .style_didgah {
        width: 19.5%;
        padding-left: 5px
    }

    .didgah_dastgah .style_didgah:last-child {
        width: 18.7%
    }

    .img_didgah_dastgah, .inner_dastgah_didgah a, .noimg-dastgah_didgah {
        height: 105px
    }

    .kh_v_adv {
        margin-left: 15px !important;
        width: 17.42% !important
    }
}

.sim-news-content {
    margin-bottom: 10px;
    border-bottom: 2px dotted #cdf9f6
}

.section_paged_main_content_div .sim-news-content:last-child {
    border-bottom: none
}

.mar_pager {
    margin-bottom: 10px;
    display: block;
    overflow: hidden
}

.im_news_pager {
    width: 100%;
    text-align: center;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px !important
}

.next {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #38d5c2;
    border: 1px solid #38d5c2;
    font: 18px/40px nassim-bold;
    margin-left: 9px
}

.section_page_container .next {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #38d5c2;
    border: 1px solid #38d5c2;
    font: 18px/40px nassim-bold;
    margin-left: 9px
}

.next:hover, .prev:hover, .section_page_container span:hover {
    color: #d3a768;
    border: 1px solid #d3a768
}

.play_pager {
    font-size: 9px;
    color: #38d5c2
}

.page-num {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #38d5c2;
    border: 1px solid #38d5c2;
    font: 21px/40px nassim-bold
}

.previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #38d5c2;
    border: 1px solid #38d5c2;
    font: 18px/40px nassim-bold;
    margin-right: 9px
}

@media only screen and (max-width: 767px) {
    .section_paged_main_content_div {
        margin-top: 10px !important
    }
}

.main_ostanha {
    margin-top: 20px
}

.main-kh_ostan {
    margin-bottom: 10px
}

#owl-demo7 {
    margin-top: 15px
}

#owl-demo6 .owl-nav, #owl-demo7 .owl-nav {
    margin-top: 0 !important
}

#owl-demo6 .owl-nav_media, #owl-demo7 .owl-nav_media {
    width: 100%;
    position: absolute;
    top: 47%;
    left: 0;
    margin: 0;
    display: block
}

#owl-demo6 .owl-nav_media > div, #owl-demo7 .owl-nav_media > div {
    position: absolute;
    margin: 0;
    padding: 7px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    font-size: 20px;
    overflow: hidden;
    color: #fff;
    opacity: .7;
    background: rgba(0, 0, 0, .7) !important;
    text-align: center
}

#owl-demo6 .owl-nav_media > div:hover, #owl-demo7 .owl-nav_media > div:hover {
    background: rgba(84, 130, 128, .9) !important
}

#owl-demo6 .owl-nav_media > div.owl-prev, #owl-demo7 .owl-nav_media > div.owl-prev {
    left: 0;
    top: 0
}

#owl-demo6 .owl-nav_media > div.owl-next, #owl-demo7 .owl-nav_media > div.owl-next {
    right: 0;
    top: 0
}

#ostanha .section_paged_main_content_div {
    margin: 10px !important
}

.pager_ostanha .hd-multi_media .hd-setadha-inner {
    position: relative;
    height: 26px
}

.pager_ostanha .hd-setadha span.hd-setadha-hr {
    border-top: 1px solid #27a7cf;
    color: #fff;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 19px;
    margin-top: -1px
}

.pager_ostanha .hd-setadha span.hd-setadha-name {
    background: #27a7cf;
    color: #fff;
    height: 35px;
    position: absolute;
    top: 0;
    font: 19px/32px nassim-bold;
    padding: 0 23px
}

.pager_ostanha .hd-setadha span.hd-setadha-name:before {
    content: " ";
    position: absolute;
    background: url('../img/r_Sar.gif') no-repeat top right;
    top: 1px;
    display: block;
    width: 15px;
    height: 35px;
    left: -15px
}

.pager_ostanha .bg_hd_pishkhan {
    width: 100%;
    height: 35px;
    background-color: #27a7cf;
    border-radius: 5px 5px 0 0;
    position: relative
}

.pager_ostanha .bg_hd_pishkhan div {
    margin: 0 auto
}

.pager_ostanha .div_frist {
    display: inline-block;
    padding: 0 15px;
    height: 37px;
    border-bottom: 1px solid #d1a866
}

.pager_ostanha .div_secound {
    height: 39px;
    border-bottom: 1px solid #d1a866;
    position: relative;
    display: inline-block
}

.pager_ostanha .div_secound:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #27a7cf;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: 35px
}

.pager_ostanha .active .div_secound_news {
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #d1a866;
    position: relative
}

.pager_ostanha .active .div_frist_news {
    width: 100%;
    border-bottom: 1px solid #d1a866
}


.div_frist_news p {
    margin-top: -12px !important;
    font-size: 12px;
}

.pager_ostanha .row_tab_index .header_sec {
    margin-bottom: 0;
    height: 35px;
    background-color: #27a7cf;
    border-radius: 5px 5px 0 0
}

.bg_ertebat {
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-top: none;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px
}

.marg_ertebat {
    margin-top: 17px !important;
    margin-bottom: 10px !important
}

.style_name_home {
    text-align: left
}

.style_name_home span {
    font: 13px/20px iranSans !important;
    color: #454545 !important
}

.style_td_home .form-control {
    border: 1px solid #d6d6d6 !important;
    border-radius: 5px
}

.style_message .form-control {
    height: 80px;
    border-radius: 5px;
    border: 1px solid #d6d6d6 !important
}

.style_send {
    text-align: left;
    padding-left: 20px !important
}

.style_send .btn-default {
    background: #39d4c2 !important;
    border: 1px solid #1fa4a3;
    width: 52px;
    color: #fff;
    font: 13px/20px iranSans
}

.style_send .btn {
    padding: 0 !important
}

#news .bg_ertebat {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .style_name_home {
        float: right
    }

    .marg_ertebat {
        padding: 0 10px
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .style_name_home span {
        font-size: 10px !important
    }
}

.row_like {
    margin-top: 10px !important;
    border: 1px solid #ebebeb;
    border-top: none;
    background-color: #f8f8f8
}

.t_l_content {
    padding: 0 10px 0
}

.t_l_content > div:first-child, .h_sp_ln_box_items > div:first-child {
    padding-top: 10px
}

.t_l_content svg {
    float: right;
    margin-top: 6px;
    margin-left: 8px
}

.t_l_content_v {
    padding-left: 10px
}

.t_l_content_v > div:first-child, .h_sp_ln_box_items > div:first-child {
    padding-top: 10px
}

.t_l_content_v svg {
    float: right;
    margin-top: 6px;
    margin-left: 8px
}

.a_most_like {
    font: 13px/30px iranSans
}

.linear_news .linear_news:nth-child(2n) {
    background-color: #efedee
}

.linear_news .linear_news:nth-child(2n+1) {
    background-color: #f8f8f8
}

.row_most_comment {
    margin-top: 10px !important;
    border: 1px solid #ebebeb;
    border-top: none;
    background-color: #f8f8f8;
    margin-bottom: 10px !important
}

.t_l_content {
    padding: 0 10px
}

.t_l_content svg {
    float: right;
    margin-top: 6px;
    margin-left: 8px
}

.a_most_like {
    font: 13px/30px iranSans
}

.linear_news .linear_news:nth-child(2n) {
    background-color: #efedee
}

.linear_news .linear_news:nth-child(2n+1) {
    background-color: #f8f8f8
}

.row_bargozide {
    margin-top: 10px !important
}

.marg_inner {
    margin-top: 25px
}

.style_inner {
    margin-top: 20px !important;
    font: 14px/20px iranSans
}

.marg_top_rss {
    margin-top: 25px !important
}

.padd_rss {
    padding-right: 10px !important
}

.kh_aval_dastgah .style_content {
    float: right
}

@media only screen and (max-width: 767px) {
    .marg_top_rss {
        padding: 0 10px
    }
}

.padd_ostan {
    padding-left: 10px !important
}

.menu_ostan {
    width: 1200px;
    height: 500px;
    display: block;
    background: rgba(0, 0, 0, .9);
    padding: 10px 20px;
    position: absolute;
    left: -70px;
    z-index: 9999;
    overflow: scroll
}

.head-bala-scroll .menu_ostan {
    z-index: 9999 !important
}

.menu_s_ostan span:hover {
    color: #6bbbb2
}

.menu_s_ostan {
    width: 100%;
    display: block;
    font: 12px/18px IRANSansBold !important;
    color: #000 !important;
    position: relative;
    padding-right: 28px
}

.menu_s_ostan span {
    color: #fff !important;
    font: 13px iranSans !important
}

.menu_s_ostan {
    border-bottom: 1px solid #535355 !important;
    height: 44px !important
}

.nav_link.has-sub {
    text-align: center;
    width: 100%
}

.mrg_btm_10 {
    margin-bottom: 10px !important
}

.mrg_btm_20 {
    margin-bottom: 20px !important
}

.padd_l_10 {
    padding-left: 10px
}

.padd_r_10 {
    padding-right: 10px
}

.l_box {
    border: 1px solid #ebebeb;
    border-radius: 5px
}

.frm_label_form, .error_box, .poll_text_result_style, .poll_options a, .poll_text, .poll_archive_c {
    font: 12px/20px iranSans;
    color: #000
}

.error_box, .poll_text_result_style {
    text-align: center;
    margin-top: 10px
}

.poll_option img, .poll_options img {
    float: left;
    display: block;
    width: 100px;
    height: 66px;
    margin-bottom: 10px
}

.checkbox {
    margin-left: 10px !important
}

.frm_label_poll {
    font: 13px/20px iranSans;
    color: #000
}

a.poll_link_form .frm_label_poll {
    color: #4a90d9
}

.poll_title {
    font: 14px/25px iranSans;
    color: #000;
    margin-bottom: 10px
}

.row_poll {
    padding: 0 10px
}

.poll_button {
    margin: 10px 0;
    background: #27a7cf;
    border: 1px solid #1da3a2;
    border-radius: 2px;
    font: 13px/20px iranSans
}

.list-box1 {
    padding: 10px 0;
    border-bottom: 1px dotted #474747
}

.img_archive {
    display: block;
    width: 150px;
    height: 100px;
    float: right;
    margin-left: 10px
}

.a_title_archive {
    font: 14px/22px iranSans;
    color: #000
}

.a_title_archive:hover {
    color: #38d5c2
}

.subtitle_archive {
    font: 12px/20px iranSans;
    color: #474747
}

.archive_form {
    margin-bottom: 10px
}

.form-control {
    height: 28px
}

.form-group {
    margin-bottom: 10px
}

.marg_t {
    margin-top: 15px
}

#list .content_inner {
    padding-top: 0 !important
}

.list-news {
    font: 13px/25px iransans;
    color: #000;
    padding: 3px 0 0 !important;
    margin-bottom: 15px
}

.cat_item_main {
    padding: 12px 0 !important;
    width: 100%
}

#list .cat_item_main {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e3e3e3
}

#list .cat-item > article:last-child {
    border: none !important
}

.cat_item_main img {
    width: 150px;
    float: right;
    margin-left: 12px;
    border: none !important
}

.cat_item_rutitr {
    font: 13px/22px iransans;
    color: #3f3f3f;
    margin-bottom: 4px
}

.cat_item_subtitle {
    font: 15px/22px iransans;
    color: #000;
    direction: rtl
}

.cat_list_pager {
    width: 100%;
    margin: 15px 0;
    text-align: center;
    overflow: hidden
}

.cat_list_page {
    display: inline-block;
    height: 31px
}

.cat_list_page span, .cat_list_page a {
    color: #ff6e01;
    border: 1px solid #9e9e9e;
    display: block;
    border-radius: 0;
    float: left;
    background: #fff;
    height: 30px;
    font: 14px/30px iransans;
    padding: 0 8px;
    margin: 0 3px
}

.cat_list_page span, .cat_list_page a:hover {
    color: #ff7900;
    border-color: #ff7900
}

.cat_list_page span {
    color: #ff7900;
    border-color: #ff7900
}

.title_list {
    display: block;
    color: #000;
    font: 18px/23px iransansbold
}

.cat_item_main:hover .title_list {
    color: #ff7900
}

#BackToTop {
    background: #d3a766;
    bottom: 18px;
    display: none;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 0;
    width: 40px;
    z-index: 999
}

#BackToTop .fa-caret-up {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 37px;
    text-align: center
}

.outer_text_adv {
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px
}

#home .outer_text_adv {
    margin-bottom: 0
}

.sp_ln_box_title {
    background-color: #e3c495;
    width: 100%;
    height: 25px;
    font: 12px/25px iranSans;
    border-radius: 5px 5px 0 0;
    text-align: center
}

.txt_adv_text {
    font: 11px/20px iranSans
}

.title_adv a {
    font: 12px/20px IRANSansBold
}

.contact_style .style_name_home {
    text-align: right
}

.main_general {
    margin-top: 15px
}

@media only screen and (max-width: 767px) {
    .padding_dastgah {
        padding: 0 !important
    }
}

.image_convert {
    border: 1px solid #ebebeb;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    margin-bottom: 15px;
    width: 50%
}

.news_convert {
    font: 12px Tahoma, Arial !important;
    line-height: 2 !important;
    font-family: Tahoma !important;
    font-weight: 400;
    color: #000;
    direction: rtl;
    text-align: justify
}

.itemFullText {
    font: 12px Tahoma, Arial !important;
    line-height: 2 !important
}

.news_convert p span {
    font: 12px Tahoma, Arial !important;
    line-height: 2 !important
}

.news_convert p {
    font: 12px Tahoma, Arial !important;
    line-height: 2 !important
}

.padd_col2 .liner_news_tab {
    padding-left: 10px
}

#home .form-con-home {
    display: none
}

.organsListNav {
    display: none;
    left: 0;
    width: 100%;
    overflow-y: scroll;
    overflow-x: visible
}

.organsListNav.ShowNav {
    display: block
}

.MultimediaListNav {
    display: none;
    width: 150px;
    height: auto;
    overflow: visible;
    padding: 0;
    background: rgba(0, 0, 0, .85)
}

.MultimediaListNav.ShowNav {
    display: block
}

.MultimediaListNavLinks:last-child a {
    padding-bottom: 0;
    border: none !important
}

.dropLink {
    position: relative
}

.dropContent {
    display: none;
    position: absolute;
    right: 150px;
    top: 6px;
    z-index: 11;
    background: rgba(0, 0, 0, .85);
    padding: 6px;
    width: 150px
}

.dropContent li:last-child a {
    padding-bottom: 0;
    border: none !important
}

.dropLink:hover .dropContent {
    display: block
}

.hd-multi_media .MoreBtn span:after {
    content: " ";
    position: absolute;
    background: url('../img/r_sar_chandrasanei.gif') no-repeat top left;
    top: 1px;
    display: block;
    width: 15px;
    height: 35px;
    right: -14px;
    transform: rotate(180deg)
}

.hd-multi_media .MoreBtn {
    padding-right: calc(50% - 66px);
    height: 20px
}

.MoreBtnWrapper {
    background-color: #fcfcfc;
    padding-top: 4px
}

.a_more_ostan {
    color: #27a7cf;
    font: 15px/30px nassim-bold;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: 2px;
    display: block;
    width: auto;
    height: 20px;
    padding-right: 10px
}

.main-col-index {
    margin-bottom: 12px
}

.marg_ertebat p {
    padding: 0 10px
}

.sp_linear_news {
    padding-left: 10px
}

.t_l_content {
    padding: 0
}

.row_bargozide {
    display: flex;
    flex-wrap: wrap
}

.kh_aval_dastgah .style_content {
    width: 33%;
    padding-left: 10px;
    margin-bottom: 10px
}

.kh_aval_dastgah .style_content .bg_bargozide {
    height: 100%
}

.row_bargozide .style_content:nth-child(3n) {
    padding-left: 0
}

.rutitr_aval_dastgah2, .subtitle_aval_dastgah2 {
    text-align: justify
}

.outer_didgah .inner_didgah:last-child, .list-box1:last-child {
    border: none !important
}

.content-video-multimedia .slide-video-news {
    float: right;
    padding: 0 5px;
    width: 100% !important
}

.kh_v_dastgah {
    position: relative
}

.kh_v_dastgah .owl-controls .owl-nav .owl-next {
    width: 35px;
    display: block !important;
    position: absolute;
    top: 38%;
    right: 0;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    background: #35c9b6
}

.kh_v_dastgah .owl-controls .owl-nav .owl-prev {
    width: 35px;
    display: block !important;
    position: absolute;
    top: 38%;
    left: 2px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    background: #35c9b6
}

.kh_v_content {
    margin-bottom: 15px
}

.row-adv-index {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 !important
}

#service2 {
    position: relative
}

.MultimediaList {
    position: absolute
}

.MultimediaListNav {
    top: 0;
    left: unset;
    right: -36px
}

.MultimediaListNav li.MultimediaListNavLinks {
    width: 100%;
    height: 44px;
    display: block
}

.shortlink-content {
    margin-bottom: 20px
}

.short-link {
    background-color: #ffffff;

    display: flex;
    align-items: center
}

@media only screen and (max-width: 575px) {
    .short-link {
        margin-bottom: 10px
    }
}

.short-link input {
    font: 12px iransans;
    color: #25008c;
    background-color: inherit;
    cursor: pointer;
    width: 200px
}

.short-link input:focus {
    background: inherit;
    border: none;
    outline: none
}

.shortLink button {
    border: none
}

.multimedia-page-news .short-link {
    background-color: #fff
}

.success_mgs {
    display: none;
    float: left;
    color: red;
    font: 12px/20px iransans;
    margin-right: 10px
}

#IranMap {
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
    padding: 0;
    font-family: Tahoma;
    font-size: 11px;
    width: 100%;
    margin: auto
}

#IranMap .show-title {
    display: none;
    position: absolute;
    background-color: #333;
    color: #fff;
    margin: 0 !important;
    padding: 0 5px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    opacity: .8
}

#IranMap .map {
    display: block;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#IranMap .map svg {
    height: 452px;
    width: 100% px
}

#IranMap .map .island path {
    fill: #fde6d8
}

#IranMap .map .border path {
    fill: #ba7f95
}

#IranMap .map .province path {
    fill: #be968e
}

#IranMap .map .sea path, #IranMap .map .lake path {
    fill: #2d8dbd
}

#IranMap .map .province path:hover, #IranMap .map .island path:hover, #IranMap .map .province path.hover, #IranMap .map .island path.hover {
    fill: #eeb6a9 !important;
    cursor: pointer
}

#IranMap .list {
    display: block;
    float: right;
    width: 50%
}

#IranMap .list ul {
    padding: 0
}

#IranMap .list > ul {
    margin-left: 10px
}

#IranMap .list li {
    list-style: none
}

#IranMap .list span {
    background: #242424;
    color: #ecf0f1;
    display: block;
    margin: 0 2px;
    padding: 0 8px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 2px
}

#IranMap .list li ul li {
    display: block;
    float: right;
    width: 33.33333333333333%
}

#IranMap .list li ul li a {
    background: #34495e;
    color: #ecf0f1;
    display: block;
    padding: 0 8px;
    line-height: 26px;
    margin: 2px;
    text-decoration: none
}

#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover {
    background: #c33a2c
}

#IranMap .list ul:before, #IranMap .list ul:after {
    display: table;
    content: " "
}

#IranMap .list ul, #IranMap .list ul:after {
    clear: both
}

#IranMap .city {
    clear: both;
    padding: 10px 0
}

@media (max-width: 930px) {
    #IranMap .list {
        width: 50%
    }
}

@media (max-width: 745px) {
    #IranMap .list li ul li {
        width: 50%
    }
}

@media (max-width: 515px) {
    #IranMap .list, #IranMap .map {
        width: 100%
    }

    #IranMap .list li ul li {
        width: 33.33333333333333%
    }

    #IranMap .list li ul li a {
        font-size: 10px !important
    }
}

@media (max-width: 515px) {
    #IranMap .list li ul li {
        width: 50%
    }
}

@media (max-width: 250px) {
    #IranMap .list li ul li {
        width: 100%
    }
}

.top-header {
    background: #25008c;
    padding: 3px 10px;
    color: white;
    text-align: left;
    font-family: IRANSansMedium, serif;
}


.top-header a {
    margin-right: 8px;
}


.news-tags-title {
    position: relative;
    font-size: 14px;
    z-index: 1;
    overflow: hidden;
    text-align: right;
    color: #25008c;
}


.news-tags-title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 100%;
    height: 1px;
    content: '\a0';
    margin-right: 5px;
    background-color: #bcf6f2;
}

.news-tags-title:after {
    margin-left: -50%;
    text-align: right;
}


.attach-download-btn{
    background: #d8d8d8;
    border: none;
    border-radius: 5px;
    padding: 9px 16px;
    margin-top: 10px;
    font-family: IRANSansBold;
}

.attach-download-btn:hover{
    background: #cfcfcf;
}


.parvande-vije-card-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
