Guest User

Untitled

a guest
Jun 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 233.82 KB | None | 0 0
  1. @import url(../css/font-awesome.css);
  2. @import url(../css/material-icons.css);
  3. @import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic,300,300italic);
  4. @import url(//fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);
  5. @import url(//fonts.googleapis.com/css?family=Montserrat:700);
  6. @import "animate.css";
  7. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  8. html {
  9. font-family: sans-serif;
  10. -ms-text-size-adjust: 100%;
  11. -webkit-text-size-adjust: 100%;
  12. }
  13. body {
  14. margin: 0;
  15. }
  16. article,
  17. aside,
  18. details,
  19. figcaption,
  20. figure,
  21. footer,
  22. header,
  23. hgroup,
  24. main,
  25. menu,
  26. nav,
  27. section,
  28. summary {
  29. display: block;
  30. }
  31. audio,
  32. canvas,
  33. progress,
  34. video {
  35. display: inline-block;
  36. vertical-align: baseline;
  37. }
  38. audio:not([controls]) {
  39. display: none;
  40. height: 0;
  41. }
  42. [hidden],
  43. template {
  44. display: none;
  45. }
  46. a {
  47. background-color: transparent;
  48. }
  49. a:active,
  50. a:hover {
  51. outline: 0;
  52. }
  53. abbr[title] {
  54. border-bottom: 1px dotted;
  55. }
  56. b,
  57. strong {
  58. font-weight: bold;
  59. }
  60. dfn {
  61. font-style: italic;
  62. }
  63. h1 {
  64. font-size: 2em;
  65. margin: 0.67em 0;
  66. }
  67. mark {
  68. background: #ff0;
  69. color: #000;
  70. }
  71. small {
  72. font-size: 80%;
  73. }
  74. sub,
  75. sup {
  76. font-size: 75%;
  77. line-height: 0;
  78. position: relative;
  79. vertical-align: baseline;
  80. }
  81. sup {
  82. top: -0.5em;
  83. }
  84. sub {
  85. bottom: -0.25em;
  86. }
  87. img {
  88. border: 0;
  89. }
  90. svg:not(:root) {
  91. overflow: hidden;
  92. }
  93. figure {
  94. margin: 1em 40px;
  95. }
  96. hr {
  97. -moz-box-sizing: content-box;
  98. box-sizing: content-box;
  99. height: 0;
  100. }
  101. pre {
  102. overflow: auto;
  103. }
  104. code,
  105. kbd,
  106. pre,
  107. samp {
  108. font-family: monospace, monospace;
  109. font-size: 1em;
  110. }
  111. button,
  112. input,
  113. optgroup,
  114. select,
  115. textarea {
  116. color: inherit;
  117. font: inherit;
  118. margin: 0;
  119. }
  120. button {
  121. overflow: visible;
  122. }
  123. button,
  124. select {
  125. text-transform: none;
  126. }
  127. button,
  128. html input[type="button"],
  129. input[type="reset"],
  130. input[type="submit"] {
  131. -webkit-appearance: button;
  132. cursor: pointer;
  133. }
  134. button[disabled],
  135. html input[disabled] {
  136. cursor: default;
  137. }
  138. button::-moz-focus-inner,
  139. input::-moz-focus-inner {
  140. border: 0;
  141. padding: 0;
  142. }
  143. input {
  144. line-height: normal;
  145. }
  146. input[type="checkbox"],
  147. input[type="radio"] {
  148. box-sizing: border-box;
  149. padding: 0;
  150. }
  151. input[type="number"]::-webkit-inner-spin-button,
  152. input[type="number"]::-webkit-outer-spin-button {
  153. height: auto;
  154. }
  155. input[type="search"] {
  156. -webkit-appearance: textfield;
  157. -moz-box-sizing: content-box;
  158. -webkit-box-sizing: content-box;
  159. box-sizing: content-box;
  160. }
  161. input[type="search"]::-webkit-search-cancel-button,
  162. input[type="search"]::-webkit-search-decoration {
  163. -webkit-appearance: none;
  164. }
  165. fieldset {
  166. border: 1px solid #c0c0c0;
  167. margin: 0 2px;
  168. padding: 0.35em 0.625em 0.75em;
  169. }
  170. legend {
  171. border: 0;
  172. padding: 0;
  173. }
  174. textarea {
  175. overflow: auto;
  176. }
  177. optgroup {
  178. font-weight: bold;
  179. }
  180. table {
  181. border-collapse: collapse;
  182. border-spacing: 0;
  183. }
  184. td,
  185. th {
  186. padding: 0;
  187. }
  188. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  189. @media print {
  190. *,
  191. *:before,
  192. *:after {
  193. background: transparent !important;
  194. color: #000 !important;
  195. box-shadow: none !important;
  196. text-shadow: none !important;
  197. }
  198. a,
  199. a:visited {
  200. text-decoration: underline;
  201. }
  202. a[href]:after {
  203. content: " (" attr(href) ")";
  204. }
  205. abbr[title]:after {
  206. content: " (" attr(title) ")";
  207. }
  208. a[href^="#"]:after,
  209. a[href^="javascript:"]:after {
  210. content: "";
  211. }
  212. pre,
  213. blockquote {
  214. border: 1px solid #999;
  215. page-break-inside: avoid;
  216. }
  217. thead {
  218. display: table-header-group;
  219. }
  220. tr,
  221. img {
  222. page-break-inside: avoid;
  223. }
  224. img {
  225. max-width: 100% !important;
  226. }
  227. p,
  228. h2,
  229. h3 {
  230. orphans: 3;
  231. widows: 3;
  232. }
  233. h2,
  234. h3 {
  235. page-break-after: avoid;
  236. }
  237. select {
  238. background: #fff !important;
  239. }
  240. .navbar {
  241. display: none;
  242. }
  243. .btn > .caret,
  244. .dropup > .btn > .caret {
  245. border-top-color: #000 !important;
  246. }
  247. .label {
  248. border: 1px solid #000;
  249. }
  250. .table {
  251. border-collapse: collapse !important;
  252. }
  253. .table td,
  254. .table th {
  255. background-color: #fff !important;
  256. }
  257. .table-bordered th,
  258. .table-bordered td {
  259. border: 1px solid #ddd !important;
  260. }
  261. }
  262. @font-face {
  263. font-family: 'Glyphicons Halflings';
  264. src: url('../fonts/glyphicons-halflings-regular.eot');
  265. src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  266. }
  267. .glyphicon {
  268. position: relative;
  269. top: 1px;
  270. display: inline-block;
  271. font-family: 'Glyphicons Halflings';
  272. font-style: normal;
  273. font-weight: normal;
  274. line-height: 1;
  275. -webkit-font-smoothing: antialiased;
  276. -moz-osx-font-smoothing: grayscale;
  277. }
  278. .glyphicon-asterisk:before {
  279. content: "\2a";
  280. }
  281. .glyphicon-plus:before {
  282. content: "\2b";
  283. }
  284. .glyphicon-euro:before,
  285. .glyphicon-eur:before {
  286. content: "\20ac";
  287. }
  288. .glyphicon-minus:before {
  289. content: "\2212";
  290. }
  291. .glyphicon-cloud:before {
  292. content: "\2601";
  293. }
  294. .glyphicon-envelope:before {
  295. content: "\2709";
  296. }
  297. .glyphicon-pencil:before {
  298. content: "\270f";
  299. }
  300. .glyphicon-glass:before {
  301. content: "\e001";
  302. }
  303. .glyphicon-music:before {
  304. content: "\e002";
  305. }
  306. .glyphicon-search:before {
  307. content: "\e003";
  308. }
  309. .glyphicon-heart:before {
  310. content: "\e005";
  311. }
  312. .glyphicon-star:before {
  313. content: "\e006";
  314. }
  315. .glyphicon-star-empty:before {
  316. content: "\e007";
  317. }
  318. .glyphicon-user:before {
  319. content: "\e008";
  320. }
  321. .glyphicon-film:before {
  322. content: "\e009";
  323. }
  324. .glyphicon-th-large:before {
  325. content: "\e010";
  326. }
  327. .glyphicon-th:before {
  328. content: "\e011";
  329. }
  330. .glyphicon-th-list:before {
  331. content: "\e012";
  332. }
  333. .glyphicon-ok:before {
  334. content: "\e013";
  335. }
  336. .glyphicon-remove:before {
  337. content: "\e014";
  338. }
  339. .glyphicon-zoom-in:before {
  340. content: "\e015";
  341. }
  342. .glyphicon-zoom-out:before {
  343. content: "\e016";
  344. }
  345. .glyphicon-off:before {
  346. content: "\e017";
  347. }
  348. .glyphicon-signal:before {
  349. content: "\e018";
  350. }
  351. .glyphicon-cog:before {
  352. content: "\e019";
  353. }
  354. .glyphicon-trash:before {
  355. content: "\e020";
  356. }
  357. .glyphicon-home:before {
  358. content: "\e021";
  359. }
  360. .glyphicon-file:before {
  361. content: "\e022";
  362. }
  363. .glyphicon-time:before {
  364. content: "\e023";
  365. }
  366. .glyphicon-road:before {
  367. content: "\e024";
  368. }
  369. .glyphicon-download-alt:before {
  370. content: "\e025";
  371. }
  372. .glyphicon-download:before {
  373. content: "\e026";
  374. }
  375. .glyphicon-upload:before {
  376. content: "\e027";
  377. }
  378. .glyphicon-inbox:before {
  379. content: "\e028";
  380. }
  381. .glyphicon-play-circle:before {
  382. content: "\e029";
  383. }
  384. .glyphicon-repeat:before {
  385. content: "\e030";
  386. }
  387. .glyphicon-refresh:before {
  388. content: "\e031";
  389. }
  390. .glyphicon-list-alt:before {
  391. content: "\e032";
  392. }
  393. .glyphicon-lock:before {
  394. content: "\e033";
  395. }
  396. .glyphicon-flag:before {
  397. content: "\e034";
  398. }
  399. .glyphicon-headphones:before {
  400. content: "\e035";
  401. }
  402. .glyphicon-volume-off:before {
  403. content: "\e036";
  404. }
  405. .glyphicon-volume-down:before {
  406. content: "\e037";
  407. }
  408. .glyphicon-volume-up:before {
  409. content: "\e038";
  410. }
  411. .glyphicon-qrcode:before {
  412. content: "\e039";
  413. }
  414. .glyphicon-barcode:before {
  415. content: "\e040";
  416. }
  417. .glyphicon-tag:before {
  418. content: "\e041";
  419. }
  420. .glyphicon-tags:before {
  421. content: "\e042";
  422. }
  423. .glyphicon-book:before {
  424. content: "\e043";
  425. }
  426. .glyphicon-bookmark:before {
  427. content: "\e044";
  428. }
  429. .glyphicon-print:before {
  430. content: "\e045";
  431. }
  432. .glyphicon-camera:before {
  433. content: "\e046";
  434. }
  435. .glyphicon-font:before {
  436. content: "\e047";
  437. }
  438. .glyphicon-bold:before {
  439. content: "\e048";
  440. }
  441. .glyphicon-italic:before {
  442. content: "\e049";
  443. }
  444. .glyphicon-text-height:before {
  445. content: "\e050";
  446. }
  447. .glyphicon-text-width:before {
  448. content: "\e051";
  449. }
  450. .glyphicon-align-left:before {
  451. content: "\e052";
  452. }
  453. .glyphicon-align-center:before {
  454. content: "\e053";
  455. }
  456. .glyphicon-align-right:before {
  457. content: "\e054";
  458. }
  459. .glyphicon-align-justify:before {
  460. content: "\e055";
  461. }
  462. .glyphicon-list:before {
  463. content: "\e056";
  464. }
  465. .glyphicon-indent-left:before {
  466. content: "\e057";
  467. }
  468. .glyphicon-indent-right:before {
  469. content: "\e058";
  470. }
  471. .glyphicon-facetime-video:before {
  472. content: "\e059";
  473. }
  474. .glyphicon-picture:before {
  475. content: "\e060";
  476. }
  477. .glyphicon-map-marker:before {
  478. content: "\e062";
  479. }
  480. .glyphicon-adjust:before {
  481. content: "\e063";
  482. }
  483. .glyphicon-tint:before {
  484. content: "\e064";
  485. }
  486. .glyphicon-edit:before {
  487. content: "\e065";
  488. }
  489. .glyphicon-share:before {
  490. content: "\e066";
  491. }
  492. .glyphicon-check:before {
  493. content: "\e067";
  494. }
  495. .glyphicon-move:before {
  496. content: "\e068";
  497. }
  498. .glyphicon-step-backward:before {
  499. content: "\e069";
  500. }
  501. .glyphicon-fast-backward:before {
  502. content: "\e070";
  503. }
  504. .glyphicon-backward:before {
  505. content: "\e071";
  506. }
  507. .glyphicon-play:before {
  508. content: "\e072";
  509. }
  510. .glyphicon-pause:before {
  511. content: "\e073";
  512. }
  513. .glyphicon-stop:before {
  514. content: "\e074";
  515. }
  516. .glyphicon-forward:before {
  517. content: "\e075";
  518. }
  519. .glyphicon-fast-forward:before {
  520. content: "\e076";
  521. }
  522. .glyphicon-step-forward:before {
  523. content: "\e077";
  524. }
  525. .glyphicon-eject:before {
  526. content: "\e078";
  527. }
  528. .glyphicon-chevron-left:before {
  529. content: "\e079";
  530. }
  531. .glyphicon-chevron-right:before {
  532. content: "\e080";
  533. }
  534. .glyphicon-plus-sign:before {
  535. content: "\e081";
  536. }
  537. .glyphicon-minus-sign:before {
  538. content: "\e082";
  539. }
  540. .glyphicon-remove-sign:before {
  541. content: "\e083";
  542. }
  543. .glyphicon-ok-sign:before {
  544. content: "\e084";
  545. }
  546. .glyphicon-question-sign:before {
  547. content: "\e085";
  548. }
  549. .glyphicon-info-sign:before {
  550. content: "\e086";
  551. }
  552. .glyphicon-screenshot:before {
  553. content: "\e087";
  554. }
  555. .glyphicon-remove-circle:before {
  556. content: "\e088";
  557. }
  558. .glyphicon-ok-circle:before {
  559. content: "\e089";
  560. }
  561. .glyphicon-ban-circle:before {
  562. content: "\e090";
  563. }
  564. .glyphicon-arrow-left:before {
  565. content: "\e091";
  566. }
  567. .glyphicon-arrow-right:before {
  568. content: "\e092";
  569. }
  570. .glyphicon-arrow-up:before {
  571. content: "\e093";
  572. }
  573. .glyphicon-arrow-down:before {
  574. content: "\e094";
  575. }
  576. .glyphicon-share-alt:before {
  577. content: "\e095";
  578. }
  579. .glyphicon-resize-full:before {
  580. content: "\e096";
  581. }
  582. .glyphicon-resize-small:before {
  583. content: "\e097";
  584. }
  585. .glyphicon-exclamation-sign:before {
  586. content: "\e101";
  587. }
  588. .glyphicon-gift:before {
  589. content: "\e102";
  590. }
  591. .glyphicon-leaf:before {
  592. content: "\e103";
  593. }
  594. .glyphicon-fire:before {
  595. content: "\e104";
  596. }
  597. .glyphicon-eye-open:before {
  598. content: "\e105";
  599. }
  600. .glyphicon-eye-close:before {
  601. content: "\e106";
  602. }
  603. .glyphicon-warning-sign:before {
  604. content: "\e107";
  605. }
  606. .glyphicon-plane:before {
  607. content: "\e108";
  608. }
  609. .glyphicon-calendar:before {
  610. content: "\e109";
  611. }
  612. .glyphicon-random:before {
  613. content: "\e110";
  614. }
  615. .glyphicon-comment:before {
  616. content: "\e111";
  617. }
  618. .glyphicon-magnet:before {
  619. content: "\e112";
  620. }
  621. .glyphicon-chevron-up:before {
  622. content: "\e113";
  623. }
  624. .glyphicon-chevron-down:before {
  625. content: "\e114";
  626. }
  627. .glyphicon-retweet:before {
  628. content: "\e115";
  629. }
  630. .glyphicon-shopping-cart:before {
  631. content: "\e116";
  632. }
  633. .glyphicon-folder-close:before {
  634. content: "\e117";
  635. }
  636. .glyphicon-folder-open:before {
  637. content: "\e118";
  638. }
  639. .glyphicon-resize-vertical:before {
  640. content: "\e119";
  641. }
  642. .glyphicon-resize-horizontal:before {
  643. content: "\e120";
  644. }
  645. .glyphicon-hdd:before {
  646. content: "\e121";
  647. }
  648. .glyphicon-bullhorn:before {
  649. content: "\e122";
  650. }
  651. .glyphicon-bell:before {
  652. content: "\e123";
  653. }
  654. .glyphicon-certificate:before {
  655. content: "\e124";
  656. }
  657. .glyphicon-thumbs-up:before {
  658. content: "\e125";
  659. }
  660. .glyphicon-thumbs-down:before {
  661. content: "\e126";
  662. }
  663. .glyphicon-hand-right:before {
  664. content: "\e127";
  665. }
  666. .glyphicon-hand-left:before {
  667. content: "\e128";
  668. }
  669. .glyphicon-hand-up:before {
  670. content: "\e129";
  671. }
  672. .glyphicon-hand-down:before {
  673. content: "\e130";
  674. }
  675. .glyphicon-circle-arrow-right:before {
  676. content: "\e131";
  677. }
  678. .glyphicon-circle-arrow-left:before {
  679. content: "\e132";
  680. }
  681. .glyphicon-circle-arrow-up:before {
  682. content: "\e133";
  683. }
  684. .glyphicon-circle-arrow-down:before {
  685. content: "\e134";
  686. }
  687. .glyphicon-globe:before {
  688. content: "\e135";
  689. }
  690. .glyphicon-wrench:before {
  691. content: "\e136";
  692. }
  693. .glyphicon-tasks:before {
  694. content: "\e137";
  695. }
  696. .glyphicon-filter:before {
  697. content: "\e138";
  698. }
  699. .glyphicon-briefcase:before {
  700. content: "\e139";
  701. }
  702. .glyphicon-fullscreen:before {
  703. content: "\e140";
  704. }
  705. .glyphicon-dashboard:before {
  706. content: "\e141";
  707. }
  708. .glyphicon-paperclip:before {
  709. content: "\e142";
  710. }
  711. .glyphicon-heart-empty:before {
  712. content: "\e143";
  713. }
  714. .glyphicon-link:before {
  715. content: "\e144";
  716. }
  717. .glyphicon-phone:before {
  718. content: "\e145";
  719. }
  720. .glyphicon-pushpin:before {
  721. content: "\e146";
  722. }
  723. .glyphicon-usd:before {
  724. content: "\e148";
  725. }
  726. .glyphicon-gbp:before {
  727. content: "\e149";
  728. }
  729. .glyphicon-sort:before {
  730. content: "\e150";
  731. }
  732. .glyphicon-sort-by-alphabet:before {
  733. content: "\e151";
  734. }
  735. .glyphicon-sort-by-alphabet-alt:before {
  736. content: "\e152";
  737. }
  738. .glyphicon-sort-by-order:before {
  739. content: "\e153";
  740. }
  741. .glyphicon-sort-by-order-alt:before {
  742. content: "\e154";
  743. }
  744. .glyphicon-sort-by-attributes:before {
  745. content: "\e155";
  746. }
  747. .glyphicon-sort-by-attributes-alt:before {
  748. content: "\e156";
  749. }
  750. .glyphicon-unchecked:before {
  751. content: "\e157";
  752. }
  753. .glyphicon-expand:before {
  754. content: "\e158";
  755. }
  756. .glyphicon-collapse-down:before {
  757. content: "\e159";
  758. }
  759. .glyphicon-collapse-up:before {
  760. content: "\e160";
  761. }
  762. .glyphicon-log-in:before {
  763. content: "\e161";
  764. }
  765. .glyphicon-flash:before {
  766. content: "\e162";
  767. }
  768. .glyphicon-log-out:before {
  769. content: "\e163";
  770. }
  771. .glyphicon-new-window:before {
  772. content: "\e164";
  773. }
  774. .glyphicon-record:before {
  775. content: "\e165";
  776. }
  777. .glyphicon-save:before {
  778. content: "\e166";
  779. }
  780. .glyphicon-open:before {
  781. content: "\e167";
  782. }
  783. .glyphicon-saved:before {
  784. content: "\e168";
  785. }
  786. .glyphicon-import:before {
  787. content: "\e169";
  788. }
  789. .glyphicon-export:before {
  790. content: "\e170";
  791. }
  792. .glyphicon-send:before {
  793. content: "\e171";
  794. }
  795. .glyphicon-floppy-disk:before {
  796. content: "\e172";
  797. }
  798. .glyphicon-floppy-saved:before {
  799. content: "\e173";
  800. }
  801. .glyphicon-floppy-remove:before {
  802. content: "\e174";
  803. }
  804. .glyphicon-floppy-save:before {
  805. content: "\e175";
  806. }
  807. .glyphicon-floppy-open:before {
  808. content: "\e176";
  809. }
  810. .glyphicon-credit-card:before {
  811. content: "\e177";
  812. }
  813. .glyphicon-transfer:before {
  814. content: "\e178";
  815. }
  816. .glyphicon-cutlery:before {
  817. content: "\e179";
  818. }
  819. .glyphicon-header:before {
  820. content: "\e180";
  821. }
  822. .glyphicon-compressed:before {
  823. content: "\e181";
  824. }
  825. .glyphicon-earphone:before {
  826. content: "\e182";
  827. }
  828. .glyphicon-phone-alt:before {
  829. content: "\e183";
  830. }
  831. .glyphicon-tower:before {
  832. content: "\e184";
  833. }
  834. .glyphicon-stats:before {
  835. content: "\e185";
  836. }
  837. .glyphicon-sd-video:before {
  838. content: "\e186";
  839. }
  840. .glyphicon-hd-video:before {
  841. content: "\e187";
  842. }
  843. .glyphicon-subtitles:before {
  844. content: "\e188";
  845. }
  846. .glyphicon-sound-stereo:before {
  847. content: "\e189";
  848. }
  849. .glyphicon-sound-dolby:before {
  850. content: "\e190";
  851. }
  852. .glyphicon-sound-5-1:before {
  853. content: "\e191";
  854. }
  855. .glyphicon-sound-6-1:before {
  856. content: "\e192";
  857. }
  858. .glyphicon-sound-7-1:before {
  859. content: "\e193";
  860. }
  861. .glyphicon-copyright-mark:before {
  862. content: "\e194";
  863. }
  864. .glyphicon-registration-mark:before {
  865. content: "\e195";
  866. }
  867. .glyphicon-cloud-download:before {
  868. content: "\e197";
  869. }
  870. .glyphicon-cloud-upload:before {
  871. content: "\e198";
  872. }
  873. .glyphicon-tree-conifer:before {
  874. content: "\e199";
  875. }
  876. .glyphicon-tree-deciduous:before {
  877. content: "\e200";
  878. }
  879. .glyphicon-cd:before {
  880. content: "\e201";
  881. }
  882. .glyphicon-save-file:before {
  883. content: "\e202";
  884. }
  885. .glyphicon-open-file:before {
  886. content: "\e203";
  887. }
  888. .glyphicon-level-up:before {
  889. content: "\e204";
  890. }
  891. .glyphicon-copy:before {
  892. content: "\e205";
  893. }
  894. .glyphicon-paste:before {
  895. content: "\e206";
  896. }
  897. .glyphicon-alert:before {
  898. content: "\e209";
  899. }
  900. .glyphicon-equalizer:before {
  901. content: "\e210";
  902. }
  903. .glyphicon-king:before {
  904. content: "\e211";
  905. }
  906. .glyphicon-queen:before {
  907. content: "\e212";
  908. }
  909. .glyphicon-pawn:before {
  910. content: "\e213";
  911. }
  912. .glyphicon-bishop:before {
  913. content: "\e214";
  914. }
  915. .glyphicon-knight:before {
  916. content: "\e215";
  917. }
  918. .glyphicon-baby-formula:before {
  919. content: "\e216";
  920. }
  921. .glyphicon-tent:before {
  922. content: "\26fa";
  923. }
  924. .glyphicon-blackboard:before {
  925. content: "\e218";
  926. }
  927. .glyphicon-bed:before {
  928. content: "\e219";
  929. }
  930. .glyphicon-apple:before {
  931. content: "\f8ff";
  932. }
  933. .glyphicon-erase:before {
  934. content: "\e221";
  935. }
  936. .glyphicon-hourglass:before {
  937. content: "\231b";
  938. }
  939. .glyphicon-lamp:before {
  940. content: "\e223";
  941. }
  942. .glyphicon-duplicate:before {
  943. content: "\e224";
  944. }
  945. .glyphicon-piggy-bank:before {
  946. content: "\e225";
  947. }
  948. .glyphicon-scissors:before {
  949. content: "\e226";
  950. }
  951. .glyphicon-bitcoin:before {
  952. content: "\e227";
  953. }
  954. .glyphicon-btc:before {
  955. content: "\e227";
  956. }
  957. .glyphicon-xbt:before {
  958. content: "\e227";
  959. }
  960. .glyphicon-yen:before {
  961. content: "\00a5";
  962. }
  963. .glyphicon-jpy:before {
  964. content: "\00a5";
  965. }
  966. .glyphicon-ruble:before {
  967. content: "\20bd";
  968. }
  969. .glyphicon-rub:before {
  970. content: "\20bd";
  971. }
  972. .glyphicon-scale:before {
  973. content: "\e230";
  974. }
  975. .glyphicon-ice-lolly:before {
  976. content: "\e231";
  977. }
  978. .glyphicon-ice-lolly-tasted:before {
  979. content: "\e232";
  980. }
  981. .glyphicon-education:before {
  982. content: "\e233";
  983. }
  984. .glyphicon-option-horizontal:before {
  985. content: "\e234";
  986. }
  987. .glyphicon-option-vertical:before {
  988. content: "\e235";
  989. }
  990. .glyphicon-menu-hamburger:before {
  991. content: "\e236";
  992. }
  993. .glyphicon-modal-window:before {
  994. content: "\e237";
  995. }
  996. .glyphicon-oil:before {
  997. content: "\e238";
  998. }
  999. .glyphicon-grain:before {
  1000. content: "\e239";
  1001. }
  1002. .glyphicon-sunglasses:before {
  1003. content: "\e240";
  1004. }
  1005. .glyphicon-text-size:before {
  1006. content: "\e241";
  1007. }
  1008. .glyphicon-text-color:before {
  1009. content: "\e242";
  1010. }
  1011. .glyphicon-text-background:before {
  1012. content: "\e243";
  1013. }
  1014. .glyphicon-object-align-top:before {
  1015. content: "\e244";
  1016. }
  1017. .glyphicon-object-align-bottom:before {
  1018. content: "\e245";
  1019. }
  1020. .glyphicon-object-align-horizontal:before {
  1021. content: "\e246";
  1022. }
  1023. .glyphicon-object-align-left:before {
  1024. content: "\e247";
  1025. }
  1026. .glyphicon-object-align-vertical:before {
  1027. content: "\e248";
  1028. }
  1029. .glyphicon-object-align-right:before {
  1030. content: "\e249";
  1031. }
  1032. .glyphicon-triangle-right:before {
  1033. content: "\e250";
  1034. }
  1035. .glyphicon-triangle-left:before {
  1036. content: "\e251";
  1037. }
  1038. .glyphicon-triangle-bottom:before {
  1039. content: "\e252";
  1040. }
  1041. .glyphicon-triangle-top:before {
  1042. content: "\e253";
  1043. }
  1044. .glyphicon-console:before {
  1045. content: "\e254";
  1046. }
  1047. .glyphicon-superscript:before {
  1048. content: "\e255";
  1049. }
  1050. .glyphicon-subscript:before {
  1051. content: "\e256";
  1052. }
  1053. .glyphicon-menu-left:before {
  1054. content: "\e257";
  1055. }
  1056. .glyphicon-menu-right:before {
  1057. content: "\e258";
  1058. }
  1059. .glyphicon-menu-down:before {
  1060. content: "\e259";
  1061. }
  1062. .glyphicon-menu-up:before {
  1063. content: "\e260";
  1064. }
  1065. /*================== Stuck menu ======================*/
  1066. .stuck_container {
  1067. background: transparent;
  1068. }
  1069. .isStuck {
  1070. text-align: left;
  1071. z-index: 9999;
  1072. background: rgba(0, 0, 0, 0.9);
  1073. }
  1074. .lt-ie9 .isStuck {
  1075. background: none;
  1076. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  1077. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  1078. zoom: 1;
  1079. }
  1080. .isStuck .navbar {
  1081. padding-top: 6px;
  1082. }
  1083. .isStuck .navbar li a:after {
  1084. height: 0;
  1085. }
  1086. .isStuck .navbar .dropdown-menu {
  1087. margin-top: 25px;
  1088. }
  1089. .isStuck .navbar .dropdown-menu .dropdown-menu {
  1090. margin-top: 0;
  1091. }
  1092. .isStuck .navbar-header {
  1093. display: inline-block;
  1094. float: none;
  1095. }
  1096. @media only screen and (max-width: 992px) {
  1097. .isStuck {
  1098. display: none !important;
  1099. }
  1100. }
  1101. .isStuck .sf-menu > ul {
  1102. top: 70px;
  1103. }
  1104. /*================== ToTop ======================*/
  1105. .toTop {
  1106. width: 50px;
  1107. height: 50px;
  1108. background: #d72d1b;
  1109. -webkit-border-radius: 50%;
  1110. -moz-border-radius: 50%;
  1111. border-radius: 50%;
  1112. -moz-transition: 0.3s;
  1113. -webkit-transition: 0.3s;
  1114. -o-transition: 0.3s;
  1115. transition: 0.3s;
  1116. -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  1117. -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  1118. box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  1119. color: #fff;
  1120. position: fixed;
  1121. right: 40px;
  1122. bottom: 40px;
  1123. display: none;
  1124. overflow: hidden;
  1125. text-align: center;
  1126. text-decoration: none;
  1127. z-index: 99999;
  1128. }
  1129. .toTop:before {
  1130. line-height: 47px;
  1131. font-size: 22px;
  1132. font-weight: 700;
  1133. }
  1134. .toTop:focus {
  1135. background: #d72d1b;
  1136. color: #fff;
  1137. }
  1138. .toTop:hover {
  1139. color: #fff;
  1140. background: #9b9b9b;
  1141. text-decoration: none;
  1142. }
  1143. .mobile .toTop,
  1144. .tablet .toTop {
  1145. display: none!important;
  1146. }
  1147. /*================== Tumbnail ======================*/
  1148. .thumb {
  1149. display: block;
  1150. position: relative;
  1151. overflow: hidden;
  1152. z-index: 2;
  1153. }
  1154. .thumb img {
  1155. width: 100%;
  1156. height: auto;
  1157. -moz-transition: 0.5s all ease;
  1158. -webkit-transition: 0.5s all ease;
  1159. -o-transition: 0.5s all ease;
  1160. transition: 0.5s all ease;
  1161. }
  1162. .thumb_overlay {
  1163. position: absolute;
  1164. left: 0;
  1165. top: 0;
  1166. right: 0;
  1167. bottom: 0;
  1168. opacity: 0;
  1169. -moz-transition: 0.3s all ease;
  1170. -webkit-transition: 0.3s all ease;
  1171. -o-transition: 0.3s all ease;
  1172. transition: 0.3s all ease;
  1173. color: #ffffff;
  1174. background: transparent;
  1175. }
  1176. .thumb_overlay:before {
  1177. content: '\f065';
  1178. position: absolute;
  1179. font-family: 'FontAwesome';
  1180. font-size: 20px;
  1181. top: 50%;
  1182. left: 50%;
  1183. -moz-transform: translate(-50%, -50%);
  1184. -ms-transform: translate(-50%, -50%);
  1185. -o-transform: translate(-50%, -50%);
  1186. -webkit-transform: translate(-50%, -50%);
  1187. transform: translate(-50%, -50%);
  1188. opacity: 0;
  1189. }
  1190. .lt-ie9 .thumb_overlay:before {
  1191. display: none;
  1192. }
  1193. .thumb:hover .thumb_overlay {
  1194. opacity: 1;
  1195. background: rgba(0, 0, 0, 0.5);
  1196. }
  1197. .lt-ie9 .thumb:hover .thumb_overlay {
  1198. background: none;
  1199. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  1200. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000');
  1201. zoom: 1;
  1202. }
  1203. .thumb:hover .thumb_overlay:before {
  1204. opacity: 1;
  1205. }
  1206. .lt-ie9 .thumb:hover .thumb_overlay:before {
  1207. display: block;
  1208. }
  1209. .thumb:hover img {
  1210. -moz-transform: scale(1.1);
  1211. -ms-transform: scale(1.1);
  1212. -o-transform: scale(1.1);
  1213. -webkit-transform: scale(1.1);
  1214. transform: scale(1.1);
  1215. }
  1216. /* The gallery overlay */
  1217. .mobile #galleryOverlay {
  1218. background-color: #000000;
  1219. }
  1220. .mobile #galleryOverlay:before {
  1221. content: "+";
  1222. position: absolute;
  1223. font-family: Arial, sans-serif;
  1224. font-weight: 100;
  1225. font-size: 18px;
  1226. color: #ffffff;
  1227. opacity: 0.6;
  1228. left: 50%;
  1229. -moz-transform: translateX(-50%) rotate(45deg);
  1230. -ms-transform: translateX(-50%) rotate(45deg);
  1231. -o-transform: translateX(-50%) rotate(45deg);
  1232. -webkit-transform: translateX(-50%) rotate(45deg);
  1233. transform: translateX(-50%) rotate(45deg);
  1234. bottom: 5px;
  1235. -moz-transition: 0.3s;
  1236. -webkit-transition: 0.3s;
  1237. -o-transition: 0.3s;
  1238. transition: 0.3s;
  1239. }
  1240. #galleryOverlay {
  1241. width: 100%;
  1242. height: 100%;
  1243. position: fixed;
  1244. top: 0;
  1245. left: 0;
  1246. opacity: 0;
  1247. z-index: 100000;
  1248. background-color: #222;
  1249. background-color: rgba(0, 0, 0, 0.8);
  1250. overflow: hidden;
  1251. display: none;
  1252. -moz-transition: opacity 1s ease;
  1253. -webkit-transition: opacity 1s ease;
  1254. transition: opacity 1s ease;
  1255. }
  1256. /* This class will trigger the animation */
  1257. #galleryOverlay.visible {
  1258. opacity: 1;
  1259. }
  1260. #gallerySlider {
  1261. height: 100%;
  1262. left: 0;
  1263. top: 0;
  1264. width: 100%;
  1265. white-space: nowrap;
  1266. position: absolute;
  1267. -moz-transition: left 0.4s ease;
  1268. -webkit-transition: left 0.4s ease;
  1269. transition: left 0.4s ease;
  1270. }
  1271. #gallerySlider .placeholder {
  1272. background: url("../images/preloader.gif") no-repeat center center;
  1273. height: 100%;
  1274. line-height: 1px;
  1275. text-align: center;
  1276. width: 100%;
  1277. display: inline-block;
  1278. }
  1279. /* The before element moves the
  1280. * image halfway from the top */
  1281. #gallerySlider .placeholder:before {
  1282. content: "";
  1283. display: inline-block;
  1284. height: 50%;
  1285. width: 1px;
  1286. margin-right: -1px;
  1287. }
  1288. .mobile #gallerySlider .placeholder .iframe-wrap,
  1289. .mobile #gallerySlider .placeholder img {
  1290. display: inline-block;
  1291. max-height: 70%;
  1292. max-width: 100%;
  1293. vertical-align: middle;
  1294. }
  1295. #gallerySlider .placeholder .iframe-wrap,
  1296. #gallerySlider .placeholder img {
  1297. display: inline-block;
  1298. max-height: 80%;
  1299. max-width: 100%;
  1300. vertical-align: middle;
  1301. }
  1302. #gallerySlider .placeholder .iframe-wrap {
  1303. width: 1280px;
  1304. }
  1305. #gallerySlider .placeholder .iframe-wrap .iframe {
  1306. position: relative;
  1307. width: 100%;
  1308. padding-bottom: 56.25%;
  1309. }
  1310. #gallerySlider .placeholder .iframe-wrap .iframe iframe {
  1311. position: absolute;
  1312. top: 0;
  1313. left: 0;
  1314. width: 100%;
  1315. height: 100%;
  1316. }
  1317. #gallerySlider.rightSpring {
  1318. -moz-animation: rightSpring 0.3s;
  1319. -webkit-animation: rightSpring 0.3s;
  1320. }
  1321. #gallerySlider.leftSpring {
  1322. -moz-animation: leftSpring 0.3s;
  1323. -webkit-animation: leftSpring 0.3s;
  1324. }
  1325. /* Firefox Keyframe Animations */
  1326. @-moz-keyframes rightSpring {
  1327. 0% {
  1328. margin-left: 0px;
  1329. }
  1330. 50% {
  1331. margin-left: -30px;
  1332. }
  1333. 100% {
  1334. margin-left: 0px;
  1335. }
  1336. }
  1337. @-moz-keyframes leftSpring {
  1338. 0% {
  1339. margin-left: 0px;
  1340. }
  1341. 50% {
  1342. margin-left: 30px;
  1343. }
  1344. 100% {
  1345. margin-left: 0px;
  1346. }
  1347. }
  1348. /* Safari and Chrome Keyframe Animations */
  1349. @-webkit-keyframes rightSpring {
  1350. 0% {
  1351. margin-left: 0px;
  1352. }
  1353. 50% {
  1354. margin-left: -30px;
  1355. }
  1356. 100% {
  1357. margin-left: 0px;
  1358. }
  1359. }
  1360. @-webkit-keyframes leftSpring {
  1361. 0% {
  1362. margin-left: 0px;
  1363. }
  1364. 50% {
  1365. margin-left: 30px;
  1366. }
  1367. 100% {
  1368. margin-left: 0px;
  1369. }
  1370. }
  1371. /* Arrows */
  1372. #prevArrow,
  1373. #nextArrow {
  1374. border: none;
  1375. text-decoration: none;
  1376. background: url('../images/arrows.png') no-repeat;
  1377. opacity: 0.5;
  1378. cursor: pointer;
  1379. position: absolute;
  1380. width: 43px;
  1381. height: 58px;
  1382. top: 50%;
  1383. margin-top: -29px;
  1384. -moz-transition: opacity 0.2s ease;
  1385. -webkit-transition: opacity 0.2s ease;
  1386. transition: opacity 0.2s ease;
  1387. }
  1388. .mobile #prevArrow,
  1389. .mobile #nextArrow {
  1390. width: 45%;
  1391. height: 100%;
  1392. }
  1393. .mobile #prevArrow:before,
  1394. .mobile #nextArrow:before {
  1395. content: '';
  1396. width: 20px;
  1397. height: 27px;
  1398. position: absolute;
  1399. background: url('../images/arrows-sm.png') no-repeat;
  1400. top: 50%;
  1401. }
  1402. .mobile #prevArrow {
  1403. left: 0;
  1404. top: 0;
  1405. bottom: 0;
  1406. }
  1407. .mobile #prevArrow:before {
  1408. left: 0;
  1409. }
  1410. .mobile #nextArrow {
  1411. right: 0;
  1412. top: 0;
  1413. bottom: 0;
  1414. }
  1415. .mobile #nextArrow:before {
  1416. right: 0;
  1417. background-position: right center;
  1418. }
  1419. #prevArrow:hover,
  1420. #nextArrow:hover {
  1421. opacity: 1;
  1422. }
  1423. #prevArrow {
  1424. background-position: left top;
  1425. left: 40px;
  1426. }
  1427. #nextArrow {
  1428. background-position: right top;
  1429. right: 40px;
  1430. }
  1431. /*================== RD Parallax ======================*/
  1432. .parallax {
  1433. position: relative;
  1434. overflow: hidden;
  1435. }
  1436. .parallax_image,
  1437. .parallax_pattern {
  1438. position: absolute;
  1439. top: 0;
  1440. left: 0;
  1441. right: 0;
  1442. height: 100%;
  1443. background-position: center center;
  1444. will-change: transform;
  1445. }
  1446. .parallax_image {
  1447. background-repeat: no-repeat;
  1448. -webkit-background-size: cover;
  1449. background-size: cover;
  1450. }
  1451. .parallax_pattern {
  1452. background-repeat: repeat;
  1453. }
  1454. .parallax_cnt {
  1455. position: relative;
  1456. color: #ffffff;
  1457. }
  1458. .parallax_cnt h1,
  1459. .parallax_cnt h2,
  1460. .parallax_cnt h3,
  1461. .parallax_cnt h4,
  1462. .parallax_cnt h5,
  1463. .parallax_cnt h6,
  1464. .parallax_cnt .h1,
  1465. .parallax_cnt .h2,
  1466. .parallax_cnt .h3,
  1467. .parallax_cnt .h4,
  1468. .parallax_cnt .h5,
  1469. .parallax_cnt .h6 {
  1470. color: #ffffff;
  1471. text-transform: none;
  1472. }
  1473. .parallax_cnt h1.text-uppercase,
  1474. .parallax_cnt h2.text-uppercase,
  1475. .parallax_cnt h3.text-uppercase,
  1476. .parallax_cnt h4.text-uppercase,
  1477. .parallax_cnt h5.text-uppercase,
  1478. .parallax_cnt h6.text-uppercase,
  1479. .parallax_cnt .h1.text-uppercase,
  1480. .parallax_cnt .h2.text-uppercase,
  1481. .parallax_cnt .h3.text-uppercase,
  1482. .parallax_cnt .h4.text-uppercase,
  1483. .parallax_cnt .h5.text-uppercase,
  1484. .parallax_cnt .h6.text-uppercase {
  1485. text-transform: uppercase;
  1486. }
  1487. .parallax a.link {
  1488. text-decoration: underline;
  1489. }
  1490. /*================== RD Mobile Menu =====================*/
  1491. .rd-mobilemenu {
  1492. display: none;
  1493. position: fixed;
  1494. top: 0;
  1495. left: 0;
  1496. bottom: 0;
  1497. z-index: 9999999;
  1498. text-align: left;
  1499. -moz-transition: 0.3s all ease;
  1500. -webkit-transition: 0.3s all ease;
  1501. -o-transition: 0.3s all ease;
  1502. transition: 0.3s all ease;
  1503. }
  1504. .rd-mobilemenu.active {
  1505. right: 0;
  1506. }
  1507. .rd-mobilemenu_ul {
  1508. position: fixed;
  1509. top: -56px;
  1510. left: 0;
  1511. bottom: -56px;
  1512. width: 240px;
  1513. padding: 132px 0 76px;
  1514. color: #666666;
  1515. background: rgba(255, 255, 255, 0.97);
  1516. font-size: 14px;
  1517. line-height: 20px;
  1518. overflow: auto;
  1519. -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  1520. -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  1521. box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  1522. -moz-transform: translateX(-240px);
  1523. -ms-transform: translateX(-240px);
  1524. -o-transform: translateX(-240px);
  1525. -webkit-transform: translateX(-240px);
  1526. transform: translateX(-240px);
  1527. -moz-transition: 0.3s ease;
  1528. -webkit-transition: 0.3s ease;
  1529. -o-transition: 0.3s ease;
  1530. transition: 0.3s ease;
  1531. -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  1532. -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  1533. -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  1534. transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  1535. }
  1536. .lt-ie9 .rd-mobilemenu_ul {
  1537. background: none;
  1538. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  1539. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff');
  1540. zoom: 1;
  1541. }
  1542. .rd-mobilemenu.active .rd-mobilemenu_ul {
  1543. -moz-transform: translateX(0);
  1544. -ms-transform: translateX(0);
  1545. -o-transform: translateX(0);
  1546. -webkit-transform: translateX(0);
  1547. transform: translateX(0);
  1548. }
  1549. .rd-mobilemenu_ul li.active > a {
  1550. background: #e74e3e;
  1551. color: #ffffff;
  1552. }
  1553. .rd-mobilemenu_ul a {
  1554. display: block;
  1555. padding: 14px 25px 16px;
  1556. }
  1557. .rd-mobilemenu_ul a.active {
  1558. background: #f5f5f5;
  1559. color: #2d2d2d;
  1560. }
  1561. .rd-mobilemenu_ul a:hover {
  1562. background: #e74e3e;
  1563. color: #ffffff;
  1564. }
  1565. .rd-mobilemenu_ul a .rd-submenu-toggle {
  1566. position: absolute;
  1567. top: 50%;
  1568. right: 11px;
  1569. margin-top: -17.5px;
  1570. width: 32px;
  1571. height: 32px;
  1572. font: 400 10px 'FontAwesome';
  1573. line-height: 32px;
  1574. text-align: center;
  1575. -webkit-border-radius: 50%;
  1576. -moz-border-radius: 50%;
  1577. border-radius: 50%;
  1578. border: 1px solid #000000;
  1579. -moz-transition: 0.5s all ease;
  1580. -webkit-transition: 0.5s all ease;
  1581. -o-transition: 0.5s all ease;
  1582. transition: 0.5s all ease;
  1583. z-index: 1;
  1584. background: rgba(0, 0, 0, 0.1);
  1585. }
  1586. .rd-mobilemenu_ul a .rd-submenu-toggle:after {
  1587. content: '\f078';
  1588. }
  1589. .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  1590. background: #ffffff;
  1591. color: #666666;
  1592. }
  1593. .rd-mobilemenu_ul a.rd-with-ul {
  1594. position: relative;
  1595. }
  1596. .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  1597. -moz-transform: rotate(180deg);
  1598. -ms-transform: rotate(180deg);
  1599. -o-transform: rotate(180deg);
  1600. -webkit-transform: rotate(180deg);
  1601. transform: rotate(180deg);
  1602. }
  1603. .rd-mobilemenu_ul ul a {
  1604. padding-left: 40px;
  1605. border: none;
  1606. padding-top: 14px;
  1607. padding-bottom: 16px;
  1608. }
  1609. .rd-mobilemenu_ul ul ul {
  1610. border: none;
  1611. box-shadow: none;
  1612. background: transparent;
  1613. padding: 0;
  1614. left: 0;
  1615. top: 0;
  1616. text-align: left;
  1617. transform: none;
  1618. }
  1619. .rd-mobilemenu_ul ul ul:before,
  1620. .rd-mobilemenu_ul ul ul:after {
  1621. display: none;
  1622. }
  1623. .rd-mobilemenu_ul ul ul li {
  1624. border: none;
  1625. box-shadow: none;
  1626. }
  1627. .rd-mobilemenu_ul ul ul a {
  1628. padding: 0;
  1629. margin: 0;
  1630. padding-left: 60px;
  1631. color: inherit;
  1632. font-size: 14px;
  1633. padding-top: 14px;
  1634. padding-bottom: 16px;
  1635. border: none;
  1636. box-shadow: none;
  1637. }
  1638. .rd-mobilemenu_ul ul ul a.active {
  1639. background: #f5f5f5;
  1640. color: #2d2d2d;
  1641. }
  1642. .rd-mobilemenu_ul ul ul a:hover {
  1643. background: #e74e3e;
  1644. color: #ffffff;
  1645. }
  1646. .rd-mobilemenu_ul:after {
  1647. content: '';
  1648. display: block;
  1649. height: 20px;
  1650. }
  1651. .rd-mobilepanel {
  1652. display: none;
  1653. position: fixed;
  1654. top: 0;
  1655. left: 0;
  1656. right: 0;
  1657. height: 56px;
  1658. background: #ffffff;
  1659. color: #000000;
  1660. -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  1661. -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  1662. box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  1663. z-index: 99999991;
  1664. }
  1665. .rd-mobilepanel_title {
  1666. position: fixed;
  1667. padding-left: 10px;
  1668. top: 4px;
  1669. left: 56px;
  1670. right: 56px;
  1671. color: #000000;
  1672. font-size: 24px;
  1673. line-height: 48px;
  1674. letter-spacing: 1.2px;
  1675. text-overflow: ellipsis;
  1676. white-space: nowrap;
  1677. }
  1678. .rd-mobilepanel_title small {
  1679. display: none;
  1680. }
  1681. .rd-mobilepanel_toggle {
  1682. position: fixed;
  1683. top: 4px;
  1684. left: 8px;
  1685. width: 48px;
  1686. height: 48px;
  1687. background-color: #f7f7f7;
  1688. border-color: transparent;
  1689. outline: none;
  1690. -moz-transition: 0.2s;
  1691. -webkit-transition: 0.2s;
  1692. -o-transition: 0.2s;
  1693. transition: 0.2s;
  1694. }
  1695. .rd-mobilepanel_toggle span {
  1696. position: relative;
  1697. display: block;
  1698. left: 50%;
  1699. -moz-transform: translateX(-50%);
  1700. -ms-transform: translateX(-50%);
  1701. -o-transform: translateX(-50%);
  1702. -webkit-transform: translateX(-50%);
  1703. transform: translateX(-50%);
  1704. -moz-transition: all 0.3s ease;
  1705. -webkit-transition: all 0.3s ease;
  1706. -o-transition: all 0.3s ease;
  1707. transition: all 0.3s ease;
  1708. }
  1709. .rd-mobilepanel_toggle span:after,
  1710. .rd-mobilepanel_toggle span:before {
  1711. content: "";
  1712. position: absolute;
  1713. left: 0;
  1714. top: -8px;
  1715. -moz-transition: all 0.3s ease;
  1716. -webkit-transition: all 0.3s ease;
  1717. -o-transition: all 0.3s ease;
  1718. transition: all 0.3s ease;
  1719. }
  1720. .rd-mobilepanel_toggle span:after {
  1721. top: 8px;
  1722. }
  1723. .rd-mobilepanel_toggle span:after,
  1724. .rd-mobilepanel_toggle span:before,
  1725. .rd-mobilepanel_toggle span {
  1726. width: 24px;
  1727. height: 4px;
  1728. background-color: #000000;
  1729. backface-visibility: hidden;
  1730. -webkit-border-radius: 2px;
  1731. -moz-border-radius: 2px;
  1732. border-radius: 2px;
  1733. }
  1734. .rd-mobilepanel_toggle span:before,
  1735. .rd-mobilepanel_toggle span:after {
  1736. -webkit-transition-duration: 0.3s, 0.3s;
  1737. transition-duration: 0.3s, 0.3s;
  1738. -webkit-transition-delay: 0.3s, 0s;
  1739. transition-delay: 0.3s, 0s;
  1740. -webkit-transition-property: top, -webkit-transform;
  1741. transition-property: top, transform;
  1742. }
  1743. .rd-mobilepanel_toggle.active span {
  1744. transition: background .3s 0s ease;
  1745. background: transparent;
  1746. }
  1747. .rd-mobilepanel_toggle.active span:before,
  1748. .rd-mobilepanel_toggle.active span:after {
  1749. top: 0;
  1750. -webkit-transition-delay: 0s, 0.3s;
  1751. transition-delay: 0s, 0.3s;
  1752. }
  1753. .rd-mobilepanel_toggle.active span:before {
  1754. -webkit-transform: rotate(45deg);
  1755. -ms-transform: rotate(45deg);
  1756. transform: rotate(45deg);
  1757. }
  1758. .rd-mobilepanel_toggle.active span:after {
  1759. -webkit-transform: rotate(-45deg);
  1760. -ms-transform: rotate(-45deg);
  1761. transform: rotate(-45deg);
  1762. }
  1763. @media (max-width: 767px) {
  1764. body {
  1765. padding-top: 56px;
  1766. }
  1767. .rd-mobilemenu,
  1768. .rd-mobilepanel {
  1769. display: block;
  1770. }
  1771. }
  1772. @media (max-width: 359px) {
  1773. .rd-mobilepanel_title {
  1774. font-size: 18px;
  1775. }
  1776. }
  1777. @media (max-width: 767px) {
  1778. div#panel .navbar-header .navbar-toggle .icon-bar {
  1779. background-color: #000000;
  1780. }
  1781. div#panel #advanced .navbar-collapse li a,
  1782. div#panel #advanced .navbar-collapse .dropdown-menu li a {
  1783. background: #ffffff !important;
  1784. color: #666666 !important;
  1785. }
  1786. .lt-ie9 div#panel #advanced .navbar-collapse li a,
  1787. .lt-ie9 div#panel #advanced .navbar-collapse .dropdown-menu li a {
  1788. background: none !important;
  1789. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff') !important;
  1790. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff') !important;
  1791. zoom: 1 !important;
  1792. }
  1793. div#panel #advanced .navbar-collapse li a:hover {
  1794. background: #e74e3e !important;
  1795. color: #ffffff !important;
  1796. }
  1797. div#panel #advanced .navbar-collapse .-tm-dropdown.open > a {
  1798. background-color: #f5f5f5 !important;
  1799. color: #2d2d2d !important;
  1800. }
  1801. div#panel #advanced .navbar-collapse,
  1802. div#panel #advanced .navbar-collapse .dropdown-menu {
  1803. background: #ffffff !important;
  1804. padding-top: 0!important;
  1805. -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) !important;
  1806. -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) !important;
  1807. box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5) !important;
  1808. }
  1809. .lt-ie9 div#panel #advanced .navbar-collapse,
  1810. .lt-ie9 div#panel #advanced .navbar-collapse .dropdown-menu {
  1811. background: none !important;
  1812. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff') !important;
  1813. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff') !important;
  1814. zoom: 1 !important;
  1815. }
  1816. }
  1817. * {
  1818. -webkit-box-sizing: border-box;
  1819. -moz-box-sizing: border-box;
  1820. box-sizing: border-box;
  1821. }
  1822. *:before,
  1823. *:after {
  1824. -webkit-box-sizing: border-box;
  1825. -moz-box-sizing: border-box;
  1826. box-sizing: border-box;
  1827. }
  1828. @media (min-width: 768px) {
  1829. div.container {
  1830. padding-left: 0;
  1831. padding-right: 0;
  1832. }
  1833. }
  1834. html {
  1835. font-size: 10px;
  1836. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  1837. }
  1838. body {
  1839. font-family: 'Noto Sans', sans-serif;
  1840. font-size: 15px;
  1841. font-weight: 400;
  1842. line-height: 1.46666667;
  1843. color: #595959;
  1844. background-color: #252525;
  1845. -webkit-text-size-adjust: none;
  1846. }
  1847. .page {
  1848. overflow: hidden;
  1849. min-height: 500px;
  1850. }
  1851. .lt-ie9 .page {
  1852. min-width: 1200px;
  1853. }
  1854. input,
  1855. button,
  1856. select,
  1857. textarea {
  1858. font-family: inherit;
  1859. font-size: inherit;
  1860. line-height: inherit;
  1861. }
  1862. a {
  1863. font: inherit;
  1864. color: inherit;
  1865. text-decoration: none;
  1866. -moz-transition: 0.2s;
  1867. -webkit-transition: 0.2s;
  1868. -o-transition: 0.2s;
  1869. transition: 0.2s;
  1870. }
  1871. a:focus {
  1872. outline: none;
  1873. text-decoration: none;
  1874. color: inherit;
  1875. }
  1876. a:active {
  1877. background: transparent;
  1878. text-decoration: none;
  1879. }
  1880. a:hover {
  1881. text-decoration: none;
  1882. color: #e74e3e;
  1883. }
  1884. a[href^="tel:"],
  1885. a[href^="callto:"] {
  1886. text-decoration: none;
  1887. }
  1888. em {
  1889. font-style: normal;
  1890. }
  1891. img {
  1892. vertical-align: middle;
  1893. max-width: 100%;
  1894. height: auto;
  1895. }
  1896. .img-responsive {
  1897. display: block;
  1898. max-width: 100%;
  1899. height: auto;
  1900. }
  1901. .img-rounded {
  1902. -webkit-border-radius: 6px;
  1903. -moz-border-radius: 6px;
  1904. border-radius: 6px;
  1905. }
  1906. .img-thumbnail {
  1907. -moz-transition: all 0.2s ease-in-out;
  1908. -webkit-transition: all 0.2s ease-in-out;
  1909. -o-transition: all 0.2s ease-in-out;
  1910. transition: all 0.2s ease-in-out;
  1911. display: inline-block;
  1912. max-width: 100%;
  1913. height: auto;
  1914. }
  1915. .img-circle {
  1916. -webkit-border-radius: 50%;
  1917. -moz-border-radius: 50%;
  1918. border-radius: 50%;
  1919. }
  1920. hr {
  1921. display: inline-block;
  1922. }
  1923. hr.sm {
  1924. border: none;
  1925. border-top: 2px solid transparent;
  1926. width: 85px;
  1927. margin-top: 17px;
  1928. padding-bottom: 9px;
  1929. }
  1930. hr.sm--inset-1 {
  1931. margin-top: 18px;
  1932. padding-bottom: 3px;
  1933. }
  1934. hr.sm--inset-2 {
  1935. margin-top: 13px;
  1936. padding-bottom: 0;
  1937. }
  1938. @media (min-width: 992px) {
  1939. hr.sm--inset-2 {
  1940. margin-top: 24px;
  1941. padding-bottom: 26px;
  1942. }
  1943. }
  1944. hr.sm--inset-3 {
  1945. margin-top: 14px;
  1946. padding-bottom: 4px;
  1947. }
  1948. hr.sm-default {
  1949. border-color: #e0dfd9;
  1950. }
  1951. hr.sm-secondary {
  1952. border-color: #eeeeee;
  1953. }
  1954. hr.sm-primary {
  1955. border-color: #e74e3e;
  1956. }
  1957. hr.secondary {
  1958. border: none;
  1959. border-top: 1px solid rgba(255, 255, 255, 0.5);
  1960. width: 170px;
  1961. margin-top: 22px;
  1962. padding-bottom: 24px;
  1963. }
  1964. .bg-primary hr .sm {
  1965. padding-top: 29px;
  1966. padding-bottom: 48px;
  1967. }
  1968. .bg-primary hr .sm-primary {
  1969. border-color: #ffffff;
  1970. }
  1971. .sr-only {
  1972. position: absolute;
  1973. width: 1px;
  1974. height: 1px;
  1975. margin: -1px;
  1976. padding: 0;
  1977. overflow: hidden;
  1978. clip: rect(0, 0, 0, 0);
  1979. border: 0;
  1980. }
  1981. .sr-only-focusable:active,
  1982. .sr-only-focusable:focus {
  1983. position: static;
  1984. width: auto;
  1985. height: auto;
  1986. margin: 0;
  1987. overflow: visible;
  1988. clip: auto;
  1989. }
  1990. [role="button"] {
  1991. cursor: pointer;
  1992. }
  1993. /*========================================================
  1994. HEADER Section
  1995. =========================================================*/
  1996. header {
  1997. background: #ffffff;
  1998. }
  1999. header.mod-1 {
  2000. background: url(../images/bg-head.jpg) no-repeat center;
  2001. background-size: cover;
  2002. }
  2003. /*========================================================
  2004. CONTENT Section
  2005. =========================================================*/
  2006. main {
  2007. background: #f7f5ed;
  2008. }
  2009. section.sect-404 img {
  2010. margin-right: 70px;
  2011. }
  2012. @media (min-width: 1200px) {
  2013. section.sect-404 img {
  2014. float: left;
  2015. }
  2016. }
  2017. section.sect-404 h1 {
  2018. font-size: 90px;
  2019. line-height: 1;
  2020. font-weight: 400;
  2021. }
  2022. @media (min-width: 992px) {
  2023. section.sect-404 h1 {
  2024. font-size: 100px;
  2025. }
  2026. }
  2027. /*========================================================
  2028. FOOTER Styles
  2029. =========================================================*/
  2030. footer {
  2031. background: #252525;
  2032. }
  2033. @media (min-width: 1200px) {
  2034. [class*="col-"].pull-lg-right {
  2035. float: right;
  2036. }
  2037. }
  2038. @media (min-width: 992px) {
  2039. [class*="col-"].pull-md-right {
  2040. float: right;
  2041. }
  2042. }
  2043. @media (min-width: 768px) {
  2044. [class*="col-"].pull-sm-right {
  2045. float: right;
  2046. }
  2047. }
  2048. @media (min-width: 1200px) {
  2049. [class*="col-"].pull-lg-left {
  2050. float: left;
  2051. }
  2052. }
  2053. @media (min-width: 992px) {
  2054. [class*="col-"].pull-md-left {
  2055. float: left;
  2056. }
  2057. }
  2058. @media (min-width: 768px) {
  2059. [class*="col-"].pull-sm-left {
  2060. float: left;
  2061. }
  2062. }
  2063. .flow-offset-1 > * + * {
  2064. margin-top: 40px;
  2065. }
  2066. @media (min-width: 480px) {
  2067. html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n),
  2068. html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n),
  2069. html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n),
  2070. html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n),
  2071. html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n),
  2072. html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n),
  2073. html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n),
  2074. html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n),
  2075. html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n),
  2076. html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n),
  2077. html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n),
  2078. html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
  2079. margin-top: 0;
  2080. }
  2081. }
  2082. @media (min-width: 480px) {
  2083. html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13),
  2084. html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7),
  2085. html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5),
  2086. html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4),
  2087. html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3),
  2088. html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
  2089. margin-top: 40px;
  2090. }
  2091. }
  2092. @media (min-width: 768px) {
  2093. html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n),
  2094. html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n),
  2095. html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n),
  2096. html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n),
  2097. html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n),
  2098. html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n),
  2099. html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n),
  2100. html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n),
  2101. html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n),
  2102. html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n),
  2103. html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n),
  2104. html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
  2105. margin-top: 0;
  2106. }
  2107. }
  2108. @media (min-width: 768px) {
  2109. html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13),
  2110. html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7),
  2111. html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5),
  2112. html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4),
  2113. html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3),
  2114. html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
  2115. margin-top: 40px;
  2116. }
  2117. }
  2118. @media (min-width: 992px) {
  2119. html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n),
  2120. html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n),
  2121. html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n),
  2122. html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n),
  2123. html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n),
  2124. html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n),
  2125. html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n),
  2126. html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n),
  2127. html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n),
  2128. html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n),
  2129. html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n),
  2130. html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
  2131. margin-top: 0;
  2132. }
  2133. }
  2134. @media (min-width: 992px) {
  2135. html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13),
  2136. html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7),
  2137. html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5),
  2138. html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4),
  2139. html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3),
  2140. html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
  2141. margin-top: 40px;
  2142. }
  2143. }
  2144. @media (min-width: 1200px) {
  2145. html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n),
  2146. html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n),
  2147. html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n),
  2148. html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n),
  2149. html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n),
  2150. html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n),
  2151. html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n),
  2152. html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n),
  2153. html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n),
  2154. html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n),
  2155. html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n),
  2156. html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
  2157. margin-top: 0;
  2158. }
  2159. }
  2160. @media (min-width: 1200px) {
  2161. html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13),
  2162. html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7),
  2163. html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5),
  2164. html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4),
  2165. html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3),
  2166. html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
  2167. margin-top: 40px;
  2168. }
  2169. }
  2170. .flow-offset-2 > * + * {
  2171. margin-top: 30px;
  2172. }
  2173. @media (min-width: 480px) {
  2174. html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n),
  2175. html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n),
  2176. html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n),
  2177. html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n),
  2178. html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n),
  2179. html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n),
  2180. html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n),
  2181. html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n),
  2182. html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n),
  2183. html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n),
  2184. html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n),
  2185. html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
  2186. margin-top: 0;
  2187. }
  2188. }
  2189. @media (min-width: 480px) {
  2190. html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13),
  2191. html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7),
  2192. html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5),
  2193. html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4),
  2194. html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3),
  2195. html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
  2196. margin-top: 30px;
  2197. }
  2198. }
  2199. @media (min-width: 768px) {
  2200. html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n),
  2201. html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n),
  2202. html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n),
  2203. html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n),
  2204. html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n),
  2205. html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n),
  2206. html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n),
  2207. html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n),
  2208. html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n),
  2209. html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n),
  2210. html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n),
  2211. html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
  2212. margin-top: 0;
  2213. }
  2214. }
  2215. @media (min-width: 768px) {
  2216. html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13),
  2217. html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7),
  2218. html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5),
  2219. html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4),
  2220. html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3),
  2221. html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
  2222. margin-top: 30px;
  2223. }
  2224. }
  2225. @media (min-width: 992px) {
  2226. html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n),
  2227. html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n),
  2228. html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n),
  2229. html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n),
  2230. html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n),
  2231. html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n),
  2232. html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n),
  2233. html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n),
  2234. html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n),
  2235. html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n),
  2236. html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n),
  2237. html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
  2238. margin-top: 0;
  2239. }
  2240. }
  2241. @media (min-width: 992px) {
  2242. html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13),
  2243. html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7),
  2244. html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5),
  2245. html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4),
  2246. html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3),
  2247. html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
  2248. margin-top: 30px;
  2249. }
  2250. }
  2251. @media (min-width: 1200px) {
  2252. html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n),
  2253. html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n),
  2254. html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n),
  2255. html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n),
  2256. html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n),
  2257. html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n),
  2258. html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n),
  2259. html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n),
  2260. html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n),
  2261. html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n),
  2262. html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n),
  2263. html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
  2264. margin-top: 0;
  2265. }
  2266. }
  2267. @media (min-width: 1200px) {
  2268. html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13),
  2269. html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7),
  2270. html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5),
  2271. html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4),
  2272. html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3),
  2273. html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
  2274. margin-top: 30px;
  2275. }
  2276. }
  2277. @charset "utf-8";
  2278. h1,
  2279. h2,
  2280. h3,
  2281. h4,
  2282. h5,
  2283. h6,
  2284. .h1,
  2285. .h2,
  2286. .h3,
  2287. .h4,
  2288. .h5,
  2289. .h6 {
  2290. font-family: 'Roboto', sans-serif;
  2291. font-weight: 700;
  2292. line-height: 1.2;
  2293. color: #000000;
  2294. margin: 0;
  2295. }
  2296. h1,
  2297. .h1 {
  2298. font-size: 33px;
  2299. text-transform: uppercase;
  2300. }
  2301. @media (min-width: 480px) {
  2302. h1,
  2303. .h1 {
  2304. font-size: 40px;
  2305. }
  2306. }
  2307. @media (min-width: 768px) {
  2308. h1,
  2309. .h1 {
  2310. font-size: 62px;
  2311. letter-spacing: 0.2em;
  2312. }
  2313. }
  2314. @media (min-width: 992px) {
  2315. h1,
  2316. .h1 {
  2317. font-size: 70px;
  2318. }
  2319. }
  2320. h2,
  2321. .h2 {
  2322. text-transform: uppercase;
  2323. font-weight: 700;
  2324. font-size: 32px;
  2325. letter-spacing: 2.5px;
  2326. }
  2327. @media (min-width: 768px) {
  2328. h2,
  2329. .h2 {
  2330. font-size: 48px;
  2331. }
  2332. }
  2333. @media (min-width: 1200px) {
  2334. h2,
  2335. .h2 {
  2336. font-size: 50px;
  2337. }
  2338. }
  2339. h3,
  2340. .h3 {
  2341. text-transform: uppercase;
  2342. font-size: 30px;
  2343. }
  2344. @media (min-width: 992px) {
  2345. h3,
  2346. .h3 {
  2347. font-size: 44px;
  2348. letter-spacing: 0.08em;
  2349. }
  2350. }
  2351. @media (min-width: 1200px) {
  2352. h3,
  2353. .h3 {
  2354. font-size: 46px;
  2355. }
  2356. }
  2357. h4,
  2358. .h4 {
  2359. font-size: 26px;
  2360. }
  2361. @media (min-width: 768px) {
  2362. h4,
  2363. .h4 {
  2364. font-size: 36px;
  2365. }
  2366. }
  2367. @media (min-width: 1200px) {
  2368. h4,
  2369. .h4 {
  2370. font-size: 40px;
  2371. }
  2372. }
  2373. h5,
  2374. .h5 {
  2375. font-size: 22px;
  2376. }
  2377. @media (min-width: 768px) {
  2378. h5,
  2379. .h5 {
  2380. font-size: 24px;
  2381. }
  2382. }
  2383. h6,
  2384. .h6 {
  2385. font-size: 18px;
  2386. }
  2387. h6 small,
  2388. .h6 small {
  2389. font-size: 16px;
  2390. font-weight: 400;
  2391. }
  2392. @media (min-width: 768px) {
  2393. h6,
  2394. .h6 {
  2395. font-size: 22px;
  2396. }
  2397. h6 small,
  2398. .h6 small {
  2399. font-family: 'Noto Sans', sans-serif;
  2400. font-size: 20px;
  2401. }
  2402. }
  2403. p {
  2404. line-height: 1.46666667;
  2405. margin: 0;
  2406. }
  2407. p + .btn {
  2408. margin-top: 30px;
  2409. }
  2410. @media (min-width: 992px) {
  2411. p + .btn {
  2412. margin-top: 76px;
  2413. }
  2414. }
  2415. p + h6 {
  2416. margin-top: 20px;
  2417. }
  2418. @media (min-width: 992px) {
  2419. p + h6 {
  2420. margin-top: 43px;
  2421. }
  2422. }
  2423. p + .flex-list {
  2424. margin-top: 20px;
  2425. }
  2426. @media (min-width: 992px) {
  2427. p + .flex-list {
  2428. margin-top: 69px;
  2429. }
  2430. }
  2431. p + .btn-link {
  2432. margin-top: 15px;
  2433. }
  2434. @media (min-width: 992px) {
  2435. p + .btn-link {
  2436. margin-top: 42px;
  2437. }
  2438. }
  2439. h3 + .list {
  2440. margin-top: 20px;
  2441. }
  2442. @media (min-width: 992px) {
  2443. h3 + .list {
  2444. margin-top: 40px;
  2445. }
  2446. }
  2447. * + .terms-list {
  2448. margin-top: 30px;
  2449. }
  2450. @media (min-width: 992px) {
  2451. * + .terms-list {
  2452. margin-top: 45px;
  2453. }
  2454. }
  2455. h6 + p {
  2456. margin-top: 20px;
  2457. }
  2458. @media (min-width: 992px) {
  2459. h6 + p {
  2460. margin-top: 31px;
  2461. }
  2462. }
  2463. p + dl {
  2464. margin-top: 5px;
  2465. }
  2466. .flex-list + .btn-link {
  2467. margin-top: 20px;
  2468. }
  2469. @media (min-width: 992px) {
  2470. .flex-list + .btn-link {
  2471. margin-top: 47px;
  2472. }
  2473. }
  2474. h4 + p {
  2475. margin-top: 20px;
  2476. }
  2477. @media (min-width: 992px) {
  2478. h4 + p {
  2479. margin-top: 30px;
  2480. }
  2481. }
  2482. p + .pricing-table {
  2483. margin-top: 30px;
  2484. }
  2485. @media (min-width: 992px) {
  2486. p + .pricing-table {
  2487. margin-top: 87px;
  2488. }
  2489. }
  2490. p + .marked-list {
  2491. margin-top: 20px;
  2492. }
  2493. @media (min-width: 992px) {
  2494. p + .marked-list {
  2495. margin-top: 36px;
  2496. }
  2497. }
  2498. h2 + p {
  2499. margin-top: 10px;
  2500. }
  2501. @media (min-width: 992px) {
  2502. h2 + p {
  2503. margin-top: 26px;
  2504. }
  2505. }
  2506. h2 + .btn {
  2507. margin-top: 20px;
  2508. }
  2509. @media (min-width: 992px) {
  2510. h2 + .btn {
  2511. margin-top: 33px;
  2512. }
  2513. }
  2514. p + p {
  2515. margin-top: 10px;
  2516. }
  2517. @media (min-width: 992px) {
  2518. p + p {
  2519. margin-top: 22px;
  2520. }
  2521. }
  2522. h4 + .quote {
  2523. margin-top: 43px;
  2524. }
  2525. img + p {
  2526. margin-top: 20px;
  2527. }
  2528. @media (min-width: 992px) {
  2529. img + p {
  2530. margin-top: 40px;
  2531. }
  2532. }
  2533. .btn + .btn {
  2534. margin-top: 25px;
  2535. }
  2536. @media (min-width: 480px) {
  2537. .btn + .btn {
  2538. margin-top: 0;
  2539. margin-left: 25px;
  2540. }
  2541. }
  2542. .container + .container-fluid {
  2543. margin-top: 30px;
  2544. }
  2545. @media (min-width: 992px) {
  2546. .container + .container-fluid {
  2547. margin-top: 82px;
  2548. }
  2549. }
  2550. .media + .media {
  2551. margin-top: 16px;
  2552. }
  2553. * + .offset-1,
  2554. p + .offset-1 {
  2555. margin-top: 20px;
  2556. }
  2557. @media (min-width: 992px) {
  2558. * + .offset-1,
  2559. p + .offset-1 {
  2560. margin-top: 47px;
  2561. }
  2562. }
  2563. * + .offset-2 {
  2564. margin-top: 20px;
  2565. }
  2566. @media (min-width: 992px) {
  2567. * + .offset-2 {
  2568. margin-top: 41px;
  2569. }
  2570. }
  2571. * + .offset-3 {
  2572. margin-top: 20px;
  2573. }
  2574. @media (min-width: 992px) {
  2575. * + .offset-3 {
  2576. margin-top: 43px;
  2577. }
  2578. }
  2579. img + .offset-4 {
  2580. margin-top: 15px;
  2581. }
  2582. @media (min-width: 992px) {
  2583. img + .offset-4 {
  2584. margin-top: 35px;
  2585. }
  2586. }
  2587. * + .offset-5 {
  2588. margin-top: 30px;
  2589. }
  2590. @media (min-width: 992px) {
  2591. * + .offset-5 {
  2592. margin-top: 80px;
  2593. }
  2594. }
  2595. h2 + .offset-6 {
  2596. margin-top: 21px;
  2597. }
  2598. .container + .offset-7 {
  2599. margin-top: 86px;
  2600. }
  2601. @media (min-width: 768px) {
  2602. .inset-1 {
  2603. padding-left: 50px;
  2604. padding-right: 50px;
  2605. }
  2606. }
  2607. @media (min-width: 1200px) {
  2608. .inset-1 {
  2609. padding-left: 180px;
  2610. padding-right: 180px;
  2611. }
  2612. }
  2613. @media (min-width: 992px) {
  2614. [class*="col-"].inset-2 {
  2615. padding-left: 65px;
  2616. padding-right: 65px;
  2617. }
  2618. }
  2619. @media (min-width: 992px) {
  2620. .inset-3 {
  2621. padding-left: 50px;
  2622. padding-right: 50px;
  2623. }
  2624. }
  2625. .fa {
  2626. line-height: inherit;
  2627. }
  2628. [class*='fa-']:before {
  2629. font-family: 'FontAwesome';
  2630. color: inherit;
  2631. }
  2632. .fs-16 {
  2633. font-size: 16px;
  2634. line-height: 24px;
  2635. }
  2636. p.big {
  2637. font-size: 17px;
  2638. font-weight: 400;
  2639. line-height: 1.2;
  2640. }
  2641. mark,
  2642. .mark {
  2643. background-color: #d8c860;
  2644. padding: .2em;
  2645. }
  2646. .text-left {
  2647. text-align: left;
  2648. }
  2649. .text-right {
  2650. text-align: right;
  2651. }
  2652. .text-center {
  2653. text-align: center;
  2654. }
  2655. .text-justify {
  2656. text-align: justify;
  2657. }
  2658. .text-nowrap {
  2659. white-space: nowrap;
  2660. }
  2661. @media (min-width: 480px) {
  2662. .text-xs-center {
  2663. text-align: center;
  2664. }
  2665. .text-xs-center * {
  2666. text-align: center;
  2667. }
  2668. }
  2669. @media (min-width: 768px) {
  2670. .text-sm-center {
  2671. text-align: center;
  2672. }
  2673. .text-sm-center * {
  2674. text-align: center;
  2675. }
  2676. }
  2677. @media (min-width: 992px) {
  2678. .text-md-center {
  2679. text-align: center;
  2680. }
  2681. .text-md-center * {
  2682. text-align: center;
  2683. }
  2684. }
  2685. @media (min-width: 480px) {
  2686. .text-xs-left {
  2687. text-align: left;
  2688. }
  2689. .text-xs-left * {
  2690. text-align: left;
  2691. }
  2692. }
  2693. @media (min-width: 768px) {
  2694. .text-sm-left {
  2695. text-align: left;
  2696. }
  2697. .text-sm-left * {
  2698. text-align: left;
  2699. }
  2700. }
  2701. @media (min-width: 992px) {
  2702. .text-md-left {
  2703. text-align: left;
  2704. }
  2705. .text-md-left * {
  2706. text-align: left;
  2707. }
  2708. }
  2709. @media (min-width: 1200px) {
  2710. .text-lg-left {
  2711. text-align: left;
  2712. }
  2713. .text-lg-left * {
  2714. text-align: left;
  2715. }
  2716. }
  2717. @media (min-width: 480px) {
  2718. .text-xs-right {
  2719. text-align: right;
  2720. }
  2721. .text-xs-right * {
  2722. text-align: right;
  2723. }
  2724. }
  2725. @media (min-width: 768px) {
  2726. .text-sm-right {
  2727. text-align: right;
  2728. }
  2729. .text-sm-right * {
  2730. text-align: right;
  2731. }
  2732. }
  2733. @media (min-width: 992px) {
  2734. .text-md-right {
  2735. text-align: right;
  2736. }
  2737. .text-md-right * {
  2738. text-align: right;
  2739. }
  2740. }
  2741. .text-lowercase {
  2742. text-transform: lowercase;
  2743. }
  2744. .text-uppercase {
  2745. text-transform: uppercase;
  2746. }
  2747. .text-capitalize {
  2748. text-transform: capitalize;
  2749. }
  2750. .thin {
  2751. font-weight: 100;
  2752. }
  2753. .light {
  2754. font-weight: 300;
  2755. }
  2756. .regular {
  2757. font-weight: 400;
  2758. }
  2759. .medium {
  2760. font-weight: 500;
  2761. }
  2762. .sbold {
  2763. font-weight: 600;
  2764. }
  2765. .bold {
  2766. font-weight: 700;
  2767. }
  2768. .ubold {
  2769. font-weight: 900;
  2770. }
  2771. .ls-80 {
  2772. letter-spacing: 0.08em;
  2773. }
  2774. .text-white {
  2775. color: #ffffff;
  2776. }
  2777. .text-primary {
  2778. color: #e74e3e;
  2779. }
  2780. .text-primary a:hover {
  2781. color: #ffffff;
  2782. }
  2783. .relative {
  2784. position: relative;
  2785. }
  2786. .border-btm {
  2787. border-bottom: 2px solid #e0dfd9;
  2788. }
  2789. html.lt-ie10 .row-no-gutter,
  2790. .row-no-gutter {
  2791. margin-left: 0;
  2792. margin-right: 0;
  2793. }
  2794. html.lt-ie10 .row-no-gutter > [class*='col'],
  2795. .row-no-gutter > [class*='col'] {
  2796. padding-left: 0;
  2797. padding-right: 0;
  2798. }
  2799. html.lt-ie10 .row-no-gutter > * + [class*='col'],
  2800. .row-no-gutter > * + [class*='col'] {
  2801. margin-top: 0;
  2802. }
  2803. h1.text-primary,
  2804. h2.text-primary,
  2805. h3.text-primary,
  2806. h4.text-primary,
  2807. h5.text-primary,
  2808. h6.text-primary,
  2809. .h1.text-primary,
  2810. .h2.text-primary,
  2811. .h3.text-primary,
  2812. .h4.text-primary,
  2813. .h5.text-primary,
  2814. .h6.text-primary {
  2815. color: #e74e3e;
  2816. }
  2817. .text-secondary {
  2818. color: #9b9b9b;
  2819. }
  2820. h1.text-secondary,
  2821. h2.text-secondary,
  2822. h3.text-secondary,
  2823. h4.text-secondary,
  2824. h5.text-secondary,
  2825. h6.text-secondary,
  2826. .h1.text-secondary,
  2827. .h2.text-secondary,
  2828. .h3.text-secondary,
  2829. .h4.text-secondary,
  2830. .h5.text-secondary,
  2831. .h6.text-secondary {
  2832. color: #616161;
  2833. }
  2834. .text-secondary-1 {
  2835. color: #cbcbcb;
  2836. }
  2837. .text-muted {
  2838. color: #636363;
  2839. }
  2840. .text-primary {
  2841. color: #e74e3e;
  2842. }
  2843. .text-success {
  2844. color: #63cd54;
  2845. }
  2846. .text-info {
  2847. color: #4acad5;
  2848. }
  2849. .text-warning {
  2850. color: #d8c860;
  2851. }
  2852. .text-danger {
  2853. color: #f44236;
  2854. }
  2855. .bg-primary {
  2856. color: #ffccbc;
  2857. background: #e74e3e;
  2858. }
  2859. .bg-primary h1,
  2860. .bg-primary h2,
  2861. .bg-primary h3,
  2862. .bg-primary h4,
  2863. .bg-primary h5,
  2864. .bg-primary h6,
  2865. .bg-primary .h1,
  2866. .bg-primary .h2,
  2867. .bg-primary .h3,
  2868. .bg-primary .h4,
  2869. .bg-primary .h5,
  2870. .bg-primary .h6 {
  2871. color: #ffffff;
  2872. }
  2873. .bg-primary .btn-link {
  2874. color: #ffffff;
  2875. }
  2876. .bg-secondary {
  2877. background: #9b9b9b;
  2878. }
  2879. .bg-success {
  2880. background: #63cd54;
  2881. }
  2882. .bg-info {
  2883. background: #4acad5;
  2884. }
  2885. .bg-warning {
  2886. background: #d8c860;
  2887. }
  2888. .bg-danger {
  2889. background: #f44236;
  2890. }
  2891. .bg-image {
  2892. background-position: center center;
  2893. background-repeat: no-repeat;
  2894. background-size: cover;
  2895. color: #ffffff;
  2896. }
  2897. .bg-image h1,
  2898. .bg-image h2,
  2899. .bg-image h3,
  2900. .bg-image h4,
  2901. .bg-image h5,
  2902. .bg-image h6,
  2903. .bg-image .h1,
  2904. .bg-image .h2,
  2905. .bg-image .h3,
  2906. .bg-image .h4,
  2907. .bg-image .h5,
  2908. .bg-image .h6 {
  2909. color: #ffffff;
  2910. }
  2911. .bg-image h1.text-primary,
  2912. .bg-image h2.text-primary,
  2913. .bg-image h3.text-primary,
  2914. .bg-image h4.text-primary,
  2915. .bg-image h5.text-primary,
  2916. .bg-image h6.text-primary,
  2917. .bg-image .h1.text-primary,
  2918. .bg-image .h2.text-primary,
  2919. .bg-image .h3.text-primary,
  2920. .bg-image .h4.text-primary,
  2921. .bg-image .h5.text-primary,
  2922. .bg-image .h6.text-primary {
  2923. color: #e74e3e;
  2924. }
  2925. .bg-fixed {
  2926. background-attachment: fixed;
  2927. }
  2928. html.tablet .bg-fixed {
  2929. background-attachment: scroll;
  2930. }
  2931. .bg-image-1 {
  2932. background-image: url("../images/page-1_img01.jpg");
  2933. }
  2934. .bg-image-2 {
  2935. background-image: url("../images/page-3_img01.jpg");
  2936. }
  2937. span.icon {
  2938. position: relative;
  2939. display: inline-block;
  2940. font-style: italic;
  2941. font-size: 50px;
  2942. width: 87px;
  2943. height: 87px;
  2944. line-height: 87px;
  2945. color: #e74e3e;
  2946. }
  2947. span.icon:after {
  2948. position: absolute;
  2949. content: "";
  2950. width: 100%;
  2951. height: 100%;
  2952. left: 50%;
  2953. top: 50%;
  2954. -moz-transform: translate(-50%, -50%);
  2955. -ms-transform: translate(-50%, -50%);
  2956. -o-transform: translate(-50%, -50%);
  2957. -webkit-transform: translate(-50%, -50%);
  2958. transform: translate(-50%, -50%);
  2959. border: 3px solid #ebebeb;
  2960. -moz-transition: 0.45s all ease;
  2961. -webkit-transition: 0.45s all ease;
  2962. -o-transition: 0.45s all ease;
  2963. transition: 0.45s all ease;
  2964. }
  2965. span.icon-lg {
  2966. position: relative;
  2967. display: inline-block;
  2968. font-size: 50px;
  2969. color: #ffffff;
  2970. }
  2971. .page-header {
  2972. padding-bottom: 10px;
  2973. margin: 44px 0 22px;
  2974. border-bottom: 1px solid #cbcbcb;
  2975. }
  2976. ul,
  2977. ol {
  2978. padding: 0;
  2979. list-style: none;
  2980. margin: 0;
  2981. }
  2982. ul li,
  2983. ol li {
  2984. padding: 0;
  2985. list-style: none;
  2986. margin: 0;
  2987. }
  2988. ul li a,
  2989. ol li a {
  2990. padding: 0;
  2991. list-style: none;
  2992. margin: 0;
  2993. }
  2994. .list-unstyled {
  2995. padding-left: 0;
  2996. list-style: none;
  2997. }
  2998. /*================= List Inline =====================*/
  2999. .list-inline {
  3000. padding-left: 0;
  3001. list-style: none;
  3002. margin-left: -5px;
  3003. }
  3004. .list-inline > li {
  3005. display: inline-block;
  3006. padding-left: 5px;
  3007. padding-right: 5px;
  3008. }
  3009. /*================== Flex List ======================*/
  3010. .flex-list li a {
  3011. display: inline-block;
  3012. -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  3013. -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  3014. box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  3015. }
  3016. .flex-list li a:hover {
  3017. -moz-transform: scale(1.05);
  3018. -ms-transform: scale(1.05);
  3019. -o-transform: scale(1.05);
  3020. -webkit-transform: scale(1.05);
  3021. transform: scale(1.05);
  3022. -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  3023. -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  3024. box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);
  3025. }
  3026. /*================= Lists =====================*/
  3027. dl {
  3028. padding: 0;
  3029. margin: 0;
  3030. font-style: normal;
  3031. }
  3032. dt,
  3033. dd {
  3034. padding: 0;
  3035. margin: 0;
  3036. }
  3037. @media (min-width: 768px) {
  3038. .dl-horizontal dt {
  3039. float: left;
  3040. width: 160px;
  3041. clear: left;
  3042. text-align: right;
  3043. overflow: hidden;
  3044. text-overflow: ellipsis;
  3045. white-space: nowrap;
  3046. }
  3047. .dl-horizontal dd {
  3048. margin-left: 180px;
  3049. }
  3050. }
  3051. abbr[title],
  3052. abbr[data-original-title] {
  3053. cursor: help;
  3054. border-bottom: 1px dotted #636363;
  3055. }
  3056. .initialism {
  3057. font-size: 90%;
  3058. text-transform: uppercase;
  3059. }
  3060. blockquote {
  3061. margin: 0;
  3062. font-style: normal;
  3063. }
  3064. blockquote cite {
  3065. font-style: normal;
  3066. display: inline-block;
  3067. }
  3068. blockquote * + cite {
  3069. margin-top: 12px;
  3070. }
  3071. blockquote q:before,
  3072. blockquote q:after {
  3073. content: " ";
  3074. display: table;
  3075. }
  3076. blockquote q:after {
  3077. clear: both;
  3078. }
  3079. blockquote q:before,
  3080. blockquote q:after {
  3081. content: " ";
  3082. display: table;
  3083. }
  3084. blockquote q:after {
  3085. clear: both;
  3086. }
  3087. blockquote q:before,
  3088. blockquote q:after {
  3089. content: " ";
  3090. display: table;
  3091. }
  3092. blockquote q:after {
  3093. clear: both;
  3094. }
  3095. blockquote q:before,
  3096. blockquote q:after {
  3097. content: " ";
  3098. display: table;
  3099. }
  3100. blockquote q:after {
  3101. clear: both;
  3102. }
  3103. blockquote + blockquote {
  3104. margin-top: 26px;
  3105. }
  3106. .blockquote-reverse,
  3107. blockquote.pull-right {
  3108. padding-right: 15px;
  3109. padding-left: 0;
  3110. border-right: 5px solid #cbcbcb;
  3111. border-left: 0;
  3112. text-align: right;
  3113. }
  3114. .blockquote-reverse footer:before,
  3115. blockquote.pull-right footer:before,
  3116. .blockquote-reverse small:before,
  3117. blockquote.pull-right small:before,
  3118. .blockquote-reverse .small:before,
  3119. blockquote.pull-right .small:before {
  3120. content: '';
  3121. }
  3122. .blockquote-reverse footer:after,
  3123. blockquote.pull-right footer:after,
  3124. .blockquote-reverse small:after,
  3125. blockquote.pull-right small:after,
  3126. .blockquote-reverse .small:after,
  3127. blockquote.pull-right .small:after {
  3128. content: '\00A0 \2014';
  3129. }
  3130. address {
  3131. font-style: normal;
  3132. }
  3133. figure .overlay {
  3134. display: inline-block;
  3135. position: relative;
  3136. }
  3137. figure .overlay:before {
  3138. content: "";
  3139. position: absolute;
  3140. -moz-transition: 0.75s all ease;
  3141. -webkit-transition: 0.75s all ease;
  3142. -o-transition: 0.75s all ease;
  3143. transition: 0.75s all ease;
  3144. top: 0;
  3145. left: 0;
  3146. width: 87px;
  3147. height: 87px;
  3148. border: 3px solid #eeeeee;
  3149. }
  3150. figure figcaption {
  3151. margin-top: 30px;
  3152. }
  3153. @media (min-width: 992px) {
  3154. figure figcaption {
  3155. margin-top: 38px;
  3156. }
  3157. }
  3158. figure figcaption h6 {
  3159. letter-spacing: 1.76px;
  3160. -moz-transition: 0.45s all ease;
  3161. -webkit-transition: 0.45s all ease;
  3162. -o-transition: 0.45s all ease;
  3163. transition: 0.45s all ease;
  3164. }
  3165. figure figcaption p {
  3166. font-size: 16px;
  3167. line-height: 1.2;
  3168. }
  3169. figure:hover .overlay:before {
  3170. border-color: #f8cbc6;
  3171. -moz-transform: rotate(-135deg) translate(-3px, -2px);
  3172. -ms-transform: rotate(-135deg) translate(-3px, -2px);
  3173. -o-transform: rotate(-135deg) translate(-3px, -2px);
  3174. -webkit-transform: rotate(-135deg) translate(-3px, -2px);
  3175. transform: rotate(-135deg) translate(-3px, -2px);
  3176. }
  3177. figure:hover .icon:after {
  3178. border-color: #e74e3e;
  3179. -moz-transform: rotate(-135deg) translate(58px, -2px);
  3180. -ms-transform: rotate(-135deg) translate(58px, -2px);
  3181. -o-transform: rotate(-135deg) translate(58px, -2px);
  3182. -webkit-transform: rotate(-135deg) translate(58px, -2px);
  3183. transform: rotate(-135deg) translate(58px, -2px);
  3184. }
  3185. figure:hover h6 {
  3186. color: #e74e3e;
  3187. }
  3188. .triangle {
  3189. position: relative;
  3190. z-index: 1;
  3191. }
  3192. .triangle:before,
  3193. .triangle:after {
  3194. content: "";
  3195. position: absolute;
  3196. width: 0;
  3197. height: 0;
  3198. border-bottom: 1670px solid #f7f5ed;
  3199. top: -1669px;
  3200. left: 50%;
  3201. z-index: -10;
  3202. }
  3203. .triangle:before {
  3204. border-right: 10000px solid transparent;
  3205. -moz-transform: translateX(-100%);
  3206. -ms-transform: translateX(-100%);
  3207. -o-transform: translateX(-100%);
  3208. -webkit-transform: translateX(-100%);
  3209. transform: translateX(-100%);
  3210. }
  3211. .triangle:after {
  3212. border-left: 10000px solid transparent;
  3213. }
  3214. .img-wrap {
  3215. position: relative;
  3216. }
  3217. .img-wrap img {
  3218. margin-top: 30px;
  3219. }
  3220. @media (min-width: 768px) {
  3221. .img-wrap img {
  3222. padding-bottom: 15px;
  3223. }
  3224. }
  3225. @media (min-width: 992px) {
  3226. .img-wrap img {
  3227. margin-top: 0;
  3228. padding-bottom: 0;
  3229. float: right;
  3230. max-width: none;
  3231. }
  3232. }
  3233. .blog-post {
  3234. margin-top: 30px;
  3235. height: 100%;
  3236. }
  3237. @media (min-width: 768px) {
  3238. .blog-post {
  3239. margin-top: 0;
  3240. }
  3241. }
  3242. .blog-post h5 {
  3243. text-transform: uppercase;
  3244. }
  3245. .blog-post p {
  3246. line-height: 24px;
  3247. }
  3248. .blog-post__cnt {
  3249. position: relative;
  3250. padding: 15px;
  3251. }
  3252. @media (min-width: 992px) {
  3253. .blog-post__cnt {
  3254. padding: 11%;
  3255. }
  3256. }
  3257. .blog-post .bg-image {
  3258. padding-bottom: 60%;
  3259. }
  3260. @media (min-width: 768px) {
  3261. .blog-post .bg-image {
  3262. padding-bottom: 0;
  3263. }
  3264. }
  3265. .blog [class*="col-"] .bg-image:before {
  3266. display: none;
  3267. content: "\f0da";
  3268. font-size: 78px;
  3269. position: absolute;
  3270. top: 50%;
  3271. left: -5px;
  3272. font-family: "FontAwesome";
  3273. color: #e74e3e;
  3274. -moz-transform: translateY(-50%);
  3275. -ms-transform: translateY(-50%);
  3276. -o-transform: translateY(-50%);
  3277. -webkit-transform: translateY(-50%);
  3278. transform: translateY(-50%);
  3279. }
  3280. @media (min-width: 768px) {
  3281. .blog [class*="col-"] .bg-image:before {
  3282. display: block;
  3283. }
  3284. }
  3285. .blog [class*="col-"]:nth-child(4n+1) .bg-image:before,
  3286. .blog [class*="col-"]:nth-child(4n+2) .bg-image:before {
  3287. content: "\f0d9";
  3288. right: -5px;
  3289. left: auto;
  3290. }
  3291. @media (min-width: 768px) and (max-width: 1200px) {
  3292. .blog [class*="col-"]:nth-child(even) .bg-image:before {
  3293. content: "\f0da";
  3294. left: -5px;
  3295. right: auto;
  3296. }
  3297. }
  3298. @media (min-width: 768px) and (max-width: 1200px) {
  3299. .blog [class*="col-"]:nth-child(odd) .bg-image:before {
  3300. content: "\f0d9";
  3301. right: -5px;
  3302. left: auto;
  3303. }
  3304. }
  3305. .contact-info {
  3306. text-align: center;
  3307. background: #ffffff;
  3308. max-width: 100%;
  3309. width: 370px;
  3310. display: inline-block;
  3311. -moz-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
  3312. -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
  3313. box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
  3314. -webkit-border-radius: 3px;
  3315. -moz-border-radius: 3px;
  3316. border-radius: 3px;
  3317. padding: 20px;
  3318. }
  3319. @media (min-width: 1200px) {
  3320. .contact-info {
  3321. padding: 64px 58px 55px;
  3322. float: left;
  3323. text-align: left;
  3324. }
  3325. }
  3326. .contact-info .h6 {
  3327. letter-spacing: 0.08em;
  3328. }
  3329. .contact-info dt,
  3330. .contact-info dd {
  3331. display: block;
  3332. }
  3333. .contact-info dd {
  3334. color: #aaaaaa;
  3335. font-size: 16px;
  3336. line-height: 20px;
  3337. }
  3338. .contact-info dt + dd {
  3339. margin-top: 17px;
  3340. }
  3341. .contact-info dd + dt {
  3342. margin-top: 20px;
  3343. }
  3344. @media (min-width: 1200px) {
  3345. .contact-info dd + dt {
  3346. margin-top: 30px;
  3347. }
  3348. }
  3349. .rights {
  3350. font-size: 13px;
  3351. line-height: 1;
  3352. color: #636363;
  3353. }
  3354. .marked-list li {
  3355. padding-left: 21px;
  3356. position: relative;
  3357. }
  3358. .marked-list li:before {
  3359. content: "\f18e";
  3360. font-family: "FontAwesome";
  3361. font-size: 15px;
  3362. color: #e74e3e;
  3363. display: inline-block;
  3364. position: absolute;
  3365. left: 0;
  3366. top: 0;
  3367. }
  3368. .marked-list li + li {
  3369. margin-top: 10px;
  3370. }
  3371. .list li + li {
  3372. margin-top: 29px;
  3373. }
  3374. .quote {
  3375. padding-left: 38px;
  3376. }
  3377. .quote p + p {
  3378. margin-top: 8px;
  3379. }
  3380. .quote q {
  3381. font-style: italic;
  3382. position: relative;
  3383. }
  3384. .quote q:before {
  3385. content: "“";
  3386. position: absolute;
  3387. left: -26px;
  3388. top: -16px;
  3389. color: #e74e3e;
  3390. font-size: 48px;
  3391. font-style: normal;
  3392. }
  3393. .stacktable {
  3394. font-family: 'Roboto', sans-serif;
  3395. display: none;
  3396. border: 1px solid rgba(158, 158, 158, 0.6);
  3397. }
  3398. @media (min-width: 768px) {
  3399. .stacktable {
  3400. display: table;
  3401. margin-top: 87px;
  3402. }
  3403. }
  3404. .stacktable td,
  3405. .stacktable th {
  3406. font-size: 15px;
  3407. line-height: 15px;
  3408. border: 1px solid rgba(158, 158, 158, 0.6);
  3409. color: #9e9e9e;
  3410. width: 128px;
  3411. }
  3412. .stacktable td {
  3413. padding-top: 7px;
  3414. padding-bottom: 13px;
  3415. letter-spacing: 1.8px;
  3416. }
  3417. .stacktable th {
  3418. text-align: center;
  3419. background: rgba(231, 68, 52, 0.12);
  3420. font-size: 18px;
  3421. font-weight: 400;
  3422. padding-top: 18px;
  3423. padding-bottom: 17px;
  3424. color: #616161;
  3425. }
  3426. .stacktable th.h6 {
  3427. font-size: 22px;
  3428. text-transform: uppercase;
  3429. font-weight: 700;
  3430. letter-spacing: 1.8px;
  3431. }
  3432. .stacktable tr:nth-child(odd) {
  3433. background: #f1efe7;
  3434. }
  3435. .stacktable tr td:nth-child(1),
  3436. .stacktable tr th:nth-child(1) {
  3437. text-align: left;
  3438. font-weight: 700;
  3439. width: 272px;
  3440. padding-left: 60px;
  3441. }
  3442. .stacktable tr.inset td {
  3443. padding-top: 22px;
  3444. padding-bottom: 13px;
  3445. }
  3446. .stacktable.small-only {
  3447. margin-left: auto;
  3448. margin-right: auto;
  3449. display: table;
  3450. }
  3451. @media (min-width: 768px) {
  3452. .stacktable.small-only {
  3453. display: none;
  3454. }
  3455. }
  3456. .terms-list dt + dd {
  3457. margin-top: 7px;
  3458. }
  3459. .terms-list dd + dt {
  3460. margin-top: 16px;
  3461. }
  3462. .privacy-link {
  3463. display: inline-block;
  3464. margin-top: 17px;
  3465. color: #e74e3e;
  3466. text-decoration: underline;
  3467. }
  3468. code,
  3469. kbd,
  3470. pre,
  3471. samp {
  3472. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  3473. }
  3474. code {
  3475. padding: 2px 4px;
  3476. font-size: 90%;
  3477. color: #c7254e;
  3478. background-color: #f9f2f4;
  3479. border-radius: 0;
  3480. }
  3481. kbd {
  3482. padding: 2px 4px;
  3483. font-size: 90%;
  3484. color: #ffffff;
  3485. background-color: #333333;
  3486. border-radius: 3px;
  3487. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  3488. }
  3489. kbd kbd {
  3490. padding: 0;
  3491. font-size: 100%;
  3492. font-weight: bold;
  3493. box-shadow: none;
  3494. }
  3495. pre {
  3496. display: block;
  3497. padding: 10.5px;
  3498. margin: 0 0 11px;
  3499. font-size: 14px;
  3500. line-height: 1.46666667;
  3501. word-break: break-all;
  3502. word-wrap: break-word;
  3503. color: #000000;
  3504. background-color: #f5f5f5;
  3505. border: 1px solid #cccccc;
  3506. border-radius: 0;
  3507. }
  3508. pre code {
  3509. padding: 0;
  3510. font-size: inherit;
  3511. color: inherit;
  3512. white-space: pre-wrap;
  3513. background-color: transparent;
  3514. border-radius: 0;
  3515. }
  3516. .pre-scrollable {
  3517. max-height: 340px;
  3518. overflow-y: scroll;
  3519. }
  3520. .container {
  3521. margin-right: auto;
  3522. margin-left: auto;
  3523. padding-left: 15px;
  3524. padding-right: 15px;
  3525. }
  3526. @media (min-width: 768px) {
  3527. .container {
  3528. width: 750px;
  3529. }
  3530. }
  3531. @media (min-width: 992px) {
  3532. .container {
  3533. width: 970px;
  3534. }
  3535. }
  3536. @media (min-width: 1200px) {
  3537. .container {
  3538. width: 1170px;
  3539. }
  3540. }
  3541. .container-fluid {
  3542. margin-right: auto;
  3543. margin-left: auto;
  3544. padding-left: 15px;
  3545. padding-right: 15px;
  3546. }
  3547. .row {
  3548. margin-left: -15px;
  3549. margin-right: -15px;
  3550. }
  3551. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  3552. position: relative;
  3553. min-height: 1px;
  3554. padding-left: 15px;
  3555. padding-right: 15px;
  3556. }
  3557. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  3558. float: left;
  3559. }
  3560. .col-xs-12 {
  3561. width: 100%;
  3562. }
  3563. .col-xs-11 {
  3564. width: 91.66666667%;
  3565. }
  3566. .col-xs-10 {
  3567. width: 83.33333333%;
  3568. }
  3569. .col-xs-9 {
  3570. width: 75%;
  3571. }
  3572. .col-xs-8 {
  3573. width: 66.66666667%;
  3574. }
  3575. .col-xs-7 {
  3576. width: 58.33333333%;
  3577. }
  3578. .col-xs-6 {
  3579. width: 50%;
  3580. }
  3581. .col-xs-5 {
  3582. width: 41.66666667%;
  3583. }
  3584. .col-xs-4 {
  3585. width: 33.33333333%;
  3586. }
  3587. .col-xs-3 {
  3588. width: 25%;
  3589. }
  3590. .col-xs-2 {
  3591. width: 16.66666667%;
  3592. }
  3593. .col-xs-1 {
  3594. width: 8.33333333%;
  3595. }
  3596. .col-xs-pull-12 {
  3597. right: 100%;
  3598. }
  3599. .col-xs-pull-11 {
  3600. right: 91.66666667%;
  3601. }
  3602. .col-xs-pull-10 {
  3603. right: 83.33333333%;
  3604. }
  3605. .col-xs-pull-9 {
  3606. right: 75%;
  3607. }
  3608. .col-xs-pull-8 {
  3609. right: 66.66666667%;
  3610. }
  3611. .col-xs-pull-7 {
  3612. right: 58.33333333%;
  3613. }
  3614. .col-xs-pull-6 {
  3615. right: 50%;
  3616. }
  3617. .col-xs-pull-5 {
  3618. right: 41.66666667%;
  3619. }
  3620. .col-xs-pull-4 {
  3621. right: 33.33333333%;
  3622. }
  3623. .col-xs-pull-3 {
  3624. right: 25%;
  3625. }
  3626. .col-xs-pull-2 {
  3627. right: 16.66666667%;
  3628. }
  3629. .col-xs-pull-1 {
  3630. right: 8.33333333%;
  3631. }
  3632. .col-xs-pull-0 {
  3633. right: auto;
  3634. }
  3635. .col-xs-push-12 {
  3636. left: 100%;
  3637. }
  3638. .col-xs-push-11 {
  3639. left: 91.66666667%;
  3640. }
  3641. .col-xs-push-10 {
  3642. left: 83.33333333%;
  3643. }
  3644. .col-xs-push-9 {
  3645. left: 75%;
  3646. }
  3647. .col-xs-push-8 {
  3648. left: 66.66666667%;
  3649. }
  3650. .col-xs-push-7 {
  3651. left: 58.33333333%;
  3652. }
  3653. .col-xs-push-6 {
  3654. left: 50%;
  3655. }
  3656. .col-xs-push-5 {
  3657. left: 41.66666667%;
  3658. }
  3659. .col-xs-push-4 {
  3660. left: 33.33333333%;
  3661. }
  3662. .col-xs-push-3 {
  3663. left: 25%;
  3664. }
  3665. .col-xs-push-2 {
  3666. left: 16.66666667%;
  3667. }
  3668. .col-xs-push-1 {
  3669. left: 8.33333333%;
  3670. }
  3671. .col-xs-push-0 {
  3672. left: auto;
  3673. }
  3674. .col-xs-offset-12 {
  3675. margin-left: 100%;
  3676. }
  3677. .col-xs-offset-11 {
  3678. margin-left: 91.66666667%;
  3679. }
  3680. .col-xs-offset-10 {
  3681. margin-left: 83.33333333%;
  3682. }
  3683. .col-xs-offset-9 {
  3684. margin-left: 75%;
  3685. }
  3686. .col-xs-offset-8 {
  3687. margin-left: 66.66666667%;
  3688. }
  3689. .col-xs-offset-7 {
  3690. margin-left: 58.33333333%;
  3691. }
  3692. .col-xs-offset-6 {
  3693. margin-left: 50%;
  3694. }
  3695. .col-xs-offset-5 {
  3696. margin-left: 41.66666667%;
  3697. }
  3698. .col-xs-offset-4 {
  3699. margin-left: 33.33333333%;
  3700. }
  3701. .col-xs-offset-3 {
  3702. margin-left: 25%;
  3703. }
  3704. .col-xs-offset-2 {
  3705. margin-left: 16.66666667%;
  3706. }
  3707. .col-xs-offset-1 {
  3708. margin-left: 8.33333333%;
  3709. }
  3710. .col-xs-offset-0 {
  3711. margin-left: 0%;
  3712. }
  3713. .col-xs-clear {
  3714. clear: left;
  3715. }
  3716. .col-xs-clear {
  3717. clear: left;
  3718. }
  3719. .col-xs-clear {
  3720. clear: left;
  3721. }
  3722. .col-xs-clear {
  3723. clear: left;
  3724. }
  3725. .col-xs-clear {
  3726. clear: left;
  3727. }
  3728. .col-xs-clear {
  3729. clear: left;
  3730. }
  3731. .col-xs-clear {
  3732. clear: left;
  3733. }
  3734. .col-xs-clear {
  3735. clear: left;
  3736. }
  3737. .col-xs-clear {
  3738. clear: left;
  3739. }
  3740. .col-xs-clear {
  3741. clear: left;
  3742. }
  3743. .col-xs-clear {
  3744. clear: left;
  3745. }
  3746. .col-xs-clear {
  3747. clear: left;
  3748. }
  3749. .col-xs-clear {
  3750. clear: left;
  3751. }
  3752. @media (min-width: 768px) {
  3753. .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  3754. float: left;
  3755. }
  3756. .col-sm-12 {
  3757. width: 100%;
  3758. }
  3759. .col-sm-11 {
  3760. width: 91.66666667%;
  3761. }
  3762. .col-sm-10 {
  3763. width: 83.33333333%;
  3764. }
  3765. .col-sm-9 {
  3766. width: 75%;
  3767. }
  3768. .col-sm-8 {
  3769. width: 66.66666667%;
  3770. }
  3771. .col-sm-7 {
  3772. width: 58.33333333%;
  3773. }
  3774. .col-sm-6 {
  3775. width: 50%;
  3776. }
  3777. .col-sm-5 {
  3778. width: 41.66666667%;
  3779. }
  3780. .col-sm-4 {
  3781. width: 33.33333333%;
  3782. }
  3783. .col-sm-3 {
  3784. width: 25%;
  3785. }
  3786. .col-sm-2 {
  3787. width: 16.66666667%;
  3788. }
  3789. .col-sm-1 {
  3790. width: 8.33333333%;
  3791. }
  3792. .col-sm-pull-12 {
  3793. right: 100%;
  3794. }
  3795. .col-sm-pull-11 {
  3796. right: 91.66666667%;
  3797. }
  3798. .col-sm-pull-10 {
  3799. right: 83.33333333%;
  3800. }
  3801. .col-sm-pull-9 {
  3802. right: 75%;
  3803. }
  3804. .col-sm-pull-8 {
  3805. right: 66.66666667%;
  3806. }
  3807. .col-sm-pull-7 {
  3808. right: 58.33333333%;
  3809. }
  3810. .col-sm-pull-6 {
  3811. right: 50%;
  3812. }
  3813. .col-sm-pull-5 {
  3814. right: 41.66666667%;
  3815. }
  3816. .col-sm-pull-4 {
  3817. right: 33.33333333%;
  3818. }
  3819. .col-sm-pull-3 {
  3820. right: 25%;
  3821. }
  3822. .col-sm-pull-2 {
  3823. right: 16.66666667%;
  3824. }
  3825. .col-sm-pull-1 {
  3826. right: 8.33333333%;
  3827. }
  3828. .col-sm-pull-0 {
  3829. right: auto;
  3830. }
  3831. .col-sm-push-12 {
  3832. left: 100%;
  3833. }
  3834. .col-sm-push-11 {
  3835. left: 91.66666667%;
  3836. }
  3837. .col-sm-push-10 {
  3838. left: 83.33333333%;
  3839. }
  3840. .col-sm-push-9 {
  3841. left: 75%;
  3842. }
  3843. .col-sm-push-8 {
  3844. left: 66.66666667%;
  3845. }
  3846. .col-sm-push-7 {
  3847. left: 58.33333333%;
  3848. }
  3849. .col-sm-push-6 {
  3850. left: 50%;
  3851. }
  3852. .col-sm-push-5 {
  3853. left: 41.66666667%;
  3854. }
  3855. .col-sm-push-4 {
  3856. left: 33.33333333%;
  3857. }
  3858. .col-sm-push-3 {
  3859. left: 25%;
  3860. }
  3861. .col-sm-push-2 {
  3862. left: 16.66666667%;
  3863. }
  3864. .col-sm-push-1 {
  3865. left: 8.33333333%;
  3866. }
  3867. .col-sm-push-0 {
  3868. left: auto;
  3869. }
  3870. .col-sm-offset-12 {
  3871. margin-left: 100%;
  3872. }
  3873. .col-sm-offset-11 {
  3874. margin-left: 91.66666667%;
  3875. }
  3876. .col-sm-offset-10 {
  3877. margin-left: 83.33333333%;
  3878. }
  3879. .col-sm-offset-9 {
  3880. margin-left: 75%;
  3881. }
  3882. .col-sm-offset-8 {
  3883. margin-left: 66.66666667%;
  3884. }
  3885. .col-sm-offset-7 {
  3886. margin-left: 58.33333333%;
  3887. }
  3888. .col-sm-offset-6 {
  3889. margin-left: 50%;
  3890. }
  3891. .col-sm-offset-5 {
  3892. margin-left: 41.66666667%;
  3893. }
  3894. .col-sm-offset-4 {
  3895. margin-left: 33.33333333%;
  3896. }
  3897. .col-sm-offset-3 {
  3898. margin-left: 25%;
  3899. }
  3900. .col-sm-offset-2 {
  3901. margin-left: 16.66666667%;
  3902. }
  3903. .col-sm-offset-1 {
  3904. margin-left: 8.33333333%;
  3905. }
  3906. .col-sm-offset-0 {
  3907. margin-left: 0%;
  3908. }
  3909. .col-sm-clear {
  3910. clear: left;
  3911. }
  3912. .col-sm-clear {
  3913. clear: left;
  3914. }
  3915. .col-sm-clear {
  3916. clear: left;
  3917. }
  3918. .col-sm-clear {
  3919. clear: left;
  3920. }
  3921. .col-sm-clear {
  3922. clear: left;
  3923. }
  3924. .col-sm-clear {
  3925. clear: left;
  3926. }
  3927. .col-sm-clear {
  3928. clear: left;
  3929. }
  3930. .col-sm-clear {
  3931. clear: left;
  3932. }
  3933. .col-sm-clear {
  3934. clear: left;
  3935. }
  3936. .col-sm-clear {
  3937. clear: left;
  3938. }
  3939. .col-sm-clear {
  3940. clear: left;
  3941. }
  3942. .col-sm-clear {
  3943. clear: left;
  3944. }
  3945. .col-sm-clear {
  3946. clear: left;
  3947. }
  3948. }
  3949. @media (min-width: 992px) {
  3950. .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  3951. float: left;
  3952. }
  3953. .col-md-12 {
  3954. width: 100%;
  3955. }
  3956. .col-md-11 {
  3957. width: 91.66666667%;
  3958. }
  3959. .col-md-10 {
  3960. width: 83.33333333%;
  3961. }
  3962. .col-md-9 {
  3963. width: 75%;
  3964. }
  3965. .col-md-8 {
  3966. width: 66.66666667%;
  3967. }
  3968. .col-md-7 {
  3969. width: 58.33333333%;
  3970. }
  3971. .col-md-6 {
  3972. width: 50%;
  3973. }
  3974. .col-md-5 {
  3975. width: 41.66666667%;
  3976. }
  3977. .col-md-4 {
  3978. width: 33.33333333%;
  3979. }
  3980. .col-md-3 {
  3981. width: 25%;
  3982. }
  3983. .col-md-2 {
  3984. width: 16.66666667%;
  3985. }
  3986. .col-md-1 {
  3987. width: 8.33333333%;
  3988. }
  3989. .col-md-pull-12 {
  3990. right: 100%;
  3991. }
  3992. .col-md-pull-11 {
  3993. right: 91.66666667%;
  3994. }
  3995. .col-md-pull-10 {
  3996. right: 83.33333333%;
  3997. }
  3998. .col-md-pull-9 {
  3999. right: 75%;
  4000. }
  4001. .col-md-pull-8 {
  4002. right: 66.66666667%;
  4003. }
  4004. .col-md-pull-7 {
  4005. right: 58.33333333%;
  4006. }
  4007. .col-md-pull-6 {
  4008. right: 50%;
  4009. }
  4010. .col-md-pull-5 {
  4011. right: 41.66666667%;
  4012. }
  4013. .col-md-pull-4 {
  4014. right: 33.33333333%;
  4015. }
  4016. .col-md-pull-3 {
  4017. right: 25%;
  4018. }
  4019. .col-md-pull-2 {
  4020. right: 16.66666667%;
  4021. }
  4022. .col-md-pull-1 {
  4023. right: 8.33333333%;
  4024. }
  4025. .col-md-pull-0 {
  4026. right: auto;
  4027. }
  4028. .col-md-push-12 {
  4029. left: 100%;
  4030. }
  4031. .col-md-push-11 {
  4032. left: 91.66666667%;
  4033. }
  4034. .col-md-push-10 {
  4035. left: 83.33333333%;
  4036. }
  4037. .col-md-push-9 {
  4038. left: 75%;
  4039. }
  4040. .col-md-push-8 {
  4041. left: 66.66666667%;
  4042. }
  4043. .col-md-push-7 {
  4044. left: 58.33333333%;
  4045. }
  4046. .col-md-push-6 {
  4047. left: 50%;
  4048. }
  4049. .col-md-push-5 {
  4050. left: 41.66666667%;
  4051. }
  4052. .col-md-push-4 {
  4053. left: 33.33333333%;
  4054. }
  4055. .col-md-push-3 {
  4056. left: 25%;
  4057. }
  4058. .col-md-push-2 {
  4059. left: 16.66666667%;
  4060. }
  4061. .col-md-push-1 {
  4062. left: 8.33333333%;
  4063. }
  4064. .col-md-push-0 {
  4065. left: auto;
  4066. }
  4067. .col-md-offset-12 {
  4068. margin-left: 100%;
  4069. }
  4070. .col-md-offset-11 {
  4071. margin-left: 91.66666667%;
  4072. }
  4073. .col-md-offset-10 {
  4074. margin-left: 83.33333333%;
  4075. }
  4076. .col-md-offset-9 {
  4077. margin-left: 75%;
  4078. }
  4079. .col-md-offset-8 {
  4080. margin-left: 66.66666667%;
  4081. }
  4082. .col-md-offset-7 {
  4083. margin-left: 58.33333333%;
  4084. }
  4085. .col-md-offset-6 {
  4086. margin-left: 50%;
  4087. }
  4088. .col-md-offset-5 {
  4089. margin-left: 41.66666667%;
  4090. }
  4091. .col-md-offset-4 {
  4092. margin-left: 33.33333333%;
  4093. }
  4094. .col-md-offset-3 {
  4095. margin-left: 25%;
  4096. }
  4097. .col-md-offset-2 {
  4098. margin-left: 16.66666667%;
  4099. }
  4100. .col-md-offset-1 {
  4101. margin-left: 8.33333333%;
  4102. }
  4103. .col-md-offset-0 {
  4104. margin-left: 0%;
  4105. }
  4106. .col-md-clear {
  4107. clear: left;
  4108. }
  4109. .col-md-clear {
  4110. clear: left;
  4111. }
  4112. .col-md-clear {
  4113. clear: left;
  4114. }
  4115. .col-md-clear {
  4116. clear: left;
  4117. }
  4118. .col-md-clear {
  4119. clear: left;
  4120. }
  4121. .col-md-clear {
  4122. clear: left;
  4123. }
  4124. .col-md-clear {
  4125. clear: left;
  4126. }
  4127. .col-md-clear {
  4128. clear: left;
  4129. }
  4130. .col-md-clear {
  4131. clear: left;
  4132. }
  4133. .col-md-clear {
  4134. clear: left;
  4135. }
  4136. .col-md-clear {
  4137. clear: left;
  4138. }
  4139. .col-md-clear {
  4140. clear: left;
  4141. }
  4142. .col-md-clear {
  4143. clear: left;
  4144. }
  4145. }
  4146. @media (min-width: 1200px) {
  4147. .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  4148. float: left;
  4149. }
  4150. .col-lg-12 {
  4151. width: 100%;
  4152. }
  4153. .col-lg-11 {
  4154. width: 91.66666667%;
  4155. }
  4156. .col-lg-10 {
  4157. width: 83.33333333%;
  4158. }
  4159. .col-lg-9 {
  4160. width: 75%;
  4161. }
  4162. .col-lg-8 {
  4163. width: 66.66666667%;
  4164. }
  4165. .col-lg-7 {
  4166. width: 58.33333333%;
  4167. }
  4168. .col-lg-6 {
  4169. width: 50%;
  4170. }
  4171. .col-lg-5 {
  4172. width: 41.66666667%;
  4173. }
  4174. .col-lg-4 {
  4175. width: 33.33333333%;
  4176. }
  4177. .col-lg-3 {
  4178. width: 25%;
  4179. }
  4180. .col-lg-2 {
  4181. width: 16.66666667%;
  4182. }
  4183. .col-lg-1 {
  4184. width: 8.33333333%;
  4185. }
  4186. .col-lg-pull-12 {
  4187. right: 100%;
  4188. }
  4189. .col-lg-pull-11 {
  4190. right: 91.66666667%;
  4191. }
  4192. .col-lg-pull-10 {
  4193. right: 83.33333333%;
  4194. }
  4195. .col-lg-pull-9 {
  4196. right: 75%;
  4197. }
  4198. .col-lg-pull-8 {
  4199. right: 66.66666667%;
  4200. }
  4201. .col-lg-pull-7 {
  4202. right: 58.33333333%;
  4203. }
  4204. .col-lg-pull-6 {
  4205. right: 50%;
  4206. }
  4207. .col-lg-pull-5 {
  4208. right: 41.66666667%;
  4209. }
  4210. .col-lg-pull-4 {
  4211. right: 33.33333333%;
  4212. }
  4213. .col-lg-pull-3 {
  4214. right: 25%;
  4215. }
  4216. .col-lg-pull-2 {
  4217. right: 16.66666667%;
  4218. }
  4219. .col-lg-pull-1 {
  4220. right: 8.33333333%;
  4221. }
  4222. .col-lg-pull-0 {
  4223. right: auto;
  4224. }
  4225. .col-lg-push-12 {
  4226. left: 100%;
  4227. }
  4228. .col-lg-push-11 {
  4229. left: 91.66666667%;
  4230. }
  4231. .col-lg-push-10 {
  4232. left: 83.33333333%;
  4233. }
  4234. .col-lg-push-9 {
  4235. left: 75%;
  4236. }
  4237. .col-lg-push-8 {
  4238. left: 66.66666667%;
  4239. }
  4240. .col-lg-push-7 {
  4241. left: 58.33333333%;
  4242. }
  4243. .col-lg-push-6 {
  4244. left: 50%;
  4245. }
  4246. .col-lg-push-5 {
  4247. left: 41.66666667%;
  4248. }
  4249. .col-lg-push-4 {
  4250. left: 33.33333333%;
  4251. }
  4252. .col-lg-push-3 {
  4253. left: 25%;
  4254. }
  4255. .col-lg-push-2 {
  4256. left: 16.66666667%;
  4257. }
  4258. .col-lg-push-1 {
  4259. left: 8.33333333%;
  4260. }
  4261. .col-lg-push-0 {
  4262. left: auto;
  4263. }
  4264. .col-lg-offset-12 {
  4265. margin-left: 100%;
  4266. }
  4267. .col-lg-offset-11 {
  4268. margin-left: 91.66666667%;
  4269. }
  4270. .col-lg-offset-10 {
  4271. margin-left: 83.33333333%;
  4272. }
  4273. .col-lg-offset-9 {
  4274. margin-left: 75%;
  4275. }
  4276. .col-lg-offset-8 {
  4277. margin-left: 66.66666667%;
  4278. }
  4279. .col-lg-offset-7 {
  4280. margin-left: 58.33333333%;
  4281. }
  4282. .col-lg-offset-6 {
  4283. margin-left: 50%;
  4284. }
  4285. .col-lg-offset-5 {
  4286. margin-left: 41.66666667%;
  4287. }
  4288. .col-lg-offset-4 {
  4289. margin-left: 33.33333333%;
  4290. }
  4291. .col-lg-offset-3 {
  4292. margin-left: 25%;
  4293. }
  4294. .col-lg-offset-2 {
  4295. margin-left: 16.66666667%;
  4296. }
  4297. .col-lg-offset-1 {
  4298. margin-left: 8.33333333%;
  4299. }
  4300. .col-lg-offset-0 {
  4301. margin-left: 0%;
  4302. }
  4303. .col-lg-clear {
  4304. clear: left;
  4305. }
  4306. .col-lg-clear {
  4307. clear: left;
  4308. }
  4309. .col-lg-clear {
  4310. clear: left;
  4311. }
  4312. .col-lg-clear {
  4313. clear: left;
  4314. }
  4315. .col-lg-clear {
  4316. clear: left;
  4317. }
  4318. .col-lg-clear {
  4319. clear: left;
  4320. }
  4321. .col-lg-clear {
  4322. clear: left;
  4323. }
  4324. .col-lg-clear {
  4325. clear: left;
  4326. }
  4327. .col-lg-clear {
  4328. clear: left;
  4329. }
  4330. .col-lg-clear {
  4331. clear: left;
  4332. }
  4333. .col-lg-clear {
  4334. clear: left;
  4335. }
  4336. .col-lg-clear {
  4337. clear: left;
  4338. }
  4339. .col-lg-clear {
  4340. clear: left;
  4341. }
  4342. }
  4343. table {
  4344. background-color: transparent;
  4345. }
  4346. caption {
  4347. padding-top: 8px;
  4348. padding-bottom: 8px;
  4349. color: #636363;
  4350. text-align: left;
  4351. }
  4352. th {
  4353. text-align: left;
  4354. }
  4355. .table {
  4356. width: 100%;
  4357. max-width: 100%;
  4358. margin-bottom: 22px;
  4359. }
  4360. .table > thead > tr > th,
  4361. .table > tbody > tr > th,
  4362. .table > tfoot > tr > th,
  4363. .table > thead > tr > td,
  4364. .table > tbody > tr > td,
  4365. .table > tfoot > tr > td {
  4366. padding: 8px;
  4367. line-height: 1.46666667;
  4368. vertical-align: top;
  4369. border-top: 1px solid #dddddd;
  4370. }
  4371. .table > thead > tr > th {
  4372. vertical-align: bottom;
  4373. border-bottom: 2px solid #dddddd;
  4374. }
  4375. .table > caption + thead > tr:first-child > th,
  4376. .table > colgroup + thead > tr:first-child > th,
  4377. .table > thead:first-child > tr:first-child > th,
  4378. .table > caption + thead > tr:first-child > td,
  4379. .table > colgroup + thead > tr:first-child > td,
  4380. .table > thead:first-child > tr:first-child > td {
  4381. border-top: 0;
  4382. }
  4383. .table > tbody + tbody {
  4384. border-top: 2px solid #dddddd;
  4385. }
  4386. .table .table {
  4387. background-color: #252525;
  4388. }
  4389. .table-condensed > thead > tr > th,
  4390. .table-condensed > tbody > tr > th,
  4391. .table-condensed > tfoot > tr > th,
  4392. .table-condensed > thead > tr > td,
  4393. .table-condensed > tbody > tr > td,
  4394. .table-condensed > tfoot > tr > td {
  4395. padding: 5px;
  4396. }
  4397. .table-bordered {
  4398. border: 1px solid #dddddd;
  4399. }
  4400. .table-bordered > thead > tr > th,
  4401. .table-bordered > tbody > tr > th,
  4402. .table-bordered > tfoot > tr > th,
  4403. .table-bordered > thead > tr > td,
  4404. .table-bordered > tbody > tr > td,
  4405. .table-bordered > tfoot > tr > td {
  4406. border: 1px solid #dddddd;
  4407. }
  4408. .table-bordered > thead > tr > th,
  4409. .table-bordered > thead > tr > td {
  4410. border-bottom-width: 2px;
  4411. }
  4412. .table-striped > tbody > tr:nth-of-type(odd) {
  4413. background-color: #f9f9f9;
  4414. }
  4415. .table-hover > tbody > tr:hover {
  4416. background-color: #f5f5f5;
  4417. }
  4418. table col[class*="col-"] {
  4419. position: static;
  4420. float: none;
  4421. display: table-column;
  4422. }
  4423. table td[class*="col-"],
  4424. table th[class*="col-"] {
  4425. position: static;
  4426. float: none;
  4427. display: table-cell;
  4428. }
  4429. .table-responsive {
  4430. overflow-x: auto;
  4431. min-height: 0.01%;
  4432. }
  4433. @media screen and (max-width: 767px) {
  4434. .table-responsive {
  4435. width: 100%;
  4436. margin-bottom: 16.5px;
  4437. overflow-y: hidden;
  4438. -ms-overflow-style: -ms-autohiding-scrollbar;
  4439. border: 1px solid #dddddd;
  4440. }
  4441. .table-responsive > .table {
  4442. margin-bottom: 0;
  4443. }
  4444. .table-responsive > .table > thead > tr > th,
  4445. .table-responsive > .table > tbody > tr > th,
  4446. .table-responsive > .table > tfoot > tr > th,
  4447. .table-responsive > .table > thead > tr > td,
  4448. .table-responsive > .table > tbody > tr > td,
  4449. .table-responsive > .table > tfoot > tr > td {
  4450. white-space: nowrap;
  4451. }
  4452. .table-responsive > .table-bordered {
  4453. border: 0;
  4454. }
  4455. .table-responsive > .table-bordered > thead > tr > th:first-child,
  4456. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  4457. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  4458. .table-responsive > .table-bordered > thead > tr > td:first-child,
  4459. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  4460. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  4461. border-left: 0;
  4462. }
  4463. .table-responsive > .table-bordered > thead > tr > th:last-child,
  4464. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  4465. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  4466. .table-responsive > .table-bordered > thead > tr > td:last-child,
  4467. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  4468. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  4469. border-right: 0;
  4470. }
  4471. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  4472. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  4473. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  4474. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  4475. border-bottom: 0;
  4476. }
  4477. }
  4478. fieldset {
  4479. padding: 0;
  4480. margin: 0;
  4481. border: 0;
  4482. min-width: 0;
  4483. }
  4484. legend {
  4485. display: block;
  4486. width: 100%;
  4487. padding: 0;
  4488. margin-bottom: 22px;
  4489. font-size: 22.5px;
  4490. line-height: inherit;
  4491. color: #000000;
  4492. border: 0;
  4493. border-bottom: 1px solid #e5e5e5;
  4494. }
  4495. label {
  4496. display: inline-block;
  4497. max-width: 100%;
  4498. margin-bottom: 5px;
  4499. font-weight: bold;
  4500. }
  4501. input[type="search"] {
  4502. -webkit-box-sizing: border-box;
  4503. -moz-box-sizing: border-box;
  4504. box-sizing: border-box;
  4505. }
  4506. input[type="radio"],
  4507. input[type="checkbox"] {
  4508. margin: 4px 0 0;
  4509. margin-top: 1px \9;
  4510. line-height: normal;
  4511. }
  4512. input[type="file"] {
  4513. display: block;
  4514. }
  4515. input[type="range"] {
  4516. display: block;
  4517. width: 100%;
  4518. }
  4519. select[multiple],
  4520. select[size] {
  4521. height: auto;
  4522. }
  4523. input[type="file"]:focus,
  4524. input[type="radio"]:focus,
  4525. input[type="checkbox"]:focus {
  4526. outline: thin dotted;
  4527. outline: 5px auto -webkit-focus-ring-color;
  4528. outline-offset: -2px;
  4529. }
  4530. output {
  4531. display: block;
  4532. padding-top: 17px;
  4533. font-size: 15px;
  4534. line-height: 1.46666667;
  4535. color: #b7b7b7;
  4536. }
  4537. .form-control {
  4538. display: block;
  4539. width: 100%;
  4540. height: 56px;
  4541. padding: 16px 60px;
  4542. font-size: 15px;
  4543. line-height: 1.46666667;
  4544. color: #b7b7b7;
  4545. background-color: #ffffff;
  4546. background-image: none;
  4547. border: 1px solid #cccccc;
  4548. border-radius: 1px;
  4549. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4550. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4551. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4552. -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  4553. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  4554. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  4555. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  4556. }
  4557. .form-control:focus {
  4558. border-color: #66afe9;
  4559. outline: 0;
  4560. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  4561. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  4562. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  4563. }
  4564. .form-control::-moz-placeholder {
  4565. color: #999999;
  4566. opacity: 1;
  4567. }
  4568. .form-control:-ms-input-placeholder {
  4569. color: #999999;
  4570. }
  4571. .form-control::-webkit-input-placeholder {
  4572. color: #999999;
  4573. }
  4574. .form-control[disabled],
  4575. .form-control[readonly],
  4576. fieldset[disabled] .form-control {
  4577. background-color: #cbcbcb;
  4578. opacity: 1;
  4579. }
  4580. .form-control[disabled],
  4581. fieldset[disabled] .form-control {
  4582. cursor: not-allowed;
  4583. }
  4584. textarea.form-control {
  4585. height: auto;
  4586. }
  4587. input[type="search"] {
  4588. -webkit-appearance: none;
  4589. }
  4590. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  4591. input[type="date"],
  4592. input[type="time"],
  4593. input[type="datetime-local"],
  4594. input[type="month"] {
  4595. line-height: 56px;
  4596. }
  4597. input[type="date"].input-sm,
  4598. input[type="time"].input-sm,
  4599. input[type="datetime-local"].input-sm,
  4600. input[type="month"].input-sm,
  4601. .input-group-sm input[type="date"],
  4602. .input-group-sm input[type="time"],
  4603. .input-group-sm input[type="datetime-local"],
  4604. .input-group-sm input[type="month"] {
  4605. line-height: 41px;
  4606. }
  4607. input[type="date"].input-lg,
  4608. input[type="time"].input-lg,
  4609. input[type="datetime-local"].input-lg,
  4610. input[type="month"].input-lg,
  4611. .input-group-lg input[type="date"],
  4612. .input-group-lg input[type="time"],
  4613. .input-group-lg input[type="datetime-local"],
  4614. .input-group-lg input[type="month"] {
  4615. line-height: 60px;
  4616. }
  4617. }
  4618. .form-group {
  4619. margin-bottom: 15px;
  4620. }
  4621. .radio,
  4622. .checkbox {
  4623. position: relative;
  4624. display: block;
  4625. margin-top: 10px;
  4626. margin-bottom: 10px;
  4627. }
  4628. .radio label,
  4629. .checkbox label {
  4630. min-height: 22px;
  4631. padding-left: 20px;
  4632. margin-bottom: 0;
  4633. font-weight: normal;
  4634. cursor: pointer;
  4635. }
  4636. .radio input[type="radio"],
  4637. .radio-inline input[type="radio"],
  4638. .checkbox input[type="checkbox"],
  4639. .checkbox-inline input[type="checkbox"] {
  4640. position: absolute;
  4641. margin-left: -20px;
  4642. margin-top: 4px \9;
  4643. }
  4644. .radio + .radio,
  4645. .checkbox + .checkbox {
  4646. margin-top: -5px;
  4647. }
  4648. .radio-inline,
  4649. .checkbox-inline {
  4650. position: relative;
  4651. display: inline-block;
  4652. padding-left: 20px;
  4653. margin-bottom: 0;
  4654. vertical-align: middle;
  4655. font-weight: normal;
  4656. cursor: pointer;
  4657. }
  4658. .radio-inline + .radio-inline,
  4659. .checkbox-inline + .checkbox-inline {
  4660. margin-top: 0;
  4661. margin-left: 10px;
  4662. }
  4663. input[type="radio"][disabled],
  4664. input[type="checkbox"][disabled],
  4665. input[type="radio"].disabled,
  4666. input[type="checkbox"].disabled,
  4667. fieldset[disabled] input[type="radio"],
  4668. fieldset[disabled] input[type="checkbox"] {
  4669. cursor: not-allowed;
  4670. }
  4671. .radio-inline.disabled,
  4672. .checkbox-inline.disabled,
  4673. fieldset[disabled] .radio-inline,
  4674. fieldset[disabled] .checkbox-inline {
  4675. cursor: not-allowed;
  4676. }
  4677. .radio.disabled label,
  4678. .checkbox.disabled label,
  4679. fieldset[disabled] .radio label,
  4680. fieldset[disabled] .checkbox label {
  4681. cursor: not-allowed;
  4682. }
  4683. .form-control-static {
  4684. padding-top: 17px;
  4685. padding-bottom: 17px;
  4686. margin-bottom: 0;
  4687. min-height: 37px;
  4688. }
  4689. .form-control-static.input-lg,
  4690. .form-control-static.input-sm {
  4691. padding-left: 0;
  4692. padding-right: 0;
  4693. }
  4694. .input-sm {
  4695. height: 41px;
  4696. padding: 10px 25px;
  4697. font-size: 13px;
  4698. line-height: 1.5;
  4699. border-radius: 3px;
  4700. }
  4701. select.input-sm {
  4702. height: 41px;
  4703. line-height: 41px;
  4704. }
  4705. textarea.input-sm,
  4706. select[multiple].input-sm {
  4707. height: auto;
  4708. }
  4709. .form-group-sm .form-control {
  4710. height: 41px;
  4711. padding: 10px 25px;
  4712. font-size: 13px;
  4713. line-height: 1.5;
  4714. border-radius: 3px;
  4715. }
  4716. select.form-group-sm .form-control {
  4717. height: 41px;
  4718. line-height: 41px;
  4719. }
  4720. textarea.form-group-sm .form-control,
  4721. select[multiple].form-group-sm .form-control {
  4722. height: auto;
  4723. }
  4724. .form-group-sm .form-control-static {
  4725. height: 41px;
  4726. padding: 10px 25px;
  4727. font-size: 13px;
  4728. line-height: 1.5;
  4729. min-height: 35px;
  4730. }
  4731. .input-lg {
  4732. height: 60px;
  4733. padding: 16px 75px;
  4734. font-size: 19px;
  4735. line-height: 1.3333333;
  4736. border-radius: 6px;
  4737. }
  4738. select.input-lg {
  4739. height: 60px;
  4740. line-height: 60px;
  4741. }
  4742. textarea.input-lg,
  4743. select[multiple].input-lg {
  4744. height: auto;
  4745. }
  4746. .form-group-lg .form-control {
  4747. height: 60px;
  4748. padding: 16px 75px;
  4749. font-size: 19px;
  4750. line-height: 1.3333333;
  4751. border-radius: 6px;
  4752. }
  4753. select.form-group-lg .form-control {
  4754. height: 60px;
  4755. line-height: 60px;
  4756. }
  4757. textarea.form-group-lg .form-control,
  4758. select[multiple].form-group-lg .form-control {
  4759. height: auto;
  4760. }
  4761. .form-group-lg .form-control-static {
  4762. height: 60px;
  4763. padding: 16px 75px;
  4764. font-size: 19px;
  4765. line-height: 1.3333333;
  4766. min-height: 41px;
  4767. }
  4768. .has-feedback {
  4769. position: relative;
  4770. }
  4771. .has-feedback .form-control {
  4772. padding-right: 70px;
  4773. }
  4774. .form-control-feedback {
  4775. position: absolute;
  4776. top: 0;
  4777. right: 0;
  4778. z-index: 2;
  4779. display: block;
  4780. width: 56px;
  4781. height: 56px;
  4782. line-height: 56px;
  4783. text-align: center;
  4784. pointer-events: none;
  4785. }
  4786. .input-lg + .form-control-feedback {
  4787. width: 60px;
  4788. height: 60px;
  4789. line-height: 60px;
  4790. }
  4791. .input-sm + .form-control-feedback {
  4792. width: 41px;
  4793. height: 41px;
  4794. line-height: 41px;
  4795. }
  4796. .has-success .help-block,
  4797. .has-success .control-label,
  4798. .has-success .radio,
  4799. .has-success .checkbox,
  4800. .has-success .radio-inline,
  4801. .has-success .checkbox-inline,
  4802. .has-success.radio label,
  4803. .has-success.checkbox label,
  4804. .has-success.radio-inline label,
  4805. .has-success.checkbox-inline label {
  4806. color: #3c763d;
  4807. }
  4808. .has-success .form-control {
  4809. border-color: #3c763d;
  4810. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4811. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4812. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4813. }
  4814. .has-success .form-control:focus {
  4815. border-color: #2b542c;
  4816. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  4817. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  4818. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  4819. }
  4820. .has-success .input-group-addon {
  4821. color: #3c763d;
  4822. border-color: #3c763d;
  4823. background-color: #dff0d8;
  4824. }
  4825. .has-success .form-control-feedback {
  4826. color: #3c763d;
  4827. }
  4828. .has-warning .help-block,
  4829. .has-warning .control-label,
  4830. .has-warning .radio,
  4831. .has-warning .checkbox,
  4832. .has-warning .radio-inline,
  4833. .has-warning .checkbox-inline,
  4834. .has-warning.radio label,
  4835. .has-warning.checkbox label,
  4836. .has-warning.radio-inline label,
  4837. .has-warning.checkbox-inline label {
  4838. color: #8a6d3b;
  4839. }
  4840. .has-warning .form-control {
  4841. border-color: #8a6d3b;
  4842. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4843. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4844. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4845. }
  4846. .has-warning .form-control:focus {
  4847. border-color: #66512c;
  4848. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  4849. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  4850. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  4851. }
  4852. .has-warning .input-group-addon {
  4853. color: #8a6d3b;
  4854. border-color: #8a6d3b;
  4855. background-color: #fcf8e3;
  4856. }
  4857. .has-warning .form-control-feedback {
  4858. color: #8a6d3b;
  4859. }
  4860. .has-error .help-block,
  4861. .has-error .control-label,
  4862. .has-error .radio,
  4863. .has-error .checkbox,
  4864. .has-error .radio-inline,
  4865. .has-error .checkbox-inline,
  4866. .has-error.radio label,
  4867. .has-error.checkbox label,
  4868. .has-error.radio-inline label,
  4869. .has-error.checkbox-inline label {
  4870. color: #a94442;
  4871. }
  4872. .has-error .form-control {
  4873. border-color: #a94442;
  4874. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4875. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4876. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  4877. }
  4878. .has-error .form-control:focus {
  4879. border-color: #843534;
  4880. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  4881. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  4882. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  4883. }
  4884. .has-error .input-group-addon {
  4885. color: #a94442;
  4886. border-color: #a94442;
  4887. background-color: #f2dede;
  4888. }
  4889. .has-error .form-control-feedback {
  4890. color: #a94442;
  4891. }
  4892. .has-feedback label ~ .form-control-feedback {
  4893. top: 27px;
  4894. }
  4895. .has-feedback label.sr-only ~ .form-control-feedback {
  4896. top: 0;
  4897. }
  4898. .help-block {
  4899. display: block;
  4900. margin-top: 5px;
  4901. margin-bottom: 10px;
  4902. color: #999999;
  4903. }
  4904. @media (min-width: 768px) {
  4905. .form-inline .form-group {
  4906. display: inline-block;
  4907. margin-bottom: 0;
  4908. vertical-align: middle;
  4909. }
  4910. .form-inline .form-control {
  4911. display: inline-block;
  4912. width: auto;
  4913. vertical-align: middle;
  4914. }
  4915. .form-inline .form-control-static {
  4916. display: inline-block;
  4917. }
  4918. .form-inline .input-group {
  4919. display: inline-table;
  4920. vertical-align: middle;
  4921. }
  4922. .form-inline .input-group .input-group-addon,
  4923. .form-inline .input-group .input-group-btn,
  4924. .form-inline .input-group .form-control {
  4925. width: auto;
  4926. }
  4927. .form-inline .input-group > .form-control {
  4928. width: 100%;
  4929. }
  4930. .form-inline .control-label {
  4931. margin-bottom: 0;
  4932. vertical-align: middle;
  4933. }
  4934. .form-inline .radio,
  4935. .form-inline .checkbox {
  4936. display: inline-block;
  4937. margin-top: 0;
  4938. margin-bottom: 0;
  4939. vertical-align: middle;
  4940. }
  4941. .form-inline .radio label,
  4942. .form-inline .checkbox label {
  4943. padding-left: 0;
  4944. }
  4945. .form-inline .radio input[type="radio"],
  4946. .form-inline .checkbox input[type="checkbox"] {
  4947. position: relative;
  4948. margin-left: 0;
  4949. }
  4950. .form-inline .has-feedback .form-control-feedback {
  4951. top: 0;
  4952. }
  4953. }
  4954. .form-horizontal .radio,
  4955. .form-horizontal .checkbox,
  4956. .form-horizontal .radio-inline,
  4957. .form-horizontal .checkbox-inline {
  4958. margin-top: 0;
  4959. margin-bottom: 0;
  4960. padding-top: 17px;
  4961. }
  4962. .form-horizontal .radio,
  4963. .form-horizontal .checkbox {
  4964. min-height: 39px;
  4965. }
  4966. .form-horizontal .form-group {
  4967. margin-left: -15px;
  4968. margin-right: -15px;
  4969. }
  4970. @media (min-width: 768px) {
  4971. .form-horizontal .control-label {
  4972. text-align: right;
  4973. margin-bottom: 0;
  4974. padding-top: 17px;
  4975. }
  4976. }
  4977. .form-horizontal .has-feedback .form-control-feedback {
  4978. right: 15px;
  4979. }
  4980. @media (min-width: 768px) {
  4981. .form-horizontal .form-group-lg .control-label {
  4982. padding-top: 22.3333328px;
  4983. }
  4984. }
  4985. @media (min-width: 768px) {
  4986. .form-horizontal .form-group-sm .control-label {
  4987. padding-top: 11px;
  4988. }
  4989. }
  4990. .btn {
  4991. position: relative;
  4992. z-index: 10;
  4993. overflow: hidden;
  4994. display: inline-block;
  4995. font-weight: 700;
  4996. cursor: pointer;
  4997. border: 2px solid rgba(255, 255, 255, 0.4);
  4998. background: transparent;
  4999. outline: none;
  5000. -moz-transition: 0.2s all ease;
  5001. -webkit-transition: 0.2s all ease;
  5002. -o-transition: 0.2s all ease;
  5003. transition: 0.2s all ease;
  5004. text-transform: uppercase;
  5005. text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  5006. -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  5007. -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  5008. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  5009. letter-spacing: .12em;
  5010. font-family: 'Roboto', sans-serif;
  5011. padding: 16px 30px;
  5012. font-size: 16px;
  5013. line-height: 20px;
  5014. border-radius: 6px;
  5015. }
  5016. @media (min-width: 992px) {
  5017. .btn {
  5018. padding: 16px 60px;
  5019. font-size: 16px;
  5020. line-height: 20px;
  5021. border-radius: 3px;
  5022. }
  5023. }
  5024. .btn:hover {
  5025. color: #e74e3e;
  5026. background-color: transparent;
  5027. border-color: #e74e3e;
  5028. }
  5029. .btn:hover:active,
  5030. .btn:hover.active,
  5031. .open > .dropdown-toggle.btn:hover {
  5032. background-image: none;
  5033. }
  5034. .btn:hover.disabled,
  5035. .btn:hover[disabled],
  5036. fieldset[disabled] .btn:hover,
  5037. .btn:hover.disabled:hover,
  5038. .btn:hover[disabled]:hover,
  5039. fieldset[disabled] .btn:hover:hover,
  5040. .btn:hover.disabled:focus,
  5041. .btn:hover[disabled]:focus,
  5042. fieldset[disabled] .btn:hover:focus,
  5043. .btn:hover.disabled.focus,
  5044. .btn:hover[disabled].focus,
  5045. fieldset[disabled] .btn:hover.focus,
  5046. .btn:hover.disabled:active,
  5047. .btn:hover[disabled]:active,
  5048. fieldset[disabled] .btn:hover:active,
  5049. .btn:hover.disabled.active,
  5050. .btn:hover[disabled].active,
  5051. fieldset[disabled] .btn:hover.active {
  5052. background-color: transparent;
  5053. border-color: #e74e3e;
  5054. }
  5055. .btn:hover .badge {
  5056. color: transparent;
  5057. background-color: #e74e3e;
  5058. }
  5059. .btn::selection {
  5060. background: none;
  5061. }
  5062. .btn::-moz-selection {
  5063. background: none;
  5064. }
  5065. .btn::-webkit-selection {
  5066. background: none;
  5067. }
  5068. .ripple-obj {
  5069. height: 100%;
  5070. pointer-events: none;
  5071. position: absolute;
  5072. top: 0;
  5073. left: 0;
  5074. z-index: 0;
  5075. width: 100%;
  5076. fill: #a01809;
  5077. overflow: hidden;
  5078. }
  5079. .ripple-obj use {
  5080. opacity: 0;
  5081. }
  5082. .btn-default {
  5083. color: #ffffff;
  5084. background-color: transparent;
  5085. border-color: rgba(255, 255, 255, 0.4);
  5086. }
  5087. .btn-default:active,
  5088. .btn-default.active,
  5089. .open > .dropdown-toggle.btn-default {
  5090. background-image: none;
  5091. }
  5092. .btn-default.disabled,
  5093. .btn-default[disabled],
  5094. fieldset[disabled] .btn-default,
  5095. .btn-default.disabled:hover,
  5096. .btn-default[disabled]:hover,
  5097. fieldset[disabled] .btn-default:hover,
  5098. .btn-default.disabled:focus,
  5099. .btn-default[disabled]:focus,
  5100. fieldset[disabled] .btn-default:focus,
  5101. .btn-default.disabled.focus,
  5102. .btn-default[disabled].focus,
  5103. fieldset[disabled] .btn-default.focus,
  5104. .btn-default.disabled:active,
  5105. .btn-default[disabled]:active,
  5106. fieldset[disabled] .btn-default:active,
  5107. .btn-default.disabled.active,
  5108. .btn-default[disabled].active,
  5109. fieldset[disabled] .btn-default.active {
  5110. background-color: transparent;
  5111. border-color: rgba(255, 255, 255, 0.4);
  5112. }
  5113. .btn-default .badge {
  5114. color: transparent;
  5115. background-color: #ffffff;
  5116. }
  5117. .btn-default:focus {
  5118. color: #ffffff;
  5119. background-color: transparent;
  5120. border-color: rgba(255, 255, 255, 0.4);
  5121. }
  5122. .btn-default:focus:active,
  5123. .btn-default:focus.active,
  5124. .open > .dropdown-toggle.btn-default:focus {
  5125. background-image: none;
  5126. }
  5127. .btn-default:focus.disabled,
  5128. .btn-default:focus[disabled],
  5129. fieldset[disabled] .btn-default:focus,
  5130. .btn-default:focus.disabled:hover,
  5131. .btn-default:focus[disabled]:hover,
  5132. fieldset[disabled] .btn-default:focus:hover,
  5133. .btn-default:focus.disabled:focus,
  5134. .btn-default:focus[disabled]:focus,
  5135. fieldset[disabled] .btn-default:focus:focus,
  5136. .btn-default:focus.disabled.focus,
  5137. .btn-default:focus[disabled].focus,
  5138. fieldset[disabled] .btn-default:focus.focus,
  5139. .btn-default:focus.disabled:active,
  5140. .btn-default:focus[disabled]:active,
  5141. fieldset[disabled] .btn-default:focus:active,
  5142. .btn-default:focus.disabled.active,
  5143. .btn-default:focus[disabled].active,
  5144. fieldset[disabled] .btn-default:focus.active {
  5145. background-color: transparent;
  5146. border-color: rgba(255, 255, 255, 0.4);
  5147. }
  5148. .btn-default:focus .badge {
  5149. color: transparent;
  5150. background-color: #ffffff;
  5151. }
  5152. .btn-default:hover {
  5153. color: #ffffff;
  5154. background-color: #e74e3e;
  5155. border-color: #e74e3e;
  5156. }
  5157. .btn-default:hover:active,
  5158. .btn-default:hover.active,
  5159. .open > .dropdown-toggle.btn-default:hover {
  5160. background-image: none;
  5161. }
  5162. .btn-default:hover.disabled,
  5163. .btn-default:hover[disabled],
  5164. fieldset[disabled] .btn-default:hover,
  5165. .btn-default:hover.disabled:hover,
  5166. .btn-default:hover[disabled]:hover,
  5167. fieldset[disabled] .btn-default:hover:hover,
  5168. .btn-default:hover.disabled:focus,
  5169. .btn-default:hover[disabled]:focus,
  5170. fieldset[disabled] .btn-default:hover:focus,
  5171. .btn-default:hover.disabled.focus,
  5172. .btn-default:hover[disabled].focus,
  5173. fieldset[disabled] .btn-default:hover.focus,
  5174. .btn-default:hover.disabled:active,
  5175. .btn-default:hover[disabled]:active,
  5176. fieldset[disabled] .btn-default:hover:active,
  5177. .btn-default:hover.disabled.active,
  5178. .btn-default:hover[disabled].active,
  5179. fieldset[disabled] .btn-default:hover.active {
  5180. background-color: #e74e3e;
  5181. border-color: #e74e3e;
  5182. }
  5183. .btn-default:hover .badge {
  5184. color: #e74e3e;
  5185. background-color: #ffffff;
  5186. }
  5187. .btn-primary {
  5188. color: #ffffff;
  5189. background-color: #e74e3e;
  5190. border-color: #e74e3e;
  5191. }
  5192. .btn-primary:active,
  5193. .btn-primary.active,
  5194. .open > .dropdown-toggle.btn-primary {
  5195. background-image: none;
  5196. }
  5197. .btn-primary.disabled,
  5198. .btn-primary[disabled],
  5199. fieldset[disabled] .btn-primary,
  5200. .btn-primary.disabled:hover,
  5201. .btn-primary[disabled]:hover,
  5202. fieldset[disabled] .btn-primary:hover,
  5203. .btn-primary.disabled:focus,
  5204. .btn-primary[disabled]:focus,
  5205. fieldset[disabled] .btn-primary:focus,
  5206. .btn-primary.disabled.focus,
  5207. .btn-primary[disabled].focus,
  5208. fieldset[disabled] .btn-primary.focus,
  5209. .btn-primary.disabled:active,
  5210. .btn-primary[disabled]:active,
  5211. fieldset[disabled] .btn-primary:active,
  5212. .btn-primary.disabled.active,
  5213. .btn-primary[disabled].active,
  5214. fieldset[disabled] .btn-primary.active {
  5215. background-color: #e74e3e;
  5216. border-color: #e74e3e;
  5217. }
  5218. .btn-primary .badge {
  5219. color: #e74e3e;
  5220. background-color: #ffffff;
  5221. }
  5222. .btn-primary:focus {
  5223. color: #ffffff;
  5224. background-color: #e74e3e;
  5225. border-color: #e74e3e;
  5226. }
  5227. .btn-primary:focus:active,
  5228. .btn-primary:focus.active,
  5229. .open > .dropdown-toggle.btn-primary:focus {
  5230. background-image: none;
  5231. }
  5232. .btn-primary:focus.disabled,
  5233. .btn-primary:focus[disabled],
  5234. fieldset[disabled] .btn-primary:focus,
  5235. .btn-primary:focus.disabled:hover,
  5236. .btn-primary:focus[disabled]:hover,
  5237. fieldset[disabled] .btn-primary:focus:hover,
  5238. .btn-primary:focus.disabled:focus,
  5239. .btn-primary:focus[disabled]:focus,
  5240. fieldset[disabled] .btn-primary:focus:focus,
  5241. .btn-primary:focus.disabled.focus,
  5242. .btn-primary:focus[disabled].focus,
  5243. fieldset[disabled] .btn-primary:focus.focus,
  5244. .btn-primary:focus.disabled:active,
  5245. .btn-primary:focus[disabled]:active,
  5246. fieldset[disabled] .btn-primary:focus:active,
  5247. .btn-primary:focus.disabled.active,
  5248. .btn-primary:focus[disabled].active,
  5249. fieldset[disabled] .btn-primary:focus.active {
  5250. background-color: #e74e3e;
  5251. border-color: #e74e3e;
  5252. }
  5253. .btn-primary:focus .badge {
  5254. color: #e74e3e;
  5255. background-color: #ffffff;
  5256. }
  5257. .btn-primary:hover {
  5258. color: #ffffff;
  5259. background-color: #f76f61;
  5260. border-color: #f76f61;
  5261. }
  5262. .btn-primary:hover:active,
  5263. .btn-primary:hover.active,
  5264. .open > .dropdown-toggle.btn-primary:hover {
  5265. background-image: none;
  5266. }
  5267. .btn-primary:hover.disabled,
  5268. .btn-primary:hover[disabled],
  5269. fieldset[disabled] .btn-primary:hover,
  5270. .btn-primary:hover.disabled:hover,
  5271. .btn-primary:hover[disabled]:hover,
  5272. fieldset[disabled] .btn-primary:hover:hover,
  5273. .btn-primary:hover.disabled:focus,
  5274. .btn-primary:hover[disabled]:focus,
  5275. fieldset[disabled] .btn-primary:hover:focus,
  5276. .btn-primary:hover.disabled.focus,
  5277. .btn-primary:hover[disabled].focus,
  5278. fieldset[disabled] .btn-primary:hover.focus,
  5279. .btn-primary:hover.disabled:active,
  5280. .btn-primary:hover[disabled]:active,
  5281. fieldset[disabled] .btn-primary:hover:active,
  5282. .btn-primary:hover.disabled.active,
  5283. .btn-primary:hover[disabled].active,
  5284. fieldset[disabled] .btn-primary:hover.active {
  5285. background-color: #f76f61;
  5286. border-color: #f76f61;
  5287. }
  5288. .btn-primary:hover .badge {
  5289. color: #f76f61;
  5290. background-color: #ffffff;
  5291. }
  5292. .btn-success {
  5293. color: #ffffff;
  5294. background-color: #63cd54;
  5295. border-color: #63cd54;
  5296. }
  5297. .btn-success:active,
  5298. .btn-success.active,
  5299. .open > .dropdown-toggle.btn-success {
  5300. background-image: none;
  5301. }
  5302. .btn-success.disabled,
  5303. .btn-success[disabled],
  5304. fieldset[disabled] .btn-success,
  5305. .btn-success.disabled:hover,
  5306. .btn-success[disabled]:hover,
  5307. fieldset[disabled] .btn-success:hover,
  5308. .btn-success.disabled:focus,
  5309. .btn-success[disabled]:focus,
  5310. fieldset[disabled] .btn-success:focus,
  5311. .btn-success.disabled.focus,
  5312. .btn-success[disabled].focus,
  5313. fieldset[disabled] .btn-success.focus,
  5314. .btn-success.disabled:active,
  5315. .btn-success[disabled]:active,
  5316. fieldset[disabled] .btn-success:active,
  5317. .btn-success.disabled.active,
  5318. .btn-success[disabled].active,
  5319. fieldset[disabled] .btn-success.active {
  5320. background-color: #63cd54;
  5321. border-color: #63cd54;
  5322. }
  5323. .btn-success .badge {
  5324. color: #63cd54;
  5325. background-color: #ffffff;
  5326. }
  5327. .btn-success:focus {
  5328. color: #ffffff;
  5329. background-color: #63cd54;
  5330. border-color: #63cd54;
  5331. }
  5332. .btn-success:focus:active,
  5333. .btn-success:focus.active,
  5334. .open > .dropdown-toggle.btn-success:focus {
  5335. background-image: none;
  5336. }
  5337. .btn-success:focus.disabled,
  5338. .btn-success:focus[disabled],
  5339. fieldset[disabled] .btn-success:focus,
  5340. .btn-success:focus.disabled:hover,
  5341. .btn-success:focus[disabled]:hover,
  5342. fieldset[disabled] .btn-success:focus:hover,
  5343. .btn-success:focus.disabled:focus,
  5344. .btn-success:focus[disabled]:focus,
  5345. fieldset[disabled] .btn-success:focus:focus,
  5346. .btn-success:focus.disabled.focus,
  5347. .btn-success:focus[disabled].focus,
  5348. fieldset[disabled] .btn-success:focus.focus,
  5349. .btn-success:focus.disabled:active,
  5350. .btn-success:focus[disabled]:active,
  5351. fieldset[disabled] .btn-success:focus:active,
  5352. .btn-success:focus.disabled.active,
  5353. .btn-success:focus[disabled].active,
  5354. fieldset[disabled] .btn-success:focus.active {
  5355. background-color: #63cd54;
  5356. border-color: #63cd54;
  5357. }
  5358. .btn-success:focus .badge {
  5359. color: #63cd54;
  5360. background-color: #ffffff;
  5361. }
  5362. .btn-info {
  5363. color: #ffffff;
  5364. background-color: #4acad5;
  5365. border-color: #4acad5;
  5366. }
  5367. .btn-info:active,
  5368. .btn-info.active,
  5369. .open > .dropdown-toggle.btn-info {
  5370. background-image: none;
  5371. }
  5372. .btn-info.disabled,
  5373. .btn-info[disabled],
  5374. fieldset[disabled] .btn-info,
  5375. .btn-info.disabled:hover,
  5376. .btn-info[disabled]:hover,
  5377. fieldset[disabled] .btn-info:hover,
  5378. .btn-info.disabled:focus,
  5379. .btn-info[disabled]:focus,
  5380. fieldset[disabled] .btn-info:focus,
  5381. .btn-info.disabled.focus,
  5382. .btn-info[disabled].focus,
  5383. fieldset[disabled] .btn-info.focus,
  5384. .btn-info.disabled:active,
  5385. .btn-info[disabled]:active,
  5386. fieldset[disabled] .btn-info:active,
  5387. .btn-info.disabled.active,
  5388. .btn-info[disabled].active,
  5389. fieldset[disabled] .btn-info.active {
  5390. background-color: #4acad5;
  5391. border-color: #4acad5;
  5392. }
  5393. .btn-info .badge {
  5394. color: #4acad5;
  5395. background-color: #ffffff;
  5396. }
  5397. .btn-info:focus {
  5398. color: #ffffff;
  5399. background-color: #4acad5;
  5400. border-color: #4acad5;
  5401. }
  5402. .btn-info:focus:active,
  5403. .btn-info:focus.active,
  5404. .open > .dropdown-toggle.btn-info:focus {
  5405. background-image: none;
  5406. }
  5407. .btn-info:focus.disabled,
  5408. .btn-info:focus[disabled],
  5409. fieldset[disabled] .btn-info:focus,
  5410. .btn-info:focus.disabled:hover,
  5411. .btn-info:focus[disabled]:hover,
  5412. fieldset[disabled] .btn-info:focus:hover,
  5413. .btn-info:focus.disabled:focus,
  5414. .btn-info:focus[disabled]:focus,
  5415. fieldset[disabled] .btn-info:focus:focus,
  5416. .btn-info:focus.disabled.focus,
  5417. .btn-info:focus[disabled].focus,
  5418. fieldset[disabled] .btn-info:focus.focus,
  5419. .btn-info:focus.disabled:active,
  5420. .btn-info:focus[disabled]:active,
  5421. fieldset[disabled] .btn-info:focus:active,
  5422. .btn-info:focus.disabled.active,
  5423. .btn-info:focus[disabled].active,
  5424. fieldset[disabled] .btn-info:focus.active {
  5425. background-color: #4acad5;
  5426. border-color: #4acad5;
  5427. }
  5428. .btn-info:focus .badge {
  5429. color: #4acad5;
  5430. background-color: #ffffff;
  5431. }
  5432. .btn-warning {
  5433. color: #ffffff;
  5434. background-color: transparent;
  5435. border-color: #d8c860;
  5436. }
  5437. .btn-warning:active,
  5438. .btn-warning.active,
  5439. .open > .dropdown-toggle.btn-warning {
  5440. background-image: none;
  5441. }
  5442. .btn-warning.disabled,
  5443. .btn-warning[disabled],
  5444. fieldset[disabled] .btn-warning,
  5445. .btn-warning.disabled:hover,
  5446. .btn-warning[disabled]:hover,
  5447. fieldset[disabled] .btn-warning:hover,
  5448. .btn-warning.disabled:focus,
  5449. .btn-warning[disabled]:focus,
  5450. fieldset[disabled] .btn-warning:focus,
  5451. .btn-warning.disabled.focus,
  5452. .btn-warning[disabled].focus,
  5453. fieldset[disabled] .btn-warning.focus,
  5454. .btn-warning.disabled:active,
  5455. .btn-warning[disabled]:active,
  5456. fieldset[disabled] .btn-warning:active,
  5457. .btn-warning.disabled.active,
  5458. .btn-warning[disabled].active,
  5459. fieldset[disabled] .btn-warning.active {
  5460. background-color: transparent;
  5461. border-color: #d8c860;
  5462. }
  5463. .btn-warning .badge {
  5464. color: transparent;
  5465. background-color: #ffffff;
  5466. }
  5467. .btn-warning:focus {
  5468. color: #ffffff;
  5469. background-color: transparent;
  5470. border-color: #d8c860;
  5471. }
  5472. .btn-warning:focus:active,
  5473. .btn-warning:focus.active,
  5474. .open > .dropdown-toggle.btn-warning:focus {
  5475. background-image: none;
  5476. }
  5477. .btn-warning:focus.disabled,
  5478. .btn-warning:focus[disabled],
  5479. fieldset[disabled] .btn-warning:focus,
  5480. .btn-warning:focus.disabled:hover,
  5481. .btn-warning:focus[disabled]:hover,
  5482. fieldset[disabled] .btn-warning:focus:hover,
  5483. .btn-warning:focus.disabled:focus,
  5484. .btn-warning:focus[disabled]:focus,
  5485. fieldset[disabled] .btn-warning:focus:focus,
  5486. .btn-warning:focus.disabled.focus,
  5487. .btn-warning:focus[disabled].focus,
  5488. fieldset[disabled] .btn-warning:focus.focus,
  5489. .btn-warning:focus.disabled:active,
  5490. .btn-warning:focus[disabled]:active,
  5491. fieldset[disabled] .btn-warning:focus:active,
  5492. .btn-warning:focus.disabled.active,
  5493. .btn-warning:focus[disabled].active,
  5494. fieldset[disabled] .btn-warning:focus.active {
  5495. background-color: transparent;
  5496. border-color: #d8c860;
  5497. }
  5498. .btn-warning:focus .badge {
  5499. color: transparent;
  5500. background-color: #ffffff;
  5501. }
  5502. .btn-danger {
  5503. color: #ffffff;
  5504. background-color: #f44236;
  5505. border-color: #f44236;
  5506. }
  5507. .btn-danger:active,
  5508. .btn-danger.active,
  5509. .open > .dropdown-toggle.btn-danger {
  5510. background-image: none;
  5511. }
  5512. .btn-danger.disabled,
  5513. .btn-danger[disabled],
  5514. fieldset[disabled] .btn-danger,
  5515. .btn-danger.disabled:hover,
  5516. .btn-danger[disabled]:hover,
  5517. fieldset[disabled] .btn-danger:hover,
  5518. .btn-danger.disabled:focus,
  5519. .btn-danger[disabled]:focus,
  5520. fieldset[disabled] .btn-danger:focus,
  5521. .btn-danger.disabled.focus,
  5522. .btn-danger[disabled].focus,
  5523. fieldset[disabled] .btn-danger.focus,
  5524. .btn-danger.disabled:active,
  5525. .btn-danger[disabled]:active,
  5526. fieldset[disabled] .btn-danger:active,
  5527. .btn-danger.disabled.active,
  5528. .btn-danger[disabled].active,
  5529. fieldset[disabled] .btn-danger.active {
  5530. background-color: #f44236;
  5531. border-color: #f44236;
  5532. }
  5533. .btn-danger .badge {
  5534. color: #f44236;
  5535. background-color: #ffffff;
  5536. }
  5537. .btn-danger:focus {
  5538. color: #ffffff;
  5539. background-color: #f44236;
  5540. border-color: #f44236;
  5541. }
  5542. .btn-danger:focus:active,
  5543. .btn-danger:focus.active,
  5544. .open > .dropdown-toggle.btn-danger:focus {
  5545. background-image: none;
  5546. }
  5547. .btn-danger:focus.disabled,
  5548. .btn-danger:focus[disabled],
  5549. fieldset[disabled] .btn-danger:focus,
  5550. .btn-danger:focus.disabled:hover,
  5551. .btn-danger:focus[disabled]:hover,
  5552. fieldset[disabled] .btn-danger:focus:hover,
  5553. .btn-danger:focus.disabled:focus,
  5554. .btn-danger:focus[disabled]:focus,
  5555. fieldset[disabled] .btn-danger:focus:focus,
  5556. .btn-danger:focus.disabled.focus,
  5557. .btn-danger:focus[disabled].focus,
  5558. fieldset[disabled] .btn-danger:focus.focus,
  5559. .btn-danger:focus.disabled:active,
  5560. .btn-danger:focus[disabled]:active,
  5561. fieldset[disabled] .btn-danger:focus:active,
  5562. .btn-danger:focus.disabled.active,
  5563. .btn-danger:focus[disabled].active,
  5564. fieldset[disabled] .btn-danger:focus.active {
  5565. background-color: #f44236;
  5566. border-color: #f44236;
  5567. }
  5568. .btn-danger:focus .badge {
  5569. color: #f44236;
  5570. background-color: #ffffff;
  5571. }
  5572. .btn-secondary {
  5573. color: #ffffff;
  5574. background-color: #252525;
  5575. border-color: #252525;
  5576. }
  5577. .btn-secondary:active,
  5578. .btn-secondary.active,
  5579. .open > .dropdown-toggle.btn-secondary {
  5580. background-image: none;
  5581. }
  5582. .btn-secondary.disabled,
  5583. .btn-secondary[disabled],
  5584. fieldset[disabled] .btn-secondary,
  5585. .btn-secondary.disabled:hover,
  5586. .btn-secondary[disabled]:hover,
  5587. fieldset[disabled] .btn-secondary:hover,
  5588. .btn-secondary.disabled:focus,
  5589. .btn-secondary[disabled]:focus,
  5590. fieldset[disabled] .btn-secondary:focus,
  5591. .btn-secondary.disabled.focus,
  5592. .btn-secondary[disabled].focus,
  5593. fieldset[disabled] .btn-secondary.focus,
  5594. .btn-secondary.disabled:active,
  5595. .btn-secondary[disabled]:active,
  5596. fieldset[disabled] .btn-secondary:active,
  5597. .btn-secondary.disabled.active,
  5598. .btn-secondary[disabled].active,
  5599. fieldset[disabled] .btn-secondary.active {
  5600. background-color: #252525;
  5601. border-color: #252525;
  5602. }
  5603. .btn-secondary .badge {
  5604. color: #252525;
  5605. background-color: #ffffff;
  5606. }
  5607. .btn-secondary:focus {
  5608. color: #ffffff;
  5609. background-color: #252525;
  5610. border-color: #252525;
  5611. }
  5612. .btn-secondary:focus:active,
  5613. .btn-secondary:focus.active,
  5614. .open > .dropdown-toggle.btn-secondary:focus {
  5615. background-image: none;
  5616. }
  5617. .btn-secondary:focus.disabled,
  5618. .btn-secondary:focus[disabled],
  5619. fieldset[disabled] .btn-secondary:focus,
  5620. .btn-secondary:focus.disabled:hover,
  5621. .btn-secondary:focus[disabled]:hover,
  5622. fieldset[disabled] .btn-secondary:focus:hover,
  5623. .btn-secondary:focus.disabled:focus,
  5624. .btn-secondary:focus[disabled]:focus,
  5625. fieldset[disabled] .btn-secondary:focus:focus,
  5626. .btn-secondary:focus.disabled.focus,
  5627. .btn-secondary:focus[disabled].focus,
  5628. fieldset[disabled] .btn-secondary:focus.focus,
  5629. .btn-secondary:focus.disabled:active,
  5630. .btn-secondary:focus[disabled]:active,
  5631. fieldset[disabled] .btn-secondary:focus:active,
  5632. .btn-secondary:focus.disabled.active,
  5633. .btn-secondary:focus[disabled].active,
  5634. fieldset[disabled] .btn-secondary:focus.active {
  5635. background-color: #252525;
  5636. border-color: #252525;
  5637. }
  5638. .btn-secondary:focus .badge {
  5639. color: #252525;
  5640. background-color: #ffffff;
  5641. }
  5642. .btn-secondary:hover {
  5643. color: #ffffff;
  5644. background-color: #e74e3e;
  5645. border-color: #e74e3e;
  5646. }
  5647. .btn-secondary:hover:active,
  5648. .btn-secondary:hover.active,
  5649. .open > .dropdown-toggle.btn-secondary:hover {
  5650. background-image: none;
  5651. }
  5652. .btn-secondary:hover.disabled,
  5653. .btn-secondary:hover[disabled],
  5654. fieldset[disabled] .btn-secondary:hover,
  5655. .btn-secondary:hover.disabled:hover,
  5656. .btn-secondary:hover[disabled]:hover,
  5657. fieldset[disabled] .btn-secondary:hover:hover,
  5658. .btn-secondary:hover.disabled:focus,
  5659. .btn-secondary:hover[disabled]:focus,
  5660. fieldset[disabled] .btn-secondary:hover:focus,
  5661. .btn-secondary:hover.disabled.focus,
  5662. .btn-secondary:hover[disabled].focus,
  5663. fieldset[disabled] .btn-secondary:hover.focus,
  5664. .btn-secondary:hover.disabled:active,
  5665. .btn-secondary:hover[disabled]:active,
  5666. fieldset[disabled] .btn-secondary:hover:active,
  5667. .btn-secondary:hover.disabled.active,
  5668. .btn-secondary:hover[disabled].active,
  5669. fieldset[disabled] .btn-secondary:hover.active {
  5670. background-color: #e74e3e;
  5671. border-color: #e74e3e;
  5672. }
  5673. .btn-secondary:hover .badge {
  5674. color: #e74e3e;
  5675. background-color: #ffffff;
  5676. }
  5677. .btn-link {
  5678. font-weight: 400;
  5679. letter-spacing: .22em;
  5680. display: inline-block;
  5681. color: #e74e3e;
  5682. font-size: 15px;
  5683. line-height: 22px;
  5684. text-transform: uppercase;
  5685. border-radius: 0;
  5686. position: relative;
  5687. }
  5688. .btn-link:focus {
  5689. color: inherit;
  5690. }
  5691. .btn-link,
  5692. .btn-link:active,
  5693. .btn-link.active,
  5694. .btn-link[disabled],
  5695. fieldset[disabled] .btn-link {
  5696. background-color: transparent;
  5697. -moz-box-shadow: none;
  5698. -webkit-box-shadow: none;
  5699. box-shadow: none;
  5700. }
  5701. .btn-link,
  5702. .btn-link:hover,
  5703. .btn-link:focus,
  5704. .btn-link:active {
  5705. border-color: transparent;
  5706. }
  5707. .btn-link:hover {
  5708. color: #616161;
  5709. text-decoration: none;
  5710. background-color: transparent;
  5711. }
  5712. .btn-link[disabled]:hover,
  5713. fieldset[disabled] .btn-link:hover,
  5714. .btn-link[disabled]:focus,
  5715. fieldset[disabled] .btn-link:focus {
  5716. color: #636363;
  5717. }
  5718. .bg-primary .btn-link {
  5719. font-weight: 700;
  5720. font-size: 16px;
  5721. letter-spacing: normal;
  5722. color: #ffffff;
  5723. }
  5724. .bg-primary .btn-link:hover {
  5725. color: #000000;
  5726. }
  5727. .btn-lg,
  5728. .btn-group-lg > .btn {
  5729. padding: 16px 30px;
  5730. font-size: 16px;
  5731. line-height: 20px;
  5732. border-radius: 3px;
  5733. }
  5734. @media (min-width: 992px) {
  5735. .btn-lg,
  5736. .btn-group-lg > .btn {
  5737. padding: 16px 75px;
  5738. font-size: 16px;
  5739. line-height: 20px;
  5740. border-radius: 3px;
  5741. }
  5742. }
  5743. .btn-sm,
  5744. .btn-group-sm > .btn {
  5745. padding: 10px 25px;
  5746. font-size: 16px;
  5747. line-height: 20px;
  5748. border-radius: 3px;
  5749. }
  5750. .btn-xs,
  5751. .btn-group-xs > .btn {
  5752. padding: 16px 30px;
  5753. font-size: 16px;
  5754. line-height: 20px;
  5755. border-radius: 3px;
  5756. }
  5757. .btn-block {
  5758. display: block;
  5759. width: 100%;
  5760. }
  5761. .btn-block + .btn-block {
  5762. margin-top: 5px;
  5763. }
  5764. input[type="submit"].btn-block,
  5765. input[type="reset"].btn-block,
  5766. input[type="button"].btn-block {
  5767. width: 100%;
  5768. }
  5769. .fade {
  5770. opacity: 0;
  5771. -moz-transition: opacity 0.15s linear;
  5772. -webkit-transition: opacity 0.15s linear;
  5773. -o-transition: opacity 0.15s linear;
  5774. transition: opacity 0.15s linear;
  5775. }
  5776. .fade.in {
  5777. opacity: 1;
  5778. }
  5779. .collapse {
  5780. display: none;
  5781. }
  5782. .collapse.in {
  5783. display: block;
  5784. }
  5785. tr.collapse.in {
  5786. display: table-row;
  5787. }
  5788. tbody.collapse.in {
  5789. display: table-row-group;
  5790. }
  5791. .collapsing {
  5792. position: relative;
  5793. height: 0;
  5794. overflow: hidden;
  5795. -webkit-transition-property: height, visibility;
  5796. transition-property: height, visibility;
  5797. -webkit-transition-duration: 0.35s;
  5798. transition-duration: 0.35s;
  5799. -webkit-transition-timing-function: ease;
  5800. transition-timing-function: ease;
  5801. }
  5802. .btn-group,
  5803. .btn-group-vertical {
  5804. position: relative;
  5805. display: inline-block;
  5806. vertical-align: middle;
  5807. }
  5808. .btn-group > .btn,
  5809. .btn-group-vertical > .btn {
  5810. position: relative;
  5811. float: left;
  5812. }
  5813. .btn-group > .btn:hover,
  5814. .btn-group-vertical > .btn:hover,
  5815. .btn-group > .btn:focus,
  5816. .btn-group-vertical > .btn:focus,
  5817. .btn-group > .btn:active,
  5818. .btn-group-vertical > .btn:active,
  5819. .btn-group > .btn.active,
  5820. .btn-group-vertical > .btn.active {
  5821. z-index: 2;
  5822. }
  5823. .btn-group .btn + .btn,
  5824. .btn-group .btn + .btn-group,
  5825. .btn-group .btn-group + .btn,
  5826. .btn-group .btn-group + .btn-group {
  5827. margin-left: -1px;
  5828. }
  5829. .btn-toolbar {
  5830. margin-left: -5px;
  5831. }
  5832. .btn-toolbar .btn-group,
  5833. .btn-toolbar .input-group {
  5834. float: left;
  5835. }
  5836. .btn-toolbar > .btn,
  5837. .btn-toolbar > .btn-group,
  5838. .btn-toolbar > .input-group {
  5839. margin-left: 5px;
  5840. }
  5841. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  5842. border-radius: 0;
  5843. }
  5844. .btn-group > .btn:first-child {
  5845. margin-left: 0;
  5846. }
  5847. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  5848. border-bottom-right-radius: 0;
  5849. border-top-right-radius: 0;
  5850. }
  5851. .btn-group > .btn:last-child:not(:first-child),
  5852. .btn-group > .dropdown-toggle:not(:first-child) {
  5853. border-bottom-left-radius: 0;
  5854. border-top-left-radius: 0;
  5855. }
  5856. .btn-group > .btn-group {
  5857. float: left;
  5858. }
  5859. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  5860. border-radius: 0;
  5861. }
  5862. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  5863. .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  5864. border-bottom-right-radius: 0;
  5865. border-top-right-radius: 0;
  5866. }
  5867. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  5868. border-bottom-left-radius: 0;
  5869. border-top-left-radius: 0;
  5870. }
  5871. .btn-group .dropdown-toggle:active,
  5872. .btn-group.open .dropdown-toggle {
  5873. outline: 0;
  5874. }
  5875. .btn-group > .btn + .dropdown-toggle {
  5876. padding-left: 8px;
  5877. padding-right: 8px;
  5878. }
  5879. .btn-group > .btn-lg + .dropdown-toggle {
  5880. padding-left: 12px;
  5881. padding-right: 12px;
  5882. }
  5883. .btn-group.open .dropdown-toggle {
  5884. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  5885. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  5886. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  5887. }
  5888. .btn-group.open .dropdown-toggle.btn-link {
  5889. -moz-box-shadow: none;
  5890. -webkit-box-shadow: none;
  5891. box-shadow: none;
  5892. }
  5893. .btn .caret {
  5894. margin-left: 0;
  5895. }
  5896. .btn-lg .caret {
  5897. border-width: 5px 5px 0;
  5898. border-bottom-width: 0;
  5899. }
  5900. .dropup .btn-lg .caret {
  5901. border-width: 0 5px 5px;
  5902. }
  5903. .btn-group-vertical > .btn,
  5904. .btn-group-vertical > .btn-group,
  5905. .btn-group-vertical > .btn-group > .btn {
  5906. display: block;
  5907. float: none;
  5908. width: 100%;
  5909. max-width: 100%;
  5910. }
  5911. .btn-group-vertical > .btn-group > .btn {
  5912. float: none;
  5913. }
  5914. .btn-group-vertical > .btn + .btn,
  5915. .btn-group-vertical > .btn + .btn-group,
  5916. .btn-group-vertical > .btn-group + .btn,
  5917. .btn-group-vertical > .btn-group + .btn-group {
  5918. margin-top: -1px;
  5919. margin-left: 0;
  5920. }
  5921. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  5922. border-radius: 0;
  5923. }
  5924. .btn-group-vertical > .btn:first-child:not(:last-child) {
  5925. border-top-right-radius: 0;
  5926. border-bottom-right-radius: 0;
  5927. border-bottom-left-radius: 0;
  5928. }
  5929. .btn-group-vertical > .btn:last-child:not(:first-child) {
  5930. border-bottom-left-radius: 0;
  5931. border-top-right-radius: 0;
  5932. border-top-left-radius: 0;
  5933. }
  5934. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  5935. border-radius: 0;
  5936. }
  5937. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  5938. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  5939. border-bottom-right-radius: 0;
  5940. border-bottom-left-radius: 0;
  5941. }
  5942. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  5943. border-top-right-radius: 0;
  5944. border-top-left-radius: 0;
  5945. }
  5946. .btn-group-justified {
  5947. display: table;
  5948. width: 100%;
  5949. table-layout: fixed;
  5950. border-collapse: separate;
  5951. }
  5952. .btn-group-justified > .btn,
  5953. .btn-group-justified > .btn-group {
  5954. float: none;
  5955. display: table-cell;
  5956. width: 1%;
  5957. }
  5958. .btn-group-justified > .btn-group .btn {
  5959. width: 100%;
  5960. }
  5961. .btn-group-justified > .btn-group .dropdown-menu {
  5962. left: auto;
  5963. }
  5964. [data-toggle="buttons"] > .btn input[type="radio"],
  5965. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  5966. [data-toggle="buttons"] > .btn input[type="checkbox"],
  5967. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  5968. position: absolute;
  5969. clip: rect(0, 0, 0, 0);
  5970. pointer-events: none;
  5971. }
  5972. .input-group {
  5973. position: relative;
  5974. display: table;
  5975. border-collapse: separate;
  5976. }
  5977. .input-group[class*="col-"] {
  5978. float: none;
  5979. padding-left: 0;
  5980. padding-right: 0;
  5981. }
  5982. .input-group .form-control {
  5983. position: relative;
  5984. z-index: 2;
  5985. float: left;
  5986. width: 100%;
  5987. margin-bottom: 0;
  5988. }
  5989. .input-group-lg > .form-control,
  5990. .input-group-lg > .input-group-addon,
  5991. .input-group-lg > .input-group-btn > .btn {
  5992. height: 60px;
  5993. padding: 16px 75px;
  5994. font-size: 19px;
  5995. line-height: 1.3333333;
  5996. border-radius: 6px;
  5997. }
  5998. select.input-group-lg > .form-control,
  5999. select.input-group-lg > .input-group-addon,
  6000. select.input-group-lg > .input-group-btn > .btn {
  6001. height: 60px;
  6002. line-height: 60px;
  6003. }
  6004. textarea.input-group-lg > .form-control,
  6005. textarea.input-group-lg > .input-group-addon,
  6006. textarea.input-group-lg > .input-group-btn > .btn,
  6007. select[multiple].input-group-lg > .form-control,
  6008. select[multiple].input-group-lg > .input-group-addon,
  6009. select[multiple].input-group-lg > .input-group-btn > .btn {
  6010. height: auto;
  6011. }
  6012. .input-group-sm > .form-control,
  6013. .input-group-sm > .input-group-addon,
  6014. .input-group-sm > .input-group-btn > .btn {
  6015. height: 41px;
  6016. padding: 10px 25px;
  6017. font-size: 13px;
  6018. line-height: 1.5;
  6019. border-radius: 3px;
  6020. }
  6021. select.input-group-sm > .form-control,
  6022. select.input-group-sm > .input-group-addon,
  6023. select.input-group-sm > .input-group-btn > .btn {
  6024. height: 41px;
  6025. line-height: 41px;
  6026. }
  6027. textarea.input-group-sm > .form-control,
  6028. textarea.input-group-sm > .input-group-addon,
  6029. textarea.input-group-sm > .input-group-btn > .btn,
  6030. select[multiple].input-group-sm > .form-control,
  6031. select[multiple].input-group-sm > .input-group-addon,
  6032. select[multiple].input-group-sm > .input-group-btn > .btn {
  6033. height: auto;
  6034. }
  6035. .input-group-addon,
  6036. .input-group-btn,
  6037. .input-group .form-control {
  6038. display: table-cell;
  6039. }
  6040. .input-group-addon:not(:first-child):not(:last-child),
  6041. .input-group-btn:not(:first-child):not(:last-child),
  6042. .input-group .form-control:not(:first-child):not(:last-child) {
  6043. border-radius: 0;
  6044. }
  6045. .input-group-addon,
  6046. .input-group-btn {
  6047. width: 1%;
  6048. white-space: nowrap;
  6049. vertical-align: middle;
  6050. }
  6051. .input-group-addon {
  6052. padding: 16px 60px;
  6053. font-size: 15px;
  6054. font-weight: normal;
  6055. line-height: 1;
  6056. color: #b7b7b7;
  6057. text-align: center;
  6058. background-color: #cbcbcb;
  6059. border: 1px solid #cccccc;
  6060. border-radius: 0;
  6061. }
  6062. .input-group-addon.input-sm {
  6063. padding: 10px 25px;
  6064. font-size: 13px;
  6065. border-radius: 3px;
  6066. }
  6067. .input-group-addon.input-lg {
  6068. padding: 16px 75px;
  6069. font-size: 19px;
  6070. border-radius: 6px;
  6071. }
  6072. .input-group-addon input[type="radio"],
  6073. .input-group-addon input[type="checkbox"] {
  6074. margin-top: 0;
  6075. }
  6076. .input-group .form-control:first-child,
  6077. .input-group-addon:first-child,
  6078. .input-group-btn:first-child > .btn,
  6079. .input-group-btn:first-child > .btn-group > .btn,
  6080. .input-group-btn:first-child > .dropdown-toggle,
  6081. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  6082. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  6083. border-bottom-right-radius: 0;
  6084. border-top-right-radius: 0;
  6085. }
  6086. .input-group-addon:first-child {
  6087. border-right: 0;
  6088. }
  6089. .input-group .form-control:last-child,
  6090. .input-group-addon:last-child,
  6091. .input-group-btn:last-child > .btn,
  6092. .input-group-btn:last-child > .btn-group > .btn,
  6093. .input-group-btn:last-child > .dropdown-toggle,
  6094. .input-group-btn:first-child > .btn:not(:first-child),
  6095. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  6096. border-bottom-left-radius: 0;
  6097. border-top-left-radius: 0;
  6098. }
  6099. .input-group-addon:last-child {
  6100. border-left: 0;
  6101. }
  6102. .input-group-btn {
  6103. position: relative;
  6104. font-size: 0;
  6105. white-space: nowrap;
  6106. }
  6107. .input-group-btn > .btn {
  6108. position: relative;
  6109. }
  6110. .input-group-btn > .btn + .btn {
  6111. margin-left: -1px;
  6112. }
  6113. .input-group-btn > .btn:hover,
  6114. .input-group-btn > .btn:focus,
  6115. .input-group-btn > .btn:active {
  6116. z-index: 2;
  6117. }
  6118. .input-group-btn:first-child > .btn,
  6119. .input-group-btn:first-child > .btn-group {
  6120. margin-right: -1px;
  6121. }
  6122. .input-group-btn:last-child > .btn,
  6123. .input-group-btn:last-child > .btn-group {
  6124. margin-left: -1px;
  6125. }
  6126. .nav {
  6127. margin-bottom: 0;
  6128. padding-left: 0;
  6129. list-style: none;
  6130. }
  6131. .nav > li {
  6132. position: relative;
  6133. display: block;
  6134. }
  6135. .nav > li > a {
  6136. position: relative;
  6137. display: block;
  6138. padding: 10px 15px;
  6139. }
  6140. .nav > li > a:hover,
  6141. .nav > li > a:focus {
  6142. text-decoration: none;
  6143. background-color: #cbcbcb;
  6144. }
  6145. .nav > li.disabled > a {
  6146. color: #636363;
  6147. }
  6148. .nav > li.disabled > a:hover,
  6149. .nav > li.disabled > a:focus {
  6150. color: #636363;
  6151. text-decoration: none;
  6152. background-color: transparent;
  6153. cursor: not-allowed;
  6154. }
  6155. .nav .open > a,
  6156. .nav .open > a:hover,
  6157. .nav .open > a:focus {
  6158. border-color: #595959;
  6159. }
  6160. .nav .nav-divider {
  6161. height: 1px;
  6162. margin: 10px 0;
  6163. overflow: hidden;
  6164. background-color: #e5e5e5;
  6165. }
  6166. .nav > li > a > img {
  6167. max-width: none;
  6168. }
  6169. .nav-tabs {
  6170. border-bottom: 1px solid #dddddd;
  6171. }
  6172. .nav-tabs > li {
  6173. float: left;
  6174. margin-bottom: -1px;
  6175. }
  6176. .nav-tabs > li > a {
  6177. margin-right: 2px;
  6178. line-height: 1.46666667;
  6179. border: 1px solid transparent;
  6180. border-radius: 0 0 0 0;
  6181. }
  6182. .nav-tabs > li > a:hover {
  6183. border-color: #cbcbcb #cbcbcb #dddddd;
  6184. }
  6185. .nav-tabs > li.active > a,
  6186. .nav-tabs > li.active > a:hover,
  6187. .nav-tabs > li.active > a:focus {
  6188. color: #9b9b9b;
  6189. background-color: #252525;
  6190. border: 1px solid #dddddd;
  6191. border-bottom-color: transparent;
  6192. cursor: default;
  6193. }
  6194. .nav-tabs.nav-justified {
  6195. width: 100%;
  6196. border-bottom: 0;
  6197. }
  6198. .nav-tabs.nav-justified > li {
  6199. float: none;
  6200. }
  6201. .nav-tabs.nav-justified > li > a {
  6202. text-align: center;
  6203. margin-bottom: 5px;
  6204. }
  6205. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  6206. top: auto;
  6207. left: auto;
  6208. }
  6209. @media (min-width: 768px) {
  6210. .nav-tabs.nav-justified > li {
  6211. display: table-cell;
  6212. width: 1%;
  6213. }
  6214. .nav-tabs.nav-justified > li > a {
  6215. margin-bottom: 0;
  6216. }
  6217. }
  6218. .nav-tabs.nav-justified > li > a {
  6219. margin-right: 0;
  6220. border-radius: 0;
  6221. }
  6222. .nav-tabs.nav-justified > .active > a,
  6223. .nav-tabs.nav-justified > .active > a:hover,
  6224. .nav-tabs.nav-justified > .active > a:focus {
  6225. border: 1px solid #dddddd;
  6226. }
  6227. @media (min-width: 768px) {
  6228. .nav-tabs.nav-justified > li > a {
  6229. border-bottom: 1px solid #dddddd;
  6230. border-radius: 0 0 0 0;
  6231. }
  6232. .nav-tabs.nav-justified > .active > a,
  6233. .nav-tabs.nav-justified > .active > a:hover,
  6234. .nav-tabs.nav-justified > .active > a:focus {
  6235. border-bottom-color: #252525;
  6236. }
  6237. }
  6238. .nav-pills > li {
  6239. float: left;
  6240. }
  6241. .nav-pills > li > a {
  6242. border-radius: 0;
  6243. }
  6244. .nav-pills > li + li {
  6245. margin-left: 2px;
  6246. }
  6247. .nav-pills > li.active > a,
  6248. .nav-pills > li.active > a:hover,
  6249. .nav-pills > li.active > a:focus {
  6250. color: #9b9b9b;
  6251. background-color: transparent;
  6252. }
  6253. .nav-stacked > li {
  6254. float: none;
  6255. }
  6256. .nav-stacked > li + li {
  6257. margin-top: 2px;
  6258. margin-left: 0;
  6259. }
  6260. .nav-justified {
  6261. width: 100%;
  6262. }
  6263. .nav-justified > li {
  6264. float: none;
  6265. }
  6266. .nav-justified > li > a {
  6267. text-align: center;
  6268. margin-bottom: 5px;
  6269. }
  6270. .nav-justified > .dropdown .dropdown-menu {
  6271. top: auto;
  6272. left: auto;
  6273. }
  6274. @media (min-width: 768px) {
  6275. .nav-justified > li {
  6276. display: table-cell;
  6277. width: 1%;
  6278. }
  6279. .nav-justified > li > a {
  6280. margin-bottom: 0;
  6281. }
  6282. }
  6283. .nav-tabs-justified {
  6284. border-bottom: 0;
  6285. }
  6286. .nav-tabs-justified > li > a {
  6287. margin-right: 0;
  6288. border-radius: 0;
  6289. }
  6290. .nav-tabs-justified > .active > a,
  6291. .nav-tabs-justified > .active > a:hover,
  6292. .nav-tabs-justified > .active > a:focus {
  6293. border: 1px solid #dddddd;
  6294. }
  6295. @media (min-width: 768px) {
  6296. .nav-tabs-justified > li > a {
  6297. border-bottom: 1px solid #dddddd;
  6298. border-radius: 0 0 0 0;
  6299. }
  6300. .nav-tabs-justified > .active > a,
  6301. .nav-tabs-justified > .active > a:hover,
  6302. .nav-tabs-justified > .active > a:focus {
  6303. border-bottom-color: #252525;
  6304. }
  6305. }
  6306. .tab-content > .tab-pane {
  6307. display: none;
  6308. }
  6309. .tab-content > .active {
  6310. display: block;
  6311. }
  6312. .nav-tabs .dropdown-menu {
  6313. margin-top: -1px;
  6314. border-top-right-radius: 0;
  6315. border-top-left-radius: 0;
  6316. }
  6317. .navbar {
  6318. position: relative;
  6319. min-height: 75px;
  6320. margin-bottom: 0;
  6321. }
  6322. @media (min-width: 768px) {
  6323. .navbar {
  6324. border-radius: 0;
  6325. }
  6326. }
  6327. .navbar-static-top {
  6328. z-index: 1000;
  6329. }
  6330. @media (min-width: 768px) {
  6331. .navbar-static-top {
  6332. border-radius: 0;
  6333. }
  6334. }
  6335. .navbar-fixed-top,
  6336. .navbar-fixed-bottom {
  6337. position: fixed;
  6338. right: 0;
  6339. left: 0;
  6340. z-index: 1030;
  6341. }
  6342. @media (min-width: 768px) {
  6343. .navbar-fixed-top,
  6344. .navbar-fixed-bottom {
  6345. border-radius: 0;
  6346. }
  6347. }
  6348. .navbar-fixed-top {
  6349. top: 0;
  6350. border-width: 0 0 1px;
  6351. }
  6352. .navbar-fixed-bottom {
  6353. bottom: 0;
  6354. margin-bottom: 0;
  6355. border-width: 1px 0 0;
  6356. }
  6357. .navbar-header {
  6358. position: relative;
  6359. z-index: 9999;
  6360. }
  6361. @media (min-width: 768px) {
  6362. .navbar-header {
  6363. float: left;
  6364. }
  6365. }
  6366. .navbar-brand {
  6367. line-height: 30px;
  6368. }
  6369. .navbar-brand a {
  6370. font-family: 'Montserrat', sans-serif;
  6371. font-size: 30px;
  6372. line-height: 30px;
  6373. font-weight: 700;
  6374. letter-spacing: 0.08em;
  6375. }
  6376. .navbar-brand a span {
  6377. padding: 3px 12px 3px;
  6378. border: 3px solid #ffffff;
  6379. margin-right: 7px;
  6380. }
  6381. .navbar-brand a:hover,
  6382. .navbar-brand a:focus {
  6383. color: #ffffff;
  6384. text-decoration: none;
  6385. }
  6386. @media (min-width: 768px) {
  6387. .navbar-nav {
  6388. margin: 0;
  6389. margin-top: 22px;
  6390. font-family: 'Noto Sans', sans-serif;
  6391. font-size: 15px;
  6392. font-weight: 400;
  6393. }
  6394. .navbar-nav > li {
  6395. float: left;
  6396. }
  6397. .navbar-nav > li > a {
  6398. position: relative;
  6399. letter-spacing: 0.08em;
  6400. display: block;
  6401. text-transform: uppercase;
  6402. }
  6403. .navbar-nav > li > a:after {
  6404. width: 0;
  6405. content: '';
  6406. position: absolute;
  6407. left: 0;
  6408. bottom: -5px;
  6409. height: 2px;
  6410. -moz-transition: 0.35s all ease;
  6411. -webkit-transition: 0.35s all ease;
  6412. -o-transition: 0.35s all ease;
  6413. transition: 0.35s all ease;
  6414. }
  6415. .navbar-nav > li + li {
  6416. margin-left: 25px;
  6417. }
  6418. }
  6419. @media (min-width: 768px) and (max-width: 767px) {
  6420. .navbar-nav > li > a {
  6421. padding-top: 10px;
  6422. padding-bottom: 10px;
  6423. font-style: italic;
  6424. }
  6425. }
  6426. @media (min-width: 768px) {
  6427. .navbar-left {
  6428. float: left;
  6429. }
  6430. .navbar-right {
  6431. float: right;
  6432. margin-right: 0;
  6433. }
  6434. .navbar-right ~ .navbar-right {
  6435. margin-right: 0;
  6436. }
  6437. }
  6438. .navbar-default {
  6439. background-color: transparent;
  6440. border-color: none;
  6441. }
  6442. .navbar-default .navbar-brand {
  6443. color: #ffffff;
  6444. }
  6445. .navbar-default .navbar-brand:hover,
  6446. .navbar-default .navbar-brand:focus {
  6447. color: #ffffff;
  6448. background-color: transparent;
  6449. }
  6450. .navbar-default .navbar-nav > li > a {
  6451. color: #d3d1c8;
  6452. }
  6453. .navbar-default .navbar-nav > li > a:after {
  6454. background: #e74e3e;
  6455. }
  6456. .navbar-default .navbar-nav > li > a:focus {
  6457. color: #d3d1c8;
  6458. }
  6459. .navbar-default .navbar-nav > li > a:focus:after {
  6460. width: 100%;
  6461. }
  6462. .navbar-default .navbar-nav > li > a:hover {
  6463. color: #e74e3e;
  6464. background-color: transparent;
  6465. }
  6466. .navbar-default .navbar-nav > li > a:hover:after {
  6467. width: 100%;
  6468. }
  6469. .navbar-default .navbar-nav > .active > a,
  6470. .navbar-default .navbar-nav > .sfHover > a,
  6471. .navbar-default .navbar-nav > .active > a:hover,
  6472. .navbar-default .navbar-nav > .sfHover > a:hover,
  6473. .navbar-default .navbar-nav > .active > a:focus,
  6474. .navbar-default .navbar-nav > .sfHover > a:focus {
  6475. color: #e74e3e;
  6476. background-color: transparent;
  6477. }
  6478. .navbar-default .navbar-nav > .active > a:after,
  6479. .navbar-default .navbar-nav > .sfHover > a:after,
  6480. .navbar-default .navbar-nav > .active > a:hover:after,
  6481. .navbar-default .navbar-nav > .sfHover > a:hover:after,
  6482. .navbar-default .navbar-nav > .active > a:focus:after,
  6483. .navbar-default .navbar-nav > .sfHover > a:focus:after {
  6484. width: 100%;
  6485. }
  6486. .navbar-default .navbar-nav > .disabled > a,
  6487. .navbar-default .navbar-nav > .disabled > a:hover,
  6488. .navbar-default .navbar-nav > .disabled > a:focus {
  6489. color: #cccccc;
  6490. background-color: transparent;
  6491. }
  6492. .navbar-inverse {
  6493. background-color: #222222;
  6494. border-color: #080808;
  6495. }
  6496. .navbar-inverse .navbar-brand {
  6497. color: #898989;
  6498. }
  6499. .navbar-inverse .navbar-brand:hover,
  6500. .navbar-inverse .navbar-brand:focus {
  6501. color: #ffffff;
  6502. background-color: transparent;
  6503. }
  6504. .navbar-inverse .navbar-text {
  6505. color: #898989;
  6506. }
  6507. .navbar-inverse .navbar-nav > li > a {
  6508. color: #898989;
  6509. }
  6510. .navbar-inverse .navbar-nav > li > a:hover,
  6511. .navbar-inverse .navbar-nav > li > a:focus {
  6512. color: #ffffff;
  6513. background-color: transparent;
  6514. }
  6515. .navbar-inverse .navbar-nav > .active > a,
  6516. .navbar-inverse .navbar-nav > .sfHover > a,
  6517. .navbar-inverse .navbar-nav > .active > a:hover,
  6518. .navbar-inverse .navbar-nav > .sfHover > a:hover,
  6519. .navbar-inverse .navbar-nav > .active > a:focus,
  6520. .navbar-inverse .navbar-nav > .sfHover > a:focus {
  6521. color: #ffffff;
  6522. background-color: #080808;
  6523. }
  6524. .navbar-inverse .navbar-nav > .disabled > a,
  6525. .navbar-inverse .navbar-nav > .disabled > a:hover,
  6526. .navbar-inverse .navbar-nav > .disabled > a:focus {
  6527. color: #444444;
  6528. background-color: transparent;
  6529. }
  6530. @media (max-width: 767px) {
  6531. .navbar-nav {
  6532. display: none;
  6533. }
  6534. }
  6535. .caret {
  6536. display: inline-block;
  6537. width: 0;
  6538. height: 0;
  6539. margin-left: 2px;
  6540. vertical-align: middle;
  6541. border-top: 4px dashed;
  6542. border-right: 4px solid transparent;
  6543. border-left: 4px solid transparent;
  6544. }
  6545. .dropup,
  6546. .dropdown {
  6547. position: relative;
  6548. }
  6549. .dropdown-toggle:focus {
  6550. outline: 0;
  6551. }
  6552. .dropdown-menu {
  6553. position: absolute;
  6554. top: 100%;
  6555. left: 0;
  6556. z-index: 1000;
  6557. display: none;
  6558. float: left;
  6559. margin: 5px 0 0;
  6560. list-style: none;
  6561. font-size: 15px;
  6562. text-align: left;
  6563. background-color: #ffffff;
  6564. border-top: 2px solid #e74e3e;
  6565. padding: 25px 15px 30px 15px;
  6566. -moz-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.175);
  6567. -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.175);
  6568. box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.175);
  6569. width: 229px;
  6570. }
  6571. .dropdown-menu.pull-right {
  6572. right: 0;
  6573. left: auto;
  6574. }
  6575. .dropdown-menu .divider {
  6576. height: 1px;
  6577. margin: 10px 0;
  6578. overflow: hidden;
  6579. background-color: rgba(255, 255, 255, 0.1);
  6580. }
  6581. .dropdown-menu > li > a {
  6582. display: block;
  6583. padding: 6px 20px;
  6584. clear: both;
  6585. font-weight: normal;
  6586. color: #000000;
  6587. }
  6588. .dropdown-menu > li > a:hover,
  6589. .dropdown-menu > li > a:focus {
  6590. text-decoration: none;
  6591. color: #e74e3e;
  6592. background-color: transparent;
  6593. }
  6594. .dropdown-menu > .active > a,
  6595. .dropdown-menu > .sfHover > a,
  6596. .dropdown-menu > .active > a:hover,
  6597. .dropdown-menu > .sfHover > a:hover,
  6598. .dropdown-menu > .active > a:focus,
  6599. .dropdown-menu > .sfHover > a:focus {
  6600. color: #e74e3e;
  6601. text-decoration: none;
  6602. outline: 0;
  6603. background-color: transparent;
  6604. }
  6605. .dropdown-menu > .disabled > a,
  6606. .dropdown-menu > .disabled > a:hover,
  6607. .dropdown-menu > .disabled > a:focus {
  6608. color: #636363;
  6609. }
  6610. .dropdown-menu > .disabled > a:hover,
  6611. .dropdown-menu > .disabled > a:focus {
  6612. text-decoration: none;
  6613. background-color: transparent;
  6614. background-image: none;
  6615. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  6616. cursor: not-allowed;
  6617. }
  6618. .open > .dropdown-menu {
  6619. display: block;
  6620. }
  6621. .open > a {
  6622. outline: 0;
  6623. }
  6624. @media (max-width: 767px) {
  6625. .dropdown-menu {
  6626. display: block;
  6627. position: relative;
  6628. float: none;
  6629. width: auto;
  6630. }
  6631. }
  6632. .sf-menu > li > ul li ul.dropdown-menu {
  6633. padding: 0 0 0 20px;
  6634. border-top: none;
  6635. width: 100%;
  6636. position: static;
  6637. -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  6638. -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  6639. box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  6640. }
  6641. .sf-menu > li > ul li ul.dropdown-menu li a {
  6642. color: #707070;
  6643. }
  6644. .sf-menu > li > ul li ul.dropdown-menu li a:hover {
  6645. color: #e74e3e;
  6646. }
  6647. .dropdown-menu-right {
  6648. left: auto;
  6649. right: 0;
  6650. }
  6651. .dropdown-menu-left {
  6652. left: 0;
  6653. right: auto;
  6654. }
  6655. .dropdown-header {
  6656. display: block;
  6657. padding: 3px 20px;
  6658. font-size: 13px;
  6659. line-height: 1.46666667;
  6660. color: #636363;
  6661. white-space: nowrap;
  6662. }
  6663. .dropdown-backdrop {
  6664. position: fixed;
  6665. left: 0;
  6666. right: 0;
  6667. bottom: 0;
  6668. top: 0;
  6669. z-index: 990;
  6670. }
  6671. .pull-right > .dropdown-menu {
  6672. right: 0;
  6673. left: auto;
  6674. }
  6675. .dropup .caret,
  6676. .navbar-fixed-bottom .dropdown .caret {
  6677. border-top: 0;
  6678. border-bottom: 4px solid;
  6679. content: "";
  6680. }
  6681. .dropup .dropdown-menu,
  6682. .navbar-fixed-bottom .dropdown .dropdown-menu {
  6683. top: auto;
  6684. bottom: 100%;
  6685. margin-bottom: 2px;
  6686. }
  6687. @media (min-width: 768px) {
  6688. .navbar-right .dropdown-menu-left {
  6689. left: 0;
  6690. right: auto;
  6691. }
  6692. }
  6693. .breadcrumb {
  6694. padding: 8px 15px;
  6695. margin-bottom: 22px;
  6696. list-style: none;
  6697. background-color: #f5f5f5;
  6698. border-radius: 0;
  6699. }
  6700. .breadcrumb > li {
  6701. display: inline-block;
  6702. }
  6703. .breadcrumb > li + li:before {
  6704. content: "/\00a0";
  6705. padding: 0 5px;
  6706. color: #cccccc;
  6707. }
  6708. .breadcrumb > .active {
  6709. color: #636363;
  6710. }
  6711. .pagination {
  6712. display: inline-block;
  6713. padding-left: 0;
  6714. margin: 22px 0;
  6715. border-radius: 0;
  6716. }
  6717. .pagination > li {
  6718. display: inline;
  6719. }
  6720. .pagination > li > a,
  6721. .pagination > li > span {
  6722. position: relative;
  6723. float: left;
  6724. padding: 16px 60px;
  6725. line-height: 1.46666667;
  6726. text-decoration: none;
  6727. color: #595959;
  6728. background-color: #ffffff;
  6729. border: 1px solid #dddddd;
  6730. margin-left: -1px;
  6731. }
  6732. .pagination > li:first-child > a,
  6733. .pagination > li:first-child > span {
  6734. margin-left: 0;
  6735. border-bottom-left-radius: 0;
  6736. border-top-left-radius: 0;
  6737. }
  6738. .pagination > li:last-child > a,
  6739. .pagination > li:last-child > span {
  6740. border-bottom-right-radius: 0;
  6741. border-top-right-radius: 0;
  6742. }
  6743. .pagination > li > a:hover,
  6744. .pagination > li > span:hover,
  6745. .pagination > li > a:focus,
  6746. .pagination > li > span:focus {
  6747. color: #e74e3e;
  6748. background-color: #cbcbcb;
  6749. border-color: #dddddd;
  6750. }
  6751. .pagination > .active > a,
  6752. .pagination > .active > span,
  6753. .pagination > .active > a:hover,
  6754. .pagination > .active > span:hover,
  6755. .pagination > .active > a:focus,
  6756. .pagination > .active > span:focus {
  6757. z-index: 2;
  6758. color: #ffffff;
  6759. background-color: #e74e3e;
  6760. border-color: #e74e3e;
  6761. cursor: default;
  6762. }
  6763. .pagination > .disabled > span,
  6764. .pagination > .disabled > span:hover,
  6765. .pagination > .disabled > span:focus,
  6766. .pagination > .disabled > a,
  6767. .pagination > .disabled > a:hover,
  6768. .pagination > .disabled > a:focus {
  6769. color: #636363;
  6770. background-color: #ffffff;
  6771. border-color: #dddddd;
  6772. cursor: not-allowed;
  6773. }
  6774. .pagination-lg > li > a,
  6775. .pagination-lg > li > span {
  6776. padding: 16px 75px;
  6777. font-size: 19px;
  6778. }
  6779. .pagination-lg > li:first-child > a,
  6780. .pagination-lg > li:first-child > span {
  6781. border-bottom-left-radius: 6px;
  6782. border-top-left-radius: 6px;
  6783. }
  6784. .pagination-lg > li:last-child > a,
  6785. .pagination-lg > li:last-child > span {
  6786. border-bottom-right-radius: 6px;
  6787. border-top-right-radius: 6px;
  6788. }
  6789. .pagination-sm > li > a,
  6790. .pagination-sm > li > span {
  6791. padding: 10px 25px;
  6792. font-size: 13px;
  6793. }
  6794. .pagination-sm > li:first-child > a,
  6795. .pagination-sm > li:first-child > span {
  6796. border-bottom-left-radius: 3px;
  6797. border-top-left-radius: 3px;
  6798. }
  6799. .pagination-sm > li:last-child > a,
  6800. .pagination-sm > li:last-child > span {
  6801. border-bottom-right-radius: 3px;
  6802. border-top-right-radius: 3px;
  6803. }
  6804. .pager {
  6805. padding-left: 0;
  6806. margin: 22px 0;
  6807. list-style: none;
  6808. text-align: center;
  6809. }
  6810. .pager li {
  6811. display: inline;
  6812. }
  6813. .pager li > a,
  6814. .pager li > span {
  6815. display: inline-block;
  6816. padding: 5px 14px;
  6817. background-color: #ffffff;
  6818. border: 1px solid #dddddd;
  6819. border-radius: 15px;
  6820. }
  6821. .pager li > a:hover,
  6822. .pager li > a:focus {
  6823. text-decoration: none;
  6824. background-color: #cbcbcb;
  6825. }
  6826. .pager .next > a,
  6827. .pager .next > span {
  6828. float: right;
  6829. }
  6830. .pager .previous > a,
  6831. .pager .previous > span {
  6832. float: left;
  6833. }
  6834. .pager .disabled > a,
  6835. .pager .disabled > a:hover,
  6836. .pager .disabled > a:focus,
  6837. .pager .disabled > span {
  6838. color: #636363;
  6839. background-color: #ffffff;
  6840. cursor: not-allowed;
  6841. }
  6842. .label {
  6843. display: inline;
  6844. padding: .2em .6em .3em;
  6845. font-size: 75%;
  6846. font-weight: bold;
  6847. line-height: 1;
  6848. color: #ffffff;
  6849. text-align: center;
  6850. white-space: nowrap;
  6851. vertical-align: baseline;
  6852. border-radius: .25em;
  6853. }
  6854. a.label:hover,
  6855. a.label:focus {
  6856. color: #ffffff;
  6857. text-decoration: none;
  6858. cursor: pointer;
  6859. }
  6860. .label:empty {
  6861. display: none;
  6862. }
  6863. .btn .label {
  6864. position: relative;
  6865. top: -1px;
  6866. }
  6867. .label-default {
  6868. background-color: #636363;
  6869. }
  6870. .label-default[href]:hover,
  6871. .label-default[href]:focus {
  6872. background-color: #4a4a4a;
  6873. }
  6874. .label-primary {
  6875. background-color: #e74e3e;
  6876. }
  6877. .label-primary[href]:hover,
  6878. .label-primary[href]:focus {
  6879. background-color: #d72d1b;
  6880. }
  6881. .label-success {
  6882. background-color: #63cd54;
  6883. }
  6884. .label-success[href]:hover,
  6885. .label-success[href]:focus {
  6886. background-color: #46b836;
  6887. }
  6888. .label-info {
  6889. background-color: #4acad5;
  6890. }
  6891. .label-info[href]:hover,
  6892. .label-info[href]:focus {
  6893. background-color: #2cb4c0;
  6894. }
  6895. .label-warning {
  6896. background-color: #d8c860;
  6897. }
  6898. .label-warning[href]:hover,
  6899. .label-warning[href]:focus {
  6900. background-color: #ceba37;
  6901. }
  6902. .label-danger {
  6903. background-color: #f44236;
  6904. }
  6905. .label-danger[href]:hover,
  6906. .label-danger[href]:focus {
  6907. background-color: #ea1b0d;
  6908. }
  6909. .badge {
  6910. display: inline-block;
  6911. min-width: 10px;
  6912. padding: 3px 7px;
  6913. font-size: 13px;
  6914. font-weight: bold;
  6915. color: #ffffff;
  6916. line-height: 1;
  6917. vertical-align: baseline;
  6918. white-space: nowrap;
  6919. text-align: center;
  6920. background-color: none;
  6921. border-radius: 10px;
  6922. }
  6923. .badge:empty {
  6924. display: none;
  6925. }
  6926. .btn .badge {
  6927. position: relative;
  6928. top: -1px;
  6929. }
  6930. .btn-xs .badge,
  6931. .btn-group-xs > .btn .badge {
  6932. top: 0;
  6933. padding: 1px 5px;
  6934. }
  6935. a.badge:hover,
  6936. a.badge:focus {
  6937. color: #ffffff;
  6938. text-decoration: none;
  6939. cursor: pointer;
  6940. }
  6941. .list-group-item.active > .badge,
  6942. .nav-pills > .active > a > .badge {
  6943. color: #595959;
  6944. background-color: #ffffff;
  6945. }
  6946. .list-group-item > .badge {
  6947. float: right;
  6948. }
  6949. .list-group-item > .badge + .badge {
  6950. margin-right: 5px;
  6951. }
  6952. .nav-pills > li > a > .badge {
  6953. margin-left: 3px;
  6954. }
  6955. .jumbotron {
  6956. color: #ffffff;
  6957. padding: 56px 70px 66px;
  6958. height: 100%;
  6959. font-size: 55px;
  6960. }
  6961. .thumbnail {
  6962. margin-left: auto;
  6963. margin-right: auto;
  6964. }
  6965. .thumbnail .caption {
  6966. margin-top: 15px;
  6967. }
  6968. .thumbnail-3 {
  6969. max-width: 270px;
  6970. }
  6971. .thumbnail-4 {
  6972. max-width: 370px;
  6973. }
  6974. @media (max-width: 991px) {
  6975. .thumbnail-6 {
  6976. max-width: 370px;
  6977. }
  6978. }
  6979. .alert {
  6980. padding: 15px;
  6981. margin-bottom: 22px;
  6982. border: 1px solid transparent;
  6983. border-radius: 0;
  6984. }
  6985. .alert h4 {
  6986. margin-top: 0;
  6987. color: inherit;
  6988. }
  6989. .alert .alert-link {
  6990. font-weight: bold;
  6991. }
  6992. .alert > p,
  6993. .alert > ul {
  6994. margin-bottom: 0;
  6995. }
  6996. .alert > p + p {
  6997. margin-top: 5px;
  6998. }
  6999. .alert-dismissable,
  7000. .alert-dismissible {
  7001. padding-right: 35px;
  7002. }
  7003. .alert-dismissable .close,
  7004. .alert-dismissible .close {
  7005. position: relative;
  7006. top: -2px;
  7007. right: -21px;
  7008. color: inherit;
  7009. }
  7010. .alert-success {
  7011. background-color: #dff0d8;
  7012. border-color: #d6e9c6;
  7013. color: #3c763d;
  7014. }
  7015. .alert-success hr {
  7016. border-top-color: #c9e2b3;
  7017. }
  7018. .alert-success .alert-link {
  7019. color: #2b542c;
  7020. }
  7021. .alert-info {
  7022. background-color: #d9edf7;
  7023. border-color: #bce8f1;
  7024. color: #31708f;
  7025. }
  7026. .alert-info hr {
  7027. border-top-color: #a6e1ec;
  7028. }
  7029. .alert-info .alert-link {
  7030. color: #245269;
  7031. }
  7032. .alert-warning {
  7033. background-color: #fcf8e3;
  7034. border-color: #faebcc;
  7035. color: #8a6d3b;
  7036. }
  7037. .alert-warning hr {
  7038. border-top-color: #f7e1b5;
  7039. }
  7040. .alert-warning .alert-link {
  7041. color: #66512c;
  7042. }
  7043. .alert-danger {
  7044. background-color: #f2dede;
  7045. border-color: #ebccd1;
  7046. color: #a94442;
  7047. }
  7048. .alert-danger hr {
  7049. border-top-color: #e4b9c0;
  7050. }
  7051. .alert-danger .alert-link {
  7052. color: #843534;
  7053. }
  7054. @-webkit-keyframes progress-bar-stripes {
  7055. from {
  7056. background-position: 40px 0;
  7057. }
  7058. to {
  7059. background-position: 0 0;
  7060. }
  7061. }
  7062. @keyframes progress-bar-stripes {
  7063. from {
  7064. background-position: 40px 0;
  7065. }
  7066. to {
  7067. background-position: 0 0;
  7068. }
  7069. }
  7070. .progress {
  7071. overflow: hidden;
  7072. height: 22px;
  7073. margin-bottom: 22px;
  7074. background-color: #d6d5d5;
  7075. border-radius: 0;
  7076. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  7077. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  7078. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  7079. }
  7080. .progress-bar {
  7081. float: left;
  7082. width: 0%;
  7083. height: 100%;
  7084. font-size: 13px;
  7085. line-height: 22px;
  7086. color: #9b9b9b;
  7087. text-align: center;
  7088. background-color: #e74e3e;
  7089. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  7090. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  7091. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  7092. -moz-transition: width 0.6s ease;
  7093. -webkit-transition: width 0.6s ease;
  7094. -o-transition: width 0.6s ease;
  7095. transition: width 0.6s ease;
  7096. }
  7097. .progress-striped .progress-bar,
  7098. .progress-bar-striped {
  7099. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7100. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7101. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7102. background-size: 40px 40px;
  7103. }
  7104. .progress.active .progress-bar,
  7105. .progress-bar.active {
  7106. -webkit-animation: progress-bar-stripes 2s linear infinite;
  7107. -o-animation: progress-bar-stripes 2s linear infinite;
  7108. animation: progress-bar-stripes 2s linear infinite;
  7109. }
  7110. .progress-bar-success {
  7111. background-color: #63cd54;
  7112. }
  7113. .progress-striped .progress-bar-success {
  7114. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7115. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7116. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7117. }
  7118. .progress-bar-info {
  7119. background-color: #4acad5;
  7120. }
  7121. .progress-striped .progress-bar-info {
  7122. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7123. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7124. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7125. }
  7126. .progress-bar-warning {
  7127. background-color: #d8c860;
  7128. }
  7129. .progress-striped .progress-bar-warning {
  7130. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7131. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7132. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7133. }
  7134. .progress-bar-danger {
  7135. background-color: #f44236;
  7136. }
  7137. .progress-striped .progress-bar-danger {
  7138. background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7139. background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7140. background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  7141. }
  7142. .media:first-child {
  7143. margin-top: 0;
  7144. }
  7145. .media time {
  7146. position: relative;
  7147. }
  7148. .media time:after {
  7149. content: "";
  7150. position: absolute;
  7151. width: 5px;
  7152. height: 2px;
  7153. right: -10px;
  7154. top: 10px;
  7155. background: #e74e3e;
  7156. }
  7157. .media,
  7158. .media-body {
  7159. zoom: 1;
  7160. overflow: hidden;
  7161. }
  7162. .media-body {
  7163. width: 10000px;
  7164. }
  7165. .media-object {
  7166. display: block;
  7167. }
  7168. .media-right,
  7169. .media > .pull-right {
  7170. padding-left: 10px;
  7171. }
  7172. .media-right img,
  7173. .media > .pull-right img {
  7174. max-width: none;
  7175. }
  7176. .media-left,
  7177. .media > .pull-left {
  7178. padding-right: 20px;
  7179. }
  7180. .media-left img,
  7181. .media > .pull-left img {
  7182. max-width: none;
  7183. }
  7184. .media-left,
  7185. .media-right,
  7186. .media-body {
  7187. display: table-cell;
  7188. vertical-align: top;
  7189. }
  7190. .media-middle {
  7191. vertical-align: middle;
  7192. }
  7193. .media-bottom {
  7194. vertical-align: bottom;
  7195. }
  7196. .media-heading {
  7197. margin-top: 0;
  7198. margin-bottom: 5px;
  7199. }
  7200. .media-list {
  7201. padding-left: 0;
  7202. list-style: none;
  7203. }
  7204. .list-group {
  7205. margin-bottom: 20px;
  7206. padding-left: 0;
  7207. }
  7208. .list-group-item {
  7209. position: relative;
  7210. display: block;
  7211. padding: 10px 15px;
  7212. margin-bottom: -1px;
  7213. background-color: #ffffff;
  7214. border: 1px solid #dddddd;
  7215. }
  7216. .list-group-item:first-child {
  7217. border-top-right-radius: 0;
  7218. border-top-left-radius: 0;
  7219. }
  7220. .list-group-item:last-child {
  7221. margin-bottom: 0;
  7222. border-bottom-right-radius: 0;
  7223. border-bottom-left-radius: 0;
  7224. }
  7225. a.list-group-item {
  7226. color: #555555;
  7227. }
  7228. a.list-group-item .list-group-item-heading {
  7229. color: #333333;
  7230. }
  7231. a.list-group-item:hover,
  7232. a.list-group-item:focus {
  7233. text-decoration: none;
  7234. color: #555555;
  7235. background-color: #f5f5f5;
  7236. }
  7237. .list-group-item.disabled,
  7238. .list-group-item.disabled:hover,
  7239. .list-group-item.disabled:focus {
  7240. background-color: #cbcbcb;
  7241. color: #636363;
  7242. cursor: not-allowed;
  7243. }
  7244. .list-group-item.disabled .list-group-item-heading,
  7245. .list-group-item.disabled:hover .list-group-item-heading,
  7246. .list-group-item.disabled:focus .list-group-item-heading {
  7247. color: inherit;
  7248. }
  7249. .list-group-item.disabled .list-group-item-text,
  7250. .list-group-item.disabled:hover .list-group-item-text,
  7251. .list-group-item.disabled:focus .list-group-item-text {
  7252. color: #636363;
  7253. }
  7254. .list-group-item.active,
  7255. .list-group-item.active:hover,
  7256. .list-group-item.active:focus {
  7257. z-index: 2;
  7258. color: #9b9b9b;
  7259. background-color: transparent;
  7260. border-color: transparent;
  7261. }
  7262. .list-group-item.active .list-group-item-heading,
  7263. .list-group-item.active:hover .list-group-item-heading,
  7264. .list-group-item.active:focus .list-group-item-heading,
  7265. .list-group-item.active .list-group-item-heading > small,
  7266. .list-group-item.active:hover .list-group-item-heading > small,
  7267. .list-group-item.active:focus .list-group-item-heading > small,
  7268. .list-group-item.active .list-group-item-heading > .small,
  7269. .list-group-item.active:hover .list-group-item-heading > .small,
  7270. .list-group-item.active:focus .list-group-item-heading > .small {
  7271. color: inherit;
  7272. }
  7273. .list-group-item.active .list-group-item-text,
  7274. .list-group-item.active:hover .list-group-item-text,
  7275. .list-group-item.active:focus .list-group-item-text {
  7276. color: rgba(102, 102, 102, 0);
  7277. }
  7278. .list-group-item-success {
  7279. color: #3c763d;
  7280. background-color: #dff0d8;
  7281. }
  7282. a.list-group-item-success {
  7283. color: #3c763d;
  7284. }
  7285. a.list-group-item-success .list-group-item-heading {
  7286. color: inherit;
  7287. }
  7288. a.list-group-item-success:hover,
  7289. a.list-group-item-success:focus {
  7290. color: #3c763d;
  7291. background-color: #d0e9c6;
  7292. }
  7293. a.list-group-item-success.active,
  7294. a.list-group-item-success.active:hover,
  7295. a.list-group-item-success.active:focus {
  7296. color: #fff;
  7297. background-color: #3c763d;
  7298. border-color: #3c763d;
  7299. }
  7300. .list-group-item-info {
  7301. color: #31708f;
  7302. background-color: #d9edf7;
  7303. }
  7304. a.list-group-item-info {
  7305. color: #31708f;
  7306. }
  7307. a.list-group-item-info .list-group-item-heading {
  7308. color: inherit;
  7309. }
  7310. a.list-group-item-info:hover,
  7311. a.list-group-item-info:focus {
  7312. color: #31708f;
  7313. background-color: #c4e3f3;
  7314. }
  7315. a.list-group-item-info.active,
  7316. a.list-group-item-info.active:hover,
  7317. a.list-group-item-info.active:focus {
  7318. color: #fff;
  7319. background-color: #31708f;
  7320. border-color: #31708f;
  7321. }
  7322. .list-group-item-warning {
  7323. color: #8a6d3b;
  7324. background-color: #fcf8e3;
  7325. }
  7326. a.list-group-item-warning {
  7327. color: #8a6d3b;
  7328. }
  7329. a.list-group-item-warning .list-group-item-heading {
  7330. color: inherit;
  7331. }
  7332. a.list-group-item-warning:hover,
  7333. a.list-group-item-warning:focus {
  7334. color: #8a6d3b;
  7335. background-color: #faf2cc;
  7336. }
  7337. a.list-group-item-warning.active,
  7338. a.list-group-item-warning.active:hover,
  7339. a.list-group-item-warning.active:focus {
  7340. color: #fff;
  7341. background-color: #8a6d3b;
  7342. border-color: #8a6d3b;
  7343. }
  7344. .list-group-item-danger {
  7345. color: #a94442;
  7346. background-color: #f2dede;
  7347. }
  7348. a.list-group-item-danger {
  7349. color: #a94442;
  7350. }
  7351. a.list-group-item-danger .list-group-item-heading {
  7352. color: inherit;
  7353. }
  7354. a.list-group-item-danger:hover,
  7355. a.list-group-item-danger:focus {
  7356. color: #a94442;
  7357. background-color: #ebcccc;
  7358. }
  7359. a.list-group-item-danger.active,
  7360. a.list-group-item-danger.active:hover,
  7361. a.list-group-item-danger.active:focus {
  7362. color: #fff;
  7363. background-color: #a94442;
  7364. border-color: #a94442;
  7365. }
  7366. .list-group-item-heading {
  7367. margin-top: 0;
  7368. margin-bottom: 5px;
  7369. }
  7370. .list-group-item-text {
  7371. margin-bottom: 0;
  7372. line-height: 1.3;
  7373. }
  7374. .panel {
  7375. margin-bottom: 22px;
  7376. background-color: #ffffff;
  7377. border: 1px solid transparent;
  7378. border-radius: 0;
  7379. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  7380. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  7381. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  7382. }
  7383. .panel-body {
  7384. padding: 15px;
  7385. }
  7386. .panel-heading {
  7387. padding: 10px 15px;
  7388. border-bottom: 1px solid transparent;
  7389. border-top-right-radius: -1;
  7390. border-top-left-radius: -1;
  7391. }
  7392. .panel-heading > .dropdown .dropdown-toggle {
  7393. color: inherit;
  7394. }
  7395. .panel-title {
  7396. margin-top: 0;
  7397. margin-bottom: 0;
  7398. font-size: 17px;
  7399. color: inherit;
  7400. }
  7401. .panel-title > a,
  7402. .panel-title > small,
  7403. .panel-title > .small,
  7404. .panel-title > small > a,
  7405. .panel-title > .small > a {
  7406. color: inherit;
  7407. }
  7408. .panel-footer {
  7409. padding: 10px 15px;
  7410. background-color: #f5f5f5;
  7411. border-top: 1px solid #dddddd;
  7412. border-bottom-right-radius: -1;
  7413. border-bottom-left-radius: -1;
  7414. }
  7415. .panel > .list-group,
  7416. .panel > .panel-collapse > .list-group {
  7417. margin-bottom: 0;
  7418. }
  7419. .panel > .list-group .list-group-item,
  7420. .panel > .panel-collapse > .list-group .list-group-item {
  7421. border-width: 1px 0;
  7422. border-radius: 0;
  7423. }
  7424. .panel > .list-group:first-child .list-group-item:first-child,
  7425. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  7426. border-top: 0;
  7427. border-top-right-radius: -1;
  7428. border-top-left-radius: -1;
  7429. }
  7430. .panel > .list-group:last-child .list-group-item:last-child,
  7431. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  7432. border-bottom: 0;
  7433. border-bottom-right-radius: -1;
  7434. border-bottom-left-radius: -1;
  7435. }
  7436. .panel-heading + .list-group .list-group-item:first-child {
  7437. border-top-width: 0;
  7438. }
  7439. .list-group + .panel-footer {
  7440. border-top-width: 0;
  7441. }
  7442. .panel > .table,
  7443. .panel > .table-responsive > .table,
  7444. .panel > .panel-collapse > .table {
  7445. margin-bottom: 0;
  7446. }
  7447. .panel > .table caption,
  7448. .panel > .table-responsive > .table caption,
  7449. .panel > .panel-collapse > .table caption {
  7450. padding-left: 15px;
  7451. padding-right: 15px;
  7452. }
  7453. .panel > .table:first-child,
  7454. .panel > .table-responsive:first-child > .table:first-child {
  7455. border-top-right-radius: -1;
  7456. border-top-left-radius: -1;
  7457. }
  7458. .panel > .table:first-child > thead:first-child > tr:first-child,
  7459. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  7460. .panel > .table:first-child > tbody:first-child > tr:first-child,
  7461. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  7462. border-top-left-radius: -1;
  7463. border-top-right-radius: -1;
  7464. }
  7465. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  7466. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  7467. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  7468. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  7469. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  7470. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  7471. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  7472. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  7473. border-top-left-radius: -1;
  7474. }
  7475. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  7476. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  7477. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  7478. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  7479. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  7480. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  7481. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  7482. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  7483. border-top-right-radius: -1;
  7484. }
  7485. .panel > .table:last-child,
  7486. .panel > .table-responsive:last-child > .table:last-child {
  7487. border-bottom-right-radius: -1;
  7488. border-bottom-left-radius: -1;
  7489. }
  7490. .panel > .table:last-child > tbody:last-child > tr:last-child,
  7491. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  7492. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  7493. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  7494. border-bottom-left-radius: -1;
  7495. border-bottom-right-radius: -1;
  7496. }
  7497. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  7498. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  7499. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  7500. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  7501. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  7502. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  7503. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  7504. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  7505. border-bottom-left-radius: -1;
  7506. }
  7507. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  7508. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  7509. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  7510. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  7511. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  7512. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  7513. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  7514. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  7515. border-bottom-right-radius: -1;
  7516. }
  7517. .panel > .panel-body + .table,
  7518. .panel > .panel-body + .table-responsive,
  7519. .panel > .table + .panel-body,
  7520. .panel > .table-responsive + .panel-body {
  7521. border-top: 1px solid #dddddd;
  7522. }
  7523. .panel > .table > tbody:first-child > tr:first-child th,
  7524. .panel > .table > tbody:first-child > tr:first-child td {
  7525. border-top: 0;
  7526. }
  7527. .panel > .table-bordered,
  7528. .panel > .table-responsive > .table-bordered {
  7529. border: 0;
  7530. }
  7531. .panel > .table-bordered > thead > tr > th:first-child,
  7532. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  7533. .panel > .table-bordered > tbody > tr > th:first-child,
  7534. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  7535. .panel > .table-bordered > tfoot > tr > th:first-child,
  7536. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  7537. .panel > .table-bordered > thead > tr > td:first-child,
  7538. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  7539. .panel > .table-bordered > tbody > tr > td:first-child,
  7540. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  7541. .panel > .table-bordered > tfoot > tr > td:first-child,
  7542. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  7543. border-left: 0;
  7544. }
  7545. .panel > .table-bordered > thead > tr > th:last-child,
  7546. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  7547. .panel > .table-bordered > tbody > tr > th:last-child,
  7548. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  7549. .panel > .table-bordered > tfoot > tr > th:last-child,
  7550. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  7551. .panel > .table-bordered > thead > tr > td:last-child,
  7552. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  7553. .panel > .table-bordered > tbody > tr > td:last-child,
  7554. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  7555. .panel > .table-bordered > tfoot > tr > td:last-child,
  7556. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  7557. border-right: 0;
  7558. }
  7559. .panel > .table-bordered > thead > tr:first-child > td,
  7560. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  7561. .panel > .table-bordered > tbody > tr:first-child > td,
  7562. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  7563. .panel > .table-bordered > thead > tr:first-child > th,
  7564. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  7565. .panel > .table-bordered > tbody > tr:first-child > th,
  7566. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  7567. border-bottom: 0;
  7568. }
  7569. .panel > .table-bordered > tbody > tr:last-child > td,
  7570. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  7571. .panel > .table-bordered > tfoot > tr:last-child > td,
  7572. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  7573. .panel > .table-bordered > tbody > tr:last-child > th,
  7574. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  7575. .panel > .table-bordered > tfoot > tr:last-child > th,
  7576. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  7577. border-bottom: 0;
  7578. }
  7579. .panel > .table-responsive {
  7580. border: 0;
  7581. margin-bottom: 0;
  7582. }
  7583. .panel-group {
  7584. margin-bottom: 22px;
  7585. }
  7586. .panel-group .panel {
  7587. margin-bottom: 0;
  7588. border-radius: 0;
  7589. }
  7590. .panel-group .panel + .panel {
  7591. margin-top: 5px;
  7592. }
  7593. .panel-group .panel-heading {
  7594. border-bottom: 0;
  7595. }
  7596. .panel-group .panel-heading + .panel-collapse > .panel-body,
  7597. .panel-group .panel-heading + .panel-collapse > .list-group {
  7598. border-top: 1px solid #dddddd;
  7599. }
  7600. .panel-group .panel-footer {
  7601. border-top: 0;
  7602. }
  7603. .panel-group .panel-footer + .panel-collapse .panel-body {
  7604. border-bottom: 1px solid #dddddd;
  7605. }
  7606. .panel-default {
  7607. border-color: #dddddd;
  7608. }
  7609. .panel-default > .panel-heading {
  7610. color: #000000;
  7611. background-color: #f5f5f5;
  7612. border-color: #dddddd;
  7613. }
  7614. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  7615. border-top-color: #dddddd;
  7616. }
  7617. .panel-default > .panel-heading .badge {
  7618. color: #f5f5f5;
  7619. background-color: #000000;
  7620. }
  7621. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  7622. border-bottom-color: #dddddd;
  7623. }
  7624. .panel-primary {
  7625. border-color: #e74e3e;
  7626. }
  7627. .panel-primary > .panel-heading {
  7628. color: #ffffff;
  7629. background-color: #e74e3e;
  7630. border-color: #e74e3e;
  7631. }
  7632. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  7633. border-top-color: #e74e3e;
  7634. }
  7635. .panel-primary > .panel-heading .badge {
  7636. color: #e74e3e;
  7637. background-color: #ffffff;
  7638. }
  7639. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  7640. border-bottom-color: #e74e3e;
  7641. }
  7642. .panel-success {
  7643. border-color: #d6e9c6;
  7644. }
  7645. .panel-success > .panel-heading {
  7646. color: #3c763d;
  7647. background-color: #dff0d8;
  7648. border-color: #d6e9c6;
  7649. }
  7650. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  7651. border-top-color: #d6e9c6;
  7652. }
  7653. .panel-success > .panel-heading .badge {
  7654. color: #dff0d8;
  7655. background-color: #3c763d;
  7656. }
  7657. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  7658. border-bottom-color: #d6e9c6;
  7659. }
  7660. .panel-info {
  7661. border-color: #bce8f1;
  7662. }
  7663. .panel-info > .panel-heading {
  7664. color: #31708f;
  7665. background-color: #d9edf7;
  7666. border-color: #bce8f1;
  7667. }
  7668. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  7669. border-top-color: #bce8f1;
  7670. }
  7671. .panel-info > .panel-heading .badge {
  7672. color: #d9edf7;
  7673. background-color: #31708f;
  7674. }
  7675. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  7676. border-bottom-color: #bce8f1;
  7677. }
  7678. .panel-warning {
  7679. border-color: #faebcc;
  7680. }
  7681. .panel-warning > .panel-heading {
  7682. color: #8a6d3b;
  7683. background-color: #fcf8e3;
  7684. border-color: #faebcc;
  7685. }
  7686. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  7687. border-top-color: #faebcc;
  7688. }
  7689. .panel-warning > .panel-heading .badge {
  7690. color: #fcf8e3;
  7691. background-color: #8a6d3b;
  7692. }
  7693. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  7694. border-bottom-color: #faebcc;
  7695. }
  7696. .panel-danger {
  7697. border-color: #ebccd1;
  7698. }
  7699. .panel-danger > .panel-heading {
  7700. color: #a94442;
  7701. background-color: #f2dede;
  7702. border-color: #ebccd1;
  7703. }
  7704. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  7705. border-top-color: #ebccd1;
  7706. }
  7707. .panel-danger > .panel-heading .badge {
  7708. color: #f2dede;
  7709. background-color: #a94442;
  7710. }
  7711. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  7712. border-bottom-color: #ebccd1;
  7713. }
  7714. .embed-responsive {
  7715. position: relative;
  7716. display: block;
  7717. height: 0;
  7718. padding: 0;
  7719. overflow: hidden;
  7720. }
  7721. .embed-responsive .embed-responsive-item,
  7722. .embed-responsive iframe,
  7723. .embed-responsive embed,
  7724. .embed-responsive object,
  7725. .embed-responsive video {
  7726. position: absolute;
  7727. top: 0;
  7728. left: 0;
  7729. bottom: 0;
  7730. height: 100%;
  7731. width: 100%;
  7732. border: 0;
  7733. }
  7734. .embed-responsive-16by9 {
  7735. padding-bottom: 56.25%;
  7736. }
  7737. .embed-responsive-4by3 {
  7738. padding-bottom: 75%;
  7739. }
  7740. header.mod-1 .well-sm {
  7741. padding-top: 40px;
  7742. }
  7743. @media (min-width: 992px) {
  7744. header.mod-1 .well-sm {
  7745. padding-top: 50px;
  7746. padding-bottom: 39px;
  7747. }
  7748. }
  7749. header .well-sm {
  7750. padding-top: 20px;
  7751. }
  7752. @media (min-width: 992px) {
  7753. header .well-sm {
  7754. padding-top: 50px;
  7755. padding-bottom: 50px;
  7756. }
  7757. }
  7758. header .well-md {
  7759. padding-top: 30px;
  7760. padding-bottom: 70px;
  7761. }
  7762. @media (min-width: 992px) {
  7763. header .well-md {
  7764. padding-top: 122px;
  7765. padding-bottom: 250px;
  7766. }
  7767. }
  7768. footer .well {
  7769. padding-top: 44px;
  7770. padding-bottom: 44px;
  7771. }
  7772. .well {
  7773. padding-top: 50px;
  7774. padding-bottom: 50px;
  7775. }
  7776. .well-1 {
  7777. padding-top: 50px;
  7778. padding-bottom: 50px;
  7779. }
  7780. @media (min-width: 1200px) {
  7781. .well-1 {
  7782. padding-top: 126px;
  7783. padding-bottom: 200px;
  7784. }
  7785. }
  7786. .well-2 {
  7787. padding-bottom: 40px;
  7788. padding-top: 30px;
  7789. }
  7790. @media (min-width: 768px) {
  7791. .well-2 {
  7792. padding-top: 0;
  7793. padding-bottom: 0;
  7794. }
  7795. }
  7796. .well-3 {
  7797. padding-bottom: 20px;
  7798. }
  7799. @media (min-width: 992px) {
  7800. .well-3 {
  7801. padding-top: 122px;
  7802. padding-bottom: 20px;
  7803. }
  7804. }
  7805. .well-4 {
  7806. padding-top: 50px;
  7807. padding-bottom: 50px;
  7808. }
  7809. @media (min-width: 992px) {
  7810. .well-4 {
  7811. padding-top: 142px;
  7812. padding-bottom: 155px;
  7813. }
  7814. }
  7815. .well-5 {
  7816. padding-top: 50px;
  7817. padding-bottom: 50px;
  7818. }
  7819. @media (min-width: 992px) {
  7820. .well-5 {
  7821. padding-top: 119px;
  7822. padding-bottom: 126px;
  7823. }
  7824. }
  7825. .well-6 {
  7826. padding-top: 20px;
  7827. padding-bottom: 35px;
  7828. }
  7829. @media (min-width: 768px) {
  7830. .well-6 {
  7831. padding-top: 0;
  7832. padding-bottom: 0;
  7833. }
  7834. }
  7835. .well-7 {
  7836. padding-top: 50px;
  7837. padding-bottom: 50px;
  7838. }
  7839. @media (min-width: 992px) {
  7840. .well-7 {
  7841. padding-top: 119px;
  7842. padding-bottom: 120px;
  7843. }
  7844. }
  7845. .well-8 {
  7846. padding-bottom: 40px;
  7847. }
  7848. @media (min-width: 992px) {
  7849. .well-8 {
  7850. padding-bottom: 128px;
  7851. }
  7852. }
  7853. .well-9 {
  7854. padding-top: 50px;
  7855. padding-bottom: 50px;
  7856. }
  7857. @media (min-width: 992px) {
  7858. .well-9 {
  7859. padding-top: 120px;
  7860. padding-bottom: 125px;
  7861. }
  7862. }
  7863. .well-10 {
  7864. padding-top: 60px;
  7865. padding-bottom: 60px;
  7866. }
  7867. @media (min-width: 992px) {
  7868. .well-10 {
  7869. padding-top: 154px;
  7870. padding-bottom: 149px;
  7871. }
  7872. }
  7873. .well-11 {
  7874. padding-top: 50px;
  7875. padding-bottom: 50px;
  7876. }
  7877. @media (min-width: 992px) {
  7878. .well-11 {
  7879. padding-top: 113px;
  7880. padding-bottom: 125px;
  7881. }
  7882. }
  7883. .well-12 {
  7884. padding-top: 50px;
  7885. padding-bottom: 50px;
  7886. }
  7887. @media (min-width: 992px) {
  7888. .well-12 {
  7889. padding-top: 70px;
  7890. padding-bottom: 135px;
  7891. }
  7892. }
  7893. .well-13 {
  7894. padding-top: 50px;
  7895. padding-bottom: 50px;
  7896. }
  7897. @media (min-width: 992px) {
  7898. .well-13 {
  7899. padding-top: 119px;
  7900. padding-bottom: 128px;
  7901. }
  7902. }
  7903. .well-14 {
  7904. padding-top: 50px;
  7905. }
  7906. @media (min-width: 992px) {
  7907. .well-14 {
  7908. padding-top: 119px;
  7909. }
  7910. }
  7911. .well-15 {
  7912. padding-top: 50px;
  7913. padding-bottom: 50px;
  7914. }
  7915. @media (min-width: 992px) {
  7916. .well-15 {
  7917. padding-top: 119px;
  7918. padding-bottom: 103px;
  7919. }
  7920. }
  7921. .well-16 {
  7922. padding-top: 60px;
  7923. padding-bottom: 60px;
  7924. }
  7925. @media (min-width: 992px) {
  7926. .well-16 {
  7927. padding-top: 117px;
  7928. padding-bottom: 121px;
  7929. }
  7930. }
  7931. .well-17 {
  7932. padding-top: 50px;
  7933. padding-bottom: 50px;
  7934. }
  7935. @media (min-width: 992px) {
  7936. .well-17 {
  7937. padding-top: 119px;
  7938. padding-bottom: 133px;
  7939. }
  7940. }
  7941. .well-18 {
  7942. padding-top: 50px;
  7943. padding-bottom: 50px;
  7944. }
  7945. @media (min-width: 992px) {
  7946. .well-18 {
  7947. padding-top: 119px;
  7948. padding-bottom: 82px;
  7949. }
  7950. }
  7951. .well-19 {
  7952. padding-top: 50px;
  7953. padding-bottom: 50px;
  7954. }
  7955. @media (min-width: 992px) {
  7956. .well-19 {
  7957. padding-top: 107px;
  7958. padding-bottom: 81px;
  7959. }
  7960. }
  7961. .close {
  7962. float: right;
  7963. font-size: 22.5px;
  7964. font-weight: bold;
  7965. line-height: 1;
  7966. color: #000000;
  7967. text-shadow: 0 1px 0 #ffffff;
  7968. opacity: 0.2;
  7969. filter: alpha(opacity=20);
  7970. }
  7971. .lt-ie9 .close {
  7972. filter: alpha(opacity=20);
  7973. }
  7974. .close:hover,
  7975. .close:focus {
  7976. color: #000000;
  7977. text-decoration: none;
  7978. cursor: pointer;
  7979. opacity: 0.5;
  7980. filter: alpha(opacity=50);
  7981. }
  7982. .lt-ie9 .close:hover,
  7983. .lt-ie9 .close:focus {
  7984. filter: alpha(opacity=50);
  7985. }
  7986. button.close {
  7987. padding: 0;
  7988. cursor: pointer;
  7989. background: transparent;
  7990. border: 0;
  7991. -webkit-appearance: none;
  7992. }
  7993. .modal-open {
  7994. overflow: hidden;
  7995. }
  7996. .modal {
  7997. display: none;
  7998. overflow: hidden;
  7999. position: fixed;
  8000. top: 0;
  8001. right: 0;
  8002. bottom: 0;
  8003. left: 0;
  8004. z-index: 1050;
  8005. -webkit-overflow-scrolling: touch;
  8006. outline: 0;
  8007. }
  8008. .modal.fade .modal-dialog {
  8009. -webkit-transform: translate(0, -25%);
  8010. -ms-transform: translate(0, -25%);
  8011. -o-transform: translate(0, -25%);
  8012. transform: translate(0, -25%);
  8013. -webkit-transition: -webkit-transform 0.3s ease-out;
  8014. -moz-transition: -moz-transform 0.3s ease-out;
  8015. -o-transition: -o-transform 0.3s ease-out;
  8016. transition: transform 0.3s ease-out;
  8017. }
  8018. .modal.in .modal-dialog {
  8019. -webkit-transform: translate(0, 0);
  8020. -ms-transform: translate(0, 0);
  8021. -o-transform: translate(0, 0);
  8022. transform: translate(0, 0);
  8023. }
  8024. .modal-open .modal {
  8025. overflow-x: hidden;
  8026. overflow-y: auto;
  8027. }
  8028. .modal-dialog {
  8029. position: relative;
  8030. width: auto;
  8031. margin: 10px;
  8032. }
  8033. .modal-content {
  8034. position: relative;
  8035. background-color: #ffffff;
  8036. border: 1px solid #999999;
  8037. border: 1px solid rgba(0, 0, 0, 0.2);
  8038. border-radius: 6px;
  8039. -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  8040. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  8041. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  8042. background-clip: padding-box;
  8043. outline: 0;
  8044. }
  8045. .modal-backdrop {
  8046. position: fixed;
  8047. top: 0;
  8048. right: 0;
  8049. bottom: 0;
  8050. left: 0;
  8051. z-index: 1040;
  8052. background-color: #000000;
  8053. }
  8054. .modal-backdrop.fade {
  8055. opacity: 0;
  8056. filter: alpha(opacity=0);
  8057. }
  8058. .lt-ie9 .modal-backdrop.fade {
  8059. filter: alpha(opacity=0);
  8060. }
  8061. .modal-backdrop.in {
  8062. opacity: 0.5;
  8063. filter: alpha(opacity=50);
  8064. }
  8065. .lt-ie9 .modal-backdrop.in {
  8066. filter: alpha(opacity=50);
  8067. }
  8068. .modal-header {
  8069. padding: 15px;
  8070. border-bottom: 1px solid #e5e5e5;
  8071. min-height: 16.46666667px;
  8072. }
  8073. .modal-header .close {
  8074. margin-top: -2px;
  8075. }
  8076. .modal-title {
  8077. margin: 0;
  8078. line-height: 1.46666667;
  8079. }
  8080. .modal-body {
  8081. position: relative;
  8082. padding: 15px;
  8083. }
  8084. .modal-footer {
  8085. padding: 15px;
  8086. text-align: right;
  8087. border-top: 1px solid #e5e5e5;
  8088. }
  8089. .modal-footer .btn + .btn {
  8090. margin-left: 5px;
  8091. margin-bottom: 0;
  8092. }
  8093. .modal-footer .btn-group .btn + .btn {
  8094. margin-left: -1px;
  8095. }
  8096. .modal-footer .btn-block + .btn-block {
  8097. margin-left: 0;
  8098. }
  8099. .modal-scrollbar-measure {
  8100. position: absolute;
  8101. top: -9999px;
  8102. width: 50px;
  8103. height: 50px;
  8104. overflow: scroll;
  8105. }
  8106. @media (min-width: 768px) {
  8107. .modal-dialog {
  8108. width: 600px;
  8109. margin: 30px auto;
  8110. }
  8111. .modal-content {
  8112. -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  8113. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  8114. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  8115. }
  8116. .modal-sm {
  8117. width: 300px;
  8118. }
  8119. }
  8120. @media (min-width: 992px) {
  8121. .modal-lg {
  8122. width: 900px;
  8123. }
  8124. }
  8125. .tooltip {
  8126. position: absolute;
  8127. z-index: 1070;
  8128. display: block;
  8129. font-family: 'Noto Sans', sans-serif;
  8130. font-size: 13px;
  8131. font-weight: normal;
  8132. line-height: 1.4;
  8133. opacity: 0;
  8134. filter: alpha(opacity=0);
  8135. }
  8136. .lt-ie9 .tooltip {
  8137. filter: alpha(opacity=0);
  8138. }
  8139. .tooltip.in {
  8140. opacity: 0.9;
  8141. filter: alpha(opacity=90);
  8142. }
  8143. .lt-ie9 .tooltip.in {
  8144. filter: alpha(opacity=90);
  8145. }
  8146. .tooltip.top {
  8147. margin-top: -3px;
  8148. padding: 5px 0;
  8149. }
  8150. .tooltip.right {
  8151. margin-left: 3px;
  8152. padding: 0 5px;
  8153. }
  8154. .tooltip.bottom {
  8155. margin-top: 3px;
  8156. padding: 5px 0;
  8157. }
  8158. .tooltip.left {
  8159. margin-left: -3px;
  8160. padding: 0 5px;
  8161. }
  8162. .tooltip-inner {
  8163. max-width: 200px;
  8164. padding: 3px 8px;
  8165. color: #ffffff;
  8166. text-align: center;
  8167. text-decoration: none;
  8168. background-color: #000000;
  8169. border-radius: 0;
  8170. }
  8171. .tooltip-arrow {
  8172. position: absolute;
  8173. width: 0;
  8174. height: 0;
  8175. border-color: transparent;
  8176. border-style: solid;
  8177. }
  8178. .tooltip.top .tooltip-arrow {
  8179. bottom: 0;
  8180. left: 50%;
  8181. margin-left: -5px;
  8182. border-width: 5px 5px 0;
  8183. border-top-color: #000000;
  8184. }
  8185. .tooltip.top-left .tooltip-arrow {
  8186. bottom: 0;
  8187. right: 5px;
  8188. margin-bottom: -5px;
  8189. border-width: 5px 5px 0;
  8190. border-top-color: #000000;
  8191. }
  8192. .tooltip.top-right .tooltip-arrow {
  8193. bottom: 0;
  8194. left: 5px;
  8195. margin-bottom: -5px;
  8196. border-width: 5px 5px 0;
  8197. border-top-color: #000000;
  8198. }
  8199. .tooltip.right .tooltip-arrow {
  8200. top: 50%;
  8201. left: 0;
  8202. margin-top: -5px;
  8203. border-width: 5px 5px 5px 0;
  8204. border-right-color: #000000;
  8205. }
  8206. .tooltip.left .tooltip-arrow {
  8207. top: 50%;
  8208. right: 0;
  8209. margin-top: -5px;
  8210. border-width: 5px 0 5px 5px;
  8211. border-left-color: #000000;
  8212. }
  8213. .tooltip.bottom .tooltip-arrow {
  8214. top: 0;
  8215. left: 50%;
  8216. margin-left: -5px;
  8217. border-width: 0 5px 5px;
  8218. border-bottom-color: #000000;
  8219. }
  8220. .tooltip.bottom-left .tooltip-arrow {
  8221. top: 0;
  8222. right: 5px;
  8223. margin-top: -5px;
  8224. border-width: 0 5px 5px;
  8225. border-bottom-color: #000000;
  8226. }
  8227. .tooltip.bottom-right .tooltip-arrow {
  8228. top: 0;
  8229. left: 5px;
  8230. margin-top: -5px;
  8231. border-width: 0 5px 5px;
  8232. border-bottom-color: #000000;
  8233. }
  8234. .popover {
  8235. position: absolute;
  8236. top: 0;
  8237. left: 0;
  8238. z-index: 1060;
  8239. display: none;
  8240. max-width: 276px;
  8241. padding: 1px;
  8242. font-family: 'Noto Sans', sans-serif;
  8243. font-size: 15px;
  8244. font-weight: normal;
  8245. line-height: 1.46666667;
  8246. text-align: left;
  8247. background-color: #ffffff;
  8248. background-clip: padding-box;
  8249. border: 1px solid #cccccc;
  8250. border: 1px solid rgba(0, 0, 0, 0.2);
  8251. border-radius: 6px;
  8252. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  8253. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  8254. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  8255. white-space: normal;
  8256. }
  8257. .popover.top {
  8258. margin-top: -10px;
  8259. }
  8260. .popover.right {
  8261. margin-left: 10px;
  8262. }
  8263. .popover.bottom {
  8264. margin-top: 10px;
  8265. }
  8266. .popover.left {
  8267. margin-left: -10px;
  8268. }
  8269. .popover-title {
  8270. margin: 0;
  8271. padding: 8px 14px;
  8272. font-size: 15px;
  8273. background-color: #f7f7f7;
  8274. border-bottom: 1px solid #ebebeb;
  8275. border-radius: 5px 5px 0 0;
  8276. }
  8277. .popover-content {
  8278. padding: 9px 14px;
  8279. }
  8280. .popover > .arrow,
  8281. .popover > .arrow:after {
  8282. position: absolute;
  8283. display: block;
  8284. width: 0;
  8285. height: 0;
  8286. border-color: transparent;
  8287. border-style: solid;
  8288. }
  8289. .popover > .arrow {
  8290. border-width: 11px;
  8291. }
  8292. .popover > .arrow:after {
  8293. border-width: 10px;
  8294. content: "";
  8295. }
  8296. .popover.top > .arrow {
  8297. left: 50%;
  8298. margin-left: -11px;
  8299. border-bottom-width: 0;
  8300. border-top-color: #999999;
  8301. border-top-color: rgba(0, 0, 0, 0.25);
  8302. bottom: -11px;
  8303. }
  8304. .popover.top > .arrow:after {
  8305. content: " ";
  8306. bottom: 1px;
  8307. margin-left: -10px;
  8308. border-bottom-width: 0;
  8309. border-top-color: #ffffff;
  8310. }
  8311. .popover.right > .arrow {
  8312. top: 50%;
  8313. left: -11px;
  8314. margin-top: -11px;
  8315. border-left-width: 0;
  8316. border-right-color: #999999;
  8317. border-right-color: rgba(0, 0, 0, 0.25);
  8318. }
  8319. .popover.right > .arrow:after {
  8320. content: " ";
  8321. left: 1px;
  8322. bottom: -10px;
  8323. border-left-width: 0;
  8324. border-right-color: #ffffff;
  8325. }
  8326. .popover.bottom > .arrow {
  8327. left: 50%;
  8328. margin-left: -11px;
  8329. border-top-width: 0;
  8330. border-bottom-color: #999999;
  8331. border-bottom-color: rgba(0, 0, 0, 0.25);
  8332. top: -11px;
  8333. }
  8334. .popover.bottom > .arrow:after {
  8335. content: " ";
  8336. top: 1px;
  8337. margin-left: -10px;
  8338. border-top-width: 0;
  8339. border-bottom-color: #ffffff;
  8340. }
  8341. .popover.left > .arrow {
  8342. top: 50%;
  8343. right: -11px;
  8344. margin-top: -11px;
  8345. border-right-width: 0;
  8346. border-left-color: #999999;
  8347. border-left-color: rgba(0, 0, 0, 0.25);
  8348. }
  8349. .popover.left > .arrow:after {
  8350. content: " ";
  8351. right: 1px;
  8352. border-right-width: 0;
  8353. border-left-color: #ffffff;
  8354. bottom: -10px;
  8355. }
  8356. /*================= Tabs ======================*/
  8357. .resp-tabs {
  8358. position: relative;
  8359. }
  8360. .resp-tabs:before {
  8361. display: none;
  8362. position: absolute;
  8363. content: "";
  8364. top: 0;
  8365. left: 0;
  8366. width: 100%;
  8367. height: 70px;
  8368. background: #252525;
  8369. }
  8370. @media (min-width: 768px) {
  8371. .resp-tabs:before {
  8372. display: block;
  8373. }
  8374. }
  8375. .resp-tabs-list {
  8376. text-align: center;
  8377. height: 70px;
  8378. line-height: 70px;
  8379. }
  8380. @media (min-width: 992px) {
  8381. .resp-tabs-list {
  8382. text-align: left;
  8383. }
  8384. }
  8385. .resp-tabs-list li {
  8386. position: relative;
  8387. cursor: pointer;
  8388. display: inline-block;
  8389. color: #a1a1a1;
  8390. font-size: 16px;
  8391. -moz-transition: 0.45s all ease;
  8392. -webkit-transition: 0.45s all ease;
  8393. -o-transition: 0.45s all ease;
  8394. transition: 0.45s all ease;
  8395. }
  8396. @media (min-width: 992px) {
  8397. .resp-tabs-list li {
  8398. font-size: 17px;
  8399. }
  8400. }
  8401. .resp-tabs-list li:after {
  8402. width: 0;
  8403. content: '';
  8404. position: absolute;
  8405. left: 0;
  8406. bottom: 0;
  8407. height: 3px;
  8408. background: #e74e3e;
  8409. -moz-transition: 0.45s all ease;
  8410. -webkit-transition: 0.45s all ease;
  8411. -o-transition: 0.45s all ease;
  8412. transition: 0.45s all ease;
  8413. }
  8414. .resp-tabs-list li:hover {
  8415. color: #ffffff;
  8416. }
  8417. .resp-tabs-list li:hover:after {
  8418. width: 100%;
  8419. }
  8420. .resp-tabs-list li.resp-tab-active {
  8421. color: #ffffff;
  8422. }
  8423. .resp-tabs-list li.resp-tab-active:after {
  8424. width: 100%;
  8425. }
  8426. .resp-tabs-list li + li {
  8427. margin-left: 47px;
  8428. }
  8429. .resp-accordion {
  8430. display: none;
  8431. background: #252525;
  8432. padding-top: 10px;
  8433. padding-bottom: 10px;
  8434. color: #a1a1a1;
  8435. -webkit-border-radius: 5px;
  8436. -moz-border-radius: 5px;
  8437. border-radius: 5px;
  8438. margin-top: 15px;
  8439. cursor: pointer;
  8440. -moz-transition: 0.35s all ease;
  8441. -webkit-transition: 0.35s all ease;
  8442. -o-transition: 0.35s all ease;
  8443. transition: 0.35s all ease;
  8444. }
  8445. .resp-accordion:hover {
  8446. background: #e74e3e;
  8447. color: #ffffff;
  8448. }
  8449. .resp-accordion.resp-tab-active {
  8450. background: #e74e3e;
  8451. color: #ffffff;
  8452. }
  8453. .resp-tab-content {
  8454. display: none;
  8455. }
  8456. .resp-tab-content-active {
  8457. display: block;
  8458. }
  8459. @media (max-width: 767px) {
  8460. .resp-accordion {
  8461. display: block;
  8462. }
  8463. .resp-tabs-list {
  8464. display: none;
  8465. }
  8466. }
  8467. /*========================================================
  8468. Contact Form
  8469. =========================================================*/
  8470. /* MF
  8471. ========================================================*/
  8472. .rd-mailform {
  8473. position: relative;
  8474. text-align: left;
  8475. margin-right: auto;
  8476. max-width: 100%;
  8477. width: 470px;
  8478. display: inline-block;
  8479. padding: 20px;
  8480. margin-top: 30px;
  8481. background: #ffffff;
  8482. -webkit-border-radius: 3px;
  8483. -moz-border-radius: 3px;
  8484. border-radius: 3px;
  8485. -moz-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
  8486. -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
  8487. box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.1);
  8488. }
  8489. @media (min-width: 1200px) {
  8490. .rd-mailform {
  8491. padding: 54px 60px 59px;
  8492. float: left;
  8493. margin-left: 29px;
  8494. margin-top: 0;
  8495. }
  8496. }
  8497. .rd-mailform fieldset {
  8498. border: none;
  8499. line-height: 0;
  8500. }
  8501. .rd-mailform * {
  8502. -webkit-box-sizing: border-box;
  8503. -moz-box-sizing: border-box;
  8504. box-sizing: border-box;
  8505. }
  8506. .rd-mailform .form-group {
  8507. position: relative;
  8508. display: block;
  8509. margin-bottom: 0;
  8510. }
  8511. .rd-mailform .form-group > label {
  8512. width: 100%;
  8513. font-weight: 400;
  8514. margin-bottom: 0;
  8515. }
  8516. .rd-mailform .form-group.btn-wr {
  8517. margin-top: 24px;
  8518. }
  8519. .rd-mailform .form-group .btn-sm {
  8520. -webkit-border-radius: 3px;
  8521. -moz-border-radius: 3px;
  8522. border-radius: 3px;
  8523. }
  8524. @media (min-width: 992px) {
  8525. .rd-mailform .form-group .btn-sm {
  8526. padding-left: 59px;
  8527. padding-right: 59px;
  8528. }
  8529. }
  8530. .rd-mailform .form-group.textarea {
  8531. width: 100%;
  8532. margin-left: 0;
  8533. }
  8534. .rd-mailform .form-group:first-child {
  8535. margin-top: 0;
  8536. }
  8537. .rd-mailform .form-group input,
  8538. .rd-mailform .form-group select,
  8539. .rd-mailform .form-group textarea {
  8540. display: block;
  8541. width: 100%;
  8542. margin: 0;
  8543. -webkit-appearance: none;
  8544. outline: none;
  8545. height: 54px;
  8546. font-family: 'Noto Sans', sans-serif;
  8547. font-size: 14px;
  8548. font-weight: 400;
  8549. padding: 20px 15px 15px 0px;
  8550. line-height: 18px;
  8551. color: #b7b7b7;
  8552. background: transparent;
  8553. border: none;
  8554. border-bottom: 2px solid #e9e7e0;
  8555. -webkit-border-radius: 1px;
  8556. -moz-border-radius: 1px;
  8557. border-radius: 1px;
  8558. }
  8559. .rd-mailform .form-group input:-moz-placeholder,
  8560. .rd-mailform .form-group select:-moz-placeholder,
  8561. .rd-mailform .form-group textarea:-moz-placeholder {
  8562. color: #b7b7b7;
  8563. opacity: 1;
  8564. }
  8565. .rd-mailform .form-group input::-webkit-input-placeholder,
  8566. .rd-mailform .form-group select::-webkit-input-placeholder,
  8567. .rd-mailform .form-group textarea::-webkit-input-placeholder {
  8568. color: #b7b7b7;
  8569. opacity: 1;
  8570. }
  8571. .rd-mailform .form-group input::-moz-placeholder,
  8572. .rd-mailform .form-group select::-moz-placeholder,
  8573. .rd-mailform .form-group textarea::-moz-placeholder {
  8574. color: #b7b7b7;
  8575. opacity: 1;
  8576. }
  8577. .rd-mailform .form-group input:-ms-input-placeholder,
  8578. .rd-mailform .form-group select:-ms-input-placeholder,
  8579. .rd-mailform .form-group textarea:-ms-input-placeholder {
  8580. color: #b7b7b7;
  8581. opacity: 1;
  8582. }
  8583. .rd-mailform .form-group textarea {
  8584. resize: none;
  8585. overflow: auto;
  8586. height: 105px;
  8587. border: none;
  8588. border-bottom: 2px solid #e9e7e0;
  8589. font-family: inherit;
  8590. }
  8591. @-ms-keyframes fout {
  8592. 0% {
  8593. -moz-transform: scale(1) translateX(0);
  8594. -ms-transform: scale(1) translateX(0);
  8595. -o-transform: scale(1) translateX(0);
  8596. -webkit-transform: scale(1) translateX(0);
  8597. transform: scale(1) translateX(0);
  8598. }
  8599. 100% {
  8600. -moz-transform: scale(0) translateX(0);
  8601. -ms-transform: scale(0) translateX(0);
  8602. -o-transform: scale(0) translateX(0);
  8603. -webkit-transform: scale(0) translateX(0);
  8604. transform: scale(0) translateX(0);
  8605. }
  8606. }
  8607. @-o-keyframes fout {
  8608. 0% {
  8609. -moz-transform: scale(1) translateX(0);
  8610. -ms-transform: scale(1) translateX(0);
  8611. -o-transform: scale(1) translateX(0);
  8612. -webkit-transform: scale(1) translateX(0);
  8613. transform: scale(1) translateX(0);
  8614. }
  8615. 100% {
  8616. -moz-transform: scale(0) translateX(0);
  8617. -ms-transform: scale(0) translateX(0);
  8618. -o-transform: scale(0) translateX(0);
  8619. -webkit-transform: scale(0) translateX(0);
  8620. transform: scale(0) translateX(0);
  8621. }
  8622. }
  8623. @-webkit-keyframes fout {
  8624. 0% {
  8625. -moz-transform: scale(1) translateX(0);
  8626. -ms-transform: scale(1) translateX(0);
  8627. -o-transform: scale(1) translateX(0);
  8628. -webkit-transform: scale(1) translateX(0);
  8629. transform: scale(1) translateX(0);
  8630. }
  8631. 100% {
  8632. -moz-transform: scale(0) translateX(0);
  8633. -ms-transform: scale(0) translateX(0);
  8634. -o-transform: scale(0) translateX(0);
  8635. -webkit-transform: scale(0) translateX(0);
  8636. transform: scale(0) translateX(0);
  8637. }
  8638. }
  8639. @-moz-keyframes fout {
  8640. 0% {
  8641. -moz-transform: scale(1) translateX(0);
  8642. -ms-transform: scale(1) translateX(0);
  8643. -o-transform: scale(1) translateX(0);
  8644. -webkit-transform: scale(1) translateX(0);
  8645. transform: scale(1) translateX(0);
  8646. }
  8647. 100% {
  8648. -moz-transform: scale(0) translateX(0);
  8649. -ms-transform: scale(0) translateX(0);
  8650. -o-transform: scale(0) translateX(0);
  8651. -webkit-transform: scale(0) translateX(0);
  8652. transform: scale(0) translateX(0);
  8653. }
  8654. }
  8655. @keyframes fout {
  8656. 0% {
  8657. -moz-transform: scale(1) translateX(0);
  8658. -ms-transform: scale(1) translateX(0);
  8659. -o-transform: scale(1) translateX(0);
  8660. -webkit-transform: scale(1) translateX(0);
  8661. transform: scale(1) translateX(0);
  8662. }
  8663. 100% {
  8664. -moz-transform: scale(0) translateX(0);
  8665. -ms-transform: scale(0) translateX(0);
  8666. -o-transform: scale(0) translateX(0);
  8667. -webkit-transform: scale(0) translateX(0);
  8668. transform: scale(0) translateX(0);
  8669. }
  8670. }
  8671. @-webkit-keyframes anim-1 {
  8672. 0% {
  8673. left: 50%;
  8674. }
  8675. 100% {
  8676. left: 90%;
  8677. }
  8678. }
  8679. @-webkit-keyframes anim-2 {
  8680. 0% {
  8681. -moz-transform: rotate(-35deg);
  8682. -ms-transform: rotate(-35deg);
  8683. -o-transform: rotate(-35deg);
  8684. -webkit-transform: rotate(-35deg);
  8685. transform: rotate(-35deg);
  8686. }
  8687. 25% {
  8688. -moz-transform: rotate(-30deg);
  8689. -ms-transform: rotate(-30deg);
  8690. -o-transform: rotate(-30deg);
  8691. -webkit-transform: rotate(-30deg);
  8692. transform: rotate(-30deg);
  8693. }
  8694. 50% {
  8695. -moz-transform: rotate(-35deg);
  8696. -ms-transform: rotate(-35deg);
  8697. -o-transform: rotate(-35deg);
  8698. -webkit-transform: rotate(-35deg);
  8699. transform: rotate(-35deg);
  8700. }
  8701. 75% {
  8702. -moz-transform: rotate(-30deg);
  8703. -ms-transform: rotate(-30deg);
  8704. -o-transform: rotate(-30deg);
  8705. -webkit-transform: rotate(-30deg);
  8706. transform: rotate(-30deg);
  8707. }
  8708. 100% {
  8709. -moz-transform: rotate(-35deg);
  8710. -ms-transform: rotate(-35deg);
  8711. -o-transform: rotate(-35deg);
  8712. -webkit-transform: rotate(-35deg);
  8713. transform: rotate(-35deg);
  8714. }
  8715. }
  8716. @-webkit-keyframes anim-3 {
  8717. 0% {
  8718. -moz-transform: rotate(150deg);
  8719. -ms-transform: rotate(150deg);
  8720. -o-transform: rotate(150deg);
  8721. -webkit-transform: rotate(150deg);
  8722. transform: rotate(150deg);
  8723. left: 50%;
  8724. }
  8725. 50% {
  8726. -moz-transform: rotate(150deg);
  8727. -ms-transform: rotate(150deg);
  8728. -o-transform: rotate(150deg);
  8729. -webkit-transform: rotate(150deg);
  8730. transform: rotate(150deg);
  8731. left: 90%;
  8732. }
  8733. 100% {
  8734. -moz-transform: rotate(150deg);
  8735. -ms-transform: rotate(150deg);
  8736. -o-transform: rotate(150deg);
  8737. -webkit-transform: rotate(150deg);
  8738. transform: rotate(150deg);
  8739. left: 50%;
  8740. }
  8741. }
  8742. @-webkit-keyframes zoom-out {
  8743. 0% {
  8744. -moz-transform: scale(1) rotate(-35deg);
  8745. -ms-transform: scale(1) rotate(-35deg);
  8746. -o-transform: scale(1) rotate(-35deg);
  8747. -webkit-transform: scale(1) rotate(-35deg);
  8748. transform: scale(1) rotate(-35deg);
  8749. }
  8750. 100% {
  8751. -moz-transform: scale(0) rotate(-180deg);
  8752. -ms-transform: scale(0) rotate(-180deg);
  8753. -o-transform: scale(0) rotate(-180deg);
  8754. -webkit-transform: scale(0) rotate(-180deg);
  8755. transform: scale(0) rotate(-180deg);
  8756. }
  8757. }
  8758. @-webkit-keyframes zoom-in-state-1 {
  8759. 0% {
  8760. -moz-transform: scale(0) rotate(-180deg);
  8761. -ms-transform: scale(0) rotate(-180deg);
  8762. -o-transform: scale(0) rotate(-180deg);
  8763. -webkit-transform: scale(0) rotate(-180deg);
  8764. transform: scale(0) rotate(-180deg);
  8765. }
  8766. 100% {
  8767. -moz-transform: scale(1) rotate(-35deg);
  8768. -ms-transform: scale(1) rotate(-35deg);
  8769. -o-transform: scale(1) rotate(-35deg);
  8770. -webkit-transform: scale(1) rotate(-35deg);
  8771. transform: scale(1) rotate(-35deg);
  8772. }
  8773. }
  8774. @-webkit-keyframes zoom-in-state-2 {
  8775. 0% {
  8776. -moz-transform: scale(0) rotate(-35deg);
  8777. -ms-transform: scale(0) rotate(-35deg);
  8778. -o-transform: scale(0) rotate(-35deg);
  8779. -webkit-transform: scale(0) rotate(-35deg);
  8780. transform: scale(0) rotate(-35deg);
  8781. }
  8782. 100% {
  8783. left: 50%;
  8784. -moz-transform: scale(1) rotate(150deg);
  8785. -ms-transform: scale(1) rotate(150deg);
  8786. -o-transform: scale(1) rotate(150deg);
  8787. -webkit-transform: scale(1) rotate(150deg);
  8788. transform: scale(1) rotate(150deg);
  8789. }
  8790. }
  8791. @-webkit-keyframes line {
  8792. 0% {
  8793. left: 40%;
  8794. }
  8795. 100% {
  8796. left: 40%;
  8797. width: 40%;
  8798. }
  8799. }
  8800. @-moz-keyframes anim-1 {
  8801. 0% {
  8802. left: 50%;
  8803. }
  8804. 100% {
  8805. left: 90%;
  8806. }
  8807. }
  8808. @-moz-keyframes anim-2 {
  8809. 0% {
  8810. -moz-transform: rotate(-35deg);
  8811. -ms-transform: rotate(-35deg);
  8812. -o-transform: rotate(-35deg);
  8813. -webkit-transform: rotate(-35deg);
  8814. transform: rotate(-35deg);
  8815. }
  8816. 25% {
  8817. -moz-transform: rotate(-30deg);
  8818. -ms-transform: rotate(-30deg);
  8819. -o-transform: rotate(-30deg);
  8820. -webkit-transform: rotate(-30deg);
  8821. transform: rotate(-30deg);
  8822. }
  8823. 50% {
  8824. -moz-transform: rotate(-35deg);
  8825. -ms-transform: rotate(-35deg);
  8826. -o-transform: rotate(-35deg);
  8827. -webkit-transform: rotate(-35deg);
  8828. transform: rotate(-35deg);
  8829. }
  8830. 75% {
  8831. -moz-transform: rotate(-30deg);
  8832. -ms-transform: rotate(-30deg);
  8833. -o-transform: rotate(-30deg);
  8834. -webkit-transform: rotate(-30deg);
  8835. transform: rotate(-30deg);
  8836. }
  8837. 100% {
  8838. -moz-transform: rotate(-35deg);
  8839. -ms-transform: rotate(-35deg);
  8840. -o-transform: rotate(-35deg);
  8841. -webkit-transform: rotate(-35deg);
  8842. transform: rotate(-35deg);
  8843. }
  8844. }
  8845. @-moz-keyframes anim-3 {
  8846. 0% {
  8847. -moz-transform: rotate(150deg);
  8848. -ms-transform: rotate(150deg);
  8849. -o-transform: rotate(150deg);
  8850. -webkit-transform: rotate(150deg);
  8851. transform: rotate(150deg);
  8852. left: 50%;
  8853. }
  8854. 50% {
  8855. -moz-transform: rotate(150deg);
  8856. -ms-transform: rotate(150deg);
  8857. -o-transform: rotate(150deg);
  8858. -webkit-transform: rotate(150deg);
  8859. transform: rotate(150deg);
  8860. left: 90%;
  8861. }
  8862. 100% {
  8863. -moz-transform: rotate(150deg);
  8864. -ms-transform: rotate(150deg);
  8865. -o-transform: rotate(150deg);
  8866. -webkit-transform: rotate(150deg);
  8867. transform: rotate(150deg);
  8868. left: 50%;
  8869. }
  8870. }
  8871. @-moz-keyframes zoom-out {
  8872. 0% {
  8873. -moz-transform: scale(1) rotate(-35deg);
  8874. -ms-transform: scale(1) rotate(-35deg);
  8875. -o-transform: scale(1) rotate(-35deg);
  8876. -webkit-transform: scale(1) rotate(-35deg);
  8877. transform: scale(1) rotate(-35deg);
  8878. }
  8879. 100% {
  8880. -moz-transform: scale(0) rotate(-180deg);
  8881. -ms-transform: scale(0) rotate(-180deg);
  8882. -o-transform: scale(0) rotate(-180deg);
  8883. -webkit-transform: scale(0) rotate(-180deg);
  8884. transform: scale(0) rotate(-180deg);
  8885. }
  8886. }
  8887. @-moz-keyframes zoom-in-state-1 {
  8888. 0% {
  8889. -moz-transform: scale(0) rotate(-180deg);
  8890. -ms-transform: scale(0) rotate(-180deg);
  8891. -o-transform: scale(0) rotate(-180deg);
  8892. -webkit-transform: scale(0) rotate(-180deg);
  8893. transform: scale(0) rotate(-180deg);
  8894. }
  8895. 100% {
  8896. -moz-transform: scale(1) rotate(-35deg);
  8897. -ms-transform: scale(1) rotate(-35deg);
  8898. -o-transform: scale(1) rotate(-35deg);
  8899. -webkit-transform: scale(1) rotate(-35deg);
  8900. transform: scale(1) rotate(-35deg);
  8901. }
  8902. }
  8903. @-moz-keyframes zoom-in-state-2 {
  8904. 0% {
  8905. -moz-transform: scale(0) rotate(-35deg);
  8906. -ms-transform: scale(0) rotate(-35deg);
  8907. -o-transform: scale(0) rotate(-35deg);
  8908. -webkit-transform: scale(0) rotate(-35deg);
  8909. transform: scale(0) rotate(-35deg);
  8910. }
  8911. 100% {
  8912. left: 50%;
  8913. -moz-transform: scale(1) rotate(150deg);
  8914. -ms-transform: scale(1) rotate(150deg);
  8915. -o-transform: scale(1) rotate(150deg);
  8916. -webkit-transform: scale(1) rotate(150deg);
  8917. transform: scale(1) rotate(150deg);
  8918. }
  8919. }
  8920. @-moz-keyframes line {
  8921. 0% {
  8922. left: 40%;
  8923. }
  8924. 100% {
  8925. left: 40%;
  8926. width: 40%;
  8927. }
  8928. }
  8929. @-o-keyframes anim-1 {
  8930. 0% {
  8931. left: 50%;
  8932. }
  8933. 100% {
  8934. left: 90%;
  8935. }
  8936. }
  8937. @-o-keyframes anim-2 {
  8938. 0% {
  8939. -moz-transform: rotate(-35deg);
  8940. -ms-transform: rotate(-35deg);
  8941. -o-transform: rotate(-35deg);
  8942. -webkit-transform: rotate(-35deg);
  8943. transform: rotate(-35deg);
  8944. }
  8945. 25% {
  8946. -moz-transform: rotate(-30deg);
  8947. -ms-transform: rotate(-30deg);
  8948. -o-transform: rotate(-30deg);
  8949. -webkit-transform: rotate(-30deg);
  8950. transform: rotate(-30deg);
  8951. }
  8952. 50% {
  8953. -moz-transform: rotate(-35deg);
  8954. -ms-transform: rotate(-35deg);
  8955. -o-transform: rotate(-35deg);
  8956. -webkit-transform: rotate(-35deg);
  8957. transform: rotate(-35deg);
  8958. }
  8959. 75% {
  8960. -moz-transform: rotate(-30deg);
  8961. -ms-transform: rotate(-30deg);
  8962. -o-transform: rotate(-30deg);
  8963. -webkit-transform: rotate(-30deg);
  8964. transform: rotate(-30deg);
  8965. }
  8966. 100% {
  8967. -moz-transform: rotate(-35deg);
  8968. -ms-transform: rotate(-35deg);
  8969. -o-transform: rotate(-35deg);
  8970. -webkit-transform: rotate(-35deg);
  8971. transform: rotate(-35deg);
  8972. }
  8973. }
  8974. @-o-keyframes anim-3 {
  8975. 0% {
  8976. -moz-transform: rotate(150deg);
  8977. -ms-transform: rotate(150deg);
  8978. -o-transform: rotate(150deg);
  8979. -webkit-transform: rotate(150deg);
  8980. transform: rotate(150deg);
  8981. left: 50%;
  8982. }
  8983. 50% {
  8984. -moz-transform: rotate(150deg);
  8985. -ms-transform: rotate(150deg);
  8986. -o-transform: rotate(150deg);
  8987. -webkit-transform: rotate(150deg);
  8988. transform: rotate(150deg);
  8989. left: 90%;
  8990. }
  8991. 100% {
  8992. -moz-transform: rotate(150deg);
  8993. -ms-transform: rotate(150deg);
  8994. -o-transform: rotate(150deg);
  8995. -webkit-transform: rotate(150deg);
  8996. transform: rotate(150deg);
  8997. left: 50%;
  8998. }
  8999. }
  9000. @-o-keyframes zoom-out {
  9001. 0% {
  9002. -moz-transform: scale(1) rotate(-35deg);
  9003. -ms-transform: scale(1) rotate(-35deg);
  9004. -o-transform: scale(1) rotate(-35deg);
  9005. -webkit-transform: scale(1) rotate(-35deg);
  9006. transform: scale(1) rotate(-35deg);
  9007. }
  9008. 100% {
  9009. -moz-transform: scale(0) rotate(-180deg);
  9010. -ms-transform: scale(0) rotate(-180deg);
  9011. -o-transform: scale(0) rotate(-180deg);
  9012. -webkit-transform: scale(0) rotate(-180deg);
  9013. transform: scale(0) rotate(-180deg);
  9014. }
  9015. }
  9016. @-o-keyframes zoom-in-state-1 {
  9017. 0% {
  9018. -moz-transform: scale(0) rotate(-180deg);
  9019. -ms-transform: scale(0) rotate(-180deg);
  9020. -o-transform: scale(0) rotate(-180deg);
  9021. -webkit-transform: scale(0) rotate(-180deg);
  9022. transform: scale(0) rotate(-180deg);
  9023. }
  9024. 100% {
  9025. -moz-transform: scale(1) rotate(-35deg);
  9026. -ms-transform: scale(1) rotate(-35deg);
  9027. -o-transform: scale(1) rotate(-35deg);
  9028. -webkit-transform: scale(1) rotate(-35deg);
  9029. transform: scale(1) rotate(-35deg);
  9030. }
  9031. }
  9032. @-o-keyframes zoom-in-state-2 {
  9033. 0% {
  9034. -moz-transform: scale(0) rotate(-35deg);
  9035. -ms-transform: scale(0) rotate(-35deg);
  9036. -o-transform: scale(0) rotate(-35deg);
  9037. -webkit-transform: scale(0) rotate(-35deg);
  9038. transform: scale(0) rotate(-35deg);
  9039. }
  9040. 100% {
  9041. left: 50%;
  9042. -moz-transform: scale(1) rotate(150deg);
  9043. -ms-transform: scale(1) rotate(150deg);
  9044. -o-transform: scale(1) rotate(150deg);
  9045. -webkit-transform: scale(1) rotate(150deg);
  9046. transform: scale(1) rotate(150deg);
  9047. }
  9048. }
  9049. @-o-keyframes line {
  9050. 0% {
  9051. left: 40%;
  9052. }
  9053. 100% {
  9054. left: 40%;
  9055. width: 40%;
  9056. }
  9057. }
  9058. @keyframes anim-1 {
  9059. 0% {
  9060. left: 50%;
  9061. }
  9062. 100% {
  9063. left: 90%;
  9064. }
  9065. }
  9066. @keyframes anim-2 {
  9067. 0% {
  9068. -moz-transform: rotate(-35deg);
  9069. -ms-transform: rotate(-35deg);
  9070. -o-transform: rotate(-35deg);
  9071. -webkit-transform: rotate(-35deg);
  9072. transform: rotate(-35deg);
  9073. }
  9074. 25% {
  9075. -moz-transform: rotate(-30deg);
  9076. -ms-transform: rotate(-30deg);
  9077. -o-transform: rotate(-30deg);
  9078. -webkit-transform: rotate(-30deg);
  9079. transform: rotate(-30deg);
  9080. }
  9081. 50% {
  9082. -moz-transform: rotate(-35deg);
  9083. -ms-transform: rotate(-35deg);
  9084. -o-transform: rotate(-35deg);
  9085. -webkit-transform: rotate(-35deg);
  9086. transform: rotate(-35deg);
  9087. }
  9088. 75% {
  9089. -moz-transform: rotate(-30deg);
  9090. -ms-transform: rotate(-30deg);
  9091. -o-transform: rotate(-30deg);
  9092. -webkit-transform: rotate(-30deg);
  9093. transform: rotate(-30deg);
  9094. }
  9095. 100% {
  9096. -moz-transform: rotate(-35deg);
  9097. -ms-transform: rotate(-35deg);
  9098. -o-transform: rotate(-35deg);
  9099. -webkit-transform: rotate(-35deg);
  9100. transform: rotate(-35deg);
  9101. }
  9102. }
  9103. @keyframes anim-3 {
  9104. 0% {
  9105. -moz-transform: rotate(150deg);
  9106. -ms-transform: rotate(150deg);
  9107. -o-transform: rotate(150deg);
  9108. -webkit-transform: rotate(150deg);
  9109. transform: rotate(150deg);
  9110. left: 50%;
  9111. }
  9112. 50% {
  9113. -moz-transform: rotate(150deg);
  9114. -ms-transform: rotate(150deg);
  9115. -o-transform: rotate(150deg);
  9116. -webkit-transform: rotate(150deg);
  9117. transform: rotate(150deg);
  9118. left: 90%;
  9119. }
  9120. 100% {
  9121. -moz-transform: rotate(150deg);
  9122. -ms-transform: rotate(150deg);
  9123. -o-transform: rotate(150deg);
  9124. -webkit-transform: rotate(150deg);
  9125. transform: rotate(150deg);
  9126. left: 50%;
  9127. }
  9128. }
  9129. @keyframes zoom-out {
  9130. 0% {
  9131. -moz-transform: scale(1) rotate(-35deg);
  9132. -ms-transform: scale(1) rotate(-35deg);
  9133. -o-transform: scale(1) rotate(-35deg);
  9134. -webkit-transform: scale(1) rotate(-35deg);
  9135. transform: scale(1) rotate(-35deg);
  9136. }
  9137. 100% {
  9138. -moz-transform: scale(0) rotate(-180deg);
  9139. -ms-transform: scale(0) rotate(-180deg);
  9140. -o-transform: scale(0) rotate(-180deg);
  9141. -webkit-transform: scale(0) rotate(-180deg);
  9142. transform: scale(0) rotate(-180deg);
  9143. }
  9144. }
  9145. @keyframes zoom-in-state-1 {
  9146. 0% {
  9147. -moz-transform: scale(0) rotate(-180deg);
  9148. -ms-transform: scale(0) rotate(-180deg);
  9149. -o-transform: scale(0) rotate(-180deg);
  9150. -webkit-transform: scale(0) rotate(-180deg);
  9151. transform: scale(0) rotate(-180deg);
  9152. }
  9153. 100% {
  9154. -moz-transform: scale(1) rotate(-35deg);
  9155. -ms-transform: scale(1) rotate(-35deg);
  9156. -o-transform: scale(1) rotate(-35deg);
  9157. -webkit-transform: scale(1) rotate(-35deg);
  9158. transform: scale(1) rotate(-35deg);
  9159. }
  9160. }
  9161. @keyframes zoom-in-state-2 {
  9162. 0% {
  9163. -moz-transform: scale(0) rotate(-35deg);
  9164. -ms-transform: scale(0) rotate(-35deg);
  9165. -o-transform: scale(0) rotate(-35deg);
  9166. -webkit-transform: scale(0) rotate(-35deg);
  9167. transform: scale(0) rotate(-35deg);
  9168. }
  9169. 100% {
  9170. left: 50%;
  9171. -moz-transform: scale(1) rotate(150deg);
  9172. -ms-transform: scale(1) rotate(150deg);
  9173. -o-transform: scale(1) rotate(150deg);
  9174. -webkit-transform: scale(1) rotate(150deg);
  9175. transform: scale(1) rotate(150deg);
  9176. }
  9177. }
  9178. @keyframes line {
  9179. 0% {
  9180. left: 40%;
  9181. }
  9182. 100% {
  9183. left: 40%;
  9184. width: 40%;
  9185. }
  9186. }
  9187. @-ms-keyframes anim-1 {
  9188. 0% {
  9189. left: 50%;
  9190. }
  9191. 100% {
  9192. left: 90%;
  9193. }
  9194. }
  9195. @-ms-keyframes anim-2 {
  9196. 0% {
  9197. -moz-transform: rotate(-35deg);
  9198. -ms-transform: rotate(-35deg);
  9199. -o-transform: rotate(-35deg);
  9200. -webkit-transform: rotate(-35deg);
  9201. transform: rotate(-35deg);
  9202. }
  9203. 25% {
  9204. -moz-transform: rotate(-30deg);
  9205. -ms-transform: rotate(-30deg);
  9206. -o-transform: rotate(-30deg);
  9207. -webkit-transform: rotate(-30deg);
  9208. transform: rotate(-30deg);
  9209. }
  9210. 50% {
  9211. -moz-transform: rotate(-35deg);
  9212. -ms-transform: rotate(-35deg);
  9213. -o-transform: rotate(-35deg);
  9214. -webkit-transform: rotate(-35deg);
  9215. transform: rotate(-35deg);
  9216. }
  9217. 75% {
  9218. -moz-transform: rotate(-30deg);
  9219. -ms-transform: rotate(-30deg);
  9220. -o-transform: rotate(-30deg);
  9221. -webkit-transform: rotate(-30deg);
  9222. transform: rotate(-30deg);
  9223. }
  9224. 100% {
  9225. -moz-transform: rotate(-35deg);
  9226. -ms-transform: rotate(-35deg);
  9227. -o-transform: rotate(-35deg);
  9228. -webkit-transform: rotate(-35deg);
  9229. transform: rotate(-35deg);
  9230. }
  9231. }
  9232. @-ms-keyframes anim-3 {
  9233. 0% {
  9234. -moz-transform: rotate(150deg);
  9235. -ms-transform: rotate(150deg);
  9236. -o-transform: rotate(150deg);
  9237. -webkit-transform: rotate(150deg);
  9238. transform: rotate(150deg);
  9239. left: 50%;
  9240. }
  9241. 50% {
  9242. -moz-transform: rotate(150deg);
  9243. -ms-transform: rotate(150deg);
  9244. -o-transform: rotate(150deg);
  9245. -webkit-transform: rotate(150deg);
  9246. transform: rotate(150deg);
  9247. left: 90%;
  9248. }
  9249. 100% {
  9250. -moz-transform: rotate(150deg);
  9251. -ms-transform: rotate(150deg);
  9252. -o-transform: rotate(150deg);
  9253. -webkit-transform: rotate(150deg);
  9254. transform: rotate(150deg);
  9255. left: 50%;
  9256. }
  9257. }
  9258. @-ms-keyframes zoom-out {
  9259. 0% {
  9260. -moz-transform: scale(1) rotate(-35deg);
  9261. -ms-transform: scale(1) rotate(-35deg);
  9262. -o-transform: scale(1) rotate(-35deg);
  9263. -webkit-transform: scale(1) rotate(-35deg);
  9264. transform: scale(1) rotate(-35deg);
  9265. }
  9266. 100% {
  9267. -moz-transform: scale(0) rotate(-180deg);
  9268. -ms-transform: scale(0) rotate(-180deg);
  9269. -o-transform: scale(0) rotate(-180deg);
  9270. -webkit-transform: scale(0) rotate(-180deg);
  9271. transform: scale(0) rotate(-180deg);
  9272. }
  9273. }
  9274. @-ms-keyframes zoom-in-state-1 {
  9275. 0% {
  9276. -moz-transform: scale(0) rotate(-180deg);
  9277. -ms-transform: scale(0) rotate(-180deg);
  9278. -o-transform: scale(0) rotate(-180deg);
  9279. -webkit-transform: scale(0) rotate(-180deg);
  9280. transform: scale(0) rotate(-180deg);
  9281. }
  9282. 100% {
  9283. -moz-transform: scale(1) rotate(-35deg);
  9284. -ms-transform: scale(1) rotate(-35deg);
  9285. -o-transform: scale(1) rotate(-35deg);
  9286. -webkit-transform: scale(1) rotate(-35deg);
  9287. transform: scale(1) rotate(-35deg);
  9288. }
  9289. }
  9290. @-ms-keyframes zoom-in-state-2 {
  9291. 0% {
  9292. -moz-transform: scale(0) rotate(-35deg);
  9293. -ms-transform: scale(0) rotate(-35deg);
  9294. -o-transform: scale(0) rotate(-35deg);
  9295. -webkit-transform: scale(0) rotate(-35deg);
  9296. transform: scale(0) rotate(-35deg);
  9297. }
  9298. 100% {
  9299. left: 50%;
  9300. -moz-transform: scale(1) rotate(150deg);
  9301. -ms-transform: scale(1) rotate(150deg);
  9302. -o-transform: scale(1) rotate(150deg);
  9303. -webkit-transform: scale(1) rotate(150deg);
  9304. transform: scale(1) rotate(150deg);
  9305. }
  9306. }
  9307. @-ms-keyframes line {
  9308. 0% {
  9309. left: 40%;
  9310. }
  9311. 100% {
  9312. left: 40%;
  9313. width: 40%;
  9314. }
  9315. }
  9316. /* Mail Form PlaceHolder
  9317. ========================================================*/
  9318. .mfPlaceHolder {
  9319. font: inherit;
  9320. cursor: text;
  9321. position: absolute;
  9322. left: 0;
  9323. top: 0;
  9324. padding: 20px 15px 15px 0px;
  9325. line-height: 1;
  9326. color: #b7b7b7;
  9327. opacity: 1;
  9328. font-size: 14px;
  9329. font-weight: 400;
  9330. -moz-transition: 0.3s all ease;
  9331. -webkit-transition: 0.3s all ease;
  9332. -o-transition: 0.3s all ease;
  9333. transition: 0.3s all ease;
  9334. }
  9335. *:-webkit-autofill ~ .mfPlaceHolder {
  9336. opacity: 0;
  9337. -moz-transform: translateY(-33%) scale(0.8);
  9338. -ms-transform: translateY(-33%) scale(0.8);
  9339. -o-transform: translateY(-33%) scale(0.8);
  9340. -webkit-transform: translateY(-33%) scale(0.8);
  9341. transform: translateY(-33%) scale(0.8);
  9342. }
  9343. .mfPlaceHolder.state-1 {
  9344. opacity: 0;
  9345. -moz-transform: translateY(-33%) scale(0.8);
  9346. -ms-transform: translateY(-33%) scale(0.8);
  9347. -o-transform: translateY(-33%) scale(0.8);
  9348. -webkit-transform: translateY(-33%) scale(0.8);
  9349. transform: translateY(-33%) scale(0.8);
  9350. }
  9351. /* Mail Form Validation
  9352. ========================================================*/
  9353. .mfValidation {
  9354. -o-transform-origin: 0% 50%;
  9355. -webkit-transform-origin: 0% 50%;
  9356. -moz-transform-origin: 0% 50%;
  9357. -ms-transform-origin: 0% 50%;
  9358. transform-origin: 0% 50%;
  9359. -moz-transition: 0.3s all ease;
  9360. -webkit-transition: 0.3s all ease;
  9361. -o-transition: 0.3s all ease;
  9362. transition: 0.3s all ease;
  9363. -webkit-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  9364. -o-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  9365. animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  9366. -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  9367. -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  9368. box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
  9369. -webkit-border-radius: 5px;
  9370. -moz-border-radius: 5px;
  9371. border-radius: 5px;
  9372. position: absolute;
  9373. font-weight: 300;
  9374. font-size: 12px;
  9375. opacity: 0;
  9376. visibility: hidden;
  9377. cursor: pointer;
  9378. z-index: 998;
  9379. text-align: right;
  9380. top: auto;
  9381. left: auto;
  9382. bottom: 2px;
  9383. right: 10px;
  9384. background: none;
  9385. padding: 0;
  9386. margin: 0 0 3px;
  9387. min-height: 0;
  9388. color: #FF0000;
  9389. -moz-box-shadow: none;
  9390. -webkit-box-shadow: none;
  9391. box-shadow: none;
  9392. }
  9393. .mfValidation:hover {
  9394. background: #231634;
  9395. }
  9396. .mfValidation:before {
  9397. content: '';
  9398. position: absolute;
  9399. }
  9400. .mfValidation.error {
  9401. -moz-transform: scale(1);
  9402. -ms-transform: scale(1);
  9403. -o-transform: scale(1);
  9404. -webkit-transform: scale(1);
  9405. transform: scale(1);
  9406. opacity: 1;
  9407. visibility: visible;
  9408. -webkit-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  9409. -o-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  9410. animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  9411. }
  9412. .mfValidation:before {
  9413. display: none;
  9414. }
  9415. .mfValidation:hover {
  9416. background: none;
  9417. right: 10px;
  9418. }
  9419. /*
  9420. * MF Submit
  9421. */
  9422. .mfInfo,
  9423. .mfProgress {
  9424. position: fixed;
  9425. left: 15px;
  9426. bottom: 15px;
  9427. padding: 17px;
  9428. height: 54px;
  9429. color: #ffffff;
  9430. background: #111111;
  9431. border-radius: 1px;
  9432. line-height: 20px;
  9433. font-size: 13px;
  9434. transition: .3s all ease;
  9435. opacity: 0;
  9436. visibility: hidden;
  9437. -moz-transform: translateY(83px);
  9438. -ms-transform: translateY(83px);
  9439. -o-transform: translateY(83px);
  9440. -webkit-transform: translateY(83px);
  9441. transform: translateY(83px);
  9442. z-index: 999;
  9443. }
  9444. .mfInfo.hide,
  9445. .mfProgress.hide {
  9446. display: block !important;
  9447. }
  9448. .mfInfo .loader,
  9449. .mfProgress .loader {
  9450. display: inline-block;
  9451. position: relative;
  9452. float: left;
  9453. margin-right: 16px;
  9454. }
  9455. .mfInfo .loader,
  9456. .mfProgress .loader,
  9457. .mfInfo .loader:before,
  9458. .mfProgress .loader:before,
  9459. .mfInfo .loader:after,
  9460. .mfProgress .loader:after {
  9461. width: 20px;
  9462. height: 20px;
  9463. line-height: 20px;
  9464. }
  9465. .mfInfo .loader:before,
  9466. .mfProgress .loader:before,
  9467. .mfInfo .loader:after,
  9468. .mfProgress .loader:after {
  9469. content: '';
  9470. position: absolute;
  9471. top: 0;
  9472. left: 0;
  9473. }
  9474. .mfInfo .loader:before,
  9475. .mfProgress .loader:before {
  9476. -webkit-animation: mfLoader 1.1s infinite linear;
  9477. -o-animation: mfLoader 1.1s infinite linear;
  9478. animation: mfLoader 1.1s infinite linear;
  9479. border: 2px solid #ffffff;
  9480. border-top-color: transparent;
  9481. border-radius: 50%;
  9482. opacity: 1;
  9483. visibility: visible;
  9484. transition: .3s all ease;
  9485. }
  9486. .mfInfo .loader:after,
  9487. .mfProgress .loader:after {
  9488. opacity: 0;
  9489. visibility: hidden;
  9490. font-weight: 400;
  9491. font-family: 'FontAwesome';
  9492. font-size: 20px;
  9493. transition: .6s all ease;
  9494. -moz-transform: rotate(-90deg) scale(0);
  9495. -ms-transform: rotate(-90deg) scale(0);
  9496. -o-transform: rotate(-90deg) scale(0);
  9497. -webkit-transform: rotate(-90deg) scale(0);
  9498. transform: rotate(-90deg) scale(0);
  9499. }
  9500. .mfInfo.fail,
  9501. .mfProgress.fail {
  9502. background: #F34234;
  9503. }
  9504. .mfInfo.fail .loader:after,
  9505. .mfProgress.fail .loader:after {
  9506. content: '\f00d';
  9507. }
  9508. .mfInfo.success,
  9509. .mfProgress.success {
  9510. background: #2E7D32;
  9511. }
  9512. .mfInfo.success .loader:after,
  9513. .mfProgress.success .loader:after {
  9514. content: '\f00c';
  9515. }
  9516. .mfInfo.fail .loader:before,
  9517. .mfProgress.fail .loader:before,
  9518. .mfInfo.success .loader:before,
  9519. .mfProgress.success .loader:before {
  9520. opacity: 0;
  9521. visibility: hidden;
  9522. -moz-transform: scale(0);
  9523. -ms-transform: scale(0);
  9524. -o-transform: scale(0);
  9525. -webkit-transform: scale(0);
  9526. transform: scale(0);
  9527. }
  9528. .mfInfo.fail .loader:after,
  9529. .mfProgress.fail .loader:after,
  9530. .mfInfo.success .loader:after,
  9531. .mfProgress.success .loader:after {
  9532. opacity: 1;
  9533. visibility: visible;
  9534. -moz-transform: rotate(0deg) scale(1);
  9535. -ms-transform: rotate(0deg) scale(1);
  9536. -o-transform: rotate(0deg) scale(1);
  9537. -webkit-transform: rotate(0deg) scale(1);
  9538. transform: rotate(0deg) scale(1);
  9539. }
  9540. .mfInfo.fail,
  9541. .mfProgress.fail,
  9542. .mfInfo.success,
  9543. .mfProgress.success,
  9544. .mfInfo.sending,
  9545. .mfProgress.sending {
  9546. opacity: 1;
  9547. visibility: visible;
  9548. -moz-transform: translateY(0);
  9549. -ms-transform: translateY(0);
  9550. -o-transform: translateY(0);
  9551. -webkit-transform: translateY(0);
  9552. transform: translateY(0);
  9553. }
  9554. @media (min-width: 768px) {
  9555. .mfInfo,
  9556. .mfProgress {
  9557. bottom: 24px;
  9558. left: 50%;
  9559. -moz-transform: translate(-50%, 83px);
  9560. -ms-transform: translate(-50%, 83px);
  9561. -o-transform: translate(-50%, 83px);
  9562. -webkit-transform: translate(-50%, 83px);
  9563. transform: translate(-50%, 83px);
  9564. }
  9565. .mfInfo.fail,
  9566. .mfProgress.fail,
  9567. .mfInfo.success,
  9568. .mfProgress.success,
  9569. .mfInfo.sending,
  9570. .mfProgress.sending {
  9571. -moz-transform: translate(-50%, 0);
  9572. -ms-transform: translate(-50%, 0);
  9573. -o-transform: translate(-50%, 0);
  9574. -webkit-transform: translate(-50%, 0);
  9575. transform: translate(-50%, 0);
  9576. }
  9577. }
  9578. @keyframes mfLoader {
  9579. 0% {
  9580. -moz-transform: rotate(0deg);
  9581. -ms-transform: rotate(0deg);
  9582. -o-transform: rotate(0deg);
  9583. -webkit-transform: rotate(0deg);
  9584. transform: rotate(0deg);
  9585. }
  9586. 100% {
  9587. -moz-transform: rotate(360deg);
  9588. -ms-transform: rotate(360deg);
  9589. -o-transform: rotate(360deg);
  9590. -webkit-transform: rotate(360deg);
  9591. transform: rotate(360deg);
  9592. }
  9593. }
  9594. @-ms-keyframes mfLoader {
  9595. 0% {
  9596. -moz-transform: rotate(0deg);
  9597. -ms-transform: rotate(0deg);
  9598. -o-transform: rotate(0deg);
  9599. -webkit-transform: rotate(0deg);
  9600. transform: rotate(0deg);
  9601. }
  9602. 100% {
  9603. -moz-transform: rotate(360deg);
  9604. -ms-transform: rotate(360deg);
  9605. -o-transform: rotate(360deg);
  9606. -webkit-transform: rotate(360deg);
  9607. transform: rotate(360deg);
  9608. }
  9609. }
  9610. @-o-keyframes mfLoader {
  9611. 0% {
  9612. -moz-transform: rotate(0deg);
  9613. -ms-transform: rotate(0deg);
  9614. -o-transform: rotate(0deg);
  9615. -webkit-transform: rotate(0deg);
  9616. transform: rotate(0deg);
  9617. }
  9618. 100% {
  9619. -moz-transform: rotate(360deg);
  9620. -ms-transform: rotate(360deg);
  9621. -o-transform: rotate(360deg);
  9622. -webkit-transform: rotate(360deg);
  9623. transform: rotate(360deg);
  9624. }
  9625. }
  9626. @-webkit-keyframes mfLoader {
  9627. 0% {
  9628. -moz-transform: rotate(0deg);
  9629. -ms-transform: rotate(0deg);
  9630. -o-transform: rotate(0deg);
  9631. -webkit-transform: rotate(0deg);
  9632. transform: rotate(0deg);
  9633. }
  9634. 100% {
  9635. -moz-transform: rotate(360deg);
  9636. -ms-transform: rotate(360deg);
  9637. -o-transform: rotate(360deg);
  9638. -webkit-transform: rotate(360deg);
  9639. transform: rotate(360deg);
  9640. }
  9641. }
  9642. @-moz-keyframes mfLoader {
  9643. 0% {
  9644. -moz-transform: rotate(0deg);
  9645. -ms-transform: rotate(0deg);
  9646. -o-transform: rotate(0deg);
  9647. -webkit-transform: rotate(0deg);
  9648. transform: rotate(0deg);
  9649. }
  9650. 100% {
  9651. -moz-transform: rotate(360deg);
  9652. -ms-transform: rotate(360deg);
  9653. -o-transform: rotate(360deg);
  9654. -webkit-transform: rotate(360deg);
  9655. transform: rotate(360deg);
  9656. }
  9657. }
  9658. /*================== GOOGLE MAP ======================*/
  9659. .map {
  9660. position: relative;
  9661. }
  9662. .map_model {
  9663. height: 480px;
  9664. }
  9665. .map_model img {
  9666. max-width: none !important;
  9667. }
  9668. @media (max-width: 767px) {
  9669. .map_model {
  9670. height: 300px;
  9671. }
  9672. }
  9673. @media (max-width: 479px) {
  9674. .map_model {
  9675. height: 200px;
  9676. }
  9677. }
  9678. .map_locations {
  9679. display: none;
  9680. }
  9681. .search-form {
  9682. display: inline-block;
  9683. margin-top: 22px;
  9684. padding: 5px 0px;
  9685. position: relative;
  9686. z-index: 50;
  9687. width: 350px;
  9688. }
  9689. @media (max-width: 991px) {
  9690. .search-form {
  9691. margin-left: auto;
  9692. margin-right: auto;
  9693. width: 70%;
  9694. }
  9695. }
  9696. .search-form form {
  9697. position: relative;
  9698. }
  9699. .search-form_label {
  9700. width: 100%;
  9701. display: block;
  9702. padding: 10px 0 10px 0;
  9703. border: none;
  9704. border-bottom: 2px solid #b7b7b7;
  9705. -webkit-border-radius: 2px;
  9706. -moz-border-radius: 2px;
  9707. border-radius: 2px;
  9708. }
  9709. .search-form_input {
  9710. outline: none;
  9711. background-color: transparent;
  9712. border: none;
  9713. -webkit-appearance: none;
  9714. border-radius: 0;
  9715. vertical-align: baseline;
  9716. box-shadow: none;
  9717. -webkit-border-radius: 2px;
  9718. -moz-border-radius: 2px;
  9719. border-radius: 2px;
  9720. color: #b7b7b7;
  9721. font-weight: 400;
  9722. display: block;
  9723. width: 100%;
  9724. padding-right: 10px;
  9725. font-size: 14px;
  9726. line-height: 20px;
  9727. height: 34px;
  9728. /* Firefox 19+ */
  9729. /* Firefox 18- */
  9730. }
  9731. .search-form_input::-webkit-input-placeholder {
  9732. color: #b7b7b7;
  9733. opacity: 1;
  9734. }
  9735. .search-form_input::-moz-placeholder {
  9736. color: #b7b7b7;
  9737. opacity: 1;
  9738. }
  9739. .search-form_input:-moz-placeholder {
  9740. color: #b7b7b7;
  9741. opacity: 1;
  9742. }
  9743. .search-form_input:-ms-input-placeholder {
  9744. color: #b7b7b7;
  9745. opacity: 1;
  9746. }
  9747. .search-form_submit {
  9748. position: absolute;
  9749. right: -15px;
  9750. top: 50%;
  9751. -moz-transform: translateY(-50%);
  9752. -ms-transform: translateY(-50%);
  9753. -o-transform: translateY(-50%);
  9754. -webkit-transform: translateY(-50%);
  9755. transform: translateY(-50%);
  9756. background: none;
  9757. border: none;
  9758. display: inline-block;
  9759. padding: 0;
  9760. outline: none;
  9761. outline-offset: 0;
  9762. cursor: pointer;
  9763. -webkit-appearance: none;
  9764. -moz-transition: 0.3s all ease;
  9765. -webkit-transition: 0.3s all ease;
  9766. -o-transition: 0.3s all ease;
  9767. transition: 0.3s all ease;
  9768. width: 20px;
  9769. height: 20px;
  9770. background-image: url(../images/search.png);
  9771. background-repeat: no-repeat;
  9772. background-position: center;
  9773. }
  9774. .search-form_submit::-moz-focus-inner {
  9775. border: none;
  9776. padding: 0;
  9777. }
  9778. .search-form_submit:hover {
  9779. background-image: url(../images/search-active.png);
  9780. }
  9781. .sform {
  9782. position: relative;
  9783. }
  9784. .search-form_toggle {
  9785. position: relative;
  9786. right: 0;
  9787. top: -8px;
  9788. color: #e74e3e;
  9789. font: 400 20px/43px 'FontAwesome';
  9790. height: 43px;
  9791. width: 43px;
  9792. text-align: center;
  9793. -webkit-border-radius: 50%;
  9794. -moz-border-radius: 50%;
  9795. border-radius: 50%;
  9796. z-index: 999999999;
  9797. }
  9798. .search-form_toggle:before {
  9799. content: '\f002';
  9800. }
  9801. .search-form_toggle:focus {
  9802. color: #ffffff;
  9803. background: #e74e3e;
  9804. }
  9805. .search-form_toggle:hover {
  9806. color: #9b9b9b;
  9807. }
  9808. .search-form_toggle.active:before {
  9809. content: '\f00d';
  9810. color: #9b9b9b;
  9811. }
  9812. @media (max-width: 767px) {
  9813. .search-form_toggle {
  9814. position: fixed;
  9815. right: 43px;
  9816. top: 6px;
  9817. margin-top: 0;
  9818. }
  9819. }
  9820. .search-form + * {
  9821. margin-top: 25px;
  9822. }
  9823. .search-form_liveout {
  9824. text-align: left;
  9825. display: block;
  9826. position: absolute;
  9827. top: 100%;
  9828. left: 0;
  9829. right: 0;
  9830. opacity: 0;
  9831. filter: alpha(opacity=0);
  9832. -moz-transition: 0.3s all ease;
  9833. -webkit-transition: 0.3s all ease;
  9834. -o-transition: 0.3s all ease;
  9835. transition: 0.3s all ease;
  9836. z-index: 1;
  9837. }
  9838. .lt-ie9 .search-form_liveout {
  9839. filter: alpha(opacity=0);
  9840. }
  9841. .search-form_liveout .search_list {
  9842. padding: 10px;
  9843. list-style-type: none;
  9844. font-size: 14px;
  9845. line-height: 24px;
  9846. background: #ffffff;
  9847. font-weight: 500;
  9848. -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  9849. -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  9850. box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  9851. }
  9852. .search-form_liveout .search_list li + li {
  9853. margin-top: 2px;
  9854. }
  9855. .search-form_liveout .search_list a {
  9856. padding-left: 5px;
  9857. }
  9858. .search-form_liveout .search_list p {
  9859. margin: 0;
  9860. }
  9861. .search-form_liveout .search_link {
  9862. font-family: 'Noto Sans', sans-serif;
  9863. display: block;
  9864. padding: 5px 10px;
  9865. background: #ffffff;
  9866. color: #e74e3e;
  9867. }
  9868. .search-form_liveout .search_link .search_title {
  9869. color: #9b9b9b;
  9870. font: 700 13px/18px 'Noto Sans', sans-serif;
  9871. text-transform: uppercase;
  9872. }
  9873. .search-form_liveout .search_link:hover {
  9874. background: #e74e3e;
  9875. color: #ffffff;
  9876. }
  9877. .search-form_liveout .search_link:hover .search_title {
  9878. color: #ffffff;
  9879. }
  9880. .search-form_liveout .search_error {
  9881. display: block;
  9882. color: #e74e3e;
  9883. background: #fafafa;
  9884. padding: 10px 10px;
  9885. overflow: hidden;
  9886. font-size: 14px;
  9887. }
  9888. .search-form_liveout .match {
  9889. display: none;
  9890. }
  9891. .search-form_liveout button {
  9892. background: none;
  9893. border: none;
  9894. display: inline-block;
  9895. padding: 0;
  9896. outline: none;
  9897. outline-offset: 0;
  9898. cursor: pointer;
  9899. -webkit-appearance: none;
  9900. display: block;
  9901. width: 100%;
  9902. color: #7d1a0f;
  9903. background: #fafafa;
  9904. padding: 10px 10px;
  9905. }
  9906. .search-form_liveout button::-moz-focus-inner {
  9907. border: none;
  9908. padding: 0;
  9909. }
  9910. .search-form_liveout button:hover {
  9911. background: #e74e3e;
  9912. color: #ffffff;
  9913. }
  9914. input:focus + .search-form_liveout {
  9915. opacity: 1;
  9916. filter: alpha(opacity=100);
  9917. }
  9918. .lt-ie9 input:focus + .search-form_liveout {
  9919. filter: alpha(opacity=100);
  9920. }
  9921. .search-form_liveout .tablet,
  9922. .mobile .search-form_liveout {
  9923. display: none !important;
  9924. }
  9925. .search-frame,
  9926. .search-frame body {
  9927. width: 100%;
  9928. height: auto;
  9929. background: transparent;
  9930. }
  9931. .search-frame,
  9932. .search-frame body,
  9933. .search-frame h1,
  9934. .search-frame h2,
  9935. .search-frame h3,
  9936. .search-frame h4,
  9937. .search-frame h5,
  9938. .search-frame h6,
  9939. .search-frame p,
  9940. .search-frame em {
  9941. margin: 0;
  9942. padding: 0;
  9943. border: 0;
  9944. font-size: 100%;
  9945. font: inherit;
  9946. vertical-align: top;
  9947. }
  9948. .search-frame img {
  9949. max-width: 100%;
  9950. height: auto;
  9951. }
  9952. .search-frame a {
  9953. font: inherit;
  9954. color: inherit;
  9955. text-decoration: none;
  9956. -moz-transition: 0.3s all ease;
  9957. -webkit-transition: 0.3s all ease;
  9958. -o-transition: 0.3s all ease;
  9959. transition: 0.3s all ease;
  9960. }
  9961. .search-frame a:active {
  9962. background: transparent;
  9963. }
  9964. .search-frame a:focus {
  9965. outline: none;
  9966. }
  9967. .search-frame h4 {
  9968. color: #9b9b9b;
  9969. font-family: 'Noto Sans', sans-serif;
  9970. font-size: 20px;
  9971. font-weight: 700;
  9972. text-transform: none;
  9973. }
  9974. @media (max-width: 979px) {
  9975. .search-frame h4 {
  9976. font-size: 16px;
  9977. line-height: 16px;
  9978. }
  9979. }
  9980. .search-frame h4 a:hover {
  9981. color: #e74e3e;
  9982. }
  9983. .search-frame .search_list {
  9984. color: #595959;
  9985. margin: 0;
  9986. padding: 0;
  9987. border: 0;
  9988. font: inherit;
  9989. vertical-align: top;
  9990. list-style-type: none;
  9991. counter-reset: num1;
  9992. }
  9993. .search-frame .search_list p {
  9994. font: 300 15px/22px 'Noto Sans', sans-serif;
  9995. }
  9996. .search-frame .search_list .match {
  9997. color: #e74e3e;
  9998. font-size: 12px;
  9999. display: block;
  10000. }
  10001. .search-frame .search_list li {
  10002. padding-top: 20px;
  10003. padding-left: 50px;
  10004. position: relative;
  10005. padding-bottom: 20px;
  10006. -moz-transition: 0.3s all ease;
  10007. -webkit-transition: 0.3s all ease;
  10008. -o-transition: 0.3s all ease;
  10009. transition: 0.3s all ease;
  10010. }
  10011. .search-frame .search_list li:hover {
  10012. background: rgba(99, 205, 84, 0.1);
  10013. }
  10014. .lt-ie9 .search-frame .search_list li:hover {
  10015. background: none;
  10016. -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63cd54', endColorstr='#ff63cd54');
  10017. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63cd54', endColorstr='#ff63cd54');
  10018. zoom: 1;
  10019. }
  10020. .search-frame .search_list li:before {
  10021. content: counter(num1) '.';
  10022. counter-increment: num1;
  10023. position: absolute;
  10024. left: 5px;
  10025. top: 18px;
  10026. width: 24px;
  10027. height: 24px;
  10028. font-size: 24px;
  10029. font-family: 'Noto Sans', sans-serif;
  10030. line-height: inherit;
  10031. color: #9b9b9b;
  10032. }
  10033. @media (max-width: 979px) {
  10034. .search-frame .search_list li:before {
  10035. top: 13px;
  10036. }
  10037. }
  10038. .search-frame .search_list li + li {
  10039. border-top: 5px solid #e74e3e;
  10040. }
  10041. .search-frame .search {
  10042. color: #e74e3e;
  10043. font-weight: 700;
  10044. }
  10045. .search-frame .match {
  10046. color: #9b9b9b;
  10047. font-size: 12px;
  10048. display: block;
  10049. }
  10050. .search-frame * + p {
  10051. margin-top: 16px;
  10052. }
  10053. body.search_body {
  10054. background: #1b1b1d;
  10055. }
  10056. .content {
  10057. padding-top: 40px;
  10058. padding-bottom: 40px;
  10059. }
  10060. .search_head {
  10061. padding-bottom: 25px;
  10062. }
  10063. .clearfix:before,
  10064. .clearfix:after,
  10065. .dl-horizontal dd:before,
  10066. .dl-horizontal dd:after,
  10067. .container:before,
  10068. .container:after,
  10069. .container-fluid:before,
  10070. .container-fluid:after,
  10071. .row:before,
  10072. .row:after,
  10073. .form-horizontal .form-group:before,
  10074. .form-horizontal .form-group:after,
  10075. .btn-toolbar:before,
  10076. .btn-toolbar:after,
  10077. .btn-group-vertical > .btn-group:before,
  10078. .btn-group-vertical > .btn-group:after,
  10079. .nav:before,
  10080. .nav:after,
  10081. .navbar:before,
  10082. .navbar:after,
  10083. .navbar-header:before,
  10084. .navbar-header:after,
  10085. .navbar-nav:before,
  10086. .navbar-nav:after,
  10087. .pager:before,
  10088. .pager:after,
  10089. .panel-body:before,
  10090. .panel-body:after,
  10091. .modal-footer:before,
  10092. .modal-footer:after {
  10093. content: " ";
  10094. display: table;
  10095. }
  10096. .clearfix:after,
  10097. .dl-horizontal dd:after,
  10098. .container:after,
  10099. .container-fluid:after,
  10100. .row:after,
  10101. .form-horizontal .form-group:after,
  10102. .btn-toolbar:after,
  10103. .btn-group-vertical > .btn-group:after,
  10104. .nav:after,
  10105. .navbar:after,
  10106. .navbar-header:after,
  10107. .navbar-nav:after,
  10108. .pager:after,
  10109. .panel-body:after,
  10110. .modal-footer:after {
  10111. clear: both;
  10112. }
  10113. .clearfix:before,
  10114. .clearfix:after,
  10115. .dl-horizontal dd:before,
  10116. .dl-horizontal dd:after,
  10117. .container:before,
  10118. .container:after,
  10119. .container-fluid:before,
  10120. .container-fluid:after,
  10121. .row:before,
  10122. .row:after,
  10123. .form-horizontal .form-group:before,
  10124. .form-horizontal .form-group:after,
  10125. .btn-toolbar:before,
  10126. .btn-toolbar:after,
  10127. .btn-group-vertical > .btn-group:before,
  10128. .btn-group-vertical > .btn-group:after,
  10129. .nav:before,
  10130. .nav:after,
  10131. .navbar:before,
  10132. .navbar:after,
  10133. .navbar-header:before,
  10134. .navbar-header:after,
  10135. .navbar-nav:before,
  10136. .navbar-nav:after,
  10137. .pager:before,
  10138. .pager:after,
  10139. .panel-body:before,
  10140. .panel-body:after,
  10141. .modal-footer:before,
  10142. .modal-footer:after {
  10143. content: " ";
  10144. display: table;
  10145. }
  10146. .clearfix:after,
  10147. .dl-horizontal dd:after,
  10148. .container:after,
  10149. .container-fluid:after,
  10150. .row:after,
  10151. .form-horizontal .form-group:after,
  10152. .btn-toolbar:after,
  10153. .btn-group-vertical > .btn-group:after,
  10154. .nav:after,
  10155. .navbar:after,
  10156. .navbar-header:after,
  10157. .navbar-nav:after,
  10158. .pager:after,
  10159. .panel-body:after,
  10160. .modal-footer:after {
  10161. clear: both;
  10162. }
  10163. .center-block {
  10164. display: block;
  10165. margin-left: auto;
  10166. margin-right: auto;
  10167. }
  10168. .pull-right {
  10169. float: right;
  10170. }
  10171. .pull-left {
  10172. float: left;
  10173. }
  10174. .hide {
  10175. display: none !important;
  10176. }
  10177. .show {
  10178. display: block !important;
  10179. }
  10180. .invisible {
  10181. visibility: hidden;
  10182. }
  10183. .text-hide {
  10184. font: 0/0 a;
  10185. color: transparent;
  10186. text-shadow: none;
  10187. background-color: transparent;
  10188. border: 0;
  10189. }
  10190. .hidden {
  10191. display: none !important;
  10192. }
  10193. .affix {
  10194. position: fixed;
  10195. }
  10196. @-ms-viewport {
  10197. width: device-width;
  10198. }
  10199. .visible-xs,
  10200. .visible-sm,
  10201. .visible-md,
  10202. .visible-lg {
  10203. display: none !important;
  10204. }
  10205. .visible-xs-block,
  10206. .visible-xs-inline,
  10207. .visible-xs-inline-block,
  10208. .visible-sm-block,
  10209. .visible-sm-inline,
  10210. .visible-sm-inline-block,
  10211. .visible-md-block,
  10212. .visible-md-inline,
  10213. .visible-md-inline-block,
  10214. .visible-lg-block,
  10215. .visible-lg-inline,
  10216. .visible-lg-inline-block {
  10217. display: none !important;
  10218. }
  10219. @media (max-width: 767px) {
  10220. .visible-xs {
  10221. display: block !important;
  10222. }
  10223. table.visible-xs {
  10224. display: table;
  10225. }
  10226. tr.visible-xs {
  10227. display: table-row !important;
  10228. }
  10229. th.visible-xs,
  10230. td.visible-xs {
  10231. display: table-cell !important;
  10232. }
  10233. }
  10234. @media (max-width: 767px) {
  10235. .visible-xs-block {
  10236. display: block !important;
  10237. }
  10238. }
  10239. @media (max-width: 767px) {
  10240. .visible-xs-inline {
  10241. display: inline !important;
  10242. }
  10243. }
  10244. @media (max-width: 767px) {
  10245. .visible-xs-inline-block {
  10246. display: inline-block !important;
  10247. }
  10248. }
  10249. @media (min-width: 768px) and (max-width: 991px) {
  10250. .visible-sm {
  10251. display: block !important;
  10252. }
  10253. table.visible-sm {
  10254. display: table;
  10255. }
  10256. tr.visible-sm {
  10257. display: table-row !important;
  10258. }
  10259. th.visible-sm,
  10260. td.visible-sm {
  10261. display: table-cell !important;
  10262. }
  10263. }
  10264. @media (min-width: 768px) and (max-width: 991px) {
  10265. .visible-sm-block {
  10266. display: block !important;
  10267. }
  10268. }
  10269. @media (min-width: 768px) and (max-width: 991px) {
  10270. .visible-sm-inline {
  10271. display: inline !important;
  10272. }
  10273. }
  10274. @media (min-width: 768px) and (max-width: 991px) {
  10275. .visible-sm-inline-block {
  10276. display: inline-block !important;
  10277. }
  10278. }
  10279. @media (min-width: 992px) and (max-width: 1199px) {
  10280. .visible-md {
  10281. display: block !important;
  10282. }
  10283. table.visible-md {
  10284. display: table;
  10285. }
  10286. tr.visible-md {
  10287. display: table-row !important;
  10288. }
  10289. th.visible-md,
  10290. td.visible-md {
  10291. display: table-cell !important;
  10292. }
  10293. }
  10294. @media (min-width: 992px) and (max-width: 1199px) {
  10295. .visible-md-block {
  10296. display: block !important;
  10297. }
  10298. }
  10299. @media (min-width: 992px) and (max-width: 1199px) {
  10300. .visible-md-inline {
  10301. display: inline !important;
  10302. }
  10303. }
  10304. @media (min-width: 992px) and (max-width: 1199px) {
  10305. .visible-md-inline-block {
  10306. display: inline-block !important;
  10307. }
  10308. }
  10309. @media (min-width: 1200px) {
  10310. .visible-lg {
  10311. display: block !important;
  10312. }
  10313. table.visible-lg {
  10314. display: table;
  10315. }
  10316. tr.visible-lg {
  10317. display: table-row !important;
  10318. }
  10319. th.visible-lg,
  10320. td.visible-lg {
  10321. display: table-cell !important;
  10322. }
  10323. }
  10324. @media (min-width: 1200px) {
  10325. .visible-lg-block {
  10326. display: block !important;
  10327. }
  10328. }
  10329. @media (min-width: 1200px) {
  10330. .visible-lg-inline {
  10331. display: inline !important;
  10332. }
  10333. }
  10334. @media (min-width: 1200px) {
  10335. .visible-lg-inline-block {
  10336. display: inline-block !important;
  10337. }
  10338. }
  10339. @media (max-width: 767px) {
  10340. .hidden-xs {
  10341. display: none !important;
  10342. }
  10343. }
  10344. @media (min-width: 768px) and (max-width: 991px) {
  10345. .hidden-sm {
  10346. display: none !important;
  10347. }
  10348. }
  10349. @media (min-width: 992px) and (max-width: 1199px) {
  10350. .hidden-md {
  10351. display: none !important;
  10352. }
  10353. }
  10354. @media (min-width: 1200px) {
  10355. .hidden-lg {
  10356. display: none !important;
  10357. }
  10358. }
  10359. .visible-print {
  10360. display: none !important;
  10361. }
  10362. @media print {
  10363. .visible-print {
  10364. display: block !important;
  10365. }
  10366. table.visible-print {
  10367. display: table;
  10368. }
  10369. tr.visible-print {
  10370. display: table-row !important;
  10371. }
  10372. th.visible-print,
  10373. td.visible-print {
  10374. display: table-cell !important;
  10375. }
  10376. }
  10377. .visible-print-block {
  10378. display: none !important;
  10379. }
  10380. @media print {
  10381. .visible-print-block {
  10382. display: block !important;
  10383. }
  10384. }
  10385. .visible-print-inline {
  10386. display: none !important;
  10387. }
  10388. @media print {
  10389. .visible-print-inline {
  10390. display: inline !important;
  10391. }
  10392. }
  10393. .visible-print-inline-block {
  10394. display: none !important;
  10395. }
  10396. @media print {
  10397. .visible-print-inline-block {
  10398. display: inline-block !important;
  10399. }
  10400. }
  10401. @media print {
  10402. .hidden-print {
  10403. display: none !important;
  10404. }
  10405. }
Add Comment
Please, Sign In to add comment