Advertisement
Guest User

Untitled

a guest
Sep 17th, 2016
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.67 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td,
  10. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video {
  14. margin: 0;
  15. padding: 0;
  16. border: 0;
  17. font-size: 100%;
  18. font: inherit;
  19. vertical-align: baseline;
  20. text-decoration: none; }
  21.  
  22. html {
  23. font-family: sans-serif;
  24. -ms-text-size-adjust: 100%;
  25. -webkit-text-size-adjust: 100%;
  26. box-sizing: border-box; }
  27.  
  28. *, *:before, *:after {
  29. box-sizing: inherit; }
  30.  
  31. body {
  32. margin: 0; }
  33.  
  34. article,
  35. aside,
  36. details,
  37. figcaption,
  38. figure,
  39. footer,
  40. header,
  41. hgroup,
  42. main,
  43. menu,
  44. nav,
  45. section,
  46. summary {
  47. display: block; }
  48.  
  49. audio,
  50. canvas,
  51. progress,
  52. video {
  53. display: inline-block;
  54. vertical-align: baseline; }
  55.  
  56. audio:not([controls]) {
  57. display: none;
  58. height: 0; }
  59.  
  60. [hidden],
  61. template {
  62. display: none; }
  63.  
  64. a {
  65. background-color: transparent;
  66. text-decoration: none; }
  67.  
  68. a:active,
  69. a:hover {
  70. outline: 0; }
  71.  
  72. abbr[title] {
  73. border-bottom: 1px dotted; }
  74.  
  75. b,
  76. strong {
  77. font-weight: bold; }
  78.  
  79. dfn {
  80. font-style: italic; }
  81.  
  82. h1 {
  83. font-size: 2em;
  84. margin: 0.67em 0; }
  85.  
  86. mark {
  87. background: #ff0;
  88. color: #000; }
  89.  
  90. small {
  91. font-size: 80%; }
  92.  
  93. sub,
  94. sup {
  95. font-size: 75%;
  96. line-height: 0;
  97. position: relative;
  98. vertical-align: baseline; }
  99.  
  100. sup {
  101. top: -0.5em; }
  102.  
  103. sub {
  104. bottom: -0.25em; }
  105.  
  106. img {
  107. border: 0; }
  108.  
  109. svg:not(:root) {
  110. overflow: hidden; }
  111.  
  112. figure {
  113. margin: 1em 40px; }
  114.  
  115. hr {
  116. -moz-box-sizing: content-box;
  117. box-sizing: content-box;
  118. height: 0; }
  119.  
  120. pre {
  121. overflow: auto; }
  122.  
  123. code,
  124. kbd,
  125. pre,
  126. samp {
  127. font-family: monospace, monospace;
  128. font-size: 1em; }
  129.  
  130. button,
  131. input,
  132. optgroup,
  133. select,
  134. textarea {
  135. color: inherit;
  136. font: inherit;
  137. margin: 0; }
  138.  
  139. button {
  140. overflow: visible; }
  141.  
  142. button,
  143. select {
  144. text-transform: none; }
  145.  
  146. button,
  147. html input[type="button"],
  148. input[type="reset"],
  149. input[type="submit"] {
  150. -webkit-appearance: button;
  151. cursor: pointer; }
  152.  
  153. button[disabled],
  154. html input[disabled] {
  155. cursor: default; }
  156.  
  157. button::-moz-focus-inner,
  158. input::-moz-focus-inner {
  159. border: 0;
  160. padding: 0; }
  161.  
  162. input {
  163. line-height: normal; }
  164.  
  165. input[type="checkbox"],
  166. input[type="radio"] {
  167. box-sizing: border-box;
  168. padding: 0; }
  169.  
  170. input[type="number"]::-webkit-inner-spin-button,
  171. input[type="number"]::-webkit-outer-spin-button {
  172. height: auto; }
  173.  
  174. input[type="search"] {
  175. -webkit-appearance: textfield;
  176. -moz-box-sizing: content-box;
  177. -webkit-box-sizing: content-box;
  178. box-sizing: content-box; }
  179.  
  180. input[type="search"]::-webkit-search-cancel-button,
  181. input[type="search"]::-webkit-search-decoration {
  182. -webkit-appearance: none; }
  183.  
  184. fieldset {
  185. border: 1px solid #c0c0c0;
  186. margin: 0 2px;
  187. padding: 0.35em 0.625em 0.75em; }
  188.  
  189. legend {
  190. border: 0;
  191. padding: 0; }
  192.  
  193. textarea {
  194. overflow: auto; }
  195.  
  196. optgroup {
  197. font-weight: bold; }
  198.  
  199. table {
  200. border-collapse: collapse;
  201. border-spacing: 0; }
  202.  
  203. td,
  204. th {
  205. padding: 0; }
  206.  
  207. ol, ul {
  208. list-style: none; }
  209.  
  210. body {
  211. line-height: 1; }
  212.  
  213. blockquote, q {
  214. quotes: none; }
  215.  
  216. blockquote:before, blockquote:after,
  217. q:before, q:after {
  218. content: '';
  219. content: none; }
  220.  
  221. a:link, a:visited, a:active {
  222. color: #0c6d97; }
  223.  
  224. .fa {
  225. -webkit-font-smoothing: antialiased; }
  226.  
  227. #main-feature-caption {
  228. width: 100%;
  229. height: 85px;
  230. padding: 12px 15px;
  231. -moz-box-sizing: border-box;
  232. -webkit-box-sizing: border-box;
  233. box-sizing: border-box;
  234. text-align: center;
  235. border-top: 0;
  236. border-radius: 0;
  237. color: #bcbcbc;
  238. }
  239.  
  240. #main-feature-desc {
  241. overflow: hidden;
  242. font-size: 12px;
  243. color: #bcbcbc;
  244. line-height: 17px;
  245. }
  246.  
  247. #main-feature-title-wrapper {
  248. display: inline-block;
  249. font-size: 22px;
  250. letter-spacing: -.5px;
  251. padding-bottom: 2px;
  252. overflow: hidden;
  253. white-space: nowrap;
  254. text-overflow: ellipsis;
  255. width: 100%;
  256. color: #bcbcbc;
  257. }
  258.  
  259. #article-list li {
  260. border-bottom: 1px solid #34363D;
  261. color: #bcbcbc;
  262. }
  263.  
  264. #article-list a {
  265. padding: 8px 0;
  266. display: block;
  267. color: #bcbcbc;
  268. overflow: hidden;
  269. }
  270.  
  271. #schedule-table td:first-child {
  272. color: #bcbcbc;
  273. font-weight: bold;
  274. font-size: 22px;
  275. line-height: 20px;
  276. border-right: 1px solid #ccc;
  277. }
  278.  
  279. #schedule-table td:nth-child(2) {
  280. font-weight: bold;
  281. color: #bcbcbc;
  282. font-size: 12px;
  283. }
  284.  
  285. #schedule-table td img:hover {
  286. background: #232529;
  287. box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.4);
  288. }
  289.  
  290. #schedule-table td img {
  291. height: 40px;
  292. background: #232529;
  293. padding: 3px;
  294. box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  295. }
  296.  
  297. #h-s-header {
  298. padding: 9px 12px 10px 12px;
  299. font-size: 11px;
  300. font-weight: bold;
  301. background: #34363D;
  302. background: -webkit-linear-gradient(top, #34363D 0%, #34363D 100%);
  303. background: -moz-linear-gradient(top, #34363D 0%, #34363D 100%);
  304. background: -o-linear-gradient(top, #34363D 0%, #34363D 100%);
  305. background: -ms-linear-gradient(top, #34363D 0%, #34363D 100%);
  306. color: #bcbcbc;
  307. border-bottom: 1px solid #ccc;
  308. text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  309. clear: both;
  310. }
  311.  
  312. .profile-table td:first-child {
  313. width: 150px;
  314. color: #bcbcbc;
  315. font-weight: bold;
  316. }
  317.  
  318. .stream-name {
  319. font-size: 12px;
  320. color: #bcbcbc;
  321. display: block;
  322. margin: 6px 0;
  323. margin-bottom: 4px;
  324. font-weight: bold;
  325. }
  326.  
  327. .sub-feature-title {
  328. font-weight: bold;
  329. color: #bcbcbc;
  330. }
  331.  
  332. .game-stats tr.odd td {
  333. background: #34363D;
  334. }
  335.  
  336. .game-switch.active {
  337. background: #232529;
  338. color: #bcbcbc;
  339. border-radius: 0;
  340. }
  341.  
  342. .game-switch.active:after {
  343. height: 5px;
  344. width: 100%;
  345. left: 0px;
  346. bottom: -3px;
  347. position: absolute;
  348. content: '';
  349. background: #bcbcbc;
  350. }
  351.  
  352. .noselect {
  353. -webkit-touch-callout: none;
  354. -webkit-user-select: none;
  355. -khtml-user-select: none;
  356. -moz-user-select: none;
  357. -ms-user-select: none;
  358. user-select: none;
  359. /**background: #232529;
  360. color: #bcbcbc;**/}
  361.  
  362. .hide {
  363. display: none; }
  364.  
  365. .card {
  366. color: #bcbcbc;
  367. border: 1px solid #34363D;
  368. border-radius: 0;
  369. box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.065);
  370. box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.04);
  371. background: #232529; }
  372.  
  373. .bbox {
  374. box-sizing: border-box; }
  375.  
  376. .text-of {
  377. overflow: hidden;
  378. white-space: nowrap;
  379. text-overflow: ellipsis;
  380. display: inline-block; }
  381.  
  382. .right {
  383. float: right; }
  384.  
  385. .clearfix {
  386. clear: both; }
  387.  
  388. .btn, a.btn {
  389. background: #232529;
  390. border: 1 solid #34363D;
  391. border-radius: 0;
  392. box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  393. box-sizing: content-box;
  394. color: #bcbcbc;
  395. cursor: pointer;
  396. display: inline-block;
  397. font-size: 11px;
  398. font-weight: 100;
  399. height: 38px;
  400. line-height: 38px;
  401. margin-right: 5px;
  402. padding: 0 15px;
  403. position: relative; }
  404.  
  405. .btn:not(.mod-active):hover {
  406. background: #414245;
  407. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  408.  
  409. .btn:not(.mod-active):active {
  410. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  411. background: #414245; }
  412.  
  413. .btn.is-clicked {
  414. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2) !important;
  415. background: #414245 !important; }
  416.  
  417. .btn.mod-active {
  418. box-shadow: 0 0 0 1px #414245;
  419. cursor: auto; }
  420.  
  421. .btn.mod-action {
  422. font-family: Arial, sans-serif;
  423. color: #fff;
  424. background: #34363D;
  425. border: 1px solid #5d9dd5;
  426. border-radius: 0;
  427. box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.08); }
  428.  
  429. .btn.mod-action:hover, .btn.mod-action:focus {
  430. background: #414245;
  431. border: 1px solid #71a9da; }
  432.  
  433. .btn.mod-action:active {
  434. border: 1px solid #4991d0;
  435. border-radius: 0;
  436. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3); }
  437.  
  438. .btn.mod-right {
  439. float: right;
  440. margin-left: 5px;
  441. margin-right: 0; }
  442.  
  443. .btn.mod-page {
  444. padding: 0 12px !important;
  445. background: #34363D;
  446. color: #fff;
  447. border: 0px solid #a63f3f;
  448. border-radius: 0px;
  449. margin-left: 5px;
  450. margin-right: 0;
  451. float: left; }
  452.  
  453. .btn.mod-page.mod-to-bottom i {
  454. border-bottom: 2px solid #999;
  455. color: #888;
  456. position: relative;
  457. vertical-align: 2px;
  458. width: 10px; }
  459.  
  460. .btn.mod-page.mod-to-top i {
  461. border-top: 2px solid #999;
  462. color: #888;
  463. position: relative;
  464. vertical-align: -2px;
  465. width: 10px; }
  466.  
  467. .btn.mod-page.active:hover {
  468. cursor: auto; }
  469.  
  470. .thread-frag-btn {
  471. cursor: pointer;
  472. color: #fff;
  473. background: #34363D;
  474. border: 0px solid #a63f3f;
  475. border-radius: 0px;
  476. float: left;
  477. margin-right: 5px; }
  478.  
  479. .thread-frag-btn .text {
  480. display: inline; }
  481.  
  482. .thread-frag-btn .alt-text {
  483. display: none; }
  484.  
  485. .thread-frag-btn.clicked .alt-text {
  486. display: inline; }
  487.  
  488. .thread-frag-btn.clicked .text {
  489. display: none; }
  490.  
  491. .thread-frag-btn.plus #thread-frag-count {
  492. background: #7ab87e;
  493. background: #414245;
  494. color: #fff;
  495. padding: 0px 9px;
  496. margin-right: -15px;
  497. margin-left: 6px;
  498. display: inline-block;
  499. font-weight: bold;
  500. position: relative;
  501. text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  502. z-index: 0; }
  503.  
  504. .thread-frag-btn.plus.clicked #thread-frag-count {
  505. background: #569f67; }
  506.  
  507. .thread-frag-btn.plus.clicked {
  508. background: #76bc87;
  509. border: 0px solid #438954;
  510. box-shadow: none;
  511. color: #fff;
  512. position: relative; }
  513.  
  514. .thread-frag-btn.minus.clicked {
  515. background: #c76b6b;
  516. border: 0px solid #a63f3f;
  517. box-shadow: none;
  518. color: #fff;
  519. position: relative; }
  520.  
  521. .thread-frag-btn.clicked:after {
  522. content: '';
  523. box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  524. height: 100%;
  525. position: absolute;
  526. width: 100%;
  527. left: 0px;
  528. top: 0px; }
  529.  
  530. .thread-frag-btn.minus.clicked:after {
  531. box-shadow: inset 0 0 0 rgba(0, 0, 0, 0); }
  532.  
  533. .btn.mod-filter .arr {
  534. background: url(/img/icons/misc/darr.png);
  535. width: 5px;
  536. height: 3px;
  537. display: inline-block;
  538. vertical-align: 2px;
  539. margin-left: 5px; }
  540.  
  541. .btn-group {
  542. display: inline-block;
  543. float: left; }
  544.  
  545. .btn-group .btn {
  546. float: left; }
  547.  
  548. .action-container {
  549. color: #232529;
  550. display: flex;
  551. font-size: 11px;
  552. justify-content: space-between;
  553. -webkit-user-select: none;
  554. -moz-user-select: none;
  555. -ms-user-select: none;
  556. user-select: none; }
  557.  
  558. .action-container-pages {
  559. vertical-align: middle; }
  560.  
  561. .page-ellipsis, .page-rsa {
  562. display: inline-block;
  563. float: left;
  564. margin-left: 5px;
  565. font-size: 11px;
  566. letter-spacing: .5px;
  567. height: 38px;
  568. line-height: 38px; }
  569.  
  570. .page-rsa {
  571. margin-left: 7px;
  572. margin-right: 2px; }
  573.  
  574. .sub-btn {
  575. border: 1px solid #aaa;
  576. background: #e4e4e4;
  577. color: #bbb;
  578. padding: 3px;
  579. border-radius: 10px;
  580. box-shadow: 0 0.5px 1px 1px rgba(0, 0, 0, 0.2);
  581. cursor: pointer;
  582. display: inline-block; }
  583.  
  584. .sub-btn.active {
  585. color: #6d853d;
  586. background: #e4ecd5;
  587. border: 1px solid #94b257;
  588. background: #cde0ee;
  589. border: 1px solid #6ea3cf;
  590. color: #3670a1; }
  591.  
  592. .sub-btn .fa {
  593. font-size: 12px;
  594. width: 12px;
  595. height: 12px; }
  596.  
  597. .sub-caption {
  598. font-size: 9.5px;
  599. margin-left: 7px;
  600. margin-top: 10px;
  601. display: inline-block;
  602. float: left; }
  603.  
  604. .filter-menu {
  605. width: 100px;
  606. border: 1px solid #aaa;
  607. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  608. border-radius: 0;
  609. position: absolute;
  610. left: -1px;
  611. z-index: 5;
  612. top: 40px;
  613. background: #34363D;
  614. color: #bcbcbc;
  615. padding: 10px 0;
  616. display: none; }
  617.  
  618. .filter-menu a {
  619. display: block;
  620. font-weight: normal;
  621. color: #bcbcbc;
  622. line-height: 2.6;
  623. padding: 0 12px; }
  624.  
  625. .filter-menu a.active {
  626. font-weight: bold;
  627. background: #669ecc;
  628. color: #bcbcbc; }
  629.  
  630. .filter-menu a.active:hover {
  631. background: #669ecc; }
  632.  
  633. .filter-menu a:hover {
  634. background: #414245; }
  635.  
  636. .list-table {
  637. width: 100%;
  638. font-size: 11px;
  639. border-radius: 0;
  640. margin-bottom: 15px;
  641. border-collapse: separate;
  642. border-spacing: 0px;
  643. color: #bcbcbc; }
  644.  
  645. .list-table th {
  646. padding: 10px 10px;
  647. font-size: 11px;
  648. text-align: left;
  649. background: #34363D;
  650. background: -webkit-linear-gradient(top, #34363D 0%, #34363D 100%);
  651. background: -moz-linear-gradient(top, #34363D 0%, #34363D 100%);
  652. background: -o-linear-gradient(top, #34363D 0%, #34363D 100%);
  653. background: -ms-linear-gradient(top, #34363D 0%, #34363D 100%);
  654. color: #bcbcbc; }
  655.  
  656. .list-table th:first-child {
  657. border-top-left-radius: 0; }
  658.  
  659. .list-table th:last-child {
  660. border-top-right-radius: 0; }
  661.  
  662. .list-table td {
  663. padding: 10px;
  664. word-wrap: break-word;
  665. border-bottom: 1px solid #34363D; }
  666.  
  667. .list-table tr:last-child td {
  668. border-bottom: 1px solid #34363D; }
  669.  
  670. .list-table tr:last-child td:first-child {
  671. border-bottom-left-radius: 0; }
  672.  
  673. .list-table tr:last-child td:last-child {
  674. border-bottom-right-radius: 0; }
  675.  
  676. .list-table td:first-child {
  677. border-left: 1px solid #34363D; }
  678.  
  679. .list-table td:last-child {
  680. border-right: 1px solid #34363D; }
  681.  
  682. .list-table a:hover {
  683. text-decoration: underline; }
  684.  
  685. .flag {
  686. width: 16px;
  687. height: 10px;
  688. background: url(/img/base/flagsc.png) no-repeat;
  689. display: inline-block;
  690. position: relative; }
  691.  
  692. .flag:after {
  693. width: 16px;
  694. height: 10px;
  695. left: 0;
  696. top: 0;
  697. position: absolute;
  698. border: 1px solid rgba(0, 0, 0, 0.35);
  699. content: ''; }
  700.  
  701. .flag-ac {
  702. background-position: -0px -0px;
  703. width: 16px;
  704. height: 10px; }
  705.  
  706. .flag-ad {
  707. background-position: -16px -0px;
  708. width: 16px;
  709. height: 10px; }
  710.  
  711. .flag-ae {
  712. background-position: -32px -0px;
  713. width: 16px;
  714. height: 10px; }
  715.  
  716. .flag-af {
  717. background-position: -48px -0px;
  718. width: 16px;
  719. height: 10px; }
  720.  
  721. .flag-ag {
  722. background-position: -64px -0px;
  723. width: 16px;
  724. height: 10px; }
  725.  
  726. .flag-ai {
  727. background-position: -80px -0px;
  728. width: 16px;
  729. height: 10px; }
  730.  
  731. .flag-al {
  732. background-position: -96px -0px;
  733. width: 16px;
  734. height: 10px; }
  735.  
  736. .flag-am {
  737. background-position: -112px -0px;
  738. width: 16px;
  739. height: 10px; }
  740.  
  741. .flag-an {
  742. background-position: -128px -0px;
  743. width: 16px;
  744. height: 10px; }
  745.  
  746. .flag-ao {
  747. background-position: -144px -0px;
  748. width: 16px;
  749. height: 10px; }
  750.  
  751. .flag-aq {
  752. background-position: -160px -0px;
  753. width: 16px;
  754. height: 10px; }
  755.  
  756. .flag-ar {
  757. background-position: -176px -0px;
  758. width: 16px;
  759. height: 10px; }
  760.  
  761. .flag-as {
  762. background-position: -192px -0px;
  763. width: 16px;
  764. height: 10px; }
  765.  
  766. .flag-at {
  767. background-position: -208px -0px;
  768. width: 16px;
  769. height: 10px; }
  770.  
  771. .flag-au {
  772. background-position: -224px -0px;
  773. width: 16px;
  774. height: 10px; }
  775.  
  776. .flag-aw {
  777. background-position: -240px -0px;
  778. width: 16px;
  779. height: 10px; }
  780.  
  781. .flag-ax {
  782. background-position: -0px -10px;
  783. width: 16px;
  784. height: 10px; }
  785.  
  786. .flag-az {
  787. background-position: -16px -10px;
  788. width: 16px;
  789. height: 10px; }
  790.  
  791. .flag-ba {
  792. background-position: -32px -10px;
  793. width: 16px;
  794. height: 10px; }
  795.  
  796. .flag-bb {
  797. background-position: -48px -10px;
  798. width: 16px;
  799. height: 10px; }
  800.  
  801. .flag-bd {
  802. background-position: -64px -10px;
  803. width: 16px;
  804. height: 10px; }
  805.  
  806. .flag-be {
  807. background-position: -80px -10px;
  808. width: 16px;
  809. height: 10px; }
  810.  
  811. .flag-bf {
  812. background-position: -96px -10px;
  813. width: 16px;
  814. height: 10px; }
  815.  
  816. .flag-bg {
  817. background-position: -112px -10px;
  818. width: 16px;
  819. height: 10px; }
  820.  
  821. .flag-bh {
  822. background-position: -128px -10px;
  823. width: 16px;
  824. height: 10px; }
  825.  
  826. .flag-bi {
  827. background-position: -144px -10px;
  828. width: 16px;
  829. height: 10px; }
  830.  
  831. .flag-bj {
  832. background-position: -160px -10px;
  833. width: 16px;
  834. height: 10px; }
  835.  
  836. .flag-bl {
  837. background-position: -176px -10px;
  838. width: 16px;
  839. height: 10px; }
  840.  
  841. .flag-bm {
  842. background-position: -192px -10px;
  843. width: 16px;
  844. height: 10px; }
  845.  
  846. .flag-bn {
  847. background-position: -208px -10px;
  848. width: 16px;
  849. height: 10px; }
  850.  
  851. .flag-bo {
  852. background-position: -224px -10px;
  853. width: 16px;
  854. height: 10px; }
  855.  
  856. .flag-bq {
  857. background-position: -240px -10px;
  858. width: 16px;
  859. height: 10px; }
  860.  
  861. .flag-br {
  862. background-position: -0px -20px;
  863. width: 16px;
  864. height: 10px; }
  865.  
  866. .flag-bs {
  867. background-position: -16px -20px;
  868. width: 16px;
  869. height: 10px; }
  870.  
  871. .flag-bt {
  872. background-position: -32px -20px;
  873. width: 16px;
  874. height: 10px; }
  875.  
  876. .flag-bv {
  877. background-position: -48px -20px;
  878. width: 16px;
  879. height: 10px; }
  880.  
  881. .flag-bw {
  882. background-position: -64px -20px;
  883. width: 16px;
  884. height: 10px; }
  885.  
  886. .flag-by {
  887. background-position: -80px -20px;
  888. width: 16px;
  889. height: 10px; }
  890.  
  891. .flag-bz {
  892. background-position: -96px -20px;
  893. width: 16px;
  894. height: 10px; }
  895.  
  896. .flag-ca {
  897. background-position: -112px -20px;
  898. width: 16px;
  899. height: 10px; }
  900.  
  901. .flag-cat {
  902. background-position: -128px -20px;
  903. width: 16px;
  904. height: 10px; }
  905.  
  906. .flag-cc {
  907. background-position: -144px -20px;
  908. width: 16px;
  909. height: 10px; }
  910.  
  911. .flag-cd {
  912. background-position: -160px -20px;
  913. width: 16px;
  914. height: 10px; }
  915.  
  916. .flag-cf {
  917. background-position: -176px -20px;
  918. width: 16px;
  919. height: 10px; }
  920.  
  921. .flag-cg {
  922. background-position: -192px -20px;
  923. width: 16px;
  924. height: 10px; }
  925.  
  926. .flag-ch {
  927. background-position: -208px -20px;
  928. width: 16px;
  929. height: 10px; }
  930.  
  931. .flag-ci {
  932. background-position: -224px -20px;
  933. width: 16px;
  934. height: 10px; }
  935.  
  936. .flag-ck {
  937. background-position: -240px -20px;
  938. width: 16px;
  939. height: 10px; }
  940.  
  941. .flag-cl {
  942. background-position: -0px -30px;
  943. width: 16px;
  944. height: 10px; }
  945.  
  946. .flag-cm {
  947. background-position: -16px -30px;
  948. width: 16px;
  949. height: 10px; }
  950.  
  951. .flag-cn {
  952. background-position: -32px -30px;
  953. width: 16px;
  954. height: 10px; }
  955.  
  956. .flag-co {
  957. background-position: -48px -30px;
  958. width: 16px;
  959. height: 10px; }
  960.  
  961. .flag-cr {
  962. background-position: -64px -30px;
  963. width: 16px;
  964. height: 10px; }
  965.  
  966. .flag-cs {
  967. background-position: -80px -30px;
  968. width: 16px;
  969. height: 10px; }
  970.  
  971. .flag-cu {
  972. background-position: -96px -30px;
  973. width: 16px;
  974. height: 10px; }
  975.  
  976. .flag-cv {
  977. background-position: -112px -30px;
  978. width: 16px;
  979. height: 10px; }
  980.  
  981. .flag-cw {
  982. background-position: -128px -30px;
  983. width: 16px;
  984. height: 10px; }
  985.  
  986. .flag-cx {
  987. background-position: -144px -30px;
  988. width: 16px;
  989. height: 10px; }
  990.  
  991. .flag-cy {
  992. background-position: -160px -30px;
  993. width: 16px;
  994. height: 10px; }
  995.  
  996. .flag-cz {
  997. background-position: -176px -30px;
  998. width: 16px;
  999. height: 10px; }
  1000.  
  1001. .flag-dd {
  1002. background-position: -192px -30px;
  1003. width: 16px;
  1004. height: 10px; }
  1005.  
  1006. .flag-de {
  1007. background-position: -208px -30px;
  1008. width: 16px;
  1009. height: 10px; }
  1010.  
  1011. .flag-dj {
  1012. background-position: -224px -30px;
  1013. width: 16px;
  1014. height: 10px; }
  1015.  
  1016. .flag-dk {
  1017. background-position: -240px -30px;
  1018. width: 16px;
  1019. height: 10px; }
  1020.  
  1021. .flag-dm {
  1022. background-position: -0px -40px;
  1023. width: 16px;
  1024. height: 10px; }
  1025.  
  1026. .flag-do {
  1027. background-position: -16px -40px;
  1028. width: 16px;
  1029. height: 10px; }
  1030.  
  1031. .flag-dz {
  1032. background-position: -32px -40px;
  1033. width: 16px;
  1034. height: 10px; }
  1035.  
  1036. .flag-ec {
  1037. background-position: -48px -40px;
  1038. width: 16px;
  1039. height: 10px; }
  1040.  
  1041. .flag-ee {
  1042. background-position: -64px -40px;
  1043. width: 16px;
  1044. height: 10px; }
  1045.  
  1046. .flag-eg {
  1047. background-position: -80px -40px;
  1048. width: 16px;
  1049. height: 10px; }
  1050.  
  1051. .flag-eh {
  1052. background-position: -96px -40px;
  1053. width: 16px;
  1054. height: 10px; }
  1055.  
  1056. .flag-en {
  1057. background-position: -112px -40px;
  1058. width: 16px;
  1059. height: 10px; }
  1060.  
  1061. .flag-er {
  1062. background-position: -128px -40px;
  1063. width: 16px;
  1064. height: 10px; }
  1065.  
  1066. .flag-es {
  1067. background-position: -144px -40px;
  1068. width: 16px;
  1069. height: 10px; }
  1070.  
  1071. .flag-et {
  1072. background-position: -160px -40px;
  1073. width: 16px;
  1074. height: 10px; }
  1075.  
  1076. .flag-eu {
  1077. background-position: -176px -40px;
  1078. width: 16px;
  1079. height: 10px; }
  1080.  
  1081. .flag-fi {
  1082. background-position: -192px -40px;
  1083. width: 16px;
  1084. height: 10px; }
  1085.  
  1086. .flag-fj {
  1087. background-position: -208px -40px;
  1088. width: 16px;
  1089. height: 10px; }
  1090.  
  1091. .flag-fk {
  1092. background-position: -224px -40px;
  1093. width: 16px;
  1094. height: 10px; }
  1095.  
  1096. .flag-fm {
  1097. background-position: -240px -40px;
  1098. width: 16px;
  1099. height: 10px; }
  1100.  
  1101. .flag-fo {
  1102. background-position: -0px -50px;
  1103. width: 16px;
  1104. height: 10px; }
  1105.  
  1106. .flag-fr {
  1107. background-position: -16px -50px;
  1108. width: 16px;
  1109. height: 10px; }
  1110.  
  1111. .flag-fx {
  1112. background-position: -32px -50px;
  1113. width: 16px;
  1114. height: 10px; }
  1115.  
  1116. .flag-ga {
  1117. background-position: -48px -50px;
  1118. width: 16px;
  1119. height: 10px; }
  1120.  
  1121. .flag-gb {
  1122. background-position: -64px -50px;
  1123. width: 16px;
  1124. height: 10px; }
  1125.  
  1126. .flag-gd {
  1127. background-position: -80px -50px;
  1128. width: 16px;
  1129. height: 10px; }
  1130.  
  1131. .flag-ge {
  1132. background-position: -96px -50px;
  1133. width: 16px;
  1134. height: 10px; }
  1135.  
  1136. .flag-gf {
  1137. background-position: -112px -50px;
  1138. width: 16px;
  1139. height: 10px; }
  1140.  
  1141. .flag-gg {
  1142. background-position: -128px -50px;
  1143. width: 16px;
  1144. height: 10px; }
  1145.  
  1146. .flag-gh {
  1147. background-position: -144px -50px;
  1148. width: 16px;
  1149. height: 10px; }
  1150.  
  1151. .flag-gi {
  1152. background-position: -160px -50px;
  1153. width: 16px;
  1154. height: 10px; }
  1155.  
  1156. .flag-gl {
  1157. background-position: -176px -50px;
  1158. width: 16px;
  1159. height: 10px; }
  1160.  
  1161. .flag-gm {
  1162. background-position: -192px -50px;
  1163. width: 16px;
  1164. height: 10px; }
  1165.  
  1166. .flag-gn {
  1167. background-position: -208px -50px;
  1168. width: 16px;
  1169. height: 10px; }
  1170.  
  1171. .flag-gp {
  1172. background-position: -224px -50px;
  1173. width: 16px;
  1174. height: 10px; }
  1175.  
  1176. .flag-gq {
  1177. background-position: -240px -50px;
  1178. width: 16px;
  1179. height: 10px; }
  1180.  
  1181. .flag-gr {
  1182. background-position: -0px -60px;
  1183. width: 16px;
  1184. height: 10px; }
  1185.  
  1186. .flag-gs {
  1187. background-position: -16px -60px;
  1188. width: 16px;
  1189. height: 10px; }
  1190.  
  1191. .flag-gt {
  1192. background-position: -32px -60px;
  1193. width: 16px;
  1194. height: 10px; }
  1195.  
  1196. .flag-gu {
  1197. background-position: -48px -60px;
  1198. width: 16px;
  1199. height: 10px; }
  1200.  
  1201. .flag-gw {
  1202. background-position: -64px -60px;
  1203. width: 16px;
  1204. height: 10px; }
  1205.  
  1206. .flag-gy {
  1207. background-position: -80px -60px;
  1208. width: 16px;
  1209. height: 10px; }
  1210.  
  1211. .flag-hk {
  1212. background-position: -96px -60px;
  1213. width: 16px;
  1214. height: 10px; }
  1215.  
  1216. .flag-hm {
  1217. background-position: -112px -60px;
  1218. width: 16px;
  1219. height: 10px; }
  1220.  
  1221. .flag-hn {
  1222. background-position: -128px -60px;
  1223. width: 16px;
  1224. height: 10px; }
  1225.  
  1226. .flag-hr {
  1227. background-position: -144px -60px;
  1228. width: 16px;
  1229. height: 10px; }
  1230.  
  1231. .flag-ht {
  1232. background-position: -160px -60px;
  1233. width: 16px;
  1234. height: 10px; }
  1235.  
  1236. .flag-hu {
  1237. background-position: -176px -60px;
  1238. width: 16px;
  1239. height: 10px; }
  1240.  
  1241. .flag-id {
  1242. background-position: -192px -60px;
  1243. width: 16px;
  1244. height: 10px; }
  1245.  
  1246. .flag-ie {
  1247. background-position: -208px -60px;
  1248. width: 16px;
  1249. height: 10px; }
  1250.  
  1251. .flag-il {
  1252. background-position: -224px -60px;
  1253. width: 16px;
  1254. height: 10px; }
  1255.  
  1256. .flag-im {
  1257. background-position: -240px -60px;
  1258. width: 16px;
  1259. height: 10px; }
  1260.  
  1261. .flag-in {
  1262. background-position: -0px -70px;
  1263. width: 16px;
  1264. height: 10px; }
  1265.  
  1266. .flag-io {
  1267. background-position: -16px -70px;
  1268. width: 16px;
  1269. height: 10px; }
  1270.  
  1271. .flag-iq {
  1272. background-position: -32px -70px;
  1273. width: 16px;
  1274. height: 10px; }
  1275.  
  1276. .flag-ir {
  1277. background-position: -48px -70px;
  1278. width: 16px;
  1279. height: 10px; }
  1280.  
  1281. .flag-is {
  1282. background-position: -64px -70px;
  1283. width: 16px;
  1284. height: 10px; }
  1285.  
  1286. .flag-it {
  1287. background-position: -80px -70px;
  1288. width: 16px;
  1289. height: 10px; }
  1290.  
  1291. .flag-je {
  1292. background-position: -96px -70px;
  1293. width: 16px;
  1294. height: 10px; }
  1295.  
  1296. .flag-jm {
  1297. background-position: -112px -70px;
  1298. width: 16px;
  1299. height: 10px; }
  1300.  
  1301. .flag-jo {
  1302. background-position: -128px -70px;
  1303. width: 16px;
  1304. height: 10px; }
  1305.  
  1306. .flag-jp {
  1307. background-position: -144px -70px;
  1308. width: 16px;
  1309. height: 10px; }
  1310.  
  1311. .flag-ke {
  1312. background-position: -160px -70px;
  1313. width: 16px;
  1314. height: 10px; }
  1315.  
  1316. .flag-kg {
  1317. background-position: -176px -70px;
  1318. width: 16px;
  1319. height: 10px; }
  1320.  
  1321. .flag-kh {
  1322. background-position: -192px -70px;
  1323. width: 16px;
  1324. height: 10px; }
  1325.  
  1326. .flag-ki {
  1327. background-position: -208px -70px;
  1328. width: 16px;
  1329. height: 10px; }
  1330.  
  1331. .flag-km {
  1332. background-position: -224px -70px;
  1333. width: 16px;
  1334. height: 10px; }
  1335.  
  1336. .flag-kn {
  1337. background-position: -240px -70px;
  1338. width: 16px;
  1339. height: 10px; }
  1340.  
  1341. .flag-kp {
  1342. background-position: -0px -80px;
  1343. width: 16px;
  1344. height: 10px; }
  1345.  
  1346. .flag-kr {
  1347. background-position: -16px -80px;
  1348. width: 16px;
  1349. height: 10px; }
  1350.  
  1351. .flag-kw {
  1352. background-position: -32px -80px;
  1353. width: 16px;
  1354. height: 10px; }
  1355.  
  1356. .flag-ky {
  1357. background-position: -48px -80px;
  1358. width: 16px;
  1359. height: 10px; }
  1360.  
  1361. .flag-kz {
  1362. background-position: -64px -80px;
  1363. width: 16px;
  1364. height: 10px; }
  1365.  
  1366. .flag-la {
  1367. background-position: -80px -80px;
  1368. width: 16px;
  1369. height: 10px; }
  1370.  
  1371. .flag-lb {
  1372. background-position: -96px -80px;
  1373. width: 16px;
  1374. height: 10px; }
  1375.  
  1376. .flag-lc {
  1377. background-position: -112px -80px;
  1378. width: 16px;
  1379. height: 10px; }
  1380.  
  1381. .flag-li {
  1382. background-position: -128px -80px;
  1383. width: 16px;
  1384. height: 10px; }
  1385.  
  1386. .flag-lk {
  1387. background-position: -144px -80px;
  1388. width: 16px;
  1389. height: 10px; }
  1390.  
  1391. .flag-lr {
  1392. background-position: -160px -80px;
  1393. width: 16px;
  1394. height: 10px; }
  1395.  
  1396. .flag-ls {
  1397. background-position: -176px -80px;
  1398. width: 16px;
  1399. height: 10px; }
  1400.  
  1401. .flag-lt {
  1402. background-position: -192px -80px;
  1403. width: 16px;
  1404. height: 10px; }
  1405.  
  1406. .flag-lu {
  1407. background-position: -208px -80px;
  1408. width: 16px;
  1409. height: 10px; }
  1410.  
  1411. .flag-lv {
  1412. background-position: -224px -80px;
  1413. width: 16px;
  1414. height: 10px; }
  1415.  
  1416. .flag-ly {
  1417. background-position: -240px -80px;
  1418. width: 16px;
  1419. height: 10px; }
  1420.  
  1421. .flag-ma {
  1422. background-position: -0px -90px;
  1423. width: 16px;
  1424. height: 10px; }
  1425.  
  1426. .flag-mc {
  1427. background-position: -16px -90px;
  1428. width: 16px;
  1429. height: 10px; }
  1430.  
  1431. .flag-md {
  1432. background-position: -32px -90px;
  1433. width: 16px;
  1434. height: 10px; }
  1435.  
  1436. .flag-me {
  1437. background-position: -48px -90px;
  1438. width: 16px;
  1439. height: 10px; }
  1440.  
  1441. .flag-mf {
  1442. background-position: -64px -90px;
  1443. width: 16px;
  1444. height: 10px; }
  1445.  
  1446. .flag-mg {
  1447. background-position: -80px -90px;
  1448. width: 16px;
  1449. height: 10px; }
  1450.  
  1451. .flag-mh {
  1452. background-position: -96px -90px;
  1453. width: 16px;
  1454. height: 10px; }
  1455.  
  1456. .flag-mk {
  1457. background-position: -112px -90px;
  1458. width: 16px;
  1459. height: 10px; }
  1460.  
  1461. .flag-ml {
  1462. background-position: -128px -90px;
  1463. width: 16px;
  1464. height: 10px; }
  1465.  
  1466. .flag-mm {
  1467. background-position: -144px -90px;
  1468. width: 16px;
  1469. height: 10px; }
  1470.  
  1471. .flag-mn {
  1472. background-position: -160px -90px;
  1473. width: 16px;
  1474. height: 10px; }
  1475.  
  1476. .flag-mo {
  1477. background-position: -176px -90px;
  1478. width: 16px;
  1479. height: 10px; }
  1480.  
  1481. .flag-mp {
  1482. background-position: -192px -90px;
  1483. width: 16px;
  1484. height: 10px; }
  1485.  
  1486. .flag-mq {
  1487. background-position: -208px -90px;
  1488. width: 16px;
  1489. height: 10px; }
  1490.  
  1491. .flag-mr {
  1492. background-position: -224px -90px;
  1493. width: 16px;
  1494. height: 10px; }
  1495.  
  1496. .flag-ms {
  1497. background-position: -240px -90px;
  1498. width: 16px;
  1499. height: 10px; }
  1500.  
  1501. .flag-mt {
  1502. background-position: -0px -100px;
  1503. width: 16px;
  1504. height: 10px; }
  1505.  
  1506. .flag-mu {
  1507. background-position: -16px -100px;
  1508. width: 16px;
  1509. height: 10px; }
  1510.  
  1511. .flag-mv {
  1512. background-position: -32px -100px;
  1513. width: 16px;
  1514. height: 10px; }
  1515.  
  1516. .flag-mw {
  1517. background-position: -48px -100px;
  1518. width: 16px;
  1519. height: 10px; }
  1520.  
  1521. .flag-mx {
  1522. background-position: -64px -100px;
  1523. width: 16px;
  1524. height: 10px; }
  1525.  
  1526. .flag-my {
  1527. background-position: -80px -100px;
  1528. width: 16px;
  1529. height: 10px; }
  1530.  
  1531. .flag-mz {
  1532. background-position: -96px -100px;
  1533. width: 16px;
  1534. height: 10px; }
  1535.  
  1536. .flag-na {
  1537. background-position: -112px -100px;
  1538. width: 16px;
  1539. height: 10px; }
  1540.  
  1541. .flag-nc {
  1542. background-position: -128px -100px;
  1543. width: 16px;
  1544. height: 10px; }
  1545.  
  1546. .flag-ne {
  1547. background-position: -144px -100px;
  1548. width: 16px;
  1549. height: 10px; }
  1550.  
  1551. .flag-nf {
  1552. background-position: -160px -100px;
  1553. width: 16px;
  1554. height: 10px; }
  1555.  
  1556. .flag-ng {
  1557. background-position: -176px -100px;
  1558. width: 16px;
  1559. height: 10px; }
  1560.  
  1561. .flag-ni {
  1562. background-position: -192px -100px;
  1563. width: 16px;
  1564. height: 10px; }
  1565.  
  1566. .flag-nl {
  1567. background-position: -208px -100px;
  1568. width: 16px;
  1569. height: 10px; }
  1570.  
  1571. .flag-no {
  1572. background-position: -224px -100px;
  1573. width: 16px;
  1574. height: 10px; }
  1575.  
  1576. .flag-np {
  1577. background-position: -240px -100px;
  1578. width: 16px;
  1579. height: 10px; }
  1580.  
  1581. .flag-nr {
  1582. background-position: -0px -110px;
  1583. width: 16px;
  1584. height: 10px; }
  1585.  
  1586. .flag-nu {
  1587. background-position: -16px -110px;
  1588. width: 16px;
  1589. height: 10px; }
  1590.  
  1591. .flag-nz {
  1592. background-position: -32px -110px;
  1593. width: 16px;
  1594. height: 10px; }
  1595.  
  1596. .flag-om {
  1597. background-position: -48px -110px;
  1598. width: 16px;
  1599. height: 10px; }
  1600.  
  1601. .flag-pa {
  1602. background-position: -64px -110px;
  1603. width: 16px;
  1604. height: 10px; }
  1605.  
  1606. .flag-pe {
  1607. background-position: -80px -110px;
  1608. width: 16px;
  1609. height: 10px; }
  1610.  
  1611. .flag-pf {
  1612. background-position: -96px -110px;
  1613. width: 16px;
  1614. height: 10px; }
  1615.  
  1616. .flag-pg {
  1617. background-position: -112px -110px;
  1618. width: 16px;
  1619. height: 10px; }
  1620.  
  1621. .flag-ph {
  1622. background-position: -128px -110px;
  1623. width: 16px;
  1624. height: 10px; }
  1625.  
  1626. .flag-pk {
  1627. background-position: -144px -110px;
  1628. width: 16px;
  1629. height: 10px; }
  1630.  
  1631. .flag-pl {
  1632. background-position: -160px -110px;
  1633. width: 16px;
  1634. height: 10px; }
  1635.  
  1636. .flag-pm {
  1637. background-position: -176px -110px;
  1638. width: 16px;
  1639. height: 10px; }
  1640.  
  1641. .flag-pn {
  1642. background-position: -192px -110px;
  1643. width: 16px;
  1644. height: 10px; }
  1645.  
  1646. .flag-pr {
  1647. background-position: -208px -110px;
  1648. width: 16px;
  1649. height: 10px; }
  1650.  
  1651. .flag-ps {
  1652. background-position: -224px -110px;
  1653. width: 16px;
  1654. height: 10px; }
  1655.  
  1656. .flag-pt {
  1657. background-position: -240px -110px;
  1658. width: 16px;
  1659. height: 10px; }
  1660.  
  1661. .flag-pw {
  1662. background-position: -0px -120px;
  1663. width: 16px;
  1664. height: 10px; }
  1665.  
  1666. .flag-py {
  1667. background-position: -16px -120px;
  1668. width: 16px;
  1669. height: 10px; }
  1670.  
  1671. .flag-qa {
  1672. background-position: -32px -120px;
  1673. width: 16px;
  1674. height: 10px; }
  1675.  
  1676. .flag-qu {
  1677. background-position: -48px -120px;
  1678. width: 16px;
  1679. height: 10px; }
  1680.  
  1681. .flag-rb {
  1682. background-position: -64px -120px;
  1683. width: 16px;
  1684. height: 10px; }
  1685.  
  1686. .flag-re {
  1687. background-position: -80px -120px;
  1688. width: 16px;
  1689. height: 10px; }
  1690.  
  1691. .flag-ro {
  1692. background-position: -96px -120px;
  1693. width: 16px;
  1694. height: 10px; }
  1695.  
  1696. .flag-rs {
  1697. background-position: -112px -120px;
  1698. width: 16px;
  1699. height: 10px; }
  1700.  
  1701. .flag-ru {
  1702. background-position: -128px -120px;
  1703. width: 16px;
  1704. height: 10px; }
  1705.  
  1706. .flag-rw {
  1707. background-position: -144px -120px;
  1708. width: 16px;
  1709. height: 10px; }
  1710.  
  1711. .flag-sa {
  1712. background-position: -160px -120px;
  1713. width: 16px;
  1714. height: 10px; }
  1715.  
  1716. .flag-sb {
  1717. background-position: -176px -120px;
  1718. width: 16px;
  1719. height: 10px; }
  1720.  
  1721. .flag-sc {
  1722. background-position: -192px -120px;
  1723. width: 16px;
  1724. height: 10px; }
  1725.  
  1726. .flag-sd {
  1727. background-position: -208px -120px;
  1728. width: 16px;
  1729. height: 10px; }
  1730.  
  1731. .flag-se {
  1732. background-position: -224px -120px;
  1733. width: 16px;
  1734. height: 10px; }
  1735.  
  1736. .flag-sg {
  1737. background-position: -240px -120px;
  1738. width: 16px;
  1739. height: 10px; }
  1740.  
  1741. .flag-sh {
  1742. background-position: -0px -130px;
  1743. width: 16px;
  1744. height: 10px; }
  1745.  
  1746. .flag-si {
  1747. background-position: -16px -130px;
  1748. width: 16px;
  1749. height: 10px; }
  1750.  
  1751. .flag-sj {
  1752. background-position: -32px -130px;
  1753. width: 16px;
  1754. height: 10px; }
  1755.  
  1756. .flag-sk {
  1757. background-position: -48px -130px;
  1758. width: 16px;
  1759. height: 10px; }
  1760.  
  1761. .flag-sl {
  1762. background-position: -64px -130px;
  1763. width: 16px;
  1764. height: 10px; }
  1765.  
  1766. .flag-sm {
  1767. background-position: -80px -130px;
  1768. width: 16px;
  1769. height: 10px; }
  1770.  
  1771. .flag-sn {
  1772. background-position: -96px -130px;
  1773. width: 16px;
  1774. height: 10px; }
  1775.  
  1776. .flag-so {
  1777. background-position: -112px -130px;
  1778. width: 16px;
  1779. height: 10px; }
  1780.  
  1781. .flag-sr {
  1782. background-position: -128px -130px;
  1783. width: 16px;
  1784. height: 10px; }
  1785.  
  1786. .flag-ss {
  1787. background-position: -144px -130px;
  1788. width: 16px;
  1789. height: 10px; }
  1790.  
  1791. .flag-st {
  1792. background-position: -160px -130px;
  1793. width: 16px;
  1794. height: 10px; }
  1795.  
  1796. .flag-su {
  1797. background-position: -176px -130px;
  1798. width: 16px;
  1799. height: 10px; }
  1800.  
  1801. .flag-sv {
  1802. background-position: -192px -130px;
  1803. width: 16px;
  1804. height: 10px; }
  1805.  
  1806. .flag-sx {
  1807. background-position: -208px -130px;
  1808. width: 16px;
  1809. height: 10px; }
  1810.  
  1811. .flag-sy {
  1812. background-position: -224px -130px;
  1813. width: 16px;
  1814. height: 10px; }
  1815.  
  1816. .flag-sz {
  1817. background-position: -240px -130px;
  1818. width: 16px;
  1819. height: 10px; }
  1820.  
  1821. .flag-tc {
  1822. background-position: -0px -140px;
  1823. width: 16px;
  1824. height: 10px; }
  1825.  
  1826. .flag-td {
  1827. background-position: -16px -140px;
  1828. width: 16px;
  1829. height: 10px; }
  1830.  
  1831. .flag-tf {
  1832. background-position: -32px -140px;
  1833. width: 16px;
  1834. height: 10px; }
  1835.  
  1836. .flag-tg {
  1837. background-position: -48px -140px;
  1838. width: 16px;
  1839. height: 10px; }
  1840.  
  1841. .flag-th {
  1842. background-position: -64px -140px;
  1843. width: 16px;
  1844. height: 10px; }
  1845.  
  1846. .flag-tj {
  1847. background-position: -80px -140px;
  1848. width: 16px;
  1849. height: 10px; }
  1850.  
  1851. .flag-tk {
  1852. background-position: -96px -140px;
  1853. width: 16px;
  1854. height: 10px; }
  1855.  
  1856. .flag-tl {
  1857. background-position: -112px -140px;
  1858. width: 16px;
  1859. height: 10px; }
  1860.  
  1861. .flag-tm {
  1862. background-position: -128px -140px;
  1863. width: 16px;
  1864. height: 10px; }
  1865.  
  1866. .flag-tn {
  1867. background-position: -144px -140px;
  1868. width: 16px;
  1869. height: 10px; }
  1870.  
  1871. .flag-to {
  1872. background-position: -160px -140px;
  1873. width: 16px;
  1874. height: 10px; }
  1875.  
  1876. .flag-tp {
  1877. background-position: -176px -140px;
  1878. width: 16px;
  1879. height: 10px; }
  1880.  
  1881. .flag-tr {
  1882. background-position: -192px -140px;
  1883. width: 16px;
  1884. height: 10px; }
  1885.  
  1886. .flag-tt {
  1887. background-position: -208px -140px;
  1888. width: 16px;
  1889. height: 10px; }
  1890.  
  1891. .flag-tv {
  1892. background-position: -224px -140px;
  1893. width: 16px;
  1894. height: 10px; }
  1895.  
  1896. .flag-tw {
  1897. background-position: -240px -140px;
  1898. width: 16px;
  1899. height: 10px; }
  1900.  
  1901. .flag-tz {
  1902. background-position: -0px -150px;
  1903. width: 16px;
  1904. height: 10px; }
  1905.  
  1906. .flag-ua {
  1907. background-position: -16px -150px;
  1908. width: 16px;
  1909. height: 10px; }
  1910.  
  1911. .flag-ug {
  1912. background-position: -32px -150px;
  1913. width: 16px;
  1914. height: 10px; }
  1915.  
  1916. .flag-uk {
  1917. background-position: -48px -150px;
  1918. width: 16px;
  1919. height: 10px; }
  1920.  
  1921. .flag-um {
  1922. background-position: -64px -150px;
  1923. width: 16px;
  1924. height: 10px; }
  1925.  
  1926. .flag-un {
  1927. background-position: -80px -150px;
  1928. width: 16px;
  1929. height: 10px; }
  1930.  
  1931. .flag-us {
  1932. background-position: -96px -150px;
  1933. width: 16px;
  1934. height: 10px; }
  1935.  
  1936. .flag-uy {
  1937. background-position: -112px -150px;
  1938. width: 16px;
  1939. height: 10px; }
  1940.  
  1941. .flag-uz {
  1942. background-position: -128px -150px;
  1943. width: 16px;
  1944. height: 10px; }
  1945.  
  1946. .flag-va {
  1947. background-position: -144px -150px;
  1948. width: 16px;
  1949. height: 10px; }
  1950.  
  1951. .flag-vc {
  1952. background-position: -160px -150px;
  1953. width: 16px;
  1954. height: 10px; }
  1955.  
  1956. .flag-ve {
  1957. background-position: -176px -150px;
  1958. width: 16px;
  1959. height: 10px; }
  1960.  
  1961. .flag-vg {
  1962. background-position: -192px -150px;
  1963. width: 16px;
  1964. height: 10px; }
  1965.  
  1966. .flag-vi {
  1967. background-position: -208px -150px;
  1968. width: 16px;
  1969. height: 10px; }
  1970.  
  1971. .flag-vn {
  1972. background-position: -224px -150px;
  1973. width: 16px;
  1974. height: 10px; }
  1975.  
  1976. .flag-vu {
  1977. background-position: -240px -150px;
  1978. width: 16px;
  1979. height: 10px; }
  1980.  
  1981. .flag-wa {
  1982. background-position: -0px -160px;
  1983. width: 16px;
  1984. height: 10px; }
  1985.  
  1986. .flag-wf {
  1987. background-position: -16px -160px;
  1988. width: 16px;
  1989. height: 10px; }
  1990.  
  1991. .flag-ws {
  1992. background-position: -32px -160px;
  1993. width: 16px;
  1994. height: 10px; }
  1995.  
  1996. .flag-xx {
  1997. background-position: -48px -160px;
  1998. width: 16px;
  1999. height: 10px; }
  2000.  
  2001. .flag-ye {
  2002. background-position: -64px -160px;
  2003. width: 16px;
  2004. height: 10px; }
  2005.  
  2006. .flag-yt {
  2007. background-position: -80px -160px;
  2008. width: 16px;
  2009. height: 10px; }
  2010.  
  2011. .flag-yu {
  2012. background-position: -96px -160px;
  2013. width: 16px;
  2014. height: 10px; }
  2015.  
  2016. .flag-za {
  2017. background-position: -112px -160px;
  2018. width: 16px;
  2019. height: 10px; }
  2020.  
  2021. .flag-zm {
  2022. background-position: -128px -160px;
  2023. width: 16px;
  2024. height: 10px; }
  2025.  
  2026. .flag-zr {
  2027. background-position: -144px -160px;
  2028. width: 16px;
  2029. height: 10px; }
  2030.  
  2031. .flag-zw {
  2032. background-position: -160px -160px;
  2033. width: 16px;
  2034. height: 10px; }
  2035.  
  2036. .form-section {
  2037. font-size: 21px;
  2038. margin-bottom: 15px;
  2039. margin-top: 30px; }
  2040.  
  2041. .form-label {
  2042. font-weight: 700;
  2043. color: #666;
  2044. font-size: 12px;
  2045. margin-bottom: 8px;
  2046. display: block; }
  2047.  
  2048. .form-hint {
  2049. font-weight: 400;
  2050. position: relative;
  2051. color: #888;
  2052. margin-bottom: 8px;
  2053. margin-top: -3px;
  2054. font-size: 11px; }
  2055.  
  2056. .form-radios-container {
  2057. margin-bottom: 15px;
  2058. overflow: hidden; }
  2059.  
  2060. .form-label-radio {
  2061. border: 1px solid #ccc;
  2062. border-radius: 2px;
  2063. color: #888;
  2064. display: inline-block;
  2065. height: 30px;
  2066. line-height: 28px;
  2067. padding: 0 8px;
  2068. overflow: hidden; }
  2069.  
  2070. input[type="radio"] {
  2071. display: none; }
  2072.  
  2073. input[type="radio"]:checked + label {
  2074. background: #34363D;
  2075. border: 1px solid #b4b4b4;
  2076. color: #bcbcbc; }
  2077.  
  2078. input[type="text"], input[type="search"], select, textarea {
  2079. display: block;
  2080. margin-bottom: 15px;
  2081. padding: 0 10px;
  2082. height: 40px;
  2083. line-height: 40px;
  2084. border: 0;
  2085. box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  2086. font-size: 12px;
  2087. width: 38%;
  2088. background: #34363D;
  2089. color: #bcbcbc;
  2090. border: 0 solid #b4b4b4;
  2091. border-radius: 0;
  2092. box-sizing: border-box; }
  2093.  
  2094. select {
  2095. padding: 0 6px; }
  2096.  
  2097. input:focus, select:focus, textarea:focus {
  2098. outline: 0;
  2099. color: #bcbcbc;
  2100. background: #414245;
  2101. border: 0 solid #85b6e0; }
  2102.  
  2103. input[type="checkbox"] {
  2104. width: 16px;
  2105. height: 16px; }
  2106.  
  2107. input[type="submit"] {
  2108. margin-top: 15px;
  2109. display: block; }
  2110.  
  2111. input[type="submit"]:focus {
  2112. outline: 0; }
  2113.  
  2114. textarea {
  2115. color: #bcbcbc;
  2116. padding: 12px 10px;
  2117. font-size: 13px;
  2118. height: 250px;
  2119. width: 100%;
  2120. max-width: 100%;
  2121. line-height: 1.5em;
  2122. margin: 0; }
  2123.  
  2124. html {
  2125. overflow-y: scroll; }
  2126.  
  2127. html, body {
  2128. font-family: Arial, sans-serif;
  2129. font-weight: 400;
  2130. font-size: 11px;
  2131. color: #bcbcbc;
  2132. background: #232529;
  2133. min-width: 1198px;
  2134. height: 100%;
  2135. display: flex;
  2136. flex-direction: column; }
  2137.  
  2138. .reg-activation-notice {
  2139. text-align: center;
  2140. color: #fff;
  2141. padding: 5px 0;
  2142. font-size: 11px;
  2143. background: #122E45;
  2144. z-index: 15;
  2145. position: relative;
  2146. min-width: 1198px; }
  2147.  
  2148. .reg-activation-notice.mod-rejected {
  2149. background: #451214; }
  2150.  
  2151. .reg-activation-notice-inner {
  2152. margin: 0 auto; }
  2153.  
  2154. .header {
  2155. -webkit-user-select: none;
  2156. -moz-user-select: none;
  2157. -ms-user-select: none;
  2158. user-select: none;
  2159. min-width: 1198px;
  2160. background: #232529;
  2161. box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  2162. border-bottom: 1px solid #2f3237;
  2163. flex: none; }
  2164.  
  2165. .header-banner {
  2166. width: 1198px;
  2167. margin: 0 auto; }
  2168.  
  2169. .header-banner-inner {
  2170. display: flex;
  2171. align-items: center;
  2172. justify-content: center;
  2173. height: 110px;
  2174. width: 758px;
  2175. margin-left: 220px; }
  2176.  
  2177. .header-logo {
  2178. width: 246px;
  2179. height: 44px;
  2180. background: url(/img/tf/logo.png); }
  2181.  
  2182. .header-nav-container {
  2183. border-top: 1px solid #42464d;
  2184. background: #34363d; }
  2185.  
  2186. .header-nav-container-inner {
  2187. width: 1198px;
  2188. margin: 0 auto; }
  2189.  
  2190. .header-nav {
  2191. height: 40px;
  2192. margin-left: 220px;
  2193. position: relative;
  2194. width: 758px;
  2195. position: relative;
  2196. padding-left: 3px; }
  2197.  
  2198. .header-nav-item-wrapper {
  2199. position: relative;
  2200. float: left;
  2201. margin-right: 3px; }
  2202.  
  2203. .header-nav-item-wrapper:before {
  2204. content: '';
  2205. position: absolute;
  2206. top: -1px;
  2207. left: -3px;
  2208. height: 41px;
  2209. width: 3px;
  2210. background: url(/img/ow/navdiv.png); }
  2211.  
  2212. .header-nav-item-wrapper.mod-last:after {
  2213. content: '';
  2214. position: absolute;
  2215. top: -1px;
  2216. right: -3px;
  2217. height: 41px;
  2218. width: 3px;
  2219. background: url(/img/ow/navdiv.png); }
  2220.  
  2221. .header-nav-item-wrapper.mod-user {
  2222. float: right; }
  2223.  
  2224. .header-nav-item {
  2225. display: block;
  2226. height: 40px;
  2227. line-height: 40px;
  2228. padding: 0 12px;
  2229. font-weight: 300;
  2230. font-size: 12px;
  2231. color: #f4f4f4 !important;
  2232. position: relative;
  2233. z-index: 3;
  2234. text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  2235. font-weight: 400; }
  2236.  
  2237. .header-nav-item i {
  2238. font-size: 14px; }
  2239.  
  2240. .header-nav-item.mod-solo i {
  2241. margin: 0; }
  2242.  
  2243. .header-nav-item.mod-login i {
  2244. margin-left: 4px; }
  2245.  
  2246. .header-nav-item.mod-active:after {
  2247. content: '';
  2248. position: absolute;
  2249. bottom: -1px;
  2250. left: -1px;
  2251. width: calc(100% + 2px);
  2252. height: 3px;
  2253. border-bottom: 3px solid #85b6e0 !important; }
  2254.  
  2255. .header-nav-item:hover:after {
  2256. content: '';
  2257. position: absolute;
  2258. bottom: -1px;
  2259. left: -1px;
  2260. width: calc(100% + 2px);
  2261. height: 3px;
  2262. border-bottom: 3px solid #fff; }
  2263.  
  2264. .header-user-login {
  2265. color: #fff !important;
  2266. float: right;
  2267. display: block;
  2268. border-radius: 3px;
  2269. font-size: 12px;
  2270. font-weight: 500;
  2271. height: 32px;
  2272. line-height: 32px;
  2273. padding: 0 14px;
  2274. padding-bottom: 30px;
  2275. margin-top: 9px;
  2276. background: #ddad64;
  2277. box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.3);
  2278. position: relative; }
  2279.  
  2280. .header-user-login:hover {
  2281. background: #e2b879; }
  2282.  
  2283. .header-user-login:after {
  2284. border: 1px solid #e2b879;
  2285. border-top: 1px solid #e5c18a;
  2286. content: '';
  2287. position: absolute;
  2288. width: 100%;
  2289. height: 100%;
  2290. top: 0;
  2291. left: 0;
  2292. border-radius: 3px; }
  2293.  
  2294. .header-user-login i {
  2295. margin-left: 4px;
  2296. font-size: 14px;
  2297. vertical-align: -1px; }
  2298.  
  2299. .header-user-login:active {
  2300. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5) !important; }
  2301.  
  2302. .header-user-login:active:after {
  2303. border: 0; }
  2304.  
  2305. #inbox-count {
  2306. position: absolute;
  2307. top: 12px;
  2308. left: 20px;
  2309. border-radius: 2px;
  2310. border: 1px solid #34393D; }
  2311.  
  2312. #inbox-count-inner {
  2313. border-radius: 2px;
  2314. background: #C54446;
  2315. background: #7db237;
  2316. background: #9CC052;
  2317. background: #82a53b;
  2318. line-height: 10px;
  2319. font-size: 9px;
  2320. padding: 0px 2px;
  2321. padding-top: 1px;
  2322. color: #fff; }
  2323.  
  2324. #inbox-full {
  2325. position: absolute;
  2326. font-size: 12px !important;
  2327. top: 9px;
  2328. left: 20px;
  2329. color: #FFF94D !important; }
  2330.  
  2331. #user-actions {
  2332. cursor: pointer; }
  2333.  
  2334. .darr {
  2335. background: url(/img/icons/misc/darr_w.png) no-repeat 3px 2px;
  2336. width: 10px;
  2337. height: 8px;
  2338. display: inline-block;
  2339. margin-left: 2px; }
  2340.  
  2341. #user-actions:hover, #user-actions.clicked {
  2342. color: #fff; }
  2343.  
  2344. #user-menu {
  2345. display: none;
  2346. background: #383B42;
  2347. box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  2348. border: 1px solid #34373d;
  2349. top: 58px;
  2350. right: -3px;
  2351. position: absolute;
  2352. padding: 8px 0;
  2353. width: 175px;
  2354. text-shadow: none;
  2355. border-bottom-left-radius: 2px;
  2356. border-bottom-right-radius: 2px;
  2357. border-radius: 2px;
  2358. z-index: 10; }
  2359.  
  2360. #user-menu:before {
  2361. content: "";
  2362. position: absolute;
  2363. height: 8px;
  2364. width: 8px;
  2365. top: -5px;
  2366. right: 15px;
  2367. border-radius: 2px;
  2368. background: #383B42;
  2369. border: 1px solid #34373d;
  2370. -ms-transform: rotate(45deg);
  2371. -webkit-transform: rotate(45deg);
  2372. transform: rotate(45deg); }
  2373.  
  2374. #user-menu:after {
  2375. content: "";
  2376. position: absolute;
  2377. height: 10px;
  2378. width: 20px;
  2379. top: -0px;
  2380. right: 10px;
  2381. background: #383B42; }
  2382.  
  2383. #user-menu a {
  2384. padding: 0 12px;
  2385. color: #eee;
  2386. display: block;
  2387. line-height: 30px;
  2388. height-height: 30px;
  2389. font-size: 13px;
  2390. z-index: 3;
  2391. position: relative; }
  2392.  
  2393. #user-menu a:hover {
  2394. background: #eee;
  2395. color: #333; }
  2396.  
  2397. #user-menu a.logout:hover {
  2398. background: #CB5759;
  2399. color: #fff; }
  2400.  
  2401. #user-menu div {
  2402. border-top: 1px solid #575F66;
  2403. margin: 8px 0; }
  2404.  
  2405. #user-login {
  2406. padding-left: 0; }
  2407.  
  2408. #user-login .fa {
  2409. font-size: 20px;
  2410. margin-right: 8px;
  2411. margin-left: 1px;
  2412. float: left; }
  2413.  
  2414. #wrapper {
  2415. overflow: hidden;
  2416. width: 1198px;
  2417. position: relative;
  2418. padding: 0 15px;
  2419. padding-top: 17px;
  2420. padding-bottom: 60px;
  2421. margin: 0 auto;
  2422. flex: 1 0 auto; }
  2423.  
  2424. #content {
  2425. background: #232529;
  2426. border-radius: 1px;
  2427. border-top: 1px solid #232529;
  2428. border-left: 1px solid #232529;
  2429. border-right: 1px solid #232529;
  2430. border-bottom: 1px solid #232529;
  2431. background-clip: padding-box;
  2432. float: right;
  2433. position: relative;
  2434. border-radius: 0px;
  2435. margin-right: 15px;
  2436. padding: 15px;
  2437. width: 758px;
  2438. min-height: 1160px; }
  2439.  
  2440. #sidebar-left {
  2441. float: left;
  2442. position: relative;
  2443. width: 190px; }
  2444.  
  2445. #sidebar-right {
  2446. float: right;
  2447. position: relative;
  2448. width: 190px; }
  2449.  
  2450. .module {
  2451. color: #bcbcbc;
  2452. background: #232529;
  2453. border-radius: 0;
  2454. border-top: 1px solid #34363D;
  2455. border-left: 1px solid #34363D;
  2456. border-right: 1px solid #34363D;
  2457. border-bottom: 1px solid #34363D;
  2458. background-clip: padding-box;
  2459. margin-bottom: 3px; }
  2460.  
  2461. .module-filter-menu {
  2462. color: #bcbcbc;
  2463. border-bottom: 1px solid #aaa;
  2464. background: #232529;
  2465. box-shadow: 0 1px 1px rgba(0,0,0,.05);
  2466. padding: 0 8px;
  2467. display: none;
  2468. }
  2469.  
  2470. .module-header {
  2471. display: block;
  2472. padding: 0 12px;
  2473. padding-top: 1px;
  2474. border-bottom: 1px solid #aaa;
  2475. box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  2476. text-align: center;
  2477. text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  2478. font-weight: bold;
  2479. font-size: 9px;
  2480. height: 35px;
  2481. line-height: 35px;
  2482. text-transform: uppercase;
  2483. background: #34363D;
  2484. color: #fff !important;
  2485. z-index: 2;
  2486. position: relative;
  2487. border-radius: 0 0 0 0;
  2488. box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  2489. border-bottom: 1px solid #b4b4b4; }
  2490.  
  2491. .module-header:hover {
  2492. background: #414245;
  2493. border-bottom: 1px solid #bbb; }
  2494.  
  2495. .module-item {
  2496. overflow: hidden;
  2497. display: block;
  2498. border-bottom: 1px solid #34363D;
  2499. padding: 7px 8px;
  2500. line-height: 15px;
  2501. font-size: 11px; }
  2502.  
  2503. .module-item.mod-divider {
  2504. border-bottom: 1px solid #aaa; }
  2505.  
  2506. .module-item.mod-featured {
  2507. background: #232529; }
  2508.  
  2509. .module-item:hover {
  2510. background: #414245; }
  2511.  
  2512. .module-item.mod-last {
  2513. border: 0;
  2514. padding-bottom: 8px;
  2515. border-radius: 0 0 0 0; }
  2516.  
  2517. .module-item.mod-hide {
  2518. display: none; }
  2519.  
  2520. .module-item-icon {
  2521. float: left;
  2522. width: 13px;
  2523. height: 13px;
  2524. display: block;
  2525. margin-right: 6px; }
  2526.  
  2527. .module-item-icon.mod-got {
  2528. background: url(/img/icons/gt.png); }
  2529.  
  2530. .module-item-icon.mod-tf2 {
  2531. background: url(/img/icons/tf.png); }
  2532.  
  2533. .module-item-icon.mod-ow-feat {
  2534. background: url("/img/ow/icons/stream-feat.png"); }
  2535.  
  2536. .module-item-icon.dota2 {
  2537. background: url(/img/icons/dota.png); }
  2538.  
  2539. .module-item-icon.tf2 {
  2540. background: url(/img/icons/tf.png); }
  2541.  
  2542. .module-item-icon.heavy {
  2543. background: url(/img/base/heavy.png); }
  2544.  
  2545. .module-item-icon.got {
  2546. background: url(/img/icons/gt.png); }
  2547.  
  2548. .module-item-icon.tfs {
  2549. background: url(/img/icons/tfs.png); }
  2550.  
  2551. .module-item-icon.mod-ow {
  2552. background: url(/img/ow/icons/stream-reg.png);
  2553. width: 14px;
  2554. height: 14px; }
  2555.  
  2556. .module-item-icon.mod-csgo {
  2557. background: url(/img/icons/csgo.png); }
  2558.  
  2559. .module-item-icon.mod-dota2 {
  2560. background: url(/img/icons/dota.png); }
  2561.  
  2562. .module-item-status {
  2563. float: left;
  2564. width: 6px;
  2565. height: 6px;
  2566. background: #aaa;
  2567. border-radius: 20px;
  2568. display: inline-block;
  2569. margin-top: 3px;
  2570. margin-right: 5px; }
  2571.  
  2572. .module-item-status.mod-upcoming {
  2573. background: #669ECC; }
  2574.  
  2575. .module-item-status.mod-live {
  2576. background: #7AB87E; }
  2577.  
  2578. .module-item-vod {
  2579. float: left;
  2580. margin-right: 6px;
  2581. margin-left: 1px;
  2582. color: #aaa;
  2583. margin-top: 1px;
  2584. font-size: 12px; }
  2585.  
  2586. .module-item-flag {
  2587. float: left;
  2588. margin-right: 6px;
  2589. margin-left: 1px;
  2590. margin-top: 2px; }
  2591.  
  2592. .module-item-title {
  2593. float: left;
  2594. width: 125px;
  2595. color: #bcbcbc;
  2596. overflow: hidden;
  2597. white-space: nowrap;
  2598. text-overflow: ellipsis;
  2599. display: inline-block; }
  2600.  
  2601. .module-item-title.mod-light {
  2602. color: #bcbcbc; }
  2603.  
  2604. .module-item-title.mod-count-digits-2 {
  2605. width: 120px; }
  2606.  
  2607. .module-item-title.mod-count-digits-3 {
  2608. width: 115px; }
  2609.  
  2610. .module-item-title.mod-count-digits-4 {
  2611. width: 110px; }
  2612.  
  2613. .module-item-title.mod-count-digits-5 {
  2614. width: 105px; }
  2615.  
  2616. .module-item-title.mod-count-digits-6 {
  2617. width: 100px; }
  2618.  
  2619. .module-item-title.mod-count-digits-7 {
  2620. width: 95px; }
  2621.  
  2622. .module-item-title.mod-count-digits-8 {
  2623. width: 90px; }
  2624.  
  2625. .module-item-title.mod-unread {
  2626. color: #0c6d97; }
  2627.  
  2628. .module-item-title-sub {
  2629. color: #bcbcbc;
  2630. font-weight: 100;
  2631. margin-right: 3px; }
  2632.  
  2633. .module-item-title.mod-event {
  2634. width: 120px; }
  2635.  
  2636. .module-item-title.mod-short {
  2637. width: 90px; }
  2638.  
  2639. .module-item-title.mod-completed {
  2640. color: #bcbcbc; }
  2641.  
  2642. .module-item-title-eta {
  2643. font-weight: bold; }
  2644.  
  2645. .module-item-title-eta.mod-upcoming {
  2646. color: #fff; }
  2647.  
  2648. .module-item-title-eta.mod-live {
  2649. color: #0ec11f; }
  2650.  
  2651. .module-item-count {
  2652. float: right;
  2653. color: #888; }
  2654.  
  2655. .module-item-unread-count {
  2656. display: inline-block;
  2657. background: #578e5b;
  2658. background: #af625a;
  2659. color: #f2f2f2;
  2660. border-radius: 2px;
  2661. padding: 0px 2px;
  2662. font-weight: normal;
  2663. float: right;
  2664. margin-left: 3px;
  2665. margin-right: -2px;
  2666. position: relative; }
  2667.  
  2668. .stream {
  2669. position: relative; }
  2670.  
  2671. .footer {
  2672. border-top: 1px solid #212427;
  2673. background: #282C2F;
  2674. box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  2675. min-width: 1198px;
  2676. flex: none; }
  2677.  
  2678. .footer-inner {
  2679. width: 758px;
  2680. margin: 0 auto;
  2681. font-size: 11px;
  2682. line-height: 40px;
  2683. overflow: hidden;
  2684. color: #aaa; }
  2685.  
  2686. .footer a:hover {
  2687. text-decoration: underline; }
  2688.  
  2689. .footer-inner-left {
  2690. float: left; }
  2691.  
  2692. .footer-inner-left span {
  2693. margin-left: 2px;
  2694. word-spacing: 1px; }
  2695.  
  2696. .footer-site-link {
  2697. font-size: 12px;
  2698. color: #bbb !important; }
  2699.  
  2700. .footer-inner-right {
  2701. float: right; }
  2702.  
  2703. .social-link {
  2704. margin-left: 5px; }
  2705.  
  2706. .social-link .fa {
  2707. font-size: 14px; }
  2708.  
  2709. .social-link a {
  2710. color: #bbb !important; }
  2711.  
  2712. #ft-twitter .fa {
  2713. vertical-align: -1px;
  2714. color: #55acee; }
  2715.  
  2716. #ft-discord img {
  2717. vertical-align: -5px; }
  2718.  
  2719. #ft-facebook .fa {
  2720. vertical-align: -1px;
  2721. color: #4B6EB9; }
  2722.  
  2723. #ft-youtube .fa {
  2724. vertical-align: -1px;
  2725. color: #E73238; }
  2726.  
  2727. #ft-twitch .fa {
  2728. vertical-align: -2px;
  2729. color: #B9A3E3; }
  2730.  
  2731. .bau {
  2732. margin: 0 auto;
  2733. margin-top: -30px;
  2734. margin-bottom: 30px;
  2735. box-sizing: content-box;
  2736. background: rgba(0, 0, 0, 0.15);
  2737. padding: 5px;
  2738. width: 726px;
  2739. height: 88px;
  2740. min-height: 88px;
  2741. border-radius: 3px;
  2742. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  2743. position: relative;
  2744. z-index: 5; }
  2745.  
  2746. .bau-inner {
  2747. width: 726px;
  2748. height: 88px;
  2749. overflow: hidden; }
  2750.  
  2751. .bau-inner-inner {
  2752. margin-top: -1px;
  2753. margin-left: -1px; }
  2754.  
  2755. .sau {
  2756. margin: 0 auto;
  2757. margin-top: 15px;
  2758. box-sizing: content-box;
  2759. background: rgba(0, 0, 0, 0.15);
  2760. padding: 5px;
  2761. width: 158px;
  2762. height: 598px;
  2763. border-radius: 3px;
  2764. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5); }
  2765.  
  2766. .sau-inner {
  2767. width: 158px;
  2768. height: 598px;
  2769. overflow: hidden; }
  2770.  
  2771. .sau-inner-inner {
  2772. margin-top: -1px;
  2773. margin-left: -1px; }
  2774.  
  2775. #post-editor {
  2776. border: 1px solid #b4b4b4;
  2777. background: #34363D;
  2778. position: relative;
  2779. margin-top: 15px;
  2780. border-radius: 0px; }
  2781.  
  2782. #post-editor.is-focused {
  2783. background: #34363D;
  2784. border: 1px solid #85b6e0; }
  2785.  
  2786. #post-editor:after {
  2787. position: absolute;
  2788. content: '';
  2789. width: 100%;
  2790. height: 100%;
  2791. top: 0;
  2792. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06); }
  2793.  
  2794. #post-editor-header {
  2795. background: #34363D;
  2796. padding: 4px;
  2797. color: #fff;
  2798. position: relative; }
  2799.  
  2800. .post-editor-header-action {
  2801. display: inline-block;
  2802. border: 1px solid transparent;
  2803. font-size: 12px;
  2804. padding: 6px 6px;
  2805. position: relative;
  2806. z-index: 2;
  2807. cursor: default; }
  2808.  
  2809. .post-editor-header-action.hover {
  2810. border: 1px solid #bbb;
  2811. border-radius: 0px;
  2812. box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.2);
  2813. color: #fff; }
  2814.  
  2815. .post-editor-header-action.active {
  2816. border: 1px solid #bbb;
  2817. border-radius: 2px;
  2818. box-shadow: inset 0 0.5px 1px rgba(0, 0, 0, 0.2);
  2819. color: #000;
  2820. background: #eee; }
  2821.  
  2822. #post-editor-header.disabled .post-editor-header-action {
  2823. z-index: 0;
  2824. color: #ccc; }
  2825.  
  2826. .post-editor-header-div {
  2827. display: inline-block;
  2828. width: 1px;
  2829. height: 18px;
  2830. background: #ccc;
  2831. vertical-align: -4px;
  2832. margin: 0 5px; }
  2833.  
  2834. #post-editor-header-preview, #post-editor-header-edit {
  2835. display: inline-block;
  2836. float: right;
  2837. cursor: pointer;
  2838. position: absolute;
  2839. right: 5px;
  2840. top: 5px;
  2841. z-index: 2;
  2842. height: 11px;
  2843. line-height: 11px;
  2844. padding: 6px 8px;
  2845. background: #232529;
  2846. background: -webkit-linear-gradient(top, #232529 0%, #232529 100%);
  2847. background: -moz-linear-gradient(top, #232529 0%, #232529 100%);
  2848. background: -o-linear-gradient(top, #232529 0%, #232529 100%);
  2849. background: linear-gradient(top, #232529 0%, #232529 100%);
  2850. border: 0px solid #999;
  2851. border-radius: 0;
  2852. font-weight: normal; }
  2853.  
  2854. #post-editor-header-edit {
  2855. display: none; }
  2856.  
  2857. #post-editor-header-preview i {
  2858. font-size: 14px;
  2859. margin-left: 4px; }
  2860.  
  2861. #post-editor-text {
  2862. background: #232529;
  2863. color: #fff;
  2864. position: relative;
  2865. z-index: 2;
  2866. border: 0;
  2867. white-space: pre-wrap;
  2868. font-family: Arial, sans-serif; }
  2869.  
  2870. #post-loading {
  2871. height: 250px;
  2872. display: none;
  2873. text-align: center;
  2874. background: #fcfcfc; }
  2875.  
  2876. #post-loading i {
  2877. font-size: 32px;
  2878. margin-top: 95px;
  2879. color: #aaa; }
  2880.  
  2881. #post-preview {
  2882. min-height: 250px;
  2883. display: none;
  2884. padding: 5px 20px;
  2885. box-sizing: border-box; }
  2886.  
  2887. #search-bar-container {
  2888. display: inline-block;
  2889. position: relative;
  2890. margin-right: 1px; }
  2891.  
  2892. #search-bar {
  2893. font-size: 13px;
  2894. display: inline-block;
  2895. padding: 0 6px;
  2896. padding-left: 32px;
  2897. color: #555;
  2898. width: 200px;
  2899. height: 40px; }
  2900.  
  2901. #search-submit {
  2902. position: absolute;
  2903. left: 6px;
  2904. top: 11px;
  2905. background: none;
  2906. border: 0;
  2907. cursor: pointer; }
  2908.  
  2909. #search-submit:focus {
  2910. outline: 0; }
  2911.  
  2912. #search-submit i {
  2913. font-size: 14px;
  2914. color: #ccc; }
  2915.  
  2916. #search-bar:focus + #search-submit i {
  2917. color: #aaa; }
  2918.  
  2919. #thread-list {
  2920. clear: both;
  2921. padding: 0px 0;
  2922. margin-bottom: 15px;
  2923. z-index: 2;
  2924. position: relative;
  2925. border-top: 1px solid #aaa;
  2926. border-bottom: 1px solid #aaa; }
  2927.  
  2928. .block {
  2929. float: left; }
  2930.  
  2931. .blockr {
  2932. float: right; }
  2933.  
  2934. .thread {
  2935. overflow: hidden;
  2936. height: 41px;
  2937. color: #888; }
  2938.  
  2939. .thread.read {
  2940. background: #e1e1e1; }
  2941.  
  2942. .thread-inner {
  2943. border-top: 1px dashed #aaa; }
  2944.  
  2945. .thread a:hover {
  2946. text-decoration: underline; }
  2947.  
  2948. .thread.first .thread-inner {
  2949. border: 0; }
  2950.  
  2951. .block.expand {
  2952. padding: 15px;
  2953. padding-top: 13px;
  2954. width: 3px;
  2955. margin-left: -15px;
  2956. font-size: 11px;
  2957. text-align: center;
  2958. cursor: pointer; }
  2959.  
  2960. .block.expand.disabled {
  2961. cursor: auto; }
  2962.  
  2963. .block.expand i {
  2964. font-size: 14px;
  2965. color: #aaa; }
  2966.  
  2967. .block.expand.disabled i {
  2968. color: #ddd; }
  2969.  
  2970. .block.count {
  2971. width: 20px;
  2972. text-align: center;
  2973. font-weight: bold;
  2974. font-size: 12px;
  2975. margin-top: 10px; }
  2976.  
  2977. .block.frag {
  2978. width: 28px;
  2979. padding-right: 8px;
  2980. margin-left: -6px;
  2981. line-height: 16px;
  2982. text-align: center;
  2983. margin-top: 1px; }
  2984.  
  2985. .block.frag i {
  2986. font-size: 28px;
  2987. color: #bbb; }
  2988.  
  2989. .block.frag .plus-frag {
  2990. height: 10px;
  2991. width: 12px;
  2992. overflow: hidden;
  2993. display: inline-block;
  2994. cursor: pointer; }
  2995.  
  2996. .plus-frag.clicked i {
  2997. color: #CB5759;
  2998. color: #abbc8a;
  2999. color: #426a8a;
  3000. color: #6c936f; }
  3001.  
  3002. .block.frag .minus-frag {
  3003. height: 10px;
  3004. width: 12px;
  3005. overflow: hidden;
  3006. position: relative;
  3007. display: inline-block;
  3008. cursor: pointer; }
  3009.  
  3010. .minus-frag.clicked i {
  3011. color: #666;
  3012. color: #c38383;
  3013. color: #b38080; }
  3014.  
  3015. .block.frag .minus-frag i {
  3016. top: -16px;
  3017. left: 0;
  3018. position: absolute; }
  3019.  
  3020. .block.frag .frag-count {
  3021. margin-top: -4px;
  3022. margin-bottom: -3px;
  3023. font-size: 12px;
  3024. font-weight: bold;
  3025. display: block;
  3026. color: #999; }
  3027.  
  3028. .block.frag .frag-count.negative {
  3029. margin-left: -4px; }
  3030.  
  3031. .block.frag.plused .frag-count {
  3032. color: #6c936f; }
  3033.  
  3034. .block.frag.minused .frag-count {
  3035. color: #b38080; }
  3036.  
  3037. .block.main {
  3038. margin-top: 7px;
  3039. width: 405px; }
  3040.  
  3041. .block.main .title {
  3042. font-size: 12px;
  3043. font-weight: bold;
  3044. max-width: 380px;
  3045. overflow: hidden;
  3046. white-space: nowrap;
  3047. text-overflow: ellipsis;
  3048. display: inline-block;
  3049. float: left;
  3050. padding-bottom: 3px; }
  3051.  
  3052. .block.main .tag {
  3053. float: left;
  3054. color: #fff;
  3055. text-transform: capitalize;
  3056. font-size: 11px;
  3057. line-height: 15px;
  3058. padding: 0 4px;
  3059. border-radius: 2px;
  3060. margin-right: 4px;
  3061. margin-top: -1px; }
  3062.  
  3063. .tag.stickied {
  3064. background: #5489b6; }
  3065.  
  3066. .tag.locked {
  3067. background: #aaa; }
  3068.  
  3069. .block.main .description {
  3070. clear: both; }
  3071.  
  3072. .blockr.pages {
  3073. border-right: 1px dashed #aaa;
  3074. border-left: 1px dashed #aaa;
  3075. padding: 5px 9px;
  3076. width: 138px;
  3077. line-height: 15px; }
  3078.  
  3079. .blockr.pages .post-count {
  3080. font-weight: bold;
  3081. margin-left: 3px;
  3082. color: #333; }
  3083.  
  3084. .blockr.pages .unread-count {
  3085. color: #f2f2f2;
  3086. background: #af625a;
  3087. margin-left: 1px;
  3088. padding: 0 2px;
  3089. line-height: 13px;
  3090. border-radius: 2px;
  3091. display: inline-block;
  3092. font-weight: bold; }
  3093.  
  3094. .blockr.pages .thread-pages-hidden {
  3095. display: none; }
  3096.  
  3097. .blockr.last-info {
  3098. float: right;
  3099. text-align: right;
  3100. line-height: 15px;
  3101. margin-top: 5px;
  3102. overflow: hidden;
  3103. white-space: nowrap;
  3104. text-overflow: ellipsis;
  3105. width: 120px;
  3106. padding-left: 8px;
  3107. font-size: 11px; }
  3108.  
  3109. .blockr.last-link {
  3110. float: right;
  3111. padding-left: 10px;
  3112. margin-top: 15px; }
  3113.  
  3114. .blockr.last-link .fa {
  3115. color: #aaa;
  3116. font-size: 16px; }
  3117.  
  3118. .preview {
  3119. display: none;
  3120. font-size: 13px;
  3121. line-height: 17px;
  3122. color: #666;
  3123. margin-left: 46px;
  3124. margin-top: -10px;
  3125. padding-bottom: 4px;
  3126. padding-right: 12px;
  3127. clear: both; }
  3128.  
  3129. .thread-header {
  3130. overflow: hidden;
  3131. margin: 15px 15px; }
  3132.  
  3133. .thread-header-title {
  3134. font-weight: bold;
  3135. font-size: 26px;
  3136. letter-spacing: -.5px;
  3137. color: #bcbcbc; }
  3138.  
  3139. .thread-header-desc {
  3140. font-size: 12px;
  3141. color: #888;
  3142. margin-top: 3px; }
  3143.  
  3144. .thread-header-desc a {
  3145. font-weight: 700; }
  3146.  
  3147. .btn.modify-thread {
  3148. float: left; }
  3149.  
  3150. a.thread-modify-btn {
  3151. padding: 6px 9px;
  3152. padding-left: 24px;
  3153. border-radius: 2px;
  3154. display: inline-block;
  3155. box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.2);
  3156. cursor: pointer;
  3157. color: #6d853d;
  3158. background: #e4ecd5;
  3159. border: 1px solid #94b257;
  3160. float: left;
  3161. margin-left: 7px;
  3162. margin-top: 4px;
  3163. position: relative; }
  3164.  
  3165. a.thread-modify-btn:hover {
  3166. text-decoration: none;
  3167. color: #6d853d;
  3168. background: #f3f8e7;
  3169. border: 1px solid #94b257;
  3170. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  3171.  
  3172. .thread-modify-btn i {
  3173. font-size: 14px;
  3174. position: absolute;
  3175. left: 9px;
  3176. top: 4px; }
  3177.  
  3178. #post-form {
  3179. min-height: 282px;
  3180. margin-top: 15px; }
  3181.  
  3182. #post-form-header {
  3183. padding: 0 0px;
  3184. padding-right: 0;
  3185. border-bottom: 1px solid #bbb; }
  3186.  
  3187. #post-form-header .tab {
  3188. display: inline-block;
  3189. font-size: 11px;
  3190. padding: 10px 12px;
  3191. margin-bottom: -1px;
  3192. cursor: pointer;
  3193. color: #888; }
  3194.  
  3195. #post-form-header .tab.active {
  3196. border: 1px solid #aaa;
  3197. border-bottom: 0;
  3198. border-top-left-radius: 2px;
  3199. border-top-right-radius: 2px;
  3200. color: #666;
  3201. background: #f2f2f2;
  3202. font-weight: bold; }
  3203.  
  3204. #post-form-header .tab.disabled {
  3205. cursor: auto; }
  3206.  
  3207. #post-form-loading {
  3208. display: none;
  3209. text-align: center;
  3210. margin-top: 110px;
  3211. font-size: 28px;
  3212. color: #aaa; }
  3213.  
  3214. #post-form-preview {
  3215. display: none; }
  3216.  
  3217. #preview-hint {
  3218. display: none;
  3219. color: #c41c1c; }
  3220.  
  3221. #post-form-header a {
  3222. display: inline-block;
  3223. padding: 10px 0px;
  3224. margin-left: 15px;
  3225. margin-bottom: -1px;
  3226. float: right; }
  3227.  
  3228. #post-form-header a i {
  3229. color: #888;
  3230. margin-right: 2px; }
  3231.  
  3232. #post-notice {
  3233. padding-top: 5px;
  3234. padding-left: 2px;
  3235. color: #888; }
  3236.  
  3237. #post-notice .fa {
  3238. color: #C20404;
  3239. font-size: 13px;
  3240. margin-right: 3px; }
  3241.  
  3242. #thread-container {
  3243. margin-bottom: 15px;
  3244. border: 1px solid #34363D;
  3245. border-radius: 0px;
  3246. border-bottom: 0; }
  3247.  
  3248. .post-anchor {
  3249. width: 100%;
  3250. top: -41px;
  3251. height: 0;
  3252. position: absolute; }
  3253.  
  3254. .post {
  3255. position: relative;
  3256. border-bottom: 1px solid #414245;
  3257. border-radius: 0;
  3258. }
  3259.  
  3260. .post-header {
  3261. color: #666;
  3262. overflow: hidden;
  3263. font-size: 11px;
  3264. background: #34363D;
  3265. background: -webkit-linear-gradient(top, #34363D 0%, #34363D 100%);
  3266. padding: 7px 20px;
  3267. padding-top: 9px;
  3268. height: 29px; }
  3269.  
  3270. .post-num {
  3271. font-weight: 100;
  3272. color: #fff;
  3273. display: inline-block;
  3274. margin-right: 7px;
  3275. float: left; }
  3276.  
  3277. .post-country {
  3278. margin-right: 7px;
  3279. float: left;
  3280. margin-top: 0px; }
  3281.  
  3282. a.post-author {
  3283. font-weight: 100;
  3284. color: #fff;
  3285. padding-right: 7px;
  3286. float: left;
  3287. display: inline-block; }
  3288.  
  3289. a.post-author:hover {
  3290. text-decoration: underline; }
  3291.  
  3292. .post-user-label {
  3293. font-size: 11px;
  3294. background: #666;
  3295. color: #eee;
  3296. border-radius: 2px;
  3297. padding: 1px 3px;
  3298. margin-left: -5px;
  3299. margin-right: 8px;
  3300. margin-top: -1px;
  3301. float: left;
  3302. display: inline-block; }
  3303.  
  3304. .group-plus {
  3305. color: #007099 !important; }
  3306.  
  3307. .group-twitch {
  3308. color: #6441a5 !important; }
  3309.  
  3310. .post-action, a.post-action {
  3311. display: inline-block;
  3312. float: left;
  3313. cursor: pointer;
  3314. color: #888; }
  3315.  
  3316. .post-action:hover {
  3317. color: #007099; }
  3318.  
  3319. .post-action.restore {
  3320. color: #CB5759; }
  3321.  
  3322. .post-action-div {
  3323. padding: 0 6px;
  3324. color: #aaa;
  3325. display: inline-block;
  3326. margin-top: 1px;
  3327. float: left; }
  3328.  
  3329. .post-frag-container {
  3330. float: right; }
  3331.  
  3332. .post-frag-container.self {
  3333. display: none; }
  3334.  
  3335. .post-frag-count.positive {
  3336. color: #dc4749;
  3337. font-weight: bold; }
  3338.  
  3339. .post-frag-count.negative {
  3340. color: #888;
  3341. font-weight: bold; }
  3342.  
  3343. .post-frag-btn {
  3344. display: inline-block;
  3345. padding: 6px 4px;
  3346. margin-top: -6px;
  3347. float: right;
  3348. cursor: pointer;
  3349. position: relative; }
  3350.  
  3351. .post-frag-btn.plus {
  3352. padding-left: 6px; }
  3353.  
  3354. .post-frag-btn.minus {
  3355. margin-right: -4px;
  3356. margin-top: -7px; }
  3357.  
  3358. .post-frag-btn.plus.clicked {
  3359. color: #CB5759; }
  3360.  
  3361. .post-frag-btn.minus.clicked {
  3362. color: #5885A2; }
  3363.  
  3364. .post-frag-btn.plus.clicked:before {
  3365. width: 11px;
  3366. height: 2px;
  3367. background: #CB5759;
  3368. content: '';
  3369. position: absolute;
  3370. top: -3px;
  3371. left: 4px; }
  3372.  
  3373. .post-frag-btn.minus.clicked:before {
  3374. width: 11px;
  3375. height: 2px;
  3376. background: #5885A2;
  3377. content: '';
  3378. position: absolute;
  3379. top: -2px;
  3380. left: 2px; }
  3381.  
  3382. .post-body {
  3383. font-size: 13px;
  3384. padding: 0px 20px;
  3385. padding-top: 2px;
  3386. min-height: 42px;
  3387. line-height: 17px;
  3388. word-wrap: break-word;
  3389. overflow: hidden;
  3390. color: #bcbcbc;
  3391. -webkit-font-smoothing: antialiased; }
  3392.  
  3393. /* block elements */
  3394. .post-body p {
  3395. margin: 12px 0; }
  3396.  
  3397. .post-body ul {
  3398. list-style-type: disc;
  3399. list-style-position: outside;
  3400. margin: 6px 15px;
  3401. padding-left: 1.5em; }
  3402.  
  3403. .post-body > ul {
  3404. margin: 12px 15px; }
  3405.  
  3406. .post-body ol {
  3407. list-style-type: decimal;
  3408. margin: 12px 15px;
  3409. margin-top: 6px;
  3410. margin-bottom: 6px;
  3411. padding-left: 1.5em; }
  3412.  
  3413. .post-body > ol {
  3414. margin: 12px 15px; }
  3415.  
  3416. .post-body li {
  3417. padding-left: .5em;
  3418. margin-bottom: 3px; }
  3419.  
  3420. .post-body q {
  3421. display: block;
  3422. border: 1px dashed #888;
  3423. background: #414245;
  3424. color: #bcbcbc;
  3425. padding: 8px 10px;
  3426. font-size: 11px;
  3427. position: relative;
  3428. margin: 12px 0; }
  3429.  
  3430. .post-body .quote-attr {
  3431. font-size: 10px;
  3432. color: #0289ba;
  3433. font-weight: bold;
  3434. display: block;
  3435. margin-top: -2px;
  3436. margin-bottom: 2px; }
  3437.  
  3438. .post-body pre {
  3439. margin: 12px 0; }
  3440.  
  3441. .post-body code {
  3442. display: block;
  3443. border: 1px dotted #888;
  3444. background: #ddd;
  3445. color: #000000;
  3446. padding: 8px 10px;
  3447. font-size: 11px;
  3448. font-family: monospace;
  3449. line-height: 1.3;
  3450. white-space: pre-wrap; }
  3451.  
  3452. /* inline elements */
  3453. .post-body b, strong {
  3454. font-weight: 700; }
  3455.  
  3456. .post-body em {
  3457. font-style: italic; }
  3458.  
  3459. .post-body u {
  3460. text-decoration: underline; }
  3461.  
  3462. .post-body s {
  3463. text-decoration: line-through; }
  3464.  
  3465. .post-body a {
  3466. text-decoration: underline; }
  3467.  
  3468. .post-body-h1 {
  3469. font-size: 18px; }
  3470.  
  3471. .post-body img {
  3472. display: block;
  3473. max-width: 100%;
  3474. margin: 12px 0; }
  3475.  
  3476. .post-body .yt-player {
  3477. display: block;
  3478. width: 100%;
  3479. height: 348px;
  3480. margin: 12px 0; }
  3481.  
  3482. .post-body .spoiler-wrapper {
  3483. margin: 12px 0; }
  3484.  
  3485. .post-body .spoiler i {
  3486. margin-right: 3px; }
  3487.  
  3488. .post-body .spoiler-content {
  3489. display: none;
  3490. margin: 12px 0; }
  3491.  
  3492. .ff-red {
  3493. color: #A43234; }
  3494.  
  3495. .ff-green {
  3496. color: #387556; }
  3497.  
  3498. .ff-blue {
  3499. color: #105B87; }
  3500.  
  3501. .ff-size-16 {
  3502. font-size: 16px; }
  3503.  
  3504. .ff-size-14 {
  3505. font-size: 14px; }
  3506.  
  3507. .ff-size-12 {
  3508. font-size: 12px; }
  3509.  
  3510. .ff-size-11 {
  3511. font-size: 11px; }
  3512.  
  3513. .ff-size-10 {
  3514. font-size: 10px; }
  3515.  
  3516. .post-body-hidden {
  3517. display: none; }
  3518.  
  3519. .post-edit {
  3520. color: #CB5759; }
  3521.  
  3522. .post-footer {
  3523. font-size: 11px;
  3524. margin: 0 20px;
  3525. line-height: 26px;
  3526. padding-bottom: 2px;
  3527. color: #888;
  3528. overflow: hidden;
  3529. border-top: 1px solid #ccc; }
  3530.  
  3531. .star-container {
  3532. display: inline-block;
  3533. float: left; }
  3534.  
  3535. .star-0 {
  3536. display: inline-block;
  3537. height: 11px;
  3538. width: 12px;
  3539. background: url(/img/icons/stars/ns/nerdstar-4.gif) no-repeat; }
  3540.  
  3541. .star-1 {
  3542. display: inline-block;
  3543. height: 11px;
  3544. width: 12px;
  3545. background: url(/img/icons/stars/ns/nerdstar-3.gif) no-repeat; }
  3546.  
  3547. .star-2 {
  3548. display: inline-block;
  3549. height: 11px;
  3550. width: 12px;
  3551. background: url(/img/icons/stars/ns/nerdstar-2.gif) no-repeat; }
  3552.  
  3553. .star-3 {
  3554. display: inline-block;
  3555. height: 11px;
  3556. width: 12px;
  3557. background: url(/img/icons/stars/ns/nerdstar-1.gif) no-repeat; }
  3558.  
  3559. #bb-btns {
  3560. border: 1px solid #666;
  3561. border-bottom: 0px;
  3562. background: #DADCDD;
  3563. overflow: hidden;
  3564. margin-bottom: -1px; }
  3565.  
  3566. #bb-btns button {
  3567. min-width: 40px;
  3568. margin: 0px;
  3569. margin-right: 6px;
  3570. margin-bottom: -1px;
  3571. display: block;
  3572. float: left;
  3573. padding: 9px;
  3574. padding-bottom: 10px;
  3575. cursor: pointer;
  3576. font-size: 11px;
  3577. font-weight: bold;
  3578. color: #444;
  3579. background: none;
  3580. border: 0;
  3581. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  3582.  
  3583. #bb-btns button:hover, #input-submit:hover {
  3584. background: #eee; }
  3585.  
  3586. #input-submit {
  3587. margin: 0 auto;
  3588. margin-top: 5px;
  3589. display: block;
  3590. border-bottom: 1px solid #666;
  3591. border-radius: 1px;
  3592. padding-top: 5px;
  3593. padding-bottom: 6px;
  3594. background: #ddd;
  3595. background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
  3596. background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
  3597. background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
  3598. background: -ms-linear-gradient(top, #eee 0%, #ccc 100%); }
  3599.  
  3600. #post-anchor textarea {
  3601. width: 100%;
  3602. min-height: 200px; }
  3603.  
  3604. #post-form-block {
  3605. padding: 6px 0;
  3606. text-align: center;
  3607. color: #888;
  3608. margin: 30px 0;
  3609. display: block;
  3610. font-size: 12px; }
  3611.  
  3612. #post-form-block img {
  3613. vertical-align: -11px;
  3614. margin-right: 5px; }
  3615.  
  3616. /* post form */
  3617. #follow-rules {
  3618. padding-left: 4px;
  3619. font-size: 11px; }
  3620.  
  3621. #follow-rules input {
  3622. margin-left: 0;
  3623. vertical-align: -2px; }
  3624.  
  3625. #follow-rules a {
  3626. color: #007099;
  3627. text-decoration: underline; }
  3628.  
  3629. .forum-group-header {
  3630. font-weight: bold;
  3631. font-size: 17px;
  3632. margin-left: 17px;
  3633. color: #444;
  3634. text-transform: none; }
  3635.  
  3636. .forum-header {
  3637. font-size: 9.5px;
  3638. color: #777;
  3639. padding-bottom: 4px;
  3640. text-transform: uppercase;
  3641. border-bottom: 1px solid #aaa;
  3642. overflow: hidden; }
  3643.  
  3644. .forum-header span {
  3645. display: inline-block; }
  3646.  
  3647. .forum-container {
  3648. overflow: hidden;
  3649. margin: 0 -15px;
  3650. padding: 0 15px;
  3651. margin-top: 15px; }
  3652.  
  3653. .subforum {
  3654. overflow: hidden;
  3655. color: #888;
  3656. font-size: 11px;
  3657. border-top: 1px dashed #aaa;
  3658. height: 41px;
  3659. margin: 0 -2px;
  3660. padding: 0 2px; }
  3661.  
  3662. .subforum.first {
  3663. border: 0; }
  3664.  
  3665. .block {
  3666. float: left; }
  3667.  
  3668. .blockr {
  3669. float: right; }
  3670.  
  3671. .block.sub {
  3672. margin-right: 20px; }
  3673.  
  3674. .block.sub .sub-btn {
  3675. margin-top: 12px; }
  3676.  
  3677. .block.main {
  3678. width: 400px;
  3679. margin-top: 9px; }
  3680.  
  3681. .subforum-title {
  3682. font-size: 12px;
  3683. font-weight: bold;
  3684. display: inline-block;
  3685. margin-bottom: 3px; }
  3686.  
  3687. .blockr.last-info {
  3688. float: right;
  3689. text-align: right;
  3690. line-height: 16px;
  3691. margin-top: 7px;
  3692. overflow: hidden;
  3693. white-space: nowrap;
  3694. text-overflow: ellipsis;
  3695. width: 100px; }
  3696.  
  3697. .blockr.last-link {
  3698. float: right;
  3699. padding-left: 12px;
  3700. padding-right: 5px;
  3701. margin-top: 15px; }
  3702.  
  3703. .blockr.last-link .fa {
  3704. color: #aaa;
  3705. font-size: 16px; }
  3706.  
  3707. .blockr.post-count {
  3708. font-size: 12px;
  3709. width: 60px;
  3710. text-align: right;
  3711. margin-top: 17px; }
  3712.  
  3713. .blockr.thread-count {
  3714. font-size: 12px;
  3715. width: 50px;
  3716. text-align: right;
  3717. margin-top: 17px; }
  3718.  
  3719. /*!
  3720. * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
  3721. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  3722. */
  3723. /* FONT PATH
  3724. * -------------------------- */
  3725. @font-face {
  3726. font-family: 'FontAwesome';
  3727. src: url("/font/fontawesome-webfont.eot?v=4.2.0");
  3728. src: url("/font/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("/font/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("/font/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("/font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  3729. font-weight: normal;
  3730. font-style: normal; }
  3731. .fa {
  3732. display: inline-block;
  3733. font: normal normal normal 14px/1 FontAwesome;
  3734. font-size: inherit;
  3735. text-rendering: auto;
  3736. -webkit-font-smoothing: antialiased;
  3737. -moz-osx-font-smoothing: grayscale; }
  3738.  
  3739. /* makes the font 33% larger relative to the icon container */
  3740. .fa-lg {
  3741. font-size: 1.33333333em;
  3742. line-height: 0.75em;
  3743. vertical-align: -15%; }
  3744.  
  3745. .fa-2x {
  3746. font-size: 2em; }
  3747.  
  3748. .fa-3x {
  3749. font-size: 3em; }
  3750.  
  3751. .fa-4x {
  3752. font-size: 4em; }
  3753.  
  3754. .fa-5x {
  3755. font-size: 5em; }
  3756.  
  3757. .fa-fw {
  3758. width: 1.28571429em;
  3759. text-align: center; }
  3760.  
  3761. .fa-ul {
  3762. padding-left: 0;
  3763. margin-left: 2.14285714em;
  3764. list-style-type: none; }
  3765.  
  3766. .fa-ul > li {
  3767. position: relative; }
  3768.  
  3769. .fa-li {
  3770. position: absolute;
  3771. left: -2.14285714em;
  3772. width: 2.14285714em;
  3773. top: 0.14285714em;
  3774. text-align: center; }
  3775.  
  3776. .fa-li.fa-lg {
  3777. left: -1.85714286em; }
  3778.  
  3779. .fa-border {
  3780. padding: .2em .25em .15em;
  3781. border: solid 0.08em #eeeeee;
  3782. border-radius: .1em; }
  3783.  
  3784. .pull-right {
  3785. float: right; }
  3786.  
  3787. .pull-left {
  3788. float: left; }
  3789.  
  3790. .fa.pull-left {
  3791. margin-right: .3em; }
  3792.  
  3793. .fa.pull-right {
  3794. margin-left: .3em; }
  3795.  
  3796. .fa-spin {
  3797. -webkit-animation: fa-spin 2s infinite linear;
  3798. animation: fa-spin 2s infinite linear; }
  3799.  
  3800. @-webkit-keyframes fa-spin {
  3801. 0% {
  3802. -webkit-transform: rotate(0deg);
  3803. transform: rotate(0deg); }
  3804. 100% {
  3805. -webkit-transform: rotate(359deg);
  3806. transform: rotate(359deg); } }
  3807. @keyframes fa-spin {
  3808. 0% {
  3809. -webkit-transform: rotate(0deg);
  3810. transform: rotate(0deg); }
  3811. 100% {
  3812. -webkit-transform: rotate(359deg);
  3813. transform: rotate(359deg); } }
  3814. .fa-rotate-90 {
  3815. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  3816. -webkit-transform: rotate(90deg);
  3817. -ms-transform: rotate(90deg);
  3818. transform: rotate(90deg); }
  3819.  
  3820. .fa-rotate-180 {
  3821. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  3822. -webkit-transform: rotate(180deg);
  3823. -ms-transform: rotate(180deg);
  3824. transform: rotate(180deg); }
  3825.  
  3826. .fa-rotate-270 {
  3827. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  3828. -webkit-transform: rotate(270deg);
  3829. -ms-transform: rotate(270deg);
  3830. transform: rotate(270deg); }
  3831.  
  3832. .fa-flip-horizontal {
  3833. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  3834. -webkit-transform: scale(-1, 1);
  3835. -ms-transform: scale(-1, 1);
  3836. transform: scale(-1, 1); }
  3837.  
  3838. .fa-flip-vertical {
  3839. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  3840. -webkit-transform: scale(1, -1);
  3841. -ms-transform: scale(1, -1);
  3842. transform: scale(1, -1); }
  3843.  
  3844. :root .fa-rotate-90,
  3845. :root .fa-rotate-180,
  3846. :root .fa-rotate-270,
  3847. :root .fa-flip-horizontal,
  3848. :root .fa-flip-vertical {
  3849. filter: none; }
  3850.  
  3851. .fa-stack {
  3852. position: relative;
  3853. display: inline-block;
  3854. width: 2em;
  3855. height: 2em;
  3856. line-height: 2em;
  3857. vertical-align: middle; }
  3858.  
  3859. .fa-stack-1x,
  3860. .fa-stack-2x {
  3861. position: absolute;
  3862. left: 0;
  3863. width: 100%;
  3864. text-align: center; }
  3865.  
  3866. .fa-stack-1x {
  3867. line-height: inherit; }
  3868.  
  3869. .fa-stack-2x {
  3870. font-size: 2em; }
  3871.  
  3872. .fa-inverse {
  3873. color: #ffffff; }
  3874.  
  3875. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  3876. readers do not read off random characters that represent icons */
  3877. .fa-glass:before {
  3878. content: "\f000"; }
  3879.  
  3880. .fa-music:before {
  3881. content: "\f001"; }
  3882.  
  3883. .fa-search:before {
  3884. content: "\f002"; }
  3885.  
  3886. .fa-envelope-o:before {
  3887. content: "\f003"; }
  3888.  
  3889. .fa-heart:before {
  3890. content: "\f004"; }
  3891.  
  3892. .fa-star:before {
  3893. content: "\f005"; }
  3894.  
  3895. .fa-star-o:before {
  3896. content: "\f006"; }
  3897.  
  3898. .fa-user:before {
  3899. content: "\f007"; }
  3900.  
  3901. .fa-film:before {
  3902. content: "\f008"; }
  3903.  
  3904. .fa-th-large:before {
  3905. content: "\f009"; }
  3906.  
  3907. .fa-th:before {
  3908. content: "\f00a"; }
  3909.  
  3910. .fa-th-list:before {
  3911. content: "\f00b"; }
  3912.  
  3913. .fa-check:before {
  3914. content: "\f00c"; }
  3915.  
  3916. .fa-remove:before,
  3917. .fa-close:before,
  3918. .fa-times:before {
  3919. content: "\f00d"; }
  3920.  
  3921. .fa-search-plus:before {
  3922. content: "\f00e"; }
  3923.  
  3924. .fa-search-minus:before {
  3925. content: "\f010"; }
  3926.  
  3927. .fa-power-off:before {
  3928. content: "\f011"; }
  3929.  
  3930. .fa-signal:before {
  3931. content: "\f012"; }
  3932.  
  3933. .fa-gear:before,
  3934. .fa-cog:before {
  3935. content: "\f013"; }
  3936.  
  3937. .fa-trash-o:before {
  3938. content: "\f014"; }
  3939.  
  3940. .fa-home:before {
  3941. content: "\f015"; }
  3942.  
  3943. .fa-file-o:before {
  3944. content: "\f016"; }
  3945.  
  3946. .fa-clock-o:before {
  3947. content: "\f017"; }
  3948.  
  3949. .fa-road:before {
  3950. content: "\f018"; }
  3951.  
  3952. .fa-download:before {
  3953. content: "\f019"; }
  3954.  
  3955. .fa-arrow-circle-o-down:before {
  3956. content: "\f01a"; }
  3957.  
  3958. .fa-arrow-circle-o-up:before {
  3959. content: "\f01b"; }
  3960.  
  3961. .fa-inbox:before {
  3962. content: "\f01c"; }
  3963.  
  3964. .fa-play-circle-o:before {
  3965. content: "\f01d"; }
  3966.  
  3967. .fa-rotate-right:before,
  3968. .fa-repeat:before {
  3969. content: "\f01e"; }
  3970.  
  3971. .fa-refresh:before {
  3972. content: "\f021"; }
  3973.  
  3974. .fa-list-alt:before {
  3975. content: "\f022"; }
  3976.  
  3977. .fa-lock:before {
  3978. content: "\f023"; }
  3979.  
  3980. .fa-flag:before {
  3981. content: "\f024"; }
  3982.  
  3983. .fa-headphones:before {
  3984. content: "\f025"; }
  3985.  
  3986. .fa-volume-off:before {
  3987. content: "\f026"; }
  3988.  
  3989. .fa-volume-down:before {
  3990. content: "\f027"; }
  3991.  
  3992. .fa-volume-up:before {
  3993. content: "\f028"; }
  3994.  
  3995. .fa-qrcode:before {
  3996. content: "\f029"; }
  3997.  
  3998. .fa-barcode:before {
  3999. content: "\f02a"; }
  4000.  
  4001. .fa-tag:before {
  4002. content: "\f02b"; }
  4003.  
  4004. .fa-tags:before {
  4005. content: "\f02c"; }
  4006.  
  4007. .fa-book:before {
  4008. content: "\f02d"; }
  4009.  
  4010. .fa-bookmark:before {
  4011. content: "\f02e"; }
  4012.  
  4013. .fa-print:before {
  4014. content: "\f02f"; }
  4015.  
  4016. .fa-camera:before {
  4017. content: "\f030"; }
  4018.  
  4019. .fa-font:before {
  4020. content: "\f031"; }
  4021.  
  4022. .fa-bold:before {
  4023. content: "\f032"; }
  4024.  
  4025. .fa-italic:before {
  4026. content: "\f033"; }
  4027.  
  4028. .fa-text-height:before {
  4029. content: "\f034"; }
  4030.  
  4031. .fa-text-width:before {
  4032. content: "\f035"; }
  4033.  
  4034. .fa-align-left:before {
  4035. content: "\f036"; }
  4036.  
  4037. .fa-align-center:before {
  4038. content: "\f037"; }
  4039.  
  4040. .fa-align-right:before {
  4041. content: "\f038"; }
  4042.  
  4043. .fa-align-justify:before {
  4044. content: "\f039"; }
  4045.  
  4046. .fa-list:before {
  4047. content: "\f03a"; }
  4048.  
  4049. .fa-dedent:before,
  4050. .fa-outdent:before {
  4051. content: "\f03b"; }
  4052.  
  4053. .fa-indent:before {
  4054. content: "\f03c"; }
  4055.  
  4056. .fa-video-camera:before {
  4057. content: "\f03d"; }
  4058.  
  4059. .fa-photo:before,
  4060. .fa-image:before,
  4061. .fa-picture-o:before {
  4062. content: "\f03e"; }
  4063.  
  4064. .fa-pencil:before {
  4065. content: "\f040"; }
  4066.  
  4067. .fa-map-marker:before {
  4068. content: "\f041"; }
  4069.  
  4070. .fa-adjust:before {
  4071. content: "\f042"; }
  4072.  
  4073. .fa-tint:before {
  4074. content: "\f043"; }
  4075.  
  4076. .fa-edit:before,
  4077. .fa-pencil-square-o:before {
  4078. content: "\f044"; }
  4079.  
  4080. .fa-share-square-o:before {
  4081. content: "\f045"; }
  4082.  
  4083. .fa-check-square-o:before {
  4084. content: "\f046"; }
  4085.  
  4086. .fa-arrows:before {
  4087. content: "\f047"; }
  4088.  
  4089. .fa-step-backward:before {
  4090. content: "\f048"; }
  4091.  
  4092. .fa-fast-backward:before {
  4093. content: "\f049"; }
  4094.  
  4095. .fa-backward:before {
  4096. content: "\f04a"; }
  4097.  
  4098. .fa-play:before {
  4099. content: "\f04b"; }
  4100.  
  4101. .fa-pause:before {
  4102. content: "\f04c"; }
  4103.  
  4104. .fa-stop:before {
  4105. content: "\f04d"; }
  4106.  
  4107. .fa-forward:before {
  4108. content: "\f04e"; }
  4109.  
  4110. .fa-fast-forward:before {
  4111. content: "\f050"; }
  4112.  
  4113. .fa-step-forward:before {
  4114. content: "\f051"; }
  4115.  
  4116. .fa-eject:before {
  4117. content: "\f052"; }
  4118.  
  4119. .fa-chevron-left:before {
  4120. content: "\f053"; }
  4121.  
  4122. .fa-chevron-right:before {
  4123. content: "\f054"; }
  4124.  
  4125. .fa-plus-circle:before {
  4126. content: "\f055"; }
  4127.  
  4128. .fa-minus-circle:before {
  4129. content: "\f056"; }
  4130.  
  4131. .fa-times-circle:before {
  4132. content: "\f057"; }
  4133.  
  4134. .fa-check-circle:before {
  4135. content: "\f058"; }
  4136.  
  4137. .fa-question-circle:before {
  4138. content: "\f059"; }
  4139.  
  4140. .fa-info-circle:before {
  4141. content: "\f05a"; }
  4142.  
  4143. .fa-crosshairs:before {
  4144. content: "\f05b"; }
  4145.  
  4146. .fa-times-circle-o:before {
  4147. content: "\f05c"; }
  4148.  
  4149. .fa-check-circle-o:before {
  4150. content: "\f05d"; }
  4151.  
  4152. .fa-ban:before {
  4153. content: "\f05e"; }
  4154.  
  4155. .fa-arrow-left:before {
  4156. content: "\f060"; }
  4157.  
  4158. .fa-arrow-right:before {
  4159. content: "\f061"; }
  4160.  
  4161. .fa-arrow-up:before {
  4162. content: "\f062"; }
  4163.  
  4164. .fa-arrow-down:before {
  4165. content: "\f063"; }
  4166.  
  4167. .fa-mail-forward:before,
  4168. .fa-share:before {
  4169. content: "\f064"; }
  4170.  
  4171. .fa-expand:before {
  4172. content: "\f065"; }
  4173.  
  4174. .fa-compress:before {
  4175. content: "\f066"; }
  4176.  
  4177. .fa-plus:before {
  4178. content: "\f067"; }
  4179.  
  4180. .fa-minus:before {
  4181. content: "\f068"; }
  4182.  
  4183. .fa-asterisk:before {
  4184. content: "\f069"; }
  4185.  
  4186. .fa-exclamation-circle:before {
  4187. content: "\f06a"; }
  4188.  
  4189. .fa-gift:before {
  4190. content: "\f06b"; }
  4191.  
  4192. .fa-leaf:before {
  4193. content: "\f06c"; }
  4194.  
  4195. .fa-fire:before {
  4196. content: "\f06d"; }
  4197.  
  4198. .fa-eye:before {
  4199. content: "\f06e"; }
  4200.  
  4201. .fa-eye-slash:before {
  4202. content: "\f070"; }
  4203.  
  4204. .fa-warning:before,
  4205. .fa-exclamation-triangle:before {
  4206. content: "\f071"; }
  4207.  
  4208. .fa-plane:before {
  4209. content: "\f072"; }
  4210.  
  4211. .fa-calendar:before {
  4212. content: "\f073"; }
  4213.  
  4214. .fa-random:before {
  4215. content: "\f074"; }
  4216.  
  4217. .fa-comment:before {
  4218. content: "\f075"; }
  4219.  
  4220. .fa-magnet:before {
  4221. content: "\f076"; }
  4222.  
  4223. .fa-chevron-up:before {
  4224. content: "\f077"; }
  4225.  
  4226. .fa-chevron-down:before {
  4227. content: "\f078"; }
  4228.  
  4229. .fa-retweet:before {
  4230. content: "\f079"; }
  4231.  
  4232. .fa-shopping-cart:before {
  4233. content: "\f07a"; }
  4234.  
  4235. .fa-folder:before {
  4236. content: "\f07b"; }
  4237.  
  4238. .fa-folder-open:before {
  4239. content: "\f07c"; }
  4240.  
  4241. .fa-arrows-v:before {
  4242. content: "\f07d"; }
  4243.  
  4244. .fa-arrows-h:before {
  4245. content: "\f07e"; }
  4246.  
  4247. .fa-bar-chart-o:before,
  4248. .fa-bar-chart:before {
  4249. content: "\f080"; }
  4250.  
  4251. .fa-twitter-square:before {
  4252. content: "\f081"; }
  4253.  
  4254. .fa-facebook-square:before {
  4255. content: "\f082"; }
  4256.  
  4257. .fa-camera-retro:before {
  4258. content: "\f083"; }
  4259.  
  4260. .fa-key:before {
  4261. content: "\f084"; }
  4262.  
  4263. .fa-gears:before,
  4264. .fa-cogs:before {
  4265. content: "\f085"; }
  4266.  
  4267. .fa-comments:before {
  4268. content: "\f086"; }
  4269.  
  4270. .fa-thumbs-o-up:before {
  4271. content: "\f087"; }
  4272.  
  4273. .fa-thumbs-o-down:before {
  4274. content: "\f088"; }
  4275.  
  4276. .fa-star-half:before {
  4277. content: "\f089"; }
  4278.  
  4279. .fa-heart-o:before {
  4280. content: "\f08a"; }
  4281.  
  4282. .fa-sign-out:before {
  4283. content: "\f08b"; }
  4284.  
  4285. .fa-linkedin-square:before {
  4286. content: "\f08c"; }
  4287.  
  4288. .fa-thumb-tack:before {
  4289. content: "\f08d"; }
  4290.  
  4291. .fa-external-link:before {
  4292. content: "\f08e"; }
  4293.  
  4294. .fa-sign-in:before {
  4295. content: "\f090"; }
  4296.  
  4297. .fa-trophy:before {
  4298. content: "\f091"; }
  4299.  
  4300. .fa-github-square:before {
  4301. content: "\f092"; }
  4302.  
  4303. .fa-upload:before {
  4304. content: "\f093"; }
  4305.  
  4306. .fa-lemon-o:before {
  4307. content: "\f094"; }
  4308.  
  4309. .fa-phone:before {
  4310. content: "\f095"; }
  4311.  
  4312. .fa-square-o:before {
  4313. content: "\f096"; }
  4314.  
  4315. .fa-bookmark-o:before {
  4316. content: "\f097"; }
  4317.  
  4318. .fa-phone-square:before {
  4319. content: "\f098"; }
  4320.  
  4321. .fa-twitter:before {
  4322. content: "\f099"; }
  4323.  
  4324. .fa-facebook:before {
  4325. content: "\f09a"; }
  4326.  
  4327. .fa-github:before {
  4328. content: "\f09b"; }
  4329.  
  4330. .fa-unlock:before {
  4331. content: "\f09c"; }
  4332.  
  4333. .fa-credit-card:before {
  4334. content: "\f09d"; }
  4335.  
  4336. .fa-rss:before {
  4337. content: "\f09e"; }
  4338.  
  4339. .fa-hdd-o:before {
  4340. content: "\f0a0"; }
  4341.  
  4342. .fa-bullhorn:before {
  4343. content: "\f0a1"; }
  4344.  
  4345. .fa-bell:before {
  4346. content: "\f0f3"; }
  4347.  
  4348. .fa-certificate:before {
  4349. content: "\f0a3"; }
  4350.  
  4351. .fa-hand-o-right:before {
  4352. content: "\f0a4"; }
  4353.  
  4354. .fa-hand-o-left:before {
  4355. content: "\f0a5"; }
  4356.  
  4357. .fa-hand-o-up:before {
  4358. content: "\f0a6"; }
  4359.  
  4360. .fa-hand-o-down:before {
  4361. content: "\f0a7"; }
  4362.  
  4363. .fa-arrow-circle-left:before {
  4364. content: "\f0a8"; }
  4365.  
  4366. .fa-arrow-circle-right:before {
  4367. content: "\f0a9"; }
  4368.  
  4369. .fa-arrow-circle-up:before {
  4370. content: "\f0aa"; }
  4371.  
  4372. .fa-arrow-circle-down:before {
  4373. content: "\f0ab"; }
  4374.  
  4375. .fa-globe:before {
  4376. content: "\f0ac"; }
  4377.  
  4378. .fa-wrench:before {
  4379. content: "\f0ad"; }
  4380.  
  4381. .fa-tasks:before {
  4382. content: "\f0ae"; }
  4383.  
  4384. .fa-filter:before {
  4385. content: "\f0b0"; }
  4386.  
  4387. .fa-briefcase:before {
  4388. content: "\f0b1"; }
  4389.  
  4390. .fa-arrows-alt:before {
  4391. content: "\f0b2"; }
  4392.  
  4393. .fa-group:before,
  4394. .fa-users:before {
  4395. content: "\f0c0"; }
  4396.  
  4397. .fa-chain:before,
  4398. .fa-link:before {
  4399. content: "\f0c1"; }
  4400.  
  4401. .fa-cloud:before {
  4402. content: "\f0c2"; }
  4403.  
  4404. .fa-flask:before {
  4405. content: "\f0c3"; }
  4406.  
  4407. .fa-cut:before,
  4408. .fa-scissors:before {
  4409. content: "\f0c4"; }
  4410.  
  4411. .fa-copy:before,
  4412. .fa-files-o:before {
  4413. content: "\f0c5"; }
  4414.  
  4415. .fa-paperclip:before {
  4416. content: "\f0c6"; }
  4417.  
  4418. .fa-save:before,
  4419. .fa-floppy-o:before {
  4420. content: "\f0c7"; }
  4421.  
  4422. .fa-square:before {
  4423. content: "\f0c8"; }
  4424.  
  4425. .fa-navicon:before,
  4426. .fa-reorder:before,
  4427. .fa-bars:before {
  4428. content: "\f0c9"; }
  4429.  
  4430. .fa-list-ul:before {
  4431. content: "\f0ca"; }
  4432.  
  4433. .fa-list-ol:before {
  4434. content: "\f0cb"; }
  4435.  
  4436. .fa-strikethrough:before {
  4437. content: "\f0cc"; }
  4438.  
  4439. .fa-underline:before {
  4440. content: "\f0cd"; }
  4441.  
  4442. .fa-table:before {
  4443. content: "\f0ce"; }
  4444.  
  4445. .fa-magic:before {
  4446. content: "\f0d0"; }
  4447.  
  4448. .fa-truck:before {
  4449. content: "\f0d1"; }
  4450.  
  4451. .fa-pinterest:before {
  4452. content: "\f0d2"; }
  4453.  
  4454. .fa-pinterest-square:before {
  4455. content: "\f0d3"; }
  4456.  
  4457. .fa-google-plus-square:before {
  4458. content: "\f0d4"; }
  4459.  
  4460. .fa-google-plus:before {
  4461. content: "\f0d5"; }
  4462.  
  4463. .fa-money:before {
  4464. content: "\f0d6"; }
  4465.  
  4466. .fa-caret-down:before {
  4467. content: "\f0d7"; }
  4468.  
  4469. .fa-caret-up:before {
  4470. content: "\f0d8"; }
  4471.  
  4472. .fa-caret-left:before {
  4473. content: "\f0d9"; }
  4474.  
  4475. .fa-caret-right:before {
  4476. content: "\f0da"; }
  4477.  
  4478. .fa-columns:before {
  4479. content: "\f0db"; }
  4480.  
  4481. .fa-unsorted:before,
  4482. .fa-sort:before {
  4483. content: "\f0dc"; }
  4484.  
  4485. .fa-sort-down:before,
  4486. .fa-sort-desc:before {
  4487. content: "\f0dd"; }
  4488.  
  4489. .fa-sort-up:before,
  4490. .fa-sort-asc:before {
  4491. content: "\f0de"; }
  4492.  
  4493. .fa-envelope:before {
  4494. content: "\f0e0"; }
  4495.  
  4496. .fa-linkedin:before {
  4497. content: "\f0e1"; }
  4498.  
  4499. .fa-rotate-left:before,
  4500. .fa-undo:before {
  4501. content: "\f0e2"; }
  4502.  
  4503. .fa-legal:before,
  4504. .fa-gavel:before {
  4505. content: "\f0e3"; }
  4506.  
  4507. .fa-dashboard:before,
  4508. .fa-tachometer:before {
  4509. content: "\f0e4"; }
  4510.  
  4511. .fa-comment-o:before {
  4512. content: "\f0e5"; }
  4513.  
  4514. .fa-comments-o:before {
  4515. content: "\f0e6"; }
  4516.  
  4517. .fa-flash:before,
  4518. .fa-bolt:before {
  4519. content: "\f0e7"; }
  4520.  
  4521. .fa-sitemap:before {
  4522. content: "\f0e8"; }
  4523.  
  4524. .fa-umbrella:before {
  4525. content: "\f0e9"; }
  4526.  
  4527. .fa-paste:before,
  4528. .fa-clipboard:before {
  4529. content: "\f0ea"; }
  4530.  
  4531. .fa-lightbulb-o:before {
  4532. content: "\f0eb"; }
  4533.  
  4534. .fa-exchange:before {
  4535. content: "\f0ec"; }
  4536.  
  4537. .fa-cloud-download:before {
  4538. content: "\f0ed"; }
  4539.  
  4540. .fa-cloud-upload:before {
  4541. content: "\f0ee"; }
  4542.  
  4543. .fa-user-md:before {
  4544. content: "\f0f0"; }
  4545.  
  4546. .fa-stethoscope:before {
  4547. content: "\f0f1"; }
  4548.  
  4549. .fa-suitcase:before {
  4550. content: "\f0f2"; }
  4551.  
  4552. .fa-bell-o:before {
  4553. content: "\f0a2"; }
  4554.  
  4555. .fa-coffee:before {
  4556. content: "\f0f4"; }
  4557.  
  4558. .fa-cutlery:before {
  4559. content: "\f0f5"; }
  4560.  
  4561. .fa-file-text-o:before {
  4562. content: "\f0f6"; }
  4563.  
  4564. .fa-building-o:before {
  4565. content: "\f0f7"; }
  4566.  
  4567. .fa-hospital-o:before {
  4568. content: "\f0f8"; }
  4569.  
  4570. .fa-ambulance:before {
  4571. content: "\f0f9"; }
  4572.  
  4573. .fa-medkit:before {
  4574. content: "\f0fa"; }
  4575.  
  4576. .fa-fighter-jet:before {
  4577. content: "\f0fb"; }
  4578.  
  4579. .fa-beer:before {
  4580. content: "\f0fc"; }
  4581.  
  4582. .fa-h-square:before {
  4583. content: "\f0fd"; }
  4584.  
  4585. .fa-plus-square:before {
  4586. content: "\f0fe"; }
  4587.  
  4588. .fa-angle-double-left:before {
  4589. content: "\f100"; }
  4590.  
  4591. .fa-angle-double-right:before {
  4592. content: "\f101"; }
  4593.  
  4594. .fa-angle-double-up:before {
  4595. content: "\f102"; }
  4596.  
  4597. .fa-angle-double-down:before {
  4598. content: "\f103"; }
  4599.  
  4600. .fa-angle-left:before {
  4601. content: "\f104"; }
  4602.  
  4603. .fa-angle-right:before {
  4604. content: "\f105"; }
  4605.  
  4606. .fa-angle-up:before {
  4607. content: "\f106"; }
  4608.  
  4609. .fa-angle-down:before {
  4610. content: "\f107"; }
  4611.  
  4612. .fa-desktop:before {
  4613. content: "\f108"; }
  4614.  
  4615. .fa-laptop:before {
  4616. content: "\f109"; }
  4617.  
  4618. .fa-tablet:before {
  4619. content: "\f10a"; }
  4620.  
  4621. .fa-mobile-phone:before,
  4622. .fa-mobile:before {
  4623. content: "\f10b"; }
  4624.  
  4625. .fa-circle-o:before {
  4626. content: "\f10c"; }
  4627.  
  4628. .fa-quote-left:before {
  4629. content: "\f10d"; }
  4630.  
  4631. .fa-quote-right:before {
  4632. content: "\f10e"; }
  4633.  
  4634. .fa-spinner:before {
  4635. content: "\f110"; }
  4636.  
  4637. .fa-circle:before {
  4638. content: "\f111"; }
  4639.  
  4640. .fa-mail-reply:before,
  4641. .fa-reply:before {
  4642. content: "\f112"; }
  4643.  
  4644. .fa-github-alt:before {
  4645. content: "\f113"; }
  4646.  
  4647. .fa-folder-o:before {
  4648. content: "\f114"; }
  4649.  
  4650. .fa-folder-open-o:before {
  4651. content: "\f115"; }
  4652.  
  4653. .fa-smile-o:before {
  4654. content: "\f118"; }
  4655.  
  4656. .fa-frown-o:before {
  4657. content: "\f119"; }
  4658.  
  4659. .fa-meh-o:before {
  4660. content: "\f11a"; }
  4661.  
  4662. .fa-gamepad:before {
  4663. content: "\f11b"; }
  4664.  
  4665. .fa-keyboard-o:before {
  4666. content: "\f11c"; }
  4667.  
  4668. .fa-flag-o:before {
  4669. content: "\f11d"; }
  4670.  
  4671. .fa-flag-checkered:before {
  4672. content: "\f11e"; }
  4673.  
  4674. .fa-terminal:before {
  4675. content: "\f120"; }
  4676.  
  4677. .fa-code:before {
  4678. content: "\f121"; }
  4679.  
  4680. .fa-mail-reply-all:before,
  4681. .fa-reply-all:before {
  4682. content: "\f122"; }
  4683.  
  4684. .fa-star-half-empty:before,
  4685. .fa-star-half-full:before,
  4686. .fa-star-half-o:before {
  4687. content: "\f123"; }
  4688.  
  4689. .fa-location-arrow:before {
  4690. content: "\f124"; }
  4691.  
  4692. .fa-crop:before {
  4693. content: "\f125"; }
  4694.  
  4695. .fa-code-fork:before {
  4696. content: "\f126"; }
  4697.  
  4698. .fa-unlink:before,
  4699. .fa-chain-broken:before {
  4700. content: "\f127"; }
  4701.  
  4702. .fa-question:before {
  4703. content: "\f128"; }
  4704.  
  4705. .fa-info:before {
  4706. content: "\f129"; }
  4707.  
  4708. .fa-exclamation:before {
  4709. content: "\f12a"; }
  4710.  
  4711. .fa-superscript:before {
  4712. content: "\f12b"; }
  4713.  
  4714. .fa-subscript:before {
  4715. content: "\f12c"; }
  4716.  
  4717. .fa-eraser:before {
  4718. content: "\f12d"; }
  4719.  
  4720. .fa-puzzle-piece:before {
  4721. content: "\f12e"; }
  4722.  
  4723. .fa-microphone:before {
  4724. content: "\f130"; }
  4725.  
  4726. .fa-microphone-slash:before {
  4727. content: "\f131"; }
  4728.  
  4729. .fa-shield:before {
  4730. content: "\f132"; }
  4731.  
  4732. .fa-calendar-o:before {
  4733. content: "\f133"; }
  4734.  
  4735. .fa-fire-extinguisher:before {
  4736. content: "\f134"; }
  4737.  
  4738. .fa-rocket:before {
  4739. content: "\f135"; }
  4740.  
  4741. .fa-maxcdn:before {
  4742. content: "\f136"; }
  4743.  
  4744. .fa-chevron-circle-left:before {
  4745. content: "\f137"; }
  4746.  
  4747. .fa-chevron-circle-right:before {
  4748. content: "\f138"; }
  4749.  
  4750. .fa-chevron-circle-up:before {
  4751. content: "\f139"; }
  4752.  
  4753. .fa-chevron-circle-down:before {
  4754. content: "\f13a"; }
  4755.  
  4756. .fa-html5:before {
  4757. content: "\f13b"; }
  4758.  
  4759. .fa-css3:before {
  4760. content: "\f13c"; }
  4761.  
  4762. .fa-anchor:before {
  4763. content: "\f13d"; }
  4764.  
  4765. .fa-unlock-alt:before {
  4766. content: "\f13e"; }
  4767.  
  4768. .fa-bullseye:before {
  4769. content: "\f140"; }
  4770.  
  4771. .fa-ellipsis-h:before {
  4772. content: "\f141"; }
  4773.  
  4774. .fa-ellipsis-v:before {
  4775. content: "\f142"; }
  4776.  
  4777. .fa-rss-square:before {
  4778. content: "\f143"; }
  4779.  
  4780. .fa-play-circle:before {
  4781. content: "\f144"; }
  4782.  
  4783. .fa-ticket:before {
  4784. content: "\f145"; }
  4785.  
  4786. .fa-minus-square:before {
  4787. content: "\f146"; }
  4788.  
  4789. .fa-minus-square-o:before {
  4790. content: "\f147"; }
  4791.  
  4792. .fa-level-up:before {
  4793. content: "\f148"; }
  4794.  
  4795. .fa-level-down:before {
  4796. content: "\f149"; }
  4797.  
  4798. .fa-check-square:before {
  4799. content: "\f14a"; }
  4800.  
  4801. .fa-pencil-square:before {
  4802. content: "\f14b"; }
  4803.  
  4804. .fa-external-link-square:before {
  4805. content: "\f14c"; }
  4806.  
  4807. .fa-share-square:before {
  4808. content: "\f14d"; }
  4809.  
  4810. .fa-compass:before {
  4811. content: "\f14e"; }
  4812.  
  4813. .fa-toggle-down:before,
  4814. .fa-caret-square-o-down:before {
  4815. content: "\f150"; }
  4816.  
  4817. .fa-toggle-up:before,
  4818. .fa-caret-square-o-up:before {
  4819. content: "\f151"; }
  4820.  
  4821. .fa-toggle-right:before,
  4822. .fa-caret-square-o-right:before {
  4823. content: "\f152"; }
  4824.  
  4825. .fa-euro:before,
  4826. .fa-eur:before {
  4827. content: "\f153"; }
  4828.  
  4829. .fa-gbp:before {
  4830. content: "\f154"; }
  4831.  
  4832. .fa-dollar:before,
  4833. .fa-usd:before {
  4834. content: "\f155"; }
  4835.  
  4836. .fa-rupee:before,
  4837. .fa-inr:before {
  4838. content: "\f156"; }
  4839.  
  4840. .fa-cny:before,
  4841. .fa-rmb:before,
  4842. .fa-yen:before,
  4843. .fa-jpy:before {
  4844. content: "\f157"; }
  4845.  
  4846. .fa-ruble:before,
  4847. .fa-rouble:before,
  4848. .fa-rub:before {
  4849. content: "\f158"; }
  4850.  
  4851. .fa-won:before,
  4852. .fa-krw:before {
  4853. content: "\f159"; }
  4854.  
  4855. .fa-bitcoin:before,
  4856. .fa-btc:before {
  4857. content: "\f15a"; }
  4858.  
  4859. .fa-file:before {
  4860. content: "\f15b"; }
  4861.  
  4862. .fa-file-text:before {
  4863. content: "\f15c"; }
  4864.  
  4865. .fa-sort-alpha-asc:before {
  4866. content: "\f15d"; }
  4867.  
  4868. .fa-sort-alpha-desc:before {
  4869. content: "\f15e"; }
  4870.  
  4871. .fa-sort-amount-asc:before {
  4872. content: "\f160"; }
  4873.  
  4874. .fa-sort-amount-desc:before {
  4875. content: "\f161"; }
  4876.  
  4877. .fa-sort-numeric-asc:before {
  4878. content: "\f162"; }
  4879.  
  4880. .fa-sort-numeric-desc:before {
  4881. content: "\f163"; }
  4882.  
  4883. .fa-thumbs-up:before {
  4884. content: "\f164"; }
  4885.  
  4886. .fa-thumbs-down:before {
  4887. content: "\f165"; }
  4888.  
  4889. .fa-youtube-square:before {
  4890. content: "\f166"; }
  4891.  
  4892. .fa-youtube:before {
  4893. content: "\f167"; }
  4894.  
  4895. .fa-xing:before {
  4896. content: "\f168"; }
  4897.  
  4898. .fa-xing-square:before {
  4899. content: "\f169"; }
  4900.  
  4901. .fa-youtube-play:before {
  4902. content: "\f16a"; }
  4903.  
  4904. .fa-dropbox:before {
  4905. content: "\f16b"; }
  4906.  
  4907. .fa-stack-overflow:before {
  4908. content: "\f16c"; }
  4909.  
  4910. .fa-instagram:before {
  4911. content: "\f16d"; }
  4912.  
  4913. .fa-flickr:before {
  4914. content: "\f16e"; }
  4915.  
  4916. .fa-adn:before {
  4917. content: "\f170"; }
  4918.  
  4919. .fa-bitbucket:before {
  4920. content: "\f171"; }
  4921.  
  4922. .fa-bitbucket-square:before {
  4923. content: "\f172"; }
  4924.  
  4925. .fa-tumblr:before {
  4926. content: "\f173"; }
  4927.  
  4928. .fa-tumblr-square:before {
  4929. content: "\f174"; }
  4930.  
  4931. .fa-long-arrow-down:before {
  4932. content: "\f175"; }
  4933.  
  4934. .fa-long-arrow-up:before {
  4935. content: "\f176"; }
  4936.  
  4937. .fa-long-arrow-left:before {
  4938. content: "\f177"; }
  4939.  
  4940. .fa-long-arrow-right:before {
  4941. content: "\f178"; }
  4942.  
  4943. .fa-apple:before {
  4944. content: "\f179"; }
  4945.  
  4946. .fa-windows:before {
  4947. content: "\f17a"; }
  4948.  
  4949. .fa-android:before {
  4950. content: "\f17b"; }
  4951.  
  4952. .fa-linux:before {
  4953. content: "\f17c"; }
  4954.  
  4955. .fa-dribbble:before {
  4956. content: "\f17d"; }
  4957.  
  4958. .fa-skype:before {
  4959. content: "\f17e"; }
  4960.  
  4961. .fa-foursquare:before {
  4962. content: "\f180"; }
  4963.  
  4964. .fa-trello:before {
  4965. content: "\f181"; }
  4966.  
  4967. .fa-female:before {
  4968. content: "\f182"; }
  4969.  
  4970. .fa-male:before {
  4971. content: "\f183"; }
  4972.  
  4973. .fa-gittip:before {
  4974. content: "\f184"; }
  4975.  
  4976. .fa-sun-o:before {
  4977. content: "\f185"; }
  4978.  
  4979. .fa-moon-o:before {
  4980. content: "\f186"; }
  4981.  
  4982. .fa-archive:before {
  4983. content: "\f187"; }
  4984.  
  4985. .fa-bug:before {
  4986. content: "\f188"; }
  4987.  
  4988. .fa-vk:before {
  4989. content: "\f189"; }
  4990.  
  4991. .fa-weibo:before {
  4992. content: "\f18a"; }
  4993.  
  4994. .fa-renren:before {
  4995. content: "\f18b"; }
  4996.  
  4997. .fa-pagelines:before {
  4998. content: "\f18c"; }
  4999.  
  5000. .fa-stack-exchange:before {
  5001. content: "\f18d"; }
  5002.  
  5003. .fa-arrow-circle-o-right:before {
  5004. content: "\f18e"; }
  5005.  
  5006. .fa-arrow-circle-o-left:before {
  5007. content: "\f190"; }
  5008.  
  5009. .fa-toggle-left:before,
  5010. .fa-caret-square-o-left:before {
  5011. content: "\f191"; }
  5012.  
  5013. .fa-dot-circle-o:before {
  5014. content: "\f192"; }
  5015.  
  5016. .fa-wheelchair:before {
  5017. content: "\f193"; }
  5018.  
  5019. .fa-vimeo-square:before {
  5020. content: "\f194"; }
  5021.  
  5022. .fa-turkish-lira:before,
  5023. .fa-try:before {
  5024. content: "\f195"; }
  5025.  
  5026. .fa-plus-square-o:before {
  5027. content: "\f196"; }
  5028.  
  5029. .fa-space-shuttle:before {
  5030. content: "\f197"; }
  5031.  
  5032. .fa-slack:before {
  5033. content: "\f198"; }
  5034.  
  5035. .fa-envelope-square:before {
  5036. content: "\f199"; }
  5037.  
  5038. .fa-wordpress:before {
  5039. content: "\f19a"; }
  5040.  
  5041. .fa-openid:before {
  5042. content: "\f19b"; }
  5043.  
  5044. .fa-institution:before,
  5045. .fa-bank:before,
  5046. .fa-university:before {
  5047. content: "\f19c"; }
  5048.  
  5049. .fa-mortar-board:before,
  5050. .fa-graduation-cap:before {
  5051. content: "\f19d"; }
  5052.  
  5053. .fa-yahoo:before {
  5054. content: "\f19e"; }
  5055.  
  5056. .fa-google:before {
  5057. content: "\f1a0"; }
  5058.  
  5059. .fa-reddit:before {
  5060. content: "\f1a1"; }
  5061.  
  5062. .fa-reddit-square:before {
  5063. content: "\f1a2"; }
  5064.  
  5065. .fa-stumbleupon-circle:before {
  5066. content: "\f1a3"; }
  5067.  
  5068. .fa-stumbleupon:before {
  5069. content: "\f1a4"; }
  5070.  
  5071. .fa-delicious:before {
  5072. content: "\f1a5"; }
  5073.  
  5074. .fa-digg:before {
  5075. content: "\f1a6"; }
  5076.  
  5077. .fa-pied-piper:before {
  5078. content: "\f1a7"; }
  5079.  
  5080. .fa-pied-piper-alt:before {
  5081. content: "\f1a8"; }
  5082.  
  5083. .fa-drupal:before {
  5084. content: "\f1a9"; }
  5085.  
  5086. .fa-joomla:before {
  5087. content: "\f1aa"; }
  5088.  
  5089. .fa-language:before {
  5090. content: "\f1ab"; }
  5091.  
  5092. .fa-fax:before {
  5093. content: "\f1ac"; }
  5094.  
  5095. .fa-building:before {
  5096. content: "\f1ad"; }
  5097.  
  5098. .fa-child:before {
  5099. content: "\f1ae"; }
  5100.  
  5101. .fa-paw:before {
  5102. content: "\f1b0"; }
  5103.  
  5104. .fa-spoon:before {
  5105. content: "\f1b1"; }
  5106.  
  5107. .fa-cube:before {
  5108. content: "\f1b2"; }
  5109.  
  5110. .fa-cubes:before {
  5111. content: "\f1b3"; }
  5112.  
  5113. .fa-behance:before {
  5114. content: "\f1b4"; }
  5115.  
  5116. .fa-behance-square:before {
  5117. content: "\f1b5"; }
  5118.  
  5119. .fa-steam:before {
  5120. content: "\f1b6"; }
  5121.  
  5122. .fa-steam-square:before {
  5123. content: "\f1b7"; }
  5124.  
  5125. .fa-recycle:before {
  5126. content: "\f1b8"; }
  5127.  
  5128. .fa-automobile:before,
  5129. .fa-car:before {
  5130. content: "\f1b9"; }
  5131.  
  5132. .fa-cab:before,
  5133. .fa-taxi:before {
  5134. content: "\f1ba"; }
  5135.  
  5136. .fa-tree:before {
  5137. content: "\f1bb"; }
  5138.  
  5139. .fa-spotify:before {
  5140. content: "\f1bc"; }
  5141.  
  5142. .fa-deviantart:before {
  5143. content: "\f1bd"; }
  5144.  
  5145. .fa-soundcloud:before {
  5146. content: "\f1be"; }
  5147.  
  5148. .fa-database:before {
  5149. content: "\f1c0"; }
  5150.  
  5151. .fa-file-pdf-o:before {
  5152. content: "\f1c1"; }
  5153.  
  5154. .fa-file-word-o:before {
  5155. content: "\f1c2"; }
  5156.  
  5157. .fa-file-excel-o:before {
  5158. content: "\f1c3"; }
  5159.  
  5160. .fa-file-powerpoint-o:before {
  5161. content: "\f1c4"; }
  5162.  
  5163. .fa-file-photo-o:before,
  5164. .fa-file-picture-o:before,
  5165. .fa-file-image-o:before {
  5166. content: "\f1c5"; }
  5167.  
  5168. .fa-file-zip-o:before,
  5169. .fa-file-archive-o:before {
  5170. content: "\f1c6"; }
  5171.  
  5172. .fa-file-sound-o:before,
  5173. .fa-file-audio-o:before {
  5174. content: "\f1c7"; }
  5175.  
  5176. .fa-file-movie-o:before,
  5177. .fa-file-video-o:before {
  5178. content: "\f1c8"; }
  5179.  
  5180. .fa-file-code-o:before {
  5181. content: "\f1c9"; }
  5182.  
  5183. .fa-vine:before {
  5184. content: "\f1ca"; }
  5185.  
  5186. .fa-codepen:before {
  5187. content: "\f1cb"; }
  5188.  
  5189. .fa-jsfiddle:before {
  5190. content: "\f1cc"; }
  5191.  
  5192. .fa-life-bouy:before,
  5193. .fa-life-buoy:before,
  5194. .fa-life-saver:before,
  5195. .fa-support:before,
  5196. .fa-life-ring:before {
  5197. content: "\f1cd"; }
  5198.  
  5199. .fa-circle-o-notch:before {
  5200. content: "\f1ce"; }
  5201.  
  5202. .fa-ra:before,
  5203. .fa-rebel:before {
  5204. content: "\f1d0"; }
  5205.  
  5206. .fa-ge:before,
  5207. .fa-empire:before {
  5208. content: "\f1d1"; }
  5209.  
  5210. .fa-git-square:before {
  5211. content: "\f1d2"; }
  5212.  
  5213. .fa-git:before {
  5214. content: "\f1d3"; }
  5215.  
  5216. .fa-hacker-news:before {
  5217. content: "\f1d4"; }
  5218.  
  5219. .fa-tencent-weibo:before {
  5220. content: "\f1d5"; }
  5221.  
  5222. .fa-qq:before {
  5223. content: "\f1d6"; }
  5224.  
  5225. .fa-wechat:before,
  5226. .fa-weixin:before {
  5227. content: "\f1d7"; }
  5228.  
  5229. .fa-send:before,
  5230. .fa-paper-plane:before {
  5231. content: "\f1d8"; }
  5232.  
  5233. .fa-send-o:before,
  5234. .fa-paper-plane-o:before {
  5235. content: "\f1d9"; }
  5236.  
  5237. .fa-history:before {
  5238. content: "\f1da"; }
  5239.  
  5240. .fa-circle-thin:before {
  5241. content: "\f1db"; }
  5242.  
  5243. .fa-header:before {
  5244. content: "\f1dc"; }
  5245.  
  5246. .fa-paragraph:before {
  5247. content: "\f1dd"; }
  5248.  
  5249. .fa-sliders:before {
  5250. content: "\f1de"; }
  5251.  
  5252. .fa-share-alt:before {
  5253. content: "\f1e0"; }
  5254.  
  5255. .fa-share-alt-square:before {
  5256. content: "\f1e1"; }
  5257.  
  5258. .fa-bomb:before {
  5259. content: "\f1e2"; }
  5260.  
  5261. .fa-soccer-ball-o:before,
  5262. .fa-futbol-o:before {
  5263. content: "\f1e3"; }
  5264.  
  5265. .fa-tty:before {
  5266. content: "\f1e4"; }
  5267.  
  5268. .fa-binoculars:before {
  5269. content: "\f1e5"; }
  5270.  
  5271. .fa-plug:before {
  5272. content: "\f1e6"; }
  5273.  
  5274. .fa-slideshare:before {
  5275. content: "\f1e7"; }
  5276.  
  5277. .fa-twitch:before {
  5278. content: "\f1e8"; }
  5279.  
  5280. .fa-yelp:before {
  5281. content: "\f1e9"; }
  5282.  
  5283. .fa-newspaper-o:before {
  5284. content: "\f1ea"; }
  5285.  
  5286. .fa-wifi:before {
  5287. content: "\f1eb"; }
  5288.  
  5289. .fa-calculator:before {
  5290. content: "\f1ec"; }
  5291.  
  5292. .fa-paypal:before {
  5293. content: "\f1ed"; }
  5294.  
  5295. .fa-google-wallet:before {
  5296. content: "\f1ee"; }
  5297.  
  5298. .fa-cc-visa:before {
  5299. content: "\f1f0"; }
  5300.  
  5301. .fa-cc-mastercard:before {
  5302. content: "\f1f1"; }
  5303.  
  5304. .fa-cc-discover:before {
  5305. content: "\f1f2"; }
  5306.  
  5307. .fa-cc-amex:before {
  5308. content: "\f1f3"; }
  5309.  
  5310. .fa-cc-paypal:before {
  5311. content: "\f1f4"; }
  5312.  
  5313. .fa-cc-stripe:before {
  5314. content: "\f1f5"; }
  5315.  
  5316. .fa-bell-slash:before {
  5317. content: "\f1f6"; }
  5318.  
  5319. .fa-bell-slash-o:before {
  5320. content: "\f1f7"; }
  5321.  
  5322. .fa-trash:before {
  5323. content: "\f1f8"; }
  5324.  
  5325. .fa-copyright:before {
  5326. content: "\f1f9"; }
  5327.  
  5328. .fa-at:before {
  5329. content: "\f1fa"; }
  5330.  
  5331. .fa-eyedropper:before {
  5332. content: "\f1fb"; }
  5333.  
  5334. .fa-paint-brush:before {
  5335. content: "\f1fc"; }
  5336.  
  5337. .fa-birthday-cake:before {
  5338. content: "\f1fd"; }
  5339.  
  5340. .fa-area-chart:before {
  5341. content: "\f1fe"; }
  5342.  
  5343. .fa-pie-chart:before {
  5344. content: "\f200"; }
  5345.  
  5346. .fa-line-chart:before {
  5347. content: "\f201"; }
  5348.  
  5349. .fa-lastfm:before {
  5350. content: "\f202"; }
  5351.  
  5352. .fa-lastfm-square:before {
  5353. content: "\f203"; }
  5354.  
  5355. .fa-toggle-off:before {
  5356. content: "\f204"; }
  5357.  
  5358. .fa-toggle-on:before {
  5359. content: "\f205"; }
  5360.  
  5361. .fa-bicycle:before {
  5362. content: "\f206"; }
  5363.  
  5364. .fa-bus:before {
  5365. content: "\f207"; }
  5366.  
  5367. .fa-ioxhost:before {
  5368. content: "\f208"; }
  5369.  
  5370. .fa-angellist:before {
  5371. content: "\f209"; }
  5372.  
  5373. .fa-cc:before {
  5374. content: "\f20a"; }
  5375.  
  5376. .fa-shekel:before,
  5377. .fa-sheqel:before,
  5378. .fa-ils:before {
  5379. content: "\f20b"; }
  5380.  
  5381. .fa-meanpath:before {
  5382. content: "\f20c"; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement