You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

6574 lines
121 KiB

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