Guest User

Untitled

a guest
Jun 23rd, 2017
573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 347.74 KB | None | 0 0
  1. /*!
  2. * Bootstrap v3.3.6 (http://getbootstrap.com)
  3. * Copyright 2011-2015 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. */
  6.  
  7.  
  8. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  9.  
  10. html {
  11. font-family: sans-serif;
  12. -webkit-text-size-adjust: 100%;
  13. -ms-text-size-adjust: 100%
  14. }
  15.  
  16. body {
  17. margin: 0
  18. }
  19.  
  20. article,
  21. aside,
  22. details,
  23. figcaption,
  24. figure,
  25. footer,
  26. header,
  27. hgroup,
  28. main,
  29. menu,
  30. nav,
  31. section,
  32. summary {
  33. display: block
  34. }
  35.  
  36. audio,
  37. canvas,
  38. progress,
  39. video {
  40. display: inline-block;
  41. vertical-align: baseline
  42. }
  43.  
  44. audio:not([controls]) {
  45. display: none;
  46. height: 0
  47. }
  48.  
  49. [hidden],
  50. template {
  51. display: none
  52. }
  53.  
  54. a {
  55. background-color: transparent
  56. }
  57.  
  58. a:active,
  59. a:hover {
  60. outline: 0
  61. }
  62.  
  63. abbr[title] {
  64. border-bottom: 1px dotted
  65. }
  66.  
  67. b,
  68. strong {
  69. font-weight: 700
  70. }
  71.  
  72. dfn {
  73. font-style: italic
  74. }
  75.  
  76. h1 {
  77. margin: .67em 0;
  78. font-size: 2em
  79. }
  80.  
  81. mark {
  82. color: #000;
  83. background: #ff0
  84. }
  85.  
  86. small {
  87. font-size: 80%
  88. }
  89.  
  90. sub,
  91. sup {
  92. position: relative;
  93. font-size: 75%;
  94. line-height: 0;
  95. vertical-align: baseline
  96. }
  97.  
  98. sup {
  99. top: -.5em
  100. }
  101.  
  102. sub {
  103. bottom: -.25em
  104. }
  105.  
  106. img {
  107. border: 0
  108. }
  109.  
  110. svg:not(:root) {
  111. overflow: hidden
  112. }
  113.  
  114. figure {
  115. margin: 1em 40px
  116. }
  117.  
  118. hr {
  119. height: 0;
  120. -webkit-box-sizing: content-box;
  121. -moz-box-sizing: content-box;
  122. box-sizing: content-box
  123. }
  124.  
  125. pre {
  126. overflow: auto
  127. }
  128.  
  129. code,
  130. kbd,
  131. pre,
  132. samp {
  133. font-family: monospace, monospace;
  134. font-size: 1em
  135. }
  136.  
  137. button,
  138. input,
  139. optgroup,
  140. select,
  141. textarea {
  142. margin: 0;
  143. font: inherit;
  144. color: inherit
  145. }
  146.  
  147. button {
  148. overflow: visible
  149. }
  150.  
  151. button,
  152. select {
  153. text-transform: none
  154. }
  155.  
  156. button,
  157. html input[type=button],
  158. input[type=reset],
  159. input[type=submit] {
  160. -webkit-appearance: button;
  161. cursor: pointer
  162. }
  163.  
  164. button[disabled],
  165. html input[disabled] {
  166. cursor: default
  167. }
  168.  
  169. button::-moz-focus-inner,
  170. input::-moz-focus-inner {
  171. padding: 0;
  172. border: 0
  173. }
  174.  
  175. input {
  176. line-height: normal
  177. }
  178.  
  179. input[type=checkbox],
  180. input[type=radio] {
  181. -webkit-box-sizing: border-box;
  182. -moz-box-sizing: border-box;
  183. box-sizing: border-box;
  184. padding: 0
  185. }
  186.  
  187. input[type=number]::-webkit-inner-spin-button,
  188. input[type=number]::-webkit-outer-spin-button {
  189. height: auto
  190. }
  191.  
  192. input[type=search] {
  193. -webkit-box-sizing: content-box;
  194. -moz-box-sizing: content-box;
  195. box-sizing: content-box;
  196. -webkit-appearance: textfield
  197. }
  198.  
  199. input[type=search]::-webkit-search-cancel-button,
  200. input[type=search]::-webkit-search-decoration {
  201. -webkit-appearance: none
  202. }
  203.  
  204. fieldset {
  205. padding: .35em .625em .75em;
  206. margin: 0 2px;
  207. border: 1px solid silver
  208. }
  209.  
  210. legend {
  211. padding: 0;
  212. border: 0
  213. }
  214.  
  215. textarea {
  216. overflow: auto
  217. }
  218.  
  219. optgroup {
  220. font-weight: 700
  221. }
  222.  
  223. table {
  224. border-spacing: 0;
  225. border-collapse: collapse
  226. }
  227.  
  228. td,
  229. th {
  230. padding: 0
  231. }
  232.  
  233.  
  234. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  235.  
  236. @media print {
  237. *,
  238. :after,
  239. :before {
  240. color: #000 !important;
  241. text-shadow: none !important;
  242. background: 0 0 !important;
  243. -webkit-box-shadow: none !important;
  244. box-shadow: none !important
  245. }
  246. a,
  247. a:visited {
  248. text-decoration: underline
  249. }
  250. a[href]:after {
  251. content: " (" attr(href) ")"
  252. }
  253. abbr[title]:after {
  254. content: " (" attr(title) ")"
  255. }
  256. a[href^="javascript:"]:after,
  257. a[href^="#"]:after {
  258. content: ""
  259. }
  260. blockquote,
  261. pre {
  262. border: 1px solid #999;
  263. page-break-inside: avoid
  264. }
  265. thead {
  266. display: table-header-group
  267. }
  268. img,
  269. tr {
  270. page-break-inside: avoid
  271. }
  272. img {
  273. max-width: 100% !important
  274. }
  275. h2,
  276. h3,
  277. p {
  278. orphans: 3;
  279. widows: 3
  280. }
  281. h2,
  282. h3 {
  283. page-break-after: avoid
  284. }
  285. .navbar {
  286. display: none
  287. }
  288. .btn>.caret,
  289. .dropup>.btn>.caret {
  290. border-top-color: #000 !important
  291. }
  292. .label {
  293. border: 1px solid #000
  294. }
  295. .table {
  296. border-collapse: collapse !important
  297. }
  298. .table td,
  299. .table th {
  300. background-color: #fff !important
  301. }
  302. .table-bordered td,
  303. .table-bordered th {
  304. border: 1px solid #ddd !important
  305. }
  306. }
  307.  
  308. @font-face {
  309. font-family: 'Glyphicons Halflings';
  310. src: url(../fonts/glyphicons-halflings-regular.eot);
  311. src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
  312. }
  313.  
  314. .glyphicon {
  315. position: relative;
  316. top: 1px;
  317. display: inline-block;
  318. font-family: 'Glyphicons Halflings';
  319. font-style: normal;
  320. font-weight: 400;
  321. line-height: 1;
  322. -webkit-font-smoothing: antialiased;
  323. -moz-osx-font-smoothing: grayscale
  324. }
  325.  
  326. .glyphicon-asterisk:before {
  327. content: "\002a"
  328. }
  329.  
  330. .glyphicon-plus:before {
  331. content: "\002b"
  332. }
  333.  
  334. .glyphicon-eur:before,
  335. .glyphicon-euro:before {
  336. content: "\20ac"
  337. }
  338.  
  339. .glyphicon-minus:before {
  340. content: "\2212"
  341. }
  342.  
  343. .glyphicon-cloud:before {
  344. content: "\2601"
  345. }
  346.  
  347. .glyphicon-envelope:before {
  348. content: "\2709"
  349. }
  350.  
  351. .glyphicon-pencil:before {
  352. content: "\270f"
  353. }
  354.  
  355. .glyphicon-glass:before {
  356. content: "\e001"
  357. }
  358.  
  359. .glyphicon-music:before {
  360. content: "\e002"
  361. }
  362.  
  363. .glyphicon-search:before {
  364. content: "\e003"
  365. }
  366.  
  367. .glyphicon-heart:before {
  368. content: "\e005"
  369. }
  370.  
  371. .glyphicon-star:before {
  372. content: "\e006"
  373. }
  374.  
  375. .glyphicon-star-empty:before {
  376. content: "\e007"
  377. }
  378.  
  379. .glyphicon-user:before {
  380. content: "\e008"
  381. }
  382.  
  383. .glyphicon-film:before {
  384. content: "\e009"
  385. }
  386.  
  387. .glyphicon-th-large:before {
  388. content: "\e010"
  389. }
  390.  
  391. .glyphicon-th:before {
  392. content: "\e011"
  393. }
  394.  
  395. .glyphicon-th-list:before {
  396. content: "\e012"
  397. }
  398.  
  399. .glyphicon-ok:before {
  400. content: "\e013"
  401. }
  402.  
  403. .glyphicon-remove:before {
  404. content: "\e014"
  405. }
  406.  
  407. .glyphicon-zoom-in:before {
  408. content: "\e015"
  409. }
  410.  
  411. .glyphicon-zoom-out:before {
  412. content: "\e016"
  413. }
  414.  
  415. .glyphicon-off:before {
  416. content: "\e017"
  417. }
  418.  
  419. .glyphicon-signal:before {
  420. content: "\e018"
  421. }
  422.  
  423. .glyphicon-cog:before {
  424. content: "\e019"
  425. }
  426.  
  427. .glyphicon-trash:before {
  428. content: "\e020"
  429. }
  430.  
  431. .glyphicon-home:before {
  432. content: "\e021"
  433. }
  434.  
  435. .glyphicon-file:before {
  436. content: "\e022"
  437. }
  438.  
  439. .glyphicon-time:before {
  440. content: "\e023"
  441. }
  442.  
  443. .glyphicon-road:before {
  444. content: "\e024"
  445. }
  446.  
  447. .glyphicon-download-alt:before {
  448. content: "\e025"
  449. }
  450.  
  451. .glyphicon-download:before {
  452. content: "\e026"
  453. }
  454.  
  455. .glyphicon-upload:before {
  456. content: "\e027"
  457. }
  458.  
  459. .glyphicon-inbox:before {
  460. content: "\e028"
  461. }
  462.  
  463. .glyphicon-play-circle:before {
  464. content: "\e029"
  465. }
  466.  
  467. .glyphicon-repeat:before {
  468. content: "\e030"
  469. }
  470.  
  471. .glyphicon-refresh:before {
  472. content: "\e031"
  473. }
  474.  
  475. .glyphicon-list-alt:before {
  476. content: "\e032"
  477. }
  478.  
  479. .glyphicon-lock:before {
  480. content: "\e033"
  481. }
  482.  
  483. .glyphicon-flag:before {
  484. content: "\e034"
  485. }
  486.  
  487. .glyphicon-headphones:before {
  488. content: "\e035"
  489. }
  490.  
  491. .glyphicon-volume-off:before {
  492. content: "\e036"
  493. }
  494.  
  495. .glyphicon-volume-down:before {
  496. content: "\e037"
  497. }
  498.  
  499. .glyphicon-volume-up:before {
  500. content: "\e038"
  501. }
  502.  
  503. .glyphicon-qrcode:before {
  504. content: "\e039"
  505. }
  506.  
  507. .glyphicon-barcode:before {
  508. content: "\e040"
  509. }
  510.  
  511. .glyphicon-tag:before {
  512. content: "\e041"
  513. }
  514.  
  515. .glyphicon-tags:before {
  516. content: "\e042"
  517. }
  518.  
  519. .glyphicon-book:before {
  520. content: "\e043"
  521. }
  522.  
  523. .glyphicon-bookmark:before {
  524. content: "\e044"
  525. }
  526.  
  527. .glyphicon-print:before {
  528. content: "\e045"
  529. }
  530.  
  531. .glyphicon-camera:before {
  532. content: "\e046"
  533. }
  534.  
  535. .glyphicon-font:before {
  536. content: "\e047"
  537. }
  538.  
  539. .glyphicon-bold:before {
  540. content: "\e048"
  541. }
  542.  
  543. .glyphicon-italic:before {
  544. content: "\e049"
  545. }
  546.  
  547. .glyphicon-text-height:before {
  548. content: "\e050"
  549. }
  550.  
  551. .glyphicon-text-width:before {
  552. content: "\e051"
  553. }
  554.  
  555. .glyphicon-align-left:before {
  556. content: "\e052"
  557. }
  558.  
  559. .glyphicon-align-center:before {
  560. content: "\e053"
  561. }
  562.  
  563. .glyphicon-align-right:before {
  564. content: "\e054"
  565. }
  566.  
  567. .glyphicon-align-justify:before {
  568. content: "\e055"
  569. }
  570.  
  571. .glyphicon-list:before {
  572. content: "\e056"
  573. }
  574.  
  575. .glyphicon-indent-left:before {
  576. content: "\e057"
  577. }
  578.  
  579. .glyphicon-indent-right:before {
  580. content: "\e058"
  581. }
  582.  
  583. .glyphicon-facetime-video:before {
  584. content: "\e059"
  585. }
  586.  
  587. .glyphicon-picture:before {
  588. content: "\e060"
  589. }
  590.  
  591. .glyphicon-map-marker:before {
  592. content: "\e062"
  593. }
  594.  
  595. .glyphicon-adjust:before {
  596. content: "\e063"
  597. }
  598.  
  599. .glyphicon-tint:before {
  600. content: "\e064"
  601. }
  602.  
  603. .glyphicon-edit:before {
  604. content: "\e065"
  605. }
  606.  
  607. .glyphicon-share:before {
  608. content: "\e066"
  609. }
  610.  
  611. .glyphicon-check:before {
  612. content: "\e067"
  613. }
  614.  
  615. .glyphicon-move:before {
  616. content: "\e068"
  617. }
  618.  
  619. .glyphicon-step-backward:before {
  620. content: "\e069"
  621. }
  622.  
  623. .glyphicon-fast-backward:before {
  624. content: "\e070"
  625. }
  626.  
  627. .glyphicon-backward:before {
  628. content: "\e071"
  629. }
  630.  
  631. .glyphicon-play:before {
  632. content: "\e072"
  633. }
  634.  
  635. .glyphicon-pause:before {
  636. content: "\e073"
  637. }
  638.  
  639. .glyphicon-stop:before {
  640. content: "\e074"
  641. }
  642.  
  643. .glyphicon-forward:before {
  644. content: "\e075"
  645. }
  646.  
  647. .glyphicon-fast-forward:before {
  648. content: "\e076"
  649. }
  650.  
  651. .glyphicon-step-forward:before {
  652. content: "\e077"
  653. }
  654.  
  655. .glyphicon-eject:before {
  656. content: "\e078"
  657. }
  658.  
  659. .glyphicon-chevron-left:before {
  660. content: "\e079"
  661. }
  662.  
  663. .glyphicon-chevron-right:before {
  664. content: "\e080"
  665. }
  666.  
  667. .glyphicon-plus-sign:before {
  668. content: "\e081"
  669. }
  670.  
  671. .glyphicon-minus-sign:before {
  672. content: "\e082"
  673. }
  674.  
  675. .glyphicon-remove-sign:before {
  676. content: "\e083"
  677. }
  678.  
  679. .glyphicon-ok-sign:before {
  680. content: "\e084"
  681. }
  682.  
  683. .glyphicon-question-sign:before {
  684. content: "\e085"
  685. }
  686.  
  687. .glyphicon-info-sign:before {
  688. content: "\e086"
  689. }
  690.  
  691. .glyphicon-screenshot:before {
  692. content: "\e087"
  693. }
  694.  
  695. .glyphicon-remove-circle:before {
  696. content: "\e088"
  697. }
  698.  
  699. .glyphicon-ok-circle:before {
  700. content: "\e089"
  701. }
  702.  
  703. .glyphicon-ban-circle:before {
  704. content: "\e090"
  705. }
  706.  
  707. .glyphicon-arrow-left:before {
  708. content: "\e091"
  709. }
  710.  
  711. .glyphicon-arrow-right:before {
  712. content: "\e092"
  713. }
  714.  
  715. .glyphicon-arrow-up:before {
  716. content: "\e093"
  717. }
  718.  
  719. .glyphicon-arrow-down:before {
  720. content: "\e094"
  721. }
  722.  
  723. .glyphicon-share-alt:before {
  724. content: "\e095"
  725. }
  726.  
  727. .glyphicon-resize-full:before {
  728. content: "\e096"
  729. }
  730.  
  731. .glyphicon-resize-small:before {
  732. content: "\e097"
  733. }
  734.  
  735. .glyphicon-exclamation-sign:before {
  736. content: "\e101"
  737. }
  738.  
  739. .glyphicon-gift:before {
  740. content: "\e102"
  741. }
  742.  
  743. .glyphicon-leaf:before {
  744. content: "\e103"
  745. }
  746.  
  747. .glyphicon-fire:before {
  748. content: "\e104"
  749. }
  750.  
  751. .glyphicon-eye-open:before {
  752. content: "\e105"
  753. }
  754.  
  755. .glyphicon-eye-close:before {
  756. content: "\e106"
  757. }
  758.  
  759. .glyphicon-warning-sign:before {
  760. content: "\e107"
  761. }
  762.  
  763. .glyphicon-plane:before {
  764. content: "\e108"
  765. }
  766.  
  767. .glyphicon-calendar:before {
  768. content: "\e109"
  769. }
  770.  
  771. .glyphicon-random:before {
  772. content: "\e110"
  773. }
  774.  
  775. .glyphicon-comment:before {
  776. content: "\e111"
  777. }
  778.  
  779. .glyphicon-magnet:before {
  780. content: "\e112"
  781. }
  782.  
  783. .glyphicon-chevron-up:before {
  784. content: "\e113"
  785. }
  786.  
  787. .glyphicon-chevron-down:before {
  788. content: "\e114"
  789. }
  790.  
  791. .glyphicon-retweet:before {
  792. content: "\e115"
  793. }
  794.  
  795. .glyphicon-shopping-cart:before {
  796. content: "\e116"
  797. }
  798.  
  799. .glyphicon-folder-close:before {
  800. content: "\e117"
  801. }
  802.  
  803. .glyphicon-folder-open:before {
  804. content: "\e118"
  805. }
  806.  
  807. .glyphicon-resize-vertical:before {
  808. content: "\e119"
  809. }
  810.  
  811. .glyphicon-resize-horizontal:before {
  812. content: "\e120"
  813. }
  814.  
  815. .glyphicon-hdd:before {
  816. content: "\e121"
  817. }
  818.  
  819. .glyphicon-bullhorn:before {
  820. content: "\e122"
  821. }
  822.  
  823. .glyphicon-bell:before {
  824. content: "\e123"
  825. }
  826.  
  827. .glyphicon-certificate:before {
  828. content: "\e124"
  829. }
  830.  
  831. .glyphicon-thumbs-up:before {
  832. content: "\e125"
  833. }
  834.  
  835. .glyphicon-thumbs-down:before {
  836. content: "\e126"
  837. }
  838.  
  839. .glyphicon-hand-right:before {
  840. content: "\e127"
  841. }
  842.  
  843. .glyphicon-hand-left:before {
  844. content: "\e128"
  845. }
  846.  
  847. .glyphicon-hand-up:before {
  848. content: "\e129"
  849. }
  850.  
  851. .glyphicon-hand-down:before {
  852. content: "\e130"
  853. }
  854.  
  855. .glyphicon-circle-arrow-right:before {
  856. content: "\e131"
  857. }
  858.  
  859. .glyphicon-circle-arrow-left:before {
  860. content: "\e132"
  861. }
  862.  
  863. .glyphicon-circle-arrow-up:before {
  864. content: "\e133"
  865. }
  866.  
  867. .glyphicon-circle-arrow-down:before {
  868. content: "\e134"
  869. }
  870.  
  871. .glyphicon-globe:before {
  872. content: "\e135"
  873. }
  874.  
  875. .glyphicon-wrench:before {
  876. content: "\e136"
  877. }
  878.  
  879. .glyphicon-tasks:before {
  880. content: "\e137"
  881. }
  882.  
  883. .glyphicon-filter:before {
  884. content: "\e138"
  885. }
  886.  
  887. .glyphicon-briefcase:before {
  888. content: "\e139"
  889. }
  890.  
  891. .glyphicon-fullscreen:before {
  892. content: "\e140"
  893. }
  894.  
  895. .glyphicon-dashboard:before {
  896. content: "\e141"
  897. }
  898.  
  899. .glyphicon-paperclip:before {
  900. content: "\e142"
  901. }
  902.  
  903. .glyphicon-heart-empty:before {
  904. content: "\e143"
  905. }
  906.  
  907. .glyphicon-link:before {
  908. content: "\e144"
  909. }
  910.  
  911. .glyphicon-phone:before {
  912. content: "\e145"
  913. }
  914.  
  915. .glyphicon-pushpin:before {
  916. content: "\e146"
  917. }
  918.  
  919. .glyphicon-usd:before {
  920. content: "\e148"
  921. }
  922.  
  923. .glyphicon-gbp:before {
  924. content: "\e149"
  925. }
  926.  
  927. .glyphicon-sort:before {
  928. content: "\e150"
  929. }
  930.  
  931. .glyphicon-sort-by-alphabet:before {
  932. content: "\e151"
  933. }
  934.  
  935. .glyphicon-sort-by-alphabet-alt:before {
  936. content: "\e152"
  937. }
  938.  
  939. .glyphicon-sort-by-order:before {
  940. content: "\e153"
  941. }
  942.  
  943. .glyphicon-sort-by-order-alt:before {
  944. content: "\e154"
  945. }
  946.  
  947. .glyphicon-sort-by-attributes:before {
  948. content: "\e155"
  949. }
  950.  
  951. .glyphicon-sort-by-attributes-alt:before {
  952. content: "\e156"
  953. }
  954.  
  955. .glyphicon-unchecked:before {
  956. content: "\e157"
  957. }
  958.  
  959. .glyphicon-expand:before {
  960. content: "\e158"
  961. }
  962.  
  963. .glyphicon-collapse-down:before {
  964. content: "\e159"
  965. }
  966.  
  967. .glyphicon-collapse-up:before {
  968. content: "\e160"
  969. }
  970.  
  971. .glyphicon-log-in:before {
  972. content: "\e161"
  973. }
  974.  
  975. .glyphicon-flash:before {
  976. content: "\e162"
  977. }
  978.  
  979. .glyphicon-log-out:before {
  980. content: "\e163"
  981. }
  982.  
  983. .glyphicon-new-window:before {
  984. content: "\e164"
  985. }
  986.  
  987. .glyphicon-record:before {
  988. content: "\e165"
  989. }
  990.  
  991. .glyphicon-save:before {
  992. content: "\e166"
  993. }
  994.  
  995. .glyphicon-open:before {
  996. content: "\e167"
  997. }
  998.  
  999. .glyphicon-saved:before {
  1000. content: "\e168"
  1001. }
  1002.  
  1003. .glyphicon-import:before {
  1004. content: "\e169"
  1005. }
  1006.  
  1007. .glyphicon-export:before {
  1008. content: "\e170"
  1009. }
  1010.  
  1011. .glyphicon-send:before {
  1012. content: "\e171"
  1013. }
  1014.  
  1015. .glyphicon-floppy-disk:before {
  1016. content: "\e172"
  1017. }
  1018.  
  1019. .glyphicon-floppy-saved:before {
  1020. content: "\e173"
  1021. }
  1022.  
  1023. .glyphicon-floppy-remove:before {
  1024. content: "\e174"
  1025. }
  1026.  
  1027. .glyphicon-floppy-save:before {
  1028. content: "\e175"
  1029. }
  1030.  
  1031. .glyphicon-floppy-open:before {
  1032. content: "\e176"
  1033. }
  1034.  
  1035. .glyphicon-credit-card:before {
  1036. content: "\e177"
  1037. }
  1038.  
  1039. .glyphicon-transfer:before {
  1040. content: "\e178"
  1041. }
  1042.  
  1043. .glyphicon-cutlery:before {
  1044. content: "\e179"
  1045. }
  1046.  
  1047. .glyphicon-header:before {
  1048. content: "\e180"
  1049. }
  1050.  
  1051. .glyphicon-compressed:before {
  1052. content: "\e181"
  1053. }
  1054.  
  1055. .glyphicon-earphone:before {
  1056. content: "\e182"
  1057. }
  1058.  
  1059. .glyphicon-phone-alt:before {
  1060. content: "\e183"
  1061. }
  1062.  
  1063. .glyphicon-tower:before {
  1064. content: "\e184"
  1065. }
  1066.  
  1067. .glyphicon-stats:before {
  1068. content: "\e185"
  1069. }
  1070.  
  1071. .glyphicon-sd-video:before {
  1072. content: "\e186"
  1073. }
  1074.  
  1075. .glyphicon-hd-video:before {
  1076. content: "\e187"
  1077. }
  1078.  
  1079. .glyphicon-subtitles:before {
  1080. content: "\e188"
  1081. }
  1082.  
  1083. .glyphicon-sound-stereo:before {
  1084. content: "\e189"
  1085. }
  1086.  
  1087. .glyphicon-sound-dolby:before {
  1088. content: "\e190"
  1089. }
  1090.  
  1091. .glyphicon-sound-5-1:before {
  1092. content: "\e191"
  1093. }
  1094.  
  1095. .glyphicon-sound-6-1:before {
  1096. content: "\e192"
  1097. }
  1098.  
  1099. .glyphicon-sound-7-1:before {
  1100. content: "\e193"
  1101. }
  1102.  
  1103. .glyphicon-copyright-mark:before {
  1104. content: "\e194"
  1105. }
  1106.  
  1107. .glyphicon-registration-mark:before {
  1108. content: "\e195"
  1109. }
  1110.  
  1111. .glyphicon-cloud-download:before {
  1112. content: "\e197"
  1113. }
  1114.  
  1115. .glyphicon-cloud-upload:before {
  1116. content: "\e198"
  1117. }
  1118.  
  1119. .glyphicon-tree-conifer:before {
  1120. content: "\e199"
  1121. }
  1122.  
  1123. .glyphicon-tree-deciduous:before {
  1124. content: "\e200"
  1125. }
  1126.  
  1127. .glyphicon-cd:before {
  1128. content: "\e201"
  1129. }
  1130.  
  1131. .glyphicon-save-file:before {
  1132. content: "\e202"
  1133. }
  1134.  
  1135. .glyphicon-open-file:before {
  1136. content: "\e203"
  1137. }
  1138.  
  1139. .glyphicon-level-up:before {
  1140. content: "\e204"
  1141. }
  1142.  
  1143. .glyphicon-copy:before {
  1144. content: "\e205"
  1145. }
  1146.  
  1147. .glyphicon-paste:before {
  1148. content: "\e206"
  1149. }
  1150.  
  1151. .glyphicon-alert:before {
  1152. content: "\e209"
  1153. }
  1154.  
  1155. .glyphicon-equalizer:before {
  1156. content: "\e210"
  1157. }
  1158.  
  1159. .glyphicon-king:before {
  1160. content: "\e211"
  1161. }
  1162.  
  1163. .glyphicon-queen:before {
  1164. content: "\e212"
  1165. }
  1166.  
  1167. .glyphicon-pawn:before {
  1168. content: "\e213"
  1169. }
  1170.  
  1171. .glyphicon-bishop:before {
  1172. content: "\e214"
  1173. }
  1174.  
  1175. .glyphicon-knight:before {
  1176. content: "\e215"
  1177. }
  1178.  
  1179. .glyphicon-baby-formula:before {
  1180. content: "\e216"
  1181. }
  1182.  
  1183. .glyphicon-tent:before {
  1184. content: "\26fa"
  1185. }
  1186.  
  1187. .glyphicon-blackboard:before {
  1188. content: "\e218"
  1189. }
  1190.  
  1191. .glyphicon-bed:before {
  1192. content: "\e219"
  1193. }
  1194.  
  1195. .glyphicon-apple:before {
  1196. content: "\f8ff"
  1197. }
  1198.  
  1199. .glyphicon-erase:before {
  1200. content: "\e221"
  1201. }
  1202.  
  1203. .glyphicon-hourglass:before {
  1204. content: "\231b"
  1205. }
  1206.  
  1207. .glyphicon-lamp:before {
  1208. content: "\e223"
  1209. }
  1210.  
  1211. .glyphicon-duplicate:before {
  1212. content: "\e224"
  1213. }
  1214.  
  1215. .glyphicon-piggy-bank:before {
  1216. content: "\e225"
  1217. }
  1218.  
  1219. .glyphicon-scissors:before {
  1220. content: "\e226"
  1221. }
  1222.  
  1223. .glyphicon-bitcoin:before {
  1224. content: "\e227"
  1225. }
  1226.  
  1227. .glyphicon-btc:before {
  1228. content: "\e227"
  1229. }
  1230.  
  1231. .glyphicon-xbt:before {
  1232. content: "\e227"
  1233. }
  1234.  
  1235. .glyphicon-yen:before {
  1236. content: "\00a5"
  1237. }
  1238.  
  1239. .glyphicon-jpy:before {
  1240. content: "\00a5"
  1241. }
  1242.  
  1243. .glyphicon-ruble:before {
  1244. content: "\20bd"
  1245. }
  1246.  
  1247. .glyphicon-rub:before {
  1248. content: "\20bd"
  1249. }
  1250.  
  1251. .glyphicon-scale:before {
  1252. content: "\e230"
  1253. }
  1254.  
  1255. .glyphicon-ice-lolly:before {
  1256. content: "\e231"
  1257. }
  1258.  
  1259. .glyphicon-ice-lolly-tasted:before {
  1260. content: "\e232"
  1261. }
  1262.  
  1263. .glyphicon-education:before {
  1264. content: "\e233"
  1265. }
  1266.  
  1267. .glyphicon-option-horizontal:before {
  1268. content: "\e234"
  1269. }
  1270.  
  1271. .glyphicon-option-vertical:before {
  1272. content: "\e235"
  1273. }
  1274.  
  1275. .glyphicon-menu-hamburger:before {
  1276. content: "\e236"
  1277. }
  1278.  
  1279. .glyphicon-modal-window:before {
  1280. content: "\e237"
  1281. }
  1282.  
  1283. .glyphicon-oil:before {
  1284. content: "\e238"
  1285. }
  1286.  
  1287. .glyphicon-grain:before {
  1288. content: "\e239"
  1289. }
  1290.  
  1291. .glyphicon-sunglasses:before {
  1292. content: "\e240"
  1293. }
  1294.  
  1295. .glyphicon-text-size:before {
  1296. content: "\e241"
  1297. }
  1298.  
  1299. .glyphicon-text-color:before {
  1300. content: "\e242"
  1301. }
  1302.  
  1303. .glyphicon-text-background:before {
  1304. content: "\e243"
  1305. }
  1306.  
  1307. .glyphicon-object-align-top:before {
  1308. content: "\e244"
  1309. }
  1310.  
  1311. .glyphicon-object-align-bottom:before {
  1312. content: "\e245"
  1313. }
  1314.  
  1315. .glyphicon-object-align-horizontal:before {
  1316. content: "\e246"
  1317. }
  1318.  
  1319. .glyphicon-object-align-left:before {
  1320. content: "\e247"
  1321. }
  1322.  
  1323. .glyphicon-object-align-vertical:before {
  1324. content: "\e248"
  1325. }
  1326.  
  1327. .glyphicon-object-align-right:before {
  1328. content: "\e249"
  1329. }
  1330.  
  1331. .glyphicon-triangle-right:before {
  1332. content: "\e250"
  1333. }
  1334.  
  1335. .glyphicon-triangle-left:before {
  1336. content: "\e251"
  1337. }
  1338.  
  1339. .glyphicon-triangle-bottom:before {
  1340. content: "\e252"
  1341. }
  1342.  
  1343. .glyphicon-triangle-top:before {
  1344. content: "\e253"
  1345. }
  1346.  
  1347. .glyphicon-console:before {
  1348. content: "\e254"
  1349. }
  1350.  
  1351. .glyphicon-superscript:before {
  1352. content: "\e255"
  1353. }
  1354.  
  1355. .glyphicon-subscript:before {
  1356. content: "\e256"
  1357. }
  1358.  
  1359. .glyphicon-menu-left:before {
  1360. content: "\e257"
  1361. }
  1362.  
  1363. .glyphicon-menu-right:before {
  1364. content: "\e258"
  1365. }
  1366.  
  1367. .glyphicon-menu-down:before {
  1368. content: "\e259"
  1369. }
  1370.  
  1371. .glyphicon-menu-up:before {
  1372. content: "\e260"
  1373. }
  1374.  
  1375. * {
  1376. -webkit-box-sizing: border-box;
  1377. -moz-box-sizing: border-box;
  1378. box-sizing: border-box
  1379. }
  1380.  
  1381. :after,
  1382. :before {
  1383. -webkit-box-sizing: border-box;
  1384. -moz-box-sizing: border-box;
  1385. box-sizing: border-box
  1386. }
  1387.  
  1388. html {
  1389. font-size: 10px;
  1390. -webkit-tap-highlight-color: transparent
  1391. }
  1392.  
  1393. body {
  1394. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  1395. font-size: 14px;
  1396. line-height: 1.42857143;
  1397. color: #333;
  1398. background-color: #fff
  1399. }
  1400.  
  1401. button,
  1402. input,
  1403. select,
  1404. textarea {
  1405. font-family: inherit;
  1406. font-size: inherit;
  1407. line-height: inherit
  1408. }
  1409.  
  1410. a {
  1411. color: #337ab7;
  1412. text-decoration: none
  1413. }
  1414.  
  1415. a:focus,
  1416. a:hover {
  1417. color: #23527c;
  1418. text-decoration: underline
  1419. }
  1420.  
  1421. a:focus {
  1422. outline: thin dotted;
  1423. outline: 5px auto -webkit-focus-ring-color;
  1424. outline-offset: -2px
  1425. }
  1426.  
  1427. figure {
  1428. margin: 0
  1429. }
  1430.  
  1431. img {
  1432. vertical-align: middle
  1433. }
  1434.  
  1435. .carousel-inner>.item>a>img,
  1436. .carousel-inner>.item>img,
  1437. .img-responsive,
  1438. .thumbnail a>img,
  1439. .thumbnail>img {
  1440. display: block;
  1441. max-width: 100%;
  1442. height: auto
  1443. }
  1444.  
  1445. .img-rounded {
  1446. border-radius: 6px
  1447. }
  1448.  
  1449. .img-thumbnail {
  1450. display: inline-block;
  1451. max-width: 100%;
  1452. height: auto;
  1453. padding: 4px;
  1454. line-height: 1.42857143;
  1455. background-color: #fff;
  1456. border: 1px solid #ddd;
  1457. border-radius: 4px;
  1458. -webkit-transition: all .2s ease-in-out;
  1459. -o-transition: all .2s ease-in-out;
  1460. transition: all .2s ease-in-out
  1461. }
  1462.  
  1463. .img-circle {
  1464. border-radius: 50%
  1465. }
  1466.  
  1467. hr {
  1468. margin-top: 20px;
  1469. margin-bottom: 20px;
  1470. border: 0;
  1471. border-top: 1px solid #eee
  1472. }
  1473.  
  1474. .sr-only {
  1475. position: absolute;
  1476. width: 1px;
  1477. height: 1px;
  1478. padding: 0;
  1479. margin: -1px;
  1480. overflow: hidden;
  1481. clip: rect(0, 0, 0, 0);
  1482. border: 0
  1483. }
  1484.  
  1485. .sr-only-focusable:active,
  1486. .sr-only-focusable:focus {
  1487. position: static;
  1488. width: auto;
  1489. height: auto;
  1490. margin: 0;
  1491. overflow: visible;
  1492. clip: auto
  1493. }
  1494.  
  1495. [role=button] {
  1496. cursor: pointer
  1497. }
  1498.  
  1499. .h1,
  1500. .h2,
  1501. .h3,
  1502. .h4,
  1503. .h5,
  1504. .h6,
  1505. h1,
  1506. h2,
  1507. h3,
  1508. h4,
  1509. h5,
  1510. h6 {
  1511. font-family: inherit;
  1512. font-weight: 500;
  1513. line-height: 1.1;
  1514. color: inherit
  1515. }
  1516.  
  1517. .h1 .small,
  1518. .h1 small,
  1519. .h2 .small,
  1520. .h2 small,
  1521. .h3 .small,
  1522. .h3 small,
  1523. .h4 .small,
  1524. .h4 small,
  1525. .h5 .small,
  1526. .h5 small,
  1527. .h6 .small,
  1528. .h6 small,
  1529. h1 .small,
  1530. h1 small,
  1531. h2 .small,
  1532. h2 small,
  1533. h3 .small,
  1534. h3 small,
  1535. h4 .small,
  1536. h4 small,
  1537. h5 .small,
  1538. h5 small,
  1539. h6 .small,
  1540. h6 small {
  1541. font-weight: 400;
  1542. line-height: 1;
  1543. color: #777
  1544. }
  1545.  
  1546. .h1,
  1547. .h2,
  1548. .h3,
  1549. h1,
  1550. h2,
  1551. h3 {
  1552. margin-top: 20px;
  1553. margin-bottom: 10px
  1554. }
  1555.  
  1556. .h1 .small,
  1557. .h1 small,
  1558. .h2 .small,
  1559. .h2 small,
  1560. .h3 .small,
  1561. .h3 small,
  1562. h1 .small,
  1563. h1 small,
  1564. h2 .small,
  1565. h2 small,
  1566. h3 .small,
  1567. h3 small {
  1568. font-size: 65%
  1569. }
  1570.  
  1571. .h4,
  1572. .h5,
  1573. .h6,
  1574. h4,
  1575. h5,
  1576. h6 {
  1577. margin-top: 10px;
  1578. margin-bottom: 10px
  1579. }
  1580.  
  1581. .h4 .small,
  1582. .h4 small,
  1583. .h5 .small,
  1584. .h5 small,
  1585. .h6 .small,
  1586. .h6 small,
  1587. h4 .small,
  1588. h4 small,
  1589. h5 .small,
  1590. h5 small,
  1591. h6 .small,
  1592. h6 small {
  1593. font-size: 75%
  1594. }
  1595.  
  1596. .h1,
  1597. h1 {
  1598. font-size: 36px
  1599. }
  1600.  
  1601. .h2,
  1602. h2 {
  1603. font-size: 30px
  1604. }
  1605.  
  1606. .h3,
  1607. h3 {
  1608. font-size: 24px
  1609. }
  1610.  
  1611. .h4,
  1612. h4 {
  1613. font-size: 18px
  1614. }
  1615.  
  1616. .h5,
  1617. h5 {
  1618. font-size: 14px
  1619. }
  1620.  
  1621. .h6,
  1622. h6 {
  1623. font-size: 12px
  1624. }
  1625.  
  1626. p {
  1627. margin: 0 0 10px
  1628. }
  1629.  
  1630. .lead {
  1631. margin-bottom: 20px;
  1632. font-size: 16px;
  1633. font-weight: 300;
  1634. line-height: 1.4
  1635. }
  1636.  
  1637. @media (min-width: 768px) {
  1638. .lead {
  1639. font-size: 21px
  1640. }
  1641. }
  1642.  
  1643. .small,
  1644. small {
  1645. font-size: 85%
  1646. }
  1647.  
  1648. .mark,
  1649. mark {
  1650. padding: .2em;
  1651. background-color: #fcf8e3
  1652. }
  1653.  
  1654. .text-left {
  1655. text-align: left
  1656. }
  1657.  
  1658. .text-right {
  1659. text-align: right
  1660. }
  1661.  
  1662. .text-center {
  1663. text-align: center
  1664. }
  1665.  
  1666. .text-justify {
  1667. text-align: justify
  1668. }
  1669.  
  1670. .text-nowrap {
  1671. white-space: nowrap
  1672. }
  1673.  
  1674. .text-lowercase {
  1675. text-transform: lowercase
  1676. }
  1677.  
  1678. .text-uppercase {
  1679. text-transform: uppercase
  1680. }
  1681.  
  1682. .text-capitalize {
  1683. text-transform: capitalize
  1684. }
  1685.  
  1686. .text-muted {
  1687. color: #777
  1688. }
  1689.  
  1690. .text-primary {
  1691. color: #337ab7
  1692. }
  1693.  
  1694. a.text-primary:focus,
  1695. a.text-primary:hover {
  1696. color: #286090
  1697. }
  1698.  
  1699. .text-success {
  1700. color: #3c763d
  1701. }
  1702.  
  1703. a.text-success:focus,
  1704. a.text-success:hover {
  1705. color: #2b542c
  1706. }
  1707.  
  1708. .text-info {
  1709. color: #31708f
  1710. }
  1711.  
  1712. a.text-info:focus,
  1713. a.text-info:hover {
  1714. color: #245269
  1715. }
  1716.  
  1717. .text-warning {
  1718. color: #8a6d3b
  1719. }
  1720.  
  1721. a.text-warning:focus,
  1722. a.text-warning:hover {
  1723. color: #66512c
  1724. }
  1725.  
  1726. .text-danger {
  1727. color: #a94442
  1728. }
  1729.  
  1730. a.text-danger:focus,
  1731. a.text-danger:hover {
  1732. color: #843534
  1733. }
  1734.  
  1735. .bg-primary {
  1736. color: #fff;
  1737. background-color: #337ab7
  1738. }
  1739.  
  1740. a.bg-primary:focus,
  1741. a.bg-primary:hover {
  1742. background-color: #286090
  1743. }
  1744.  
  1745. .bg-success {
  1746. background-color: #dff0d8
  1747. }
  1748.  
  1749. a.bg-success:focus,
  1750. a.bg-success:hover {
  1751. background-color: #c1e2b3
  1752. }
  1753.  
  1754. .bg-info {
  1755. background-color: #d9edf7
  1756. }
  1757.  
  1758. a.bg-info:focus,
  1759. a.bg-info:hover {
  1760. background-color: #afd9ee
  1761. }
  1762.  
  1763. .bg-warning {
  1764. background-color: #fcf8e3
  1765. }
  1766.  
  1767. a.bg-warning:focus,
  1768. a.bg-warning:hover {
  1769. background-color: #f7ecb5
  1770. }
  1771.  
  1772. .bg-danger {
  1773. background-color: #f2dede
  1774. }
  1775.  
  1776. a.bg-danger:focus,
  1777. a.bg-danger:hover {
  1778. background-color: #e4b9b9
  1779. }
  1780.  
  1781. .page-header {
  1782. padding-bottom: 9px;
  1783. margin: 40px 0 20px;
  1784. border-bottom: 1px solid #eee
  1785. }
  1786.  
  1787. ol,
  1788. ul {
  1789. margin-top: 0;
  1790. margin-bottom: 10px
  1791. }
  1792.  
  1793. ol ol,
  1794. ol ul,
  1795. ul ol,
  1796. ul ul {
  1797. margin-bottom: 0
  1798. }
  1799.  
  1800. .list-unstyled {
  1801. padding-left: 0;
  1802. list-style: none
  1803. }
  1804.  
  1805. .list-inline {
  1806. padding-left: 0;
  1807. margin-left: -5px;
  1808. list-style: none
  1809. }
  1810.  
  1811. .list-inline>li {
  1812. display: inline-block;
  1813. padding-right: 5px;
  1814. padding-left: 5px
  1815. }
  1816.  
  1817. dl {
  1818. margin-top: 0;
  1819. margin-bottom: 20px
  1820. }
  1821.  
  1822. dd,
  1823. dt {
  1824. line-height: 1.42857143
  1825. }
  1826.  
  1827. dt {
  1828. font-weight: 700
  1829. }
  1830.  
  1831. dd {
  1832. margin-left: 0
  1833. }
  1834.  
  1835. @media (min-width: 768px) {
  1836. .dl-horizontal dt {
  1837. float: left;
  1838. width: 160px;
  1839. overflow: hidden;
  1840. clear: left;
  1841. text-align: right;
  1842. text-overflow: ellipsis;
  1843. white-space: nowrap
  1844. }
  1845. .dl-horizontal dd {
  1846. margin-left: 180px
  1847. }
  1848. }
  1849.  
  1850. abbr[data-original-title],
  1851. abbr[title] {
  1852. cursor: help;
  1853. border-bottom: 1px dotted #777
  1854. }
  1855.  
  1856. .initialism {
  1857. font-size: 90%;
  1858. text-transform: uppercase
  1859. }
  1860.  
  1861. blockquote {
  1862. padding: 10px 20px;
  1863. margin: 0 0 20px;
  1864. font-size: 17.5px;
  1865. border-left: 5px solid #eee
  1866. }
  1867.  
  1868. blockquote ol:last-child,
  1869. blockquote p:last-child,
  1870. blockquote ul:last-child {
  1871. margin-bottom: 0
  1872. }
  1873.  
  1874. blockquote .small,
  1875. blockquote footer,
  1876. blockquote small {
  1877. display: block;
  1878. font-size: 80%;
  1879. line-height: 1.42857143;
  1880. color: #777
  1881. }
  1882.  
  1883. blockquote .small:before,
  1884. blockquote footer:before,
  1885. blockquote small:before {
  1886. content: '\2014 \00A0'
  1887. }
  1888.  
  1889. .blockquote-reverse,
  1890. blockquote.pull-right {
  1891. padding-right: 15px;
  1892. padding-left: 0;
  1893. text-align: right;
  1894. border-right: 5px solid #eee;
  1895. border-left: 0
  1896. }
  1897.  
  1898. .blockquote-reverse .small:before,
  1899. .blockquote-reverse footer:before,
  1900. .blockquote-reverse small:before,
  1901. blockquote.pull-right .small:before,
  1902. blockquote.pull-right footer:before,
  1903. blockquote.pull-right small:before {
  1904. content: ''
  1905. }
  1906.  
  1907. .blockquote-reverse .small:after,
  1908. .blockquote-reverse footer:after,
  1909. .blockquote-reverse small:after,
  1910. blockquote.pull-right .small:after,
  1911. blockquote.pull-right footer:after,
  1912. blockquote.pull-right small:after {
  1913. content: '\00A0 \2014'
  1914. }
  1915.  
  1916. address {
  1917. margin-bottom: 20px;
  1918. font-style: normal;
  1919. line-height: 1.42857143
  1920. }
  1921.  
  1922. code,
  1923. kbd,
  1924. pre,
  1925. samp {
  1926. font-family: Menlo, Monaco, Consolas, "Courier New", monospace
  1927. }
  1928.  
  1929. code {
  1930. padding: 2px 4px;
  1931. font-size: 90%;
  1932. color: #c7254e;
  1933. background-color: #f9f2f4;
  1934. border-radius: 4px
  1935. }
  1936.  
  1937. kbd {
  1938. padding: 2px 4px;
  1939. font-size: 90%;
  1940. color: #fff;
  1941. background-color: #333;
  1942. border-radius: 3px;
  1943. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  1944. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
  1945. }
  1946.  
  1947. kbd kbd {
  1948. padding: 0;
  1949. font-size: 100%;
  1950. font-weight: 700;
  1951. -webkit-box-shadow: none;
  1952. box-shadow: none
  1953. }
  1954.  
  1955. pre {
  1956. display: block;
  1957. padding: 9.5px;
  1958. margin: 0 0 10px;
  1959. font-size: 13px;
  1960. line-height: 1.42857143;
  1961. color: #333;
  1962. word-break: break-all;
  1963. word-wrap: break-word;
  1964. background-color: #f5f5f5;
  1965. border: 1px solid #ccc;
  1966. border-radius: 4px
  1967. }
  1968.  
  1969. pre code {
  1970. padding: 0;
  1971. font-size: inherit;
  1972. color: inherit;
  1973. white-space: pre-wrap;
  1974. background-color: transparent;
  1975. border-radius: 0
  1976. }
  1977.  
  1978. .pre-scrollable {
  1979. max-height: 340px;
  1980. overflow-y: scroll
  1981. }
  1982.  
  1983. .container {
  1984. padding-right: 15px;
  1985. padding-left: 15px;
  1986. margin-right: auto;
  1987. margin-left: auto
  1988. }
  1989.  
  1990. @media (min-width: 768px) {
  1991. .container {
  1992. width: 750px
  1993. }
  1994. }
  1995.  
  1996. @media (min-width: 992px) {
  1997. .container {
  1998. width: 970px
  1999. }
  2000. }
  2001.  
  2002. @media (min-width: 1200px) {
  2003. .container {
  2004. width: 1170px
  2005. }
  2006. }
  2007.  
  2008. .container-fluid {
  2009. padding-right: 15px;
  2010. padding-left: 15px;
  2011. margin-right: auto;
  2012. margin-left: auto
  2013. }
  2014.  
  2015. .row {
  2016. margin-right: -15px;
  2017. margin-left: -15px
  2018. }
  2019.  
  2020. .col-lg-1,
  2021. .col-lg-10,
  2022. .col-lg-11,
  2023. .col-lg-12,
  2024. .col-lg-2,
  2025. .col-lg-3,
  2026. .col-lg-4,
  2027. .col-lg-5,
  2028. .col-lg-6,
  2029. .col-lg-7,
  2030. .col-lg-8,
  2031. .col-lg-9,
  2032. .col-md-1,
  2033. .col-md-10,
  2034. .col-md-11,
  2035. .col-md-12,
  2036. .col-md-2,
  2037. .col-md-3,
  2038. .col-md-4,
  2039. .col-md-5,
  2040. .col-md-6,
  2041. .col-md-7,
  2042. .col-md-8,
  2043. .col-md-9,
  2044. .col-sm-1,
  2045. .col-sm-10,
  2046. .col-sm-11,
  2047. .col-sm-12,
  2048. .col-sm-2,
  2049. .col-sm-3,
  2050. .col-sm-4,
  2051. .col-sm-5,
  2052. .col-sm-6,
  2053. .col-sm-7,
  2054. .col-sm-8,
  2055. .col-sm-9,
  2056. .col-xs-1,
  2057. .col-xs-10,
  2058. .col-xs-11,
  2059. .col-xs-12,
  2060. .col-xs-2,
  2061. .col-xs-3,
  2062. .col-xs-4,
  2063. .col-xs-5,
  2064. .col-xs-6,
  2065. .col-xs-7,
  2066. .col-xs-8,
  2067. .col-xs-9 {
  2068. position: relative;
  2069. min-height: 1px;
  2070. padding-right: 15px;
  2071. padding-left: 15px
  2072. }
  2073.  
  2074. .col-xs-1,
  2075. .col-xs-10,
  2076. .col-xs-11,
  2077. .col-xs-12,
  2078. .col-xs-2,
  2079. .col-xs-3,
  2080. .col-xs-4,
  2081. .col-xs-5,
  2082. .col-xs-6,
  2083. .col-xs-7,
  2084. .col-xs-8,
  2085. .col-xs-9 {
  2086. float: left
  2087. }
  2088.  
  2089. .col-xs-12 {
  2090. width: 100%
  2091. }
  2092.  
  2093. .col-xs-11 {
  2094. width: 91.66666667%
  2095. }
  2096.  
  2097. .col-xs-10 {
  2098. width: 83.33333333%
  2099. }
  2100.  
  2101. .col-xs-9 {
  2102. width: 75%
  2103. }
  2104.  
  2105. .col-xs-8 {
  2106. width: 66.66666667%
  2107. }
  2108.  
  2109. .col-xs-7 {
  2110. width: 58.33333333%
  2111. }
  2112.  
  2113. .col-xs-6 {
  2114. width: 50%
  2115. }
  2116.  
  2117. .col-xs-5 {
  2118. width: 41.66666667%
  2119. }
  2120.  
  2121. .col-xs-4 {
  2122. width: 33.33333333%
  2123. }
  2124.  
  2125. .col-xs-3 {
  2126. width: 25%
  2127. }
  2128.  
  2129. .col-xs-2 {
  2130. width: 16.66666667%
  2131. }
  2132.  
  2133. .col-xs-1 {
  2134. width: 8.33333333%
  2135. }
  2136.  
  2137. .col-xs-pull-12 {
  2138. right: 100%
  2139. }
  2140.  
  2141. .col-xs-pull-11 {
  2142. right: 91.66666667%
  2143. }
  2144.  
  2145. .col-xs-pull-10 {
  2146. right: 83.33333333%
  2147. }
  2148.  
  2149. .col-xs-pull-9 {
  2150. right: 75%
  2151. }
  2152.  
  2153. .col-xs-pull-8 {
  2154. right: 66.66666667%
  2155. }
  2156.  
  2157. .col-xs-pull-7 {
  2158. right: 58.33333333%
  2159. }
  2160.  
  2161. .col-xs-pull-6 {
  2162. right: 50%
  2163. }
  2164.  
  2165. .col-xs-pull-5 {
  2166. right: 41.66666667%
  2167. }
  2168.  
  2169. .col-xs-pull-4 {
  2170. right: 33.33333333%
  2171. }
  2172.  
  2173. .col-xs-pull-3 {
  2174. right: 25%
  2175. }
  2176.  
  2177. .col-xs-pull-2 {
  2178. right: 16.66666667%
  2179. }
  2180.  
  2181. .col-xs-pull-1 {
  2182. right: 8.33333333%
  2183. }
  2184.  
  2185. .col-xs-pull-0 {
  2186. right: auto
  2187. }
  2188.  
  2189. .col-xs-push-12 {
  2190. left: 100%
  2191. }
  2192.  
  2193. .col-xs-push-11 {
  2194. left: 91.66666667%
  2195. }
  2196.  
  2197. .col-xs-push-10 {
  2198. left: 83.33333333%
  2199. }
  2200.  
  2201. .col-xs-push-9 {
  2202. left: 75%
  2203. }
  2204.  
  2205. .col-xs-push-8 {
  2206. left: 66.66666667%
  2207. }
  2208.  
  2209. .col-xs-push-7 {
  2210. left: 58.33333333%
  2211. }
  2212.  
  2213. .col-xs-push-6 {
  2214. left: 50%
  2215. }
  2216.  
  2217. .col-xs-push-5 {
  2218. left: 41.66666667%
  2219. }
  2220.  
  2221. .col-xs-push-4 {
  2222. left: 33.33333333%
  2223. }
  2224.  
  2225. .col-xs-push-3 {
  2226. left: 25%
  2227. }
  2228.  
  2229. .col-xs-push-2 {
  2230. left: 16.66666667%
  2231. }
  2232.  
  2233. .col-xs-push-1 {
  2234. left: 8.33333333%
  2235. }
  2236.  
  2237. .col-xs-push-0 {
  2238. left: auto
  2239. }
  2240.  
  2241. .col-xs-offset-12 {
  2242. margin-left: 100%
  2243. }
  2244.  
  2245. .col-xs-offset-11 {
  2246. margin-left: 91.66666667%
  2247. }
  2248.  
  2249. .col-xs-offset-10 {
  2250. margin-left: 83.33333333%
  2251. }
  2252.  
  2253. .col-xs-offset-9 {
  2254. margin-left: 75%
  2255. }
  2256.  
  2257. .col-xs-offset-8 {
  2258. margin-left: 66.66666667%
  2259. }
  2260.  
  2261. .col-xs-offset-7 {
  2262. margin-left: 58.33333333%
  2263. }
  2264.  
  2265. .col-xs-offset-6 {
  2266. margin-left: 50%
  2267. }
  2268.  
  2269. .col-xs-offset-5 {
  2270. margin-left: 41.66666667%
  2271. }
  2272.  
  2273. .col-xs-offset-4 {
  2274. margin-left: 33.33333333%
  2275. }
  2276.  
  2277. .col-xs-offset-3 {
  2278. margin-left: 25%
  2279. }
  2280.  
  2281. .col-xs-offset-2 {
  2282. margin-left: 16.66666667%
  2283. }
  2284.  
  2285. .col-xs-offset-1 {
  2286. margin-left: 8.33333333%
  2287. }
  2288.  
  2289. .col-xs-offset-0 {
  2290. margin-left: 0
  2291. }
  2292.  
  2293. @media (min-width: 768px) {
  2294. .col-sm-1,
  2295. .col-sm-10,
  2296. .col-sm-11,
  2297. .col-sm-12,
  2298. .col-sm-2,
  2299. .col-sm-3,
  2300. .col-sm-4,
  2301. .col-sm-5,
  2302. .col-sm-6,
  2303. .col-sm-7,
  2304. .col-sm-8,
  2305. .col-sm-9 {
  2306. float: left
  2307. }
  2308. .col-sm-12 {
  2309. width: 100%
  2310. }
  2311. .col-sm-11 {
  2312. width: 91.66666667%
  2313. }
  2314. .col-sm-10 {
  2315. width: 83.33333333%
  2316. }
  2317. .col-sm-9 {
  2318. width: 75%
  2319. }
  2320. .col-sm-8 {
  2321. width: 66.66666667%
  2322. }
  2323. .col-sm-7 {
  2324. width: 58.33333333%
  2325. }
  2326. .col-sm-6 {
  2327. width: 50%
  2328. }
  2329. .col-sm-5 {
  2330. width: 41.66666667%
  2331. }
  2332. .col-sm-4 {
  2333. width: 33.33333333%
  2334. }
  2335. .col-sm-3 {
  2336. width: 25%
  2337. }
  2338. .col-sm-2 {
  2339. width: 16.66666667%
  2340. }
  2341. .col-sm-1 {
  2342. width: 8.33333333%
  2343. }
  2344. .col-sm-pull-12 {
  2345. right: 100%
  2346. }
  2347. .col-sm-pull-11 {
  2348. right: 91.66666667%
  2349. }
  2350. .col-sm-pull-10 {
  2351. right: 83.33333333%
  2352. }
  2353. .col-sm-pull-9 {
  2354. right: 75%
  2355. }
  2356. .col-sm-pull-8 {
  2357. right: 66.66666667%
  2358. }
  2359. .col-sm-pull-7 {
  2360. right: 58.33333333%
  2361. }
  2362. .col-sm-pull-6 {
  2363. right: 50%
  2364. }
  2365. .col-sm-pull-5 {
  2366. right: 41.66666667%
  2367. }
  2368. .col-sm-pull-4 {
  2369. right: 33.33333333%
  2370. }
  2371. .col-sm-pull-3 {
  2372. right: 25%
  2373. }
  2374. .col-sm-pull-2 {
  2375. right: 16.66666667%
  2376. }
  2377. .col-sm-pull-1 {
  2378. right: 8.33333333%
  2379. }
  2380. .col-sm-pull-0 {
  2381. right: auto
  2382. }
  2383. .col-sm-push-12 {
  2384. left: 100%
  2385. }
  2386. .col-sm-push-11 {
  2387. left: 91.66666667%
  2388. }
  2389. .col-sm-push-10 {
  2390. left: 83.33333333%
  2391. }
  2392. .col-sm-push-9 {
  2393. left: 75%
  2394. }
  2395. .col-sm-push-8 {
  2396. left: 66.66666667%
  2397. }
  2398. .col-sm-push-7 {
  2399. left: 58.33333333%
  2400. }
  2401. .col-sm-push-6 {
  2402. left: 50%
  2403. }
  2404. .col-sm-push-5 {
  2405. left: 41.66666667%
  2406. }
  2407. .col-sm-push-4 {
  2408. left: 33.33333333%
  2409. }
  2410. .col-sm-push-3 {
  2411. left: 25%
  2412. }
  2413. .col-sm-push-2 {
  2414. left: 16.66666667%
  2415. }
  2416. .col-sm-push-1 {
  2417. left: 8.33333333%
  2418. }
  2419. .col-sm-push-0 {
  2420. left: auto
  2421. }
  2422. .col-sm-offset-12 {
  2423. margin-left: 100%
  2424. }
  2425. .col-sm-offset-11 {
  2426. margin-left: 91.66666667%
  2427. }
  2428. .col-sm-offset-10 {
  2429. margin-left: 83.33333333%
  2430. }
  2431. .col-sm-offset-9 {
  2432. margin-left: 75%
  2433. }
  2434. .col-sm-offset-8 {
  2435. margin-left: 66.66666667%
  2436. }
  2437. .col-sm-offset-7 {
  2438. margin-left: 58.33333333%
  2439. }
  2440. .col-sm-offset-6 {
  2441. margin-left: 50%
  2442. }
  2443. .col-sm-offset-5 {
  2444. margin-left: 41.66666667%
  2445. }
  2446. .col-sm-offset-4 {
  2447. margin-left: 33.33333333%
  2448. }
  2449. .col-sm-offset-3 {
  2450. margin-left: 25%
  2451. }
  2452. .col-sm-offset-2 {
  2453. margin-left: 16.66666667%
  2454. }
  2455. .col-sm-offset-1 {
  2456. margin-left: 8.33333333%
  2457. }
  2458. .col-sm-offset-0 {
  2459. margin-left: 0
  2460. }
  2461. }
  2462.  
  2463. @media (min-width: 992px) {
  2464. .col-md-1,
  2465. .col-md-10,
  2466. .col-md-11,
  2467. .col-md-12,
  2468. .col-md-2,
  2469. .col-md-3,
  2470. .col-md-4,
  2471. .col-md-5,
  2472. .col-md-6,
  2473. .col-md-7,
  2474. .col-md-8,
  2475. .col-md-9 {
  2476. float: left
  2477. }
  2478. .col-md-12 {
  2479. width: 100%
  2480. }
  2481. .col-md-11 {
  2482. width: 91.66666667%
  2483. }
  2484. .col-md-10 {
  2485. width: 83.33333333%
  2486. }
  2487. .col-md-9 {
  2488. width: 75%
  2489. }
  2490. .col-md-8 {
  2491. width: 66.66666667%
  2492. }
  2493. .col-md-7 {
  2494. width: 58.33333333%
  2495. }
  2496. .col-md-6 {
  2497. width: 50%
  2498. }
  2499. .col-md-5 {
  2500. width: 41.66666667%
  2501. }
  2502. .col-md-4 {
  2503. width: 33.33333333%
  2504. }
  2505. .col-md-3 {
  2506. width: 25%
  2507. }
  2508. .col-md-2 {
  2509. width: 16.66666667%
  2510. }
  2511. .col-md-1 {
  2512. width: 8.33333333%
  2513. }
  2514. .col-md-pull-12 {
  2515. right: 100%
  2516. }
  2517. .col-md-pull-11 {
  2518. right: 91.66666667%
  2519. }
  2520. .col-md-pull-10 {
  2521. right: 83.33333333%
  2522. }
  2523. .col-md-pull-9 {
  2524. right: 75%
  2525. }
  2526. .col-md-pull-8 {
  2527. right: 66.66666667%
  2528. }
  2529. .col-md-pull-7 {
  2530. right: 58.33333333%
  2531. }
  2532. .col-md-pull-6 {
  2533. right: 50%
  2534. }
  2535. .col-md-pull-5 {
  2536. right: 41.66666667%
  2537. }
  2538. .col-md-pull-4 {
  2539. right: 33.33333333%
  2540. }
  2541. .col-md-pull-3 {
  2542. right: 25%
  2543. }
  2544. .col-md-pull-2 {
  2545. right: 16.66666667%
  2546. }
  2547. .col-md-pull-1 {
  2548. right: 8.33333333%
  2549. }
  2550. .col-md-pull-0 {
  2551. right: auto
  2552. }
  2553. .col-md-push-12 {
  2554. left: 100%
  2555. }
  2556. .col-md-push-11 {
  2557. left: 91.66666667%
  2558. }
  2559. .col-md-push-10 {
  2560. left: 83.33333333%
  2561. }
  2562. .col-md-push-9 {
  2563. left: 75%
  2564. }
  2565. .col-md-push-8 {
  2566. left: 66.66666667%
  2567. }
  2568. .col-md-push-7 {
  2569. left: 58.33333333%
  2570. }
  2571. .col-md-push-6 {
  2572. left: 50%
  2573. }
  2574. .col-md-push-5 {
  2575. left: 41.66666667%
  2576. }
  2577. .col-md-push-4 {
  2578. left: 33.33333333%
  2579. }
  2580. .col-md-push-3 {
  2581. left: 25%
  2582. }
  2583. .col-md-push-2 {
  2584. left: 16.66666667%
  2585. }
  2586. .col-md-push-1 {
  2587. left: 8.33333333%
  2588. }
  2589. .col-md-push-0 {
  2590. left: auto
  2591. }
  2592. .col-md-offset-12 {
  2593. margin-left: 100%
  2594. }
  2595. .col-md-offset-11 {
  2596. margin-left: 91.66666667%
  2597. }
  2598. .col-md-offset-10 {
  2599. margin-left: 83.33333333%
  2600. }
  2601. .col-md-offset-9 {
  2602. margin-left: 75%
  2603. }
  2604. .col-md-offset-8 {
  2605. margin-left: 66.66666667%
  2606. }
  2607. .col-md-offset-7 {
  2608. margin-left: 58.33333333%
  2609. }
  2610. .col-md-offset-6 {
  2611. margin-left: 50%
  2612. }
  2613. .col-md-offset-5 {
  2614. margin-left: 41.66666667%
  2615. }
  2616. .col-md-offset-4 {
  2617. margin-left: 33.33333333%
  2618. }
  2619. .col-md-offset-3 {
  2620. margin-left: 25%
  2621. }
  2622. .col-md-offset-2 {
  2623. margin-left: 16.66666667%
  2624. }
  2625. .col-md-offset-1 {
  2626. margin-left: 8.33333333%
  2627. }
  2628. .col-md-offset-0 {
  2629. margin-left: 0
  2630. }
  2631. }
  2632.  
  2633. @media (min-width: 1200px) {
  2634. .col-lg-1,
  2635. .col-lg-10,
  2636. .col-lg-11,
  2637. .col-lg-12,
  2638. .col-lg-2,
  2639. .col-lg-3,
  2640. .col-lg-4,
  2641. .col-lg-5,
  2642. .col-lg-6,
  2643. .col-lg-7,
  2644. .col-lg-8,
  2645. .col-lg-9 {
  2646. float: left
  2647. }
  2648. .col-lg-12 {
  2649. width: 100%
  2650. }
  2651. .col-lg-11 {
  2652. width: 91.66666667%
  2653. }
  2654. .col-lg-10 {
  2655. width: 83.33333333%
  2656. }
  2657. .col-lg-9 {
  2658. width: 75%
  2659. }
  2660. .col-lg-8 {
  2661. width: 66.66666667%
  2662. }
  2663. .col-lg-7 {
  2664. width: 58.33333333%
  2665. }
  2666. .col-lg-6 {
  2667. width: 50%
  2668. }
  2669. .col-lg-5 {
  2670. width: 41.66666667%
  2671. }
  2672. .col-lg-4 {
  2673. width: 33.33333333%
  2674. }
  2675. .col-lg-3 {
  2676. width: 25%
  2677. }
  2678. .col-lg-2 {
  2679. width: 16.66666667%
  2680. }
  2681. .col-lg-1 {
  2682. width: 8.33333333%
  2683. }
  2684. .col-lg-pull-12 {
  2685. right: 100%
  2686. }
  2687. .col-lg-pull-11 {
  2688. right: 91.66666667%
  2689. }
  2690. .col-lg-pull-10 {
  2691. right: 83.33333333%
  2692. }
  2693. .col-lg-pull-9 {
  2694. right: 75%
  2695. }
  2696. .col-lg-pull-8 {
  2697. right: 66.66666667%
  2698. }
  2699. .col-lg-pull-7 {
  2700. right: 58.33333333%
  2701. }
  2702. .col-lg-pull-6 {
  2703. right: 50%
  2704. }
  2705. .col-lg-pull-5 {
  2706. right: 41.66666667%
  2707. }
  2708. .col-lg-pull-4 {
  2709. right: 33.33333333%
  2710. }
  2711. .col-lg-pull-3 {
  2712. right: 25%
  2713. }
  2714. .col-lg-pull-2 {
  2715. right: 16.66666667%
  2716. }
  2717. .col-lg-pull-1 {
  2718. right: 8.33333333%
  2719. }
  2720. .col-lg-pull-0 {
  2721. right: auto
  2722. }
  2723. .col-lg-push-12 {
  2724. left: 100%
  2725. }
  2726. .col-lg-push-11 {
  2727. left: 91.66666667%
  2728. }
  2729. .col-lg-push-10 {
  2730. left: 83.33333333%
  2731. }
  2732. .col-lg-push-9 {
  2733. left: 75%
  2734. }
  2735. .col-lg-push-8 {
  2736. left: 66.66666667%
  2737. }
  2738. .col-lg-push-7 {
  2739. left: 58.33333333%
  2740. }
  2741. .col-lg-push-6 {
  2742. left: 50%
  2743. }
  2744. .col-lg-push-5 {
  2745. left: 41.66666667%
  2746. }
  2747. .col-lg-push-4 {
  2748. left: 33.33333333%
  2749. }
  2750. .col-lg-push-3 {
  2751. left: 25%
  2752. }
  2753. .col-lg-push-2 {
  2754. left: 16.66666667%
  2755. }
  2756. .col-lg-push-1 {
  2757. left: 8.33333333%
  2758. }
  2759. .col-lg-push-0 {
  2760. left: auto
  2761. }
  2762. .col-lg-offset-12 {
  2763. margin-left: 100%
  2764. }
  2765. .col-lg-offset-11 {
  2766. margin-left: 91.66666667%
  2767. }
  2768. .col-lg-offset-10 {
  2769. margin-left: 83.33333333%
  2770. }
  2771. .col-lg-offset-9 {
  2772. margin-left: 75%
  2773. }
  2774. .col-lg-offset-8 {
  2775. margin-left: 66.66666667%
  2776. }
  2777. .col-lg-offset-7 {
  2778. margin-left: 58.33333333%
  2779. }
  2780. .col-lg-offset-6 {
  2781. margin-left: 50%
  2782. }
  2783. .col-lg-offset-5 {
  2784. margin-left: 41.66666667%
  2785. }
  2786. .col-lg-offset-4 {
  2787. margin-left: 33.33333333%
  2788. }
  2789. .col-lg-offset-3 {
  2790. margin-left: 25%
  2791. }
  2792. .col-lg-offset-2 {
  2793. margin-left: 16.66666667%
  2794. }
  2795. .col-lg-offset-1 {
  2796. margin-left: 8.33333333%
  2797. }
  2798. .col-lg-offset-0 {
  2799. margin-left: 0
  2800. }
  2801. }
  2802.  
  2803. table {
  2804. background-color: transparent
  2805. }
  2806.  
  2807. caption {
  2808. padding-top: 8px;
  2809. padding-bottom: 8px;
  2810. color: #777;
  2811. text-align: left
  2812. }
  2813.  
  2814. th {
  2815. text-align: left
  2816. }
  2817.  
  2818. .table {
  2819. width: 100%;
  2820. max-width: 100%;
  2821. margin-bottom: 20px
  2822. }
  2823.  
  2824. .table>tbody>tr>td,
  2825. .table>tbody>tr>th,
  2826. .table>tfoot>tr>td,
  2827. .table>tfoot>tr>th,
  2828. .table>thead>tr>td,
  2829. .table>thead>tr>th {
  2830. padding: 8px;
  2831. line-height: 1.42857143;
  2832. vertical-align: top;
  2833. border-top: 1px solid #ddd
  2834. }
  2835.  
  2836. .table>thead>tr>th {
  2837. vertical-align: bottom;
  2838. border-bottom: 2px solid #ddd
  2839. }
  2840.  
  2841. .table>caption+thead>tr:first-child>td,
  2842. .table>caption+thead>tr:first-child>th,
  2843. .table>colgroup+thead>tr:first-child>td,
  2844. .table>colgroup+thead>tr:first-child>th,
  2845. .table>thead:first-child>tr:first-child>td,
  2846. .table>thead:first-child>tr:first-child>th {
  2847. border-top: 0
  2848. }
  2849.  
  2850. .table>tbody+tbody {
  2851. border-top: 2px solid #ddd
  2852. }
  2853.  
  2854. .table .table {
  2855. background-color: #fff
  2856. }
  2857.  
  2858. .table-condensed>tbody>tr>td,
  2859. .table-condensed>tbody>tr>th,
  2860. .table-condensed>tfoot>tr>td,
  2861. .table-condensed>tfoot>tr>th,
  2862. .table-condensed>thead>tr>td,
  2863. .table-condensed>thead>tr>th {
  2864. padding: 5px
  2865. }
  2866.  
  2867. .table-bordered {
  2868. border: 1px solid #ddd
  2869. }
  2870.  
  2871. .table-bordered>tbody>tr>td,
  2872. .table-bordered>tbody>tr>th,
  2873. .table-bordered>tfoot>tr>td,
  2874. .table-bordered>tfoot>tr>th,
  2875. .table-bordered>thead>tr>td,
  2876. .table-bordered>thead>tr>th {
  2877. border: 1px solid #ddd
  2878. }
  2879.  
  2880. .table-bordered>thead>tr>td,
  2881. .table-bordered>thead>tr>th {
  2882. border-bottom-width: 2px
  2883. }
  2884.  
  2885. .table-striped>tbody>tr:nth-of-type(odd) {
  2886. background-color: #f9f9f9
  2887. }
  2888.  
  2889. .table-hover>tbody>tr:hover {
  2890. background-color: #f5f5f5
  2891. }
  2892.  
  2893. table col[class*=col-] {
  2894. position: static;
  2895. display: table-column;
  2896. float: none
  2897. }
  2898.  
  2899. table td[class*=col-],
  2900. table th[class*=col-] {
  2901. position: static;
  2902. display: table-cell;
  2903. float: none
  2904. }
  2905.  
  2906. .table>tbody>tr.active>td,
  2907. .table>tbody>tr.active>th,
  2908. .table>tbody>tr>td.active,
  2909. .table>tbody>tr>th.active,
  2910. .table>tfoot>tr.active>td,
  2911. .table>tfoot>tr.active>th,
  2912. .table>tfoot>tr>td.active,
  2913. .table>tfoot>tr>th.active,
  2914. .table>thead>tr.active>td,
  2915. .table>thead>tr.active>th,
  2916. .table>thead>tr>td.active,
  2917. .table>thead>tr>th.active {
  2918. background-color: #f5f5f5
  2919. }
  2920.  
  2921. .table-hover>tbody>tr.active:hover>td,
  2922. .table-hover>tbody>tr.active:hover>th,
  2923. .table-hover>tbody>tr:hover>.active,
  2924. .table-hover>tbody>tr>td.active:hover,
  2925. .table-hover>tbody>tr>th.active:hover {
  2926. background-color: #e8e8e8
  2927. }
  2928.  
  2929. .table>tbody>tr.success>td,
  2930. .table>tbody>tr.success>th,
  2931. .table>tbody>tr>td.success,
  2932. .table>tbody>tr>th.success,
  2933. .table>tfoot>tr.success>td,
  2934. .table>tfoot>tr.success>th,
  2935. .table>tfoot>tr>td.success,
  2936. .table>tfoot>tr>th.success,
  2937. .table>thead>tr.success>td,
  2938. .table>thead>tr.success>th,
  2939. .table>thead>tr>td.success,
  2940. .table>thead>tr>th.success {
  2941. background-color: #dff0d8
  2942. }
  2943.  
  2944. .table-hover>tbody>tr.success:hover>td,
  2945. .table-hover>tbody>tr.success:hover>th,
  2946. .table-hover>tbody>tr:hover>.success,
  2947. .table-hover>tbody>tr>td.success:hover,
  2948. .table-hover>tbody>tr>th.success:hover {
  2949. background-color: #d0e9c6
  2950. }
  2951.  
  2952. .table>tbody>tr.info>td,
  2953. .table>tbody>tr.info>th,
  2954. .table>tbody>tr>td.info,
  2955. .table>tbody>tr>th.info,
  2956. .table>tfoot>tr.info>td,
  2957. .table>tfoot>tr.info>th,
  2958. .table>tfoot>tr>td.info,
  2959. .table>tfoot>tr>th.info,
  2960. .table>thead>tr.info>td,
  2961. .table>thead>tr.info>th,
  2962. .table>thead>tr>td.info,
  2963. .table>thead>tr>th.info {
  2964. background-color: #d9edf7
  2965. }
  2966.  
  2967. .table-hover>tbody>tr.info:hover>td,
  2968. .table-hover>tbody>tr.info:hover>th,
  2969. .table-hover>tbody>tr:hover>.info,
  2970. .table-hover>tbody>tr>td.info:hover,
  2971. .table-hover>tbody>tr>th.info:hover {
  2972. background-color: #c4e3f3
  2973. }
  2974.  
  2975. .table>tbody>tr.warning>td,
  2976. .table>tbody>tr.warning>th,
  2977. .table>tbody>tr>td.warning,
  2978. .table>tbody>tr>th.warning,
  2979. .table>tfoot>tr.warning>td,
  2980. .table>tfoot>tr.warning>th,
  2981. .table>tfoot>tr>td.warning,
  2982. .table>tfoot>tr>th.warning,
  2983. .table>thead>tr.warning>td,
  2984. .table>thead>tr.warning>th,
  2985. .table>thead>tr>td.warning,
  2986. .table>thead>tr>th.warning {
  2987. background-color: #fcf8e3
  2988. }
  2989.  
  2990. .table-hover>tbody>tr.warning:hover>td,
  2991. .table-hover>tbody>tr.warning:hover>th,
  2992. .table-hover>tbody>tr:hover>.warning,
  2993. .table-hover>tbody>tr>td.warning:hover,
  2994. .table-hover>tbody>tr>th.warning:hover {
  2995. background-color: #faf2cc
  2996. }
  2997.  
  2998. .table>tbody>tr.danger>td,
  2999. .table>tbody>tr.danger>th,
  3000. .table>tbody>tr>td.danger,
  3001. .table>tbody>tr>th.danger,
  3002. .table>tfoot>tr.danger>td,
  3003. .table>tfoot>tr.danger>th,
  3004. .table>tfoot>tr>td.danger,
  3005. .table>tfoot>tr>th.danger,
  3006. .table>thead>tr.danger>td,
  3007. .table>thead>tr.danger>th,
  3008. .table>thead>tr>td.danger,
  3009. .table>thead>tr>th.danger {
  3010. background-color: #f2dede
  3011. }
  3012.  
  3013. .table-hover>tbody>tr.danger:hover>td,
  3014. .table-hover>tbody>tr.danger:hover>th,
  3015. .table-hover>tbody>tr:hover>.danger,
  3016. .table-hover>tbody>tr>td.danger:hover,
  3017. .table-hover>tbody>tr>th.danger:hover {
  3018. background-color: #ebcccc
  3019. }
  3020.  
  3021. .table-responsive {
  3022. min-height: .01%;
  3023. overflow-x: auto
  3024. }
  3025.  
  3026. @media screen and (max-width: 767px) {
  3027. .table-responsive {
  3028. width: 100%;
  3029. margin-bottom: 15px;
  3030. overflow-y: hidden;
  3031. -ms-overflow-style: -ms-autohiding-scrollbar;
  3032. border: 1px solid #ddd
  3033. }
  3034. .table-responsive>.table {
  3035. margin-bottom: 0
  3036. }
  3037. .table-responsive>.table>tbody>tr>td,
  3038. .table-responsive>.table>tbody>tr>th,
  3039. .table-responsive>.table>tfoot>tr>td,
  3040. .table-responsive>.table>tfoot>tr>th,
  3041. .table-responsive>.table>thead>tr>td,
  3042. .table-responsive>.table>thead>tr>th {
  3043. white-space: nowrap
  3044. }
  3045. .table-responsive>.table-bordered {
  3046. border: 0
  3047. }
  3048. .table-responsive>.table-bordered>tbody>tr>td:first-child,
  3049. .table-responsive>.table-bordered>tbody>tr>th:first-child,
  3050. .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  3051. .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  3052. .table-responsive>.table-bordered>thead>tr>td:first-child,
  3053. .table-responsive>.table-bordered>thead>tr>th:first-child {
  3054. border-left: 0
  3055. }
  3056. .table-responsive>.table-bordered>tbody>tr>td:last-child,
  3057. .table-responsive>.table-bordered>tbody>tr>th:last-child,
  3058. .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  3059. .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  3060. .table-responsive>.table-bordered>thead>tr>td:last-child,
  3061. .table-responsive>.table-bordered>thead>tr>th:last-child {
  3062. border-right: 0
  3063. }
  3064. .table-responsive>.table-bordered>tbody>tr:last-child>td,
  3065. .table-responsive>.table-bordered>tbody>tr:last-child>th,
  3066. .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  3067. .table-responsive>.table-bordered>tfoot>tr:last-child>th {
  3068. border-bottom: 0
  3069. }
  3070. }
  3071.  
  3072. fieldset {
  3073. min-width: 0;
  3074. padding: 0;
  3075. margin: 0;
  3076. border: 0
  3077. }
  3078.  
  3079. legend {
  3080. display: block;
  3081. width: 100%;
  3082. padding: 0;
  3083. margin-bottom: 20px;
  3084. font-size: 21px;
  3085. line-height: inherit;
  3086. color: #333;
  3087. border: 0;
  3088. border-bottom: 1px solid #e5e5e5
  3089. }
  3090.  
  3091. label {
  3092. display: inline-block;
  3093. max-width: 100%;
  3094. margin-bottom: 5px;
  3095. font-weight: 700
  3096. }
  3097.  
  3098. input[type=search] {
  3099. -webkit-box-sizing: border-box;
  3100. -moz-box-sizing: border-box;
  3101. box-sizing: border-box
  3102. }
  3103.  
  3104. input[type=checkbox],
  3105. input[type=radio] {
  3106. margin: 4px 0 0;
  3107. margin-top: 1px\9;
  3108. line-height: normal
  3109. }
  3110.  
  3111. input[type=file] {
  3112. display: block
  3113. }
  3114.  
  3115. input[type=range] {
  3116. display: block;
  3117. width: 100%
  3118. }
  3119.  
  3120. select[multiple],
  3121. select[size] {
  3122. height: auto
  3123. }
  3124.  
  3125. input[type=file]:focus,
  3126. input[type=checkbox]:focus,
  3127. input[type=radio]:focus {
  3128. outline: thin dotted;
  3129. outline: 5px auto -webkit-focus-ring-color;
  3130. outline-offset: -2px
  3131. }
  3132.  
  3133. output {
  3134. display: block;
  3135. padding-top: 7px;
  3136. font-size: 14px;
  3137. line-height: 1.42857143;
  3138. color: #555
  3139. }
  3140.  
  3141. .form-control {
  3142. display: block;
  3143. width: 100%;
  3144. height: 34px;
  3145. padding: 6px 12px;
  3146. font-size: 14px;
  3147. line-height: 1.42857143;
  3148. color: #555;
  3149. background-color: #fff;
  3150. background-image: none;
  3151. border: 1px solid #ccc;
  3152. border-radius: 4px;
  3153. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  3154. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  3155. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  3156. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  3157. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
  3158. }
  3159.  
  3160. .form-control:focus {
  3161. border-color: #66afe9;
  3162. outline: 0;
  3163. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  3164. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
  3165. }
  3166.  
  3167. .form-control::-moz-placeholder {
  3168. color: #999;
  3169. opacity: 1
  3170. }
  3171.  
  3172. .form-control:-ms-input-placeholder {
  3173. color: #999
  3174. }
  3175.  
  3176. .form-control::-webkit-input-placeholder {
  3177. color: #999
  3178. }
  3179.  
  3180. .form-control::-ms-expand {
  3181. background-color: transparent;
  3182. border: 0
  3183. }
  3184.  
  3185. .form-control[disabled],
  3186. .form-control[readonly],
  3187. fieldset[disabled] .form-control {
  3188. background-color: #eee;
  3189. opacity: 1
  3190. }
  3191.  
  3192. .form-control[disabled],
  3193. fieldset[disabled] .form-control {
  3194. cursor: not-allowed
  3195. }
  3196.  
  3197. textarea.form-control {
  3198. height: auto
  3199. }
  3200.  
  3201. input[type=search] {
  3202. -webkit-appearance: none
  3203. }
  3204.  
  3205. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  3206. input[type=date].form-control,
  3207. input[type=time].form-control,
  3208. input[type=datetime-local].form-control,
  3209. input[type=month].form-control {
  3210. line-height: 34px
  3211. }
  3212. .input-group-sm input[type=date],
  3213. .input-group-sm input[type=time],
  3214. .input-group-sm input[type=datetime-local],
  3215. .input-group-sm input[type=month],
  3216. input[type=date].input-sm,
  3217. input[type=time].input-sm,
  3218. input[type=datetime-local].input-sm,
  3219. input[type=month].input-sm {
  3220. line-height: 30px
  3221. }
  3222. .input-group-lg input[type=date],
  3223. .input-group-lg input[type=time],
  3224. .input-group-lg input[type=datetime-local],
  3225. .input-group-lg input[type=month],
  3226. input[type=date].input-lg,
  3227. input[type=time].input-lg,
  3228. input[type=datetime-local].input-lg,
  3229. input[type=month].input-lg {
  3230. line-height: 46px
  3231. }
  3232. }
  3233.  
  3234. .form-group {
  3235. margin-bottom: 15px
  3236. }
  3237.  
  3238. .checkbox,
  3239. .radio {
  3240. position: relative;
  3241. display: block;
  3242. margin-top: 10px;
  3243. margin-bottom: 10px
  3244. }
  3245.  
  3246. .checkbox label,
  3247. .radio label {
  3248. min-height: 20px;
  3249. padding-left: 20px;
  3250. margin-bottom: 0;
  3251. font-weight: 400;
  3252. cursor: pointer
  3253. }
  3254.  
  3255. .checkbox input[type=checkbox],
  3256. .checkbox-inline input[type=checkbox],
  3257. .radio input[type=radio],
  3258. .radio-inline input[type=radio] {
  3259. position: absolute;
  3260. margin-top: 4px\9;
  3261. margin-left: -20px
  3262. }
  3263.  
  3264. .checkbox+.checkbox,
  3265. .radio+.radio {
  3266. margin-top: -5px
  3267. }
  3268.  
  3269. .checkbox-inline,
  3270. .radio-inline {
  3271. position: relative;
  3272. display: inline-block;
  3273. padding-left: 20px;
  3274. margin-bottom: 0;
  3275. font-weight: 400;
  3276. vertical-align: middle;
  3277. cursor: pointer
  3278. }
  3279.  
  3280. .checkbox-inline+.checkbox-inline,
  3281. .radio-inline+.radio-inline {
  3282. margin-top: 0;
  3283. margin-left: 10px
  3284. }
  3285.  
  3286. fieldset[disabled] input[type=checkbox],
  3287. fieldset[disabled] input[type=radio],
  3288. input[type=checkbox].disabled,
  3289. input[type=checkbox][disabled],
  3290. input[type=radio].disabled,
  3291. input[type=radio][disabled] {
  3292. cursor: not-allowed
  3293. }
  3294.  
  3295. .checkbox-inline.disabled,
  3296. .radio-inline.disabled,
  3297. fieldset[disabled] .checkbox-inline,
  3298. fieldset[disabled] .radio-inline {
  3299. cursor: not-allowed
  3300. }
  3301.  
  3302. .checkbox.disabled label,
  3303. .radio.disabled label,
  3304. fieldset[disabled] .checkbox label,
  3305. fieldset[disabled] .radio label {
  3306. cursor: not-allowed
  3307. }
  3308.  
  3309. .form-control-static {
  3310. min-height: 34px;
  3311. padding-top: 7px;
  3312. padding-bottom: 7px;
  3313. margin-bottom: 0
  3314. }
  3315.  
  3316. .form-control-static.input-lg,
  3317. .form-control-static.input-sm {
  3318. padding-right: 0;
  3319. padding-left: 0
  3320. }
  3321.  
  3322. .input-sm {
  3323. height: 30px;
  3324. padding: 5px 10px;
  3325. font-size: 12px;
  3326. line-height: 1.5;
  3327. border-radius: 3px
  3328. }
  3329.  
  3330. select.input-sm {
  3331. height: 30px;
  3332. line-height: 30px
  3333. }
  3334.  
  3335. select[multiple].input-sm,
  3336. textarea.input-sm {
  3337. height: auto
  3338. }
  3339.  
  3340. .form-group-sm .form-control {
  3341. height: 30px;
  3342. padding: 5px 10px;
  3343. font-size: 12px;
  3344. line-height: 1.5;
  3345. border-radius: 3px
  3346. }
  3347.  
  3348. .form-group-sm select.form-control {
  3349. height: 30px;
  3350. line-height: 30px
  3351. }
  3352.  
  3353. .form-group-sm select[multiple].form-control,
  3354. .form-group-sm textarea.form-control {
  3355. height: auto
  3356. }
  3357.  
  3358. .form-group-sm .form-control-static {
  3359. height: 30px;
  3360. min-height: 32px;
  3361. padding: 6px 10px;
  3362. font-size: 12px;
  3363. line-height: 1.5
  3364. }
  3365.  
  3366. .input-lg {
  3367. height: 46px;
  3368. padding: 10px 16px;
  3369. font-size: 18px;
  3370. line-height: 1.3333333;
  3371. border-radius: 6px
  3372. }
  3373.  
  3374. select.input-lg {
  3375. height: 46px;
  3376. line-height: 46px
  3377. }
  3378.  
  3379. select[multiple].input-lg,
  3380. textarea.input-lg {
  3381. height: auto
  3382. }
  3383.  
  3384. .form-group-lg .form-control {
  3385. height: 46px;
  3386. padding: 10px 16px;
  3387. font-size: 18px;
  3388. line-height: 1.3333333;
  3389. border-radius: 6px
  3390. }
  3391.  
  3392. .form-group-lg select.form-control {
  3393. height: 46px;
  3394. line-height: 46px
  3395. }
  3396.  
  3397. .form-group-lg select[multiple].form-control,
  3398. .form-group-lg textarea.form-control {
  3399. height: auto
  3400. }
  3401.  
  3402. .form-group-lg .form-control-static {
  3403. height: 46px;
  3404. min-height: 38px;
  3405. padding: 11px 16px;
  3406. font-size: 18px;
  3407. line-height: 1.3333333
  3408. }
  3409.  
  3410. .has-feedback {
  3411. position: relative
  3412. }
  3413.  
  3414. .has-feedback .form-control {
  3415. padding-right: 42.5px
  3416. }
  3417.  
  3418. .form-control-feedback {
  3419. position: absolute;
  3420. top: 0;
  3421. right: 0;
  3422. z-index: 2;
  3423. display: block;
  3424. width: 34px;
  3425. height: 34px;
  3426. line-height: 34px;
  3427. text-align: center;
  3428. pointer-events: none
  3429. }
  3430.  
  3431. .form-group-lg .form-control+.form-control-feedback,
  3432. .input-group-lg+.form-control-feedback,
  3433. .input-lg+.form-control-feedback {
  3434. width: 46px;
  3435. height: 46px;
  3436. line-height: 46px
  3437. }
  3438.  
  3439. .form-group-sm .form-control+.form-control-feedback,
  3440. .input-group-sm+.form-control-feedback,
  3441. .input-sm+.form-control-feedback {
  3442. width: 30px;
  3443. height: 30px;
  3444. line-height: 30px
  3445. }
  3446.  
  3447. .has-success .checkbox,
  3448. .has-success .checkbox-inline,
  3449. .has-success .control-label,
  3450. .has-success .help-block,
  3451. .has-success .radio,
  3452. .has-success .radio-inline,
  3453. .has-success.checkbox label,
  3454. .has-success.checkbox-inline label,
  3455. .has-success.radio label,
  3456. .has-success.radio-inline label {
  3457. color: #3c763d
  3458. }
  3459.  
  3460. .has-success .form-control {
  3461. border-color: #3c763d;
  3462. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  3463. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
  3464. }
  3465.  
  3466. .has-success .form-control:focus {
  3467. border-color: #2b542c;
  3468. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  3469. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
  3470. }
  3471.  
  3472. .has-success .input-group-addon {
  3473. color: #3c763d;
  3474. background-color: #dff0d8;
  3475. border-color: #3c763d
  3476. }
  3477.  
  3478. .has-success .form-control-feedback {
  3479. color: #3c763d
  3480. }
  3481.  
  3482. .has-warning .checkbox,
  3483. .has-warning .checkbox-inline,
  3484. .has-warning .control-label,
  3485. .has-warning .help-block,
  3486. .has-warning .radio,
  3487. .has-warning .radio-inline,
  3488. .has-warning.checkbox label,
  3489. .has-warning.checkbox-inline label,
  3490. .has-warning.radio label,
  3491. .has-warning.radio-inline label {
  3492. color: #8a6d3b
  3493. }
  3494.  
  3495. .has-warning .form-control {
  3496. border-color: #8a6d3b;
  3497. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  3498. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
  3499. }
  3500.  
  3501. .has-warning .form-control:focus {
  3502. border-color: #66512c;
  3503. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  3504. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
  3505. }
  3506.  
  3507. .has-warning .input-group-addon {
  3508. color: #8a6d3b;
  3509. background-color: #fcf8e3;
  3510. border-color: #8a6d3b
  3511. }
  3512.  
  3513. .has-warning .form-control-feedback {
  3514. color: #8a6d3b
  3515. }
  3516.  
  3517. .has-error .checkbox,
  3518. .has-error .checkbox-inline,
  3519. .has-error .control-label,
  3520. .has-error .help-block,
  3521. .has-error .radio,
  3522. .has-error .radio-inline,
  3523. .has-error.checkbox label,
  3524. .has-error.checkbox-inline label,
  3525. .has-error.radio label,
  3526. .has-error.radio-inline label {
  3527. color: #a94442
  3528. }
  3529.  
  3530. .has-error .form-control {
  3531. border-color: #a94442;
  3532. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  3533. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
  3534. }
  3535.  
  3536. .has-error .form-control:focus {
  3537. border-color: #843534;
  3538. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  3539. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
  3540. }
  3541.  
  3542. .has-error .input-group-addon {
  3543. color: #a94442;
  3544. background-color: #f2dede;
  3545. border-color: #a94442
  3546. }
  3547.  
  3548. .has-error .form-control-feedback {
  3549. color: #a94442
  3550. }
  3551.  
  3552. .has-feedback label ~ .form-control-feedback {
  3553. top: 25px
  3554. }
  3555.  
  3556. .has-feedback label.sr-only ~ .form-control-feedback {
  3557. top: 0
  3558. }
  3559.  
  3560. .help-block {
  3561. display: block;
  3562. margin-top: 5px;
  3563. margin-bottom: 10px;
  3564. color: #737373
  3565. }
  3566.  
  3567. @media (min-width: 768px) {
  3568. .form-inline .form-group {
  3569. display: inline-block;
  3570. margin-bottom: 0;
  3571. vertical-align: middle
  3572. }
  3573. .form-inline .form-control {
  3574. display: inline-block;
  3575. width: auto;
  3576. vertical-align: middle
  3577. }
  3578. .form-inline .form-control-static {
  3579. display: inline-block
  3580. }
  3581. .form-inline .input-group {
  3582. display: inline-table;
  3583. vertical-align: middle
  3584. }
  3585. .form-inline .input-group .form-control,
  3586. .form-inline .input-group .input-group-addon,
  3587. .form-inline .input-group .input-group-btn {
  3588. width: auto
  3589. }
  3590. .form-inline .input-group>.form-control {
  3591. width: 100%
  3592. }
  3593. .form-inline .control-label {
  3594. margin-bottom: 0;
  3595. vertical-align: middle
  3596. }
  3597. .form-inline .checkbox,
  3598. .form-inline .radio {
  3599. display: inline-block;
  3600. margin-top: 0;
  3601. margin-bottom: 0;
  3602. vertical-align: middle
  3603. }
  3604. .form-inline .checkbox label,
  3605. .form-inline .radio label {
  3606. padding-left: 0
  3607. }
  3608. .form-inline .checkbox input[type=checkbox],
  3609. .form-inline .radio input[type=radio] {
  3610. position: relative;
  3611. margin-left: 0
  3612. }
  3613. .form-inline .has-feedback .form-control-feedback {
  3614. top: 0
  3615. }
  3616. }
  3617.  
  3618. .form-horizontal .checkbox,
  3619. .form-horizontal .checkbox-inline,
  3620. .form-horizontal .radio,
  3621. .form-horizontal .radio-inline {
  3622. padding-top: 7px;
  3623. margin-top: 0;
  3624. margin-bottom: 0
  3625. }
  3626.  
  3627. .form-horizontal .checkbox,
  3628. .form-horizontal .radio {
  3629. min-height: 27px
  3630. }
  3631.  
  3632. .form-horizontal .form-group {
  3633. margin-right: -15px;
  3634. margin-left: -15px
  3635. }
  3636.  
  3637. @media (min-width: 768px) {
  3638. .form-horizontal .control-label {
  3639. padding-top: 7px;
  3640. margin-bottom: 0;
  3641. text-align: right
  3642. }
  3643. }
  3644.  
  3645. .form-horizontal .has-feedback .form-control-feedback {
  3646. right: 15px
  3647. }
  3648.  
  3649. @media (min-width: 768px) {
  3650. .form-horizontal .form-group-lg .control-label {
  3651. padding-top: 11px;
  3652. font-size: 18px
  3653. }
  3654. }
  3655.  
  3656. @media (min-width: 768px) {
  3657. .form-horizontal .form-group-sm .control-label {
  3658. padding-top: 6px;
  3659. font-size: 12px
  3660. }
  3661. }
  3662.  
  3663. .btn {
  3664. display: inline-block;
  3665. padding: 6px 12px;
  3666. margin-bottom: 0;
  3667. font-size: 14px;
  3668. font-weight: 400;
  3669. line-height: 1.42857143;
  3670. text-align: center;
  3671. white-space: nowrap;
  3672. vertical-align: middle;
  3673. -ms-touch-action: manipulation;
  3674. touch-action: manipulation;
  3675. cursor: pointer;
  3676. -webkit-user-select: none;
  3677. -moz-user-select: none;
  3678. -ms-user-select: none;
  3679. user-select: none;
  3680. background-image: none;
  3681. border: 1px solid transparent;
  3682. border-radius: 4px
  3683. }
  3684.  
  3685. .btn.active.focus,
  3686. .btn.active:focus,
  3687. .btn.focus,
  3688. .btn:active.focus,
  3689. .btn:active:focus,
  3690. .btn:focus {
  3691. outline: thin dotted;
  3692. outline: 5px auto -webkit-focus-ring-color;
  3693. outline-offset: -2px
  3694. }
  3695.  
  3696. .btn.focus,
  3697. .btn:focus,
  3698. .btn:hover {
  3699. color: #333;
  3700. text-decoration: none
  3701. }
  3702.  
  3703. .btn.active,
  3704. .btn:active {
  3705. background-image: none;
  3706. outline: 0;
  3707. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3708. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
  3709. }
  3710.  
  3711. .btn.disabled,
  3712. .btn[disabled],
  3713. fieldset[disabled] .btn {
  3714. cursor: not-allowed;
  3715. filter: alpha(opacity=65);
  3716. -webkit-box-shadow: none;
  3717. box-shadow: none;
  3718. opacity: .65
  3719. }
  3720.  
  3721. a.btn.disabled,
  3722. fieldset[disabled] a.btn {
  3723. pointer-events: none
  3724. }
  3725.  
  3726. .btn-default {
  3727. color: #333;
  3728. background-color: #fff;
  3729. border-color: #ccc
  3730. }
  3731.  
  3732. .btn-default.focus,
  3733. .btn-default:focus {
  3734. color: #333;
  3735. background-color: #e6e6e6;
  3736. border-color: #8c8c8c
  3737. }
  3738.  
  3739. .btn-default:hover {
  3740. color: #333;
  3741. background-color: #e6e6e6;
  3742. border-color: #adadad
  3743. }
  3744.  
  3745. .btn-default.active,
  3746. .btn-default:active,
  3747. .open>.dropdown-toggle.btn-default {
  3748. color: #333;
  3749. background-color: #e6e6e6;
  3750. border-color: #adadad
  3751. }
  3752.  
  3753. .btn-default.active.focus,
  3754. .btn-default.active:focus,
  3755. .btn-default.active:hover,
  3756. .btn-default:active.focus,
  3757. .btn-default:active:focus,
  3758. .btn-default:active:hover,
  3759. .open>.dropdown-toggle.btn-default.focus,
  3760. .open>.dropdown-toggle.btn-default:focus,
  3761. .open>.dropdown-toggle.btn-default:hover {
  3762. color: #333;
  3763. background-color: #d4d4d4;
  3764. border-color: #8c8c8c
  3765. }
  3766.  
  3767. .btn-default.active,
  3768. .btn-default:active,
  3769. .open>.dropdown-toggle.btn-default {
  3770. background-image: none
  3771. }
  3772.  
  3773. .btn-default.disabled.focus,
  3774. .btn-default.disabled:focus,
  3775. .btn-default.disabled:hover,
  3776. .btn-default[disabled].focus,
  3777. .btn-default[disabled]:focus,
  3778. .btn-default[disabled]:hover,
  3779. fieldset[disabled] .btn-default.focus,
  3780. fieldset[disabled] .btn-default:focus,
  3781. fieldset[disabled] .btn-default:hover {
  3782. background-color: #fff;
  3783. border-color: #ccc
  3784. }
  3785.  
  3786. .btn-default .badge {
  3787. color: #fff;
  3788. background-color: #333
  3789. }
  3790.  
  3791. .btn-primary {
  3792. color: #fff;
  3793. background-color: #337ab7;
  3794. border-color: #2e6da4
  3795. }
  3796.  
  3797. .btn-primary.focus,
  3798. .btn-primary:focus {
  3799. color: #fff;
  3800. background-color: #286090;
  3801. border-color: #122b40
  3802. }
  3803.  
  3804. .btn-primary:hover {
  3805. color: #fff;
  3806. background-color: #286090;
  3807. border-color: #204d74
  3808. }
  3809.  
  3810. .btn-primary.active,
  3811. .btn-primary:active,
  3812. .open>.dropdown-toggle.btn-primary {
  3813. color: #fff;
  3814. background-color: #286090;
  3815. border-color: #204d74
  3816. }
  3817.  
  3818. .btn-primary.active.focus,
  3819. .btn-primary.active:focus,
  3820. .btn-primary.active:hover,
  3821. .btn-primary:active.focus,
  3822. .btn-primary:active:focus,
  3823. .btn-primary:active:hover,
  3824. .open>.dropdown-toggle.btn-primary.focus,
  3825. .open>.dropdown-toggle.btn-primary:focus,
  3826. .open>.dropdown-toggle.btn-primary:hover {
  3827. color: #fff;
  3828. background-color: #204d74;
  3829. border-color: #122b40
  3830. }
  3831.  
  3832. .btn-primary.active,
  3833. .btn-primary:active,
  3834. .open>.dropdown-toggle.btn-primary {
  3835. background-image: none
  3836. }
  3837.  
  3838. .btn-primary.disabled.focus,
  3839. .btn-primary.disabled:focus,
  3840. .btn-primary.disabled:hover,
  3841. .btn-primary[disabled].focus,
  3842. .btn-primary[disabled]:focus,
  3843. .btn-primary[disabled]:hover,
  3844. fieldset[disabled] .btn-primary.focus,
  3845. fieldset[disabled] .btn-primary:focus,
  3846. fieldset[disabled] .btn-primary:hover {
  3847. background-color: #337ab7;
  3848. border-color: #2e6da4
  3849. }
  3850.  
  3851. .btn-primary .badge {
  3852. color: #337ab7;
  3853. background-color: #fff
  3854. }
  3855.  
  3856. .btn-success {
  3857. color: #fff;
  3858. background-color: #5cb85c;
  3859. border-color: #4cae4c
  3860. }
  3861.  
  3862. .btn-success.focus,
  3863. .btn-success:focus {
  3864. color: #fff;
  3865. background-color: #449d44;
  3866. border-color: #255625
  3867. }
  3868.  
  3869. .btn-success:hover {
  3870. color: #fff;
  3871. background-color: #449d44;
  3872. border-color: #398439
  3873. }
  3874.  
  3875. .btn-success.active,
  3876. .btn-success:active,
  3877. .open>.dropdown-toggle.btn-success {
  3878. color: #fff;
  3879. background-color: #449d44;
  3880. border-color: #398439
  3881. }
  3882.  
  3883. .btn-success.active.focus,
  3884. .btn-success.active:focus,
  3885. .btn-success.active:hover,
  3886. .btn-success:active.focus,
  3887. .btn-success:active:focus,
  3888. .btn-success:active:hover,
  3889. .open>.dropdown-toggle.btn-success.focus,
  3890. .open>.dropdown-toggle.btn-success:focus,
  3891. .open>.dropdown-toggle.btn-success:hover {
  3892. color: #fff;
  3893. background-color: #398439;
  3894. border-color: #255625
  3895. }
  3896.  
  3897. .btn-success.active,
  3898. .btn-success:active,
  3899. .open>.dropdown-toggle.btn-success {
  3900. background-image: none
  3901. }
  3902.  
  3903. .btn-success.disabled.focus,
  3904. .btn-success.disabled:focus,
  3905. .btn-success.disabled:hover,
  3906. .btn-success[disabled].focus,
  3907. .btn-success[disabled]:focus,
  3908. .btn-success[disabled]:hover,
  3909. fieldset[disabled] .btn-success.focus,
  3910. fieldset[disabled] .btn-success:focus,
  3911. fieldset[disabled] .btn-success:hover {
  3912. background-color: #5cb85c;
  3913. border-color: #4cae4c
  3914. }
  3915.  
  3916. .btn-success .badge {
  3917. color: #5cb85c;
  3918. background-color: #fff
  3919. }
  3920.  
  3921. .btn-info {
  3922. color: #fff;
  3923. background-color: #5bc0de;
  3924. border-color: #46b8da
  3925. }
  3926.  
  3927. .btn-info.focus,
  3928. .btn-info:focus {
  3929. color: #fff;
  3930. background-color: #31b0d5;
  3931. border-color: #1b6d85
  3932. }
  3933.  
  3934. .btn-info:hover {
  3935. color: #fff;
  3936. background-color: #31b0d5;
  3937. border-color: #269abc
  3938. }
  3939.  
  3940. .btn-info.active,
  3941. .btn-info:active,
  3942. .open>.dropdown-toggle.btn-info {
  3943. color: #fff;
  3944. background-color: #31b0d5;
  3945. border-color: #269abc
  3946. }
  3947.  
  3948. .btn-info.active.focus,
  3949. .btn-info.active:focus,
  3950. .btn-info.active:hover,
  3951. .btn-info:active.focus,
  3952. .btn-info:active:focus,
  3953. .btn-info:active:hover,
  3954. .open>.dropdown-toggle.btn-info.focus,
  3955. .open>.dropdown-toggle.btn-info:focus,
  3956. .open>.dropdown-toggle.btn-info:hover {
  3957. color: #fff;
  3958. background-color: #269abc;
  3959. border-color: #1b6d85
  3960. }
  3961.  
  3962. .btn-info.active,
  3963. .btn-info:active,
  3964. .open>.dropdown-toggle.btn-info {
  3965. background-image: none
  3966. }
  3967.  
  3968. .btn-info.disabled.focus,
  3969. .btn-info.disabled:focus,
  3970. .btn-info.disabled:hover,
  3971. .btn-info[disabled].focus,
  3972. .btn-info[disabled]:focus,
  3973. .btn-info[disabled]:hover,
  3974. fieldset[disabled] .btn-info.focus,
  3975. fieldset[disabled] .btn-info:focus,
  3976. fieldset[disabled] .btn-info:hover {
  3977. background-color: #5bc0de;
  3978. border-color: #46b8da
  3979. }
  3980.  
  3981. .btn-info .badge {
  3982. color: #5bc0de;
  3983. background-color: #fff
  3984. }
  3985.  
  3986. .btn-warning {
  3987. color: #fff;
  3988. background-color: #f0ad4e;
  3989. border-color: #eea236
  3990. }
  3991.  
  3992. .btn-warning.focus,
  3993. .btn-warning:focus {
  3994. color: #fff;
  3995. background-color: #ec971f;
  3996. border-color: #985f0d
  3997. }
  3998.  
  3999. .btn-warning:hover {
  4000. color: #fff;
  4001. background-color: #ec971f;
  4002. border-color: #d58512
  4003. }
  4004.  
  4005. .btn-warning.active,
  4006. .btn-warning:active,
  4007. .open>.dropdown-toggle.btn-warning {
  4008. color: #fff;
  4009. background-color: #ec971f;
  4010. border-color: #d58512
  4011. }
  4012.  
  4013. .btn-warning.active.focus,
  4014. .btn-warning.active:focus,
  4015. .btn-warning.active:hover,
  4016. .btn-warning:active.focus,
  4017. .btn-warning:active:focus,
  4018. .btn-warning:active:hover,
  4019. .open>.dropdown-toggle.btn-warning.focus,
  4020. .open>.dropdown-toggle.btn-warning:focus,
  4021. .open>.dropdown-toggle.btn-warning:hover {
  4022. color: #fff;
  4023. background-color: #d58512;
  4024. border-color: #985f0d
  4025. }
  4026.  
  4027. .btn-warning.active,
  4028. .btn-warning:active,
  4029. .open>.dropdown-toggle.btn-warning {
  4030. background-image: none
  4031. }
  4032.  
  4033. .btn-warning.disabled.focus,
  4034. .btn-warning.disabled:focus,
  4035. .btn-warning.disabled:hover,
  4036. .btn-warning[disabled].focus,
  4037. .btn-warning[disabled]:focus,
  4038. .btn-warning[disabled]:hover,
  4039. fieldset[disabled] .btn-warning.focus,
  4040. fieldset[disabled] .btn-warning:focus,
  4041. fieldset[disabled] .btn-warning:hover {
  4042. background-color: #f0ad4e;
  4043. border-color: #eea236
  4044. }
  4045.  
  4046. .btn-warning .badge {
  4047. color: #f0ad4e;
  4048. background-color: #fff
  4049. }
  4050.  
  4051. .btn-danger {
  4052. color: #fff;
  4053. background-color: #d9534f;
  4054. border-color: #d43f3a
  4055. }
  4056.  
  4057. .btn-danger.focus,
  4058. .btn-danger:focus {
  4059. color: #fff;
  4060. background-color: #c9302c;
  4061. border-color: #761c19
  4062. }
  4063.  
  4064. .btn-danger:hover {
  4065. color: #fff;
  4066. background-color: #c9302c;
  4067. border-color: #ac2925
  4068. }
  4069.  
  4070. .btn-danger.active,
  4071. .btn-danger:active,
  4072. .open>.dropdown-toggle.btn-danger {
  4073. color: #fff;
  4074. background-color: #c9302c;
  4075. border-color: #ac2925
  4076. }
  4077.  
  4078. .btn-danger.active.focus,
  4079. .btn-danger.active:focus,
  4080. .btn-danger.active:hover,
  4081. .btn-danger:active.focus,
  4082. .btn-danger:active:focus,
  4083. .btn-danger:active:hover,
  4084. .open>.dropdown-toggle.btn-danger.focus,
  4085. .open>.dropdown-toggle.btn-danger:focus,
  4086. .open>.dropdown-toggle.btn-danger:hover {
  4087. color: #fff;
  4088. background-color: #ac2925;
  4089. border-color: #761c19
  4090. }
  4091.  
  4092. .btn-danger.active,
  4093. .btn-danger:active,
  4094. .open>.dropdown-toggle.btn-danger {
  4095. background-image: none
  4096. }
  4097.  
  4098. .btn-danger.disabled.focus,
  4099. .btn-danger.disabled:focus,
  4100. .btn-danger.disabled:hover,
  4101. .btn-danger[disabled].focus,
  4102. .btn-danger[disabled]:focus,
  4103. .btn-danger[disabled]:hover,
  4104. fieldset[disabled] .btn-danger.focus,
  4105. fieldset[disabled] .btn-danger:focus,
  4106. fieldset[disabled] .btn-danger:hover {
  4107. background-color: #d9534f;
  4108. border-color: #d43f3a
  4109. }
  4110.  
  4111. .btn-danger .badge {
  4112. color: #d9534f;
  4113. background-color: #fff
  4114. }
  4115.  
  4116. .btn-link {
  4117. font-weight: 400;
  4118. color: #337ab7;
  4119. border-radius: 0
  4120. }
  4121.  
  4122. .btn-link,
  4123. .btn-link.active,
  4124. .btn-link:active,
  4125. .btn-link[disabled],
  4126. fieldset[disabled] .btn-link {
  4127. background-color: transparent;
  4128. -webkit-box-shadow: none;
  4129. box-shadow: none
  4130. }
  4131.  
  4132. .btn-link,
  4133. .btn-link:active,
  4134. .btn-link:focus,
  4135. .btn-link:hover {
  4136. border-color: transparent
  4137. }
  4138.  
  4139. .btn-link:focus,
  4140. .btn-link:hover {
  4141. color: #23527c;
  4142. text-decoration: underline;
  4143. background-color: transparent
  4144. }
  4145.  
  4146. .btn-link[disabled]:focus,
  4147. .btn-link[disabled]:hover,
  4148. fieldset[disabled] .btn-link:focus,
  4149. fieldset[disabled] .btn-link:hover {
  4150. color: #777;
  4151. text-decoration: none
  4152. }
  4153.  
  4154. .btn-group-lg>.btn,
  4155. .btn-lg {
  4156. padding: 10px 16px;
  4157. font-size: 18px;
  4158. line-height: 1.3333333;
  4159. border-radius: 6px
  4160. }
  4161.  
  4162. .btn-group-sm>.btn,
  4163. .btn-sm {
  4164. padding: 5px 10px;
  4165. font-size: 12px;
  4166. line-height: 1.5;
  4167. border-radius: 3px
  4168. }
  4169.  
  4170. .btn-group-xs>.btn,
  4171. .btn-xs {
  4172. padding: 1px 5px;
  4173. font-size: 12px;
  4174. line-height: 1.5;
  4175. border-radius: 3px
  4176. }
  4177.  
  4178. .btn-block {
  4179. display: block;
  4180. width: 100%
  4181. }
  4182.  
  4183. .btn-block+.btn-block {
  4184. margin-top: 5px
  4185. }
  4186.  
  4187. input[type=button].btn-block,
  4188. input[type=reset].btn-block,
  4189. input[type=submit].btn-block {
  4190. width: 100%
  4191. }
  4192.  
  4193. .fade {
  4194. opacity: 0;
  4195. -webkit-transition: opacity .15s linear;
  4196. -o-transition: opacity .15s linear;
  4197. transition: opacity .15s linear
  4198. }
  4199.  
  4200. .fade.in {
  4201. opacity: 1
  4202. }
  4203.  
  4204. .collapse {
  4205. display: none
  4206. }
  4207.  
  4208. .collapse.in {
  4209. display: block
  4210. }
  4211.  
  4212. tr.collapse.in {
  4213. display: table-row
  4214. }
  4215.  
  4216. tbody.collapse.in {
  4217. display: table-row-group
  4218. }
  4219.  
  4220. .collapsing {
  4221. position: relative;
  4222. height: 0;
  4223. overflow: hidden;
  4224. -webkit-transition-timing-function: ease;
  4225. -o-transition-timing-function: ease;
  4226. transition-timing-function: ease;
  4227. -webkit-transition-duration: .35s;
  4228. -o-transition-duration: .35s;
  4229. transition-duration: .35s;
  4230. -webkit-transition-property: height, visibility;
  4231. -o-transition-property: height, visibility;
  4232. transition-property: height, visibility
  4233. }
  4234.  
  4235. .caret {
  4236. display: inline-block;
  4237. width: 0;
  4238. height: 0;
  4239. margin-left: 2px;
  4240. vertical-align: middle;
  4241. border-top: 4px dashed;
  4242. border-top: 4px solid\9;
  4243. border-right: 4px solid transparent;
  4244. border-left: 4px solid transparent
  4245. }
  4246.  
  4247. .dropdown,
  4248. .dropup {
  4249. position: relative
  4250. }
  4251.  
  4252. .dropdown-toggle:focus {
  4253. outline: 0
  4254. }
  4255.  
  4256. .dropdown-menu {
  4257. position: absolute;
  4258. top: 100%;
  4259. left: 0;
  4260. z-index: 1000;
  4261. display: none;
  4262. float: left;
  4263. min-width: 160px;
  4264. padding: 5px 0;
  4265. margin: 2px 0 0;
  4266. font-size: 14px;
  4267. text-align: left;
  4268. list-style: none;
  4269. background-color: #fff;
  4270. -webkit-background-clip: padding-box;
  4271. background-clip: padding-box;
  4272. border: 1px solid #ccc;
  4273. border: 1px solid rgba(0, 0, 0, 0.15);
  4274. border-radius: 4px;
  4275. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  4276. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
  4277. }
  4278.  
  4279. .dropdown-menu.pull-right {
  4280. right: 0;
  4281. left: auto
  4282. }
  4283.  
  4284. .dropdown-menu .divider {
  4285. height: 1px;
  4286. margin: 9px 0;
  4287. overflow: hidden;
  4288. background-color: #e5e5e5
  4289. }
  4290.  
  4291. .dropdown-menu>li>a {
  4292. display: block;
  4293. padding: 3px 20px;
  4294. clear: both;
  4295. font-weight: 400;
  4296. line-height: 1.42857143;
  4297. color: #333;
  4298. white-space: nowrap
  4299. }
  4300.  
  4301. .dropdown-menu>li>a:focus,
  4302. .dropdown-menu>li>a:hover {
  4303. color: #262626;
  4304. text-decoration: none;
  4305. background-color: #f5f5f5
  4306. }
  4307.  
  4308. .dropdown-menu>.active>a,
  4309. .dropdown-menu>.active>a:focus,
  4310. .dropdown-menu>.active>a:hover {
  4311. color: #fff;
  4312. text-decoration: none;
  4313. background-color: #337ab7;
  4314. outline: 0
  4315. }
  4316.  
  4317. .dropdown-menu>.disabled>a,
  4318. .dropdown-menu>.disabled>a:focus,
  4319. .dropdown-menu>.disabled>a:hover {
  4320. color: #777
  4321. }
  4322.  
  4323. .dropdown-menu>.disabled>a:focus,
  4324. .dropdown-menu>.disabled>a:hover {
  4325. text-decoration: none;
  4326. cursor: not-allowed;
  4327. background-color: transparent;
  4328. background-image: none;
  4329. filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
  4330. }
  4331.  
  4332. .open>.dropdown-menu {
  4333. display: block
  4334. }
  4335.  
  4336. .open>a {
  4337. outline: 0
  4338. }
  4339.  
  4340. .dropdown-menu-right {
  4341. right: 0;
  4342. left: auto
  4343. }
  4344.  
  4345. .dropdown-menu-left {
  4346. right: auto;
  4347. left: 0
  4348. }
  4349.  
  4350. .dropdown-header {
  4351. display: block;
  4352. padding: 3px 20px;
  4353. font-size: 12px;
  4354. line-height: 1.42857143;
  4355. color: #777;
  4356. white-space: nowrap
  4357. }
  4358.  
  4359. .dropdown-backdrop {
  4360. position: fixed;
  4361. top: 0;
  4362. right: 0;
  4363. bottom: 0;
  4364. left: 0;
  4365. z-index: 990
  4366. }
  4367.  
  4368. .pull-right>.dropdown-menu {
  4369. right: 0;
  4370. left: auto
  4371. }
  4372.  
  4373. .dropup .caret,
  4374. .navbar-fixed-bottom .dropdown .caret {
  4375. content: "";
  4376. border-top: 0;
  4377. border-bottom: 4px dashed;
  4378. border-bottom: 4px solid\9
  4379. }
  4380.  
  4381. .dropup .dropdown-menu,
  4382. .navbar-fixed-bottom .dropdown .dropdown-menu {
  4383. top: auto;
  4384. bottom: 100%;
  4385. margin-bottom: 2px
  4386. }
  4387.  
  4388. @media (min-width: 768px) {
  4389. .navbar-right .dropdown-menu {
  4390. right: 0;
  4391. left: auto
  4392. }
  4393. .navbar-right .dropdown-menu-left {
  4394. right: auto;
  4395. left: 0
  4396. }
  4397. }
  4398.  
  4399. .btn-group,
  4400. .btn-group-vertical {
  4401. position: relative;
  4402. display: inline-block;
  4403. vertical-align: middle
  4404. }
  4405.  
  4406. .btn-group-vertical>.btn,
  4407. .btn-group>.btn {
  4408. position: relative;
  4409. float: left
  4410. }
  4411.  
  4412. .btn-group-vertical>.btn.active,
  4413. .btn-group-vertical>.btn:active,
  4414. .btn-group-vertical>.btn:focus,
  4415. .btn-group-vertical>.btn:hover,
  4416. .btn-group>.btn.active,
  4417. .btn-group>.btn:active,
  4418. .btn-group>.btn:focus,
  4419. .btn-group>.btn:hover {
  4420. z-index: 2
  4421. }
  4422.  
  4423. .btn-group .btn+.btn,
  4424. .btn-group .btn+.btn-group,
  4425. .btn-group .btn-group+.btn,
  4426. .btn-group .btn-group+.btn-group {
  4427. margin-left: -1px
  4428. }
  4429.  
  4430. .btn-toolbar {
  4431. margin-left: -5px
  4432. }
  4433.  
  4434. .btn-toolbar .btn,
  4435. .btn-toolbar .btn-group,
  4436. .btn-toolbar .input-group {
  4437. float: left
  4438. }
  4439.  
  4440. .btn-toolbar>.btn,
  4441. .btn-toolbar>.btn-group,
  4442. .btn-toolbar>.input-group {
  4443. margin-left: 5px
  4444. }
  4445.  
  4446. .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  4447. border-radius: 0
  4448. }
  4449.  
  4450. .btn-group>.btn:first-child {
  4451. margin-left: 0
  4452. }
  4453.  
  4454. .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  4455. border-top-right-radius: 0;
  4456. border-bottom-right-radius: 0
  4457. }
  4458.  
  4459. .btn-group>.btn:last-child:not(:first-child),
  4460. .btn-group>.dropdown-toggle:not(:first-child) {
  4461. border-top-left-radius: 0;
  4462. border-bottom-left-radius: 0
  4463. }
  4464.  
  4465. .btn-group>.btn-group {
  4466. float: left
  4467. }
  4468.  
  4469. .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  4470. border-radius: 0
  4471. }
  4472.  
  4473. .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
  4474. .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  4475. border-top-right-radius: 0;
  4476. border-bottom-right-radius: 0
  4477. }
  4478.  
  4479. .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  4480. border-top-left-radius: 0;
  4481. border-bottom-left-radius: 0
  4482. }
  4483.  
  4484. .btn-group .dropdown-toggle:active,
  4485. .btn-group.open .dropdown-toggle {
  4486. outline: 0
  4487. }
  4488.  
  4489. .btn-group>.btn+.dropdown-toggle {
  4490. padding-right: 8px;
  4491. padding-left: 8px
  4492. }
  4493.  
  4494. .btn-group>.btn-lg+.dropdown-toggle {
  4495. padding-right: 12px;
  4496. padding-left: 12px
  4497. }
  4498.  
  4499. .btn-group.open .dropdown-toggle {
  4500. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  4501. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
  4502. }
  4503.  
  4504. .btn-group.open .dropdown-toggle.btn-link {
  4505. -webkit-box-shadow: none;
  4506. box-shadow: none
  4507. }
  4508.  
  4509. .btn .caret {
  4510. margin-left: 0
  4511. }
  4512.  
  4513. .btn-lg .caret {
  4514. border-width: 5px 5px 0;
  4515. border-bottom-width: 0
  4516. }
  4517.  
  4518. .dropup .btn-lg .caret {
  4519. border-width: 0 5px 5px
  4520. }
  4521.  
  4522. .btn-group-vertical>.btn,
  4523. .btn-group-vertical>.btn-group,
  4524. .btn-group-vertical>.btn-group>.btn {
  4525. display: block;
  4526. float: none;
  4527. width: 100%;
  4528. max-width: 100%
  4529. }
  4530.  
  4531. .btn-group-vertical>.btn-group>.btn {
  4532. float: none
  4533. }
  4534.  
  4535. .btn-group-vertical>.btn+.btn,
  4536. .btn-group-vertical>.btn+.btn-group,
  4537. .btn-group-vertical>.btn-group+.btn,
  4538. .btn-group-vertical>.btn-group+.btn-group {
  4539. margin-top: -1px;
  4540. margin-left: 0
  4541. }
  4542.  
  4543. .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  4544. border-radius: 0
  4545. }
  4546.  
  4547. .btn-group-vertical>.btn:first-child:not(:last-child) {
  4548. border-top-left-radius: 4px;
  4549. border-top-right-radius: 4px;
  4550. border-bottom-right-radius: 0;
  4551. border-bottom-left-radius: 0
  4552. }
  4553.  
  4554. .btn-group-vertical>.btn:last-child:not(:first-child) {
  4555. border-top-left-radius: 0;
  4556. border-top-right-radius: 0;
  4557. border-bottom-right-radius: 4px;
  4558. border-bottom-left-radius: 4px
  4559. }
  4560.  
  4561. .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  4562. border-radius: 0
  4563. }
  4564.  
  4565. .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
  4566. .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  4567. border-bottom-right-radius: 0;
  4568. border-bottom-left-radius: 0
  4569. }
  4570.  
  4571. .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  4572. border-top-left-radius: 0;
  4573. border-top-right-radius: 0
  4574. }
  4575.  
  4576. .btn-group-justified {
  4577. display: table;
  4578. width: 100%;
  4579. table-layout: fixed;
  4580. border-collapse: separate
  4581. }
  4582.  
  4583. .btn-group-justified>.btn,
  4584. .btn-group-justified>.btn-group {
  4585. display: table-cell;
  4586. float: none;
  4587. width: 1%
  4588. }
  4589.  
  4590. .btn-group-justified>.btn-group .btn {
  4591. width: 100%
  4592. }
  4593.  
  4594. .btn-group-justified>.btn-group .dropdown-menu {
  4595. left: auto
  4596. }
  4597.  
  4598. [data-toggle=buttons]>.btn input[type=checkbox],
  4599. [data-toggle=buttons]>.btn input[type=radio],
  4600. [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
  4601. [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  4602. position: absolute;
  4603. clip: rect(0, 0, 0, 0);
  4604. pointer-events: none
  4605. }
  4606.  
  4607. .input-group {
  4608. position: relative;
  4609. display: table;
  4610. border-collapse: separate
  4611. }
  4612.  
  4613. .input-group[class*=col-] {
  4614. float: none;
  4615. padding-right: 0;
  4616. padding-left: 0
  4617. }
  4618.  
  4619. .input-group .form-control {
  4620. position: relative;
  4621. z-index: 2;
  4622. float: left;
  4623. width: 100%;
  4624. margin-bottom: 0
  4625. }
  4626.  
  4627. .input-group .form-control:focus {
  4628. z-index: 3
  4629. }
  4630.  
  4631. .input-group-lg>.form-control,
  4632. .input-group-lg>.input-group-addon,
  4633. .input-group-lg>.input-group-btn>.btn {
  4634. height: 46px;
  4635. padding: 10px 16px;
  4636. font-size: 18px;
  4637. line-height: 1.3333333;
  4638. border-radius: 6px
  4639. }
  4640.  
  4641. select.input-group-lg>.form-control,
  4642. select.input-group-lg>.input-group-addon,
  4643. select.input-group-lg>.input-group-btn>.btn {
  4644. height: 46px;
  4645. line-height: 46px
  4646. }
  4647.  
  4648. select[multiple].input-group-lg>.form-control,
  4649. select[multiple].input-group-lg>.input-group-addon,
  4650. select[multiple].input-group-lg>.input-group-btn>.btn,
  4651. textarea.input-group-lg>.form-control,
  4652. textarea.input-group-lg>.input-group-addon,
  4653. textarea.input-group-lg>.input-group-btn>.btn {
  4654. height: auto
  4655. }
  4656.  
  4657. .input-group-sm>.form-control,
  4658. .input-group-sm>.input-group-addon,
  4659. .input-group-sm>.input-group-btn>.btn {
  4660. height: 30px;
  4661. padding: 5px 10px;
  4662. font-size: 12px;
  4663. line-height: 1.5;
  4664. border-radius: 3px
  4665. }
  4666.  
  4667. select.input-group-sm>.form-control,
  4668. select.input-group-sm>.input-group-addon,
  4669. select.input-group-sm>.input-group-btn>.btn {
  4670. height: 30px;
  4671. line-height: 30px
  4672. }
  4673.  
  4674. select[multiple].input-group-sm>.form-control,
  4675. select[multiple].input-group-sm>.input-group-addon,
  4676. select[multiple].input-group-sm>.input-group-btn>.btn,
  4677. textarea.input-group-sm>.form-control,
  4678. textarea.input-group-sm>.input-group-addon,
  4679. textarea.input-group-sm>.input-group-btn>.btn {
  4680. height: auto
  4681. }
  4682.  
  4683. .input-group .form-control,
  4684. .input-group-addon,
  4685. .input-group-btn {
  4686. display: table-cell
  4687. }
  4688.  
  4689. .input-group .form-control:not(:first-child):not(:last-child),
  4690. .input-group-addon:not(:first-child):not(:last-child),
  4691. .input-group-btn:not(:first-child):not(:last-child) {
  4692. border-radius: 0
  4693. }
  4694.  
  4695. .input-group-addon,
  4696. .input-group-btn {
  4697. width: 1%;
  4698. white-space: nowrap;
  4699. vertical-align: middle
  4700. }
  4701.  
  4702. .input-group-addon {
  4703. padding: 6px 12px;
  4704. font-size: 14px;
  4705. font-weight: 400;
  4706. line-height: 1;
  4707. color: #555;
  4708. text-align: center;
  4709. background-color: #eee;
  4710. border: 1px solid #ccc;
  4711. border-radius: 4px
  4712. }
  4713.  
  4714. .input-group-addon.input-sm {
  4715. padding: 5px 10px;
  4716. font-size: 12px;
  4717. border-radius: 3px
  4718. }
  4719.  
  4720. .input-group-addon.input-lg {
  4721. padding: 10px 16px;
  4722. font-size: 18px;
  4723. border-radius: 6px
  4724. }
  4725.  
  4726. .input-group-addon input[type=checkbox],
  4727. .input-group-addon input[type=radio] {
  4728. margin-top: 0
  4729. }
  4730.  
  4731. .input-group .form-control:first-child,
  4732. .input-group-addon:first-child,
  4733. .input-group-btn:first-child>.btn,
  4734. .input-group-btn:first-child>.btn-group>.btn,
  4735. .input-group-btn:first-child>.dropdown-toggle,
  4736. .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
  4737. .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  4738. border-top-right-radius: 0;
  4739. border-bottom-right-radius: 0
  4740. }
  4741.  
  4742. .input-group-addon:first-child {
  4743. border-right: 0
  4744. }
  4745.  
  4746. .input-group .form-control:last-child,
  4747. .input-group-addon:last-child,
  4748. .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
  4749. .input-group-btn:first-child>.btn:not(:first-child),
  4750. .input-group-btn:last-child>.btn,
  4751. .input-group-btn:last-child>.btn-group>.btn,
  4752. .input-group-btn:last-child>.dropdown-toggle {
  4753. border-top-left-radius: 0;
  4754. border-bottom-left-radius: 0
  4755. }
  4756.  
  4757. .input-group-addon:last-child {
  4758. border-left: 0
  4759. }
  4760.  
  4761. .input-group-btn {
  4762. position: relative;
  4763. font-size: 0;
  4764. white-space: nowrap
  4765. }
  4766.  
  4767. .input-group-btn>.btn {
  4768. position: relative
  4769. }
  4770.  
  4771. .input-group-btn>.btn+.btn {
  4772. margin-left: -1px
  4773. }
  4774.  
  4775. .input-group-btn>.btn:active,
  4776. .input-group-btn>.btn:focus,
  4777. .input-group-btn>.btn:hover {
  4778. z-index: 2
  4779. }
  4780.  
  4781. .input-group-btn:first-child>.btn,
  4782. .input-group-btn:first-child>.btn-group {
  4783. margin-right: -1px
  4784. }
  4785.  
  4786. .input-group-btn:last-child>.btn,
  4787. .input-group-btn:last-child>.btn-group {
  4788. z-index: 2;
  4789. margin-left: -1px
  4790. }
  4791.  
  4792. .nav {
  4793. padding-left: 0;
  4794. margin-bottom: 0;
  4795. list-style: none
  4796. }
  4797.  
  4798. .nav>li {
  4799. position: relative;
  4800. display: block
  4801. }
  4802.  
  4803. .nav>li>a {
  4804. position: relative;
  4805. display: block;
  4806. padding: 10px 15px
  4807. }
  4808.  
  4809. .nav>li>a:focus,
  4810. .nav>li>a:hover {
  4811. text-decoration: none;
  4812. background-color: #eee
  4813. }
  4814.  
  4815. .nav>li.disabled>a {
  4816. color: #777
  4817. }
  4818.  
  4819. .nav>li.disabled>a:focus,
  4820. .nav>li.disabled>a:hover {
  4821. color: #777;
  4822. text-decoration: none;
  4823. cursor: not-allowed;
  4824. background-color: transparent
  4825. }
  4826.  
  4827. .nav .open>a,
  4828. .nav .open>a:focus,
  4829. .nav .open>a:hover {
  4830. background-color: #eee;
  4831. border-color: #337ab7
  4832. }
  4833.  
  4834. .nav .nav-divider {
  4835. height: 1px;
  4836. margin: 9px 0;
  4837. overflow: hidden;
  4838. background-color: #e5e5e5
  4839. }
  4840.  
  4841. .nav>li>a>img {
  4842. max-width: none
  4843. }
  4844.  
  4845. .nav-tabs {
  4846. border-bottom: 1px solid #ddd
  4847. }
  4848.  
  4849. .nav-tabs>li {
  4850. float: left;
  4851. margin-bottom: -1px
  4852. }
  4853.  
  4854. .nav-tabs>li>a {
  4855. margin-right: 2px;
  4856. line-height: 1.42857143;
  4857. border: 1px solid transparent;
  4858. border-radius: 4px 4px 0 0
  4859. }
  4860.  
  4861. .nav-tabs>li>a:hover {
  4862. border-color: #eee #eee #ddd
  4863. }
  4864.  
  4865. .nav-tabs>li.active>a,
  4866. .nav-tabs>li.active>a:focus,
  4867. .nav-tabs>li.active>a:hover {
  4868. color: #555;
  4869. cursor: default;
  4870. background-color: #fff;
  4871. border: 1px solid #ddd;
  4872. border-bottom-color: transparent
  4873. }
  4874.  
  4875. .nav-tabs.nav-justified {
  4876. width: 100%;
  4877. border-bottom: 0
  4878. }
  4879.  
  4880. .nav-tabs.nav-justified>li {
  4881. float: none
  4882. }
  4883.  
  4884. .nav-tabs.nav-justified>li>a {
  4885. margin-bottom: 5px;
  4886. text-align: center
  4887. }
  4888.  
  4889. .nav-tabs.nav-justified>.dropdown .dropdown-menu {
  4890. top: auto;
  4891. left: auto
  4892. }
  4893.  
  4894. @media (min-width: 768px) {
  4895. .nav-tabs.nav-justified>li {
  4896. display: table-cell;
  4897. width: 1%
  4898. }
  4899. .nav-tabs.nav-justified>li>a {
  4900. margin-bottom: 0
  4901. }
  4902. }
  4903.  
  4904. .nav-tabs.nav-justified>li>a {
  4905. margin-right: 0;
  4906. border-radius: 4px
  4907. }
  4908.  
  4909. .nav-tabs.nav-justified>.active>a,
  4910. .nav-tabs.nav-justified>.active>a:focus,
  4911. .nav-tabs.nav-justified>.active>a:hover {
  4912. border: 1px solid #ddd
  4913. }
  4914.  
  4915. @media (min-width: 768px) {
  4916. .nav-tabs.nav-justified>li>a {
  4917. border-bottom: 1px solid #ddd;
  4918. border-radius: 4px 4px 0 0
  4919. }
  4920. .nav-tabs.nav-justified>.active>a,
  4921. .nav-tabs.nav-justified>.active>a:focus,
  4922. .nav-tabs.nav-justified>.active>a:hover {
  4923. border-bottom-color: #fff
  4924. }
  4925. }
  4926.  
  4927. .nav-pills>li {
  4928. float: left
  4929. }
  4930.  
  4931. .nav-pills>li>a {
  4932. border-radius: 4px
  4933. }
  4934.  
  4935. .nav-pills>li+li {
  4936. margin-left: 2px
  4937. }
  4938.  
  4939. .nav-pills>li.active>a,
  4940. .nav-pills>li.active>a:focus,
  4941. .nav-pills>li.active>a:hover {
  4942. color: #fff;
  4943. background-color: #337ab7
  4944. }
  4945.  
  4946. .nav-stacked>li {
  4947. float: none
  4948. }
  4949.  
  4950. .nav-stacked>li+li {
  4951. margin-top: 2px;
  4952. margin-left: 0
  4953. }
  4954.  
  4955. .nav-justified {
  4956. width: 100%
  4957. }
  4958.  
  4959. .nav-justified>li {
  4960. float: none
  4961. }
  4962.  
  4963. .nav-justified>li>a {
  4964. margin-bottom: 5px;
  4965. text-align: center
  4966. }
  4967.  
  4968. .nav-justified>.dropdown .dropdown-menu {
  4969. top: auto;
  4970. left: auto
  4971. }
  4972.  
  4973. @media (min-width: 768px) {
  4974. .nav-justified>li {
  4975. display: table-cell;
  4976. width: 1%
  4977. }
  4978. .nav-justified>li>a {
  4979. margin-bottom: 0
  4980. }
  4981. }
  4982.  
  4983. .nav-tabs-justified {
  4984. border-bottom: 0
  4985. }
  4986.  
  4987. .nav-tabs-justified>li>a {
  4988. margin-right: 0;
  4989. border-radius: 4px
  4990. }
  4991.  
  4992. .nav-tabs-justified>.active>a,
  4993. .nav-tabs-justified>.active>a:focus,
  4994. .nav-tabs-justified>.active>a:hover {
  4995. border: 1px solid #ddd
  4996. }
  4997.  
  4998. @media (min-width: 768px) {
  4999. .nav-tabs-justified>li>a {
  5000. border-bottom: 1px solid #ddd;
  5001. border-radius: 4px 4px 0 0
  5002. }
  5003. .nav-tabs-justified>.active>a,
  5004. .nav-tabs-justified>.active>a:focus,
  5005. .nav-tabs-justified>.active>a:hover {
  5006. border-bottom-color: #fff
  5007. }
  5008. }
  5009.  
  5010. .tab-content>.tab-pane {
  5011. display: none
  5012. }
  5013.  
  5014. .tab-content>.active {
  5015. display: block
  5016. }
  5017.  
  5018. .nav-tabs .dropdown-menu {
  5019. margin-top: -1px;
  5020. border-top-left-radius: 0;
  5021. border-top-right-radius: 0
  5022. }
  5023.  
  5024. .navbar {
  5025. position: relative;
  5026. min-height: 50px;
  5027. margin-bottom: 20px;
  5028. border: 1px solid transparent
  5029. }
  5030.  
  5031. @media (min-width: 768px) {
  5032. .navbar {
  5033. border-radius: 4px
  5034. }
  5035. }
  5036.  
  5037. @media (min-width: 768px) {
  5038. .navbar-header {
  5039. float: left
  5040. }
  5041. }
  5042.  
  5043. .navbar-collapse {
  5044. padding-right: 15px;
  5045. padding-left: 15px;
  5046. overflow-x: visible;
  5047. -webkit-overflow-scrolling: touch;
  5048. border-top: 1px solid transparent;
  5049. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  5050. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
  5051. }
  5052.  
  5053. .navbar-collapse.in {
  5054. overflow-y: auto
  5055. }
  5056.  
  5057. @media (min-width: 768px) {
  5058. .navbar-collapse {
  5059. width: auto;
  5060. border-top: 0;
  5061. -webkit-box-shadow: none;
  5062. box-shadow: none
  5063. }
  5064. .navbar-collapse.collapse {
  5065. display: block !important;
  5066. height: auto !important;
  5067. padding-bottom: 0;
  5068. overflow: visible !important
  5069. }
  5070. .navbar-collapse.in {
  5071. overflow-y: visible
  5072. }
  5073. .navbar-fixed-bottom .navbar-collapse,
  5074. .navbar-fixed-top .navbar-collapse,
  5075. .navbar-static-top .navbar-collapse {
  5076. padding-right: 0;
  5077. padding-left: 0
  5078. }
  5079. }
  5080.  
  5081. .navbar-fixed-bottom .navbar-collapse,
  5082. .navbar-fixed-top .navbar-collapse {
  5083. max-height: 340px
  5084. }
  5085.  
  5086. @media (max-device-width: 480px) and (orientation: landscape) {
  5087. .navbar-fixed-bottom .navbar-collapse,
  5088. .navbar-fixed-top .navbar-collapse {
  5089. max-height: 200px
  5090. }
  5091. }
  5092.  
  5093. .container-fluid>.navbar-collapse,
  5094. .container-fluid>.navbar-header,
  5095. .container>.navbar-collapse,
  5096. .container>.navbar-header {
  5097. margin-right: -15px;
  5098. margin-left: -15px
  5099. }
  5100.  
  5101. @media (min-width: 768px) {
  5102. .container-fluid>.navbar-collapse,
  5103. .container-fluid>.navbar-header,
  5104. .container>.navbar-collapse,
  5105. .container>.navbar-header {
  5106. margin-right: 0;
  5107. margin-left: 0
  5108. }
  5109. }
  5110.  
  5111. .navbar-static-top {
  5112. z-index: 1000;
  5113. border-width: 0 0 1px
  5114. }
  5115.  
  5116. @media (min-width: 768px) {
  5117. .navbar-static-top {
  5118. border-radius: 0
  5119. }
  5120. }
  5121.  
  5122. .navbar-fixed-bottom,
  5123. .navbar-fixed-top {
  5124. position: fixed;
  5125. right: 0;
  5126. left: 0;
  5127. z-index: 1030
  5128. }
  5129.  
  5130. @media (min-width: 768px) {
  5131. .navbar-fixed-bottom,
  5132. .navbar-fixed-top {
  5133. border-radius: 0
  5134. }
  5135. }
  5136.  
  5137. .navbar-fixed-top {
  5138. top: 0;
  5139. border-width: 0 0 1px
  5140. }
  5141.  
  5142. .navbar-fixed-bottom {
  5143. bottom: 0;
  5144. margin-bottom: 0;
  5145. border-width: 1px 0 0
  5146. }
  5147.  
  5148. .navbar-brand {
  5149. float: left;
  5150. height: 50px;
  5151. padding: 15px 15px;
  5152. font-size: 18px;
  5153. line-height: 20px
  5154. }
  5155.  
  5156. .navbar-brand:focus,
  5157. .navbar-brand:hover {
  5158. text-decoration: none
  5159. }
  5160.  
  5161. .navbar-brand>img {
  5162. display: block
  5163. }
  5164.  
  5165. @media (min-width: 768px) {
  5166. .navbar>.container .navbar-brand,
  5167. .navbar>.container-fluid .navbar-brand {
  5168. margin-left: -15px
  5169. }
  5170. }
  5171.  
  5172. .navbar-toggle {
  5173. position: relative;
  5174. float: right;
  5175. padding: 9px 10px;
  5176. margin-top: 8px;
  5177. margin-right: 15px;
  5178. margin-bottom: 8px;
  5179. background-color: transparent;
  5180. background-image: none;
  5181. border: 1px solid transparent;
  5182. border-radius: 4px
  5183. }
  5184.  
  5185. .navbar-toggle:focus {
  5186. outline: 0
  5187. }
  5188.  
  5189. .navbar-toggle .icon-bar {
  5190. display: block;
  5191. width: 22px;
  5192. height: 2px;
  5193. border-radius: 1px
  5194. }
  5195.  
  5196. .navbar-toggle .icon-bar+.icon-bar {
  5197. margin-top: 4px
  5198. }
  5199.  
  5200. @media (min-width: 768px) {
  5201. .navbar-toggle {
  5202. display: none
  5203. }
  5204. }
  5205.  
  5206. .navbar-nav {
  5207. margin: 7.5px -15px
  5208. }
  5209.  
  5210. .navbar-nav>li>a {
  5211. padding-top: 10px;
  5212. padding-bottom: 10px;
  5213. line-height: 20px
  5214. }
  5215.  
  5216. @media (max-width: 767px) {
  5217. .navbar-nav .open .dropdown-menu {
  5218. position: static;
  5219. float: none;
  5220. width: auto;
  5221. margin-top: 0;
  5222. background-color: transparent;
  5223. border: 0;
  5224. -webkit-box-shadow: none;
  5225. box-shadow: none
  5226. }
  5227. .navbar-nav .open .dropdown-menu .dropdown-header,
  5228. .navbar-nav .open .dropdown-menu>li>a {
  5229. padding: 5px 15px 5px 25px
  5230. }
  5231. .navbar-nav .open .dropdown-menu>li>a {
  5232. line-height: 20px
  5233. }
  5234. .navbar-nav .open .dropdown-menu>li>a:focus,
  5235. .navbar-nav .open .dropdown-menu>li>a:hover {
  5236. background-image: none
  5237. }
  5238. }
  5239.  
  5240. @media (min-width: 768px) {
  5241. .navbar-nav {
  5242. float: left;
  5243. margin: 0
  5244. }
  5245. .navbar-nav>li {
  5246. float: left
  5247. }
  5248. .navbar-nav>li>a {
  5249. padding-top: 15px;
  5250. padding-bottom: 15px
  5251. }
  5252. }
  5253.  
  5254. .navbar-form {
  5255. padding: 10px 15px;
  5256. margin-top: 8px;
  5257. margin-right: -15px;
  5258. margin-bottom: 8px;
  5259. margin-left: -15px;
  5260. border-top: 1px solid transparent;
  5261. border-bottom: 1px solid transparent;
  5262. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  5263. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
  5264. }
  5265.  
  5266. @media (min-width: 768px) {
  5267. .navbar-form .form-group {
  5268. display: inline-block;
  5269. margin-bottom: 0;
  5270. vertical-align: middle
  5271. }
  5272. .navbar-form .form-control {
  5273. display: inline-block;
  5274. width: auto;
  5275. vertical-align: middle
  5276. }
  5277. .navbar-form .form-control-static {
  5278. display: inline-block
  5279. }
  5280. .navbar-form .input-group {
  5281. display: inline-table;
  5282. vertical-align: middle
  5283. }
  5284. .navbar-form .input-group .form-control,
  5285. .navbar-form .input-group .input-group-addon,
  5286. .navbar-form .input-group .input-group-btn {
  5287. width: auto
  5288. }
  5289. .navbar-form .input-group>.form-control {
  5290. width: 100%
  5291. }
  5292. .navbar-form .control-label {
  5293. margin-bottom: 0;
  5294. vertical-align: middle
  5295. }
  5296. .navbar-form .checkbox,
  5297. .navbar-form .radio {
  5298. display: inline-block;
  5299. margin-top: 0;
  5300. margin-bottom: 0;
  5301. vertical-align: middle
  5302. }
  5303. .navbar-form .checkbox label,
  5304. .navbar-form .radio label {
  5305. padding-left: 0
  5306. }
  5307. .navbar-form .checkbox input[type=checkbox],
  5308. .navbar-form .radio input[type=radio] {
  5309. position: relative;
  5310. margin-left: 0
  5311. }
  5312. .navbar-form .has-feedback .form-control-feedback {
  5313. top: 0
  5314. }
  5315. }
  5316.  
  5317. @media (max-width: 767px) {
  5318. .navbar-form .form-group {
  5319. margin-bottom: 5px
  5320. }
  5321. .navbar-form .form-group:last-child {
  5322. margin-bottom: 0
  5323. }
  5324. }
  5325.  
  5326. @media (min-width: 768px) {
  5327. .navbar-form {
  5328. width: auto;
  5329. padding-top: 0;
  5330. padding-bottom: 0;
  5331. margin-right: 0;
  5332. margin-left: 0;
  5333. border: 0;
  5334. -webkit-box-shadow: none;
  5335. box-shadow: none
  5336. }
  5337. }
  5338.  
  5339. .navbar-nav>li>.dropdown-menu {
  5340. margin-top: 0;
  5341. border-top-left-radius: 0;
  5342. border-top-right-radius: 0
  5343. }
  5344.  
  5345. .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  5346. margin-bottom: 0;
  5347. border-top-left-radius: 4px;
  5348. border-top-right-radius: 4px;
  5349. border-bottom-right-radius: 0;
  5350. border-bottom-left-radius: 0
  5351. }
  5352.  
  5353. .navbar-btn {
  5354. margin-top: 8px;
  5355. margin-bottom: 8px
  5356. }
  5357.  
  5358. .navbar-btn.btn-sm {
  5359. margin-top: 10px;
  5360. margin-bottom: 10px
  5361. }
  5362.  
  5363. .navbar-btn.btn-xs {
  5364. margin-top: 14px;
  5365. margin-bottom: 14px
  5366. }
  5367.  
  5368. .navbar-text {
  5369. margin-top: 15px;
  5370. margin-bottom: 15px
  5371. }
  5372.  
  5373. @media (min-width: 768px) {
  5374. .navbar-text {
  5375. float: left;
  5376. margin-right: 15px;
  5377. margin-left: 15px
  5378. }
  5379. }
  5380.  
  5381. @media (min-width: 768px) {
  5382. .navbar-left {
  5383. float: left !important
  5384. }
  5385. .navbar-right {
  5386. float: right !important;
  5387. margin-right: -15px
  5388. }
  5389. .navbar-right ~ .navbar-right {
  5390. margin-right: 0
  5391. }
  5392. }
  5393.  
  5394. .navbar-default {
  5395. background-color: #f8f8f8;
  5396. border-color: #e7e7e7
  5397. }
  5398.  
  5399. .navbar-default .navbar-brand {
  5400. color: #777
  5401. }
  5402.  
  5403. .navbar-default .navbar-brand:focus,
  5404. .navbar-default .navbar-brand:hover {
  5405. color: #5e5e5e;
  5406. background-color: transparent
  5407. }
  5408.  
  5409. .navbar-default .navbar-text {
  5410. color: #777
  5411. }
  5412.  
  5413. .navbar-default .navbar-nav>li>a {
  5414. color: #777
  5415. }
  5416.  
  5417. .navbar-default .navbar-nav>li>a:focus,
  5418. .navbar-default .navbar-nav>li>a:hover {
  5419. color: #333;
  5420. background-color: transparent
  5421. }
  5422.  
  5423. .navbar-default .navbar-nav>.active>a,
  5424. .navbar-default .navbar-nav>.active>a:focus,
  5425. .navbar-default .navbar-nav>.active>a:hover {
  5426. color: #555;
  5427. background-color: #e7e7e7
  5428. }
  5429.  
  5430. .navbar-default .navbar-nav>.disabled>a,
  5431. .navbar-default .navbar-nav>.disabled>a:focus,
  5432. .navbar-default .navbar-nav>.disabled>a:hover {
  5433. color: #ccc;
  5434. background-color: transparent
  5435. }
  5436.  
  5437. .navbar-default .navbar-toggle {
  5438. border-color: #ddd
  5439. }
  5440.  
  5441. .navbar-default .navbar-toggle:focus,
  5442. .navbar-default .navbar-toggle:hover {
  5443. background-color: #ddd
  5444. }
  5445.  
  5446. .navbar-default .navbar-toggle .icon-bar {
  5447. background-color: #888
  5448. }
  5449.  
  5450. .navbar-default .navbar-collapse,
  5451. .navbar-default .navbar-form {
  5452. border-color: #e7e7e7
  5453. }
  5454.  
  5455. .navbar-default .navbar-nav>.open>a,
  5456. .navbar-default .navbar-nav>.open>a:focus,
  5457. .navbar-default .navbar-nav>.open>a:hover {
  5458. color: #555;
  5459. background-color: #e7e7e7
  5460. }
  5461.  
  5462. @media (max-width: 767px) {
  5463. .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  5464. color: #777
  5465. }
  5466. .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  5467. .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  5468. color: #333;
  5469. background-color: transparent
  5470. }
  5471. .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  5472. .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  5473. .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
  5474. color: #555;
  5475. background-color: #e7e7e7
  5476. }
  5477. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  5478. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  5479. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  5480. color: #ccc;
  5481. background-color: transparent
  5482. }
  5483. }
  5484.  
  5485. .navbar-default .navbar-link {
  5486. color: #777
  5487. }
  5488.  
  5489. .navbar-default .navbar-link:hover {
  5490. color: #333
  5491. }
  5492.  
  5493. .navbar-default .btn-link {
  5494. color: #777
  5495. }
  5496.  
  5497. .navbar-default .btn-link:focus,
  5498. .navbar-default .btn-link:hover {
  5499. color: #333
  5500. }
  5501.  
  5502. .navbar-default .btn-link[disabled]:focus,
  5503. .navbar-default .btn-link[disabled]:hover,
  5504. fieldset[disabled] .navbar-default .btn-link:focus,
  5505. fieldset[disabled] .navbar-default .btn-link:hover {
  5506. color: #ccc
  5507. }
  5508.  
  5509. .navbar-inverse {
  5510. background-color: #222;
  5511. border-color: #080808
  5512. }
  5513.  
  5514. .navbar-inverse .navbar-brand {
  5515. color: #9d9d9d
  5516. }
  5517.  
  5518. .navbar-inverse .navbar-brand:focus,
  5519. .navbar-inverse .navbar-brand:hover {
  5520. color: #fff;
  5521. background-color: transparent
  5522. }
  5523.  
  5524. .navbar-inverse .navbar-text {
  5525. color: #9d9d9d
  5526. }
  5527.  
  5528. .navbar-inverse .navbar-nav>li>a {
  5529. color: #9d9d9d
  5530. }
  5531.  
  5532. .navbar-inverse .navbar-nav>li>a:focus,
  5533. .navbar-inverse .navbar-nav>li>a:hover {
  5534. color: #fff;
  5535. background-color: transparent
  5536. }
  5537.  
  5538. .navbar-inverse .navbar-nav>.active>a,
  5539. .navbar-inverse .navbar-nav>.active>a:focus,
  5540. .navbar-inverse .navbar-nav>.active>a:hover {
  5541. color: #fff;
  5542. background-color: #080808
  5543. }
  5544.  
  5545. .navbar-inverse .navbar-nav>.disabled>a,
  5546. .navbar-inverse .navbar-nav>.disabled>a:focus,
  5547. .navbar-inverse .navbar-nav>.disabled>a:hover {
  5548. color: #444;
  5549. background-color: transparent
  5550. }
  5551.  
  5552. .navbar-inverse .navbar-toggle {
  5553. border-color: #333
  5554. }
  5555.  
  5556. .navbar-inverse .navbar-toggle:focus,
  5557. .navbar-inverse .navbar-toggle:hover {
  5558. background-color: #333
  5559. }
  5560.  
  5561. .navbar-inverse .navbar-toggle .icon-bar {
  5562. background-color: #fff
  5563. }
  5564.  
  5565. .navbar-inverse .navbar-collapse,
  5566. .navbar-inverse .navbar-form {
  5567. border-color: #101010
  5568. }
  5569.  
  5570. .navbar-inverse .navbar-nav>.open>a,
  5571. .navbar-inverse .navbar-nav>.open>a:focus,
  5572. .navbar-inverse .navbar-nav>.open>a:hover {
  5573. color: #fff;
  5574. background-color: #080808
  5575. }
  5576.  
  5577. @media (max-width: 767px) {
  5578. .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
  5579. border-color: #080808
  5580. }
  5581. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  5582. background-color: #080808
  5583. }
  5584. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  5585. color: #9d9d9d
  5586. }
  5587. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  5588. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
  5589. color: #fff;
  5590. background-color: transparent
  5591. }
  5592. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  5593. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  5594. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
  5595. color: #fff;
  5596. background-color: #080808
  5597. }
  5598. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  5599. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  5600. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  5601. color: #444;
  5602. background-color: transparent
  5603. }
  5604. }
  5605.  
  5606. .navbar-inverse .navbar-link {
  5607. color: #9d9d9d
  5608. }
  5609.  
  5610. .navbar-inverse .navbar-link:hover {
  5611. color: #fff
  5612. }
  5613.  
  5614. .navbar-inverse .btn-link {
  5615. color: #9d9d9d
  5616. }
  5617.  
  5618. .navbar-inverse .btn-link:focus,
  5619. .navbar-inverse .btn-link:hover {
  5620. color: #fff
  5621. }
  5622.  
  5623. .navbar-inverse .btn-link[disabled]:focus,
  5624. .navbar-inverse .btn-link[disabled]:hover,
  5625. fieldset[disabled] .navbar-inverse .btn-link:focus,
  5626. fieldset[disabled] .navbar-inverse .btn-link:hover {
  5627. color: #444
  5628. }
  5629.  
  5630. .breadcrumb {
  5631. padding: 8px 15px;
  5632. margin-bottom: 20px;
  5633. list-style: none;
  5634. background-color: #f5f5f5;
  5635. border-radius: 4px
  5636. }
  5637.  
  5638. .breadcrumb>li {
  5639. display: inline-block
  5640. }
  5641.  
  5642. .breadcrumb>li+li:before {
  5643. padding: 0 5px;
  5644. color: #ccc;
  5645. content: "/\00a0"
  5646. }
  5647.  
  5648. .breadcrumb>.active {
  5649. color: #777
  5650. }
  5651.  
  5652. .pagination {
  5653. display: inline-block;
  5654. padding-left: 0;
  5655. margin: 20px 0;
  5656. border-radius: 4px
  5657. }
  5658.  
  5659. .pagination>li {
  5660. display: inline
  5661. }
  5662.  
  5663. .pagination>li>a,
  5664. .pagination>li>span {
  5665. position: relative;
  5666. float: left;
  5667. padding: 6px 12px;
  5668. margin-left: -1px;
  5669. line-height: 1.42857143;
  5670. color: #337ab7;
  5671. text-decoration: none;
  5672. background-color: #fff;
  5673. border: 1px solid #ddd
  5674. }
  5675.  
  5676. .pagination>li:first-child>a,
  5677. .pagination>li:first-child>span {
  5678. margin-left: 0;
  5679. border-top-left-radius: 4px;
  5680. border-bottom-left-radius: 4px
  5681. }
  5682.  
  5683. .pagination>li:last-child>a,
  5684. .pagination>li:last-child>span {
  5685. border-top-right-radius: 4px;
  5686. border-bottom-right-radius: 4px
  5687. }
  5688.  
  5689. .pagination>li>a:focus,
  5690. .pagination>li>a:hover,
  5691. .pagination>li>span:focus,
  5692. .pagination>li>span:hover {
  5693. z-index: 2;
  5694. color: #23527c;
  5695. background-color: #eee;
  5696. border-color: #ddd
  5697. }
  5698.  
  5699. .pagination>.active>a,
  5700. .pagination>.active>a:focus,
  5701. .pagination>.active>a:hover,
  5702. .pagination>.active>span,
  5703. .pagination>.active>span:focus,
  5704. .pagination>.active>span:hover {
  5705. z-index: 3;
  5706. color: #fff;
  5707. cursor: default;
  5708. background-color: #337ab7;
  5709. border-color: #337ab7
  5710. }
  5711.  
  5712. .pagination>.disabled>a,
  5713. .pagination>.disabled>a:focus,
  5714. .pagination>.disabled>a:hover,
  5715. .pagination>.disabled>span,
  5716. .pagination>.disabled>span:focus,
  5717. .pagination>.disabled>span:hover {
  5718. color: #777;
  5719. cursor: not-allowed;
  5720. background-color: #fff;
  5721. border-color: #ddd
  5722. }
  5723.  
  5724. .pagination-lg>li>a,
  5725. .pagination-lg>li>span {
  5726. padding: 10px 16px;
  5727. font-size: 18px;
  5728. line-height: 1.3333333
  5729. }
  5730.  
  5731. .pagination-lg>li:first-child>a,
  5732. .pagination-lg>li:first-child>span {
  5733. border-top-left-radius: 6px;
  5734. border-bottom-left-radius: 6px
  5735. }
  5736.  
  5737. .pagination-lg>li:last-child>a,
  5738. .pagination-lg>li:last-child>span {
  5739. border-top-right-radius: 6px;
  5740. border-bottom-right-radius: 6px
  5741. }
  5742.  
  5743. .pagination-sm>li>a,
  5744. .pagination-sm>li>span {
  5745. padding: 5px 10px;
  5746. font-size: 12px;
  5747. line-height: 1.5
  5748. }
  5749.  
  5750. .pagination-sm>li:first-child>a,
  5751. .pagination-sm>li:first-child>span {
  5752. border-top-left-radius: 3px;
  5753. border-bottom-left-radius: 3px
  5754. }
  5755.  
  5756. .pagination-sm>li:last-child>a,
  5757. .pagination-sm>li:last-child>span {
  5758. border-top-right-radius: 3px;
  5759. border-bottom-right-radius: 3px
  5760. }
  5761.  
  5762. .pager {
  5763. padding-left: 0;
  5764. margin: 20px 0;
  5765. text-align: center;
  5766. list-style: none
  5767. }
  5768.  
  5769. .pager li {
  5770. display: inline
  5771. }
  5772.  
  5773. .pager li>a,
  5774. .pager li>span {
  5775. display: inline-block;
  5776. padding: 5px 14px;
  5777. background-color: #fff;
  5778. border: 1px solid #ddd;
  5779. border-radius: 15px
  5780. }
  5781.  
  5782. .pager li>a:focus,
  5783. .pager li>a:hover {
  5784. text-decoration: none;
  5785. background-color: #eee
  5786. }
  5787.  
  5788. .pager .next>a,
  5789. .pager .next>span {
  5790. float: right
  5791. }
  5792.  
  5793. .pager .previous>a,
  5794. .pager .previous>span {
  5795. float: left
  5796. }
  5797.  
  5798. .pager .disabled>a,
  5799. .pager .disabled>a:focus,
  5800. .pager .disabled>a:hover,
  5801. .pager .disabled>span {
  5802. color: #777;
  5803. cursor: not-allowed;
  5804. background-color: #fff
  5805. }
  5806.  
  5807. .label {
  5808. display: inline;
  5809. padding: .2em .6em .3em;
  5810. font-size: 75%;
  5811. font-weight: 700;
  5812. line-height: 1;
  5813. color: #fff;
  5814. text-align: center;
  5815. white-space: nowrap;
  5816. vertical-align: baseline;
  5817. border-radius: .25em
  5818. }
  5819.  
  5820. a.label:focus,
  5821. a.label:hover {
  5822. color: #fff;
  5823. text-decoration: none;
  5824. cursor: pointer
  5825. }
  5826.  
  5827. .label:empty {
  5828. display: none
  5829. }
  5830.  
  5831. .btn .label {
  5832. position: relative;
  5833. top: -1px
  5834. }
  5835.  
  5836. .label-default {
  5837. background-color: #777
  5838. }
  5839.  
  5840. .label-default[href]:focus,
  5841. .label-default[href]:hover {
  5842. background-color: #5e5e5e
  5843. }
  5844.  
  5845. .label-primary {
  5846. background-color: #337ab7
  5847. }
  5848.  
  5849. .label-primary[href]:focus,
  5850. .label-primary[href]:hover {
  5851. background-color: #286090
  5852. }
  5853.  
  5854. .label-success {
  5855. background-color: #5cb85c
  5856. }
  5857.  
  5858. .label-success[href]:focus,
  5859. .label-success[href]:hover {
  5860. background-color: #449d44
  5861. }
  5862.  
  5863. .label-info {
  5864. background-color: #5bc0de
  5865. }
  5866.  
  5867. .label-info[href]:focus,
  5868. .label-info[href]:hover {
  5869. background-color: #31b0d5
  5870. }
  5871.  
  5872. .label-warning {
  5873. background-color: #f0ad4e
  5874. }
  5875.  
  5876. .label-warning[href]:focus,
  5877. .label-warning[href]:hover {
  5878. background-color: #ec971f
  5879. }
  5880.  
  5881. .label-danger {
  5882. background-color: #d9534f
  5883. }
  5884.  
  5885. .label-danger[href]:focus,
  5886. .label-danger[href]:hover {
  5887. background-color: #c9302c
  5888. }
  5889.  
  5890. .badge {
  5891. display: inline-block;
  5892. min-width: 10px;
  5893. padding: 3px 7px;
  5894. font-size: 12px;
  5895. font-weight: 700;
  5896. line-height: 1;
  5897. color: #fff;
  5898. text-align: center;
  5899. white-space: nowrap;
  5900. vertical-align: middle;
  5901. background-color: #777;
  5902. border-radius: 10px
  5903. }
  5904.  
  5905. .badge:empty {
  5906. display: none
  5907. }
  5908.  
  5909. .btn .badge {
  5910. position: relative;
  5911. top: -1px
  5912. }
  5913.  
  5914. .btn-group-xs>.btn .badge,
  5915. .btn-xs .badge {
  5916. top: 0;
  5917. padding: 1px 5px
  5918. }
  5919.  
  5920. a.badge:focus,
  5921. a.badge:hover {
  5922. color: #fff;
  5923. text-decoration: none;
  5924. cursor: pointer
  5925. }
  5926.  
  5927. .list-group-item.active>.badge,
  5928. .nav-pills>.active>a>.badge {
  5929. color: #337ab7;
  5930. background-color: #fff
  5931. }
  5932.  
  5933. .list-group-item>.badge {
  5934. float: right
  5935. }
  5936.  
  5937. .list-group-item>.badge+.badge {
  5938. margin-right: 5px
  5939. }
  5940.  
  5941. .nav-pills>li>a>.badge {
  5942. margin-left: 3px
  5943. }
  5944.  
  5945. .jumbotron {
  5946. padding-top: 30px;
  5947. padding-bottom: 30px;
  5948. margin-bottom: 30px;
  5949. color: inherit;
  5950. background-color: #eee
  5951. }
  5952.  
  5953. .jumbotron .h1,
  5954. .jumbotron h1 {
  5955. color: inherit
  5956. }
  5957.  
  5958. .jumbotron p {
  5959. margin-bottom: 15px;
  5960. font-size: 21px;
  5961. font-weight: 200
  5962. }
  5963.  
  5964. .jumbotron>hr {
  5965. border-top-color: #d5d5d5
  5966. }
  5967.  
  5968. .container .jumbotron,
  5969. .container-fluid .jumbotron {
  5970. padding-right: 15px;
  5971. padding-left: 15px;
  5972. border-radius: 6px
  5973. }
  5974.  
  5975. .jumbotron .container {
  5976. max-width: 100%
  5977. }
  5978.  
  5979. @media screen and (min-width: 768px) {
  5980. .jumbotron {
  5981. padding-top: 48px;
  5982. padding-bottom: 48px
  5983. }
  5984. .container .jumbotron,
  5985. .container-fluid .jumbotron {
  5986. padding-right: 60px;
  5987. padding-left: 60px
  5988. }
  5989. .jumbotron .h1,
  5990. .jumbotron h1 {
  5991. font-size: 63px
  5992. }
  5993. }
  5994.  
  5995. .thumbnail {
  5996. display: block;
  5997. padding: 4px;
  5998. margin-bottom: 20px;
  5999. line-height: 1.42857143;
  6000. background-color: #fff;
  6001. border: 1px solid #ddd;
  6002. border-radius: 4px;
  6003. -webkit-transition: border .2s ease-in-out;
  6004. -o-transition: border .2s ease-in-out;
  6005. transition: border .2s ease-in-out
  6006. }
  6007.  
  6008. .thumbnail a>img,
  6009. .thumbnail>img {
  6010. margin-right: auto;
  6011. margin-left: auto
  6012. }
  6013.  
  6014. a.thumbnail.active,
  6015. a.thumbnail:focus,
  6016. a.thumbnail:hover {
  6017. border-color: #337ab7
  6018. }
  6019.  
  6020. .thumbnail .caption {
  6021. padding: 9px;
  6022. color: #333
  6023. }
  6024.  
  6025. .alert {
  6026. padding: 15px;
  6027. margin-bottom: 20px;
  6028. border: 1px solid transparent;
  6029. border-radius: 4px
  6030. }
  6031.  
  6032. .alert h4 {
  6033. margin-top: 0;
  6034. color: inherit
  6035. }
  6036.  
  6037. .alert .alert-link {
  6038. font-weight: 700
  6039. }
  6040.  
  6041. .alert>p,
  6042. .alert>ul {
  6043. margin-bottom: 0
  6044. }
  6045.  
  6046. .alert>p+p {
  6047. margin-top: 5px
  6048. }
  6049.  
  6050. .alert-dismissable,
  6051. .alert-dismissible {
  6052. padding-right: 35px
  6053. }
  6054.  
  6055. .alert-dismissable .close,
  6056. .alert-dismissible .close {
  6057. position: relative;
  6058. top: -2px;
  6059. right: -21px;
  6060. color: inherit
  6061. }
  6062.  
  6063. .alert-success {
  6064. color: #3c763d;
  6065. background-color: #dff0d8;
  6066. border-color: #d6e9c6
  6067. }
  6068.  
  6069. .alert-success hr {
  6070. border-top-color: #c9e2b3
  6071. }
  6072.  
  6073. .alert-success .alert-link {
  6074. color: #2b542c
  6075. }
  6076.  
  6077. .alert-info {
  6078. color: #31708f;
  6079. background-color: #d9edf7;
  6080. border-color: #bce8f1
  6081. }
  6082.  
  6083. .alert-info hr {
  6084. border-top-color: #a6e1ec
  6085. }
  6086.  
  6087. .alert-info .alert-link {
  6088. color: #245269
  6089. }
  6090.  
  6091. .alert-warning {
  6092. color: #8a6d3b;
  6093. background-color: #fcf8e3;
  6094. border-color: #faebcc
  6095. }
  6096.  
  6097. .alert-warning hr {
  6098. border-top-color: #f7e1b5
  6099. }
  6100.  
  6101. .alert-warning .alert-link {
  6102. color: #66512c
  6103. }
  6104.  
  6105. .alert-danger {
  6106. color: #a94442;
  6107. background-color: #f2dede;
  6108. border-color: #ebccd1
  6109. }
  6110.  
  6111. .alert-danger hr {
  6112. border-top-color: #e4b9c0
  6113. }
  6114.  
  6115. .alert-danger .alert-link {
  6116. color: #843534
  6117. }
  6118.  
  6119. @-webkit-keyframes progress-bar-stripes {
  6120. from {
  6121. background-position: 40px 0
  6122. }
  6123. to {
  6124. background-position: 0 0
  6125. }
  6126. }
  6127.  
  6128. @-o-keyframes progress-bar-stripes {
  6129. from {
  6130. background-position: 40px 0
  6131. }
  6132. to {
  6133. background-position: 0 0
  6134. }
  6135. }
  6136.  
  6137. @keyframes progress-bar-stripes {
  6138. from {
  6139. background-position: 40px 0
  6140. }
  6141. to {
  6142. background-position: 0 0
  6143. }
  6144. }
  6145.  
  6146. .progress {
  6147. height: 20px;
  6148. margin-bottom: 20px;
  6149. overflow: hidden;
  6150. background-color: #f5f5f5;
  6151. border-radius: 4px;
  6152. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  6153. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
  6154. }
  6155.  
  6156. .progress-bar {
  6157. float: left;
  6158. width: 0;
  6159. height: 100%;
  6160. font-size: 12px;
  6161. line-height: 20px;
  6162. color: #fff;
  6163. text-align: center;
  6164. background-color: #337ab7;
  6165. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  6166. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  6167. -webkit-transition: width .6s ease;
  6168. -o-transition: width .6s ease;
  6169. transition: width .6s ease
  6170. }
  6171.  
  6172. .progress-bar-striped,
  6173. .progress-striped .progress-bar {
  6174. 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);
  6175. background-image: -o-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);
  6176. 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);
  6177. -webkit-background-size: 40px 40px;
  6178. background-size: 40px 40px
  6179. }
  6180.  
  6181. .progress-bar.active,
  6182. .progress.active .progress-bar {
  6183. -webkit-animation: progress-bar-stripes 2s linear infinite;
  6184. -o-animation: progress-bar-stripes 2s linear infinite;
  6185. animation: progress-bar-stripes 2s linear infinite
  6186. }
  6187.  
  6188. .progress-bar-success {
  6189. background-color: #5cb85c
  6190. }
  6191.  
  6192. .progress-striped .progress-bar-success {
  6193. 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);
  6194. background-image: -o-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);
  6195. 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)
  6196. }
  6197.  
  6198. .progress-bar-info {
  6199. background-color: #5bc0de
  6200. }
  6201.  
  6202. .progress-striped .progress-bar-info {
  6203. 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);
  6204. background-image: -o-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);
  6205. 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)
  6206. }
  6207.  
  6208. .progress-bar-warning {
  6209. background-color: #f0ad4e
  6210. }
  6211.  
  6212. .progress-striped .progress-bar-warning {
  6213. 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);
  6214. background-image: -o-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);
  6215. 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)
  6216. }
  6217.  
  6218. .progress-bar-danger {
  6219. background-color: #d9534f
  6220. }
  6221.  
  6222. .progress-striped .progress-bar-danger {
  6223. 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);
  6224. background-image: -o-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);
  6225. 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)
  6226. }
  6227.  
  6228. .media {
  6229. margin-top: 15px
  6230. }
  6231.  
  6232. .media:first-child {
  6233. margin-top: 0
  6234. }
  6235.  
  6236. .media,
  6237. .media-body {
  6238. overflow: hidden;
  6239. zoom: 1
  6240. }
  6241.  
  6242. .media-body {
  6243. width: 10000px
  6244. }
  6245.  
  6246. .media-object {
  6247. display: block
  6248. }
  6249.  
  6250. .media-object.img-thumbnail {
  6251. max-width: none
  6252. }
  6253.  
  6254. .media-right,
  6255. .media>.pull-right {
  6256. padding-left: 10px
  6257. }
  6258.  
  6259. .media-left,
  6260. .media>.pull-left {
  6261. padding-right: 10px
  6262. }
  6263.  
  6264. .media-body,
  6265. .media-left,
  6266. .media-right {
  6267. display: table-cell;
  6268. vertical-align: top
  6269. }
  6270.  
  6271. .media-middle {
  6272. vertical-align: middle
  6273. }
  6274.  
  6275. .media-bottom {
  6276. vertical-align: bottom
  6277. }
  6278.  
  6279. .media-heading {
  6280. margin-top: 0;
  6281. margin-bottom: 5px
  6282. }
  6283.  
  6284. .media-list {
  6285. padding-left: 0;
  6286. list-style: none
  6287. }
  6288.  
  6289. .list-group {
  6290. padding-left: 0;
  6291. margin-bottom: 20px
  6292. }
  6293.  
  6294. .list-group-item {
  6295. position: relative;
  6296. display: block;
  6297. padding: 10px 15px;
  6298. margin-bottom: -1px;
  6299. background-color: #fff;
  6300. border: 1px solid #ddd
  6301. }
  6302.  
  6303. .list-group-item:first-child {
  6304. border-top-left-radius: 4px;
  6305. border-top-right-radius: 4px
  6306. }
  6307.  
  6308. .list-group-item:last-child {
  6309. margin-bottom: 0;
  6310. border-bottom-right-radius: 4px;
  6311. border-bottom-left-radius: 4px
  6312. }
  6313.  
  6314. a.list-group-item,
  6315. button.list-group-item {
  6316. color: #555
  6317. }
  6318.  
  6319. a.list-group-item .list-group-item-heading,
  6320. button.list-group-item .list-group-item-heading {
  6321. color: #333
  6322. }
  6323.  
  6324. a.list-group-item:focus,
  6325. a.list-group-item:hover,
  6326. button.list-group-item:focus,
  6327. button.list-group-item:hover {
  6328. color: #555;
  6329. text-decoration: none;
  6330. background-color: #f5f5f5
  6331. }
  6332.  
  6333. button.list-group-item {
  6334. width: 100%;
  6335. text-align: left
  6336. }
  6337.  
  6338. .list-group-item.disabled,
  6339. .list-group-item.disabled:focus,
  6340. .list-group-item.disabled:hover {
  6341. color: #777;
  6342. cursor: not-allowed;
  6343. background-color: #eee
  6344. }
  6345.  
  6346. .list-group-item.disabled .list-group-item-heading,
  6347. .list-group-item.disabled:focus .list-group-item-heading,
  6348. .list-group-item.disabled:hover .list-group-item-heading {
  6349. color: inherit
  6350. }
  6351.  
  6352. .list-group-item.disabled .list-group-item-text,
  6353. .list-group-item.disabled:focus .list-group-item-text,
  6354. .list-group-item.disabled:hover .list-group-item-text {
  6355. color: #777
  6356. }
  6357.  
  6358. .list-group-item.active,
  6359. .list-group-item.active:focus,
  6360. .list-group-item.active:hover {
  6361. z-index: 2;
  6362. color: #fff;
  6363. background-color: #337ab7;
  6364. border-color: #337ab7
  6365. }
  6366.  
  6367. .list-group-item.active .list-group-item-heading,
  6368. .list-group-item.active .list-group-item-heading>.small,
  6369. .list-group-item.active .list-group-item-heading>small,
  6370. .list-group-item.active:focus .list-group-item-heading,
  6371. .list-group-item.active:focus .list-group-item-heading>.small,
  6372. .list-group-item.active:focus .list-group-item-heading>small,
  6373. .list-group-item.active:hover .list-group-item-heading,
  6374. .list-group-item.active:hover .list-group-item-heading>.small,
  6375. .list-group-item.active:hover .list-group-item-heading>small {
  6376. color: inherit
  6377. }
  6378.  
  6379. .list-group-item.active .list-group-item-text,
  6380. .list-group-item.active:focus .list-group-item-text,
  6381. .list-group-item.active:hover .list-group-item-text {
  6382. color: #c7ddef
  6383. }
  6384.  
  6385. .list-group-item-success {
  6386. color: #3c763d;
  6387. background-color: #dff0d8
  6388. }
  6389.  
  6390. a.list-group-item-success,
  6391. button.list-group-item-success {
  6392. color: #3c763d
  6393. }
  6394.  
  6395. a.list-group-item-success .list-group-item-heading,
  6396. button.list-group-item-success .list-group-item-heading {
  6397. color: inherit
  6398. }
  6399.  
  6400. a.list-group-item-success:focus,
  6401. a.list-group-item-success:hover,
  6402. button.list-group-item-success:focus,
  6403. button.list-group-item-success:hover {
  6404. color: #3c763d;
  6405. background-color: #d0e9c6
  6406. }
  6407.  
  6408. a.list-group-item-success.active,
  6409. a.list-group-item-success.active:focus,
  6410. a.list-group-item-success.active:hover,
  6411. button.list-group-item-success.active,
  6412. button.list-group-item-success.active:focus,
  6413. button.list-group-item-success.active:hover {
  6414. color: #fff;
  6415. background-color: #3c763d;
  6416. border-color: #3c763d
  6417. }
  6418.  
  6419. .list-group-item-info {
  6420. color: #31708f;
  6421. background-color: #d9edf7
  6422. }
  6423.  
  6424. a.list-group-item-info,
  6425. button.list-group-item-info {
  6426. color: #31708f
  6427. }
  6428.  
  6429. a.list-group-item-info .list-group-item-heading,
  6430. button.list-group-item-info .list-group-item-heading {
  6431. color: inherit
  6432. }
  6433.  
  6434. a.list-group-item-info:focus,
  6435. a.list-group-item-info:hover,
  6436. button.list-group-item-info:focus,
  6437. button.list-group-item-info:hover {
  6438. color: #31708f;
  6439. background-color: #c4e3f3
  6440. }
  6441.  
  6442. a.list-group-item-info.active,
  6443. a.list-group-item-info.active:focus,
  6444. a.list-group-item-info.active:hover,
  6445. button.list-group-item-info.active,
  6446. button.list-group-item-info.active:focus,
  6447. button.list-group-item-info.active:hover {
  6448. color: #fff;
  6449. background-color: #31708f;
  6450. border-color: #31708f
  6451. }
  6452.  
  6453. .list-group-item-warning {
  6454. color: #8a6d3b;
  6455. background-color: #fcf8e3
  6456. }
  6457.  
  6458. a.list-group-item-warning,
  6459. button.list-group-item-warning {
  6460. color: #8a6d3b
  6461. }
  6462.  
  6463. a.list-group-item-warning .list-group-item-heading,
  6464. button.list-group-item-warning .list-group-item-heading {
  6465. color: inherit
  6466. }
  6467.  
  6468. a.list-group-item-warning:focus,
  6469. a.list-group-item-warning:hover,
  6470. button.list-group-item-warning:focus,
  6471. button.list-group-item-warning:hover {
  6472. color: #8a6d3b;
  6473. background-color: #faf2cc
  6474. }
  6475.  
  6476. a.list-group-item-warning.active,
  6477. a.list-group-item-warning.active:focus,
  6478. a.list-group-item-warning.active:hover,
  6479. button.list-group-item-warning.active,
  6480. button.list-group-item-warning.active:focus,
  6481. button.list-group-item-warning.active:hover {
  6482. color: #fff;
  6483. background-color: #8a6d3b;
  6484. border-color: #8a6d3b
  6485. }
  6486.  
  6487. .list-group-item-danger {
  6488. color: #a94442;
  6489. background-color: #f2dede
  6490. }
  6491.  
  6492. a.list-group-item-danger,
  6493. button.list-group-item-danger {
  6494. color: #a94442
  6495. }
  6496.  
  6497. a.list-group-item-danger .list-group-item-heading,
  6498. button.list-group-item-danger .list-group-item-heading {
  6499. color: inherit
  6500. }
  6501.  
  6502. a.list-group-item-danger:focus,
  6503. a.list-group-item-danger:hover,
  6504. button.list-group-item-danger:focus,
  6505. button.list-group-item-danger:hover {
  6506. color: #a94442;
  6507. background-color: #ebcccc
  6508. }
  6509.  
  6510. a.list-group-item-danger.active,
  6511. a.list-group-item-danger.active:focus,
  6512. a.list-group-item-danger.active:hover,
  6513. button.list-group-item-danger.active,
  6514. button.list-group-item-danger.active:focus,
  6515. button.list-group-item-danger.active:hover {
  6516. color: #fff;
  6517. background-color: #a94442;
  6518. border-color: #a94442
  6519. }
  6520.  
  6521. .list-group-item-heading {
  6522. margin-top: 0;
  6523. margin-bottom: 5px
  6524. }
  6525.  
  6526. .list-group-item-text {
  6527. margin-bottom: 0;
  6528. line-height: 1.3
  6529. }
  6530.  
  6531. .panel {
  6532. margin-bottom: 20px;
  6533. background-color: #fff;
  6534. border: 1px solid transparent;
  6535. border-radius: 4px;
  6536. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  6537. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
  6538. }
  6539.  
  6540. .panel-body {
  6541. padding: 15px
  6542. }
  6543.  
  6544. .panel-heading {
  6545. padding: 10px 15px;
  6546. border-bottom: 1px solid transparent;
  6547. border-top-left-radius: 3px;
  6548. border-top-right-radius: 3px
  6549. }
  6550.  
  6551. .panel-heading>.dropdown .dropdown-toggle {
  6552. color: inherit
  6553. }
  6554.  
  6555. .panel-title {
  6556. margin-top: 0;
  6557. margin-bottom: 0;
  6558. font-size: 16px;
  6559. color: inherit
  6560. }
  6561.  
  6562. .panel-title>.small,
  6563. .panel-title>.small>a,
  6564. .panel-title>a,
  6565. .panel-title>small,
  6566. .panel-title>small>a {
  6567. color: inherit
  6568. }
  6569.  
  6570. .panel-footer {
  6571. padding: 10px 15px;
  6572. background-color: #f5f5f5;
  6573. border-top: 1px solid #ddd;
  6574. border-bottom-right-radius: 3px;
  6575. border-bottom-left-radius: 3px
  6576. }
  6577.  
  6578. .panel>.list-group,
  6579. .panel>.panel-collapse>.list-group {
  6580. margin-bottom: 0
  6581. }
  6582.  
  6583. .panel>.list-group .list-group-item,
  6584. .panel>.panel-collapse>.list-group .list-group-item {
  6585. border-width: 1px 0;
  6586. border-radius: 0
  6587. }
  6588.  
  6589. .panel>.list-group:first-child .list-group-item:first-child,
  6590. .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  6591. border-top: 0;
  6592. border-top-left-radius: 3px;
  6593. border-top-right-radius: 3px
  6594. }
  6595.  
  6596. .panel>.list-group:last-child .list-group-item:last-child,
  6597. .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  6598. border-bottom: 0;
  6599. border-bottom-right-radius: 3px;
  6600. border-bottom-left-radius: 3px
  6601. }
  6602.  
  6603. .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  6604. border-top-left-radius: 0;
  6605. border-top-right-radius: 0
  6606. }
  6607.  
  6608. .panel-heading+.list-group .list-group-item:first-child {
  6609. border-top-width: 0
  6610. }
  6611.  
  6612. .list-group+.panel-footer {
  6613. border-top-width: 0
  6614. }
  6615.  
  6616. .panel>.panel-collapse>.table,
  6617. .panel>.table,
  6618. .panel>.table-responsive>.table {
  6619. margin-bottom: 0
  6620. }
  6621.  
  6622. .panel>.panel-collapse>.table caption,
  6623. .panel>.table caption,
  6624. .panel>.table-responsive>.table caption {
  6625. padding-right: 15px;
  6626. padding-left: 15px
  6627. }
  6628.  
  6629. .panel>.table-responsive:first-child>.table:first-child,
  6630. .panel>.table:first-child {
  6631. border-top-left-radius: 3px;
  6632. border-top-right-radius: 3px
  6633. }
  6634.  
  6635. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
  6636. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
  6637. .panel>.table:first-child>tbody:first-child>tr:first-child,
  6638. .panel>.table:first-child>thead:first-child>tr:first-child {
  6639. border-top-left-radius: 3px;
  6640. border-top-right-radius: 3px
  6641. }
  6642.  
  6643. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
  6644. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
  6645. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
  6646. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
  6647. .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
  6648. .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
  6649. .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
  6650. .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  6651. border-top-left-radius: 3px
  6652. }
  6653.  
  6654. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
  6655. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
  6656. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
  6657. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
  6658. .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
  6659. .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
  6660. .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
  6661. .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  6662. border-top-right-radius: 3px
  6663. }
  6664.  
  6665. .panel>.table-responsive:last-child>.table:last-child,
  6666. .panel>.table:last-child {
  6667. border-bottom-right-radius: 3px;
  6668. border-bottom-left-radius: 3px
  6669. }
  6670.  
  6671. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
  6672. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
  6673. .panel>.table:last-child>tbody:last-child>tr:last-child,
  6674. .panel>.table:last-child>tfoot:last-child>tr:last-child {
  6675. border-bottom-right-radius: 3px;
  6676. border-bottom-left-radius: 3px
  6677. }
  6678.  
  6679. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
  6680. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
  6681. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
  6682. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
  6683. .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
  6684. .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
  6685. .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
  6686. .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  6687. border-bottom-left-radius: 3px
  6688. }
  6689.  
  6690. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
  6691. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
  6692. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
  6693. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
  6694. .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
  6695. .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
  6696. .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
  6697. .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  6698. border-bottom-right-radius: 3px
  6699. }
  6700.  
  6701. .panel>.panel-body+.table,
  6702. .panel>.panel-body+.table-responsive,
  6703. .panel>.table+.panel-body,
  6704. .panel>.table-responsive+.panel-body {
  6705. border-top: 1px solid #ddd
  6706. }
  6707.  
  6708. .panel>.table>tbody:first-child>tr:first-child td,
  6709. .panel>.table>tbody:first-child>tr:first-child th {
  6710. border-top: 0
  6711. }
  6712.  
  6713. .panel>.table-bordered,
  6714. .panel>.table-responsive>.table-bordered {
  6715. border: 0
  6716. }
  6717.  
  6718. .panel>.table-bordered>tbody>tr>td:first-child,
  6719. .panel>.table-bordered>tbody>tr>th:first-child,
  6720. .panel>.table-bordered>tfoot>tr>td:first-child,
  6721. .panel>.table-bordered>tfoot>tr>th:first-child,
  6722. .panel>.table-bordered>thead>tr>td:first-child,
  6723. .panel>.table-bordered>thead>tr>th:first-child,
  6724. .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
  6725. .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
  6726. .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
  6727. .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
  6728. .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
  6729. .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  6730. border-left: 0
  6731. }
  6732.  
  6733. .panel>.table-bordered>tbody>tr>td:last-child,
  6734. .panel>.table-bordered>tbody>tr>th:last-child,
  6735. .panel>.table-bordered>tfoot>tr>td:last-child,
  6736. .panel>.table-bordered>tfoot>tr>th:last-child,
  6737. .panel>.table-bordered>thead>tr>td:last-child,
  6738. .panel>.table-bordered>thead>tr>th:last-child,
  6739. .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
  6740. .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
  6741. .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
  6742. .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
  6743. .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
  6744. .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  6745. border-right: 0
  6746. }
  6747.  
  6748. .panel>.table-bordered>tbody>tr:first-child>td,
  6749. .panel>.table-bordered>tbody>tr:first-child>th,
  6750. .panel>.table-bordered>thead>tr:first-child>td,
  6751. .panel>.table-bordered>thead>tr:first-child>th,
  6752. .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
  6753. .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
  6754. .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
  6755. .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  6756. border-bottom: 0
  6757. }
  6758.  
  6759. .panel>.table-bordered>tbody>tr:last-child>td,
  6760. .panel>.table-bordered>tbody>tr:last-child>th,
  6761. .panel>.table-bordered>tfoot>tr:last-child>td,
  6762. .panel>.table-bordered>tfoot>tr:last-child>th,
  6763. .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
  6764. .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
  6765. .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
  6766. .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  6767. border-bottom: 0
  6768. }
  6769.  
  6770. .panel>.table-responsive {
  6771. margin-bottom: 0;
  6772. border: 0
  6773. }
  6774.  
  6775. .panel-group {
  6776. margin-bottom: 20px
  6777. }
  6778.  
  6779. .panel-group .panel {
  6780. margin-bottom: 0;
  6781. border-radius: 4px
  6782. }
  6783.  
  6784. .panel-group .panel+.panel {
  6785. margin-top: 5px
  6786. }
  6787.  
  6788. .panel-group .panel-heading {
  6789. border-bottom: 0
  6790. }
  6791.  
  6792. .panel-group .panel-heading+.panel-collapse>.list-group,
  6793. .panel-group .panel-heading+.panel-collapse>.panel-body {
  6794. border-top: 1px solid #ddd
  6795. }
  6796.  
  6797. .panel-group .panel-footer {
  6798. border-top: 0
  6799. }
  6800.  
  6801. .panel-group .panel-footer+.panel-collapse .panel-body {
  6802. border-bottom: 1px solid #ddd
  6803. }
  6804.  
  6805. .panel-default {
  6806. border-color: #ddd
  6807. }
  6808.  
  6809. .panel-default>.panel-heading {
  6810. color: #333;
  6811. background-color: #f5f5f5;
  6812. border-color: #ddd
  6813. }
  6814.  
  6815. .panel-default>.panel-heading+.panel-collapse>.panel-body {
  6816. border-top-color: #ddd
  6817. }
  6818.  
  6819. .panel-default>.panel-heading .badge {
  6820. color: #f5f5f5;
  6821. background-color: #333
  6822. }
  6823.  
  6824. .panel-default>.panel-footer+.panel-collapse>.panel-body {
  6825. border-bottom-color: #ddd
  6826. }
  6827.  
  6828. .panel-primary {
  6829. border-color: #337ab7
  6830. }
  6831.  
  6832. .panel-primary>.panel-heading {
  6833. color: #fff;
  6834. background-color: #337ab7;
  6835. border-color: #337ab7
  6836. }
  6837.  
  6838. .panel-primary>.panel-heading+.panel-collapse>.panel-body {
  6839. border-top-color: #337ab7
  6840. }
  6841.  
  6842. .panel-primary>.panel-heading .badge {
  6843. color: #337ab7;
  6844. background-color: #fff
  6845. }
  6846.  
  6847. .panel-primary>.panel-footer+.panel-collapse>.panel-body {
  6848. border-bottom-color: #337ab7
  6849. }
  6850.  
  6851. .panel-success {
  6852. border-color: #d6e9c6
  6853. }
  6854.  
  6855. .panel-success>.panel-heading {
  6856. color: #3c763d;
  6857. background-color: #dff0d8;
  6858. border-color: #d6e9c6
  6859. }
  6860.  
  6861. .panel-success>.panel-heading+.panel-collapse>.panel-body {
  6862. border-top-color: #d6e9c6
  6863. }
  6864.  
  6865. .panel-success>.panel-heading .badge {
  6866. color: #dff0d8;
  6867. background-color: #3c763d
  6868. }
  6869.  
  6870. .panel-success>.panel-footer+.panel-collapse>.panel-body {
  6871. border-bottom-color: #d6e9c6
  6872. }
  6873.  
  6874. .panel-info {
  6875. border-color: #bce8f1
  6876. }
  6877.  
  6878. .panel-info>.panel-heading {
  6879. color: #31708f;
  6880. background-color: #d9edf7;
  6881. border-color: #bce8f1
  6882. }
  6883.  
  6884. .panel-info>.panel-heading+.panel-collapse>.panel-body {
  6885. border-top-color: #bce8f1
  6886. }
  6887.  
  6888. .panel-info>.panel-heading .badge {
  6889. color: #d9edf7;
  6890. background-color: #31708f
  6891. }
  6892.  
  6893. .panel-info>.panel-footer+.panel-collapse>.panel-body {
  6894. border-bottom-color: #bce8f1
  6895. }
  6896.  
  6897. .panel-warning {
  6898. border-color: #faebcc
  6899. }
  6900.  
  6901. .panel-warning>.panel-heading {
  6902. color: #8a6d3b;
  6903. background-color: #fcf8e3;
  6904. border-color: #faebcc
  6905. }
  6906.  
  6907. .panel-warning>.panel-heading+.panel-collapse>.panel-body {
  6908. border-top-color: #faebcc
  6909. }
  6910.  
  6911. .panel-warning>.panel-heading .badge {
  6912. color: #fcf8e3;
  6913. background-color: #8a6d3b
  6914. }
  6915.  
  6916. .panel-warning>.panel-footer+.panel-collapse>.panel-body {
  6917. border-bottom-color: #faebcc
  6918. }
  6919.  
  6920. .panel-danger {
  6921. border-color: #ebccd1
  6922. }
  6923.  
  6924. .panel-danger>.panel-heading {
  6925. color: #a94442;
  6926. background-color: #f2dede;
  6927. border-color: #ebccd1
  6928. }
  6929.  
  6930. .panel-danger>.panel-heading+.panel-collapse>.panel-body {
  6931. border-top-color: #ebccd1
  6932. }
  6933.  
  6934. .panel-danger>.panel-heading .badge {
  6935. color: #f2dede;
  6936. background-color: #a94442
  6937. }
  6938.  
  6939. .panel-danger>.panel-footer+.panel-collapse>.panel-body {
  6940. border-bottom-color: #ebccd1
  6941. }
  6942.  
  6943. .embed-responsive {
  6944. position: relative;
  6945. display: block;
  6946. height: 0;
  6947. padding: 0;
  6948. overflow: hidden
  6949. }
  6950.  
  6951. .embed-responsive .embed-responsive-item,
  6952. .embed-responsive embed,
  6953. .embed-responsive iframe,
  6954. .embed-responsive object,
  6955. .embed-responsive video {
  6956. position: absolute;
  6957. top: 0;
  6958. bottom: 0;
  6959. left: 0;
  6960. width: 100%;
  6961. height: 100%;
  6962. border: 0
  6963. }
  6964.  
  6965. .embed-responsive-16by9 {
  6966. padding-bottom: 56.25%
  6967. }
  6968.  
  6969. .embed-responsive-4by3 {
  6970. padding-bottom: 75%
  6971. }
  6972.  
  6973. .well {
  6974. min-height: 20px;
  6975. padding: 19px;
  6976. margin-bottom: 20px;
  6977. background-color: #f5f5f5;
  6978. border: 1px solid #e3e3e3;
  6979. border-radius: 4px;
  6980. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  6981. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
  6982. }
  6983.  
  6984. .well blockquote {
  6985. border-color: #ddd;
  6986. border-color: rgba(0, 0, 0, 0.15)
  6987. }
  6988.  
  6989. .well-lg {
  6990. padding: 24px;
  6991. border-radius: 6px
  6992. }
  6993.  
  6994. .well-sm {
  6995. padding: 9px;
  6996. border-radius: 3px
  6997. }
  6998.  
  6999. .close {
  7000. float: right;
  7001. font-size: 21px;
  7002. font-weight: 700;
  7003. line-height: 1;
  7004. color: #000;
  7005. text-shadow: 0 1px 0 #fff;
  7006. filter: alpha(opacity=20);
  7007. opacity: .2
  7008. }
  7009.  
  7010. .close:focus,
  7011. .close:hover {
  7012. color: #000;
  7013. text-decoration: none;
  7014. cursor: pointer;
  7015. filter: alpha(opacity=50);
  7016. opacity: .5
  7017. }
  7018.  
  7019. button.close {
  7020. -webkit-appearance: none;
  7021. padding: 0;
  7022. cursor: pointer;
  7023. background: 0 0;
  7024. border: 0
  7025. }
  7026.  
  7027. .modal-open {
  7028. overflow: hidden
  7029. }
  7030.  
  7031. .modal {
  7032. position: fixed;
  7033. top: 0;
  7034. right: 0;
  7035. bottom: 0;
  7036. left: 0;
  7037. z-index: 1050;
  7038. display: none;
  7039. overflow: hidden;
  7040. -webkit-overflow-scrolling: touch;
  7041. outline: 0
  7042. }
  7043.  
  7044. .modal.fade .modal-dialog {
  7045. -webkit-transition: -webkit-transform .3s ease-out;
  7046. -o-transition: -o-transform .3s ease-out;
  7047. transition: transform .3s ease-out;
  7048. -webkit-transform: translate(0, -25%);
  7049. -ms-transform: translate(0, -25%);
  7050. -o-transform: translate(0, -25%);
  7051. transform: translate(0, -25%)
  7052. }
  7053.  
  7054. .modal.in .modal-dialog {
  7055. -webkit-transform: translate(0, 0);
  7056. -ms-transform: translate(0, 0);
  7057. -o-transform: translate(0, 0);
  7058. transform: translate(0, 0)
  7059. }
  7060.  
  7061. .modal-open .modal {
  7062. overflow-x: hidden;
  7063. overflow-y: auto
  7064. }
  7065.  
  7066. .modal-dialog {
  7067. position: relative;
  7068. width: auto;
  7069. margin: 10px
  7070. }
  7071.  
  7072. .modal-content {
  7073. position: relative;
  7074. background-color: #fff;
  7075. -webkit-background-clip: padding-box;
  7076. background-clip: padding-box;
  7077. border: 1px solid #999;
  7078. border: 1px solid rgba(0, 0, 0, 0.2);
  7079. border-radius: 6px;
  7080. outline: 0;
  7081. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  7082. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
  7083. }
  7084.  
  7085. .modal-backdrop {
  7086. position: fixed;
  7087. top: 0;
  7088. right: 0;
  7089. bottom: 0;
  7090. left: 0;
  7091. z-index: 1040;
  7092. background-color: #000
  7093. }
  7094.  
  7095. .modal-backdrop.fade {
  7096. filter: alpha(opacity=0);
  7097. opacity: 0
  7098. }
  7099.  
  7100. .modal-backdrop.in {
  7101. filter: alpha(opacity=50);
  7102. opacity: .5
  7103. }
  7104.  
  7105. .modal-header {
  7106. padding: 15px;
  7107. border-bottom: 1px solid #e5e5e5
  7108. }
  7109.  
  7110. .modal-header .close {
  7111. margin-top: -2px
  7112. }
  7113.  
  7114. .modal-title {
  7115. margin: 0;
  7116. line-height: 1.42857143
  7117. }
  7118.  
  7119. .modal-body {
  7120. position: relative;
  7121. padding: 15px
  7122. }
  7123.  
  7124. .modal-footer {
  7125. padding: 15px;
  7126. text-align: right;
  7127. border-top: 1px solid #e5e5e5
  7128. }
  7129.  
  7130. .modal-footer .btn+.btn {
  7131. margin-bottom: 0;
  7132. margin-left: 5px
  7133. }
  7134.  
  7135. .modal-footer .btn-group .btn+.btn {
  7136. margin-left: -1px
  7137. }
  7138.  
  7139. .modal-footer .btn-block+.btn-block {
  7140. margin-left: 0
  7141. }
  7142.  
  7143. .modal-scrollbar-measure {
  7144. position: absolute;
  7145. top: -9999px;
  7146. width: 50px;
  7147. height: 50px;
  7148. overflow: scroll
  7149. }
  7150.  
  7151. @media (min-width: 768px) {
  7152. .modal-dialog {
  7153. width: 600px;
  7154. margin: 30px auto
  7155. }
  7156. .modal-content {
  7157. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  7158. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  7159. }
  7160. .modal-sm {
  7161. width: 300px
  7162. }
  7163. }
  7164.  
  7165. @media (min-width: 992px) {
  7166. .modal-lg {
  7167. width: 900px
  7168. }
  7169. }
  7170.  
  7171. .tooltip {
  7172. position: absolute;
  7173. z-index: 1070;
  7174. display: block;
  7175. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  7176. font-size: 12px;
  7177. font-style: normal;
  7178. font-weight: 400;
  7179. line-height: 1.42857143;
  7180. text-align: left;
  7181. text-align: start;
  7182. text-decoration: none;
  7183. text-shadow: none;
  7184. text-transform: none;
  7185. letter-spacing: normal;
  7186. word-break: normal;
  7187. word-spacing: normal;
  7188. word-wrap: normal;
  7189. white-space: normal;
  7190. filter: alpha(opacity=0);
  7191. opacity: 0;
  7192. line-break: auto
  7193. }
  7194.  
  7195. .tooltip.in {
  7196. filter: alpha(opacity=90);
  7197. opacity: .9
  7198. }
  7199.  
  7200. .tooltip.top {
  7201. padding: 5px 0;
  7202. margin-top: -3px
  7203. }
  7204.  
  7205. .tooltip.right {
  7206. padding: 0 5px;
  7207. margin-left: 3px
  7208. }
  7209.  
  7210. .tooltip.bottom {
  7211. padding: 5px 0;
  7212. margin-top: 3px
  7213. }
  7214.  
  7215. .tooltip.left {
  7216. padding: 0 5px;
  7217. margin-left: -3px
  7218. }
  7219.  
  7220. .tooltip-inner {
  7221. max-width: 200px;
  7222. padding: 3px 8px;
  7223. color: #fff;
  7224. text-align: center;
  7225. background-color: #000;
  7226. border-radius: 4px
  7227. }
  7228.  
  7229. .tooltip-arrow {
  7230. position: absolute;
  7231. width: 0;
  7232. height: 0;
  7233. border-color: transparent;
  7234. border-style: solid
  7235. }
  7236.  
  7237. .tooltip.top .tooltip-arrow {
  7238. bottom: 0;
  7239. left: 50%;
  7240. margin-left: -5px;
  7241. border-width: 5px 5px 0;
  7242. border-top-color: #000
  7243. }
  7244.  
  7245. .tooltip.top-left .tooltip-arrow {
  7246. right: 5px;
  7247. bottom: 0;
  7248. margin-bottom: -5px;
  7249. border-width: 5px 5px 0;
  7250. border-top-color: #000
  7251. }
  7252.  
  7253. .tooltip.top-right .tooltip-arrow {
  7254. bottom: 0;
  7255. left: 5px;
  7256. margin-bottom: -5px;
  7257. border-width: 5px 5px 0;
  7258. border-top-color: #000
  7259. }
  7260.  
  7261. .tooltip.right .tooltip-arrow {
  7262. top: 50%;
  7263. left: 0;
  7264. margin-top: -5px;
  7265. border-width: 5px 5px 5px 0;
  7266. border-right-color: #000
  7267. }
  7268.  
  7269. .tooltip.left .tooltip-arrow {
  7270. top: 50%;
  7271. right: 0;
  7272. margin-top: -5px;
  7273. border-width: 5px 0 5px 5px;
  7274. border-left-color: #000
  7275. }
  7276.  
  7277. .tooltip.bottom .tooltip-arrow {
  7278. top: 0;
  7279. left: 50%;
  7280. margin-left: -5px;
  7281. border-width: 0 5px 5px;
  7282. border-bottom-color: #000
  7283. }
  7284.  
  7285. .tooltip.bottom-left .tooltip-arrow {
  7286. top: 0;
  7287. right: 5px;
  7288. margin-top: -5px;
  7289. border-width: 0 5px 5px;
  7290. border-bottom-color: #000
  7291. }
  7292.  
  7293. .tooltip.bottom-right .tooltip-arrow {
  7294. top: 0;
  7295. left: 5px;
  7296. margin-top: -5px;
  7297. border-width: 0 5px 5px;
  7298. border-bottom-color: #000
  7299. }
  7300.  
  7301. .popover {
  7302. position: absolute;
  7303. top: 0;
  7304. left: 0;
  7305. z-index: 1060;
  7306. display: none;
  7307. max-width: 276px;
  7308. padding: 1px;
  7309. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  7310. font-size: 14px;
  7311. font-style: normal;
  7312. font-weight: 400;
  7313. line-height: 1.42857143;
  7314. text-align: left;
  7315. text-align: start;
  7316. text-decoration: none;
  7317. text-shadow: none;
  7318. text-transform: none;
  7319. letter-spacing: normal;
  7320. word-break: normal;
  7321. word-spacing: normal;
  7322. word-wrap: normal;
  7323. white-space: normal;
  7324. background-color: #fff;
  7325. -webkit-background-clip: padding-box;
  7326. background-clip: padding-box;
  7327. border: 1px solid #ccc;
  7328. border: 1px solid rgba(0, 0, 0, 0.2);
  7329. border-radius: 6px;
  7330. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  7331. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  7332. line-break: auto
  7333. }
  7334.  
  7335. .popover.top {
  7336. margin-top: -10px
  7337. }
  7338.  
  7339. .popover.right {
  7340. margin-left: 10px
  7341. }
  7342.  
  7343. .popover.bottom {
  7344. margin-top: 10px
  7345. }
  7346.  
  7347. .popover.left {
  7348. margin-left: -10px
  7349. }
  7350.  
  7351. .popover-title {
  7352. padding: 8px 14px;
  7353. margin: 0;
  7354. font-size: 14px;
  7355. background-color: #f7f7f7;
  7356. border-bottom: 1px solid #ebebeb;
  7357. border-radius: 5px 5px 0 0
  7358. }
  7359.  
  7360. .popover-content {
  7361. padding: 9px 14px
  7362. }
  7363.  
  7364. .popover>.arrow,
  7365. .popover>.arrow:after {
  7366. position: absolute;
  7367. display: block;
  7368. width: 0;
  7369. height: 0;
  7370. border-color: transparent;
  7371. border-style: solid
  7372. }
  7373.  
  7374. .popover>.arrow {
  7375. border-width: 11px
  7376. }
  7377.  
  7378. .popover>.arrow:after {
  7379. content: "";
  7380. border-width: 10px
  7381. }
  7382.  
  7383. .popover.top>.arrow {
  7384. bottom: -11px;
  7385. left: 50%;
  7386. margin-left: -11px;
  7387. border-top-color: #999;
  7388. border-top-color: rgba(0, 0, 0, 0.25);
  7389. border-bottom-width: 0
  7390. }
  7391.  
  7392. .popover.top>.arrow:after {
  7393. bottom: 1px;
  7394. margin-left: -10px;
  7395. content: " ";
  7396. border-top-color: #fff;
  7397. border-bottom-width: 0
  7398. }
  7399.  
  7400. .popover.right>.arrow {
  7401. top: 50%;
  7402. left: -11px;
  7403. margin-top: -11px;
  7404. border-right-color: #999;
  7405. border-right-color: rgba(0, 0, 0, 0.25);
  7406. border-left-width: 0
  7407. }
  7408.  
  7409. .popover.right>.arrow:after {
  7410. bottom: -10px;
  7411. left: 1px;
  7412. content: " ";
  7413. border-right-color: #fff;
  7414. border-left-width: 0
  7415. }
  7416.  
  7417. .popover.bottom>.arrow {
  7418. top: -11px;
  7419. left: 50%;
  7420. margin-left: -11px;
  7421. border-top-width: 0;
  7422. border-bottom-color: #999;
  7423. border-bottom-color: rgba(0, 0, 0, 0.25)
  7424. }
  7425.  
  7426. .popover.bottom>.arrow:after {
  7427. top: 1px;
  7428. margin-left: -10px;
  7429. content: " ";
  7430. border-top-width: 0;
  7431. border-bottom-color: #fff
  7432. }
  7433.  
  7434. .popover.left>.arrow {
  7435. top: 50%;
  7436. right: -11px;
  7437. margin-top: -11px;
  7438. border-right-width: 0;
  7439. border-left-color: #999;
  7440. border-left-color: rgba(0, 0, 0, 0.25)
  7441. }
  7442.  
  7443. .popover.left>.arrow:after {
  7444. right: 1px;
  7445. bottom: -10px;
  7446. content: " ";
  7447. border-right-width: 0;
  7448. border-left-color: #fff
  7449. }
  7450.  
  7451. .carousel {
  7452. position: relative
  7453. }
  7454.  
  7455. .carousel-inner {
  7456. position: relative;
  7457. width: 100%;
  7458. overflow: hidden
  7459. }
  7460.  
  7461. .carousel-inner>.item {
  7462. position: relative;
  7463. display: none;
  7464. -webkit-transition: .6s ease-in-out left;
  7465. -o-transition: .6s ease-in-out left;
  7466. transition: .6s ease-in-out left
  7467. }
  7468.  
  7469. .carousel-inner>.item>a>img,
  7470. .carousel-inner>.item>img {
  7471. line-height: 1
  7472. }
  7473.  
  7474. @media all and (transform-3d),
  7475. (-webkit-transform-3d) {
  7476. .carousel-inner>.item {
  7477. -webkit-transition: -webkit-transform .6s ease-in-out;
  7478. -o-transition: -o-transform .6s ease-in-out;
  7479. transition: transform .6s ease-in-out;
  7480. -webkit-backface-visibility: hidden;
  7481. backface-visibility: hidden;
  7482. -webkit-perspective: 1000px;
  7483. perspective: 1000px
  7484. }
  7485. .carousel-inner>.item.active.right,
  7486. .carousel-inner>.item.next {
  7487. left: 0;
  7488. -webkit-transform: translate3d(100%, 0, 0);
  7489. transform: translate3d(100%, 0, 0)
  7490. }
  7491. .carousel-inner>.item.active.left,
  7492. .carousel-inner>.item.prev {
  7493. left: 0;
  7494. -webkit-transform: translate3d(-100%, 0, 0);
  7495. transform: translate3d(-100%, 0, 0)
  7496. }
  7497. .carousel-inner>.item.active,
  7498. .carousel-inner>.item.next.left,
  7499. .carousel-inner>.item.prev.right {
  7500. left: 0;
  7501. -webkit-transform: translate3d(0, 0, 0);
  7502. transform: translate3d(0, 0, 0)
  7503. }
  7504. }
  7505.  
  7506. .carousel-inner>.active,
  7507. .carousel-inner>.next,
  7508. .carousel-inner>.prev {
  7509. display: block
  7510. }
  7511.  
  7512. .carousel-inner>.active {
  7513. left: 0
  7514. }
  7515.  
  7516. .carousel-inner>.next,
  7517. .carousel-inner>.prev {
  7518. position: absolute;
  7519. top: 0;
  7520. width: 100%
  7521. }
  7522.  
  7523. .carousel-inner>.next {
  7524. left: 100%
  7525. }
  7526.  
  7527. .carousel-inner>.prev {
  7528. left: -100%
  7529. }
  7530.  
  7531. .carousel-inner>.next.left,
  7532. .carousel-inner>.prev.right {
  7533. left: 0
  7534. }
  7535.  
  7536. .carousel-inner>.active.left {
  7537. left: -100%
  7538. }
  7539.  
  7540. .carousel-inner>.active.right {
  7541. left: 100%
  7542. }
  7543.  
  7544. .carousel-control {
  7545. position: absolute;
  7546. top: 0;
  7547. bottom: 0;
  7548. left: 0;
  7549. width: 15%;
  7550. font-size: 20px;
  7551. color: #fff;
  7552. text-align: center;
  7553. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  7554. background-color: transparent;
  7555. filter: alpha(opacity=50);
  7556. opacity: .5
  7557. }
  7558.  
  7559. .carousel-control.left {
  7560. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  7561. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  7562. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  7563. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  7564. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  7565. background-repeat: repeat-x
  7566. }
  7567.  
  7568. .carousel-control.right {
  7569. right: 0;
  7570. left: auto;
  7571. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  7572. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  7573. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  7574. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  7575. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  7576. background-repeat: repeat-x
  7577. }
  7578.  
  7579. .carousel-control:focus,
  7580. .carousel-control:hover {
  7581. color: #fff;
  7582. text-decoration: none;
  7583. filter: alpha(opacity=90);
  7584. outline: 0;
  7585. opacity: .9
  7586. }
  7587.  
  7588. .carousel-control .glyphicon-chevron-left,
  7589. .carousel-control .glyphicon-chevron-right,
  7590. .carousel-control .icon-next,
  7591. .carousel-control .icon-prev {
  7592. position: absolute;
  7593. top: 50%;
  7594. z-index: 5;
  7595. display: inline-block;
  7596. margin-top: -10px
  7597. }
  7598.  
  7599. .carousel-control .glyphicon-chevron-left,
  7600. .carousel-control .icon-prev {
  7601. left: 50%;
  7602. margin-left: -10px
  7603. }
  7604.  
  7605. .carousel-control .glyphicon-chevron-right,
  7606. .carousel-control .icon-next {
  7607. right: 50%;
  7608. margin-right: -10px
  7609. }
  7610.  
  7611. .carousel-control .icon-next,
  7612. .carousel-control .icon-prev {
  7613. width: 20px;
  7614. height: 20px;
  7615. font-family: serif;
  7616. line-height: 1
  7617. }
  7618.  
  7619. .carousel-control .icon-prev:before {
  7620. content: '\2039'
  7621. }
  7622.  
  7623. .carousel-control .icon-next:before {
  7624. content: '\203a'
  7625. }
  7626.  
  7627. .carousel-indicators {
  7628. position: absolute;
  7629. bottom: 10px;
  7630. left: 50%;
  7631. z-index: 15;
  7632. width: 60%;
  7633. padding-left: 0;
  7634. margin-left: -30%;
  7635. text-align: center;
  7636. list-style: none
  7637. }
  7638.  
  7639. .carousel-indicators li {
  7640. display: inline-block;
  7641. width: 10px;
  7642. height: 10px;
  7643. margin: 1px;
  7644. text-indent: -999px;
  7645. cursor: pointer;
  7646. background-color: #000 \9;
  7647. background-color: transparent;
  7648. border: 1px solid #fff;
  7649. border-radius: 10px
  7650. }
  7651.  
  7652. .carousel-indicators .active {
  7653. width: 12px;
  7654. height: 12px;
  7655. margin: 0;
  7656. background-color: #fff
  7657. }
  7658.  
  7659. .carousel-caption {
  7660. position: absolute;
  7661. right: 15%;
  7662. bottom: 20px;
  7663. left: 15%;
  7664. z-index: 10;
  7665. padding-top: 20px;
  7666. padding-bottom: 20px;
  7667. color: #fff;
  7668. text-align: center;
  7669. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
  7670. }
  7671.  
  7672. .carousel-caption .btn {
  7673. text-shadow: none
  7674. }
  7675.  
  7676. @media screen and (min-width: 768px) {
  7677. .carousel-control .glyphicon-chevron-left,
  7678. .carousel-control .glyphicon-chevron-right,
  7679. .carousel-control .icon-next,
  7680. .carousel-control .icon-prev {
  7681. width: 30px;
  7682. height: 30px;
  7683. margin-top: -10px;
  7684. font-size: 30px
  7685. }
  7686. .carousel-control .glyphicon-chevron-left,
  7687. .carousel-control .icon-prev {
  7688. margin-left: -10px
  7689. }
  7690. .carousel-control .glyphicon-chevron-right,
  7691. .carousel-control .icon-next {
  7692. margin-right: -10px
  7693. }
  7694. .carousel-caption {
  7695. right: 20%;
  7696. left: 20%;
  7697. padding-bottom: 30px
  7698. }
  7699. .carousel-indicators {
  7700. bottom: 20px
  7701. }
  7702. }
  7703.  
  7704. .btn-group-vertical>.btn-group:after,
  7705. .btn-group-vertical>.btn-group:before,
  7706. .btn-toolbar:after,
  7707. .btn-toolbar:before,
  7708. .clearfix:after,
  7709. .clearfix:before,
  7710. .container-fluid:after,
  7711. .container-fluid:before,
  7712. .container:after,
  7713. .container:before,
  7714. .dl-horizontal dd:after,
  7715. .dl-horizontal dd:before,
  7716. .form-horizontal .form-group:after,
  7717. .form-horizontal .form-group:before,
  7718. .modal-footer:after,
  7719. .modal-footer:before,
  7720. .modal-header:after,
  7721. .modal-header:before,
  7722. .nav:after,
  7723. .nav:before,
  7724. .navbar-collapse:after,
  7725. .navbar-collapse:before,
  7726. .navbar-header:after,
  7727. .navbar-header:before,
  7728. .navbar:after,
  7729. .navbar:before,
  7730. .pager:after,
  7731. .pager:before,
  7732. .panel-body:after,
  7733. .panel-body:before,
  7734. .row:after,
  7735. .row:before {
  7736. display: table;
  7737. content: " "
  7738. }
  7739.  
  7740. .btn-group-vertical>.btn-group:after,
  7741. .btn-toolbar:after,
  7742. .clearfix:after,
  7743. .container-fluid:after,
  7744. .container:after,
  7745. .dl-horizontal dd:after,
  7746. .form-horizontal .form-group:after,
  7747. .modal-footer:after,
  7748. .modal-header:after,
  7749. .nav:after,
  7750. .navbar-collapse:after,
  7751. .navbar-header:after,
  7752. .navbar:after,
  7753. .pager:after,
  7754. .panel-body:after,
  7755. .row:after {
  7756. clear: both
  7757. }
  7758.  
  7759. .center-block {
  7760. display: block;
  7761. margin-right: auto;
  7762. margin-left: auto
  7763. }
  7764.  
  7765. .pull-right {
  7766. float: right !important
  7767. }
  7768.  
  7769. .pull-left {
  7770. float: left !important
  7771. }
  7772.  
  7773. .hide {
  7774. display: none !important
  7775. }
  7776.  
  7777. .show {
  7778. display: block !important
  7779. }
  7780.  
  7781. .invisible {
  7782. visibility: hidden
  7783. }
  7784.  
  7785. .text-hide {
  7786. font: 0/0 a;
  7787. color: transparent;
  7788. text-shadow: none;
  7789. background-color: transparent;
  7790. border: 0
  7791. }
  7792.  
  7793. .hidden {
  7794. display: none !important
  7795. }
  7796.  
  7797. .affix {
  7798. position: fixed
  7799. }
  7800.  
  7801. @-ms-viewport {
  7802. width: device-width
  7803. }
  7804.  
  7805. .visible-lg,
  7806. .visible-md,
  7807. .visible-sm,
  7808. .visible-xs {
  7809. display: none !important
  7810. }
  7811.  
  7812. .visible-lg-block,
  7813. .visible-lg-inline,
  7814. .visible-lg-inline-block,
  7815. .visible-md-block,
  7816. .visible-md-inline,
  7817. .visible-md-inline-block,
  7818. .visible-sm-block,
  7819. .visible-sm-inline,
  7820. .visible-sm-inline-block,
  7821. .visible-xs-block,
  7822. .visible-xs-inline,
  7823. .visible-xs-inline-block {
  7824. display: none !important
  7825. }
  7826.  
  7827. @media (max-width: 767px) {
  7828. .visible-xs {
  7829. display: block !important
  7830. }
  7831. table.visible-xs {
  7832. display: table !important
  7833. }
  7834. tr.visible-xs {
  7835. display: table-row !important
  7836. }
  7837. td.visible-xs,
  7838. th.visible-xs {
  7839. display: table-cell !important
  7840. }
  7841. }
  7842.  
  7843. @media (max-width: 767px) {
  7844. .visible-xs-block {
  7845. display: block !important
  7846. }
  7847. }
  7848.  
  7849. @media (max-width: 767px) {
  7850. .visible-xs-inline {
  7851. display: inline !important
  7852. }
  7853. }
  7854.  
  7855. @media (max-width: 767px) {
  7856. .visible-xs-inline-block {
  7857. display: inline-block !important
  7858. }
  7859. }
  7860.  
  7861. @media (min-width: 768px) and (max-width: 991px) {
  7862. .visible-sm {
  7863. display: block !important
  7864. }
  7865. table.visible-sm {
  7866. display: table !important
  7867. }
  7868. tr.visible-sm {
  7869. display: table-row !important
  7870. }
  7871. td.visible-sm,
  7872. th.visible-sm {
  7873. display: table-cell !important
  7874. }
  7875. }
  7876.  
  7877. @media (min-width: 768px) and (max-width: 991px) {
  7878. .visible-sm-block {
  7879. display: block !important
  7880. }
  7881. }
  7882.  
  7883. @media (min-width: 768px) and (max-width: 991px) {
  7884. .visible-sm-inline {
  7885. display: inline !important
  7886. }
  7887. }
  7888.  
  7889. @media (min-width: 768px) and (max-width: 991px) {
  7890. .visible-sm-inline-block {
  7891. display: inline-block !important
  7892. }
  7893. }
  7894.  
  7895. @media (min-width: 992px) and (max-width: 1199px) {
  7896. .visible-md {
  7897. display: block !important
  7898. }
  7899. table.visible-md {
  7900. display: table !important
  7901. }
  7902. tr.visible-md {
  7903. display: table-row !important
  7904. }
  7905. td.visible-md,
  7906. th.visible-md {
  7907. display: table-cell !important
  7908. }
  7909. }
  7910.  
  7911. @media (min-width: 992px) and (max-width: 1199px) {
  7912. .visible-md-block {
  7913. display: block !important
  7914. }
  7915. }
  7916.  
  7917. @media (min-width: 992px) and (max-width: 1199px) {
  7918. .visible-md-inline {
  7919. display: inline !important
  7920. }
  7921. }
  7922.  
  7923. @media (min-width: 992px) and (max-width: 1199px) {
  7924. .visible-md-inline-block {
  7925. display: inline-block !important
  7926. }
  7927. }
  7928.  
  7929. @media (min-width: 1200px) {
  7930. .visible-lg {
  7931. display: block !important
  7932. }
  7933. table.visible-lg {
  7934. display: table !important
  7935. }
  7936. tr.visible-lg {
  7937. display: table-row !important
  7938. }
  7939. td.visible-lg,
  7940. th.visible-lg {
  7941. display: table-cell !important
  7942. }
  7943. }
  7944.  
  7945. @media (min-width: 1200px) {
  7946. .visible-lg-block {
  7947. display: block !important
  7948. }
  7949. }
  7950.  
  7951. @media (min-width: 1200px) {
  7952. .visible-lg-inline {
  7953. display: inline !important
  7954. }
  7955. }
  7956.  
  7957. @media (min-width: 1200px) {
  7958. .visible-lg-inline-block {
  7959. display: inline-block !important
  7960. }
  7961. }
  7962.  
  7963. @media (max-width: 767px) {
  7964. .hidden-xs {
  7965. display: none !important
  7966. }
  7967. }
  7968.  
  7969. @media (min-width: 768px) and (max-width: 991px) {
  7970. .hidden-sm {
  7971. display: none !important
  7972. }
  7973. }
  7974.  
  7975. @media (min-width: 992px) and (max-width: 1199px) {
  7976. .hidden-md {
  7977. display: none !important
  7978. }
  7979. }
  7980.  
  7981. @media (min-width: 1200px) {
  7982. .hidden-lg {
  7983. display: none !important
  7984. }
  7985. }
  7986.  
  7987. .visible-print {
  7988. display: none !important
  7989. }
  7990.  
  7991. @media print {
  7992. .visible-print {
  7993. display: block !important
  7994. }
  7995. table.visible-print {
  7996. display: table !important
  7997. }
  7998. tr.visible-print {
  7999. display: table-row !important
  8000. }
  8001. td.visible-print,
  8002. th.visible-print {
  8003. display: table-cell !important
  8004. }
  8005. }
  8006.  
  8007. .visible-print-block {
  8008. display: none !important
  8009. }
  8010.  
  8011. @media print {
  8012. .visible-print-block {
  8013. display: block !important
  8014. }
  8015. }
  8016.  
  8017. .visible-print-inline {
  8018. display: none !important
  8019. }
  8020.  
  8021. @media print {
  8022. .visible-print-inline {
  8023. display: inline !important
  8024. }
  8025. }
  8026.  
  8027. .visible-print-inline-block {
  8028. display: none !important
  8029. }
  8030.  
  8031. @media print {
  8032. .visible-print-inline-block {
  8033. display: inline-block !important
  8034. }
  8035. }
  8036.  
  8037. @media print {
  8038. .hidden-print {
  8039. display: none !important
  8040. }
  8041. }
  8042.  
  8043.  
  8044. /*!
  8045. * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
  8046. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  8047. */
  8048.  
  8049. @font-face {
  8050. font-family: 'FontAwesome';
  8051. src: url("/assets/fontawesome-webfont-a280856e20cc0af53390b729ca0ac3edbf8fc889a828a379c5d634c91e80c808.eot");
  8052. src: url("/assets/fontawesome-webfont-a280856e20cc0af53390b729ca0ac3edbf8fc889a828a379c5d634c91e80c808.eot?#iefix") format("embedded-opentype"), url("/assets/fontawesome-webfont-2932abf996373e87fbf2e950876b1962f1b57db954a1643ea68831d9fbb74da4.woff2") format("woff2"), url("/assets/fontawesome-webfont-35fa8302dd7d3d191ebb7acac543efcfa2b85a0da573b3ab45cc122ffcc45ce5.woff") format("woff"), url("/assets/fontawesome-webfont-8630313bee77f64206067ed80eb6a7c721b0bbfc91c94210966969d4dcc43ba7.ttf") format("truetype"), url("/assets/fontawesome-webfont-6b0adce775f4d57ac800f23b05af72ced748ae51ba67a65b67b7316f1ed331b3.svg?#fontawesomeregular") format("svg");
  8053. font-weight: normal;
  8054. font-style: normal
  8055. }
  8056.  
  8057. .fa {
  8058. display: inline-block;
  8059. font: normal normal normal 14px/1 FontAwesome;
  8060. font-size: inherit;
  8061. text-rendering: auto;
  8062. -webkit-font-smoothing: antialiased;
  8063. -moz-osx-font-smoothing: grayscale
  8064. }
  8065.  
  8066. .fa-lg {
  8067. font-size: 1.33333em;
  8068. line-height: 0.75em;
  8069. vertical-align: -15%
  8070. }
  8071.  
  8072. .fa-2x {
  8073. font-size: 2em
  8074. }
  8075.  
  8076. .fa-3x {
  8077. font-size: 3em
  8078. }
  8079.  
  8080. .fa-4x {
  8081. font-size: 4em
  8082. }
  8083.  
  8084. .fa-5x {
  8085. font-size: 5em
  8086. }
  8087.  
  8088. .fa-fw {
  8089. width: 1.28571em;
  8090. text-align: center
  8091. }
  8092.  
  8093. .fa-ul {
  8094. padding-left: 0;
  8095. margin-left: 2.14286em;
  8096. list-style-type: none
  8097. }
  8098.  
  8099. .fa-ul>li {
  8100. position: relative
  8101. }
  8102.  
  8103. .fa-li {
  8104. position: absolute;
  8105. left: -2.14286em;
  8106. width: 2.14286em;
  8107. top: 0.14286em;
  8108. text-align: center
  8109. }
  8110.  
  8111. .fa-li.fa-lg {
  8112. left: -1.85714em
  8113. }
  8114.  
  8115. .fa-border {
  8116. padding: .2em .25em .15em;
  8117. border: solid 0.08em #eee;
  8118. border-radius: .1em
  8119. }
  8120.  
  8121. .fa-pull-left {
  8122. float: left
  8123. }
  8124.  
  8125. .fa-pull-right {
  8126. float: right
  8127. }
  8128.  
  8129. .fa.fa-pull-left {
  8130. margin-right: .3em
  8131. }
  8132.  
  8133. .fa.fa-pull-right {
  8134. margin-left: .3em
  8135. }
  8136.  
  8137. .pull-right {
  8138. float: right
  8139. }
  8140.  
  8141. .pull-left {
  8142. float: left
  8143. }
  8144.  
  8145. .fa.pull-left {
  8146. margin-right: .3em
  8147. }
  8148.  
  8149. .fa.pull-right {
  8150. margin-left: .3em
  8151. }
  8152.  
  8153. .fa-spin {
  8154. -webkit-animation: fa-spin 2s infinite linear;
  8155. animation: fa-spin 2s infinite linear
  8156. }
  8157.  
  8158. .fa-pulse {
  8159. -webkit-animation: fa-spin 1s infinite steps(8);
  8160. animation: fa-spin 1s infinite steps(8)
  8161. }
  8162.  
  8163. @-webkit-keyframes fa-spin {
  8164. 0% {
  8165. -webkit-transform: rotate(0deg);
  8166. transform: rotate(0deg)
  8167. }
  8168. 100% {
  8169. -webkit-transform: rotate(359deg);
  8170. transform: rotate(359deg)
  8171. }
  8172. }
  8173.  
  8174. @keyframes fa-spin {
  8175. 0% {
  8176. -webkit-transform: rotate(0deg);
  8177. transform: rotate(0deg)
  8178. }
  8179. 100% {
  8180. -webkit-transform: rotate(359deg);
  8181. transform: rotate(359deg)
  8182. }
  8183. }
  8184.  
  8185. .fa-rotate-90 {
  8186. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  8187. -webkit-transform: rotate(90deg);
  8188. -ms-transform: rotate(90deg);
  8189. transform: rotate(90deg)
  8190. }
  8191.  
  8192. .fa-rotate-180 {
  8193. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  8194. -webkit-transform: rotate(180deg);
  8195. -ms-transform: rotate(180deg);
  8196. transform: rotate(180deg)
  8197. }
  8198.  
  8199. .fa-rotate-270 {
  8200. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  8201. -webkit-transform: rotate(270deg);
  8202. -ms-transform: rotate(270deg);
  8203. transform: rotate(270deg)
  8204. }
  8205.  
  8206. .fa-flip-horizontal {
  8207. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  8208. -webkit-transform: scale(-1, 1);
  8209. -ms-transform: scale(-1, 1);
  8210. transform: scale(-1, 1)
  8211. }
  8212.  
  8213. .fa-flip-vertical {
  8214. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  8215. -webkit-transform: scale(1, -1);
  8216. -ms-transform: scale(1, -1);
  8217. transform: scale(1, -1)
  8218. }
  8219.  
  8220. :root .fa-rotate-90,
  8221. :root .fa-rotate-180,
  8222. :root .fa-rotate-270,
  8223. :root .fa-flip-horizontal,
  8224. :root .fa-flip-vertical {
  8225. filter: none
  8226. }
  8227.  
  8228. .fa-stack {
  8229. position: relative;
  8230. display: inline-block;
  8231. width: 2em;
  8232. height: 2em;
  8233. line-height: 2em;
  8234. vertical-align: middle
  8235. }
  8236.  
  8237. .fa-stack-1x,
  8238. .fa-stack-2x {
  8239. position: absolute;
  8240. left: 0;
  8241. width: 100%;
  8242. text-align: center
  8243. }
  8244.  
  8245. .fa-stack-1x {
  8246. line-height: inherit
  8247. }
  8248.  
  8249. .fa-stack-2x {
  8250. font-size: 2em
  8251. }
  8252.  
  8253. .fa-inverse {
  8254. color: #fff
  8255. }
  8256.  
  8257. .fa-glass:before {
  8258. content: ""
  8259. }
  8260.  
  8261. .fa-music:before {
  8262. content: ""
  8263. }
  8264.  
  8265. .fa-search:before {
  8266. content: ""
  8267. }
  8268.  
  8269. .fa-envelope-o:before {
  8270. content: ""
  8271. }
  8272.  
  8273. .fa-heart:before {
  8274. content: ""
  8275. }
  8276.  
  8277. .fa-star:before {
  8278. content: ""
  8279. }
  8280.  
  8281. .fa-star-o:before {
  8282. content: ""
  8283. }
  8284.  
  8285. .fa-user:before {
  8286. content: ""
  8287. }
  8288.  
  8289. .fa-film:before {
  8290. content: ""
  8291. }
  8292.  
  8293. .fa-th-large:before {
  8294. content: ""
  8295. }
  8296.  
  8297. .fa-th:before {
  8298. content: ""
  8299. }
  8300.  
  8301. .fa-th-list:before {
  8302. content: ""
  8303. }
  8304.  
  8305. .fa-check:before {
  8306. content: ""
  8307. }
  8308.  
  8309. .fa-remove:before,
  8310. .fa-close:before,
  8311. .fa-times:before {
  8312. content: ""
  8313. }
  8314.  
  8315. .fa-search-plus:before {
  8316. content: ""
  8317. }
  8318.  
  8319. .fa-search-minus:before {
  8320. content: ""
  8321. }
  8322.  
  8323. .fa-power-off:before {
  8324. content: ""
  8325. }
  8326.  
  8327. .fa-signal:before {
  8328. content: ""
  8329. }
  8330.  
  8331. .fa-gear:before,
  8332. .fa-cog:before {
  8333. content: ""
  8334. }
  8335.  
  8336. .fa-trash-o:before {
  8337. content: ""
  8338. }
  8339.  
  8340. .fa-home:before {
  8341. content: ""
  8342. }
  8343.  
  8344. .fa-file-o:before {
  8345. content: ""
  8346. }
  8347.  
  8348. .fa-clock-o:before {
  8349. content: ""
  8350. }
  8351.  
  8352. .fa-road:before {
  8353. content: ""
  8354. }
  8355.  
  8356. .fa-download:before {
  8357. content: ""
  8358. }
  8359.  
  8360. .fa-arrow-circle-o-down:before {
  8361. content: ""
  8362. }
  8363.  
  8364. .fa-arrow-circle-o-up:before {
  8365. content: ""
  8366. }
  8367.  
  8368. .fa-inbox:before {
  8369. content: ""
  8370. }
  8371.  
  8372. .fa-play-circle-o:before {
  8373. content: ""
  8374. }
  8375.  
  8376. .fa-rotate-right:before,
  8377. .fa-repeat:before {
  8378. content: ""
  8379. }
  8380.  
  8381. .fa-refresh:before {
  8382. content: ""
  8383. }
  8384.  
  8385. .fa-list-alt:before {
  8386. content: ""
  8387. }
  8388.  
  8389. .fa-lock:before {
  8390. content: ""
  8391. }
  8392.  
  8393. .fa-flag:before {
  8394. content: ""
  8395. }
  8396.  
  8397. .fa-headphones:before {
  8398. content: ""
  8399. }
  8400.  
  8401. .fa-volume-off:before {
  8402. content: ""
  8403. }
  8404.  
  8405. .fa-volume-down:before {
  8406. content: ""
  8407. }
  8408.  
  8409. .fa-volume-up:before {
  8410. content: ""
  8411. }
  8412.  
  8413. .fa-qrcode:before {
  8414. content: ""
  8415. }
  8416.  
  8417. .fa-barcode:before {
  8418. content: ""
  8419. }
  8420.  
  8421. .fa-tag:before {
  8422. content: ""
  8423. }
  8424.  
  8425. .fa-tags:before {
  8426. content: ""
  8427. }
  8428.  
  8429. .fa-book:before {
  8430. content: ""
  8431. }
  8432.  
  8433. .fa-bookmark:before {
  8434. content: ""
  8435. }
  8436.  
  8437. .fa-print:before {
  8438. content: ""
  8439. }
  8440.  
  8441. .fa-camera:before {
  8442. content: ""
  8443. }
  8444.  
  8445. .fa-font:before {
  8446. content: ""
  8447. }
  8448.  
  8449. .fa-bold:before {
  8450. content: ""
  8451. }
  8452.  
  8453. .fa-italic:before {
  8454. content: ""
  8455. }
  8456.  
  8457. .fa-text-height:before {
  8458. content: ""
  8459. }
  8460.  
  8461. .fa-text-width:before {
  8462. content: ""
  8463. }
  8464.  
  8465. .fa-align-left:before {
  8466. content: ""
  8467. }
  8468.  
  8469. .fa-align-center:before {
  8470. content: ""
  8471. }
  8472.  
  8473. .fa-align-right:before {
  8474. content: ""
  8475. }
  8476.  
  8477. .fa-align-justify:before {
  8478. content: ""
  8479. }
  8480.  
  8481. .fa-list:before {
  8482. content: ""
  8483. }
  8484.  
  8485. .fa-dedent:before,
  8486. .fa-outdent:before {
  8487. content: ""
  8488. }
  8489.  
  8490. .fa-indent:before {
  8491. content: ""
  8492. }
  8493.  
  8494. .fa-video-camera:before {
  8495. content: ""
  8496. }
  8497.  
  8498. .fa-photo:before,
  8499. .fa-image:before,
  8500. .fa-picture-o:before {
  8501. content: ""
  8502. }
  8503.  
  8504. .fa-pencil:before {
  8505. content: ""
  8506. }
  8507.  
  8508. .fa-map-marker:before {
  8509. content: ""
  8510. }
  8511.  
  8512. .fa-adjust:before {
  8513. content: ""
  8514. }
  8515.  
  8516. .fa-tint:before {
  8517. content: ""
  8518. }
  8519.  
  8520. .fa-edit:before,
  8521. .fa-pencil-square-o:before {
  8522. content: ""
  8523. }
  8524.  
  8525. .fa-share-square-o:before {
  8526. content: ""
  8527. }
  8528.  
  8529. .fa-check-square-o:before {
  8530. content: ""
  8531. }
  8532.  
  8533. .fa-arrows:before {
  8534. content: ""
  8535. }
  8536.  
  8537. .fa-step-backward:before {
  8538. content: ""
  8539. }
  8540.  
  8541. .fa-fast-backward:before {
  8542. content: ""
  8543. }
  8544.  
  8545. .fa-backward:before {
  8546. content: ""
  8547. }
  8548.  
  8549. .fa-play:before {
  8550. content: ""
  8551. }
  8552.  
  8553. .fa-pause:before {
  8554. content: ""
  8555. }
  8556.  
  8557. .fa-stop:before {
  8558. content: ""
  8559. }
  8560.  
  8561. .fa-forward:before {
  8562. content: ""
  8563. }
  8564.  
  8565. .fa-fast-forward:before {
  8566. content: ""
  8567. }
  8568.  
  8569. .fa-step-forward:before {
  8570. content: ""
  8571. }
  8572.  
  8573. .fa-eject:before {
  8574. content: ""
  8575. }
  8576.  
  8577. .fa-chevron-left:before {
  8578. content: ""
  8579. }
  8580.  
  8581. .fa-chevron-right:before {
  8582. content: ""
  8583. }
  8584.  
  8585. .fa-plus-circle:before {
  8586. content: ""
  8587. }
  8588.  
  8589. .fa-minus-circle:before {
  8590. content: ""
  8591. }
  8592.  
  8593. .fa-times-circle:before {
  8594. content: ""
  8595. }
  8596.  
  8597. .fa-check-circle:before {
  8598. content: ""
  8599. }
  8600.  
  8601. .fa-question-circle:before {
  8602. content: ""
  8603. }
  8604.  
  8605. .fa-info-circle:before {
  8606. content: ""
  8607. }
  8608.  
  8609. .fa-crosshairs:before {
  8610. content: ""
  8611. }
  8612.  
  8613. .fa-times-circle-o:before {
  8614. content: ""
  8615. }
  8616.  
  8617. .fa-check-circle-o:before {
  8618. content: ""
  8619. }
  8620.  
  8621. .fa-ban:before {
  8622. content: ""
  8623. }
  8624.  
  8625. .fa-arrow-left:before {
  8626. content: ""
  8627. }
  8628.  
  8629. .fa-arrow-right:before {
  8630. content: ""
  8631. }
  8632.  
  8633. .fa-arrow-up:before {
  8634. content: ""
  8635. }
  8636.  
  8637. .fa-arrow-down:before {
  8638. content: ""
  8639. }
  8640.  
  8641. .fa-mail-forward:before,
  8642. .fa-share:before {
  8643. content: ""
  8644. }
  8645.  
  8646. .fa-expand:before {
  8647. content: ""
  8648. }
  8649.  
  8650. .fa-compress:before {
  8651. content: ""
  8652. }
  8653.  
  8654. .fa-plus:before {
  8655. content: ""
  8656. }
  8657.  
  8658. .fa-minus:before {
  8659. content: ""
  8660. }
  8661.  
  8662. .fa-asterisk:before {
  8663. content: ""
  8664. }
  8665.  
  8666. .fa-exclamation-circle:before {
  8667. content: ""
  8668. }
  8669.  
  8670. .fa-gift:before {
  8671. content: ""
  8672. }
  8673.  
  8674. .fa-leaf:before {
  8675. content: ""
  8676. }
  8677.  
  8678. .fa-fire:before {
  8679. content: ""
  8680. }
  8681.  
  8682. .fa-eye:before {
  8683. content: ""
  8684. }
  8685.  
  8686. .fa-eye-slash:before {
  8687. content: ""
  8688. }
  8689.  
  8690. .fa-warning:before,
  8691. .fa-exclamation-triangle:before {
  8692. content: ""
  8693. }
  8694.  
  8695. .fa-plane:before {
  8696. content: ""
  8697. }
  8698.  
  8699. .fa-calendar:before {
  8700. content: ""
  8701. }
  8702.  
  8703. .fa-random:before {
  8704. content: ""
  8705. }
  8706.  
  8707. .fa-comment:before {
  8708. content: ""
  8709. }
  8710.  
  8711. .fa-magnet:before {
  8712. content: ""
  8713. }
  8714.  
  8715. .fa-chevron-up:before {
  8716. content: ""
  8717. }
  8718.  
  8719. .fa-chevron-down:before {
  8720. content: ""
  8721. }
  8722.  
  8723. .fa-retweet:before {
  8724. content: ""
  8725. }
  8726.  
  8727. .fa-shopping-cart:before {
  8728. content: ""
  8729. }
  8730.  
  8731. .fa-folder:before {
  8732. content: ""
  8733. }
  8734.  
  8735. .fa-folder-open:before {
  8736. content: ""
  8737. }
  8738.  
  8739. .fa-arrows-v:before {
  8740. content: ""
  8741. }
  8742.  
  8743. .fa-arrows-h:before {
  8744. content: ""
  8745. }
  8746.  
  8747. .fa-bar-chart-o:before,
  8748. .fa-bar-chart:before {
  8749. content: ""
  8750. }
  8751.  
  8752. .fa-twitter-square:before {
  8753. content: ""
  8754. }
  8755.  
  8756. .fa-facebook-square:before {
  8757. content: ""
  8758. }
  8759.  
  8760. .fa-camera-retro:before {
  8761. content: ""
  8762. }
  8763.  
  8764. .fa-key:before {
  8765. content: ""
  8766. }
  8767.  
  8768. .fa-gears:before,
  8769. .fa-cogs:before {
  8770. content: ""
  8771. }
  8772.  
  8773. .fa-comments:before {
  8774. content: ""
  8775. }
  8776.  
  8777. .fa-thumbs-o-up:before {
  8778. content: ""
  8779. }
  8780.  
  8781. .fa-thumbs-o-down:before {
  8782. content: ""
  8783. }
  8784.  
  8785. .fa-star-half:before {
  8786. content: ""
  8787. }
  8788.  
  8789. .fa-heart-o:before {
  8790. content: ""
  8791. }
  8792.  
  8793. .fa-sign-out:before {
  8794. content: ""
  8795. }
  8796.  
  8797. .fa-linkedin-square:before {
  8798. content: ""
  8799. }
  8800.  
  8801. .fa-thumb-tack:before {
  8802. content: ""
  8803. }
  8804.  
  8805. .fa-external-link:before {
  8806. content: ""
  8807. }
  8808.  
  8809. .fa-sign-in:before {
  8810. content: ""
  8811. }
  8812.  
  8813. .fa-trophy:before {
  8814. content: ""
  8815. }
  8816.  
  8817. .fa-github-square:before {
  8818. content: ""
  8819. }
  8820.  
  8821. .fa-upload:before {
  8822. content: ""
  8823. }
  8824.  
  8825. .fa-lemon-o:before {
  8826. content: ""
  8827. }
  8828.  
  8829. .fa-phone:before {
  8830. content: ""
  8831. }
  8832.  
  8833. .fa-square-o:before {
  8834. content: ""
  8835. }
  8836.  
  8837. .fa-bookmark-o:before {
  8838. content: ""
  8839. }
  8840.  
  8841. .fa-phone-square:before {
  8842. content: ""
  8843. }
  8844.  
  8845. .fa-twitter:before {
  8846. content: ""
  8847. }
  8848.  
  8849. .fa-facebook-f:before,
  8850. .fa-facebook:before {
  8851. content: ""
  8852. }
  8853.  
  8854. .fa-github:before {
  8855. content: ""
  8856. }
  8857.  
  8858. .fa-unlock:before {
  8859. content: ""
  8860. }
  8861.  
  8862. .fa-credit-card:before {
  8863. content: ""
  8864. }
  8865.  
  8866. .fa-feed:before,
  8867. .fa-rss:before {
  8868. content: ""
  8869. }
  8870.  
  8871. .fa-hdd-o:before {
  8872. content: ""
  8873. }
  8874.  
  8875. .fa-bullhorn:before {
  8876. content: ""
  8877. }
  8878.  
  8879. .fa-bell:before {
  8880. content: ""
  8881. }
  8882.  
  8883. .fa-certificate:before {
  8884. content: ""
  8885. }
  8886.  
  8887. .fa-hand-o-right:before {
  8888. content: ""
  8889. }
  8890.  
  8891. .fa-hand-o-left:before {
  8892. content: ""
  8893. }
  8894.  
  8895. .fa-hand-o-up:before {
  8896. content: ""
  8897. }
  8898.  
  8899. .fa-hand-o-down:before {
  8900. content: ""
  8901. }
  8902.  
  8903. .fa-arrow-circle-left:before {
  8904. content: ""
  8905. }
  8906.  
  8907. .fa-arrow-circle-right:before {
  8908. content: ""
  8909. }
  8910.  
  8911. .fa-arrow-circle-up:before {
  8912. content: ""
  8913. }
  8914.  
  8915. .fa-arrow-circle-down:before {
  8916. content: ""
  8917. }
  8918.  
  8919. .fa-globe:before {
  8920. content: ""
  8921. }
  8922.  
  8923. .fa-wrench:before {
  8924. content: ""
  8925. }
  8926.  
  8927. .fa-tasks:before {
  8928. content: ""
  8929. }
  8930.  
  8931. .fa-filter:before {
  8932. content: ""
  8933. }
  8934.  
  8935. .fa-briefcase:before {
  8936. content: ""
  8937. }
  8938.  
  8939. .fa-arrows-alt:before {
  8940. content: ""
  8941. }
  8942.  
  8943. .fa-group:before,
  8944. .fa-users:before {
  8945. content: ""
  8946. }
  8947.  
  8948. .fa-chain:before,
  8949. .fa-link:before {
  8950. content: ""
  8951. }
  8952.  
  8953. .fa-cloud:before {
  8954. content: ""
  8955. }
  8956.  
  8957. .fa-flask:before {
  8958. content: ""
  8959. }
  8960.  
  8961. .fa-cut:before,
  8962. .fa-scissors:before {
  8963. content: ""
  8964. }
  8965.  
  8966. .fa-copy:before,
  8967. .fa-files-o:before {
  8968. content: ""
  8969. }
  8970.  
  8971. .fa-paperclip:before {
  8972. content: ""
  8973. }
  8974.  
  8975. .fa-save:before,
  8976. .fa-floppy-o:before {
  8977. content: ""
  8978. }
  8979.  
  8980. .fa-square:before {
  8981. content: ""
  8982. }
  8983.  
  8984. .fa-navicon:before,
  8985. .fa-reorder:before,
  8986. .fa-bars:before {
  8987. content: ""
  8988. }
  8989.  
  8990. .fa-list-ul:before {
  8991. content: ""
  8992. }
  8993.  
  8994. .fa-list-ol:before {
  8995. content: ""
  8996. }
  8997.  
  8998. .fa-strikethrough:before {
  8999. content: ""
  9000. }
  9001.  
  9002. .fa-underline:before {
  9003. content: ""
  9004. }
  9005.  
  9006. .fa-table:before {
  9007. content: ""
  9008. }
  9009.  
  9010. .fa-magic:before {
  9011. content: ""
  9012. }
  9013.  
  9014. .fa-truck:before {
  9015. content: ""
  9016. }
  9017.  
  9018. .fa-pinterest:before {
  9019. content: ""
  9020. }
  9021.  
  9022. .fa-pinterest-square:before {
  9023. content: ""
  9024. }
  9025.  
  9026. .fa-google-plus-square:before {
  9027. content: ""
  9028. }
  9029.  
  9030. .fa-google-plus:before {
  9031. content: ""
  9032. }
  9033.  
  9034. .fa-money:before {
  9035. content: ""
  9036. }
  9037.  
  9038. .fa-caret-down:before {
  9039. content: ""
  9040. }
  9041.  
  9042. .fa-caret-up:before {
  9043. content: ""
  9044. }
  9045.  
  9046. .fa-caret-left:before {
  9047. content: ""
  9048. }
  9049.  
  9050. .fa-caret-right:before {
  9051. content: ""
  9052. }
  9053.  
  9054. .fa-columns:before {
  9055. content: ""
  9056. }
  9057.  
  9058. .fa-unsorted:before,
  9059. .fa-sort:before {
  9060. content: ""
  9061. }
  9062.  
  9063. .fa-sort-down:before,
  9064. .fa-sort-desc:before {
  9065. content: ""
  9066. }
  9067.  
  9068. .fa-sort-up:before,
  9069. .fa-sort-asc:before {
  9070. content: ""
  9071. }
  9072.  
  9073. .fa-envelope:before {
  9074. content: ""
  9075. }
  9076.  
  9077. .fa-linkedin:before {
  9078. content: ""
  9079. }
  9080.  
  9081. .fa-rotate-left:before,
  9082. .fa-undo:before {
  9083. content: ""
  9084. }
  9085.  
  9086. .fa-legal:before,
  9087. .fa-gavel:before {
  9088. content: ""
  9089. }
  9090.  
  9091. .fa-dashboard:before,
  9092. .fa-tachometer:before {
  9093. content: ""
  9094. }
  9095.  
  9096. .fa-comment-o:before {
  9097. content: ""
  9098. }
  9099.  
  9100. .fa-comments-o:before {
  9101. content: ""
  9102. }
  9103.  
  9104. .fa-flash:before,
  9105. .fa-bolt:before {
  9106. content: ""
  9107. }
  9108.  
  9109. .fa-sitemap:before {
  9110. content: ""
  9111. }
  9112.  
  9113. .fa-umbrella:before {
  9114. content: ""
  9115. }
  9116.  
  9117. .fa-paste:before,
  9118. .fa-clipboard:before {
  9119. content: ""
  9120. }
  9121.  
  9122. .fa-lightbulb-o:before {
  9123. content: ""
  9124. }
  9125.  
  9126. .fa-exchange:before {
  9127. content: ""
  9128. }
  9129.  
  9130. .fa-cloud-download:before {
  9131. content: ""
  9132. }
  9133.  
  9134. .fa-cloud-upload:before {
  9135. content: ""
  9136. }
  9137.  
  9138. .fa-user-md:before {
  9139. content: ""
  9140. }
  9141.  
  9142. .fa-stethoscope:before {
  9143. content: ""
  9144. }
  9145.  
  9146. .fa-suitcase:before {
  9147. content: ""
  9148. }
  9149.  
  9150. .fa-bell-o:before {
  9151. content: ""
  9152. }
  9153.  
  9154. .fa-coffee:before {
  9155. content: ""
  9156. }
  9157.  
  9158. .fa-cutlery:before {
  9159. content: ""
  9160. }
  9161.  
  9162. .fa-file-text-o:before {
  9163. content: ""
  9164. }
  9165.  
  9166. .fa-building-o:before {
  9167. content: ""
  9168. }
  9169.  
  9170. .fa-hospital-o:before {
  9171. content: ""
  9172. }
  9173.  
  9174. .fa-ambulance:before {
  9175. content: ""
  9176. }
  9177.  
  9178. .fa-medkit:before {
  9179. content: ""
  9180. }
  9181.  
  9182. .fa-fighter-jet:before {
  9183. content: ""
  9184. }
  9185.  
  9186. .fa-beer:before {
  9187. content: ""
  9188. }
  9189.  
  9190. .fa-h-square:before {
  9191. content: ""
  9192. }
  9193.  
  9194. .fa-plus-square:before {
  9195. content: ""
  9196. }
  9197.  
  9198. .fa-angle-double-left:before {
  9199. content: ""
  9200. }
  9201.  
  9202. .fa-angle-double-right:before {
  9203. content: ""
  9204. }
  9205.  
  9206. .fa-angle-double-up:before {
  9207. content: ""
  9208. }
  9209.  
  9210. .fa-angle-double-down:before {
  9211. content: ""
  9212. }
  9213.  
  9214. .fa-angle-left:before {
  9215. content: ""
  9216. }
  9217.  
  9218. .fa-angle-right:before {
  9219. content: ""
  9220. }
  9221.  
  9222. .fa-angle-up:before {
  9223. content: ""
  9224. }
  9225.  
  9226. .fa-angle-down:before {
  9227. content: ""
  9228. }
  9229.  
  9230. .fa-desktop:before {
  9231. content: ""
  9232. }
  9233.  
  9234. .fa-laptop:before {
  9235. content: ""
  9236. }
  9237.  
  9238. .fa-tablet:before {
  9239. content: ""
  9240. }
  9241.  
  9242. .fa-mobile-phone:before,
  9243. .fa-mobile:before {
  9244. content: ""
  9245. }
  9246.  
  9247. .fa-circle-o:before {
  9248. content: ""
  9249. }
  9250.  
  9251. .fa-quote-left:before {
  9252. content: ""
  9253. }
  9254.  
  9255. .fa-quote-right:before {
  9256. content: ""
  9257. }
  9258.  
  9259. .fa-spinner:before {
  9260. content: ""
  9261. }
  9262.  
  9263. .fa-circle:before {
  9264. content: ""
  9265. }
  9266.  
  9267. .fa-mail-reply:before,
  9268. .fa-reply:before {
  9269. content: ""
  9270. }
  9271.  
  9272. .fa-github-alt:before {
  9273. content: ""
  9274. }
  9275.  
  9276. .fa-folder-o:before {
  9277. content: ""
  9278. }
  9279.  
  9280. .fa-folder-open-o:before {
  9281. content: ""
  9282. }
  9283.  
  9284. .fa-smile-o:before {
  9285. content: ""
  9286. }
  9287.  
  9288. .fa-frown-o:before {
  9289. content: ""
  9290. }
  9291.  
  9292. .fa-meh-o:before {
  9293. content: ""
  9294. }
  9295.  
  9296. .fa-gamepad:before {
  9297. content: ""
  9298. }
  9299.  
  9300. .fa-keyboard-o:before {
  9301. content: ""
  9302. }
  9303.  
  9304. .fa-flag-o:before {
  9305. content: ""
  9306. }
  9307.  
  9308. .fa-flag-checkered:before {
  9309. content: ""
  9310. }
  9311.  
  9312. .fa-terminal:before {
  9313. content: ""
  9314. }
  9315.  
  9316. .fa-code:before {
  9317. content: ""
  9318. }
  9319.  
  9320. .fa-mail-reply-all:before,
  9321. .fa-reply-all:before {
  9322. content: ""
  9323. }
  9324.  
  9325. .fa-star-half-empty:before,
  9326. .fa-star-half-full:before,
  9327. .fa-star-half-o:before {
  9328. content: ""
  9329. }
  9330.  
  9331. .fa-location-arrow:before {
  9332. content: ""
  9333. }
  9334.  
  9335. .fa-crop:before {
  9336. content: ""
  9337. }
  9338.  
  9339. .fa-code-fork:before {
  9340. content: ""
  9341. }
  9342.  
  9343. .fa-unlink:before,
  9344. .fa-chain-broken:before {
  9345. content: ""
  9346. }
  9347.  
  9348. .fa-question:before {
  9349. content: ""
  9350. }
  9351.  
  9352. .fa-info:before {
  9353. content: ""
  9354. }
  9355.  
  9356. .fa-exclamation:before {
  9357. content: ""
  9358. }
  9359.  
  9360. .fa-superscript:before {
  9361. content: ""
  9362. }
  9363.  
  9364. .fa-subscript:before {
  9365. content: ""
  9366. }
  9367.  
  9368. .fa-eraser:before {
  9369. content: ""
  9370. }
  9371.  
  9372. .fa-puzzle-piece:before {
  9373. content: ""
  9374. }
  9375.  
  9376. .fa-microphone:before {
  9377. content: ""
  9378. }
  9379.  
  9380. .fa-microphone-slash:before {
  9381. content: ""
  9382. }
  9383.  
  9384. .fa-shield:before {
  9385. content: ""
  9386. }
  9387.  
  9388. .fa-calendar-o:before {
  9389. content: ""
  9390. }
  9391.  
  9392. .fa-fire-extinguisher:before {
  9393. content: ""
  9394. }
  9395.  
  9396. .fa-rocket:before {
  9397. content: ""
  9398. }
  9399.  
  9400. .fa-maxcdn:before {
  9401. content: ""
  9402. }
  9403.  
  9404. .fa-chevron-circle-left:before {
  9405. content: ""
  9406. }
  9407.  
  9408. .fa-chevron-circle-right:before {
  9409. content: ""
  9410. }
  9411.  
  9412. .fa-chevron-circle-up:before {
  9413. content: ""
  9414. }
  9415.  
  9416. .fa-chevron-circle-down:before {
  9417. content: ""
  9418. }
  9419.  
  9420. .fa-html5:before {
  9421. content: ""
  9422. }
  9423.  
  9424. .fa-css3:before {
  9425. content: ""
  9426. }
  9427.  
  9428. .fa-anchor:before {
  9429. content: ""
  9430. }
  9431.  
  9432. .fa-unlock-alt:before {
  9433. content: ""
  9434. }
  9435.  
  9436. .fa-bullseye:before {
  9437. content: ""
  9438. }
  9439.  
  9440. .fa-ellipsis-h:before {
  9441. content: ""
  9442. }
  9443.  
  9444. .fa-ellipsis-v:before {
  9445. content: ""
  9446. }
  9447.  
  9448. .fa-rss-square:before {
  9449. content: ""
  9450. }
  9451.  
  9452. .fa-play-circle:before {
  9453. content: ""
  9454. }
  9455.  
  9456. .fa-ticket:before {
  9457. content: ""
  9458. }
  9459.  
  9460. .fa-minus-square:before {
  9461. content: ""
  9462. }
  9463.  
  9464. .fa-minus-square-o:before {
  9465. content: ""
  9466. }
  9467.  
  9468. .fa-level-up:before {
  9469. content: ""
  9470. }
  9471.  
  9472. .fa-level-down:before {
  9473. content: ""
  9474. }
  9475.  
  9476. .fa-check-square:before {
  9477. content: ""
  9478. }
  9479.  
  9480. .fa-pencil-square:before {
  9481. content: ""
  9482. }
  9483.  
  9484. .fa-external-link-square:before {
  9485. content: ""
  9486. }
  9487.  
  9488. .fa-share-square:before {
  9489. content: ""
  9490. }
  9491.  
  9492. .fa-compass:before {
  9493. content: ""
  9494. }
  9495.  
  9496. .fa-toggle-down:before,
  9497. .fa-caret-square-o-down:before {
  9498. content: ""
  9499. }
  9500.  
  9501. .fa-toggle-up:before,
  9502. .fa-caret-square-o-up:before {
  9503. content: ""
  9504. }
  9505.  
  9506. .fa-toggle-right:before,
  9507. .fa-caret-square-o-right:before {
  9508. content: ""
  9509. }
  9510.  
  9511. .fa-euro:before,
  9512. .fa-eur:before {
  9513. content: ""
  9514. }
  9515.  
  9516. .fa-gbp:before {
  9517. content: ""
  9518. }
  9519.  
  9520. .fa-dollar:before,
  9521. .fa-usd:before {
  9522. content: ""
  9523. }
  9524.  
  9525. .fa-rupee:before,
  9526. .fa-inr:before {
  9527. content: ""
  9528. }
  9529.  
  9530. .fa-cny:before,
  9531. .fa-rmb:before,
  9532. .fa-yen:before,
  9533. .fa-jpy:before {
  9534. content: ""
  9535. }
  9536.  
  9537. .fa-ruble:before,
  9538. .fa-rouble:before,
  9539. .fa-rub:before {
  9540. content: ""
  9541. }
  9542.  
  9543. .fa-won:before,
  9544. .fa-krw:before {
  9545. content: ""
  9546. }
  9547.  
  9548. .fa-bitcoin:before,
  9549. .fa-btc:before {
  9550. content: ""
  9551. }
  9552.  
  9553. .fa-file:before {
  9554. content: ""
  9555. }
  9556.  
  9557. .fa-file-text:before {
  9558. content: ""
  9559. }
  9560.  
  9561. .fa-sort-alpha-asc:before {
  9562. content: ""
  9563. }
  9564.  
  9565. .fa-sort-alpha-desc:before {
  9566. content: ""
  9567. }
  9568.  
  9569. .fa-sort-amount-asc:before {
  9570. content: ""
  9571. }
  9572.  
  9573. .fa-sort-amount-desc:before {
  9574. content: ""
  9575. }
  9576.  
  9577. .fa-sort-numeric-asc:before {
  9578. content: ""
  9579. }
  9580.  
  9581. .fa-sort-numeric-desc:before {
  9582. content: ""
  9583. }
  9584.  
  9585. .fa-thumbs-up:before {
  9586. content: ""
  9587. }
  9588.  
  9589. .fa-thumbs-down:before {
  9590. content: ""
  9591. }
  9592.  
  9593. .fa-youtube-square:before {
  9594. content: ""
  9595. }
  9596.  
  9597. .fa-youtube:before {
  9598. content: ""
  9599. }
  9600.  
  9601. .fa-xing:before {
  9602. content: ""
  9603. }
  9604.  
  9605. .fa-xing-square:before {
  9606. content: ""
  9607. }
  9608.  
  9609. .fa-youtube-play:before {
  9610. content: ""
  9611. }
  9612.  
  9613. .fa-dropbox:before {
  9614. content: ""
  9615. }
  9616.  
  9617. .fa-stack-overflow:before {
  9618. content: ""
  9619. }
  9620.  
  9621. .fa-instagram:before {
  9622. content: ""
  9623. }
  9624.  
  9625. .fa-flickr:before {
  9626. content: ""
  9627. }
  9628.  
  9629. .fa-adn:before {
  9630. content: ""
  9631. }
  9632.  
  9633. .fa-bitbucket:before {
  9634. content: ""
  9635. }
  9636.  
  9637. .fa-bitbucket-square:before {
  9638. content: ""
  9639. }
  9640.  
  9641. .fa-tumblr:before {
  9642. content: ""
  9643. }
  9644.  
  9645. .fa-tumblr-square:before {
  9646. content: ""
  9647. }
  9648.  
  9649. .fa-long-arrow-down:before {
  9650. content: ""
  9651. }
  9652.  
  9653. .fa-long-arrow-up:before {
  9654. content: ""
  9655. }
  9656.  
  9657. .fa-long-arrow-left:before {
  9658. content: ""
  9659. }
  9660.  
  9661. .fa-long-arrow-right:before {
  9662. content: ""
  9663. }
  9664.  
  9665. .fa-apple:before {
  9666. content: ""
  9667. }
  9668.  
  9669. .fa-windows:before {
  9670. content: ""
  9671. }
  9672.  
  9673. .fa-android:before {
  9674. content: ""
  9675. }
  9676.  
  9677. .fa-linux:before {
  9678. content: ""
  9679. }
  9680.  
  9681. .fa-dribbble:before {
  9682. content: ""
  9683. }
  9684.  
  9685. .fa-skype:before {
  9686. content: ""
  9687. }
  9688.  
  9689. .fa-foursquare:before {
  9690. content: ""
  9691. }
  9692.  
  9693. .fa-trello:before {
  9694. content: ""
  9695. }
  9696.  
  9697. .fa-female:before {
  9698. content: ""
  9699. }
  9700.  
  9701. .fa-male:before {
  9702. content: ""
  9703. }
  9704.  
  9705. .fa-gittip:before,
  9706. .fa-gratipay:before {
  9707. content: ""
  9708. }
  9709.  
  9710. .fa-sun-o:before {
  9711. content: ""
  9712. }
  9713.  
  9714. .fa-moon-o:before {
  9715. content: ""
  9716. }
  9717.  
  9718. .fa-archive:before {
  9719. content: ""
  9720. }
  9721.  
  9722. .fa-bug:before {
  9723. content: ""
  9724. }
  9725.  
  9726. .fa-vk:before {
  9727. content: ""
  9728. }
  9729.  
  9730. .fa-weibo:before {
  9731. content: ""
  9732. }
  9733.  
  9734. .fa-renren:before {
  9735. content: ""
  9736. }
  9737.  
  9738. .fa-pagelines:before {
  9739. content: ""
  9740. }
  9741.  
  9742. .fa-stack-exchange:before {
  9743. content: ""
  9744. }
  9745.  
  9746. .fa-arrow-circle-o-right:before {
  9747. content: ""
  9748. }
  9749.  
  9750. .fa-arrow-circle-o-left:before {
  9751. content: ""
  9752. }
  9753.  
  9754. .fa-toggle-left:before,
  9755. .fa-caret-square-o-left:before {
  9756. content: ""
  9757. }
  9758.  
  9759. .fa-dot-circle-o:before {
  9760. content: ""
  9761. }
  9762.  
  9763. .fa-wheelchair:before {
  9764. content: ""
  9765. }
  9766.  
  9767. .fa-vimeo-square:before {
  9768. content: ""
  9769. }
  9770.  
  9771. .fa-turkish-lira:before,
  9772. .fa-try:before {
  9773. content: ""
  9774. }
  9775.  
  9776. .fa-plus-square-o:before {
  9777. content: ""
  9778. }
  9779.  
  9780. .fa-space-shuttle:before {
  9781. content: ""
  9782. }
  9783.  
  9784. .fa-slack:before {
  9785. content: ""
  9786. }
  9787.  
  9788. .fa-envelope-square:before {
  9789. content: ""
  9790. }
  9791.  
  9792. .fa-wordpress:before {
  9793. content: ""
  9794. }
  9795.  
  9796. .fa-openid:before {
  9797. content: ""
  9798. }
  9799.  
  9800. .fa-institution:before,
  9801. .fa-bank:before,
  9802. .fa-university:before {
  9803. content: ""
  9804. }
  9805.  
  9806. .fa-mortar-board:before,
  9807. .fa-graduation-cap:before {
  9808. content: ""
  9809. }
  9810.  
  9811. .fa-yahoo:before {
  9812. content: ""
  9813. }
  9814.  
  9815. .fa-google:before {
  9816. content: ""
  9817. }
  9818.  
  9819. .fa-reddit:before {
  9820. content: ""
  9821. }
  9822.  
  9823. .fa-reddit-square:before {
  9824. content: ""
  9825. }
  9826.  
  9827. .fa-stumbleupon-circle:before {
  9828. content: ""
  9829. }
  9830.  
  9831. .fa-stumbleupon:before {
  9832. content: ""
  9833. }
  9834.  
  9835. .fa-delicious:before {
  9836. content: ""
  9837. }
  9838.  
  9839. .fa-digg:before {
  9840. content: ""
  9841. }
  9842.  
  9843. .fa-pied-piper-pp:before {
  9844. content: ""
  9845. }
  9846.  
  9847. .fa-pied-piper-alt:before {
  9848. content: ""
  9849. }
  9850.  
  9851. .fa-drupal:before {
  9852. content: ""
  9853. }
  9854.  
  9855. .fa-joomla:before {
  9856. content: ""
  9857. }
  9858.  
  9859. .fa-language:before {
  9860. content: ""
  9861. }
  9862.  
  9863. .fa-fax:before {
  9864. content: ""
  9865. }
  9866.  
  9867. .fa-building:before {
  9868. content: ""
  9869. }
  9870.  
  9871. .fa-child:before {
  9872. content: ""
  9873. }
  9874.  
  9875. .fa-paw:before {
  9876. content: ""
  9877. }
  9878.  
  9879. .fa-spoon:before {
  9880. content: ""
  9881. }
  9882.  
  9883. .fa-cube:before {
  9884. content: ""
  9885. }
  9886.  
  9887. .fa-cubes:before {
  9888. content: ""
  9889. }
  9890.  
  9891. .fa-behance:before {
  9892. content: ""
  9893. }
  9894.  
  9895. .fa-behance-square:before {
  9896. content: ""
  9897. }
  9898.  
  9899. .fa-steam:before {
  9900. content: ""
  9901. }
  9902.  
  9903. .fa-steam-square:before {
  9904. content: ""
  9905. }
  9906.  
  9907. .fa-recycle:before {
  9908. content: ""
  9909. }
  9910.  
  9911. .fa-automobile:before,
  9912. .fa-car:before {
  9913. content: ""
  9914. }
  9915.  
  9916. .fa-cab:before,
  9917. .fa-taxi:before {
  9918. content: ""
  9919. }
  9920.  
  9921. .fa-tree:before {
  9922. content: ""
  9923. }
  9924.  
  9925. .fa-spotify:before {
  9926. content: ""
  9927. }
  9928.  
  9929. .fa-deviantart:before {
  9930. content: ""
  9931. }
  9932.  
  9933. .fa-soundcloud:before {
  9934. content: ""
  9935. }
  9936.  
  9937. .fa-database:before {
  9938. content: ""
  9939. }
  9940.  
  9941. .fa-file-pdf-o:before {
  9942. content: ""
  9943. }
  9944.  
  9945. .fa-file-word-o:before {
  9946. content: ""
  9947. }
  9948.  
  9949. .fa-file-excel-o:before {
  9950. content: ""
  9951. }
  9952.  
  9953. .fa-file-powerpoint-o:before {
  9954. content: ""
  9955. }
  9956.  
  9957. .fa-file-photo-o:before,
  9958. .fa-file-picture-o:before,
  9959. .fa-file-image-o:before {
  9960. content: ""
  9961. }
  9962.  
  9963. .fa-file-zip-o:before,
  9964. .fa-file-archive-o:before {
  9965. content: ""
  9966. }
  9967.  
  9968. .fa-file-sound-o:before,
  9969. .fa-file-audio-o:before {
  9970. content: ""
  9971. }
  9972.  
  9973. .fa-file-movie-o:before,
  9974. .fa-file-video-o:before {
  9975. content: ""
  9976. }
  9977.  
  9978. .fa-file-code-o:before {
  9979. content: ""
  9980. }
  9981.  
  9982. .fa-vine:before {
  9983. content: ""
  9984. }
  9985.  
  9986. .fa-codepen:before {
  9987. content: ""
  9988. }
  9989.  
  9990. .fa-jsfiddle:before {
  9991. content: ""
  9992. }
  9993.  
  9994. .fa-life-bouy:before,
  9995. .fa-life-buoy:before,
  9996. .fa-life-saver:before,
  9997. .fa-support:before,
  9998. .fa-life-ring:before {
  9999. content: ""
  10000. }
  10001.  
  10002. .fa-circle-o-notch:before {
  10003. content: ""
  10004. }
  10005.  
  10006. .fa-ra:before,
  10007. .fa-resistance:before,
  10008. .fa-rebel:before {
  10009. content: ""
  10010. }
  10011.  
  10012. .fa-ge:before,
  10013. .fa-empire:before {
  10014. content: ""
  10015. }
  10016.  
  10017. .fa-git-square:before {
  10018. content: ""
  10019. }
  10020.  
  10021. .fa-git:before {
  10022. content: ""
  10023. }
  10024.  
  10025. .fa-y-combinator-square:before,
  10026. .fa-yc-square:before,
  10027. .fa-hacker-news:before {
  10028. content: ""
  10029. }
  10030.  
  10031. .fa-tencent-weibo:before {
  10032. content: ""
  10033. }
  10034.  
  10035. .fa-qq:before {
  10036. content: ""
  10037. }
  10038.  
  10039. .fa-wechat:before,
  10040. .fa-weixin:before {
  10041. content: ""
  10042. }
  10043.  
  10044. .fa-send:before,
  10045. .fa-paper-plane:before {
  10046. content: ""
  10047. }
  10048.  
  10049. .fa-send-o:before,
  10050. .fa-paper-plane-o:before {
  10051. content: ""
  10052. }
  10053.  
  10054. .fa-history:before {
  10055. content: ""
  10056. }
  10057.  
  10058. .fa-circle-thin:before {
  10059. content: ""
  10060. }
  10061.  
  10062. .fa-header:before {
  10063. content: ""
  10064. }
  10065.  
  10066. .fa-paragraph:before {
  10067. content: ""
  10068. }
  10069.  
  10070. .fa-sliders:before {
  10071. content: ""
  10072. }
  10073.  
  10074. .fa-share-alt:before {
  10075. content: ""
  10076. }
  10077.  
  10078. .fa-share-alt-square:before {
  10079. content: ""
  10080. }
  10081.  
  10082. .fa-bomb:before {
  10083. content: ""
  10084. }
  10085.  
  10086. .fa-soccer-ball-o:before,
  10087. .fa-futbol-o:before {
  10088. content: ""
  10089. }
  10090.  
  10091. .fa-tty:before {
  10092. content: ""
  10093. }
  10094.  
  10095. .fa-binoculars:before {
  10096. content: ""
  10097. }
  10098.  
  10099. .fa-plug:before {
  10100. content: ""
  10101. }
  10102.  
  10103. .fa-slideshare:before {
  10104. content: ""
  10105. }
  10106.  
  10107. .fa-twitch:before {
  10108. content: ""
  10109. }
  10110.  
  10111. .fa-yelp:before {
  10112. content: ""
  10113. }
  10114.  
  10115. .fa-newspaper-o:before {
  10116. content: ""
  10117. }
  10118.  
  10119. .fa-wifi:before {
  10120. content: ""
  10121. }
  10122.  
  10123. .fa-calculator:before {
  10124. content: ""
  10125. }
  10126.  
  10127. .fa-paypal:before {
  10128. content: ""
  10129. }
  10130.  
  10131. .fa-google-wallet:before {
  10132. content: ""
  10133. }
  10134.  
  10135. .fa-cc-visa:before {
  10136. content: ""
  10137. }
  10138.  
  10139. .fa-cc-mastercard:before {
  10140. content: ""
  10141. }
  10142.  
  10143. .fa-cc-discover:before {
  10144. content: ""
  10145. }
  10146.  
  10147. .fa-cc-amex:before {
  10148. content: ""
  10149. }
  10150.  
  10151. .fa-cc-paypal:before {
  10152. content: ""
  10153. }
  10154.  
  10155. .fa-cc-stripe:before {
  10156. content: ""
  10157. }
  10158.  
  10159. .fa-bell-slash:before {
  10160. content: ""
  10161. }
  10162.  
  10163. .fa-bell-slash-o:before {
  10164. content: ""
  10165. }
  10166.  
  10167. .fa-trash:before {
  10168. content: ""
  10169. }
  10170.  
  10171. .fa-copyright:before {
  10172. content: ""
  10173. }
  10174.  
  10175. .fa-at:before {
  10176. content: ""
  10177. }
  10178.  
  10179. .fa-eyedropper:before {
  10180. content: ""
  10181. }
  10182.  
  10183. .fa-paint-brush:before {
  10184. content: ""
  10185. }
  10186.  
  10187. .fa-birthday-cake:before {
  10188. content: ""
  10189. }
  10190.  
  10191. .fa-area-chart:before {
  10192. content: ""
  10193. }
  10194.  
  10195. .fa-pie-chart:before {
  10196. content: ""
  10197. }
  10198.  
  10199. .fa-line-chart:before {
  10200. content: ""
  10201. }
  10202.  
  10203. .fa-lastfm:before {
  10204. content: ""
  10205. }
  10206.  
  10207. .fa-lastfm-square:before {
  10208. content: ""
  10209. }
  10210.  
  10211. .fa-toggle-off:before {
  10212. content: ""
  10213. }
  10214.  
  10215. .fa-toggle-on:before {
  10216. content: ""
  10217. }
  10218.  
  10219. .fa-bicycle:before {
  10220. content: ""
  10221. }
  10222.  
  10223. .fa-bus:before {
  10224. content: ""
  10225. }
  10226.  
  10227. .fa-ioxhost:before {
  10228. content: ""
  10229. }
  10230.  
  10231. .fa-angellist:before {
  10232. content: ""
  10233. }
  10234.  
  10235. .fa-cc:before {
  10236. content: ""
  10237. }
  10238.  
  10239. .fa-shekel:before,
  10240. .fa-sheqel:before,
  10241. .fa-ils:before {
  10242. content: ""
  10243. }
  10244.  
  10245. .fa-meanpath:before {
  10246. content: ""
  10247. }
  10248.  
  10249. .fa-buysellads:before {
  10250. content: ""
  10251. }
  10252.  
  10253. .fa-connectdevelop:before {
  10254. content: ""
  10255. }
  10256.  
  10257. .fa-dashcube:before {
  10258. content: ""
  10259. }
  10260.  
  10261. .fa-forumbee:before {
  10262. content: ""
  10263. }
  10264.  
  10265. .fa-leanpub:before {
  10266. content: ""
  10267. }
  10268.  
  10269. .fa-sellsy:before {
  10270. content: ""
  10271. }
  10272.  
  10273. .fa-shirtsinbulk:before {
  10274. content: ""
  10275. }
  10276.  
  10277. .fa-simplybuilt:before {
  10278. content: ""
  10279. }
  10280.  
  10281. .fa-skyatlas:before {
  10282. content: ""
  10283. }
  10284.  
  10285. .fa-cart-plus:before {
  10286. content: ""
  10287. }
  10288.  
  10289. .fa-cart-arrow-down:before {
  10290. content: ""
  10291. }
  10292.  
  10293. .fa-diamond:before {
  10294. content: ""
  10295. }
  10296.  
  10297. .fa-ship:before {
  10298. content: ""
  10299. }
  10300.  
  10301. .fa-user-secret:before {
  10302. content: ""
  10303. }
  10304.  
  10305. .fa-motorcycle:before {
  10306. content: ""
  10307. }
  10308.  
  10309. .fa-street-view:before {
  10310. content: ""
  10311. }
  10312.  
  10313. .fa-heartbeat:before {
  10314. content: ""
  10315. }
  10316.  
  10317. .fa-venus:before {
  10318. content: ""
  10319. }
  10320.  
  10321. .fa-mars:before {
  10322. content: ""
  10323. }
  10324.  
  10325. .fa-mercury:before {
  10326. content: ""
  10327. }
  10328.  
  10329. .fa-intersex:before,
  10330. .fa-transgender:before {
  10331. content: ""
  10332. }
  10333.  
  10334. .fa-transgender-alt:before {
  10335. content: ""
  10336. }
  10337.  
  10338. .fa-venus-double:before {
  10339. content: ""
  10340. }
  10341.  
  10342. .fa-mars-double:before {
  10343. content: ""
  10344. }
  10345.  
  10346. .fa-venus-mars:before {
  10347. content: ""
  10348. }
  10349.  
  10350. .fa-mars-stroke:before {
  10351. content: ""
  10352. }
  10353.  
  10354. .fa-mars-stroke-v:before {
  10355. content: ""
  10356. }
  10357.  
  10358. .fa-mars-stroke-h:before {
  10359. content: ""
  10360. }
  10361.  
  10362. .fa-neuter:before {
  10363. content: ""
  10364. }
  10365.  
  10366. .fa-genderless:before {
  10367. content: ""
  10368. }
  10369.  
  10370. .fa-facebook-official:before {
  10371. content: ""
  10372. }
  10373.  
  10374. .fa-pinterest-p:before {
  10375. content: ""
  10376. }
  10377.  
  10378. .fa-whatsapp:before {
  10379. content: ""
  10380. }
  10381.  
  10382. .fa-server:before {
  10383. content: ""
  10384. }
  10385.  
  10386. .fa-user-plus:before {
  10387. content: ""
  10388. }
  10389.  
  10390. .fa-user-times:before {
  10391. content: ""
  10392. }
  10393.  
  10394. .fa-hotel:before,
  10395. .fa-bed:before {
  10396. content: ""
  10397. }
  10398.  
  10399. .fa-viacoin:before {
  10400. content: ""
  10401. }
  10402.  
  10403. .fa-train:before {
  10404. content: ""
  10405. }
  10406.  
  10407. .fa-subway:before {
  10408. content: ""
  10409. }
  10410.  
  10411. .fa-medium:before {
  10412. content: ""
  10413. }
  10414.  
  10415. .fa-yc:before,
  10416. .fa-y-combinator:before {
  10417. content: ""
  10418. }
  10419.  
  10420. .fa-optin-monster:before {
  10421. content: ""
  10422. }
  10423.  
  10424. .fa-opencart:before {
  10425. content: ""
  10426. }
  10427.  
  10428. .fa-expeditedssl:before {
  10429. content: ""
  10430. }
  10431.  
  10432. .fa-battery-4:before,
  10433. .fa-battery-full:before {
  10434. content: ""
  10435. }
  10436.  
  10437. .fa-battery-3:before,
  10438. .fa-battery-three-quarters:before {
  10439. content: ""
  10440. }
  10441.  
  10442. .fa-battery-2:before,
  10443. .fa-battery-half:before {
  10444. content: ""
  10445. }
  10446.  
  10447. .fa-battery-1:before,
  10448. .fa-battery-quarter:before {
  10449. content: ""
  10450. }
  10451.  
  10452. .fa-battery-0:before,
  10453. .fa-battery-empty:before {
  10454. content: ""
  10455. }
  10456.  
  10457. .fa-mouse-pointer:before {
  10458. content: ""
  10459. }
  10460.  
  10461. .fa-i-cursor:before {
  10462. content: ""
  10463. }
  10464.  
  10465. .fa-object-group:before {
  10466. content: ""
  10467. }
  10468.  
  10469. .fa-object-ungroup:before {
  10470. content: ""
  10471. }
  10472.  
  10473. .fa-sticky-note:before {
  10474. content: ""
  10475. }
  10476.  
  10477. .fa-sticky-note-o:before {
  10478. content: ""
  10479. }
  10480.  
  10481. .fa-cc-jcb:before {
  10482. content: ""
  10483. }
  10484.  
  10485. .fa-cc-diners-club:before {
  10486. content: ""
  10487. }
  10488.  
  10489. .fa-clone:before {
  10490. content: ""
  10491. }
  10492.  
  10493. .fa-balance-scale:before {
  10494. content: ""
  10495. }
  10496.  
  10497. .fa-hourglass-o:before {
  10498. content: ""
  10499. }
  10500.  
  10501. .fa-hourglass-1:before,
  10502. .fa-hourglass-start:before {
  10503. content: ""
  10504. }
  10505.  
  10506. .fa-hourglass-2:before,
  10507. .fa-hourglass-half:before {
  10508. content: ""
  10509. }
  10510.  
  10511. .fa-hourglass-3:before,
  10512. .fa-hourglass-end:before {
  10513. content: ""
  10514. }
  10515.  
  10516. .fa-hourglass:before {
  10517. content: ""
  10518. }
  10519.  
  10520. .fa-hand-grab-o:before,
  10521. .fa-hand-rock-o:before {
  10522. content: ""
  10523. }
  10524.  
  10525. .fa-hand-stop-o:before,
  10526. .fa-hand-paper-o:before {
  10527. content: ""
  10528. }
  10529.  
  10530. .fa-hand-scissors-o:before {
  10531. content: ""
  10532. }
  10533.  
  10534. .fa-hand-lizard-o:before {
  10535. content: ""
  10536. }
  10537.  
  10538. .fa-hand-spock-o:before {
  10539. content: ""
  10540. }
  10541.  
  10542. .fa-hand-pointer-o:before {
  10543. content: ""
  10544. }
  10545.  
  10546. .fa-hand-peace-o:before {
  10547. content: ""
  10548. }
  10549.  
  10550. .fa-trademark:before {
  10551. content: ""
  10552. }
  10553.  
  10554. .fa-registered:before {
  10555. content: ""
  10556. }
  10557.  
  10558. .fa-creative-commons:before {
  10559. content: ""
  10560. }
  10561.  
  10562. .fa-gg:before {
  10563. content: ""
  10564. }
  10565.  
  10566. .fa-gg-circle:before {
  10567. content: ""
  10568. }
  10569.  
  10570. .fa-tripadvisor:before {
  10571. content: ""
  10572. }
  10573.  
  10574. .fa-odnoklassniki:before {
  10575. content: ""
  10576. }
  10577.  
  10578. .fa-odnoklassniki-square:before {
  10579. content: ""
  10580. }
  10581.  
  10582. .fa-get-pocket:before {
  10583. content: ""
  10584. }
  10585.  
  10586. .fa-wikipedia-w:before {
  10587. content: ""
  10588. }
  10589.  
  10590. .fa-safari:before {
  10591. content: ""
  10592. }
  10593.  
  10594. .fa-chrome:before {
  10595. content: ""
  10596. }
  10597.  
  10598. .fa-firefox:before {
  10599. content: ""
  10600. }
  10601.  
  10602. .fa-opera:before {
  10603. content: ""
  10604. }
  10605.  
  10606. .fa-internet-explorer:before {
  10607. content: ""
  10608. }
  10609.  
  10610. .fa-tv:before,
  10611. .fa-television:before {
  10612. content: ""
  10613. }
  10614.  
  10615. .fa-contao:before {
  10616. content: ""
  10617. }
  10618.  
  10619. .fa-500px:before {
  10620. content: ""
  10621. }
  10622.  
  10623. .fa-amazon:before {
  10624. content: ""
  10625. }
  10626.  
  10627. .fa-calendar-plus-o:before {
  10628. content: ""
  10629. }
  10630.  
  10631. .fa-calendar-minus-o:before {
  10632. content: ""
  10633. }
  10634.  
  10635. .fa-calendar-times-o:before {
  10636. content: ""
  10637. }
  10638.  
  10639. .fa-calendar-check-o:before {
  10640. content: ""
  10641. }
  10642.  
  10643. .fa-industry:before {
  10644. content: ""
  10645. }
  10646.  
  10647. .fa-map-pin:before {
  10648. content: ""
  10649. }
  10650.  
  10651. .fa-map-signs:before {
  10652. content: ""
  10653. }
  10654.  
  10655. .fa-map-o:before {
  10656. content: ""
  10657. }
  10658.  
  10659. .fa-map:before {
  10660. content: ""
  10661. }
  10662.  
  10663. .fa-commenting:before {
  10664. content: ""
  10665. }
  10666.  
  10667. .fa-commenting-o:before {
  10668. content: ""
  10669. }
  10670.  
  10671. .fa-houzz:before {
  10672. content: ""
  10673. }
  10674.  
  10675. .fa-vimeo:before {
  10676. content: ""
  10677. }
  10678.  
  10679. .fa-black-tie:before {
  10680. content: ""
  10681. }
  10682.  
  10683. .fa-fonticons:before {
  10684. content: ""
  10685. }
  10686.  
  10687. .fa-reddit-alien:before {
  10688. content: ""
  10689. }
  10690.  
  10691. .fa-edge:before {
  10692. content: ""
  10693. }
  10694.  
  10695. .fa-credit-card-alt:before {
  10696. content: ""
  10697. }
  10698.  
  10699. .fa-codiepie:before {
  10700. content: ""
  10701. }
  10702.  
  10703. .fa-modx:before {
  10704. content: ""
  10705. }
  10706.  
  10707. .fa-fort-awesome:before {
  10708. content: ""
  10709. }
  10710.  
  10711. .fa-usb:before {
  10712. content: ""
  10713. }
  10714.  
  10715. .fa-product-hunt:before {
  10716. content: ""
  10717. }
  10718.  
  10719. .fa-mixcloud:before {
  10720. content: ""
  10721. }
  10722.  
  10723. .fa-scribd:before {
  10724. content: ""
  10725. }
  10726.  
  10727. .fa-pause-circle:before {
  10728. content: ""
  10729. }
  10730.  
  10731. .fa-pause-circle-o:before {
  10732. content: ""
  10733. }
  10734.  
  10735. .fa-stop-circle:before {
  10736. content: ""
  10737. }
  10738.  
  10739. .fa-stop-circle-o:before {
  10740. content: ""
  10741. }
  10742.  
  10743. .fa-shopping-bag:before {
  10744. content: ""
  10745. }
  10746.  
  10747. .fa-shopping-basket:before {
  10748. content: ""
  10749. }
  10750.  
  10751. .fa-hashtag:before {
  10752. content: ""
  10753. }
  10754.  
  10755. .fa-bluetooth:before {
  10756. content: ""
  10757. }
  10758.  
  10759. .fa-bluetooth-b:before {
  10760. content: ""
  10761. }
  10762.  
  10763. .fa-percent:before {
  10764. content: ""
  10765. }
  10766.  
  10767. .fa-gitlab:before {
  10768. content: ""
  10769. }
  10770.  
  10771. .fa-wpbeginner:before {
  10772. content: ""
  10773. }
  10774.  
  10775. .fa-wpforms:before {
  10776. content: ""
  10777. }
  10778.  
  10779. .fa-envira:before {
  10780. content: ""
  10781. }
  10782.  
  10783. .fa-universal-access:before {
  10784. content: ""
  10785. }
  10786.  
  10787. .fa-wheelchair-alt:before {
  10788. content: ""
  10789. }
  10790.  
  10791. .fa-question-circle-o:before {
  10792. content: ""
  10793. }
  10794.  
  10795. .fa-blind:before {
  10796. content: ""
  10797. }
  10798.  
  10799. .fa-audio-description:before {
  10800. content: ""
  10801. }
  10802.  
  10803. .fa-volume-control-phone:before {
  10804. content: ""
  10805. }
  10806.  
  10807. .fa-braille:before {
  10808. content: ""
  10809. }
  10810.  
  10811. .fa-assistive-listening-systems:before {
  10812. content: ""
  10813. }
  10814.  
  10815. .fa-asl-interpreting:before,
  10816. .fa-american-sign-language-interpreting:before {
  10817. content: ""
  10818. }
  10819.  
  10820. .fa-deafness:before,
  10821. .fa-hard-of-hearing:before,
  10822. .fa-deaf:before {
  10823. content: ""
  10824. }
  10825.  
  10826. .fa-glide:before {
  10827. content: ""
  10828. }
  10829.  
  10830. .fa-glide-g:before {
  10831. content: ""
  10832. }
  10833.  
  10834. .fa-signing:before,
  10835. .fa-sign-language:before {
  10836. content: ""
  10837. }
  10838.  
  10839. .fa-low-vision:before {
  10840. content: ""
  10841. }
  10842.  
  10843. .fa-viadeo:before {
  10844. content: ""
  10845. }
  10846.  
  10847. .fa-viadeo-square:before {
  10848. content: ""
  10849. }
  10850.  
  10851. .fa-snapchat:before {
  10852. content: ""
  10853. }
  10854.  
  10855. .fa-snapchat-ghost:before {
  10856. content: ""
  10857. }
  10858.  
  10859. .fa-snapchat-square:before {
  10860. content: ""
  10861. }
  10862.  
  10863. .fa-pied-piper:before {
  10864. content: ""
  10865. }
  10866.  
  10867. .fa-first-order:before {
  10868. content: ""
  10869. }
  10870.  
  10871. .fa-yoast:before {
  10872. content: ""
  10873. }
  10874.  
  10875. .fa-themeisle:before {
  10876. content: ""
  10877. }
  10878.  
  10879. .fa-google-plus-circle:before,
  10880. .fa-google-plus-official:before {
  10881. content: ""
  10882. }
  10883.  
  10884. .fa-fa:before,
  10885. .fa-font-awesome:before {
  10886. content: ""
  10887. }
  10888.  
  10889. .sr-only {
  10890. position: absolute;
  10891. width: 1px;
  10892. height: 1px;
  10893. padding: 0;
  10894. margin: -1px;
  10895. overflow: hidden;
  10896. clip: rect(0, 0, 0, 0);
  10897. border: 0
  10898. }
  10899.  
  10900. .sr-only-focusable:active,
  10901. .sr-only-focusable:focus {
  10902. position: static;
  10903. width: auto;
  10904. height: auto;
  10905. margin: 0;
  10906. overflow: visible;
  10907. clip: auto
  10908. }
  10909.  
  10910.  
  10911. /*!
  10912. Animate.css - http://daneden.me/animate
  10913. Licensed under the MIT license - http://opensource.org/licenses/MIT
  10914.  
  10915. Copyright (c) 2015 Daniel Eden
  10916. */
  10917.  
  10918. .animated {
  10919. -webkit-animation-duration: 1s;
  10920. animation-duration: 1s;
  10921. -webkit-animation-fill-mode: both;
  10922. animation-fill-mode: both
  10923. }
  10924.  
  10925. .animated.infinite {
  10926. -webkit-animation-iteration-count: infinite;
  10927. animation-iteration-count: infinite
  10928. }
  10929.  
  10930. .animated.hinge {
  10931. -webkit-animation-duration: 2s;
  10932. animation-duration: 2s
  10933. }
  10934.  
  10935. .animated.bounceIn,
  10936. .animated.bounceOut,
  10937. .animated.flipOutX,
  10938. .animated.flipOutY {
  10939. -webkit-animation-duration: .75s;
  10940. animation-duration: .75s
  10941. }
  10942.  
  10943. @-webkit-keyframes bounce {
  10944. 0%,
  10945. 100%,
  10946. 20%,
  10947. 53%,
  10948. 80% {
  10949. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  10950. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  10951. -webkit-transform: translate3d(0, 0, 0);
  10952. transform: translate3d(0, 0, 0)
  10953. }
  10954. 40%,
  10955. 43% {
  10956. -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  10957. transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  10958. -webkit-transform: translate3d(0, -30px, 0);
  10959. transform: translate3d(0, -30px, 0)
  10960. }
  10961. 70% {
  10962. -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  10963. transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  10964. -webkit-transform: translate3d(0, -15px, 0);
  10965. transform: translate3d(0, -15px, 0)
  10966. }
  10967. 90% {
  10968. -webkit-transform: translate3d(0, -4px, 0);
  10969. transform: translate3d(0, -4px, 0)
  10970. }
  10971. }
  10972.  
  10973. @keyframes bounce {
  10974. 0%,
  10975. 100%,
  10976. 20%,
  10977. 53%,
  10978. 80% {
  10979. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  10980. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  10981. -webkit-transform: translate3d(0, 0, 0);
  10982. transform: translate3d(0, 0, 0)
  10983. }
  10984. 40%,
  10985. 43% {
  10986. -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  10987. transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  10988. -webkit-transform: translate3d(0, -30px, 0);
  10989. transform: translate3d(0, -30px, 0)
  10990. }
  10991. 70% {
  10992. -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  10993. transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  10994. -webkit-transform: translate3d(0, -15px, 0);
  10995. transform: translate3d(0, -15px, 0)
  10996. }
  10997. 90% {
  10998. -webkit-transform: translate3d(0, -4px, 0);
  10999. transform: translate3d(0, -4px, 0)
  11000. }
  11001. }
  11002.  
  11003. .bounce {
  11004. -webkit-animation-name: bounce;
  11005. animation-name: bounce;
  11006. -webkit-transform-origin: center bottom;
  11007. transform-origin: center bottom
  11008. }
  11009.  
  11010. @-webkit-keyframes flash {
  11011. 0%,
  11012. 100%,
  11013. 50% {
  11014. opacity: 1
  11015. }
  11016. 25%,
  11017. 75% {
  11018. opacity: 0
  11019. }
  11020. }
  11021.  
  11022. @keyframes flash {
  11023. 0%,
  11024. 100%,
  11025. 50% {
  11026. opacity: 1
  11027. }
  11028. 25%,
  11029. 75% {
  11030. opacity: 0
  11031. }
  11032. }
  11033.  
  11034. .flash {
  11035. -webkit-animation-name: flash;
  11036. animation-name: flash
  11037. }
  11038.  
  11039. @-webkit-keyframes pulse {
  11040. 0% {
  11041. -webkit-transform: scale3d(1, 1, 1);
  11042. transform: scale3d(1, 1, 1)
  11043. }
  11044. 50% {
  11045. -webkit-transform: scale3d(1.05, 1.05, 1.05);
  11046. transform: scale3d(1.05, 1.05, 1.05)
  11047. }
  11048. 100% {
  11049. -webkit-transform: scale3d(1, 1, 1);
  11050. transform: scale3d(1, 1, 1)
  11051. }
  11052. }
  11053.  
  11054. @keyframes pulse {
  11055. 0% {
  11056. -webkit-transform: scale3d(1, 1, 1);
  11057. transform: scale3d(1, 1, 1)
  11058. }
  11059. 50% {
  11060. -webkit-transform: scale3d(1.05, 1.05, 1.05);
  11061. transform: scale3d(1.05, 1.05, 1.05)
  11062. }
  11063. 100% {
  11064. -webkit-transform: scale3d(1, 1, 1);
  11065. transform: scale3d(1, 1, 1)
  11066. }
  11067. }
  11068.  
  11069. .pulse {
  11070. -webkit-animation-name: pulse;
  11071. animation-name: pulse
  11072. }
  11073.  
  11074. @-webkit-keyframes rubberBand {
  11075. 0% {
  11076. -webkit-transform: scale3d(1, 1, 1);
  11077. transform: scale3d(1, 1, 1)
  11078. }
  11079. 30% {
  11080. -webkit-transform: scale3d(1.25, 0.75, 1);
  11081. transform: scale3d(1.25, 0.75, 1)
  11082. }
  11083. 40% {
  11084. -webkit-transform: scale3d(0.75, 1.25, 1);
  11085. transform: scale3d(0.75, 1.25, 1)
  11086. }
  11087. 50% {
  11088. -webkit-transform: scale3d(1.15, 0.85, 1);
  11089. transform: scale3d(1.15, 0.85, 1)
  11090. }
  11091. 65% {
  11092. -webkit-transform: scale3d(0.95, 1.05, 1);
  11093. transform: scale3d(0.95, 1.05, 1)
  11094. }
  11095. 75% {
  11096. -webkit-transform: scale3d(1.05, 0.95, 1);
  11097. transform: scale3d(1.05, 0.95, 1)
  11098. }
  11099. 100% {
  11100. -webkit-transform: scale3d(1, 1, 1);
  11101. transform: scale3d(1, 1, 1)
  11102. }
  11103. }
  11104.  
  11105. @keyframes rubberBand {
  11106. 0% {
  11107. -webkit-transform: scale3d(1, 1, 1);
  11108. transform: scale3d(1, 1, 1)
  11109. }
  11110. 30% {
  11111. -webkit-transform: scale3d(1.25, 0.75, 1);
  11112. transform: scale3d(1.25, 0.75, 1)
  11113. }
  11114. 40% {
  11115. -webkit-transform: scale3d(0.75, 1.25, 1);
  11116. transform: scale3d(0.75, 1.25, 1)
  11117. }
  11118. 50% {
  11119. -webkit-transform: scale3d(1.15, 0.85, 1);
  11120. transform: scale3d(1.15, 0.85, 1)
  11121. }
  11122. 65% {
  11123. -webkit-transform: scale3d(0.95, 1.05, 1);
  11124. transform: scale3d(0.95, 1.05, 1)
  11125. }
  11126. 75% {
  11127. -webkit-transform: scale3d(1.05, 0.95, 1);
  11128. transform: scale3d(1.05, 0.95, 1)
  11129. }
  11130. 100% {
  11131. -webkit-transform: scale3d(1, 1, 1);
  11132. transform: scale3d(1, 1, 1)
  11133. }
  11134. }
  11135.  
  11136. .rubberBand {
  11137. -webkit-animation-name: rubberBand;
  11138. animation-name: rubberBand
  11139. }
  11140.  
  11141. @-webkit-keyframes shake {
  11142. 0%,
  11143. 100% {
  11144. -webkit-transform: translate3d(0, 0, 0);
  11145. transform: translate3d(0, 0, 0)
  11146. }
  11147. 10%,
  11148. 30%,
  11149. 50%,
  11150. 70%,
  11151. 90% {
  11152. -webkit-transform: translate3d(-10px, 0, 0);
  11153. transform: translate3d(-10px, 0, 0)
  11154. }
  11155. 20%,
  11156. 40%,
  11157. 60%,
  11158. 80% {
  11159. -webkit-transform: translate3d(10px, 0, 0);
  11160. transform: translate3d(10px, 0, 0)
  11161. }
  11162. }
  11163.  
  11164. @keyframes shake {
  11165. 0%,
  11166. 100% {
  11167. -webkit-transform: translate3d(0, 0, 0);
  11168. transform: translate3d(0, 0, 0)
  11169. }
  11170. 10%,
  11171. 30%,
  11172. 50%,
  11173. 70%,
  11174. 90% {
  11175. -webkit-transform: translate3d(-10px, 0, 0);
  11176. transform: translate3d(-10px, 0, 0)
  11177. }
  11178. 20%,
  11179. 40%,
  11180. 60%,
  11181. 80% {
  11182. -webkit-transform: translate3d(10px, 0, 0);
  11183. transform: translate3d(10px, 0, 0)
  11184. }
  11185. }
  11186.  
  11187. .shake {
  11188. -webkit-animation-name: shake;
  11189. animation-name: shake
  11190. }
  11191.  
  11192. @-webkit-keyframes swing {
  11193. 20% {
  11194. -webkit-transform: rotate3d(0, 0, 1, 15deg);
  11195. transform: rotate3d(0, 0, 1, 15deg)
  11196. }
  11197. 40% {
  11198. -webkit-transform: rotate3d(0, 0, 1, -10deg);
  11199. transform: rotate3d(0, 0, 1, -10deg)
  11200. }
  11201. 60% {
  11202. -webkit-transform: rotate3d(0, 0, 1, 5deg);
  11203. transform: rotate3d(0, 0, 1, 5deg)
  11204. }
  11205. 80% {
  11206. -webkit-transform: rotate3d(0, 0, 1, -5deg);
  11207. transform: rotate3d(0, 0, 1, -5deg)
  11208. }
  11209. 100% {
  11210. -webkit-transform: rotate3d(0, 0, 1, 0deg);
  11211. transform: rotate3d(0, 0, 1, 0deg)
  11212. }
  11213. }
  11214.  
  11215. @keyframes swing {
  11216. 20% {
  11217. -webkit-transform: rotate3d(0, 0, 1, 15deg);
  11218. transform: rotate3d(0, 0, 1, 15deg)
  11219. }
  11220. 40% {
  11221. -webkit-transform: rotate3d(0, 0, 1, -10deg);
  11222. transform: rotate3d(0, 0, 1, -10deg)
  11223. }
  11224. 60% {
  11225. -webkit-transform: rotate3d(0, 0, 1, 5deg);
  11226. transform: rotate3d(0, 0, 1, 5deg)
  11227. }
  11228. 80% {
  11229. -webkit-transform: rotate3d(0, 0, 1, -5deg);
  11230. transform: rotate3d(0, 0, 1, -5deg)
  11231. }
  11232. 100% {
  11233. -webkit-transform: rotate3d(0, 0, 1, 0deg);
  11234. transform: rotate3d(0, 0, 1, 0deg)
  11235. }
  11236. }
  11237.  
  11238. .swing {
  11239. -webkit-transform-origin: top center;
  11240. transform-origin: top center;
  11241. -webkit-animation-name: swing;
  11242. animation-name: swing
  11243. }
  11244.  
  11245. @-webkit-keyframes tada {
  11246. 0% {
  11247. -webkit-transform: scale3d(1, 1, 1);
  11248. transform: scale3d(1, 1, 1)
  11249. }
  11250. 10%,
  11251. 20% {
  11252. -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  11253. transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  11254. }
  11255. 30%,
  11256. 50%,
  11257. 70%,
  11258. 90% {
  11259. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  11260. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  11261. }
  11262. 40%,
  11263. 60%,
  11264. 80% {
  11265. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  11266. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  11267. }
  11268. 100% {
  11269. -webkit-transform: scale3d(1, 1, 1);
  11270. transform: scale3d(1, 1, 1)
  11271. }
  11272. }
  11273.  
  11274. @keyframes tada {
  11275. 0% {
  11276. -webkit-transform: scale3d(1, 1, 1);
  11277. transform: scale3d(1, 1, 1)
  11278. }
  11279. 10%,
  11280. 20% {
  11281. -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  11282. transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  11283. }
  11284. 30%,
  11285. 50%,
  11286. 70%,
  11287. 90% {
  11288. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  11289. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  11290. }
  11291. 40%,
  11292. 60%,
  11293. 80% {
  11294. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  11295. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  11296. }
  11297. 100% {
  11298. -webkit-transform: scale3d(1, 1, 1);
  11299. transform: scale3d(1, 1, 1)
  11300. }
  11301. }
  11302.  
  11303. .tada {
  11304. -webkit-animation-name: tada;
  11305. animation-name: tada
  11306. }
  11307.  
  11308. @-webkit-keyframes wobble {
  11309. 0% {
  11310. -webkit-transform: none;
  11311. transform: none
  11312. }
  11313. 15% {
  11314. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  11315. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  11316. }
  11317. 30% {
  11318. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  11319. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  11320. }
  11321. 45% {
  11322. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  11323. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  11324. }
  11325. 60% {
  11326. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  11327. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  11328. }
  11329. 75% {
  11330. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  11331. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  11332. }
  11333. 100% {
  11334. -webkit-transform: none;
  11335. transform: none
  11336. }
  11337. }
  11338.  
  11339. @keyframes wobble {
  11340. 0% {
  11341. -webkit-transform: none;
  11342. transform: none
  11343. }
  11344. 15% {
  11345. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  11346. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  11347. }
  11348. 30% {
  11349. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  11350. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  11351. }
  11352. 45% {
  11353. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  11354. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  11355. }
  11356. 60% {
  11357. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  11358. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  11359. }
  11360. 75% {
  11361. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  11362. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  11363. }
  11364. 100% {
  11365. -webkit-transform: none;
  11366. transform: none
  11367. }
  11368. }
  11369.  
  11370. .wobble {
  11371. -webkit-animation-name: wobble;
  11372. animation-name: wobble
  11373. }
  11374.  
  11375. @-webkit-keyframes bounceIn {
  11376. 0%,
  11377. 100%,
  11378. 20%,
  11379. 40%,
  11380. 60%,
  11381. 80% {
  11382. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11383. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11384. }
  11385. 0% {
  11386. opacity: 0;
  11387. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  11388. transform: scale3d(0.3, 0.3, 0.3)
  11389. }
  11390. 20% {
  11391. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  11392. transform: scale3d(1.1, 1.1, 1.1)
  11393. }
  11394. 40% {
  11395. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  11396. transform: scale3d(0.9, 0.9, 0.9)
  11397. }
  11398. 60% {
  11399. opacity: 1;
  11400. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  11401. transform: scale3d(1.03, 1.03, 1.03)
  11402. }
  11403. 80% {
  11404. -webkit-transform: scale3d(0.97, 0.97, 0.97);
  11405. transform: scale3d(0.97, 0.97, 0.97)
  11406. }
  11407. 100% {
  11408. opacity: 1;
  11409. -webkit-transform: scale3d(1, 1, 1);
  11410. transform: scale3d(1, 1, 1)
  11411. }
  11412. }
  11413.  
  11414. @keyframes bounceIn {
  11415. 0%,
  11416. 100%,
  11417. 20%,
  11418. 40%,
  11419. 60%,
  11420. 80% {
  11421. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11422. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11423. }
  11424. 0% {
  11425. opacity: 0;
  11426. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  11427. transform: scale3d(0.3, 0.3, 0.3)
  11428. }
  11429. 20% {
  11430. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  11431. transform: scale3d(1.1, 1.1, 1.1)
  11432. }
  11433. 40% {
  11434. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  11435. transform: scale3d(0.9, 0.9, 0.9)
  11436. }
  11437. 60% {
  11438. opacity: 1;
  11439. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  11440. transform: scale3d(1.03, 1.03, 1.03)
  11441. }
  11442. 80% {
  11443. -webkit-transform: scale3d(0.97, 0.97, 0.97);
  11444. transform: scale3d(0.97, 0.97, 0.97)
  11445. }
  11446. 100% {
  11447. opacity: 1;
  11448. -webkit-transform: scale3d(1, 1, 1);
  11449. transform: scale3d(1, 1, 1)
  11450. }
  11451. }
  11452.  
  11453. .bounceIn {
  11454. -webkit-animation-name: bounceIn;
  11455. animation-name: bounceIn
  11456. }
  11457.  
  11458. @-webkit-keyframes bounceInDown {
  11459. 0%,
  11460. 100%,
  11461. 60%,
  11462. 75%,
  11463. 90% {
  11464. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11465. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11466. }
  11467. 0% {
  11468. opacity: 0;
  11469. -webkit-transform: translate3d(0, -3000px, 0);
  11470. transform: translate3d(0, -3000px, 0)
  11471. }
  11472. 60% {
  11473. opacity: 1;
  11474. -webkit-transform: translate3d(0, 25px, 0);
  11475. transform: translate3d(0, 25px, 0)
  11476. }
  11477. 75% {
  11478. -webkit-transform: translate3d(0, -10px, 0);
  11479. transform: translate3d(0, -10px, 0)
  11480. }
  11481. 90% {
  11482. -webkit-transform: translate3d(0, 5px, 0);
  11483. transform: translate3d(0, 5px, 0)
  11484. }
  11485. 100% {
  11486. -webkit-transform: none;
  11487. transform: none
  11488. }
  11489. }
  11490.  
  11491. @keyframes bounceInDown {
  11492. 0%,
  11493. 100%,
  11494. 60%,
  11495. 75%,
  11496. 90% {
  11497. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11498. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11499. }
  11500. 0% {
  11501. opacity: 0;
  11502. -webkit-transform: translate3d(0, -3000px, 0);
  11503. transform: translate3d(0, -3000px, 0)
  11504. }
  11505. 60% {
  11506. opacity: 1;
  11507. -webkit-transform: translate3d(0, 25px, 0);
  11508. transform: translate3d(0, 25px, 0)
  11509. }
  11510. 75% {
  11511. -webkit-transform: translate3d(0, -10px, 0);
  11512. transform: translate3d(0, -10px, 0)
  11513. }
  11514. 90% {
  11515. -webkit-transform: translate3d(0, 5px, 0);
  11516. transform: translate3d(0, 5px, 0)
  11517. }
  11518. 100% {
  11519. -webkit-transform: none;
  11520. transform: none
  11521. }
  11522. }
  11523.  
  11524. .bounceInDown {
  11525. -webkit-animation-name: bounceInDown;
  11526. animation-name: bounceInDown
  11527. }
  11528.  
  11529. @-webkit-keyframes bounceInLeft {
  11530. 0%,
  11531. 100%,
  11532. 60%,
  11533. 75%,
  11534. 90% {
  11535. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11536. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11537. }
  11538. 0% {
  11539. opacity: 0;
  11540. -webkit-transform: translate3d(-3000px, 0, 0);
  11541. transform: translate3d(-3000px, 0, 0)
  11542. }
  11543. 60% {
  11544. opacity: 1;
  11545. -webkit-transform: translate3d(25px, 0, 0);
  11546. transform: translate3d(25px, 0, 0)
  11547. }
  11548. 75% {
  11549. -webkit-transform: translate3d(-10px, 0, 0);
  11550. transform: translate3d(-10px, 0, 0)
  11551. }
  11552. 90% {
  11553. -webkit-transform: translate3d(5px, 0, 0);
  11554. transform: translate3d(5px, 0, 0)
  11555. }
  11556. 100% {
  11557. -webkit-transform: none;
  11558. transform: none
  11559. }
  11560. }
  11561.  
  11562. @keyframes bounceInLeft {
  11563. 0%,
  11564. 100%,
  11565. 60%,
  11566. 75%,
  11567. 90% {
  11568. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11569. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11570. }
  11571. 0% {
  11572. opacity: 0;
  11573. -webkit-transform: translate3d(-3000px, 0, 0);
  11574. transform: translate3d(-3000px, 0, 0)
  11575. }
  11576. 60% {
  11577. opacity: 1;
  11578. -webkit-transform: translate3d(25px, 0, 0);
  11579. transform: translate3d(25px, 0, 0)
  11580. }
  11581. 75% {
  11582. -webkit-transform: translate3d(-10px, 0, 0);
  11583. transform: translate3d(-10px, 0, 0)
  11584. }
  11585. 90% {
  11586. -webkit-transform: translate3d(5px, 0, 0);
  11587. transform: translate3d(5px, 0, 0)
  11588. }
  11589. 100% {
  11590. -webkit-transform: none;
  11591. transform: none
  11592. }
  11593. }
  11594.  
  11595. .bounceInLeft {
  11596. -webkit-animation-name: bounceInLeft;
  11597. animation-name: bounceInLeft
  11598. }
  11599.  
  11600. @-webkit-keyframes bounceInRight {
  11601. 0%,
  11602. 100%,
  11603. 60%,
  11604. 75%,
  11605. 90% {
  11606. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11607. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11608. }
  11609. 0% {
  11610. opacity: 0;
  11611. -webkit-transform: translate3d(3000px, 0, 0);
  11612. transform: translate3d(3000px, 0, 0)
  11613. }
  11614. 60% {
  11615. opacity: 1;
  11616. -webkit-transform: translate3d(-25px, 0, 0);
  11617. transform: translate3d(-25px, 0, 0)
  11618. }
  11619. 75% {
  11620. -webkit-transform: translate3d(10px, 0, 0);
  11621. transform: translate3d(10px, 0, 0)
  11622. }
  11623. 90% {
  11624. -webkit-transform: translate3d(-5px, 0, 0);
  11625. transform: translate3d(-5px, 0, 0)
  11626. }
  11627. 100% {
  11628. -webkit-transform: none;
  11629. transform: none
  11630. }
  11631. }
  11632.  
  11633. @keyframes bounceInRight {
  11634. 0%,
  11635. 100%,
  11636. 60%,
  11637. 75%,
  11638. 90% {
  11639. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11640. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11641. }
  11642. 0% {
  11643. opacity: 0;
  11644. -webkit-transform: translate3d(3000px, 0, 0);
  11645. transform: translate3d(3000px, 0, 0)
  11646. }
  11647. 60% {
  11648. opacity: 1;
  11649. -webkit-transform: translate3d(-25px, 0, 0);
  11650. transform: translate3d(-25px, 0, 0)
  11651. }
  11652. 75% {
  11653. -webkit-transform: translate3d(10px, 0, 0);
  11654. transform: translate3d(10px, 0, 0)
  11655. }
  11656. 90% {
  11657. -webkit-transform: translate3d(-5px, 0, 0);
  11658. transform: translate3d(-5px, 0, 0)
  11659. }
  11660. 100% {
  11661. -webkit-transform: none;
  11662. transform: none
  11663. }
  11664. }
  11665.  
  11666. .bounceInRight {
  11667. -webkit-animation-name: bounceInRight;
  11668. animation-name: bounceInRight
  11669. }
  11670.  
  11671. @-webkit-keyframes bounceInUp {
  11672. 0%,
  11673. 100%,
  11674. 60%,
  11675. 75%,
  11676. 90% {
  11677. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11678. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11679. }
  11680. 0% {
  11681. opacity: 0;
  11682. -webkit-transform: translate3d(0, 3000px, 0);
  11683. transform: translate3d(0, 3000px, 0)
  11684. }
  11685. 60% {
  11686. opacity: 1;
  11687. -webkit-transform: translate3d(0, -20px, 0);
  11688. transform: translate3d(0, -20px, 0)
  11689. }
  11690. 75% {
  11691. -webkit-transform: translate3d(0, 10px, 0);
  11692. transform: translate3d(0, 10px, 0)
  11693. }
  11694. 90% {
  11695. -webkit-transform: translate3d(0, -5px, 0);
  11696. transform: translate3d(0, -5px, 0)
  11697. }
  11698. 100% {
  11699. -webkit-transform: translate3d(0, 0, 0);
  11700. transform: translate3d(0, 0, 0)
  11701. }
  11702. }
  11703.  
  11704. @keyframes bounceInUp {
  11705. 0%,
  11706. 100%,
  11707. 60%,
  11708. 75%,
  11709. 90% {
  11710. -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  11711. transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  11712. }
  11713. 0% {
  11714. opacity: 0;
  11715. -webkit-transform: translate3d(0, 3000px, 0);
  11716. transform: translate3d(0, 3000px, 0)
  11717. }
  11718. 60% {
  11719. opacity: 1;
  11720. -webkit-transform: translate3d(0, -20px, 0);
  11721. transform: translate3d(0, -20px, 0)
  11722. }
  11723. 75% {
  11724. -webkit-transform: translate3d(0, 10px, 0);
  11725. transform: translate3d(0, 10px, 0)
  11726. }
  11727. 90% {
  11728. -webkit-transform: translate3d(0, -5px, 0);
  11729. transform: translate3d(0, -5px, 0)
  11730. }
  11731. 100% {
  11732. -webkit-transform: translate3d(0, 0, 0);
  11733. transform: translate3d(0, 0, 0)
  11734. }
  11735. }
  11736.  
  11737. .bounceInUp {
  11738. -webkit-animation-name: bounceInUp;
  11739. animation-name: bounceInUp
  11740. }
  11741.  
  11742. @-webkit-keyframes bounceOut {
  11743. 20% {
  11744. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  11745. transform: scale3d(0.9, 0.9, 0.9)
  11746. }
  11747. 50%,
  11748. 55% {
  11749. opacity: 1;
  11750. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  11751. transform: scale3d(1.1, 1.1, 1.1)
  11752. }
  11753. 100% {
  11754. opacity: 0;
  11755. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  11756. transform: scale3d(0.3, 0.3, 0.3)
  11757. }
  11758. }
  11759.  
  11760. @keyframes bounceOut {
  11761. 20% {
  11762. -webkit-transform: scale3d(0.9, 0.9, 0.9);
  11763. transform: scale3d(0.9, 0.9, 0.9)
  11764. }
  11765. 50%,
  11766. 55% {
  11767. opacity: 1;
  11768. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  11769. transform: scale3d(1.1, 1.1, 1.1)
  11770. }
  11771. 100% {
  11772. opacity: 0;
  11773. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  11774. transform: scale3d(0.3, 0.3, 0.3)
  11775. }
  11776. }
  11777.  
  11778. .bounceOut {
  11779. -webkit-animation-name: bounceOut;
  11780. animation-name: bounceOut
  11781. }
  11782.  
  11783. @-webkit-keyframes bounceOutDown {
  11784. 20% {
  11785. -webkit-transform: translate3d(0, 10px, 0);
  11786. transform: translate3d(0, 10px, 0)
  11787. }
  11788. 40%,
  11789. 45% {
  11790. opacity: 1;
  11791. -webkit-transform: translate3d(0, -20px, 0);
  11792. transform: translate3d(0, -20px, 0)
  11793. }
  11794. 100% {
  11795. opacity: 0;
  11796. -webkit-transform: translate3d(0, 2000px, 0);
  11797. transform: translate3d(0, 2000px, 0)
  11798. }
  11799. }
  11800.  
  11801. @keyframes bounceOutDown {
  11802. 20% {
  11803. -webkit-transform: translate3d(0, 10px, 0);
  11804. transform: translate3d(0, 10px, 0)
  11805. }
  11806. 40%,
  11807. 45% {
  11808. opacity: 1;
  11809. -webkit-transform: translate3d(0, -20px, 0);
  11810. transform: translate3d(0, -20px, 0)
  11811. }
  11812. 100% {
  11813. opacity: 0;
  11814. -webkit-transform: translate3d(0, 2000px, 0);
  11815. transform: translate3d(0, 2000px, 0)
  11816. }
  11817. }
  11818.  
  11819. .bounceOutDown {
  11820. -webkit-animation-name: bounceOutDown;
  11821. animation-name: bounceOutDown
  11822. }
  11823.  
  11824. @-webkit-keyframes bounceOutLeft {
  11825. 20% {
  11826. opacity: 1;
  11827. -webkit-transform: translate3d(20px, 0, 0);
  11828. transform: translate3d(20px, 0, 0)
  11829. }
  11830. 100% {
  11831. opacity: 0;
  11832. -webkit-transform: translate3d(-2000px, 0, 0);
  11833. transform: translate3d(-2000px, 0, 0)
  11834. }
  11835. }
  11836.  
  11837. @keyframes bounceOutLeft {
  11838. 20% {
  11839. opacity: 1;
  11840. -webkit-transform: translate3d(20px, 0, 0);
  11841. transform: translate3d(20px, 0, 0)
  11842. }
  11843. 100% {
  11844. opacity: 0;
  11845. -webkit-transform: translate3d(-2000px, 0, 0);
  11846. transform: translate3d(-2000px, 0, 0)
  11847. }
  11848. }
  11849.  
  11850. .bounceOutLeft {
  11851. -webkit-animation-name: bounceOutLeft;
  11852. animation-name: bounceOutLeft
  11853. }
  11854.  
  11855. @-webkit-keyframes bounceOutRight {
  11856. 20% {
  11857. opacity: 1;
  11858. -webkit-transform: translate3d(-20px, 0, 0);
  11859. transform: translate3d(-20px, 0, 0)
  11860. }
  11861. 100% {
  11862. opacity: 0;
  11863. -webkit-transform: translate3d(2000px, 0, 0);
  11864. transform: translate3d(2000px, 0, 0)
  11865. }
  11866. }
  11867.  
  11868. @keyframes bounceOutRight {
  11869. 20% {
  11870. opacity: 1;
  11871. -webkit-transform: translate3d(-20px, 0, 0);
  11872. transform: translate3d(-20px, 0, 0)
  11873. }
  11874. 100% {
  11875. opacity: 0;
  11876. -webkit-transform: translate3d(2000px, 0, 0);
  11877. transform: translate3d(2000px, 0, 0)
  11878. }
  11879. }
  11880.  
  11881. .bounceOutRight {
  11882. -webkit-animation-name: bounceOutRight;
  11883. animation-name: bounceOutRight
  11884. }
  11885.  
  11886. @-webkit-keyframes bounceOutUp {
  11887. 20% {
  11888. -webkit-transform: translate3d(0, -10px, 0);
  11889. transform: translate3d(0, -10px, 0)
  11890. }
  11891. 40%,
  11892. 45% {
  11893. opacity: 1;
  11894. -webkit-transform: translate3d(0, 20px, 0);
  11895. transform: translate3d(0, 20px, 0)
  11896. }
  11897. 100% {
  11898. opacity: 0;
  11899. -webkit-transform: translate3d(0, -2000px, 0);
  11900. transform: translate3d(0, -2000px, 0)
  11901. }
  11902. }
  11903.  
  11904. @keyframes bounceOutUp {
  11905. 20% {
  11906. -webkit-transform: translate3d(0, -10px, 0);
  11907. transform: translate3d(0, -10px, 0)
  11908. }
  11909. 40%,
  11910. 45% {
  11911. opacity: 1;
  11912. -webkit-transform: translate3d(0, 20px, 0);
  11913. transform: translate3d(0, 20px, 0)
  11914. }
  11915. 100% {
  11916. opacity: 0;
  11917. -webkit-transform: translate3d(0, -2000px, 0);
  11918. transform: translate3d(0, -2000px, 0)
  11919. }
  11920. }
  11921.  
  11922. .bounceOutUp {
  11923. -webkit-animation-name: bounceOutUp;
  11924. animation-name: bounceOutUp
  11925. }
  11926.  
  11927. @-webkit-keyframes fadeIn {
  11928. 0% {
  11929. opacity: 0
  11930. }
  11931. 100% {
  11932. opacity: 1
  11933. }
  11934. }
  11935.  
  11936. @keyframes fadeIn {
  11937. 0% {
  11938. opacity: 0
  11939. }
  11940. 100% {
  11941. opacity: 1
  11942. }
  11943. }
  11944.  
  11945. .fadeIn {
  11946. -webkit-animation-name: fadeIn;
  11947. animation-name: fadeIn
  11948. }
  11949.  
  11950. @-webkit-keyframes fadeInDown {
  11951. 0% {
  11952. opacity: 0;
  11953. -webkit-transform: translate3d(0, -100%, 0);
  11954. transform: translate3d(0, -100%, 0)
  11955. }
  11956. 100% {
  11957. opacity: 1;
  11958. -webkit-transform: none;
  11959. transform: none
  11960. }
  11961. }
  11962.  
  11963. @keyframes fadeInDown {
  11964. 0% {
  11965. opacity: 0;
  11966. -webkit-transform: translate3d(0, -100%, 0);
  11967. transform: translate3d(0, -100%, 0)
  11968. }
  11969. 100% {
  11970. opacity: 1;
  11971. -webkit-transform: none;
  11972. transform: none
  11973. }
  11974. }
  11975.  
  11976. .fadeInDown {
  11977. -webkit-animation-name: fadeInDown;
  11978. animation-name: fadeInDown
  11979. }
  11980.  
  11981. @-webkit-keyframes fadeInDownBig {
  11982. 0% {
  11983. opacity: 0;
  11984. -webkit-transform: translate3d(0, -2000px, 0);
  11985. transform: translate3d(0, -2000px, 0)
  11986. }
  11987. 100% {
  11988. opacity: 1;
  11989. -webkit-transform: none;
  11990. transform: none
  11991. }
  11992. }
  11993.  
  11994. @keyframes fadeInDownBig {
  11995. 0% {
  11996. opacity: 0;
  11997. -webkit-transform: translate3d(0, -2000px, 0);
  11998. transform: translate3d(0, -2000px, 0)
  11999. }
  12000. 100% {
  12001. opacity: 1;
  12002. -webkit-transform: none;
  12003. transform: none
  12004. }
  12005. }
  12006.  
  12007. .fadeInDownBig {
  12008. -webkit-animation-name: fadeInDownBig;
  12009. animation-name: fadeInDownBig
  12010. }
  12011.  
  12012. @-webkit-keyframes fadeInLeft {
  12013. 0% {
  12014. opacity: 0;
  12015. -webkit-transform: translate3d(-100%, 0, 0);
  12016. transform: translate3d(-100%, 0, 0)
  12017. }
  12018. 100% {
  12019. opacity: 1;
  12020. -webkit-transform: none;
  12021. transform: none
  12022. }
  12023. }
  12024.  
  12025. @keyframes fadeInLeft {
  12026. 0% {
  12027. opacity: 0;
  12028. -webkit-transform: translate3d(-100%, 0, 0);
  12029. transform: translate3d(-100%, 0, 0)
  12030. }
  12031. 100% {
  12032. opacity: 1;
  12033. -webkit-transform: none;
  12034. transform: none
  12035. }
  12036. }
  12037.  
  12038. .fadeInLeft {
  12039. -webkit-animation-name: fadeInLeft;
  12040. animation-name: fadeInLeft
  12041. }
  12042.  
  12043. @-webkit-keyframes fadeInLeftBig {
  12044. 0% {
  12045. opacity: 0;
  12046. -webkit-transform: translate3d(-2000px, 0, 0);
  12047. transform: translate3d(-2000px, 0, 0)
  12048. }
  12049. 100% {
  12050. opacity: 1;
  12051. -webkit-transform: none;
  12052. transform: none
  12053. }
  12054. }
  12055.  
  12056. @keyframes fadeInLeftBig {
  12057. 0% {
  12058. opacity: 0;
  12059. -webkit-transform: translate3d(-2000px, 0, 0);
  12060. transform: translate3d(-2000px, 0, 0)
  12061. }
  12062. 100% {
  12063. opacity: 1;
  12064. -webkit-transform: none;
  12065. transform: none
  12066. }
  12067. }
  12068.  
  12069. .fadeInLeftBig {
  12070. -webkit-animation-name: fadeInLeftBig;
  12071. animation-name: fadeInLeftBig
  12072. }
  12073.  
  12074. @-webkit-keyframes fadeInRight {
  12075. 0% {
  12076. opacity: 0;
  12077. -webkit-transform: translate3d(100%, 0, 0);
  12078. transform: translate3d(100%, 0, 0)
  12079. }
  12080. 100% {
  12081. opacity: 1;
  12082. -webkit-transform: none;
  12083. transform: none
  12084. }
  12085. }
  12086.  
  12087. @keyframes fadeInRight {
  12088. 0% {
  12089. opacity: 0;
  12090. -webkit-transform: translate3d(100%, 0, 0);
  12091. transform: translate3d(100%, 0, 0)
  12092. }
  12093. 100% {
  12094. opacity: 1;
  12095. -webkit-transform: none;
  12096. transform: none
  12097. }
  12098. }
  12099.  
  12100. .fadeInRight {
  12101. -webkit-animation-name: fadeInRight;
  12102. animation-name: fadeInRight
  12103. }
  12104.  
  12105. @-webkit-keyframes fadeInRightBig {
  12106. 0% {
  12107. opacity: 0;
  12108. -webkit-transform: translate3d(2000px, 0, 0);
  12109. transform: translate3d(2000px, 0, 0)
  12110. }
  12111. 100% {
  12112. opacity: 1;
  12113. -webkit-transform: none;
  12114. transform: none
  12115. }
  12116. }
  12117.  
  12118. @keyframes fadeInRightBig {
  12119. 0% {
  12120. opacity: 0;
  12121. -webkit-transform: translate3d(2000px, 0, 0);
  12122. transform: translate3d(2000px, 0, 0)
  12123. }
  12124. 100% {
  12125. opacity: 1;
  12126. -webkit-transform: none;
  12127. transform: none
  12128. }
  12129. }
  12130.  
  12131. .fadeInRightBig {
  12132. -webkit-animation-name: fadeInRightBig;
  12133. animation-name: fadeInRightBig
  12134. }
  12135.  
  12136. @-webkit-keyframes fadeInUp {
  12137. 0% {
  12138. opacity: 0;
  12139. -webkit-transform: translate3d(0, 100%, 0);
  12140. transform: translate3d(0, 100%, 0)
  12141. }
  12142. 100% {
  12143. opacity: 1;
  12144. -webkit-transform: none;
  12145. transform: none
  12146. }
  12147. }
  12148.  
  12149. @keyframes fadeInUp {
  12150. 0% {
  12151. opacity: 0;
  12152. -webkit-transform: translate3d(0, 100%, 0);
  12153. transform: translate3d(0, 100%, 0)
  12154. }
  12155. 100% {
  12156. opacity: 1;
  12157. -webkit-transform: none;
  12158. transform: none
  12159. }
  12160. }
  12161.  
  12162. .fadeInUp {
  12163. -webkit-animation-name: fadeInUp;
  12164. animation-name: fadeInUp
  12165. }
  12166.  
  12167. @-webkit-keyframes fadeInUpBig {
  12168. 0% {
  12169. opacity: 0;
  12170. -webkit-transform: translate3d(0, 2000px, 0);
  12171. transform: translate3d(0, 2000px, 0)
  12172. }
  12173. 100% {
  12174. opacity: 1;
  12175. -webkit-transform: none;
  12176. transform: none
  12177. }
  12178. }
  12179.  
  12180. @keyframes fadeInUpBig {
  12181. 0% {
  12182. opacity: 0;
  12183. -webkit-transform: translate3d(0, 2000px, 0);
  12184. transform: translate3d(0, 2000px, 0)
  12185. }
  12186. 100% {
  12187. opacity: 1;
  12188. -webkit-transform: none;
  12189. transform: none
  12190. }
  12191. }
  12192.  
  12193. .fadeInUpBig {
  12194. -webkit-animation-name: fadeInUpBig;
  12195. animation-name: fadeInUpBig
  12196. }
  12197.  
  12198. @-webkit-keyframes fadeOut {
  12199. 0% {
  12200. opacity: 1
  12201. }
  12202. 100% {
  12203. opacity: 0
  12204. }
  12205. }
  12206.  
  12207. @keyframes fadeOut {
  12208. 0% {
  12209. opacity: 1
  12210. }
  12211. 100% {
  12212. opacity: 0
  12213. }
  12214. }
  12215.  
  12216. .fadeOut {
  12217. -webkit-animation-name: fadeOut;
  12218. animation-name: fadeOut
  12219. }
  12220.  
  12221. @-webkit-keyframes fadeOutDown {
  12222. 0% {
  12223. opacity: 1
  12224. }
  12225. 100% {
  12226. opacity: 0;
  12227. -webkit-transform: translate3d(0, 100%, 0);
  12228. transform: translate3d(0, 100%, 0)
  12229. }
  12230. }
  12231.  
  12232. @keyframes fadeOutDown {
  12233. 0% {
  12234. opacity: 1
  12235. }
  12236. 100% {
  12237. opacity: 0;
  12238. -webkit-transform: translate3d(0, 100%, 0);
  12239. transform: translate3d(0, 100%, 0)
  12240. }
  12241. }
  12242.  
  12243. .fadeOutDown {
  12244. -webkit-animation-name: fadeOutDown;
  12245. animation-name: fadeOutDown
  12246. }
  12247.  
  12248. @-webkit-keyframes fadeOutDownBig {
  12249. 0% {
  12250. opacity: 1
  12251. }
  12252. 100% {
  12253. opacity: 0;
  12254. -webkit-transform: translate3d(0, 2000px, 0);
  12255. transform: translate3d(0, 2000px, 0)
  12256. }
  12257. }
  12258.  
  12259. @keyframes fadeOutDownBig {
  12260. 0% {
  12261. opacity: 1
  12262. }
  12263. 100% {
  12264. opacity: 0;
  12265. -webkit-transform: translate3d(0, 2000px, 0);
  12266. transform: translate3d(0, 2000px, 0)
  12267. }
  12268. }
  12269.  
  12270. .fadeOutDownBig {
  12271. -webkit-animation-name: fadeOutDownBig;
  12272. animation-name: fadeOutDownBig
  12273. }
  12274.  
  12275. @-webkit-keyframes fadeOutLeft {
  12276. 0% {
  12277. opacity: 1
  12278. }
  12279. 100% {
  12280. opacity: 0;
  12281. -webkit-transform: translate3d(-100%, 0, 0);
  12282. transform: translate3d(-100%, 0, 0)
  12283. }
  12284. }
  12285.  
  12286. @keyframes fadeOutLeft {
  12287. 0% {
  12288. opacity: 1
  12289. }
  12290. 100% {
  12291. opacity: 0;
  12292. -webkit-transform: translate3d(-100%, 0, 0);
  12293. transform: translate3d(-100%, 0, 0)
  12294. }
  12295. }
  12296.  
  12297. .fadeOutLeft {
  12298. -webkit-animation-name: fadeOutLeft;
  12299. animation-name: fadeOutLeft
  12300. }
  12301.  
  12302. @-webkit-keyframes fadeOutLeftBig {
  12303. 0% {
  12304. opacity: 1
  12305. }
  12306. 100% {
  12307. opacity: 0;
  12308. -webkit-transform: translate3d(-2000px, 0, 0);
  12309. transform: translate3d(-2000px, 0, 0)
  12310. }
  12311. }
  12312.  
  12313. @keyframes fadeOutLeftBig {
  12314. 0% {
  12315. opacity: 1
  12316. }
  12317. 100% {
  12318. opacity: 0;
  12319. -webkit-transform: translate3d(-2000px, 0, 0);
  12320. transform: translate3d(-2000px, 0, 0)
  12321. }
  12322. }
  12323.  
  12324. .fadeOutLeftBig {
  12325. -webkit-animation-name: fadeOutLeftBig;
  12326. animation-name: fadeOutLeftBig
  12327. }
  12328.  
  12329. @-webkit-keyframes fadeOutRight {
  12330. 0% {
  12331. opacity: 1
  12332. }
  12333. 100% {
  12334. opacity: 0;
  12335. -webkit-transform: translate3d(100%, 0, 0);
  12336. transform: translate3d(100%, 0, 0)
  12337. }
  12338. }
  12339.  
  12340. @keyframes fadeOutRight {
  12341. 0% {
  12342. opacity: 1
  12343. }
  12344. 100% {
  12345. opacity: 0;
  12346. -webkit-transform: translate3d(100%, 0, 0);
  12347. transform: translate3d(100%, 0, 0)
  12348. }
  12349. }
  12350.  
  12351. .fadeOutRight {
  12352. -webkit-animation-name: fadeOutRight;
  12353. animation-name: fadeOutRight
  12354. }
  12355.  
  12356. @-webkit-keyframes fadeOutRightBig {
  12357. 0% {
  12358. opacity: 1
  12359. }
  12360. 100% {
  12361. opacity: 0;
  12362. -webkit-transform: translate3d(2000px, 0, 0);
  12363. transform: translate3d(2000px, 0, 0)
  12364. }
  12365. }
  12366.  
  12367. @keyframes fadeOutRightBig {
  12368. 0% {
  12369. opacity: 1
  12370. }
  12371. 100% {
  12372. opacity: 0;
  12373. -webkit-transform: translate3d(2000px, 0, 0);
  12374. transform: translate3d(2000px, 0, 0)
  12375. }
  12376. }
  12377.  
  12378. .fadeOutRightBig {
  12379. -webkit-animation-name: fadeOutRightBig;
  12380. animation-name: fadeOutRightBig
  12381. }
  12382.  
  12383. @-webkit-keyframes fadeOutUp {
  12384. 0% {
  12385. opacity: 1
  12386. }
  12387. 100% {
  12388. opacity: 0;
  12389. -webkit-transform: translate3d(0, -100%, 0);
  12390. transform: translate3d(0, -100%, 0)
  12391. }
  12392. }
  12393.  
  12394. @keyframes fadeOutUp {
  12395. 0% {
  12396. opacity: 1
  12397. }
  12398. 100% {
  12399. opacity: 0;
  12400. -webkit-transform: translate3d(0, -100%, 0);
  12401. transform: translate3d(0, -100%, 0)
  12402. }
  12403. }
  12404.  
  12405. .fadeOutUp {
  12406. -webkit-animation-name: fadeOutUp;
  12407. animation-name: fadeOutUp
  12408. }
  12409.  
  12410. @-webkit-keyframes fadeOutUpBig {
  12411. 0% {
  12412. opacity: 1
  12413. }
  12414. 100% {
  12415. opacity: 0;
  12416. -webkit-transform: translate3d(0, -2000px, 0);
  12417. transform: translate3d(0, -2000px, 0)
  12418. }
  12419. }
  12420.  
  12421. @keyframes fadeOutUpBig {
  12422. 0% {
  12423. opacity: 1
  12424. }
  12425. 100% {
  12426. opacity: 0;
  12427. -webkit-transform: translate3d(0, -2000px, 0);
  12428. transform: translate3d(0, -2000px, 0)
  12429. }
  12430. }
  12431.  
  12432. .fadeOutUpBig {
  12433. -webkit-animation-name: fadeOutUpBig;
  12434. animation-name: fadeOutUpBig
  12435. }
  12436.  
  12437. @-webkit-keyframes flip {
  12438. 0% {
  12439. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  12440. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  12441. -webkit-animation-timing-function: ease-out;
  12442. animation-timing-function: ease-out
  12443. }
  12444. 40% {
  12445. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  12446. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  12447. -webkit-animation-timing-function: ease-out;
  12448. animation-timing-function: ease-out
  12449. }
  12450. 50% {
  12451. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  12452. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  12453. -webkit-animation-timing-function: ease-in;
  12454. animation-timing-function: ease-in
  12455. }
  12456. 80% {
  12457. -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  12458. transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  12459. -webkit-animation-timing-function: ease-in;
  12460. animation-timing-function: ease-in
  12461. }
  12462. 100% {
  12463. -webkit-transform: perspective(400px);
  12464. transform: perspective(400px);
  12465. -webkit-animation-timing-function: ease-in;
  12466. animation-timing-function: ease-in
  12467. }
  12468. }
  12469.  
  12470. @keyframes flip {
  12471. 0% {
  12472. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  12473. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  12474. -webkit-animation-timing-function: ease-out;
  12475. animation-timing-function: ease-out
  12476. }
  12477. 40% {
  12478. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  12479. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  12480. -webkit-animation-timing-function: ease-out;
  12481. animation-timing-function: ease-out
  12482. }
  12483. 50% {
  12484. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  12485. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  12486. -webkit-animation-timing-function: ease-in;
  12487. animation-timing-function: ease-in
  12488. }
  12489. 80% {
  12490. -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  12491. transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  12492. -webkit-animation-timing-function: ease-in;
  12493. animation-timing-function: ease-in
  12494. }
  12495. 100% {
  12496. -webkit-transform: perspective(400px);
  12497. transform: perspective(400px);
  12498. -webkit-animation-timing-function: ease-in;
  12499. animation-timing-function: ease-in
  12500. }
  12501. }
  12502.  
  12503. .animated.flip {
  12504. -webkit-backface-visibility: visible;
  12505. backface-visibility: visible;
  12506. -webkit-animation-name: flip;
  12507. animation-name: flip
  12508. }
  12509.  
  12510. @-webkit-keyframes flipInX {
  12511. 0% {
  12512. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  12513. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  12514. -webkit-transition-timing-function: ease-in;
  12515. transition-timing-function: ease-in;
  12516. opacity: 0
  12517. }
  12518. 40% {
  12519. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  12520. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  12521. -webkit-transition-timing-function: ease-in;
  12522. transition-timing-function: ease-in
  12523. }
  12524. 60% {
  12525. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  12526. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  12527. opacity: 1
  12528. }
  12529. 80% {
  12530. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  12531. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  12532. }
  12533. 100% {
  12534. -webkit-transform: perspective(400px);
  12535. transform: perspective(400px)
  12536. }
  12537. }
  12538.  
  12539. @keyframes flipInX {
  12540. 0% {
  12541. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  12542. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  12543. -webkit-transition-timing-function: ease-in;
  12544. transition-timing-function: ease-in;
  12545. opacity: 0
  12546. }
  12547. 40% {
  12548. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  12549. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  12550. -webkit-transition-timing-function: ease-in;
  12551. transition-timing-function: ease-in
  12552. }
  12553. 60% {
  12554. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  12555. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  12556. opacity: 1
  12557. }
  12558. 80% {
  12559. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  12560. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  12561. }
  12562. 100% {
  12563. -webkit-transform: perspective(400px);
  12564. transform: perspective(400px)
  12565. }
  12566. }
  12567.  
  12568. .flipInX {
  12569. -webkit-backface-visibility: visible !important;
  12570. backface-visibility: visible !important;
  12571. -webkit-animation-name: flipInX;
  12572. animation-name: flipInX
  12573. }
  12574.  
  12575. @-webkit-keyframes flipInY {
  12576. 0% {
  12577. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  12578. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  12579. -webkit-transition-timing-function: ease-in;
  12580. transition-timing-function: ease-in;
  12581. opacity: 0
  12582. }
  12583. 40% {
  12584. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  12585. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  12586. -webkit-transition-timing-function: ease-in;
  12587. transition-timing-function: ease-in
  12588. }
  12589. 60% {
  12590. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  12591. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  12592. opacity: 1
  12593. }
  12594. 80% {
  12595. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  12596. transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  12597. }
  12598. 100% {
  12599. -webkit-transform: perspective(400px);
  12600. transform: perspective(400px)
  12601. }
  12602. }
  12603.  
  12604. @keyframes flipInY {
  12605. 0% {
  12606. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  12607. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  12608. -webkit-transition-timing-function: ease-in;
  12609. transition-timing-function: ease-in;
  12610. opacity: 0
  12611. }
  12612. 40% {
  12613. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  12614. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  12615. -webkit-transition-timing-function: ease-in;
  12616. transition-timing-function: ease-in
  12617. }
  12618. 60% {
  12619. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  12620. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  12621. opacity: 1
  12622. }
  12623. 80% {
  12624. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  12625. transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  12626. }
  12627. 100% {
  12628. -webkit-transform: perspective(400px);
  12629. transform: perspective(400px)
  12630. }
  12631. }
  12632.  
  12633. .flipInY {
  12634. -webkit-backface-visibility: visible !important;
  12635. backface-visibility: visible !important;
  12636. -webkit-animation-name: flipInY;
  12637. animation-name: flipInY
  12638. }
  12639.  
  12640. @-webkit-keyframes flipOutX {
  12641. 0% {
  12642. -webkit-transform: perspective(400px);
  12643. transform: perspective(400px)
  12644. }
  12645. 30% {
  12646. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  12647. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  12648. opacity: 1
  12649. }
  12650. 100% {
  12651. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  12652. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  12653. opacity: 0
  12654. }
  12655. }
  12656.  
  12657. @keyframes flipOutX {
  12658. 0% {
  12659. -webkit-transform: perspective(400px);
  12660. transform: perspective(400px)
  12661. }
  12662. 30% {
  12663. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  12664. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  12665. opacity: 1
  12666. }
  12667. 100% {
  12668. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  12669. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  12670. opacity: 0
  12671. }
  12672. }
  12673.  
  12674. .flipOutX {
  12675. -webkit-animation-name: flipOutX;
  12676. animation-name: flipOutX;
  12677. -webkit-backface-visibility: visible !important;
  12678. backface-visibility: visible !important
  12679. }
  12680.  
  12681. @-webkit-keyframes flipOutY {
  12682. 0% {
  12683. -webkit-transform: perspective(400px);
  12684. transform: perspective(400px)
  12685. }
  12686. 30% {
  12687. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  12688. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  12689. opacity: 1
  12690. }
  12691. 100% {
  12692. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  12693. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  12694. opacity: 0
  12695. }
  12696. }
  12697.  
  12698. @keyframes flipOutY {
  12699. 0% {
  12700. -webkit-transform: perspective(400px);
  12701. transform: perspective(400px)
  12702. }
  12703. 30% {
  12704. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  12705. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  12706. opacity: 1
  12707. }
  12708. 100% {
  12709. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  12710. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  12711. opacity: 0
  12712. }
  12713. }
  12714.  
  12715. .flipOutY {
  12716. -webkit-backface-visibility: visible !important;
  12717. backface-visibility: visible !important;
  12718. -webkit-animation-name: flipOutY;
  12719. animation-name: flipOutY
  12720. }
  12721.  
  12722. @-webkit-keyframes lightSpeedIn {
  12723. 0% {
  12724. -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  12725. transform: translate3d(100%, 0, 0) skewX(-30deg);
  12726. opacity: 0
  12727. }
  12728. 60% {
  12729. -webkit-transform: skewX(20deg);
  12730. transform: skewX(20deg);
  12731. opacity: 1
  12732. }
  12733. 80% {
  12734. -webkit-transform: skewX(-5deg);
  12735. transform: skewX(-5deg);
  12736. opacity: 1
  12737. }
  12738. 100% {
  12739. -webkit-transform: none;
  12740. transform: none;
  12741. opacity: 1
  12742. }
  12743. }
  12744.  
  12745. @keyframes lightSpeedIn {
  12746. 0% {
  12747. -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  12748. transform: translate3d(100%, 0, 0) skewX(-30deg);
  12749. opacity: 0
  12750. }
  12751. 60% {
  12752. -webkit-transform: skewX(20deg);
  12753. transform: skewX(20deg);
  12754. opacity: 1
  12755. }
  12756. 80% {
  12757. -webkit-transform: skewX(-5deg);
  12758. transform: skewX(-5deg);
  12759. opacity: 1
  12760. }
  12761. 100% {
  12762. -webkit-transform: none;
  12763. transform: none;
  12764. opacity: 1
  12765. }
  12766. }
  12767.  
  12768. .lightSpeedIn {
  12769. -webkit-animation-name: lightSpeedIn;
  12770. animation-name: lightSpeedIn;
  12771. -webkit-animation-timing-function: ease-out;
  12772. animation-timing-function: ease-out
  12773. }
  12774.  
  12775. @-webkit-keyframes lightSpeedOut {
  12776. 0% {
  12777. opacity: 1
  12778. }
  12779. 100% {
  12780. -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  12781. transform: translate3d(100%, 0, 0) skewX(30deg);
  12782. opacity: 0
  12783. }
  12784. }
  12785.  
  12786. @keyframes lightSpeedOut {
  12787. 0% {
  12788. opacity: 1
  12789. }
  12790. 100% {
  12791. -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  12792. transform: translate3d(100%, 0, 0) skewX(30deg);
  12793. opacity: 0
  12794. }
  12795. }
  12796.  
  12797. .lightSpeedOut {
  12798. -webkit-animation-name: lightSpeedOut;
  12799. animation-name: lightSpeedOut;
  12800. -webkit-animation-timing-function: ease-in;
  12801. animation-timing-function: ease-in
  12802. }
  12803.  
  12804. @-webkit-keyframes rotateIn {
  12805. 0% {
  12806. -webkit-transform-origin: center;
  12807. transform-origin: center;
  12808. -webkit-transform: rotate3d(0, 0, 1, -200deg);
  12809. transform: rotate3d(0, 0, 1, -200deg);
  12810. opacity: 0
  12811. }
  12812. 100% {
  12813. -webkit-transform-origin: center;
  12814. transform-origin: center;
  12815. -webkit-transform: none;
  12816. transform: none;
  12817. opacity: 1
  12818. }
  12819. }
  12820.  
  12821. @keyframes rotateIn {
  12822. 0% {
  12823. -webkit-transform-origin: center;
  12824. transform-origin: center;
  12825. -webkit-transform: rotate3d(0, 0, 1, -200deg);
  12826. transform: rotate3d(0, 0, 1, -200deg);
  12827. opacity: 0
  12828. }
  12829. 100% {
  12830. -webkit-transform-origin: center;
  12831. transform-origin: center;
  12832. -webkit-transform: none;
  12833. transform: none;
  12834. opacity: 1
  12835. }
  12836. }
  12837.  
  12838. .rotateIn {
  12839. -webkit-animation-name: rotateIn;
  12840. animation-name: rotateIn
  12841. }
  12842.  
  12843. @-webkit-keyframes rotateInDownLeft {
  12844. 0% {
  12845. -webkit-transform-origin: left bottom;
  12846. transform-origin: left bottom;
  12847. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  12848. transform: rotate3d(0, 0, 1, -45deg);
  12849. opacity: 0
  12850. }
  12851. 100% {
  12852. -webkit-transform-origin: left bottom;
  12853. transform-origin: left bottom;
  12854. -webkit-transform: none;
  12855. transform: none;
  12856. opacity: 1
  12857. }
  12858. }
  12859.  
  12860. @keyframes rotateInDownLeft {
  12861. 0% {
  12862. -webkit-transform-origin: left bottom;
  12863. transform-origin: left bottom;
  12864. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  12865. transform: rotate3d(0, 0, 1, -45deg);
  12866. opacity: 0
  12867. }
  12868. 100% {
  12869. -webkit-transform-origin: left bottom;
  12870. transform-origin: left bottom;
  12871. -webkit-transform: none;
  12872. transform: none;
  12873. opacity: 1
  12874. }
  12875. }
  12876.  
  12877. .rotateInDownLeft {
  12878. -webkit-animation-name: rotateInDownLeft;
  12879. animation-name: rotateInDownLeft
  12880. }
  12881.  
  12882. @-webkit-keyframes rotateInDownRight {
  12883. 0% {
  12884. -webkit-transform-origin: right bottom;
  12885. transform-origin: right bottom;
  12886. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  12887. transform: rotate3d(0, 0, 1, 45deg);
  12888. opacity: 0
  12889. }
  12890. 100% {
  12891. -webkit-transform-origin: right bottom;
  12892. transform-origin: right bottom;
  12893. -webkit-transform: none;
  12894. transform: none;
  12895. opacity: 1
  12896. }
  12897. }
  12898.  
  12899. @keyframes rotateInDownRight {
  12900. 0% {
  12901. -webkit-transform-origin: right bottom;
  12902. transform-origin: right bottom;
  12903. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  12904. transform: rotate3d(0, 0, 1, 45deg);
  12905. opacity: 0
  12906. }
  12907. 100% {
  12908. -webkit-transform-origin: right bottom;
  12909. transform-origin: right bottom;
  12910. -webkit-transform: none;
  12911. transform: none;
  12912. opacity: 1
  12913. }
  12914. }
  12915.  
  12916. .rotateInDownRight {
  12917. -webkit-animation-name: rotateInDownRight;
  12918. animation-name: rotateInDownRight
  12919. }
  12920.  
  12921. @-webkit-keyframes rotateInUpLeft {
  12922. 0% {
  12923. -webkit-transform-origin: left bottom;
  12924. transform-origin: left bottom;
  12925. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  12926. transform: rotate3d(0, 0, 1, 45deg);
  12927. opacity: 0
  12928. }
  12929. 100% {
  12930. -webkit-transform-origin: left bottom;
  12931. transform-origin: left bottom;
  12932. -webkit-transform: none;
  12933. transform: none;
  12934. opacity: 1
  12935. }
  12936. }
  12937.  
  12938. @keyframes rotateInUpLeft {
  12939. 0% {
  12940. -webkit-transform-origin: left bottom;
  12941. transform-origin: left bottom;
  12942. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  12943. transform: rotate3d(0, 0, 1, 45deg);
  12944. opacity: 0
  12945. }
  12946. 100% {
  12947. -webkit-transform-origin: left bottom;
  12948. transform-origin: left bottom;
  12949. -webkit-transform: none;
  12950. transform: none;
  12951. opacity: 1
  12952. }
  12953. }
  12954.  
  12955. .rotateInUpLeft {
  12956. -webkit-animation-name: rotateInUpLeft;
  12957. animation-name: rotateInUpLeft
  12958. }
  12959.  
  12960. @-webkit-keyframes rotateInUpRight {
  12961. 0% {
  12962. -webkit-transform-origin: right bottom;
  12963. transform-origin: right bottom;
  12964. -webkit-transform: rotate3d(0, 0, 1, -90deg);
  12965. transform: rotate3d(0, 0, 1, -90deg);
  12966. opacity: 0
  12967. }
  12968. 100% {
  12969. -webkit-transform-origin: right bottom;
  12970. transform-origin: right bottom;
  12971. -webkit-transform: none;
  12972. transform: none;
  12973. opacity: 1
  12974. }
  12975. }
  12976.  
  12977. @keyframes rotateInUpRight {
  12978. 0% {
  12979. -webkit-transform-origin: right bottom;
  12980. transform-origin: right bottom;
  12981. -webkit-transform: rotate3d(0, 0, 1, -90deg);
  12982. transform: rotate3d(0, 0, 1, -90deg);
  12983. opacity: 0
  12984. }
  12985. 100% {
  12986. -webkit-transform-origin: right bottom;
  12987. transform-origin: right bottom;
  12988. -webkit-transform: none;
  12989. transform: none;
  12990. opacity: 1
  12991. }
  12992. }
  12993.  
  12994. .rotateInUpRight {
  12995. -webkit-animation-name: rotateInUpRight;
  12996. animation-name: rotateInUpRight
  12997. }
  12998.  
  12999. @-webkit-keyframes rotateOut {
  13000. 0% {
  13001. -webkit-transform-origin: center;
  13002. transform-origin: center;
  13003. opacity: 1
  13004. }
  13005. 100% {
  13006. -webkit-transform-origin: center;
  13007. transform-origin: center;
  13008. -webkit-transform: rotate3d(0, 0, 1, 200deg);
  13009. transform: rotate3d(0, 0, 1, 200deg);
  13010. opacity: 0
  13011. }
  13012. }
  13013.  
  13014. @keyframes rotateOut {
  13015. 0% {
  13016. -webkit-transform-origin: center;
  13017. transform-origin: center;
  13018. opacity: 1
  13019. }
  13020. 100% {
  13021. -webkit-transform-origin: center;
  13022. transform-origin: center;
  13023. -webkit-transform: rotate3d(0, 0, 1, 200deg);
  13024. transform: rotate3d(0, 0, 1, 200deg);
  13025. opacity: 0
  13026. }
  13027. }
  13028.  
  13029. .rotateOut {
  13030. -webkit-animation-name: rotateOut;
  13031. animation-name: rotateOut
  13032. }
  13033.  
  13034. @-webkit-keyframes rotateOutDownLeft {
  13035. 0% {
  13036. -webkit-transform-origin: left bottom;
  13037. transform-origin: left bottom;
  13038. opacity: 1
  13039. }
  13040. 100% {
  13041. -webkit-transform-origin: left bottom;
  13042. transform-origin: left bottom;
  13043. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  13044. transform: rotate3d(0, 0, 1, 45deg);
  13045. opacity: 0
  13046. }
  13047. }
  13048.  
  13049. @keyframes rotateOutDownLeft {
  13050. 0% {
  13051. -webkit-transform-origin: left bottom;
  13052. transform-origin: left bottom;
  13053. opacity: 1
  13054. }
  13055. 100% {
  13056. -webkit-transform-origin: left bottom;
  13057. transform-origin: left bottom;
  13058. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  13059. transform: rotate3d(0, 0, 1, 45deg);
  13060. opacity: 0
  13061. }
  13062. }
  13063.  
  13064. .rotateOutDownLeft {
  13065. -webkit-animation-name: rotateOutDownLeft;
  13066. animation-name: rotateOutDownLeft
  13067. }
  13068.  
  13069. @-webkit-keyframes rotateOutDownRight {
  13070. 0% {
  13071. -webkit-transform-origin: right bottom;
  13072. transform-origin: right bottom;
  13073. opacity: 1
  13074. }
  13075. 100% {
  13076. -webkit-transform-origin: right bottom;
  13077. transform-origin: right bottom;
  13078. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  13079. transform: rotate3d(0, 0, 1, -45deg);
  13080. opacity: 0
  13081. }
  13082. }
  13083.  
  13084. @keyframes rotateOutDownRight {
  13085. 0% {
  13086. -webkit-transform-origin: right bottom;
  13087. transform-origin: right bottom;
  13088. opacity: 1
  13089. }
  13090. 100% {
  13091. -webkit-transform-origin: right bottom;
  13092. transform-origin: right bottom;
  13093. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  13094. transform: rotate3d(0, 0, 1, -45deg);
  13095. opacity: 0
  13096. }
  13097. }
  13098.  
  13099. .rotateOutDownRight {
  13100. -webkit-animation-name: rotateOutDownRight;
  13101. animation-name: rotateOutDownRight
  13102. }
  13103.  
  13104. @-webkit-keyframes rotateOutUpLeft {
  13105. 0% {
  13106. -webkit-transform-origin: left bottom;
  13107. transform-origin: left bottom;
  13108. opacity: 1
  13109. }
  13110. 100% {
  13111. -webkit-transform-origin: left bottom;
  13112. transform-origin: left bottom;
  13113. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  13114. transform: rotate3d(0, 0, 1, -45deg);
  13115. opacity: 0
  13116. }
  13117. }
  13118.  
  13119. @keyframes rotateOutUpLeft {
  13120. 0% {
  13121. -webkit-transform-origin: left bottom;
  13122. transform-origin: left bottom;
  13123. opacity: 1
  13124. }
  13125. 100% {
  13126. -webkit-transform-origin: left bottom;
  13127. transform-origin: left bottom;
  13128. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  13129. transform: rotate3d(0, 0, 1, -45deg);
  13130. opacity: 0
  13131. }
  13132. }
  13133.  
  13134. .rotateOutUpLeft {
  13135. -webkit-animation-name: rotateOutUpLeft;
  13136. animation-name: rotateOutUpLeft
  13137. }
  13138.  
  13139. @-webkit-keyframes rotateOutUpRight {
  13140. 0% {
  13141. -webkit-transform-origin: right bottom;
  13142. transform-origin: right bottom;
  13143. opacity: 1
  13144. }
  13145. 100% {
  13146. -webkit-transform-origin: right bottom;
  13147. transform-origin: right bottom;
  13148. -webkit-transform: rotate3d(0, 0, 1, 90deg);
  13149. transform: rotate3d(0, 0, 1, 90deg);
  13150. opacity: 0
  13151. }
  13152. }
  13153.  
  13154. @keyframes rotateOutUpRight {
  13155. 0% {
  13156. -webkit-transform-origin: right bottom;
  13157. transform-origin: right bottom;
  13158. opacity: 1
  13159. }
  13160. 100% {
  13161. -webkit-transform-origin: right bottom;
  13162. transform-origin: right bottom;
  13163. -webkit-transform: rotate3d(0, 0, 1, 90deg);
  13164. transform: rotate3d(0, 0, 1, 90deg);
  13165. opacity: 0
  13166. }
  13167. }
  13168.  
  13169. .rotateOutUpRight {
  13170. -webkit-animation-name: rotateOutUpRight;
  13171. animation-name: rotateOutUpRight
  13172. }
  13173.  
  13174. @-webkit-keyframes hinge {
  13175. 0% {
  13176. -webkit-transform-origin: top left;
  13177. transform-origin: top left;
  13178. -webkit-animation-timing-function: ease-in-out;
  13179. animation-timing-function: ease-in-out
  13180. }
  13181. 20%,
  13182. 60% {
  13183. -webkit-transform: rotate3d(0, 0, 1, 80deg);
  13184. transform: rotate3d(0, 0, 1, 80deg);
  13185. -webkit-transform-origin: top left;
  13186. transform-origin: top left;
  13187. -webkit-animation-timing-function: ease-in-out;
  13188. animation-timing-function: ease-in-out
  13189. }
  13190. 40%,
  13191. 80% {
  13192. -webkit-transform: rotate3d(0, 0, 1, 60deg);
  13193. transform: rotate3d(0, 0, 1, 60deg);
  13194. -webkit-transform-origin: top left;
  13195. transform-origin: top left;
  13196. -webkit-animation-timing-function: ease-in-out;
  13197. animation-timing-function: ease-in-out;
  13198. opacity: 1
  13199. }
  13200. 100% {
  13201. -webkit-transform: translate3d(0, 700px, 0);
  13202. transform: translate3d(0, 700px, 0);
  13203. opacity: 0
  13204. }
  13205. }
  13206.  
  13207. @keyframes hinge {
  13208. 0% {
  13209. -webkit-transform-origin: top left;
  13210. transform-origin: top left;
  13211. -webkit-animation-timing-function: ease-in-out;
  13212. animation-timing-function: ease-in-out
  13213. }
  13214. 20%,
  13215. 60% {
  13216. -webkit-transform: rotate3d(0, 0, 1, 80deg);
  13217. transform: rotate3d(0, 0, 1, 80deg);
  13218. -webkit-transform-origin: top left;
  13219. transform-origin: top left;
  13220. -webkit-animation-timing-function: ease-in-out;
  13221. animation-timing-function: ease-in-out
  13222. }
  13223. 40%,
  13224. 80% {
  13225. -webkit-transform: rotate3d(0, 0, 1, 60deg);
  13226. transform: rotate3d(0, 0, 1, 60deg);
  13227. -webkit-transform-origin: top left;
  13228. transform-origin: top left;
  13229. -webkit-animation-timing-function: ease-in-out;
  13230. animation-timing-function: ease-in-out;
  13231. opacity: 1
  13232. }
  13233. 100% {
  13234. -webkit-transform: translate3d(0, 700px, 0);
  13235. transform: translate3d(0, 700px, 0);
  13236. opacity: 0
  13237. }
  13238. }
  13239.  
  13240. .hinge {
  13241. -webkit-animation-name: hinge;
  13242. animation-name: hinge
  13243. }
  13244.  
  13245. @-webkit-keyframes rollIn {
  13246. 0% {
  13247. opacity: 0;
  13248. -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  13249. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  13250. }
  13251. 100% {
  13252. opacity: 1;
  13253. -webkit-transform: none;
  13254. transform: none
  13255. }
  13256. }
  13257.  
  13258. @keyframes rollIn {
  13259. 0% {
  13260. opacity: 0;
  13261. -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  13262. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  13263. }
  13264. 100% {
  13265. opacity: 1;
  13266. -webkit-transform: none;
  13267. transform: none
  13268. }
  13269. }
  13270.  
  13271. .rollIn {
  13272. -webkit-animation-name: rollIn;
  13273. animation-name: rollIn
  13274. }
  13275.  
  13276. @-webkit-keyframes rollOut {
  13277. 0% {
  13278. opacity: 1
  13279. }
  13280. 100% {
  13281. opacity: 0;
  13282. -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  13283. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  13284. }
  13285. }
  13286.  
  13287. @keyframes rollOut {
  13288. 0% {
  13289. opacity: 1
  13290. }
  13291. 100% {
  13292. opacity: 0;
  13293. -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  13294. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  13295. }
  13296. }
  13297.  
  13298. .rollOut {
  13299. -webkit-animation-name: rollOut;
  13300. animation-name: rollOut
  13301. }
  13302.  
  13303. @-webkit-keyframes zoomIn {
  13304. 0% {
  13305. opacity: 0;
  13306. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  13307. transform: scale3d(0.3, 0.3, 0.3)
  13308. }
  13309. 50% {
  13310. opacity: 1
  13311. }
  13312. }
  13313.  
  13314. @keyframes zoomIn {
  13315. 0% {
  13316. opacity: 0;
  13317. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  13318. transform: scale3d(0.3, 0.3, 0.3)
  13319. }
  13320. 50% {
  13321. opacity: 1
  13322. }
  13323. }
  13324.  
  13325. .zoomIn {
  13326. -webkit-animation-name: zoomIn;
  13327. animation-name: zoomIn
  13328. }
  13329.  
  13330. @-webkit-keyframes zoomInDown {
  13331. 0% {
  13332. opacity: 0;
  13333. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  13334. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  13335. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13336. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13337. }
  13338. 60% {
  13339. opacity: 1;
  13340. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  13341. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  13342. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13343. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13344. }
  13345. }
  13346.  
  13347. @keyframes zoomInDown {
  13348. 0% {
  13349. opacity: 0;
  13350. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  13351. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  13352. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13353. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13354. }
  13355. 60% {
  13356. opacity: 1;
  13357. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  13358. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  13359. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13360. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13361. }
  13362. }
  13363.  
  13364. .zoomInDown {
  13365. -webkit-animation-name: zoomInDown;
  13366. animation-name: zoomInDown
  13367. }
  13368.  
  13369. @-webkit-keyframes zoomInLeft {
  13370. 0% {
  13371. opacity: 0;
  13372. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  13373. transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  13374. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13375. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13376. }
  13377. 60% {
  13378. opacity: 1;
  13379. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  13380. transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  13381. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13382. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13383. }
  13384. }
  13385.  
  13386. @keyframes zoomInLeft {
  13387. 0% {
  13388. opacity: 0;
  13389. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  13390. transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  13391. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13392. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13393. }
  13394. 60% {
  13395. opacity: 1;
  13396. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  13397. transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  13398. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13399. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13400. }
  13401. }
  13402.  
  13403. .zoomInLeft {
  13404. -webkit-animation-name: zoomInLeft;
  13405. animation-name: zoomInLeft
  13406. }
  13407.  
  13408. @-webkit-keyframes zoomInRight {
  13409. 0% {
  13410. opacity: 0;
  13411. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  13412. transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  13413. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13414. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13415. }
  13416. 60% {
  13417. opacity: 1;
  13418. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  13419. transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  13420. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13421. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13422. }
  13423. }
  13424.  
  13425. @keyframes zoomInRight {
  13426. 0% {
  13427. opacity: 0;
  13428. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  13429. transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  13430. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13431. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13432. }
  13433. 60% {
  13434. opacity: 1;
  13435. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  13436. transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  13437. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13438. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13439. }
  13440. }
  13441.  
  13442. .zoomInRight {
  13443. -webkit-animation-name: zoomInRight;
  13444. animation-name: zoomInRight
  13445. }
  13446.  
  13447. @-webkit-keyframes zoomInUp {
  13448. 0% {
  13449. opacity: 0;
  13450. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  13451. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  13452. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13453. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13454. }
  13455. 60% {
  13456. opacity: 1;
  13457. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  13458. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  13459. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13460. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13461. }
  13462. }
  13463.  
  13464. @keyframes zoomInUp {
  13465. 0% {
  13466. opacity: 0;
  13467. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  13468. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  13469. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13470. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13471. }
  13472. 60% {
  13473. opacity: 1;
  13474. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  13475. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  13476. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13477. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13478. }
  13479. }
  13480.  
  13481. .zoomInUp {
  13482. -webkit-animation-name: zoomInUp;
  13483. animation-name: zoomInUp
  13484. }
  13485.  
  13486. @-webkit-keyframes zoomOut {
  13487. 0% {
  13488. opacity: 1
  13489. }
  13490. 50% {
  13491. opacity: 0;
  13492. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  13493. transform: scale3d(0.3, 0.3, 0.3)
  13494. }
  13495. 100% {
  13496. opacity: 0
  13497. }
  13498. }
  13499.  
  13500. @keyframes zoomOut {
  13501. 0% {
  13502. opacity: 1
  13503. }
  13504. 50% {
  13505. opacity: 0;
  13506. -webkit-transform: scale3d(0.3, 0.3, 0.3);
  13507. transform: scale3d(0.3, 0.3, 0.3)
  13508. }
  13509. 100% {
  13510. opacity: 0
  13511. }
  13512. }
  13513.  
  13514. .zoomOut {
  13515. -webkit-animation-name: zoomOut;
  13516. animation-name: zoomOut
  13517. }
  13518.  
  13519. @-webkit-keyframes zoomOutDown {
  13520. 40% {
  13521. opacity: 1;
  13522. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  13523. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  13524. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13525. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13526. }
  13527. 100% {
  13528. opacity: 0;
  13529. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  13530. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  13531. -webkit-transform-origin: center bottom;
  13532. transform-origin: center bottom;
  13533. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13534. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13535. }
  13536. }
  13537.  
  13538. @keyframes zoomOutDown {
  13539. 40% {
  13540. opacity: 1;
  13541. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  13542. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  13543. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13544. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13545. }
  13546. 100% {
  13547. opacity: 0;
  13548. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  13549. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
  13550. -webkit-transform-origin: center bottom;
  13551. transform-origin: center bottom;
  13552. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13553. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13554. }
  13555. }
  13556.  
  13557. .zoomOutDown {
  13558. -webkit-animation-name: zoomOutDown;
  13559. animation-name: zoomOutDown
  13560. }
  13561.  
  13562. @-webkit-keyframes zoomOutLeft {
  13563. 40% {
  13564. opacity: 1;
  13565. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  13566. transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  13567. }
  13568. 100% {
  13569. opacity: 0;
  13570. -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
  13571. transform: scale(0.1) translate3d(-2000px, 0, 0);
  13572. -webkit-transform-origin: left center;
  13573. transform-origin: left center
  13574. }
  13575. }
  13576.  
  13577. @keyframes zoomOutLeft {
  13578. 40% {
  13579. opacity: 1;
  13580. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  13581. transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  13582. }
  13583. 100% {
  13584. opacity: 0;
  13585. -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
  13586. transform: scale(0.1) translate3d(-2000px, 0, 0);
  13587. -webkit-transform-origin: left center;
  13588. transform-origin: left center
  13589. }
  13590. }
  13591.  
  13592. .zoomOutLeft {
  13593. -webkit-animation-name: zoomOutLeft;
  13594. animation-name: zoomOutLeft
  13595. }
  13596.  
  13597. @-webkit-keyframes zoomOutRight {
  13598. 40% {
  13599. opacity: 1;
  13600. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  13601. transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  13602. }
  13603. 100% {
  13604. opacity: 0;
  13605. -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
  13606. transform: scale(0.1) translate3d(2000px, 0, 0);
  13607. -webkit-transform-origin: right center;
  13608. transform-origin: right center
  13609. }
  13610. }
  13611.  
  13612. @keyframes zoomOutRight {
  13613. 40% {
  13614. opacity: 1;
  13615. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  13616. transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  13617. }
  13618. 100% {
  13619. opacity: 0;
  13620. -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
  13621. transform: scale(0.1) translate3d(2000px, 0, 0);
  13622. -webkit-transform-origin: right center;
  13623. transform-origin: right center
  13624. }
  13625. }
  13626.  
  13627. .zoomOutRight {
  13628. -webkit-animation-name: zoomOutRight;
  13629. animation-name: zoomOutRight
  13630. }
  13631.  
  13632. @-webkit-keyframes zoomOutUp {
  13633. 40% {
  13634. opacity: 1;
  13635. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  13636. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  13637. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13638. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13639. }
  13640. 100% {
  13641. opacity: 0;
  13642. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  13643. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  13644. -webkit-transform-origin: center bottom;
  13645. transform-origin: center bottom;
  13646. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13647. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13648. }
  13649. }
  13650.  
  13651. @keyframes zoomOutUp {
  13652. 40% {
  13653. opacity: 1;
  13654. -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  13655. transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  13656. -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  13657. animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  13658. }
  13659. 100% {
  13660. opacity: 0;
  13661. -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  13662. transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
  13663. -webkit-transform-origin: center bottom;
  13664. transform-origin: center bottom;
  13665. -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  13666. animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  13667. }
  13668. }
  13669.  
  13670. .zoomOutUp {
  13671. -webkit-animation-name: zoomOutUp;
  13672. animation-name: zoomOutUp
  13673. }
  13674.  
  13675. @-webkit-keyframes slideInDown {
  13676. 0% {
  13677. -webkit-transform: translate3d(0, -100%, 0);
  13678. transform: translate3d(0, -100%, 0);
  13679. visibility: visible
  13680. }
  13681. 100% {
  13682. -webkit-transform: translate3d(0, 0, 0);
  13683. transform: translate3d(0, 0, 0)
  13684. }
  13685. }
  13686.  
  13687. @keyframes slideInDown {
  13688. 0% {
  13689. -webkit-transform: translate3d(0, -100%, 0);
  13690. transform: translate3d(0, -100%, 0);
  13691. visibility: visible
  13692. }
  13693. 100% {
  13694. -webkit-transform: translate3d(0, 0, 0);
  13695. transform: translate3d(0, 0, 0)
  13696. }
  13697. }
  13698.  
  13699. .slideInDown {
  13700. -webkit-animation-name: slideInDown;
  13701. animation-name: slideInDown
  13702. }
  13703.  
  13704. @-webkit-keyframes slideInLeft {
  13705. 0% {
  13706. -webkit-transform: translate3d(-100%, 0, 0);
  13707. transform: translate3d(-100%, 0, 0);
  13708. visibility: visible
  13709. }
  13710. 100% {
  13711. -webkit-transform: translate3d(0, 0, 0);
  13712. transform: translate3d(0, 0, 0)
  13713. }
  13714. }
  13715.  
  13716. @keyframes slideInLeft {
  13717. 0% {
  13718. -webkit-transform: translate3d(-100%, 0, 0);
  13719. transform: translate3d(-100%, 0, 0);
  13720. visibility: visible
  13721. }
  13722. 100% {
  13723. -webkit-transform: translate3d(0, 0, 0);
  13724. transform: translate3d(0, 0, 0)
  13725. }
  13726. }
  13727.  
  13728. .slideInLeft {
  13729. -webkit-animation-name: slideInLeft;
  13730. animation-name: slideInLeft
  13731. }
  13732.  
  13733. @-webkit-keyframes slideInRight {
  13734. 0% {
  13735. -webkit-transform: translate3d(100%, 0, 0);
  13736. transform: translate3d(100%, 0, 0);
  13737. visibility: visible
  13738. }
  13739. 100% {
  13740. -webkit-transform: translate3d(0, 0, 0);
  13741. transform: translate3d(0, 0, 0)
  13742. }
  13743. }
  13744.  
  13745. @keyframes slideInRight {
  13746. 0% {
  13747. -webkit-transform: translate3d(100%, 0, 0);
  13748. transform: translate3d(100%, 0, 0);
  13749. visibility: visible
  13750. }
  13751. 100% {
  13752. -webkit-transform: translate3d(0, 0, 0);
  13753. transform: translate3d(0, 0, 0)
  13754. }
  13755. }
  13756.  
  13757. .slideInRight {
  13758. -webkit-animation-name: slideInRight;
  13759. animation-name: slideInRight
  13760. }
  13761.  
  13762. @-webkit-keyframes slideInUp {
  13763. 0% {
  13764. -webkit-transform: translate3d(0, 100%, 0);
  13765. transform: translate3d(0, 100%, 0);
  13766. visibility: visible
  13767. }
  13768. 100% {
  13769. -webkit-transform: translate3d(0, 0, 0);
  13770. transform: translate3d(0, 0, 0)
  13771. }
  13772. }
  13773.  
  13774. @keyframes slideInUp {
  13775. 0% {
  13776. -webkit-transform: translate3d(0, 100%, 0);
  13777. transform: translate3d(0, 100%, 0);
  13778. visibility: visible
  13779. }
  13780. 100% {
  13781. -webkit-transform: translate3d(0, 0, 0);
  13782. transform: translate3d(0, 0, 0)
  13783. }
  13784. }
  13785.  
  13786. .slideInUp {
  13787. -webkit-animation-name: slideInUp;
  13788. animation-name: slideInUp
  13789. }
  13790.  
  13791. @-webkit-keyframes slideOutDown {
  13792. 0% {
  13793. -webkit-transform: translate3d(0, 0, 0);
  13794. transform: translate3d(0, 0, 0)
  13795. }
  13796. 100% {
  13797. visibility: hidden;
  13798. -webkit-transform: translate3d(0, 100%, 0);
  13799. transform: translate3d(0, 100%, 0)
  13800. }
  13801. }
  13802.  
  13803. @keyframes slideOutDown {
  13804. 0% {
  13805. -webkit-transform: translate3d(0, 0, 0);
  13806. transform: translate3d(0, 0, 0)
  13807. }
  13808. 100% {
  13809. visibility: hidden;
  13810. -webkit-transform: translate3d(0, 100%, 0);
  13811. transform: translate3d(0, 100%, 0)
  13812. }
  13813. }
  13814.  
  13815. .slideOutDown {
  13816. -webkit-animation-name: slideOutDown;
  13817. animation-name: slideOutDown
  13818. }
  13819.  
  13820. @-webkit-keyframes slideOutLeft {
  13821. 0% {
  13822. -webkit-transform: translate3d(0, 0, 0);
  13823. transform: translate3d(0, 0, 0)
  13824. }
  13825. 100% {
  13826. visibility: hidden;
  13827. -webkit-transform: translate3d(-100%, 0, 0);
  13828. transform: translate3d(-100%, 0, 0)
  13829. }
  13830. }
  13831.  
  13832. @keyframes slideOutLeft {
  13833. 0% {
  13834. -webkit-transform: translate3d(0, 0, 0);
  13835. transform: translate3d(0, 0, 0)
  13836. }
  13837. 100% {
  13838. visibility: hidden;
  13839. -webkit-transform: translate3d(-100%, 0, 0);
  13840. transform: translate3d(-100%, 0, 0)
  13841. }
  13842. }
  13843.  
  13844. .slideOutLeft {
  13845. -webkit-animation-name: slideOutLeft;
  13846. animation-name: slideOutLeft
  13847. }
  13848.  
  13849. @-webkit-keyframes slideOutRight {
  13850. 0% {
  13851. -webkit-transform: translate3d(0, 0, 0);
  13852. transform: translate3d(0, 0, 0)
  13853. }
  13854. 100% {
  13855. visibility: hidden;
  13856. -webkit-transform: translate3d(100%, 0, 0);
  13857. transform: translate3d(100%, 0, 0)
  13858. }
  13859. }
  13860.  
  13861. @keyframes slideOutRight {
  13862. 0% {
  13863. -webkit-transform: translate3d(0, 0, 0);
  13864. transform: translate3d(0, 0, 0)
  13865. }
  13866. 100% {
  13867. visibility: hidden;
  13868. -webkit-transform: translate3d(100%, 0, 0);
  13869. transform: translate3d(100%, 0, 0)
  13870. }
  13871. }
  13872.  
  13873. .slideOutRight {
  13874. -webkit-animation-name: slideOutRight;
  13875. animation-name: slideOutRight
  13876. }
  13877.  
  13878. @-webkit-keyframes slideOutUp {
  13879. 0% {
  13880. -webkit-transform: translate3d(0, 0, 0);
  13881. transform: translate3d(0, 0, 0)
  13882. }
  13883. 100% {
  13884. visibility: hidden;
  13885. -webkit-transform: translate3d(0, -100%, 0);
  13886. transform: translate3d(0, -100%, 0)
  13887. }
  13888. }
  13889.  
  13890. @keyframes slideOutUp {
  13891. 0% {
  13892. -webkit-transform: translate3d(0, 0, 0);
  13893. transform: translate3d(0, 0, 0)
  13894. }
  13895. 100% {
  13896. visibility: hidden;
  13897. -webkit-transform: translate3d(0, -100%, 0);
  13898. transform: translate3d(0, -100%, 0)
  13899. }
  13900. }
  13901.  
  13902. .slideOutUp {
  13903. -webkit-animation-name: slideOutUp;
  13904. animation-name: slideOutUp
  13905. }
  13906.  
  13907.  
  13908. /*!
  13909. * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
  13910. * Code licensed under the Apache License v2.0.
  13911. * For details, see http://www.apache.org/licenses/LICENSE-2.0.
  13912. */
  13913.  
  13914. html,
  13915. body {
  13916. width: 100%;
  13917. height: 100%
  13918. }
  13919.  
  13920. section {
  13921. padding: 100px 0
  13922. }
  13923.  
  13924. aside {
  13925. padding: 50px 0
  13926. }
  13927.  
  13928. .no-padding {
  13929. padding: 0
  13930. }
  13931.  
  13932. .section-heading {
  13933. margin-top: 0
  13934. }
  13935.  
  13936. .select2-container {
  13937. box-sizing: border-box;
  13938. display: inline-block;
  13939. margin: 0;
  13940. position: relative;
  13941. vertical-align: middle
  13942. }
  13943.  
  13944. .select2-container .select2-selection--single {
  13945. box-sizing: border-box;
  13946. cursor: pointer;
  13947. display: block;
  13948. height: 28px;
  13949. user-select: none;
  13950. -webkit-user-select: none
  13951. }
  13952.  
  13953. .select2-container .select2-selection--single .select2-selection__rendered {
  13954. display: block;
  13955. padding-left: 8px;
  13956. padding-right: 20px;
  13957. overflow: hidden;
  13958. text-overflow: ellipsis;
  13959. white-space: nowrap
  13960. }
  13961.  
  13962. .select2-container .select2-selection--single .select2-selection__clear {
  13963. position: relative
  13964. }
  13965.  
  13966. .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  13967. padding-right: 8px;
  13968. padding-left: 20px
  13969. }
  13970.  
  13971. .select2-container .select2-selection--multiple {
  13972. box-sizing: border-box;
  13973. cursor: pointer;
  13974. display: block;
  13975. min-height: 32px;
  13976. user-select: none;
  13977. -webkit-user-select: none
  13978. }
  13979.  
  13980. .select2-container .select2-selection--multiple .select2-selection__rendered {
  13981. display: inline-block;
  13982. overflow: hidden;
  13983. padding-left: 8px;
  13984. text-overflow: ellipsis;
  13985. white-space: nowrap
  13986. }
  13987.  
  13988. .select2-container .select2-search--inline {
  13989. float: left
  13990. }
  13991.  
  13992. .select2-container .select2-search--inline .select2-search__field {
  13993. box-sizing: border-box;
  13994. border: none;
  13995. font-size: 100%;
  13996. margin-top: 5px;
  13997. padding: 0
  13998. }
  13999.  
  14000. .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  14001. -webkit-appearance: none
  14002. }
  14003.  
  14004. .select2-dropdown {
  14005. background-color: white;
  14006. border: 1px solid #aaa;
  14007. border-radius: 4px;
  14008. box-sizing: border-box;
  14009. display: block;
  14010. position: absolute;
  14011. left: -100000px;
  14012. width: 100%;
  14013. z-index: 1051
  14014. }
  14015.  
  14016. .select2-results {
  14017. display: block
  14018. }
  14019.  
  14020. .select2-results__options {
  14021. list-style: none;
  14022. margin: 0;
  14023. padding: 0
  14024. }
  14025.  
  14026. .select2-results__option {
  14027. padding: 6px;
  14028. user-select: none;
  14029. -webkit-user-select: none
  14030. }
  14031.  
  14032. .select2-results__option[aria-selected] {
  14033. cursor: pointer
  14034. }
  14035.  
  14036. .select2-container--open .select2-dropdown {
  14037. left: 0
  14038. }
  14039.  
  14040. .select2-container--open .select2-dropdown--above {
  14041. border-bottom: none;
  14042. border-bottom-left-radius: 0;
  14043. border-bottom-right-radius: 0
  14044. }
  14045.  
  14046. .select2-container--open .select2-dropdown--below {
  14047. border-top: none;
  14048. border-top-left-radius: 0;
  14049. border-top-right-radius: 0
  14050. }
  14051.  
  14052. .select2-search--dropdown {
  14053. display: block;
  14054. padding: 4px
  14055. }
  14056.  
  14057. .select2-search--dropdown .select2-search__field {
  14058. padding: 4px;
  14059. width: 100%;
  14060. box-sizing: border-box
  14061. }
  14062.  
  14063. .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  14064. -webkit-appearance: none
  14065. }
  14066.  
  14067. .select2-search--dropdown.select2-search--hide {
  14068. display: none
  14069. }
  14070.  
  14071. .select2-close-mask {
  14072. border: 0;
  14073. margin: 0;
  14074. padding: 0;
  14075. display: block;
  14076. position: fixed;
  14077. left: 0;
  14078. top: 0;
  14079. min-height: 100%;
  14080. min-width: 100%;
  14081. height: auto;
  14082. width: auto;
  14083. opacity: 0;
  14084. z-index: 99;
  14085. background-color: #fff;
  14086. filter: alpha(opacity=0)
  14087. }
  14088.  
  14089. .select2-hidden-accessible {
  14090. border: 0 !important;
  14091. clip: rect(0 0 0 0) !important;
  14092. height: 1px !important;
  14093. margin: -1px !important;
  14094. overflow: hidden !important;
  14095. padding: 0 !important;
  14096. position: absolute !important;
  14097. width: 1px !important
  14098. }
  14099.  
  14100. .select2-container--default .select2-selection--single {
  14101. background-color: #fff;
  14102. border: 1px solid #aaa;
  14103. border-radius: 4px
  14104. }
  14105.  
  14106. .select2-container--default .select2-selection--single .select2-selection__rendered {
  14107. color: #444;
  14108. line-height: 28px
  14109. }
  14110.  
  14111. .select2-container--default .select2-selection--single .select2-selection__clear {
  14112. cursor: pointer;
  14113. float: right;
  14114. font-weight: bold
  14115. }
  14116.  
  14117. .select2-container--default .select2-selection--single .select2-selection__placeholder {
  14118. color: #999
  14119. }
  14120.  
  14121. .select2-container--default .select2-selection--single .select2-selection__arrow {
  14122. height: 26px;
  14123. position: absolute;
  14124. top: 1px;
  14125. right: 1px;
  14126. width: 20px
  14127. }
  14128.  
  14129. .select2-container--default .select2-selection--single .select2-selection__arrow b {
  14130. border-color: #888 transparent transparent transparent;
  14131. border-style: solid;
  14132. border-width: 5px 4px 0 4px;
  14133. height: 0;
  14134. left: 50%;
  14135. margin-left: -4px;
  14136. margin-top: -2px;
  14137. position: absolute;
  14138. top: 50%;
  14139. width: 0
  14140. }
  14141.  
  14142. .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  14143. float: left
  14144. }
  14145.  
  14146. .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  14147. left: 1px;
  14148. right: auto
  14149. }
  14150.  
  14151. .select2-container--default.select2-container--disabled .select2-selection--single {
  14152. background-color: #eee;
  14153. cursor: default
  14154. }
  14155.  
  14156. .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  14157. display: none
  14158. }
  14159.  
  14160. .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  14161. border-color: transparent transparent #888 transparent;
  14162. border-width: 0 4px 5px 4px
  14163. }
  14164.  
  14165. .select2-container--default .select2-selection--multiple {
  14166. background-color: white;
  14167. border: 1px solid #aaa;
  14168. border-radius: 4px;
  14169. cursor: text
  14170. }
  14171.  
  14172. .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  14173. box-sizing: border-box;
  14174. list-style: none;
  14175. margin: 0;
  14176. padding: 0 5px;
  14177. width: 100%
  14178. }
  14179.  
  14180. .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  14181. color: #999;
  14182. margin-top: 5px;
  14183. float: left
  14184. }
  14185.  
  14186. .select2-container--default .select2-selection--multiple .select2-selection__clear {
  14187. cursor: pointer;
  14188. float: right;
  14189. font-weight: bold;
  14190. margin-top: 5px;
  14191. margin-right: 10px
  14192. }
  14193.  
  14194. .select2-container--default .select2-selection--multiple .select2-selection__choice {
  14195. background-color: #e4e4e4;
  14196. border: 1px solid #aaa;
  14197. border-radius: 4px;
  14198. cursor: default;
  14199. float: left;
  14200. margin-right: 5px;
  14201. margin-top: 5px;
  14202. padding: 0 5px
  14203. }
  14204.  
  14205. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  14206. color: #999;
  14207. cursor: pointer;
  14208. display: inline-block;
  14209. font-weight: bold;
  14210. margin-right: 2px
  14211. }
  14212.  
  14213. .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  14214. color: #333
  14215. }
  14216.  
  14217. .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
  14218. .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
  14219. .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  14220. float: right
  14221. }
  14222.  
  14223. .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  14224. margin-left: 5px;
  14225. margin-right: auto
  14226. }
  14227.  
  14228. .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  14229. margin-left: 2px;
  14230. margin-right: auto
  14231. }
  14232.  
  14233. .select2-container--default.select2-container--focus .select2-selection--multiple {
  14234. border: solid black 1px;
  14235. outline: 0
  14236. }
  14237.  
  14238. .select2-container--default.select2-container--disabled .select2-selection--multiple {
  14239. background-color: #eee;
  14240. cursor: default
  14241. }
  14242.  
  14243. .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  14244. display: none
  14245. }
  14246.  
  14247. .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
  14248. .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  14249. border-top-left-radius: 0;
  14250. border-top-right-radius: 0
  14251. }
  14252.  
  14253. .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
  14254. .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  14255. border-bottom-left-radius: 0;
  14256. border-bottom-right-radius: 0
  14257. }
  14258.  
  14259. .select2-container--default .select2-search--dropdown .select2-search__field {
  14260. border: 1px solid #aaa
  14261. }
  14262.  
  14263. .select2-container--default .select2-search--inline .select2-search__field {
  14264. background: transparent;
  14265. border: none;
  14266. outline: 0;
  14267. box-shadow: none;
  14268. -webkit-appearance: textfield
  14269. }
  14270.  
  14271. .select2-container--default .select2-results>.select2-results__options {
  14272. max-height: 200px;
  14273. overflow-y: auto
  14274. }
  14275.  
  14276. .select2-container--default .select2-results__option[role=group] {
  14277. padding: 0
  14278. }
  14279.  
  14280. .select2-container--default .select2-results__option[aria-disabled=true] {
  14281. color: #999
  14282. }
  14283.  
  14284. .select2-container--default .select2-results__option[aria-selected=true] {
  14285. background-color: #ddd
  14286. }
  14287.  
  14288. .select2-container--default .select2-results__option .select2-results__option {
  14289. padding-left: 1em
  14290. }
  14291.  
  14292. .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  14293. padding-left: 0
  14294. }
  14295.  
  14296. .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  14297. margin-left: -1em;
  14298. padding-left: 2em
  14299. }
  14300.  
  14301. .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  14302. margin-left: -2em;
  14303. padding-left: 3em
  14304. }
  14305.  
  14306. .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  14307. margin-left: -3em;
  14308. padding-left: 4em
  14309. }
  14310.  
  14311. .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  14312. margin-left: -4em;
  14313. padding-left: 5em
  14314. }
  14315.  
  14316. .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  14317. margin-left: -5em;
  14318. padding-left: 6em
  14319. }
  14320.  
  14321. .select2-container--default .select2-results__option--highlighted[aria-selected] {
  14322. background-color: #5897fb;
  14323. color: white
  14324. }
  14325.  
  14326. .select2-container--default .select2-results__group {
  14327. cursor: default;
  14328. display: block;
  14329. padding: 6px
  14330. }
  14331.  
  14332. .select2-container--classic .select2-selection--single {
  14333. background-color: #f7f7f7;
  14334. border: 1px solid #aaa;
  14335. border-radius: 4px;
  14336. outline: 0;
  14337. background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  14338. background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  14339. background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  14340. background-repeat: repeat-x;
  14341. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
  14342. }
  14343.  
  14344. .select2-container--classic .select2-selection--single:focus {
  14345. border: 1px solid #5897fb
  14346. }
  14347.  
  14348. .select2-container--classic .select2-selection--single .select2-selection__rendered {
  14349. color: #444;
  14350. line-height: 28px
  14351. }
  14352.  
  14353. .select2-container--classic .select2-selection--single .select2-selection__clear {
  14354. cursor: pointer;
  14355. float: right;
  14356. font-weight: bold;
  14357. margin-right: 10px
  14358. }
  14359.  
  14360. .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  14361. color: #999
  14362. }
  14363.  
  14364. .select2-container--classic .select2-selection--single .select2-selection__arrow {
  14365. background-color: #ddd;
  14366. border: none;
  14367. border-left: 1px solid #aaa;
  14368. border-top-right-radius: 4px;
  14369. border-bottom-right-radius: 4px;
  14370. height: 26px;
  14371. position: absolute;
  14372. top: 1px;
  14373. right: 1px;
  14374. width: 20px;
  14375. background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  14376. background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  14377. background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  14378. background-repeat: repeat-x;
  14379. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
  14380. }
  14381.  
  14382. .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  14383. border-color: #888 transparent transparent transparent;
  14384. border-style: solid;
  14385. border-width: 5px 4px 0 4px;
  14386. height: 0;
  14387. left: 50%;
  14388. margin-left: -4px;
  14389. margin-top: -2px;
  14390. position: absolute;
  14391. top: 50%;
  14392. width: 0
  14393. }
  14394.  
  14395. .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  14396. float: left
  14397. }
  14398.  
  14399. .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  14400. border: none;
  14401. border-right: 1px solid #aaa;
  14402. border-radius: 0;
  14403. border-top-left-radius: 4px;
  14404. border-bottom-left-radius: 4px;
  14405. left: 1px;
  14406. right: auto
  14407. }
  14408.  
  14409. .select2-container--classic.select2-container--open .select2-selection--single {
  14410. border: 1px solid #5897fb
  14411. }
  14412.  
  14413. .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  14414. background: transparent;
  14415. border: none
  14416. }
  14417.  
  14418. .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  14419. border-color: transparent transparent #888 transparent;
  14420. border-width: 0 4px 5px 4px
  14421. }
  14422.  
  14423. .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  14424. border-top: none;
  14425. border-top-left-radius: 0;
  14426. border-top-right-radius: 0;
  14427. background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  14428. background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  14429. background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  14430. background-repeat: repeat-x;
  14431. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
  14432. }
  14433.  
  14434. .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  14435. border-bottom: none;
  14436. border-bottom-left-radius: 0;
  14437. border-bottom-right-radius: 0;
  14438. background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  14439. background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  14440. background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  14441. background-repeat: repeat-x;
  14442. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
  14443. }
  14444.  
  14445. .select2-container--classic .select2-selection--multiple {
  14446. background-color: white;
  14447. border: 1px solid #aaa;
  14448. border-radius: 4px;
  14449. cursor: text;
  14450. outline: 0
  14451. }
  14452.  
  14453. .select2-container--classic .select2-selection--multiple:focus {
  14454. border: 1px solid #5897fb
  14455. }
  14456.  
  14457. .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  14458. list-style: none;
  14459. margin: 0;
  14460. padding: 0 5px
  14461. }
  14462.  
  14463. .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  14464. display: none
  14465. }
  14466.  
  14467. .select2-container--classic .select2-selection--multiple .select2-selection__choice {
  14468. background-color: #e4e4e4;
  14469. border: 1px solid #aaa;
  14470. border-radius: 4px;
  14471. cursor: default;
  14472. float: left;
  14473. margin-right: 5px;
  14474. margin-top: 5px;
  14475. padding: 0 5px
  14476. }
  14477.  
  14478. .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  14479. color: #888;
  14480. cursor: pointer;
  14481. display: inline-block;
  14482. font-weight: bold;
  14483. margin-right: 2px
  14484. }
  14485.  
  14486. .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  14487. color: #555
  14488. }
  14489.  
  14490. .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  14491. float: right
  14492. }
  14493.  
  14494. .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  14495. margin-left: 5px;
  14496. margin-right: auto
  14497. }
  14498.  
  14499. .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  14500. margin-left: 2px;
  14501. margin-right: auto
  14502. }
  14503.  
  14504. .select2-container--classic.select2-container--open .select2-selection--multiple {
  14505. border: 1px solid #5897fb
  14506. }
  14507.  
  14508. .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  14509. border-top: none;
  14510. border-top-left-radius: 0;
  14511. border-top-right-radius: 0
  14512. }
  14513.  
  14514. .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  14515. border-bottom: none;
  14516. border-bottom-left-radius: 0;
  14517. border-bottom-right-radius: 0
  14518. }
  14519.  
  14520. .select2-container--classic .select2-search--dropdown .select2-search__field {
  14521. border: 1px solid #aaa;
  14522. outline: 0
  14523. }
  14524.  
  14525. .select2-container--classic .select2-search--inline .select2-search__field {
  14526. outline: 0;
  14527. box-shadow: none
  14528. }
  14529.  
  14530. .select2-container--classic .select2-dropdown {
  14531. background-color: #fff;
  14532. border: 1px solid transparent
  14533. }
  14534.  
  14535. .select2-container--classic .select2-dropdown--above {
  14536. border-bottom: none
  14537. }
  14538.  
  14539. .select2-container--classic .select2-dropdown--below {
  14540. border-top: none
  14541. }
  14542.  
  14543. .select2-container--classic .select2-results>.select2-results__options {
  14544. max-height: 200px;
  14545. overflow-y: auto
  14546. }
  14547.  
  14548. .select2-container--classic .select2-results__option[role=group] {
  14549. padding: 0
  14550. }
  14551.  
  14552. .select2-container--classic .select2-results__option[aria-disabled=true] {
  14553. color: grey
  14554. }
  14555.  
  14556. .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  14557. background-color: #3875d7;
  14558. color: #fff
  14559. }
  14560.  
  14561. .select2-container--classic .select2-results__group {
  14562. cursor: default;
  14563. display: block;
  14564. padding: 6px
  14565. }
  14566.  
  14567. .select2-container--classic.select2-container--open .select2-dropdown {
  14568. border-color: #5897fb
  14569. }
  14570.  
  14571. @font-face {
  14572. font-family: 'blissheavyregular';
  14573. src: url("/assets/blsw-hv-01ca76285922b1534377d13c8d376f8fee3cb413aebdbd7accafe7cbbb4c6c98.eot");
  14574. src: url("/assets/blsw-hv-01ca76285922b1534377d13c8d376f8fee3cb413aebdbd7accafe7cbbb4c6c98.eot?#iefix") format("embedded-opentype"), url("/assets/blsw-hv-f86efc56d86b3e410cdb4cad2107639c644c648925ad2c79b25c4c47c45e3138.woff2") format("woff2"), url("/assets/blsw-hv-70f7edffd412c03569a88da6261f01c429f68abcf6467d841f0a89153686d415.woff") format("woff"), url("/assets/blsw-hv-ed3f75cc69ebb6d7d2acb16b73f04e4cf6dff3ae6d5dfb6bc292835a49323153.ttf") format("truetype");
  14575. font-weight: normal;
  14576. font-style: normal
  14577. }
  14578.  
  14579. @font-face {
  14580. font-family: 'montserratbold';
  14581. src: url("/assets/montserrat-bold-webfont-98b6cf42ebd88dc25b103d7385e4d87ba84337d9f5725c33719d43978a5b057c.eot");
  14582. src: url("/assets/montserrat-bold-webfont-98b6cf42ebd88dc25b103d7385e4d87ba84337d9f5725c33719d43978a5b057c.eot?#iefix") format("embedded-opentype"), url("/assets/montserrat-bold-webfont-74d2014571b2b1247d1b16a7bb59055615c1299df4ca21da30a732e795f6c01f.woff2") format("woff2"), url("/assets/montserrat-bold-webfont-6e536db0158eb50b25aab086494fd1fa238751c30df764fe2d330ee045601836.woff") format("woff"), url("/assets/montserrat-bold-webfont-44e2f16c744550d3a356f19d56f7160f60ebc9bfd92ae070c5b0e58d8fd88684.ttf") format("truetype"), url("/assets/montserrat-bold-webfont-40f97bcb1ab8f35a4b3ccedd0499bac34f372b83b4cfb273f1d8445566e711d0.svg#montserratbold") format("svg");
  14583. font-weight: normal;
  14584. font-style: normal
  14585. }
  14586.  
  14587. @font-face {
  14588. font-family: 'montserratultra_light';
  14589. src: url("/assets/montserrat-ultralight-webfont-7f9daa03d3806bdf1d25303e676f8dfb09daebded93d58023a9c266811c59b15.eot");
  14590. src: url("/assets/montserrat-ultralight-webfont-7f9daa03d3806bdf1d25303e676f8dfb09daebded93d58023a9c266811c59b15.eot?#iefix") format("embedded-opentype"), url("/assets/montserrat-ultralight-webfont-aa728fcb629a4ef13e2fd7ed9266153065dc8f83bdaa3944c31a75b9887286e7.woff2") format("woff2"), url("/assets/montserrat-ultralight-webfont-f0e3f9d046a611efd21b4d3b0bad679a0358569672894bf746b5be70a7ce4a65.woff") format("woff"), url("/assets/montserrat-ultralight-webfont-b4a8ef81e30caaa58209a57c2769b8ec91442421ad4db068d5c61257ae578ca9.ttf") format("truetype"), url("/assets/montserrat-ultralight-webfont-62bfd2f284824e465bb278ae6aa0bd9855f41fb0752bc95c5b7a7c71e182780c.svg#montserratultra_light") format("svg");
  14591. font-weight: normal;
  14592. font-style: normal
  14593. }
  14594.  
  14595. @font-face {
  14596. font-family: 'montserratlight';
  14597. src: url("/assets/montserrat-light-webfont-84ae00f4240fa68290b1f4e118c5aca46d112aa0e9d562a7d94846d897091691.eot");
  14598. src: url("/assets/montserrat-light-webfont-84ae00f4240fa68290b1f4e118c5aca46d112aa0e9d562a7d94846d897091691.eot?#iefix") format("embedded-opentype"), url("/assets/montserrat-light-webfont-d9cbe74c55853813691e3eebd8351ec27baf72e4513abb34d48fba58b6967a16.woff2") format("woff2"), url("/assets/montserrat-light-webfont-72060c6be60fc49be92d94e027a9a785fe4fcd30aeb772807613b5ae2fe55b82.woff") format("woff"), url("/assets/montserrat-light-webfont-4a94482287efdd79cb328fd526fd291aa1d03abe0e10df965a8227a0eb8562f4.ttf") format("truetype"), url("/assets/montserrat-light-webfont-0593e7a8124ae5f2230c35a64a313a8de3f09186cee7e898142a9bc0fb527240.svg#montserratlight") format("svg");
  14599. font-weight: normal;
  14600. font-style: normal
  14601. }
  14602.  
  14603. @font-face {
  14604. font-family: 'montserratregular';
  14605. src: url("/assets/montserrat-regular-webfont-48decb8fa85bfede41b07d9d68fad05f1e3e5be2b8a3a9258a74cf0f157e11cc.eot");
  14606. src: url("/assets/montserrat-regular-webfont-48decb8fa85bfede41b07d9d68fad05f1e3e5be2b8a3a9258a74cf0f157e11cc.eot?#iefix") format("embedded-opentype"), url("/assets/montserrat-regular-webfont-a962c103f61e0f01ff82e48c1772796c7a32d2fb5555cf3ebbd5f5f5f0f18121.woff2") format("woff2"), url("/assets/montserrat-regular-webfont-6549017c966158e1b4be7c67a22ece781a01a47f9a1423438f54bb45db24cbac.woff") format("woff"), url("/assets/montserrat-regular-webfont-bdba582d16cd1ade6a54f605f50c45e2edb0cca240af98630fc232c88addf3cc.ttf") format("truetype"), url("/assets/montserrat-regular-webfont-451cfda1b2052698f05c8dec7c116dfd2d05e4dcb88261a29f57ffe1ca47aad2.svg#montserratregular") format("svg");
  14607. font-weight: normal;
  14608. font-style: normal
  14609. }
  14610.  
  14611. b,
  14612. strong {
  14613. font-family: 'montserratregular', Arial, sans-serif
  14614. }
  14615.  
  14616. .col-xs-offset-right-12 {
  14617. margin-right: 100%
  14618. }
  14619.  
  14620. .col-xs-offset-right-11 {
  14621. margin-right: 91.66666667%
  14622. }
  14623.  
  14624. .col-xs-offset-right-10 {
  14625. margin-right: 83.33333333%
  14626. }
  14627.  
  14628. .col-xs-offset-right-9 {
  14629. margin-right: 75%
  14630. }
  14631.  
  14632. .col-xs-offset-right-8 {
  14633. margin-right: 66.66666667%
  14634. }
  14635.  
  14636. .col-xs-offset-right-7 {
  14637. margin-right: 58.33333333%
  14638. }
  14639.  
  14640. .col-xs-offset-right-6 {
  14641. margin-right: 50%
  14642. }
  14643.  
  14644. .col-xs-offset-right-5 {
  14645. margin-right: 41.66666667%
  14646. }
  14647.  
  14648. .col-xs-offset-right-4 {
  14649. margin-right: 33.33333333%
  14650. }
  14651.  
  14652. .col-xs-offset-right-3 {
  14653. margin-right: 25%
  14654. }
  14655.  
  14656. .col-xs-offset-right-2 {
  14657. margin-right: 16.66666667%
  14658. }
  14659.  
  14660. .col-xs-offset-right-1 {
  14661. margin-right: 8.33333333%
  14662. }
  14663.  
  14664. .col-xs-offset-right-0 {
  14665. margin-right: 0
  14666. }
  14667.  
  14668. @media (min-width: 768px) {
  14669. .col-sm-offset-right-12 {
  14670. margin-right: 100%
  14671. }
  14672. .col-sm-offset-right-11 {
  14673. margin-right: 91.66666667%
  14674. }
  14675. .col-sm-offset-right-10 {
  14676. margin-right: 83.33333333%
  14677. }
  14678. .col-sm-offset-right-9 {
  14679. margin-right: 75%
  14680. }
  14681. .col-sm-offset-right-8 {
  14682. margin-right: 66.66666667%
  14683. }
  14684. .col-sm-offset-right-7 {
  14685. margin-right: 58.33333333%
  14686. }
  14687. .col-sm-offset-right-6 {
  14688. margin-right: 50%
  14689. }
  14690. .col-sm-offset-right-5 {
  14691. margin-right: 41.66666667%
  14692. }
  14693. .col-sm-offset-right-4 {
  14694. margin-right: 33.33333333%
  14695. }
  14696. .col-sm-offset-right-3 {
  14697. margin-right: 25%
  14698. }
  14699. .col-sm-offset-right-2 {
  14700. margin-right: 16.66666667%
  14701. }
  14702. .col-sm-offset-right-1 {
  14703. margin-right: 8.33333333%
  14704. }
  14705. .col-sm-offset-right-0 {
  14706. margin-right: 0
  14707. }
  14708. }
  14709.  
  14710. @media (min-width: 992px) {
  14711. .col-md-offset-right-12 {
  14712. margin-right: 100%
  14713. }
  14714. .col-md-offset-right-11 {
  14715. margin-right: 91.66666667%
  14716. }
  14717. .col-md-offset-right-10 {
  14718. margin-right: 83.33333333%
  14719. }
  14720. .col-md-offset-right-9 {
  14721. margin-right: 75%
  14722. }
  14723. .col-md-offset-right-8 {
  14724. margin-right: 66.66666667%
  14725. }
  14726. .col-md-offset-right-7 {
  14727. margin-right: 58.33333333%
  14728. }
  14729. .col-md-offset-right-6 {
  14730. margin-right: 50%
  14731. }
  14732. .col-md-offset-right-5 {
  14733. margin-right: 41.66666667%
  14734. }
  14735. .col-md-offset-right-4 {
  14736. margin-right: 33.33333333%
  14737. }
  14738. .col-md-offset-right-3 {
  14739. margin-right: 25%
  14740. }
  14741. .col-md-offset-right-2 {
  14742. margin-right: 16.66666667%
  14743. }
  14744. .col-md-offset-right-1 {
  14745. margin-right: 8.33333333%
  14746. }
  14747. .col-md-offset-right-0 {
  14748. margin-right: 0
  14749. }
  14750. }
  14751.  
  14752. @media (min-width: 1200px) {
  14753. .col-lg-offset-right-12 {
  14754. margin-right: 100%
  14755. }
  14756. .col-lg-offset-right-11 {
  14757. margin-right: 91.66666667%
  14758. }
  14759. .col-lg-offset-right-10 {
  14760. margin-right: 83.33333333%
  14761. }
  14762. .col-lg-offset-right-9 {
  14763. margin-right: 75%
  14764. }
  14765. .col-lg-offset-right-8 {
  14766. margin-right: 66.66666667%
  14767. }
  14768. .col-lg-offset-right-7 {
  14769. margin-right: 58.33333333%
  14770. }
  14771. .col-lg-offset-right-6 {
  14772. margin-right: 50%
  14773. }
  14774. .col-lg-offset-right-5 {
  14775. margin-right: 41.66666667%
  14776. }
  14777. .col-lg-offset-right-4 {
  14778. margin-right: 33.33333333%
  14779. }
  14780. .col-lg-offset-right-3 {
  14781. margin-right: 25%
  14782. }
  14783. .col-lg-offset-right-2 {
  14784. margin-right: 16.66666667%
  14785. }
  14786. .col-lg-offset-right-1 {
  14787. margin-right: 8.33333333%
  14788. }
  14789. .col-lg-offset-right-0 {
  14790. margin-right: 0
  14791. }
  14792. }
  14793.  
  14794. * {
  14795. box-sizing: border-box
  14796. }
  14797.  
  14798. .clearfix {
  14799. clear: both
  14800. }
  14801.  
  14802. a:hover,
  14803. a:focus {
  14804. outline: none
  14805. }
  14806.  
  14807. :focus {
  14808. outline: none
  14809. }
  14810.  
  14811. ::-moz-focus-inner {
  14812. border: 0
  14813. }
  14814.  
  14815. body {
  14816. background-color: white;
  14817. font: normal normal 14px/20px montserratlight, sans-serif;
  14818. color: #404040
  14819. }
  14820.  
  14821. a:hover {
  14822. text-decoration: none
  14823. }
  14824.  
  14825. footer {
  14826. z-index: 1;
  14827. position: relative;
  14828. padding: 0;
  14829. min-height: initial
  14830. }
  14831.  
  14832. footer .footer {
  14833. width: 100%;
  14834. position: relative;
  14835. background-color: #353534
  14836. }
  14837.  
  14838. footer .footer .footer_links {
  14839. padding: 40px 0;
  14840. margin: 0;
  14841. color: #ffffff;
  14842. float: right
  14843. }
  14844.  
  14845. footer .footer .footer_links li {
  14846. list-style: none;
  14847. display: inline-block;
  14848. padding-left: 20px;
  14849. font-size: 12px
  14850. }
  14851.  
  14852. footer .footer .footer_links li a {
  14853. color: #fff
  14854. }
  14855.  
  14856. #dot_footer {
  14857. display: none
  14858. }
  14859.  
  14860. .preloader {
  14861. position: fixed;
  14862. z-index: 998;
  14863. background: #000;
  14864. width: 100%;
  14865. height: 100%;
  14866. text-align: center
  14867. }
  14868.  
  14869. .preloader img {
  14870. width: 100px;
  14871. height: 60px;
  14872. position: absolute;
  14873. top: 50%;
  14874. -ms-transform: translate(-50%);
  14875. -webkit-transform: translate(-50%);
  14876. transform: translate(-50%)
  14877. }
  14878.  
  14879. .fade_overlay {
  14880. position: fixed;
  14881. z-index: 997;
  14882. background: #000;
  14883. width: 100%;
  14884. height: 100%
  14885. }
  14886.  
  14887. h1,
  14888. h2,
  14889. h3,
  14890. h4,
  14891. h5,
  14892. h6 {
  14893. font-family: "blissheavyregular", sans-serif
  14894. }
  14895.  
  14896. h1 {
  14897. font-size: 70px;
  14898. line-height: 70px
  14899. }
  14900.  
  14901. @media (max-width: 768px) {
  14902. h1 {
  14903. font-size: 50px;
  14904. line-height: 50px
  14905. }
  14906. }
  14907.  
  14908. @media (max-width: 420px) {
  14909. h1 {
  14910. font-size: 30px;
  14911. line-height: 30px
  14912. }
  14913. }
  14914.  
  14915. h3 {
  14916. font-size: 30px
  14917. }
  14918.  
  14919. h3.share_title {
  14920. padding: 20px 0;
  14921. margin: 10px 0
  14922. }
  14923.  
  14924. @media (max-width: 768px) {
  14925. h3.share_title {
  14926. padding: 0px;
  14927. margin: 20px 0 0 0
  14928. }
  14929. }
  14930.  
  14931. .center_txt {
  14932. text-align: center
  14933. }
  14934.  
  14935. .right_txt {
  14936. text-align: right
  14937. }
  14938.  
  14939. .btn {
  14940. transition: all 0.2s linear;
  14941. border-radius: 0;
  14942. width: 100%;
  14943. padding: 20px;
  14944. background-color: #353534;
  14945. color: #fd4f00;
  14946. text-align: center;
  14947. font-size: 20px !important;
  14948. font: normal 400 14px/18px blissheavyregular, sans-serif
  14949. }
  14950.  
  14951. .btn .fa {
  14952. font-size: 16px;
  14953. padding-left: 5px
  14954. }
  14955.  
  14956. .btn.blue {
  14957. background: #32b1ca;
  14958. color: #ffffff
  14959. }
  14960.  
  14961. .btn.blue:hover {
  14962. color: #353534
  14963. }
  14964.  
  14965. .btn.orange {
  14966. background: #fd4f00;
  14967. color: #ffffff
  14968. }
  14969.  
  14970. .btn.orange:hover {
  14971. color: #353534
  14972. }
  14973.  
  14974. .btn.grey {
  14975. background: #353534;
  14976. color: #ffffff
  14977. }
  14978.  
  14979. .btn.grey:hover {
  14980. color: #fd4f00
  14981. }
  14982.  
  14983. .btn.section_cta {
  14984. width: auto
  14985. }
  14986.  
  14987. .icon {
  14988. margin-left: 12px
  14989. }
  14990.  
  14991. .break {
  14992. width: 100%;
  14993. height: 1px;
  14994. background-color: #dcdcdc;
  14995. margin: 20px 0
  14996. }
  14997.  
  14998. .h-100 {
  14999. height: 100%
  15000. }
  15001.  
  15002. @media (max-width: 768px) {
  15003. .h-100 {
  15004. height: auto
  15005. }
  15006. }
  15007.  
  15008. .m-t-10 {
  15009. margin-top: 10px
  15010. }
  15011.  
  15012. .m-t-20 {
  15013. margin-top: 20px
  15014. }
  15015.  
  15016. .martop10 {
  15017. margin-top: 10px
  15018. }
  15019.  
  15020. .martop20 {
  15021. margin-top: 20px
  15022. }
  15023.  
  15024. .martop30 {
  15025. margin-top: 30px
  15026. }
  15027.  
  15028. .martop40 {
  15029. margin-top: 40px
  15030. }
  15031.  
  15032. .martop50 {
  15033. margin-top: 50px
  15034. }
  15035.  
  15036. .martop70 {
  15037. margin-top: 70px
  15038. }
  15039.  
  15040. .marbot10 {
  15041. margin-bottom: 10px
  15042. }
  15043.  
  15044. .marbot20 {
  15045. margin-bottom: 20px
  15046. }
  15047.  
  15048. .marbot30 {
  15049. margin-bottom: 30px
  15050. }
  15051.  
  15052. .marbot40 {
  15053. margin-bottom: 40px
  15054. }
  15055.  
  15056. .marbot50 {
  15057. margin-bottom: 50px
  15058. }
  15059.  
  15060. .padtop10 {
  15061. padding-top: 10px
  15062. }
  15063.  
  15064. .padtop20 {
  15065. padding-top: 20px
  15066. }
  15067.  
  15068. .padtop30 {
  15069. padding-top: 30px
  15070. }
  15071.  
  15072. .padtop40 {
  15073. padding-top: 40px
  15074. }
  15075.  
  15076. .padtop50 {
  15077. padding-top: 50px
  15078. }
  15079.  
  15080. .padbot10 {
  15081. padding-bottom: 10px
  15082. }
  15083.  
  15084. .padbot20 {
  15085. padding-bottom: 20px
  15086. }
  15087.  
  15088. .padbot30 {
  15089. padding-bottom: 30px
  15090. }
  15091.  
  15092. .padbot40 {
  15093. padding-bottom: 40px
  15094. }
  15095.  
  15096. .padbot50 {
  15097. padding-bottom: 50px
  15098. }
  15099.  
  15100. @media (max-width: 1015px) {
  15101. .navbar-header {
  15102. float: right
  15103. }
  15104. .navbar-left,
  15105. .navbar-right {
  15106. float: none !important
  15107. }
  15108. .navbar-toggle {
  15109. display: block
  15110. }
  15111. .navbar-collapse {
  15112. border-top: 1px solid transparent;
  15113. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  15114. width: 100%
  15115. }
  15116. .navbar-fixed-top {
  15117. top: 0;
  15118. border-width: 0 0 1px
  15119. }
  15120. .navbar-collapse.collapse {
  15121. display: none !important
  15122. }
  15123. .navbar-nav {
  15124. float: none !important;
  15125. margin-top: 7.5px
  15126. }
  15127. .navbar-nav>li {
  15128. float: none
  15129. }
  15130. .navbar-nav>li>a {
  15131. padding-top: 10px;
  15132. padding-bottom: 10px
  15133. }
  15134. .collapse.in {
  15135. display: block !important;
  15136. position: relative;
  15137. width: 100%
  15138. }
  15139. }
  15140.  
  15141. .affix {
  15142. position: relative
  15143. }
  15144.  
  15145. .header {
  15146. background-color: #fff;
  15147. position: fixed;
  15148. z-index: 999;
  15149. width: 100%;
  15150. -webkit-transition: all 0.2s linear;
  15151. transition: all 0.2s linear
  15152. }
  15153.  
  15154. @media (max-width: 1200px) {
  15155. .header {
  15156. border-bottom: 1px solid #e7e7e7
  15157. }
  15158. }
  15159.  
  15160. .header .navbar {
  15161. margin-bottom: 0
  15162. }
  15163.  
  15164. .logo_con {
  15165. -webkit-transition: all 0.2s linear;
  15166. transition: all 0.2s linear;
  15167. padding: 20px;
  15168. border-right: 1px solid #f1f1f1;
  15169. text-align: right;
  15170. height: 90px;
  15171. z-index: 999;
  15172. position: relative
  15173. }
  15174.  
  15175. .logo_con img {
  15176. -webkit-transition: all 0.2s linear;
  15177. transition: all 0.2s linear;
  15178. height: 50px;
  15179. width: auto;
  15180. position: absolute;
  15181. left: -50px
  15182. }
  15183.  
  15184. @media (max-width: 1200px) {
  15185. .logo_con img {
  15186. height: 40px
  15187. }
  15188. }
  15189.  
  15190. @media (max-width: 1200px) {
  15191. .logo_con {
  15192. padding: 25px 20px
  15193. }
  15194. }
  15195.  
  15196. .nav {
  15197. -webkit-transition: all 0.2s linear;
  15198. transition: all 0.2s linear;
  15199. padding: 0 0 0 30px
  15200. }
  15201.  
  15202. .navbar-default {
  15203. background: #fff;
  15204. border: none
  15205. }
  15206.  
  15207. .navbar-header {
  15208. width: 100%;
  15209. position: absolute
  15210. }
  15211.  
  15212. .navbar-default {
  15213. font-family: "montserratregular", sans-serif
  15214. }
  15215.  
  15216. @media (max-width: 1215px) {
  15217. .navbar-default .navbar-nav.navbar-right {
  15218. padding: 0 0 0 10px;
  15219. border-left: 1px solid #f1f1f1
  15220. }
  15221. .navbar-default .navbar-nav.navbar-right>li {
  15222. display: block;
  15223. float: left;
  15224. width: auto;
  15225. text-align: right
  15226. }
  15227. .navbar-default .navbar-nav.navbar-right>li>.help_link {
  15228. border: none
  15229. }
  15230. .navbar-default .navbar-nav.navbar-right>li>a {
  15231. font-size: 10px;
  15232. padding: 35px 5px 32px 5px
  15233. }
  15234. .navbar-default .navbar-nav.navbar-left>li>a {
  15235. font-size: 10px;
  15236. padding: 35px 10px 32px 10px
  15237. }
  15238. }
  15239.  
  15240. @media (max-width: 1015px) {
  15241. .navbar-default .navbar-nav.navbar-right {
  15242. padding: 0;
  15243. border-left: none
  15244. }
  15245. .navbar-default .navbar-nav.navbar-right>li {
  15246. text-align: left
  15247. }
  15248. .navbar-default .navbar-nav.navbar-right>li>a {
  15249. padding: 15px 15px 12px 15px
  15250. }
  15251. }
  15252.  
  15253. .navbar-default .navbar-nav>li {
  15254. letter-spacing: 2px
  15255. }
  15256.  
  15257. .navbar-default .navbar-nav>li>a {
  15258. -webkit-transition: all 0.2s linear;
  15259. transition: color 0.2s linear;
  15260. font-size: 12px;
  15261. padding: 35px 15px 32px 15px
  15262. }
  15263.  
  15264. @media (max-width: 768px) {
  15265. .navbar-default .navbar-nav>li>a {
  15266. padding: 15px 15px 12px 15px
  15267. }
  15268. }
  15269.  
  15270. .navbar-default .navbar-nav>li.dropdown:hover,
  15271. .navbar-default .navbar-nav>li.top_menu_link:hover {
  15272. color: #fd4f00;
  15273. border-bottom: 3px solid #fd4f00;
  15274. background: #fafafa
  15275. }
  15276.  
  15277. .navbar-default .navbar-nav>li.dropdown.open,
  15278. .navbar-default .navbar-nav>li.top_menu_link.open {
  15279. color: #fd4f00;
  15280. border-bottom: 3px solid #fd4f00
  15281. }
  15282.  
  15283. .navbar-default .navbar-nav>li.dropdown.open a,
  15284. .navbar-default .navbar-nav>li.top_menu_link.open a {
  15285. background: #fafafa
  15286. }
  15287.  
  15288. .navbar-default .navbar-nav>li.dropdown .dropdown-menu,
  15289. .navbar-default .navbar-nav>li.top_menu_link .dropdown-menu {
  15290. background-color: #fd4f00;
  15291. border-radius: 0;
  15292. border: none;
  15293. margin-top: 3px;
  15294. padding: 0
  15295. }
  15296.  
  15297. .navbar-default .navbar-nav>li.dropdown .dropdown-menu>li>a,
  15298. .navbar-default .navbar-nav>li.top_menu_link .dropdown-menu>li>a {
  15299. transition: all 0.2s linear;
  15300. color: #ffffff;
  15301. padding: 10px 15px;
  15302. background-color: #fd4f00
  15303. }
  15304.  
  15305. .navbar-default .navbar-nav>li.dropdown .dropdown-menu>li>a:hover,
  15306. .navbar-default .navbar-nav>li.top_menu_link .dropdown-menu>li>a:hover {
  15307. background-color: #e14600
  15308. }
  15309.  
  15310. .navbar-default .navbar-nav>li.dropdown .dropdown-menu>li>a:focus,
  15311. .navbar-default .navbar-nav>li.top_menu_link .dropdown-menu>li>a:focus {
  15312. background-color: #e14600;
  15313. outline: none
  15314. }
  15315.  
  15316. .navbar-default .navbar-toggle {
  15317. -webkit-transition: all 0.2s linear;
  15318. transition: all 0.2s linear;
  15319. border: none;
  15320. margin-top: 43px;
  15321. margin-right: 0;
  15322. padding: 0;
  15323. cursor: pointer;
  15324. background: transparent;
  15325. border-radius: 0
  15326. }
  15327.  
  15328. .navbar-default .navbar-toggle:hover {
  15329. background: transparent
  15330. }
  15331.  
  15332. .navbar-default .navbar-toggle .icon-bar {
  15333. width: 30px;
  15334. height: 3px;
  15335. background-color: #fd4f00;
  15336. border-radius: 0
  15337. }
  15338.  
  15339. .navbar-default .navbar-right>li>a {
  15340. -webkit-transition: color 0.2s linear;
  15341. transition: color 0.2s linear;
  15342. color: #888887
  15343. }
  15344.  
  15345. .navbar-default .navbar-right>li>.help_link {
  15346. border-right: 1px solid #f1f1f1
  15347. }
  15348.  
  15349. .header_scroll .logo_con {
  15350. padding: 10px 40px 10px 0;
  15351. height: 50px
  15352. }
  15353.  
  15354. .header_scroll .logo_con img {
  15355. height: 30px;
  15356. width: auto
  15357. }
  15358.  
  15359. .header_scroll .nav {
  15360. padding: 0 0 0 30px
  15361. }
  15362.  
  15363. .header_scroll .navbar-toggle {
  15364. margin-top: 18px
  15365. }
  15366.  
  15367. .header_scroll .navbar-default .navbar-nav>li {
  15368. letter-spacing: 2px
  15369. }
  15370.  
  15371. .header_scroll .navbar-default .navbar-nav>li>a {
  15372. padding: 15px 10px 12px 10px
  15373. }
  15374.  
  15375. @media (max-width: 1215px) {
  15376. .header_scroll .navbar-right {
  15377. padding: 5px 0 !important;
  15378. border-left: 1px solid #f1f1f1
  15379. }
  15380. .header_scroll .navbar-right>li {
  15381. display: inline-block;
  15382. float: none;
  15383. width: auto;
  15384. text-align: right
  15385. }
  15386. .header_scroll .navbar-right>li>.help_link {
  15387. border: none
  15388. }
  15389. .header_scroll .navbar-right>li>a {
  15390. font-size: 10px;
  15391. padding: 0 0 0 20px !important
  15392. }
  15393. }
  15394.  
  15395. @media (max-width: 768px) {
  15396. .nav {
  15397. padding: 0
  15398. }
  15399. .header_scroll .nav {
  15400. padding: 0
  15401. }
  15402. .navbar-default .navbar-right {
  15403. border-top: 1px solid #f1f1f1
  15404. }
  15405. .navbar-default .navbar-right>li>.help_link {
  15406. border-right: none
  15407. }
  15408. .logo_con {
  15409. padding: 20px 40px 20px 0;
  15410. border-right: none;
  15411. text-align: left
  15412. }
  15413. .logo_con img {
  15414. height: 50px;
  15415. width: auto;
  15416. left: -12px
  15417. }
  15418. }
  15419.  
  15420. .head_pading {
  15421. width: 100%;
  15422. height: 200px
  15423. }
  15424.  
  15425. .case-studies-isotope {
  15426. top: 330px
  15427. }
  15428.  
  15429. .paginator-buttons {
  15430. margin-top: 330px
  15431. }
  15432.  
  15433. .face_bg {
  15434. background-size: auto 100%;
  15435. background-position: right;
  15436. background-repeat: no-repeat;
  15437. background-color: #000
  15438. }
  15439.  
  15440. @media (max-width: 768px) {
  15441. .face_bg {
  15442. background-image: none !important;
  15443. background: #353534
  15444. }
  15445. .face_bg .tint_overlay {
  15446. display: none
  15447. }
  15448. }
  15449.  
  15450. section {
  15451. position: relative;
  15452. min-height: 100%;
  15453. background-size: cover;
  15454. padding: 100px 0px 0px;
  15455. overflow: hidden
  15456. }
  15457.  
  15458. section.home_two {
  15459. background-color: transparent !important
  15460. }
  15461.  
  15462. @media (max-width: 768px) {
  15463. section.home_two {
  15464. background-image: url("/assets/journey-5-0d1bb95a95528ef2a8c7da8c8d65bff9c7b760266846ac95f4a262c66a98899c.jpg");
  15465. background-position: right center
  15466. }
  15467. }
  15468.  
  15469. @media (max-width: 768px) {
  15470. section.home_section {
  15471. height: 100%
  15472. }
  15473. }
  15474.  
  15475. section.social {
  15476. height: auto
  15477. }
  15478.  
  15479. section .tint_overlay {
  15480. position: absolute;
  15481. width: 100%;
  15482. height: 100%;
  15483. top: 0;
  15484. bottom: 0;
  15485. background-color: rgba(0, 0, 0, 0.3)
  15486. }
  15487.  
  15488. section .tint_overlay_70 {
  15489. position: absolute;
  15490. width: 100%;
  15491. height: 100%;
  15492. top: 0;
  15493. bottom: 0;
  15494. background-color: rgba(0, 0, 0, 0.7)
  15495. }
  15496.  
  15497. section.event_head {
  15498. min-height: initial
  15499. }
  15500.  
  15501. section.event_head h1 {
  15502. margin: 50px 0 20px 0
  15503. }
  15504.  
  15505. section.event_head .tint_overlay {
  15506. background: rgba(0, 0, 0, 0.4)
  15507. }
  15508.  
  15509. section.event_head.past_event h1 {
  15510. margin: 100px 0 20px 0
  15511. }
  15512.  
  15513. section.event_head.past_event .event_details {
  15514. margin-bottom: 100px
  15515. }
  15516.  
  15517. section.auto_height {
  15518. height: auto !important;
  15519. min-height: 0 !important
  15520. }
  15521.  
  15522. section.auto_height .container {
  15523. height: auto
  15524. }
  15525.  
  15526. section.auto_height h1 {
  15527. margin: 150px 0
  15528. }
  15529.  
  15530. @media (max-width: 768px) {
  15531. section.auto_height h1 {
  15532. margin: 50px 0
  15533. }
  15534. }
  15535.  
  15536. section.auto_height.inner_section {
  15537. padding: 0;
  15538. height: auto;
  15539. min-height: auto
  15540. }
  15541.  
  15542. section.auto_height .tint_overlay {
  15543. background-color: rgba(0, 0, 0, 0.4)
  15544. }
  15545.  
  15546. section.auto_height.compress h1 {
  15547. margin: 40px 0 40px 0
  15548. }
  15549.  
  15550. section #product_seven {
  15551. height: auto !important
  15552. }
  15553.  
  15554. section .case-studies {
  15555. margin-bottom: 200px
  15556. }
  15557.  
  15558. @media (max-width: 768px) {
  15559. section .case-studies {
  15560. margin-bottom: 50px !important
  15561. }
  15562. }
  15563.  
  15564. @media (max-width: 768px) {
  15565. section {
  15566. height: auto;
  15567. min-height: initial
  15568. }
  15569. section>.container {
  15570. height: auto;
  15571. min-height: initial;
  15572. overflow: visible
  15573. }
  15574. section.full {
  15575. height: auto
  15576. }
  15577. section.mob_full {
  15578. height: auto;
  15579. min-height: initial
  15580. }
  15581. section.mob_full>.container {
  15582. min-height: initial;
  15583. height: initial
  15584. }
  15585. section.mob_auto {
  15586. height: auto !important;
  15587. min-height: initial
  15588. }
  15589. section .video-bg {
  15590. display: none
  15591. }
  15592. }
  15593.  
  15594. @media (max-width: 420px) {
  15595. section {
  15596. height: auto;
  15597. min-height: initial
  15598. }
  15599. section>.container {
  15600. height: auto;
  15601. min-height: initial;
  15602. overflow: visible
  15603. }
  15604. section.full {
  15605. height: auto
  15606. }
  15607. section.mob_full {
  15608. height: auto;
  15609. min-height: 100%
  15610. }
  15611. section.mob_full>.container {
  15612. min-height: calc(100% - 90px);
  15613. height: calc(100% - 90px);
  15614. position: absolute
  15615. }
  15616. section.mob_auto {
  15617. height: auto !important;
  15618. min-height: initial
  15619. }
  15620. section .video-bg {
  15621. display: none
  15622. }
  15623. }
  15624.  
  15625. section .video-bg {
  15626. position: absolute;
  15627. top: 50%;
  15628. left: 50%;
  15629. -ms-transform: translate(-50%, -50%);
  15630. -webkit-transform: translate(-50%, -50%);
  15631. transform: translate(-50%, -50%);
  15632. width: auto;
  15633. background-size: cover;
  15634. overflow: hidden
  15635. }
  15636.  
  15637. section .video-bg.home_three {
  15638. position: fixed
  15639. }
  15640.  
  15641. section #main_video {
  15642. width: 100%;
  15643. height: 100%;
  15644. position: absolute;
  15645. top: 0
  15646. }
  15647.  
  15648. section .half-bg {
  15649. position: absolute;
  15650. top: 50%;
  15651. left: 50%;
  15652. -ms-transform: translate(-50%, -50%);
  15653. -webkit-transform: translate(-50%, -50%);
  15654. transform: translate(-50%, -50%);
  15655. height: 838px;
  15656. width: auto;
  15657. background-size: cover;
  15658. overflow: hidden
  15659. }
  15660.  
  15661. section .home_top_vid {
  15662. position: fixed !important
  15663. }
  15664.  
  15665. section .home_main_vid {
  15666. width: 100%;
  15667. height: 100%;
  15668. position: absolute;
  15669. top: 0;
  15670. bottom: 0;
  15671. right: 0;
  15672. left: 0
  15673. }
  15674.  
  15675. section .container {
  15676. position: relative;
  15677. height: 100%
  15678. }
  15679.  
  15680. section .hoz_half {
  15681. position: absolute;
  15682. width: 100%;
  15683. height: calc(50% - 90px);
  15684. bottom: 0;
  15685. background-color: #353534
  15686. }
  15687.  
  15688. section .full {
  15689. width: 8.1%;
  15690. min-width: 70px;
  15691. position: absolute;
  15692. left: 0;
  15693. top: -100px;
  15694. height: calc(100% + 100px)
  15695. }
  15696.  
  15697. section .full:before {
  15698. content: "";
  15699. display: block;
  15700. height: 100%;
  15701. position: absolute;
  15702. right: 0px;
  15703. width: 2000px
  15704. }
  15705.  
  15706. section .full .scroll-icon {
  15707. background-image: url("/assets/scroll-icon-0fc60c0d4490e5acc177ed4f65d4f8b07c602a22328ef65dbf679a5a5273da16.png");
  15708. background-size: contain;
  15709. background-repeat: no-repeat;
  15710. width: 40px;
  15711. height: 62px;
  15712. position: absolute;
  15713. right: 20px;
  15714. bottom: 20px
  15715. }
  15716.  
  15717. @media (max-width: 420px) {
  15718. section .full .scroll-icon {
  15719. display: none
  15720. }
  15721. }
  15722.  
  15723. section .main-copy {
  15724. padding: 20px 20px 20px 0px
  15725. }
  15726.  
  15727. section a {
  15728. text-decoration: none
  15729. }
  15730.  
  15731. section a:hover {
  15732. text-decoration: underline
  15733. }
  15734.  
  15735. section a.no_hover:hover {
  15736. text-decoration: none
  15737. }
  15738.  
  15739. section.orange h1 {
  15740. color: #ffffff
  15741. }
  15742.  
  15743. section.orange.inverted h1 {
  15744. color: #3b3b3a
  15745. }
  15746.  
  15747. section.orange .full,
  15748. section.orange .main-copy {
  15749. color: #ffffff;
  15750. background-color: #fd4f00
  15751. }
  15752.  
  15753. section.orange .full:before {
  15754. background-color: #fd4f00
  15755. }
  15756.  
  15757. section.orange a {
  15758. color: #ffffff
  15759. }
  15760.  
  15761. section.blue h1 {
  15762. color: #3b3b3a
  15763. }
  15764.  
  15765. section.blue .full,
  15766. section.blue .main-copy {
  15767. color: #353534;
  15768. background-color: #32b1ca
  15769. }
  15770.  
  15771. section.blue .full:before {
  15772. background-color: #32b1ca
  15773. }
  15774.  
  15775. section.blue a {
  15776. color: #ffffff
  15777. }
  15778.  
  15779. section.white h1 {
  15780. color: #3b3b3a
  15781. }
  15782.  
  15783. section.white .full,
  15784. section.white .main-copy {
  15785. color: #3b3b3a;
  15786. background-color: #ffffff
  15787. }
  15788.  
  15789. section.white .full:before {
  15790. background-color: #ffffff
  15791. }
  15792.  
  15793. section.white a {
  15794. color: #ffffff
  15795. }
  15796.  
  15797. section.grey {
  15798. background-color: #353534
  15799. }
  15800.  
  15801. section.grey h1 {
  15802. color: #fd4f00
  15803. }
  15804.  
  15805. section.grey .full,
  15806. section.grey .main-copy {
  15807. color: #3b3b3a;
  15808. background-color: #dcdcdc
  15809. }
  15810.  
  15811. section.grey .full:before {
  15812. background-color: #dcdcdc
  15813. }
  15814.  
  15815. section.grey .full .scroll-icon {
  15816. background-image: url("/assets/scroll-icon-grey-4dc598b66dafc3277b3540e23e82634bf7379c5853cd724fe1b604a93cfe165d.png")
  15817. }
  15818.  
  15819. section.grey a {
  15820. color: #3b3b3a
  15821. }
  15822.  
  15823. section.dark_grey {
  15824. background-color: #3b3b3a
  15825. }
  15826.  
  15827. section.dark_grey.no_bg {
  15828. background-color: transparent
  15829. }
  15830.  
  15831. section.dark_grey .section_cta {
  15832. background: #fd4f00;
  15833. color: #ffffff
  15834. }
  15835.  
  15836. section.dark_grey h1 {
  15837. color: #fd4f00
  15838. }
  15839.  
  15840. section.dark_grey .full,
  15841. section.dark_grey .main-copy {
  15842. color: #5a5a59;
  15843. background-color: #353534
  15844. }
  15845.  
  15846. section.dark_grey .full:before {
  15847. background-color: #353534
  15848. }
  15849.  
  15850. section.dark_grey .full .scroll-icon {
  15851. background-image: url("/assets/scroll-icon-grey-4dc598b66dafc3277b3540e23e82634bf7379c5853cd724fe1b604a93cfe165d.png")
  15852. }
  15853.  
  15854. section.dark_grey a {
  15855. color: #fd4f00
  15856. }
  15857.  
  15858. section.inverted h1 {
  15859. color: #ffffff
  15860. }
  15861.  
  15862. section.inverted .full,
  15863. section.inverted .main-copy {
  15864. color: #ffffff
  15865. }
  15866.  
  15867. section.inverted a {
  15868. color: #ffffff
  15869. }
  15870.  
  15871. section .section-nav ul {
  15872. padding: 20px 0px 0px 0px;
  15873. margin: 0px;
  15874. list-style-type: none
  15875. }
  15876.  
  15877. section .section-nav ul li {
  15878. padding: 5px 0;
  15879. margin: 0px;
  15880. outline: none
  15881. }
  15882.  
  15883. section .section-nav ul li a {
  15884. padding-left: 12px;
  15885. outline: none
  15886. }
  15887.  
  15888. section .section-nav ul li a:before {
  15889. content: "";
  15890. display: block;
  15891. width: 12px;
  15892. height: 12px;
  15893. border: 2px solid white;
  15894. margin-top: 6px;
  15895. background-color: white;
  15896. float: left;
  15897. border-radius: 50%
  15898. }
  15899.  
  15900. section .section-nav ul li a:hover a:before,
  15901. section .section-nav ul li a.ui-tabs-active a:before {
  15902. background-color: transparent
  15903. }
  15904.  
  15905. section .section-nav>ul>.ui-state-active>a:before {
  15906. background-color: transparent
  15907. }
  15908.  
  15909. section .pet_mac {
  15910. padding-top: 120px
  15911. }
  15912.  
  15913. @media (max-width: 992px) {
  15914. section .pet_mac {
  15915. padding-top: 50px
  15916. }
  15917. }
  15918.  
  15919. section .pet_tabs .bio {
  15920. margin-bottom: 3px
  15921. }
  15922.  
  15923. section .pet_tabs ul.tabs {
  15924. margin: 0px;
  15925. padding: 0px;
  15926. list-style: none
  15927. }
  15928.  
  15929. @media (min-width: 992px) {
  15930. section .pet_tabs ul.tabs {
  15931. float: left
  15932. }
  15933. }
  15934.  
  15935. section .pet_tabs ul.tabs li {
  15936. background: none;
  15937. padding: 10px 15px;
  15938. cursor: pointer
  15939. }
  15940.  
  15941. section .pet_tabs ul.tabs li.current .bio {
  15942. border-bottom: 3px solid #fd4f00;
  15943. margin-bottom: 0
  15944. }
  15945.  
  15946. section .pet_tabs ul.tabs li.current .bio .team_pic img {
  15947. opacity: 1
  15948. }
  15949.  
  15950. section .pet_tabs .tab-content {
  15951. display: none;
  15952. padding: 15px;
  15953. float: left
  15954. }
  15955.  
  15956. section .pet_tabs .tab-content.current {
  15957. display: inherit
  15958. }
  15959.  
  15960. section#contact:before {
  15961. content: "";
  15962. display: block;
  15963. position: absolute;
  15964. left: 50%;
  15965. top: 0;
  15966. height: 100%;
  15967. background-color: #32b1ca;
  15968. width: 2000px
  15969. }
  15970.  
  15971. @media (max-width: 768px) {
  15972. section#contact:before {
  15973. background: transparent
  15974. }
  15975. }
  15976.  
  15977. section#contact .contact-form {
  15978. margin-top: 30px;
  15979. margin-bottom: 30px;
  15980. padding-bottom: 20px
  15981. }
  15982.  
  15983. @media (max-width: 768px) {
  15984. section#contact .contact-form {
  15985. padding-left: calc(8.333333% + 15px);
  15986. padding-right: calc(8.333333% + 15px);
  15987. margin-left: 0px;
  15988. margin-right: 0px
  15989. }
  15990. }
  15991.  
  15992. @media (max-width: 768px) {
  15993. section#contact form .m-t-10 {
  15994. margin-top: 0px
  15995. }
  15996. }
  15997.  
  15998. @media (max-width: 768px) {
  15999. section#studies {
  16000. height: auto !important;
  16001. padding-bottom: 20px
  16002. }
  16003. }
  16004.  
  16005. section.blue_bg {
  16006. background-color: #32b1ca
  16007. }
  16008.  
  16009. section.grey_txt h1 {
  16010. color: #3b3b3a
  16011. }
  16012.  
  16013. section .non-video-bg {
  16014. position: absolute;
  16015. top: 50%;
  16016. left: 50%;
  16017. -ms-transform: translate(-50%, -50%);
  16018. -webkit-transform: translate(-50%, -50%);
  16019. transform: translate(-50%, -50%);
  16020. height: 838px;
  16021. width: auto;
  16022. background-size: cover;
  16023. overflow: hidden
  16024. }
  16025.  
  16026. section .top_full_bg {
  16027. width: 100%;
  16028. height: 100%;
  16029. position: absolute;
  16030. top: 0;
  16031. bottom: 0;
  16032. background-size: cover;
  16033. background-repeat: no-repeat;
  16034. background-position: center center
  16035. }
  16036.  
  16037. @media (max-width: 600px) {
  16038. .top_full_bg.purpose {
  16039. width: 200%
  16040. }
  16041. }
  16042.  
  16043. .content_section {
  16044. padding-top: 0;
  16045. padding-bottom: 30px;
  16046. min-height: initial
  16047. }
  16048.  
  16049. .new-form-select .dropdown-menu {
  16050. border-radius: 0px;
  16051. border: 0px;
  16052. width: 100%;
  16053. margin-top: 0px
  16054. }
  16055.  
  16056. .new-form-select {
  16057. background-color: #ffffff;
  16058. color: #333;
  16059. list-style: none;
  16060. font-weight: bold;
  16061. padding: 0px;
  16062. margin-top: 5px
  16063. }
  16064.  
  16065. @media (max-width: 768px) {
  16066. .new-form-select {
  16067. display: none
  16068. }
  16069. }
  16070.  
  16071. .new-form-select-first {
  16072. margin-bottom: 17px
  16073. }
  16074.  
  16075. .new-form-select-second {
  16076. margin-bottom: 12px
  16077. }
  16078.  
  16079. .open>.dropdown-menu {
  16080. display: block !important
  16081. }
  16082.  
  16083. .new-form-select button {
  16084. font-size: 14px !important;
  16085. text-align: left;
  16086. padding-left: 15px;
  16087. background-color: white !important;
  16088. color: #333;
  16089. position: relative
  16090. }
  16091.  
  16092. .new-form-select li {
  16093. padding: 6px;
  16094. cursor: pointer;
  16095. padding-left: 15px
  16096. }
  16097.  
  16098. .new-form-select li:hover {
  16099. background-color: #5897fb;
  16100. color: white
  16101. }
  16102.  
  16103. .old-form-select-wrapper {
  16104. position: relative
  16105. }
  16106.  
  16107. .new-form-select .dropdown-toggle:after {
  16108. content: "";
  16109. position: absolute;
  16110. width: 100px;
  16111. height: 60px;
  16112. z-index: 1;
  16113. background-size: 20px;
  16114. background-repeat: no-repeat;
  16115. right: -65px;
  16116. top: 20px
  16117. }
  16118.  
  16119. .old-form-select-wrapper:after {
  16120. display: none;
  16121. content: "";
  16122. position: absolute;
  16123. width: 100px;
  16124. height: 60px;
  16125. z-index: 1;
  16126. background-size: 20px;
  16127. background-repeat: no-repeat;
  16128. right: -65px;
  16129. top: 20px
  16130. }
  16131.  
  16132. @media (max-width: 768px) {
  16133. .old-form-select-wrapper:after {
  16134. display: block
  16135. }
  16136. }
  16137.  
  16138. .country-select {
  16139. color: #FFFFFF;
  16140. background: #32b1ca;
  16141. -webkit-appearance: none;
  16142. border: none;
  16143. border-radius: 0;
  16144. outline: none;
  16145. padding: 6px
  16146. }
  16147.  
  16148. .country-select option {
  16149. color: #000000
  16150. }
  16151.  
  16152. #scroller {
  16153. position: fixed;
  16154. right: 20px;
  16155. top: 50%;
  16156. -ms-transform: translateY(-50%);
  16157. -webkit-transform: translateY(-50%);
  16158. transform: translateY(-50%);
  16159. z-index: 9999
  16160. }
  16161.  
  16162. @media (max-width: 768px) {
  16163. #scroller {
  16164. display: none
  16165. }
  16166. }
  16167.  
  16168. #scroller .nav {
  16169. width: 70px
  16170. }
  16171.  
  16172. #scroller .nav>li>a {
  16173. -webkit-transition: all 0.1s ease-in-out;
  16174. transition: all 0.1s ease-in-out;
  16175. padding: 0;
  16176. background-color: rgba(225, 225, 225, 0.7);
  16177. width: 10px;
  16178. height: 10px
  16179. }
  16180.  
  16181. #scroller .nav>li>a:hover {
  16182. background-color: #fd4f00;
  16183. width: 24px;
  16184. margin-left: 3px
  16185. }
  16186.  
  16187. #scroller .nav-pills>li.active>a {
  16188. background-color: #fd4f00;
  16189. width: 24px;
  16190. margin-left: 3px
  16191. }
  16192.  
  16193. #scroller a {
  16194. display: block;
  16195. height: 10px;
  16196. width: 24px;
  16197. margin: 10px
  16198. }
  16199.  
  16200. #scroller .group {
  16201. background: yellow;
  16202. width: 200px;
  16203. height: 500px
  16204. }
  16205.  
  16206. #scroller .group .subgroup {
  16207. background: orange;
  16208. width: 150px;
  16209. height: 200px
  16210. }
  16211.  
  16212. #scroller .fixed {
  16213. position: fixed
  16214. }
  16215.  
  16216. #scroller .bs-docs-sidebar {
  16217. padding-left: 20px;
  16218. margin-top: 20px;
  16219. margin-bottom: 20px;
  16220. width: 200px
  16221. }
  16222.  
  16223. #scroller .bs-docs-sidebar .nav>li {
  16224. background-color: rgba(225, 225, 225, 0.7);
  16225. width: 10px;
  16226. height: 10px;
  16227. border-radius: 5px;
  16228. margin-left: 7px;
  16229. transition: all 0.1s ease-in-out
  16230. }
  16231.  
  16232. #scroller .bs-docs-sidebar .nav .nav>li>a {
  16233. padding-top: 1px;
  16234. padding-bottom: 1px;
  16235. padding-left: 30px;
  16236. font-size: 12px
  16237. }
  16238.  
  16239. #scroller .bs-docs-sidebar .nav>.active,
  16240. #scroller .bs-docs-sidebar .nav>li:hover,
  16241. #scroller .bs-docs-sidebar .nav>li:focus {
  16242. color: #fd4f00 !important
  16243. }
  16244.  
  16245. #scroller .bs-docs-sidebar .nav>.active>a,
  16246. #scroller .bs-docs-sidebar .nav>.active:hover>a,
  16247. #scroller .bs-docs-sidebar .nav>.active:focus>a {
  16248. font-weight: 700
  16249. }
  16250.  
  16251. #scroller .bs-docs-sidebar .nav .nav>.active>a,
  16252. #scroller .bs-docs-sidebar .nav .nav>.active:hover>a,
  16253. #scroller .bs-docs-sidebar .nav .nav>.active:focus>a {
  16254. font-weight: 500
  16255. }
  16256.  
  16257. #scroller .bs-docs-sidebar .nav ul.nav {
  16258. display: none
  16259. }
  16260.  
  16261. #scroller .bs-docs-sidebar .nav>.active>ul.nav {
  16262. display: block
  16263. }
  16264.  
  16265. .middlify {
  16266. position: absolute;
  16267. top: 50%;
  16268. -ms-transform: translateY(-50%);
  16269. -webkit-transform: translateY(-50%);
  16270. transform: translateY(-50%);
  16271. width: 100%
  16272. }
  16273.  
  16274. @media (max-width: 768px) {
  16275. .middlify {
  16276. position: static;
  16277. top: auto;
  16278. -ms-transform: none;
  16279. -webkit-transform: none;
  16280. transform: none;
  16281. margin-bottom: 100px;
  16282. margin-left: 0
  16283. }
  16284. }
  16285.  
  16286. .half .middlify {
  16287. position: absolute;
  16288. top: 50%;
  16289. -ms-transform: none;
  16290. -webkit-transform: none;
  16291. transform: none
  16292. }
  16293.  
  16294. @media (max-width: 768px) {
  16295. .half .middlify {
  16296. position: static;
  16297. top: auto;
  16298. -ms-transform: none;
  16299. -webkit-transform: none;
  16300. transform: none
  16301. }
  16302. }
  16303.  
  16304. .pre_con>.pre_con_title {
  16305. color: #fd4f00;
  16306. padding: 0px 10px
  16307. }
  16308.  
  16309. form input,
  16310. form textarea,
  16311. form select {
  16312. width: 100%;
  16313. height: 58px;
  16314. border: 2px solid #32b1ca;
  16315. padding: 0px 10px;
  16316. font-size: 14px;
  16317. outline: none;
  16318. font-weight: 800
  16319. }
  16320.  
  16321. form input.error,
  16322. form textarea.error,
  16323. form select.error {
  16324. border-color: #fd4f00
  16325. }
  16326.  
  16327. @media (max-width: 768px) {
  16328. form input,
  16329. form textarea,
  16330. form select {
  16331. margin-bottom: 10px
  16332. }
  16333. }
  16334.  
  16335. form select {
  16336. border-radius: 0;
  16337. appearance: none;
  16338. -moz-appearance: none;
  16339. -webkit-appearance: none;
  16340. background: url("/assets/drop_arrow-61f3d46f6b9b9ac3c999f7c066831eca4f1982e33d3ed60233493d50de0b2a23.png") 92%/9% no-repeat #fff;
  16341. outline: none
  16342. }
  16343.  
  16344. form textarea {
  16345. height: 80px;
  16346. padding-top: 10px;
  16347. padding-bottom: 10px
  16348. }
  16349.  
  16350. form button {
  16351. background-color: #3b3b3a;
  16352. height: 54px;
  16353. width: 100%;
  16354. color: white;
  16355. font-size: 8px;
  16356. border: none;
  16357. margin-top: -3px
  16358. }
  16359.  
  16360. form button span {
  16361. font-size: 14px;
  16362. font-weight: bold
  16363. }
  16364.  
  16365. form button:hover {
  16366. background-color: #353534
  16367. }
  16368.  
  16369. form button.download_btn {
  16370. height: 58px;
  16371. border: 2px solid #3b3b3a;
  16372. margin-top: 0px
  16373. }
  16374.  
  16375. .contact_form_con form input,
  16376. .contact_form_con form textarea,
  16377. .contact_form_con form select {
  16378. margin-bottom: 10px
  16379. }
  16380.  
  16381. .head_lock_up {
  16382. height: 500px;
  16383. min-height: 500px
  16384. }
  16385.  
  16386. .pre_con_boxes {
  16387. padding: 15px
  16388. }
  16389.  
  16390. .pre_con_boxes .col-md-4 {
  16391. padding: 3px
  16392. }
  16393.  
  16394. .pre_con_boxes .case_study {
  16395. margin-bottom: 30px
  16396. }
  16397.  
  16398. a>.see_more_studies {
  16399. margin-top: 10px;
  16400. text-decoration: none
  16401. }
  16402.  
  16403. @media (max-width: 768px) {
  16404. a>.see_more_studies {
  16405. font-size: 20px
  16406. }
  16407. }
  16408.  
  16409. a>.see_more_studies>.fa {
  16410. margin-left: 3px;
  16411. font-size: 20px
  16412. }
  16413.  
  16414. .case-studies a:hover {
  16415. text-decoration: none !important
  16416. }
  16417.  
  16418. .pre_con {
  16419. background: #242424;
  16420. padding: 15px
  16421. }
  16422.  
  16423. .pre_con a {
  16424. text-decoration: none;
  16425. cursor: pointer
  16426. }
  16427.  
  16428. .pre_con a:hover {
  16429. text-decoration: none
  16430. }
  16431.  
  16432. .pre_con .pre_con_image {
  16433. width: 100%;
  16434. height: 220px;
  16435. background-repeat: no-repeat;
  16436. background-size: cover;
  16437. background-position: center center;
  16438. background-color: #3b3b3a;
  16439. position: relative
  16440. }
  16441.  
  16442. .pre_con .pre_con_image .pre_con_image_overlay {
  16443. -webkit-transition: all 0.2s linear;
  16444. transition: all 0.2s linear;
  16445. position: absolute;
  16446. width: 100%;
  16447. height: 100%;
  16448. background-color: rgba(0, 0, 0, 0.5)
  16449. }
  16450.  
  16451. .pre_con .pre_con_image .pre_con_tag {
  16452. position: absolute;
  16453. padding: 5px 10px 5px 10px;
  16454. color: #ffffff;
  16455. text-transform: uppercase;
  16456. background: #282828;
  16457. top: 20px;
  16458. font-family: "montserratregular", sans-serif;
  16459. font-size: 12px;
  16460. letter-spacing: 2px
  16461. }
  16462.  
  16463. .pre_con .pre_con_image .pre_con_title {
  16464. -webkit-transition: all 0.2s linear;
  16465. transition: all 0.2s linear;
  16466. color: #fff;
  16467. position: absolute;
  16468. bottom: 5px;
  16469. padding: 0 10px;
  16470. font-size: 20px
  16471. }
  16472.  
  16473. .pre_con .pre_con_copy {
  16474. color: #ffffff;
  16475. padding: 10px;
  16476. min-height: 80px
  16477. }
  16478.  
  16479. .pre_con .pre_con_copy>.read_more {
  16480. color: #32b1ca;
  16481. font-weight: 800
  16482. }
  16483.  
  16484. @media (max-width: 768px) {
  16485. .pre_con .see_more_studies {
  16486. font-size: 20px
  16487. }
  16488. }
  16489.  
  16490. .pre_con:hover .pre_con_image_overlay {
  16491. background: rgba(0, 0, 0, 0.1)
  16492. }
  16493.  
  16494. .pre_con:hover .pre_con_title {
  16495. bottom: 15px;
  16496. color: #fd4f00
  16497. }
  16498.  
  16499. #hp-cs-cta-1 {
  16500. display: block
  16501. }
  16502.  
  16503. @media (max-width: 992px) {
  16504. #hp-cs-cta-1 {
  16505. display: none
  16506. }
  16507. }
  16508.  
  16509. #hp-cs-cta-2 {
  16510. display: none
  16511. }
  16512.  
  16513. @media (max-width: 992px) {
  16514. #hp-cs-cta-2 {
  16515. display: block
  16516. }
  16517. }
  16518.  
  16519. .itm_cnt_con,
  16520. .pag_cnt_con {
  16521. text-align: center;
  16522. color: #32b1ca;
  16523. font-family: "blissheavyregular", sans-serif;
  16524. padding: 25px
  16525. }
  16526.  
  16527. .pag_btn_con {
  16528. padding-top: 50px;
  16529. padding-bottom: 50px
  16530. }
  16531.  
  16532. .pag_btn_con .pag_btn {
  16533. background-color: #32b1ca;
  16534. font-family: "blissheavyregular", sans-serif;
  16535. padding: 25px;
  16536. font-weight: 800;
  16537. cursor: pointer;
  16538. color: #ffffff
  16539. }
  16540.  
  16541. .pag_btn_con .pag_btn .pag_btn_txt {
  16542. transition: all 0.2s linear;
  16543. font-size: 30px;
  16544. line-height: 25px
  16545. }
  16546.  
  16547. @media (max-width: 768px) {
  16548. .pag_btn_con .pag_btn .pag_btn_txt {
  16549. font-size: 20px
  16550. }
  16551. }
  16552.  
  16553. @media (max-width: 420px) {
  16554. .pag_btn_con .pag_btn .pag_btn_txt {
  16555. font-size: 16px
  16556. }
  16557. }
  16558.  
  16559. .pag_btn_con .pag_btn .pag_btn_txt .fa {
  16560. font-size: 20px;
  16561. -ms-transform: translate(0, -1px);
  16562. -webkit-transform: translate(0px, -1px);
  16563. transform: translate(0px, -1px)
  16564. }
  16565.  
  16566. @media (max-width: 768px) {
  16567. .pag_btn_con .pag_btn .pag_btn_txt .fa {
  16568. -ms-transform: translate(0, 0);
  16569. -webkit-transform: translate(0px, 0);
  16570. transform: translate(0px, 0)
  16571. }
  16572. }
  16573.  
  16574. @media (max-width: 768px) {
  16575. .pag_btn_con .pag_btn .pag_btn_txt .fa {
  16576. -ms-transform: translate(0, 0);
  16577. -webkit-transform: translate(0px, 0);
  16578. transform: translate(0px, 0);
  16579. font-size: 14px
  16580. }
  16581. }
  16582.  
  16583. @media (max-width: 768px) {
  16584. .pag_btn_con .pag_btn {
  16585. margin-bottom: 10px
  16586. }
  16587. }
  16588.  
  16589. .pag_btn_con .pag_btn .fa-chevron-left {
  16590. transition: padding-left 0.2s linear
  16591. }
  16592.  
  16593. .pag_btn_con .pag_btn.pag_btn_next,
  16594. .pag_btn_con .pag_btn.pag_btn_prev {
  16595. transition: padding-left 0.2s linear
  16596. }
  16597.  
  16598. .pag_btn_con .pag_btn.pag_btn_first,
  16599. .pag_btn_con .pag_btn.pag_btn_last {
  16600. text-align: center;
  16601. background: #242424;
  16602. color: #3B3B3B
  16603. }
  16604.  
  16605. .pag_btn_con .pag_btn.pag_btn_next:hover {
  16606. padding-left: 30px
  16607. }
  16608.  
  16609. .pag_btn_con .pag_btn.pag_btn_prev:hover {
  16610. padding-left: 20px
  16611. }
  16612.  
  16613. .pag_btn_con .pag_btn:hover .pag_btn_txt {
  16614. color: #3b3b3a
  16615. }
  16616.  
  16617. @media (max-width: 768px) {
  16618. .pag_btn_con {
  16619. margin-bottom: 20px
  16620. }
  16621. }
  16622.  
  16623. .full_head_img {
  16624. height: 650px;
  16625. background-size: cover;
  16626. background-position: center center;
  16627. background-repeat: no-repeat;
  16628. background-color: #333;
  16629. position: relative
  16630. }
  16631.  
  16632. .full_head_img .tint_overlay {
  16633. position: absolute;
  16634. width: 100%;
  16635. height: 100%;
  16636. top: 0;
  16637. bottom: 0;
  16638. background-color: rgba(0, 0, 0, 0.3)
  16639. }
  16640.  
  16641. .single_title_white {
  16642. position: absolute;
  16643. background-color: #ffffff;
  16644. width: 100%;
  16645. height: 80px;
  16646. bottom: 0
  16647. }
  16648.  
  16649. .single_title_white .single_title_con {
  16650. margin-top: -50px;
  16651. background: #fd4f00;
  16652. height: 120px
  16653. }
  16654.  
  16655. .single_title_white .single_title_con .page_title {
  16656. color: #ffffff
  16657. }
  16658.  
  16659. .single_title_white .single_title_con .single_info {
  16660. font-weight: 800
  16661. }
  16662.  
  16663. .single_content {
  16664. padding: 50px 0 100px 0;
  16665. font-size: 16px;
  16666. font-weight: 300;
  16667. line-height: 25px
  16668. }
  16669.  
  16670. @media (max-width: 768px) {
  16671. .single_content {
  16672. padding: 50px 15px 0 15px
  16673. }
  16674. }
  16675.  
  16676. .single_content img {
  16677. max-width: 100%
  16678. }
  16679.  
  16680. .single_content iframe {
  16681. width: 100%;
  16682. min-height: 540px
  16683. }
  16684.  
  16685. .dropdown_con {
  16686. background-color: #353534;
  16687. margin-top: 20px;
  16688. margin-bottom: 20px;
  16689. float: left;
  16690. padding: 40px 40px 40px 0
  16691. }
  16692.  
  16693. .dropdown_con h3 {
  16694. display: inline-block;
  16695. margin: 0;
  16696. padding: 0;
  16697. padding-top: 15px;
  16698. padding-right: 20px;
  16699. float: left;
  16700. width: auto
  16701. }
  16702.  
  16703. .dropdown_con form {
  16704. display: inline-block;
  16705. float: left;
  16706. width: auto
  16707. }
  16708.  
  16709. @media (max-width: 768px) {
  16710. .dropdown_con form {
  16711. width: 100% !important
  16712. }
  16713. }
  16714.  
  16715. .dropdown_con form select,
  16716. .dropdown_con form .select2-container--default .select2-selection--single {
  16717. border: 1px solid #111;
  16718. background: #282828;
  16719. width: 400px;
  16720. border: none;
  16721. border-radius: 0;
  16722. padding: 8px 35px 8px 20px;
  16723. color: #fff;
  16724. font-size: 14px;
  16725. height: 57px;
  16726. appearance: none;
  16727. -moz-appearance: none;
  16728. -webkit-appearance: none;
  16729. background: url("/assets/drop_arrow-61f3d46f6b9b9ac3c999f7c066831eca4f1982e33d3ed60233493d50de0b2a23.png") 92%/9% no-repeat #282828;
  16730. outline: none
  16731. }
  16732.  
  16733. @media (max-width: 768px) {
  16734. .dropdown_con form select,
  16735. .dropdown_con form .select2-container--default .select2-selection--single {
  16736. width: 100% !important
  16737. }
  16738. }
  16739.  
  16740. .dropdown_con form select .select2-selection__arrow,
  16741. .dropdown_con form .select2-container--default .select2-selection--single .select2-selection__arrow {
  16742. display: none
  16743. }
  16744.  
  16745. .dropdown_con form select .select2-selection__rendered,
  16746. .dropdown_con form .select2-container--default .select2-selection--single .select2-selection__rendered {
  16747. color: #fff;
  16748. padding: 8px 35px 8px 20px;
  16749. color: #fff;
  16750. font-size: 14px;
  16751. height: 57px
  16752. }
  16753.  
  16754. @media (max-width: 768px) {
  16755. .dropdown_con form .select2-container {
  16756. width: 100% !important
  16757. }
  16758. }
  16759.  
  16760. @media screen and (min-width: 0\0) {
  16761. .dropdown_con form select {
  16762. background: none;
  16763. padding: 5px
  16764. }
  16765. }
  16766.  
  16767. .dropdown_con.cs_dropdown {
  16768. float: left;
  16769. padding: 40px 40px 40px 0
  16770. }
  16771.  
  16772. .dropdown_con.cs_dropdown h3 {
  16773. display: inline-block;
  16774. margin: 0;
  16775. padding: 0;
  16776. padding-top: 15px;
  16777. padding-right: 20px;
  16778. float: left;
  16779. width: auto
  16780. }
  16781.  
  16782. .dropdown_con.cs_dropdown form {
  16783. display: inline-block;
  16784. float: left;
  16785. width: auto
  16786. }
  16787.  
  16788. .dropdown_con.cs_dropdown form select {
  16789. width: 400px;
  16790. display: inline-block
  16791. }
  16792.  
  16793. .select2-dropdown {
  16794. border: none
  16795. }
  16796.  
  16797. .select2-dropdown .select2-search {
  16798. display: none
  16799. }
  16800.  
  16801. .select2-dropdown ul.select2-results__options {
  16802. width: 100%;
  16803. border: 1px solid #111;
  16804. border: none;
  16805. border-radius: 0;
  16806. background: #282828
  16807. }
  16808.  
  16809. .select2-dropdown ul.select2-results__options li.select2-results__option {
  16810. color: #fff
  16811. }
  16812.  
  16813. .select2-dropdown ul.select2-results__options .select2-results__option[aria-selected=true] {
  16814. background-color: #606060
  16815. }
  16816.  
  16817. .logo_grid {
  16818. padding-bottom: 100px
  16819. }
  16820.  
  16821. .logo_grid .client_logo {
  16822. padding: 7.5px;
  16823. background: #fff;
  16824. width: 100%;
  16825. height: 140px;
  16826. margin: 0 0 30px 0;
  16827. text-align: center;
  16828. position: relative
  16829. }
  16830.  
  16831. @media (max-width: 420px) {
  16832. .logo_grid .client_logo {
  16833. height: 100px
  16834. }
  16835. }
  16836.  
  16837. .logo_grid .client_logo img {
  16838. position: relative;
  16839. max-height: 100%;
  16840. max-width: 100%
  16841. }
  16842.  
  16843. .logo_grid .col-sm-4 {
  16844. padding: 0
  16845. }
  16846.  
  16847. .case_studies_sidebar {
  16848. background-color: #ffffff;
  16849. padding: 30px 20px;
  16850. margin-top: 7.5px
  16851. }
  16852.  
  16853. .case_studies_sidebar ul {
  16854. padding: 0;
  16855. margin: 0
  16856. }
  16857.  
  16858. .case_studies_sidebar ul li {
  16859. padding: 0;
  16860. margin: 0;
  16861. list-style: none;
  16862. padding: 10px 0;
  16863. font-size: 20px
  16864. }
  16865.  
  16866. .case_study_logo {
  16867. padding-top: 30px;
  16868. margin-bottom: 70px
  16869. }
  16870.  
  16871. .case_study_logo img {
  16872. width: 100%;
  16873. height: auto
  16874. }
  16875.  
  16876. .case_study_cta {
  16877. padding-top: 180px;
  16878. padding-bottom: 50px
  16879. }
  16880.  
  16881. @media (max-width: 768px) {
  16882. .case_study_cta {
  16883. padding-top: 50px
  16884. }
  16885. }
  16886.  
  16887. .case_study.selector .options {
  16888. height: 180px
  16889. }
  16890.  
  16891. .solution_icon {
  16892. max-width: 90%;
  16893. height: auto;
  16894. text-align: right
  16895. }
  16896.  
  16897. .social_btn_con {
  16898. display: inline-block;
  16899. padding: 35px 20px 0 0
  16900. }
  16901.  
  16902. .social_btn_con:first-child {
  16903. max-height: 30px
  16904. }
  16905.  
  16906. @media (max-width: 768px) {
  16907. .social_btn_con {
  16908. padding: 10px
  16909. }
  16910. }
  16911.  
  16912. .social_btn_con.facebook {
  16913. position: relative;
  16914. top: -5px
  16915. }
  16916.  
  16917. .block_copy {
  16918. font-size: 16px;
  16919. font-weight: 300;
  16920. line-height: 25px
  16921. }
  16922.  
  16923. @media (max-width: 768px) {
  16924. .block_copy {
  16925. padding: 50px 15px 0 15px
  16926. }
  16927. }
  16928.  
  16929. .event_details {
  16930. padding: 30px 40px 30px 0;
  16931. color: #353534;
  16932. margin: 20px 0 0 0;
  16933. float: left;
  16934. font-family: "montserratbold", sans-serif;
  16935. background-color: #fd4f00;
  16936. line-height: 33px
  16937. }
  16938.  
  16939. a .section_cta {
  16940. cursor: pointer
  16941. }
  16942.  
  16943. .section_cta {
  16944. padding: 30px;
  16945. color: #fd4f00;
  16946. margin: 20px 0 50px 0;
  16947. float: left;
  16948. font-family: "montserratbold", sans-serif;
  16949. font-size: 20px;
  16950. background-color: #ffffff;
  16951. cursor: pointer
  16952. }
  16953.  
  16954. @media (max-width: 420px) {
  16955. .section_cta {
  16956. font-size: 16px
  16957. }
  16958. }
  16959.  
  16960. .section_cta .fa {
  16961. font-size: 16px;
  16962. padding-left: 5px
  16963. }
  16964.  
  16965. @media (max-width: 420px) {
  16966. .section_cta .fa {
  16967. font-size: 12px
  16968. }
  16969. }
  16970.  
  16971. .event_main_cta_con,
  16972. .careers_faq_cta {
  16973. background-color: #32b1ca;
  16974. color: #ffffff;
  16975. padding: 25px;
  16976. font: normal 400 14px/18px blissheavyregular, sans-serif;
  16977. font-size: 66px;
  16978. line-height: 70px;
  16979. margin-top: 50px
  16980. }
  16981.  
  16982. .event_main_cta_con .btn,
  16983. .careers_faq_cta .btn {
  16984. width: 100%;
  16985. padding: 20px;
  16986. background-color: #353534;
  16987. color: #fd4f00;
  16988. text-align: center;
  16989. font-size: 20px;
  16990. margin-top: 20px
  16991. }
  16992.  
  16993. .event_main_cta_con .btn .fa,
  16994. .careers_faq_cta .btn .fa {
  16995. font-size: 16px;
  16996. padding-left: 5px
  16997. }
  16998.  
  16999. @media (max-width: 768px) {
  17000. .event_main_cta_con,
  17001. .careers_faq_cta {
  17002. margin: 20px 0
  17003. }
  17004. }
  17005.  
  17006. .careers_faq_cta h3 {
  17007. font-size: 30px;
  17008. line-height: 1.1;
  17009. margin-top: 0px;
  17010. margin-bottom: 0px
  17011. }
  17012.  
  17013. #testimonials .carousel-control {
  17014. background-image: none;
  17015. color: inherit
  17016. }
  17017.  
  17018. .benefits_top {
  17019. height: 50%;
  17020. background: red
  17021. }
  17022.  
  17023. .pricing_title {
  17024. padding: 100px 0
  17025. }
  17026.  
  17027. @media (max-width: 768px) {
  17028. .pricing_title {
  17029. padding: 0 0 100px 0
  17030. }
  17031. }
  17032.  
  17033. .pricing_info_con {
  17034. background-color: #353534;
  17035. z-index: 1;
  17036. position: relative
  17037. }
  17038.  
  17039. .pricing_info_con .container {
  17040. padding-top: 70px;
  17041. padding-bottom: 70px
  17042. }
  17043.  
  17044. .pricing_info_con h3 {
  17045. font-size: 30px
  17046. }
  17047.  
  17048. .overlay_vid {
  17049. width: 100%;
  17050. height: 100%;
  17051. max-width: 100%;
  17052. max-height: 100%;
  17053. top: 0;
  17054. bottom: 0;
  17055. left: 0;
  17056. right: 0;
  17057. position: fixed;
  17058. z-index: 999;
  17059. display: none;
  17060. background: #fff
  17061. }
  17062.  
  17063. .overlay_vid .black_vid {
  17064. width: 100%;
  17065. height: 100%;
  17066. position: absolute;
  17067. z-index: 998;
  17068. background: #000;
  17069. overflow: hidden
  17070. }
  17071.  
  17072. .overlay_vid .vid_con {
  17073. position: relative;
  17074. width: 100%;
  17075. height: 100px
  17076. }
  17077.  
  17078. .overlay_vid .close_vid {
  17079. position: absolute;
  17080. top: 0;
  17081. right: 40px;
  17082. padding: 10px;
  17083. font-weight: light;
  17084. cursor: pointer;
  17085. z-index: 999
  17086. }
  17087.  
  17088. .overlay_vid .close_vid:hover {
  17089. cursor: pointer
  17090. }
  17091.  
  17092. .overlay_vid .videoWrapper {
  17093. position: relative;
  17094. padding-bottom: 56.25%;
  17095. padding-top: 25px;
  17096. height: 0;
  17097. display: none
  17098. }
  17099.  
  17100. .overlay_vid .videoWrapper iframe {
  17101. position: absolute;
  17102. top: 30px;
  17103. left: 0;
  17104. width: 100%;
  17105. height: 80%;
  17106. z-index: 999
  17107. }
  17108.  
  17109. .overlay_vid .vid_end {
  17110. margin-top: 200px;
  17111. text-align: center;
  17112. font-size: 20px;
  17113. text-transform: uppercase;
  17114. font-weight: bold;
  17115. color: #fff
  17116. }
  17117.  
  17118. .price_con {
  17119. padding: 30px
  17120. }
  17121.  
  17122. .price_con.left {
  17123. border-right: 1px solid #dcdcdc
  17124. }
  17125.  
  17126. @media (max-width: 768px) {
  17127. .price_con.left {
  17128. border-right: none;
  17129. padding-bottom: 0
  17130. }
  17131. }
  17132.  
  17133. .single_job .left_col {
  17134. padding: 80px 50px 0 0;
  17135. font-size: 22px;
  17136. font-family: "blissheavyregular", sans-serif;
  17137. text-align: right
  17138. }
  17139.  
  17140. @media (max-width: 768px) {
  17141. .single_job .left_col {
  17142. text-align: left;
  17143. padding: 50px 0 20px 15px
  17144. }
  17145. }
  17146.  
  17147. .single_job .single_content {
  17148. padding: 20px 0 20px 50px;
  17149. margin: 50px 0 0 0;
  17150. font-size: 16px;
  17151. font-weight: 300;
  17152. line-height: 25px;
  17153. border-left: 1px solid #dcdcdc
  17154. }
  17155.  
  17156. @media (max-width: 768px) {
  17157. .single_job .single_content {
  17158. padding: 20px 15px 30px 15px;
  17159. margin: 0;
  17160. border: none
  17161. }
  17162. }
  17163.  
  17164. .single_job .job_apply_cta {
  17165. background-color: #dcdcdc;
  17166. margin-bottom: 50px;
  17167. color: #32b1ca;
  17168. font: normal 400 14px/18px blissheavyregular, sans-serif;
  17169. font-size: 50px;
  17170. line-height: 50px;
  17171. padding: 40px
  17172. }
  17173.  
  17174. .single_job .job_apply_cta .btn {
  17175. background-color: #32b1ca;
  17176. color: #353534
  17177. }
  17178.  
  17179. @media (max-width: 768px) {
  17180. .single_job .job_apply_cta .btn {
  17181. width: 100%;
  17182. margin: 40px 0 0 0
  17183. }
  17184. }
  17185.  
  17186. .jobs_list h3 {
  17187. font-size: 20px
  17188. }
  17189.  
  17190. .pre_job {
  17191. width: 100%;
  17192. margin: 20px 0 0 0;
  17193. border: 1px solid #f1f1f1;
  17194. padding: 10px
  17195. }
  17196.  
  17197. .pre_job .info_con {
  17198. height: 60px
  17199. }
  17200.  
  17201. @media (max-width: 420px) {
  17202. .pre_job .info_con {
  17203. height: auto
  17204. }
  17205. }
  17206.  
  17207. @media (max-width: 420px) {
  17208. .pre_job .info_con .middlify {
  17209. margin-bottom: 0
  17210. }
  17211. }
  17212.  
  17213. .pre_job .middlify {
  17214. font-size: 20px;
  17215. color: #3b3b3a;
  17216. padding-left: 20px
  17217. }
  17218.  
  17219. .pre_job .btn {
  17220. background-color: #fd4f00;
  17221. color: #ffffff
  17222. }
  17223.  
  17224. .quote_con {
  17225. text-align: center;
  17226. padding: 50px 0
  17227. }
  17228.  
  17229. .quote_con .the_quote {
  17230. font-size: 18px;
  17231. line-height: 24px;
  17232. font-family: "montserratlight", sans-serif
  17233. }
  17234.  
  17235. .quote_con .quote_name {
  17236. padding-top: 20px;
  17237. font-size: 12px;
  17238. font-family: "montserratbold", sans-serif;
  17239. color: #32b1ca
  17240. }
  17241.  
  17242. .case_study_quote .quote_con {
  17243. text-align: center;
  17244. padding: 20px 0 0 0
  17245. }
  17246.  
  17247. .case_study_quote .quote_con .the_quote {
  17248. font-size: 22px;
  17249. line-height: 30px;
  17250. font-family: "montserratlight", sans-serif;
  17251. color: #ffffff
  17252. }
  17253.  
  17254. .case_study_quote .quote_con .quote_name {
  17255. padding-top: 20px;
  17256. font-size: 12px;
  17257. font-family: "montserratbold", sans-serif;
  17258. color: #fd4f00
  17259. }
  17260.  
  17261. .bio {
  17262. cursor: pointer
  17263. }
  17264.  
  17265. .team_pic {
  17266. width: 100%;
  17267. height: auto;
  17268. overflow: hidden;
  17269. background: #000;
  17270. text-align: right;
  17271. cursor: pointer
  17272. }
  17273.  
  17274. .team_pic .team_txt {
  17275. position: absolute;
  17276. text-align: left;
  17277. padding: 0 15px 20px 20px;
  17278. bottom: 0
  17279. }
  17280.  
  17281. .team_pic img {
  17282. transition: all 0.2s linear;
  17283. height: 200px;
  17284. max-height: 200px;
  17285. float: right;
  17286. cursor: pointer;
  17287. opacity: 0.7
  17288. }
  17289.  
  17290. .team_pic:hover {
  17291. cursor: pointer
  17292. }
  17293.  
  17294. .team_pic:hover img {
  17295. opacity: 1;
  17296. cursor: pointer
  17297. }
  17298.  
  17299. .team_second_row {
  17300. margin-left: 29%
  17301. }
  17302.  
  17303. @media (max-width: 992px) {
  17304. .team_second_row {
  17305. margin-left: 0
  17306. }
  17307. }
  17308.  
  17309. .bio {
  17310. cursor: pointer
  17311. }
  17312.  
  17313. .bio_copy_overlay {
  17314. display: none;
  17315. width: 100%;
  17316. height: 100%;
  17317. position: fixed;
  17318. background: rgba(0, 0, 0, 0.7);
  17319. z-index: 999;
  17320. overflow: scroll;
  17321. cursor: pointer
  17322. }
  17323.  
  17324. .bio_copy_overlay .bg_close {
  17325. width: 100%;
  17326. height: 100%;
  17327. position: absolute
  17328. }
  17329.  
  17330. .bio_copy_overlay .bio_close {
  17331. color: #fff;
  17332. position: absolute;
  17333. top: 20px;
  17334. right: 20px;
  17335. font-size: 20px;
  17336. cursor: pointer
  17337. }
  17338.  
  17339. .bio_copy {
  17340. display: none;
  17341. background: #fff;
  17342. position: relative;
  17343. width: 100%;
  17344. z-index: 999;
  17345. margin: 50px 0;
  17346. padding: 40px;
  17347. cursor: default
  17348. }
  17349.  
  17350. @media (max-width: 768px) {
  17351. .bio_copy {
  17352. padding: 10px
  17353. }
  17354. }
  17355.  
  17356. .bio_copy .bio_copy_con {
  17357. padding: 0 100px 50px 100px
  17358. }
  17359.  
  17360. .bio_copy .bio_photo {
  17361. width: 100%;
  17362. height: 300px;
  17363. background-color: #000;
  17364. margin-bottom: 30px;
  17365. background-repeat: no-repeat;
  17366. background-position: right bottom;
  17367. background-size: contain
  17368. }
  17369.  
  17370. @media (max-width: 768px) {
  17371. .bio_copy .bio_photo {
  17372. background-size: auto 230px
  17373. }
  17374. }
  17375.  
  17376. .contact_head {
  17377. padding: 150px 0 100px 0;
  17378. background-color: #dcdcdc;
  17379. position: relative
  17380. }
  17381.  
  17382. @media (max-width: 768px) {
  17383. .contact_head {
  17384. padding: 120px 0 350px 0;
  17385. background-color: #ffffff
  17386. }
  17387. }
  17388.  
  17389. .contact_head #uk_map,
  17390. .contact_head #us_map {
  17391. width: 100%;
  17392. height: 100%;
  17393. position: absolute;
  17394. bottom: 0
  17395. }
  17396.  
  17397. @media (max-width: 768px) {
  17398. .contact_head #uk_map,
  17399. .contact_head #us_map {
  17400. height: 518px
  17401. }
  17402. }
  17403.  
  17404. .contact_head .contact_details_con {
  17405. position: relative;
  17406. min-height: 130px
  17407. }
  17408.  
  17409. .contact_head .contact_details_con .uk_details,
  17410. .contact_head .contact_details_con .us_details {
  17411. position: absolute
  17412. }
  17413.  
  17414. .contact_head .contact_details_con .us_details {
  17415. display: none
  17416. }
  17417.  
  17418. .send_message {
  17419. padding: 30px 0;
  17420. width: 100%;
  17421. background-color: #fd4f00;
  17422. color: #ffffff;
  17423. text-align: center;
  17424. font-size: 20px !important;
  17425. font: normal 400 14px/18px blissheavyregular, sans-serif;
  17426. pointer-events: initial
  17427. }
  17428.  
  17429. .contact_region_select {
  17430. margin-top: 10px;
  17431. pointer-events: initial
  17432. }
  17433.  
  17434. .contact_region_select .row {
  17435. margin: 0
  17436. }
  17437.  
  17438. .contact_region_select .row .col-xs-6 {
  17439. margin: 0;
  17440. padding: 0
  17441. }
  17442.  
  17443. .contact_region_select .row .col-xs-6 .uk_region,
  17444. .contact_region_select .row .col-xs-6 .us_region {
  17445. transition: all 0.2s linear;
  17446. padding-top: 30px;
  17447. padding-bottom: 30px;
  17448. background-color: #ffffff;
  17449. text-align: center;
  17450. font-size: 20px !important;
  17451. font: normal 400 14px/18px blissheavyregular, sans-serif
  17452. }
  17453.  
  17454. .contact_region_select .row .col-xs-6 .uk_region.active,
  17455. .contact_region_select .row .col-xs-6 .us_region.active {
  17456. background-color: #353534;
  17457. color: #fff
  17458. }
  17459.  
  17460. .contact_region_select .row .col-xs-6 .uk_region:hover,
  17461. .contact_region_select .row .col-xs-6 .us_region:hover {
  17462. background-color: #fd4f00;
  17463. color: #fff;
  17464. cursor: pointer
  17465. }
  17466.  
  17467. .contact_region_select .row .col-xs-6 .uk_region {
  17468. margin-right: 5px
  17469. }
  17470.  
  17471. .contact_region_select .row .col-xs-6 .us_region {
  17472. margin-left: 5px
  17473. }
  17474.  
  17475. .contact_form_con {
  17476. position: relative;
  17477. background-color: #32b1ca;
  17478. padding: 30px;
  17479. top: -50px
  17480. }
  17481.  
  17482. .contact_form_con h3 {
  17483. margin-top: 0
  17484. }
  17485.  
  17486. .contact_bottom_cta {
  17487. margin-top: 20px
  17488. }
  17489.  
  17490. .contact_bottom_cta a:-webkit-any-link {
  17491. text-decoration: none
  17492. }
  17493.  
  17494. .contact_bottom_cta .cta_copy {
  17495. padding: 0 30px 30px 30px;
  17496. z-index: 2;
  17497. position: relative
  17498. }
  17499.  
  17500. .contact_bottom_cta .cta_copy .grey_txt {
  17501. font-size: 14px
  17502. }
  17503.  
  17504. .contact_bottom_cta .cta_copy .grey_txt .fa {
  17505. padding-left: 5px
  17506. }
  17507.  
  17508. .contact_bottom_cta h3 {
  17509. margin: 10px 0;
  17510. color: #fff;
  17511. top: -30px
  17512. }
  17513.  
  17514. @media (max-width: 992px) {
  17515. .contact_bottom_cta h3 {
  17516. font-size: 25px !important
  17517. }
  17518. }
  17519.  
  17520. .contact_bottom_cta .cta_img {
  17521. opacity: 0.7;
  17522. height: 200px;
  17523. background-size: cover;
  17524. background-position: center center;
  17525. background-repeat: no-repeat
  17526. }
  17527.  
  17528. .whitepaper-landing .section-one {
  17529. padding-bottom: 50px
  17530. }
  17531.  
  17532. @media (max-width: 768px) {
  17533. .whitepaper-landing .section-one {
  17534. padding-bottom: 0
  17535. }
  17536. }
  17537.  
  17538. @media (max-width: 768px) {
  17539. .whitepaper-landing .section-one .main-copy {
  17540. padding: 0
  17541. }
  17542. }
  17543.  
  17544. .whitepaper-landing .section-one .form-con {
  17545. margin-top: 70px
  17546. }
  17547.  
  17548. @media (max-width: 768px) {
  17549. .whitepaper-landing .section-one .form-con {
  17550. margin-top: 20px
  17551. }
  17552. }
  17553.  
  17554. .whitepaper-landing .section-two {
  17555. padding: 50px 0
  17556. }
  17557.  
  17558. @media (max-width: 768px) {
  17559. .whitepaper-landing .section-two {
  17560. padding: 20px 0 0 0
  17561. }
  17562. }
  17563.  
  17564. .whitepaper-landing .section-two .key-insights-con {
  17565. padding-bottom: 0
  17566. }
  17567.  
  17568. @media (max-width: 768px) {
  17569. .whitepaper-landing .section-two .key-insights-con {
  17570. padding-bottom: 20px
  17571. }
  17572. }
  17573.  
  17574. .thank-you-whitepaper .section-one {
  17575. padding-bottom: 50px
  17576. }
  17577.  
  17578. @media (max-width: 768px) {
  17579. .thank-you-whitepaper .section-one {
  17580. padding-bottom: 20px
  17581. }
  17582. }
  17583.  
  17584. .cc_container {
  17585. background: #353534 !important;
  17586. padding-bottom: 55px !important
  17587. }
  17588.  
  17589. .cc_container .cc_logo {
  17590. display: none !important
  17591. }
  17592.  
  17593. .cc_container a {
  17594. color: #32b1ca !important
  17595. }
  17596.  
  17597. .cc_container>.cc_btn {
  17598. background-color: #32b1ca !important;
  17599. color: #ffffff !important;
  17600. font-family: "blissheavyregular", sans-serif !important;
  17601. bottom: 10px !important
  17602. }
  17603.  
  17604. .cc_container>.cc_message {
  17605. font-family: "montserratlight", sans-serif !important;
  17606. font-size: 14px !important;
  17607. line-height: 19px !important
  17608. }
  17609.  
  17610. .p-t-0 {
  17611. padding-top: 0px
  17612. }
  17613.  
  17614. .p-t-10 {
  17615. padding-top: 10px
  17616. }
  17617.  
  17618. .p-t-20 {
  17619. padding-top: 20px
  17620. }
  17621.  
  17622. .p-t-30 {
  17623. padding-top: 30px
  17624. }
  17625.  
  17626. .p-t-40 {
  17627. padding-top: 40px
  17628. }
  17629.  
  17630. .p-t-50 {
  17631. padding-top: 50px
  17632. }
  17633.  
  17634. .p-t-60 {
  17635. padding-top: 60px
  17636. }
  17637.  
  17638. .p-t-70 {
  17639. padding-top: 70px
  17640. }
  17641.  
  17642. .p-t-80 {
  17643. padding-top: 80px
  17644. }
  17645.  
  17646. .p-t-90 {
  17647. padding-top: 90px
  17648. }
  17649.  
  17650. .p-t-100 {
  17651. padding-top: 100px
  17652. }
  17653.  
  17654. .p-t-150 {
  17655. padding-top: 150px
  17656. }
  17657.  
  17658. .p-t-180 {
  17659. padding-top: 180px
  17660. }
  17661.  
  17662. .p-b-0 {
  17663. padding-bottom: 0px
  17664. }
  17665.  
  17666. .p-b-10 {
  17667. padding-bottom: 10px
  17668. }
  17669.  
  17670. .p-b-20 {
  17671. padding-bottom: 20px
  17672. }
  17673.  
  17674. .p-b-30 {
  17675. padding-bottom: 30px
  17676. }
  17677.  
  17678. .p-b-40 {
  17679. padding-bottom: 40px
  17680. }
  17681.  
  17682. .p-b-50 {
  17683. padding-bottom: 50px
  17684. }
  17685.  
  17686. .p-b-60 {
  17687. padding-bottom: 60px
  17688. }
  17689.  
  17690. .p-b-70 {
  17691. padding-bottom: 70px
  17692. }
  17693.  
  17694. .p-b-80 {
  17695. padding-bottom: 80px
  17696. }
  17697.  
  17698. .p-b-90 {
  17699. padding-bottom: 90px
  17700. }
  17701.  
  17702. .p-b-100 {
  17703. padding-bottom: 100px
  17704. }
  17705.  
  17706. .p-10 {
  17707. padding: 10px
  17708. }
  17709.  
  17710. .p-20 {
  17711. padding: 20px
  17712. }
  17713.  
  17714. .p-30 {
  17715. padding: 30px
  17716. }
  17717.  
  17718. .p-40 {
  17719. padding: 40px
  17720. }
  17721.  
  17722. .m-r-30 {
  17723. margin-right: 30px
  17724. }
  17725.  
  17726. .m-b-0 {
  17727. margin-bottom: 0px
  17728. }
  17729.  
  17730. .m-b-50 {
  17731. margin-bottom: 50px
  17732. }
  17733.  
  17734. .f-12 {
  17735. font-size: 12px
  17736. }
  17737.  
  17738. .f-14 {
  17739. font-size: 14px
  17740. }
  17741.  
  17742. .f-16 {
  17743. font-size: 16px
  17744. }
  17745.  
  17746. .f-18 {
  17747. font-size: 18px
  17748. }
  17749.  
  17750. .f-20 {
  17751. font-size: 20px
  17752. }
  17753.  
  17754. .f-22 {
  17755. font-size: 22px
  17756. }
  17757.  
  17758. .f-24 {
  17759. font-size: 24px
  17760. }
  17761.  
  17762. .f-26 {
  17763. font-size: 26px
  17764. }
  17765.  
  17766. .f-28 {
  17767. font-size: 28px
  17768. }
  17769.  
  17770. .f-30 {
  17771. font-size: 30px
  17772. }
  17773.  
  17774. .f-32 {
  17775. font-size: 32px
  17776. }
  17777.  
  17778. .f-34 {
  17779. font-size: 34px
  17780. }
  17781.  
  17782. .f-36 {
  17783. font-size: 36px
  17784. }
  17785.  
  17786. .f-38 {
  17787. font-size: 38px
  17788. }
  17789.  
  17790. .f-40 {
  17791. font-size: 40px
  17792. }
  17793.  
  17794. .f-50 {
  17795. font-size: 50px
  17796. }
  17797.  
  17798. .f-55 {
  17799. font-size: 55px
  17800. }
  17801.  
  17802. .f-60 {
  17803. font-size: 60px
  17804. }
  17805.  
  17806. .f-70 {
  17807. font-size: 70px
  17808. }
  17809.  
  17810. .underline {
  17811. text-decoration: underline
  17812. }
  17813.  
  17814. @media (max-width: 768px) {
  17815. .text-center-tablet {
  17816. text-align: center
  17817. }
  17818. }
  17819.  
  17820. .bold {
  17821. font-family: "montserratbold", sans-serif !important
  17822. }
  17823.  
  17824. .white_txt {
  17825. color: #ffffff !important
  17826. }
  17827.  
  17828. .orange_txt {
  17829. color: #fd4f00 !important
  17830. }
  17831.  
  17832. .blue_txt {
  17833. color: #32b1ca !important
  17834. }
  17835.  
  17836. .grey_txt {
  17837. color: #353534 !important
  17838. }
  17839.  
  17840. .light_grey_txt {
  17841. color: #dcdcdc !important
  17842. }
  17843.  
  17844. .blue_bg {
  17845. background-color: #32b1ca
  17846. }
  17847.  
  17848. .orange_bg {
  17849. background-color: #fd4f00
  17850. }
  17851.  
  17852. .white_bg {
  17853. background-color: #ffffff
  17854. }
  17855.  
  17856. .grey_bg {
  17857. background-color: #3b3b3a
  17858. }
  17859.  
  17860. .dark_grey_bg {
  17861. background-color: #353534
  17862. }
  17863.  
  17864. .light_grey_bg {
  17865. background-color: #dcdcdc
  17866. }
  17867.  
  17868. .no_bg {
  17869. background: none
  17870. }
  17871.  
  17872. .black_transparent_bg {
  17873. background-color: RGBA(0, 0, 0, 0.5)
  17874. }
  17875.  
  17876. .white_right_down {
  17877. width: 100%;
  17878. height: 100%;
  17879. position: absolute;
  17880. background: url(/assets/white_right_down-fc0cea845f8872358141407ae85f88dad4fcf6bf1cca4ecda0ed2d78f15bf116.png) top right no-repeat;
  17881. background-size: auto 400px;
  17882. top: 90px
  17883. }
  17884.  
  17885. .white_right_bottom_down {
  17886. width: 100%;
  17887. height: 100%;
  17888. position: absolute;
  17889. background: url(/assets/white_right_down-fc0cea845f8872358141407ae85f88dad4fcf6bf1cca4ecda0ed2d78f15bf116.png) bottom right no-repeat;
  17890. background-size: auto 400px;
  17891. top: 90px
  17892. }
  17893.  
  17894. .white_right_up {
  17895. width: 100%;
  17896. height: calc(100% - 90px);
  17897. position: absolute;
  17898. background: url(/assets/white_right_up-bbdda70ed2d97fbbf283dbea8183d79e5d60ffe547906498daa69e5735f61460.png) bottom right no-repeat;
  17899. background-size: auto 400px;
  17900. top: 90px
  17901. }
  17902.  
  17903. .white_left_up {
  17904. width: 100%;
  17905. height: calc(100% - 90px);
  17906. position: absolute;
  17907. background: url(/assets/white_left_up-22bc795f99a716d1f20213c3e4a1bd7c89536727e024de1860e526ef74a2ae87.png) bottom left no-repeat;
  17908. background-size: auto 500px;
  17909. bottom: 0
  17910. }
  17911.  
  17912. iframe[name='google_conversion_frame'] {
  17913. height: 0 !important;
  17914. width: 0 !important;
  17915. line-height: 0 !important;
  17916. font-size: 0 !important;
  17917. margin-top: -13px;
  17918. float: left
  17919. }
Add Comment
Please, Sign In to add comment