Advertisement
Guest User

Untitled

a guest
Jul 15th, 2017
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 143.71 KB | None | 0 0
  1. @charset "UTF-8";
  2. /*========================
  3. Table of Contents
  4. 1. Settings
  5. 2. Header
  6. 3. Block
  7. 4. Checkout
  8. 5. Footer
  9. 6. Nav
  10. 7. Intro
  11. 8. Form & hints
  12. 9. Limited offers
  13. 10. Product
  14. 11. Products
  15. 12. Checkbox
  16. 13. Radio Buttons
  17. 14. Inputs & textarea
  18. 15. Buttons
  19. 16. Social
  20. 17. Alerts
  21. 18. Select
  22. 19. Images
  23. 20. Reviews
  24. 21. Mouse
  25. 22. Up button
  26. 23. Marks
  27. 24. Bootstrap 4 Grid
  28.  
  29. # FontAwesome
  30. # Animate CSS
  31. # Slick slider
  32.  
  33. # Helpers
  34. =========================*/
  35. /* 1. Settings */
  36. html {
  37. font-family: sans-serif;
  38. -ms-text-size-adjust: 100%;
  39. -webkit-text-size-adjust: 100%;
  40. }
  41.  
  42. body {
  43. margin: 0;
  44. }
  45.  
  46. article,
  47. aside,
  48. details,
  49. figcaption,
  50. figure,
  51. footer,
  52. header,
  53. hgroup,
  54. main,
  55. menu,
  56. nav,
  57. section,
  58. summary {
  59. display: block;
  60. }
  61.  
  62. audio,
  63. canvas,
  64. progress,
  65. video {
  66. display: inline-block;
  67. vertical-align: baseline;
  68. }
  69.  
  70. audio:not([controls]) {
  71. display: none;
  72. height: 0;
  73. }
  74.  
  75. [hidden],
  76. template {
  77. display: none;
  78. }
  79.  
  80. a {
  81. background-color: transparent;
  82. }
  83.  
  84. a:active,
  85. a:hover {
  86. outline: 0;
  87. }
  88.  
  89. abbr[title] {
  90. border-bottom: 1px dotted;
  91. }
  92.  
  93. b,
  94. strong {
  95. font-weight: bold;
  96. }
  97.  
  98. dfn {
  99. font-style: italic;
  100. }
  101.  
  102. h1 {
  103. font-size: 2em;
  104. margin: 0.67em 0;
  105. }
  106.  
  107. mark {
  108. background: #ff0;
  109. color: #000;
  110. }
  111.  
  112. small {
  113. font-size: 80%;
  114. }
  115.  
  116. sub,
  117. sup {
  118. font-size: 75%;
  119. line-height: 0;
  120. position: relative;
  121. vertical-align: baseline;
  122. }
  123.  
  124. sup {
  125. top: -0.5em;
  126. }
  127.  
  128. sub {
  129. bottom: -0.25em;
  130. }
  131.  
  132. img {
  133. border: 0;
  134. }
  135.  
  136. svg:not(:root) {
  137. overflow: hidden;
  138. }
  139.  
  140. figure {
  141. margin: 1em 40px;
  142. }
  143.  
  144. hr {
  145. box-sizing: content-box;
  146. height: 0;
  147. }
  148.  
  149. pre {
  150. overflow: auto;
  151. }
  152.  
  153. code,
  154. kbd,
  155. pre,
  156. samp {
  157. font-family: monospace, monospace;
  158. font-size: 1em;
  159. }
  160.  
  161. button,
  162. input,
  163. optgroup,
  164. select,
  165. textarea {
  166. color: inherit;
  167. font: inherit;
  168. margin: 0;
  169. }
  170.  
  171. button {
  172. overflow: visible;
  173. }
  174.  
  175. button,
  176. select {
  177. text-transform: none;
  178. }
  179.  
  180. button,
  181. html input[type="button"],
  182. input[type="reset"],
  183. input[type="submit"] {
  184. -webkit-appearance: button;
  185. cursor: pointer;
  186. }
  187.  
  188. button[disabled],
  189. html input[disabled] {
  190. cursor: default;
  191. }
  192.  
  193. button::-moz-focus-inner,
  194. input::-moz-focus-inner {
  195. border: 0;
  196. padding: 0;
  197. }
  198.  
  199. input {
  200. line-height: normal;
  201. }
  202.  
  203. input[type="checkbox"],
  204. input[type="radio"] {
  205. box-sizing: border-box;
  206. padding: 0;
  207. }
  208.  
  209. input[type="number"]::-webkit-inner-spin-button,
  210. input[type="number"]::-webkit-outer-spin-button {
  211. height: auto;
  212. }
  213.  
  214. input[type="search"] {
  215. -webkit-appearance: textfield;
  216. box-sizing: content-box;
  217. }
  218.  
  219. input[type="search"]::-webkit-search-cancel-button,
  220. input[type="search"]::-webkit-search-decoration {
  221. -webkit-appearance: none;
  222. }
  223.  
  224. fieldset {
  225. border: 1px solid #c0c0c0;
  226. margin: 0 2px;
  227. padding: 0.35em 0.625em 0.75em;
  228. }
  229.  
  230. legend {
  231. border: 0;
  232. padding: 0;
  233. }
  234.  
  235. textarea {
  236. overflow: auto;
  237. }
  238.  
  239. optgroup {
  240. font-weight: bold;
  241. }
  242.  
  243. table {
  244. border-collapse: collapse;
  245. border-spacing: 0;
  246. }
  247.  
  248. td,
  249. th {
  250. padding: 0;
  251. }
  252.  
  253. body {
  254. font-family: 'Montserrat', sans-serif;
  255. font-size: 16px;
  256. line-height: 1.4;
  257. -webkit-font-smoothing: antialiased;
  258. -moz-osx-font-smoothing: grayscale;
  259. background: #fcffff;
  260. }
  261.  
  262. a {
  263. color: #1976d2;
  264. text-decoration: none;
  265. }
  266.  
  267. a:hover {
  268. border-bottom: 2px solid #fb8c00;
  269. }
  270.  
  271. a:focus {
  272. outline: 0;
  273. text-decoration: underline;
  274. }
  275.  
  276. p {
  277. margin: 0 0 .5em;
  278. }
  279.  
  280. *,
  281. *:before,
  282. *:after {
  283. box-sizing: border-box;
  284. }
  285.  
  286. /* 2. Header */
  287. .header {
  288. width: 100%;
  289. height: 50px;
  290. position: fixed;
  291. top: 0;
  292. right: 0;
  293. left: 0;
  294. z-index: 1000;
  295. font-family: 'Lato', 'Arial' , sans-serif;
  296. font-weight: 300;
  297. font-size: 20px;
  298. float: right;
  299.  
  300. }
  301.  
  302. .header__logo {
  303. width: 100px;
  304. height: 50px;
  305. overflow: hidden;
  306. font-size: 1em;
  307. line-height: 50px;
  308. text-transform: uppercase;
  309. color: #fff;
  310. text-align: center;
  311. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  312. background-color: #f44336;
  313. position: absolute;
  314. top: 0;
  315. left: 15px;
  316. z-index: 1;
  317. }
  318.  
  319. .header__logo:before {
  320. content: "";
  321. display: block;
  322. width: 150%;
  323. height: 100%;
  324. background-color: #00acc1;
  325. position: absolute;
  326. left: 50%;
  327. top: -28px;
  328. z-index: 1;
  329. -webkit-transform: translateX(-50%) rotate(-27deg);
  330. -ms-transform: translateX(-50%) rotate(-27deg);
  331. transform: translateX(-50%) rotate(-27deg);
  332. -webkit-transform-origin: center;
  333. -ms-transform-origin: center;
  334. transform-origin: center;
  335. }
  336.  
  337. .header__logo:after {
  338. content: "";
  339. display: block;
  340. width: 100%;
  341. height: 100%;
  342. background: url("../i/asfalt-dark.png");
  343. position: absolute;
  344. left: 0;
  345. top: 0;
  346. z-index: 2;
  347. }
  348.  
  349. .header__logo-text {
  350. position: relative;
  351. z-index: 3;
  352. }
  353.  
  354. .header__burger {
  355. display: none;
  356. }
  357.  
  358. @media (max-width: 991px) {
  359. .header__burger {
  360. display: block;
  361. cursor: pointer;
  362. position: absolute;
  363. top: 10px;
  364. right: 15px;
  365. z-index: 1;
  366. }
  367. }
  368.  
  369. /* Sticky Navi */
  370. .sticky {
  371. position: fixed;
  372. top: 0;
  373. left: 0;
  374. width: 100%;
  375. background-color: rgba(255, 255, 255, 0.98);
  376. box-shadow: 0 2px 2px #efefef;
  377. z-index: 9999;
  378. }
  379.  
  380. .sticky .nav { margin-top: 18px; }
  381.  
  382. .sticky .nav li a:link,
  383. .sticky .nav li a:visited {
  384. padding: 16px 0;
  385. color: #555;
  386. }
  387.  
  388.  
  389. /* 3. Block */
  390. .block {
  391. width: 100%;
  392. padding: 60px 0;
  393. }
  394.  
  395. .block--catalog, .block--delivery, .block--reviews {
  396. position: relative;
  397. overflow: hidden;
  398. padding: 200px 0;
  399. }
  400.  
  401. .block--catalog:before, .block--catalog:after, .block--delivery:before, .block--delivery:after, .block--reviews:before, .block--reviews:after {
  402. content: "";
  403. display: block;
  404. width: 200%;
  405. height: 200px;
  406. position: absolute;
  407. left: -50%;
  408. z-index: -1;
  409. }
  410.  
  411. .block--catalog:before, .block--delivery:before, .block--reviews:before {
  412. top: 100px;
  413. -webkit-transform: rotate(-4deg);
  414. -ms-transform: rotate(-4deg);
  415. transform: rotate(-4deg);
  416. }
  417.  
  418. .block--catalog:after, .block--delivery:after, .block--reviews:after {
  419. bottom: 100px;
  420. -webkit-transform: rotate(4deg);
  421. -ms-transform: rotate(4deg);
  422. transform: rotate(4deg);
  423. }
  424.  
  425. @media (max-width: 577px) {
  426. .block--catalog, .block--delivery, .block--reviews {
  427. padding: 140px 0;
  428. }
  429. }
  430.  
  431. .block--catalog:before, .block--catalog:after {
  432. background: #f44336 url("../i/asfalt-light.png");
  433. }
  434.  
  435. .block--delivery:before, .block--delivery:after {
  436. background: #00acc1 url("../i/asfalt-dark.png");
  437. }
  438.  
  439. .block--delivery:before {
  440. -webkit-transform: rotate(4deg);
  441. -ms-transform: rotate(4deg);
  442. transform: rotate(4deg);
  443. }
  444.  
  445. .block--delivery:after {
  446. -webkit-transform: rotate(-4deg);
  447. -ms-transform: rotate(-4deg);
  448. transform: rotate(-4deg);
  449. }
  450.  
  451. .block--reviews:before, .block--reviews:after {
  452. background: #f44336 url("../i/asfalt-dark.png");
  453. }
  454.  
  455. .block--no-padding {
  456. padding-top: 60px;
  457. padding-bottom: 5px;
  458. }
  459.  
  460. .block__inner {
  461. position: relative;
  462. }
  463.  
  464. .block__inner--catalog {
  465. padding-top: 50px;
  466. background: #f44336 url("../i/asfalt-light.png");
  467. }
  468.  
  469. .block__inner--delivery {
  470. background: #00acc1 url("../i/asfalt-dark.png");
  471. }
  472.  
  473. .block__inner--reviews {
  474. background: #f44336 url("../i/asfalt-dark.png");
  475. }
  476.  
  477. .block__title {
  478. margin: 0 0 0.5em;
  479. font-size: 2em;
  480. }
  481.  
  482. .block__title--big {
  483. font-size: 2.5em;
  484. text-align: center;
  485. }
  486.  
  487. .block__text {
  488. font-size: 1.15em;
  489. padding-left: 280px;
  490. position: relative;
  491. }
  492.  
  493. .block__text--right {
  494. padding-left: 0;
  495. padding-right: 280px;
  496. }
  497.  
  498. .block__text--right .block__icon {
  499. left: auto;
  500. right: 0;
  501. }
  502.  
  503. @media (max-width: 991px) {
  504. .block__text--right {
  505. padding-right: 0;
  506. }
  507. }
  508.  
  509. @media (max-width: 991px) {
  510. .block__text {
  511. padding-left: 0;
  512. }
  513. }
  514.  
  515. .block__icon {
  516. padding: 20px 0;
  517. border-bottom: 2px solid currentColor;
  518. position: absolute;
  519. top: 50%;
  520. left: 0;
  521. z-index: 1;
  522. -webkit-transform: translateY(-50%);
  523. -ms-transform: translateY(-50%);
  524. transform: translateY(-50%);
  525. }
  526.  
  527. .block__icon .fa {
  528. font-size: 10em;
  529. color: block-icon-color;
  530. }
  531.  
  532. @media (max-width: 991px) {
  533. .block__icon {
  534. display: none;
  535. }
  536. }
  537.  
  538.  
  539.  
  540. /* 5. Footer */
  541. .footer {
  542. padding: 1em 0;
  543. }
  544.  
  545. @media (max-width: 991px) {
  546. .footer__social {
  547. margin-bottom: 20px;
  548. }
  549. }
  550.  
  551. .footer__contacts {
  552. font-style: normal;
  553. }
  554.  
  555. /* 6. Nav */
  556. .nav {
  557. margin: 0;
  558. list-style: none;
  559. padding: 0.9em 0 0.9em 110px;
  560. text-align: right;
  561. }
  562.  
  563. @media (max-width: 991px) {
  564. .nav {
  565. display: none;
  566. width: 100%;
  567. padding-left: 0;
  568. background-color: rgba(0, 0, 0, 0.9);
  569. border-top: 1px solid #3e3e3e;
  570. box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  571. position: absolute;
  572. top: 50px;
  573. right: 0;
  574. z-index: 100;
  575. }
  576. }
  577.  
  578. .nav__item {
  579. display: inline-block;
  580. vertical-align: top;
  581. margin: 0 10px;
  582. }
  583.  
  584.  
  585. /* Fucking nav changing colors*/
  586. .nav__item.active .nav__link {
  587. color: #fff;
  588. }
  589.  
  590. .nav__item:last-child {
  591. margin-right: 0;
  592. }
  593.  
  594. @media (max-width: 991px) {
  595. .nav__item {
  596. display: block;
  597. font-size: 1.3em;
  598. }
  599.  
  600. .nav__item:focus, .nav__item:hover {
  601. text-decoration: none;
  602. }
  603.  
  604. .nav__item:last-child {
  605. margin-right: 10px;
  606. }
  607. }
  608.  
  609. .nav__link {
  610. font-size: 1em;
  611. color: #fff;
  612. }
  613.  
  614. .nav__link:focus {
  615. text-decoration: none;
  616. }
  617.  
  618.  
  619. /* 7. Intro */
  620. .intro {
  621. height: 100vh;
  622. min-height: 700px;
  623. position: relative;
  624. background: url("http://placehold.it/1920x1080") center no-repeat;
  625. background-size: cover;
  626. background-attachment: fixed;
  627. }
  628.  
  629. .intro:after {
  630. content: "";
  631. display: block;
  632. width: 100%;
  633. height: 100%;
  634. background: url("../i/absurdity.png");
  635. position: absolute;
  636. top: 0;
  637. left: 0;
  638. z-index: 1;
  639. }
  640.  
  641. @media (max-width: 577px) {
  642. .intro {
  643. min-height: 550px;
  644. }
  645. }
  646.  
  647. .intro__inner {
  648. display: table;
  649. width: 100%;
  650. max-width: 1140px;
  651. padding-left: 15px;
  652. padding-right: 15px;
  653. height: 100%;
  654. margin: 0 auto;
  655. position: relative;
  656. z-index: 2;
  657. }
  658.  
  659. @media (max-width: 1199px) {
  660. .intro__inner {
  661. max-width: 960px;
  662. }
  663. }
  664.  
  665. @media (max-width: 991px) {
  666. .intro__inner {
  667. max-width: 720px;
  668. }
  669. }
  670.  
  671. @media (max-width: 767px) {
  672. .intro__inner {
  673. max-width: 540px;
  674. }
  675. }
  676.  
  677. .intro__content {
  678. display: table-cell;
  679. vertical-align: middle;
  680. }
  681.  
  682. .intro__title {
  683. margin: 0 0 0.3em;
  684. font-size: 3em;
  685. line-height: 1;
  686. color: #fff;
  687. font-weight: normal;
  688. }
  689.  
  690. @media (max-width: 767px) {
  691. .intro__title {
  692. text-align: center;
  693. }
  694. }
  695.  
  696. .intro__text {
  697. margin-bottom: 1.5em;
  698. font-size: 1.5em;
  699. color: #fff;
  700. }
  701.  
  702. .intro__text p {
  703. margin: 0 0 .7em;
  704. }
  705.  
  706. @media (max-width: 767px) {
  707. .intro__text {
  708. text-align: center;
  709. }
  710. }
  711.  
  712. @media (max-width: 767px) {
  713. .intro__btn {
  714. text-align: center;
  715. }
  716. }
  717.  
  718. /* 8. Form & hints */
  719. .form {
  720. width: 100%;
  721. max-width: 350px;
  722. margin: 20px auto;
  723. }
  724.  
  725. .form--inline .form__group {
  726. display: inline-block;
  727. vertical-align: top;
  728. }
  729.  
  730. .form__group {
  731. margin-bottom: 1em;
  732. }
  733.  
  734. .form__group--inline {
  735. display: inline-block;
  736. vertical-align: top;
  737. }
  738.  
  739. .form__title {
  740. margin: 0 0 0.5em;
  741. font-size: 1.2em;
  742. color: #fff;
  743. }
  744.  
  745. .form__text {
  746. margin-bottom: 15px;
  747. font-size: 1.2;
  748. color: #fff;
  749. }
  750.  
  751. .form__hint {
  752. margin-top: 3px;
  753. color: #9e9e9e;
  754. font-size: 0.8em;
  755. line-height: 1.2;
  756. }
  757.  
  758. .form__footer {
  759. margin-bottom: 20px;
  760. color: #fff;
  761. }
  762.  
  763. /* 9. Limited offers */
  764. .limited-offer {
  765. display: none;
  766. }
  767.  
  768. .limited-offer__timer {
  769. margin-bottom: 2em;
  770. padding: 1em;
  771. min-height: 115px;
  772. border: 3px solid #f44336;
  773. background: #f44336 url("../i/dark-mosaic.png");
  774. color: #fff;
  775. font-size: 2em;
  776. text-align: center;
  777. }
  778.  
  779. /* 10. Product */
  780. .product {
  781. padding-top: 127px;
  782.  
  783.  
  784. color: #fff;
  785. }
  786.  
  787. .product:before, .product:after {
  788. content: "";
  789. display: table;
  790. }
  791.  
  792. .product:after {
  793. clear: both;
  794. }
  795.  
  796. .product--dark {
  797. color: #3e3e3e;
  798. }
  799.  
  800. .product:last-child {
  801. margin-bottom: 0;
  802. padding-bottom: 0;
  803. }
  804.  
  805. .product__image {
  806. float: left;
  807. width: 40%;
  808. padding-right: 80px;
  809. }
  810.  
  811. .product__image--right {
  812. float: right;
  813. padding-right: 0;
  814. padding-left: 80px;
  815. }
  816.  
  817. .product__image--right img {
  818. display: block;
  819. float: right;
  820. }
  821.  
  822. @media (max-width: 991px) {
  823. .product__image {
  824. width: 100%;
  825. float: none;
  826. padding: 0;
  827. }
  828.  
  829. .product__image img {
  830. float: none;
  831. margin: 0 auto;
  832. }
  833. }
  834.  
  835. .product__info {
  836. float: left;
  837. width: 60%;
  838. }
  839.  
  840. @media (max-width: 991px) {
  841. .product__info {
  842. width: 100%;
  843. float: none;
  844. }
  845.  
  846. .product__info img {
  847. float: none;
  848. }
  849. }
  850.  
  851. .product__title {
  852. margin: 0 0 0.5em;
  853. font-size: 2em;
  854. line-height: 1.2;
  855. }
  856.  
  857. @media (max-width: 991px) {
  858. .product__title {
  859. margin: 0.5em 0;
  860. }
  861. }
  862.  
  863. .product__text {
  864. margin-bottom: 1em;
  865. font-size: 1.2em;
  866. line-height: 1.4;
  867. }
  868.  
  869. .product__price {
  870. margin-bottom: 1em;
  871. position: relative;
  872. font-size: 1.8em;
  873. }
  874.  
  875. .product__price del {
  876. font-size: 0.8em;
  877. opacity: 0.7;
  878. }
  879.  
  880. .product__price:after {
  881. content: "";
  882. display: block;
  883. width: 191px;
  884. height: 8px;
  885. background: url("../i/line-under.png") no-repeat;
  886. position: absolute;
  887. bottom: -7px;
  888. left: 0;
  889. }
  890.  
  891. /* 11. Products */
  892. .products {
  893. margin-left: -15px;
  894. margin-right: -15px;
  895. }
  896.  
  897. .products:before, .products:after {
  898. content: "";
  899. display: table;
  900. }
  901.  
  902. .products:after {
  903. clear: both;
  904. }
  905.  
  906. .products__item {
  907. width: 50%;
  908. float: left;
  909. padding: 0 15px;
  910. margin-bottom: 30px;
  911. overflow: hidden;
  912. position: relative;
  913. z-index: 2;
  914. }
  915.  
  916. .products__item--big {
  917. width: 100%;
  918. height: 540px;
  919. float: none;
  920. padding: 0;
  921. }
  922.  
  923. .products__item--big .products__inner {
  924. height: 100%;
  925. }
  926.  
  927. .products__item--big .products__title {
  928. font-size: 2em;
  929. }
  930.  
  931. .products__item--big .products__price {
  932. font-size: 1.5em;
  933. }
  934.  
  935. .products__item--big .products__photo {
  936. max-height: 540px;
  937. }
  938.  
  939. @media (max-width: 1199px) {
  940. .products__item--big {
  941. height: 450px;
  942. }
  943. }
  944.  
  945. @media (max-width: 991px) {
  946. .products__item--big {
  947. height: auto;
  948. }
  949. }
  950.  
  951. .products__item .btn {
  952. opacity: 0;
  953. visibility: hidden;
  954. position: absolute;
  955. top: 50%;
  956. left: 50%;
  957. z-index: 10;
  958. -webkit-transform: translate3d(-50%, -50%, 0);
  959. transform: translate3d(-50%, -50%, 0);
  960. transition: all .2s linear;
  961. }
  962.  
  963. @media (max-width: 577px) {
  964. .products__item {
  965. width: 100%;
  966. float: none;
  967. }
  968. }
  969.  
  970. .products__inner {
  971. position: relative;
  972. padding: 15px;
  973. background-color: #e4e6e6;
  974. }
  975.  
  976. .products__inner:hover .products__title {
  977. -webkit-transform: translateY(0);
  978. -ms-transform: translateY(0);
  979. transform: translateY(0);
  980. }
  981.  
  982. .products__inner:hover .products__price {
  983. -webkit-transform: translateY(0);
  984. -ms-transform: translateY(0);
  985. transform: translateY(0);
  986. }
  987.  
  988. .products__inner:hover .products__photo {
  989. opacity: 0.4;
  990. }
  991.  
  992. .products__inner:hover .btn {
  993. opacity: 1;
  994. visibility: visible;
  995. }
  996.  
  997. .products__photo {
  998. display: block;
  999. transition: opacity .2s linear;
  1000. height: auto;
  1001. max-height: 255px;
  1002. margin: auto;
  1003. }
  1004.  
  1005. .products__title {
  1006. margin: 0;
  1007. color: #3e3e3e;
  1008. font-size: 1.2em;
  1009. pointer-events: none;
  1010. position: absolute;
  1011. top: 10px;
  1012. left: 15px;
  1013. z-index: 1;
  1014. -webkit-transform: translateY(-150%);
  1015. -ms-transform: translateY(-150%);
  1016. transform: translateY(-150%);
  1017. transition: -webkit-transform .1s linear;
  1018. transition: transform .1s linear;
  1019. transition: transform .1s linear, -webkit-transform .1s linear;
  1020. }
  1021.  
  1022. .products__price {
  1023. color: #3e3e3e;
  1024. font-size: 1em;
  1025. pointer-events: none;
  1026. position: absolute;
  1027. right: 15px;
  1028. bottom: 10px;
  1029. z-index: 1;
  1030. -webkit-transform: translateY(150%);
  1031. -ms-transform: translateY(150%);
  1032. transform: translateY(150%);
  1033. transition: -webkit-transform .1s linear;
  1034. transition: transform .1s linear;
  1035. transition: transform .1s linear, -webkit-transform .1s linear;
  1036. }
  1037.  
  1038. .products__price del {
  1039. font-size: 0.8em;
  1040. opacity: 0.7;
  1041. }
  1042.  
  1043. /* 12. Checkbox */
  1044. .checkbox {
  1045. display: block;
  1046. margin-bottom: 5px;
  1047. }
  1048.  
  1049. .checkbox--inline {
  1050. display: inline-block;
  1051. vertical-align: top;
  1052. margin-right: 5px;
  1053. }
  1054.  
  1055. .checkbox__input {
  1056. display: none;
  1057. }
  1058.  
  1059. .checkbox__input:checked + .checkbox__label {
  1060. color: #fff;
  1061. }
  1062.  
  1063. .checkbox__input:checked + .checkbox__label:before {
  1064. background-color: #4caf50;
  1065. border-color: #4caf50;
  1066. }
  1067.  
  1068. .checkbox__input:checked + .checkbox__label:after {
  1069. opacity: 1;
  1070. }
  1071.  
  1072. .checkbox__input:checked + .checkbox__label:hover:after {
  1073. color: #fff;
  1074. opacity: 1;
  1075. }
  1076.  
  1077. .checkbox__label {
  1078. display: inline-block;
  1079. vertical-align: top;
  1080. padding-left: 30px;
  1081. cursor: pointer;
  1082. font-size: 1em;
  1083. line-height: 20px;
  1084. color: #fff;
  1085. -webkit-user-select: none;
  1086. -moz-user-select: none;
  1087. -ms-user-select: none;
  1088. user-select: none;
  1089. position: relative;
  1090. }
  1091.  
  1092. .checkbox__label:before {
  1093. content: "";
  1094. display: block;
  1095. width: 20px;
  1096. height: 20px;
  1097. border: 1px solid #9e9e9e;
  1098. background-color: #fff;
  1099. border-radius: 3px;
  1100. position: absolute;
  1101. top: 0;
  1102. left: 0;
  1103. z-index: 1;
  1104. transition: border-color .1s linear;
  1105. }
  1106.  
  1107. .checkbox__label:after {
  1108. content: "";
  1109. display: block;
  1110. font-family: FontAwesome;
  1111. font-size: 17px;
  1112. line-height: 1;
  1113. color: #fff;
  1114. position: absolute;
  1115. top: 1px;
  1116. left: 2px;
  1117. z-index: 1;
  1118. opacity: 0;
  1119. transition: opacity .1s linear, color .1s linear;
  1120. }
  1121.  
  1122. .checkbox__label:hover:not(.checkbox__label--disabled):after {
  1123. color: #9e9e9e;
  1124. opacity: 0.3;
  1125. }
  1126.  
  1127. .checkbox__label--error {
  1128. color: #f44336;
  1129. }
  1130.  
  1131. .checkbox__label--error:before {
  1132. border-color: #f44336;
  1133. }
  1134.  
  1135. .checkbox__label--disabled {
  1136. color: #9e9e9e;
  1137. }
  1138.  
  1139. .checkbox__label--disabled:before {
  1140. border-color: #c4c4c4;
  1141. }
  1142.  
  1143. .checkbox__label--disabled:hover {
  1144. cursor: not-allowed;
  1145. }
  1146.  
  1147. /* 13. Radio Buttons */
  1148. .radio {
  1149. display: block;
  1150. margin-bottom: 5px;
  1151. }
  1152.  
  1153. .radio--inline {
  1154. display: inline-block;
  1155. vertical-align: top;
  1156. margin-right: 5px;
  1157. }
  1158.  
  1159. .radio__input {
  1160. display: none;
  1161. }
  1162.  
  1163. .radio__input:checked + .radio__label {
  1164. color: #3e3e3e;
  1165. }
  1166.  
  1167. .radio__input:checked + .radio__label:before {
  1168. border-color: #03a9f4;
  1169. }
  1170.  
  1171. .radio__input:checked + .radio__label:after {
  1172. opacity: 1;
  1173. background-color: #03a9f4;
  1174. }
  1175.  
  1176. .radio__input:checked + .radio__label:hover:after {
  1177. opacity: 1;
  1178. }
  1179.  
  1180. .radio__label {
  1181. display: inline-block;
  1182. vertical-align: top;
  1183. padding-left: 30px;
  1184. cursor: pointer;
  1185. font-size: 1em;
  1186. line-height: 20px;
  1187. color: #3e3e3e;
  1188. -webkit-user-select: none;
  1189. -moz-user-select: none;
  1190. -ms-user-select: none;
  1191. user-select: none;
  1192. position: relative;
  1193. transition: color .1s linear;
  1194. }
  1195.  
  1196. .radio__label:before {
  1197. content: "";
  1198. display: block;
  1199. width: 20px;
  1200. height: 20px;
  1201. border: 1px solid #9e9e9e;
  1202. background-color: #fff;
  1203. border-radius: 50%;
  1204. position: absolute;
  1205. top: 0;
  1206. left: 0;
  1207. z-index: 1;
  1208. transition: border-color .1s linear;
  1209. }
  1210.  
  1211. .radio__label:after {
  1212. content: "";
  1213. display: block;
  1214. width: 14px;
  1215. height: 14px;
  1216. background-color: #9e9e9e;
  1217. border-radius: 50%;
  1218. opacity: 0;
  1219. position: absolute;
  1220. top: 3px;
  1221. left: 3px;
  1222. z-index: 1;
  1223. transition: background-color .1s linear, opacity .1s linear;
  1224. }
  1225.  
  1226. .radio__label:hover:not(.radio__label--disabled):after {
  1227. opacity: 0.5;
  1228. }
  1229.  
  1230. .radio__label--error {
  1231. color: #f44336;
  1232. }
  1233.  
  1234. .radio__label--error:before {
  1235. border-color: #f44336;
  1236. }
  1237.  
  1238. .radio__label--disabled {
  1239. color: #9e9e9e;
  1240. }
  1241.  
  1242. .radio__label--disabled:before {
  1243. border-color: #c4c4c4;
  1244. }
  1245.  
  1246. .radio__label--disabled:hover {
  1247. cursor: not-allowed;
  1248. }
  1249.  
  1250. /* 14. Inputs & textarea */
  1251. .input {
  1252. display: block;
  1253. width: 100%;
  1254. padding: 0.4em 0.9em;
  1255. min-height: 36px;
  1256. font-size: 1em;
  1257. line-height: 1;
  1258. font-family: inherit;
  1259. color: #3e3e3e;
  1260. border: 0;
  1261. border-radius: 0;
  1262. box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  1263. background-color: #fff;
  1264. -webkit-appearance: none;
  1265. -moz-appearance: none;
  1266. appearance: none;
  1267. transition: background-color .1s linear;
  1268. }
  1269.  
  1270. .input:focus {
  1271. background-color: #edf9ff;
  1272. outline: 0;
  1273. }
  1274.  
  1275. .input::-webkit-input-placeholder {
  1276. color: #d1d1d1;
  1277. }
  1278.  
  1279. .input::-moz-placeholder {
  1280. color: #d1d1d1;
  1281. }
  1282.  
  1283. .input:-ms-input-placeholder {
  1284. color: #d1d1d1;
  1285. }
  1286.  
  1287. .input::placeholder {
  1288. color: #d1d1d1;
  1289. }
  1290.  
  1291. .input--rounded {
  1292. border-radius: 0.3em;
  1293. }
  1294.  
  1295. .input--ellipse {
  1296. border-radius: 18px;
  1297. }
  1298.  
  1299. .input--shadow {
  1300. box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2);
  1301. }
  1302.  
  1303. .input--error {
  1304. border-color: #f44336;
  1305. color: #f44336;
  1306. background-color: rgba(244, 67, 54, 0.05);
  1307. }
  1308.  
  1309. .input--error::-webkit-input-placeholder {
  1310. color: #f44336;
  1311. }
  1312.  
  1313. .input--error::-moz-placeholder {
  1314. color: #f44336;
  1315. }
  1316.  
  1317. .input--error:-ms-input-placeholder {
  1318. color: #f44336;
  1319. }
  1320.  
  1321. .input--error::placeholder {
  1322. color: #f44336;
  1323. }
  1324.  
  1325. .input--error:focus {
  1326. background-color: rgba(244, 67, 54, 0.05);
  1327. }
  1328.  
  1329. .input--success {
  1330. border-color: #4caf50;
  1331. color: #4caf50;
  1332. background-color: rgba(76, 175, 80, 0.05);
  1333. }
  1334.  
  1335. .input--success::-webkit-input-placeholder {
  1336. color: #4caf50;
  1337. }
  1338.  
  1339. .input--success::-moz-placeholder {
  1340. color: #4caf50;
  1341. }
  1342.  
  1343. .input--success:-ms-input-placeholder {
  1344. color: #4caf50;
  1345. }
  1346.  
  1347. .input--success::placeholder {
  1348. color: #4caf50;
  1349. }
  1350.  
  1351. .input--success:focus {
  1352. background-color: rgba(76, 175, 80, 0.05);
  1353. }
  1354.  
  1355. .textarea {
  1356. display: block;
  1357. width: 100%;
  1358. max-width: 100%;
  1359. height: 100px;
  1360. padding: 0.5em 0.9em;
  1361. font-size: 1em;
  1362. line-height: 1.4;
  1363. font-family: inherit;
  1364. color: #3e3e3e;
  1365. border: 0;
  1366. border-radius: 0;
  1367. box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  1368. background-color: #fff;
  1369. resize: none;
  1370. -webkit-appearance: none;
  1371. -moz-appearance: none;
  1372. appearance: none;
  1373. transition: background-color .1s linear;
  1374. }
  1375.  
  1376. .textarea:focus {
  1377. background-color: #edf9ff;
  1378. outline: 0;
  1379. resize: vertical;
  1380. }
  1381.  
  1382. .textarea::-webkit-input-placeholder {
  1383. color: #d1d1d1;
  1384. }
  1385.  
  1386. .textarea::-moz-placeholder {
  1387. color: #d1d1d1;
  1388. }
  1389.  
  1390. .textarea:-ms-input-placeholder {
  1391. color: #d1d1d1;
  1392. }
  1393.  
  1394. .textarea::placeholder {
  1395. color: #d1d1d1;
  1396. }
  1397.  
  1398. .textarea--rounded {
  1399. border-radius: 0.3em;
  1400. }
  1401.  
  1402. .textarea--shadow {
  1403. box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2);
  1404. }
  1405.  
  1406. .textarea--slide::-webkit-input-placeholder {
  1407. transition: padding-left .3s linear;
  1408. }
  1409.  
  1410. .textarea--slide::-moz-placeholder {
  1411. transition: padding-left .3s linear;
  1412. }
  1413.  
  1414. .textarea--slide:-ms-input-placeholder {
  1415. transition: padding-left .3s linear;
  1416. }
  1417.  
  1418. .textarea--slide::placeholder {
  1419. transition: padding-left .3s linear;
  1420. }
  1421.  
  1422. .textarea--slide:focus::-webkit-input-placeholder {
  1423. padding-left: 150%;
  1424. }
  1425.  
  1426. .textarea--slide:focus::-moz-placeholder {
  1427. padding-left: 150%;
  1428. }
  1429.  
  1430. .textarea--slide:focus:-ms-input-placeholder {
  1431. padding-left: 150%;
  1432. }
  1433.  
  1434. .textarea--slide:focus::placeholder {
  1435. padding-left: 150%;
  1436. }
  1437.  
  1438. .textarea--fade::-webkit-input-placeholder {
  1439. transition: opacity .2s linear;
  1440. }
  1441.  
  1442. .textarea--fade::-moz-placeholder {
  1443. transition: opacity .2s linear;
  1444. }
  1445.  
  1446. .textarea--fade:-ms-input-placeholder {
  1447. transition: opacity .2s linear;
  1448. }
  1449.  
  1450. .textarea--fade::placeholder {
  1451. transition: opacity .2s linear;
  1452. }
  1453.  
  1454. .textarea--fade:focus::-webkit-input-placeholder {
  1455. opacity: 0;
  1456. }
  1457.  
  1458. .textarea--fade:focus::-moz-placeholder {
  1459. opacity: 0;
  1460. }
  1461.  
  1462. .textarea--fade:focus:-ms-input-placeholder {
  1463. opacity: 0;
  1464. }
  1465.  
  1466. .textarea--fade:focus::placeholder {
  1467. opacity: 0;
  1468. }
  1469.  
  1470. .textarea--error {
  1471. border-color: #f44336;
  1472. color: #f44336;
  1473. background-color: rgba(244, 67, 54, 0.05);
  1474. }
  1475.  
  1476. .textarea--error::-webkit-input-placeholder {
  1477. color: #f44336;
  1478. }
  1479.  
  1480. .textarea--error::-moz-placeholder {
  1481. color: #f44336;
  1482. }
  1483.  
  1484. .textarea--error:-ms-input-placeholder {
  1485. color: #f44336;
  1486. }
  1487.  
  1488. .textarea--error::placeholder {
  1489. color: #f44336;
  1490. }
  1491.  
  1492. .textarea--error:focus {
  1493. background-color: rgba(244, 67, 54, 0.05);
  1494. }
  1495.  
  1496. .textarea--success {
  1497. border-color: #4caf50;
  1498. color: #4caf50;
  1499. background-color: rgba(76, 175, 80, 0.05);
  1500. }
  1501.  
  1502. .textarea--success::-webkit-input-placeholder {
  1503. color: #4caf50;
  1504. }
  1505.  
  1506. .textarea--success::-moz-placeholder {
  1507. color: #4caf50;
  1508. }
  1509.  
  1510. .textarea--success:-ms-input-placeholder {
  1511. color: #4caf50;
  1512. }
  1513.  
  1514. .textarea--success::placeholder {
  1515. color: #4caf50;
  1516. }
  1517.  
  1518. .textarea--success:focus {
  1519. background-color: rgba(76, 175, 80, 0.05);
  1520. }
  1521.  
  1522. /* 15. Buttons */
  1523. .btn {
  1524. display: inline-block;
  1525. vertical-align: middle;
  1526. padding: 0.5em 1.3em;
  1527. margin-bottom: 5px;
  1528. text-decoration: none;
  1529. border: 0;
  1530. background-color: #efefef;
  1531. color: #3e3e3e;
  1532. font-family: inherit;
  1533. font-size: 1em;
  1534. line-height: 1.25em;
  1535. text-align: center;
  1536. cursor: pointer;
  1537. transition: background-color .1s linear, color .1s linear, border-color .1s linear;
  1538. }
  1539.  
  1540. .btn:hover, .btn:focus {
  1541. text-decoration: none;
  1542. }
  1543.  
  1544. .btn:focus {
  1545. background-color: #e7e7e7;
  1546. outline: 0;
  1547. }
  1548.  
  1549. .btn:hover {
  1550. background-color: #e2e2e2;
  1551. }
  1552.  
  1553. .btn:active {
  1554. background-color: #dddddd;
  1555. }
  1556.  
  1557. .btn--gray {
  1558. background-color: #9e9e9e;
  1559. color: #fff;
  1560. }
  1561.  
  1562. .btn--gray:focus {
  1563. background-color: #969696;
  1564. }
  1565.  
  1566. .btn--gray:hover {
  1567. background-color: #919191;
  1568. }
  1569.  
  1570. .btn--gray:active {
  1571. background-color: #8c8c8c;
  1572. }
  1573.  
  1574. .btn--red {
  1575. background-color: #f44336;
  1576. color: #fff;
  1577. }
  1578.  
  1579. .btn--red:focus {
  1580. background-color: #f33527;
  1581. }
  1582.  
  1583. .btn--red:hover {
  1584. background-color: #f32c1e;
  1585. }
  1586.  
  1587. .btn--red:active {
  1588. background-color: #f22314;
  1589. }
  1590.  
  1591. .btn--pink {
  1592. background-color: #ec407a;
  1593. color: #fff;
  1594. }
  1595.  
  1596. .btn--pink:focus {
  1597. background-color: #eb3270;
  1598. }
  1599.  
  1600. .btn--pink:hover {
  1601. background-color: #ea296a;
  1602. }
  1603.  
  1604. .btn--pink:active {
  1605. background-color: #e92063;
  1606. }
  1607.  
  1608. .btn--purple {
  1609. background-color: #ab47bc;
  1610. color: #fff;
  1611. }
  1612.  
  1613. .btn--purple:focus {
  1614. background-color: #a241b3;
  1615. }
  1616.  
  1617. .btn--purple:hover {
  1618. background-color: #9b3eab;
  1619. }
  1620.  
  1621. .btn--purple:active {
  1622. background-color: #953ca4;
  1623. }
  1624.  
  1625. .btn--deep-purple {
  1626. background-color: #673ab7;
  1627. color: #fff;
  1628. }
  1629.  
  1630. .btn--deep-purple:focus {
  1631. background-color: #6036ab;
  1632. }
  1633.  
  1634. .btn--deep-purple:hover {
  1635. background-color: #5c34a4;
  1636. }
  1637.  
  1638. .btn--deep-purple:active {
  1639. background-color: #58319c;
  1640. }
  1641.  
  1642. .btn--indigo {
  1643. background-color: #3f51b5;
  1644. color: #fff;
  1645. }
  1646.  
  1647. .btn--indigo:focus {
  1648. background-color: #3b4caa;
  1649. }
  1650.  
  1651. .btn--indigo:hover {
  1652. background-color: #3849a2;
  1653. }
  1654.  
  1655. .btn--indigo:active {
  1656. background-color: #36459b;
  1657. }
  1658.  
  1659. .btn--blue {
  1660. background-color: #1976d2;
  1661. color: #fff;
  1662. }
  1663.  
  1664. .btn--blue:focus {
  1665. background-color: #176ec4;
  1666. }
  1667.  
  1668. .btn--blue:hover {
  1669. background-color: #1669bb;
  1670. }
  1671.  
  1672. .btn--blue:active {
  1673. background-color: #1564b2;
  1674. }
  1675.  
  1676. .btn--light-blue {
  1677. background-color: #03a9f4;
  1678. color: #fff;
  1679. }
  1680.  
  1681. .btn--light-blue:focus {
  1682. background-color: #039fe5;
  1683. }
  1684.  
  1685. .btn--light-blue:hover {
  1686. background-color: #0398db;
  1687. }
  1688.  
  1689. .btn--light-blue:active {
  1690. background-color: #0391d1;
  1691. }
  1692.  
  1693. .btn--cyan {
  1694. background-color: #00acc1;
  1695. color: #fff;
  1696. }
  1697.  
  1698. .btn--cyan:focus {
  1699. background-color: #009eb2;
  1700. }
  1701.  
  1702. .btn--cyan:hover {
  1703. background-color: #0095a8;
  1704. }
  1705.  
  1706. .btn--cyan:active {
  1707. background-color: #008c9d;
  1708. }
  1709.  
  1710. .btn--teal {
  1711. background-color: #009688;
  1712. color: #fff;
  1713. }
  1714.  
  1715. .btn--teal:focus {
  1716. background-color: #00877a;
  1717. }
  1718.  
  1719. .btn--teal:hover {
  1720. background-color: #007d71;
  1721. }
  1722.  
  1723. .btn--teal:active {
  1724. background-color: #007268;
  1725. }
  1726.  
  1727. .btn--green {
  1728. background-color: #4caf50;
  1729. color: #fff;
  1730. }
  1731.  
  1732. .btn--green:focus {
  1733. background-color: #47a44b;
  1734. }
  1735.  
  1736. .btn--green:hover {
  1737. background-color: #449d48;
  1738. }
  1739.  
  1740. .btn--green:active {
  1741. background-color: #419645;
  1742. }
  1743.  
  1744. .btn--light-green {
  1745. background-color: #8bc34a;
  1746. color: #fff;
  1747. }
  1748.  
  1749. .btn--light-green:focus {
  1750. background-color: #84bf3f;
  1751. }
  1752.  
  1753. .btn--light-green:hover {
  1754. background-color: #7eb73d;
  1755. }
  1756.  
  1757. .btn--light-green:active {
  1758. background-color: #79af3a;
  1759. }
  1760.  
  1761. .btn--lime {
  1762. background-color: #cddc39;
  1763. color: #fff;
  1764. }
  1765.  
  1766. .btn--lime:focus {
  1767. background-color: #cada2c;
  1768. }
  1769.  
  1770. .btn--lime:hover {
  1771. background-color: #c6d626;
  1772. }
  1773.  
  1774. .btn--lime:active {
  1775. background-color: #becd24;
  1776. }
  1777.  
  1778. .btn--yellow {
  1779. background-color: #fbc02d;
  1780. color: #fff;
  1781. }
  1782.  
  1783. .btn--yellow:focus {
  1784. background-color: #fbbb1e;
  1785. }
  1786.  
  1787. .btn--yellow:hover {
  1788. background-color: #fbb814;
  1789. }
  1790.  
  1791. .btn--yellow:active {
  1792. background-color: #fab50a;
  1793. }
  1794.  
  1795. .btn--amber {
  1796. background-color: #ffa000;
  1797. color: #fff;
  1798. }
  1799.  
  1800. .btn--amber:focus {
  1801. background-color: #f09600;
  1802. }
  1803.  
  1804. .btn--amber:hover {
  1805. background-color: #e69000;
  1806. }
  1807.  
  1808. .btn--amber:active {
  1809. background-color: #db8a00;
  1810. }
  1811.  
  1812. .btn--orange {
  1813. background-color: #fb8c00;
  1814. color: #fff;
  1815. }
  1816.  
  1817. .btn--orange:focus {
  1818. background-color: #ec8300;
  1819. }
  1820.  
  1821. .btn--orange:hover {
  1822. background-color: #e27e00;
  1823. }
  1824.  
  1825. .btn--orange:active {
  1826. background-color: #d77800;
  1827. }
  1828.  
  1829. .btn--deep-orange {
  1830. background-color: #ff7043;
  1831. color: #fff;
  1832. }
  1833.  
  1834. .btn--deep-orange:focus {
  1835. background-color: #ff6434;
  1836. }
  1837.  
  1838. .btn--deep-orange:hover {
  1839. background-color: #ff5d2a;
  1840. }
  1841.  
  1842. .btn--deep-orange:active {
  1843. background-color: #ff551f;
  1844. }
  1845.  
  1846. .btn--brown {
  1847. background-color: #795548;
  1848. color: #fff;
  1849. }
  1850.  
  1851. .btn--brown:focus {
  1852. background-color: #6f4e42;
  1853. }
  1854.  
  1855. .btn--brown:hover {
  1856. background-color: #694a3e;
  1857. }
  1858.  
  1859. .btn--brown:active {
  1860. background-color: #63453b;
  1861. }
  1862.  
  1863. .btn--black {
  1864. background-color: #3e3e3e;
  1865. color: #fff;
  1866. }
  1867.  
  1868. .btn--black:focus {
  1869. background-color: #363636;
  1870. }
  1871.  
  1872. .btn--black:hover {
  1873. background-color: #313131;
  1874. }
  1875.  
  1876. .btn--black:active {
  1877. background-color: #2c2c2c;
  1878. }
  1879.  
  1880. .btn--white {
  1881. background-color: #fff;
  1882. color: #3e3e3e;
  1883. }
  1884.  
  1885. .btn--white:focus {
  1886. background-color: #f7f7f7;
  1887. }
  1888.  
  1889. .btn--white:hover {
  1890. background-color: #f2f2f2;
  1891. }
  1892.  
  1893. .btn--white:active {
  1894. background-color: #ededed;
  1895. }
  1896.  
  1897. .btn--o-gray {
  1898. background-color: transparent;
  1899. border: 1px solid #9e9e9e;
  1900. color: #9e9e9e;
  1901. }
  1902.  
  1903. .btn--o-gray:focus {
  1904. background-color: transparent;
  1905. color: #9e9e9e;
  1906. border-color: #999999;
  1907. }
  1908.  
  1909. .btn--o-gray:hover {
  1910. border-color: #9e9e9e;
  1911. background-color: #9e9e9e;
  1912. color: #fff;
  1913. }
  1914.  
  1915. .btn--o-gray:active {
  1916. border-color: #969696;
  1917. background-color: #969696;
  1918. }
  1919.  
  1920. .btn--o-red {
  1921. background-color: transparent;
  1922. border: 1px solid #f44336;
  1923. color: #f44336;
  1924. }
  1925.  
  1926. .btn--o-red:focus {
  1927. background-color: transparent;
  1928. color: #f44336;
  1929. border-color: #f33a2c;
  1930. }
  1931.  
  1932. .btn--o-red:hover {
  1933. border-color: #f44336;
  1934. background-color: #f44336;
  1935. color: #fff;
  1936. }
  1937.  
  1938. .btn--o-red:active {
  1939. border-color: #f33527;
  1940. background-color: #f33527;
  1941. }
  1942.  
  1943. .btn--o-pink {
  1944. background-color: transparent;
  1945. border: 1px solid #ec407a;
  1946. color: #ec407a;
  1947. }
  1948.  
  1949. .btn--o-pink:focus {
  1950. background-color: transparent;
  1951. color: #ec407a;
  1952. border-color: #eb3774;
  1953. }
  1954.  
  1955. .btn--o-pink:hover {
  1956. border-color: #ec407a;
  1957. background-color: #ec407a;
  1958. color: #fff;
  1959. }
  1960.  
  1961. .btn--o-pink:active {
  1962. border-color: #eb3270;
  1963. background-color: #eb3270;
  1964. }
  1965.  
  1966. .btn--o-purple {
  1967. background-color: transparent;
  1968. border: 1px solid #ab47bc;
  1969. color: #ab47bc;
  1970. }
  1971.  
  1972. .btn--o-purple:focus {
  1973. background-color: transparent;
  1974. color: #ab47bc;
  1975. border-color: #a642b6;
  1976. }
  1977.  
  1978. .btn--o-purple:hover {
  1979. border-color: #ab47bc;
  1980. background-color: #ab47bc;
  1981. color: #fff;
  1982. }
  1983.  
  1984. .btn--o-purple:active {
  1985. border-color: #a241b3;
  1986. background-color: #a241b3;
  1987. }
  1988.  
  1989. .btn--o-deep-purple {
  1990. background-color: transparent;
  1991. border: 1px solid #673ab7;
  1992. color: #673ab7;
  1993. }
  1994.  
  1995. .btn--o-deep-purple:focus {
  1996. background-color: transparent;
  1997. color: #673ab7;
  1998. border-color: #6338af;
  1999. }
  2000.  
  2001. .btn--o-deep-purple:hover {
  2002. border-color: #673ab7;
  2003. background-color: #673ab7;
  2004. color: #fff;
  2005. }
  2006.  
  2007. .btn--o-deep-purple:active {
  2008. border-color: #6036ab;
  2009. background-color: #6036ab;
  2010. }
  2011.  
  2012. .btn--o-indigo {
  2013. background-color: transparent;
  2014. border: 1px solid #3f51b5;
  2015. color: #3f51b5;
  2016. }
  2017.  
  2018. .btn--o-indigo:focus {
  2019. background-color: transparent;
  2020. color: #3f51b5;
  2021. border-color: #3c4ead;
  2022. }
  2023.  
  2024. .btn--o-indigo:hover {
  2025. border-color: #3f51b5;
  2026. background-color: #3f51b5;
  2027. color: #fff;
  2028. }
  2029.  
  2030. .btn--o-indigo:active {
  2031. border-color: #3b4caa;
  2032. background-color: #3b4caa;
  2033. }
  2034.  
  2035. .btn--o-blue {
  2036. background-color: transparent;
  2037. border: 1px solid #1976d2;
  2038. color: #1976d2;
  2039. }
  2040.  
  2041. .btn--o-blue:focus {
  2042. background-color: transparent;
  2043. color: #1976d2;
  2044. border-color: #1871c9;
  2045. }
  2046.  
  2047. .btn--o-blue:hover {
  2048. border-color: #1976d2;
  2049. background-color: #1976d2;
  2050. color: #fff;
  2051. }
  2052.  
  2053. .btn--o-blue:active {
  2054. border-color: #176ec4;
  2055. background-color: #176ec4;
  2056. }
  2057.  
  2058. .btn--o-light-blue {
  2059. background-color: transparent;
  2060. border: 1px solid #03a9f4;
  2061. color: #03a9f4;
  2062. }
  2063.  
  2064. .btn--o-light-blue:focus {
  2065. background-color: transparent;
  2066. color: #03a9f4;
  2067. border-color: #03a2ea;
  2068. }
  2069.  
  2070. .btn--o-light-blue:hover {
  2071. border-color: #03a9f4;
  2072. background-color: #03a9f4;
  2073. color: #fff;
  2074. }
  2075.  
  2076. .btn--o-light-blue:active {
  2077. border-color: #039fe5;
  2078. background-color: #039fe5;
  2079. }
  2080.  
  2081. .btn--o-cyan {
  2082. background-color: transparent;
  2083. border: 1px solid #00acc1;
  2084. color: #00acc1;
  2085. }
  2086.  
  2087. .btn--o-cyan:focus {
  2088. background-color: transparent;
  2089. color: #00acc1;
  2090. border-color: #00a3b7;
  2091. }
  2092.  
  2093. .btn--o-cyan:hover {
  2094. border-color: #00acc1;
  2095. background-color: #00acc1;
  2096. color: #fff;
  2097. }
  2098.  
  2099. .btn--o-cyan:active {
  2100. border-color: #009eb2;
  2101. background-color: #009eb2;
  2102. }
  2103.  
  2104. .btn--o-teal {
  2105. background-color: transparent;
  2106. border: 1px solid #009688;
  2107. color: #009688;
  2108. }
  2109.  
  2110. .btn--o-teal:focus {
  2111. background-color: transparent;
  2112. color: #009688;
  2113. border-color: #008c7f;
  2114. }
  2115.  
  2116. .btn--o-teal:hover {
  2117. border-color: #009688;
  2118. background-color: #009688;
  2119. color: #fff;
  2120. }
  2121.  
  2122. .btn--o-teal:active {
  2123. border-color: #00877a;
  2124. background-color: #00877a;
  2125. }
  2126.  
  2127. .btn--o-green {
  2128. background-color: transparent;
  2129. border: 1px solid #4caf50;
  2130. color: #4caf50;
  2131. }
  2132.  
  2133. .btn--o-green:focus {
  2134. background-color: transparent;
  2135. color: #4caf50;
  2136. border-color: #49a84d;
  2137. }
  2138.  
  2139. .btn--o-green:hover {
  2140. border-color: #4caf50;
  2141. background-color: #4caf50;
  2142. color: #fff;
  2143. }
  2144.  
  2145. .btn--o-green:active {
  2146. border-color: #47a44b;
  2147. background-color: #47a44b;
  2148. }
  2149.  
  2150. .btn--o-light-green {
  2151. background-color: transparent;
  2152. border: 1px solid #8bc34a;
  2153. color: #8bc34a;
  2154. }
  2155.  
  2156. .btn--o-light-green:focus {
  2157. background-color: transparent;
  2158. color: #8bc34a;
  2159. border-color: #86c042;
  2160. }
  2161.  
  2162. .btn--o-light-green:hover {
  2163. border-color: #8bc34a;
  2164. background-color: #8bc34a;
  2165. color: #fff;
  2166. }
  2167.  
  2168. .btn--o-light-green:active {
  2169. border-color: #84bf3f;
  2170. background-color: #84bf3f;
  2171. }
  2172.  
  2173. .btn--o-lime {
  2174. background-color: transparent;
  2175. border: 1px solid #cddc39;
  2176. color: #cddc39;
  2177. }
  2178.  
  2179. .btn--o-lime:focus {
  2180. background-color: transparent;
  2181. color: #cddc39;
  2182. border-color: #cbda30;
  2183. }
  2184.  
  2185. .btn--o-lime:hover {
  2186. border-color: #cddc39;
  2187. background-color: #cddc39;
  2188. color: #fff;
  2189. }
  2190.  
  2191. .btn--o-lime:active {
  2192. border-color: #cada2c;
  2193. background-color: #cada2c;
  2194. }
  2195.  
  2196. .btn--o-yellow {
  2197. background-color: transparent;
  2198. border: 1px solid #fbc02d;
  2199. color: #fbc02d;
  2200. }
  2201.  
  2202. .btn--o-yellow:focus {
  2203. background-color: transparent;
  2204. color: #fbc02d;
  2205. border-color: #fbbd23;
  2206. }
  2207.  
  2208. .btn--o-yellow:hover {
  2209. border-color: #fbc02d;
  2210. background-color: #fbc02d;
  2211. color: #fff;
  2212. }
  2213.  
  2214. .btn--o-yellow:active {
  2215. border-color: #fbbb1e;
  2216. background-color: #fbbb1e;
  2217. }
  2218.  
  2219. .btn--o-amber {
  2220. background-color: transparent;
  2221. border: 1px solid #ffa000;
  2222. color: #ffa000;
  2223. }
  2224.  
  2225. .btn--o-amber:focus {
  2226. background-color: transparent;
  2227. color: #ffa000;
  2228. border-color: #f59a00;
  2229. }
  2230.  
  2231. .btn--o-amber:hover {
  2232. border-color: #ffa000;
  2233. background-color: #ffa000;
  2234. color: #fff;
  2235. }
  2236.  
  2237. .btn--o-amber:active {
  2238. border-color: #f09600;
  2239. background-color: #f09600;
  2240. }
  2241.  
  2242. .btn--o-orange {
  2243. background-color: transparent;
  2244. border: 1px solid #fb8c00;
  2245. color: #fb8c00;
  2246. }
  2247.  
  2248. .btn--o-orange:focus {
  2249. background-color: transparent;
  2250. color: #fb8c00;
  2251. border-color: #f18600;
  2252. }
  2253.  
  2254. .btn--o-orange:hover {
  2255. border-color: #fb8c00;
  2256. background-color: #fb8c00;
  2257. color: #fff;
  2258. }
  2259.  
  2260. .btn--o-orange:active {
  2261. border-color: #ec8300;
  2262. background-color: #ec8300;
  2263. }
  2264.  
  2265. .btn--o-deep-orange {
  2266. background-color: transparent;
  2267. border: 1px solid #ff7043;
  2268. color: #ff7043;
  2269. }
  2270.  
  2271. .btn--o-deep-orange:focus {
  2272. background-color: transparent;
  2273. color: #ff7043;
  2274. border-color: #ff6839;
  2275. }
  2276.  
  2277. .btn--o-deep-orange:hover {
  2278. border-color: #ff7043;
  2279. background-color: #ff7043;
  2280. color: #fff;
  2281. }
  2282.  
  2283. .btn--o-deep-orange:active {
  2284. border-color: #ff6434;
  2285. background-color: #ff6434;
  2286. }
  2287.  
  2288. .btn--o-brown {
  2289. background-color: transparent;
  2290. border: 1px solid #795548;
  2291. color: #795548;
  2292. }
  2293.  
  2294. .btn--o-brown:focus {
  2295. background-color: transparent;
  2296. color: #795548;
  2297. border-color: #735144;
  2298. }
  2299.  
  2300. .btn--o-brown:hover {
  2301. border-color: #795548;
  2302. background-color: #795548;
  2303. color: #fff;
  2304. }
  2305.  
  2306. .btn--o-brown:active {
  2307. border-color: #6f4e42;
  2308. background-color: #6f4e42;
  2309. }
  2310.  
  2311. .btn--o-black {
  2312. background-color: transparent;
  2313. border: 1px solid #3e3e3e;
  2314. color: #3e3e3e;
  2315. }
  2316.  
  2317. .btn--o-black:focus {
  2318. background-color: transparent;
  2319. color: #3e3e3e;
  2320. border-color: #393939;
  2321. }
  2322.  
  2323. .btn--o-black:hover {
  2324. border-color: #3e3e3e;
  2325. background-color: #3e3e3e;
  2326. color: #fff;
  2327. }
  2328.  
  2329. .btn--o-black:active {
  2330. border-color: #363636;
  2331. background-color: #363636;
  2332. }
  2333.  
  2334. .btn--o-white {
  2335. background-color: transparent;
  2336. border: 1px solid #fff;
  2337. color: #fff;
  2338. }
  2339.  
  2340. .btn--o-white:focus {
  2341. background-color: transparent;
  2342. color: #fff;
  2343. border-color: #fafafa;
  2344. }
  2345.  
  2346. .btn--o-white:hover {
  2347. border-color: #fff;
  2348. background-color: #fff;
  2349. color: #fff;
  2350. }
  2351.  
  2352. .btn--o-white:active {
  2353. border-color: #f7f7f7;
  2354. background-color: #f7f7f7;
  2355. }
  2356.  
  2357. .btn--i-gray {
  2358. background-color: transparent;
  2359. border: 1px solid #9e9e9e;
  2360. color: #fff;
  2361. }
  2362.  
  2363. .btn--i-gray:focus {
  2364. background-color: transparent;
  2365. color: #9e9e9e;
  2366. border-color: #999999;
  2367. }
  2368.  
  2369. .btn--i-gray:hover {
  2370. border-color: #9e9e9e;
  2371. background-color: transparent;
  2372. color: #9e9e9e;
  2373. }
  2374.  
  2375. .btn--i-gray:active {
  2376. border-color: #969696;
  2377. background-color: transparent;
  2378. }
  2379.  
  2380. .btn--i-red {
  2381. background-color: transparent;
  2382. border: 1px solid #9e9e9e;
  2383. color: #fff;
  2384. }
  2385.  
  2386. .btn--i-red:focus {
  2387. background-color: transparent;
  2388. color: #f44336;
  2389. border-color: #f33a2c;
  2390. }
  2391.  
  2392. .btn--i-red:hover {
  2393. border-color: #f44336;
  2394. background-color: transparent;
  2395. color: #f44336;
  2396. }
  2397.  
  2398. .btn--i-red:active {
  2399. border-color: #f33527;
  2400. background-color: transparent;
  2401. }
  2402.  
  2403. .btn--i-pink {
  2404. background-color: transparent;
  2405. border: 1px solid #9e9e9e;
  2406. color: #fff;
  2407. }
  2408.  
  2409. .btn--i-pink:focus {
  2410. background-color: transparent;
  2411. color: #ec407a;
  2412. border-color: #eb3774;
  2413. }
  2414.  
  2415. .btn--i-pink:hover {
  2416. border-color: #ec407a;
  2417. background-color: transparent;
  2418. color: #ec407a;
  2419. }
  2420.  
  2421. .btn--i-pink:active {
  2422. border-color: #eb3270;
  2423. background-color: transparent;
  2424. }
  2425.  
  2426. .btn--i-purple {
  2427. background-color: transparent;
  2428. border: 1px solid #9e9e9e;
  2429. color: #fff;
  2430. }
  2431.  
  2432. .btn--i-purple:focus {
  2433. background-color: transparent;
  2434. color: #ab47bc;
  2435. border-color: #a642b6;
  2436. }
  2437.  
  2438. .btn--i-purple:hover {
  2439. border-color: #ab47bc;
  2440. background-color: transparent;
  2441. color: #ab47bc;
  2442. }
  2443.  
  2444. .btn--i-purple:active {
  2445. border-color: #a241b3;
  2446. background-color: transparent;
  2447. }
  2448.  
  2449. .btn--i-deep-purple {
  2450. background-color: transparent;
  2451. border: 1px solid #9e9e9e;
  2452. color: #fff;
  2453. }
  2454.  
  2455. .btn--i-deep-purple:focus {
  2456. background-color: transparent;
  2457. color: #673ab7;
  2458. border-color: #6338af;
  2459. }
  2460.  
  2461. .btn--i-deep-purple:hover {
  2462. border-color: #673ab7;
  2463. background-color: transparent;
  2464. color: #673ab7;
  2465. }
  2466.  
  2467. .btn--i-deep-purple:active {
  2468. border-color: #6036ab;
  2469. background-color: transparent;
  2470. }
  2471.  
  2472. .btn--i-indigo {
  2473. background-color: transparent;
  2474. border: 1px solid #9e9e9e;
  2475. color: #fff;
  2476. }
  2477.  
  2478. .btn--i-indigo:focus {
  2479. background-color: transparent;
  2480. color: #3f51b5;
  2481. border-color: #3c4ead;
  2482. }
  2483.  
  2484. .btn--i-indigo:hover {
  2485. border-color: #3f51b5;
  2486. background-color: transparent;
  2487. color: #3f51b5;
  2488. }
  2489.  
  2490. .btn--i-indigo:active {
  2491. border-color: #3b4caa;
  2492. background-color: transparent;
  2493. }
  2494.  
  2495. .btn--i-blue {
  2496. background-color: transparent;
  2497. border: 1px solid #9e9e9e;
  2498. color: #fff;
  2499. }
  2500.  
  2501. .btn--i-blue:focus {
  2502. background-color: transparent;
  2503. color: #1976d2;
  2504. border-color: #1871c9;
  2505. }
  2506.  
  2507. .btn--i-blue:hover {
  2508. border-color: #1976d2;
  2509. background-color: transparent;
  2510. color: #1976d2;
  2511. }
  2512.  
  2513. .btn--i-blue:active {
  2514. border-color: #176ec4;
  2515. background-color: transparent;
  2516. }
  2517.  
  2518. .btn--i-light-blue {
  2519. background-color: transparent;
  2520. border: 1px solid #9e9e9e;
  2521. color: #fff;
  2522. }
  2523.  
  2524. .btn--i-light-blue:focus {
  2525. background-color: transparent;
  2526. color: #03a9f4;
  2527. border-color: #03a2ea;
  2528. }
  2529.  
  2530. .btn--i-light-blue:hover {
  2531. border-color: #03a9f4;
  2532. background-color: transparent;
  2533. color: #03a9f4;
  2534. }
  2535.  
  2536. .btn--i-light-blue:active {
  2537. border-color: #039fe5;
  2538. background-color: transparent;
  2539. }
  2540.  
  2541. .btn--i-cyan {
  2542. background-color: transparent;
  2543. border: 1px solid #9e9e9e;
  2544. color: #fff;
  2545. }
  2546.  
  2547. .btn--i-cyan:focus {
  2548. background-color: transparent;
  2549. color: #00acc1;
  2550. border-color: #00a3b7;
  2551. }
  2552.  
  2553. .btn--i-cyan:hover {
  2554. border-color: #00acc1;
  2555. background-color: transparent;
  2556. color: #00acc1;
  2557. }
  2558.  
  2559. .btn--i-cyan:active {
  2560. border-color: #009eb2;
  2561. background-color: transparent;
  2562. }
  2563.  
  2564. .btn--i-teal {
  2565. background-color: transparent;
  2566. border: 1px solid #9e9e9e;
  2567. color: #fff;
  2568. }
  2569.  
  2570. .btn--i-teal:focus {
  2571. background-color: transparent;
  2572. color: #009688;
  2573. border-color: #008c7f;
  2574. }
  2575.  
  2576. .btn--i-teal:hover {
  2577. border-color: #009688;
  2578. background-color: transparent;
  2579. color: #009688;
  2580. }
  2581.  
  2582. .btn--i-teal:active {
  2583. border-color: #00877a;
  2584. background-color: transparent;
  2585. }
  2586.  
  2587. .btn--i-green {
  2588. background-color: transparent;
  2589. border: 1px solid #9e9e9e;
  2590. color: #fff;
  2591. }
  2592.  
  2593. .btn--i-green:focus {
  2594. background-color: transparent;
  2595. color: #4caf50;
  2596. border-color: #49a84d;
  2597. }
  2598.  
  2599. .btn--i-green:hover {
  2600. border-color: #4caf50;
  2601. background-color: transparent;
  2602. color: #4caf50;
  2603. }
  2604.  
  2605. .btn--i-green:active {
  2606. border-color: #47a44b;
  2607. background-color: transparent;
  2608. }
  2609.  
  2610. .btn--i-light-green {
  2611. background-color: transparent;
  2612. border: 1px solid #9e9e9e;
  2613. color: #fff;
  2614. }
  2615.  
  2616. .btn--i-light-green:focus {
  2617. background-color: transparent;
  2618. color: #8bc34a;
  2619. border-color: #86c042;
  2620. }
  2621.  
  2622. .btn--i-light-green:hover {
  2623. border-color: #8bc34a;
  2624. background-color: transparent;
  2625. color: #8bc34a;
  2626. }
  2627.  
  2628. .btn--i-light-green:active {
  2629. border-color: #84bf3f;
  2630. background-color: transparent;
  2631. }
  2632.  
  2633. .btn--i-lime {
  2634. background-color: transparent;
  2635. border: 1px solid #9e9e9e;
  2636. color: #fff;
  2637. }
  2638.  
  2639. .btn--i-lime:focus {
  2640. background-color: transparent;
  2641. color: #cddc39;
  2642. border-color: #cbda30;
  2643. }
  2644.  
  2645. .btn--i-lime:hover {
  2646. border-color: #cddc39;
  2647. background-color: transparent;
  2648. color: #cddc39;
  2649. }
  2650.  
  2651. .btn--i-lime:active {
  2652. border-color: #cada2c;
  2653. background-color: transparent;
  2654. }
  2655.  
  2656. .btn--i-yellow {
  2657. background-color: transparent;
  2658. border: 1px solid #9e9e9e;
  2659. color: #fff;
  2660. }
  2661.  
  2662. .btn--i-yellow:focus {
  2663. background-color: transparent;
  2664. color: #fbc02d;
  2665. border-color: #fbbd23;
  2666. }
  2667.  
  2668. .btn--i-yellow:hover {
  2669. border-color: #fbc02d;
  2670. background-color: transparent;
  2671. color: #fbc02d;
  2672. }
  2673.  
  2674. .btn--i-yellow:active {
  2675. border-color: #fbbb1e;
  2676. background-color: transparent;
  2677. }
  2678.  
  2679. .btn--i-amber {
  2680. background-color: transparent;
  2681. border: 1px solid #9e9e9e;
  2682. color: #fff;
  2683. }
  2684.  
  2685. .btn--i-amber:focus {
  2686. background-color: transparent;
  2687. color: #ffa000;
  2688. border-color: #f59a00;
  2689. }
  2690.  
  2691. .btn--i-amber:hover {
  2692. border-color: #ffa000;
  2693. background-color: transparent;
  2694. color: #ffa000;
  2695. }
  2696.  
  2697. .btn--i-amber:active {
  2698. border-color: #f09600;
  2699. background-color: transparent;
  2700. }
  2701.  
  2702. .btn--i-orange {
  2703. background-color: transparent;
  2704. border: 1px solid #9e9e9e;
  2705. color: #fff;
  2706. }
  2707.  
  2708. .btn--i-orange:focus {
  2709. background-color: transparent;
  2710. color: #fb8c00;
  2711. border-color: #f18600;
  2712. }
  2713.  
  2714. .btn--i-orange:hover {
  2715. border-color: #fb8c00;
  2716. background-color: transparent;
  2717. color: #fb8c00;
  2718. }
  2719.  
  2720. .btn--i-orange:active {
  2721. border-color: #ec8300;
  2722. background-color: transparent;
  2723. }
  2724.  
  2725. .btn--i-deep-orange {
  2726. background-color: transparent;
  2727. border: 1px solid #9e9e9e;
  2728. color: #fff;
  2729. }
  2730.  
  2731. .btn--i-deep-orange:focus {
  2732. background-color: transparent;
  2733. color: #ff7043;
  2734. border-color: #ff6839;
  2735. }
  2736.  
  2737. .btn--i-deep-orange:hover {
  2738. border-color: #ff7043;
  2739. background-color: transparent;
  2740. color: #ff7043;
  2741. }
  2742.  
  2743. .btn--i-deep-orange:active {
  2744. border-color: #ff6434;
  2745. background-color: transparent;
  2746. }
  2747.  
  2748. .btn--i-brown {
  2749. background-color: transparent;
  2750. border: 1px solid #9e9e9e;
  2751. color: #fff;
  2752. }
  2753.  
  2754. .btn--i-brown:focus {
  2755. background-color: transparent;
  2756. color: #795548;
  2757. border-color: #735144;
  2758. }
  2759.  
  2760. .btn--i-brown:hover {
  2761. border-color: #795548;
  2762. background-color: transparent;
  2763. color: #795548;
  2764. }
  2765.  
  2766. .btn--i-brown:active {
  2767. border-color: #6f4e42;
  2768. background-color: transparent;
  2769. }
  2770.  
  2771. .btn--i-black {
  2772. background-color: transparent;
  2773. border: 1px solid #9e9e9e;
  2774. color: #fff;
  2775. }
  2776.  
  2777. .btn--i-black:focus {
  2778. background-color: transparent;
  2779. color: #3e3e3e;
  2780. border-color: #393939;
  2781. }
  2782.  
  2783. .btn--i-black:hover {
  2784. border-color: #3e3e3e;
  2785. background-color: transparent;
  2786. color: #3e3e3e;
  2787. }
  2788.  
  2789. .btn--i-black:active {
  2790. border-color: #363636;
  2791. background-color: transparent;
  2792. }
  2793.  
  2794. .btn--i-white {
  2795. background-color: transparent;
  2796. border: 1px solid #9e9e9e;
  2797. color: #fff;
  2798. }
  2799.  
  2800. .btn--i-white:focus {
  2801. background-color: transparent;
  2802. color: #fff;
  2803. border-color: #fafafa;
  2804. }
  2805.  
  2806. .btn--i-white:hover {
  2807. border-color: #fff;
  2808. background-color: transparent;
  2809. color: #fff;
  2810. }
  2811.  
  2812. .btn--i-white:active {
  2813. border-color: #f7f7f7;
  2814. background-color: transparent;
  2815. }
  2816.  
  2817. .btn--xs {
  2818. min-height: 0;
  2819. font-size: 0.7em;
  2820. }
  2821.  
  2822. .btn--s {
  2823. min-height: 0;
  2824. font-size: 0.8em;
  2825. }
  2826.  
  2827. .btn--m {
  2828. font-size: 1.2em;
  2829. }
  2830.  
  2831. .btn--l {
  2832. font-size: 1.4em;
  2833. }
  2834.  
  2835. .btn--xl {
  2836. font-size: 1.6em;
  2837. }
  2838.  
  2839. .btn--xxl {
  2840. font-size: 1.8em;
  2841. }
  2842.  
  2843. .btn--full {
  2844. display: block;
  2845. width: 100%;
  2846. }
  2847.  
  2848. .btn--rounded {
  2849. border-radius: 0.3em;
  2850. }
  2851.  
  2852. .btn--ellipse {
  2853. border-radius: 20px;
  2854. }
  2855.  
  2856. .btn--shadow {
  2857. box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.3);
  2858. }
  2859.  
  2860. .btn--icon-before i {
  2861. margin-right: 0.5em;
  2862. }
  2863.  
  2864. .btn--icon-after i {
  2865. margin-left: 0.5em;
  2866. }
  2867.  
  2868. /* 16. Social */
  2869. .social {
  2870. display: inline-block;
  2871. vertical-align: top;
  2872. width: 30px;
  2873. height: 30px;
  2874. margin-bottom: 5px;
  2875. color: #fff;
  2876. font-size: 1em;
  2877. line-height: 30px;
  2878. text-align: center;
  2879. transition: background-color .1s linear;
  2880. }
  2881.  
  2882. .social:focus {
  2883. text-decoration: none;
  2884. }
  2885.  
  2886. .social--fb {
  2887. background-color: #3f51b5;
  2888. }
  2889.  
  2890. .social--fb:hover {
  2891. background-color: #3849a2;
  2892. }
  2893.  
  2894. .social--fb:active {
  2895. background-color: #36459b;
  2896. }
  2897.  
  2898. .social--vk {
  2899. background-color: #1976d2;
  2900. }
  2901.  
  2902. .social--vk:hover {
  2903. background-color: #1669bb;
  2904. }
  2905.  
  2906. .social--vk:active {
  2907. background-color: #1564b2;
  2908. }
  2909.  
  2910. .social--gp {
  2911. background-color: #f44336;
  2912. }
  2913.  
  2914. .social--gp:hover {
  2915. background-color: #f32c1e;
  2916. }
  2917.  
  2918. .social--gp:active {
  2919. background-color: #f22314;
  2920. }
  2921.  
  2922. .social--be {
  2923. background-color: #03a9f4;
  2924. }
  2925.  
  2926. .social--be:hover {
  2927. background-color: #0398db;
  2928. }
  2929.  
  2930. .social--be:active {
  2931. background-color: #0391d1;
  2932. }
  2933.  
  2934. .social--db {
  2935. background-color: #ec407a;
  2936. }
  2937.  
  2938. .social--db:hover {
  2939. background-color: #ea296a;
  2940. }
  2941.  
  2942. .social--db:active {
  2943. background-color: #e92063;
  2944. }
  2945.  
  2946. .social--git {
  2947. background-color: #3e3e3e;
  2948. }
  2949.  
  2950. .social--git:hover {
  2951. background-color: #313131;
  2952. }
  2953.  
  2954. .social--git:active {
  2955. background-color: #2c2c2c;
  2956. }
  2957.  
  2958. .social--insta {
  2959. background-color: #ec407a;
  2960. }
  2961.  
  2962. .social--insta:hover {
  2963. background-color: #ea296a;
  2964. }
  2965.  
  2966. .social--insta:active {
  2967. background-color: #e92063;
  2968. }
  2969.  
  2970. .social--in {
  2971. background-color: #03a9f4;
  2972. }
  2973.  
  2974. .social--in:hover {
  2975. background-color: #0398db;
  2976. }
  2977.  
  2978. .social--in:active {
  2979. background-color: #0391d1;
  2980. }
  2981.  
  2982. .social--ok {
  2983. background-color: #fb8c00;
  2984. }
  2985.  
  2986. .social--ok:hover {
  2987. background-color: #e27e00;
  2988. }
  2989.  
  2990. .social--ok:active {
  2991. background-color: #d77800;
  2992. }
  2993.  
  2994. .social--pin {
  2995. background-color: #f44336;
  2996. }
  2997.  
  2998. .social--pin:hover {
  2999. background-color: #f32c1e;
  3000. }
  3001.  
  3002. .social--pin:active {
  3003. background-color: #f22314;
  3004. }
  3005.  
  3006. .social--skype {
  3007. background-color: #03a9f4;
  3008. }
  3009.  
  3010. .social--skype:hover {
  3011. background-color: #0398db;
  3012. }
  3013.  
  3014. .social--skype:active {
  3015. background-color: #0391d1;
  3016. }
  3017.  
  3018. .social--slack {
  3019. background-color: #009688;
  3020. }
  3021.  
  3022. .social--slack:hover {
  3023. background-color: #007d71;
  3024. }
  3025.  
  3026. .social--slack:active {
  3027. background-color: #007268;
  3028. }
  3029.  
  3030. .social--snap {
  3031. background-color: #fbc02d;
  3032. }
  3033.  
  3034. .social--snap:hover {
  3035. background-color: #fbb814;
  3036. }
  3037.  
  3038. .social--snap:active {
  3039. background-color: #fab50a;
  3040. }
  3041.  
  3042. .social--steam {
  3043. background-color: #3e3e3e;
  3044. }
  3045.  
  3046. .social--steam:hover {
  3047. background-color: #313131;
  3048. }
  3049.  
  3050. .social--steam:active {
  3051. background-color: #2c2c2c;
  3052. }
  3053.  
  3054. .social--teleg {
  3055. background-color: #1976d2;
  3056. }
  3057.  
  3058. .social--teleg:hover {
  3059. background-color: #1669bb;
  3060. }
  3061.  
  3062. .social--teleg:active {
  3063. background-color: #1564b2;
  3064. }
  3065.  
  3066. .social--trip {
  3067. background-color: #4caf50;
  3068. }
  3069.  
  3070. .social--trip:hover {
  3071. background-color: #449d48;
  3072. }
  3073.  
  3074. .social--trip:active {
  3075. background-color: #419645;
  3076. }
  3077.  
  3078. .social--tumblr {
  3079. background-color: #3f51b5;
  3080. }
  3081.  
  3082. .social--tumblr:hover {
  3083. background-color: #3849a2;
  3084. }
  3085.  
  3086. .social--tumblr:active {
  3087. background-color: #36459b;
  3088. }
  3089.  
  3090. .social--twitch {
  3091. background-color: #673ab7;
  3092. }
  3093.  
  3094. .social--twitch:hover {
  3095. background-color: #5c34a4;
  3096. }
  3097.  
  3098. .social--twitch:active {
  3099. background-color: #58319c;
  3100. }
  3101.  
  3102. .social--tw {
  3103. background-color: #03a9f4;
  3104. }
  3105.  
  3106. .social--tw:hover {
  3107. background-color: #0398db;
  3108. }
  3109.  
  3110. .social--tw:active {
  3111. background-color: #0391d1;
  3112. }
  3113.  
  3114. .social--vine {
  3115. background-color: #009688;
  3116. }
  3117.  
  3118. .social--vine:hover {
  3119. background-color: #007d71;
  3120. }
  3121.  
  3122. .social--vine:active {
  3123. background-color: #007268;
  3124. }
  3125.  
  3126. .social--vimeo {
  3127. background-color: #03a9f4;
  3128. }
  3129.  
  3130. .social--vimeo:hover {
  3131. background-color: #0398db;
  3132. }
  3133.  
  3134. .social--vimeo:active {
  3135. background-color: #0391d1;
  3136. }
  3137.  
  3138. .social--yt {
  3139. background-color: #f44336;
  3140. }
  3141.  
  3142. .social--yt:hover {
  3143. background-color: #f32c1e;
  3144. }
  3145.  
  3146. .social--yt:active {
  3147. background-color: #f22314;
  3148. }
  3149.  
  3150. .social--rounded {
  3151. border-radius: 0.3em;
  3152. }
  3153.  
  3154. .social--circle {
  3155. border-radius: 50%;
  3156. }
  3157.  
  3158. .social--shadow {
  3159. box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.3);
  3160. }
  3161.  
  3162. /* 17. Alerts */
  3163. .alert {
  3164. padding: 1em 1.5em;
  3165. margin-bottom: 10px;
  3166. font-size: 0.9em;
  3167. line-height: 1.2;
  3168. position: relative;
  3169. background-color: #fff;
  3170. color: #3e3e3e;
  3171. }
  3172.  
  3173. .alert p:last-of-type {
  3174. margin-bottom: 0;
  3175. }
  3176.  
  3177. .alert--gray {
  3178. background-color: #9e9e9e;
  3179. color: #fff;
  3180. }
  3181.  
  3182. .alert--red {
  3183. background-color: #f44336;
  3184. color: #fff;
  3185. }
  3186.  
  3187. .alert--pink {
  3188. background-color: #ec407a;
  3189. color: #fff;
  3190. }
  3191.  
  3192. .alert--purple {
  3193. background-color: #ab47bc;
  3194. color: #fff;
  3195. }
  3196.  
  3197. .alert--deep-purple {
  3198. background-color: #673ab7;
  3199. color: #fff;
  3200. }
  3201.  
  3202. .alert--indigo {
  3203. background-color: #3f51b5;
  3204. color: #fff;
  3205. }
  3206.  
  3207. .alert--blue {
  3208. background-color: #1976d2;
  3209. color: #fff;
  3210. }
  3211.  
  3212. .alert--light-blue {
  3213. background-color: #03a9f4;
  3214. color: #fff;
  3215. }
  3216.  
  3217. .alert--cyan {
  3218. background-color: #00acc1;
  3219. color: #fff;
  3220. }
  3221.  
  3222. .alert--teal {
  3223. background-color: #009688;
  3224. color: #fff;
  3225. }
  3226.  
  3227. .alert--green {
  3228. background-color: #4caf50;
  3229. color: #fff;
  3230. }
  3231.  
  3232. .alert--light-green {
  3233. background-color: #8bc34a;
  3234. color: #fff;
  3235. }
  3236.  
  3237. .alert--lime {
  3238. background-color: #cddc39;
  3239. color: #fff;
  3240. }
  3241.  
  3242. .alert--yellow {
  3243. background-color: #fbc02d;
  3244. color: #fff;
  3245. }
  3246.  
  3247. .alert--amber {
  3248. background-color: #ffa000;
  3249. color: #fff;
  3250. }
  3251.  
  3252. .alert--orange {
  3253. background-color: #fb8c00;
  3254. color: #fff;
  3255. }
  3256.  
  3257. .alert--deep-orange {
  3258. background-color: #ff7043;
  3259. color: #fff;
  3260. }
  3261.  
  3262. .alert--brown {
  3263. background-color: #795548;
  3264. color: #fff;
  3265. }
  3266.  
  3267. .alert--black {
  3268. background-color: #3e3e3e;
  3269. color: #fff;
  3270. }
  3271.  
  3272. .alert--white {
  3273. background-color: #fff;
  3274. color: #3e3e3e;
  3275. }
  3276.  
  3277. .alert--o-gray {
  3278. background: transparent;
  3279. color: #9e9e9e;
  3280. border: 1px solid #9e9e9e;
  3281. }
  3282.  
  3283. .alert--o-red {
  3284. background: transparent;
  3285. color: #f44336;
  3286. border: 1px solid #f44336;
  3287. }
  3288.  
  3289. .alert--o-pink {
  3290. background: transparent;
  3291. color: #ec407a;
  3292. border: 1px solid #ec407a;
  3293. }
  3294.  
  3295. .alert--o-purple {
  3296. background: transparent;
  3297. color: #ab47bc;
  3298. border: 1px solid #ab47bc;
  3299. }
  3300.  
  3301. .alert--o-deep-purple {
  3302. background: transparent;
  3303. color: #673ab7;
  3304. border: 1px solid #673ab7;
  3305. }
  3306.  
  3307. .alert--o-indigo {
  3308. background: transparent;
  3309. color: #3f51b5;
  3310. border: 1px solid #3f51b5;
  3311. }
  3312.  
  3313. .alert--o-blue {
  3314. background: transparent;
  3315. color: #1976d2;
  3316. border: 1px solid #1976d2;
  3317. }
  3318.  
  3319. .alert--o-light-blue {
  3320. background: transparent;
  3321. color: #03a9f4;
  3322. border: 1px solid #03a9f4;
  3323. }
  3324.  
  3325. .alert--o-cyan {
  3326. background: transparent;
  3327. color: #00acc1;
  3328. border: 1px solid #00acc1;
  3329. }
  3330.  
  3331. .alert--o-teal {
  3332. background: transparent;
  3333. color: #009688;
  3334. border: 1px solid #009688;
  3335. }
  3336.  
  3337. .alert--o-green {
  3338. background: transparent;
  3339. color: #4caf50;
  3340. border: 1px solid #4caf50;
  3341. }
  3342.  
  3343. .alert--o-light-green {
  3344. background: transparent;
  3345. color: #8bc34a;
  3346. border: 1px solid #8bc34a;
  3347. }
  3348.  
  3349. .alert--o-lime {
  3350. background: transparent;
  3351. color: #cddc39;
  3352. border: 1px solid #cddc39;
  3353. }
  3354.  
  3355. .alert--o-yellow {
  3356. background: transparent;
  3357. color: #fbc02d;
  3358. border: 1px solid #fbc02d;
  3359. }
  3360.  
  3361. .alert--o-amber {
  3362. background: transparent;
  3363. color: #ffa000;
  3364. border: 1px solid #ffa000;
  3365. }
  3366.  
  3367. .alert--o-orange {
  3368. background: transparent;
  3369. color: #fb8c00;
  3370. border: 1px solid #fb8c00;
  3371. }
  3372.  
  3373. .alert--o-deep-orange {
  3374. background: transparent;
  3375. color: #ff7043;
  3376. border: 1px solid #ff7043;
  3377. }
  3378.  
  3379. .alert--o-brown {
  3380. background: transparent;
  3381. color: #795548;
  3382. border: 1px solid #795548;
  3383. }
  3384.  
  3385. .alert--o-black {
  3386. background: transparent;
  3387. color: #3e3e3e;
  3388. border: 1px solid #3e3e3e;
  3389. }
  3390.  
  3391. .alert--o-white {
  3392. background: transparent;
  3393. color: #fff;
  3394. border: 1px solid #fff;
  3395. }
  3396.  
  3397. .alert--rounded {
  3398. border-radius: 0.3em;
  3399. }
  3400.  
  3401. .alert--shadow {
  3402. box-shadow: 0 0 0.3em currentColor;
  3403. }
  3404.  
  3405. .alert__button {
  3406. padding: 0;
  3407. background: none;
  3408. border: 0;
  3409. color: inherit;
  3410. line-height: 1;
  3411. font-size: 1em;
  3412. position: absolute;
  3413. top: 0.3em;
  3414. right: 0.5em;
  3415. z-index: 1;
  3416. }
  3417.  
  3418. .alert__button:focus {
  3419. outline: 0;
  3420. }
  3421.  
  3422. /* 18. Select */
  3423. .select {
  3424. width: 100%;
  3425. height: 36px;
  3426. color: #3e3e3e;
  3427. position: relative;
  3428. }
  3429.  
  3430. .select:before {
  3431. content: "";
  3432. display: block;
  3433. width: 1px;
  3434. height: 100%;
  3435. background-color: #d1d1d1;
  3436. pointer-events: none;
  3437. position: absolute;
  3438. top: 0;
  3439. right: 2em;
  3440. z-index: 1;
  3441. }
  3442.  
  3443. .select:after {
  3444. content: "";
  3445. border-style: solid;
  3446. border-width: 5px 5px 0 5px;
  3447. border-color: currentColor transparent transparent transparent;
  3448. pointer-events: none;
  3449. position: absolute;
  3450. top: 50%;
  3451. right: 0.75em;
  3452. z-index: 0.1;
  3453. margin-top: -3px;
  3454. }
  3455.  
  3456. .select select {
  3457. -webkit-appearance: none;
  3458. -moz-appearance: none;
  3459. width: 100%;
  3460. height: 100%;
  3461. padding: 0 3em 0 0.8em;
  3462. box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  3463. background-color: #fff;
  3464. border-radius: 0;
  3465. border: 0;
  3466. font-family: inherit;
  3467. font-size: 1em;
  3468. line-height: 1.2;
  3469. color: #3e3e3e;
  3470. transition: background-color .1s linear;
  3471. }
  3472.  
  3473. .select select::-ms-expand {
  3474. display: none;
  3475. }
  3476.  
  3477. .select select:focus {
  3478. outline: 0;
  3479. background-color: #edf9ff;
  3480. }
  3481.  
  3482. .select select:hover {
  3483. cursor: pointer;
  3484. }
  3485.  
  3486. .select--rounded select {
  3487. border-radius: 0.3em;
  3488. }
  3489.  
  3490. .select--ellipse select {
  3491. border-radius: 18px;
  3492. }
  3493.  
  3494. .select--shadow select {
  3495. box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.2);
  3496. }
  3497.  
  3498. .select--multiple {
  3499. height: 100px;
  3500. }
  3501.  
  3502. .select--multiple:before, .select--multiple:after {
  3503. display: none;
  3504. }
  3505.  
  3506. .select--multiple select {
  3507. padding: 0.8em;
  3508. }
  3509.  
  3510. .select--error:before, .select--error:after {
  3511. color: #f44336;
  3512. }
  3513.  
  3514. .select--success:before, .select--success:after {
  3515. color: #4caf50;
  3516. }
  3517.  
  3518. .select--error select {
  3519. color: #f44336;
  3520. border-color: #f44336;
  3521. color: #f44336;
  3522. background-color: rgba(244, 67, 54, 0.05);
  3523. }
  3524.  
  3525. .select--error select::-webkit-input-placeholder {
  3526. color: #f44336;
  3527. }
  3528.  
  3529. .select--error select::-moz-placeholder {
  3530. color: #f44336;
  3531. }
  3532.  
  3533. .select--error select:-ms-input-placeholder {
  3534. color: #f44336;
  3535. }
  3536.  
  3537. .select--error select::placeholder {
  3538. color: #f44336;
  3539. }
  3540.  
  3541. .select--error select:focus {
  3542. background-color: rgba(244, 67, 54, 0.05);
  3543. }
  3544.  
  3545. .select--success select {
  3546. color: #4caf50;
  3547. border-color: #4caf50;
  3548. color: #4caf50;
  3549. background-color: rgba(76, 175, 80, 0.05);
  3550. }
  3551.  
  3552. .select--success select::-webkit-input-placeholder {
  3553. color: #4caf50;
  3554. }
  3555.  
  3556. .select--success select::-moz-placeholder {
  3557. color: #4caf50;
  3558. }
  3559.  
  3560. .select--success select:-ms-input-placeholder {
  3561. color: #4caf50;
  3562. }
  3563.  
  3564. .select--success select::placeholder {
  3565. color: #4caf50;
  3566. }
  3567.  
  3568. .select--success select:focus {
  3569. background-color: rgba(76, 175, 80, 0.05);
  3570. }
  3571.  
  3572. /* 19. Images */
  3573. .img--rounded {
  3574. border-radius: 0.3em;
  3575. }
  3576.  
  3577. .img--circle {
  3578. border-radius: 50%;
  3579. }
  3580.  
  3581. .img--shadow {
  3582. box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
  3583. }
  3584.  
  3585. /* 20. Reviews */
  3586. .reviews {
  3587. font-size: 1.15em;
  3588. color: #fff;
  3589. padding-left: 280px;
  3590. position: relative;
  3591. }
  3592.  
  3593. @media (max-width: 991px) {
  3594. .reviews {
  3595. padding-left: 0;
  3596. }
  3597. }
  3598.  
  3599. .reviews__item {
  3600. margin: 0 0 30px;
  3601. position: relative;
  3602. font-style: italic;
  3603. }
  3604.  
  3605. .reviews__author {
  3606. margin-bottom: 5px;
  3607. color: #fff;
  3608. font-size: 1.2em;
  3609. line-height: 1.2;
  3610. text-align: right;
  3611. }
  3612.  
  3613. .reviews__text {
  3614. color: #3e3e3e;
  3615. font-size: 1em;
  3616. line-height: 1.4;
  3617. }
  3618.  
  3619. /* 21. Mouse */
  3620. .mouse {
  3621. display: block;
  3622. margin: 125px auto 0;
  3623. width: 24px;
  3624. position: absolute;
  3625. bottom: 20px;
  3626. left: 50%;
  3627. -webkit-transform: translateX(-50%);
  3628. -ms-transform: translateX(-50%);
  3629. transform: translateX(-50%);
  3630. z-index: 2;
  3631. }
  3632.  
  3633. .mouse__scroll {
  3634. width: 24px;
  3635. height: 42px;
  3636. border-radius: 14px;
  3637. border: 2px solid #fff;
  3638. }
  3639.  
  3640. .mouse__wheel {
  3641. width: 4px;
  3642. height: 4px;
  3643. display: block;
  3644. margin: 5px auto;
  3645. background-color: #fff;
  3646. border: 2px solid #fff;
  3647. border-radius: 8px;
  3648. -webkit-animation: mouse-wheel 1.6s linear infinite;
  3649. animation: mouse-wheel 1.6s linear infinite;
  3650. }
  3651.  
  3652. .mouse__arrows {
  3653. width: 12px;
  3654. height: 12px;
  3655. display: block;
  3656. border-right: 2px solid #fff;
  3657. border-bottom: 2px solid #fff;
  3658. margin: 0 auto 2px;
  3659. -webkit-transform: rotate(45deg);
  3660. -ms-transform: rotate(45deg);
  3661. transform: rotate(45deg);
  3662. }
  3663.  
  3664. .mouse__arrows.first, .mouse__arrows.second, .mouse__arrows.third {
  3665. -webkit-animation: mouse-scroll 1s infinite;
  3666. animation: mouse-scroll 1s infinite;
  3667. }
  3668.  
  3669. .mouse__arrows.first {
  3670. -webkit-animation-delay: .1s;
  3671. animation-delay: .1s;
  3672. -webkit-animation-direction: alternate;
  3673. animation-direction: alternate;
  3674. }
  3675.  
  3676. .mouse__arrows.second {
  3677. -webkit-animation-delay: .2s;
  3678. animation-delay: .2s;
  3679. -webkit-animation-direction: alternate;
  3680. animation-direction: alternate;
  3681. margin-top: -6px;
  3682. }
  3683.  
  3684. .mouse__arrows.third {
  3685. -webkit-animation-delay: .3s;
  3686. animation-delay: .3s;
  3687. -webkit-animation-direction: alternate;
  3688. animation-direction: alternate;
  3689. margin-top: -6px;
  3690. }
  3691.  
  3692. @-webkit-keyframes mouse-wheel {
  3693. 0% {
  3694. opacity: 1;
  3695. -webkit-transform: translateY(0);
  3696. transform: translateY(0);
  3697. }
  3698.  
  3699. 100% {
  3700. opacity: 0;
  3701. -webkit-transform: translateY(6px);
  3702. transform: translateY(6px);
  3703. }
  3704. }
  3705.  
  3706. @-webkit-keyframes mouse-scroll {
  3707. 0% {
  3708. opacity: 0;
  3709. }
  3710.  
  3711. 50% {
  3712. opacity: .5;
  3713. }
  3714.  
  3715. 100% {
  3716. opacity: 1;
  3717. }
  3718. }
  3719.  
  3720. @keyframes mouse-scroll {
  3721. 0% {
  3722. opacity: 0;
  3723. }
  3724.  
  3725. 50% {
  3726. opacity: .5;
  3727. }
  3728.  
  3729. 100% {
  3730. opacity: 1;
  3731. }
  3732. }
  3733.  
  3734. /* 22. Up button */
  3735. .up {
  3736. display: block;
  3737. width: 30px;
  3738. height: 30px;
  3739. font-size: 0;
  3740. color: transparent;
  3741. border: 0;
  3742. background: url("../i/up-chevron.svg") no-repeat;
  3743. background-size: 100%;
  3744. position: fixed;
  3745. bottom: 10px;
  3746. right: 10px;
  3747. z-index: 10;
  3748. -webkit-transform: translateX(40px);
  3749. -ms-transform: translateX(40px);
  3750. transform: translateX(40px);
  3751. transition: opacity .1s linear, -webkit-transform .1s linear;
  3752. transition: opacity .1s linear, transform .1s linear;
  3753. transition: opacity .1s linear, transform .1s linear, -webkit-transform .1s linear;
  3754. }
  3755.  
  3756. .up.active {
  3757. -webkit-transform: translateX(0);
  3758. -ms-transform: translateX(0);
  3759. transform: translateX(0);
  3760. }
  3761.  
  3762. .up:hover {
  3763. opacity: 0.9;
  3764. }
  3765.  
  3766. .up:focus {
  3767. outline: 0;
  3768. }
  3769.  
  3770. /* 23. Marks */
  3771. .mark {
  3772. display: inline-block;
  3773. vertical-align: middle;
  3774. padding: 0.2em 0.5em;
  3775. margin-bottom: 5px;
  3776. color: #fff;
  3777. font-size: 0.8em;
  3778. line-height: 1.2em;
  3779. }
  3780.  
  3781. .mark--gray {
  3782. background-color: #9e9e9e;
  3783. }
  3784.  
  3785. .mark--red {
  3786. background-color: #f44336;
  3787. }
  3788.  
  3789. .mark--pink {
  3790. background-color: #ec407a;
  3791. }
  3792.  
  3793. .mark--purple {
  3794. background-color: #ab47bc;
  3795. }
  3796.  
  3797. .mark--deep-purple {
  3798. background-color: #673ab7;
  3799. }
  3800.  
  3801. .mark--indigo {
  3802. background-color: #3f51b5;
  3803. }
  3804.  
  3805. .mark--blue {
  3806. background-color: #1976d2;
  3807. }
  3808.  
  3809. .mark--light-blue {
  3810. background-color: #03a9f4;
  3811. }
  3812.  
  3813. .mark--cyan {
  3814. background-color: #00acc1;
  3815. }
  3816.  
  3817. .mark--teal {
  3818. background-color: #009688;
  3819. }
  3820.  
  3821. .mark--green {
  3822. background-color: #4caf50;
  3823. }
  3824.  
  3825. .mark--light-green {
  3826. background-color: #8bc34a;
  3827. }
  3828.  
  3829. .mark--lime {
  3830. background-color: #cddc39;
  3831. }
  3832.  
  3833. .mark--yellow {
  3834. background-color: #fbc02d;
  3835. }
  3836.  
  3837. .mark--amber {
  3838. background-color: #ffa000;
  3839. }
  3840.  
  3841. .mark--orange {
  3842. background-color: #fb8c00;
  3843. }
  3844.  
  3845. .mark--deep-orange {
  3846. background-color: #ff7043;
  3847. }
  3848.  
  3849. .mark--brown {
  3850. background-color: #795548;
  3851. }
  3852.  
  3853. .mark--black {
  3854. background-color: #3e3e3e;
  3855. }
  3856.  
  3857. .mark--white {
  3858. background-color: #fff;
  3859. }
  3860.  
  3861. .mark--o-gray {
  3862. color: #9e9e9e;
  3863. border: 1px solid #9e9e9e;
  3864. }
  3865.  
  3866. .mark--o-red {
  3867. color: #f44336;
  3868. border: 1px solid #f44336;
  3869. }
  3870.  
  3871. .mark--o-pink {
  3872. color: #ec407a;
  3873. border: 1px solid #ec407a;
  3874. }
  3875.  
  3876. .mark--o-purple {
  3877. color: #ab47bc;
  3878. border: 1px solid #ab47bc;
  3879. }
  3880.  
  3881. .mark--o-deep-purple {
  3882. color: #673ab7;
  3883. border: 1px solid #673ab7;
  3884. }
  3885.  
  3886. .mark--o-indigo {
  3887. color: #3f51b5;
  3888. border: 1px solid #3f51b5;
  3889. }
  3890.  
  3891. .mark--o-blue {
  3892. color: #1976d2;
  3893. border: 1px solid #1976d2;
  3894. }
  3895.  
  3896. .mark--o-light-blue {
  3897. color: #03a9f4;
  3898. border: 1px solid #03a9f4;
  3899. }
  3900.  
  3901. .mark--o-cyan {
  3902. color: #00acc1;
  3903. border: 1px solid #00acc1;
  3904. }
  3905.  
  3906. .mark--o-teal {
  3907. color: #009688;
  3908. border: 1px solid #009688;
  3909. }
  3910.  
  3911. .mark--o-green {
  3912. color: #4caf50;
  3913. border: 1px solid #4caf50;
  3914. }
  3915.  
  3916. .mark--o-light-green {
  3917. color: #8bc34a;
  3918. border: 1px solid #8bc34a;
  3919. }
  3920.  
  3921. .mark--o-lime {
  3922. color: #cddc39;
  3923. border: 1px solid #cddc39;
  3924. }
  3925.  
  3926. .mark--o-yellow {
  3927. color: #fbc02d;
  3928. border: 1px solid #fbc02d;
  3929. }
  3930.  
  3931. .mark--o-amber {
  3932. color: #ffa000;
  3933. border: 1px solid #ffa000;
  3934. }
  3935.  
  3936. .mark--o-orange {
  3937. color: #fb8c00;
  3938. border: 1px solid #fb8c00;
  3939. }
  3940.  
  3941. .mark--o-deep-orange {
  3942. color: #ff7043;
  3943. border: 1px solid #ff7043;
  3944. }
  3945.  
  3946. .mark--o-brown {
  3947. color: #795548;
  3948. border: 1px solid #795548;
  3949. }
  3950.  
  3951. .mark--o-black {
  3952. color: #3e3e3e;
  3953. border: 1px solid #3e3e3e;
  3954. }
  3955.  
  3956. .mark--o-white {
  3957. color: #fff;
  3958. border: 1px solid #fff;
  3959. }
  3960.  
  3961. .mark--rounded {
  3962. border-radius: 0.3em;
  3963. }
  3964.  
  3965. .mark--shadow {
  3966. box-shadow: 1px 1px 0.3em rgba(0, 0, 0, 0.4);
  3967. }
  3968.  
  3969. /* 24. Bootstrap 4 Grid */
  3970. .container {
  3971. margin-left: auto;
  3972. margin-right: auto;
  3973. padding-left: 15px;
  3974. padding-right: 15px;
  3975. }
  3976.  
  3977. .container:before, .container:after {
  3978. content: "";
  3979. display: table;
  3980. }
  3981.  
  3982. .container:after {
  3983. clear: both;
  3984. }
  3985.  
  3986. @media (min-width: 576px) {
  3987. .container {
  3988. width: 540px;
  3989. max-width: 100%;
  3990. }
  3991. }
  3992.  
  3993. @media (min-width: 768px) {
  3994. .container {
  3995. width: 720px;
  3996. max-width: 100%;
  3997. }
  3998. }
  3999.  
  4000. @media (min-width: 992px) {
  4001. .container {
  4002. width: 960px;
  4003. max-width: 100%;
  4004. }
  4005. }
  4006.  
  4007. @media (min-width: 1200px) {
  4008. .container {
  4009. width: 1140px;
  4010. max-width: 100%;
  4011. }
  4012. }
  4013.  
  4014. .container-fluid {
  4015. margin-left: auto;
  4016. margin-right: auto;
  4017. padding-left: 15px;
  4018. padding-right: 15px;
  4019. }
  4020.  
  4021. .container-fluid:before, .container-fluid:after {
  4022. content: "";
  4023. display: table;
  4024. }
  4025.  
  4026. .container-fluid:after {
  4027. clear: both;
  4028. }
  4029.  
  4030. .row {
  4031. margin-right: -15px;
  4032. margin-left: -15px;
  4033. }
  4034.  
  4035. .row:before, .row:after {
  4036. content: "";
  4037. display: table;
  4038. }
  4039.  
  4040. .row:after {
  4041. clear: both;
  4042. }
  4043.  
  4044. @media (min-width: 576px) {
  4045. .row {
  4046. margin-right: -15px;
  4047. margin-left: -15px;
  4048. }
  4049. }
  4050.  
  4051. @media (min-width: 768px) {
  4052. .row {
  4053. margin-right: -15px;
  4054. margin-left: -15px;
  4055. }
  4056. }
  4057.  
  4058. @media (min-width: 992px) {
  4059. .row {
  4060. margin-right: -15px;
  4061. margin-left: -15px;
  4062. }
  4063. }
  4064.  
  4065. @media (min-width: 1200px) {
  4066. .row {
  4067. margin-right: -15px;
  4068. margin-left: -15px;
  4069. }
  4070. }
  4071.  
  4072. .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  4073. position: relative;
  4074. min-height: 1px;
  4075. padding-right: 15px;
  4076. padding-left: 15px;
  4077. }
  4078.  
  4079. @media (min-width: 576px) {
  4080. .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  4081. padding-right: 15px;
  4082. padding-left: 15px;
  4083. }
  4084. }
  4085.  
  4086. @media (min-width: 768px) {
  4087. .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  4088. padding-right: 15px;
  4089. padding-left: 15px;
  4090. }
  4091. }
  4092.  
  4093. @media (min-width: 992px) {
  4094. .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  4095. padding-right: 15px;
  4096. padding-left: 15px;
  4097. }
  4098. }
  4099.  
  4100. @media (min-width: 1200px) {
  4101. .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  4102. padding-right: 15px;
  4103. padding-left: 15px;
  4104. }
  4105. }
  4106.  
  4107. .col-xs-1 {
  4108. float: left;
  4109. width: 8.33333%;
  4110. }
  4111.  
  4112. .col-xs-2 {
  4113. float: left;
  4114. width: 16.66667%;
  4115. }
  4116.  
  4117. .col-xs-3 {
  4118. float: left;
  4119. width: 25%;
  4120. }
  4121.  
  4122. .col-xs-4 {
  4123. float: left;
  4124. width: 33.33333%;
  4125. }
  4126.  
  4127. .col-xs-5 {
  4128. float: left;
  4129. width: 41.66667%;
  4130. }
  4131.  
  4132. .col-xs-6 {
  4133. float: left;
  4134. width: 50%;
  4135. }
  4136.  
  4137. .col-xs-7 {
  4138. float: left;
  4139. width: 58.33333%;
  4140. }
  4141.  
  4142. .col-xs-8 {
  4143. float: left;
  4144. width: 66.66667%;
  4145. }
  4146.  
  4147. .col-xs-9 {
  4148. float: left;
  4149. width: 75%;
  4150. }
  4151.  
  4152. .col-xs-10 {
  4153. float: left;
  4154. width: 83.33333%;
  4155. }
  4156.  
  4157. .col-xs-11 {
  4158. float: left;
  4159. width: 91.66667%;
  4160. }
  4161.  
  4162. .col-xs-12 {
  4163. float: left;
  4164. width: 100%;
  4165. }
  4166.  
  4167. .pull-xs-0 {
  4168. right: auto;
  4169. }
  4170.  
  4171. .pull-xs-1 {
  4172. right: 8.33333%;
  4173. }
  4174.  
  4175. .pull-xs-2 {
  4176. right: 16.66667%;
  4177. }
  4178.  
  4179. .pull-xs-3 {
  4180. right: 25%;
  4181. }
  4182.  
  4183. .pull-xs-4 {
  4184. right: 33.33333%;
  4185. }
  4186.  
  4187. .pull-xs-5 {
  4188. right: 41.66667%;
  4189. }
  4190.  
  4191. .pull-xs-6 {
  4192. right: 50%;
  4193. }
  4194.  
  4195. .pull-xs-7 {
  4196. right: 58.33333%;
  4197. }
  4198.  
  4199. .pull-xs-8 {
  4200. right: 66.66667%;
  4201. }
  4202.  
  4203. .pull-xs-9 {
  4204. right: 75%;
  4205. }
  4206.  
  4207. .pull-xs-10 {
  4208. right: 83.33333%;
  4209. }
  4210.  
  4211. .pull-xs-11 {
  4212. right: 91.66667%;
  4213. }
  4214.  
  4215. .pull-xs-12 {
  4216. right: 100%;
  4217. }
  4218.  
  4219. .push-xs-0 {
  4220. left: auto;
  4221. }
  4222.  
  4223. .push-xs-1 {
  4224. left: 8.33333%;
  4225. }
  4226.  
  4227. .push-xs-2 {
  4228. left: 16.66667%;
  4229. }
  4230.  
  4231. .push-xs-3 {
  4232. left: 25%;
  4233. }
  4234.  
  4235. .push-xs-4 {
  4236. left: 33.33333%;
  4237. }
  4238.  
  4239. .push-xs-5 {
  4240. left: 41.66667%;
  4241. }
  4242.  
  4243. .push-xs-6 {
  4244. left: 50%;
  4245. }
  4246.  
  4247. .push-xs-7 {
  4248. left: 58.33333%;
  4249. }
  4250.  
  4251. .push-xs-8 {
  4252. left: 66.66667%;
  4253. }
  4254.  
  4255. .push-xs-9 {
  4256. left: 75%;
  4257. }
  4258.  
  4259. .push-xs-10 {
  4260. left: 83.33333%;
  4261. }
  4262.  
  4263. .push-xs-11 {
  4264. left: 91.66667%;
  4265. }
  4266.  
  4267. .push-xs-12 {
  4268. left: 100%;
  4269. }
  4270.  
  4271. .offset-xs-1 {
  4272. margin-left: 8.33333%;
  4273. }
  4274.  
  4275. .offset-xs-2 {
  4276. margin-left: 16.66667%;
  4277. }
  4278.  
  4279. .offset-xs-3 {
  4280. margin-left: 25%;
  4281. }
  4282.  
  4283. .offset-xs-4 {
  4284. margin-left: 33.33333%;
  4285. }
  4286.  
  4287. .offset-xs-5 {
  4288. margin-left: 41.66667%;
  4289. }
  4290.  
  4291. .offset-xs-6 {
  4292. margin-left: 50%;
  4293. }
  4294.  
  4295. .offset-xs-7 {
  4296. margin-left: 58.33333%;
  4297. }
  4298.  
  4299. .offset-xs-8 {
  4300. margin-left: 66.66667%;
  4301. }
  4302.  
  4303. .offset-xs-9 {
  4304. margin-left: 75%;
  4305. }
  4306.  
  4307. .offset-xs-10 {
  4308. margin-left: 83.33333%;
  4309. }
  4310.  
  4311. .offset-xs-11 {
  4312. margin-left: 91.66667%;
  4313. }
  4314.  
  4315. @media (min-width: 576px) {
  4316. .col-sm-1 {
  4317. float: left;
  4318. width: 8.33333%;
  4319. }
  4320.  
  4321. .col-sm-2 {
  4322. float: left;
  4323. width: 16.66667%;
  4324. }
  4325.  
  4326. .col-sm-3 {
  4327. float: left;
  4328. width: 25%;
  4329. }
  4330.  
  4331. .col-sm-4 {
  4332. float: left;
  4333. width: 33.33333%;
  4334. }
  4335.  
  4336. .col-sm-5 {
  4337. float: left;
  4338. width: 41.66667%;
  4339. }
  4340.  
  4341. .col-sm-6 {
  4342. float: left;
  4343. width: 50%;
  4344. }
  4345.  
  4346. .col-sm-7 {
  4347. float: left;
  4348. width: 58.33333%;
  4349. }
  4350.  
  4351. .col-sm-8 {
  4352. float: left;
  4353. width: 66.66667%;
  4354. }
  4355.  
  4356. .col-sm-9 {
  4357. float: left;
  4358. width: 75%;
  4359. }
  4360.  
  4361. .col-sm-10 {
  4362. float: left;
  4363. width: 83.33333%;
  4364. }
  4365.  
  4366. .col-sm-11 {
  4367. float: left;
  4368. width: 91.66667%;
  4369. }
  4370.  
  4371. .col-sm-12 {
  4372. float: left;
  4373. width: 100%;
  4374. }
  4375.  
  4376. .pull-sm-0 {
  4377. right: auto;
  4378. }
  4379.  
  4380. .pull-sm-1 {
  4381. right: 8.33333%;
  4382. }
  4383.  
  4384. .pull-sm-2 {
  4385. right: 16.66667%;
  4386. }
  4387.  
  4388. .pull-sm-3 {
  4389. right: 25%;
  4390. }
  4391.  
  4392. .pull-sm-4 {
  4393. right: 33.33333%;
  4394. }
  4395.  
  4396. .pull-sm-5 {
  4397. right: 41.66667%;
  4398. }
  4399.  
  4400. .pull-sm-6 {
  4401. right: 50%;
  4402. }
  4403.  
  4404. .pull-sm-7 {
  4405. right: 58.33333%;
  4406. }
  4407.  
  4408. .pull-sm-8 {
  4409. right: 66.66667%;
  4410. }
  4411.  
  4412. .pull-sm-9 {
  4413. right: 75%;
  4414. }
  4415.  
  4416. .pull-sm-10 {
  4417. right: 83.33333%;
  4418. }
  4419.  
  4420. .pull-sm-11 {
  4421. right: 91.66667%;
  4422. }
  4423.  
  4424. .pull-sm-12 {
  4425. right: 100%;
  4426. }
  4427.  
  4428. .push-sm-0 {
  4429. left: auto;
  4430. }
  4431.  
  4432. .push-sm-1 {
  4433. left: 8.33333%;
  4434. }
  4435.  
  4436. .push-sm-2 {
  4437. left: 16.66667%;
  4438. }
  4439.  
  4440. .push-sm-3 {
  4441. left: 25%;
  4442. }
  4443.  
  4444. .push-sm-4 {
  4445. left: 33.33333%;
  4446. }
  4447.  
  4448. .push-sm-5 {
  4449. left: 41.66667%;
  4450. }
  4451.  
  4452. .push-sm-6 {
  4453. left: 50%;
  4454. }
  4455.  
  4456. .push-sm-7 {
  4457. left: 58.33333%;
  4458. }
  4459.  
  4460. .push-sm-8 {
  4461. left: 66.66667%;
  4462. }
  4463.  
  4464. .push-sm-9 {
  4465. left: 75%;
  4466. }
  4467.  
  4468. .push-sm-10 {
  4469. left: 83.33333%;
  4470. }
  4471.  
  4472. .push-sm-11 {
  4473. left: 91.66667%;
  4474. }
  4475.  
  4476. .push-sm-12 {
  4477. left: 100%;
  4478. }
  4479.  
  4480. .offset-sm-0 {
  4481. margin-left: 0%;
  4482. }
  4483.  
  4484. .offset-sm-1 {
  4485. margin-left: 8.33333%;
  4486. }
  4487.  
  4488. .offset-sm-2 {
  4489. margin-left: 16.66667%;
  4490. }
  4491.  
  4492. .offset-sm-3 {
  4493. margin-left: 25%;
  4494. }
  4495.  
  4496. .offset-sm-4 {
  4497. margin-left: 33.33333%;
  4498. }
  4499.  
  4500. .offset-sm-5 {
  4501. margin-left: 41.66667%;
  4502. }
  4503.  
  4504. .offset-sm-6 {
  4505. margin-left: 50%;
  4506. }
  4507.  
  4508. .offset-sm-7 {
  4509. margin-left: 58.33333%;
  4510. }
  4511.  
  4512. .offset-sm-8 {
  4513. margin-left: 66.66667%;
  4514. }
  4515.  
  4516. .offset-sm-9 {
  4517. margin-left: 75%;
  4518. }
  4519.  
  4520. .offset-sm-10 {
  4521. margin-left: 83.33333%;
  4522. }
  4523.  
  4524. .offset-sm-11 {
  4525. margin-left: 91.66667%;
  4526. }
  4527. }
  4528.  
  4529. @media (min-width: 768px) {
  4530. .col-md-1 {
  4531. float: left;
  4532. width: 8.33333%;
  4533. }
  4534.  
  4535. .col-md-2 {
  4536. float: left;
  4537. width: 16.66667%;
  4538. }
  4539.  
  4540. .col-md-3 {
  4541. float: left;
  4542. width: 25%;
  4543. }
  4544.  
  4545. .col-md-4 {
  4546. float: left;
  4547. width: 33.33333%;
  4548. }
  4549.  
  4550. .col-md-5 {
  4551. float: left;
  4552. width: 41.66667%;
  4553. }
  4554.  
  4555. .col-md-6 {
  4556. float: left;
  4557. width: 50%;
  4558. }
  4559.  
  4560. .col-md-7 {
  4561. float: left;
  4562. width: 58.33333%;
  4563. }
  4564.  
  4565. .col-md-8 {
  4566. float: left;
  4567. width: 66.66667%;
  4568. }
  4569.  
  4570. .col-md-9 {
  4571. float: left;
  4572. width: 75%;
  4573. }
  4574.  
  4575. .col-md-10 {
  4576. float: left;
  4577. width: 83.33333%;
  4578. }
  4579.  
  4580. .col-md-11 {
  4581. float: left;
  4582. width: 91.66667%;
  4583. }
  4584.  
  4585. .col-md-12 {
  4586. float: left;
  4587. width: 100%;
  4588. }
  4589.  
  4590. .pull-md-0 {
  4591. right: auto;
  4592. }
  4593.  
  4594. .pull-md-1 {
  4595. right: 8.33333%;
  4596. }
  4597.  
  4598. .pull-md-2 {
  4599. right: 16.66667%;
  4600. }
  4601.  
  4602. .pull-md-3 {
  4603. right: 25%;
  4604. }
  4605.  
  4606. .pull-md-4 {
  4607. right: 33.33333%;
  4608. }
  4609.  
  4610. .pull-md-5 {
  4611. right: 41.66667%;
  4612. }
  4613.  
  4614. .pull-md-6 {
  4615. right: 50%;
  4616. }
  4617.  
  4618. .pull-md-7 {
  4619. right: 58.33333%;
  4620. }
  4621.  
  4622. .pull-md-8 {
  4623. right: 66.66667%;
  4624. }
  4625.  
  4626. .pull-md-9 {
  4627. right: 75%;
  4628. }
  4629.  
  4630. .pull-md-10 {
  4631. right: 83.33333%;
  4632. }
  4633.  
  4634. .pull-md-11 {
  4635. right: 91.66667%;
  4636. }
  4637.  
  4638. .pull-md-12 {
  4639. right: 100%;
  4640. }
  4641.  
  4642. .push-md-0 {
  4643. left: auto;
  4644. }
  4645.  
  4646. .push-md-1 {
  4647. left: 8.33333%;
  4648. }
  4649.  
  4650. .push-md-2 {
  4651. left: 16.66667%;
  4652. }
  4653.  
  4654. .push-md-3 {
  4655. left: 25%;
  4656. }
  4657.  
  4658. .push-md-4 {
  4659. left: 33.33333%;
  4660. }
  4661.  
  4662. .push-md-5 {
  4663. left: 41.66667%;
  4664. }
  4665.  
  4666. .push-md-6 {
  4667. left: 50%;
  4668. }
  4669.  
  4670. .push-md-7 {
  4671. left: 58.33333%;
  4672. }
  4673.  
  4674. .push-md-8 {
  4675. left: 66.66667%;
  4676. }
  4677.  
  4678. .push-md-9 {
  4679. left: 75%;
  4680. }
  4681.  
  4682. .push-md-10 {
  4683. left: 83.33333%;
  4684. }
  4685.  
  4686. .push-md-11 {
  4687. left: 91.66667%;
  4688. }
  4689.  
  4690. .push-md-12 {
  4691. left: 100%;
  4692. }
  4693.  
  4694. .offset-md-0 {
  4695. margin-left: 0%;
  4696. }
  4697.  
  4698. .offset-md-1 {
  4699. margin-left: 8.33333%;
  4700. }
  4701.  
  4702. .offset-md-2 {
  4703. margin-left: 16.66667%;
  4704. }
  4705.  
  4706. .offset-md-3 {
  4707. margin-left: 25%;
  4708. }
  4709.  
  4710. .offset-md-4 {
  4711. margin-left: 33.33333%;
  4712. }
  4713.  
  4714. .offset-md-5 {
  4715. margin-left: 41.66667%;
  4716. }
  4717.  
  4718. .offset-md-6 {
  4719. margin-left: 50%;
  4720. }
  4721.  
  4722. .offset-md-7 {
  4723. margin-left: 58.33333%;
  4724. }
  4725.  
  4726. .offset-md-8 {
  4727. margin-left: 66.66667%;
  4728. }
  4729.  
  4730. .offset-md-9 {
  4731. margin-left: 75%;
  4732. }
  4733.  
  4734. .offset-md-10 {
  4735. margin-left: 83.33333%;
  4736. }
  4737.  
  4738. .offset-md-11 {
  4739. margin-left: 91.66667%;
  4740. }
  4741. }
  4742.  
  4743. @media (min-width: 992px) {
  4744. .col-lg-1 {
  4745. float: left;
  4746. width: 8.33333%;
  4747. }
  4748.  
  4749. .col-lg-2 {
  4750. float: left;
  4751. width: 16.66667%;
  4752. }
  4753.  
  4754. .col-lg-3 {
  4755. float: left;
  4756. width: 25%;
  4757. }
  4758.  
  4759. .col-lg-4 {
  4760. float: left;
  4761. width: 33.33333%;
  4762. }
  4763.  
  4764. .col-lg-5 {
  4765. float: left;
  4766. width: 41.66667%;
  4767. }
  4768.  
  4769. .col-lg-6 {
  4770. float: left;
  4771. width: 50%;
  4772. }
  4773.  
  4774. .col-lg-7 {
  4775. float: left;
  4776. width: 58.33333%;
  4777. }
  4778.  
  4779. .col-lg-8 {
  4780. float: left;
  4781. width: 66.66667%;
  4782. }
  4783.  
  4784. .col-lg-9 {
  4785. float: left;
  4786. width: 75%;
  4787. }
  4788.  
  4789. .col-lg-10 {
  4790. float: left;
  4791. width: 83.33333%;
  4792. }
  4793.  
  4794. .col-lg-11 {
  4795. float: left;
  4796. width: 91.66667%;
  4797. }
  4798.  
  4799. .col-lg-12 {
  4800. float: left;
  4801. width: 100%;
  4802. }
  4803.  
  4804. .pull-lg-0 {
  4805. right: auto;
  4806. }
  4807.  
  4808. .pull-lg-1 {
  4809. right: 8.33333%;
  4810. }
  4811.  
  4812. .pull-lg-2 {
  4813. right: 16.66667%;
  4814. }
  4815.  
  4816. .pull-lg-3 {
  4817. right: 25%;
  4818. }
  4819.  
  4820. .pull-lg-4 {
  4821. right: 33.33333%;
  4822. }
  4823.  
  4824. .pull-lg-5 {
  4825. right: 41.66667%;
  4826. }
  4827.  
  4828. .pull-lg-6 {
  4829. right: 50%;
  4830. }
  4831.  
  4832. .pull-lg-7 {
  4833. right: 58.33333%;
  4834. }
  4835.  
  4836. .pull-lg-8 {
  4837. right: 66.66667%;
  4838. }
  4839.  
  4840. .pull-lg-9 {
  4841. right: 75%;
  4842. }
  4843.  
  4844. .pull-lg-10 {
  4845. right: 83.33333%;
  4846. }
  4847.  
  4848. .pull-lg-11 {
  4849. right: 91.66667%;
  4850. }
  4851.  
  4852. .pull-lg-12 {
  4853. right: 100%;
  4854. }
  4855.  
  4856. .push-lg-0 {
  4857. left: auto;
  4858. }
  4859.  
  4860. .push-lg-1 {
  4861. left: 8.33333%;
  4862. }
  4863.  
  4864. .push-lg-2 {
  4865. left: 16.66667%;
  4866. }
  4867.  
  4868. .push-lg-3 {
  4869. left: 25%;
  4870. }
  4871.  
  4872. .push-lg-4 {
  4873. left: 33.33333%;
  4874. }
  4875.  
  4876. .push-lg-5 {
  4877. left: 41.66667%;
  4878. }
  4879.  
  4880. .push-lg-6 {
  4881. left: 50%;
  4882. }
  4883.  
  4884. .push-lg-7 {
  4885. left: 58.33333%;
  4886. }
  4887.  
  4888. .push-lg-8 {
  4889. left: 66.66667%;
  4890. }
  4891.  
  4892. .push-lg-9 {
  4893. left: 75%;
  4894. }
  4895.  
  4896. .push-lg-10 {
  4897. left: 83.33333%;
  4898. }
  4899.  
  4900. .push-lg-11 {
  4901. left: 91.66667%;
  4902. }
  4903.  
  4904. .push-lg-12 {
  4905. left: 100%;
  4906. }
  4907.  
  4908. .offset-lg-0 {
  4909. margin-left: 0%;
  4910. }
  4911.  
  4912. .offset-lg-1 {
  4913. margin-left: 8.33333%;
  4914. }
  4915.  
  4916. .offset-lg-2 {
  4917. margin-left: 16.66667%;
  4918. }
  4919.  
  4920. .offset-lg-3 {
  4921. margin-left: 25%;
  4922. }
  4923.  
  4924. .offset-lg-4 {
  4925. margin-left: 33.33333%;
  4926. }
  4927.  
  4928. .offset-lg-5 {
  4929. margin-left: 41.66667%;
  4930. }
  4931.  
  4932. .offset-lg-6 {
  4933. margin-left: 50%;
  4934. }
  4935.  
  4936. .offset-lg-7 {
  4937. margin-left: 58.33333%;
  4938. }
  4939.  
  4940. .offset-lg-8 {
  4941. margin-left: 66.66667%;
  4942. }
  4943.  
  4944. .offset-lg-9 {
  4945. margin-left: 75%;
  4946. }
  4947.  
  4948. .offset-lg-10 {
  4949. margin-left: 83.33333%;
  4950. }
  4951.  
  4952. .offset-lg-11 {
  4953. margin-left: 91.66667%;
  4954. }
  4955. }
  4956.  
  4957. @media (min-width: 1200px) {
  4958. .col-xl-1 {
  4959. float: left;
  4960. width: 8.33333%;
  4961. }
  4962.  
  4963. .col-xl-2 {
  4964. float: left;
  4965. width: 16.66667%;
  4966. }
  4967.  
  4968. .col-xl-3 {
  4969. float: left;
  4970. width: 25%;
  4971. }
  4972.  
  4973. .col-xl-4 {
  4974. float: left;
  4975. width: 33.33333%;
  4976. }
  4977.  
  4978. .col-xl-5 {
  4979. float: left;
  4980. width: 41.66667%;
  4981. }
  4982.  
  4983. .col-xl-6 {
  4984. float: left;
  4985. width: 50%;
  4986. }
  4987.  
  4988. .col-xl-7 {
  4989. float: left;
  4990. width: 58.33333%;
  4991. }
  4992.  
  4993. .col-xl-8 {
  4994. float: left;
  4995. width: 66.66667%;
  4996. }
  4997.  
  4998. .col-xl-9 {
  4999. float: left;
  5000. width: 75%;
  5001. }
  5002.  
  5003. .col-xl-10 {
  5004. float: left;
  5005. width: 83.33333%;
  5006. }
  5007.  
  5008. .col-xl-11 {
  5009. float: left;
  5010. width: 91.66667%;
  5011. }
  5012.  
  5013. .col-xl-12 {
  5014. float: left;
  5015. width: 100%;
  5016. }
  5017.  
  5018. .pull-xl-0 {
  5019. right: auto;
  5020. }
  5021.  
  5022. .pull-xl-1 {
  5023. right: 8.33333%;
  5024. }
  5025.  
  5026. .pull-xl-2 {
  5027. right: 16.66667%;
  5028. }
  5029.  
  5030. .pull-xl-3 {
  5031. right: 25%;
  5032. }
  5033.  
  5034. .pull-xl-4 {
  5035. right: 33.33333%;
  5036. }
  5037.  
  5038. .pull-xl-5 {
  5039. right: 41.66667%;
  5040. }
  5041.  
  5042. .pull-xl-6 {
  5043. right: 50%;
  5044. }
  5045.  
  5046. .pull-xl-7 {
  5047. right: 58.33333%;
  5048. }
  5049.  
  5050. .pull-xl-8 {
  5051. right: 66.66667%;
  5052. }
  5053.  
  5054. .pull-xl-9 {
  5055. right: 75%;
  5056. }
  5057.  
  5058. .pull-xl-10 {
  5059. right: 83.33333%;
  5060. }
  5061.  
  5062. .pull-xl-11 {
  5063. right: 91.66667%;
  5064. }
  5065.  
  5066. .pull-xl-12 {
  5067. right: 100%;
  5068. }
  5069.  
  5070. .push-xl-0 {
  5071. left: auto;
  5072. }
  5073.  
  5074. .push-xl-1 {
  5075. left: 8.33333%;
  5076. }
  5077.  
  5078. .push-xl-2 {
  5079. left: 16.66667%;
  5080. }
  5081.  
  5082. .push-xl-3 {
  5083. left: 25%;
  5084. }
  5085.  
  5086. .push-xl-4 {
  5087. left: 33.33333%;
  5088. }
  5089.  
  5090. .push-xl-5 {
  5091. left: 41.66667%;
  5092. }
  5093.  
  5094. .push-xl-6 {
  5095. left: 50%;
  5096. }
  5097.  
  5098. .push-xl-7 {
  5099. left: 58.33333%;
  5100. }
  5101.  
  5102. .push-xl-8 {
  5103. left: 66.66667%;
  5104. }
  5105.  
  5106. .push-xl-9 {
  5107. left: 75%;
  5108. }
  5109.  
  5110. .push-xl-10 {
  5111. left: 83.33333%;
  5112. }
  5113.  
  5114. .push-xl-11 {
  5115. left: 91.66667%;
  5116. }
  5117.  
  5118. .push-xl-12 {
  5119. left: 100%;
  5120. }
  5121.  
  5122. .offset-xl-0 {
  5123. margin-left: 0%;
  5124. }
  5125.  
  5126. .offset-xl-1 {
  5127. margin-left: 8.33333%;
  5128. }
  5129.  
  5130. .offset-xl-2 {
  5131. margin-left: 16.66667%;
  5132. }
  5133.  
  5134. .offset-xl-3 {
  5135. margin-left: 25%;
  5136. }
  5137.  
  5138. .offset-xl-4 {
  5139. margin-left: 33.33333%;
  5140. }
  5141.  
  5142. .offset-xl-5 {
  5143. margin-left: 41.66667%;
  5144. }
  5145.  
  5146. .offset-xl-6 {
  5147. margin-left: 50%;
  5148. }
  5149.  
  5150. .offset-xl-7 {
  5151. margin-left: 58.33333%;
  5152. }
  5153.  
  5154. .offset-xl-8 {
  5155. margin-left: 66.66667%;
  5156. }
  5157.  
  5158. .offset-xl-9 {
  5159. margin-left: 75%;
  5160. }
  5161.  
  5162. .offset-xl-10 {
  5163. margin-left: 83.33333%;
  5164. }
  5165.  
  5166. .offset-xl-11 {
  5167. margin-left: 91.66667%;
  5168. }
  5169. }
  5170.  
  5171. /* # FontAwesome */
  5172. /*!
  5173. * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  5174. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  5175. */
  5176. /* FONT PATH
  5177. * -------------------------- */
  5178. @font-face {
  5179. font-family: 'FontAwesome';
  5180. src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  5181. src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  5182. font-weight: normal;
  5183. font-style: normal;
  5184. }
  5185.  
  5186. .fa {
  5187. display: inline-block;
  5188. font: normal normal normal 14px/1 FontAwesome;
  5189. font-size: inherit;
  5190. text-rendering: auto;
  5191. -webkit-font-smoothing: antialiased;
  5192. -moz-osx-font-smoothing: grayscale;
  5193. }
  5194.  
  5195. /* makes the font 33% larger relative to the icon container */
  5196. .fa-lg {
  5197. font-size: 1.33333em;
  5198. line-height: 0.75em;
  5199. vertical-align: -15%;
  5200. }
  5201.  
  5202. .fa-2x {
  5203. font-size: 2em;
  5204. }
  5205.  
  5206. .fa-3x {
  5207. font-size: 3em;
  5208. }
  5209.  
  5210. .fa-4x {
  5211. font-size: 4em;
  5212. }
  5213.  
  5214. .fa-5x {
  5215. font-size: 5em;
  5216. }
  5217.  
  5218. .fa-fw {
  5219. width: 1.28571em;
  5220. text-align: center;
  5221. }
  5222.  
  5223. .fa-ul {
  5224. padding-left: 0;
  5225. margin-left: 2.14286em;
  5226. list-style-type: none;
  5227. }
  5228.  
  5229. .fa-ul > li {
  5230. position: relative;
  5231. }
  5232.  
  5233. .fa-li {
  5234. position: absolute;
  5235. left: -2.14286em;
  5236. width: 2.14286em;
  5237. top: 0.14286em;
  5238. text-align: center;
  5239. }
  5240.  
  5241. .fa-li.fa-lg {
  5242. left: -1.85714em;
  5243. }
  5244.  
  5245. .fa-border {
  5246. padding: .2em .25em .15em;
  5247. border: solid 0.08em #eee;
  5248. border-radius: .1em;
  5249. }
  5250.  
  5251. .fa-pull-left {
  5252. float: left;
  5253. }
  5254.  
  5255. .fa-pull-right {
  5256. float: right;
  5257. }
  5258.  
  5259. .fa.fa-pull-left {
  5260. margin-right: .3em;
  5261. }
  5262.  
  5263. .fa.fa-pull-right {
  5264. margin-left: .3em;
  5265. }
  5266.  
  5267. /* Deprecated as of 4.4.0 */
  5268. .pull-right {
  5269. float: right;
  5270. }
  5271.  
  5272. .pull-left {
  5273. float: left;
  5274. }
  5275.  
  5276. .fa.pull-left {
  5277. margin-right: .3em;
  5278. }
  5279.  
  5280. .fa.pull-right {
  5281. margin-left: .3em;
  5282. }
  5283.  
  5284. .fa-spin {
  5285. -webkit-animation: fa-spin 2s infinite linear;
  5286. animation: fa-spin 2s infinite linear;
  5287. }
  5288.  
  5289. .fa-pulse {
  5290. -webkit-animation: fa-spin 1s infinite steps(8);
  5291. animation: fa-spin 1s infinite steps(8);
  5292. }
  5293.  
  5294. @-webkit-keyframes fa-spin {
  5295. 0% {
  5296. -webkit-transform: rotate(0deg);
  5297. transform: rotate(0deg);
  5298. }
  5299.  
  5300. 100% {
  5301. -webkit-transform: rotate(359deg);
  5302. transform: rotate(359deg);
  5303. }
  5304. }
  5305.  
  5306. @keyframes fa-spin {
  5307. 0% {
  5308. -webkit-transform: rotate(0deg);
  5309. transform: rotate(0deg);
  5310. }
  5311.  
  5312. 100% {
  5313. -webkit-transform: rotate(359deg);
  5314. transform: rotate(359deg);
  5315. }
  5316. }
  5317.  
  5318. .fa-rotate-90 {
  5319. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  5320. -webkit-transform: rotate(90deg);
  5321. -ms-transform: rotate(90deg);
  5322. transform: rotate(90deg);
  5323. }
  5324.  
  5325. .fa-rotate-180 {
  5326. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  5327. -webkit-transform: rotate(180deg);
  5328. -ms-transform: rotate(180deg);
  5329. transform: rotate(180deg);
  5330. }
  5331.  
  5332. .fa-rotate-270 {
  5333. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  5334. -webkit-transform: rotate(270deg);
  5335. -ms-transform: rotate(270deg);
  5336. transform: rotate(270deg);
  5337. }
  5338.  
  5339. .fa-flip-horizontal {
  5340. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  5341. -webkit-transform: scale(-1, 1);
  5342. -ms-transform: scale(-1, 1);
  5343. transform: scale(-1, 1);
  5344. }
  5345.  
  5346. .fa-flip-vertical {
  5347. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  5348. -webkit-transform: scale(1, -1);
  5349. -ms-transform: scale(1, -1);
  5350. transform: scale(1, -1);
  5351. }
  5352.  
  5353. :root .fa-rotate-90,
  5354. :root .fa-rotate-180,
  5355. :root .fa-rotate-270,
  5356. :root .fa-flip-horizontal,
  5357. :root .fa-flip-vertical {
  5358. -webkit-filter: none;
  5359. filter: none;
  5360. }
  5361.  
  5362. .fa-stack {
  5363. position: relative;
  5364. display: inline-block;
  5365. width: 2em;
  5366. height: 2em;
  5367. line-height: 2em;
  5368. vertical-align: middle;
  5369. }
  5370.  
  5371. .fa-stack-1x, .fa-stack-2x {
  5372. position: absolute;
  5373. left: 0;
  5374. width: 100%;
  5375. text-align: center;
  5376. }
  5377.  
  5378. .fa-stack-1x {
  5379. line-height: inherit;
  5380. }
  5381.  
  5382. .fa-stack-2x {
  5383. font-size: 2em;
  5384. }
  5385.  
  5386. .fa-inverse {
  5387. color: #fff;
  5388. }
  5389.  
  5390. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  5391. readers do not read off random characters that represent icons */
  5392. .fa-glass:before {
  5393. content: "";
  5394. }
  5395.  
  5396. .fa-music:before {
  5397. content: "";
  5398. }
  5399.  
  5400. .fa-search:before {
  5401. content: "";
  5402. }
  5403.  
  5404. .fa-envelope-o:before {
  5405. content: "";
  5406. }
  5407.  
  5408. .fa-heart:before {
  5409. content: "";
  5410. }
  5411.  
  5412. .fa-star:before {
  5413. content: "";
  5414. }
  5415.  
  5416. .fa-star-o:before {
  5417. content: "";
  5418. }
  5419.  
  5420. .fa-user:before {
  5421. content: "";
  5422. }
  5423.  
  5424. .fa-film:before {
  5425. content: "";
  5426. }
  5427.  
  5428. .fa-th-large:before {
  5429. content: "";
  5430. }
  5431.  
  5432. .fa-th:before {
  5433. content: "";
  5434. }
  5435.  
  5436. .fa-th-list:before {
  5437. content: "";
  5438. }
  5439.  
  5440. .fa-check:before {
  5441. content: "";
  5442. }
  5443.  
  5444. .fa-remove:before,
  5445. .fa-close:before,
  5446. .fa-times:before {
  5447. content: "";
  5448. }
  5449.  
  5450. .fa-search-plus:before {
  5451. content: "";
  5452. }
  5453.  
  5454. .fa-search-minus:before {
  5455. content: "";
  5456. }
  5457.  
  5458. .fa-power-off:before {
  5459. content: "";
  5460. }
  5461.  
  5462. .fa-signal:before {
  5463. content: "";
  5464. }
  5465.  
  5466. .fa-gear:before,
  5467. .fa-cog:before {
  5468. content: "";
  5469. }
  5470.  
  5471. .fa-trash-o:before {
  5472. content: "";
  5473. }
  5474.  
  5475. .fa-home:before {
  5476. content: "";
  5477. }
  5478.  
  5479. .fa-file-o:before {
  5480. content: "";
  5481. }
  5482.  
  5483. .fa-clock-o:before {
  5484. content: "";
  5485. }
  5486.  
  5487. .fa-road:before {
  5488. content: "";
  5489. }
  5490.  
  5491. .fa-download:before {
  5492. content: "";
  5493. }
  5494.  
  5495. .fa-arrow-circle-o-down:before {
  5496. content: "";
  5497. }
  5498.  
  5499. .fa-arrow-circle-o-up:before {
  5500. content: "";
  5501. }
  5502.  
  5503. .fa-inbox:before {
  5504. content: "";
  5505. }
  5506.  
  5507. .fa-play-circle-o:before {
  5508. content: "";
  5509. }
  5510.  
  5511. .fa-rotate-right:before,
  5512. .fa-repeat:before {
  5513. content: "";
  5514. }
  5515.  
  5516. .fa-refresh:before {
  5517. content: "";
  5518. }
  5519.  
  5520. .fa-list-alt:before {
  5521. content: "";
  5522. }
  5523.  
  5524. .fa-lock:before {
  5525. content: "";
  5526. }
  5527.  
  5528. .fa-flag:before {
  5529. content: "";
  5530. }
  5531.  
  5532. .fa-headphones:before {
  5533. content: "";
  5534. }
  5535.  
  5536. .fa-volume-off:before {
  5537. content: "";
  5538. }
  5539.  
  5540. .fa-volume-down:before {
  5541. content: "";
  5542. }
  5543.  
  5544. .fa-volume-up:before {
  5545. content: "";
  5546. }
  5547.  
  5548. .fa-qrcode:before {
  5549. content: "";
  5550. }
  5551.  
  5552. .fa-barcode:before {
  5553. content: "";
  5554. }
  5555.  
  5556. .fa-tag:before {
  5557. content: "";
  5558. }
  5559.  
  5560. .fa-tags:before {
  5561. content: "";
  5562. }
  5563.  
  5564. .fa-book:before {
  5565. content: "";
  5566. }
  5567.  
  5568. .fa-bookmark:before {
  5569. content: "";
  5570. }
  5571.  
  5572. .fa-print:before {
  5573. content: "";
  5574. }
  5575.  
  5576. .fa-camera:before {
  5577. content: "";
  5578. }
  5579.  
  5580. .fa-font:before {
  5581. content: "";
  5582. }
  5583.  
  5584. .fa-bold:before {
  5585. content: "";
  5586. }
  5587.  
  5588. .fa-italic:before {
  5589. content: "";
  5590. }
  5591.  
  5592. .fa-text-height:before {
  5593. content: "";
  5594. }
  5595.  
  5596. .fa-text-width:before {
  5597. content: "";
  5598. }
  5599.  
  5600. .fa-align-left:before {
  5601. content: "";
  5602. }
  5603.  
  5604. .fa-align-center:before {
  5605. content: "";
  5606. }
  5607.  
  5608. .fa-align-right:before {
  5609. content: "";
  5610. }
  5611.  
  5612. .fa-align-justify:before {
  5613. content: "";
  5614. }
  5615.  
  5616. .fa-list:before {
  5617. content: "";
  5618. }
  5619.  
  5620. .fa-dedent:before,
  5621. .fa-outdent:before {
  5622. content: "";
  5623. }
  5624.  
  5625. .fa-indent:before {
  5626. content: "";
  5627. }
  5628.  
  5629. .fa-video-camera:before {
  5630. content: "";
  5631. }
  5632.  
  5633. .fa-photo:before,
  5634. .fa-image:before,
  5635. .fa-picture-o:before {
  5636. content: "";
  5637. }
  5638.  
  5639. .fa-pencil:before {
  5640. content: "";
  5641. }
  5642.  
  5643. .fa-map-marker:before {
  5644. content: "";
  5645. }
  5646.  
  5647. .fa-adjust:before {
  5648. content: "";
  5649. }
  5650.  
  5651. .fa-tint:before {
  5652. content: "";
  5653. }
  5654.  
  5655. .fa-edit:before,
  5656. .fa-pencil-square-o:before {
  5657. content: "";
  5658. }
  5659.  
  5660. .fa-share-square-o:before {
  5661. content: "";
  5662. }
  5663.  
  5664. .fa-check-square-o:before {
  5665. content: "";
  5666. }
  5667.  
  5668. .fa-arrows:before {
  5669. content: "";
  5670. }
  5671.  
  5672. .fa-step-backward:before {
  5673. content: "";
  5674. }
  5675.  
  5676. .fa-fast-backward:before {
  5677. content: "";
  5678. }
  5679.  
  5680. .fa-backward:before {
  5681. content: "";
  5682. }
  5683.  
  5684. .fa-play:before {
  5685. content: "";
  5686. }
  5687.  
  5688. .fa-pause:before {
  5689. content: "";
  5690. }
  5691.  
  5692. .fa-stop:before {
  5693. content: "";
  5694. }
  5695.  
  5696. .fa-forward:before {
  5697. content: "";
  5698. }
  5699.  
  5700. .fa-fast-forward:before {
  5701. content: "";
  5702. }
  5703.  
  5704. .fa-step-forward:before {
  5705. content: "";
  5706. }
  5707.  
  5708. .fa-eject:before {
  5709. content: "";
  5710. }
  5711.  
  5712. .fa-chevron-left:before {
  5713. content: "";
  5714. }
  5715.  
  5716. .fa-chevron-right:before {
  5717. content: "";
  5718. }
  5719.  
  5720. .fa-plus-circle:before {
  5721. content: "";
  5722. }
  5723.  
  5724. .fa-minus-circle:before {
  5725. content: "";
  5726. }
  5727.  
  5728. .fa-times-circle:before {
  5729. content: "";
  5730. }
  5731.  
  5732. .fa-check-circle:before {
  5733. content: "";
  5734. }
  5735.  
  5736. .fa-question-circle:before {
  5737. content: "";
  5738. }
  5739.  
  5740. .fa-info-circle:before {
  5741. content: "";
  5742. }
  5743.  
  5744. .fa-crosshairs:before {
  5745. content: "";
  5746. }
  5747.  
  5748. .fa-times-circle-o:before {
  5749. content: "";
  5750. }
  5751.  
  5752. .fa-check-circle-o:before {
  5753. content: "";
  5754. }
  5755.  
  5756. .fa-ban:before {
  5757. content: "";
  5758. }
  5759.  
  5760. .fa-arrow-left:before {
  5761. content: "";
  5762. }
  5763.  
  5764. .fa-arrow-right:before {
  5765. content: "";
  5766. }
  5767.  
  5768. .fa-arrow-up:before {
  5769. content: "";
  5770. }
  5771.  
  5772. .fa-arrow-down:before {
  5773. content: "";
  5774. }
  5775.  
  5776. .fa-mail-forward:before,
  5777. .fa-share:before {
  5778. content: "";
  5779. }
  5780.  
  5781. .fa-expand:before {
  5782. content: "";
  5783. }
  5784.  
  5785. .fa-compress:before {
  5786. content: "";
  5787. }
  5788.  
  5789. .fa-plus:before {
  5790. content: "";
  5791. }
  5792.  
  5793. .fa-minus:before {
  5794. content: "";
  5795. }
  5796.  
  5797. .fa-asterisk:before {
  5798. content: "";
  5799. }
  5800.  
  5801. .fa-exclamation-circle:before {
  5802. content: "";
  5803. }
  5804.  
  5805. .fa-gift:before {
  5806. content: "";
  5807. }
  5808.  
  5809. .fa-leaf:before {
  5810. content: "";
  5811. }
  5812.  
  5813. .fa-fire:before {
  5814. content: "";
  5815. }
  5816.  
  5817. .fa-eye:before {
  5818. content: "";
  5819. }
  5820.  
  5821. .fa-eye-slash:before {
  5822. content: "";
  5823. }
  5824.  
  5825. .fa-warning:before,
  5826. .fa-exclamation-triangle:before {
  5827. content: "";
  5828. }
  5829.  
  5830. .fa-plane:before {
  5831. content: "";
  5832. }
  5833.  
  5834. .fa-calendar:before {
  5835. content: "";
  5836. }
  5837.  
  5838. .fa-random:before {
  5839. content: "";
  5840. }
  5841.  
  5842. .fa-comment:before {
  5843. content: "";
  5844. }
  5845.  
  5846. .fa-magnet:before {
  5847. content: "";
  5848. }
  5849.  
  5850. .fa-chevron-up:before {
  5851. content: "";
  5852. }
  5853.  
  5854. .fa-chevron-down:before {
  5855. content: "";
  5856. }
  5857.  
  5858. .fa-retweet:before {
  5859. content: "";
  5860. }
  5861.  
  5862. .fa-shopping-cart:before {
  5863. content: "";
  5864. }
  5865.  
  5866. .fa-folder:before {
  5867. content: "";
  5868. }
  5869.  
  5870. .fa-folder-open:before {
  5871. content: "";
  5872. }
  5873.  
  5874. .fa-arrows-v:before {
  5875. content: "";
  5876. }
  5877.  
  5878. .fa-arrows-h:before {
  5879. content: "";
  5880. }
  5881.  
  5882. .fa-bar-chart-o:before,
  5883. .fa-bar-chart:before {
  5884. content: "";
  5885. }
  5886.  
  5887. .fa-twitter-square:before {
  5888. content: "";
  5889. }
  5890.  
  5891. .fa-facebook-square:before {
  5892. content: "";
  5893. }
  5894.  
  5895. .fa-camera-retro:before {
  5896. content: "";
  5897. }
  5898.  
  5899. .fa-key:before {
  5900. content: "";
  5901. }
  5902.  
  5903. .fa-gears:before,
  5904. .fa-cogs:before {
  5905. content: "";
  5906. }
  5907.  
  5908. .fa-comments:before {
  5909. content: "";
  5910. }
  5911.  
  5912. .fa-thumbs-o-up:before {
  5913. content: "";
  5914. }
  5915.  
  5916. .fa-thumbs-o-down:before {
  5917. content: "";
  5918. }
  5919.  
  5920. .fa-star-half:before {
  5921. content: "";
  5922. }
  5923.  
  5924. .fa-heart-o:before {
  5925. content: "";
  5926. }
  5927.  
  5928. .fa-sign-out:before {
  5929. content: "";
  5930. }
  5931.  
  5932. .fa-linkedin-square:before {
  5933. content: "";
  5934. }
  5935.  
  5936. .fa-thumb-tack:before {
  5937. content: "";
  5938. }
  5939.  
  5940. .fa-external-link:before {
  5941. content: "";
  5942. }
  5943.  
  5944. .fa-sign-in:before {
  5945. content: "";
  5946. }
  5947.  
  5948. .fa-trophy:before {
  5949. content: "";
  5950. }
  5951.  
  5952. .fa-github-square:before {
  5953. content: "";
  5954. }
  5955.  
  5956. .fa-upload:before {
  5957. content: "";
  5958. }
  5959.  
  5960. .fa-lemon-o:before {
  5961. content: "";
  5962. }
  5963.  
  5964. .fa-phone:before {
  5965. content: "";
  5966. }
  5967.  
  5968. .fa-square-o:before {
  5969. content: "";
  5970. }
  5971.  
  5972. .fa-bookmark-o:before {
  5973. content: "";
  5974. }
  5975.  
  5976. .fa-phone-square:before {
  5977. content: "";
  5978. }
  5979.  
  5980. .fa-twitter:before {
  5981. content: "";
  5982. }
  5983.  
  5984. .fa-facebook-f:before,
  5985. .fa-facebook:before {
  5986. content: "";
  5987. }
  5988.  
  5989. .fa-github:before {
  5990. content: "";
  5991. }
  5992.  
  5993. .fa-unlock:before {
  5994. content: "";
  5995. }
  5996.  
  5997. .fa-credit-card:before {
  5998. content: "";
  5999. }
  6000.  
  6001. .fa-feed:before,
  6002. .fa-rss:before {
  6003. content: "";
  6004. }
  6005.  
  6006. .fa-hdd-o:before {
  6007. content: "";
  6008. }
  6009.  
  6010. .fa-bullhorn:before {
  6011. content: "";
  6012. }
  6013.  
  6014. .fa-bell:before {
  6015. content: "";
  6016. }
  6017.  
  6018. .fa-certificate:before {
  6019. content: "";
  6020. }
  6021.  
  6022. .fa-hand-o-right:before {
  6023. content: "";
  6024. }
  6025.  
  6026. .fa-hand-o-left:before {
  6027. content: "";
  6028. }
  6029.  
  6030. .fa-hand-o-up:before {
  6031. content: "";
  6032. }
  6033.  
  6034. .fa-hand-o-down:before {
  6035. content: "";
  6036. }
  6037.  
  6038. .fa-arrow-circle-left:before {
  6039. content: "";
  6040. }
  6041.  
  6042. .fa-arrow-circle-right:before {
  6043. content: "";
  6044. }
  6045.  
  6046. .fa-arrow-circle-up:before {
  6047. content: "";
  6048. }
  6049.  
  6050. .fa-arrow-circle-down:before {
  6051. content: "";
  6052. }
  6053.  
  6054. .fa-globe:before {
  6055. content: "";
  6056. }
  6057.  
  6058. .fa-wrench:before {
  6059. content: "";
  6060. }
  6061.  
  6062. .fa-tasks:before {
  6063. content: "";
  6064. }
  6065.  
  6066. .fa-filter:before {
  6067. content: "";
  6068. }
  6069.  
  6070. .fa-briefcase:before {
  6071. content: "";
  6072. }
  6073.  
  6074. .fa-arrows-alt:before {
  6075. content: "";
  6076. }
  6077.  
  6078. .fa-group:before,
  6079. .fa-users:before {
  6080. content: "";
  6081. }
  6082.  
  6083. .fa-chain:before,
  6084. .fa-link:before {
  6085. content: "";
  6086. }
  6087.  
  6088. .fa-cloud:before {
  6089. content: "";
  6090. }
  6091.  
  6092. .fa-flask:before {
  6093. content: "";
  6094. }
  6095.  
  6096. .fa-cut:before,
  6097. .fa-scissors:before {
  6098. content: "";
  6099. }
  6100.  
  6101. .fa-copy:before,
  6102. .fa-files-o:before {
  6103. content: "";
  6104. }
  6105.  
  6106. .fa-paperclip:before {
  6107. content: "";
  6108. }
  6109.  
  6110. .fa-save:before,
  6111. .fa-floppy-o:before {
  6112. content: "";
  6113. }
  6114.  
  6115. .fa-square:before {
  6116. content: "";
  6117. }
  6118.  
  6119. .fa-navicon:before,
  6120. .fa-reorder:before,
  6121. .fa-bars:before {
  6122. content: "";
  6123. }
  6124.  
  6125. .fa-list-ul:before {
  6126. content: "";
  6127. }
  6128.  
  6129. .fa-list-ol:before {
  6130. content: "";
  6131. }
  6132.  
  6133. .fa-strikethrough:before {
  6134. content: "";
  6135. }
  6136.  
  6137. .fa-underline:before {
  6138. content: "";
  6139. }
  6140.  
  6141. .fa-table:before {
  6142. content: "";
  6143. }
  6144.  
  6145. .fa-magic:before {
  6146. content: "";
  6147. }
  6148.  
  6149. .fa-truck:before {
  6150. content: "";
  6151. }
  6152.  
  6153. .fa-pinterest:before {
  6154. content: "";
  6155. }
  6156.  
  6157. .fa-pinterest-square:before {
  6158. content: "";
  6159. }
  6160.  
  6161. .fa-google-plus-square:before {
  6162. content: "";
  6163. }
  6164.  
  6165. .fa-google-plus:before {
  6166. content: "";
  6167. }
  6168.  
  6169. .fa-money:before {
  6170. content: "";
  6171. }
  6172.  
  6173. .fa-caret-down:before {
  6174. content: "";
  6175. }
  6176.  
  6177. .fa-caret-up:before {
  6178. content: "";
  6179. }
  6180.  
  6181. .fa-caret-left:before {
  6182. content: "";
  6183. }
  6184.  
  6185. .fa-caret-right:before {
  6186. content: "";
  6187. }
  6188.  
  6189. .fa-columns:before {
  6190. content: "";
  6191. }
  6192.  
  6193. .fa-unsorted:before,
  6194. .fa-sort:before {
  6195. content: "";
  6196. }
  6197.  
  6198. .fa-sort-down:before,
  6199. .fa-sort-desc:before {
  6200. content: "";
  6201. }
  6202.  
  6203. .fa-sort-up:before,
  6204. .fa-sort-asc:before {
  6205. content: "";
  6206. }
  6207.  
  6208. .fa-envelope:before {
  6209. content: "";
  6210. }
  6211.  
  6212. .fa-linkedin:before {
  6213. content: "";
  6214. }
  6215.  
  6216. .fa-rotate-left:before,
  6217. .fa-undo:before {
  6218. content: "";
  6219. }
  6220.  
  6221. .fa-legal:before,
  6222. .fa-gavel:before {
  6223. content: "";
  6224. }
  6225.  
  6226. .fa-dashboard:before,
  6227. .fa-tachometer:before {
  6228. content: "";
  6229. }
  6230.  
  6231. .fa-comment-o:before {
  6232. content: "";
  6233. }
  6234.  
  6235. .fa-comments-o:before {
  6236. content: "";
  6237. }
  6238.  
  6239. .fa-flash:before,
  6240. .fa-bolt:before {
  6241. content: "";
  6242. }
  6243.  
  6244. .fa-sitemap:before {
  6245. content: "";
  6246. }
  6247.  
  6248. .fa-umbrella:before {
  6249. content: "";
  6250. }
  6251.  
  6252. .fa-paste:before,
  6253. .fa-clipboard:before {
  6254. content: "";
  6255. }
  6256.  
  6257. .fa-lightbulb-o:before {
  6258. content: "";
  6259. }
  6260.  
  6261. .fa-exchange:before {
  6262. content: "";
  6263. }
  6264.  
  6265. .fa-cloud-download:before {
  6266. content: "";
  6267. }
  6268.  
  6269. .fa-cloud-upload:before {
  6270. content: "";
  6271. }
  6272.  
  6273. .fa-user-md:before {
  6274. content: "";
  6275. }
  6276.  
  6277. .fa-stethoscope:before {
  6278. content: "";
  6279. }
  6280.  
  6281. .fa-suitcase:before {
  6282. content: "";
  6283. }
  6284.  
  6285. .fa-bell-o:before {
  6286. content: "";
  6287. }
  6288.  
  6289. .fa-coffee:before {
  6290. content: "";
  6291. }
  6292.  
  6293. .fa-cutlery:before {
  6294. content: "";
  6295. }
  6296.  
  6297. .fa-file-text-o:before {
  6298. content: "";
  6299. }
  6300.  
  6301. .fa-building-o:before {
  6302. content: "";
  6303. }
  6304.  
  6305. .fa-hospital-o:before {
  6306. content: "";
  6307. }
  6308.  
  6309. .fa-ambulance:before {
  6310. content: "";
  6311. }
  6312.  
  6313. .fa-medkit:before {
  6314. content: "";
  6315. }
  6316.  
  6317. .fa-fighter-jet:before {
  6318. content: "";
  6319. }
  6320.  
  6321. .fa-beer:before {
  6322. content: "";
  6323. }
  6324.  
  6325. .fa-h-square:before {
  6326. content: "";
  6327. }
  6328.  
  6329. .fa-plus-square:before {
  6330. content: "";
  6331. }
  6332.  
  6333. .fa-angle-double-left:before {
  6334. content: "";
  6335. }
  6336.  
  6337. .fa-angle-double-right:before {
  6338. content: "";
  6339. }
  6340.  
  6341. .fa-angle-double-up:before {
  6342. content: "";
  6343. }
  6344.  
  6345. .fa-angle-double-down:before {
  6346. content: "";
  6347. }
  6348.  
  6349. .fa-angle-left:before {
  6350. content: "";
  6351. }
  6352.  
  6353. .fa-angle-right:before {
  6354. content: "";
  6355. }
  6356.  
  6357. .fa-angle-up:before {
  6358. content: "";
  6359. }
  6360.  
  6361. .fa-angle-down:before {
  6362. content: "";
  6363. }
  6364.  
  6365. .fa-desktop:before {
  6366. content: "";
  6367. }
  6368.  
  6369. .fa-laptop:before {
  6370. content: "";
  6371. }
  6372.  
  6373. .fa-tablet:before {
  6374. content: "";
  6375. }
  6376.  
  6377. .fa-mobile-phone:before,
  6378. .fa-mobile:before {
  6379. content: "";
  6380. }
  6381.  
  6382. .fa-circle-o:before {
  6383. content: "";
  6384. }
  6385.  
  6386. .fa-quote-left:before {
  6387. content: "";
  6388. }
  6389.  
  6390. .fa-quote-right:before {
  6391. content: "";
  6392. }
  6393.  
  6394. .fa-spinner:before {
  6395. content: "";
  6396. }
  6397.  
  6398. .fa-circle:before {
  6399. content: "";
  6400. }
  6401.  
  6402. .fa-mail-reply:before,
  6403. .fa-reply:before {
  6404. content: "";
  6405. }
  6406.  
  6407. .fa-github-alt:before {
  6408. content: "";
  6409. }
  6410.  
  6411. .fa-folder-o:before {
  6412. content: "";
  6413. }
  6414.  
  6415. .fa-folder-open-o:before {
  6416. content: "";
  6417. }
  6418.  
  6419. .fa-smile-o:before {
  6420. content: "";
  6421. }
  6422.  
  6423. .fa-frown-o:before {
  6424. content: "";
  6425. }
  6426.  
  6427. .fa-meh-o:before {
  6428. content: "";
  6429. }
  6430.  
  6431. .fa-gamepad:before {
  6432. content: "";
  6433. }
  6434.  
  6435. .fa-keyboard-o:before {
  6436. content: "";
  6437. }
  6438.  
  6439. .fa-flag-o:before {
  6440. content: "";
  6441. }
  6442.  
  6443. .fa-flag-checkered:before {
  6444. content: "";
  6445. }
  6446.  
  6447. .fa-terminal:before {
  6448. content: "";
  6449. }
  6450.  
  6451. .fa-code:before {
  6452. content: "";
  6453. }
  6454.  
  6455. .fa-mail-reply-all:before,
  6456. .fa-reply-all:before {
  6457. content: "";
  6458. }
  6459.  
  6460. .fa-star-half-empty:before,
  6461. .fa-star-half-full:before,
  6462. .fa-star-half-o:before {
  6463. content: "";
  6464. }
  6465.  
  6466. .fa-location-arrow:before {
  6467. content: "";
  6468. }
  6469.  
  6470. .fa-crop:before {
  6471. content: "";
  6472. }
  6473.  
  6474. .fa-code-fork:before {
  6475. content: "";
  6476. }
  6477.  
  6478. .fa-unlink:before,
  6479. .fa-chain-broken:before {
  6480. content: "";
  6481. }
  6482.  
  6483. .fa-question:before {
  6484. content: "";
  6485. }
  6486.  
  6487. .fa-info:before {
  6488. content: "";
  6489. }
  6490.  
  6491. .fa-exclamation:before {
  6492. content: "";
  6493. }
  6494.  
  6495. .fa-superscript:before {
  6496. content: "";
  6497. }
  6498.  
  6499. .fa-subscript:before {
  6500. content: "";
  6501. }
  6502.  
  6503. .fa-eraser:before {
  6504. content: "";
  6505. }
  6506.  
  6507. .fa-puzzle-piece:before {
  6508. content: "";
  6509. }
  6510.  
  6511. .fa-microphone:before {
  6512. content: "";
  6513. }
  6514.  
  6515. .fa-microphone-slash:before {
  6516. content: "";
  6517. }
  6518.  
  6519. .fa-shield:before {
  6520. content: "";
  6521. }
  6522.  
  6523. .fa-calendar-o:before {
  6524. content: "";
  6525. }
  6526.  
  6527. .fa-fire-extinguisher:before {
  6528. content: "";
  6529. }
  6530.  
  6531. .fa-rocket:before {
  6532. content: "";
  6533. }
  6534.  
  6535. .fa-maxcdn:before {
  6536. content: "";
  6537. }
  6538.  
  6539. .fa-chevron-circle-left:before {
  6540. content: "";
  6541. }
  6542.  
  6543. .fa-chevron-circle-right:before {
  6544. content: "";
  6545. }
  6546.  
  6547. .fa-chevron-circle-up:before {
  6548. content: "";
  6549. }
  6550.  
  6551. .fa-chevron-circle-down:before {
  6552. content: "";
  6553. }
  6554.  
  6555. .fa-html5:before {
  6556. content: "";
  6557. }
  6558.  
  6559. .fa-css3:before {
  6560. content: "";
  6561. }
  6562.  
  6563. .fa-anchor:before {
  6564. content: "";
  6565. }
  6566.  
  6567. .fa-unlock-alt:before {
  6568. content: "";
  6569. }
  6570.  
  6571. .fa-bullseye:before {
  6572. content: "";
  6573. }
  6574.  
  6575. .fa-ellipsis-h:before {
  6576. content: "";
  6577. }
  6578.  
  6579. .fa-ellipsis-v:before {
  6580. content: "";
  6581. }
  6582.  
  6583. .fa-rss-square:before {
  6584. content: "";
  6585. }
  6586.  
  6587. .fa-play-circle:before {
  6588. content: "";
  6589. }
  6590.  
  6591. .fa-ticket:before {
  6592. content: "";
  6593. }
  6594.  
  6595. .fa-minus-square:before {
  6596. content: "";
  6597. }
  6598.  
  6599. .fa-minus-square-o:before {
  6600. content: "";
  6601. }
  6602.  
  6603. .fa-level-up:before {
  6604. content: "";
  6605. }
  6606.  
  6607. .fa-level-down:before {
  6608. content: "";
  6609. }
  6610.  
  6611. .fa-check-square:before {
  6612. content: "";
  6613. }
  6614.  
  6615. .fa-pencil-square:before {
  6616. content: "";
  6617. }
  6618.  
  6619. .fa-external-link-square:before {
  6620. content: "";
  6621. }
  6622.  
  6623. .fa-share-square:before {
  6624. content: "";
  6625. }
  6626.  
  6627. .fa-compass:before {
  6628. content: "";
  6629. }
  6630.  
  6631. .fa-toggle-down:before,
  6632. .fa-caret-square-o-down:before {
  6633. content: "";
  6634. }
  6635.  
  6636. .fa-toggle-up:before,
  6637. .fa-caret-square-o-up:before {
  6638. content: "";
  6639. }
  6640.  
  6641. .fa-toggle-right:before,
  6642. .fa-caret-square-o-right:before {
  6643. content: "";
  6644. }
  6645.  
  6646. .fa-euro:before,
  6647. .fa-eur:before {
  6648. content: "";
  6649. }
  6650.  
  6651. .fa-gbp:before {
  6652. content: "";
  6653. }
  6654.  
  6655. .fa-dollar:before,
  6656. .fa-usd:before {
  6657. content: "";
  6658. }
  6659.  
  6660. .fa-rupee:before,
  6661. .fa-inr:before {
  6662. content: "";
  6663. }
  6664.  
  6665. .fa-cny:before,
  6666. .fa-rmb:before,
  6667. .fa-yen:before,
  6668. .fa-jpy:before {
  6669. content: "";
  6670. }
  6671.  
  6672. .fa-ruble:before,
  6673. .fa-rouble:before,
  6674. .fa-rub:before {
  6675. content: "";
  6676. }
  6677.  
  6678. .fa-won:before,
  6679. .fa-krw:before {
  6680. content: "";
  6681. }
  6682.  
  6683. .fa-bitcoin:before,
  6684. .fa-btc:before {
  6685. content: "";
  6686. }
  6687.  
  6688. .fa-file:before {
  6689. content: "";
  6690. }
  6691.  
  6692. .fa-file-text:before {
  6693. content: "";
  6694. }
  6695.  
  6696. .fa-sort-alpha-asc:before {
  6697. content: "";
  6698. }
  6699.  
  6700. .fa-sort-alpha-desc:before {
  6701. content: "";
  6702. }
  6703.  
  6704. .fa-sort-amount-asc:before {
  6705. content: "";
  6706. }
  6707.  
  6708. .fa-sort-amount-desc:before {
  6709. content: "";
  6710. }
  6711.  
  6712. .fa-sort-numeric-asc:before {
  6713. content: "";
  6714. }
  6715.  
  6716. .fa-sort-numeric-desc:before {
  6717. content: "";
  6718. }
  6719.  
  6720. .fa-thumbs-up:before {
  6721. content: "";
  6722. }
  6723.  
  6724. .fa-thumbs-down:before {
  6725. content: "";
  6726. }
  6727.  
  6728. .fa-youtube-square:before {
  6729. content: "";
  6730. }
  6731.  
  6732. .fa-youtube:before {
  6733. content: "";
  6734. }
  6735.  
  6736. .fa-xing:before {
  6737. content: "";
  6738. }
  6739.  
  6740. .fa-xing-square:before {
  6741. content: "";
  6742. }
  6743.  
  6744. .fa-youtube-play:before {
  6745. content: "";
  6746. }
  6747.  
  6748. .fa-dropbox:before {
  6749. content: "";
  6750. }
  6751.  
  6752. .fa-stack-overflow:before {
  6753. content: "";
  6754. }
  6755.  
  6756. .fa-instagram:before {
  6757. content: "";
  6758. }
  6759.  
  6760. .fa-flickr:before {
  6761. content: "";
  6762. }
  6763.  
  6764. .fa-adn:before {
  6765. content: "";
  6766. }
  6767.  
  6768. .fa-bitbucket:before {
  6769. content: "";
  6770. }
  6771.  
  6772. .fa-bitbucket-square:before {
  6773. content: "";
  6774. }
  6775.  
  6776. .fa-tumblr:before {
  6777. content: "";
  6778. }
  6779.  
  6780. .fa-tumblr-square:before {
  6781. content: "";
  6782. }
  6783.  
  6784. .fa-long-arrow-down:before {
  6785. content: "";
  6786. }
  6787.  
  6788. .fa-long-arrow-up:before {
  6789. content: "";
  6790. }
  6791.  
  6792. .fa-long-arrow-left:before {
  6793. content: "";
  6794. }
  6795.  
  6796. .fa-long-arrow-right:before {
  6797. content: "";
  6798. }
  6799.  
  6800. .fa-apple:before {
  6801. content: "";
  6802. }
  6803.  
  6804. .fa-windows:before {
  6805. content: "";
  6806. }
  6807.  
  6808. .fa-android:before {
  6809. content: "";
  6810. }
  6811.  
  6812. .fa-linux:before {
  6813. content: "";
  6814. }
  6815.  
  6816. .fa-dribbble:before {
  6817. content: "";
  6818. }
  6819.  
  6820. .fa-skype:before {
  6821. content: "";
  6822. }
  6823.  
  6824. .fa-foursquare:before {
  6825. content: "";
  6826. }
  6827.  
  6828. .fa-trello:before {
  6829. content: "";
  6830. }
  6831.  
  6832. .fa-female:before {
  6833. content: "";
  6834. }
  6835.  
  6836. .fa-male:before {
  6837. content: "";
  6838. }
  6839.  
  6840. .fa-gittip:before,
  6841. .fa-gratipay:before {
  6842. content: "";
  6843. }
  6844.  
  6845. .fa-sun-o:before {
  6846. content: "";
  6847. }
  6848.  
  6849. .fa-moon-o:before {
  6850. content: "";
  6851. }
  6852.  
  6853. .fa-archive:before {
  6854. content: "";
  6855. }
  6856.  
  6857. .fa-bug:before {
  6858. content: "";
  6859. }
  6860.  
  6861. .fa-vk:before {
  6862. content: "";
  6863. }
  6864.  
  6865. .fa-weibo:before {
  6866. content: "";
  6867. }
  6868.  
  6869. .fa-renren:before {
  6870. content: "";
  6871. }
  6872.  
  6873. .fa-pagelines:before {
  6874. content: "";
  6875. }
  6876.  
  6877. .fa-stack-exchange:before {
  6878. content: "";
  6879. }
  6880.  
  6881. .fa-arrow-circle-o-right:before {
  6882. content: "";
  6883. }
  6884.  
  6885. .fa-arrow-circle-o-left:before {
  6886. content: "";
  6887. }
  6888.  
  6889. .fa-toggle-left:before,
  6890. .fa-caret-square-o-left:before {
  6891. content: "";
  6892. }
  6893.  
  6894. .fa-dot-circle-o:before {
  6895. content: "";
  6896. }
  6897.  
  6898. .fa-wheelchair:before {
  6899. content: "";
  6900. }
  6901.  
  6902. .fa-vimeo-square:before {
  6903. content: "";
  6904. }
  6905.  
  6906. .fa-turkish-lira:before,
  6907. .fa-try:before {
  6908. content: "";
  6909. }
  6910.  
  6911. .fa-plus-square-o:before {
  6912. content: "";
  6913. }
  6914.  
  6915. .fa-space-shuttle:before {
  6916. content: "";
  6917. }
  6918.  
  6919. .fa-slack:before {
  6920. content: "";
  6921. }
  6922.  
  6923. .fa-envelope-square:before {
  6924. content: "";
  6925. }
  6926.  
  6927. .fa-wordpress:before {
  6928. content: "";
  6929. }
  6930.  
  6931. .fa-openid:before {
  6932. content: "";
  6933. }
  6934.  
  6935. .fa-institution:before,
  6936. .fa-bank:before,
  6937. .fa-university:before {
  6938. content: "";
  6939. }
  6940.  
  6941. .fa-mortar-board:before,
  6942. .fa-graduation-cap:before {
  6943. content: "";
  6944. }
  6945.  
  6946. .fa-yahoo:before {
  6947. content: "";
  6948. }
  6949.  
  6950. .fa-google:before {
  6951. content: "";
  6952. }
  6953.  
  6954. .fa-reddit:before {
  6955. content: "";
  6956. }
  6957.  
  6958. .fa-reddit-square:before {
  6959. content: "";
  6960. }
  6961.  
  6962. .fa-stumbleupon-circle:before {
  6963. content: "";
  6964. }
  6965.  
  6966. .fa-stumbleupon:before {
  6967. content: "";
  6968. }
  6969.  
  6970. .fa-delicious:before {
  6971. content: "";
  6972. }
  6973.  
  6974. .fa-digg:before {
  6975. content: "";
  6976. }
  6977.  
  6978. .fa-pied-piper-pp:before {
  6979. content: "";
  6980. }
  6981.  
  6982. .fa-pied-piper-alt:before {
  6983. content: "";
  6984. }
  6985.  
  6986. .fa-drupal:before {
  6987. content: "";
  6988. }
  6989.  
  6990. .fa-joomla:before {
  6991. content: "";
  6992. }
  6993.  
  6994. .fa-language:before {
  6995. content: "";
  6996. }
  6997.  
  6998. .fa-fax:before {
  6999. content: "";
  7000. }
  7001.  
  7002. .fa-building:before {
  7003. content: "";
  7004. }
  7005.  
  7006. .fa-child:before {
  7007. content: "";
  7008. }
  7009.  
  7010. .fa-paw:before {
  7011. content: "";
  7012. }
  7013.  
  7014. .fa-spoon:before {
  7015. content: "";
  7016. }
  7017.  
  7018. .fa-cube:before {
  7019. content: "";
  7020. }
  7021.  
  7022. .fa-cubes:before {
  7023. content: "";
  7024. }
  7025.  
  7026. .fa-behance:before {
  7027. content: "";
  7028. }
  7029.  
  7030. .fa-behance-square:before {
  7031. content: "";
  7032. }
  7033.  
  7034. .fa-steam:before {
  7035. content: "";
  7036. }
  7037.  
  7038. .fa-steam-square:before {
  7039. content: "";
  7040. }
  7041.  
  7042. .fa-recycle:before {
  7043. content: "";
  7044. }
  7045.  
  7046. .fa-automobile:before,
  7047. .fa-car:before {
  7048. content: "";
  7049. }
  7050.  
  7051. .fa-cab:before,
  7052. .fa-taxi:before {
  7053. content: "";
  7054. }
  7055.  
  7056. .fa-tree:before {
  7057. content: "";
  7058. }
  7059.  
  7060. .fa-spotify:before {
  7061. content: "";
  7062. }
  7063.  
  7064. .fa-deviantart:before {
  7065. content: "";
  7066. }
  7067.  
  7068. .fa-soundcloud:before {
  7069. content: "";
  7070. }
  7071.  
  7072. .fa-database:before {
  7073. content: "";
  7074. }
  7075.  
  7076. .fa-file-pdf-o:before {
  7077. content: "";
  7078. }
  7079.  
  7080. .fa-file-word-o:before {
  7081. content: "";
  7082. }
  7083.  
  7084. .fa-file-excel-o:before {
  7085. content: "";
  7086. }
  7087.  
  7088. .fa-file-powerpoint-o:before {
  7089. content: "";
  7090. }
  7091.  
  7092. .fa-file-photo-o:before,
  7093. .fa-file-picture-o:before,
  7094. .fa-file-image-o:before {
  7095. content: "";
  7096. }
  7097.  
  7098. .fa-file-zip-o:before,
  7099. .fa-file-archive-o:before {
  7100. content: "";
  7101. }
  7102.  
  7103. .fa-file-sound-o:before,
  7104. .fa-file-audio-o:before {
  7105. content: "";
  7106. }
  7107.  
  7108. .fa-file-movie-o:before,
  7109. .fa-file-video-o:before {
  7110. content: "";
  7111. }
  7112.  
  7113. .fa-file-code-o:before {
  7114. content: "";
  7115. }
  7116.  
  7117. .fa-vine:before {
  7118. content: "";
  7119. }
  7120.  
  7121. .fa-codepen:before {
  7122. content: "";
  7123. }
  7124.  
  7125. .fa-jsfiddle:before {
  7126. content: "";
  7127. }
  7128.  
  7129. .fa-life-bouy:before,
  7130. .fa-life-buoy:before,
  7131. .fa-life-saver:before,
  7132. .fa-support:before,
  7133. .fa-life-ring:before {
  7134. content: "";
  7135. }
  7136.  
  7137. .fa-circle-o-notch:before {
  7138. content: "";
  7139. }
  7140.  
  7141. .fa-ra:before,
  7142. .fa-resistance:before,
  7143. .fa-rebel:before {
  7144. content: "";
  7145. }
  7146.  
  7147. .fa-ge:before,
  7148. .fa-empire:before {
  7149. content: "";
  7150. }
  7151.  
  7152. .fa-git-square:before {
  7153. content: "";
  7154. }
  7155.  
  7156. .fa-git:before {
  7157. content: "";
  7158. }
  7159.  
  7160. .fa-y-combinator-square:before,
  7161. .fa-yc-square:before,
  7162. .fa-hacker-news:before {
  7163. content: "";
  7164. }
  7165.  
  7166. .fa-tencent-weibo:before {
  7167. content: "";
  7168. }
  7169.  
  7170. .fa-qq:before {
  7171. content: "";
  7172. }
  7173.  
  7174. .fa-wechat:before,
  7175. .fa-weixin:before {
  7176. content: "";
  7177. }
  7178.  
  7179. .fa-send:before,
  7180. .fa-paper-plane:before {
  7181. content: "";
  7182. }
  7183.  
  7184. .fa-send-o:before,
  7185. .fa-paper-plane-o:before {
  7186. content: "";
  7187. }
  7188.  
  7189. .fa-history:before {
  7190. content: "";
  7191. }
  7192.  
  7193. .fa-circle-thin:before {
  7194. content: "";
  7195. }
  7196.  
  7197. .fa-header:before {
  7198. content: "";
  7199. }
  7200.  
  7201. .fa-paragraph:before {
  7202. content: "";
  7203. }
  7204.  
  7205. .fa-sliders:before {
  7206. content: "";
  7207. }
  7208.  
  7209. .fa-share-alt:before {
  7210. content: "";
  7211. }
  7212.  
  7213. .fa-share-alt-square:before {
  7214. content: "";
  7215. }
  7216.  
  7217. .fa-bomb:before {
  7218. content: "";
  7219. }
  7220.  
  7221. .fa-soccer-ball-o:before,
  7222. .fa-futbol-o:before {
  7223. content: "";
  7224. }
  7225.  
  7226. .fa-tty:before {
  7227. content: "";
  7228. }
  7229.  
  7230. .fa-binoculars:before {
  7231. content: "";
  7232. }
  7233.  
  7234. .fa-plug:before {
  7235. content: "";
  7236. }
  7237.  
  7238. .fa-slideshare:before {
  7239. content: "";
  7240. }
  7241.  
  7242. .fa-twitch:before {
  7243. content: "";
  7244. }
  7245.  
  7246. .fa-yelp:before {
  7247. content: "";
  7248. }
  7249.  
  7250. .fa-newspaper-o:before {
  7251. content: "";
  7252. }
  7253.  
  7254. .fa-wifi:before {
  7255. content: "";
  7256. }
  7257.  
  7258. .fa-calculator:before {
  7259. content: "";
  7260. }
  7261.  
  7262. .fa-paypal:before {
  7263. content: "";
  7264. }
  7265.  
  7266. .fa-google-wallet:before {
  7267. content: "";
  7268. }
  7269.  
  7270. .fa-cc-visa:before {
  7271. content: "";
  7272. }
  7273.  
  7274. .fa-cc-mastercard:before {
  7275. content: "";
  7276. }
  7277.  
  7278. .fa-cc-discover:before {
  7279. content: "";
  7280. }
  7281.  
  7282. .fa-cc-amex:before {
  7283. content: "";
  7284. }
  7285.  
  7286. .fa-cc-paypal:before {
  7287. content: "";
  7288. }
  7289.  
  7290. .fa-cc-stripe:before {
  7291. content: "";
  7292. }
  7293.  
  7294. .fa-bell-slash:before {
  7295. content: "";
  7296. }
  7297.  
  7298. .fa-bell-slash-o:before {
  7299. content: "";
  7300. }
  7301.  
  7302. .fa-trash:before {
  7303. content: "";
  7304. }
  7305.  
  7306. .fa-copyright:before {
  7307. content: "";
  7308. }
  7309.  
  7310. .fa-at:before {
  7311. content: "";
  7312. }
  7313.  
  7314. .fa-eyedropper:before {
  7315. content: "";
  7316. }
  7317.  
  7318. .fa-paint-brush:before {
  7319. content: "";
  7320. }
  7321.  
  7322. .fa-birthday-cake:before {
  7323. content: "";
  7324. }
  7325.  
  7326. .fa-area-chart:before {
  7327. content: "";
  7328. }
  7329.  
  7330. .fa-pie-chart:before {
  7331. content: "";
  7332. }
  7333.  
  7334. .fa-line-chart:before {
  7335. content: "";
  7336. }
  7337.  
  7338. .fa-lastfm:before {
  7339. content: "";
  7340. }
  7341.  
  7342. .fa-lastfm-square:before {
  7343. content: "";
  7344. }
  7345.  
  7346. .fa-toggle-off:before {
  7347. content: "";
  7348. }
  7349.  
  7350. .fa-toggle-on:before {
  7351. content: "";
  7352. }
  7353.  
  7354. .fa-bicycle:before {
  7355. content: "";
  7356. }
  7357.  
  7358. .fa-bus:before {
  7359. content: "";
  7360. }
  7361.  
  7362. .fa-ioxhost:before {
  7363. content: "";
  7364. }
  7365.  
  7366. .fa-angellist:before {
  7367. content: "";
  7368. }
  7369.  
  7370. .fa-cc:before {
  7371. content: "";
  7372. }
  7373.  
  7374. .fa-shekel:before,
  7375. .fa-sheqel:before,
  7376. .fa-ils:before {
  7377. content: "";
  7378. }
  7379.  
  7380. .fa-meanpath:before {
  7381. content: "";
  7382. }
  7383.  
  7384. .fa-buysellads:before {
  7385. content: "";
  7386. }
  7387.  
  7388. .fa-connectdevelop:before {
  7389. content: "";
  7390. }
  7391.  
  7392. .fa-dashcube:before {
  7393. content: "";
  7394. }
  7395.  
  7396. .fa-forumbee:before {
  7397. content: "";
  7398. }
  7399.  
  7400. .fa-leanpub:before {
  7401. content: "";
  7402. }
  7403.  
  7404. .fa-sellsy:before {
  7405. content: "";
  7406. }
  7407.  
  7408. .fa-shirtsinbulk:before {
  7409. content: "";
  7410. }
  7411.  
  7412. .fa-simplybuilt:before {
  7413. content: "";
  7414. }
  7415.  
  7416. .fa-skyatlas:before {
  7417. content: "";
  7418. }
  7419.  
  7420. .fa-cart-plus:before {
  7421. content: "";
  7422. }
  7423.  
  7424. .fa-cart-arrow-down:before {
  7425. content: "";
  7426. }
  7427.  
  7428. .fa-diamond:before {
  7429. content: "";
  7430. }
  7431.  
  7432. .fa-ship:before {
  7433. content: "";
  7434. }
  7435.  
  7436. .fa-user-secret:before {
  7437. content: "";
  7438. }
  7439.  
  7440. .fa-motorcycle:before {
  7441. content: "";
  7442. }
  7443.  
  7444. .fa-street-view:before {
  7445. content: "";
  7446. }
  7447.  
  7448. .fa-heartbeat:before {
  7449. content: "";
  7450. }
  7451.  
  7452. .fa-venus:before {
  7453. content: "";
  7454. }
  7455.  
  7456. .fa-mars:before {
  7457. content: "";
  7458. }
  7459.  
  7460. .fa-mercury:before {
  7461. content: "";
  7462. }
  7463.  
  7464. .fa-intersex:before,
  7465. .fa-transgender:before {
  7466. content: "";
  7467. }
  7468.  
  7469. .fa-transgender-alt:before {
  7470. content: "";
  7471. }
  7472.  
  7473. .fa-venus-double:before {
  7474. content: "";
  7475. }
  7476.  
  7477. .fa-mars-double:before {
  7478. content: "";
  7479. }
  7480.  
  7481. .fa-venus-mars:before {
  7482. content: "";
  7483. }
  7484.  
  7485. .fa-mars-stroke:before {
  7486. content: "";
  7487. }
  7488.  
  7489. .fa-mars-stroke-v:before {
  7490. content: "";
  7491. }
  7492.  
  7493. .fa-mars-stroke-h:before {
  7494. content: "";
  7495. }
  7496.  
  7497. .fa-neuter:before {
  7498. content: "";
  7499. }
  7500.  
  7501. .fa-genderless:before {
  7502. content: "";
  7503. }
  7504.  
  7505. .fa-facebook-official:before {
  7506. content: "";
  7507. }
  7508.  
  7509. .fa-pinterest-p:before {
  7510. content: "";
  7511. }
  7512.  
  7513. .fa-whatsapp:before {
  7514. content: "";
  7515. }
  7516.  
  7517. .fa-server:before {
  7518. content: "";
  7519. }
  7520.  
  7521. .fa-user-plus:before {
  7522. content: "";
  7523. }
  7524.  
  7525. .fa-user-times:before {
  7526. content: "";
  7527. }
  7528.  
  7529. .fa-hotel:before,
  7530. .fa-bed:before {
  7531. content: "";
  7532. }
  7533.  
  7534. .fa-viacoin:before {
  7535. content: "";
  7536. }
  7537.  
  7538. .fa-train:before {
  7539. content: "";
  7540. }
  7541.  
  7542. .fa-subway:before {
  7543. content: "";
  7544. }
  7545.  
  7546. .fa-medium:before {
  7547. content: "";
  7548. }
  7549.  
  7550. .fa-yc:before,
  7551. .fa-y-combinator:before {
  7552. content: "";
  7553. }
  7554.  
  7555. .fa-optin-monster:before {
  7556. content: "";
  7557. }
  7558.  
  7559. .fa-opencart:before {
  7560. content: "";
  7561. }
  7562.  
  7563. .fa-expeditedssl:before {
  7564. content: "";
  7565. }
  7566.  
  7567. .fa-battery-4:before,
  7568. .fa-battery:before,
  7569. .fa-battery-full:before {
  7570. content: "";
  7571. }
  7572.  
  7573. .fa-battery-3:before,
  7574. .fa-battery-three-quarters:before {
  7575. content: "";
  7576. }
  7577.  
  7578. .fa-battery-2:before,
  7579. .fa-battery-half:before {
  7580. content: "";
  7581. }
  7582.  
  7583. .fa-battery-1:before,
  7584. .fa-battery-quarter:before {
  7585. content: "";
  7586. }
  7587.  
  7588. .fa-battery-0:before,
  7589. .fa-battery-empty:before {
  7590. content: "";
  7591. }
  7592.  
  7593. .fa-mouse-pointer:before {
  7594. content: "";
  7595. }
  7596.  
  7597. .fa-i-cursor:before {
  7598. content: "";
  7599. }
  7600.  
  7601. .fa-object-group:before {
  7602. content: "";
  7603. }
  7604.  
  7605. .fa-object-ungroup:before {
  7606. content: "";
  7607. }
  7608.  
  7609. .fa-sticky-note:before {
  7610. content: "";
  7611. }
  7612.  
  7613. .fa-sticky-note-o:before {
  7614. content: "";
  7615. }
  7616.  
  7617. .fa-cc-jcb:before {
  7618. content: "";
  7619. }
  7620.  
  7621. .fa-cc-diners-club:before {
  7622. content: "";
  7623. }
  7624.  
  7625. .fa-clone:before {
  7626. content: "";
  7627. }
  7628.  
  7629. .fa-balance-scale:before {
  7630. content: "";
  7631. }
  7632.  
  7633. .fa-hourglass-o:before {
  7634. content: "";
  7635. }
  7636.  
  7637. .fa-hourglass-1:before,
  7638. .fa-hourglass-start:before {
  7639. content: "";
  7640. }
  7641.  
  7642. .fa-hourglass-2:before,
  7643. .fa-hourglass-half:before {
  7644. content: "";
  7645. }
  7646.  
  7647. .fa-hourglass-3:before,
  7648. .fa-hourglass-end:before {
  7649. content: "";
  7650. }
  7651.  
  7652. .fa-hourglass:before {
  7653. content: "";
  7654. }
  7655.  
  7656. .fa-hand-grab-o:before,
  7657. .fa-hand-rock-o:before {
  7658. content: "";
  7659. }
  7660.  
  7661. .fa-hand-stop-o:before,
  7662. .fa-hand-paper-o:before {
  7663. content: "";
  7664. }
  7665.  
  7666. .fa-hand-scissors-o:before {
  7667. content: "";
  7668. }
  7669.  
  7670. .fa-hand-lizard-o:before {
  7671. content: "";
  7672. }
  7673.  
  7674. .fa-hand-spock-o:before {
  7675. content: "";
  7676. }
  7677.  
  7678. .fa-hand-pointer-o:before {
  7679. content: "";
  7680. }
  7681.  
  7682. .fa-hand-peace-o:before {
  7683. content: "";
  7684. }
  7685.  
  7686. .fa-trademark:before {
  7687. content: "";
  7688. }
  7689.  
  7690. .fa-registered:before {
  7691. content: "";
  7692. }
  7693.  
  7694. .fa-creative-commons:before {
  7695. content: "";
  7696. }
  7697.  
  7698. .fa-gg:before {
  7699. content: "";
  7700. }
  7701.  
  7702. .fa-gg-circle:before {
  7703. content: "";
  7704. }
  7705.  
  7706. .fa-tripadvisor:before {
  7707. content: "";
  7708. }
  7709.  
  7710. .fa-odnoklassniki:before {
  7711. content: "";
  7712. }
  7713.  
  7714. .fa-odnoklassniki-square:before {
  7715. content: "";
  7716. }
  7717.  
  7718. .fa-get-pocket:before {
  7719. content: "";
  7720. }
  7721.  
  7722. .fa-wikipedia-w:before {
  7723. content: "";
  7724. }
  7725.  
  7726. .fa-safari:before {
  7727. content: "";
  7728. }
  7729.  
  7730. .fa-chrome:before {
  7731. content: "";
  7732. }
  7733.  
  7734. .fa-firefox:before {
  7735. content: "";
  7736. }
  7737.  
  7738. .fa-opera:before {
  7739. content: "";
  7740. }
  7741.  
  7742. .fa-internet-explorer:before {
  7743. content: "";
  7744. }
  7745.  
  7746. .fa-tv:before,
  7747. .fa-television:before {
  7748. content: "";
  7749. }
  7750.  
  7751. .fa-contao:before {
  7752. content: "";
  7753. }
  7754.  
  7755. .fa-500px:before {
  7756. content: "";
  7757. }
  7758.  
  7759. .fa-amazon:before {
  7760. content: "";
  7761. }
  7762.  
  7763. .fa-calendar-plus-o:before {
  7764. content: "";
  7765. }
  7766.  
  7767. .fa-calendar-minus-o:before {
  7768. content: "";
  7769. }
  7770.  
  7771. .fa-calendar-times-o:before {
  7772. content: "";
  7773. }
  7774.  
  7775. .fa-calendar-check-o:before {
  7776. content: "";
  7777. }
  7778.  
  7779. .fa-industry:before {
  7780. content: "";
  7781. }
  7782.  
  7783. .fa-map-pin:before {
  7784. content: "";
  7785. }
  7786.  
  7787. .fa-map-signs:before {
  7788. content: "";
  7789. }
  7790.  
  7791. .fa-map-o:before {
  7792. content: "";
  7793. }
  7794.  
  7795. .fa-map:before {
  7796. content: "";
  7797. }
  7798.  
  7799. .fa-commenting:before {
  7800. content: "";
  7801. }
  7802.  
  7803. .fa-commenting-o:before {
  7804. content: "";
  7805. }
  7806.  
  7807. .fa-houzz:before {
  7808. content: "";
  7809. }
  7810.  
  7811. .fa-vimeo:before {
  7812. content: "";
  7813. }
  7814.  
  7815. .fa-black-tie:before {
  7816. content: "";
  7817. }
  7818.  
  7819. .fa-fonticons:before {
  7820. content: "";
  7821. }
  7822.  
  7823. .fa-reddit-alien:before {
  7824. content: "";
  7825. }
  7826.  
  7827. .fa-edge:before {
  7828. content: "";
  7829. }
  7830.  
  7831. .fa-credit-card-alt:before {
  7832. content: "";
  7833. }
  7834.  
  7835. .fa-codiepie:before {
  7836. content: "";
  7837. }
  7838.  
  7839. .fa-modx:before {
  7840. content: "";
  7841. }
  7842.  
  7843. .fa-fort-awesome:before {
  7844. content: "";
  7845. }
  7846.  
  7847. .fa-usb:before {
  7848. content: "";
  7849. }
  7850.  
  7851. .fa-product-hunt:before {
  7852. content: "";
  7853. }
  7854.  
  7855. .fa-mixcloud:before {
  7856. content: "";
  7857. }
  7858.  
  7859. .fa-scribd:before {
  7860. content: "";
  7861. }
  7862.  
  7863. .fa-pause-circle:before {
  7864. content: "";
  7865. }
  7866.  
  7867. .fa-pause-circle-o:before {
  7868. content: "";
  7869. }
  7870.  
  7871. .fa-stop-circle:before {
  7872. content: "";
  7873. }
  7874.  
  7875. .fa-stop-circle-o:before {
  7876. content: "";
  7877. }
  7878.  
  7879. .fa-shopping-bag:before {
  7880. content: "";
  7881. }
  7882.  
  7883. .fa-shopping-basket:before {
  7884. content: "";
  7885. }
  7886.  
  7887. .fa-hashtag:before {
  7888. content: "";
  7889. }
  7890.  
  7891. .fa-bluetooth:before {
  7892. content: "";
  7893. }
  7894.  
  7895. .fa-bluetooth-b:before {
  7896. content: "";
  7897. }
  7898.  
  7899. .fa-percent:before {
  7900. content: "";
  7901. }
  7902.  
  7903. .fa-gitlab:before {
  7904. content: "";
  7905. }
  7906.  
  7907. .fa-wpbeginner:before {
  7908. content: "";
  7909. }
  7910.  
  7911. .fa-wpforms:before {
  7912. content: "";
  7913. }
  7914.  
  7915. .fa-envira:before {
  7916. content: "";
  7917. }
  7918.  
  7919. .fa-universal-access:before {
  7920. content: "";
  7921. }
  7922.  
  7923. .fa-wheelchair-alt:before {
  7924. content: "";
  7925. }
  7926.  
  7927. .fa-question-circle-o:before {
  7928. content: "";
  7929. }
  7930.  
  7931. .fa-blind:before {
  7932. content: "";
  7933. }
  7934.  
  7935. .fa-audio-description:before {
  7936. content: "";
  7937. }
  7938.  
  7939. .fa-volume-control-phone:before {
  7940. content: "";
  7941. }
  7942.  
  7943. .fa-braille:before {
  7944. content: "";
  7945. }
  7946.  
  7947. .fa-assistive-listening-systems:before {
  7948. content: "";
  7949. }
  7950.  
  7951. .fa-asl-interpreting:before,
  7952. .fa-american-sign-language-interpreting:before {
  7953. content: "";
  7954. }
  7955.  
  7956. .fa-deafness:before,
  7957. .fa-hard-of-hearing:before,
  7958. .fa-deaf:before {
  7959. content: "";
  7960. }
  7961.  
  7962. .fa-glide:before {
  7963. content: "";
  7964. }
  7965.  
  7966. .fa-glide-g:before {
  7967. content: "";
  7968. }
  7969.  
  7970. .fa-signing:before,
  7971. .fa-sign-language:before {
  7972. content: "";
  7973. }
  7974.  
  7975. .fa-low-vision:before {
  7976. content: "";
  7977. }
  7978.  
  7979. .fa-viadeo:before {
  7980. content: "";
  7981. }
  7982.  
  7983. .fa-viadeo-square:before {
  7984. content: "";
  7985. }
  7986.  
  7987. .fa-snapchat:before {
  7988. content: "";
  7989. }
  7990.  
  7991. .fa-snapchat-ghost:before {
  7992. content: "";
  7993. }
  7994.  
  7995. .fa-snapchat-square:before {
  7996. content: "";
  7997. }
  7998.  
  7999. .fa-pied-piper:before {
  8000. content: "";
  8001. }
  8002.  
  8003. .fa-first-order:before {
  8004. content: "";
  8005. }
  8006.  
  8007. .fa-yoast:before {
  8008. content: "";
  8009. }
  8010.  
  8011. .fa-themeisle:before {
  8012. content: "";
  8013. }
  8014.  
  8015. .fa-google-plus-circle:before,
  8016. .fa-google-plus-official:before {
  8017. content: "";
  8018. }
  8019.  
  8020. .fa-fa:before,
  8021. .fa-font-awesome:before {
  8022. content: "";
  8023. }
  8024.  
  8025. .fa-handshake-o:before {
  8026. content: "";
  8027. }
  8028.  
  8029. .fa-envelope-open:before {
  8030. content: "";
  8031. }
  8032.  
  8033. .fa-envelope-open-o:before {
  8034. content: "";
  8035. }
  8036.  
  8037. .fa-linode:before {
  8038. content: "";
  8039. }
  8040.  
  8041. .fa-address-book:before {
  8042. content: "";
  8043. }
  8044.  
  8045. .fa-address-book-o:before {
  8046. content: "";
  8047. }
  8048.  
  8049. .fa-vcard:before,
  8050. .fa-address-card:before {
  8051. content: "";
  8052. }
  8053.  
  8054. .fa-vcard-o:before,
  8055. .fa-address-card-o:before {
  8056. content: "";
  8057. }
  8058.  
  8059. .fa-user-circle:before {
  8060. content: "";
  8061. }
  8062.  
  8063. .fa-user-circle-o:before {
  8064. content: "";
  8065. }
  8066.  
  8067. .fa-user-o:before {
  8068. content: "";
  8069. }
  8070.  
  8071. .fa-id-badge:before {
  8072. content: "";
  8073. }
  8074.  
  8075. .fa-drivers-license:before,
  8076. .fa-id-card:before {
  8077. content: "";
  8078. }
  8079.  
  8080. .fa-drivers-license-o:before,
  8081. .fa-id-card-o:before {
  8082. content: "";
  8083. }
  8084.  
  8085. .fa-quora:before {
  8086. content: "";
  8087. }
  8088.  
  8089. .fa-free-code-camp:before {
  8090. content: "";
  8091. }
  8092.  
  8093. .fa-telegram:before {
  8094. content: "";
  8095. }
  8096.  
  8097. .fa-thermometer-4:before,
  8098. .fa-thermometer:before,
  8099. .fa-thermometer-full:before {
  8100. content: "";
  8101. }
  8102.  
  8103. .fa-thermometer-3:before,
  8104. .fa-thermometer-three-quarters:before {
  8105. content: "";
  8106. }
  8107.  
  8108. .fa-thermometer-2:before,
  8109. .fa-thermometer-half:before {
  8110. content: "";
  8111. }
  8112.  
  8113. .fa-thermometer-1:before,
  8114. .fa-thermometer-quarter:before {
  8115. content: "";
  8116. }
  8117.  
  8118. .fa-thermometer-0:before,
  8119. .fa-thermometer-empty:before {
  8120. content: "";
  8121. }
  8122.  
  8123. .fa-shower:before {
  8124. content: "";
  8125. }
  8126.  
  8127. .fa-bathtub:before,
  8128. .fa-s15:before,
  8129. .fa-bath:before {
  8130. content: "";
  8131. }
  8132.  
  8133. .fa-podcast:before {
  8134. content: "";
  8135. }
  8136.  
  8137. .fa-window-maximize:before {
  8138. content: "";
  8139. }
  8140.  
  8141. .fa-window-minimize:before {
  8142. content: "";
  8143. }
  8144.  
  8145. .fa-window-restore:before {
  8146. content: "";
  8147. }
  8148.  
  8149. .fa-times-rectangle:before,
  8150. .fa-window-close:before {
  8151. content: "";
  8152. }
  8153.  
  8154. .fa-times-rectangle-o:before,
  8155. .fa-window-close-o:before {
  8156. content: "";
  8157. }
  8158.  
  8159. .fa-bandcamp:before {
  8160. content: "";
  8161. }
  8162.  
  8163. .fa-grav:before {
  8164. content: "";
  8165. }
  8166.  
  8167. .fa-etsy:before {
  8168. content: "";
  8169. }
  8170.  
  8171. .fa-imdb:before {
  8172. content: "";
  8173. }
  8174.  
  8175. .fa-ravelry:before {
  8176. content: "";
  8177. }
  8178.  
  8179. .fa-eercast:before {
  8180. content: "";
  8181. }
  8182.  
  8183. .fa-microchip:before {
  8184. content: "";
  8185. }
  8186.  
  8187. .fa-snowflake-o:before {
  8188. content: "";
  8189. }
  8190.  
  8191. .fa-superpowers:before {
  8192. content: "";
  8193. }
  8194.  
  8195. .fa-wpexplorer:before {
  8196. content: "";
  8197. }
  8198.  
  8199. .fa-meetup:before {
  8200. content: "";
  8201. }
  8202.  
  8203. .sr-only {
  8204. position: absolute;
  8205. width: 1px;
  8206. height: 1px;
  8207. padding: 0;
  8208. margin: -1px;
  8209. overflow: hidden;
  8210. clip: rect(0, 0, 0, 0);
  8211. border: 0;
  8212. }
  8213.  
  8214. .sr-only-focusable:active, .sr-only-focusable:focus {
  8215. position: static;
  8216. width: auto;
  8217. height: auto;
  8218. margin: 0;
  8219. overflow: visible;
  8220. clip: auto;
  8221. }
  8222.  
  8223. /* # Animate CSS */
  8224. /*!
  8225. Animate.css - http://daneden.me/animate
  8226. Licensed under the MIT license
  8227.  
  8228. Copyright (c) 2013 Daniel Eden
  8229.  
  8230. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  8231.  
  8232. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  8233.  
  8234. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  8235. */
  8236. /* Some effects originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  8237. .animated {
  8238. -webkit-animation-duration: 1s;
  8239. animation-duration: 1s;
  8240. -webkit-animation-fill-mode: both;
  8241. animation-fill-mode: both;
  8242. }
  8243.  
  8244. .animated.hinge {
  8245. -webkit-animation-duration: 2s;
  8246. animation-duration: 2s;
  8247. }
  8248.  
  8249. @-webkit-keyframes fadeIn {
  8250. 0% {
  8251. opacity: 0;
  8252. }
  8253.  
  8254. 100% {
  8255. opacity: 1;
  8256. }
  8257. }
  8258.  
  8259. @keyframes fadeIn {
  8260. 0% {
  8261. opacity: 0;
  8262. }
  8263.  
  8264. 100% {
  8265. opacity: 1;
  8266. }
  8267. }
  8268.  
  8269. .fadeIn {
  8270. -webkit-animation-name: fadeIn;
  8271. animation-name: fadeIn;
  8272. }
  8273.  
  8274. @-webkit-keyframes fadeInDown {
  8275. 0% {
  8276. opacity: 0;
  8277. -webkit-transform: translateY(-20px);
  8278. transform: translateY(-20px);
  8279. }
  8280.  
  8281. 100% {
  8282. opacity: 1;
  8283. -webkit-transform: translateY(0);
  8284. transform: translateY(0);
  8285. }
  8286. }
  8287.  
  8288. @keyframes fadeInDown {
  8289. 0% {
  8290. opacity: 0;
  8291. -webkit-transform: translateY(-20px);
  8292. transform: translateY(-20px);
  8293. }
  8294.  
  8295. 100% {
  8296. opacity: 1;
  8297. -webkit-transform: translateY(0);
  8298. transform: translateY(0);
  8299. }
  8300. }
  8301.  
  8302. .fadeInDown {
  8303. -webkit-animation-name: fadeInDown;
  8304. animation-name: fadeInDown;
  8305. }
  8306.  
  8307. @-webkit-keyframes fadeInLeft {
  8308. 0% {
  8309. opacity: 0;
  8310. -webkit-transform: translateX(-20px);
  8311. transform: translateX(-20px);
  8312. }
  8313.  
  8314. 100% {
  8315. opacity: 1;
  8316. -webkit-transform: translateX(0);
  8317. transform: translateX(0);
  8318. }
  8319. }
  8320.  
  8321. @keyframes fadeInLeft {
  8322. 0% {
  8323. opacity: 0;
  8324. -webkit-transform: translateX(-20px);
  8325. transform: translateX(-20px);
  8326. }
  8327.  
  8328. 100% {
  8329. opacity: 1;
  8330. -webkit-transform: translateX(0);
  8331. transform: translateX(0);
  8332. }
  8333. }
  8334.  
  8335. .fadeInLeft {
  8336. -webkit-animation-name: fadeInLeft;
  8337. animation-name: fadeInLeft;
  8338. }
  8339.  
  8340. @-webkit-keyframes fadeInRight {
  8341. 0% {
  8342. opacity: 0;
  8343. -webkit-transform: translateX(20px);
  8344. transform: translateX(20px);
  8345. }
  8346.  
  8347. 100% {
  8348. opacity: 1;
  8349. -webkit-transform: translateX(0);
  8350. transform: translateX(0);
  8351. }
  8352. }
  8353.  
  8354. @keyframes fadeInRight {
  8355. 0% {
  8356. opacity: 0;
  8357. -webkit-transform: translateX(20px);
  8358. transform: translateX(20px);
  8359. }
  8360.  
  8361. 100% {
  8362. opacity: 1;
  8363. -webkit-transform: translateX(0);
  8364. transform: translateX(0);
  8365. }
  8366. }
  8367.  
  8368. .fadeInRight {
  8369. -webkit-animation-name: fadeInRight;
  8370. animation-name: fadeInRight;
  8371. }
  8372.  
  8373. @-webkit-keyframes fadeInUp {
  8374. 0% {
  8375. opacity: 0;
  8376. -webkit-transform: translateY(20px);
  8377. transform: translateY(20px);
  8378. }
  8379.  
  8380. 100% {
  8381. opacity: 1;
  8382. -webkit-transform: translateY(0);
  8383. transform: translateY(0);
  8384. }
  8385. }
  8386.  
  8387. @keyframes fadeInUp {
  8388. 0% {
  8389. opacity: 0;
  8390. -webkit-transform: translateY(20px);
  8391. transform: translateY(20px);
  8392. }
  8393.  
  8394. 100% {
  8395. opacity: 1;
  8396. -webkit-transform: translateY(0);
  8397. transform: translateY(0);
  8398. }
  8399. }
  8400.  
  8401. .fadeInUp {
  8402. -webkit-animation-name: fadeInUp;
  8403. animation-name: fadeInUp;
  8404. }
  8405.  
  8406. @-webkit-keyframes flip {
  8407. 0% {
  8408. -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  8409. transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  8410. -webkit-animation-timing-function: ease-out;
  8411. animation-timing-function: ease-out;
  8412. }
  8413.  
  8414. 40% {
  8415. -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  8416. transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  8417. -webkit-animation-timing-function: ease-out;
  8418. animation-timing-function: ease-out;
  8419. }
  8420.  
  8421. 50% {
  8422. -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  8423. transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  8424. -webkit-animation-timing-function: ease-in;
  8425. animation-timing-function: ease-in;
  8426. }
  8427.  
  8428. 80% {
  8429. -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  8430. transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  8431. -webkit-animation-timing-function: ease-in;
  8432. animation-timing-function: ease-in;
  8433. }
  8434.  
  8435. 100% {
  8436. -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  8437. transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  8438. -webkit-animation-timing-function: ease-in;
  8439. animation-timing-function: ease-in;
  8440. }
  8441. }
  8442.  
  8443. @keyframes flip {
  8444. 0% {
  8445. -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  8446. transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
  8447. -webkit-animation-timing-function: ease-out;
  8448. animation-timing-function: ease-out;
  8449. }
  8450.  
  8451. 40% {
  8452. -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  8453. transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
  8454. -webkit-animation-timing-function: ease-out;
  8455. animation-timing-function: ease-out;
  8456. }
  8457.  
  8458. 50% {
  8459. -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  8460. transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  8461. -webkit-animation-timing-function: ease-in;
  8462. animation-timing-function: ease-in;
  8463. }
  8464.  
  8465. 80% {
  8466. -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  8467. transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
  8468. -webkit-animation-timing-function: ease-in;
  8469. animation-timing-function: ease-in;
  8470. }
  8471.  
  8472. 100% {
  8473. -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  8474. transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
  8475. -webkit-animation-timing-function: ease-in;
  8476. animation-timing-function: ease-in;
  8477. }
  8478. }
  8479.  
  8480. .flip {
  8481. -webkit-backface-visibility: visible;
  8482. backface-visibility: visible;
  8483. -webkit-animation-name: flip;
  8484. animation-name: flip;
  8485. }
  8486.  
  8487. @-webkit-keyframes flipInX {
  8488. 0% {
  8489. -webkit-transform: perspective(400px) rotateX(90deg);
  8490. transform: perspective(400px) rotateX(90deg);
  8491. opacity: 0;
  8492. }
  8493.  
  8494. 40% {
  8495. -webkit-transform: perspective(400px) rotateX(-10deg);
  8496. transform: perspective(400px) rotateX(-10deg);
  8497. }
  8498.  
  8499. 70% {
  8500. -webkit-transform: perspective(400px) rotateX(10deg);
  8501. transform: perspective(400px) rotateX(10deg);
  8502. }
  8503.  
  8504. 100% {
  8505. -webkit-transform: perspective(400px) rotateX(0deg);
  8506. transform: perspective(400px) rotateX(0deg);
  8507. opacity: 1;
  8508. }
  8509. }
  8510.  
  8511. @keyframes flipInX {
  8512. 0% {
  8513. -webkit-transform: perspective(400px) rotateX(90deg);
  8514. transform: perspective(400px) rotateX(90deg);
  8515. opacity: 0;
  8516. }
  8517.  
  8518. 40% {
  8519. -webkit-transform: perspective(400px) rotateX(-10deg);
  8520. transform: perspective(400px) rotateX(-10deg);
  8521. }
  8522.  
  8523. 70% {
  8524. -webkit-transform: perspective(400px) rotateX(10deg);
  8525. transform: perspective(400px) rotateX(10deg);
  8526. }
  8527.  
  8528. 100% {
  8529. -webkit-transform: perspective(400px) rotateX(0deg);
  8530. transform: perspective(400px) rotateX(0deg);
  8531. opacity: 1;
  8532. }
  8533. }
  8534.  
  8535. .flipInX {
  8536. -webkit-backface-visibility: visible !important;
  8537. backface-visibility: visible !important;
  8538. -webkit-animation-name: flipInX;
  8539. animation-name: flipInX;
  8540. }
  8541.  
  8542. @-webkit-keyframes flipInY {
  8543. 0% {
  8544. -webkit-transform: perspective(400px) rotateY(90deg);
  8545. transform: perspective(400px) rotateY(90deg);
  8546. opacity: 0;
  8547. }
  8548.  
  8549. 40% {
  8550. -webkit-transform: perspective(400px) rotateY(-10deg);
  8551. transform: perspective(400px) rotateY(-10deg);
  8552. }
  8553.  
  8554. 70% {
  8555. -webkit-transform: perspective(400px) rotateY(10deg);
  8556. transform: perspective(400px) rotateY(10deg);
  8557. }
  8558.  
  8559. 100% {
  8560. -webkit-transform: perspective(400px) rotateY(0deg);
  8561. transform: perspective(400px) rotateY(0deg);
  8562. opacity: 1;
  8563. }
  8564. }
  8565.  
  8566. @keyframes flipInY {
  8567. 0% {
  8568. -webkit-transform: perspective(400px) rotateY(90deg);
  8569. transform: perspective(400px) rotateY(90deg);
  8570. opacity: 0;
  8571. }
  8572.  
  8573. 40% {
  8574. -webkit-transform: perspective(400px) rotateY(-10deg);
  8575. transform: perspective(400px) rotateY(-10deg);
  8576. }
  8577.  
  8578. 70% {
  8579. -webkit-transform: perspective(400px) rotateY(10deg);
  8580. transform: perspective(400px) rotateY(10deg);
  8581. }
  8582.  
  8583. 100% {
  8584. -webkit-transform: perspective(400px) rotateY(0deg);
  8585. transform: perspective(400px) rotateY(0deg);
  8586. opacity: 1;
  8587. }
  8588. }
  8589.  
  8590. .flipInY {
  8591. -webkit-backface-visibility: visible !important;
  8592. backface-visibility: visible !important;
  8593. -webkit-animation-name: flipInY;
  8594. animation-name: flipInY;
  8595. }
  8596.  
  8597. /* # Slick slider */
  8598. .slick-loading .slick-list {
  8599. background: #fff "../i/ajax-loader.gif" center center no-repeat;
  8600. }
  8601.  
  8602. .slick-prev,
  8603. .slick-next {
  8604. display: block;
  8605. height: 20px;
  8606. width: 20px;
  8607. padding: 0;
  8608. line-height: 0;
  8609. font-size: 0;
  8610. cursor: pointer;
  8611. background: transparent;
  8612. color: transparent;
  8613. border: none;
  8614. outline: none;
  8615. position: absolute;
  8616. top: -52px;
  8617. -webkit-transform: translate(0, -50%);
  8618. -ms-transform: translate(0, -50%);
  8619. transform: translate(0, -50%);
  8620. }
  8621.  
  8622. .slick-prev:hover, .slick-prev:focus,
  8623. .slick-next:hover,
  8624. .slick-next:focus {
  8625. outline: none;
  8626. background: transparent;
  8627. color: transparent;
  8628. }
  8629.  
  8630. .slick-prev:hover:before, .slick-prev:focus:before,
  8631. .slick-next:hover:before,
  8632. .slick-next:focus:before {
  8633. opacity: 1;
  8634. }
  8635.  
  8636. .slick-prev.slick-disabled:before,
  8637. .slick-next.slick-disabled:before {
  8638. opacity: 0.25;
  8639. }
  8640.  
  8641. .slick-prev:before,
  8642. .slick-next:before {
  8643. font-family: fontAwesome;
  8644. font-size: 40px;
  8645. line-height: 1;
  8646. color: #fff;
  8647. opacity: 0.75;
  8648. transition: opacity .1s linear;
  8649. }
  8650.  
  8651. .slick-prev {
  8652. right: 20px;
  8653. }
  8654.  
  8655. .slick-prev:before {
  8656. content: "";
  8657. }
  8658.  
  8659. .slick-next {
  8660. right: 0;
  8661. }
  8662.  
  8663. .slick-next:before {
  8664. content: "";
  8665. }
  8666.  
  8667. .slick-dotted.slick-slider {
  8668. margin-bottom: 30px;
  8669. }
  8670.  
  8671. .slick-dots {
  8672. position: absolute;
  8673. bottom: -35px;
  8674. list-style: none;
  8675. display: block;
  8676. text-align: center;
  8677. padding: 0;
  8678. margin: 0;
  8679. width: 100%;
  8680. }
  8681.  
  8682. .slick-dots li {
  8683. position: relative;
  8684. display: inline-block;
  8685. height: 20px;
  8686. width: 20px;
  8687. margin: 0 5px;
  8688. padding: 0;
  8689. cursor: pointer;
  8690. }
  8691.  
  8692. .slick-dots li button {
  8693. border: 0;
  8694. background: transparent;
  8695. display: block;
  8696. height: 20px;
  8697. width: 20px;
  8698. outline: none;
  8699. line-height: 0;
  8700. font-size: 0;
  8701. color: transparent;
  8702. padding: 5px;
  8703. cursor: pointer;
  8704. }
  8705.  
  8706. .slick-dots li button:hover, .slick-dots li button:focus {
  8707. outline: none;
  8708. }
  8709.  
  8710. .slick-dots li button:hover:before, .slick-dots li button:focus:before {
  8711. opacity: 1;
  8712. }
  8713.  
  8714. .slick-dots li button:before {
  8715. position: absolute;
  8716. top: 0;
  8717. left: 0;
  8718. content: "";
  8719. width: 20px;
  8720. height: 20px;
  8721. font-family: fontAwesome;
  8722. font-size: 12px;
  8723. line-height: 20px;
  8724. text-align: center;
  8725. color: #9e9e9e;
  8726. opacity: 0.25;
  8727. transition: opacity .1s linear;
  8728. }
  8729.  
  8730. .slick-dots li.slick-active button:before {
  8731. color: #03a9f4;
  8732. opacity: 0.75;
  8733. }
  8734.  
  8735. .slick-slider {
  8736. position: relative;
  8737. display: block;
  8738. box-sizing: border-box;
  8739. -webkit-user-select: none;
  8740. -moz-user-select: none;
  8741. -ms-user-select: none;
  8742. user-select: none;
  8743. -ms-touch-action: pan-y;
  8744. touch-action: pan-y;
  8745. -webkit-tap-highlight-color: transparent;
  8746. }
  8747.  
  8748. .slick-list {
  8749. position: relative;
  8750. overflow: hidden;
  8751. display: block;
  8752. margin: 0;
  8753. padding: 0;
  8754. }
  8755.  
  8756. .slick-list:focus {
  8757. outline: none;
  8758. }
  8759.  
  8760. .slick-list.dragging {
  8761. cursor: pointer;
  8762. cursor: hand;
  8763. }
  8764.  
  8765. .slick-slider .slick-track,
  8766. .slick-slider .slick-list {
  8767. -webkit-transform: translate3d(0, 0, 0);
  8768. transform: translate3d(0, 0, 0);
  8769. }
  8770.  
  8771. .slick-track {
  8772. position: relative;
  8773. left: 0;
  8774. top: 0;
  8775. display: block;
  8776. }
  8777.  
  8778. .slick-track:before, .slick-track:after {
  8779. content: "";
  8780. display: table;
  8781. }
  8782.  
  8783. .slick-track:after {
  8784. clear: both;
  8785. }
  8786.  
  8787. .slick-loading .slick-track {
  8788. visibility: hidden;
  8789. }
  8790.  
  8791. .slick-slide {
  8792. float: left;
  8793. height: 100%;
  8794. min-height: 1px;
  8795. display: none;
  8796. }
  8797.  
  8798. .slick-slide:focus {
  8799. outline: 0;
  8800. }
  8801.  
  8802. .slick-slide img {
  8803. display: block;
  8804. }
  8805.  
  8806. .slick-slide.slick-loading img {
  8807. display: none;
  8808. }
  8809.  
  8810. .slick-slide.dragging img {
  8811. pointer-events: none;
  8812. }
  8813.  
  8814. .slick-initialized .slick-slide {
  8815. display: block;
  8816. }
  8817.  
  8818. .slick-loading .slick-slide {
  8819. visibility: hidden;
  8820. }
  8821.  
  8822. .slick-vertical .slick-slide {
  8823. display: block;
  8824. height: auto;
  8825. border: 1px solid transparent;
  8826. }
  8827.  
  8828. .slick-arrow.slick-hidden {
  8829. display: none;
  8830. }
  8831.  
  8832. /* # Helpers */
  8833. .hide {
  8834. display: none;
  8835. }
  8836.  
  8837. .ghost {
  8838. opacity: 0;
  8839. }
  8840.  
  8841. .unvisible {
  8842. visibility: hidden;
  8843. }
  8844.  
  8845. .visible {
  8846. visibility: visible;
  8847. }
  8848.  
  8849. .text-gray {
  8850. color: #9e9e9e;
  8851. }
  8852.  
  8853. .text-red {
  8854. color: #f44336;
  8855. }
  8856.  
  8857. .text-pink {
  8858. color: #ec407a;
  8859. }
  8860.  
  8861. .text-purple {
  8862. color: #ab47bc;
  8863. }
  8864.  
  8865. .text-deep-purple {
  8866. color: #673ab7;
  8867. }
  8868.  
  8869. .text-indigo {
  8870. color: #3f51b5;
  8871. }
  8872.  
  8873. .text-blue {
  8874. color: #1976d2;
  8875. }
  8876.  
  8877. .text-light-blue {
  8878. color: #03a9f4;
  8879. }
  8880.  
  8881. .text-cyan {
  8882. color: #00acc1;
  8883. }
  8884.  
  8885. .text-teal {
  8886. color: #009688;
  8887. }
  8888.  
  8889. .text-green {
  8890. color: #4caf50;
  8891. }
  8892.  
  8893. .text-light-green {
  8894. color: #8bc34a;
  8895. }
  8896.  
  8897. .text-lime {
  8898. color: #cddc39;
  8899. }
  8900.  
  8901. .text-yellow {
  8902. color: #fbc02d;
  8903. }
  8904.  
  8905. .text-amber {
  8906. color: #ffa000;
  8907. }
  8908.  
  8909. .text-orange {
  8910. color: #fb8c00;
  8911. }
  8912.  
  8913. .text-deep-orange {
  8914. color: #ff7043;
  8915. }
  8916.  
  8917. .text-brown {
  8918. color: #795548;
  8919. }
  8920.  
  8921. .text-black {
  8922. color: #3e3e3e;
  8923. }
  8924.  
  8925. .text-white {
  8926. color: #fff;
  8927. }
  8928.  
  8929. .bg-gray {
  8930. background-color: #9e9e9e;
  8931. }
  8932.  
  8933. .bg-red {
  8934. background-color: #f44336;
  8935. }
  8936.  
  8937. .bg-pink {
  8938. background-color: #ec407a;
  8939. }
  8940.  
  8941. .bg-purple {
  8942. background-color: #ab47bc;
  8943. }
  8944.  
  8945. .bg-deep-purple {
  8946. background-color: #673ab7;
  8947. }
  8948.  
  8949. .bg-indigo {
  8950. background-color: #3f51b5;
  8951. }
  8952.  
  8953. .bg-blue {
  8954. background-color: #1976d2;
  8955. }
  8956.  
  8957. .bg-light-blue {
  8958. background-color: #03a9f4;
  8959. }
  8960.  
  8961. .bg-cyan {
  8962. background-color: #00acc1;
  8963. }
  8964.  
  8965. .bg-teal {
  8966. background-color: #009688;
  8967. }
  8968.  
  8969. .bg-green {
  8970. background-color: #4caf50;
  8971. }
  8972.  
  8973. .bg-light-green {
  8974. background-color: #8bc34a;
  8975. }
  8976.  
  8977. .bg-lime {
  8978. background-color: #cddc39;
  8979. }
  8980.  
  8981. .bg-yellow {
  8982. background-color: #fbc02d;
  8983. }
  8984.  
  8985. .bg-amber {
  8986. background-color: #ffa000;
  8987. }
  8988.  
  8989. .bg-orange {
  8990. background-color: #fb8c00;
  8991. }
  8992.  
  8993. .bg-deep-orange {
  8994. background-color: #ff7043;
  8995. }
  8996.  
  8997. .bg-brown {
  8998. background-color: #795548;
  8999. }
  9000.  
  9001. .bg-black {
  9002. background-color: #3e3e3e;
  9003. }
  9004.  
  9005. .bg-white {
  9006. background-color: #fff;
  9007. }
  9008.  
  9009. .text-xs {
  9010. font-size: .7em;
  9011. }
  9012.  
  9013. .text-s {
  9014. font-size: .8em;
  9015. }
  9016.  
  9017. .text-m {
  9018. font-size: 1.2em;
  9019. }
  9020.  
  9021. .text-l {
  9022. font-size: 1.4em;
  9023. }
  9024.  
  9025. .text-xl {
  9026. font-size: 1.6em;
  9027. }
  9028.  
  9029. .text-xxl {
  9030. font-size: 1.8em;
  9031. }
  9032.  
  9033. .text-thin {
  9034. font-weight: 100;
  9035. }
  9036.  
  9037. .text-xlight {
  9038. font-weight: 200;
  9039. }
  9040.  
  9041. .text-light {
  9042. font-weight: 300;
  9043. }
  9044.  
  9045. .text-normal {
  9046. font-weight: 400;
  9047. }
  9048.  
  9049. .text-medium {
  9050. font-weight: 500;
  9051. }
  9052.  
  9053. .text-sbold {
  9054. font-weight: 600;
  9055. }
  9056.  
  9057. .text-bold {
  9058. font-weight: 700;
  9059. }
  9060.  
  9061. .text-xbold {
  9062. font-weight: 800;
  9063. }
  9064.  
  9065. .text-hbold {
  9066. font-weight: 900;
  9067. }
  9068.  
  9069. .text-italic {
  9070. font-style: italic;
  9071. }
  9072.  
  9073. .text-oblique {
  9074. font-style: oblique;
  9075. }
  9076.  
  9077. .text-normal {
  9078. font-style: normal;
  9079. }
  9080.  
  9081. .text-upper {
  9082. text-transform: uppercase;
  9083. }
  9084.  
  9085. .text-lower {
  9086. text-transform: lowercase;
  9087. }
  9088.  
  9089. .text-no-transform {
  9090. text-transform: none;
  9091. }
  9092.  
  9093. .text-left {
  9094. text-align: left;
  9095. }
  9096.  
  9097. .text-center {
  9098. text-align: center;
  9099. }
  9100.  
  9101. .text-right {
  9102. text-align: right;
  9103. }
  9104.  
  9105. .text-justify {
  9106. text-align: justify;
  9107. }
  9108.  
  9109. .text-decor-under {
  9110. text-decoration: underline;
  9111. }
  9112.  
  9113. .text-decor-over {
  9114. text-decoration: overline;
  9115. }
  9116.  
  9117. .text-decor-lt {
  9118. text-decoration: line-through;
  9119. }
  9120.  
  9121. .text-decor-none {
  9122. text-decoration: none;
  9123. }
  9124.  
  9125. .float-right {
  9126. float: right;
  9127. }
  9128.  
  9129. .float-left {
  9130. float: left;
  9131. }
  9132.  
  9133. .center-block {
  9134. display: block;
  9135. margin: 0 auto;
  9136. }
  9137.  
  9138. .img {
  9139. display: block;
  9140. max-width: 100%;
  9141. height: auto;
  9142. }
  9143.  
  9144. .display-inline {
  9145. display: inline;
  9146. }
  9147.  
  9148. .display-block {
  9149. display: block;
  9150. }
  9151.  
  9152. .display-inline-block {
  9153. display: inline-block;
  9154. }
  9155.  
  9156. .rel {
  9157. position: relative;
  9158. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement