/**
 * @author Muhammad Hussein Fattahizadeh <m@mhf.ir>
 * @copyright (c) 2016, Muhammad Hussein Fattahizadeh <m@mhf.ir>
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../lib/fonts/fontawesome-webfont.eot?v=ZmUxODAz");
  src: url("../lib/fonts/fontawesome-webfont.eot?v=ZmUxODAz#iefix") format("embedded-opentype"), url("../lib/fonts/fontawesome-webfont.woff2?v=ZmUxODAz") format("woff2"), url("../lib/fonts/fontawesome-webfont.woff?v=ZmUxODAz") format("woff"), url("../lib/fonts/fontawesome-webfont.ttf?v=ZmUxODAz") format("truetype"), url("../lib/fonts/fontawesome-webfont.svg?v=ZmUxODAz#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "lg";
  src: url("../lib/fonts/lg.eot?v=ZmUxODAz");
  src: url("../lib/fonts/lg.eot?v=ZmUxODAz") format("embedded-opentype"), url("../lib/fonts/lg.woff?v=ZmUxODAz") format("woff"), url("../lib/fonts/lg.ttf?v=ZmUxODAz") format("truetype"), url("../lib/fonts/lg.svg?v=ZmUxODAz#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: VideoJS;
  src: url("../lib/fonts/VideoJS.eot?v=ZmUxODAz");
  src: url("../lib/fonts/VideoJS.eot?v=ZmUxODAz#iefix") format("embedded-opentype"), url("../lib/fonts/VideoJS.woff?v=ZmUxODAz") format("woff"), url("../lib/fonts/VideoJS.ttf?v=ZmUxODAz") format("truetype"), url("../lib/fonts/VideoJS.svg?v=ZmUxODAz#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "vazir";
  src: url("../fonts/Vazir.woff2") format("woff2");
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "vazir-bold";
  src: url("../fonts/Vazir-Bold.woff2") format("woff2");
  font-weight: normal;
  font-display: swap; }

html, body {
  padding: 0;
  margin: 0;
  background-color: #f6f6f6; }

body, input, select, textarea {
  font-family: "vazir";
  direction: rtl; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: "vazir-bold";
  font-weight: normal; }

a {
  text-decoration: none; }

ul {
  list-style-type: none; }

.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: 0.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: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.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: #ffffff; }

.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: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"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.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; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: "\f103"; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104"; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105"; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106"; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: "\f10c"; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: "\f10d"; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: "\f115"; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
  content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
  content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden; } }

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../lib/img/lightslider/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.main-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8px; }

.main-wrapper2 {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 8px; }

a {
  color: #292929; }

.res, .imaging-list li .has-img > a, .hard-news-slider ul li .main-pic, .gozaresh-tasviri-slider li .pic, #pishkhan-slider li a, .glob-section-list .glob-news-list li .glob-news-images, .article-body .primary-files .contain-img, .right-service .service-pic, .profile-news-detail .news-global-pic, .template-author ul li > a, #gallary-page-slider li > .main-represent, .landing-album-two figure .album-two-image {
  display: block;
  text-decoration: none; }
  .res > img, .imaging-list li .has-img > a > img, .hard-news-slider ul li .main-pic > img, .gozaresh-tasviri-slider li .pic > img, #pishkhan-slider li a > img, .glob-section-list .glob-news-list li .glob-news-images > img, .article-body .primary-files .contain-img > img, .right-service .service-pic > img, .profile-news-detail .news-global-pic > img, .template-author ul li > a > img, #gallary-page-slider li > .main-represent > img, .landing-album-two figure .album-two-image > img {
    display: block;
    width: 100%;
    height: auto; }

.main-bg, .hard-news-slider, .latest_anavin ul, .second-news, .footbal-show ul, .gozaresh-tasviri-outer, .bahavadaran-news ul, .primary-multi-tab, .related-news ul, .landing-inner, .archive-n-land > li, #archive-search {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px; }

.main-tagis {
  display: inline-block;
  background-color: #595353;
  color: #fff;
  font-size: 0.7em;
  padding: 5px 14px 4px 14px; }

.time-tagies {
  display: inline-block;
  background-color: #9ACA3C;
  color: #fff;
  font-size: 0.7em;
  padding: 5px 14px 4px 14px; }

.header-section {
  background-color: #9ACA3C;
  padding: 4px 8px; }
  .header-section .defualt-header {
    margin: 0;
    color: #fff;
    position: relative;
    padding: 0 15px 0 0; }
    .header-section .defualt-header a {
      padding: 5px 2px;
      color: #fff;
      font-size: 0.9em; }
    .header-section .defualt-header .head_icon {
      top: 1px;
      right: -7px;
      position: absolute; }
    .header-section .defualt-header .arc_icon {
      float: left;
      fill: #fff;
      margin-top: 4px;
      margin-left: 1px; }
    .header-section .defualt-header .arch-link {
      float: left;
      padding: 0px 2px !important; }
      .header-section .defualt-header .arch-link:hover .arc_icon {
        fill: #444141; }
    .header-section .defualt-header span {
      background: #9ACA3C;
      padding: 5px 10px;
      color: #fff;
      font-size: 0.9em; }

.slimScrollDiv {
  overflow: inherit !important; }

.transition, .imaging-list li .has-content .title > a, .all-list li a, .peyvand-cnt .bor_can li a, .tiny-top-menu li a, .global-icon a svg, #nav-toggle > li, #nav-toggle > li a, .sub-menu > li, .sub-menu > li a, .search_mobile .search_container, .search_mobile .search_icon, .search_mobile .search_icon svg, .footer-listed-menu ul li a, .footer-global-icon a, .footer-last-news .featured-list a, .footer-services .footer-service-menu li > a, .footer-hot-tag .hot-tag-cnt a, .hardnews-content .title a, .hardnews-content .read-more, .second-news-l-list .title a, .gozaresh-tasviri-slider li .camera, .gozaresh-tasviri-slider li .pic, .gozaresh-tasviri-detail .title > a, .football-banners .football-iran, .primary-multi-tab .first-tab-list li a, .karshenasi-outer .karshenasi .karshenas-home-list .karshenas-name h4, .glob-section-list .glob-news-list li, .rest-list .rest-content .title a, .glob-news-content .title a, .news-page-content article header .title, .news-short-info span,
.news-short-info a,
.news-short-info button, #echo-detail .inline_gallery .splide__arrow,
#echo-detail .gallery_attach .splide__arrow, #echo-detail .inline_gallery .splide__pagination .is-active,
#echo-detail .gallery_attach .splide__pagination .is-active, .article-tag a, .news-share-icons .article-social a svg, .related-news ul li > a, .comment-reply .like, .comment-stuff .comment-l .submit-comment, .landing-top-news .landing-tn-header .title > a, .archive-n-land > li, .right-service .service-pic, .right-service .service-pic img, .left-service .title a, .spec_video_list .spec_video_list_inner li, #archive-search button:hover, .top-trend ul li a, .top-trend ul li i, .profile-news li, .landing-album-two figure:hover, .archive-album > a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.shadow {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.global-gradient {
  background: rgba(0, 0, 0, 0.01);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.01) 1%, #080808 80%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01) 1%, #080808 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 1%, #080808 80%); }

.img-circle {
  border-radius: 50%; }

.list-circle::before {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%; }

.imaging-list {
  padding: 8px;
  margin: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .imaging-list:after {
    content: " ";
    display: block;
    clear: both; }
  .imaging-list li {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    border-bottom: solid 1px rgba(128, 128, 128, 0.2); }
    .imaging-list li:after {
      content: " ";
      display: block;
      clear: both; }
    .imaging-list li .has-img {
      width: 33.3333333333%;
      float: right; }
    .imaging-list li .has-content {
      padding-right: 8px;
      width: 66.6666666667%;
      float: left;
      margin-left: 0; }
      .imaging-list li .has-content .up-title {
        font-size: 0.73em;
        margin: 0;
        padding: 0 0 4px 0;
        font-family: "vazir";
        font-weight: normal;
        color: #5d5d5d; }
      .imaging-list li .has-content .title {
        margin: 0;
        padding: 0 0 6px 0; }
        .imaging-list li .has-content .title > a {
          color: #454545;
          font-size: 0.8em; }
      .imaging-list li .has-content .au-name {
        font-size: 0.7em;
        color: #74A01F; }
    .imaging-list li:first-child {
      padding-top: 0; }
    .imaging-list li:last-child {
      border: 0; }
    .imaging-list li:hover .up-title {
      color: #d60000; }

.all-list {
  margin: 0;
  padding: 6px 8px; }
  .all-list li {
    padding: 6px 0;
    position: relative;
    border-bottom: 1px solid #dfdfdf; }
    .all-list li a {
      color: #0c0c0c;
      padding-right: 14px;
      line-height: 1.6em;
      font-size: 0.8em;
      display: inline-block; }
      .all-list li a:hover {
        color: #5f7e22; }
    .all-list li i {
      position: absolute;
      top: 16px;
      color: #d60000; }
    .all-list li .fa-circle {
      right: 2px;
      font-size: 0.4em; }
    .all-list li .fa-camera,
    .all-list li .instag {
      font-size: 0.59em;
      top: 13px; }
    .all-list li .instag {
      font-size: 0.6em;
      top: 12px; }
    .all-list li .tweett {
      font-size: 0.68em;
      top: 12px; }
    .all-list li .fa-video-camera {
      font-size: 0.6em;
      top: 13px; }
    .all-list li:last-child {
      border: none; }

.fa-rss:before {
  content: "\f09e"; }

.fa-fsb:before {
  content: "\f09a"; }

.fa-twt:before {
  content: "\f099"; }

.fa-in:before {
  content: "\f0e1"; }

.fa-gp:before {
  content: "\f0d5"; }

.fa-inst:before {
  content: "\f16d"; }

.mrgt {
  margin-top: 16px; }
  .mrgt > div {
    max-width: 100%; }

.mrgbt {
  margin-bottom: 16px; }
  .mrgbt > div {
    max-width: 100%; }

.global-time,
.global-comment {
  color: #a1a1a1;
  display: inline-block;
  font-size: 0.7em;
  direction: rtl; }

.green {
  color: #74A01F; }

.green-bg {
  background-color: #74A01F;
  padding: 2px 4px;
  display: inline-block; }

.white {
  color: #fff; }

.black {
  color: #000; }

.orange {
  color: #d60000; }

.zxc_home {
  text-align: center;
  margin: 0 auto; }
  .zxc_home > div {
    text-align: center;
    margin: 0 auto; }

.zxc {
  text-align: center;
  margin: 4px auto; }
  .zxc > div {
    max-width: 100%;
    text-align: center;
    margin: 4px auto; }
    .zxc > div > div {
      max-width: 100%; }

.mrauto {
  margin: 0 auto; }
  .mrauto > div {
    max-width: 100%; }
  .mrauto .type-resource {
    margin: 0 auto; }

.peyvand-wrapper .peyvand-header {
  display: none; }

.peyvand-cnt {
  padding: 16px 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .peyvand-cnt:after {
    content: " ";
    display: block;
    clear: both; }
  .peyvand-cnt .peyvand-leyout {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
  @media (min-width: 900px) {
    .peyvand-cnt {
      width: 50%;
      float: right; } }
  .peyvand-cnt .peyvand-leyout .inner-peyvand {
    padding: 0 0 10px 0; }
  .peyvand-cnt .peyvand-leyout header {
    background-color: #9ACA3C;
    padding: 8px 6px; }
    .peyvand-cnt .peyvand-leyout header span,
    .peyvand-cnt .peyvand-leyout header p {
      margin: 0;
      padding: 0 4px 0 0;
      color: #fff;
      font-weight: normal;
      font-family: "vazir-bold"; }
  .peyvand-cnt .bor_can {
    margin: 0;
    padding: 0; }
    .peyvand-cnt .bor_can li {
      padding: 6px 8px; }
      .peyvand-cnt .bor_can li:nth-child(2n) {
        background-color: #e0e0e0; }
      .peyvand-cnt .bor_can li:nth-child(2n+1) {
        background-color: #fff; }
      .peyvand-cnt .bor_can li a {
        color: #444; }
        .peyvand-cnt .bor_can li a:hover {
          color: #9ACA3C; }

.position_c0 {
  transform: translate(100%, 0);
  visibility: hidden;
  transition: all .4s ease, color .4s ease; }

.mobile-visible-fixed {
  transition: all .4s ease, color .4s ease;
  transform: translate(0, 0); }

.sticky_zxc_top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  left: 0; }

.type-resource-image {
  max-width: 100%; }

.type-resource-image > a {
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%; }

.mobile-unvisible-fixed {
  transform: translate(100%, 0);
  visibility: hidden;
  transition: all .4s ease, color .4s ease; }

.zxc-visible-fixed {
  transition: all .4s ease, color .4s ease;
  transform: translate(0, 0); }

.sticky_zxc_bottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99999;
  left: 0; }

.sticky_zxc_bottom_cnt {
  position: relative; }
  .sticky_zxc_bottom_cnt #close_sticky_zxc_bottom {
    left: 8px;
    top: -25px;
    border: none;
    position: absolute;
    border-radius: 8px 8px 0 0;
    background-color: #6c6c6ccf; }
    .sticky_zxc_bottom_cnt #close_sticky_zxc_bottom svg {
      width: 24px;
      height: 24px;
      vertical-align: middle;
      padding: 3px; }

.sticky_notify {
  width: 313px;
  position: fixed;
  padding: 8px;
  z-index: 99999;
  transition: opacity 200ms;
  opacity: 0;
  bottom: 90px;
  right: 0; }
  @media (min-width: 0) and (max-width: 600px) {
    .sticky_notify {
      width: 100%; } }
  .sticky_notify .sticky_img {
    width: 30%;
    float: right; }
    .sticky_notify .sticky_img img {
      border-radius: 5px; }
  .sticky_notify .sticky_detail {
    width: 70%;
    float: right;
    padding-right: 8px; }
    .sticky_notify .sticky_detail a {
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.6em; }
  .sticky_notify ul {
    padding: 12px 8px 12px 12px;
    margin: 0;
    background-color: rgba(36, 36, 36, 0.8);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 10px; }

#close_stiky_notify {
  border: none;
  padding: 2px 8px;
  margin-right: 10px;
  display: inline-block;
  backdrop-filter: blur(10px);
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(36, 36, 36, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); }
  #close_stiky_notify svg {
    fill: #fff;
    margin-top: 3px;
    transition: 0.3s ease-in; }
  #close_stiky_notify:hover svg {
    color: #2d2d2d; }

svg {
  vertical-align: middle; }

.faq-element {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .faq-element .accordion {
    padding: 0 8px;
    margin: 0; }
    .faq-element .accordion li {
      margin-bottom: 8px;
      border-bottom: 1px solid #b7b7b782; }
    .faq-element .accordion button {
      position: relative;
      display: block;
      text-align: right;
      width: 100%;
      padding: 8px 0;
      color: #7288a2;
      font-size: 1.15rem;
      font-weight: 400;
      border: none;
      background: none;
      outline: none; }
      .faq-element .accordion button:hover, .faq-element .accordion button:focus {
        cursor: pointer;
        color: #9ACA3C; }
        .faq-element .accordion button:hover::after, .faq-element .accordion button:focus::after {
          cursor: pointer;
          color: #9ACA3C;
          border: 1px solid #9ACA3C; }
      .faq-element .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0; }
      .faq-element .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 12px;
        left: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px; }
        .faq-element .accordion button .icon::before {
          display: block;
          position: absolute;
          content: '';
          top: 9px;
          left: 5px;
          width: 10px;
          height: 2px;
          background: currentColor; }
        .faq-element .accordion button .icon::after {
          display: block;
          position: absolute;
          content: '';
          top: 5px;
          left: 9px;
          width: 2px;
          height: 10px;
          background: currentColor; }
    .faq-element .accordion button[aria-expanded='true'] {
      color: #9ACA3C; }
      .faq-element .accordion button[aria-expanded='true'] .icon::after {
        width: 0; }
      .faq-element .accordion button[aria-expanded='true'] + .accordion-content {
        opacity: 1;
        max-height: 9em;
        transition: all 200ms linear;
        will-change: opacity, max-height; }
    .faq-element .accordion .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height;
      padding-bottom: 8px; }
      .faq-element .accordion .accordion-content p {
        font-size: 1rem;
        font-weight: 300;
        margin: 2em 0; }

@media screen and (min-width: 600px) {
  .just_mobile {
    display: none; } }

.show_desktop {
  display: none; }
  @media only screen and (min-width: 700px) {
    .show_desktop {
      display: block; } }

@media only screen and (min-width: 700px) {
  .show_mobile {
    display: none; } }

.list_news li a {
  display: inline;
  padding-right: 2px; }

.view_media li a {
  display: inline;
  padding-right: 8px; }

iframe[src*="mcdn"] {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  margin: 16px 0; }

#view_back_link {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center; }

#view_back_link {
  width: 100%;
  padding-top: 24px; }
  #view_back_link div p {
    background-color: #444;
    padding: 12px 8px;
    text-align: center;
    margin: 0; }
    #view_back_link div p a {
      color: #fff; }

.outer-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .outer-container:after {
    content: " ";
    display: block;
    clear: both; }

.home .header_table {
  text-align: center;
  padding: 8px 0px;
  font-size: 0.9em;
  font-family: "vazir-bold";
  font-weight: normal; }

.home .fixture_item {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 0 8px; }

.home .tables_list {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px; }

.home .tables_list iframe {
  width: 100%;
  height: 400px; }

@media screen and (min-width: 550px) {
  .home .tables_list {
    grid-template-columns: 1fr 1fr; } }

.top-bar {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #353535; }
  .top-bar:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 600px) {
    .top-bar {
      display: none; } }

.bar-cnt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 0 2px 0; }
  .bar-cnt:after {
    content: " ";
    display: block;
    clear: both; }
  .bar-cnt .tiny-top-menu {
    width: 100%; }
    @media (min-width: 450px) {
      .bar-cnt .tiny-top-menu {
        width: 50%;
        float: right; } }
  .bar-cnt .global-icon {
    width: 100%; }
    @media (min-width: 450px) {
      .bar-cnt .global-icon {
        width: 50%;
        float: left;
        margin-left: 0; } }

.tiny-top-menu {
  margin: 0;
  padding: 0;
  text-align: center; }
  .tiny-top-menu li {
    display: inline-block; }
    .tiny-top-menu li a {
      text-align: center;
      color: #fff;
      padding: 0 8px;
      font-size: 0.8em;
      font-family: "vazir-bold"; }
      @media (min-width: 450px) {
        .tiny-top-menu li a {
          padding: 0 0 0 4px; } }
      .tiny-top-menu li a:hover {
        color: #a1a1a1; }
    .tiny-top-menu li i {
      font-size: 3px;
      color: #fff; }
    .tiny-top-menu li:last-child i {
      display: none; }
  @media (min-width: 450px) {
    .tiny-top-menu {
      text-align: right; } }

.global-icon {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: end; }
  .global-icon a svg {
    fill: #fff; }
  .global-icon a:hover svg {
    fill: #a1a1a1; }
  @media (min-width: 450px) {
    .global-icon {
      text-align: left; } }

.main-header .main-header-cnt {
  padding: 8px 0;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #4f4c4c; }
  .main-header .main-header-cnt:after {
    content: " ";
    display: block;
    clear: both; }
  .main-header .main-header-cnt .main-banners {
    padding: 0; }
    @media only screen and (max-width: 800px) {
      .main-header .main-header-cnt .main-banners {
        display: flex;
        align-items: center;
        justify-content: space-around; } }
  .main-header .main-header-cnt .mr-logo {
    width: 100%; }
    .main-header .main-header-cnt .mr-logo > a {
      display: block; }
      @media (min-width: 200px) and (max-width: 800px) {
        .main-header .main-header-cnt .mr-logo > a {
          display: block;
          text-align: center; }
          .main-header .main-header-cnt .mr-logo > a img {
            height: auto;
            display: block;
            max-width: 100%;
            text-align: center; } }
    @media (min-width: 800px) {
      .main-header .main-header-cnt .mr-logo {
        width: 38%;
        float: right;
        padding-top: 7px; } }
    @media (min-width: 1000px) {
      .main-header .main-header-cnt .mr-logo {
        width: 35%; } }
  .main-header .main-header-cnt .head-times {
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .main-header .main-header-cnt .head-times {
        gap: 16px;
        display: flex;
        align-items: center;
        justify-content: end; } }
    @media (min-width: 800px) {
      .main-header .main-header-cnt .head-times {
        width: 25%;
        float: left;
        margin-left: 0; } }
    @media (min-width: 1000px) {
      .main-header .main-header-cnt .head-times {
        width: 16.6666666667%;
        float: left;
        margin-left: 0; } }
  .main-header .main-header-cnt .header-banner {
    margin-top: 2px;
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4px; }
    @media (min-width: 800px) {
      .main-header .main-header-cnt .header-banner {
        margin-top: 16px;
        width: 33%;
        margin-bottom: 0; } }
    @media only screen and (max-width: 800px) {
      .main-header .main-header-cnt .header-banner {
        display: none; } }
    .main-header .main-header-cnt .header-banner .zxc_home div {
      max-width: 100% !important; }
      .main-header .main-header-cnt .header-banner .zxc_home div a {
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 100% !important; }

.head-banner {
  margin: 0 auto; }
  .head-banner div {
    margin: 0 auto; }

.head-times .online-time {
  color: #fff;
  text-align: left;
  font-size: 0.8em; }
  @media (min-width: 200px) and (max-width: 799px) {
    .head-times .online-time {
      text-align: center !important; } }
  @media only screen and (max-width: 500px) {
    .head-times .online-time {
      display: none; } }
  @media only screen and (max-width: 800px) {
    .head-times .online-time {
      padding-left: 8px; } }
  @media only screen and (min-width: 800px) {
    .head-times .online-time {
      margin-bottom: 10px; } }

@media only screen and (max-width: 800px) {
  .head-times .left-search-box {
    text-align: left; } }

.head-times .left-search-box form {
  box-shadow: none;
  position: relative;
  border-radius: 4px; }
  @media only screen and (max-width: 500px) {
    .head-times .left-search-box form {
      margin: 0; } }
  .head-times .left-search-box form input {
    width: 100%;
    padding: 8px;
    border: none;
    outline: none;
    font-size: 12px;
    background: #fff; }
    @media only screen and (max-width: 500px) {
      .head-times .left-search-box form input {
        width: 170px; } }
    @media only screen and (max-width: 800px) {
      .head-times .left-search-box form input {
        padding: 5px; } }
  .head-times .left-search-box form #search-submit {
    border: none;
    position: absolute;
    top: 6px;
    left: 5px;
    padding: 0;
    background: none; }
    @media only screen and (max-width: 800px) {
      .head-times .left-search-box form #search-submit {
        top: 3px;
        left: 4px; } }

.header-qoute {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0; }
  .header-qoute:after {
    content: " ";
    display: block;
    clear: both; }
  .header-qoute p {
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-family: "vazir-bold";
    color: #606060; }
    @media (min-width: 200px) and (max-width: 600px) {
      .header-qoute p {
        font-size: 18px; } }
  .header-qoute .colring {
    color: #d60000; }
  .header-qoute .cafe-footbal-icon {
    display: inline-block;
    padding: 0px 6px;
    vertical-align: top; }
    .header-qoute .cafe-footbal-icon img {
      display: block; }
  .header-qoute .r-qoute {
    width: 100%;
    padding-left: 0px;
    text-align: left;
    padding-left: 6px; }
    @media (min-width: 200px) and (max-width: 600px) {
      .header-qoute .r-qoute {
        text-align: center; } }
    @media (min-width: 600px) {
      .header-qoute .r-qoute {
        width: 48%;
        float: right; } }
    .header-qoute .r-qoute p {
      display: inline-block !important; }
  .header-qoute .l-qoute {
    width: 100%;
    padding-left: 0px;
    text-align: right;
    padding-right: 6px; }
    @media (min-width: 200px) and (max-width: 600px) {
      .header-qoute .l-qoute {
        text-align: center; } }
    @media (min-width: 600px) {
      .header-qoute .l-qoute {
        width: 50%;
        float: right; } }

.main-menu-cnt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #c70101; }
  .main-menu-cnt:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (min-width: 800px) {
    .main-menu-cnt .main-nav {
      width: 100%;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .main-menu-cnt .main-nav:after {
        content: " ";
        display: block;
        clear: both; } }

@media (min-width: 0) and (max-width: 800px) {
  #nav-toggle {
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.26s ease;
    opacity: 0; }
  #nav-toggle.slide-down {
    opacity: 1;
    max-height: unset;
    transform: scaleY(1); } }

#nav-toggle {
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #nav-toggle:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 800px) {
    #nav-toggle {
      display: block;
      text-align: center; } }
  #nav-toggle > li {
    width: 100%;
    border-bottom: 1px solid #d50d0d;
    border-top: 1px solid #a50707; }
    @media (min-width: 300px) and (max-width: 800px) {
      #nav-toggle > li {
        text-align: center; } }
    @media (min-width: 800px) {
      #nav-toggle > li {
        padding: 2px 0;
        display: inline-block;
        border: none;
        width: auto; } }
    #nav-toggle > li a {
      display: block;
      padding: 6px 3px 6px 10px;
      color: #fff;
      font-size: 0.96em;
      font-family: "vazir-bold"; }
      #nav-toggle > li a:hover {
        color: #424242; }
      @media (min-width: 800px) {
        #nav-toggle > li a::after {
          content: '|';
          color: #fff;
          padding-right: 14px; } }
    #nav-toggle > li:last-child a::after {
      content: ' '; }
    #nav-toggle > li .sub-menu {
      position: relative;
      background-color: red; }

.sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  width: 100%; }
  @media (min-width: 800px) {
    .sub-menu {
      z-index: 11111;
      visibility: hidden;
      transition-duration: 0.3s;
      top: 62px;
      width: 20% !important; } }
  .sub-menu > li {
    padding: 2px 40px 2px 0;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 0 inset; }
    @media (min-width: 800px) {
      .sub-menu > li {
        padding: 0 !important; } }
    .sub-menu > li a {
      display: block;
      padding: 8px 0;
      color: #fff;
      font-size: 0.9em; }
      @media (min-width: 800px) {
        .sub-menu > li a {
          padding-right: 4px; } }
    .sub-menu > li:hover {
      background-color: #191e2c; }
      .sub-menu > li:hover > a {
        color: #74A01F !important; }

.show-menu {
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent; }
  @media (min-width: 800px) {
    .show-menu {
      display: none; } }

.search_mobile .search_container {
  right: 0;
  height: 0;
  top: 63px;
  opacity: 0;
  width: 100%;
  display: flex;
  visibility: hidden;
  position: absolute;
  padding: 16px 0 8px;
  align-items: center;
  justify-content: center;
  background-color: #4f4c4c; }

.search_mobile .search_box {
  width: 250px;
  padding: 8px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.85em;
  border-radius: 20px;
  background-color: #4f4c4c;
  border: 1px solid #74A01F; }

.search_mobile .search_icon {
  gap: 10px;
  padding: 0;
  border: none;
  color: #fff;
  display: flex;
  cursor: pointer;
  align-items: center;
  background-color: transparent; }
  .search_mobile .search_icon:hover {
    color: #74A01F; }
    .search_mobile .search_icon:hover svg {
      fill: #fff; }
  .search_mobile .search_icon svg {
    fill: #fff; }

.search_mobile .inner_search_icon {
  padding: 0;
  border: none;
  margin-top: 2px;
  cursor: pointer;
  margin-right: -33px;
  background-color: transparent; }
  .search_mobile .inner_search_icon svg {
    fill: #fff; }

.search_mobile .close_search {
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-right: -35px;
  background-color: #4f4c4c; }
  .search_mobile .close_search svg {
    fill: #fff; }

.search_mobile .open_search {
  opacity: 1;
  visibility: visible; }

.search_mobile .show_search {
  opacity: 1;
  z-index: 1;
  height: auto;
  visibility: visible; }

.main-footer {
  border-top: 4px solid #5e5e5e;
  background-color: #3b3b3b;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0 0 0;
  background-image: url(/images/footer-football.png);
  background-position: left bottom;
  background-repeat: no-repeat; }
  .main-footer:after {
    content: " ";
    display: block;
    clear: both; }

.footbal-footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .footbal-footer:after {
    content: " ";
    display: block;
    clear: both; }
  .footbal-footer .parted-footer {
    width: 100%; }
    @media (min-width: 520px) {
      .footbal-footer .parted-footer {
        width: 50%;
        float: right;
        padding-left: 20px; } }
    @media (min-width: 1000px) {
      .footbal-footer .parted-footer {
        width: 25%;
        float: right; } }
    .footbal-footer .parted-footer:last-child {
      padding-left: 0; }

.footer-logoees {
  width: 59%;
  margin: 0 auto; }

.footer-listed-menu ul {
  margin: 0;
  padding: 10px 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .footer-listed-menu ul:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-listed-menu ul li {
    display: inline;
    text-align: center; }
    .footer-listed-menu ul li a {
      text-align: center;
      color: #fff;
      padding: 0 8px;
      font-size: 0.9em; }
      .footer-listed-menu ul li a:hover {
        color: #74A01F; }

.footer-global-icon {
  gap: 16px;
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: center; }
  .footer-global-icon a {
    top: 0;
    position: relative; }
    .footer-global-icon a:hover {
      top: -4px; }

.footer-header-model {
  width: 49% !important;
  color: #fff; }
  .footer-header-model h3 {
    font-size: 0.83em; }

.footer-last-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px; }
  .footer-last-news:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-last-news ul {
    margin: 0;
    padding: 16px 0 0 0; }
    .footer-last-news ul li {
      padding: 8px 0;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .footer-last-news ul li:after {
        content: " ";
        display: block;
        clear: both; }
      .footer-last-news ul li:first-child {
        padding-top: 0; }
      .footer-last-news ul li .featured-pic {
        width: 16.6666666667%;
        float: right; }
      .footer-last-news ul li .featured-list {
        width: 83.3333333333%;
        float: left;
        margin-left: 0;
        padding-right: 16px; }

.footer-last-news .featured-list a {
  font-size: 0.8em;
  color: #fff;
  display: block; }
  .footer-last-news .featured-list a:hover {
    color: #a1a1a1; }

.footer-services {
  padding-top: 14px; }
  .footer-services .footer-service-menu {
    margin: 0;
    padding: 0; }
    .footer-services .footer-service-menu li {
      box-shadow: rgba(255, 255, 255, 0.1) 0 -1px 0 inset;
      padding: 8px 0; }
      .footer-services .footer-service-menu li > a {
        font-size: 0.9em;
        color: #fff; }
        .footer-services .footer-service-menu li > a:hover {
          color: #a1a1a1; }
      .footer-services .footer-service-menu li:last-child {
        box-shadow: none; }

.footer-hot-tag {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px; }
  .footer-hot-tag:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-hot-tag .hot-tag-cnt {
    padding-top: 16px; }
    .footer-hot-tag .hot-tag-cnt a {
      background: rgba(0, 0, 0, 0.4);
      display: inline-block;
      color: #fff;
      margin: 0 0 7px 4px;
      padding: 3px 8px 5px 8px;
      font-size: 0.9em; }
      .footer-hot-tag .hot-tag-cnt a:hover {
        color: #a1a1a1; }

.copy-right {
  padding: 32px 0;
  margin: 0;
  text-align: center;
  margin: 0 auto;
  color: #c0c0c0;
  font-size: 0.9em; }

.assam-cnt {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0; }

.aasaam {
  padding: 10px 0;
  width: 223px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto; }
  .aasaam > a {
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px; }

.back-to-top {
  display: none;
  background-color: transparent;
  border: 3px solid #d60000; }
  .back-to-top i {
    margin: auto;
    padding-top: 2px;
    display: table;
    text-align: center;
    font-size: 1em;
    color: #d60000;
    display: block; }
  @media (min-width: 800px) {
    .back-to-top {
      display: block;
      width: 30px;
      height: 30px;
      position: fixed;
      z-index: 999;
      right: 20px;
      bottom: 28px; } }

.first-clm .hard-news-outer {
  width: 100%; }
  @media (min-width: 900px) {
    .first-clm .hard-news-outer {
      width: 66.6666666667%;
      float: right; } }

.first-clm .first-adict {
  width: 100%; }
  @media (min-width: 900px) {
    .first-clm .first-adict {
      width: 33.3333333333%;
      float: left;
      margin-left: 0;
      padding-right: 16px; } }

.hard-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .hard-news:after {
    content: " ";
    display: block;
    clear: both; }

.hard-news-slider {
  direction: ltr; }
  .hard-news-slider ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative; }
    .hard-news-slider ul li {
      position: relative; }

.dividing-hard {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .dividing-hard:after {
    content: " ";
    display: block;
    clear: both; }
  .dividing-hard .main-pic {
    width: 100%; }
    @media (min-width: 800px) {
      .dividing-hard .main-pic {
        width: 45.8333333333%;
        float: right; } }
  .dividing-hard .hardnews-content {
    width: 100%; }
    @media (min-width: 800px) {
      .dividing-hard .hardnews-content {
        width: 54.1666666667%;
        float: right;
        padding-right: 16px; } }

.hardnews-content {
  text-align: right;
  direction: rtl; }
  .hardnews-content .tag-service {
    display: inline-block;
    background-color: #595353;
    color: #fff;
    font-size: 0.7em;
    padding: 5px 14px 4px 14px; }
  .hardnews-content .title {
    margin: 6px 0;
    padding: 0; }
    .hardnews-content .title a {
      text-align: right;
      direction: rtl;
      display: block;
      font-size: 0.53em;
      color: #292929;
      line-height: 1.5em; }
      @media (min-width: 540px) {
        .hardnews-content .title a {
          font-size: 0.8em; } }
      .hardnews-content .title a:hover {
        color: #74A01F; }
  .hardnews-content .lead {
    display: none;
    margin: 0 0 4px 0;
    padding: 8px 0;
    text-align: right;
    direction: rtl;
    font-size: 0.9em;
    color: #6e6e6e;
    line-height: 1.7em; }
    @media (min-width: 680px) {
      .hardnews-content .lead {
        display: block; } }
  .hardnews-content .read-more {
    color: #fff;
    font-size: 0.7em;
    background-color: #9ACA3C;
    padding: 5px 5px 4px 5px; }
    .hardnews-content .read-more:hover {
      background-color: #488644; }

.hard-news .lSSlideOuter {
  position: relative; }
  .hard-news .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 2%;
    left: 0%; }
    .hard-news .lSSlideOuter .lSPager.lSpg li {
      padding: 0 1px; }
      .hard-news .lSSlideOuter .lSPager.lSpg li > a {
        margin: 0 2px;
        background: #d60000;
        margin: 0 1px;
        border-radius: 0; }
    @media screen and (min-width: 600px) {
      .hard-news .lSSlideOuter .lSPager.lSpg {
        bottom: 1%;
        right: 96%; } }
    .hard-news .lSSlideOuter .lSPager.lSpg li.active a {
      background-color: #9ACA3C; }

.latest_anavin {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .latest_anavin:after {
    content: " ";
    display: block;
    clear: both; }
  .latest_anavin ul {
    padding: 7px 10px 10px 10px !important; }

.second-clm {
  padding: 16px 0; }

.second-right-clm {
  width: 100%; }
  @media (min-width: 900px) {
    .second-right-clm {
      width: 66.6666666667%;
      float: right; } }

.second-left-clm {
  width: 100%; }
  @media (min-width: 900px) {
    .second-left-clm {
      width: 33.3333333333%;
      float: left;
      margin-left: 0;
      padding-right: 16px; } }

.second-news ul {
  margin: 0;
  padding: 0; }

.second-news .r-second-news {
  width: 100%;
  position: relative; }
  @media (min-width: 860px) {
    .second-news .r-second-news {
      width: 52.5%;
      float: right; } }

.second-news .l-second-news {
  width: 100%; }
  @media (min-width: 860px) {
    .second-news .l-second-news {
      width: 47.5%;
      float: left;
      margin-left: 0;
      padding-right: 16px; } }

.l-second-news .second-news-r-list {
  width: 100%; }
  @media (min-width: 800px) {
    .l-second-news .second-news-r-list {
      width: 31.6666666667%;
      float: right; } }

.l-second-news .second-news-l-list {
  width: 100%; }
  @media (min-width: 800px) {
    .l-second-news .second-news-l-list {
      width: 68.3333333333%;
      float: left;
      margin-left: 0;
      padding-right: 12px; } }

.l-second-news li:first-child .alt-feature {
  padding-top: 0; }

.l-second-news li:last-child .alt-feature {
  border-bottom: none; }

.alt-feature {
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb; }

.second-news-l-list .title {
  margin: 0;
  padding: 0; }
  .second-news-l-list .title a {
    color: #292929;
    font-size: 0.7em; }
  .second-news-l-list .title:hover > a {
    color: #74A01F; }

.cafe_sliders .header-section {
  background-color: #191a94;
  text-align: center; }

.glob-featured-list ul {
  margin: 0 0 16px 0;
  padding: 0;
  display: grid;
  grid-gap: 16px 0;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 800px) {
    .glob-featured-list ul {
      grid-gap: 0 16px;
      grid-template-columns: repeat(3, 1fr); } }
  .glob-featured-list ul li {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-bottom: 2px solid #e4e4e4; }
  .glob-featured-list ul .pad-10 {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 150px; }
    .glob-featured-list ul .pad-10 .title {
      margin: 0;
      padding: 0; }
      .glob-featured-list ul .pad-10 .title a {
        line-height: 1.5em;
        display: block;
        color: #292929;
        font-size: 0.7em; }
    .glob-featured-list ul .pad-10 .bottom-sides {
      align-self: flex-start; }

.third-clm {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .third-clm:after {
    content: " ";
    display: block;
    clear: both; }
  .third-clm .itemis-right {
    width: 100%; }
    @media (min-width: 800px) {
      .third-clm .itemis-right {
        width: 50%;
        float: right; } }
  .third-clm .itemis-left {
    width: 100%; }
    @media (min-width: 800px) {
      .third-clm .itemis-left {
        width: 50%;
        float: left;
        margin-left: 0;
        padding-right: 16px; } }

.footbal-show {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .footbal-show:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 200px) and (max-width: 800px) {
    .footbal-show {
      margin-bottom: 16px; } }
  .footbal-show ul time {
    display: block;
    background-color: #a1a1a1;
    font-size: 0.7em;
    padding: 2px 4px;
    color: #fff; }

.gozaresh-tasviri {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .gozaresh-tasviri:after {
    content: " ";
    display: block;
    clear: both; }

.gozaresh-tasviri-outer {
  padding: 8px; }
  .gozaresh-tasviri-outer .lSSlideOuter .lSPager.lSpg > li a {
    width: 8px;
    height: 8px; }

.gozaresh-tasviri-outer .lSSlideOuter .lSPager.lSpg > li:hover a, .gozaresh-tasviri-outer .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #d60000; }

.gozaresh-tasviri-slider {
  padding: 0; }
  .gozaresh-tasviri-slider li a {
    position: relative; }
  .gozaresh-tasviri-slider li .camera {
    fill: #fff;
    top: 8px;
    left: 8px;
    position: absolute; }
  .gozaresh-tasviri-slider li .pic {
    background-color: rgba(0, 0, 0, 0.4); }
  .gozaresh-tasviri-slider li:hover .pic > img {
    z-index: -1;
    position: relative; }
  .gozaresh-tasviri-slider li:hover .camera {
    top: 40%;
    left: 36%;
    width: 50px;
    height: 50px;
    transform: translate(50%); }
  .gozaresh-tasviri-slider li:hover .title > a {
    color: #d60000; }

.gozaresh-tasviri-detail .title {
  margin: 0;
  padding: 8px 0; }
  .gozaresh-tasviri-detail .title > a {
    color: #333;
    font-size: 0.7em; }

.gozaresh-tasviri .lSSlideOuter {
  position: relative; }
  .gozaresh-tasviri .lSSlideOuter .lSPager.lSpg {
    position: relative;
    left: -41%; }
    .gozaresh-tasviri .lSSlideOuter .lSPager.lSpg li {
      padding: 0 1px;
      display: inline-block; }
      .gozaresh-tasviri .lSSlideOuter .lSPager.lSpg li > a {
        margin: 0 2px;
        background: #d60000;
        margin: 0 1px;
        border-radius: 0; }
    .gozaresh-tasviri .lSSlideOuter .lSPager.lSpg li.active a {
      background-color: #9ACA3C; }

.bahavadaran-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .bahavadaran-news:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 200px) and (max-width: 800px) {
    .bahavadaran-news {
      margin-bottom: 16px; } }

.football-tweet {
  background-color: #3b3b3b; }
  .football-tweet header h3 {
    padding: 15px;
    margin: 0;
    color: #fff;
    background-color: #232323;
    border-right: 5px solid #9d161c; }
  .football-tweet .tweet-content {
    padding: 0 12px 12px 12px; }
    .football-tweet .tweet-content ul {
      margin: 0;
      padding: 0; }
      .football-tweet .tweet-content ul li {
        padding: 9px 0;
        border-bottom: 1px solid #ffffff12; }
        .football-tweet .tweet-content ul li:last-child {
          border: none; }
        .football-tweet .tweet-content ul li p {
          font-size: 0.8em;
          color: #fff;
          line-height: 24px;
          margin: 0 28px 0 0;
          display: block; }
        .football-tweet .tweet-content ul li span {
          margin-top: 5px;
          width: 23px;
          height: 23px;
          padding-right: 7px;
          color: #fff;
          display: inline;
          float: right;
          background-color: #484848; }

.football-banners .bg1 {
  background-color: #2b8056;
  background-image: url("/images/bg1.png"); }
  .football-banners .bg1:hover {
    background-color: #1e5929; }

.football-banners .bg2 {
  background-color: #803345;
  background-image: url("/images/footer-football.png"); }
  .football-banners .bg2:hover {
    background-color: #972b2f; }

.football-banners .bg3 {
  background-color: #552b80;
  background-image: url("/images/bg4.png"); }
  .football-banners .bg3:hover {
    background-color: #421f66; }

.football-banners .football-iran {
  width: 100%;
  padding: 34px;
  border-radius: 4px;
  margin-bottom: 16px; }
  .football-banners .football-iran h2 {
    padding: 0;
    margin: 0; }
    .football-banners .football-iran h2 a {
      color: #fff; }

.primary-multi-tab {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #353535;
  padding: 0 !important; }
  .primary-multi-tab:after {
    content: " ";
    display: block;
    clear: both; }
  .primary-multi-tab #multi-tabs {
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #d5d5d5;
    background-color: #3d4b54; }
    .primary-multi-tab #multi-tabs:after {
      content: " ";
      display: block;
      clear: both; }
    .primary-multi-tab #multi-tabs li {
      width: 30%;
      float: right; }
      .primary-multi-tab #multi-tabs li button {
        border: none;
        background: none;
        text-align: center;
        display: block;
        line-height: 40px;
        font-size: 0.9em;
        color: #fff;
        font-family: "vazir-bold"; }
        @media (min-width: 700px) and (max-width: 1193px) {
          .primary-multi-tab #multi-tabs li button {
            font-size: 0.7em; } }
      .primary-multi-tab #multi-tabs li.active > button {
        color: #fff;
        background-color: #7cb453; }
  .primary-multi-tab .multi-tab-cnt, .primary-multi-tab .mostviecontent, .primary-multi-tab .mostcommentcontent {
    display: none; }
    .primary-multi-tab .multi-tab-cnt.active, .primary-multi-tab .mostviecontent.active, .primary-multi-tab .mostcommentcontent.active {
      display: block; }
  .primary-multi-tab .first-tab-list {
    padding: 8px 10px;
    margin: 0; }
    .primary-multi-tab .first-tab-list li {
      padding-bottom: 4px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .primary-multi-tab .first-tab-list li:after {
        content: " ";
        display: block;
        clear: both; }
      .primary-multi-tab .first-tab-list li i {
        position: absolute;
        top: 11px;
        color: #d60000;
        right: 2px;
        font-size: 0.4em; }
      .primary-multi-tab .first-tab-list li a {
        display: inline;
        font-size: 0.8em;
        line-height: 30px;
        padding-right: 2px;
        color: #292929; }
        .primary-multi-tab .first-tab-list li a i {
          font-size: 12px; }
  .primary-multi-tab .viewform {
    background-color: #e1e1e1;
    line-height: 24px;
    text-align: center;
    padding: 6px 0; }
    .primary-multi-tab .viewform > div {
      display: inline-block;
      padding: 0 4px; }
      .primary-multi-tab .viewform > div span {
        font-size: 0.9em; }

.forth-clm {
  margin: 16px 0;
  padding: 16px 0;
  background-color: #e3e3e3; }

.right-forth-clm {
  width: 100%; }
  @media (min-width: 800px) {
    .right-forth-clm {
      width: 50%;
      float: right; } }
  @media (min-width: 1000px) {
    .right-forth-clm {
      width: 66.6666666667%;
      float: right; } }

.left-forth-clm {
  width: 100%; }
  @media (min-width: 800px) {
    .left-forth-clm {
      width: 50%;
      float: left;
      margin-left: 0;
      padding-right: 16px; } }
  @media (min-width: 1000px) {
    .left-forth-clm {
      width: 33.3333333333%;
      float: left;
      margin-left: 0; } }

#back_link_clm {
  width: 100%;
  padding: 0;
  margin-top: 24px; }
  #back_link_clm .zxc_home {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px; }
    #back_link_clm .zxc_home div {
      margin: 0; }
    #back_link_clm .zxc_home .type-text p {
      background-color: #444;
      padding: 12px 8px;
      text-align: center;
      margin: 0; }
      #back_link_clm .zxc_home .type-text p a {
        color: #fff; }

.karshenasi-outer {
  padding: 8px 0; }
  .karshenasi-outer .header-section {
    width: 30%; }
    @media (min-width: 200px) and (max-width: 1000px) {
      .karshenasi-outer .header-section {
        width: 80%; } }
  .karshenasi-outer .karshenasi {
    padding-top: 16px; }
    .karshenasi-outer .karshenasi .karshenas-home-list {
      padding: 14px 22px;
      background-color: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.09); }
      .karshenasi-outer .karshenasi .karshenas-home-list .title {
        margin: 0;
        padding: 8px 0;
        text-align: center; }
        .karshenasi-outer .karshenasi .karshenas-home-list .title a {
          font-size: 0.8em; }
      .karshenasi-outer .karshenasi .karshenas-home-list .avatar-imgg {
        width: 50%;
        text-align: center;
        margin: auto;
        display: block;
        padding: 10px 0; }
        .karshenasi-outer .karshenasi .karshenas-home-list .avatar-imgg img {
          width: 100%;
          border-radius: 50%; }
      .karshenasi-outer .karshenasi .karshenas-home-list .karshenas-name h4 {
        margin: 0;
        padding: 8px;
        display: block;
        text-align: center;
        border-top: 1px solid #eee;
        background-color: #fff; }
        .karshenasi-outer .karshenasi .karshenas-home-list .karshenas-name h4 a {
          color: #292929; }
      .karshenasi-outer .karshenasi .karshenas-home-list:hover .karshenas-name > h4 {
        background-color: #ececec; }

.pishkhan {
  padding-top: 9px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .pishkhan:after {
    content: " ";
    display: block;
    clear: both; }

#pishkhan-slider li {
  position: relative; }

.pishkhan-outer {
  padding: 9px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.09); }
  .pishkhan-outer .lSSlideOuter .lSPager.lSpg > li a {
    width: 8px;
    height: 8px; }

.pishkhan-outer .lSSlideOuter {
  position: relative; }
  .pishkhan-outer .lSSlideOuter .lSPager.lSpg {
    position: relative;
    left: -39%; }
    .pishkhan-outer .lSSlideOuter .lSPager.lSpg li {
      padding: 0 1px;
      display: inline-block; }
      .pishkhan-outer .lSSlideOuter .lSPager.lSpg li > a {
        margin: 0 2px;
        background: #d60000;
        margin: 0 1px;
        border-radius: 0; }
    .pishkhan-outer .lSSlideOuter .lSPager.lSpg li.active a {
      background-color: #9ACA3C; }

.footabl-cnt {
  padding: 16px; }
  @media (min-width: 1000px) {
    .footabl-cnt {
      display: flex;
      align-content: stretch; } }
  .footabl-cnt .menu-leag {
    width: 100%; }
    @media (min-width: 200px) and (max-width: 1000px) {
      .footabl-cnt .menu-leag {
        margin-bottom: 16px; } }
    @media (min-width: 1000px) {
      .footabl-cnt .menu-leag {
        width: 15%;
        float: right; } }
  .footabl-cnt .leag-tables {
    width: 100%; }
    @media (min-width: 200px) and (max-width: 1000px) {
      .footabl-cnt .leag-tables {
        margin-bottom: 16px; } }
    @media (min-width: 1000px) {
      .footabl-cnt .leag-tables {
        width: 26.6666666667%;
        float: right;
        padding-right: 16px; } }
  .footabl-cnt .programes-gaming {
    width: 100%; }
    @media (min-width: 200px) and (max-width: 1000px) {
      .footabl-cnt .programes-gaming {
        margin-bottom: 16px; } }
    @media (min-width: 1000px) {
      .footabl-cnt .programes-gaming {
        width: 33.3333333333%;
        float: right;
        padding-right: 16px; } }
  .footabl-cnt .goal-table {
    width: 100%; }
    @media (min-width: 200px) and (max-width: 1000px) {
      .footabl-cnt .goal-table {
        margin-bottom: 16px; } }
    @media (min-width: 1000px) {
      .footabl-cnt .goal-table {
        width: 25%;
        float: left;
        margin-left: 0;
        padding-right: 16px; } }

@media (min-width: 800px) {
  .shared-height {
    height: 711px;
    overflow: scroll; } }

.menu-leag {
  margin: 0;
  padding: 0;
  background-color: #d60000;
  border-top: 5px solid #a80f0f; }
  .menu-leag li {
    padding: 12px 0;
    border-top: 1px solid #c81010;
    border-bottom: 1px solid #e12d2d; }
    .menu-leag li a {
      text-align: center;
      color: #fff;
      display: block; }
      .menu-leag li a strong {
        color: #292929; }

.table-leag-list {
  position: relative; }

.loader {
  font-size: 4em;
  color: green;
  position: absolute;
  top: 29%;
  left: 37%; }

.table-leag-list {
  border-top: 4px solid #9ACA3C;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.09);
  background-color: #fff !important; }
  .table-leag-list .table-title {
    margin: 0;
    color: #292929;
    padding: 12px 6px; }

.table-team {
  width: 100%; }
  .table-team thead tr {
    font-size: 0.9em;
    font-family: "vazir-bold";
    padding: 8px; }
  .table-team .table-result td {
    padding: 10px 8px;
    font-size: 0.9em; }
  .table-team .table-result tr:nth-child(even) {
    background-color: #fff; }
  .table-team .table-result tr:nth-child(odd) {
    background-color: #f4f4f4; }

.programes-gaming .time-title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #488644; }

.programes-gaming .time-programiin select {
  background: none;
  border: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
  margin-left: 12px; }

.programes-gaming .programe-list {
  padding: 0;
  margin: 0;
  background: #f4f4f4; }
  .programes-gaming .programe-list li {
    padding: 10px 0; }

.pro-list-rep .team-patitions {
  width: 33.3333333333%;
  float: right;
  text-align: center; }

.pd-programe {
  padding: 8px 12px 8px 0; }

.team-name-r {
  float: right;
  width: 80%;
  text-align: left;
  font-size: 13px; }

.team-name-l {
  float: right;
  width: 80%;
  text-align: right;
  font-size: 13px; }

.team-img-r {
  width: 20%;
  float: left;
  padding-right: 6px; }

.team-img-l {
  width: 20%;
  float: right;
  padding-left: 6px; }

.respo-img {
  max-width: 100%;
  height: auto;
  display: block; }

.padding-8 {
  padding: 8px; }

.score-names {
  text-align: center;
  font-size: 0.9em; }

.goal-table .w20 {
  float: right;
  width: 23%; }

.goal-table .w50 {
  float: right;
  width: 50%; }

.goal-table .w30 {
  float: right;
  width: 24%; }

.score-list {
  margin: 0;
  padding: 0; }
  .score-list li {
    text-align: center;
    font-size: 0.8em;
    border-bottom: 1px solid #eae6e6;
    padding: 8px 0; }
    .score-list li h3 {
      padding: 0;
      margin: 0; }

.glob-section-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .glob-section-list:after {
    content: " ";
    display: block;
    clear: both; }
  .glob-section-list .glob-news-list {
    margin: 0;
    padding: 16px 0 0 0;
    position: relative; }
    .glob-section-list .glob-news-list li {
      padding-top: 16px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      .glob-section-list .glob-news-list li:after {
        content: " ";
        display: block;
        clear: both; }
      .glob-section-list .glob-news-list li:first-child {
        padding-top: 0; }
      .glob-section-list .glob-news-list li:hover .title > a {
        color: #74A01F; }

.glob-section-list .global-time, .glob-section-list .global-comment {
  color: #ababab;
  padding-top: 4px; }

.glob-section-list .rest-list .rest-img {
  width: 100%; }
  @media (min-width: 400px) {
    .glob-section-list .rest-list .rest-img {
      width: 25%;
      float: right; } }

.glob-section-list .rest-list .rest-content {
  width: 100%;
  padding-top: 12px; }
  @media (min-width: 400px) {
    .glob-section-list .rest-list .rest-content {
      width: 75%;
      float: left;
      margin-left: 0;
      padding: 0 16px 0 0; } }

.rest-list .rest-content .title {
  margin: 0;
  padding: 0; }
  .rest-list .rest-content .title a {
    display: block;
    font-size: 0.8em;
    color: #242c41;
    line-height: 1.7em; }
    @media (min-width: 600px) {
      .rest-list .rest-content .title a {
        font-size: 0.7em; } }

.glob-news-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 10px 16px 10px 16px;
  background: rgba(0, 0, 0, 0.54);
  transition: 100ms ease;
  overflow: hidden; }
  .glob-news-content .title {
    margin: 6px 0;
    padding: 0; }
    .glob-news-content .title a {
      display: block;
      font-size: 0.7em;
      color: #fff;
      line-height: 1.7em; }
      @media (min-width: 540px) {
        .glob-news-content .title a {
          font-size: 0.7em; } }
      .glob-news-content .title a:hover {
        color: #f2f5bd; }

.new-edited-part .new-right-part {
  width: 100%; }
  @media (min-width: 900px) {
    .new-edited-part .new-right-part {
      width: 66.6666666667%;
      float: right; } }

.new-edited-part .new-left-part {
  width: 100%; }
  @media (min-width: 900px) {
    .new-edited-part .new-left-part {
      width: 33.3333333333%;
      float: left;
      margin-left: 0;
      padding-right: 16px; } }

.fluid_home_top {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .fluid_home_top:after {
    content: " ";
    display: block;
    clear: both; }
  .fluid_home_top .video-js-container {
    position: relative; }
  .fluid_home_top .video-js {
    position: relative !important;
    width: 100% !important;
    height: auto !important; }
  .fluid_home_top .title {
    position: absolute;
    background-color: #000;
    padding: 12px;
    color: #fff; }
    @media (min-width: 300px) and (max-width: 800px) {
      .fluid_home_top .title {
        top: 42%;
        right: 10%; } }
    @media (min-width: 800px) and (max-width: 900px) {
      .fluid_home_top .title {
        top: 50%;
        right: 10%; } }
    @media (min-width: 901px) {
      .fluid_home_top .title {
        top: 71%;
        right: 21%; } }
    @media (min-width: 1100px) and (max-width: 1183px) {
      .fluid_home_top .title {
        top: 71.7%;
        right: 20%; } }
    @media (min-width: 1184px) {
      .fluid_home_top .title {
        top: 71.9%;
        right: 18%; } }
    @media (min-width: 1353px) {
      .fluid_home_top .title {
        top: 72.9%;
        right: 17%; } }
  .fluid_home_top .vjs-poster {
    background-size: cover !important; }
  .fluid_home_top .video-js .vjs-big-play-button {
    background-color: #c70101 !important;
    border-radius: 0 !important;
    height: 1.7em !important; }
    .fluid_home_top .video-js .vjs-big-play-button:hover {
      background-color: #c70101 !important; }
  .fluid_home_top .vjs-big-play-centered .vjs-big-play-button {
    top: 75% !important;
    right: 10% !important; }

.news-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 16px 0; }
  .news-outer:after {
    content: " ";
    display: block;
    clear: both; }

.news-outer .news-col-1 {
  width: 100%; }
  @media (min-width: 800px) {
    .news-outer .news-col-1 {
      width: 66.6666666667%;
      float: right; } }

.news-outer .news-col-2 {
  width: 100%; }
  @media (min-width: 800px) {
    .news-outer .news-col-2 {
      width: 33.3333333333%;
      float: left;
      margin-left: 0;
      padding-right: 16px; } }

.news-body {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .news-body:after {
    content: " ";
    display: block;
    clear: both; }

.news-page-content {
  background-color: #fff;
  padding: 12px 16px 16px 16px;
  border: 1px solid #eee; }
  .news-page-content article {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .news-page-content article:after {
      content: " ";
      display: block;
      clear: both; }
    .news-page-content article header .up-title {
      margin: 0;
      padding: 0;
      font-size: 1em;
      color: #4a505f;
      margin-bottom: 12px; }
    .news-page-content article header .title {
      color: #242c41;
      margin: 0 0 12px 0;
      font-size: 1.5625em; }
    .news-page-content article header .lead {
      color: #444;
      display: block;
      font-size: 0.98em;
      position: relative;
      margin: 0 0 12px 0;
      padding: 20px 80px 20px 40px;
      border: 1px solid #5dc6ab4a;
      background: rgba(149, 240, 217, 0.21); }
      .news-page-content article header .lead:before {
        top: 53%;
        right: 15px;
        position: absolute;
        transform: translateY(-50%);
        content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="-0.5 -0.5 24 24"%3E%3Cpath fill="%23194433" d="m21.289.98l.59.59c.813.814.69 2.257-.277 3.223L9.435 16.96l-3.942 1.442c-.495.182-.977-.054-1.075-.525a.928.928 0 0 1 .045-.51l1.47-3.976L18.066 1.257c.967-.966 2.41-1.09 3.223-.276zM8.904 2.19a1 1 0 1 1 0 2h-4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4a1 1 0 0 1 2 0v4a4 4 0 0 1-4 4h-12a4 4 0 0 1-4-4v-12a4 4 0 0 1 4-4h4z"%2F%3E%3C%2Fsvg%3E'); }
      .news-page-content article header .lead .border {
        top: 50%;
        width: 1px;
        right: 55px;
        height: 36px;
        z-index: 999999;
        position: absolute;
        background-color: #194433;
        transform: translateY(-50%); }

.news-short-info {
  gap: 8px;
  padding: 8px;
  display: flex;
  margin: 12px 0;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.05); }
  .news-short-info .info {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .news-short-info span,
  .news-short-info a,
  .news-short-info button {
    color: #3e3c3c;
    font-size: 0.8em; }
    @media (min-width: 860px) {
      .news-short-info span,
      .news-short-info a,
      .news-short-info button {
        font-size: 0.9em; } }
    .news-short-info span:hover,
    .news-short-info a:hover,
    .news-short-info button:hover {
      color: #74A01F; }
  .news-short-info button {
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: transparent; }
  .news-short-info time {
    color: #3e3c3c;
    font-size: 0.8em; }
    @media (min-width: 860px) {
      .news-short-info time {
        font-size: 0.9em; } }

.article-body .primary-files .contain-img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.article-body video {
  max-width: 100%;
  margin: 0px auto;
  display: block;
  height: auto;
  aspect-ratio: 16/9; }

.article-body .video-js {
  max-width: 100%;
  margin: 0 auto !important; }

.article-body audio,
.article-body video,
.article-body .video-js-container > div {
  width: 100%; }

.article-body .video-info,
.article-body .audio-info {
  margin-top: 12px; }
  .article-body .video-info span,
  .article-body .audio-info span {
    margin-left: 8px;
    color: #515151;
    font-size: 0.9em; }

.article-body .download-video-button,
.article-body .download-audio-button,
.article-body .download-file-button {
  display: inline;
  margin-top: 12px;
  background-color: #74A01F;
  color: #fff;
  padding: 4px 8px; }
  .article-body .download-video-button a,
  .article-body .download-audio-button a,
  .article-body .download-file-button a {
    padding: 8px;
    display: inline-block;
    color: #fff; }

.article-body .gallary-mianmatni {
  direction: ltr; }
  .article-body .gallary-mianmatni .news-gallary .imageGallery li {
    width: 100%; }
  .article-body .gallary-mianmatni .news-gallary .imageGallery li img {
    margin: 0 auto;
    display: block; }
  .article-body .gallary-mianmatni .news-gallary .lSSlideOuter .lSPager.lSGallery img {
    width: 100px;
    height: 70px; }

.article-body #start-message-thm {
  font-size: 0.95em;
  line-height: 2em;
  float: right;
  padding-left: 8px;
  color: #c70101;
  font-weight: bold; }

.article-body .news-video-zxc {
  width: 100%; }
  .article-body .news-video-zxc > div {
    margin: 0 auto; }
  .article-body .news-video-zxc .position-h4 > div {
    border: 1px solid #7d7d7d; }

.article-body .tv-only-bordering {
  background-image: url(/images/qab-paye-video.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 35px; }

#echo-detail .download-video-button,
#echo-detail .download-audio-button,
#echo-detail .download-file-button {
  display: inline;
  margin-top: 12px;
  background-color: #242c41; }
  #echo-detail .download-video-button a,
  #echo-detail .download-audio-button a,
  #echo-detail .download-file-button a {
    padding: 8px;
    display: inline-block;
    color: #fff; }

#echo-detail p {
  color: #000;
  font-size: 0.95em;
  line-height: 2em;
  text-align: justify;
  text-justify: inter-word; }

#echo-detail a {
  text-decoration: none;
  color: #8c1111;
  font-family: "vazir-bold"; }

#echo-detail table {
  border: 1px solid #b3b3b3;
  border-collapse: collapse;
  width: 100%;
  background-color: #f5f5f5; }

#echo-detail table,
#echo-detail th,
#echo-detail td {
  border: 1px solid black;
  border-collapse: collapse; }

#echo-detail th,
#echo-detail td {
  padding: 15px; }

#echo-detail img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
  padding: 10px 0;
  height: auto; }

#echo-detail video {
  width: 100%;
  margin: 0px auto;
  display: block;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #000; }

#echo-detail .video-js {
  max-width: 100%;
  margin: 0 auto !important; }

#echo-detail .table-res {
  overflow-x: auto; }

#echo-detail .inline_gallery,
#echo-detail .gallery_attach {
  margin: 8px 0; }
  #echo-detail .inline_gallery ul,
  #echo-detail .gallery_attach ul {
    position: relative;
    list-style-type: none; }
    #echo-detail .inline_gallery ul li,
    #echo-detail .gallery_attach ul li {
      margin-bottom: 0; }
      #echo-detail .inline_gallery ul li::before,
      #echo-detail .gallery_attach ul li::before {
        display: none; }
      #echo-detail .inline_gallery ul li img,
      #echo-detail .gallery_attach ul li img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
        aspect-ratio: 600/400; }
  #echo-detail .inline_gallery .splide__arrow--prev,
  #echo-detail .gallery_attach .splide__arrow--prev {
    right: 0;
    padding: 4px 0 4px 4px; }
    #echo-detail .inline_gallery .splide__arrow--prev::before,
    #echo-detail .gallery_attach .splide__arrow--prev::before {
      content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="25" height="25" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M15.5 5H11l5 7l-5 7h4.5l5-7z"%2F%3E%3Cpath fill="white" d="M8.5 5H4l5 7l-5 7h4.5l5-7z"%2F%3E%3C%2Fsvg%3E'); }
  #echo-detail .inline_gallery .splide__arrow--next,
  #echo-detail .gallery_attach .splide__arrow--next {
    left: 0;
    padding: 4px 4px 4px 0; }
    #echo-detail .inline_gallery .splide__arrow--next::before,
    #echo-detail .gallery_attach .splide__arrow--next::before {
      content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="25" height="25" viewBox="0 0 24 24"%3E%3Cg transform="rotate(180 12 12)"%3E%3Cpath fill="white" d="M15.5 5H11l5 7l-5 7h4.5l5-7z"%2F%3E%3Cpath fill="white" d="M8.5 5H4l5 7l-5 7h4.5l5-7z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'); }
  #echo-detail .inline_gallery .splide__arrow,
  #echo-detail .gallery_attach .splide__arrow {
    top: 48%;
    border: none;
    z-index: 99999;
    cursor: pointer;
    line-height: 8px;
    position: absolute;
    background-color: #74A01F; }
    #echo-detail .inline_gallery .splide__arrow:hover,
    #echo-detail .gallery_attach .splide__arrow:hover {
      background-color: #254425; }
    #echo-detail .inline_gallery .splide__arrow svg,
    #echo-detail .gallery_attach .splide__arrow svg {
      display: none; }
  #echo-detail .inline_gallery .splide__pagination,
  #echo-detail .gallery_attach .splide__pagination {
    gap: 8px;
    top: 8px;
    padding: 0;
    right: 12px;
    z-index: 9999;
    display: flex;
    position: absolute;
    align-items: center; }
    #echo-detail .inline_gallery .splide__pagination button,
    #echo-detail .gallery_attach .splide__pagination button {
      padding: 0;
      width: 10px;
      height: 10px;
      border: none;
      opacity: 0.5;
      cursor: pointer;
      border-radius: 50%;
      background-color: #dfdada; }
    #echo-detail .inline_gallery .splide__pagination .is-active,
    #echo-detail .gallery_attach .splide__pagination .is-active {
      opacity: 1;
      background-color: #74A01F; }

.img_content {
  width: 100%;
  height: auto;
  display: block; }

.article_contact {
  font-size: 0.9em; }

.article-tag {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px; }
  .article-tag:after {
    content: " ";
    display: block;
    clear: both; }
  .article-tag a {
    margin-bottom: 5px;
    padding: 4px 8px;
    color: #fff;
    font-size: 0.9em;
    display: inline-block;
    border: 1px solid #683131;
    background-color: #972424; }
    .article-tag a:hover {
      background-color: #7b1717; }
    .article-tag a i {
      color: #fff; }

.short-link-cnt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0; }
  .short-link-cnt:after {
    content: " ";
    display: block;
    clear: both; }
  .short-link-cnt span {
    width: 41.6666666667%;
    float: right;
    padding-top: 4px; }
  .short-link-cnt .left-links {
    width: 58.3333333333%;
    float: left;
    margin-left: 0;
    text-align: left; }
    .short-link-cnt .left-links .short-link-f {
      position: relative;
      width: 100%; }
      .short-link-cnt .left-links .short-link-f input {
        outline: 0;
        padding: 0.3em;
        direction: ltr;
        width: 100%;
        padding-left: 33px;
        border: 1px solid #e0e0e0;
        background-color: #f5f5f5;
        color: #535050;
        cursor: pointer;
        font-size: 0.9em; }
      .short-link-cnt .left-links .short-link-f svg {
        top: 6px;
        left: 8px;
        cursor: pointer;
        position: absolute; }
      .short-link-cnt .left-links .short-link-f .copied {
        background: #74A01F;
        color: #fff;
        font-size: 0.875rem;
        text-align: center;
        line-height: 1;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 60px;
        padding: 7px 0 10px;
        display: none; }

.news-share-icons {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.05);
  padding: 12px;
  border: 1px solid #e0e0e0; }
  .news-share-icons:after {
    content: " ";
    display: block;
    clear: both; }
  .news-share-icons span {
    width: 58.3333333333%;
    float: right;
    font-size: 0.9em; }
  .news-share-icons .article-social {
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 41.6666666667%;
    float: left;
    margin-left: 0; }
    .news-share-icons .article-social a {
      line-height: 8px; }
      .news-share-icons .article-social a svg {
        fill: #444; }
      .news-share-icons .article-social a:hover svg {
        fill: #74A01F; }

.gallary-attach {
  margin: 12px 0; }
  .gallary-attach #imageGalleryAttach {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .gallary-attach #imageGalleryAttach > li {
      display: block; }
      .gallary-attach #imageGalleryAttach > li img {
        margin: 0 auto;
        max-width: 100%;
        display: block;
        padding: 10px 0; }

.related-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .related-news:after {
    content: " ";
    display: block;
    clear: both; }
  .related-news ul {
    margin: 0; }
    .related-news ul li {
      border-bottom: 1px solid #eee;
      padding: 10px 0; }
      .related-news ul li i {
        font-size: 8px;
        color: #d60000; }
      .related-news ul li > a {
        padding-right: 4px;
        color: #292929;
        font-size: 0.9em; }
        .related-news ul li > a:hover {
          color: #74A01F; }
      .related-news ul li:last-child {
        border-bottom: none; }

#comment-list {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0 0 0; }
  #comment-list:after {
    content: " ";
    display: block;
    clear: both; }
  #comment-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #comment-list ul li {
      border: 1px solid #cfcfcf;
      margin-bottom: 12px;
      background-color: #fff; }
      #comment-list ul li ul li .comment-header {
        background: #fee6e6; }

.comment-list-cnt .comment-header {
  background-color: #e1e1e1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #dddcdc;
  padding: 12px; }
  .comment-list-cnt .comment-header:after {
    content: " ";
    display: block;
    clear: both; }
  .comment-list-cnt .comment-header .comment-head {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 600px) {
      .comment-list-cnt .comment-header .comment-head {
        width: 50%;
        float: right; } }
  .comment-list-cnt .comment-header .comment-reply {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 600px) {
      .comment-list-cnt .comment-header .comment-reply {
        text-align: left;
        width: 50%;
        float: left;
        margin-left: 0; } }

.comment-head .user-name {
  font-weight: bold;
  padding-left: 6px; }

.comment-head span {
  color: #333;
  font-size: 0.9em; }

.comment-head time {
  font-size: 0.8em; }

.comment-reply .reply {
  cursor: pointer;
  margin-left: 6px;
  display: inline;
  font-size: 0.6em;
  padding: 5px 10px 5px 6px;
  border-radius: 2px;
  border: 1px solid #aa4403; }

.comment-reply .like {
  cursor: pointer;
  display: inline-block;
  padding: 2px 11px 2px 6px;
  border: 1px solid #444;
  font-size: 0.7em;
  border-radius: 2px; }
  .comment-reply .like button {
    border: none;
    background: none; }
  .comment-reply .like:hover {
    color: #9ACA3C; }

.matn-comment {
  padding: 12px; }
  .matn-comment p {
    color: #000;
    font-size: 0.8em;
    line-height: 1.6em; }

@media only screen and (min-width: 316px) and (max-width: 716px) {
  .pos-article-display-85621 {
    min-height: 680px; } }

@media only screen and (min-width: 716px) and (max-width: 800px) {
  .yn-article-display-85613 {
    min-height: 250px; } }

@media only screen and (min-width: 800px) {
  .yn-article-display-85613 {
    min-height: 250px; } }

.comment-form {
  margin: 12px 0; }
  .comment-form .statusBox {
    margin-top: 6px;
    color: #74A01F; }
  .comment-form fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .comment-form .comment-form-cnt {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .comment-form .comment-form-cnt:after {
      content: " ";
      display: block;
      clear: both; }
  @media (min-width: 1100px) {
    .comment-form {
      margin-bottom: 0; } }

.comment-form-cnt .comment-form-title h3 {
  margin: 0;
  color: #fff;
  padding: 6px 8px;
  font-size: 0.97em;
  background-color: #9ACA3C; }

.comment-form-cnt .comment-stuff {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .comment-form-cnt .comment-stuff:after {
    content: " ";
    display: block;
    clear: both; }
  .comment-form-cnt .comment-stuff .comment-r {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 600px) {
      .comment-form-cnt .comment-stuff .comment-r {
        width: 33.3333333333%;
        float: right; } }
  .comment-form-cnt .comment-stuff .comment-l {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 600px) {
      .comment-form-cnt .comment-stuff .comment-l {
        width: 66.6666666667%;
        float: left;
        margin-left: 0;
        padding-right: 16px; } }

.comment-stuff {
  background: #fff;
  border: 1px solid #eee;
  padding: 12px; }
  .comment-stuff label {
    font-size: 0.9em;
    color: #242c41;
    margin-bottom: 8px;
    display: block; }
  .comment-stuff .comment-r input {
    margin-bottom: 12px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    font-size: 0.8em;
    background-color: #fff;
    padding: 6px; }
  .comment-stuff .comment-l textarea {
    width: 100%;
    height: 150px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    resize: none; }
  .comment-stuff .comment-l .submit-comment {
    float: left;
    margin: 12px 0;
    color: #fff;
    border: none;
    display: inline-block;
    font-size: 0.9em;
    padding: 4px 8px;
    width: 48%;
    background-color: #74A01F; }
    .comment-stuff .comment-l .submit-comment:hover {
      background-color: #5c9c4f; }

.news-hot-tag {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .news-hot-tag:after {
    content: " ";
    display: block;
    clear: both; }
  .news-hot-tag .simple-header-section {
    background-color: #9ACA3C; }
    .news-hot-tag .simple-header-section h3 {
      margin: 0;
      color: #fff;
      padding: 6px 8px; }
  .news-hot-tag .hot-tag-news {
    padding-top: 16px; }
    .news-hot-tag .hot-tag-news a {
      display: inline-block;
      color: #242c41;
      border: 1px solid #d7d7d7;
      margin: 0 0 7px 4px;
      padding: 3px 8px 5px 8px;
      font-size: 0.9em; }
      .news-hot-tag .hot-tag-news a i {
        color: #9aca3c; }

.poll-section .red-text {
  color: #d60000;
  font-size: 0.9em; }

.poll-section .green-text {
  color: #74A01F;
  font-size: 0.9em; }

.poll-section form {
  background-color: #fff;
  padding: 12px; }
  .poll-section form ul {
    margin: 0;
    padding: 0; }
    .poll-section form ul label {
      font-size: 0.9em; }
  .poll-section form .subject {
    margin: 0;
    padding: 0 0 6px 0; }

.poll-section .poll-button {
  float: left; }

.poll-section .pollsubmitt {
  border: none;
  background: none;
  background-color: #74A01F;
  color: #fff;
  font-size: 0.9em;
  padding: 4px 6px; }

.poll-section .result-poll {
  font-size: 0.9em;
  color: #74A01F;
  border: 1px solid #eee;
  padding: 4px 9px; }

.listoftags ul {
  margin: 0;
  padding: 0; }
  .listoftags ul li {
    display: inline-block; }
    .listoftags ul li a {
      display: inline-block;
      color: #242c41;
      border: 1px solid #d7d7d7;
      margin: 0 0 7px 4px;
      padding: 3px 8px 5px 8px;
      font-size: 0.9em; }

.news-bottom-link {
  padding-top: 12px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .news-bottom-link:after {
    content: " ";
    display: block;
    clear: both; }
  .news-bottom-link .helper-header {
    color: #c92727;
    font-family: "vazir-bold";
    margin: 0;
    padding: 4px 0 10px 0; }
  .news-bottom-link ul {
    margin: 0 10px 0 0;
    padding: 0; }
    .news-bottom-link ul li {
      padding: 4px 0; }
      .news-bottom-link ul li a {
        color: #036faa;
        font-size: 0.99; }

.others_known {
  padding: 25px 8px 8px 8px; }
  .others_known .icon_live {
    background-image: url("/images/live-2.gif");
    background-repeat: no-repeat;
    background-size: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
    top: 7px; }
  .others_known ul {
    margin-top: 8px;
    margin-right: 36px;
    border-right: 2px solid #b10000;
    padding-right: 13px; }
    .others_known ul li {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 8px; }
      .others_known ul li:after {
        content: " ";
        display: block;
        clear: both; }
      .others_known ul li h4 {
        float: right;
        margin: 0; }
        .others_known ul li h4 a {
          font-family: "vazir";
          color: #000 !important;
          font-size: 15px !important; }
  .others_known .others_known_title {
    color: #b10000;
    font-size: 15px;
    font-family: "vazir-bold"; }

#view_inline_agahi > div {
  max-width: 100%;
  margin: 12px auto; }

#view_inline_agahi .type-resource {
  margin: 0 auto; }

#rss-news li a {
  color: #000 !important;
  font-size: 15px !important; }

.inline-news-box {
  text-align: center;
  margin: 8px 0; }
  .inline-news-box ul {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 12px;
    margin: 4px 0;
    border-radius: 8px;
    display: inline-flex; }
  .inline-news-box li {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .inline-news-box li:after {
      content: " ";
      display: block;
      clear: both; }
    .inline-news-box li .img {
      display: block;
      width: 4rem;
      padding-left: 12px; }
      .inline-news-box li .img img {
        width: 100%;
        padding: 0 !important;
        display: block;
        height: auto; }
    .inline-news-box li .content {
      width: calc(100% - 4rem);
      font-size: 0.9em;
      margin: 0; }
      .inline-news-box li .content a {
        display: block;
        color: red; }
        .inline-news-box li .content a:hover {
          color: #000; }

#news-page-article .quad_news2 {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  background: #f1f1f1c2;
  margin: 24px 0 8px;
  padding: 16px 8px 8px;
  position: relative;
  border-radius: 5px; }
  #news-page-article .quad_news2 .quad_news_title {
    display: inline-block;
    padding: 2px 16px;
    color: #fff;
    background-color: #e22;
    font-family: "vazir-bold";
    position: absolute;
    top: -14px;
    border-radius: 4px;
    right: 50%;
    transform: translate(50%, 0); }
  #news-page-article .quad_news2 ul {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
    margin: 0; }
    @media (min-width: 760px) {
      #news-page-article .quad_news2 ul {
        grid-template-columns: 1fr 1fr; } }
    #news-page-article .quad_news2 ul li {
      display: flex;
      gap: 8px;
      align-items: center; }
      #news-page-article .quad_news2 ul li .res, #news-page-article .quad_news2 ul .imaging-list li .has-img > a, .imaging-list #news-page-article .quad_news2 ul li .has-img > a, #news-page-article .quad_news2 .hard-news-slider ul li .main-pic, .hard-news-slider #news-page-article .quad_news2 ul li .main-pic, #news-page-article .quad_news2 ul .gozaresh-tasviri-slider li .pic, .gozaresh-tasviri-slider #news-page-article .quad_news2 ul li .pic, #news-page-article .quad_news2 ul #pishkhan-slider li a, #pishkhan-slider #news-page-article .quad_news2 ul li a, #news-page-article .quad_news2 ul .glob-section-list .glob-news-list li .glob-news-images, .glob-section-list .glob-news-list #news-page-article .quad_news2 ul li .glob-news-images, #news-page-article .quad_news2 ul li .article-body .primary-files .contain-img, .article-body .primary-files #news-page-article .quad_news2 ul li .contain-img, #news-page-article .quad_news2 ul li .right-service .service-pic, .right-service #news-page-article .quad_news2 ul li .service-pic, #news-page-article .quad_news2 ul li .profile-news-detail .news-global-pic, .profile-news-detail #news-page-article .quad_news2 ul li .news-global-pic, #news-page-article .quad_news2 .template-author ul li > a, .template-author #news-page-article .quad_news2 ul li > a, #news-page-article .quad_news2 ul #gallary-page-slider li > .main-represent, #gallary-page-slider #news-page-article .quad_news2 ul li > .main-represent, #news-page-article .quad_news2 ul li .landing-album-two figure .album-two-image, .landing-album-two figure #news-page-article .quad_news2 ul li .album-two-image {
        flex-shrink: 0; }
      #news-page-article .quad_news2 ul li img {
        border-radius: 5px;
        max-width: 100px;
        padding: 0; }
      #news-page-article .quad_news2 ul li .title {
        background-color: #9aca3c;
        color: #1a1a1a;
        padding: 4px;
        max-height: 80px;
        overflow: hidden;
        font-family: "vazir-bold";
        border-radius: 4px;
        font-size: 0.95em; }

.position_g2 > div,
.position_g3 > div,
.position_h4 > div {
  max-width: 100%;
  margin: 0 auto 12px auto; }

.position_h4 > div,
.position_h7 > div,
.position_g4 > div {
  min-height: 60px; }
  @media only screen and (max-width: 600px) {
    .position_h4 > div,
    .position_h7 > div,
    .position_g4 > div {
      min-height: 50px; } }

.position_h3 .type-script {
  min-height: 100px; }

.position_h3 .type-resource-image {
  min-height: 60px; }
  @media only screen and (max-width: 600px) {
    .position_h3 .type-resource-image {
      min-height: 50px; } }

.dima_adv > div,
.position_h5 > div,
.position_x4 > div {
  min-height: 250px; }

@media only screen and (max-width: 600px) {
  .position_g1 > div {
    min-height: 500px; } }

.position_h2 #pos-article-display-85619 {
  min-height: 772px; }
  @media only screen and (max-width: 600px) {
    .position_h2 #pos-article-display-85619 {
      min-height: 630px; } }

.position_h2 #ynpos-14782 {
  min-height: 100px; }

.position_h9 > div {
  min-height: 202px; }
  @media only screen and (max-width: 600px) {
    .position_h9 > div {
      min-height: 402px; } }

.position_x2 > div {
  min-height: 170px; }
  @media only screen and (max-width: 600px) {
    .position_x2 > div {
      min-height: 290px; } }

.position_h8 > div {
  max-width: 100%;
  margin: 12px auto 0 auto; }

.circle_icon {
  margin-top: 1px; }

.pelikan_cnt {
  position: relative;
  background-color: #fff; }
  .pelikan_cnt .header-section {
    background-color: unset;
    border-bottom: 3px solid #9ACA3C; }
    .pelikan_cnt .header-section .defualt-header {
      display: inline-block;
      color: #000; }
      .pelikan_cnt .header-section .defualt-header a {
        color: #000; }
      .pelikan_cnt .header-section .defualt-header svg path {
        fill: #000; }
  .pelikan_cnt button {
    background-color: unset;
    border: unset;
    cursor: pointer; }
  .pelikan_cnt .all-list li a {
    padding-right: 7px;
    display: inline; }
  .pelikan_cnt .pelikan_parent {
    position: absolute;
    top: 8px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer; }
    .pelikan_cnt .pelikan_parent .pelikan_icon {
      display: flex;
      position: relative; }
      .pelikan_cnt .pelikan_parent .pelikan_icon svg {
        animation: colorchange 3s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-play-state: running; }
      .pelikan_cnt .pelikan_parent .pelikan_icon a {
        display: flex;
        align-items: center; }
  .pelikan_cnt .pelikan_notic {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 4px 10px;
    align-items: center; }
    .pelikan_cnt .pelikan_notic .show_toptip_2,
    .pelikan_cnt .pelikan_notic .show_toptip {
      display: flex;
      padding: 0; }
      .pelikan_cnt .pelikan_notic .show_toptip_2 .toltip,
      .pelikan_cnt .pelikan_notic .show_toptip_2 .toltip_2,
      .pelikan_cnt .pelikan_notic .show_toptip .toltip,
      .pelikan_cnt .pelikan_notic .show_toptip .toltip_2 {
        position: absolute;
        top: -77px;
        left: 25px;
        width: 250px;
        background-color: #2b222a;
        border-radius: 5px;
        color: #000;
        box-shadow: #c4c3c3 0px 1px 10px 0px;
        padding: 1px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.7s ease-in-out;
        background-color: #fff;
        line-height: 1.4em; }
        .pelikan_cnt .pelikan_notic .show_toptip_2 .toltip span,
        .pelikan_cnt .pelikan_notic .show_toptip_2 .toltip_2 span,
        .pelikan_cnt .pelikan_notic .show_toptip .toltip span,
        .pelikan_cnt .pelikan_notic .show_toptip .toltip_2 span {
          text-align: center;
          font-size: 0.7em;
          display: block;
          color: #333; }
    .pelikan_cnt .pelikan_notic .notic_text {
      font-style: italic;
      font-size: 0.8em;
      color: #828282; }
  .pelikan_cnt .show_adv {
    left: 30px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0.3s all ease-in-out; }

body.video {
  background-color: #151515; }

.open_video_top {
  padding: 32px 0;
  max-width: 1000px; }

.open_video_top .title {
  color: #ccc;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #2f2f2f; }

.open_video_inner {
  margin: 16px 0 0 0; }
  .open_video_inner .video-js-container, .open_video_inner video, .open_video_inner .video-js {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9; }

.open_video_top .lead {
  padding: 10px;
  background-color: #2b2929;
  font-size: 0.9em;
  color: #fff; }

.downloal_time {
  padding: 6px 0; }
  .downloal_time > a {
    display: inline-block;
    background-color: #d60000;
    padding: 4px 8px;
    color: #fff; }
  .downloal_time time {
    margin-right: 10px;
    display: inline-block;
    color: #ccc; }
    .downloal_time time i {
      color: #74A01F; }

.landing-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 16px 0; }
  .landing-outer:after {
    content: " ";
    display: block;
    clear: both; }

.landing-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .landing-outer:after {
    content: " ";
    display: block;
    clear: both; }
  .landing-outer .landing-col-1 {
    width: 100%; }
    @media (min-width: 840px) {
      .landing-outer .landing-col-1 {
        width: 68.3333333333%;
        float: right; } }
  .landing-outer .landing-col-2 {
    width: 100%; }
    @media (min-width: 840px) {
      .landing-outer .landing-col-2 {
        width: 31.6666666667%;
        float: left;
        margin-left: 0;
        padding: 0 16px 0 0; } }

.landing-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .landing-inner:after {
    content: " ";
    display: block;
    clear: both; }

.landing-top-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .landing-top-news:after {
    content: " ";
    display: block;
    clear: both; }
  .landing-top-news .landing-tn-image {
    width: 100%; }
    @media (min-width: 800px) {
      .landing-top-news .landing-tn-image {
        width: 50%;
        float: right; } }
  .landing-top-news .landing-tn-header {
    width: 100%; }
    @media (min-width: 800px) {
      .landing-top-news .landing-tn-header {
        width: 50%;
        float: left;
        margin-left: 0;
        padding-right: 16px; } }

.landing-top-news .landing-tn-header .up-title {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #4a4a4a; }

.landing-top-news .landing-tn-header .title {
  margin: 0;
  padding: 8px 0; }
  .landing-top-news .landing-tn-header .title > a {
    color: #292929;
    font-size: 0.9em; }
    .landing-top-news .landing-tn-header .title > a:hover {
      color: #9ACA3C; }

.landing-top-news .landing-tn-header .lead {
  display: block;
  margin: 0;
  padding: 10px 0;
  line-height: 1.6em;
  color: #5f646f;
  font-size: 0.9em; }

.landing-second-news {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0; }
  .landing-second-news:after {
    content: " ";
    display: block;
    clear: both; }

.landing-news-cnt {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .landing-news-cnt:after {
    content: " ";
    display: block;
    clear: both; }

.archive-n-land {
  margin: 0;
  padding: 0; }
  .archive-n-land > li {
    margin: 16px 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #e7e7e7;
    position: relative; }
    .archive-n-land > li:after {
      content: " ";
      display: block;
      clear: both; }
    .archive-n-land > li .right-service {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 500px) {
        .archive-n-land > li .right-service {
          width: 29.1666666667%;
          float: right; } }
    .archive-n-land > li .left-service {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 500px) {
        .archive-n-land > li .left-service {
          width: 70.8333333333%;
          float: left;
          margin-left: 0; } }
    .archive-n-land > li:hover {
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.19); }
      .archive-n-land > li:hover .title > a {
        color: #74A01F; }

.right-service .service-pic img:hover {
  opacity: 0.5; }

.right-service .service-pic:hover {
  background-color: rgba(0, 0, 0, 0.94); }

.left-service {
  padding-right: 10px; }
  .left-service .up-title {
    margin: 8px 0 0 0;
    padding: 0;
    color: #8a2919;
    font-size: 0.7em;
    line-height: 1.6em;
    font-weight: normal;
    display: block; }
    @media (min-width: 500px) {
      .left-service .up-title {
        margin: 0 0 4px 0; } }
  .left-service .title {
    margin: 0;
    padding: 0; }
    .left-service .title a {
      font-size: 0.73em;
      line-height: 1.7em;
      font-weight: normal;
      font-family: "vazir-bold";
      display: block;
      color: #333; }
  .left-service .lead {
    padding: 0;
    margin: 4px 0 0 0;
    font-size: 0.75em;
    line-height: 1.7em;
    color: #636363; }

.service-date {
  padding-top: 6px; }
  .service-date span {
    color: #939393;
    font-size: 0.7em; }
  .service-date time {
    font-size: 0.7em;
    color: #74A01F; }

.archive {
  background-color: #444;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  padding: 4px 0; }

.spec_video_outer {
  background-color: #1a1a1a; }

.spec_video_inner {
  padding: 32px 0; }
  .spec_video_inner .spec_video_r {
    width: 100%; }
    @media (min-width: 800px) {
      .spec_video_inner .spec_video_r {
        width: 33.3333333333%;
        float: right; } }
  .spec_video_inner .spec_video_l {
    width: 100%; }
    @media (min-width: 800px) {
      .spec_video_inner .spec_video_l {
        width: 66.6666666667%;
        float: left;
        margin-left: 0;
        padding-right: 24px; } }

.spec_video_list .spec_video_list_inner {
  margin: 0;
  padding: 0; }
  .spec_video_list .spec_video_list_inner li {
    border-bottom: 1px solid #363636;
    padding: 12px 0; }
    .spec_video_list .spec_video_list_inner li .right-service {
      width: 25%;
      float: right; }
    .spec_video_list .spec_video_list_inner li .left-service {
      width: 75%;
      float: left;
      margin-left: 0;
      padding-right: 12px; }
      .spec_video_list .spec_video_list_inner li .left-service .title > a {
        font-family: "vazir";
        font-size: 0.7em;
        color: #c2c2c2; }
    .spec_video_list .spec_video_list_inner li:hover {
      background-color: #000; }

.spec_video_list .spec-arc {
  text-align: center;
  margin: 0 auto; }
  .spec_video_list .spec-arc > a {
    margin: 10px 0;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 4px 12px;
    border: 1px solid #ccc; }

.spec_video_l .quick-news-inner {
  width: 100%; }
  .spec_video_l .quick-news-inner .video-js-container {
    width: 100%; }
    .spec_video_l .quick-news-inner .video-js-container video {
      width: 100%; }

.tags-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0; }
  .tags-outer:after {
    content: " ";
    display: block;
    clear: both; }
  .tags-outer .tag-col-1 {
    width: 100%; }
    @media (min-width: 800px) {
      .tags-outer .tag-col-1 {
        width: 69.1666666667%;
        float: right; } }
  .tags-outer .tag-col-2 {
    width: 100%; }
    @media (min-width: 800px) {
      .tags-outer .tag-col-2 {
        width: 30%;
        float: left;
        margin-left: 0;
        padding-right: 16px; } }

.archive-next-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .archive-next-page:after {
    content: " ";
    display: block;
    clear: both; }
  .archive-next-page a {
    padding: 4px 8px;
    border: 2px solid #9ACA3C;
    color: #9ACA3C; }

.archive-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0; }
  .archive-outer:after {
    content: " ";
    display: block;
    clear: both; }

.archive-outer .primary-archive-cell {
  width: 100%; }
  @media (min-width: 800px) {
    .archive-outer .primary-archive-cell {
      width: 58.3333333333%;
      float: right; } }

.archive-outer .secondary-archive-cell {
  width: 100%; }
  @media (min-width: 800px) {
    .archive-outer .secondary-archive-cell {
      width: 41.6666666667%;
      float: left;
      margin-left: 0;
      padding-right: 16px; } }

.archive-advance-search > header {
  background-color: #d7d7d7;
  padding: 8px;
  display: block; }

#archive-search label {
  color: #000;
  font-family: inherit;
  font-size: 14px; }

#archive-search > input {
  width: 66%;
  height: 30px;
  box-shadow: 0px 0px 0px 4px #f0f1f2;
  border: 1px solid #babebf;
  padding: 0 1%;
  font-size: 16px;
  margin: 0 12px 12px 0; }

#archive-search > .start-date {
  padding: 12px 0;
  overflow: auto; }
  #archive-search > .start-date label {
    display: inline-block;
    margin-left: 16px; }
  #archive-search > .start-date > div {
    margin-right: 12px; }

#archive-search > .end-date {
  padding: 12px 0;
  overflow: auto; }
  #archive-search > .end-date label {
    display: inline-block;
    margin-left: 16px; }
  #archive-search > .end-date > div {
    margin-right: 12px; }

#archive-search .accordin {
  margin: 10px 0; }
  #archive-search .accordin > label {
    display: inline-block; }
  #archive-search .accordin > div {
    width: 60% !important; }
    @media (min-width: 500px) {
      #archive-search .accordin > div {
        width: 65.3% !important; } }

#archive-search .archive-checkbox {
  margin: 10px 0; }
  #archive-search .archive-checkbox .flip {
    text-decoration: none;
    position: relative; }
    #archive-search .archive-checkbox .flip i {
      position: absolute;
      top: 4px;
      right: 4px;
      font-size: 17px;
      color: #74A01F; }
  #archive-search .archive-checkbox .panel {
    display: none; }

#archive-search .archive-news-type {
  margin: 10px 0 20px 0; }
  #archive-search .archive-news-type .flip {
    text-decoration: none;
    position: relative; }
    #archive-search .archive-news-type .flip i {
      position: absolute;
      top: 4px;
      right: 6px;
      font-size: 17px;
      color: #74A01F; }
  #archive-search .archive-news-type .panel {
    display: none; }

#archive-search button {
  display: block;
  margin: 0 auto;
  background-color: #818181;
  border: none;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 6px 2px;
  width: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  #archive-search button:hover {
    background-color: #4E4E4E; }

.defult-archive-style, #archive-search > .start-date > div, #archive-search > .end-date > div, #archive-search .accordin > div {
  width: 17%;
  position: relative;
  display: inline-block;
  box-shadow: 0px 0px 0px 4px #f0f1f2;
  border: 1px solid #babebf;
  padding: 0 1%;
  border-radius: 2px;
  font-size: 15px;
  direction: ltr;
  text-align: left; }
  .defult-archive-style::before, #archive-search > .start-date > div::before, #archive-search > .end-date > div::before, #archive-search .accordin > div::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 8px;
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 3;
    pointer-events: none; }
  .defult-archive-style::after, #archive-search > .start-date > div::after, #archive-search > .end-date > div::after, #archive-search .accordin > div::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 20px;
    right: 0px;
    border-left: none;
    background-color: #74A01F;
    color: #fff;
    pointer-events: none; }
  @media (min-width: 500px) {
    .defult-archive-style, #archive-search > .start-date > div, #archive-search > .end-date > div, #archive-search .accordin > div {
      width: 19%; } }

.defult-archive-select-box, #archive-search > .start-date select, #archive-search > .end-date select, #archive-search .accordin > div select {
  width: 100%;
  background: none;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0 0 0 4px;
  margin: 0px;
  position: relative;
  font-size: 13px;
  -webkit-appearance: none;
  direction: ltr;
  text-align: left;
  -moz-appearance: none;
  text-indent: -2px;
  text-overflow: ''; }
  .defult-archive-select-box::-ms-expand, #archive-search > .start-date select::-ms-expand, #archive-search > .end-date select::-ms-expand, #archive-search .accordin > div select::-ms-expand {
    display: none; }

.all-check-boxes > div, #archive-search .archive-checkbox > div, #archive-search .archive-news-type > div {
  margin: 8px 12px 0 0;
  display: block;
  overflow: auto;
  width: 90%; }
  .all-check-boxes > div > input, #archive-search .archive-checkbox > div > input, #archive-search .archive-news-type > div > input {
    width: 15%; }
  .all-check-boxes > div > label, #archive-search .archive-checkbox > div > label, #archive-search .archive-news-type > div > label {
    float: right;
    width: 80%;
    display: inline-block; }

.top-trend {
  font-size: 0.7em;
  margin: 8px 0; }
  .top-trend ul {
    margin: 0;
    padding: 0; }
    .top-trend ul li {
      display: inline-block;
      padding-left: 8px; }
      .top-trend ul li a {
        font-size: 0.9em;
        color: #d60000;
        padding: 6px;
        background-color: transparent;
        border-radius: 8px; }
      .top-trend ul li i {
        font-size: 0.8em;
        color: #d60000; }
      .top-trend ul li h2 {
        margin: 0;
        padding: 0;
        line-height: 1.9em; }
      .top-trend ul li:hover a {
        color: #fff;
        background-color: #254425; }
      .top-trend ul li:hover i {
        color: #fff; }

.tags-header {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 4px 8px 4px 0;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  .tags-header .title {
    font-size: 1.2em;
    color: #254425;
    margin: 0; }
  .tags-header i {
    color: #254425;
    padding-left: 4px;
    font-size: 0.9em; }

.echo-tags-body {
  padding: 0 8px; }
  .echo-tags-body p {
    line-height: 1.9em;
    font-size: 0.9em; }
  .echo-tags-body img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 8px auto; }
  .echo-tags-body table {
    margin: 8px auto;
    max-width: 100%;
    text-align: center;
    border: 1px solid #000; }
    .echo-tags-body table tr {
      border: 1px solid #000;
      color: #000; }
      .echo-tags-body table tr:first-child {
        color: #fff;
        background-color: #254425; }
    .echo-tags-body table td {
      padding: 8px;
      border: 1px solid #000; }
  .echo-tags-body .video {
    width: 80%;
    margin: 8px auto; }
    .echo-tags-body .video > video {
      width: 100%;
      display: block;
      height: auto; }
  .echo-tags-body .audio-detail {
    margin: 8px 0;
    width: 80%;
    margin: 0 auto; }

.profile-outer {
  padding: 16px 0; }
  .profile-outer a {
    text-decoration: none; }
  .profile-outer p {
    font-size: 1em; }
  .profile-outer .profile-master {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .profile-outer .profile-master:after {
      content: " ";
      display: block;
      clear: both; }
    .profile-outer .profile-master .profile-col-1 {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 600px) {
        .profile-outer .profile-master .profile-col-1 {
          width: 25%;
          float: right; } }
    .profile-outer .profile-master .profile-col-2 {
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0; }
      @media (min-width: 600px) {
        .profile-outer .profile-master .profile-col-2 {
          width: 75%;
          float: left;
          margin-left: 0;
          padding-right: 16px; } }

.profile-r {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px; }
  .profile-r:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (min-width: 390px) and (max-width: 599px) {
    .profile-r {
      padding: 70px; } }
  @media only screen and (min-width: 600px) and (max-width: 840px) {
    .profile-r {
      padding: 10px; } }
  .profile-r .about-image {
    margin: 0 auto; }
    .profile-r .about-image img {
      margin: 0 auto;
      display: block;
      width: 86%;
      border-radius: 50%;
      border: 1px solid #d5d5d5;
      padding: 6px; }
  .profile-r .about-title {
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px; }
    .profile-r .about-title h1 {
      font-size: 1.2em;
      color: #4a4a4a; }
    .profile-r .about-title span {
      font-size: 1em;
      color: #999; }
  .profile-r .about-text {
    display: block;
    text-align: center; }

.profile-col-2 {
  padding-top: 16px; }
  .profile-col-2 .profile-left {
    margin-bottom: 16px; }
  .profile-col-2 .biography-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px; }
    .profile-col-2 .biography-box:after {
      content: " ";
      display: block;
      clear: both; }
    .profile-col-2 .biography-box .bio-title {
      padding: 0 0 8px 0;
      margin: 0;
      color: #292929;
      border-bottom: 1px solid #eee; }
    .profile-col-2 .biography-box div {
      padding-top: 8px;
      font-size: 0.9em; }
  @media (min-width: 600px) {
    .profile-col-2 {
      padding-top: 0 !important; } }

.pro-l-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .pro-l-2:after {
    content: " ";
    display: block;
    clear: both; }
  .pro-l-2 .madrak-outer {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 800px) {
      .pro-l-2 .madrak-outer {
        width: 50%;
        float: right;
        padding-left: 8px; } }
  .pro-l-2 .savabegh-outer {
    margin-top: 16px;
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 800px) {
      .pro-l-2 .savabegh-outer {
        margin-top: 0;
        width: 50%;
        float: left;
        margin-left: 0;
        padding-right: 8px; } }

.madrak, .savabegh {
  padding: 12px; }
  .madrak h3, .savabegh h3 {
    padding: 0 0 8px 0;
    margin: 0;
    color: #292929;
    border-bottom: 1px solid #eee; }
  @media (min-width: 800px) {
    .madrak, .savabegh {
      min-height: 200px; } }

.descriptions, .author-articles {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 12px; }
  .descriptions:after, .author-articles:after {
    content: " ";
    display: block;
    clear: both; }
  .descriptions h3, .author-articles h3 {
    padding: 0 0 8px 0;
    margin: 0;
    color: #292929;
    border-bottom: 1px solid #eee; }

.profile-news {
  margin-top: 12px; }
  .profile-news ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .profile-news ul:after {
      content: " ";
      display: block;
      clear: both; }
    .profile-news ul > li {
      margin-bottom: 16px; }

.profile-news li .profile-news-detail {
  background-color: #f6f6f6;
  border: solid #dfdfdd;
  border-width: 0 .1rem .1rem 0;
  padding: .8rem; }

.profile-news li:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .profile-news li:hover .profile-news-content .title > a {
    color: #9ACA3C; }

.profile-news-detail {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .profile-news-detail:after {
    content: " ";
    display: block;
    clear: both; }
  .profile-news-detail .news-global-pic {
    width: 23.3333333333%;
    float: right; }
  .profile-news-detail .profile-news-content {
    width: 76.6666666667%;
    float: left;
    margin-left: 0;
    padding-right: 10px; }
    .profile-news-detail .profile-news-content .uptitle {
      margin: 0 0 3px 0;
      padding: 0;
      color: #999;
      font-size: 0.75em;
      border-bottom: none !important; }
    .profile-news-detail .profile-news-content .title {
      margin: 0; }
      .profile-news-detail .profile-news-content .title > a {
        color: #3f3f3f;
        display: block;
        font-size: 0.7em; }

.alpha {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1em 0; }
  .alpha:after {
    content: " ";
    display: block;
    clear: both; }
  .alpha .alpha-char {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0;
    padding: 0; }
    .alpha .alpha-char:after {
      content: " ";
      display: block;
      clear: both; }
    .alpha .alpha-char li {
      width: 8.3333333333%;
      float: right;
      background-color: #9ACA3C;
      text-align: center;
      padding: 2px 0 3px 0;
      border-left: 1px solid #87B332;
      border-bottom: 1px solid #87B332; }
      .alpha .alpha-char li > a {
        color: #f6f6f6; }
      @media (min-width: 900px) {
        .alpha .alpha-char li {
          width: 3.175%;
          float: right; } }

.template-author {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .template-author:after {
    content: " ";
    display: block;
    clear: both; }
  .template-author ul {
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .template-author ul:after {
      content: " ";
      display: block;
      clear: both; }
    .template-author ul li {
      border-bottom: 1px solid #dbdbdb;
      width: 100%;
      float: right;
      margin-right: 0;
      margin-left: 0;
      padding: 14px 0; }
      @media (min-width: 800px) {
        .template-author ul li {
          width: 46.6666666667%;
          float: right; }
          .template-author ul li:nth-child(2n+1) {
            margin-left: 32px; } }
      .template-author ul li > a {
        width: auto;
        float: right; }
        .template-author ul li > a img {
          width: 100px;
          height: 100px;
          border-radius: 50%; }
      .template-author ul li > h4 {
        float: right;
        margin: 0;
        padding: 38px 16px 0 0; }
        .template-author ul li > h4 > a {
          font-size: 1em;
          color: #5d5d5d; }
        @media (min-width: 800px) {
          .template-author ul li > h4 {
            padding: 38px 24px 0 0; } }

body.album {
  background-color: #2d2d2d;
  background-image: url("/images/stad.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  body.album .top-bar, body.album .head-times {
    display: none; }
  body.album .main-header .main-header-cnt {
    background-color: transparent; }
  body.album .footbal-descript {
    background-color: #ffffff29; }
  body.album .header-qoute p {
    color: #eee6e6; }
  body.album .main-menu-cnt {
    background-color: #a4a4a41f; }
  body.album .main-footer {
    border-top: 4px solid #2424248a;
    background-color: #000000b0;
    background-image: none; }
  body.album .footer-hot-tag .hot-tag-cnt a {
    background: rgba(33, 70, 31, 0.28);
    color: #a2a1a1; }
  body.album .assam-cnt {
    background: rgba(34, 34, 34, 0.42); }
  body.album #nav-toggle > li a {
    color: #aeaeae; }

.multi-outer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .multi-outer:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 800px) {
    .multi-outer {
      padding: 30px 0; } }

.landing-album-one {
  padding: 24px 0;
  background-color: #1e1e1e; }
  .landing-album-one .news-code {
    margin: 12px 0px; }
    .landing-album-one .news-code span {
      font-size: 1em;
      color: #ccc; }
  .landing-album-one time {
    font-size: 1em;
    margin-top: 12px;
    text-align: right;
    color: #ccc; }

.landing-album-one {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  direction: ltr;
  padding: 18px;
  background-color: #1e1e1e96; }
  .landing-album-one:after {
    content: " ";
    display: block;
    clear: both; }
  .landing-album-one .lSSlideOuter {
    position: relative; }
    .landing-album-one .lSSlideOuter .lSPager.lSpg li {
      padding: 0 1px; }
      .landing-album-one .lSSlideOuter .lSPager.lSpg li > a {
        height: 11px;
        width: 11px; }
    @media (min-width: 800px) {
      .landing-album-one .lSSlideOuter .lSPager.lSpg {
        position: absolute;
        right: 34.8%;
        top: 68% !important; } }
    @media (min-width: 1100px) {
      .landing-album-one .lSSlideOuter .lSPager.lSpg {
        right: 34.8%;
        top: 73% !important; } }
  @media (min-width: 800px) {
    .landing-album-one .lSSlideOuter .lSPager.lSpg > li {
      display: block !important; } }
  .landing-album-one .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #5A5A5A; }
  .landing-album-one .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #9ACA3C; }

#gallary-page-slider {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  #gallary-page-slider li {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #gallary-page-slider li:after {
      content: " ";
      display: block;
      clear: both; }
    #gallary-page-slider li > .title-represent {
      text-align: right;
      direction: rtl; }
      #gallary-page-slider li > .title-represent .title {
        margin: 0;
        padding: 0; }
        #gallary-page-slider li > .title-represent .title > a {
          text-decoration: none;
          color: #fff;
          font-size: 0.75em;
          line-height: 1.5em;
          padding-left: 6px; }
      @media (min-width: 800px) {
        #gallary-page-slider li > .title-represent {
          width: 34.1666666667%;
          float: right; } }
    #gallary-page-slider li > .main-represent {
      padding: 0 30px 0 0;
      background: rgba(0, 0, 0, 0.66); }
      @media (min-width: 800px) {
        #gallary-page-slider li > .main-represent {
          width: 65.8333333333%;
          float: left;
          margin-left: 0; } }

#gallary-page-slider .photographer {
  margin-top: 24px;
  text-align: right;
  direction: rtl; }
  #gallary-page-slider .photographer span {
    font-size: 1em;
    color: #ccc; }

.landing-album-two {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 10px;
  background-color: #171717; }
  .landing-album-two:after {
    content: " ";
    display: block;
    clear: both; }
  .landing-album-two figure {
    display: block;
    position: relative;
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    padding: 0.5rem;
    margin: 0; }
    .landing-album-two figure .album-two-image {
      text-decoration: none;
      height: 248px; }
      .landing-album-two figure .album-two-image img {
        height: 248px;
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%); }
    .landing-album-two figure:hover img {
      filter: none; }
    @media (min-width: 520px) {
      .landing-album-two figure {
        width: 50%;
        float: right; } }
    @media (min-width: 800px) {
      .landing-album-two figure {
        width: 33.3333333333%;
        float: right; } }
  .landing-album-two figcaption {
    position: absolute;
    background: red;
    padding: 8px;
    background: rgba(20, 119, 33, 0.8);
    color: white;
    opacity: 0;
    margin: 0.5rem;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .landing-album-two figcaption .title {
      margin: 0;
      padding: 0;
      display: block; }
      .landing-album-two figcaption .title > a {
        display: block;
        line-height: 1.56em;
        color: #fff;
        font-size: 0.7em;
        text-decoration: none; }
        @media (min-width: 520px) {
          .landing-album-two figcaption .title > a {
            font-size: 0.6em; } }
    .landing-album-two figcaption span {
      font-size: 0.7em;
      float: right; }
    .landing-album-two figcaption time {
      font-size: 0.7em;
      float: left; }
  .landing-album-two figure:hover figcaption {
    opacity: 1; }
  .landing-album-two .cap-bot:before {
    bottom: 10px;
    left: 10px; }
  .landing-album-two .cap-bot figcaption {
    left: 0;
    right: 0;
    bottom: -30%; }
  .landing-album-two .cap-bot:hover figcaption {
    bottom: 0; }

.archive-album {
  margin: 12px 0 0 0;
  text-align: center; }
  .archive-album > a {
    border: 1px solid #6c6c6c;
    text-decoration: none;
    padding: 6px 46px;
    color: #fff;
    text-align: center; }
    .archive-album > a:hover {
      background: rgba(0, 0, 0, 0.5); }

#modal-page {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 12px;
  background-color: #242424; }
  #modal-page:after {
    content: " ";
    display: block;
    clear: both; }
  #modal-page .news-code {
    margin: 12px 0px; }
    #modal-page .news-code span {
      font-size: 1em;
      color: #ffbebe; }
  #modal-page time {
    font-size: 1em;
    margin-top: 12px;
    text-align: right;
    color: #f98686; }
  #modal-page .title {
    margin: 0;
    padding: 0;
    display: block; }
    #modal-page .title > a {
      display: block;
      line-height: 1.53em;
      color: #dadada;
      font-size: 0.67em;
      text-decoration: none; }
      @media (min-width: 520px) {
        #modal-page .title > a {
          font-size: 0.6em; } }
  #modal-page .lead {
    color: #bdbdbd;
    font-size: 0.95em;
    line-height: 1.6em; }
  #modal-page p {
    color: #d7d7d7;
    font-size: 0.9em;
    line-height: 1.6em; }
  #modal-page img {
    padding: 8px; }
  #modal-page a {
    text-decoration: none;
    color: #d12323;
    font-size: 0.9em;
    font-family: "vazir-bold"; }
  #modal-page .echo-content {
    color: #d7d7d7; }

@media print {
  body.news .news-col-2 {
    display: none; }
  body.news .news-col-1 {
    width: 100% !important; }
  body.news .noprint {
    display: none; } }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.home-outer {
  background-color: #f5f5f5;
  padding: 16px 0; }
