Guest User

Untitled

a guest
Nov 24th, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 431.42 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. html {
  4. font-family: 'Roboto', sans-serif;
  5. -ms-text-size-adjust: 100%;
  6. -webkit-text-size-adjust: 100%;
  7. font-size: 10px;
  8. -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  9. }
  10.  
  11. .equal-width-cols {
  12. width: 100%;
  13. table-layout: fixed;
  14. }
  15. .equal-width-cols td {
  16. width: 100%;
  17. }
  18.  
  19.  
  20.  
  21.  
  22. body {
  23. margin: 0;
  24. font-weight:300;
  25. font-family: 'Roboto', sans-serif;
  26. font-size: 14px;
  27. line-height: 1.42857143;
  28. color: #333;
  29. background-color: #f3f2f5!important;
  30. }
  31.  
  32. article,
  33. aside,
  34. details,
  35. figcaption,
  36. figure,
  37. footer,
  38. header,
  39. hgroup,
  40. main,
  41. menu,
  42. nav,
  43. section,
  44. summary {
  45. display: block
  46. }
  47.  
  48. audio,
  49. canvas,
  50. progress,
  51. video {
  52. display: inline-block;
  53. vertical-align: baseline
  54. }
  55.  
  56. audio:not([controls]) {
  57. display: none;
  58. height: 0
  59. }
  60.  
  61. [hidden],
  62. template {
  63. display: none
  64. }
  65.  
  66. a {
  67. background-color: transparent;
  68. color: #337ab7;
  69. text-decoration: none
  70. }
  71.  
  72. a:active,
  73. a:hover {
  74. outline: 0
  75. }
  76.  
  77. b,
  78. strong {
  79. font-weight: 700
  80. }
  81.  
  82. dfn {
  83. font-style: italic
  84. }
  85.  
  86. h1 {
  87. margin: .67em 0
  88. }
  89.  
  90. mark {
  91. background: #ff0;
  92. color: #000
  93. }
  94.  
  95. sub,
  96. sup {
  97. font-size: 75%;
  98. line-height: 0;
  99. position: relative;
  100. vertical-align: baseline
  101. }
  102.  
  103. sup {
  104. top: -.5em
  105. }
  106.  
  107. sub {
  108. bottom: -.25em
  109. }
  110.  
  111. img {
  112. border: 0;
  113. vertical-align: middle
  114. }
  115.  
  116. svg:not(:root) {
  117. overflow: hidden
  118. }
  119.  
  120. figure {
  121. margin: 0
  122. }
  123.  
  124. hr {
  125. -webkit-box-sizing: content-box;
  126. -moz-box-sizing: content-box;
  127. box-sizing: content-box;
  128. height: 0;
  129. margin-top: 20px;
  130. margin-bottom: 20px;
  131. border: 0;
  132. border-top: 1px solid #eee
  133. }
  134.  
  135. pre {
  136. overflow: auto
  137. }
  138.  
  139. code,
  140. kbd,
  141. pre,
  142. samp {
  143. font-family: monospace, monospace;
  144. font-size: 1em
  145. }
  146.  
  147. button,
  148. input,
  149. optgroup,
  150. select,
  151. textarea {
  152. color: inherit;
  153. font: inherit;
  154. margin: 0
  155. }
  156.  
  157. button {
  158. overflow: visible
  159. }
  160.  
  161. button,
  162. select {
  163. text-transform: none
  164. }
  165.  
  166. button,
  167. html input[type=button],
  168. input[type=reset],
  169. input[type=submit] {
  170. -webkit-appearance: button;
  171. cursor: pointer
  172. }
  173.  
  174. button[disabled],
  175. html input[disabled] {
  176. cursor: default
  177. }
  178.  
  179. button::-moz-focus-inner,
  180. input::-moz-focus-inner {
  181. border: 0;
  182. padding: 0
  183. }
  184.  
  185. input[type=checkbox],
  186. input[type=radio] {
  187. -webkit-box-sizing: border-box;
  188. -moz-box-sizing: border-box;
  189. box-sizing: border-box;
  190. padding: 0
  191. }
  192.  
  193. input[type=number]::-webkit-inner-spin-button,
  194. input[type=number]::-webkit-outer-spin-button {
  195. height: auto
  196. }
  197.  
  198. input[type=search]::-webkit-search-cancel-button,
  199. input[type=search]::-webkit-search-decoration {
  200. -webkit-appearance: none
  201. }
  202.  
  203. fieldset {
  204. margin: 0;
  205. border: 0;
  206. min-width: 0
  207. }
  208.  
  209. legend {
  210. display: block;
  211. width: 100%;
  212. margin-bottom: 20px;
  213. font-size: 21px;
  214. line-height: inherit;
  215. color: #333;
  216. border: 0;
  217. border-bottom: 1px solid #e5e5e5
  218. }
  219.  
  220. textarea {
  221. overflow: auto
  222. }
  223.  
  224. optgroup {
  225. font-weight: 700
  226. }
  227.  
  228. table {
  229. border-collapse: collapse;
  230. border-spacing: 0
  231. }
  232.  
  233. fieldset,
  234. legend,
  235. td,
  236. th {
  237. padding: 0
  238. }
  239.  
  240. *,
  241. :after,
  242. :before,
  243. input[type=search] {
  244. -webkit-box-sizing: border-box;
  245. -moz-box-sizing: border-box;
  246. box-sizing: border-box
  247. }
  248.  
  249. button,
  250. input,
  251. select,
  252. textarea {
  253. font-family: inherit;
  254. font-size: inherit;
  255. line-height: inherit
  256. }
  257.  
  258. a:focus,
  259. a:hover {
  260. color: #23527c;
  261. text-decoration: underline
  262. }
  263.  
  264. a:focus,
  265. input[type=checkbox]:focus,
  266. input[type=file]:focus,
  267. input[type=radio]:focus {
  268. outline: thin dotted;
  269. outline: 5px auto -webkit-focus-ring-color;
  270. outline-offset: -2px
  271. }
  272.  
  273. .carousel-inner>.item>a>img,
  274. .carousel-inner>.item>img,
  275. .img-responsive,
  276. .thumbnail a>img,
  277. .thumbnail>img {
  278. display: block;
  279. max-width: 100%;
  280. height: auto
  281. }
  282.  
  283. .img-rounded {
  284. -webkit-border-radius: 6px;
  285. -moz-border-radius: 6px;
  286. border-radius: 6px
  287. }
  288.  
  289. .img-thumbnail {
  290. padding: 4px;
  291. line-height: 1.42857143;
  292. background-color: #fff;
  293. border: 1px solid #ddd;
  294. -webkit-border-radius: 4px;
  295. -moz-border-radius: 4px;
  296. border-radius: 4px;
  297. -webkit-transition: all .2s ease-in-out;
  298. -o-transition: all .2s ease-in-out;
  299. -moz-transition: all .2s ease-in-out;
  300. transition: all .2s ease-in-out;
  301. display: inline-block;
  302. max-width: 100%;
  303. height: auto
  304. }
  305.  
  306. .img-circle {
  307. -webkit-border-radius: 50%;
  308. -moz-border-radius: 50%;
  309. border-radius: 50%
  310. }
  311.  
  312. .sr-only {
  313. position: absolute;
  314. width: 1px;
  315. height: 1px;
  316. margin: -1px;
  317. padding: 0;
  318. overflow: hidden;
  319. clip: rect(0, 0, 0, 0);
  320. border: 0
  321. }
  322.  
  323. .sr-only-focusable:active,
  324. .sr-only-focusable:focus {
  325. position: static;
  326. width: auto;
  327. height: auto;
  328. margin: 0;
  329. overflow: visible;
  330. clip: auto
  331. }
  332.  
  333. [role=button] {
  334. cursor: pointer
  335. }
  336.  
  337. .h1,
  338. .h2,
  339. .h3,
  340. .h4,
  341. .h5,
  342. .h6,
  343. h1,
  344. h2,
  345. h3,
  346. h4,
  347. h5,
  348. h6 {
  349. font-family: inherit;
  350. font-weight: 500;
  351. line-height: 1.1;
  352. color: inherit
  353. }
  354.  
  355. .h1 .small,
  356. .h1 small,
  357. .h2 .small,
  358. .h2 small,
  359. .h3 .small,
  360. .h3 small,
  361. .h4 .small,
  362. .h4 small,
  363. .h5 .small,
  364. .h5 small,
  365. .h6 .small,
  366. .h6 small,
  367. h1 .small,
  368. h1 small,
  369. h2 .small,
  370. h2 small,
  371. h3 .small,
  372. h3 small,
  373. h4 .small,
  374. h4 small,
  375. h5 .small,
  376. h5 small,
  377. h6 .small,
  378. h6 small {
  379. font-weight: 400;
  380. line-height: 1;
  381. color: #777
  382. }
  383.  
  384. .h1,
  385. .h2,
  386. .h3,
  387. h1,
  388. h2,
  389. h3 {
  390. margin-top: 20px;
  391. margin-bottom: 10px
  392. }
  393.  
  394. .h1 .small,
  395. .h1 small,
  396. .h2 .small,
  397. .h2 small,
  398. .h3 .small,
  399. .h3 small,
  400. h1 .small,
  401. h1 small,
  402. h2 .small,
  403. h2 small,
  404. h3 .small,
  405. h3 small {
  406. font-size: 65%
  407. }
  408.  
  409. .h4,
  410. .h5,
  411. .h6,
  412. h4,
  413. h5,
  414. h6 {
  415. margin-top: 10px;
  416. margin-bottom: 10px
  417. }
  418.  
  419. .h4 .small,
  420. .h4 small,
  421. .h5 .small,
  422. .h5 small,
  423. .h6 .small,
  424. .h6 small,
  425. h4 .small,
  426. h4 small,
  427. h5 .small,
  428. h5 small,
  429. h6 .small,
  430. h6 small {
  431. font-size: 75%
  432. }
  433.  
  434. .h1,
  435. h1 {
  436. font-size: 36px
  437. }
  438.  
  439. .h2,
  440. h2 {
  441. font-size: 30px
  442. }
  443.  
  444. .h3,
  445. h3 {
  446. font-size: 24px
  447. }
  448.  
  449. .h4,
  450. h4 {
  451. font-size: 18px
  452. }
  453.  
  454. .h5,
  455. h5 {
  456. font-size: 14px
  457. }
  458.  
  459. .h6,
  460. h6 {
  461. font-size: 12px
  462. }
  463.  
  464. p {
  465. margin: 0 0 10px
  466. }
  467.  
  468. .lead {
  469. margin-bottom: 20px;
  470. font-size: 16px;
  471. font-weight: 300;
  472. line-height: 1.4
  473. }
  474.  
  475. @media (min-width:768px) {
  476. .lead {
  477. font-size: 21px
  478. }
  479. }
  480.  
  481. .small,
  482. small {
  483. font-size: 85%
  484. }
  485.  
  486. .mark,
  487. mark {
  488. background-color: #fcf8e3;
  489. padding: .2em
  490. }
  491.  
  492. .text-left {
  493. text-align: left
  494. }
  495.  
  496. .text-right {
  497. text-align: right
  498. }
  499.  
  500. .text-center {
  501. text-align: center
  502. }
  503.  
  504. .text-justify {
  505. text-align: justify
  506. }
  507.  
  508. .text-nowrap {
  509. white-space: nowrap
  510. }
  511.  
  512. .text-lowercase {
  513. text-transform: lowercase
  514. }
  515.  
  516. .text-uppercase {
  517. text-transform: uppercase
  518. }
  519.  
  520. .text-capitalize {
  521. text-transform: capitalize
  522. }
  523.  
  524. .text-muted {
  525. color: #777
  526. }
  527.  
  528. .text-primary {
  529. color: #337ab7
  530. }
  531.  
  532. a.text-primary:focus,
  533. a.text-primary:hover {
  534. color: #286090
  535. }
  536.  
  537. .text-success {
  538. color: #3c763d
  539. }
  540.  
  541. a.text-success:focus,
  542. a.text-success:hover {
  543. color: #2b542c
  544. }
  545.  
  546. .text-info {
  547. color: #31708f
  548. }
  549.  
  550. a.text-info:focus,
  551. a.text-info:hover {
  552. color: #245269
  553. }
  554.  
  555. .text-warning {
  556. color: #8a6d3b
  557. }
  558.  
  559. a.text-warning:focus,
  560. a.text-warning:hover {
  561. color: #66512c
  562. }
  563.  
  564. .text-danger {
  565. color: #a94442
  566. }
  567.  
  568. a.text-danger:focus,
  569. a.text-danger:hover {
  570. color: #843534
  571. }
  572.  
  573. .bg-primary {
  574. color: #fff;
  575. background-color: #337ab7
  576. }
  577.  
  578. a.bg-primary:focus,
  579. a.bg-primary:hover {
  580. background-color: #286090
  581. }
  582.  
  583. .bg-success {
  584. background-color: #dff0d8
  585. }
  586.  
  587. a.bg-success:focus,
  588. a.bg-success:hover {
  589. background-color: #c1e2b3
  590. }
  591.  
  592. .bg_color_f7f7f7 {
  593. background-color: rgba(0,0,0,.05);
  594. }
  595.  
  596. .bg-info {
  597. background-color: #d9edf7
  598. }
  599.  
  600. a.bg-info:focus,
  601. a.bg-info:hover {
  602. background-color: #afd9ee
  603. }
  604.  
  605. .bg-warning {
  606. background-color: #fcf8e3
  607. }
  608.  
  609. a.bg-warning:focus,
  610. a.bg-warning:hover {
  611. background-color: #f7ecb5
  612. }
  613.  
  614. .bg-danger {
  615. background-color: #f2dede
  616. }
  617.  
  618. a.bg-danger:focus,
  619. a.bg-danger:hover {
  620. background-color: #e4b9b9
  621. }
  622.  
  623. .page-header {
  624. padding-bottom: 9px;
  625. margin: 40px 0 20px;
  626. border-bottom: 1px solid #eee
  627. }
  628.  
  629. dl,
  630. ol,
  631. ul {
  632. margin-top: 0;
  633. margin-bottom: 10px
  634. }
  635.  
  636. ol ol,
  637. ol ul,
  638. ul ol,
  639. ul ul {
  640. margin-bottom: 0
  641. }
  642.  
  643. .list-inline,
  644. .list-unstyled {
  645. padding-left: 0;
  646. list-style: none
  647. }
  648.  
  649. .list-inline {
  650. margin-left: -5px
  651. }
  652.  
  653. .list-inline>li {
  654. display: inline-block;
  655. padding-left: 5px;
  656. padding-right: 5px
  657. }
  658.  
  659. dl {
  660. margin-bottom: 20px
  661. }
  662.  
  663. dd,
  664. dt {
  665. line-height: 1.42857143
  666. }
  667.  
  668. dt {
  669. font-weight: 700
  670. }
  671.  
  672. dd {
  673. margin-left: 0
  674. }
  675.  
  676. @media (min-width:768px) {
  677. .dl-horizontal dt {
  678. float: left;
  679. width: 160px;
  680. clear: left;
  681. text-align: right;
  682. overflow: hidden;
  683. -o-text-overflow: ellipsis;
  684. text-overflow: ellipsis;
  685. white-space: nowrap
  686. }
  687. .dl-horizontal dd {
  688. margin-left: 180px
  689. }
  690. }
  691.  
  692. abbr[data-original-title],
  693. abbr[title] {
  694. cursor: help;
  695. border-bottom: 1px dotted #777
  696. }
  697.  
  698. .initialism {
  699. font-size: 90%;
  700. text-transform: uppercase
  701. }
  702.  
  703. blockquote {
  704. padding: 10px 20px;
  705. margin: 0 0 20px;
  706. font-size: 17.5px;
  707. border-left: 5px solid #eee
  708. }
  709.  
  710. blockquote ol:last-child,
  711. blockquote p:last-child,
  712. blockquote ul:last-child {
  713. margin-bottom: 0
  714. }
  715.  
  716. blockquote .small,
  717. blockquote footer,
  718. blockquote small {
  719. display: block;
  720. font-size: 80%;
  721. line-height: 1.42857143;
  722. color: #777
  723. }
  724.  
  725. blockquote .small:before,
  726. blockquote footer:before,
  727. blockquote small:before {
  728. content: '\2014 \00A0'
  729. }
  730.  
  731. .blockquote-reverse,
  732. blockquote.pull-right {
  733. padding-right: 15px;
  734. padding-left: 0;
  735. border-right: 5px solid #eee;
  736. border-left: 0;
  737. text-align: right
  738. }
  739.  
  740. .blockquote-reverse .small:before,
  741. .blockquote-reverse footer:before,
  742. .blockquote-reverse small:before,
  743. blockquote.pull-right .small:before,
  744. blockquote.pull-right footer:before,
  745. blockquote.pull-right small:before {
  746. content: ''
  747. }
  748.  
  749. .blockquote-reverse .small:after,
  750. .blockquote-reverse footer:after,
  751. .blockquote-reverse small:after,
  752. blockquote.pull-right .small:after,
  753. blockquote.pull-right footer:after,
  754. blockquote.pull-right small:after {
  755. content: '\00A0 \2014'
  756. }
  757.  
  758. address {
  759. margin-bottom: 20px;
  760. font-style: normal;
  761. line-height: 1.42857143
  762. }
  763.  
  764. .container {
  765. margin-right: auto;
  766. margin-left: auto;
  767. padding-left: 15px;
  768. padding-right: 15px
  769. }
  770.  
  771. @media (min-width:768px) {
  772. .container {
  773. width: 750px
  774. }
  775. }
  776.  
  777. @media (min-width:992px) {
  778. .container {
  779. width: 970px
  780. }
  781. }
  782.  
  783. @media (min-width:1200px) {
  784. .container {
  785. width: 1170px
  786. }
  787. }
  788.  
  789. .container-fluid {
  790. margin-right: auto;
  791. margin-left: auto;
  792. padding-left: 15px;
  793. padding-right: 15px
  794. }
  795.  
  796. .row {
  797. margin-left: -15px;
  798. margin-right: -15px
  799. }
  800.  
  801. .col-lg-1,
  802. .col-lg-10,
  803. .col-lg-11,
  804. .col-lg-12,
  805. .col-lg-2,
  806. .col-lg-3,
  807. .col-lg-4,
  808. .col-lg-5,
  809. .col-lg-6,
  810. .col-lg-7,
  811. .col-lg-8,
  812. .col-lg-9,
  813. .col-md-1,
  814. .col-md-10,
  815. .col-md-11,
  816. .col-md-12,
  817. .col-md-2,
  818. .col-md-3,
  819. .col-md-4,
  820. .col-md-5,
  821. .col-md-6,
  822. .col-md-7,
  823. .col-md-8,
  824. .col-md-9,
  825. .col-sm-1,
  826. .col-sm-10,
  827. .col-sm-11,
  828. .col-sm-12,
  829. .col-sm-2,
  830. .col-sm-3,
  831. .col-sm-4,
  832. .col-sm-5,
  833. .col-sm-6,
  834. .col-sm-7,
  835. .col-sm-8,
  836. .col-sm-9,
  837. .col-xs-1,
  838. .col-xs-10,
  839. .col-xs-11,
  840. .col-xs-12,
  841. .col-xs-2,
  842. .col-xs-3,
  843. .col-xs-4,
  844. .col-xs-5,
  845. .col-xs-6,
  846. .col-xs-7,
  847. .col-xs-8,
  848. .col-xs-9 {
  849. position: relative;
  850. min-height: 1px;
  851. padding-left: 15px;
  852. padding-right: 15px
  853. }
  854.  
  855. .col-xs-1,
  856. .col-xs-10,
  857. .col-xs-11,
  858. .col-xs-12,
  859. .col-xs-2,
  860. .col-xs-3,
  861. .col-xs-4,
  862. .col-xs-5,
  863. .col-xs-6,
  864. .col-xs-7,
  865. .col-xs-8,
  866. .col-xs-9 {
  867. float: left
  868. }
  869.  
  870. .col-xs-12 {
  871. width: 100%
  872. }
  873.  
  874. .col-xs-11 {
  875. width: 91.66666667%
  876. }
  877.  
  878. .col-xs-10 {
  879. width: 83.33333333%
  880. }
  881.  
  882. .col-xs-9 {
  883. width: 75%
  884. }
  885.  
  886. .col-xs-8 {
  887. width: 66.66666667%
  888. }
  889.  
  890. .col-xs-7 {
  891. width: 58.33333333%
  892. }
  893.  
  894. .col-xs-6 {
  895. width: 50%
  896. }
  897.  
  898. .col-xs-5 {
  899. width: 41.66666667%
  900. }
  901.  
  902. .col-xs-4 {
  903. width: 33.33333333%
  904. }
  905.  
  906. .col-xs-3 {
  907. width: 25%
  908. }
  909.  
  910. .col-xs-2 {
  911. width: 16.66666667%
  912. }
  913.  
  914. .col-xs-1 {
  915. width: 8.33333333%
  916. }
  917.  
  918. .col-xs-pull-12 {
  919. right: 100%
  920. }
  921.  
  922. .col-xs-pull-11 {
  923. right: 91.66666667%
  924. }
  925.  
  926. .col-xs-pull-10 {
  927. right: 83.33333333%
  928. }
  929.  
  930. .col-xs-pull-9 {
  931. right: 75%
  932. }
  933.  
  934. .col-xs-pull-8 {
  935. right: 66.66666667%
  936. }
  937.  
  938. .col-xs-pull-7 {
  939. right: 58.33333333%
  940. }
  941.  
  942. .col-xs-pull-6 {
  943. right: 50%
  944. }
  945.  
  946. .col-xs-pull-5 {
  947. right: 41.66666667%
  948. }
  949.  
  950. .col-xs-pull-4 {
  951. right: 33.33333333%
  952. }
  953.  
  954. .col-xs-pull-3 {
  955. right: 25%
  956. }
  957.  
  958. .col-xs-pull-2 {
  959. right: 16.66666667%
  960. }
  961.  
  962. .col-xs-pull-1 {
  963. right: 8.33333333%
  964. }
  965.  
  966. .col-xs-pull-0 {
  967. right: auto
  968. }
  969.  
  970. .col-xs-push-12 {
  971. left: 100%
  972. }
  973.  
  974. .col-xs-push-11 {
  975. left: 91.66666667%
  976. }
  977.  
  978. .col-xs-push-10 {
  979. left: 83.33333333%
  980. }
  981.  
  982. .col-xs-push-9 {
  983. left: 75%
  984. }
  985.  
  986. .col-xs-push-8 {
  987. left: 66.66666667%
  988. }
  989.  
  990. .col-xs-push-7 {
  991. left: 58.33333333%
  992. }
  993.  
  994. .col-xs-push-6 {
  995. left: 50%
  996. }
  997.  
  998. .col-xs-push-5 {
  999. left: 41.66666667%
  1000. }
  1001.  
  1002. .col-xs-push-4 {
  1003. left: 33.33333333%
  1004. }
  1005.  
  1006. .col-xs-push-3 {
  1007. left: 25%
  1008. }
  1009.  
  1010. .col-xs-push-2 {
  1011. left: 16.66666667%
  1012. }
  1013.  
  1014. .col-xs-push-1 {
  1015. left: 8.33333333%
  1016. }
  1017.  
  1018. .col-xs-push-0 {
  1019. left: auto
  1020. }
  1021.  
  1022. .col-xs-offset-12 {
  1023. margin-left: 100%
  1024. }
  1025.  
  1026. .col-xs-offset-11 {
  1027. margin-left: 91.66666667%
  1028. }
  1029.  
  1030. .col-xs-offset-10 {
  1031. margin-left: 83.33333333%
  1032. }
  1033.  
  1034. .col-xs-offset-9 {
  1035. margin-left: 75%
  1036. }
  1037.  
  1038. .col-xs-offset-8 {
  1039. margin-left: 66.66666667%
  1040. }
  1041.  
  1042. .col-xs-offset-7 {
  1043. margin-left: 58.33333333%
  1044. }
  1045.  
  1046. .col-xs-offset-6 {
  1047. margin-left: 50%
  1048. }
  1049.  
  1050. .col-xs-offset-5 {
  1051. margin-left: 41.66666667%
  1052. }
  1053.  
  1054. .col-xs-offset-4 {
  1055. margin-left: 33.33333333%
  1056. }
  1057.  
  1058. .col-xs-offset-3 {
  1059. margin-left: 25%
  1060. }
  1061.  
  1062. .col-xs-offset-2 {
  1063. margin-left: 16.66666667%
  1064. }
  1065.  
  1066. .col-xs-offset-1 {
  1067. margin-left: 8.33333333%
  1068. }
  1069.  
  1070. .col-xs-offset-0 {
  1071. margin-left: 0%
  1072. }
  1073.  
  1074. @media (min-width:768px) {
  1075. .col-sm-1,
  1076. .col-sm-10,
  1077. .col-sm-11,
  1078. .col-sm-12,
  1079. .col-sm-2,
  1080. .col-sm-3,
  1081. .col-sm-4,
  1082. .col-sm-5,
  1083. .col-sm-6,
  1084. .col-sm-7,
  1085. .col-sm-8,
  1086. .col-sm-9 {
  1087. float: left
  1088. }
  1089. .col-sm-12 {
  1090. width: 100%
  1091. }
  1092. .col-sm-11 {
  1093. width: 91.66666667%
  1094. }
  1095. .col-sm-10 {
  1096. width: 83.33333333%
  1097. }
  1098. .col-sm-9 {
  1099. width: 75%
  1100. }
  1101. .col-sm-8 {
  1102. width: 66.66666667%
  1103. }
  1104. .col-sm-7 {
  1105. width: 58.33333333%
  1106. }
  1107. .col-sm-6 {
  1108. width: 50%
  1109. }
  1110. .col-sm-5 {
  1111. width: 41.66666667%
  1112. }
  1113. .col-sm-4 {
  1114. width: 33.33333333%
  1115. }
  1116. .col-sm-3 {
  1117. width: 25%
  1118. }
  1119. .col-sm-2 {
  1120. width: 16.66666667%
  1121. }
  1122. .col-sm-1 {
  1123. width: 8.33333333%
  1124. }
  1125. .col-sm-pull-12 {
  1126. right: 100%
  1127. }
  1128. .col-sm-pull-11 {
  1129. right: 91.66666667%
  1130. }
  1131. .col-sm-pull-10 {
  1132. right: 83.33333333%
  1133. }
  1134. .col-sm-pull-9 {
  1135. right: 75%
  1136. }
  1137. .col-sm-pull-8 {
  1138. right: 66.66666667%
  1139. }
  1140. .col-sm-pull-7 {
  1141. right: 58.33333333%
  1142. }
  1143. .col-sm-pull-6 {
  1144. right: 50%
  1145. }
  1146. .col-sm-pull-5 {
  1147. right: 41.66666667%
  1148. }
  1149. .col-sm-pull-4 {
  1150. right: 33.33333333%
  1151. }
  1152. .col-sm-pull-3 {
  1153. right: 25%
  1154. }
  1155. .col-sm-pull-2 {
  1156. right: 16.66666667%
  1157. }
  1158. .col-sm-pull-1 {
  1159. right: 8.33333333%
  1160. }
  1161. .col-sm-pull-0 {
  1162. right: auto
  1163. }
  1164. .col-sm-push-12 {
  1165. left: 100%
  1166. }
  1167. .col-sm-push-11 {
  1168. left: 91.66666667%
  1169. }
  1170. .col-sm-push-10 {
  1171. left: 83.33333333%
  1172. }
  1173. .col-sm-push-9 {
  1174. left: 75%
  1175. }
  1176. .col-sm-push-8 {
  1177. left: 66.66666667%
  1178. }
  1179. .col-sm-push-7 {
  1180. left: 58.33333333%
  1181. }
  1182. .col-sm-push-6 {
  1183. left: 50%
  1184. }
  1185. .col-sm-push-5 {
  1186. left: 41.66666667%
  1187. }
  1188. .col-sm-push-4 {
  1189. left: 33.33333333%
  1190. }
  1191. .col-sm-push-3 {
  1192. left: 25%
  1193. }
  1194. .col-sm-push-2 {
  1195. left: 16.66666667%
  1196. }
  1197. .col-sm-push-1 {
  1198. left: 8.33333333%
  1199. }
  1200. .col-sm-push-0 {
  1201. left: auto
  1202. }
  1203. .col-sm-offset-12 {
  1204. margin-left: 100%
  1205. }
  1206. .col-sm-offset-11 {
  1207. margin-left: 91.66666667%
  1208. }
  1209. .col-sm-offset-10 {
  1210. margin-left: 83.33333333%
  1211. }
  1212. .col-sm-offset-9 {
  1213. margin-left: 75%
  1214. }
  1215. .col-sm-offset-8 {
  1216. margin-left: 66.66666667%
  1217. }
  1218. .col-sm-offset-7 {
  1219. margin-left: 58.33333333%
  1220. }
  1221. .col-sm-offset-6 {
  1222. margin-left: 50%
  1223. }
  1224. .col-sm-offset-5 {
  1225. margin-left: 41.66666667%
  1226. }
  1227. .col-sm-offset-4 {
  1228. margin-left: 33.33333333%
  1229. }
  1230. .col-sm-offset-3 {
  1231. margin-left: 25%
  1232. }
  1233. .col-sm-offset-2 {
  1234. margin-left: 16.66666667%
  1235. }
  1236. .col-sm-offset-1 {
  1237. margin-left: 8.33333333%
  1238. }
  1239. .col-sm-offset-0 {
  1240. margin-left: 0%
  1241. }
  1242. }
  1243.  
  1244. @media (min-width:992px) {
  1245. .col-md-1,
  1246. .col-md-10,
  1247. .col-md-11,
  1248. .col-md-12,
  1249. .col-md-2,
  1250. .col-md-3,
  1251. .col-md-4,
  1252. .col-md-5,
  1253. .col-md-6,
  1254. .col-md-7,
  1255. .col-md-8,
  1256. .col-md-9 {
  1257. float: left
  1258. }
  1259. .col-md-12 {
  1260. width: 100%
  1261. }
  1262. .col-md-11 {
  1263. width: 91.66666667%
  1264. }
  1265. .col-md-10 {
  1266. width: 83.33333333%
  1267. }
  1268. .col-md-9 {
  1269. width: 75%
  1270. }
  1271. .col-md-8 {
  1272. width: 66.66666667%
  1273. }
  1274. .col-md-7 {
  1275. width: 58.33333333%
  1276. }
  1277. .col-md-6 {
  1278. width: 50%
  1279. }
  1280. .col-md-5 {
  1281. width: 41.66666667%
  1282. }
  1283. .col-md-4 {
  1284. width: 33.33333333%
  1285. }
  1286. .col-md-3 {
  1287. width: 25%
  1288. }
  1289. .col-md-2 {
  1290. width: 16.66666667%
  1291. }
  1292. .col-md-1 {
  1293. width: 8.33333333%
  1294. }
  1295. .col-md-pull-12 {
  1296. right: 100%
  1297. }
  1298. .col-md-pull-11 {
  1299. right: 91.66666667%
  1300. }
  1301. .col-md-pull-10 {
  1302. right: 83.33333333%
  1303. }
  1304. .col-md-pull-9 {
  1305. right: 75%
  1306. }
  1307. .col-md-pull-8 {
  1308. right: 66.66666667%
  1309. }
  1310. .col-md-pull-7 {
  1311. right: 58.33333333%
  1312. }
  1313. .col-md-pull-6 {
  1314. right: 50%
  1315. }
  1316. .col-md-pull-5 {
  1317. right: 41.66666667%
  1318. }
  1319. .col-md-pull-4 {
  1320. right: 33.33333333%
  1321. }
  1322. .col-md-pull-3 {
  1323. right: 25%
  1324. }
  1325. .col-md-pull-2 {
  1326. right: 16.66666667%
  1327. }
  1328. .col-md-pull-1 {
  1329. right: 8.33333333%
  1330. }
  1331. .col-md-pull-0 {
  1332. right: auto
  1333. }
  1334. .col-md-push-12 {
  1335. left: 100%
  1336. }
  1337. .col-md-push-11 {
  1338. left: 91.66666667%
  1339. }
  1340. .col-md-push-10 {
  1341. left: 83.33333333%
  1342. }
  1343. .col-md-push-9 {
  1344. left: 75%
  1345. }
  1346. .col-md-push-8 {
  1347. left: 66.66666667%
  1348. }
  1349. .col-md-push-7 {
  1350. left: 58.33333333%
  1351. }
  1352. .col-md-push-6 {
  1353. left: 50%
  1354. }
  1355. .col-md-push-5 {
  1356. left: 41.66666667%
  1357. }
  1358. .col-md-push-4 {
  1359. left: 33.33333333%
  1360. }
  1361. .col-md-push-3 {
  1362. left: 25%
  1363. }
  1364. .col-md-push-2 {
  1365. left: 16.66666667%
  1366. }
  1367. .col-md-push-1 {
  1368. left: 8.33333333%
  1369. }
  1370. .col-md-push-0 {
  1371. left: auto
  1372. }
  1373. .col-md-offset-12 {
  1374. margin-left: 100%
  1375. }
  1376. .col-md-offset-11 {
  1377. margin-left: 91.66666667%
  1378. }
  1379. .col-md-offset-10 {
  1380. margin-left: 83.33333333%
  1381. }
  1382. .col-md-offset-9 {
  1383. margin-left: 75%
  1384. }
  1385. .col-md-offset-8 {
  1386. margin-left: 66.66666667%
  1387. }
  1388. .col-md-offset-7 {
  1389. margin-left: 58.33333333%
  1390. }
  1391. .col-md-offset-6 {
  1392. margin-left: 50%
  1393. }
  1394. .col-md-offset-5 {
  1395. margin-left: 41.66666667%
  1396. }
  1397. .col-md-offset-4 {
  1398. margin-left: 33.33333333%
  1399. }
  1400. .col-md-offset-3 {
  1401. margin-left: 25%
  1402. }
  1403. .col-md-offset-2 {
  1404. margin-left: 16.66666667%
  1405. }
  1406. .col-md-offset-1 {
  1407. margin-left: 8.33333333%
  1408. }
  1409. .col-md-offset-0 {
  1410. margin-left: 0%
  1411. }
  1412. }
  1413.  
  1414. @media (min-width:1200px) {
  1415. .col-lg-1,
  1416. .col-lg-10,
  1417. .col-lg-11,
  1418. .col-lg-12,
  1419. .col-lg-2,
  1420. .col-lg-3,
  1421. .col-lg-4,
  1422. .col-lg-5,
  1423. .col-lg-6,
  1424. .col-lg-7,
  1425. .col-lg-8,
  1426. .col-lg-9 {
  1427. float: left
  1428. }
  1429. .col-lg-12 {
  1430. width: 100%
  1431. }
  1432. .col-lg-11 {
  1433. width: 91.66666667%
  1434. }
  1435. .col-lg-10 {
  1436. width: 83.33333333%
  1437. }
  1438. .col-lg-9 {
  1439. width: 75%
  1440. }
  1441. .col-lg-8 {
  1442. width: 66.66666667%
  1443. }
  1444. .col-lg-7 {
  1445. width: 58.33333333%
  1446. }
  1447. .col-lg-6 {
  1448. width: 50%
  1449. }
  1450. .col-lg-5 {
  1451. width: 41.66666667%
  1452. }
  1453. .col-lg-4 {
  1454. width: 33.33333333%
  1455. }
  1456. .col-lg-3 {
  1457. width: 25%
  1458. }
  1459. .col-lg-2 {
  1460. width: 16.66666667%
  1461. }
  1462. .col-lg-1 {
  1463. width: 8.33333333%
  1464. }
  1465. .col-lg-pull-12 {
  1466. right: 100%
  1467. }
  1468. .col-lg-pull-11 {
  1469. right: 91.66666667%
  1470. }
  1471. .col-lg-pull-10 {
  1472. right: 83.33333333%
  1473. }
  1474. .col-lg-pull-9 {
  1475. right: 75%
  1476. }
  1477. .col-lg-pull-8 {
  1478. right: 66.66666667%
  1479. }
  1480. .col-lg-pull-7 {
  1481. right: 58.33333333%
  1482. }
  1483. .col-lg-pull-6 {
  1484. right: 50%
  1485. }
  1486. .col-lg-pull-5 {
  1487. right: 41.66666667%
  1488. }
  1489. .col-lg-pull-4 {
  1490. right: 33.33333333%
  1491. }
  1492. .col-lg-pull-3 {
  1493. right: 25%
  1494. }
  1495. .col-lg-pull-2 {
  1496. right: 16.66666667%
  1497. }
  1498. .col-lg-pull-1 {
  1499. right: 8.33333333%
  1500. }
  1501. .col-lg-pull-0 {
  1502. right: auto
  1503. }
  1504. .col-lg-push-12 {
  1505. left: 100%
  1506. }
  1507. .col-lg-push-11 {
  1508. left: 91.66666667%
  1509. }
  1510. .col-lg-push-10 {
  1511. left: 83.33333333%
  1512. }
  1513. .col-lg-push-9 {
  1514. left: 75%
  1515. }
  1516. .col-lg-push-8 {
  1517. left: 66.66666667%
  1518. }
  1519. .col-lg-push-7 {
  1520. left: 58.33333333%
  1521. }
  1522. .col-lg-push-6 {
  1523. left: 50%
  1524. }
  1525. .col-lg-push-5 {
  1526. left: 41.66666667%
  1527. }
  1528. .col-lg-push-4 {
  1529. left: 33.33333333%
  1530. }
  1531. .col-lg-push-3 {
  1532. left: 25%
  1533. }
  1534. .col-lg-push-2 {
  1535. left: 16.66666667%
  1536. }
  1537. .col-lg-push-1 {
  1538. left: 8.33333333%
  1539. }
  1540. .col-lg-push-0 {
  1541. left: auto
  1542. }
  1543. .col-lg-offset-12 {
  1544. margin-left: 100%
  1545. }
  1546. .col-lg-offset-11 {
  1547. margin-left: 91.66666667%
  1548. }
  1549. .col-lg-offset-10 {
  1550. margin-left: 83.33333333%
  1551. }
  1552. .col-lg-offset-9 {
  1553. margin-left: 75%
  1554. }
  1555. .col-lg-offset-8 {
  1556. margin-left: 66.66666667%
  1557. }
  1558. .col-lg-offset-7 {
  1559. margin-left: 58.33333333%
  1560. }
  1561. .col-lg-offset-6 {
  1562. margin-left: 50%
  1563. }
  1564. .col-lg-offset-5 {
  1565. margin-left: 41.66666667%
  1566. }
  1567. .col-lg-offset-4 {
  1568. margin-left: 33.33333333%
  1569. }
  1570. .col-lg-offset-3 {
  1571. margin-left: 25%
  1572. }
  1573. .col-lg-offset-2 {
  1574. margin-left: 16.66666667%
  1575. }
  1576. .col-lg-offset-1 {
  1577. margin-left: 8.33333333%
  1578. }
  1579. .col-lg-offset-0 {
  1580. margin-left: 0%
  1581. }
  1582. }
  1583.  
  1584. label {
  1585. display: inline-block;
  1586. max-width: 100%;
  1587. margin-bottom: 5px;
  1588. font-weight: 700
  1589. }
  1590.  
  1591. input[type=checkbox],
  1592. input[type=radio] {
  1593. margin: 4px 0 0;
  1594. margin-top: 1px \9;
  1595. line-height: normal
  1596. }
  1597.  
  1598. input[type=file] {
  1599. display: block
  1600. }
  1601.  
  1602. input[type=range] {
  1603. display: block;
  1604. width: 100%
  1605. }
  1606.  
  1607. .form-group-sm select[multiple].form-control,
  1608. .form-group-sm textarea.form-control,
  1609. select[multiple],
  1610. select[multiple].input-sm,
  1611. select[size],
  1612. textarea.form-control,
  1613. textarea.input-sm {
  1614. height: auto
  1615. }
  1616.  
  1617. .form-control,
  1618. output {
  1619. display: block;
  1620. font-size: 14px;
  1621. line-height: 1.42857143;
  1622. color: #555
  1623. }
  1624.  
  1625. output {
  1626. padding-top: 7px
  1627. }
  1628.  
  1629. .form-control {
  1630. width: 100%;
  1631. height: 34px;
  1632. padding: 6px 12px;
  1633. background-color: #fff;
  1634. background-image: none;
  1635. border: 1px solid #ccc;
  1636. -webkit-border-radius: 4px;
  1637. -moz-border-radius: 4px;
  1638. border-radius: 4px;
  1639. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1640. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1641. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1642. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  1643. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1644. -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  1645. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
  1646. }
  1647.  
  1648. .form-control:focus {
  1649. border-color: #66afe9;
  1650. outline: 0;
  1651. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  1652. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  1653. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
  1654. }
  1655.  
  1656. .form-control::-moz-placeholder {
  1657. color: #999;
  1658. opacity: 1
  1659. }
  1660.  
  1661. .form-control:-ms-input-placeholder {
  1662. color: #999
  1663. }
  1664.  
  1665. .form-control::-webkit-input-placeholder {
  1666. color: #999
  1667. }
  1668.  
  1669. .form-control::-ms-expand {
  1670. border: 0;
  1671. background-color: transparent
  1672. }
  1673.  
  1674. .form-control[disabled],
  1675. .form-control[readonly],
  1676. fieldset[disabled] .form-control {
  1677. background-color: #eee;
  1678. opacity: 1
  1679. }
  1680.  
  1681. .form-control[disabled],
  1682. fieldset[disabled] .form-control {
  1683. cursor: not-allowed
  1684. }
  1685.  
  1686. input[type=search] {
  1687. -webkit-appearance: none
  1688. }
  1689.  
  1690. @media screen and (-webkit-min-device-pixel-ratio:0) {
  1691. input[type=date].form-control,
  1692. input[type=datetime-local].form-control,
  1693. input[type=month].form-control,
  1694. input[type=time].form-control {
  1695. line-height: 34px
  1696. }
  1697. .input-group-sm input[type=date],
  1698. .input-group-sm input[type=datetime-local],
  1699. .input-group-sm input[type=month],
  1700. .input-group-sm input[type=time],
  1701. input[type=date].input-sm,
  1702. input[type=datetime-local].input-sm,
  1703. input[type=month].input-sm,
  1704. input[type=time].input-sm {
  1705. line-height: 30px
  1706. }
  1707. .input-group-lg input[type=date],
  1708. .input-group-lg input[type=datetime-local],
  1709. .input-group-lg input[type=month],
  1710. .input-group-lg input[type=time],
  1711. input[type=date].input-lg,
  1712. input[type=datetime-local].input-lg,
  1713. input[type=month].input-lg,
  1714. input[type=time].input-lg {
  1715. line-height: 46px
  1716. }
  1717. }
  1718.  
  1719. .form-group {
  1720. margin-bottom: 15px
  1721. }
  1722.  
  1723. .checkbox,
  1724. .radio {
  1725. position: relative;
  1726. display: block;
  1727. margin-top: 10px;
  1728. margin-bottom: 10px
  1729. }
  1730.  
  1731. .checkbox label,
  1732. .checkbox-inline,
  1733. .radio label,
  1734. .radio-inline {
  1735. padding-left: 20px;
  1736. margin-bottom: 0;
  1737. font-weight: 400;
  1738. cursor: pointer
  1739. }
  1740.  
  1741. .checkbox label,
  1742. .radio label {
  1743. min-height: 20px
  1744. }
  1745.  
  1746. .checkbox input[type=checkbox],
  1747. .checkbox-inline input[type=checkbox],
  1748. .radio input[type=radio],
  1749. .radio-inline input[type=radio] {
  1750. position: absolute;
  1751. margin-left: -20px;
  1752. margin-top: 4px \9
  1753. }
  1754.  
  1755. .checkbox+.checkbox,
  1756. .radio+.radio {
  1757. margin-top: -5px
  1758. }
  1759.  
  1760. .checkbox-inline,
  1761. .radio-inline {
  1762. position: relative;
  1763. display: inline-block;
  1764. vertical-align: middle
  1765. }
  1766.  
  1767. .checkbox-inline+.checkbox-inline,
  1768. .radio-inline+.radio-inline {
  1769. margin-top: 0;
  1770. margin-left: 10px
  1771. }
  1772.  
  1773. .checkbox-inline.disabled,
  1774. .checkbox.disabled label,
  1775. .radio-inline.disabled,
  1776. .radio.disabled label,
  1777. fieldset[disabled] .checkbox label,
  1778. fieldset[disabled] .checkbox-inline,
  1779. fieldset[disabled] .radio label,
  1780. fieldset[disabled] .radio-inline,
  1781. fieldset[disabled] input[type=checkbox],
  1782. fieldset[disabled] input[type=radio],
  1783. input[type=checkbox].disabled,
  1784. input[type=checkbox][disabled],
  1785. input[type=radio].disabled,
  1786. input[type=radio][disabled] {
  1787. cursor: not-allowed
  1788. }
  1789.  
  1790. .form-control-static {
  1791. padding-top: 7px;
  1792. padding-bottom: 7px;
  1793. margin-bottom: 0;
  1794. min-height: 34px
  1795. }
  1796.  
  1797. .form-control-static.input-lg,
  1798. .form-control-static.input-sm {
  1799. padding-left: 0;
  1800. padding-right: 0
  1801. }
  1802.  
  1803. .form-group-sm .form-control,
  1804. .input-sm {
  1805. height: 30px;
  1806. padding: 5px 10px;
  1807. font-size: 12px;
  1808. line-height: 1.5;
  1809. -webkit-border-radius: 3px;
  1810. -moz-border-radius: 3px;
  1811. border-radius: 3px
  1812. }
  1813.  
  1814. .form-group-sm select.form-control,
  1815. select.input-sm {
  1816. height: 30px;
  1817. line-height: 30px
  1818. }
  1819.  
  1820. .form-group-sm .form-control-static {
  1821. height: 30px;
  1822. min-height: 32px;
  1823. padding: 6px 10px;
  1824. font-size: 12px;
  1825. line-height: 1.5
  1826. }
  1827.  
  1828. .form-group-lg .form-control,
  1829. .input-lg {
  1830. height: 46px;
  1831. padding: 10px 16px;
  1832. font-size: 18px;
  1833. line-height: 1.3333333;
  1834. -webkit-border-radius: 6px;
  1835. -moz-border-radius: 6px;
  1836. border-radius: 6px
  1837. }
  1838.  
  1839. .form-group-lg select[multiple].form-control,
  1840. .form-group-lg textarea.form-control,
  1841. select[multiple].input-lg,
  1842. textarea.input-lg {
  1843. height: auto
  1844. }
  1845.  
  1846. .form-group-lg select.form-control,
  1847. select.input-lg {
  1848. height: 46px;
  1849. line-height: 46px
  1850. }
  1851.  
  1852. .form-group-lg .form-control-static {
  1853. height: 46px;
  1854. min-height: 38px;
  1855. padding: 11px 16px;
  1856. font-size: 18px;
  1857. line-height: 1.3333333
  1858. }
  1859.  
  1860. .has-feedback {
  1861. position: relative
  1862. }
  1863.  
  1864. .has-feedback .form-control {
  1865. padding-right: 42.5px
  1866. }
  1867.  
  1868. .form-control-feedback {
  1869. position: absolute;
  1870. top: 0;
  1871. right: 0;
  1872. z-index: 2;
  1873. display: block;
  1874. width: 34px;
  1875. height: 34px;
  1876. line-height: 34px;
  1877. text-align: center;
  1878. pointer-events: none
  1879. }
  1880.  
  1881. .form-group-lg .form-control+.form-control-feedback,
  1882. .input-group-lg+.form-control-feedback,
  1883. .input-lg+.form-control-feedback {
  1884. width: 46px;
  1885. height: 46px;
  1886. line-height: 46px
  1887. }
  1888.  
  1889. .form-group-sm .form-control+.form-control-feedback,
  1890. .input-group-sm+.form-control-feedback,
  1891. .input-sm+.form-control-feedback {
  1892. width: 30px;
  1893. height: 30px;
  1894. line-height: 30px
  1895. }
  1896.  
  1897. .has-success .checkbox,
  1898. .has-success .checkbox-inline,
  1899. .has-success .control-label,
  1900. .has-success .help-block,
  1901. .has-success .radio,
  1902. .has-success .radio-inline,
  1903. .has-success.checkbox label,
  1904. .has-success.checkbox-inline label,
  1905. .has-success.radio label,
  1906. .has-success.radio-inline label {
  1907. color: #3c763d
  1908. }
  1909.  
  1910. .has-success .form-control {
  1911. border-color: #3c763d;
  1912. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1913. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1914. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  1915. }
  1916.  
  1917. .has-success .form-control:focus {
  1918. border-color: #2b542c;
  1919. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  1920. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  1921. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
  1922. }
  1923.  
  1924. .has-success .input-group-addon {
  1925. color: #3c763d;
  1926. border-color: #3c763d;
  1927. background-color: #dff0d8
  1928. }
  1929.  
  1930. .has-success .form-control-feedback {
  1931. color: #3c763d
  1932. }
  1933.  
  1934. .has-warning .checkbox,
  1935. .has-warning .checkbox-inline,
  1936. .has-warning .control-label,
  1937. .has-warning .help-block,
  1938. .has-warning .radio,
  1939. .has-warning .radio-inline,
  1940. .has-warning.checkbox label,
  1941. .has-warning.checkbox-inline label,
  1942. .has-warning.radio label,
  1943. .has-warning.radio-inline label {
  1944. color: #8a6d3b
  1945. }
  1946.  
  1947. .has-warning .form-control {
  1948. border-color: #8a6d3b;
  1949. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1950. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1951. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  1952. }
  1953.  
  1954. .has-warning .form-control:focus {
  1955. border-color: #66512c;
  1956. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  1957. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  1958. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
  1959. }
  1960.  
  1961. .has-warning .input-group-addon {
  1962. color: #8a6d3b;
  1963. border-color: #8a6d3b;
  1964. background-color: #fcf8e3
  1965. }
  1966.  
  1967. .has-warning .form-control-feedback {
  1968. color: #8a6d3b
  1969. }
  1970.  
  1971. .has-error .checkbox,
  1972. .has-error .checkbox-inline,
  1973. .has-error .control-label,
  1974. .has-error .help-block,
  1975. .has-error .radio,
  1976. .has-error .radio-inline,
  1977. .has-error.checkbox label,
  1978. .has-error.checkbox-inline label,
  1979. .has-error.radio label,
  1980. .has-error.radio-inline label {
  1981. color: #a94442
  1982. }
  1983.  
  1984. .has-error .form-control {
  1985. border-color: #a94442;
  1986. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1987. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  1988. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  1989. }
  1990.  
  1991. .has-error .form-control:focus {
  1992. border-color: #843534;
  1993. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  1994. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  1995. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
  1996. }
  1997.  
  1998. .has-error .input-group-addon {
  1999. color: #a94442;
  2000. border-color: #a94442;
  2001. background-color: #f2dede
  2002. }
  2003.  
  2004. .has-error .form-control-feedback {
  2005. color: #a94442
  2006. }
  2007.  
  2008. .has-feedback label~.form-control-feedback {
  2009. top: 25px
  2010. }
  2011.  
  2012. .has-feedback label.sr-only~.form-control-feedback {
  2013. top: 0
  2014. }
  2015.  
  2016. .help-block {
  2017. display: block;
  2018. margin-top: 5px;
  2019. margin-bottom: 10px;
  2020. color: #737373
  2021. }
  2022.  
  2023. @media (min-width:768px) {
  2024. .form-inline .form-group {
  2025. display: inline-block;
  2026. margin-bottom: 0;
  2027. vertical-align: middle
  2028. }
  2029. .form-inline .form-control {
  2030. display: inline-block;
  2031. width: auto;
  2032. vertical-align: middle
  2033. }
  2034. .form-inline .form-control-static {
  2035. display: inline-block
  2036. }
  2037. .form-inline .input-group {
  2038. display: inline-table;
  2039. vertical-align: middle
  2040. }
  2041. .form-inline .input-group .form-control,
  2042. .form-inline .input-group .input-group-addon,
  2043. .form-inline .input-group .input-group-btn {
  2044. width: auto
  2045. }
  2046. .form-inline .input-group>.form-control {
  2047. width: 100%
  2048. }
  2049. .form-inline .control-label {
  2050. margin-bottom: 0;
  2051. vertical-align: middle
  2052. }
  2053. .form-inline .checkbox,
  2054. .form-inline .radio {
  2055. display: inline-block;
  2056. margin-top: 0;
  2057. margin-bottom: 0;
  2058. vertical-align: middle
  2059. }
  2060. .form-inline .checkbox label,
  2061. .form-inline .radio label {
  2062. padding-left: 0
  2063. }
  2064. .form-inline .checkbox input[type=checkbox],
  2065. .form-inline .radio input[type=radio] {
  2066. position: relative;
  2067. margin-left: 0
  2068. }
  2069. .form-inline .has-feedback .form-control-feedback {
  2070. top: 0
  2071. }
  2072. }
  2073.  
  2074. .form-horizontal .checkbox,
  2075. .form-horizontal .checkbox-inline,
  2076. .form-horizontal .radio,
  2077. .form-horizontal .radio-inline {
  2078. margin-top: 0;
  2079. margin-bottom: 0;
  2080. padding-top: 7px
  2081. }
  2082.  
  2083. .form-horizontal .checkbox,
  2084. .form-horizontal .radio {
  2085. min-height: 27px
  2086. }
  2087.  
  2088. .form-horizontal .form-group {
  2089. margin-left: -15px;
  2090. margin-right: -15px
  2091. }
  2092.  
  2093. @media (min-width:768px) {
  2094. .form-horizontal .control-label {
  2095. text-align: right;
  2096. margin-bottom: 0;
  2097. padding-top: 7px
  2098. }
  2099. }
  2100.  
  2101. .form-horizontal .has-feedback .form-control-feedback {
  2102. right: 15px
  2103. }
  2104.  
  2105. @media (min-width:768px) {
  2106. .form-horizontal .form-group-lg .control-label {
  2107. padding-top: 11px;
  2108. font-size: 18px
  2109. }
  2110. .form-horizontal .form-group-sm .control-label {
  2111. padding-top: 6px;
  2112. font-size: 12px
  2113. }
  2114. }
  2115.  
  2116. .btn {
  2117. display: inline-block;
  2118. margin-bottom: 0;
  2119. font-weight: 400;
  2120. text-align: center;
  2121. vertical-align: middle;
  2122. -ms-touch-action: manipulation;
  2123. touch-action: manipulation;
  2124. cursor: pointer;
  2125. background-image: none;
  2126. border: 1px solid transparent;
  2127. white-space: nowrap;
  2128. padding: 6px 12px;
  2129. font-size: 14px;
  2130. line-height: 1.42857143;
  2131. -webkit-border-radius: 4px;
  2132. -moz-border-radius: 4px;
  2133. border-radius: 4px;
  2134. -webkit-user-select: none;
  2135. -moz-user-select: none;
  2136. -ms-user-select: none;
  2137. user-select: none
  2138. }
  2139.  
  2140. .btn.active.focus,
  2141. .btn.active:focus,
  2142. .btn.focus,
  2143. .btn:active.focus,
  2144. .btn:active:focus,
  2145. .btn:focus {
  2146. outline: thin dotted;
  2147. outline: 5px auto -webkit-focus-ring-color;
  2148. outline-offset: -2px
  2149. }
  2150.  
  2151. .btn.focus,
  2152. .btn:focus,
  2153. .btn:hover {
  2154. color: #333;
  2155. text-decoration: none
  2156. }
  2157.  
  2158. .btn.active,
  2159. .btn:active {
  2160. outline: 0;
  2161. background-image: none;
  2162. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2163. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2164. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  2165. }
  2166.  
  2167. .btn.disabled,
  2168. .btn[disabled],
  2169. fieldset[disabled] .btn {
  2170. cursor: not-allowed;
  2171. opacity: .65;
  2172. filter: alpha(opacity=65);
  2173. -webkit-box-shadow: none;
  2174. -moz-box-shadow: none;
  2175. box-shadow: none
  2176. }
  2177.  
  2178. a.btn.disabled,
  2179. fieldset[disabled] a.btn {
  2180. pointer-events: none
  2181. }
  2182.  
  2183. .btn-default {
  2184. color: #333;
  2185. background-color: #fff;
  2186. border-color: #ccc
  2187. }
  2188.  
  2189. .btn-default.focus,
  2190. .btn-default:focus {
  2191. color: #333;
  2192. background-color: #e6e6e6;
  2193. border-color: #8c8c8c
  2194. }
  2195.  
  2196. .btn-default.active,
  2197. .btn-default:active,
  2198. .btn-default:hover,
  2199. .open>.dropdown-toggle.btn-default {
  2200. color: #333;
  2201. background-color: #e6e6e6;
  2202. border-color: #adadad
  2203. }
  2204.  
  2205. .btn-default.active.focus,
  2206. .btn-default.active:focus,
  2207. .btn-default.active:hover,
  2208. .btn-default:active.focus,
  2209. .btn-default:active:focus,
  2210. .btn-default:active:hover,
  2211. .open>.dropdown-toggle.btn-default.focus,
  2212. .open>.dropdown-toggle.btn-default:focus,
  2213. .open>.dropdown-toggle.btn-default:hover {
  2214. color: #333;
  2215. background-color: #d4d4d4;
  2216. border-color: #8c8c8c
  2217. }
  2218.  
  2219. .btn-default.active,
  2220. .btn-default:active,
  2221. .open>.dropdown-toggle.btn-default {
  2222. background-image: none
  2223. }
  2224.  
  2225. .btn-default.disabled.focus,
  2226. .btn-default.disabled:focus,
  2227. .btn-default.disabled:hover,
  2228. .btn-default[disabled].focus,
  2229. .btn-default[disabled]:focus,
  2230. .btn-default[disabled]:hover,
  2231. fieldset[disabled] .btn-default.focus,
  2232. fieldset[disabled] .btn-default:focus,
  2233. fieldset[disabled] .btn-default:hover {
  2234. background-color: #fff;
  2235. border-color: #ccc
  2236. }
  2237.  
  2238. .btn-default .badge {
  2239. color: #fff;
  2240. background-color: #333
  2241. }
  2242.  
  2243. .btn-primary {
  2244. color: #fff;
  2245. background-color: #337ab7;
  2246. border-color: #2e6da4
  2247. }
  2248.  
  2249. .btn-primary.focus,
  2250. .btn-primary:focus {
  2251. color: #fff;
  2252. background-color: #286090;
  2253. border-color: #122b40
  2254. }
  2255.  
  2256. .btn-primary.active,
  2257. .btn-primary:active,
  2258. .btn-primary:hover,
  2259. .open>.dropdown-toggle.btn-primary {
  2260. color: #fff;
  2261. background-color: #286090;
  2262. border-color: #204d74
  2263. }
  2264.  
  2265. .btn-primary.active.focus,
  2266. .btn-primary.active:focus,
  2267. .btn-primary.active:hover,
  2268. .btn-primary:active.focus,
  2269. .btn-primary:active:focus,
  2270. .btn-primary:active:hover,
  2271. .open>.dropdown-toggle.btn-primary.focus,
  2272. .open>.dropdown-toggle.btn-primary:focus,
  2273. .open>.dropdown-toggle.btn-primary:hover {
  2274. color: #fff;
  2275. background-color: #204d74;
  2276. border-color: #122b40
  2277. }
  2278.  
  2279. .btn-primary.active,
  2280. .btn-primary:active,
  2281. .open>.dropdown-toggle.btn-primary {
  2282. background-image: none
  2283. }
  2284.  
  2285. .btn-primary.disabled.focus,
  2286. .btn-primary.disabled:focus,
  2287. .btn-primary.disabled:hover,
  2288. .btn-primary[disabled].focus,
  2289. .btn-primary[disabled]:focus,
  2290. .btn-primary[disabled]:hover,
  2291. fieldset[disabled] .btn-primary.focus,
  2292. fieldset[disabled] .btn-primary:focus,
  2293. fieldset[disabled] .btn-primary:hover {
  2294. background-color: #337ab7;
  2295. border-color: #2e6da4
  2296. }
  2297.  
  2298. .btn-primary .badge {
  2299. color: #337ab7;
  2300. background-color: #fff
  2301. }
  2302.  
  2303. .btn-success {
  2304. color: #fff;
  2305. background-color: #5cb85c;
  2306. border-color: #4cae4c
  2307. }
  2308.  
  2309. .btn-success.focus,
  2310. .btn-success:focus {
  2311. color: #fff;
  2312. background-color: #449d44;
  2313. border-color: #255625
  2314. }
  2315.  
  2316. .btn-success.active,
  2317. .btn-success:active,
  2318. .btn-success:hover,
  2319. .open>.dropdown-toggle.btn-success {
  2320. color: #fff;
  2321. background-color: #449d44;
  2322. border-color: #398439
  2323. }
  2324.  
  2325. .btn-success.active.focus,
  2326. .btn-success.active:focus,
  2327. .btn-success.active:hover,
  2328. .btn-success:active.focus,
  2329. .btn-success:active:focus,
  2330. .btn-success:active:hover,
  2331. .open>.dropdown-toggle.btn-success.focus,
  2332. .open>.dropdown-toggle.btn-success:focus,
  2333. .open>.dropdown-toggle.btn-success:hover {
  2334. color: #fff;
  2335. background-color: #398439;
  2336. border-color: #255625
  2337. }
  2338.  
  2339. .btn-success.active,
  2340. .btn-success:active,
  2341. .open>.dropdown-toggle.btn-success {
  2342. background-image: none
  2343. }
  2344.  
  2345. .btn-success.disabled.focus,
  2346. .btn-success.disabled:focus,
  2347. .btn-success.disabled:hover,
  2348. .btn-success[disabled].focus,
  2349. .btn-success[disabled]:focus,
  2350. .btn-success[disabled]:hover,
  2351. fieldset[disabled] .btn-success.focus,
  2352. fieldset[disabled] .btn-success:focus,
  2353. fieldset[disabled] .btn-success:hover {
  2354. background-color: #5cb85c;
  2355. border-color: #4cae4c
  2356. }
  2357.  
  2358. .btn-success .badge {
  2359. color: #5cb85c;
  2360. background-color: #fff
  2361. }
  2362.  
  2363. .btn-info {
  2364. color: #fff;
  2365. background-color: #5bc0de;
  2366. border-color: #46b8da
  2367. }
  2368.  
  2369. .btn-info.focus,
  2370. .btn-info:focus {
  2371. color: #fff;
  2372. background-color: #31b0d5;
  2373. border-color: #1b6d85
  2374. }
  2375.  
  2376. .btn-info.active,
  2377. .btn-info:active,
  2378. .btn-info:hover,
  2379. .open>.dropdown-toggle.btn-info {
  2380. color: #fff;
  2381. background-color: #31b0d5;
  2382. border-color: #269abc
  2383. }
  2384.  
  2385. .btn-info.active.focus,
  2386. .btn-info.active:focus,
  2387. .btn-info.active:hover,
  2388. .btn-info:active.focus,
  2389. .btn-info:active:focus,
  2390. .btn-info:active:hover,
  2391. .open>.dropdown-toggle.btn-info.focus,
  2392. .open>.dropdown-toggle.btn-info:focus,
  2393. .open>.dropdown-toggle.btn-info:hover {
  2394. color: #fff;
  2395. background-color: #269abc;
  2396. border-color: #1b6d85
  2397. }
  2398.  
  2399. .btn-info.active,
  2400. .btn-info:active,
  2401. .open>.dropdown-toggle.btn-info {
  2402. background-image: none
  2403. }
  2404.  
  2405. .btn-info.disabled.focus,
  2406. .btn-info.disabled:focus,
  2407. .btn-info.disabled:hover,
  2408. .btn-info[disabled].focus,
  2409. .btn-info[disabled]:focus,
  2410. .btn-info[disabled]:hover,
  2411. fieldset[disabled] .btn-info.focus,
  2412. fieldset[disabled] .btn-info:focus,
  2413. fieldset[disabled] .btn-info:hover {
  2414. background-color: #5bc0de;
  2415. border-color: #46b8da
  2416. }
  2417.  
  2418. .btn-info .badge {
  2419. color: #5bc0de;
  2420. background-color: #fff
  2421. }
  2422.  
  2423. .btn-warning {
  2424. color: #fff;
  2425. background-color: #f0ad4e;
  2426. border-color: #eea236
  2427. }
  2428.  
  2429. .btn-warning.focus,
  2430. .btn-warning:focus {
  2431. color: #fff;
  2432. background-color: #ec971f;
  2433. border-color: #985f0d
  2434. }
  2435.  
  2436. .btn-warning.active,
  2437. .btn-warning:active,
  2438. .btn-warning:hover,
  2439. .open>.dropdown-toggle.btn-warning {
  2440. color: #fff;
  2441. background-color: #ec971f;
  2442. border-color: #d58512
  2443. }
  2444.  
  2445. .btn-warning.active.focus,
  2446. .btn-warning.active:focus,
  2447. .btn-warning.active:hover,
  2448. .btn-warning:active.focus,
  2449. .btn-warning:active:focus,
  2450. .btn-warning:active:hover,
  2451. .open>.dropdown-toggle.btn-warning.focus,
  2452. .open>.dropdown-toggle.btn-warning:focus,
  2453. .open>.dropdown-toggle.btn-warning:hover {
  2454. color: #fff;
  2455. background-color: #d58512;
  2456. border-color: #985f0d
  2457. }
  2458.  
  2459. .btn-warning.active,
  2460. .btn-warning:active,
  2461. .open>.dropdown-toggle.btn-warning {
  2462. background-image: none
  2463. }
  2464.  
  2465. .btn-warning.disabled.focus,
  2466. .btn-warning.disabled:focus,
  2467. .btn-warning.disabled:hover,
  2468. .btn-warning[disabled].focus,
  2469. .btn-warning[disabled]:focus,
  2470. .btn-warning[disabled]:hover,
  2471. fieldset[disabled] .btn-warning.focus,
  2472. fieldset[disabled] .btn-warning:focus,
  2473. fieldset[disabled] .btn-warning:hover {
  2474. background-color: #f0ad4e;
  2475. border-color: #eea236
  2476. }
  2477.  
  2478. .btn-warning .badge {
  2479. color: #f0ad4e;
  2480. background-color: #fff
  2481. }
  2482.  
  2483. .btn-danger {
  2484. color: #fff;
  2485. background-color: #d9534f;
  2486. border-color: #d43f3a
  2487. }
  2488.  
  2489. .btn-danger.focus,
  2490. .btn-danger:focus {
  2491. color: #fff;
  2492. background-color: #c9302c;
  2493. border-color: #761c19
  2494. }
  2495.  
  2496. .btn-danger.active,
  2497. .btn-danger:active,
  2498. .btn-danger:hover,
  2499. .open>.dropdown-toggle.btn-danger {
  2500. color: #fff;
  2501. background-color: #c9302c;
  2502. border-color: #ac2925
  2503. }
  2504.  
  2505. .btn-danger.active.focus,
  2506. .btn-danger.active:focus,
  2507. .btn-danger.active:hover,
  2508. .btn-danger:active.focus,
  2509. .btn-danger:active:focus,
  2510. .btn-danger:active:hover,
  2511. .open>.dropdown-toggle.btn-danger.focus,
  2512. .open>.dropdown-toggle.btn-danger:focus,
  2513. .open>.dropdown-toggle.btn-danger:hover {
  2514. color: #fff;
  2515. background-color: #ac2925;
  2516. border-color: #761c19
  2517. }
  2518.  
  2519. .btn-danger.active,
  2520. .btn-danger:active,
  2521. .open>.dropdown-toggle.btn-danger {
  2522. background-image: none
  2523. }
  2524.  
  2525. .btn-danger.disabled.focus,
  2526. .btn-danger.disabled:focus,
  2527. .btn-danger.disabled:hover,
  2528. .btn-danger[disabled].focus,
  2529. .btn-danger[disabled]:focus,
  2530. .btn-danger[disabled]:hover,
  2531. fieldset[disabled] .btn-danger.focus,
  2532. fieldset[disabled] .btn-danger:focus,
  2533. fieldset[disabled] .btn-danger:hover {
  2534. background-color: #d9534f;
  2535. border-color: #d43f3a
  2536. }
  2537.  
  2538. .btn-danger .badge {
  2539. color: #d9534f;
  2540. background-color: #fff
  2541. }
  2542.  
  2543. .btn-link {
  2544. color: #337ab7;
  2545. font-weight: 400;
  2546. -webkit-border-radius: 0;
  2547. -moz-border-radius: 0;
  2548. border-radius: 0
  2549. }
  2550.  
  2551. .btn-link,
  2552. .btn-link.active,
  2553. .btn-link:active,
  2554. .btn-link[disabled],
  2555. fieldset[disabled] .btn-link {
  2556. background-color: transparent;
  2557. -webkit-box-shadow: none;
  2558. -moz-box-shadow: none;
  2559. box-shadow: none
  2560. }
  2561.  
  2562. .btn-link,
  2563. .btn-link:active,
  2564. .btn-link:focus,
  2565. .btn-link:hover {
  2566. border-color: transparent
  2567. }
  2568.  
  2569. .btn-link:focus,
  2570. .btn-link:hover {
  2571. color: #23527c;
  2572. text-decoration: underline;
  2573. background-color: transparent
  2574. }
  2575.  
  2576. .btn-link[disabled]:focus,
  2577. .btn-link[disabled]:hover,
  2578. fieldset[disabled] .btn-link:focus,
  2579. fieldset[disabled] .btn-link:hover {
  2580. color: #777;
  2581. text-decoration: none
  2582. }
  2583.  
  2584. .btn-group-lg>.btn,
  2585. .btn-lg {
  2586. padding: 10px 16px;
  2587. font-size: 18px;
  2588. line-height: 1.3333333;
  2589. -webkit-border-radius: 6px;
  2590. -moz-border-radius: 6px;
  2591. border-radius: 6px
  2592. }
  2593.  
  2594. .btn-group-sm>.btn,
  2595. .btn-group-xs>.btn,
  2596. .btn-sm,
  2597. .btn-xs {
  2598. padding: 5px 10px;
  2599. font-size: 12px;
  2600. line-height: 1.5;
  2601. -webkit-border-radius: 3px;
  2602. -moz-border-radius: 3px;
  2603. border-radius: 3px
  2604. }
  2605.  
  2606. .btn-group-xs>.btn,
  2607. .btn-xs {
  2608. padding: 1px 5px
  2609. }
  2610.  
  2611. .btn-block {
  2612. display: block;
  2613. width: 100%
  2614. }
  2615.  
  2616. .alert>p+p,
  2617. .btn-block+.btn-block {
  2618. margin-top: 5px
  2619. }
  2620.  
  2621. input[type=button].btn-block,
  2622. input[type=reset].btn-block,
  2623. input[type=submit].btn-block {
  2624. width: 100%
  2625. }
  2626.  
  2627. .fade {
  2628. opacity: 0;
  2629. -webkit-transition: opacity .15s linear;
  2630. -o-transition: opacity .15s linear;
  2631. -moz-transition: opacity .15s linear;
  2632. transition: opacity .15s linear
  2633. }
  2634.  
  2635. .fade.in {
  2636. opacity: 1
  2637. }
  2638.  
  2639. .collapse {
  2640. display: none
  2641. }
  2642.  
  2643. .collapse.in {
  2644. display: block
  2645. }
  2646.  
  2647. tr.collapse.in {
  2648. display: table-row
  2649. }
  2650.  
  2651. tbody.collapse.in {
  2652. display: table-row-group
  2653. }
  2654.  
  2655. .collapsing {
  2656. position: relative;
  2657. height: 0;
  2658. overflow: hidden;
  2659. -webkit-transition-property: height, visibility;
  2660. -moz-transition-property: height, visibility;
  2661. -o-transition-property: height, visibility;
  2662. transition-property: height, visibility;
  2663. -webkit-transition-duration: .35s;
  2664. -moz-transition-duration: .35s;
  2665. -o-transition-duration: .35s;
  2666. transition-duration: .35s;
  2667. -webkit-transition-timing-function: ease;
  2668. -moz-transition-timing-function: ease;
  2669. -o-transition-timing-function: ease;
  2670. transition-timing-function: ease
  2671. }
  2672.  
  2673. .caret {
  2674. display: inline-block;
  2675. width: 0;
  2676. height: 0;
  2677. margin-left: 2px;
  2678. vertical-align: middle;
  2679. border-top: 4px dashed;
  2680. border-top: 4px solid \9;
  2681. border-right: 4px solid transparent;
  2682. border-left: 4px solid transparent
  2683. }
  2684.  
  2685. .dropdown,
  2686. .dropup {
  2687. position: relative
  2688. }
  2689.  
  2690. .dropdown-toggle:focus {
  2691. outline: 0
  2692. }
  2693.  
  2694. .dropdown-menu {
  2695. position: absolute;
  2696. top: 100%;
  2697. left: 0;
  2698. z-index: 1000;
  2699. display: none;
  2700. float: left;
  2701. min-width: 160px;
  2702. padding: 5px 0;
  2703. margin: 2px 0 0;
  2704. list-style: none;
  2705. font-size: 14px;
  2706. text-align: left;
  2707. background-color: #fff;
  2708. border: 1px solid #ccc;
  2709. border: 1px solid rgba(0, 0, 0, .15);
  2710. -webkit-border-radius: 4px;
  2711. -moz-border-radius: 4px;
  2712. border-radius: 4px;
  2713. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  2714. -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  2715. box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  2716. -moz-background-clip: padding-box;
  2717. -o-background-clip: padding-box;
  2718. background-clip: padding-box
  2719. }
  2720.  
  2721. .dropdown-menu.pull-right {
  2722. right: 0;
  2723. left: auto
  2724. }
  2725.  
  2726. .dropdown-menu .divider {
  2727. height: 1px;
  2728. margin: 9px 0;
  2729. overflow: hidden;
  2730. background-color: #e5e5e5
  2731. }
  2732.  
  2733. .dropdown-menu>li>a {
  2734. display: block;
  2735. padding: 3px 20px;
  2736. clear: both;
  2737. font-weight: 400;
  2738. line-height: 1.42857143;
  2739. color: #333;
  2740. white-space: nowrap
  2741. }
  2742.  
  2743. .dropdown-menu>li>a:focus,
  2744. .dropdown-menu>li>a:hover {
  2745. text-decoration: none;
  2746. color: #262626;
  2747. background-color: #f5f5f5
  2748. }
  2749.  
  2750. .dropdown-menu>.active>a,
  2751. .dropdown-menu>.active>a:focus,
  2752. .dropdown-menu>.active>a:hover {
  2753. color: #fff;
  2754. text-decoration: none;
  2755. outline: 0;
  2756. background-color: #337ab7
  2757. }
  2758.  
  2759. .dropdown-menu>.disabled>a,
  2760. .dropdown-menu>.disabled>a:focus,
  2761. .dropdown-menu>.disabled>a:hover {
  2762. color: #777
  2763. }
  2764.  
  2765. .dropdown-menu>.disabled>a:focus,
  2766. .dropdown-menu>.disabled>a:hover {
  2767. text-decoration: none;
  2768. background-color: transparent;
  2769. background-image: none;
  2770. filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  2771. cursor: not-allowed
  2772. }
  2773.  
  2774. .open>.dropdown-menu {
  2775. display: block
  2776. }
  2777.  
  2778. .open>a {
  2779. outline: 0
  2780. }
  2781.  
  2782. .dropdown-menu-right {
  2783. left: auto;
  2784. right: 0
  2785. }
  2786.  
  2787. .dropdown-menu-left {
  2788. left: 0;
  2789. right: auto
  2790. }
  2791.  
  2792. .dropdown-header {
  2793. display: block;
  2794. padding: 3px 20px;
  2795. font-size: 12px;
  2796. line-height: 1.42857143;
  2797. color: #777;
  2798. white-space: nowrap
  2799. }
  2800.  
  2801. .dropdown-backdrop {
  2802. position: fixed;
  2803. left: 0;
  2804. right: 0;
  2805. bottom: 0;
  2806. top: 0;
  2807. z-index: 990
  2808. }
  2809.  
  2810. .pull-right>.dropdown-menu {
  2811. right: 0;
  2812. left: auto
  2813. }
  2814.  
  2815. .dropup .caret,
  2816. .navbar-fixed-bottom .dropdown .caret {
  2817. border-top: 0;
  2818. border-bottom: 4px dashed;
  2819. border-bottom: 4px solid \9;
  2820. content: ""
  2821. }
  2822.  
  2823. .dropup .dropdown-menu,
  2824. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2825. top: auto;
  2826. bottom: 100%;
  2827. margin-bottom: 2px
  2828. }
  2829.  
  2830. @media (min-width:768px) {
  2831. .navbar-right .dropdown-menu {
  2832. left: auto;
  2833. right: 0
  2834. }
  2835. .navbar-right .dropdown-menu-left {
  2836. left: 0;
  2837. right: auto
  2838. }
  2839. }
  2840.  
  2841. .btn-group,
  2842. .btn-group-vertical {
  2843. position: relative;
  2844. display: inline-block;
  2845. vertical-align: middle
  2846. }
  2847.  
  2848. .btn-group>.btn {
  2849. float: left
  2850. }
  2851.  
  2852. .btn-group-vertical>.btn,
  2853. .btn-group>.btn {
  2854. position: relative
  2855. }
  2856.  
  2857. .btn-group-vertical>.btn.active,
  2858. .btn-group-vertical>.btn:active,
  2859. .btn-group-vertical>.btn:focus,
  2860. .btn-group-vertical>.btn:hover,
  2861. .btn-group>.btn.active,
  2862. .btn-group>.btn:active,
  2863. .btn-group>.btn:focus,
  2864. .btn-group>.btn:hover {
  2865. z-index: 2
  2866. }
  2867.  
  2868. .btn-group .btn+.btn,
  2869. .btn-group .btn+.btn-group,
  2870. .btn-group .btn-group+.btn,
  2871. .btn-group .btn-group+.btn-group {
  2872. margin-left: -1px
  2873. }
  2874.  
  2875. .btn-toolbar {
  2876. margin-left: -5px
  2877. }
  2878.  
  2879. .btn-toolbar .btn,
  2880. .btn-toolbar .btn-group,
  2881. .btn-toolbar .input-group {
  2882. float: left
  2883. }
  2884.  
  2885. .btn-toolbar>.btn,
  2886. .btn-toolbar>.btn-group,
  2887. .btn-toolbar>.input-group {
  2888. margin-left: 5px
  2889. }
  2890.  
  2891. .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  2892. -webkit-border-radius: 0;
  2893. -moz-border-radius: 0;
  2894. border-radius: 0
  2895. }
  2896.  
  2897. .btn-group>.btn:first-child {
  2898. margin-left: 0
  2899. }
  2900.  
  2901. .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  2902. -webkit-border-bottom-right-radius: 0;
  2903. -moz-border-radius-bottomright: 0;
  2904. border-bottom-right-radius: 0;
  2905. -webkit-border-top-right-radius: 0;
  2906. -moz-border-radius-topright: 0;
  2907. border-top-right-radius: 0
  2908. }
  2909.  
  2910. .btn-group>.btn:last-child:not(:first-child),
  2911. .btn-group>.dropdown-toggle:not(:first-child) {
  2912. -webkit-border-bottom-left-radius: 0;
  2913. -moz-border-radius-bottomleft: 0;
  2914. border-bottom-left-radius: 0;
  2915. -webkit-border-top-left-radius: 0;
  2916. -moz-border-radius-topleft: 0;
  2917. border-top-left-radius: 0
  2918. }
  2919.  
  2920. .btn-group>.btn-group {
  2921. float: left
  2922. }
  2923.  
  2924. .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  2925. -webkit-border-radius: 0;
  2926. -moz-border-radius: 0;
  2927. border-radius: 0
  2928. }
  2929.  
  2930. .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
  2931. .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  2932. -webkit-border-bottom-right-radius: 0;
  2933. -moz-border-radius-bottomright: 0;
  2934. border-bottom-right-radius: 0;
  2935. -webkit-border-top-right-radius: 0;
  2936. -moz-border-radius-topright: 0;
  2937. border-top-right-radius: 0
  2938. }
  2939.  
  2940. .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  2941. -webkit-border-bottom-left-radius: 0;
  2942. -moz-border-radius-bottomleft: 0;
  2943. border-bottom-left-radius: 0;
  2944. -webkit-border-top-left-radius: 0;
  2945. -moz-border-radius-topleft: 0;
  2946. border-top-left-radius: 0
  2947. }
  2948.  
  2949. .btn-group .dropdown-toggle:active,
  2950. .btn-group.open .dropdown-toggle {
  2951. outline: 0
  2952. }
  2953.  
  2954. .btn-group>.btn+.dropdown-toggle {
  2955. padding-left: 8px;
  2956. padding-right: 8px
  2957. }
  2958.  
  2959. .btn-group>.btn-lg+.dropdown-toggle {
  2960. padding-left: 12px;
  2961. padding-right: 12px
  2962. }
  2963.  
  2964. .btn-group.open .dropdown-toggle {
  2965. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2966. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  2967. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  2968. }
  2969.  
  2970. .btn-group.open .dropdown-toggle.btn-link {
  2971. -webkit-box-shadow: none;
  2972. -moz-box-shadow: none;
  2973. box-shadow: none
  2974. }
  2975.  
  2976. .btn .caret {
  2977. margin-left: 0
  2978. }
  2979.  
  2980. .btn-lg .caret {
  2981. border-width: 5px 5px 0
  2982. }
  2983.  
  2984. .dropup .btn-lg .caret {
  2985. border-width: 0 5px 5px
  2986. }
  2987.  
  2988. .btn-group-vertical>.btn,
  2989. .btn-group-vertical>.btn-group,
  2990. .btn-group-vertical>.btn-group>.btn {
  2991. display: block;
  2992. width: 100%;
  2993. max-width: 100%;
  2994. float: none
  2995. }
  2996.  
  2997. .nav-tabs.nav-justified>li {
  2998. float: none
  2999. }
  3000.  
  3001. .btn-group-vertical>.btn+.btn,
  3002. .btn-group-vertical>.btn+.btn-group,
  3003. .btn-group-vertical>.btn-group+.btn,
  3004. .btn-group-vertical>.btn-group+.btn-group {
  3005. margin-top: -1px;
  3006. margin-left: 0
  3007. }
  3008.  
  3009. .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
  3010. .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  3011. -webkit-border-radius: 0;
  3012. -moz-border-radius: 0;
  3013. border-radius: 0
  3014. }
  3015.  
  3016. .btn-group-vertical>.btn:first-child:not(:last-child) {
  3017. -webkit-border-top-right-radius: 4px;
  3018. -moz-border-radius-topright: 4px;
  3019. border-top-right-radius: 4px;
  3020. -webkit-border-top-left-radius: 4px;
  3021. -moz-border-radius-topleft: 4px;
  3022. border-top-left-radius: 4px;
  3023. -webkit-border-bottom-right-radius: 0;
  3024. -moz-border-radius-bottomright: 0;
  3025. border-bottom-right-radius: 0;
  3026. -webkit-border-bottom-left-radius: 0;
  3027. -moz-border-radius-bottomleft: 0;
  3028. border-bottom-left-radius: 0
  3029. }
  3030.  
  3031. .btn-group-vertical>.btn:last-child:not(:first-child) {
  3032. -webkit-border-top-right-radius: 0;
  3033. -moz-border-radius-topright: 0;
  3034. border-top-right-radius: 0;
  3035. -webkit-border-top-left-radius: 0;
  3036. -moz-border-radius-topleft: 0;
  3037. border-top-left-radius: 0;
  3038. -webkit-border-bottom-right-radius: 4px;
  3039. -moz-border-radius-bottomright: 4px;
  3040. border-bottom-right-radius: 4px;
  3041. -webkit-border-bottom-left-radius: 4px;
  3042. -moz-border-radius-bottomleft: 4px;
  3043. border-bottom-left-radius: 4px
  3044. }
  3045.  
  3046. .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
  3047. .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  3048. -webkit-border-bottom-right-radius: 0;
  3049. -moz-border-radius-bottomright: 0;
  3050. border-bottom-right-radius: 0;
  3051. -webkit-border-bottom-left-radius: 0;
  3052. -moz-border-radius-bottomleft: 0;
  3053. border-bottom-left-radius: 0
  3054. }
  3055.  
  3056. .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  3057. -webkit-border-top-right-radius: 0;
  3058. -moz-border-radius-topright: 0;
  3059. border-top-right-radius: 0;
  3060. -webkit-border-top-left-radius: 0;
  3061. -moz-border-radius-topleft: 0;
  3062. border-top-left-radius: 0
  3063. }
  3064.  
  3065. .btn-group-justified,
  3066. .input-group {
  3067. display: table;
  3068. border-collapse: separate
  3069. }
  3070.  
  3071. .btn-group-justified {
  3072. width: 100%;
  3073. table-layout: fixed
  3074. }
  3075.  
  3076. .btn-group-justified>.btn,
  3077. .btn-group-justified>.btn-group {
  3078. float: none;
  3079. display: table-cell;
  3080. width: 1%
  3081. }
  3082.  
  3083. .btn-group-justified>.btn-group .btn {
  3084. width: 100%
  3085. }
  3086.  
  3087. .btn-group-justified>.btn-group .dropdown-menu {
  3088. left: auto
  3089. }
  3090.  
  3091. [data-toggle=buttons]>.btn input[type=checkbox],
  3092. [data-toggle=buttons]>.btn input[type=radio],
  3093. [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
  3094. [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  3095. position: absolute;
  3096. clip: rect(0, 0, 0, 0);
  3097. pointer-events: none
  3098. }
  3099.  
  3100. .input-group {
  3101. position: relative
  3102. }
  3103.  
  3104. .input-group[class*=col-] {
  3105. float: none;
  3106. padding-left: 0;
  3107. padding-right: 0
  3108. }
  3109.  
  3110. .input-group .form-control {
  3111. position: relative;
  3112. z-index: 2;
  3113. float: left;
  3114. width: 100%;
  3115. margin-bottom: 0
  3116. }
  3117.  
  3118. .input-group .form-control:focus {
  3119. z-index: 3
  3120. }
  3121.  
  3122. .input-group-lg>.form-control,
  3123. .input-group-lg>.input-group-addon,
  3124. .input-group-lg>.input-group-btn>.btn {
  3125. height: 46px;
  3126. padding: 10px 16px;
  3127. font-size: 18px;
  3128. line-height: 1.3333333;
  3129. -webkit-border-radius: 6px;
  3130. -moz-border-radius: 6px;
  3131. border-radius: 6px
  3132. }
  3133.  
  3134. select.input-group-lg>.form-control,
  3135. select.input-group-lg>.input-group-addon,
  3136. select.input-group-lg>.input-group-btn>.btn {
  3137. height: 46px;
  3138. line-height: 46px
  3139. }
  3140.  
  3141. select[multiple].input-group-lg>.form-control,
  3142. select[multiple].input-group-lg>.input-group-addon,
  3143. select[multiple].input-group-lg>.input-group-btn>.btn,
  3144. textarea.input-group-lg>.form-control,
  3145. textarea.input-group-lg>.input-group-addon,
  3146. textarea.input-group-lg>.input-group-btn>.btn {
  3147. height: auto
  3148. }
  3149.  
  3150. .input-group-sm>.form-control,
  3151. .input-group-sm>.input-group-addon,
  3152. .input-group-sm>.input-group-btn>.btn {
  3153. height: 30px;
  3154. padding: 5px 10px;
  3155. font-size: 12px;
  3156. line-height: 1.5;
  3157. -webkit-border-radius: 3px;
  3158. -moz-border-radius: 3px;
  3159. border-radius: 3px
  3160. }
  3161.  
  3162. select.input-group-sm>.form-control,
  3163. select.input-group-sm>.input-group-addon,
  3164. select.input-group-sm>.input-group-btn>.btn {
  3165. height: 30px;
  3166. line-height: 30px
  3167. }
  3168.  
  3169. select[multiple].input-group-sm>.form-control,
  3170. select[multiple].input-group-sm>.input-group-addon,
  3171. select[multiple].input-group-sm>.input-group-btn>.btn,
  3172. textarea.input-group-sm>.form-control,
  3173. textarea.input-group-sm>.input-group-addon,
  3174. textarea.input-group-sm>.input-group-btn>.btn {
  3175. height: auto
  3176. }
  3177.  
  3178. .input-group .form-control,
  3179. .input-group-addon,
  3180. .input-group-btn {
  3181. display: table-cell
  3182. }
  3183.  
  3184. .input-group .form-control:not(:first-child):not(:last-child),
  3185. .input-group-addon:not(:first-child):not(:last-child),
  3186. .input-group-btn:not(:first-child):not(:last-child) {
  3187. -webkit-border-radius: 0;
  3188. -moz-border-radius: 0;
  3189. border-radius: 0
  3190. }
  3191.  
  3192. .input-group-addon {
  3193. white-space: nowrap
  3194. }
  3195.  
  3196. .input-group-addon,
  3197. .input-group-btn {
  3198. width: 1%;
  3199. vertical-align: middle
  3200. }
  3201.  
  3202. .input-group-addon {
  3203. padding: 6px 12px;
  3204. font-size: 14px;
  3205. font-weight: 400;
  3206. line-height: 1;
  3207. color: #555;
  3208. text-align: center;
  3209. background-color: #eee;
  3210. border: 1px solid #ccc;
  3211. -webkit-border-radius: 4px;
  3212. -moz-border-radius: 4px;
  3213. border-radius: 4px
  3214. }
  3215.  
  3216. .input-group-addon.input-sm {
  3217. padding: 5px 10px;
  3218. font-size: 12px;
  3219. -webkit-border-radius: 3px;
  3220. -moz-border-radius: 3px;
  3221. border-radius: 3px
  3222. }
  3223.  
  3224. .input-group-addon.input-lg {
  3225. padding: 10px 16px;
  3226. font-size: 18px;
  3227. -webkit-border-radius: 6px;
  3228. -moz-border-radius: 6px;
  3229. border-radius: 6px
  3230. }
  3231.  
  3232. .input-group-addon input[type=checkbox],
  3233. .input-group-addon input[type=radio] {
  3234. margin-top: 0
  3235. }
  3236.  
  3237. .input-group .form-control:first-child,
  3238. .input-group-addon:first-child,
  3239. .input-group-btn:first-child>.btn,
  3240. .input-group-btn:first-child>.btn-group>.btn,
  3241. .input-group-btn:first-child>.dropdown-toggle,
  3242. .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
  3243. .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  3244. -webkit-border-bottom-right-radius: 0;
  3245. -moz-border-radius-bottomright: 0;
  3246. border-bottom-right-radius: 0;
  3247. -webkit-border-top-right-radius: 0;
  3248. -moz-border-radius-topright: 0;
  3249. border-top-right-radius: 0
  3250. }
  3251.  
  3252. .input-group-addon:first-child {
  3253. border-right: 0
  3254. }
  3255.  
  3256. .input-group .form-control:last-child,
  3257. .input-group-addon:last-child,
  3258. .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
  3259. .input-group-btn:first-child>.btn:not(:first-child),
  3260. .input-group-btn:last-child>.btn,
  3261. .input-group-btn:last-child>.btn-group>.btn,
  3262. .input-group-btn:last-child>.dropdown-toggle {
  3263. -webkit-border-bottom-left-radius: 0;
  3264. -moz-border-radius-bottomleft: 0;
  3265. border-bottom-left-radius: 0;
  3266. -webkit-border-top-left-radius: 0;
  3267. -moz-border-radius-topleft: 0;
  3268. border-top-left-radius: 0
  3269. }
  3270.  
  3271. .input-group-addon:last-child {
  3272. border-left: 0
  3273. }
  3274.  
  3275. .input-group-btn {
  3276. font-size: 0;
  3277. white-space: nowrap
  3278. }
  3279.  
  3280. .input-group-btn,
  3281. .input-group-btn>.btn {
  3282. position: relative
  3283. }
  3284.  
  3285. .input-group-btn>.btn+.btn {
  3286. margin-left: -1px
  3287. }
  3288.  
  3289. .input-group-btn>.btn:active,
  3290. .input-group-btn>.btn:focus,
  3291. .input-group-btn>.btn:hover {
  3292. z-index: 2
  3293. }
  3294.  
  3295. .input-group-btn:first-child>.btn,
  3296. .input-group-btn:first-child>.btn-group {
  3297. margin-right: -1px
  3298. }
  3299.  
  3300. .input-group-btn:last-child>.btn,
  3301. .input-group-btn:last-child>.btn-group {
  3302. z-index: 2;
  3303. margin-left: -1px
  3304. }
  3305.  
  3306. .nav {
  3307. margin-bottom: 0;
  3308. padding-left: 0;
  3309. list-style: none
  3310. }
  3311.  
  3312. .nav>li,
  3313. .nav>li>a {
  3314. position: relative;
  3315. display: block
  3316. }
  3317.  
  3318. .nav>li>a {
  3319. padding: 10px 15px
  3320. }
  3321.  
  3322. .nav>li>a:focus,
  3323. .nav>li>a:hover {
  3324. text-decoration: none;
  3325. background-color: #eee
  3326. }
  3327.  
  3328. .nav>li.disabled>a {
  3329. color: #777
  3330. }
  3331.  
  3332. .nav>li.disabled>a:focus,
  3333. .nav>li.disabled>a:hover {
  3334. color: #777;
  3335. text-decoration: none;
  3336. background-color: transparent;
  3337. cursor: not-allowed
  3338. }
  3339.  
  3340. .nav .open>a,
  3341. .nav .open>a:focus,
  3342. .nav .open>a:hover {
  3343. background-color: #eee;
  3344. border-color: #337ab7
  3345. }
  3346.  
  3347. .nav .nav-divider {
  3348. height: 1px;
  3349. margin: 9px 0;
  3350. overflow: hidden;
  3351. background-color: #e5e5e5
  3352. }
  3353.  
  3354. .nav>li>a>img {
  3355. max-width: none
  3356. }
  3357.  
  3358. .nav-tabs {
  3359. border-bottom: 1px solid #ddd
  3360. }
  3361.  
  3362. .nav-tabs>li {
  3363. float: left;
  3364. margin-bottom: -1px
  3365. }
  3366.  
  3367. .nav-tabs>li>a {
  3368. margin-right: 2px;
  3369. line-height: 1.42857143;
  3370. border: 1px solid transparent;
  3371. -webkit-border-radius: 4px 4px 0 0;
  3372. -moz-border-radius: 4px 4px 0 0;
  3373. border-radius: 4px 4px 0 0
  3374. }
  3375.  
  3376. .nav-tabs>li>a:hover {
  3377. border-color: #eee #eee #ddd
  3378. }
  3379.  
  3380. .nav-tabs>li.active>a,
  3381. .nav-tabs>li.active>a:focus,
  3382. .nav-tabs>li.active>a:hover {
  3383. color: #555;
  3384. background-color: #fff;
  3385. border: 1px solid #ddd;
  3386. border-bottom-color: transparent;
  3387. cursor: default
  3388. }
  3389.  
  3390. .nav-tabs.nav-justified {
  3391. width: 100%;
  3392. border-bottom: 0
  3393. }
  3394.  
  3395. .nav-tabs.nav-justified>li>a {
  3396. text-align: center;
  3397. margin-bottom: 5px
  3398. }
  3399.  
  3400. .nav-justified>.dropdown .dropdown-menu,
  3401. .nav-tabs.nav-justified>.dropdown .dropdown-menu {
  3402. top: auto;
  3403. left: auto
  3404. }
  3405.  
  3406. @media (min-width:768px) {
  3407. .nav-tabs.nav-justified>li {
  3408. display: table-cell;
  3409. width: 1%
  3410. }
  3411. .nav-tabs.nav-justified>li>a {
  3412. margin-bottom: 0
  3413. }
  3414. }
  3415.  
  3416. .nav-tabs.nav-justified>li>a {
  3417. margin-right: 0;
  3418. -webkit-border-radius: 4px;
  3419. -moz-border-radius: 4px;
  3420. border-radius: 4px
  3421. }
  3422.  
  3423. .nav-tabs.nav-justified>.active>a,
  3424. .nav-tabs.nav-justified>.active>a:focus,
  3425. .nav-tabs.nav-justified>.active>a:hover {
  3426. border: 1px solid #ddd
  3427. }
  3428.  
  3429. @media (min-width:768px) {
  3430. .nav-tabs.nav-justified>li>a {
  3431. border-bottom: 1px solid #ddd;
  3432. -webkit-border-radius: 4px 4px 0 0;
  3433. -moz-border-radius: 4px 4px 0 0;
  3434. border-radius: 4px 4px 0 0
  3435. }
  3436. .nav-tabs.nav-justified>.active>a,
  3437. .nav-tabs.nav-justified>.active>a:focus,
  3438. .nav-tabs.nav-justified>.active>a:hover {
  3439. border-bottom-color: #fff
  3440. }
  3441. }
  3442.  
  3443. .nav-pills>li {
  3444. float: left
  3445. }
  3446.  
  3447. .nav-pills>li>a {
  3448. -webkit-border-radius: 4px;
  3449. -moz-border-radius: 4px;
  3450. border-radius: 4px
  3451. }
  3452.  
  3453. .nav-pills>li+li {
  3454. margin-left: 2px
  3455. }
  3456.  
  3457. .nav-pills>li.active>a,
  3458. .nav-pills>li.active>a:focus,
  3459. .nav-pills>li.active>a:hover {
  3460. color: #fff;
  3461. background-color: #337ab7
  3462. }
  3463.  
  3464. .nav-justified>li,
  3465. .nav-stacked>li {
  3466. float: none
  3467. }
  3468.  
  3469. .nav-stacked>li+li {
  3470. margin-top: 2px;
  3471. margin-left: 0
  3472. }
  3473.  
  3474. .nav-justified {
  3475. width: 100%
  3476. }
  3477.  
  3478. .nav-justified>li>a {
  3479. text-align: center;
  3480. margin-bottom: 5px
  3481. }
  3482.  
  3483. @media (min-width:768px) {
  3484. .nav-justified>li {
  3485. display: table-cell;
  3486. width: 1%
  3487. }
  3488. .nav-justified>li>a {
  3489. margin-bottom: 0
  3490. }
  3491. }
  3492.  
  3493. .nav-tabs-justified {
  3494. border-bottom: 0
  3495. }
  3496.  
  3497. .nav-tabs-justified>li>a {
  3498. margin-right: 0;
  3499. -webkit-border-radius: 4px;
  3500. -moz-border-radius: 4px;
  3501. border-radius: 4px
  3502. }
  3503.  
  3504. .nav-tabs-justified>.active>a,
  3505. .nav-tabs-justified>.active>a:focus,
  3506. .nav-tabs-justified>.active>a:hover {
  3507. border: 1px solid #ddd
  3508. }
  3509.  
  3510. @media (min-width:768px) {
  3511. .nav-tabs-justified>li>a {
  3512. border-bottom: 1px solid #ddd;
  3513. -webkit-border-radius: 4px 4px 0 0;
  3514. -moz-border-radius: 4px 4px 0 0;
  3515. border-radius: 4px 4px 0 0
  3516. }
  3517. .nav-tabs-justified>.active>a,
  3518. .nav-tabs-justified>.active>a:focus,
  3519. .nav-tabs-justified>.active>a:hover {
  3520. border-bottom-color: #fff
  3521. }
  3522. }
  3523.  
  3524. .tab-content>.tab-pane {
  3525. display: none
  3526. }
  3527.  
  3528. .navbar-brand>img,
  3529. .tab-content>.active {
  3530. display: block
  3531. }
  3532.  
  3533. .nav-tabs .dropdown-menu {
  3534. margin-top: -1px;
  3535. -webkit-border-top-right-radius: 0;
  3536. -moz-border-radius-topright: 0;
  3537. border-top-right-radius: 0;
  3538. -webkit-border-top-left-radius: 0;
  3539. -moz-border-radius-topleft: 0;
  3540. border-top-left-radius: 0
  3541. }
  3542.  
  3543. .navbar {
  3544. position: relative;
  3545. min-height: 50px;
  3546. margin-bottom: 20px
  3547. }
  3548.  
  3549. @media (min-width:768px) {
  3550. .navbar-header {
  3551. float: left
  3552. }
  3553. }
  3554.  
  3555. .navbar-collapse {
  3556. overflow-x: visible;
  3557. padding-right: 15px;
  3558. padding-left: 15px;
  3559. border-top: 1px solid transparent;
  3560. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  3561. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  3562. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  3563. -webkit-overflow-scrolling: touch
  3564. }
  3565.  
  3566. .navbar-collapse.in {
  3567. overflow-y: auto
  3568. }
  3569.  
  3570. @media (min-width:768px) {
  3571. .navbar-collapse {
  3572. width: auto;
  3573. border-top: 0;
  3574. -webkit-box-shadow: none;
  3575. -moz-box-shadow: none;
  3576. box-shadow: none
  3577. }
  3578. .navbar-collapse.collapse {
  3579. display: block!important;
  3580. height: auto!important;
  3581. padding-bottom: 0;
  3582. overflow: visible!important
  3583. }
  3584. .navbar-collapse.in {
  3585. overflow-y: visible
  3586. }
  3587. .navbar-fixed-bottom .navbar-collapse,
  3588. .navbar-fixed-top .navbar-collapse,
  3589. .navbar-static-top .navbar-collapse {
  3590. padding-left: 0;
  3591. padding-right: 0
  3592. }
  3593. }
  3594.  
  3595. .navbar-fixed-bottom .navbar-collapse,
  3596. .navbar-fixed-top .navbar-collapse {
  3597. max-height: 340px
  3598. }
  3599.  
  3600. @media (max-device-width:480px) and (orientation:landscape) {
  3601. .navbar-fixed-bottom .navbar-collapse,
  3602. .navbar-fixed-top .navbar-collapse {
  3603. max-height: 200px
  3604. }
  3605. }
  3606.  
  3607. .container-fluid>.navbar-collapse,
  3608. .container-fluid>.navbar-header,
  3609. .container>.navbar-collapse,
  3610. .container>.navbar-header {
  3611. margin-right: -15px;
  3612. margin-left: -15px
  3613. }
  3614.  
  3615. @media (min-width:768px) {
  3616. .container-fluid>.navbar-collapse,
  3617. .container-fluid>.navbar-header,
  3618. .container>.navbar-collapse,
  3619. .container>.navbar-header {
  3620. margin-right: 0;
  3621. margin-left: 0
  3622. }
  3623. }
  3624.  
  3625. .navbar-static-top {
  3626. z-index: 1000;
  3627. border-width: 0 0 1px
  3628. }
  3629.  
  3630. @media (min-width:768px) {
  3631. .navbar-static-top {
  3632. -webkit-border-radius: 0;
  3633. -moz-border-radius: 0;
  3634. border-radius: 0
  3635. }
  3636. }
  3637.  
  3638. .navbar-fixed-bottom,
  3639. .navbar-fixed-top {
  3640. position: fixed;
  3641. right: 0;
  3642. left: 0;
  3643. z-index: 1030
  3644. }
  3645.  
  3646. @media (min-width:768px) {
  3647. .navbar-fixed-bottom,
  3648. .navbar-fixed-top {
  3649. -webkit-border-radius: 0;
  3650. -moz-border-radius: 0;
  3651. border-radius: 0
  3652. }
  3653. }
  3654.  
  3655. .navbar-fixed-top {
  3656. top: 0;
  3657. border-width: 0 0 1px
  3658. }
  3659.  
  3660. .navbar-fixed-bottom {
  3661. bottom: 0;
  3662. margin-bottom: 0;
  3663. border-width: 1px 0 0
  3664. }
  3665.  
  3666. .navbar-brand {
  3667. float: left;
  3668. padding: 15px;
  3669. font-size: 18px;
  3670. line-height: 20px;
  3671. height: 50px
  3672. }
  3673.  
  3674. .navbar-brand:focus,
  3675. .navbar-brand:hover {
  3676. text-decoration: none
  3677. }
  3678.  
  3679. @media (min-width:768px) {
  3680. .navbar>.container .navbar-brand,
  3681. .navbar>.container-fluid .navbar-brand {
  3682. margin-left: -15px
  3683. }
  3684. }
  3685.  
  3686. .navbar-toggle {
  3687. position: relative;
  3688. float: right;
  3689. margin-right: 15px;
  3690. padding: 9px 10px;
  3691. margin-top: 8px;
  3692. margin-bottom: 8px;
  3693. background-color: transparent;
  3694. background-image: none;
  3695. border: 1px solid transparent;
  3696. -webkit-border-radius: 4px;
  3697. -moz-border-radius: 4px;
  3698. border-radius: 4px
  3699. }
  3700.  
  3701. .navbar-toggle:focus {
  3702. outline: 0
  3703. }
  3704.  
  3705. .navbar-toggle .icon-bar {
  3706. display: block;
  3707. width: 32px;
  3708. height: 2px;
  3709. -webkit-border-radius: 1px;
  3710. -moz-border-radius: 1px;
  3711. border-radius: 1px
  3712. }
  3713.  
  3714. .navbar-toggle .icon-bar+.icon-bar {
  3715. margin-top: 8px
  3716. }
  3717.  
  3718. @media (min-width:768px) {
  3719. .navbar-toggle {
  3720. display: none
  3721. }
  3722. }
  3723.  
  3724. .navbar-nav {
  3725. margin: 7.5px -15px
  3726. }
  3727.  
  3728. .navbar-nav>li>a {
  3729. padding-top: 10px;
  3730. padding-bottom: 10px;
  3731. line-height: 20px
  3732. }
  3733.  
  3734. @media (max-width:767px) {
  3735. .navbar-nav .open .dropdown-menu {
  3736. position: static;
  3737. float: none;
  3738. width: auto;
  3739. margin-top: 0;
  3740. background-color: transparent;
  3741. border: 0;
  3742. -webkit-box-shadow: none;
  3743. -moz-box-shadow: none;
  3744. box-shadow: none
  3745. }
  3746. .navbar-nav .open .dropdown-menu .dropdown-header,
  3747. .navbar-nav .open .dropdown-menu>li>a {
  3748. padding: 5px 15px 5px 25px
  3749. }
  3750. .navbar-nav .open .dropdown-menu>li>a {
  3751. line-height: 20px
  3752. }
  3753. .navbar-nav .open .dropdown-menu>li>a:focus,
  3754. .navbar-nav .open .dropdown-menu>li>a:hover {
  3755. background-image: none
  3756. }
  3757. }
  3758.  
  3759. @media (min-width:768px) {
  3760. .navbar-nav {
  3761. float: left;
  3762. margin: 0
  3763. }
  3764. .navbar-nav>li {
  3765. float: left
  3766. }
  3767. .navbar-nav>li>a {
  3768. padding-top: 15px;
  3769. padding-bottom: 15px
  3770. }
  3771. }
  3772.  
  3773. .navbar-form {
  3774. padding: 10px 15px;
  3775. border-top: 1px solid transparent;
  3776. border-bottom: 1px solid transparent;
  3777. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  3778. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  3779. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  3780. margin: 8px -15px
  3781. }
  3782.  
  3783. @media (min-width:768px) {
  3784. .navbar-form .form-group {
  3785. display: inline-block;
  3786. margin-bottom: 0;
  3787. vertical-align: middle
  3788. }
  3789. .navbar-form .form-control {
  3790. display: inline-block;
  3791. width: auto;
  3792. vertical-align: middle
  3793. }
  3794. .navbar-form .form-control-static {
  3795. display: inline-block
  3796. }
  3797. .navbar-form .input-group {
  3798. display: inline-table;
  3799. vertical-align: middle
  3800. }
  3801. .navbar-form .input-group .form-control,
  3802. .navbar-form .input-group .input-group-addon,
  3803. .navbar-form .input-group .input-group-btn {
  3804. width: auto
  3805. }
  3806. .navbar-form .input-group>.form-control {
  3807. width: 100%
  3808. }
  3809. .navbar-form .control-label {
  3810. margin-bottom: 0;
  3811. vertical-align: middle
  3812. }
  3813. .navbar-form .checkbox,
  3814. .navbar-form .radio {
  3815. display: inline-block;
  3816. margin-top: 0;
  3817. margin-bottom: 0;
  3818. vertical-align: middle
  3819. }
  3820. .navbar-form .checkbox label,
  3821. .navbar-form .radio label {
  3822. padding-left: 0
  3823. }
  3824. .navbar-form .checkbox input[type=checkbox],
  3825. .navbar-form .radio input[type=radio] {
  3826. position: relative;
  3827. margin-left: 0
  3828. }
  3829. .navbar-form .has-feedback .form-control-feedback {
  3830. top: 0
  3831. }
  3832. }
  3833.  
  3834. @media (max-width:767px) {
  3835. .navbar-form .form-group {
  3836. margin-bottom: 5px
  3837. }
  3838. .navbar-form .form-group:last-child {
  3839. margin-bottom: 0
  3840. }
  3841. }
  3842.  
  3843. @media (min-width:768px) {
  3844. .navbar-form {
  3845. width: auto;
  3846. border: 0;
  3847. margin-left: 0;
  3848. margin-right: 0;
  3849. padding-top: 0;
  3850. padding-bottom: 0;
  3851. -webkit-box-shadow: none;
  3852. -moz-box-shadow: none;
  3853. box-shadow: none
  3854. }
  3855. }
  3856.  
  3857. .navbar-nav>li>.dropdown-menu {
  3858. margin-top: 0;
  3859. -webkit-border-top-right-radius: 0;
  3860. -moz-border-radius-topright: 0;
  3861. border-top-right-radius: 0;
  3862. -webkit-border-top-left-radius: 0;
  3863. -moz-border-radius-topleft: 0;
  3864. border-top-left-radius: 0
  3865. }
  3866.  
  3867. .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  3868. margin-bottom: 0;
  3869. -webkit-border-top-right-radius: 4px;
  3870. -moz-border-radius-topright: 4px;
  3871. border-top-right-radius: 4px;
  3872. -webkit-border-top-left-radius: 4px;
  3873. -moz-border-radius-topleft: 4px;
  3874. border-top-left-radius: 4px;
  3875. -webkit-border-bottom-right-radius: 0;
  3876. -moz-border-radius-bottomright: 0;
  3877. border-bottom-right-radius: 0;
  3878. -webkit-border-bottom-left-radius: 0;
  3879. -moz-border-radius-bottomleft: 0;
  3880. border-bottom-left-radius: 0
  3881. }
  3882.  
  3883. .navbar-btn {
  3884. margin-top: 8px;
  3885. margin-bottom: 8px
  3886. }
  3887.  
  3888. .navbar-btn.btn-sm {
  3889. margin-top: 10px;
  3890. margin-bottom: 10px
  3891. }
  3892.  
  3893. .navbar-btn.btn-xs {
  3894. margin-top: 14px;
  3895. margin-bottom: 14px
  3896. }
  3897.  
  3898. .navbar-text {
  3899. margin-top: 15px;
  3900. margin-bottom: 15px
  3901. }
  3902.  
  3903. @media (min-width:768px) {
  3904. .navbar-text {
  3905. float: left;
  3906. margin-left: 15px;
  3907. margin-right: 15px
  3908. }
  3909. .navbar-left {
  3910. float: left!important
  3911. }
  3912. .navbar-right {
  3913. float: right!important;
  3914. margin-right: -15px
  3915. }
  3916. .navbar-right~.navbar-right {
  3917. margin-right: 0
  3918. }
  3919. }
  3920.  
  3921. .navbar-default {
  3922. background-color: #f8f8f8;
  3923. border-color: #e7e7e7
  3924. }
  3925.  
  3926. .navbar-default .navbar-brand,
  3927. .navbar-default .navbar-nav>li>a,
  3928. .navbar-default .navbar-text {
  3929. color: #777
  3930. }
  3931.  
  3932. .navbar-default .navbar-brand:focus,
  3933. .navbar-default .navbar-brand:hover {
  3934. color: #5e5e5e;
  3935. background-color: transparent
  3936. }
  3937.  
  3938. .navbar-default .navbar-nav>li>a:focus,
  3939. .navbar-default .navbar-nav>li>a:hover {
  3940. color: #333;
  3941. background-color: transparent
  3942. }
  3943.  
  3944. .navbar-default .navbar-nav>.active>a,
  3945. .navbar-default .navbar-nav>.active>a:focus,
  3946. .navbar-default .navbar-nav>.active>a:hover {
  3947. color: #555;
  3948. background-color: #e7e7e7
  3949. }
  3950.  
  3951. .navbar-default .navbar-nav>.disabled>a,
  3952. .navbar-default .navbar-nav>.disabled>a:focus,
  3953. .navbar-default .navbar-nav>.disabled>a:hover {
  3954. color: #ccc;
  3955. background-color: transparent
  3956. }
  3957.  
  3958. .navbar-default .navbar-toggle {
  3959. border-color: #ddd
  3960. }
  3961.  
  3962. .navbar-default .navbar-toggle:focus,
  3963. .navbar-default .navbar-toggle:hover {
  3964. background-color: #ddd
  3965. }
  3966.  
  3967. .navbar-default .navbar-toggle .icon-bar {
  3968. background-color: #0999e0
  3969. }
  3970.  
  3971. .navbar-default .navbar-collapse,
  3972. .navbar-default .navbar-form {
  3973. border-color: #e7e7e7
  3974. }
  3975.  
  3976. .navbar-default .navbar-nav>.open>a,
  3977. .navbar-default .navbar-nav>.open>a:focus,
  3978. .navbar-default .navbar-nav>.open>a:hover {
  3979. background-color: #e7e7e7;
  3980. color: #555
  3981. }
  3982.  
  3983. @media (max-width:767px) {
  3984. .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  3985. color: #777
  3986. }
  3987. .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  3988. .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  3989. color: #333;
  3990. background-color: transparent
  3991. }
  3992. .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  3993. .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  3994. .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
  3995. color: #555;
  3996. background-color: #e7e7e7
  3997. }
  3998. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  3999. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  4000. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  4001. color: #ccc;
  4002. background-color: transparent
  4003. }
  4004. }
  4005.  
  4006. .navbar-default .btn-link,
  4007. .navbar-default .navbar-link {
  4008. color: #777
  4009. }
  4010.  
  4011. .navbar-default .navbar-link:hover,
  4012. a.list-group-item .list-group-item-heading,
  4013. button.list-group-item .list-group-item-heading {
  4014. color: #333
  4015. }
  4016.  
  4017. .navbar-default .btn-link:focus,
  4018. .navbar-default .btn-link:hover {
  4019. color: #333
  4020. }
  4021.  
  4022. .navbar-default .btn-link[disabled]:focus,
  4023. .navbar-default .btn-link[disabled]:hover,
  4024. fieldset[disabled] .navbar-default .btn-link:focus,
  4025. fieldset[disabled] .navbar-default .btn-link:hover {
  4026. color: #ccc
  4027. }
  4028.  
  4029. .navbar-inverse {
  4030. background-color: #222;
  4031. border-color: #080808
  4032. }
  4033.  
  4034. .navbar-inverse .navbar-brand,
  4035. .navbar-inverse .navbar-nav>li>a,
  4036. .navbar-inverse .navbar-text {
  4037. color: #9d9d9d
  4038. }
  4039.  
  4040. .navbar-inverse .navbar-brand:focus,
  4041. .navbar-inverse .navbar-brand:hover,
  4042. .navbar-inverse .navbar-nav>li>a:focus,
  4043. .navbar-inverse .navbar-nav>li>a:hover {
  4044. color: #fff;
  4045. background-color: transparent
  4046. }
  4047.  
  4048. .navbar-inverse .navbar-nav>.active>a,
  4049. .navbar-inverse .navbar-nav>.active>a:focus,
  4050. .navbar-inverse .navbar-nav>.active>a:hover {
  4051. color: #fff;
  4052. background-color: #080808
  4053. }
  4054.  
  4055. .navbar-inverse .navbar-nav>.disabled>a,
  4056. .navbar-inverse .navbar-nav>.disabled>a:focus,
  4057. .navbar-inverse .navbar-nav>.disabled>a:hover {
  4058. color: #444;
  4059. background-color: transparent
  4060. }
  4061.  
  4062. .navbar-inverse .navbar-toggle {
  4063. border-color: #333
  4064. }
  4065.  
  4066. .navbar-inverse .navbar-toggle:focus,
  4067. .navbar-inverse .navbar-toggle:hover {
  4068. background-color: #333
  4069. }
  4070.  
  4071. .navbar-inverse .navbar-toggle .icon-bar {
  4072. background-color: #fff
  4073. }
  4074.  
  4075. .navbar-inverse .navbar-collapse,
  4076. .navbar-inverse .navbar-form {
  4077. border-color: #101010
  4078. }
  4079.  
  4080. .navbar-inverse .navbar-nav>.open>a,
  4081. .navbar-inverse .navbar-nav>.open>a:focus,
  4082. .navbar-inverse .navbar-nav>.open>a:hover {
  4083. background-color: #080808;
  4084. color: #fff
  4085. }
  4086.  
  4087. @media (max-width:767px) {
  4088. .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
  4089. border-color: #080808
  4090. }
  4091. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4092. background-color: #080808
  4093. }
  4094. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  4095. color: #9d9d9d
  4096. }
  4097. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  4098. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
  4099. color: #fff;
  4100. background-color: transparent
  4101. }
  4102. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  4103. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  4104. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
  4105. color: #fff;
  4106. background-color: #080808
  4107. }
  4108. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  4109. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  4110. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  4111. color: #444;
  4112. background-color: transparent
  4113. }
  4114. }
  4115.  
  4116. .navbar-inverse .btn-link,
  4117. .navbar-inverse .navbar-link {
  4118. color: #9d9d9d
  4119. }
  4120.  
  4121. .navbar-inverse .navbar-link:hover {
  4122. color: #fff
  4123. }
  4124.  
  4125. .navbar-inverse .btn-link:focus,
  4126. .navbar-inverse .btn-link:hover {
  4127. color: #fff
  4128. }
  4129.  
  4130. .navbar-inverse .btn-link[disabled]:focus,
  4131. .navbar-inverse .btn-link[disabled]:hover,
  4132. fieldset[disabled] .navbar-inverse .btn-link:focus,
  4133. fieldset[disabled] .navbar-inverse .btn-link:hover {
  4134. color: #444
  4135. }
  4136.  
  4137. .breadcrumb {
  4138. padding: 8px 15px;
  4139. margin-bottom: 20px;
  4140. list-style: none;
  4141. background-color: #f5f5f5;
  4142. -webkit-border-radius: 4px;
  4143. -moz-border-radius: 4px;
  4144. border-radius: 4px
  4145. }
  4146.  
  4147. .breadcrumb>li,
  4148. .pagination {
  4149. display: inline-block
  4150. }
  4151.  
  4152. .breadcrumb>li+li:before {
  4153. content: "/\00a0";
  4154. padding: 0 5px;
  4155. color: #ccc
  4156. }
  4157.  
  4158. .breadcrumb>.active {
  4159. color: #777
  4160. }
  4161.  
  4162. .pagination {
  4163. padding-left: 0;
  4164. margin: 20px 0;
  4165. -webkit-border-radius: 4px;
  4166. -moz-border-radius: 4px;
  4167. border-radius: 4px
  4168. }
  4169.  
  4170. .pager li,
  4171. .pagination>li {
  4172. display: inline
  4173. }
  4174.  
  4175. .pagination>li>a,
  4176. .pagination>li>span {
  4177. position: relative;
  4178. float: left;
  4179. padding: 6px 12px;
  4180. line-height: 1.42857143;
  4181. text-decoration: none;
  4182. color: #337ab7;
  4183. background-color: #fff;
  4184. border: 1px solid #ddd;
  4185. margin-left: -1px
  4186. }
  4187.  
  4188. .pagination>li:first-child>a,
  4189. .pagination>li:first-child>span {
  4190. margin-left: 0;
  4191. -webkit-border-bottom-left-radius: 4px;
  4192. -moz-border-radius-bottomleft: 4px;
  4193. border-bottom-left-radius: 4px;
  4194. -webkit-border-top-left-radius: 4px;
  4195. -moz-border-radius-topleft: 4px;
  4196. border-top-left-radius: 4px
  4197. }
  4198.  
  4199. .pagination>li:last-child>a,
  4200. .pagination>li:last-child>span {
  4201. -webkit-border-bottom-right-radius: 4px;
  4202. -moz-border-radius-bottomright: 4px;
  4203. border-bottom-right-radius: 4px;
  4204. -webkit-border-top-right-radius: 4px;
  4205. -moz-border-radius-topright: 4px;
  4206. border-top-right-radius: 4px
  4207. }
  4208.  
  4209. .pagination>li>a:focus,
  4210. .pagination>li>a:hover,
  4211. .pagination>li>span:focus,
  4212. .pagination>li>span:hover {
  4213. z-index: 2;
  4214. color: #23527c;
  4215. background-color: #eee;
  4216. border-color: #ddd
  4217. }
  4218.  
  4219. .pagination>.active>a,
  4220. .pagination>.active>a:focus,
  4221. .pagination>.active>a:hover,
  4222. .pagination>.active>span,
  4223. .pagination>.active>span:focus,
  4224. .pagination>.active>span:hover {
  4225. z-index: 3;
  4226. color: #fff;
  4227. background-color: #337ab7;
  4228. border-color: #337ab7;
  4229. cursor: default
  4230. }
  4231.  
  4232. .pagination>.disabled>a,
  4233. .pagination>.disabled>a:focus,
  4234. .pagination>.disabled>a:hover,
  4235. .pagination>.disabled>span,
  4236. .pagination>.disabled>span:focus,
  4237. .pagination>.disabled>span:hover {
  4238. color: #777;
  4239. background-color: #fff;
  4240. border-color: #ddd;
  4241. cursor: not-allowed
  4242. }
  4243.  
  4244. .pagination-lg>li>a,
  4245. .pagination-lg>li>span {
  4246. padding: 10px 16px;
  4247. font-size: 18px;
  4248. line-height: 1.3333333
  4249. }
  4250.  
  4251. .pagination-lg>li:first-child>a,
  4252. .pagination-lg>li:first-child>span {
  4253. -webkit-border-bottom-left-radius: 6px;
  4254. -moz-border-radius-bottomleft: 6px;
  4255. border-bottom-left-radius: 6px;
  4256. -webkit-border-top-left-radius: 6px;
  4257. -moz-border-radius-topleft: 6px;
  4258. border-top-left-radius: 6px
  4259. }
  4260.  
  4261. .pagination-lg>li:last-child>a,
  4262. .pagination-lg>li:last-child>span {
  4263. -webkit-border-bottom-right-radius: 6px;
  4264. -moz-border-radius-bottomright: 6px;
  4265. border-bottom-right-radius: 6px;
  4266. -webkit-border-top-right-radius: 6px;
  4267. -moz-border-radius-topright: 6px;
  4268. border-top-right-radius: 6px
  4269. }
  4270.  
  4271. .pagination-sm>li>a,
  4272. .pagination-sm>li>span {
  4273. padding: 5px 10px;
  4274. font-size: 12px;
  4275. line-height: 1.5
  4276. }
  4277.  
  4278. .pagination-sm>li:first-child>a,
  4279. .pagination-sm>li:first-child>span {
  4280. -webkit-border-bottom-left-radius: 3px;
  4281. -moz-border-radius-bottomleft: 3px;
  4282. border-bottom-left-radius: 3px;
  4283. -webkit-border-top-left-radius: 3px;
  4284. -moz-border-radius-topleft: 3px;
  4285. border-top-left-radius: 3px
  4286. }
  4287.  
  4288. .pagination-sm>li:last-child>a,
  4289. .pagination-sm>li:last-child>span {
  4290. -webkit-border-bottom-right-radius: 3px;
  4291. -moz-border-radius-bottomright: 3px;
  4292. border-bottom-right-radius: 3px;
  4293. -webkit-border-top-right-radius: 3px;
  4294. -moz-border-radius-topright: 3px;
  4295. border-top-right-radius: 3px
  4296. }
  4297.  
  4298. .pager {
  4299. padding-left: 0;
  4300. margin: 20px 0;
  4301. list-style: none;
  4302. text-align: center
  4303. }
  4304.  
  4305. .pager li>a,
  4306. .pager li>span {
  4307. display: inline-block;
  4308. padding: 5px 14px;
  4309. background-color: #fff;
  4310. border: 1px solid #ddd;
  4311. -webkit-border-radius: 15px;
  4312. -moz-border-radius: 15px;
  4313. border-radius: 15px
  4314. }
  4315.  
  4316. .pager li>a:focus,
  4317. .pager li>a:hover {
  4318. text-decoration: none;
  4319. background-color: #eee
  4320. }
  4321.  
  4322. .pager .next>a,
  4323. .pager .next>span {
  4324. float: right
  4325. }
  4326.  
  4327. .pager .previous>a,
  4328. .pager .previous>span {
  4329. float: left
  4330. }
  4331.  
  4332. .pager .disabled>a,
  4333. .pager .disabled>a:focus,
  4334. .pager .disabled>a:hover,
  4335. .pager .disabled>span {
  4336. color: #777;
  4337. background-color: #fff;
  4338. cursor: not-allowed
  4339. }
  4340.  
  4341. .label {
  4342. display: inline;
  4343. padding: .2em .6em .3em;
  4344. font-size: 75%;
  4345. font-weight: 700;
  4346. line-height: 1;
  4347. color: #fff;
  4348. text-align: center;
  4349. white-space: nowrap;
  4350. vertical-align: baseline;
  4351. -webkit-border-radius: .25em;
  4352. -moz-border-radius: .25em;
  4353. border-radius: .25em
  4354. }
  4355.  
  4356. a.badge:focus,
  4357. a.badge:hover,
  4358. a.label:focus,
  4359. a.label:hover {
  4360. color: #fff;
  4361. text-decoration: none;
  4362. cursor: pointer
  4363. }
  4364.  
  4365. .label:empty {
  4366. display: none
  4367. }
  4368.  
  4369. .btn .label {
  4370. position: relative;
  4371. top: -1px
  4372. }
  4373.  
  4374. .label-default {
  4375. background-color: #777
  4376. }
  4377.  
  4378. .label-default[href]:focus,
  4379. .label-default[href]:hover {
  4380. background-color: #5e5e5e
  4381. }
  4382.  
  4383. .label-primary {
  4384. background-color: #337ab7
  4385. }
  4386.  
  4387. .label-primary[href]:focus,
  4388. .label-primary[href]:hover {
  4389. background-color: #286090
  4390. }
  4391.  
  4392. .label-success {
  4393. background-color: #5cb85c
  4394. }
  4395.  
  4396. .label-success[href]:focus,
  4397. .label-success[href]:hover {
  4398. background-color: #449d44
  4399. }
  4400.  
  4401. .label-info {
  4402. background-color: #5bc0de
  4403. }
  4404.  
  4405. .label-info[href]:focus,
  4406. .label-info[href]:hover {
  4407. background-color: #31b0d5
  4408. }
  4409.  
  4410. .label-warning {
  4411. background-color: #f0ad4e
  4412. }
  4413.  
  4414. .label-warning[href]:focus,
  4415. .label-warning[href]:hover {
  4416. background-color: #ec971f
  4417. }
  4418.  
  4419. .label-danger {
  4420. background-color: #d9534f
  4421. }
  4422.  
  4423. .label-danger[href]:focus,
  4424. .label-danger[href]:hover {
  4425. background-color: #c9302c
  4426. }
  4427.  
  4428. .badge {
  4429. display: inline-block;
  4430. min-width: 10px;
  4431. padding: 3px 7px;
  4432. font-size: 12px;
  4433. font-weight: 700;
  4434. color: #fff;
  4435. line-height: 1;
  4436. vertical-align: middle;
  4437. white-space: nowrap;
  4438. text-align: center;
  4439. background-color: #777;
  4440. -webkit-border-radius: 10px;
  4441. -moz-border-radius: 10px;
  4442. border-radius: 10px
  4443. }
  4444.  
  4445. .badge:empty {
  4446. display: none
  4447. }
  4448.  
  4449. .btn .badge {
  4450. position: relative;
  4451. top: -1px
  4452. }
  4453.  
  4454. .btn-group-xs>.btn .badge,
  4455. .btn-xs .badge {
  4456. top: 0;
  4457. padding: 1px 5px
  4458. }
  4459.  
  4460. .list-group-item.active>.badge,
  4461. .nav-pills>.active>a>.badge {
  4462. color: #337ab7;
  4463. background-color: #fff
  4464. }
  4465.  
  4466. .list-group-item>.badge {
  4467. float: right
  4468. }
  4469.  
  4470. .list-group-item>.badge+.badge {
  4471. margin-right: 5px
  4472. }
  4473.  
  4474. .nav-pills>li>a>.badge {
  4475. margin-left: 3px
  4476. }
  4477.  
  4478. .jumbotron {
  4479. padding-top: 30px;
  4480. padding-bottom: 30px;
  4481. margin-bottom: 30px;
  4482. background-color: #eee
  4483. }
  4484.  
  4485. .jumbotron,
  4486. .jumbotron .h1,
  4487. .jumbotron h1,
  4488. a.list-group-item-danger .list-group-item-heading,
  4489. a.list-group-item-info .list-group-item-heading,
  4490. a.list-group-item-success .list-group-item-heading,
  4491. a.list-group-item-warning .list-group-item-heading,
  4492. button.list-group-item-danger .list-group-item-heading,
  4493. button.list-group-item-info .list-group-item-heading,
  4494. button.list-group-item-success .list-group-item-heading,
  4495. button.list-group-item-warning .list-group-item-heading {
  4496. color: inherit
  4497. }
  4498.  
  4499. .jumbotron p {
  4500. margin-bottom: 15px;
  4501. font-size: 21px;
  4502. font-weight: 200
  4503. }
  4504.  
  4505. .jumbotron>hr {
  4506. border-top-color: #d5d5d5
  4507. }
  4508.  
  4509. .container .jumbotron,
  4510. .container-fluid .jumbotron {
  4511. -webkit-border-radius: 6px;
  4512. -moz-border-radius: 6px;
  4513. border-radius: 6px;
  4514. padding-left: 15px;
  4515. padding-right: 15px
  4516. }
  4517.  
  4518. .jumbotron .container {
  4519. max-width: 100%
  4520. }
  4521.  
  4522. @media screen and (min-width:768px) {
  4523. .jumbotron {
  4524. padding-top: 48px;
  4525. padding-bottom: 48px
  4526. }
  4527. .container .jumbotron,
  4528. .container-fluid .jumbotron {
  4529. padding-left: 60px;
  4530. padding-right: 60px
  4531. }
  4532. .jumbotron .h1,
  4533. .jumbotron h1 {
  4534. font-size: 63px
  4535. }
  4536. }
  4537.  
  4538. .thumbnail {
  4539. display: block;
  4540. padding: 4px;
  4541. margin-bottom: 20px;
  4542. line-height: 1.42857143;
  4543. background-color: #fff;
  4544. border: 1px solid #ddd;
  4545. -webkit-border-radius: 4px;
  4546. -moz-border-radius: 4px;
  4547. border-radius: 4px;
  4548. -webkit-transition: border .2s ease-in-out;
  4549. -o-transition: border .2s ease-in-out;
  4550. -moz-transition: border .2s ease-in-out;
  4551. transition: border .2s ease-in-out
  4552. }
  4553.  
  4554. .thumbnail a>img,
  4555. .thumbnail>img {
  4556. margin-left: auto;
  4557. margin-right: auto
  4558. }
  4559.  
  4560. a.thumbnail.active,
  4561. a.thumbnail:focus,
  4562. a.thumbnail:hover {
  4563. border-color: #337ab7
  4564. }
  4565.  
  4566. .thumbnail .caption {
  4567. padding: 9px;
  4568. color: #333
  4569. }
  4570.  
  4571. .alert {
  4572. padding: 15px;
  4573. margin-bottom: 20px;
  4574. border: 1px solid transparent;
  4575. -webkit-border-radius: 4px;
  4576. -moz-border-radius: 4px;
  4577. border-radius: 4px
  4578. }
  4579.  
  4580. .alert h4 {
  4581. margin-top: 0;
  4582. color: inherit
  4583. }
  4584.  
  4585. .alert .alert-link {
  4586. font-weight: 700
  4587. }
  4588.  
  4589. .alert>p,
  4590. .alert>ul {
  4591. margin-bottom: 0
  4592. }
  4593.  
  4594. .alert-dismissable,
  4595. .alert-dismissible {
  4596. padding-right: 35px
  4597. }
  4598.  
  4599. .alert-dismissable .close,
  4600. .alert-dismissible .close {
  4601. position: relative;
  4602. top: -2px;
  4603. right: -21px;
  4604. color: inherit
  4605. }
  4606.  
  4607. .alert-success {
  4608. background-color: #dff0d8;
  4609. border-color: #d6e9c6;
  4610. color: #3c763d
  4611. }
  4612.  
  4613. .alert-success hr {
  4614. border-top-color: #c9e2b3
  4615. }
  4616.  
  4617. .alert-success .alert-link {
  4618. color: #2b542c
  4619. }
  4620.  
  4621. .alert-info {
  4622. background-color: #d9edf7;
  4623. border-color: #bce8f1;
  4624. color: #31708f
  4625. }
  4626.  
  4627. .alert-info hr {
  4628. border-top-color: #a6e1ec
  4629. }
  4630.  
  4631. .alert-info .alert-link {
  4632. color: #245269
  4633. }
  4634.  
  4635. .alert-warning {
  4636. background-color: #fcf8e3;
  4637. border-color: #faebcc;
  4638. color: #8a6d3b
  4639. }
  4640.  
  4641. .alert-warning hr {
  4642. border-top-color: #f7e1b5
  4643. }
  4644.  
  4645. .alert-warning .alert-link {
  4646. color: #66512c
  4647. }
  4648.  
  4649. .alert-danger {
  4650. background-color: #f2dede;
  4651. border-color: #ebccd1;
  4652. color: #a94442
  4653. }
  4654.  
  4655. .alert-danger hr {
  4656. border-top-color: #e4b9c0
  4657. }
  4658.  
  4659. .alert-danger .alert-link {
  4660. color: #843534
  4661. }
  4662.  
  4663. @-webkit-keyframes progress-bar-stripes {
  4664. 0% {
  4665. background-position: 40px 0
  4666. }
  4667. to {
  4668. background-position: 0 0
  4669. }
  4670. }
  4671.  
  4672. @-moz-keyframes progress-bar-stripes {
  4673. 0% {
  4674. background-position: 40px 0
  4675. }
  4676. to {
  4677. background-position: 0 0
  4678. }
  4679. }
  4680.  
  4681. @-o-keyframes progress-bar-stripes {
  4682. 0% {
  4683. background-position: 40px 0
  4684. }
  4685. to {
  4686. background-position: 0 0
  4687. }
  4688. }
  4689.  
  4690. @keyframes progress-bar-stripes {
  4691. 0% {
  4692. background-position: 40px 0
  4693. }
  4694. to {
  4695. background-position: 0 0
  4696. }
  4697. }
  4698.  
  4699. .progress {
  4700. overflow: hidden;
  4701. height: 20px;
  4702. margin-bottom: 20px;
  4703. background-color: #f5f5f5;
  4704. -webkit-border-radius: 4px;
  4705. -moz-border-radius: 4px;
  4706. border-radius: 4px;
  4707. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  4708. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  4709. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
  4710. }
  4711.  
  4712. .progress-bar {
  4713. float: left;
  4714. width: 0%;
  4715. height: 100%;
  4716. font-size: 12px;
  4717. line-height: 20px;
  4718. color: #fff;
  4719. text-align: center;
  4720. background-color: #337ab7;
  4721. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  4722. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  4723. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  4724. -webkit-transition: width .6s ease;
  4725. -o-transition: width .6s ease;
  4726. -moz-transition: width .6s ease;
  4727. transition: width .6s ease
  4728. }
  4729.  
  4730. .progress-bar-striped,
  4731. .progress-striped .progress-bar {
  4732. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4733. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4734. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4735. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4736. -moz-background-size: 40px 40px;
  4737. -o-background-size: 40px 40px;
  4738. background-size: 40px 40px
  4739. }
  4740.  
  4741. .progress-bar.active,
  4742. .progress.active .progress-bar {
  4743. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4744. -o-animation: progress-bar-stripes 2s linear infinite;
  4745. -moz-animation: progress-bar-stripes 2s linear infinite;
  4746. animation: progress-bar-stripes 2s linear infinite
  4747. }
  4748.  
  4749. .progress-bar-success {
  4750. background-color: #5cb85c
  4751. }
  4752.  
  4753. .progress-striped .progress-bar-danger,
  4754. .progress-striped .progress-bar-info,
  4755. .progress-striped .progress-bar-success,
  4756. .progress-striped .progress-bar-warning {
  4757. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4758. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4759. background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  4760. background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
  4761. }
  4762.  
  4763. .progress-bar-info {
  4764. background-color: #5bc0de
  4765. }
  4766.  
  4767. .progress-bar-warning {
  4768. background-color: #f0ad4e
  4769. }
  4770.  
  4771. .progress-bar-danger {
  4772. background-color: #d9534f
  4773. }
  4774.  
  4775. .media {
  4776. margin-top: 15px
  4777. }
  4778.  
  4779. .media:first-child {
  4780. margin-top: 0
  4781. }
  4782.  
  4783. .media,
  4784. .media-body {
  4785. zoom: 1;
  4786. overflow: hidden
  4787. }
  4788.  
  4789. .media-body {
  4790. width: 10000px
  4791. }
  4792.  
  4793. .media-object {
  4794. display: block
  4795. }
  4796.  
  4797. .media-object.img-thumbnail {
  4798. max-width: none
  4799. }
  4800.  
  4801. .media-right,
  4802. .media>.pull-right {
  4803. padding-left: 10px
  4804. }
  4805.  
  4806. .media-left,
  4807. .media>.pull-left {
  4808. padding-right: 10px
  4809. }
  4810.  
  4811. .media-body,
  4812. .media-left,
  4813. .media-right {
  4814. display: table-cell;
  4815. vertical-align: top
  4816. }
  4817.  
  4818. .media-middle {
  4819. vertical-align: middle
  4820. }
  4821.  
  4822. .media-bottom {
  4823. vertical-align: bottom
  4824. }
  4825.  
  4826. .media-heading {
  4827. margin-top: 0;
  4828. margin-bottom: 5px
  4829. }
  4830.  
  4831. .media-list {
  4832. padding-left: 0;
  4833. list-style: none
  4834. }
  4835.  
  4836. .list-group {
  4837. margin-bottom: 20px;
  4838. padding-left: 0
  4839. }
  4840.  
  4841. .list-group-item {
  4842. position: relative;
  4843. display: block;
  4844. padding: 10px 15px;
  4845. margin-bottom: -1px;
  4846. background-color: #fff;
  4847. border: 1px solid #ddd
  4848. }
  4849.  
  4850. .list-group-item:first-child {
  4851. -webkit-border-top-right-radius: 4px;
  4852. -moz-border-radius-topright: 4px;
  4853. border-top-right-radius: 4px;
  4854. -webkit-border-top-left-radius: 4px;
  4855. -moz-border-radius-topleft: 4px;
  4856. border-top-left-radius: 4px
  4857. }
  4858.  
  4859. .list-group-item:last-child {
  4860. margin-bottom: 0;
  4861. -webkit-border-bottom-right-radius: 4px;
  4862. -moz-border-radius-bottomright: 4px;
  4863. border-bottom-right-radius: 4px;
  4864. -webkit-border-bottom-left-radius: 4px;
  4865. -moz-border-radius-bottomleft: 4px;
  4866. border-bottom-left-radius: 4px
  4867. }
  4868.  
  4869. a.list-group-item,
  4870. button.list-group-item {
  4871. color: #555
  4872. }
  4873.  
  4874. a.list-group-item:focus,
  4875. a.list-group-item:hover,
  4876. button.list-group-item:focus,
  4877. button.list-group-item:hover {
  4878. text-decoration: none;
  4879. color: #555;
  4880. background-color: #f5f5f5
  4881. }
  4882.  
  4883. button.list-group-item {
  4884. width: 100%;
  4885. text-align: left
  4886. }
  4887.  
  4888. .list-group-item.disabled,
  4889. .list-group-item.disabled:focus,
  4890. .list-group-item.disabled:hover {
  4891. background-color: #eee;
  4892. color: #777;
  4893. cursor: not-allowed
  4894. }
  4895.  
  4896. .list-group-item.disabled .list-group-item-heading,
  4897. .list-group-item.disabled:focus .list-group-item-heading,
  4898. .list-group-item.disabled:hover .list-group-item-heading {
  4899. color: inherit
  4900. }
  4901.  
  4902. .list-group-item.disabled .list-group-item-text,
  4903. .list-group-item.disabled:focus .list-group-item-text,
  4904. .list-group-item.disabled:hover .list-group-item-text {
  4905. color: #777
  4906. }
  4907.  
  4908. .list-group-item.active,
  4909. .list-group-item.active:focus,
  4910. .list-group-item.active:hover {
  4911. z-index: 2;
  4912. color: #fff;
  4913. background-color: #337ab7;
  4914. border-color: #337ab7
  4915. }
  4916.  
  4917. .list-group-item.active .list-group-item-heading,
  4918. .list-group-item.active .list-group-item-heading>.small,
  4919. .list-group-item.active .list-group-item-heading>small,
  4920. .list-group-item.active:focus .list-group-item-heading,
  4921. .list-group-item.active:focus .list-group-item-heading>.small,
  4922. .list-group-item.active:focus .list-group-item-heading>small,
  4923. .list-group-item.active:hover .list-group-item-heading,
  4924. .list-group-item.active:hover .list-group-item-heading>.small,
  4925. .list-group-item.active:hover .list-group-item-heading>small {
  4926. color: inherit
  4927. }
  4928.  
  4929. .list-group-item.active .list-group-item-text,
  4930. .list-group-item.active:focus .list-group-item-text,
  4931. .list-group-item.active:hover .list-group-item-text {
  4932. color: #c7ddef
  4933. }
  4934.  
  4935. .list-group-item-success {
  4936. color: #3c763d;
  4937. background-color: #dff0d8
  4938. }
  4939.  
  4940. a.list-group-item-success,
  4941. button.list-group-item-success {
  4942. color: #3c763d
  4943. }
  4944.  
  4945. a.list-group-item-success:focus,
  4946. a.list-group-item-success:hover,
  4947. button.list-group-item-success:focus,
  4948. button.list-group-item-success:hover {
  4949. color: #3c763d;
  4950. background-color: #d0e9c6
  4951. }
  4952.  
  4953. a.list-group-item-success.active,
  4954. a.list-group-item-success.active:focus,
  4955. a.list-group-item-success.active:hover,
  4956. button.list-group-item-success.active,
  4957. button.list-group-item-success.active:focus,
  4958. button.list-group-item-success.active:hover {
  4959. color: #fff;
  4960. background-color: #3c763d;
  4961. border-color: #3c763d
  4962. }
  4963.  
  4964. .list-group-item-info {
  4965. color: #31708f;
  4966. background-color: #d9edf7
  4967. }
  4968.  
  4969. a.list-group-item-info,
  4970. button.list-group-item-info {
  4971. color: #31708f
  4972. }
  4973.  
  4974. a.list-group-item-info:focus,
  4975. a.list-group-item-info:hover,
  4976. button.list-group-item-info:focus,
  4977. button.list-group-item-info:hover {
  4978. color: #31708f;
  4979. background-color: #c4e3f3
  4980. }
  4981.  
  4982. a.list-group-item-info.active,
  4983. a.list-group-item-info.active:focus,
  4984. a.list-group-item-info.active:hover,
  4985. button.list-group-item-info.active,
  4986. button.list-group-item-info.active:focus,
  4987. button.list-group-item-info.active:hover {
  4988. color: #fff;
  4989. background-color: #31708f;
  4990. border-color: #31708f
  4991. }
  4992.  
  4993. .list-group-item-warning {
  4994. color: #8a6d3b;
  4995. background-color: #fcf8e3
  4996. }
  4997.  
  4998. a.list-group-item-warning,
  4999. button.list-group-item-warning {
  5000. color: #8a6d3b
  5001. }
  5002.  
  5003. a.list-group-item-warning:focus,
  5004. a.list-group-item-warning:hover,
  5005. button.list-group-item-warning:focus,
  5006. button.list-group-item-warning:hover {
  5007. color: #8a6d3b;
  5008. background-color: #faf2cc
  5009. }
  5010.  
  5011. a.list-group-item-warning.active,
  5012. a.list-group-item-warning.active:focus,
  5013. a.list-group-item-warning.active:hover,
  5014. button.list-group-item-warning.active,
  5015. button.list-group-item-warning.active:focus,
  5016. button.list-group-item-warning.active:hover {
  5017. color: #fff;
  5018. background-color: #8a6d3b;
  5019. border-color: #8a6d3b
  5020. }
  5021.  
  5022. .list-group-item-danger {
  5023. color: #a94442;
  5024. background-color: #f2dede
  5025. }
  5026.  
  5027. a.list-group-item-danger,
  5028. button.list-group-item-danger {
  5029. color: #a94442
  5030. }
  5031.  
  5032. a.list-group-item-danger:focus,
  5033. a.list-group-item-danger:hover,
  5034. button.list-group-item-danger:focus,
  5035. button.list-group-item-danger:hover {
  5036. color: #a94442;
  5037. background-color: #ebcccc
  5038. }
  5039.  
  5040. a.list-group-item-danger.active,
  5041. a.list-group-item-danger.active:focus,
  5042. a.list-group-item-danger.active:hover,
  5043. button.list-group-item-danger.active,
  5044. button.list-group-item-danger.active:focus,
  5045. button.list-group-item-danger.active:hover {
  5046. color: #fff;
  5047. background-color: #a94442;
  5048. border-color: #a94442
  5049. }
  5050.  
  5051. .list-group-item-heading {
  5052. margin-top: 0;
  5053. margin-bottom: 5px
  5054. }
  5055.  
  5056. .list-group-item-text {
  5057. margin-bottom: 0;
  5058. line-height: 1.3
  5059. }
  5060.  
  5061. .panel {
  5062. margin-bottom: 20px;
  5063. background-color: #fff;
  5064. border: 1px solid transparent;
  5065. -webkit-border-radius: 4px;
  5066. -moz-border-radius: 4px;
  5067. border-radius: 4px;
  5068. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5069. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  5070. box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
  5071. }
  5072.  
  5073. .panel-body {
  5074. padding: 15px
  5075. }
  5076.  
  5077. .panel-heading {
  5078. padding: 10px 15px;
  5079. border-bottom: 1px solid transparent;
  5080. -webkit-border-top-right-radius: 3px;
  5081. -moz-border-radius-topright: 3px;
  5082. border-top-right-radius: 3px;
  5083. -webkit-border-top-left-radius: 3px;
  5084. -moz-border-radius-topleft: 3px;
  5085. border-top-left-radius: 3px
  5086. }
  5087.  
  5088. .panel-heading>.dropdown .dropdown-toggle,
  5089. .panel-title,
  5090. .panel-title>.small,
  5091. .panel-title>.small>a,
  5092. .panel-title>a,
  5093. .panel-title>small,
  5094. .panel-title>small>a {
  5095. color: inherit
  5096. }
  5097.  
  5098. .panel-title {
  5099. margin-top: 0;
  5100. margin-bottom: 0;
  5101. font-size: 16px
  5102. }
  5103.  
  5104. .panel-footer {
  5105. padding: 10px 15px;
  5106. background-color: #f5f5f5;
  5107. border-top: 1px solid #ddd;
  5108. -webkit-border-bottom-right-radius: 3px;
  5109. -moz-border-radius-bottomright: 3px;
  5110. border-bottom-right-radius: 3px;
  5111. -webkit-border-bottom-left-radius: 3px;
  5112. -moz-border-radius-bottomleft: 3px;
  5113. border-bottom-left-radius: 3px
  5114. }
  5115.  
  5116. .panel>.list-group,
  5117. .panel>.panel-collapse>.list-group {
  5118. margin-bottom: 0
  5119. }
  5120.  
  5121. .panel>.list-group .list-group-item,
  5122. .panel>.panel-collapse>.list-group .list-group-item {
  5123. border-width: 1px 0;
  5124. -webkit-border-radius: 0;
  5125. -moz-border-radius: 0;
  5126. border-radius: 0
  5127. }
  5128.  
  5129. .panel>.list-group:first-child .list-group-item:first-child,
  5130. .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  5131. border-top: 0;
  5132. -webkit-border-top-right-radius: 3px;
  5133. -moz-border-radius-topright: 3px;
  5134. border-top-right-radius: 3px;
  5135. -webkit-border-top-left-radius: 3px;
  5136. -moz-border-radius-topleft: 3px;
  5137. border-top-left-radius: 3px
  5138. }
  5139.  
  5140. .panel>.list-group:last-child .list-group-item:last-child,
  5141. .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  5142. border-bottom: 0;
  5143. -webkit-border-bottom-right-radius: 3px;
  5144. -moz-border-radius-bottomright: 3px;
  5145. border-bottom-right-radius: 3px;
  5146. -webkit-border-bottom-left-radius: 3px;
  5147. -moz-border-radius-bottomleft: 3px;
  5148. border-bottom-left-radius: 3px
  5149. }
  5150.  
  5151. .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  5152. -webkit-border-top-right-radius: 0;
  5153. -moz-border-radius-topright: 0;
  5154. border-top-right-radius: 0;
  5155. -webkit-border-top-left-radius: 0;
  5156. -moz-border-radius-topleft: 0;
  5157. border-top-left-radius: 0
  5158. }
  5159.  
  5160. .panel-heading+.list-group .list-group-item:first-child {
  5161. border-top-width: 0
  5162. }
  5163.  
  5164. .list-group+.panel-footer {
  5165. border-top-width: 0
  5166. }
  5167.  
  5168. .panel>.panel-collapse>.table,
  5169. .panel>.table,
  5170. .panel>.table-responsive>.table {
  5171. margin-bottom: 0
  5172. }
  5173.  
  5174. .panel>.panel-collapse>.table caption,
  5175. .panel>.table caption,
  5176. .panel>.table-responsive>.table caption {
  5177. padding-left: 15px;
  5178. padding-right: 15px
  5179. }
  5180.  
  5181. .panel>.table-responsive:first-child>.table:first-child,
  5182. .panel>.table:first-child {
  5183. -webkit-border-top-right-radius: 3px;
  5184. -moz-border-radius-topright: 3px;
  5185. border-top-right-radius: 3px
  5186. }
  5187.  
  5188. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
  5189. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
  5190. .panel>.table:first-child>tbody:first-child>tr:first-child,
  5191. .panel>.table:first-child>thead:first-child>tr:first-child {
  5192. -webkit-border-top-left-radius: 3px;
  5193. -moz-border-radius-topleft: 3px;
  5194. border-top-left-radius: 3px;
  5195. -webkit-border-top-right-radius: 3px;
  5196. -moz-border-radius-topright: 3px;
  5197. border-top-right-radius: 3px
  5198. }
  5199.  
  5200. .panel>.table-responsive:first-child>.table:first-child,
  5201. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
  5202. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
  5203. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
  5204. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
  5205. .panel>.table:first-child,
  5206. .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
  5207. .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
  5208. .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
  5209. .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  5210. -webkit-border-top-left-radius: 3px;
  5211. -moz-border-radius-topleft: 3px;
  5212. border-top-left-radius: 3px
  5213. }
  5214.  
  5215. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
  5216. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
  5217. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
  5218. .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
  5219. .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
  5220. .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
  5221. .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
  5222. .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  5223. -webkit-border-top-right-radius: 3px;
  5224. -moz-border-radius-topright: 3px;
  5225. border-top-right-radius: 3px
  5226. }
  5227.  
  5228. .panel>.table-responsive:last-child>.table:last-child,
  5229. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
  5230. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
  5231. .panel>.table:last-child,
  5232. .panel>.table:last-child>tbody:last-child>tr:last-child,
  5233. .panel>.table:last-child>tfoot:last-child>tr:last-child {
  5234. -webkit-border-bottom-left-radius: 3px;
  5235. -moz-border-radius-bottomleft: 3px;
  5236. border-bottom-left-radius: 3px;
  5237. -webkit-border-bottom-right-radius: 3px;
  5238. -moz-border-radius-bottomright: 3px;
  5239. border-bottom-right-radius: 3px
  5240. }
  5241.  
  5242. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
  5243. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
  5244. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
  5245. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
  5246. .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
  5247. .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
  5248. .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
  5249. .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  5250. -webkit-border-bottom-left-radius: 3px;
  5251. -moz-border-radius-bottomleft: 3px;
  5252. border-bottom-left-radius: 3px
  5253. }
  5254.  
  5255. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
  5256. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
  5257. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
  5258. .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
  5259. .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
  5260. .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
  5261. .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
  5262. .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  5263. -webkit-border-bottom-right-radius: 3px;
  5264. -moz-border-radius-bottomright: 3px;
  5265. border-bottom-right-radius: 3px
  5266. }
  5267.  
  5268. .panel-group .panel-heading+.panel-collapse>.list-group,
  5269. .panel-group .panel-heading+.panel-collapse>.panel-body,
  5270. .panel>.panel-body+.table,
  5271. .panel>.panel-body+.table-responsive,
  5272. .panel>.table+.panel-body,
  5273. .panel>.table-responsive+.panel-body {
  5274. border-top: 1px solid #ddd
  5275. }
  5276.  
  5277. .panel>.table>tbody:first-child>tr:first-child td,
  5278. .panel>.table>tbody:first-child>tr:first-child th {
  5279. border-top: 0
  5280. }
  5281.  
  5282. .panel>.table-bordered,
  5283. .panel>.table-responsive>.table-bordered {
  5284. border: 0
  5285. }
  5286.  
  5287. .panel>.table-bordered>tbody>tr>td:first-child,
  5288. .panel>.table-bordered>tbody>tr>th:first-child,
  5289. .panel>.table-bordered>tfoot>tr>td:first-child,
  5290. .panel>.table-bordered>tfoot>tr>th:first-child,
  5291. .panel>.table-bordered>thead>tr>td:first-child,
  5292. .panel>.table-bordered>thead>tr>th:first-child,
  5293. .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
  5294. .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
  5295. .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
  5296. .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
  5297. .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
  5298. .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  5299. border-left: 0
  5300. }
  5301.  
  5302. .panel>.table-bordered>tbody>tr>td:last-child,
  5303. .panel>.table-bordered>tbody>tr>th:last-child,
  5304. .panel>.table-bordered>tfoot>tr>td:last-child,
  5305. .panel>.table-bordered>tfoot>tr>th:last-child,
  5306. .panel>.table-bordered>thead>tr>td:last-child,
  5307. .panel>.table-bordered>thead>tr>th:last-child,
  5308. .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
  5309. .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
  5310. .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
  5311. .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
  5312. .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
  5313. .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  5314. border-right: 0
  5315. }
  5316.  
  5317. .panel>.table-bordered>tbody>tr:first-child>td,
  5318. .panel>.table-bordered>tbody>tr:first-child>th,
  5319. .panel>.table-bordered>thead>tr:first-child>td,
  5320. .panel>.table-bordered>thead>tr:first-child>th,
  5321. .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
  5322. .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
  5323. .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
  5324. .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  5325. border-bottom: 0
  5326. }
  5327.  
  5328. .panel>.table-bordered>tbody>tr:last-child>td,
  5329. .panel>.table-bordered>tbody>tr:last-child>th,
  5330. .panel>.table-bordered>tfoot>tr:last-child>td,
  5331. .panel>.table-bordered>tfoot>tr:last-child>th,
  5332. .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
  5333. .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
  5334. .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
  5335. .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  5336. border-bottom: 0
  5337. }
  5338.  
  5339. .panel>.table-responsive {
  5340. border: 0;
  5341. margin-bottom: 0
  5342. }
  5343.  
  5344. .panel-group {
  5345. margin-bottom: 20px
  5346. }
  5347.  
  5348. .panel-group .panel {
  5349. margin-bottom: 0;
  5350. -webkit-border-radius: 4px;
  5351. -moz-border-radius: 4px;
  5352. border-radius: 4px
  5353. }
  5354.  
  5355. .panel-group .panel+.panel {
  5356. margin-top: 5px
  5357. }
  5358.  
  5359. .panel-group .panel-heading {
  5360. border-bottom: 0
  5361. }
  5362.  
  5363. .panel-group .panel-footer {
  5364. border-top: 0
  5365. }
  5366.  
  5367. .panel-group .panel-footer+.panel-collapse .panel-body {
  5368. border-bottom: 1px solid #ddd
  5369. }
  5370.  
  5371. .panel-default,
  5372. .well blockquote {
  5373. border-color: #ddd
  5374. }
  5375.  
  5376. .panel-default>.panel-heading {
  5377. color: #333;
  5378. background-color: #f5f5f5;
  5379. border-color: #ddd
  5380. }
  5381.  
  5382. .panel-default>.panel-heading+.panel-collapse>.panel-body {
  5383. border-top-color: #ddd
  5384. }
  5385.  
  5386. .panel-default>.panel-heading .badge {
  5387. color: #f5f5f5;
  5388. background-color: #333
  5389. }
  5390.  
  5391. .panel-default>.panel-footer+.panel-collapse>.panel-body {
  5392. border-bottom-color: #ddd
  5393. }
  5394.  
  5395. .panel-primary {
  5396. border-color: #337ab7
  5397. }
  5398.  
  5399. .panel-primary>.panel-heading {
  5400. color: #fff;
  5401. background-color: #337ab7;
  5402. border-color: #337ab7
  5403. }
  5404.  
  5405. .panel-primary>.panel-heading+.panel-collapse>.panel-body {
  5406. border-top-color: #337ab7
  5407. }
  5408.  
  5409. .panel-primary>.panel-heading .badge {
  5410. color: #337ab7;
  5411. background-color: #fff
  5412. }
  5413.  
  5414. .panel-primary>.panel-footer+.panel-collapse>.panel-body {
  5415. border-bottom-color: #337ab7
  5416. }
  5417.  
  5418. .panel-success {
  5419. border-color: #d6e9c6
  5420. }
  5421.  
  5422. .panel-success>.panel-heading {
  5423. color: #3c763d;
  5424. background-color: #dff0d8;
  5425. border-color: #d6e9c6
  5426. }
  5427.  
  5428. .panel-success>.panel-heading+.panel-collapse>.panel-body {
  5429. border-top-color: #d6e9c6
  5430. }
  5431.  
  5432. .panel-success>.panel-heading .badge {
  5433. color: #dff0d8;
  5434. background-color: #3c763d
  5435. }
  5436.  
  5437. .panel-success>.panel-footer+.panel-collapse>.panel-body {
  5438. border-bottom-color: #d6e9c6
  5439. }
  5440.  
  5441. .panel-info {
  5442. border-color: #bce8f1
  5443. }
  5444.  
  5445. .panel-info>.panel-heading {
  5446. color: #31708f;
  5447. background-color: #d9edf7;
  5448. border-color: #bce8f1
  5449. }
  5450.  
  5451. .panel-info>.panel-heading+.panel-collapse>.panel-body {
  5452. border-top-color: #bce8f1
  5453. }
  5454.  
  5455. .panel-info>.panel-heading .badge {
  5456. color: #d9edf7;
  5457. background-color: #31708f
  5458. }
  5459.  
  5460. .panel-info>.panel-footer+.panel-collapse>.panel-body {
  5461. border-bottom-color: #bce8f1
  5462. }
  5463.  
  5464. .panel-warning {
  5465. border-color: #faebcc
  5466. }
  5467.  
  5468. .panel-warning>.panel-heading {
  5469. color: #8a6d3b;
  5470. background-color: #fcf8e3;
  5471. border-color: #faebcc
  5472. }
  5473.  
  5474. .panel-warning>.panel-heading+.panel-collapse>.panel-body {
  5475. border-top-color: #faebcc
  5476. }
  5477.  
  5478. .panel-warning>.panel-heading .badge {
  5479. color: #fcf8e3;
  5480. background-color: #8a6d3b
  5481. }
  5482.  
  5483. .panel-warning>.panel-footer+.panel-collapse>.panel-body {
  5484. border-bottom-color: #faebcc
  5485. }
  5486.  
  5487. .panel-danger {
  5488. border-color: #ebccd1
  5489. }
  5490.  
  5491. .panel-danger>.panel-heading {
  5492. color: #a94442;
  5493. background-color: #f2dede;
  5494. border-color: #ebccd1
  5495. }
  5496.  
  5497. .panel-danger>.panel-heading+.panel-collapse>.panel-body {
  5498. border-top-color: #ebccd1
  5499. }
  5500.  
  5501. .panel-danger>.panel-heading .badge {
  5502. color: #f2dede;
  5503. background-color: #a94442
  5504. }
  5505.  
  5506. .panel-danger>.panel-footer+.panel-collapse>.panel-body {
  5507. border-bottom-color: #ebccd1
  5508. }
  5509.  
  5510. .embed-responsive {
  5511. position: relative;
  5512. display: block;
  5513. height: 0;
  5514. padding: 0;
  5515. overflow: hidden
  5516. }
  5517.  
  5518. .embed-responsive .embed-responsive-item,
  5519. .embed-responsive embed,
  5520. .embed-responsive iframe,
  5521. .embed-responsive object,
  5522. .embed-responsive video {
  5523. position: absolute;
  5524. top: 0;
  5525. left: 0;
  5526. bottom: 0;
  5527. height: 100%;
  5528. width: 100%;
  5529. border: 0
  5530. }
  5531.  
  5532. .embed-responsive-16by9 {
  5533. padding-bottom: 56.25%
  5534. }
  5535.  
  5536. .embed-responsive-4by3 {
  5537. padding-bottom: 75%
  5538. }
  5539.  
  5540. .well {
  5541. min-height: 20px;
  5542. padding: 19px;
  5543. margin-bottom: 20px;
  5544. background-color: #f5f5f5;
  5545. border: 1px solid #e3e3e3;
  5546. -webkit-border-radius: 4px;
  5547. -moz-border-radius: 4px;
  5548. border-radius: 4px;
  5549. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5550. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  5551. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
  5552. }
  5553.  
  5554. .well blockquote {
  5555. border-color: rgba(0, 0, 0, .15)
  5556. }
  5557.  
  5558. .well-lg {
  5559. padding: 24px;
  5560. -webkit-border-radius: 6px;
  5561. -moz-border-radius: 6px;
  5562. border-radius: 6px
  5563. }
  5564.  
  5565. .well-sm {
  5566. padding: 9px;
  5567. -webkit-border-radius: 3px;
  5568. -moz-border-radius: 3px;
  5569. border-radius: 3px
  5570. }
  5571.  
  5572. .close {
  5573. float: right;
  5574. font-size: 21px;
  5575. font-weight: 700;
  5576. line-height: 1;
  5577. color: #000;
  5578. text-shadow: 0 1px 0 #fff;
  5579. opacity: .2;
  5580. filter: alpha(opacity=20)
  5581. }
  5582.  
  5583. .close:focus,
  5584. .close:hover {
  5585. color: #000;
  5586. text-decoration: none;
  5587. cursor: pointer;
  5588. opacity: .5;
  5589. filter: alpha(opacity=50)
  5590. }
  5591.  
  5592. button.close {
  5593. padding: 0;
  5594. cursor: pointer;
  5595. background: 0 0;
  5596. border: 0;
  5597. -webkit-appearance: none
  5598. }
  5599.  
  5600. .modal,
  5601. .modal-open {
  5602. overflow: hidden
  5603. }
  5604.  
  5605. .modal {
  5606. display: none;
  5607. position: fixed;
  5608. top: 0;
  5609. right: 0;
  5610. bottom: 0;
  5611. left: 0;
  5612. z-index: 1050;
  5613. -webkit-overflow-scrolling: touch;
  5614. outline: 0
  5615. }
  5616.  
  5617. .modal.fade .modal-dialog {
  5618. -webkit-transform: translate(0, -25%);
  5619. -ms-transform: translate(0, -25%);
  5620. -o-transform: translate(0, -25%);
  5621. -moz-transform: translate(0, -25%);
  5622. transform: translate(0, -25%);
  5623. -webkit-transition: -webkit-transform .3s ease-out;
  5624. -moz-transition: -moz-transform .3s ease-out;
  5625. -o-transition: -o-transform .3s ease-out;
  5626. transition: transform .3s ease-out
  5627. }
  5628.  
  5629. .modal.in .modal-dialog {
  5630. -webkit-transform: translate(0, 0);
  5631. -ms-transform: translate(0, 0);
  5632. -o-transform: translate(0, 0);
  5633. -moz-transform: translate(0, 0);
  5634. transform: translate(0, 0)
  5635. }
  5636.  
  5637. .modal-open .modal {
  5638. overflow-x: hidden;
  5639. overflow-y: auto
  5640. }
  5641.  
  5642. .modal-dialog {
  5643. position: relative;
  5644. width: auto;
  5645. margin: 10px
  5646. }
  5647.  
  5648. .modal-content {
  5649. position: relative;
  5650. background-color: #fff;
  5651. border: 1px solid #999;
  5652. border: 1px solid rgba(0, 0, 0, .2);
  5653. -webkit-border-radius: 6px;
  5654. -moz-border-radius: 6px;
  5655. border-radius: 6px;
  5656. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5657. -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5658. box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  5659. -moz-background-clip: padding-box;
  5660. -o-background-clip: padding-box;
  5661. background-clip: padding-box;
  5662. outline: 0
  5663. }
  5664.  
  5665. .modal-backdrop {
  5666. position: fixed;
  5667. top: 0;
  5668. right: 0;
  5669. bottom: 0;
  5670. left: 0;
  5671. z-index: 1040;
  5672. background-color: #000
  5673. }
  5674.  
  5675. .modal-backdrop.fade {
  5676. opacity: 0;
  5677. filter: alpha(opacity=0)
  5678. }
  5679.  
  5680. .modal-backdrop.in {
  5681. opacity: .5;
  5682. filter: alpha(opacity=50)
  5683. }
  5684.  
  5685. .modal-header {
  5686.  
  5687.  
  5688. }
  5689.  
  5690. .modal-header .close {
  5691. color: #aaa;
  5692. background: #f7f7f7;
  5693. margin-top: -2px
  5694. }
  5695.  
  5696. .modal-title {
  5697. margin: 0;
  5698. line-height: 1.42857143
  5699. }
  5700.  
  5701. .modal-body {
  5702. position: relative;
  5703.  
  5704. }
  5705.  
  5706. .modal-footer {
  5707. padding: 15px;
  5708. text-align: right;
  5709. border-top: 1px solid #e5e5e5
  5710. }
  5711.  
  5712. .modal-footer .btn+.btn {
  5713. margin-left: 5px;
  5714. margin-bottom: 0
  5715. }
  5716.  
  5717. .modal-footer .btn-group .btn+.btn {
  5718. margin-left: -1px
  5719. }
  5720.  
  5721. .modal-footer .btn-block+.btn-block {
  5722. margin-left: 0
  5723. }
  5724.  
  5725. .modal-scrollbar-measure {
  5726. position: absolute;
  5727. top: -9999px;
  5728. width: 50px;
  5729. height: 50px;
  5730. overflow: scroll
  5731. }
  5732.  
  5733. @media (min-width:768px) {
  5734. .modal-dialog {
  5735. width: 460px;
  5736. margin: 30px auto
  5737. }
  5738. .modal-content {
  5739. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5740. -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  5741. box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  5742. }
  5743. .modal-sm {
  5744. width: 300px
  5745. }
  5746. }
  5747.  
  5748. @media (min-width:992px) {
  5749. .modal-lg {
  5750. width: 900px
  5751. }
  5752. }
  5753.  
  5754. .tooltip {
  5755. position: absolute;
  5756. z-index: 1070;
  5757. display: block;
  5758. font-family: 'Open Sans', sans-serif;
  5759. font-style: normal;
  5760. font-weight: 400;
  5761. letter-spacing: normal;
  5762. line-break: auto;
  5763. line-height: 1.42857143;
  5764. text-align: left;
  5765. text-align: start;
  5766. text-decoration: none;
  5767. text-shadow: none;
  5768. text-transform: none;
  5769. white-space: normal;
  5770. word-break: normal;
  5771. word-spacing: normal;
  5772. word-wrap: normal;
  5773. font-size: 12px;
  5774. opacity: 0;
  5775. filter: alpha(opacity=0)
  5776. }
  5777.  
  5778. .tooltip.in {
  5779. opacity: .9;
  5780. filter: alpha(opacity=90)
  5781. }
  5782.  
  5783. .tooltip.top {
  5784. margin-top: -3px;
  5785. padding: 5px 0
  5786. }
  5787.  
  5788. .tooltip.right {
  5789. margin-left: 3px;
  5790. padding: 0 5px
  5791. }
  5792.  
  5793. .tooltip.bottom {
  5794. margin-top: 3px;
  5795. padding: 5px 0
  5796. }
  5797.  
  5798. .tooltip.left {
  5799. margin-left: -3px;
  5800. padding: 0 5px
  5801. }
  5802.  
  5803. .tooltip-inner {
  5804. max-width: 200px;
  5805. padding: 3px 8px;
  5806. color: #fff;
  5807. text-align: center;
  5808. background-color: #000;
  5809. -webkit-border-radius: 4px;
  5810. -moz-border-radius: 4px;
  5811. border-radius: 4px
  5812. }
  5813.  
  5814. .tooltip-arrow {
  5815. position: absolute;
  5816. width: 0;
  5817. height: 0;
  5818. border-color: transparent;
  5819. border-style: solid
  5820. }
  5821.  
  5822. .tooltip.top .tooltip-arrow {
  5823. bottom: 0;
  5824. left: 50%;
  5825. margin-left: -5px;
  5826. border-width: 5px 5px 0;
  5827. border-top-color: #000
  5828. }
  5829.  
  5830. .tooltip.top-left .tooltip-arrow,
  5831. .tooltip.top-right .tooltip-arrow {
  5832. bottom: 0;
  5833. margin-bottom: -5px;
  5834. border-width: 5px 5px 0;
  5835. border-top-color: #000
  5836. }
  5837.  
  5838. .tooltip.top-left .tooltip-arrow {
  5839. right: 5px
  5840. }
  5841.  
  5842. .tooltip.top-right .tooltip-arrow {
  5843. left: 5px
  5844. }
  5845.  
  5846. .tooltip.right .tooltip-arrow {
  5847. top: 50%;
  5848. left: 0;
  5849. margin-top: -5px;
  5850. border-width: 5px 5px 5px 0;
  5851. border-right-color: #000
  5852. }
  5853.  
  5854. .tooltip.left .tooltip-arrow {
  5855. top: 50%;
  5856. right: 0;
  5857. margin-top: -5px;
  5858. border-width: 5px 0 5px 5px;
  5859. border-left-color: #000
  5860. }
  5861.  
  5862. .tooltip.bottom .tooltip-arrow {
  5863. top: 0;
  5864. left: 50%;
  5865. margin-left: -5px;
  5866. border-width: 0 5px 5px;
  5867. border-bottom-color: #000
  5868. }
  5869.  
  5870. .tooltip.bottom-left .tooltip-arrow {
  5871. top: 0;
  5872. right: 5px;
  5873. margin-top: -5px;
  5874. border-width: 0 5px 5px;
  5875. border-bottom-color: #000
  5876. }
  5877.  
  5878. .tooltip.bottom-right .tooltip-arrow {
  5879. top: 0;
  5880. left: 5px;
  5881. margin-top: -5px;
  5882. border-width: 0 5px 5px;
  5883. border-bottom-color: #000
  5884. }
  5885.  
  5886. .popover {
  5887. position: absolute;
  5888. top: 0;
  5889. left: 0;
  5890. z-index: 1060;
  5891. display: none;
  5892. max-width: 276px;
  5893. padding: 1px;
  5894. font-family: 'Open Sans', sans-serif;
  5895. font-style: normal;
  5896. font-weight: 400;
  5897. letter-spacing: normal;
  5898. line-break: auto;
  5899. line-height: 1.42857143;
  5900. text-align: left;
  5901. text-align: start;
  5902. text-decoration: none;
  5903. text-shadow: none;
  5904. text-transform: none;
  5905. white-space: normal;
  5906. word-break: normal;
  5907. word-spacing: normal;
  5908. word-wrap: normal;
  5909. font-size: 14px;
  5910. background-color: #fff;
  5911. -moz-background-clip: padding-box;
  5912. -o-background-clip: padding-box;
  5913. background-clip: padding-box;
  5914. border: 1px solid #ccc;
  5915. border: 1px solid rgba(0, 0, 0, .2);
  5916. -webkit-border-radius: 6px;
  5917. -moz-border-radius: 6px;
  5918. border-radius: 6px;
  5919. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  5920. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  5921. box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
  5922. }
  5923.  
  5924. .popover.top {
  5925. margin-top: -10px
  5926. }
  5927.  
  5928. .popover.right {
  5929. margin-left: 10px
  5930. }
  5931.  
  5932. .popover.bottom {
  5933. margin-top: 10px
  5934. }
  5935.  
  5936. .popover.left {
  5937. margin-left: -10px
  5938. }
  5939.  
  5940. .popover-title {
  5941. margin: 0;
  5942. padding: 8px 14px;
  5943. font-size: 14px;
  5944. background-color: #f7f7f7;
  5945. border-bottom: 1px solid #ebebeb;
  5946. -webkit-border-radius: 5px 5px 0 0;
  5947. -moz-border-radius: 5px 5px 0 0;
  5948. border-radius: 5px 5px 0 0
  5949. }
  5950.  
  5951. .popover-content {
  5952. padding: 9px 14px
  5953. }
  5954.  
  5955. .popover>.arrow,
  5956. .popover>.arrow:after {
  5957. position: absolute;
  5958. display: block;
  5959. width: 0;
  5960. height: 0;
  5961. border-color: transparent;
  5962. border-style: solid
  5963. }
  5964.  
  5965. .popover>.arrow {
  5966. border-width: 11px
  5967. }
  5968.  
  5969. .popover>.arrow:after {
  5970. border-width: 10px;
  5971. content: ""
  5972. }
  5973.  
  5974. .popover.top>.arrow {
  5975. left: 50%;
  5976. margin-left: -11px;
  5977. border-bottom-width: 0;
  5978. border-top-color: #999;
  5979. border-top-color: rgba(0, 0, 0, .25);
  5980. bottom: -11px
  5981. }
  5982.  
  5983. .popover.top>.arrow:after {
  5984. content: " ";
  5985. bottom: 1px;
  5986. margin-left: -10px;
  5987. border-bottom-width: 0;
  5988. border-top-color: #fff
  5989. }
  5990.  
  5991. .popover.right>.arrow {
  5992. top: 50%;
  5993. left: -11px;
  5994. margin-top: -11px;
  5995. border-left-width: 0;
  5996. border-right-color: #999;
  5997. border-right-color: rgba(0, 0, 0, .25)
  5998. }
  5999.  
  6000. .popover.right>.arrow:after {
  6001. content: " ";
  6002. left: 1px;
  6003. bottom: -10px;
  6004. border-left-width: 0;
  6005. border-right-color: #fff
  6006. }
  6007.  
  6008. .popover.bottom>.arrow {
  6009. left: 50%;
  6010. margin-left: -11px;
  6011. border-top-width: 0;
  6012. border-bottom-color: #999;
  6013. border-bottom-color: rgba(0, 0, 0, .25);
  6014. top: -11px
  6015. }
  6016.  
  6017. .popover.bottom>.arrow:after {
  6018. content: " ";
  6019. top: 1px;
  6020. margin-left: -10px;
  6021. border-top-width: 0;
  6022. border-bottom-color: #fff
  6023. }
  6024.  
  6025. .popover.left>.arrow {
  6026. top: 50%;
  6027. right: -11px;
  6028. margin-top: -11px;
  6029. border-right-width: 0;
  6030. border-left-color: #999;
  6031. border-left-color: rgba(0, 0, 0, .25)
  6032. }
  6033.  
  6034. .popover.left>.arrow:after {
  6035. content: " ";
  6036. right: 1px;
  6037. border-right-width: 0;
  6038. border-left-color: #fff;
  6039. bottom: -10px
  6040. }
  6041.  
  6042. .carousel,
  6043. .carousel-inner {
  6044. position: relative
  6045. }
  6046.  
  6047. .carousel-inner {
  6048. overflow: hidden;
  6049. width: 100%
  6050. }
  6051.  
  6052. .carousel-inner>.item {
  6053. display: none;
  6054. position: relative;
  6055. -webkit-transition: .6s ease-in-out left;
  6056. -o-transition: .6s ease-in-out left;
  6057. -moz-transition: .6s ease-in-out left;
  6058. transition: .6s ease-in-out left
  6059. }
  6060.  
  6061. .carousel-inner>.item>a>img,
  6062. .carousel-inner>.item>img {
  6063. line-height: 1
  6064. }
  6065.  
  6066. @media all and (transform-3d),
  6067. (-webkit-transform-3d) {
  6068. .carousel-inner>.item {
  6069. -webkit-transition: -webkit-transform .6s ease-in-out;
  6070. -moz-transition: -moz-transform .6s ease-in-out;
  6071. -o-transition: -o-transform .6s ease-in-out;
  6072. transition: transform .6s ease-in-out;
  6073. -webkit-backface-visibility: hidden;
  6074. -moz-backface-visibility: hidden;
  6075. backface-visibility: hidden;
  6076. -webkit-perspective: 1000px;
  6077. -moz-perspective: 1000px;
  6078. perspective: 1000px
  6079. }
  6080. .carousel-inner>.item.active.right,
  6081. .carousel-inner>.item.next {
  6082. -webkit-transform: translate3d(100%, 0, 0);
  6083. -moz-transform: translate3d(100%, 0, 0);
  6084. transform: translate3d(100%, 0, 0);
  6085. left: 0
  6086. }
  6087. .carousel-inner>.item.active.left,
  6088. .carousel-inner>.item.prev {
  6089. -webkit-transform: translate3d(-100%, 0, 0);
  6090. -moz-transform: translate3d(-100%, 0, 0);
  6091. transform: translate3d(-100%, 0, 0);
  6092. left: 0
  6093. }
  6094. .carousel-inner>.item.active,
  6095. .carousel-inner>.item.next.left,
  6096. .carousel-inner>.item.prev.right {
  6097. -webkit-transform: translate3d(0, 0, 0);
  6098. -moz-transform: translate3d(0, 0, 0);
  6099. transform: translate3d(0, 0, 0);
  6100. left: 0
  6101. }
  6102. }
  6103.  
  6104. .carousel-inner>.active,
  6105. .carousel-inner>.next,
  6106. .carousel-inner>.prev {
  6107. display: block
  6108. }
  6109.  
  6110. .carousel-inner>.active,
  6111. .carousel-inner>.next.left,
  6112. .carousel-inner>.prev.right {
  6113. left: 0
  6114. }
  6115.  
  6116. .carousel-control,
  6117. .carousel-inner>.next,
  6118. .carousel-inner>.prev {
  6119. position: absolute;
  6120. top: 0;
  6121. width: 100%
  6122. }
  6123.  
  6124. .carousel-inner>.next {
  6125. left: 100%
  6126. }
  6127.  
  6128. .carousel-inner>.active.left,
  6129. .carousel-inner>.prev {
  6130. left: -100%
  6131. }
  6132.  
  6133. .carousel-inner>.active.right {
  6134. left: 100%
  6135. }
  6136.  
  6137. .carousel-control {
  6138. left: 0;
  6139. bottom: 0;
  6140. width: 15%;
  6141. opacity: .5;
  6142. filter: alpha(opacity=50);
  6143. font-size: 20px;
  6144. color: #fff;
  6145. text-align: center;
  6146. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  6147. background-color: rgba(0, 0, 0, 0)
  6148. }
  6149.  
  6150. .carousel-control.left {
  6151. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6152. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6153. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  6154. background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6155. background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  6156. background-repeat: repeat-x;
  6157. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
  6158. }
  6159.  
  6160. .carousel-control.right {
  6161. left: auto;
  6162. right: 0;
  6163. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6164. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6165. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  6166. background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6167. background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  6168. background-repeat: repeat-x;
  6169. filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
  6170. }
  6171.  
  6172. .carousel-control:focus,
  6173. .carousel-control:hover {
  6174. outline: 0;
  6175. color: #fff;
  6176. text-decoration: none;
  6177. opacity: .9;
  6178. filter: alpha(opacity=90)
  6179. }
  6180.  
  6181. .carousel-control .glyphicon-chevron-left,
  6182. .carousel-control .glyphicon-chevron-right,
  6183. .carousel-control .icon-next,
  6184. .carousel-control .icon-prev {
  6185. position: absolute;
  6186. top: 50%;
  6187. margin-top: -10px;
  6188. z-index: 5;
  6189. display: inline-block
  6190. }
  6191.  
  6192. .carousel-control .glyphicon-chevron-left,
  6193. .carousel-control .icon-prev {
  6194. left: 50%;
  6195. margin-left: -10px
  6196. }
  6197.  
  6198. .carousel-control .glyphicon-chevron-right,
  6199. .carousel-control .icon-next {
  6200. right: 50%;
  6201. margin-right: -10px
  6202. }
  6203.  
  6204. .carousel-control .icon-next,
  6205. .carousel-control .icon-prev {
  6206. width: 20px;
  6207. height: 20px;
  6208. line-height: 1;
  6209. font-family: serif
  6210. }
  6211.  
  6212. .carousel-control .icon-prev:before {
  6213. content: '\2039'
  6214. }
  6215.  
  6216. .carousel-control .icon-next:before {
  6217. content: '\203a'
  6218. }
  6219.  
  6220. .carousel-indicators {
  6221. position: absolute;
  6222. bottom: 10px;
  6223. left: 50%;
  6224. z-index: 15;
  6225. width: 60%;
  6226. margin-left: -30%;
  6227. padding-left: 0;
  6228. list-style: none;
  6229. text-align: center
  6230. }
  6231.  
  6232. .carousel-indicators li {
  6233. display: inline-block;
  6234. width: 10px;
  6235. height: 10px;
  6236. margin: 1px;
  6237. text-indent: -999px;
  6238. border: 1px solid #fff;
  6239. -webkit-border-radius: 10px;
  6240. -moz-border-radius: 10px;
  6241. border-radius: 10px;
  6242. cursor: pointer;
  6243. background-color: #000 \9;
  6244. background-color: rgba(0, 0, 0, 0)
  6245. }
  6246.  
  6247. .carousel-indicators .active {
  6248. margin: 0;
  6249. width: 12px;
  6250. height: 12px;
  6251. background-color: #fff
  6252. }
  6253.  
  6254. .carousel-caption {
  6255. position: absolute;
  6256. left: 15%;
  6257. right: 15%;
  6258. bottom: 20px;
  6259. z-index: 10;
  6260. padding-top: 20px;
  6261. padding-bottom: 20px;
  6262. color: #fff;
  6263. text-align: center;
  6264. text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
  6265. }
  6266.  
  6267. .carousel-caption .btn {
  6268. text-shadow: none
  6269. }
  6270.  
  6271. @media screen and (min-width:768px) {
  6272. .carousel-control .glyphicon-chevron-left,
  6273. .carousel-control .glyphicon-chevron-right,
  6274. .carousel-control .icon-next,
  6275. .carousel-control .icon-prev {
  6276. width: 30px;
  6277. height: 30px;
  6278. margin-top: -10px;
  6279. font-size: 30px
  6280. }
  6281. .carousel-control .glyphicon-chevron-left,
  6282. .carousel-control .icon-prev {
  6283. margin-left: -10px
  6284. }
  6285. .carousel-control .glyphicon-chevron-right,
  6286. .carousel-control .icon-next {
  6287. margin-right: -10px
  6288. }
  6289. .carousel-caption {
  6290. left: 20%;
  6291. right: 20%;
  6292. padding-bottom: 30px
  6293. }
  6294. .carousel-indicators {
  6295. bottom: 20px
  6296. }
  6297. }
  6298.  
  6299. .btn-group-vertical>.btn-group:after,
  6300. .btn-group-vertical>.btn-group:before,
  6301. .btn-toolbar:after,
  6302. .btn-toolbar:before,
  6303. .clearfix:after,
  6304. .clearfix:before,
  6305. .container-fluid:after,
  6306. .container-fluid:before,
  6307. .container:after,
  6308. .container:before,
  6309. .dl-horizontal dd:after,
  6310. .dl-horizontal dd:before,
  6311. .form-horizontal .form-group:after,
  6312. .form-horizontal .form-group:before,
  6313. .modal-footer:after,
  6314. .modal-footer:before,
  6315. .modal-header:after,
  6316. .modal-header:before,
  6317. .nav:after,
  6318. .nav:before,
  6319. .navbar-collapse:after,
  6320. .navbar-collapse:before,
  6321. .navbar-header:after,
  6322. .navbar-header:before,
  6323. .navbar:after,
  6324. .navbar:before,
  6325. .pager:after,
  6326. .pager:before,
  6327. .panel-body:after,
  6328. .panel-body:before,
  6329. .row:after,
  6330. .row:before {
  6331. content: " ";
  6332. display: table
  6333. }
  6334.  
  6335. .btn-group-vertical>.btn-group:after,
  6336. .btn-toolbar:after,
  6337. .clearfix:after,
  6338. .container-fluid:after,
  6339. .container:after,
  6340. .dl-horizontal dd:after,
  6341. .form-horizontal .form-group:after,
  6342. .modal-footer:after,
  6343. .modal-header:after,
  6344. .nav:after,
  6345. .navbar-collapse:after,
  6346. .navbar-header:after,
  6347. .navbar:after,
  6348. .pager:after,
  6349. .panel-body:after,
  6350. .row:after {
  6351. clear: both
  6352. }
  6353.  
  6354. .center-block {
  6355. display: block;
  6356. margin-left: auto;
  6357. margin-right: auto
  6358. }
  6359.  
  6360. .pull-right {
  6361. float: right!important
  6362. }
  6363.  
  6364. .pull-left {
  6365. float: left!important
  6366. }
  6367.  
  6368. .hide {
  6369. display: none!important
  6370. }
  6371.  
  6372. .show {
  6373. display: block!important
  6374. }
  6375.  
  6376. .invisible {
  6377. visibility: hidden
  6378. }
  6379.  
  6380. .text-hide {
  6381. font: 0/0 a;
  6382. color: transparent;
  6383. text-shadow: none;
  6384. background-color: transparent;
  6385. border: 0
  6386. }
  6387.  
  6388. .hidden {
  6389. display: none!important
  6390. }
  6391.  
  6392. .affix {
  6393. position: fixed
  6394. }
  6395.  
  6396. @-ms-viewport {
  6397. width: device-width
  6398. }
  6399.  
  6400. .visible-lg,
  6401. .visible-lg-block,
  6402. .visible-lg-inline,
  6403. .visible-lg-inline-block,
  6404. .visible-md,
  6405. .visible-md-block,
  6406. .visible-md-inline,
  6407. .visible-md-inline-block,
  6408. .visible-sm,
  6409. .visible-sm-block,
  6410. .visible-sm-inline,
  6411. .visible-sm-inline-block,
  6412. .visible-xs,
  6413. .visible-xs-block,
  6414. .visible-xs-inline,
  6415. .visible-xs-inline-block {
  6416. display: none!important
  6417. }
  6418.  
  6419. @media (max-width:767px) {
  6420. .visible-xs,
  6421. .visible-xs-block {
  6422. display: block!important
  6423. }
  6424. table.visible-xs {
  6425. display: table!important
  6426. }
  6427. tr.visible-xs {
  6428. display: table-row!important
  6429. }
  6430. td.visible-xs,
  6431. th.visible-xs {
  6432. display: table-cell!important
  6433. }
  6434. .visible-xs-inline {
  6435. display: inline!important
  6436. }
  6437. .visible-xs-inline-block {
  6438. display: inline-block!important
  6439. }
  6440. }
  6441.  
  6442. @media (min-width:768px) and (max-width:991px) {
  6443. .visible-sm,
  6444. .visible-sm-block {
  6445. display: block!important
  6446. }
  6447. table.visible-sm {
  6448. display: table!important
  6449. }
  6450. tr.visible-sm {
  6451. display: table-row!important
  6452. }
  6453. td.visible-sm,
  6454. th.visible-sm {
  6455. display: table-cell!important
  6456. }
  6457. .visible-sm-inline {
  6458. display: inline!important
  6459. }
  6460. .visible-sm-inline-block {
  6461. display: inline-block!important
  6462. }
  6463. }
  6464.  
  6465. @media (min-width:992px) and (max-width:1199px) {
  6466. .visible-md,
  6467. .visible-md-block {
  6468. display: block!important
  6469. }
  6470. table.visible-md {
  6471. display: table!important
  6472. }
  6473. tr.visible-md {
  6474. display: table-row!important
  6475. }
  6476. td.visible-md,
  6477. th.visible-md {
  6478. display: table-cell!important
  6479. }
  6480. .visible-md-inline {
  6481. display: inline!important
  6482. }
  6483. .visible-md-inline-block {
  6484. display: inline-block!important
  6485. }
  6486. }
  6487.  
  6488. @media (min-width:1200px) {
  6489. .visible-lg,
  6490. .visible-lg-block {
  6491. display: block!important
  6492. }
  6493. table.visible-lg {
  6494. display: table!important
  6495. }
  6496. tr.visible-lg {
  6497. display: table-row!important
  6498. }
  6499. td.visible-lg,
  6500. th.visible-lg {
  6501. display: table-cell!important
  6502. }
  6503. .visible-lg-inline {
  6504. display: inline!important
  6505. }
  6506. .visible-lg-inline-block {
  6507. display: inline-block!important
  6508. }
  6509. }
  6510.  
  6511. @media (max-width:767px) {
  6512. .hidden-xs {
  6513. display: none!important
  6514. }
  6515. }
  6516.  
  6517. @media (min-width:768px) and (max-width:991px) {
  6518. .hidden-sm {
  6519. display: none!important
  6520. }
  6521. }
  6522.  
  6523. @media (min-width:992px) and (max-width:1199px) {
  6524. .hidden-md {
  6525. display: none!important
  6526. }
  6527. }
  6528.  
  6529. @media (min-width:1200px) {
  6530. .hidden-lg {
  6531. display: none!important
  6532. }
  6533. }
  6534.  
  6535. .visible-print {
  6536. display: none!important
  6537. }
  6538.  
  6539. @media print {
  6540. .visible-print {
  6541. display: block!important
  6542. }
  6543. table.visible-print {
  6544. display: table!important
  6545. }
  6546. tr.visible-print {
  6547. display: table-row!important
  6548. }
  6549. td.visible-print,
  6550. th.visible-print {
  6551. display: table-cell!important
  6552. }
  6553. }
  6554.  
  6555. .visible-print-block {
  6556. display: none!important
  6557. }
  6558.  
  6559. @media print {
  6560. .visible-print-block {
  6561. display: block!important
  6562. }
  6563. }
  6564.  
  6565. .visible-print-inline {
  6566. display: none!important
  6567. }
  6568.  
  6569. @media print {
  6570. .visible-print-inline {
  6571. display: inline!important
  6572. }
  6573. }
  6574.  
  6575. .visible-print-inline-block {
  6576. display: none!important
  6577. }
  6578.  
  6579. @media print {
  6580. .visible-print-inline-block {
  6581. display: inline-block!important
  6582. }
  6583. .hidden-print {
  6584. display: none!important
  6585. }
  6586. }
  6587.  
  6588.  
  6589. /*!
  6590. * animate.css -http://daneden.me/animate
  6591. * Version - 3.5.2
  6592. * Licensed under the MIT license - http://opensource.org/licenses/MIT
  6593. *
  6594. * Copyright (c) 2017 Daniel Eden
  6595. */
  6596.  
  6597. .animated {
  6598. -webkit-animation-duration: 1s;
  6599. -moz-animation-duration: 1s;
  6600. -o-animation-duration: 1s;
  6601. animation-duration: 1s;
  6602. -webkit-animation-fill-mode: both;
  6603. -moz-animation-fill-mode: both;
  6604. -o-animation-fill-mode: both;
  6605. animation-fill-mode: both
  6606. }
  6607.  
  6608. .animated.infinite {
  6609. -webkit-animation-iteration-count: infinite;
  6610. -moz-animation-iteration-count: infinite;
  6611. -o-animation-iteration-count: infinite;
  6612. animation-iteration-count: infinite
  6613. }
  6614.  
  6615. .animated.hinge {
  6616. -webkit-animation-duration: 2s;
  6617. -moz-animation-duration: 2s;
  6618. -o-animation-duration: 2s;
  6619. animation-duration: 2s
  6620. }
  6621.  
  6622. .animated.bounceIn,
  6623. .animated.bounceOut,
  6624. .animated.flipOutX,
  6625. .animated.flipOutY {
  6626. -webkit-animation-duration: .75s;
  6627. -moz-animation-duration: .75s;
  6628. -o-animation-duration: .75s;
  6629. animation-duration: .75s
  6630. }
  6631.  
  6632. @-webkit-keyframes bounce {
  6633. 0%,
  6634. 20%,
  6635. 53%,
  6636. 80%,
  6637. to {
  6638. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6639. animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6640. -webkit-transform: translate3d(0, 0, 0);
  6641. transform: translate3d(0, 0, 0)
  6642. }
  6643. 40%,
  6644. 43% {
  6645. -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6646. animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6647. -webkit-transform: translate3d(0, -30px, 0);
  6648. transform: translate3d(0, -30px, 0)
  6649. }
  6650. 70% {
  6651. -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6652. animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6653. -webkit-transform: translate3d(0, -15px, 0);
  6654. transform: translate3d(0, -15px, 0)
  6655. }
  6656. 90% {
  6657. -webkit-transform: translate3d(0, -4px, 0);
  6658. transform: translate3d(0, -4px, 0)
  6659. }
  6660. }
  6661.  
  6662. @-moz-keyframes bounce {
  6663. 0%,
  6664. 20%,
  6665. 53%,
  6666. 80%,
  6667. to {
  6668. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6669. animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6670. -moz-transform: translate3d(0, 0, 0);
  6671. transform: translate3d(0, 0, 0)
  6672. }
  6673. 40%,
  6674. 43% {
  6675. -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6676. animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6677. -moz-transform: translate3d(0, -30px, 0);
  6678. transform: translate3d(0, -30px, 0)
  6679. }
  6680. 70% {
  6681. -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6682. animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6683. -moz-transform: translate3d(0, -15px, 0);
  6684. transform: translate3d(0, -15px, 0)
  6685. }
  6686. 90% {
  6687. -moz-transform: translate3d(0, -4px, 0);
  6688. transform: translate3d(0, -4px, 0)
  6689. }
  6690. }
  6691.  
  6692. @-o-keyframes bounce {
  6693. 0%,
  6694. 20%,
  6695. 53%,
  6696. 80%,
  6697. to {
  6698. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6699. animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6700. transform: translate3d(0, 0, 0)
  6701. }
  6702. 40%,
  6703. 43% {
  6704. -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6705. animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6706. transform: translate3d(0, -30px, 0)
  6707. }
  6708. 70% {
  6709. -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6710. animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6711. transform: translate3d(0, -15px, 0)
  6712. }
  6713. 90% {
  6714. transform: translate3d(0, -4px, 0)
  6715. }
  6716. }
  6717.  
  6718. @keyframes bounce {
  6719. 0%,
  6720. 20%,
  6721. 53%,
  6722. 80%,
  6723. to {
  6724. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6725. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6726. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6727. animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  6728. -webkit-transform: translate3d(0, 0, 0);
  6729. -moz-transform: translate3d(0, 0, 0);
  6730. transform: translate3d(0, 0, 0)
  6731. }
  6732. 40%,
  6733. 43% {
  6734. -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6735. -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6736. -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6737. animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6738. -webkit-transform: translate3d(0, -30px, 0);
  6739. -moz-transform: translate3d(0, -30px, 0);
  6740. transform: translate3d(0, -30px, 0)
  6741. }
  6742. 70% {
  6743. -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6744. -moz-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6745. -o-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6746. animation-timing-function: cubic-bezier(.755, .05, .855, .06);
  6747. -webkit-transform: translate3d(0, -15px, 0);
  6748. -moz-transform: translate3d(0, -15px, 0);
  6749. transform: translate3d(0, -15px, 0)
  6750. }
  6751. 90% {
  6752. -webkit-transform: translate3d(0, -4px, 0);
  6753. -moz-transform: translate3d(0, -4px, 0);
  6754. transform: translate3d(0, -4px, 0)
  6755. }
  6756. }
  6757.  
  6758. .bounce {
  6759. -webkit-animation-name: bounce;
  6760. -moz-animation-name: bounce;
  6761. -o-animation-name: bounce;
  6762. animation-name: bounce;
  6763. -webkit-transform-origin: center bottom;
  6764. -moz-transform-origin: center bottom;
  6765. -ms-transform-origin: center bottom;
  6766. -o-transform-origin: center bottom;
  6767. transform-origin: center bottom
  6768. }
  6769.  
  6770. @-webkit-keyframes flash {
  6771. 0%,
  6772. 50%,
  6773. to {
  6774. opacity: 1
  6775. }
  6776. 25%,
  6777. 75% {
  6778. opacity: 0
  6779. }
  6780. }
  6781.  
  6782. @-moz-keyframes flash {
  6783. 0%,
  6784. 50%,
  6785. to {
  6786. opacity: 1
  6787. }
  6788. 25%,
  6789. 75% {
  6790. opacity: 0
  6791. }
  6792. }
  6793.  
  6794. @-o-keyframes flash {
  6795. 0%,
  6796. 50%,
  6797. to {
  6798. opacity: 1
  6799. }
  6800. 25%,
  6801. 75% {
  6802. opacity: 0
  6803. }
  6804. }
  6805.  
  6806. @keyframes flash {
  6807. 0%,
  6808. 50%,
  6809. to {
  6810. opacity: 1
  6811. }
  6812. 25%,
  6813. 75% {
  6814. opacity: 0
  6815. }
  6816. }
  6817.  
  6818. .flash {
  6819. -webkit-animation-name: flash;
  6820. -moz-animation-name: flash;
  6821. -o-animation-name: flash;
  6822. animation-name: flash
  6823. }
  6824.  
  6825. @-webkit-keyframes pulse {
  6826. 0%,
  6827. to {
  6828. -webkit-transform: scale3d(1, 1, 1);
  6829. transform: scale3d(1, 1, 1)
  6830. }
  6831. 50% {
  6832. -webkit-transform: scale3d(1.05, 1.05, 1.05);
  6833. transform: scale3d(1.05, 1.05, 1.05)
  6834. }
  6835. }
  6836.  
  6837. @-moz-keyframes pulse {
  6838. 0%,
  6839. to {
  6840. -moz-transform: scale3d(1, 1, 1);
  6841. transform: scale3d(1, 1, 1)
  6842. }
  6843. 50% {
  6844. -moz-transform: scale3d(1.05, 1.05, 1.05);
  6845. transform: scale3d(1.05, 1.05, 1.05)
  6846. }
  6847. }
  6848.  
  6849. @-o-keyframes pulse {
  6850. 0%,
  6851. to {
  6852. transform: scale3d(1, 1, 1)
  6853. }
  6854. 50% {
  6855. transform: scale3d(1.05, 1.05, 1.05)
  6856. }
  6857. }
  6858.  
  6859. @keyframes pulse {
  6860. 0%,
  6861. to {
  6862. -webkit-transform: scale3d(1, 1, 1);
  6863. -moz-transform: scale3d(1, 1, 1);
  6864. transform: scale3d(1, 1, 1)
  6865. }
  6866. 50% {
  6867. -webkit-transform: scale3d(1.05, 1.05, 1.05);
  6868. -moz-transform: scale3d(1.05, 1.05, 1.05);
  6869. transform: scale3d(1.05, 1.05, 1.05)
  6870. }
  6871. }
  6872.  
  6873. .pulse {
  6874. -webkit-animation-name: pulse;
  6875. -moz-animation-name: pulse;
  6876. -o-animation-name: pulse;
  6877. animation-name: pulse
  6878. }
  6879.  
  6880. @-webkit-keyframes rubberBand {
  6881. 0%,
  6882. to {
  6883. -webkit-transform: scale3d(1, 1, 1);
  6884. transform: scale3d(1, 1, 1)
  6885. }
  6886. 30% {
  6887. -webkit-transform: scale3d(1.25, .75, 1);
  6888. transform: scale3d(1.25, .75, 1)
  6889. }
  6890. 40% {
  6891. -webkit-transform: scale3d(.75, 1.25, 1);
  6892. transform: scale3d(.75, 1.25, 1)
  6893. }
  6894. 50% {
  6895. -webkit-transform: scale3d(1.15, .85, 1);
  6896. transform: scale3d(1.15, .85, 1)
  6897. }
  6898. 65% {
  6899. -webkit-transform: scale3d(.95, 1.05, 1);
  6900. transform: scale3d(.95, 1.05, 1)
  6901. }
  6902. 75% {
  6903. -webkit-transform: scale3d(1.05, .95, 1);
  6904. transform: scale3d(1.05, .95, 1)
  6905. }
  6906. }
  6907.  
  6908. @-moz-keyframes rubberBand {
  6909. 0%,
  6910. to {
  6911. -moz-transform: scale3d(1, 1, 1);
  6912. transform: scale3d(1, 1, 1)
  6913. }
  6914. 30% {
  6915. -moz-transform: scale3d(1.25, .75, 1);
  6916. transform: scale3d(1.25, .75, 1)
  6917. }
  6918. 40% {
  6919. -moz-transform: scale3d(.75, 1.25, 1);
  6920. transform: scale3d(.75, 1.25, 1)
  6921. }
  6922. 50% {
  6923. -moz-transform: scale3d(1.15, .85, 1);
  6924. transform: scale3d(1.15, .85, 1)
  6925. }
  6926. 65% {
  6927. -moz-transform: scale3d(.95, 1.05, 1);
  6928. transform: scale3d(.95, 1.05, 1)
  6929. }
  6930. 75% {
  6931. -moz-transform: scale3d(1.05, .95, 1);
  6932. transform: scale3d(1.05, .95, 1)
  6933. }
  6934. }
  6935.  
  6936. @-o-keyframes rubberBand {
  6937. 0%,
  6938. to {
  6939. transform: scale3d(1, 1, 1)
  6940. }
  6941. 30% {
  6942. transform: scale3d(1.25, .75, 1)
  6943. }
  6944. 40% {
  6945. transform: scale3d(.75, 1.25, 1)
  6946. }
  6947. 50% {
  6948. transform: scale3d(1.15, .85, 1)
  6949. }
  6950. 65% {
  6951. transform: scale3d(.95, 1.05, 1)
  6952. }
  6953. 75% {
  6954. transform: scale3d(1.05, .95, 1)
  6955. }
  6956. }
  6957.  
  6958. @keyframes rubberBand {
  6959. 0%,
  6960. to {
  6961. -webkit-transform: scale3d(1, 1, 1);
  6962. -moz-transform: scale3d(1, 1, 1);
  6963. transform: scale3d(1, 1, 1)
  6964. }
  6965. 30% {
  6966. -webkit-transform: scale3d(1.25, .75, 1);
  6967. -moz-transform: scale3d(1.25, .75, 1);
  6968. transform: scale3d(1.25, .75, 1)
  6969. }
  6970. 40% {
  6971. -webkit-transform: scale3d(.75, 1.25, 1);
  6972. -moz-transform: scale3d(.75, 1.25, 1);
  6973. transform: scale3d(.75, 1.25, 1)
  6974. }
  6975. 50% {
  6976. -webkit-transform: scale3d(1.15, .85, 1);
  6977. -moz-transform: scale3d(1.15, .85, 1);
  6978. transform: scale3d(1.15, .85, 1)
  6979. }
  6980. 65% {
  6981. -webkit-transform: scale3d(.95, 1.05, 1);
  6982. -moz-transform: scale3d(.95, 1.05, 1);
  6983. transform: scale3d(.95, 1.05, 1)
  6984. }
  6985. 75% {
  6986. -webkit-transform: scale3d(1.05, .95, 1);
  6987. -moz-transform: scale3d(1.05, .95, 1);
  6988. transform: scale3d(1.05, .95, 1)
  6989. }
  6990. }
  6991.  
  6992. .rubberBand {
  6993. -webkit-animation-name: rubberBand;
  6994. -moz-animation-name: rubberBand;
  6995. -o-animation-name: rubberBand;
  6996. animation-name: rubberBand
  6997. }
  6998.  
  6999. @-webkit-keyframes shake {
  7000. 0%,
  7001. to {
  7002. -webkit-transform: translate3d(0, 0, 0);
  7003. transform: translate3d(0, 0, 0)
  7004. }
  7005. 10%,
  7006. 30%,
  7007. 50%,
  7008. 70%,
  7009. 90% {
  7010. -webkit-transform: translate3d(-10px, 0, 0);
  7011. transform: translate3d(-10px, 0, 0)
  7012. }
  7013. 20%,
  7014. 40%,
  7015. 60%,
  7016. 80% {
  7017. -webkit-transform: translate3d(10px, 0, 0);
  7018. transform: translate3d(10px, 0, 0)
  7019. }
  7020. }
  7021.  
  7022. @-moz-keyframes shake {
  7023. 0%,
  7024. to {
  7025. -moz-transform: translate3d(0, 0, 0);
  7026. transform: translate3d(0, 0, 0)
  7027. }
  7028. 10%,
  7029. 30%,
  7030. 50%,
  7031. 70%,
  7032. 90% {
  7033. -moz-transform: translate3d(-10px, 0, 0);
  7034. transform: translate3d(-10px, 0, 0)
  7035. }
  7036. 20%,
  7037. 40%,
  7038. 60%,
  7039. 80% {
  7040. -moz-transform: translate3d(10px, 0, 0);
  7041. transform: translate3d(10px, 0, 0)
  7042. }
  7043. }
  7044.  
  7045. @-o-keyframes shake {
  7046. 0%,
  7047. to {
  7048. transform: translate3d(0, 0, 0)
  7049. }
  7050. 10%,
  7051. 30%,
  7052. 50%,
  7053. 70%,
  7054. 90% {
  7055. transform: translate3d(-10px, 0, 0)
  7056. }
  7057. 20%,
  7058. 40%,
  7059. 60%,
  7060. 80% {
  7061. transform: translate3d(10px, 0, 0)
  7062. }
  7063. }
  7064.  
  7065. @keyframes shake {
  7066. 0%,
  7067. to {
  7068. -webkit-transform: translate3d(0, 0, 0);
  7069. -moz-transform: translate3d(0, 0, 0);
  7070. transform: translate3d(0, 0, 0)
  7071. }
  7072. 10%,
  7073. 30%,
  7074. 50%,
  7075. 70%,
  7076. 90% {
  7077. -webkit-transform: translate3d(-10px, 0, 0);
  7078. -moz-transform: translate3d(-10px, 0, 0);
  7079. transform: translate3d(-10px, 0, 0)
  7080. }
  7081. 20%,
  7082. 40%,
  7083. 60%,
  7084. 80% {
  7085. -webkit-transform: translate3d(10px, 0, 0);
  7086. -moz-transform: translate3d(10px, 0, 0);
  7087. transform: translate3d(10px, 0, 0)
  7088. }
  7089. }
  7090.  
  7091. .shake {
  7092. -webkit-animation-name: shake;
  7093. -moz-animation-name: shake;
  7094. -o-animation-name: shake;
  7095. animation-name: shake
  7096. }
  7097.  
  7098. @-webkit-keyframes headShake {
  7099. 0%,
  7100. 50% {
  7101. -webkit-transform: translateX(0);
  7102. transform: translateX(0)
  7103. }
  7104. 6.5% {
  7105. -webkit-transform: translateX(-6px) rotateY(-9deg);
  7106. transform: translateX(-6px) rotateY(-9deg)
  7107. }
  7108. 18.5% {
  7109. -webkit-transform: translateX(5px) rotateY(7deg);
  7110. transform: translateX(5px) rotateY(7deg)
  7111. }
  7112. 31.5% {
  7113. -webkit-transform: translateX(-3px) rotateY(-5deg);
  7114. transform: translateX(-3px) rotateY(-5deg)
  7115. }
  7116. 43.5% {
  7117. -webkit-transform: translateX(2px) rotateY(3deg);
  7118. transform: translateX(2px) rotateY(3deg)
  7119. }
  7120. }
  7121.  
  7122. @-moz-keyframes headShake {
  7123. 0%,
  7124. 50% {
  7125. -moz-transform: translateX(0);
  7126. transform: translateX(0)
  7127. }
  7128. 6.5% {
  7129. -moz-transform: translateX(-6px) rotateY(-9deg);
  7130. transform: translateX(-6px) rotateY(-9deg)
  7131. }
  7132. 18.5% {
  7133. -moz-transform: translateX(5px) rotateY(7deg);
  7134. transform: translateX(5px) rotateY(7deg)
  7135. }
  7136. 31.5% {
  7137. -moz-transform: translateX(-3px) rotateY(-5deg);
  7138. transform: translateX(-3px) rotateY(-5deg)
  7139. }
  7140. 43.5% {
  7141. -moz-transform: translateX(2px) rotateY(3deg);
  7142. transform: translateX(2px) rotateY(3deg)
  7143. }
  7144. }
  7145.  
  7146. @-o-keyframes headShake {
  7147. 0%,
  7148. 50% {
  7149. -o-transform: translateX(0);
  7150. transform: translateX(0)
  7151. }
  7152. 6.5% {
  7153. transform: translateX(-6px) rotateY(-9deg)
  7154. }
  7155. 18.5% {
  7156. transform: translateX(5px) rotateY(7deg)
  7157. }
  7158. 31.5% {
  7159. transform: translateX(-3px) rotateY(-5deg)
  7160. }
  7161. 43.5% {
  7162. transform: translateX(2px) rotateY(3deg)
  7163. }
  7164. }
  7165.  
  7166. @keyframes headShake {
  7167. 0%,
  7168. 50% {
  7169. -webkit-transform: translateX(0);
  7170. -moz-transform: translateX(0);
  7171. -o-transform: translateX(0);
  7172. transform: translateX(0)
  7173. }
  7174. 6.5% {
  7175. -webkit-transform: translateX(-6px) rotateY(-9deg);
  7176. -moz-transform: translateX(-6px) rotateY(-9deg);
  7177. transform: translateX(-6px) rotateY(-9deg)
  7178. }
  7179. 18.5% {
  7180. -webkit-transform: translateX(5px) rotateY(7deg);
  7181. -moz-transform: translateX(5px) rotateY(7deg);
  7182. transform: translateX(5px) rotateY(7deg)
  7183. }
  7184. 31.5% {
  7185. -webkit-transform: translateX(-3px) rotateY(-5deg);
  7186. -moz-transform: translateX(-3px) rotateY(-5deg);
  7187. transform: translateX(-3px) rotateY(-5deg)
  7188. }
  7189. 43.5% {
  7190. -webkit-transform: translateX(2px) rotateY(3deg);
  7191. -moz-transform: translateX(2px) rotateY(3deg);
  7192. transform: translateX(2px) rotateY(3deg)
  7193. }
  7194. }
  7195.  
  7196. .headShake {
  7197. -webkit-animation-timing-function: ease-in-out;
  7198. -moz-animation-timing-function: ease-in-out;
  7199. -o-animation-timing-function: ease-in-out;
  7200. animation-timing-function: ease-in-out;
  7201. -webkit-animation-name: headShake;
  7202. -moz-animation-name: headShake;
  7203. -o-animation-name: headShake;
  7204. animation-name: headShake
  7205. }
  7206.  
  7207. @-webkit-keyframes swing {
  7208. 20% {
  7209. -webkit-transform: rotate3d(0, 0, 1, 15deg);
  7210. transform: rotate3d(0, 0, 1, 15deg)
  7211. }
  7212. 40% {
  7213. -webkit-transform: rotate3d(0, 0, 1, -10deg);
  7214. transform: rotate3d(0, 0, 1, -10deg)
  7215. }
  7216. 60% {
  7217. -webkit-transform: rotate3d(0, 0, 1, 5deg);
  7218. transform: rotate3d(0, 0, 1, 5deg)
  7219. }
  7220. 80% {
  7221. -webkit-transform: rotate3d(0, 0, 1, -5deg);
  7222. transform: rotate3d(0, 0, 1, -5deg)
  7223. }
  7224. to {
  7225. -webkit-transform: rotate3d(0, 0, 1, 0deg);
  7226. transform: rotate3d(0, 0, 1, 0deg)
  7227. }
  7228. }
  7229.  
  7230. @-moz-keyframes swing {
  7231. 20% {
  7232. -moz-transform: rotate3d(0, 0, 1, 15deg);
  7233. transform: rotate3d(0, 0, 1, 15deg)
  7234. }
  7235. 40% {
  7236. -moz-transform: rotate3d(0, 0, 1, -10deg);
  7237. transform: rotate3d(0, 0, 1, -10deg)
  7238. }
  7239. 60% {
  7240. -moz-transform: rotate3d(0, 0, 1, 5deg);
  7241. transform: rotate3d(0, 0, 1, 5deg)
  7242. }
  7243. 80% {
  7244. -moz-transform: rotate3d(0, 0, 1, -5deg);
  7245. transform: rotate3d(0, 0, 1, -5deg)
  7246. }
  7247. to {
  7248. -moz-transform: rotate3d(0, 0, 1, 0deg);
  7249. transform: rotate3d(0, 0, 1, 0deg)
  7250. }
  7251. }
  7252.  
  7253. @-o-keyframes swing {
  7254. 20% {
  7255. transform: rotate3d(0, 0, 1, 15deg)
  7256. }
  7257. 40% {
  7258. transform: rotate3d(0, 0, 1, -10deg)
  7259. }
  7260. 60% {
  7261. transform: rotate3d(0, 0, 1, 5deg)
  7262. }
  7263. 80% {
  7264. transform: rotate3d(0, 0, 1, -5deg)
  7265. }
  7266. to {
  7267. transform: rotate3d(0, 0, 1, 0deg)
  7268. }
  7269. }
  7270.  
  7271. @keyframes swing {
  7272. 20% {
  7273. -webkit-transform: rotate3d(0, 0, 1, 15deg);
  7274. -moz-transform: rotate3d(0, 0, 1, 15deg);
  7275. transform: rotate3d(0, 0, 1, 15deg)
  7276. }
  7277. 40% {
  7278. -webkit-transform: rotate3d(0, 0, 1, -10deg);
  7279. -moz-transform: rotate3d(0, 0, 1, -10deg);
  7280. transform: rotate3d(0, 0, 1, -10deg)
  7281. }
  7282. 60% {
  7283. -webkit-transform: rotate3d(0, 0, 1, 5deg);
  7284. -moz-transform: rotate3d(0, 0, 1, 5deg);
  7285. transform: rotate3d(0, 0, 1, 5deg)
  7286. }
  7287. 80% {
  7288. -webkit-transform: rotate3d(0, 0, 1, -5deg);
  7289. -moz-transform: rotate3d(0, 0, 1, -5deg);
  7290. transform: rotate3d(0, 0, 1, -5deg)
  7291. }
  7292. to {
  7293. -webkit-transform: rotate3d(0, 0, 1, 0deg);
  7294. -moz-transform: rotate3d(0, 0, 1, 0deg);
  7295. transform: rotate3d(0, 0, 1, 0deg)
  7296. }
  7297. }
  7298.  
  7299. .swing {
  7300. -webkit-transform-origin: top center;
  7301. -moz-transform-origin: top center;
  7302. -ms-transform-origin: top center;
  7303. -o-transform-origin: top center;
  7304. transform-origin: top center;
  7305. -webkit-animation-name: swing;
  7306. -moz-animation-name: swing;
  7307. -o-animation-name: swing;
  7308. animation-name: swing
  7309. }
  7310.  
  7311. @-webkit-keyframes tada {
  7312. 0%,
  7313. to {
  7314. -webkit-transform: scale3d(1, 1, 1);
  7315. transform: scale3d(1, 1, 1)
  7316. }
  7317. 10%,
  7318. 20% {
  7319. -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  7320. transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  7321. }
  7322. 30%,
  7323. 50%,
  7324. 70%,
  7325. 90% {
  7326. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  7327. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  7328. }
  7329. 40%,
  7330. 60%,
  7331. 80% {
  7332. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  7333. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  7334. }
  7335. }
  7336.  
  7337. @-moz-keyframes tada {
  7338. 0%,
  7339. to {
  7340. -moz-transform: scale3d(1, 1, 1);
  7341. transform: scale3d(1, 1, 1)
  7342. }
  7343. 10%,
  7344. 20% {
  7345. -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  7346. transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  7347. }
  7348. 30%,
  7349. 50%,
  7350. 70%,
  7351. 90% {
  7352. -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  7353. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  7354. }
  7355. 40%,
  7356. 60%,
  7357. 80% {
  7358. -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  7359. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  7360. }
  7361. }
  7362.  
  7363. @-o-keyframes tada {
  7364. 0%,
  7365. to {
  7366. transform: scale3d(1, 1, 1)
  7367. }
  7368. 10%,
  7369. 20% {
  7370. transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  7371. }
  7372. 30%,
  7373. 50%,
  7374. 70%,
  7375. 90% {
  7376. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  7377. }
  7378. 40%,
  7379. 60%,
  7380. 80% {
  7381. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  7382. }
  7383. }
  7384.  
  7385. @keyframes tada {
  7386. 0%,
  7387. to {
  7388. -webkit-transform: scale3d(1, 1, 1);
  7389. -moz-transform: scale3d(1, 1, 1);
  7390. transform: scale3d(1, 1, 1)
  7391. }
  7392. 10%,
  7393. 20% {
  7394. -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  7395. -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  7396. transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  7397. }
  7398. 30%,
  7399. 50%,
  7400. 70%,
  7401. 90% {
  7402. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  7403. -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  7404. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  7405. }
  7406. 40%,
  7407. 60%,
  7408. 80% {
  7409. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  7410. -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  7411. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  7412. }
  7413. }
  7414.  
  7415. .tada {
  7416. -webkit-animation-name: tada;
  7417. -moz-animation-name: tada;
  7418. -o-animation-name: tada;
  7419. animation-name: tada
  7420. }
  7421.  
  7422. @-webkit-keyframes wobble {
  7423. 0%,
  7424. to {
  7425. -webkit-transform: none;
  7426. transform: none
  7427. }
  7428. 15% {
  7429. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  7430. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  7431. }
  7432. 30% {
  7433. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  7434. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  7435. }
  7436. 45% {
  7437. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  7438. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  7439. }
  7440. 60% {
  7441. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  7442. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  7443. }
  7444. 75% {
  7445. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  7446. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  7447. }
  7448. }
  7449.  
  7450. @-moz-keyframes wobble {
  7451. 0%,
  7452. to {
  7453. -moz-transform: none;
  7454. transform: none
  7455. }
  7456. 15% {
  7457. -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  7458. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  7459. }
  7460. 30% {
  7461. -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  7462. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  7463. }
  7464. 45% {
  7465. -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  7466. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  7467. }
  7468. 60% {
  7469. -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  7470. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  7471. }
  7472. 75% {
  7473. -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  7474. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  7475. }
  7476. }
  7477.  
  7478. @-o-keyframes wobble {
  7479. 0%,
  7480. to {
  7481. -o-transform: none;
  7482. transform: none
  7483. }
  7484. 15% {
  7485. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  7486. }
  7487. 30% {
  7488. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  7489. }
  7490. 45% {
  7491. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  7492. }
  7493. 60% {
  7494. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  7495. }
  7496. 75% {
  7497. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  7498. }
  7499. }
  7500.  
  7501. @keyframes wobble {
  7502. 0%,
  7503. to {
  7504. -webkit-transform: none;
  7505. -moz-transform: none;
  7506. -o-transform: none;
  7507. transform: none
  7508. }
  7509. 15% {
  7510. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  7511. -moz-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  7512. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  7513. }
  7514. 30% {
  7515. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  7516. -moz-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  7517. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  7518. }
  7519. 45% {
  7520. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  7521. -moz-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  7522. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  7523. }
  7524. 60% {
  7525. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  7526. -moz-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  7527. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  7528. }
  7529. 75% {
  7530. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  7531. -moz-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  7532. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  7533. }
  7534. }
  7535.  
  7536. .wobble {
  7537. -webkit-animation-name: wobble;
  7538. -moz-animation-name: wobble;
  7539. -o-animation-name: wobble;
  7540. animation-name: wobble
  7541. }
  7542.  
  7543. @-webkit-keyframes jello {
  7544. 0%,
  7545. 11.1%,
  7546. to {
  7547. -webkit-transform: none;
  7548. transform: none
  7549. }
  7550. 22.2% {
  7551. -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  7552. transform: skewX(-12.5deg) skewY(-12.5deg)
  7553. }
  7554. 33.3% {
  7555. -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  7556. transform: skewX(6.25deg) skewY(6.25deg)
  7557. }
  7558. 44.4% {
  7559. -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  7560. transform: skewX(-3.125deg) skewY(-3.125deg)
  7561. }
  7562. 55.5% {
  7563. -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  7564. transform: skewX(1.5625deg) skewY(1.5625deg)
  7565. }
  7566. 66.6% {
  7567. -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
  7568. transform: skewX(-.78125deg) skewY(-.78125deg)
  7569. }
  7570. 77.7% {
  7571. -webkit-transform: skewX(.390625deg) skewY(.390625deg);
  7572. transform: skewX(.390625deg) skewY(.390625deg)
  7573. }
  7574. 88.8% {
  7575. -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  7576. transform: skewX(-.1953125deg) skewY(-.1953125deg)
  7577. }
  7578. }
  7579.  
  7580. @-moz-keyframes jello {
  7581. 0%,
  7582. 11.1%,
  7583. to {
  7584. -moz-transform: none;
  7585. transform: none
  7586. }
  7587. 22.2% {
  7588. -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
  7589. transform: skewX(-12.5deg) skewY(-12.5deg)
  7590. }
  7591. 33.3% {
  7592. -moz-transform: skewX(6.25deg) skewY(6.25deg);
  7593. transform: skewX(6.25deg) skewY(6.25deg)
  7594. }
  7595. 44.4% {
  7596. -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
  7597. transform: skewX(-3.125deg) skewY(-3.125deg)
  7598. }
  7599. 55.5% {
  7600. -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
  7601. transform: skewX(1.5625deg) skewY(1.5625deg)
  7602. }
  7603. 66.6% {
  7604. -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
  7605. transform: skewX(-.78125deg) skewY(-.78125deg)
  7606. }
  7607. 77.7% {
  7608. -moz-transform: skewX(.390625deg) skewY(.390625deg);
  7609. transform: skewX(.390625deg) skewY(.390625deg)
  7610. }
  7611. 88.8% {
  7612. -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  7613. transform: skewX(-.1953125deg) skewY(-.1953125deg)
  7614. }
  7615. }
  7616.  
  7617. @-o-keyframes jello {
  7618. 0%,
  7619. 11.1%,
  7620. to {
  7621. -o-transform: none;
  7622. transform: none
  7623. }
  7624. 22.2% {
  7625. -o-transform: skewX(-12.5deg) skewY(-12.5deg);
  7626. transform: skewX(-12.5deg) skewY(-12.5deg)
  7627. }
  7628. 33.3% {
  7629. -o-transform: skewX(6.25deg) skewY(6.25deg);
  7630. transform: skewX(6.25deg) skewY(6.25deg)
  7631. }
  7632. 44.4% {
  7633. -o-transform: skewX(-3.125deg) skewY(-3.125deg);
  7634. transform: skewX(-3.125deg) skewY(-3.125deg)
  7635. }
  7636. 55.5% {
  7637. -o-transform: skewX(1.5625deg) skewY(1.5625deg);
  7638. transform: skewX(1.5625deg) skewY(1.5625deg)
  7639. }
  7640. 66.6% {
  7641. -o-transform: skewX(-.78125deg) skewY(-.78125deg);
  7642. transform: skewX(-.78125deg) skewY(-.78125deg)
  7643. }
  7644. 77.7% {
  7645. -o-transform: skewX(.390625deg) skewY(.390625deg);
  7646. transform: skewX(.390625deg) skewY(.390625deg)
  7647. }
  7648. 88.8% {
  7649. -o-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  7650. transform: skewX(-.1953125deg) skewY(-.1953125deg)
  7651. }
  7652. }
  7653.  
  7654. @keyframes jello {
  7655. 0%,
  7656. 11.1%,
  7657. to {
  7658. -webkit-transform: none;
  7659. -moz-transform: none;
  7660. -o-transform: none;
  7661. transform: none
  7662. }
  7663. 22.2% {
  7664. -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  7665. -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
  7666. -o-transform: skewX(-12.5deg) skewY(-12.5deg);
  7667. transform: skewX(-12.5deg) skewY(-12.5deg)
  7668. }
  7669. 33.3% {
  7670. -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  7671. -moz-transform: skewX(6.25deg) skewY(6.25deg);
  7672. -o-transform: skewX(6.25deg) skewY(6.25deg);
  7673. transform: skewX(6.25deg) skewY(6.25deg)
  7674. }
  7675. 44.4% {
  7676. -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  7677. -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
  7678. -o-transform: skewX(-3.125deg) skewY(-3.125deg);
  7679. transform: skewX(-3.125deg) skewY(-3.125deg)
  7680. }
  7681. 55.5% {
  7682. -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  7683. -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
  7684. -o-transform: skewX(1.5625deg) skewY(1.5625deg);
  7685. transform: skewX(1.5625deg) skewY(1.5625deg)
  7686. }
  7687. 66.6% {
  7688. -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
  7689. -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
  7690. -o-transform: skewX(-.78125deg) skewY(-.78125deg);
  7691. transform: skewX(-.78125deg) skewY(-.78125deg)
  7692. }
  7693. 77.7% {
  7694. -webkit-transform: skewX(.390625deg) skewY(.390625deg);
  7695. -moz-transform: skewX(.390625deg) skewY(.390625deg);
  7696. -o-transform: skewX(.390625deg) skewY(.390625deg);
  7697. transform: skewX(.390625deg) skewY(.390625deg)
  7698. }
  7699. 88.8% {
  7700. -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  7701. -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  7702. -o-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  7703. transform: skewX(-.1953125deg) skewY(-.1953125deg)
  7704. }
  7705. }
  7706.  
  7707. .jello {
  7708. -webkit-animation-name: jello;
  7709. -moz-animation-name: jello;
  7710. -o-animation-name: jello;
  7711. animation-name: jello;
  7712. -webkit-transform-origin: center;
  7713. -moz-transform-origin: center;
  7714. -ms-transform-origin: center;
  7715. -o-transform-origin: center;
  7716. transform-origin: center
  7717. }
  7718.  
  7719. @-webkit-keyframes bounceIn {
  7720. 0%,
  7721. 20%,
  7722. 40%,
  7723. 60%,
  7724. 80%,
  7725. to {
  7726. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7727. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  7728. }
  7729. 0% {
  7730. opacity: 0;
  7731. -webkit-transform: scale3d(.3, .3, .3);
  7732. transform: scale3d(.3, .3, .3)
  7733. }
  7734. 20% {
  7735. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  7736. transform: scale3d(1.1, 1.1, 1.1)
  7737. }
  7738. 40% {
  7739. -webkit-transform: scale3d(.9, .9, .9);
  7740. transform: scale3d(.9, .9, .9)
  7741. }
  7742. 60% {
  7743. opacity: 1;
  7744. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  7745. transform: scale3d(1.03, 1.03, 1.03)
  7746. }
  7747. 80% {
  7748. -webkit-transform: scale3d(.97, .97, .97);
  7749. transform: scale3d(.97, .97, .97)
  7750. }
  7751. to {
  7752. opacity: 1;
  7753. -webkit-transform: scale3d(1, 1, 1);
  7754. transform: scale3d(1, 1, 1)
  7755. }
  7756. }
  7757.  
  7758. @-moz-keyframes bounceIn {
  7759. 0%,
  7760. 20%,
  7761. 40%,
  7762. 60%,
  7763. 80%,
  7764. to {
  7765. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7766. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  7767. }
  7768. 0% {
  7769. opacity: 0;
  7770. -moz-transform: scale3d(.3, .3, .3);
  7771. transform: scale3d(.3, .3, .3)
  7772. }
  7773. 20% {
  7774. -moz-transform: scale3d(1.1, 1.1, 1.1);
  7775. transform: scale3d(1.1, 1.1, 1.1)
  7776. }
  7777. 40% {
  7778. -moz-transform: scale3d(.9, .9, .9);
  7779. transform: scale3d(.9, .9, .9)
  7780. }
  7781. 60% {
  7782. opacity: 1;
  7783. -moz-transform: scale3d(1.03, 1.03, 1.03);
  7784. transform: scale3d(1.03, 1.03, 1.03)
  7785. }
  7786. 80% {
  7787. -moz-transform: scale3d(.97, .97, .97);
  7788. transform: scale3d(.97, .97, .97)
  7789. }
  7790. to {
  7791. opacity: 1;
  7792. -moz-transform: scale3d(1, 1, 1);
  7793. transform: scale3d(1, 1, 1)
  7794. }
  7795. }
  7796.  
  7797. @-o-keyframes bounceIn {
  7798. 0%,
  7799. 20%,
  7800. 40%,
  7801. 60%,
  7802. 80%,
  7803. to {
  7804. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7805. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  7806. }
  7807. 0% {
  7808. opacity: 0;
  7809. transform: scale3d(.3, .3, .3)
  7810. }
  7811. 20% {
  7812. transform: scale3d(1.1, 1.1, 1.1)
  7813. }
  7814. 40% {
  7815. transform: scale3d(.9, .9, .9)
  7816. }
  7817. 60% {
  7818. opacity: 1;
  7819. transform: scale3d(1.03, 1.03, 1.03)
  7820. }
  7821. 80% {
  7822. transform: scale3d(.97, .97, .97)
  7823. }
  7824. to {
  7825. opacity: 1;
  7826. transform: scale3d(1, 1, 1)
  7827. }
  7828. }
  7829.  
  7830. @keyframes bounceIn {
  7831. 0%,
  7832. 20%,
  7833. 40%,
  7834. 60%,
  7835. 80%,
  7836. to {
  7837. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7838. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7839. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7840. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  7841. }
  7842. 0% {
  7843. opacity: 0;
  7844. -webkit-transform: scale3d(.3, .3, .3);
  7845. -moz-transform: scale3d(.3, .3, .3);
  7846. transform: scale3d(.3, .3, .3)
  7847. }
  7848. 20% {
  7849. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  7850. -moz-transform: scale3d(1.1, 1.1, 1.1);
  7851. transform: scale3d(1.1, 1.1, 1.1)
  7852. }
  7853. 40% {
  7854. -webkit-transform: scale3d(.9, .9, .9);
  7855. -moz-transform: scale3d(.9, .9, .9);
  7856. transform: scale3d(.9, .9, .9)
  7857. }
  7858. 60% {
  7859. opacity: 1;
  7860. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  7861. -moz-transform: scale3d(1.03, 1.03, 1.03);
  7862. transform: scale3d(1.03, 1.03, 1.03)
  7863. }
  7864. 80% {
  7865. -webkit-transform: scale3d(.97, .97, .97);
  7866. -moz-transform: scale3d(.97, .97, .97);
  7867. transform: scale3d(.97, .97, .97)
  7868. }
  7869. to {
  7870. opacity: 1;
  7871. -webkit-transform: scale3d(1, 1, 1);
  7872. -moz-transform: scale3d(1, 1, 1);
  7873. transform: scale3d(1, 1, 1)
  7874. }
  7875. }
  7876.  
  7877. .bounceIn {
  7878. -webkit-animation-name: bounceIn;
  7879. -moz-animation-name: bounceIn;
  7880. -o-animation-name: bounceIn;
  7881. animation-name: bounceIn
  7882. }
  7883.  
  7884. @-webkit-keyframes bounceInDown {
  7885. 0%,
  7886. 60%,
  7887. 75%,
  7888. 90%,
  7889. to {
  7890. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7891. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  7892. }
  7893. 0% {
  7894. opacity: 0;
  7895. -webkit-transform: translate3d(0, -3000px, 0);
  7896. transform: translate3d(0, -3000px, 0)
  7897. }
  7898. 60% {
  7899. opacity: 1;
  7900. -webkit-transform: translate3d(0, 25px, 0);
  7901. transform: translate3d(0, 25px, 0)
  7902. }
  7903. 75% {
  7904. -webkit-transform: translate3d(0, -10px, 0);
  7905. transform: translate3d(0, -10px, 0)
  7906. }
  7907. 90% {
  7908. -webkit-transform: translate3d(0, 5px, 0);
  7909. transform: translate3d(0, 5px, 0)
  7910. }
  7911. to {
  7912. -webkit-transform: none;
  7913. transform: none
  7914. }
  7915. }
  7916.  
  7917. @-moz-keyframes bounceInDown {
  7918. 0%,
  7919. 60%,
  7920. 75%,
  7921. 90%,
  7922. to {
  7923. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7924. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  7925. }
  7926. 0% {
  7927. opacity: 0;
  7928. -moz-transform: translate3d(0, -3000px, 0);
  7929. transform: translate3d(0, -3000px, 0)
  7930. }
  7931. 60% {
  7932. opacity: 1;
  7933. -moz-transform: translate3d(0, 25px, 0);
  7934. transform: translate3d(0, 25px, 0)
  7935. }
  7936. 75% {
  7937. -moz-transform: translate3d(0, -10px, 0);
  7938. transform: translate3d(0, -10px, 0)
  7939. }
  7940. 90% {
  7941. -moz-transform: translate3d(0, 5px, 0);
  7942. transform: translate3d(0, 5px, 0)
  7943. }
  7944. to {
  7945. -moz-transform: none;
  7946. transform: none
  7947. }
  7948. }
  7949.  
  7950. @-o-keyframes bounceInDown {
  7951. 0%,
  7952. 60%,
  7953. 75%,
  7954. 90%,
  7955. to {
  7956. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7957. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  7958. }
  7959. 0% {
  7960. opacity: 0;
  7961. transform: translate3d(0, -3000px, 0)
  7962. }
  7963. 60% {
  7964. opacity: 1;
  7965. transform: translate3d(0, 25px, 0)
  7966. }
  7967. 75% {
  7968. transform: translate3d(0, -10px, 0)
  7969. }
  7970. 90% {
  7971. transform: translate3d(0, 5px, 0)
  7972. }
  7973. to {
  7974. -o-transform: none;
  7975. transform: none
  7976. }
  7977. }
  7978.  
  7979. @keyframes bounceInDown {
  7980. 0%,
  7981. 60%,
  7982. 75%,
  7983. 90%,
  7984. to {
  7985. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7986. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7987. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  7988. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  7989. }
  7990. 0% {
  7991. opacity: 0;
  7992. -webkit-transform: translate3d(0, -3000px, 0);
  7993. -moz-transform: translate3d(0, -3000px, 0);
  7994. transform: translate3d(0, -3000px, 0)
  7995. }
  7996. 60% {
  7997. opacity: 1;
  7998. -webkit-transform: translate3d(0, 25px, 0);
  7999. -moz-transform: translate3d(0, 25px, 0);
  8000. transform: translate3d(0, 25px, 0)
  8001. }
  8002. 75% {
  8003. -webkit-transform: translate3d(0, -10px, 0);
  8004. -moz-transform: translate3d(0, -10px, 0);
  8005. transform: translate3d(0, -10px, 0)
  8006. }
  8007. 90% {
  8008. -webkit-transform: translate3d(0, 5px, 0);
  8009. -moz-transform: translate3d(0, 5px, 0);
  8010. transform: translate3d(0, 5px, 0)
  8011. }
  8012. to {
  8013. -webkit-transform: none;
  8014. -moz-transform: none;
  8015. -o-transform: none;
  8016. transform: none
  8017. }
  8018. }
  8019.  
  8020. .bounceInDown {
  8021. -webkit-animation-name: bounceInDown;
  8022. -moz-animation-name: bounceInDown;
  8023. -o-animation-name: bounceInDown;
  8024. animation-name: bounceInDown
  8025. }
  8026.  
  8027. @-webkit-keyframes bounceInLeft {
  8028. 0%,
  8029. 60%,
  8030. 75%,
  8031. 90%,
  8032. to {
  8033. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8034. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8035. }
  8036. 0% {
  8037. opacity: 0;
  8038. -webkit-transform: translate3d(-3000px, 0, 0);
  8039. transform: translate3d(-3000px, 0, 0)
  8040. }
  8041. 60% {
  8042. opacity: 1;
  8043. -webkit-transform: translate3d(25px, 0, 0);
  8044. transform: translate3d(25px, 0, 0)
  8045. }
  8046. 75% {
  8047. -webkit-transform: translate3d(-10px, 0, 0);
  8048. transform: translate3d(-10px, 0, 0)
  8049. }
  8050. 90% {
  8051. -webkit-transform: translate3d(5px, 0, 0);
  8052. transform: translate3d(5px, 0, 0)
  8053. }
  8054. to {
  8055. -webkit-transform: none;
  8056. transform: none
  8057. }
  8058. }
  8059.  
  8060. @-moz-keyframes bounceInLeft {
  8061. 0%,
  8062. 60%,
  8063. 75%,
  8064. 90%,
  8065. to {
  8066. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8067. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8068. }
  8069. 0% {
  8070. opacity: 0;
  8071. -moz-transform: translate3d(-3000px, 0, 0);
  8072. transform: translate3d(-3000px, 0, 0)
  8073. }
  8074. 60% {
  8075. opacity: 1;
  8076. -moz-transform: translate3d(25px, 0, 0);
  8077. transform: translate3d(25px, 0, 0)
  8078. }
  8079. 75% {
  8080. -moz-transform: translate3d(-10px, 0, 0);
  8081. transform: translate3d(-10px, 0, 0)
  8082. }
  8083. 90% {
  8084. -moz-transform: translate3d(5px, 0, 0);
  8085. transform: translate3d(5px, 0, 0)
  8086. }
  8087. to {
  8088. -moz-transform: none;
  8089. transform: none
  8090. }
  8091. }
  8092.  
  8093. @-o-keyframes bounceInLeft {
  8094. 0%,
  8095. 60%,
  8096. 75%,
  8097. 90%,
  8098. to {
  8099. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8100. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8101. }
  8102. 0% {
  8103. opacity: 0;
  8104. transform: translate3d(-3000px, 0, 0)
  8105. }
  8106. 60% {
  8107. opacity: 1;
  8108. transform: translate3d(25px, 0, 0)
  8109. }
  8110. 75% {
  8111. transform: translate3d(-10px, 0, 0)
  8112. }
  8113. 90% {
  8114. transform: translate3d(5px, 0, 0)
  8115. }
  8116. to {
  8117. -o-transform: none;
  8118. transform: none
  8119. }
  8120. }
  8121.  
  8122. @keyframes bounceInLeft {
  8123. 0%,
  8124. 60%,
  8125. 75%,
  8126. 90%,
  8127. to {
  8128. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8129. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8130. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8131. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8132. }
  8133. 0% {
  8134. opacity: 0;
  8135. -webkit-transform: translate3d(-3000px, 0, 0);
  8136. -moz-transform: translate3d(-3000px, 0, 0);
  8137. transform: translate3d(-3000px, 0, 0)
  8138. }
  8139. 60% {
  8140. opacity: 1;
  8141. -webkit-transform: translate3d(25px, 0, 0);
  8142. -moz-transform: translate3d(25px, 0, 0);
  8143. transform: translate3d(25px, 0, 0)
  8144. }
  8145. 75% {
  8146. -webkit-transform: translate3d(-10px, 0, 0);
  8147. -moz-transform: translate3d(-10px, 0, 0);
  8148. transform: translate3d(-10px, 0, 0)
  8149. }
  8150. 90% {
  8151. -webkit-transform: translate3d(5px, 0, 0);
  8152. -moz-transform: translate3d(5px, 0, 0);
  8153. transform: translate3d(5px, 0, 0)
  8154. }
  8155. to {
  8156. -webkit-transform: none;
  8157. -moz-transform: none;
  8158. -o-transform: none;
  8159. transform: none
  8160. }
  8161. }
  8162.  
  8163. .bounceInLeft {
  8164. -webkit-animation-name: bounceInLeft;
  8165. -moz-animation-name: bounceInLeft;
  8166. -o-animation-name: bounceInLeft;
  8167. animation-name: bounceInLeft
  8168. }
  8169.  
  8170. @-webkit-keyframes bounceInRight {
  8171. 0%,
  8172. 60%,
  8173. 75%,
  8174. 90%,
  8175. to {
  8176. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8177. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8178. }
  8179. 0% {
  8180. opacity: 0;
  8181. -webkit-transform: translate3d(3000px, 0, 0);
  8182. transform: translate3d(3000px, 0, 0)
  8183. }
  8184. 60% {
  8185. opacity: 1;
  8186. -webkit-transform: translate3d(-25px, 0, 0);
  8187. transform: translate3d(-25px, 0, 0)
  8188. }
  8189. 75% {
  8190. -webkit-transform: translate3d(10px, 0, 0);
  8191. transform: translate3d(10px, 0, 0)
  8192. }
  8193. 90% {
  8194. -webkit-transform: translate3d(-5px, 0, 0);
  8195. transform: translate3d(-5px, 0, 0)
  8196. }
  8197. to {
  8198. -webkit-transform: none;
  8199. transform: none
  8200. }
  8201. }
  8202.  
  8203. @-moz-keyframes bounceInRight {
  8204. 0%,
  8205. 60%,
  8206. 75%,
  8207. 90%,
  8208. to {
  8209. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8210. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8211. }
  8212. 0% {
  8213. opacity: 0;
  8214. -moz-transform: translate3d(3000px, 0, 0);
  8215. transform: translate3d(3000px, 0, 0)
  8216. }
  8217. 60% {
  8218. opacity: 1;
  8219. -moz-transform: translate3d(-25px, 0, 0);
  8220. transform: translate3d(-25px, 0, 0)
  8221. }
  8222. 75% {
  8223. -moz-transform: translate3d(10px, 0, 0);
  8224. transform: translate3d(10px, 0, 0)
  8225. }
  8226. 90% {
  8227. -moz-transform: translate3d(-5px, 0, 0);
  8228. transform: translate3d(-5px, 0, 0)
  8229. }
  8230. to {
  8231. -moz-transform: none;
  8232. transform: none
  8233. }
  8234. }
  8235.  
  8236. @-o-keyframes bounceInRight {
  8237. 0%,
  8238. 60%,
  8239. 75%,
  8240. 90%,
  8241. to {
  8242. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8243. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8244. }
  8245. 0% {
  8246. opacity: 0;
  8247. transform: translate3d(3000px, 0, 0)
  8248. }
  8249. 60% {
  8250. opacity: 1;
  8251. transform: translate3d(-25px, 0, 0)
  8252. }
  8253. 75% {
  8254. transform: translate3d(10px, 0, 0)
  8255. }
  8256. 90% {
  8257. transform: translate3d(-5px, 0, 0)
  8258. }
  8259. to {
  8260. -o-transform: none;
  8261. transform: none
  8262. }
  8263. }
  8264.  
  8265. @keyframes bounceInRight {
  8266. 0%,
  8267. 60%,
  8268. 75%,
  8269. 90%,
  8270. to {
  8271. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8272. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8273. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8274. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8275. }
  8276. 0% {
  8277. opacity: 0;
  8278. -webkit-transform: translate3d(3000px, 0, 0);
  8279. -moz-transform: translate3d(3000px, 0, 0);
  8280. transform: translate3d(3000px, 0, 0)
  8281. }
  8282. 60% {
  8283. opacity: 1;
  8284. -webkit-transform: translate3d(-25px, 0, 0);
  8285. -moz-transform: translate3d(-25px, 0, 0);
  8286. transform: translate3d(-25px, 0, 0)
  8287. }
  8288. 75% {
  8289. -webkit-transform: translate3d(10px, 0, 0);
  8290. -moz-transform: translate3d(10px, 0, 0);
  8291. transform: translate3d(10px, 0, 0)
  8292. }
  8293. 90% {
  8294. -webkit-transform: translate3d(-5px, 0, 0);
  8295. -moz-transform: translate3d(-5px, 0, 0);
  8296. transform: translate3d(-5px, 0, 0)
  8297. }
  8298. to {
  8299. -webkit-transform: none;
  8300. -moz-transform: none;
  8301. -o-transform: none;
  8302. transform: none
  8303. }
  8304. }
  8305.  
  8306. .bounceInRight {
  8307. -webkit-animation-name: bounceInRight;
  8308. -moz-animation-name: bounceInRight;
  8309. -o-animation-name: bounceInRight;
  8310. animation-name: bounceInRight
  8311. }
  8312.  
  8313. @-webkit-keyframes bounceInUp {
  8314. 0%,
  8315. 60%,
  8316. 75%,
  8317. 90%,
  8318. to {
  8319. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8320. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8321. }
  8322. 0% {
  8323. opacity: 0;
  8324. -webkit-transform: translate3d(0, 3000px, 0);
  8325. transform: translate3d(0, 3000px, 0)
  8326. }
  8327. 60% {
  8328. opacity: 1;
  8329. -webkit-transform: translate3d(0, -20px, 0);
  8330. transform: translate3d(0, -20px, 0)
  8331. }
  8332. 75% {
  8333. -webkit-transform: translate3d(0, 10px, 0);
  8334. transform: translate3d(0, 10px, 0)
  8335. }
  8336. 90% {
  8337. -webkit-transform: translate3d(0, -5px, 0);
  8338. transform: translate3d(0, -5px, 0)
  8339. }
  8340. to {
  8341. -webkit-transform: translate3d(0, 0, 0);
  8342. transform: translate3d(0, 0, 0)
  8343. }
  8344. }
  8345.  
  8346. @-moz-keyframes bounceInUp {
  8347. 0%,
  8348. 60%,
  8349. 75%,
  8350. 90%,
  8351. to {
  8352. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8353. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8354. }
  8355. 0% {
  8356. opacity: 0;
  8357. -moz-transform: translate3d(0, 3000px, 0);
  8358. transform: translate3d(0, 3000px, 0)
  8359. }
  8360. 60% {
  8361. opacity: 1;
  8362. -moz-transform: translate3d(0, -20px, 0);
  8363. transform: translate3d(0, -20px, 0)
  8364. }
  8365. 75% {
  8366. -moz-transform: translate3d(0, 10px, 0);
  8367. transform: translate3d(0, 10px, 0)
  8368. }
  8369. 90% {
  8370. -moz-transform: translate3d(0, -5px, 0);
  8371. transform: translate3d(0, -5px, 0)
  8372. }
  8373. to {
  8374. -moz-transform: translate3d(0, 0, 0);
  8375. transform: translate3d(0, 0, 0)
  8376. }
  8377. }
  8378.  
  8379. @-o-keyframes bounceInUp {
  8380. 0%,
  8381. 60%,
  8382. 75%,
  8383. 90%,
  8384. to {
  8385. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8386. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8387. }
  8388. 0% {
  8389. opacity: 0;
  8390. transform: translate3d(0, 3000px, 0)
  8391. }
  8392. 60% {
  8393. opacity: 1;
  8394. transform: translate3d(0, -20px, 0)
  8395. }
  8396. 75% {
  8397. transform: translate3d(0, 10px, 0)
  8398. }
  8399. 90% {
  8400. transform: translate3d(0, -5px, 0)
  8401. }
  8402. to {
  8403. transform: translate3d(0, 0, 0)
  8404. }
  8405. }
  8406.  
  8407. @keyframes bounceInUp {
  8408. 0%,
  8409. 60%,
  8410. 75%,
  8411. 90%,
  8412. to {
  8413. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8414. -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8415. -o-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  8416. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  8417. }
  8418. 0% {
  8419. opacity: 0;
  8420. -webkit-transform: translate3d(0, 3000px, 0);
  8421. -moz-transform: translate3d(0, 3000px, 0);
  8422. transform: translate3d(0, 3000px, 0)
  8423. }
  8424. 60% {
  8425. opacity: 1;
  8426. -webkit-transform: translate3d(0, -20px, 0);
  8427. -moz-transform: translate3d(0, -20px, 0);
  8428. transform: translate3d(0, -20px, 0)
  8429. }
  8430. 75% {
  8431. -webkit-transform: translate3d(0, 10px, 0);
  8432. -moz-transform: translate3d(0, 10px, 0);
  8433. transform: translate3d(0, 10px, 0)
  8434. }
  8435. 90% {
  8436. -webkit-transform: translate3d(0, -5px, 0);
  8437. -moz-transform: translate3d(0, -5px, 0);
  8438. transform: translate3d(0, -5px, 0)
  8439. }
  8440. to {
  8441. -webkit-transform: translate3d(0, 0, 0);
  8442. -moz-transform: translate3d(0, 0, 0);
  8443. transform: translate3d(0, 0, 0)
  8444. }
  8445. }
  8446.  
  8447. .bounceInUp {
  8448. -webkit-animation-name: bounceInUp;
  8449. -moz-animation-name: bounceInUp;
  8450. -o-animation-name: bounceInUp;
  8451. animation-name: bounceInUp
  8452. }
  8453.  
  8454. @-webkit-keyframes bounceOut {
  8455. 20% {
  8456. -webkit-transform: scale3d(.9, .9, .9);
  8457. transform: scale3d(.9, .9, .9)
  8458. }
  8459. 50%,
  8460. 55% {
  8461. opacity: 1;
  8462. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  8463. transform: scale3d(1.1, 1.1, 1.1)
  8464. }
  8465. to {
  8466. opacity: 0;
  8467. -webkit-transform: scale3d(.3, .3, .3);
  8468. transform: scale3d(.3, .3, .3)
  8469. }
  8470. }
  8471.  
  8472. @-moz-keyframes bounceOut {
  8473. 20% {
  8474. -moz-transform: scale3d(.9, .9, .9);
  8475. transform: scale3d(.9, .9, .9)
  8476. }
  8477. 50%,
  8478. 55% {
  8479. opacity: 1;
  8480. -moz-transform: scale3d(1.1, 1.1, 1.1);
  8481. transform: scale3d(1.1, 1.1, 1.1)
  8482. }
  8483. to {
  8484. opacity: 0;
  8485. -moz-transform: scale3d(.3, .3, .3);
  8486. transform: scale3d(.3, .3, .3)
  8487. }
  8488. }
  8489.  
  8490. @-o-keyframes bounceOut {
  8491. 20% {
  8492. transform: scale3d(.9, .9, .9)
  8493. }
  8494. 50%,
  8495. 55% {
  8496. opacity: 1;
  8497. transform: scale3d(1.1, 1.1, 1.1)
  8498. }
  8499. to {
  8500. opacity: 0;
  8501. transform: scale3d(.3, .3, .3)
  8502. }
  8503. }
  8504.  
  8505. @keyframes bounceOut {
  8506. 20% {
  8507. -webkit-transform: scale3d(.9, .9, .9);
  8508. -moz-transform: scale3d(.9, .9, .9);
  8509. transform: scale3d(.9, .9, .9)
  8510. }
  8511. 50%,
  8512. 55% {
  8513. opacity: 1;
  8514. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  8515. -moz-transform: scale3d(1.1, 1.1, 1.1);
  8516. transform: scale3d(1.1, 1.1, 1.1)
  8517. }
  8518. to {
  8519. opacity: 0;
  8520. -webkit-transform: scale3d(.3, .3, .3);
  8521. -moz-transform: scale3d(.3, .3, .3);
  8522. transform: scale3d(.3, .3, .3)
  8523. }
  8524. }
  8525.  
  8526. .bounceOut {
  8527. -webkit-animation-name: bounceOut;
  8528. -moz-animation-name: bounceOut;
  8529. -o-animation-name: bounceOut;
  8530. animation-name: bounceOut
  8531. }
  8532.  
  8533. @-webkit-keyframes bounceOutDown {
  8534. 20% {
  8535. -webkit-transform: translate3d(0, 10px, 0);
  8536. transform: translate3d(0, 10px, 0)
  8537. }
  8538. 40%,
  8539. 45% {
  8540. opacity: 1;
  8541. -webkit-transform: translate3d(0, -20px, 0);
  8542. transform: translate3d(0, -20px, 0)
  8543. }
  8544. to {
  8545. opacity: 0;
  8546. -webkit-transform: translate3d(0, 2000px, 0);
  8547. transform: translate3d(0, 2000px, 0)
  8548. }
  8549. }
  8550.  
  8551. @-moz-keyframes bounceOutDown {
  8552. 20% {
  8553. -moz-transform: translate3d(0, 10px, 0);
  8554. transform: translate3d(0, 10px, 0)
  8555. }
  8556. 40%,
  8557. 45% {
  8558. opacity: 1;
  8559. -moz-transform: translate3d(0, -20px, 0);
  8560. transform: translate3d(0, -20px, 0)
  8561. }
  8562. to {
  8563. opacity: 0;
  8564. -moz-transform: translate3d(0, 2000px, 0);
  8565. transform: translate3d(0, 2000px, 0)
  8566. }
  8567. }
  8568.  
  8569. @-o-keyframes bounceOutDown {
  8570. 20% {
  8571. transform: translate3d(0, 10px, 0)
  8572. }
  8573. 40%,
  8574. 45% {
  8575. opacity: 1;
  8576. transform: translate3d(0, -20px, 0)
  8577. }
  8578. to {
  8579. opacity: 0;
  8580. transform: translate3d(0, 2000px, 0)
  8581. }
  8582. }
  8583.  
  8584. @keyframes bounceOutDown {
  8585. 20% {
  8586. -webkit-transform: translate3d(0, 10px, 0);
  8587. -moz-transform: translate3d(0, 10px, 0);
  8588. transform: translate3d(0, 10px, 0)
  8589. }
  8590. 40%,
  8591. 45% {
  8592. opacity: 1;
  8593. -webkit-transform: translate3d(0, -20px, 0);
  8594. -moz-transform: translate3d(0, -20px, 0);
  8595. transform: translate3d(0, -20px, 0)
  8596. }
  8597. to {
  8598. opacity: 0;
  8599. -webkit-transform: translate3d(0, 2000px, 0);
  8600. -moz-transform: translate3d(0, 2000px, 0);
  8601. transform: translate3d(0, 2000px, 0)
  8602. }
  8603. }
  8604.  
  8605. .bounceOutDown {
  8606. -webkit-animation-name: bounceOutDown;
  8607. -moz-animation-name: bounceOutDown;
  8608. -o-animation-name: bounceOutDown;
  8609. animation-name: bounceOutDown
  8610. }
  8611.  
  8612. @-webkit-keyframes bounceOutLeft {
  8613. 20% {
  8614. opacity: 1;
  8615. -webkit-transform: translate3d(20px, 0, 0);
  8616. transform: translate3d(20px, 0, 0)
  8617. }
  8618. to {
  8619. opacity: 0;
  8620. -webkit-transform: translate3d(-2000px, 0, 0);
  8621. transform: translate3d(-2000px, 0, 0)
  8622. }
  8623. }
  8624.  
  8625. @-moz-keyframes bounceOutLeft {
  8626. 20% {
  8627. opacity: 1;
  8628. -moz-transform: translate3d(20px, 0, 0);
  8629. transform: translate3d(20px, 0, 0)
  8630. }
  8631. to {
  8632. opacity: 0;
  8633. -moz-transform: translate3d(-2000px, 0, 0);
  8634. transform: translate3d(-2000px, 0, 0)
  8635. }
  8636. }
  8637.  
  8638. @-o-keyframes bounceOutLeft {
  8639. 20% {
  8640. opacity: 1;
  8641. transform: translate3d(20px, 0, 0)
  8642. }
  8643. to {
  8644. opacity: 0;
  8645. transform: translate3d(-2000px, 0, 0)
  8646. }
  8647. }
  8648.  
  8649. @keyframes bounceOutLeft {
  8650. 20% {
  8651. opacity: 1;
  8652. -webkit-transform: translate3d(20px, 0, 0);
  8653. -moz-transform: translate3d(20px, 0, 0);
  8654. transform: translate3d(20px, 0, 0)
  8655. }
  8656. to {
  8657. opacity: 0;
  8658. -webkit-transform: translate3d(-2000px, 0, 0);
  8659. -moz-transform: translate3d(-2000px, 0, 0);
  8660. transform: translate3d(-2000px, 0, 0)
  8661. }
  8662. }
  8663.  
  8664. .bounceOutLeft {
  8665. -webkit-animation-name: bounceOutLeft;
  8666. -moz-animation-name: bounceOutLeft;
  8667. -o-animation-name: bounceOutLeft;
  8668. animation-name: bounceOutLeft
  8669. }
  8670.  
  8671. @-webkit-keyframes bounceOutRight {
  8672. 20% {
  8673. opacity: 1;
  8674. -webkit-transform: translate3d(-20px, 0, 0);
  8675. transform: translate3d(-20px, 0, 0)
  8676. }
  8677. to {
  8678. opacity: 0;
  8679. -webkit-transform: translate3d(2000px, 0, 0);
  8680. transform: translate3d(2000px, 0, 0)
  8681. }
  8682. }
  8683.  
  8684. @-moz-keyframes bounceOutRight {
  8685. 20% {
  8686. opacity: 1;
  8687. -moz-transform: translate3d(-20px, 0, 0);
  8688. transform: translate3d(-20px, 0, 0)
  8689. }
  8690. to {
  8691. opacity: 0;
  8692. -moz-transform: translate3d(2000px, 0, 0);
  8693. transform: translate3d(2000px, 0, 0)
  8694. }
  8695. }
  8696.  
  8697. @-o-keyframes bounceOutRight {
  8698. 20% {
  8699. opacity: 1;
  8700. transform: translate3d(-20px, 0, 0)
  8701. }
  8702. to {
  8703. opacity: 0;
  8704. transform: translate3d(2000px, 0, 0)
  8705. }
  8706. }
  8707.  
  8708. @keyframes bounceOutRight {
  8709. 20% {
  8710. opacity: 1;
  8711. -webkit-transform: translate3d(-20px, 0, 0);
  8712. -moz-transform: translate3d(-20px, 0, 0);
  8713. transform: translate3d(-20px, 0, 0)
  8714. }
  8715. to {
  8716. opacity: 0;
  8717. -webkit-transform: translate3d(2000px, 0, 0);
  8718. -moz-transform: translate3d(2000px, 0, 0);
  8719. transform: translate3d(2000px, 0, 0)
  8720. }
  8721. }
  8722.  
  8723. .bounceOutRight {
  8724. -webkit-animation-name: bounceOutRight;
  8725. -moz-animation-name: bounceOutRight;
  8726. -o-animation-name: bounceOutRight;
  8727. animation-name: bounceOutRight
  8728. }
  8729.  
  8730. @-webkit-keyframes bounceOutUp {
  8731. 20% {
  8732. -webkit-transform: translate3d(0, -10px, 0);
  8733. transform: translate3d(0, -10px, 0)
  8734. }
  8735. 40%,
  8736. 45% {
  8737. opacity: 1;
  8738. -webkit-transform: translate3d(0, 20px, 0);
  8739. transform: translate3d(0, 20px, 0)
  8740. }
  8741. to {
  8742. opacity: 0;
  8743. -webkit-transform: translate3d(0, -2000px, 0);
  8744. transform: translate3d(0, -2000px, 0)
  8745. }
  8746. }
  8747.  
  8748. @-moz-keyframes bounceOutUp {
  8749. 20% {
  8750. -moz-transform: translate3d(0, -10px, 0);
  8751. transform: translate3d(0, -10px, 0)
  8752. }
  8753. 40%,
  8754. 45% {
  8755. opacity: 1;
  8756. -moz-transform: translate3d(0, 20px, 0);
  8757. transform: translate3d(0, 20px, 0)
  8758. }
  8759. to {
  8760. opacity: 0;
  8761. -moz-transform: translate3d(0, -2000px, 0);
  8762. transform: translate3d(0, -2000px, 0)
  8763. }
  8764. }
  8765.  
  8766. @-o-keyframes bounceOutUp {
  8767. 20% {
  8768. transform: translate3d(0, -10px, 0)
  8769. }
  8770. 40%,
  8771. 45% {
  8772. opacity: 1;
  8773. transform: translate3d(0, 20px, 0)
  8774. }
  8775. to {
  8776. opacity: 0;
  8777. transform: translate3d(0, -2000px, 0)
  8778. }
  8779. }
  8780.  
  8781. @keyframes bounceOutUp {
  8782. 20% {
  8783. -webkit-transform: translate3d(0, -10px, 0);
  8784. -moz-transform: translate3d(0, -10px, 0);
  8785. transform: translate3d(0, -10px, 0)
  8786. }
  8787. 40%,
  8788. 45% {
  8789. opacity: 1;
  8790. -webkit-transform: translate3d(0, 20px, 0);
  8791. -moz-transform: translate3d(0, 20px, 0);
  8792. transform: translate3d(0, 20px, 0)
  8793. }
  8794. to {
  8795. opacity: 0;
  8796. -webkit-transform: translate3d(0, -2000px, 0);
  8797. -moz-transform: translate3d(0, -2000px, 0);
  8798. transform: translate3d(0, -2000px, 0)
  8799. }
  8800. }
  8801.  
  8802. .bounceOutUp {
  8803. -webkit-animation-name: bounceOutUp;
  8804. -moz-animation-name: bounceOutUp;
  8805. -o-animation-name: bounceOutUp;
  8806. animation-name: bounceOutUp
  8807. }
  8808.  
  8809. @-webkit-keyframes fadeIn {
  8810. 0% {
  8811. opacity: 0
  8812. }
  8813. to {
  8814. opacity: 1
  8815. }
  8816. }
  8817.  
  8818. @-moz-keyframes fadeIn {
  8819. 0% {
  8820. opacity: 0
  8821. }
  8822. to {
  8823. opacity: 1
  8824. }
  8825. }
  8826.  
  8827. @-o-keyframes fadeIn {
  8828. 0% {
  8829. opacity: 0
  8830. }
  8831. to {
  8832. opacity: 1
  8833. }
  8834. }
  8835.  
  8836. @keyframes fadeIn {
  8837. 0% {
  8838. opacity: 0
  8839. }
  8840. to {
  8841. opacity: 1
  8842. }
  8843. }
  8844.  
  8845. .fadeIn {
  8846. -webkit-animation-name: fadeIn;
  8847. -moz-animation-name: fadeIn;
  8848. -o-animation-name: fadeIn;
  8849. animation-name: fadeIn
  8850. }
  8851.  
  8852. @-webkit-keyframes fadeInDown {
  8853. 0% {
  8854. opacity: 0;
  8855. -webkit-transform: translate3d(0, -100%, 0);
  8856. transform: translate3d(0, -100%, 0)
  8857. }
  8858. to {
  8859. opacity: 1;
  8860. -webkit-transform: none;
  8861. transform: none
  8862. }
  8863. }
  8864.  
  8865. @-moz-keyframes fadeInDown {
  8866. 0% {
  8867. opacity: 0;
  8868. -moz-transform: translate3d(0, -100%, 0);
  8869. transform: translate3d(0, -100%, 0)
  8870. }
  8871. to {
  8872. opacity: 1;
  8873. -moz-transform: none;
  8874. transform: none
  8875. }
  8876. }
  8877.  
  8878. @-o-keyframes fadeInDown {
  8879. 0% {
  8880. opacity: 0;
  8881. transform: translate3d(0, -100%, 0)
  8882. }
  8883. to {
  8884. opacity: 1;
  8885. -o-transform: none;
  8886. transform: none
  8887. }
  8888. }
  8889.  
  8890. @keyframes fadeInDown {
  8891. 0% {
  8892. opacity: 0;
  8893. -webkit-transform: translate3d(0, -100%, 0);
  8894. -moz-transform: translate3d(0, -100%, 0);
  8895. transform: translate3d(0, -100%, 0)
  8896. }
  8897. to {
  8898. opacity: 1;
  8899. -webkit-transform: none;
  8900. -moz-transform: none;
  8901. -o-transform: none;
  8902. transform: none
  8903. }
  8904. }
  8905.  
  8906. .fadeInDown {
  8907. -webkit-animation-name: fadeInDown;
  8908. -moz-animation-name: fadeInDown;
  8909. -o-animation-name: fadeInDown;
  8910. animation-name: fadeInDown
  8911. }
  8912.  
  8913. @-webkit-keyframes fadeInDownBig {
  8914. 0% {
  8915. opacity: 0;
  8916. -webkit-transform: translate3d(0, -2000px, 0);
  8917. transform: translate3d(0, -2000px, 0)
  8918. }
  8919. to {
  8920. opacity: 1;
  8921. -webkit-transform: none;
  8922. transform: none
  8923. }
  8924. }
  8925.  
  8926. @-moz-keyframes fadeInDownBig {
  8927. 0% {
  8928. opacity: 0;
  8929. -moz-transform: translate3d(0, -2000px, 0);
  8930. transform: translate3d(0, -2000px, 0)
  8931. }
  8932. to {
  8933. opacity: 1;
  8934. -moz-transform: none;
  8935. transform: none
  8936. }
  8937. }
  8938.  
  8939. @-o-keyframes fadeInDownBig {
  8940. 0% {
  8941. opacity: 0;
  8942. transform: translate3d(0, -2000px, 0)
  8943. }
  8944. to {
  8945. opacity: 1;
  8946. -o-transform: none;
  8947. transform: none
  8948. }
  8949. }
  8950.  
  8951. @keyframes fadeInDownBig {
  8952. 0% {
  8953. opacity: 0;
  8954. -webkit-transform: translate3d(0, -2000px, 0);
  8955. -moz-transform: translate3d(0, -2000px, 0);
  8956. transform: translate3d(0, -2000px, 0)
  8957. }
  8958. to {
  8959. opacity: 1;
  8960. -webkit-transform: none;
  8961. -moz-transform: none;
  8962. -o-transform: none;
  8963. transform: none
  8964. }
  8965. }
  8966.  
  8967. .fadeInDownBig {
  8968. -webkit-animation-name: fadeInDownBig;
  8969. -moz-animation-name: fadeInDownBig;
  8970. -o-animation-name: fadeInDownBig;
  8971. animation-name: fadeInDownBig
  8972. }
  8973.  
  8974. @-webkit-keyframes fadeInLeft {
  8975. 0% {
  8976. opacity: 0;
  8977. -webkit-transform: translate3d(-100%, 0, 0);
  8978. transform: translate3d(-100%, 0, 0)
  8979. }
  8980. to {
  8981. opacity: 1;
  8982. -webkit-transform: none;
  8983. transform: none
  8984. }
  8985. }
  8986.  
  8987. @-moz-keyframes fadeInLeft {
  8988. 0% {
  8989. opacity: 0;
  8990. -moz-transform: translate3d(-100%, 0, 0);
  8991. transform: translate3d(-100%, 0, 0)
  8992. }
  8993. to {
  8994. opacity: 1;
  8995. -moz-transform: none;
  8996. transform: none
  8997. }
  8998. }
  8999.  
  9000. @-o-keyframes fadeInLeft {
  9001. 0% {
  9002. opacity: 0;
  9003. transform: translate3d(-100%, 0, 0)
  9004. }
  9005. to {
  9006. opacity: 1;
  9007. -o-transform: none;
  9008. transform: none
  9009. }
  9010. }
  9011.  
  9012. @keyframes fadeInLeft {
  9013. 0% {
  9014. opacity: 0;
  9015. -webkit-transform: translate3d(-100%, 0, 0);
  9016. -moz-transform: translate3d(-100%, 0, 0);
  9017. transform: translate3d(-100%, 0, 0)
  9018. }
  9019. to {
  9020. opacity: 1;
  9021. -webkit-transform: none;
  9022. -moz-transform: none;
  9023. -o-transform: none;
  9024. transform: none
  9025. }
  9026. }
  9027.  
  9028. .fadeInLeft {
  9029. -webkit-animation-name: fadeInLeft;
  9030. -moz-animation-name: fadeInLeft;
  9031. -o-animation-name: fadeInLeft;
  9032. animation-name: fadeInLeft
  9033. }
  9034.  
  9035. @-webkit-keyframes fadeInLeftBig {
  9036. 0% {
  9037. opacity: 0;
  9038. -webkit-transform: translate3d(-2000px, 0, 0);
  9039. transform: translate3d(-2000px, 0, 0)
  9040. }
  9041. to {
  9042. opacity: 1;
  9043. -webkit-transform: none;
  9044. transform: none
  9045. }
  9046. }
  9047.  
  9048. @-moz-keyframes fadeInLeftBig {
  9049. 0% {
  9050. opacity: 0;
  9051. -moz-transform: translate3d(-2000px, 0, 0);
  9052. transform: translate3d(-2000px, 0, 0)
  9053. }
  9054. to {
  9055. opacity: 1;
  9056. -moz-transform: none;
  9057. transform: none
  9058. }
  9059. }
  9060.  
  9061. @-o-keyframes fadeInLeftBig {
  9062. 0% {
  9063. opacity: 0;
  9064. transform: translate3d(-2000px, 0, 0)
  9065. }
  9066. to {
  9067. opacity: 1;
  9068. -o-transform: none;
  9069. transform: none
  9070. }
  9071. }
  9072.  
  9073. @keyframes fadeInLeftBig {
  9074. 0% {
  9075. opacity: 0;
  9076. -webkit-transform: translate3d(-2000px, 0, 0);
  9077. -moz-transform: translate3d(-2000px, 0, 0);
  9078. transform: translate3d(-2000px, 0, 0)
  9079. }
  9080. to {
  9081. opacity: 1;
  9082. -webkit-transform: none;
  9083. -moz-transform: none;
  9084. -o-transform: none;
  9085. transform: none
  9086. }
  9087. }
  9088.  
  9089. .fadeInLeftBig {
  9090. -webkit-animation-name: fadeInLeftBig;
  9091. -moz-animation-name: fadeInLeftBig;
  9092. -o-animation-name: fadeInLeftBig;
  9093. animation-name: fadeInLeftBig
  9094. }
  9095.  
  9096. @-webkit-keyframes fadeInRight {
  9097. 0% {
  9098. opacity: 0;
  9099. -webkit-transform: translate3d(100%, 0, 0);
  9100. transform: translate3d(100%, 0, 0)
  9101. }
  9102. to {
  9103. opacity: 1;
  9104. -webkit-transform: none;
  9105. transform: none
  9106. }
  9107. }
  9108.  
  9109. @-moz-keyframes fadeInRight {
  9110. 0% {
  9111. opacity: 0;
  9112. -moz-transform: translate3d(100%, 0, 0);
  9113. transform: translate3d(100%, 0, 0)
  9114. }
  9115. to {
  9116. opacity: 1;
  9117. -moz-transform: none;
  9118. transform: none
  9119. }
  9120. }
  9121.  
  9122. @-o-keyframes fadeInRight {
  9123. 0% {
  9124. opacity: 0;
  9125. transform: translate3d(100%, 0, 0)
  9126. }
  9127. to {
  9128. opacity: 1;
  9129. -o-transform: none;
  9130. transform: none
  9131. }
  9132. }
  9133.  
  9134. @keyframes fadeInRight {
  9135. 0% {
  9136. opacity: 0;
  9137. -webkit-transform: translate3d(100%, 0, 0);
  9138. -moz-transform: translate3d(100%, 0, 0);
  9139. transform: translate3d(100%, 0, 0)
  9140. }
  9141. to {
  9142. opacity: 1;
  9143. -webkit-transform: none;
  9144. -moz-transform: none;
  9145. -o-transform: none;
  9146. transform: none
  9147. }
  9148. }
  9149.  
  9150. .fadeInRight {
  9151. -webkit-animation-name: fadeInRight;
  9152. -moz-animation-name: fadeInRight;
  9153. -o-animation-name: fadeInRight;
  9154. animation-name: fadeInRight
  9155. }
  9156.  
  9157. @-webkit-keyframes fadeInRightBig {
  9158. 0% {
  9159. opacity: 0;
  9160. -webkit-transform: translate3d(2000px, 0, 0);
  9161. transform: translate3d(2000px, 0, 0)
  9162. }
  9163. to {
  9164. opacity: 1;
  9165. -webkit-transform: none;
  9166. transform: none
  9167. }
  9168. }
  9169.  
  9170. @-moz-keyframes fadeInRightBig {
  9171. 0% {
  9172. opacity: 0;
  9173. -moz-transform: translate3d(2000px, 0, 0);
  9174. transform: translate3d(2000px, 0, 0)
  9175. }
  9176. to {
  9177. opacity: 1;
  9178. -moz-transform: none;
  9179. transform: none
  9180. }
  9181. }
  9182.  
  9183. @-o-keyframes fadeInRightBig {
  9184. 0% {
  9185. opacity: 0;
  9186. transform: translate3d(2000px, 0, 0)
  9187. }
  9188. to {
  9189. opacity: 1;
  9190. -o-transform: none;
  9191. transform: none
  9192. }
  9193. }
  9194.  
  9195. @keyframes fadeInRightBig {
  9196. 0% {
  9197. opacity: 0;
  9198. -webkit-transform: translate3d(2000px, 0, 0);
  9199. -moz-transform: translate3d(2000px, 0, 0);
  9200. transform: translate3d(2000px, 0, 0)
  9201. }
  9202. to {
  9203. opacity: 1;
  9204. -webkit-transform: none;
  9205. -moz-transform: none;
  9206. -o-transform: none;
  9207. transform: none
  9208. }
  9209. }
  9210.  
  9211. .fadeInRightBig {
  9212. -webkit-animation-name: fadeInRightBig;
  9213. -moz-animation-name: fadeInRightBig;
  9214. -o-animation-name: fadeInRightBig;
  9215. animation-name: fadeInRightBig
  9216. }
  9217.  
  9218. @-webkit-keyframes fadeInUp {
  9219. 0% {
  9220. opacity: 0;
  9221. -webkit-transform: translate3d(0, 100%, 0);
  9222. transform: translate3d(0, 100%, 0)
  9223. }
  9224. to {
  9225. opacity: 1;
  9226. -webkit-transform: none;
  9227. transform: none
  9228. }
  9229. }
  9230.  
  9231. @-moz-keyframes fadeInUp {
  9232. 0% {
  9233. opacity: 0;
  9234. -moz-transform: translate3d(0, 100%, 0);
  9235. transform: translate3d(0, 100%, 0)
  9236. }
  9237. to {
  9238. opacity: 1;
  9239. -moz-transform: none;
  9240. transform: none
  9241. }
  9242. }
  9243.  
  9244. @-o-keyframes fadeInUp {
  9245. 0% {
  9246. opacity: 0;
  9247. transform: translate3d(0, 100%, 0)
  9248. }
  9249. to {
  9250. opacity: 1;
  9251. -o-transform: none;
  9252. transform: none
  9253. }
  9254. }
  9255.  
  9256. @keyframes fadeInUp {
  9257. 0% {
  9258. opacity: 0;
  9259. -webkit-transform: translate3d(0, 100%, 0);
  9260. -moz-transform: translate3d(0, 100%, 0);
  9261. transform: translate3d(0, 100%, 0)
  9262. }
  9263. to {
  9264. opacity: 1;
  9265. -webkit-transform: none;
  9266. -moz-transform: none;
  9267. -o-transform: none;
  9268. transform: none
  9269. }
  9270. }
  9271.  
  9272. .fadeInUp {
  9273. -webkit-animation-name: fadeInUp;
  9274. -moz-animation-name: fadeInUp;
  9275. -o-animation-name: fadeInUp;
  9276. animation-name: fadeInUp
  9277. }
  9278.  
  9279. @-webkit-keyframes fadeInUpBig {
  9280. 0% {
  9281. opacity: 0;
  9282. -webkit-transform: translate3d(0, 2000px, 0);
  9283. transform: translate3d(0, 2000px, 0)
  9284. }
  9285. to {
  9286. opacity: 1;
  9287. -webkit-transform: none;
  9288. transform: none
  9289. }
  9290. }
  9291.  
  9292. @-moz-keyframes fadeInUpBig {
  9293. 0% {
  9294. opacity: 0;
  9295. -moz-transform: translate3d(0, 2000px, 0);
  9296. transform: translate3d(0, 2000px, 0)
  9297. }
  9298. to {
  9299. opacity: 1;
  9300. -moz-transform: none;
  9301. transform: none
  9302. }
  9303. }
  9304.  
  9305. @-o-keyframes fadeInUpBig {
  9306. 0% {
  9307. opacity: 0;
  9308. transform: translate3d(0, 2000px, 0)
  9309. }
  9310. to {
  9311. opacity: 1;
  9312. -o-transform: none;
  9313. transform: none
  9314. }
  9315. }
  9316.  
  9317. @keyframes fadeInUpBig {
  9318. 0% {
  9319. opacity: 0;
  9320. -webkit-transform: translate3d(0, 2000px, 0);
  9321. -moz-transform: translate3d(0, 2000px, 0);
  9322. transform: translate3d(0, 2000px, 0)
  9323. }
  9324. to {
  9325. opacity: 1;
  9326. -webkit-transform: none;
  9327. -moz-transform: none;
  9328. -o-transform: none;
  9329. transform: none
  9330. }
  9331. }
  9332.  
  9333. .fadeInUpBig {
  9334. -webkit-animation-name: fadeInUpBig;
  9335. -moz-animation-name: fadeInUpBig;
  9336. -o-animation-name: fadeInUpBig;
  9337. animation-name: fadeInUpBig
  9338. }
  9339.  
  9340. @-webkit-keyframes fadeOut {
  9341. 0% {
  9342. opacity: 1
  9343. }
  9344. to {
  9345. opacity: 0
  9346. }
  9347. }
  9348.  
  9349. @-moz-keyframes fadeOut {
  9350. 0% {
  9351. opacity: 1
  9352. }
  9353. to {
  9354. opacity: 0
  9355. }
  9356. }
  9357.  
  9358. @-o-keyframes fadeOut {
  9359. 0% {
  9360. opacity: 1
  9361. }
  9362. to {
  9363. opacity: 0
  9364. }
  9365. }
  9366.  
  9367. @keyframes fadeOut {
  9368. 0% {
  9369. opacity: 1
  9370. }
  9371. to {
  9372. opacity: 0
  9373. }
  9374. }
  9375.  
  9376. .fadeOut {
  9377. -webkit-animation-name: fadeOut;
  9378. -moz-animation-name: fadeOut;
  9379. -o-animation-name: fadeOut;
  9380. animation-name: fadeOut
  9381. }
  9382.  
  9383. @-webkit-keyframes fadeOutDown {
  9384. 0% {
  9385. opacity: 1
  9386. }
  9387. to {
  9388. opacity: 0;
  9389. -webkit-transform: translate3d(0, 100%, 0);
  9390. transform: translate3d(0, 100%, 0)
  9391. }
  9392. }
  9393.  
  9394. @-moz-keyframes fadeOutDown {
  9395. 0% {
  9396. opacity: 1
  9397. }
  9398. to {
  9399. opacity: 0;
  9400. -moz-transform: translate3d(0, 100%, 0);
  9401. transform: translate3d(0, 100%, 0)
  9402. }
  9403. }
  9404.  
  9405. @-o-keyframes fadeOutDown {
  9406. 0% {
  9407. opacity: 1
  9408. }
  9409. to {
  9410. opacity: 0;
  9411. transform: translate3d(0, 100%, 0)
  9412. }
  9413. }
  9414.  
  9415. @keyframes fadeOutDown {
  9416. 0% {
  9417. opacity: 1
  9418. }
  9419. to {
  9420. opacity: 0;
  9421. -webkit-transform: translate3d(0, 100%, 0);
  9422. -moz-transform: translate3d(0, 100%, 0);
  9423. transform: translate3d(0, 100%, 0)
  9424. }
  9425. }
  9426.  
  9427. .fadeOutDown {
  9428. -webkit-animation-name: fadeOutDown;
  9429. -moz-animation-name: fadeOutDown;
  9430. -o-animation-name: fadeOutDown;
  9431. animation-name: fadeOutDown
  9432. }
  9433.  
  9434. @-webkit-keyframes fadeOutDownBig {
  9435. 0% {
  9436. opacity: 1
  9437. }
  9438. to {
  9439. opacity: 0;
  9440. -webkit-transform: translate3d(0, 2000px, 0);
  9441. transform: translate3d(0, 2000px, 0)
  9442. }
  9443. }
  9444.  
  9445. @-moz-keyframes fadeOutDownBig {
  9446. 0% {
  9447. opacity: 1
  9448. }
  9449. to {
  9450. opacity: 0;
  9451. -moz-transform: translate3d(0, 2000px, 0);
  9452. transform: translate3d(0, 2000px, 0)
  9453. }
  9454. }
  9455.  
  9456. @-o-keyframes fadeOutDownBig {
  9457. 0% {
  9458. opacity: 1
  9459. }
  9460. to {
  9461. opacity: 0;
  9462. transform: translate3d(0, 2000px, 0)
  9463. }
  9464. }
  9465.  
  9466. @keyframes fadeOutDownBig {
  9467. 0% {
  9468. opacity: 1
  9469. }
  9470. to {
  9471. opacity: 0;
  9472. -webkit-transform: translate3d(0, 2000px, 0);
  9473. -moz-transform: translate3d(0, 2000px, 0);
  9474. transform: translate3d(0, 2000px, 0)
  9475. }
  9476. }
  9477.  
  9478. .fadeOutDownBig {
  9479. -webkit-animation-name: fadeOutDownBig;
  9480. -moz-animation-name: fadeOutDownBig;
  9481. -o-animation-name: fadeOutDownBig;
  9482. animation-name: fadeOutDownBig
  9483. }
  9484.  
  9485. @-webkit-keyframes fadeOutLeft {
  9486. 0% {
  9487. opacity: 1
  9488. }
  9489. to {
  9490. opacity: 0;
  9491. -webkit-transform: translate3d(-100%, 0, 0);
  9492. transform: translate3d(-100%, 0, 0)
  9493. }
  9494. }
  9495.  
  9496. @-moz-keyframes fadeOutLeft {
  9497. 0% {
  9498. opacity: 1
  9499. }
  9500. to {
  9501. opacity: 0;
  9502. -moz-transform: translate3d(-100%, 0, 0);
  9503. transform: translate3d(-100%, 0, 0)
  9504. }
  9505. }
  9506.  
  9507. @-o-keyframes fadeOutLeft {
  9508. 0% {
  9509. opacity: 1
  9510. }
  9511. to {
  9512. opacity: 0;
  9513. transform: translate3d(-100%, 0, 0)
  9514. }
  9515. }
  9516.  
  9517. @keyframes fadeOutLeft {
  9518. 0% {
  9519. opacity: 1
  9520. }
  9521. to {
  9522. opacity: 0;
  9523. -webkit-transform: translate3d(-100%, 0, 0);
  9524. -moz-transform: translate3d(-100%, 0, 0);
  9525. transform: translate3d(-100%, 0, 0)
  9526. }
  9527. }
  9528.  
  9529. .fadeOutLeft {
  9530. -webkit-animation-name: fadeOutLeft;
  9531. -moz-animation-name: fadeOutLeft;
  9532. -o-animation-name: fadeOutLeft;
  9533. animation-name: fadeOutLeft
  9534. }
  9535.  
  9536. @-webkit-keyframes fadeOutLeftBig {
  9537. 0% {
  9538. opacity: 1
  9539. }
  9540. to {
  9541. opacity: 0;
  9542. -webkit-transform: translate3d(-2000px, 0, 0);
  9543. transform: translate3d(-2000px, 0, 0)
  9544. }
  9545. }
  9546.  
  9547. @-moz-keyframes fadeOutLeftBig {
  9548. 0% {
  9549. opacity: 1
  9550. }
  9551. to {
  9552. opacity: 0;
  9553. -moz-transform: translate3d(-2000px, 0, 0);
  9554. transform: translate3d(-2000px, 0, 0)
  9555. }
  9556. }
  9557.  
  9558. @-o-keyframes fadeOutLeftBig {
  9559. 0% {
  9560. opacity: 1
  9561. }
  9562. to {
  9563. opacity: 0;
  9564. transform: translate3d(-2000px, 0, 0)
  9565. }
  9566. }
  9567.  
  9568. @keyframes fadeOutLeftBig {
  9569. 0% {
  9570. opacity: 1
  9571. }
  9572. to {
  9573. opacity: 0;
  9574. -webkit-transform: translate3d(-2000px, 0, 0);
  9575. -moz-transform: translate3d(-2000px, 0, 0);
  9576. transform: translate3d(-2000px, 0, 0)
  9577. }
  9578. }
  9579.  
  9580. .fadeOutLeftBig {
  9581. -webkit-animation-name: fadeOutLeftBig;
  9582. -moz-animation-name: fadeOutLeftBig;
  9583. -o-animation-name: fadeOutLeftBig;
  9584. animation-name: fadeOutLeftBig
  9585. }
  9586.  
  9587. @-webkit-keyframes fadeOutRight {
  9588. 0% {
  9589. opacity: 1
  9590. }
  9591. to {
  9592. opacity: 0;
  9593. -webkit-transform: translate3d(100%, 0, 0);
  9594. transform: translate3d(100%, 0, 0)
  9595. }
  9596. }
  9597.  
  9598. @-moz-keyframes fadeOutRight {
  9599. 0% {
  9600. opacity: 1
  9601. }
  9602. to {
  9603. opacity: 0;
  9604. -moz-transform: translate3d(100%, 0, 0);
  9605. transform: translate3d(100%, 0, 0)
  9606. }
  9607. }
  9608.  
  9609. @-o-keyframes fadeOutRight {
  9610. 0% {
  9611. opacity: 1
  9612. }
  9613. to {
  9614. opacity: 0;
  9615. transform: translate3d(100%, 0, 0)
  9616. }
  9617. }
  9618.  
  9619. @keyframes fadeOutRight {
  9620. 0% {
  9621. opacity: 1
  9622. }
  9623. to {
  9624. opacity: 0;
  9625. -webkit-transform: translate3d(100%, 0, 0);
  9626. -moz-transform: translate3d(100%, 0, 0);
  9627. transform: translate3d(100%, 0, 0)
  9628. }
  9629. }
  9630.  
  9631. .fadeOutRight {
  9632. -webkit-animation-name: fadeOutRight;
  9633. -moz-animation-name: fadeOutRight;
  9634. -o-animation-name: fadeOutRight;
  9635. animation-name: fadeOutRight
  9636. }
  9637.  
  9638. @-webkit-keyframes fadeOutRightBig {
  9639. 0% {
  9640. opacity: 1
  9641. }
  9642. to {
  9643. opacity: 0;
  9644. -webkit-transform: translate3d(2000px, 0, 0);
  9645. transform: translate3d(2000px, 0, 0)
  9646. }
  9647. }
  9648.  
  9649. @-moz-keyframes fadeOutRightBig {
  9650. 0% {
  9651. opacity: 1
  9652. }
  9653. to {
  9654. opacity: 0;
  9655. -moz-transform: translate3d(2000px, 0, 0);
  9656. transform: translate3d(2000px, 0, 0)
  9657. }
  9658. }
  9659.  
  9660. @-o-keyframes fadeOutRightBig {
  9661. 0% {
  9662. opacity: 1
  9663. }
  9664. to {
  9665. opacity: 0;
  9666. transform: translate3d(2000px, 0, 0)
  9667. }
  9668. }
  9669.  
  9670. @keyframes fadeOutRightBig {
  9671. 0% {
  9672. opacity: 1
  9673. }
  9674. to {
  9675. opacity: 0;
  9676. -webkit-transform: translate3d(2000px, 0, 0);
  9677. -moz-transform: translate3d(2000px, 0, 0);
  9678. transform: translate3d(2000px, 0, 0)
  9679. }
  9680. }
  9681.  
  9682. .fadeOutRightBig {
  9683. -webkit-animation-name: fadeOutRightBig;
  9684. -moz-animation-name: fadeOutRightBig;
  9685. -o-animation-name: fadeOutRightBig;
  9686. animation-name: fadeOutRightBig
  9687. }
  9688.  
  9689. @-webkit-keyframes fadeOutUp {
  9690. 0% {
  9691. opacity: 1
  9692. }
  9693. to {
  9694. opacity: 0;
  9695. -webkit-transform: translate3d(0, -100%, 0);
  9696. transform: translate3d(0, -100%, 0)
  9697. }
  9698. }
  9699.  
  9700. @-moz-keyframes fadeOutUp {
  9701. 0% {
  9702. opacity: 1
  9703. }
  9704. to {
  9705. opacity: 0;
  9706. -moz-transform: translate3d(0, -100%, 0);
  9707. transform: translate3d(0, -100%, 0)
  9708. }
  9709. }
  9710.  
  9711. @-o-keyframes fadeOutUp {
  9712. 0% {
  9713. opacity: 1
  9714. }
  9715. to {
  9716. opacity: 0;
  9717. transform: translate3d(0, -100%, 0)
  9718. }
  9719. }
  9720.  
  9721. @keyframes fadeOutUp {
  9722. 0% {
  9723. opacity: 1
  9724. }
  9725. to {
  9726. opacity: 0;
  9727. -webkit-transform: translate3d(0, -100%, 0);
  9728. -moz-transform: translate3d(0, -100%, 0);
  9729. transform: translate3d(0, -100%, 0)
  9730. }
  9731. }
  9732.  
  9733. .fadeOutUp {
  9734. -webkit-animation-name: fadeOutUp;
  9735. -moz-animation-name: fadeOutUp;
  9736. -o-animation-name: fadeOutUp;
  9737. animation-name: fadeOutUp
  9738. }
  9739.  
  9740. @-webkit-keyframes fadeOutUpBig {
  9741. 0% {
  9742. opacity: 1
  9743. }
  9744. to {
  9745. opacity: 0;
  9746. -webkit-transform: translate3d(0, -2000px, 0);
  9747. transform: translate3d(0, -2000px, 0)
  9748. }
  9749. }
  9750.  
  9751. @-moz-keyframes fadeOutUpBig {
  9752. 0% {
  9753. opacity: 1
  9754. }
  9755. to {
  9756. opacity: 0;
  9757. -moz-transform: translate3d(0, -2000px, 0);
  9758. transform: translate3d(0, -2000px, 0)
  9759. }
  9760. }
  9761.  
  9762. @-o-keyframes fadeOutUpBig {
  9763. 0% {
  9764. opacity: 1
  9765. }
  9766. to {
  9767. opacity: 0;
  9768. transform: translate3d(0, -2000px, 0)
  9769. }
  9770. }
  9771.  
  9772. @keyframes fadeOutUpBig {
  9773. 0% {
  9774. opacity: 1
  9775. }
  9776. to {
  9777. opacity: 0;
  9778. -webkit-transform: translate3d(0, -2000px, 0);
  9779. -moz-transform: translate3d(0, -2000px, 0);
  9780. transform: translate3d(0, -2000px, 0)
  9781. }
  9782. }
  9783.  
  9784. .fadeOutUpBig {
  9785. -webkit-animation-name: fadeOutUpBig;
  9786. -moz-animation-name: fadeOutUpBig;
  9787. -o-animation-name: fadeOutUpBig;
  9788. animation-name: fadeOutUpBig
  9789. }
  9790.  
  9791. @-webkit-keyframes flip {
  9792. 0% {
  9793. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  9794. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  9795. -webkit-animation-timing-function: ease-out;
  9796. animation-timing-function: ease-out
  9797. }
  9798. 40% {
  9799. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  9800. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  9801. -webkit-animation-timing-function: ease-out;
  9802. animation-timing-function: ease-out
  9803. }
  9804. 50% {
  9805. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  9806. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  9807. -webkit-animation-timing-function: ease-in;
  9808. animation-timing-function: ease-in
  9809. }
  9810. 80% {
  9811. -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  9812. transform: perspective(400px) scale3d(.95, .95, .95);
  9813. -webkit-animation-timing-function: ease-in;
  9814. animation-timing-function: ease-in
  9815. }
  9816. to {
  9817. -webkit-transform: perspective(400px);
  9818. transform: perspective(400px);
  9819. -webkit-animation-timing-function: ease-in;
  9820. animation-timing-function: ease-in
  9821. }
  9822. }
  9823.  
  9824. @-moz-keyframes flip {
  9825. 0% {
  9826. -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  9827. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  9828. -moz-animation-timing-function: ease-out;
  9829. animation-timing-function: ease-out
  9830. }
  9831. 40% {
  9832. -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  9833. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  9834. -moz-animation-timing-function: ease-out;
  9835. animation-timing-function: ease-out
  9836. }
  9837. 50% {
  9838. -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  9839. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  9840. -moz-animation-timing-function: ease-in;
  9841. animation-timing-function: ease-in
  9842. }
  9843. 80% {
  9844. -moz-transform: perspective(400px) scale3d(.95, .95, .95);
  9845. transform: perspective(400px) scale3d(.95, .95, .95);
  9846. -moz-animation-timing-function: ease-in;
  9847. animation-timing-function: ease-in
  9848. }
  9849. to {
  9850. -moz-transform: perspective(400px);
  9851. transform: perspective(400px);
  9852. -moz-animation-timing-function: ease-in;
  9853. animation-timing-function: ease-in
  9854. }
  9855. }
  9856.  
  9857. @-o-keyframes flip {
  9858. 0% {
  9859. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  9860. -o-animation-timing-function: ease-out;
  9861. animation-timing-function: ease-out
  9862. }
  9863. 40% {
  9864. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  9865. -o-animation-timing-function: ease-out;
  9866. animation-timing-function: ease-out
  9867. }
  9868. 50% {
  9869. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  9870. -o-animation-timing-function: ease-in;
  9871. animation-timing-function: ease-in
  9872. }
  9873. 80% {
  9874. transform: perspective(400px) scale3d(.95, .95, .95);
  9875. -o-animation-timing-function: ease-in;
  9876. animation-timing-function: ease-in
  9877. }
  9878. to {
  9879. transform: perspective(400px);
  9880. -o-animation-timing-function: ease-in;
  9881. animation-timing-function: ease-in
  9882. }
  9883. }
  9884.  
  9885. @keyframes flip {
  9886. 0% {
  9887. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  9888. -moz-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  9889. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  9890. -webkit-animation-timing-function: ease-out;
  9891. -moz-animation-timing-function: ease-out;
  9892. -o-animation-timing-function: ease-out;
  9893. animation-timing-function: ease-out
  9894. }
  9895. 40% {
  9896. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  9897. -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  9898. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  9899. -webkit-animation-timing-function: ease-out;
  9900. -moz-animation-timing-function: ease-out;
  9901. -o-animation-timing-function: ease-out;
  9902. animation-timing-function: ease-out
  9903. }
  9904. 50% {
  9905. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  9906. -moz-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  9907. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  9908. -webkit-animation-timing-function: ease-in;
  9909. -moz-animation-timing-function: ease-in;
  9910. -o-animation-timing-function: ease-in;
  9911. animation-timing-function: ease-in
  9912. }
  9913. 80% {
  9914. -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  9915. -moz-transform: perspective(400px) scale3d(.95, .95, .95);
  9916. transform: perspective(400px) scale3d(.95, .95, .95);
  9917. -webkit-animation-timing-function: ease-in;
  9918. -moz-animation-timing-function: ease-in;
  9919. -o-animation-timing-function: ease-in;
  9920. animation-timing-function: ease-in
  9921. }
  9922. to {
  9923. -webkit-transform: perspective(400px);
  9924. -moz-transform: perspective(400px);
  9925. transform: perspective(400px);
  9926. -webkit-animation-timing-function: ease-in;
  9927. -moz-animation-timing-function: ease-in;
  9928. -o-animation-timing-function: ease-in;
  9929. animation-timing-function: ease-in
  9930. }
  9931. }
  9932.  
  9933. .animated.flip {
  9934. -webkit-backface-visibility: visible;
  9935. -moz-backface-visibility: visible;
  9936. backface-visibility: visible;
  9937. -webkit-animation-name: flip;
  9938. -moz-animation-name: flip;
  9939. -o-animation-name: flip;
  9940. animation-name: flip
  9941. }
  9942.  
  9943. @-webkit-keyframes flipInX {
  9944. 0% {
  9945. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  9946. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  9947. -webkit-animation-timing-function: ease-in;
  9948. animation-timing-function: ease-in;
  9949. opacity: 0
  9950. }
  9951. 40% {
  9952. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  9953. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  9954. -webkit-animation-timing-function: ease-in;
  9955. animation-timing-function: ease-in
  9956. }
  9957. 60% {
  9958. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  9959. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  9960. opacity: 1
  9961. }
  9962. 80% {
  9963. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  9964. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  9965. }
  9966. to {
  9967. -webkit-transform: perspective(400px);
  9968. transform: perspective(400px)
  9969. }
  9970. }
  9971.  
  9972. @-moz-keyframes flipInX {
  9973. 0% {
  9974. -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  9975. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  9976. -moz-animation-timing-function: ease-in;
  9977. animation-timing-function: ease-in;
  9978. opacity: 0
  9979. }
  9980. 40% {
  9981. -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  9982. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  9983. -moz-animation-timing-function: ease-in;
  9984. animation-timing-function: ease-in
  9985. }
  9986. 60% {
  9987. -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  9988. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  9989. opacity: 1
  9990. }
  9991. 80% {
  9992. -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  9993. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  9994. }
  9995. to {
  9996. -moz-transform: perspective(400px);
  9997. transform: perspective(400px)
  9998. }
  9999. }
  10000.  
  10001. @-o-keyframes flipInX {
  10002. 0% {
  10003. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10004. -o-animation-timing-function: ease-in;
  10005. animation-timing-function: ease-in;
  10006. opacity: 0
  10007. }
  10008. 40% {
  10009. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10010. -o-animation-timing-function: ease-in;
  10011. animation-timing-function: ease-in
  10012. }
  10013. 60% {
  10014. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  10015. opacity: 1
  10016. }
  10017. 80% {
  10018. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  10019. }
  10020. to {
  10021. transform: perspective(400px)
  10022. }
  10023. }
  10024.  
  10025. @keyframes flipInX {
  10026. 0% {
  10027. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10028. -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10029. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10030. -webkit-animation-timing-function: ease-in;
  10031. -moz-animation-timing-function: ease-in;
  10032. -o-animation-timing-function: ease-in;
  10033. animation-timing-function: ease-in;
  10034. opacity: 0
  10035. }
  10036. 40% {
  10037. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10038. -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10039. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10040. -webkit-animation-timing-function: ease-in;
  10041. -moz-animation-timing-function: ease-in;
  10042. -o-animation-timing-function: ease-in;
  10043. animation-timing-function: ease-in
  10044. }
  10045. 60% {
  10046. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  10047. -moz-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  10048. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  10049. opacity: 1
  10050. }
  10051. 80% {
  10052. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  10053. -moz-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  10054. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  10055. }
  10056. to {
  10057. -webkit-transform: perspective(400px);
  10058. -moz-transform: perspective(400px);
  10059. transform: perspective(400px)
  10060. }
  10061. }
  10062.  
  10063. .flipInX,
  10064. .flipInY,
  10065. .flipOutX,
  10066. .flipOutY {
  10067. -webkit-backface-visibility: visible!important;
  10068. -moz-backface-visibility: visible!important;
  10069. backface-visibility: visible!important;
  10070. -webkit-animation-name: flipInX;
  10071. -moz-animation-name: flipInX;
  10072. -o-animation-name: flipInX;
  10073. animation-name: flipInX
  10074. }
  10075.  
  10076. @-webkit-keyframes flipInY {
  10077. 0% {
  10078. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10079. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10080. -webkit-animation-timing-function: ease-in;
  10081. animation-timing-function: ease-in;
  10082. opacity: 0
  10083. }
  10084. 40% {
  10085. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  10086. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  10087. -webkit-animation-timing-function: ease-in;
  10088. animation-timing-function: ease-in
  10089. }
  10090. 60% {
  10091. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  10092. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  10093. opacity: 1
  10094. }
  10095. 80% {
  10096. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  10097. transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  10098. }
  10099. to {
  10100. -webkit-transform: perspective(400px);
  10101. transform: perspective(400px)
  10102. }
  10103. }
  10104.  
  10105. @-moz-keyframes flipInY {
  10106. 0% {
  10107. -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10108. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10109. -moz-animation-timing-function: ease-in;
  10110. animation-timing-function: ease-in;
  10111. opacity: 0
  10112. }
  10113. 40% {
  10114. -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  10115. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  10116. -moz-animation-timing-function: ease-in;
  10117. animation-timing-function: ease-in
  10118. }
  10119. 60% {
  10120. -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  10121. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  10122. opacity: 1
  10123. }
  10124. 80% {
  10125. -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  10126. transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  10127. }
  10128. to {
  10129. -moz-transform: perspective(400px);
  10130. transform: perspective(400px)
  10131. }
  10132. }
  10133.  
  10134. @-o-keyframes flipInY {
  10135. 0% {
  10136. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10137. -o-animation-timing-function: ease-in;
  10138. animation-timing-function: ease-in;
  10139. opacity: 0
  10140. }
  10141. 40% {
  10142. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  10143. -o-animation-timing-function: ease-in;
  10144. animation-timing-function: ease-in
  10145. }
  10146. 60% {
  10147. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  10148. opacity: 1
  10149. }
  10150. 80% {
  10151. transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  10152. }
  10153. to {
  10154. transform: perspective(400px)
  10155. }
  10156. }
  10157.  
  10158. @keyframes flipInY {
  10159. 0% {
  10160. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10161. -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10162. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10163. -webkit-animation-timing-function: ease-in;
  10164. -moz-animation-timing-function: ease-in;
  10165. -o-animation-timing-function: ease-in;
  10166. animation-timing-function: ease-in;
  10167. opacity: 0
  10168. }
  10169. 40% {
  10170. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  10171. -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  10172. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  10173. -webkit-animation-timing-function: ease-in;
  10174. -moz-animation-timing-function: ease-in;
  10175. -o-animation-timing-function: ease-in;
  10176. animation-timing-function: ease-in
  10177. }
  10178. 60% {
  10179. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  10180. -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  10181. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  10182. opacity: 1
  10183. }
  10184. 80% {
  10185. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  10186. -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  10187. transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  10188. }
  10189. to {
  10190. -webkit-transform: perspective(400px);
  10191. -moz-transform: perspective(400px);
  10192. transform: perspective(400px)
  10193. }
  10194. }
  10195.  
  10196. .flipInY,
  10197. .flipOutX,
  10198. .flipOutY {
  10199. -webkit-animation-name: flipInY;
  10200. -moz-animation-name: flipInY;
  10201. -o-animation-name: flipInY;
  10202. animation-name: flipInY
  10203. }
  10204.  
  10205. @-webkit-keyframes flipOutX {
  10206. 0% {
  10207. -webkit-transform: perspective(400px);
  10208. transform: perspective(400px)
  10209. }
  10210. 30% {
  10211. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10212. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10213. opacity: 1
  10214. }
  10215. to {
  10216. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10217. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10218. opacity: 0
  10219. }
  10220. }
  10221.  
  10222. @-moz-keyframes flipOutX {
  10223. 0% {
  10224. -moz-transform: perspective(400px);
  10225. transform: perspective(400px)
  10226. }
  10227. 30% {
  10228. -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10229. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10230. opacity: 1
  10231. }
  10232. to {
  10233. -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10234. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10235. opacity: 0
  10236. }
  10237. }
  10238.  
  10239. @-o-keyframes flipOutX {
  10240. 0% {
  10241. transform: perspective(400px)
  10242. }
  10243. 30% {
  10244. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10245. opacity: 1
  10246. }
  10247. to {
  10248. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10249. opacity: 0
  10250. }
  10251. }
  10252.  
  10253. @keyframes flipOutX {
  10254. 0% {
  10255. -webkit-transform: perspective(400px);
  10256. -moz-transform: perspective(400px);
  10257. transform: perspective(400px)
  10258. }
  10259. 30% {
  10260. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10261. -moz-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10262. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  10263. opacity: 1
  10264. }
  10265. to {
  10266. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10267. -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10268. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  10269. opacity: 0
  10270. }
  10271. }
  10272.  
  10273. .flipOutX,
  10274. .flipOutY {
  10275. -webkit-animation-name: flipOutX;
  10276. -moz-animation-name: flipOutX;
  10277. -o-animation-name: flipOutX;
  10278. animation-name: flipOutX
  10279. }
  10280.  
  10281. @-webkit-keyframes flipOutY {
  10282. 0% {
  10283. -webkit-transform: perspective(400px);
  10284. transform: perspective(400px)
  10285. }
  10286. 30% {
  10287. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  10288. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  10289. opacity: 1
  10290. }
  10291. to {
  10292. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10293. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10294. opacity: 0
  10295. }
  10296. }
  10297.  
  10298. @-moz-keyframes flipOutY {
  10299. 0% {
  10300. -moz-transform: perspective(400px);
  10301. transform: perspective(400px)
  10302. }
  10303. 30% {
  10304. -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  10305. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  10306. opacity: 1
  10307. }
  10308. to {
  10309. -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10310. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10311. opacity: 0
  10312. }
  10313. }
  10314.  
  10315. @-o-keyframes flipOutY {
  10316. 0% {
  10317. transform: perspective(400px)
  10318. }
  10319. 30% {
  10320. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  10321. opacity: 1
  10322. }
  10323. to {
  10324. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10325. opacity: 0
  10326. }
  10327. }
  10328.  
  10329. @keyframes flipOutY {
  10330. 0% {
  10331. -webkit-transform: perspective(400px);
  10332. -moz-transform: perspective(400px);
  10333. transform: perspective(400px)
  10334. }
  10335. 30% {
  10336. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  10337. -moz-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  10338. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  10339. opacity: 1
  10340. }
  10341. to {
  10342. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10343. -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10344. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  10345. opacity: 0
  10346. }
  10347. }
  10348.  
  10349. .flipOutY {
  10350. -webkit-animation-name: flipOutY;
  10351. -moz-animation-name: flipOutY;
  10352. -o-animation-name: flipOutY;
  10353. animation-name: flipOutY
  10354. }
  10355.  
  10356. @-webkit-keyframes lightSpeedIn {
  10357. 0% {
  10358. -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  10359. transform: translate3d(100%, 0, 0) skewX(-30deg);
  10360. opacity: 0
  10361. }
  10362. 60% {
  10363. -webkit-transform: skewX(20deg);
  10364. transform: skewX(20deg);
  10365. opacity: 1
  10366. }
  10367. 80% {
  10368. -webkit-transform: skewX(-5deg);
  10369. transform: skewX(-5deg);
  10370. opacity: 1
  10371. }
  10372. to {
  10373. -webkit-transform: none;
  10374. transform: none;
  10375. opacity: 1
  10376. }
  10377. }
  10378.  
  10379. @-moz-keyframes lightSpeedIn {
  10380. 0% {
  10381. -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
  10382. transform: translate3d(100%, 0, 0) skewX(-30deg);
  10383. opacity: 0
  10384. }
  10385. 60% {
  10386. -moz-transform: skewX(20deg);
  10387. transform: skewX(20deg);
  10388. opacity: 1
  10389. }
  10390. 80% {
  10391. -moz-transform: skewX(-5deg);
  10392. transform: skewX(-5deg);
  10393. opacity: 1
  10394. }
  10395. to {
  10396. -moz-transform: none;
  10397. transform: none;
  10398. opacity: 1
  10399. }
  10400. }
  10401.  
  10402. @-o-keyframes lightSpeedIn {
  10403. 0% {
  10404. transform: translate3d(100%, 0, 0) skewX(-30deg);
  10405. opacity: 0
  10406. }
  10407. 60% {
  10408. -o-transform: skewX(20deg);
  10409. transform: skewX(20deg);
  10410. opacity: 1
  10411. }
  10412. 80% {
  10413. -o-transform: skewX(-5deg);
  10414. transform: skewX(-5deg);
  10415. opacity: 1
  10416. }
  10417. to {
  10418. -o-transform: none;
  10419. transform: none;
  10420. opacity: 1
  10421. }
  10422. }
  10423.  
  10424. @keyframes lightSpeedIn {
  10425. 0% {
  10426. -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  10427. -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
  10428. transform: translate3d(100%, 0, 0) skewX(-30deg);
  10429. opacity: 0
  10430. }
  10431. 60% {
  10432. -webkit-transform: skewX(20deg);
  10433. -moz-transform: skewX(20deg);
  10434. -o-transform: skewX(20deg);
  10435. transform: skewX(20deg);
  10436. opacity: 1
  10437. }
  10438. 80% {
  10439. -webkit-transform: skewX(-5deg);
  10440. -moz-transform: skewX(-5deg);
  10441. -o-transform: skewX(-5deg);
  10442. transform: skewX(-5deg);
  10443. opacity: 1
  10444. }
  10445. to {
  10446. -webkit-transform: none;
  10447. -moz-transform: none;
  10448. -o-transform: none;
  10449. transform: none;
  10450. opacity: 1
  10451. }
  10452. }
  10453.  
  10454. .lightSpeedIn {
  10455. -webkit-animation-name: lightSpeedIn;
  10456. -moz-animation-name: lightSpeedIn;
  10457. -o-animation-name: lightSpeedIn;
  10458. animation-name: lightSpeedIn;
  10459. -webkit-animation-timing-function: ease-out;
  10460. -moz-animation-timing-function: ease-out;
  10461. -o-animation-timing-function: ease-out;
  10462. animation-timing-function: ease-out
  10463. }
  10464.  
  10465. @-webkit-keyframes lightSpeedOut {
  10466. 0% {
  10467. opacity: 1
  10468. }
  10469. to {
  10470. -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  10471. transform: translate3d(100%, 0, 0) skewX(30deg);
  10472. opacity: 0
  10473. }
  10474. }
  10475.  
  10476. @-moz-keyframes lightSpeedOut {
  10477. 0% {
  10478. opacity: 1
  10479. }
  10480. to {
  10481. -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
  10482. transform: translate3d(100%, 0, 0) skewX(30deg);
  10483. opacity: 0
  10484. }
  10485. }
  10486.  
  10487. @-o-keyframes lightSpeedOut {
  10488. 0% {
  10489. opacity: 1
  10490. }
  10491. to {
  10492. transform: translate3d(100%, 0, 0) skewX(30deg);
  10493. opacity: 0
  10494. }
  10495. }
  10496.  
  10497. @keyframes lightSpeedOut {
  10498. 0% {
  10499. opacity: 1
  10500. }
  10501. to {
  10502. -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  10503. -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
  10504. transform: translate3d(100%, 0, 0) skewX(30deg);
  10505. opacity: 0
  10506. }
  10507. }
  10508.  
  10509. .lightSpeedOut {
  10510. -webkit-animation-name: lightSpeedOut;
  10511. -moz-animation-name: lightSpeedOut;
  10512. -o-animation-name: lightSpeedOut;
  10513. animation-name: lightSpeedOut;
  10514. -webkit-animation-timing-function: ease-in;
  10515. -moz-animation-timing-function: ease-in;
  10516. -o-animation-timing-function: ease-in;
  10517. animation-timing-function: ease-in
  10518. }
  10519.  
  10520. @-webkit-keyframes rotateIn {
  10521. 0% {
  10522. -webkit-transform-origin: center;
  10523. transform-origin: center;
  10524. -webkit-transform: rotate3d(0, 0, 1, -200deg);
  10525. transform: rotate3d(0, 0, 1, -200deg);
  10526. opacity: 0
  10527. }
  10528. to {
  10529. -webkit-transform-origin: center;
  10530. transform-origin: center;
  10531. -webkit-transform: none;
  10532. transform: none;
  10533. opacity: 1
  10534. }
  10535. }
  10536.  
  10537. @-moz-keyframes rotateIn {
  10538. 0% {
  10539. -moz-transform-origin: center;
  10540. transform-origin: center;
  10541. -moz-transform: rotate3d(0, 0, 1, -200deg);
  10542. transform: rotate3d(0, 0, 1, -200deg);
  10543. opacity: 0
  10544. }
  10545. to {
  10546. -moz-transform-origin: center;
  10547. transform-origin: center;
  10548. -moz-transform: none;
  10549. transform: none;
  10550. opacity: 1
  10551. }
  10552. }
  10553.  
  10554. @-o-keyframes rotateIn {
  10555. 0% {
  10556. -o-transform-origin: center;
  10557. transform-origin: center;
  10558. transform: rotate3d(0, 0, 1, -200deg);
  10559. opacity: 0
  10560. }
  10561. to {
  10562. -o-transform-origin: center;
  10563. transform-origin: center;
  10564. -o-transform: none;
  10565. transform: none;
  10566. opacity: 1
  10567. }
  10568. }
  10569.  
  10570. @keyframes rotateIn {
  10571. 0% {
  10572. -webkit-transform-origin: center;
  10573. -moz-transform-origin: center;
  10574. -o-transform-origin: center;
  10575. transform-origin: center;
  10576. -webkit-transform: rotate3d(0, 0, 1, -200deg);
  10577. -moz-transform: rotate3d(0, 0, 1, -200deg);
  10578. transform: rotate3d(0, 0, 1, -200deg);
  10579. opacity: 0
  10580. }
  10581. to {
  10582. -webkit-transform-origin: center;
  10583. -moz-transform-origin: center;
  10584. -o-transform-origin: center;
  10585. transform-origin: center;
  10586. -webkit-transform: none;
  10587. -moz-transform: none;
  10588. -o-transform: none;
  10589. transform: none;
  10590. opacity: 1
  10591. }
  10592. }
  10593.  
  10594. .rotateIn {
  10595. -webkit-animation-name: rotateIn;
  10596. -moz-animation-name: rotateIn;
  10597. -o-animation-name: rotateIn;
  10598. animation-name: rotateIn
  10599. }
  10600.  
  10601. @-webkit-keyframes rotateInDownLeft {
  10602. 0% {
  10603. -webkit-transform-origin: left bottom;
  10604. transform-origin: left bottom;
  10605. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  10606. transform: rotate3d(0, 0, 1, -45deg);
  10607. opacity: 0
  10608. }
  10609. to {
  10610. -webkit-transform-origin: left bottom;
  10611. transform-origin: left bottom;
  10612. -webkit-transform: none;
  10613. transform: none;
  10614. opacity: 1
  10615. }
  10616. }
  10617.  
  10618. @-moz-keyframes rotateInDownLeft {
  10619. 0% {
  10620. -moz-transform-origin: left bottom;
  10621. transform-origin: left bottom;
  10622. -moz-transform: rotate3d(0, 0, 1, -45deg);
  10623. transform: rotate3d(0, 0, 1, -45deg);
  10624. opacity: 0
  10625. }
  10626. to {
  10627. -moz-transform-origin: left bottom;
  10628. transform-origin: left bottom;
  10629. -moz-transform: none;
  10630. transform: none;
  10631. opacity: 1
  10632. }
  10633. }
  10634.  
  10635. @-o-keyframes rotateInDownLeft {
  10636. 0% {
  10637. -o-transform-origin: left bottom;
  10638. transform-origin: left bottom;
  10639. transform: rotate3d(0, 0, 1, -45deg);
  10640. opacity: 0
  10641. }
  10642. to {
  10643. -o-transform-origin: left bottom;
  10644. transform-origin: left bottom;
  10645. -o-transform: none;
  10646. transform: none;
  10647. opacity: 1
  10648. }
  10649. }
  10650.  
  10651. @keyframes rotateInDownLeft {
  10652. 0% {
  10653. -webkit-transform-origin: left bottom;
  10654. -moz-transform-origin: left bottom;
  10655. -o-transform-origin: left bottom;
  10656. transform-origin: left bottom;
  10657. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  10658. -moz-transform: rotate3d(0, 0, 1, -45deg);
  10659. transform: rotate3d(0, 0, 1, -45deg);
  10660. opacity: 0
  10661. }
  10662. to {
  10663. -webkit-transform-origin: left bottom;
  10664. -moz-transform-origin: left bottom;
  10665. -o-transform-origin: left bottom;
  10666. transform-origin: left bottom;
  10667. -webkit-transform: none;
  10668. -moz-transform: none;
  10669. -o-transform: none;
  10670. transform: none;
  10671. opacity: 1
  10672. }
  10673. }
  10674.  
  10675. .rotateInDownLeft {
  10676. -webkit-animation-name: rotateInDownLeft;
  10677. -moz-animation-name: rotateInDownLeft;
  10678. -o-animation-name: rotateInDownLeft;
  10679. animation-name: rotateInDownLeft
  10680. }
  10681.  
  10682. @-webkit-keyframes rotateInDownRight {
  10683. 0% {
  10684. -webkit-transform-origin: right bottom;
  10685. transform-origin: right bottom;
  10686. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  10687. transform: rotate3d(0, 0, 1, 45deg);
  10688. opacity: 0
  10689. }
  10690. to {
  10691. -webkit-transform-origin: right bottom;
  10692. transform-origin: right bottom;
  10693. -webkit-transform: none;
  10694. transform: none;
  10695. opacity: 1
  10696. }
  10697. }
  10698.  
  10699. @-moz-keyframes rotateInDownRight {
  10700. 0% {
  10701. -moz-transform-origin: right bottom;
  10702. transform-origin: right bottom;
  10703. -moz-transform: rotate3d(0, 0, 1, 45deg);
  10704. transform: rotate3d(0, 0, 1, 45deg);
  10705. opacity: 0
  10706. }
  10707. to {
  10708. -moz-transform-origin: right bottom;
  10709. transform-origin: right bottom;
  10710. -moz-transform: none;
  10711. transform: none;
  10712. opacity: 1
  10713. }
  10714. }
  10715.  
  10716. @-o-keyframes rotateInDownRight {
  10717. 0% {
  10718. -o-transform-origin: right bottom;
  10719. transform-origin: right bottom;
  10720. transform: rotate3d(0, 0, 1, 45deg);
  10721. opacity: 0
  10722. }
  10723. to {
  10724. -o-transform-origin: right bottom;
  10725. transform-origin: right bottom;
  10726. -o-transform: none;
  10727. transform: none;
  10728. opacity: 1
  10729. }
  10730. }
  10731.  
  10732. @keyframes rotateInDownRight {
  10733. 0% {
  10734. -webkit-transform-origin: right bottom;
  10735. -moz-transform-origin: right bottom;
  10736. -o-transform-origin: right bottom;
  10737. transform-origin: right bottom;
  10738. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  10739. -moz-transform: rotate3d(0, 0, 1, 45deg);
  10740. transform: rotate3d(0, 0, 1, 45deg);
  10741. opacity: 0
  10742. }
  10743. to {
  10744. -webkit-transform-origin: right bottom;
  10745. -moz-transform-origin: right bottom;
  10746. -o-transform-origin: right bottom;
  10747. transform-origin: right bottom;
  10748. -webkit-transform: none;
  10749. -moz-transform: none;
  10750. -o-transform: none;
  10751. transform: none;
  10752. opacity: 1
  10753. }
  10754. }
  10755.  
  10756. .rotateInDownRight {
  10757. -webkit-animation-name: rotateInDownRight;
  10758. -moz-animation-name: rotateInDownRight;
  10759. -o-animation-name: rotateInDownRight;
  10760. animation-name: rotateInDownRight
  10761. }
  10762.  
  10763. @-webkit-keyframes rotateInUpLeft {
  10764. 0% {
  10765. -webkit-transform-origin: left bottom;
  10766. transform-origin: left bottom;
  10767. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  10768. transform: rotate3d(0, 0, 1, 45deg);
  10769. opacity: 0
  10770. }
  10771. to {
  10772. -webkit-transform-origin: left bottom;
  10773. transform-origin: left bottom;
  10774. -webkit-transform: none;
  10775. transform: none;
  10776. opacity: 1
  10777. }
  10778. }
  10779.  
  10780. @-moz-keyframes rotateInUpLeft {
  10781. 0% {
  10782. -moz-transform-origin: left bottom;
  10783. transform-origin: left bottom;
  10784. -moz-transform: rotate3d(0, 0, 1, 45deg);
  10785. transform: rotate3d(0, 0, 1, 45deg);
  10786. opacity: 0
  10787. }
  10788. to {
  10789. -moz-transform-origin: left bottom;
  10790. transform-origin: left bottom;
  10791. -moz-transform: none;
  10792. transform: none;
  10793. opacity: 1
  10794. }
  10795. }
  10796.  
  10797. @-o-keyframes rotateInUpLeft {
  10798. 0% {
  10799. -o-transform-origin: left bottom;
  10800. transform-origin: left bottom;
  10801. transform: rotate3d(0, 0, 1, 45deg);
  10802. opacity: 0
  10803. }
  10804. to {
  10805. -o-transform-origin: left bottom;
  10806. transform-origin: left bottom;
  10807. -o-transform: none;
  10808. transform: none;
  10809. opacity: 1
  10810. }
  10811. }
  10812.  
  10813. @keyframes rotateInUpLeft {
  10814. 0% {
  10815. -webkit-transform-origin: left bottom;
  10816. -moz-transform-origin: left bottom;
  10817. -o-transform-origin: left bottom;
  10818. transform-origin: left bottom;
  10819. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  10820. -moz-transform: rotate3d(0, 0, 1, 45deg);
  10821. transform: rotate3d(0, 0, 1, 45deg);
  10822. opacity: 0
  10823. }
  10824. to {
  10825. -webkit-transform-origin: left bottom;
  10826. -moz-transform-origin: left bottom;
  10827. -o-transform-origin: left bottom;
  10828. transform-origin: left bottom;
  10829. -webkit-transform: none;
  10830. -moz-transform: none;
  10831. -o-transform: none;
  10832. transform: none;
  10833. opacity: 1
  10834. }
  10835. }
  10836.  
  10837. .rotateInUpLeft {
  10838. -webkit-animation-name: rotateInUpLeft;
  10839. -moz-animation-name: rotateInUpLeft;
  10840. -o-animation-name: rotateInUpLeft;
  10841. animation-name: rotateInUpLeft
  10842. }
  10843.  
  10844. @-webkit-keyframes rotateInUpRight {
  10845. 0% {
  10846. -webkit-transform-origin: right bottom;
  10847. transform-origin: right bottom;
  10848. -webkit-transform: rotate3d(0, 0, 1, -90deg);
  10849. transform: rotate3d(0, 0, 1, -90deg);
  10850. opacity: 0
  10851. }
  10852. to {
  10853. -webkit-transform-origin: right bottom;
  10854. transform-origin: right bottom;
  10855. -webkit-transform: none;
  10856. transform: none;
  10857. opacity: 1
  10858. }
  10859. }
  10860.  
  10861. @-moz-keyframes rotateInUpRight {
  10862. 0% {
  10863. -moz-transform-origin: right bottom;
  10864. transform-origin: right bottom;
  10865. -moz-transform: rotate3d(0, 0, 1, -90deg);
  10866. transform: rotate3d(0, 0, 1, -90deg);
  10867. opacity: 0
  10868. }
  10869. to {
  10870. -moz-transform-origin: right bottom;
  10871. transform-origin: right bottom;
  10872. -moz-transform: none;
  10873. transform: none;
  10874. opacity: 1
  10875. }
  10876. }
  10877.  
  10878. @-o-keyframes rotateInUpRight {
  10879. 0% {
  10880. -o-transform-origin: right bottom;
  10881. transform-origin: right bottom;
  10882. transform: rotate3d(0, 0, 1, -90deg);
  10883. opacity: 0
  10884. }
  10885. to {
  10886. -o-transform-origin: right bottom;
  10887. transform-origin: right bottom;
  10888. -o-transform: none;
  10889. transform: none;
  10890. opacity: 1
  10891. }
  10892. }
  10893.  
  10894. @keyframes rotateInUpRight {
  10895. 0% {
  10896. -webkit-transform-origin: right bottom;
  10897. -moz-transform-origin: right bottom;
  10898. -o-transform-origin: right bottom;
  10899. transform-origin: right bottom;
  10900. -webkit-transform: rotate3d(0, 0, 1, -90deg);
  10901. -moz-transform: rotate3d(0, 0, 1, -90deg);
  10902. transform: rotate3d(0, 0, 1, -90deg);
  10903. opacity: 0
  10904. }
  10905. to {
  10906. -webkit-transform-origin: right bottom;
  10907. -moz-transform-origin: right bottom;
  10908. -o-transform-origin: right bottom;
  10909. transform-origin: right bottom;
  10910. -webkit-transform: none;
  10911. -moz-transform: none;
  10912. -o-transform: none;
  10913. transform: none;
  10914. opacity: 1
  10915. }
  10916. }
  10917.  
  10918. .rotateInUpRight {
  10919. -webkit-animation-name: rotateInUpRight;
  10920. -moz-animation-name: rotateInUpRight;
  10921. -o-animation-name: rotateInUpRight;
  10922. animation-name: rotateInUpRight
  10923. }
  10924.  
  10925. @-webkit-keyframes rotateOut {
  10926. 0% {
  10927. -webkit-transform-origin: center;
  10928. transform-origin: center;
  10929. opacity: 1
  10930. }
  10931. to {
  10932. -webkit-transform-origin: center;
  10933. transform-origin: center;
  10934. -webkit-transform: rotate3d(0, 0, 1, 200deg);
  10935. transform: rotate3d(0, 0, 1, 200deg);
  10936. opacity: 0
  10937. }
  10938. }
  10939.  
  10940. @-moz-keyframes rotateOut {
  10941. 0% {
  10942. -moz-transform-origin: center;
  10943. transform-origin: center;
  10944. opacity: 1
  10945. }
  10946. to {
  10947. -moz-transform-origin: center;
  10948. transform-origin: center;
  10949. -moz-transform: rotate3d(0, 0, 1, 200deg);
  10950. transform: rotate3d(0, 0, 1, 200deg);
  10951. opacity: 0
  10952. }
  10953. }
  10954.  
  10955. @-o-keyframes rotateOut {
  10956. 0% {
  10957. -o-transform-origin: center;
  10958. transform-origin: center;
  10959. opacity: 1
  10960. }
  10961. to {
  10962. -o-transform-origin: center;
  10963. transform-origin: center;
  10964. transform: rotate3d(0, 0, 1, 200deg);
  10965. opacity: 0
  10966. }
  10967. }
  10968.  
  10969. @keyframes rotateOut {
  10970. 0% {
  10971. -webkit-transform-origin: center;
  10972. -moz-transform-origin: center;
  10973. -o-transform-origin: center;
  10974. transform-origin: center;
  10975. opacity: 1
  10976. }
  10977. to {
  10978. -webkit-transform-origin: center;
  10979. -moz-transform-origin: center;
  10980. -o-transform-origin: center;
  10981. transform-origin: center;
  10982. -webkit-transform: rotate3d(0, 0, 1, 200deg);
  10983. -moz-transform: rotate3d(0, 0, 1, 200deg);
  10984. transform: rotate3d(0, 0, 1, 200deg);
  10985. opacity: 0
  10986. }
  10987. }
  10988.  
  10989. .rotateOut {
  10990. -webkit-animation-name: rotateOut;
  10991. -moz-animation-name: rotateOut;
  10992. -o-animation-name: rotateOut;
  10993. animation-name: rotateOut
  10994. }
  10995.  
  10996. @-webkit-keyframes rotateOutDownLeft {
  10997. 0% {
  10998. -webkit-transform-origin: left bottom;
  10999. transform-origin: left bottom;
  11000. opacity: 1
  11001. }
  11002. to {
  11003. -webkit-transform-origin: left bottom;
  11004. transform-origin: left bottom;
  11005. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  11006. transform: rotate3d(0, 0, 1, 45deg);
  11007. opacity: 0
  11008. }
  11009. }
  11010.  
  11011. @-moz-keyframes rotateOutDownLeft {
  11012. 0% {
  11013. -moz-transform-origin: left bottom;
  11014. transform-origin: left bottom;
  11015. opacity: 1
  11016. }
  11017. to {
  11018. -moz-transform-origin: left bottom;
  11019. transform-origin: left bottom;
  11020. -moz-transform: rotate3d(0, 0, 1, 45deg);
  11021. transform: rotate3d(0, 0, 1, 45deg);
  11022. opacity: 0
  11023. }
  11024. }
  11025.  
  11026. @-o-keyframes rotateOutDownLeft {
  11027. 0% {
  11028. -o-transform-origin: left bottom;
  11029. transform-origin: left bottom;
  11030. opacity: 1
  11031. }
  11032. to {
  11033. -o-transform-origin: left bottom;
  11034. transform-origin: left bottom;
  11035. transform: rotate3d(0, 0, 1, 45deg);
  11036. opacity: 0
  11037. }
  11038. }
  11039.  
  11040. @keyframes rotateOutDownLeft {
  11041. 0% {
  11042. -webkit-transform-origin: left bottom;
  11043. -moz-transform-origin: left bottom;
  11044. -o-transform-origin: left bottom;
  11045. transform-origin: left bottom;
  11046. opacity: 1
  11047. }
  11048. to {
  11049. -webkit-transform-origin: left bottom;
  11050. -moz-transform-origin: left bottom;
  11051. -o-transform-origin: left bottom;
  11052. transform-origin: left bottom;
  11053. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  11054. -moz-transform: rotate3d(0, 0, 1, 45deg);
  11055. transform: rotate3d(0, 0, 1, 45deg);
  11056. opacity: 0
  11057. }
  11058. }
  11059.  
  11060. .rotateOutDownLeft {
  11061. -webkit-animation-name: rotateOutDownLeft;
  11062. -moz-animation-name: rotateOutDownLeft;
  11063. -o-animation-name: rotateOutDownLeft;
  11064. animation-name: rotateOutDownLeft
  11065. }
  11066.  
  11067. @-webkit-keyframes rotateOutDownRight {
  11068. 0% {
  11069. -webkit-transform-origin: right bottom;
  11070. transform-origin: right bottom;
  11071. opacity: 1
  11072. }
  11073. to {
  11074. -webkit-transform-origin: right bottom;
  11075. transform-origin: right bottom;
  11076. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  11077. transform: rotate3d(0, 0, 1, -45deg);
  11078. opacity: 0
  11079. }
  11080. }
  11081.  
  11082. @-moz-keyframes rotateOutDownRight {
  11083. 0% {
  11084. -moz-transform-origin: right bottom;
  11085. transform-origin: right bottom;
  11086. opacity: 1
  11087. }
  11088. to {
  11089. -moz-transform-origin: right bottom;
  11090. transform-origin: right bottom;
  11091. -moz-transform: rotate3d(0, 0, 1, -45deg);
  11092. transform: rotate3d(0, 0, 1, -45deg);
  11093. opacity: 0
  11094. }
  11095. }
  11096.  
  11097. @-o-keyframes rotateOutDownRight {
  11098. 0% {
  11099. -o-transform-origin: right bottom;
  11100. transform-origin: right bottom;
  11101. opacity: 1
  11102. }
  11103. to {
  11104. -o-transform-origin: right bottom;
  11105. transform-origin: right bottom;
  11106. transform: rotate3d(0, 0, 1, -45deg);
  11107. opacity: 0
  11108. }
  11109. }
  11110.  
  11111. @keyframes rotateOutDownRight {
  11112. 0% {
  11113. -webkit-transform-origin: right bottom;
  11114. -moz-transform-origin: right bottom;
  11115. -o-transform-origin: right bottom;
  11116. transform-origin: right bottom;
  11117. opacity: 1
  11118. }
  11119. to {
  11120. -webkit-transform-origin: right bottom;
  11121. -moz-transform-origin: right bottom;
  11122. -o-transform-origin: right bottom;
  11123. transform-origin: right bottom;
  11124. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  11125. -moz-transform: rotate3d(0, 0, 1, -45deg);
  11126. transform: rotate3d(0, 0, 1, -45deg);
  11127. opacity: 0
  11128. }
  11129. }
  11130.  
  11131. .rotateOutDownRight {
  11132. -webkit-animation-name: rotateOutDownRight;
  11133. -moz-animation-name: rotateOutDownRight;
  11134. -o-animation-name: rotateOutDownRight;
  11135. animation-name: rotateOutDownRight
  11136. }
  11137.  
  11138. @-webkit-keyframes rotateOutUpLeft {
  11139. 0% {
  11140. -webkit-transform-origin: left bottom;
  11141. transform-origin: left bottom;
  11142. opacity: 1
  11143. }
  11144. to {
  11145. -webkit-transform-origin: left bottom;
  11146. transform-origin: left bottom;
  11147. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  11148. transform: rotate3d(0, 0, 1, -45deg);
  11149. opacity: 0
  11150. }
  11151. }
  11152.  
  11153. @-moz-keyframes rotateOutUpLeft {
  11154. 0% {
  11155. -moz-transform-origin: left bottom;
  11156. transform-origin: left bottom;
  11157. opacity: 1
  11158. }
  11159. to {
  11160. -moz-transform-origin: left bottom;
  11161. transform-origin: left bottom;
  11162. -moz-transform: rotate3d(0, 0, 1, -45deg);
  11163. transform: rotate3d(0, 0, 1, -45deg);
  11164. opacity: 0
  11165. }
  11166. }
  11167.  
  11168. @-o-keyframes rotateOutUpLeft {
  11169. 0% {
  11170. -o-transform-origin: left bottom;
  11171. transform-origin: left bottom;
  11172. opacity: 1
  11173. }
  11174. to {
  11175. -o-transform-origin: left bottom;
  11176. transform-origin: left bottom;
  11177. transform: rotate3d(0, 0, 1, -45deg);
  11178. opacity: 0
  11179. }
  11180. }
  11181.  
  11182. @keyframes rotateOutUpLeft {
  11183. 0% {
  11184. -webkit-transform-origin: left bottom;
  11185. -moz-transform-origin: left bottom;
  11186. -o-transform-origin: left bottom;
  11187. transform-origin: left bottom;
  11188. opacity: 1
  11189. }
  11190. to {
  11191. -webkit-transform-origin: left bottom;
  11192. -moz-transform-origin: left bottom;
  11193. -o-transform-origin: left bottom;
  11194. transform-origin: left bottom;
  11195. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  11196. -moz-transform: rotate3d(0, 0, 1, -45deg);
  11197. transform: rotate3d(0, 0, 1, -45deg);
  11198. opacity: 0
  11199. }
  11200. }
  11201.  
  11202. .rotateOutUpLeft {
  11203. -webkit-animation-name: rotateOutUpLeft;
  11204. -moz-animation-name: rotateOutUpLeft;
  11205. -o-animation-name: rotateOutUpLeft;
  11206. animation-name: rotateOutUpLeft
  11207. }
  11208.  
  11209. @-webkit-keyframes rotateOutUpRight {
  11210. 0% {
  11211. -webkit-transform-origin: right bottom;
  11212. transform-origin: right bottom;
  11213. opacity: 1
  11214. }
  11215. to {
  11216. -webkit-transform-origin: right bottom;
  11217. transform-origin: right bottom;
  11218. -webkit-transform: rotate3d(0, 0, 1, 90deg);
  11219. transform: rotate3d(0, 0, 1, 90deg);
  11220. opacity: 0
  11221. }
  11222. }
  11223.  
  11224. @-moz-keyframes rotateOutUpRight {
  11225. 0% {
  11226. -moz-transform-origin: right bottom;
  11227. transform-origin: right bottom;
  11228. opacity: 1
  11229. }
  11230. to {
  11231. -moz-transform-origin: right bottom;
  11232. transform-origin: right bottom;
  11233. -moz-transform: rotate3d(0, 0, 1, 90deg);
  11234. transform: rotate3d(0, 0, 1, 90deg);
  11235. opacity: 0
  11236. }
  11237. }
  11238.  
  11239. @-o-keyframes rotateOutUpRight {
  11240. 0% {
  11241. -o-transform-origin: right bottom;
  11242. transform-origin: right bottom;
  11243. opacity: 1
  11244. }
  11245. to {
  11246. -o-transform-origin: right bottom;
  11247. transform-origin: right bottom;
  11248. transform: rotate3d(0, 0, 1, 90deg);
  11249. opacity: 0
  11250. }
  11251. }
  11252.  
  11253. @keyframes rotateOutUpRight {
  11254. 0% {
  11255. -webkit-transform-origin: right bottom;
  11256. -moz-transform-origin: right bottom;
  11257. -o-transform-origin: right bottom;
  11258. transform-origin: right bottom;
  11259. opacity: 1
  11260. }
  11261. to {
  11262. -webkit-transform-origin: right bottom;
  11263. -moz-transform-origin: right bottom;
  11264. -o-transform-origin: right bottom;
  11265. transform-origin: right bottom;
  11266. -webkit-transform: rotate3d(0, 0, 1, 90deg);
  11267. -moz-transform: rotate3d(0, 0, 1, 90deg);
  11268. transform: rotate3d(0, 0, 1, 90deg);
  11269. opacity: 0
  11270. }
  11271. }
  11272.  
  11273. .rotateOutUpRight {
  11274. -webkit-animation-name: rotateOutUpRight;
  11275. -moz-animation-name: rotateOutUpRight;
  11276. -o-animation-name: rotateOutUpRight;
  11277. animation-name: rotateOutUpRight
  11278. }
  11279.  
  11280. @-webkit-keyframes hinge {
  11281. 0% {
  11282. -webkit-transform-origin: top left;
  11283. transform-origin: top left;
  11284. -webkit-animation-timing-function: ease-in-out;
  11285. animation-timing-function: ease-in-out
  11286. }
  11287. 20%,
  11288. 60% {
  11289. -webkit-transform: rotate3d(0, 0, 1, 80deg);
  11290. transform: rotate3d(0, 0, 1, 80deg);
  11291. -webkit-transform-origin: top left;
  11292. transform-origin: top left;
  11293. -webkit-animation-timing-function: ease-in-out;
  11294. animation-timing-function: ease-in-out
  11295. }
  11296. 40%,
  11297. 80% {
  11298. -webkit-transform: rotate3d(0, 0, 1, 60deg);
  11299. transform: rotate3d(0, 0, 1, 60deg);
  11300. -webkit-transform-origin: top left;
  11301. transform-origin: top left;
  11302. -webkit-animation-timing-function: ease-in-out;
  11303. animation-timing-function: ease-in-out;
  11304. opacity: 1
  11305. }
  11306. to {
  11307. -webkit-transform: translate3d(0, 700px, 0);
  11308. transform: translate3d(0, 700px, 0);
  11309. opacity: 0
  11310. }
  11311. }
  11312.  
  11313. @-moz-keyframes hinge {
  11314. 0% {
  11315. -moz-transform-origin: top left;
  11316. transform-origin: top left;
  11317. -moz-animation-timing-function: ease-in-out;
  11318. animation-timing-function: ease-in-out
  11319. }
  11320. 20%,
  11321. 60% {
  11322. -moz-transform: rotate3d(0, 0, 1, 80deg);
  11323. transform: rotate3d(0, 0, 1, 80deg);
  11324. -moz-transform-origin: top left;
  11325. transform-origin: top left;
  11326. -moz-animation-timing-function: ease-in-out;
  11327. animation-timing-function: ease-in-out
  11328. }
  11329. 40%,
  11330. 80% {
  11331. -moz-transform: rotate3d(0, 0, 1, 60deg);
  11332. transform: rotate3d(0, 0, 1, 60deg);
  11333. -moz-transform-origin: top left;
  11334. transform-origin: top left;
  11335. -moz-animation-timing-function: ease-in-out;
  11336. animation-timing-function: ease-in-out;
  11337. opacity: 1
  11338. }
  11339. to {
  11340. -moz-transform: translate3d(0, 700px, 0);
  11341. transform: translate3d(0, 700px, 0);
  11342. opacity: 0
  11343. }
  11344. }
  11345.  
  11346. @-o-keyframes hinge {
  11347. 0% {
  11348. -o-transform-origin: top left;
  11349. transform-origin: top left;
  11350. -o-animation-timing-function: ease-in-out;
  11351. animation-timing-function: ease-in-out
  11352. }
  11353. 20%,
  11354. 60% {
  11355. transform: rotate3d(0, 0, 1, 80deg);
  11356. -o-transform-origin: top left;
  11357. transform-origin: top left;
  11358. -o-animation-timing-function: ease-in-out;
  11359. animation-timing-function: ease-in-out
  11360. }
  11361. 40%,
  11362. 80% {
  11363. transform: rotate3d(0, 0, 1, 60deg);
  11364. -o-transform-origin: top left;
  11365. transform-origin: top left;
  11366. -o-animation-timing-function: ease-in-out;
  11367. animation-timing-function: ease-in-out;
  11368. opacity: 1
  11369. }
  11370. to {
  11371. transform: translate3d(0, 700px, 0);
  11372. opacity: 0
  11373. }
  11374. }
  11375.  
  11376. @keyframes hinge {
  11377. 0% {
  11378. -webkit-transform-origin: top left;
  11379. -moz-transform-origin: top left;
  11380. -o-transform-origin: top left;
  11381. transform-origin: top left;
  11382. -webkit-animation-timing-function: ease-in-out;
  11383. -moz-animation-timing-function: ease-in-out;
  11384. -o-animation-timing-function: ease-in-out;
  11385. animation-timing-function: ease-in-out
  11386. }
  11387. 20%,
  11388. 60% {
  11389. -webkit-transform: rotate3d(0, 0, 1, 80deg);
  11390. -moz-transform: rotate3d(0, 0, 1, 80deg);
  11391. transform: rotate3d(0, 0, 1, 80deg);
  11392. -webkit-transform-origin: top left;
  11393. -moz-transform-origin: top left;
  11394. -o-transform-origin: top left;
  11395. transform-origin: top left;
  11396. -webkit-animation-timing-function: ease-in-out;
  11397. -moz-animation-timing-function: ease-in-out;
  11398. -o-animation-timing-function: ease-in-out;
  11399. animation-timing-function: ease-in-out
  11400. }
  11401. 40%,
  11402. 80% {
  11403. -webkit-transform: rotate3d(0, 0, 1, 60deg);
  11404. -moz-transform: rotate3d(0, 0, 1, 60deg);
  11405. transform: rotate3d(0, 0, 1, 60deg);
  11406. -webkit-transform-origin: top left;
  11407. -moz-transform-origin: top left;
  11408. -o-transform-origin: top left;
  11409. transform-origin: top left;
  11410. -webkit-animation-timing-function: ease-in-out;
  11411. -moz-animation-timing-function: ease-in-out;
  11412. -o-animation-timing-function: ease-in-out;
  11413. animation-timing-function: ease-in-out;
  11414. opacity: 1
  11415. }
  11416. to {
  11417. -webkit-transform: translate3d(0, 700px, 0);
  11418. -moz-transform: translate3d(0, 700px, 0);
  11419. transform: translate3d(0, 700px, 0);
  11420. opacity: 0
  11421. }
  11422. }
  11423.  
  11424. .hinge {
  11425. -webkit-animation-name: hinge;
  11426. -moz-animation-name: hinge;
  11427. -o-animation-name: hinge;
  11428. animation-name: hinge
  11429. }
  11430.  
  11431. @-webkit-keyframes jackInTheBox {
  11432. 0% {
  11433. opacity: 0;
  11434. -webkit-transform: scale(.1) rotate(30deg);
  11435. transform: scale(.1) rotate(30deg);
  11436. -webkit-transform-origin: center bottom;
  11437. transform-origin: center bottom
  11438. }
  11439. 50% {
  11440. -webkit-transform: rotate(-10deg);
  11441. transform: rotate(-10deg)
  11442. }
  11443. 70% {
  11444. -webkit-transform: rotate(3deg);
  11445. transform: rotate(3deg)
  11446. }
  11447. to {
  11448. opacity: 1;
  11449. -webkit-transform: scale(1);
  11450. transform: scale(1)
  11451. }
  11452. }
  11453.  
  11454. @-moz-keyframes jackInTheBox {
  11455. 0% {
  11456. opacity: 0;
  11457. -moz-transform: scale(.1) rotate(30deg);
  11458. transform: scale(.1) rotate(30deg);
  11459. -moz-transform-origin: center bottom;
  11460. transform-origin: center bottom
  11461. }
  11462. 50% {
  11463. -moz-transform: rotate(-10deg);
  11464. transform: rotate(-10deg)
  11465. }
  11466. 70% {
  11467. -moz-transform: rotate(3deg);
  11468. transform: rotate(3deg)
  11469. }
  11470. to {
  11471. opacity: 1;
  11472. -moz-transform: scale(1);
  11473. transform: scale(1)
  11474. }
  11475. }
  11476.  
  11477. @-o-keyframes jackInTheBox {
  11478. 0% {
  11479. opacity: 0;
  11480. -o-transform: scale(.1) rotate(30deg);
  11481. transform: scale(.1) rotate(30deg);
  11482. -o-transform-origin: center bottom;
  11483. transform-origin: center bottom
  11484. }
  11485. 50% {
  11486. -o-transform: rotate(-10deg);
  11487. transform: rotate(-10deg)
  11488. }
  11489. 70% {
  11490. -o-transform: rotate(3deg);
  11491. transform: rotate(3deg)
  11492. }
  11493. to {
  11494. opacity: 1;
  11495. -o-transform: scale(1);
  11496. transform: scale(1)
  11497. }
  11498. }
  11499.  
  11500. @keyframes jackInTheBox {
  11501. 0% {
  11502. opacity: 0;
  11503. -webkit-transform: scale(.1) rotate(30deg);
  11504. -moz-transform: scale(.1) rotate(30deg);
  11505. -o-transform: scale(.1) rotate(30deg);
  11506. transform: scale(.1) rotate(30deg);
  11507. -webkit-transform-origin: center bottom;
  11508. -moz-transform-origin: center bottom;
  11509. -o-transform-origin: center bottom;
  11510. transform-origin: center bottom
  11511. }
  11512. 50% {
  11513. -webkit-transform: rotate(-10deg);
  11514. -moz-transform: rotate(-10deg);
  11515. -o-transform: rotate(-10deg);
  11516. transform: rotate(-10deg)
  11517. }
  11518. 70% {
  11519. -webkit-transform: rotate(3deg);
  11520. -moz-transform: rotate(3deg);
  11521. -o-transform: rotate(3deg);
  11522. transform: rotate(3deg)
  11523. }
  11524. to {
  11525. opacity: 1;
  11526. -webkit-transform: scale(1);
  11527. -moz-transform: scale(1);
  11528. -o-transform: scale(1);
  11529. transform: scale(1)
  11530. }
  11531. }
  11532.  
  11533. .jackInTheBox {
  11534. -webkit-animation-name: jackInTheBox;
  11535. -moz-animation-name: jackInTheBox;
  11536. -o-animation-name: jackInTheBox;
  11537. animation-name: jackInTheBox
  11538. }
  11539.  
  11540. @-webkit-keyframes rollIn {
  11541. 0% {
  11542. opacity: 0;
  11543. -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  11544. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  11545. }
  11546. to {
  11547. opacity: 1;
  11548. -webkit-transform: none;
  11549. transform: none
  11550. }
  11551. }
  11552.  
  11553. @-moz-keyframes rollIn {
  11554. 0% {
  11555. opacity: 0;
  11556. -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  11557. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  11558. }
  11559. to {
  11560. opacity: 1;
  11561. -moz-transform: none;
  11562. transform: none
  11563. }
  11564. }
  11565.  
  11566. @-o-keyframes rollIn {
  11567. 0% {
  11568. opacity: 0;
  11569. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  11570. }
  11571. to {
  11572. opacity: 1;
  11573. -o-transform: none;
  11574. transform: none
  11575. }
  11576. }
  11577.  
  11578. @keyframes rollIn {
  11579. 0% {
  11580. opacity: 0;
  11581. -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  11582. -moz-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  11583. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  11584. }
  11585. to {
  11586. opacity: 1;
  11587. -webkit-transform: none;
  11588. -moz-transform: none;
  11589. -o-transform: none;
  11590. transform: none
  11591. }
  11592. }
  11593.  
  11594. .rollIn {
  11595. -webkit-animation-name: rollIn;
  11596. -moz-animation-name: rollIn;
  11597. -o-animation-name: rollIn;
  11598. animation-name: rollIn
  11599. }
  11600.  
  11601. @-webkit-keyframes rollOut {
  11602. 0% {
  11603. opacity: 1
  11604. }
  11605. to {
  11606. opacity: 0;
  11607. -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  11608. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  11609. }
  11610. }
  11611.  
  11612. @-moz-keyframes rollOut {
  11613. 0% {
  11614. opacity: 1
  11615. }
  11616. to {
  11617. opacity: 0;
  11618. -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  11619. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  11620. }
  11621. }
  11622.  
  11623. @-o-keyframes rollOut {
  11624. 0% {
  11625. opacity: 1
  11626. }
  11627. to {
  11628. opacity: 0;
  11629. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  11630. }
  11631. }
  11632.  
  11633. @keyframes rollOut {
  11634. 0% {
  11635. opacity: 1
  11636. }
  11637. to {
  11638. opacity: 0;
  11639. -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  11640. -moz-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  11641. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  11642. }
  11643. }
  11644.  
  11645. .rollOut {
  11646. -webkit-animation-name: rollOut;
  11647. -moz-animation-name: rollOut;
  11648. -o-animation-name: rollOut;
  11649. animation-name: rollOut
  11650. }
  11651.  
  11652. @-webkit-keyframes zoomIn {
  11653. 0% {
  11654. opacity: 0;
  11655. -webkit-transform: scale3d(.3, .3, .3);
  11656. transform: scale3d(.3, .3, .3)
  11657. }
  11658. 50% {
  11659. opacity: 1
  11660. }
  11661. }
  11662.  
  11663. @-moz-keyframes zoomIn {
  11664. 0% {
  11665. opacity: 0;
  11666. -moz-transform: scale3d(.3, .3, .3);
  11667. transform: scale3d(.3, .3, .3)
  11668. }
  11669. 50% {
  11670. opacity: 1
  11671. }
  11672. }
  11673.  
  11674. @-o-keyframes zoomIn {
  11675. 0% {
  11676. opacity: 0;
  11677. transform: scale3d(.3, .3, .3)
  11678. }
  11679. 50% {
  11680. opacity: 1
  11681. }
  11682. }
  11683.  
  11684. @keyframes zoomIn {
  11685. 0% {
  11686. opacity: 0;
  11687. -webkit-transform: scale3d(.3, .3, .3);
  11688. -moz-transform: scale3d(.3, .3, .3);
  11689. transform: scale3d(.3, .3, .3)
  11690. }
  11691. 50% {
  11692. opacity: 1
  11693. }
  11694. }
  11695.  
  11696. .zoomIn {
  11697. -webkit-animation-name: zoomIn;
  11698. -moz-animation-name: zoomIn;
  11699. -o-animation-name: zoomIn;
  11700. animation-name: zoomIn
  11701. }
  11702.  
  11703. @-webkit-keyframes zoomInDown {
  11704. 0% {
  11705. opacity: 0;
  11706. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  11707. transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  11708. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11709. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11710. }
  11711. 60% {
  11712. opacity: 1;
  11713. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  11714. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  11715. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11716. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11717. }
  11718. }
  11719.  
  11720. @-moz-keyframes zoomInDown {
  11721. 0% {
  11722. opacity: 0;
  11723. -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  11724. transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  11725. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11726. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11727. }
  11728. 60% {
  11729. opacity: 1;
  11730. -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  11731. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  11732. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11733. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11734. }
  11735. }
  11736.  
  11737. @-o-keyframes zoomInDown {
  11738. 0% {
  11739. opacity: 0;
  11740. transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  11741. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11742. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11743. }
  11744. 60% {
  11745. opacity: 1;
  11746. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  11747. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11748. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11749. }
  11750. }
  11751.  
  11752. @keyframes zoomInDown {
  11753. 0% {
  11754. opacity: 0;
  11755. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  11756. -moz-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  11757. transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  11758. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11759. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11760. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11761. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11762. }
  11763. 60% {
  11764. opacity: 1;
  11765. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  11766. -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  11767. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  11768. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11769. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11770. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11771. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11772. }
  11773. }
  11774.  
  11775. .zoomInDown {
  11776. -webkit-animation-name: zoomInDown;
  11777. -moz-animation-name: zoomInDown;
  11778. -o-animation-name: zoomInDown;
  11779. animation-name: zoomInDown
  11780. }
  11781.  
  11782. @-webkit-keyframes zoomInLeft {
  11783. 0% {
  11784. opacity: 0;
  11785. -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  11786. transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  11787. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11788. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11789. }
  11790. 60% {
  11791. opacity: 1;
  11792. -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  11793. transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  11794. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11795. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11796. }
  11797. }
  11798.  
  11799. @-moz-keyframes zoomInLeft {
  11800. 0% {
  11801. opacity: 0;
  11802. -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  11803. transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  11804. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11805. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11806. }
  11807. 60% {
  11808. opacity: 1;
  11809. -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  11810. transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  11811. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11812. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11813. }
  11814. }
  11815.  
  11816. @-o-keyframes zoomInLeft {
  11817. 0% {
  11818. opacity: 0;
  11819. transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  11820. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11821. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11822. }
  11823. 60% {
  11824. opacity: 1;
  11825. transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  11826. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11827. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11828. }
  11829. }
  11830.  
  11831. @keyframes zoomInLeft {
  11832. 0% {
  11833. opacity: 0;
  11834. -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  11835. -moz-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  11836. transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  11837. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11838. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11839. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11840. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11841. }
  11842. 60% {
  11843. opacity: 1;
  11844. -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  11845. -moz-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  11846. transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  11847. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11848. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11849. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11850. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11851. }
  11852. }
  11853.  
  11854. .zoomInLeft {
  11855. -webkit-animation-name: zoomInLeft;
  11856. -moz-animation-name: zoomInLeft;
  11857. -o-animation-name: zoomInLeft;
  11858. animation-name: zoomInLeft
  11859. }
  11860.  
  11861. @-webkit-keyframes zoomInRight {
  11862. 0% {
  11863. opacity: 0;
  11864. -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  11865. transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  11866. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11867. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11868. }
  11869. 60% {
  11870. opacity: 1;
  11871. -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  11872. transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  11873. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11874. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11875. }
  11876. }
  11877.  
  11878. @-moz-keyframes zoomInRight {
  11879. 0% {
  11880. opacity: 0;
  11881. -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  11882. transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  11883. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11884. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11885. }
  11886. 60% {
  11887. opacity: 1;
  11888. -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  11889. transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  11890. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11891. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11892. }
  11893. }
  11894.  
  11895. @-o-keyframes zoomInRight {
  11896. 0% {
  11897. opacity: 0;
  11898. transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  11899. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11900. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11901. }
  11902. 60% {
  11903. opacity: 1;
  11904. transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  11905. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11906. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11907. }
  11908. }
  11909.  
  11910. @keyframes zoomInRight {
  11911. 0% {
  11912. opacity: 0;
  11913. -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  11914. -moz-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  11915. transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  11916. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11917. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11918. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11919. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11920. }
  11921. 60% {
  11922. opacity: 1;
  11923. -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  11924. -moz-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  11925. transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  11926. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11927. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11928. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11929. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11930. }
  11931. }
  11932.  
  11933. .zoomInRight {
  11934. -webkit-animation-name: zoomInRight;
  11935. -moz-animation-name: zoomInRight;
  11936. -o-animation-name: zoomInRight;
  11937. animation-name: zoomInRight
  11938. }
  11939.  
  11940. @-webkit-keyframes zoomInUp {
  11941. 0% {
  11942. opacity: 0;
  11943. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  11944. transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  11945. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11946. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11947. }
  11948. 60% {
  11949. opacity: 1;
  11950. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  11951. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  11952. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11953. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11954. }
  11955. }
  11956.  
  11957. @-moz-keyframes zoomInUp {
  11958. 0% {
  11959. opacity: 0;
  11960. -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  11961. transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  11962. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11963. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11964. }
  11965. 60% {
  11966. opacity: 1;
  11967. -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  11968. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  11969. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11970. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11971. }
  11972. }
  11973.  
  11974. @-o-keyframes zoomInUp {
  11975. 0% {
  11976. opacity: 0;
  11977. transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  11978. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11979. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11980. }
  11981. 60% {
  11982. opacity: 1;
  11983. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  11984. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  11985. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  11986. }
  11987. }
  11988.  
  11989. @keyframes zoomInUp {
  11990. 0% {
  11991. opacity: 0;
  11992. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  11993. -moz-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  11994. transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  11995. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11996. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11997. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  11998. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  11999. }
  12000. 60% {
  12001. opacity: 1;
  12002. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12003. -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12004. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12005. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12006. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12007. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12008. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12009. }
  12010. }
  12011.  
  12012. .zoomInUp {
  12013. -webkit-animation-name: zoomInUp;
  12014. -moz-animation-name: zoomInUp;
  12015. -o-animation-name: zoomInUp;
  12016. animation-name: zoomInUp
  12017. }
  12018.  
  12019. @-webkit-keyframes zoomOut {
  12020. 0% {
  12021. opacity: 1
  12022. }
  12023. 50% {
  12024. opacity: 0;
  12025. -webkit-transform: scale3d(.3, .3, .3);
  12026. transform: scale3d(.3, .3, .3)
  12027. }
  12028. to {
  12029. opacity: 0
  12030. }
  12031. }
  12032.  
  12033. @-moz-keyframes zoomOut {
  12034. 0% {
  12035. opacity: 1
  12036. }
  12037. 50% {
  12038. opacity: 0;
  12039. -moz-transform: scale3d(.3, .3, .3);
  12040. transform: scale3d(.3, .3, .3)
  12041. }
  12042. to {
  12043. opacity: 0
  12044. }
  12045. }
  12046.  
  12047. @-o-keyframes zoomOut {
  12048. 0% {
  12049. opacity: 1
  12050. }
  12051. 50% {
  12052. opacity: 0;
  12053. transform: scale3d(.3, .3, .3)
  12054. }
  12055. to {
  12056. opacity: 0
  12057. }
  12058. }
  12059.  
  12060. @keyframes zoomOut {
  12061. 0% {
  12062. opacity: 1
  12063. }
  12064. 50% {
  12065. opacity: 0;
  12066. -webkit-transform: scale3d(.3, .3, .3);
  12067. -moz-transform: scale3d(.3, .3, .3);
  12068. transform: scale3d(.3, .3, .3)
  12069. }
  12070. to {
  12071. opacity: 0
  12072. }
  12073. }
  12074.  
  12075. .zoomOut {
  12076. -webkit-animation-name: zoomOut;
  12077. -moz-animation-name: zoomOut;
  12078. -o-animation-name: zoomOut;
  12079. animation-name: zoomOut
  12080. }
  12081.  
  12082. @-webkit-keyframes zoomOutDown {
  12083. 40% {
  12084. opacity: 1;
  12085. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12086. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12087. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12088. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  12089. }
  12090. to {
  12091. opacity: 0;
  12092. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  12093. transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  12094. -webkit-transform-origin: center bottom;
  12095. transform-origin: center bottom;
  12096. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12097. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12098. }
  12099. }
  12100.  
  12101. @-moz-keyframes zoomOutDown {
  12102. 40% {
  12103. opacity: 1;
  12104. -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12105. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12106. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12107. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  12108. }
  12109. to {
  12110. opacity: 0;
  12111. -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  12112. transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  12113. -moz-transform-origin: center bottom;
  12114. transform-origin: center bottom;
  12115. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12116. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12117. }
  12118. }
  12119.  
  12120. @-o-keyframes zoomOutDown {
  12121. 40% {
  12122. opacity: 1;
  12123. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12124. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12125. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  12126. }
  12127. to {
  12128. opacity: 0;
  12129. transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  12130. -o-transform-origin: center bottom;
  12131. transform-origin: center bottom;
  12132. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12133. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12134. }
  12135. }
  12136.  
  12137. @keyframes zoomOutDown {
  12138. 40% {
  12139. opacity: 1;
  12140. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12141. -moz-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12142. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  12143. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12144. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12145. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12146. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  12147. }
  12148. to {
  12149. opacity: 0;
  12150. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  12151. -moz-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  12152. transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  12153. -webkit-transform-origin: center bottom;
  12154. -moz-transform-origin: center bottom;
  12155. -o-transform-origin: center bottom;
  12156. transform-origin: center bottom;
  12157. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12158. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12159. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12160. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12161. }
  12162. }
  12163.  
  12164. .zoomOutDown {
  12165. -webkit-animation-name: zoomOutDown;
  12166. -moz-animation-name: zoomOutDown;
  12167. -o-animation-name: zoomOutDown;
  12168. animation-name: zoomOutDown
  12169. }
  12170.  
  12171. @-webkit-keyframes zoomOutLeft {
  12172. 40% {
  12173. opacity: 1;
  12174. -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  12175. transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  12176. }
  12177. to {
  12178. opacity: 0;
  12179. -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
  12180. transform: scale(.1) translate3d(-2000px, 0, 0);
  12181. -webkit-transform-origin: left center;
  12182. transform-origin: left center
  12183. }
  12184. }
  12185.  
  12186. @-moz-keyframes zoomOutLeft {
  12187. 40% {
  12188. opacity: 1;
  12189. -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  12190. transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  12191. }
  12192. to {
  12193. opacity: 0;
  12194. -moz-transform: scale(.1) translate3d(-2000px, 0, 0);
  12195. transform: scale(.1) translate3d(-2000px, 0, 0);
  12196. -moz-transform-origin: left center;
  12197. transform-origin: left center
  12198. }
  12199. }
  12200.  
  12201. @-o-keyframes zoomOutLeft {
  12202. 40% {
  12203. opacity: 1;
  12204. transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  12205. }
  12206. to {
  12207. opacity: 0;
  12208. transform: scale(.1) translate3d(-2000px, 0, 0);
  12209. -o-transform-origin: left center;
  12210. transform-origin: left center
  12211. }
  12212. }
  12213.  
  12214. @keyframes zoomOutLeft {
  12215. 40% {
  12216. opacity: 1;
  12217. -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  12218. -moz-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  12219. transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  12220. }
  12221. to {
  12222. opacity: 0;
  12223. -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
  12224. -moz-transform: scale(.1) translate3d(-2000px, 0, 0);
  12225. transform: scale(.1) translate3d(-2000px, 0, 0);
  12226. -webkit-transform-origin: left center;
  12227. -moz-transform-origin: left center;
  12228. -o-transform-origin: left center;
  12229. transform-origin: left center
  12230. }
  12231. }
  12232.  
  12233. .zoomOutLeft {
  12234. -webkit-animation-name: zoomOutLeft;
  12235. -moz-animation-name: zoomOutLeft;
  12236. -o-animation-name: zoomOutLeft;
  12237. animation-name: zoomOutLeft
  12238. }
  12239.  
  12240. @-webkit-keyframes zoomOutRight {
  12241. 40% {
  12242. opacity: 1;
  12243. -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  12244. transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  12245. }
  12246. to {
  12247. opacity: 0;
  12248. -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
  12249. transform: scale(.1) translate3d(2000px, 0, 0);
  12250. -webkit-transform-origin: right center;
  12251. transform-origin: right center
  12252. }
  12253. }
  12254.  
  12255. @-moz-keyframes zoomOutRight {
  12256. 40% {
  12257. opacity: 1;
  12258. -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  12259. transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  12260. }
  12261. to {
  12262. opacity: 0;
  12263. -moz-transform: scale(.1) translate3d(2000px, 0, 0);
  12264. transform: scale(.1) translate3d(2000px, 0, 0);
  12265. -moz-transform-origin: right center;
  12266. transform-origin: right center
  12267. }
  12268. }
  12269.  
  12270. @-o-keyframes zoomOutRight {
  12271. 40% {
  12272. opacity: 1;
  12273. transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  12274. }
  12275. to {
  12276. opacity: 0;
  12277. transform: scale(.1) translate3d(2000px, 0, 0);
  12278. -o-transform-origin: right center;
  12279. transform-origin: right center
  12280. }
  12281. }
  12282.  
  12283. @keyframes zoomOutRight {
  12284. 40% {
  12285. opacity: 1;
  12286. -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  12287. -moz-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  12288. transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  12289. }
  12290. to {
  12291. opacity: 0;
  12292. -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
  12293. -moz-transform: scale(.1) translate3d(2000px, 0, 0);
  12294. transform: scale(.1) translate3d(2000px, 0, 0);
  12295. -webkit-transform-origin: right center;
  12296. -moz-transform-origin: right center;
  12297. -o-transform-origin: right center;
  12298. transform-origin: right center
  12299. }
  12300. }
  12301.  
  12302. .zoomOutRight {
  12303. -webkit-animation-name: zoomOutRight;
  12304. -moz-animation-name: zoomOutRight;
  12305. -o-animation-name: zoomOutRight;
  12306. animation-name: zoomOutRight
  12307. }
  12308.  
  12309. @-webkit-keyframes zoomOutUp {
  12310. 40% {
  12311. opacity: 1;
  12312. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  12313. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  12314. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12315. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  12316. }
  12317. to {
  12318. opacity: 0;
  12319. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  12320. transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  12321. -webkit-transform-origin: center bottom;
  12322. transform-origin: center bottom;
  12323. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12324. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12325. }
  12326. }
  12327.  
  12328. @-moz-keyframes zoomOutUp {
  12329. 40% {
  12330. opacity: 1;
  12331. -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  12332. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  12333. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12334. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  12335. }
  12336. to {
  12337. opacity: 0;
  12338. -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  12339. transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  12340. -moz-transform-origin: center bottom;
  12341. transform-origin: center bottom;
  12342. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12343. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12344. }
  12345. }
  12346.  
  12347. @-o-keyframes zoomOutUp {
  12348. 40% {
  12349. opacity: 1;
  12350. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  12351. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12352. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  12353. }
  12354. to {
  12355. opacity: 0;
  12356. transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  12357. -o-transform-origin: center bottom;
  12358. transform-origin: center bottom;
  12359. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12360. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12361. }
  12362. }
  12363.  
  12364. @keyframes zoomOutUp {
  12365. 40% {
  12366. opacity: 1;
  12367. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  12368. -moz-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  12369. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  12370. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12371. -moz-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12372. -o-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  12373. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  12374. }
  12375. to {
  12376. opacity: 0;
  12377. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  12378. -moz-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  12379. transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  12380. -webkit-transform-origin: center bottom;
  12381. -moz-transform-origin: center bottom;
  12382. -o-transform-origin: center bottom;
  12383. transform-origin: center bottom;
  12384. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12385. -moz-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12386. -o-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  12387. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  12388. }
  12389. }
  12390.  
  12391. .zoomOutUp {
  12392. -webkit-animation-name: zoomOutUp;
  12393. -moz-animation-name: zoomOutUp;
  12394. -o-animation-name: zoomOutUp;
  12395. animation-name: zoomOutUp
  12396. }
  12397.  
  12398. @-webkit-keyframes slideInDown {
  12399. 0% {
  12400. -webkit-transform: translate3d(0, -100%, 0);
  12401. transform: translate3d(0, -100%, 0);
  12402. visibility: visible
  12403. }
  12404. to {
  12405. -webkit-transform: translate3d(0, 0, 0);
  12406. transform: translate3d(0, 0, 0)
  12407. }
  12408. }
  12409.  
  12410. @-moz-keyframes slideInDown {
  12411. 0% {
  12412. -moz-transform: translate3d(0, -100%, 0);
  12413. transform: translate3d(0, -100%, 0);
  12414. visibility: visible
  12415. }
  12416. to {
  12417. -moz-transform: translate3d(0, 0, 0);
  12418. transform: translate3d(0, 0, 0)
  12419. }
  12420. }
  12421.  
  12422. @-o-keyframes slideInDown {
  12423. 0% {
  12424. transform: translate3d(0, -100%, 0);
  12425. visibility: visible
  12426. }
  12427. to {
  12428. transform: translate3d(0, 0, 0)
  12429. }
  12430. }
  12431.  
  12432. @keyframes slideInDown {
  12433. 0% {
  12434. -webkit-transform: translate3d(0, -100%, 0);
  12435. -moz-transform: translate3d(0, -100%, 0);
  12436. transform: translate3d(0, -100%, 0);
  12437. visibility: visible
  12438. }
  12439. to {
  12440. -webkit-transform: translate3d(0, 0, 0);
  12441. -moz-transform: translate3d(0, 0, 0);
  12442. transform: translate3d(0, 0, 0)
  12443. }
  12444. }
  12445.  
  12446. .slideInDown {
  12447. -webkit-animation-name: slideInDown;
  12448. -moz-animation-name: slideInDown;
  12449. -o-animation-name: slideInDown;
  12450. animation-name: slideInDown
  12451. }
  12452.  
  12453. @-webkit-keyframes slideInLeft {
  12454. 0% {
  12455. -webkit-transform: translate3d(-100%, 0, 0);
  12456. transform: translate3d(-100%, 0, 0);
  12457. visibility: visible
  12458. }
  12459. to {
  12460. -webkit-transform: translate3d(0, 0, 0);
  12461. transform: translate3d(0, 0, 0)
  12462. }
  12463. }
  12464.  
  12465. @-moz-keyframes slideInLeft {
  12466. 0% {
  12467. -moz-transform: translate3d(-100%, 0, 0);
  12468. transform: translate3d(-100%, 0, 0);
  12469. visibility: visible
  12470. }
  12471. to {
  12472. -moz-transform: translate3d(0, 0, 0);
  12473. transform: translate3d(0, 0, 0)
  12474. }
  12475. }
  12476.  
  12477. @-o-keyframes slideInLeft {
  12478. 0% {
  12479. transform: translate3d(-100%, 0, 0);
  12480. visibility: visible
  12481. }
  12482. to {
  12483. transform: translate3d(0, 0, 0)
  12484. }
  12485. }
  12486.  
  12487. @keyframes slideInLeft {
  12488. 0% {
  12489. -webkit-transform: translate3d(-100%, 0, 0);
  12490. -moz-transform: translate3d(-100%, 0, 0);
  12491. transform: translate3d(-100%, 0, 0);
  12492. visibility: visible
  12493. }
  12494. to {
  12495. -webkit-transform: translate3d(0, 0, 0);
  12496. -moz-transform: translate3d(0, 0, 0);
  12497. transform: translate3d(0, 0, 0)
  12498. }
  12499. }
  12500.  
  12501. .slideInLeft {
  12502. -webkit-animation-name: slideInLeft;
  12503. -moz-animation-name: slideInLeft;
  12504. -o-animation-name: slideInLeft;
  12505. animation-name: slideInLeft
  12506. }
  12507.  
  12508. @-webkit-keyframes slideInRight {
  12509. 0% {
  12510. -webkit-transform: translate3d(100%, 0, 0);
  12511. transform: translate3d(100%, 0, 0);
  12512. visibility: visible
  12513. }
  12514. to {
  12515. -webkit-transform: translate3d(0, 0, 0);
  12516. transform: translate3d(0, 0, 0)
  12517. }
  12518. }
  12519.  
  12520. @-moz-keyframes slideInRight {
  12521. 0% {
  12522. -moz-transform: translate3d(100%, 0, 0);
  12523. transform: translate3d(100%, 0, 0);
  12524. visibility: visible
  12525. }
  12526. to {
  12527. -moz-transform: translate3d(0, 0, 0);
  12528. transform: translate3d(0, 0, 0)
  12529. }
  12530. }
  12531.  
  12532. @-o-keyframes slideInRight {
  12533. 0% {
  12534. transform: translate3d(100%, 0, 0);
  12535. visibility: visible
  12536. }
  12537. to {
  12538. transform: translate3d(0, 0, 0)
  12539. }
  12540. }
  12541.  
  12542. @keyframes slideInRight {
  12543. 0% {
  12544. -webkit-transform: translate3d(100%, 0, 0);
  12545. -moz-transform: translate3d(100%, 0, 0);
  12546. transform: translate3d(100%, 0, 0);
  12547. visibility: visible
  12548. }
  12549. to {
  12550. -webkit-transform: translate3d(0, 0, 0);
  12551. -moz-transform: translate3d(0, 0, 0);
  12552. transform: translate3d(0, 0, 0)
  12553. }
  12554. }
  12555.  
  12556. .slideInRight {
  12557. -webkit-animation-name: slideInRight;
  12558. -moz-animation-name: slideInRight;
  12559. -o-animation-name: slideInRight;
  12560. animation-name: slideInRight
  12561. }
  12562.  
  12563. @-webkit-keyframes slideInUp {
  12564. 0% {
  12565. -webkit-transform: translate3d(0, 100%, 0);
  12566. transform: translate3d(0, 100%, 0);
  12567. visibility: visible
  12568. }
  12569. to {
  12570. -webkit-transform: translate3d(0, 0, 0);
  12571. transform: translate3d(0, 0, 0)
  12572. }
  12573. }
  12574.  
  12575. @-moz-keyframes slideInUp {
  12576. 0% {
  12577. -moz-transform: translate3d(0, 100%, 0);
  12578. transform: translate3d(0, 100%, 0);
  12579. visibility: visible
  12580. }
  12581. to {
  12582. -moz-transform: translate3d(0, 0, 0);
  12583. transform: translate3d(0, 0, 0)
  12584. }
  12585. }
  12586.  
  12587. @-o-keyframes slideInUp {
  12588. 0% {
  12589. transform: translate3d(0, 100%, 0);
  12590. visibility: visible
  12591. }
  12592. to {
  12593. transform: translate3d(0, 0, 0)
  12594. }
  12595. }
  12596.  
  12597. @keyframes slideInUp {
  12598. 0% {
  12599. -webkit-transform: translate3d(0, 100%, 0);
  12600. -moz-transform: translate3d(0, 100%, 0);
  12601. transform: translate3d(0, 100%, 0);
  12602. visibility: visible
  12603. }
  12604. to {
  12605. -webkit-transform: translate3d(0, 0, 0);
  12606. -moz-transform: translate3d(0, 0, 0);
  12607. transform: translate3d(0, 0, 0)
  12608. }
  12609. }
  12610.  
  12611. .slideInUp {
  12612. -webkit-animation-name: slideInUp;
  12613. -moz-animation-name: slideInUp;
  12614. -o-animation-name: slideInUp;
  12615. animation-name: slideInUp
  12616. }
  12617.  
  12618. @-webkit-keyframes slideOutDown {
  12619. 0% {
  12620. -webkit-transform: translate3d(0, 0, 0);
  12621. transform: translate3d(0, 0, 0)
  12622. }
  12623. to {
  12624. visibility: hidden;
  12625. -webkit-transform: translate3d(0, 100%, 0);
  12626. transform: translate3d(0, 100%, 0)
  12627. }
  12628. }
  12629.  
  12630. @-moz-keyframes slideOutDown {
  12631. 0% {
  12632. -moz-transform: translate3d(0, 0, 0);
  12633. transform: translate3d(0, 0, 0)
  12634. }
  12635. to {
  12636. visibility: hidden;
  12637. -moz-transform: translate3d(0, 100%, 0);
  12638. transform: translate3d(0, 100%, 0)
  12639. }
  12640. }
  12641.  
  12642. @-o-keyframes slideOutDown {
  12643. 0% {
  12644. transform: translate3d(0, 0, 0)
  12645. }
  12646. to {
  12647. visibility: hidden;
  12648. transform: translate3d(0, 100%, 0)
  12649. }
  12650. }
  12651.  
  12652. @keyframes slideOutDown {
  12653. 0% {
  12654. -webkit-transform: translate3d(0, 0, 0);
  12655. -moz-transform: translate3d(0, 0, 0);
  12656. transform: translate3d(0, 0, 0)
  12657. }
  12658. to {
  12659. visibility: hidden;
  12660. -webkit-transform: translate3d(0, 100%, 0);
  12661. -moz-transform: translate3d(0, 100%, 0);
  12662. transform: translate3d(0, 100%, 0)
  12663. }
  12664. }
  12665.  
  12666. .slideOutDown {
  12667. -webkit-animation-name: slideOutDown;
  12668. -moz-animation-name: slideOutDown;
  12669. -o-animation-name: slideOutDown;
  12670. animation-name: slideOutDown
  12671. }
  12672.  
  12673. @-webkit-keyframes slideOutLeft {
  12674. 0% {
  12675. -webkit-transform: translate3d(0, 0, 0);
  12676. transform: translate3d(0, 0, 0)
  12677. }
  12678. to {
  12679. visibility: hidden;
  12680. -webkit-transform: translate3d(-100%, 0, 0);
  12681. transform: translate3d(-100%, 0, 0)
  12682. }
  12683. }
  12684.  
  12685. @-moz-keyframes slideOutLeft {
  12686. 0% {
  12687. -moz-transform: translate3d(0, 0, 0);
  12688. transform: translate3d(0, 0, 0)
  12689. }
  12690. to {
  12691. visibility: hidden;
  12692. -moz-transform: translate3d(-100%, 0, 0);
  12693. transform: translate3d(-100%, 0, 0)
  12694. }
  12695. }
  12696.  
  12697. @-o-keyframes slideOutLeft {
  12698. 0% {
  12699. transform: translate3d(0, 0, 0)
  12700. }
  12701. to {
  12702. visibility: hidden;
  12703. transform: translate3d(-100%, 0, 0)
  12704. }
  12705. }
  12706.  
  12707. @keyframes slideOutLeft {
  12708. 0% {
  12709. -webkit-transform: translate3d(0, 0, 0);
  12710. -moz-transform: translate3d(0, 0, 0);
  12711. transform: translate3d(0, 0, 0)
  12712. }
  12713. to {
  12714. visibility: hidden;
  12715. -webkit-transform: translate3d(-100%, 0, 0);
  12716. -moz-transform: translate3d(-100%, 0, 0);
  12717. transform: translate3d(-100%, 0, 0)
  12718. }
  12719. }
  12720.  
  12721. .slideOutLeft {
  12722. -webkit-animation-name: slideOutLeft;
  12723. -moz-animation-name: slideOutLeft;
  12724. -o-animation-name: slideOutLeft;
  12725. animation-name: slideOutLeft
  12726. }
  12727.  
  12728. @-webkit-keyframes slideOutRight {
  12729. 0% {
  12730. -webkit-transform: translate3d(0, 0, 0);
  12731. transform: translate3d(0, 0, 0)
  12732. }
  12733. to {
  12734. visibility: hidden;
  12735. -webkit-transform: translate3d(100%, 0, 0);
  12736. transform: translate3d(100%, 0, 0)
  12737. }
  12738. }
  12739.  
  12740. @-moz-keyframes slideOutRight {
  12741. 0% {
  12742. -moz-transform: translate3d(0, 0, 0);
  12743. transform: translate3d(0, 0, 0)
  12744. }
  12745. to {
  12746. visibility: hidden;
  12747. -moz-transform: translate3d(100%, 0, 0);
  12748. transform: translate3d(100%, 0, 0)
  12749. }
  12750. }
  12751.  
  12752. @-o-keyframes slideOutRight {
  12753. 0% {
  12754. transform: translate3d(0, 0, 0)
  12755. }
  12756. to {
  12757. visibility: hidden;
  12758. transform: translate3d(100%, 0, 0)
  12759. }
  12760. }
  12761.  
  12762. @keyframes slideOutRight {
  12763. 0% {
  12764. -webkit-transform: translate3d(0, 0, 0);
  12765. -moz-transform: translate3d(0, 0, 0);
  12766. transform: translate3d(0, 0, 0)
  12767. }
  12768. to {
  12769. visibility: hidden;
  12770. -webkit-transform: translate3d(100%, 0, 0);
  12771. -moz-transform: translate3d(100%, 0, 0);
  12772. transform: translate3d(100%, 0, 0)
  12773. }
  12774. }
  12775.  
  12776. .slideOutRight {
  12777. -webkit-animation-name: slideOutRight;
  12778. -moz-animation-name: slideOutRight;
  12779. -o-animation-name: slideOutRight;
  12780. animation-name: slideOutRight
  12781. }
  12782.  
  12783. @-webkit-keyframes slideOutUp {
  12784. 0% {
  12785. -webkit-transform: translate3d(0, 0, 0);
  12786. transform: translate3d(0, 0, 0)
  12787. }
  12788. to {
  12789. visibility: hidden;
  12790. -webkit-transform: translate3d(0, -100%, 0);
  12791. transform: translate3d(0, -100%, 0)
  12792. }
  12793. }
  12794.  
  12795. @-moz-keyframes slideOutUp {
  12796. 0% {
  12797. -moz-transform: translate3d(0, 0, 0);
  12798. transform: translate3d(0, 0, 0)
  12799. }
  12800. to {
  12801. visibility: hidden;
  12802. -moz-transform: translate3d(0, -100%, 0);
  12803. transform: translate3d(0, -100%, 0)
  12804. }
  12805. }
  12806.  
  12807. @-o-keyframes slideOutUp {
  12808. 0% {
  12809. transform: translate3d(0, 0, 0)
  12810. }
  12811. to {
  12812. visibility: hidden;
  12813. transform: translate3d(0, -100%, 0)
  12814. }
  12815. }
  12816.  
  12817. @keyframes slideOutUp {
  12818. 0% {
  12819. -webkit-transform: translate3d(0, 0, 0);
  12820. -moz-transform: translate3d(0, 0, 0);
  12821. transform: translate3d(0, 0, 0)
  12822. }
  12823. to {
  12824. visibility: hidden;
  12825. -webkit-transform: translate3d(0, -100%, 0);
  12826. -moz-transform: translate3d(0, -100%, 0);
  12827. transform: translate3d(0, -100%, 0)
  12828. }
  12829. }
  12830.  
  12831. .slideOutUp {
  12832. -webkit-animation-name: slideOutUp;
  12833. -moz-animation-name: slideOutUp;
  12834. -o-animation-name: slideOutUp;
  12835. animation-name: slideOutUp
  12836. }
  12837.  
  12838. * {
  12839. border-size: border-box
  12840. }
  12841.  
  12842. a {
  12843. color: #1b55a1
  12844. }
  12845.  
  12846. a:hover {
  12847. cursor: pointer
  12848. }
  12849.  
  12850. .g-recaptcha {
  12851. margin: 10px
  12852. }
  12853.  
  12854. body {
  12855. background: #fff;
  12856. color: #000;
  12857.  
  12858. }
  12859.  
  12860. .fa-arrow-right {
  12861. margin-left: 15px
  12862. }
  12863.  
  12864. .middle_icon {
  12865. position: absolute;
  12866. top: 60%;
  12867. -webkit-transform: translateX(-50%);
  12868. -moz-transform: translateX(-50%);
  12869. -ms-transform: translateX(-50%);
  12870. -o-transform: translateX(-50%);
  12871. transform: translateX(-50%);
  12872. left: 50%
  12873. }
  12874.  
  12875. .hovereffect,
  12876. .hovereffect .overlay {
  12877. width: 100%;
  12878. height: 100%;
  12879. overflow: hidden
  12880. }
  12881.  
  12882. .hovereffect {
  12883. cursor: default;
  12884. font-size: 14px;
  12885. line-height: 16px;
  12886. position: relative
  12887. }
  12888.  
  12889. .hovereffect .overlay {
  12890. position: absolute;
  12891. top: 0;
  12892. left: 0;
  12893. opacity: 0;
  12894. background-color: rgba(0, 0, 0, .5);
  12895. -webkit-transition: all .4s ease-in-out;
  12896. -moz-transition: all .4s ease-in-out;
  12897. -o-transition: all .4s ease-in-out;
  12898. transition: all .4s ease-in-out
  12899. }
  12900.  
  12901. .justofy {
  12902. text-align: justify
  12903. }
  12904.  
  12905. .img-col img {
  12906. display: inline-block;
  12907. width: 100%
  12908. }
  12909.  
  12910. .row_top_20px {
  12911. margin-top: 20px
  12912. }
  12913.  
  12914. .row_bottom_20px {
  12915. margin-bottom: 20px
  12916. }
  12917.  
  12918. .hovereffect img {
  12919. display: block;
  12920. position: relative;
  12921. -webkit-transition: all .4s linear;
  12922. -moz-transition: all .4s linear;
  12923. -o-transition: all .4s linear;
  12924. transition: all .4s linear
  12925. }
  12926.  
  12927. .hovereffect:hover img {
  12928. -ms-transform: scale(1.2);
  12929. -webkit-transform: scale(1.2);
  12930. -moz-transform: scale(1.2);
  12931. -o-transform: scale(1.2);
  12932. transform: scale(1.2)
  12933. }
  12934.  
  12935. .hovereffect:hover .overlay {
  12936. opacity: 1;
  12937. filter: alpha(opacity=100)
  12938. }
  12939.  
  12940.  
  12941. /*!
  12942. * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  12943. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  12944. */
  12945.  
  12946. @font-face {
  12947. font-family: 'FontAwesome';
  12948. src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
  12949. src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  12950. font-weight: 400;
  12951. font-style: normal
  12952. }
  12953.  
  12954. .fa {
  12955. display: inline-block;
  12956. font: 14px/1 FontAwesome;
  12957. font-size: inherit;
  12958. text-rendering: auto;
  12959. -webkit-font-smoothing: antialiased;
  12960. -moz-osx-font-smoothing: grayscale
  12961. }
  12962.  
  12963. .fa-lg {
  12964. font-size: 1.33333333em;
  12965. line-height: .75em;
  12966. vertical-align: -15%
  12967. }
  12968.  
  12969. .fa-2x {
  12970. font-size: 2em
  12971. }
  12972.  
  12973. .fa-3x {
  12974. font-size: 3em
  12975. }
  12976.  
  12977. .fa-4x {
  12978. font-size: 4em
  12979. }
  12980.  
  12981. .fa-5x {
  12982. font-size: 5em
  12983. }
  12984.  
  12985. .fa-fw {
  12986. width: 1.28571429em;
  12987. text-align: center
  12988. }
  12989.  
  12990. .fa-ul {
  12991. padding-left: 0;
  12992. margin-left: 2.14285714em;
  12993. list-style-type: none
  12994. }
  12995.  
  12996. .fa-ul>li {
  12997. position: relative
  12998. }
  12999.  
  13000. .fa-li {
  13001. position: absolute;
  13002. left: -2.14285714em;
  13003. width: 2.14285714em;
  13004. top: .14285714em;
  13005. text-align: center
  13006. }
  13007.  
  13008. .fa-li.fa-lg {
  13009. left: -1.85714286em
  13010. }
  13011.  
  13012. .fa-border {
  13013. padding: .2em .25em .15em;
  13014. border: solid .08em #eee;
  13015. -webkit-border-radius: .1em;
  13016. -moz-border-radius: .1em;
  13017. border-radius: .1em
  13018. }
  13019.  
  13020. .fa-pull-left {
  13021. float: left
  13022. }
  13023.  
  13024. .fa-pull-right,
  13025. .pull-right {
  13026. float: right
  13027. }
  13028.  
  13029. .fa.fa-pull-left {
  13030. margin-right: .3em
  13031. }
  13032.  
  13033. .fa.fa-pull-right {
  13034. margin-left: .3em
  13035. }
  13036.  
  13037. .pull-left {
  13038. float: left
  13039. }
  13040.  
  13041. .fa.pull-left {
  13042. margin-right: .3em
  13043. }
  13044.  
  13045. .fa.pull-right {
  13046. margin-left: .3em
  13047. }
  13048.  
  13049. .fa-spin {
  13050. -webkit-animation: fa-spin 2s infinite linear;
  13051. -moz-animation: fa-spin 2s infinite linear;
  13052. -o-animation: fa-spin 2s infinite linear;
  13053. animation: fa-spin 2s infinite linear
  13054. }
  13055.  
  13056. .fa-pulse {
  13057. -webkit-animation: fa-spin 1s infinite steps(8);
  13058. -moz-animation: fa-spin 1s infinite steps(8);
  13059. -o-animation: fa-spin 1s infinite steps(8);
  13060. animation: fa-spin 1s infinite steps(8)
  13061. }
  13062.  
  13063. @-webkit-keyframes fa-spin {
  13064. 0% {
  13065. -webkit-transform: rotate(0deg);
  13066. transform: rotate(0deg)
  13067. }
  13068. to {
  13069. -webkit-transform: rotate(359deg);
  13070. transform: rotate(359deg)
  13071. }
  13072. }
  13073.  
  13074. @-moz-keyframes fa-spin {
  13075. 0% {
  13076. -webkit-transform: rotate(0deg);
  13077. -moz-transform: rotate(0deg);
  13078. transform: rotate(0deg)
  13079. }
  13080. to {
  13081. -webkit-transform: rotate(359deg);
  13082. -moz-transform: rotate(359deg);
  13083. transform: rotate(359deg)
  13084. }
  13085. }
  13086.  
  13087. @-o-keyframes fa-spin {
  13088. 0% {
  13089. -webkit-transform: rotate(0deg);
  13090. -o-transform: rotate(0deg);
  13091. transform: rotate(0deg)
  13092. }
  13093. to {
  13094. -webkit-transform: rotate(359deg);
  13095. -o-transform: rotate(359deg);
  13096. transform: rotate(359deg)
  13097. }
  13098. }
  13099.  
  13100. @keyframes fa-spin {
  13101. 0% {
  13102. -webkit-transform: rotate(0deg);
  13103. -moz-transform: rotate(0deg);
  13104. -o-transform: rotate(0deg);
  13105. transform: rotate(0deg)
  13106. }
  13107. to {
  13108. -webkit-transform: rotate(359deg);
  13109. -moz-transform: rotate(359deg);
  13110. -o-transform: rotate(359deg);
  13111. transform: rotate(359deg)
  13112. }
  13113. }
  13114.  
  13115. .fa-rotate-90 {
  13116. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  13117. -webkit-transform: rotate(90deg);
  13118. -ms-transform: rotate(90deg);
  13119. -moz-transform: rotate(90deg);
  13120. -o-transform: rotate(90deg);
  13121. transform: rotate(90deg)
  13122. }
  13123.  
  13124. .fa-rotate-180 {
  13125. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  13126. -webkit-transform: rotate(180deg);
  13127. -ms-transform: rotate(180deg);
  13128. -moz-transform: rotate(180deg);
  13129. -o-transform: rotate(180deg);
  13130. transform: rotate(180deg)
  13131. }
  13132.  
  13133. .fa-rotate-270 {
  13134. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  13135. -webkit-transform: rotate(270deg);
  13136. -ms-transform: rotate(270deg);
  13137. -moz-transform: rotate(270deg);
  13138. -o-transform: rotate(270deg);
  13139. transform: rotate(270deg)
  13140. }
  13141.  
  13142. .fa-flip-horizontal {
  13143. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  13144. -webkit-transform: scale(-1, 1);
  13145. -ms-transform: scale(-1, 1);
  13146. -moz-transform: scale(-1, 1);
  13147. -o-transform: scale(-1, 1);
  13148. transform: scale(-1, 1)
  13149. }
  13150.  
  13151. .fa-flip-vertical {
  13152. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  13153. -webkit-transform: scale(1, -1);
  13154. -ms-transform: scale(1, -1);
  13155. -moz-transform: scale(1, -1);
  13156. -o-transform: scale(1, -1);
  13157. transform: scale(1, -1)
  13158. }
  13159.  
  13160. :root .fa-flip-horizontal,
  13161. :root .fa-flip-vertical,
  13162. :root .fa-rotate-180,
  13163. :root .fa-rotate-270,
  13164. :root .fa-rotate-90 {
  13165. -webkit-filter: none;
  13166. filter: none
  13167. }
  13168.  
  13169. .fa-stack {
  13170. position: relative;
  13171. display: inline-block;
  13172. width: 2em;
  13173. height: 2em;
  13174. line-height: 2em;
  13175. vertical-align: middle
  13176. }
  13177.  
  13178. .fa-stack-1x,
  13179. .fa-stack-2x {
  13180. position: absolute;
  13181. left: 0;
  13182. width: 100%;
  13183. text-align: center
  13184. }
  13185.  
  13186. .fa-stack-1x {
  13187. line-height: inherit
  13188. }
  13189.  
  13190. .fa-stack-2x {
  13191. font-size: 2em
  13192. }
  13193.  
  13194. .fa-inverse {
  13195. color: #fff
  13196. }
  13197.  
  13198. .fa-glass:before {
  13199. content: "\f000"
  13200. }
  13201.  
  13202. .fa-music:before {
  13203. content: "\f001"
  13204. }
  13205.  
  13206. .fa-search:before {
  13207. content: "\f002"
  13208. }
  13209.  
  13210. .fa-envelope-o:before {
  13211. content: "\f003"
  13212. }
  13213.  
  13214. .fa-heart:before {
  13215. content: "\f004"
  13216. }
  13217.  
  13218. .fa-star:before {
  13219. content: "\f005"
  13220. }
  13221.  
  13222. .fa-star-o:before {
  13223. content: "\f006"
  13224. }
  13225.  
  13226. .fa-user:before {
  13227. content: "\f007"
  13228. }
  13229.  
  13230. .fa-film:before {
  13231. content: "\f008"
  13232. }
  13233.  
  13234. .fa-th-large:before {
  13235. content: "\f009"
  13236. }
  13237.  
  13238. .fa-th:before {
  13239. content: "\f00a"
  13240. }
  13241.  
  13242. .fa-th-list:before {
  13243. content: "\f00b"
  13244. }
  13245.  
  13246. .fa-check:before {
  13247. content: "\f00c"
  13248. }
  13249.  
  13250. .fa-close:before,
  13251. .fa-remove:before,
  13252. .fa-times:before {
  13253. content: "\f00d"
  13254. }
  13255.  
  13256. .fa-search-plus:before {
  13257. content: "\f00e"
  13258. }
  13259.  
  13260. .fa-search-minus:before {
  13261. content: "\f010"
  13262. }
  13263.  
  13264. .fa-power-off:before {
  13265. content: "\f011"
  13266. }
  13267.  
  13268. .fa-signal:before {
  13269. content: "\f012"
  13270. }
  13271.  
  13272. .fa-cog:before,
  13273. .fa-gear:before {
  13274. content: "\f013"
  13275. }
  13276.  
  13277. .fa-trash-o:before {
  13278. content: "\f014"
  13279. }
  13280.  
  13281. .fa-home:before {
  13282. content: "\f015"
  13283. }
  13284.  
  13285. .fa-file-o:before {
  13286. content: "\f016"
  13287. }
  13288.  
  13289. .fa-clock-o:before {
  13290. content: "\f017"
  13291. }
  13292.  
  13293. .fa-road:before {
  13294. content: "\f018"
  13295. }
  13296.  
  13297. .fa-download:before {
  13298. content: "\f019"
  13299. }
  13300.  
  13301. .fa-arrow-circle-o-down_1, .fa-arrow-circle-o-down_2, .fa-arrow-circle-o-down_3, .fa-arrow-circle-o-down_4 {
  13302. height:34px;
  13303. width:34px;
  13304. background:url('/wp-content/themes/sea/images/ICON/my-fish-icon-circle-down-active.svg');
  13305. filter: gray; /* IE6-9 */
  13306. -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  13307. filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  13308. }
  13309.  
  13310.  
  13311.  
  13312. .screen_fishes_desc .panel-heading:hover {
  13313. cursor:pointer;
  13314. }
  13315.  
  13316.  
  13317. /*
  13318. .fa-arrow-circle-o-down:before {
  13319. content: "\f01a"
  13320.  
  13321. }
  13322. */
  13323. .fa-arrow-circle-o-up:before {
  13324. content: "\f01b"
  13325. }
  13326.  
  13327. .fa-inbox:before {
  13328. content: "\f01c"
  13329. }
  13330.  
  13331. .fa-play-circle-o:before {
  13332. content: "\f01d"
  13333. }
  13334.  
  13335. .fa-repeat:before,
  13336. .fa-rotate-right:before {
  13337. content: "\f01e"
  13338. }
  13339.  
  13340. .fa-refresh:before {
  13341. content: "\f021"
  13342. }
  13343.  
  13344. .fa-list-alt:before {
  13345. content: "\f022"
  13346. }
  13347.  
  13348. .fa-lock:before {
  13349. content: "\f023"
  13350. }
  13351.  
  13352. .fa-flag:before {
  13353. content: "\f024"
  13354. }
  13355.  
  13356. .fa-headphones:before {
  13357. content: "\f025"
  13358. }
  13359.  
  13360. .fa-volume-off:before {
  13361. content: "\f026"
  13362. }
  13363.  
  13364. .fa-volume-down:before {
  13365. content: "\f027"
  13366. }
  13367.  
  13368. .fa-volume-up:before {
  13369. content: "\f028"
  13370. }
  13371.  
  13372. .fa-qrcode:before {
  13373. content: "\f029"
  13374. }
  13375.  
  13376. .fa-barcode:before {
  13377. content: "\f02a"
  13378. }
  13379.  
  13380. .fa-tag:before {
  13381. content: "\f02b"
  13382. }
  13383.  
  13384. .fa-tags:before {
  13385. content: "\f02c"
  13386. }
  13387.  
  13388. .fa-book:before {
  13389. content: "\f02d"
  13390. }
  13391.  
  13392. .fa-bookmark:before {
  13393. content: "\f02e"
  13394. }
  13395.  
  13396. .fa-print:before {
  13397. content: "\f02f"
  13398. }
  13399.  
  13400. .fa-camera:before {
  13401. content: "\f030"
  13402. }
  13403.  
  13404. .fa-font:before {
  13405. content: "\f031"
  13406. }
  13407.  
  13408. .fa-bold:before {
  13409. content: "\f032"
  13410. }
  13411.  
  13412. .fa-italic:before {
  13413. content: "\f033"
  13414. }
  13415.  
  13416. .fa-text-height:before {
  13417. content: "\f034"
  13418. }
  13419.  
  13420. .fa-text-width:before {
  13421. content: "\f035"
  13422. }
  13423.  
  13424. .fa-align-left:before {
  13425. content: "\f036"
  13426. }
  13427.  
  13428. .fa-align-center:before {
  13429. content: "\f037"
  13430. }
  13431.  
  13432. .fa-align-right:before {
  13433. content: "\f038"
  13434. }
  13435.  
  13436. .fa-align-justify:before {
  13437. content: "\f039"
  13438. }
  13439.  
  13440. .fa-list:before {
  13441. content: "\f03a"
  13442. }
  13443.  
  13444. .fa-dedent:before,
  13445. .fa-outdent:before {
  13446. content: "\f03b"
  13447. }
  13448.  
  13449. .fa-indent:before {
  13450. content: "\f03c"
  13451. }
  13452.  
  13453. .fa-video-camera:before {
  13454. content: "\f03d"
  13455. }
  13456.  
  13457. .fa-image:before,
  13458. .fa-photo:before,
  13459. .fa-picture-o:before {
  13460. content: "\f03e"
  13461. }
  13462.  
  13463. .fa-pencil:before {
  13464. content: "\f040"
  13465. }
  13466.  
  13467. .fa-map-marker:before {
  13468. content: "\f041"
  13469. }
  13470.  
  13471. .fa-adjust:before {
  13472. content: "\f042"
  13473. }
  13474.  
  13475. .fa-tint:before {
  13476. content: "\f043"
  13477. }
  13478.  
  13479. .fa-edit:before,
  13480. .fa-pencil-square-o:before {
  13481. content: "\f044"
  13482. }
  13483.  
  13484. .fa-share-square-o:before {
  13485. content: "\f045"
  13486. }
  13487.  
  13488. .fa-check-square-o:before {
  13489. content: "\f046"
  13490. }
  13491.  
  13492. .fa-arrows:before {
  13493. content: "\f047"
  13494. }
  13495.  
  13496. .fa-step-backward:before {
  13497. content: "\f048"
  13498. }
  13499.  
  13500. .fa-fast-backward:before {
  13501. content: "\f049"
  13502. }
  13503.  
  13504. .fa-backward:before {
  13505. content: "\f04a"
  13506. }
  13507.  
  13508. .fa-play:before {
  13509. content: "\f04b"
  13510. }
  13511.  
  13512. .fa-pause:before {
  13513. content: "\f04c"
  13514. }
  13515.  
  13516. .fa-stop:before {
  13517. content: "\f04d"
  13518. }
  13519.  
  13520. .fa-forward:before {
  13521. content: "\f04e"
  13522. }
  13523.  
  13524. .fa-fast-forward:before {
  13525. content: "\f050"
  13526. }
  13527.  
  13528. .fa-step-forward:before {
  13529. content: "\f051"
  13530. }
  13531.  
  13532. .fa-eject:before {
  13533. content: "\f052"
  13534. }
  13535.  
  13536. .fa-chevron-left:before {
  13537. content: "\f053"
  13538. }
  13539.  
  13540. .fa-chevron-right:before {
  13541. content: "\f054"
  13542. }
  13543.  
  13544. .fa-plus-circle:before {
  13545. content: "\f055"
  13546. }
  13547.  
  13548. .fa-minus-circle:before {
  13549. content: "\f056"
  13550. }
  13551.  
  13552. .fa-times-circle:before {
  13553. content: "\f057"
  13554. }
  13555.  
  13556. .fa-check-circle:before {
  13557. content: "\f058"
  13558. }
  13559.  
  13560. .fa-question-circle:before {
  13561. content: "\f059"
  13562. }
  13563.  
  13564. .fa-info-circle:before {
  13565. content: "\f05a"
  13566. }
  13567.  
  13568. .fa-crosshairs:before {
  13569. content: "\f05b"
  13570. }
  13571.  
  13572. .fa-times-circle-o:before {
  13573. content: "\f05c"
  13574. }
  13575.  
  13576. .fa-check-circle-o:before {
  13577. content: "\f05d"
  13578. }
  13579.  
  13580. .fa-ban:before {
  13581. content: "\f05e"
  13582. }
  13583.  
  13584. .fa-arrow-left:before {
  13585. content: "\f060"
  13586. }
  13587.  
  13588. .fa-arrow-right:before {
  13589. content: "\f061"
  13590. }
  13591.  
  13592. .fa-arrow-up:before {
  13593. content: "\f062"
  13594. }
  13595.  
  13596. .fa-arrow-down:before {
  13597. content: "\f063"
  13598. }
  13599.  
  13600. .fa-mail-forward:before,
  13601. .fa-share:before {
  13602. content: "\f064"
  13603. }
  13604.  
  13605. .fa-expand:before {
  13606. content: "\f065"
  13607. }
  13608.  
  13609. .fa-compress:before {
  13610. content: "\f066"
  13611. }
  13612.  
  13613. .fa-plus:before {
  13614. content: "\f067"
  13615. }
  13616.  
  13617. .fa-minus:before {
  13618. content: "\f068"
  13619. }
  13620.  
  13621. .fa-asterisk:before {
  13622. content: "\f069"
  13623. }
  13624.  
  13625. .fa-exclamation-circle:before {
  13626. content: "\f06a"
  13627. }
  13628.  
  13629. .fa-gift:before {
  13630. content: "\f06b"
  13631. }
  13632.  
  13633. .fa-leaf:before {
  13634. content: "\f06c"
  13635. }
  13636.  
  13637. .fa-fire:before {
  13638. content: "\f06d"
  13639. }
  13640.  
  13641. .fa-eye:before {
  13642. content: "\f06e"
  13643. }
  13644.  
  13645. .fa-eye-slash:before {
  13646. content: "\f070"
  13647. }
  13648.  
  13649. .fa-exclamation-triangle:before,
  13650. .fa-warning:before {
  13651. content: "\f071"
  13652. }
  13653.  
  13654. .fa-plane:before {
  13655. content: "\f072"
  13656. }
  13657.  
  13658. .fa-calendar:before {
  13659. content: "\f073"
  13660. }
  13661.  
  13662. .fa-random:before {
  13663. content: "\f074"
  13664. }
  13665.  
  13666. .fa-comment:before {
  13667. content: "\f075"
  13668. }
  13669.  
  13670. .fa-magnet:before {
  13671. content: "\f076"
  13672. }
  13673.  
  13674. .fa-chevron-up:before {
  13675. content: "\f077"
  13676. }
  13677.  
  13678. .fa-chevron-down:before {
  13679. content: "\f078"
  13680. }
  13681.  
  13682. .fa-retweet:before {
  13683. content: "\f079"
  13684. }
  13685.  
  13686. .fa-shopping-cart:before {
  13687. content: "\f07a"
  13688. }
  13689.  
  13690. .fa-folder:before {
  13691. content: "\f07b"
  13692. }
  13693.  
  13694. .fa-folder-open:before {
  13695. content: "\f07c"
  13696. }
  13697.  
  13698. .fa-arrows-v:before {
  13699. content: "\f07d"
  13700. }
  13701.  
  13702. .fa-arrows-h:before {
  13703. content: "\f07e"
  13704. }
  13705.  
  13706. .fa-bar-chart-o:before,
  13707. .fa-bar-chart:before {
  13708. content: "\f080"
  13709. }
  13710.  
  13711. .fa-twitter-square:before {
  13712. content: "\f081"
  13713. }
  13714.  
  13715. .fa-facebook-square:before {
  13716. content: "\f082"
  13717. }
  13718.  
  13719. .fa-camera-retro:before {
  13720. content: "\f083"
  13721. }
  13722.  
  13723. .fa-key:before {
  13724. content: "\f084"
  13725. }
  13726.  
  13727. .fa-cogs:before,
  13728. .fa-gears:before {
  13729. content: "\f085"
  13730. }
  13731.  
  13732. .fa-comments:before {
  13733. content: "\f086"
  13734. }
  13735.  
  13736. .fa-thumbs-o-up:before {
  13737. content: "\f087"
  13738. }
  13739.  
  13740. .fa-thumbs-o-down:before {
  13741. content: "\f088"
  13742. }
  13743.  
  13744. .fa-star-half:before {
  13745. content: "\f089"
  13746. }
  13747.  
  13748. .fa-heart-o:before {
  13749. content: "\f08a"
  13750. }
  13751.  
  13752. .fa-sign-out:before {
  13753. content: "\f08b"
  13754. }
  13755.  
  13756. .fa-linkedin-square:before {
  13757. content: "\f08c"
  13758. }
  13759.  
  13760. .fa-thumb-tack:before {
  13761. content: "\f08d"
  13762. }
  13763.  
  13764. .fa-external-link:before {
  13765. content: "\f08e"
  13766. }
  13767.  
  13768. .fa-sign-in:before {
  13769. content: "\f090"
  13770. }
  13771.  
  13772. .fa-trophy:before {
  13773. content: "\f091"
  13774. }
  13775.  
  13776. .fa-github-square:before {
  13777. content: "\f092"
  13778. }
  13779.  
  13780. .fa-upload:before {
  13781. content: "\f093"
  13782. }
  13783.  
  13784. .fa-lemon-o:before {
  13785. content: "\f094"
  13786. }
  13787.  
  13788. .fa-phone:before {
  13789. content: "\f095"
  13790. }
  13791.  
  13792. .fa-square-o:before {
  13793. content: "\f096"
  13794. }
  13795.  
  13796. .fa-bookmark-o:before {
  13797. content: "\f097"
  13798. }
  13799.  
  13800. .fa-phone-square:before {
  13801. content: "\f098"
  13802. }
  13803.  
  13804. .fa-twitter:before {
  13805. content: "\f099"
  13806. }
  13807.  
  13808. .fa-facebook-f:before,
  13809. .fa-facebook:before {
  13810. content: "\f09a"
  13811. }
  13812.  
  13813. .fa-github:before {
  13814. content: "\f09b"
  13815. }
  13816.  
  13817. .fa-unlock:before {
  13818. content: "\f09c"
  13819. }
  13820.  
  13821. .fa-credit-card:before {
  13822. content: "\f09d"
  13823. }
  13824.  
  13825. .fa-feed:before,
  13826. .fa-rss:before {
  13827. content: "\f09e"
  13828. }
  13829.  
  13830. .fa-hdd-o:before {
  13831. content: "\f0a0"
  13832. }
  13833.  
  13834. .fa-bullhorn:before {
  13835. content: "\f0a1"
  13836. }
  13837.  
  13838. .fa-bell:before {
  13839. content: "\f0f3"
  13840. }
  13841.  
  13842. .fa-certificate:before {
  13843. content: "\f0a3"
  13844. }
  13845.  
  13846. .fa-hand-o-right:before {
  13847. content: "\f0a4"
  13848. }
  13849.  
  13850. .fa-hand-o-left:before {
  13851. content: "\f0a5"
  13852. }
  13853.  
  13854. .fa-hand-o-up:before {
  13855. content: "\f0a6"
  13856. }
  13857.  
  13858. .fa-hand-o-down:before {
  13859. content: "\f0a7"
  13860. }
  13861.  
  13862. .fa-arrow-circle-left:before {
  13863. content: "\f0a8"
  13864. }
  13865.  
  13866. .fa-arrow-circle-right:before {
  13867. content: "\f0a9"
  13868. }
  13869.  
  13870. .fa-arrow-circle-up:before {
  13871. content: "\f0aa"
  13872. }
  13873.  
  13874. .fa-arrow-circle-down:before {
  13875. content: "\f0ab"
  13876. }
  13877.  
  13878. .fa-globe:before {
  13879. content: "\f0ac"
  13880. }
  13881.  
  13882. .fa-wrench:before {
  13883. content: "\f0ad"
  13884. }
  13885.  
  13886. .fa-tasks:before {
  13887. content: "\f0ae"
  13888. }
  13889.  
  13890. .fa-filter:before {
  13891. content: "\f0b0"
  13892. }
  13893.  
  13894. .fa-briefcase:before {
  13895. content: "\f0b1"
  13896. }
  13897.  
  13898. .fa-arrows-alt:before {
  13899. content: "\f0b2"
  13900. }
  13901.  
  13902. .fa-group:before,
  13903. .fa-users:before {
  13904. content: "\f0c0"
  13905. }
  13906.  
  13907. .fa-chain:before,
  13908. .fa-link:before {
  13909. content: "\f0c1"
  13910. }
  13911.  
  13912. .fa-cloud:before {
  13913. content: "\f0c2"
  13914. }
  13915.  
  13916. .fa-flask:before {
  13917. content: "\f0c3"
  13918. }
  13919.  
  13920. .fa-cut:before,
  13921. .fa-scissors:before {
  13922. content: "\f0c4"
  13923. }
  13924.  
  13925. .fa-copy:before,
  13926. .fa-files-o:before {
  13927. content: "\f0c5"
  13928. }
  13929.  
  13930. .fa-paperclip:before {
  13931. content: "\f0c6"
  13932. }
  13933.  
  13934. .fa-floppy-o:before,
  13935. .fa-save:before {
  13936. content: "\f0c7"
  13937. }
  13938.  
  13939. .fa-square:before {
  13940. content: "\f0c8"
  13941. }
  13942.  
  13943. .fa-bars:before,
  13944. .fa-navicon:before,
  13945. .fa-reorder:before {
  13946. content: "\f0c9"
  13947. }
  13948.  
  13949. .fa-list-ul:before {
  13950. content: "\f0ca"
  13951. }
  13952.  
  13953. .fa-list-ol:before {
  13954. content: "\f0cb"
  13955. }
  13956.  
  13957. .fa-strikethrough:before {
  13958. content: "\f0cc"
  13959. }
  13960.  
  13961. .fa-underline:before {
  13962. content: "\f0cd"
  13963. }
  13964.  
  13965. .fa-table:before {
  13966. content: "\f0ce"
  13967. }
  13968.  
  13969. .fa-magic:before {
  13970. content: "\f0d0"
  13971. }
  13972.  
  13973. .fa-truck:before {
  13974. content: "\f0d1"
  13975. }
  13976.  
  13977. .fa-pinterest:before {
  13978. content: "\f0d2"
  13979. }
  13980.  
  13981. .fa-pinterest-square:before {
  13982. content: "\f0d3"
  13983. }
  13984.  
  13985. .fa-google-plus-square:before {
  13986. content: "\f0d4"
  13987. }
  13988.  
  13989. .fa-google-plus:before {
  13990. content: "\f0d5"
  13991. }
  13992.  
  13993. .fa-money:before {
  13994. content: "\f0d6"
  13995. }
  13996.  
  13997. .fa-caret-down:before {
  13998. content: "\f0d7"
  13999. }
  14000.  
  14001. .fa-caret-up:before {
  14002. content: "\f0d8"
  14003. }
  14004.  
  14005. .fa-caret-left:before {
  14006. content: "\f0d9"
  14007. }
  14008.  
  14009. .fa-caret-right:before {
  14010. content: "\f0da"
  14011. }
  14012.  
  14013. .fa-columns:before {
  14014. content: "\f0db"
  14015. }
  14016.  
  14017. .fa-sort:before,
  14018. .fa-unsorted:before {
  14019. content: "\f0dc"
  14020. }
  14021.  
  14022. .fa-sort-desc:before,
  14023. .fa-sort-down:before {
  14024. content: "\f0dd"
  14025. }
  14026.  
  14027. .fa-sort-asc:before,
  14028. .fa-sort-up:before {
  14029. content: "\f0de"
  14030. }
  14031.  
  14032. .fa-envelope:before {
  14033. content: "\f0e0"
  14034. }
  14035.  
  14036. .fa-linkedin:before {
  14037. content: "\f0e1"
  14038. }
  14039.  
  14040. .fa-rotate-left:before,
  14041. .fa-undo:before {
  14042. content: "\f0e2"
  14043. }
  14044.  
  14045. .fa-gavel:before,
  14046. .fa-legal:before {
  14047. content: "\f0e3"
  14048. }
  14049.  
  14050. .fa-dashboard:before,
  14051. .fa-tachometer:before {
  14052. content: "\f0e4"
  14053. }
  14054.  
  14055. .fa-comment-o:before {
  14056. content: "\f0e5"
  14057. }
  14058.  
  14059. .fa-comments-o:before {
  14060. content: "\f0e6"
  14061. }
  14062.  
  14063. .fa-bolt:before,
  14064. .fa-flash:before {
  14065. content: "\f0e7"
  14066. }
  14067.  
  14068. .fa-sitemap:before {
  14069. content: "\f0e8"
  14070. }
  14071.  
  14072. .fa-umbrella:before {
  14073. content: "\f0e9"
  14074. }
  14075.  
  14076. .fa-clipboard:before,
  14077. .fa-paste:before {
  14078. content: "\f0ea"
  14079. }
  14080.  
  14081. .fa-lightbulb-o:before {
  14082. content: "\f0eb"
  14083. }
  14084.  
  14085. .fa-exchange:before {
  14086. content: "\f0ec"
  14087. }
  14088.  
  14089. .fa-cloud-download:before {
  14090. content: "\f0ed"
  14091. }
  14092.  
  14093. .fa-cloud-upload:before {
  14094. content: "\f0ee"
  14095. }
  14096.  
  14097. .fa-user-md:before {
  14098. content: "\f0f0"
  14099. }
  14100.  
  14101. .fa-stethoscope:before {
  14102. content: "\f0f1"
  14103. }
  14104.  
  14105. .fa-suitcase:before {
  14106. content: "\f0f2"
  14107. }
  14108.  
  14109. .fa-bell-o:before {
  14110. content: "\f0a2"
  14111. }
  14112.  
  14113. .fa-coffee:before {
  14114. content: "\f0f4"
  14115. }
  14116.  
  14117. .fa-cutlery:before {
  14118. content: "\f0f5"
  14119. }
  14120.  
  14121. .fa-file-text-o:before {
  14122. content: "\f0f6"
  14123. }
  14124.  
  14125. .fa-building-o:before {
  14126. content: "\f0f7"
  14127. }
  14128.  
  14129. .fa-hospital-o:before {
  14130. content: "\f0f8"
  14131. }
  14132.  
  14133. .fa-ambulance:before {
  14134. content: "\f0f9"
  14135. }
  14136.  
  14137. .fa-medkit:before {
  14138. content: "\f0fa"
  14139. }
  14140.  
  14141. .fa-fighter-jet:before {
  14142. content: "\f0fb"
  14143. }
  14144.  
  14145. .fa-beer:before {
  14146. content: "\f0fc"
  14147. }
  14148.  
  14149. .fa-h-square:before {
  14150. content: "\f0fd"
  14151. }
  14152.  
  14153. .fa-plus-square:before {
  14154. content: "\f0fe"
  14155. }
  14156.  
  14157. .fa-angle-double-left:before {
  14158. content: "\f100"
  14159. }
  14160.  
  14161. .fa-angle-double-right:before {
  14162. content: "\f101"
  14163. }
  14164.  
  14165. .fa-angle-double-up:before {
  14166. content: "\f102"
  14167. }
  14168.  
  14169. .fa-angle-double-down:before {
  14170. content: "\f103"
  14171. }
  14172.  
  14173. .fa-angle-left:before {
  14174. content: "\f104"
  14175. }
  14176.  
  14177. .fa-angle-right:before {
  14178. content: "\f105"
  14179. }
  14180.  
  14181. .fa-angle-up:before {
  14182. content: "\f106"
  14183. }
  14184.  
  14185. .fa-angle-down:before {
  14186. content: "\f107"
  14187. }
  14188.  
  14189. .fa-desktop:before {
  14190. content: "\f108"
  14191. }
  14192.  
  14193. .fa-laptop:before {
  14194. content: "\f109"
  14195. }
  14196.  
  14197. .fa-tablet:before {
  14198. content: "\f10a"
  14199. }
  14200.  
  14201. .fa-mobile-phone:before,
  14202. .fa-mobile:before {
  14203. content: "\f10b"
  14204. }
  14205.  
  14206. .fa-circle-o:before {
  14207. content: "\f10c"
  14208. }
  14209.  
  14210. .fa-quote-left:before {
  14211. content: "\f10d"
  14212. }
  14213.  
  14214. .fa-quote-right:before {
  14215. content: "\f10e"
  14216. }
  14217.  
  14218. .fa-spinner:before {
  14219. content: "\f110"
  14220. }
  14221.  
  14222. .fa-circle:before {
  14223. content: "\f111"
  14224. }
  14225.  
  14226. .fa-mail-reply:before,
  14227. .fa-reply:before {
  14228. content: "\f112"
  14229. }
  14230.  
  14231. .fa-github-alt:before {
  14232. content: "\f113"
  14233. }
  14234.  
  14235. .fa-folder-o:before {
  14236. content: "\f114"
  14237. }
  14238.  
  14239. .fa-folder-open-o:before {
  14240. content: "\f115"
  14241. }
  14242.  
  14243. .fa-smile-o:before {
  14244. content: "\f118"
  14245. }
  14246.  
  14247. .fa-frown-o:before {
  14248. content: "\f119"
  14249. }
  14250.  
  14251. .fa-meh-o:before {
  14252. content: "\f11a"
  14253. }
  14254.  
  14255. .fa-gamepad:before {
  14256. content: "\f11b"
  14257. }
  14258.  
  14259. .fa-keyboard-o:before {
  14260. content: "\f11c"
  14261. }
  14262.  
  14263. .fa-flag-o:before {
  14264. content: "\f11d"
  14265. }
  14266.  
  14267. .fa-flag-checkered:before {
  14268. content: "\f11e"
  14269. }
  14270.  
  14271. .fa-terminal:before {
  14272. content: "\f120"
  14273. }
  14274.  
  14275. .fa-code:before {
  14276. content: "\f121"
  14277. }
  14278.  
  14279. .fa-mail-reply-all:before,
  14280. .fa-reply-all:before {
  14281. content: "\f122"
  14282. }
  14283.  
  14284. .fa-star-half-empty:before,
  14285. .fa-star-half-full:before,
  14286. .fa-star-half-o:before {
  14287. content: "\f123"
  14288. }
  14289.  
  14290. .fa-location-arrow:before {
  14291. content: "\f124"
  14292. }
  14293.  
  14294. .fa-crop:before {
  14295. content: "\f125"
  14296. }
  14297.  
  14298. .fa-code-fork:before {
  14299. content: "\f126"
  14300. }
  14301.  
  14302. .fa-chain-broken:before,
  14303. .fa-unlink:before {
  14304. content: "\f127"
  14305. }
  14306.  
  14307. .fa-question:before {
  14308. content: "\f128"
  14309. }
  14310.  
  14311. .fa-info:before {
  14312. content: "\f129"
  14313. }
  14314.  
  14315. .fa-exclamation:before {
  14316. content: "\f12a"
  14317. }
  14318.  
  14319. .fa-superscript:before {
  14320. content: "\f12b"
  14321. }
  14322.  
  14323. .fa-subscript:before {
  14324. content: "\f12c"
  14325. }
  14326.  
  14327. .fa-eraser:before {
  14328. content: "\f12d"
  14329. }
  14330.  
  14331. .fa-puzzle-piece:before {
  14332. content: "\f12e"
  14333. }
  14334.  
  14335. .fa-microphone:before {
  14336. content: "\f130"
  14337. }
  14338.  
  14339. .fa-microphone-slash:before {
  14340. content: "\f131"
  14341. }
  14342.  
  14343. .fa-shield:before {
  14344. content: "\f132"
  14345. }
  14346.  
  14347. .fa-calendar-o:before {
  14348. content: "\f133"
  14349. }
  14350.  
  14351. .fa-fire-extinguisher:before {
  14352. content: "\f134"
  14353. }
  14354.  
  14355. .fa-rocket:before {
  14356. content: "\f135"
  14357. }
  14358.  
  14359. .fa-maxcdn:before {
  14360. content: "\f136"
  14361. }
  14362.  
  14363. .fa-chevron-circle-left:before {
  14364. content: "\f137"
  14365. }
  14366.  
  14367. .fa-chevron-circle-right:before {
  14368. content: "\f138"
  14369. }
  14370.  
  14371. .fa-chevron-circle-up:before {
  14372. content: "\f139"
  14373. }
  14374.  
  14375. .fa-chevron-circle-down:before {
  14376. content: "\f13a"
  14377. }
  14378.  
  14379. .fa-html5:before {
  14380. content: "\f13b"
  14381. }
  14382.  
  14383. .fa-css3:before {
  14384. content: "\f13c"
  14385. }
  14386.  
  14387. .fa-anchor:before {
  14388. content: "\f13d"
  14389. }
  14390.  
  14391. .fa-unlock-alt:before {
  14392. content: "\f13e"
  14393. }
  14394.  
  14395. .fa-bullseye:before {
  14396. content: "\f140"
  14397. }
  14398.  
  14399. .fa-ellipsis-h:before {
  14400. content: "\f141"
  14401. }
  14402.  
  14403. .fa-ellipsis-v:before {
  14404. content: "\f142"
  14405. }
  14406.  
  14407. .fa-rss-square:before {
  14408. content: "\f143"
  14409. }
  14410.  
  14411. .fa-play-circle:before {
  14412. content: "\f144"
  14413. }
  14414.  
  14415. .fa-ticket:before {
  14416. content: "\f145"
  14417. }
  14418.  
  14419. .fa-minus-square:before {
  14420. content: "\f146"
  14421. }
  14422.  
  14423. .fa-minus-square-o:before {
  14424. content: "\f147"
  14425. }
  14426.  
  14427. .fa-level-up:before {
  14428. content: "\f148"
  14429. }
  14430.  
  14431. .fa-level-down:before {
  14432. content: "\f149"
  14433. }
  14434.  
  14435. .fa-check-square:before {
  14436. content: "\f14a"
  14437. }
  14438.  
  14439. .fa-pencil-square:before {
  14440. content: "\f14b"
  14441. }
  14442.  
  14443. .fa-external-link-square:before {
  14444. content: "\f14c"
  14445. }
  14446.  
  14447. .fa-share-square:before {
  14448. content: "\f14d"
  14449. }
  14450.  
  14451. .fa-compass:before {
  14452. content: "\f14e"
  14453. }
  14454.  
  14455. .fa-caret-square-o-down:before,
  14456. .fa-toggle-down:before {
  14457. content: "\f150"
  14458. }
  14459.  
  14460. .fa-caret-square-o-up:before,
  14461. .fa-toggle-up:before {
  14462. content: "\f151"
  14463. }
  14464.  
  14465. .fa-caret-square-o-right:before,
  14466. .fa-toggle-right:before {
  14467. content: "\f152"
  14468. }
  14469.  
  14470. .fa-eur:before,
  14471. .fa-euro:before {
  14472. content: "\f153"
  14473. }
  14474.  
  14475. .fa-gbp:before {
  14476. content: "\f154"
  14477. }
  14478.  
  14479. .fa-dollar:before,
  14480. .fa-usd:before {
  14481. content: "\f155"
  14482. }
  14483.  
  14484. .fa-inr:before,
  14485. .fa-rupee:before {
  14486. content: "\f156"
  14487. }
  14488.  
  14489. .fa-cny:before,
  14490. .fa-jpy:before,
  14491. .fa-rmb:before,
  14492. .fa-yen:before {
  14493. content: "\f157"
  14494. }
  14495.  
  14496. .fa-rouble:before,
  14497. .fa-rub:before,
  14498. .fa-ruble:before {
  14499. content: "\f158"
  14500. }
  14501.  
  14502. .fa-krw:before,
  14503. .fa-won:before {
  14504. content: "\f159"
  14505. }
  14506.  
  14507. .fa-bitcoin:before,
  14508. .fa-btc:before {
  14509. content: "\f15a"
  14510. }
  14511.  
  14512. .fa-file:before {
  14513. content: "\f15b"
  14514. }
  14515.  
  14516. .fa-file-text:before {
  14517. content: "\f15c"
  14518. }
  14519.  
  14520. .fa-sort-alpha-asc:before {
  14521. content: "\f15d"
  14522. }
  14523.  
  14524. .fa-sort-alpha-desc:before {
  14525. content: "\f15e"
  14526. }
  14527.  
  14528. .fa-sort-amount-asc:before {
  14529. content: "\f160"
  14530. }
  14531.  
  14532. .fa-sort-amount-desc:before {
  14533. content: "\f161"
  14534. }
  14535.  
  14536. .fa-sort-numeric-asc:before {
  14537. content: "\f162"
  14538. }
  14539.  
  14540. .fa-sort-numeric-desc:before {
  14541. content: "\f163"
  14542. }
  14543.  
  14544. .fa-thumbs-up:before {
  14545. content: "\f164"
  14546. }
  14547.  
  14548. .fa-thumbs-down:before {
  14549. content: "\f165"
  14550. }
  14551.  
  14552. .fa-youtube-square:before {
  14553. content: "\f166"
  14554. }
  14555.  
  14556. .fa-youtube:before {
  14557. content: "\f167"
  14558. }
  14559.  
  14560. .fa-xing:before {
  14561. content: "\f168"
  14562. }
  14563.  
  14564. .fa-xing-square:before {
  14565. content: "\f169"
  14566. }
  14567.  
  14568. .fa-youtube-play:before {
  14569. content: "\f16a"
  14570. }
  14571.  
  14572. .fa-dropbox:before {
  14573. content: "\f16b"
  14574. }
  14575.  
  14576. .fa-stack-overflow:before {
  14577. content: "\f16c"
  14578. }
  14579.  
  14580. .fa-instagram:before {
  14581. content: "\f16d"
  14582. }
  14583.  
  14584. .fa-flickr:before {
  14585. content: "\f16e"
  14586. }
  14587.  
  14588. .fa-adn:before {
  14589. content: "\f170"
  14590. }
  14591.  
  14592. .fa-bitbucket:before {
  14593. content: "\f171"
  14594. }
  14595.  
  14596. .fa-bitbucket-square:before {
  14597. content: "\f172"
  14598. }
  14599.  
  14600. .fa-tumblr:before {
  14601. content: "\f173"
  14602. }
  14603.  
  14604. .fa-tumblr-square:before {
  14605. content: "\f174"
  14606. }
  14607.  
  14608. .fa-long-arrow-down:before {
  14609. content: "\f175"
  14610. }
  14611.  
  14612. .fa-long-arrow-up:before {
  14613. content: "\f176"
  14614. }
  14615.  
  14616. .fa-long-arrow-left:before {
  14617. content: "\f177"
  14618. }
  14619.  
  14620. .fa-long-arrow-right:before {
  14621. content: "\f178"
  14622. }
  14623.  
  14624. .fa-apple:before {
  14625. content: "\f179"
  14626. }
  14627.  
  14628. .fa-windows:before {
  14629. content: "\f17a"
  14630. }
  14631.  
  14632. .fa-android:before {
  14633. content: "\f17b"
  14634. }
  14635.  
  14636. .fa-linux:before {
  14637. content: "\f17c"
  14638. }
  14639.  
  14640. .fa-dribbble:before {
  14641. content: "\f17d"
  14642. }
  14643.  
  14644. .fa-skype:before {
  14645. content: "\f17e"
  14646. }
  14647.  
  14648. .fa-foursquare:before {
  14649. content: "\f180"
  14650. }
  14651.  
  14652. .fa-trello:before {
  14653. content: "\f181"
  14654. }
  14655.  
  14656. .fa-female:before {
  14657. content: "\f182"
  14658. }
  14659.  
  14660. .fa-male:before {
  14661. content: "\f183"
  14662. }
  14663.  
  14664. .fa-gittip:before,
  14665. .fa-gratipay:before {
  14666. content: "\f184"
  14667. }
  14668.  
  14669. .fa-sun-o:before {
  14670. content: "\f185"
  14671. }
  14672.  
  14673. .fa-moon-o:before {
  14674. content: "\f186"
  14675. }
  14676.  
  14677. .fa-archive:before {
  14678. content: "\f187"
  14679. }
  14680.  
  14681. .fa-bug:before {
  14682. content: "\f188"
  14683. }
  14684.  
  14685. .fa-vk:before {
  14686. content: "\f189"
  14687. }
  14688.  
  14689. .fa-weibo:before {
  14690. content: "\f18a"
  14691. }
  14692.  
  14693. .fa-renren:before {
  14694. content: "\f18b"
  14695. }
  14696.  
  14697. .fa-pagelines:before {
  14698. content: "\f18c"
  14699. }
  14700.  
  14701. .fa-stack-exchange:before {
  14702. content: "\f18d"
  14703. }
  14704.  
  14705. .fa-arrow-circle-o-right:before {
  14706. content: "\f18e"
  14707. }
  14708.  
  14709. .fa-arrow-circle-o-left:before {
  14710. content: "\f190"
  14711. }
  14712.  
  14713. .fa-caret-square-o-left:before,
  14714. .fa-toggle-left:before {
  14715. content: "\f191"
  14716. }
  14717.  
  14718. .fa-dot-circle-o:before {
  14719. content: "\f192"
  14720. }
  14721.  
  14722. .fa-wheelchair:before {
  14723. content: "\f193"
  14724. }
  14725.  
  14726. .fa-vimeo-square:before {
  14727. content: "\f194"
  14728. }
  14729.  
  14730. .fa-try:before,
  14731. .fa-turkish-lira:before {
  14732. content: "\f195"
  14733. }
  14734.  
  14735. .fa-plus-square-o:before {
  14736. content: "\f196"
  14737. }
  14738.  
  14739. .fa-space-shuttle:before {
  14740. content: "\f197"
  14741. }
  14742.  
  14743. .fa-slack:before {
  14744. content: "\f198"
  14745. }
  14746.  
  14747. .fa-envelope-square:before {
  14748. content: "\f199"
  14749. }
  14750.  
  14751. .fa-wordpress:before {
  14752. content: "\f19a"
  14753. }
  14754.  
  14755. .fa-openid:before {
  14756. content: "\f19b"
  14757. }
  14758.  
  14759. .fa-bank:before,
  14760. .fa-institution:before,
  14761. .fa-university:before {
  14762. content: "\f19c"
  14763. }
  14764.  
  14765. .fa-graduation-cap:before,
  14766. .fa-mortar-board:before {
  14767. content: "\f19d"
  14768. }
  14769.  
  14770. .fa-yahoo:before {
  14771. content: "\f19e"
  14772. }
  14773.  
  14774. .fa-google:before {
  14775. content: "\f1a0"
  14776. }
  14777.  
  14778. .fa-reddit:before {
  14779. content: "\f1a1"
  14780. }
  14781.  
  14782. .fa-reddit-square:before {
  14783. content: "\f1a2"
  14784. }
  14785.  
  14786. .fa-stumbleupon-circle:before {
  14787. content: "\f1a3"
  14788. }
  14789.  
  14790. .fa-stumbleupon:before {
  14791. content: "\f1a4"
  14792. }
  14793.  
  14794. .fa-delicious:before {
  14795. content: "\f1a5"
  14796. }
  14797.  
  14798. .fa-digg:before {
  14799. content: "\f1a6"
  14800. }
  14801.  
  14802. .fa-pied-piper-pp:before {
  14803. content: "\f1a7"
  14804. }
  14805.  
  14806. .fa-pied-piper-alt:before {
  14807. content: "\f1a8"
  14808. }
  14809.  
  14810. .fa-drupal:before {
  14811. content: "\f1a9"
  14812. }
  14813.  
  14814. .fa-joomla:before {
  14815. content: "\f1aa"
  14816. }
  14817.  
  14818. .fa-language:before {
  14819. content: "\f1ab"
  14820. }
  14821.  
  14822. .fa-fax:before {
  14823. content: "\f1ac"
  14824. }
  14825.  
  14826. .fa-building:before {
  14827. content: "\f1ad"
  14828. }
  14829.  
  14830. .fa-child:before {
  14831. content: "\f1ae"
  14832. }
  14833.  
  14834. .fa-paw:before {
  14835. content: "\f1b0"
  14836. }
  14837.  
  14838. .fa-spoon:before {
  14839. content: "\f1b1"
  14840. }
  14841.  
  14842. .fa-cube:before {
  14843. content: "\f1b2"
  14844. }
  14845.  
  14846. .fa-cubes:before {
  14847. content: "\f1b3"
  14848. }
  14849.  
  14850. .fa-behance:before {
  14851. content: "\f1b4"
  14852. }
  14853.  
  14854. .fa-behance-square:before {
  14855. content: "\f1b5"
  14856. }
  14857.  
  14858. .fa-steam:before {
  14859. content: "\f1b6"
  14860. }
  14861.  
  14862. .fa-steam-square:before {
  14863. content: "\f1b7"
  14864. }
  14865.  
  14866. .fa-recycle:before {
  14867. content: "\f1b8"
  14868. }
  14869.  
  14870. .fa-automobile:before,
  14871. .fa-car:before {
  14872. content: "\f1b9"
  14873. }
  14874.  
  14875. .fa-cab:before,
  14876. .fa-taxi:before {
  14877. content: "\f1ba"
  14878. }
  14879.  
  14880. .fa-tree:before {
  14881. content: "\f1bb"
  14882. }
  14883.  
  14884. .fa-spotify:before {
  14885. content: "\f1bc"
  14886. }
  14887.  
  14888. .fa-deviantart:before {
  14889. content: "\f1bd"
  14890. }
  14891.  
  14892. .fa-soundcloud:before {
  14893. content: "\f1be"
  14894. }
  14895.  
  14896. .fa-database:before {
  14897. content: "\f1c0"
  14898. }
  14899.  
  14900. .fa-file-pdf-o:before {
  14901. content: "\f1c1"
  14902. }
  14903.  
  14904. .fa-file-word-o:before {
  14905. content: "\f1c2"
  14906. }
  14907.  
  14908. .fa-file-excel-o:before {
  14909. content: "\f1c3"
  14910. }
  14911.  
  14912. .fa-file-powerpoint-o:before {
  14913. content: "\f1c4"
  14914. }
  14915.  
  14916. .fa-file-image-o:before,
  14917. .fa-file-photo-o:before,
  14918. .fa-file-picture-o:before {
  14919. content: "\f1c5"
  14920. }
  14921.  
  14922. .fa-file-archive-o:before,
  14923. .fa-file-zip-o:before {
  14924. content: "\f1c6"
  14925. }
  14926.  
  14927. .fa-file-audio-o:before,
  14928. .fa-file-sound-o:before {
  14929. content: "\f1c7"
  14930. }
  14931.  
  14932. .fa-file-movie-o:before,
  14933. .fa-file-video-o:before {
  14934. content: "\f1c8"
  14935. }
  14936.  
  14937. .fa-file-code-o:before {
  14938. content: "\f1c9"
  14939. }
  14940.  
  14941. .fa-vine:before {
  14942. content: "\f1ca"
  14943. }
  14944.  
  14945. .fa-codepen:before {
  14946. content: "\f1cb"
  14947. }
  14948.  
  14949. .fa-jsfiddle:before {
  14950. content: "\f1cc"
  14951. }
  14952.  
  14953. .fa-life-bouy:before,
  14954. .fa-life-buoy:before,
  14955. .fa-life-ring:before,
  14956. .fa-life-saver:before,
  14957. .fa-support:before {
  14958. content: "\f1cd"
  14959. }
  14960.  
  14961. .fa-circle-o-notch:before {
  14962. content: "\f1ce"
  14963. }
  14964.  
  14965. .fa-ra:before,
  14966. .fa-rebel:before,
  14967. .fa-resistance:before {
  14968. content: "\f1d0"
  14969. }
  14970.  
  14971. .fa-empire:before,
  14972. .fa-ge:before {
  14973. content: "\f1d1"
  14974. }
  14975.  
  14976. .fa-git-square:before {
  14977. content: "\f1d2"
  14978. }
  14979.  
  14980. .fa-git:before {
  14981. content: "\f1d3"
  14982. }
  14983.  
  14984. .fa-hacker-news:before,
  14985. .fa-y-combinator-square:before,
  14986. .fa-yc-square:before {
  14987. content: "\f1d4"
  14988. }
  14989.  
  14990. .fa-tencent-weibo:before {
  14991. content: "\f1d5"
  14992. }
  14993.  
  14994. .fa-qq:before {
  14995. content: "\f1d6"
  14996. }
  14997.  
  14998. .fa-wechat:before,
  14999. .fa-weixin:before {
  15000. content: "\f1d7"
  15001. }
  15002.  
  15003. .fa-paper-plane:before,
  15004. .fa-send:before {
  15005. content: "\f1d8"
  15006. }
  15007.  
  15008. .fa-paper-plane-o:before,
  15009. .fa-send-o:before {
  15010. content: "\f1d9"
  15011. }
  15012.  
  15013. .fa-history:before {
  15014. content: "\f1da"
  15015. }
  15016.  
  15017. .fa-circle-thin:before {
  15018. content: "\f1db"
  15019. }
  15020.  
  15021. .fa-header:before {
  15022. content: "\f1dc"
  15023. }
  15024.  
  15025. .fa-paragraph:before {
  15026. content: "\f1dd"
  15027. }
  15028.  
  15029. .fa-sliders:before {
  15030. content: "\f1de"
  15031. }
  15032.  
  15033. .fa-share-alt:before {
  15034. content: "\f1e0"
  15035. }
  15036.  
  15037. .fa-share-alt-square:before {
  15038. content: "\f1e1"
  15039. }
  15040.  
  15041. .fa-bomb:before {
  15042. content: "\f1e2"
  15043. }
  15044.  
  15045. .fa-futbol-o:before,
  15046. .fa-soccer-ball-o:before {
  15047. content: "\f1e3"
  15048. }
  15049.  
  15050. .fa-tty:before {
  15051. content: "\f1e4"
  15052. }
  15053.  
  15054. .fa-binoculars:before {
  15055. content: "\f1e5"
  15056. }
  15057.  
  15058. .fa-plug:before {
  15059. content: "\f1e6"
  15060. }
  15061.  
  15062. .fa-slideshare:before {
  15063. content: "\f1e7"
  15064. }
  15065.  
  15066. .fa-twitch:before {
  15067. content: "\f1e8"
  15068. }
  15069.  
  15070. .fa-yelp:before {
  15071. content: "\f1e9"
  15072. }
  15073.  
  15074. .fa-newspaper-o:before {
  15075. content: "\f1ea"
  15076. }
  15077.  
  15078. .fa-wifi:before {
  15079. content: "\f1eb"
  15080. }
  15081.  
  15082. .fa-calculator:before {
  15083. content: "\f1ec"
  15084. }
  15085.  
  15086. .fa-paypal:before {
  15087. content: "\f1ed"
  15088. }
  15089.  
  15090. .fa-google-wallet:before {
  15091. content: "\f1ee"
  15092. }
  15093.  
  15094. .fa-cc-visa:before {
  15095. content: "\f1f0"
  15096. }
  15097.  
  15098. .fa-cc-mastercard:before {
  15099. content: "\f1f1"
  15100. }
  15101.  
  15102. .fa-cc-discover:before {
  15103. content: "\f1f2"
  15104. }
  15105.  
  15106. .fa-cc-amex:before {
  15107. content: "\f1f3"
  15108. }
  15109.  
  15110. .fa-cc-paypal:before {
  15111. content: "\f1f4"
  15112. }
  15113.  
  15114. .fa-cc-stripe:before {
  15115. content: "\f1f5"
  15116. }
  15117.  
  15118. .fa-bell-slash:before {
  15119. content: "\f1f6"
  15120. }
  15121.  
  15122. .fa-bell-slash-o:before {
  15123. content: "\f1f7"
  15124. }
  15125.  
  15126. .fa-trash:before {
  15127. content: "\f1f8"
  15128. }
  15129.  
  15130. .fa-copyright:before {
  15131. content: "\f1f9"
  15132. }
  15133.  
  15134. .fa-at:before {
  15135. content: "\f1fa"
  15136. }
  15137.  
  15138. .fa-eyedropper:before {
  15139. content: "\f1fb"
  15140. }
  15141.  
  15142. .fa-paint-brush:before {
  15143. content: "\f1fc"
  15144. }
  15145.  
  15146. .fa-birthday-cake:before {
  15147. content: "\f1fd"
  15148. }
  15149.  
  15150. .fa-area-chart:before {
  15151. content: "\f1fe"
  15152. }
  15153.  
  15154. .fa-pie-chart:before {
  15155. content: "\f200"
  15156. }
  15157.  
  15158. .fa-line-chart:before {
  15159. content: "\f201"
  15160. }
  15161.  
  15162. .fa-lastfm:before {
  15163. content: "\f202"
  15164. }
  15165.  
  15166. .fa-lastfm-square:before {
  15167. content: "\f203"
  15168. }
  15169.  
  15170. .fa-toggle-off:before {
  15171. content: "\f204"
  15172. }
  15173.  
  15174. .fa-toggle-on:before {
  15175. content: "\f205"
  15176. }
  15177.  
  15178. .fa-bicycle:before {
  15179. content: "\f206"
  15180. }
  15181.  
  15182. .fa-bus:before {
  15183. content: "\f207"
  15184. }
  15185.  
  15186. .fa-ioxhost:before {
  15187. content: "\f208"
  15188. }
  15189.  
  15190. .fa-angellist:before {
  15191. content: "\f209"
  15192. }
  15193.  
  15194. .fa-cc:before {
  15195. content: "\f20a"
  15196. }
  15197.  
  15198. .fa-ils:before,
  15199. .fa-shekel:before,
  15200. .fa-sheqel:before {
  15201. content: "\f20b"
  15202. }
  15203.  
  15204. .fa-meanpath:before {
  15205. content: "\f20c"
  15206. }
  15207.  
  15208. .fa-buysellads:before {
  15209. content: "\f20d"
  15210. }
  15211.  
  15212. .fa-connectdevelop:before {
  15213. content: "\f20e"
  15214. }
  15215.  
  15216. .fa-dashcube:before {
  15217. content: "\f210"
  15218. }
  15219.  
  15220. .fa-forumbee:before {
  15221. content: "\f211"
  15222. }
  15223.  
  15224. .fa-leanpub:before {
  15225. content: "\f212"
  15226. }
  15227.  
  15228. .fa-sellsy:before {
  15229. content: "\f213"
  15230. }
  15231.  
  15232. .fa-shirtsinbulk:before {
  15233. content: "\f214"
  15234. }
  15235.  
  15236. .fa-simplybuilt:before {
  15237. content: "\f215"
  15238. }
  15239.  
  15240. .fa-skyatlas:before {
  15241. content: "\f216"
  15242. }
  15243.  
  15244. .fa-cart-plus:before {
  15245. content: "\f217"
  15246. }
  15247.  
  15248. .fa-cart-arrow-down:before {
  15249. content: "\f218"
  15250. }
  15251.  
  15252. .fa-diamond:before {
  15253. content: "\f219"
  15254. }
  15255.  
  15256. .fa-ship:before {
  15257. content: "\f21a"
  15258. }
  15259.  
  15260. .fa-user-secret:before {
  15261. content: "\f21b"
  15262. }
  15263.  
  15264. .fa-motorcycle:before {
  15265. content: "\f21c"
  15266. }
  15267.  
  15268. .fa-street-view:before {
  15269. content: "\f21d"
  15270. }
  15271.  
  15272. .fa-heartbeat:before {
  15273. content: "\f21e"
  15274. }
  15275.  
  15276. .fa-venus:before {
  15277. content: "\f221"
  15278. }
  15279.  
  15280. .fa-mars:before {
  15281. content: "\f222"
  15282. }
  15283.  
  15284. .fa-mercury:before {
  15285. content: "\f223"
  15286. }
  15287.  
  15288. .fa-intersex:before,
  15289. .fa-transgender:before {
  15290. content: "\f224"
  15291. }
  15292.  
  15293. .fa-transgender-alt:before {
  15294. content: "\f225"
  15295. }
  15296.  
  15297. .fa-venus-double:before {
  15298. content: "\f226"
  15299. }
  15300.  
  15301. .fa-mars-double:before {
  15302. content: "\f227"
  15303. }
  15304.  
  15305. .fa-venus-mars:before {
  15306. content: "\f228"
  15307. }
  15308.  
  15309. .fa-mars-stroke:before {
  15310. content: "\f229"
  15311. }
  15312.  
  15313. .fa-mars-stroke-v:before {
  15314. content: "\f22a"
  15315. }
  15316.  
  15317. .fa-mars-stroke-h:before {
  15318. content: "\f22b"
  15319. }
  15320.  
  15321. .fa-neuter:before {
  15322. content: "\f22c"
  15323. }
  15324.  
  15325. .fa-genderless:before {
  15326. content: "\f22d"
  15327. }
  15328.  
  15329. .fa-facebook-official:before {
  15330. content: "\f230"
  15331. }
  15332.  
  15333. .fa-pinterest-p:before {
  15334. content: "\f231"
  15335. }
  15336.  
  15337. .fa-whatsapp:before {
  15338. content: "\f232"
  15339. }
  15340.  
  15341. .fa-server:before {
  15342. content: "\f233"
  15343. }
  15344.  
  15345. .fa-user-plus:before {
  15346. content: "\f234"
  15347. }
  15348.  
  15349. .fa-user-times:before {
  15350. content: "\f235"
  15351. }
  15352.  
  15353. .fa-bed:before,
  15354. .fa-hotel:before {
  15355. content: "\f236"
  15356. }
  15357.  
  15358. .fa-viacoin:before {
  15359. content: "\f237"
  15360. }
  15361.  
  15362. .fa-train:before {
  15363. content: "\f238"
  15364. }
  15365.  
  15366. .fa-subway:before {
  15367. content: "\f239"
  15368. }
  15369.  
  15370. .fa-medium:before {
  15371. content: "\f23a"
  15372. }
  15373.  
  15374. .fa-y-combinator:before,
  15375. .fa-yc:before {
  15376. content: "\f23b"
  15377. }
  15378.  
  15379. .fa-optin-monster:before {
  15380. content: "\f23c"
  15381. }
  15382.  
  15383. .fa-opencart:before {
  15384. content: "\f23d"
  15385. }
  15386.  
  15387. .fa-expeditedssl:before {
  15388. content: "\f23e"
  15389. }
  15390.  
  15391. .fa-battery-4:before,
  15392. .fa-battery-full:before,
  15393. .fa-battery:before {
  15394. content: "\f240"
  15395. }
  15396.  
  15397. .fa-battery-3:before,
  15398. .fa-battery-three-quarters:before {
  15399. content: "\f241"
  15400. }
  15401.  
  15402. .fa-battery-2:before,
  15403. .fa-battery-half:before {
  15404. content: "\f242"
  15405. }
  15406.  
  15407. .fa-battery-1:before,
  15408. .fa-battery-quarter:before {
  15409. content: "\f243"
  15410. }
  15411.  
  15412. .fa-battery-0:before,
  15413. .fa-battery-empty:before {
  15414. content: "\f244"
  15415. }
  15416.  
  15417. .fa-mouse-pointer:before {
  15418. content: "\f245"
  15419. }
  15420.  
  15421. .fa-i-cursor:before {
  15422. content: "\f246"
  15423. }
  15424.  
  15425. .fa-object-group:before {
  15426. content: "\f247"
  15427. }
  15428.  
  15429. .fa-object-ungroup:before {
  15430. content: "\f248"
  15431. }
  15432.  
  15433. .fa-sticky-note:before {
  15434. content: "\f249"
  15435. }
  15436.  
  15437. .fa-sticky-note-o:before {
  15438. content: "\f24a"
  15439. }
  15440.  
  15441. .fa-cc-jcb:before {
  15442. content: "\f24b"
  15443. }
  15444.  
  15445. .fa-cc-diners-club:before {
  15446. content: "\f24c"
  15447. }
  15448.  
  15449. .fa-clone:before {
  15450. content: "\f24d"
  15451. }
  15452.  
  15453. .fa-balance-scale:before {
  15454. content: "\f24e"
  15455. }
  15456.  
  15457. .fa-hourglass-o:before {
  15458. content: "\f250"
  15459. }
  15460.  
  15461. .fa-hourglass-1:before,
  15462. .fa-hourglass-start:before {
  15463. content: "\f251"
  15464. }
  15465.  
  15466. .fa-hourglass-2:before,
  15467. .fa-hourglass-half:before {
  15468. content: "\f252"
  15469. }
  15470.  
  15471. .fa-hourglass-3:before,
  15472. .fa-hourglass-end:before {
  15473. content: "\f253"
  15474. }
  15475.  
  15476. .fa-hourglass:before {
  15477. content: "\f254"
  15478. }
  15479.  
  15480. .fa-hand-grab-o:before,
  15481. .fa-hand-rock-o:before {
  15482. content: "\f255"
  15483. }
  15484.  
  15485. .fa-hand-paper-o:before,
  15486. .fa-hand-stop-o:before {
  15487. content: "\f256"
  15488. }
  15489.  
  15490. .fa-hand-scissors-o:before {
  15491. content: "\f257"
  15492. }
  15493.  
  15494. .fa-hand-lizard-o:before {
  15495. content: "\f258"
  15496. }
  15497.  
  15498. .fa-hand-spock-o:before {
  15499. content: "\f259"
  15500. }
  15501.  
  15502. .fa-hand-pointer-o:before {
  15503. content: "\f25a"
  15504. }
  15505.  
  15506. .fa-hand-peace-o:before {
  15507. content: "\f25b"
  15508. }
  15509.  
  15510. .fa-trademark:before {
  15511. content: "\f25c"
  15512. }
  15513.  
  15514. .fa-registered:before {
  15515. content: "\f25d"
  15516. }
  15517.  
  15518. .fa-creative-commons:before {
  15519. content: "\f25e"
  15520. }
  15521.  
  15522. .fa-gg:before {
  15523. content: "\f260"
  15524. }
  15525.  
  15526. .fa-gg-circle:before {
  15527. content: "\f261"
  15528. }
  15529.  
  15530. .fa-tripadvisor:before {
  15531. content: "\f262"
  15532. }
  15533.  
  15534. .fa-odnoklassniki:before {
  15535. content: "\f263"
  15536. }
  15537.  
  15538. .fa-odnoklassniki-square:before {
  15539. content: "\f264"
  15540. }
  15541.  
  15542. .fa-get-pocket:before {
  15543. content: "\f265"
  15544. }
  15545.  
  15546. .fa-wikipedia-w:before {
  15547. content: "\f266"
  15548. }
  15549.  
  15550. .fa-safari:before {
  15551. content: "\f267"
  15552. }
  15553.  
  15554. .fa-chrome:before {
  15555. content: "\f268"
  15556. }
  15557.  
  15558. .fa-firefox:before {
  15559. content: "\f269"
  15560. }
  15561.  
  15562. .fa-opera:before {
  15563. content: "\f26a"
  15564. }
  15565.  
  15566. .fa-internet-explorer:before {
  15567. content: "\f26b"
  15568. }
  15569.  
  15570. .fa-television:before,
  15571. .fa-tv:before {
  15572. content: "\f26c"
  15573. }
  15574.  
  15575. .fa-contao:before {
  15576. content: "\f26d"
  15577. }
  15578.  
  15579. .fa-500px:before {
  15580. content: "\f26e"
  15581. }
  15582.  
  15583. .fa-amazon:before {
  15584. content: "\f270"
  15585. }
  15586.  
  15587. .fa-calendar-plus-o:before {
  15588. content: "\f271"
  15589. }
  15590.  
  15591. .fa-calendar-minus-o:before {
  15592. content: "\f272"
  15593. }
  15594.  
  15595. .fa-calendar-times-o:before {
  15596. content: "\f273"
  15597. }
  15598.  
  15599. .fa-calendar-check-o:before {
  15600. content: "\f274"
  15601. }
  15602.  
  15603. .fa-industry:before {
  15604. content: "\f275"
  15605. }
  15606.  
  15607. .fa-map-pin:before {
  15608. content: "\f276"
  15609. }
  15610.  
  15611. .fa-map-signs:before {
  15612. content: "\f277"
  15613. }
  15614.  
  15615. .fa-map-o:before {
  15616. content: "\f278"
  15617. }
  15618.  
  15619. .fa-map:before {
  15620. content: "\f279"
  15621. }
  15622.  
  15623. .fa-commenting:before {
  15624. content: "\f27a"
  15625. }
  15626.  
  15627. .fa-commenting-o:before {
  15628. content: "\f27b"
  15629. }
  15630.  
  15631. .fa-houzz:before {
  15632. content: "\f27c"
  15633. }
  15634.  
  15635. .fa-vimeo:before {
  15636. content: "\f27d"
  15637. }
  15638.  
  15639. .fa-black-tie:before {
  15640. content: "\f27e"
  15641. }
  15642.  
  15643. .fa-fonticons:before {
  15644. content: "\f280"
  15645. }
  15646.  
  15647. .fa-reddit-alien:before {
  15648. content: "\f281"
  15649. }
  15650.  
  15651. .fa-edge:before {
  15652. content: "\f282"
  15653. }
  15654.  
  15655. .fa-credit-card-alt:before {
  15656. content: "\f283"
  15657. }
  15658.  
  15659. .fa-codiepie:before {
  15660. content: "\f284"
  15661. }
  15662.  
  15663. .fa-modx:before {
  15664. content: "\f285"
  15665. }
  15666.  
  15667. .fa-fort-awesome:before {
  15668. content: "\f286"
  15669. }
  15670.  
  15671. .fa-usb:before {
  15672. content: "\f287"
  15673. }
  15674.  
  15675. .fa-product-hunt:before {
  15676. content: "\f288"
  15677. }
  15678.  
  15679. .fa-mixcloud:before {
  15680. content: "\f289"
  15681. }
  15682.  
  15683. .fa-scribd:before {
  15684. content: "\f28a"
  15685. }
  15686.  
  15687. .fa-pause-circle:before {
  15688. content: "\f28b"
  15689. }
  15690.  
  15691. .fa-pause-circle-o:before {
  15692. content: "\f28c"
  15693. }
  15694.  
  15695. .fa-stop-circle:before {
  15696. content: "\f28d"
  15697. }
  15698.  
  15699. .fa-stop-circle-o:before {
  15700. content: "\f28e"
  15701. }
  15702.  
  15703. .fa-shopping-bag:before {
  15704. content: "\f290"
  15705. }
  15706.  
  15707. .fa-shopping-basket:before {
  15708. content: "\f291"
  15709. }
  15710.  
  15711. .fa-hashtag:before {
  15712. content: "\f292"
  15713. }
  15714.  
  15715. .fa-bluetooth:before {
  15716. content: "\f293"
  15717. }
  15718.  
  15719. .fa-bluetooth-b:before {
  15720. content: "\f294"
  15721. }
  15722.  
  15723. .fa-percent:before {
  15724. content: "\f295"
  15725. }
  15726.  
  15727. .fa-gitlab:before {
  15728. content: "\f296"
  15729. }
  15730.  
  15731. .fa-wpbeginner:before {
  15732. content: "\f297"
  15733. }
  15734.  
  15735. .fa-wpforms:before {
  15736. content: "\f298"
  15737. }
  15738.  
  15739. .fa-envira:before {
  15740. content: "\f299"
  15741. }
  15742.  
  15743. .fa-universal-access:before {
  15744. content: "\f29a"
  15745. }
  15746.  
  15747. .fa-wheelchair-alt:before {
  15748. content: "\f29b"
  15749. }
  15750.  
  15751. .fa-question-circle-o:before {
  15752. content: "\f29c"
  15753. }
  15754.  
  15755. .fa-blind:before {
  15756. content: "\f29d"
  15757. }
  15758.  
  15759. .fa-audio-description:before {
  15760. content: "\f29e"
  15761. }
  15762.  
  15763. .fa-volume-control-phone:before {
  15764. content: "\f2a0"
  15765. }
  15766.  
  15767. .fa-braille:before {
  15768. content: "\f2a1"
  15769. }
  15770.  
  15771. .fa-assistive-listening-systems:before {
  15772. content: "\f2a2"
  15773. }
  15774.  
  15775. .fa-american-sign-language-interpreting:before,
  15776. .fa-asl-interpreting:before {
  15777. content: "\f2a3"
  15778. }
  15779.  
  15780. .fa-deaf:before,
  15781. .fa-deafness:before,
  15782. .fa-hard-of-hearing:before {
  15783. content: "\f2a4"
  15784. }
  15785.  
  15786. .fa-glide:before {
  15787. content: "\f2a5"
  15788. }
  15789.  
  15790. .fa-glide-g:before {
  15791. content: "\f2a6"
  15792. }
  15793.  
  15794. .fa-sign-language:before,
  15795. .fa-signing:before {
  15796. content: "\f2a7"
  15797. }
  15798.  
  15799. .fa-low-vision:before {
  15800. content: "\f2a8"
  15801. }
  15802.  
  15803. .fa-viadeo:before {
  15804. content: "\f2a9"
  15805. }
  15806.  
  15807. .fa-viadeo-square:before {
  15808. content: "\f2aa"
  15809. }
  15810.  
  15811. .fa-snapchat:before {
  15812. content: "\f2ab"
  15813. }
  15814.  
  15815. .fa-snapchat-ghost:before {
  15816. content: "\f2ac"
  15817. }
  15818.  
  15819. .fa-snapchat-square:before {
  15820. content: "\f2ad"
  15821. }
  15822.  
  15823. .fa-pied-piper:before {
  15824. content: "\f2ae"
  15825. }
  15826.  
  15827. .fa-first-order:before {
  15828. content: "\f2b0"
  15829. }
  15830.  
  15831. .fa-yoast:before {
  15832. content: "\f2b1"
  15833. }
  15834.  
  15835. .fa-themeisle:before {
  15836. content: "\f2b2"
  15837. }
  15838.  
  15839. .fa-google-plus-circle:before,
  15840. .fa-google-plus-official:before {
  15841. content: "\f2b3"
  15842. }
  15843.  
  15844. .fa-fa:before,
  15845. .fa-font-awesome:before {
  15846. content: "\f2b4"
  15847. }
  15848.  
  15849. .fa-handshake-o:before {
  15850. content: "\f2b5"
  15851. }
  15852.  
  15853. .fa-envelope-open:before {
  15854. content: "\f2b6"
  15855. }
  15856.  
  15857. .fa-envelope-open-o:before {
  15858. content: "\f2b7"
  15859. }
  15860.  
  15861. .fa-linode:before {
  15862. content: "\f2b8"
  15863. }
  15864.  
  15865. .fa-address-book:before {
  15866. content: "\f2b9"
  15867. }
  15868.  
  15869. .fa-address-book-o:before {
  15870. content: "\f2ba"
  15871. }
  15872.  
  15873. .fa-address-card:before,
  15874. .fa-vcard:before {
  15875. content: "\f2bb"
  15876. }
  15877.  
  15878. .fa-address-card-o:before,
  15879. .fa-vcard-o:before {
  15880. content: "\f2bc"
  15881. }
  15882.  
  15883. .fa-user-circle:before {
  15884. content: "\f2bd"
  15885. }
  15886.  
  15887. .fa-user-circle-o:before {
  15888. content: "\f2be"
  15889. }
  15890.  
  15891. .fa-user-o:before {
  15892. content: "\f2c0"
  15893. }
  15894.  
  15895. .fa-id-badge:before {
  15896. content: "\f2c1"
  15897. }
  15898.  
  15899. .fa-drivers-license:before,
  15900. .fa-id-card:before {
  15901. content: "\f2c2"
  15902. }
  15903.  
  15904. .fa-drivers-license-o:before,
  15905. .fa-id-card-o:before {
  15906. content: "\f2c3"
  15907. }
  15908.  
  15909. .fa-quora:before {
  15910. content: "\f2c4"
  15911. }
  15912.  
  15913. .fa-free-code-camp:before {
  15914. content: "\f2c5"
  15915. }
  15916.  
  15917. .fa-telegram:before {
  15918. content: "\f2c6"
  15919. }
  15920.  
  15921. .fa-thermometer-4:before,
  15922. .fa-thermometer-full:before,
  15923. .fa-thermometer:before {
  15924. content: "\f2c7"
  15925. }
  15926.  
  15927. .fa-thermometer-3:before,
  15928. .fa-thermometer-three-quarters:before {
  15929. content: "\f2c8"
  15930. }
  15931.  
  15932. .fa-thermometer-2:before,
  15933. .fa-thermometer-half:before {
  15934. content: "\f2c9"
  15935. }
  15936.  
  15937. .fa-thermometer-1:before,
  15938. .fa-thermometer-quarter:before {
  15939. content: "\f2ca"
  15940. }
  15941.  
  15942. .fa-thermometer-0:before,
  15943. .fa-thermometer-empty:before {
  15944. content: "\f2cb"
  15945. }
  15946.  
  15947. .fa-shower:before {
  15948. content: "\f2cc"
  15949. }
  15950.  
  15951. .fa-bath:before,
  15952. .fa-bathtub:before,
  15953. .fa-s15:before {
  15954. content: "\f2cd"
  15955. }
  15956.  
  15957. .fa-podcast:before {
  15958. content: "\f2ce"
  15959. }
  15960.  
  15961. .fa-window-maximize:before {
  15962. content: "\f2d0"
  15963. }
  15964.  
  15965. .fa-window-minimize:before {
  15966. content: "\f2d1"
  15967. }
  15968.  
  15969. .fa-window-restore:before {
  15970. content: "\f2d2"
  15971. }
  15972.  
  15973. .fa-times-rectangle:before,
  15974. .fa-window-close:before {
  15975. content: "\f2d3"
  15976. }
  15977.  
  15978. .fa-times-rectangle-o:before,
  15979. .fa-window-close-o:before {
  15980. content: "\f2d4"
  15981. }
  15982.  
  15983. .fa-bandcamp:before {
  15984. content: "\f2d5"
  15985. }
  15986.  
  15987. .fa-grav:before {
  15988. content: "\f2d6"
  15989. }
  15990.  
  15991. .fa-etsy:before {
  15992. content: "\f2d7"
  15993. }
  15994.  
  15995. .fa-imdb:before {
  15996. content: "\f2d8"
  15997. }
  15998.  
  15999. .fa-ravelry:before {
  16000. content: "\f2d9"
  16001. }
  16002.  
  16003. .fa-eercast:before {
  16004. content: "\f2da"
  16005. }
  16006.  
  16007. .fa-microchip:before {
  16008. content: "\f2db"
  16009. }
  16010.  
  16011. .fa-snowflake-o:before {
  16012. content: "\f2dc"
  16013. }
  16014.  
  16015. .fa-superpowers:before {
  16016. content: "\f2dd"
  16017. }
  16018.  
  16019. .fa-wpexplorer:before {
  16020. content: "\f2de"
  16021. }
  16022.  
  16023. .fa-meetup:before {
  16024. content: "\f2e0"
  16025. }
  16026.  
  16027. .sr-only {
  16028. position: absolute;
  16029. width: 1px;
  16030. height: 1px;
  16031. padding: 0;
  16032. margin: -1px;
  16033. overflow: hidden;
  16034. clip: rect(0, 0, 0, 0);
  16035. border: 0
  16036. }
  16037.  
  16038. .sr-only-focusable:active,
  16039. .sr-only-focusable:focus {
  16040. position: static;
  16041. width: auto;
  16042. height: auto;
  16043. margin: 0;
  16044. overflow: visible;
  16045. clip: auto
  16046. }
  16047.  
  16048. @media screen and (max-height:575px) {
  16049. #rc-imageselect,
  16050. .g-recaptcha {
  16051. -moz-transform: scale(.77);
  16052. -ms-transform: scale(.77);
  16053. -o-transform: scale(.77);
  16054. transform: scale(.77);
  16055. -webkit-transform: scale(.77);
  16056. -moz-transform-origin: 0 0;
  16057. -ms-transform-origin: 0 0;
  16058. -o-transform-origin: 0 0;
  16059. transform-origin: 0 0;
  16060. -webkit-transform-origin: 0 0
  16061. }
  16062. }
  16063.  
  16064. @font-face {
  16065. font-family: 'icomoon';
  16066. src: url(../fonts/icomoon.eot?c9338w);
  16067. src: url(../fonts/icomoon.eot?c9338w#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?c9338w) format('truetype'), url(../fonts/icomoon.woff?c9338w) format('woff'), url(../fonts/icomoon.svg?c9338w#icomoon) format('svg');
  16068. font-weight: 400;
  16069. font-style: normal
  16070. }
  16071.  
  16072. [class*=" icon-"],
  16073. [class^=icon-] {
  16074. font-family: 'icomoon'!important;
  16075. speak: none;
  16076. font-style: normal;
  16077. font-weight: 400;
  16078. font-variant: normal;
  16079. text-transform: none;
  16080. line-height: 1;
  16081. -webkit-font-smoothing: antialiased;
  16082. -moz-osx-font-smoothing: grayscale
  16083. }
  16084.  
  16085. .icon-phone:before {
  16086. content: "\e942"
  16087. }
  16088.  
  16089. .icon-circle-up:before {
  16090. content: "\ea41"
  16091. }
  16092.  
  16093. .icon-circle-down:before {
  16094. content: "\ea43"
  16095. }
  16096.  
  16097. .bx-wrapper {
  16098. position: relative;
  16099. /* margin-bottom: 60px; */
  16100. padding: 0;
  16101. *zoom: 1;
  16102. -ms-touch-action: pan-y;
  16103. touch-action: pan-y
  16104. }
  16105.  
  16106. .bx-wrapper img {
  16107. max-width: 100%;
  16108. display: block
  16109. }
  16110.  
  16111. .bxslider {
  16112. margin: 0;
  16113. padding: 0
  16114. }
  16115.  
  16116. ul.bxslider {
  16117. list-style: none
  16118. }
  16119.  
  16120. .bx-viewport {
  16121. height:auto!important;
  16122. -webkit-transform: translatez(0);
  16123. background:none!important;
  16124. border:0!important;
  16125. -webkit-box-shadow: none!important;
  16126. -moz-box-shadow: none!important;
  16127. box-shadow: none!important;
  16128. }
  16129.  
  16130.  
  16131. .bx-wrapper {
  16132. background:none!important;
  16133. border:0!important;
  16134. -webkit-box-shadow: none!important;
  16135. -moz-box-shadow: none!important;
  16136. box-shadow: none!important;
  16137. /* -moz-box-shadow: 0 0 5px #ccc;
  16138. -webkit-box-shadow: 0 0 5px #ccc;
  16139. box-shadow: 0 0 5px #ccc;
  16140. border: 5px solid #fff;
  16141. background: #fff */
  16142. }
  16143.  
  16144.  
  16145. .bx-wrapper .bx-controls-auto,
  16146. .bx-wrapper .bx-pager {
  16147. position: absolute;
  16148. bottom: -30px;
  16149. width: 100%
  16150. }
  16151.  
  16152. .bx-wrapper .bx-loading {
  16153. min-height: 50px;
  16154. background: url(images/bx_loader.gif) center center no-repeat #fff;
  16155. height: 100%;
  16156. width: 100%;
  16157. position: absolute;
  16158. top: 0;
  16159. left: 0;
  16160. z-index: 2000
  16161. }
  16162.  
  16163. .bx-wrapper .bx-pager {
  16164. text-align: center;
  16165. font-size: .85em;
  16166. font-family: Arial;
  16167. font-weight: 700;
  16168. color: #666;
  16169. padding-top: 20px
  16170. }
  16171.  
  16172. .bx-wrapper .bx-pager.bx-default-pager a {
  16173. background: #666;
  16174. text-indent: -9999px;
  16175. display: block;
  16176. width: 10px;
  16177. height: 10px;
  16178. margin: 0 5px;
  16179. outline: 0;
  16180. -moz-border-radius: 5px;
  16181. -webkit-border-radius: 5px;
  16182. border-radius: 5px
  16183. }
  16184.  
  16185. .bx-wrapper .bx-pager.bx-default-pager a.active,
  16186. .bx-wrapper .bx-pager.bx-default-pager a:focus,
  16187. .bx-wrapper .bx-pager.bx-default-pager a:hover {
  16188. background: #000
  16189. }
  16190.  
  16191. .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
  16192. .bx-wrapper .bx-pager-item {
  16193. display: inline-block;
  16194. vertical-align: bottom;
  16195. *zoom: 1;
  16196. *display: inline
  16197. }
  16198.  
  16199. .bx-wrapper .bx-pager-item {
  16200. font-size: 0;
  16201. line-height: 0
  16202. }
  16203.  
  16204. .bx-wrapper .bx-prev {
  16205. left: 10px;
  16206. background: url(images/controls.png) no-repeat 0 -32px
  16207. }
  16208.  
  16209. .bx-wrapper .bx-prev:focus,
  16210. .bx-wrapper .bx-prev:hover {
  16211. background-position: 0 0
  16212. }
  16213.  
  16214. .bx-wrapper .bx-next {
  16215. right: 10px;
  16216. background: url(images/controls.png) no-repeat -43px -32px
  16217. }
  16218.  
  16219. .bx-wrapper .bx-next:focus,
  16220. .bx-wrapper .bx-next:hover {
  16221. background-position: -43px 0
  16222. }
  16223.  
  16224. .bx-wrapper .bx-controls-direction a {
  16225. position: absolute;
  16226. top: 30%;
  16227. margin-top: -16px;
  16228. outline: 0;
  16229. width: 32px;
  16230. height: 32px;
  16231. text-indent: -9999px;
  16232. z-index: 9999
  16233. }
  16234.  
  16235. .bx-wrapper .bx-controls-direction a.disabled {
  16236. display: none
  16237. }
  16238.  
  16239. .bx-wrapper .bx-controls-auto {
  16240. text-align: center
  16241. }
  16242.  
  16243. .bx-wrapper .bx-controls-auto .bx-start {
  16244. display: block;
  16245. text-indent: -9999px;
  16246. width: 10px;
  16247. height: 11px;
  16248. outline: 0;
  16249. background: url(images/controls.png) -86px -11px no-repeat;
  16250. margin: 0 3px
  16251. }
  16252.  
  16253. .bx-wrapper .bx-controls-auto .bx-start.active,
  16254. .bx-wrapper .bx-controls-auto .bx-start:focus,
  16255. .bx-wrapper .bx-controls-auto .bx-start:hover {
  16256. background-position: -86px 0
  16257. }
  16258.  
  16259. .bx-wrapper .bx-controls-auto .bx-stop {
  16260. display: block;
  16261. text-indent: -9999px;
  16262. width: 9px;
  16263. height: 11px;
  16264. outline: 0;
  16265. background: url(images/controls.png) -86px -44px no-repeat;
  16266. margin: 0 3px
  16267. }
  16268.  
  16269. .bx-wrapper .bx-controls-auto .bx-stop.active,
  16270. .bx-wrapper .bx-controls-auto .bx-stop:focus,
  16271. .bx-wrapper .bx-controls-auto .bx-stop:hover {
  16272. background-position: -86px -33px
  16273. }
  16274.  
  16275. .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  16276. text-align: left;
  16277. width: 80%
  16278. }
  16279.  
  16280. .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  16281. right: 0;
  16282. width: 35px
  16283. }
  16284.  
  16285. .bx-wrapper .bx-caption {
  16286. position: absolute;
  16287. bottom: 0;
  16288. left: 0;
  16289. background: #666;
  16290. background: rgba(80, 80, 80, .75);
  16291. width: 100%
  16292. }
  16293.  
  16294. .bx-wrapper .bx-caption span {
  16295. color: #fff;
  16296. font-family: Arial;
  16297. display: block;
  16298. font-size: .85em;
  16299. padding: 10px
  16300. }
  16301.  
  16302. .main_header {
  16303. width: 100%;
  16304. background: #fff;
  16305. position: relative;
  16306. z-index: 9999
  16307. }
  16308.  
  16309. .main_header .tel1 {
  16310. margin-right: 20px
  16311. }
  16312.  
  16313. .main_header .tel_head_size {
  16314. width: 100%;
  16315. text-align: center;
  16316. color: #c6c6c6;
  16317. padding-top: 5px;
  16318. padding-bottom: 5px;
  16319. border-bottom: 1px solid #c6c6c6
  16320. }
  16321.  
  16322. .main_header .underlogo_fixed {
  16323. display: inline-block;
  16324. letter-spacing: 2px;
  16325. color: #222
  16326. }
  16327.  
  16328. .main_header .setout {
  16329. -webkit-transition: all .7s;
  16330. -moz-transition: all .7s;
  16331. -o-transition: all .7s;
  16332. transition: all .7s;
  16333. display: none
  16334. }
  16335.  
  16336. .main_header .fixed_header {
  16337. border-bottom: 0
  16338. }
  16339.  
  16340. .main_header .fixed_menu {
  16341. display: none;
  16342. position: fixed;
  16343. float: right;
  16344. text-align: right;
  16345. z-index: 2500
  16346. }
  16347.  
  16348. .main_header .setout_menu {
  16349. display: block;
  16350. z-index: 250
  16351. }
  16352.  
  16353. .main_header .logo {
  16354. margin: 26px 25px 23px 0;
  16355. float: left;
  16356. display: inline-block
  16357. }
  16358.  
  16359. .main_header .navbar,
  16360. .screen_fishes_desc #accordion1 li.panel,
  16361. .screen_one_page_desc #accordion1 li.panel {
  16362. margin-bottom: 0
  16363. }
  16364.  
  16365. .main_header ul {
  16366. float: right
  16367. }
  16368.  
  16369. .main_header .head_menus {
  16370. padding: 0;
  16371. float: right;
  16372. display: inline-block
  16373. }
  16374.  
  16375. .main_header ul,
  16376. .main_header ul .head_menus ul {
  16377. padding: 0;
  16378. display: inline-block;
  16379. margin: 0
  16380. }
  16381.  
  16382. .main_header .menu_block {
  16383. position: relative;
  16384. float: left;
  16385. margin-left: 10px;
  16386. }
  16387.  
  16388. .main_header .main_description .btn {
  16389. background: #0999e0;
  16390. color: #fff;
  16391. text-transform: uppercase;
  16392. margin: 15 25px
  16393. }
  16394.  
  16395. .main_header .head_menus li,
  16396. .main_header .head_menus li a {
  16397. text-transform: uppercase;
  16398. text-decoration: none;
  16399. display: inline-block;
  16400. color: #525252;
  16401. font-weight: 900;
  16402. vertical-align: top;
  16403. font-size: 12px;
  16404. line-height: 12px;
  16405. margin: 0 11px 0 0;
  16406. background: 0 0
  16407. }
  16408.  
  16409. .main_header .head_menus li a:hover,
  16410. .main_header .head_menus li:hover {
  16411. color: #0999e0
  16412. }
  16413.  
  16414. .time_work {
  16415. font-weight:300;
  16416. }
  16417.  
  16418. .main_header .tel_head {
  16419. float: right;
  16420. font-weight:300;
  16421. }
  16422.  
  16423. .main_header .social_head_button {
  16424. float: right;
  16425. margin-left: 40px
  16426. }
  16427.  
  16428. .main_header .social_head_button a {
  16429. color: #b1b4cd
  16430. }
  16431.  
  16432. .main_header .social_head_button .fa {
  16433. margin-left: 8px
  16434. }
  16435.  
  16436. .main_header .social_head_button .fa:hover {
  16437. cursor: pointer;
  16438. color: #0999e0
  16439. }
  16440.  
  16441. .main_header .head_menus {
  16442. margin: 27px 0 30px
  16443. }
  16444.  
  16445. .main_header .tel_block {
  16446. border-bottom: 1px solid #ebebeb;
  16447. padding-bottom: 7px;
  16448. margin: 10px 0 10px 0;
  16449. color: #afafaf;
  16450. }
  16451.  
  16452. @media only screen and (max-width:1200px) {
  16453. .main_header .logo {
  16454. text-align: center!important;
  16455. float: none!important
  16456. }
  16457. .main_header .navbar-header {
  16458. text-align: center;
  16459. width: 100%
  16460. }
  16461. .main_header .navbar-default {
  16462. background: 0 0
  16463. }
  16464. }
  16465.  
  16466. @media only screen and (max-width:992px) {
  16467. .main_header .navbar-header,
  16468. .main_header .navbar-nav>li {
  16469. float: none
  16470. }
  16471. .main_header .navbar-left,
  16472. .main_header .navbar-right {
  16473. float: none!important
  16474. }
  16475. .main_header .navbar-toggle {
  16476. display: block
  16477. }
  16478. .main_header .navbar-collapse {
  16479. border-top: 1px solid transparent;
  16480. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  16481. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  16482. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
  16483. }
  16484. .main_header .navbar-fixed-top {
  16485. top: 0;
  16486. border-width: 0 0 1px
  16487. }
  16488. .main_header .navbar-collapse.collapse {
  16489. display: none!important
  16490. }
  16491. .main_header .navbar-nav {
  16492. float: none!important;
  16493. margin-top: 7.5px
  16494. }
  16495. .main_header .navbar-nav>li>a {
  16496. padding-top: 10px;
  16497. padding-bottom: 10px
  16498. }
  16499. .main_header .collapse.in {
  16500. display: block!important
  16501. }
  16502. .main_header .head_menus li {
  16503. width: 100%;
  16504. display: inline-block;
  16505. text-align: center;
  16506. padding: 10px 0;
  16507. border-bottom: 1px solid #ccc
  16508. }
  16509. .main_header .logo,
  16510. .main_header .navbar-default {
  16511. background: 0 0!important;
  16512. background: #fff!important;
  16513. text-align: center!important
  16514. }
  16515. .main_header .navbar-default {
  16516. border: 0!important;
  16517. width: 100%!important
  16518. }
  16519. .main_header .logo {
  16520. float: none!important
  16521. }
  16522. .main_header .telephone,
  16523. .main_header .underlogo_fixed {
  16524. display: none
  16525. }
  16526. .main_header .navbar-toggle {
  16527. margin-top: 60px;
  16528. border:0;
  16529. margin-left: 20px;
  16530. float: left
  16531. }
  16532. }
  16533.  
  16534. @media only screen and (max-width:768px) {
  16535. .main_header .navbar-toggle {
  16536. margin-top: 60px;
  16537. margin-bottom:20px;
  16538. margin-left: 20px;
  16539.  
  16540. }
  16541.  
  16542. .main_header .menu_block {
  16543. width: 100%;
  16544. float: none;
  16545. text-align: center;
  16546. background: 0 0!important
  16547. }
  16548. .main_header .head_menus li {
  16549. width: 100%;
  16550. display: block;
  16551. margin: 20px 0 0;
  16552. float: none;
  16553. border-bottom: 1px dashed #fff;
  16554. padding: 0 0 15px;
  16555. background: 0 0!important
  16556. }
  16557. .main_header .active,
  16558. .main_header .fixed_header .active,
  16559. .main_header .head_menus li a {
  16560. margin: 0
  16561. }
  16562. .main_header .head_menus,
  16563. .main_header .menu_block ul {
  16564. float: none;
  16565. display: block;
  16566. width: 100%;
  16567. text-align: center;
  16568. margin-bottom: 20px
  16569. }
  16570. .main_header #fixed_menu {
  16571. display: none
  16572. }
  16573. }
  16574.  
  16575. @media only screen and (max-width:480px) {
  16576. .main_header .telephone {
  16577. display: none
  16578. }
  16579. }
  16580.  
  16581. @media only screen and (max-width:320px) {
  16582. .main_header .navbar-toggle {
  16583. margin-top:30px;
  16584. margin-bottom:30px;
  16585. }
  16586.  
  16587. .main_header .logo, .main_header .logo img {
  16588. width:100px!important;
  16589. right:0;
  16590. top:0;
  16591. position:absolute;
  16592. }
  16593.  
  16594. }
  16595.  
  16596. .modal-dialog {
  16597. top: 5%;
  16598. opacity: 1;
  16599. border-shadow: 5px 5px 2px #fff
  16600. }
  16601.  
  16602. .modal-dialog .form-group {
  16603. margin: 10px auto;
  16604. text-align: center;
  16605. display: inline-block;
  16606. float: none;
  16607. position: relative
  16608. }
  16609.  
  16610. .modal-dialog .form-group:after {
  16611. display: none;
  16612. background: 0 0
  16613. }
  16614.  
  16615. .modal-dialog .close {
  16616. color: #aaa;
  16617. padding:12px;
  16618. background:#f7f7f7;
  16619. }
  16620.  
  16621. .form_service {
  16622. background:#f7f7f7!important;
  16623. color:#525252;
  16624. text-transform:uppercase;
  16625. font-weight:700;
  16626. padding:40px!important;
  16627. }
  16628.  
  16629.  
  16630. .form_service .form {
  16631. font-style: italic;
  16632.  
  16633. display:block;
  16634. width:100%;
  16635. background: #fff;
  16636. color: #444;
  16637. border:1px solid #ebebeb;
  16638. border-radius:1px;
  16639. padding: 15px 15px;
  16640. font-size:12px;
  16641. }
  16642.  
  16643. .form_service .form_title {
  16644. color:#525252;
  16645.  
  16646. margin-bottom:20px;
  16647. padding:15px;
  16648. }
  16649.  
  16650. .form_service .btn {
  16651. text-transform: uppercase;
  16652. font-weight: 900;
  16653. color: #fff;
  16654. margin-top:20px;
  16655. background: #0999e0;
  16656. padding: 11px 11px;
  16657. font-style: normal;
  16658. font-size: 12px;
  16659. }
  16660.  
  16661. .modal .form {
  16662. font-style: italic;
  16663.  
  16664. width: 360px;
  16665. display: block;
  16666. background: #f7f7f7;
  16667. color: #444;
  16668. padding: 15px 15px;
  16669. }
  16670.  
  16671. .call_button,
  16672. .modal-dialog .modal-content {
  16673.  
  16674. background: #fff;
  16675. color: #000;
  16676. border: 1px solid #fff
  16677. }
  16678.  
  16679. .modal-dialog .modal-body {
  16680. background: #fff
  16681. }
  16682.  
  16683. .form_service, .btn.modal-dialog .btn {
  16684. text-transform: uppercase;
  16685. font-weight: 900;
  16686. color: #fff;
  16687. background: #0999e0;
  16688. -webkit-border-radius: 0;
  16689. -moz-border-radius: 0;
  16690. border-radius: 0;
  16691. font-size: 12px;
  16692. margin: 5px 10px;
  16693. line-height: 17px;
  16694. padding: 15px 7px;
  16695. border: 0;
  16696. width:100%;
  16697. position: relative
  16698. }
  16699.  
  16700. .modal-dialog .btn:hover {
  16701.  
  16702. }
  16703.  
  16704. .modal-dialog .navbar-default {
  16705. background: 0 0!important;
  16706. background: #fff!important;
  16707. border: 0!important
  16708. }
  16709.  
  16710. .modal-dialog .modal-title {
  16711.  
  16712. margin-bottom: 40px
  16713. }
  16714.  
  16715. .modal-dialog .modal-header {
  16716. border-bottom: 0!important;
  16717. /* padding: 5px 0 0!important */
  16718. }
  16719.  
  16720. .modal-dialog .icon-modification-phone {
  16721. font-size: 24px
  16722. }
  16723.  
  16724. .modal-dialog .navbar-toggle {
  16725. margin-top: 41px
  16726. }
  16727.  
  16728. .call_button {
  16729. position: fixed;
  16730. z-index: 50;
  16731. font-size: 12px;
  16732. line-height: 12px;
  16733. bottom: 20px;
  16734. right: 10px;
  16735. -webkit-border-radius: 40px;
  16736. -moz-border-radius: 40px;
  16737. border-radius: 40px;
  16738. text-shadow: 1px 1px 1px #fff
  16739. }
  16740.  
  16741. .call_button:hover {
  16742. background: #205191;
  16743. font-size: 18px;
  16744. line-height: 18px;
  16745. color: #ccc;
  16746. -webkit-transition-property: color, background;
  16747. -moz-transition-property: color, background;
  16748. -o-transition-property: color, background;
  16749. transition-property: color, background;
  16750. -webkit-transition-duration: 2s, 1s, .5s, .5s;
  16751. -moz-transition-duration: 2s, 1s, .5s, .5s;
  16752. -o-transition-duration: 2s, 1s, .5s, .5s;
  16753. transition-duration: 2s, 1s, .5s, .5s;
  16754. -webkit-transition-delay: 0s, .5s, 1s, 1.5s;
  16755. -moz-transition-delay: 0s, .5s, 1s, 1.5s;
  16756. -o-transition-delay: 0s, .5s, 1s, 1.5s;
  16757. transition-delay: 0s, .5s, 1s, 1.5s
  16758. }
  16759.  
  16760. .modal .form-group {
  16761. margin: 15px auto;
  16762. text-align: center;
  16763. display: inline-block;
  16764. float: none;
  16765. position: relative
  16766. }
  16767.  
  16768. .modal .form-group:after {
  16769. content: '';
  16770. height: 121px;
  16771. width: 79px;
  16772. background: url(images/arrow_up.png) no-repeat;
  16773. position: absolute;
  16774. bottom: -130px;
  16775. right: 35%;
  16776. -webkit-transform-style: preserve-3d;
  16777. -moz-transform-style: preserve-3d;
  16778. transform-style: preserve-3d;
  16779. -webkit-transform: rotateY(180deg);
  16780. -moz-transform: rotateY(180deg);
  16781. transform: rotateY(180deg)
  16782. }
  16783.  
  16784. .modal .btn,
  16785. .modal .form {
  16786. -webkit-border-radius: 0;
  16787. -moz-border-radius: 0;
  16788. border-radius: 0;
  16789. font-size: 14px;
  16790. margin-bottom:20px;
  16791. margin: 8px 10px;
  16792. line-height: 17px;
  16793. border: 0;
  16794. }
  16795.  
  16796. modal .btn {
  16797. font-style:normal!important;
  16798. text-transform: uppercase;
  16799. font-weight: 900;
  16800. color: #fff;
  16801. background: #0999e0;
  16802. -webkit-border-radius: 0;
  16803. -moz-border-radius: 0;
  16804. border-radius: 0;
  16805. font-size: 12px;
  16806. margin: 5px 10px;
  16807. line-height: 17px;
  16808. padding: 15px 7px;
  16809. border: 0;
  16810. width:100%;
  16811. position: relative
  16812.  
  16813. }
  16814.  
  16815. .modal .form {
  16816. font-style:italic;
  16817. margin-bottom:20px;
  16818. width: 360px;
  16819. display: block;
  16820. background: #f7f7f7;
  16821. color: #444;
  16822. padding: 15px 15px
  16823. }
  16824.  
  16825. .modal .form:hover {
  16826.  
  16827. }
  16828.  
  16829. .modal .btn {
  16830. text-transform: uppercase;
  16831. font-weight: 900;
  16832. color: #fff;
  16833. background: #0999e0;
  16834. padding: 15px 7px;
  16835. font-style:normal;
  16836. font-size:18px;
  16837. }
  16838.  
  16839. .modal .btn:hover {
  16840.  
  16841. }
  16842.  
  16843. .modal .btn,
  16844. .screen {
  16845. position: relative
  16846. }
  16847.  
  16848. .screen .container,
  16849. .screen_main {
  16850. position: relative;
  16851. z-index: 1
  16852. }
  16853.  
  16854. .screen_main {
  16855. background: url(images/header-img.png) 100% center no-repeat;
  16856. -moz-background-size: cover;
  16857. -o-background-size: cover;
  16858. background-size: cover;
  16859. z-index: 2;
  16860. -webkit-border-bottom-left-radius: 50% 3%;
  16861. -moz-border-radius-bottomleft: 50% 3%;
  16862. border-bottom-left-radius: 50% 3%;
  16863. -webkit-border-bottom-right-radius: 50% 3%;
  16864. -moz-border-radius-bottomright: 50% 3%;
  16865. border-bottom-right-radius: 50% 3%
  16866. }
  16867.  
  16868. .screen_up_main {
  16869. position:relative;
  16870. height:85vh;
  16871. z-index:1;
  16872. background:#FFF;
  16873.  
  16874. }
  16875.  
  16876. .screen_up_main_dark {
  16877. position: absolute;
  16878. -moz-background-size: contain;
  16879. -o-background-size: contain;
  16880. background-size: contain;
  16881. background-position: center;
  16882. width: 100%;
  16883. opacity:1;
  16884. background:#FFF;
  16885. z-index: -1;
  16886. left: 0;
  16887. right: 0;
  16888. top: 0;
  16889. bottom: 0
  16890. }
  16891.  
  16892.  
  16893. .screen_up_main:before {
  16894. /* background: url(/wp-content/uploads/2017/10/main_bottom-1.png) no-repeat; */
  16895. z-index: 100;
  16896. content: '';
  16897. background-size: cover;
  16898. position: absolute;
  16899. background-position: center;
  16900. height: 90px;
  16901. width: 100%;
  16902. }
  16903.  
  16904. .screen_main:before {
  16905. background: url(/wp-content/uploads/2017/10/main_bottom.png) no-repeat;
  16906. z-index: 100;
  16907. content: '';
  16908. background-size: cover;
  16909. position: absolute;
  16910. bottom: 0;
  16911. height: 40px;
  16912. width: 100%;
  16913. }
  16914.  
  16915. .screen_main .main_down {
  16916. background-size: cover;
  16917.  
  16918. color: #fff;
  16919. font-size: 48px;
  16920. text-decoration: none;
  16921. position: absolute;
  16922. bottom: -105px;
  16923. text-align: center;
  16924. width: 100%;
  16925. margin: 0 auto;
  16926. left: -2px;
  16927. z-index: 100
  16928. }
  16929.  
  16930. .screen_main .main_down:hover {
  16931. color: #1b55a1;
  16932. text-decoration: none;
  16933. -webkit-transition: all .8s;
  16934. -moz-transition: all .8s;
  16935. -o-transition: all .8s;
  16936. transition: all .8s
  16937. }
  16938.  
  16939. .screen_main .down_content {
  16940. display: inline-block;
  16941. margin-top: 140px
  16942. -webkit-border-radius: 50px;
  16943. -moz-border-radius: 50px;
  16944. border-radius: 50px;
  16945. height: 64px;
  16946. width: 64px
  16947. }
  16948.  
  16949. .screen_main .container {
  16950. /* height: 120vh; */
  16951. height:75vh;
  16952. /* margin-bottom: 10vh; */
  16953.  
  16954. position: relative;
  16955. z-index: 3
  16956. }
  16957.  
  16958. .screen_main .main_content {
  16959. width: 100%;
  16960. position: relative;
  16961. z-index: 3;
  16962. margin: 0 auto;
  16963. color: #fff;
  16964. text-align: center;
  16965. top: 45%;
  16966. -webkit-transform: translateY(-40%);
  16967. -moz-transform: translateY(-40%);
  16968. -ms-transform: translateY(-40%);
  16969. -o-transform: translateY(-40%);
  16970. transform: translateY(-40%);
  16971.  
  16972. }
  16973.  
  16974. .screen_main .btn,
  16975. .screen_main .main_title {
  16976. font-weight: 900;
  16977. color: #fff;
  16978. position: relative
  16979. }
  16980.  
  16981. .screen_main .btn {
  16982. margin-top: 40px;
  16983. text-transform: uppercase;
  16984. background: #0999e0;
  16985. -webkit-border-radius: 0;
  16986. -moz-border-radius: 0;
  16987. border-radius: 0;
  16988. padding: 15px 80px;
  16989. border: 0;
  16990. font-size: 17px;
  16991. line-height: 17px;
  16992. z-index: 25
  16993. }
  16994.  
  16995. .screen_main .main_title {
  16996. font-size: 48px;
  16997. line-height: 60px;
  16998. z-index: 200
  16999. }
  17000.  
  17001. .screen_main .main_title b {
  17002. color: #fcff00;
  17003. text-shadow: 1px 1px 2px #1b55a1
  17004. }
  17005.  
  17006. .screen_main .jacor {
  17007.  
  17008. }
  17009.  
  17010. .screen_main a:hover {
  17011. text-decoration: none
  17012. }
  17013.  
  17014. .screen_main .screen_dark {
  17015.  
  17016. background: url(images/balckground.png) center 100% no-repeat;
  17017. position: absolute;
  17018. -moz-background-size: contain;
  17019. -o-background-size: contain;
  17020. background-size: contain;
  17021. background-position: center;
  17022. width: 100%;
  17023. z-index: -1;
  17024. left: 0;
  17025. right: 0;
  17026. top: 0;
  17027. bottom: 0
  17028. }
  17029.  
  17030. video {
  17031.  
  17032.  
  17033. }
  17034.  
  17035. @media only screen and (max-width:992px) {
  17036. .screen_main .main_description:after {
  17037. display: none
  17038. }
  17039. }
  17040.  
  17041. @media only screen and (max-width:768px) {
  17042. .screen_main .form-group:after {
  17043. display: none
  17044. }
  17045. .screen_main .main_content {
  17046. width: 100%;
  17047. position: relative;
  17048. z-index: 3;
  17049. margin: 0 auto;
  17050. color: #fff;
  17051. text-align: center;
  17052. top: 0%;
  17053. text-transform: uppercase
  17054. }
  17055.  
  17056. .screen_main .container {
  17057. padding-top: 170px;
  17058. height: auto;
  17059. min-height: auto;
  17060. max-height: auto;
  17061. position: relative;
  17062. z-index: 3
  17063. }
  17064. .screen_main .width50 {
  17065. float: none;
  17066. width: 100%
  17067. }
  17068. .screen_main .screen_dark_right {
  17069. display: none
  17070. }
  17071. .screen_main .screen_dark {
  17072. /* background: -webkit-gradient(linear, left top, left bottom, from(#8ec640), color-stop(#1b55a1), to(#8ec640));
  17073. background: -webkit-linear-gradient(#8ec640, #1b55a1, #8ec640);
  17074. background: -moz-linear-gradient(#8ec640, #1b55a1, #8ec640);
  17075. background: -o-linear-gradient(#8ec640, #1b55a1, #8ec640);
  17076. background: linear-gradient(#8ec640, #1b55a1, #8ec640);
  17077. opacity: .75;
  17078. position: absolute;
  17079. top: 0;
  17080. left: 0;
  17081. bottom: 0;
  17082. right: 0;
  17083. widht: 100%;
  17084. height: 100% */
  17085. }
  17086. }
  17087.  
  17088. @media only screen and (max-width:768px) {
  17089. .screen_main .main_title {
  17090. font-size: 24px;
  17091. line-height: 36px;
  17092. }
  17093. }
  17094.  
  17095.  
  17096. @media only screen and (max-width:480px) {
  17097. .screen_main .form {
  17098. width: 100%;
  17099. margin-right: 0;
  17100. margin-left: 0
  17101. }
  17102. .screen_main .main_title {
  17103. font-size: 24px;
  17104. line-height: 36px
  17105. }
  17106. }
  17107.  
  17108. @media only screen and (max-width:320px) {
  17109. .screen_main .main_title {
  17110. font-size: 18px;
  17111. line-height: 26px
  17112. }
  17113. .screen_main .width50 {
  17114. padding-right: 0;
  17115. padding-left: 0
  17116. }
  17117. }
  17118.  
  17119. .screen_way {
  17120. padding: 20px 0 40px 0;
  17121. position: relative;
  17122. z-index: 5;
  17123. background: #fff
  17124. }
  17125.  
  17126. .screen_way .way_container {
  17127. min-height: 295px;
  17128. padding: 0 50px 50px;
  17129. position: relative;
  17130. background: #f7f7f7
  17131. }
  17132. /*
  17133. .screen_way .way_container:hover {
  17134. background: #ccc;
  17135. cursor: pointer
  17136. }
  17137.  
  17138. .screen_way .way_container:hover:before {
  17139. height: 4px;
  17140. background: #0992d6;
  17141. left: 10%;
  17142. width: 80%;
  17143. position: absolute;
  17144. content: ''
  17145. }
  17146. */
  17147. .screen_way img {
  17148. height: 160px;
  17149. width: 100%;
  17150. padding-left: 10%;
  17151. padding-right: 10%;
  17152. margin-top: 15px
  17153. }
  17154.  
  17155. .screen_way h2 {
  17156. padding: 0;
  17157. margin: 0 0 20px
  17158. }
  17159.  
  17160. .screen_way .way_title,
  17161. .screen_way .way_title_ {
  17162. font-size: 42px;
  17163. line-height: 42px;
  17164. display: inline-block;
  17165. position: relative;
  17166. text-align: center;
  17167.  
  17168. color: #525252
  17169. }
  17170.  
  17171. .screen_way .way_title {
  17172.  
  17173. vertical-align: top;
  17174. width: 100%;
  17175. margin-bottom: 45px
  17176. }
  17177.  
  17178. .screen_way .way_title_ {
  17179. margin-top: 35px;
  17180. margin-bottom: 10px;
  17181. font-weight:700;
  17182. font-family: 'Roboto Slab', serif;
  17183. }
  17184.  
  17185. .screen_way .way_title div {
  17186. margin-bottom: 30px
  17187. }
  17188.  
  17189. .screen_way .way_desc {
  17190. -webkit-border-radius: 1px;
  17191. -moz-border-radius: 1px;
  17192. border-radius: 1px;
  17193. font-size: 14px;
  17194. bottom: 35px;
  17195. border: 1px solid #2dacf5;
  17196. color: #2dacf5;
  17197. background: 0 0;
  17198. padding: 10px 40px;
  17199. display: block;
  17200. position: absolute;
  17201. text-transform: uppercase;
  17202. font-weight: 900
  17203. }
  17204.  
  17205. .screen_way .way_desc:hover {
  17206. background: #0999e0;
  17207. cursor: pointer;
  17208. color: #fff
  17209. }
  17210.  
  17211. .footer .footer_menu li,
  17212. .screen_way .way_desc_undertitle {
  17213. font-size: 14px;
  17214. font-weight:300;
  17215. line-height: 14px
  17216. }
  17217.  
  17218. .screen_way .col-md-6 {
  17219. margin-bottom:20px;
  17220. }
  17221.  
  17222. .screen_way .way_content {
  17223. margin-top: 13px;
  17224. font-weight:300;
  17225. line-height:24px;
  17226. font-size:13px;
  17227. }
  17228.  
  17229. .screen_way .way_undertitle {
  17230. font-size: 26px;
  17231. color: #525252;
  17232. font-weight:500;
  17233. margin-top:13px;
  17234. line-height: 35px
  17235. }
  17236.  
  17237. @media only screen and (max-width:992px) {
  17238. .screen_way img {
  17239. height: auto;
  17240. margin-bottom: 40px
  17241. }
  17242. .screen_way .way_container {
  17243. margin-top: 20px;
  17244. height: auto;
  17245. margin-bottom: 20px
  17246. }
  17247. }
  17248.  
  17249. .screen_video {
  17250. background: url(images/slider_background.png) center no-repeat;
  17251. -moz-background-size: cover;
  17252. -o-background-size: cover;
  17253. background-size: cover;
  17254. z-index:10;
  17255. }
  17256.  
  17257. .screen_video .col-md-4 {
  17258. margin-bottom:20px;
  17259. }
  17260.  
  17261. .screen_video .container {
  17262. padding-top: 80px;
  17263. position: relative;
  17264. z-index: 5
  17265. }
  17266.  
  17267. .screen_video .sec_cotainer {
  17268. padding-top: 0px
  17269. }
  17270.  
  17271. .screen_video .video_container {
  17272. background: #fff;
  17273. min-height: 420px
  17274. }
  17275.  
  17276. .screen_video .video_image img {
  17277. height: 280px;
  17278. width: 100%;
  17279. display: inline-block
  17280. }
  17281.  
  17282. @media only screen and (max-width:768px) {
  17283. .screen_video .video_image img {
  17284. height: 100%
  17285. }
  17286. }
  17287.  
  17288. .screen_video .desc_container {
  17289. text-align: justify;
  17290. padding: 30px 70px 30px 50px;
  17291. }
  17292.  
  17293. .screen_video .more_btn {
  17294. float: right;
  17295. background: 0 0;
  17296. text-transform: uppercase;
  17297. font-size: 14px;
  17298. line-height: 34px;
  17299. border: 2px solid #fff;
  17300. font-weight:700;
  17301. display: block;
  17302. color: #fff;
  17303. text-align: center;
  17304. width: 160px;
  17305. z-index: 100;
  17306. margin-bottom: 30px;
  17307. margin-right: 18px
  17308. }
  17309.  
  17310. .screen_video .more_btn:hover {
  17311. background: #fff;
  17312. cursor: pointer;
  17313. color: #000;
  17314. -webkit-transition: all .7s;
  17315. -moz-transition: all .7s;
  17316. -o-transition: all .7s;
  17317. transition: all .7s
  17318. }
  17319.  
  17320. .screen_video .fa-icon {
  17321. margin-right: 10px
  17322. }
  17323.  
  17324. .screen_video .video_title {
  17325. text-transform: uppercase;
  17326. font-weight:700;
  17327. margin-bottom: 23px;
  17328. color:#525252;
  17329. }
  17330.  
  17331. .screen_video .video_title:hover {
  17332. color: #179ce1;
  17333. cursor: pointer
  17334. }
  17335.  
  17336. .screen_video .slider_button {
  17337. float: left;
  17338. margin-left: 9px;
  17339. margin-bottom:10px;
  17340. }
  17341.  
  17342. .screen_video .slider_button .fa {
  17343. color: #fff;
  17344. font-size: 36px;
  17345. line-height: 36px
  17346. }
  17347.  
  17348. .screen_video .slider_button .fa:hover {
  17349. color: #144da3;
  17350. cursor: pointer
  17351. }
  17352.  
  17353. .screen_video .screen_video_dark {
  17354. position: absolute;
  17355. top: 0;
  17356. bottom: 0;
  17357. left: 0;
  17358. right: 0;
  17359. background: #162e62;
  17360. z-index: 1;
  17361. opacity: 0.75;
  17362. }
  17363.  
  17364. @media only screen and (max-width:320px) {
  17365. .screen_video .more_btn {
  17366. width:100%;
  17367. }
  17368. }
  17369.  
  17370. .screen_news {
  17371. position: relative;
  17372. z-index: 10;
  17373. background: #fff
  17374. }
  17375.  
  17376. .screen_news .container {
  17377. padding: 80px 0
  17378. }
  17379.  
  17380. .screen_news .aqua_square .col-md-6 {
  17381. padding-right: 0;
  17382. padding-left: 0
  17383. }
  17384.  
  17385. .screen_news .aqua_container {
  17386. padding: 40px 0;
  17387. border: 1px solid #efefef;
  17388. text-align: center
  17389. }
  17390.  
  17391. .screen_news .aqua_container:hover {
  17392. background: #144da3;
  17393. color: #fff;
  17394. cursor: pointer
  17395. }
  17396.  
  17397. .screen_news .aqua_number {
  17398. font-size: 48px;
  17399. line-height: 34px;
  17400. font-family: 'Roboto Slab', serif;
  17401. margin-bottom: 23px
  17402. }
  17403.  
  17404. .screen_news .aqua_desc {
  17405. font-size: 12px;
  17406. line-height: 14px
  17407. }
  17408.  
  17409. .screen_news .news_block {
  17410. text-align: justify;
  17411. position: relative
  17412. }
  17413.  
  17414. .screen_news .news_title {
  17415. font-size: 36px;
  17416. line-heght: 36px;
  17417. margin-bottom: 32px;
  17418. color: #525252;
  17419. font-weight: 900
  17420. }
  17421.  
  17422. .screen_news .news_container {
  17423. padding: 10px 5px
  17424. }
  17425.  
  17426. .screen_news .news_post {
  17427. margin: 10px 5px
  17428. }
  17429.  
  17430. .screen_news .news_post_title {
  17431. font-weight: 900
  17432. }
  17433.  
  17434. .screen_news .news_post_description {
  17435. width: 100%;
  17436. margin-top: 2px;
  17437. line-height: 24px;
  17438. font-size: 13px;
  17439. margin-bottom: 15px
  17440. }
  17441.  
  17442. .screen_news .news_post_date {
  17443. color: #989;
  17444. font-size: 11px;
  17445. line-height: 15px
  17446. }
  17447.  
  17448. .screen_news .news_line {
  17449. height: 1px;
  17450. background: #ccc;
  17451. width: 80%;
  17452. margin-left: 10%
  17453. }
  17454.  
  17455. .screen_news .digest_image {
  17456. background: #fff;
  17457. border-color: #1b55a1
  17458. }
  17459.  
  17460. .screen_news .digest_image img {
  17461. width: 100%;
  17462. border-bottom: 2px solid #1b55a1
  17463. }
  17464.  
  17465. .screen_news .news_empty_container {
  17466. position: relative;
  17467. display: inline-block;
  17468. margin: 10px 15px
  17469. }
  17470.  
  17471. .screen_news .news_dark_container {
  17472. background: -webkit-gradient(linear, left top, left bottom, from(#1b55a1));
  17473. background: -webkit-linear-gradient(#1b55a1);
  17474. background: -moz-linear-gradient(#1b55a1);
  17475. background: -o-linear-gradient(#1b55a1);
  17476. background: linear-gradient(#1b55a1);
  17477. opacity: .6;
  17478. position: absolute;
  17479. top: 0;
  17480. left: 0;
  17481. bottom: 0;
  17482. right: 0
  17483. }
  17484.  
  17485. .screen_news .news_dark_container:hover {
  17486. opacity: .2;
  17487. cursor: pointer;
  17488. -webkit-transition: all .7s;
  17489. -moz-transition: all .7s;
  17490. -o-transition: all .7s;
  17491. transition: all .7s
  17492. }
  17493.  
  17494. .screen_news .news_image_title {
  17495. padding: 0;
  17496. text-transform: uppercase;
  17497. position: absolute;
  17498. font-weight: 900;
  17499. color: #fff;
  17500. font-size: 12px;
  17501. line-height: 12px;
  17502. text-align: center;
  17503. left: 10%;
  17504. top: 20%;
  17505. -webkit-transform: translateY(-20%);
  17506. -moz-transform: translateY(-20%);
  17507. -ms-transform: translateY(-20%);
  17508. -o-transform: translateY(-20%);
  17509. transform: translateY(-20%);
  17510. margin: 0 auto
  17511. }
  17512.  
  17513. .screen_news .news_image_title:hover {
  17514. cursor: pointer
  17515. }
  17516.  
  17517. .screen_news .news_center_description {
  17518. margin: 15px 0;
  17519. padding-left: 15px;
  17520. padding-right: 15px;
  17521. font-size: 14px;
  17522. line-height: 22px;
  17523. letter-spacing: 1px
  17524. }
  17525.  
  17526. .screen_news .news_next_button {
  17527. font-size: 18px;
  17528. line-height: 24px;
  17529. text-align: center;
  17530. color: #fef;
  17531. background: #1b55a1;
  17532. padding: 10px 15px;
  17533. margin-top: 10px;
  17534. margin-bottom: 20px
  17535. }
  17536.  
  17537. .screen_news .news_next_button:hover {
  17538. background: #145aff;
  17539. cursor: pointer
  17540. }
  17541.  
  17542. .screen_news .bx-pager {
  17543. display: none!important
  17544. }
  17545.  
  17546. @media only screen and (max-width:992px) {
  17547. .screen_news .slider_news_block {
  17548. margin-top: 50px;
  17549. margin-bottom: 20px
  17550. }
  17551. }
  17552.  
  17553. @media only screen and (max-width:768px) {
  17554. .screen_news .row {
  17555. margin: 0
  17556. }
  17557. }
  17558.  
  17559. .footer {
  17560. background: #144da3;
  17561. z-index:100;
  17562. color:#FFF;
  17563. position:relative;
  17564. }
  17565.  
  17566. .footer .menu_title {
  17567. font-weight: 900;
  17568. font-size: 15px;
  17569. line-height: 16px;
  17570. color: #fff;
  17571. margin-top: 40px;
  17572. display: inline-block;
  17573. margin-bottom: 20px;
  17574. text-transform: uppercase
  17575. }
  17576.  
  17577. .footer .underline {
  17578. text-decoration: underline
  17579. }
  17580.  
  17581. .footer .footer_menu {
  17582. padding: 0;
  17583. margin: 0 0 20px;
  17584. display: block
  17585. }
  17586.  
  17587. .footer .footer_menu ul {
  17588. padding: 0;
  17589. margin: 0 0 40px
  17590. }
  17591.  
  17592. .footer .footer_menu li {
  17593. color: #e0e0e0;
  17594. margin-bottom: 10px;
  17595. display: block
  17596. }
  17597.  
  17598. .footer .container {
  17599. padding: 15px 0
  17600. }
  17601.  
  17602. .footer .fa-icon {
  17603. margin-left: 10px
  17604. }
  17605.  
  17606. .footer .fa-icon:hover {
  17607. color: #ccc
  17608. }
  17609.  
  17610. .footer .social_link_block {
  17611. display: inline-block;
  17612. float: right;
  17613. margin-left: 40px
  17614. }
  17615.  
  17616. .footer .social_link_block a {
  17617. margin-left: 30px
  17618. }
  17619.  
  17620. .footer .copyright_line {
  17621. padding-top: 14px;
  17622. display: inline-block;
  17623. border-top: 1px solid #245db3;
  17624. width: 100%;
  17625. text-decoration: initial;
  17626. color: #517ab8
  17627. }
  17628.  
  17629. .footer .copyright_line a {
  17630. color: #517ab8
  17631. }
  17632.  
  17633. .footer .copyright {
  17634. font-family: Arial;
  17635. font-weight: 900;
  17636. display: inline-block;
  17637. float: left;
  17638. margin-right: 40px
  17639. }
  17640.  
  17641. .footer .vs_hide {
  17642. visibility: hidden!important
  17643. }
  17644.  
  17645. .scrollup {
  17646. position: fixed;
  17647. float: right;
  17648. bottom: 80px;
  17649. right: 7.5px;
  17650. width: 63px;
  17651. height: 63px;
  17652. background: url(images/scroll_button.png);
  17653. z-index: 1500
  17654. }
  17655.  
  17656. .scrollup:hover,
  17657. .screen_one_page_desc .one_page_img img:hover {
  17658. cursor: pointer
  17659. }
  17660.  
  17661. @media only screen and (max-width:992px) {
  17662. .footer .copyright_line {
  17663. padding-left: 15px;
  17664. padding-right: 15px
  17665. }
  17666. .footer .copyright {
  17667. margin-top: 30px
  17668. }
  17669. .footer .footer_menu {
  17670. text-align:center;
  17671. }
  17672. }
  17673.  
  17674. @media only screen and (max-width:768px) {
  17675.  
  17676. .footer .menu_title {
  17677. margin-top:30px;
  17678. }
  17679.  
  17680. .footer .social_link_block {
  17681. display: block;
  17682. margin-top: 10px;
  17683. width: 100%
  17684. }
  17685. .footer .footer_container {
  17686. text-align: center
  17687. }
  17688. .footer .copyright {
  17689. margin-top: 30px
  17690. }
  17691. .footer .copyright_line {
  17692. text-align:center;
  17693. }
  17694. }
  17695.  
  17696. @media only screen and (max-width:480px) {
  17697. .footer .copyright {
  17698. text-align: center;
  17699. margin-left: 0;
  17700. margin-right: 0;
  17701. margin-top: 30px;
  17702. display: inline-block
  17703. }
  17704. }
  17705.  
  17706. .screen_one_page_main,
  17707. .screen_one_page_main .screen_dark {
  17708. -webkit-border-bottom-left-radius: 50% 3%;
  17709. -moz-border-radius-bottomleft: 50% 3%;
  17710. border-bottom-left-radius: 50% 3%;
  17711. -webkit-border-bottom-right-radius: 50% 3%;
  17712. -moz-border-radius-bottomright: 50% 3%;
  17713. border-bottom-right-radius: 50% 3%
  17714. }
  17715.  
  17716. .screen_one_page_main {
  17717. background-color: #f3f2f5;
  17718. background: url(images/header-img.png) 100% center no-repeat;
  17719. -moz-background-size: cover;
  17720. -o-background-size: cover;
  17721. background-size: cover;
  17722. z-index: 2;
  17723. position: relative
  17724. }
  17725.  
  17726. .screen_one_page_main .container {
  17727. /* height: 45vh; */
  17728. min-height: 215px;
  17729. max-height: 800px;
  17730. position: relative;
  17731. z-index: 3
  17732. }
  17733.  
  17734. .screen_one_page_main .screen_dark {
  17735. position: absolute;
  17736. top: 0;
  17737. bottom: 0;
  17738. left: 0;
  17739. right: 0;
  17740. opacity: .5;
  17741. background: #0c2e63
  17742. }
  17743.  
  17744. .screen_one_page_text {
  17745. position: absolute;
  17746. bottom: 100px;
  17747. z-index: 1000;
  17748. width: 100%;
  17749. max-width: 1140px;
  17750. left: 50%;
  17751. -webkit-transform: translateX(-50%);
  17752. -moz-transform: translateX(-50%);
  17753. -ms-transform: translateX(-50%);
  17754. -o-transform: translateX(-50%);
  17755. transform: translateX(-50%)
  17756. }
  17757.  
  17758. .screen_one_page_text .text_container {
  17759. background: #fff;
  17760. color: #000;
  17761. min-height: 100px;
  17762. position: absolute;
  17763. z-index: 3;
  17764. width: 100%
  17765. }
  17766.  
  17767. .screen_one_page_text .main_one_page_title {
  17768. font-size: 36px;
  17769. line-height: 36px;
  17770. color: #525252;
  17771. padding-bottom: 20px;
  17772. text-align: center;
  17773. width: 100%;
  17774. display: inline-block;
  17775. font-weight: 900
  17776. }
  17777.  
  17778. .screen_one_page_text .text_contain {
  17779. margin-right: 50px;
  17780. margin-left: 50px
  17781. }
  17782.  
  17783. .screen_category_text .breadcumps ul,
  17784. .screen_fishes_text .breadcumps ul,
  17785. .screen_one_page_text .breadcumps ul,
  17786. .screen_page_text .breadcumps ul,
  17787. .screen_portfolio_text .breadcumps ul {
  17788. font-style:italic;
  17789. padding: 0
  17790. }
  17791.  
  17792. .screen_one_page_text .breadcumps {
  17793. margin-top: 22px
  17794. }
  17795.  
  17796. .screen_category_text .breadcumps a,
  17797. .screen_fishes_text .breadcumps a,
  17798. .screen_one_page_text .breadcumps a,
  17799. .screen_page_text .breadcumps a,
  17800. .screen_portfolio_text .breadcumps a {
  17801. color: #525252;
  17802. margin-right: 22px
  17803. }
  17804.  
  17805. .screen_fishes_text .breadcumps a:hover,
  17806. .screen_one_page_text .breadcumps a:hover {
  17807. color: #bbb
  17808. }
  17809.  
  17810. .screen_one_page_text .breadcumps li {
  17811. display: inline-block;
  17812. position: relative
  17813. }
  17814.  
  17815. .screen_one_page_text .breadcumps li:after {
  17816. position: absolute;
  17817. content: '>';
  17818. right: 2px
  17819. }
  17820.  
  17821. .screen_category_text .breadcumps li:last-child:after,
  17822. .screen_fishes_text .breadcumps li:last-child:after,
  17823. .screen_one_page_text .breadcumps li:last-child:after,
  17824. .screen_page_text .breadcumps li:last-child:after,
  17825. .screen_portfolio_text .breadcumps li:last-child:after {
  17826. display: none
  17827. }
  17828.  
  17829.  
  17830.  
  17831.  
  17832. .right_menu li {
  17833. border-left: 3px solid #fff;
  17834. list-style: none;
  17835. width: 100%;
  17836. padding: 23px;
  17837. border-bottom: 1px solid #f0f0f0;
  17838. margin: 0
  17839. }
  17840.  
  17841. .right_menu a li, .right_menu li, .right_menu li a {
  17842. color: #3d3d3d
  17843. }
  17844.  
  17845.  
  17846. .right_menu_hidden li {
  17847. background:#FFF;
  17848. list-style: none;
  17849. width: 100%;
  17850. padding: 23px;
  17851.  
  17852. margin: 0
  17853. }
  17854.  
  17855.  
  17856. .right_menu_hidden a li, .right_menu_hidden li, .right_menu_hidden li a {
  17857. color: #3d3d3d
  17858. }
  17859.  
  17860. .right_menu_hidden ul {
  17861. padding:0;margin:0;
  17862. padding-top:20px;
  17863. }
  17864.  
  17865. #top {
  17866. background: #f3f2f5
  17867. }
  17868.  
  17869. .screen_one_page_desc {
  17870. background: #f3f2f5;
  17871. max-width: 1140px!important;
  17872. left: 50%;
  17873. -webkit-transform: translateX(-50%);
  17874. -moz-transform: translateX(-50%);
  17875. -ms-transform: translateX(-50%);
  17876. -o-transform: translateX(-50%);
  17877. transform: translateX(-50%);
  17878. margin-bottom: 20px
  17879. }
  17880.  
  17881. .screen_one_page_desc .cat_img img {
  17882. height: 135px;
  17883. width: 100%;
  17884. display: inline-block
  17885. }
  17886.  
  17887. .screen_one_page_desc .panel-title {
  17888. text-transform: uppercase;
  17889. font-size: 14px;
  17890. line-height: 14px;
  17891. font-weight: 900;
  17892. margin-top: 15px;
  17893. margin-bottom: 15px;
  17894. margin-left: 80px;
  17895. display: inline-block
  17896. }
  17897.  
  17898. .screen_one_page_desc .fa-icon {
  17899. font-size: 36px;
  17900. line-height: 36px;
  17901. margin-left: 25px;
  17902. position: absolute;
  17903. top: 12px;
  17904. left: 25px;
  17905. color: #144da3
  17906. }
  17907.  
  17908. .screen_one_page_desc .fish_title {
  17909. background: #f6f6f6;
  17910. text-align: center;
  17911. padding: 7px 0;
  17912. display: inline-block;
  17913. width: 100%;
  17914. margin-bottom: 20px
  17915. }
  17916.  
  17917. .screen_one_page_desc .fish_img img {
  17918. width: 100%;
  17919. display: inline-block;
  17920. height: 170px
  17921. }
  17922.  
  17923. .screen_one_page_desc .panel,
  17924. .screen_one_page_desc .panel-group {
  17925. border: 0
  17926. }
  17927.  
  17928. .screen_one_page_desc .panel-heading {
  17929. border: 0;
  17930. border-left: 2px solid #f7f7f7;
  17931. background: #f7f7f7;
  17932. position: relative
  17933. }
  17934.  
  17935. .screen_one_page_desc .panel-heading:hover {
  17936. border-left: 2px solid #144da3
  17937. }
  17938.  
  17939. .screen_one_page_desc .auq_content {
  17940. margin-bottom: 10px
  17941. }
  17942.  
  17943. .screen_one_page_desc .buy_aua_buy {
  17944. text-transform: uppercase;
  17945. color: #fff;
  17946. font-weight: 900;
  17947. padding: 15px 20px;
  17948. background: #0999e0
  17949. }
  17950.  
  17951. .screen_one_page_desc .buy_aua_title {
  17952. color: #525252;
  17953. margin-bottom: 15px;
  17954. font-weight: 900;
  17955. text-transform: uppercase
  17956. }
  17957.  
  17958. .screen_one_page_desc .buy_aua_desc {
  17959. margin-bottom: 30px;
  17960. margin-top: 20px
  17961. }
  17962.  
  17963. .screen_one_page_desc .aqua_one_page_desc {
  17964. margin-top: 30px
  17965. }
  17966.  
  17967. .screen_one_page_desc .aqua_one_page_desc li {
  17968. padding-left: 30px;
  17969. position: relative;
  17970. list-style: none;
  17971. margin-bottom: 8px
  17972. }
  17973.  
  17974. .screen_one_page_desc .aqua_one_page_desc li:before {
  17975. top: 7px;
  17976. left: 0;
  17977. position: absolute;
  17978. content: '';
  17979. height: 1px;
  17980. width: 20px;
  17981. background: #0999e0
  17982. }
  17983.  
  17984. .screen_one_page_desc .col-md-6 {
  17985. margin-bottom: 30px
  17986. }
  17987.  
  17988. .screen_one_page_desc .one_page_img img {
  17989. width: 100%;
  17990. height: 375px;
  17991. display: inline-block
  17992. }
  17993.  
  17994. .screen_one_page_desc .one_page_content,
  17995. .screen_one_page_desc .one_page_img {
  17996. position: relative
  17997. }
  17998.  
  17999. .screen_one_page_desc .one_page_dark {
  18000. top: 0;
  18001. left: 0;
  18002. bottom: 0;
  18003. right: 0;
  18004. opacity: .75;
  18005. background: #144da3;
  18006. position: absolute;
  18007. display: none;
  18008. margin: 40px
  18009. }
  18010.  
  18011. .screen_one_page_desc .one_page_img:hover .one_page_info {
  18012. display: block;
  18013. cursor: pointer
  18014. }
  18015.  
  18016. .screen_fishes_desc .fish_fish_img:hover>.fish_dark,
  18017. .screen_fishes_desc .fish_fish_img:hover>.fish_ico,
  18018. .screen_one_page_desc .one_page_img:hover .one_page_dark {
  18019. display: block
  18020. }
  18021.  
  18022. .screen_one_page_desc .one_page_info {
  18023. z-index: 100;
  18024. position: absolute;
  18025. display: none;
  18026. color: #fff;
  18027. width: 95%;
  18028. margin-top: 80px;
  18029. text-align: center
  18030. }
  18031.  
  18032. .screen_one_page_desc .port_desc {
  18033. margin-bottom: 50px;
  18034. font-weight: 900;
  18035. font-size: 24px;
  18036. line-height: 24px;
  18037. margin-right: 60px;
  18038. margin-left: 60px
  18039. }
  18040.  
  18041. .screen_one_page_desc .one_page_btn {
  18042. text-transform: uppercase;
  18043. font-weight: 900;
  18044. background: #fff;
  18045. padding: 10px 15px;
  18046. color: #144da3;
  18047. display: inlie-block
  18048. }
  18049.  
  18050. .screen_fishes_desc .fishes_info h2,
  18051. .screen_one_page_desc .one_page_info h2,
  18052. .screen_page_desc .page_info h2,
  18053. .screen_portfolio_desc .portfolio_info h2 {
  18054. font-size: 12px;
  18055. line-height: 12px;
  18056. font-weight: 400;
  18057. color: #fff;
  18058. z-index: 1000;
  18059. margin: 0 0 50px
  18060. }
  18061.  
  18062. .screen_one_page_desc .one_page_menu {
  18063. margin-top: 60px;
  18064. margin-bottom: 50px
  18065. }
  18066.  
  18067. .screen_one_page_desc .active {
  18068. outline: 3px solid #144da3
  18069. }
  18070.  
  18071. .screen_one_page_desc .one_page_menu li {
  18072. display: inline-block;
  18073. width: 24%;
  18074. border: 1px solid #144da3;
  18075. padding: 10px 15px;
  18076. vertical-align: middle;
  18077. text-transform: uppercase;
  18078. font-weight: 900;
  18079. text-align: center;
  18080. color: #636363
  18081. }
  18082.  
  18083. .screen_fishes_desc .fishes_menu li:hover,
  18084. .screen_one_page_desc .one_page_menu li:hover,
  18085. .screen_page_desc .page_menu li:hover,
  18086. .screen_portfolio_desc .portfolio_menu li:hover {
  18087. outline: 3px solid #144da3;
  18088. cursor: pointer
  18089. }
  18090.  
  18091. .screen_one_page_desc .desc_menu li {
  18092. position: relative;
  18093. list-style: none;
  18094. margin-top: 10px;
  18095. margin-bottom: 10px
  18096. }
  18097.  
  18098. .screen_one_page_desc .desc_menu li:before {
  18099. content: '';
  18100. position: absolute;
  18101. background: url(images/ok_list.png);
  18102. width: 24px;
  18103. height: 24px;
  18104. left: -40px;
  18105. -moz-background-size: cover;
  18106. -o-background-size: cover;
  18107. background-size: cover
  18108. }
  18109.  
  18110. .screen_one_page_desc .container {
  18111. background: #fff;
  18112. margin-bottom: 80px;
  18113. width: 100%;
  18114. position: relative;
  18115. z-index: 1000;
  18116. padding-right: 50px;
  18117. padding-left: 50px
  18118. }
  18119.  
  18120. .screen_one_page_desc .main_one_page_description {
  18121. margin-top: 40px;
  18122. line-height: 21px;
  18123. font-size: 14px;
  18124. color: #3d3d3d;
  18125. display: inline-block;
  18126. padding-bottom: 40px
  18127. }
  18128.  
  18129. .screen_one_page_desc .desc_description {
  18130. line-height: 21px;
  18131. font-size: 14px;
  18132. color: #3d3d3d;
  18133. margin-bottom: 10px
  18134. }
  18135.  
  18136. .screen_category_desc h2,
  18137. .screen_fishes_desc h2,
  18138. .screen_one_page_desc h2,
  18139. .screen_page_desc h2,
  18140. .screen_portfolio_desc h2 {
  18141. font-weight: 500;
  18142. font-size: 22px;
  18143. line-height: 22px;
  18144. margin-bottom: 30px;
  18145. color: #505050
  18146. }
  18147.  
  18148. .screen_one_page_desc .tymb_title {
  18149. padding-top: 40px;
  18150. font-weight: 700;
  18151. font-size: 18px;
  18152. padding-bottom: 20px;
  18153. line-height: 22px
  18154. }
  18155.  
  18156. .screen_one_page_desc .tymb_bg {
  18157. position: relative;
  18158. text-align: center;
  18159. color: #fff;
  18160. background: #144da3
  18161. }
  18162.  
  18163. .screen_category_desc .tymb_bg:before,
  18164. .screen_fishes_desc .tymb_bg:before,
  18165. .screen_one_page_desc .tymb_bg:before,
  18166. .screen_page_desc .tymb_bg:before,
  18167. .screen_portfolio_desc .tymb_bg:before {
  18168. position: absolute;
  18169. width: 91px;
  18170. height: 12px;
  18171. content: '';
  18172. top: 15px;
  18173. z-index: 2000;
  18174. background: url(images/line.png);
  18175. left: 50%;
  18176. -webkit-transform: translateX(-50%);
  18177. -moz-transform: translateX(-50%);
  18178. -ms-transform: translateX(-50%);
  18179. -o-transform: translateX(-50%);
  18180. transform: translateX(-50%)
  18181. }
  18182.  
  18183. .screen_one_page_desc .btn_tymb {
  18184. font-weight: 900;
  18185. text-transform: uppercase;
  18186. padding: 15px 10px;
  18187. font-size: 14px;
  18188. line-height: 14px;
  18189. color: #144da3;
  18190. background: #fff;
  18191. -webkit-border-radius: 1px;
  18192. -moz-border-radius: 1px;
  18193. border-radius: 1px;
  18194. margin-bottom: 30px;
  18195. margin-top: 30px
  18196. }
  18197.  
  18198. .screen_one_page_desc .btn_tymb:hover {
  18199. background: #0999e0;
  18200. color: #fff
  18201. }
  18202.  
  18203. .screen_one_page_desc .aqua_bg, .aqua_bg {
  18204. position: relative;
  18205. min-height: 320px;
  18206. background: url(images/bg_squa.png);
  18207. max-width: 970px;
  18208. width: 75%
  18209. }
  18210.  
  18211. .screen_one_page_desc .play_bg {
  18212. background: #f7f7f7
  18213. }
  18214.  
  18215. .screen_category_desc .play_bg i,
  18216. .screen_fishes_desc .play_bg i,
  18217. .screen_one_page_desc .play_bg i,
  18218. .screen_page_desc .play_bg i,
  18219. .screen_portfolio_desc .play_bg i {
  18220. margin-top: 10px;
  18221. margin-bottom: 10px
  18222. }
  18223.  
  18224. .screen_one_page_desc .screen_aqua {
  18225. position: absolute;
  18226. width: 100%;
  18227. left: 0;
  18228. top: 0;
  18229. right: 0;
  18230. bottom: 0;
  18231. z-index: 1000;
  18232. background: url(images/black_bg_fish.png)
  18233. }
  18234.  
  18235. .screen_one_page_desc .aqua_title {
  18236. font-weight: 900;
  18237. color: #fff;
  18238. position: absolute;
  18239. font-size: 24px;
  18240. line-height: 24px;
  18241. margin-top: 130px;
  18242. width: 100%;
  18243. text-align: center;
  18244. z-index: 1500
  18245. }
  18246.  
  18247. .screen_one_page_desc .aqua_undertitle {
  18248. color: #fff;
  18249. margin-top: 15px;
  18250. font-size: 18px;
  18251. line-height: 28px;
  18252. font-style: italic
  18253. }
  18254.  
  18255. .screen_fishes_main,
  18256. .screen_fishes_main .screen_dark {
  18257. -webkit-border-bottom-left-radius: 50% 3%;
  18258. -moz-border-radius-bottomleft: 50% 3%;
  18259. border-bottom-left-radius: 50% 3%;
  18260. -webkit-border-bottom-right-radius: 50% 3%;
  18261. -moz-border-radius-bottomright: 50% 3%;
  18262. border-bottom-right-radius: 50% 3%
  18263. }
  18264.  
  18265. .screen_fishes_main {
  18266. background-color: #f3f2f5;
  18267. background: url(images/header-img.png) 100% center no-repeat;
  18268. -moz-background-size: cover;
  18269. -o-background-size: cover;
  18270. background-size: cover;
  18271. z-index: 2;
  18272. position: relative
  18273. }
  18274.  
  18275. .screen_fishes_main .container {
  18276. height: 240px;
  18277. max-height: 800px;
  18278. position: relative;
  18279. z-index: 3
  18280. }
  18281.  
  18282. .screen_fishes_main .screen_dark {
  18283. position: absolute;
  18284. top: 0;
  18285. bottom: 0;
  18286. left: 0;
  18287. right: 0;
  18288. opacity: .5;
  18289. background: #0c2e63
  18290. }
  18291.  
  18292. .screen_fishes_desc,
  18293. .screen_fishes_text {
  18294. left: 50%;
  18295. -webkit-transform: translateX(-50%);
  18296. -moz-transform: translateX(-50%);
  18297. -ms-transform: translateX(-50%);
  18298. -o-transform: translateX(-50%);
  18299. transform: translateX(-50%)
  18300. }
  18301.  
  18302. .screen_fishes_text {
  18303. position: absolute;
  18304. bottom: 100px;
  18305. z-index: 1000;
  18306. width: 100%;
  18307. max-width: 1140px
  18308. }
  18309.  
  18310. .screen_fishes_text .text_container {
  18311. background: #fff;
  18312. color: #000;
  18313. min-height: 100px;
  18314. position: absolute;
  18315. z-index: 3;
  18316. width: 100%;
  18317. max-width: 1140px
  18318. }
  18319.  
  18320. .screen_fishes_text .main_fishes_title {
  18321. font-size: 30px;
  18322. line-height: 30px;
  18323. color: #525252;
  18324. padding-bottom: 20px;
  18325. text-align: center;
  18326. width: 100%;
  18327. display: inline-block;
  18328. font-weight: 900
  18329. }
  18330.  
  18331. .screen_fishes_text .text_contain {
  18332. margin-right: 50px;
  18333. margin-left: 50px
  18334. }
  18335.  
  18336. .screen_fishes_text .breadcumps {
  18337. margin-top: 22px
  18338. }
  18339.  
  18340. .screen_fishes_text .breadcumps li {
  18341. display: inline-block;
  18342. position: relative
  18343. }
  18344.  
  18345. .screen_fishes_text .breadcumps li:after {
  18346. position: absolute;
  18347. content: '>';
  18348. right: 2px
  18349. }
  18350.  
  18351. .screen_fishes_desc {
  18352. background: #f3f2f5;
  18353. max-width: 1140px!important;
  18354. margin-bottom: 20px
  18355. }
  18356.  
  18357. .screen_fishes_desc .cat_img img {
  18358. height: 135px;
  18359. width: 100%;
  18360. display: inline-block
  18361. }
  18362.  
  18363. .screen_fishes_desc .fish_fish_img:hover {
  18364. cursor: pointer
  18365. }
  18366.  
  18367. .screen_fishes_desc .fish_fish_img {
  18368. position: relative
  18369. }
  18370.  
  18371. .screen_fishes_desc .fish_fish_img .fish_ico img {
  18372. width: 50px;
  18373. height: 38px
  18374. }
  18375.  
  18376. .screen_fishes_desc .fish_dark {
  18377. display: none;
  18378. position: absolute;
  18379. top: 0;
  18380. bottom: 0;
  18381. left: 0;
  18382. right: 0;
  18383. width: 100%;
  18384. opacity: .65;
  18385. background: #416592
  18386. }
  18387.  
  18388. .screen_fishes_desc .fish_ico {
  18389. display: none;
  18390. position: absolute;
  18391. top: 40%;
  18392. text-align: center;
  18393. width: 100%;
  18394. z-index: 100
  18395. }
  18396.  
  18397. .screen_fishes_desc .fish_buy {
  18398. position: relative;
  18399. z-index: 100;
  18400. top: 60%;
  18401. color: #fff;
  18402. text-align: center
  18403. }
  18404.  
  18405. .screen_fishes_desc .fish_in_sale {
  18406. position: absolute;
  18407. top: 5%;
  18408. width: 60%;
  18409. text-align: center;
  18410. background: #0999e0;
  18411. padding: 5px;
  18412. z-index: 1500;
  18413. color: #fff;
  18414. display: block
  18415. }
  18416.  
  18417. .screen_fishes_desc .fish_fish_img:hover>.fish_img .fish_title,
  18418. .screen_fishes_desc .fish_fish_img:hover>.fish_img .fish_title a {
  18419. color: #416592
  18420. }
  18421.  
  18422. .screen_fishes_desc .fish_title a:hover,
  18423. .screen_fishes_desc .fish_title:hover {
  18424. color: #416592;
  18425. cursor: pointer
  18426. }
  18427.  
  18428. .screen_fishes_desc .panel-title {
  18429. text-transform: uppercase;
  18430. font-size: 14px;
  18431. line-height: 14px;
  18432. font-weight: 900;
  18433. margin-top: 15px;
  18434. margin-bottom: 15px;
  18435. margin-left: 80px;
  18436. display: inline-block
  18437. }
  18438.  
  18439. .screen_fishes_desc .fa-icon {
  18440. font-size: 36px;
  18441. line-height: 36px;
  18442. margin-left: 25px;
  18443. position: absolute;
  18444. top: 12px;
  18445. left: 25px;
  18446. color: #144da3
  18447. }
  18448.  
  18449. .screen_fishes_desc .fish_title {
  18450. background: #f6f6f6;
  18451. text-align: center;
  18452. padding: 7px 0;
  18453. display: inline-block;
  18454. width: 100%;
  18455. margin-bottom: 20px;
  18456. min-height:55px;
  18457. }
  18458.  
  18459. .fish_img img,
  18460. .screen_fishes_desc .fish_img img {
  18461. width: 100%;
  18462. display: inline-block;
  18463. height: 170px
  18464. }
  18465.  
  18466. .screen_fishes_desc .panel,
  18467. .screen_fishes_desc .panel-group {
  18468. border: 0
  18469. }
  18470.  
  18471. .screen_fishes_desc .panel-heading {
  18472. border: 0;
  18473. border-left: 2px solid #f7f7f7;
  18474. background: #f7f7f7;
  18475. position: relative
  18476. }
  18477.  
  18478. .screen_fishes_desc .panel-heading:hover {
  18479. border-left: 2px solid #144da3
  18480. }
  18481.  
  18482. .screen_fishes_desc ol,
  18483. .screen_fishes_desc ul,
  18484. .screen_one_page_desc ol,
  18485. .screen_one_page_desc ul {
  18486. list-style: none
  18487. }
  18488.  
  18489. .screen_fishes_desc .auq_content {
  18490. margin-bottom: 10px
  18491. }
  18492.  
  18493. .screen_fishes_desc .buy_aua_buy {
  18494. text-transform: uppercase;
  18495. color: #fff;
  18496. font-weight: 900;
  18497. padding: 15px 20px;
  18498. background: #0999e0
  18499. }
  18500.  
  18501. .screen_fishes_desc .buy_aua_title {
  18502. color: #525252;
  18503. margin-bottom: 15px;
  18504. font-weight: 900;
  18505. text-transform: uppercase
  18506. }
  18507.  
  18508. .screen_fishes_desc .buy_aua_desc {
  18509. margin-bottom: 30px;
  18510. margin-top: 20px
  18511. }
  18512.  
  18513. .screen_fishes_desc .aqua_fishes_desc {
  18514. margin-top: 30px
  18515. }
  18516.  
  18517. .screen_fishes_desc .aqua_fishes_desc li {
  18518. padding-left: 30px;
  18519. position: relative;
  18520. list-style: none;
  18521. margin-bottom: 8px
  18522. }
  18523.  
  18524. .screen_fishes_desc .aqua_fishes_desc li:before {
  18525. top: 7px;
  18526. left: 0;
  18527. position: absolute;
  18528. content: '';
  18529. height: 1px;
  18530. width: 20px;
  18531. background: #0999e0
  18532. }
  18533.  
  18534. .screen_fishes_desc .col-md-6 {
  18535. margin-bottom: 30px
  18536. }
  18537.  
  18538. .screen_fishes_desc .fishes_img img,
  18539. .screen_page_desc .page_img img {
  18540. width: 100%;
  18541. height: 375px;
  18542. display: inline-block
  18543. }
  18544.  
  18545. .screen_fishes_desc .fishes_content,
  18546. .screen_fishes_desc .fishes_img {
  18547. position: relative
  18548. }
  18549.  
  18550. .right_menu li a:hover,
  18551. .screen_fishes_desc .fishes_img img:hover,
  18552. .screen_page_desc .page_img img:hover,
  18553. {
  18554. cursor: pointer
  18555. }
  18556.  
  18557. .screen_portfolio_desc .portfolio_img img:hover {
  18558.  
  18559. }
  18560.  
  18561. .screen_fishes_desc .fishes_dark {
  18562. top: 0;
  18563. left: 0;
  18564. bottom: 0;
  18565. right: 0;
  18566. opacity: .75;
  18567. background: #144da3;
  18568. position: absolute;
  18569. display: none;
  18570. margin: 40px
  18571. }
  18572.  
  18573. .screen_fishes_desc .fishes_img:hover .fishes_info {
  18574. display: block;
  18575. cursor: pointer
  18576. }
  18577.  
  18578. .screen_fishes_desc .fishes_img:hover .fishes_dark {
  18579. display: block
  18580. }
  18581.  
  18582. .screen_fishes_desc .fishes_info {
  18583. z-index: 100;
  18584. position: absolute;
  18585. display: none;
  18586. color: #fff;
  18587. width: 95%;
  18588. margin-top: 80px;
  18589. text-align: center
  18590. }
  18591.  
  18592. .screen_fishes_desc .port_desc {
  18593. margin-bottom: 50px;
  18594. font-weight: 900;
  18595. font-size: 24px;
  18596. line-height: 24px;
  18597. margin-right: 60px;
  18598. margin-left: 60px
  18599. }
  18600.  
  18601. .screen_fishes_desc .fishes_btn {
  18602. text-transform: uppercase;
  18603. font-weight: 900;
  18604. background: #fff;
  18605. padding: 10px 15px;
  18606. color: #144da3;
  18607. display: inlie-block
  18608. }
  18609.  
  18610. .screen_fishes_desc .fishes_menu {
  18611. margin-top: 60px;
  18612. margin-bottom: 50px
  18613. }
  18614.  
  18615. .screen_fishes_desc .active {
  18616. outline: 3px solid #144da3
  18617. }
  18618.  
  18619. .screen_fishes_desc .fishes_menu li {
  18620. display: inline-block;
  18621. width: 24%;
  18622. border: 1px solid #144da3;
  18623. padding: 10px 15px;
  18624. vertical-align: middle;
  18625. text-transform: uppercase;
  18626. font-weight: 900;
  18627. text-align: center;
  18628. color: #636363
  18629. }
  18630.  
  18631. .screen_fishes_desc .desc_menu li {
  18632. position: relative;
  18633. list-style: none;
  18634. margin-top: 10px;
  18635. margin-bottom: 10px
  18636. }
  18637.  
  18638. .screen_fishes_desc .desc_menu li:before {
  18639. content: '';
  18640. position: absolute;
  18641. background: url(images/ok_list.png);
  18642. width: 24px;
  18643. height: 24px;
  18644. left: -40px;
  18645. -moz-background-size: cover;
  18646. -o-background-size: cover;
  18647. background-size: cover
  18648. }
  18649.  
  18650. .screen_fishes_desc .container {
  18651. background: #fff;
  18652. margin-bottom: 80px;
  18653. width: 100%;
  18654. position: relative;
  18655. z-index: 1000;
  18656. padding-right: 50px;
  18657. padding-left: 50px
  18658. }
  18659.  
  18660. .screen_fishes_desc .main_fishes_description {
  18661. margin-top: 40px;
  18662. line-height: 21px;
  18663. font-size: 14px;
  18664. color: #3d3d3d;
  18665. display: inline-block;
  18666. padding-bottom: 40px
  18667. }
  18668.  
  18669. .screen_fishes_desc .desc_description {
  18670. line-height: 21px;
  18671. font-size: 14px;
  18672. color: #3d3d3d;
  18673. margin-bottom: 10px
  18674. }
  18675.  
  18676. .screen_fishes_desc .tymb_title {
  18677. padding-top: 40px;
  18678. font-weight: 900;
  18679. font-size: 18px;
  18680. padding-bottom: 20px;
  18681. line-height: 22px
  18682. }
  18683.  
  18684. .screen_fishes_desc .tymb_bg {
  18685. position: relative;
  18686. text-align: center;
  18687. color: #fff;
  18688. background: #144da3
  18689. }
  18690.  
  18691. .screen_fishes_desc .btn_tymb {
  18692. font-weight: 900;
  18693. text-transform: uppercase;
  18694. padding: 15px 10px;
  18695. font-size: 14px;
  18696. line-height: 14px;
  18697. color: #144da3;
  18698. background: #fff;
  18699. -webkit-border-radius: 1px;
  18700. -moz-border-radius: 1px;
  18701. border-radius: 1px;
  18702. margin-bottom: 30px;
  18703. margin-top: 30px
  18704. }
  18705.  
  18706. .screen_fishes_desc .btn_tymb:hover {
  18707. background: #0999e0;
  18708. color: #fff
  18709. }
  18710.  
  18711. .screen_fishes_desc .aqua_bg {
  18712. position: relative;
  18713. min-height: 320px;
  18714. background: url(images/bg_squa.png);
  18715. max-width: 970px;
  18716. width: 75%
  18717. }
  18718.  
  18719. .screen_fishes_desc .play_bg {
  18720. background: #f7f7f7
  18721. }
  18722.  
  18723. .screen_fishes_desc .screen_aqua {
  18724. position: absolute;
  18725. width: 100%;
  18726. left: 0;
  18727. top: 0;
  18728. right: 0;
  18729. bottom: 0;
  18730. z-index: 1000;
  18731. background: url(images/black_bg_fish.png)
  18732. }
  18733.  
  18734. .screen_fishes_desc .aqua_title {
  18735. font-weight: 900;
  18736. color: #fff;
  18737. position: absolute;
  18738. font-size: 24px;
  18739. line-height: 24px;
  18740. margin-top: 130px;
  18741. width: 100%;
  18742. text-align: center;
  18743. z-index: 1500
  18744. }
  18745.  
  18746. .screen_fishes_desc .aqua_undertitle {
  18747. color: #fff;
  18748. margin-top: 15px;
  18749. font-size: 18px;
  18750. line-height: 28px;
  18751. font-style: italic
  18752. }
  18753.  
  18754. @media only screen and (max-width:992px) {
  18755. .text_container .row {
  18756. margin: 0
  18757. }
  18758. .fish_img img {
  18759. height: 100%!important
  18760. }
  18761. }
  18762.  
  18763. .screen_page_main,
  18764. .screen_page_main .screen_dark {
  18765. -webkit-border-bottom-left-radius: 50% 3%;
  18766. -moz-border-radius-bottomleft: 50% 3%;
  18767. border-bottom-left-radius: 50% 3%;
  18768. -webkit-border-bottom-right-radius: 50% 3%;
  18769. -moz-border-radius-bottomright: 50% 3%;
  18770. border-bottom-right-radius: 50% 3%
  18771. }
  18772.  
  18773. .screen_page_main {
  18774. background-color: #f3f2f5;
  18775. background: url(images/header-img.png) 100% center no-repeat;
  18776. -moz-background-size: cover;
  18777. -o-background-size: cover;
  18778. background-size: cover;
  18779. z-index: 2;
  18780. position: relative
  18781. }
  18782.  
  18783. .screen_page_main .container {
  18784. /* height: 45vh; */
  18785. min-height: 215px;
  18786. max-height: 800px;
  18787. position: relative;
  18788. z-index: 3
  18789. }
  18790.  
  18791. .screen_page_main .screen_dark {
  18792. position: absolute;
  18793. top: 0;
  18794. bottom: 0;
  18795. left: 0;
  18796. right: 0;
  18797. opacity: .5;
  18798. background: #0c2e63
  18799. }
  18800.  
  18801. .screen_page_desc,
  18802. .screen_page_text {
  18803. left: 50%;
  18804. -webkit-transform: translateX(-50%);
  18805. -moz-transform: translateX(-50%);
  18806. -ms-transform: translateX(-50%);
  18807. -o-transform: translateX(-50%);
  18808. transform: translateX(-50%)
  18809. }
  18810.  
  18811. .screen_page_text {
  18812. position: absolute;
  18813. bottom: 100px;
  18814. z-index: 1000;
  18815. width: 100%;
  18816. max-width: 1140px
  18817. }
  18818.  
  18819. .screen_page_text .text_container {
  18820. background: #fff;
  18821. color: #000;
  18822. min-height: 100px;
  18823. position: absolute;
  18824. z-index: 3;
  18825. width: 100%
  18826. }
  18827.  
  18828. .screen_page_text .main_page_title {
  18829. font-size: 30px;
  18830. line-height: 30px;
  18831. color: #525252;
  18832. padding-bottom: 20px;
  18833. text-align: center;
  18834. width: 100%;
  18835. display: inline-block;
  18836. font-weight: 900
  18837. }
  18838.  
  18839. .screen_page_text .text_contain {
  18840. margin-right: 50px;
  18841. margin-left: 50px
  18842. }
  18843.  
  18844. .screen_page_text .breadcumps {
  18845. margin-top: 22px
  18846. }
  18847.  
  18848. .screen_category_text .breadcumps a:hover,
  18849. .screen_page_text .breadcumps a:hover,
  18850. .screen_portfolio_text .breadcumps a:hover {
  18851. color: #bbb
  18852. }
  18853.  
  18854. .screen_page_text .breadcumps li {
  18855. display: inline-block;
  18856. position: relative
  18857. }
  18858.  
  18859. .screen_page_text .breadcumps li:after {
  18860. position: absolute;
  18861. content: '>';
  18862. right: 2px
  18863. }
  18864.  
  18865. @media only screen and (max-width:992px) {
  18866. .screen_page_text .text_container .row {
  18867. margin: 0!important
  18868. }
  18869. }
  18870.  
  18871. .right_menu ul {
  18872. padding: 0;
  18873. margin-bottom: 0
  18874. }
  18875.  
  18876. .screen_page_desc {
  18877. background: #f3f2f5;
  18878. max-width: 1140px!important;
  18879. margin-bottom: 20px
  18880. }
  18881.  
  18882. .screen_page_desc .auq_content {
  18883. margin-bottom: 10px
  18884. }
  18885.  
  18886. .screen_page_desc .buy_aua_buy {
  18887. text-transform: uppercase;
  18888. color: #fff;
  18889. font-weight: 900;
  18890. padding: 15px 20px;
  18891. background: #0999e0
  18892. }
  18893.  
  18894. .screen_page_desc .buy_fish_price {
  18895. margin-right:15px;
  18896. color: #144da3;
  18897. padding: 15px 20px;
  18898. background: #f7f7f7
  18899. }
  18900.  
  18901. .screen_page_desc .buy_aua_title {
  18902. color: #525252;
  18903. margin-bottom: 15px;
  18904. font-weight: 900;
  18905. text-transform: uppercase
  18906. }
  18907.  
  18908. .screen_page_desc .buy_aua_desc {
  18909. margin-bottom: 30px;
  18910. margin-top: 20px
  18911. }
  18912.  
  18913. .screen_page_desc .aqua_page_desc {
  18914. margin-top: 30px
  18915. }
  18916.  
  18917. .screen_page_desc .aqua_page_desc li {
  18918. padding-left: 30px;
  18919. position: relative;
  18920. list-style: none;
  18921. margin-bottom: 8px
  18922. }
  18923.  
  18924. .screen_page_desc .aqua_page_desc li:before {
  18925. top: 7px;
  18926. left: 0;
  18927. position: absolute;
  18928. content: '';
  18929. height: 1px;
  18930. width: 20px;
  18931. background: #0999e0
  18932. }
  18933.  
  18934. .screen_page_desc .col-md-6 {
  18935. margin-bottom: 30px
  18936. }
  18937.  
  18938. .screen_page_desc .page_content,
  18939. .screen_page_desc .page_img {
  18940. position: relative
  18941. }
  18942.  
  18943.  
  18944.  
  18945. .screen_cat_main,
  18946. .screen_cat_main .screen_dark {
  18947. -webkit-border-bottom-left-radius: 50% 3%;
  18948. -moz-border-radius-bottomleft: 50% 3%;
  18949. border-bottom-left-radius: 50% 3%;
  18950. -webkit-border-bottom-right-radius: 50% 3%;
  18951. -moz-border-radius-bottomright: 50% 3%;
  18952. border-bottom-right-radius: 50% 3%
  18953. }
  18954.  
  18955. .screen_cat_main {
  18956. background-color: #f3f2f5;
  18957. background: url(images/header-img.png) 100% center no-repeat;
  18958. -moz-background-size: cover;
  18959. -o-background-size: cover;
  18960. background-size: cover;
  18961. z-index: 2;
  18962. position: relative
  18963. }
  18964.  
  18965. .screen_cat_main .container {
  18966. /* height: 45vh; */
  18967. min-height: 215px;
  18968. max-height: 800px;
  18969. position: relative;
  18970. z-index: 3
  18971. }
  18972.  
  18973. .screen_cat_main .screen_dark {
  18974. position: absolute;
  18975. top: 0;
  18976. bottom: 0;
  18977. left: 0;
  18978. right: 0;
  18979. opacity: .5;
  18980. background: #144da3
  18981. }
  18982.  
  18983. .screen_cat_text {
  18984. position: absolute;
  18985. bottom: 100px;
  18986. z-index: 1000;
  18987. width: 100%;
  18988. max-width: 1140px;
  18989. left: 50%;
  18990. -webkit-transform: translateX(-50%);
  18991. -moz-transform: translateX(-50%);
  18992. -ms-transform: translateX(-50%);
  18993. -o-transform: translateX(-50%);
  18994. transform: translateX(-50%)
  18995. }
  18996.  
  18997. .screen_cat_text .text_container {
  18998. background: #fff;
  18999. color: #000;
  19000. min-height: 100px;
  19001. position: absolute;
  19002. z-index: 3;
  19003. width: 75%
  19004. }
  19005.  
  19006. .screen_cat_text .main_text_title {
  19007. font-size: 36px;
  19008. line-height: 36px;
  19009. color: #525252;
  19010. padding-bottom: 20px;
  19011. padding-left:15px;
  19012. display: inline-block
  19013. }
  19014.  
  19015. .screen_cat_text .text_contain {
  19016. margin-right: 50px;
  19017. margin-left: 50px
  19018. }
  19019.  
  19020. .screen_cat_text .breadcumps ul {
  19021. padding: 0
  19022. }
  19023.  
  19024. .screen_cat_text .breadcumps {
  19025. margin-top: 22px
  19026. }
  19027.  
  19028. .screen_cat_text .breadcumps a {
  19029. color: #525252;
  19030. margin-right: 22px
  19031. }
  19032.  
  19033. .screen_cat_text .breadcumps a:hover {
  19034. color: #bbb
  19035. }
  19036.  
  19037. .screen_cat_text .breadcumps li {
  19038. display: inline-block;
  19039. position: relative
  19040. }
  19041.  
  19042. .screen_cat_text .breadcumps li:after {
  19043. position: absolute;
  19044. content: '>';
  19045. right: 2px
  19046. }
  19047.  
  19048. .screen_cat_text .breadcumps li:last-child:after {
  19049. display: none
  19050. }
  19051.  
  19052. .right_menu {
  19053. right: 0;
  19054. float: right;
  19055. width: 23%;
  19056. background: #fff;
  19057. position: absolute
  19058. }
  19059.  
  19060. .right_menu ul {
  19061. padding: 0;
  19062. margin-bottom: 0
  19063. }
  19064.  
  19065. .right_menu li {
  19066. border-left: 3px solid #fff;
  19067. list-style: none;
  19068. width: 100%;
  19069. padding: 23px;
  19070. border-bottom: 1px solid #f0f0f0;
  19071. margin: 0
  19072. }
  19073.  
  19074. .right_menu li:hover {
  19075. border-left: 3px solid #144da3;
  19076. background: #f7f7f7;
  19077. cursor: pointer
  19078. }
  19079.  
  19080. .right_menu a li {
  19081. color: #3d3d3d
  19082. }
  19083.  
  19084. .right_menu li a:hover {
  19085. cursor: pointer
  19086. }
  19087.  
  19088. #top {
  19089. background: #f3f2f5
  19090. }
  19091.  
  19092. .screen_cat_desc,
  19093. .screen_cat_desc .tymb_bg:before {
  19094. left: 50%;
  19095. -webkit-transform: translateX(-50%);
  19096. -moz-transform: translateX(-50%);
  19097. -ms-transform: translateX(-50%);
  19098. -o-transform: translateX(-50%);
  19099. transform: translateX(-50%)
  19100. }
  19101.  
  19102. .screen_cat_desc {
  19103. background: #f3f2f5;
  19104. max-width: 1140px!important;
  19105. /* min-height: 400px; */
  19106. margin-bottom: 20px
  19107. }
  19108.  
  19109. .screen_cat_desc .cat_main_content {
  19110. border-bottom: 1px solid #eee;
  19111. margin-top: 10px;
  19112. padding-top:30px;
  19113. padding-bottom: 30px
  19114. }
  19115.  
  19116. .screen_cat_desc .cat_desc {
  19117. margin-top: 7px;
  19118. line-height: 26px;
  19119. font-size: 12px;
  19120. }
  19121.  
  19122. .screen_cat_desc .cat_title {
  19123. font-weight: 900;
  19124. text-transform: uppercase
  19125. }
  19126.  
  19127. .screen_cat_desc .cat_title a {
  19128. color:#333;
  19129. }
  19130.  
  19131. .screen_cat_desc .cat_title a:hover {
  19132. color: #0999e0;
  19133. cursor: pointer
  19134. }
  19135.  
  19136. .screen_cat_desc .cat_date {
  19137. font-style: italic;
  19138. margin-bottom: 10px
  19139. }
  19140.  
  19141. .screen_cat_desc .cat_img img {
  19142. height: 135px;
  19143. width: 100%;
  19144. margin-bottom:20px;
  19145. display: inline-block
  19146. }
  19147.  
  19148. .screen_cat_desc .desc_menu li {
  19149. position: relative;
  19150. list-style: none
  19151. }
  19152.  
  19153. .screen_cat_desc .desc_menu li:before {
  19154. content: '';
  19155. position: absolute;
  19156. background: url(images/ok_list.png);
  19157. width: 24px;
  19158. height: 24px;
  19159. left: -40px;
  19160. -moz-background-size: cover;
  19161. -o-background-size: cover;
  19162. background-size: cover
  19163. }
  19164.  
  19165. .screen_cat_desc .container {
  19166. background: #fff;
  19167. margin-bottom: 80px;
  19168. width: 75%;
  19169. position: relative;
  19170. z-index: 1000;
  19171. padding-right: 50px;
  19172. padding-left: 50px
  19173. }
  19174.  
  19175. .screen_cat_desc .main_desc_description {
  19176. margin-top: 40px;
  19177. line-height: 24px;
  19178. font-size: 13px;
  19179. color: #3d3d3d;
  19180. display: inline-block;
  19181. padding-bottom: 40px
  19182. }
  19183.  
  19184. .screen_cat_desc .desc_description {
  19185. line-height: 21px;
  19186. font-size: 14px;
  19187. color: #3d3d3d;
  19188. margin-bottom: 10px
  19189. }
  19190.  
  19191. .screen_cat_desc h2 {
  19192. font-weight: 900;
  19193. font-size: 20px;
  19194. line-height: 22px;
  19195. margin-bottom: 30px;
  19196. color: #505050
  19197. }
  19198.  
  19199. .screen_cat_desc .tymb_title {
  19200. padding-top: 40px;
  19201. font-weight: 900;
  19202. font-size: 18px;
  19203. padding-bottom: 20px;
  19204. line-height: 22px
  19205. }
  19206.  
  19207. .screen_cat_desc .tymb_bg {
  19208. position: relative;
  19209. text-align: center;
  19210. color: #fff;
  19211. background: #144da3
  19212. }
  19213.  
  19214. .screen_cat_desc .tymb_bg:before {
  19215. position: absolute;
  19216. width: 91px;
  19217. height: 12px;
  19218. content: '';
  19219. top: 15px;
  19220. z-index: 2000;
  19221. background: url(images/line.png)
  19222. }
  19223.  
  19224. .screen_cat_desc .btn_tymb {
  19225. font-weight: 900;
  19226. text-transform: uppercase;
  19227. padding: 15px 10px;
  19228. font-size: 14px;
  19229. line-height: 14px;
  19230. color: #144da3;
  19231. background: #fff;
  19232. -webkit-border-radius: 1px;
  19233. -moz-border-radius: 1px;
  19234. border-radius: 1px;
  19235. margin-bottom: 30px;
  19236. margin-top: 30px
  19237. }
  19238.  
  19239. .screen_cat_desc .btn_tymb:hover {
  19240. background: #0999e0;
  19241. color: #fff
  19242. }
  19243.  
  19244. .screen_cat_desc .aqua_bg {
  19245. position: relative;
  19246. min-height: 320px;
  19247. background: url(images/bg_squa.png);
  19248. max-width: 970px;
  19249. width: 75%
  19250. }
  19251.  
  19252. .screen_cat_desc .play_bg {
  19253. background: #f7f7f7
  19254. }
  19255.  
  19256. .screen_cat_desc .desc_menu li,
  19257. .screen_cat_desc .play_bg i {
  19258. margin-top: 10px;
  19259. margin-bottom: 10px
  19260. }
  19261.  
  19262. .screen_cat_desc .screen_aqua {
  19263. position: absolute;
  19264. width: 100%;
  19265. left: 0;
  19266. top: 0;
  19267. right: 0;
  19268. bottom: 0;
  19269. z-index: 1000;
  19270. background: url(images/black_bg_fish.png)
  19271. }
  19272.  
  19273. .screen_cat_desc .aqua_title {
  19274. font-weight: 900;
  19275. color: #fff;
  19276. position: absolute;
  19277. font-size: 24px;
  19278. line-height: 24px;
  19279. margin-top: 130px;
  19280. width: 100%;
  19281. text-align: center;
  19282. z-index: 1500
  19283. }
  19284.  
  19285. .screen_cat_desc .aqua_undertitle {
  19286. color: #fff;
  19287. margin-top: 15px;
  19288. font-size: 18px;
  19289. line-height: 28px;
  19290. font-style: italic
  19291. }
  19292.  
  19293.  
  19294.  
  19295. @media only screen and (max-width:992px) {
  19296. .screen_page_desc .page_img img {
  19297. width: 100%;
  19298. height: 100%;
  19299. display: inline-block
  19300. }
  19301. }
  19302.  
  19303. .screen_page_desc .page_dark {
  19304. top: 0;
  19305. left: 0;
  19306. bottom: 0;
  19307. right: 0;
  19308. opacity: .75;
  19309. background: #144da3;
  19310. position: absolute;
  19311. display: none;
  19312. margin: 40px
  19313. }
  19314.  
  19315. .screen_page_desc .page_img:hover .page_info {
  19316. display: block;
  19317. cursor: pointer
  19318. }
  19319.  
  19320. .screen_page_desc .page_img:hover .page_dark {
  19321. display: block
  19322. }
  19323.  
  19324. .screen_page_desc .page_info {
  19325. z-index: 100;
  19326. position: absolute;
  19327. display: none;
  19328. color: #fff;
  19329. width: 95%;
  19330. margin-top: 80px;
  19331. text-align: center
  19332. }
  19333.  
  19334. .screen_page_desc .port_desc {
  19335. margin-bottom: 50px;
  19336. font-weight: 900;
  19337. font-size: 24px;
  19338. line-height: 24px;
  19339. margin-right: 60px;
  19340. margin-left: 60px
  19341. }
  19342.  
  19343. .screen_page_desc .page_btn {
  19344. text-transform: uppercase;
  19345. font-weight: 900;
  19346. background: #fff;
  19347. padding: 10px 15px;
  19348. color: #144da3;
  19349. display: inlie-block
  19350. }
  19351.  
  19352. .screen_page_desc .page_menu {
  19353. margin-top: 60px;
  19354. margin-bottom: 50px
  19355. }
  19356.  
  19357. .screen_page_desc .active {
  19358. outline: 3px solid #144da3
  19359. }
  19360.  
  19361. .screen_page_desc .page_menu li {
  19362. display: inline-block;
  19363. width: 24%;
  19364. border: 1px solid #144da3;
  19365. padding: 10px 15px;
  19366. vertical-align: middle;
  19367. text-transform: uppercase;
  19368. font-weight: 900;
  19369. text-align: center;
  19370. color: #636363
  19371. }
  19372.  
  19373. .screen_page_desc .desc_menu li {
  19374. position: relative;
  19375. list-style: none;
  19376. margin-top: 10px;
  19377. margin-bottom: 10px
  19378. }
  19379.  
  19380. .screen_page_desc .desc_menu li:before {
  19381. content: '';
  19382. position: absolute;
  19383. background: url(images/ok_list.png);
  19384. width: 24px;
  19385. height: 24px;
  19386. left: -40px;
  19387. -moz-background-size: cover;
  19388. -o-background-size: cover;
  19389. background-size: cover
  19390. }
  19391.  
  19392. .screen_page_desc .container {
  19393. background: #fff;
  19394. margin-bottom: 80px;
  19395. width: 100%;
  19396. position: relative;
  19397. z-index: 1000;
  19398. padding-right: 50px;
  19399. padding-left: 50px
  19400. }
  19401.  
  19402. .screen_page_desc .main_page_description {
  19403. margin-top: 40px;
  19404. line-height: 21px;
  19405. font-size: 14px;
  19406. color: #3d3d3d;
  19407. display: inline-block;
  19408. padding-bottom: 40px
  19409. }
  19410.  
  19411. .screen_page_desc .desc_description {
  19412. line-height: 21px;
  19413. font-size: 14px;
  19414. color: #3d3d3d;
  19415. margin-bottom: 10px
  19416. }
  19417.  
  19418. .screen_page_desc .tymb_title {
  19419. padding-top: 40px;
  19420. font-weight: 900;
  19421. font-size: 18px;
  19422. padding-bottom: 20px;
  19423. line-height: 22px
  19424. }
  19425.  
  19426. .screen_page_desc .tymb_bg {
  19427. position: relative;
  19428. text-align: center;
  19429. color: #fff;
  19430. background: #144da3
  19431. }
  19432.  
  19433. .screen_page_desc .btn_tymb {
  19434. font-weight: 900;
  19435. text-transform: uppercase;
  19436. padding: 15px 10px;
  19437. font-size: 14px;
  19438. line-height: 14px;
  19439. color: #144da3;
  19440. background: #fff;
  19441. -webkit-border-radius: 1px;
  19442. -moz-border-radius: 1px;
  19443. border-radius: 1px;
  19444. margin-bottom: 30px;
  19445. margin-top: 30px
  19446. }
  19447.  
  19448. .screen_page_desc .btn_tymb:hover {
  19449. background: #0999e0;
  19450. color: #fff
  19451. }
  19452.  
  19453. .screen_page_desc .aqua_bg {
  19454. position: relative;
  19455. min-height: 320px;
  19456. background: url(images/bg_squa.png);
  19457. max-width: 970px;
  19458. width: 75%
  19459. }
  19460.  
  19461. .screen_page_desc .play_bg {
  19462. background: #f7f7f7
  19463. }
  19464.  
  19465. .screen_page_desc .screen_aqua {
  19466. position: absolute;
  19467. width: 100%;
  19468. left: 0;
  19469. top: 0;
  19470. right: 0;
  19471. bottom: 0;
  19472. z-index: 1000;
  19473. background: url(images/black_bg_fish.png)
  19474. }
  19475.  
  19476. .screen_page_desc .aqua_title {
  19477. font-weight: 900;
  19478. color: #fff;
  19479. position: absolute;
  19480. font-size: 24px;
  19481. line-height: 24px;
  19482. margin-top: 130px;
  19483. width: 100%;
  19484. text-align: center;
  19485. z-index: 1500
  19486. }
  19487.  
  19488. .screen_page_desc .aqua_undertitle {
  19489. color: #fff;
  19490. margin-top: 15px;
  19491. font-size: 18px;
  19492. line-height: 28px;
  19493. font-style: italic
  19494. }
  19495.  
  19496. .screen_portfolio_main,
  19497. .screen_portfolio_main .screen_dark {
  19498. -webkit-border-bottom-left-radius: 50% 3%;
  19499. -moz-border-radius-bottomleft: 50% 3%;
  19500. border-bottom-left-radius: 50% 3%;
  19501. -webkit-border-bottom-right-radius: 50% 3%;
  19502. -moz-border-radius-bottomright: 50% 3%;
  19503. border-bottom-right-radius: 50% 3%
  19504. }
  19505.  
  19506. .screen_portfolio_main {
  19507. background-color: #f3f2f5;
  19508. background: url(images/header-img.png) 100% center no-repeat;
  19509. -moz-background-size: cover;
  19510. -o-background-size: cover;
  19511. background-size: cover;
  19512. z-index: 2;
  19513. position: relative
  19514. }
  19515.  
  19516. .screen_portfolio_main .container {
  19517. /* height: 45vh; */
  19518. min-height: 215px;
  19519. max-height: 800px;
  19520. position: relative;
  19521. z-index: 3
  19522. }
  19523.  
  19524. .screen_portfolio_main .screen_dark {
  19525. position: absolute;
  19526. top: 0;
  19527. bottom: 0;
  19528. left: 0;
  19529. right: 0;
  19530. opacity: .5;
  19531. background: #0c2e63
  19532. }
  19533.  
  19534. .screen_portfolio_desc,
  19535. .screen_portfolio_text {
  19536. left: 50%;
  19537. -webkit-transform: translateX(-50%);
  19538. -moz-transform: translateX(-50%);
  19539. -ms-transform: translateX(-50%);
  19540. -o-transform: translateX(-50%);
  19541. transform: translateX(-50%)
  19542. }
  19543.  
  19544. .screen_portfolio_text {
  19545. position: absolute;
  19546. bottom: 100px;
  19547. z-index: 1000;
  19548. width: 100%;
  19549. max-width: 1140px
  19550. }
  19551.  
  19552. .screen_portfolio_text .text_container {
  19553. background: #fff;
  19554. color: #000;
  19555. min-height: 100px;
  19556. position: absolute;
  19557. z-index: 3;
  19558. width: 100%
  19559. }
  19560.  
  19561. @media only screen and (max-width:992px) {
  19562. .screen_portfolio_text .text_container .row {
  19563. margin: 0
  19564. }
  19565. }
  19566.  
  19567. .screen_portfolio_text .main_portfolio_title {
  19568. font-size: 36px;
  19569. line-height: 36px;
  19570. color: #525252;
  19571. padding-bottom: 20px;
  19572. text-align: center;
  19573. width: 100%;
  19574. display: inline-block;
  19575. font-weight: 900
  19576. }
  19577.  
  19578. .screen_portfolio_text .text_contain {
  19579. margin-right: 50px;
  19580. margin-left: 50px
  19581. }
  19582.  
  19583. .screen_portfolio_text .breadcumps {
  19584. margin-top: 22px
  19585. }
  19586.  
  19587. .screen_portfolio_text .breadcumps li {
  19588. display: inline-block;
  19589. position: relative
  19590. }
  19591.  
  19592. .screen_portfolio_text .breadcumps li:after {
  19593. position: absolute;
  19594. content: '>';
  19595. right: 2px
  19596. }
  19597.  
  19598. .screen_portfolio_desc {
  19599. background: #f3f2f5;
  19600. max-width: 1140px!important;
  19601. margin-bottom: 20px
  19602. }
  19603.  
  19604. .screen_portfolio_desc .col-md-6 {
  19605. margin-bottom: 30px
  19606. }
  19607.  
  19608. .screen_portfolio_desc .portfolio_img img {
  19609. width: 100%;
  19610. height: 375px;
  19611. display: inline-block
  19612. }
  19613.  
  19614. .screen_portfolio_desc .portfolio_content,
  19615. .screen_portfolio_desc .portfolio_img {
  19616. position: relative
  19617. }
  19618.  
  19619. @media only screen and (max-width:992px) {
  19620. .screen_portfolio_desc .portfolio_content img {
  19621. height: 100%!important
  19622. }
  19623. .screen_portfolio_desc .portfolio_menu li {
  19624. width: 100%!important;
  19625. display: inline-block;
  19626. margin: 5px 0
  19627. }
  19628. }
  19629. /*
  19630. .screen_portfolio_desc .portfolio_dark {
  19631. top: 0;
  19632. left: 0;
  19633. bottom: 0;
  19634. right: 0;
  19635. opacity: .75;
  19636. background: #144da3;
  19637. position: absolute;
  19638. display: none;
  19639. margin: 40px
  19640. }
  19641. */
  19642. .screen_portfolio_desc .portfolio_img:hover .portfolio_info {
  19643. display: block;
  19644.  
  19645. }
  19646.  
  19647. .screen_portfolio_desc .portfolio_img:hover .portfolio_dark {
  19648. display: block
  19649. }
  19650.  
  19651. .screen_portfolio_desc .portfolio_info {
  19652. z-index: 100;
  19653. position: absolute;
  19654. display: none;
  19655. color: #fff;
  19656. width: 95%;
  19657. bottom:20px;
  19658. text-align: center
  19659. }
  19660.  
  19661. .screen_portfolio_desc .port_desc {
  19662. margin-bottom: 50px;
  19663. font-weight: 900;
  19664. font-size: 24px;
  19665. color:#FFF;
  19666. line-height: 24px;
  19667. margin-right: 60px;
  19668. margin-left: 60px
  19669. }
  19670.  
  19671. .screen_portfolio_desc .portfolio_btn {
  19672. text-transform: uppercase;
  19673. font-weight: 900;
  19674. background: #fff;
  19675. padding: 10px 15px;
  19676. color: #144da3;
  19677. display: inlie-block
  19678. }
  19679.  
  19680. .screen_portfolio_desc .portfolio_menu {
  19681. margin-top: 30px;
  19682. margin-bottom: 50px
  19683. padding-left:0;
  19684. }
  19685.  
  19686. .screen_portfolio_desc .active {
  19687. outline: 3px solid #144da3
  19688. }
  19689.  
  19690. .screen_portfolio_desc .portfolio_menu li {
  19691. display: inline-block;
  19692. width: 24%;
  19693. border: 1px solid #144da3;
  19694. padding: 10px 15px;
  19695. vertical-align: middle;
  19696. text-transform: uppercase;
  19697. font-weight: 900;
  19698. text-align: center;
  19699. color: #636363
  19700. }
  19701.  
  19702. .screen_portfolio_desc .desc_menu li {
  19703. position: relative;
  19704. list-style: none;
  19705. margin-top: 10px;
  19706. margin-bottom: 10px
  19707. }
  19708.  
  19709. .screen_category_main,
  19710. .screen_portfolio_desc .desc_menu li:before {
  19711. -moz-background-size: cover;
  19712. -o-background-size: cover;
  19713. background-size: cover
  19714. }
  19715.  
  19716. .screen_portfolio_desc .desc_menu li:before {
  19717. content: '';
  19718. background: url(images/ok_list.png);
  19719. width: 24px;
  19720. height: 24px;
  19721. left: -40px;
  19722. position: absolute
  19723. }
  19724.  
  19725. .screen_portfolio_desc .container {
  19726. background: #fff;
  19727. margin-bottom: 80px;
  19728. width: 100%;
  19729. position: relative;
  19730. z-index: 1000;
  19731. padding-right: 50px;
  19732. padding-left: 50px
  19733. }
  19734.  
  19735. .screen_portfolio_desc .main_portfolio_description {
  19736. margin-top: 40px;
  19737. line-height: 21px;
  19738. font-size: 14px;
  19739. color: #3d3d3d;
  19740. display: inline-block;
  19741. padding-bottom: 40px
  19742. }
  19743.  
  19744. .screen_portfolio_desc .desc_description {
  19745. line-height: 21px;
  19746. font-size: 14px;
  19747. color: #3d3d3d;
  19748. margin-bottom: 10px
  19749. }
  19750.  
  19751. .screen_portfolio_desc .tymb_title {
  19752. padding-top: 40px;
  19753. font-weight: 900;
  19754. font-size: 18px;
  19755. padding-bottom: 20px;
  19756. line-height: 22px
  19757. }
  19758.  
  19759. .screen_portfolio_desc .tymb_bg {
  19760. position: relative;
  19761. text-align: center;
  19762. color: #fff;
  19763. background: #144da3
  19764. }
  19765.  
  19766. .screen_portfolio_desc .btn_tymb {
  19767. font-weight: 900;
  19768. text-transform: uppercase;
  19769. padding: 15px 10px;
  19770. font-size: 14px;
  19771. line-height: 14px;
  19772. color: #144da3;
  19773. background: #fff;
  19774. -webkit-border-radius: 1px;
  19775. -moz-border-radius: 1px;
  19776. border-radius: 1px;
  19777. margin-bottom: 30px;
  19778. margin-top: 30px
  19779. }
  19780.  
  19781. .screen_portfolio_desc .btn_tymb:hover {
  19782. background: #0999e0;
  19783. color: #fff
  19784. }
  19785.  
  19786. .screen_portfolio_desc .aqua_bg {
  19787. position: relative;
  19788. min-height: 320px;
  19789. background: url(images/bg_squa.png);
  19790. max-width: 970px;
  19791. width: 75%
  19792. }
  19793.  
  19794. .screen_portfolio_desc .play_bg {
  19795. background: #f7f7f7
  19796. }
  19797.  
  19798. .screen_portfolio_desc .screen_aqua {
  19799. position: absolute;
  19800. width: 100%;
  19801. left: 0;
  19802. top: 0;
  19803. right: 0;
  19804. bottom: 0;
  19805. z-index: 1000;
  19806. background: url(images/black_bg_fish.png)
  19807. }
  19808.  
  19809. .screen_portfolio_desc .aqua_title {
  19810. font-weight: 900;
  19811. color: #fff;
  19812. position: absolute;
  19813. font-size: 24px;
  19814. line-height: 24px;
  19815. margin-top: 130px;
  19816. width: 100%;
  19817. text-align: center;
  19818. z-index: 1500
  19819. }
  19820.  
  19821. .screen_portfolio_desc .aqua_undertitle {
  19822. color: #fff;
  19823. margin-top: 15px;
  19824. font-size: 18px;
  19825. line-height: 28px;
  19826. font-style: italic
  19827. }
  19828.  
  19829. .screen_category_main {
  19830. background-color: #f3f2f5;
  19831. background: url(images/header-img.png) 100% center no-repeat;
  19832. background-size:cover;
  19833. position: relative;
  19834. z-index: 2;
  19835. -webkit-border-bottom-left-radius: 50% 3%;
  19836. -moz-border-radius-bottomleft: 50% 3%;
  19837. border-bottom-left-radius: 50% 3%;
  19838. -webkit-border-bottom-right-radius: 50% 3%;
  19839. -moz-border-radius-bottomright: 50% 3%;
  19840. border-bottom-right-radius: 50% 3%
  19841. }
  19842.  
  19843. .screen_category_main .container {
  19844. /*height: 45vh;*/
  19845. min-height: 215px;
  19846. max-height: 800px;
  19847. position: relative;
  19848. z-index: 3
  19849. }
  19850.  
  19851.  
  19852.  
  19853. .screen_category_main .screen_dark {
  19854. position: absolute;
  19855. top: 0;
  19856. bottom: 0;
  19857. left: 0;
  19858. right: 0;
  19859. opacity: .5;
  19860. background: #0c2e63;
  19861. -webkit-border-bottom-left-radius: 50% 3%;
  19862. -moz-border-radius-bottomleft: 50% 3%;
  19863. border-bottom-left-radius: 50% 3%;
  19864. -webkit-border-bottom-right-radius: 50% 3%;
  19865. -moz-border-radius-bottomright: 50% 3%;
  19866. border-bottom-right-radius: 50% 3%
  19867. }
  19868.  
  19869. .screen_category_text {
  19870. position: absolute;
  19871. bottom: 100px;
  19872. z-index: 1000;
  19873. width: 100%;
  19874. max-width: 1140px;
  19875. left: 50%;
  19876. -webkit-transform: translateX(-50%);
  19877. -moz-transform: translateX(-50%);
  19878. -ms-transform: translateX(-50%);
  19879. -o-transform: translateX(-50%);
  19880. transform: translateX(-50%)
  19881. }
  19882.  
  19883. .screen_category_text .text_container {
  19884. background: #fff;
  19885. color: #000;
  19886. min-height: 100px;
  19887. position: absolute;
  19888. z-index: 3;
  19889. width: 75%
  19890. }
  19891.  
  19892. @media only screen and (max-width:768px) {
  19893. .screen_category_text .text_container {
  19894. width: 100%
  19895. }
  19896. .screen_category_text .text_container .row {
  19897. margin-left: 0!important;
  19898. margin-right: 0!important
  19899. }
  19900. }
  19901.  
  19902. .screen_category_text .main_text_title {
  19903. font-size: 36px;
  19904. line-height: 36px;
  19905. color: #525252;
  19906. padding-bottom: 20px;
  19907. display: inline-block
  19908. }
  19909.  
  19910. .screen_category_text .text_contain {
  19911. margin-right: 50px;
  19912. margin-left: 50px
  19913. }
  19914.  
  19915. .screen_category_text .breadcumps {
  19916. margin-top: 22px
  19917. }
  19918.  
  19919. .screen_category_text .breadcumps li {
  19920. display: inline-block;
  19921. position: relative
  19922. }
  19923.  
  19924. .screen_category_text .breadcumps li:after {
  19925. position: absolute;
  19926. content: '>';
  19927. right: 2px
  19928. }
  19929.  
  19930. .right_menu {
  19931. right: 0;
  19932. float: right;
  19933. width: 23%;
  19934. background: #fff;
  19935. position: absolute
  19936. }
  19937.  
  19938. .right_menu li:hover {
  19939. border-left: 3px solid #144da3;
  19940. background: #f7f7f7;
  19941. cursor: pointer
  19942. }
  19943.  
  19944. .screen_category_desc {
  19945. background: #f3f2f5;
  19946. max-width: 1140px!important;
  19947. left: 50%;
  19948. -webkit-transform: translateX(-50%);
  19949. -moz-transform: translateX(-50%);
  19950. -ms-transform: translateX(-50%);
  19951. -o-transform: translateX(-50%);
  19952. transform: translateX(-50%);
  19953. min-height: 400px;
  19954. margin-bottom: 20px;
  19955. font-size:13px;
  19956. line-height:24px;
  19957. }
  19958.  
  19959. .screen_category_desc .desc_menu li {
  19960. position: relative;
  19961. list-style: none;
  19962. margin-top: 10px;
  19963. margin-bottom: 10px
  19964. }
  19965.  
  19966. .screen_category_desc .desc_menu li:before {
  19967. content: '';
  19968. position: absolute;
  19969. background: url(images/ICON/my-fish-icon-circle-check.svg);
  19970. width: 24px;
  19971. height: 24px;
  19972. left: -40px;
  19973. -moz-background-size: cover;
  19974. -o-background-size: cover;
  19975. background-size: cover
  19976. }
  19977.  
  19978. .screen_category_desc .container {
  19979. background: #fff;
  19980. padding-top:0!important;
  19981. margin-bottom: -10px;
  19982. width: 75%;
  19983. position: relative;
  19984. z-index: 1000;
  19985. padding-right: 50px;
  19986. padding-left: 50px
  19987. }
  19988.  
  19989. .screen_category_desc .main_desc_description {
  19990. margin-top: 40px;
  19991. line-height: 24px;
  19992. font-size: 13px;
  19993. text-align:justify;
  19994. color: #3d3d3d;
  19995. display: inline-block;
  19996. padding-bottom: 40px
  19997. }
  19998.  
  19999. .screen_category_desc .desc_description {
  20000. line-height: 24px;
  20001. font-size: 13px;
  20002. color: #3d3d3d;
  20003. text-align:justify;
  20004. margin-bottom: 10px
  20005. }
  20006.  
  20007. .screen_category_desc .tymb_title {
  20008. padding-top: 40px;
  20009. font-weight: 900;
  20010. font-size: 18px;
  20011. padding-bottom: 20px;
  20012. line-height: 22px
  20013. }
  20014.  
  20015. .screen_category_desc .tymb_bg {
  20016. position: relative;
  20017. text-align: center;
  20018. color: #fff;
  20019. background: #144da3
  20020. }
  20021.  
  20022. .screen_category_desc .btn_tymb {
  20023. font-weight: 900;
  20024. text-transform: uppercase;
  20025. padding: 15px 10px;
  20026. font-size: 14px;
  20027. line-height: 14px;
  20028. color: #144da3;
  20029. background: #fff;
  20030. -webkit-border-radius: 1px;
  20031. -moz-border-radius: 1px;
  20032. border-radius: 1px;
  20033. margin-bottom: 30px;
  20034. margin-top: 30px
  20035. }
  20036.  
  20037. .screen_category_desc .btn_tymb:hover {
  20038. background: #0999e0;
  20039. color: #fff
  20040. }
  20041.  
  20042. .screen_category_desc .aqua_bg {
  20043. position: relative;
  20044. min-height: 320px;
  20045. background: url(images/bg_squa.png);
  20046. max-width: 970px;
  20047. width: 75%
  20048. }
  20049.  
  20050. .screen_category_desc .play_bg {
  20051. background: #f7f7f7
  20052. }
  20053.  
  20054. .screen_category_desc .screen_aqua {
  20055. position: absolute;
  20056. width: 100%;
  20057. left: 0;
  20058. top: 0;
  20059. right: 0;
  20060. bottom: 0;
  20061. z-index: 1000;
  20062. background: url(images/black_bg_fish.png)
  20063. }
  20064.  
  20065. .screen_category_desc .aqua_title {
  20066. font-weight: 900;
  20067. color: #fff;
  20068. position: absolute;
  20069. font-size: 24px;
  20070. line-height: 24px;
  20071. margin-top: 130px;
  20072. width: 100%;
  20073. text-align: center;
  20074. z-index: 1500
  20075. }
  20076.  
  20077. .screen_category_desc .aqua_undertitle {
  20078. color: #fff;
  20079. margin-top: 15px;
  20080. font-size: 18px;
  20081. line-height: 28px;
  20082. font-style: italic
  20083. }
  20084.  
  20085. @media only screen and (max-width:768px) {
  20086. .screen_category_desc .aqua_bg,
  20087. .screen_category_desc .container,
  20088. .screen_category_desc .text_container {
  20089. width: 100%!important
  20090. }
  20091.  
  20092. .slider_button {
  20093.  
  20094. }
  20095.  
  20096. .more_btn {
  20097.  
  20098. width:100%;
  20099. display:inline-block;
  20100. margin-top:0px;
  20101. margin-bottom:40px;
  20102. margin-right:0!important;
  20103. }
  20104.  
  20105. .screen_way .way_desc {
  20106. padding: 11px 40px;
  20107. display: inline-block;
  20108. position: relative!important;
  20109. margin-top:60px;
  20110. text-align:center;
  20111. }
  20112.  
  20113. }
  20114.  
  20115. .one_page_container_m {
  20116. padding-top:50px!important;
  20117. max-width:1140px;background:#FFF;
  20118. z-index:1000;
  20119. position:relative;
  20120. margin-right:0;margin-left:0;
  20121. width:100%;
  20122. margin-bottom:0;
  20123. }
  20124.  
  20125. #post-214 {
  20126. background:#FFF;
  20127. }
  20128.  
  20129. .fish_buttons {
  20130. margin-top:30px;
  20131. }
  20132.  
  20133. @media only screen and (max-width:768px) {
  20134. .screen_category_main .right_menu, screen_cat_text .right_menu, .right_menu {
  20135. display: none!important;
  20136. }
  20137. .screen_cat_text .text_container .row, .screen_category_main .text_container .row {
  20138. margin-left: 0!important;
  20139. margin-right: 0!important
  20140. }
  20141.  
  20142. .screen_cat_desc .container, .screen_cat_text .text_container .row, .screen_cat_text {
  20143. width:100%!important;
  20144. }
  20145.  
  20146. }
  20147.  
  20148. .model-fish-title {
  20149. font-size:26px;
  20150. color:#525252;
  20151. }
  20152.  
  20153. .model-fish-title:after {
  20154. position: absolute;
  20155. width: 91px;
  20156. height: 12px;
  20157. content: '';
  20158. top: 45px;
  20159. z-index: 2000;
  20160. background: url(images/line.png);
  20161. left: 50%;
  20162. -webkit-transform: translateX(-50%);
  20163. -moz-transform: translateX(-50%);
  20164. -ms-transform: translateX(-50%);
  20165. -o-transform: translateX(-50%);
  20166. transform: translateX(-50%);
  20167. }
  20168.  
  20169. .warning_telephone {
  20170. margin-top:15px;
  20171. line-height:20px;
  20172. font-size:12px;
  20173. }
  20174.  
  20175. .video_decription {
  20176. line-height:22px;
  20177. }
  20178.  
  20179. .breadcrumbs, .breadcrumbs li, .breadcrumbs li a {
  20180. font-style:italic;
  20181. }
  20182.  
  20183. .contact-info ul {
  20184. padding-left:0;
  20185. margin-bottom:32px;
  20186. }
  20187.  
  20188. .contact-info b {
  20189. text-transform:uppercase;
  20190. }
  20191.  
  20192. .screen_cat_desc .cat_img {
  20193. padding:0;
  20194. }
  20195.  
  20196. .page-numbers {
  20197. margin-top:25px;
  20198. margin-bottom:25px;
  20199. }
  20200.  
  20201. .page-numbers li {
  20202. display:inline-block;
  20203. list-style:none;
  20204. padding:14px 18px;
  20205. color:#525252;
  20206. display:inline-block;
  20207. border:1px solid #ebebeb;
  20208. }
  20209.  
  20210. .page-numbers li a {
  20211.  
  20212. }
  20213.  
  20214. .page-numbers li:hover {
  20215. color:#fff;
  20216. background:#144da3;
  20217. }
  20218.  
  20219. .page-numbers li:hover > a {
  20220. color:#fff;
  20221. }
  20222.  
  20223. .page-numbers li a:hover {
  20224. color:#fff;
  20225. }
  20226.  
  20227. .right_menu a {
  20228. text-decoration:none;
  20229. }
  20230.  
  20231. .right_menu p {
  20232. margin:0;
  20233. }
  20234.  
  20235.  
  20236.  
  20237. .screen_video .slider_button #slider-right, #slider-right {
  20238. background:url('/wp-content/themes/sea/images/ICON/my-fish-icon-circle-right.svg');
  20239. display:inline-block;
  20240. height:38px;
  20241. width:38px;
  20242. margin-right:17px
  20243. }
  20244.  
  20245. .screen_video .slider_button #slider-left, #slider-left {
  20246. background:url('/wp-content/themes/sea/images/ICON/my-fish-icon-circle-left.svg');
  20247. display:inline-block;
  20248. height:38px;
  20249. width:38px;
  20250. margin-right:17px
  20251. }
  20252.  
  20253. .screen_video #slider-left:hover {
  20254. background:url('/wp-content/themes/sea/images/ICON/my-fish-icon-circle-left-active.svg');
  20255. }
  20256.  
  20257. .screen_video #slider-right:hover {
  20258. background:url('/wp-content/themes/sea/images/ICON/my-fish-icon-circle-right-active.svg');
  20259. }
  20260.  
  20261. .screen_video .bx-wrapper {
  20262. margin-bottom:0;
  20263. }
  20264.  
  20265. .fa-faceb {
  20266. height:16px;
  20267. width:16px;
  20268. background:url('/wp-content/themes/sea/images/ICON/my-fish-icon-facebook.svg');
  20269. }
  20270.  
  20271. .fa-faceb:hover {
  20272. color:#4142E0;
  20273. }
  20274.  
  20275. .fa-insta {
  20276. height:16px;
  20277. width:16px;
  20278. background:url('/wp-content/themes/sea/images/ICON/my-fish-icon-instagram.svg');
  20279. }
  20280.  
  20281. .fa-insta:hover {
  20282. color:#4142E0;
  20283.  
  20284. }
  20285.  
  20286. @media only screen and (max-width:1200px) {
  20287.  
  20288. .screen_one_page_main .text_container {
  20289. left:5%;
  20290. width:90%;
  20291. }
  20292.  
  20293. .screen_one_page_desc, .screen screen_cat_text, .screen_cat_text, .screen_cat_desc {
  20294. width:90%;
  20295. }
  20296.  
  20297.  
  20298.  
  20299.  
  20300.  
  20301. }
  20302.  
  20303.  
  20304. @media only screen and (max-width:768px) {
  20305.  
  20306. .screen_cat_text .text_container {
  20307. left:5%;
  20308. width:90%;
  20309. }
  20310.  
  20311. }
  20312.  
  20313.  
  20314.  
  20315.  
  20316. .post-categories {
  20317. padding:0;margin:0;list-style:none;
  20318. }
  20319.  
  20320.  
  20321. .one_page_container_m .breadcumps li {
  20322. padding-right:20px;
  20323. display: inline-block;
  20324. position: relative
  20325. }
  20326.  
  20327. .one_page_container_m .breadcumps li:after {
  20328. position: absolute;
  20329. content: '>';
  20330. right: 2px
  20331. }
  20332.  
  20333. .one_page_container_m .breadcumps li:last-child:after {
  20334. display: none
  20335. }
  20336.  
  20337. #trailer video {
  20338. /* -moz-transform:scale(1.25);
  20339. -webkit-transform:scale(1.25);
  20340. -o-transform:scale(1.25);
  20341. -ms-transform:scale(1.25);
  20342. transform:scale(1.25); */
  20343. }
  20344.  
  20345. .is_overlay{ display: block; width: 100%; height: 100%; }
  20346. #trailer {
  20347. position: absolute;
  20348. top: -7vh;
  20349. height: 82vh;
  20350.  
  20351. right: 0;
  20352. bottom: 0;
  20353. left: 0;
  20354. overflow: hidden;
  20355. z-index:-100;
  20356. -webkit-border-bottom-left-radius: 50% 3%;
  20357. -moz-border-radius-bottomleft: 50% 3%;
  20358. border-bottom-left-radius: 50% 3%;
  20359. -webkit-border-bottom-right-radius: 50% 3%;
  20360. -moz-border-radius-bottomright: 50% 3%;
  20361. border-bottom-right-radius: 50% 3%;
  20362. }
  20363.  
  20364.  
  20365. }
  20366.  
  20367. #trailer > video {
  20368. position: absolute;
  20369. top: 0;
  20370. left: 0;
  20371. width: 100%;
  20372. height: 100%;
  20373. -webkit-border-bottom-left-radius: 50% 3%;
  20374. -moz-border-radius-bottomleft: 50% 3%;
  20375. border-bottom-left-radius: 50% 3%;
  20376. -webkit-border-bottom-right-radius: 50% 3%;
  20377. -moz-border-radius-bottomright: 50% 3%;
  20378. border-bottom-right-radius: 50% 3%;
  20379. transform: translate(-50%, -50%);
  20380. }
  20381.  
  20382. .play_bg {
  20383. background: #f7f7f7;
  20384. }
  20385.  
  20386. #aqua_light {
  20387. margin-top:30px;
  20388. }
  20389.  
  20390.  
  20391. .desc_description .bx-pager {
  20392. padding-top:0!important;
  20393. }
  20394.  
  20395. @media only screen and (max-width : 1200px) {
  20396. #video, .screen_main:before {
  20397. display:none!important;
  20398. }
  20399. }
  20400.  
  20401. @media only screen and (min-width : 1460px) {
  20402.  
  20403. .screen_main {
  20404. max-height:800px!important;
  20405. }
  20406.  
  20407. .screen_up_main {
  20408. max-height:850px!important;
  20409. }
  20410.  
  20411. }
  20412.  
  20413.  
  20414. @media only screen and (max-width : 968px) {
  20415.  
  20416. .table {
  20417. font-size:8px;
  20418. }
  20419. }
  20420.  
  20421.  
  20422. @media only screen and (max-width : 768px) {
  20423.  
  20424. .footer .vs_hide {
  20425. display:none!important;
  20426. }
  20427.  
  20428.  
  20429.  
  20430. .footer_menu {
  20431. margin:0;
  20432. }
  20433.  
  20434. .table {
  20435. font-size:6px;
  20436. }
  20437.  
  20438. .form {
  20439. width:100%;
  20440. }
  20441.  
  20442. .main_header .social_head_button {
  20443. margin-left:0;
  20444. float:none!important;
  20445. }
  20446.  
  20447. .screen_category_main {
  20448. min-height:600px;
  20449. }
  20450.  
  20451. .screen_page_desc {
  20452. padding-top:70px;
  20453. }
  20454.  
  20455. .screen_category_desc {
  20456. padding-top:50px;
  20457. }
  20458.  
  20459.  
  20460. .contact-info {
  20461. padding-top:40px;
  20462. }
  20463.  
  20464. }
  20465.  
  20466.  
  20467. @media only screen and (max-width : 468px) {
  20468.  
  20469.  
  20470. .form_service {
  20471. padding:10px!important;
  20472. }
  20473.  
  20474. .contact-info {
  20475. padding-top:70px;
  20476. }
  20477.  
  20478. .buy_aqua a {
  20479. display:block;
  20480. width:100%;
  20481. text-align:center;
  20482. margin-bottom:20px;
  20483. }
  20484.  
  20485. .scrollup {
  20486.  
  20487. float:left!important;
  20488.  
  20489. }
  20490.  
  20491. .btn {
  20492. width:100%;
  20493. }
  20494.  
  20495.  
  20496. .fish_buttons a {
  20497. text-align:center;
  20498. width:100%;
  20499. display:block;
  20500. margin-bottom:20px;
  20501. }
  20502.  
  20503. .modal .form {
  20504. margin-left:0;
  20505. margin-right:0;
  20506. width:100%!important;
  20507. }
  20508.  
  20509. .form_service {
  20510. width:100%;
  20511. margin-left:0;
  20512. margin-right:0;
  20513. padding:10px;
  20514. }
  20515.  
  20516. .screen_page_desc {
  20517. padding-top:110px;
  20518. }
  20519.  
  20520. .screen_category_desc {
  20521. padding-top:70px;
  20522. }
  20523.  
  20524. }
  20525.  
  20526. .table-striped tbody tr:nth-of-type(2n) {
  20527.  
  20528. background-color: rgba(0,0,0,.05);
  20529. }
  20530.  
  20531. .table-price {
  20532.  
  20533. }
  20534.  
  20535. .table-price td {
  20536. border-spacing:5px;
  20537. padding-top:13px;
  20538. padding-bottom:13px;
  20539. border:1px solid #FFF;
  20540. text-align:center;
  20541. }
  20542.  
  20543.  
  20544.  
  20545.  
  20546. .num_phone, a[href^=tel] { color: inherit; text-decoration: none; }
Add Comment
Please, Sign In to add comment