Advertisement
Guest User

bundle.css exclusive

a guest
May 4th, 2019
2,205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.43 KB | None | 0 0
  1. }
  2.  
  3. /* 0.5 * ARCSIZE */
  4. 25% {
  5. -webkit-transform: rotate(270deg);
  6. }
  7.  
  8. /* 1 * ARCSIZE */
  9. 37.5% {
  10. -webkit-transform: rotate(405deg);
  11. }
  12.  
  13. /* 1.5 * ARCSIZE */
  14. 50% {
  15. -webkit-transform: rotate(540deg);
  16. }
  17.  
  18. /* 2 * ARCSIZE */
  19. 62.5% {
  20. -webkit-transform: rotate(675deg);
  21. }
  22.  
  23. /* 2.5 * ARCSIZE */
  24. 75% {
  25. -webkit-transform: rotate(810deg);
  26. }
  27.  
  28. /* 3 * ARCSIZE */
  29. 87.5% {
  30. -webkit-transform: rotate(945deg);
  31. }
  32.  
  33. /* 3.5 * ARCSIZE */
  34. to {
  35. -webkit-transform: rotate(1080deg);
  36. }
  37.  
  38. /* 4 * ARCSIZE */}
  39.  
  40. @keyframes fill-unfill-rotate {
  41. 12.5% {
  42. -webkit-transform: rotate(135deg);
  43. transform: rotate(135deg);
  44. }
  45.  
  46. /* 0.5 * ARCSIZE */
  47. 25% {
  48. -webkit-transform: rotate(270deg);
  49. transform: rotate(270deg);
  50. }
  51.  
  52. /* 1 * ARCSIZE */
  53. 37.5% {
  54. -webkit-transform: rotate(405deg);
  55. transform: rotate(405deg);
  56. }
  57.  
  58. /* 1.5 * ARCSIZE */
  59. 50% {
  60. -webkit-transform: rotate(540deg);
  61. transform: rotate(540deg);
  62. }
  63.  
  64. /* 2 * ARCSIZE */
  65. 62.5% {
  66. -webkit-transform: rotate(675deg);
  67. transform: rotate(675deg);
  68. }
  69.  
  70. /* 2.5 * ARCSIZE */
  71. 75% {
  72. -webkit-transform: rotate(810deg);
  73. transform: rotate(810deg);
  74. }
  75.  
  76. /* 3 * ARCSIZE */
  77. 87.5% {
  78. -webkit-transform: rotate(945deg);
  79. transform: rotate(945deg);
  80. }
  81.  
  82. /* 3.5 * ARCSIZE */
  83. to {
  84. -webkit-transform: rotate(1080deg);
  85. transform: rotate(1080deg);
  86. }
  87.  
  88. /* 4 * ARCSIZE */}
  89.  
  90. @-webkit-keyframes blue-fade-in-out {
  91. from {
  92. opacity: 1;
  93. }
  94.  
  95. 25% {
  96. opacity: 1;
  97. }
  98.  
  99. 26% {
  100. opacity: 0;
  101. }
  102.  
  103. 89% {
  104. opacity: 0;
  105. }
  106.  
  107. 90% {
  108. opacity: 1;
  109. }
  110.  
  111. 100% {
  112. opacity: 1;
  113. }
  114. }
  115.  
  116. @keyframes blue-fade-in-out {
  117. from {
  118. opacity: 1;
  119. }
  120.  
  121. 25% {
  122. opacity: 1;
  123. }
  124.  
  125. 26% {
  126. opacity: 0;
  127. }
  128.  
  129. 89% {
  130. opacity: 0;
  131. }
  132.  
  133. 90% {
  134. opacity: 1;
  135. }
  136.  
  137. 100% {
  138. opacity: 1;
  139. }
  140. }
  141.  
  142. @-webkit-keyframes red-fade-in-out {
  143. from {
  144. opacity: 0;
  145. }
  146.  
  147. 15% {
  148. opacity: 0;
  149. }
  150.  
  151. 25% {
  152. opacity: 1;
  153. }
  154.  
  155. 50% {
  156. opacity: 1;
  157. }
  158.  
  159. 51% {
  160. opacity: 0;
  161. }
  162. }
  163.  
  164. @keyframes red-fade-in-out {
  165. from {
  166. opacity: 0;
  167. }
  168.  
  169. 15% {
  170. opacity: 0;
  171. }
  172.  
  173. 25% {
  174. opacity: 1;
  175. }
  176.  
  177. 50% {
  178. opacity: 1;
  179. }
  180.  
  181. 51% {
  182. opacity: 0;
  183. }
  184. }
  185.  
  186. @-webkit-keyframes yellow-fade-in-out {
  187. from {
  188. opacity: 0;
  189. }
  190.  
  191. 40% {
  192. opacity: 0;
  193. }
  194.  
  195. 50% {
  196. opacity: 1;
  197. }
  198.  
  199. 75% {
  200. opacity: 1;
  201. }
  202.  
  203. 76% {
  204. opacity: 0;
  205. }
  206. }
  207.  
  208. @keyframes yellow-fade-in-out {
  209. from {
  210. opacity: 0;
  211. }
  212.  
  213. 40% {
  214. opacity: 0;
  215. }
  216.  
  217. 50% {
  218. opacity: 1;
  219. }
  220.  
  221. 75% {
  222. opacity: 1;
  223. }
  224.  
  225. 76% {
  226. opacity: 0;
  227. }
  228. }
  229.  
  230. @-webkit-keyframes green-fade-in-out {
  231. from {
  232. opacity: 0;
  233. }
  234.  
  235. 65% {
  236. opacity: 0;
  237. }
  238.  
  239. 75% {
  240. opacity: 1;
  241. }
  242.  
  243. 90% {
  244. opacity: 1;
  245. }
  246.  
  247. 100% {
  248. opacity: 0;
  249. }
  250. }
  251.  
  252. @keyframes green-fade-in-out {
  253. from {
  254. opacity: 0;
  255. }
  256.  
  257. 65% {
  258. opacity: 0;
  259. }
  260.  
  261. 75% {
  262. opacity: 1;
  263. }
  264.  
  265. 90% {
  266. opacity: 1;
  267. }
  268.  
  269. 100% {
  270. opacity: 0;
  271. }
  272. }
  273.  
  274. /**
  275. * Patch the gap that appear between the two adjacent div.circle-clipper while the
  276. * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
  277. */
  278.  
  279. .gap-patch {
  280. position: absolute;
  281. top: 0;
  282. left: 45%;
  283. width: 10%;
  284. height: 100%;
  285. overflow: hidden;
  286. border-color: inherit;
  287. }
  288.  
  289. .gap-patch .circle {
  290. width: 1000%;
  291. left: -450%;
  292. }
  293.  
  294. .circle-clipper {
  295. display: inline-block;
  296. position: relative;
  297. width: 50%;
  298. height: 100%;
  299. overflow: hidden;
  300. border-color: inherit;
  301. }
  302.  
  303. .circle-clipper .circle {
  304. width: 200%;
  305. height: 100%;
  306. border-width: 3px;
  307. /* STROKEWIDTH */
  308. border-style: solid;
  309. border-color: inherit;
  310. border-bottom-color: transparent !important;
  311. border-radius: 50%;
  312. -webkit-animation: none;
  313. animation: none;
  314. position: absolute;
  315. top: 0;
  316. right: 0;
  317. bottom: 0;
  318. }
  319.  
  320. .circle-clipper.left .circle {
  321. left: 0;
  322. border-right-color: transparent !important;
  323. -webkit-transform: rotate(129deg);
  324. transform: rotate(129deg);
  325. }
  326.  
  327. .circle-clipper.right .circle {
  328. left: -100%;
  329. border-left-color: transparent !important;
  330. -webkit-transform: rotate(-129deg);
  331. transform: rotate(-129deg);
  332. }
  333.  
  334. .active .circle-clipper.left .circle {
  335. /* duration: ARCTIME */
  336. -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  337. animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  338. }
  339.  
  340. .active .circle-clipper.right .circle {
  341. /* duration: ARCTIME */
  342. -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  343. animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  344. }
  345.  
  346. @-webkit-keyframes left-spin {
  347. from {
  348. -webkit-transform: rotate(130deg);
  349. }
  350.  
  351. 50% {
  352. -webkit-transform: rotate(-5deg);
  353. }
  354.  
  355. to {
  356. -webkit-transform: rotate(130deg);
  357. }
  358. }
  359.  
  360. @keyframes left-spin {
  361. from {
  362. -webkit-transform: rotate(130deg);
  363. transform: rotate(130deg);
  364. }
  365.  
  366. 50% {
  367. -webkit-transform: rotate(-5deg);
  368. transform: rotate(-5deg);
  369. }
  370.  
  371. to {
  372. -webkit-transform: rotate(130deg);
  373. transform: rotate(130deg);
  374. }
  375. }
  376.  
  377. @-webkit-keyframes right-spin {
  378. from {
  379. -webkit-transform: rotate(-130deg);
  380. }
  381.  
  382. 50% {
  383. -webkit-transform: rotate(5deg);
  384. }
  385.  
  386. to {
  387. -webkit-transform: rotate(-130deg);
  388. }
  389. }
  390.  
  391. @keyframes right-spin {
  392. from {
  393. -webkit-transform: rotate(-130deg);
  394. transform: rotate(-130deg);
  395. }
  396.  
  397. 50% {
  398. -webkit-transform: rotate(5deg);
  399. transform: rotate(5deg);
  400. }
  401.  
  402. to {
  403. -webkit-transform: rotate(-130deg);
  404. transform: rotate(-130deg);
  405. }
  406. }
  407.  
  408. #spinnerContainer.cooldown {
  409. /* duration: SHRINK_TIME */
  410. -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  411. animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  412. }
  413.  
  414. @-webkit-keyframes fade-out {
  415. from {
  416. opacity: 1;
  417. }
  418.  
  419. to {
  420. opacity: 0;
  421. }
  422. }
  423.  
  424. @keyframes fade-out {
  425. from {
  426. opacity: 1;
  427. }
  428.  
  429. to {
  430. opacity: 0;
  431. }
  432. }
  433.  
  434. .slider {
  435. position: relative;
  436. height: 400px;
  437. width: 100%;
  438. }
  439.  
  440. .slider.fullscreen {
  441. height: 100%;
  442. width: 100%;
  443. position: absolute;
  444. top: 0;
  445. left: 0;
  446. right: 0;
  447. bottom: 0;
  448. }
  449.  
  450. .slider.fullscreen ul.slides {
  451. height: 100%;
  452. }
  453.  
  454. .slider.fullscreen ul.indicators {
  455. z-index: 2;
  456. bottom: 30px;
  457. }
  458.  
  459. .slider .slides {
  460. background-color: #9e9e9e;
  461. margin: 0;
  462. height: 400px;
  463. }
  464.  
  465. .slider .slides li {
  466. opacity: 0;
  467. position: absolute;
  468. top: 0;
  469. left: 0;
  470. z-index: 1;
  471. width: 100%;
  472. height: inherit;
  473. overflow: hidden;
  474. }
  475.  
  476. .slider .slides li img {
  477. height: 100%;
  478. width: 100%;
  479. background-size: cover;
  480. background-position: center;
  481. }
  482.  
  483. .slider .slides li .caption {
  484. color: #fff;
  485. position: absolute;
  486. top: 15%;
  487. left: 15%;
  488. width: 70%;
  489. opacity: 0;
  490. }
  491.  
  492. .slider .slides li .caption p {
  493. color: #e0e0e0;
  494. }
  495.  
  496. .slider .slides li.active {
  497. z-index: 2;
  498. }
  499.  
  500. .slider .indicators {
  501. position: absolute;
  502. text-align: center;
  503. left: 0;
  504. right: 0;
  505. bottom: 0;
  506. margin: 0;
  507. }
  508.  
  509. .slider .indicators .indicator-item {
  510. display: inline-block;
  511. position: relative;
  512. cursor: pointer;
  513. height: 16px;
  514. width: 16px;
  515. margin: 0 12px;
  516. background-color: #e0e0e0;
  517. transition: background-color .3s;
  518. border-radius: 50%;
  519. }
  520.  
  521. .slider .indicators .indicator-item.active {
  522. background-color: #4CAF50;
  523. }
  524.  
  525. .carousel {
  526. overflow: hidden;
  527. position: relative;
  528. width: 100%;
  529. height: 400px;
  530. -webkit-perspective: 500px;
  531. perspective: 500px;
  532. -webkit-transform-style: preserve-3d;
  533. transform-style: preserve-3d;
  534. -webkit-transform-origin: 0% 50%;
  535. transform-origin: 0% 50%;
  536. }
  537.  
  538. .carousel.carousel-slider {
  539. top: 0;
  540. left: 0;
  541. height: 0;
  542. }
  543.  
  544. .carousel.carousel-slider .carousel-fixed-item {
  545. position: absolute;
  546. left: 0;
  547. right: 0;
  548. bottom: 20px;
  549. z-index: 1;
  550. }
  551.  
  552. .carousel.carousel-slider .carousel-fixed-item.with-indicators {
  553. bottom: 68px;
  554. }
  555.  
  556. .carousel.carousel-slider .carousel-item {
  557. width: 100%;
  558. height: 100%;
  559. min-height: 400px;
  560. position: absolute;
  561. top: 0;
  562. left: 0;
  563. }
  564.  
  565. .carousel.carousel-slider .carousel-item h2 {
  566. font-size: 24px;
  567. font-weight: 500;
  568. line-height: 32px;
  569. }
  570.  
  571. .carousel.carousel-slider .carousel-item p {
  572. font-size: 15px;
  573. }
  574.  
  575. .carousel .carousel-item {
  576. display: none;
  577. width: 200px;
  578. height: 200px;
  579. position: absolute;
  580. top: 0;
  581. left: 0;
  582. }
  583.  
  584. .carousel .carousel-item img {
  585. width: 100%;
  586. }
  587.  
  588. .carousel .indicators {
  589. position: absolute;
  590. text-align: center;
  591. left: 0;
  592. right: 0;
  593. bottom: 0;
  594. margin: 0;
  595. }
  596.  
  597. .carousel .indicators .indicator-item {
  598. display: inline-block;
  599. position: relative;
  600. cursor: pointer;
  601. height: 8px;
  602. width: 8px;
  603. margin: 24px 4px;
  604. background-color: rgba(255, 255, 255, 0.5);
  605. transition: background-color .3s;
  606. border-radius: 50%;
  607. }
  608.  
  609. .carousel .indicators .indicator-item.active {
  610. background-color: #fff;
  611. }
  612.  
  613. /* ==========================================================================
  614. $BASE-PICKER
  615. ========================================================================== */
  616.  
  617. /**
  618. * Note: the root picker element should *NOT* be styled more than what's here.
  619. */
  620.  
  621. .picker {
  622. font-size: 16px;
  623. text-align: left;
  624. line-height: 1.2;
  625. color: #000000;
  626. position: absolute;
  627. z-index: 10000;
  628. -webkit-user-select: none;
  629. -moz-user-select: none;
  630. -ms-user-select: none;
  631. user-select: none;
  632. }
  633.  
  634. /**
  635. * The picker input element.
  636. */
  637.  
  638. .picker__input {
  639. cursor: default;
  640. }
  641.  
  642. /**
  643. * When the picker is opened, the input element is "activated".
  644. */
  645.  
  646. .picker__input.picker__input--active {
  647. border-color: #0089ec;
  648. }
  649.  
  650. /**
  651. * The holder is the only "scrollable" top-level container element.
  652. */
  653.  
  654. .picker__holder {
  655. width: 100%;
  656. overflow-y: auto;
  657. -webkit-overflow-scrolling: touch;
  658. }
  659.  
  660. /*!
  661. * Default mobile-first, responsive styling for pickadate.js
  662. * Demo: http://amsul.github.io/pickadate.js
  663. */
  664.  
  665. /**
  666. * Note: the root picker element should *NOT* be styled more than what's here.
  667. */
  668.  
  669. /**
  670. * Make the holder and frame fullscreen.
  671. */
  672.  
  673. .picker__holder,
  674. .picker__frame {
  675. bottom: 0;
  676. left: 0;
  677. right: 0;
  678. top: 100%;
  679. }
  680.  
  681. /**
  682. * The holder should overlay the entire screen.
  683. */
  684.  
  685. .picker__holder {
  686. position: fixed;
  687. transition: background 0.15s ease-out, top 0s 0.15s;
  688. -webkit-backface-visibility: hidden;
  689. }
  690.  
  691. /**
  692. * The frame that bounds the box contents of the picker.
  693. */
  694.  
  695. .picker__frame {
  696. position: absolute;
  697. margin: 0 auto;
  698. min-width: 256px;
  699. width: 300px;
  700. max-height: 350px;
  701. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  702. filter: alpha(opacity=0);
  703. -moz-opacity: 0;
  704. opacity: 0;
  705. transition: all 0.15s ease-out;
  706. }
  707.  
  708. @media (min-height: 28.875em) {
  709. .picker__frame {
  710. overflow: visible;
  711. top: auto;
  712. bottom: -100%;
  713. max-height: 80%;
  714. }
  715. }
  716.  
  717. @media (min-height: 40.125em) {
  718. .picker__frame {
  719. margin-bottom: 7.5%;
  720. }
  721. }
  722.  
  723. /**
  724. * The wrapper sets the stage to vertically align the box contents.
  725. */
  726.  
  727. .picker__wrap {
  728. display: table;
  729. width: 100%;
  730. height: 100%;
  731. }
  732.  
  733. @media (min-height: 28.875em) {
  734. .picker__wrap {
  735. display: block;
  736. }
  737. }
  738.  
  739. /**
  740. * The box contains all the picker contents.
  741. */
  742.  
  743. .picker__box {
  744. background: #ffffff;
  745. display: table-cell;
  746. vertical-align: middle;
  747. }
  748.  
  749. @media (min-height: 28.875em) {
  750. .picker__box {
  751. display: block;
  752. border: 1px solid #777777;
  753. border-top-color: #898989;
  754. border-bottom-width: 0;
  755. border-radius: 5px 5px 0 0;
  756. box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  757. }
  758. }
  759.  
  760. /**
  761. * When the picker opens...
  762. */
  763.  
  764. .picker--opened .picker__holder {
  765. top: 0;
  766. background: transparent;
  767. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  768. zoom: 1;
  769. background: rgba(0, 0, 0, 0.32);
  770. transition: background 0.15s ease-out;
  771. }
  772.  
  773. .picker--opened .picker__frame {
  774. top: 0;
  775. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  776. filter: alpha(opacity=100);
  777. -moz-opacity: 1;
  778. opacity: 1;
  779. }
  780.  
  781. @media (min-height: 35.875em) {
  782. .picker--opened .picker__frame {
  783. top: 10%;
  784. bottom: auto;
  785. }
  786. }
  787.  
  788. /**
  789. * For `large` screens, transform into an inline picker.
  790. */
  791.  
  792. /* ==========================================================================
  793. CUSTOM MATERIALIZE STYLES
  794. ========================================================================== */
  795.  
  796. .picker__input.picker__input--active {
  797. border-color: #E3F2FD;
  798. }
  799.  
  800. .picker__frame {
  801. margin: 0 auto;
  802. max-width: 325px;
  803. }
  804.  
  805. @media (min-height: 38.875em) {
  806. .picker--opened .picker__frame {
  807. top: 10%;
  808. bottom: auto;
  809. }
  810. }
  811.  
  812. /* ==========================================================================
  813. $BASE-DATE-PICKER
  814. ========================================================================== */
  815.  
  816. /**
  817. * The picker box.
  818. */
  819.  
  820. .picker__box {
  821. padding: 0 1em;
  822. }
  823.  
  824. /**
  825. * The header containing the month and year stuff.
  826. */
  827.  
  828. .picker__header {
  829. text-align: center;
  830. position: relative;
  831. margin-top: .75em;
  832. }
  833.  
  834. /**
  835. * The month and year labels.
  836. */
  837.  
  838. .picker__month,
  839. .picker__year {
  840. display: inline-block;
  841. margin-left: .25em;
  842. margin-right: .25em;
  843. }
  844.  
  845. /**
  846. * The month and year selectors.
  847. */
  848.  
  849. .picker__select--month,
  850. .picker__select--year {
  851. height: 2em;
  852. padding: 0;
  853. margin-left: .25em;
  854. margin-right: .25em;
  855. }
  856.  
  857. .picker__select--month.browser-default {
  858. display: inline;
  859. background-color: #FFFFFF;
  860. width: 40%;
  861. }
  862.  
  863. .picker__select--year.browser-default {
  864. display: inline;
  865. background-color: #FFFFFF;
  866. width: 26%;
  867. }
  868.  
  869. .picker__select--month:focus,
  870. .picker__select--year:focus {
  871. border-color: rgba(0, 0, 0, 0.05);
  872. }
  873.  
  874. /**
  875. * The month navigation buttons.
  876. */
  877.  
  878. .picker__nav--prev,
  879. .picker__nav--next {
  880. position: absolute;
  881. padding: .5em 1.25em;
  882. width: 1em;
  883. height: 1em;
  884. box-sizing: content-box;
  885. top: -0.25em;
  886. }
  887.  
  888. .picker__nav--prev {
  889. left: -1em;
  890. padding-right: 1.25em;
  891. }
  892.  
  893. .picker__nav--next {
  894. right: -1em;
  895. padding-left: 1.25em;
  896. }
  897.  
  898. .picker__nav--disabled,
  899. .picker__nav--disabled:hover,
  900. .picker__nav--disabled:before,
  901. .picker__nav--disabled:before:hover {
  902. cursor: default;
  903. background: none;
  904. border-right-color: #f5f5f5;
  905. border-left-color: #f5f5f5;
  906. }
  907.  
  908. /**
  909. * The calendar table of dates
  910. */
  911.  
  912. .picker__table {
  913. text-align: center;
  914. border-collapse: collapse;
  915. border-spacing: 0;
  916. table-layout: fixed;
  917. font-size: 1rem;
  918. width: 100%;
  919. margin-top: .75em;
  920. margin-bottom: .5em;
  921. }
  922.  
  923. .picker__table th,
  924. .picker__table td {
  925. text-align: center;
  926. }
  927.  
  928. .picker__table td {
  929. margin: 0;
  930. padding: 0;
  931. }
  932.  
  933. /**
  934. * The weekday labels
  935. */
  936.  
  937. .picker__weekday {
  938. width: 14.285714286%;
  939. font-size: .75em;
  940. padding-bottom: .25em;
  941. color: #999999;
  942. font-weight: 500;
  943. /* Increase the spacing a tad */
  944. }
  945.  
  946. @media (min-height: 33.875em) {
  947. .picker__weekday {
  948. padding-bottom: .5em;
  949. }
  950. }
  951.  
  952. /**
  953. * The days on the calendar
  954. */
  955.  
  956. .picker__day--today {
  957. position: relative;
  958. color: #595959;
  959. letter-spacing: -.3;
  960. padding: .75rem 0;
  961. font-weight: 400;
  962. border: 1px solid transparent;
  963. }
  964.  
  965. .picker__day--disabled:before {
  966. border-top-color: #aaaaaa;
  967. }
  968.  
  969. .picker__day--infocus:hover {
  970. cursor: pointer;
  971. color: #000;
  972. font-weight: 500;
  973. }
  974.  
  975. .picker__day--outfocus {
  976. display: none;
  977. padding: .75rem 0;
  978. color: #fff;
  979. }
  980.  
  981. .picker__day--outfocus:hover {
  982. cursor: pointer;
  983. color: #dddddd;
  984. font-weight: 500;
  985. }
  986.  
  987. .picker__day--highlighted:hover,
  988. .picker--focused .picker__day--highlighted {
  989. cursor: pointer;
  990. }
  991.  
  992. .picker__day--selected,
  993. .picker__day--selected:hover,
  994. .picker--focused .picker__day--selected {
  995. border-radius: 50%;
  996. -webkit-transform: scale(0.75);
  997. transform: scale(0.75);
  998. background: #0089ec;
  999. color: #ffffff;
  1000. }
  1001.  
  1002. .picker__day--disabled,
  1003. .picker__day--disabled:hover,
  1004. .picker--focused .picker__day--disabled {
  1005. background: #f5f5f5;
  1006. border-color: #f5f5f5;
  1007. color: #dddddd;
  1008. cursor: default;
  1009. }
  1010.  
  1011. .picker__day--highlighted.picker__day--disabled,
  1012. .picker__day--highlighted.picker__day--disabled:hover {
  1013. background: #bbbbbb;
  1014. }
  1015.  
  1016. /**
  1017. * The footer containing the "today", "clear", and "close" buttons.
  1018. */
  1019.  
  1020. .picker__footer {
  1021. text-align: center;
  1022. display: -webkit-flex;
  1023. display: -ms-flexbox;
  1024. display: flex;
  1025. -webkit-align-items: center;
  1026. -ms-flex-align: center;
  1027. align-items: center;
  1028. -webkit-justify-content: space-between;
  1029. -ms-flex-pack: justify;
  1030. justify-content: space-between;
  1031. }
  1032.  
  1033. .picker__button--today,
  1034. .picker__button--clear,
  1035. .picker__button--close {
  1036. border: 1px solid #ffffff;
  1037. background: #ffffff;
  1038. font-size: .8em;
  1039. padding: .66em 0;
  1040. font-weight: bold;
  1041. width: 33%;
  1042. display: inline-block;
  1043. vertical-align: bottom;
  1044. }
  1045.  
  1046. .picker__button--today:hover,
  1047. .picker__button--clear:hover,
  1048. .picker__button--close:hover {
  1049. cursor: pointer;
  1050. color: #000000;
  1051. background: #b1dcfb;
  1052. border-bottom-color: #b1dcfb;
  1053. }
  1054.  
  1055. .picker__button--today:focus,
  1056. .picker__button--clear:focus,
  1057. .picker__button--close:focus {
  1058. background: #b1dcfb;
  1059. border-color: rgba(0, 0, 0, 0.05);
  1060. outline: none;
  1061. }
  1062.  
  1063. .picker__button--today:before,
  1064. .picker__button--clear:before,
  1065. .picker__button--close:before {
  1066. position: relative;
  1067. display: inline-block;
  1068. height: 0;
  1069. }
  1070.  
  1071. .picker__button--today:before,
  1072. .picker__button--clear:before {
  1073. content: " ";
  1074. margin-right: .45em;
  1075. }
  1076.  
  1077. .picker__button--today:before {
  1078. top: -0.05em;
  1079. width: 0;
  1080. border-top: 0.66em solid #0059bc;
  1081. border-left: .66em solid transparent;
  1082. }
  1083.  
  1084. .picker__button--clear:before {
  1085. top: -0.25em;
  1086. width: .66em;
  1087. border-top: 3px solid #ee2200;
  1088. }
  1089.  
  1090. .picker__button--close:before {
  1091. content: "\D7";
  1092. top: -0.1em;
  1093. vertical-align: top;
  1094. font-size: 1.1em;
  1095. margin-right: .35em;
  1096. color: #777777;
  1097. }
  1098.  
  1099. .picker__button--today[disabled],
  1100. .picker__button--today[disabled]:hover {
  1101. background: #f5f5f5;
  1102. border-color: #f5f5f5;
  1103. color: #dddddd;
  1104. cursor: default;
  1105. }
  1106.  
  1107. .picker__button--today[disabled]:before {
  1108. border-top-color: #aaaaaa;
  1109. }
  1110.  
  1111. /* ==========================================================================
  1112. CUSTOM MATERIALIZE STYLES
  1113. ========================================================================== */
  1114.  
  1115. .picker__box {
  1116. border-radius: 2px;
  1117. overflow: hidden;
  1118. }
  1119.  
  1120. .picker__date-display {
  1121. text-align: center;
  1122. background-color: #26a69a;
  1123. color: #fff;
  1124. padding-bottom: 15px;
  1125. font-weight: 300;
  1126. }
  1127.  
  1128. .picker__nav--prev:hover,
  1129. .picker__nav--next:hover {
  1130. cursor: pointer;
  1131. color: #000000;
  1132. background: #a1ded8;
  1133. }
  1134.  
  1135. .picker__weekday-display {
  1136. background-color: #1f897f;
  1137. padding: 10px;
  1138. font-weight: 200;
  1139. letter-spacing: .5;
  1140. font-size: 1rem;
  1141. margin-bottom: 15px;
  1142. }
  1143.  
  1144. .picker__month-display {
  1145. text-transform: uppercase;
  1146. font-size: 2rem;
  1147. }
  1148.  
  1149. .picker__day-display {
  1150. font-size: 4.5rem;
  1151. font-weight: 400;
  1152. }
  1153.  
  1154. .picker__year-display {
  1155. font-size: 1.8rem;
  1156. color: rgba(255, 255, 255, 0.4);
  1157. }
  1158.  
  1159. .picker__box {
  1160. padding: 0;
  1161. }
  1162.  
  1163. .picker__calendar-container {
  1164. padding: 0 1rem;
  1165. }
  1166.  
  1167. .picker__calendar-container thead {
  1168. border: none;
  1169. }
  1170.  
  1171. .picker__table {
  1172. margin-top: 0;
  1173. margin-bottom: .5em;
  1174. }
  1175.  
  1176. .picker__day--infocus {
  1177. color: #595959;
  1178. letter-spacing: -.3;
  1179. padding: .75rem 0;
  1180. font-weight: 400;
  1181. border: 1px solid transparent;
  1182. }
  1183.  
  1184. .picker__day.picker__day--today {
  1185. color: #26a69a;
  1186. }
  1187.  
  1188. .picker__day.picker__day--today.picker__day--selected {
  1189. color: #fff;
  1190. }
  1191.  
  1192. .picker__weekday {
  1193. font-size: .9rem;
  1194. }
  1195.  
  1196. .picker__day--selected,
  1197. .picker__day--selected:hover,
  1198. .picker--focused .picker__day--selected {
  1199. border-radius: 50%;
  1200. -webkit-transform: scale(0.9);
  1201. transform: scale(0.9);
  1202. background-color: #26a69a;
  1203. color: #ffffff;
  1204. }
  1205.  
  1206. .picker__day--selected.picker__day--outfocus,
  1207. .picker__day--selected:hover.picker__day--outfocus,
  1208. .picker--focused .picker__day--selected.picker__day--outfocus {
  1209. background-color: #a1ded8;
  1210. }
  1211.  
  1212. .picker__footer {
  1213. text-align: right;
  1214. padding: 5px 10px;
  1215. }
  1216.  
  1217. .picker__close,
  1218. .picker__today {
  1219. font-size: 1.1rem;
  1220. padding: 0 1rem;
  1221. color: #26a69a;
  1222. }
  1223.  
  1224. .picker__nav--prev:before,
  1225. .picker__nav--next:before {
  1226. content: " ";
  1227. border-top: .5em solid transparent;
  1228. border-bottom: .5em solid transparent;
  1229. border-right: 0.75em solid #676767;
  1230. width: 0;
  1231. height: 0;
  1232. display: block;
  1233. margin: 0 auto;
  1234. }
  1235.  
  1236. .picker__nav--next:before {
  1237. border-right: 0;
  1238. border-left: 0.75em solid #676767;
  1239. }
  1240.  
  1241. button.picker__today:focus,
  1242. button.picker__clear:focus,
  1243. button.picker__close:focus {
  1244. background-color: #a1ded8;
  1245. }
  1246.  
  1247. /* ==========================================================================
  1248. $BASE-TIME-PICKER
  1249. ========================================================================== */
  1250.  
  1251. /**
  1252. * The list of times.
  1253. */
  1254.  
  1255. .picker__list {
  1256. list-style: none;
  1257. padding: 0.75em 0 4.2em;
  1258. margin: 0;
  1259. }
  1260.  
  1261. /**
  1262. * The times on the clock.
  1263. */
  1264.  
  1265. .picker__list-item {
  1266. border-bottom: 1px solid #dddddd;
  1267. border-top: 1px solid #dddddd;
  1268. margin-bottom: -1px;
  1269. position: relative;
  1270. background: #ffffff;
  1271. padding: .75em 1.25em;
  1272. }
  1273.  
  1274. @media (min-height: 46.75em) {
  1275. .picker__list-item {
  1276. padding: .5em 1em;
  1277. }
  1278. }
  1279.  
  1280. /* Hovered time */
  1281.  
  1282. .picker__list-item:hover {
  1283. cursor: pointer;
  1284. color: #000000;
  1285. background: #b1dcfb;
  1286. border-color: #0089ec;
  1287. z-index: 10;
  1288. }
  1289.  
  1290. /* Highlighted and hovered/focused time */
  1291.  
  1292. .picker__list-item--highlighted {
  1293. border-color: #0089ec;
  1294. z-index: 10;
  1295. }
  1296.  
  1297. .picker__list-item--highlighted:hover,
  1298. .picker--focused .picker__list-item--highlighted {
  1299. cursor: pointer;
  1300. color: #000000;
  1301. background: #b1dcfb;
  1302. }
  1303.  
  1304. /* Selected and hovered/focused time */
  1305.  
  1306. .picker__list-item--selected,
  1307. .picker__list-item--selected:hover,
  1308. .picker--focused .picker__list-item--selected {
  1309. background: #0089ec;
  1310. color: #ffffff;
  1311. z-index: 10;
  1312. }
  1313.  
  1314. /* Disabled time */
  1315.  
  1316. .picker__list-item--disabled,
  1317. .picker__list-item--disabled:hover,
  1318. .picker--focused .picker__list-item--disabled {
  1319. background: #f5f5f5;
  1320. border-color: #f5f5f5;
  1321. color: #dddddd;
  1322. cursor: default;
  1323. border-color: #dddddd;
  1324. z-index: auto;
  1325. }
  1326.  
  1327. /**
  1328. * The clear button
  1329. */
  1330.  
  1331. .picker--time .picker__button--clear {
  1332. display: block;
  1333. width: 80%;
  1334. margin: 1em auto 0;
  1335. padding: 1em 1.25em;
  1336. background: none;
  1337. border: 0;
  1338. font-weight: 500;
  1339. font-size: .67em;
  1340. text-align: center;
  1341. text-transform: uppercase;
  1342. color: #666;
  1343. }
  1344.  
  1345. .picker--time .picker__button--clear:hover,
  1346. .picker--time .picker__button--clear:focus {
  1347. color: #000000;
  1348. background: #b1dcfb;
  1349. background: #ee2200;
  1350. border-color: #ee2200;
  1351. cursor: pointer;
  1352. color: #ffffff;
  1353. outline: none;
  1354. }
  1355.  
  1356. .picker--time .picker__button--clear:before {
  1357. top: -0.25em;
  1358. color: #666;
  1359. font-size: 1.25em;
  1360. font-weight: bold;
  1361. }
  1362.  
  1363. .picker--time .picker__button--clear:hover:before,
  1364. .picker--time .picker__button--clear:focus:before {
  1365. color: #ffffff;
  1366. }
  1367.  
  1368. /* ==========================================================================
  1369. $DEFAULT-TIME-PICKER
  1370. ========================================================================== */
  1371.  
  1372. /**
  1373. * The frame the bounds the time picker.
  1374. */
  1375.  
  1376. .picker--time .picker__frame {
  1377. min-width: 256px;
  1378. max-width: 320px;
  1379. }
  1380.  
  1381. /**
  1382. * The picker box.
  1383. */
  1384.  
  1385. .picker--time .picker__box {
  1386. font-size: 1em;
  1387. background: #f2f2f2;
  1388. padding: 0;
  1389. }
  1390.  
  1391. @media (min-height: 40.125em) {
  1392. .picker--time .picker__box {
  1393. margin-bottom: 5em;
  1394. }
  1395. }
  1396.  
  1397. @font-face {
  1398. font-family: 'Material Icons';
  1399. font-style: normal;
  1400. font-weight: 400;
  1401. src: url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/material/MaterialIcons-Regular.eot");
  1402. /* For IE6-8 */
  1403. src: local('Material Icons'),
  1404. local('MaterialIcons-Regular'),
  1405. url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/material/MaterialIcons-Regular.woff2") format('woff2'),
  1406. url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/material/MaterialIcons-Regular.woff") format('woff'),
  1407. url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/material/MaterialIcons-Regular.ttf") format('truetype');
  1408. }
  1409.  
  1410. .material-icons {
  1411. font-family: 'Material Icons';
  1412. font-weight: normal;
  1413. font-style: normal;
  1414. font-size: 24px;
  1415. /* Preferred icon size */
  1416. display: inline-block;
  1417. line-height: 1;
  1418. text-transform: none;
  1419. letter-spacing: normal;
  1420. word-wrap: normal;
  1421. white-space: nowrap;
  1422. direction: ltr;
  1423. /* Support for all WebKit browsers. */
  1424. -webkit-font-smoothing: antialiased;
  1425. /* Support for Safari and Chrome. */
  1426. text-rendering: optimizeLegibility;
  1427. /* Support for Firefox. */
  1428. -moz-osx-font-smoothing: grayscale;
  1429. /* Support for IE. */
  1430. font-feature-settings: 'liga';
  1431. }
  1432.  
  1433. /*!
  1434. * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  1435. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  1436. */
  1437.  
  1438. /* FONT PATH
  1439. * -------------------------- */
  1440.  
  1441. @font-face {
  1442. font-family: 'FontAwesome';
  1443. src: url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  1444. src: url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/fontawesome/fontawesome-webfont.eot#iefix&v=4.7.0") format('embedded-opentype'), url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("/web/20170316031844im_/https://www.csgoexclusive.com/static/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  1445. font-weight: normal;
  1446. font-style: normal;
  1447. }
  1448.  
  1449. .fa {
  1450. display: inline-block;
  1451. font: normal normal normal 14px/1 FontAwesome;
  1452. font-size: inherit;
  1453. text-rendering: auto;
  1454. -webkit-font-smoothing: antialiased;
  1455. -moz-osx-font-smoothing: grayscale;
  1456. }
  1457.  
  1458. /* makes the font 33% larger relative to the icon container */
  1459.  
  1460. .fa-lg {
  1461. font-size: 1.33333333em;
  1462. line-height: 0.75em;
  1463. vertical-align: -15%;
  1464. }
  1465.  
  1466. .fa-2x {
  1467. font-size: 2em;
  1468. }
  1469.  
  1470. .fa-3x {
  1471. font-size: 3em;
  1472. }
  1473.  
  1474. .fa-4x {
  1475. font-size: 4em;
  1476. }
  1477.  
  1478. .fa-5x {
  1479. font-size: 5em;
  1480. }
  1481.  
  1482. .fa-fw {
  1483. width: 1.28571429em;
  1484. text-align: center;
  1485. }
  1486.  
  1487. .fa-ul {
  1488. padding-left: 0;
  1489. margin-left: 2.14285714em;
  1490. list-style-type: none;
  1491. }
  1492.  
  1493. .fa-ul > li {
  1494. position: relative;
  1495. }
  1496.  
  1497. .fa-li {
  1498. position: absolute;
  1499. left: -2.14285714em;
  1500. width: 2.14285714em;
  1501. top: 0.14285714em;
  1502. text-align: center;
  1503. }
  1504.  
  1505. .fa-li.fa-lg {
  1506. left: -1.85714286em;
  1507. }
  1508.  
  1509. .fa-border {
  1510. padding: .2em .25em .15em;
  1511. border: solid 0.08em #eeeeee;
  1512. border-radius: .1em;
  1513. }
  1514.  
  1515. .fa-pull-left {
  1516. float: left;
  1517. }
  1518.  
  1519. .fa-pull-right {
  1520. float: right;
  1521. }
  1522.  
  1523. .fa.fa-pull-left {
  1524. margin-right: .3em;
  1525. }
  1526.  
  1527. .fa.fa-pull-right {
  1528. margin-left: .3em;
  1529. }
  1530.  
  1531. /* Deprecated as of 4.4.0 */
  1532.  
  1533. .pull-right {
  1534. float: right;
  1535. }
  1536.  
  1537. .pull-left {
  1538. float: left;
  1539. }
  1540.  
  1541. .fa.pull-left {
  1542. margin-right: .3em;
  1543. }
  1544.  
  1545. .fa.pull-right {
  1546. margin-left: .3em;
  1547. }
  1548.  
  1549. .fa-spin {
  1550. -webkit-animation: fa-spin 2s infinite linear;
  1551. animation: fa-spin 2s infinite linear;
  1552. }
  1553.  
  1554. .fa-pulse {
  1555. -webkit-animation: fa-spin 1s infinite steps(8);
  1556. animation: fa-spin 1s infinite steps(8);
  1557. }
  1558.  
  1559. @-webkit-keyframes fa-spin {
  1560. 0% {
  1561. -webkit-transform: rotate(0deg);
  1562. transform: rotate(0deg);
  1563. }
  1564.  
  1565. 100% {
  1566. -webkit-transform: rotate(359deg);
  1567. transform: rotate(359deg);
  1568. }
  1569. }
  1570.  
  1571. @keyframes fa-spin {
  1572. 0% {
  1573. -webkit-transform: rotate(0deg);
  1574. transform: rotate(0deg);
  1575. }
  1576.  
  1577. 100% {
  1578. -webkit-transform: rotate(359deg);
  1579. transform: rotate(359deg);
  1580. }
  1581. }
  1582.  
  1583. .fa-rotate-90 {
  1584. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  1585. -webkit-transform: rotate(90deg);
  1586. -ms-transform: rotate(90deg);
  1587. transform: rotate(90deg);
  1588. }
  1589.  
  1590. .fa-rotate-180 {
  1591. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  1592. -webkit-transform: rotate(180deg);
  1593. -ms-transform: rotate(180deg);
  1594. transform: rotate(180deg);
  1595. }
  1596.  
  1597. .fa-rotate-270 {
  1598. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  1599. -webkit-transform: rotate(270deg);
  1600. -ms-transform: rotate(270deg);
  1601. transform: rotate(270deg);
  1602. }
  1603.  
  1604. .fa-flip-horizontal {
  1605. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  1606. -webkit-transform: scale(-1, 1);
  1607. -ms-transform: scale(-1, 1);
  1608. transform: scale(-1, 1);
  1609. }
  1610.  
  1611. .fa-flip-vertical {
  1612. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  1613. -webkit-transform: scale(1, -1);
  1614. -ms-transform: scale(1, -1);
  1615. transform: scale(1, -1);
  1616. }
  1617.  
  1618. :root .fa-rotate-90,
  1619. :root .fa-rotate-180,
  1620. :root .fa-rotate-270,
  1621. :root .fa-flip-horizontal,
  1622. :root .fa-flip-vertical {
  1623. filter: none;
  1624. }
  1625.  
  1626. .fa-stack {
  1627. position: relative;
  1628. display: inline-block;
  1629. width: 2em;
  1630. height: 2em;
  1631. line-height: 2em;
  1632. vertical-align: middle;
  1633. }
  1634.  
  1635. .fa-stack-1x,
  1636. .fa-stack-2x {
  1637. position: absolute;
  1638. left: 0;
  1639. width: 100%;
  1640. text-align: center;
  1641. }
  1642.  
  1643. .fa-stack-1x {
  1644. line-height: inherit;
  1645. }
  1646.  
  1647. .fa-stack-2x {
  1648. font-size: 2em;
  1649. }
  1650.  
  1651. .fa-inverse {
  1652. color: #ffffff;
  1653. }
  1654.  
  1655. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  1656. readers do not read off random characters that represent icons */
  1657.  
  1658. .fa-glass:before {
  1659. content: "\f000";
  1660. }
  1661.  
  1662. .fa-music:before {
  1663. content: "\f001";
  1664. }
  1665.  
  1666. .fa-search:before {
  1667. content: "\f002";
  1668. }
  1669.  
  1670. .fa-envelope-o:before {
  1671. content: "\f003";
  1672. }
  1673.  
  1674. .fa-heart:before {
  1675. content: "\f004";
  1676. }
  1677.  
  1678. .fa-star:before {
  1679. content: "\f005";
  1680. }
  1681.  
  1682. .fa-star-o:before {
  1683. content: "\f006";
  1684. }
  1685.  
  1686. .fa-user:before {
  1687. content: "\f007";
  1688. }
  1689.  
  1690. .fa-film:before {
  1691. content: "\f008";
  1692. }
  1693.  
  1694. .fa-th-large:before {
  1695. content: "\f009";
  1696. }
  1697.  
  1698. .fa-th:before {
  1699. content: "\f00a";
  1700. }
  1701.  
  1702. .fa-th-list:before {
  1703. content: "\f00b";
  1704. }
  1705.  
  1706. .fa-check:before {
  1707. content: "\f00c";
  1708. }
  1709.  
  1710. .fa-remove:before,
  1711. .fa-close:before,
  1712. .fa-times:before {
  1713. content: "\f00d";
  1714. }
  1715.  
  1716. .fa-search-plus:before {
  1717. content: "\f00e";
  1718. }
  1719.  
  1720. .fa-search-minus:before {
  1721. content: "\f010";
  1722. }
  1723.  
  1724. .fa-power-off:before {
  1725. content: "\f011";
  1726. }
  1727.  
  1728. .fa-signal:before {
  1729. content: "\f012";
  1730. }
  1731.  
  1732. .fa-gear:before,
  1733. .fa-cog:before {
  1734. content: "\f013";
  1735. }
  1736.  
  1737. .fa-trash-o:before {
  1738. content: "\f014";
  1739. }
  1740.  
  1741. .fa-home:before {
  1742. content: "\f015";
  1743. }
  1744.  
  1745. .fa-file-o:before {
  1746. content: "\f016";
  1747. }
  1748.  
  1749. .fa-clock-o:before {
  1750. content: "\f017";
  1751. }
  1752.  
  1753. .fa-road:before {
  1754. content: "\f018";
  1755. }
  1756.  
  1757. .fa-download:before {
  1758. content: "\f019";
  1759. }
  1760.  
  1761. .fa-arrow-circle-o-down:before {
  1762. content: "\f01a";
  1763. }
  1764.  
  1765. .fa-arrow-circle-o-up:before {
  1766. content: "\f01b";
  1767. }
  1768.  
  1769. .fa-inbox:before {
  1770. content: "\f01c";
  1771. }
  1772.  
  1773. .fa-play-circle-o:before {
  1774. content: "\f01d";
  1775. }
  1776.  
  1777. .fa-rotate-right:before,
  1778. .fa-repeat:before {
  1779. content: "\f01e";
  1780. }
  1781.  
  1782. .fa-refresh:before {
  1783. content: "\f021";
  1784. }
  1785.  
  1786. .fa-list-alt:before {
  1787. content: "\f022";
  1788. }
  1789.  
  1790. .fa-lock:before {
  1791. content: "\f023";
  1792. }
  1793.  
  1794. .fa-flag:before {
  1795. content: "\f024";
  1796. }
  1797.  
  1798. .fa-headphones:before {
  1799. content: "\f025";
  1800. }
  1801.  
  1802. .fa-volume-off:before {
  1803. content: "\f026";
  1804. }
  1805.  
  1806. .fa-volume-down:before {
  1807. content: "\f027";
  1808. }
  1809.  
  1810. .fa-volume-up:before {
  1811. content: "\f028";
  1812. }
  1813.  
  1814. .fa-qrcode:before {
  1815. content: "\f029";
  1816. }
  1817.  
  1818. .fa-barcode:before {
  1819. content: "\f02a";
  1820. }
  1821.  
  1822. .fa-tag:before {
  1823. content: "\f02b";
  1824. }
  1825.  
  1826. .fa-tags:before {
  1827. content: "\f02c";
  1828. }
  1829.  
  1830. .fa-book:before {
  1831. content: "\f02d";
  1832. }
  1833.  
  1834. .fa-bookmark:before {
  1835. content: "\f02e";
  1836. }
  1837.  
  1838. .fa-print:before {
  1839. content: "\f02f";
  1840. }
  1841.  
  1842. .fa-camera:before {
  1843. content: "\f030";
  1844. }
  1845.  
  1846. .fa-font:before {
  1847. content: "\f031";
  1848. }
  1849.  
  1850. .fa-bold:before {
  1851. content: "\f032";
  1852. }
  1853.  
  1854. .fa-italic:before {
  1855. content: "\f033";
  1856. }
  1857.  
  1858. .fa-text-height:before {
  1859. content: "\f034";
  1860. }
  1861.  
  1862. .fa-text-width:before {
  1863. content: "\f035";
  1864. }
  1865.  
  1866. .fa-align-left:before {
  1867. content: "\f036";
  1868. }
  1869.  
  1870. .fa-align-center:before {
  1871. content: "\f037";
  1872. }
  1873.  
  1874. .fa-align-right:before {
  1875. content: "\f038";
  1876. }
  1877.  
  1878. .fa-align-justify:before {
  1879. content: "\f039";
  1880. }
  1881.  
  1882. .fa-list:before {
  1883. content: "\f03a";
  1884. }
  1885.  
  1886. .fa-dedent:before,
  1887. .fa-outdent:before {
  1888. content: "\f03b";
  1889. }
  1890.  
  1891. .fa-indent:before {
  1892. content: "\f03c";
  1893. }
  1894.  
  1895. .fa-video-camera:before {
  1896. content: "\f03d";
  1897. }
  1898.  
  1899. .fa-photo:before,
  1900. .fa-image:before,
  1901. .fa-picture-o:before {
  1902. content: "\f03e";
  1903. }
  1904.  
  1905. .fa-pencil:before {
  1906. content: "\f040";
  1907. }
  1908.  
  1909. .fa-map-marker:before {
  1910. content: "\f041";
  1911. }
  1912.  
  1913. .fa-adjust:before {
  1914. content: "\f042";
  1915. }
  1916.  
  1917. .fa-tint:before {
  1918. content: "\f043";
  1919. }
  1920.  
  1921. .fa-edit:before,
  1922. .fa-pencil-square-o:before {
  1923. content: "\f044";
  1924. }
  1925.  
  1926. .fa-share-square-o:before {
  1927. content: "\f045";
  1928. }
  1929.  
  1930. .fa-check-square-o:before {
  1931. content: "\f046";
  1932. }
  1933.  
  1934. .fa-arrows:before {
  1935. content: "\f047";
  1936. }
  1937.  
  1938. .fa-step-backward:before {
  1939. content: "\f048";
  1940. }
  1941.  
  1942. .fa-fast-backward:before {
  1943. content: "\f049";
  1944. }
  1945.  
  1946. .fa-backward:before {
  1947. content: "\f04a";
  1948. }
  1949.  
  1950. .fa-play:before {
  1951. content: "\f04b";
  1952. }
  1953.  
  1954. .fa-pause:before {
  1955. content: "\f04c";
  1956. }
  1957.  
  1958. .fa-stop:before {
  1959. content: "\f04d";
  1960. }
  1961.  
  1962. .fa-forward:before {
  1963. content: "\f04e";
  1964. }
  1965.  
  1966. .fa-fast-forward:before {
  1967. content: "\f050";
  1968. }
  1969.  
  1970. .fa-step-forward:before {
  1971. content: "\f051";
  1972. }
  1973.  
  1974. .fa-eject:before {
  1975. content: "\f052";
  1976. }
  1977.  
  1978. .fa-chevron-left:before {
  1979. content: "\f053";
  1980. }
  1981.  
  1982. .fa-chevron-right:before {
  1983. content: "\f054";
  1984. }
  1985.  
  1986. .fa-plus-circle:before {
  1987. content: "\f055";
  1988. }
  1989.  
  1990. .fa-minus-circle:before {
  1991. content: "\f056";
  1992. }
  1993.  
  1994. .fa-times-circle:before {
  1995. content: "\f057";
  1996. }
  1997.  
  1998. .fa-check-circle:before {
  1999. content: "\f058";
  2000. }
  2001.  
  2002. .fa-question-circle:before {
  2003. content: "\f059";
  2004. }
  2005.  
  2006. .fa-info-circle:before {
  2007. content: "\f05a";
  2008. }
  2009.  
  2010. .fa-crosshairs:before {
  2011. content: "\f05b";
  2012. }
  2013.  
  2014. .fa-times-circle-o:before {
  2015. content: "\f05c";
  2016. }
  2017.  
  2018. .fa-check-circle-o:before {
  2019. content: "\f05d";
  2020. }
  2021.  
  2022. .fa-ban:before {
  2023. content: "\f05e";
  2024. }
  2025.  
  2026. .fa-arrow-left:before {
  2027. content: "\f060";
  2028. }
  2029.  
  2030. .fa-arrow-right:before {
  2031. content: "\f061";
  2032. }
  2033.  
  2034. .fa-arrow-up:before {
  2035. content: "\f062";
  2036. }
  2037.  
  2038. .fa-arrow-down:before {
  2039. content: "\f063";
  2040. }
  2041.  
  2042. .fa-mail-forward:before,
  2043. .fa-share:before {
  2044. content: "\f064";
  2045. }
  2046.  
  2047. .fa-expand:before {
  2048. content: "\f065";
  2049. }
  2050.  
  2051. .fa-compress:before {
  2052. content: "\f066";
  2053. }
  2054.  
  2055. .fa-plus:before {
  2056. content: "\f067";
  2057. }
  2058.  
  2059. .fa-minus:before {
  2060. content: "\f068";
  2061. }
  2062.  
  2063. .fa-asterisk:before {
  2064. content: "\f069";
  2065. }
  2066.  
  2067. .fa-exclamation-circle:before {
  2068. content: "\f06a";
  2069. }
  2070.  
  2071. .fa-gift:before {
  2072. content: "\f06b";
  2073. }
  2074.  
  2075. .fa-leaf:before {
  2076. content: "\f06c";
  2077. }
  2078.  
  2079. .fa-fire:before {
  2080. content: "\f06d";
  2081. }
  2082.  
  2083. .fa-eye:before {
  2084. content: "\f06e";
  2085. }
  2086.  
  2087. .fa-eye-slash:before {
  2088. content: "\f070";
  2089. }
  2090.  
  2091. .fa-warning:before,
  2092. .fa-exclamation-triangle:before {
  2093. content: "\f071";
  2094. }
  2095.  
  2096. .fa-plane:before {
  2097. content: "\f072";
  2098. }
  2099.  
  2100. .fa-calendar:before {
  2101. content: "\f073";
  2102. }
  2103.  
  2104. .fa-random:before {
  2105. content: "\f074";
  2106. }
  2107.  
  2108. .fa-comment:before {
  2109. content: "\f075";
  2110. }
  2111.  
  2112. .fa-magnet:before {
  2113. content: "\f076";
  2114. }
  2115.  
  2116. .fa-chevron-up:before {
  2117. content: "\f077";
  2118. }
  2119.  
  2120. .fa-chevron-down:before {
  2121. content: "\f078";
  2122. }
  2123.  
  2124. .fa-retweet:before {
  2125. content: "\f079";
  2126. }
  2127.  
  2128. .fa-shopping-cart:before {
  2129. content: "\f07a";
  2130. }
  2131.  
  2132. .fa-folder:before {
  2133. content: "\f07b";
  2134. }
  2135.  
  2136. .fa-folder-open:before {
  2137. content: "\f07c";
  2138. }
  2139.  
  2140. .fa-arrows-v:before {
  2141. content: "\f07d";
  2142. }
  2143.  
  2144. .fa-arrows-h:before {
  2145. content: "\f07e";
  2146. }
  2147.  
  2148. .fa-bar-chart-o:before,
  2149. .fa-bar-chart:before {
  2150. content: "\f080";
  2151. }
  2152.  
  2153. .fa-twitter-square:before {
  2154. content: "\f081";
  2155. }
  2156.  
  2157. .fa-facebook-square:before {
  2158. content: "\f082";
  2159. }
  2160.  
  2161. .fa-camera-retro:before {
  2162. content: "\f083";
  2163. }
  2164.  
  2165. .fa-key:before {
  2166. content: "\f084";
  2167. }
  2168.  
  2169. .fa-gears:before,
  2170. .fa-cogs:before {
  2171. content: "\f085";
  2172. }
  2173.  
  2174. .fa-comments:before {
  2175. content: "\f086";
  2176. }
  2177.  
  2178. .fa-thumbs-o-up:before {
  2179. content: "\f087";
  2180. }
  2181.  
  2182. .fa-thumbs-o-down:before {
  2183. content: "\f088";
  2184. }
  2185.  
  2186. .fa-star-half:before {
  2187. content: "\f089";
  2188. }
  2189.  
  2190. .fa-heart-o:before {
  2191. content: "\f08a";
  2192. }
  2193.  
  2194. .fa-sign-out:before {
  2195. content: "\f08b";
  2196. }
  2197.  
  2198. .fa-linkedin-square:before {
  2199. content: "\f08c";
  2200. }
  2201.  
  2202. .fa-thumb-tack:before {
  2203. content: "\f08d";
  2204. }
  2205.  
  2206. .fa-external-link:before {
  2207. content: "\f08e";
  2208. }
  2209.  
  2210. .fa-sign-in:before {
  2211. content: "\f090";
  2212. }
  2213.  
  2214. .fa-trophy:before {
  2215. content: "\f091";
  2216. }
  2217.  
  2218. .fa-github-square:before {
  2219. content: "\f092";
  2220. }
  2221.  
  2222. .fa-upload:before {
  2223. content: "\f093";
  2224. }
  2225.  
  2226. .fa-lemon-o:before {
  2227. content: "\f094";
  2228. }
  2229.  
  2230. .fa-phone:before {
  2231. content: "\f095";
  2232. }
  2233.  
  2234. .fa-square-o:before {
  2235. content: "\f096";
  2236. }
  2237.  
  2238. .fa-bookmark-o:before {
  2239. content: "\f097";
  2240. }
  2241.  
  2242. .fa-phone-square:before {
  2243. content: "\f098";
  2244. }
  2245.  
  2246. .fa-twitter:before {
  2247. content: "\f099";
  2248. }
  2249.  
  2250. .fa-facebook-f:before,
  2251. .fa-facebook:before {
  2252. content: "\f09a";
  2253. }
  2254.  
  2255. .fa-github:before {
  2256. content: "\f09b";
  2257. }
  2258.  
  2259. .fa-unlock:before {
  2260. content: "\f09c";
  2261. }
  2262.  
  2263. .fa-credit-card:before {
  2264. content: "\f09d";
  2265. }
  2266.  
  2267. .fa-feed:before,
  2268. .fa-rss:before {
  2269. content: "\f09e";
  2270. }
  2271.  
  2272. .fa-hdd-o:before {
  2273. content: "\f0a0";
  2274. }
  2275.  
  2276. .fa-bullhorn:before {
  2277. content: "\f0a1";
  2278. }
  2279.  
  2280. .fa-bell:before {
  2281. content: "\f0f3";
  2282. }
  2283.  
  2284. .fa-certificate:before {
  2285. content: "\f0a3";
  2286. }
  2287.  
  2288. .fa-hand-o-right:before {
  2289. content: "\f0a4";
  2290. }
  2291.  
  2292. .fa-hand-o-left:before {
  2293. content: "\f0a5";
  2294. }
  2295.  
  2296. .fa-hand-o-up:before {
  2297. content: "\f0a6";
  2298. }
  2299.  
  2300. .fa-hand-o-down:before {
  2301. content: "\f0a7";
  2302. }
  2303.  
  2304. .fa-arrow-circle-left:before {
  2305. content: "\f0a8";
  2306. }
  2307.  
  2308. .fa-arrow-circle-right:before {
  2309. content: "\f0a9";
  2310. }
  2311.  
  2312. .fa-arrow-circle-up:before {
  2313. content: "\f0aa";
  2314. }
  2315.  
  2316. .fa-arrow-circle-down:before {
  2317. content: "\f0ab";
  2318. }
  2319.  
  2320. .fa-globe:before {
  2321. content: "\f0ac";
  2322. }
  2323.  
  2324. .fa-wrench:before {
  2325. content: "\f0ad";
  2326. }
  2327.  
  2328. .fa-tasks:before {
  2329. content: "\f0ae";
  2330. }
  2331.  
  2332. .fa-filter:before {
  2333. content: "\f0b0";
  2334. }
  2335.  
  2336. .fa-briefcase:before {
  2337. content: "\f0b1";
  2338. }
  2339.  
  2340. .fa-arrows-alt:before {
  2341. content: "\f0b2";
  2342. }
  2343.  
  2344. .fa-group:before,
  2345. .fa-users:before {
  2346. content: "\f0c0";
  2347. }
  2348.  
  2349. .fa-chain:before,
  2350. .fa-link:before {
  2351. content: "\f0c1";
  2352. }
  2353.  
  2354. .fa-cloud:before {
  2355. content: "\f0c2";
  2356. }
  2357.  
  2358. .fa-flask:before {
  2359. content: "\f0c3";
  2360. }
  2361.  
  2362. .fa-cut:before,
  2363. .fa-scissors:before {
  2364. content: "\f0c4";
  2365. }
  2366.  
  2367. .fa-copy:before,
  2368. .fa-files-o:before {
  2369. content: "\f0c5";
  2370. }
  2371.  
  2372. .fa-paperclip:before {
  2373. content: "\f0c6";
  2374. }
  2375.  
  2376. .fa-save:before,
  2377. .fa-floppy-o:before {
  2378. content: "\f0c7";
  2379. }
  2380.  
  2381. .fa-square:before {
  2382. content: "\f0c8";
  2383. }
  2384.  
  2385. .fa-navicon:before,
  2386. .fa-reorder:before,
  2387. .fa-bars:before {
  2388. content: "\f0c9";
  2389. }
  2390.  
  2391. .fa-list-ul:before {
  2392. content: "\f0ca";
  2393. }
  2394.  
  2395. .fa-list-ol:before {
  2396. content: "\f0cb";
  2397. }
  2398.  
  2399. .fa-strikethrough:before {
  2400. content: "\f0cc";
  2401. }
  2402.  
  2403. .fa-underline:before {
  2404. content: "\f0cd";
  2405. }
  2406.  
  2407. .fa-table:before {
  2408. content: "\f0ce";
  2409. }
  2410.  
  2411. .fa-magic:before {
  2412. content: "\f0d0";
  2413. }
  2414.  
  2415. .fa-truck:before {
  2416. content: "\f0d1";
  2417. }
  2418.  
  2419. .fa-pinterest:before {
  2420. content: "\f0d2";
  2421. }
  2422.  
  2423. .fa-pinterest-square:before {
  2424. content: "\f0d3";
  2425. }
  2426.  
  2427. .fa-google-plus-square:before {
  2428. content: "\f0d4";
  2429. }
  2430.  
  2431. .fa-google-plus:before {
  2432. content: "\f0d5";
  2433. }
  2434.  
  2435. .fa-money:before {
  2436. content: "\f0d6";
  2437. }
  2438.  
  2439. .fa-caret-down:before {
  2440. content: "\f0d7";
  2441. }
  2442.  
  2443. .fa-caret-up:before {
  2444. content: "\f0d8";
  2445. }
  2446.  
  2447. .fa-caret-left:before {
  2448. content: "\f0d9";
  2449. }
  2450.  
  2451. .fa-caret-right:before {
  2452. content: "\f0da";
  2453. }
  2454.  
  2455. .fa-columns:before {
  2456. content: "\f0db";
  2457. }
  2458.  
  2459. .fa-unsorted:before,
  2460. .fa-sort:before {
  2461. content: "\f0dc";
  2462. }
  2463.  
  2464. .fa-sort-down:before,
  2465. .fa-sort-desc:before {
  2466. content: "\f0dd";
  2467. }
  2468.  
  2469. .fa-sort-up:before,
  2470. .fa-sort-asc:before {
  2471. content: "\f0de";
  2472. }
  2473.  
  2474. .fa-envelope:before {
  2475. content: "\f0e0";
  2476. }
  2477.  
  2478. .fa-linkedin:before {
  2479. content: "\f0e1";
  2480. }
  2481.  
  2482. .fa-rotate-left:before,
  2483. .fa-undo:before {
  2484. content: "\f0e2";
  2485. }
  2486.  
  2487. .fa-legal:before,
  2488. .fa-gavel:before {
  2489. content: "\f0e3";
  2490. }
  2491.  
  2492. .fa-dashboard:before,
  2493. .fa-tachometer:before {
  2494. content: "\f0e4";
  2495. }
  2496.  
  2497. .fa-comment-o:before {
  2498. content: "\f0e5";
  2499. }
  2500.  
  2501. .fa-comments-o:before {
  2502. content: "\f0e6";
  2503. }
  2504.  
  2505. .fa-flash:before,
  2506. .fa-bolt:before {
  2507. content: "\f0e7";
  2508. }
  2509.  
  2510. .fa-sitemap:before {
  2511. content: "\f0e8";
  2512. }
  2513.  
  2514. .fa-umbrella:before {
  2515. content: "\f0e9";
  2516. }
  2517.  
  2518. .fa-paste:before,
  2519. .fa-clipboard:before {
  2520. content: "\f0ea";
  2521. }
  2522.  
  2523. .fa-lightbulb-o:before {
  2524. content: "\f0eb";
  2525. }
  2526.  
  2527. .fa-exchange:before {
  2528. content: "\f0ec";
  2529. }
  2530.  
  2531. .fa-cloud-download:before {
  2532. content: "\f0ed";
  2533. }
  2534.  
  2535. .fa-cloud-upload:before {
  2536. content: "\f0ee";
  2537. }
  2538.  
  2539. .fa-user-md:before {
  2540. content: "\f0f0";
  2541. }
  2542.  
  2543. .fa-stethoscope:before {
  2544. content: "\f0f1";
  2545. }
  2546.  
  2547. .fa-suitcase:before {
  2548. content: "\f0f2";
  2549. }
  2550.  
  2551. .fa-bell-o:before {
  2552. content: "\f0a2";
  2553. }
  2554.  
  2555. .fa-coffee:before {
  2556. content: "\f0f4";
  2557. }
  2558.  
  2559. .fa-cutlery:before {
  2560. content: "\f0f5";
  2561. }
  2562.  
  2563. .fa-file-text-o:before {
  2564. content: "\f0f6";
  2565. }
  2566.  
  2567. .fa-building-o:before {
  2568. content: "\f0f7";
  2569. }
  2570.  
  2571. .fa-hospital-o:before {
  2572. content: "\f0f8";
  2573. }
  2574.  
  2575. .fa-ambulance:before {
  2576. content: "\f0f9";
  2577. }
  2578.  
  2579. .fa-medkit:before {
  2580. content: "\f0fa";
  2581. }
  2582.  
  2583. .fa-fighter-jet:before {
  2584. content: "\f0fb";
  2585. }
  2586.  
  2587. .fa-beer:before {
  2588. content: "\f0fc";
  2589. }
  2590.  
  2591. .fa-h-square:before {
  2592. content: "\f0fd";
  2593. }
  2594.  
  2595. .fa-plus-square:before {
  2596. content: "\f0fe";
  2597. }
  2598.  
  2599. .fa-angle-double-left:before {
  2600. content: "\f100";
  2601. }
  2602.  
  2603. .fa-angle-double-right:before {
  2604. content: "\f101";
  2605. }
  2606.  
  2607. .fa-angle-double-up:before {
  2608. content: "\f102";
  2609. }
  2610.  
  2611. .fa-angle-double-down:before {
  2612. content: "\f103";
  2613. }
  2614.  
  2615. .fa-angle-left:before {
  2616. content: "\f104";
  2617. }
  2618.  
  2619. .fa-angle-right:before {
  2620. content: "\f105";
  2621. }
  2622.  
  2623. .fa-angle-up:before {
  2624. content: "\f106";
  2625. }
  2626.  
  2627. .fa-angle-down:before {
  2628. content: "\f107";
  2629. }
  2630.  
  2631. .fa-desktop:before {
  2632. content: "\f108";
  2633. }
  2634.  
  2635. .fa-laptop:before {
  2636. content: "\f109";
  2637. }
  2638.  
  2639. .fa-tablet:before {
  2640. content: "\f10a";
  2641. }
  2642.  
  2643. .fa-mobile-phone:before,
  2644. .fa-mobile:before {
  2645. content: "\f10b";
  2646. }
  2647.  
  2648. .fa-circle-o:before {
  2649. content: "\f10c";
  2650. }
  2651.  
  2652. .fa-quote-left:before {
  2653. content: "\f10d";
  2654. }
  2655.  
  2656. .fa-quote-right:before {
  2657. content: "\f10e";
  2658. }
  2659.  
  2660. .fa-spinner:before {
  2661. content: "\f110";
  2662. }
  2663.  
  2664. .fa-circle:before {
  2665. content: "\f111";
  2666. }
  2667.  
  2668. .fa-mail-reply:before,
  2669. .fa-reply:before {
  2670. content: "\f112";
  2671. }
  2672.  
  2673. .fa-github-alt:before {
  2674. content: "\f113";
  2675. }
  2676.  
  2677. .fa-folder-o:before {
  2678. content: "\f114";
  2679. }
  2680.  
  2681. .fa-folder-open-o:before {
  2682. content: "\f115";
  2683. }
  2684.  
  2685. .fa-smile-o:before {
  2686. content: "\f118";
  2687. }
  2688.  
  2689. .fa-frown-o:before {
  2690. content: "\f119";
  2691. }
  2692.  
  2693. .fa-meh-o:before {
  2694. content: "\f11a";
  2695. }
  2696.  
  2697. .fa-gamepad:before {
  2698. content: "\f11b";
  2699. }
  2700.  
  2701. .fa-keyboard-o:before {
  2702. content: "\f11c";
  2703. }
  2704.  
  2705. .fa-flag-o:before {
  2706. content: "\f11d";
  2707. }
  2708.  
  2709. .fa-flag-checkered:before {
  2710. content: "\f11e";
  2711. }
  2712.  
  2713. .fa-terminal:before {
  2714. content: "\f120";
  2715. }
  2716.  
  2717. .fa-code:before {
  2718. content: "\f121";
  2719. }
  2720.  
  2721. .fa-mail-reply-all:before,
  2722. .fa-reply-all:before {
  2723. content: "\f122";
  2724. }
  2725.  
  2726. .fa-star-half-empty:before,
  2727. .fa-star-half-full:before,
  2728. .fa-star-half-o:before {
  2729. content: "\f123";
  2730. }
  2731.  
  2732. .fa-location-arrow:before {
  2733. content: "\f124";
  2734. }
  2735.  
  2736. .fa-crop:before {
  2737. content: "\f125";
  2738. }
  2739.  
  2740. .fa-code-fork:before {
  2741. content: "\f126";
  2742. }
  2743.  
  2744. .fa-unlink:before,
  2745. .fa-chain-broken:before {
  2746. content: "\f127";
  2747. }
  2748.  
  2749. .fa-question:before {
  2750. content: "\f128";
  2751. }
  2752.  
  2753. .fa-info:before {
  2754. content: "\f129";
  2755. }
  2756.  
  2757. .fa-exclamation:before {
  2758. content: "\f12a";
  2759. }
  2760.  
  2761. .fa-superscript:before {
  2762. content: "\f12b";
  2763. }
  2764.  
  2765. .fa-subscript:before {
  2766. content: "\f12c";
  2767. }
  2768.  
  2769. .fa-eraser:before {
  2770. content: "\f12d";
  2771. }
  2772.  
  2773. .fa-puzzle-piece:before {
  2774. content: "\f12e";
  2775. }
  2776.  
  2777. .fa-microphone:before {
  2778. content: "\f130";
  2779. }
  2780.  
  2781. .fa-microphone-slash:before {
  2782. content: "\f131";
  2783. }
  2784.  
  2785. .fa-shield:before {
  2786. content: "\f132";
  2787. }
  2788.  
  2789. .fa-calendar-o:before {
  2790. content: "\f133";
  2791. }
  2792.  
  2793. .fa-fire-extinguisher:before {
  2794. content: "\f134";
  2795. }
  2796.  
  2797. .fa-rocket:before {
  2798. content: "\f135";
  2799. }
  2800.  
  2801. .fa-maxcdn:before {
  2802. content: "\f136";
  2803. }
  2804.  
  2805. .fa-chevron-circle-left:before {
  2806. content: "\f137";
  2807. }
  2808.  
  2809. .fa-chevron-circle-right:before {
  2810. content: "\f138";
  2811. }
  2812.  
  2813. .fa-chevron-circle-up:before {
  2814. content: "\f139";
  2815. }
  2816.  
  2817. .fa-chevron-circle-down:before {
  2818. content: "\f13a";
  2819. }
  2820.  
  2821. .fa-html5:before {
  2822. content: "\f13b";
  2823. }
  2824.  
  2825. .fa-css3:before {
  2826. content: "\f13c";
  2827. }
  2828.  
  2829. .fa-anchor:before {
  2830. content: "\f13d";
  2831. }
  2832.  
  2833. .fa-unlock-alt:before {
  2834. content: "\f13e";
  2835. }
  2836.  
  2837. .fa-bullseye:before {
  2838. content: "\f140";
  2839. }
  2840.  
  2841. .fa-ellipsis-h:before {
  2842. content: "\f141";
  2843. }
  2844.  
  2845. .fa-ellipsis-v:before {
  2846. content: "\f142";
  2847. }
  2848.  
  2849. .fa-rss-square:before {
  2850. content: "\f143";
  2851. }
  2852.  
  2853. .fa-play-circle:before {
  2854. content: "\f144";
  2855. }
  2856.  
  2857. .fa-ticket:before {
  2858. content: "\f145";
  2859. }
  2860.  
  2861. .fa-minus-square:before {
  2862. content: "\f146";
  2863. }
  2864.  
  2865. .fa-minus-square-o:before {
  2866. content: "\f147";
  2867. }
  2868.  
  2869. .fa-level-up:before {
  2870. content: "\f148";
  2871. }
  2872.  
  2873. .fa-level-down:before {
  2874. content: "\f149";
  2875. }
  2876.  
  2877. .fa-check-square:before {
  2878. content: "\f14a";
  2879. }
  2880.  
  2881. .fa-pencil-square:before {
  2882. content: "\f14b";
  2883. }
  2884.  
  2885. .fa-external-link-square:before {
  2886. content: "\f14c";
  2887. }
  2888.  
  2889. .fa-share-square:before {
  2890. content: "\f14d";
  2891. }
  2892.  
  2893. .fa-compass:before {
  2894. content: "\f14e";
  2895. }
  2896.  
  2897. .fa-toggle-down:before,
  2898. .fa-caret-square-o-down:before {
  2899. content: "\f150";
  2900. }
  2901.  
  2902. .fa-toggle-up:before,
  2903. .fa-caret-square-o-up:before {
  2904. content: "\f151";
  2905. }
  2906.  
  2907. .fa-toggle-right:before,
  2908. .fa-caret-square-o-right:before {
  2909. content: "\f152";
  2910. }
  2911.  
  2912. .fa-euro:before,
  2913. .fa-eur:before {
  2914. content: "\f153";
  2915. }
  2916.  
  2917. .fa-gbp:before {
  2918. content: "\f154";
  2919. }
  2920.  
  2921. .fa-dollar:before,
  2922. .fa-usd:before {
  2923. content: "\f155";
  2924. }
  2925.  
  2926. .fa-rupee:before,
  2927. .fa-inr:before {
  2928. content: "\f156";
  2929. }
  2930.  
  2931. .fa-cny:before,
  2932. .fa-rmb:before,
  2933. .fa-yen:before,
  2934. .fa-jpy:before {
  2935. content: "\f157";
  2936. }
  2937.  
  2938. .fa-ruble:before,
  2939. .fa-rouble:before,
  2940. .fa-rub:before {
  2941. content: "\f158";
  2942. }
  2943.  
  2944. .fa-won:before,
  2945. .fa-krw:before {
  2946. content: "\f159";
  2947. }
  2948.  
  2949. .fa-bitcoin:before,
  2950. .fa-btc:before {
  2951. content: "\f15a";
  2952. }
  2953.  
  2954. .fa-file:before {
  2955. content: "\f15b";
  2956. }
  2957.  
  2958. .fa-file-text:before {
  2959. content: "\f15c";
  2960. }
  2961.  
  2962. .fa-sort-alpha-asc:before {
  2963. content: "\f15d";
  2964. }
  2965.  
  2966. .fa-sort-alpha-desc:before {
  2967. content: "\f15e";
  2968. }
  2969.  
  2970. .fa-sort-amount-asc:before {
  2971. content: "\f160";
  2972. }
  2973.  
  2974. .fa-sort-amount-desc:before {
  2975. content: "\f161";
  2976. }
  2977.  
  2978. .fa-sort-numeric-asc:before {
  2979. content: "\f162";
  2980. }
  2981.  
  2982. .fa-sort-numeric-desc:before {
  2983. content: "\f163";
  2984. }
  2985.  
  2986. .fa-thumbs-up:before {
  2987. content: "\f164";
  2988. }
  2989.  
  2990. .fa-thumbs-down:before {
  2991. content: "\f165";
  2992. }
  2993.  
  2994. .fa-youtube-square:before {
  2995. content: "\f166";
  2996. }
  2997.  
  2998. .fa-youtube:before {
  2999. content: "\f167";
  3000. }
  3001.  
  3002. .fa-xing:before {
  3003. content: "\f168";
  3004. }
  3005.  
  3006. .fa-xing-square:before {
  3007. content: "\f169";
  3008. }
  3009.  
  3010. .fa-youtube-play:before {
  3011. content: "\f16a";
  3012. }
  3013.  
  3014. .fa-dropbox:before {
  3015. content: "\f16b";
  3016. }
  3017.  
  3018. .fa-stack-overflow:before {
  3019. content: "\f16c";
  3020. }
  3021.  
  3022. .fa-instagram:before {
  3023. content: "\f16d";
  3024. }
  3025.  
  3026. .fa-flickr:before {
  3027. content: "\f16e";
  3028. }
  3029.  
  3030. .fa-adn:before {
  3031. content: "\f170";
  3032. }
  3033.  
  3034. .fa-bitbucket:before {
  3035. content: "\f171";
  3036. }
  3037.  
  3038. .fa-bitbucket-square:before {
  3039. content: "\f172";
  3040. }
  3041.  
  3042. .fa-tumblr:before {
  3043. content: "\f173";
  3044. }
  3045.  
  3046. .fa-tumblr-square:before {
  3047. content: "\f174";
  3048. }
  3049.  
  3050. .fa-long-arrow-down:before {
  3051. content: "\f175";
  3052. }
  3053.  
  3054. .fa-long-arrow-up:before {
  3055. content: "\f176";
  3056. }
  3057.  
  3058. .fa-long-arrow-left:before {
  3059. content: "\f177";
  3060. }
  3061.  
  3062. .fa-long-arrow-right:before {
  3063. content: "\f178";
  3064. }
  3065.  
  3066. .fa-apple:before {
  3067. content: "\f179";
  3068. }
  3069.  
  3070. .fa-windows:before {
  3071. content: "\f17a";
  3072. }
  3073.  
  3074. .fa-android:before {
  3075. content: "\f17b";
  3076. }
  3077.  
  3078. .fa-linux:before {
  3079. content: "\f17c";
  3080. }
  3081.  
  3082. .fa-dribbble:before {
  3083. content: "\f17d";
  3084. }
  3085.  
  3086. .fa-skype:before {
  3087. content: "\f17e";
  3088. }
  3089.  
  3090. .fa-foursquare:before {
  3091. content: "\f180";
  3092. }
  3093.  
  3094. .fa-trello:before {
  3095. content: "\f181";
  3096. }
  3097.  
  3098. .fa-female:before {
  3099. content: "\f182";
  3100. }
  3101.  
  3102. .fa-male:before {
  3103. content: "\f183";
  3104. }
  3105.  
  3106. .fa-gittip:before,
  3107. .fa-gratipay:before {
  3108. content: "\f184";
  3109. }
  3110.  
  3111. .fa-sun-o:before {
  3112. content: "\f185";
  3113. }
  3114.  
  3115. .fa-moon-o:before {
  3116. content: "\f186";
  3117. }
  3118.  
  3119. .fa-archive:before {
  3120. content: "\f187";
  3121. }
  3122.  
  3123. .fa-bug:before {
  3124. content: "\f188";
  3125. }
  3126.  
  3127. .fa-vk:before {
  3128. content: "\f189";
  3129. }
  3130.  
  3131. .fa-weibo:before {
  3132. content: "\f18a";
  3133. }
  3134.  
  3135. .fa-renren:before {
  3136. content: "\f18b";
  3137. }
  3138.  
  3139. .fa-pagelines:before {
  3140. content: "\f18c";
  3141. }
  3142.  
  3143. .fa-stack-exchange:before {
  3144. content: "\f18d";
  3145. }
  3146.  
  3147. .fa-arrow-circle-o-right:before {
  3148. content: "\f18e";
  3149. }
  3150.  
  3151. .fa-arrow-circle-o-left:before {
  3152. content: "\f190";
  3153. }
  3154.  
  3155. .fa-toggle-left:before,
  3156. .fa-caret-square-o-left:before {
  3157. content: "\f191";
  3158. }
  3159.  
  3160. .fa-dot-circle-o:before {
  3161. content: "\f192";
  3162. }
  3163.  
  3164. .fa-wheelchair:before {
  3165. content: "\f193";
  3166. }
  3167.  
  3168. .fa-vimeo-square:before {
  3169. content: "\f194";
  3170. }
  3171.  
  3172. .fa-turkish-lira:before,
  3173. .fa-try:before {
  3174. content: "\f195";
  3175. }
  3176.  
  3177. .fa-plus-square-o:before {
  3178. content: "\f196";
  3179. }
  3180.  
  3181. .fa-space-shuttle:before {
  3182. content: "\f197";
  3183. }
  3184.  
  3185. .fa-slack:before {
  3186. content: "\f198";
  3187. }
  3188.  
  3189. .fa-envelope-square:before {
  3190. content: "\f199";
  3191. }
  3192.  
  3193. .fa-wordpress:before {
  3194. content: "\f19a";
  3195. }
  3196.  
  3197. .fa-openid:before {
  3198. content: "\f19b";
  3199. }
  3200.  
  3201. .fa-institution:before,
  3202. .fa-bank:before,
  3203. .fa-university:before {
  3204. content: "\f19c";
  3205. }
  3206.  
  3207. .fa-mortar-board:before,
  3208. .fa-graduation-cap:before {
  3209. content: "\f19d";
  3210. }
  3211.  
  3212. .fa-yahoo:before {
  3213. content: "\f19e";
  3214. }
  3215.  
  3216. .fa-google:before {
  3217. content: "\f1a0";
  3218. }
  3219.  
  3220. .fa-reddit:before {
  3221. content: "\f1a1";
  3222. }
  3223.  
  3224. .fa-reddit-square:before {
  3225. content: "\f1a2";
  3226. }
  3227.  
  3228. .fa-stumbleupon-circle:before {
  3229. content: "\f1a3";
  3230. }
  3231.  
  3232. .fa-stumbleupon:before {
  3233. content: "\f1a4";
  3234. }
  3235.  
  3236. .fa-delicious:before {
  3237. content: "\f1a5";
  3238. }
  3239.  
  3240. .fa-digg:before {
  3241. content: "\f1a6";
  3242. }
  3243.  
  3244. .fa-pied-piper-pp:before {
  3245. content: "\f1a7";
  3246. }
  3247.  
  3248. .fa-pied-piper-alt:before {
  3249. content: "\f1a8";
  3250. }
  3251.  
  3252. .fa-drupal:before {
  3253. content: "\f1a9";
  3254. }
  3255.  
  3256. .fa-joomla:before {
  3257. content: "\f1aa";
  3258. }
  3259.  
  3260. .fa-language:before {
  3261. content: "\f1ab";
  3262. }
  3263.  
  3264. .fa-fax:before {
  3265. content: "\f1ac";
  3266. }
  3267.  
  3268. .fa-building:before {
  3269. content: "\f1ad";
  3270. }
  3271.  
  3272. .fa-child:before {
  3273. content: "\f1ae";
  3274. }
  3275.  
  3276. .fa-paw:before {
  3277. content: "\f1b0";
  3278. }
  3279.  
  3280. .fa-spoon:before {
  3281. content: "\f1b1";
  3282. }
  3283.  
  3284. .fa-cube:before {
  3285. content: "\f1b2";
  3286. }
  3287.  
  3288. .fa-cubes:before {
  3289. content: "\f1b3";
  3290. }
  3291.  
  3292. .fa-behance:before {
  3293. content: "\f1b4";
  3294. }
  3295.  
  3296. .fa-behance-square:before {
  3297. content: "\f1b5";
  3298. }
  3299.  
  3300. .fa-steam:before {
  3301. content: "\f1b6";
  3302. }
  3303.  
  3304. .fa-steam-square:before {
  3305. content: "\f1b7";
  3306. }
  3307.  
  3308. .fa-recycle:before {
  3309. content: "\f1b8";
  3310. }
  3311.  
  3312. .fa-automobile:before,
  3313. .fa-car:before {
  3314. content: "\f1b9";
  3315. }
  3316.  
  3317. .fa-cab:before,
  3318. .fa-taxi:before {
  3319. content: "\f1ba";
  3320. }
  3321.  
  3322. .fa-tree:before {
  3323. content: "\f1bb";
  3324. }
  3325.  
  3326. .fa-spotify:before {
  3327. content: "\f1bc";
  3328. }
  3329.  
  3330. .fa-deviantart:before {
  3331. content: "\f1bd";
  3332. }
  3333.  
  3334. .fa-soundcloud:before {
  3335. content: "\f1be";
  3336. }
  3337.  
  3338. .fa-database:before {
  3339. content: "\f1c0";
  3340. }
  3341.  
  3342. .fa-file-pdf-o:before {
  3343. content: "\f1c1";
  3344. }
  3345.  
  3346. .fa-file-word-o:before {
  3347. content: "\f1c2";
  3348. }
  3349.  
  3350. .fa-file-excel-o:before {
  3351. content: "\f1c3";
  3352. }
  3353.  
  3354. .fa-file-powerpoint-o:before {
  3355. content: "\f1c4";
  3356. }
  3357.  
  3358. .fa-file-photo-o:before,
  3359. .fa-file-picture-o:before,
  3360. .fa-file-image-o:before {
  3361. content: "\f1c5";
  3362. }
  3363.  
  3364. .fa-file-zip-o:before,
  3365. .fa-file-archive-o:before {
  3366. content: "\f1c6";
  3367. }
  3368.  
  3369. .fa-file-sound-o:before,
  3370. .fa-file-audio-o:before {
  3371. content: "\f1c7";
  3372. }
  3373.  
  3374. .fa-file-movie-o:before,
  3375. .fa-file-video-o:before {
  3376. content: "\f1c8";
  3377. }
  3378.  
  3379. .fa-file-code-o:before {
  3380. content: "\f1c9";
  3381. }
  3382.  
  3383. .fa-vine:before {
  3384. content: "\f1ca";
  3385. }
  3386.  
  3387. .fa-codepen:before {
  3388. content: "\f1cb";
  3389. }
  3390.  
  3391. .fa-jsfiddle:before {
  3392. content: "\f1cc";
  3393. }
  3394.  
  3395. .fa-life-bouy:before,
  3396. .fa-life-buoy:before,
  3397. .fa-life-saver:before,
  3398. .fa-support:before,
  3399. .fa-life-ring:before {
  3400. content: "\f1cd";
  3401. }
  3402.  
  3403. .fa-circle-o-notch:before {
  3404. content: "\f1ce";
  3405. }
  3406.  
  3407. .fa-ra:before,
  3408. .fa-resistance:before,
  3409. .fa-rebel:before {
  3410. content: "\f1d0";
  3411. }
  3412.  
  3413. .fa-ge:before,
  3414. .fa-empire:before {
  3415. content: "\f1d1";
  3416. }
  3417.  
  3418. .fa-git-square:before {
  3419. content: "\f1d2";
  3420. }
  3421.  
  3422. .fa-git:before {
  3423. content: "\f1d3";
  3424. }
  3425.  
  3426. .fa-y-combinator-square:before,
  3427. .fa-yc-square:before,
  3428. .fa-hacker-news:before {
  3429. content: "\f1d4";
  3430. }
  3431.  
  3432. .fa-tencent-weibo:before {
  3433. content: "\f1d5";
  3434. }
  3435.  
  3436. .fa-qq:before {
  3437. content: "\f1d6";
  3438. }
  3439.  
  3440. .fa-wechat:before,
  3441. .fa-weixin:before {
  3442. content: "\f1d7";
  3443. }
  3444.  
  3445. .fa-send:before,
  3446. .fa-paper-plane:before {
  3447. content: "\f1d8";
  3448. }
  3449.  
  3450. .fa-send-o:before,
  3451. .fa-paper-plane-o:before {
  3452. content: "\f1d9";
  3453. }
  3454.  
  3455. .fa-history:before {
  3456. content: "\f1da";
  3457. }
  3458.  
  3459. .fa-circle-thin:before {
  3460. content: "\f1db";
  3461. }
  3462.  
  3463. .fa-header:before {
  3464. content: "\f1dc";
  3465. }
  3466.  
  3467. .fa-paragraph:before {
  3468. content: "\f1dd";
  3469. }
  3470.  
  3471. .fa-sliders:before {
  3472. content: "\f1de";
  3473. }
  3474.  
  3475. .fa-share-alt:before {
  3476. content: "\f1e0";
  3477. }
  3478.  
  3479. .fa-share-alt-square:before {
  3480. content: "\f1e1";
  3481. }
  3482.  
  3483. .fa-bomb:before {
  3484. content: "\f1e2";
  3485. }
  3486.  
  3487. .fa-soccer-ball-o:before,
  3488. .fa-futbol-o:before {
  3489. content: "\f1e3";
  3490. }
  3491.  
  3492. .fa-tty:before {
  3493. content: "\f1e4";
  3494. }
  3495.  
  3496. .fa-binoculars:before {
  3497. content: "\f1e5";
  3498. }
  3499.  
  3500. .fa-plug:before {
  3501. content: "\f1e6";
  3502. }
  3503.  
  3504. .fa-slideshare:before {
  3505. content: "\f1e7";
  3506. }
  3507.  
  3508. .fa-twitch:before {
  3509. content: "\f1e8";
  3510. }
  3511.  
  3512. .fa-yelp:before {
  3513. content: "\f1e9";
  3514. }
  3515.  
  3516. .fa-newspaper-o:before {
  3517. content: "\f1ea";
  3518. }
  3519.  
  3520. .fa-wifi:before {
  3521. content: "\f1eb";
  3522. }
  3523.  
  3524. .fa-calculator:before {
  3525. content: "\f1ec";
  3526. }
  3527.  
  3528. .fa-paypal:before {
  3529. content: "\f1ed";
  3530. }
  3531.  
  3532. .fa-google-wallet:before {
  3533. content: "\f1ee";
  3534. }
  3535.  
  3536. .fa-cc-visa:before {
  3537. content: "\f1f0";
  3538. }
  3539.  
  3540. .fa-cc-mastercard:before {
  3541. content: "\f1f1";
  3542. }
  3543.  
  3544. .fa-cc-discover:before {
  3545. content: "\f1f2";
  3546. }
  3547.  
  3548. .fa-cc-amex:before {
  3549. content: "\f1f3";
  3550. }
  3551.  
  3552. .fa-cc-paypal:before {
  3553. content: "\f1f4";
  3554. }
  3555.  
  3556. .fa-cc-stripe:before {
  3557. content: "\f1f5";
  3558. }
  3559.  
  3560. .fa-bell-slash:before {
  3561. content: "\f1f6";
  3562. }
  3563.  
  3564. .fa-bell-slash-o:before {
  3565. content: "\f1f7";
  3566. }
  3567.  
  3568. .fa-trash:before {
  3569. content: "\f1f8";
  3570. }
  3571.  
  3572. .fa-copyright:before {
  3573. content: "\f1f9";
  3574. }
  3575.  
  3576. .fa-at:before {
  3577. content: "\f1fa";
  3578. }
  3579.  
  3580. .fa-eyedropper:before {
  3581. content: "\f1fb";
  3582. }
  3583.  
  3584. .fa-paint-brush:before {
  3585. content: "\f1fc";
  3586. }
  3587.  
  3588. .fa-birthday-cake:before {
  3589. content: "\f1fd";
  3590. }
  3591.  
  3592. .fa-area-chart:before {
  3593. content: "\f1fe";
  3594. }
  3595.  
  3596. .fa-pie-chart:before {
  3597. content: "\f200";
  3598. }
  3599.  
  3600. .fa-line-chart:before {
  3601. content: "\f201";
  3602. }
  3603.  
  3604. .fa-lastfm:before {
  3605. content: "\f202";
  3606. }
  3607.  
  3608. .fa-lastfm-square:before {
  3609. content: "\f203";
  3610. }
  3611.  
  3612. .fa-toggle-off:before {
  3613. content: "\f204";
  3614. }
  3615.  
  3616. .fa-toggle-on:before {
  3617. content: "\f205";
  3618. }
  3619.  
  3620. .fa-bicycle:before {
  3621. content: "\f206";
  3622. }
  3623.  
  3624. .fa-bus:before {
  3625. content: "\f207";
  3626. }
  3627.  
  3628. .fa-ioxhost:before {
  3629. content: "\f208";
  3630. }
  3631.  
  3632. .fa-angellist:before {
  3633. content: "\f209";
  3634. }
  3635.  
  3636. .fa-cc:before {
  3637. content: "\f20a";
  3638. }
  3639.  
  3640. .fa-shekel:before,
  3641. .fa-sheqel:before,
  3642. .fa-ils:before {
  3643. content: "\f20b";
  3644. }
  3645.  
  3646. .fa-meanpath:before {
  3647. content: "\f20c";
  3648. }
  3649.  
  3650. .fa-buysellads:before {
  3651. content: "\f20d";
  3652. }
  3653.  
  3654. .fa-connectdevelop:before {
  3655. content: "\f20e";
  3656. }
  3657.  
  3658. .fa-dashcube:before {
  3659. content: "\f210";
  3660. }
  3661.  
  3662. .fa-forumbee:before {
  3663. content: "\f211";
  3664. }
  3665.  
  3666. .fa-leanpub:before {
  3667. content: "\f212";
  3668. }
  3669.  
  3670. .fa-sellsy:before {
  3671. content: "\f213";
  3672. }
  3673.  
  3674. .fa-shirtsinbulk:before {
  3675. content: "\f214";
  3676. }
  3677.  
  3678. .fa-simplybuilt:before {
  3679. content: "\f215";
  3680. }
  3681.  
  3682. .fa-skyatlas:before {
  3683. content: "\f216";
  3684. }
  3685.  
  3686. .fa-cart-plus:before {
  3687. content: "\f217";
  3688. }
  3689.  
  3690. .fa-cart-arrow-down:before {
  3691. content: "\f218";
  3692. }
  3693.  
  3694. .fa-diamond:before {
  3695. content: "\f219";
  3696. }
  3697.  
  3698. .fa-ship:before {
  3699. content: "\f21a";
  3700. }
  3701.  
  3702. .fa-user-secret:before {
  3703. content: "\f21b";
  3704. }
  3705.  
  3706. .fa-motorcycle:before {
  3707. content: "\f21c";
  3708. }
  3709.  
  3710. .fa-street-view:before {
  3711. content: "\f21d";
  3712. }
  3713.  
  3714. .fa-heartbeat:before {
  3715. content: "\f21e";
  3716. }
  3717.  
  3718. .fa-venus:before {
  3719. content: "\f221";
  3720. }
  3721.  
  3722. .fa-mars:before {
  3723. content: "\f222";
  3724. }
  3725.  
  3726. .fa-mercury:before {
  3727. content: "\f223";
  3728. }
  3729.  
  3730. .fa-intersex:before,
  3731. .fa-transgender:before {
  3732. content: "\f224";
  3733. }
  3734.  
  3735. .fa-transgender-alt:before {
  3736. content: "\f225";
  3737. }
  3738.  
  3739. .fa-venus-double:before {
  3740. content: "\f226";
  3741. }
  3742.  
  3743. .fa-mars-double:before {
  3744. content: "\f227";
  3745. }
  3746.  
  3747. .fa-venus-mars:before {
  3748. content: "\f228";
  3749. }
  3750.  
  3751. .fa-mars-stroke:before {
  3752. content: "\f229";
  3753. }
  3754.  
  3755. .fa-mars-stroke-v:before {
  3756. content: "\f22a";
  3757. }
  3758.  
  3759. .fa-mars-stroke-h:before {
  3760. content: "\f22b";
  3761. }
  3762.  
  3763. .fa-neuter:before {
  3764. content: "\f22c";
  3765. }
  3766.  
  3767. .fa-genderless:before {
  3768. content: "\f22d";
  3769. }
  3770.  
  3771. .fa-facebook-official:before {
  3772. content: "\f230";
  3773. }
  3774.  
  3775. .fa-pinterest-p:before {
  3776. content: "\f231";
  3777. }
  3778.  
  3779. .fa-whatsapp:before {
  3780. content: "\f232";
  3781. }
  3782.  
  3783. .fa-server:before {
  3784. content: "\f233";
  3785. }
  3786.  
  3787. .fa-user-plus:before {
  3788. content: "\f234";
  3789. }
  3790.  
  3791. .fa-user-times:before {
  3792. content: "\f235";
  3793. }
  3794.  
  3795. .fa-hotel:before,
  3796. .fa-bed:before {
  3797. content: "\f236";
  3798. }
  3799.  
  3800. .fa-viacoin:before {
  3801. content: "\f237";
  3802. }
  3803.  
  3804. .fa-train:before {
  3805. content: "\f238";
  3806. }
  3807.  
  3808. .fa-subway:before {
  3809. content: "\f239";
  3810. }
  3811.  
  3812. .fa-medium:before {
  3813. content: "\f23a";
  3814. }
  3815.  
  3816. .fa-yc:before,
  3817. .fa-y-combinator:before {
  3818. content: "\f23b";
  3819. }
  3820.  
  3821. .fa-optin-monster:before {
  3822. content: "\f23c";
  3823. }
  3824.  
  3825. .fa-opencart:before {
  3826. content: "\f23d";
  3827. }
  3828.  
  3829. .fa-expeditedssl:before {
  3830. content: "\f23e";
  3831. }
  3832.  
  3833. .fa-battery-4:before,
  3834. .fa-battery:before,
  3835. .fa-battery-full:before {
  3836. content: "\f240";
  3837. }
  3838.  
  3839. .fa-battery-3:before,
  3840. .fa-battery-three-quarters:before {
  3841. content: "\f241";
  3842. }
  3843.  
  3844. .fa-battery-2:before,
  3845. .fa-battery-half:before {
  3846. content: "\f242";
  3847. }
  3848.  
  3849. .fa-battery-1:before,
  3850. .fa-battery-quarter:before {
  3851. content: "\f243";
  3852. }
  3853.  
  3854. .fa-battery-0:before,
  3855. .fa-battery-empty:before {
  3856. content: "\f244";
  3857. }
  3858.  
  3859. .fa-mouse-pointer:before {
  3860. content: "\f245";
  3861. }
  3862.  
  3863. .fa-i-cursor:before {
  3864. content: "\f246";
  3865. }
  3866.  
  3867. .fa-object-group:before {
  3868. content: "\f247";
  3869. }
  3870.  
  3871. .fa-object-ungroup:before {
  3872. content: "\f248";
  3873. }
  3874.  
  3875. .fa-sticky-note:before {
  3876. content: "\f249";
  3877. }
  3878.  
  3879. .fa-sticky-note-o:before {
  3880. content: "\f24a";
  3881. }
  3882.  
  3883. .fa-cc-jcb:before {
  3884. content: "\f24b";
  3885. }
  3886.  
  3887. .fa-cc-diners-club:before {
  3888. content: "\f24c";
  3889. }
  3890.  
  3891. .fa-clone:before {
  3892. content: "\f24d";
  3893. }
  3894.  
  3895. .fa-balance-scale:before {
  3896. content: "\f24e";
  3897. }
  3898.  
  3899. .fa-hourglass-o:before {
  3900. content: "\f250";
  3901. }
  3902.  
  3903. .fa-hourglass-1:before,
  3904. .fa-hourglass-start:before {
  3905. content: "\f251";
  3906. }
  3907.  
  3908. .fa-hourglass-2:before,
  3909. .fa-hourglass-half:before {
  3910. content: "\f252";
  3911. }
  3912.  
  3913. .fa-hourglass-3:before,
  3914. .fa-hourglass-end:before {
  3915. content: "\f253";
  3916. }
  3917.  
  3918. .fa-hourglass:before {
  3919. content: "\f254";
  3920. }
  3921.  
  3922. .fa-hand-grab-o:before,
  3923. .fa-hand-rock-o:before {
  3924. content: "\f255";
  3925. }
  3926.  
  3927. .fa-hand-stop-o:before,
  3928. .fa-hand-paper-o:before {
  3929. content: "\f256";
  3930. }
  3931.  
  3932. .fa-hand-scissors-o:before {
  3933. content: "\f257";
  3934. }
  3935.  
  3936. .fa-hand-lizard-o:before {
  3937. content: "\f258";
  3938. }
  3939.  
  3940. .fa-hand-spock-o:before {
  3941. content: "\f259";
  3942. }
  3943.  
  3944. .fa-hand-pointer-o:before {
  3945. content: "\f25a";
  3946. }
  3947.  
  3948. .fa-hand-peace-o:before {
  3949. content: "\f25b";
  3950. }
  3951.  
  3952. .fa-trademark:before {
  3953. content: "\f25c";
  3954. }
  3955.  
  3956. .fa-registered:before {
  3957. content: "\f25d";
  3958. }
  3959.  
  3960. .fa-creative-commons:before {
  3961. content: "\f25e";
  3962. }
  3963.  
  3964. .fa-gg:before {
  3965. content: "\f260";
  3966. }
  3967.  
  3968. .fa-gg-circle:before {
  3969. content: "\f261";
  3970. }
  3971.  
  3972. .fa-tripadvisor:before {
  3973. content: "\f262";
  3974. }
  3975.  
  3976. .fa-odnoklassniki:before {
  3977. content: "\f263";
  3978. }
  3979.  
  3980. .fa-odnoklassniki-square:before {
  3981. content: "\f264";
  3982. }
  3983.  
  3984. .fa-get-pocket:before {
  3985. content: "\f265";
  3986. }
  3987.  
  3988. .fa-wikipedia-w:before {
  3989. content: "\f266";
  3990. }
  3991.  
  3992. .fa-safari:before {
  3993. content: "\f267";
  3994. }
  3995.  
  3996. .fa-chrome:before {
  3997. content: "\f268";
  3998. }
  3999.  
  4000. .fa-firefox:before {
  4001. content: "\f269";
  4002. }
  4003.  
  4004. .fa-opera:before {
  4005. content: "\f26a";
  4006. }
  4007.  
  4008. .fa-internet-explorer:before {
  4009. content: "\f26b";
  4010. }
  4011.  
  4012. .fa-tv:before,
  4013. .fa-television:before {
  4014. content: "\f26c";
  4015. }
  4016.  
  4017. .fa-contao:before {
  4018. content: "\f26d";
  4019. }
  4020.  
  4021. .fa-500px:before {
  4022. content: "\f26e";
  4023. }
  4024.  
  4025. .fa-amazon:before {
  4026. content: "\f270";
  4027. }
  4028.  
  4029. .fa-calendar-plus-o:before {
  4030. content: "\f271";
  4031. }
  4032.  
  4033. .fa-calendar-minus-o:before {
  4034. content: "\f272";
  4035. }
  4036.  
  4037. .fa-calendar-times-o:before {
  4038. content: "\f273";
  4039. }
  4040.  
  4041. .fa-calendar-check-o:before {
  4042. content: "\f274";
  4043. }
  4044.  
  4045. .fa-industry:before {
  4046. content: "\f275";
  4047. }
  4048.  
  4049. .fa-map-pin:before {
  4050. content: "\f276";
  4051. }
  4052.  
  4053. .fa-map-signs:before {
  4054. content: "\f277";
  4055. }
  4056.  
  4057. .fa-map-o:before {
  4058. content: "\f278";
  4059. }
  4060.  
  4061. .fa-map:before {
  4062. content: "\f279";
  4063. }
  4064.  
  4065. .fa-commenting:before {
  4066. content: "\f27a";
  4067. }
  4068.  
  4069. .fa-commenting-o:before {
  4070. content: "\f27b";
  4071. }
  4072.  
  4073. .fa-houzz:before {
  4074. content: "\f27c";
  4075. }
  4076.  
  4077. .fa-vimeo:before {
  4078. content: "\f27d";
  4079. }
  4080.  
  4081. .fa-black-tie:before {
  4082. content: "\f27e";
  4083. }
  4084.  
  4085. .fa-fonticons:before {
  4086. content: "\f280";
  4087. }
  4088.  
  4089. .fa-reddit-alien:before {
  4090. content: "\f281";
  4091. }
  4092.  
  4093. .fa-edge:before {
  4094. content: "\f282";
  4095. }
  4096.  
  4097. .fa-credit-card-alt:before {
  4098. content: "\f283";
  4099. }
  4100.  
  4101. .fa-codiepie:before {
  4102. content: "\f284";
  4103. }
  4104.  
  4105. .fa-modx:before {
  4106. content: "\f285";
  4107. }
  4108.  
  4109. .fa-fort-awesome:before {
  4110. content: "\f286";
  4111. }
  4112.  
  4113. .fa-usb:before {
  4114. content: "\f287";
  4115. }
  4116.  
  4117. .fa-product-hunt:before {
  4118. content: "\f288";
  4119. }
  4120.  
  4121. .fa-mixcloud:before {
  4122. content: "\f289";
  4123. }
  4124.  
  4125. .fa-scribd:before {
  4126. content: "\f28a";
  4127. }
  4128.  
  4129. .fa-pause-circle:before {
  4130. content: "\f28b";
  4131. }
  4132.  
  4133. .fa-pause-circle-o:before {
  4134. content: "\f28c";
  4135. }
  4136.  
  4137. .fa-stop-circle:before {
  4138. content: "\f28d";
  4139. }
  4140.  
  4141. .fa-stop-circle-o:before {
  4142. content: "\f28e";
  4143. }
  4144.  
  4145. .fa-shopping-bag:before {
  4146. content: "\f290";
  4147. }
  4148.  
  4149. .fa-shopping-basket:before {
  4150. content: "\f291";
  4151. }
  4152.  
  4153. .fa-hashtag:before {
  4154. content: "\f292";
  4155. }
  4156.  
  4157. .fa-bluetooth:before {
  4158. content: "\f293";
  4159. }
  4160.  
  4161. .fa-bluetooth-b:before {
  4162. content: "\f294";
  4163. }
  4164.  
  4165. .fa-percent:before {
  4166. content: "\f295";
  4167. }
  4168.  
  4169. .fa-gitlab:before {
  4170. content: "\f296";
  4171. }
  4172.  
  4173. .fa-wpbeginner:before {
  4174. content: "\f297";
  4175. }
  4176.  
  4177. .fa-wpforms:before {
  4178. content: "\f298";
  4179. }
  4180.  
  4181. .fa-envira:before {
  4182. content: "\f299";
  4183. }
  4184.  
  4185. .fa-universal-access:before {
  4186. content: "\f29a";
  4187. }
  4188.  
  4189. .fa-wheelchair-alt:before {
  4190. content: "\f29b";
  4191. }
  4192.  
  4193. .fa-question-circle-o:before {
  4194. content: "\f29c";
  4195. }
  4196.  
  4197. .fa-blind:before {
  4198. content: "\f29d";
  4199. }
  4200.  
  4201. .fa-audio-description:before {
  4202. content: "\f29e";
  4203. }
  4204.  
  4205. .fa-volume-control-phone:before {
  4206. content: "\f2a0";
  4207. }
  4208.  
  4209. .fa-braille:before {
  4210. content: "\f2a1";
  4211. }
  4212.  
  4213. .fa-assistive-listening-systems:before {
  4214. content: "\f2a2";
  4215. }
  4216.  
  4217. .fa-asl-interpreting:before,
  4218. .fa-american-sign-language-interpreting:before {
  4219. content: "\f2a3";
  4220. }
  4221.  
  4222. .fa-deafness:before,
  4223. .fa-hard-of-hearing:before,
  4224. .fa-deaf:before {
  4225. content: "\f2a4";
  4226. }
  4227.  
  4228. .fa-glide:before {
  4229. content: "\f2a5";
  4230. }
  4231.  
  4232. .fa-glide-g:before {
  4233. content: "\f2a6";
  4234. }
  4235.  
  4236. .fa-signing:before,
  4237. .fa-sign-language:before {
  4238. content: "\f2a7";
  4239. }
  4240.  
  4241. .fa-low-vision:before {
  4242. content: "\f2a8";
  4243. }
  4244.  
  4245. .fa-viadeo:before {
  4246. content: "\f2a9";
  4247. }
  4248.  
  4249. .fa-viadeo-square:before {
  4250. content: "\f2aa";
  4251. }
  4252.  
  4253. .fa-snapchat:before {
  4254. content: "\f2ab";
  4255. }
  4256.  
  4257. .fa-snapchat-ghost:before {
  4258. content: "\f2ac";
  4259. }
  4260.  
  4261. .fa-snapchat-square:before {
  4262. content: "\f2ad";
  4263. }
  4264.  
  4265. .fa-pied-piper:before {
  4266. content: "\f2ae";
  4267. }
  4268.  
  4269. .fa-first-order:before {
  4270. content: "\f2b0";
  4271. }
  4272.  
  4273. .fa-yoast:before {
  4274. content: "\f2b1";
  4275. }
  4276.  
  4277. .fa-themeisle:before {
  4278. content: "\f2b2";
  4279. }
  4280.  
  4281. .fa-google-plus-circle:before,
  4282. .fa-google-plus-official:before {
  4283. content: "\f2b3";
  4284. }
  4285.  
  4286. .fa-fa:before,
  4287. .fa-font-awesome:before {
  4288. content: "\f2b4";
  4289. }
  4290.  
  4291. .fa-handshake-o:before {
  4292. content: "\f2b5";
  4293. }
  4294.  
  4295. .fa-envelope-open:before {
  4296. content: "\f2b6";
  4297. }
  4298.  
  4299. .fa-envelope-open-o:before {
  4300. content: "\f2b7";
  4301. }
  4302.  
  4303. .fa-linode:before {
  4304. content: "\f2b8";
  4305. }
  4306.  
  4307. .fa-address-book:before {
  4308. content: "\f2b9";
  4309. }
  4310.  
  4311. .fa-address-book-o:before {
  4312. content: "\f2ba";
  4313. }
  4314.  
  4315. .fa-vcard:before,
  4316. .fa-address-card:before {
  4317. content: "\f2bb";
  4318. }
  4319.  
  4320. .fa-vcard-o:before,
  4321. .fa-address-card-o:before {
  4322. content: "\f2bc";
  4323. }
  4324.  
  4325. .fa-user-circle:before {
  4326. content: "\f2bd";
  4327. }
  4328.  
  4329. .fa-user-circle-o:before {
  4330. content: "\f2be";
  4331. }
  4332.  
  4333. .fa-user-o:before {
  4334. content: "\f2c0";
  4335. }
  4336.  
  4337. .fa-id-badge:before {
  4338. content: "\f2c1";
  4339. }
  4340.  
  4341. .fa-drivers-license:before,
  4342. .fa-id-card:before {
  4343. content: "\f2c2";
  4344. }
  4345.  
  4346. .fa-drivers-license-o:before,
  4347. .fa-id-card-o:before {
  4348. content: "\f2c3";
  4349. }
  4350.  
  4351. .fa-quora:before {
  4352. content: "\f2c4";
  4353. }
  4354.  
  4355. .fa-free-code-camp:before {
  4356. content: "\f2c5";
  4357. }
  4358.  
  4359. .fa-telegram:before {
  4360. content: "\f2c6";
  4361. }
  4362.  
  4363. .fa-thermometer-4:before,
  4364. .fa-thermometer:before,
  4365. .fa-thermometer-full:before {
  4366. content: "\f2c7";
  4367. }
  4368.  
  4369. .fa-thermometer-3:before,
  4370. .fa-thermometer-three-quarters:before {
  4371. content: "\f2c8";
  4372. }
  4373.  
  4374. .fa-thermometer-2:before,
  4375. .fa-thermometer-half:before {
  4376. content: "\f2c9";
  4377. }
  4378.  
  4379. .fa-thermometer-1:before,
  4380. .fa-thermometer-quarter:before {
  4381. content: "\f2ca";
  4382. }
  4383.  
  4384. .fa-thermometer-0:before,
  4385. .fa-thermometer-empty:before {
  4386. content: "\f2cb";
  4387. }
  4388.  
  4389. .fa-shower:before {
  4390. content: "\f2cc";
  4391. }
  4392.  
  4393. .fa-bathtub:before,
  4394. .fa-s15:before,
  4395. .fa-bath:before {
  4396. content: "\f2cd";
  4397. }
  4398.  
  4399. .fa-podcast:before {
  4400. content: "\f2ce";
  4401. }
  4402.  
  4403. .fa-window-maximize:before {
  4404. content: "\f2d0";
  4405. }
  4406.  
  4407. .fa-window-minimize:before {
  4408. content: "\f2d1";
  4409. }
  4410.  
  4411. .fa-window-restore:before {
  4412. content: "\f2d2";
  4413. }
  4414.  
  4415. .fa-times-rectangle:before,
  4416. .fa-window-close:before {
  4417. content: "\f2d3";
  4418. }
  4419.  
  4420. .fa-times-rectangle-o:before,
  4421. .fa-window-close-o:before {
  4422. content: "\f2d4";
  4423. }
  4424.  
  4425. .fa-bandcamp:before {
  4426. content: "\f2d5";
  4427. }
  4428.  
  4429. .fa-grav:before {
  4430. content: "\f2d6";
  4431. }
  4432.  
  4433. .fa-etsy:before {
  4434. content: "\f2d7";
  4435. }
  4436.  
  4437. .fa-imdb:before {
  4438. content: "\f2d8";
  4439. }
  4440.  
  4441. .fa-ravelry:before {
  4442. content: "\f2d9";
  4443. }
  4444.  
  4445. .fa-eercast:before {
  4446. content: "\f2da";
  4447. }
  4448.  
  4449. .fa-microchip:before {
  4450. content: "\f2db";
  4451. }
  4452.  
  4453. .fa-snowflake-o:before {
  4454. content: "\f2dc";
  4455. }
  4456.  
  4457. .fa-superpowers:before {
  4458. content: "\f2dd";
  4459. }
  4460.  
  4461. .fa-wpexplorer:before {
  4462. content: "\f2de";
  4463. }
  4464.  
  4465. .fa-meetup:before {
  4466. content: "\f2e0";
  4467. }
  4468.  
  4469. .sr-only {
  4470. position: absolute;
  4471. width: 1px;
  4472. height: 1px;
  4473. padding: 0;
  4474. margin: -1px;
  4475. overflow: hidden;
  4476. clip: rect(0, 0, 0, 0);
  4477. border: 0;
  4478. }
  4479.  
  4480. .sr-only-focusable:active,
  4481. .sr-only-focusable:focus {
  4482. position: static;
  4483. width: auto;
  4484. height: auto;
  4485. margin: 0;
  4486. overflow: visible;
  4487. clip: auto;
  4488. }
  4489.  
  4490. body,
  4491. html {
  4492. background-color: rgb(20,20,33);
  4493. width: 100%;
  4494. height: 100%;
  4495. margin: 0;
  4496. padding: 0;
  4497. font-size: 14px;
  4498. font-family: "Roboto", sans-serif;
  4499. font-weight: 300;
  4500. color: rgb(160,160,180);
  4501. overflow-x: hidden;
  4502. overflow-y: hidden;
  4503. }
  4504.  
  4505. #server {
  4506. display: none;
  4507. }
  4508.  
  4509. #background {
  4510. width: 100%;
  4511. height: 100%;
  4512. background-image: url("/web/20170316031844im_/https://www.csgoexclusive.com/static/images/background.jpg");
  4513. background-repeat: no-repeat;
  4514. background-size: cover;
  4515. opacity: 0.05;
  4516. }
  4517.  
  4518. /* Theme */
  4519.  
  4520. a,
  4521. a:active,
  4522. a:visited,
  4523. a:focus {
  4524. outline: none;
  4525. text-decoration: none;
  4526. color: rgb(160,160,180);
  4527. }
  4528.  
  4529. a:hover {
  4530. color: rgb(248, 191, 96);
  4531. text-decoration: none;
  4532. }
  4533.  
  4534. #sidebar-wrapper {
  4535. background-color: rgb(20,25,45);
  4536. position: absolute;
  4537. top: 0px;
  4538. left: 0px;
  4539. width: 150px;
  4540. bottom: 0px;
  4541. overflow-x: hidden;
  4542. }
  4543.  
  4544. #sidebar {
  4545. position: absolute;
  4546. top: 0px;
  4547. left: 0px;
  4548. width: 170px;
  4549. bottom: 0px;
  4550. padding-right: 20px;
  4551. overflow-y: scroll;
  4552. overflow-x: hidden;
  4553. }
  4554.  
  4555. #logo-wrapper {
  4556. margin-top: 10px;
  4557. padding: 10px;
  4558. height: 90px;
  4559. text-align: center;
  4560. }
  4561.  
  4562. #logo {
  4563. width: 100%;
  4564. height: 100%;
  4565. }
  4566.  
  4567. /* Presence */
  4568.  
  4569. #presence {
  4570. margin-top: 30px;
  4571. height: 20px;
  4572. position: relative;
  4573. }
  4574.  
  4575. #online-wrapper {
  4576. position: absolute;
  4577. top: 0;
  4578. left: 10px;
  4579. text-align: left;
  4580. display: none;
  4581. }
  4582.  
  4583. #online-icon {
  4584. display: inline-block;
  4585. height: 8px;
  4586. width: 8px;
  4587. border-radius: 4px;
  4588. background-color: rgb(248, 191, 96);
  4589. vertical-align: 1px;
  4590. }
  4591.  
  4592. #online {
  4593. margin-left: 4px;
  4594. }
  4595.  
  4596. #social-wrapper {
  4597. position: absolute;
  4598. top: -2px;
  4599. right: 10px;
  4600. text-align: right;
  4601. }
  4602.  
  4603. .social-icon {
  4604. font-size: 16px;
  4605. color: rgb(100,100,140);
  4606. margin: 0px 4px;
  4607. }
  4608.  
  4609. .social-icon:visited,
  4610. .social-icon:active,
  4611. .social-icon:focus {
  4612. color: rgb(100,100,140);
  4613. }
  4614.  
  4615. .social-icon:hover {
  4616. color: rgb(248, 191, 96);
  4617. }
  4618.  
  4619. /* Nav */
  4620.  
  4621. #nav {
  4622. margin-top: 50px;
  4623. text-align: left;
  4624. }
  4625.  
  4626. .nav-tab {
  4627. margin: 15px 10px;
  4628. cursor: pointer;
  4629. }
  4630.  
  4631. #nav-inventory {
  4632. margin-top: 40px;
  4633. }
  4634.  
  4635. #nav-faq {
  4636. margin-top: 40px;
  4637. }
  4638.  
  4639. .nav-icon {
  4640. font-size: 18px;
  4641. vertical-align: -4px;
  4642. color: rgb(100,100,140);
  4643. -webkit-transition: 200ms ease;
  4644. -moz-transition: 200ms ease;
  4645. -ms-transition: 200ms ease;
  4646. -o-transition: 200ms ease;
  4647. transition: 200ms ease;
  4648. }
  4649.  
  4650. .nav-tab-selected > .nav-icon {
  4651. color: rgb(248, 191, 96);
  4652. }
  4653.  
  4654. .nav-title {
  4655. margin: 0px 15px;
  4656. }
  4657.  
  4658. .nav-tab:hover > .nav-icon {
  4659. color: rgb(248, 191, 96);
  4660. }
  4661.  
  4662. #login {
  4663. display: none;
  4664. text-align: center;
  4665. margin: 40px 10px;
  4666. padding: 10px;
  4667. border-radius: 25px;
  4668. text-align: center;
  4669. font-size: 14px;
  4670. border: 2px solid rgb(180,180,200);
  4671. color: rgb(180,180,200);
  4672. -webkit-transition: 300ms ease;
  4673. -moz-transition: 300ms ease;
  4674. -ms-transition: 300ms ease;
  4675. -o-transition: 300ms ease;
  4676. transition: 300ms ease;
  4677. cursor: pointer;
  4678. }
  4679.  
  4680. #login:hover {
  4681. border: 2px solid rgb(248, 191, 96);
  4682. color: rgb(248, 191, 96);
  4683. }
  4684.  
  4685. #logout {
  4686. display: none;
  4687. text-align: center;
  4688. margin: 40px 10px;
  4689. padding: 10px;
  4690. border-radius: 25px;
  4691. text-align: center;
  4692. font-size: 14px;
  4693. border: 2px solid rgb(180,180,200);
  4694. color: rgb(180,180,200);
  4695. -webkit-transition: 300ms ease;
  4696. -moz-transition: 300ms ease;
  4697. -ms-transition: 300ms ease;
  4698. -o-transition: 300ms ease;
  4699. transition: 300ms ease;
  4700. cursor: pointer;
  4701. }
  4702.  
  4703. #logout:hover {
  4704. border: 2px solid rgb(248, 191, 96);
  4705. color: rgb(248, 191, 96);
  4706. }
  4707.  
  4708. /* Content */
  4709.  
  4710. #content-wrapper {
  4711. position: absolute;
  4712. top: 0px;
  4713. left: 400px;
  4714. right: -20px;
  4715. bottom: 0px;
  4716. padding-right: 20px;
  4717. overflow-y: scroll;
  4718. }
  4719.  
  4720. .content {
  4721. width: 100%;
  4722. position: relative;
  4723. display: none;
  4724. }
  4725.  
  4726. /* Misc */
  4727.  
  4728. .warning {
  4729. color: rgb(208,51,82);
  4730. }
  4731.  
  4732. .button-disabled {
  4733. opacity: 0.3;
  4734. cursor: not-allowed !important;
  4735. }
  4736.  
  4737. .transition-200 {
  4738. -webkit-transition: 200ms ease;
  4739. -moz-transition: 200ms ease;
  4740. -ms-transition: 200ms ease;
  4741. -o-transition: 200ms ease;
  4742. transition: 200ms ease;
  4743. }
  4744.  
  4745. a:hover > .underline {
  4746. text-decoration: underline;
  4747. }
  4748.  
  4749. .underline:hover {
  4750. text-decoration: underline;
  4751. }
  4752.  
  4753. .toast {
  4754. background-color: rgb(25,25,45);
  4755. border-left: 4px solid rgb(248, 191, 96);
  4756. }
  4757.  
  4758. .highlight {
  4759. color: rgb(248, 191, 96) !important;
  4760. }
  4761.  
  4762. #toast-container {
  4763. opacity: 0.8;
  4764. }
  4765.  
  4766. .noselect {
  4767. -webkit-touch-callout: none;
  4768. /* iOS Safari */
  4769. -webkit-user-select: none;
  4770. /* Chrome/Safari/Opera */
  4771. -khtml-user-select: none;
  4772. /* Konqueror */
  4773. -moz-user-select: none;
  4774. /* Firefox */
  4775. -ms-user-select: none;
  4776. /* Internet Explorer/Edge */
  4777. user-select: none;
  4778. /* Non-prefixed version, currently
  4779. not supported by any browser */
  4780. }
  4781.  
  4782. input[type=number]::-webkit-inner-spin-button,
  4783. input[type=number]::-webkit-outer-spin-button {
  4784. -webkit-appearance: none;
  4785. margin: 0;
  4786. }
  4787.  
  4788. input[type=number] {
  4789. height: 20px !important;
  4790. border-bottom: 0px solid rgba(0,0,0,0) !important;
  4791. margin-bottom: 0px !important;
  4792. }
  4793.  
  4794. input[type=number]:focus {
  4795. border-bottom: 0px solid rgba(0,0,0,0) !important;
  4796. box-shadow: 0 0px 0 0 rgba(0,0,0,0) !important;
  4797. }
  4798.  
  4799. input[type=text] {
  4800. height: 20px !important;
  4801. border-bottom: 0px solid rgba(0,0,0,0) !important;
  4802. margin-bottom: 0px !important;
  4803. }
  4804.  
  4805. input[type=text]:focus {
  4806. border-bottom: 0px solid rgba(0,0,0,0) !important;
  4807. box-shadow: 0 0px 0 0 rgba(0,0,0,0) !important;
  4808. }
  4809.  
  4810. /* Toast */
  4811.  
  4812. .toast {
  4813. background-color: rgb(25,25,45);
  4814. border-left: 4px solid rgb(248, 191, 96);
  4815. }
  4816.  
  4817. @media only screen and (min-width: 993px) {
  4818. .toast-recaptcha {
  4819. float: right;
  4820. }
  4821. }
  4822.  
  4823. .toast-recaptcha {
  4824. border-radius: 2px;
  4825. top: 35px;
  4826. width: auto;
  4827. clear: both;
  4828. margin-top: 10px;
  4829. position: relative;
  4830. max-width: 100%;
  4831. height: auto;
  4832. min-height: 48px;
  4833. line-height: 1.5em;
  4834. word-break: break-all;
  4835. padding: 10px 25px;
  4836. font-size: 1.1rem;
  4837. font-weight: 300;
  4838. color: #fff;
  4839. display: -webkit-flex;
  4840. display: -ms-flexbox;
  4841. display: flex;
  4842. -webkit-align-items: center;
  4843. -ms-flex-align: center;
  4844. align-items: center;
  4845. -webkit-justify-content: space-between;
  4846. -ms-flex-pack: justify;
  4847. justify-content: space-between;
  4848. background-color: rgb(25,25,45);
  4849. border-left: 4px solid rgb(248, 191, 96);
  4850. }
  4851.  
  4852. .toast-recaptcha {
  4853. box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  4854. }
  4855.  
  4856. /*Scrollbar*/
  4857.  
  4858. ::-webkit-scrollbar {
  4859. width: 0px;
  4860. height: 0px;
  4861. }
  4862.  
  4863. ::-webkit-scrollbar-thumb {
  4864. background: rgba(0, 0, 0, 0.5);
  4865. }
  4866.  
  4867. ::-webkit-scrollbar-track {
  4868. background: rgba(0, 0, 0, 0.1);
  4869. }
  4870.  
  4871. /* Input */
  4872.  
  4873. ::-webkit-input-placeholder {
  4874. color: rgb(80,80,100);
  4875. }
  4876.  
  4877. :-moz-placeholder {
  4878. color: rgb(80,80,100);
  4879. }
  4880.  
  4881. ::-moz-placeholder {
  4882. color: rgb(80,80,100);
  4883. }
  4884.  
  4885. :-ms-input-placeholder {
  4886. color: rgb(80,80,100);
  4887. }
  4888.  
  4889. #chat-wrapper {
  4890. background-color: rgb(30,38,60);
  4891. position: absolute;
  4892. top: 0px;
  4893. left: 150px;
  4894. width: 250px;
  4895. bottom: 0px;
  4896. overflow-x: hidden;
  4897. }
  4898.  
  4899. #chat {
  4900. position: absolute;
  4901. top: 0px;
  4902. bottom: 80px;
  4903. left: 0px;
  4904. right: -20px;
  4905. padding-right: 20px;
  4906. overflow-y: scroll;
  4907. }
  4908.  
  4909. #chat-more {
  4910. position: absolute;
  4911. bottom: 90px;
  4912. right: 20px;
  4913. padding: 5px;
  4914. height: 30px;
  4915. border-radius: 5px;
  4916. display: none;
  4917. cursor: pointer;
  4918. background-color: rgb(20,25,45);
  4919. }
  4920.  
  4921. #chat-more > i {
  4922. font-size: 18px;
  4923. }
  4924.  
  4925. #chat-more:hover {
  4926. color: rgb(248, 191, 96);
  4927. }
  4928.  
  4929. #chat-footer {
  4930. position: absolute;
  4931. left: 0px;
  4932. right: 0px;
  4933. bottom: 0px;
  4934. height: 80px;
  4935. padding: 15px 10px;
  4936. }
  4937.  
  4938. #chat-input-wrapper {
  4939. padding: 15px;
  4940. background-color: rgb(20,25,45);
  4941. border-radius: 5px;
  4942. }
  4943.  
  4944. #chat-input {
  4945. width: 100%;
  4946. background-color: rgb(20,25,45);
  4947. color: rgb(140,140,160);
  4948. border: none;
  4949. font-weight: 400;
  4950. }
  4951.  
  4952. #chat-input:focus {
  4953. outline: none;
  4954. }
  4955.  
  4956. .message {
  4957. padding: 10px;
  4958. margin: 10px;
  4959. position: relative;
  4960. background-color: rgb(27,33,55);
  4961. border-radius: 5px;
  4962. }
  4963.  
  4964. .message-avatar-wrapper {
  4965. display: inline-block;
  4966. padding-top: 2px;
  4967. }
  4968.  
  4969. .message-avatar {
  4970. margin-right: 5px;
  4971. height: 30px;
  4972. width: 30px;
  4973. border-radius: 50%;
  4974. }
  4975.  
  4976. .message-content-wrapper {
  4977. display: inline-block;
  4978. vertical-align: top;
  4979. max-width: 160px;
  4980. }
  4981.  
  4982. .message-author {
  4983. word-wrap: break-word;
  4984. }
  4985.  
  4986. .message-author-regular {
  4987. color: rgb(160,160,180);
  4988. }
  4989.  
  4990. .message-author-regular:hover,
  4991. .message-author-regular:visited,
  4992. .message-author-regular:active,
  4993. .message-author-regular:focus {
  4994. color: rgb(160,160,180);
  4995. }
  4996.  
  4997. .message-author-vip {
  4998. color: rgb(248, 191, 96);
  4999. }
  5000.  
  5001. .message-author-vip:hover,
  5002. .message-author-vip:visited,
  5003. .message-author-vip:active,
  5004. .message-author-vip:focus {
  5005. color: rgb(248, 191, 96);
  5006. }
  5007.  
  5008. .message-author-mod {
  5009. color: rgb(0,109,251);
  5010. }
  5011.  
  5012. .message-author-mod:hover,
  5013. .message-author-mod:visited,
  5014. .message-author-mod:active,
  5015. .message-author-mod:focus {
  5016. color: rgb(0,109,251);
  5017. }
  5018.  
  5019. .message-author-admin {
  5020. color: rgb(208,51,82);
  5021. }
  5022.  
  5023. .message-author-admin:hover,
  5024. .message-author-admin:visited,
  5025. .message-author-admin:active,
  5026. .message-author-admin:focus {
  5027. color: rgb(208,51,82);
  5028. }
  5029.  
  5030. .message-content {
  5031. font-weight: 400;
  5032. word-wrap: break-word;
  5033. color: rgb(120,120,140);
  5034. }
  5035.  
  5036. .message-author-menu {
  5037. cursor: pointer;
  5038. }
  5039.  
  5040. #message-menu {
  5041. background: rgba(25,25,45,0.8);
  5042. padding: 10px;
  5043. border-radius: 5px 5px 5px 5px;
  5044. position: absolute;
  5045. width: 120px;
  5046. display: none;
  5047. word-wrap: break-word;
  5048. z-index: 10;
  5049. border-left: 5px solid rgb(248, 191, 96);
  5050. }
  5051.  
  5052. #message-menu:before {
  5053. content: '';
  5054. height: 0;
  5055. width: 0;
  5056. border-top: 8px solid transparent;
  5057. border-bottom: 8px solid transparent;
  5058. border-right: 8px solid rgb(248, 191, 96);
  5059. position: absolute;
  5060. top: 20px;
  5061. left: -12px;
  5062. z-index: 10000;
  5063. }
  5064.  
  5065. #message-menu div {
  5066. margin: 5px 0px;
  5067. }
  5068.  
  5069. .message-menu-open-id {
  5070. font-size: 8px;
  5071. margin-bottom: 10px;
  5072. border-bottom: 1px #fff;
  5073. }
  5074.  
  5075. .message-menu-inspect {
  5076. cursor: pointer;
  5077. }
  5078.  
  5079. .message-menu-inspect:hover {
  5080. color: rgb(248, 191, 96);
  5081. }
  5082.  
  5083. .message-menu-send {
  5084. cursor: pointer;
  5085. }
  5086.  
  5087. .message-menu-send:hover {
  5088. color: rgb(248, 191, 96);
  5089. }
  5090.  
  5091. .message-menu-mute {
  5092. cursor: pointer;
  5093. }
  5094.  
  5095. .message-menu-mute:hover {
  5096. color: rgb(248, 191, 96);
  5097. }
  5098.  
  5099. /* Wheel */
  5100.  
  5101. #wheel-wrapper {
  5102. padding-top: 20px;
  5103. width: 100%;
  5104. height: 470px;
  5105. text-align: center;
  5106. position: relative;
  5107. }
  5108.  
  5109. #wheel {
  5110. height: 450px;
  5111. display: none;
  5112. }
  5113.  
  5114. #timer-wrapper {
  5115. position: absolute;
  5116. top: 214px;
  5117. width: 100%;
  5118. text-align: center;
  5119. color: rgb(80,80,120);
  5120. display: none;
  5121. font-weight: 400;
  5122. }
  5123.  
  5124. #timer {
  5125. font-size: 36px;
  5126. font-weight: 300;
  5127. color: rgb(120,120,160);
  5128. }
  5129.  
  5130. #pointer {
  5131. position: absolute;
  5132. bottom: 40px;
  5133. width: 100%;
  5134. text-align: center;
  5135. color: rgb(248, 191, 96);
  5136. transform: rotate(180deg);
  5137. display: none;
  5138. }
  5139.  
  5140. /* Hash */
  5141.  
  5142. #hash-wrapper {
  5143. position: absolute;
  5144. top: 50px;
  5145. left: 75%;
  5146. width: 100px;
  5147. }
  5148.  
  5149. #hash-header {
  5150. font-weight: 500;
  5151. color: rgb(80,80,120);
  5152. margin-bottom: 5px;
  5153. }
  5154.  
  5155. #hash {
  5156. word-wrap: break-word;
  5157. font-size: 10px;
  5158. /*color: rgb(50,50,80);*/
  5159. }
  5160.  
  5161. /* Past Queue */
  5162.  
  5163. #past-queue-wrapper {
  5164. position: absolute;
  5165. top: 170px;
  5166. left: 75%;
  5167. width: 100px;
  5168. overflow-x: hidden;
  5169. overflow-y: hidden;
  5170. }
  5171.  
  5172. #past-queue-header {
  5173. font-weight: 500;
  5174. color: rgb(80,80,120);
  5175. margin-bottom: 5px;
  5176. }
  5177.  
  5178. #past-queue {
  5179. height: 250px;
  5180. }
  5181.  
  5182. #past-queue-up {
  5183. position: absolute;
  5184. top: 24px;
  5185. right: 20px;
  5186. }
  5187.  
  5188. #past-queue-down {
  5189. position: absolute;
  5190. bottom: 0px;
  5191. right: 20px;
  5192. display: none;
  5193. }
  5194.  
  5195. #past-queue-page {
  5196. position: absolute;
  5197. top: 170px;
  5198. left: 51px;
  5199. width: 100px;
  5200. font-weight: 400;
  5201. -webkit-transform: rotate(-90deg);
  5202. -moz-transform: rotate(-90deg);
  5203. -ms-transform: rotate(-90deg);
  5204. -o-transform: rotate(-90deg);
  5205. transform: rotate(-90deg);
  5206. -ms-transform-origin: left top 0;
  5207. -moz-transform-origin: left top 0;
  5208. -webkit-transform-origin: left top 0;
  5209. transform-origin: left top 0;
  5210. display: none;
  5211. }
  5212.  
  5213. .past-queue-scroller {
  5214. font-size: 10px;
  5215. border-radius: 5px;
  5216. padding: 3px 5px;
  5217. cursor: pointer;
  5218. }
  5219.  
  5220. .past-queue-scroller:hover {
  5221. color: rgb(248, 191, 96);
  5222. }
  5223.  
  5224. .past-row-wrapper {
  5225. display: inline-block;
  5226. height: 18px;
  5227. width: 100%;
  5228. margin: 3px 10px;
  5229. }
  5230.  
  5231. .past-row {
  5232. display: inline-block;
  5233. padding-top: 1px;
  5234. border-radius: 10px;
  5235. font-size: 10px;
  5236. text-align: center;
  5237. height: 18px;
  5238. width: 18px;
  5239. color: white;
  5240. cursor: pointer;
  5241. }
  5242.  
  5243. .past-row-0 {
  5244. background-color: rgb(55,60,85);
  5245. }
  5246.  
  5247. .past-row-1 {
  5248. background-color: rgb(208,51,82);
  5249. }
  5250.  
  5251. .past-row-2 {
  5252. background-color: rgb(26,169,201);
  5253. }
  5254.  
  5255. .past-row-3 {
  5256. background-color: rgb(248, 191, 96);
  5257. }
  5258.  
  5259. #past-queue-menu-wrapper {
  5260. background: rgba(25,25,45,0.8);
  5261. padding: 10px;
  5262. border-radius: 5px;
  5263. position: absolute;
  5264. width: 150px;
  5265. display: none;
  5266. word-wrap: break-word;
  5267. z-index: 10;
  5268. }
  5269.  
  5270. #past-queue-menu-triangle {
  5271. content: '';
  5272. height: 0;
  5273. width: 0;
  5274. border-top: 8px solid transparent;
  5275. border-bottom: 8px solid transparent;
  5276. position: absolute;
  5277. top: 20px;
  5278. right: -12px;
  5279. z-index: 10000;
  5280. }
  5281.  
  5282. .past-queue-menu-subtitle {
  5283. font-weight: 400;
  5284. }
  5285.  
  5286. .past-queue-menu-description {
  5287. font-size: 10px;
  5288. margin-bottom: 5px;
  5289. }
  5290.  
  5291. /* Balance */
  5292.  
  5293. #balance-wrapper {
  5294. position: absolute;
  5295. top: 250px;
  5296. left: 30px;
  5297. max-width: 300px;
  5298. padding: 10px;
  5299. border-radius: 10px;
  5300. background-color: rgb(25,25,40);
  5301. }
  5302.  
  5303. #balance-free-coins {
  5304. display: none;
  5305. margin: 0px 5px 10px 5px;
  5306. font-size: 12px;
  5307. }
  5308.  
  5309. #balance-total-wrapper {
  5310. margin: 5px 0px 10px 0px;
  5311. font-size: 20px;
  5312. font-weight: 400;
  5313. color: rgb(180,180,200);
  5314. }
  5315.  
  5316. #balance-total-icon {
  5317. height: 24px;
  5318. width: 24px;
  5319. vertical-align: -5px;
  5320. margin-right: 5px;
  5321. margin-left: 5px;
  5322. }
  5323.  
  5324. #balance-input-wrapper {
  5325. margin-top: 15px;
  5326. padding: 5px 10px;
  5327. background-color: rgb(45,50,73);
  5328. border-radius: 5px;
  5329. }
  5330.  
  5331. #balance-input {
  5332. width: 100%;
  5333. background-color: rgb(45,50,73);
  5334. /*color: rgb(200,200,235);*/
  5335. border: none;
  5336. }
  5337.  
  5338. #balance-input:focus {
  5339. outline: none;
  5340. }
  5341.  
  5342. #balance-button-bottom {
  5343. margin-top: 10px;
  5344. }
  5345.  
  5346. .balance-button {
  5347. margin-left: 5px;
  5348. margin-right: 10px;
  5349. cursor: pointer;
  5350. -webkit-transition: 200ms ease;
  5351. -moz-transition: 200ms ease;
  5352. -ms-transition: 200ms ease;
  5353. -o-transition: 200ms ease;
  5354. transition: 200ms ease;
  5355. display: inline-block;
  5356. }
  5357.  
  5358. .balance-button:hover {
  5359. color: rgb(248, 191, 96);
  5360. }
  5361.  
  5362. /* Bet column */
  5363.  
  5364. #bets-wrapper {
  5365. margin: 60px 20px 0px 20px;
  5366. padding-bottom: 50px;
  5367. }
  5368.  
  5369. .bet-column-wrapper {
  5370. padding-left: 10px;
  5371. padding-right: 10px;
  5372. }
  5373.  
  5374. .bet-column {
  5375. padding: 10px;
  5376. background-color: rgb(25,25,40);
  5377. border-radius: 10px;
  5378. }
  5379.  
  5380. .bet-button {
  5381. cursor: pointer;
  5382. padding: 10px 10px;
  5383. border-radius: 25px;
  5384. text-align: center;
  5385. font-weight: 500;
  5386. font-size: 18px;
  5387. color: white;
  5388. }
  5389.  
  5390. .bet-button-disabled {
  5391. cursor: not-allowed !important;
  5392. }
  5393.  
  5394. #bet-button-grey {
  5395. background-color: rgb(45,50,73);
  5396. }
  5397.  
  5398. #bet-button-red {
  5399. background-color: rgb(208,51,82);
  5400. }
  5401.  
  5402. #bet-button-blue {
  5403. background-color: rgb(26,169,201);
  5404. }
  5405.  
  5406. #bet-button-gold {
  5407. background-color: rgb(248, 191, 96);
  5408. }
  5409.  
  5410. #bet-button-grey:hover {
  5411. background-color: rgb(57,60,85);
  5412. }
  5413.  
  5414. #bet-button-red:hover {
  5415. background-color: rgb(225,70,100);
  5416. }
  5417.  
  5418. #bet-button-blue:hover {
  5419. background-color: rgb(50,190,220);
  5420. }
  5421.  
  5422. #bet-button-gold:hover {
  5423. background-color: rgb(270, 210, 110);
  5424. }
  5425.  
  5426. .bet-total-wrapper {
  5427. max-width: 200px;
  5428. margin: auto;
  5429. margin-top: 5px;
  5430. padding: 10px;
  5431. position: relative;
  5432. height: 40px;
  5433. font-weight: 400;
  5434. text-align: right;
  5435. color: rgb(180,180,200);
  5436. }
  5437.  
  5438. .bet-own-wrapper {
  5439. text-align: center;
  5440. max-width: 200px;
  5441. margin: auto;
  5442. margin: 15px auto 10px auto;
  5443. padding: 10px;
  5444. height: 45px;
  5445. color: rgb(180,180,200);
  5446. font-size: 18px;
  5447. font-weight: 400;
  5448. display: none;
  5449. }
  5450.  
  5451. .bet-own-coins-icon {
  5452. height: 20px;
  5453. width: 20px;
  5454. vertical-align: -4px;
  5455. margin-right: 3px;
  5456. }
  5457.  
  5458. .bet-total-bets-wrapper {
  5459. position: absolute;
  5460. left: 20px;
  5461. right: 10px;
  5462. overflow: hidden;
  5463. text-align: left;
  5464. }
  5465.  
  5466. .bet-total-coins-wrapper {
  5467. position: absolute;
  5468. right: 10px;
  5469. background-color: rgb(25,25,40);
  5470. }
  5471.  
  5472. /* Bet row */
  5473.  
  5474. .bet-row {
  5475. margin: 20px 0px;
  5476. color: rgb(180,180,200);
  5477. position: relative;
  5478. height: 20px;
  5479. font-weight: 400;
  5480. }
  5481.  
  5482. .bet-row-user {
  5483. position: absolute;
  5484. left: 10px;
  5485. right: 10px;
  5486. height: 20px;
  5487. overflow: hidden;
  5488. }
  5489.  
  5490. .bet-row-link {
  5491. color: rgb(180,180,200);
  5492. }
  5493.  
  5494. .bet-row-link:hover,
  5495. .bet-row-link:visited,
  5496. .bet-row-link:active,
  5497. .bet-row-link:focus {
  5498. color: rgb(180,180,200);
  5499. }
  5500.  
  5501. .bet-row-avatar {
  5502. height: 20px;
  5503. border-radius: 10px;
  5504. vertical-align: -3px;
  5505. margin-right: 4px;
  5506. }
  5507.  
  5508. .bet-row-username {
  5509. vertical-align: 2px;
  5510. word-break: break-all;
  5511. }
  5512.  
  5513. .bet-total-bets {
  5514. font-size: 15px;
  5515. margin-right: 4px;
  5516. vertical-align: -2px;
  5517. color: rgb(248, 191, 96);
  5518. }
  5519.  
  5520. .bet-row-coins-icon {
  5521. height: 16px;
  5522. width: 16px;
  5523. vertical-align: -3px;
  5524. margin-right: 3px;
  5525. }
  5526.  
  5527. .bet-row-bet {
  5528. position: absolute;
  5529. right: 10px;
  5530. background-color: rgb(25,25,40);
  5531. padding-left: 10px;
  5532. line-height: 1.5;
  5533. }
  5534.  
  5535. @media (min-width:1920px) {
  5536.  
  5537. }
  5538.  
  5539. /* Inventory */
  5540.  
  5541. #inventory-wrapper {
  5542. padding-right: 250px;
  5543. }
  5544.  
  5545. #inventory {
  5546. text-align: center;
  5547. margin: 10px;
  5548. }
  5549.  
  5550. #inventory-checkout-footer {
  5551. margin: 10px 10px 20px 10px;
  5552. padding: 10px;
  5553. text-align: center;
  5554. }
  5555.  
  5556. #inventory-checkout-footer-free-coins {
  5557. margin-top: 20px;
  5558. margin-bottom: 20px;
  5559. font-size: 20px;
  5560. }
  5561.  
  5562. #inventory-checkout-free-coins-icon {
  5563. height: 24px;
  5564. width: 24px;
  5565. vertical-align: -5px;
  5566. margin-right: 3px;
  5567. margin-left: 3px;
  5568. }
  5569.  
  5570. #inventory-checkout-free-coins-total {
  5571. font-size: 20px;
  5572. color: rgb(180,180,200);
  5573. }
  5574.  
  5575. /* Shop */
  5576.  
  5577. #shop-wrapper {
  5578. padding-right: 250px;
  5579. }
  5580.  
  5581. #shop {
  5582. text-align: center;
  5583. margin: 10px;
  5584. }
  5585.  
  5586. #shop-checkout-footer {
  5587. margin: 10px;
  5588. padding: 10px;
  5589. text-align: center;
  5590. }
  5591.  
  5592. /* Filters */
  5593.  
  5594. .filters {
  5595. margin: 15px 15px 30px 15px;
  5596. padding: 10px;
  5597. background-color: rgb(25,25,40);
  5598. border-radius: 5px;
  5599. }
  5600.  
  5601. .search-wrapper {
  5602. padding: 10px;
  5603. background-color: rgb(35,35,55);
  5604. border-radius: 5px;
  5605. min-width: 100px;
  5606. width: 200px;
  5607. display: inline-block;
  5608. -webkit-transition: 300ms ease;
  5609. -moz-transition: 300ms ease;
  5610. -ms-transition: 300ms ease;
  5611. -o-transition: 300ms ease;
  5612. transition: 300ms ease;
  5613. }
  5614.  
  5615. .search-wrapper:hover .search-icon {
  5616. color: rgb(248, 191, 96);
  5617. }
  5618.  
  5619. .search {
  5620. width: 150px !important;
  5621. }
  5622.  
  5623. .search-icon {
  5624. font-size: 16px;
  5625. float: right;
  5626. margin-top: 2px;
  5627. -webkit-transition: 300ms ease;
  5628. -moz-transition: 300ms ease;
  5629. -ms-transition: 300ms ease;
  5630. -o-transition: 300ms ease;
  5631. transition: 300ms ease;
  5632. }
  5633.  
  5634. .order-button {
  5635. padding: 10px;
  5636. background-color: rgb(35,35,55);
  5637. border-radius: 5px;
  5638. min-width: 150px;
  5639. display: inline-block;
  5640. cursor: pointer;
  5641. }
  5642.  
  5643. .order-dropdown-icon {
  5644. float: right;
  5645. height: 16px;
  5646. }
  5647.  
  5648. .dropdown-button {
  5649. padding: 10px;
  5650. background-color: rgb(35,35,55);
  5651. cursor: pointer;
  5652. -webkit-transition: 300ms ease;
  5653. -moz-transition: 300ms ease;
  5654. -ms-transition: 300ms ease;
  5655. -o-transition: 300ms ease;
  5656. transition: 300ms ease;
  5657. }
  5658.  
  5659. .dropdown-button:hover {
  5660. color: rgb(248, 191, 96);
  5661. }
  5662.  
  5663. .filter-refresh-button {
  5664. margin: 4px;
  5665. padding: 5px 10px;
  5666. border: 2px solid rgb(180,180,200);
  5667. border-radius: 25px;
  5668. display: inline-block;
  5669. float: right;
  5670. min-width: 100px;
  5671. text-align: center;
  5672. cursor: pointer;
  5673. -webkit-transition: 300ms ease;
  5674. -moz-transition: 300ms ease;
  5675. -ms-transition: 300ms ease;
  5676. -o-transition: 300ms ease;
  5677. transition: 300ms ease;
  5678. }
  5679.  
  5680. .filter-refresh-button-disabled {
  5681. margin: 4px;
  5682. padding: 5px 10px;
  5683. border: 2px solid rgb(180,180,200);
  5684. border-radius: 25px;
  5685. display: inline-block;
  5686. float: right;
  5687. min-width: 100px;
  5688. text-align: center;
  5689. cursor: pointer;
  5690. -webkit-transition: 300ms ease;
  5691. -moz-transition: 300ms ease;
  5692. -ms-transition: 300ms ease;
  5693. -o-transition: 300ms ease;
  5694. transition: 300ms ease;
  5695. cursor: not-allowed;
  5696. opacity: 0.3;
  5697. }
  5698.  
  5699. .filter-refresh-button:hover {
  5700. border: 2px solid rgb(248, 191, 96);
  5701. color: rgb(248, 191, 96);
  5702. }
  5703.  
  5704. /* Checkouts */
  5705.  
  5706. .checkout-wrapper {
  5707. position: absolute;
  5708. top: 0px;
  5709. right: -20px;
  5710. bottom: 0px;
  5711. width: 270px;
  5712. padding-right: 20px;
  5713. display: none;
  5714. background-color: rgb(30,38,60);
  5715. overflow-y: scroll;
  5716. overflow-x: hidden;
  5717. z-index: 5;
  5718. }
  5719.  
  5720. .checkout-header {
  5721. margin: 20px 10px;
  5722. text-align: center;
  5723. }
  5724.  
  5725. .checkout {
  5726. margin: 50px 10px;
  5727. min-height: 100px;
  5728. }
  5729.  
  5730. .checkout-total-wrapper {
  5731. margin-top: 10px;
  5732. text-align: center;
  5733. }
  5734.  
  5735. .checkout-balance-wrapper {
  5736. margin-top: 10px;
  5737. text-align: center;
  5738. }
  5739.  
  5740. .checkout-icon {
  5741. height: 17px;
  5742. width: 17px;
  5743. vertical-align: -4px;
  5744. margin-right: 3px;
  5745. margin-left: 5px;
  5746. }
  5747.  
  5748. .checkout-total {
  5749. font-size: 14px;
  5750. color: rgb(180,180,200);
  5751. }
  5752.  
  5753. .checkout-balance {
  5754. font-size: 14px;
  5755. color: rgb(180,180,200);
  5756. }
  5757.  
  5758. .checkout-button {
  5759. text-align: center;
  5760. margin: 40px;
  5761. margin-top: 40px;
  5762. padding: 10px;
  5763. border-radius: 25px;
  5764. text-align: center;
  5765. font-size: 14px;
  5766. border: 2px solid rgb(180,180,200);
  5767. color: rgb(180,180,200);
  5768. -webkit-transition: 300ms ease;
  5769. -moz-transition: 300ms ease;
  5770. -ms-transition: 300ms ease;
  5771. -o-transition: 300ms ease;
  5772. transition: 300ms ease;
  5773. cursor: pointer;
  5774. }
  5775.  
  5776. .checkout-button-disabled {
  5777. text-align: center;
  5778. margin: 40px;
  5779. margin-top: 40px;
  5780. padding: 10px;
  5781. border-radius: 25px;
  5782. text-align: center;
  5783. font-size: 14px;
  5784. border: 2px solid rgb(180,180,200);
  5785. color: rgb(180,180,200);
  5786. -webkit-transition: 300ms ease;
  5787. -moz-transition: 300ms ease;
  5788. -ms-transition: 300ms ease;
  5789. -o-transition: 300ms ease;
  5790. transition: 300ms ease;
  5791. cursor: not-allowed;
  5792. opacity: 0.3;
  5793. }
  5794.  
  5795. .checkout-button:hover {
  5796. border: 2px solid rgb(248, 191, 96);
  5797. color: rgb(248, 191, 96);
  5798. }
  5799.  
  5800. /* Checkout Item */
  5801.  
  5802. .checkout-item {
  5803. width: 230px;
  5804. margin: 10px 0px;
  5805. position: relative;
  5806. }
  5807.  
  5808. .checkout-item-image-wrapper {
  5809. display: inline-block;
  5810. height: 60px;
  5811. width: 70px;
  5812. padding: 10px;
  5813. }
  5814.  
  5815. .checkout-item-image {
  5816. width: 50px;
  5817. }
  5818.  
  5819. .checkout-item-name-wrapper {
  5820. display: inline-block;
  5821. width: 120px;
  5822. padding-top: 8px;
  5823. vertical-align: top;
  5824. }
  5825.  
  5826. .checkout-item-name {
  5827. font-size: 12px;
  5828. font-weight: 500;
  5829. }
  5830.  
  5831. .checkout-item-wear {
  5832. font-size: 11px;
  5833. font-weight: 400;
  5834. }
  5835.  
  5836. .checkout-item-remove-wrapper {
  5837. position: absolute;
  5838. top: 22px;
  5839. right: 10px;
  5840. cursor: pointer;
  5841. }
  5842.  
  5843. .checkout-item-remove-wrapper:hover {
  5844. color: rgb(248, 191, 96);
  5845. }
  5846.  
  5847. .checkout-item-remove {
  5848. font-size: 15px;
  5849. }
  5850.  
  5851. /* Item */
  5852.  
  5853. .item {
  5854. height: 200px;
  5855. width: 200px;
  5856. position: relative;
  5857. border-radius: 5px;
  5858. color: rgb(180,180,200);
  5859. margin: 10px;
  5860. display: inline-block;
  5861. cursor: pointer;
  5862. background-color: rgb(25,25,40);
  5863. }
  5864.  
  5865. .item-disabled {
  5866. height: 200px;
  5867. width: 200px;
  5868. position: relative;
  5869. border-radius: 5px;
  5870. color: rgb(180,180,200);
  5871. margin: 10px;
  5872. display: inline-block;
  5873. cursor: not-allowed;
  5874. background-color: rgb(25,25,40);
  5875. opacity: 0.2;
  5876. }
  5877.  
  5878. .item-selected {
  5879. background-color: rgb(35,35,55);
  5880. }
  5881.  
  5882. .item:hover > .item-image-wrapper {
  5883. top: 45px;
  5884. }
  5885.  
  5886. .item:hover .item-image {
  5887. height: 110px;
  5888. }
  5889.  
  5890. .item-name-wrapper {
  5891. text-align: right;
  5892. position: absolute;
  5893. top: 10px;
  5894. right: 15px;
  5895. left: 15px;
  5896. }
  5897.  
  5898. .item-name {
  5899. font-size: 12px;
  5900. font-weight: 500;
  5901. }
  5902.  
  5903. .item-wear {
  5904. font-size: 11px;
  5905. font-weight: 400;
  5906. color: rgb(160,160,180);
  5907. }
  5908.  
  5909. .item-image-wrapper {
  5910. position: absolute;
  5911. top: 55px;
  5912. width: 100%;
  5913. text-align: center;
  5914. -webkit-transition: 200ms ease;
  5915. -moz-transition: 200ms ease;
  5916. -ms-transition: 200ms ease;
  5917. -o-transition: 200ms ease;
  5918. transition: 200ms ease;
  5919. }
  5920.  
  5921. .item-image {
  5922. height: 90px;
  5923. -webkit-transition: 200ms ease;
  5924. -moz-transition: 200ms ease;
  5925. -ms-transition: 200ms ease;
  5926. -o-transition: 200ms ease;
  5927. transition: 200ms ease;
  5928. }
  5929.  
  5930. .item-price-wrapper {
  5931. position: absolute;
  5932. bottom: 20px;
  5933. width: 100%;
  5934. text-align: center;
  5935. }
  5936.  
  5937. .item-price-icon {
  5938. height: 19px;
  5939. width: 19px;
  5940. vertical-align: -4px;
  5941. margin-right: 3px;
  5942. }
  5943.  
  5944. .item-price {
  5945. font-size: 16px;
  5946. }
  5947.  
  5948. .item-stickers {
  5949. position: absolute;
  5950. bottom: 50px;
  5951. left: 9px;
  5952. -webkit-transition: 200ms ease;
  5953. -moz-transition: 200ms ease;
  5954. -ms-transition: 200ms ease;
  5955. -o-transition: 200ms ease;
  5956. transition: 200ms ease;
  5957. }
  5958.  
  5959. .item-sticker {
  5960. width: 25px;
  5961. margin: 5px;
  5962. display: block;
  5963. -webkit-transition: 200ms ease;
  5964. -moz-transition: 200ms ease;
  5965. -ms-transition: 200ms ease;
  5966. -o-transition: 200ms ease;
  5967. transition: 200ms ease;
  5968. }
  5969.  
  5970. .item-wrapper:hover > .item-stickers {
  5971. bottom: 30px;
  5972. }
  5973.  
  5974. .item-wrapper:hover .item-sticker {
  5975. width: 35px;
  5976. }
  5977.  
  5978. .account-block {
  5979. margin: 30px 15px 10px 15px;
  5980. padding: 20px 20px 20px 30px;
  5981. background-color: rgb(25,25,40);
  5982. border-radius: 5px;
  5983. position: relative;
  5984. }
  5985.  
  5986. .account-block-title {
  5987. font-size: 30px;
  5988. color: rgb(180,180,200);
  5989. }
  5990.  
  5991. .account-block-subtitle {
  5992. margin-top: 40px;
  5993. }
  5994.  
  5995. .account-block-title-icon {
  5996. height: 30px;
  5997. width: 30px;
  5998. vertical-align: -5px;
  5999. margin-right: 10px;
  6000. }
  6001.  
  6002. /* Profile */
  6003.  
  6004. #account-logout {
  6005. position: absolute;
  6006. top: 0;
  6007. right: 0;
  6008. text-align: center;
  6009. margin: 20px;
  6010. padding: 10px 30px;
  6011. border-radius: 25px;
  6012. text-align: center;
  6013. font-size: 14px;
  6014. border: 2px solid rgb(180,180,200);
  6015. color: rgb(180,180,200);
  6016. -webkit-transition: 300ms ease;
  6017. -moz-transition: 300ms ease;
  6018. -ms-transition: 300ms ease;
  6019. -o-transition: 300ms ease;
  6020. transition: 300ms ease;
  6021. cursor: pointer;
  6022. }
  6023.  
  6024. #account-logout:hover {
  6025. border: 2px solid rgb(248, 191, 96);
  6026. color: rgb(248, 191, 96);
  6027. }
  6028.  
  6029. #account-profile {
  6030. margin-top: 50px;
  6031. text-align: center;
  6032. }
  6033.  
  6034. #account-profile-avatar {
  6035. height: 80px;
  6036. width: 80px;
  6037. border-radius: 50px;
  6038. }
  6039.  
  6040. #account-profile-username {
  6041. font-size: 30px;
  6042. color: rgb(180,180,200);
  6043. }
  6044.  
  6045. /* Trade URL */
  6046.  
  6047. #account-trade-url {
  6048. margin-top: 30px;
  6049. margin-bottom: 10px;
  6050. padding: 20px;
  6051. }
  6052.  
  6053. #trade-url-submit-button {
  6054. float: right;
  6055. }
  6056.  
  6057. #trade-url-input-wrapper {
  6058. margin-top: 10px;
  6059. padding: 10px;
  6060. background-color: rgb(35,35,55);
  6061. border-radius: 5px;
  6062. min-width: 100px;
  6063. overflow: hidden;
  6064. }
  6065.  
  6066. #trade-url-input {
  6067. width: 100%;
  6068. background-color: rgb(35,35,55);
  6069. border: none;
  6070. }
  6071.  
  6072. #trade-url-input:focus {
  6073. outline: none;
  6074. }
  6075.  
  6076. /* Rewards */
  6077.  
  6078. #account-rewards-wrapper {
  6079. min-height: 450px;
  6080. }
  6081.  
  6082. #account-rewards-verify {
  6083. text-align: center;
  6084. margin-top: 130px;
  6085. }
  6086.  
  6087. #redeem-submit-button {
  6088. float: right;
  6089. }
  6090.  
  6091. #redeem-input-wrapper {
  6092. margin-top: 10px;
  6093. padding: 10px;
  6094. background-color: rgb(35,35,55);
  6095. border-radius: 5px;
  6096. min-width: 100px;
  6097. overflow: hidden;
  6098. }
  6099.  
  6100. #redeem-input {
  6101. width: 100%;
  6102. background-color: rgb(35,35,55);
  6103. border: none;
  6104. text-transform: uppercase;
  6105. }
  6106.  
  6107. #redeem-input:focus {
  6108. outline: none;
  6109. }
  6110.  
  6111. #referral-submit-button {
  6112. float: right;
  6113. }
  6114.  
  6115. #referral-input-wrapper {
  6116. margin-top: 10px;
  6117. padding: 10px;
  6118. background-color: rgb(35,35,55);
  6119. border-radius: 5px;
  6120. min-width: 100px;
  6121. overflow: hidden;
  6122. }
  6123.  
  6124. #referral-input {
  6125. width: 100%;
  6126. background-color: rgb(35,35,55);
  6127. border: none;
  6128. text-transform: uppercase;
  6129. }
  6130.  
  6131. #referral-input:focus {
  6132. outline: none;
  6133. }
  6134.  
  6135. /* Transaction */
  6136.  
  6137. #account-transactions-refresh {
  6138. position: absolute;
  6139. top: 0;
  6140. right: 0;
  6141. }
  6142.  
  6143. #account-transactions-table {
  6144. margin-top: 30px;
  6145. }
  6146.  
  6147. #account-transactions-table thead {
  6148. border-bottom: none;
  6149. }
  6150.  
  6151. #account-transactions-table-body tr:hover {
  6152. color: rgb(200,200,220);
  6153. }
  6154.  
  6155. /* Bets */
  6156.  
  6157. #account-bets-refresh {
  6158. position: absolute;
  6159. top: 0;
  6160. right: 0;
  6161. }
  6162.  
  6163. #account-bets-table {
  6164. margin-top: 30px;
  6165. }
  6166.  
  6167. #account-bets-table thead {
  6168. border-bottom: none;
  6169. }
  6170.  
  6171. #account-bets-table-body tr:hover {
  6172. color: rgb(200,200,220);
  6173. }
  6174.  
  6175. /* Submit */
  6176.  
  6177. .submit-button {
  6178. margin: 12px 5px 0px 5px;
  6179. padding: 5px 10px;
  6180. border: 2px solid rgb(180,180,200);
  6181. border-radius: 5px;
  6182. display: inline-block;
  6183. text-align: center;
  6184. cursor: pointer;
  6185. -webkit-transition: 300ms ease;
  6186. -moz-transition: 300ms ease;
  6187. -ms-transition: 300ms ease;
  6188. -o-transition: 300ms ease;
  6189. transition: 300ms ease;
  6190. }
  6191.  
  6192. .submit-button-disabled {
  6193. margin: 12px 5px 0px 5px;
  6194. padding: 5px 10px;
  6195. border: 2px solid rgb(180,180,200);
  6196. border-radius: 5px;
  6197. display: inline-block;
  6198. text-align: center;
  6199. cursor: pointer;
  6200. -webkit-transition: 300ms ease;
  6201. -moz-transition: 300ms ease;
  6202. -ms-transition: 300ms ease;
  6203. -o-transition: 300ms ease;
  6204. transition: 300ms ease;
  6205. cursor: not-allowed;
  6206. opacity: 0.3;
  6207. }
  6208.  
  6209. .submit-button:hover {
  6210. border: 2px solid rgb(248, 191, 96);
  6211. color: rgb(248, 191, 96);
  6212. }
  6213.  
  6214. /* Refresh */
  6215.  
  6216. .refresh-button {
  6217. margin: 20px;
  6218. padding: 10px 30px;
  6219. border: 2px solid rgb(180,180,200);
  6220. border-radius: 25px;
  6221. display: inline-block;
  6222. text-align: center;
  6223. cursor: pointer;
  6224. -webkit-transition: 300ms ease;
  6225. -moz-transition: 300ms ease;
  6226. -ms-transition: 300ms ease;
  6227. -o-transition: 300ms ease;
  6228. transition: 300ms ease;
  6229. }
  6230.  
  6231. .refresh-button-disabled {
  6232. margin: 20px;
  6233. padding: 10px 30px;
  6234. border: 2px solid rgb(180,180,200);
  6235. border-radius: 25px;
  6236. display: inline-block;
  6237. text-align: center;
  6238. cursor: pointer;
  6239. -webkit-transition: 300ms ease;
  6240. -moz-transition: 300ms ease;
  6241. -ms-transition: 300ms ease;
  6242. -o-transition: 300ms ease;
  6243. transition: 300ms ease;
  6244. cursor: not-allowed;
  6245. opacity: 0.3;
  6246. }
  6247.  
  6248. .refresh-button:hover {
  6249. border: 2px solid rgb(248, 191, 96);
  6250. color: rgb(248, 191, 96);
  6251. }
  6252.  
  6253. #faq {
  6254. margin: 15px 15px 30px 15px;
  6255. padding: 20px;
  6256. background-color: rgb(25,25,40);
  6257. border-radius: 5px;
  6258. }
  6259.  
  6260. #faq-title {
  6261. width: 100%;
  6262. font-size: 40px;
  6263. font-weight: 400;
  6264. color: rgb(180,180,200);
  6265. margin: 0px 10px 30px 10px;
  6266. }
  6267.  
  6268. .faq-question {
  6269. color: rgb(180,180,200);
  6270. font-weight: 400;
  6271. font-size: 20px;
  6272. margin: 10px 10px 0px 10px;
  6273. }
  6274.  
  6275. .faq-answer {
  6276. margin: 5px 10px 30px 10px;
  6277. }
  6278.  
  6279. #terms {
  6280. margin: 15px 15px 30px 15px;
  6281. padding: 20px;
  6282. background-color: rgb(25,25,40);
  6283. border-radius: 5px;
  6284. }
  6285.  
  6286. #terms-title {
  6287. width: 100%;
  6288. font-size: 40px;
  6289. font-weight: 400;
  6290. color: rgb(180,180,200);
  6291. margin: 0px 10px 20px 10px;
  6292. }
  6293.  
  6294. #terms-description {
  6295. margin: 5px 10px 30px 10px;
  6296. }
  6297.  
  6298. #terms-footer {
  6299. margin: 50px 10px 30px 10px;
  6300. }
  6301.  
  6302. .terms-subtitle {
  6303. color: rgb(180,180,200);
  6304. font-weight: 400;
  6305. font-size: 20px;
  6306. margin: 10px 10px 0px 10px;
  6307. }
  6308.  
  6309. .terms-subdescription {
  6310. margin: 5px 10px 30px 10px;
  6311. }
  6312.  
  6313. #modal-mod .modal-content {
  6314. background-color: rgb(20,20,33);
  6315. }
  6316.  
  6317. #modal-mod-username {
  6318. font-size: 30px;
  6319. }
  6320.  
  6321. #modal-mod-open-id {
  6322. font-size: 20px;
  6323. }
  6324.  
  6325. #modal-mod-balance {
  6326. margin-top: 10px;
  6327. }
  6328.  
  6329. #modal-mod-info {
  6330. margin: 10px;
  6331. }
  6332.  
  6333. #modal-mod-info-mute {
  6334. font-size: 20px;
  6335. color: red;
  6336. }
  6337.  
  6338. .modal-mod-note-author-wrapper {
  6339. margin-bottom: 5px;
  6340. }
  6341.  
  6342. .modal-mod-note-author {
  6343. font-size: 16px;
  6344. color: rgb(160,160,180);
  6345. }
  6346.  
  6347. .modal-mod-note-date {
  6348. font-size: 12px;
  6349. color: rgb(100,100,120);
  6350. margin-left: 10px;
  6351. }
  6352.  
  6353. .modal-mod-note-message {
  6354. font-weight: 400;
  6355. color: rgb(120,120,140);
  6356. }
  6357.  
  6358. .modal-mod-note {
  6359. margin: 10px;
  6360. padding: 15px;
  6361. border-radius: 5px;
  6362. background-color: rgb(27,33,55);
  6363. }
  6364.  
  6365. /* Responsive */
  6366.  
  6367. /* Phones */
  6368.  
  6369. @media (max-width:767px) {
  6370.  
  6371. }
  6372.  
  6373. /* Tablet */
  6374.  
  6375. @media (min-width:768px) {
  6376.  
  6377. }
  6378.  
  6379. /* Small Laptops */
  6380.  
  6381. @media (min-width:992px) {
  6382.  
  6383. }
  6384.  
  6385. /* 1280x720 (before Full HD) */
  6386.  
  6387. @media (min-width:1200px) {
  6388.  
  6389. }
  6390.  
  6391. /* 1920x1080 (Full HD) */
  6392.  
  6393. @media (min-width:1800px) {
  6394.  
  6395. }
  6396.  
  6397. /* 2560x1440 (Quad HD)*/
  6398.  
  6399. @media (min-width:2000px) {
  6400.  
  6401. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement