Guest User

Untitled

a guest
Nov 23rd, 2018
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 445.89 KB | None | 0 0
  1.  
  2. @charset "utf-8";
  3.  
  4. .wf-iframe-container {
  5. overflow: scroll !important;
  6. -webkit-overflow-scrolling: touch !important
  7. }
  8.  
  9. .wf-iframe-container, .wf-object-container, .wf-embed-container, .wf-video-container {
  10. position: relative;
  11. padding-bottom: 56.25%;
  12. padding-top: 25px;
  13. width: 100%;
  14. height: 0;
  15. display: block
  16. }
  17.  
  18. .wf-iframe-container iframe, .wf-object-container object, .wf-embed-container embed, .wf-video-container video, .wf-video-container iframe {
  19. border: 0 none;
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. width: 100%;
  24. height: 100%
  25. }
  26.  
  27. .wf-audio-container {
  28. text-align: center;
  29. width: 100%;
  30. height: auto;
  31. display: block
  32. }
  33.  
  34. .rstbox-close {
  35. display: inline-block;
  36. position: absolute;
  37. right: 0;
  38. top: 0;
  39. z-index: 100;
  40. background: none;
  41. color: #aeaeae;
  42. text-decoration: none !important;
  43. font-size: 22px;
  44. font-weight: normal;
  45. font-family: Tahoma, Arial;
  46. -webkit-font-smoothing: antialiased;
  47. text-rendering: optimizeLegibility;
  48. -webkit-transition: all 200ms ease-in-out;
  49. transition: all 200ms ease-in-out;
  50. cursor: pointer
  51. }
  52.  
  53. .rstbox-close:focus {
  54. outline: 0
  55. }
  56.  
  57. .rstbox-close span {
  58. font-size: 1em;
  59. padding: .4em;
  60. line-height: .4em;
  61. display: block
  62. }
  63.  
  64. .rstboxRTL .rstbox-close {
  65. right: auto;
  66. left: 0
  67. }
  68.  
  69. @-webkit-keyframes ebFadeIn {
  70. 99% {
  71. visibility: hidden
  72. }
  73.  
  74. 100% {
  75. visibility: visible
  76. }
  77. }
  78.  
  79. @keyframes ebFadeIn {
  80. 99% {
  81. visibility: hidden
  82. }
  83.  
  84. 100% {
  85. visibility: visible
  86. }
  87. }
  88.  
  89. .rstboxes {
  90. margin: 0;
  91. padding: 0
  92. }
  93.  
  94. .rstboxes, .rstboxes *, .rstboxes *:before, .rstboxes *:after {
  95. -webkit-box-sizing: border-box;
  96. box-sizing: border-box
  97. }
  98.  
  99. .rstboxes .rstbox-acc {
  100. text-align: center
  101. }
  102.  
  103. .rstboxes .rstbox-acr {
  104. text-align: right
  105. }
  106.  
  107. .rstboxes .rstbox-acb .rstbox-container, .rstboxes .rstbox-acm .rstbox-container {
  108. display: -webkit-box;
  109. display: -ms-flexbox;
  110. display: flex;
  111. -webkit-box-orient: vertical;
  112. -webkit-box-direction: normal;
  113. -ms-flex-direction: column;
  114. flex-direction: column;
  115. height: 100%
  116. }
  117.  
  118. .rstboxes .rstbox-acb .rstbox-container {
  119. -webkit-box-pack: end;
  120. -ms-flex-pack: end;
  121. justify-content: flex-end
  122. }
  123.  
  124. .rstboxes .rstbox-acm .rstbox-container {
  125. -webkit-box-pack: center;
  126. -ms-flex-pack: center;
  127. justify-content: center
  128. }
  129.  
  130. .rstboxes img {
  131. max-width: 100%
  132. }
  133.  
  134. .rstboxes .rstbox {
  135. position: fixed;
  136. display: none;
  137. z-index: 99999;
  138. font-size: 14px;
  139. line-height: 1.4em;
  140. max-height: 100%;
  141. overflow: auto;
  142. width: 100%;
  143. -webkit-overflow-scrolling: touch
  144. }
  145.  
  146. .rstboxes .rstbox.rstbox_shd_1 {
  147. -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 1, 0.3);
  148. box-shadow: 0 0 2px 2px rgba(0, 0, 1, 0.3)
  149. }
  150.  
  151. .rstboxes .rstbox.rstbox_shd_2 {
  152. -webkit-box-shadow: 6px 7px 4px 6px rgba(0, 0, 1, 0.3);
  153. box-shadow: 6px 7px 4px 6px rgba(0, 0, 1, 0.3)
  154. }
  155.  
  156. .rstboxes .rstbox.rstbox_shd_3 {
  157. -webkit-box-shadow: 0 0 27px 15px rgba(0, 0, 0, 0.5);
  158. box-shadow: 0 0 27px 15px rgba(0, 0, 0, 0.5)
  159. }
  160.  
  161. .rstboxes .rstbox.velocity-animating {
  162. -webkit-transition: none;
  163. transition: none
  164. }
  165.  
  166. .rstboxes .rstbox.rstbox_bottom-left {
  167. bottom: 0;
  168. left: 0
  169. }
  170.  
  171. .rstboxes .rstbox.rstbox_bottom-center {
  172. bottom: 0;
  173. left: 0;
  174. right: 0;
  175. margin: auto
  176. }
  177.  
  178. .rstboxes .rstbox.rstbox_bottom-right {
  179. bottom: 0;
  180. right: 0
  181. }
  182.  
  183. .rstboxes .rstbox.rstbox_top-left {
  184. top: 0;
  185. left: 0
  186. }
  187.  
  188. .rstboxes .rstbox.rstbox_top-center {
  189. top: 0;
  190. left: 0;
  191. right: 0;
  192. margin: auto
  193. }
  194.  
  195. .rstboxes .rstbox.rstbox_top-right {
  196. top: 0;
  197. right: 0
  198. }
  199.  
  200. .rstboxes .rstbox.rstbox_center {
  201. left: 0;
  202. top: 0;
  203. right: 0;
  204. bottom: 0;
  205. margin: auto
  206. }
  207.  
  208. .rstboxes .rstbox .rstbox-header {
  209. font-size: 1.6em;
  210. font-weight: bold;
  211. line-height: 1em;
  212. margin-bottom: 20px;
  213. opacity: 0.8
  214. }
  215.  
  216. .rstboxes .rstbox .rstbox-header ul {
  217. list-style: disc inside none;
  218. margin: 0;
  219. padding: 0
  220. }
  221.  
  222. .rstboxes .rstbox .rstbox-content {
  223. overflow: hidden
  224. }
  225.  
  226. .rstboxes .rstbox .rstbox-content .rstbox_input {
  227. border: 1px solid #aeaeae;
  228. padding: 0.6em 0.8em;
  229. width: 100%;
  230. height: auto;
  231. font-family: "Arial";
  232. line-height: normal;
  233. margin: 0
  234. }
  235.  
  236. .rstboxes .rstbox .rstbox-content input[type="checkbox"] {
  237. margin: 0;
  238. position: relative;
  239. top: -1px
  240. }
  241.  
  242. .rstboxes .rstbox .rstbox-content .rstbox_field_row {
  243. margin-bottom: 0.5em
  244. }
  245.  
  246. .rstboxes .rstbox .rstbox-content .rstbox_field_row label {
  247. display: inline-block;
  248. margin-bottom: 0.5em
  249. }
  250.  
  251. .rstboxes .rstbox .rstbox-content .rstbox_btn {
  252. border: medium none;
  253. cursor: pointer;
  254. display: inline-block;
  255. padding: 0.6em 1em;
  256. font-size: 1em;
  257. margin: 0;
  258. overflow: visible
  259. }
  260.  
  261. .rstboxes .rstbox .rstbox-content .rstbox_btn:hover {
  262. opacity: .8
  263. }
  264.  
  265. .rstboxes .rstbox.formHor .rstbox-container {
  266. margin: 0 auto;
  267. max-width: 1000px
  268. }
  269.  
  270. @media (min-width:768px) {
  271. .rstboxes .rstbox.formHor form {
  272. display: -webkit-box;
  273. display: -ms-flexbox;
  274. display: flex;
  275. -webkit-box-align: center;
  276. -ms-flex-align: center;
  277. align-items: center;
  278. -webkit-box-pack: justify;
  279. -ms-flex-pack: justify;
  280. justify-content: space-between;
  281. margin: 0 -5px
  282. }
  283.  
  284. .rstboxes .rstbox.formHor .rstbox-content form>* {
  285. padding: 0 5px;
  286. margin: 0;
  287. width: 100%
  288. }
  289.  
  290. .rstboxes .rstbox.formHor .rstbox-content form .rstbox_footer {
  291. -ms-flex-negative: 0;
  292. flex-shrink: 0;
  293. width: 150px
  294. }
  295. }
  296.  
  297. .rstboxes .rstbox.formHor button {
  298. width: 100%
  299. }
  300.  
  301. .rstboxes .rstbox_overlay {
  302. height: 100%;
  303. left: 0;
  304. position: fixed;
  305. top: 0;
  306. width: 100%;
  307. z-index: 9999;
  308. overflow: hidden;
  309. -webkit-transition: all 200ms ease-in-out;
  310. transition: all 200ms ease-in-out
  311. }
  312.  
  313. .rstboxes.eboxWelcomeMats {
  314. position: relative;
  315. z-index: 999999999999999999999
  316. }
  317.  
  318. .rstboxes.eboxWelcomeMats .rstbox {
  319. position: relative
  320. }
  321.  
  322. iframe.eboxFitFrame {
  323. position: absolute;
  324. height: 100%;
  325. width: 100%;
  326. top: 0;
  327. left: 0
  328. }
  329.  
  330. .eboxPageNoScroll, .eboxPageNoScroll body {
  331. overflow: hidden !important
  332. }
  333.  
  334. #advanced-search {
  335. text-align: left;
  336. width: 100%;
  337. padding: 5px 0 15px
  338. }
  339.  
  340. #advanced-search-toggle {
  341. cursor: pointer
  342. }
  343.  
  344. #search-query-explained {
  345. padding: 10px 0
  346. }
  347.  
  348. #search-query-explained span.term, #search-query-explained span.date, #search-query-explained span.when, #search-query-explained span.branch, #search-query-explained span.node, #search-query-explained span.op {
  349. font-weight: bold
  350. }
  351.  
  352. #search-query-explained span.op {
  353. text-transform: uppercase
  354. }
  355.  
  356. #search-results li.search-result .mime-pdf {
  357. padding-left: 20px;
  358. background: url(/media/system/images/pdf_button.png) no-repeat
  359. }
  360.  
  361. #search-results .search-pagination, #search-results .pagination, #search-results .search-pages-counter {
  362. clear: both;
  363. margin: 0 auto
  364. }
  365.  
  366. #highlighter-start, #highlighter-end {
  367. display: none;
  368. height: 0;
  369. opacity: 0
  370. }
  371.  
  372. span.highlight {
  373. background-color: #FFC;
  374. font-weight: bold;
  375. padding: 1px 0
  376. }
  377.  
  378. ul.autocompleter-choices {
  379. position: absolute;
  380. margin: 0;
  381. padding: 0;
  382. list-style: none;
  383. border: 1px solid #EEE;
  384. background-color: white;
  385. border-right-color: #DDD;
  386. border-bottom-color: #DDD;
  387. text-align: left;
  388. font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  389. z-index: 50
  390. }
  391.  
  392. ul.autocompleter-choices li {
  393. background: none;
  394. position: relative;
  395. padding: 0.1em 1.5em 0.1em 1em;
  396. cursor: pointer;
  397. font-weight: normal;
  398. font-size: 1em
  399. }
  400.  
  401. ul.autocompleter-choices li.autocompleter-selected {
  402. background-color: #444;
  403. color: #fff
  404. }
  405.  
  406. ul.autocompleter-choices span.autocompleter-queried {
  407. font-weight: bold
  408. }
  409.  
  410. ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
  411. color: #9FCFFF
  412. }
  413.  
  414. .autocomplete-suggestions {
  415. border: 1px solid #999;
  416. background: #FFF;
  417. cursor: default;
  418. overflow: auto;
  419. -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  420. -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  421. box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64)
  422. }
  423.  
  424. .autocomplete-suggestion {
  425. padding: 2px 5px;
  426. white-space: nowrap;
  427. overflow: hidden
  428. }
  429.  
  430. .autocomplete-no-suggestion {
  431. padding: 2px 5px
  432. }
  433.  
  434. .autocomplete-selected {
  435. background: #F0F0F0
  436. }
  437.  
  438. .autocomplete-suggestions strong {
  439. font-weight: bold;
  440. color: #000
  441. }
  442.  
  443. .autocomplete-group {
  444. padding: 2px 5px
  445. }
  446.  
  447. .autocomplete-group strong {
  448. font-weight: bold;
  449. font-size: 16px;
  450. color: #000;
  451. display: block;
  452. border-bottom: 1px solid #000
  453. }
  454.  
  455. ul#finder-filter-select-list {
  456. top: 4em !important
  457. }
  458.  
  459. .finder-selects .inputbox {
  460. width: 180px
  461. }
  462.  
  463. div#finder-filter-window .filter-branch .finder-selects {
  464. float: left
  465. }
  466.  
  467. @font-face {
  468. font-family: 'revicons';
  469. src: url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.eot?5510888=);
  470. src: url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.eot?5510888=#iefix) format('embedded-opentype'), url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.woff?5510888=) format('woff'), url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.ttf?5510888=) format('truetype'), url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.svg?5510888=#revicons) format('svg');
  471. font-weight: normal;
  472. font-style: normal
  473. }
  474.  
  475. [class^="revicon-"]:before, [class*=" revicon-"]:before {
  476. font-family: "revicons";
  477. font-style: normal;
  478. font-weight: normal;
  479. speak: none;
  480. display: inline-block;
  481. text-decoration: inherit;
  482. width: 1em;
  483. margin-right: .2em;
  484. text-align: center;
  485. font-variant: normal;
  486. text-transform: none;
  487. line-height: 2em;
  488. margin-left: .2em
  489. }
  490.  
  491. .revicon-search-1:before {
  492. content: '\e802'
  493. }
  494.  
  495. .revicon-pencil-1:before {
  496. content: '\e831'
  497. }
  498.  
  499. .revicon-picture-1:before {
  500. content: '\e803'
  501. }
  502.  
  503. .revicon-cancel:before {
  504. content: '\e80a'
  505. }
  506.  
  507. .revicon-info-circled:before {
  508. content: '\e80f'
  509. }
  510.  
  511. .revicon-trash:before {
  512. content: '\e801'
  513. }
  514.  
  515. .revicon-left-dir:before {
  516. content: '\e817'
  517. }
  518.  
  519. .revicon-right-dir:before {
  520. content: '\e818'
  521. }
  522.  
  523. .revicon-down-open:before {
  524. content: '\e83b'
  525. }
  526.  
  527. .revicon-left-open:before {
  528. content: '\e819'
  529. }
  530.  
  531. .revicon-right-open:before {
  532. content: '\e81a'
  533. }
  534.  
  535. .revicon-angle-left:before {
  536. content: '\e820'
  537. }
  538.  
  539. .revicon-angle-right:before {
  540. content: '\e81d'
  541. }
  542.  
  543. .revicon-left-big:before {
  544. content: '\e81f'
  545. }
  546.  
  547. .revicon-right-big:before {
  548. content: '\e81e'
  549. }
  550.  
  551. .revicon-magic:before {
  552. content: '\e807'
  553. }
  554.  
  555. .revicon-picture:before {
  556. content: '\e800'
  557. }
  558.  
  559. .revicon-export:before {
  560. content: '\e80b'
  561. }
  562.  
  563. .revicon-cog:before {
  564. content: '\e832'
  565. }
  566.  
  567. .revicon-login:before {
  568. content: '\e833'
  569. }
  570.  
  571. .revicon-logout:before {
  572. content: '\e834'
  573. }
  574.  
  575. .revicon-video:before {
  576. content: '\e805'
  577. }
  578.  
  579. .revicon-arrow-combo:before {
  580. content: '\e827'
  581. }
  582.  
  583. .revicon-left-open-1:before {
  584. content: '\e82a'
  585. }
  586.  
  587. .revicon-right-open-1:before {
  588. content: '\e82b'
  589. }
  590.  
  591. .revicon-left-open-mini:before {
  592. content: '\e822'
  593. }
  594.  
  595. .revicon-right-open-mini:before {
  596. content: '\e823'
  597. }
  598.  
  599. .revicon-left-open-big:before {
  600. content: '\e824'
  601. }
  602.  
  603. .revicon-right-open-big:before {
  604. content: '\e825'
  605. }
  606.  
  607. .revicon-left:before {
  608. content: '\e836'
  609. }
  610.  
  611. .revicon-right:before {
  612. content: '\e826'
  613. }
  614.  
  615. .revicon-ccw:before {
  616. content: '\e808'
  617. }
  618.  
  619. .revicon-arrows-ccw:before {
  620. content: '\e806'
  621. }
  622.  
  623. .revicon-palette:before {
  624. content: '\e829'
  625. }
  626.  
  627. .revicon-list-add:before {
  628. content: '\e80c'
  629. }
  630.  
  631. .revicon-doc:before {
  632. content: '\e809'
  633. }
  634.  
  635. .revicon-left-open-outline:before {
  636. content: '\e82e'
  637. }
  638.  
  639. .revicon-left-open-2:before {
  640. content: '\e82c'
  641. }
  642.  
  643. .revicon-right-open-outline:before {
  644. content: '\e82f'
  645. }
  646.  
  647. .revicon-right-open-2:before {
  648. content: '\e82d'
  649. }
  650.  
  651. .revicon-equalizer:before {
  652. content: '\e83a'
  653. }
  654.  
  655. .revicon-layers-alt:before {
  656. content: '\e804'
  657. }
  658.  
  659. .revicon-popup:before {
  660. content: '\e828'
  661. }
  662.  
  663. .tp-static-layers {
  664. position: absolute;
  665. z-index: 505;
  666. top: 0px;
  667. left: 0px
  668. }
  669.  
  670. .tp-caption .frontcorner {
  671. width: 0;
  672. height: 0;
  673. border-left: 40px solid transparent;
  674. border-right: 0px solid transparent;
  675. border-top: 40px solid #00A8FF;
  676. position: absolute;
  677. left: -40px;
  678. top: 0px
  679. }
  680.  
  681. .tp-caption .backcorner {
  682. width: 0;
  683. height: 0;
  684. border-left: 0px solid transparent;
  685. border-right: 40px solid transparent;
  686. border-bottom: 40px solid #00A8FF;
  687. position: absolute;
  688. right: 0px;
  689. top: 0px
  690. }
  691.  
  692. .tp-caption .frontcornertop {
  693. width: 0;
  694. height: 0;
  695. border-left: 40px solid transparent;
  696. border-right: 0px solid transparent;
  697. border-bottom: 40px solid #00A8FF;
  698. position: absolute;
  699. left: -40px;
  700. top: 0px
  701. }
  702.  
  703. .tp-caption .backcornertop {
  704. width: 0;
  705. height: 0;
  706. border-left: 0px solid transparent;
  707. border-right: 40px solid transparent;
  708. border-top: 40px solid #00A8FF;
  709. position: absolute;
  710. right: 0px;
  711. top: 0px
  712. }
  713.  
  714. .rev_slider iframe {
  715. border: none
  716. }
  717.  
  718. .rev_slider_wrapper {
  719. position: relative
  720. }
  721.  
  722. .rev_slider_wrapper>ul {
  723. visibility: hidden
  724. }
  725.  
  726. .rev_slider {
  727. position: relative;
  728. overflow: visible
  729. }
  730.  
  731. .rev_slider img {
  732. max-width: none !important;
  733. -moz-transition: none 0;
  734. -webkit-transition: none 0;
  735. -o-transition: none 0;
  736. transition: none 0;
  737. margin: 0px;
  738. padding: 0px;
  739. border-width: 0px;
  740. border: none
  741. }
  742.  
  743. .rev_slider .no-slides-text {
  744. font-weight: bold;
  745. text-align: center;
  746. padding-top: 80px
  747. }
  748.  
  749. .rev_slider ul {
  750. margin: 0px;
  751. padding: 0px;
  752. list-style: none !important;
  753. list-style-type: none;
  754. background-position: 0px 0px
  755. }
  756.  
  757. .rev_slider ul li, .rev_slider>ul>li, .rev_slider>ul>li:before {
  758. list-style: none !important;
  759. position: absolute;
  760. visibility: hidden;
  761. margin: 0px !important;
  762. padding: 0px !important;
  763. overflow-x: visible;
  764. overflow-y: visible;
  765. list-style-type: none !important;
  766. background-image: none;
  767. background-position: 0px 0px;
  768. text-indent: 0em
  769. }
  770.  
  771. .rev_slider .tp-caption, .rev_slider .caption {
  772. position: absolute;
  773. visibility: hidden;
  774. white-space: nowrap
  775. }
  776.  
  777. .tp-simpleresponsive img {
  778. max-width: none
  779. }
  780.  
  781. .tp-caption {
  782. z-index: 1
  783. }
  784.  
  785. .tp_inner_padding {
  786. box-sizing: border-box;
  787. -webkit-box-sizing: border-box;
  788. -moz-box-sizing: border-box;
  789. max-height: none !important
  790. }
  791.  
  792. .tp-hide-revslider, .tp-caption.tp-hidden-caption {
  793. visibility: hidden !important;
  794. display: none !important
  795. }
  796.  
  797. .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
  798. max-width: none !important
  799. }
  800.  
  801. .noFilterClass {
  802. filter: none !important
  803. }
  804.  
  805. .caption.fullscreenvideo {
  806. left: 0px;
  807. top: 0px;
  808. position: absolute;
  809. width: 100%;
  810. height: 100%
  811. }
  812.  
  813. .caption.fullscreenvideo iframe, .caption.fullscreenvideo video {
  814. width: 100% !important;
  815. height: 100% !important;
  816. display: none
  817. }
  818.  
  819. .tp-caption.fullscreenvideo {
  820. left: 0px;
  821. top: 0px;
  822. position: absolute;
  823. width: 100%;
  824. height: 100%
  825. }
  826.  
  827. .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe video {
  828. width: 100% !important;
  829. height: 100% !important;
  830. display: none
  831. }
  832.  
  833. .fullcoveredvideo video, .fullscreenvideo video {
  834. background: #000
  835. }
  836.  
  837. .fullcoveredvideo .tp-poster {
  838. background-position: center center;
  839. background-size: cover;
  840. width: 100%;
  841. height: 100%;
  842. top: 0px;
  843. left: 0px
  844. }
  845.  
  846. .html5vid.videoisplaying .tp-poster {
  847. display: none
  848. }
  849.  
  850. .tp-video-play-button {
  851. background: #000;
  852. background: rgba(0, 0, 0, 0.3);
  853. padding: 5px;
  854. border-radius: 5px;
  855. -moz-border-radius: 5px;
  856. -webkit-border-radius: 5px;
  857. position: absolute;
  858. top: 50%;
  859. left: 50%;
  860. font-size: 40px;
  861. color: #FFF;
  862. z-index: 3;
  863. margin-top: -27px;
  864. margin-left: -28px;
  865. text-align: center;
  866. cursor: pointer
  867. }
  868.  
  869. .html5vid .tp-revstop {
  870. width: 6px;
  871. height: 20px;
  872. border-left: 5px solid #fff;
  873. border-right: 5px solid #fff;
  874. position: relative;
  875. margin: 10px 20px
  876. }
  877.  
  878. .html5vid .tp-revstop {
  879. display: none
  880. }
  881.  
  882. .html5vid.videoisplaying .revicon-right-dir {
  883. display: none
  884. }
  885.  
  886. .html5vid.videoisplaying .tp-revstop {
  887. display: block
  888. }
  889.  
  890. .html5vid.videoisplaying .tp-video-play-button {
  891. display: none
  892. }
  893.  
  894. .html5vid:hover .tp-video-play-button {
  895. display: block
  896. }
  897.  
  898. .fullcoveredvideo .tp-video-play-button {
  899. display: none !important
  900. }
  901.  
  902. .tp-dottedoverlay {
  903. background-repeat: repeat;
  904. width: 100%;
  905. height: 100%;
  906. position: absolute;
  907. top: 0px;
  908. left: 0px;
  909. z-index: 1
  910. }
  911.  
  912. .tp-dottedoverlay.twoxtwo {
  913. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/gridtile.png)
  914. }
  915.  
  916. .tp-dottedoverlay.twoxtwowhite {
  917. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/gridtile_white.png)
  918. }
  919.  
  920. .tp-dottedoverlay.threexthree {
  921. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/gridtile_3x3.png)
  922. }
  923.  
  924. .tp-dottedoverlay.threexthreewhite {
  925. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/gridtile_3x3_white.png)
  926. }
  927.  
  928. .fullscreen-container {
  929. width: 100%;
  930. position: relative;
  931. padding: 0
  932. }
  933.  
  934. .fullwidthbanner-container {
  935. width: 100%;
  936. position: relative;
  937. padding: 0;
  938. overflow: hidden
  939. }
  940.  
  941. .fullwidthbanner-container .fullwidthabanner {
  942. width: 100%;
  943. position: relative
  944. }
  945.  
  946. .tp-simpleresponsive .slotholder *, .tp-simpleresponsive img {}
  947.  
  948. .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  949. position: absolute;
  950. -webkit-font-smoothing: antialiased !important
  951. }
  952.  
  953. .tp-bannershadow {
  954. position: absolute;
  955. margin-left: auto;
  956. margin-right: auto;
  957. -moz-user-select: none;
  958. -khtml-user-select: none;
  959. -webkit-user-select: none;
  960. -o-user-select: none
  961. }
  962.  
  963. .tp-bannershadow.tp-shadow1 {
  964. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/shadow1.png) no-repeat;
  965. background-size: 100% 100%;
  966. width: 890px;
  967. height: 30px;
  968. bottom: -30px
  969. }
  970.  
  971. .tp-bannershadow.tp-shadow2 {
  972. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/shadow2.png) no-repeat;
  973. background-size: 100% 100%;
  974. width: 890px;
  975. height: 60px;
  976. bottom: -60px
  977. }
  978.  
  979. .tp-bannershadow.tp-shadow3 {
  980. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/shadow3.png) no-repeat;
  981. background-size: 100% 100%;
  982. width: 890px;
  983. height: 60px;
  984. bottom: -60px
  985. }
  986.  
  987. .tp-button {
  988. padding: 6px 13px 5px;
  989. border-radius: 3px;
  990. -moz-border-radius: 3px;
  991. -webkit-border-radius: 3px;
  992. height: 30px;
  993. cursor: pointer;
  994. color: #fff !important;
  995. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  996. font-size: 15px;
  997. line-height: 45px !important;
  998. background: url(/media/com_uniterevolution2/assets/rs-plugin/images/gradient/g30.png) repeat-x top;
  999. font-family: arial, sans-serif;
  1000. font-weight: bold;
  1001. letter-spacing: -1px;
  1002. text-decoration: none
  1003. }
  1004.  
  1005. .tp-button.big {
  1006. color: #fff;
  1007. text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  1008. font-weight: bold;
  1009. padding: 9px 20px;
  1010. font-size: 19px;
  1011. line-height: 57px !important;
  1012. background: url(/media/com_uniterevolution2/assets/rs-plugin/images/gradient/g40.png) repeat-x top
  1013. }
  1014.  
  1015. .purchase:hover, .tp-button:hover, .tp-button.big:hover {
  1016. background-position: bottom, 15px 11px
  1017. }
  1018.  
  1019. @media only screen and (min-width:480px) and (max-width:767px) {
  1020. .tp-button {
  1021. padding: 4px 8px 3px;
  1022. line-height: 25px !important;
  1023. font-size: 11px !important;
  1024. font-weight: normal
  1025. }
  1026.  
  1027. a.tp-button {
  1028. -webkit-transition: none;
  1029. -moz-transition: none;
  1030. -o-transition: none;
  1031. -ms-transition: none
  1032. }
  1033. }
  1034.  
  1035. @media only screen and (min-width:0px) and (max-width:479px) {
  1036. .tp-button {
  1037. padding: 2px 5px 2px;
  1038. line-height: 20px !important;
  1039. font-size: 10px !important
  1040. }
  1041.  
  1042. a.tp-button {
  1043. -webkit-transition: none;
  1044. -moz-transition: none;
  1045. -o-transition: none;
  1046. -ms-transition: none
  1047. }
  1048. }
  1049.  
  1050. .tp-button.green, .tp-button:hover.green, .purchase.green, .purchase:hover.green {
  1051. background-color: #21a117;
  1052. -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
  1053. -moz-box-shadow: 0px 3px 0px 0px #104d0b;
  1054. box-shadow: 0px 3px 0px 0px #104d0b
  1055. }
  1056.  
  1057. .tp-button.blue, .tp-button:hover.blue, .purchase.blue, .purchase:hover.blue {
  1058. background-color: #1d78cb;
  1059. -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
  1060. -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
  1061. box-shadow: 0px 3px 0px 0px #0f3e68
  1062. }
  1063.  
  1064. .tp-button.red, .tp-button:hover.red, .purchase.red, .purchase:hover.red {
  1065. background-color: #cb1d1d;
  1066. -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
  1067. -moz-box-shadow: 0px 3px 0px 0px #7c1212;
  1068. box-shadow: 0px 3px 0px 0px #7c1212
  1069. }
  1070.  
  1071. .tp-button.orange, .tp-button:hover.orange, .purchase.orange, .purchase:hover.orange {
  1072. background-color: #f70;
  1073. -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
  1074. -moz-box-shadow: 0px 3px 0px 0px #a34c00;
  1075. box-shadow: 0px 3px 0px 0px #a34c00
  1076. }
  1077.  
  1078. .tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey, .purchase.darkgrey, .purchase:hover.darkgrey {
  1079. background-color: #555;
  1080. -webkit-box-shadow: 0px 3px 0px 0px #222;
  1081. -moz-box-shadow: 0px 3px 0px 0px #222;
  1082. box-shadow: 0px 3px 0px 0px #222
  1083. }
  1084.  
  1085. .tp-button.lightgrey, .tp-button:hover.lightgrey, .purchase.lightgrey, .purchase:hover.lightgrey {
  1086. background-color: #888;
  1087. -webkit-box-shadow: 0px 3px 0px 0px #555;
  1088. -moz-box-shadow: 0px 3px 0px 0px #555;
  1089. box-shadow: 0px 3px 0px 0px #555
  1090. }
  1091.  
  1092. .tpclear {
  1093. clear: both
  1094. }
  1095.  
  1096. .tp-bullets {
  1097. z-index: 1000;
  1098. position: absolute;
  1099. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  1100. -moz-opacity: 1;
  1101. -khtml-opacity: 1;
  1102. opacity: 1;
  1103. -webkit-transition: opacity 0.2s ease-out;
  1104. -moz-transition: opacity 0.2s ease-out;
  1105. -o-transition: opacity 0.2s ease-out;
  1106. -ms-transition: opacity 0.2s ease-out;
  1107. -webkit-transform: translateZ(5px)
  1108. }
  1109.  
  1110. .tp-bullets.hidebullets {
  1111. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  1112. -moz-opacity: 0;
  1113. -khtml-opacity: 0;
  1114. opacity: 0
  1115. }
  1116.  
  1117. .tp-bullets.simplebullets.navbar {
  1118. border: 1px solid #666;
  1119. border-bottom: 1px solid #444;
  1120. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/boxed_bgtile.png);
  1121. height: 40px;
  1122. padding: 0px 10px;
  1123. -webkit-border-radius: 5px;
  1124. -moz-border-radius: 5px;
  1125. border-radius: 5px
  1126. }
  1127.  
  1128. .tp-bullets.simplebullets.navbar-old {
  1129. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/navigdots_bgtile.png);
  1130. height: 35px;
  1131. padding: 0px 10px;
  1132. -webkit-border-radius: 5px;
  1133. -moz-border-radius: 5px;
  1134. border-radius: 5px
  1135. }
  1136.  
  1137. .tp-bullets.simplebullets.round .bullet {
  1138. cursor: pointer;
  1139. position: relative;
  1140. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullet.png) no-repeat top left;
  1141. width: 20px;
  1142. height: 20px;
  1143. margin-right: 0px;
  1144. float: left;
  1145. margin-top: 0px;
  1146. margin-left: 3px
  1147. }
  1148.  
  1149. .tp-bullets.simplebullets.round .bullet.last {
  1150. margin-right: 3px
  1151. }
  1152.  
  1153. .tp-bullets.simplebullets.round-old .bullet {
  1154. cursor: pointer;
  1155. position: relative;
  1156. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullets.png) no-repeat bottom left;
  1157. width: 23px;
  1158. height: 23px;
  1159. margin-right: 0px;
  1160. float: left;
  1161. margin-top: 0px
  1162. }
  1163.  
  1164. .tp-bullets.simplebullets.round-old .bullet.last {
  1165. margin-right: 0px
  1166. }
  1167.  
  1168. .tp-bullets.simplebullets.square .bullet {
  1169. cursor: pointer;
  1170. position: relative;
  1171. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullets2.png) no-repeat bottom left;
  1172. width: 19px;
  1173. height: 19px;
  1174. margin-right: 0px;
  1175. float: left;
  1176. margin-top: 0px
  1177. }
  1178.  
  1179. .tp-bullets.simplebullets.square .bullet.last {
  1180. margin-right: 0px
  1181. }
  1182.  
  1183. .tp-bullets.simplebullets.square-old .bullet {
  1184. cursor: pointer;
  1185. position: relative;
  1186. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullets2.png) no-repeat bottom left;
  1187. width: 19px;
  1188. height: 19px;
  1189. margin-right: 0px;
  1190. float: left;
  1191. margin-top: 0px
  1192. }
  1193.  
  1194. .tp-bullets.simplebullets.square-old .bullet.last {
  1195. margin-right: 0px
  1196. }
  1197.  
  1198. .tp-bullets.simplebullets.navbar .bullet {
  1199. cursor: pointer;
  1200. position: relative;
  1201. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullet_boxed.png) no-repeat top left;
  1202. width: 18px;
  1203. height: 19px;
  1204. margin-right: 5px;
  1205. float: left;
  1206. margin-top: 10px
  1207. }
  1208.  
  1209. .tp-bullets.simplebullets.navbar .bullet.first {
  1210. margin-left: 0px !important
  1211. }
  1212.  
  1213. .tp-bullets.simplebullets.navbar .bullet.last {
  1214. margin-right: 0px !important
  1215. }
  1216.  
  1217. .tp-bullets.simplebullets.navbar-old .bullet {
  1218. cursor: pointer;
  1219. position: relative;
  1220. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/navigdots.png) no-repeat bottom left;
  1221. width: 15px;
  1222. height: 15px;
  1223. margin-left: 5px !important;
  1224. margin-right: 5px !important;
  1225. float: left;
  1226. margin-top: 10px
  1227. }
  1228.  
  1229. .tp-bullets.simplebullets.navbar-old .bullet.first {
  1230. margin-left: 0px !important
  1231. }
  1232.  
  1233. .tp-bullets.simplebullets.navbar-old .bullet.last {
  1234. margin-right: 0px !important
  1235. }
  1236.  
  1237. .tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
  1238. background-position: top left
  1239. }
  1240.  
  1241. .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
  1242. background-position: bottom left
  1243. }
  1244.  
  1245. .tparrows {
  1246. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  1247. -moz-opacity: 1;
  1248. -khtml-opacity: 1;
  1249. opacity: 1;
  1250. -webkit-transition: opacity 0.2s ease-out;
  1251. -moz-transition: opacity 0.2s ease-out;
  1252. -o-transition: opacity 0.2s ease-out;
  1253. -ms-transition: opacity 0.2s ease-out;
  1254. -webkit-transform: translateZ(5px)
  1255. }
  1256.  
  1257. .tparrows .tp-arr-imgholder {
  1258. display: none
  1259. }
  1260.  
  1261. .tparrows .tp-arr-titleholder {
  1262. display: none
  1263. }
  1264.  
  1265. .tparrows.hidearrows {
  1266. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  1267. -moz-opacity: 0;
  1268. -khtml-opacity: 0;
  1269. opacity: 0
  1270. }
  1271.  
  1272. .tp-leftarrow {
  1273. z-index: 100;
  1274. cursor: pointer;
  1275. position: relative;
  1276. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/large_left.png) no-repeat top left;
  1277. width: 40px;
  1278. height: 40px
  1279. }
  1280.  
  1281. .tp-rightarrow {
  1282. z-index: 100;
  1283. cursor: pointer;
  1284. position: relative;
  1285. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/large_right.png) no-repeat top left;
  1286. width: 40px;
  1287. height: 40px
  1288. }
  1289.  
  1290. .tp-leftarrow.round {
  1291. z-index: 100;
  1292. cursor: pointer;
  1293. position: relative;
  1294. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/small_left.png) no-repeat top left;
  1295. width: 19px;
  1296. height: 14px;
  1297. margin-right: 0px;
  1298. float: left;
  1299. margin-top: 0px
  1300. }
  1301.  
  1302. .tp-rightarrow.round {
  1303. z-index: 100;
  1304. cursor: pointer;
  1305. position: relative;
  1306. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/small_right.png) no-repeat top left;
  1307. width: 19px;
  1308. height: 14px;
  1309. margin-right: 0px;
  1310. float: left;
  1311. margin-top: 0px
  1312. }
  1313.  
  1314. .tp-leftarrow.round-old {
  1315. z-index: 100;
  1316. cursor: pointer;
  1317. position: relative;
  1318. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_left.png) no-repeat top left;
  1319. width: 26px;
  1320. height: 26px;
  1321. margin-right: 0px;
  1322. float: left;
  1323. margin-top: 0px
  1324. }
  1325.  
  1326. .tp-rightarrow.round-old {
  1327. z-index: 100;
  1328. cursor: pointer;
  1329. position: relative;
  1330. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_right.png) no-repeat top left;
  1331. width: 26px;
  1332. height: 26px;
  1333. margin-right: 0px;
  1334. float: left;
  1335. margin-top: 0px
  1336. }
  1337.  
  1338. .tp-leftarrow.navbar {
  1339. z-index: 100;
  1340. cursor: pointer;
  1341. position: relative;
  1342. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/small_left_boxed.png) no-repeat top left;
  1343. width: 20px;
  1344. height: 15px;
  1345. float: left;
  1346. margin-right: 6px;
  1347. margin-top: 12px
  1348. }
  1349.  
  1350. .tp-rightarrow.navbar {
  1351. z-index: 100;
  1352. cursor: pointer;
  1353. position: relative;
  1354. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/small_right_boxed.png) no-repeat top left;
  1355. width: 20px;
  1356. height: 15px;
  1357. float: left;
  1358. margin-left: 6px;
  1359. margin-top: 12px
  1360. }
  1361.  
  1362. .tp-leftarrow.navbar-old {
  1363. z-index: 100;
  1364. cursor: pointer;
  1365. position: relative;
  1366. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrowleft.png) no-repeat top left;
  1367. width: 9px;
  1368. height: 16px;
  1369. float: left;
  1370. margin-right: 6px;
  1371. margin-top: 10px
  1372. }
  1373.  
  1374. .tp-rightarrow.navbar-old {
  1375. z-index: 100;
  1376. cursor: pointer;
  1377. position: relative;
  1378. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrowright.png) no-repeat top left;
  1379. width: 9px;
  1380. height: 16px;
  1381. float: left;
  1382. margin-left: 6px;
  1383. margin-top: 10px
  1384. }
  1385.  
  1386. .tp-leftarrow.navbar-old.thumbswitharrow {
  1387. margin-right: 10px
  1388. }
  1389.  
  1390. .tp-rightarrow.navbar-old.thumbswitharrow {
  1391. margin-left: 0px
  1392. }
  1393.  
  1394. .tp-leftarrow.square {
  1395. z-index: 100;
  1396. cursor: pointer;
  1397. position: relative;
  1398. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_left2.png) no-repeat top left;
  1399. width: 12px;
  1400. height: 17px;
  1401. float: left;
  1402. margin-right: 0px;
  1403. margin-top: 0px
  1404. }
  1405.  
  1406. .tp-rightarrow.square {
  1407. z-index: 100;
  1408. cursor: pointer;
  1409. position: relative;
  1410. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_right2.png) no-repeat top left;
  1411. width: 12px;
  1412. height: 17px;
  1413. float: left;
  1414. margin-left: 0px;
  1415. margin-top: 0px
  1416. }
  1417.  
  1418. .tp-leftarrow.square-old {
  1419. z-index: 100;
  1420. cursor: pointer;
  1421. position: relative;
  1422. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_left2.png) no-repeat top left;
  1423. width: 12px;
  1424. height: 17px;
  1425. float: left;
  1426. margin-right: 0px;
  1427. margin-top: 0px
  1428. }
  1429.  
  1430. .tp-rightarrow.square-old {
  1431. z-index: 100;
  1432. cursor: pointer;
  1433. position: relative;
  1434. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_right2.png) no-repeat top left;
  1435. width: 12px;
  1436. height: 17px;
  1437. float: left;
  1438. margin-left: 0px;
  1439. margin-top: 0px
  1440. }
  1441.  
  1442. .tp-leftarrow.default {
  1443. z-index: 100;
  1444. cursor: pointer;
  1445. position: relative;
  1446. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/large_left.png) no-repeat 0 0;
  1447. width: 40px;
  1448. height: 40px
  1449. }
  1450.  
  1451. .tp-rightarrow.default {
  1452. z-index: 100;
  1453. cursor: pointer;
  1454. position: relative;
  1455. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/large_right.png) no-repeat 0 0;
  1456. width: 40px;
  1457. height: 40px
  1458. }
  1459.  
  1460. .tp-leftarrow:hover, .tp-rightarrow:hover {
  1461. background-position: bottom left
  1462. }
  1463.  
  1464. .tp-bullets.tp-thumbs {
  1465. z-index: 1000;
  1466. position: absolute;
  1467. padding: 3px;
  1468. background-color: #fff;
  1469. width: 500px;
  1470. height: 50px;
  1471. margin-top: -50px;
  1472. vertical-align: top
  1473. }
  1474.  
  1475. .tp-bullets.tp-thumbs img {
  1476. vertical-align: top
  1477. }
  1478.  
  1479. .fullwidthbanner-container .tp-thumbs {
  1480. padding: 3px
  1481. }
  1482.  
  1483. .tp-bullets.tp-thumbs .tp-mask {
  1484. width: 500px;
  1485. height: 50px;
  1486. overflow: hidden;
  1487. position: relative
  1488. }
  1489.  
  1490. .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  1491. width: 5000px;
  1492. position: absolute
  1493. }
  1494.  
  1495. .tp-bullets.tp-thumbs .bullet {
  1496. width: 100px;
  1497. height: 50px;
  1498. cursor: pointer;
  1499. overflow: hidden;
  1500. background: none;
  1501. margin: 0;
  1502. float: left;
  1503. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  1504. -moz-opacity: 0.5;
  1505. -khtml-opacity: 0.5;
  1506. opacity: 0.5;
  1507. -webkit-transition: all 0.2s ease-out;
  1508. -moz-transition: all 0.2s ease-out;
  1509. -o-transition: all 0.2s ease-out;
  1510. -ms-transition: all 0.2s ease-out
  1511. }
  1512.  
  1513. .tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
  1514. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  1515. -moz-opacity: 1;
  1516. -khtml-opacity: 1;
  1517. opacity: 1
  1518. }
  1519.  
  1520. .tp-thumbs img {
  1521. width: 100%
  1522. }
  1523.  
  1524. .tp-bannertimer {
  1525. visibility: hidden;
  1526. width: 100%;
  1527. height: 5px;
  1528. background: #fff;
  1529. background: rgba(0, 0, 0, 0.15);
  1530. position: absolute;
  1531. z-index: 200;
  1532. top: 0px
  1533. }
  1534.  
  1535. .tp-bannertimer.tp-bottom {
  1536. top: auto;
  1537. bottom: 0px !important;
  1538. height: 5px
  1539. }
  1540.  
  1541. .tparrows.preview1 {
  1542. width: 100px;
  1543. height: 100px;
  1544. -webkit-transform-style: preserve-3d;
  1545. -webkit-perspective: 1000;
  1546. -moz-perspective: 1000;
  1547. -webkit-backface-visibility: hidden;
  1548. -moz-backface-visibility: hidden;
  1549. background: transparent
  1550. }
  1551.  
  1552. .tparrows.preview1:after {
  1553. position: absolute;
  1554. left: 0px;
  1555. top: 0px;
  1556. font-family: "revicons";
  1557. color: #fff;
  1558. font-size: 30px;
  1559. width: 100px;
  1560. height: 100px;
  1561. text-align: center;
  1562. background: #fff;
  1563. background: rgba(0, 0, 0, 0.15);
  1564. z-index: 2;
  1565. line-height: 100px;
  1566. -webkit-transition: background 0.3s, color 0.3s;
  1567. -moz-transition: background 0.3s, color 0.3s;
  1568. transition: background 0.3s, color 0.3s
  1569. }
  1570.  
  1571. .tp-rightarrow.preview1:after {
  1572. content: '\e825'
  1573. }
  1574.  
  1575. .tp-leftarrow.preview1:after {
  1576. content: '\e824'
  1577. }
  1578.  
  1579. .tparrows.preview1:hover:after {
  1580. background: rgba(255, 255, 255, 1);
  1581. color: #aaa
  1582. }
  1583.  
  1584. .tparrows.preview1 .tp-arr-imgholder {
  1585. background-size: cover;
  1586. background-position: center center;
  1587. display: block;
  1588. width: 100%;
  1589. height: 100%;
  1590. position: absolute;
  1591. top: 0px;
  1592. -webkit-transition: -webkit-transform 0.3s;
  1593. transition: transform 0.3s;
  1594. -webkit-backface-visibility: hidden;
  1595. backface-visibility: hidden
  1596. }
  1597.  
  1598. .tp-rightarrow.preview1 .tp-arr-imgholder {
  1599. right: 100%;
  1600. -webkit-transform: rotateY(-90deg);
  1601. transform: rotateY(-90deg);
  1602. -webkit-transform-origin: 100% 50%;
  1603. transform-origin: 100% 50%
  1604. }
  1605.  
  1606. .tp-leftarrow.preview1 .tp-arr-imgholder {
  1607. left: 100%;
  1608. -webkit-transform: rotateY(90deg);
  1609. transform: rotateY(-90deg);
  1610. -webkit-transform-origin: 0% 50%;
  1611. transform-origin: 0% 50%
  1612. }
  1613.  
  1614. .tparrows.preview1:hover .tp-arr-imgholder {
  1615. -webkit-transform: rotateY(0deg);
  1616. transform: rotateY(0deg)
  1617. }
  1618.  
  1619. @media only screen and (min-width:768px) and (max-width:979px) {
  1620. .tparrows.preview1, .tparrows.preview1:after {
  1621. width: 80px;
  1622. height: 80px;
  1623. line-height: 80px;
  1624. font-size: 24px
  1625. }
  1626. }
  1627.  
  1628. @media only screen and (min-width:480px) and (max-width:767px) {
  1629. .tparrows.preview1, .tparrows.preview1:after {
  1630. width: 60px;
  1631. height: 60px;
  1632. line-height: 60px;
  1633. font-size: 20px
  1634. }
  1635. }
  1636.  
  1637. @media only screen and (min-width:0px) and (max-width:479px) {
  1638. .tparrows.preview1, .tparrows.preview1:after {
  1639. width: 40px;
  1640. height: 40px;
  1641. line-height: 40px;
  1642. font-size: 12px
  1643. }
  1644. }
  1645.  
  1646. .tp-bullets.preview1 {
  1647. height: 21px
  1648. }
  1649.  
  1650. .tp-bullets.preview1 .bullet {
  1651. cursor: pointer;
  1652. position: relative !important;
  1653. background: rgba(0, 0, 0, 0.15) !important;
  1654. -webkit-box-shadow: none;
  1655. -moz-box-shadow: none;
  1656. box-shadow: none;
  1657. width: 5px !important;
  1658. height: 5px !important;
  1659. border: 8px solid rgba(0, 0, 0, 0) !important;
  1660. display: inline-block;
  1661. margin-right: 5px !important;
  1662. margin-bottom: 0px !important;
  1663. -webkit-transition: background-color 0.2s, border-color 0.2s;
  1664. -moz-transition: background-color 0.2s, border-color 0.2s;
  1665. -o-transition: background-color 0.2s, border-color 0.2s;
  1666. -ms-transition: background-color 0.2s, border-color 0.2s;
  1667. transition: background-color 0.2s, border-color 0.2s;
  1668. float: none !important;
  1669. box-sizing: content-box;
  1670. -moz-box-sizing: content-box;
  1671. -webkit-box-sizing: content-box
  1672. }
  1673.  
  1674. .tp-bullets.preview1 .bullet.last {
  1675. margin-right: 0px
  1676. }
  1677.  
  1678. .tp-bullets.preview1 .bullet:hover, .tp-bullets.preview1 .bullet.selected {
  1679. -webkit-box-shadow: none;
  1680. -moz-box-shadow: none;
  1681. box-shadow: none;
  1682. background: #aaa !important;
  1683. width: 5px !important;
  1684. height: 5px !important;
  1685. border: 8px solid rgba(255, 255, 255, 1) !important
  1686. }
  1687.  
  1688. .tparrows.preview2 {
  1689. min-width: 60px;
  1690. min-height: 60px;
  1691. background: #fff;
  1692. ;
  1693. border-radius: 30px;
  1694. -moz-border-radius: 30px;
  1695. -webkit-border-radius: 30px;
  1696. overflow: hidden;
  1697. -webkit-transition: -webkit-transform 1.3s;
  1698. -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  1699. transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  1700. backface-visibility: hidden
  1701. }
  1702.  
  1703. .tparrows.preview2:after {
  1704. position: absolute;
  1705. top: 50%;
  1706. font-family: "revicons";
  1707. color: #aaa;
  1708. font-size: 25px;
  1709. margin-top: -12px;
  1710. -webkit-transition: color 0.3s;
  1711. -moz-transition: color 0.3s;
  1712. transition: color 0.3s
  1713. }
  1714.  
  1715. .tp-rightarrow.preview2:after {
  1716. content: '\e81e';
  1717. right: 18px
  1718. }
  1719.  
  1720. .tp-leftarrow.preview2:after {
  1721. content: '\e81f';
  1722. left: 18px
  1723. }
  1724.  
  1725. .tparrows.preview2 .tp-arr-titleholder {
  1726. background-size: cover;
  1727. background-position: center center;
  1728. display: block;
  1729. width: auto;
  1730. position: absolute;
  1731. top: 0px;
  1732. -webkit-transition: -webkit-transform 0.3s;
  1733. transition: transform 0.3s;
  1734. -webkit-backface-visibility: hidden;
  1735. backface-visibility: hidden;
  1736. white-space: nowrap;
  1737. color: #000;
  1738. text-transform: uppercase;
  1739. white-space: nowrap;
  1740. letter-spacing: 1px;
  1741. font-weight: 400;
  1742. font-size: 14px;
  1743. line-height: 60px;
  1744. padding: 0px 10px;
  1745. box-sizing: border-box;
  1746. -moz-box-sizing: border-box;
  1747. -webkit-box-sizing: border-box
  1748. }
  1749.  
  1750. .tp-rightarrow.preview2 .tp-arr-titleholder {
  1751. right: 50px;
  1752. -webkit-transform: translateX(-100%);
  1753. transform: translateX(-100%)
  1754. }
  1755.  
  1756. .tp-leftarrow.preview2 .tp-arr-titleholder {
  1757. left: 50px;
  1758. -webkit-transform: translateX(100%);
  1759. transform: translateX(100%)
  1760. }
  1761.  
  1762. .tparrows.preview2.hovered {
  1763. width: 300px
  1764. }
  1765.  
  1766. .tparrows.preview2:hover {
  1767. background: #fff
  1768. }
  1769.  
  1770. .tparrows.preview2:hover:after {
  1771. color: #000
  1772. }
  1773.  
  1774. .tparrows.preview2:hover .tp-arr-titleholder {
  1775. -webkit-transform: translateX(0px);
  1776. transform: translateX(0px)
  1777. }
  1778.  
  1779. .tp-bullets.preview2 {
  1780. height: 17px
  1781. }
  1782.  
  1783. .tp-bullets.preview2 .bullet {
  1784. cursor: pointer;
  1785. position: relative !important;
  1786. background: rgba(0, 0, 0, 0.5) !important;
  1787. -webkit-border-radius: 10px;
  1788. border-radius: 10px;
  1789. -webkit-box-shadow: none;
  1790. -moz-box-shadow: none;
  1791. box-shadow: none;
  1792. width: 6px !important;
  1793. height: 6px !important;
  1794. border: 5px solid rgba(0, 0, 0, 0) !important;
  1795. display: inline-block;
  1796. margin-right: 2px !important;
  1797. margin-bottom: 0px !important;
  1798. -webkit-transition: background-color 0.2s, border-color 0.2s;
  1799. -moz-transition: background-color 0.2s, border-color 0.2s;
  1800. -o-transition: background-color 0.2s, border-color 0.2s;
  1801. -ms-transition: background-color 0.2s, border-color 0.2s;
  1802. transition: background-color 0.2s, border-color 0.2s;
  1803. float: none !important;
  1804. box-sizing: content-box;
  1805. -moz-box-sizing: content-box;
  1806. -webkit-box-sizing: content-box
  1807. }
  1808.  
  1809. .tp-bullets.preview2 .bullet.last {
  1810. margin-right: 0px
  1811. }
  1812.  
  1813. .tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected {
  1814. -webkit-box-shadow: none;
  1815. -moz-box-shadow: none;
  1816. box-shadow: none;
  1817. background: rgba(255, 255, 255, 1) !important;
  1818. width: 6px !important;
  1819. height: 6px !important;
  1820. border: 5px solid rgba(0, 0, 0, 1) !important
  1821. }
  1822.  
  1823. .tp-arr-titleholder.alwayshidden {
  1824. display: none !important
  1825. }
  1826.  
  1827. @media only screen and (min-width:768px) and (max-width:979px) {
  1828. .tparrows.preview2 {
  1829. min-width: 40px;
  1830. min-height: 40px;
  1831. width: 40px;
  1832. height: 40px;
  1833. border-radius: 20px;
  1834. -moz-border-radius: 20px;
  1835. -webkit-border-radius: 20px
  1836. }
  1837.  
  1838. .tparrows.preview2:after {
  1839. position: absolute;
  1840. top: 50%;
  1841. font-family: "revicons";
  1842. font-size: 20px;
  1843. margin-top: -12px
  1844. }
  1845.  
  1846. .tp-rightarrow.preview2:after {
  1847. content: '\e81e';
  1848. right: 11px
  1849. }
  1850.  
  1851. .tp-leftarrow.preview2:after {
  1852. content: '\e81f';
  1853. left: 11px
  1854. }
  1855.  
  1856. .tparrows.preview2 .tp-arr-titleholder {
  1857. font-size: 12px;
  1858. line-height: 40px;
  1859. letter-spacing: 0px
  1860. }
  1861.  
  1862. .tp-rightarrow.preview2 .tp-arr-titleholder {
  1863. right: 35px
  1864. }
  1865.  
  1866. .tp-leftarrow.preview2 .tp-arr-titleholder {
  1867. left: 35px
  1868. }
  1869. }
  1870.  
  1871. @media only screen and (min-width:480px) and (max-width:767px) {
  1872. .tparrows.preview2 {
  1873. min-width: 30px;
  1874. min-height: 30px;
  1875. width: 30px;
  1876. height: 30px;
  1877. border-radius: 15px;
  1878. -moz-border-radius: 15px;
  1879. -webkit-border-radius: 15px
  1880. }
  1881.  
  1882. .tparrows.preview2:after {
  1883. position: absolute;
  1884. top: 50%;
  1885. font-family: "revicons";
  1886. font-size: 14px;
  1887. margin-top: -12px
  1888. }
  1889.  
  1890. .tp-rightarrow.preview2:after {
  1891. content: '\e81e';
  1892. right: 8px
  1893. }
  1894.  
  1895. .tp-leftarrow.preview2:after {
  1896. content: '\e81f';
  1897. left: 8px
  1898. }
  1899.  
  1900. .tparrows.preview2 .tp-arr-titleholder {
  1901. font-size: 10px;
  1902. line-height: 30px;
  1903. letter-spacing: 0px
  1904. }
  1905.  
  1906. .tp-rightarrow.preview2 .tp-arr-titleholder {
  1907. right: 25px
  1908. }
  1909.  
  1910. .tp-leftarrow.preview2 .tp-arr-titleholder {
  1911. left: 25px
  1912. }
  1913. }
  1914.  
  1915. @media only screen and (min-width:0px) and (max-width:479px) {
  1916. .tparrows.preview2 {
  1917. min-width: 30px;
  1918. min-height: 30px;
  1919. width: 30px;
  1920. height: 30px;
  1921. border-radius: 15px;
  1922. -moz-border-radius: 15px;
  1923. -webkit-border-radius: 15px
  1924. }
  1925.  
  1926. .tparrows.preview2:after {
  1927. position: absolute;
  1928. top: 50%;
  1929. font-family: "revicons";
  1930. font-size: 14px;
  1931. margin-top: -12px
  1932. }
  1933.  
  1934. .tp-rightarrow.preview2:after {
  1935. content: '\e81e';
  1936. right: 8px
  1937. }
  1938.  
  1939. .tp-leftarrow.preview2:after {
  1940. content: '\e81f';
  1941. left: 8px
  1942. }
  1943.  
  1944. .tparrows.preview2 .tp-arr-titleholder {
  1945. display: none;
  1946. visibility: none
  1947. }
  1948.  
  1949. .tparrows.preview2:hover {
  1950. width: 30px !important;
  1951. height: 30px !important
  1952. }
  1953. }
  1954.  
  1955. .tparrows.preview3 {
  1956. width: 70px;
  1957. height: 70px;
  1958. background: #fff;
  1959. background: rgba(255, 255, 255, 1);
  1960. -webkit-transform-style: flat
  1961. }
  1962.  
  1963. .tparrows.preview3:after {
  1964. position: absolute;
  1965. line-height: 70px;
  1966. text-align: center;
  1967. font-family: "revicons";
  1968. color: #aaa;
  1969. font-size: 30px;
  1970. top: 0px;
  1971. left: 0px;
  1972. ;
  1973. background: #fff;
  1974. z-index: 100;
  1975. width: 70px;
  1976. height: 70px;
  1977. -webkit-transition: color 0.3s;
  1978. -moz-transition: color 0.3s;
  1979. transition: color 0.3s
  1980. }
  1981.  
  1982. .tparrows.preview3:hover:after {
  1983. color: #000
  1984. }
  1985.  
  1986. .tp-rightarrow.preview3:after {
  1987. content: '\e825'
  1988. }
  1989.  
  1990. .tp-leftarrow.preview3:after {
  1991. content: '\e824'
  1992. }
  1993.  
  1994. .tparrows.preview3 .tp-arr-iwrapper {
  1995. -webkit-transform: scale(0, 1);
  1996. transform: scale(0, 1);
  1997. -webkit-transform-origin: 100% 50%;
  1998. transform-origin: 100% 50%;
  1999. -webkit-transition: -webkit-transform 0.2s;
  2000. transition: transform 0.2s;
  2001. z-index: 0;
  2002. position: absolute;
  2003. background: #000;
  2004. background: rgba(0, 0, 0, 0.75);
  2005. display: table;
  2006. min-height: 90px;
  2007. top: -10px
  2008. }
  2009.  
  2010. .tp-leftarrow.preview3 .tp-arr-iwrapper {
  2011. -webkit-transform: scale(0, 1);
  2012. transform: scale(0, 1);
  2013. -webkit-transform-origin: 0% 50%;
  2014. transform-origin: 0% 50%
  2015. }
  2016.  
  2017. .tparrows.preview3 .tp-arr-imgholder {
  2018. display: block;
  2019. background-size: cover;
  2020. background-position: center center;
  2021. display: table-cell;
  2022. min-width: 90px;
  2023. height: 90px;
  2024. position: relative;
  2025. top: 0px
  2026. }
  2027.  
  2028. .tp-rightarrow.preview3 .tp-arr-iwrapper {
  2029. right: 0px;
  2030. padding-right: 70px
  2031. }
  2032.  
  2033. .tp-leftarrow.preview3 .tp-arr-iwrapper {
  2034. left: 0px;
  2035. direction: rtl;
  2036. padding-left: 70px
  2037. }
  2038.  
  2039. .tparrows.preview3 .tp-arr-titleholder {
  2040. display: table-cell;
  2041. padding: 30px;
  2042. font-size: 16px;
  2043. color: #fff;
  2044. white-space: nowrap;
  2045. position: relative;
  2046. clear: right;
  2047. vertical-align: middle
  2048. }
  2049.  
  2050. .tparrows.preview3:hover .tp-arr-iwrapper {
  2051. -webkit-transform: scale(1, 1);
  2052. transform: scale(1, 1)
  2053. }
  2054.  
  2055. .tp-bullets.preview3 {
  2056. height: 17px
  2057. }
  2058.  
  2059. .tp-bullets.preview3 .bullet {
  2060. cursor: pointer;
  2061. position: relative !important;
  2062. background: rgba(0, 0, 0, 0.5) !important;
  2063. -webkit-border-radius: 10px;
  2064. border-radius: 10px;
  2065. -webkit-box-shadow: none;
  2066. -moz-box-shadow: none;
  2067. box-shadow: none;
  2068. width: 6px !important;
  2069. height: 6px !important;
  2070. border: 5px solid rgba(0, 0, 0, 0) !important;
  2071. display: inline-block;
  2072. margin-right: 2px !important;
  2073. margin-bottom: 0px !important;
  2074. -webkit-transition: background-color 0.2s, border-color 0.2s;
  2075. -moz-transition: background-color 0.2s, border-color 0.2s;
  2076. -o-transition: background-color 0.2s, border-color 0.2s;
  2077. -ms-transition: background-color 0.2s, border-color 0.2s;
  2078. transition: background-color 0.2s, border-color 0.2s;
  2079. float: none !important;
  2080. box-sizing: content-box;
  2081. -moz-box-sizing: content-box;
  2082. -webkit-box-sizing: content-box
  2083. }
  2084.  
  2085. .tp-bullets.preview3 .bullet.last {
  2086. margin-right: 0px
  2087. }
  2088.  
  2089. .tp-bullets.preview3 .bullet:hover, .tp-bullets.preview3 .bullet.selected {
  2090. -webkit-box-shadow: none;
  2091. -moz-box-shadow: none;
  2092. box-shadow: none;
  2093. background: rgba(255, 255, 255, 1) !important;
  2094. width: 6px !important;
  2095. height: 6px !important;
  2096. border: 5px solid rgba(0, 0, 0, 1) !important
  2097. }
  2098.  
  2099. @media only screen and (min-width:768px) and (max-width:979px) {
  2100. .tparrows.preview3:after, .tparrows.preview3 {
  2101. width: 50px;
  2102. height: 50px;
  2103. line-height: 50px;
  2104. font-size: 20px
  2105. }
  2106.  
  2107. .tparrows.preview3 .tp-arr-iwrapper {
  2108. min-height: 70px
  2109. }
  2110.  
  2111. .tparrows.preview3 .tp-arr-imgholder {
  2112. min-width: 70px;
  2113. height: 70px
  2114. }
  2115.  
  2116. .tp-rightarrow.preview3 .tp-arr-iwrapper {
  2117. padding-right: 50px
  2118. }
  2119.  
  2120. .tp-leftarrow.preview3 .tp-arr-iwrapper {
  2121. padding-left: 50px
  2122. }
  2123.  
  2124. .tparrows.preview3 .tp-arr-titleholder {
  2125. padding: 10px;
  2126. font-size: 16px
  2127. }
  2128. }
  2129.  
  2130. @media only screen and (max-width:767px) {
  2131. .tparrows.preview3:after, .tparrows.preview3 {
  2132. width: 50px;
  2133. height: 50px;
  2134. line-height: 50px;
  2135. font-size: 20px
  2136. }
  2137.  
  2138. .tparrows.preview3 .tp-arr-iwrapper {
  2139. min-height: 70px
  2140. }
  2141. }
  2142.  
  2143. .tparrows.preview4 {
  2144. width: 30px;
  2145. height: 110px;
  2146. background: transparent;
  2147. -webkit-transform-style: preserve-3d;
  2148. -webkit-perspective: 1000;
  2149. -moz-perspective: 1000
  2150. }
  2151.  
  2152. .tparrows.preview4:after {
  2153. position: absolute;
  2154. line-height: 110px;
  2155. text-align: center;
  2156. font-family: "revicons";
  2157. color: #fff;
  2158. font-size: 20px;
  2159. top: 0px;
  2160. left: 0px;
  2161. z-index: 0;
  2162. width: 30px;
  2163. height: 110px;
  2164. background: #000;
  2165. background: rgba(0, 0, 0, 0.25);
  2166. -webkit-transition: all 0.2s ease-in-out;
  2167. -moz-transition: all 0.2s ease-in-out;
  2168. -o-transition: all 0.2s ease-in-out;
  2169. transition: all 0.2s ease-in-out;
  2170. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  2171. filter: alpha(opacity=100);
  2172. -moz-opacity: 1;
  2173. -khtml-opacity: 1;
  2174. opacity: 1
  2175. }
  2176.  
  2177. .tp-rightarrow.preview4:after {
  2178. content: '\e825'
  2179. }
  2180.  
  2181. .tp-leftarrow.preview4:after {
  2182. content: '\e824'
  2183. }
  2184.  
  2185. .tparrows.preview4 .tp-arr-allwrapper {
  2186. visibility: hidden;
  2187. width: 180px;
  2188. position: absolute;
  2189. z-index: 1;
  2190. min-height: 120px;
  2191. top: 0px;
  2192. left: -150px;
  2193. overflow: hidden;
  2194. -webkit-perspective: 1000px;
  2195. -webkit-transform-style: flat
  2196. }
  2197.  
  2198. .tp-leftarrow.preview4 .tp-arr-allwrapper {
  2199. left: 0px
  2200. }
  2201.  
  2202. .tparrows.preview4 .tp-arr-iwrapper {
  2203. position: relative
  2204. }
  2205.  
  2206. .tparrows.preview4 .tp-arr-imgholder {
  2207. display: block;
  2208. background-size: cover;
  2209. background-position: center center;
  2210. width: 180px;
  2211. height: 110px;
  2212. position: relative;
  2213. top: 0px;
  2214. -webkit-backface-visibility: hidden;
  2215. backface-visibility: hidden
  2216. }
  2217.  
  2218. .tparrows.preview4 .tp-arr-imgholder2 {
  2219. display: block;
  2220. background-size: cover;
  2221. background-position: center center;
  2222. width: 180px;
  2223. height: 110px;
  2224. position: absolute;
  2225. top: 0px;
  2226. left: 180px;
  2227. -webkit-backface-visibility: hidden;
  2228. backface-visibility: hidden
  2229. }
  2230.  
  2231. .tp-leftarrow.preview4 .tp-arr-imgholder2 {
  2232. left: -180px
  2233. }
  2234.  
  2235. .tparrows.preview4 .tp-arr-titleholder {
  2236. display: block;
  2237. font-size: 12px;
  2238. line-height: 25px;
  2239. padding: 0px 10px;
  2240. text-align: left;
  2241. color: #fff;
  2242. position: relative;
  2243. background: #000;
  2244. color: #FFF;
  2245. text-transform: uppercase;
  2246. white-space: nowrap;
  2247. letter-spacing: 1px;
  2248. font-weight: 700;
  2249. font-size: 11px;
  2250. line-height: 2.75;
  2251. -webkit-transition: all 0.3s;
  2252. transition: all 0.3s;
  2253. -webkit-transform: rotateX(-90deg);
  2254. transform: rotateX(-90deg);
  2255. -webkit-transform-origin: 50% 0;
  2256. transform-origin: 50% 0;
  2257. -webkit-backface-visibility: hidden;
  2258. backface-visibility: hidden;
  2259. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  2260. filter: alpha(opacity=0);
  2261. -moz-opacity: 0.0;
  2262. -khtml-opacity: 0.0;
  2263. opacity: 0.0
  2264. }
  2265.  
  2266. .tparrows.preview4:after {
  2267. transform-origin: 100% 100%;
  2268. -webkit-transform-origin: 100% 100%
  2269. }
  2270.  
  2271. .tp-leftarrow.preview4:after {
  2272. transform-origin: 0% 0%;
  2273. -webkit-transform-origin: 0% 0%
  2274. }
  2275.  
  2276. @media only screen and (min-width:768px) {
  2277. .tparrows.preview4:hover:after {
  2278. -webkit-transform: rotateY(-90deg);
  2279. transform: rotateY(-90deg)
  2280. }
  2281.  
  2282. .tp-leftarrow.preview4:hover:after {
  2283. -webkit-transform: rotateY(90deg);
  2284. transform: rotateY(90deg)
  2285. }
  2286.  
  2287. .tparrows.preview4:hover .tp-arr-titleholder {
  2288. -webkit-transition-delay: 0.4s;
  2289. transition-delay: 0.4s;
  2290. -webkit-transform: rotateX(0deg);
  2291. transform: rotateX(0deg);
  2292. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  2293. filter: alpha(opacity=100);
  2294. -moz-opacity: 1;
  2295. -khtml-opacity: 1;
  2296. opacity: 1
  2297. }
  2298. }
  2299.  
  2300. .tp-bullets.preview4 {
  2301. height: 17px
  2302. }
  2303.  
  2304. .tp-bullets.preview4 .bullet {
  2305. cursor: pointer;
  2306. position: relative !important;
  2307. background: rgba(0, 0, 0, 0.5) !important;
  2308. -webkit-border-radius: 10px;
  2309. border-radius: 10px;
  2310. -webkit-box-shadow: none;
  2311. -moz-box-shadow: none;
  2312. box-shadow: none;
  2313. width: 6px !important;
  2314. height: 6px !important;
  2315. border: 5px solid rgba(0, 0, 0, 0) !important;
  2316. display: inline-block;
  2317. margin-right: 2px !important;
  2318. margin-bottom: 0px !important;
  2319. -webkit-transition: background-color 0.2s, border-color 0.2s;
  2320. -moz-transition: background-color 0.2s, border-color 0.2s;
  2321. -o-transition: background-color 0.2s, border-color 0.2s;
  2322. -ms-transition: background-color 0.2s, border-color 0.2s;
  2323. transition: background-color 0.2s, border-color 0.2s;
  2324. float: none !important;
  2325. box-sizing: content-box;
  2326. -moz-box-sizing: content-box;
  2327. -webkit-box-sizing: content-box
  2328. }
  2329.  
  2330. .tp-bullets.preview4 .bullet.last {
  2331. margin-right: 0px
  2332. }
  2333.  
  2334. .tp-bullets.preview4 .bullet:hover, .tp-bullets.preview4 .bullet.selected {
  2335. -webkit-box-shadow: none;
  2336. -moz-box-shadow: none;
  2337. box-shadow: none;
  2338. background: rgba(255, 255, 255, 1) !important;
  2339. width: 6px !important;
  2340. height: 6px !important;
  2341. border: 5px solid rgba(0, 0, 0, 1) !important
  2342. }
  2343.  
  2344. @media only screen and (max-width:767px) {
  2345. .tparrows.preview4 {
  2346. width: 20px;
  2347. height: 80px
  2348. }
  2349.  
  2350. .tparrows.preview4:after {
  2351. width: 20px;
  2352. height: 80px;
  2353. line-height: 80px;
  2354. font-size: 14px
  2355. }
  2356.  
  2357. .tparrows.preview1 .tp-arr-allwrapper, .tparrows.preview2 .tp-arr-allwrapper, .tparrows.preview3 .tp-arr-allwrapper, .tparrows.preview4 .tp-arr-allwrapper {
  2358. display: none !important
  2359. }
  2360. }
  2361.  
  2362. .tp-simpleresponsive img {
  2363. -moz-user-select: none;
  2364. -khtml-user-select: none;
  2365. -webkit-user-select: none;
  2366. -o-user-select: none
  2367. }
  2368.  
  2369. .tp-caption img {
  2370. background: transparent;
  2371. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  2372. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  2373. zoom: 1
  2374. }
  2375.  
  2376. .tp-simpleresponsive ul {
  2377. list-style: none;
  2378. padding: 0;
  2379. margin: 0
  2380. }
  2381.  
  2382. .tp-simpleresponsive>ul li {
  2383. list-style: none;
  2384. position: absolute;
  2385. visibility: hidden
  2386. }
  2387.  
  2388. .caption.slidelink a div, .tp-caption.slidelink a div {
  2389. width: 3000px;
  2390. height: 1500px;
  2391. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/coloredbg.png) repeat
  2392. }
  2393.  
  2394. .tp-caption.slidelink a span {
  2395. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/coloredbg.png) repeat
  2396. }
  2397.  
  2398. .tp-loader {
  2399. top: 50%;
  2400. left: 50%;
  2401. z-index: 10000;
  2402. position: absolute
  2403. }
  2404.  
  2405. .tp-loader.spinner0 {
  2406. width: 40px;
  2407. height: 40px;
  2408. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/loader.gif) no-repeat center center;
  2409. background-color: #fff;
  2410. box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2411. -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2412. margin-top: -20px;
  2413. margin-left: -20px;
  2414. -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  2415. animation: tp-rotateplane 1.2s infinite ease-in-out;
  2416. border-radius: 3px;
  2417. -moz-border-radius: 3px;
  2418. -webkit-border-radius: 3px
  2419. }
  2420.  
  2421. .tp-loader.spinner1 {
  2422. width: 40px;
  2423. height: 40px;
  2424. background-color: #fff;
  2425. box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2426. -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2427. margin-top: -20px;
  2428. margin-left: -20px;
  2429. -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  2430. animation: tp-rotateplane 1.2s infinite ease-in-out;
  2431. border-radius: 3px;
  2432. -moz-border-radius: 3px;
  2433. -webkit-border-radius: 3px
  2434. }
  2435.  
  2436. .tp-loader.spinner5 {
  2437. background: url(/media/com_uniterevolution2/assets/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
  2438. background-color: #fff;
  2439. margin: -22px -22px;
  2440. width: 44px;
  2441. height: 44px;
  2442. border-radius: 3px;
  2443. -moz-border-radius: 3px;
  2444. -webkit-border-radius: 3px
  2445. }
  2446.  
  2447. @-webkit-keyframes tp-rotateplane {
  2448. 0% {
  2449. -webkit-transform: perspective(120px)
  2450. }
  2451.  
  2452. 50% {
  2453. -webkit-transform: perspective(120px) rotateY(180deg)
  2454. }
  2455.  
  2456. 100% {
  2457. -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  2458. }
  2459. }
  2460.  
  2461. @keyframes tp-rotateplane {
  2462. 0% {
  2463. transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  2464. -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  2465. }
  2466.  
  2467. 50% {
  2468. transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  2469. -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  2470. }
  2471.  
  2472. 100% {
  2473. transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  2474. -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  2475. }
  2476. }
  2477.  
  2478. .tp-loader.spinner2 {
  2479. width: 40px;
  2480. height: 40px;
  2481. margin-top: -20px;
  2482. margin-left: -20px;
  2483. background-color: #f00;
  2484. box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2485. -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2486. border-radius: 100%;
  2487. -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  2488. animation: tp-scaleout 1.0s infinite ease-in-out
  2489. }
  2490.  
  2491. @-webkit-keyframes tp-scaleout {
  2492. 0% {
  2493. -webkit-transform: scale(0.0)
  2494. }
  2495.  
  2496. 100% {
  2497. -webkit-transform: scale(1.0);
  2498. opacity: 0
  2499. }
  2500. }
  2501.  
  2502. @keyframes tp-scaleout {
  2503. 0% {
  2504. transform: scale(0.0);
  2505. -webkit-transform: scale(0.0)
  2506. }
  2507.  
  2508. 100% {
  2509. transform: scale(1.0);
  2510. -webkit-transform: scale(1.0);
  2511. opacity: 0
  2512. }
  2513. }
  2514.  
  2515. .tp-loader.spinner3 {
  2516. margin: -9px 0px 0px -35px;
  2517. width: 70px;
  2518. text-align: center
  2519. }
  2520.  
  2521. .tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
  2522. width: 18px;
  2523. height: 18px;
  2524. background-color: #fff;
  2525. box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2526. -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2527. border-radius: 100%;
  2528. display: inline-block;
  2529. -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  2530. animation: tp-bouncedelay 1.4s infinite ease-in-out;
  2531. -webkit-animation-fill-mode: both;
  2532. animation-fill-mode: both
  2533. }
  2534.  
  2535. .tp-loader.spinner3 .bounce1 {
  2536. -webkit-animation-delay: -0.32s;
  2537. animation-delay: -0.32s
  2538. }
  2539.  
  2540. .tp-loader.spinner3 .bounce2 {
  2541. -webkit-animation-delay: -0.16s;
  2542. animation-delay: -0.16s
  2543. }
  2544.  
  2545. @-webkit-keyframes tp-bouncedelay {
  2546. 0%, 80%, 100% {
  2547. -webkit-transform: scale(0.0)
  2548. }
  2549.  
  2550. 40% {
  2551. -webkit-transform: scale(1.0)
  2552. }
  2553. }
  2554.  
  2555. @keyframes tp-bouncedelay {
  2556. 0%, 80%, 100% {
  2557. transform: scale(0.0);
  2558. -webkit-transform: scale(0.0)
  2559. }
  2560.  
  2561. 40% {
  2562. transform: scale(1.0);
  2563. -webkit-transform: scale(1.0)
  2564. }
  2565. }
  2566.  
  2567. .tp-loader.spinner4 {
  2568. margin: -20px 0px 0px -20px;
  2569. width: 40px;
  2570. height: 40px;
  2571. text-align: center;
  2572. -webkit-animation: tp-rotate 2.0s infinite linear;
  2573. animation: tp-rotate 2.0s infinite linear
  2574. }
  2575.  
  2576. .tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
  2577. width: 60%;
  2578. height: 60%;
  2579. display: inline-block;
  2580. position: absolute;
  2581. top: 0;
  2582. background-color: #fff;
  2583. border-radius: 100%;
  2584. -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  2585. animation: tp-bounce 2.0s infinite ease-in-out;
  2586. box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  2587. -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15)
  2588. }
  2589.  
  2590. .tp-loader.spinner4 .dot2 {
  2591. top: auto;
  2592. bottom: 0px;
  2593. -webkit-animation-delay: -1.0s;
  2594. animation-delay: -1.0s
  2595. }
  2596.  
  2597. @-webkit-keyframes tp-rotate {
  2598. 100% {
  2599. -webkit-transform: rotate(360deg)
  2600. }
  2601. }
  2602.  
  2603. @keyframes tp-rotate {
  2604. 100% {
  2605. transform: rotate(360deg);
  2606. -webkit-transform: rotate(360deg)
  2607. }
  2608. }
  2609.  
  2610. @-webkit-keyframes tp-bounce {
  2611. 0%, 100% {
  2612. -webkit-transform: scale(0.0)
  2613. }
  2614.  
  2615. 50% {
  2616. -webkit-transform: scale(1.0)
  2617. }
  2618. }
  2619.  
  2620. @keyframes tp-bounce {
  2621. 0%, 100% {
  2622. transform: scale(0.0);
  2623. -webkit-transform: scale(0.0)
  2624. }
  2625.  
  2626. 50% {
  2627. transform: scale(1.0);
  2628. -webkit-transform: scale(1.0)
  2629. }
  2630. }
  2631.  
  2632. .tp-caption.roc-higlight-oranje {
  2633. font-size: 59px;
  2634. line-height: 67px;
  2635. font-weight: 300;
  2636. font-family: 'themix bold';
  2637. color: rgb(255, 255, 255);
  2638. text-decoration: none;
  2639. padding: 1px 8px;
  2640. text-shadow: none;
  2641. margin: 0px;
  2642. letter-spacing: -1.5px;
  2643. height: auto;
  2644. background-color: rgb(245, 130, 32);
  2645. border-width: 0px;
  2646. border-color: rgb(255, 255, 255);
  2647. border-style: none
  2648. }
  2649.  
  2650. .roc-higlight-oranje {
  2651. font-size: 59px;
  2652. line-height: 67px;
  2653. font-weight: 300;
  2654. font-family: 'themix bold';
  2655. color: rgb(255, 255, 255);
  2656. text-decoration: none;
  2657. padding: 1px 8px;
  2658. text-shadow: none;
  2659. margin: 0px;
  2660. letter-spacing: -1.5px;
  2661. height: auto;
  2662. background-color: rgb(245, 130, 32);
  2663. border-width: 0px;
  2664. border-color: rgb(255, 255, 255);
  2665. border-style: none
  2666. }
  2667.  
  2668. .tp-caption a {
  2669. color: #ff7302;
  2670. text-shadow: none;
  2671. -webkit-transition: all 0.2s ease-out;
  2672. -moz-transition: all 0.2s ease-out;
  2673. -o-transition: all 0.2s ease-out;
  2674. -ms-transition: all 0.2s ease-out
  2675. }
  2676.  
  2677. .tp-caption a:hover {
  2678. color: #ffa902
  2679. }
  2680.  
  2681. .tp-caption a {
  2682. color: #ff7302;
  2683. text-shadow: none;
  2684. -webkit-transition: all 0.2s ease-out;
  2685. -moz-transition: all 0.2s ease-out;
  2686. -o-transition: all 0.2s ease-out;
  2687. -ms-transition: all 0.2s ease-out
  2688. }
  2689.  
  2690. .tp-caption a:hover {
  2691. color: #ffa902
  2692. }
  2693.  
  2694. div.mod-languages ul {
  2695. margin: 0;
  2696. padding: 0;
  2697. list-style: none
  2698. }
  2699.  
  2700. div.mod-languages li {
  2701. margin-left: 5px;
  2702. margin-right: 5px
  2703. }
  2704.  
  2705. div.mod-languages ul.lang-inline li {
  2706. display: inline
  2707. }
  2708.  
  2709. div.mod-languages ul.lang-block li {
  2710. display: block
  2711. }
  2712.  
  2713. div.mod-languages img {
  2714. border: none
  2715. }
  2716.  
  2717. div.mod-languages a {
  2718. text-decoration: none
  2719. }
  2720.  
  2721. .rstbox-close rstbox_clbtn_default {
  2722. color: white !
  2723. }
  2724.  
  2725. #rstbox_25 .rstbox-close:hover {
  2726. color: rgba(128, 128, 128, 1) !important
  2727. }
  2728.  
  2729. .logo {
  2730. margin-top: 0px;
  2731. margin-bottom: 0px
  2732. }
  2733.  
  2734. html {
  2735. font-family: sans-serif;
  2736. -webkit-text-size-adjust: 100%;
  2737. -ms-text-size-adjust: 100%
  2738. }
  2739.  
  2740. body {
  2741. margin: 0
  2742. }
  2743.  
  2744. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  2745. display: block
  2746. }
  2747.  
  2748. audio, canvas, progress, video {
  2749. display: inline-block;
  2750. vertical-align: baseline
  2751. }
  2752.  
  2753. audio:not([controls]) {
  2754. display: none;
  2755. height: 0
  2756. }
  2757.  
  2758. [hidden], template {
  2759. display: none
  2760. }
  2761.  
  2762. a {
  2763. background-color: transparent
  2764. }
  2765.  
  2766. a:active, a:hover {
  2767. outline: 0
  2768. }
  2769.  
  2770. abbr[title] {
  2771. border-bottom: 1px dotted
  2772. }
  2773.  
  2774. b, strong {
  2775. font-weight: 700
  2776. }
  2777.  
  2778. dfn {
  2779. font-style: italic
  2780. }
  2781.  
  2782. h1 {
  2783. margin: .67em 0;
  2784. font-size: 2em
  2785. }
  2786.  
  2787. mark {
  2788. color: #000;
  2789. background: #ff0
  2790. }
  2791.  
  2792. small {
  2793. font-size: 80%
  2794. }
  2795.  
  2796. sub, sup {
  2797. position: relative;
  2798. font-size: 75%;
  2799. line-height: 0;
  2800. vertical-align: baseline
  2801. }
  2802.  
  2803. sup {
  2804. top: -.5em
  2805. }
  2806.  
  2807. sub {
  2808. bottom: -.25em
  2809. }
  2810.  
  2811. img {
  2812. border: 0
  2813. }
  2814.  
  2815. svg:not(:root) {
  2816. overflow: hidden
  2817. }
  2818.  
  2819. figure {
  2820. margin: 1em 40px
  2821. }
  2822.  
  2823. hr {
  2824. height: 0;
  2825. -webkit-box-sizing: content-box;
  2826. -moz-box-sizing: content-box;
  2827. box-sizing: content-box
  2828. }
  2829.  
  2830. pre {
  2831. overflow: auto
  2832. }
  2833.  
  2834. code, kbd, pre, samp {
  2835. font-family: monospace, monospace;
  2836. font-size: 1em
  2837. }
  2838.  
  2839. button, input, optgroup, select, textarea {
  2840. margin: 0;
  2841. font: inherit;
  2842. color: inherit
  2843. }
  2844.  
  2845. button {
  2846. overflow: visible
  2847. }
  2848.  
  2849. button, select {
  2850. text-transform: none
  2851. }
  2852.  
  2853. button, html input[type=button], input[type=reset], input[type=submit] {
  2854. -webkit-appearance: button;
  2855. cursor: pointer
  2856. }
  2857.  
  2858. button[disabled], html input[disabled] {
  2859. cursor: default
  2860. }
  2861.  
  2862. button::-moz-focus-inner, input::-moz-focus-inner {
  2863. padding: 0;
  2864. border: 0
  2865. }
  2866.  
  2867. input {
  2868. line-height: normal
  2869. }
  2870.  
  2871. input[type=checkbox], input[type=radio] {
  2872. -webkit-box-sizing: border-box;
  2873. -moz-box-sizing: border-box;
  2874. box-sizing: border-box;
  2875. padding: 0
  2876. }
  2877.  
  2878. input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  2879. height: auto
  2880. }
  2881.  
  2882. input[type=search] {
  2883. -webkit-box-sizing: content-box;
  2884. -moz-box-sizing: content-box;
  2885. box-sizing: content-box;
  2886. -webkit-appearance: textfield
  2887. }
  2888.  
  2889. input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  2890. -webkit-appearance: none
  2891. }
  2892.  
  2893. fieldset {
  2894. padding: .35em .625em .75em;
  2895. margin: 0 2px;
  2896. border: 1px solid silver
  2897. }
  2898.  
  2899. legend {
  2900. padding: 0;
  2901. border: 0
  2902. }
  2903.  
  2904. textarea {
  2905. overflow: auto
  2906. }
  2907.  
  2908. optgroup {
  2909. font-weight: 700
  2910. }
  2911.  
  2912. table {
  2913. border-spacing: 0;
  2914. border-collapse: collapse
  2915. }
  2916.  
  2917. td, th {
  2918. padding: 0
  2919. }
  2920.  
  2921. @media print {
  2922. *, :after, :before {
  2923. color: #000 !important;
  2924. text-shadow: none !important;
  2925. background: 0 0 !important;
  2926. -webkit-box-shadow: none !important;
  2927. box-shadow: none !important
  2928. }
  2929.  
  2930. a, a:visited {
  2931. text-decoration: underline
  2932. }
  2933.  
  2934. a[href]:after {
  2935. content: " ("attr(href) ")"
  2936. }
  2937.  
  2938. abbr[title]:after {
  2939. content: " ("attr(title) ")"
  2940. }
  2941.  
  2942. a[href^="javascript:"]:after, a[href^="#"]:after {
  2943. content: ""
  2944. }
  2945.  
  2946. blockquote, pre {
  2947. border: 1px solid #999;
  2948. page-break-inside: avoid
  2949. }
  2950.  
  2951. thead {
  2952. display: table-header-group
  2953. }
  2954.  
  2955. img, tr {
  2956. page-break-inside: avoid
  2957. }
  2958.  
  2959. img {
  2960. max-width: 100% !important
  2961. }
  2962.  
  2963. h2, h3, p {
  2964. orphans: 3;
  2965. widows: 3
  2966. }
  2967.  
  2968. h2, h3 {
  2969. page-break-after: avoid
  2970. }
  2971.  
  2972. .navbar {
  2973. display: none
  2974. }
  2975.  
  2976. .btn>.caret, .dropup>.btn>.caret {
  2977. border-top-color: #000 !important
  2978. }
  2979.  
  2980. .label {
  2981. border: 1px solid #000
  2982. }
  2983.  
  2984. .table {
  2985. border-collapse: collapse !important
  2986. }
  2987.  
  2988. .table td, .table th {
  2989. background-color: #fff !important
  2990. }
  2991.  
  2992. .table-bordered td, .table-bordered th {
  2993. border: 1px solid #ddd !important
  2994. }
  2995. }
  2996.  
  2997. @font-face {
  2998. font-family: 'Glyphicons Halflings';
  2999. src: url(/templates/joostrapbase-v3-4/fonts/glyphicons-halflings-regular.eot);
  3000. src: url(/templates/joostrapbase-v3-4/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'), url(/templates/joostrapbase-v3-4/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/templates/joostrapbase-v3-4/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/templates/joostrapbase-v3-4/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/templates/joostrapbase-v3-4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
  3001. }
  3002.  
  3003. .glyphicon {
  3004. position: relative;
  3005. top: 1px;
  3006. display: inline-block;
  3007. font-family: 'Glyphicons Halflings';
  3008. font-style: normal;
  3009. font-weight: 400;
  3010. line-height: 1;
  3011. -webkit-font-smoothing: antialiased;
  3012. -moz-osx-font-smoothing: grayscale
  3013. }
  3014.  
  3015. .glyphicon-asterisk:before {
  3016. content: "\002a"
  3017. }
  3018.  
  3019. .glyphicon-plus:before {
  3020. content: "\002b"
  3021. }
  3022.  
  3023. .glyphicon-eur:before, .glyphicon-euro:before {
  3024. content: "\20ac"
  3025. }
  3026.  
  3027. .glyphicon-minus:before {
  3028. content: "\2212"
  3029. }
  3030.  
  3031. .glyphicon-cloud:before {
  3032. content: "\2601"
  3033. }
  3034.  
  3035. .glyphicon-envelope:before {
  3036. content: "\2709"
  3037. }
  3038.  
  3039. .glyphicon-pencil:before {
  3040. content: "\270f"
  3041. }
  3042.  
  3043. .glyphicon-glass:before {
  3044. content: "\e001"
  3045. }
  3046.  
  3047. .glyphicon-music:before {
  3048. content: "\e002"
  3049. }
  3050.  
  3051. .glyphicon-search:before {
  3052. content: "\e003"
  3053. }
  3054.  
  3055. .glyphicon-heart:before {
  3056. content: "\e005"
  3057. }
  3058.  
  3059. .glyphicon-star:before {
  3060. content: "\e006"
  3061. }
  3062.  
  3063. .glyphicon-star-empty:before {
  3064. content: "\e007"
  3065. }
  3066.  
  3067. .glyphicon-user:before {
  3068. content: "\e008"
  3069. }
  3070.  
  3071. .glyphicon-film:before {
  3072. content: "\e009"
  3073. }
  3074.  
  3075. .glyphicon-th-large:before {
  3076. content: "\e010"
  3077. }
  3078.  
  3079. .glyphicon-th:before {
  3080. content: "\e011"
  3081. }
  3082.  
  3083. .glyphicon-th-list:before {
  3084. content: "\e012"
  3085. }
  3086.  
  3087. .glyphicon-ok:before {
  3088. content: "\e013"
  3089. }
  3090.  
  3091. .glyphicon-remove:before {
  3092. content: "\e014"
  3093. }
  3094.  
  3095. .glyphicon-zoom-in:before {
  3096. content: "\e015"
  3097. }
  3098.  
  3099. .glyphicon-zoom-out:before {
  3100. content: "\e016"
  3101. }
  3102.  
  3103. .glyphicon-off:before {
  3104. content: "\e017"
  3105. }
  3106.  
  3107. .glyphicon-signal:before {
  3108. content: "\e018"
  3109. }
  3110.  
  3111. .glyphicon-cog:before {
  3112. content: "\e019"
  3113. }
  3114.  
  3115. .glyphicon-trash:before {
  3116. content: "\e020"
  3117. }
  3118.  
  3119. .glyphicon-home:before {
  3120. content: "\e021"
  3121. }
  3122.  
  3123. .glyphicon-file:before {
  3124. content: "\e022"
  3125. }
  3126.  
  3127. .glyphicon-time:before {
  3128. content: "\e023"
  3129. }
  3130.  
  3131. .glyphicon-road:before {
  3132. content: "\e024"
  3133. }
  3134.  
  3135. .glyphicon-download-alt:before {
  3136. content: "\e025"
  3137. }
  3138.  
  3139. .glyphicon-download:before {
  3140. content: "\e026"
  3141. }
  3142.  
  3143. .glyphicon-upload:before {
  3144. content: "\e027"
  3145. }
  3146.  
  3147. .glyphicon-inbox:before {
  3148. content: "\e028"
  3149. }
  3150.  
  3151. .glyphicon-play-circle:before {
  3152. content: "\e029"
  3153. }
  3154.  
  3155. .glyphicon-repeat:before {
  3156. content: "\e030"
  3157. }
  3158.  
  3159. .glyphicon-refresh:before {
  3160. content: "\e031"
  3161. }
  3162.  
  3163. .glyphicon-list-alt:before {
  3164. content: "\e032"
  3165. }
  3166.  
  3167. .glyphicon-lock:before {
  3168. content: "\e033"
  3169. }
  3170.  
  3171. .glyphicon-flag:before {
  3172. content: "\e034"
  3173. }
  3174.  
  3175. .glyphicon-headphones:before {
  3176. content: "\e035"
  3177. }
  3178.  
  3179. .glyphicon-volume-off:before {
  3180. content: "\e036"
  3181. }
  3182.  
  3183. .glyphicon-volume-down:before {
  3184. content: "\e037"
  3185. }
  3186.  
  3187. .glyphicon-volume-up:before {
  3188. content: "\e038"
  3189. }
  3190.  
  3191. .glyphicon-qrcode:before {
  3192. content: "\e039"
  3193. }
  3194.  
  3195. .glyphicon-barcode:before {
  3196. content: "\e040"
  3197. }
  3198.  
  3199. .glyphicon-tag:before {
  3200. content: "\e041"
  3201. }
  3202.  
  3203. .glyphicon-tags:before {
  3204. content: "\e042"
  3205. }
  3206.  
  3207. .glyphicon-book:before {
  3208. content: "\e043"
  3209. }
  3210.  
  3211. .glyphicon-bookmark:before {
  3212. content: "\e044"
  3213. }
  3214.  
  3215. .glyphicon-print:before {
  3216. content: "\e045"
  3217. }
  3218.  
  3219. .glyphicon-camera:before {
  3220. content: "\e046"
  3221. }
  3222.  
  3223. .glyphicon-font:before {
  3224. content: "\e047"
  3225. }
  3226.  
  3227. .glyphicon-bold:before {
  3228. content: "\e048"
  3229. }
  3230.  
  3231. .glyphicon-italic:before {
  3232. content: "\e049"
  3233. }
  3234.  
  3235. .glyphicon-text-height:before {
  3236. content: "\e050"
  3237. }
  3238.  
  3239. .glyphicon-text-width:before {
  3240. content: "\e051"
  3241. }
  3242.  
  3243. .glyphicon-align-left:before {
  3244. content: "\e052"
  3245. }
  3246.  
  3247. .glyphicon-align-center:before {
  3248. content: "\e053"
  3249. }
  3250.  
  3251. .glyphicon-align-right:before {
  3252. content: "\e054"
  3253. }
  3254.  
  3255. .glyphicon-align-justify:before {
  3256. content: "\e055"
  3257. }
  3258.  
  3259. .glyphicon-list:before {
  3260. content: "\e056"
  3261. }
  3262.  
  3263. .glyphicon-indent-left:before {
  3264. content: "\e057"
  3265. }
  3266.  
  3267. .glyphicon-indent-right:before {
  3268. content: "\e058"
  3269. }
  3270.  
  3271. .glyphicon-facetime-video:before {
  3272. content: "\e059"
  3273. }
  3274.  
  3275. .glyphicon-picture:before {
  3276. content: "\e060"
  3277. }
  3278.  
  3279. .glyphicon-map-marker:before {
  3280. content: "\e062"
  3281. }
  3282.  
  3283. .glyphicon-adjust:before {
  3284. content: "\e063"
  3285. }
  3286.  
  3287. .glyphicon-tint:before {
  3288. content: "\e064"
  3289. }
  3290.  
  3291. .glyphicon-edit:before {
  3292. content: "\e065"
  3293. }
  3294.  
  3295. .glyphicon-share:before {
  3296. content: "\e066"
  3297. }
  3298.  
  3299. .glyphicon-check:before {
  3300. content: "\e067"
  3301. }
  3302.  
  3303. .glyphicon-move:before {
  3304. content: "\e068"
  3305. }
  3306.  
  3307. .glyphicon-step-backward:before {
  3308. content: "\e069"
  3309. }
  3310.  
  3311. .glyphicon-fast-backward:before {
  3312. content: "\e070"
  3313. }
  3314.  
  3315. .glyphicon-backward:before {
  3316. content: "\e071"
  3317. }
  3318.  
  3319. .glyphicon-play:before {
  3320. content: "\e072"
  3321. }
  3322.  
  3323. .glyphicon-pause:before {
  3324. content: "\e073"
  3325. }
  3326.  
  3327. .glyphicon-stop:before {
  3328. content: "\e074"
  3329. }
  3330.  
  3331. .glyphicon-forward:before {
  3332. content: "\e075"
  3333. }
  3334.  
  3335. .glyphicon-fast-forward:before {
  3336. content: "\e076"
  3337. }
  3338.  
  3339. .glyphicon-step-forward:before {
  3340. content: "\e077"
  3341. }
  3342.  
  3343. .glyphicon-eject:before {
  3344. content: "\e078"
  3345. }
  3346.  
  3347. .glyphicon-chevron-left:before {
  3348. content: "\e079"
  3349. }
  3350.  
  3351. .glyphicon-chevron-right:before {
  3352. content: "\e080"
  3353. }
  3354.  
  3355. .glyphicon-plus-sign:before {
  3356. content: "\e081"
  3357. }
  3358.  
  3359. .glyphicon-minus-sign:before {
  3360. content: "\e082"
  3361. }
  3362.  
  3363. .glyphicon-remove-sign:before {
  3364. content: "\e083"
  3365. }
  3366.  
  3367. .glyphicon-ok-sign:before {
  3368. content: "\e084"
  3369. }
  3370.  
  3371. .glyphicon-question-sign:before {
  3372. content: "\e085"
  3373. }
  3374.  
  3375. .glyphicon-info-sign:before {
  3376. content: "\e086"
  3377. }
  3378.  
  3379. .glyphicon-screenshot:before {
  3380. content: "\e087"
  3381. }
  3382.  
  3383. .glyphicon-remove-circle:before {
  3384. content: "\e088"
  3385. }
  3386.  
  3387. .glyphicon-ok-circle:before {
  3388. content: "\e089"
  3389. }
  3390.  
  3391. .glyphicon-ban-circle:before {
  3392. content: "\e090"
  3393. }
  3394.  
  3395. .glyphicon-arrow-left:before {
  3396. content: "\e091"
  3397. }
  3398.  
  3399. .glyphicon-arrow-right:before {
  3400. content: "\e092"
  3401. }
  3402.  
  3403. .glyphicon-arrow-up:before {
  3404. content: "\e093"
  3405. }
  3406.  
  3407. .glyphicon-arrow-down:before {
  3408. content: "\e094"
  3409. }
  3410.  
  3411. .glyphicon-share-alt:before {
  3412. content: "\e095"
  3413. }
  3414.  
  3415. .glyphicon-resize-full:before {
  3416. content: "\e096"
  3417. }
  3418.  
  3419. .glyphicon-resize-small:before {
  3420. content: "\e097"
  3421. }
  3422.  
  3423. .glyphicon-exclamation-sign:before {
  3424. content: "\e101"
  3425. }
  3426.  
  3427. .glyphicon-gift:before {
  3428. content: "\e102"
  3429. }
  3430.  
  3431. .glyphicon-leaf:before {
  3432. content: "\e103"
  3433. }
  3434.  
  3435. .glyphicon-fire:before {
  3436. content: "\e104"
  3437. }
  3438.  
  3439. .glyphicon-eye-open:before {
  3440. content: "\e105"
  3441. }
  3442.  
  3443. .glyphicon-eye-close:before {
  3444. content: "\e106"
  3445. }
  3446.  
  3447. .glyphicon-warning-sign:before {
  3448. content: "\e107"
  3449. }
  3450.  
  3451. .glyphicon-plane:before {
  3452. content: "\e108"
  3453. }
  3454.  
  3455. .glyphicon-calendar:before {
  3456. content: "\e109"
  3457. }
  3458.  
  3459. .glyphicon-random:before {
  3460. content: "\e110"
  3461. }
  3462.  
  3463. .glyphicon-comment:before {
  3464. content: "\e111"
  3465. }
  3466.  
  3467. .glyphicon-magnet:before {
  3468. content: "\e112"
  3469. }
  3470.  
  3471. .glyphicon-chevron-up:before {
  3472. content: "\e113"
  3473. }
  3474.  
  3475. .glyphicon-chevron-down:before {
  3476. content: "\e114"
  3477. }
  3478.  
  3479. .glyphicon-retweet:before {
  3480. content: "\e115"
  3481. }
  3482.  
  3483. .glyphicon-shopping-cart:before {
  3484. content: "\e116"
  3485. }
  3486.  
  3487. .glyphicon-folder-close:before {
  3488. content: "\e117"
  3489. }
  3490.  
  3491. .glyphicon-folder-open:before {
  3492. content: "\e118"
  3493. }
  3494.  
  3495. .glyphicon-resize-vertical:before {
  3496. content: "\e119"
  3497. }
  3498.  
  3499. .glyphicon-resize-horizontal:before {
  3500. content: "\e120"
  3501. }
  3502.  
  3503. .glyphicon-hdd:before {
  3504. content: "\e121"
  3505. }
  3506.  
  3507. .glyphicon-bullhorn:before {
  3508. content: "\e122"
  3509. }
  3510.  
  3511. .glyphicon-bell:before {
  3512. content: "\e123"
  3513. }
  3514.  
  3515. .glyphicon-certificate:before {
  3516. content: "\e124"
  3517. }
  3518.  
  3519. .glyphicon-thumbs-up:before {
  3520. content: "\e125"
  3521. }
  3522.  
  3523. .glyphicon-thumbs-down:before {
  3524. content: "\e126"
  3525. }
  3526.  
  3527. .glyphicon-hand-right:before {
  3528. content: "\e127"
  3529. }
  3530.  
  3531. .glyphicon-hand-left:before {
  3532. content: "\e128"
  3533. }
  3534.  
  3535. .glyphicon-hand-up:before {
  3536. content: "\e129"
  3537. }
  3538.  
  3539. .glyphicon-hand-down:before {
  3540. content: "\e130"
  3541. }
  3542.  
  3543. .glyphicon-circle-arrow-right:before {
  3544. content: "\e131"
  3545. }
  3546.  
  3547. .glyphicon-circle-arrow-left:before {
  3548. content: "\e132"
  3549. }
  3550.  
  3551. .glyphicon-circle-arrow-up:before {
  3552. content: "\e133"
  3553. }
  3554.  
  3555. .glyphicon-circle-arrow-down:before {
  3556. content: "\e134"
  3557. }
  3558.  
  3559. .glyphicon-globe:before {
  3560. content: "\e135"
  3561. }
  3562.  
  3563. .glyphicon-wrench:before {
  3564. content: "\e136"
  3565. }
  3566.  
  3567. .glyphicon-tasks:before {
  3568. content: "\e137"
  3569. }
  3570.  
  3571. .glyphicon-filter:before {
  3572. content: "\e138"
  3573. }
  3574.  
  3575. .glyphicon-briefcase:before {
  3576. content: "\e139"
  3577. }
  3578.  
  3579. .glyphicon-fullscreen:before {
  3580. content: "\e140"
  3581. }
  3582.  
  3583. .glyphicon-dashboard:before {
  3584. content: "\e141"
  3585. }
  3586.  
  3587. .glyphicon-paperclip:before {
  3588. content: "\e142"
  3589. }
  3590.  
  3591. .glyphicon-heart-empty:before {
  3592. content: "\e143"
  3593. }
  3594.  
  3595. .glyphicon-link:before {
  3596. content: "\e144"
  3597. }
  3598.  
  3599. .glyphicon-phone:before {
  3600. content: "\e145"
  3601. }
  3602.  
  3603. .glyphicon-pushpin:before {
  3604. content: "\e146"
  3605. }
  3606.  
  3607. .glyphicon-usd:before {
  3608. content: "\e148"
  3609. }
  3610.  
  3611. .glyphicon-gbp:before {
  3612. content: "\e149"
  3613. }
  3614.  
  3615. .glyphicon-sort:before {
  3616. content: "\e150"
  3617. }
  3618.  
  3619. .glyphicon-sort-by-alphabet:before {
  3620. content: "\e151"
  3621. }
  3622.  
  3623. .glyphicon-sort-by-alphabet-alt:before {
  3624. content: "\e152"
  3625. }
  3626.  
  3627. .glyphicon-sort-by-order:before {
  3628. content: "\e153"
  3629. }
  3630.  
  3631. .glyphicon-sort-by-order-alt:before {
  3632. content: "\e154"
  3633. }
  3634.  
  3635. .glyphicon-sort-by-attributes:before {
  3636. content: "\e155"
  3637. }
  3638.  
  3639. .glyphicon-sort-by-attributes-alt:before {
  3640. content: "\e156"
  3641. }
  3642.  
  3643. .glyphicon-unchecked:before {
  3644. content: "\e157"
  3645. }
  3646.  
  3647. .glyphicon-expand:before {
  3648. content: "\e158"
  3649. }
  3650.  
  3651. .glyphicon-collapse-down:before {
  3652. content: "\e159"
  3653. }
  3654.  
  3655. .glyphicon-collapse-up:before {
  3656. content: "\e160"
  3657. }
  3658.  
  3659. .glyphicon-log-in:before {
  3660. content: "\e161"
  3661. }
  3662.  
  3663. .glyphicon-flash:before {
  3664. content: "\e162"
  3665. }
  3666.  
  3667. .glyphicon-log-out:before {
  3668. content: "\e163"
  3669. }
  3670.  
  3671. .glyphicon-new-window:before {
  3672. content: "\e164"
  3673. }
  3674.  
  3675. .glyphicon-record:before {
  3676. content: "\e165"
  3677. }
  3678.  
  3679. .glyphicon-save:before {
  3680. content: "\e166"
  3681. }
  3682.  
  3683. .glyphicon-open:before {
  3684. content: "\e167"
  3685. }
  3686.  
  3687. .glyphicon-saved:before {
  3688. content: "\e168"
  3689. }
  3690.  
  3691. .glyphicon-import:before {
  3692. content: "\e169"
  3693. }
  3694.  
  3695. .glyphicon-export:before {
  3696. content: "\e170"
  3697. }
  3698.  
  3699. .glyphicon-send:before {
  3700. content: "\e171"
  3701. }
  3702.  
  3703. .glyphicon-floppy-disk:before {
  3704. content: "\e172"
  3705. }
  3706.  
  3707. .glyphicon-floppy-saved:before {
  3708. content: "\e173"
  3709. }
  3710.  
  3711. .glyphicon-floppy-remove:before {
  3712. content: "\e174"
  3713. }
  3714.  
  3715. .glyphicon-floppy-save:before {
  3716. content: "\e175"
  3717. }
  3718.  
  3719. .glyphicon-floppy-open:before {
  3720. content: "\e176"
  3721. }
  3722.  
  3723. .glyphicon-credit-card:before {
  3724. content: "\e177"
  3725. }
  3726.  
  3727. .glyphicon-transfer:before {
  3728. content: "\e178"
  3729. }
  3730.  
  3731. .glyphicon-cutlery:before {
  3732. content: "\e179"
  3733. }
  3734.  
  3735. .glyphicon-header:before {
  3736. content: "\e180"
  3737. }
  3738.  
  3739. .glyphicon-compressed:before {
  3740. content: "\e181"
  3741. }
  3742.  
  3743. .glyphicon-earphone:before {
  3744. content: "\e182"
  3745. }
  3746.  
  3747. .glyphicon-phone-alt:before {
  3748. content: "\e183"
  3749. }
  3750.  
  3751. .glyphicon-tower:before {
  3752. content: "\e184"
  3753. }
  3754.  
  3755. .glyphicon-stats:before {
  3756. content: "\e185"
  3757. }
  3758.  
  3759. .glyphicon-sd-video:before {
  3760. content: "\e186"
  3761. }
  3762.  
  3763. .glyphicon-hd-video:before {
  3764. content: "\e187"
  3765. }
  3766.  
  3767. .glyphicon-subtitles:before {
  3768. content: "\e188"
  3769. }
  3770.  
  3771. .glyphicon-sound-stereo:before {
  3772. content: "\e189"
  3773. }
  3774.  
  3775. .glyphicon-sound-dolby:before {
  3776. content: "\e190"
  3777. }
  3778.  
  3779. .glyphicon-sound-5-1:before {
  3780. content: "\e191"
  3781. }
  3782.  
  3783. .glyphicon-sound-6-1:before {
  3784. content: "\e192"
  3785. }
  3786.  
  3787. .glyphicon-sound-7-1:before {
  3788. content: "\e193"
  3789. }
  3790.  
  3791. .glyphicon-copyright-mark:before {
  3792. content: "\e194"
  3793. }
  3794.  
  3795. .glyphicon-registration-mark:before {
  3796. content: "\e195"
  3797. }
  3798.  
  3799. .glyphicon-cloud-download:before {
  3800. content: "\e197"
  3801. }
  3802.  
  3803. .glyphicon-cloud-upload:before {
  3804. content: "\e198"
  3805. }
  3806.  
  3807. .glyphicon-tree-conifer:before {
  3808. content: "\e199"
  3809. }
  3810.  
  3811. .glyphicon-tree-deciduous:before {
  3812. content: "\e200"
  3813. }
  3814.  
  3815. .glyphicon-cd:before {
  3816. content: "\e201"
  3817. }
  3818.  
  3819. .glyphicon-save-file:before {
  3820. content: "\e202"
  3821. }
  3822.  
  3823. .glyphicon-open-file:before {
  3824. content: "\e203"
  3825. }
  3826.  
  3827. .glyphicon-level-up:before {
  3828. content: "\e204"
  3829. }
  3830.  
  3831. .glyphicon-copy:before {
  3832. content: "\e205"
  3833. }
  3834.  
  3835. .glyphicon-paste:before {
  3836. content: "\e206"
  3837. }
  3838.  
  3839. .glyphicon-alert:before {
  3840. content: "\e209"
  3841. }
  3842.  
  3843. .glyphicon-equalizer:before {
  3844. content: "\e210"
  3845. }
  3846.  
  3847. .glyphicon-king:before {
  3848. content: "\e211"
  3849. }
  3850.  
  3851. .glyphicon-queen:before {
  3852. content: "\e212"
  3853. }
  3854.  
  3855. .glyphicon-pawn:before {
  3856. content: "\e213"
  3857. }
  3858.  
  3859. .glyphicon-bishop:before {
  3860. content: "\e214"
  3861. }
  3862.  
  3863. .glyphicon-knight:before {
  3864. content: "\e215"
  3865. }
  3866.  
  3867. .glyphicon-baby-formula:before {
  3868. content: "\e216"
  3869. }
  3870.  
  3871. .glyphicon-tent:before {
  3872. content: "\26fa"
  3873. }
  3874.  
  3875. .glyphicon-blackboard:before {
  3876. content: "\e218"
  3877. }
  3878.  
  3879. .glyphicon-bed:before {
  3880. content: "\e219"
  3881. }
  3882.  
  3883. .glyphicon-apple:before {
  3884. content: "\f8ff"
  3885. }
  3886.  
  3887. .glyphicon-erase:before {
  3888. content: "\e221"
  3889. }
  3890.  
  3891. .glyphicon-hourglass:before {
  3892. content: "\231b"
  3893. }
  3894.  
  3895. .glyphicon-lamp:before {
  3896. content: "\e223"
  3897. }
  3898.  
  3899. .glyphicon-duplicate:before {
  3900. content: "\e224"
  3901. }
  3902.  
  3903. .glyphicon-piggy-bank:before {
  3904. content: "\e225"
  3905. }
  3906.  
  3907. .glyphicon-scissors:before {
  3908. content: "\e226"
  3909. }
  3910.  
  3911. .glyphicon-bitcoin:before {
  3912. content: "\e227"
  3913. }
  3914.  
  3915. .glyphicon-btc:before {
  3916. content: "\e227"
  3917. }
  3918.  
  3919. .glyphicon-xbt:before {
  3920. content: "\e227"
  3921. }
  3922.  
  3923. .glyphicon-yen:before {
  3924. content: "\00a5"
  3925. }
  3926.  
  3927. .glyphicon-jpy:before {
  3928. content: "\00a5"
  3929. }
  3930.  
  3931. .glyphicon-ruble:before {
  3932. content: "\20bd"
  3933. }
  3934.  
  3935. .glyphicon-rub:before {
  3936. content: "\20bd"
  3937. }
  3938.  
  3939. .glyphicon-scale:before {
  3940. content: "\e230"
  3941. }
  3942.  
  3943. .glyphicon-ice-lolly:before {
  3944. content: "\e231"
  3945. }
  3946.  
  3947. .glyphicon-ice-lolly-tasted:before {
  3948. content: "\e232"
  3949. }
  3950.  
  3951. .glyphicon-education:before {
  3952. content: "\e233"
  3953. }
  3954.  
  3955. .glyphicon-option-horizontal:before {
  3956. content: "\e234"
  3957. }
  3958.  
  3959. .glyphicon-option-vertical:before {
  3960. content: "\e235"
  3961. }
  3962.  
  3963. .glyphicon-menu-hamburger:before {
  3964. content: "\e236"
  3965. }
  3966.  
  3967. .glyphicon-modal-window:before {
  3968. content: "\e237"
  3969. }
  3970.  
  3971. .glyphicon-oil:before {
  3972. content: "\e238"
  3973. }
  3974.  
  3975. .glyphicon-grain:before {
  3976. content: "\e239"
  3977. }
  3978.  
  3979. .glyphicon-sunglasses:before {
  3980. content: "\e240"
  3981. }
  3982.  
  3983. .glyphicon-text-size:before {
  3984. content: "\e241"
  3985. }
  3986.  
  3987. .glyphicon-text-color:before {
  3988. content: "\e242"
  3989. }
  3990.  
  3991. .glyphicon-text-background:before {
  3992. content: "\e243"
  3993. }
  3994.  
  3995. .glyphicon-object-align-top:before {
  3996. content: "\e244"
  3997. }
  3998.  
  3999. .glyphicon-object-align-bottom:before {
  4000. content: "\e245"
  4001. }
  4002.  
  4003. .glyphicon-object-align-horizontal:before {
  4004. content: "\e246"
  4005. }
  4006.  
  4007. .glyphicon-object-align-left:before {
  4008. content: "\e247"
  4009. }
  4010.  
  4011. .glyphicon-object-align-vertical:before {
  4012. content: "\e248"
  4013. }
  4014.  
  4015. .glyphicon-object-align-right:before {
  4016. content: "\e249"
  4017. }
  4018.  
  4019. .glyphicon-triangle-right:before {
  4020. content: "\e250"
  4021. }
  4022.  
  4023. .glyphicon-triangle-left:before {
  4024. content: "\e251"
  4025. }
  4026.  
  4027. .glyphicon-triangle-bottom:before {
  4028. content: "\e252"
  4029. }
  4030.  
  4031. .glyphicon-triangle-top:before {
  4032. content: "\e253"
  4033. }
  4034.  
  4035. .glyphicon-console:before {
  4036. content: "\e254"
  4037. }
  4038.  
  4039. .glyphicon-superscript:before {
  4040. content: "\e255"
  4041. }
  4042.  
  4043. .glyphicon-subscript:before {
  4044. content: "\e256"
  4045. }
  4046.  
  4047. .glyphicon-menu-left:before {
  4048. content: "\e257"
  4049. }
  4050.  
  4051. .glyphicon-menu-right:before {
  4052. content: "\e258"
  4053. }
  4054.  
  4055. .glyphicon-menu-down:before {
  4056. content: "\e259"
  4057. }
  4058.  
  4059. .glyphicon-menu-up:before {
  4060. content: "\e260"
  4061. }
  4062.  
  4063. * {
  4064. -webkit-box-sizing: border-box;
  4065. -moz-box-sizing: border-box;
  4066. box-sizing: border-box
  4067. }
  4068.  
  4069. :after, :before {
  4070. -webkit-box-sizing: border-box;
  4071. -moz-box-sizing: border-box;
  4072. box-sizing: border-box
  4073. }
  4074.  
  4075. html {
  4076. font-size: 10px;
  4077. -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  4078. }
  4079.  
  4080. body {
  4081. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  4082. font-size: 14px;
  4083. line-height: 1.42857143;
  4084. color: #333;
  4085. background-color: #fff
  4086. }
  4087.  
  4088. button, input, select, textarea {
  4089. font-family: inherit;
  4090. font-size: inherit;
  4091. line-height: inherit
  4092. }
  4093.  
  4094. a {
  4095. color: #337ab7;
  4096. text-decoration: none
  4097. }
  4098.  
  4099. a:focus, a:hover {
  4100. color: #23527c;
  4101. text-decoration: underline
  4102. }
  4103.  
  4104. a:focus {
  4105. outline: 5px auto -webkit-focus-ring-color;
  4106. outline-offset: -2px
  4107. }
  4108.  
  4109. figure {
  4110. margin: 0
  4111. }
  4112.  
  4113. img {
  4114. vertical-align: middle
  4115. }
  4116.  
  4117. .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  4118. display: block;
  4119. max-width: 100%;
  4120. height: auto
  4121. }
  4122.  
  4123. .img-rounded {
  4124. border-radius: 6px
  4125. }
  4126.  
  4127. .img-thumbnail {
  4128. display: inline-block;
  4129. max-width: 100%;
  4130. height: auto;
  4131. padding: 4px;
  4132. line-height: 1.42857143;
  4133. background-color: #fff;
  4134. border: 1px solid #ddd;
  4135. border-radius: 4px;
  4136. -webkit-transition: all .2s ease-in-out;
  4137. -o-transition: all .2s ease-in-out;
  4138. transition: all .2s ease-in-out
  4139. }
  4140.  
  4141. .img-circle {
  4142. border-radius: 50%
  4143. }
  4144.  
  4145. hr {
  4146. margin-top: 20px;
  4147. margin-bottom: 20px;
  4148. border: 0;
  4149. border-top: 1px solid #eee
  4150. }
  4151.  
  4152. .sr-only {
  4153. position: absolute;
  4154. width: 1px;
  4155. height: 1px;
  4156. padding: 0;
  4157. margin: -1px;
  4158. overflow: hidden;
  4159. clip: rect(0, 0, 0, 0);
  4160. border: 0
  4161. }
  4162.  
  4163. .sr-only-focusable:active, .sr-only-focusable:focus {
  4164. position: static;
  4165. width: auto;
  4166. height: auto;
  4167. margin: 0;
  4168. overflow: visible;
  4169. clip: auto
  4170. }
  4171.  
  4172. [role=button] {
  4173. cursor: pointer
  4174. }
  4175.  
  4176. .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  4177. font-family: inherit;
  4178. font-weight: 500;
  4179. line-height: 1.1;
  4180. color: inherit
  4181. }
  4182.  
  4183. .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  4184. font-weight: 400;
  4185. line-height: 1;
  4186. color: #777
  4187. }
  4188.  
  4189. .h1, .h2, .h3, h1, h2, h3 {
  4190. margin-top: 20px;
  4191. margin-bottom: 10px
  4192. }
  4193.  
  4194. .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  4195. font-size: 65%
  4196. }
  4197.  
  4198. .h4, .h5, .h6, h4, h5, h6 {
  4199. margin-top: 10px;
  4200. margin-bottom: 10px
  4201. }
  4202.  
  4203. .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  4204. font-size: 75%
  4205. }
  4206.  
  4207. .h1, h1 {
  4208. font-size: 36px
  4209. }
  4210.  
  4211. .h2, h2 {
  4212. font-size: 30px
  4213. }
  4214.  
  4215. .h3, h3 {
  4216. font-size: 24px
  4217. }
  4218.  
  4219. .h4, h4 {
  4220. font-size: 18px
  4221. }
  4222.  
  4223. .h5, h5 {
  4224. font-size: 14px
  4225. }
  4226.  
  4227. .h6, h6 {
  4228. font-size: 12px
  4229. }
  4230.  
  4231. p {
  4232. margin: 0 0 10px
  4233. }
  4234.  
  4235. .lead {
  4236. margin-bottom: 20px;
  4237. font-size: 16px;
  4238. font-weight: 300;
  4239. line-height: 1.4
  4240. }
  4241.  
  4242. @media (min-width:768px) {
  4243. .lead {
  4244. font-size: 21px
  4245. }
  4246. }
  4247.  
  4248. .small, small {
  4249. font-size: 85%
  4250. }
  4251.  
  4252. .mark, mark {
  4253. padding: .2em;
  4254. background-color: #fcf8e3
  4255. }
  4256.  
  4257. .text-left {
  4258. text-align: left
  4259. }
  4260.  
  4261. .text-right {
  4262. text-align: right
  4263. }
  4264.  
  4265. .text-center {
  4266. text-align: center
  4267. }
  4268.  
  4269. .text-justify {
  4270. text-align: justify
  4271. }
  4272.  
  4273. .text-nowrap {
  4274. white-space: nowrap
  4275. }
  4276.  
  4277. .text-lowercase {
  4278. text-transform: lowercase
  4279. }
  4280.  
  4281. .text-uppercase {
  4282. text-transform: uppercase
  4283. }
  4284.  
  4285. .text-capitalize {
  4286. text-transform: capitalize
  4287. }
  4288.  
  4289. .text-muted {
  4290. color: #777
  4291. }
  4292.  
  4293. .text-primary {
  4294. color: #337ab7
  4295. }
  4296.  
  4297. a.text-primary:focus, a.text-primary:hover {
  4298. color: #286090
  4299. }
  4300.  
  4301. .text-success {
  4302. color: #3c763d
  4303. }
  4304.  
  4305. a.text-success:focus, a.text-success:hover {
  4306. color: #2b542c
  4307. }
  4308.  
  4309. .text-info {
  4310. color: #31708f
  4311. }
  4312.  
  4313. a.text-info:focus, a.text-info:hover {
  4314. color: #245269
  4315. }
  4316.  
  4317. .text-warning {
  4318. color: #8a6d3b
  4319. }
  4320.  
  4321. a.text-warning:focus, a.text-warning:hover {
  4322. color: #66512c
  4323. }
  4324.  
  4325. .text-danger {
  4326. color: #a94442
  4327. }
  4328.  
  4329. a.text-danger:focus, a.text-danger:hover {
  4330. color: #843534
  4331. }
  4332.  
  4333. .bg-primary {
  4334. color: #fff;
  4335. background-color: #337ab7
  4336. }
  4337.  
  4338. a.bg-primary:focus, a.bg-primary:hover {
  4339. background-color: #286090
  4340. }
  4341.  
  4342. .bg-success {
  4343. background-color: #dff0d8
  4344. }
  4345.  
  4346. a.bg-success:focus, a.bg-success:hover {
  4347. background-color: #c1e2b3
  4348. }
  4349.  
  4350. .bg-info {
  4351. background-color: #d9edf7
  4352. }
  4353.  
  4354. a.bg-info:focus, a.bg-info:hover {
  4355. background-color: #afd9ee
  4356. }
  4357.  
  4358. .bg-warning {
  4359. background-color: #fcf8e3
  4360. }
  4361.  
  4362. a.bg-warning:focus, a.bg-warning:hover {
  4363. background-color: #f7ecb5
  4364. }
  4365.  
  4366. .bg-danger {
  4367. background-color: #f2dede
  4368. }
  4369.  
  4370. a.bg-danger:focus, a.bg-danger:hover {
  4371. background-color: #e4b9b9
  4372. }
  4373.  
  4374. .page-header {
  4375. padding-bottom: 9px;
  4376. margin: 40px 0 20px;
  4377. border-bottom: 1px solid #eee
  4378. }
  4379.  
  4380. ol, ul {
  4381. margin-top: 0;
  4382. margin-bottom: 10px
  4383. }
  4384.  
  4385. ol ol, ol ul, ul ol, ul ul {
  4386. margin-bottom: 0
  4387. }
  4388.  
  4389. .list-unstyled {
  4390. padding-left: 0;
  4391. list-style: none
  4392. }
  4393.  
  4394. .list-inline {
  4395. padding-left: 0;
  4396. margin-left: -5px;
  4397. list-style: none
  4398. }
  4399.  
  4400. .list-inline>li {
  4401. display: inline-block;
  4402. padding-right: 5px;
  4403. padding-left: 5px
  4404. }
  4405.  
  4406. dl {
  4407. margin-top: 0;
  4408. margin-bottom: 20px
  4409. }
  4410.  
  4411. dd, dt {
  4412. line-height: 1.42857143
  4413. }
  4414.  
  4415. dt {
  4416. font-weight: 700
  4417. }
  4418.  
  4419. dd {
  4420. margin-left: 0
  4421. }
  4422.  
  4423. @media (min-width:768px) {
  4424. .dl-horizontal dt {
  4425. float: left;
  4426. width: 160px;
  4427. overflow: hidden;
  4428. clear: left;
  4429. text-align: right;
  4430. text-overflow: ellipsis;
  4431. white-space: nowrap
  4432. }
  4433.  
  4434. .dl-horizontal dd {
  4435. margin-left: 180px
  4436. }
  4437. }
  4438.  
  4439. abbr[data-original-title], abbr[title] {
  4440. cursor: help;
  4441. border-bottom: 1px dotted #777
  4442. }
  4443.  
  4444. .initialism {
  4445. font-size: 90%;
  4446. text-transform: uppercase
  4447. }
  4448.  
  4449. blockquote {
  4450. padding: 10px 20px;
  4451. margin: 0 0 20px;
  4452. font-size: 17.5px;
  4453. border-left: 5px solid #eee
  4454. }
  4455.  
  4456. blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  4457. margin-bottom: 0
  4458. }
  4459.  
  4460. blockquote .small, blockquote footer, blockquote small {
  4461. display: block;
  4462. font-size: 80%;
  4463. line-height: 1.42857143;
  4464. color: #777
  4465. }
  4466.  
  4467. blockquote .small:before, blockquote footer:before, blockquote small:before {
  4468. content: '\2014 \00A0'
  4469. }
  4470.  
  4471. .blockquote-reverse, blockquote.pull-right {
  4472. padding-right: 15px;
  4473. padding-left: 0;
  4474. text-align: right;
  4475. border-right: 5px solid #eee;
  4476. border-left: 0
  4477. }
  4478.  
  4479. .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  4480. content: ''
  4481. }
  4482.  
  4483. .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  4484. content: '\00A0 \2014'
  4485. }
  4486.  
  4487. address {
  4488. margin-bottom: 20px;
  4489. font-style: normal;
  4490. line-height: 1.42857143
  4491. }
  4492.  
  4493. code, kbd, pre, samp {
  4494. font-family: Menlo, Monaco, Consolas, "Courier New", monospace
  4495. }
  4496.  
  4497. code {
  4498. padding: 2px 4px;
  4499. font-size: 90%;
  4500. color: #c7254e;
  4501. background-color: #f9f2f4;
  4502. border-radius: 4px
  4503. }
  4504.  
  4505. kbd {
  4506. padding: 2px 4px;
  4507. font-size: 90%;
  4508. color: #fff;
  4509. background-color: #333;
  4510. border-radius: 3px;
  4511. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  4512. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
  4513. }
  4514.  
  4515. kbd kbd {
  4516. padding: 0;
  4517. font-size: 100%;
  4518. font-weight: 700;
  4519. -webkit-box-shadow: none;
  4520. box-shadow: none
  4521. }
  4522.  
  4523. pre {
  4524. display: block;
  4525. padding: 9.5px;
  4526. margin: 0 0 10px;
  4527. font-size: 13px;
  4528. line-height: 1.42857143;
  4529. color: #333;
  4530. word-break: break-all;
  4531. word-wrap: break-word;
  4532. background-color: #f5f5f5;
  4533. border: 1px solid #ccc;
  4534. border-radius: 4px
  4535. }
  4536.  
  4537. pre code {
  4538. padding: 0;
  4539. font-size: inherit;
  4540. color: inherit;
  4541. white-space: pre-wrap;
  4542. background-color: transparent;
  4543. border-radius: 0
  4544. }
  4545.  
  4546. .pre-scrollable {
  4547. max-height: 340px;
  4548. overflow-y: scroll
  4549. }
  4550.  
  4551. .container {
  4552. padding-right: 15px;
  4553. padding-left: 15px;
  4554. margin-right: auto;
  4555. margin-left: auto
  4556. }
  4557.  
  4558. @media (min-width:768px) {
  4559. .container {
  4560. width: 750px
  4561. }
  4562. }
  4563.  
  4564. @media (min-width:992px) {
  4565. .container {
  4566. width: 970px
  4567. }
  4568. }
  4569.  
  4570. @media (min-width:1200px) {
  4571. .container {
  4572. width: 1170px
  4573. }
  4574. }
  4575.  
  4576. .container-fluid {
  4577. padding-right: 15px;
  4578. padding-left: 15px;
  4579. margin-right: auto;
  4580. margin-left: auto
  4581. }
  4582.  
  4583. .row {
  4584. margin-right: -15px;
  4585. margin-left: -15px
  4586. }
  4587.  
  4588. .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  4589. position: relative;
  4590. min-height: 1px;
  4591. padding-right: 15px;
  4592. padding-left: 15px
  4593. }
  4594.  
  4595. .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  4596. float: left
  4597. }
  4598.  
  4599. .col-xs-12 {
  4600. width: 100%
  4601. }
  4602.  
  4603. .col-xs-11 {
  4604. width: 91.66666667%
  4605. }
  4606.  
  4607. .col-xs-10 {
  4608. width: 83.33333333%
  4609. }
  4610.  
  4611. .col-xs-9 {
  4612. width: 75%
  4613. }
  4614.  
  4615. .col-xs-8 {
  4616. width: 66.66666667%
  4617. }
  4618.  
  4619. .col-xs-7 {
  4620. width: 58.33333333%
  4621. }
  4622.  
  4623. .col-xs-6 {
  4624. width: 50%
  4625. }
  4626.  
  4627. .col-xs-5 {
  4628. width: 41.66666667%
  4629. }
  4630.  
  4631. .col-xs-4 {
  4632. width: 33.33333333%
  4633. }
  4634.  
  4635. .col-xs-3 {
  4636. width: 25%
  4637. }
  4638.  
  4639. .col-xs-2 {
  4640. width: 16.66666667%
  4641. }
  4642.  
  4643. .col-xs-1 {
  4644. width: 8.33333333%
  4645. }
  4646.  
  4647. .col-xs-pull-12 {
  4648. right: 100%
  4649. }
  4650.  
  4651. .col-xs-pull-11 {
  4652. right: 91.66666667%
  4653. }
  4654.  
  4655. .col-xs-pull-10 {
  4656. right: 83.33333333%
  4657. }
  4658.  
  4659. .col-xs-pull-9 {
  4660. right: 75%
  4661. }
  4662.  
  4663. .col-xs-pull-8 {
  4664. right: 66.66666667%
  4665. }
  4666.  
  4667. .col-xs-pull-7 {
  4668. right: 58.33333333%
  4669. }
  4670.  
  4671. .col-xs-pull-6 {
  4672. right: 50%
  4673. }
  4674.  
  4675. .col-xs-pull-5 {
  4676. right: 41.66666667%
  4677. }
  4678.  
  4679. .col-xs-pull-4 {
  4680. right: 33.33333333%
  4681. }
  4682.  
  4683. .col-xs-pull-3 {
  4684. right: 25%
  4685. }
  4686.  
  4687. .col-xs-pull-2 {
  4688. right: 16.66666667%
  4689. }
  4690.  
  4691. .col-xs-pull-1 {
  4692. right: 8.33333333%
  4693. }
  4694.  
  4695. .col-xs-pull-0 {
  4696. right: auto
  4697. }
  4698.  
  4699. .col-xs-push-12 {
  4700. left: 100%
  4701. }
  4702.  
  4703. .col-xs-push-11 {
  4704. left: 91.66666667%
  4705. }
  4706.  
  4707. .col-xs-push-10 {
  4708. left: 83.33333333%
  4709. }
  4710.  
  4711. .col-xs-push-9 {
  4712. left: 75%
  4713. }
  4714.  
  4715. .col-xs-push-8 {
  4716. left: 66.66666667%
  4717. }
  4718.  
  4719. .col-xs-push-7 {
  4720. left: 58.33333333%
  4721. }
  4722.  
  4723. .col-xs-push-6 {
  4724. left: 50%
  4725. }
  4726.  
  4727. .col-xs-push-5 {
  4728. left: 41.66666667%
  4729. }
  4730.  
  4731. .col-xs-push-4 {
  4732. left: 33.33333333%
  4733. }
  4734.  
  4735. .col-xs-push-3 {
  4736. left: 25%
  4737. }
  4738.  
  4739. .col-xs-push-2 {
  4740. left: 16.66666667%
  4741. }
  4742.  
  4743. .col-xs-push-1 {
  4744. left: 8.33333333%
  4745. }
  4746.  
  4747. .col-xs-push-0 {
  4748. left: auto
  4749. }
  4750.  
  4751. .col-xs-offset-12 {
  4752. margin-left: 100%
  4753. }
  4754.  
  4755. .col-xs-offset-11 {
  4756. margin-left: 91.66666667%
  4757. }
  4758.  
  4759. .col-xs-offset-10 {
  4760. margin-left: 83.33333333%
  4761. }
  4762.  
  4763. .col-xs-offset-9 {
  4764. margin-left: 75%
  4765. }
  4766.  
  4767. .col-xs-offset-8 {
  4768. margin-left: 66.66666667%
  4769. }
  4770.  
  4771. .col-xs-offset-7 {
  4772. margin-left: 58.33333333%
  4773. }
  4774.  
  4775. .col-xs-offset-6 {
  4776. margin-left: 50%
  4777. }
  4778.  
  4779. .col-xs-offset-5 {
  4780. margin-left: 41.66666667%
  4781. }
  4782.  
  4783. .col-xs-offset-4 {
  4784. margin-left: 33.33333333%
  4785. }
  4786.  
  4787. .col-xs-offset-3 {
  4788. margin-left: 25%
  4789. }
  4790.  
  4791. .col-xs-offset-2 {
  4792. margin-left: 16.66666667%
  4793. }
  4794.  
  4795. .col-xs-offset-1 {
  4796. margin-left: 8.33333333%
  4797. }
  4798.  
  4799. .col-xs-offset-0 {
  4800. margin-left: 0
  4801. }
  4802.  
  4803. @media (min-width:768px) {
  4804. .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  4805. float: left
  4806. }
  4807.  
  4808. .col-sm-12 {
  4809. width: 100%
  4810. }
  4811.  
  4812. .col-sm-11 {
  4813. width: 91.66666667%
  4814. }
  4815.  
  4816. .col-sm-10 {
  4817. width: 83.33333333%
  4818. }
  4819.  
  4820. .col-sm-9 {
  4821. width: 75%
  4822. }
  4823.  
  4824. .col-sm-8 {
  4825. width: 66.66666667%
  4826. }
  4827.  
  4828. .col-sm-7 {
  4829. width: 58.33333333%
  4830. }
  4831.  
  4832. .col-sm-6 {
  4833. width: 50%
  4834. }
  4835.  
  4836. .col-sm-5 {
  4837. width: 41.66666667%
  4838. }
  4839.  
  4840. .col-sm-4 {
  4841. width: 33.33333333%
  4842. }
  4843.  
  4844. .col-sm-3 {
  4845. width: 25%
  4846. }
  4847.  
  4848. .col-sm-2 {
  4849. width: 16.66666667%
  4850. }
  4851.  
  4852. .col-sm-1 {
  4853. width: 8.33333333%
  4854. }
  4855.  
  4856. .col-sm-pull-12 {
  4857. right: 100%
  4858. }
  4859.  
  4860. .col-sm-pull-11 {
  4861. right: 91.66666667%
  4862. }
  4863.  
  4864. .col-sm-pull-10 {
  4865. right: 83.33333333%
  4866. }
  4867.  
  4868. .col-sm-pull-9 {
  4869. right: 75%
  4870. }
  4871.  
  4872. .col-sm-pull-8 {
  4873. right: 66.66666667%
  4874. }
  4875.  
  4876. .col-sm-pull-7 {
  4877. right: 58.33333333%
  4878. }
  4879.  
  4880. .col-sm-pull-6 {
  4881. right: 50%
  4882. }
  4883.  
  4884. .col-sm-pull-5 {
  4885. right: 41.66666667%
  4886. }
  4887.  
  4888. .col-sm-pull-4 {
  4889. right: 33.33333333%
  4890. }
  4891.  
  4892. .col-sm-pull-3 {
  4893. right: 25%
  4894. }
  4895.  
  4896. .col-sm-pull-2 {
  4897. right: 16.66666667%
  4898. }
  4899.  
  4900. .col-sm-pull-1 {
  4901. right: 8.33333333%
  4902. }
  4903.  
  4904. .col-sm-pull-0 {
  4905. right: auto
  4906. }
  4907.  
  4908. .col-sm-push-12 {
  4909. left: 100%
  4910. }
  4911.  
  4912. .col-sm-push-11 {
  4913. left: 91.66666667%
  4914. }
  4915.  
  4916. .col-sm-push-10 {
  4917. left: 83.33333333%
  4918. }
  4919.  
  4920. .col-sm-push-9 {
  4921. left: 75%
  4922. }
  4923.  
  4924. .col-sm-push-8 {
  4925. left: 66.66666667%
  4926. }
  4927.  
  4928. .col-sm-push-7 {
  4929. left: 58.33333333%
  4930. }
  4931.  
  4932. .col-sm-push-6 {
  4933. left: 50%
  4934. }
  4935.  
  4936. .col-sm-push-5 {
  4937. left: 41.66666667%
  4938. }
  4939.  
  4940. .col-sm-push-4 {
  4941. left: 33.33333333%
  4942. }
  4943.  
  4944. .col-sm-push-3 {
  4945. left: 25%
  4946. }
  4947.  
  4948. .col-sm-push-2 {
  4949. left: 16.66666667%
  4950. }
  4951.  
  4952. .col-sm-push-1 {
  4953. left: 8.33333333%
  4954. }
  4955.  
  4956. .col-sm-push-0 {
  4957. left: auto
  4958. }
  4959.  
  4960. .col-sm-offset-12 {
  4961. margin-left: 100%
  4962. }
  4963.  
  4964. .col-sm-offset-11 {
  4965. margin-left: 91.66666667%
  4966. }
  4967.  
  4968. .col-sm-offset-10 {
  4969. margin-left: 83.33333333%
  4970. }
  4971.  
  4972. .col-sm-offset-9 {
  4973. margin-left: 75%
  4974. }
  4975.  
  4976. .col-sm-offset-8 {
  4977. margin-left: 66.66666667%
  4978. }
  4979.  
  4980. .col-sm-offset-7 {
  4981. margin-left: 58.33333333%
  4982. }
  4983.  
  4984. .col-sm-offset-6 {
  4985. margin-left: 50%
  4986. }
  4987.  
  4988. .col-sm-offset-5 {
  4989. margin-left: 41.66666667%
  4990. }
  4991.  
  4992. .col-sm-offset-4 {
  4993. margin-left: 33.33333333%
  4994. }
  4995.  
  4996. .col-sm-offset-3 {
  4997. margin-left: 25%
  4998. }
  4999.  
  5000. .col-sm-offset-2 {
  5001. margin-left: 16.66666667%
  5002. }
  5003.  
  5004. .col-sm-offset-1 {
  5005. margin-left: 8.33333333%
  5006. }
  5007.  
  5008. .col-sm-offset-0 {
  5009. margin-left: 0
  5010. }
  5011. }
  5012.  
  5013. @media (min-width:992px) {
  5014. .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  5015. float: left
  5016. }
  5017.  
  5018. .col-md-12 {
  5019. width: 100%
  5020. }
  5021.  
  5022. .col-md-11 {
  5023. width: 91.66666667%
  5024. }
  5025.  
  5026. .col-md-10 {
  5027. width: 83.33333333%
  5028. }
  5029.  
  5030. .col-md-9 {
  5031. width: 75%
  5032. }
  5033.  
  5034. .col-md-8 {
  5035. width: 66.66666667%
  5036. }
  5037.  
  5038. .col-md-7 {
  5039. width: 58.33333333%
  5040. }
  5041.  
  5042. .col-md-6 {
  5043. width: 50%
  5044. }
  5045.  
  5046. .col-md-5 {
  5047. width: 41.66666667%
  5048. }
  5049.  
  5050. .col-md-4 {
  5051. width: 33.33333333%
  5052. }
  5053.  
  5054. .col-md-3 {
  5055. width: 25%
  5056. }
  5057.  
  5058. .col-md-2 {
  5059. width: 16.66666667%
  5060. }
  5061.  
  5062. .col-md-1 {
  5063. width: 8.33333333%
  5064. }
  5065.  
  5066. .col-md-pull-12 {
  5067. right: 100%
  5068. }
  5069.  
  5070. .col-md-pull-11 {
  5071. right: 91.66666667%
  5072. }
  5073.  
  5074. .col-md-pull-10 {
  5075. right: 83.33333333%
  5076. }
  5077.  
  5078. .col-md-pull-9 {
  5079. right: 75%
  5080. }
  5081.  
  5082. .col-md-pull-8 {
  5083. right: 66.66666667%
  5084. }
  5085.  
  5086. .col-md-pull-7 {
  5087. right: 58.33333333%
  5088. }
  5089.  
  5090. .col-md-pull-6 {
  5091. right: 50%
  5092. }
  5093.  
  5094. .col-md-pull-5 {
  5095. right: 41.66666667%
  5096. }
  5097.  
  5098. .col-md-pull-4 {
  5099. right: 33.33333333%
  5100. }
  5101.  
  5102. .col-md-pull-3 {
  5103. right: 25%
  5104. }
  5105.  
  5106. .col-md-pull-2 {
  5107. right: 16.66666667%
  5108. }
  5109.  
  5110. .col-md-pull-1 {
  5111. right: 8.33333333%
  5112. }
  5113.  
  5114. .col-md-pull-0 {
  5115. right: auto
  5116. }
  5117.  
  5118. .col-md-push-12 {
  5119. left: 100%
  5120. }
  5121.  
  5122. .col-md-push-11 {
  5123. left: 91.66666667%
  5124. }
  5125.  
  5126. .col-md-push-10 {
  5127. left: 83.33333333%
  5128. }
  5129.  
  5130. .col-md-push-9 {
  5131. left: 75%
  5132. }
  5133.  
  5134. .col-md-push-8 {
  5135. left: 66.66666667%
  5136. }
  5137.  
  5138. .col-md-push-7 {
  5139. left: 58.33333333%
  5140. }
  5141.  
  5142. .col-md-push-6 {
  5143. left: 50%
  5144. }
  5145.  
  5146. .col-md-push-5 {
  5147. left: 41.66666667%
  5148. }
  5149.  
  5150. .col-md-push-4 {
  5151. left: 33.33333333%
  5152. }
  5153.  
  5154. .col-md-push-3 {
  5155. left: 25%
  5156. }
  5157.  
  5158. .col-md-push-2 {
  5159. left: 16.66666667%
  5160. }
  5161.  
  5162. .col-md-push-1 {
  5163. left: 8.33333333%
  5164. }
  5165.  
  5166. .col-md-push-0 {
  5167. left: auto
  5168. }
  5169.  
  5170. .col-md-offset-12 {
  5171. margin-left: 100%
  5172. }
  5173.  
  5174. .col-md-offset-11 {
  5175. margin-left: 91.66666667%
  5176. }
  5177.  
  5178. .col-md-offset-10 {
  5179. margin-left: 83.33333333%
  5180. }
  5181.  
  5182. .col-md-offset-9 {
  5183. margin-left: 75%
  5184. }
  5185.  
  5186. .col-md-offset-8 {
  5187. margin-left: 66.66666667%
  5188. }
  5189.  
  5190. .col-md-offset-7 {
  5191. margin-left: 58.33333333%
  5192. }
  5193.  
  5194. .col-md-offset-6 {
  5195. margin-left: 50%
  5196. }
  5197.  
  5198. .col-md-offset-5 {
  5199. margin-left: 41.66666667%
  5200. }
  5201.  
  5202. .col-md-offset-4 {
  5203. margin-left: 33.33333333%
  5204. }
  5205.  
  5206. .col-md-offset-3 {
  5207. margin-left: 25%
  5208. }
  5209.  
  5210. .col-md-offset-2 {
  5211. margin-left: 16.66666667%
  5212. }
  5213.  
  5214. .col-md-offset-1 {
  5215. margin-left: 8.33333333%
  5216. }
  5217.  
  5218. .col-md-offset-0 {
  5219. margin-left: 0
  5220. }
  5221. }
  5222.  
  5223. @media (min-width:1200px) {
  5224. .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
  5225. float: left
  5226. }
  5227.  
  5228. .col-lg-12 {
  5229. width: 100%
  5230. }
  5231.  
  5232. .col-lg-11 {
  5233. width: 91.66666667%
  5234. }
  5235.  
  5236. .col-lg-10 {
  5237. width: 83.33333333%
  5238. }
  5239.  
  5240. .col-lg-9 {
  5241. width: 75%
  5242. }
  5243.  
  5244. .col-lg-8 {
  5245. width: 66.66666667%
  5246. }
  5247.  
  5248. .col-lg-7 {
  5249. width: 58.33333333%
  5250. }
  5251.  
  5252. .col-lg-6 {
  5253. width: 50%
  5254. }
  5255.  
  5256. .col-lg-5 {
  5257. width: 41.66666667%
  5258. }
  5259.  
  5260. .col-lg-4 {
  5261. width: 33.33333333%
  5262. }
  5263.  
  5264. .col-lg-3 {
  5265. width: 25%
  5266. }
  5267.  
  5268. .col-lg-2 {
  5269. width: 16.66666667%
  5270. }
  5271.  
  5272. .col-lg-1 {
  5273. width: 8.33333333%
  5274. }
  5275.  
  5276. .col-lg-pull-12 {
  5277. right: 100%
  5278. }
  5279.  
  5280. .col-lg-pull-11 {
  5281. right: 91.66666667%
  5282. }
  5283.  
  5284. .col-lg-pull-10 {
  5285. right: 83.33333333%
  5286. }
  5287.  
  5288. .col-lg-pull-9 {
  5289. right: 75%
  5290. }
  5291.  
  5292. .col-lg-pull-8 {
  5293. right: 66.66666667%
  5294. }
  5295.  
  5296. .col-lg-pull-7 {
  5297. right: 58.33333333%
  5298. }
  5299.  
  5300. .col-lg-pull-6 {
  5301. right: 50%
  5302. }
  5303.  
  5304. .col-lg-pull-5 {
  5305. right: 41.66666667%
  5306. }
  5307.  
  5308. .col-lg-pull-4 {
  5309. right: 33.33333333%
  5310. }
  5311.  
  5312. .col-lg-pull-3 {
  5313. right: 25%
  5314. }
  5315.  
  5316. .col-lg-pull-2 {
  5317. right: 16.66666667%
  5318. }
  5319.  
  5320. .col-lg-pull-1 {
  5321. right: 8.33333333%
  5322. }
  5323.  
  5324. .col-lg-pull-0 {
  5325. right: auto
  5326. }
  5327.  
  5328. .col-lg-push-12 {
  5329. left: 100%
  5330. }
  5331.  
  5332. .col-lg-push-11 {
  5333. left: 91.66666667%
  5334. }
  5335.  
  5336. .col-lg-push-10 {
  5337. left: 83.33333333%
  5338. }
  5339.  
  5340. .col-lg-push-9 {
  5341. left: 75%
  5342. }
  5343.  
  5344. .col-lg-push-8 {
  5345. left: 66.66666667%
  5346. }
  5347.  
  5348. .col-lg-push-7 {
  5349. left: 58.33333333%
  5350. }
  5351.  
  5352. .col-lg-push-6 {
  5353. left: 50%
  5354. }
  5355.  
  5356. .col-lg-push-5 {
  5357. left: 41.66666667%
  5358. }
  5359.  
  5360. .col-lg-push-4 {
  5361. left: 33.33333333%
  5362. }
  5363.  
  5364. .col-lg-push-3 {
  5365. left: 25%
  5366. }
  5367.  
  5368. .col-lg-push-2 {
  5369. left: 16.66666667%
  5370. }
  5371.  
  5372. .col-lg-push-1 {
  5373. left: 8.33333333%
  5374. }
  5375.  
  5376. .col-lg-push-0 {
  5377. left: auto
  5378. }
  5379.  
  5380. .col-lg-offset-12 {
  5381. margin-left: 100%
  5382. }
  5383.  
  5384. .col-lg-offset-11 {
  5385. margin-left: 91.66666667%
  5386. }
  5387.  
  5388. .col-lg-offset-10 {
  5389. margin-left: 83.33333333%
  5390. }
  5391.  
  5392. .col-lg-offset-9 {
  5393. margin-left: 75%
  5394. }
  5395.  
  5396. .col-lg-offset-8 {
  5397. margin-left: 66.66666667%
  5398. }
  5399.  
  5400. .col-lg-offset-7 {
  5401. margin-left: 58.33333333%
  5402. }
  5403.  
  5404. .col-lg-offset-6 {
  5405. margin-left: 50%
  5406. }
  5407.  
  5408. .col-lg-offset-5 {
  5409. margin-left: 41.66666667%
  5410. }
  5411.  
  5412. .col-lg-offset-4 {
  5413. margin-left: 33.33333333%
  5414. }
  5415.  
  5416. .col-lg-offset-3 {
  5417. margin-left: 25%
  5418. }
  5419.  
  5420. .col-lg-offset-2 {
  5421. margin-left: 16.66666667%
  5422. }
  5423.  
  5424. .col-lg-offset-1 {
  5425. margin-left: 8.33333333%
  5426. }
  5427.  
  5428. .col-lg-offset-0 {
  5429. margin-left: 0
  5430. }
  5431. }
  5432.  
  5433. table {
  5434. background-color: transparent
  5435. }
  5436.  
  5437. caption {
  5438. padding-top: 8px;
  5439. padding-bottom: 8px;
  5440. color: #777;
  5441. text-align: left
  5442. }
  5443.  
  5444. th {
  5445. text-align: left
  5446. }
  5447.  
  5448. .table {
  5449. width: 100%;
  5450. max-width: 100%;
  5451. margin-bottom: 20px
  5452. }
  5453.  
  5454. .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  5455. padding: 8px;
  5456. line-height: 1.42857143;
  5457. vertical-align: top;
  5458. border-top: 1px solid #ddd
  5459. }
  5460.  
  5461. .table>thead>tr>th {
  5462. vertical-align: bottom;
  5463. border-bottom: 2px solid #ddd
  5464. }
  5465.  
  5466. .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  5467. border-top: 0
  5468. }
  5469.  
  5470. .table>tbody+tbody {
  5471. border-top: 2px solid #ddd
  5472. }
  5473.  
  5474. .table .table {
  5475. background-color: #fff
  5476. }
  5477.  
  5478. .table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  5479. padding: 5px
  5480. }
  5481.  
  5482. .table-bordered {
  5483. border: 1px solid #ddd
  5484. }
  5485.  
  5486. .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  5487. border: 1px solid #ddd
  5488. }
  5489.  
  5490. .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  5491. border-bottom-width: 2px
  5492. }
  5493.  
  5494. .table-striped>tbody>tr:nth-of-type(odd) {
  5495. background-color: #f9f9f9
  5496. }
  5497.  
  5498. .table-hover>tbody>tr:hover {
  5499. background-color: #f5f5f5
  5500. }
  5501.  
  5502. table col[class*=col-] {
  5503. position: static;
  5504. display: table-column;
  5505. float: none
  5506. }
  5507.  
  5508. table td[class*=col-], table th[class*=col-] {
  5509. position: static;
  5510. display: table-cell;
  5511. float: none
  5512. }
  5513.  
  5514. .table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
  5515. background-color: #f5f5f5
  5516. }
  5517.  
  5518. .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
  5519. background-color: #e8e8e8
  5520. }
  5521.  
  5522. .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
  5523. background-color: #dff0d8
  5524. }
  5525.  
  5526. .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
  5527. background-color: #d0e9c6
  5528. }
  5529.  
  5530. .table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
  5531. background-color: #d9edf7
  5532. }
  5533.  
  5534. .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
  5535. background-color: #c4e3f3
  5536. }
  5537.  
  5538. .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
  5539. background-color: #fcf8e3
  5540. }
  5541.  
  5542. .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
  5543. background-color: #faf2cc
  5544. }
  5545.  
  5546. .table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
  5547. background-color: #f2dede
  5548. }
  5549.  
  5550. .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
  5551. background-color: #ebcccc
  5552. }
  5553.  
  5554. .table-responsive {
  5555. min-height: .01%;
  5556. overflow-x: auto
  5557. }
  5558.  
  5559. @media screen and (max-width:767px) {
  5560. .table-responsive {
  5561. width: 100%;
  5562. margin-bottom: 15px;
  5563. overflow-y: hidden;
  5564. -ms-overflow-style: -ms-autohiding-scrollbar;
  5565. border: 1px solid #ddd
  5566. }
  5567.  
  5568. .table-responsive>.table {
  5569. margin-bottom: 0
  5570. }
  5571.  
  5572. .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
  5573. white-space: nowrap
  5574. }
  5575.  
  5576. .table-responsive>.table-bordered {
  5577. border: 0
  5578. }
  5579.  
  5580. .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
  5581. border-left: 0
  5582. }
  5583.  
  5584. .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
  5585. border-right: 0
  5586. }
  5587.  
  5588. .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
  5589. border-bottom: 0
  5590. }
  5591. }
  5592.  
  5593. fieldset {
  5594. min-width: 0;
  5595. padding: 0;
  5596. margin: 0;
  5597. border: 0
  5598. }
  5599.  
  5600. legend {
  5601. display: block;
  5602. width: 100%;
  5603. padding: 0;
  5604. margin-bottom: 20px;
  5605. font-size: 21px;
  5606. line-height: inherit;
  5607. color: #333;
  5608. border: 0;
  5609. border-bottom: 1px solid #e5e5e5
  5610. }
  5611.  
  5612. label {
  5613. display: inline-block;
  5614. max-width: 100%;
  5615. margin-bottom: 5px;
  5616. font-weight: 700
  5617. }
  5618.  
  5619. input[type=search] {
  5620. -webkit-box-sizing: border-box;
  5621. -moz-box-sizing: border-box;
  5622. box-sizing: border-box
  5623. }
  5624.  
  5625. input[type=checkbox], input[type=radio] {
  5626. margin: 4px 0 0;
  5627. margin-top: 1px\9;
  5628. line-height: normal
  5629. }
  5630.  
  5631. input[type=file] {
  5632. display: block
  5633. }
  5634.  
  5635. input[type=range] {
  5636. display: block;
  5637. width: 100%
  5638. }
  5639.  
  5640. select[multiple], select[size] {
  5641. height: auto
  5642. }
  5643.  
  5644. input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  5645. outline: 5px auto -webkit-focus-ring-color;
  5646. outline-offset: -2px
  5647. }
  5648.  
  5649. output {
  5650. display: block;
  5651. padding-top: 7px;
  5652. font-size: 14px;
  5653. line-height: 1.42857143;
  5654. color: #555
  5655. }
  5656.  
  5657. .form-control {
  5658. display: block;
  5659. width: 100%;
  5660. height: 34px;
  5661. padding: 6px 12px;
  5662. font-size: 14px;
  5663. line-height: 1.42857143;
  5664. color: #555;
  5665. background-color: #fff;
  5666. background-image: none;
  5667. border: 1px solid #ccc;
  5668. border-radius: 4px;
  5669. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  5670. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  5671. -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  5672. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  5673. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
  5674. }
  5675.  
  5676. .form-control:focus {
  5677. border-color: #66afe9;
  5678. outline: 0;
  5679. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  5680. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
  5681. }
  5682.  
  5683. .form-control::-moz-placeholder {
  5684. color: #999;
  5685. opacity: 1
  5686. }
  5687.  
  5688. .form-control:-ms-input-placeholder {
  5689. color: #999
  5690. }
  5691.  
  5692. .form-control::-webkit-input-placeholder {
  5693. color: #999
  5694. }
  5695.  
  5696. .form-control::-ms-expand {
  5697. background-color: transparent;
  5698. border: 0
  5699. }
  5700.  
  5701. .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  5702. background-color: #eee;
  5703. opacity: 1
  5704. }
  5705.  
  5706. .form-control[disabled], fieldset[disabled] .form-control {
  5707. cursor: not-allowed
  5708. }
  5709.  
  5710. textarea.form-control {
  5711. height: auto
  5712. }
  5713.  
  5714. input[type=search] {
  5715. -webkit-appearance: none
  5716. }
  5717.  
  5718. @media screen and (-webkit-min-device-pixel-ratio:0) {
  5719. input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
  5720. line-height: 34px
  5721. }
  5722.  
  5723. .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
  5724. line-height: 30px
  5725. }
  5726.  
  5727. .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
  5728. line-height: 46px
  5729. }
  5730. }
  5731.  
  5732. .form-group {
  5733. margin-bottom: 15px
  5734. }
  5735.  
  5736. .checkbox, .radio {
  5737. position: relative;
  5738. display: block;
  5739. margin-top: 10px;
  5740. margin-bottom: 10px
  5741. }
  5742.  
  5743. .checkbox label, .radio label {
  5744. min-height: 20px;
  5745. padding-left: 20px;
  5746. margin-bottom: 0;
  5747. font-weight: 400;
  5748. cursor: pointer
  5749. }
  5750.  
  5751. .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  5752. position: absolute;
  5753. margin-top: 4px\9;
  5754. margin-left: -20px
  5755. }
  5756.  
  5757. .checkbox+.checkbox, .radio+.radio {
  5758. margin-top: -5px
  5759. }
  5760.  
  5761. .checkbox-inline, .radio-inline {
  5762. position: relative;
  5763. display: inline-block;
  5764. padding-left: 20px;
  5765. margin-bottom: 0;
  5766. font-weight: 400;
  5767. vertical-align: middle;
  5768. cursor: pointer
  5769. }
  5770.  
  5771. .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  5772. margin-top: 0;
  5773. margin-left: 10px
  5774. }
  5775.  
  5776. fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  5777. cursor: not-allowed
  5778. }
  5779.  
  5780. .checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  5781. cursor: not-allowed
  5782. }
  5783.  
  5784. .checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  5785. cursor: not-allowed
  5786. }
  5787.  
  5788. .form-control-static {
  5789. min-height: 34px;
  5790. padding-top: 7px;
  5791. padding-bottom: 7px;
  5792. margin-bottom: 0
  5793. }
  5794.  
  5795. .form-control-static.input-lg, .form-control-static.input-sm {
  5796. padding-right: 0;
  5797. padding-left: 0
  5798. }
  5799.  
  5800. .input-sm {
  5801. height: 30px;
  5802. padding: 5px 10px;
  5803. font-size: 12px;
  5804. line-height: 1.5;
  5805. border-radius: 3px
  5806. }
  5807.  
  5808. select.input-sm {
  5809. height: 30px;
  5810. line-height: 30px
  5811. }
  5812.  
  5813. select[multiple].input-sm, textarea.input-sm {
  5814. height: auto
  5815. }
  5816.  
  5817. .form-group-sm .form-control {
  5818. height: 30px;
  5819. padding: 5px 10px;
  5820. font-size: 12px;
  5821. line-height: 1.5;
  5822. border-radius: 3px
  5823. }
  5824.  
  5825. .form-group-sm select.form-control {
  5826. height: 30px;
  5827. line-height: 30px
  5828. }
  5829.  
  5830. .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  5831. height: auto
  5832. }
  5833.  
  5834. .form-group-sm .form-control-static {
  5835. height: 30px;
  5836. min-height: 32px;
  5837. padding: 6px 10px;
  5838. font-size: 12px;
  5839. line-height: 1.5
  5840. }
  5841.  
  5842. .input-lg {
  5843. height: 46px;
  5844. padding: 10px 16px;
  5845. font-size: 18px;
  5846. line-height: 1.3333333;
  5847. border-radius: 6px
  5848. }
  5849.  
  5850. select.input-lg {
  5851. height: 46px;
  5852. line-height: 46px
  5853. }
  5854.  
  5855. select[multiple].input-lg, textarea.input-lg {
  5856. height: auto
  5857. }
  5858.  
  5859. .form-group-lg .form-control {
  5860. height: 46px;
  5861. padding: 10px 16px;
  5862. font-size: 18px;
  5863. line-height: 1.3333333;
  5864. border-radius: 6px
  5865. }
  5866.  
  5867. .form-group-lg select.form-control {
  5868. height: 46px;
  5869. line-height: 46px
  5870. }
  5871.  
  5872. .form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  5873. height: auto
  5874. }
  5875.  
  5876. .form-group-lg .form-control-static {
  5877. height: 46px;
  5878. min-height: 38px;
  5879. padding: 11px 16px;
  5880. font-size: 18px;
  5881. line-height: 1.3333333
  5882. }
  5883.  
  5884. .has-feedback {
  5885. position: relative
  5886. }
  5887.  
  5888. .has-feedback .form-control {
  5889. padding-right: 42.5px
  5890. }
  5891.  
  5892. .form-control-feedback {
  5893. position: absolute;
  5894. top: 0;
  5895. right: 0;
  5896. z-index: 2;
  5897. display: block;
  5898. width: 34px;
  5899. height: 34px;
  5900. line-height: 34px;
  5901. text-align: center;
  5902. pointer-events: none
  5903. }
  5904.  
  5905. .form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback {
  5906. width: 46px;
  5907. height: 46px;
  5908. line-height: 46px
  5909. }
  5910.  
  5911. .form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback {
  5912. width: 30px;
  5913. height: 30px;
  5914. line-height: 30px
  5915. }
  5916.  
  5917. .has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  5918. color: #3c763d
  5919. }
  5920.  
  5921. .has-success .form-control {
  5922. border-color: #3c763d;
  5923. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  5924. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  5925. }
  5926.  
  5927. .has-success .form-control:focus {
  5928. border-color: #2b542c;
  5929. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
  5930. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
  5931. }
  5932.  
  5933. .has-success .input-group-addon {
  5934. color: #3c763d;
  5935. background-color: #dff0d8;
  5936. border-color: #3c763d
  5937. }
  5938.  
  5939. .has-success .form-control-feedback {
  5940. color: #3c763d
  5941. }
  5942.  
  5943. .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  5944. color: #8a6d3b
  5945. }
  5946.  
  5947. .has-warning .form-control {
  5948. border-color: #8a6d3b;
  5949. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  5950. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  5951. }
  5952.  
  5953. .has-warning .form-control:focus {
  5954. border-color: #66512c;
  5955. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
  5956. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
  5957. }
  5958.  
  5959. .has-warning .input-group-addon {
  5960. color: #8a6d3b;
  5961. background-color: #fcf8e3;
  5962. border-color: #8a6d3b
  5963. }
  5964.  
  5965. .has-warning .form-control-feedback {
  5966. color: #8a6d3b
  5967. }
  5968.  
  5969. .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  5970. color: #a94442
  5971. }
  5972.  
  5973. .has-error .form-control {
  5974. border-color: #a94442;
  5975. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  5976. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
  5977. }
  5978.  
  5979. .has-error .form-control:focus {
  5980. border-color: #843534;
  5981. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  5982. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
  5983. }
  5984.  
  5985. .has-error .input-group-addon {
  5986. color: #a94442;
  5987. background-color: #f2dede;
  5988. border-color: #a94442
  5989. }
  5990.  
  5991. .has-error .form-control-feedback {
  5992. color: #a94442
  5993. }
  5994.  
  5995. .has-feedback label~.form-control-feedback {
  5996. top: 25px
  5997. }
  5998.  
  5999. .has-feedback label.sr-only~.form-control-feedback {
  6000. top: 0
  6001. }
  6002.  
  6003. .help-block {
  6004. display: block;
  6005. margin-top: 5px;
  6006. margin-bottom: 10px;
  6007. color: #737373
  6008. }
  6009.  
  6010. @media (min-width:768px) {
  6011. .form-inline .form-group {
  6012. display: inline-block;
  6013. margin-bottom: 0;
  6014. vertical-align: middle
  6015. }
  6016.  
  6017. .form-inline .form-control {
  6018. display: inline-block;
  6019. width: auto;
  6020. vertical-align: middle
  6021. }
  6022.  
  6023. .form-inline .form-control-static {
  6024. display: inline-block
  6025. }
  6026.  
  6027. .form-inline .input-group {
  6028. display: inline-table;
  6029. vertical-align: middle
  6030. }
  6031.  
  6032. .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
  6033. width: auto
  6034. }
  6035.  
  6036. .form-inline .input-group>.form-control {
  6037. width: 100%
  6038. }
  6039.  
  6040. .form-inline .control-label {
  6041. margin-bottom: 0;
  6042. vertical-align: middle
  6043. }
  6044.  
  6045. .form-inline .checkbox, .form-inline .radio {
  6046. display: inline-block;
  6047. margin-top: 0;
  6048. margin-bottom: 0;
  6049. vertical-align: middle
  6050. }
  6051.  
  6052. .form-inline .checkbox label, .form-inline .radio label {
  6053. padding-left: 0
  6054. }
  6055.  
  6056. .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
  6057. position: relative;
  6058. margin-left: 0
  6059. }
  6060.  
  6061. .form-inline .has-feedback .form-control-feedback {
  6062. top: 0
  6063. }
  6064. }
  6065.  
  6066. .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  6067. padding-top: 7px;
  6068. margin-top: 0;
  6069. margin-bottom: 0
  6070. }
  6071.  
  6072. .form-horizontal .checkbox, .form-horizontal .radio {
  6073. min-height: 27px
  6074. }
  6075.  
  6076. .form-horizontal .form-group {
  6077. margin-right: -15px;
  6078. margin-left: -15px
  6079. }
  6080.  
  6081. @media (min-width:768px) {
  6082. .form-horizontal .control-label {
  6083. padding-top: 7px;
  6084. margin-bottom: 0;
  6085. text-align: right
  6086. }
  6087. }
  6088.  
  6089. .form-horizontal .has-feedback .form-control-feedback {
  6090. right: 15px
  6091. }
  6092.  
  6093. @media (min-width:768px) {
  6094. .form-horizontal .form-group-lg .control-label {
  6095. padding-top: 11px;
  6096. font-size: 18px
  6097. }
  6098. }
  6099.  
  6100. @media (min-width:768px) {
  6101. .form-horizontal .form-group-sm .control-label {
  6102. padding-top: 6px;
  6103. font-size: 12px
  6104. }
  6105. }
  6106.  
  6107. .btn {
  6108. display: inline-block;
  6109. padding: 6px 12px;
  6110. margin-bottom: 0;
  6111. font-size: 14px;
  6112. font-weight: 400;
  6113. line-height: 1.42857143;
  6114. text-align: center;
  6115. white-space: nowrap;
  6116. vertical-align: middle;
  6117. -ms-touch-action: manipulation;
  6118. touch-action: manipulation;
  6119. cursor: pointer;
  6120. -webkit-user-select: none;
  6121. -moz-user-select: none;
  6122. -ms-user-select: none;
  6123. user-select: none;
  6124. background-image: none;
  6125. border: 1px solid transparent;
  6126. border-radius: 4px
  6127. }
  6128.  
  6129. .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  6130. outline: 5px auto -webkit-focus-ring-color;
  6131. outline-offset: -2px
  6132. }
  6133.  
  6134. .btn.focus, .btn:focus, .btn:hover {
  6135. color: #333;
  6136. text-decoration: none
  6137. }
  6138.  
  6139. .btn.active, .btn:active {
  6140. background-image: none;
  6141. outline: 0;
  6142. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  6143. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  6144. }
  6145.  
  6146. .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  6147. cursor: not-allowed;
  6148. filter: alpha(opacity=65);
  6149. -webkit-box-shadow: none;
  6150. box-shadow: none;
  6151. opacity: .65
  6152. }
  6153.  
  6154. a.btn.disabled, fieldset[disabled] a.btn {
  6155. pointer-events: none
  6156. }
  6157.  
  6158. .btn-default {
  6159. color: #333;
  6160. background-color: #fff;
  6161. border-color: #ccc
  6162. }
  6163.  
  6164. .btn-default.focus, .btn-default:focus {
  6165. color: #333;
  6166. background-color: #e6e6e6;
  6167. border-color: #8c8c8c
  6168. }
  6169.  
  6170. .btn-default:hover {
  6171. color: #333;
  6172. background-color: #e6e6e6;
  6173. border-color: #adadad
  6174. }
  6175.  
  6176. .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  6177. color: #333;
  6178. background-color: #e6e6e6;
  6179. border-color: #adadad
  6180. }
  6181.  
  6182. .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
  6183. color: #333;
  6184. background-color: #d4d4d4;
  6185. border-color: #8c8c8c
  6186. }
  6187.  
  6188. .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  6189. background-image: none
  6190. }
  6191.  
  6192. .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  6193. background-color: #fff;
  6194. border-color: #ccc
  6195. }
  6196.  
  6197. .btn-default .badge {
  6198. color: #fff;
  6199. background-color: #333
  6200. }
  6201.  
  6202. .btn-primary {
  6203. color: #fff;
  6204. background-color: #337ab7;
  6205. border-color: #2e6da4
  6206. }
  6207.  
  6208. .btn-primary.focus, .btn-primary:focus {
  6209. color: #fff;
  6210. background-color: #286090;
  6211. border-color: #122b40
  6212. }
  6213.  
  6214. .btn-primary:hover {
  6215. color: #fff;
  6216. background-color: #286090;
  6217. border-color: #204d74
  6218. }
  6219.  
  6220. .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  6221. color: #fff;
  6222. background-color: #286090;
  6223. border-color: #204d74
  6224. }
  6225.  
  6226. .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  6227. color: #fff;
  6228. background-color: #204d74;
  6229. border-color: #122b40
  6230. }
  6231.  
  6232. .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  6233. background-image: none
  6234. }
  6235.  
  6236. .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  6237. background-color: #337ab7;
  6238. border-color: #2e6da4
  6239. }
  6240.  
  6241. .btn-primary .badge {
  6242. color: #337ab7;
  6243. background-color: #fff
  6244. }
  6245.  
  6246. .btn-success {
  6247. color: #fff;
  6248. background-color: #5cb85c;
  6249. border-color: #4cae4c
  6250. }
  6251.  
  6252. .btn-success.focus, .btn-success:focus {
  6253. color: #fff;
  6254. background-color: #449d44;
  6255. border-color: #255625
  6256. }
  6257.  
  6258. .btn-success:hover {
  6259. color: #fff;
  6260. background-color: #449d44;
  6261. border-color: #398439
  6262. }
  6263.  
  6264. .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
  6265. color: #fff;
  6266. background-color: #449d44;
  6267. border-color: #398439
  6268. }
  6269.  
  6270. .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
  6271. color: #fff;
  6272. background-color: #398439;
  6273. border-color: #255625
  6274. }
  6275.  
  6276. .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
  6277. background-image: none
  6278. }
  6279.  
  6280. .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  6281. background-color: #5cb85c;
  6282. border-color: #4cae4c
  6283. }
  6284.  
  6285. .btn-success .badge {
  6286. color: #5cb85c;
  6287. background-color: #fff
  6288. }
  6289.  
  6290. .btn-info {
  6291. color: #fff;
  6292. background-color: #5bc0de;
  6293. border-color: #46b8da
  6294. }
  6295.  
  6296. .btn-info.focus, .btn-info:focus {
  6297. color: #fff;
  6298. background-color: #31b0d5;
  6299. border-color: #1b6d85
  6300. }
  6301.  
  6302. .btn-info:hover {
  6303. color: #fff;
  6304. background-color: #31b0d5;
  6305. border-color: #269abc
  6306. }
  6307.  
  6308. .btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
  6309. color: #fff;
  6310. background-color: #31b0d5;
  6311. border-color: #269abc
  6312. }
  6313.  
  6314. .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
  6315. color: #fff;
  6316. background-color: #269abc;
  6317. border-color: #1b6d85
  6318. }
  6319.  
  6320. .btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
  6321. background-image: none
  6322. }
  6323.  
  6324. .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  6325. background-color: #5bc0de;
  6326. border-color: #46b8da
  6327. }
  6328.  
  6329. .btn-info .badge {
  6330. color: #5bc0de;
  6331. background-color: #fff
  6332. }
  6333.  
  6334. .btn-warning {
  6335. color: #fff;
  6336. background-color: #f0ad4e;
  6337. border-color: #eea236
  6338. }
  6339.  
  6340. .btn-warning.focus, .btn-warning:focus {
  6341. color: #fff;
  6342. background-color: #ec971f;
  6343. border-color: #985f0d
  6344. }
  6345.  
  6346. .btn-warning:hover {
  6347. color: #fff;
  6348. background-color: #ec971f;
  6349. border-color: #d58512
  6350. }
  6351.  
  6352. .btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
  6353. color: #fff;
  6354. background-color: #ec971f;
  6355. border-color: #d58512
  6356. }
  6357.  
  6358. .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover {
  6359. color: #fff;
  6360. background-color: #d58512;
  6361. border-color: #985f0d
  6362. }
  6363.  
  6364. .btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
  6365. background-image: none
  6366. }
  6367.  
  6368. .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  6369. background-color: #f0ad4e;
  6370. border-color: #eea236
  6371. }
  6372.  
  6373. .btn-warning .badge {
  6374. color: #f0ad4e;
  6375. background-color: #fff
  6376. }
  6377.  
  6378. .btn-danger {
  6379. color: #fff;
  6380. background-color: #d9534f;
  6381. border-color: #d43f3a
  6382. }
  6383.  
  6384. .btn-danger.focus, .btn-danger:focus {
  6385. color: #fff;
  6386. background-color: #c9302c;
  6387. border-color: #761c19
  6388. }
  6389.  
  6390. .btn-danger:hover {
  6391. color: #fff;
  6392. background-color: #c9302c;
  6393. border-color: #ac2925
  6394. }
  6395.  
  6396. .btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
  6397. color: #fff;
  6398. background-color: #c9302c;
  6399. border-color: #ac2925
  6400. }
  6401.  
  6402. .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
  6403. color: #fff;
  6404. background-color: #ac2925;
  6405. border-color: #761c19
  6406. }
  6407.  
  6408. .btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
  6409. background-image: none
  6410. }
  6411.  
  6412. .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  6413. background-color: #d9534f;
  6414. border-color: #d43f3a
  6415. }
  6416.  
  6417. .btn-danger .badge {
  6418. color: #d9534f;
  6419. background-color: #fff
  6420. }
  6421.  
  6422. .btn-link {
  6423. font-weight: 400;
  6424. color: #337ab7;
  6425. border-radius: 0
  6426. }
  6427.  
  6428. .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  6429. background-color: transparent;
  6430. -webkit-box-shadow: none;
  6431. box-shadow: none
  6432. }
  6433.  
  6434. .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  6435. border-color: transparent
  6436. }
  6437.  
  6438. .btn-link:focus, .btn-link:hover {
  6439. color: #23527c;
  6440. text-decoration: underline;
  6441. background-color: transparent
  6442. }
  6443.  
  6444. .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  6445. color: #777;
  6446. text-decoration: none
  6447. }
  6448.  
  6449. .btn-group-lg>.btn, .btn-lg {
  6450. padding: 10px 16px;
  6451. font-size: 18px;
  6452. line-height: 1.3333333;
  6453. border-radius: 6px
  6454. }
  6455.  
  6456. .btn-group-sm>.btn, .btn-sm {
  6457. padding: 5px 10px;
  6458. font-size: 12px;
  6459. line-height: 1.5;
  6460. border-radius: 3px
  6461. }
  6462.  
  6463. .btn-group-xs>.btn, .btn-xs {
  6464. padding: 1px 5px;
  6465. font-size: 12px;
  6466. line-height: 1.5;
  6467. border-radius: 3px
  6468. }
  6469.  
  6470. .btn-block {
  6471. display: block;
  6472. width: 100%
  6473. }
  6474.  
  6475. .btn-block+.btn-block {
  6476. margin-top: 5px
  6477. }
  6478.  
  6479. input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  6480. width: 100%
  6481. }
  6482.  
  6483. .fade {
  6484. opacity: 0;
  6485. -webkit-transition: opacity .15s linear;
  6486. -o-transition: opacity .15s linear;
  6487. transition: opacity .15s linear
  6488. }
  6489.  
  6490. .fade.in {
  6491. opacity: 1
  6492. }
  6493.  
  6494. .collapse {
  6495. display: none
  6496. }
  6497.  
  6498. .collapse.in {
  6499. display: block
  6500. }
  6501.  
  6502. tr.collapse.in {
  6503. display: table-row
  6504. }
  6505.  
  6506. tbody.collapse.in {
  6507. display: table-row-group
  6508. }
  6509.  
  6510. .collapsing {
  6511. position: relative;
  6512. height: 0;
  6513. overflow: hidden;
  6514. -webkit-transition-timing-function: ease;
  6515. -o-transition-timing-function: ease;
  6516. transition-timing-function: ease;
  6517. -webkit-transition-duration: .35s;
  6518. -o-transition-duration: .35s;
  6519. transition-duration: .35s;
  6520. -webkit-transition-property: height, visibility;
  6521. -o-transition-property: height, visibility;
  6522. transition-property: height, visibility
  6523. }
  6524.  
  6525. .caret {
  6526. display: inline-block;
  6527. width: 0;
  6528. height: 0;
  6529. margin-left: 2px;
  6530. vertical-align: middle;
  6531. border-top: 4px dashed;
  6532. border-top: 4px solid\9;
  6533. border-right: 4px solid transparent;
  6534. border-left: 4px solid transparent
  6535. }
  6536.  
  6537. .dropdown, .dropup {
  6538. position: relative
  6539. }
  6540.  
  6541. .dropdown-toggle:focus {
  6542. outline: 0
  6543. }
  6544.  
  6545. .dropdown-menu {
  6546. position: absolute;
  6547. top: 100%;
  6548. left: 0;
  6549. z-index: 1000;
  6550. display: none;
  6551. float: left;
  6552. min-width: 160px;
  6553. padding: 5px 0;
  6554. margin: 2px 0 0;
  6555. font-size: 14px;
  6556. text-align: left;
  6557. list-style: none;
  6558. background-color: #fff;
  6559. -webkit-background-clip: padding-box;
  6560. background-clip: padding-box;
  6561. border: 1px solid #ccc;
  6562. border: 1px solid rgba(0, 0, 0, .15);
  6563. border-radius: 4px;
  6564. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  6565. box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
  6566. }
  6567.  
  6568. .dropdown-menu.pull-right {
  6569. right: 0;
  6570. left: auto
  6571. }
  6572.  
  6573. .dropdown-menu .divider {
  6574. height: 1px;
  6575. margin: 9px 0;
  6576. overflow: hidden;
  6577. background-color: #e5e5e5
  6578. }
  6579.  
  6580. .dropdown-menu>li>a {
  6581. display: block;
  6582. padding: 3px 20px;
  6583. clear: both;
  6584. font-weight: 400;
  6585. line-height: 1.42857143;
  6586. color: #333;
  6587. white-space: nowrap
  6588. }
  6589.  
  6590. .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  6591. color: #262626;
  6592. text-decoration: none;
  6593. background-color: #f5f5f5
  6594. }
  6595.  
  6596. .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  6597. color: #fff;
  6598. text-decoration: none;
  6599. background-color: #337ab7;
  6600. outline: 0
  6601. }
  6602.  
  6603. .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  6604. color: #777
  6605. }
  6606.  
  6607. .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
  6608. text-decoration: none;
  6609. cursor: not-allowed;
  6610. background-color: transparent;
  6611. background-image: none;
  6612. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
  6613. }
  6614.  
  6615. .open>.dropdown-menu {
  6616. display: block
  6617. }
  6618.  
  6619. .open>a {
  6620. outline: 0
  6621. }
  6622.  
  6623. .dropdown-menu-right {
  6624. right: 0;
  6625. left: auto
  6626. }
  6627.  
  6628. .dropdown-menu-left {
  6629. right: auto;
  6630. left: 0
  6631. }
  6632.  
  6633. .dropdown-header {
  6634. display: block;
  6635. padding: 3px 20px;
  6636. font-size: 12px;
  6637. line-height: 1.42857143;
  6638. color: #777;
  6639. white-space: nowrap
  6640. }
  6641.  
  6642. .dropdown-backdrop {
  6643. position: fixed;
  6644. top: 0;
  6645. right: 0;
  6646. bottom: 0;
  6647. left: 0;
  6648. z-index: 990
  6649. }
  6650.  
  6651. .pull-right>.dropdown-menu {
  6652. right: 0;
  6653. left: auto
  6654. }
  6655.  
  6656. .dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  6657. content: "";
  6658. border-top: 0;
  6659. border-bottom: 4px dashed;
  6660. border-bottom: 4px solid\9
  6661. }
  6662.  
  6663. .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  6664. top: auto;
  6665. bottom: 100%;
  6666. margin-bottom: 2px
  6667. }
  6668.  
  6669. @media (min-width:768px) {
  6670. .navbar-right .dropdown-menu {
  6671. right: 0;
  6672. left: auto
  6673. }
  6674.  
  6675. .navbar-right .dropdown-menu-left {
  6676. right: auto;
  6677. left: 0
  6678. }
  6679. }
  6680.  
  6681. .btn-group, .btn-group-vertical {
  6682. position: relative;
  6683. display: inline-block;
  6684. vertical-align: middle
  6685. }
  6686.  
  6687. .btn-group-vertical>.btn, .btn-group>.btn {
  6688. position: relative;
  6689. float: left
  6690. }
  6691.  
  6692. .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
  6693. z-index: 2
  6694. }
  6695.  
  6696. .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  6697. margin-left: -1px
  6698. }
  6699.  
  6700. .btn-toolbar {
  6701. margin-left: -5px
  6702. }
  6703.  
  6704. .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  6705. float: left
  6706. }
  6707.  
  6708. .btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
  6709. margin-left: 5px
  6710. }
  6711.  
  6712. .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  6713. border-radius: 0
  6714. }
  6715.  
  6716. .btn-group>.btn:first-child {
  6717. margin-left: 0
  6718. }
  6719.  
  6720. .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  6721. border-top-right-radius: 0;
  6722. border-bottom-right-radius: 0
  6723. }
  6724.  
  6725. .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
  6726. border-top-left-radius: 0;
  6727. border-bottom-left-radius: 0
  6728. }
  6729.  
  6730. .btn-group>.btn-group {
  6731. float: left
  6732. }
  6733.  
  6734. .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  6735. border-radius: 0
  6736. }
  6737.  
  6738. .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  6739. border-top-right-radius: 0;
  6740. border-bottom-right-radius: 0
  6741. }
  6742.  
  6743. .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  6744. border-top-left-radius: 0;
  6745. border-bottom-left-radius: 0
  6746. }
  6747.  
  6748. .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  6749. outline: 0
  6750. }
  6751.  
  6752. .btn-group>.btn+.dropdown-toggle {
  6753. padding-right: 8px;
  6754. padding-left: 8px
  6755. }
  6756.  
  6757. .btn-group>.btn-lg+.dropdown-toggle {
  6758. padding-right: 12px;
  6759. padding-left: 12px
  6760. }
  6761.  
  6762. .btn-group.open .dropdown-toggle {
  6763. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  6764. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  6765. }
  6766.  
  6767. .btn-group.open .dropdown-toggle.btn-link {
  6768. -webkit-box-shadow: none;
  6769. box-shadow: none
  6770. }
  6771.  
  6772. .btn .caret {
  6773. margin-left: 0
  6774. }
  6775.  
  6776. .btn-lg .caret {
  6777. border-width: 5px 5px 0;
  6778. border-bottom-width: 0
  6779. }
  6780.  
  6781. .dropup .btn-lg .caret {
  6782. border-width: 0 5px 5px
  6783. }
  6784.  
  6785. .btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
  6786. display: block;
  6787. float: none;
  6788. width: 100%;
  6789. max-width: 100%
  6790. }
  6791.  
  6792. .btn-group-vertical>.btn-group>.btn {
  6793. float: none
  6794. }
  6795.  
  6796. .btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
  6797. margin-top: -1px;
  6798. margin-left: 0
  6799. }
  6800.  
  6801. .btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  6802. border-radius: 0
  6803. }
  6804.  
  6805. .btn-group-vertical>.btn:first-child:not(:last-child) {
  6806. border-top-left-radius: 4px;
  6807. border-top-right-radius: 4px;
  6808. border-bottom-right-radius: 0;
  6809. border-bottom-left-radius: 0
  6810. }
  6811.  
  6812. .btn-group-vertical>.btn:last-child:not(:first-child) {
  6813. border-top-left-radius: 0;
  6814. border-top-right-radius: 0;
  6815. border-bottom-right-radius: 4px;
  6816. border-bottom-left-radius: 4px
  6817. }
  6818.  
  6819. .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  6820. border-radius: 0
  6821. }
  6822.  
  6823. .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  6824. border-bottom-right-radius: 0;
  6825. border-bottom-left-radius: 0
  6826. }
  6827.  
  6828. .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  6829. border-top-left-radius: 0;
  6830. border-top-right-radius: 0
  6831. }
  6832.  
  6833. .btn-group-justified {
  6834. display: table;
  6835. width: 100%;
  6836. table-layout: fixed;
  6837. border-collapse: separate
  6838. }
  6839.  
  6840. .btn-group-justified>.btn, .btn-group-justified>.btn-group {
  6841. display: table-cell;
  6842. float: none;
  6843. width: 1%
  6844. }
  6845.  
  6846. .btn-group-justified>.btn-group .btn {
  6847. width: 100%
  6848. }
  6849.  
  6850. .btn-group-justified>.btn-group .dropdown-menu {
  6851. left: auto
  6852. }
  6853.  
  6854. [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  6855. position: absolute;
  6856. clip: rect(0, 0, 0, 0);
  6857. pointer-events: none
  6858. }
  6859.  
  6860. .input-group {
  6861. position: relative;
  6862. display: table;
  6863. border-collapse: separate
  6864. }
  6865.  
  6866. .input-group[class*=col-] {
  6867. float: none;
  6868. padding-right: 0;
  6869. padding-left: 0
  6870. }
  6871.  
  6872. .input-group .form-control {
  6873. position: relative;
  6874. z-index: 2;
  6875. float: left;
  6876. width: 100%;
  6877. margin-bottom: 0
  6878. }
  6879.  
  6880. .input-group .form-control:focus {
  6881. z-index: 3
  6882. }
  6883.  
  6884. .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
  6885. height: 46px;
  6886. padding: 10px 16px;
  6887. font-size: 18px;
  6888. line-height: 1.3333333;
  6889. border-radius: 6px
  6890. }
  6891.  
  6892. select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
  6893. height: 46px;
  6894. line-height: 46px
  6895. }
  6896.  
  6897. select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
  6898. height: auto
  6899. }
  6900.  
  6901. .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
  6902. height: 30px;
  6903. padding: 5px 10px;
  6904. font-size: 12px;
  6905. line-height: 1.5;
  6906. border-radius: 3px
  6907. }
  6908.  
  6909. select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
  6910. height: 30px;
  6911. line-height: 30px
  6912. }
  6913.  
  6914. select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
  6915. height: auto
  6916. }
  6917.  
  6918. .input-group .form-control, .input-group-addon, .input-group-btn {
  6919. display: table-cell
  6920. }
  6921.  
  6922. .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  6923. border-radius: 0
  6924. }
  6925.  
  6926. .input-group-addon, .input-group-btn {
  6927. width: 1%;
  6928. white-space: nowrap;
  6929. vertical-align: middle
  6930. }
  6931.  
  6932. .input-group-addon {
  6933. padding: 6px 12px;
  6934. font-size: 14px;
  6935. font-weight: 400;
  6936. line-height: 1;
  6937. color: #555;
  6938. text-align: center;
  6939. background-color: #eee;
  6940. border: 1px solid #ccc;
  6941. border-radius: 4px
  6942. }
  6943.  
  6944. .input-group-addon.input-sm {
  6945. padding: 5px 10px;
  6946. font-size: 12px;
  6947. border-radius: 3px
  6948. }
  6949.  
  6950. .input-group-addon.input-lg {
  6951. padding: 10px 16px;
  6952. font-size: 18px;
  6953. border-radius: 6px
  6954. }
  6955.  
  6956. .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  6957. margin-top: 0
  6958. }
  6959.  
  6960. .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  6961. border-top-right-radius: 0;
  6962. border-bottom-right-radius: 0
  6963. }
  6964.  
  6965. .input-group-addon:first-child {
  6966. border-right: 0
  6967. }
  6968.  
  6969. .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
  6970. border-top-left-radius: 0;
  6971. border-bottom-left-radius: 0
  6972. }
  6973.  
  6974. .input-group-addon:last-child {
  6975. border-left: 0
  6976. }
  6977.  
  6978. .input-group-btn {
  6979. position: relative;
  6980. font-size: 0;
  6981. white-space: nowrap
  6982. }
  6983.  
  6984. .input-group-btn>.btn {
  6985. position: relative
  6986. }
  6987.  
  6988. .input-group-btn>.btn+.btn {
  6989. margin-left: -1px
  6990. }
  6991.  
  6992. .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
  6993. z-index: 2
  6994. }
  6995.  
  6996. .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
  6997. margin-right: -1px
  6998. }
  6999.  
  7000. .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  7001. z-index: 2;
  7002. margin-left: -1px
  7003. }
  7004.  
  7005. .nav {
  7006. padding-left: 0;
  7007. margin-bottom: 0;
  7008. list-style: none
  7009. }
  7010.  
  7011. .nav>li {
  7012. position: relative;
  7013. display: block
  7014. }
  7015.  
  7016. .nav>li>a {
  7017. position: relative;
  7018. display: block;
  7019. padding: 10px 15px
  7020. }
  7021.  
  7022. .nav>li>a:focus, .nav>li>a:hover {
  7023. text-decoration: none;
  7024. background-color: #eee
  7025. }
  7026.  
  7027. .nav>li.disabled>a {
  7028. color: #777
  7029. }
  7030.  
  7031. .nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
  7032. color: #777;
  7033. text-decoration: none;
  7034. cursor: not-allowed;
  7035. background-color: transparent
  7036. }
  7037.  
  7038. .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  7039. background-color: #eee;
  7040. border-color: #337ab7
  7041. }
  7042.  
  7043. .nav .nav-divider {
  7044. height: 1px;
  7045. margin: 9px 0;
  7046. overflow: hidden;
  7047. background-color: #e5e5e5
  7048. }
  7049.  
  7050. .nav>li>a>img {
  7051. max-width: none
  7052. }
  7053.  
  7054. .nav-tabs {
  7055. border-bottom: 1px solid #ddd
  7056. }
  7057.  
  7058. .nav-tabs>li {
  7059. float: left;
  7060. margin-bottom: -1px
  7061. }
  7062.  
  7063. .nav-tabs>li>a {
  7064. margin-right: 2px;
  7065. line-height: 1.42857143;
  7066. border: 1px solid transparent;
  7067. border-radius: 4px 4px 0 0
  7068. }
  7069.  
  7070. .nav-tabs>li>a:hover {
  7071. border-color: #eee #eee #ddd
  7072. }
  7073.  
  7074. .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  7075. color: #555;
  7076. cursor: default;
  7077. background-color: #fff;
  7078. border: 1px solid #ddd;
  7079. border-bottom-color: transparent
  7080. }
  7081.  
  7082. .nav-tabs.nav-justified {
  7083. width: 100%;
  7084. border-bottom: 0
  7085. }
  7086.  
  7087. .nav-tabs.nav-justified>li {
  7088. float: none
  7089. }
  7090.  
  7091. .nav-tabs.nav-justified>li>a {
  7092. margin-bottom: 5px;
  7093. text-align: center
  7094. }
  7095.  
  7096. .nav-tabs.nav-justified>.dropdown .dropdown-menu {
  7097. top: auto;
  7098. left: auto
  7099. }
  7100.  
  7101. @media (min-width:768px) {
  7102. .nav-tabs.nav-justified>li {
  7103. display: table-cell;
  7104. width: 1%
  7105. }
  7106.  
  7107. .nav-tabs.nav-justified>li>a {
  7108. margin-bottom: 0
  7109. }
  7110. }
  7111.  
  7112. .nav-tabs.nav-justified>li>a {
  7113. margin-right: 0;
  7114. border-radius: 4px
  7115. }
  7116.  
  7117. .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  7118. border: 1px solid #ddd
  7119. }
  7120.  
  7121. @media (min-width:768px) {
  7122. .nav-tabs.nav-justified>li>a {
  7123. border-bottom: 1px solid #ddd;
  7124. border-radius: 4px 4px 0 0
  7125. }
  7126.  
  7127. .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  7128. border-bottom-color: #fff
  7129. }
  7130. }
  7131.  
  7132. .nav-pills>li {
  7133. float: left
  7134. }
  7135.  
  7136. .nav-pills>li>a {
  7137. border-radius: 4px
  7138. }
  7139.  
  7140. .nav-pills>li+li {
  7141. margin-left: 2px
  7142. }
  7143.  
  7144. .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  7145. color: #fff;
  7146. background-color: #337ab7
  7147. }
  7148.  
  7149. .nav-stacked>li {
  7150. float: none
  7151. }
  7152.  
  7153. .nav-stacked>li+li {
  7154. margin-top: 2px;
  7155. margin-left: 0
  7156. }
  7157.  
  7158. .nav-justified {
  7159. width: 100%
  7160. }
  7161.  
  7162. .nav-justified>li {
  7163. float: none
  7164. }
  7165.  
  7166. .nav-justified>li>a {
  7167. margin-bottom: 5px;
  7168. text-align: center
  7169. }
  7170.  
  7171. .nav-justified>.dropdown .dropdown-menu {
  7172. top: auto;
  7173. left: auto
  7174. }
  7175.  
  7176. @media (min-width:768px) {
  7177. .nav-justified>li {
  7178. display: table-cell;
  7179. width: 1%
  7180. }
  7181.  
  7182. .nav-justified>li>a {
  7183. margin-bottom: 0
  7184. }
  7185. }
  7186.  
  7187. .nav-tabs-justified {
  7188. border-bottom: 0
  7189. }
  7190.  
  7191. .nav-tabs-justified>li>a {
  7192. margin-right: 0;
  7193. border-radius: 4px
  7194. }
  7195.  
  7196. .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
  7197. border: 1px solid #ddd
  7198. }
  7199.  
  7200. @media (min-width:768px) {
  7201. .nav-tabs-justified>li>a {
  7202. border-bottom: 1px solid #ddd;
  7203. border-radius: 4px 4px 0 0
  7204. }
  7205.  
  7206. .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
  7207. border-bottom-color: #fff
  7208. }
  7209. }
  7210.  
  7211. .tab-content>.tab-pane {
  7212. display: none
  7213. }
  7214.  
  7215. .tab-content>.active {
  7216. display: block
  7217. }
  7218.  
  7219. .nav-tabs .dropdown-menu {
  7220. margin-top: -1px;
  7221. border-top-left-radius: 0;
  7222. border-top-right-radius: 0
  7223. }
  7224.  
  7225. .navbar {
  7226. position: relative;
  7227. min-height: 50px;
  7228. margin-bottom: 20px;
  7229. border: 1px solid transparent
  7230. }
  7231.  
  7232. @media (min-width:768px) {
  7233. .navbar {
  7234. border-radius: 4px
  7235. }
  7236. }
  7237.  
  7238. @media (min-width:768px) {
  7239. .navbar-header {
  7240. float: left
  7241. }
  7242. }
  7243.  
  7244. .navbar-collapse {
  7245. padding-right: 15px;
  7246. padding-left: 15px;
  7247. overflow-x: visible;
  7248. -webkit-overflow-scrolling: touch;
  7249. border-top: 1px solid transparent;
  7250. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  7251. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
  7252. }
  7253.  
  7254. .navbar-collapse.in {
  7255. overflow-y: auto
  7256. }
  7257.  
  7258. @media (min-width:768px) {
  7259. .navbar-collapse {
  7260. width: auto;
  7261. border-top: 0;
  7262. -webkit-box-shadow: none;
  7263. box-shadow: none
  7264. }
  7265.  
  7266. .navbar-collapse.collapse {
  7267. display: block !important;
  7268. height: auto !important;
  7269. padding-bottom: 0;
  7270. overflow: visible !important
  7271. }
  7272.  
  7273. .navbar-collapse.in {
  7274. overflow-y: visible
  7275. }
  7276.  
  7277. .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
  7278. padding-right: 0;
  7279. padding-left: 0
  7280. }
  7281. }
  7282.  
  7283. .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  7284. max-height: 340px
  7285. }
  7286.  
  7287. @media (max-device-width:480px) and (orientation:landscape) {
  7288. .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  7289. max-height: 200px
  7290. }
  7291. }
  7292.  
  7293. .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  7294. margin-right: -15px;
  7295. margin-left: -15px
  7296. }
  7297.  
  7298. @media (min-width:768px) {
  7299. .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
  7300. margin-right: 0;
  7301. margin-left: 0
  7302. }
  7303. }
  7304.  
  7305. .navbar-static-top {
  7306. z-index: 1000;
  7307. border-width: 0 0 1px
  7308. }
  7309.  
  7310. @media (min-width:768px) {
  7311. .navbar-static-top {
  7312. border-radius: 0
  7313. }
  7314. }
  7315.  
  7316. .navbar-fixed-bottom, .navbar-fixed-top {
  7317. position: fixed;
  7318. right: 0;
  7319. left: 0;
  7320. z-index: 1030
  7321. }
  7322.  
  7323. @media (min-width:768px) {
  7324. .navbar-fixed-bottom, .navbar-fixed-top {
  7325. border-radius: 0
  7326. }
  7327. }
  7328.  
  7329. .navbar-fixed-top {
  7330. top: 0;
  7331. border-width: 0 0 1px
  7332. }
  7333.  
  7334. .navbar-fixed-bottom {
  7335. bottom: 0;
  7336. margin-bottom: 0;
  7337. border-width: 1px 0 0
  7338. }
  7339.  
  7340. .navbar-brand {
  7341. float: left;
  7342. height: 50px;
  7343. padding: 15px 15px;
  7344. font-size: 18px;
  7345. line-height: 20px
  7346. }
  7347.  
  7348. .navbar-brand:focus, .navbar-brand:hover {
  7349. text-decoration: none
  7350. }
  7351.  
  7352. .navbar-brand>img {
  7353. display: block
  7354. }
  7355.  
  7356. @media (min-width:768px) {
  7357. .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  7358. margin-left: -15px
  7359. }
  7360. }
  7361.  
  7362. .navbar-toggle {
  7363. position: relative;
  7364. float: right;
  7365. padding: 9px 10px;
  7366. margin-top: 8px;
  7367. margin-right: 15px;
  7368. margin-bottom: 8px;
  7369. background-color: transparent;
  7370. background-image: none;
  7371. border: 1px solid transparent;
  7372. border-radius: 4px
  7373. }
  7374.  
  7375. .navbar-toggle:focus {
  7376. outline: 0
  7377. }
  7378.  
  7379. .navbar-toggle .icon-bar {
  7380. display: block;
  7381. width: 22px;
  7382. height: 2px;
  7383. border-radius: 1px
  7384. }
  7385.  
  7386. .navbar-toggle .icon-bar+.icon-bar {
  7387. margin-top: 4px
  7388. }
  7389.  
  7390. @media (min-width:768px) {
  7391. .navbar-toggle {
  7392. display: none
  7393. }
  7394. }
  7395.  
  7396. .navbar-nav {
  7397. margin: 7.5px -15px
  7398. }
  7399.  
  7400. .navbar-nav>li>a {
  7401. padding-top: 10px;
  7402. padding-bottom: 10px;
  7403. line-height: 20px
  7404. }
  7405.  
  7406. @media (max-width:767px) {
  7407. .navbar-nav .open .dropdown-menu {
  7408. position: static;
  7409. float: none;
  7410. width: auto;
  7411. margin-top: 0;
  7412. background-color: transparent;
  7413. border: 0;
  7414. -webkit-box-shadow: none;
  7415. box-shadow: none
  7416. }
  7417.  
  7418. .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
  7419. padding: 5px 15px 5px 25px
  7420. }
  7421.  
  7422. .navbar-nav .open .dropdown-menu>li>a {
  7423. line-height: 20px
  7424. }
  7425.  
  7426. .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
  7427. background-image: none
  7428. }
  7429. }
  7430.  
  7431. @media (min-width:768px) {
  7432. .navbar-nav {
  7433. float: left;
  7434. margin: 0
  7435. }
  7436.  
  7437. .navbar-nav>li {
  7438. float: left
  7439. }
  7440.  
  7441. .navbar-nav>li>a {
  7442. padding-top: 15px;
  7443. padding-bottom: 15px
  7444. }
  7445. }
  7446.  
  7447. .navbar-form {
  7448. padding: 10px 15px;
  7449. margin-top: 8px;
  7450. margin-right: -15px;
  7451. margin-bottom: 8px;
  7452. margin-left: -15px;
  7453. border-top: 1px solid transparent;
  7454. border-bottom: 1px solid transparent;
  7455. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  7456. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
  7457. }
  7458.  
  7459. @media (min-width:768px) {
  7460. .navbar-form .form-group {
  7461. display: inline-block;
  7462. margin-bottom: 0;
  7463. vertical-align: middle
  7464. }
  7465.  
  7466. .navbar-form .form-control {
  7467. display: inline-block;
  7468. width: auto;
  7469. vertical-align: middle
  7470. }
  7471.  
  7472. .navbar-form .form-control-static {
  7473. display: inline-block
  7474. }
  7475.  
  7476. .navbar-form .input-group {
  7477. display: inline-table;
  7478. vertical-align: middle
  7479. }
  7480.  
  7481. .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
  7482. width: auto
  7483. }
  7484.  
  7485. .navbar-form .input-group>.form-control {
  7486. width: 100%
  7487. }
  7488.  
  7489. .navbar-form .control-label {
  7490. margin-bottom: 0;
  7491. vertical-align: middle
  7492. }
  7493.  
  7494. .navbar-form .checkbox, .navbar-form .radio {
  7495. display: inline-block;
  7496. margin-top: 0;
  7497. margin-bottom: 0;
  7498. vertical-align: middle
  7499. }
  7500.  
  7501. .navbar-form .checkbox label, .navbar-form .radio label {
  7502. padding-left: 0
  7503. }
  7504.  
  7505. .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
  7506. position: relative;
  7507. margin-left: 0
  7508. }
  7509.  
  7510. .navbar-form .has-feedback .form-control-feedback {
  7511. top: 0
  7512. }
  7513. }
  7514.  
  7515. @media (max-width:767px) {
  7516. .navbar-form .form-group {
  7517. margin-bottom: 5px
  7518. }
  7519.  
  7520. .navbar-form .form-group:last-child {
  7521. margin-bottom: 0
  7522. }
  7523. }
  7524.  
  7525. @media (min-width:768px) {
  7526. .navbar-form {
  7527. width: auto;
  7528. padding-top: 0;
  7529. padding-bottom: 0;
  7530. margin-right: 0;
  7531. margin-left: 0;
  7532. border: 0;
  7533. -webkit-box-shadow: none;
  7534. box-shadow: none
  7535. }
  7536. }
  7537.  
  7538. .navbar-nav>li>.dropdown-menu {
  7539. margin-top: 0;
  7540. border-top-left-radius: 0;
  7541. border-top-right-radius: 0
  7542. }
  7543.  
  7544. .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  7545. margin-bottom: 0;
  7546. border-top-left-radius: 4px;
  7547. border-top-right-radius: 4px;
  7548. border-bottom-right-radius: 0;
  7549. border-bottom-left-radius: 0
  7550. }
  7551.  
  7552. .navbar-btn {
  7553. margin-top: 8px;
  7554. margin-bottom: 8px
  7555. }
  7556.  
  7557. .navbar-btn.btn-sm {
  7558. margin-top: 10px;
  7559. margin-bottom: 10px
  7560. }
  7561.  
  7562. .navbar-btn.btn-xs {
  7563. margin-top: 14px;
  7564. margin-bottom: 14px
  7565. }
  7566.  
  7567. .navbar-text {
  7568. margin-top: 15px;
  7569. margin-bottom: 15px
  7570. }
  7571.  
  7572. @media (min-width:768px) {
  7573. .navbar-text {
  7574. float: left;
  7575. margin-right: 15px;
  7576. margin-left: 15px
  7577. }
  7578. }
  7579.  
  7580. @media (min-width:768px) {
  7581. .navbar-left {
  7582. float: left !important
  7583. }
  7584.  
  7585. .navbar-right {
  7586. float: right !important;
  7587. margin-right: -15px
  7588. }
  7589.  
  7590. .navbar-right~.navbar-right {
  7591. margin-right: 0
  7592. }
  7593. }
  7594.  
  7595. .navbar-default {
  7596. background-color: #f8f8f8;
  7597. border-color: #e7e7e7
  7598. }
  7599.  
  7600. .navbar-default .navbar-brand {
  7601. color: #777
  7602. }
  7603.  
  7604. .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  7605. color: #5e5e5e;
  7606. background-color: transparent
  7607. }
  7608.  
  7609. .navbar-default .navbar-text {
  7610. color: #777
  7611. }
  7612.  
  7613. .navbar-default .navbar-nav>li>a {
  7614. color: #777
  7615. }
  7616.  
  7617. .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  7618. color: #333;
  7619. background-color: transparent
  7620. }
  7621.  
  7622. .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  7623. color: #555;
  7624. background-color: #e7e7e7
  7625. }
  7626.  
  7627. .navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
  7628. color: #ccc;
  7629. background-color: transparent
  7630. }
  7631.  
  7632. .navbar-default .navbar-toggle {
  7633. border-color: #ddd
  7634. }
  7635.  
  7636. .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  7637. background-color: #ddd
  7638. }
  7639.  
  7640. .navbar-default .navbar-toggle .icon-bar {
  7641. background-color: #888
  7642. }
  7643.  
  7644. .navbar-default .navbar-collapse, .navbar-default .navbar-form {
  7645. border-color: #e7e7e7
  7646. }
  7647.  
  7648. .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  7649. color: #555;
  7650. background-color: #e7e7e7
  7651. }
  7652.  
  7653. @media (max-width:767px) {
  7654. .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  7655. color: #777
  7656. }
  7657.  
  7658. .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  7659. color: #333;
  7660. background-color: transparent
  7661. }
  7662.  
  7663. .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
  7664. color: #555;
  7665. background-color: #e7e7e7
  7666. }
  7667.  
  7668. .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  7669. color: #ccc;
  7670. background-color: transparent
  7671. }
  7672. }
  7673.  
  7674. .navbar-default .navbar-link {
  7675. color: #777
  7676. }
  7677.  
  7678. .navbar-default .navbar-link:hover {
  7679. color: #333
  7680. }
  7681.  
  7682. .navbar-default .btn-link {
  7683. color: #777
  7684. }
  7685.  
  7686. .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  7687. color: #333
  7688. }
  7689.  
  7690. .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  7691. color: #ccc
  7692. }
  7693.  
  7694. .navbar-inverse {
  7695. background-color: #222;
  7696. border-color: #080808
  7697. }
  7698.  
  7699. .navbar-inverse .navbar-brand {
  7700. color: #9d9d9d
  7701. }
  7702.  
  7703. .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  7704. color: #fff;
  7705. background-color: transparent
  7706. }
  7707.  
  7708. .navbar-inverse .navbar-text {
  7709. color: #9d9d9d
  7710. }
  7711.  
  7712. .navbar-inverse .navbar-nav>li>a {
  7713. color: #9d9d9d
  7714. }
  7715.  
  7716. .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  7717. color: #fff;
  7718. background-color: transparent
  7719. }
  7720.  
  7721. .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  7722. color: #fff;
  7723. background-color: #080808
  7724. }
  7725.  
  7726. .navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
  7727. color: #444;
  7728. background-color: transparent
  7729. }
  7730.  
  7731. .navbar-inverse .navbar-toggle {
  7732. border-color: #333
  7733. }
  7734.  
  7735. .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  7736. background-color: #333
  7737. }
  7738.  
  7739. .navbar-inverse .navbar-toggle .icon-bar {
  7740. background-color: #fff
  7741. }
  7742.  
  7743. .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  7744. border-color: #101010
  7745. }
  7746.  
  7747. .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  7748. color: #fff;
  7749. background-color: #080808
  7750. }
  7751.  
  7752. @media (max-width:767px) {
  7753. .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
  7754. border-color: #080808
  7755. }
  7756.  
  7757. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  7758. background-color: #080808
  7759. }
  7760.  
  7761. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
  7762. color: #9d9d9d
  7763. }
  7764.  
  7765. .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
  7766. color: #fff;
  7767. background-color: transparent
  7768. }
  7769.  
  7770. .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
  7771. color: #fff;
  7772. background-color: #080808
  7773. }
  7774.  
  7775. .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
  7776. color: #444;
  7777. background-color: transparent
  7778. }
  7779. }
  7780.  
  7781. .navbar-inverse .navbar-link {
  7782. color: #9d9d9d
  7783. }
  7784.  
  7785. .navbar-inverse .navbar-link:hover {
  7786. color: #fff
  7787. }
  7788.  
  7789. .navbar-inverse .btn-link {
  7790. color: #9d9d9d
  7791. }
  7792.  
  7793. .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  7794. color: #fff
  7795. }
  7796.  
  7797. .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  7798. color: #444
  7799. }
  7800.  
  7801. .breadcrumb {
  7802. padding: 8px 15px;
  7803. margin-bottom: 20px;
  7804. list-style: none;
  7805. background-color: #f5f5f5;
  7806. border-radius: 4px
  7807. }
  7808.  
  7809. .breadcrumb>li {
  7810. display: inline-block
  7811. }
  7812.  
  7813. .breadcrumb>li+li:before {
  7814. padding: 0 5px;
  7815. color: #ccc;
  7816. content: "/\00a0"
  7817. }
  7818.  
  7819. .breadcrumb>.active {
  7820. color: #777
  7821. }
  7822.  
  7823. .pagination {
  7824. display: inline-block;
  7825. padding-left: 0;
  7826. margin: 20px 0;
  7827. border-radius: 4px
  7828. }
  7829.  
  7830. .pagination>li {
  7831. display: inline
  7832. }
  7833.  
  7834. .pagination>li>a, .pagination>li>span {
  7835. position: relative;
  7836. float: left;
  7837. padding: 6px 12px;
  7838. margin-left: -1px;
  7839. line-height: 1.42857143;
  7840. color: #337ab7;
  7841. text-decoration: none;
  7842. background-color: #fff;
  7843. border: 1px solid #ddd
  7844. }
  7845.  
  7846. .pagination>li:first-child>a, .pagination>li:first-child>span {
  7847. margin-left: 0;
  7848. border-top-left-radius: 4px;
  7849. border-bottom-left-radius: 4px
  7850. }
  7851.  
  7852. .pagination>li:last-child>a, .pagination>li:last-child>span {
  7853. border-top-right-radius: 4px;
  7854. border-bottom-right-radius: 4px
  7855. }
  7856.  
  7857. .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  7858. z-index: 2;
  7859. color: #23527c;
  7860. background-color: #eee;
  7861. border-color: #ddd
  7862. }
  7863.  
  7864. .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  7865. z-index: 3;
  7866. color: #fff;
  7867. cursor: default;
  7868. background-color: #337ab7;
  7869. border-color: #337ab7
  7870. }
  7871.  
  7872. .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
  7873. color: #777;
  7874. cursor: not-allowed;
  7875. background-color: #fff;
  7876. border-color: #ddd
  7877. }
  7878.  
  7879. .pagination-lg>li>a, .pagination-lg>li>span {
  7880. padding: 10px 16px;
  7881. font-size: 18px;
  7882. line-height: 1.3333333
  7883. }
  7884.  
  7885. .pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
  7886. border-top-left-radius: 6px;
  7887. border-bottom-left-radius: 6px
  7888. }
  7889.  
  7890. .pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
  7891. border-top-right-radius: 6px;
  7892. border-bottom-right-radius: 6px
  7893. }
  7894.  
  7895. .pagination-sm>li>a, .pagination-sm>li>span {
  7896. padding: 5px 10px;
  7897. font-size: 12px;
  7898. line-height: 1.5
  7899. }
  7900.  
  7901. .pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
  7902. border-top-left-radius: 3px;
  7903. border-bottom-left-radius: 3px
  7904. }
  7905.  
  7906. .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
  7907. border-top-right-radius: 3px;
  7908. border-bottom-right-radius: 3px
  7909. }
  7910.  
  7911. .pager {
  7912. padding-left: 0;
  7913. margin: 20px 0;
  7914. text-align: center;
  7915. list-style: none
  7916. }
  7917.  
  7918. .pager li {
  7919. display: inline
  7920. }
  7921.  
  7922. .pager li>a, .pager li>span {
  7923. display: inline-block;
  7924. padding: 5px 14px;
  7925. background-color: #fff;
  7926. border: 1px solid #ddd;
  7927. border-radius: 15px
  7928. }
  7929.  
  7930. .pager li>a:focus, .pager li>a:hover {
  7931. text-decoration: none;
  7932. background-color: #eee
  7933. }
  7934.  
  7935. .pager .next>a, .pager .next>span {
  7936. float: right
  7937. }
  7938.  
  7939. .pager .previous>a, .pager .previous>span {
  7940. float: left
  7941. }
  7942.  
  7943. .pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span {
  7944. color: #777;
  7945. cursor: not-allowed;
  7946. background-color: #fff
  7947. }
  7948.  
  7949. .label {
  7950. display: inline;
  7951. padding: .2em .6em .3em;
  7952. font-size: 75%;
  7953. font-weight: 700;
  7954. line-height: 1;
  7955. color: #fff;
  7956. text-align: center;
  7957. white-space: nowrap;
  7958. vertical-align: baseline;
  7959. border-radius: .25em
  7960. }
  7961.  
  7962. a.label:focus, a.label:hover {
  7963. color: #fff;
  7964. text-decoration: none;
  7965. cursor: pointer
  7966. }
  7967.  
  7968. .label:empty {
  7969. display: none
  7970. }
  7971.  
  7972. .btn .label {
  7973. position: relative;
  7974. top: -1px
  7975. }
  7976.  
  7977. .label-default {
  7978. background-color: #777
  7979. }
  7980.  
  7981. .label-default[href]:focus, .label-default[href]:hover {
  7982. background-color: #5e5e5e
  7983. }
  7984.  
  7985. .label-primary {
  7986. background-color: #337ab7
  7987. }
  7988.  
  7989. .label-primary[href]:focus, .label-primary[href]:hover {
  7990. background-color: #286090
  7991. }
  7992.  
  7993. .label-success {
  7994. background-color: #5cb85c
  7995. }
  7996.  
  7997. .label-success[href]:focus, .label-success[href]:hover {
  7998. background-color: #449d44
  7999. }
  8000.  
  8001. .label-info {
  8002. background-color: #5bc0de
  8003. }
  8004.  
  8005. .label-info[href]:focus, .label-info[href]:hover {
  8006. background-color: #31b0d5
  8007. }
  8008.  
  8009. .label-warning {
  8010. background-color: #f0ad4e
  8011. }
  8012.  
  8013. .label-warning[href]:focus, .label-warning[href]:hover {
  8014. background-color: #ec971f
  8015. }
  8016.  
  8017. .label-danger {
  8018. background-color: #d9534f
  8019. }
  8020.  
  8021. .label-danger[href]:focus, .label-danger[href]:hover {
  8022. background-color: #c9302c
  8023. }
  8024.  
  8025. .badge {
  8026. display: inline-block;
  8027. min-width: 10px;
  8028. padding: 3px 7px;
  8029. font-size: 12px;
  8030. font-weight: 700;
  8031. line-height: 1;
  8032. color: #fff;
  8033. text-align: center;
  8034. white-space: nowrap;
  8035. vertical-align: middle;
  8036. background-color: #777;
  8037. border-radius: 10px
  8038. }
  8039.  
  8040. .badge:empty {
  8041. display: none
  8042. }
  8043.  
  8044. .btn .badge {
  8045. position: relative;
  8046. top: -1px
  8047. }
  8048.  
  8049. .btn-group-xs>.btn .badge, .btn-xs .badge {
  8050. top: 0;
  8051. padding: 1px 5px
  8052. }
  8053.  
  8054. a.badge:focus, a.badge:hover {
  8055. color: #fff;
  8056. text-decoration: none;
  8057. cursor: pointer
  8058. }
  8059.  
  8060. .list-group-item.active>.badge, .nav-pills>.active>a>.badge {
  8061. color: #337ab7;
  8062. background-color: #fff
  8063. }
  8064.  
  8065. .list-group-item>.badge {
  8066. float: right
  8067. }
  8068.  
  8069. .list-group-item>.badge+.badge {
  8070. margin-right: 5px
  8071. }
  8072.  
  8073. .nav-pills>li>a>.badge {
  8074. margin-left: 3px
  8075. }
  8076.  
  8077. .jumbotron {
  8078. padding-top: 30px;
  8079. padding-bottom: 30px;
  8080. margin-bottom: 30px;
  8081. color: inherit;
  8082. background-color: #eee
  8083. }
  8084.  
  8085. .jumbotron .h1, .jumbotron h1 {
  8086. color: inherit
  8087. }
  8088.  
  8089. .jumbotron p {
  8090. margin-bottom: 15px;
  8091. font-size: 21px;
  8092. font-weight: 200
  8093. }
  8094.  
  8095. .jumbotron>hr {
  8096. border-top-color: #d5d5d5
  8097. }
  8098.  
  8099. .container .jumbotron, .container-fluid .jumbotron {
  8100. padding-right: 15px;
  8101. padding-left: 15px;
  8102. border-radius: 6px
  8103. }
  8104.  
  8105. .jumbotron .container {
  8106. max-width: 100%
  8107. }
  8108.  
  8109. @media screen and (min-width:768px) {
  8110. .jumbotron {
  8111. padding-top: 48px;
  8112. padding-bottom: 48px
  8113. }
  8114.  
  8115. .container .jumbotron, .container-fluid .jumbotron {
  8116. padding-right: 60px;
  8117. padding-left: 60px
  8118. }
  8119.  
  8120. .jumbotron .h1, .jumbotron h1 {
  8121. font-size: 63px
  8122. }
  8123. }
  8124.  
  8125. .thumbnail {
  8126. display: block;
  8127. padding: 4px;
  8128. margin-bottom: 20px;
  8129. line-height: 1.42857143;
  8130. background-color: #fff;
  8131. border: 1px solid #ddd;
  8132. border-radius: 4px;
  8133. -webkit-transition: border .2s ease-in-out;
  8134. -o-transition: border .2s ease-in-out;
  8135. transition: border .2s ease-in-out
  8136. }
  8137.  
  8138. .thumbnail a>img, .thumbnail>img {
  8139. margin-right: auto;
  8140. margin-left: auto
  8141. }
  8142.  
  8143. a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  8144. border-color: #337ab7
  8145. }
  8146.  
  8147. .thumbnail .caption {
  8148. padding: 9px;
  8149. color: #333
  8150. }
  8151.  
  8152. .alert {
  8153. padding: 15px;
  8154. margin-bottom: 20px;
  8155. border: 1px solid transparent;
  8156. border-radius: 4px
  8157. }
  8158.  
  8159. .alert h4 {
  8160. margin-top: 0;
  8161. color: inherit
  8162. }
  8163.  
  8164. .alert .alert-link {
  8165. font-weight: 700
  8166. }
  8167.  
  8168. .alert>p, .alert>ul {
  8169. margin-bottom: 0
  8170. }
  8171.  
  8172. .alert>p+p {
  8173. margin-top: 5px
  8174. }
  8175.  
  8176. .alert-dismissable, .alert-dismissible {
  8177. padding-right: 35px
  8178. }
  8179.  
  8180. .alert-dismissable .close, .alert-dismissible .close {
  8181. position: relative;
  8182. top: -2px;
  8183. right: -21px;
  8184. color: inherit
  8185. }
  8186.  
  8187. .alert-success {
  8188. color: #3c763d;
  8189. background-color: #dff0d8;
  8190. border-color: #d6e9c6
  8191. }
  8192.  
  8193. .alert-success hr {
  8194. border-top-color: #c9e2b3
  8195. }
  8196.  
  8197. .alert-success .alert-link {
  8198. color: #2b542c
  8199. }
  8200.  
  8201. .alert-info {
  8202. color: #31708f;
  8203. background-color: #d9edf7;
  8204. border-color: #bce8f1
  8205. }
  8206.  
  8207. .alert-info hr {
  8208. border-top-color: #a6e1ec
  8209. }
  8210.  
  8211. .alert-info .alert-link {
  8212. color: #245269
  8213. }
  8214.  
  8215. .alert-warning {
  8216. color: #8a6d3b;
  8217. background-color: #fcf8e3;
  8218. border-color: #faebcc
  8219. }
  8220.  
  8221. .alert-warning hr {
  8222. border-top-color: #f7e1b5
  8223. }
  8224.  
  8225. .alert-warning .alert-link {
  8226. color: #66512c
  8227. }
  8228.  
  8229. .alert-danger {
  8230. color: #a94442;
  8231. background-color: #f2dede;
  8232. border-color: #ebccd1
  8233. }
  8234.  
  8235. .alert-danger hr {
  8236. border-top-color: #e4b9c0
  8237. }
  8238.  
  8239. .alert-danger .alert-link {
  8240. color: #843534
  8241. }
  8242.  
  8243. @-webkit-keyframes progress-bar-stripes {
  8244. from {
  8245. background-position: 40px 0
  8246. }
  8247.  
  8248. to {
  8249. background-position: 0 0
  8250. }
  8251. }
  8252.  
  8253. @-o-keyframes progress-bar-stripes {
  8254. from {
  8255. background-position: 40px 0
  8256. }
  8257.  
  8258. to {
  8259. background-position: 0 0
  8260. }
  8261. }
  8262.  
  8263. @keyframes progress-bar-stripes {
  8264. from {
  8265. background-position: 40px 0
  8266. }
  8267.  
  8268. to {
  8269. background-position: 0 0
  8270. }
  8271. }
  8272.  
  8273. .progress {
  8274. height: 20px;
  8275. margin-bottom: 20px;
  8276. overflow: hidden;
  8277. background-color: #f5f5f5;
  8278. border-radius: 4px;
  8279. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  8280. box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
  8281. }
  8282.  
  8283. .progress-bar {
  8284. float: left;
  8285. width: 0;
  8286. height: 100%;
  8287. font-size: 12px;
  8288. line-height: 20px;
  8289. color: #fff;
  8290. text-align: center;
  8291. background-color: #337ab7;
  8292. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  8293. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  8294. -webkit-transition: width .6s ease;
  8295. -o-transition: width .6s ease;
  8296. transition: width .6s ease
  8297. }
  8298.  
  8299. .progress-bar-striped, .progress-striped .progress-bar {
  8300. 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);
  8301. 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);
  8302. 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);
  8303. -webkit-background-size: 40px 40px;
  8304. background-size: 40px 40px
  8305. }
  8306.  
  8307. .progress-bar.active, .progress.active .progress-bar {
  8308. -webkit-animation: progress-bar-stripes 2s linear infinite;
  8309. -o-animation: progress-bar-stripes 2s linear infinite;
  8310. animation: progress-bar-stripes 2s linear infinite
  8311. }
  8312.  
  8313. .progress-bar-success {
  8314. background-color: #5cb85c
  8315. }
  8316.  
  8317. .progress-striped .progress-bar-success {
  8318. 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);
  8319. 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);
  8320. 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)
  8321. }
  8322.  
  8323. .progress-bar-info {
  8324. background-color: #5bc0de
  8325. }
  8326.  
  8327. .progress-striped .progress-bar-info {
  8328. 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);
  8329. 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);
  8330. 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)
  8331. }
  8332.  
  8333. .progress-bar-warning {
  8334. background-color: #f0ad4e
  8335. }
  8336.  
  8337. .progress-striped .progress-bar-warning {
  8338. 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);
  8339. 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);
  8340. 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)
  8341. }
  8342.  
  8343. .progress-bar-danger {
  8344. background-color: #d9534f
  8345. }
  8346.  
  8347. .progress-striped .progress-bar-danger {
  8348. 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);
  8349. 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);
  8350. 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)
  8351. }
  8352.  
  8353. .media {
  8354. margin-top: 15px
  8355. }
  8356.  
  8357. .media:first-child {
  8358. margin-top: 0
  8359. }
  8360.  
  8361. .media, .media-body {
  8362. overflow: hidden;
  8363. zoom: 1
  8364. }
  8365.  
  8366. .media-body {
  8367. width: 10000px
  8368. }
  8369.  
  8370. .media-object {
  8371. display: block
  8372. }
  8373.  
  8374. .media-object.img-thumbnail {
  8375. max-width: none
  8376. }
  8377.  
  8378. .media-right, .media>.pull-right {
  8379. padding-left: 10px
  8380. }
  8381.  
  8382. .media-left, .media>.pull-left {
  8383. padding-right: 10px
  8384. }
  8385.  
  8386. .media-body, .media-left, .media-right {
  8387. display: table-cell;
  8388. vertical-align: top
  8389. }
  8390.  
  8391. .media-middle {
  8392. vertical-align: middle
  8393. }
  8394.  
  8395. .media-bottom {
  8396. vertical-align: bottom
  8397. }
  8398.  
  8399. .media-heading {
  8400. margin-top: 0;
  8401. margin-bottom: 5px
  8402. }
  8403.  
  8404. .media-list {
  8405. padding-left: 0;
  8406. list-style: none
  8407. }
  8408.  
  8409. .list-group {
  8410. padding-left: 0;
  8411. margin-bottom: 20px
  8412. }
  8413.  
  8414. .list-group-item {
  8415. position: relative;
  8416. display: block;
  8417. padding: 10px 15px;
  8418. margin-bottom: -1px;
  8419. background-color: #fff;
  8420. border: 1px solid #ddd
  8421. }
  8422.  
  8423. .list-group-item:first-child {
  8424. border-top-left-radius: 4px;
  8425. border-top-right-radius: 4px
  8426. }
  8427.  
  8428. .list-group-item:last-child {
  8429. margin-bottom: 0;
  8430. border-bottom-right-radius: 4px;
  8431. border-bottom-left-radius: 4px
  8432. }
  8433.  
  8434. a.list-group-item, button.list-group-item {
  8435. color: #555
  8436. }
  8437.  
  8438. a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  8439. color: #333
  8440. }
  8441.  
  8442. a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  8443. color: #555;
  8444. text-decoration: none;
  8445. background-color: #f5f5f5
  8446. }
  8447.  
  8448. button.list-group-item {
  8449. width: 100%;
  8450. text-align: left
  8451. }
  8452.  
  8453. .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  8454. color: #777;
  8455. cursor: not-allowed;
  8456. background-color: #eee
  8457. }
  8458.  
  8459. .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  8460. color: inherit
  8461. }
  8462.  
  8463. .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  8464. color: #777
  8465. }
  8466.  
  8467. .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  8468. z-index: 2;
  8469. color: #fff;
  8470. background-color: #337ab7;
  8471. border-color: #337ab7
  8472. }
  8473.  
  8474. .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
  8475. color: inherit
  8476. }
  8477.  
  8478. .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  8479. color: #c7ddef
  8480. }
  8481.  
  8482. .list-group-item-success {
  8483. color: #3c763d;
  8484. background-color: #dff0d8
  8485. }
  8486.  
  8487. a.list-group-item-success, button.list-group-item-success {
  8488. color: #3c763d
  8489. }
  8490.  
  8491. a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  8492. color: inherit
  8493. }
  8494.  
  8495. a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  8496. color: #3c763d;
  8497. background-color: #d0e9c6
  8498. }
  8499.  
  8500. a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  8501. color: #fff;
  8502. background-color: #3c763d;
  8503. border-color: #3c763d
  8504. }
  8505.  
  8506. .list-group-item-info {
  8507. color: #31708f;
  8508. background-color: #d9edf7
  8509. }
  8510.  
  8511. a.list-group-item-info, button.list-group-item-info {
  8512. color: #31708f
  8513. }
  8514.  
  8515. a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  8516. color: inherit
  8517. }
  8518.  
  8519. a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  8520. color: #31708f;
  8521. background-color: #c4e3f3
  8522. }
  8523.  
  8524. a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  8525. color: #fff;
  8526. background-color: #31708f;
  8527. border-color: #31708f
  8528. }
  8529.  
  8530. .list-group-item-warning {
  8531. color: #8a6d3b;
  8532. background-color: #fcf8e3
  8533. }
  8534.  
  8535. a.list-group-item-warning, button.list-group-item-warning {
  8536. color: #8a6d3b
  8537. }
  8538.  
  8539. a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  8540. color: inherit
  8541. }
  8542.  
  8543. a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  8544. color: #8a6d3b;
  8545. background-color: #faf2cc
  8546. }
  8547.  
  8548. a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  8549. color: #fff;
  8550. background-color: #8a6d3b;
  8551. border-color: #8a6d3b
  8552. }
  8553.  
  8554. .list-group-item-danger {
  8555. color: #a94442;
  8556. background-color: #f2dede
  8557. }
  8558.  
  8559. a.list-group-item-danger, button.list-group-item-danger {
  8560. color: #a94442
  8561. }
  8562.  
  8563. a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  8564. color: inherit
  8565. }
  8566.  
  8567. a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  8568. color: #a94442;
  8569. background-color: #ebcccc
  8570. }
  8571.  
  8572. a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  8573. color: #fff;
  8574. background-color: #a94442;
  8575. border-color: #a94442
  8576. }
  8577.  
  8578. .list-group-item-heading {
  8579. margin-top: 0;
  8580. margin-bottom: 5px
  8581. }
  8582.  
  8583. .list-group-item-text {
  8584. margin-bottom: 0;
  8585. line-height: 1.3
  8586. }
  8587.  
  8588. .panel {
  8589. margin-bottom: 20px;
  8590. background-color: #fff;
  8591. border: 1px solid transparent;
  8592. border-radius: 4px;
  8593. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  8594. box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
  8595. }
  8596.  
  8597. .panel-body {
  8598. padding: 15px
  8599. }
  8600.  
  8601. .panel-heading {
  8602. padding: 10px 15px;
  8603. border-bottom: 1px solid transparent;
  8604. border-top-left-radius: 3px;
  8605. border-top-right-radius: 3px
  8606. }
  8607.  
  8608. .panel-heading>.dropdown .dropdown-toggle {
  8609. color: inherit
  8610. }
  8611.  
  8612. .panel-title {
  8613. margin-top: 0;
  8614. margin-bottom: 0;
  8615. font-size: 16px;
  8616. color: inherit
  8617. }
  8618.  
  8619. .panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
  8620. color: inherit
  8621. }
  8622.  
  8623. .panel-footer {
  8624. padding: 10px 15px;
  8625. background-color: #f5f5f5;
  8626. border-top: 1px solid #ddd;
  8627. border-bottom-right-radius: 3px;
  8628. border-bottom-left-radius: 3px
  8629. }
  8630.  
  8631. .panel>.list-group, .panel>.panel-collapse>.list-group {
  8632. margin-bottom: 0
  8633. }
  8634.  
  8635. .panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
  8636. border-width: 1px 0;
  8637. border-radius: 0
  8638. }
  8639.  
  8640. .panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  8641. border-top: 0;
  8642. border-top-left-radius: 3px;
  8643. border-top-right-radius: 3px
  8644. }
  8645.  
  8646. .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  8647. border-bottom: 0;
  8648. border-bottom-right-radius: 3px;
  8649. border-bottom-left-radius: 3px
  8650. }
  8651.  
  8652. .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  8653. border-top-left-radius: 0;
  8654. border-top-right-radius: 0
  8655. }
  8656.  
  8657. .panel-heading+.list-group .list-group-item:first-child {
  8658. border-top-width: 0
  8659. }
  8660.  
  8661. .list-group+.panel-footer {
  8662. border-top-width: 0
  8663. }
  8664.  
  8665. .panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
  8666. margin-bottom: 0
  8667. }
  8668.  
  8669. .panel>.panel-collapse>.table caption, .panel>.table caption, .panel>.table-responsive>.table caption {
  8670. padding-right: 15px;
  8671. padding-left: 15px
  8672. }
  8673.  
  8674. .panel>.table-responsive:first-child>.table:first-child, .panel>.table:first-child {
  8675. border-top-left-radius: 3px;
  8676. border-top-right-radius: 3px
  8677. }
  8678.  
  8679. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
  8680. border-top-left-radius: 3px;
  8681. border-top-right-radius: 3px
  8682. }
  8683.  
  8684. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  8685. border-top-left-radius: 3px
  8686. }
  8687.  
  8688. .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  8689. border-top-right-radius: 3px
  8690. }
  8691.  
  8692. .panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
  8693. border-bottom-right-radius: 3px;
  8694. border-bottom-left-radius: 3px
  8695. }
  8696.  
  8697. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
  8698. border-bottom-right-radius: 3px;
  8699. border-bottom-left-radius: 3px
  8700. }
  8701.  
  8702. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  8703. border-bottom-left-radius: 3px
  8704. }
  8705.  
  8706. .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  8707. border-bottom-right-radius: 3px
  8708. }
  8709.  
  8710. .panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
  8711. border-top: 1px solid #ddd
  8712. }
  8713.  
  8714. .panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
  8715. border-top: 0
  8716. }
  8717.  
  8718. .panel>.table-bordered, .panel>.table-responsive>.table-bordered {
  8719. border: 0
  8720. }
  8721.  
  8722. .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  8723. border-left: 0
  8724. }
  8725.  
  8726. .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  8727. border-right: 0
  8728. }
  8729.  
  8730. .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  8731. border-bottom: 0
  8732. }
  8733.  
  8734. .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  8735. border-bottom: 0
  8736. }
  8737.  
  8738. .panel>.table-responsive {
  8739. margin-bottom: 0;
  8740. border: 0
  8741. }
  8742.  
  8743. .panel-group {
  8744. margin-bottom: 20px
  8745. }
  8746.  
  8747. .panel-group .panel {
  8748. margin-bottom: 0;
  8749. border-radius: 4px
  8750. }
  8751.  
  8752. .panel-group .panel+.panel {
  8753. margin-top: 5px
  8754. }
  8755.  
  8756. .panel-group .panel-heading {
  8757. border-bottom: 0
  8758. }
  8759.  
  8760. .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  8761. border-top: 1px solid #ddd
  8762. }
  8763.  
  8764. .panel-group .panel-footer {
  8765. border-top: 0
  8766. }
  8767.  
  8768. .panel-group .panel-footer+.panel-collapse .panel-body {
  8769. border-bottom: 1px solid #ddd
  8770. }
  8771.  
  8772. .panel-default {
  8773. border-color: #ddd
  8774. }
  8775.  
  8776. .panel-default>.panel-heading {
  8777. color: #333;
  8778. background-color: #f5f5f5;
  8779. border-color: #ddd
  8780. }
  8781.  
  8782. .panel-default>.panel-heading+.panel-collapse>.panel-body {
  8783. border-top-color: #ddd
  8784. }
  8785.  
  8786. .panel-default>.panel-heading .badge {
  8787. color: #f5f5f5;
  8788. background-color: #333
  8789. }
  8790.  
  8791. .panel-default>.panel-footer+.panel-collapse>.panel-body {
  8792. border-bottom-color: #ddd
  8793. }
  8794.  
  8795. .panel-primary {
  8796. border-color: #337ab7
  8797. }
  8798.  
  8799. .panel-primary>.panel-heading {
  8800. color: #fff;
  8801. background-color: #337ab7;
  8802. border-color: #337ab7
  8803. }
  8804.  
  8805. .panel-primary>.panel-heading+.panel-collapse>.panel-body {
  8806. border-top-color: #337ab7
  8807. }
  8808.  
  8809. .panel-primary>.panel-heading .badge {
  8810. color: #337ab7;
  8811. background-color: #fff
  8812. }
  8813.  
  8814. .panel-primary>.panel-footer+.panel-collapse>.panel-body {
  8815. border-bottom-color: #337ab7
  8816. }
  8817.  
  8818. .panel-success {
  8819. border-color: #d6e9c6
  8820. }
  8821.  
  8822. .panel-success>.panel-heading {
  8823. color: #3c763d;
  8824. background-color: #dff0d8;
  8825. border-color: #d6e9c6
  8826. }
  8827.  
  8828. .panel-success>.panel-heading+.panel-collapse>.panel-body {
  8829. border-top-color: #d6e9c6
  8830. }
  8831.  
  8832. .panel-success>.panel-heading .badge {
  8833. color: #dff0d8;
  8834. background-color: #3c763d
  8835. }
  8836.  
  8837. .panel-success>.panel-footer+.panel-collapse>.panel-body {
  8838. border-bottom-color: #d6e9c6
  8839. }
  8840.  
  8841. .panel-info {
  8842. border-color: #bce8f1
  8843. }
  8844.  
  8845. .panel-info>.panel-heading {
  8846. color: #31708f;
  8847. background-color: #d9edf7;
  8848. border-color: #bce8f1
  8849. }
  8850.  
  8851. .panel-info>.panel-heading+.panel-collapse>.panel-body {
  8852. border-top-color: #bce8f1
  8853. }
  8854.  
  8855. .panel-info>.panel-heading .badge {
  8856. color: #d9edf7;
  8857. background-color: #31708f
  8858. }
  8859.  
  8860. .panel-info>.panel-footer+.panel-collapse>.panel-body {
  8861. border-bottom-color: #bce8f1
  8862. }
  8863.  
  8864. .panel-warning {
  8865. border-color: #faebcc
  8866. }
  8867.  
  8868. .panel-warning>.panel-heading {
  8869. color: #8a6d3b;
  8870. background-color: #fcf8e3;
  8871. border-color: #faebcc
  8872. }
  8873.  
  8874. .panel-warning>.panel-heading+.panel-collapse>.panel-body {
  8875. border-top-color: #faebcc
  8876. }
  8877.  
  8878. .panel-warning>.panel-heading .badge {
  8879. color: #fcf8e3;
  8880. background-color: #8a6d3b
  8881. }
  8882.  
  8883. .panel-warning>.panel-footer+.panel-collapse>.panel-body {
  8884. border-bottom-color: #faebcc
  8885. }
  8886.  
  8887. .panel-danger {
  8888. border-color: #ebccd1
  8889. }
  8890.  
  8891. .panel-danger>.panel-heading {
  8892. color: #a94442;
  8893. background-color: #f2dede;
  8894. border-color: #ebccd1
  8895. }
  8896.  
  8897. .panel-danger>.panel-heading+.panel-collapse>.panel-body {
  8898. border-top-color: #ebccd1
  8899. }
  8900.  
  8901. .panel-danger>.panel-heading .badge {
  8902. color: #f2dede;
  8903. background-color: #a94442
  8904. }
  8905.  
  8906. .panel-danger>.panel-footer+.panel-collapse>.panel-body {
  8907. border-bottom-color: #ebccd1
  8908. }
  8909.  
  8910. .embed-responsive {
  8911. position: relative;
  8912. display: block;
  8913. height: 0;
  8914. padding: 0;
  8915. overflow: hidden
  8916. }
  8917.  
  8918. .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  8919. position: absolute;
  8920. top: 0;
  8921. bottom: 0;
  8922. left: 0;
  8923. width: 100%;
  8924. height: 100%;
  8925. border: 0
  8926. }
  8927.  
  8928. .embed-responsive-16by9 {
  8929. padding-bottom: 56.25%
  8930. }
  8931.  
  8932. .embed-responsive-4by3 {
  8933. padding-bottom: 75%
  8934. }
  8935.  
  8936. .well {
  8937. min-height: 20px;
  8938. padding: 19px;
  8939. margin-bottom: 20px;
  8940. background-color: #f5f5f5;
  8941. border: 1px solid #e3e3e3;
  8942. border-radius: 4px;
  8943. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  8944. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
  8945. }
  8946.  
  8947. .well blockquote {
  8948. border-color: #ddd;
  8949. border-color: rgba(0, 0, 0, .15)
  8950. }
  8951.  
  8952. .well-lg {
  8953. padding: 24px;
  8954. border-radius: 6px
  8955. }
  8956.  
  8957. .well-sm {
  8958. padding: 9px;
  8959. border-radius: 3px
  8960. }
  8961.  
  8962. .close {
  8963. float: right;
  8964. font-size: 21px;
  8965. font-weight: 700;
  8966. line-height: 1;
  8967. color: #000;
  8968. text-shadow: 0 1px 0 #fff;
  8969. filter: alpha(opacity=20);
  8970. opacity: .2
  8971. }
  8972.  
  8973. .close:focus, .close:hover {
  8974. color: #000;
  8975. text-decoration: none;
  8976. cursor: pointer;
  8977. filter: alpha(opacity=50);
  8978. opacity: .5
  8979. }
  8980.  
  8981. button.close {
  8982. -webkit-appearance: none;
  8983. padding: 0;
  8984. cursor: pointer;
  8985. background: 0 0;
  8986. border: 0
  8987. }
  8988.  
  8989. .modal-open {
  8990. overflow: hidden
  8991. }
  8992.  
  8993. .modal {
  8994. position: fixed;
  8995. top: 0;
  8996. right: 0;
  8997. bottom: 0;
  8998. left: 0;
  8999. z-index: 1050;
  9000. display: none;
  9001. overflow: hidden;
  9002. -webkit-overflow-scrolling: touch;
  9003. outline: 0
  9004. }
  9005.  
  9006. .modal.fade .modal-dialog {
  9007. -webkit-transition: -webkit-transform .3s ease-out;
  9008. -o-transition: -o-transform .3s ease-out;
  9009. transition: transform .3s ease-out;
  9010. -webkit-transform: translate(0, -25%);
  9011. -ms-transform: translate(0, -25%);
  9012. -o-transform: translate(0, -25%);
  9013. transform: translate(0, -25%)
  9014. }
  9015.  
  9016. .modal.in .modal-dialog {
  9017. -webkit-transform: translate(0, 0);
  9018. -ms-transform: translate(0, 0);
  9019. -o-transform: translate(0, 0);
  9020. transform: translate(0, 0)
  9021. }
  9022.  
  9023. .modal-open .modal {
  9024. overflow-x: hidden;
  9025. overflow-y: auto
  9026. }
  9027.  
  9028. .modal-dialog {
  9029. position: relative;
  9030. width: auto;
  9031. margin: 10px
  9032. }
  9033.  
  9034. .modal-content {
  9035. position: relative;
  9036. background-color: #fff;
  9037. -webkit-background-clip: padding-box;
  9038. background-clip: padding-box;
  9039. border: 1px solid #999;
  9040. border: 1px solid rgba(0, 0, 0, .2);
  9041. border-radius: 6px;
  9042. outline: 0;
  9043. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  9044. box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
  9045. }
  9046.  
  9047. .modal-backdrop {
  9048. position: fixed;
  9049. top: 0;
  9050. right: 0;
  9051. bottom: 0;
  9052. left: 0;
  9053. z-index: 1040;
  9054. background-color: #000
  9055. }
  9056.  
  9057. .modal-backdrop.fade {
  9058. filter: alpha(opacity=0);
  9059. opacity: 0
  9060. }
  9061.  
  9062. .modal-backdrop.in {
  9063. filter: alpha(opacity=50);
  9064. opacity: .5
  9065. }
  9066.  
  9067. .modal-header {
  9068. padding: 15px;
  9069. border-bottom: 1px solid #e5e5e5
  9070. }
  9071.  
  9072. .modal-header .close {
  9073. margin-top: -2px
  9074. }
  9075.  
  9076. .modal-title {
  9077. margin: 0;
  9078. line-height: 1.42857143
  9079. }
  9080.  
  9081. .modal-body {
  9082. position: relative;
  9083. padding: 15px
  9084. }
  9085.  
  9086. .modal-footer {
  9087. padding: 15px;
  9088. text-align: right;
  9089. border-top: 1px solid #e5e5e5
  9090. }
  9091.  
  9092. .modal-footer .btn+.btn {
  9093. margin-bottom: 0;
  9094. margin-left: 5px
  9095. }
  9096.  
  9097. .modal-footer .btn-group .btn+.btn {
  9098. margin-left: -1px
  9099. }
  9100.  
  9101. .modal-footer .btn-block+.btn-block {
  9102. margin-left: 0
  9103. }
  9104.  
  9105. .modal-scrollbar-measure {
  9106. position: absolute;
  9107. top: -9999px;
  9108. width: 50px;
  9109. height: 50px;
  9110. overflow: scroll
  9111. }
  9112.  
  9113. @media (min-width:768px) {
  9114. .modal-dialog {
  9115. width: 600px;
  9116. margin: 30px auto
  9117. }
  9118.  
  9119. .modal-content {
  9120. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  9121. box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  9122. }
  9123.  
  9124. .modal-sm {
  9125. width: 300px
  9126. }
  9127. }
  9128.  
  9129. @media (min-width:992px) {
  9130. .modal-lg {
  9131. width: 900px
  9132. }
  9133. }
  9134.  
  9135. .tooltip {
  9136. position: absolute;
  9137. z-index: 1070;
  9138. display: block;
  9139. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  9140. font-size: 12px;
  9141. font-style: normal;
  9142. font-weight: 400;
  9143. line-height: 1.42857143;
  9144. text-align: left;
  9145. text-align: start;
  9146. text-decoration: none;
  9147. text-shadow: none;
  9148. text-transform: none;
  9149. letter-spacing: normal;
  9150. word-break: normal;
  9151. word-spacing: normal;
  9152. word-wrap: normal;
  9153. white-space: normal;
  9154. filter: alpha(opacity=0);
  9155. opacity: 0;
  9156. line-break: auto
  9157. }
  9158.  
  9159. .tooltip.in {
  9160. filter: alpha(opacity=90);
  9161. opacity: .9
  9162. }
  9163.  
  9164. .tooltip.top {
  9165. padding: 5px 0;
  9166. margin-top: -3px
  9167. }
  9168.  
  9169. .tooltip.right {
  9170. padding: 0 5px;
  9171. margin-left: 3px
  9172. }
  9173.  
  9174. .tooltip.bottom {
  9175. padding: 5px 0;
  9176. margin-top: 3px
  9177. }
  9178.  
  9179. .tooltip.left {
  9180. padding: 0 5px;
  9181. margin-left: -3px
  9182. }
  9183.  
  9184. .tooltip-inner {
  9185. max-width: 200px;
  9186. padding: 3px 8px;
  9187. color: #fff;
  9188. text-align: center;
  9189. background-color: #000;
  9190. border-radius: 4px
  9191. }
  9192.  
  9193. .tooltip-arrow {
  9194. position: absolute;
  9195. width: 0;
  9196. height: 0;
  9197. border-color: transparent;
  9198. border-style: solid
  9199. }
  9200.  
  9201. .tooltip.top .tooltip-arrow {
  9202. bottom: 0;
  9203. left: 50%;
  9204. margin-left: -5px;
  9205. border-width: 5px 5px 0;
  9206. border-top-color: #000
  9207. }
  9208.  
  9209. .tooltip.top-left .tooltip-arrow {
  9210. right: 5px;
  9211. bottom: 0;
  9212. margin-bottom: -5px;
  9213. border-width: 5px 5px 0;
  9214. border-top-color: #000
  9215. }
  9216.  
  9217. .tooltip.top-right .tooltip-arrow {
  9218. bottom: 0;
  9219. left: 5px;
  9220. margin-bottom: -5px;
  9221. border-width: 5px 5px 0;
  9222. border-top-color: #000
  9223. }
  9224.  
  9225. .tooltip.right .tooltip-arrow {
  9226. top: 50%;
  9227. left: 0;
  9228. margin-top: -5px;
  9229. border-width: 5px 5px 5px 0;
  9230. border-right-color: #000
  9231. }
  9232.  
  9233. .tooltip.left .tooltip-arrow {
  9234. top: 50%;
  9235. right: 0;
  9236. margin-top: -5px;
  9237. border-width: 5px 0 5px 5px;
  9238. border-left-color: #000
  9239. }
  9240.  
  9241. .tooltip.bottom .tooltip-arrow {
  9242. top: 0;
  9243. left: 50%;
  9244. margin-left: -5px;
  9245. border-width: 0 5px 5px;
  9246. border-bottom-color: #000
  9247. }
  9248.  
  9249. .tooltip.bottom-left .tooltip-arrow {
  9250. top: 0;
  9251. right: 5px;
  9252. margin-top: -5px;
  9253. border-width: 0 5px 5px;
  9254. border-bottom-color: #000
  9255. }
  9256.  
  9257. .tooltip.bottom-right .tooltip-arrow {
  9258. top: 0;
  9259. left: 5px;
  9260. margin-top: -5px;
  9261. border-width: 0 5px 5px;
  9262. border-bottom-color: #000
  9263. }
  9264.  
  9265. .popover {
  9266. position: absolute;
  9267. top: 0;
  9268. left: 0;
  9269. z-index: 1060;
  9270. display: none;
  9271. max-width: 276px;
  9272. padding: 1px;
  9273. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  9274. font-size: 14px;
  9275. font-style: normal;
  9276. font-weight: 400;
  9277. line-height: 1.42857143;
  9278. text-align: left;
  9279. text-align: start;
  9280. text-decoration: none;
  9281. text-shadow: none;
  9282. text-transform: none;
  9283. letter-spacing: normal;
  9284. word-break: normal;
  9285. word-spacing: normal;
  9286. word-wrap: normal;
  9287. white-space: normal;
  9288. background-color: #fff;
  9289. -webkit-background-clip: padding-box;
  9290. background-clip: padding-box;
  9291. border: 1px solid #ccc;
  9292. border: 1px solid rgba(0, 0, 0, .2);
  9293. border-radius: 6px;
  9294. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  9295. box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  9296. line-break: auto
  9297. }
  9298.  
  9299. .popover.top {
  9300. margin-top: -10px
  9301. }
  9302.  
  9303. .popover.right {
  9304. margin-left: 10px
  9305. }
  9306.  
  9307. .popover.bottom {
  9308. margin-top: 10px
  9309. }
  9310.  
  9311. .popover.left {
  9312. margin-left: -10px
  9313. }
  9314.  
  9315. .popover-title {
  9316. padding: 8px 14px;
  9317. margin: 0;
  9318. font-size: 14px;
  9319. background-color: #f7f7f7;
  9320. border-bottom: 1px solid #ebebeb;
  9321. border-radius: 5px 5px 0 0
  9322. }
  9323.  
  9324. .popover-content {
  9325. padding: 9px 14px
  9326. }
  9327.  
  9328. .popover>.arrow, .popover>.arrow:after {
  9329. position: absolute;
  9330. display: block;
  9331. width: 0;
  9332. height: 0;
  9333. border-color: transparent;
  9334. border-style: solid
  9335. }
  9336.  
  9337. .popover>.arrow {
  9338. border-width: 11px
  9339. }
  9340.  
  9341. .popover>.arrow:after {
  9342. content: "";
  9343. border-width: 10px
  9344. }
  9345.  
  9346. .popover.top>.arrow {
  9347. bottom: -11px;
  9348. left: 50%;
  9349. margin-left: -11px;
  9350. border-top-color: #999;
  9351. border-top-color: rgba(0, 0, 0, .25);
  9352. border-bottom-width: 0
  9353. }
  9354.  
  9355. .popover.top>.arrow:after {
  9356. bottom: 1px;
  9357. margin-left: -10px;
  9358. content: " ";
  9359. border-top-color: #fff;
  9360. border-bottom-width: 0
  9361. }
  9362.  
  9363. .popover.right>.arrow {
  9364. top: 50%;
  9365. left: -11px;
  9366. margin-top: -11px;
  9367. border-right-color: #999;
  9368. border-right-color: rgba(0, 0, 0, .25);
  9369. border-left-width: 0
  9370. }
  9371.  
  9372. .popover.right>.arrow:after {
  9373. bottom: -10px;
  9374. left: 1px;
  9375. content: " ";
  9376. border-right-color: #fff;
  9377. border-left-width: 0
  9378. }
  9379.  
  9380. .popover.bottom>.arrow {
  9381. top: -11px;
  9382. left: 50%;
  9383. margin-left: -11px;
  9384. border-top-width: 0;
  9385. border-bottom-color: #999;
  9386. border-bottom-color: rgba(0, 0, 0, .25)
  9387. }
  9388.  
  9389. .popover.bottom>.arrow:after {
  9390. top: 1px;
  9391. margin-left: -10px;
  9392. content: " ";
  9393. border-top-width: 0;
  9394. border-bottom-color: #fff
  9395. }
  9396.  
  9397. .popover.left>.arrow {
  9398. top: 50%;
  9399. right: -11px;
  9400. margin-top: -11px;
  9401. border-right-width: 0;
  9402. border-left-color: #999;
  9403. border-left-color: rgba(0, 0, 0, .25)
  9404. }
  9405.  
  9406. .popover.left>.arrow:after {
  9407. right: 1px;
  9408. bottom: -10px;
  9409. content: " ";
  9410. border-right-width: 0;
  9411. border-left-color: #fff
  9412. }
  9413.  
  9414. .carousel {
  9415. position: relative
  9416. }
  9417.  
  9418. .carousel-inner {
  9419. position: relative;
  9420. width: 100%;
  9421. overflow: hidden
  9422. }
  9423.  
  9424. .carousel-inner>.item {
  9425. position: relative;
  9426. display: none;
  9427. -webkit-transition: .6s ease-in-out left;
  9428. -o-transition: .6s ease-in-out left;
  9429. transition: .6s ease-in-out left
  9430. }
  9431.  
  9432. .carousel-inner>.item>a>img, .carousel-inner>.item>img {
  9433. line-height: 1
  9434. }
  9435.  
  9436. @media all and (transform-3d), (-webkit-transform-3d) {
  9437. .carousel-inner>.item {
  9438. -webkit-transition: -webkit-transform .6s ease-in-out;
  9439. -o-transition: -o-transform .6s ease-in-out;
  9440. transition: transform .6s ease-in-out;
  9441. -webkit-backface-visibility: hidden;
  9442. backface-visibility: hidden;
  9443. -webkit-perspective: 1000px;
  9444. perspective: 1000px
  9445. }
  9446.  
  9447. .carousel-inner>.item.active.right, .carousel-inner>.item.next {
  9448. left: 0;
  9449. -webkit-transform: translate3d(100%, 0, 0);
  9450. transform: translate3d(100%, 0, 0)
  9451. }
  9452.  
  9453. .carousel-inner>.item.active.left, .carousel-inner>.item.prev {
  9454. left: 0;
  9455. -webkit-transform: translate3d(-100%, 0, 0);
  9456. transform: translate3d(-100%, 0, 0)
  9457. }
  9458.  
  9459. .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
  9460. left: 0;
  9461. -webkit-transform: translate3d(0, 0, 0);
  9462. transform: translate3d(0, 0, 0)
  9463. }
  9464. }
  9465.  
  9466. .carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
  9467. display: block
  9468. }
  9469.  
  9470. .carousel-inner>.active {
  9471. left: 0
  9472. }
  9473.  
  9474. .carousel-inner>.next, .carousel-inner>.prev {
  9475. position: absolute;
  9476. top: 0;
  9477. width: 100%
  9478. }
  9479.  
  9480. .carousel-inner>.next {
  9481. left: 100%
  9482. }
  9483.  
  9484. .carousel-inner>.prev {
  9485. left: -100%
  9486. }
  9487.  
  9488. .carousel-inner>.next.left, .carousel-inner>.prev.right {
  9489. left: 0
  9490. }
  9491.  
  9492. .carousel-inner>.active.left {
  9493. left: -100%
  9494. }
  9495.  
  9496. .carousel-inner>.active.right {
  9497. left: 100%
  9498. }
  9499.  
  9500. .carousel-control {
  9501. position: absolute;
  9502. top: 0;
  9503. bottom: 0;
  9504. left: 0;
  9505. width: 15%;
  9506. font-size: 20px;
  9507. color: #fff;
  9508. text-align: center;
  9509. text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  9510. background-color: rgba(0, 0, 0, 0);
  9511. filter: alpha(opacity=50);
  9512. opacity: .5
  9513. }
  9514.  
  9515. .carousel-control.left {
  9516. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  9517. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  9518. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  9519. background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  9520. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  9521. background-repeat: repeat-x
  9522. }
  9523.  
  9524. .carousel-control.right {
  9525. right: 0;
  9526. left: auto;
  9527. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  9528. background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  9529. background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  9530. background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  9531. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  9532. background-repeat: repeat-x
  9533. }
  9534.  
  9535. .carousel-control:focus, .carousel-control:hover {
  9536. color: #fff;
  9537. text-decoration: none;
  9538. filter: alpha(opacity=90);
  9539. outline: 0;
  9540. opacity: .9
  9541. }
  9542.  
  9543. .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  9544. position: absolute;
  9545. top: 50%;
  9546. z-index: 5;
  9547. display: inline-block;
  9548. margin-top: -10px
  9549. }
  9550.  
  9551. .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  9552. left: 50%;
  9553. margin-left: -10px
  9554. }
  9555.  
  9556. .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  9557. right: 50%;
  9558. margin-right: -10px
  9559. }
  9560.  
  9561. .carousel-control .icon-next, .carousel-control .icon-prev {
  9562. width: 20px;
  9563. height: 20px;
  9564. font-family: serif;
  9565. line-height: 1
  9566. }
  9567.  
  9568. .carousel-control .icon-prev:before {
  9569. content: '\2039'
  9570. }
  9571.  
  9572. .carousel-control .icon-next:before {
  9573. content: '\203a'
  9574. }
  9575.  
  9576. .carousel-indicators {
  9577. position: absolute;
  9578. bottom: 10px;
  9579. left: 50%;
  9580. z-index: 15;
  9581. width: 60%;
  9582. padding-left: 0;
  9583. margin-left: -30%;
  9584. text-align: center;
  9585. list-style: none
  9586. }
  9587.  
  9588. .carousel-indicators li {
  9589. display: inline-block;
  9590. width: 10px;
  9591. height: 10px;
  9592. margin: 1px;
  9593. text-indent: -999px;
  9594. cursor: pointer;
  9595. background-color: #000\9;
  9596. background-color: rgba(0, 0, 0, 0);
  9597. border: 1px solid #fff;
  9598. border-radius: 10px
  9599. }
  9600.  
  9601. .carousel-indicators .active {
  9602. width: 12px;
  9603. height: 12px;
  9604. margin: 0;
  9605. background-color: #fff
  9606. }
  9607.  
  9608. .carousel-caption {
  9609. position: absolute;
  9610. right: 15%;
  9611. bottom: 20px;
  9612. left: 15%;
  9613. z-index: 10;
  9614. padding-top: 20px;
  9615. padding-bottom: 20px;
  9616. color: #fff;
  9617. text-align: center;
  9618. text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
  9619. }
  9620.  
  9621. .carousel-caption .btn {
  9622. text-shadow: none
  9623. }
  9624.  
  9625. @media screen and (min-width:768px) {
  9626. .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  9627. width: 30px;
  9628. height: 30px;
  9629. margin-top: -10px;
  9630. font-size: 30px
  9631. }
  9632.  
  9633. .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  9634. margin-left: -10px
  9635. }
  9636.  
  9637. .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  9638. margin-right: -10px
  9639. }
  9640.  
  9641. .carousel-caption {
  9642. right: 20%;
  9643. left: 20%;
  9644. padding-bottom: 30px
  9645. }
  9646.  
  9647. .carousel-indicators {
  9648. bottom: 20px
  9649. }
  9650. }
  9651.  
  9652. .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  9653. display: table;
  9654. content: " "
  9655. }
  9656.  
  9657. .btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  9658. clear: both
  9659. }
  9660.  
  9661. .center-block {
  9662. display: block;
  9663. margin-right: auto;
  9664. margin-left: auto
  9665. }
  9666.  
  9667. .pull-right {
  9668. float: right !important
  9669. }
  9670.  
  9671. .pull-left {
  9672. float: left !important
  9673. }
  9674.  
  9675. .hide {
  9676. display: none !important
  9677. }
  9678.  
  9679. .show {
  9680. display: block !important
  9681. }
  9682.  
  9683. .invisible {
  9684. visibility: hidden
  9685. }
  9686.  
  9687. .text-hide {
  9688. font: 0/0 a;
  9689. color: transparent;
  9690. text-shadow: none;
  9691. background-color: transparent;
  9692. border: 0
  9693. }
  9694.  
  9695. .hidden {
  9696. display: none !important
  9697. }
  9698.  
  9699. .affix {
  9700. position: fixed
  9701. }
  9702.  
  9703. @-ms-viewport {
  9704. width: device-width
  9705. }
  9706.  
  9707. .visible-lg, .visible-md, .visible-sm, .visible-xs {
  9708. display: none !important
  9709. }
  9710.  
  9711. .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  9712. display: none !important
  9713. }
  9714.  
  9715. @media (max-width:767px) {
  9716. .visible-xs {
  9717. display: block !important
  9718. }
  9719.  
  9720. table.visible-xs {
  9721. display: table !important
  9722. }
  9723.  
  9724. tr.visible-xs {
  9725. display: table-row !important
  9726. }
  9727.  
  9728. td.visible-xs, th.visible-xs {
  9729. display: table-cell !important
  9730. }
  9731. }
  9732.  
  9733. @media (max-width:767px) {
  9734. .visible-xs-block {
  9735. display: block !important
  9736. }
  9737. }
  9738.  
  9739. @media (max-width:767px) {
  9740. .visible-xs-inline {
  9741. display: inline !important
  9742. }
  9743. }
  9744.  
  9745. @media (max-width:767px) {
  9746. .visible-xs-inline-block {
  9747. display: inline-block !important
  9748. }
  9749. }
  9750.  
  9751. @media (min-width:768px) and (max-width:991px) {
  9752. .visible-sm {
  9753. display: block !important
  9754. }
  9755.  
  9756. table.visible-sm {
  9757. display: table !important
  9758. }
  9759.  
  9760. tr.visible-sm {
  9761. display: table-row !important
  9762. }
  9763.  
  9764. td.visible-sm, th.visible-sm {
  9765. display: table-cell !important
  9766. }
  9767. }
  9768.  
  9769. @media (min-width:768px) and (max-width:991px) {
  9770. .visible-sm-block {
  9771. display: block !important
  9772. }
  9773. }
  9774.  
  9775. @media (min-width:768px) and (max-width:991px) {
  9776. .visible-sm-inline {
  9777. display: inline !important
  9778. }
  9779. }
  9780.  
  9781. @media (min-width:768px) and (max-width:991px) {
  9782. .visible-sm-inline-block {
  9783. display: inline-block !important
  9784. }
  9785. }
  9786.  
  9787. @media (min-width:992px) and (max-width:1199px) {
  9788. .visible-md {
  9789. display: block !important
  9790. }
  9791.  
  9792. table.visible-md {
  9793. display: table !important
  9794. }
  9795.  
  9796. tr.visible-md {
  9797. display: table-row !important
  9798. }
  9799.  
  9800. td.visible-md, th.visible-md {
  9801. display: table-cell !important
  9802. }
  9803. }
  9804.  
  9805. @media (min-width:992px) and (max-width:1199px) {
  9806. .visible-md-block {
  9807. display: block !important
  9808. }
  9809. }
  9810.  
  9811. @media (min-width:992px) and (max-width:1199px) {
  9812. .visible-md-inline {
  9813. display: inline !important
  9814. }
  9815. }
  9816.  
  9817. @media (min-width:992px) and (max-width:1199px) {
  9818. .visible-md-inline-block {
  9819. display: inline-block !important
  9820. }
  9821. }
  9822.  
  9823. @media (min-width:1200px) {
  9824. .visible-lg {
  9825. display: block !important
  9826. }
  9827.  
  9828. table.visible-lg {
  9829. display: table !important
  9830. }
  9831.  
  9832. tr.visible-lg {
  9833. display: table-row !important
  9834. }
  9835.  
  9836. td.visible-lg, th.visible-lg {
  9837. display: table-cell !important
  9838. }
  9839. }
  9840.  
  9841. @media (min-width:1200px) {
  9842. .visible-lg-block {
  9843. display: block !important
  9844. }
  9845. }
  9846.  
  9847. @media (min-width:1200px) {
  9848. .visible-lg-inline {
  9849. display: inline !important
  9850. }
  9851. }
  9852.  
  9853. @media (min-width:1200px) {
  9854. .visible-lg-inline-block {
  9855. display: inline-block !important
  9856. }
  9857. }
  9858.  
  9859. @media (max-width:767px) {
  9860. .hidden-xs {
  9861. display: none !important
  9862. }
  9863. }
  9864.  
  9865. @media (min-width:768px) and (max-width:991px) {
  9866. .hidden-sm {
  9867. display: none !important
  9868. }
  9869. }
  9870.  
  9871. @media (min-width:992px) and (max-width:1199px) {
  9872. .hidden-md {
  9873. display: none !important
  9874. }
  9875. }
  9876.  
  9877. @media (min-width:1200px) {
  9878. .hidden-lg {
  9879. display: none !important
  9880. }
  9881. }
  9882.  
  9883. .visible-print {
  9884. display: none !important
  9885. }
  9886.  
  9887. @media print {
  9888. .visible-print {
  9889. display: block !important
  9890. }
  9891.  
  9892. table.visible-print {
  9893. display: table !important
  9894. }
  9895.  
  9896. tr.visible-print {
  9897. display: table-row !important
  9898. }
  9899.  
  9900. td.visible-print, th.visible-print {
  9901. display: table-cell !important
  9902. }
  9903. }
  9904.  
  9905. .visible-print-block {
  9906. display: none !important
  9907. }
  9908.  
  9909. @media print {
  9910. .visible-print-block {
  9911. display: block !important
  9912. }
  9913. }
  9914.  
  9915. .visible-print-inline {
  9916. display: none !important
  9917. }
  9918.  
  9919. @media print {
  9920. .visible-print-inline {
  9921. display: inline !important
  9922. }
  9923. }
  9924.  
  9925. .visible-print-inline-block {
  9926. display: none !important
  9927. }
  9928.  
  9929. @media print {
  9930. .visible-print-inline-block {
  9931. display: inline-block !important
  9932. }
  9933. }
  9934.  
  9935. @media print {
  9936. .hidden-print {
  9937. display: none !important
  9938. }
  9939. }
  9940.  
  9941. @media screen {}
  9942.  
  9943. @font-face {
  9944. font-family: 'FontAwesome';
  9945. src: url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.eot?v=4.2.0);
  9946. src: url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.eot#iefix&v=4.2.0) format('embedded-opentype'), url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
  9947. font-weight: normal;
  9948. font-style: normal
  9949. }
  9950.  
  9951. @media screen {
  9952. .fa {
  9953. display: inline-block;
  9954. font: normal normal normal 14px/1 FontAwesome;
  9955. font-size: inherit;
  9956. text-rendering: auto;
  9957. -webkit-font-smoothing: antialiased;
  9958. -moz-osx-font-smoothing: grayscale
  9959. }
  9960.  
  9961. .fa-lg {
  9962. font-size: 1.33333333em;
  9963. line-height: .75em;
  9964. vertical-align: -15%
  9965. }
  9966.  
  9967. .fa-2x {
  9968. font-size: 2em
  9969. }
  9970.  
  9971. .fa-3x {
  9972. font-size: 3em
  9973. }
  9974.  
  9975. .fa-4x {
  9976. font-size: 4em
  9977. }
  9978.  
  9979. .fa-5x {
  9980. font-size: 5em
  9981. }
  9982.  
  9983. .fa-fw {
  9984. width: 1.28571429em;
  9985. text-align: center
  9986. }
  9987.  
  9988. .fa-ul {
  9989. padding-left: 0;
  9990. margin-left: 2.14285714em;
  9991. list-style-type: none
  9992. }
  9993.  
  9994. .fa-ul>li {
  9995. position: relative
  9996. }
  9997.  
  9998. .fa-li {
  9999. position: absolute;
  10000. left: -2.14285714em;
  10001. width: 2.14285714em;
  10002. top: .14285714em;
  10003. text-align: center
  10004. }
  10005.  
  10006. .fa-li.fa-lg {
  10007. left: -1.85714286em
  10008. }
  10009.  
  10010. .fa-border {
  10011. padding: .2em .25em .15em;
  10012. border: solid .08em #eee;
  10013. border-radius: .1em
  10014. }
  10015.  
  10016. .pull-right {
  10017. float: right
  10018. }
  10019.  
  10020. .pull-left {
  10021. float: left
  10022. }
  10023.  
  10024. .fa.pull-left {
  10025. margin-right: .3em
  10026. }
  10027.  
  10028. .fa.pull-right {
  10029. margin-left: .3em
  10030. }
  10031.  
  10032. .fa-spin {
  10033. -webkit-animation: fa-spin 2s infinite linear;
  10034. animation: fa-spin 2s infinite linear
  10035. }
  10036. }
  10037.  
  10038. @-webkit-keyframes fa-spin {
  10039. 0% {
  10040. -webkit-transform: rotate(0deg);
  10041. transform: rotate(0deg)
  10042. }
  10043.  
  10044. 100% {
  10045. -webkit-transform: rotate(359deg);
  10046. transform: rotate(359deg)
  10047. }
  10048. }
  10049.  
  10050. @keyframes fa-spin {
  10051. 0% {
  10052. -webkit-transform: rotate(0deg);
  10053. transform: rotate(0deg)
  10054. }
  10055.  
  10056. 100% {
  10057. -webkit-transform: rotate(359deg);
  10058. transform: rotate(359deg)
  10059. }
  10060. }
  10061.  
  10062. @media screen {
  10063. .fa-rotate-90 {
  10064. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  10065. -webkit-transform: rotate(90deg);
  10066. -ms-transform: rotate(90deg);
  10067. transform: rotate(90deg)
  10068. }
  10069.  
  10070. .fa-rotate-180 {
  10071. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  10072. -webkit-transform: rotate(180deg);
  10073. -ms-transform: rotate(180deg);
  10074. transform: rotate(180deg)
  10075. }
  10076.  
  10077. .fa-rotate-270 {
  10078. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  10079. -webkit-transform: rotate(270deg);
  10080. -ms-transform: rotate(270deg);
  10081. transform: rotate(270deg)
  10082. }
  10083.  
  10084. .fa-flip-horizontal {
  10085. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  10086. -webkit-transform: scale(-1, 1);
  10087. -ms-transform: scale(-1, 1);
  10088. transform: scale(-1, 1)
  10089. }
  10090.  
  10091. .fa-flip-vertical {
  10092. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  10093. -webkit-transform: scale(1, -1);
  10094. -ms-transform: scale(1, -1);
  10095. transform: scale(1, -1)
  10096. }
  10097.  
  10098. :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  10099. filter: none
  10100. }
  10101.  
  10102. .fa-stack {
  10103. position: relative;
  10104. display: inline-block;
  10105. width: 2em;
  10106. height: 2em;
  10107. line-height: 2em;
  10108. vertical-align: middle
  10109. }
  10110.  
  10111. .fa-stack-1x, .fa-stack-2x {
  10112. position: absolute;
  10113. left: 0;
  10114. width: 100%;
  10115. text-align: center
  10116. }
  10117.  
  10118. .fa-stack-1x {
  10119. line-height: inherit
  10120. }
  10121.  
  10122. .fa-stack-2x {
  10123. font-size: 2em
  10124. }
  10125.  
  10126. .fa-inverse {
  10127. color: #fff
  10128. }
  10129.  
  10130. .fa-glass:before {
  10131. content: "\f000"
  10132. }
  10133.  
  10134. .fa-music:before {
  10135. content: "\f001"
  10136. }
  10137.  
  10138. .fa-search:before {
  10139. content: "\f002"
  10140. }
  10141.  
  10142. .fa-envelope-o:before {
  10143. content: "\f003"
  10144. }
  10145.  
  10146. .fa-heart:before {
  10147. content: "\f004"
  10148. }
  10149.  
  10150. .fa-star:before {
  10151. content: "\f005"
  10152. }
  10153.  
  10154. .fa-star-o:before {
  10155. content: "\f006"
  10156. }
  10157.  
  10158. .fa-user:before {
  10159. content: "\f007"
  10160. }
  10161.  
  10162. .fa-film:before {
  10163. content: "\f008"
  10164. }
  10165.  
  10166. .fa-th-large:before {
  10167. content: "\f009"
  10168. }
  10169.  
  10170. .fa-th:before {
  10171. content: "\f00a"
  10172. }
  10173.  
  10174. .fa-th-list:before {
  10175. content: "\f00b"
  10176. }
  10177.  
  10178. .fa-check:before {
  10179. content: "\f00c"
  10180. }
  10181.  
  10182. .fa-remove:before, .fa-close:before, .fa-times:before {
  10183. content: "\f00d"
  10184. }
  10185.  
  10186. .fa-search-plus:before {
  10187. content: "\f00e"
  10188. }
  10189.  
  10190. .fa-search-minus:before {
  10191. content: "\f010"
  10192. }
  10193.  
  10194. .fa-power-off:before {
  10195. content: "\f011"
  10196. }
  10197.  
  10198. .fa-signal:before {
  10199. content: "\f012"
  10200. }
  10201.  
  10202. .fa-gear:before, .fa-cog:before {
  10203. content: "\f013"
  10204. }
  10205.  
  10206. .fa-trash-o:before {
  10207. content: "\f014"
  10208. }
  10209.  
  10210. .fa-home:before {
  10211. content: "\f015"
  10212. }
  10213.  
  10214. .fa-file-o:before {
  10215. content: "\f016"
  10216. }
  10217.  
  10218. .fa-clock-o:before {
  10219. content: "\f017"
  10220. }
  10221.  
  10222. .fa-road:before {
  10223. content: "\f018"
  10224. }
  10225.  
  10226. .fa-download:before {
  10227. content: "\f019"
  10228. }
  10229.  
  10230. .fa-arrow-circle-o-down:before {
  10231. content: "\f01a"
  10232. }
  10233.  
  10234. .fa-arrow-circle-o-up:before {
  10235. content: "\f01b"
  10236. }
  10237.  
  10238. .fa-inbox:before {
  10239. content: "\f01c"
  10240. }
  10241.  
  10242. .fa-play-circle-o:before {
  10243. content: "\f01d"
  10244. }
  10245.  
  10246. .fa-rotate-right:before, .fa-repeat:before {
  10247. content: "\f01e"
  10248. }
  10249.  
  10250. .fa-refresh:before {
  10251. content: "\f021"
  10252. }
  10253.  
  10254. .fa-list-alt:before {
  10255. content: "\f022"
  10256. }
  10257.  
  10258. .fa-lock:before {
  10259. content: "\f023"
  10260. }
  10261.  
  10262. .fa-flag:before {
  10263. content: "\f024"
  10264. }
  10265.  
  10266. .fa-headphones:before {
  10267. content: "\f025"
  10268. }
  10269.  
  10270. .fa-volume-off:before {
  10271. content: "\f026"
  10272. }
  10273.  
  10274. .fa-volume-down:before {
  10275. content: "\f027"
  10276. }
  10277.  
  10278. .fa-volume-up:before {
  10279. content: "\f028"
  10280. }
  10281.  
  10282. .fa-qrcode:before {
  10283. content: "\f029"
  10284. }
  10285.  
  10286. .fa-barcode:before {
  10287. content: "\f02a"
  10288. }
  10289.  
  10290. .fa-tag:before {
  10291. content: "\f02b"
  10292. }
  10293.  
  10294. .fa-tags:before {
  10295. content: "\f02c"
  10296. }
  10297.  
  10298. .fa-book:before {
  10299. content: "\f02d"
  10300. }
  10301.  
  10302. .fa-bookmark:before {
  10303. content: "\f02e"
  10304. }
  10305.  
  10306. .fa-print:before {
  10307. content: "\f02f"
  10308. }
  10309.  
  10310. .fa-camera:before {
  10311. content: "\f030"
  10312. }
  10313.  
  10314. .fa-font:before {
  10315. content: "\f031"
  10316. }
  10317.  
  10318. .fa-bold:before {
  10319. content: "\f032"
  10320. }
  10321.  
  10322. .fa-italic:before {
  10323. content: "\f033"
  10324. }
  10325.  
  10326. .fa-text-height:before {
  10327. content: "\f034"
  10328. }
  10329.  
  10330. .fa-text-width:before {
  10331. content: "\f035"
  10332. }
  10333.  
  10334. .fa-align-left:before {
  10335. content: "\f036"
  10336. }
  10337.  
  10338. .fa-align-center:before {
  10339. content: "\f037"
  10340. }
  10341.  
  10342. .fa-align-right:before {
  10343. content: "\f038"
  10344. }
  10345.  
  10346. .fa-align-justify:before {
  10347. content: "\f039"
  10348. }
  10349.  
  10350. .fa-list:before {
  10351. content: "\f03a"
  10352. }
  10353.  
  10354. .fa-dedent:before, .fa-outdent:before {
  10355. content: "\f03b"
  10356. }
  10357.  
  10358. .fa-indent:before {
  10359. content: "\f03c"
  10360. }
  10361.  
  10362. .fa-video-camera:before {
  10363. content: "\f03d"
  10364. }
  10365.  
  10366. .fa-photo:before, .fa-image:before, .fa-picture-o:before {
  10367. content: "\f03e"
  10368. }
  10369.  
  10370. .fa-pencil:before {
  10371. content: "\f040"
  10372. }
  10373.  
  10374. .fa-map-marker:before {
  10375. content: "\f041"
  10376. }
  10377.  
  10378. .fa-adjust:before {
  10379. content: "\f042"
  10380. }
  10381.  
  10382. .fa-tint:before {
  10383. content: "\f043"
  10384. }
  10385.  
  10386. .fa-edit:before, .fa-pencil-square-o:before {
  10387. content: "\f044"
  10388. }
  10389.  
  10390. .fa-share-square-o:before {
  10391. content: "\f045"
  10392. }
  10393.  
  10394. .fa-check-square-o:before {
  10395. content: "\f046"
  10396. }
  10397.  
  10398. .fa-arrows:before {
  10399. content: "\f047"
  10400. }
  10401.  
  10402. .fa-step-backward:before {
  10403. content: "\f048"
  10404. }
  10405.  
  10406. .fa-fast-backward:before {
  10407. content: "\f049"
  10408. }
  10409.  
  10410. .fa-backward:before {
  10411. content: "\f04a"
  10412. }
  10413.  
  10414. .fa-play:before {
  10415. content: "\f04b"
  10416. }
  10417.  
  10418. .fa-pause:before {
  10419. content: "\f04c"
  10420. }
  10421.  
  10422. .fa-stop:before {
  10423. content: "\f04d"
  10424. }
  10425.  
  10426. .fa-forward:before {
  10427. content: "\f04e"
  10428. }
  10429.  
  10430. .fa-fast-forward:before {
  10431. content: "\f050"
  10432. }
  10433.  
  10434. .fa-step-forward:before {
  10435. content: "\f051"
  10436. }
  10437.  
  10438. .fa-eject:before {
  10439. content: "\f052"
  10440. }
  10441.  
  10442. .fa-chevron-left:before {
  10443. content: "\f053"
  10444. }
  10445.  
  10446. .fa-chevron-right:before {
  10447. content: "\f054"
  10448. }
  10449.  
  10450. .fa-plus-circle:before {
  10451. content: "\f055"
  10452. }
  10453.  
  10454. .fa-minus-circle:before {
  10455. content: "\f056"
  10456. }
  10457.  
  10458. .fa-times-circle:before {
  10459. content: "\f057"
  10460. }
  10461.  
  10462. .fa-check-circle:before {
  10463. content: "\f058"
  10464. }
  10465.  
  10466. .fa-question-circle:before {
  10467. content: "\f059"
  10468. }
  10469.  
  10470. .fa-info-circle:before {
  10471. content: "\f05a"
  10472. }
  10473.  
  10474. .fa-crosshairs:before {
  10475. content: "\f05b"
  10476. }
  10477.  
  10478. .fa-times-circle-o:before {
  10479. content: "\f05c"
  10480. }
  10481.  
  10482. .fa-check-circle-o:before {
  10483. content: "\f05d"
  10484. }
  10485.  
  10486. .fa-ban:before {
  10487. content: "\f05e"
  10488. }
  10489.  
  10490. .fa-arrow-left:before {
  10491. content: "\f060"
  10492. }
  10493.  
  10494. .fa-arrow-right:before {
  10495. content: "\f061"
  10496. }
  10497.  
  10498. .fa-arrow-up:before {
  10499. content: "\f062"
  10500. }
  10501.  
  10502. .fa-arrow-down:before {
  10503. content: "\f063"
  10504. }
  10505.  
  10506. .fa-mail-forward:before, .fa-share:before {
  10507. content: "\f064"
  10508. }
  10509.  
  10510. .fa-expand:before {
  10511. content: "\f065"
  10512. }
  10513.  
  10514. .fa-compress:before {
  10515. content: "\f066"
  10516. }
  10517.  
  10518. .fa-plus:before {
  10519. content: "\f067"
  10520. }
  10521.  
  10522. .fa-minus:before {
  10523. content: "\f068"
  10524. }
  10525.  
  10526. .fa-asterisk:before {
  10527. content: "\f069"
  10528. }
  10529.  
  10530. .fa-exclamation-circle:before {
  10531. content: "\f06a"
  10532. }
  10533.  
  10534. .fa-gift:before {
  10535. content: "\f06b"
  10536. }
  10537.  
  10538. .fa-leaf:before {
  10539. content: "\f06c"
  10540. }
  10541.  
  10542. .fa-fire:before {
  10543. content: "\f06d"
  10544. }
  10545.  
  10546. .fa-eye:before {
  10547. content: "\f06e"
  10548. }
  10549.  
  10550. .fa-eye-slash:before {
  10551. content: "\f070"
  10552. }
  10553.  
  10554. .fa-warning:before, .fa-exclamation-triangle:before {
  10555. content: "\f071"
  10556. }
  10557.  
  10558. .fa-plane:before {
  10559. content: "\f072"
  10560. }
  10561.  
  10562. .fa-calendar:before {
  10563. content: "\f073"
  10564. }
  10565.  
  10566. .fa-random:before {
  10567. content: "\f074"
  10568. }
  10569.  
  10570. .fa-comment:before {
  10571. content: "\f075"
  10572. }
  10573.  
  10574. .fa-magnet:before {
  10575. content: "\f076"
  10576. }
  10577.  
  10578. .fa-chevron-up:before {
  10579. content: "\f077"
  10580. }
  10581.  
  10582. .fa-chevron-down:before {
  10583. content: "\f078"
  10584. }
  10585.  
  10586. .fa-retweet:before {
  10587. content: "\f079"
  10588. }
  10589.  
  10590. .fa-shopping-cart:before {
  10591. content: "\f07a"
  10592. }
  10593.  
  10594. .fa-folder:before {
  10595. content: "\f07b"
  10596. }
  10597.  
  10598. .fa-folder-open:before {
  10599. content: "\f07c"
  10600. }
  10601.  
  10602. .fa-arrows-v:before {
  10603. content: "\f07d"
  10604. }
  10605.  
  10606. .fa-arrows-h:before {
  10607. content: "\f07e"
  10608. }
  10609.  
  10610. .fa-bar-chart-o:before, .fa-bar-chart:before {
  10611. content: "\f080"
  10612. }
  10613.  
  10614. .fa-twitter-square:before {
  10615. content: "\f081"
  10616. }
  10617.  
  10618. .fa-facebook-square:before {
  10619. content: "\f082"
  10620. }
  10621.  
  10622. .fa-camera-retro:before {
  10623. content: "\f083"
  10624. }
  10625.  
  10626. .fa-key:before {
  10627. content: "\f084"
  10628. }
  10629.  
  10630. .fa-gears:before, .fa-cogs:before {
  10631. content: "\f085"
  10632. }
  10633.  
  10634. .fa-comments:before {
  10635. content: "\f086"
  10636. }
  10637.  
  10638. .fa-thumbs-o-up:before {
  10639. content: "\f087"
  10640. }
  10641.  
  10642. .fa-thumbs-o-down:before {
  10643. content: "\f088"
  10644. }
  10645.  
  10646. .fa-star-half:before {
  10647. content: "\f089"
  10648. }
  10649.  
  10650. .fa-heart-o:before {
  10651. content: "\f08a"
  10652. }
  10653.  
  10654. .fa-sign-out:before {
  10655. content: "\f08b"
  10656. }
  10657.  
  10658. .fa-linkedin-square:before {
  10659. content: "\f08c"
  10660. }
  10661.  
  10662. .fa-thumb-tack:before {
  10663. content: "\f08d"
  10664. }
  10665.  
  10666. .fa-external-link:before {
  10667. content: "\f08e"
  10668. }
  10669.  
  10670. .fa-sign-in:before {
  10671. content: "\f090"
  10672. }
  10673.  
  10674. .fa-trophy:before {
  10675. content: "\f091"
  10676. }
  10677.  
  10678. .fa-github-square:before {
  10679. content: "\f092"
  10680. }
  10681.  
  10682. .fa-upload:before {
  10683. content: "\f093"
  10684. }
  10685.  
  10686. .fa-lemon-o:before {
  10687. content: "\f094"
  10688. }
  10689.  
  10690. .fa-phone:before {
  10691. content: "\f095"
  10692. }
  10693.  
  10694. .fa-square-o:before {
  10695. content: "\f096"
  10696. }
  10697.  
  10698. .fa-bookmark-o:before {
  10699. content: "\f097"
  10700. }
  10701.  
  10702. .fa-phone-square:before {
  10703. content: "\f098"
  10704. }
  10705.  
  10706. .fa-twitter:before {
  10707. content: "\f099"
  10708. }
  10709.  
  10710. .fa-facebook:before {
  10711. content: "\f09a"
  10712. }
  10713.  
  10714. .fa-github:before {
  10715. content: "\f09b"
  10716. }
  10717.  
  10718. .fa-unlock:before {
  10719. content: "\f09c"
  10720. }
  10721.  
  10722. .fa-credit-card:before {
  10723. content: "\f09d"
  10724. }
  10725.  
  10726. .fa-rss:before {
  10727. content: "\f09e"
  10728. }
  10729.  
  10730. .fa-hdd-o:before {
  10731. content: "\f0a0"
  10732. }
  10733.  
  10734. .fa-bullhorn:before {
  10735. content: "\f0a1"
  10736. }
  10737.  
  10738. .fa-bell:before {
  10739. content: "\f0f3"
  10740. }
  10741.  
  10742. .fa-certificate:before {
  10743. content: "\f0a3"
  10744. }
  10745.  
  10746. .fa-hand-o-right:before {
  10747. content: "\f0a4"
  10748. }
  10749.  
  10750. .fa-hand-o-left:before {
  10751. content: "\f0a5"
  10752. }
  10753.  
  10754. .fa-hand-o-up:before {
  10755. content: "\f0a6"
  10756. }
  10757.  
  10758. .fa-hand-o-down:before {
  10759. content: "\f0a7"
  10760. }
  10761.  
  10762. .fa-arrow-circle-left:before {
  10763. content: "\f0a8"
  10764. }
  10765.  
  10766. .fa-arrow-circle-right:before {
  10767. content: "\f0a9"
  10768. }
  10769.  
  10770. .fa-arrow-circle-up:before {
  10771. content: "\f0aa"
  10772. }
  10773.  
  10774. .fa-arrow-circle-down:before {
  10775. content: "\f0ab"
  10776. }
  10777.  
  10778. .fa-globe:before {
  10779. content: "\f0ac"
  10780. }
  10781.  
  10782. .fa-wrench:before {
  10783. content: "\f0ad"
  10784. }
  10785.  
  10786. .fa-tasks:before {
  10787. content: "\f0ae"
  10788. }
  10789.  
  10790. .fa-filter:before {
  10791. content: "\f0b0"
  10792. }
  10793.  
  10794. .fa-briefcase:before {
  10795. content: "\f0b1"
  10796. }
  10797.  
  10798. .fa-arrows-alt:before {
  10799. content: "\f0b2"
  10800. }
  10801.  
  10802. .fa-group:before, .fa-users:before {
  10803. content: "\f0c0"
  10804. }
  10805.  
  10806. .fa-chain:before, .fa-link:before {
  10807. content: "\f0c1"
  10808. }
  10809.  
  10810. .fa-cloud:before {
  10811. content: "\f0c2"
  10812. }
  10813.  
  10814. .fa-flask:before {
  10815. content: "\f0c3"
  10816. }
  10817.  
  10818. .fa-cut:before, .fa-scissors:before {
  10819. content: "\f0c4"
  10820. }
  10821.  
  10822. .fa-copy:before, .fa-files-o:before {
  10823. content: "\f0c5"
  10824. }
  10825.  
  10826. .fa-paperclip:before {
  10827. content: "\f0c6"
  10828. }
  10829.  
  10830. .fa-save:before, .fa-floppy-o:before {
  10831. content: "\f0c7"
  10832. }
  10833.  
  10834. .fa-square:before {
  10835. content: "\f0c8"
  10836. }
  10837.  
  10838. .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  10839. content: "\f0c9"
  10840. }
  10841.  
  10842. .fa-list-ul:before {
  10843. content: "\f0ca"
  10844. }
  10845.  
  10846. .fa-list-ol:before {
  10847. content: "\f0cb"
  10848. }
  10849.  
  10850. .fa-strikethrough:before {
  10851. content: "\f0cc"
  10852. }
  10853.  
  10854. .fa-underline:before {
  10855. content: "\f0cd"
  10856. }
  10857.  
  10858. .fa-table:before {
  10859. content: "\f0ce"
  10860. }
  10861.  
  10862. .fa-magic:before {
  10863. content: "\f0d0"
  10864. }
  10865.  
  10866. .fa-truck:before {
  10867. content: "\f0d1"
  10868. }
  10869.  
  10870. .fa-pinterest:before {
  10871. content: "\f0d2"
  10872. }
  10873.  
  10874. .fa-pinterest-square:before {
  10875. content: "\f0d3"
  10876. }
  10877.  
  10878. .fa-google-plus-square:before {
  10879. content: "\f0d4"
  10880. }
  10881.  
  10882. .fa-google-plus:before {
  10883. content: "\f0d5"
  10884. }
  10885.  
  10886. .fa-money:before {
  10887. content: "\f0d6"
  10888. }
  10889.  
  10890. .fa-caret-down:before {
  10891. content: "\f0d7"
  10892. }
  10893.  
  10894. .fa-caret-up:before {
  10895. content: "\f0d8"
  10896. }
  10897.  
  10898. .fa-caret-left:before {
  10899. content: "\f0d9"
  10900. }
  10901.  
  10902. .fa-caret-right:before {
  10903. content: "\f0da"
  10904. }
  10905.  
  10906. .fa-columns:before {
  10907. content: "\f0db"
  10908. }
  10909.  
  10910. .fa-unsorted:before, .fa-sort:before {
  10911. content: "\f0dc"
  10912. }
  10913.  
  10914. .fa-sort-down:before, .fa-sort-desc:before {
  10915. content: "\f0dd"
  10916. }
  10917.  
  10918. .fa-sort-up:before, .fa-sort-asc:before {
  10919. content: "\f0de"
  10920. }
  10921.  
  10922. .fa-envelope:before {
  10923. content: "\f0e0"
  10924. }
  10925.  
  10926. .fa-linkedin:before {
  10927. content: "\f0e1"
  10928. }
  10929.  
  10930. .fa-rotate-left:before, .fa-undo:before {
  10931. content: "\f0e2"
  10932. }
  10933.  
  10934. .fa-legal:before, .fa-gavel:before {
  10935. content: "\f0e3"
  10936. }
  10937.  
  10938. .fa-dashboard:before, .fa-tachometer:before {
  10939. content: "\f0e4"
  10940. }
  10941.  
  10942. .fa-comment-o:before {
  10943. content: "\f0e5"
  10944. }
  10945.  
  10946. .fa-comments-o:before {
  10947. content: "\f0e6"
  10948. }
  10949.  
  10950. .fa-flash:before, .fa-bolt:before {
  10951. content: "\f0e7"
  10952. }
  10953.  
  10954. .fa-sitemap:before {
  10955. content: "\f0e8"
  10956. }
  10957.  
  10958. .fa-umbrella:before {
  10959. content: "\f0e9"
  10960. }
  10961.  
  10962. .fa-paste:before, .fa-clipboard:before {
  10963. content: "\f0ea"
  10964. }
  10965.  
  10966. .fa-lightbulb-o:before {
  10967. content: "\f0eb"
  10968. }
  10969.  
  10970. .fa-exchange:before {
  10971. content: "\f0ec"
  10972. }
  10973.  
  10974. .fa-cloud-download:before {
  10975. content: "\f0ed"
  10976. }
  10977.  
  10978. .fa-cloud-upload:before {
  10979. content: "\f0ee"
  10980. }
  10981.  
  10982. .fa-user-md:before {
  10983. content: "\f0f0"
  10984. }
  10985.  
  10986. .fa-stethoscope:before {
  10987. content: "\f0f1"
  10988. }
  10989.  
  10990. .fa-suitcase:before {
  10991. content: "\f0f2"
  10992. }
  10993.  
  10994. .fa-bell-o:before {
  10995. content: "\f0a2"
  10996. }
  10997.  
  10998. .fa-coffee:before {
  10999. content: "\f0f4"
  11000. }
  11001.  
  11002. .fa-cutlery:before {
  11003. content: "\f0f5"
  11004. }
  11005.  
  11006. .fa-file-text-o:before {
  11007. content: "\f0f6"
  11008. }
  11009.  
  11010. .fa-building-o:before {
  11011. content: "\f0f7"
  11012. }
  11013.  
  11014. .fa-hospital-o:before {
  11015. content: "\f0f8"
  11016. }
  11017.  
  11018. .fa-ambulance:before {
  11019. content: "\f0f9"
  11020. }
  11021.  
  11022. .fa-medkit:before {
  11023. content: "\f0fa"
  11024. }
  11025.  
  11026. .fa-fighter-jet:before {
  11027. content: "\f0fb"
  11028. }
  11029.  
  11030. .fa-beer:before {
  11031. content: "\f0fc"
  11032. }
  11033.  
  11034. .fa-h-square:before {
  11035. content: "\f0fd"
  11036. }
  11037.  
  11038. .fa-plus-square:before {
  11039. content: "\f0fe"
  11040. }
  11041.  
  11042. .fa-angle-double-left:before {
  11043. content: "\f100"
  11044. }
  11045.  
  11046. .fa-angle-double-right:before {
  11047. content: "\f101"
  11048. }
  11049.  
  11050. .fa-angle-double-up:before {
  11051. content: "\f102"
  11052. }
  11053.  
  11054. .fa-angle-double-down:before {
  11055. content: "\f103"
  11056. }
  11057.  
  11058. .fa-angle-left:before {
  11059. content: "\f104"
  11060. }
  11061.  
  11062. .fa-angle-right:before {
  11063. content: "\f105"
  11064. }
  11065.  
  11066. .fa-angle-up:before {
  11067. content: "\f106"
  11068. }
  11069.  
  11070. .fa-angle-down:before {
  11071. content: "\f107"
  11072. }
  11073.  
  11074. .fa-desktop:before {
  11075. content: "\f108"
  11076. }
  11077.  
  11078. .fa-laptop:before {
  11079. content: "\f109"
  11080. }
  11081.  
  11082. .fa-tablet:before {
  11083. content: "\f10a"
  11084. }
  11085.  
  11086. .fa-mobile-phone:before, .fa-mobile:before {
  11087. content: "\f10b"
  11088. }
  11089.  
  11090. .fa-circle-o:before {
  11091. content: "\f10c"
  11092. }
  11093.  
  11094. .fa-quote-left:before {
  11095. content: "\f10d"
  11096. }
  11097.  
  11098. .fa-quote-right:before {
  11099. content: "\f10e"
  11100. }
  11101.  
  11102. .fa-spinner:before {
  11103. content: "\f110"
  11104. }
  11105.  
  11106. .fa-circle:before {
  11107. content: "\f111"
  11108. }
  11109.  
  11110. .fa-mail-reply:before, .fa-reply:before {
  11111. content: "\f112"
  11112. }
  11113.  
  11114. .fa-github-alt:before {
  11115. content: "\f113"
  11116. }
  11117.  
  11118. .fa-folder-o:before {
  11119. content: "\f114"
  11120. }
  11121.  
  11122. .fa-folder-open-o:before {
  11123. content: "\f115"
  11124. }
  11125.  
  11126. .fa-smile-o:before {
  11127. content: "\f118"
  11128. }
  11129.  
  11130. .fa-frown-o:before {
  11131. content: "\f119"
  11132. }
  11133.  
  11134. .fa-meh-o:before {
  11135. content: "\f11a"
  11136. }
  11137.  
  11138. .fa-gamepad:before {
  11139. content: "\f11b"
  11140. }
  11141.  
  11142. .fa-keyboard-o:before {
  11143. content: "\f11c"
  11144. }
  11145.  
  11146. .fa-flag-o:before {
  11147. content: "\f11d"
  11148. }
  11149.  
  11150. .fa-flag-checkered:before {
  11151. content: "\f11e"
  11152. }
  11153.  
  11154. .fa-terminal:before {
  11155. content: "\f120"
  11156. }
  11157.  
  11158. .fa-code:before {
  11159. content: "\f121"
  11160. }
  11161.  
  11162. .fa-mail-reply-all:before, .fa-reply-all:before {
  11163. content: "\f122"
  11164. }
  11165.  
  11166. .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  11167. content: "\f123"
  11168. }
  11169.  
  11170. .fa-location-arrow:before {
  11171. content: "\f124"
  11172. }
  11173.  
  11174. .fa-crop:before {
  11175. content: "\f125"
  11176. }
  11177.  
  11178. .fa-code-fork:before {
  11179. content: "\f126"
  11180. }
  11181.  
  11182. .fa-unlink:before, .fa-chain-broken:before {
  11183. content: "\f127"
  11184. }
  11185.  
  11186. .fa-question:before {
  11187. content: "\f128"
  11188. }
  11189.  
  11190. .fa-info:before {
  11191. content: "\f129"
  11192. }
  11193.  
  11194. .fa-exclamation:before {
  11195. content: "\f12a"
  11196. }
  11197.  
  11198. .fa-superscript:before {
  11199. content: "\f12b"
  11200. }
  11201.  
  11202. .fa-subscript:before {
  11203. content: "\f12c"
  11204. }
  11205.  
  11206. .fa-eraser:before {
  11207. content: "\f12d"
  11208. }
  11209.  
  11210. .fa-puzzle-piece:before {
  11211. content: "\f12e"
  11212. }
  11213.  
  11214. .fa-microphone:before {
  11215. content: "\f130"
  11216. }
  11217.  
  11218. .fa-microphone-slash:before {
  11219. content: "\f131"
  11220. }
  11221.  
  11222. .fa-shield:before {
  11223. content: "\f132"
  11224. }
  11225.  
  11226. .fa-calendar-o:before {
  11227. content: "\f133"
  11228. }
  11229.  
  11230. .fa-fire-extinguisher:before {
  11231. content: "\f134"
  11232. }
  11233.  
  11234. .fa-rocket:before {
  11235. content: "\f135"
  11236. }
  11237.  
  11238. .fa-maxcdn:before {
  11239. content: "\f136"
  11240. }
  11241.  
  11242. .fa-chevron-circle-left:before {
  11243. content: "\f137"
  11244. }
  11245.  
  11246. .fa-chevron-circle-right:before {
  11247. content: "\f138"
  11248. }
  11249.  
  11250. .fa-chevron-circle-up:before {
  11251. content: "\f139"
  11252. }
  11253.  
  11254. .fa-chevron-circle-down:before {
  11255. content: "\f13a"
  11256. }
  11257.  
  11258. .fa-html5:before {
  11259. content: "\f13b"
  11260. }
  11261.  
  11262. .fa-css3:before {
  11263. content: "\f13c"
  11264. }
  11265.  
  11266. .fa-anchor:before {
  11267. content: "\f13d"
  11268. }
  11269.  
  11270. .fa-unlock-alt:before {
  11271. content: "\f13e"
  11272. }
  11273.  
  11274. .fa-bullseye:before {
  11275. content: "\f140"
  11276. }
  11277.  
  11278. .fa-ellipsis-h:before {
  11279. content: "\f141"
  11280. }
  11281.  
  11282. .fa-ellipsis-v:before {
  11283. content: "\f142"
  11284. }
  11285.  
  11286. .fa-rss-square:before {
  11287. content: "\f143"
  11288. }
  11289.  
  11290. .fa-play-circle:before {
  11291. content: "\f144"
  11292. }
  11293.  
  11294. .fa-ticket:before {
  11295. content: "\f145"
  11296. }
  11297.  
  11298. .fa-minus-square:before {
  11299. content: "\f146"
  11300. }
  11301.  
  11302. .fa-minus-square-o:before {
  11303. content: "\f147"
  11304. }
  11305.  
  11306. .fa-level-up:before {
  11307. content: "\f148"
  11308. }
  11309.  
  11310. .fa-level-down:before {
  11311. content: "\f149"
  11312. }
  11313.  
  11314. .fa-check-square:before {
  11315. content: "\f14a"
  11316. }
  11317.  
  11318. .fa-pencil-square:before {
  11319. content: "\f14b"
  11320. }
  11321.  
  11322. .fa-external-link-square:before {
  11323. content: "\f14c"
  11324. }
  11325.  
  11326. .fa-share-square:before {
  11327. content: "\f14d"
  11328. }
  11329.  
  11330. .fa-compass:before {
  11331. content: "\f14e"
  11332. }
  11333.  
  11334. .fa-toggle-down:before, .fa-caret-square-o-down:before {
  11335. content: "\f150"
  11336. }
  11337.  
  11338. .fa-toggle-up:before, .fa-caret-square-o-up:before {
  11339. content: "\f151"
  11340. }
  11341.  
  11342. .fa-toggle-right:before, .fa-caret-square-o-right:before {
  11343. content: "\f152"
  11344. }
  11345.  
  11346. .fa-euro:before, .fa-eur:before {
  11347. content: "\f153"
  11348. }
  11349.  
  11350. .fa-gbp:before {
  11351. content: "\f154"
  11352. }
  11353.  
  11354. .fa-dollar:before, .fa-usd:before {
  11355. content: "\f155"
  11356. }
  11357.  
  11358. .fa-rupee:before, .fa-inr:before {
  11359. content: "\f156"
  11360. }
  11361.  
  11362. .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  11363. content: "\f157"
  11364. }
  11365.  
  11366. .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  11367. content: "\f158"
  11368. }
  11369.  
  11370. .fa-won:before, .fa-krw:before {
  11371. content: "\f159"
  11372. }
  11373.  
  11374. .fa-bitcoin:before, .fa-btc:before {
  11375. content: "\f15a"
  11376. }
  11377.  
  11378. .fa-file:before {
  11379. content: "\f15b"
  11380. }
  11381.  
  11382. .fa-file-text:before {
  11383. content: "\f15c"
  11384. }
  11385.  
  11386. .fa-sort-alpha-asc:before {
  11387. content: "\f15d"
  11388. }
  11389.  
  11390. .fa-sort-alpha-desc:before {
  11391. content: "\f15e"
  11392. }
  11393.  
  11394. .fa-sort-amount-asc:before {
  11395. content: "\f160"
  11396. }
  11397.  
  11398. .fa-sort-amount-desc:before {
  11399. content: "\f161"
  11400. }
  11401.  
  11402. .fa-sort-numeric-asc:before {
  11403. content: "\f162"
  11404. }
  11405.  
  11406. .fa-sort-numeric-desc:before {
  11407. content: "\f163"
  11408. }
  11409.  
  11410. .fa-thumbs-up:before {
  11411. content: "\f164"
  11412. }
  11413.  
  11414. .fa-thumbs-down:before {
  11415. content: "\f165"
  11416. }
  11417.  
  11418. .fa-youtube-square:before {
  11419. content: "\f166"
  11420. }
  11421.  
  11422. .fa-youtube:before {
  11423. content: "\f167"
  11424. }
  11425.  
  11426. .fa-xing:before {
  11427. content: "\f168"
  11428. }
  11429.  
  11430. .fa-xing-square:before {
  11431. content: "\f169"
  11432. }
  11433.  
  11434. .fa-youtube-play:before {
  11435. content: "\f16a"
  11436. }
  11437.  
  11438. .fa-dropbox:before {
  11439. content: "\f16b"
  11440. }
  11441.  
  11442. .fa-stack-overflow:before {
  11443. content: "\f16c"
  11444. }
  11445.  
  11446. .fa-instagram:before {
  11447. content: "\f16d"
  11448. }
  11449.  
  11450. .fa-flickr:before {
  11451. content: "\f16e"
  11452. }
  11453.  
  11454. .fa-adn:before {
  11455. content: "\f170"
  11456. }
  11457.  
  11458. .fa-bitbucket:before {
  11459. content: "\f171"
  11460. }
  11461.  
  11462. .fa-bitbucket-square:before {
  11463. content: "\f172"
  11464. }
  11465.  
  11466. .fa-tumblr:before {
  11467. content: "\f173"
  11468. }
  11469.  
  11470. .fa-tumblr-square:before {
  11471. content: "\f174"
  11472. }
  11473.  
  11474. .fa-long-arrow-down:before {
  11475. content: "\f175"
  11476. }
  11477.  
  11478. .fa-long-arrow-up:before {
  11479. content: "\f176"
  11480. }
  11481.  
  11482. .fa-long-arrow-left:before {
  11483. content: "\f177"
  11484. }
  11485.  
  11486. .fa-long-arrow-right:before {
  11487. content: "\f178"
  11488. }
  11489.  
  11490. .fa-apple:before {
  11491. content: "\f179"
  11492. }
  11493.  
  11494. .fa-windows:before {
  11495. content: "\f17a"
  11496. }
  11497.  
  11498. .fa-android:before {
  11499. content: "\f17b"
  11500. }
  11501.  
  11502. .fa-linux:before {
  11503. content: "\f17c"
  11504. }
  11505.  
  11506. .fa-dribbble:before {
  11507. content: "\f17d"
  11508. }
  11509.  
  11510. .fa-skype:before {
  11511. content: "\f17e"
  11512. }
  11513.  
  11514. .fa-foursquare:before {
  11515. content: "\f180"
  11516. }
  11517.  
  11518. .fa-trello:before {
  11519. content: "\f181"
  11520. }
  11521.  
  11522. .fa-female:before {
  11523. content: "\f182"
  11524. }
  11525.  
  11526. .fa-male:before {
  11527. content: "\f183"
  11528. }
  11529.  
  11530. .fa-gittip:before {
  11531. content: "\f184"
  11532. }
  11533.  
  11534. .fa-sun-o:before {
  11535. content: "\f185"
  11536. }
  11537.  
  11538. .fa-moon-o:before {
  11539. content: "\f186"
  11540. }
  11541.  
  11542. .fa-archive:before {
  11543. content: "\f187"
  11544. }
  11545.  
  11546. .fa-bug:before {
  11547. content: "\f188"
  11548. }
  11549.  
  11550. .fa-vk:before {
  11551. content: "\f189"
  11552. }
  11553.  
  11554. .fa-weibo:before {
  11555. content: "\f18a"
  11556. }
  11557.  
  11558. .fa-renren:before {
  11559. content: "\f18b"
  11560. }
  11561.  
  11562. .fa-pagelines:before {
  11563. content: "\f18c"
  11564. }
  11565.  
  11566. .fa-stack-exchange:before {
  11567. content: "\f18d"
  11568. }
  11569.  
  11570. .fa-arrow-circle-o-right:before {
  11571. content: "\f18e"
  11572. }
  11573.  
  11574. .fa-arrow-circle-o-left:before {
  11575. content: "\f190"
  11576. }
  11577.  
  11578. .fa-toggle-left:before, .fa-caret-square-o-left:before {
  11579. content: "\f191"
  11580. }
  11581.  
  11582. .fa-dot-circle-o:before {
  11583. content: "\f192"
  11584. }
  11585.  
  11586. .fa-wheelchair:before {
  11587. content: "\f193"
  11588. }
  11589.  
  11590. .fa-vimeo-square:before {
  11591. content: "\f194"
  11592. }
  11593.  
  11594. .fa-turkish-lira:before, .fa-try:before {
  11595. content: "\f195"
  11596. }
  11597.  
  11598. .fa-plus-square-o:before {
  11599. content: "\f196"
  11600. }
  11601.  
  11602. .fa-space-shuttle:before {
  11603. content: "\f197"
  11604. }
  11605.  
  11606. .fa-slack:before {
  11607. content: "\f198"
  11608. }
  11609.  
  11610. .fa-envelope-square:before {
  11611. content: "\f199"
  11612. }
  11613.  
  11614. .fa-wordpress:before {
  11615. content: "\f19a"
  11616. }
  11617.  
  11618. .fa-openid:before {
  11619. content: "\f19b"
  11620. }
  11621.  
  11622. .fa-institution:before, .fa-bank:before, .fa-university:before {
  11623. content: "\f19c"
  11624. }
  11625.  
  11626. .fa-mortar-board:before, .fa-graduation-cap:before {
  11627. content: "\f19d"
  11628. }
  11629.  
  11630. .fa-yahoo:before {
  11631. content: "\f19e"
  11632. }
  11633.  
  11634. .fa-google:before {
  11635. content: "\f1a0"
  11636. }
  11637.  
  11638. .fa-reddit:before {
  11639. content: "\f1a1"
  11640. }
  11641.  
  11642. .fa-reddit-square:before {
  11643. content: "\f1a2"
  11644. }
  11645.  
  11646. .fa-stumbleupon-circle:before {
  11647. content: "\f1a3"
  11648. }
  11649.  
  11650. .fa-stumbleupon:before {
  11651. content: "\f1a4"
  11652. }
  11653.  
  11654. .fa-delicious:before {
  11655. content: "\f1a5"
  11656. }
  11657.  
  11658. .fa-digg:before {
  11659. content: "\f1a6"
  11660. }
  11661.  
  11662. .fa-pied-piper:before {
  11663. content: "\f1a7"
  11664. }
  11665.  
  11666. .fa-pied-piper-alt:before {
  11667. content: "\f1a8"
  11668. }
  11669.  
  11670. .fa-drupal:before {
  11671. content: "\f1a9"
  11672. }
  11673.  
  11674. .fa-joomla:before {
  11675. content: "\f1aa"
  11676. }
  11677.  
  11678. .fa-language:before {
  11679. content: "\f1ab"
  11680. }
  11681.  
  11682. .fa-fax:before {
  11683. content: "\f1ac"
  11684. }
  11685.  
  11686. .fa-building:before {
  11687. content: "\f1ad"
  11688. }
  11689.  
  11690. .fa-child:before {
  11691. content: "\f1ae"
  11692. }
  11693.  
  11694. .fa-paw:before {
  11695. content: "\f1b0"
  11696. }
  11697.  
  11698. .fa-spoon:before {
  11699. content: "\f1b1"
  11700. }
  11701.  
  11702. .fa-cube:before {
  11703. content: "\f1b2"
  11704. }
  11705.  
  11706. .fa-cubes:before {
  11707. content: "\f1b3"
  11708. }
  11709.  
  11710. .fa-behance:before {
  11711. content: "\f1b4"
  11712. }
  11713.  
  11714. .fa-behance-square:before {
  11715. content: "\f1b5"
  11716. }
  11717.  
  11718. .fa-steam:before {
  11719. content: "\f1b6"
  11720. }
  11721.  
  11722. .fa-steam-square:before {
  11723. content: "\f1b7"
  11724. }
  11725.  
  11726. .fa-recycle:before {
  11727. content: "\f1b8"
  11728. }
  11729.  
  11730. .fa-automobile:before, .fa-car:before {
  11731. content: "\f1b9"
  11732. }
  11733.  
  11734. .fa-cab:before, .fa-taxi:before {
  11735. content: "\f1ba"
  11736. }
  11737.  
  11738. .fa-tree:before {
  11739. content: "\f1bb"
  11740. }
  11741.  
  11742. .fa-spotify:before {
  11743. content: "\f1bc"
  11744. }
  11745.  
  11746. .fa-deviantart:before {
  11747. content: "\f1bd"
  11748. }
  11749.  
  11750. .fa-soundcloud:before {
  11751. content: "\f1be"
  11752. }
  11753.  
  11754. .fa-database:before {
  11755. content: "\f1c0"
  11756. }
  11757.  
  11758. .fa-file-pdf-o:before {
  11759. content: "\f1c1"
  11760. }
  11761.  
  11762. .fa-file-word-o:before {
  11763. content: "\f1c2"
  11764. }
  11765.  
  11766. .fa-file-excel-o:before {
  11767. content: "\f1c3"
  11768. }
  11769.  
  11770. .fa-file-powerpoint-o:before {
  11771. content: "\f1c4"
  11772. }
  11773.  
  11774. .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  11775. content: "\f1c5"
  11776. }
  11777.  
  11778. .fa-file-zip-o:before, .fa-file-archive-o:before {
  11779. content: "\f1c6"
  11780. }
  11781.  
  11782. .fa-file-sound-o:before, .fa-file-audio-o:before {
  11783. content: "\f1c7"
  11784. }
  11785.  
  11786. .fa-file-movie-o:before, .fa-file-video-o:before {
  11787. content: "\f1c8"
  11788. }
  11789.  
  11790. .fa-file-code-o:before {
  11791. content: "\f1c9"
  11792. }
  11793.  
  11794. .fa-vine:before {
  11795. content: "\f1ca"
  11796. }
  11797.  
  11798. .fa-codepen:before {
  11799. content: "\f1cb"
  11800. }
  11801.  
  11802. .fa-jsfiddle:before {
  11803. content: "\f1cc"
  11804. }
  11805.  
  11806. .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  11807. content: "\f1cd"
  11808. }
  11809.  
  11810. .fa-circle-o-notch:before {
  11811. content: "\f1ce"
  11812. }
  11813.  
  11814. .fa-ra:before, .fa-rebel:before {
  11815. content: "\f1d0"
  11816. }
  11817.  
  11818. .fa-ge:before, .fa-empire:before {
  11819. content: "\f1d1"
  11820. }
  11821.  
  11822. .fa-git-square:before {
  11823. content: "\f1d2"
  11824. }
  11825.  
  11826. .fa-git:before {
  11827. content: "\f1d3"
  11828. }
  11829.  
  11830. .fa-hacker-news:before {
  11831. content: "\f1d4"
  11832. }
  11833.  
  11834. .fa-tencent-weibo:before {
  11835. content: "\f1d5"
  11836. }
  11837.  
  11838. .fa-qq:before {
  11839. content: "\f1d6"
  11840. }
  11841.  
  11842. .fa-wechat:before, .fa-weixin:before {
  11843. content: "\f1d7"
  11844. }
  11845.  
  11846. .fa-send:before, .fa-paper-plane:before {
  11847. content: "\f1d8"
  11848. }
  11849.  
  11850. .fa-send-o:before, .fa-paper-plane-o:before {
  11851. content: "\f1d9"
  11852. }
  11853.  
  11854. .fa-history:before {
  11855. content: "\f1da"
  11856. }
  11857.  
  11858. .fa-circle-thin:before {
  11859. content: "\f1db"
  11860. }
  11861.  
  11862. .fa-header:before {
  11863. content: "\f1dc"
  11864. }
  11865.  
  11866. .fa-paragraph:before {
  11867. content: "\f1dd"
  11868. }
  11869.  
  11870. .fa-sliders:before {
  11871. content: "\f1de"
  11872. }
  11873.  
  11874. .fa-share-alt:before {
  11875. content: "\f1e0"
  11876. }
  11877.  
  11878. .fa-share-alt-square:before {
  11879. content: "\f1e1"
  11880. }
  11881.  
  11882. .fa-bomb:before {
  11883. content: "\f1e2"
  11884. }
  11885.  
  11886. .fa-soccer-ball-o:before, .fa-futbol-o:before {
  11887. content: "\f1e3"
  11888. }
  11889.  
  11890. .fa-tty:before {
  11891. content: "\f1e4"
  11892. }
  11893.  
  11894. .fa-binoculars:before {
  11895. content: "\f1e5"
  11896. }
  11897.  
  11898. .fa-plug:before {
  11899. content: "\f1e6"
  11900. }
  11901.  
  11902. .fa-slideshare:before {
  11903. content: "\f1e7"
  11904. }
  11905.  
  11906. .fa-twitch:before {
  11907. content: "\f1e8"
  11908. }
  11909.  
  11910. .fa-yelp:before {
  11911. content: "\f1e9"
  11912. }
  11913.  
  11914. .fa-newspaper-o:before {
  11915. content: "\f1ea"
  11916. }
  11917.  
  11918. .fa-wifi:before {
  11919. content: "\f1eb"
  11920. }
  11921.  
  11922. .fa-calculator:before {
  11923. content: "\f1ec"
  11924. }
  11925.  
  11926. .fa-paypal:before {
  11927. content: "\f1ed"
  11928. }
  11929.  
  11930. .fa-google-wallet:before {
  11931. content: "\f1ee"
  11932. }
  11933.  
  11934. .fa-cc-visa:before {
  11935. content: "\f1f0"
  11936. }
  11937.  
  11938. .fa-cc-mastercard:before {
  11939. content: "\f1f1"
  11940. }
  11941.  
  11942. .fa-cc-discover:before {
  11943. content: "\f1f2"
  11944. }
  11945.  
  11946. .fa-cc-amex:before {
  11947. content: "\f1f3"
  11948. }
  11949.  
  11950. .fa-cc-paypal:before {
  11951. content: "\f1f4"
  11952. }
  11953.  
  11954. .fa-cc-stripe:before {
  11955. content: "\f1f5"
  11956. }
  11957.  
  11958. .fa-bell-slash:before {
  11959. content: "\f1f6"
  11960. }
  11961.  
  11962. .fa-bell-slash-o:before {
  11963. content: "\f1f7"
  11964. }
  11965.  
  11966. .fa-trash:before {
  11967. content: "\f1f8"
  11968. }
  11969.  
  11970. .fa-copyright:before {
  11971. content: "\f1f9"
  11972. }
  11973.  
  11974. .fa-at:before {
  11975. content: "\f1fa"
  11976. }
  11977.  
  11978. .fa-eyedropper:before {
  11979. content: "\f1fb"
  11980. }
  11981.  
  11982. .fa-paint-brush:before {
  11983. content: "\f1fc"
  11984. }
  11985.  
  11986. .fa-birthday-cake:before {
  11987. content: "\f1fd"
  11988. }
  11989.  
  11990. .fa-area-chart:before {
  11991. content: "\f1fe"
  11992. }
  11993.  
  11994. .fa-pie-chart:before {
  11995. content: "\f200"
  11996. }
  11997.  
  11998. .fa-line-chart:before {
  11999. content: "\f201"
  12000. }
  12001.  
  12002. .fa-lastfm:before {
  12003. content: "\f202"
  12004. }
  12005.  
  12006. .fa-lastfm-square:before {
  12007. content: "\f203"
  12008. }
  12009.  
  12010. .fa-toggle-off:before {
  12011. content: "\f204"
  12012. }
  12013.  
  12014. .fa-toggle-on:before {
  12015. content: "\f205"
  12016. }
  12017.  
  12018. .fa-bicycle:before {
  12019. content: "\f206"
  12020. }
  12021.  
  12022. .fa-bus:before {
  12023. content: "\f207"
  12024. }
  12025.  
  12026. .fa-ioxhost:before {
  12027. content: "\f208"
  12028. }
  12029.  
  12030. .fa-angellist:before {
  12031. content: "\f209"
  12032. }
  12033.  
  12034. .fa-cc:before {
  12035. content: "\f20a"
  12036. }
  12037.  
  12038. .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  12039. content: "\f20b"
  12040. }
  12041.  
  12042. .fa-meanpath:before {
  12043. content: "\f20c"
  12044. }
  12045. }
  12046.  
  12047. @media screen {
  12048. .animated {
  12049. -webkit-animation-fill-mode: both;
  12050. -moz-animation-fill-mode: both;
  12051. -ms-animation-fill-mode: both;
  12052. -o-animation-fill-mode: both;
  12053. animation-fill-mode: both;
  12054. -webkit-animation-duration: 1s;
  12055. -moz-animation-duration: 1s;
  12056. -ms-animation-duration: 1s;
  12057. -o-animation-duration: 1s;
  12058. animation-duration: 1s
  12059. }
  12060.  
  12061. .animated.hinge {
  12062. -webkit-animation-duration: 1s;
  12063. -moz-animation-duration: 1s;
  12064. -ms-animation-duration: 1s;
  12065. -o-animation-duration: 1s;
  12066. animation-duration: 1s
  12067. }
  12068. }
  12069.  
  12070. @-webkit-keyframes fadeIn {
  12071. 0% {
  12072. opacity: 0
  12073. }
  12074.  
  12075. 100% {
  12076. opacity: 1
  12077. }
  12078. }
  12079.  
  12080. @-moz-keyframes fadeIn {
  12081. 0% {
  12082. opacity: 0
  12083. }
  12084.  
  12085. 100% {
  12086. opacity: 1
  12087. }
  12088. }
  12089.  
  12090. @-o-keyframes fadeIn {
  12091. 0% {
  12092. opacity: 0
  12093. }
  12094.  
  12095. 100% {
  12096. opacity: 1
  12097. }
  12098. }
  12099.  
  12100. @keyframes fadeIn {
  12101. 0% {
  12102. opacity: 0
  12103. }
  12104.  
  12105. 100% {
  12106. opacity: 1
  12107. }
  12108. }
  12109.  
  12110. @media screen {
  12111. .fadeIn {
  12112. -webkit-animation-name: fadeIn;
  12113. -moz-animation-name: fadeIn;
  12114. -o-animation-name: fadeIn;
  12115. animation-name: fadeIn
  12116. }
  12117. }
  12118.  
  12119. @-webkit-keyframes fadeInUp {
  12120. 0% {
  12121. opacity: 0;
  12122. -webkit-transform: translateY(20px)
  12123. }
  12124.  
  12125. 100% {
  12126. opacity: 1;
  12127. -webkit-transform: translateY(0)
  12128. }
  12129. }
  12130.  
  12131. @-moz-keyframes fadeInUp {
  12132. 0% {
  12133. opacity: 0;
  12134. -moz-transform: translateY(20px)
  12135. }
  12136.  
  12137. 100% {
  12138. opacity: 1;
  12139. -moz-transform: translateY(0)
  12140. }
  12141. }
  12142.  
  12143. @-o-keyframes fadeInUp {
  12144. 0% {
  12145. opacity: 0;
  12146. -o-transform: translateY(20px)
  12147. }
  12148.  
  12149. 100% {
  12150. opacity: 1;
  12151. -o-transform: translateY(0)
  12152. }
  12153. }
  12154.  
  12155. @keyframes fadeInUp {
  12156. 0% {
  12157. opacity: 0;
  12158. transform: translateY(20px)
  12159. }
  12160.  
  12161. 100% {
  12162. opacity: 1;
  12163. transform: translateY(0)
  12164. }
  12165. }
  12166.  
  12167. @media screen {
  12168. .fadeInUp {
  12169. -webkit-animation-name: fadeInUp;
  12170. -moz-animation-name: fadeInUp;
  12171. -o-animation-name: fadeInUp;
  12172. animation-name: fadeInUp
  12173. }
  12174. }
  12175.  
  12176. @-webkit-keyframes fadeInDown {
  12177. 0% {
  12178. opacity: 0;
  12179. -webkit-transform: translateY(-20px)
  12180. }
  12181.  
  12182. 100% {
  12183. opacity: 1;
  12184. -webkit-transform: translateY(0)
  12185. }
  12186. }
  12187.  
  12188. @-moz-keyframes fadeInDown {
  12189. 0% {
  12190. opacity: 0;
  12191. -moz-transform: translateY(-20px)
  12192. }
  12193.  
  12194. 100% {
  12195. opacity: 1;
  12196. -moz-transform: translateY(0)
  12197. }
  12198. }
  12199.  
  12200. @-o-keyframes fadeInDown {
  12201. 0% {
  12202. opacity: 0;
  12203. -o-transform: translateY(-20px)
  12204. }
  12205.  
  12206. 100% {
  12207. opacity: 1;
  12208. -o-transform: translateY(0)
  12209. }
  12210. }
  12211.  
  12212. @keyframes fadeInDown {
  12213. 0% {
  12214. opacity: 0;
  12215. transform: translateY(-20px)
  12216. }
  12217.  
  12218. 100% {
  12219. opacity: 1;
  12220. transform: translateY(0)
  12221. }
  12222. }
  12223.  
  12224. @media screen {
  12225. .fadeInDown {
  12226. -webkit-animation-name: fadeInDown;
  12227. -moz-animation-name: fadeInDown;
  12228. -o-animation-name: fadeInDown;
  12229. animation-name: fadeInDown
  12230. }
  12231. }
  12232.  
  12233. @-webkit-keyframes fadeInLeft {
  12234. 0% {
  12235. opacity: 0;
  12236. -webkit-transform: translateX(-20px)
  12237. }
  12238.  
  12239. 100% {
  12240. opacity: 1;
  12241. -webkit-transform: translateX(0)
  12242. }
  12243. }
  12244.  
  12245. @-moz-keyframes fadeInLeft {
  12246. 0% {
  12247. opacity: 0;
  12248. -moz-transform: translateX(-20px)
  12249. }
  12250.  
  12251. 100% {
  12252. opacity: 1;
  12253. -moz-transform: translateX(0)
  12254. }
  12255. }
  12256.  
  12257. @-o-keyframes fadeInLeft {
  12258. 0% {
  12259. opacity: 0;
  12260. -o-transform: translateX(-20px)
  12261. }
  12262.  
  12263. 100% {
  12264. opacity: 1;
  12265. -o-transform: translateX(0)
  12266. }
  12267. }
  12268.  
  12269. @keyframes fadeInLeft {
  12270. 0% {
  12271. opacity: 0;
  12272. transform: translateX(-20px)
  12273. }
  12274.  
  12275. 100% {
  12276. opacity: 1;
  12277. transform: translateX(0)
  12278. }
  12279. }
  12280.  
  12281. @media screen {
  12282. .fadeInLeft {
  12283. -webkit-animation-name: fadeInLeft;
  12284. -moz-animation-name: fadeInLeft;
  12285. -o-animation-name: fadeInLeft;
  12286. animation-name: fadeInLeft
  12287. }
  12288. }
  12289.  
  12290. @-webkit-keyframes fadeInRight {
  12291. 0% {
  12292. opacity: 0;
  12293. -webkit-transform: translateX(20px)
  12294. }
  12295.  
  12296. 100% {
  12297. opacity: 1;
  12298. -webkit-transform: translateX(0)
  12299. }
  12300. }
  12301.  
  12302. @-moz-keyframes fadeInRight {
  12303. 0% {
  12304. opacity: 0;
  12305. -moz-transform: translateX(20px)
  12306. }
  12307.  
  12308. 100% {
  12309. opacity: 1;
  12310. -moz-transform: translateX(0)
  12311. }
  12312. }
  12313.  
  12314. @-o-keyframes fadeInRight {
  12315. 0% {
  12316. opacity: 0;
  12317. -o-transform: translateX(20px)
  12318. }
  12319.  
  12320. 100% {
  12321. opacity: 1;
  12322. -o-transform: translateX(0)
  12323. }
  12324. }
  12325.  
  12326. @keyframes fadeInRight {
  12327. 0% {
  12328. opacity: 0;
  12329. transform: translateX(20px)
  12330. }
  12331.  
  12332. 100% {
  12333. opacity: 1;
  12334. transform: translateX(0)
  12335. }
  12336. }
  12337.  
  12338. @media screen {
  12339. .fadeInRight {
  12340. -webkit-animation-name: fadeInRight;
  12341. -moz-animation-name: fadeInRight;
  12342. -o-animation-name: fadeInRight;
  12343. animation-name: fadeInRight
  12344. }
  12345. }
  12346.  
  12347. @-webkit-keyframes fadeInUpBig {
  12348. 0% {
  12349. opacity: 0;
  12350. -webkit-transform: translateY(2000px)
  12351. }
  12352.  
  12353. 100% {
  12354. opacity: 1;
  12355. -webkit-transform: translateY(0)
  12356. }
  12357. }
  12358.  
  12359. @-moz-keyframes fadeInUpBig {
  12360. 0% {
  12361. opacity: 0;
  12362. -moz-transform: translateY(2000px)
  12363. }
  12364.  
  12365. 100% {
  12366. opacity: 1;
  12367. -moz-transform: translateY(0)
  12368. }
  12369. }
  12370.  
  12371. @-o-keyframes fadeInUpBig {
  12372. 0% {
  12373. opacity: 0;
  12374. -o-transform: translateY(2000px)
  12375. }
  12376.  
  12377. 100% {
  12378. opacity: 1;
  12379. -o-transform: translateY(0)
  12380. }
  12381. }
  12382.  
  12383. @keyframes fadeInUpBig {
  12384. 0% {
  12385. opacity: 0;
  12386. transform: translateY(2000px)
  12387. }
  12388.  
  12389. 100% {
  12390. opacity: 1;
  12391. transform: translateY(0)
  12392. }
  12393. }
  12394.  
  12395. @media screen {
  12396. .fadeInUpBig {
  12397. -webkit-animation-name: fadeInUpBig;
  12398. -moz-animation-name: fadeInUpBig;
  12399. -o-animation-name: fadeInUpBig;
  12400. animation-name: fadeInUpBig
  12401. }
  12402. }
  12403.  
  12404. @-webkit-keyframes fadeInDownBig {
  12405. 0% {
  12406. opacity: 0;
  12407. -webkit-transform: translateY(-2000px)
  12408. }
  12409.  
  12410. 100% {
  12411. opacity: 1;
  12412. -webkit-transform: translateY(0)
  12413. }
  12414. }
  12415.  
  12416. @-moz-keyframes fadeInDownBig {
  12417. 0% {
  12418. opacity: 0;
  12419. -moz-transform: translateY(-2000px)
  12420. }
  12421.  
  12422. 100% {
  12423. opacity: 1;
  12424. -moz-transform: translateY(0)
  12425. }
  12426. }
  12427.  
  12428. @-o-keyframes fadeInDownBig {
  12429. 0% {
  12430. opacity: 0;
  12431. -o-transform: translateY(-2000px)
  12432. }
  12433.  
  12434. 100% {
  12435. opacity: 1;
  12436. -o-transform: translateY(0)
  12437. }
  12438. }
  12439.  
  12440. @keyframes fadeInDownBig {
  12441. 0% {
  12442. opacity: 0;
  12443. transform: translateY(-2000px)
  12444. }
  12445.  
  12446. 100% {
  12447. opacity: 1;
  12448. transform: translateY(0)
  12449. }
  12450. }
  12451.  
  12452. @media screen {
  12453. .fadeInDownBig {
  12454. -webkit-animation-name: fadeInDownBig;
  12455. -moz-animation-name: fadeInDownBig;
  12456. -o-animation-name: fadeInDownBig;
  12457. animation-name: fadeInDownBig
  12458. }
  12459. }
  12460.  
  12461. @-webkit-keyframes fadeInLeftBig {
  12462. 0% {
  12463. opacity: 0;
  12464. -webkit-transform: translateX(-2000px)
  12465. }
  12466.  
  12467. 100% {
  12468. opacity: 1;
  12469. -webkit-transform: translateX(0)
  12470. }
  12471. }
  12472.  
  12473. @-moz-keyframes fadeInLeftBig {
  12474. 0% {
  12475. opacity: 0;
  12476. -moz-transform: translateX(-2000px)
  12477. }
  12478.  
  12479. 100% {
  12480. opacity: 1;
  12481. -moz-transform: translateX(0)
  12482. }
  12483. }
  12484.  
  12485. @-o-keyframes fadeInLeftBig {
  12486. 0% {
  12487. opacity: 0;
  12488. -o-transform: translateX(-2000px)
  12489. }
  12490.  
  12491. 100% {
  12492. opacity: 1;
  12493. -o-transform: translateX(0)
  12494. }
  12495. }
  12496.  
  12497. @keyframes fadeInLeftBig {
  12498. 0% {
  12499. opacity: 0;
  12500. transform: translateX(-2000px)
  12501. }
  12502.  
  12503. 100% {
  12504. opacity: 1;
  12505. transform: translateX(0)
  12506. }
  12507. }
  12508.  
  12509. @media screen {
  12510. .fadeInLeftBig {
  12511. -webkit-animation-name: fadeInLeftBig;
  12512. -moz-animation-name: fadeInLeftBig;
  12513. -o-animation-name: fadeInLeftBig;
  12514. animation-name: fadeInLeftBig
  12515. }
  12516. }
  12517.  
  12518. @-webkit-keyframes fadeInRightBig {
  12519. 0% {
  12520. opacity: 0;
  12521. -webkit-transform: translateX(2000px)
  12522. }
  12523.  
  12524. 100% {
  12525. opacity: 1;
  12526. -webkit-transform: translateX(0)
  12527. }
  12528. }
  12529.  
  12530. @-moz-keyframes fadeInRightBig {
  12531. 0% {
  12532. opacity: 0;
  12533. -moz-transform: translateX(2000px)
  12534. }
  12535.  
  12536. 100% {
  12537. opacity: 1;
  12538. -moz-transform: translateX(0)
  12539. }
  12540. }
  12541.  
  12542. @-o-keyframes fadeInRightBig {
  12543. 0% {
  12544. opacity: 0;
  12545. -o-transform: translateX(2000px)
  12546. }
  12547.  
  12548. 100% {
  12549. opacity: 1;
  12550. -o-transform: translateX(0)
  12551. }
  12552. }
  12553.  
  12554. @keyframes fadeInRightBig {
  12555. 0% {
  12556. opacity: 0;
  12557. transform: translateX(2000px)
  12558. }
  12559.  
  12560. 100% {
  12561. opacity: 1;
  12562. transform: translateX(0)
  12563. }
  12564. }
  12565.  
  12566. @media screen {
  12567. .fadeInRightBig {
  12568. -webkit-animation-name: fadeInRightBig;
  12569. -moz-animation-name: fadeInRightBig;
  12570. -o-animation-name: fadeInRightBig;
  12571. animation-name: fadeInRightBig
  12572. }
  12573. }
  12574.  
  12575. @-webkit-keyframes fadeOut {
  12576. 0% {
  12577. opacity: 1
  12578. }
  12579.  
  12580. 100% {
  12581. opacity: 0
  12582. }
  12583. }
  12584.  
  12585. @-moz-keyframes fadeOut {
  12586. 0% {
  12587. opacity: 1
  12588. }
  12589.  
  12590. 100% {
  12591. opacity: 0
  12592. }
  12593. }
  12594.  
  12595. @-o-keyframes fadeOut {
  12596. 0% {
  12597. opacity: 1
  12598. }
  12599.  
  12600. 100% {
  12601. opacity: 0
  12602. }
  12603. }
  12604.  
  12605. @keyframes fadeOut {
  12606. 0% {
  12607. opacity: 1
  12608. }
  12609.  
  12610. 100% {
  12611. opacity: 0
  12612. }
  12613. }
  12614.  
  12615. @media screen {
  12616. .fadeOut {
  12617. -webkit-animation-name: fadeOut;
  12618. -moz-animation-name: fadeOut;
  12619. -o-animation-name: fadeOut;
  12620. animation-name: fadeOut
  12621. }
  12622. }
  12623.  
  12624. @-webkit-keyframes fadeOutUp {
  12625. 0% {
  12626. opacity: 1;
  12627. -webkit-transform: translateY(0)
  12628. }
  12629.  
  12630. 100% {
  12631. opacity: 0;
  12632. -webkit-transform: translateY(-20px)
  12633. }
  12634. }
  12635.  
  12636. @-moz-keyframes fadeOutUp {
  12637. 0% {
  12638. opacity: 1;
  12639. -moz-transform: translateY(0)
  12640. }
  12641.  
  12642. 100% {
  12643. opacity: 0;
  12644. -moz-transform: translateY(-20px)
  12645. }
  12646. }
  12647.  
  12648. @-o-keyframes fadeOutUp {
  12649. 0% {
  12650. opacity: 1;
  12651. -o-transform: translateY(0)
  12652. }
  12653.  
  12654. 100% {
  12655. opacity: 0;
  12656. -o-transform: translateY(-20px)
  12657. }
  12658. }
  12659.  
  12660. @keyframes fadeOutUp {
  12661. 0% {
  12662. opacity: 1;
  12663. transform: translateY(0)
  12664. }
  12665.  
  12666. 100% {
  12667. opacity: 0;
  12668. transform: translateY(-20px)
  12669. }
  12670. }
  12671.  
  12672. @media screen {
  12673. .fadeOutUp {
  12674. -webkit-animation-name: fadeOutUp;
  12675. -moz-animation-name: fadeOutUp;
  12676. -o-animation-name: fadeOutUp;
  12677. animation-name: fadeOutUp
  12678. }
  12679. }
  12680.  
  12681. @-webkit-keyframes fadeOutDown {
  12682. 0% {
  12683. opacity: 1;
  12684. -webkit-transform: translateY(0)
  12685. }
  12686.  
  12687. 100% {
  12688. opacity: 0;
  12689. -webkit-transform: translateY(20px)
  12690. }
  12691. }
  12692.  
  12693. @-moz-keyframes fadeOutDown {
  12694. 0% {
  12695. opacity: 1;
  12696. -moz-transform: translateY(0)
  12697. }
  12698.  
  12699. 100% {
  12700. opacity: 0;
  12701. -moz-transform: translateY(20px)
  12702. }
  12703. }
  12704.  
  12705. @-o-keyframes fadeOutDown {
  12706. 0% {
  12707. opacity: 1;
  12708. -o-transform: translateY(0)
  12709. }
  12710.  
  12711. 100% {
  12712. opacity: 0;
  12713. -o-transform: translateY(20px)
  12714. }
  12715. }
  12716.  
  12717. @keyframes fadeOutDown {
  12718. 0% {
  12719. opacity: 1;
  12720. transform: translateY(0)
  12721. }
  12722.  
  12723. 100% {
  12724. opacity: 0;
  12725. transform: translateY(20px)
  12726. }
  12727. }
  12728.  
  12729. @media screen {
  12730. .fadeOutDown {
  12731. -webkit-animation-name: fadeOutDown;
  12732. -moz-animation-name: fadeOutDown;
  12733. -o-animation-name: fadeOutDown;
  12734. animation-name: fadeOutDown
  12735. }
  12736. }
  12737.  
  12738. @-webkit-keyframes fadeOutLeft {
  12739. 0% {
  12740. opacity: 1;
  12741. -webkit-transform: translateX(0)
  12742. }
  12743.  
  12744. 100% {
  12745. opacity: 0;
  12746. -webkit-transform: translateX(-20px)
  12747. }
  12748. }
  12749.  
  12750. @-moz-keyframes fadeOutLeft {
  12751. 0% {
  12752. opacity: 1;
  12753. -moz-transform: translateX(0)
  12754. }
  12755.  
  12756. 100% {
  12757. opacity: 0;
  12758. -moz-transform: translateX(-20px)
  12759. }
  12760. }
  12761.  
  12762. @-o-keyframes fadeOutLeft {
  12763. 0% {
  12764. opacity: 1;
  12765. -o-transform: translateX(0)
  12766. }
  12767.  
  12768. 100% {
  12769. opacity: 0;
  12770. -o-transform: translateX(-20px)
  12771. }
  12772. }
  12773.  
  12774. @keyframes fadeOutLeft {
  12775. 0% {
  12776. opacity: 1;
  12777. transform: translateX(0)
  12778. }
  12779.  
  12780. 100% {
  12781. opacity: 0;
  12782. transform: translateX(-20px)
  12783. }
  12784. }
  12785.  
  12786. @media screen {
  12787. .fadeOutLeft {
  12788. -webkit-animation-name: fadeOutLeft;
  12789. -moz-animation-name: fadeOutLeft;
  12790. -o-animation-name: fadeOutLeft;
  12791. animation-name: fadeOutLeft
  12792. }
  12793. }
  12794.  
  12795. @-webkit-keyframes fadeOutRight {
  12796. 0% {
  12797. opacity: 1;
  12798. -webkit-transform: translateX(0)
  12799. }
  12800.  
  12801. 100% {
  12802. opacity: 0;
  12803. -webkit-transform: translateX(20px)
  12804. }
  12805. }
  12806.  
  12807. @-moz-keyframes fadeOutRight {
  12808. 0% {
  12809. opacity: 1;
  12810. -moz-transform: translateX(0)
  12811. }
  12812.  
  12813. 100% {
  12814. opacity: 0;
  12815. -moz-transform: translateX(20px)
  12816. }
  12817. }
  12818.  
  12819. @-o-keyframes fadeOutRight {
  12820. 0% {
  12821. opacity: 1;
  12822. -o-transform: translateX(0)
  12823. }
  12824.  
  12825. 100% {
  12826. opacity: 0;
  12827. -o-transform: translateX(20px)
  12828. }
  12829. }
  12830.  
  12831. @keyframes fadeOutRight {
  12832. 0% {
  12833. opacity: 1;
  12834. transform: translateX(0)
  12835. }
  12836.  
  12837. 100% {
  12838. opacity: 0;
  12839. transform: translateX(20px)
  12840. }
  12841. }
  12842.  
  12843. @media screen {
  12844. .fadeOutRight {
  12845. -webkit-animation-name: fadeOutRight;
  12846. -moz-animation-name: fadeOutRight;
  12847. -o-animation-name: fadeOutRight;
  12848. animation-name: fadeOutRight
  12849. }
  12850. }
  12851.  
  12852. @-webkit-keyframes fadeOutUpBig {
  12853. 0% {
  12854. opacity: 1;
  12855. -webkit-transform: translateY(0)
  12856. }
  12857.  
  12858. 100% {
  12859. opacity: 0;
  12860. -webkit-transform: translateY(-2000px)
  12861. }
  12862. }
  12863.  
  12864. @-moz-keyframes fadeOutUpBig {
  12865. 0% {
  12866. opacity: 1;
  12867. -moz-transform: translateY(0)
  12868. }
  12869.  
  12870. 100% {
  12871. opacity: 0;
  12872. -moz-transform: translateY(-2000px)
  12873. }
  12874. }
  12875.  
  12876. @-o-keyframes fadeOutUpBig {
  12877. 0% {
  12878. opacity: 1;
  12879. -o-transform: translateY(0)
  12880. }
  12881.  
  12882. 100% {
  12883. opacity: 0;
  12884. -o-transform: translateY(-2000px)
  12885. }
  12886. }
  12887.  
  12888. @keyframes fadeOutUpBig {
  12889. 0% {
  12890. opacity: 1;
  12891. transform: translateY(0)
  12892. }
  12893.  
  12894. 100% {
  12895. opacity: 0;
  12896. transform: translateY(-2000px)
  12897. }
  12898. }
  12899.  
  12900. @media screen {
  12901. .fadeOutUpBig {
  12902. -webkit-animation-name: fadeOutUpBig;
  12903. -moz-animation-name: fadeOutUpBig;
  12904. -o-animation-name: fadeOutUpBig;
  12905. animation-name: fadeOutUpBig
  12906. }
  12907. }
  12908.  
  12909. @-webkit-keyframes fadeOutDownBig {
  12910. 0% {
  12911. opacity: 1;
  12912. -webkit-transform: translateY(0)
  12913. }
  12914.  
  12915. 100% {
  12916. opacity: 0;
  12917. -webkit-transform: translateY(2000px)
  12918. }
  12919. }
  12920.  
  12921. @-moz-keyframes fadeOutDownBig {
  12922. 0% {
  12923. opacity: 1;
  12924. -moz-transform: translateY(0)
  12925. }
  12926.  
  12927. 100% {
  12928. opacity: 0;
  12929. -moz-transform: translateY(2000px)
  12930. }
  12931. }
  12932.  
  12933. @-o-keyframes fadeOutDownBig {
  12934. 0% {
  12935. opacity: 1;
  12936. -o-transform: translateY(0)
  12937. }
  12938.  
  12939. 100% {
  12940. opacity: 0;
  12941. -o-transform: translateY(2000px)
  12942. }
  12943. }
  12944.  
  12945. @keyframes fadeOutDownBig {
  12946. 0% {
  12947. opacity: 1;
  12948. transform: translateY(0)
  12949. }
  12950.  
  12951. 100% {
  12952. opacity: 0;
  12953. transform: translateY(2000px)
  12954. }
  12955. }
  12956.  
  12957. @media screen {
  12958. .fadeOutDownBig {
  12959. -webkit-animation-name: fadeOutDownBig;
  12960. -moz-animation-name: fadeOutDownBig;
  12961. -o-animation-name: fadeOutDownBig;
  12962. animation-name: fadeOutDownBig
  12963. }
  12964. }
  12965.  
  12966. @-webkit-keyframes fadeOutLeftBig {
  12967. 0% {
  12968. opacity: 1;
  12969. -webkit-transform: translateX(0)
  12970. }
  12971.  
  12972. 100% {
  12973. opacity: 0;
  12974. -webkit-transform: translateX(-2000px)
  12975. }
  12976. }
  12977.  
  12978. @-moz-keyframes fadeOutLeftBig {
  12979. 0% {
  12980. opacity: 1;
  12981. -moz-transform: translateX(0)
  12982. }
  12983.  
  12984. 100% {
  12985. opacity: 0;
  12986. -moz-transform: translateX(-2000px)
  12987. }
  12988. }
  12989.  
  12990. @-o-keyframes fadeOutLeftBig {
  12991. 0% {
  12992. opacity: 1;
  12993. -o-transform: translateX(0)
  12994. }
  12995.  
  12996. 100% {
  12997. opacity: 0;
  12998. -o-transform: translateX(-2000px)
  12999. }
  13000. }
  13001.  
  13002. @keyframes fadeOutLeftBig {
  13003. 0% {
  13004. opacity: 1;
  13005. transform: translateX(0)
  13006. }
  13007.  
  13008. 100% {
  13009. opacity: 0;
  13010. transform: translateX(-2000px)
  13011. }
  13012. }
  13013.  
  13014. @media screen {
  13015. .fadeOutLeftBig {
  13016. -webkit-animation-name: fadeOutLeftBig;
  13017. -moz-animation-name: fadeOutLeftBig;
  13018. -o-animation-name: fadeOutLeftBig;
  13019. animation-name: fadeOutLeftBig
  13020. }
  13021. }
  13022.  
  13023. @-webkit-keyframes fadeOutRightBig {
  13024. 0% {
  13025. opacity: 1;
  13026. -webkit-transform: translateX(0)
  13027. }
  13028.  
  13029. 100% {
  13030. opacity: 0;
  13031. -webkit-transform: translateX(2000px)
  13032. }
  13033. }
  13034.  
  13035. @-moz-keyframes fadeOutRightBig {
  13036. 0% {
  13037. opacity: 1;
  13038. -moz-transform: translateX(0)
  13039. }
  13040.  
  13041. 100% {
  13042. opacity: 0;
  13043. -moz-transform: translateX(2000px)
  13044. }
  13045. }
  13046.  
  13047. @-o-keyframes fadeOutRightBig {
  13048. 0% {
  13049. opacity: 1;
  13050. -o-transform: translateX(0)
  13051. }
  13052.  
  13053. 100% {
  13054. opacity: 0;
  13055. -o-transform: translateX(2000px)
  13056. }
  13057. }
  13058.  
  13059. @keyframes fadeOutRightBig {
  13060. 0% {
  13061. opacity: 1;
  13062. transform: translateX(0)
  13063. }
  13064.  
  13065. 100% {
  13066. opacity: 0;
  13067. transform: translateX(2000px)
  13068. }
  13069. }
  13070.  
  13071. @media screen {
  13072. .fadeOutRightBig {
  13073. -webkit-animation-name: fadeOutRightBig;
  13074. -moz-animation-name: fadeOutRightBig;
  13075. -o-animation-name: fadeOutRightBig;
  13076. animation-name: fadeOutRightBig
  13077. }
  13078. }
  13079.  
  13080. @-webkit-keyframes bounceIn {
  13081. 0% {
  13082. opacity: 0;
  13083. -webkit-transform: scale(.3)
  13084. }
  13085.  
  13086. 50% {
  13087. opacity: 1;
  13088. -webkit-transform: scale(1.05)
  13089. }
  13090.  
  13091. 70% {
  13092. -webkit-transform: scale(.9)
  13093. }
  13094.  
  13095. 100% {
  13096. -webkit-transform: scale(1)
  13097. }
  13098. }
  13099.  
  13100. @-moz-keyframes bounceIn {
  13101. 0% {
  13102. opacity: 0;
  13103. -moz-transform: scale(.3)
  13104. }
  13105.  
  13106. 50% {
  13107. opacity: 1;
  13108. -moz-transform: scale(1.05)
  13109. }
  13110.  
  13111. 70% {
  13112. -moz-transform: scale(.9)
  13113. }
  13114.  
  13115. 100% {
  13116. -moz-transform: scale(1)
  13117. }
  13118. }
  13119.  
  13120. @-o-keyframes bounceIn {
  13121. 0% {
  13122. opacity: 0;
  13123. -o-transform: scale(.3)
  13124. }
  13125.  
  13126. 50% {
  13127. opacity: 1;
  13128. -o-transform: scale(1.05)
  13129. }
  13130.  
  13131. 70% {
  13132. -o-transform: scale(.9)
  13133. }
  13134.  
  13135. 100% {
  13136. -o-transform: scale(1)
  13137. }
  13138. }
  13139.  
  13140. @keyframes bounceIn {
  13141. 0% {
  13142. opacity: 0;
  13143. transform: scale(.3)
  13144. }
  13145.  
  13146. 50% {
  13147. opacity: 1;
  13148. transform: scale(1.05)
  13149. }
  13150.  
  13151. 70% {
  13152. transform: scale(.9)
  13153. }
  13154.  
  13155. 100% {
  13156. transform: scale(1)
  13157. }
  13158. }
  13159.  
  13160. @media screen {
  13161. .bounceIn {
  13162. -webkit-animation-name: bounceIn;
  13163. -moz-animation-name: bounceIn;
  13164. -o-animation-name: bounceIn;
  13165. animation-name: bounceIn
  13166. }
  13167. }
  13168.  
  13169. @-webkit-keyframes bounceInUp {
  13170. 0% {
  13171. opacity: 0;
  13172. -webkit-transform: translateY(2000px)
  13173. }
  13174.  
  13175. 60% {
  13176. opacity: 1;
  13177. -webkit-transform: translateY(-30px)
  13178. }
  13179.  
  13180. 80% {
  13181. -webkit-transform: translateY(10px)
  13182. }
  13183.  
  13184. 100% {
  13185. -webkit-transform: translateY(0)
  13186. }
  13187. }
  13188.  
  13189. @-moz-keyframes bounceInUp {
  13190. 0% {
  13191. opacity: 0;
  13192. -moz-transform: translateY(2000px)
  13193. }
  13194.  
  13195. 60% {
  13196. opacity: 1;
  13197. -moz-transform: translateY(-30px)
  13198. }
  13199.  
  13200. 80% {
  13201. -moz-transform: translateY(10px)
  13202. }
  13203.  
  13204. 100% {
  13205. -moz-transform: translateY(0)
  13206. }
  13207. }
  13208.  
  13209. @-o-keyframes bounceInUp {
  13210. 0% {
  13211. opacity: 0;
  13212. -o-transform: translateY(2000px)
  13213. }
  13214.  
  13215. 60% {
  13216. opacity: 1;
  13217. -o-transform: translateY(-30px)
  13218. }
  13219.  
  13220. 80% {
  13221. -o-transform: translateY(10px)
  13222. }
  13223.  
  13224. 100% {
  13225. -o-transform: translateY(0)
  13226. }
  13227. }
  13228.  
  13229. @keyframes bounceInUp {
  13230. 0% {
  13231. opacity: 0;
  13232. transform: translateY(2000px)
  13233. }
  13234.  
  13235. 60% {
  13236. opacity: 1;
  13237. transform: translateY(-30px)
  13238. }
  13239.  
  13240. 80% {
  13241. transform: translateY(10px)
  13242. }
  13243.  
  13244. 100% {
  13245. transform: translateY(0)
  13246. }
  13247. }
  13248.  
  13249. @media screen {
  13250. .bounceInUp {
  13251. -webkit-animation-name: bounceInUp;
  13252. -moz-animation-name: bounceInUp;
  13253. -o-animation-name: bounceInUp;
  13254. animation-name: bounceInUp
  13255. }
  13256. }
  13257.  
  13258. @-webkit-keyframes bounceInDown {
  13259. 0% {
  13260. opacity: 0;
  13261. -webkit-transform: translateY(-2000px)
  13262. }
  13263.  
  13264. 60% {
  13265. opacity: 1;
  13266. -webkit-transform: translateY(30px)
  13267. }
  13268.  
  13269. 80% {
  13270. -webkit-transform: translateY(-10px)
  13271. }
  13272.  
  13273. 100% {
  13274. -webkit-transform: translateY(0)
  13275. }
  13276. }
  13277.  
  13278. @-moz-keyframes bounceInDown {
  13279. 0% {
  13280. opacity: 0;
  13281. -moz-transform: translateY(-2000px)
  13282. }
  13283.  
  13284. 60% {
  13285. opacity: 1;
  13286. -moz-transform: translateY(30px)
  13287. }
  13288.  
  13289. 80% {
  13290. -moz-transform: translateY(-10px)
  13291. }
  13292.  
  13293. 100% {
  13294. -moz-transform: translateY(0)
  13295. }
  13296. }
  13297.  
  13298. @-o-keyframes bounceInDown {
  13299. 0% {
  13300. opacity: 0;
  13301. -o-transform: translateY(-2000px)
  13302. }
  13303.  
  13304. 60% {
  13305. opacity: 1;
  13306. -o-transform: translateY(30px)
  13307. }
  13308.  
  13309. 80% {
  13310. -o-transform: translateY(-10px)
  13311. }
  13312.  
  13313. 100% {
  13314. -o-transform: translateY(0)
  13315. }
  13316. }
  13317.  
  13318. @keyframes bounceInDown {
  13319. 0% {
  13320. opacity: 0;
  13321. transform: translateY(-2000px)
  13322. }
  13323.  
  13324. 60% {
  13325. opacity: 1;
  13326. transform: translateY(30px)
  13327. }
  13328.  
  13329. 80% {
  13330. transform: translateY(-10px)
  13331. }
  13332.  
  13333. 100% {
  13334. transform: translateY(0)
  13335. }
  13336. }
  13337.  
  13338. @media screen {
  13339. .bounceInDown {
  13340. -webkit-animation-name: bounceInDown;
  13341. -moz-animation-name: bounceInDown;
  13342. -o-animation-name: bounceInDown;
  13343. animation-name: bounceInDown
  13344. }
  13345. }
  13346.  
  13347. @-webkit-keyframes bounceInLeft {
  13348. 0% {
  13349. opacity: 0;
  13350. -webkit-transform: translateX(-2000px)
  13351. }
  13352.  
  13353. 60% {
  13354. opacity: 1;
  13355. -webkit-transform: translateX(30px)
  13356. }
  13357.  
  13358. 80% {
  13359. -webkit-transform: translateX(-10px)
  13360. }
  13361.  
  13362. 100% {
  13363. -webkit-transform: translateX(0)
  13364. }
  13365. }
  13366.  
  13367. @-moz-keyframes bounceInLeft {
  13368. 0% {
  13369. opacity: 0;
  13370. -moz-transform: translateX(-2000px)
  13371. }
  13372.  
  13373. 60% {
  13374. opacity: 1;
  13375. -moz-transform: translateX(30px)
  13376. }
  13377.  
  13378. 80% {
  13379. -moz-transform: translateX(-10px)
  13380. }
  13381.  
  13382. 100% {
  13383. -moz-transform: translateX(0)
  13384. }
  13385. }
  13386.  
  13387. @-o-keyframes bounceInLeft {
  13388. 0% {
  13389. opacity: 0;
  13390. -o-transform: translateX(-2000px)
  13391. }
  13392.  
  13393. 60% {
  13394. opacity: 1;
  13395. -o-transform: translateX(30px)
  13396. }
  13397.  
  13398. 80% {
  13399. -o-transform: translateX(-10px)
  13400. }
  13401.  
  13402. 100% {
  13403. -o-transform: translateX(0)
  13404. }
  13405. }
  13406.  
  13407. @keyframes bounceInLeft {
  13408. 0% {
  13409. opacity: 0;
  13410. transform: translateX(-2000px)
  13411. }
  13412.  
  13413. 60% {
  13414. opacity: 1;
  13415. transform: translateX(30px)
  13416. }
  13417.  
  13418. 80% {
  13419. transform: translateX(-10px)
  13420. }
  13421.  
  13422. 100% {
  13423. transform: translateX(0)
  13424. }
  13425. }
  13426.  
  13427. @media screen {
  13428. .bounceInLeft {
  13429. -webkit-animation-name: bounceInLeft;
  13430. -moz-animation-name: bounceInLeft;
  13431. -o-animation-name: bounceInLeft;
  13432. animation-name: bounceInLeft
  13433. }
  13434. }
  13435.  
  13436. @-webkit-keyframes bounceInRight {
  13437. 0% {
  13438. opacity: 0;
  13439. -webkit-transform: translateX(2000px)
  13440. }
  13441.  
  13442. 60% {
  13443. opacity: 1;
  13444. -webkit-transform: translateX(-30px)
  13445. }
  13446.  
  13447. 80% {
  13448. -webkit-transform: translateX(10px)
  13449. }
  13450.  
  13451. 100% {
  13452. -webkit-transform: translateX(0)
  13453. }
  13454. }
  13455.  
  13456. @-moz-keyframes bounceInRight {
  13457. 0% {
  13458. opacity: 0;
  13459. -moz-transform: translateX(2000px)
  13460. }
  13461.  
  13462. 60% {
  13463. opacity: 1;
  13464. -moz-transform: translateX(-30px)
  13465. }
  13466.  
  13467. 80% {
  13468. -moz-transform: translateX(10px)
  13469. }
  13470.  
  13471. 100% {
  13472. -moz-transform: translateX(0)
  13473. }
  13474. }
  13475.  
  13476. @-o-keyframes bounceInRight {
  13477. 0% {
  13478. opacity: 0;
  13479. -o-transform: translateX(2000px)
  13480. }
  13481.  
  13482. 60% {
  13483. opacity: 1;
  13484. -o-transform: translateX(-30px)
  13485. }
  13486.  
  13487. 80% {
  13488. -o-transform: translateX(10px)
  13489. }
  13490.  
  13491. 100% {
  13492. -o-transform: translateX(0)
  13493. }
  13494. }
  13495.  
  13496. @keyframes bounceInRight {
  13497. 0% {
  13498. opacity: 0;
  13499. transform: translateX(2000px)
  13500. }
  13501.  
  13502. 60% {
  13503. opacity: 1;
  13504. transform: translateX(-30px)
  13505. }
  13506.  
  13507. 80% {
  13508. transform: translateX(10px)
  13509. }
  13510.  
  13511. 100% {
  13512. transform: translateX(0)
  13513. }
  13514. }
  13515.  
  13516. @media screen {
  13517. .bounceInRight {
  13518. -webkit-animation-name: bounceInRight;
  13519. -moz-animation-name: bounceInRight;
  13520. -o-animation-name: bounceInRight;
  13521. animation-name: bounceInRight
  13522. }
  13523. }
  13524.  
  13525. @-webkit-keyframes bounceOut {
  13526. 0% {
  13527. -webkit-transform: scale(1)
  13528. }
  13529.  
  13530. 25% {
  13531. -webkit-transform: scale(.95)
  13532. }
  13533.  
  13534. 50% {
  13535. opacity: 1;
  13536. -webkit-transform: scale(1.1)
  13537. }
  13538.  
  13539. 100% {
  13540. opacity: 0;
  13541. -webkit-transform: scale(.3)
  13542. }
  13543. }
  13544.  
  13545. @-moz-keyframes bounceOut {
  13546. 0% {
  13547. -moz-transform: scale(1)
  13548. }
  13549.  
  13550. 25% {
  13551. -moz-transform: scale(.95)
  13552. }
  13553.  
  13554. 50% {
  13555. opacity: 1;
  13556. -moz-transform: scale(1.1)
  13557. }
  13558.  
  13559. 100% {
  13560. opacity: 0;
  13561. -moz-transform: scale(.3)
  13562. }
  13563. }
  13564.  
  13565. @-o-keyframes bounceOut {
  13566. 0% {
  13567. -o-transform: scale(1)
  13568. }
  13569.  
  13570. 25% {
  13571. -o-transform: scale(.95)
  13572. }
  13573.  
  13574. 50% {
  13575. opacity: 1;
  13576. -o-transform: scale(1.1)
  13577. }
  13578.  
  13579. 100% {
  13580. opacity: 0;
  13581. -o-transform: scale(.3)
  13582. }
  13583. }
  13584.  
  13585. @keyframes bounceOut {
  13586. 0% {
  13587. transform: scale(1)
  13588. }
  13589.  
  13590. 25% {
  13591. transform: scale(.95)
  13592. }
  13593.  
  13594. 50% {
  13595. opacity: 1;
  13596. transform: scale(1.1)
  13597. }
  13598.  
  13599. 100% {
  13600. opacity: 0;
  13601. transform: scale(.3)
  13602. }
  13603. }
  13604.  
  13605. @media screen {
  13606. .bounceOut {
  13607. -webkit-animation-name: bounceOut;
  13608. -moz-animation-name: bounceOut;
  13609. -o-animation-name: bounceOut;
  13610. animation-name: bounceOut
  13611. }
  13612. }
  13613.  
  13614. @-webkit-keyframes bounceOutUp {
  13615. 0% {
  13616. -webkit-transform: translateY(0)
  13617. }
  13618.  
  13619. 20% {
  13620. opacity: 1;
  13621. -webkit-transform: translateY(20px)
  13622. }
  13623.  
  13624. 100% {
  13625. opacity: 0;
  13626. -webkit-transform: translateY(-2000px)
  13627. }
  13628. }
  13629.  
  13630. @-moz-keyframes bounceOutUp {
  13631. 0% {
  13632. -moz-transform: translateY(0)
  13633. }
  13634.  
  13635. 20% {
  13636. opacity: 1;
  13637. -moz-transform: translateY(20px)
  13638. }
  13639.  
  13640. 100% {
  13641. opacity: 0;
  13642. -moz-transform: translateY(-2000px)
  13643. }
  13644. }
  13645.  
  13646. @-o-keyframes bounceOutUp {
  13647. 0% {
  13648. -o-transform: translateY(0)
  13649. }
  13650.  
  13651. 20% {
  13652. opacity: 1;
  13653. -o-transform: translateY(20px)
  13654. }
  13655.  
  13656. 100% {
  13657. opacity: 0;
  13658. -o-transform: translateY(-2000px)
  13659. }
  13660. }
  13661.  
  13662. @keyframes bounceOutUp {
  13663. 0% {
  13664. transform: translateY(0)
  13665. }
  13666.  
  13667. 20% {
  13668. opacity: 1;
  13669. transform: translateY(20px)
  13670. }
  13671.  
  13672. 100% {
  13673. opacity: 0;
  13674. transform: translateY(-2000px)
  13675. }
  13676. }
  13677.  
  13678. @media screen {
  13679. .bounceOutUp {
  13680. -webkit-animation-name: bounceOutUp;
  13681. -moz-animation-name: bounceOutUp;
  13682. -o-animation-name: bounceOutUp;
  13683. animation-name: bounceOutUp
  13684. }
  13685. }
  13686.  
  13687. @-webkit-keyframes bounceOutDown {
  13688. 0% {
  13689. -webkit-transform: translateY(0)
  13690. }
  13691.  
  13692. 20% {
  13693. opacity: 1;
  13694. -webkit-transform: translateY(-20px)
  13695. }
  13696.  
  13697. 100% {
  13698. opacity: 0;
  13699. -webkit-transform: translateY(2000px)
  13700. }
  13701. }
  13702.  
  13703. @-moz-keyframes bounceOutDown {
  13704. 0% {
  13705. -moz-transform: translateY(0)
  13706. }
  13707.  
  13708. 20% {
  13709. opacity: 1;
  13710. -moz-transform: translateY(-20px)
  13711. }
  13712.  
  13713. 100% {
  13714. opacity: 0;
  13715. -moz-transform: translateY(2000px)
  13716. }
  13717. }
  13718.  
  13719. @-o-keyframes bounceOutDown {
  13720. 0% {
  13721. -o-transform: translateY(0)
  13722. }
  13723.  
  13724. 20% {
  13725. opacity: 1;
  13726. -o-transform: translateY(-20px)
  13727. }
  13728.  
  13729. 100% {
  13730. opacity: 0;
  13731. -o-transform: translateY(2000px)
  13732. }
  13733. }
  13734.  
  13735. @keyframes bounceOutDown {
  13736. 0% {
  13737. transform: translateY(0)
  13738. }
  13739.  
  13740. 20% {
  13741. opacity: 1;
  13742. transform: translateY(-20px)
  13743. }
  13744.  
  13745. 100% {
  13746. opacity: 0;
  13747. transform: translateY(2000px)
  13748. }
  13749. }
  13750.  
  13751. @media screen {
  13752. .bounceOutDown {
  13753. -webkit-animation-name: bounceOutDown;
  13754. -moz-animation-name: bounceOutDown;
  13755. -o-animation-name: bounceOutDown;
  13756. animation-name: bounceOutDown
  13757. }
  13758. }
  13759.  
  13760. @-webkit-keyframes bounceOutLeft {
  13761. 0% {
  13762. -webkit-transform: translateX(0)
  13763. }
  13764.  
  13765. 20% {
  13766. opacity: 1;
  13767. -webkit-transform: translateX(20px)
  13768. }
  13769.  
  13770. 100% {
  13771. opacity: 0;
  13772. -webkit-transform: translateX(-2000px)
  13773. }
  13774. }
  13775.  
  13776. @-moz-keyframes bounceOutLeft {
  13777. 0% {
  13778. -moz-transform: translateX(0)
  13779. }
  13780.  
  13781. 20% {
  13782. opacity: 1;
  13783. -moz-transform: translateX(20px)
  13784. }
  13785.  
  13786. 100% {
  13787. opacity: 0;
  13788. -moz-transform: translateX(-2000px)
  13789. }
  13790. }
  13791.  
  13792. @-o-keyframes bounceOutLeft {
  13793. 0% {
  13794. -o-transform: translateX(0)
  13795. }
  13796.  
  13797. 20% {
  13798. opacity: 1;
  13799. -o-transform: translateX(20px)
  13800. }
  13801.  
  13802. 100% {
  13803. opacity: 0;
  13804. -o-transform: translateX(-2000px)
  13805. }
  13806. }
  13807.  
  13808. @keyframes bounceOutLeft {
  13809. 0% {
  13810. transform: translateX(0)
  13811. }
  13812.  
  13813. 20% {
  13814. opacity: 1;
  13815. transform: translateX(20px)
  13816. }
  13817.  
  13818. 100% {
  13819. opacity: 0;
  13820. transform: translateX(-2000px)
  13821. }
  13822. }
  13823.  
  13824. @media screen {
  13825. .bounceOutLeft {
  13826. -webkit-animation-name: bounceOutLeft;
  13827. -moz-animation-name: bounceOutLeft;
  13828. -o-animation-name: bounceOutLeft;
  13829. animation-name: bounceOutLeft
  13830. }
  13831. }
  13832.  
  13833. @-webkit-keyframes bounceOutRight {
  13834. 0% {
  13835. -webkit-transform: translateX(0)
  13836. }
  13837.  
  13838. 20% {
  13839. opacity: 1;
  13840. -webkit-transform: translateX(-20px)
  13841. }
  13842.  
  13843. 100% {
  13844. opacity: 0;
  13845. -webkit-transform: translateX(2000px)
  13846. }
  13847. }
  13848.  
  13849. @-moz-keyframes bounceOutRight {
  13850. 0% {
  13851. -moz-transform: translateX(0)
  13852. }
  13853.  
  13854. 20% {
  13855. opacity: 1;
  13856. -moz-transform: translateX(-20px)
  13857. }
  13858.  
  13859. 100% {
  13860. opacity: 0;
  13861. -moz-transform: translateX(2000px)
  13862. }
  13863. }
  13864.  
  13865. @-o-keyframes bounceOutRight {
  13866. 0% {
  13867. -o-transform: translateX(0)
  13868. }
  13869.  
  13870. 20% {
  13871. opacity: 1;
  13872. -o-transform: translateX(-20px)
  13873. }
  13874.  
  13875. 100% {
  13876. opacity: 0;
  13877. -o-transform: translateX(2000px)
  13878. }
  13879. }
  13880.  
  13881. @keyframes bounceOutRight {
  13882. 0% {
  13883. transform: translateX(0)
  13884. }
  13885.  
  13886. 20% {
  13887. opacity: 1;
  13888. transform: translateX(-20px)
  13889. }
  13890.  
  13891. 100% {
  13892. opacity: 0;
  13893. transform: translateX(2000px)
  13894. }
  13895. }
  13896.  
  13897. @media screen {
  13898. .bounceOutRight {
  13899. -webkit-animation-name: bounceOutRight;
  13900. -moz-animation-name: bounceOutRight;
  13901. -o-animation-name: bounceOutRight;
  13902. animation-name: bounceOutRight
  13903. }
  13904. }
  13905.  
  13906. @-webkit-keyframes rotateIn {
  13907. 0% {
  13908. -webkit-transform-origin: center center;
  13909. -webkit-transform: rotate(-200deg);
  13910. opacity: 0
  13911. }
  13912.  
  13913. 100% {
  13914. -webkit-transform-origin: center center;
  13915. -webkit-transform: rotate(0);
  13916. opacity: 1
  13917. }
  13918. }
  13919.  
  13920. @-moz-keyframes rotateIn {
  13921. 0% {
  13922. -moz-transform-origin: center center;
  13923. -moz-transform: rotate(-200deg);
  13924. opacity: 0
  13925. }
  13926.  
  13927. 100% {
  13928. -moz-transform-origin: center center;
  13929. -moz-transform: rotate(0);
  13930. opacity: 1
  13931. }
  13932. }
  13933.  
  13934. @-o-keyframes rotateIn {
  13935. 0% {
  13936. -o-transform-origin: center center;
  13937. -o-transform: rotate(-200deg);
  13938. opacity: 0
  13939. }
  13940.  
  13941. 100% {
  13942. -o-transform-origin: center center;
  13943. -o-transform: rotate(0);
  13944. opacity: 1
  13945. }
  13946. }
  13947.  
  13948. @keyframes rotateIn {
  13949. 0% {
  13950. transform-origin: center center;
  13951. transform: rotate(-200deg);
  13952. opacity: 0
  13953. }
  13954.  
  13955. 100% {
  13956. transform-origin: center center;
  13957. transform: rotate(0);
  13958. opacity: 1
  13959. }
  13960. }
  13961.  
  13962. @media screen {
  13963. .rotateIn {
  13964. -webkit-animation-name: rotateIn;
  13965. -moz-animation-name: rotateIn;
  13966. -o-animation-name: rotateIn;
  13967. animation-name: rotateIn
  13968. }
  13969. }
  13970.  
  13971. @-webkit-keyframes rotateInUpLeft {
  13972. 0% {
  13973. -webkit-transform-origin: left bottom;
  13974. -webkit-transform: rotate(90deg);
  13975. opacity: 0
  13976. }
  13977.  
  13978. 100% {
  13979. -webkit-transform-origin: left bottom;
  13980. -webkit-transform: rotate(0);
  13981. opacity: 1
  13982. }
  13983. }
  13984.  
  13985. @-moz-keyframes rotateInUpLeft {
  13986. 0% {
  13987. -moz-transform-origin: left bottom;
  13988. -moz-transform: rotate(90deg);
  13989. opacity: 0
  13990. }
  13991.  
  13992. 100% {
  13993. -moz-transform-origin: left bottom;
  13994. -moz-transform: rotate(0);
  13995. opacity: 1
  13996. }
  13997. }
  13998.  
  13999. @-o-keyframes rotateInUpLeft {
  14000. 0% {
  14001. -o-transform-origin: left bottom;
  14002. -o-transform: rotate(90deg);
  14003. opacity: 0
  14004. }
  14005.  
  14006. 100% {
  14007. -o-transform-origin: left bottom;
  14008. -o-transform: rotate(0);
  14009. opacity: 1
  14010. }
  14011. }
  14012.  
  14013. @keyframes rotateInUpLeft {
  14014. 0% {
  14015. transform-origin: left bottom;
  14016. transform: rotate(90deg);
  14017. opacity: 0
  14018. }
  14019.  
  14020. 100% {
  14021. transform-origin: left bottom;
  14022. transform: rotate(0);
  14023. opacity: 1
  14024. }
  14025. }
  14026.  
  14027. @media screen {
  14028. .rotateInUpLeft {
  14029. -webkit-animation-name: rotateInUpLeft;
  14030. -moz-animation-name: rotateInUpLeft;
  14031. -o-animation-name: rotateInUpLeft;
  14032. animation-name: rotateInUpLeft
  14033. }
  14034. }
  14035.  
  14036. @-webkit-keyframes rotateInDownLeft {
  14037. 0% {
  14038. -webkit-transform-origin: left bottom;
  14039. -webkit-transform: rotate(-90deg);
  14040. opacity: 0
  14041. }
  14042.  
  14043. 100% {
  14044. -webkit-transform-origin: left bottom;
  14045. -webkit-transform: rotate(0);
  14046. opacity: 1
  14047. }
  14048. }
  14049.  
  14050. @-moz-keyframes rotateInDownLeft {
  14051. 0% {
  14052. -moz-transform-origin: left bottom;
  14053. -moz-transform: rotate(-90deg);
  14054. opacity: 0
  14055. }
  14056.  
  14057. 100% {
  14058. -moz-transform-origin: left bottom;
  14059. -moz-transform: rotate(0);
  14060. opacity: 1
  14061. }
  14062. }
  14063.  
  14064. @-o-keyframes rotateInDownLeft {
  14065. 0% {
  14066. -o-transform-origin: left bottom;
  14067. -o-transform: rotate(-90deg);
  14068. opacity: 0
  14069. }
  14070.  
  14071. 100% {
  14072. -o-transform-origin: left bottom;
  14073. -o-transform: rotate(0);
  14074. opacity: 1
  14075. }
  14076. }
  14077.  
  14078. @keyframes rotateInDownLeft {
  14079. 0% {
  14080. transform-origin: left bottom;
  14081. transform: rotate(-90deg);
  14082. opacity: 0
  14083. }
  14084.  
  14085. 100% {
  14086. transform-origin: left bottom;
  14087. transform: rotate(0);
  14088. opacity: 1
  14089. }
  14090. }
  14091.  
  14092. @media screen {
  14093. .rotateInDownLeft {
  14094. -webkit-animation-name: rotateInDownLeft;
  14095. -moz-animation-name: rotateInDownLeft;
  14096. -o-animation-name: rotateInDownLeft;
  14097. animation-name: rotateInDownLeft
  14098. }
  14099. }
  14100.  
  14101. @-webkit-keyframes rotateInUpRight {
  14102. 0% {
  14103. -webkit-transform-origin: right bottom;
  14104. -webkit-transform: rotate(-90deg);
  14105. opacity: 0
  14106. }
  14107.  
  14108. 100% {
  14109. -webkit-transform-origin: right bottom;
  14110. -webkit-transform: rotate(0);
  14111. opacity: 1
  14112. }
  14113. }
  14114.  
  14115. @-moz-keyframes rotateInUpRight {
  14116. 0% {
  14117. -moz-transform-origin: right bottom;
  14118. -moz-transform: rotate(-90deg);
  14119. opacity: 0
  14120. }
  14121.  
  14122. 100% {
  14123. -moz-transform-origin: right bottom;
  14124. -moz-transform: rotate(0);
  14125. opacity: 1
  14126. }
  14127. }
  14128.  
  14129. @-o-keyframes rotateInUpRight {
  14130. 0% {
  14131. -o-transform-origin: right bottom;
  14132. -o-transform: rotate(-90deg);
  14133. opacity: 0
  14134. }
  14135.  
  14136. 100% {
  14137. -o-transform-origin: right bottom;
  14138. -o-transform: rotate(0);
  14139. opacity: 1
  14140. }
  14141. }
  14142.  
  14143. @keyframes rotateInUpRight {
  14144. 0% {
  14145. transform-origin: right bottom;
  14146. transform: rotate(-90deg);
  14147. opacity: 0
  14148. }
  14149.  
  14150. 100% {
  14151. transform-origin: right bottom;
  14152. transform: rotate(0);
  14153. opacity: 1
  14154. }
  14155. }
  14156.  
  14157. @media screen {
  14158. .rotateInUpRight {
  14159. -webkit-animation-name: rotateInUpRight;
  14160. -moz-animation-name: rotateInUpRight;
  14161. -o-animation-name: rotateInUpRight;
  14162. animation-name: rotateInUpRight
  14163. }
  14164. }
  14165.  
  14166. @-webkit-keyframes rotateInDownRight {
  14167. 0% {
  14168. -webkit-transform-origin: right bottom;
  14169. -webkit-transform: rotate(90deg);
  14170. opacity: 0
  14171. }
  14172.  
  14173. 100% {
  14174. -webkit-transform-origin: right bottom;
  14175. -webkit-transform: rotate(0);
  14176. opacity: 1
  14177. }
  14178. }
  14179.  
  14180. @-moz-keyframes rotateInDownRight {
  14181. 0% {
  14182. -moz-transform-origin: right bottom;
  14183. -moz-transform: rotate(90deg);
  14184. opacity: 0
  14185. }
  14186.  
  14187. 100% {
  14188. -moz-transform-origin: right bottom;
  14189. -moz-transform: rotate(0);
  14190. opacity: 1
  14191. }
  14192. }
  14193.  
  14194. @-o-keyframes rotateInDownRight {
  14195. 0% {
  14196. -o-transform-origin: right bottom;
  14197. -o-transform: rotate(90deg);
  14198. opacity: 0
  14199. }
  14200.  
  14201. 100% {
  14202. -o-transform-origin: right bottom;
  14203. -o-transform: rotate(0);
  14204. opacity: 1
  14205. }
  14206. }
  14207.  
  14208. @keyframes rotateInDownRight {
  14209. 0% {
  14210. transform-origin: right bottom;
  14211. transform: rotate(90deg);
  14212. opacity: 0
  14213. }
  14214.  
  14215. 100% {
  14216. transform-origin: right bottom;
  14217. transform: rotate(0);
  14218. opacity: 1
  14219. }
  14220. }
  14221.  
  14222. @media screen {
  14223. .rotateInDownRight {
  14224. -webkit-animation-name: rotateInDownRight;
  14225. -moz-animation-name: rotateInDownRight;
  14226. -o-animation-name: rotateInDownRight;
  14227. animation-name: rotateInDownRight
  14228. }
  14229. }
  14230.  
  14231. @-webkit-keyframes rotateOut {
  14232. 0% {
  14233. -webkit-transform-origin: center center;
  14234. -webkit-transform: rotate(0);
  14235. opacity: 1
  14236. }
  14237.  
  14238. 100% {
  14239. -webkit-transform-origin: center center;
  14240. -webkit-transform: rotate(200deg);
  14241. opacity: 0
  14242. }
  14243. }
  14244.  
  14245. @-moz-keyframes rotateOut {
  14246. 0% {
  14247. -moz-transform-origin: center center;
  14248. -moz-transform: rotate(0);
  14249. opacity: 1
  14250. }
  14251.  
  14252. 100% {
  14253. -moz-transform-origin: center center;
  14254. -moz-transform: rotate(200deg);
  14255. opacity: 0
  14256. }
  14257. }
  14258.  
  14259. @-o-keyframes rotateOut {
  14260. 0% {
  14261. -o-transform-origin: center center;
  14262. -o-transform: rotate(0);
  14263. opacity: 1
  14264. }
  14265.  
  14266. 100% {
  14267. -o-transform-origin: center center;
  14268. -o-transform: rotate(200deg);
  14269. opacity: 0
  14270. }
  14271. }
  14272.  
  14273. @keyframes rotateOut {
  14274. 0% {
  14275. transform-origin: center center;
  14276. transform: rotate(0);
  14277. opacity: 1
  14278. }
  14279.  
  14280. 100% {
  14281. transform-origin: center center;
  14282. transform: rotate(200deg);
  14283. opacity: 0
  14284. }
  14285. }
  14286.  
  14287. @media screen {
  14288. .rotateOut {
  14289. -webkit-animation-name: rotateOut;
  14290. -moz-animation-name: rotateOut;
  14291. -o-animation-name: rotateOut;
  14292. animation-name: rotateOut
  14293. }
  14294. }
  14295.  
  14296. @-webkit-keyframes rotateOutUpLeft {
  14297. 0% {
  14298. -webkit-transform-origin: left bottom;
  14299. -webkit-transform: rotate(0);
  14300. opacity: 1
  14301. }
  14302.  
  14303. 100% {
  14304. -webkit-transform-origin: left bottom;
  14305. -webkit-transform: rotate(-90deg);
  14306. opacity: 0
  14307. }
  14308. }
  14309.  
  14310. @-moz-keyframes rotateOutUpLeft {
  14311. 0% {
  14312. -moz-transform-origin: left bottom;
  14313. -moz-transform: rotate(0);
  14314. opacity: 1
  14315. }
  14316.  
  14317. 100% {
  14318. -moz-transform-origin: left bottom;
  14319. -moz-transform: rotate(-90deg);
  14320. opacity: 0
  14321. }
  14322. }
  14323.  
  14324. @-o-keyframes rotateOutUpLeft {
  14325. 0% {
  14326. -o-transform-origin: left bottom;
  14327. -o-transform: rotate(0);
  14328. opacity: 1
  14329. }
  14330.  
  14331. 100% {
  14332. -o-transform-origin: left bottom;
  14333. -o-transform: rotate(-90deg);
  14334. opacity: 0
  14335. }
  14336. }
  14337.  
  14338. @keyframes rotateOutUpLeft {
  14339. 0% {
  14340. transform-origin: left bottom;
  14341. transform: rotate(0);
  14342. opacity: 1
  14343. }
  14344.  
  14345. 100% {
  14346. -transform-origin: left bottom;
  14347. -transform: rotate(-90deg);
  14348. opacity: 0
  14349. }
  14350. }
  14351.  
  14352. @media screen {
  14353. .rotateOutUpLeft {
  14354. -webkit-animation-name: rotateOutUpLeft;
  14355. -moz-animation-name: rotateOutUpLeft;
  14356. -o-animation-name: rotateOutUpLeft;
  14357. animation-name: rotateOutUpLeft
  14358. }
  14359. }
  14360.  
  14361. @-webkit-keyframes rotateOutDownLeft {
  14362. 0% {
  14363. -webkit-transform-origin: left bottom;
  14364. -webkit-transform: rotate(0);
  14365. opacity: 1
  14366. }
  14367.  
  14368. 100% {
  14369. -webkit-transform-origin: left bottom;
  14370. -webkit-transform: rotate(90deg);
  14371. opacity: 0
  14372. }
  14373. }
  14374.  
  14375. @-moz-keyframes rotateOutDownLeft {
  14376. 0% {
  14377. -moz-transform-origin: left bottom;
  14378. -moz-transform: rotate(0);
  14379. opacity: 1
  14380. }
  14381.  
  14382. 100% {
  14383. -moz-transform-origin: left bottom;
  14384. -moz-transform: rotate(90deg);
  14385. opacity: 0
  14386. }
  14387. }
  14388.  
  14389. @-o-keyframes rotateOutDownLeft {
  14390. 0% {
  14391. -o-transform-origin: left bottom;
  14392. -o-transform: rotate(0);
  14393. opacity: 1
  14394. }
  14395.  
  14396. 100% {
  14397. -o-transform-origin: left bottom;
  14398. -o-transform: rotate(90deg);
  14399. opacity: 0
  14400. }
  14401. }
  14402.  
  14403. @keyframes rotateOutDownLeft {
  14404. 0% {
  14405. transform-origin: left bottom;
  14406. transform: rotate(0);
  14407. opacity: 1
  14408. }
  14409.  
  14410. 100% {
  14411. transform-origin: left bottom;
  14412. transform: rotate(90deg);
  14413. opacity: 0
  14414. }
  14415. }
  14416.  
  14417. @media screen {
  14418. .rotateOutDownLeft {
  14419. -webkit-animation-name: rotateOutDownLeft;
  14420. -moz-animation-name: rotateOutDownLeft;
  14421. -o-animation-name: rotateOutDownLeft;
  14422. animation-name: rotateOutDownLeft
  14423. }
  14424. }
  14425.  
  14426. @-webkit-keyframes rotateOutUpRight {
  14427. 0% {
  14428. -webkit-transform-origin: right bottom;
  14429. -webkit-transform: rotate(0);
  14430. opacity: 1
  14431. }
  14432.  
  14433. 100% {
  14434. -webkit-transform-origin: right bottom;
  14435. -webkit-transform: rotate(90deg);
  14436. opacity: 0
  14437. }
  14438. }
  14439.  
  14440. @-moz-keyframes rotateOutUpRight {
  14441. 0% {
  14442. -moz-transform-origin: right bottom;
  14443. -moz-transform: rotate(0);
  14444. opacity: 1
  14445. }
  14446.  
  14447. 100% {
  14448. -moz-transform-origin: right bottom;
  14449. -moz-transform: rotate(90deg);
  14450. opacity: 0
  14451. }
  14452. }
  14453.  
  14454. @-o-keyframes rotateOutUpRight {
  14455. 0% {
  14456. -o-transform-origin: right bottom;
  14457. -o-transform: rotate(0);
  14458. opacity: 1
  14459. }
  14460.  
  14461. 100% {
  14462. -o-transform-origin: right bottom;
  14463. -o-transform: rotate(90deg);
  14464. opacity: 0
  14465. }
  14466. }
  14467.  
  14468. @keyframes rotateOutUpRight {
  14469. 0% {
  14470. transform-origin: right bottom;
  14471. transform: rotate(0);
  14472. opacity: 1
  14473. }
  14474.  
  14475. 100% {
  14476. transform-origin: right bottom;
  14477. transform: rotate(90deg);
  14478. opacity: 0
  14479. }
  14480. }
  14481.  
  14482. @media screen {
  14483. .rotateOutUpRight {
  14484. -webkit-animation-name: rotateOutUpRight;
  14485. -moz-animation-name: rotateOutUpRight;
  14486. -o-animation-name: rotateOutUpRight;
  14487. animation-name: rotateOutUpRight
  14488. }
  14489. }
  14490.  
  14491. @-webkit-keyframes rotateOutDownRight {
  14492. 0% {
  14493. -webkit-transform-origin: right bottom;
  14494. -webkit-transform: rotate(0);
  14495. opacity: 1
  14496. }
  14497.  
  14498. 100% {
  14499. -webkit-transform-origin: right bottom;
  14500. -webkit-transform: rotate(-90deg);
  14501. opacity: 0
  14502. }
  14503. }
  14504.  
  14505. @-moz-keyframes rotateOutDownRight {
  14506. 0% {
  14507. -moz-transform-origin: right bottom;
  14508. -moz-transform: rotate(0);
  14509. opacity: 1
  14510. }
  14511.  
  14512. 100% {
  14513. -moz-transform-origin: right bottom;
  14514. -moz-transform: rotate(-90deg);
  14515. opacity: 0
  14516. }
  14517. }
  14518.  
  14519. @-o-keyframes rotateOutDownRight {
  14520. 0% {
  14521. -o-transform-origin: right bottom;
  14522. -o-transform: rotate(0);
  14523. opacity: 1
  14524. }
  14525.  
  14526. 100% {
  14527. -o-transform-origin: right bottom;
  14528. -o-transform: rotate(-90deg);
  14529. opacity: 0
  14530. }
  14531. }
  14532.  
  14533. @keyframes rotateOutDownRight {
  14534. 0% {
  14535. transform-origin: right bottom;
  14536. transform: rotate(0);
  14537. opacity: 1
  14538. }
  14539.  
  14540. 100% {
  14541. transform-origin: right bottom;
  14542. transform: rotate(-90deg);
  14543. opacity: 0
  14544. }
  14545. }
  14546.  
  14547. @media screen {
  14548. .rotateOutDownRight {
  14549. -webkit-animation-name: rotateOutDownRight;
  14550. -moz-animation-name: rotateOutDownRight;
  14551. -o-animation-name: rotateOutDownRight;
  14552. animation-name: rotateOutDownRight
  14553. }
  14554. }
  14555.  
  14556. @-webkit-keyframes smothIn {
  14557. 0% {
  14558. opacity: 0;
  14559. -webkit-transform: scale(.3)
  14560. }
  14561.  
  14562. 100% {
  14563. opacity: 1;
  14564. -webkit-transform: scale(1)
  14565. }
  14566. }
  14567.  
  14568. @-moz-keyframes smothIn {
  14569. 0% {
  14570. opacity: 0;
  14571. -moz-transform: scale(.3)
  14572. }
  14573.  
  14574. 100% {
  14575. opacity: 1;
  14576. -moz-transform: scale(1)
  14577. }
  14578. }
  14579.  
  14580. @-o-keyframes smothIn {
  14581. 0% {
  14582. opacity: 0;
  14583. -o-transform: scale(.3)
  14584. }
  14585.  
  14586. 100% {
  14587. opacity: 1;
  14588. -o-transform: scale(1)
  14589. }
  14590. }
  14591.  
  14592. @keyframes smothIn {
  14593. 0% {
  14594. opacity: 0;
  14595. transform: scale(.3)
  14596. }
  14597.  
  14598. 100% {
  14599. opacity: 1;
  14600. transform: scale(1)
  14601. }
  14602. }
  14603.  
  14604. @media screen {
  14605. .smothIn {
  14606. -webkit-animation-name: smothIn;
  14607. -moz-animation-name: smothIn;
  14608. -o-animation-name: smothIn;
  14609. animation-name: smothIn
  14610. }
  14611. }
  14612.  
  14613. @font-face {
  14614. font-family: 'Glyphicons Halflings';
  14615. src: url(/templates/joostrapbase-v3-4/css/glyphicons-halflings-regular.eot);
  14616. src: url(/templates/joostrapbase-v3-4/css/glyphicons-halflings-regular.eot#iefix) format("embedded-opentype"), url(/templates/joostrapbase-v3-4/css/glyphicons-halflings-regular.woff) format("woff"), url(/templates/joostrapbase-v3-4/css/glyphicons-halflings-regular.ttf) format("truetype"), url(/templates/joostrapbase-v3-4/css/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg")
  14617. }
  14618.  
  14619. @media screen {
  14620. button.navbar-btn span.glyphicon.glyphicon-list {
  14621. font-size: 24px;
  14622. opacity: .4
  14623. }
  14624.  
  14625. ul.social-icons {
  14626. list-style-type: none;
  14627. margin: 0 20px 0 0;
  14628. padding: 0
  14629. }
  14630.  
  14631. ul.social-icons li {
  14632. padding: 0;
  14633. margin: 2px;
  14634. float: left;
  14635. display: inline-block
  14636. }
  14637.  
  14638. ul.social-icons li a {
  14639. background-image: url(/templates/joostrapbase-v3-4/images/social-icons.png);
  14640. background-repeat: no-repeat;
  14641. background-size: 270px 60px;
  14642. float: left;
  14643. display: block;
  14644. opacity: .4;
  14645. width: 30px;
  14646. height: 30px;
  14647. -webkit-transition: background 180ms ease-in-out;
  14648. -moz-transition: background 180ms ease-in-out;
  14649. -ms-transition: background 180ms ease-in-out;
  14650. -o-transition: background 180ms ease-in-out;
  14651. transition: background 180ms ease-in-out
  14652. }
  14653.  
  14654. ul.social-icons li.icon_facebook a {
  14655. background-position: 0 -30px
  14656. }
  14657.  
  14658. ul.social-icons li.icon_twitter a {
  14659. background-position: -30px -30px
  14660. }
  14661.  
  14662. ul.social-icons li.icon_pinterest a {
  14663. background-position: -60px -30px
  14664. }
  14665.  
  14666. ul.social-icons li.icon_dribbble a {
  14667. background-position: -90px -30px
  14668. }
  14669.  
  14670. ul.social-icons li.icon_in a {
  14671. background-position: -120px -30px
  14672. }
  14673.  
  14674. ul.social-icons li.icon_flickr a {
  14675. background-position: -150px -30px
  14676. }
  14677.  
  14678. ul.social-icons li.icon_youtube a {
  14679. background-position: -180px -30px
  14680. }
  14681.  
  14682. ul.social-icons li.icon_vimeo a {
  14683. background-position: -210px -30px
  14684. }
  14685.  
  14686. ul.social-icons li.icon_googleplus a {
  14687. background-position: -240px -30px
  14688. }
  14689.  
  14690. ul.social-icons li.icon_facebook a:hover {
  14691. background-position: 0 0
  14692. }
  14693.  
  14694. ul.social-icons li.icon_twitter a:hover {
  14695. background-position: -30px 0
  14696. }
  14697.  
  14698. ul.social-icons li.icon_pinterest a:hover {
  14699. background-position: -60px 0
  14700. }
  14701.  
  14702. ul.social-icons li.icon_dribbble a:hover {
  14703. background-position: -90px 0
  14704. }
  14705.  
  14706. ul.social-icons li.icon_in a:hover {
  14707. background-position: -120px 0
  14708. }
  14709.  
  14710. ul.social-icons li.icon_flickr a:hover {
  14711. background-position: -150px 0
  14712. }
  14713.  
  14714. ul.social-icons li.icon_youtube a:hover {
  14715. background-position: -180px 0
  14716. }
  14717.  
  14718. ul.social-icons li.icon_vimeo a:hover {
  14719. background-position: -210px 0
  14720. }
  14721.  
  14722. ul.social-icons li.icon_googleplus a:hover {
  14723. background-position: -240px 0
  14724. }
  14725.  
  14726. .module {
  14727. position: relative
  14728. }
  14729.  
  14730. .module ul {
  14731. list-style-type: none
  14732. }
  14733.  
  14734. .module-title h3 {
  14735. font-size: 18px;
  14736. text-transform: uppercase;
  14737. padding: 6px 0;
  14738. color: #222
  14739. }
  14740.  
  14741. .module-content {
  14742. float: none;
  14743. overflow: hidden
  14744. }
  14745.  
  14746. .module ul li, .module ul li a {
  14747. -webkit-transition: all 200ms ease-out;
  14748. -moz-transition: all 200ms ease-out;
  14749. -ms-transition: all 200ms ease-out;
  14750. -o-transition: all 200ms ease-out;
  14751. transition: all 200ms ease-out
  14752. }
  14753.  
  14754. .module ul.nav>li {
  14755. line-height: 36px;
  14756. border-bottom: 1px solid #f5f5f5;
  14757. font-size: 1em;
  14758. width: 100%
  14759. }
  14760.  
  14761. .module ul.nav>li a:hover, .module ul.nav>li a:focus {
  14762. background-color: transparent
  14763. }
  14764.  
  14765. .module ul.nav>li.active>a {
  14766. color: #333;
  14767. background-color: #fafafa
  14768. }
  14769.  
  14770. .module ul.nav ul.nav-child {
  14771. padding: 12px 0 18px;
  14772. margin-left: 12px
  14773. }
  14774.  
  14775. .module ul.nav.menu ul>li a {
  14776. font-size: .98em
  14777. }
  14778.  
  14779. .module ul.nav ul>li a:hover {
  14780. background-color: none
  14781. }
  14782.  
  14783. .module ul.nav.menu ul li.active>a {
  14784. color: #222;
  14785. background-color: none
  14786. }
  14787.  
  14788. .module ul.nav>li.active.deeper.parent, .module ul.nav>li.active.deeper.parent:hover, .module ul.nav>li.active.deeper.parent:focus {
  14789. background-image: none;
  14790. padding-left: 5px;
  14791. background-color: transparent
  14792. }
  14793.  
  14794. .module ul.nav li>ul.nav-child>li.current.active>a {
  14795. color: #333
  14796. }
  14797.  
  14798. .module ul.nav.menumenu1>li {
  14799. padding-left: 5px;
  14800. background-image: url(/templates/joostrapbase-v3-4/images/menu-arrows.png);
  14801. background-repeat: no-repeat;
  14802. background-position: 90% 50%
  14803. }
  14804.  
  14805. .module ul.nav.menumenu1>li:hover, .module ul.nav.menumenu1>li:focus {
  14806. background-color: #fafafa;
  14807. background-position: 92% 50%;
  14808. padding-left: 10px;
  14809. color: #222
  14810. }
  14811.  
  14812. .module.border-box {
  14813. border: 1px solid #e2e2e2;
  14814. padding: 20px
  14815. }
  14816.  
  14817. .module.grey-box {
  14818. background: #f2f2f2;
  14819. padding: 20px
  14820. }
  14821.  
  14822. .module.dark-box {
  14823. background: #222;
  14824. color: #ddd;
  14825. padding: 20px
  14826. }
  14827.  
  14828. .module.dark-box a:hover {
  14829. color: #fff
  14830. }
  14831.  
  14832. .module.dark-box .module-title {
  14833. color: #fff;
  14834. border-bottom: 1px solid #333
  14835. }
  14836.  
  14837. .module.dark-box .module-title h3 {
  14838. color: #fff
  14839. }
  14840.  
  14841. .module.dark-box ul.nav.menu>li {
  14842. border-bottom: 1px solid #333
  14843. }
  14844.  
  14845. .module.dark-box ul.nav.menu>li a {
  14846. padding-left: 10px
  14847. }
  14848.  
  14849. .module.dark-box ul.nav.menu>li a:hover {
  14850. background: none;
  14851. color: #fff
  14852. }
  14853.  
  14854. .module.dark-box ul.nav.menu>li.active>a {
  14855. color: #fff;
  14856. background: none
  14857. }
  14858.  
  14859. .module.dark-box ul.nav.menu ul li.active>a {
  14860. color: inherit;
  14861. background: none
  14862. }
  14863.  
  14864. .module.dark-title .module-title h3, .module.grey-title .module-title h3, .module.color-title .module-title h3 {
  14865. line-height: 30px;
  14866. color: #fff;
  14867. font-size: 16px;
  14868. text-transform: uppercase;
  14869. padding-left: 15px;
  14870. margin-bottom: 0
  14871. }
  14872.  
  14873. .module.dark-title .module-title {
  14874. background: #333
  14875. }
  14876.  
  14877. .module.grey-title .module-title {
  14878. background-color: #f0f0f0
  14879. }
  14880.  
  14881. .module.grey-title .module-title h3 {
  14882. color: #444
  14883. }
  14884.  
  14885. .module.grey-title .module-content, .module.dark-title .module-content, .module.color-title .module-content {
  14886. padding-left: 5px
  14887. }
  14888.  
  14889. .module.border-top .module-title {
  14890. border-top: 3px solid #f0f0f0;
  14891. border-bottom: 0
  14892. }
  14893.  
  14894. .module.border-black .module-title {
  14895. border-bottom: 3px solid #000
  14896. }
  14897.  
  14898. .module.border-black-top .module-title {
  14899. border-top: 3px solid #000;
  14900. border-bottom: 0
  14901. }
  14902.  
  14903. .isotope {
  14904. display: block;
  14905. position: relative;
  14906. width: 100%;
  14907. height: 100%
  14908. }
  14909.  
  14910. .isotope-item {
  14911. z-index: 2
  14912. }
  14913.  
  14914. .isotope-hidden.isotope-item {
  14915. pointer-events: none;
  14916. z-index: 1
  14917. }
  14918.  
  14919. .isotope, .isotope .isotope-item {
  14920. -webkit-transition-duration: .8s;
  14921. -moz-transition-duration: .8s;
  14922. -ms-transition-duration: .8s;
  14923. -o-transition-duration: .8s;
  14924. transition-duration: .8s
  14925. }
  14926.  
  14927. .isotope {
  14928. -webkit-transition-property: height, width;
  14929. -moz-transition-property: height, width;
  14930. -ms-transition-property: height, width;
  14931. -o-transition-property: height, width;
  14932. transition-property: height, width
  14933. }
  14934.  
  14935. .isotope .isotope-item {
  14936. -webkit-transition-property: -webkit-transform, opacity;
  14937. -moz-transition-property: -moz-transform, opacity;
  14938. -ms-transition-property: -ms-transform, opacity;
  14939. -o-transition-property: -o-transform, opacity;
  14940. transition-property: transform, opacity
  14941. }
  14942.  
  14943. .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  14944. -webkit-transition-duration: 0;
  14945. -moz-transition-duration: 0;
  14946. -ms-transition-duration: 0;
  14947. -o-transition-duration: 0;
  14948. transition-duration: 0
  14949. }
  14950.  
  14951. .isotope.infinite-scrolling {
  14952. -webkit-transition: none;
  14953. -moz-transition: none;
  14954. -ms-transition: none;
  14955. -o-transition: none;
  14956. transition: none
  14957. }
  14958.  
  14959. .portfolio-element {
  14960. float: left;
  14961. overflow: hidden;
  14962. position: relative;
  14963. margin: 0;
  14964. display: block
  14965. }
  14966.  
  14967. .portfolio-element .portfolio-item {
  14968. margin: 10px;
  14969. padding: 2px;
  14970. display: block
  14971. }
  14972.  
  14973. #isotope-container .col-md-2, #isotope-container .col-md-4, #isotope-container .col-md-6 {
  14974. margin: 0;
  14975. padding: 0
  14976. }
  14977.  
  14978. #isotope-container .col-md-3 {}
  14979.  
  14980. #isotope-container .col-md-12 {
  14981. margin-left: 0
  14982. }
  14983.  
  14984. .portfolio-nav .joostrap.btn-group a.btn {
  14985. border: 1px solid #eaeaea;
  14986. border-bottom: 1px solid #d8d8d8;
  14987. padding: 8px 15px;
  14988. text-align: left;
  14989. min-width: 150px;
  14990. background: #f5f5f5;
  14991. background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  14992. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
  14993. background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  14994. background: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  14995. background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  14996. background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  14997. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0)
  14998. }
  14999.  
  15000. .portfolio-nav .joostrap.btn-group.open a.btn, .portfolio-nav .joostrap.btn-group a.btn:hover {
  15001. border-bottom: 1px solid #c2c2c2
  15002. }
  15003.  
  15004. .portfolio-nav .joostrap.btn-group a.btn:focus, .portfolio-nav .joostrap.btn-group.open a.btn {
  15005. background: #f8f8f8
  15006. }
  15007.  
  15008. .portfolio-nav .joostrap.btn-group a span {
  15009. position: absolute;
  15010. right: 15px
  15011. }
  15012.  
  15013. .portfolio-nav ul.dropdown-menu {
  15014. padding: 0;
  15015. border: 1px solid #e2e2e2;
  15016. -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  15017. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1)
  15018. }
  15019.  
  15020. .portfolio-nav ul.dropdown-menu li {
  15021. min-width: 180px
  15022. }
  15023.  
  15024. .portfolio-item .page-header {
  15025. border: 0;
  15026. margin: 0;
  15027. padding: 0
  15028. }
  15029.  
  15030. #isotope-container .col-md-2 .page-header, #isotope-container .col-md-3 .page-header, #isotope-container .col-md-4 .page-header, #isotope-container .col-md-6 .page-header {
  15031. border-bottom: 1px solid #eaeaea
  15032. }
  15033.  
  15034. .portfolio-item .page-header h3 {
  15035. margin-top: 0
  15036. }
  15037.  
  15038. .col-md-4 .portfolio-item .page-header h3, .col-md-3 .portfolio-item .page-header h3, .col-md-2 .portfolio-item .page-header h3 {
  15039. font-size: 18px
  15040. }
  15041.  
  15042. .portfolio-item .joostrap.btn-group a.btn {
  15043. vertical-align: middle;
  15044. border: 0;
  15045. margin: 0;
  15046. padding: 0;
  15047. opacity: .8
  15048. }
  15049.  
  15050. .portfolio-item .joostrap.btn-group a.btn:hover, .portfolio-item .joostrap.btn-group a.btn:focus {
  15051. opacity: 1;
  15052. background: none
  15053. }
  15054.  
  15055. .portfolio-item dl.article-info {
  15056. font-size: 11px;
  15057. display: block;
  15058. float: none
  15059. }
  15060.  
  15061. .portfolio-item dl.article-info dd {
  15062. float: left;
  15063. float: none
  15064. }
  15065.  
  15066. .portfolio-item .readmore {
  15067. display: block;
  15068. float: left
  15069. }
  15070.  
  15071. .joostrap-icons {
  15072. display: block;
  15073. text-align: center;
  15074. padding: 15px 10px;
  15075. -webkit-transition: all 200ms linear;
  15076. -moz-transition: all 200ms linear;
  15077. -ms-transition: all 200ms linear;
  15078. -o-transition: all 200ms linear;
  15079. transition: all 200ms linear
  15080. }
  15081.  
  15082. .joostrap-icons .joostrap-icon-holder {
  15083. display: block;
  15084. width: 100px;
  15085. height: 100px;
  15086. margin: 0 auto 20px;
  15087. -webkit-perspective: 1000;
  15088. perspective: 1000px;
  15089. -webkit-backface-visibility: hidden
  15090. }
  15091.  
  15092. .joostrap-icons p {
  15093. margin-bottom: 18px
  15094. }
  15095.  
  15096. .joostrap-icons .flipper {
  15097. transform-style: preserve-3d;
  15098. position: relative;
  15099. transition: .6s
  15100. }
  15101.  
  15102. .joostrap-icons .front, .joostrap-icons .back {
  15103. backface-visibility: hidden;
  15104. background-repeat: no-repeat;
  15105. background-position: 50% 50%;
  15106. position: absolute;
  15107. top: 0;
  15108. left: 0;
  15109. display: block;
  15110. width: 100px;
  15111. height: 100px;
  15112. -webkit-transition: background-color 300ms ease-in-out;
  15113. -moz-transition: background-color 300ms ease-in-out;
  15114. -ms-transition: background-color 300ms ease-in-out;
  15115. -o-transition: background-color 300ms ease-in-out;
  15116. transition: background-color 300ms ease-in-out
  15117. }
  15118.  
  15119. .joostrap-icons .front {
  15120. z-index: 2
  15121. }
  15122.  
  15123. .joostrap-icons .back {
  15124. background-color: #101010;
  15125. -webkit-transform: rotateY(180deg);
  15126. -moz-transform: rotateY(180deg);
  15127. -ms-transform: rotateY(180deg);
  15128. -o-transform: rotateY(180deg);
  15129. transform: rotateY(180deg)
  15130. }
  15131.  
  15132. .joostrap-icons:hover {
  15133. background: #f5f5f5
  15134. }
  15135.  
  15136. .joostrap-icons:hover .front {
  15137. background-color: #101010
  15138. }
  15139.  
  15140. .joostrap-icons:hover .flipper {
  15141. -webkit-transform: rotateY(180deg);
  15142. -moz-transform: rotateY(180deg);
  15143. -ms-transform: rotateY(180deg);
  15144. -o-transform: rotateY(180deg);
  15145. transform: rotateY(180deg)
  15146. }
  15147.  
  15148. .flexslider {
  15149. margin: 0;
  15150. padding: 0
  15151. }
  15152.  
  15153. .flexslider ul.slides {
  15154. margin: 0;
  15155. padding: 0
  15156. }
  15157.  
  15158. .flexslider .slides>li {
  15159. display: none;
  15160. -webkit-backface-visibility: hidden
  15161. }
  15162.  
  15163. .flexslider .slides img {
  15164. width: 100%;
  15165. display: block
  15166. }
  15167.  
  15168. .flex-pauseplay span {
  15169. text-transform: capitalize
  15170. }
  15171.  
  15172. .slides:after {
  15173. content: ".";
  15174. display: block;
  15175. clear: both;
  15176. visibility: hidden;
  15177. line-height: 0;
  15178. height: 0
  15179. }
  15180.  
  15181. html[xmlns] .slides {
  15182. display: block
  15183. }
  15184.  
  15185. * html .slides {
  15186. height: 1%
  15187. }
  15188.  
  15189. .no-js .slides>li:first-child {
  15190. display: block
  15191. }
  15192.  
  15193. .flexslider {
  15194. margin: 0;
  15195. position: relative;
  15196. zoom: 1
  15197. }
  15198.  
  15199. .flex-viewport {
  15200. max-height: 1000px;
  15201. -webkit-transition: all 500ms ease-in-out;
  15202. -moz-transition: all 500ms ease-in-out;
  15203. -ms-transition: all 500ms ease-in-out;
  15204. -o-transition: all 500ms ease-in-out;
  15205. transition: all 500ms ease-in-out
  15206. }
  15207.  
  15208. .loading .flex-viewport {
  15209. max-height: 200px
  15210. }
  15211.  
  15212. .flexslider .slides {
  15213. zoom: 1
  15214. }
  15215.  
  15216. .flex-direction-nav {
  15217. list-style-type: none;
  15218. padding: 0;
  15219. margin: 0;
  15220. *height: 0
  15221. }
  15222.  
  15223. .flex-direction-nav a {
  15224. margin: -11px 0 0;
  15225. display: block;
  15226. position: absolute;
  15227. top: 50%;
  15228. z-index: 10;
  15229. cursor: pointer;
  15230. text-indent: -9999px;
  15231. opacity: .7
  15232. }
  15233.  
  15234. .flex-direction-nav li a {
  15235. -webkit-transition: all 180ms ease-in-out;
  15236. -moz-transition: all 180ms ease-in-out;
  15237. -ms-transition: all 180ms ease-in-out;
  15238. -o-transition: all 180ms ease-in-out;
  15239. transition: all 180ms ease-in-out
  15240. }
  15241.  
  15242. .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  15243. opacity: 1
  15244. }
  15245.  
  15246. .flex-direction-nav .flex-disabled {
  15247. opacity: .4 !important;
  15248. filter: alpha(opacity=40);
  15249. cursor: default
  15250. }
  15251.  
  15252. .flex-control-nav {
  15253. width: 100%;
  15254. position: absolute;
  15255. bottom: -40px;
  15256. text-align: center
  15257. }
  15258.  
  15259. .flex-control-nav li {
  15260. margin: 0 1px;
  15261. display: inline-block;
  15262. zoom: 1;
  15263. *display: inline;
  15264. text-indent: -9999px
  15265. }
  15266.  
  15267. .flex-slider-container {
  15268. overflow: hidden;
  15269. padding: 18px 0
  15270. }
  15271.  
  15272. .joostrap-news .flexslider {
  15273. padding-right: 80px
  15274. }
  15275.  
  15276. .joostrap-news .intro-text {
  15277. padding: 18px;
  15278. display: block;
  15279. text-transform: uppercase;
  15280. font-weight: 700;
  15281. font-size: 12px
  15282. }
  15283.  
  15284. .joostrap-news p {
  15285. margin: 0
  15286. }
  15287.  
  15288. .joostrap-news a {
  15289. color: #fff;
  15290. font-weight: 700
  15291. }
  15292.  
  15293. .joostrap-news a:hover {
  15294. color: #fff;
  15295. text-decoration: underline
  15296. }
  15297.  
  15298. .joostrap-news .news-title, .joostrap-news .news-title-link {
  15299. margin-right: 5px;
  15300. font-weight: 700
  15301. }
  15302.  
  15303. .flex-direction-nav.news a {
  15304. width: 21px;
  15305. height: 21px;
  15306. background-image: url(/templates/joostrapbase-v3-4/images/news-interface-highlight.png);
  15307. background-repeat: no-repeat
  15308. }
  15309.  
  15310. .flex-direction-nav.news .flex-next {
  15311. background-position: 100% 0;
  15312. right: 20px
  15313. }
  15314.  
  15315. .flex-direction-nav.news .flex-prev {
  15316. right: 44px
  15317. }
  15318.  
  15319. .joostrap-news .flex-control-paging li a {
  15320. display: none
  15321. }
  15322.  
  15323. .flex-control-paging li a {
  15324. width: 20px;
  15325. height: 20px;
  15326. display: block;
  15327. border: 1px solid #d5d5d5;
  15328. cursor: pointer;
  15329. margin-bottom: 10px
  15330. }
  15331.  
  15332. .flex-control-paging li a:hover {
  15333. border: 1px solid #aaa
  15334. }
  15335.  
  15336. .joostrap-testimonials {
  15337. border-top: 1px solid #eaeaea;
  15338. padding: 30px 0;
  15339. background: url(/templates/joostrapbase-v3-4/images/testimonials-bg.png) no-repeat 0 30%
  15340. }
  15341.  
  15342. .joostrap-testimonials .flexslider {
  15343. text-align: center;
  15344. padding: 5px 5px 30px
  15345. }
  15346.  
  15347. .joostrap-testimonials blockquote {
  15348. border: 0;
  15349. padding: 0;
  15350. margin: 0
  15351. }
  15352.  
  15353. .joostrap-testimonials blockquote p.testimonials {
  15354. font-size: 18px;
  15355. color: #222
  15356. }
  15357.  
  15358. .joostrap-testimonials blockquote h3 {
  15359. font-style: normal;
  15360. text-transform: none;
  15361. line-height: 30px;
  15362. color: #222
  15363. }
  15364.  
  15365. .joostrap-testimonials cite {
  15366. font-size: 12px;
  15367. font-style: italic;
  15368. color: #999
  15369. }
  15370.  
  15371. .joostrap-testimonials cite:before {
  15372. content: "— "
  15373. }
  15374.  
  15375. .joostrap-testimonials .flex-direction-nav a {
  15376. margin: -19px 0 0;
  15377. width: 18px;
  15378. height: 39px;
  15379. background-image: url(/templates/joostrapbase-v3-4/images/testimonials-arrows.png);
  15380. background-repeat: no-repeat;
  15381. opacity: .2
  15382. }
  15383.  
  15384. .joostrap-testimonials .flex-direction-nav .flex-next {
  15385. background-position: 100% 0;
  15386. right: -18px
  15387. }
  15388.  
  15389. .joostrap-testimonials .flex-direction-nav .flex-prev {
  15390. left: -18px
  15391. }
  15392.  
  15393. .joostrap-testimonials .flexslider:hover .flex-direction-nav .flex-next {
  15394. right: 18px
  15395. }
  15396.  
  15397. .joostrap-testimonials .flexslider:hover .flex-direction-nav .flex-prev {
  15398. left: 18px
  15399. }
  15400.  
  15401. .avPlayerWrapper.avVideo {
  15402. position: relative;
  15403. padding-bottom: 56.25%;
  15404. padding-top: 25px;
  15405. height: 0
  15406. }
  15407.  
  15408. .avPlayerWrapper.avVideo iframe {
  15409. position: absolute;
  15410. top: 0;
  15411. left: 0;
  15412. width: 100%;
  15413. height: 100%
  15414. }
  15415.  
  15416. dt, dd {
  15417. color: #858585;
  15418. margin: 0 15px 0 0
  15419. }
  15420.  
  15421. legend {
  15422. font-weight: 300;
  15423. text-transform: uppercase
  15424. }
  15425.  
  15426. .dropdown-menu {
  15427. border: 1px solid #e2e2e2;
  15428. -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  15429. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1)
  15430. }
  15431.  
  15432. .item-page .full-item {
  15433. max-width: 100%;
  15434. display: block
  15435. }
  15436.  
  15437. .joostrap.btn-group a.btn {
  15438. padding: 8px 10px;
  15439. background-color: #E2E2E2;
  15440. border: 0;
  15441. border-left: 1px solid #e2e2e2;
  15442. -webkit-box-shadow: none;
  15443. box-shadow: none
  15444. }
  15445.  
  15446. .joostrap.btn-group a.btn:hover {
  15447. background: #f8f8f8
  15448. }
  15449.  
  15450. .joostrap.btn-group a.btn:active, .joostrap.btn-group a.btn:focus {
  15451. background: #f2f2f2
  15452. }
  15453.  
  15454. .joostrap.btn-group a span.caret {
  15455. margin-top: 11px;
  15456. margin-left: 6px
  15457. }
  15458.  
  15459. .joostrap.btn-group.open a span.caret {
  15460. margin-top: 6px;
  15461. border-bottom: 4px solid #000;
  15462. border-top: 4px solid transparent
  15463. }
  15464.  
  15465. dt.article-info-term {
  15466. display: none
  15467. }
  15468.  
  15469. dl.article-info-bottom, dl.article-info-top {
  15470. margin-bottom: 15px;
  15471. width: 100%;
  15472. display: block;
  15473. overflow: hidden;
  15474. font-size: 11px
  15475. }
  15476.  
  15477. dl.article-info-top dd {
  15478. float: left
  15479. }
  15480.  
  15481. dl.article-info-bottom dd {
  15482. float: left;
  15483. margin: 0 10px 0 0
  15484. }
  15485.  
  15486. .article-info {
  15487. display: inline
  15488. }
  15489.  
  15490. dl.article-info dd {
  15491. display: inline-block
  15492. }
  15493.  
  15494. dd span.icon-calendar {
  15495. display: none
  15496. }
  15497.  
  15498. dd span.icon-eye-open, dd span.icon-time {
  15499. position: relative;
  15500. margin-top: -1px;
  15501. opacity: .8
  15502. }
  15503.  
  15504. .tags {
  15505. display: inline-block;
  15506. margin-left: 7px
  15507. }
  15508.  
  15509. .article-info .tags {
  15510. float: right;
  15511. overflow: hidden
  15512. }
  15513.  
  15514. .tags span a.label {
  15515. float: left;
  15516. font-size: 11px;
  15517. font-weight: 400;
  15518. line-height: 24px;
  15519. text-shadow: none;
  15520. background-color: #ccc;
  15521. background-image: url(/templates/joostrapbase-v3-4/images/tags-arrow.png);
  15522. background-repeat: no-repeat;
  15523. background-position: 0 50%;
  15524. margin: 5px 7px 0 0;
  15525. padding: 3px 15px 3px 20px;
  15526. color: #565656;
  15527. -webkit-border-radius: 0;
  15528. border-radius: 0
  15529. }
  15530.  
  15531. .img-intro-left img, .img-intro-right img, .img-intro-none img, .item-image img, .img-fulltext-right img, .img-fulltext-left img {
  15532. position: relative;
  15533. overflow: hidden
  15534. }
  15535.  
  15536. .img-wrapper {
  15537. position: relative;
  15538. overflow: hidden;
  15539. margin-bottom: 24px
  15540. }
  15541.  
  15542. .item-page .img-wrapper {
  15543. margin-top: 6px
  15544. }
  15545.  
  15546. .img-intro-none .img-wrapper, .pull-none.item-image .img-wrapper {
  15547. background: none
  15548. }
  15549.  
  15550. .img_caption.left, .img-intro-left, .pull-left.item-image {
  15551. float: left;
  15552. margin-right: 20px
  15553. }
  15554.  
  15555. .portfolio-item .img_caption.left, .portfolio-item .img-intro-left, .portfolio-item .pull-left.item-image {
  15556. clear: both;
  15557. margin: 5px;
  15558. width: 100%
  15559. }
  15560.  
  15561. .portfolio-item .img_caption.right, .portfolio-item .img-intro-right, .portfolio-item .pull-right.item-image {
  15562. clear: both;
  15563. margin: 5px;
  15564. width: 100%
  15565. }
  15566.  
  15567. .img-intro-none, .img-fulltext-none, .pull-none.item-image, .img_caption.none {
  15568. float: none
  15569. }
  15570.  
  15571. div.img_caption {
  15572. position: relative;
  15573. width: 100%;
  15574. height: 100%
  15575. }
  15576.  
  15577. p.img_caption {
  15578. position: absolute;
  15579. bottom: 0;
  15580. right: 0;
  15581. background: #000;
  15582. color: #fff;
  15583. font-size: 12px;
  15584. padding: 5px 10px;
  15585. margin: 0;
  15586. z-index: 15
  15587. }
  15588.  
  15589. .img-intro-left, .img-intro-right, .img-intro-none, .img-fulltext-left, .img-fulltext-right, .item-image, .img_caption {
  15590. max-width: 100%
  15591. }
  15592.  
  15593. .image-backdrop {
  15594. display: block;
  15595. z-index: 3;
  15596. position: absolute;
  15597. top: 0;
  15598. left: 0;
  15599. width: 100%;
  15600. height: 100%;
  15601. opacity: 0
  15602. }
  15603.  
  15604. .img-wrapper a:hover .image-backdrop {
  15605. opacity: .6;
  15606. filter: alpha(opacity=60)
  15607. }
  15608.  
  15609. .img-intro-btn {
  15610. display: block;
  15611. visibility: hidden;
  15612. position: absolute;
  15613. opacity: 0;
  15614. top: 0;
  15615. left: 45%;
  15616. width: 40px;
  15617. height: 40px;
  15618. z-index: 5;
  15619. background-color: #000;
  15620. background-color: rgba(0, 0, 0, 1);
  15621. background-image: url(/templates/joostrapbase-v3-4/images/arrow-link-button.png);
  15622. background-repeat: no-repeat;
  15623. background-position: 70% 50%
  15624. }
  15625.  
  15626. .img-wrapper a:hover .img-intro-btn {
  15627. visibility: visible;
  15628. opacity: 1;
  15629. top: 50%;
  15630. margin-top: -20px
  15631. }
  15632.  
  15633. .items-row {
  15634. margin-bottom: 30px
  15635. }
  15636.  
  15637. .blog .cat-children h3 {
  15638. font-size: 24px
  15639. }
  15640.  
  15641. .blog .cat-children h3.page-header {
  15642. padding: 6px 0;
  15643. margin: 0;
  15644. font-size: 12px;
  15645. font-family: Helvetica, Arial, Serif
  15646. }
  15647.  
  15648. p.readmore a {
  15649. font-size: 13px
  15650. }
  15651.  
  15652. .items-more .nav-tabs {
  15653. border-top: 1px solid #e2e2e2;
  15654. padding-top: 12px
  15655. }
  15656.  
  15657. .items-more .nav-tabs.nav-stacked li a {
  15658. padding: 3px 0;
  15659. border: 0
  15660. }
  15661.  
  15662. .items-more .nav-tabs.nav-stacked li a:hover {
  15663. background: #f8f8f8
  15664. }
  15665.  
  15666. .filter-search.alert.alert-info {
  15667. background-color: #f5f5f5;
  15668. border: 1px solid #f0f0f0;
  15669. background-image: none;
  15670. padding: 20px
  15671. }
  15672.  
  15673. .search-results .result-title {
  15674. margin-top: 24px
  15675. }
  15676.  
  15677. .search dt.result-title {
  15678. border-top: 1px solid #e5e5e5;
  15679. margin-top: 15px;
  15680. padding-top: 15px
  15681. }
  15682.  
  15683. #search-results ul.search-results {
  15684. list-style-type: none
  15685. }
  15686.  
  15687. #search-results ul.search-results li {
  15688. border-bottom: 1px solid #f2f2f2;
  15689. padding-bottom: 12px
  15690. }
  15691.  
  15692. .search-module, #mod-finder-searchform.form-search {
  15693. position: relative;
  15694. margin: 0;
  15695. padding: 0
  15696. }
  15697.  
  15698. #mod-finder-searchform.form-search input {
  15699. padding: 8px 40px 8px 12px;
  15700. font-size: 11px;
  15701. color: #b2b2b2;
  15702. -webkit-border-radius: 0;
  15703. border-radius: 0;
  15704. -webkit-box-shadow: none;
  15705. box-shadow: none;
  15706. -webkit-transition: all 250ms ease-in-out;
  15707. -moz-transition: all 250ms ease-in-out;
  15708. -ms-transition: all 250ms ease-in-out;
  15709. -o-transition: all 250ms ease-in-out;
  15710. transition: all 250ms ease-in-out
  15711. }
  15712.  
  15713. #mod-finder-searchform.form-search input.input-medium {
  15714. width: 170px
  15715. }
  15716.  
  15717. #mod-finder-searchform.form-search input:hover, #mod-finder-searchform.form-search input:focus {
  15718. padding: 8px 60px 8px 12px;
  15719. border: 1px solid #aaa;
  15720. color: #565656
  15721. }
  15722.  
  15723. .search-module button {
  15724. padding: 5px 10px;
  15725. border: 0;
  15726. display: block;
  15727. float: none;
  15728. background: 0;
  15729. margin-left: 0;
  15730. position: absolute;
  15731. top: 3px;
  15732. right: 3px;
  15733. display: block
  15734. }
  15735.  
  15736. .search-module button span {
  15737. text-indent: -9999px
  15738. }
  15739.  
  15740. .search-module input {
  15741. font-size: 11px;
  15742. color: #b2b2b2;
  15743. width: inherit;
  15744. -webkit-border-radius: 0;
  15745. border-radius: 0;
  15746. -webkit-box-shadow: none !important;
  15747. box-shadow: none !important;
  15748. -webkit-transition: all 250ms ease-in-out;
  15749. -moz-transition: all 250ms ease-in-out;
  15750. -ms-transition: all 250ms ease-in-out;
  15751. -o-transition: all 250ms ease-in-out;
  15752. transition: all 250ms ease-in-out
  15753. }
  15754.  
  15755. .search-module input:hover, .search-module input:focus {
  15756. border: 1px solid #000;
  15757. color: #565656
  15758. }
  15759.  
  15760. .contact-form-field input, .contact-form-field textarea, .contact-form-field .uneditable-input {
  15761. width: 100%
  15762. }
  15763.  
  15764. .contact-form legend {
  15765. font-size: 11px;
  15766. color: #666;
  15767. border: 0
  15768. }
  15769.  
  15770. dl.contact-address {
  15771. display: none
  15772. }
  15773.  
  15774. .contact-form span.icon-ok-circle {
  15775. position: relative;
  15776. margin-top: -1px;
  15777. padding-right: 5px;
  15778. opacity: .8
  15779. }
  15780.  
  15781. .contact-form .message-form {
  15782. display: block;
  15783. margin-top: 10px
  15784. }
  15785.  
  15786. .contact-form .contact-fields, .contact-form .message-input {
  15787. display: block;
  15788. width: 98%
  15789. }
  15790.  
  15791. .name-label label, .email-label label, .subject-label label, .message-label label {
  15792. font-weight: 700
  15793. }
  15794.  
  15795. .subject-label {
  15796. margin-top: 10px
  15797. }
  15798.  
  15799. .contact-form .message-input textarea {
  15800. width: 100%;
  15801. height: 250px
  15802. }
  15803.  
  15804. .contact-form .send-btn, .contact-form .email-copy {
  15805. padding: 10px 0 0
  15806. }
  15807.  
  15808. .name-input, .email-input, .subject-input, .message-form {
  15809. margin-right: 15px
  15810. }
  15811.  
  15812. .contact-form .email-copy-label, .contact-form .email-copy-input {
  15813. float: left
  15814. }
  15815.  
  15816. .contact-form .email-copy-input input[type="checkbox"] {
  15817. height: 15px;
  15818. width: 15px;
  15819. padding: 0;
  15820. vertical-align: middle;
  15821. margin: 12px 0 8px;
  15822. border: 1px solid #A5A5A5
  15823. }
  15824.  
  15825. .contact-form .email-copy-label label {
  15826. margin: 8px 8px 8px 0;
  15827. padding-left: 12px;
  15828. font-size: 11px;
  15829. color: #999
  15830. }
  15831.  
  15832. .breadcrumb {
  15833. background-color: transparent;
  15834. border-radius: 0;
  15835. list-style: none outside none;
  15836. margin: 0;
  15837. padding: 8px 15px
  15838. }
  15839.  
  15840. .breadcrumb li {
  15841. font-size: 13px
  15842. }
  15843.  
  15844. .breadcrumb li span.path.divider {
  15845. color: #444;
  15846. margin-right: 10px
  15847. }
  15848.  
  15849. #login-form #form-login-submit {
  15850. width: 100%;
  15851. display: block;
  15852. overflow: hidden
  15853. }
  15854.  
  15855. .logout-button .btn, #login-form #form-login-submit .btn {
  15856. padding: 7px 35px
  15857. }
  15858.  
  15859. #login-form #form-login-submit .sign-in {
  15860. font-size: 13px;
  15861. line-height: 42px;
  15862. padding-left: 15px
  15863. }
  15864.  
  15865. #login-form ul.unstyled {
  15866. width: 100%;
  15867. display: block;
  15868. overflow: hidden;
  15869. margin-top: 12px
  15870. }
  15871.  
  15872. #login-form ul.unstyled li {
  15873. float: left;
  15874. font-size: 11px;
  15875. padding-right: 15px
  15876. }
  15877.  
  15878. #login-form span.icon-plus-sign {
  15879. visibility: hidden
  15880. }
  15881.  
  15882. #login-form .controls label {
  15883. width: 100%;
  15884. font-size: 10px;
  15885. text-transform: uppercase;
  15886. color: #000;
  15887. margin: 0
  15888. }
  15889.  
  15890. ul.categories-module li {
  15891. padding: 10px 5px;
  15892. display: block;
  15893. -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
  15894. box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07)
  15895. }
  15896.  
  15897. ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6 {
  15898. margin: 0;
  15899. text-transform: none
  15900. }
  15901.  
  15902. ul.categories-module li a {
  15903. display: block;
  15904. font-size: 12px;
  15905. font-family: Helvetica, Arial, Serif
  15906. }
  15907.  
  15908. ul.categories-module li:hover, ul.categories-module li.active, ul.categories-module li.active a {
  15909. color: #333;
  15910. background: #f8f8f8
  15911. }
  15912.  
  15913. ul.archive-module li {
  15914. padding: 10px 5px;
  15915. display: block;
  15916. -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
  15917. box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07)
  15918. }
  15919.  
  15920. ul.archive-module li a {
  15921. display: block
  15922. }
  15923.  
  15924. ul.archive-module li:hover, ul.archive-module li.active, ul.archive-module li.active a {
  15925. color: #333;
  15926. background: #f8f8f8
  15927. }
  15928.  
  15929. .tagspopular ul li {
  15930. float: left;
  15931. display: inline-block;
  15932. padding-right: 6px;
  15933. margin: 3px 0
  15934. }
  15935.  
  15936. .tagspopular ul li a {
  15937. display: block;
  15938. padding: 4px 15px;
  15939. background-color: #f2f2f2;
  15940. background-image: url(/templates/joostrapbase-v3-4/images/tags-arrow.png);
  15941. background-repeat: no-repeat;
  15942. background-position: 0 50%;
  15943. color: #666;
  15944. font-size: 11px
  15945. }
  15946.  
  15947. .tagspopular ul li a:hover {
  15948. background-color: #333;
  15949. padding: 4px 17px 4px 15px;
  15950. color: #fff
  15951. }
  15952.  
  15953. ul.mostread li {
  15954. float: left;
  15955. display: inline-block;
  15956. padding-right: 6px;
  15957. margin: 3px 0
  15958. }
  15959.  
  15960. ul.mostread li a {
  15961. display: block;
  15962. padding: 4px 15px;
  15963. border: 1px solid #e8e8e8;
  15964. color: #666;
  15965. font-size: 11px
  15966. }
  15967.  
  15968. ul.mostread li a:hover {
  15969. background-color: #333;
  15970. padding: 4px 17px 4px 15px;
  15971. color: #fff
  15972. }
  15973.  
  15974. .tip-wrap {
  15975. z-index: 500;
  15976. -webkit-transition: all 200ms ease-in-out;
  15977. -moz-transition: all 200ms ease-in-out;
  15978. -ms-transition: all 200ms ease-in-out;
  15979. -o-transition: all 200ms ease-in-out;
  15980. transition: all 200ms ease-in-out
  15981. }
  15982.  
  15983. .tip {
  15984. background-color: #fff;
  15985. border: 1px solid #e2e2e2;
  15986. padding: 18px 24px;
  15987. color: gray;
  15988. line-height: 19px;
  15989. font-size: 11px;
  15990. max-width: 220px;
  15991. z-index: 500;
  15992. -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  15993. box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1)
  15994. }
  15995.  
  15996. .tip-title {
  15997. color: #444;
  15998. font-size: 12px;
  15999. font-weight: 700;
  16000. line-height: 24px
  16001. }
  16002.  
  16003. .add-on .tip, .icon-edit.tip, .badge.badge-info.tip {
  16004. background-color: transparent;
  16005. border: 0;
  16006. padding: 0;
  16007. -webkit-box-shadow: none;
  16008. box-shadow: none
  16009. }
  16010.  
  16011. .pagination .counter {
  16012. font-size: 11px
  16013. }
  16014.  
  16015. .pagination ul {
  16016. border-bottom: 1px solid #e5e5e5
  16017. }
  16018.  
  16019. .pagination ul>li>a, .pagination ul>li>span {
  16020. border-left: 1px solid #f2f2f2
  16021. }
  16022.  
  16023. .pagination ul>li.active>a, .pagination ul>li.active>span {
  16024. color: #666
  16025. }
  16026.  
  16027. .pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
  16028. border-left: 0
  16029. }
  16030.  
  16031. .pagination ul>li.disabled {
  16032. font-size: 14px
  16033. }
  16034.  
  16035. .pagination ul>li.disabled a {
  16036. line-height: 21px
  16037. }
  16038.  
  16039. .item-page .pager.pagenav {
  16040. float: none;
  16041. clear: both
  16042. }
  16043.  
  16044. .alert {
  16045. padding: 30px 60px;
  16046. margin-bottom: 24px;
  16047. font-size: 14px;
  16048. text-shadow: none;
  16049. background-color: #9cc902;
  16050. border: 0
  16051. }
  16052.  
  16053. .alert p {
  16054. margin: 0
  16055. }
  16056.  
  16057. .alert, .alert h4 {
  16058. color: #fff
  16059. }
  16060.  
  16061. #system-message>.alert-warning, #system-message>.alert-danger, #system-message>.alert-error {
  16062. padding-left: 90px;
  16063. background-color: #e10000;
  16064. background-image: url(/templates/joostrapbase-v3-4/images/alert-error-icon.png);
  16065. background-repeat: no-repeat;
  16066. background-position: 15px 15px;
  16067. border-color: #e10000;
  16068. color: #fff
  16069. }
  16070.  
  16071. #system-message>.alert-info, #system-message>.alert-notice {
  16072. padding-left: 90px;
  16073. background-color: #0293c9;
  16074. background-image: url(/templates/joostrapbase-v3-4/images/alert-notice-icon.png);
  16075. background-repeat: no-repeat;
  16076. background-position: 15px 15px
  16077. }
  16078.  
  16079. #system-message>.alert-success, #system-message>.alert-message {
  16080. padding-left: 90px;
  16081. background-image: url(/templates/joostrapbase-v3-4/images/alert-message-icon.png);
  16082. background-repeat: no-repeat;
  16083. background-position: 15px 15px
  16084. }
  16085.  
  16086. .alert .close {
  16087. right: -40px;
  16088. font-size: 28px
  16089. }
  16090.  
  16091. .article-index ul li a.active {
  16092. color: #333;
  16093. background: #f4f4f4
  16094. }
  16095.  
  16096. .article-index {
  16097. padding-left: 20px
  16098. }
  16099.  
  16100. body.rtl .article-index {
  16101. padding-left: 0;
  16102. padding-right: 20px
  16103. }
  16104.  
  16105. .pane-sliders {
  16106. margin: 48px 0
  16107. }
  16108.  
  16109. .pane-sliders .panel h3.title {
  16110. margin: 0;
  16111. padding: 6px 20px;
  16112. height: 40px;
  16113. cursor: pointer;
  16114. line-height: 40px;
  16115. font-size: 14px;
  16116. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
  16117. }
  16118.  
  16119. .pane-sliders .panel h3.title a {
  16120. display: block
  16121. }
  16122.  
  16123. .pane-sliders .panel h3.title.pane-toggler, .pane-sliders .panel h3.title.pane-toggler-down {
  16124. border-top: 1px solid #f0f0f0;
  16125. border-left: 1px solid #eaeaea;
  16126. border-right: 1px solid #eaeaea;
  16127. border-bottom: 1px solid #d5d5d5;
  16128. margin: 0;
  16129. background-color: #f5f5f5;
  16130. background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  16131. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
  16132. background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  16133. background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  16134. background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  16135. background-image: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  16136. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0)
  16137. }
  16138.  
  16139. .pane-sliders .panel h3.title a {
  16140. background-image: url(/templates/joostrapbase-v3-4/images/pagebreak-accordion.png);
  16141. background-repeat: no-repeat;
  16142. background-position: 100% 100%
  16143. }
  16144.  
  16145. .pane-sliders .panel h3.title.pane-toggler-down a {
  16146. background-position: 100% 0
  16147. }
  16148.  
  16149. .pane-sliders .panel .pane-slider.content {
  16150. margin-bottom: 6px
  16151. }
  16152.  
  16153. .pane-sliders .panel .pane-slider.content>* {
  16154. padding-left: 10px;
  16155. padding-right: 10px;
  16156. margin-top: 30px
  16157. }
  16158.  
  16159. dl.tabs {
  16160. display: block;
  16161. float: none;
  16162. overflow: hidden;
  16163. padding: 0 10px;
  16164. margin: 0;
  16165. border-top: 1px solid #f0f0f0;
  16166. border-left: 1px solid #eaeaea;
  16167. border-right: 1px solid #eaeaea;
  16168. background-color: #f5f5f5;
  16169. background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  16170. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
  16171. background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  16172. background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  16173. background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  16174. background-image: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  16175. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  16176. -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  16177. box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15)
  16178. }
  16179.  
  16180. dl.tabs dt.tabs span h3 a {
  16181. line-height: 24px;
  16182. color: #565656;
  16183. display: block;
  16184. font-size: 12px;
  16185. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
  16186. }
  16187.  
  16188. dl.tabs dt.tabs span h3 a:hover {
  16189. color: #000
  16190. }
  16191.  
  16192. dl.tabs dt.tabs {
  16193. display: block;
  16194. margin: 0;
  16195. float: left;
  16196. padding-left: 15px;
  16197. padding-right: 15px
  16198. }
  16199.  
  16200. dl.tabs dt.tabs.open {
  16201. background: #fff;
  16202. border-left: 1px solid #e2e2e2;
  16203. border-right: 1px solid #e2e2e2;
  16204. border-bottom: 1px solid #fff
  16205. }
  16206.  
  16207. .current dd.tabs {
  16208. margin-top: 30px;
  16209. color: #565656
  16210. }
  16211.  
  16212. .element-invisible {
  16213. display: none
  16214. }
  16215.  
  16216. .well {
  16217. background: none;
  16218. border: 0;
  16219. -webkit-box-shadow: none;
  16220. box-shadow: none
  16221. }
  16222.  
  16223. .list-striped, .row-striped {
  16224. list-style: none;
  16225. line-height: 12px;
  16226. text-align: left;
  16227. vertical-align: middle;
  16228. border-top: 1px solid #eee;
  16229. margin-left: 0
  16230. }
  16231.  
  16232. .list-striped li, .list-striped dd, .row-striped .row, .row-striped .row {
  16233. border-bottom: 1px solid #eee;
  16234. padding: 8px
  16235. }
  16236.  
  16237. .list-striped li p {
  16238. margin: 0
  16239. }
  16240.  
  16241. .content_rating {
  16242. font-size: 11px;
  16243. color: #858585
  16244. }
  16245.  
  16246. .content_rating p {
  16247. margin-bottom: 0
  16248. }
  16249.  
  16250. span.highlight-muted, span.highlight-warning, span.highlight-info, span.highlight-success {
  16251. padding: 3px 6px;
  16252. margin: 0 3px;
  16253. color: #fff
  16254. }
  16255.  
  16256. span.highlight-muted {
  16257. background-color: #aaa
  16258. }
  16259.  
  16260. span.highlight-warning {
  16261. background-color: #e10000
  16262. }
  16263.  
  16264. span.highlight-info {
  16265. background-color: #0293c9
  16266. }
  16267.  
  16268. span.highlight-success {
  16269. background-color: #9cc902
  16270. }
  16271.  
  16272. blockquote, blockquote p {
  16273. font-style: italic;
  16274. font-size: 16px;
  16275. line-height: 30px
  16276. }
  16277.  
  16278. p span.dropcap {
  16279. font-family: "Times New Roman", Georgia, serif;
  16280. font-size: 72px;
  16281. padding: 15px 10px 20px 0;
  16282. float: left;
  16283. color: #444
  16284. }
  16285.  
  16286. .modulepositions .exampleposition .col-md-2, .modulepositions .exampleposition .col-md-3, .modulepositions .exampleposition .col-md-8, .modulepositions .exampleposition .col-md-9, .modulepositions .exampleposition .col-md-10, .modulepositions .exampleposition .col-md-12 {
  16287. margin-bottom: 20px;
  16288. padding: 12px;
  16289. text-align: center;
  16290. background-color: #ccc;
  16291. border: 1px solid #e2e2e2;
  16292. color: #222
  16293. }
  16294.  
  16295. .modulepositions .exampleposition .col-md-2:hover, .modulepositions .exampleposition .col-md-3:hover, .modulepositions .exampleposition .col-md-8:hover, .modulepositions .exampleposition .col-md-9:hover, .modulepositions .exampleposition .col-md-10:hover, .modulepositions .exampleposition .col-md-12:hover, div.modulepositions div.row div.col-md-3.sidebar:hover {
  16296. background-color: #000;
  16297. color: #fff
  16298. }
  16299.  
  16300. div.modulepositions div.row div.col-md-3.sidebar {
  16301. height: 360px;
  16302. margin-bottom: 20px;
  16303. padding: 12px;
  16304. padding-top: 0;
  16305. text-align: center;
  16306. background-color: #ccc;
  16307. border: 1px solid #e2e2e2;
  16308. color: #222
  16309. }
  16310.  
  16311. .modulepositions .exampleposition .col-md-3.sidebar p {
  16312. line-height: 335px;
  16313. margin: 0
  16314. }
  16315.  
  16316. .modulepositions .exampleposition .component {
  16317. height: 220px;
  16318. line-height: 200px;
  16319. padding: 0
  16320. }
  16321.  
  16322. .modulepositions .exampleposition .disabled {
  16323. background-color: #e8e8e8;
  16324. color: #999
  16325. }
  16326.  
  16327. .modulepositions .exampleposition .logotype {
  16328. min-height: 70px;
  16329. line-height: 70px
  16330. }
  16331.  
  16332. body {
  16333. font-size: 14px;
  16334. line-height: 24px;
  16335. color: gray;
  16336. background-color: #fff;
  16337. z-index: 0
  16338. }
  16339.  
  16340. a {
  16341. text-decoration: none;
  16342. outline: none !important
  16343. }
  16344.  
  16345. a:hover, a:focus, a:active {
  16346. color: #000;
  16347. text-decoration: none
  16348. }
  16349.  
  16350. p {
  16351. margin: 12px 0
  16352. }
  16353.  
  16354. h1, h2, h3, h4, h5, h6 {
  16355. color: #1f1f1f;
  16356. margin: 10px 0;
  16357. letter-spacing: 0;
  16358. font-weight: 300
  16359. }
  16360.  
  16361. h1 {
  16362. font-size: 45px;
  16363. line-height: 60px
  16364. }
  16365.  
  16366. h2 {
  16367. font-size: 35px;
  16368. line-height: 45px
  16369. }
  16370.  
  16371. h3 {
  16372. font-size: 25px;
  16373. line-height: 35px
  16374. }
  16375.  
  16376. h4 {
  16377. font-size: 18px;
  16378. line-height: 25px
  16379. }
  16380.  
  16381. h5 {
  16382. font-size: 15px;
  16383. line-height: 24px
  16384. }
  16385.  
  16386. h6 {
  16387. font-size: 12px;
  16388. line-height: 18px
  16389. }
  16390.  
  16391. h1 a, h2 a, h3 a {
  16392. color: #000
  16393. }
  16394.  
  16395. h4, h5, h6 {
  16396. text-transform: uppercase
  16397. }
  16398.  
  16399. div#bottom2 div div div.headline h4 {
  16400. color: #fff
  16401. }
  16402.  
  16403. .page-header {
  16404. padding-top: 0;
  16405. padding-bottom: 10px;
  16406. margin-top: 0;
  16407. margin-bottom: 18px;
  16408. border-bottom: 1px solid #eee
  16409. }
  16410.  
  16411. small, .small {
  16412. font-size: 11px
  16413. }
  16414.  
  16415. ul, ol {
  16416. padding: 0;
  16417. margin: 0 0 12px 10px
  16418. }
  16419.  
  16420. li {
  16421. line-height: 24px
  16422. }
  16423.  
  16424. pre, code {
  16425. font-size: 12px
  16426. }
  16427.  
  16428. pre {
  16429. color: #666;
  16430. border: 0;
  16431. border-top: 1px solid #eaeaea;
  16432. padding: 24px 30px;
  16433. background: #f5f5f5
  16434. }
  16435.  
  16436. .container {
  16437. background: transparent;
  16438. margin: 0 auto;
  16439. padding: 15px 20px
  16440. }
  16441.  
  16442. #header .container {
  16443. padding: 0 20px
  16444. }
  16445.  
  16446. #header .logo h1 {
  16447. padding: 0;
  16448. margin: 0;
  16449. text-transform: none
  16450. }
  16451.  
  16452. #header .logo h1 a {
  16453. color: #222
  16454. }
  16455.  
  16456. #header .logo h1 span {
  16457. padding-left: 10px;
  16458. font-size: 11px;
  16459. color: #999;
  16460. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
  16461. }
  16462.  
  16463. #header .navbar-btn {
  16464. display: none
  16465. }
  16466.  
  16467. #header #top-toolbar {
  16468. padding: 12px 15px 0
  16469. }
  16470.  
  16471. #menu .container {
  16472. padding: 0;
  16473. border-top: 1px solid #f2f2f2;
  16474. border-bottom: 1px solid #f2f2f2
  16475. }
  16476.  
  16477. #menu .navbar-collapse {
  16478. float: left;
  16479. z-index: 9999
  16480. }
  16481.  
  16482. #user-toolbar {
  16483. float: right;
  16484. line-height: 60px;
  16485. padding: 6px 0;
  16486. margin-right: 10px
  16487. }
  16488.  
  16489. #user-toolbar ul {
  16490. padding: 0;
  16491. margin: 0;
  16492. list-style-type: none;
  16493. display: block;
  16494. overflow: hidden
  16495. }
  16496.  
  16497. #user-toolbar ul li {
  16498. display: block;
  16499. float: left;
  16500. padding: 0 10px;
  16501. border-left: 0 solid #f0f0f0
  16502. }
  16503.  
  16504. #user-toolbar ul li:first-child {
  16505. border: 0
  16506. }
  16507.  
  16508. #user-toolbar ul li a {
  16509. font-size: 13px;
  16510. font-weight: 300;
  16511. text-transform: uppercase;
  16512. color: #aaa
  16513. }
  16514.  
  16515. #user-toolbar ul li a:hover {
  16516. color: #000;
  16517. text-decoration: underline
  16518. }
  16519.  
  16520. #slider {
  16521. max-width: 100%;
  16522. position: relative
  16523. }
  16524.  
  16525. .joostrapslider-container {}
  16526.  
  16527. #mainbody .container {
  16528. word-wrap: break-word;
  16529. padding-bottom: 20px
  16530. }
  16531.  
  16532. #content-area {
  16533. padding: 15px 0
  16534. }
  16535.  
  16536. .sidebar-left .module, .sidebar-right .module {
  16537. margin-bottom: 30px
  16538. }
  16539.  
  16540. .sidebar-right {
  16541. padding-left: 20px
  16542. }
  16543.  
  16544. .sidebar-left {
  16545. padding-right: 20px
  16546. }
  16547.  
  16548. #bottombar .container {
  16549. padding: 0
  16550. }
  16551.  
  16552. #bottom2 {
  16553. padding-top: 12px;
  16554. font-size: 11px;
  16555. color: #c7c7c7
  16556. }
  16557.  
  16558. #bottom2 a {
  16559. color: #fff
  16560. }
  16561.  
  16562. #bottom2 a:hover {
  16563. color: #fff
  16564. }
  16565.  
  16566. #bottom2 h2 {
  16567. margin-top: 0;
  16568. color: #c7c7c7;
  16569. font-size: 24px
  16570. }
  16571.  
  16572. #bottom2 {
  16573. background: #383838
  16574. }
  16575.  
  16576. #bottom2 .module-title {
  16577. border: 0
  16578. }
  16579.  
  16580. #bottom2 .module-title h3 {
  16581. font-size: 14px;
  16582. font-weight: 400;
  16583. text-transform: uppercase;
  16584. color: #fff
  16585. }
  16586.  
  16587. #bottom2 .module ul.menu>li {
  16588. line-height: 24px;
  16589. color: #676767;
  16590. border: 0
  16591. }
  16592.  
  16593. #bottom2 .module ul.menu>li a {
  16594. padding-left: 0;
  16595. color: #c7c7c7;
  16596. font-size: 11px
  16597. }
  16598.  
  16599. #bottom2 .module ul.menu>li a:hover, #bottom2 .module ul.menu>li a:focus, #bottom2 .module ul.menu>li a:active, #bottom2 .module ul.menu>li.active>a {
  16600. background: transparent;
  16601. color: #fff;
  16602. text-decoration: none;
  16603. padding-left: 0
  16604. }
  16605.  
  16606. #bottom2 .module ul.menu ul li a:hover, #bottom2 .module ul.menu ul li a:focus, #bottom2 .module ul.menu ul li a:active, #bottom2 .module ul.menu ul li.active>a {
  16607. background: none;
  16608. padding-left: 0
  16609. }
  16610.  
  16611. #footer, #footer .container {
  16612. background-color: #272727;
  16613. font-size: 11px;
  16614. color: #b4b4b4;
  16615. overflow: hidden
  16616. }
  16617.  
  16618. #footer a {
  16619. color: #fff
  16620. }
  16621.  
  16622. #footer a:hover {
  16623. text-decoration: underline
  16624. }
  16625.  
  16626. #footer .copyrights {
  16627. padding-right: 6px;
  16628. font-size: 11px
  16629. }
  16630.  
  16631. #footer p {
  16632. padding: 0;
  16633. margin: 0
  16634. }
  16635.  
  16636. #footer ul.nav li {
  16637. float: left;
  16638. padding: 0 10px;
  16639. margin: 6px 0;
  16640. line-height: 30px;
  16641. font-size: 11px;
  16642. border-left: 1px solid #1a1a1a
  16643. }
  16644.  
  16645. #footer ul.nav li:first-child {
  16646. border-left: 0;
  16647. padding-left: 0
  16648. }
  16649.  
  16650. #footer ul.nav li a {
  16651. color: #707070
  16652. }
  16653.  
  16654. #footer ul.nav li a:hover {
  16655. background: none;
  16656. color: #fff
  16657. }
  16658.  
  16659. a#totop {
  16660. display: none;
  16661. position: fixed;
  16662. right: 20px;
  16663. bottom: 20px;
  16664. width: 50px;
  16665. height: 50px;
  16666. z-index: 9999;
  16667. background-color: #dcdcdc;
  16668. background-color: rgba(0, 0, 0, 0.5);
  16669. background-image: url(/templates/joostrapbase-v3-4/images/to-top-arrow.png);
  16670. background-repeat: no-repeat;
  16671. background-position: 50% 50%;
  16672. -webkit-transition: background 200ms ease-in-out;
  16673. -moz-transition: background 200ms ease-in-out;
  16674. -ms-transition: background 200ms ease-in-out;
  16675. -o-transition: background 200ms ease-in-out;
  16676. transition: background 200ms ease-in-out
  16677. }
  16678.  
  16679. a#totop:hover {
  16680. background-color: #323232;
  16681. background-color: rgba(0, 0, 0, 0.75)
  16682. }
  16683.  
  16684. .modal {
  16685. position: relative;
  16686. top: 0;
  16687. left: 0;
  16688. z-index: 0;
  16689. max-width: 100%;
  16690. margin-left: 0;
  16691. background-color: #FFF;
  16692. border: 0;
  16693. border: 0;
  16694. -webkit-border-radius: 0;
  16695. -moz-border-radius: 0;
  16696. border-radius: 0;
  16697. outline: 0;
  16698. -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  16699. -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  16700. box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  16701. -webkit-background-clip: padding-box;
  16702. -moz-background-clip: padding-box;
  16703. background-clip: padding-box
  16704. }
  16705.  
  16706. .navbar-collapse {
  16707. padding-right: 0;
  16708. padding-left: 0
  16709. }
  16710.  
  16711. .collapse {
  16712. overflow: hidden;
  16713. -webkit-transition: height .35s ease;
  16714. -moz-transition: height .35s ease;
  16715. -o-transition: height .35s ease;
  16716. transition: height .35s ease
  16717. }
  16718.  
  16719. img {
  16720. height: auto;
  16721. max-width: 100%;
  16722. vertical-align: middle
  16723. }
  16724.  
  16725. .form-horizontal .control-label {
  16726. text-align: inherit
  16727. }
  16728.  
  16729. div.module.first {
  16730. margin-left: 0
  16731. }
  16732.  
  16733. div.module {
  16734. margin-top: 5px
  16735. }
  16736.  
  16737. div#sbox-window.shadow {
  16738. width: 820px !important;
  16739. height: 520px !important
  16740. }
  16741.  
  16742. .well {
  16743. background-color: #f5f5f5;
  16744. padding: 10px
  16745. }
  16746.  
  16747. div#jform_catid_chzn.chzn-container, div#jform_catid_chzn.chzn-container div.chzn-drop, div#jform_state_chzn.chzn-container, div#jform_state_chzn.chzn-container div.chzn-drop, div#jform_featured_chzn.chzn-container, div#jform_featured_chzn.chzn-container div.chzn- drop, div#jform_access_chzn.chzn-container, div#jform_access_chzn.chzn-container div.chzn-drop, div#jform_metadata_tags_chzn.chzn-container, div#jform_metadata_tags_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn- container, div#jform_language_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn-container, div#jform_tags_chzn.chzn-container {
  16748. width: 280px !important
  16749. }
  16750.  
  16751. div#jform_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  16752. padding: 0
  16753. }
  16754.  
  16755. ul.manager.thumbnails li.imgOutline.thumbnail {
  16756. display: inline-block !important
  16757. }
  16758.  
  16759. a.btn.modal_jform_contenthistory {
  16760. margin-top: 0 !important
  16761. }
  16762.  
  16763. a.modal-button.btn, div.btn-toolbar a.btn, form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary, form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip, body.contentpane button {
  16764. display: inline-block;
  16765. padding: 6px 12px;
  16766. margin-bottom: 10px;
  16767. font-size: 14px;
  16768. font-weight: 400;
  16769. line-height: 1.428571429;
  16770. text-align: center;
  16771. white-space: nowrap;
  16772. vertical-align: middle;
  16773. cursor: pointer;
  16774. border: 1px solid rgba(0, 0, 0, 0);
  16775. border-radius: 4px;
  16776. -webkit-user-select: none;
  16777. -moz-user-select: none;
  16778. -ms-user-select: none;
  16779. -o-user-select: none;
  16780. color: #FFF;
  16781. background-color: #1085DE;
  16782. border-color: #1085DE
  16783. }
  16784.  
  16785. form#imageForm.form-vertical div.well div.row div div.control-label label.control-label, form#imageForm.form-vertical div.well div.row div div.control-label label, form#imageForm.form-vertical div.well div.row div div.controls p.help-block, form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label, form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block, body.contentpane form table tbody tr td.key {
  16786. font-family: Tahoma, Verdana, sans-serif !important
  16787. }
  16788.  
  16789. div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  16790. width: 280px !important;
  16791. padding: 0 !important
  16792. }
  16793.  
  16794. iframe html body.contentpane form#adminForm.form-inline {
  16795. background-color: #F90
  16796. }
  16797.  
  16798. div#editor-xtd-buttons.btn-toolbar.pull-left {
  16799. margin-top: 10px
  16800. }
  16801.  
  16802. a.modal-button.btn, div.btn-toolbar a.btn, form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary, form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip, body.contentpane button {
  16803. display: inline-block;
  16804. padding: 6px 12px;
  16805. margin-bottom: 10px;
  16806. margin-top: 10px;
  16807. font-size: 14px;
  16808. font-weight: 400;
  16809. line-height: 1.428571429;
  16810. text-align: center;
  16811. white-space: nowrap;
  16812. vertical-align: middle;
  16813. cursor: pointer;
  16814. border: 1px solid rgba(0, 0, 0, 0);
  16815. border-radius: 4px;
  16816. -webkit-user-select: none;
  16817. -moz-user-select: none;
  16818. -ms-user-select: none;
  16819. -o-user-select: none;
  16820. color: #FFF;
  16821. background-color: #1085DE;
  16822. border-color: #1085DE
  16823. }
  16824.  
  16825. form#imageForm.form-vertical div.well div.row div.pull-right button.btn, button#upload-submit.btn {
  16826. display: inline-block;
  16827. padding: 6px 12px;
  16828. margin-bottom: 10px;
  16829. margin-top: 10px;
  16830. font-size: 14px;
  16831. font-weight: 400;
  16832. line-height: 1.428571429;
  16833. text-align: center;
  16834. white-space: nowrap;
  16835. vertical-align: middle;
  16836. cursor: pointer;
  16837. border: 1px solid rgba(0, 0, 0, 0);
  16838. border-radius: 4px;
  16839. -webkit-user-select: none;
  16840. -moz-user-select: none;
  16841. -ms-user-select: none;
  16842. -o-user-select: none;
  16843. color: #000;
  16844. background-color: #fff;
  16845. border-color: #1085DE
  16846. }
  16847.  
  16848. form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
  16849. clear: both
  16850. }
  16851.  
  16852. form#adminForm.form-inline table.table thead tr th.title, form#adminForm.form-inline table.table thead tr th.center a.hasTip {
  16853. float: left
  16854. }
  16855.  
  16856. form#adminForm.form-inline table.table thead tr th.center {
  16857. width: 10% !important
  16858. }
  16859.  
  16860. form#adminForm.form-inline fieldset.filter div.filters, form#adminForm.form-inline fieldset.filter hr.hr-condensed {
  16861. clear: both;
  16862. margin: 10px 0
  16863. }
  16864.  
  16865. ul.manager.thumbnails li.imgOutline {
  16866. float: left;
  16867. padding: 10px
  16868. }
  16869.  
  16870. body.contentpane form table tbody tr td.key {
  16871. text-align: left
  16872. }
  16873.  
  16874. #menu .nav.menu.navbar-nav ul.collapse {
  16875. z-index: 9999
  16876. }
  16877.  
  16878. div.module {
  16879. margin-top: 0
  16880. }
  16881.  
  16882. .pagination ul {
  16883. list-style-type: none
  16884. }
  16885.  
  16886. ul.pagination-list {
  16887. list-style-type: none
  16888. }
  16889.  
  16890. .pagination ul>li {
  16891. float: left;
  16892. padding: 0 10px
  16893. }
  16894.  
  16895. .pagination ul>li.disabled a {
  16896. font-size: 20px
  16897. }
  16898.  
  16899. .pagination p.counter {
  16900. margin: 0
  16901. }
  16902.  
  16903. .navbar-brand {
  16904. height: auto
  16905. }
  16906.  
  16907. #header .navbar-btn {
  16908. margin-top: 25px
  16909. }
  16910.  
  16911. div.item-page div.joostrap.btn-group.pull-right {
  16912. display: block !important
  16913. }
  16914.  
  16915. div.joostrap.btn-group {
  16916. display: inline !important
  16917. }
  16918.  
  16919. .embed-container {
  16920. position: relative;
  16921. padding-bottom: 56.25%;
  16922. padding-top: 30px;
  16923. height: 0;
  16924. overflow: hidden
  16925. }
  16926.  
  16927. .embed-container iframe, .embed-container object, .embed-container embed {
  16928. position: absolute;
  16929. top: 0;
  16930. left: 0;
  16931. width: 100%;
  16932. height: 100%
  16933. }
  16934.  
  16935. i.icon-calendar:before {
  16936. content: "\1f4c5";
  16937. display: inline-block;
  16938. font-family: 'Glyphicons Halflings';
  16939. font-style: normal;
  16940. font-weight: 400;
  16941. line-height: 1;
  16942. position: relative;
  16943. top: 1px
  16944. }
  16945.  
  16946. div.contact-form-field label, div.message-label label {
  16947. display: inline !important
  16948. }
  16949.  
  16950. span.itemEditLink a.modal, div.itemEditLink a.modal {
  16951. display: inline
  16952. }
  16953.  
  16954. div#sbox-window iframe {
  16955. width: 100%;
  16956. height: 100%
  16957. }
  16958.  
  16959. .go-top {
  16960. position: fixed;
  16961. bottom: 2em;
  16962. right: 2em;
  16963. text-decoration: none;
  16964. color: #fff;
  16965. background-color: rgba(0, 0, 0, 0.3);
  16966. font-size: 12px;
  16967. padding: 1em;
  16968. display: none;
  16969. z-index: 9999
  16970. }
  16971.  
  16972. .go-top:hover {
  16973. background-color: rgba(0, 0, 0, 0.4)
  16974. }
  16975.  
  16976. a.go-top {
  16977. color: #fff
  16978. }
  16979.  
  16980. a.go-top:hover {
  16981. color: #444;
  16982. text-decoration: none
  16983. }
  16984.  
  16985. #content-area>div>div.btn-group.pull-right {
  16986. display: block !important;
  16987. background-color: #E8E8E8
  16988. }
  16989.  
  16990. html, body, #sb-site, .sb-slidebar {
  16991. margin: 0;
  16992. padding: 0;
  16993. -webkit-box-sizing: border-box;
  16994. -moz-box-sizing: border-box;
  16995. box-sizing: border-box
  16996. }
  16997.  
  16998. html, body {
  16999. width: 100%;
  17000. overflow-x: hidden
  17001. }
  17002.  
  17003. html {
  17004. height: 100%
  17005. }
  17006.  
  17007. body {
  17008. min-height: 100%
  17009. }
  17010.  
  17011. #sb-site {
  17012. width: 100%;
  17013. min-height: 100%;
  17014. position: relative;
  17015. z-index: 1;
  17016. background-color: #fff
  17017. }
  17018.  
  17019. .sb-slidebar {
  17020. width: 35%;
  17021. height: 100%;
  17022. overflow-y: auto;
  17023. position: fixed;
  17024. top: 0;
  17025. z-index: 0;
  17026. visibility: hidden;
  17027. background-color: #f3f3f3
  17028. }
  17029.  
  17030. html.sb-android .sb-slidebar {
  17031. height: auto;
  17032. position: absolute
  17033. }
  17034.  
  17035. .sb-left {
  17036. left: 0
  17037. }
  17038.  
  17039. .sb-right {
  17040. right: 0
  17041. }
  17042.  
  17043. html.sb-active-left .sb-left {
  17044. visibility: visible
  17045. }
  17046.  
  17047. html.sb-active-right .sb-right {
  17048. visibility: visible
  17049. }
  17050. }
  17051.  
  17052. @media(max-width:480px) {
  17053. .sb-slidebar {
  17054. width: 80%
  17055. }
  17056. }
  17057.  
  17058. @media(min-width:481px) and (max-width:991px) {
  17059. .sb-slidebar {
  17060. width: 50%
  17061. }
  17062. }
  17063.  
  17064. @media(min-width:992px) {
  17065. .sb-slidebar {
  17066. width: 35%
  17067. }
  17068. }
  17069.  
  17070. @media(min-width:1200px) {
  17071. .sb-slidebar {
  17072. width: 20%
  17073. }
  17074. }
  17075.  
  17076. @media screen {
  17077. html.sb-anim-type-translate .sb-slide, html.sb-anim-type-side .sb-slide {
  17078. -webkit-transition: -webkit-transform 400ms ease;
  17079. -moz-transition: -moz-transform 400ms ease;
  17080. -o-transition: -o-transform 400ms ease;
  17081. transition: transform 400ms ease;
  17082. -webkit-transition-property: -webkit-transform, left;
  17083. -webkit-backface-visibility: hidden
  17084. }
  17085.  
  17086. div.sb-slidebar.sb-left h2 {
  17087. color: #444;
  17088. text-align: center
  17089. }
  17090.  
  17091. div.mob-menu, div.mob-menu-above, div.mob-menu-below {
  17092. padding-left: 10px
  17093. }
  17094. }
  17095.  
  17096. @media screen and (max-width:767px) {
  17097. .deeper .dropdown-menu {
  17098. display: block !important;
  17099. margin: 0;
  17100. padding: 0;
  17101. height: auto !important;
  17102. float: none;
  17103. width: 100%;
  17104. left: auto;
  17105. top: auto;
  17106. position: relative !important
  17107. }
  17108. }
  17109.  
  17110. @media screen {
  17111. div.navbar-collapse ul.nav li ul.nav-child li a.dropdown-toggle span.caret {}
  17112. }
  17113.  
  17114. @media screen and (min-width:767px) {
  17115. div.navbar-collapse ul.nav li {
  17116. display: block !important
  17117. }
  17118.  
  17119. .dropdown-menu .sub-menu {
  17120. left: 100%;
  17121. position: absolute;
  17122. top: 0;
  17123. visibility: hidden;
  17124. margin-top: -1px
  17125. }
  17126.  
  17127. .dropdown-menu li:hover .sub-menu {
  17128. visibility: visible
  17129. }
  17130.  
  17131. ul li.dropdown-submenu:hover ul.dropdown-menu {
  17132. display: block !important;
  17133. position: absolute;
  17134. top: 0;
  17135. left: 150px
  17136. }
  17137.  
  17138. .dropdown:hover .dropdown-menu {
  17139. display: block
  17140. }
  17141.  
  17142. .dropdown-menu li:hover ul {
  17143. visibility: none
  17144. }
  17145.  
  17146. .dropdown:hover .dropdown-menu ul {
  17147. display: none
  17148. }
  17149.  
  17150. .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  17151. margin-top: 0
  17152. }
  17153.  
  17154. .navbar .sub-menu:before {
  17155. border-bottom: 7px solid transparent;
  17156. border-left: none;
  17157. border-right: 7px solid rgba(0, 0, 0, 0.2);
  17158. border-top: 7px solid transparent;
  17159. left: -7px;
  17160. top: 10px
  17161. }
  17162.  
  17163. .navbar .sub-menu:after {
  17164. border-top: 6px solid transparent;
  17165. border-left: none;
  17166. border-right: 6px solid #fff;
  17167. border-bottom: 6px solid transparent;
  17168. left: 10px;
  17169. top: 11px;
  17170. left: -6px
  17171. }
  17172. }
  17173.  
  17174. @media screen {
  17175. .dropdown-menu .sub-menu {
  17176. left: 100%;
  17177. position: absolute;
  17178. top: 0;
  17179. visibility: hidden;
  17180. margin-top: -1px
  17181. }
  17182.  
  17183. .dropdown-menu li:hover .sub-menu {
  17184. visibility: visible
  17185. }
  17186.  
  17187. .dropdown:hover .dropdown-menu {
  17188. display: block
  17189. }
  17190.  
  17191. .dropdown-menu li:hover ul {
  17192. visibility: none
  17193. }
  17194.  
  17195. .dropdown:hover .dropdown-menu ul {
  17196. display: none
  17197. }
  17198.  
  17199. .nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
  17200. margin-top: 0
  17201. }
  17202.  
  17203. .navbar .sub-menu:before {
  17204. border-bottom: 7px solid transparent;
  17205. border-left: none;
  17206. border-right: 7px solid rgba(0, 0, 0, 0.2);
  17207. border-top: 7px solid transparent;
  17208. left: -7px;
  17209. top: 10px
  17210. }
  17211.  
  17212. .navbar .sub-menu:after {
  17213. border-top: 6px solid transparent;
  17214. border-left: none;
  17215. border-right: 6px solid #fff;
  17216. border-bottom: 6px solid transparent;
  17217. left: 10px;
  17218. top: 11px;
  17219. left: -6px
  17220. }
  17221.  
  17222. .dropdown-submenu {
  17223. position: relative
  17224. }
  17225.  
  17226. .nav-justified>.dropdown>ul.nav-child.dropdown-menu {
  17227. margin-top: 0;
  17228. margin-left: 0;
  17229. top: auto;
  17230. left: 0;
  17231. width: 100%
  17232. }
  17233.  
  17234. .nav-justified>.dropdown .dropdown-menu {
  17235. top: 0;
  17236. left: 100%;
  17237. margin-top: -6px;
  17238. margin-left: -1px
  17239. }
  17240.  
  17241. .dropdown-submenu>.dropdown-menu {
  17242. top: 0;
  17243. left: 100%;
  17244. margin-top: -6px;
  17245. margin-left: -1px;
  17246. -webkit-border-radius: 0 6px 6px;
  17247. -moz-border-radius: 0 6px 6px;
  17248. border-radius: 0 6px 6px
  17249. }
  17250.  
  17251. .dropdown-submenu>a:after {
  17252. display: block;
  17253. content: " ";
  17254. float: right;
  17255. width: 0;
  17256. height: 0;
  17257. border-color: transparent;
  17258. border-style: solid;
  17259. border-width: 5px 0 5px 5px;
  17260. border-left-color: #ccc;
  17261. margin-top: 5px;
  17262. margin-right: -10px
  17263. }
  17264.  
  17265. .dropdown-submenu:hover>a:after {
  17266. border-left-color: #fff
  17267. }
  17268.  
  17269. .dropdown-submenu.pull-left {
  17270. float: none
  17271. }
  17272.  
  17273. .dropdown-submenu.pull-left>.dropdown-menu {
  17274. left: -100%;
  17275. margin-left: 10px;
  17276. -webkit-border-radius: 6px 0 6px 6px;
  17277. -moz-border-radius: 6px 0 6px 6px;
  17278. border-radius: 6px 0 6px 6px
  17279. }
  17280.  
  17281. ul li.dropdown-submenu:hover ul.dropdown-menu {
  17282. display: block !important
  17283. }
  17284.  
  17285. ul li.dropdown-submenu:hover ul ul.dropdown-menu {
  17286. display: none !important
  17287. }
  17288.  
  17289. ul li.dropdown-submenu ul li.dropdown-submenu:hover ul.dropdown-menu {
  17290. display: block !important
  17291. }
  17292.  
  17293. ul li.dropdown-submenu .caret {
  17294. margin-left: 5px;
  17295. vertical-align: middle;
  17296. border-top: 0;
  17297. border-right: 0;
  17298. border-bottom: 0;
  17299. border-left: 0
  17300. }
  17301.  
  17302. .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  17303. background-color: #16A085;
  17304. color: #FFF;
  17305. outline: 0 none;
  17306. text-decoration: none
  17307. }
  17308.  
  17309. .icons .pull-right>.dropdown-menu, #isotope-container .pull-right>.dropdown-menu {
  17310. min-width: 115px
  17311. }
  17312.  
  17313. .nav>li span.separator {
  17314. display: block;
  17315. padding: 15px;
  17316. line-height: 20px
  17317. }
  17318.  
  17319. .navbar-toggle .icon-bar {
  17320. background-color: #a9a9a9
  17321. }
  17322.  
  17323. #sidebar .mm-current .mm-list>li {
  17324. width: 100%
  17325. }
  17326. }
  17327.  
  17328. @media screen and (max-width:768px) {
  17329. .caret {
  17330. display: none
  17331. }
  17332. }
  17333.  
  17334. @media screen {
  17335. .navbar-nav>li a.fa:before {
  17336. margin-right: 5px
  17337. }
  17338.  
  17339. .icons>.btn-group ul.dropdown-menu>li.fa, .icons>.btn-group ul.dropdown-menu>li>a, .portfolio-item>.btn-group ul.dropdown-menu>li.fa, .portfolio-item>.btn-group ul.dropdown-menu>li>a {
  17340. display: inline-block;
  17341. width: 68px;
  17342. text-align: center;
  17343. padding: 3px 0
  17344. }
  17345.  
  17346. .icons>.btn-group ul.dropdown-menu>li:before, .portfolio-item>.btn-group ul.dropdown-menu>li:before {
  17347. display: inline;
  17348. padding-left: 10px
  17349. }
  17350.  
  17351. #mailto-window {
  17352. width: 95%;
  17353. padding-left: 5%
  17354. }
  17355.  
  17356. #mailto-window input {
  17357. width: 100%;
  17358. border-radius: 4px
  17359. }
  17360.  
  17361. .mailto-close>a, #pop-print.btn>a, #mailto-window button {
  17362. background-color: #fff;
  17363. border-color: #ccc;
  17364. display: inline-block;
  17365. padding: 6px 12px;
  17366. margin-bottom: 0;
  17367. font-size: 14px;
  17368. font-weight: 400;
  17369. line-height: 1.42857143;
  17370. text-align: center;
  17371. white-space: nowrap;
  17372. vertical-align: middle;
  17373. cursor: pointer;
  17374. -webkit-user-select: none;
  17375. -moz-user-select: none;
  17376. -ms-user-select: none;
  17377. user-select: none;
  17378. background-image: none;
  17379. border: 1px solid #ccc;
  17380. border-radius: 4px
  17381. }
  17382.  
  17383. .mailto-close>a:hover, #pop-print.btn>a:hover, #mailto-window button:hover {
  17384. background-color: #e6e6e6;
  17385. border-color: #adadad
  17386. }
  17387.  
  17388. div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set.clearfix.dropdown-menu {
  17389. position: relative;
  17390. top: 0;
  17391. left: 0;
  17392. z-index: 995;
  17393. display: block;
  17394. float: left;
  17395. width: 100%;
  17396. padding: 5px 0;
  17397. margin: 2px 0 0;
  17398. list-style: none;
  17399. font-size: 14px;
  17400. background-color: #FFF;
  17401. border: none;
  17402. border: none;
  17403. border-radius: 0;
  17404. -webkit-box-shadow: 0;
  17405. box-shadow: none;
  17406. background-clip: inherit
  17407. }
  17408.  
  17409. div.joostrap-portfolio div.portfolio-nav div.joostrap {
  17410. float: left !important;
  17411. margin-right: 10px;
  17412. margin-bottom: 20px
  17413. }
  17414.  
  17415. div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set li.btn {
  17416. margin-bottom: 5px
  17417. }
  17418.  
  17419. div.portfolio-nav div.joostrap a.btn {
  17420. display: none
  17421. }
  17422.  
  17423. div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set li.btn a:hover {
  17424. background-color: transparent
  17425. }
  17426.  
  17427. div.joostrap-portfolio div.portfolio-nav div.joostrap ul#filters.option-set li.btn a.selected {
  17428. color: #fff
  17429. }
  17430.  
  17431. .isotope {
  17432. display: block;
  17433. position: relative;
  17434. width: 100%;
  17435. height: 100%
  17436. }
  17437.  
  17438. .isotope-item {
  17439. z-index: 2
  17440. }
  17441.  
  17442. .isotope-hidden.isotope-item {
  17443. pointer-events: none;
  17444. z-index: 1
  17445. }
  17446.  
  17447. .isotope, .isotope .isotope-item {
  17448. -webkit-transition-duration: .8s;
  17449. -moz-transition-duration: .8s;
  17450. -ms-transition-duration: .8s;
  17451. -o-transition-duration: .8s;
  17452. transition-duration: .8s
  17453. }
  17454.  
  17455. .isotope {
  17456. -webkit-transition-property: height, width;
  17457. -moz-transition-property: height, width;
  17458. -ms-transition-property: height, width;
  17459. -o-transition-property: height, width;
  17460. transition-property: height, width
  17461. }
  17462.  
  17463. .isotope .isotope-item {
  17464. -webkit-transition-property: -webkit-transform, opacity;
  17465. -moz-transition-property: -moz-transform, opacity;
  17466. -ms-transition-property: -ms-transform, opacity;
  17467. -o-transition-property: -o-transform, opacity;
  17468. transition-property: transform, opacity
  17469. }
  17470.  
  17471. .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  17472. -webkit-transition-duration: 0;
  17473. -moz-transition-duration: 0;
  17474. -ms-transition-duration: 0;
  17475. -o-transition-duration: 0;
  17476. transition-duration: 0
  17477. }
  17478.  
  17479. .isotope.infinite-scrolling {
  17480. -webkit-transition: none;
  17481. -moz-transition: none;
  17482. -ms-transition: none;
  17483. -o-transition: none;
  17484. transition: none
  17485. }
  17486.  
  17487. .portfolio-element {
  17488. float: left;
  17489. overflow: hidden;
  17490. position: relative;
  17491. margin: 0;
  17492. display: block
  17493. }
  17494.  
  17495. .portfolio-element .portfolio-item {
  17496. margin: 10px;
  17497. padding: 2px;
  17498. display: block
  17499. }
  17500.  
  17501. #isotope-container .col-md-2, #isotope-container .col-md-4, #isotope-container .col-md-6 {
  17502. margin: 0;
  17503. padding: 0
  17504. }
  17505.  
  17506. #isotope-container .col-md-3 {}
  17507.  
  17508. #isotope-container .col-md-12 {
  17509. margin-left: 0
  17510. }
  17511.  
  17512. div#isotope-container.clearfix div.col-md-3 {
  17513. width: 24%
  17514. }
  17515.  
  17516. div#isotope-container.clearfix div.col-md-4 {
  17517. width: 33%
  17518. }
  17519.  
  17520. .portfolio-element {
  17521. float: left;
  17522. overflow: hidden;
  17523. position: relative;
  17524. margin: 0;
  17525. display: block
  17526. }
  17527.  
  17528. .portfolio-element .portfolio-item {
  17529. margin: 10px;
  17530. padding: 2px;
  17531. display: block
  17532. }
  17533.  
  17534. #isotope-container .col-md-2, #isotope-container .col-md-4, #isotope-container .col-md-6 {
  17535. margin: 0;
  17536. padding: 0
  17537. }
  17538.  
  17539. #isotope-container .col-md-3 {}
  17540.  
  17541. #isotope-container .col-md-12 {
  17542. margin-left: 0
  17543. }
  17544.  
  17545. div#isotope-container.clearfix div.col-md-3 {
  17546. width: 24%
  17547. }
  17548.  
  17549. div#isotope-container.clearfix div.col-md-4 {
  17550. width: 33%
  17551. }
  17552.  
  17553. .portfolio-nav .joostrap.btn-group a.btn {
  17554. border: 1px solid #eaeaea;
  17555. border-bottom: 1px solid #d8d8d8;
  17556. padding: 8px 15px;
  17557. text-align: left;
  17558. min-width: 150px;
  17559. background: #f5f5f5;
  17560. background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  17561. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
  17562. background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  17563. background: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  17564. background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
  17565. background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
  17566. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0)
  17567. }
  17568.  
  17569. .portfolio-nav .joostrap.btn-group.open a.btn, .portfolio-nav .joostrap.btn-group a.btn:hover {
  17570. border-bottom: 1px solid #c2c2c2
  17571. }
  17572.  
  17573. .portfolio-nav .joostrap.btn-group a.btn:focus, .portfolio-nav .joostrap.btn-group.open a.btn {
  17574. background: #f8f8f8
  17575. }
  17576.  
  17577. .portfolio-nav .joostrap.btn-group a span {
  17578. position: absolute;
  17579. right: 15px
  17580. }
  17581.  
  17582. .portfolio-nav ul.dropdown-menu {
  17583. padding: 0;
  17584. border: 1px solid #e2e2e2;
  17585. -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  17586. box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1)
  17587. }
  17588.  
  17589. .portfolio-nav ul.dropdown-menu li {
  17590. min-width: 180px
  17591. }
  17592.  
  17593. .portfolio-item .page-header {
  17594. border: 0;
  17595. margin: 0;
  17596. padding: 0
  17597. }
  17598.  
  17599. #isotope-container .col-md-2 .page-header, #isotope-container .col-md-3 .page-header, #isotope-container .col-md-4 .page-header, #isotope-container .col-md-6 .page-header {
  17600. border-bottom: 1px solid #eaeaea
  17601. }
  17602.  
  17603. .portfolio-item .page-header h3 {
  17604. margin-top: 0
  17605. }
  17606.  
  17607. .col-md-4 .portfolio-item .page-header h3, .col-md-3 .portfolio-item .page-header h3, .col-md-2 .portfolio-item .page-header h3 {
  17608. font-size: 18px
  17609. }
  17610.  
  17611. .portfolio-item .joostrap.btn-group a.btn {
  17612. vertical-align: middle;
  17613. border: 0;
  17614. margin: 0;
  17615. padding: 0;
  17616. opacity: .8
  17617. }
  17618.  
  17619. .portfolio-item .joostrap.btn-group a.btn:hover, .portfolio-item .joostrap.btn-group a.btn:focus {
  17620. opacity: 1;
  17621. background: none
  17622. }
  17623.  
  17624. .portfolio-item dl.article-info {
  17625. font-size: 11px;
  17626. display: block;
  17627. float: none
  17628. }
  17629.  
  17630. .portfolio-item dl.article-info dd {
  17631. float: left;
  17632. float: none
  17633. }
  17634.  
  17635. .portfolio-item .readmore {
  17636. display: block;
  17637. float: left
  17638. }
  17639.  
  17640. .search-module input.button {
  17641. vertical-align: middle
  17642. }
  17643. }
  17644.  
  17645. @media screen and (max-width:980px) {
  17646. div#isotope-container.clearfix div.col-md-4 {
  17647. width: 50%
  17648. }
  17649.  
  17650. div#isotope-container.clearfix div.col-md-3 {
  17651. width: 50%
  17652. }
  17653. }
  17654.  
  17655. @media screen and (max-width:768px) {
  17656. #isotope-container .col-md-2, #isotope-container .col-md-3, #isotope-container .col-md-4, #isotope-container .col-md-6 {
  17657. margin-left: 0 !important
  17658. }
  17659. }
  17660.  
  17661. @media screen and (max-width:480px) {
  17662. div#isotope-container.clearfix div.col-md-4, div#isotope-container.clearfix div.col-md-3 {
  17663. width: 100%
  17664. }
  17665. }
  17666.  
  17667. @media screen {
  17668. #content-area .items-row .item {
  17669. overflow-x: hidden;
  17670. max-width: 100%
  17671. }
  17672.  
  17673. .pagination {
  17674. width: 100%
  17675. }
  17676.  
  17677. div#jform_catid_chzn.chzn-container, div#jform_catid_chzn.chzn-container div.chzn-drop, div#jform_state_chzn.chzn-container, div#jform_state_chzn.chzn-container div.chzn-drop, div#jform_featured_chzn.chzn-container, div#jform_featured_chzn.chzn-container div.chzn- drop, div#jform_access_chzn.chzn-container, div#jform_access_chzn.chzn-container div.chzn-drop, div#jform_metadata_tags_chzn.chzn-container, div#jform_metadata_tags_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn- container, div#jform_language_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn-container, div#jform_tags_chzn.chzn-container {
  17678. width: 280px !important
  17679. }
  17680.  
  17681. div#jform_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
  17682. padding: 0
  17683. }
  17684.  
  17685. ul.manager.thumbnails li {
  17686. display: inline-block
  17687. }
  17688.  
  17689. a.modal-button.btn, div.btn-toolbar a.btn, form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary, form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip, body.contentpane button {
  17690. display: inline-block;
  17691. padding: 6px 12px;
  17692. margin-bottom: 10px;
  17693. font-size: 14px;
  17694. font-weight: 400;
  17695. line-height: 1.428571429;
  17696. text-align: center;
  17697. white-space: nowrap;
  17698. vertical-align: middle;
  17699. cursor: pointer;
  17700. border: 1px solid rgba(0, 0, 0, 0);
  17701. border-radius: 4px;
  17702. -webkit-user-select: none;
  17703. -moz-user-select: none;
  17704. -ms-user-select: none;
  17705. -o-user-select: none;
  17706. color: #FFF;
  17707. background-color: #1085DE;
  17708. border-color: #1085DE
  17709. }
  17710.  
  17711. div.edit.item-page {
  17712. margin-top: 30px
  17713. }
  17714.  
  17715. a.btn.modal_jform_contenthistory {
  17716. padding: 10px
  17717. }
  17718.  
  17719. a.btn.btn-primary.btn-sm {
  17720. margin-top: -3px
  17721. }
  17722.  
  17723. a.btn.dropdown-toggle {}
  17724.  
  17725. .modal {
  17726. position: fixed;
  17727. z-index: 1050
  17728. }
  17729.  
  17730. #slider div.module-content>div {
  17731. position: inherit !important
  17732. }
  17733.  
  17734. .revolution .fullwidthbanner-container {
  17735. width: 100% !important
  17736. }
  17737.  
  17738. a.go-top {
  17739. color: #FFF
  17740. }
  17741.  
  17742. .go-top {
  17743. position: fixed;
  17744. bottom: 2em;
  17745. right: 2em;
  17746. text-decoration: none;
  17747. color: #FFF;
  17748. background-color: rgba(0, 0, 0, 0.3);
  17749. font-size: 12px;
  17750. padding: 1em;
  17751. display: none;
  17752. z-index: 9999
  17753. }
  17754. }
  17755.  
  17756. @media screen and (max-width:980px) {
  17757. .container {
  17758. padding: 20px
  17759. }
  17760.  
  17761. #menu .nav.menu.navbar-nav>li {
  17762. border: 0;
  17763. background: none;
  17764. padding: 0;
  17765. border-top: 1px solid #ddd
  17766. }
  17767. }
  17768.  
  17769. @media screen {}
  17770.  
  17771. @font-face {
  17772. font-family: 'themix light';
  17773. src: url('https://static.roc-nijmegen.nl/fonts/themix-lp3lig-webfont.eot');
  17774. src: url('https://static.roc-nijmegen.nl/fonts/themix-lp3lig-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.roc-nijmegen.nl/fonts/themix-lp3lig-webfont.woff2') format('woff2'), url('https://static.roc-nijmegen.nl/fonts/themix-lp3lig-webfont.woff') format('woff'), url('https://static.roc-nijmegen.nl/fonts/themix-lp3lig-webfont.ttf') format('truetype'), url('https://static.roc-nijmegen.nl/fonts/themix-lp3lig-webfont.svg#themixlp7_bold') format('svg');
  17775. font-weight: normal;
  17776. font-style: normal
  17777. }
  17778.  
  17779. @font-face {
  17780. font-family: 'themix bold';
  17781. src: url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.eot');
  17782. src: url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.woff2') format('woff2'), url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.woff') format('woff'), url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.ttf') format('truetype'), url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.svg#themixlp7_bold') format('svg');
  17783. font-weight: normal;
  17784. font-style: normal
  17785. }
  17786.  
  17787. @font-face {
  17788. font-family: 'themix semibold';
  17789. src: url('https://static.roc-nijmegen.nl/fonts/themix-lp6sebld-webfont.eot');
  17790. src: url('https://static.roc-nijmegen.nl/fonts/themix-lp6sebld-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.roc-nijmegen.nl/fonts/themix-lp6sebld-webfont.woff2') format('woff2'), url('https://static.roc-nijmegen.nl/fonts/themix-lp6sebld-webfont.woff') format('woff'), url('https://static.roc-nijmegen.nl/fonts/themix-lp6sebld-webfont.ttf') format('truetype'), url('https://static.roc-nijmegen.nl/fonts/themix-lp6sebld-webfont.svg#themixlp6_semibold') format('svg');
  17791. font-weight: normal;
  17792. font-style: normal
  17793. }
  17794.  
  17795. @font-face {
  17796. font-family: 'thesans';
  17797. src: url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.eot');
  17798. src: url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.woff2') format('woff2'), url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.woff') format('woff'), url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.ttf') format('truetype'), url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.svg#thesanslp4_semilight') format('svg');
  17799. font-weight: normal;
  17800. font-style: normal
  17801. }
  17802.  
  17803. @media screen {
  17804. body {
  17805. font-family: "thesans", Arial, Verdana, sans serif;
  17806. font-size: 1.7em;
  17807. color: #333;
  17808. line-height: 1.7em
  17809. }
  17810.  
  17811. .navbar-brand {
  17812. margin: 15px 0 15px 0;
  17813. padding: 0
  17814. }
  17815.  
  17816. a {
  17817. color: #888;
  17818. text-decoration: underline
  17819. }
  17820.  
  17821. a:hover, a:focus {
  17822. color: #000;
  17823. text-decoration: underline
  17824. }
  17825.  
  17826. a:focus {
  17827. outline: thin dotted;
  17828. outline: 5px auto;
  17829. -webkit-focus-ring-color;
  17830. outline-offset: -2px
  17831. }
  17832.  
  17833. h1, h2, h3, h4, h5, h6 {
  17834. font-family: "themix bold", Arial, Verdana, Sans serif;
  17835. text-transform: none !important
  17836. }
  17837.  
  17838. h1 {
  17839. font-size: 2.4em;
  17840. line-height: 2.4em
  17841. }
  17842.  
  17843. h2 {
  17844. color: #F58220;
  17845. font-size: 1.7em;
  17846. line-height: 1.7em
  17847. }
  17848.  
  17849. h3 {
  17850. font-size: 1.3em;
  17851. line-height: 1.3em;
  17852. color: #222
  17853. }
  17854.  
  17855. h4 {
  17856. font-size: 1.1em;
  17857. line-height: 1.1em;
  17858. color: #999
  17859. }
  17860.  
  17861. h5 {
  17862. font-size: 1em;
  17863. line-height: 1em
  17864. }
  17865.  
  17866. h6 {
  17867. font-size: 1em;
  17868. line-height: 1em
  17869. }
  17870.  
  17871. #mainbody h2, #mainbody h3, #mainbody h4, #mainbody h5, #mainbody h6 {
  17872. margin-bottom: 0
  17873. }
  17874.  
  17875. #mainbody h2+p, #mainbody h3+p, #mainbody h4+p, #mainbody h5+p, #mainbody h6+p {
  17876. margin-top: 0
  17877. }
  17878.  
  17879. h1 span {
  17880. color: #fff;
  17881. background-color: #ED1C24;
  17882. padding: 0;
  17883. padding: 0.15em;
  17884. float: left;
  17885. margin-bottom: 0.3em;
  17886. hyphens: auto, lang="nl";
  17887. font-size: 1em;
  17888. line-height: 1em
  17889. }
  17890.  
  17891. h1 span:first-of-type {
  17892. padding-left: 0.3em
  17893. }
  17894.  
  17895. h1 span:last-of-type {
  17896. padding-right: 0.3em
  17897. }
  17898.  
  17899. .news-caption {}
  17900.  
  17901. .under-image.news-caption {
  17902. margin-top: -0.8em;
  17903. position: relative;
  17904. margin-left: 10px
  17905. }
  17906.  
  17907. .under-image .article-info {
  17908. margin-left: 10px
  17909. }
  17910.  
  17911. .article-info {
  17912. overflow: auto;
  17913. display: block
  17914. }
  17915.  
  17916. .arcering, .article-info dd {
  17917. display: inline-block;
  17918. padding: 0.1em 0.4em;
  17919. margin-bottom: 0.3em
  17920. }
  17921.  
  17922. .arcering-grijs, .article-info dd {
  17923. background-color: #9D9FA2;
  17924. color: #fff
  17925. }
  17926.  
  17927. .article-info dd a {
  17928. color: #ffffff !important
  17929. }
  17930.  
  17931. .article-info {
  17932. font-size: 0.7em
  17933. }
  17934.  
  17935. .flatlist {
  17936. margin: 0
  17937. }
  17938.  
  17939. .flatlist a {
  17940. text-decoration: none
  17941. }
  17942.  
  17943. .flatlist a:hover {
  17944. text-decoration: underline
  17945. }
  17946.  
  17947. .module ul {
  17948. list-style-type: none;
  17949. padding: 0;
  17950. margin: 0
  17951. }
  17952.  
  17953. dl.article-info dd {
  17954. display: block;
  17955. float: left;
  17956. clear: left
  17957. }
  17958.  
  17959. #bottom1 .article-info dd {
  17960. color: #9D9FA2;
  17961. background-color: white
  17962. }
  17963.  
  17964. #content-area ul {
  17965. list-style-position: outside;
  17966. margin-left: 1.2em
  17967. }
  17968.  
  17969. .parentid-131 h1 span {
  17970. background-color: #00aeef
  17971. }
  17972.  
  17973. .item-page .lead {
  17974. font-family: 'themix light';
  17975. font-size: 1.3em;
  17976. color: #ED1C24
  17977. }
  17978.  
  17979. .parentid-131 .lead {
  17980. color: #00AEEF
  17981. }
  17982.  
  17983. .parentid-131 h2, .parentid-131 #bottom2 h2 {
  17984. color: #472f91
  17985. }
  17986.  
  17987. .page-header {
  17988. padding-bottom: 0;
  17989. margin: 0;
  17990. border-bottom: none
  17991. }
  17992.  
  17993. #topmenu, #submenu {
  17994. font-family: 'themix semibold';
  17995. font-size: 0.9em
  17996. }
  17997.  
  17998. #topmenu a, #submenu a {
  17999. text-decoration: none
  18000. }
  18001.  
  18002. #topmenu>div.container {
  18003. padding-bottom: 0;
  18004. padding-top: 0
  18005. }
  18006.  
  18007. #topmenu .nav-tabs {
  18008. border-bottom: none;
  18009. margin-left: 0
  18010. }
  18011.  
  18012. #topmenu .nav-tabs>li>a {
  18013. border: none;
  18014. border-radius: 0;
  18015. color: #F58220
  18016. }
  18017.  
  18018. #topmenu .nav-tabs>li.active>a, #topmenu.nav-tabs>li.active>a:hover, #topmenu.nav-tabs>li.active>a:focus {
  18019. color: white;
  18020. cursor: default;
  18021. background-color: #F58220;
  18022. border: none;
  18023. border-bottom-color: transparent
  18024. }
  18025.  
  18026. #topmenu .caret {
  18027. display: none
  18028. }
  18029.  
  18030. #topmenu .nav-tabs>li {
  18031. margin-bottom: 0
  18032. }
  18033.  
  18034. .parentid-131 #topmenu .nav-tabs>li.active>a, .parentid-131 #topmenu.nav-tabs>li.active>a:hover, .parentid-131 #topmenu.nav-tabs>li.active>a:focus {
  18035. background-color: #472f91;
  18036. color: white
  18037. }
  18038.  
  18039. .parentid-131 #topmenu .nav-tabs>li>a {
  18040. color: #472f91
  18041. }
  18042.  
  18043. #topmenu .nav-tabs>li.active>a, #topmenu.nav-tabs>li.active>a:hover, #topmenu.nav-tabs>li.active>a:focus {
  18044. background-color: #F58220
  18045. }
  18046.  
  18047. .dropdown-submenu>.dropdown-menu {
  18048. -webkit-border-radius: 0;
  18049. -moz-border-radius: 0;
  18050. border-radius: 0
  18051. }
  18052.  
  18053. #submenu .dropdown-menu {
  18054. left: 0px !important;
  18055. margin-left: 0px !important;
  18056. top: 100% !important
  18057. }
  18058.  
  18059. #submenu .dropdown-menu .dropdown-menu {
  18060. left: 100% !important;
  18061. margin-left: -1px !important;
  18062. top: 0px !important
  18063. }
  18064.  
  18065. #submenu .navbar-collapse {
  18066. background-color: #F58220;
  18067. color: white
  18068. }
  18069.  
  18070. #submenu .navbar-collapse a {
  18071. color: white;
  18072. padding-bottom: 7px;
  18073. margin-top: 3px;
  18074. padding-top: 4px
  18075. }
  18076.  
  18077. #submenu>div.container {
  18078. padding-top: 0;
  18079. padding-bottom: 0
  18080. }
  18081.  
  18082. #submenu .small {
  18083. font-size: 1em
  18084. }
  18085.  
  18086. #submenu .caret {
  18087. display: none;
  18088. border: none
  18089. }
  18090.  
  18091. #submenu a::after {
  18092. border: none
  18093. }
  18094.  
  18095. #submenu .dropdown-menu a {
  18096. color: #333;
  18097. font-family: 'thesans'
  18098. }
  18099.  
  18100. #submenu .navbar-nav>.dropdown:hover>a {
  18101. background-color: white;
  18102. color: #333
  18103. }
  18104.  
  18105. #submenu .dropdown-menu {
  18106. border-top: none
  18107. }
  18108.  
  18109. #submenu .navbar-nav {
  18110. padding-left: 1px
  18111. }
  18112.  
  18113. #submenu .dropdown-menu>.active>a, #submenu .dropdown-menu>.active>a:hover, #submenu .dropdown-menu>.active>a:focus {
  18114. background-color: #9d9fa2;
  18115. color: white
  18116. }
  18117.  
  18118. #submenu .nav>li>a:hover, #submenu .nav>li>a:focus {
  18119. text-decoration: underline;
  18120. background-color: transparent
  18121. }
  18122.  
  18123. #submenu .nav>li.parent>a:hover, #submenu .nav>li.parent>a:focus {
  18124. tex-decoration: none
  18125. }
  18126.  
  18127. #submenu .navbar-nav>li.active>a {
  18128. text-decoration: underline
  18129. }
  18130.  
  18131. .parentid-131 #submenu .navbar-collapse {
  18132. background-color: #472f91
  18133. }
  18134.  
  18135. .navbar-toggle {
  18136. margin-right: 0
  18137. }
  18138.  
  18139. #panel-overview .fa-times {
  18140. float: left;
  18141. text-decoration: none;
  18142. font-size: 1.5em;
  18143. padding-left: 0.5em
  18144. }
  18145.  
  18146. .mm-subopen:before {
  18147. content: '\f086';
  18148. font-family: FontAwesome
  18149. }
  18150.  
  18151. .mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen), .dropdown-menu>.active>a {
  18152. background-color: #F58220 !important;
  18153. color: #fff
  18154. }
  18155.  
  18156. .dropdown-menu>.active .mm-subopen {
  18157. color: #fff
  18158. }
  18159.  
  18160. .parentid-131 .mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen), .parentid-131 .dropdown-menu>.active>a {
  18161. background-color: #472F91 !important
  18162. }
  18163.  
  18164. #topmenu .item-345, #topmenu .item-1289 {
  18165. float: right
  18166. }
  18167.  
  18168. .go-top {
  18169. font-size: 1.5em;
  18170. right: 0
  18171. }
  18172.  
  18173. video {
  18174. width: 100% !important;
  18175. height: auto !important
  18176. }
  18177.  
  18178. #navigation {}
  18179.  
  18180. #slider {
  18181. margin-top: -1.1em;
  18182. z-index: -9;
  18183. margin-bottom: -4em;
  18184. text-align: center;
  18185. background-color: #eee;
  18186. float: left;
  18187. width: 100%
  18188. }
  18189.  
  18190. #slider #hero-wrapper {
  18191. display: inline-block;
  18192. margin: auto;
  18193. position: relative !important;
  18194. max-width: 100%
  18195. }
  18196.  
  18197. #slider .module {
  18198. padding: 0
  18199. }
  18200.  
  18201. #slider .module-content {
  18202. overflow: visible
  18203. }
  18204.  
  18205. #slider .hero-caption {
  18206. position: absolute !important;
  18207. right: 0;
  18208. bottom: 0;
  18209. background-color: rgba(0, 0, 0, 0.5);
  18210. color: white;
  18211. padding: 0.4em;
  18212. font-size: 0.8em
  18213. }
  18214.  
  18215. #mainbody>.container {
  18216. overflow: hidden
  18217. }
  18218.  
  18219. label {
  18220. display: inline-block !important
  18221. }
  18222.  
  18223. form#adminForm li>a, form#adminForm label.hasTooltip, form#adminForm input.hasTooltip, form#adminForm .chzn-container {
  18224. display: inline-block !important
  18225. }
  18226.  
  18227. .modal {
  18228. position: relative;
  18229. display: inline-block
  18230. }
  18231.  
  18232. .socialmedia li {
  18233. display: inline
  18234. }
  18235.  
  18236. .socialmedia li a {
  18237. display: block;
  18238. margin: 0;
  18239. padding: 0;
  18240. font-size: 1.2em;
  18241. padding-left: 8px;
  18242. line-height: 30px;
  18243. padding-top: 2px;
  18244. width: 32px;
  18245. height: 32px;
  18246. margin-right: 1em;
  18247. float: left;
  18248. background-color: #fff;
  18249. border-radius: 50% 50%;
  18250. color: #A7A7A7
  18251. }
  18252.  
  18253. .socialmedia a:hover {
  18254. color: #fff
  18255. }
  18256.  
  18257. .socialmedia .rss:hover {
  18258. background-color: #f2861d !important
  18259. }
  18260.  
  18261. .socialmedia .twitter:hover {
  18262. background-color: #2daae1 !important
  18263. }
  18264.  
  18265. .socialmedia .facebook:hover {
  18266. background-color: #3b5998 !important
  18267. }
  18268.  
  18269. .socialmedia .linkedin:hover {
  18270. background-color: #0073b2 !important
  18271. }
  18272.  
  18273. .btn-primary {
  18274. background-color: #666;
  18275. border-color: #666;
  18276. color: #fff !important
  18277. }
  18278.  
  18279. .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  18280. background-color: #000;
  18281. color: #fff;
  18282. border-color: #666
  18283. }
  18284.  
  18285. a.btn {
  18286. text-decoration: none
  18287. }
  18288.  
  18289. .mosmap img {
  18290. max-width: none
  18291. }
  18292.  
  18293. .nav-tabs>li>a {
  18294. border-radius: 0;
  18295. text-decoration: none
  18296. }
  18297.  
  18298. #mainbody .nav-tabs {
  18299. margin-left: 0
  18300. }
  18301.  
  18302. #mainbody .tab-content {
  18303. border: 1px solid #ddd;
  18304. border-top: 0;
  18305. border-radius: 0
  18306. }
  18307.  
  18308. .nav-pills a {
  18309. text-decoration: none
  18310. }
  18311.  
  18312. aside .module ul.nav>li {
  18313. border: none
  18314. }
  18315.  
  18316. aside .module ul.nav .active>a {
  18317. background-color: rgba(0, 0, 0, 0.05);
  18318. color: #000
  18319. }
  18320.  
  18321. aside .module ul.nav .current>a {
  18322. background-color: rgba(0, 0, 0, 0.15);
  18323. color: #000
  18324. }
  18325.  
  18326. aside .module ul.nav>li>a:hover {
  18327. background-color: rgba(0, 0, 0, 0.05)
  18328. }
  18329.  
  18330. aside .small {
  18331. font-size: 1em
  18332. }
  18333.  
  18334. aside .strong {
  18335. font-weight: bold
  18336. }
  18337.  
  18338. aside .module ul.nav ul.nav-child {
  18339. padding: 0;
  18340. margin: 0
  18341. }
  18342.  
  18343. aside .module ul.nav ul.nav-child a {
  18344. display: block;
  18345. padding: 10px 15px;
  18346. padding-left: 1em
  18347. }
  18348.  
  18349. aside .module ul.nav ul.nav-child ul.nav-child a {
  18350. display: block;
  18351. padding: 10px 15px;
  18352. padding-left: 2.5em
  18353. }
  18354.  
  18355. aside .module ul.nav ul.nav-child a:before {
  18356. font-family: FontAwesome;
  18357. font-weight: normal;
  18358. font-style: normal;
  18359. display: inline-block;
  18360. text-decoration: inherit;
  18361. content: "\f0da";
  18362. margin-right: 1em
  18363. }
  18364.  
  18365. .popover {
  18366. border-radius: 0
  18367. }
  18368.  
  18369. #breadcrumbs {
  18370. margin-bottom: -1.5em
  18371. }
  18372.  
  18373. #breadcrumbs .container {
  18374. margin-top: 0;
  18375. margin-bottom: 0;
  18376. padding-top: 0;
  18377. padding-bottom: 0
  18378. }
  18379.  
  18380. ul.breadcrumb {
  18381. float: left;
  18382. padding: 0;
  18383. padding-right: 0.5em;
  18384. color: #555;
  18385. background-color: #fff
  18386. }
  18387.  
  18388. .breadcrumb li {
  18389. font-size: 0.7em
  18390. }
  18391.  
  18392. #breadcrumbs a {
  18393. text-decoration: none;
  18394. color: #555
  18395. }
  18396.  
  18397. #breadcrumbs a:hover {
  18398. text-decoration: underline
  18399. }
  18400.  
  18401. .breadcrumb>li+li:before {
  18402. font-family: "FontAwesome";
  18403. content: "\f178"
  18404. }
  18405.  
  18406. .pagination {
  18407. border-radius: 0;
  18408. font-size: 1em
  18409. }
  18410.  
  18411. .pagination ul {
  18412. border-bottom: none
  18413. }
  18414.  
  18415. .pagination>li:last-child>a, .pagination>li:first-child>a {
  18416. border-radius: 0
  18417. }
  18418.  
  18419. .pagination ul>li {
  18420. float: none;
  18421. padding: 0
  18422. }
  18423.  
  18424. .pagination ul>li.disabled {
  18425. font-size: 1em
  18426. }
  18427.  
  18428. .pagination>li>a, .pagination>li>span {
  18429. color: #F58220
  18430. }
  18431.  
  18432. .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  18433. color: #ED1C24
  18434. }
  18435.  
  18436. .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  18437. background-color: #F58220;
  18438. border-color: #F58220
  18439. }
  18440.  
  18441. .pagination ul>li.active>a, .pagination ul>li.active>span {
  18442. color: #fff
  18443. }
  18444.  
  18445. .embed-container {
  18446. float: none;
  18447. clear: both;
  18448. width: 100%;
  18449. position: relative;
  18450. padding-bottom: 56.25%;
  18451. padding-top: 25px;
  18452. height: 0
  18453. }
  18454.  
  18455. .embed-container iframe, .embed-container object, .embed-container embed {
  18456. position: absolute;
  18457. top: 0;
  18458. left: 0;
  18459. width: 100%;
  18460. height: 100%
  18461. }
  18462.  
  18463. .alert {
  18464. border-radius: 0;
  18465. padding: 15px;
  18466. border: 0
  18467. }
  18468.  
  18469. .alert-success {
  18470. color: #155724;
  18471. background-color: #d4edda;
  18472. border-color: #c3e6cb
  18473. }
  18474.  
  18475. .alert-info {
  18476. color: #0c5460;
  18477. background-color: #d1ecf1;
  18478. border-color: #bee5eb
  18479. }
  18480.  
  18481. .alert-warning {
  18482. color: #856404;
  18483. background-color: #fff3cd;
  18484. border-color: #ffeeba
  18485. }
  18486.  
  18487. .alert-danger {
  18488. color: #721c24;
  18489. background-color: #f8d7da;
  18490. border-color: #f5c6cb
  18491. }
  18492.  
  18493. .alert-primary {
  18494. color: #004085;
  18495. background-color: #cce5ff;
  18496. border-color: #b8daff
  18497. }
  18498.  
  18499. .alert-secondary {
  18500. color: #383d41;
  18501. background-color: #e2e3e5;
  18502. border-color: #d6d8db
  18503. }
  18504.  
  18505. .alert-dark {
  18506. color: #1b1e21;
  18507. background-color: #d6d8d9;
  18508. border-color: #c6c8ca
  18509. }
  18510.  
  18511. .alert-light {
  18512. color: #818182;
  18513. background-color: #fefefe;
  18514. border-color: #fdfdfe
  18515. }
  18516.  
  18517. #system-message>.alert-warning, #system-message>.alert-danger, #system-message>.alert-error, #system-message>.alert-success, #system-message>.alert-message {
  18518. padding: 1em;
  18519. background-image: none
  18520. }
  18521.  
  18522. #message-component {
  18523. margin-top: 1em
  18524. }
  18525.  
  18526. .no-gutter>[class*='col-'] {
  18527. padding-right: 0;
  18528. padding-left: 0
  18529. }
  18530.  
  18531. .modal {
  18532. background-color: transparent
  18533. }
  18534.  
  18535. .nav-tabs a.disabled, .panel-title .disabled {
  18536. color: #ccc
  18537. }
  18538.  
  18539. .panel-title .disabled:hover {
  18540. background-color: transparent !important;
  18541. color: #ccc !important
  18542. }
  18543.  
  18544. .panel-group .panel {
  18545. margin-bottom: 0;
  18546. border-radius: 0
  18547. }
  18548.  
  18549. .panel-title a.disabled:hover {
  18550. cursor: default
  18551. }
  18552.  
  18553. .panel-title a {
  18554. text-decoration: none
  18555. }
  18556.  
  18557. .panel h4 {
  18558. font-weight: normal
  18559. }
  18560.  
  18561. .panel-default>.panel-heading {
  18562. background-color: #ddd;
  18563. border: none
  18564. }
  18565.  
  18566. .panel-heading {
  18567. border-bottom: none;
  18568. border-radius: 0
  18569. }
  18570.  
  18571. .panel {
  18572. margin-bottom: 20px;
  18573. background-color: #fff;
  18574. border: 1px solid #ddd;
  18575. border-radius: 0;
  18576. -webkit-box-shadow: none;
  18577. box-shadow: none
  18578. }
  18579.  
  18580. .panel-heading .accordion-toggle {
  18581. display: block;
  18582. margin: -10px -15px;
  18583. padding: 10px 15px
  18584. }
  18585.  
  18586. .panel-heading .accordion-toggle:hover {
  18587. color: #fff;
  18588. background-color: rgba(0, 0, 0, 0.5);
  18589. transition: all 0.2s ease-in-out
  18590. }
  18591.  
  18592. .tab-pane {
  18593. padding: 1em
  18594. }
  18595.  
  18596. .nav-tabs a.disabled:hover, .nav-tabs a.disabled:hover:focus, .nav-tabs a.disabled:hover:active {
  18597. border-color: white;
  18598. border-bottom-color: transparent;
  18599. background-color: transparent
  18600. }
  18601.  
  18602. .item-page .current {
  18603. padding: 1em;
  18604. border: 1px solid #CCC;
  18605. border-top: none
  18606. }
  18607.  
  18608. dl.tabs {
  18609. margin: 0;
  18610. padding: 0;
  18611. background-image: none;
  18612. background-color: transparent;
  18613. border: none
  18614. }
  18615.  
  18616. dl.tabs dt.tabs {
  18617. padding: 0;
  18618. margin: 0
  18619. }
  18620.  
  18621. dl.tabs dt.tabs.open {
  18622. border: 1px solid #CCC;
  18623. border-bottom: none
  18624. }
  18625.  
  18626. dl.tabs dt.tabs a:hover {
  18627. background-color: #eee
  18628. }
  18629.  
  18630. dl.tabs dt h3 {
  18631. margin: 0;
  18632. padding: 0
  18633. }
  18634.  
  18635. dl.tabs dt.tabs span h3 a {
  18636. text-decoration: none;
  18637. padding: 1em;
  18638. font-size: 17px
  18639. }
  18640.  
  18641. #above-content #mod-finder-searchform.form-search button {
  18642. border: 0;
  18643. float: none;
  18644. color: white !important;
  18645. margin-left: 0;
  18646. position: absolute;
  18647. top: 1px;
  18648. right: 16px;
  18649. padding-left: 8px
  18650. }
  18651.  
  18652. #mod-finder-searchform.form-search button {
  18653. border: 0;
  18654. float: none;
  18655. color: white !important;
  18656. margin-left: 0;
  18657. position: absolute;
  18658. top: 1px;
  18659. right: 0px
  18660. }
  18661.  
  18662. #above-content .finder {
  18663. padding-left: 0
  18664. }
  18665.  
  18666. .chzn-select {
  18667. width: 100%
  18668. }
  18669.  
  18670. .chzn-select-deselect {
  18671. width: 100%
  18672. }
  18673.  
  18674. .chzn-container {
  18675. display: inline-block;
  18676. font-size: 14px;
  18677. position: relative;
  18678. vertical-align: middle
  18679. }
  18680.  
  18681. .chzn-container .chzn-drop {
  18682. background: #fff;
  18683. border: 1px solid #ccc;
  18684. border-bottom-right-radius: 4px;
  18685. border-bottom-left-radius: 4px;
  18686. -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  18687. box-shadow: 0 8px 8px rgba(0, 0, 0, .25);
  18688. margin-top: -1px;
  18689. position: absolute;
  18690. top: 100%;
  18691. left: -9000px;
  18692. z-index: 1060
  18693. }
  18694.  
  18695. .chzn-container.chzn-with-drop .chzn-drop {
  18696. left: 0;
  18697. right: 0
  18698. }
  18699.  
  18700. .chzn-container .chzn-results {
  18701. color: #555;
  18702. margin: 0 4px 4px 0;
  18703. max-height: 240px;
  18704. padding: 0 0 0 4px;
  18705. position: relative;
  18706. overflow-x: hidden;
  18707. overflow-y: auto;
  18708. -webkit-overflow-scrolling: touch
  18709. }
  18710.  
  18711. .chzn-container .chzn-results li {
  18712. display: none;
  18713. line-height: 1.42857143;
  18714. list-style: none;
  18715. margin: 0;
  18716. padding: 5px 6px
  18717. }
  18718.  
  18719. .chzn-container .chzn-results li em {
  18720. background: #feffde;
  18721. font-style: normal
  18722. }
  18723.  
  18724. .chzn-container .chzn-results li.group-result {
  18725. display: list-item;
  18726. cursor: default;
  18727. color: #999;
  18728. font-weight: bold
  18729. }
  18730.  
  18731. .chzn-container .chzn-results li.group-option {
  18732. padding-left: 15px
  18733. }
  18734.  
  18735. .chzn-container .chzn-results li.active-result {
  18736. cursor: pointer;
  18737. display: list-item
  18738. }
  18739.  
  18740. .chzn-container .chzn-results li.highlighted {
  18741. background-color: #428bca;
  18742. background-image: none;
  18743. color: white
  18744. }
  18745.  
  18746. .chzn-container .chzn-results li.highlighted em {
  18747. background: transparent
  18748. }
  18749.  
  18750. .chzn-container .chzn-results li.disabled-result {
  18751. display: list-item;
  18752. color: #777
  18753. }
  18754.  
  18755. .chzn-container .chzn-results .no-results {
  18756. background: #eee;
  18757. display: list-item
  18758. }
  18759.  
  18760. .chzn-container .chzn-results-scroll {
  18761. background: white;
  18762. margin: 0 4px;
  18763. position: absolute;
  18764. text-align: center;
  18765. width: 321px;
  18766. z-index: 1
  18767. }
  18768.  
  18769. .chzn-container .chzn-results-scroll span {
  18770. display: inline-block;
  18771. height: 1.42857143;
  18772. text-indent: -5000px;
  18773. width: 9px
  18774. }
  18775.  
  18776. .chzn-container .chzn-results-scroll-down {
  18777. bottom: 0
  18778. }
  18779.  
  18780. .chzn-container .chzn-results-scroll-down span {
  18781. background: url(/templates/joostrapbase-v3-4/css/chzn-sprite.png) no-repeat -4px -3px
  18782. }
  18783.  
  18784. .chzn-container .chzn-results-scroll-up span {
  18785. background: url(/templates/joostrapbase-v3-4/css/chzn-sprite.png) no-repeat -22px -3px
  18786. }
  18787.  
  18788. .chzn-container-single .chzn-single {
  18789. background-color: #fff;
  18790. -webkit-background-clip: padding-box;
  18791. -moz-background-clip: padding;
  18792. background-clip: padding-box;
  18793. border: 1px solid #ccc;
  18794. border-top-right-radius: 4px;
  18795. border-top-left-radius: 4px;
  18796. border-bottom-right-radius: 4px;
  18797. border-bottom-left-radius: 4px;
  18798. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  18799. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  18800. color: #555;
  18801. display: block;
  18802. height: 34px;
  18803. overflow: hidden;
  18804. line-height: 34px;
  18805. padding: 0 0 0 8px;
  18806. position: relative;
  18807. text-decoration: none;
  18808. white-space: nowrap
  18809. }
  18810.  
  18811. .chzn-container-single .chzn-single span {
  18812. display: block;
  18813. margin-right: 26px;
  18814. overflow: hidden;
  18815. text-overflow: ellipsis;
  18816. white-space: nowrap
  18817. }
  18818.  
  18819. .chzn-container-single .chzn-single abbr {
  18820. background: url(/templates/joostrapbase-v3-4/css/chzn-sprite.png) right top no-repeat;
  18821. display: block;
  18822. font-size: 1px;
  18823. height: 10px;
  18824. position: absolute;
  18825. right: 26px;
  18826. top: 12px;
  18827. width: 12px
  18828. }
  18829.  
  18830. .chzn-container-single .chzn-single abbr:hover {
  18831. background-position: right -11px
  18832. }
  18833.  
  18834. .chzn-container-single .chzn-single.chzn-disabled .chzn-single abbr:hover {
  18835. background-position: right 2px
  18836. }
  18837.  
  18838. .chzn-container-single .chzn-single div {
  18839. display: block;
  18840. height: 100%;
  18841. position: absolute;
  18842. top: 0;
  18843. right: 0;
  18844. width: 18px
  18845. }
  18846.  
  18847. .chzn-container-single .chzn-single div b {
  18848. background: url(/templates/joostrapbase-v3-4/css/chzn-sprite.png) no-repeat 0 7px;
  18849. display: block;
  18850. height: 100%;
  18851. width: 100%
  18852. }
  18853.  
  18854. .chzn-container-single .chzn-default {
  18855. color: #777
  18856. }
  18857.  
  18858. .chzn-container-single .chzn-search {
  18859. margin: 0;
  18860. padding: 3px 4px;
  18861. position: relative;
  18862. white-space: nowrap;
  18863. z-index: 1000
  18864. }
  18865.  
  18866. .chzn-container-single .chzn-search input[type="text"] {
  18867. background: url(/templates/joostrapbase-v3-4/css/chzn-sprite.png) no-repeat 100% -20px, #fff;
  18868. border: 1px solid #ccc;
  18869. border-top-right-radius: 4px;
  18870. border-top-left-radius: 4px;
  18871. border-bottom-right-radius: 4px;
  18872. border-bottom-left-radius: 4px;
  18873. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  18874. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  18875. margin: 1px 0;
  18876. padding: 4px 20px 4px 4px;
  18877. width: 100%
  18878. }
  18879.  
  18880. .chzn-container-single .chzn-drop {
  18881. margin-top: -1px;
  18882. border-bottom-right-radius: 4px;
  18883. border-bottom-left-radius: 4px;
  18884. -webkit-background-clip: padding-box;
  18885. -moz-background-clip: padding;
  18886. background-clip: padding-box
  18887. }
  18888.  
  18889. .chzn-container-single-nosearch .chzn-search input {
  18890. position: absolute;
  18891. left: -9000px
  18892. }
  18893.  
  18894. .chzn-container-multi .chzn-choices {
  18895. background-color: #fff;
  18896. border: 1px solid #ccc;
  18897. border-top-right-radius: 4px;
  18898. border-top-left-radius: 4px;
  18899. border-bottom-right-radius: 4px;
  18900. border-bottom-left-radius: 4px;
  18901. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  18902. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  18903. cursor: text;
  18904. height: auto !important;
  18905. height: 1%;
  18906. margin: 0;
  18907. overflow: hidden;
  18908. padding: 0;
  18909. position: relative
  18910. }
  18911.  
  18912. .chzn-container-multi .chzn-choices li {
  18913. float: left;
  18914. list-style: none
  18915. }
  18916.  
  18917. .chzn-container-multi .chzn-choices .search-field {
  18918. margin: 0;
  18919. padding: 0;
  18920. white-space: nowrap
  18921. }
  18922.  
  18923. .chzn-container-multi .chzn-choices .search-field input[type="text"] {
  18924. background: transparent !important;
  18925. border: 0 !important;
  18926. -webkit-box-shadow: none;
  18927. box-shadow: none;
  18928. color: #555;
  18929. height: 32px;
  18930. margin: 0;
  18931. padding: 4px;
  18932. outline: 0
  18933. }
  18934.  
  18935. .chzn-container-multi .chzn-choices .search-field .default {
  18936. color: #999
  18937. }
  18938.  
  18939. .chzn-container-multi .chzn-choices .search-choice {
  18940. -webkit-background-clip: padding-box;
  18941. -moz-background-clip: padding;
  18942. background-clip: padding-box;
  18943. background-color: #eee;
  18944. border: 1px solid #ccc;
  18945. border-top-right-radius: 4px;
  18946. border-top-left-radius: 4px;
  18947. border-bottom-right-radius: 4px;
  18948. border-bottom-left-radius: 4px;
  18949. background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  18950. background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
  18951. background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
  18952. background-repeat: repeat-x;
  18953. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  18954. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  18955. box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  18956. color: #333;
  18957. cursor: default;
  18958. line-height: 13px;
  18959. margin: 6px 0 3px 5px;
  18960. padding: 3px 20px 3px 5px;
  18961. position: relative
  18962. }
  18963.  
  18964. .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  18965. background: url(/templates/joostrapbase-v3-4/css/chzn-sprite.png) right top no-repeat;
  18966. display: block;
  18967. font-size: 1px;
  18968. height: 10px;
  18969. position: absolute;
  18970. right: 4px;
  18971. top: 5px;
  18972. width: 12px;
  18973. cursor: pointer
  18974. }
  18975.  
  18976. .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  18977. background-position: right -11px
  18978. }
  18979.  
  18980. .chzn-container-multi .chzn-choices .search-choice-focus {
  18981. background: #d4d4d4
  18982. }
  18983.  
  18984. .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  18985. background-position: right -11px
  18986. }
  18987.  
  18988. .chzn-container-multi .chzn-results {
  18989. margin: 0 0 0 0;
  18990. padding: 0
  18991. }
  18992.  
  18993. .chzn-container-multi .chzn-drop .result-selected {
  18994. display: none
  18995. }
  18996.  
  18997. .chzn-container-active .chzn-single {
  18998. border: 1px solid #66afe9;
  18999. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  19000. box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  19001. -webkit-transition: border linear .2s, box-shadow linear .2s;
  19002. -o-transition: border linear .2s, box-shadow linear .2s;
  19003. transition: border linear .2s, box-shadow linear .2s
  19004. }
  19005.  
  19006. .chzn-container-active.chzn-with-drop .chzn-single {
  19007. background-color: #fff;
  19008. border: 1px solid #66afe9;
  19009. border-bottom-right-radius: 0;
  19010. border-bottom-left-radius: 0;
  19011. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  19012. box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  19013. -webkit-transition: border linear .2s, box-shadow linear .2s;
  19014. -o-transition: border linear .2s, box-shadow linear .2s;
  19015. transition: border linear .2s, box-shadow linear .2s
  19016. }
  19017.  
  19018. .chzn-container-active.chzn-with-drop .chzn-single div {
  19019. background: transparent;
  19020. border-left: none
  19021. }
  19022.  
  19023. .chzn-container-active.chzn-with-drop .chzn-single div b {
  19024. background-position: -18px 7px
  19025. }
  19026.  
  19027. .chzn-container-active .chzn-choices {
  19028. border: 1px solid #66afe9;
  19029. border-bottom-right-radius: 0;
  19030. border-bottom-left-radius: 0;
  19031. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  19032. box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(82, 168, 236, .6);
  19033. -webkit-transition: border linear .2s, box-shadow linear .2s;
  19034. -o-transition: border linear .2s, box-shadow linear .2s;
  19035. transition: border linear .2s, box-shadow linear .2s
  19036. }
  19037.  
  19038. .chzn-container-active .chzn-choices .search-field input[type="text"] {
  19039. color: #111 !important
  19040. }
  19041.  
  19042. .chzn-container-active.chzn-with-drop .chzn-choices {
  19043. border-bottom-right-radius: 0;
  19044. border-bottom-left-radius: 0
  19045. }
  19046.  
  19047. .chzn-disabled {
  19048. cursor: default;
  19049. opacity: 0.5 !important
  19050. }
  19051.  
  19052. .chzn-disabled .chzn-single {
  19053. cursor: default
  19054. }
  19055.  
  19056. .chzn-disabled .chzn-choices .search-choice .search-choice-close {
  19057. cursor: default
  19058. }
  19059.  
  19060. .chzn-rtl {
  19061. text-align: right
  19062. }
  19063.  
  19064. .chzn-rtl .chzn-single {
  19065. padding: 0 8px 0 0;
  19066. overflow: visible
  19067. }
  19068.  
  19069. .chzn-rtl .chzn-single span {
  19070. margin-left: 26px;
  19071. margin-right: 0;
  19072. direction: rtl
  19073. }
  19074.  
  19075. .chzn-rtl .chzn-single div {
  19076. left: 7px;
  19077. right: auto
  19078. }
  19079.  
  19080. .chzn-rtl .chzn-single abbr {
  19081. left: 26px;
  19082. right: auto
  19083. }
  19084.  
  19085. .chzn-rtl .chzn-choices .search-field input[type="text"] {
  19086. direction: rtl
  19087. }
  19088.  
  19089. .chzn-rtl .chzn-choices li {
  19090. float: right
  19091. }
  19092.  
  19093. .chzn-rtl .chzn-choices .search-choice {
  19094. margin: 6px 5px 3px 0;
  19095. padding: 3px 5px 3px 19px
  19096. }
  19097.  
  19098. .chzn-rtl .chzn-choices .search-choice .search-choice-close {
  19099. background-position: right top;
  19100. left: 4px;
  19101. right: auto
  19102. }
  19103.  
  19104. .chzn-rtl.chzn-container-single .chzn-results {
  19105. margin: 0 0 4px 4px;
  19106. padding: 0 4px 0 0
  19107. }
  19108.  
  19109. .chzn-rtl .chzn-results .group-option {
  19110. padding-left: 0;
  19111. padding-right: 15px
  19112. }
  19113.  
  19114. .chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  19115. border-right: none
  19116. }
  19117.  
  19118. .chzn-rtl .chzn-search input[type="text"] {
  19119. background: url(/templates/joostrapbase-v3-4/images/chzn-sprite.png) no-repeat -28px -20px, #fff;
  19120. direction: rtl;
  19121. padding: 4px 5px 4px 20px
  19122. }
  19123. }
  19124.  
  19125. @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144dpi) {
  19126. .chzn-rtl .chzn-search input[type="text"], .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input[type="text"], .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
  19127. background-image: url(/templates/joostrapbase-v3-4/images/chzn-sprite@2x.png) !important;
  19128. background-size: 52px 37px !important;
  19129. background-repeat: no-repeat !important
  19130. }
  19131. }
  19132.  
  19133. @media screen {
  19134. [class*="col-"] .chzn-container {
  19135. width: 100% !important
  19136. }
  19137.  
  19138. [class*="col-"] .chzn-container .chzn-search input[type="text"] {
  19139. padding: 2px 4% !important;
  19140. width: 90% !important;
  19141. margin: 5px 2%
  19142. }
  19143.  
  19144. [class*="col-"] .chzn-container .chzn-drop {
  19145. width: 100% !important
  19146. }
  19147.  
  19148. .table caption {
  19149. background-color: #F58220;
  19150. color: white;
  19151. padding: 0.3em 1em;
  19152. text-align: left
  19153. }
  19154.  
  19155. .table thead {}
  19156.  
  19157. .table {
  19158. border-collapse: separate;
  19159. border-spacing: 6px 6px
  19160. }
  19161.  
  19162. .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>th {
  19163. border-top: none;
  19164. border-bottom: none
  19165. }
  19166.  
  19167. .table-striped>tbody>tr:nth-child(even)>th, .table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
  19168. background-color: rgba(0, 0, 0, 0.1)
  19169. }
  19170.  
  19171. .table-striped>tbody>tr:nth-child(odd)>th, .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  19172. background-color: rgba(0, 0, 0, 0.05)
  19173. }
  19174.  
  19175. .table a {
  19176. text-decoration: none
  19177. }
  19178.  
  19179. .table-hover>tbody>tr:hover {
  19180. background-color: rgba(0, 0, 0, 0.1);
  19181. transition: all 0.2s ease-in-out
  19182. }
  19183.  
  19184. .table .clickable-row:hover {
  19185. background-color: rgba(0, 0, 0, 0.5);
  19186. transition: all 0.2s ease-in-out
  19187. }
  19188.  
  19189. .table .clickable-row:hover a {
  19190. color: #fff
  19191. }
  19192.  
  19193. .table th {
  19194. font-family: 'themix semibold';
  19195. font-weight: normal
  19196. }
  19197.  
  19198. .table a {
  19199. color: #000
  19200. }
  19201.  
  19202. .table .block {
  19203. margin: -8px;
  19204. padding: 8px
  19205. }
  19206.  
  19207. .clickable-row {
  19208. cursor: pointer
  19209. }
  19210.  
  19211. .bitsmaller {
  19212. font-size: 0.8em;
  19213. line-height: 1.42857143
  19214. }
  19215.  
  19216. .block {
  19217. display: block
  19218. }
  19219.  
  19220. .no-padding {
  19221. padding: 0 !important;
  19222. margin: 0 !important
  19223. }
  19224.  
  19225. .navbar-brand {
  19226. margin: 0
  19227. }
  19228.  
  19229. .formNoError {
  19230. display: none
  19231. }
  19232.  
  19233. .formError {
  19234. color: red;
  19235. font-weight: bold
  19236. }
  19237.  
  19238. .formHidden {
  19239. position: absolute;
  19240. left: -20000px;
  19241. top: -20000px;
  19242. opacity: 0
  19243. }
  19244.  
  19245. .formDescription {
  19246. margin-top: 0;
  19247. font-size: 0.8em
  19248. }
  19249.  
  19250. .hasTooltip {
  19251. display: inline-block !important
  19252. }
  19253.  
  19254. .directoryActions .hasTooltip {
  19255. float: left
  19256. }
  19257.  
  19258. dl.contact-address {
  19259. display: block
  19260. }
  19261.  
  19262. #beroepsopleidingList .input-group-addon {
  19263. padding: 0
  19264. }
  19265.  
  19266. #beroepsopleidingList .input-group-addon .btn {
  19267. width: 100%;
  19268. height: 100%
  19269. }
  19270.  
  19271. .icon-row a {
  19272. text-decoration: none
  19273. }
  19274.  
  19275. .icon-row a:hover, .icon-row a:hover h2 {
  19276. color: black !important
  19277. }
  19278.  
  19279. #bottom3 .icon-row {
  19280. padding: 3em 0
  19281. }
  19282.  
  19283. #bottom3 .icon-row, #bottom3 h2 {
  19284. color: #999
  19285. }
  19286.  
  19287. .fa-6x {
  19288. font-size: 6em
  19289. }
  19290.  
  19291. .fa-7x {
  19292. font-size: 7em
  19293. }
  19294.  
  19295. .fa-8x {
  19296. font-size: 8em
  19297. }
  19298.  
  19299. .fa-9x {
  19300. font-size: 9em
  19301. }
  19302.  
  19303. .fa-grey, .icon-grey {
  19304. color: #999
  19305. }
  19306.  
  19307. .fa-orange {}
  19308.  
  19309. .fa-red {}
  19310.  
  19311. .fa-blue {}
  19312.  
  19313. .fa-cyan {}
  19314.  
  19315. .fa-primary-color {
  19316. color: #F58220
  19317. }
  19318.  
  19319. .fa-secondary-color {
  19320. color: #ED1C24
  19321. }
  19322.  
  19323. .parentid-131 .fa-primary-color {
  19324. color: #472f91
  19325. }
  19326.  
  19327. .parentid-131 .fa-secondary-color {
  19328. color: #472f91
  19329. }
  19330.  
  19331. #bottom1 {
  19332. background-color: #a7a7a7;
  19333. color: #fff
  19334. }
  19335.  
  19336. #bottom2 {
  19337. background-color: #ececec;
  19338. font-size: 1em;
  19339. color: #333
  19340. }
  19341.  
  19342. #bottom2 h2 {
  19343. color: #F58220;
  19344. font-size: 1.6em
  19345. }
  19346.  
  19347. #bottom2 a {
  19348. color: #F58220;
  19349. text-decoration: none
  19350. }
  19351.  
  19352. #bottom2 a:hover {
  19353. text-decoration: underline;
  19354. color: red
  19355. }
  19356.  
  19357. #bottom3 {
  19358. background-color: #fff
  19359. }
  19360.  
  19361. #footer1 {
  19362. background-color: #ececec
  19363. }
  19364.  
  19365. #footer2 {
  19366. background-color: #a7a7a7
  19367. }
  19368.  
  19369. #footer3 {
  19370. background-color: #fff
  19371. }
  19372.  
  19373. footer h3, footer .module-title h3 {
  19374. color: #555
  19375. }
  19376. }
  19377.  
  19378. @media screen and (max-width:992px) {
  19379. #slider {
  19380. margin-bottom: -4.5em !important;
  19381. margin-top: -1.4em !important
  19382. }
  19383.  
  19384. #submenu {
  19385. font-size: 0.8em
  19386. }
  19387.  
  19388. html {
  19389. font-size: 0.55em
  19390. }
  19391. }
  19392.  
  19393. @media screen {}
  19394.  
  19395. @media screen and (max-width:768px) {
  19396. #slider {
  19397. margin-top: 0 !important
  19398. }
  19399.  
  19400. #breadcrumbs {
  19401. margin-bottom: 0 !important
  19402. }
  19403. }
  19404.  
  19405. @media screen {
  19406. .mauticform_wrapper label {
  19407. display: block !important
  19408. }
  19409.  
  19410. .sidebar-right, .sidebar-left {
  19411. margin-top: 5.1em
  19412. }
  19413.  
  19414. #language {
  19415. padding: 12px 15px 0;
  19416. font-size: 0.7em
  19417. }
  19418.  
  19419. .formDescription {
  19420. margin-left: 1em;
  19421. font-size: 0.8em;
  19422. font-style: italic;
  19423. clear: both
  19424. }
  19425.  
  19426. .rsformVerticalClear input {
  19427. margin-right: 0.5em
  19428. }
  19429.  
  19430. #social-sharing a {
  19431. text-decoration: none
  19432. }
  19433.  
  19434. .image-cropped {
  19435. position: relative;
  19436. overflow: hidden;
  19437. padding-bottom: 100%
  19438. }
  19439.  
  19440. .image-cropped img {
  19441. position: absolute;
  19442. max-width: 100%;
  19443. max-height: 100%;
  19444. top: 50%;
  19445. left: 50%;
  19446. transform: translateX(-50%) translateY(-50%)
  19447. }
  19448.  
  19449. .nopadding {
  19450. padding: 0 !important;
  19451. margin: 0 !important
  19452. }
  19453.  
  19454. .thumblist-image {
  19455. margin-top: 12px
  19456. }
  19457.  
  19458. .blog .intro_image {
  19459. padding: 0;
  19460. padding-right: 1em
  19461. }
  19462.  
  19463. #kt {
  19464. font-family: inherit !important;
  19465. font-size: 0.9em !important
  19466. }
  19467.  
  19468. .kt-counter-wrap a {
  19469. text-decoration: none !important
  19470. }
  19471.  
  19472. .nav-domein>li {
  19473. position: relative
  19474. }
  19475.  
  19476. .nav-domein>li>a:first-child {
  19477. padding-right: 38px
  19478. }
  19479.  
  19480. .nav-domein>li>a.pull-right {
  19481. background-color: transparent !important;
  19482. position: absolute;
  19483. top: 14px;
  19484. right: 1px;
  19485. width: 38px;
  19486. height: 38px;
  19487. line-height: 38px;
  19488. text-align: center;
  19489. padding: 0
  19490. }
  19491.  
  19492. .form-group--button-inside {
  19493. position: relative
  19494. }
  19495.  
  19496. .form-group--button-inside>a {
  19497. position: absolute;
  19498. top: 1px;
  19499. right: 1px;
  19500. width: 38px;
  19501. height: 38px;
  19502. line-height: 38px;
  19503. text-align: center
  19504. }
  19505.  
  19506. .opleidingMenu__affix {
  19507. position: relative
  19508. }
  19509.  
  19510. .opleidingMenu__affix.affix {
  19511. top: 20px;
  19512. position: fixed
  19513. }
  19514. }
  19515.  
  19516. @media screen and (min-width:992px) {
  19517. .opleidingMenu__affix.affix {
  19518. width: 290px
  19519. }
  19520. }
  19521.  
  19522. @media screen and (min-width:1200px) {
  19523. .opleidingMenu__affix.affix {
  19524. width: 356px
  19525. }
  19526. }
  19527.  
  19528. @media print {
  19529. * {
  19530. -webkit-transition: none !important;
  19531. transition: none !important
  19532. }
  19533.  
  19534. * {
  19535. -webkit-print-color-adjust: exact;
  19536. print-color-adjust: exact
  19537. }
  19538. }
  19539.  
  19540. @font-face {
  19541. font-family: 'themix bold';
  19542. src: url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.eot');
  19543. src: url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.woff2') format('woff2'), url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.woff') format('woff'), url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.ttf') format('truetype'), url('https://static.roc-nijmegen.nl/fonts/themix-lp7bld-webfont.svg#themixlp7_bold') format('svg');
  19544. font-weight: normal;
  19545. font-style: normal
  19546. }
  19547.  
  19548. @font-face {
  19549. font-family: 'thesans';
  19550. src: url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.eot');
  19551. src: url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.eot?#iefix') format('embedded-opentype'), url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.woff2') format('woff2'), url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.woff') format('woff'), url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.ttf') format('truetype'), url('https://static.roc-nijmegen.nl/fonts/thesans-lp4selig-webfont.svg#thesanslp4_semilight') format('svg');
  19552. font-weight: normal;
  19553. font-style: normal
  19554. }
  19555.  
  19556. @font-face {
  19557. font-family: 'FontAwesome';
  19558. src: url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.eot?v=4.2.0);
  19559. src: url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.eot#iefix&v=4.2.0) format('embedded-opentype'), url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(/templates/joostrapbase-v3-4/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
  19560. font-weight: normal;
  19561. font-style: normal
  19562. }
  19563.  
  19564. @media print {
  19565. body {
  19566. font-family: "thesans", Arial, Verdana, sans serif;
  19567. font-size: 1.7em;
  19568. color: #333 !important;
  19569. line-height: 1.7em
  19570. }
  19571.  
  19572. html, body {
  19573. height: 100%
  19574. }
  19575.  
  19576. h1, h2, h3, h4, h5, h6 {
  19577. font-family: "themix bold", Arial, Verdana, Sans serif;
  19578. text-transform: none !important
  19579. }
  19580.  
  19581. h1 {
  19582. font-size: 2.4em;
  19583. line-height: 2.4em
  19584. }
  19585.  
  19586. h2 {
  19587. color: #F58220;
  19588. font-size: 1.7em;
  19589. line-height: 1.7em;
  19590. color: #F58220 !important
  19591. }
  19592.  
  19593. h3 {
  19594. font-size: 1.3em;
  19595. line-height: 1.3em;
  19596. color: #222
  19597. }
  19598.  
  19599. h4 {
  19600. font-size: 1.1em;
  19601. line-height: 1.1em;
  19602. color: #999
  19603. }
  19604.  
  19605. h5 {
  19606. font-size: 1em;
  19607. line-height: 1em
  19608. }
  19609.  
  19610. h6 {
  19611. font-size: 1em;
  19612. line-height: 1em
  19613. }
  19614.  
  19615. h1 span {
  19616. color: #ED1C24 !important
  19617. }
  19618.  
  19619. h1 span, h2 span, h3 span {
  19620. margin-right: 0.5em
  19621. }
  19622.  
  19623. a[href]:after {
  19624. content: "" !important
  19625. }
  19626.  
  19627. iframe {
  19628. display: none;
  19629. height: 0px
  19630. }
  19631.  
  19632. .panel-collapse, .collapse, .tab-pane, .tab-content, .panel-body, .tab-pane, .tab-content {
  19633. opacity: 1 !important;
  19634. display: block !important;
  19635. height: auto !important
  19636. }
  19637.  
  19638. #sectieMeeloopdagen {
  19639. display: none !important;
  19640. height: 0 !important
  19641. }
  19642.  
  19643. .panel {
  19644. border: none !important
  19645. }
  19646.  
  19647. .panel-body {
  19648. padding: 0
  19649. }
  19650.  
  19651. #opleidingtabs li {
  19652. display: none;
  19653. height: 0
  19654. }
  19655.  
  19656. .navbar-brand .first {
  19657. padding: 0
  19658. }
  19659.  
  19660. .accordion-group .accordion-body.collapse {
  19661. height: auto !important
  19662. }
  19663.  
  19664. #sectieRelated a[href]:after, #sectieKort a[href]:after, .navbar-brand a[href]:after {
  19665. content: none !important
  19666. }
  19667.  
  19668. .navbar-brand {
  19669. padding: 0
  19670. }
  19671.  
  19672. .navbar-brand .module {
  19673. margin-left: 0 !important
  19674. }
  19675.  
  19676. .fa {
  19677. display: inline-block;
  19678. font: normal normal normal 14px/1 FontAwesome;
  19679. font-size: inherit;
  19680. text-rendering: auto;
  19681. -webkit-font-smoothing: antialiased;
  19682. -moz-osx-font-smoothing: grayscale
  19683. }
  19684.  
  19685. .fa-lg {
  19686. font-size: 1.33333333em;
  19687. line-height: 0.75em;
  19688. vertical-align: -15%
  19689. }
  19690.  
  19691. .fa-2x {
  19692. font-size: 2em
  19693. }
  19694.  
  19695. .fa-3x {
  19696. font-size: 3em
  19697. }
  19698.  
  19699. .fa-4x {
  19700. font-size: 4em
  19701. }
  19702.  
  19703. .fa-5x {
  19704. font-size: 5em
  19705. }
  19706.  
  19707. .fa-fw {
  19708. width: 1.28571429em;
  19709. text-align: center
  19710. }
  19711.  
  19712. .fa-ul {
  19713. padding-left: 0;
  19714. margin-left: 2.14285714em;
  19715. list-style-type: none
  19716. }
  19717.  
  19718. .fa-ul>li {
  19719. position: relative
  19720. }
  19721.  
  19722. .fa-li {
  19723. position: absolute;
  19724. left: -2.14285714em;
  19725. width: 2.14285714em;
  19726. top: 0.14285714em;
  19727. text-align: center
  19728. }
  19729.  
  19730. .fa-li.fa-lg {
  19731. left: -1.85714286em
  19732. }
  19733.  
  19734. .fa-border {
  19735. padding: .2em .25em .15em;
  19736. border: solid 0.08em #eee;
  19737. border-radius: .1em
  19738. }
  19739.  
  19740. .pull-right {
  19741. float: right
  19742. }
  19743.  
  19744. .pull-left {
  19745. float: left
  19746. }
  19747.  
  19748. .fa.pull-left {
  19749. margin-right: .3em
  19750. }
  19751.  
  19752. .fa.pull-right {
  19753. margin-left: .3em
  19754. }
  19755.  
  19756. .fa-spin {
  19757. -webkit-animation: fa-spin 2s infinite linear;
  19758. animation: fa-spin 2s infinite linear
  19759. }
  19760. }
  19761.  
  19762. @-webkit-keyframes fa-spin {
  19763. 0% {
  19764. -webkit-transform: rotate(0deg);
  19765. transform: rotate(0deg)
  19766. }
  19767.  
  19768. 100% {
  19769. -webkit-transform: rotate(359deg);
  19770. transform: rotate(359deg)
  19771. }
  19772. }
  19773.  
  19774. @keyframes fa-spin {
  19775. 0% {
  19776. -webkit-transform: rotate(0deg);
  19777. transform: rotate(0deg)
  19778. }
  19779.  
  19780. 100% {
  19781. -webkit-transform: rotate(359deg);
  19782. transform: rotate(359deg)
  19783. }
  19784. }
  19785.  
  19786. @media print {
  19787. .fa-rotate-90 {
  19788. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  19789. -webkit-transform: rotate(90deg);
  19790. -ms-transform: rotate(90deg);
  19791. transform: rotate(90deg)
  19792. }
  19793.  
  19794. .fa-rotate-180 {
  19795. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  19796. -webkit-transform: rotate(180deg);
  19797. -ms-transform: rotate(180deg);
  19798. transform: rotate(180deg)
  19799. }
  19800.  
  19801. .fa-rotate-270 {
  19802. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  19803. -webkit-transform: rotate(270deg);
  19804. -ms-transform: rotate(270deg);
  19805. transform: rotate(270deg)
  19806. }
  19807.  
  19808. .fa-flip-horizontal {
  19809. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  19810. -webkit-transform: scale(-1, 1);
  19811. -ms-transform: scale(-1, 1);
  19812. transform: scale(-1, 1)
  19813. }
  19814.  
  19815. .fa-flip-vertical {
  19816. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  19817. -webkit-transform: scale(1, -1);
  19818. -ms-transform: scale(1, -1);
  19819. transform: scale(1, -1)
  19820. }
  19821.  
  19822. :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  19823. filter: none
  19824. }
  19825.  
  19826. .fa-stack {
  19827. position: relative;
  19828. display: inline-block;
  19829. width: 2em;
  19830. height: 2em;
  19831. line-height: 2em;
  19832. vertical-align: middle
  19833. }
  19834.  
  19835. .fa-stack-1x, .fa-stack-2x {
  19836. position: absolute;
  19837. left: 0;
  19838. width: 100%;
  19839. text-align: center
  19840. }
  19841.  
  19842. .fa-stack-1x {
  19843. line-height: inherit
  19844. }
  19845.  
  19846. .fa-stack-2x {
  19847. font-size: 2em
  19848. }
  19849.  
  19850. .fa-inverse {
  19851. color: #fff
  19852. }
  19853.  
  19854. .fa-glass:before {
  19855. content: "\f000"
  19856. }
  19857.  
  19858. .fa-music:before {
  19859. content: "\f001"
  19860. }
  19861.  
  19862. .fa-search:before {
  19863. content: "\f002"
  19864. }
  19865.  
  19866. .fa-envelope-o:before {
  19867. content: "\f003"
  19868. }
  19869.  
  19870. .fa-heart:before {
  19871. content: "\f004"
  19872. }
  19873.  
  19874. .fa-star:before {
  19875. content: "\f005"
  19876. }
  19877.  
  19878. .fa-star-o:before {
  19879. content: "\f006"
  19880. }
  19881.  
  19882. .fa-user:before {
  19883. content: "\f007"
  19884. }
  19885.  
  19886. .fa-film:before {
  19887. content: "\f008"
  19888. }
  19889.  
  19890. .fa-th-large:before {
  19891. content: "\f009"
  19892. }
  19893.  
  19894. .fa-th:before {
  19895. content: "\f00a"
  19896. }
  19897.  
  19898. .fa-th-list:before {
  19899. content: "\f00b"
  19900. }
  19901.  
  19902. .fa-check:before {
  19903. content: "\f00c"
  19904. }
  19905.  
  19906. .fa-remove:before, .fa-close:before, .fa-times:before {
  19907. content: "\f00d"
  19908. }
  19909.  
  19910. .fa-search-plus:before {
  19911. content: "\f00e"
  19912. }
  19913.  
  19914. .fa-search-minus:before {
  19915. content: "\f010"
  19916. }
  19917.  
  19918. .fa-power-off:before {
  19919. content: "\f011"
  19920. }
  19921.  
  19922. .fa-signal:before {
  19923. content: "\f012"
  19924. }
  19925.  
  19926. .fa-gear:before, .fa-cog:before {
  19927. content: "\f013"
  19928. }
  19929.  
  19930. .fa-trash-o:before {
  19931. content: "\f014"
  19932. }
  19933.  
  19934. .fa-home:before {
  19935. content: "\f015"
  19936. }
  19937.  
  19938. .fa-file-o:before {
  19939. content: "\f016"
  19940. }
  19941.  
  19942. .fa-clock-o:before {
  19943. content: "\f017"
  19944. }
  19945.  
  19946. .fa-road:before {
  19947. content: "\f018"
  19948. }
  19949.  
  19950. .fa-download:before {
  19951. content: "\f019"
  19952. }
  19953.  
  19954. .fa-arrow-circle-o-down:before {
  19955. content: "\f01a"
  19956. }
  19957.  
  19958. .fa-arrow-circle-o-up:before {
  19959. content: "\f01b"
  19960. }
  19961.  
  19962. .fa-inbox:before {
  19963. content: "\f01c"
  19964. }
  19965.  
  19966. .fa-play-circle-o:before {
  19967. content: "\f01d"
  19968. }
  19969.  
  19970. .fa-rotate-right:before, .fa-repeat:before {
  19971. content: "\f01e"
  19972. }
  19973.  
  19974. .fa-refresh:before {
  19975. content: "\f021"
  19976. }
  19977.  
  19978. .fa-list-alt:before {
  19979. content: "\f022"
  19980. }
  19981.  
  19982. .fa-lock:before {
  19983. content: "\f023"
  19984. }
  19985.  
  19986. .fa-flag:before {
  19987. content: "\f024"
  19988. }
  19989.  
  19990. .fa-headphones:before {
  19991. content: "\f025"
  19992. }
  19993.  
  19994. .fa-volume-off:before {
  19995. content: "\f026"
  19996. }
  19997.  
  19998. .fa-volume-down:before {
  19999. content: "\f027"
  20000. }
  20001.  
  20002. .fa-volume-up:before {
  20003. content: "\f028"
  20004. }
  20005.  
  20006. .fa-qrcode:before {
  20007. content: "\f029"
  20008. }
  20009.  
  20010. .fa-barcode:before {
  20011. content: "\f02a"
  20012. }
  20013.  
  20014. .fa-tag:before {
  20015. content: "\f02b"
  20016. }
  20017.  
  20018. .fa-tags:before {
  20019. content: "\f02c"
  20020. }
  20021.  
  20022. .fa-book:before {
  20023. content: "\f02d"
  20024. }
  20025.  
  20026. .fa-bookmark:before {
  20027. content: "\f02e"
  20028. }
  20029.  
  20030. .fa-print:before {
  20031. content: "\f02f"
  20032. }
  20033.  
  20034. .fa-camera:before {
  20035. content: "\f030"
  20036. }
  20037.  
  20038. .fa-font:before {
  20039. content: "\f031"
  20040. }
  20041.  
  20042. .fa-bold:before {
  20043. content: "\f032"
  20044. }
  20045.  
  20046. .fa-italic:before {
  20047. content: "\f033"
  20048. }
  20049.  
  20050. .fa-text-height:before {
  20051. content: "\f034"
  20052. }
  20053.  
  20054. .fa-text-width:before {
  20055. content: "\f035"
  20056. }
  20057.  
  20058. .fa-align-left:before {
  20059. content: "\f036"
  20060. }
  20061.  
  20062. .fa-align-center:before {
  20063. content: "\f037"
  20064. }
  20065.  
  20066. .fa-align-right:before {
  20067. content: "\f038"
  20068. }
  20069.  
  20070. .fa-align-justify:before {
  20071. content: "\f039"
  20072. }
  20073.  
  20074. .fa-list:before {
  20075. content: "\f03a"
  20076. }
  20077.  
  20078. .fa-dedent:before, .fa-outdent:before {
  20079. content: "\f03b"
  20080. }
  20081.  
  20082. .fa-indent:before {
  20083. content: "\f03c"
  20084. }
  20085.  
  20086. .fa-video-camera:before {
  20087. content: "\f03d"
  20088. }
  20089.  
  20090. .fa-photo:before, .fa-image:before, .fa-picture-o:before {
  20091. content: "\f03e"
  20092. }
  20093.  
  20094. .fa-pencil:before {
  20095. content: "\f040"
  20096. }
  20097.  
  20098. .fa-map-marker:before {
  20099. content: "\f041"
  20100. }
  20101.  
  20102. .fa-adjust:before {
  20103. content: "\f042"
  20104. }
  20105.  
  20106. .fa-tint:before {
  20107. content: "\f043"
  20108. }
  20109.  
  20110. .fa-edit:before, .fa-pencil-square-o:before {
  20111. content: "\f044"
  20112. }
  20113.  
  20114. .fa-share-square-o:before {
  20115. content: "\f045"
  20116. }
  20117.  
  20118. .fa-check-square-o:before {
  20119. content: "\f046"
  20120. }
  20121.  
  20122. .fa-arrows:before {
  20123. content: "\f047"
  20124. }
  20125.  
  20126. .fa-step-backward:before {
  20127. content: "\f048"
  20128. }
  20129.  
  20130. .fa-fast-backward:before {
  20131. content: "\f049"
  20132. }
  20133.  
  20134. .fa-backward:before {
  20135. content: "\f04a"
  20136. }
  20137.  
  20138. .fa-play:before {
  20139. content: "\f04b"
  20140. }
  20141.  
  20142. .fa-pause:before {
  20143. content: "\f04c"
  20144. }
  20145.  
  20146. .fa-stop:before {
  20147. content: "\f04d"
  20148. }
  20149.  
  20150. .fa-forward:before {
  20151. content: "\f04e"
  20152. }
  20153.  
  20154. .fa-fast-forward:before {
  20155. content: "\f050"
  20156. }
  20157.  
  20158. .fa-step-forward:before {
  20159. content: "\f051"
  20160. }
  20161.  
  20162. .fa-eject:before {
  20163. content: "\f052"
  20164. }
  20165.  
  20166. .fa-chevron-left:before {
  20167. content: "\f053"
  20168. }
  20169.  
  20170. .fa-chevron-right:before {
  20171. content: "\f054"
  20172. }
  20173.  
  20174. .fa-plus-circle:before {
  20175. content: "\f055"
  20176. }
  20177.  
  20178. .fa-minus-circle:before {
  20179. content: "\f056"
  20180. }
  20181.  
  20182. .fa-times-circle:before {
  20183. content: "\f057"
  20184. }
  20185.  
  20186. .fa-check-circle:before {
  20187. content: "\f058"
  20188. }
  20189.  
  20190. .fa-question-circle:before {
  20191. content: "\f059"
  20192. }
  20193.  
  20194. .fa-info-circle:before {
  20195. content: "\f05a"
  20196. }
  20197.  
  20198. .fa-crosshairs:before {
  20199. content: "\f05b"
  20200. }
  20201.  
  20202. .fa-times-circle-o:before {
  20203. content: "\f05c"
  20204. }
  20205.  
  20206. .fa-check-circle-o:before {
  20207. content: "\f05d"
  20208. }
  20209.  
  20210. .fa-ban:before {
  20211. content: "\f05e"
  20212. }
  20213.  
  20214. .fa-arrow-left:before {
  20215. content: "\f060"
  20216. }
  20217.  
  20218. .fa-arrow-right:before {
  20219. content: "\f061"
  20220. }
  20221.  
  20222. .fa-arrow-up:before {
  20223. content: "\f062"
  20224. }
  20225.  
  20226. .fa-arrow-down:before {
  20227. content: "\f063"
  20228. }
  20229.  
  20230. .fa-mail-forward:before, .fa-share:before {
  20231. content: "\f064"
  20232. }
  20233.  
  20234. .fa-expand:before {
  20235. content: "\f065"
  20236. }
  20237.  
  20238. .fa-compress:before {
  20239. content: "\f066"
  20240. }
  20241.  
  20242. .fa-plus:before {
  20243. content: "\f067"
  20244. }
  20245.  
  20246. .fa-minus:before {
  20247. content: "\f068"
  20248. }
  20249.  
  20250. .fa-asterisk:before {
  20251. content: "\f069"
  20252. }
  20253.  
  20254. .fa-exclamation-circle:before {
  20255. content: "\f06a"
  20256. }
  20257.  
  20258. .fa-gift:before {
  20259. content: "\f06b"
  20260. }
  20261.  
  20262. .fa-leaf:before {
  20263. content: "\f06c"
  20264. }
  20265.  
  20266. .fa-fire:before {
  20267. content: "\f06d"
  20268. }
  20269.  
  20270. .fa-eye:before {
  20271. content: "\f06e"
  20272. }
  20273.  
  20274. .fa-eye-slash:before {
  20275. content: "\f070"
  20276. }
  20277.  
  20278. .fa-warning:before, .fa-exclamation-triangle:before {
  20279. content: "\f071"
  20280. }
  20281.  
  20282. .fa-plane:before {
  20283. content: "\f072"
  20284. }
  20285.  
  20286. .fa-calendar:before {
  20287. content: "\f073"
  20288. }
  20289.  
  20290. .fa-random:before {
  20291. content: "\f074"
  20292. }
  20293.  
  20294. .fa-comment:before {
  20295. content: "\f075"
  20296. }
  20297.  
  20298. .fa-magnet:before {
  20299. content: "\f076"
  20300. }
  20301.  
  20302. .fa-chevron-up:before {
  20303. content: "\f077"
  20304. }
  20305.  
  20306. .fa-chevron-down:before {
  20307. content: "\f078"
  20308. }
  20309.  
  20310. .fa-retweet:before {
  20311. content: "\f079"
  20312. }
  20313.  
  20314. .fa-shopping-cart:before {
  20315. content: "\f07a"
  20316. }
  20317.  
  20318. .fa-folder:before {
  20319. content: "\f07b"
  20320. }
  20321.  
  20322. .fa-folder-open:before {
  20323. content: "\f07c"
  20324. }
  20325.  
  20326. .fa-arrows-v:before {
  20327. content: "\f07d"
  20328. }
  20329.  
  20330. .fa-arrows-h:before {
  20331. content: "\f07e"
  20332. }
  20333.  
  20334. .fa-bar-chart-o:before, .fa-bar-chart:before {
  20335. content: "\f080"
  20336. }
  20337.  
  20338. .fa-twitter-square:before {
  20339. content: "\f081"
  20340. }
  20341.  
  20342. .fa-facebook-square:before {
  20343. content: "\f082"
  20344. }
  20345.  
  20346. .fa-camera-retro:before {
  20347. content: "\f083"
  20348. }
  20349.  
  20350. .fa-key:before {
  20351. content: "\f084"
  20352. }
  20353.  
  20354. .fa-gears:before, .fa-cogs:before {
  20355. content: "\f085"
  20356. }
  20357.  
  20358. .fa-comments:before {
  20359. content: "\f086"
  20360. }
  20361.  
  20362. .fa-thumbs-o-up:before {
  20363. content: "\f087"
  20364. }
  20365.  
  20366. .fa-thumbs-o-down:before {
  20367. content: "\f088"
  20368. }
  20369.  
  20370. .fa-star-half:before {
  20371. content: "\f089"
  20372. }
  20373.  
  20374. .fa-heart-o:before {
  20375. content: "\f08a"
  20376. }
  20377.  
  20378. .fa-sign-out:before {
  20379. content: "\f08b"
  20380. }
  20381.  
  20382. .fa-linkedin-square:before {
  20383. content: "\f08c"
  20384. }
  20385.  
  20386. .fa-thumb-tack:before {
  20387. content: "\f08d"
  20388. }
  20389.  
  20390. .fa-external-link:before {
  20391. content: "\f08e"
  20392. }
  20393.  
  20394. .fa-sign-in:before {
  20395. content: "\f090"
  20396. }
  20397.  
  20398. .fa-trophy:before {
  20399. content: "\f091"
  20400. }
  20401.  
  20402. .fa-github-square:before {
  20403. content: "\f092"
  20404. }
  20405.  
  20406. .fa-upload:before {
  20407. content: "\f093"
  20408. }
  20409.  
  20410. .fa-lemon-o:before {
  20411. content: "\f094"
  20412. }
  20413.  
  20414. .fa-phone:before {
  20415. content: "\f095"
  20416. }
  20417.  
  20418. .fa-square-o:before {
  20419. content: "\f096"
  20420. }
  20421.  
  20422. .fa-bookmark-o:before {
  20423. content: "\f097"
  20424. }
  20425.  
  20426. .fa-phone-square:before {
  20427. content: "\f098"
  20428. }
  20429.  
  20430. .fa-twitter:before {
  20431. content: "\f099"
  20432. }
  20433.  
  20434. .fa-facebook:before {
  20435. content: "\f09a"
  20436. }
  20437.  
  20438. .fa-github:before {
  20439. content: "\f09b"
  20440. }
  20441.  
  20442. .fa-unlock:before {
  20443. content: "\f09c"
  20444. }
  20445.  
  20446. .fa-credit-card:before {
  20447. content: "\f09d"
  20448. }
  20449.  
  20450. .fa-rss:before {
  20451. content: "\f09e"
  20452. }
  20453.  
  20454. .fa-hdd-o:before {
  20455. content: "\f0a0"
  20456. }
  20457.  
  20458. .fa-bullhorn:before {
  20459. content: "\f0a1"
  20460. }
  20461.  
  20462. .fa-bell:before {
  20463. content: "\f0f3"
  20464. }
  20465.  
  20466. .fa-certificate:before {
  20467. content: "\f0a3"
  20468. }
  20469.  
  20470. .fa-hand-o-right:before {
  20471. content: "\f0a4"
  20472. }
  20473.  
  20474. .fa-hand-o-left:before {
  20475. content: "\f0a5"
  20476. }
  20477.  
  20478. .fa-hand-o-up:before {
  20479. content: "\f0a6"
  20480. }
  20481.  
  20482. .fa-hand-o-down:before {
  20483. content: "\f0a7"
  20484. }
  20485.  
  20486. .fa-arrow-circle-left:before {
  20487. content: "\f0a8"
  20488. }
  20489.  
  20490. .fa-arrow-circle-right:before {
  20491. content: "\f0a9"
  20492. }
  20493.  
  20494. .fa-arrow-circle-up:before {
  20495. content: "\f0aa"
  20496. }
  20497.  
  20498. .fa-arrow-circle-down:before {
  20499. content: "\f0ab"
  20500. }
  20501.  
  20502. .fa-globe:before {
  20503. content: "\f0ac"
  20504. }
  20505.  
  20506. .fa-wrench:before {
  20507. content: "\f0ad"
  20508. }
  20509.  
  20510. .fa-tasks:before {
  20511. content: "\f0ae"
  20512. }
  20513.  
  20514. .fa-filter:before {
  20515. content: "\f0b0"
  20516. }
  20517.  
  20518. .fa-briefcase:before {
  20519. content: "\f0b1"
  20520. }
  20521.  
  20522. .fa-arrows-alt:before {
  20523. content: "\f0b2"
  20524. }
  20525.  
  20526. .fa-group:before, .fa-users:before {
  20527. content: "\f0c0"
  20528. }
  20529.  
  20530. .fa-chain:before, .fa-link:before {
  20531. content: "\f0c1"
  20532. }
  20533.  
  20534. .fa-cloud:before {
  20535. content: "\f0c2"
  20536. }
  20537.  
  20538. .fa-flask:before {
  20539. content: "\f0c3"
  20540. }
  20541.  
  20542. .fa-cut:before, .fa-scissors:before {
  20543. content: "\f0c4"
  20544. }
  20545.  
  20546. .fa-copy:before, .fa-files-o:before {
  20547. content: "\f0c5"
  20548. }
  20549.  
  20550. .fa-paperclip:before {
  20551. content: "\f0c6"
  20552. }
  20553.  
  20554. .fa-save:before, .fa-floppy-o:before {
  20555. content: "\f0c7"
  20556. }
  20557.  
  20558. .fa-square:before {
  20559. content: "\f0c8"
  20560. }
  20561.  
  20562. .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  20563. content: "\f0c9"
  20564. }
  20565.  
  20566. .fa-list-ul:before {
  20567. content: "\f0ca"
  20568. }
  20569.  
  20570. .fa-list-ol:before {
  20571. content: "\f0cb"
  20572. }
  20573.  
  20574. .fa-strikethrough:before {
  20575. content: "\f0cc"
  20576. }
  20577.  
  20578. .fa-underline:before {
  20579. content: "\f0cd"
  20580. }
  20581.  
  20582. .fa-table:before {
  20583. content: "\f0ce"
  20584. }
  20585.  
  20586. .fa-magic:before {
  20587. content: "\f0d0"
  20588. }
  20589.  
  20590. .fa-truck:before {
  20591. content: "\f0d1"
  20592. }
  20593.  
  20594. .fa-pinterest:before {
  20595. content: "\f0d2"
  20596. }
  20597.  
  20598. .fa-pinterest-square:before {
  20599. content: "\f0d3"
  20600. }
  20601.  
  20602. .fa-google-plus-square:before {
  20603. content: "\f0d4"
  20604. }
  20605.  
  20606. .fa-google-plus:before {
  20607. content: "\f0d5"
  20608. }
  20609.  
  20610. .fa-money:before {
  20611. content: "\f0d6"
  20612. }
  20613.  
  20614. .fa-caret-down:before {
  20615. content: "\f0d7"
  20616. }
  20617.  
  20618. .fa-caret-up:before {
  20619. content: "\f0d8"
  20620. }
  20621.  
  20622. .fa-caret-left:before {
  20623. content: "\f0d9"
  20624. }
  20625.  
  20626. .fa-caret-right:before {
  20627. content: "\f0da"
  20628. }
  20629.  
  20630. .fa-columns:before {
  20631. content: "\f0db"
  20632. }
  20633.  
  20634. .fa-unsorted:before, .fa-sort:before {
  20635. content: "\f0dc"
  20636. }
  20637.  
  20638. .fa-sort-down:before, .fa-sort-desc:before {
  20639. content: "\f0dd"
  20640. }
  20641.  
  20642. .fa-sort-up:before, .fa-sort-asc:before {
  20643. content: "\f0de"
  20644. }
  20645.  
  20646. .fa-envelope:before {
  20647. content: "\f0e0"
  20648. }
  20649.  
  20650. .fa-linkedin:before {
  20651. content: "\f0e1"
  20652. }
  20653.  
  20654. .fa-rotate-left:before, .fa-undo:before {
  20655. content: "\f0e2"
  20656. }
  20657.  
  20658. .fa-legal:before, .fa-gavel:before {
  20659. content: "\f0e3"
  20660. }
  20661.  
  20662. .fa-dashboard:before, .fa-tachometer:before {
  20663. content: "\f0e4"
  20664. }
  20665.  
  20666. .fa-comment-o:before {
  20667. content: "\f0e5"
  20668. }
  20669.  
  20670. .fa-comments-o:before {
  20671. content: "\f0e6"
  20672. }
  20673.  
  20674. .fa-flash:before, .fa-bolt:before {
  20675. content: "\f0e7"
  20676. }
  20677.  
  20678. .fa-sitemap:before {
  20679. content: "\f0e8"
  20680. }
  20681.  
  20682. .fa-umbrella:before {
  20683. content: "\f0e9"
  20684. }
  20685.  
  20686. .fa-paste:before, .fa-clipboard:before {
  20687. content: "\f0ea"
  20688. }
  20689.  
  20690. .fa-lightbulb-o:before {
  20691. content: "\f0eb"
  20692. }
  20693.  
  20694. .fa-exchange:before {
  20695. content: "\f0ec"
  20696. }
  20697.  
  20698. .fa-cloud-download:before {
  20699. content: "\f0ed"
  20700. }
  20701.  
  20702. .fa-cloud-upload:before {
  20703. content: "\f0ee"
  20704. }
  20705.  
  20706. .fa-user-md:before {
  20707. content: "\f0f0"
  20708. }
  20709.  
  20710. .fa-stethoscope:before {
  20711. content: "\f0f1"
  20712. }
  20713.  
  20714. .fa-suitcase:before {
  20715. content: "\f0f2"
  20716. }
  20717.  
  20718. .fa-bell-o:before {
  20719. content: "\f0a2"
  20720. }
  20721.  
  20722. .fa-coffee:before {
  20723. content: "\f0f4"
  20724. }
  20725.  
  20726. .fa-cutlery:before {
  20727. content: "\f0f5"
  20728. }
  20729.  
  20730. .fa-file-text-o:before {
  20731. content: "\f0f6"
  20732. }
  20733.  
  20734. .fa-building-o:before {
  20735. content: "\f0f7"
  20736. }
  20737.  
  20738. .fa-hospital-o:before {
  20739. content: "\f0f8"
  20740. }
  20741.  
  20742. .fa-ambulance:before {
  20743. content: "\f0f9"
  20744. }
  20745.  
  20746. .fa-medkit:before {
  20747. content: "\f0fa"
  20748. }
  20749.  
  20750. .fa-fighter-jet:before {
  20751. content: "\f0fb"
  20752. }
  20753.  
  20754. .fa-beer:before {
  20755. content: "\f0fc"
  20756. }
  20757.  
  20758. .fa-h-square:before {
  20759. content: "\f0fd"
  20760. }
  20761.  
  20762. .fa-plus-square:before {
  20763. content: "\f0fe"
  20764. }
  20765.  
  20766. .fa-angle-double-left:before {
  20767. content: "\f100"
  20768. }
  20769.  
  20770. .fa-angle-double-right:before {
  20771. content: "\f101"
  20772. }
  20773.  
  20774. .fa-angle-double-up:before {
  20775. content: "\f102"
  20776. }
  20777.  
  20778. .fa-angle-double-down:before {
  20779. content: "\f103"
  20780. }
  20781.  
  20782. .fa-angle-left:before {
  20783. content: "\f104"
  20784. }
  20785.  
  20786. .fa-angle-right:before {
  20787. content: "\f105"
  20788. }
  20789.  
  20790. .fa-angle-up:before {
  20791. content: "\f106"
  20792. }
  20793.  
  20794. .fa-angle-down:before {
  20795. content: "\f107"
  20796. }
  20797.  
  20798. .fa-desktop:before {
  20799. content: "\f108"
  20800. }
  20801.  
  20802. .fa-laptop:before {
  20803. content: "\f109"
  20804. }
  20805.  
  20806. .fa-tablet:before {
  20807. content: "\f10a"
  20808. }
  20809.  
  20810. .fa-mobile-phone:before, .fa-mobile:before {
  20811. content: "\f10b"
  20812. }
  20813.  
  20814. .fa-circle-o:before {
  20815. content: "\f10c"
  20816. }
  20817.  
  20818. .fa-quote-left:before {
  20819. content: "\f10d"
  20820. }
  20821.  
  20822. .fa-quote-right:before {
  20823. content: "\f10e"
  20824. }
  20825.  
  20826. .fa-spinner:before {
  20827. content: "\f110"
  20828. }
  20829.  
  20830. .fa-circle:before {
  20831. content: "\f111"
  20832. }
  20833.  
  20834. .fa-mail-reply:before, .fa-reply:before {
  20835. content: "\f112"
  20836. }
  20837.  
  20838. .fa-github-alt:before {
  20839. content: "\f113"
  20840. }
  20841.  
  20842. .fa-folder-o:before {
  20843. content: "\f114"
  20844. }
  20845.  
  20846. .fa-folder-open-o:before {
  20847. content: "\f115"
  20848. }
  20849.  
  20850. .fa-smile-o:before {
  20851. content: "\f118"
  20852. }
  20853.  
  20854. .fa-frown-o:before {
  20855. content: "\f119"
  20856. }
  20857.  
  20858. .fa-meh-o:before {
  20859. content: "\f11a"
  20860. }
  20861.  
  20862. .fa-gamepad:before {
  20863. content: "\f11b"
  20864. }
  20865.  
  20866. .fa-keyboard-o:before {
  20867. content: "\f11c"
  20868. }
  20869.  
  20870. .fa-flag-o:before {
  20871. content: "\f11d"
  20872. }
  20873.  
  20874. .fa-flag-checkered:before {
  20875. content: "\f11e"
  20876. }
  20877.  
  20878. .fa-terminal:before {
  20879. content: "\f120"
  20880. }
  20881.  
  20882. .fa-code:before {
  20883. content: "\f121"
  20884. }
  20885.  
  20886. .fa-mail-reply-all:before, .fa-reply-all:before {
  20887. content: "\f122"
  20888. }
  20889.  
  20890. .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  20891. content: "\f123"
  20892. }
  20893.  
  20894. .fa-location-arrow:before {
  20895. content: "\f124"
  20896. }
  20897.  
  20898. .fa-crop:before {
  20899. content: "\f125"
  20900. }
  20901.  
  20902. .fa-code-fork:before {
  20903. content: "\f126"
  20904. }
  20905.  
  20906. .fa-unlink:before, .fa-chain-broken:before {
  20907. content: "\f127"
  20908. }
  20909.  
  20910. .fa-question:before {
  20911. content: "\f128"
  20912. }
  20913.  
  20914. .fa-info:before {
  20915. content: "\f129"
  20916. }
  20917.  
  20918. .fa-exclamation:before {
  20919. content: "\f12a"
  20920. }
  20921.  
  20922. .fa-superscript:before {
  20923. content: "\f12b"
  20924. }
  20925.  
  20926. .fa-subscript:before {
  20927. content: "\f12c"
  20928. }
  20929.  
  20930. .fa-eraser:before {
  20931. content: "\f12d"
  20932. }
  20933.  
  20934. .fa-puzzle-piece:before {
  20935. content: "\f12e"
  20936. }
  20937.  
  20938. .fa-microphone:before {
  20939. content: "\f130"
  20940. }
  20941.  
  20942. .fa-microphone-slash:before {
  20943. content: "\f131"
  20944. }
  20945.  
  20946. .fa-shield:before {
  20947. content: "\f132"
  20948. }
  20949.  
  20950. .fa-calendar-o:before {
  20951. content: "\f133"
  20952. }
  20953.  
  20954. .fa-fire-extinguisher:before {
  20955. content: "\f134"
  20956. }
  20957.  
  20958. .fa-rocket:before {
  20959. content: "\f135"
  20960. }
  20961.  
  20962. .fa-maxcdn:before {
  20963. content: "\f136"
  20964. }
  20965.  
  20966. .fa-chevron-circle-left:before {
  20967. content: "\f137"
  20968. }
  20969.  
  20970. .fa-chevron-circle-right:before {
  20971. content: "\f138"
  20972. }
  20973.  
  20974. .fa-chevron-circle-up:before {
  20975. content: "\f139"
  20976. }
  20977.  
  20978. .fa-chevron-circle-down:before {
  20979. content: "\f13a"
  20980. }
  20981.  
  20982. .fa-html5:before {
  20983. content: "\f13b"
  20984. }
  20985.  
  20986. .fa-css3:before {
  20987. content: "\f13c"
  20988. }
  20989.  
  20990. .fa-anchor:before {
  20991. content: "\f13d"
  20992. }
  20993.  
  20994. .fa-unlock-alt:before {
  20995. content: "\f13e"
  20996. }
  20997.  
  20998. .fa-bullseye:before {
  20999. content: "\f140"
  21000. }
  21001.  
  21002. .fa-ellipsis-h:before {
  21003. content: "\f141"
  21004. }
  21005.  
  21006. .fa-ellipsis-v:before {
  21007. content: "\f142"
  21008. }
  21009.  
  21010. .fa-rss-square:before {
  21011. content: "\f143"
  21012. }
  21013.  
  21014. .fa-play-circle:before {
  21015. content: "\f144"
  21016. }
  21017.  
  21018. .fa-ticket:before {
  21019. content: "\f145"
  21020. }
  21021.  
  21022. .fa-minus-square:before {
  21023. content: "\f146"
  21024. }
  21025.  
  21026. .fa-minus-square-o:before {
  21027. content: "\f147"
  21028. }
  21029.  
  21030. .fa-level-up:before {
  21031. content: "\f148"
  21032. }
  21033.  
  21034. .fa-level-down:before {
  21035. content: "\f149"
  21036. }
  21037.  
  21038. .fa-check-square:before {
  21039. content: "\f14a"
  21040. }
  21041.  
  21042. .fa-pencil-square:before {
  21043. content: "\f14b"
  21044. }
  21045.  
  21046. .fa-external-link-square:before {
  21047. content: "\f14c"
  21048. }
  21049.  
  21050. .fa-share-square:before {
  21051. content: "\f14d"
  21052. }
  21053.  
  21054. .fa-compass:before {
  21055. content: "\f14e"
  21056. }
  21057.  
  21058. .fa-toggle-down:before, .fa-caret-square-o-down:before {
  21059. content: "\f150"
  21060. }
  21061.  
  21062. .fa-toggle-up:before, .fa-caret-square-o-up:before {
  21063. content: "\f151"
  21064. }
  21065.  
  21066. .fa-toggle-right:before, .fa-caret-square-o-right:before {
  21067. content: "\f152"
  21068. }
  21069.  
  21070. .fa-euro:before, .fa-eur:before {
  21071. content: "\f153"
  21072. }
  21073.  
  21074. .fa-gbp:before {
  21075. content: "\f154"
  21076. }
  21077.  
  21078. .fa-dollar:before, .fa-usd:before {
  21079. content: "\f155"
  21080. }
  21081.  
  21082. .fa-rupee:before, .fa-inr:before {
  21083. content: "\f156"
  21084. }
  21085.  
  21086. .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  21087. content: "\f157"
  21088. }
  21089.  
  21090. .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  21091. content: "\f158"
  21092. }
  21093.  
  21094. .fa-won:before, .fa-krw:before {
  21095. content: "\f159"
  21096. }
  21097.  
  21098. .fa-bitcoin:before, .fa-btc:before {
  21099. content: "\f15a"
  21100. }
  21101.  
  21102. .fa-file:before {
  21103. content: "\f15b"
  21104. }
  21105.  
  21106. .fa-file-text:before {
  21107. content: "\f15c"
  21108. }
  21109.  
  21110. .fa-sort-alpha-asc:before {
  21111. content: "\f15d"
  21112. }
  21113.  
  21114. .fa-sort-alpha-desc:before {
  21115. content: "\f15e"
  21116. }
  21117.  
  21118. .fa-sort-amount-asc:before {
  21119. content: "\f160"
  21120. }
  21121.  
  21122. .fa-sort-amount-desc:before {
  21123. content: "\f161"
  21124. }
  21125.  
  21126. .fa-sort-numeric-asc:before {
  21127. content: "\f162"
  21128. }
  21129.  
  21130. .fa-sort-numeric-desc:before {
  21131. content: "\f163"
  21132. }
  21133.  
  21134. .fa-thumbs-up:before {
  21135. content: "\f164"
  21136. }
  21137.  
  21138. .fa-thumbs-down:before {
  21139. content: "\f165"
  21140. }
  21141.  
  21142. .fa-youtube-square:before {
  21143. content: "\f166"
  21144. }
  21145.  
  21146. .fa-youtube:before {
  21147. content: "\f167"
  21148. }
  21149.  
  21150. .fa-xing:before {
  21151. content: "\f168"
  21152. }
  21153.  
  21154. .fa-xing-square:before {
  21155. content: "\f169"
  21156. }
  21157.  
  21158. .fa-youtube-play:before {
  21159. content: "\f16a"
  21160. }
  21161.  
  21162. .fa-dropbox:before {
  21163. content: "\f16b"
  21164. }
  21165.  
  21166. .fa-stack-overflow:before {
  21167. content: "\f16c"
  21168. }
  21169.  
  21170. .fa-instagram:before {
  21171. content: "\f16d"
  21172. }
  21173.  
  21174. .fa-flickr:before {
  21175. content: "\f16e"
  21176. }
  21177.  
  21178. .fa-adn:before {
  21179. content: "\f170"
  21180. }
  21181.  
  21182. .fa-bitbucket:before {
  21183. content: "\f171"
  21184. }
  21185.  
  21186. .fa-bitbucket-square:before {
  21187. content: "\f172"
  21188. }
  21189.  
  21190. .fa-tumblr:before {
  21191. content: "\f173"
  21192. }
  21193.  
  21194. .fa-tumblr-square:before {
  21195. content: "\f174"
  21196. }
  21197.  
  21198. .fa-long-arrow-down:before {
  21199. content: "\f175"
  21200. }
  21201.  
  21202. .fa-long-arrow-up:before {
  21203. content: "\f176"
  21204. }
  21205.  
  21206. .fa-long-arrow-left:before {
  21207. content: "\f177"
  21208. }
  21209.  
  21210. .fa-long-arrow-right:before {
  21211. content: "\f178"
  21212. }
  21213.  
  21214. .fa-apple:before {
  21215. content: "\f179"
  21216. }
  21217.  
  21218. .fa-windows:before {
  21219. content: "\f17a"
  21220. }
  21221.  
  21222. .fa-android:before {
  21223. content: "\f17b"
  21224. }
  21225.  
  21226. .fa-linux:before {
  21227. content: "\f17c"
  21228. }
  21229.  
  21230. .fa-dribbble:before {
  21231. content: "\f17d"
  21232. }
  21233.  
  21234. .fa-skype:before {
  21235. content: "\f17e"
  21236. }
  21237.  
  21238. .fa-foursquare:before {
  21239. content: "\f180"
  21240. }
  21241.  
  21242. .fa-trello:before {
  21243. content: "\f181"
  21244. }
  21245.  
  21246. .fa-female:before {
  21247. content: "\f182"
  21248. }
  21249.  
  21250. .fa-male:before {
  21251. content: "\f183"
  21252. }
  21253.  
  21254. .fa-gittip:before {
  21255. content: "\f184"
  21256. }
  21257.  
  21258. .fa-sun-o:before {
  21259. content: "\f185"
  21260. }
  21261.  
  21262. .fa-moon-o:before {
  21263. content: "\f186"
  21264. }
  21265.  
  21266. .fa-archive:before {
  21267. content: "\f187"
  21268. }
  21269.  
  21270. .fa-bug:before {
  21271. content: "\f188"
  21272. }
  21273.  
  21274. .fa-vk:before {
  21275. content: "\f189"
  21276. }
  21277.  
  21278. .fa-weibo:before {
  21279. content: "\f18a"
  21280. }
  21281.  
  21282. .fa-renren:before {
  21283. content: "\f18b"
  21284. }
  21285.  
  21286. .fa-pagelines:before {
  21287. content: "\f18c"
  21288. }
  21289.  
  21290. .fa-stack-exchange:before {
  21291. content: "\f18d"
  21292. }
  21293.  
  21294. .fa-arrow-circle-o-right:before {
  21295. content: "\f18e"
  21296. }
  21297.  
  21298. .fa-arrow-circle-o-left:before {
  21299. content: "\f190"
  21300. }
  21301.  
  21302. .fa-toggle-left:before, .fa-caret-square-o-left:before {
  21303. content: "\f191"
  21304. }
  21305.  
  21306. .fa-dot-circle-o:before {
  21307. content: "\f192"
  21308. }
  21309.  
  21310. .fa-wheelchair:before {
  21311. content: "\f193"
  21312. }
  21313.  
  21314. .fa-vimeo-square:before {
  21315. content: "\f194"
  21316. }
  21317.  
  21318. .fa-turkish-lira:before, .fa-try:before {
  21319. content: "\f195"
  21320. }
  21321.  
  21322. .fa-plus-square-o:before {
  21323. content: "\f196"
  21324. }
  21325.  
  21326. .fa-space-shuttle:before {
  21327. content: "\f197"
  21328. }
  21329.  
  21330. .fa-slack:before {
  21331. content: "\f198"
  21332. }
  21333.  
  21334. .fa-envelope-square:before {
  21335. content: "\f199"
  21336. }
  21337.  
  21338. .fa-wordpress:before {
  21339. content: "\f19a"
  21340. }
  21341.  
  21342. .fa-openid:before {
  21343. content: "\f19b"
  21344. }
  21345.  
  21346. .fa-institution:before, .fa-bank:before, .fa-university:before {
  21347. content: "\f19c"
  21348. }
  21349.  
  21350. .fa-mortar-board:before, .fa-graduation-cap:before {
  21351. content: "\f19d"
  21352. }
  21353.  
  21354. .fa-yahoo:before {
  21355. content: "\f19e"
  21356. }
  21357.  
  21358. .fa-google:before {
  21359. content: "\f1a0"
  21360. }
  21361.  
  21362. .fa-reddit:before {
  21363. content: "\f1a1"
  21364. }
  21365.  
  21366. .fa-reddit-square:before {
  21367. content: "\f1a2"
  21368. }
  21369.  
  21370. .fa-stumbleupon-circle:before {
  21371. content: "\f1a3"
  21372. }
  21373.  
  21374. .fa-stumbleupon:before {
  21375. content: "\f1a4"
  21376. }
  21377.  
  21378. .fa-delicious:before {
  21379. content: "\f1a5"
  21380. }
  21381.  
  21382. .fa-digg:before {
  21383. content: "\f1a6"
  21384. }
  21385.  
  21386. .fa-pied-piper:before {
  21387. content: "\f1a7"
  21388. }
  21389.  
  21390. .fa-pied-piper-alt:before {
  21391. content: "\f1a8"
  21392. }
  21393.  
  21394. .fa-drupal:before {
  21395. content: "\f1a9"
  21396. }
  21397.  
  21398. .fa-joomla:before {
  21399. content: "\f1aa"
  21400. }
  21401.  
  21402. .fa-language:before {
  21403. content: "\f1ab"
  21404. }
  21405.  
  21406. .fa-fax:before {
  21407. content: "\f1ac"
  21408. }
  21409.  
  21410. .fa-building:before {
  21411. content: "\f1ad"
  21412. }
  21413.  
  21414. .fa-child:before {
  21415. content: "\f1ae"
  21416. }
  21417.  
  21418. .fa-paw:before {
  21419. content: "\f1b0"
  21420. }
  21421.  
  21422. .fa-spoon:before {
  21423. content: "\f1b1"
  21424. }
  21425.  
  21426. .fa-cube:before {
  21427. content: "\f1b2"
  21428. }
  21429.  
  21430. .fa-cubes:before {
  21431. content: "\f1b3"
  21432. }
  21433.  
  21434. .fa-behance:before {
  21435. content: "\f1b4"
  21436. }
  21437.  
  21438. .fa-behance-square:before {
  21439. content: "\f1b5"
  21440. }
  21441.  
  21442. .fa-steam:before {
  21443. content: "\f1b6"
  21444. }
  21445.  
  21446. .fa-steam-square:before {
  21447. content: "\f1b7"
  21448. }
  21449.  
  21450. .fa-recycle:before {
  21451. content: "\f1b8"
  21452. }
  21453.  
  21454. .fa-automobile:before, .fa-car:before {
  21455. content: "\f1b9"
  21456. }
  21457.  
  21458. .fa-cab:before, .fa-taxi:before {
  21459. content: "\f1ba"
  21460. }
  21461.  
  21462. .fa-tree:before {
  21463. content: "\f1bb"
  21464. }
  21465.  
  21466. .fa-spotify:before {
  21467. content: "\f1bc"
  21468. }
  21469.  
  21470. .fa-deviantart:before {
  21471. content: "\f1bd"
  21472. }
  21473.  
  21474. .fa-soundcloud:before {
  21475. content: "\f1be"
  21476. }
  21477.  
  21478. .fa-database:before {
  21479. content: "\f1c0"
  21480. }
  21481.  
  21482. .fa-file-pdf-o:before {
  21483. content: "\f1c1"
  21484. }
  21485.  
  21486. .fa-file-word-o:before {
  21487. content: "\f1c2"
  21488. }
  21489.  
  21490. .fa-file-excel-o:before {
  21491. content: "\f1c3"
  21492. }
  21493.  
  21494. .fa-file-powerpoint-o:before {
  21495. content: "\f1c4"
  21496. }
  21497.  
  21498. .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  21499. content: "\f1c5"
  21500. }
  21501.  
  21502. .fa-file-zip-o:before, .fa-file-archive-o:before {
  21503. content: "\f1c6"
  21504. }
  21505.  
  21506. .fa-file-sound-o:before, .fa-file-audio-o:before {
  21507. content: "\f1c7"
  21508. }
  21509.  
  21510. .fa-file-movie-o:before, .fa-file-video-o:before {
  21511. content: "\f1c8"
  21512. }
  21513.  
  21514. .fa-file-code-o:before {
  21515. content: "\f1c9"
  21516. }
  21517.  
  21518. .fa-vine:before {
  21519. content: "\f1ca"
  21520. }
  21521.  
  21522. .fa-codepen:before {
  21523. content: "\f1cb"
  21524. }
  21525.  
  21526. .fa-jsfiddle:before {
  21527. content: "\f1cc"
  21528. }
  21529.  
  21530. .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  21531. content: "\f1cd"
  21532. }
  21533.  
  21534. .fa-circle-o-notch:before {
  21535. content: "\f1ce"
  21536. }
  21537.  
  21538. .fa-ra:before, .fa-rebel:before {
  21539. content: "\f1d0"
  21540. }
  21541.  
  21542. .fa-ge:before, .fa-empire:before {
  21543. content: "\f1d1"
  21544. }
  21545.  
  21546. .fa-git-square:before {
  21547. content: "\f1d2"
  21548. }
  21549.  
  21550. .fa-git:before {
  21551. content: "\f1d3"
  21552. }
  21553.  
  21554. .fa-hacker-news:before {
  21555. content: "\f1d4"
  21556. }
  21557.  
  21558. .fa-tencent-weibo:before {
  21559. content: "\f1d5"
  21560. }
  21561.  
  21562. .fa-qq:before {
  21563. content: "\f1d6"
  21564. }
  21565.  
  21566. .fa-wechat:before, .fa-weixin:before {
  21567. content: "\f1d7"
  21568. }
  21569.  
  21570. .fa-send:before, .fa-paper-plane:before {
  21571. content: "\f1d8"
  21572. }
  21573.  
  21574. .fa-send-o:before, .fa-paper-plane-o:before {
  21575. content: "\f1d9"
  21576. }
  21577.  
  21578. .fa-history:before {
  21579. content: "\f1da"
  21580. }
  21581.  
  21582. .fa-circle-thin:before {
  21583. content: "\f1db"
  21584. }
  21585.  
  21586. .fa-header:before {
  21587. content: "\f1dc"
  21588. }
  21589.  
  21590. .fa-paragraph:before {
  21591. content: "\f1dd"
  21592. }
  21593.  
  21594. .fa-sliders:before {
  21595. content: "\f1de"
  21596. }
  21597.  
  21598. .fa-share-alt:before {
  21599. content: "\f1e0"
  21600. }
  21601.  
  21602. .fa-share-alt-square:before {
  21603. content: "\f1e1"
  21604. }
  21605.  
  21606. .fa-bomb:before {
  21607. content: "\f1e2"
  21608. }
  21609.  
  21610. .fa-soccer-ball-o:before, .fa-futbol-o:before {
  21611. content: "\f1e3"
  21612. }
  21613.  
  21614. .fa-tty:before {
  21615. content: "\f1e4"
  21616. }
  21617.  
  21618. .fa-binoculars:before {
  21619. content: "\f1e5"
  21620. }
  21621.  
  21622. .fa-plug:before {
  21623. content: "\f1e6"
  21624. }
  21625.  
  21626. .fa-slideshare:before {
  21627. content: "\f1e7"
  21628. }
  21629.  
  21630. .fa-twitch:before {
  21631. content: "\f1e8"
  21632. }
  21633.  
  21634. .fa-yelp:before {
  21635. content: "\f1e9"
  21636. }
  21637.  
  21638. .fa-newspaper-o:before {
  21639. content: "\f1ea"
  21640. }
  21641.  
  21642. .fa-wifi:before {
  21643. content: "\f1eb"
  21644. }
  21645.  
  21646. .fa-calculator:before {
  21647. content: "\f1ec"
  21648. }
  21649.  
  21650. .fa-paypal:before {
  21651. content: "\f1ed"
  21652. }
  21653.  
  21654. .fa-google-wallet:before {
  21655. content: "\f1ee"
  21656. }
  21657.  
  21658. .fa-cc-visa:before {
  21659. content: "\f1f0"
  21660. }
  21661.  
  21662. .fa-cc-mastercard:before {
  21663. content: "\f1f1"
  21664. }
  21665.  
  21666. .fa-cc-discover:before {
  21667. content: "\f1f2"
  21668. }
  21669.  
  21670. .fa-cc-amex:before {
  21671. content: "\f1f3"
  21672. }
  21673.  
  21674. .fa-cc-paypal:before {
  21675. content: "\f1f4"
  21676. }
  21677.  
  21678. .fa-cc-stripe:before {
  21679. content: "\f1f5"
  21680. }
  21681.  
  21682. .fa-bell-slash:before {
  21683. content: "\f1f6"
  21684. }
  21685.  
  21686. .fa-bell-slash-o:before {
  21687. content: "\f1f7"
  21688. }
  21689.  
  21690. .fa-trash:before {
  21691. content: "\f1f8"
  21692. }
  21693.  
  21694. .fa-copyright:before {
  21695. content: "\f1f9"
  21696. }
  21697.  
  21698. .fa-at:before {
  21699. content: "\f1fa"
  21700. }
  21701.  
  21702. .fa-eyedropper:before {
  21703. content: "\f1fb"
  21704. }
  21705.  
  21706. .fa-paint-brush:before {
  21707. content: "\f1fc"
  21708. }
  21709.  
  21710. .fa-birthday-cake:before {
  21711. content: "\f1fd"
  21712. }
  21713.  
  21714. .fa-area-chart:before {
  21715. content: "\f1fe"
  21716. }
  21717.  
  21718. .fa-pie-chart:before {
  21719. content: "\f200"
  21720. }
  21721.  
  21722. .fa-line-chart:before {
  21723. content: "\f201"
  21724. }
  21725.  
  21726. .fa-lastfm:before {
  21727. content: "\f202"
  21728. }
  21729.  
  21730. .fa-lastfm-square:before {
  21731. content: "\f203"
  21732. }
  21733.  
  21734. .fa-toggle-off:before {
  21735. content: "\f204"
  21736. }
  21737.  
  21738. .fa-toggle-on:before {
  21739. content: "\f205"
  21740. }
  21741.  
  21742. .fa-bicycle:before {
  21743. content: "\f206"
  21744. }
  21745.  
  21746. .fa-bus:before {
  21747. content: "\f207"
  21748. }
  21749.  
  21750. .fa-ioxhost:before {
  21751. content: "\f208"
  21752. }
  21753.  
  21754. .fa-angellist:before {
  21755. content: "\f209"
  21756. }
  21757.  
  21758. .fa-cc:before {
  21759. content: "\f20a"
  21760. }
  21761.  
  21762. .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  21763. content: "\f20b"
  21764. }
  21765.  
  21766. .fa-meanpath:before {
  21767. content: "\f20c"
  21768. }
  21769. }
  21770.  
  21771. .mm-menu.mm-horizontal>.mm-panel {
  21772. -webkit-transition: -webkit-transform 0.4s ease;
  21773. transition: transform 0.4s ease
  21774. }
  21775.  
  21776. .mm-menu .mm-hidden {
  21777. display: none
  21778. }
  21779.  
  21780. .mm-wrapper {
  21781. overflow-x: hidden;
  21782. position: relative
  21783. }
  21784.  
  21785. .mm-menu, .mm-menu>.mm-panel {
  21786. width: 100%;
  21787. height: 100%;
  21788. position: absolute;
  21789. left: 0;
  21790. top: 0;
  21791. z-index: 0
  21792. }
  21793.  
  21794. .mm-menu {
  21795. background: inherit;
  21796. display: block;
  21797. overflow: hidden;
  21798. padding: 0
  21799. }
  21800.  
  21801. .mm-menu>.mm-panel {
  21802. background: inherit;
  21803. -webkit-overflow-scrolling: touch;
  21804. overflow: scroll;
  21805. overflow-x: hidden;
  21806. overflow-y: auto;
  21807. box-sizing: border-box;
  21808. padding: 20px;
  21809. -webkit-transform: translateX(100%);
  21810. transform: translateX(100%)
  21811. }
  21812.  
  21813. .mm-menu>.mm-panel.mm-opened {
  21814. -webkit-transform: translateX(0%);
  21815. transform: translateX(0%)
  21816. }
  21817.  
  21818. .mm-menu>.mm-panel.mm-subopened {
  21819. -webkit-transform: translateX(-30%);
  21820. transform: translateX(-30%)
  21821. }
  21822.  
  21823. .mm-menu>.mm-panel.mm-highest {
  21824. z-index: 1
  21825. }
  21826.  
  21827. .mm-menu .mm-list {
  21828. padding: 20px 0
  21829. }
  21830.  
  21831. .mm-menu>.mm-list {
  21832. padding-bottom: 0
  21833. }
  21834.  
  21835. .mm-menu>.mm-list:after {
  21836. content: '';
  21837. display: block;
  21838. height: 40px
  21839. }
  21840.  
  21841. .mm-panel>.mm-list {
  21842. margin-left: -20px;
  21843. margin-right: -20px
  21844. }
  21845.  
  21846. .mm-panel>.mm-list:first-child {
  21847. padding-top: 0
  21848. }
  21849.  
  21850. .mm-list, .mm-list>li {
  21851. list-style: none;
  21852. display: block;
  21853. padding: 0;
  21854. margin: 0
  21855. }
  21856.  
  21857. .mm-list {
  21858. font: inherit;
  21859. font-size: 14px
  21860. }
  21861.  
  21862. .mm-list a, .mm-list a:hover {
  21863. text-decoration: none
  21864. }
  21865.  
  21866. .mm-list>li {
  21867. position: relative
  21868. }
  21869.  
  21870. .mm-list>li>a, .mm-list>li>span {
  21871. text-overflow: ellipsis;
  21872. white-space: nowrap;
  21873. overflow: hidden;
  21874. color: inherit;
  21875. line-height: 20px;
  21876. display: block;
  21877. padding: 10px 10px 10px 20px;
  21878. margin: 0
  21879. }
  21880.  
  21881. .mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  21882. content: '';
  21883. border-bottom-width: 1px;
  21884. border-bottom-style: solid;
  21885. display: block;
  21886. width: 100%;
  21887. position: absolute;
  21888. bottom: 0;
  21889. left: 0
  21890. }
  21891.  
  21892. .mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  21893. width: auto;
  21894. margin-left: 20px;
  21895. position: relative;
  21896. left: auto
  21897. }
  21898.  
  21899. .mm-list a.mm-subopen {
  21900. background: rgba(3, 2, 1, 0);
  21901. width: 40px;
  21902. height: 100%;
  21903. padding: 0;
  21904. position: absolute;
  21905. right: 0;
  21906. top: 0;
  21907. z-index: 2
  21908. }
  21909.  
  21910. .mm-list a.mm-subopen:before {
  21911. content: '';
  21912. border-left-width: 1px;
  21913. border-left-style: solid;
  21914. display: block;
  21915. height: 100%;
  21916. position: absolute;
  21917. left: 0;
  21918. top: 0
  21919. }
  21920.  
  21921. .mm-list a.mm-subopen.mm-fullsubopen {
  21922. width: 100%
  21923. }
  21924.  
  21925. .mm-list a.mm-subopen.mm-fullsubopen:before {
  21926. border-left: none
  21927. }
  21928.  
  21929. .mm-list a.mm-subopen+a, .mm-list a.mm-subopen+span {
  21930. padding-right: 5px;
  21931. margin-right: 40px
  21932. }
  21933.  
  21934. .mm-list>li.mm-selected>a.mm-subopen {
  21935. background: transparent
  21936. }
  21937.  
  21938. .mm-list>li.mm-selected>a.mm-fullsubopen+a, .mm-list>li.mm-selected>a.mm-fullsubopen+span {
  21939. padding-right: 45px;
  21940. margin-right: 0
  21941. }
  21942.  
  21943. .mm-list a.mm-subclose {
  21944. text-indent: 20px;
  21945. padding-top: 30px;
  21946. margin-top: -20px
  21947. }
  21948.  
  21949. .mm-list>li.mm-label {
  21950. text-overflow: ellipsis;
  21951. white-space: nowrap;
  21952. overflow: hidden;
  21953. font-size: 10px;
  21954. text-transform: uppercase;
  21955. text-indent: 20px;
  21956. line-height: 25px;
  21957. padding-right: 5px
  21958. }
  21959.  
  21960. .mm-list>li.mm-spacer {
  21961. padding-top: 40px
  21962. }
  21963.  
  21964. .mm-list>li.mm-spacer.mm-label {
  21965. padding-top: 25px
  21966. }
  21967.  
  21968. .mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
  21969. content: '';
  21970. border: 2px solid transparent;
  21971. display: inline-block;
  21972. width: 7px;
  21973. height: 7px;
  21974. -webkit-transform: rotate(-45deg);
  21975. transform: rotate(-45deg);
  21976. margin-bottom: -5px;
  21977. position: absolute;
  21978. bottom: 50%
  21979. }
  21980.  
  21981. .mm-list a.mm-subopen:after {
  21982. border-top: none;
  21983. border-left: none;
  21984. right: 18px
  21985. }
  21986.  
  21987. .mm-list a.mm-subclose:before {
  21988. border-right: none;
  21989. border-bottom: none;
  21990. margin-bottom: -15px;
  21991. left: 22px
  21992. }
  21993.  
  21994. .mm-menu.mm-vertical .mm-list .mm-panel {
  21995. display: none;
  21996. padding: 10px 0 10px 10px
  21997. }
  21998.  
  21999. .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  22000. border-color: transparent
  22001. }
  22002.  
  22003. .mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
  22004. display: block
  22005. }
  22006.  
  22007. .mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen {
  22008. height: 40px
  22009. }
  22010.  
  22011. .mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
  22012. -webkit-transform: rotate(45deg);
  22013. transform: rotate(45deg);
  22014. top: 16px;
  22015. right: 16px
  22016. }
  22017.  
  22018. .mm-menu.mm-vertical .mm-list>li.mm-opened.mm-label>a.mm-subopen {
  22019. height: 25px
  22020. }
  22021.  
  22022. html.mm-opened .mm-page {
  22023. box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
  22024. }
  22025.  
  22026. .mm-menu {
  22027. background: #333;
  22028. color: rgba(255, 255, 255, 0.6)
  22029. }
  22030.  
  22031. .mm-menu .mm-list>li:after {
  22032. border-color: rgba(0, 0, 0, 0.15)
  22033. }
  22034.  
  22035. .mm-menu .mm-list>li>a.mm-subclose {
  22036. background: rgba(0, 0, 0, 0.1);
  22037. color: rgba(255, 255, 255, 0.3)
  22038. }
  22039.  
  22040. .mm-menu .mm-list>li>a.mm-subopen:after, .mm-menu .mm-list>li>a.mm-subclose:before {
  22041. border-color: rgba(255, 255, 255, 0.3)
  22042. }
  22043.  
  22044. .mm-menu .mm-list>li>a.mm-subopen:before {
  22045. border-color: rgba(0, 0, 0, 0.15)
  22046. }
  22047.  
  22048. .mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu .mm-list>li.mm-selected>span {
  22049. background: rgba(0, 0, 0, 0.1)
  22050. }
  22051.  
  22052. .mm-menu .mm-list>li.mm-label {
  22053. background: rgba(255, 255, 255, 0.05)
  22054. }
  22055.  
  22056. .mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened>ul {
  22057. background: rgba(255, 255, 255, 0.05)
  22058. }
  22059.  
  22060. .mm-page {
  22061. -webkit-transition: -webkit-transform 0.4s ease;
  22062. transition: transform 0.4s ease
  22063. }
  22064.  
  22065. html.mm-opened {
  22066. overflow: hidden;
  22067. position: relative
  22068. }
  22069.  
  22070. html.mm-opened body {
  22071. overflow: hidden
  22072. }
  22073.  
  22074. html.mm-opened .mm-page {
  22075. box-sizing: border-box;
  22076. position: relative
  22077. }
  22078.  
  22079. html.mm-background .mm-page {
  22080. background: inherit
  22081. }
  22082.  
  22083. #mm-blocker {
  22084. background: rgba(3, 2, 1, 0);
  22085. display: none;
  22086. width: 100%;
  22087. height: 100%;
  22088. position: fixed;
  22089. top: 0;
  22090. left: 0;
  22091. z-index: 999999
  22092. }
  22093.  
  22094. html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  22095. display: block
  22096. }
  22097.  
  22098. .mm-menu.mm-offcanvas {
  22099. display: none;
  22100. position: fixed
  22101. }
  22102.  
  22103. .mm-menu.mm-current {
  22104. display: block
  22105. }
  22106.  
  22107. .mm-menu {
  22108. width: 80%;
  22109. min-width: 140px;
  22110. max-width: 440px
  22111. }
  22112.  
  22113. html.mm-opening .mm-page, html.mm-opening #mm-blocker {
  22114. -webkit-transform: translate(80%, 0);
  22115. transform: translate(80%, 0)
  22116. }
  22117.  
  22118. @media all and (max-width:175px) {
  22119. html.mm-opening .mm-page, html.mm-opening #mm-blocker {
  22120. -webkit-transform: translate(140px, 0);
  22121. transform: translate(140px, 0)
  22122. }
  22123. }
  22124.  
  22125. @media all and (min-width:550px) {
  22126. html.mm-opening .mm-page, html.mm-opening #mm-blocker {
  22127. -webkit-transform: translate(440px, 0);
  22128. transform: translate(440px, 0)
  22129. }
  22130. }
  22131.  
  22132. .mm-buttonbar {
  22133. border: 1px solid transparent;
  22134. border-radius: 5px;
  22135. text-align: center;
  22136. line-height: 20px;
  22137. overflow: hidden;
  22138. display: block;
  22139. padding: 0;
  22140. margin: 0;
  22141. position: relative
  22142. }
  22143.  
  22144. .mm-buttonbar:after {
  22145. content: '';
  22146. display: block;
  22147. clear: both
  22148. }
  22149.  
  22150. .mm-buttonbar>* {
  22151. border-left: 1px solid transparent;
  22152. box-sizing: border-box;
  22153. display: block;
  22154. width: 100%;
  22155. height: 100%;
  22156. float: left;
  22157. text-overflow: ellipsis;
  22158. white-space: nowrap;
  22159. overflow: hidden
  22160. }
  22161.  
  22162. .mm-buttonbar>a {
  22163. text-decoration: none
  22164. }
  22165.  
  22166. .mm-buttonbar>input {
  22167. position: absolute;
  22168. left: -1000px;
  22169. top: -1000px
  22170. }
  22171.  
  22172. .mm-buttonbar>input:checked+label {
  22173. border-color: transparent !important
  22174. }
  22175.  
  22176. .mm-buttonbar>*:first-child, .mm-buttonbar>input:first-child+* {
  22177. border-left: none
  22178. }
  22179.  
  22180. .mm-buttonbar.mm-buttonbar-2>* {
  22181. width: 50%
  22182. }
  22183.  
  22184. .mm-buttonbar.mm-buttonbar-3>* {
  22185. width: 33.33%
  22186. }
  22187.  
  22188. .mm-buttonbar.mm-buttonbar-4>* {
  22189. width: 25%
  22190. }
  22191.  
  22192. .mm-buttonbar.mm-buttonbar-5>* {
  22193. width: 20%
  22194. }
  22195.  
  22196. .mm-header .mm-buttonbar {
  22197. margin-top: 20px;
  22198. margin-left: -30px;
  22199. margin-right: -30px
  22200. }
  22201.  
  22202. .mm-footer .mm-buttonbar {
  22203. border: none;
  22204. border-radius: none;
  22205. line-height: 40px;
  22206. margin: -10px -10px 0 -20px
  22207. }
  22208.  
  22209. .mm-footer .mm-buttonbar>* {
  22210. border-left: none
  22211. }
  22212.  
  22213. .mm-list>li>.mm-buttonbar {
  22214. margin: 10px 20px
  22215. }
  22216.  
  22217. .mm-menu .mm-buttonbar {
  22218. border-color: rgba(255, 255, 255, 0.6);
  22219. background: #333
  22220. }
  22221.  
  22222. .mm-menu .mm-buttonbar>* {
  22223. border-color: rgba(255, 255, 255, 0.6)
  22224. }
  22225.  
  22226. .mm-menu .mm-buttonbar>input:checked+label {
  22227. background: rgba(255, 255, 255, 0.6);
  22228. color: #333
  22229. }
  22230.  
  22231. em.mm-counter {
  22232. font: inherit;
  22233. font-size: 14px;
  22234. font-style: normal;
  22235. text-indent: 0;
  22236. line-height: 20px;
  22237. display: block;
  22238. margin-top: -10px;
  22239. position: absolute;
  22240. right: 40px;
  22241. top: 50%
  22242. }
  22243.  
  22244. em.mm-counter+a.mm-subopen {
  22245. padding-left: 40px
  22246. }
  22247.  
  22248. em.mm-counter+a.mm-subopen+a, em.mm-counter+a.mm-subopen+span {
  22249. margin-right: 80px
  22250. }
  22251.  
  22252. em.mm-counter+a.mm-fullsubopen {
  22253. padding-left: 0
  22254. }
  22255.  
  22256. .mm-vertical em.mm-counter {
  22257. top: 12px;
  22258. margin-top: 0
  22259. }
  22260.  
  22261. .mm-nosubresults>em.mm-counter {
  22262. display: none
  22263. }
  22264.  
  22265. .mm-menu em.mm-counter {
  22266. color: rgba(255, 255, 255, 0.3)
  22267. }
  22268.  
  22269. html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
  22270. -webkit-transition-duration: 0s;
  22271. transition-duration: 0s
  22272. }
  22273.  
  22274. .mm-footer {
  22275. background: inherit;
  22276. border-top: 1px solid transparent;
  22277. text-align: center;
  22278. line-height: 20px;
  22279. box-sizing: border-box;
  22280. width: 100%;
  22281. height: 40px;
  22282. padding: 10px 10px 0 20px;
  22283. position: absolute;
  22284. z-index: 2;
  22285. bottom: 0;
  22286. left: 0
  22287. }
  22288.  
  22289. .mm-menu.mm-hasfooter>.mm-panel:after {
  22290. height: 80px
  22291. }
  22292.  
  22293. .mm-menu .mm-footer {
  22294. border-color: rgba(0, 0, 0, 0.15);
  22295. color: rgba(255, 255, 255, 0.3)
  22296. }
  22297.  
  22298. .mm-header {
  22299. background: inherit;
  22300. border-bottom: 1px solid transparent;
  22301. text-align: center;
  22302. line-height: 20px;
  22303. box-sizing: border-box;
  22304. width: 100%;
  22305. height: 60px;
  22306. padding: 0 50px;
  22307. position: absolute;
  22308. z-index: 2;
  22309. top: 0;
  22310. left: 0
  22311. }
  22312.  
  22313. .mm-header .mm-title, .mm-header .mm-prev, .mm-header .mm-next {
  22314. padding-top: 30px
  22315. }
  22316.  
  22317. .mm-header .mm-title {
  22318. text-overflow: ellipsis;
  22319. white-space: nowrap;
  22320. overflow: hidden;
  22321. display: inline-block;
  22322. width: 100%;
  22323. position: relative
  22324. }
  22325.  
  22326. .mm-header .mm-prev, .mm-header .mm-next {
  22327. text-decoration: none;
  22328. display: block;
  22329. box-sizing: border-box;
  22330. min-width: 10px;
  22331. height: 100%;
  22332. position: absolute;
  22333. top: 0;
  22334. z-index: 1
  22335. }
  22336.  
  22337. .mm-header .mm-prev {
  22338. padding-left: 20px;
  22339. padding-right: 10px;
  22340. left: 0
  22341. }
  22342.  
  22343. .mm-header .mm-next {
  22344. padding-left: 10px;
  22345. padding-right: 20px;
  22346. right: 0
  22347. }
  22348.  
  22349. .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  22350. content: '';
  22351. border: 2px solid transparent;
  22352. display: inline-block;
  22353. width: 7px;
  22354. height: 7px;
  22355. -webkit-transform: rotate(-45deg);
  22356. transform: rotate(-45deg)
  22357. }
  22358.  
  22359. .mm-header [href].mm-prev:before {
  22360. border-right: none;
  22361. border-bottom: none;
  22362. margin-left: 2px;
  22363. margin-right: 5px
  22364. }
  22365.  
  22366. .mm-header [href].mm-next:after {
  22367. border-top: none;
  22368. border-left: none;
  22369. margin-left: 5px;
  22370. margin-right: -2px
  22371. }
  22372.  
  22373. .mm-menu.mm-hassearch .mm-header {
  22374. height: 50px;
  22375. top: 50px
  22376. }
  22377.  
  22378. .mm-menu.mm-hassearch .mm-header .mm-title, .mm-menu.mm-hassearch .mm-header .mm-prev, .mm-menu.mm-hassearch .mm-header .mm-next {
  22379. padding-top: 20px
  22380. }
  22381.  
  22382. .mm-menu.mm-hasheader li.mm-subtitle {
  22383. display: none
  22384. }
  22385.  
  22386. .mm-menu.mm-hasheader>.mm-panel {
  22387. padding-top: 80px
  22388. }
  22389.  
  22390. .mm-menu.mm-hasheader>.mm-panel.mm-list {
  22391. padding-top: 60px
  22392. }
  22393.  
  22394. .mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
  22395. margin-top: -20px
  22396. }
  22397.  
  22398. .mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
  22399. padding-top: 120px
  22400. }
  22401.  
  22402. .mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list {
  22403. padding-top: 100px
  22404. }
  22405.  
  22406. .mm-menu .mm-header {
  22407. border-color: rgba(0, 0, 0, 0.15);
  22408. color: rgba(255, 255, 255, 0.3)
  22409. }
  22410.  
  22411. .mm-menu .mm-header .mm-prev:before, .mm-menu .mm-header .mm-next:after {
  22412. border-color: rgba(255, 255, 255, 0.3)
  22413. }
  22414.  
  22415. .mm-list>li.mm-label>span {
  22416. text-overflow: ellipsis;
  22417. white-space: nowrap;
  22418. overflow: hidden;
  22419. padding: 0;
  22420. line-height: 25px
  22421. }
  22422.  
  22423. .mm-list>li.mm-label.mm-opened a.mm-subopen:after {
  22424. -webkit-transform: rotate(45deg);
  22425. transform: rotate(45deg);
  22426. right: 17px
  22427. }
  22428.  
  22429. .mm-list>li.mm-collapsed {
  22430. display: none
  22431. }
  22432.  
  22433. .mm-menu .mm-list li.mm-label>div>div {
  22434. background: rgba(255, 255, 255, 0.05)
  22435. }
  22436.  
  22437. .mm-search, .mm-search input {
  22438. box-sizing: border-box
  22439. }
  22440.  
  22441. .mm-list>li.mm-search {
  22442. padding: 10px;
  22443. margin-top: -20px
  22444. }
  22445.  
  22446. .mm-list>li.mm-subtitle+li.mm-search {
  22447. margin-top: 0
  22448. }
  22449.  
  22450. div.mm-panel>div.mm-search {
  22451. padding: 0 0 10px 0
  22452. }
  22453.  
  22454. .mm-menu.mm-hasheader .mm-list>li.mm-search {
  22455. margin-top: 0
  22456. }
  22457.  
  22458. .mm-menu>.mm-search {
  22459. background: inherit;
  22460. width: 100%;
  22461. position: absolute;
  22462. top: 0;
  22463. left: 0;
  22464. z-index: 2
  22465. }
  22466.  
  22467. .mm-search {
  22468. padding: 10px
  22469. }
  22470.  
  22471. .mm-search input {
  22472. border: none;
  22473. border-radius: 30px;
  22474. font: inherit;
  22475. font-size: 14px;
  22476. line-height: 30px;
  22477. outline: none;
  22478. display: block;
  22479. width: 100%;
  22480. height: 30px;
  22481. margin: 0;
  22482. padding: 0 10px
  22483. }
  22484.  
  22485. .mm-search input::-ms-clear {
  22486. display: none
  22487. }
  22488.  
  22489. .mm-menu .mm-noresultsmsg {
  22490. text-align: center;
  22491. font-size: 21px;
  22492. display: none;
  22493. padding: 60px 0
  22494. }
  22495.  
  22496. .mm-menu .mm-noresultsmsg:after {
  22497. border: none !important
  22498. }
  22499.  
  22500. .mm-noresults .mm-noresultsmsg {
  22501. display: block
  22502. }
  22503.  
  22504. .mm-menu li.mm-nosubresults>a.mm-subopen {
  22505. display: none
  22506. }
  22507.  
  22508. .mm-menu li.mm-nosubresults>a.mm-subopen+a, .mm-menu li.mm-nosubresults>a.mm-subopen+span {
  22509. padding-right: 10px
  22510. }
  22511.  
  22512. .mm-menu.mm-hassearch>.mm-panel {
  22513. padding-top: 70px
  22514. }
  22515.  
  22516. .mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child {
  22517. margin-top: -20px
  22518. }
  22519.  
  22520. .mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child {
  22521. margin-top: -10px
  22522. }
  22523.  
  22524. .mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list {
  22525. padding-top: 0
  22526. }
  22527.  
  22528. .mm-menu .mm-search input {
  22529. background: rgba(255, 255, 255, 0.3);
  22530. color: rgba(255, 255, 255, 0.6)
  22531. }
  22532.  
  22533. .mm-menu .mm-noresultsmsg {
  22534. color: rgba(255, 255, 255, 0.3)
  22535. }
  22536.  
  22537. input.mm-toggle, input.mm-check {
  22538. position: absolute;
  22539. left: -10000px
  22540. }
  22541.  
  22542. label.mm-toggle, label.mm-check {
  22543. margin: 0;
  22544. position: absolute;
  22545. top: 50%;
  22546. z-index: 1
  22547. }
  22548.  
  22549. label.mm-toggle:before, label.mm-check:before {
  22550. content: '';
  22551. display: block
  22552. }
  22553.  
  22554. label.mm-toggle {
  22555. border-radius: 30px;
  22556. width: 50px;
  22557. height: 30px;
  22558. margin-top: -15px
  22559. }
  22560.  
  22561. label.mm-toggle:before {
  22562. border-radius: 30px;
  22563. width: 28px;
  22564. height: 28px;
  22565. margin: 1px
  22566. }
  22567.  
  22568. input.mm-toggle:checked~label.mm-toggle:before {
  22569. float: right
  22570. }
  22571.  
  22572. label.mm-check {
  22573. width: 30px;
  22574. height: 30px;
  22575. margin-top: -15px
  22576. }
  22577.  
  22578. label.mm-check:before {
  22579. border-left: 3px solid;
  22580. border-bottom: 3px solid;
  22581. width: 40%;
  22582. height: 20%;
  22583. margin: 25% 0 0 20%;
  22584. opacity: 0.1;
  22585. -webkit-transform: rotate(-45deg);
  22586. transform: rotate(-45deg)
  22587. }
  22588.  
  22589. input.mm-check:checked~label.mm-check:before {
  22590. opacity: 1
  22591. }
  22592.  
  22593. label.mm-toggle, label.mm-check {
  22594. right: 20px
  22595. }
  22596.  
  22597. label.mm-toggle+a, label.mm-toggle+span {
  22598. margin-right: 70px
  22599. }
  22600.  
  22601. label.mm-check+a, label.mm-check+span {
  22602. margin-right: 50px
  22603. }
  22604.  
  22605. a.mm-subopen+label.mm-toggle, a.mm-subopen+label.mm-check {
  22606. right: 50px
  22607. }
  22608.  
  22609. a.mm-subopen+label.mm-toggle+a, a.mm-subopen+label.mm-toggle+span {
  22610. margin-right: 100px
  22611. }
  22612.  
  22613. a.mm-subopen+label.mm-check+a, a.mm-subopen+label.mm-check+span {
  22614. margin-right: 80px
  22615. }
  22616.  
  22617. em.mm-counter+a.mm-subopen+label.mm-toggle, em.mm-counter+a.mm-subopen+label.mm-check {
  22618. right: 90px
  22619. }
  22620.  
  22621. em.mm-counter+a.mm-subopen+label.mm-toggle+a, em.mm-counter+a.mm-subopen+label.mm-toggle+span {
  22622. margin-right: 140px
  22623. }
  22624.  
  22625. em.mm-counter+a.mm-subopen+label.mm-check+a, em.mm-counter+a.mm-subopen+label.mm-check+span {
  22626. margin-right: 120px
  22627. }
  22628.  
  22629. .mm-menu label.mm-toggle {
  22630. background: rgba(0, 0, 0, 0.15)
  22631. }
  22632.  
  22633. .mm-menu label.mm-toggle:before {
  22634. background: #333
  22635. }
  22636.  
  22637. .mm-menu input.mm-toggle:checked~label.mm-toggle {
  22638. background: #4bd963
  22639. }
  22640.  
  22641. .mm-menu label.mm-check:before {
  22642. border-color: rgba(255, 255, 255, 0.6)
  22643. }
  22644.  
  22645. html.mm-slide .mm-menu {
  22646. -webkit-transition: -webkit-transform 0.4s ease;
  22647. transition: transform 0.4s ease
  22648. }
  22649.  
  22650. html.mm-slide.mm-opened .mm-menu {
  22651. -webkit-transform: translateX(-30%);
  22652. transform: translateX(-30%)
  22653. }
  22654.  
  22655. html.mm-slide.mm-opening .mm-menu {
  22656. -webkit-transform: translateX(0%);
  22657. transform: translateX(0%)
  22658. }
  22659.  
  22660. html.mm-slide.mm-right.mm-opened .mm-menu {
  22661. -webkit-transform: translateX(30%);
  22662. transform: translateX(30%)
  22663. }
  22664.  
  22665. html.mm-slide.mm-right.mm-opening .mm-menu {
  22666. -webkit-transform: translateX(0%);
  22667. transform: translateX(0%)
  22668. }
  22669.  
  22670. html.mm-slide.mm-top.mm-opened .mm-menu {
  22671. -webkit-transform: translateY(-30%);
  22672. transform: translateY(-30%)
  22673. }
  22674.  
  22675. html.mm-slide.mm-top.mm-opening .mm-menu {
  22676. -webkit-transform: translateY(0%);
  22677. transform: translateY(0%)
  22678. }
  22679.  
  22680. html.mm-slide.mm-bottom.mm-opened .mm-menu {
  22681. -webkit-transform: translateY(30%);
  22682. transform: translateY(30%)
  22683. }
  22684.  
  22685. html.mm-slide.mm-bottom.mm-opening .mm-menu {
  22686. -webkit-transform: translateY(0%);
  22687. transform: translateY(0%)
  22688. }
  22689.  
  22690. html.mm-zoom-menu .mm-menu {
  22691. -webkit-transition: -webkit-transform 0.4s ease;
  22692. transition: transform 0.4s ease
  22693. }
  22694.  
  22695. html.mm-zoom-menu.mm-opened .mm-menu {
  22696. -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  22697. transform: scale(0.7, 0.7) translateX(-30%);
  22698. -webkit-transform-origin: left center;
  22699. transform-origin: left center
  22700. }
  22701.  
  22702. html.mm-zoom-menu.mm-opening .mm-menu {
  22703. -webkit-transform: scale(1, 1) translateX(0%);
  22704. transform: scale(1, 1) translateX(0%)
  22705. }
  22706.  
  22707. html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  22708. -webkit-transform: scale(0.7, 0.7) translateX(30%);
  22709. transform: scale(0.7, 0.7) translateX(30%);
  22710. -webkit-transform-origin: right center;
  22711. transform-origin: right center
  22712. }
  22713.  
  22714. html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  22715. -webkit-transform: scale(1, 1) translateX(0%);
  22716. transform: scale(1, 1) translateX(0%)
  22717. }
  22718.  
  22719. html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  22720. -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  22721. transform: scale(0.7, 0.7) translateY(-30%);
  22722. -webkit-transform-origin: center top;
  22723. transform-origin: center top
  22724. }
  22725.  
  22726. html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  22727. -webkit-transform: scale(1, 1) translateY(0%);
  22728. transform: scale(1, 1) translateY(0%)
  22729. }
  22730.  
  22731. html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  22732. -webkit-transform: scale(0.7, 0.7) translateY(30%);
  22733. transform: scale(0.7, 0.7) translateY(30%);
  22734. -webkit-transform-origin: center bottom;
  22735. transform-origin: center bottom
  22736. }
  22737.  
  22738. html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  22739. -webkit-transform: scale(1, 1) translateY(0%);
  22740. transform: scale(1, 1) translateY(0%)
  22741. }
  22742.  
  22743. html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel {
  22744. -webkit-transform: scale(1.5, 1.5) translateX(100%);
  22745. transform: scale(1.5, 1.5) translateX(100%);
  22746. -webkit-transform-origin: left center;
  22747. transform-origin: left center;
  22748. -webkit-transition-property: -webkit-transform, left;
  22749. transition-property: transform, left
  22750. }
  22751.  
  22752. html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened {
  22753. -webkit-transform: scale(1, 1) translateX(0%);
  22754. transform: scale(1, 1) translateX(0%)
  22755. }
  22756.  
  22757. html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened {
  22758. -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  22759. transform: scale(0.7, 0.7) translateX(-30%)
  22760. }
  22761.  
  22762. .mm-menu.mm-fullscreen {
  22763. width: 100%;
  22764. min-width: 140px;
  22765. max-width: 10000px
  22766. }
  22767.  
  22768. html.mm-opening.mm-fullscreen .mm-page, html.mm-opening.mm-fullscreen #mm-blocker {
  22769. -webkit-transform: translate(100%, 0);
  22770. transform: translate(100%, 0)
  22771. }
  22772.  
  22773. @media all and (max-width:140px) {
  22774. html.mm-opening.mm-fullscreen .mm-page, html.mm-opening.mm-fullscreen #mm-blocker {
  22775. -webkit-transform: translate(140px, 0);
  22776. transform: translate(140px, 0)
  22777. }
  22778. }
  22779.  
  22780. @media all and (min-width:10000px) {
  22781. html.mm-opening.mm-fullscreen .mm-page, html.mm-opening.mm-fullscreen #mm-blocker {
  22782. -webkit-transform: translate(10000px, 0);
  22783. transform: translate(10000px, 0)
  22784. }
  22785. }
  22786.  
  22787. html.mm-right.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  22788. -webkit-transform: translate(-100%, 0);
  22789. transform: translate(-100%, 0)
  22790. }
  22791.  
  22792. @media all and (max-width:140px) {
  22793. html.mm-right.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  22794. -webkit-transform: translate(-140px, 0);
  22795. transform: translate(-140px, 0)
  22796. }
  22797. }
  22798.  
  22799. @media all and (min-width:10000px) {
  22800. html.mm-right.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opening.mm-fullscreen #mm-blocker {
  22801. -webkit-transform: translate(-10000px, 0);
  22802. transform: translate(-10000px, 0)
  22803. }
  22804. }
  22805.  
  22806. .mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  22807. height: 100%;
  22808. min-height: 140px;
  22809. max-height: 10000px
  22810. }
  22811.  
  22812. html.mm-opened.mm-fullscreen .mm-page {
  22813. box-shadow: none !important
  22814. }
  22815.  
  22816. .mm-menu.mm-top, .mm-menu.mm-bottom {
  22817. width: 100%;
  22818. min-width: 100%;
  22819. max-width: 100%
  22820. }
  22821.  
  22822. .mm-menu.mm-right {
  22823. left: auto;
  22824. right: 0
  22825. }
  22826.  
  22827. .mm-menu.mm-bottom {
  22828. top: auto;
  22829. bottom: 0
  22830. }
  22831.  
  22832. html.mm-right.mm-opening .mm-page, html.mm-right.mm-opening #mm-blocker {
  22833. -webkit-transform: translate(-80%, 0);
  22834. transform: translate(-80%, 0)
  22835. }
  22836.  
  22837. @media all and (max-width:175px) {
  22838. html.mm-right.mm-opening .mm-page, html.mm-right.mm-opening #mm-blocker {
  22839. -webkit-transform: translate(-140px, 0);
  22840. transform: translate(-140px, 0)
  22841. }
  22842. }
  22843.  
  22844. @media all and (min-width:550px) {
  22845. html.mm-right.mm-opening .mm-page, html.mm-right.mm-opening #mm-blocker {
  22846. -webkit-transform: translate(-440px, 0);
  22847. transform: translate(-440px, 0)
  22848. }
  22849. }
  22850.  
  22851. html.mm-front .mm-page, html.mm-front #mm-blocker {
  22852. -webkit-transform: translate(0, 0) !important;
  22853. transform: translate(0, 0) !important;
  22854. z-index: 0
  22855. }
  22856.  
  22857. .mm-menu.mm-front {
  22858. z-index: 1;
  22859. box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
  22860. }
  22861.  
  22862. html.mm-opened.mm-next .mm-page {
  22863. box-shadow: none
  22864. }
  22865.  
  22866. .mm-menu.mm-front, .mm-menu.mm-next {
  22867. -webkit-transition: -webkit-transform 0.4s ease;
  22868. transition: transform 0.4s ease;
  22869. -webkit-transform: translate(-100%, 0);
  22870. transform: translate(-100%, 0)
  22871. }
  22872.  
  22873. .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  22874. -webkit-transform: translate(100%, 0);
  22875. transform: translate(100%, 0)
  22876. }
  22877.  
  22878. .mm-menu.mm-front.mm-top {
  22879. -webkit-transform: translate(0, -100%);
  22880. transform: translate(0, -100%)
  22881. }
  22882.  
  22883. .mm-menu.mm-front.mm-bottom {
  22884. -webkit-transform: translate(0, 100%);
  22885. transform: translate(0, 100%)
  22886. }
  22887.  
  22888. html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  22889. -webkit-transform: translate(0, 0);
  22890. transform: translate(0, 0)
  22891. }
  22892.  
  22893. .mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  22894. height: 80%;
  22895. min-height: 140px;
  22896. max-height: 880px
  22897. }
  22898.  
  22899. html.mm-opened.mm-light .mm-page {
  22900. box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
  22901. }
  22902.  
  22903. .mm-menu.mm-light {
  22904. background: #f3f3f3;
  22905. color: rgba(0, 0, 0, 0.6)
  22906. }
  22907.  
  22908. .mm-menu.mm-light .mm-list>li:after {
  22909. border-color: rgba(0, 0, 0, 0.1)
  22910. }
  22911.  
  22912. .mm-menu.mm-light .mm-list>li>a.mm-subclose {
  22913. background: rgba(255, 255, 255, 0.6);
  22914. color: rgba(0, 0, 0, 0.3)
  22915. }
  22916.  
  22917. .mm-menu.mm-light .mm-list>li>a.mm-subopen:after, .mm-menu.mm-light .mm-list>li>a.mm-subclose:before {
  22918. border-color: rgba(0, 0, 0, 0.3)
  22919. }
  22920.  
  22921. .mm-menu.mm-light .mm-list>li>a.mm-subopen:before {
  22922. border-color: rgba(0, 0, 0, 0.1)
  22923. }
  22924.  
  22925. .mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-light .mm-list>li.mm-selected>span {
  22926. background: rgba(255, 255, 255, 0.6)
  22927. }
  22928.  
  22929. .mm-menu.mm-light .mm-list>li.mm-label {
  22930. background: rgba(0, 0, 0, 0.03)
  22931. }
  22932.  
  22933. .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul {
  22934. background: rgba(0, 0, 0, 0.03)
  22935. }
  22936.  
  22937. .mm-menu.mm-light .mm-buttonbar {
  22938. border-color: rgba(0, 0, 0, 0.6);
  22939. background: #f3f3f3
  22940. }
  22941.  
  22942. .mm-menu.mm-light .mm-buttonbar>* {
  22943. border-color: rgba(0, 0, 0, 0.6)
  22944. }
  22945.  
  22946. .mm-menu.mm-light .mm-buttonbar>input:checked+label {
  22947. background: rgba(0, 0, 0, 0.6);
  22948. color: #f3f3f3
  22949. }
  22950.  
  22951. .mm-menu.mm-light label.mm-check:before {
  22952. border-color: rgba(0, 0, 0, 0.6)
  22953. }
  22954.  
  22955. .mm-menu.mm-light em.mm-counter {
  22956. color: rgba(0, 0, 0, 0.3)
  22957. }
  22958.  
  22959. .mm-menu.mm-light .mm-footer {
  22960. border-color: rgba(0, 0, 0, 0.1);
  22961. color: rgba(0, 0, 0, 0.3)
  22962. }
  22963.  
  22964. .mm-menu.mm-light .mm-header {
  22965. border-color: rgba(0, 0, 0, 0.1);
  22966. color: rgba(0, 0, 0, 0.3)
  22967. }
  22968.  
  22969. .mm-menu.mm-light .mm-header .mm-prev:before, .mm-menu.mm-light .mm-header .mm-next:after {
  22970. border-color: rgba(0, 0, 0, 0.3)
  22971. }
  22972.  
  22973. .mm-menu.mm-light .mm-list li.mm-label>div>div {
  22974. background: rgba(0, 0, 0, 0.03)
  22975. }
  22976.  
  22977. .mm-menu.mm-light .mm-search input {
  22978. background: rgba(0, 0, 0, 0.1);
  22979. color: rgba(0, 0, 0, 0.6)
  22980. }
  22981.  
  22982. .mm-menu.mm-light .mm-noresultsmsg {
  22983. color: rgba(0, 0, 0, 0.3)
  22984. }
  22985.  
  22986. .mm-menu.mm-light label.mm-toggle {
  22987. background: rgba(0, 0, 0, 0.1)
  22988. }
  22989.  
  22990. .mm-menu.mm-light label.mm-toggle:before {
  22991. background: #f3f3f3
  22992. }
  22993.  
  22994. .mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle {
  22995. background: #4bd963
  22996. }
  22997.  
  22998. html.mm-opened.mm-white .mm-page {
  22999. box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
  23000. }
  23001.  
  23002. .mm-menu.mm-white {
  23003. background: white;
  23004. color: rgba(0, 0, 0, 0.6)
  23005. }
  23006.  
  23007. .mm-menu.mm-white .mm-list>li:after {
  23008. border-color: rgba(0, 0, 0, 0.1)
  23009. }
  23010.  
  23011. .mm-menu.mm-white .mm-list>li>a.mm-subclose {
  23012. background: rgba(0, 0, 0, 0.06);
  23013. color: rgba(0, 0, 0, 0.3)
  23014. }
  23015.  
  23016. .mm-menu.mm-white .mm-list>li>a.mm-subopen:after, .mm-menu.mm-white .mm-list>li>a.mm-subclose:before {
  23017. border-color: rgba(0, 0, 0, 0.3)
  23018. }
  23019.  
  23020. .mm-menu.mm-white .mm-list>li>a.mm-subopen:before {
  23021. border-color: rgba(0, 0, 0, 0.1)
  23022. }
  23023.  
  23024. .mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-white .mm-list>li.mm-selected>span {
  23025. background: rgba(0, 0, 0, 0.06)
  23026. }
  23027.  
  23028. .mm-menu.mm-white .mm-list>li.mm-label {
  23029. background: rgba(0, 0, 0, 0.03)
  23030. }
  23031.  
  23032. .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul {
  23033. background: rgba(0, 0, 0, 0.03)
  23034. }
  23035.  
  23036. .mm-menu.mm-white .mm-buttonbar {
  23037. border-color: rgba(0, 0, 0, 0.6);
  23038. background: white
  23039. }
  23040.  
  23041. .mm-menu.mm-white .mm-buttonbar>* {
  23042. border-color: rgba(0, 0, 0, 0.6)
  23043. }
  23044.  
  23045. .mm-menu.mm-white .mm-buttonbar>input:checked+label {
  23046. background: rgba(0, 0, 0, 0.6);
  23047. color: white
  23048. }
  23049.  
  23050. .mm-menu.mm-white label.mm-check:before {
  23051. border-color: rgba(0, 0, 0, 0.6)
  23052. }
  23053.  
  23054. .mm-menu.mm-white em.mm-counter {
  23055. color: rgba(0, 0, 0, 0.3)
  23056. }
  23057.  
  23058. .mm-menu.mm-white .mm-footer {
  23059. border-color: rgba(0, 0, 0, 0.1);
  23060. color: rgba(0, 0, 0, 0.3)
  23061. }
  23062.  
  23063. .mm-menu.mm-white .mm-header {
  23064. border-color: rgba(0, 0, 0, 0.1);
  23065. color: rgba(0, 0, 0, 0.3)
  23066. }
  23067.  
  23068. .mm-menu.mm-white .mm-header .mm-prev:before, .mm-menu.mm-white .mm-header .mm-next:after {
  23069. border-color: rgba(0, 0, 0, 0.3)
  23070. }
  23071.  
  23072. .mm-menu.mm-white .mm-list li.mm-label>div>div {
  23073. background: rgba(0, 0, 0, 0.03)
  23074. }
  23075.  
  23076. .mm-menu.mm-white .mm-search input {
  23077. background: rgba(0, 0, 0, 0.1);
  23078. color: rgba(0, 0, 0, 0.6)
  23079. }
  23080.  
  23081. .mm-menu.mm-white .mm-noresultsmsg {
  23082. color: rgba(0, 0, 0, 0.3)
  23083. }
  23084.  
  23085. .mm-menu.mm-white label.mm-toggle {
  23086. background: rgba(0, 0, 0, 0.1)
  23087. }
  23088.  
  23089. .mm-menu.mm-white label.mm-toggle:before {
  23090. background: white
  23091. }
  23092.  
  23093. .mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle {
  23094. background: #4bd963
  23095. }
  23096.  
  23097. html.mm-opened.mm-black .mm-page {
  23098. box-shadow: none
  23099. }
  23100.  
  23101. .mm-menu.mm-black {
  23102. background: black;
  23103. color: rgba(255, 255, 255, 0.6)
  23104. }
  23105.  
  23106. .mm-menu.mm-black .mm-list>li:after {
  23107. border-color: rgba(255, 255, 255, 0.2)
  23108. }
  23109.  
  23110. .mm-menu.mm-black .mm-list>li>a.mm-subclose {
  23111. background: rgba(255, 255, 255, 0.25);
  23112. color: rgba(255, 255, 255, 0.3)
  23113. }
  23114.  
  23115. .mm-menu.mm-black .mm-list>li>a.mm-subopen:after, .mm-menu.mm-black .mm-list>li>a.mm-subclose:before {
  23116. border-color: rgba(255, 255, 255, 0.3)
  23117. }
  23118.  
  23119. .mm-menu.mm-black .mm-list>li>a.mm-subopen:before {
  23120. border-color: rgba(255, 255, 255, 0.2)
  23121. }
  23122.  
  23123. .mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-black .mm-list>li.mm-selected>span {
  23124. background: rgba(255, 255, 255, 0.25)
  23125. }
  23126.  
  23127. .mm-menu.mm-black .mm-list>li.mm-label {
  23128. background: rgba(255, 255, 255, 0.15)
  23129. }
  23130.  
  23131. .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul {
  23132. background: rgba(255, 255, 255, 0.15)
  23133. }
  23134.  
  23135. .mm-menu.mm-black .mm-buttonbar {
  23136. border-color: rgba(255, 255, 255, 0.6);
  23137. background: black
  23138. }
  23139.  
  23140. .mm-menu.mm-black .mm-buttonbar>* {
  23141. border-color: rgba(255, 255, 255, 0.6)
  23142. }
  23143.  
  23144. .mm-menu.mm-black .mm-buttonbar>input:checked+label {
  23145. background: rgba(255, 255, 255, 0.6);
  23146. color: black
  23147. }
  23148.  
  23149. .mm-menu.mm-black label.mm-check:before {
  23150. border-color: rgba(255, 255, 255, 0.6)
  23151. }
  23152.  
  23153. .mm-menu.mm-black em.mm-counter {
  23154. color: rgba(255, 255, 255, 0.3)
  23155. }
  23156.  
  23157. .mm-menu.mm-black .mm-footer {
  23158. border-color: rgba(255, 255, 255, 0.2);
  23159. color: rgba(255, 255, 255, 0.3)
  23160. }
  23161.  
  23162. .mm-menu.mm-black .mm-header {
  23163. border-color: rgba(255, 255, 255, 0.2);
  23164. color: rgba(255, 255, 255, 0.3)
  23165. }
  23166.  
  23167. .mm-menu.mm-black .mm-header .mm-prev:before, .mm-menu.mm-black .mm-header .mm-next:after {
  23168. border-color: rgba(255, 255, 255, 0.3)
  23169. }
  23170.  
  23171. .mm-menu.mm-black .mm-list li.mm-label>div>div {
  23172. background: rgba(255, 255, 255, 0.15)
  23173. }
  23174.  
  23175. .mm-menu.mm-black .mm-search input {
  23176. background: rgba(255, 255, 255, 0.3);
  23177. color: rgba(255, 255, 255, 0.6)
  23178. }
  23179.  
  23180. .mm-menu.mm-black .mm-noresultsmsg {
  23181. color: rgba(255, 255, 255, 0.3)
  23182. }
  23183.  
  23184. .mm-menu.mm-black label.mm-toggle {
  23185. background: rgba(255, 255, 255, 0.2)
  23186. }
  23187.  
  23188. .mm-menu.mm-black label.mm-toggle:before {
  23189. background: black
  23190. }
  23191.  
  23192. .mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle {
  23193. background: #4bd963
  23194. }
  23195.  
  23196. .mm-header {
  23197. background: inherit;
  23198. border-bottom: 1px solid transparent;
  23199. text-align: center;
  23200. line-height: 20px;
  23201. box-sizing: border-box;
  23202. width: 100%;
  23203. height: 60px;
  23204. padding: 0 50px;
  23205. position: absolute;
  23206. z-index: 2;
  23207. top: 0;
  23208. left: 0
  23209. }
  23210.  
  23211. .mm-header .mm-title, .mm-header .mm-prev, .mm-header .mm-next {
  23212. padding-top: 30px
  23213. }
  23214.  
  23215. .mm-header .mm-title {
  23216. text-overflow: ellipsis;
  23217. white-space: nowrap;
  23218. overflow: hidden;
  23219. display: inline-block;
  23220. width: 100%;
  23221. position: relative
  23222. }
  23223.  
  23224. .mm-header .mm-prev, .mm-header .mm-next {
  23225. text-decoration: none;
  23226. display: block;
  23227. box-sizing: border-box;
  23228. min-width: 10px;
  23229. height: 100%;
  23230. position: absolute;
  23231. top: 0;
  23232. z-index: 1
  23233. }
  23234.  
  23235. .mm-header .mm-prev {
  23236. padding-left: 20px;
  23237. padding-right: 10px;
  23238. left: 0
  23239. }
  23240.  
  23241. .mm-header .mm-next {
  23242. padding-left: 10px;
  23243. padding-right: 20px;
  23244. right: 0
  23245. }
  23246.  
  23247. .mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  23248. content: '';
  23249. border: 2px solid transparent;
  23250. display: inline-block;
  23251. width: 7px;
  23252. height: 7px;
  23253. -webkit-transform: rotate(-45deg);
  23254. transform: rotate(-45deg)
  23255. }
  23256.  
  23257. .mm-header [href].mm-prev:before {
  23258. border-right: none;
  23259. border-bottom: none;
  23260. margin-left: 2px;
  23261. margin-right: 5px
  23262. }
  23263.  
  23264. .mm-header [href].mm-next:after {
  23265. border-top: none;
  23266. border-left: none;
  23267. margin-left: 5px;
  23268. margin-right: -2px
  23269. }
  23270.  
  23271. .mm-menu.mm-hassearch .mm-header {
  23272. height: 50px;
  23273. top: 50px
  23274. }
  23275.  
  23276. .mm-menu.mm-hassearch .mm-header .mm-title, .mm-menu.mm-hassearch .mm-header .mm-prev, .mm-menu.mm-hassearch .mm-header .mm-next {
  23277. padding-top: 20px
  23278. }
  23279.  
  23280. .mm-menu.mm-hasheader li.mm-subtitle {
  23281. display: none
  23282. }
  23283.  
  23284. .mm-menu.mm-hasheader>.mm-panel {
  23285. padding-top: 80px
  23286. }
  23287.  
  23288. .mm-menu.mm-hasheader>.mm-panel.mm-list {
  23289. padding-top: 60px
  23290. }
  23291.  
  23292. .mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
  23293. margin-top: -20px
  23294. }
  23295.  
  23296. .mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
  23297. padding-top: 120px
  23298. }
  23299.  
  23300. .mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list {
  23301. padding-top: 100px
  23302. }
  23303.  
  23304. .mm-menu .mm-header {
  23305. border-color: rgba(0, 0, 0, 0.15);
  23306. color: rgba(255, 255, 255, 0.3)
  23307. }
  23308.  
  23309. .mm-menu .mm-header .mm-prev:before, .mm-menu .mm-header .mm-next:after {
  23310. border-color: rgba(255, 255, 255, 0.3)
  23311. }
Add Comment
Please, Sign In to add comment