Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

5778 рядки
102 KiB

  1. @charset "UTF-8";
  2. /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
  3. article,
  4. aside,
  5. details,
  6. figcaption,
  7. figure,
  8. footer,
  9. header,
  10. hgroup,
  11. main,
  12. nav,
  13. section,
  14. summary {
  15. display: block;
  16. }
  17. audio,
  18. canvas,
  19. video {
  20. display: inline-block;
  21. }
  22. audio:not([controls]) {
  23. display: none;
  24. height: 0;
  25. }
  26. [hidden],
  27. template {
  28. display: none;
  29. }
  30. html {
  31. font-family: sans-serif;
  32. -ms-text-size-adjust: 100%;
  33. -webkit-text-size-adjust: 100%;
  34. }
  35. body {
  36. margin: 0;
  37. }
  38. a {
  39. background: transparent;
  40. }
  41. a:focus {
  42. outline: thin dotted;
  43. }
  44. a:active,
  45. a:hover {
  46. outline: 0;
  47. }
  48. h1 {
  49. font-size: 2em;
  50. margin: 0.67em 0;
  51. }
  52. abbr[title] {
  53. border-bottom: 1px dotted;
  54. }
  55. b,
  56. strong {
  57. font-weight: bold;
  58. }
  59. dfn {
  60. font-style: italic;
  61. }
  62. hr {
  63. -moz-box-sizing: content-box;
  64. box-sizing: content-box;
  65. height: 0;
  66. }
  67. mark {
  68. background: #ff0;
  69. color: #000;
  70. }
  71. code,
  72. kbd,
  73. pre,
  74. samp {
  75. font-family: monospace, serif;
  76. font-size: 1em;
  77. }
  78. pre {
  79. white-space: pre-wrap;
  80. }
  81. q {
  82. quotes: "\201C" "\201D" "\2018" "\2019";
  83. }
  84. small {
  85. font-size: 80%;
  86. }
  87. sub,
  88. sup {
  89. font-size: 75%;
  90. line-height: 0;
  91. position: relative;
  92. vertical-align: baseline;
  93. }
  94. sup {
  95. top: -0.5em;
  96. }
  97. sub {
  98. bottom: -0.25em;
  99. }
  100. img {
  101. border: 0;
  102. }
  103. svg:not(:root) {
  104. overflow: hidden;
  105. }
  106. figure {
  107. margin: 0;
  108. }
  109. fieldset {
  110. border: 1px solid #c0c0c0;
  111. margin: 0 2px;
  112. padding: 0.35em 0.625em 0.75em;
  113. }
  114. legend {
  115. border: 0;
  116. padding: 0;
  117. }
  118. button,
  119. input,
  120. select,
  121. textarea {
  122. font-family: inherit;
  123. font-size: 100%;
  124. margin: 0;
  125. }
  126. button,
  127. input {
  128. line-height: normal;
  129. }
  130. button,
  131. select {
  132. text-transform: none;
  133. }
  134. button,
  135. html input[type="button"],
  136. input[type="reset"],
  137. input[type="submit"] {
  138. -webkit-appearance: button;
  139. cursor: pointer;
  140. }
  141. button[disabled],
  142. html input[disabled] {
  143. cursor: default;
  144. }
  145. input[type="checkbox"],
  146. input[type="radio"] {
  147. box-sizing: border-box;
  148. padding: 0;
  149. }
  150. input[type="search"] {
  151. -webkit-appearance: textfield;
  152. -moz-box-sizing: content-box;
  153. -webkit-box-sizing: content-box;
  154. box-sizing: content-box;
  155. }
  156. input[type="search"]::-webkit-search-cancel-button,
  157. input[type="search"]::-webkit-search-decoration {
  158. -webkit-appearance: none;
  159. }
  160. button::-moz-focus-inner,
  161. input::-moz-focus-inner {
  162. border: 0;
  163. padding: 0;
  164. }
  165. textarea {
  166. overflow: auto;
  167. vertical-align: top;
  168. }
  169. table {
  170. border-collapse: collapse;
  171. border-spacing: 0;
  172. }
  173. @media print {
  174. * {
  175. text-shadow: none !important;
  176. color: #000 !important;
  177. background: transparent !important;
  178. box-shadow: none !important;
  179. }
  180. a,
  181. a:visited {
  182. text-decoration: underline;
  183. }
  184. a[href]:after {
  185. content: " (" attr(href) ")";
  186. }
  187. abbr[title]:after {
  188. content: " (" attr(title) ")";
  189. }
  190. a[href^="javascript:"]:after,
  191. a[href^="#"]:after {
  192. content: "";
  193. }
  194. pre,
  195. blockquote {
  196. border: 1px solid #999;
  197. page-break-inside: avoid;
  198. }
  199. thead {
  200. display: table-header-group;
  201. }
  202. tr,
  203. img {
  204. page-break-inside: avoid;
  205. }
  206. img {
  207. max-width: 100% !important;
  208. }
  209. @page {
  210. margin: 2cm .5cm;
  211. }
  212. p,
  213. h2,
  214. h3 {
  215. orphans: 3;
  216. widows: 3;
  217. }
  218. h2,
  219. h3 {
  220. page-break-after: avoid;
  221. }
  222. select {
  223. background: #fff !important;
  224. }
  225. .navbar {
  226. display: none;
  227. }
  228. .table td,
  229. .table th {
  230. background-color: #fff !important;
  231. }
  232. .btn > .caret,
  233. .dropup > .btn > .caret {
  234. border-top-color: #000 !important;
  235. }
  236. .label {
  237. border: 1px solid #000;
  238. }
  239. .table {
  240. border-collapse: collapse !important;
  241. }
  242. .table-bordered th,
  243. .table-bordered td {
  244. border: 1px solid #ddd !important;
  245. }
  246. }
  247. *,
  248. *:before,
  249. *:after {
  250. -webkit-box-sizing: border-box;
  251. -moz-box-sizing: border-box;
  252. box-sizing: border-box;
  253. }
  254. html {
  255. font-size: 62.5%;
  256. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  257. }
  258. body {
  259. font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  260. font-size: 14px;
  261. line-height: 1.42857143;
  262. color: #36535a;
  263. background-color: #ffffff;
  264. }
  265. input,
  266. button,
  267. select,
  268. textarea {
  269. font-family: inherit;
  270. font-size: inherit;
  271. line-height: inherit;
  272. }
  273. a {
  274. color: #428bca;
  275. text-decoration: none;
  276. }
  277. a:hover,
  278. a:focus {
  279. color: #2a6496;
  280. text-decoration: underline;
  281. }
  282. a:focus {
  283. outline: thin dotted;
  284. outline: 5px auto -webkit-focus-ring-color;
  285. outline-offset: -2px;
  286. }
  287. img {
  288. vertical-align: middle;
  289. }
  290. .img-responsive {
  291. display: block;
  292. max-width: 100%;
  293. height: auto;
  294. }
  295. .img-rounded {
  296. border-radius: 6px;
  297. }
  298. .img-thumbnail {
  299. padding: 4px;
  300. line-height: 1.42857143;
  301. background-color: #ffffff;
  302. border: 1px solid #dddddd;
  303. border-radius: 4px;
  304. -webkit-transition: all 0.2s ease-in-out;
  305. transition: all 0.2s ease-in-out;
  306. display: inline-block;
  307. max-width: 100%;
  308. height: auto;
  309. }
  310. .img-circle {
  311. border-radius: 50%;
  312. }
  313. hr {
  314. margin-top: 20px;
  315. margin-bottom: 20px;
  316. border: 0;
  317. border-top: 1px solid #eeeeee;
  318. }
  319. .sr-only {
  320. position: absolute;
  321. width: 1px;
  322. height: 1px;
  323. margin: -1px;
  324. padding: 0;
  325. overflow: hidden;
  326. clip: rect(0, 0, 0, 0);
  327. border: 0;
  328. }
  329. h1,
  330. h2,
  331. h3,
  332. h4,
  333. h5,
  334. h6,
  335. .h1,
  336. .h2,
  337. .h3,
  338. .h4,
  339. .h5,
  340. .h6 {
  341. font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  342. font-weight: 100;
  343. line-height: 1.1;
  344. color: inherit;
  345. }
  346. h1 small,
  347. h2 small,
  348. h3 small,
  349. h4 small,
  350. h5 small,
  351. h6 small,
  352. .h1 small,
  353. .h2 small,
  354. .h3 small,
  355. .h4 small,
  356. .h5 small,
  357. .h6 small,
  358. h1 .small,
  359. h2 .small,
  360. h3 .small,
  361. h4 .small,
  362. h5 .small,
  363. h6 .small,
  364. .h1 .small,
  365. .h2 .small,
  366. .h3 .small,
  367. .h4 .small,
  368. .h5 .small,
  369. .h6 .small {
  370. font-weight: normal;
  371. line-height: 1;
  372. color: #999999;
  373. }
  374. h1,
  375. h2,
  376. h3 {
  377. margin-top: 20px;
  378. margin-bottom: 10px;
  379. }
  380. h1 small,
  381. h2 small,
  382. h3 small,
  383. h1 .small,
  384. h2 .small,
  385. h3 .small {
  386. font-size: 65%;
  387. }
  388. h4,
  389. h5,
  390. h6 {
  391. margin-top: 10px;
  392. margin-bottom: 10px;
  393. }
  394. h4 small,
  395. h5 small,
  396. h6 small,
  397. h4 .small,
  398. h5 .small,
  399. h6 .small {
  400. font-size: 75%;
  401. }
  402. h1,
  403. .h1 {
  404. font-size: 36px;
  405. }
  406. h2,
  407. .h2 {
  408. font-size: 30px;
  409. }
  410. h3,
  411. .h3 {
  412. font-size: 24px;
  413. }
  414. h4,
  415. .h4 {
  416. font-size: 18px;
  417. }
  418. h5,
  419. .h5 {
  420. font-size: 14px;
  421. }
  422. h6,
  423. .h6 {
  424. font-size: 12px;
  425. }
  426. p {
  427. margin: 0 0 10px;
  428. }
  429. .lead {
  430. margin-bottom: 20px;
  431. font-size: 16px;
  432. font-weight: 200;
  433. line-height: 1.4;
  434. }
  435. @media (min-width: 768px) {
  436. .lead {
  437. font-size: 21px;
  438. }
  439. }
  440. small,
  441. .small {
  442. font-size: 85%;
  443. }
  444. cite {
  445. font-style: normal;
  446. }
  447. .text-muted {
  448. color: #999999;
  449. }
  450. .text-primary {
  451. color: #428bca;
  452. }
  453. .text-primary:hover {
  454. color: #3071a9;
  455. }
  456. .text-warning {
  457. color: #8a6d3b;
  458. }
  459. .text-warning:hover {
  460. color: #66512c;
  461. }
  462. .text-danger {
  463. color: #a94442;
  464. }
  465. .text-danger:hover {
  466. color: #843534;
  467. }
  468. .text-success {
  469. color: #3c763d;
  470. }
  471. .text-success:hover {
  472. color: #2b542c;
  473. }
  474. .text-info {
  475. color: #31708f;
  476. }
  477. .text-info:hover {
  478. color: #245269;
  479. }
  480. .text-left {
  481. text-align: left;
  482. }
  483. .text-right {
  484. text-align: right;
  485. }
  486. .text-center {
  487. text-align: center;
  488. }
  489. .page-header {
  490. padding-bottom: 9px;
  491. margin: 40px 0 20px;
  492. border-bottom: 1px solid #eeeeee;
  493. }
  494. ul,
  495. ol {
  496. margin-top: 0;
  497. margin-bottom: 10px;
  498. }
  499. ul ul,
  500. ol ul,
  501. ul ol,
  502. ol ol {
  503. margin-bottom: 0;
  504. }
  505. .list-unstyled {
  506. padding-left: 0;
  507. list-style: none;
  508. }
  509. .list-inline {
  510. padding-left: 0;
  511. list-style: none;
  512. }
  513. .list-inline > li {
  514. display: inline-block;
  515. padding-left: 5px;
  516. padding-right: 5px;
  517. }
  518. .list-inline > li:first-child {
  519. padding-left: 0;
  520. }
  521. dl {
  522. margin-top: 0;
  523. margin-bottom: 20px;
  524. }
  525. dt,
  526. dd {
  527. line-height: 1.42857143;
  528. }
  529. dt {
  530. font-weight: bold;
  531. }
  532. dd {
  533. margin-left: 0;
  534. }
  535. @media (min-width: 768px) {
  536. .dl-horizontal dt {
  537. float: left;
  538. width: 160px;
  539. clear: left;
  540. text-align: right;
  541. overflow: hidden;
  542. text-overflow: ellipsis;
  543. white-space: nowrap;
  544. }
  545. .dl-horizontal dd {
  546. margin-left: 180px;
  547. }
  548. .dl-horizontal dd:before,
  549. .dl-horizontal dd:after {
  550. content: " ";
  551. display: table;
  552. }
  553. .dl-horizontal dd:after {
  554. clear: both;
  555. }
  556. .dl-horizontal dd:before,
  557. .dl-horizontal dd:after {
  558. content: " ";
  559. display: table;
  560. }
  561. .dl-horizontal dd:after {
  562. clear: both;
  563. }
  564. }
  565. abbr[title],
  566. abbr[data-original-title] {
  567. cursor: help;
  568. border-bottom: 1px dotted #999999;
  569. }
  570. .initialism {
  571. font-size: 90%;
  572. text-transform: uppercase;
  573. }
  574. blockquote {
  575. padding: 10px 20px;
  576. margin: 0 0 20px;
  577. border-left: 5px solid #eeeeee;
  578. }
  579. blockquote p {
  580. font-size: 17.5px;
  581. font-weight: 300;
  582. line-height: 1.25;
  583. }
  584. blockquote p:last-child {
  585. margin-bottom: 0;
  586. }
  587. blockquote small,
  588. blockquote .small {
  589. display: block;
  590. line-height: 1.42857143;
  591. color: #999999;
  592. }
  593. blockquote small:before,
  594. blockquote .small:before {
  595. content: '\2014 \00A0';
  596. }
  597. blockquote.pull-right {
  598. padding-right: 15px;
  599. padding-left: 0;
  600. border-right: 5px solid #eeeeee;
  601. border-left: 0;
  602. }
  603. blockquote.pull-right p,
  604. blockquote.pull-right small,
  605. blockquote.pull-right .small {
  606. text-align: right;
  607. }
  608. blockquote.pull-right small:before,
  609. blockquote.pull-right .small:before {
  610. content: '';
  611. }
  612. blockquote.pull-right small:after,
  613. blockquote.pull-right .small:after {
  614. content: '\00A0 \2014';
  615. }
  616. blockquote:before,
  617. blockquote:after {
  618. content: "";
  619. }
  620. address {
  621. margin-bottom: 20px;
  622. font-style: normal;
  623. line-height: 1.42857143;
  624. }
  625. .container {
  626. margin-right: auto;
  627. margin-left: auto;
  628. padding-left: 38px;
  629. padding-right: 38px;
  630. }
  631. .container:before,
  632. .container:after {
  633. content: " ";
  634. display: table;
  635. }
  636. .container:after {
  637. clear: both;
  638. }
  639. .container:before,
  640. .container:after {
  641. content: " ";
  642. display: table;
  643. }
  644. .container:after {
  645. clear: both;
  646. }
  647. @media (min-width: 768px) {
  648. .container {
  649. width: 796px;
  650. }
  651. }
  652. @media (min-width: 992px) {
  653. .container {
  654. width: 1016px;
  655. }
  656. }
  657. @media (min-width: 1200px) {
  658. .container {
  659. width: 1216px;
  660. }
  661. }
  662. .row {
  663. margin-left: -38px;
  664. margin-right: -38px;
  665. }
  666. .row:before,
  667. .row:after {
  668. content: " ";
  669. display: table;
  670. }
  671. .row:after {
  672. clear: both;
  673. }
  674. .row:before,
  675. .row:after {
  676. content: " ";
  677. display: table;
  678. }
  679. .row:after {
  680. clear: both;
  681. }
  682. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  683. position: relative;
  684. min-height: 1px;
  685. padding-left: 38px;
  686. padding-right: 38px;
  687. }
  688. .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 {
  689. float: left;
  690. }
  691. .col-xs-12 {
  692. width: 100%;
  693. }
  694. .col-xs-11 {
  695. width: 91.66666667%;
  696. }
  697. .col-xs-10 {
  698. width: 83.33333333%;
  699. }
  700. .col-xs-9 {
  701. width: 75%;
  702. }
  703. .col-xs-8 {
  704. width: 66.66666667%;
  705. }
  706. .col-xs-7 {
  707. width: 58.33333333%;
  708. }
  709. .col-xs-6 {
  710. width: 50%;
  711. }
  712. .col-xs-5 {
  713. width: 41.66666667%;
  714. }
  715. .col-xs-4 {
  716. width: 33.33333333%;
  717. }
  718. .col-xs-3 {
  719. width: 25%;
  720. }
  721. .col-xs-2 {
  722. width: 16.66666667%;
  723. }
  724. .col-xs-1 {
  725. width: 8.33333333%;
  726. }
  727. .col-xs-pull-12 {
  728. right: 100%;
  729. }
  730. .col-xs-pull-11 {
  731. right: 91.66666667%;
  732. }
  733. .col-xs-pull-10 {
  734. right: 83.33333333%;
  735. }
  736. .col-xs-pull-9 {
  737. right: 75%;
  738. }
  739. .col-xs-pull-8 {
  740. right: 66.66666667%;
  741. }
  742. .col-xs-pull-7 {
  743. right: 58.33333333%;
  744. }
  745. .col-xs-pull-6 {
  746. right: 50%;
  747. }
  748. .col-xs-pull-5 {
  749. right: 41.66666667%;
  750. }
  751. .col-xs-pull-4 {
  752. right: 33.33333333%;
  753. }
  754. .col-xs-pull-3 {
  755. right: 25%;
  756. }
  757. .col-xs-pull-2 {
  758. right: 16.66666667%;
  759. }
  760. .col-xs-pull-1 {
  761. right: 8.33333333%;
  762. }
  763. .col-xs-pull-0 {
  764. right: 0%;
  765. }
  766. .col-xs-push-12 {
  767. left: 100%;
  768. }
  769. .col-xs-push-11 {
  770. left: 91.66666667%;
  771. }
  772. .col-xs-push-10 {
  773. left: 83.33333333%;
  774. }
  775. .col-xs-push-9 {
  776. left: 75%;
  777. }
  778. .col-xs-push-8 {
  779. left: 66.66666667%;
  780. }
  781. .col-xs-push-7 {
  782. left: 58.33333333%;
  783. }
  784. .col-xs-push-6 {
  785. left: 50%;
  786. }
  787. .col-xs-push-5 {
  788. left: 41.66666667%;
  789. }
  790. .col-xs-push-4 {
  791. left: 33.33333333%;
  792. }
  793. .col-xs-push-3 {
  794. left: 25%;
  795. }
  796. .col-xs-push-2 {
  797. left: 16.66666667%;
  798. }
  799. .col-xs-push-1 {
  800. left: 8.33333333%;
  801. }
  802. .col-xs-push-0 {
  803. left: 0%;
  804. }
  805. .col-xs-offset-12 {
  806. margin-left: 100%;
  807. }
  808. .col-xs-offset-11 {
  809. margin-left: 91.66666667%;
  810. }
  811. .col-xs-offset-10 {
  812. margin-left: 83.33333333%;
  813. }
  814. .col-xs-offset-9 {
  815. margin-left: 75%;
  816. }
  817. .col-xs-offset-8 {
  818. margin-left: 66.66666667%;
  819. }
  820. .col-xs-offset-7 {
  821. margin-left: 58.33333333%;
  822. }
  823. .col-xs-offset-6 {
  824. margin-left: 50%;
  825. }
  826. .col-xs-offset-5 {
  827. margin-left: 41.66666667%;
  828. }
  829. .col-xs-offset-4 {
  830. margin-left: 33.33333333%;
  831. }
  832. .col-xs-offset-3 {
  833. margin-left: 25%;
  834. }
  835. .col-xs-offset-2 {
  836. margin-left: 16.66666667%;
  837. }
  838. .col-xs-offset-1 {
  839. margin-left: 8.33333333%;
  840. }
  841. .col-xs-offset-0 {
  842. margin-left: 0%;
  843. }
  844. @media (min-width: 768px) {
  845. .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 {
  846. float: left;
  847. }
  848. .col-sm-12 {
  849. width: 100%;
  850. }
  851. .col-sm-11 {
  852. width: 91.66666667%;
  853. }
  854. .col-sm-10 {
  855. width: 83.33333333%;
  856. }
  857. .col-sm-9 {
  858. width: 75%;
  859. }
  860. .col-sm-8 {
  861. width: 66.66666667%;
  862. }
  863. .col-sm-7 {
  864. width: 58.33333333%;
  865. }
  866. .col-sm-6 {
  867. width: 50%;
  868. }
  869. .col-sm-5 {
  870. width: 41.66666667%;
  871. }
  872. .col-sm-4 {
  873. width: 33.33333333%;
  874. }
  875. .col-sm-3 {
  876. width: 25%;
  877. }
  878. .col-sm-2 {
  879. width: 16.66666667%;
  880. }
  881. .col-sm-1 {
  882. width: 8.33333333%;
  883. }
  884. .col-sm-pull-12 {
  885. right: 100%;
  886. }
  887. .col-sm-pull-11 {
  888. right: 91.66666667%;
  889. }
  890. .col-sm-pull-10 {
  891. right: 83.33333333%;
  892. }
  893. .col-sm-pull-9 {
  894. right: 75%;
  895. }
  896. .col-sm-pull-8 {
  897. right: 66.66666667%;
  898. }
  899. .col-sm-pull-7 {
  900. right: 58.33333333%;
  901. }
  902. .col-sm-pull-6 {
  903. right: 50%;
  904. }
  905. .col-sm-pull-5 {
  906. right: 41.66666667%;
  907. }
  908. .col-sm-pull-4 {
  909. right: 33.33333333%;
  910. }
  911. .col-sm-pull-3 {
  912. right: 25%;
  913. }
  914. .col-sm-pull-2 {
  915. right: 16.66666667%;
  916. }
  917. .col-sm-pull-1 {
  918. right: 8.33333333%;
  919. }
  920. .col-sm-pull-0 {
  921. right: 0%;
  922. }
  923. .col-sm-push-12 {
  924. left: 100%;
  925. }
  926. .col-sm-push-11 {
  927. left: 91.66666667%;
  928. }
  929. .col-sm-push-10 {
  930. left: 83.33333333%;
  931. }
  932. .col-sm-push-9 {
  933. left: 75%;
  934. }
  935. .col-sm-push-8 {
  936. left: 66.66666667%;
  937. }
  938. .col-sm-push-7 {
  939. left: 58.33333333%;
  940. }
  941. .col-sm-push-6 {
  942. left: 50%;
  943. }
  944. .col-sm-push-5 {
  945. left: 41.66666667%;
  946. }
  947. .col-sm-push-4 {
  948. left: 33.33333333%;
  949. }
  950. .col-sm-push-3 {
  951. left: 25%;
  952. }
  953. .col-sm-push-2 {
  954. left: 16.66666667%;
  955. }
  956. .col-sm-push-1 {
  957. left: 8.33333333%;
  958. }
  959. .col-sm-push-0 {
  960. left: 0%;
  961. }
  962. .col-sm-offset-12 {
  963. margin-left: 100%;
  964. }
  965. .col-sm-offset-11 {
  966. margin-left: 91.66666667%;
  967. }
  968. .col-sm-offset-10 {
  969. margin-left: 83.33333333%;
  970. }
  971. .col-sm-offset-9 {
  972. margin-left: 75%;
  973. }
  974. .col-sm-offset-8 {
  975. margin-left: 66.66666667%;
  976. }
  977. .col-sm-offset-7 {
  978. margin-left: 58.33333333%;
  979. }
  980. .col-sm-offset-6 {
  981. margin-left: 50%;
  982. }
  983. .col-sm-offset-5 {
  984. margin-left: 41.66666667%;
  985. }
  986. .col-sm-offset-4 {
  987. margin-left: 33.33333333%;
  988. }
  989. .col-sm-offset-3 {
  990. margin-left: 25%;
  991. }
  992. .col-sm-offset-2 {
  993. margin-left: 16.66666667%;
  994. }
  995. .col-sm-offset-1 {
  996. margin-left: 8.33333333%;
  997. }
  998. .col-sm-offset-0 {
  999. margin-left: 0%;
  1000. }
  1001. }
  1002. @media (min-width: 992px) {
  1003. .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 {
  1004. float: left;
  1005. }
  1006. .col-md-12 {
  1007. width: 100%;
  1008. }
  1009. .col-md-11 {
  1010. width: 91.66666667%;
  1011. }
  1012. .col-md-10 {
  1013. width: 83.33333333%;
  1014. }
  1015. .col-md-9 {
  1016. width: 75%;
  1017. }
  1018. .col-md-8 {
  1019. width: 66.66666667%;
  1020. }
  1021. .col-md-7 {
  1022. width: 58.33333333%;
  1023. }
  1024. .col-md-6 {
  1025. width: 50%;
  1026. }
  1027. .col-md-5 {
  1028. width: 41.66666667%;
  1029. }
  1030. .col-md-4 {
  1031. width: 33.33333333%;
  1032. }
  1033. .col-md-3 {
  1034. width: 25%;
  1035. }
  1036. .col-md-2 {
  1037. width: 16.66666667%;
  1038. }
  1039. .col-md-1 {
  1040. width: 8.33333333%;
  1041. }
  1042. .col-md-pull-12 {
  1043. right: 100%;
  1044. }
  1045. .col-md-pull-11 {
  1046. right: 91.66666667%;
  1047. }
  1048. .col-md-pull-10 {
  1049. right: 83.33333333%;
  1050. }
  1051. .col-md-pull-9 {
  1052. right: 75%;
  1053. }
  1054. .col-md-pull-8 {
  1055. right: 66.66666667%;
  1056. }
  1057. .col-md-pull-7 {
  1058. right: 58.33333333%;
  1059. }
  1060. .col-md-pull-6 {
  1061. right: 50%;
  1062. }
  1063. .col-md-pull-5 {
  1064. right: 41.66666667%;
  1065. }
  1066. .col-md-pull-4 {
  1067. right: 33.33333333%;
  1068. }
  1069. .col-md-pull-3 {
  1070. right: 25%;
  1071. }
  1072. .col-md-pull-2 {
  1073. right: 16.66666667%;
  1074. }
  1075. .col-md-pull-1 {
  1076. right: 8.33333333%;
  1077. }
  1078. .col-md-pull-0 {
  1079. right: 0%;
  1080. }
  1081. .col-md-push-12 {
  1082. left: 100%;
  1083. }
  1084. .col-md-push-11 {
  1085. left: 91.66666667%;
  1086. }
  1087. .col-md-push-10 {
  1088. left: 83.33333333%;
  1089. }
  1090. .col-md-push-9 {
  1091. left: 75%;
  1092. }
  1093. .col-md-push-8 {
  1094. left: 66.66666667%;
  1095. }
  1096. .col-md-push-7 {
  1097. left: 58.33333333%;
  1098. }
  1099. .col-md-push-6 {
  1100. left: 50%;
  1101. }
  1102. .col-md-push-5 {
  1103. left: 41.66666667%;
  1104. }
  1105. .col-md-push-4 {
  1106. left: 33.33333333%;
  1107. }
  1108. .col-md-push-3 {
  1109. left: 25%;
  1110. }
  1111. .col-md-push-2 {
  1112. left: 16.66666667%;
  1113. }
  1114. .col-md-push-1 {
  1115. left: 8.33333333%;
  1116. }
  1117. .col-md-push-0 {
  1118. left: 0%;
  1119. }
  1120. .col-md-offset-12 {
  1121. margin-left: 100%;
  1122. }
  1123. .col-md-offset-11 {
  1124. margin-left: 91.66666667%;
  1125. }
  1126. .col-md-offset-10 {
  1127. margin-left: 83.33333333%;
  1128. }
  1129. .col-md-offset-9 {
  1130. margin-left: 75%;
  1131. }
  1132. .col-md-offset-8 {
  1133. margin-left: 66.66666667%;
  1134. }
  1135. .col-md-offset-7 {
  1136. margin-left: 58.33333333%;
  1137. }
  1138. .col-md-offset-6 {
  1139. margin-left: 50%;
  1140. }
  1141. .col-md-offset-5 {
  1142. margin-left: 41.66666667%;
  1143. }
  1144. .col-md-offset-4 {
  1145. margin-left: 33.33333333%;
  1146. }
  1147. .col-md-offset-3 {
  1148. margin-left: 25%;
  1149. }
  1150. .col-md-offset-2 {
  1151. margin-left: 16.66666667%;
  1152. }
  1153. .col-md-offset-1 {
  1154. margin-left: 8.33333333%;
  1155. }
  1156. .col-md-offset-0 {
  1157. margin-left: 0%;
  1158. }
  1159. }
  1160. @media (min-width: 1200px) {
  1161. .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 {
  1162. float: left;
  1163. }
  1164. .col-lg-12 {
  1165. width: 100%;
  1166. }
  1167. .col-lg-11 {
  1168. width: 91.66666667%;
  1169. }
  1170. .col-lg-10 {
  1171. width: 83.33333333%;
  1172. }
  1173. .col-lg-9 {
  1174. width: 75%;
  1175. }
  1176. .col-lg-8 {
  1177. width: 66.66666667%;
  1178. }
  1179. .col-lg-7 {
  1180. width: 58.33333333%;
  1181. }
  1182. .col-lg-6 {
  1183. width: 50%;
  1184. }
  1185. .col-lg-5 {
  1186. width: 41.66666667%;
  1187. }
  1188. .col-lg-4 {
  1189. width: 33.33333333%;
  1190. }
  1191. .col-lg-3 {
  1192. width: 25%;
  1193. }
  1194. .col-lg-2 {
  1195. width: 16.66666667%;
  1196. }
  1197. .col-lg-1 {
  1198. width: 8.33333333%;
  1199. }
  1200. .col-lg-pull-12 {
  1201. right: 100%;
  1202. }
  1203. .col-lg-pull-11 {
  1204. right: 91.66666667%;
  1205. }
  1206. .col-lg-pull-10 {
  1207. right: 83.33333333%;
  1208. }
  1209. .col-lg-pull-9 {
  1210. right: 75%;
  1211. }
  1212. .col-lg-pull-8 {
  1213. right: 66.66666667%;
  1214. }
  1215. .col-lg-pull-7 {
  1216. right: 58.33333333%;
  1217. }
  1218. .col-lg-pull-6 {
  1219. right: 50%;
  1220. }
  1221. .col-lg-pull-5 {
  1222. right: 41.66666667%;
  1223. }
  1224. .col-lg-pull-4 {
  1225. right: 33.33333333%;
  1226. }
  1227. .col-lg-pull-3 {
  1228. right: 25%;
  1229. }
  1230. .col-lg-pull-2 {
  1231. right: 16.66666667%;
  1232. }
  1233. .col-lg-pull-1 {
  1234. right: 8.33333333%;
  1235. }
  1236. .col-lg-pull-0 {
  1237. right: 0%;
  1238. }
  1239. .col-lg-push-12 {
  1240. left: 100%;
  1241. }
  1242. .col-lg-push-11 {
  1243. left: 91.66666667%;
  1244. }
  1245. .col-lg-push-10 {
  1246. left: 83.33333333%;
  1247. }
  1248. .col-lg-push-9 {
  1249. left: 75%;
  1250. }
  1251. .col-lg-push-8 {
  1252. left: 66.66666667%;
  1253. }
  1254. .col-lg-push-7 {
  1255. left: 58.33333333%;
  1256. }
  1257. .col-lg-push-6 {
  1258. left: 50%;
  1259. }
  1260. .col-lg-push-5 {
  1261. left: 41.66666667%;
  1262. }
  1263. .col-lg-push-4 {
  1264. left: 33.33333333%;
  1265. }
  1266. .col-lg-push-3 {
  1267. left: 25%;
  1268. }
  1269. .col-lg-push-2 {
  1270. left: 16.66666667%;
  1271. }
  1272. .col-lg-push-1 {
  1273. left: 8.33333333%;
  1274. }
  1275. .col-lg-push-0 {
  1276. left: 0%;
  1277. }
  1278. .col-lg-offset-12 {
  1279. margin-left: 100%;
  1280. }
  1281. .col-lg-offset-11 {
  1282. margin-left: 91.66666667%;
  1283. }
  1284. .col-lg-offset-10 {
  1285. margin-left: 83.33333333%;
  1286. }
  1287. .col-lg-offset-9 {
  1288. margin-left: 75%;
  1289. }
  1290. .col-lg-offset-8 {
  1291. margin-left: 66.66666667%;
  1292. }
  1293. .col-lg-offset-7 {
  1294. margin-left: 58.33333333%;
  1295. }
  1296. .col-lg-offset-6 {
  1297. margin-left: 50%;
  1298. }
  1299. .col-lg-offset-5 {
  1300. margin-left: 41.66666667%;
  1301. }
  1302. .col-lg-offset-4 {
  1303. margin-left: 33.33333333%;
  1304. }
  1305. .col-lg-offset-3 {
  1306. margin-left: 25%;
  1307. }
  1308. .col-lg-offset-2 {
  1309. margin-left: 16.66666667%;
  1310. }
  1311. .col-lg-offset-1 {
  1312. margin-left: 8.33333333%;
  1313. }
  1314. .col-lg-offset-0 {
  1315. margin-left: 0%;
  1316. }
  1317. }
  1318. .fade {
  1319. opacity: 0;
  1320. -webkit-transition: opacity 0.15s linear;
  1321. transition: opacity 0.15s linear;
  1322. }
  1323. .fade.in {
  1324. opacity: 1;
  1325. }
  1326. .collapse {
  1327. display: none;
  1328. }
  1329. .collapse.in {
  1330. display: block;
  1331. }
  1332. .collapsing {
  1333. position: relative;
  1334. height: 0;
  1335. overflow: hidden;
  1336. -webkit-transition: height 0.35s ease;
  1337. transition: height 0.35s ease;
  1338. }
  1339. /* @import "../bower_components/bootstrap/less/navs.less";
  1340. @import "../bower_components/bootstrap/less/navbar.less"; */
  1341. @-webkit-keyframes progress-bar-stripes {
  1342. from {
  1343. background-position: 40px 0;
  1344. }
  1345. to {
  1346. background-position: 0 0;
  1347. }
  1348. }
  1349. @keyframes progress-bar-stripes {
  1350. from {
  1351. background-position: 40px 0;
  1352. }
  1353. to {
  1354. background-position: 0 0;
  1355. }
  1356. }
  1357. .progress {
  1358. overflow: hidden;
  1359. height: 20px;
  1360. margin-bottom: 20px;
  1361. background-color: #85b5bb;
  1362. border-radius: 4px;
  1363. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1364. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  1365. }
  1366. .progress-bar {
  1367. float: left;
  1368. width: 0%;
  1369. height: 100%;
  1370. font-size: 12px;
  1371. line-height: 20px;
  1372. color: #ffffff;
  1373. text-align: center;
  1374. background-color: #428bca;
  1375. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1376. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  1377. -webkit-transition: width 0.6s ease;
  1378. transition: width 0.6s ease;
  1379. }
  1380. .progress-striped .progress-bar {
  1381. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1382. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1383. background-size: 40px 40px;
  1384. }
  1385. .progress.active .progress-bar {
  1386. -webkit-animation: progress-bar-stripes 2s linear infinite;
  1387. animation: progress-bar-stripes 2s linear infinite;
  1388. }
  1389. .progress-bar-success {
  1390. background-color: #5cb85c;
  1391. }
  1392. .progress-striped .progress-bar-success {
  1393. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1394. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1395. }
  1396. .progress-bar-info {
  1397. background-color: #5bc0de;
  1398. }
  1399. .progress-striped .progress-bar-info {
  1400. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1401. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1402. }
  1403. .progress-bar-warning {
  1404. background-color: #f0ad4e;
  1405. }
  1406. .progress-striped .progress-bar-warning {
  1407. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1408. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1409. }
  1410. .progress-bar-danger {
  1411. background-color: #d9534f;
  1412. }
  1413. .progress-striped .progress-bar-danger {
  1414. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1415. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  1416. }
  1417. .clearfix:before,
  1418. .clearfix:after {
  1419. content: " ";
  1420. display: table;
  1421. }
  1422. .clearfix:after {
  1423. clear: both;
  1424. }
  1425. .center-block {
  1426. display: block;
  1427. margin-left: auto;
  1428. margin-right: auto;
  1429. }
  1430. .pull-right {
  1431. float: right !important;
  1432. }
  1433. .pull-left {
  1434. float: left !important;
  1435. }
  1436. .hide {
  1437. display: none !important;
  1438. }
  1439. .show {
  1440. display: block !important;
  1441. }
  1442. .invisible {
  1443. visibility: hidden;
  1444. }
  1445. .text-hide {
  1446. font: 0/0 a;
  1447. color: transparent;
  1448. text-shadow: none;
  1449. background-color: transparent;
  1450. border: 0;
  1451. }
  1452. .hidden {
  1453. display: none !important;
  1454. visibility: hidden !important;
  1455. }
  1456. .affix {
  1457. position: fixed;
  1458. }
  1459. @-ms-viewport {
  1460. width: device-width;
  1461. }
  1462. .visible-xs,
  1463. tr.visible-xs,
  1464. th.visible-xs,
  1465. td.visible-xs {
  1466. display: none !important;
  1467. }
  1468. @media (max-width: 767px) {
  1469. .visible-xs {
  1470. display: block !important;
  1471. }
  1472. table.visible-xs {
  1473. display: table;
  1474. }
  1475. tr.visible-xs {
  1476. display: table-row !important;
  1477. }
  1478. th.visible-xs,
  1479. td.visible-xs {
  1480. display: table-cell !important;
  1481. }
  1482. }
  1483. @media (min-width: 768px) and (max-width: 991px) {
  1484. .visible-xs.visible-sm {
  1485. display: block !important;
  1486. }
  1487. table.visible-xs.visible-sm {
  1488. display: table;
  1489. }
  1490. tr.visible-xs.visible-sm {
  1491. display: table-row !important;
  1492. }
  1493. th.visible-xs.visible-sm,
  1494. td.visible-xs.visible-sm {
  1495. display: table-cell !important;
  1496. }
  1497. }
  1498. @media (min-width: 992px) and (max-width: 1199px) {
  1499. .visible-xs.visible-md {
  1500. display: block !important;
  1501. }
  1502. table.visible-xs.visible-md {
  1503. display: table;
  1504. }
  1505. tr.visible-xs.visible-md {
  1506. display: table-row !important;
  1507. }
  1508. th.visible-xs.visible-md,
  1509. td.visible-xs.visible-md {
  1510. display: table-cell !important;
  1511. }
  1512. }
  1513. @media (min-width: 1200px) {
  1514. .visible-xs.visible-lg {
  1515. display: block !important;
  1516. }
  1517. table.visible-xs.visible-lg {
  1518. display: table;
  1519. }
  1520. tr.visible-xs.visible-lg {
  1521. display: table-row !important;
  1522. }
  1523. th.visible-xs.visible-lg,
  1524. td.visible-xs.visible-lg {
  1525. display: table-cell !important;
  1526. }
  1527. }
  1528. .visible-sm,
  1529. tr.visible-sm,
  1530. th.visible-sm,
  1531. td.visible-sm {
  1532. display: none !important;
  1533. }
  1534. @media (max-width: 767px) {
  1535. .visible-sm.visible-xs {
  1536. display: block !important;
  1537. }
  1538. table.visible-sm.visible-xs {
  1539. display: table;
  1540. }
  1541. tr.visible-sm.visible-xs {
  1542. display: table-row !important;
  1543. }
  1544. th.visible-sm.visible-xs,
  1545. td.visible-sm.visible-xs {
  1546. display: table-cell !important;
  1547. }
  1548. }
  1549. @media (min-width: 768px) and (max-width: 991px) {
  1550. .visible-sm {
  1551. display: block !important;
  1552. }
  1553. table.visible-sm {
  1554. display: table;
  1555. }
  1556. tr.visible-sm {
  1557. display: table-row !important;
  1558. }
  1559. th.visible-sm,
  1560. td.visible-sm {
  1561. display: table-cell !important;
  1562. }
  1563. }
  1564. @media (min-width: 992px) and (max-width: 1199px) {
  1565. .visible-sm.visible-md {
  1566. display: block !important;
  1567. }
  1568. table.visible-sm.visible-md {
  1569. display: table;
  1570. }
  1571. tr.visible-sm.visible-md {
  1572. display: table-row !important;
  1573. }
  1574. th.visible-sm.visible-md,
  1575. td.visible-sm.visible-md {
  1576. display: table-cell !important;
  1577. }
  1578. }
  1579. @media (min-width: 1200px) {
  1580. .visible-sm.visible-lg {
  1581. display: block !important;
  1582. }
  1583. table.visible-sm.visible-lg {
  1584. display: table;
  1585. }
  1586. tr.visible-sm.visible-lg {
  1587. display: table-row !important;
  1588. }
  1589. th.visible-sm.visible-lg,
  1590. td.visible-sm.visible-lg {
  1591. display: table-cell !important;
  1592. }
  1593. }
  1594. .visible-md,
  1595. tr.visible-md,
  1596. th.visible-md,
  1597. td.visible-md {
  1598. display: none !important;
  1599. }
  1600. @media (max-width: 767px) {
  1601. .visible-md.visible-xs {
  1602. display: block !important;
  1603. }
  1604. table.visible-md.visible-xs {
  1605. display: table;
  1606. }
  1607. tr.visible-md.visible-xs {
  1608. display: table-row !important;
  1609. }
  1610. th.visible-md.visible-xs,
  1611. td.visible-md.visible-xs {
  1612. display: table-cell !important;
  1613. }
  1614. }
  1615. @media (min-width: 768px) and (max-width: 991px) {
  1616. .visible-md.visible-sm {
  1617. display: block !important;
  1618. }
  1619. table.visible-md.visible-sm {
  1620. display: table;
  1621. }
  1622. tr.visible-md.visible-sm {
  1623. display: table-row !important;
  1624. }
  1625. th.visible-md.visible-sm,
  1626. td.visible-md.visible-sm {
  1627. display: table-cell !important;
  1628. }
  1629. }
  1630. @media (min-width: 992px) and (max-width: 1199px) {
  1631. .visible-md {
  1632. display: block !important;
  1633. }
  1634. table.visible-md {
  1635. display: table;
  1636. }
  1637. tr.visible-md {
  1638. display: table-row !important;
  1639. }
  1640. th.visible-md,
  1641. td.visible-md {
  1642. display: table-cell !important;
  1643. }
  1644. }
  1645. @media (min-width: 1200px) {
  1646. .visible-md.visible-lg {
  1647. display: block !important;
  1648. }
  1649. table.visible-md.visible-lg {
  1650. display: table;
  1651. }
  1652. tr.visible-md.visible-lg {
  1653. display: table-row !important;
  1654. }
  1655. th.visible-md.visible-lg,
  1656. td.visible-md.visible-lg {
  1657. display: table-cell !important;
  1658. }
  1659. }
  1660. .visible-lg,
  1661. tr.visible-lg,
  1662. th.visible-lg,
  1663. td.visible-lg {
  1664. display: none !important;
  1665. }
  1666. @media (max-width: 767px) {
  1667. .visible-lg.visible-xs {
  1668. display: block !important;
  1669. }
  1670. table.visible-lg.visible-xs {
  1671. display: table;
  1672. }
  1673. tr.visible-lg.visible-xs {
  1674. display: table-row !important;
  1675. }
  1676. th.visible-lg.visible-xs,
  1677. td.visible-lg.visible-xs {
  1678. display: table-cell !important;
  1679. }
  1680. }
  1681. @media (min-width: 768px) and (max-width: 991px) {
  1682. .visible-lg.visible-sm {
  1683. display: block !important;
  1684. }
  1685. table.visible-lg.visible-sm {
  1686. display: table;
  1687. }
  1688. tr.visible-lg.visible-sm {
  1689. display: table-row !important;
  1690. }
  1691. th.visible-lg.visible-sm,
  1692. td.visible-lg.visible-sm {
  1693. display: table-cell !important;
  1694. }
  1695. }
  1696. @media (min-width: 992px) and (max-width: 1199px) {
  1697. .visible-lg.visible-md {
  1698. display: block !important;
  1699. }
  1700. table.visible-lg.visible-md {
  1701. display: table;
  1702. }
  1703. tr.visible-lg.visible-md {
  1704. display: table-row !important;
  1705. }
  1706. th.visible-lg.visible-md,
  1707. td.visible-lg.visible-md {
  1708. display: table-cell !important;
  1709. }
  1710. }
  1711. @media (min-width: 1200px) {
  1712. .visible-lg {
  1713. display: block !important;
  1714. }
  1715. table.visible-lg {
  1716. display: table;
  1717. }
  1718. tr.visible-lg {
  1719. display: table-row !important;
  1720. }
  1721. th.visible-lg,
  1722. td.visible-lg {
  1723. display: table-cell !important;
  1724. }
  1725. }
  1726. .hidden-xs {
  1727. display: block !important;
  1728. }
  1729. table.hidden-xs {
  1730. display: table;
  1731. }
  1732. tr.hidden-xs {
  1733. display: table-row !important;
  1734. }
  1735. th.hidden-xs,
  1736. td.hidden-xs {
  1737. display: table-cell !important;
  1738. }
  1739. @media (max-width: 767px) {
  1740. .hidden-xs,
  1741. tr.hidden-xs,
  1742. th.hidden-xs,
  1743. td.hidden-xs {
  1744. display: none !important;
  1745. }
  1746. }
  1747. @media (min-width: 768px) and (max-width: 991px) {
  1748. .hidden-xs.hidden-sm,
  1749. tr.hidden-xs.hidden-sm,
  1750. th.hidden-xs.hidden-sm,
  1751. td.hidden-xs.hidden-sm {
  1752. display: none !important;
  1753. }
  1754. }
  1755. @media (min-width: 992px) and (max-width: 1199px) {
  1756. .hidden-xs.hidden-md,
  1757. tr.hidden-xs.hidden-md,
  1758. th.hidden-xs.hidden-md,
  1759. td.hidden-xs.hidden-md {
  1760. display: none !important;
  1761. }
  1762. }
  1763. @media (min-width: 1200px) {
  1764. .hidden-xs.hidden-lg,
  1765. tr.hidden-xs.hidden-lg,
  1766. th.hidden-xs.hidden-lg,
  1767. td.hidden-xs.hidden-lg {
  1768. display: none !important;
  1769. }
  1770. }
  1771. .hidden-sm {
  1772. display: block !important;
  1773. }
  1774. table.hidden-sm {
  1775. display: table;
  1776. }
  1777. tr.hidden-sm {
  1778. display: table-row !important;
  1779. }
  1780. th.hidden-sm,
  1781. td.hidden-sm {
  1782. display: table-cell !important;
  1783. }
  1784. @media (max-width: 767px) {
  1785. .hidden-sm.hidden-xs,
  1786. tr.hidden-sm.hidden-xs,
  1787. th.hidden-sm.hidden-xs,
  1788. td.hidden-sm.hidden-xs {
  1789. display: none !important;
  1790. }
  1791. }
  1792. @media (min-width: 768px) and (max-width: 991px) {
  1793. .hidden-sm,
  1794. tr.hidden-sm,
  1795. th.hidden-sm,
  1796. td.hidden-sm {
  1797. display: none !important;
  1798. }
  1799. }
  1800. @media (min-width: 992px) and (max-width: 1199px) {
  1801. .hidden-sm.hidden-md,
  1802. tr.hidden-sm.hidden-md,
  1803. th.hidden-sm.hidden-md,
  1804. td.hidden-sm.hidden-md {
  1805. display: none !important;
  1806. }
  1807. }
  1808. @media (min-width: 1200px) {
  1809. .hidden-sm.hidden-lg,
  1810. tr.hidden-sm.hidden-lg,
  1811. th.hidden-sm.hidden-lg,
  1812. td.hidden-sm.hidden-lg {
  1813. display: none !important;
  1814. }
  1815. }
  1816. .hidden-md {
  1817. display: block !important;
  1818. }
  1819. table.hidden-md {
  1820. display: table;
  1821. }
  1822. tr.hidden-md {
  1823. display: table-row !important;
  1824. }
  1825. th.hidden-md,
  1826. td.hidden-md {
  1827. display: table-cell !important;
  1828. }
  1829. @media (max-width: 767px) {
  1830. .hidden-md.hidden-xs,
  1831. tr.hidden-md.hidden-xs,
  1832. th.hidden-md.hidden-xs,
  1833. td.hidden-md.hidden-xs {
  1834. display: none !important;
  1835. }
  1836. }
  1837. @media (min-width: 768px) and (max-width: 991px) {
  1838. .hidden-md.hidden-sm,
  1839. tr.hidden-md.hidden-sm,
  1840. th.hidden-md.hidden-sm,
  1841. td.hidden-md.hidden-sm {
  1842. display: none !important;
  1843. }
  1844. }
  1845. @media (min-width: 992px) and (max-width: 1199px) {
  1846. .hidden-md,
  1847. tr.hidden-md,
  1848. th.hidden-md,
  1849. td.hidden-md {
  1850. display: none !important;
  1851. }
  1852. }
  1853. @media (min-width: 1200px) {
  1854. .hidden-md.hidden-lg,
  1855. tr.hidden-md.hidden-lg,
  1856. th.hidden-md.hidden-lg,
  1857. td.hidden-md.hidden-lg {
  1858. display: none !important;
  1859. }
  1860. }
  1861. .hidden-lg {
  1862. display: block !important;
  1863. }
  1864. table.hidden-lg {
  1865. display: table;
  1866. }
  1867. tr.hidden-lg {
  1868. display: table-row !important;
  1869. }
  1870. th.hidden-lg,
  1871. td.hidden-lg {
  1872. display: table-cell !important;
  1873. }
  1874. @media (max-width: 767px) {
  1875. .hidden-lg.hidden-xs,
  1876. tr.hidden-lg.hidden-xs,
  1877. th.hidden-lg.hidden-xs,
  1878. td.hidden-lg.hidden-xs {
  1879. display: none !important;
  1880. }
  1881. }
  1882. @media (min-width: 768px) and (max-width: 991px) {
  1883. .hidden-lg.hidden-sm,
  1884. tr.hidden-lg.hidden-sm,
  1885. th.hidden-lg.hidden-sm,
  1886. td.hidden-lg.hidden-sm {
  1887. display: none !important;
  1888. }
  1889. }
  1890. @media (min-width: 992px) and (max-width: 1199px) {
  1891. .hidden-lg.hidden-md,
  1892. tr.hidden-lg.hidden-md,
  1893. th.hidden-lg.hidden-md,
  1894. td.hidden-lg.hidden-md {
  1895. display: none !important;
  1896. }
  1897. }
  1898. @media (min-width: 1200px) {
  1899. .hidden-lg,
  1900. tr.hidden-lg,
  1901. th.hidden-lg,
  1902. td.hidden-lg {
  1903. display: none !important;
  1904. }
  1905. }
  1906. .visible-print,
  1907. tr.visible-print,
  1908. th.visible-print,
  1909. td.visible-print {
  1910. display: none !important;
  1911. }
  1912. @media print {
  1913. .visible-print {
  1914. display: block !important;
  1915. }
  1916. table.visible-print {
  1917. display: table;
  1918. }
  1919. tr.visible-print {
  1920. display: table-row !important;
  1921. }
  1922. th.visible-print,
  1923. td.visible-print {
  1924. display: table-cell !important;
  1925. }
  1926. .hidden-print,
  1927. tr.hidden-print,
  1928. th.hidden-print,
  1929. td.hidden-print {
  1930. display: none !important;
  1931. }
  1932. }
  1933. /*
  1934. Animate.less
  1935. Cross-browser LESS animation library for Bootstrap
  1936. Licensed under the ☺ license (http://licence.visualidiot.com/)
  1937. Documenation: https://github.com/machito/animate.less
  1938. -------------------------------------------------------
  1939. Copyright © 2012 Michael Castilla
  1940. Email: yo@machito.co
  1941. Twitter: https://twitter.com/micr0bitz
  1942. */
  1943. body {
  1944. -webkit-backface-visibility: hidden;
  1945. }
  1946. .animated {
  1947. -webkit-animation-duration: 1s;
  1948. -moz-animation-duration: 1s;
  1949. -o-animation-duration: 1s;
  1950. animation-duration: 1s;
  1951. -webkit-animation-fill-mode: both;
  1952. -moz-animation-fill-mode: both;
  1953. -o-animation-fill-mode: both;
  1954. animation-fill-mode: both;
  1955. }
  1956. .animated.hinge {
  1957. -webkit-animation-duration: 2s;
  1958. -moz-animation-duration: 2s;
  1959. -o-animation-duration: 2s;
  1960. animation-duration: 2s;
  1961. }
  1962. @-webkit-keyframes flash {
  1963. 0%,
  1964. 50%,
  1965. 100% {
  1966. opacity: 1;
  1967. }
  1968. 25%,
  1969. 75% {
  1970. opacity: 0;
  1971. }
  1972. }
  1973. @-moz-keyframes flash {
  1974. 0%,
  1975. 50%,
  1976. 100% {
  1977. opacity: 1;
  1978. }
  1979. 25%,
  1980. 75% {
  1981. opacity: 0;
  1982. }
  1983. }
  1984. @-o-keyframes flash {
  1985. 0%,
  1986. 50%,
  1987. 100% {
  1988. opacity: 1;
  1989. }
  1990. 25%,
  1991. 75% {
  1992. opacity: 0;
  1993. }
  1994. }
  1995. @keyframes flash {
  1996. 0%,
  1997. 50%,
  1998. 100% {
  1999. opacity: 1;
  2000. }
  2001. 25%,
  2002. 75% {
  2003. opacity: 0;
  2004. }
  2005. }
  2006. .flash {
  2007. -webkit-animation-name: flash;
  2008. -moz-animation-name: flash;
  2009. -o-animation-name: flash;
  2010. animation-name: flash;
  2011. }
  2012. @-webkit-keyframes shake {
  2013. 0%,
  2014. 100% {
  2015. -webkit-transform: translateX(0);
  2016. }
  2017. 10%,
  2018. 30%,
  2019. 50%,
  2020. 70%,
  2021. 90% {
  2022. -webkit-transform: translateX(-10px);
  2023. }
  2024. 20%,
  2025. 40%,
  2026. 60%,
  2027. 80% {
  2028. -webkit-transform: translateX(10px);
  2029. }
  2030. }
  2031. @-moz-keyframes shake {
  2032. 0%,
  2033. 100% {
  2034. -moz-transform: translateX(0);
  2035. }
  2036. 10%,
  2037. 30%,
  2038. 50%,
  2039. 70%,
  2040. 90% {
  2041. -moz-transform: translateX(-10px);
  2042. }
  2043. 20%,
  2044. 40%,
  2045. 60%,
  2046. 80% {
  2047. -moz-transform: translateX(10px);
  2048. }
  2049. }
  2050. @-o-keyframes shake {
  2051. 0%,
  2052. 100% {
  2053. -o-transform: translateX(0);
  2054. }
  2055. 10%,
  2056. 30%,
  2057. 50%,
  2058. 70%,
  2059. 90% {
  2060. -o-transform: translateX(-10px);
  2061. }
  2062. 20%,
  2063. 40%,
  2064. 60%,
  2065. 80% {
  2066. -o-transform: translateX(10px);
  2067. }
  2068. }
  2069. @keyframes shake {
  2070. 0%,
  2071. 100% {
  2072. transform: translateX(0);
  2073. }
  2074. 10%,
  2075. 30%,
  2076. 50%,
  2077. 70%,
  2078. 90% {
  2079. transform: translateX(-10px);
  2080. }
  2081. 20%,
  2082. 40%,
  2083. 60%,
  2084. 80% {
  2085. transform: translateX(10px);
  2086. }
  2087. }
  2088. .shake {
  2089. -webkit-animation-name: shake;
  2090. -moz-animation-name: shake;
  2091. -o-animation-name: shake;
  2092. animation-name: shake;
  2093. }
  2094. @-webkit-keyframes bounce {
  2095. 0%,
  2096. 20%,
  2097. 50%,
  2098. 80%,
  2099. 100% {
  2100. -webkit-transform: translateY(0);
  2101. }
  2102. 40% {
  2103. -webkit-transform: translateY(-30px);
  2104. }
  2105. 60% {
  2106. -webkit-transform: translateY(-15px);
  2107. }
  2108. }
  2109. @-moz-keyframes bounce {
  2110. 0%,
  2111. 20%,
  2112. 50%,
  2113. 80%,
  2114. 100% {
  2115. -moz-transform: translateY(0);
  2116. }
  2117. 40% {
  2118. -moz-transform: translateY(-30px);
  2119. }
  2120. 60% {
  2121. -moz-transform: translateY(-15px);
  2122. }
  2123. }
  2124. @-o-keyframes bounce {
  2125. 0%,
  2126. 20%,
  2127. 50%,
  2128. 80%,
  2129. 100% {
  2130. -o-transform: translateY(0);
  2131. }
  2132. 40% {
  2133. -o-transform: translateY(-30px);
  2134. }
  2135. 60% {
  2136. -o-transform: translateY(-15px);
  2137. }
  2138. }
  2139. @keyframes bounce {
  2140. 0%,
  2141. 20%,
  2142. 50%,
  2143. 80%,
  2144. 100% {
  2145. transform: translateY(0);
  2146. }
  2147. 40% {
  2148. transform: translateY(-30px);
  2149. }
  2150. 60% {
  2151. transform: translateY(-15px);
  2152. }
  2153. }
  2154. .bounce {
  2155. -webkit-animation-name: bounce;
  2156. -moz-animation-name: bounce;
  2157. -o-animation-name: bounce;
  2158. animation-name: bounce;
  2159. }
  2160. @-webkit-keyframes tada {
  2161. 0% {
  2162. -webkit-transform: scale(1);
  2163. }
  2164. 10%,
  2165. 20% {
  2166. -webkit-transform: scale(0.9) rotate(-3deg);
  2167. }
  2168. 30%,
  2169. 50%,
  2170. 70%,
  2171. 90% {
  2172. -webkit-transform: scale(1.1) rotate(3deg);
  2173. }
  2174. 40%,
  2175. 60%,
  2176. 80% {
  2177. -webkit-transform: scale(1.1) rotate(-3deg);
  2178. }
  2179. 100% {
  2180. -webkit-transform: scale(1) rotate(0);
  2181. }
  2182. }
  2183. @-moz-keyframes tada {
  2184. 0% {
  2185. -moz-transform: scale(1);
  2186. }
  2187. 10%,
  2188. 20% {
  2189. -moz-transform: scale(0.9) rotate(-3deg);
  2190. }
  2191. 30%,
  2192. 50%,
  2193. 70%,
  2194. 90% {
  2195. -moz-transform: scale(1.1) rotate(3deg);
  2196. }
  2197. 40%,
  2198. 60%,
  2199. 80% {
  2200. -moz-transform: scale(1.1) rotate(-3deg);
  2201. }
  2202. 100% {
  2203. -moz-transform: scale(1) rotate(0);
  2204. }
  2205. }
  2206. @-o-keyframes tada {
  2207. 0% {
  2208. -o-transform: scale(1);
  2209. }
  2210. 10%,
  2211. 20% {
  2212. -o-transform: scale(0.9) rotate(-3deg);
  2213. }
  2214. 30%,
  2215. 50%,
  2216. 70%,
  2217. 90% {
  2218. -o-transform: scale(1.1) rotate(3deg);
  2219. }
  2220. 40%,
  2221. 60%,
  2222. 80% {
  2223. -o-transform: scale(1.1) rotate(-3deg);
  2224. }
  2225. 100% {
  2226. -o-transform: scale(1) rotate(0);
  2227. }
  2228. }
  2229. @keyframes tada {
  2230. 0% {
  2231. transform: scale(1);
  2232. }
  2233. 10%,
  2234. 20% {
  2235. transform: scale(0.9) rotate(-3deg);
  2236. }
  2237. 30%,
  2238. 50%,
  2239. 70%,
  2240. 90% {
  2241. transform: scale(1.1) rotate(3deg);
  2242. }
  2243. 40%,
  2244. 60%,
  2245. 80% {
  2246. transform: scale(1.1) rotate(-3deg);
  2247. }
  2248. 100% {
  2249. transform: scale(1) rotate(0);
  2250. }
  2251. }
  2252. .tada {
  2253. -webkit-animation-name: tada;
  2254. -moz-animation-name: tada;
  2255. -o-animation-name: tada;
  2256. animation-name: tada;
  2257. }
  2258. @-webkit-keyframes swing {
  2259. 20%,
  2260. 40%,
  2261. 60%,
  2262. 80%,
  2263. 100% {
  2264. -webkit-transform-origin: top center;
  2265. }
  2266. 20% {
  2267. -webkit-transform: rotate(15deg);
  2268. }
  2269. 40% {
  2270. -webkit-transform: rotate(-10deg);
  2271. }
  2272. 60% {
  2273. -webkit-transform: rotate(5deg);
  2274. }
  2275. 80% {
  2276. -webkit-transform: rotate(-5deg);
  2277. }
  2278. 100% {
  2279. -webkit-transform: rotate(0deg);
  2280. }
  2281. }
  2282. @-moz-keyframes swing {
  2283. 20% {
  2284. -moz-transform: rotate(15deg);
  2285. }
  2286. 40% {
  2287. -moz-transform: rotate(-10deg);
  2288. }
  2289. 60% {
  2290. -moz-transform: rotate(5deg);
  2291. }
  2292. 80% {
  2293. -moz-transform: rotate(-5deg);
  2294. }
  2295. 100% {
  2296. -moz-transform: rotate(0deg);
  2297. }
  2298. }
  2299. @-o-keyframes swing {
  2300. 20% {
  2301. -o-transform: rotate(15deg);
  2302. }
  2303. 40% {
  2304. -o-transform: rotate(-10deg);
  2305. }
  2306. 60% {
  2307. -o-transform: rotate(5deg);
  2308. }
  2309. 80% {
  2310. -o-transform: rotate(-5deg);
  2311. }
  2312. 100% {
  2313. -o-transform: rotate(0deg);
  2314. }
  2315. }
  2316. @keyframes swing {
  2317. 20% {
  2318. transform: rotate(15deg);
  2319. }
  2320. 40% {
  2321. transform: rotate(-10deg);
  2322. }
  2323. 60% {
  2324. transform: rotate(5deg);
  2325. }
  2326. 80% {
  2327. transform: rotate(-5deg);
  2328. }
  2329. 100% {
  2330. transform: rotate(0deg);
  2331. }
  2332. }
  2333. .swing {
  2334. -webkit-transform-origin: top center;
  2335. -moz-transform-origin: top center;
  2336. -o-transform-origin: top center;
  2337. transform-origin: top center;
  2338. -webkit-animation-name: swing;
  2339. -moz-animation-name: swing;
  2340. -o-animation-name: swing;
  2341. animation-name: swing;
  2342. }
  2343. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  2344. @-webkit-keyframes wobble {
  2345. 0% {
  2346. -webkit-transform: translateX(0%);
  2347. }
  2348. 15% {
  2349. -webkit-transform: translateX(-25%) rotate(-5deg);
  2350. }
  2351. 30% {
  2352. -webkit-transform: translateX(20%) rotate(3deg);
  2353. }
  2354. 45% {
  2355. -webkit-transform: translateX(-15%) rotate(-3deg);
  2356. }
  2357. 60% {
  2358. -webkit-transform: translateX(10%) rotate(2deg);
  2359. }
  2360. 75% {
  2361. -webkit-transform: translateX(-5%) rotate(-1deg);
  2362. }
  2363. 100% {
  2364. -webkit-transform: translateX(0%);
  2365. }
  2366. }
  2367. @-moz-keyframes wobble {
  2368. 0% {
  2369. -moz-transform: translateX(0%);
  2370. }
  2371. 15% {
  2372. -moz-transform: translateX(-25%) rotate(-5deg);
  2373. }
  2374. 30% {
  2375. -moz-transform: translateX(20%) rotate(3deg);
  2376. }
  2377. 45% {
  2378. -moz-transform: translateX(-15%) rotate(-3deg);
  2379. }
  2380. 60% {
  2381. -moz-transform: translateX(10%) rotate(2deg);
  2382. }
  2383. 75% {
  2384. -moz-transform: translateX(-5%) rotate(-1deg);
  2385. }
  2386. 100% {
  2387. -moz-transform: translateX(0%);
  2388. }
  2389. }
  2390. @-o-keyframes wobble {
  2391. 0% {
  2392. -o-transform: translateX(0%);
  2393. }
  2394. 15% {
  2395. -o-transform: translateX(-25%) rotate(-5deg);
  2396. }
  2397. 30% {
  2398. -o-transform: translateX(20%) rotate(3deg);
  2399. }
  2400. 45% {
  2401. -o-transform: translateX(-15%) rotate(-3deg);
  2402. }
  2403. 60% {
  2404. -o-transform: translateX(10%) rotate(2deg);
  2405. }
  2406. 75% {
  2407. -o-transform: translateX(-5%) rotate(-1deg);
  2408. }
  2409. 100% {
  2410. -o-transform: translateX(0%);
  2411. }
  2412. }
  2413. @keyframes wobble {
  2414. 0% {
  2415. transform: translateX(0%);
  2416. }
  2417. 15% {
  2418. transform: translateX(-25%) rotate(-5deg);
  2419. }
  2420. 30% {
  2421. transform: translateX(20%) rotate(3deg);
  2422. }
  2423. 45% {
  2424. transform: translateX(-15%) rotate(-3deg);
  2425. }
  2426. 60% {
  2427. transform: translateX(10%) rotate(2deg);
  2428. }
  2429. 75% {
  2430. transform: translateX(-5%) rotate(-1deg);
  2431. }
  2432. 100% {
  2433. transform: translateX(0%);
  2434. }
  2435. }
  2436. .wobble {
  2437. -webkit-animation-name: wobble;
  2438. -moz-animation-name: wobble;
  2439. -o-animation-name: wobble;
  2440. animation-name: wobble;
  2441. }
  2442. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  2443. @-webkit-keyframes pulse {
  2444. 0% {
  2445. -webkit-transform: scale(1);
  2446. }
  2447. 50% {
  2448. -webkit-transform: scale(1.1);
  2449. }
  2450. 100% {
  2451. -webkit-transform: scale(1);
  2452. }
  2453. }
  2454. @-moz-keyframes pulse {
  2455. 0% {
  2456. -moz-transform: scale(1);
  2457. }
  2458. 50% {
  2459. -moz-transform: scale(1.1);
  2460. }
  2461. 100% {
  2462. -moz-transform: scale(1);
  2463. }
  2464. }
  2465. @-o-keyframes pulse {
  2466. 0% {
  2467. -o-transform: scale(1);
  2468. }
  2469. 50% {
  2470. -o-transform: scale(1.1);
  2471. }
  2472. 100% {
  2473. -o-transform: scale(1);
  2474. }
  2475. }
  2476. @keyframes pulse {
  2477. 0% {
  2478. transform: scale(1);
  2479. }
  2480. 50% {
  2481. transform: scale(1.1);
  2482. }
  2483. 100% {
  2484. transform: scale(1);
  2485. }
  2486. }
  2487. .pulse {
  2488. -webkit-animation-name: pulse;
  2489. -moz-animation-name: pulse;
  2490. -o-animation-name: pulse;
  2491. animation-name: pulse;
  2492. }
  2493. @-webkit-keyframes flip {
  2494. 0% {
  2495. -webkit-transform: perspective(400px) rotateY(0);
  2496. -webkit-animation-timing-function: ease-out;
  2497. }
  2498. 40% {
  2499. -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  2500. -webkit-animation-timing-function: ease-out;
  2501. }
  2502. 50% {
  2503. -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  2504. -webkit-animation-timing-function: ease-in;
  2505. }
  2506. 80% {
  2507. -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
  2508. -webkit-animation-timing-function: ease-in;
  2509. }
  2510. 100% {
  2511. -webkit-transform: perspective(400px) scale(1);
  2512. -webkit-animation-timing-function: ease-in;
  2513. }
  2514. }
  2515. @-moz-keyframes flip {
  2516. 0% {
  2517. -moz-transform: perspective(400px) rotateY(0);
  2518. -moz-animation-timing-function: ease-out;
  2519. }
  2520. 40% {
  2521. -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  2522. -moz-animation-timing-function: ease-out;
  2523. }
  2524. 50% {
  2525. -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  2526. -moz-animation-timing-function: ease-in;
  2527. }
  2528. 80% {
  2529. -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
  2530. -moz-animation-timing-function: ease-in;
  2531. }
  2532. 100% {
  2533. -moz-transform: perspective(400px) scale(1);
  2534. -moz-animation-timing-function: ease-in;
  2535. }
  2536. }
  2537. @-o-keyframes flip {
  2538. 0% {
  2539. -o-transform: perspective(400px) rotateY(0);
  2540. -o-animation-timing-function: ease-out;
  2541. }
  2542. 40% {
  2543. -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
  2544. -o-animation-timing-function: ease-out;
  2545. }
  2546. 50% {
  2547. -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  2548. -o-animation-timing-function: ease-in;
  2549. }
  2550. 80% {
  2551. -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
  2552. -o-animation-timing-function: ease-in;
  2553. }
  2554. 100% {
  2555. -o-transform: perspective(400px) scale(1);
  2556. -o-animation-timing-function: ease-in;
  2557. }
  2558. }
  2559. @keyframes flip {
  2560. 0% {
  2561. transform: perspective(400px) rotateY(0);
  2562. animation-timing-function: ease-out;
  2563. }
  2564. 40% {
  2565. transform: perspective(400px) translateZ(150px) rotateY(170deg);
  2566. animation-timing-function: ease-out;
  2567. }
  2568. 50% {
  2569. transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
  2570. animation-timing-function: ease-in;
  2571. }
  2572. 80% {
  2573. transform: perspective(400px) rotateY(360deg) scale(0.95);
  2574. animation-timing-function: ease-in;
  2575. }
  2576. 100% {
  2577. transform: perspective(400px) scale(1);
  2578. animation-timing-function: ease-in;
  2579. }
  2580. }
  2581. .flip {
  2582. -webkit-backface-visibility: visible !important;
  2583. -webkit-animation-name: flip;
  2584. -moz-backface-visibility: visible !important;
  2585. -moz-animation-name: flip;
  2586. -o-backface-visibility: visible !important;
  2587. -o-animation-name: flip;
  2588. backface-visibility: visible !important;
  2589. animation-name: flip;
  2590. }
  2591. @-webkit-keyframes flipInX {
  2592. 0% {
  2593. -webkit-transform: perspective(400px) rotateX(90deg);
  2594. opacity: 0;
  2595. }
  2596. 40% {
  2597. -webkit-transform: perspective(400px) rotateX(-10deg);
  2598. }
  2599. 70% {
  2600. -webkit-transform: perspective(400px) rotateX(10deg);
  2601. }
  2602. 100% {
  2603. -webkit-transform: perspective(400px) rotateX(0deg);
  2604. opacity: 1;
  2605. }
  2606. }
  2607. @-moz-keyframes flipInX {
  2608. 0% {
  2609. -moz-transform: perspective(400px) rotateX(90deg);
  2610. opacity: 0;
  2611. }
  2612. 40% {
  2613. -moz-transform: perspective(400px) rotateX(-10deg);
  2614. }
  2615. 70% {
  2616. -moz-transform: perspective(400px) rotateX(10deg);
  2617. }
  2618. 100% {
  2619. -moz-transform: perspective(400px) rotateX(0deg);
  2620. opacity: 1;
  2621. }
  2622. }
  2623. @-o-keyframes flipInX {
  2624. 0% {
  2625. -o-transform: perspective(400px) rotateX(90deg);
  2626. opacity: 0;
  2627. }
  2628. 40% {
  2629. -o-transform: perspective(400px) rotateX(-10deg);
  2630. }
  2631. 70% {
  2632. -o-transform: perspective(400px) rotateX(10deg);
  2633. }
  2634. 100% {
  2635. -o-transform: perspective(400px) rotateX(0deg);
  2636. opacity: 1;
  2637. }
  2638. }
  2639. @keyframes flipInX {
  2640. 0% {
  2641. transform: perspective(400px) rotateX(90deg);
  2642. opacity: 0;
  2643. }
  2644. 40% {
  2645. transform: perspective(400px) rotateX(-10deg);
  2646. }
  2647. 70% {
  2648. transform: perspective(400px) rotateX(10deg);
  2649. }
  2650. 100% {
  2651. transform: perspective(400px) rotateX(0deg);
  2652. opacity: 1;
  2653. }
  2654. }
  2655. .flipInX {
  2656. -webkit-backface-visibility: visible !important;
  2657. -webkit-animation-name: flipInX;
  2658. -moz-backface-visibility: visible !important;
  2659. -moz-animation-name: flipInX;
  2660. -o-backface-visibility: visible !important;
  2661. -o-animation-name: flipInX;
  2662. backface-visibility: visible !important;
  2663. animation-name: flipInX;
  2664. }
  2665. @-webkit-keyframes flipOutX {
  2666. 0% {
  2667. -webkit-transform: perspective(400px) rotateX(0deg);
  2668. opacity: 1;
  2669. }
  2670. 100% {
  2671. -webkit-transform: perspective(400px) rotateX(90deg);
  2672. opacity: 0;
  2673. }
  2674. }
  2675. @-moz-keyframes flipOutX {
  2676. 0% {
  2677. -moz-transform: perspective(400px) rotateX(0deg);
  2678. opacity: 1;
  2679. }
  2680. 100% {
  2681. -moz-transform: perspective(400px) rotateX(90deg);
  2682. opacity: 0;
  2683. }
  2684. }
  2685. @-o-keyframes flipOutX {
  2686. 0% {
  2687. -o-transform: perspective(400px) rotateX(0deg);
  2688. opacity: 1;
  2689. }
  2690. 100% {
  2691. -o-transform: perspective(400px) rotateX(90deg);
  2692. opacity: 0;
  2693. }
  2694. }
  2695. @keyframes flipOutX {
  2696. 0% {
  2697. transform: perspective(400px) rotateX(0deg);
  2698. opacity: 1;
  2699. }
  2700. 100% {
  2701. transform: perspective(400px) rotateX(90deg);
  2702. opacity: 0;
  2703. }
  2704. }
  2705. .flipOutX {
  2706. -webkit-animation-name: flipOutX;
  2707. -webkit-backface-visibility: visible !important;
  2708. -moz-animation-name: flipOutX;
  2709. -moz-backface-visibility: visible !important;
  2710. -o-animation-name: flipOutX;
  2711. -o-backface-visibility: visible !important;
  2712. animation-name: flipOutX;
  2713. backface-visibility: visible !important;
  2714. }
  2715. @-webkit-keyframes flipInY {
  2716. 0% {
  2717. -webkit-transform: perspective(400px) rotateY(90deg);
  2718. opacity: 0;
  2719. }
  2720. 40% {
  2721. -webkit-transform: perspective(400px) rotateY(-10deg);
  2722. }
  2723. 70% {
  2724. -webkit-transform: perspective(400px) rotateY(10deg);
  2725. }
  2726. 100% {
  2727. -webkit-transform: perspective(400px) rotateY(0deg);
  2728. opacity: 1;
  2729. }
  2730. }
  2731. @-moz-keyframes flipInY {
  2732. 0% {
  2733. -moz-transform: perspective(400px) rotateY(90deg);
  2734. opacity: 0;
  2735. }
  2736. 40% {
  2737. -moz-transform: perspective(400px) rotateY(-10deg);
  2738. }
  2739. 70% {
  2740. -moz-transform: perspective(400px) rotateY(10deg);
  2741. }
  2742. 100% {
  2743. -moz-transform: perspective(400px) rotateY(0deg);
  2744. opacity: 1;
  2745. }
  2746. }
  2747. @-o-keyframes flipInY {
  2748. 0% {
  2749. -o-transform: perspective(400px) rotateY(90deg);
  2750. opacity: 0;
  2751. }
  2752. 40% {
  2753. -o-transform: perspective(400px) rotateY(-10deg);
  2754. }
  2755. 70% {
  2756. -o-transform: perspective(400px) rotateY(10deg);
  2757. }
  2758. 100% {
  2759. -o-transform: perspective(400px) rotateY(0deg);
  2760. opacity: 1;
  2761. }
  2762. }
  2763. @keyframes flipInY {
  2764. 0% {
  2765. transform: perspective(400px) rotateY(90deg);
  2766. opacity: 0;
  2767. }
  2768. 40% {
  2769. transform: perspective(400px) rotateY(-10deg);
  2770. }
  2771. 70% {
  2772. transform: perspective(400px) rotateY(10deg);
  2773. }
  2774. 100% {
  2775. transform: perspective(400px) rotateY(0deg);
  2776. opacity: 1;
  2777. }
  2778. }
  2779. .flipInY {
  2780. -webkit-backface-visibility: visible !important;
  2781. -webkit-animation-name: flipInY;
  2782. -moz-backface-visibility: visible !important;
  2783. -moz-animation-name: flipInY;
  2784. -o-backface-visibility: visible !important;
  2785. -o-animation-name: flipInY;
  2786. backface-visibility: visible !important;
  2787. animation-name: flipInY;
  2788. }
  2789. @-webkit-keyframes flipOutY {
  2790. 0% {
  2791. -webkit-transform: perspective(400px) rotateY(0deg);
  2792. opacity: 1;
  2793. }
  2794. 100% {
  2795. -webkit-transform: perspective(400px) rotateY(90deg);
  2796. opacity: 0;
  2797. }
  2798. }
  2799. @-moz-keyframes flipOutY {
  2800. 0% {
  2801. -moz-transform: perspective(400px) rotateY(0deg);
  2802. opacity: 1;
  2803. }
  2804. 100% {
  2805. -moz-transform: perspective(400px) rotateY(90deg);
  2806. opacity: 0;
  2807. }
  2808. }
  2809. @-o-keyframes flipOutY {
  2810. 0% {
  2811. -o-transform: perspective(400px) rotateY(0deg);
  2812. opacity: 1;
  2813. }
  2814. 100% {
  2815. -o-transform: perspective(400px) rotateY(90deg);
  2816. opacity: 0;
  2817. }
  2818. }
  2819. @keyframes flipOutY {
  2820. 0% {
  2821. transform: perspective(400px) rotateY(0deg);
  2822. opacity: 1;
  2823. }
  2824. 100% {
  2825. transform: perspective(400px) rotateY(90deg);
  2826. opacity: 0;
  2827. }
  2828. }
  2829. .flipOutY {
  2830. -webkit-backface-visibility: visible !important;
  2831. -webkit-animation-name: flipOutY;
  2832. -moz-backface-visibility: visible !important;
  2833. -moz-animation-name: flipOutY;
  2834. -o-backface-visibility: visible !important;
  2835. -o-animation-name: flipOutY;
  2836. backface-visibility: visible !important;
  2837. animation-name: flipOutY;
  2838. }
  2839. @-webkit-keyframes fadeIn {
  2840. 0% {
  2841. opacity: 0;
  2842. }
  2843. 100% {
  2844. opacity: 1;
  2845. }
  2846. }
  2847. @-moz-keyframes fadeIn {
  2848. 0% {
  2849. opacity: 0;
  2850. }
  2851. 100% {
  2852. opacity: 1;
  2853. }
  2854. }
  2855. @-o-keyframes fadeIn {
  2856. 0% {
  2857. opacity: 0;
  2858. }
  2859. 100% {
  2860. opacity: 1;
  2861. }
  2862. }
  2863. @keyframes fadeIn {
  2864. 0% {
  2865. opacity: 0;
  2866. }
  2867. 100% {
  2868. opacity: 1;
  2869. }
  2870. }
  2871. .fadeIn {
  2872. -webkit-animation-name: fadeIn;
  2873. -moz-animation-name: fadeIn;
  2874. -o-animation-name: fadeIn;
  2875. animation-name: fadeIn;
  2876. }
  2877. @-webkit-keyframes fadeInUp {
  2878. 0% {
  2879. opacity: 0;
  2880. -webkit-transform: translateY(20px);
  2881. }
  2882. 100% {
  2883. opacity: 1;
  2884. -webkit-transform: translateY(0);
  2885. }
  2886. }
  2887. @-moz-keyframes fadeInUp {
  2888. 0% {
  2889. opacity: 0;
  2890. -moz-transform: translateY(20px);
  2891. }
  2892. 100% {
  2893. opacity: 1;
  2894. -moz-transform: translateY(0);
  2895. }
  2896. }
  2897. @-o-keyframes fadeInUp {
  2898. 0% {
  2899. opacity: 0;
  2900. -o-transform: translateY(20px);
  2901. }
  2902. 100% {
  2903. opacity: 1;
  2904. -o-transform: translateY(0);
  2905. }
  2906. }
  2907. @keyframes fadeInUp {
  2908. 0% {
  2909. opacity: 0;
  2910. transform: translateY(20px);
  2911. }
  2912. 100% {
  2913. opacity: 1;
  2914. transform: translateY(0);
  2915. }
  2916. }
  2917. .fadeInUp {
  2918. -webkit-animation-name: fadeInUp;
  2919. -moz-animation-name: fadeInUp;
  2920. -o-animation-name: fadeInUp;
  2921. animation-name: fadeInUp;
  2922. }
  2923. @-webkit-keyframes fadeInDown {
  2924. 0% {
  2925. opacity: 0;
  2926. -webkit-transform: translateY(-20px);
  2927. }
  2928. 100% {
  2929. opacity: 1;
  2930. -webkit-transform: translateY(0);
  2931. }
  2932. }
  2933. @-moz-keyframes fadeInDown {
  2934. 0% {
  2935. opacity: 0;
  2936. -moz-transform: translateY(-20px);
  2937. }
  2938. 100% {
  2939. opacity: 1;
  2940. -moz-transform: translateY(0);
  2941. }
  2942. }
  2943. @-o-keyframes fadeInDown {
  2944. 0% {
  2945. opacity: 0;
  2946. -o-transform: translateY(-20px);
  2947. }
  2948. 100% {
  2949. opacity: 1;
  2950. -o-transform: translateY(0);
  2951. }
  2952. }
  2953. @keyframes fadeInDown {
  2954. 0% {
  2955. opacity: 0;
  2956. transform: translateY(-20px);
  2957. }
  2958. 100% {
  2959. opacity: 1;
  2960. transform: translateY(0);
  2961. }
  2962. }
  2963. .fadeInDown {
  2964. -webkit-animation-name: fadeInDown;
  2965. -moz-animation-name: fadeInDown;
  2966. -o-animation-name: fadeInDown;
  2967. animation-name: fadeInDown;
  2968. }
  2969. @-webkit-keyframes fadeInLeft {
  2970. 0% {
  2971. opacity: 0;
  2972. -webkit-transform: translateX(-20px);
  2973. }
  2974. 100% {
  2975. opacity: 1;
  2976. -webkit-transform: translateX(0);
  2977. }
  2978. }
  2979. @-moz-keyframes fadeInLeft {
  2980. 0% {
  2981. opacity: 0;
  2982. -moz-transform: translateX(-20px);
  2983. }
  2984. 100% {
  2985. opacity: 1;
  2986. -moz-transform: translateX(0);
  2987. }
  2988. }
  2989. @-o-keyframes fadeInLeft {
  2990. 0% {
  2991. opacity: 0;
  2992. -o-transform: translateX(-20px);
  2993. }
  2994. 100% {
  2995. opacity: 1;
  2996. -o-transform: translateX(0);
  2997. }
  2998. }
  2999. @keyframes fadeInLeft {
  3000. 0% {
  3001. opacity: 0;
  3002. transform: translateX(-20px);
  3003. }
  3004. 100% {
  3005. opacity: 1;
  3006. transform: translateX(0);
  3007. }
  3008. }
  3009. .fadeInLeft {
  3010. -webkit-animation-name: fadeInLeft;
  3011. -moz-animation-name: fadeInLeft;
  3012. -o-animation-name: fadeInLeft;
  3013. animation-name: fadeInLeft;
  3014. }
  3015. @-webkit-keyframes fadeInRight {
  3016. 0% {
  3017. opacity: 0;
  3018. -webkit-transform: translateX(20px);
  3019. }
  3020. 100% {
  3021. opacity: 1;
  3022. -webkit-transform: translateX(0);
  3023. }
  3024. }
  3025. @-moz-keyframes fadeInRight {
  3026. 0% {
  3027. opacity: 0;
  3028. -moz-transform: translateX(20px);
  3029. }
  3030. 100% {
  3031. opacity: 1;
  3032. -moz-transform: translateX(0);
  3033. }
  3034. }
  3035. @-o-keyframes fadeInRight {
  3036. 0% {
  3037. opacity: 0;
  3038. -o-transform: translateX(20px);
  3039. }
  3040. 100% {
  3041. opacity: 1;
  3042. -o-transform: translateX(0);
  3043. }
  3044. }
  3045. @keyframes fadeInRight {
  3046. 0% {
  3047. opacity: 0;
  3048. transform: translateX(20px);
  3049. }
  3050. 100% {
  3051. opacity: 1;
  3052. transform: translateX(0);
  3053. }
  3054. }
  3055. .fadeInRight {
  3056. -webkit-animation-name: fadeInRight;
  3057. -moz-animation-name: fadeInRight;
  3058. -o-animation-name: fadeInRight;
  3059. animation-name: fadeInRight;
  3060. }
  3061. @-webkit-keyframes fadeInUpBig {
  3062. 0% {
  3063. opacity: 0;
  3064. -webkit-transform: translateY(2000px);
  3065. }
  3066. 100% {
  3067. opacity: 1;
  3068. -webkit-transform: translateY(0);
  3069. }
  3070. }
  3071. @-moz-keyframes fadeInUpBig {
  3072. 0% {
  3073. opacity: 0;
  3074. -moz-transform: translateY(2000px);
  3075. }
  3076. 100% {
  3077. opacity: 1;
  3078. -moz-transform: translateY(0);
  3079. }
  3080. }
  3081. @-o-keyframes fadeInUpBig {
  3082. 0% {
  3083. opacity: 0;
  3084. -o-transform: translateY(2000px);
  3085. }
  3086. 100% {
  3087. opacity: 1;
  3088. -o-transform: translateY(0);
  3089. }
  3090. }
  3091. @keyframes fadeInUpBig {
  3092. 0% {
  3093. opacity: 0;
  3094. transform: translateY(2000px);
  3095. }
  3096. 100% {
  3097. opacity: 1;
  3098. transform: translateY(0);
  3099. }
  3100. }
  3101. .fadeInUpBig {
  3102. -webkit-animation-name: fadeInUpBig;
  3103. -moz-animation-name: fadeInUpBig;
  3104. -o-animation-name: fadeInUpBig;
  3105. animation-name: fadeInUpBig;
  3106. }
  3107. @-webkit-keyframes fadeInDownBig {
  3108. 0% {
  3109. opacity: 0;
  3110. -webkit-transform: translateY(-2000px);
  3111. }
  3112. 100% {
  3113. opacity: 1;
  3114. -webkit-transform: translateY(0);
  3115. }
  3116. }
  3117. @-moz-keyframes fadeInDownBig {
  3118. 0% {
  3119. opacity: 0;
  3120. -moz-transform: translateY(-2000px);
  3121. }
  3122. 100% {
  3123. opacity: 1;
  3124. -moz-transform: translateY(0);
  3125. }
  3126. }
  3127. @-o-keyframes fadeInDownBig {
  3128. 0% {
  3129. opacity: 0;
  3130. -o-transform: translateY(-2000px);
  3131. }
  3132. 100% {
  3133. opacity: 1;
  3134. -o-transform: translateY(0);
  3135. }
  3136. }
  3137. @keyframes fadeInDownBig {
  3138. 0% {
  3139. opacity: 0;
  3140. transform: translateY(-2000px);
  3141. }
  3142. 100% {
  3143. opacity: 1;
  3144. transform: translateY(0);
  3145. }
  3146. }
  3147. .fadeInDownBig {
  3148. -webkit-animation-name: fadeInDownBig;
  3149. -moz-animation-name: fadeInDownBig;
  3150. -o-animation-name: fadeInDownBig;
  3151. animation-name: fadeInDownBig;
  3152. }
  3153. @-webkit-keyframes fadeInLeftBig {
  3154. 0% {
  3155. opacity: 0;
  3156. -webkit-transform: translateX(-2000px);
  3157. }
  3158. 100% {
  3159. opacity: 1;
  3160. -webkit-transform: translateX(0);
  3161. }
  3162. }
  3163. @-moz-keyframes fadeInLeftBig {
  3164. 0% {
  3165. opacity: 0;
  3166. -moz-transform: translateX(-2000px);
  3167. }
  3168. 100% {
  3169. opacity: 1;
  3170. -moz-transform: translateX(0);
  3171. }
  3172. }
  3173. @-o-keyframes fadeInLeftBig {
  3174. 0% {
  3175. opacity: 0;
  3176. -o-transform: translateX(-2000px);
  3177. }
  3178. 100% {
  3179. opacity: 1;
  3180. -o-transform: translateX(0);
  3181. }
  3182. }
  3183. @keyframes fadeInLeftBig {
  3184. 0% {
  3185. opacity: 0;
  3186. transform: translateX(-2000px);
  3187. }
  3188. 100% {
  3189. opacity: 1;
  3190. transform: translateX(0);
  3191. }
  3192. }
  3193. .fadeInLeftBig {
  3194. -webkit-animation-name: fadeInLeftBig;
  3195. -moz-animation-name: fadeInLeftBig;
  3196. -o-animation-name: fadeInLeftBig;
  3197. animation-name: fadeInLeftBig;
  3198. }
  3199. @-webkit-keyframes fadeInRightBig {
  3200. 0% {
  3201. opacity: 0;
  3202. -webkit-transform: translateX(2000px);
  3203. }
  3204. 100% {
  3205. opacity: 1;
  3206. -webkit-transform: translateX(0);
  3207. }
  3208. }
  3209. @-moz-keyframes fadeInRightBig {
  3210. 0% {
  3211. opacity: 0;
  3212. -moz-transform: translateX(2000px);
  3213. }
  3214. 100% {
  3215. opacity: 1;
  3216. -moz-transform: translateX(0);
  3217. }
  3218. }
  3219. @-o-keyframes fadeInRightBig {
  3220. 0% {
  3221. opacity: 0;
  3222. -o-transform: translateX(2000px);
  3223. }
  3224. 100% {
  3225. opacity: 1;
  3226. -o-transform: translateX(0);
  3227. }
  3228. }
  3229. @keyframes fadeInRightBig {
  3230. 0% {
  3231. opacity: 0;
  3232. transform: translateX(2000px);
  3233. }
  3234. 100% {
  3235. opacity: 1;
  3236. transform: translateX(0);
  3237. }
  3238. }
  3239. .fadeInRightBig {
  3240. -webkit-animation-name: fadeInRightBig;
  3241. -moz-animation-name: fadeInRightBig;
  3242. -o-animation-name: fadeInRightBig;
  3243. animation-name: fadeInRightBig;
  3244. }
  3245. @-webkit-keyframes fadeOut {
  3246. 0% {
  3247. opacity: 1;
  3248. }
  3249. 100% {
  3250. opacity: 0;
  3251. }
  3252. }
  3253. @-moz-keyframes fadeOut {
  3254. 0% {
  3255. opacity: 1;
  3256. }
  3257. 100% {
  3258. opacity: 0;
  3259. }
  3260. }
  3261. @-o-keyframes fadeOut {
  3262. 0% {
  3263. opacity: 1;
  3264. }
  3265. 100% {
  3266. opacity: 0;
  3267. }
  3268. }
  3269. @keyframes fadeOut {
  3270. 0% {
  3271. opacity: 1;
  3272. }
  3273. 100% {
  3274. opacity: 0;
  3275. }
  3276. }
  3277. .fadeOut {
  3278. -webkit-animation-name: fadeOut;
  3279. -moz-animation-name: fadeOut;
  3280. -o-animation-name: fadeOut;
  3281. animation-name: fadeOut;
  3282. }
  3283. @-webkit-keyframes fadeOutUp {
  3284. 0% {
  3285. opacity: 1;
  3286. -webkit-transform: translateY(0);
  3287. }
  3288. 100% {
  3289. opacity: 0;
  3290. -webkit-transform: translateY(-20px);
  3291. }
  3292. }
  3293. @-moz-keyframes fadeOutUp {
  3294. 0% {
  3295. opacity: 1;
  3296. -moz-transform: translateY(0);
  3297. }
  3298. 100% {
  3299. opacity: 0;
  3300. -moz-transform: translateY(-20px);
  3301. }
  3302. }
  3303. @-o-keyframes fadeOutUp {
  3304. 0% {
  3305. opacity: 1;
  3306. -o-transform: translateY(0);
  3307. }
  3308. 100% {
  3309. opacity: 0;
  3310. -o-transform: translateY(-20px);
  3311. }
  3312. }
  3313. @keyframes fadeOutUp {
  3314. 0% {
  3315. opacity: 1;
  3316. transform: translateY(0);
  3317. }
  3318. 100% {
  3319. opacity: 0;
  3320. transform: translateY(-20px);
  3321. }
  3322. }
  3323. .fadeOutUp {
  3324. -webkit-animation-name: fadeOutUp;
  3325. -moz-animation-name: fadeOutUp;
  3326. -o-animation-name: fadeOutUp;
  3327. animation-name: fadeOutUp;
  3328. }
  3329. @-webkit-keyframes fadeOutDown {
  3330. 0% {
  3331. opacity: 1;
  3332. -webkit-transform: translateY(0);
  3333. }
  3334. 100% {
  3335. opacity: 0;
  3336. -webkit-transform: translateY(20px);
  3337. }
  3338. }
  3339. @-moz-keyframes fadeOutDown {
  3340. 0% {
  3341. opacity: 1;
  3342. -moz-transform: translateY(0);
  3343. }
  3344. 100% {
  3345. opacity: 0;
  3346. -moz-transform: translateY(20px);
  3347. }
  3348. }
  3349. @-o-keyframes fadeOutDown {
  3350. 0% {
  3351. opacity: 1;
  3352. -o-transform: translateY(0);
  3353. }
  3354. 100% {
  3355. opacity: 0;
  3356. -o-transform: translateY(20px);
  3357. }
  3358. }
  3359. @keyframes fadeOutDown {
  3360. 0% {
  3361. opacity: 1;
  3362. transform: translateY(0);
  3363. }
  3364. 100% {
  3365. opacity: 0;
  3366. transform: translateY(20px);
  3367. }
  3368. }
  3369. .fadeOutDown {
  3370. -webkit-animation-name: fadeOutDown;
  3371. -moz-animation-name: fadeOutDown;
  3372. -o-animation-name: fadeOutDown;
  3373. animation-name: fadeOutDown;
  3374. }
  3375. @-webkit-keyframes fadeOutLeft {
  3376. 0% {
  3377. opacity: 1;
  3378. -webkit-transform: translateX(0);
  3379. }
  3380. 100% {
  3381. opacity: 0;
  3382. -webkit-transform: translateX(-20px);
  3383. }
  3384. }
  3385. @-moz-keyframes fadeOutLeft {
  3386. 0% {
  3387. opacity: 1;
  3388. -moz-transform: translateX(0);
  3389. }
  3390. 100% {
  3391. opacity: 0;
  3392. -moz-transform: translateX(-20px);
  3393. }
  3394. }
  3395. @-o-keyframes fadeOutLeft {
  3396. 0% {
  3397. opacity: 1;
  3398. -o-transform: translateX(0);
  3399. }
  3400. 100% {
  3401. opacity: 0;
  3402. -o-transform: translateX(-20px);
  3403. }
  3404. }
  3405. @keyframes fadeOutLeft {
  3406. 0% {
  3407. opacity: 1;
  3408. transform: translateX(0);
  3409. }
  3410. 100% {
  3411. opacity: 0;
  3412. transform: translateX(-20px);
  3413. }
  3414. }
  3415. .fadeOutLeft {
  3416. -webkit-animation-name: fadeOutLeft;
  3417. -moz-animation-name: fadeOutLeft;
  3418. -o-animation-name: fadeOutLeft;
  3419. animation-name: fadeOutLeft;
  3420. }
  3421. @-webkit-keyframes fadeOutRight {
  3422. 0% {
  3423. opacity: 1;
  3424. -webkit-transform: translateX(0);
  3425. }
  3426. 100% {
  3427. opacity: 0;
  3428. -webkit-transform: translateX(20px);
  3429. }
  3430. }
  3431. @-moz-keyframes fadeOutRight {
  3432. 0% {
  3433. opacity: 1;
  3434. -moz-transform: translateX(0);
  3435. }
  3436. 100% {
  3437. opacity: 0;
  3438. -moz-transform: translateX(20px);
  3439. }
  3440. }
  3441. @-o-keyframes fadeOutRight {
  3442. 0% {
  3443. opacity: 1;
  3444. -o-transform: translateX(0);
  3445. }
  3446. 100% {
  3447. opacity: 0;
  3448. -o-transform: translateX(20px);
  3449. }
  3450. }
  3451. @keyframes fadeOutRight {
  3452. 0% {
  3453. opacity: 1;
  3454. transform: translateX(0);
  3455. }
  3456. 100% {
  3457. opacity: 0;
  3458. transform: translateX(20px);
  3459. }
  3460. }
  3461. .fadeOutRight {
  3462. -webkit-animation-name: fadeOutRight;
  3463. -moz-animation-name: fadeOutRight;
  3464. -o-animation-name: fadeOutRight;
  3465. animation-name: fadeOutRight;
  3466. }
  3467. @-webkit-keyframes fadeOutUpBig {
  3468. 0% {
  3469. opacity: 1;
  3470. -webkit-transform: translateY(0);
  3471. }
  3472. 100% {
  3473. opacity: 0;
  3474. -webkit-transform: translateY(-2000px);
  3475. }
  3476. }
  3477. @-moz-keyframes fadeOutUpBig {
  3478. 0% {
  3479. opacity: 1;
  3480. -moz-transform: translateY(0);
  3481. }
  3482. 100% {
  3483. opacity: 0;
  3484. -moz-transform: translateY(-2000px);
  3485. }
  3486. }
  3487. @-o-keyframes fadeOutUpBig {
  3488. 0% {
  3489. opacity: 1;
  3490. -o-transform: translateY(0);
  3491. }
  3492. 100% {
  3493. opacity: 0;
  3494. -o-transform: translateY(-2000px);
  3495. }
  3496. }
  3497. @keyframes fadeOutUpBig {
  3498. 0% {
  3499. opacity: 1;
  3500. transform: translateY(0);
  3501. }
  3502. 100% {
  3503. opacity: 0;
  3504. transform: translateY(-2000px);
  3505. }
  3506. }
  3507. .fadeOutUpBig {
  3508. -webkit-animation-name: fadeOutUpBig;
  3509. -moz-animation-name: fadeOutUpBig;
  3510. -o-animation-name: fadeOutUpBig;
  3511. animation-name: fadeOutUpBig;
  3512. }
  3513. @-webkit-keyframes fadeOutDownBig {
  3514. 0% {
  3515. opacity: 1;
  3516. -webkit-transform: translateY(0);
  3517. }
  3518. 100% {
  3519. opacity: 0;
  3520. -webkit-transform: translateY(2000px);
  3521. }
  3522. }
  3523. @-moz-keyframes fadeOutDownBig {
  3524. 0% {
  3525. opacity: 1;
  3526. -moz-transform: translateY(0);
  3527. }
  3528. 100% {
  3529. opacity: 0;
  3530. -moz-transform: translateY(2000px);
  3531. }
  3532. }
  3533. @-o-keyframes fadeOutDownBig {
  3534. 0% {
  3535. opacity: 1;
  3536. -o-transform: translateY(0);
  3537. }
  3538. 100% {
  3539. opacity: 0;
  3540. -o-transform: translateY(2000px);
  3541. }
  3542. }
  3543. @keyframes fadeOutDownBig {
  3544. 0% {
  3545. opacity: 1;
  3546. transform: translateY(0);
  3547. }
  3548. 100% {
  3549. opacity: 0;
  3550. transform: translateY(2000px);
  3551. }
  3552. }
  3553. .fadeOutDownBig {
  3554. -webkit-animation-name: fadeOutDownBig;
  3555. -moz-animation-name: fadeOutDownBig;
  3556. -o-animation-name: fadeOutDownBig;
  3557. animation-name: fadeOutDownBig;
  3558. }
  3559. @-webkit-keyframes fadeOutLeftBig {
  3560. 0% {
  3561. opacity: 1;
  3562. -webkit-transform: translateX(0);
  3563. }
  3564. 100% {
  3565. opacity: 0;
  3566. -webkit-transform: translateX(-2000px);
  3567. }
  3568. }
  3569. @-moz-keyframes fadeOutLeftBig {
  3570. 0% {
  3571. opacity: 1;
  3572. -moz-transform: translateX(0);
  3573. }
  3574. 100% {
  3575. opacity: 0;
  3576. -moz-transform: translateX(-2000px);
  3577. }
  3578. }
  3579. @-o-keyframes fadeOutLeftBig {
  3580. 0% {
  3581. opacity: 1;
  3582. -o-transform: translateX(0);
  3583. }
  3584. 100% {
  3585. opacity: 0;
  3586. -o-transform: translateX(-2000px);
  3587. }
  3588. }
  3589. @keyframes fadeOutLeftBig {
  3590. 0% {
  3591. opacity: 1;
  3592. transform: translateX(0);
  3593. }
  3594. 100% {
  3595. opacity: 0;
  3596. transform: translateX(-2000px);
  3597. }
  3598. }
  3599. .fadeOutLeftBig {
  3600. -webkit-animation-name: fadeOutLeftBig;
  3601. -moz-animation-name: fadeOutLeftBig;
  3602. -o-animation-name: fadeOutLeftBig;
  3603. animation-name: fadeOutLeftBig;
  3604. }
  3605. @-webkit-keyframes fadeOutRightBig {
  3606. 0% {
  3607. opacity: 1;
  3608. -webkit-transform: translateX(0);
  3609. }
  3610. 100% {
  3611. opacity: 0;
  3612. -webkit-transform: translateX(2000px);
  3613. }
  3614. }
  3615. @-moz-keyframes fadeOutRightBig {
  3616. 0% {
  3617. opacity: 1;
  3618. -moz-transform: translateX(0);
  3619. }
  3620. 100% {
  3621. opacity: 0;
  3622. -moz-transform: translateX(2000px);
  3623. }
  3624. }
  3625. @-o-keyframes fadeOutRightBig {
  3626. 0% {
  3627. opacity: 1;
  3628. -o-transform: translateX(0);
  3629. }
  3630. 100% {
  3631. opacity: 0;
  3632. -o-transform: translateX(2000px);
  3633. }
  3634. }
  3635. @keyframes fadeOutRightBig {
  3636. 0% {
  3637. opacity: 1;
  3638. transform: translateX(0);
  3639. }
  3640. 100% {
  3641. opacity: 0;
  3642. transform: translateX(2000px);
  3643. }
  3644. }
  3645. .fadeOutRightBig {
  3646. -webkit-animation-name: fadeOutRightBig;
  3647. -moz-animation-name: fadeOutRightBig;
  3648. -o-animation-name: fadeOutRightBig;
  3649. animation-name: fadeOutRightBig;
  3650. }
  3651. @-webkit-keyframes bounceIn {
  3652. 0% {
  3653. opacity: 0;
  3654. -webkit-transform: scale(0.3);
  3655. }
  3656. 50% {
  3657. opacity: 1;
  3658. -webkit-transform: scale(1.05);
  3659. }
  3660. 70% {
  3661. -webkit-transform: scale(0.9);
  3662. }
  3663. 100% {
  3664. -webkit-transform: scale(1);
  3665. }
  3666. }
  3667. @-moz-keyframes bounceIn {
  3668. 0% {
  3669. opacity: 0;
  3670. -moz-transform: scale(0.3);
  3671. }
  3672. 50% {
  3673. opacity: 1;
  3674. -moz-transform: scale(1.05);
  3675. }
  3676. 70% {
  3677. -moz-transform: scale(0.9);
  3678. }
  3679. 100% {
  3680. -moz-transform: scale(1);
  3681. }
  3682. }
  3683. @-o-keyframes bounceIn {
  3684. 0% {
  3685. opacity: 0;
  3686. -o-transform: scale(0.3);
  3687. }
  3688. 50% {
  3689. opacity: 1;
  3690. -o-transform: scale(1.05);
  3691. }
  3692. 70% {
  3693. -o-transform: scale(0.9);
  3694. }
  3695. 100% {
  3696. -o-transform: scale(1);
  3697. }
  3698. }
  3699. @keyframes bounceIn {
  3700. 0% {
  3701. opacity: 0;
  3702. transform: scale(0.3);
  3703. }
  3704. 50% {
  3705. opacity: 1;
  3706. transform: scale(1.05);
  3707. }
  3708. 70% {
  3709. transform: scale(0.9);
  3710. }
  3711. 100% {
  3712. transform: scale(1);
  3713. }
  3714. }
  3715. .bounceIn {
  3716. -webkit-animation-name: bounceIn;
  3717. -moz-animation-name: bounceIn;
  3718. -o-animation-name: bounceIn;
  3719. animation-name: bounceIn;
  3720. }
  3721. @-webkit-keyframes bounceInUp {
  3722. 0% {
  3723. opacity: 0;
  3724. -webkit-transform: translateY(2000px);
  3725. }
  3726. 60% {
  3727. opacity: 1;
  3728. -webkit-transform: translateY(-30px);
  3729. }
  3730. 80% {
  3731. -webkit-transform: translateY(10px);
  3732. }
  3733. 100% {
  3734. -webkit-transform: translateY(0);
  3735. }
  3736. }
  3737. @-moz-keyframes bounceInUp {
  3738. 0% {
  3739. opacity: 0;
  3740. -moz-transform: translateY(2000px);
  3741. }
  3742. 60% {
  3743. opacity: 1;
  3744. -moz-transform: translateY(-30px);
  3745. }
  3746. 80% {
  3747. -moz-transform: translateY(10px);
  3748. }
  3749. 100% {
  3750. -moz-transform: translateY(0);
  3751. }
  3752. }
  3753. @-o-keyframes bounceInUp {
  3754. 0% {
  3755. opacity: 0;
  3756. -o-transform: translateY(2000px);
  3757. }
  3758. 60% {
  3759. opacity: 1;
  3760. -o-transform: translateY(-30px);
  3761. }
  3762. 80% {
  3763. -o-transform: translateY(10px);
  3764. }
  3765. 100% {
  3766. -o-transform: translateY(0);
  3767. }
  3768. }
  3769. @keyframes bounceInUp {
  3770. 0% {
  3771. opacity: 0;
  3772. transform: translateY(2000px);
  3773. }
  3774. 60% {
  3775. opacity: 1;
  3776. transform: translateY(-30px);
  3777. }
  3778. 80% {
  3779. transform: translateY(10px);
  3780. }
  3781. 100% {
  3782. transform: translateY(0);
  3783. }
  3784. }
  3785. .bounceInUp {
  3786. -webkit-animation-name: bounceInUp;
  3787. -moz-animation-name: bounceInUp;
  3788. -o-animation-name: bounceInUp;
  3789. animation-name: bounceInUp;
  3790. }
  3791. @-webkit-keyframes bounceInDown {
  3792. 0% {
  3793. opacity: 0;
  3794. -webkit-transform: translateY(-2000px);
  3795. }
  3796. 60% {
  3797. opacity: 1;
  3798. -webkit-transform: translateY(30px);
  3799. }
  3800. 80% {
  3801. -webkit-transform: translateY(-10px);
  3802. }
  3803. 100% {
  3804. -webkit-transform: translateY(0);
  3805. }
  3806. }
  3807. @-moz-keyframes bounceInDown {
  3808. 0% {
  3809. opacity: 0;
  3810. -moz-transform: translateY(-2000px);
  3811. }
  3812. 60% {
  3813. opacity: 1;
  3814. -moz-transform: translateY(30px);
  3815. }
  3816. 80% {
  3817. -moz-transform: translateY(-10px);
  3818. }
  3819. 100% {
  3820. -moz-transform: translateY(0);
  3821. }
  3822. }
  3823. @-o-keyframes bounceInDown {
  3824. 0% {
  3825. opacity: 0;
  3826. -o-transform: translateY(-2000px);
  3827. }
  3828. 60% {
  3829. opacity: 1;
  3830. -o-transform: translateY(30px);
  3831. }
  3832. 80% {
  3833. -o-transform: translateY(-10px);
  3834. }
  3835. 100% {
  3836. -o-transform: translateY(0);
  3837. }
  3838. }
  3839. @keyframes bounceInDown {
  3840. 0% {
  3841. opacity: 0;
  3842. transform: translateY(-2000px);
  3843. }
  3844. 60% {
  3845. opacity: 1;
  3846. transform: translateY(30px);
  3847. }
  3848. 80% {
  3849. transform: translateY(-10px);
  3850. }
  3851. 100% {
  3852. transform: translateY(0);
  3853. }
  3854. }
  3855. .bounceInDown {
  3856. -webkit-animation-name: bounceInDown;
  3857. -moz-animation-name: bounceInDown;
  3858. -o-animation-name: bounceInDown;
  3859. animation-name: bounceInDown;
  3860. }
  3861. @-webkit-keyframes bounceInLeft {
  3862. 0% {
  3863. opacity: 0;
  3864. -webkit-transform: translateX(-2000px);
  3865. }
  3866. 60% {
  3867. opacity: 1;
  3868. -webkit-transform: translateX(30px);
  3869. }
  3870. 80% {
  3871. -webkit-transform: translateX(-10px);
  3872. }
  3873. 100% {
  3874. -webkit-transform: translateX(0);
  3875. }
  3876. }
  3877. @-moz-keyframes bounceInLeft {
  3878. 0% {
  3879. opacity: 0;
  3880. -moz-transform: translateX(-2000px);
  3881. }
  3882. 60% {
  3883. opacity: 1;
  3884. -moz-transform: translateX(30px);
  3885. }
  3886. 80% {
  3887. -moz-transform: translateX(-10px);
  3888. }
  3889. 100% {
  3890. -moz-transform: translateX(0);
  3891. }
  3892. }
  3893. @-o-keyframes bounceInLeft {
  3894. 0% {
  3895. opacity: 0;
  3896. -o-transform: translateX(-2000px);
  3897. }
  3898. 60% {
  3899. opacity: 1;
  3900. -o-transform: translateX(30px);
  3901. }
  3902. 80% {
  3903. -o-transform: translateX(-10px);
  3904. }
  3905. 100% {
  3906. -o-transform: translateX(0);
  3907. }
  3908. }
  3909. @keyframes bounceInLeft {
  3910. 0% {
  3911. opacity: 0;
  3912. transform: translateX(-2000px);
  3913. }
  3914. 60% {
  3915. opacity: 1;
  3916. transform: translateX(30px);
  3917. }
  3918. 80% {
  3919. transform: translateX(-10px);
  3920. }
  3921. 100% {
  3922. transform: translateX(0);
  3923. }
  3924. }
  3925. .bounceInLeft {
  3926. -webkit-animation-name: bounceInLeft;
  3927. -moz-animation-name: bounceInLeft;
  3928. -o-animation-name: bounceInLeft;
  3929. animation-name: bounceInLeft;
  3930. }
  3931. @-webkit-keyframes bounceInRight {
  3932. 0% {
  3933. opacity: 0;
  3934. -webkit-transform: translateX(2000px);
  3935. }
  3936. 60% {
  3937. opacity: 1;
  3938. -webkit-transform: translateX(-30px);
  3939. }
  3940. 80% {
  3941. -webkit-transform: translateX(10px);
  3942. }
  3943. 100% {
  3944. -webkit-transform: translateX(0);
  3945. }
  3946. }
  3947. @-moz-keyframes bounceInRight {
  3948. 0% {
  3949. opacity: 0;
  3950. -moz-transform: translateX(2000px);
  3951. }
  3952. 60% {
  3953. opacity: 1;
  3954. -moz-transform: translateX(-30px);
  3955. }
  3956. 80% {
  3957. -moz-transform: translateX(10px);
  3958. }
  3959. 100% {
  3960. -moz-transform: translateX(0);
  3961. }
  3962. }
  3963. @-o-keyframes bounceInRight {
  3964. 0% {
  3965. opacity: 0;
  3966. -o-transform: translateX(2000px);
  3967. }
  3968. 60% {
  3969. opacity: 1;
  3970. -o-transform: translateX(-30px);
  3971. }
  3972. 80% {
  3973. -o-transform: translateX(10px);
  3974. }
  3975. 100% {
  3976. -o-transform: translateX(0);
  3977. }
  3978. }
  3979. @keyframes bounceInRight {
  3980. 0% {
  3981. opacity: 0;
  3982. transform: translateX(2000px);
  3983. }
  3984. 60% {
  3985. opacity: 1;
  3986. transform: translateX(-30px);
  3987. }
  3988. 80% {
  3989. transform: translateX(10px);
  3990. }
  3991. 100% {
  3992. transform: translateX(0);
  3993. }
  3994. }
  3995. .bounceInRight {
  3996. -webkit-animation-name: bounceInRight;
  3997. -moz-animation-name: bounceInRight;
  3998. -o-animation-name: bounceInRight;
  3999. animation-name: bounceInRight;
  4000. }
  4001. @-webkit-keyframes bounceOut {
  4002. 0% {
  4003. -webkit-transform: scale(1);
  4004. }
  4005. 25% {
  4006. -webkit-transform: scale(0.95);
  4007. }
  4008. 50% {
  4009. opacity: 1;
  4010. -webkit-transform: scale(1.1);
  4011. }
  4012. 100% {
  4013. opacity: 0;
  4014. -webkit-transform: scale(0.3);
  4015. }
  4016. }
  4017. @-moz-keyframes bounceOut {
  4018. 0% {
  4019. -moz-transform: scale(1);
  4020. }
  4021. 25% {
  4022. -moz-transform: scale(0.95);
  4023. }
  4024. 50% {
  4025. opacity: 1;
  4026. -moz-transform: scale(1.1);
  4027. }
  4028. 100% {
  4029. opacity: 0;
  4030. -moz-transform: scale(0.3);
  4031. }
  4032. }
  4033. @-o-keyframes bounceOut {
  4034. 0% {
  4035. -o-transform: scale(1);
  4036. }
  4037. 25% {
  4038. -o-transform: scale(0.95);
  4039. }
  4040. 50% {
  4041. opacity: 1;
  4042. -o-transform: scale(1.1);
  4043. }
  4044. 100% {
  4045. opacity: 0;
  4046. -o-transform: scale(0.3);
  4047. }
  4048. }
  4049. @keyframes bounceOut {
  4050. 0% {
  4051. transform: scale(1);
  4052. }
  4053. 25% {
  4054. transform: scale(0.95);
  4055. }
  4056. 50% {
  4057. opacity: 1;
  4058. transform: scale(1.1);
  4059. }
  4060. 100% {
  4061. opacity: 0;
  4062. transform: scale(0.3);
  4063. }
  4064. }
  4065. .bounceOut {
  4066. -webkit-animation-name: bounceOut;
  4067. -moz-animation-name: bounceOut;
  4068. -o-animation-name: bounceOut;
  4069. animation-name: bounceOut;
  4070. }
  4071. @-webkit-keyframes bounceOutUp {
  4072. 0% {
  4073. -webkit-transform: translateY(0);
  4074. }
  4075. 20% {
  4076. opacity: 1;
  4077. -webkit-transform: translateY(20px);
  4078. }
  4079. 100% {
  4080. opacity: 0;
  4081. -webkit-transform: translateY(-2000px);
  4082. }
  4083. }
  4084. @-moz-keyframes bounceOutUp {
  4085. 0% {
  4086. -moz-transform: translateY(0);
  4087. }
  4088. 20% {
  4089. opacity: 1;
  4090. -moz-transform: translateY(20px);
  4091. }
  4092. 100% {
  4093. opacity: 0;
  4094. -moz-transform: translateY(-2000px);
  4095. }
  4096. }
  4097. @-o-keyframes bounceOutUp {
  4098. 0% {
  4099. -o-transform: translateY(0);
  4100. }
  4101. 20% {
  4102. opacity: 1;
  4103. -o-transform: translateY(20px);
  4104. }
  4105. 100% {
  4106. opacity: 0;
  4107. -o-transform: translateY(-2000px);
  4108. }
  4109. }
  4110. @keyframes bounceOutUp {
  4111. 0% {
  4112. transform: translateY(0);
  4113. }
  4114. 20% {
  4115. opacity: 1;
  4116. transform: translateY(20px);
  4117. }
  4118. 100% {
  4119. opacity: 0;
  4120. transform: translateY(-2000px);
  4121. }
  4122. }
  4123. .bounceOutUp {
  4124. -webkit-animation-name: bounceOutUp;
  4125. -moz-animation-name: bounceOutUp;
  4126. -o-animation-name: bounceOutUp;
  4127. animation-name: bounceOutUp;
  4128. }
  4129. @-webkit-keyframes bounceOutDown {
  4130. 0% {
  4131. -webkit-transform: translateY(0);
  4132. }
  4133. 20% {
  4134. opacity: 1;
  4135. -webkit-transform: translateY(-20px);
  4136. }
  4137. 100% {
  4138. opacity: 0;
  4139. -webkit-transform: translateY(2000px);
  4140. }
  4141. }
  4142. @-moz-keyframes bounceOutDown {
  4143. 0% {
  4144. -moz-transform: translateY(0);
  4145. }
  4146. 20% {
  4147. opacity: 1;
  4148. -moz-transform: translateY(-20px);
  4149. }
  4150. 100% {
  4151. opacity: 0;
  4152. -moz-transform: translateY(2000px);
  4153. }
  4154. }
  4155. @-o-keyframes bounceOutDown {
  4156. 0% {
  4157. -o-transform: translateY(0);
  4158. }
  4159. 20% {
  4160. opacity: 1;
  4161. -o-transform: translateY(-20px);
  4162. }
  4163. 100% {
  4164. opacity: 0;
  4165. -o-transform: translateY(2000px);
  4166. }
  4167. }
  4168. @keyframes bounceOutDown {
  4169. 0% {
  4170. transform: translateY(0);
  4171. }
  4172. 20% {
  4173. opacity: 1;
  4174. transform: translateY(-20px);
  4175. }
  4176. 100% {
  4177. opacity: 0;
  4178. transform: translateY(2000px);
  4179. }
  4180. }
  4181. .bounceOutDown {
  4182. -webkit-animation-name: bounceOutDown;
  4183. -moz-animation-name: bounceOutDown;
  4184. -o-animation-name: bounceOutDown;
  4185. animation-name: bounceOutDown;
  4186. }
  4187. @-webkit-keyframes bounceOutLeft {
  4188. 0% {
  4189. -webkit-transform: translateX(0);
  4190. }
  4191. 20% {
  4192. opacity: 1;
  4193. -webkit-transform: translateX(20px);
  4194. }
  4195. 100% {
  4196. opacity: 0;
  4197. -webkit-transform: translateX(-2000px);
  4198. }
  4199. }
  4200. @-moz-keyframes bounceOutLeft {
  4201. 0% {
  4202. -moz-transform: translateX(0);
  4203. }
  4204. 20% {
  4205. opacity: 1;
  4206. -moz-transform: translateX(20px);
  4207. }
  4208. 100% {
  4209. opacity: 0;
  4210. -moz-transform: translateX(-2000px);
  4211. }
  4212. }
  4213. @-o-keyframes bounceOutLeft {
  4214. 0% {
  4215. -o-transform: translateX(0);
  4216. }
  4217. 20% {
  4218. opacity: 1;
  4219. -o-transform: translateX(20px);
  4220. }
  4221. 100% {
  4222. opacity: 0;
  4223. -o-transform: translateX(-2000px);
  4224. }
  4225. }
  4226. @keyframes bounceOutLeft {
  4227. 0% {
  4228. transform: translateX(0);
  4229. }
  4230. 20% {
  4231. opacity: 1;
  4232. transform: translateX(20px);
  4233. }
  4234. 100% {
  4235. opacity: 0;
  4236. transform: translateX(-2000px);
  4237. }
  4238. }
  4239. .bounceOutLeft {
  4240. -webkit-animation-name: bounceOutLeft;
  4241. -moz-animation-name: bounceOutLeft;
  4242. -o-animation-name: bounceOutLeft;
  4243. animation-name: bounceOutLeft;
  4244. }
  4245. @-webkit-keyframes bounceOutRight {
  4246. 0% {
  4247. -webkit-transform: translateX(0);
  4248. }
  4249. 20% {
  4250. opacity: 1;
  4251. -webkit-transform: translateX(-20px);
  4252. }
  4253. 100% {
  4254. opacity: 0;
  4255. -webkit-transform: translateX(2000px);
  4256. }
  4257. }
  4258. @-moz-keyframes bounceOutRight {
  4259. 0% {
  4260. -moz-transform: translateX(0);
  4261. }
  4262. 20% {
  4263. opacity: 1;
  4264. -moz-transform: translateX(-20px);
  4265. }
  4266. 100% {
  4267. opacity: 0;
  4268. -moz-transform: translateX(2000px);
  4269. }
  4270. }
  4271. @-o-keyframes bounceOutRight {
  4272. 0% {
  4273. -o-transform: translateX(0);
  4274. }
  4275. 20% {
  4276. opacity: 1;
  4277. -o-transform: translateX(-20px);
  4278. }
  4279. 100% {
  4280. opacity: 0;
  4281. -o-transform: translateX(2000px);
  4282. }
  4283. }
  4284. @keyframes bounceOutRight {
  4285. 0% {
  4286. transform: translateX(0);
  4287. }
  4288. 20% {
  4289. opacity: 1;
  4290. transform: translateX(-20px);
  4291. }
  4292. 100% {
  4293. opacity: 0;
  4294. transform: translateX(2000px);
  4295. }
  4296. }
  4297. .bounceOutRight {
  4298. -webkit-animation-name: bounceOutRight;
  4299. -moz-animation-name: bounceOutRight;
  4300. -o-animation-name: bounceOutRight;
  4301. animation-name: bounceOutRight;
  4302. }
  4303. @-webkit-keyframes rotateIn {
  4304. 0% {
  4305. -webkit-transform-origin: center center;
  4306. -webkit-transform: rotate(-200deg);
  4307. opacity: 0;
  4308. }
  4309. 100% {
  4310. -webkit-transform-origin: center center;
  4311. -webkit-transform: rotate(0);
  4312. opacity: 1;
  4313. }
  4314. }
  4315. @-moz-keyframes rotateIn {
  4316. 0% {
  4317. -moz-transform-origin: center center;
  4318. -moz-transform: rotate(-200deg);
  4319. opacity: 0;
  4320. }
  4321. 100% {
  4322. -moz-transform-origin: center center;
  4323. -moz-transform: rotate(0);
  4324. opacity: 1;
  4325. }
  4326. }
  4327. @-o-keyframes rotateIn {
  4328. 0% {
  4329. -o-transform-origin: center center;
  4330. -o-transform: rotate(-200deg);
  4331. opacity: 0;
  4332. }
  4333. 100% {
  4334. -o-transform-origin: center center;
  4335. -o-transform: rotate(0);
  4336. opacity: 1;
  4337. }
  4338. }
  4339. @keyframes rotateIn {
  4340. 0% {
  4341. transform-origin: center center;
  4342. transform: rotate(-200deg);
  4343. opacity: 0;
  4344. }
  4345. 100% {
  4346. transform-origin: center center;
  4347. transform: rotate(0);
  4348. opacity: 1;
  4349. }
  4350. }
  4351. .rotateIn {
  4352. -webkit-animation-name: rotateIn;
  4353. -moz-animation-name: rotateIn;
  4354. -o-animation-name: rotateIn;
  4355. animation-name: rotateIn;
  4356. }
  4357. @-webkit-keyframes rotateInUpLeft {
  4358. 0% {
  4359. -webkit-transform-origin: left bottom;
  4360. -webkit-transform: rotate(90deg);
  4361. opacity: 0;
  4362. }
  4363. 100% {
  4364. -webkit-transform-origin: left bottom;
  4365. -webkit-transform: rotate(0);
  4366. opacity: 1;
  4367. }
  4368. }
  4369. @-moz-keyframes rotateInUpLeft {
  4370. 0% {
  4371. -moz-transform-origin: left bottom;
  4372. -moz-transform: rotate(90deg);
  4373. opacity: 0;
  4374. }
  4375. 100% {
  4376. -moz-transform-origin: left bottom;
  4377. -moz-transform: rotate(0);
  4378. opacity: 1;
  4379. }
  4380. }
  4381. @-o-keyframes rotateInUpLeft {
  4382. 0% {
  4383. -o-transform-origin: left bottom;
  4384. -o-transform: rotate(90deg);
  4385. opacity: 0;
  4386. }
  4387. 100% {
  4388. -o-transform-origin: left bottom;
  4389. -o-transform: rotate(0);
  4390. opacity: 1;
  4391. }
  4392. }
  4393. @keyframes rotateInUpLeft {
  4394. 0% {
  4395. transform-origin: left bottom;
  4396. transform: rotate(90deg);
  4397. opacity: 0;
  4398. }
  4399. 100% {
  4400. transform-origin: left bottom;
  4401. transform: rotate(0);
  4402. opacity: 1;
  4403. }
  4404. }
  4405. .rotateInUpLeft {
  4406. -webkit-animation-name: rotateInUpLeft;
  4407. -moz-animation-name: rotateInUpLeft;
  4408. -o-animation-name: rotateInUpLeft;
  4409. animation-name: rotateInUpLeft;
  4410. }
  4411. @-webkit-keyframes rotateInDownLeft {
  4412. 0% {
  4413. -webkit-transform-origin: left bottom;
  4414. -webkit-transform: rotate(-90deg);
  4415. opacity: 0;
  4416. }
  4417. 100% {
  4418. -webkit-transform-origin: left bottom;
  4419. -webkit-transform: rotate(0);
  4420. opacity: 1;
  4421. }
  4422. }
  4423. @-moz-keyframes rotateInDownLeft {
  4424. 0% {
  4425. -moz-transform-origin: left bottom;
  4426. -moz-transform: rotate(-90deg);
  4427. opacity: 0;
  4428. }
  4429. 100% {
  4430. -moz-transform-origin: left bottom;
  4431. -moz-transform: rotate(0);
  4432. opacity: 1;
  4433. }
  4434. }
  4435. @-o-keyframes rotateInDownLeft {
  4436. 0% {
  4437. -o-transform-origin: left bottom;
  4438. -o-transform: rotate(-90deg);
  4439. opacity: 0;
  4440. }
  4441. 100% {
  4442. -o-transform-origin: left bottom;
  4443. -o-transform: rotate(0);
  4444. opacity: 1;
  4445. }
  4446. }
  4447. @keyframes rotateInDownLeft {
  4448. 0% {
  4449. transform-origin: left bottom;
  4450. transform: rotate(-90deg);
  4451. opacity: 0;
  4452. }
  4453. 100% {
  4454. transform-origin: left bottom;
  4455. transform: rotate(0);
  4456. opacity: 1;
  4457. }
  4458. }
  4459. .rotateInDownLeft {
  4460. -webkit-animation-name: rotateInDownLeft;
  4461. -moz-animation-name: rotateInDownLeft;
  4462. -o-animation-name: rotateInDownLeft;
  4463. animation-name: rotateInDownLeft;
  4464. }
  4465. @-webkit-keyframes rotateInUpRight {
  4466. 0% {
  4467. -webkit-transform-origin: right bottom;
  4468. -webkit-transform: rotate(-90deg);
  4469. opacity: 0;
  4470. }
  4471. 100% {
  4472. -webkit-transform-origin: right bottom;
  4473. -webkit-transform: rotate(0);
  4474. opacity: 1;
  4475. }
  4476. }
  4477. @-moz-keyframes rotateInUpRight {
  4478. 0% {
  4479. -moz-transform-origin: right bottom;
  4480. -moz-transform: rotate(-90deg);
  4481. opacity: 0;
  4482. }
  4483. 100% {
  4484. -moz-transform-origin: right bottom;
  4485. -moz-transform: rotate(0);
  4486. opacity: 1;
  4487. }
  4488. }
  4489. @-o-keyframes rotateInUpRight {
  4490. 0% {
  4491. -o-transform-origin: right bottom;
  4492. -o-transform: rotate(-90deg);
  4493. opacity: 0;
  4494. }
  4495. 100% {
  4496. -o-transform-origin: right bottom;
  4497. -o-transform: rotate(0);
  4498. opacity: 1;
  4499. }
  4500. }
  4501. @keyframes rotateInUpRight {
  4502. 0% {
  4503. transform-origin: right bottom;
  4504. transform: rotate(-90deg);
  4505. opacity: 0;
  4506. }
  4507. 100% {
  4508. transform-origin: right bottom;
  4509. transform: rotate(0);
  4510. opacity: 1;
  4511. }
  4512. }
  4513. .rotateInUpRight {
  4514. -webkit-animation-name: rotateInUpRight;
  4515. -moz-animation-name: rotateInUpRight;
  4516. -o-animation-name: rotateInUpRight;
  4517. animation-name: rotateInUpRight;
  4518. }
  4519. @-webkit-keyframes rotateInDownRight {
  4520. 0% {
  4521. -webkit-transform-origin: right bottom;
  4522. -webkit-transform: rotate(90deg);
  4523. opacity: 0;
  4524. }
  4525. 100% {
  4526. -webkit-transform-origin: right bottom;
  4527. -webkit-transform: rotate(0);
  4528. opacity: 1;
  4529. }
  4530. }
  4531. @-moz-keyframes rotateInDownRight {
  4532. 0% {
  4533. -moz-transform-origin: right bottom;
  4534. -moz-transform: rotate(90deg);
  4535. opacity: 0;
  4536. }
  4537. 100% {
  4538. -moz-transform-origin: right bottom;
  4539. -moz-transform: rotate(0);
  4540. opacity: 1;
  4541. }
  4542. }
  4543. @-o-keyframes rotateInDownRight {
  4544. 0% {
  4545. -o-transform-origin: right bottom;
  4546. -o-transform: rotate(90deg);
  4547. opacity: 0;
  4548. }
  4549. 100% {
  4550. -o-transform-origin: right bottom;
  4551. -o-transform: rotate(0);
  4552. opacity: 1;
  4553. }
  4554. }
  4555. @keyframes rotateInDownRight {
  4556. 0% {
  4557. transform-origin: right bottom;
  4558. transform: rotate(90deg);
  4559. opacity: 0;
  4560. }
  4561. 100% {
  4562. transform-origin: right bottom;
  4563. transform: rotate(0);
  4564. opacity: 1;
  4565. }
  4566. }
  4567. .rotateInDownRight {
  4568. -webkit-animation-name: rotateInDownRight;
  4569. -moz-animation-name: rotateInDownRight;
  4570. -o-animation-name: rotateInDownRight;
  4571. animation-name: rotateInDownRight;
  4572. }
  4573. @-webkit-keyframes rotateOut {
  4574. 0% {
  4575. -webkit-transform-origin: center center;
  4576. -webkit-transform: rotate(0);
  4577. opacity: 1;
  4578. }
  4579. 100% {
  4580. -webkit-transform-origin: center center;
  4581. -webkit-transform: rotate(200deg);
  4582. opacity: 0;
  4583. }
  4584. }
  4585. @-moz-keyframes rotateOut {
  4586. 0% {
  4587. -moz-transform-origin: center center;
  4588. -moz-transform: rotate(0);
  4589. opacity: 1;
  4590. }
  4591. 100% {
  4592. -moz-transform-origin: center center;
  4593. -moz-transform: rotate(200deg);
  4594. opacity: 0;
  4595. }
  4596. }
  4597. @-o-keyframes rotateOut {
  4598. 0% {
  4599. -o-transform-origin: center center;
  4600. -o-transform: rotate(0);
  4601. opacity: 1;
  4602. }
  4603. 100% {
  4604. -o-transform-origin: center center;
  4605. -o-transform: rotate(200deg);
  4606. opacity: 0;
  4607. }
  4608. }
  4609. @keyframes rotateOut {
  4610. 0% {
  4611. transform-origin: center center;
  4612. transform: rotate(0);
  4613. opacity: 1;
  4614. }
  4615. 100% {
  4616. transform-origin: center center;
  4617. transform: rotate(200deg);
  4618. opacity: 0;
  4619. }
  4620. }
  4621. .rotateOut {
  4622. -webkit-animation-name: rotateOut;
  4623. -moz-animation-name: rotateOut;
  4624. -o-animation-name: rotateOut;
  4625. animation-name: rotateOut;
  4626. }
  4627. @-webkit-keyframes rotateOutUpLeft {
  4628. 0% {
  4629. -webkit-transform-origin: left bottom;
  4630. -webkit-transform: rotate(0);
  4631. opacity: 1;
  4632. }
  4633. 100% {
  4634. -webkit-transform-origin: left bottom;
  4635. -webkit-transform: rotate(-90deg);
  4636. opacity: 0;
  4637. }
  4638. }
  4639. @-moz-keyframes rotateOutUpLeft {
  4640. 0% {
  4641. -moz-transform-origin: left bottom;
  4642. -moz-transform: rotate(0);
  4643. opacity: 1;
  4644. }
  4645. 100% {
  4646. -moz-transform-origin: left bottom;
  4647. -moz-transform: rotate(-90deg);
  4648. opacity: 0;
  4649. }
  4650. }
  4651. @-o-keyframes rotateOutUpLeft {
  4652. 0% {
  4653. -o-transform-origin: left bottom;
  4654. -o-transform: rotate(0);
  4655. opacity: 1;
  4656. }
  4657. 100% {
  4658. -o-transform-origin: left bottom;
  4659. -o-transform: rotate(-90deg);
  4660. opacity: 0;
  4661. }
  4662. }
  4663. @keyframes rotateOutUpLeft {
  4664. 0% {
  4665. transform-origin: left bottom;
  4666. transform: rotate(0);
  4667. opacity: 1;
  4668. }
  4669. 100% {
  4670. transform-origin: left bottom;
  4671. transform: rotate(-90deg);
  4672. opacity: 0;
  4673. }
  4674. }
  4675. .rotateOutUpLeft {
  4676. -webkit-animation-name: rotateOutUpLeft;
  4677. -moz-animation-name: rotateOutUpLeft;
  4678. -o-animation-name: rotateOutUpLeft;
  4679. animation-name: rotateOutUpLeft;
  4680. }
  4681. @-webkit-keyframes rotateOutDownLeft {
  4682. 0% {
  4683. -webkit-transform-origin: left bottom;
  4684. -webkit-transform: rotate(0);
  4685. opacity: 1;
  4686. }
  4687. 100% {
  4688. -webkit-transform-origin: left bottom;
  4689. -webkit-transform: rotate(90deg);
  4690. opacity: 0;
  4691. }
  4692. }
  4693. @-moz-keyframes rotateOutDownLeft {
  4694. 0% {
  4695. -moz-transform-origin: left bottom;
  4696. -moz-transform: rotate(0);
  4697. opacity: 1;
  4698. }
  4699. 100% {
  4700. -moz-transform-origin: left bottom;
  4701. -moz-transform: rotate(90deg);
  4702. opacity: 0;
  4703. }
  4704. }
  4705. @-o-keyframes rotateOutDownLeft {
  4706. 0% {
  4707. -o-transform-origin: left bottom;
  4708. -o-transform: rotate(0);
  4709. opacity: 1;
  4710. }
  4711. 100% {
  4712. -o-transform-origin: left bottom;
  4713. -o-transform: rotate(90deg);
  4714. opacity: 0;
  4715. }
  4716. }
  4717. @keyframes rotateOutDownLeft {
  4718. 0% {
  4719. transform-origin: left bottom;
  4720. transform: rotate(0);
  4721. opacity: 1;
  4722. }
  4723. 100% {
  4724. transform-origin: left bottom;
  4725. transform: rotate(90deg);
  4726. opacity: 0;
  4727. }
  4728. }
  4729. .rotateOutDownLeft {
  4730. -webkit-animation-name: rotateOutDownLeft;
  4731. -moz-animation-name: rotateOutDownLeft;
  4732. -o-animation-name: rotateOutDownLeft;
  4733. animation-name: rotateOutDownLeft;
  4734. }
  4735. @-webkit-keyframes rotateOutUpRight {
  4736. 0% {
  4737. -webkit-transform-origin: right bottom;
  4738. -webkit-transform: rotate(0);
  4739. opacity: 1;
  4740. }
  4741. 100% {
  4742. -webkit-transform-origin: right bottom;
  4743. -webkit-transform: rotate(90deg);
  4744. opacity: 0;
  4745. }
  4746. }
  4747. @-moz-keyframes rotateOutUpRight {
  4748. 0% {
  4749. -moz-transform-origin: right bottom;
  4750. -moz-transform: rotate(0);
  4751. opacity: 1;
  4752. }
  4753. 100% {
  4754. -moz-transform-origin: right bottom;
  4755. -moz-transform: rotate(90deg);
  4756. opacity: 0;
  4757. }
  4758. }
  4759. @-o-keyframes rotateOutUpRight {
  4760. 0% {
  4761. -o-transform-origin: right bottom;
  4762. -o-transform: rotate(0);
  4763. opacity: 1;
  4764. }
  4765. 100% {
  4766. -o-transform-origin: right bottom;
  4767. -o-transform: rotate(90deg);
  4768. opacity: 0;
  4769. }
  4770. }
  4771. @keyframes rotateOutUpRight {
  4772. 0% {
  4773. transform-origin: right bottom;
  4774. transform: rotate(0);
  4775. opacity: 1;
  4776. }
  4777. 100% {
  4778. transform-origin: right bottom;
  4779. transform: rotate(90deg);
  4780. opacity: 0;
  4781. }
  4782. }
  4783. .rotateOutUpRight {
  4784. -webkit-animation-name: rotateOutUpRight;
  4785. -moz-animation-name: rotateOutUpRight;
  4786. -o-animation-name: rotateOutUpRight;
  4787. animation-name: rotateOutUpRight;
  4788. }
  4789. @-webkit-keyframes rotateOutDownRight {
  4790. 0% {
  4791. -webkit-transform-origin: right bottom;
  4792. -webkit-transform: rotate(0);
  4793. opacity: 1;
  4794. }
  4795. 100% {
  4796. -webkit-transform-origin: right bottom;
  4797. -webkit-transform: rotate(-90deg);
  4798. opacity: 0;
  4799. }
  4800. }
  4801. @-moz-keyframes rotateOutDownRight {
  4802. 0% {
  4803. -moz-transform-origin: right bottom;
  4804. -moz-transform: rotate(0);
  4805. opacity: 1;
  4806. }
  4807. 100% {
  4808. -moz-transform-origin: right bottom;
  4809. -moz-transform: rotate(-90deg);
  4810. opacity: 0;
  4811. }
  4812. }
  4813. @-o-keyframes rotateOutDownRight {
  4814. 0% {
  4815. -o-transform-origin: right bottom;
  4816. -o-transform: rotate(0);
  4817. opacity: 1;
  4818. }
  4819. 100% {
  4820. -o-transform-origin: right bottom;
  4821. -o-transform: rotate(-90deg);
  4822. opacity: 0;
  4823. }
  4824. }
  4825. @keyframes rotateOutDownRight {
  4826. 0% {
  4827. transform-origin: right bottom;
  4828. transform: rotate(0);
  4829. opacity: 1;
  4830. }
  4831. 100% {
  4832. transform-origin: right bottom;
  4833. transform: rotate(-90deg);
  4834. opacity: 0;
  4835. }
  4836. }
  4837. .rotateOutDownRight {
  4838. -webkit-animation-name: rotateOutDownRight;
  4839. -moz-animation-name: rotateOutDownRight;
  4840. -o-animation-name: rotateOutDownRight;
  4841. animation-name: rotateOutDownRight;
  4842. }
  4843. @-webkit-keyframes hinge {
  4844. 0% {
  4845. -webkit-transform: rotate(0);
  4846. -webkit-transform-origin: top left;
  4847. -webkit-animation-timing-function: ease-in-out;
  4848. }
  4849. 20%,
  4850. 60% {
  4851. -webkit-transform: rotate(80deg);
  4852. -webkit-transform-origin: top left;
  4853. -webkit-animation-timing-function: ease-in-out;
  4854. }
  4855. 40% {
  4856. -webkit-transform: rotate(60deg);
  4857. -webkit-transform-origin: top left;
  4858. -webkit-animation-timing-function: ease-in-out;
  4859. }
  4860. 80% {
  4861. -webkit-transform: rotate(60deg) translateY(0);
  4862. opacity: 1;
  4863. -webkit-transform-origin: top left;
  4864. -webkit-animation-timing-function: ease-in-out;
  4865. }
  4866. 100% {
  4867. -webkit-transform: translateY(700px);
  4868. opacity: 0;
  4869. }
  4870. }
  4871. @-moz-keyframes hinge {
  4872. 0% {
  4873. -moz-transform: rotate(0);
  4874. -moz-transform-origin: top left;
  4875. -moz-animation-timing-function: ease-in-out;
  4876. }
  4877. 20%,
  4878. 60% {
  4879. -moz-transform: rotate(80deg);
  4880. -moz-transform-origin: top left;
  4881. -moz-animation-timing-function: ease-in-out;
  4882. }
  4883. 40% {
  4884. -moz-transform: rotate(60deg);
  4885. -moz-transform-origin: top left;
  4886. -moz-animation-timing-function: ease-in-out;
  4887. }
  4888. 80% {
  4889. -moz-transform: rotate(60deg) translateY(0);
  4890. opacity: 1;
  4891. -moz-transform-origin: top left;
  4892. -moz-animation-timing-function: ease-in-out;
  4893. }
  4894. 100% {
  4895. -moz-transform: translateY(700px);
  4896. opacity: 0;
  4897. }
  4898. }
  4899. @-o-keyframes hinge {
  4900. 0% {
  4901. -o-transform: rotate(0);
  4902. -o-transform-origin: top left;
  4903. -o-animation-timing-function: ease-in-out;
  4904. }
  4905. 20%,
  4906. 60% {
  4907. -o-transform: rotate(80deg);
  4908. -o-transform-origin: top left;
  4909. -o-animation-timing-function: ease-in-out;
  4910. }
  4911. 40% {
  4912. -o-transform: rotate(60deg);
  4913. -o-transform-origin: top left;
  4914. -o-animation-timing-function: ease-in-out;
  4915. }
  4916. 80% {
  4917. -o-transform: rotate(60deg) translateY(0);
  4918. opacity: 1;
  4919. -o-transform-origin: top left;
  4920. -o-animation-timing-function: ease-in-out;
  4921. }
  4922. 100% {
  4923. -o-transform: translateY(700px);
  4924. opacity: 0;
  4925. }
  4926. }
  4927. @keyframes hinge {
  4928. 0% {
  4929. transform: rotate(0);
  4930. transform-origin: top left;
  4931. animation-timing-function: ease-in-out;
  4932. }
  4933. 20%,
  4934. 60% {
  4935. transform: rotate(80deg);
  4936. transform-origin: top left;
  4937. animation-timing-function: ease-in-out;
  4938. }
  4939. 40% {
  4940. transform: rotate(60deg);
  4941. transform-origin: top left;
  4942. animation-timing-function: ease-in-out;
  4943. }
  4944. 80% {
  4945. transform: rotate(60deg) translateY(0);
  4946. opacity: 1;
  4947. transform-origin: top left;
  4948. animation-timing-function: ease-in-out;
  4949. }
  4950. 100% {
  4951. transform: translateY(700px);
  4952. opacity: 0;
  4953. }
  4954. }
  4955. .hinge {
  4956. -webkit-animation-name: hinge;
  4957. -moz-animation-name: hinge;
  4958. -o-animation-name: hinge;
  4959. animation-name: hinge;
  4960. }
  4961. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  4962. @-webkit-keyframes rollIn {
  4963. 0% {
  4964. opacity: 0;
  4965. -webkit-transform: translateX(-100%) rotate(-120deg);
  4966. }
  4967. 100% {
  4968. opacity: 1;
  4969. -webkit-transform: translateX(0px) rotate(0deg);
  4970. }
  4971. }
  4972. @-moz-keyframes rollIn {
  4973. 0% {
  4974. opacity: 0;
  4975. -moz-transform: translateX(-100%) rotate(-120deg);
  4976. }
  4977. 100% {
  4978. opacity: 1;
  4979. -moz-transform: translateX(0px) rotate(0deg);
  4980. }
  4981. }
  4982. @-o-keyframes rollIn {
  4983. 0% {
  4984. opacity: 0;
  4985. -o-transform: translateX(-100%) rotate(-120deg);
  4986. }
  4987. 100% {
  4988. opacity: 1;
  4989. -o-transform: translateX(0px) rotate(0deg);
  4990. }
  4991. }
  4992. @keyframes rollIn {
  4993. 0% {
  4994. opacity: 0;
  4995. transform: translateX(-100%) rotate(-120deg);
  4996. }
  4997. 100% {
  4998. opacity: 1;
  4999. transform: translateX(0px) rotate(0deg);
  5000. }
  5001. }
  5002. .rollIn {
  5003. -webkit-animation-name: rollIn;
  5004. -moz-animation-name: rollIn;
  5005. -o-animation-name: rollIn;
  5006. animation-name: rollIn;
  5007. }
  5008. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  5009. @-webkit-keyframes rollOut {
  5010. 0% {
  5011. opacity: 1;
  5012. -webkit-transform: translateX(0px) rotate(0deg);
  5013. }
  5014. 100% {
  5015. opacity: 0;
  5016. -webkit-transform: translateX(100%) rotate(120deg);
  5017. }
  5018. }
  5019. @-moz-keyframes rollOut {
  5020. 0% {
  5021. opacity: 1;
  5022. -moz-transform: translateX(0px) rotate(0deg);
  5023. }
  5024. 100% {
  5025. opacity: 0;
  5026. -moz-transform: translateX(100%) rotate(120deg);
  5027. }
  5028. }
  5029. @-o-keyframes rollOut {
  5030. 0% {
  5031. opacity: 1;
  5032. -o-transform: translateX(0px) rotate(0deg);
  5033. }
  5034. 100% {
  5035. opacity: 0;
  5036. -o-transform: translateX(100%) rotate(120deg);
  5037. }
  5038. }
  5039. @keyframes rollOut {
  5040. 0% {
  5041. opacity: 1;
  5042. transform: translateX(0px) rotate(0deg);
  5043. }
  5044. 100% {
  5045. opacity: 0;
  5046. transform: translateX(100%) rotate(120deg);
  5047. }
  5048. }
  5049. .rollOut {
  5050. -webkit-animation-name: rollOut;
  5051. -moz-animation-name: rollOut;
  5052. -o-animation-name: rollOut;
  5053. animation-name: rollOut;
  5054. }
  5055. /* originally authored by Angelo Rohit - https://github.com/angelorohit */
  5056. @-webkit-keyframes lightSpeedIn {
  5057. 0% {
  5058. -webkit-transform: translateX(100%) skewX(-30deg);
  5059. opacity: 0;
  5060. }
  5061. 60% {
  5062. -webkit-transform: translateX(-20%) skewX(30deg);
  5063. opacity: 1;
  5064. }
  5065. 80% {
  5066. -webkit-transform: translateX(0%) skewX(-15deg);
  5067. opacity: 1;
  5068. }
  5069. 100% {
  5070. -webkit-transform: translateX(0%) skewX(0deg);
  5071. opacity: 1;
  5072. }
  5073. }
  5074. @-moz-keyframes lightSpeedIn {
  5075. 0% {
  5076. -moz-transform: translateX(100%) skewX(-30deg);
  5077. opacity: 0;
  5078. }
  5079. 60% {
  5080. -moz-transform: translateX(-20%) skewX(30deg);
  5081. opacity: 1;
  5082. }
  5083. 80% {
  5084. -moz-transform: translateX(0%) skewX(-15deg);
  5085. opacity: 1;
  5086. }
  5087. 100% {
  5088. -moz-transform: translateX(0%) skewX(0deg);
  5089. opacity: 1;
  5090. }
  5091. }
  5092. @-o-keyframes lightSpeedIn {
  5093. 0% {
  5094. -o-transform: translateX(100%) skewX(-30deg);
  5095. opacity: 0;
  5096. }
  5097. 60% {
  5098. -o-transform: translateX(-20%) skewX(30deg);
  5099. opacity: 1;
  5100. }
  5101. 80% {
  5102. -o-transform: translateX(0%) skewX(-15deg);
  5103. opacity: 1;
  5104. }
  5105. 100% {
  5106. -o-transform: translateX(0%) skewX(0deg);
  5107. opacity: 1;
  5108. }
  5109. }
  5110. @keyframes lightSpeedIn {
  5111. 0% {
  5112. transform: translateX(100%) skewX(-30deg);
  5113. opacity: 0;
  5114. }
  5115. 60% {
  5116. transform: translateX(-20%) skewX(30deg);
  5117. opacity: 1;
  5118. }
  5119. 80% {
  5120. transform: translateX(0%) skewX(-15deg);
  5121. opacity: 1;
  5122. }
  5123. 100% {
  5124. transform: translateX(0%) skewX(0deg);
  5125. opacity: 1;
  5126. }
  5127. }
  5128. .lightSpeedIn {
  5129. -webkit-animation-name: lightSpeedIn;
  5130. -moz-animation-name: lightSpeedIn;
  5131. -o-animation-name: lightSpeedIn;
  5132. animation-name: lightSpeedIn;
  5133. -webkit-animation-timing-function: ease-out;
  5134. -moz-animation-timing-function: ease-out;
  5135. -o-animation-timing-function: ease-out;
  5136. animation-timing-function: ease-out;
  5137. }
  5138. .animated.lightSpeedIn {
  5139. -webkit-animation-duration: 0.5s;
  5140. -moz-animation-duration: 0.5s;
  5141. -o-animation-duration: 0.5s;
  5142. animation-duration: 0.5s;
  5143. }
  5144. /* originally authored by Angelo Rohit - https://github.com/angelorohit */
  5145. @-webkit-keyframes lightSpeedOut {
  5146. 0% {
  5147. -webkit-transform: translateX(0%) skewX(0deg);
  5148. opacity: 1;
  5149. }
  5150. 100% {
  5151. -webkit-transform: translateX(100%) skewX(-30deg);
  5152. opacity: 0;
  5153. }
  5154. }
  5155. @-moz-keyframes lightSpeedOut {
  5156. 0% {
  5157. -moz-transform: translateX(0%) skewX(0deg);
  5158. opacity: 1;
  5159. }
  5160. 100% {
  5161. -moz-transform: translateX(100%) skewX(-30deg);
  5162. opacity: 0;
  5163. }
  5164. }
  5165. @-o-keyframes lightSpeedOut {
  5166. 0% {
  5167. -o-transform: translateX(0%) skewX(0deg);
  5168. opacity: 1;
  5169. }
  5170. 100% {
  5171. -o-transform: translateX(100%) skewX(-30deg);
  5172. opacity: 0;
  5173. }
  5174. }
  5175. @keyframes lightSpeedOut {
  5176. 0% {
  5177. transform: translateX(0%) skewX(0deg);
  5178. opacity: 1;
  5179. }
  5180. 100% {
  5181. transform: translateX(100%) skewX(-30deg);
  5182. opacity: 0;
  5183. }
  5184. }
  5185. .lightSpeedOut {
  5186. -webkit-animation-name: lightSpeedOut;
  5187. -moz-animation-name: lightSpeedOut;
  5188. -o-animation-name: lightSpeedOut;
  5189. animation-name: lightSpeedOut;
  5190. -webkit-animation-timing-function: ease-in;
  5191. -moz-animation-timing-function: ease-in;
  5192. -o-animation-timing-function: ease-in;
  5193. animation-timing-function: ease-in;
  5194. }
  5195. .animated.lightSpeedOut {
  5196. -webkit-animation-duration: 0.25s;
  5197. -moz-animation-duration: 0.25s;
  5198. -o-animation-duration: 0.25s;
  5199. animation-duration: 0.25s;
  5200. }
  5201. /* originally authored by Angelo Rohit - https://github.com/angelorohit */
  5202. @-webkit-keyframes wiggle {
  5203. 0% {
  5204. -webkit-transform: skewX(9deg);
  5205. }
  5206. 10% {
  5207. -webkit-transform: skewX(-8deg);
  5208. }
  5209. 20% {
  5210. -webkit-transform: skewX(7deg);
  5211. }
  5212. 30% {
  5213. -webkit-transform: skewX(-6deg);
  5214. }
  5215. 40% {
  5216. -webkit-transform: skewX(5deg);
  5217. }
  5218. 50% {
  5219. -webkit-transform: skewX(-4deg);
  5220. }
  5221. 60% {
  5222. -webkit-transform: skewX(3deg);
  5223. }
  5224. 70% {
  5225. -webkit-transform: skewX(-2deg);
  5226. }
  5227. 80% {
  5228. -webkit-transform: skewX(1deg);
  5229. }
  5230. 90% {
  5231. -webkit-transform: skewX(0deg);
  5232. }
  5233. 100% {
  5234. -webkit-transform: skewX(0deg);
  5235. }
  5236. }
  5237. @-moz-keyframes wiggle {
  5238. 0% {
  5239. -moz-transform: skewX(9deg);
  5240. }
  5241. 10% {
  5242. -moz-transform: skewX(-8deg);
  5243. }
  5244. 20% {
  5245. -moz-transform: skewX(7deg);
  5246. }
  5247. 30% {
  5248. -moz-transform: skewX(-6deg);
  5249. }
  5250. 40% {
  5251. -moz-transform: skewX(5deg);
  5252. }
  5253. 50% {
  5254. -moz-transform: skewX(-4deg);
  5255. }
  5256. 60% {
  5257. -moz-transform: skewX(3deg);
  5258. }
  5259. 70% {
  5260. -moz-transform: skewX(-2deg);
  5261. }
  5262. 80% {
  5263. -moz-transform: skewX(1deg);
  5264. }
  5265. 90% {
  5266. -moz-transform: skewX(0deg);
  5267. }
  5268. 100% {
  5269. -moz-transform: skewX(0deg);
  5270. }
  5271. }
  5272. @-o-keyframes wiggle {
  5273. 0% {
  5274. -o-transform: skewX(9deg);
  5275. }
  5276. 10% {
  5277. -o-transform: skewX(-8deg);
  5278. }
  5279. 20% {
  5280. -o-transform: skewX(7deg);
  5281. }
  5282. 30% {
  5283. -o-transform: skewX(-6deg);
  5284. }
  5285. 40% {
  5286. -o-transform: skewX(5deg);
  5287. }
  5288. 50% {
  5289. -o-transform: skewX(-4deg);
  5290. }
  5291. 60% {
  5292. -o-transform: skewX(3deg);
  5293. }
  5294. 70% {
  5295. -o-transform: skewX(-2deg);
  5296. }
  5297. 80% {
  5298. -o-transform: skewX(1deg);
  5299. }
  5300. 90% {
  5301. -o-transform: skewX(0deg);
  5302. }
  5303. 100% {
  5304. -o-transform: skewX(0deg);
  5305. }
  5306. }
  5307. @keyframes wiggle {
  5308. 0% {
  5309. transform: skewX(9deg);
  5310. }
  5311. 10% {
  5312. transform: skewX(-8deg);
  5313. }
  5314. 20% {
  5315. transform: skewX(7deg);
  5316. }
  5317. 30% {
  5318. transform: skewX(-6deg);
  5319. }
  5320. 40% {
  5321. transform: skewX(5deg);
  5322. }
  5323. 50% {
  5324. transform: skewX(-4deg);
  5325. }
  5326. 60% {
  5327. transform: skewX(3deg);
  5328. }
  5329. 70% {
  5330. transform: skewX(-2deg);
  5331. }
  5332. 80% {
  5333. transform: skewX(1deg);
  5334. }
  5335. 90% {
  5336. transform: skewX(0deg);
  5337. }
  5338. 100% {
  5339. transform: skewX(0deg);
  5340. }
  5341. }
  5342. .wiggle {
  5343. -webkit-animation-name: wiggle;
  5344. -moz-animation-name: wiggle;
  5345. -o-animation-name: wiggle;
  5346. animation-name: wiggle;
  5347. -webkit-animation-timing-function: ease-in;
  5348. -moz-animation-timing-function: ease-in;
  5349. -o-animation-timing-function: ease-in;
  5350. animation-timing-function: ease-in;
  5351. }
  5352. .animated.wiggle {
  5353. -webkit-animation-duration: 0.75s;
  5354. -moz-animation-duration: 0.75s;
  5355. -o-animation-duration: 0.75s;
  5356. animation-duration: 0.75s;
  5357. }
  5358. .browsehappy {
  5359. margin: 0.2em 0;
  5360. background: orange;
  5361. color: white;
  5362. padding: 0.2em 0;
  5363. }
  5364. #navigation ul {
  5365. list-style: none;
  5366. }
  5367. #navigation li {
  5368. display: inline-block;
  5369. padding: 0 10px;
  5370. }
  5371. #navigation h1 {
  5372. text-align: center;
  5373. font-family: "Source code Pro", monospace;
  5374. margin-bottom: 15px;
  5375. }
  5376. @media (min-width: 768px) {
  5377. #navigation ul {
  5378. float: right;
  5379. margin: 30px 0;
  5380. }
  5381. #navigation h1 {
  5382. float: left;
  5383. }
  5384. }
  5385. h2 {
  5386. text-align: center;
  5387. font-size: 35px;
  5388. }
  5389. @media (min-width: 768px) {
  5390. h2 {
  5391. font-size: 50px;
  5392. }
  5393. }
  5394. .btn-cta {
  5395. -webkit-transition: all 0.3s;
  5396. transition: all 0.3s;
  5397. padding: 10px 50px;
  5398. border: 2px solid #e96e57;
  5399. font-size: 20px;
  5400. color: #e96e57;
  5401. -webkit-border-radius: 10px;
  5402. display: inline-block;
  5403. }
  5404. .btn-cta:hover {
  5405. text-decoration: none;
  5406. border-color: #36535a;
  5407. color: #36535a;
  5408. }
  5409. .wrapper {
  5410. margin: 0 auto;
  5411. max-width: 1100px;
  5412. margin-right: auto;
  5413. margin-left: auto;
  5414. padding-left: 38px;
  5415. padding-right: 38px;
  5416. }
  5417. .wrapper:before,
  5418. .wrapper:after {
  5419. content: " ";
  5420. display: table;
  5421. }
  5422. .wrapper:after {
  5423. clear: both;
  5424. }
  5425. .wrapper:before,
  5426. .wrapper:after {
  5427. content: " ";
  5428. display: table;
  5429. }
  5430. .wrapper:after {
  5431. clear: both;
  5432. }
  5433. @media (min-width: 768px) {
  5434. .wrapper {
  5435. width: 796px;
  5436. }
  5437. }
  5438. @media (min-width: 992px) {
  5439. .wrapper {
  5440. width: 1016px;
  5441. }
  5442. }
  5443. @media (min-width: 1200px) {
  5444. .wrapper {
  5445. width: 1216px;
  5446. }
  5447. }
  5448. img {
  5449. max-width: 100%;
  5450. margin: 0 auto;
  5451. }
  5452. a:hover {
  5453. text-decoration: none;
  5454. color: inherit ;
  5455. }
  5456. #home {
  5457. text-align: center;
  5458. }
  5459. #home h2 {
  5460. font-size: 40px;
  5461. }
  5462. @media (min-width: 768px) {
  5463. #home {
  5464. padding: 50px;
  5465. }
  5466. #home h2 {
  5467. font-size: 60px;
  5468. margin-top: -10px;
  5469. margin-bottom: 45px;
  5470. }
  5471. }
  5472. #from-terminal,
  5473. #from-web {
  5474. position: relative;
  5475. min-height: 1px;
  5476. padding-left: 38px;
  5477. padding-right: 38px;
  5478. }
  5479. @media (min-width: 992px) {
  5480. #from-terminal,
  5481. #from-web {
  5482. float: left;
  5483. width: 50%;
  5484. }
  5485. }
  5486. #from-terminal h3,
  5487. #from-web h3 {
  5488. font-size: 30px;
  5489. }
  5490. #web {
  5491. -webkit-transition: all 0.3s ease;
  5492. transition: all 0.3s ease;
  5493. border: 1px dashed #85b5bb;
  5494. padding-top: 10px;
  5495. border-radius: 5px;
  5496. cursor: pointer;
  5497. }
  5498. #web i {
  5499. font-size: 160px;
  5500. color: #85b5bb;
  5501. }
  5502. #web p.click {
  5503. margin-top: -66px;
  5504. font-size: 18px;
  5505. }
  5506. #web .btn-cta {
  5507. padding: 5px 10px;
  5508. font-size: 14px;
  5509. }
  5510. #web,
  5511. #terminal {
  5512. min-height: 150px;
  5513. }
  5514. @media (min-width: 768px) {
  5515. #web,
  5516. #terminal {
  5517. min-height: 270px;
  5518. }
  5519. }
  5520. #web .uploading i {
  5521. -webkit-transition: font 0.3s ease;
  5522. transition: font 0.3s ease;
  5523. font-size: 40px;
  5524. }
  5525. #web .uploading p.click {
  5526. margin-top: -10px;
  5527. font-size: 14px;
  5528. }
  5529. .dragged {
  5530. background: #f6f8f8;
  5531. }
  5532. #terminal {
  5533. padding: 10px;
  5534. text-align: left;
  5535. color: #fff;
  5536. background: #36535a;
  5537. background: url(../images/terminal.svg);
  5538. background-repeat: no-repeat;
  5539. background-size: 100% auto;
  5540. font-family: "Source code Pro", monospace;
  5541. font-size: 11px;
  5542. }
  5543. @media (min-width: 768px) {
  5544. #terminal {
  5545. padding: 30px 20px;
  5546. }
  5547. }
  5548. .progress {
  5549. max-width: 80%;
  5550. margin: 0 auto;
  5551. }
  5552. .all-files {
  5553. display: none;
  5554. }
  5555. .all-files .show {
  5556. display: block;
  5557. }
  5558. #features {
  5559. background: #f6f8f8;
  5560. text-align: center;
  5561. padding: 100px 0;
  5562. }
  5563. #features h3 {
  5564. margin-top: -20px;
  5565. font-size: 25px;
  5566. line-height: 1.2;
  5567. }
  5568. #features p {
  5569. font-size: 18px;
  5570. }
  5571. #features i {
  5572. color: #85b5bb;
  5573. font-size: 100px;
  5574. }
  5575. #samples {
  5576. padding: 50px 0;
  5577. text-align: center;
  5578. }
  5579. #samples h4 {
  5580. margin-top: 30px;
  5581. }
  5582. #samples code {
  5583. display: block;
  5584. padding: 10px 20px;
  5585. background: #36535a;
  5586. font-family: "Source code Pro", monospace;
  5587. font-size: 12px;
  5588. border-radius: 5px;
  5589. color: #fff;
  5590. text-align: left;
  5591. font-weight: 400;
  5592. text-wrap: none;
  5593. }
  5594. #samples .btn-cta {
  5595. margin: 30px 0;
  5596. cursor: pointer;
  5597. }
  5598. #samples h4 {
  5599. text-align: left;
  5600. }
  5601. #share {
  5602. text-align: center;
  5603. background: #85b5bb;
  5604. color: #fff;
  5605. padding: 75px 0;
  5606. }
  5607. #share i {
  5608. font-size: 50px;
  5609. }
  5610. #share ul {
  5611. margin-top: 30px;
  5612. list-style: none;
  5613. padding: 0;
  5614. }
  5615. #share li {
  5616. margin: 0 20px;
  5617. display: inline-block;
  5618. }
  5619. #share a {
  5620. color: #fff;
  5621. }
  5622. footer {
  5623. text-align: center;
  5624. background: #36535a;
  5625. padding: 30px 0;
  5626. color: #fff;
  5627. }
  5628. footer p {
  5629. margin: 0;
  5630. }
  5631. footer i {
  5632. color: #e96e57;
  5633. }
  5634. footer a {
  5635. color: #f6f8f8;
  5636. }
  5637. footer img {
  5638. max-height: 40px;
  5639. margin-bottom: 30px;
  5640. }
  5641. #contact {
  5642. text-align: center;
  5643. padding: 100px 0;
  5644. padding: 150px 0;
  5645. }
  5646. #contact i {
  5647. font-size: 160px;
  5648. color: #85b5bb;
  5649. }
  5650. @media (min-width: 768px) {
  5651. #contact i {
  5652. font-size: 160px;
  5653. }
  5654. }
  5655. #contact h2 {
  5656. margin-top: -50px;
  5657. margin-bottom: 40px;
  5658. }
  5659. #reviews {
  5660. background: #f6f8f8;
  5661. padding: 130px 0;
  5662. }
  5663. #reviews .twitter-profile {
  5664. float: left;
  5665. display: block;
  5666. height: 75px;
  5667. margin-right: 20px;
  5668. -webkit-border-radius: 10px;
  5669. margin: auto 15px auto 0;
  5670. }
  5671. blockquote.twitter-tweet {
  5672. display: inline-block;
  5673. font-size: 15px;
  5674. line-height: 20px;
  5675. margin: 10px 5px;
  5676. padding: 0 16px 16px 16px;
  5677. text-align: right;
  5678. border: 0;
  5679. }
  5680. blockquote.twitter-tweet p {
  5681. font-size: 17px;
  5682. font-weight: normal;
  5683. line-height: 20px;
  5684. text-align: left;
  5685. }
  5686. blockquote.twitter-tweet a {
  5687. color: inherit;
  5688. font-weight: normal;
  5689. text-decoration: none;
  5690. outline: 0 none;
  5691. }
  5692. blockquote.twitter-tweet a:hover,
  5693. blockquote.twitter-tweet a:focus {
  5694. text-decoration: underline;
  5695. }
  5696. blockquote.tweet-xl p {
  5697. font-size: 22px;
  5698. line-height: 25px;
  5699. }
  5700. @font-face {
  5701. font-family: "transfersh";
  5702. src: url("../fonts/transfersh.eot");
  5703. src: url("../fonts/transfersh.eot?#iefix") format("embedded-opentype"), url("../fonts/transfersh.woff") format("woff"), url("../fonts/transfersh.ttf") format("truetype"), url("../fonts/transfersh.svg#transfersh") format("svg");
  5704. font-weight: normal;
  5705. font-style: normal;
  5706. }
  5707. [data-icon]:before {
  5708. font-family: "transfersh" !important;
  5709. content: attr(data-icon);
  5710. font-style: normal !important;
  5711. font-weight: normal !important;
  5712. font-variant: normal !important;
  5713. text-transform: none !important;
  5714. speak: none;
  5715. line-height: 1;
  5716. -webkit-font-smoothing: antialiased;
  5717. -moz-osx-font-smoothing: grayscale;
  5718. }
  5719. [class^="icon-"]:before,
  5720. [class*=" icon-"]:before {
  5721. font-family: "transfersh" !important;
  5722. font-style: normal !important;
  5723. font-weight: normal !important;
  5724. font-variant: normal !important;
  5725. text-transform: none !important;
  5726. speak: none;
  5727. line-height: 1;
  5728. -webkit-font-smoothing: antialiased;
  5729. -moz-osx-font-smoothing: grayscale;
  5730. }
  5731. .icon-terminal:before {
  5732. content: "a";
  5733. }
  5734. .icon-share:before {
  5735. content: "b";
  5736. }
  5737. .icon-clock:before {
  5738. content: "g";
  5739. }
  5740. .icon-tag:before {
  5741. content: "c";
  5742. }
  5743. .icon-upload-cloud:before {
  5744. content: "m";
  5745. }
  5746. .icon-mail:before {
  5747. content: "j";
  5748. }
  5749. .icon-gauge:before {
  5750. content: "k";
  5751. }
  5752. .icon-lock:before {
  5753. content: "h";
  5754. }
  5755. .icon-database:before {
  5756. content: "i";
  5757. }
  5758. .icon-heart:before {
  5759. content: "e";
  5760. }
  5761. .icon-link:before {
  5762. content: "d";
  5763. }
  5764. .icon-facebook:before {
  5765. content: "l";
  5766. }
  5767. .icon-twitter:before {
  5768. content: "n";
  5769. }
  5770. .icon-linkedin:before {
  5771. content: "o";
  5772. }
  5773. .icon-gplus:before {
  5774. content: "p";
  5775. }
  5776. /*# sourceMappingURL=/styles/main.css.map */