Guest User

CSS

a guest
Aug 17th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.63 KB | None | 0 0
  1. /*!
  2. * Bootstrap v3.4.0 (https://getbootstrap.com/)
  3. * Copyright 2011-2018 Twitter, Inc.
  4. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  5. *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  6. html{
  7. font-family:sans-serif;
  8. -ms-text-size-adjust:100%;
  9. -webkit-text-size-adjust:100%
  10. }
  11. body{
  12. margin:0
  13. }
  14. article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
  15. display:block
  16. }
  17. audio,canvas,progress,video{
  18. display:inline-block;
  19. vertical-align:baseline
  20. }
  21. audio:not([controls]){
  22. display:none;
  23. height:0
  24. }
  25. [hidden],template{
  26. display:none
  27. }
  28. a{
  29. background-color:transparent
  30. }
  31. a:active,a:hover{
  32. outline:0
  33. }
  34. abbr[title]{
  35. border-bottom:none;
  36. text-decoration:underline;
  37. -webkit-text-decoration:underline dotted;
  38. -moz-text-decoration:underline dotted;
  39. text-decoration:underline dotted
  40. }
  41. b,strong{
  42. font-weight:700
  43. }
  44. dfn{
  45. font-style:italic
  46. }
  47. h1{
  48. font-size:2em;
  49. margin:.67em 0
  50. }
  51. mark{
  52. background:#ff0;
  53. color:#000
  54. }
  55. small{
  56. font-size:80%
  57. }
  58. sub,sup{
  59. font-size:75%;
  60. line-height:0;
  61. position:relative;
  62. vertical-align:baseline
  63. }
  64. sup{
  65. top:-.5em
  66. }
  67. sub{
  68. bottom:-.25em
  69. }
  70. img{
  71. border:0
  72. }
  73. svg:not(:root){
  74. overflow:hidden
  75. }
  76. figure{
  77. margin:1em 40px
  78. }
  79. hr{
  80. -webkit-box-sizing:content-box;
  81. -moz-box-sizing:content-box;
  82. box-sizing:content-box;
  83. height:0
  84. }
  85. pre{
  86. overflow:auto
  87. }
  88. code,kbd,pre,samp{
  89. font-family:monospace,monospace;
  90. font-size:1em
  91. }
  92. button,input,optgroup,select,textarea{
  93. color:inherit;
  94. font:inherit;
  95. margin:0
  96. }
  97. button{
  98. overflow:visible
  99. }
  100. button,select{
  101. text-transform:none
  102. }
  103. button,html input[type=button],input[type=reset],input[type=submit]{
  104. -webkit-appearance:button;
  105. cursor:pointer
  106. }
  107. button[disabled],html input[disabled]{
  108. cursor:default
  109. }
  110. button::-moz-focus-inner,input::-moz-focus-inner{
  111. border:0;
  112. padding:0
  113. }
  114. input{
  115. line-height:normal
  116. }
  117. input[type=checkbox],input[type=radio]{
  118. -webkit-box-sizing:border-box;
  119. -moz-box-sizing:border-box;
  120. box-sizing:border-box;
  121. padding:0
  122. }
  123. input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
  124. height:auto
  125. }
  126. input[type=search]{
  127. -webkit-appearance:textfield;
  128. -webkit-box-sizing:content-box;
  129. -moz-box-sizing:content-box;box-sizing:content-box
  130. }
  131. input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{
  132. -webkit-appearance:none
  133. }
  134. fieldset{
  135. border:1px solid silver;
  136. margin:0 2px;
  137. padding:.35em .625em .75em
  138. }
  139. legend{
  140. border:0;
  141. padding:0
  142. }
  143. textarea{
  144. overflow:auto
  145. }
  146. optgroup{
  147. font-weight:700
  148. }
  149. table{
  150. border-collapse:collapse;
  151. border-spacing:0
  152. }
  153. td,th{
  154. padding:0
  155. }
  156. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  157. @media print{
  158. *,:after,:before{
  159. color:#000 !important;
  160. text-shadow:none !important;
  161. background:0 0 !important;
  162. -webkit-box-shadow:none !important;
  163. box-shadow:none !important
  164. }
  165. a,a:visited{
  166. text-decoration:underline
  167. }
  168. a[href]:after{
  169. content:" (" attr(href) ")"
  170. }
  171. abbr[title]:after{
  172. content:" (" attr(title) ")"
  173. }
  174. a[href^="#"]:after,a[href^="javascript:"]:after{
  175. content:""
  176. }
  177. blockquote,pre{
  178. border:1px solid #999;
  179. page-break-inside:avoid
  180. }
  181. thead{
  182. display:table-header-group
  183. }
  184. img,tr{
  185. page-break-inside:avoid
  186. }
  187. img{
  188. max-width:100% !important
  189. }
  190. h2,h3,p{
  191. orphans:3;
  192. widows:3
  193. }
  194. h2,h3{
  195. page-break-after:avoid
  196. }
  197. .navbar{
  198. display:none
  199. }
  200. .btn>.caret,.dropup>.btn>.caret{
  201. border-top-color:#000 !important
  202. }
  203. .label{
  204. border:1px solid #000
  205. }
  206. .table{
  207. border-collapse:collapse !important
  208. }
  209. .table td,.table th{
  210. background-color:#fff !important
  211. }
  212. .table-bordered td,.table-bordered th{
  213. border:1px solid #ddd!important
  214. }
  215. }
  216. @font-face{
  217. font-family:"Glyphicons Halflings";
  218. src:url(../fonts/glyphicons-halflings-regular.eot);
  219. src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
  220. url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),
  221. url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
  222. url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
  223. url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
  224. }
  225. .glyphicon{
  226. position:relative;
  227. top:1px;
  228. display:inline-block;
  229. font-family:"Glyphicons Halflings";
  230. font-style:normal;
  231. font-weight:400;
  232. line-height:1;
  233. -webkit-font-smoothing:antialiased;
  234. -moz-osx-font-smoothing:grayscale
  235. }
  236. .glyphicon-asterisk:before{
  237. content:"\002a"
  238. }
  239. .glyphicon-plus:before{
  240. content:"\002b"
  241. }
  242. .glyphicon-eur:before,.glyphicon-euro:before{
  243. content:"\20ac"
  244. }
  245. .glyphicon-minus:before{
  246. content:"\2212"
  247. }
  248. .glyphicon-cloud:before{
  249. content:"\2601"
  250. }
  251. .glyphicon-envelope:before{
  252. content:"\2709"
  253. }
  254. .glyphicon-pencil:before{
  255. content:"\270f"
  256. }
  257. .glyphicon-glass:before{
  258. content:"\e001"
  259. }
  260. .glyphicon-music:before{
  261. content:"\e002"
  262. }
  263. .glyphicon-search:before{
  264. content:"\e003"
  265. }
  266. .glyphicon-heart:before{
  267. content:"\e005"
  268. }
  269. .glyphicon-star:before{
  270. content:"\e006"
  271. }
  272. .glyphicon-star-empty:before{
  273. content:"\e007"
  274. }
  275. .glyphicon-user:before{
  276. content:"\e008"
  277. }
  278. .glyphicon-film:before{
  279. content:"\e009"
  280. }
  281. .glyphicon-th-large:before{
  282. content:"\e010"
  283. }
  284. .glyphicon-th:before{
  285. content:"\e011"
  286. }
  287. .glyphicon-th-list:before{
  288. content:"\e012"
  289. }
  290. .glyphicon-ok:before{
  291. content:"\e013"
  292. }
  293. .glyphicon-remove:before{
  294. content:"\e014"
  295. }
  296. .glyphicon-zoom-in:before{
  297. content:"\e015"
  298. }
  299. .glyphicon-zoom-out:before{
  300. content:"\e016"
  301. }
  302. .glyphicon-off:before{
  303. content:"\e017"
  304. }
  305. .glyphicon-signal:before{
  306. content:"\e018"
  307. }
  308. .glyphicon-cog:before{
  309. content:"\e019"
  310. }
  311. .glyphicon-trash:before{
  312. content:"\e020"
  313. }
  314. .glyphicon-home:before{
  315. content:"\e021"
  316. }
  317. .glyphicon-file:before{
  318. content:"\e022"
  319. }
  320. .glyphicon-time:before{
  321. content:"\e023"
  322. }
  323. .glyphicon-road:before{
  324. content:"\e024"
  325. }
  326. .glyphicon-download-alt:before{
  327. content:"\e025"
  328. }
  329. .glyphicon-download:before{
  330. content:"\e026"
  331. }
  332. .glyphicon-upload:before{
  333. content:"\e027"
  334. }
  335. .glyphicon-inbox:before{
  336. content:"\e028"
  337. }
  338. .glyphicon-play-circle:before{
  339. content:"\e029"
  340. }
  341. .glyphicon-repeat:before{
  342. content:"\e030"
  343. }
  344. .glyphicon-refresh:before{
  345. content:"\e031"
  346. }
  347. .glyphicon-list-alt:before{
  348. content:"\e032"
  349. }
  350. .glyphicon-lock:before{
  351. content:"\e033"
  352. }
  353. .glyphicon-flag:before{
  354. content:"\e034"
  355. }
  356. .glyphicon-headphones:before{
  357. content:"\e035"
  358. }
  359. .glyphicon-volume-off:before{
  360. content:"\e036"
  361. }
  362. .glyphicon-volume-down:before{
  363. content:"\e037"
  364. }
  365. .glyphicon-volume-up:before{
  366. content:"\e038"
  367. }
  368. .glyphicon-qrcode:before{
  369. content:"\e039"
  370. }
  371. .glyphicon-barcode:before{
  372. content:"\e040"
  373. }
  374. .glyphicon-tag:before{
  375. content:"\e041"
  376. }
  377. .glyphicon-tags:before{
  378. content:"\e042"
  379. }
  380. .glyphicon-book:before{
  381. content:"\e043"
  382. }
  383. .glyphicon-bookmark:before{
  384. content:"\e044"
  385. }
  386. .glyphicon-print:before{
  387. content:"\e045"
  388. }
  389. .glyphicon-camera:before{
  390. content:"\e046"
  391. }
  392. .glyphicon-font:before{
  393. content:"\e047"
  394. }
  395. .glyphicon-bold:before{
  396. content:"\e048"
  397. }
  398. .glyphicon-italic:before{
  399. content:"\e049"
  400. }
  401. .glyphicon-text-height:before{
  402. content:"\e050"
  403. }
  404. .glyphicon-text-width:before{
  405. content:"\e051"
  406. }
  407. .glyphicon-align-left:before{
  408. content:"\e052"
  409. }
  410. .glyphicon-align-center:before{
  411. content:"\e053"
  412. }
  413. .glyphicon-align-right:before{
  414. content:"\e054"
  415. }
  416. .glyphicon-align-justify:before{
  417. content:"\e055"
  418. }
  419. .glyphicon-list:before{
  420. content:"\e056"
  421. }
  422. .glyphicon-indent-left:before{
  423. content:"\e057"
  424. }
  425. .glyphicon-indent-right:before{
  426. content:"\e058"
  427. }
  428. .glyphicon-facetime-video:before{
  429. content:"\e059"
  430. }
  431. .glyphicon-picture:before{
  432. content:"\e060"
  433. }
  434. .glyphicon-map-marker:before{
  435. content:"\e062"
  436. }
  437. .glyphicon-adjust:before{
  438. content:"\e063"
  439. }
  440. .glyphicon-tint:before{
  441. content:"\e064"
  442. }
  443. .glyphicon-edit:before{
  444. content:"\e065"
  445. }
  446. .glyphicon-share:before{
  447. content:"\e066"
  448. }
  449. .glyphicon-check:before{
  450. content:"\e067"
  451. }
  452. .glyphicon-move:before{
  453. content:"\e068"
  454. }
  455. .glyphicon-step-backward:before{
  456. content:"\e069"
  457. }
  458. .glyphicon-fast-backward:before{
  459. content:"\e070"
  460. }
  461. .glyphicon-backward:before{
  462. content:"\e071"
  463. }
  464. .glyphicon-play:before{
  465. content:"\e072"
  466. }
  467. .glyphicon-pause:before{
  468. content:"\e073"
  469. }
  470. .glyphicon-stop:before{
  471. content:"\e074"
  472. }
  473. .glyphicon-forward:before{
  474. content:"\e075"
  475. }
  476. .glyphicon-fast-forward:before{
  477. content:"\e076"
  478. }
  479. .glyphicon-step-forward:before{
  480. content:"\e077"
  481. }
  482. .glyphicon-eject:before{
  483. content:"\e078"
  484. }
  485. .glyphicon-chevron-left:before{
  486. content:"\e079"
  487. }
  488. .glyphicon-chevron-right:before{
  489. content:"\e080"
  490. }
  491. .glyphicon-plus-sign:before{
  492. content:"\e081"
  493. }
  494. .glyphicon-minus-sign:before{
  495. content:"\e082"
  496. }
  497. .glyphicon-remove-sign:before{
  498. content:"\e083"
  499. }
  500. .glyphicon-ok-sign:before{
  501. content:"\e084"
  502. }
  503. .glyphicon-question-sign:before{
  504. content:"\e085"
  505. }
  506. .glyphicon-info-sign:before{
  507. content:"\e086"
  508. }
  509. .glyphicon-screenshot:before{
  510. content:"\e087"
  511. }
  512. .glyphicon-remove-circle:before{
  513. content:"\e088"
  514. }
  515. .glyphicon-ok-circle:before{
  516. content:"\e089"
  517. }
  518. .glyphicon-ban-circle:before{
  519. content:"\e090"
  520. }
  521. .glyphicon-arrow-left:before{
  522. content:"\e091"
  523. }
  524. .glyphicon-arrow-right:before{
  525. content:"\e092"
  526. }
  527. .glyphicon-arrow-up:before{
  528. content:"\e093"
  529. }
  530. .glyphicon-arrow-down:before{
  531. content:"\e094"
  532. }
  533. .glyphicon-share-alt:before{
  534. content:"\e095"
  535. }
  536. .glyphicon-resize-full:before{
  537. content:"\e096"
  538. }
  539. .glyphicon-resize-small:before{
  540. content:"\e097"
  541. }
  542. .glyphicon-exclamation-sign:before{
  543. content:"\e101"
  544. }
  545. .glyphicon-gift:before{
  546. content:"\e102"
  547. }
  548. .glyphicon-leaf:before{
  549. content:"\e103"
  550. }
  551. .glyphicon-fire:before{
  552. content:"\e104"
  553. }
  554. .glyphicon-eye-open:before{
  555. content:"\e105"
  556. }
  557. .glyphicon-eye-close:before{
  558. content:"\e106"
  559. }
  560. .glyphicon-warning-sign:before{
  561. content:"\e107"
  562. }
  563. .glyphicon-plane:before{
  564. content:"\e108"
  565. }
  566. .glyphicon-calendar:before{
  567. content:"\e109"
  568. }
  569. .glyphicon-random:before{
  570. content:"\e110"
  571. }
  572. .glyphicon-comment:before{
  573. content:"\e111"
  574. }
  575. .glyphicon-magnet:before{
  576. content:"\e112"
  577. }
  578. .glyphicon-chevron-up:before{
  579. content:"\e113"
  580. }
  581. .glyphicon-chevron-down:before{
  582. content:"\e114"
  583. }
  584. .glyphicon-retweet:before{
  585. content:"\e115"
  586. }
  587. .glyphicon-shopping-cart:before{
  588. content:"\e116"
  589. }
  590. .glyphicon-folder-close:before{
  591. content:"\e117"
  592. }
  593. .glyphicon-folder-open:before{
  594. content:"\e118"
  595. }
  596. .glyphicon-resize-vertical:before{
  597. content:"\e119"
  598. }
  599. .glyphicon-resize-horizontal:before{
  600. content:"\e120"
  601. }
  602. .glyphicon-hdd:before{
  603. content:"\e121"
  604. }
  605. .glyphicon-bullhorn:before{
  606. content:"\e122"
  607. }
  608. .glyphicon-bell:before{
  609. content:"\e123"
  610. }
  611. .glyphicon-certificate:before{
  612. content:"\e124"
  613. }
  614. .glyphicon-thumbs-up:before{
  615. content:"\e125"
  616. }
  617. .glyphicon-thumbs-down:before{
  618. content:"\e126"
  619. }
  620. .glyphicon-hand-right:before{
  621. content:"\e127"
  622. }
  623. .glyphicon-hand-left:before{
  624. content:"\e128"
  625. }
  626. .glyphicon-hand-up:before{
  627. content:"\e129"
  628. }
  629. .glyphicon-hand-down:before{
  630. content:"\e130"
  631. }
  632. .glyphicon-circle-arrow-right:before{
  633. content:"\e131"
  634. }
  635. .glyphicon-circle-arrow-left:before{
  636. content:"\e132"
  637. }
  638. .glyphicon-circle-arrow-up:before{
  639. content:"\e133"
  640. }
  641. .glyphicon-circle-arrow-down:before{
  642. content:"\e134"
  643. }
  644. .glyphicon-globe:before{
  645. content:"\e135"
  646. }
  647. .glyphicon-wrench:before{
  648. content:"\e136"
  649. }
  650. .glyphicon-tasks:before{
  651. content:"\e137"
  652. }
  653. .glyphicon-filter:before{
  654. content:"\e138"
  655. }
  656. .glyphicon-briefcase:before{
  657. content:"\e139"
  658. }
  659. .glyphicon-fullscreen:before{
  660. content:"\e140"
  661. }
  662. .glyphicon-dashboard:before{
  663. content:"\e141"
  664. }
  665. .glyphicon-paperclip:before{
  666. content:"\e142"
  667. }
  668. .glyphicon-heart-empty:before{
  669. content:"\e143"
  670. }
  671. .glyphicon-link:before{
  672. content:"\e144"
  673. }
  674. .glyphicon-phone:before{
  675. content:"\e145"
  676. }
  677. .glyphicon-pushpin:before{
  678. content:"\e146"
  679. }
  680. .glyphicon-usd:before{
  681. content:"\e148"
  682. }
  683. .glyphicon-gbp:before{
  684. content:"\e149"
  685. }
  686. .glyphicon-sort:before{
  687. content:"\e150"
  688. }
  689. .glyphicon-sort-by-alphabet:before{
  690. content:"\e151"
  691. }
  692. .glyphicon-sort-by-alphabet-alt:before{
  693. content:"\e152"
  694. }
  695. .glyphicon-sort-by-order:before{
  696. content:"\e153"
  697. }
  698. .glyphicon-sort-by-order-alt:before{
  699. content:"\e154"
  700. }
  701. .glyphicon-sort-by-attributes:before{
  702. content:"\e155"
  703. }
  704. .glyphicon-sort-by-attributes-alt:before{
  705. content:"\e156"
  706. }
  707. .glyphicon-unchecked:before{
  708. content:"\e157"
  709. }
  710. .glyphicon-expand:before{
  711. content:"\e158"
  712. }
  713. .glyphicon-collapse-down:before{
  714. content:"\e159"
  715. }
  716. .glyphicon-collapse-up:before{
  717. content:"\e160"
  718. }
  719. .glyphicon-log-in:before{
  720. content:"\e161"
  721. }
  722. .glyphicon-flash:before{
  723. content:"\e162"
  724. }
  725. .glyphicon-log-out:before{
  726. content:"\e163"
  727. }
  728. .glyphicon-new-window:before{
  729. content:"\e164"
  730. }
  731. .glyphicon-record:before{
  732. content:"\e165"
  733. }
  734. .glyphicon-save:before{
  735. content:"\e166"
  736. }
  737. .glyphicon-open:before{
  738. content:"\e167"
  739. }
  740. .glyphicon-saved:before{
  741. content:"\e168"
  742. }
  743. .glyphicon-import:before{
  744. content:"\e169"
  745. }
  746. .glyphicon-export:before{
  747. content:"\e170"
  748. }
  749. .glyphicon-send:before{
  750. content:"\e171"
  751. }
  752. .glyphicon-floppy-disk:before{
  753. content:"\e172"
  754. }
  755. .glyphicon-floppy-saved:before{
  756. content:"\e173"
  757. }
  758. .glyphicon-floppy-remove:before{
  759. content:"\e174"
  760. }
  761. .glyphicon-floppy-save:before{
  762. content:"\e175"
  763. }
  764. .glyphicon-floppy-open:before{
  765. content:"\e176"
  766. }
  767. .glyphicon-credit-card:before{
  768. content:"\e177"
  769. }
  770. .glyphicon-transfer:before{
  771. content:"\e178"
  772. }
  773. .glyphicon-cutlery:before{
  774. content:"\e179"
  775. }
  776. .glyphicon-header:before{
  777. content:"\e180"
  778. }
  779. .glyphicon-compressed:before{
  780. content:"\e181"
  781. }
  782. .glyphicon-earphone:before{
  783. content:"\e182"
  784. }
  785. .glyphicon-phone-alt:before{
  786. content:"\e183"
  787. }
  788. .glyphicon-tower:before{
  789. content:"\e184"
  790. }
  791. .glyphicon-stats:before{
  792. content:"\e185"
  793. }
  794. .glyphicon-sd-video:before{
  795. content:"\e186"
  796. }
  797. .glyphicon-hd-video:before{
  798. content:"\e187"
  799. }
  800. .glyphicon-subtitles:before{
  801. content:"\e188"
  802. }
  803. .glyphicon-sound-stereo:before{
  804. content:"\e189"
  805. }
  806. .glyphicon-sound-dolby:before{
  807. content:"\e190"
  808. }
  809. .glyphicon-sound-5-1:before{
  810. content:"\e191"
  811. }
  812. .glyphicon-sound-6-1:before{
  813. content:"\e192"
  814. }
  815. .glyphicon-sound-7-1:before{
  816. content:"\e193"
  817. }
  818. .glyphicon-copyright-mark:before{
  819. content:"\e194"
  820. }
  821. .glyphicon-registration-mark:before{
  822. content:"\e195"
  823. }
  824. .glyphicon-cloud-download:before{
  825. content:"\e197"
  826. }
  827. .glyphicon-cloud-upload:before{
  828. content:"\e198"
  829. }
  830. .glyphicon-tree-conifer:before{
  831. content:"\e199"
  832. }
  833. .glyphicon-tree-deciduous:before{
  834. content:"\e200"
  835. }
  836. .glyphicon-cd:before{
  837. content:"\e201"
  838. }
  839. .glyphicon-save-file:before{
  840. content:"\e202"
  841. }
  842. .glyphicon-open-file:before{
  843. content:"\e203"
  844. }
  845. .glyphicon-level-up:before{
  846. content:"\e204"
  847. }
  848. .glyphicon-copy:before{
  849. content:"\e205"
  850. }
  851. .glyphicon-paste:before{
  852. content:"\e206"
  853. }
  854. .glyphicon-alert:before{
  855. content:"\e209"
  856. }
  857. .glyphicon-equalizer:before{
  858. content:"\e210"
  859. }
  860. .glyphicon-king:before{
  861. content:"\e211"
  862. }
  863. .glyphicon-queen:before{
  864. content:"\e212"
  865. }
  866. .glyphicon-pawn:before{
  867. content:"\e213"
  868. }
  869. .glyphicon-bishop:before{
  870. content:"\e214"
  871. }
  872. .glyphicon-knight:before{
  873. content:"\e215"
  874. }
  875. .glyphicon-baby-formula:before{
  876. content:"\e216"
  877. }
  878. .glyphicon-tent:before{
  879. content:"\26fa"
  880. }
  881. .glyphicon-blackboard:before{
  882. content:"\e218"
  883. }
  884. .glyphicon-bed:before{
  885. content:"\e219"
  886. }
  887. .glyphicon-apple:before{
  888. content:"\f8ff"
  889. }
  890. .glyphicon-erase:before{
  891. content:"\e221"
  892. }
  893. .glyphicon-hourglass:before{
  894. content:"\231b"
  895. }
  896. .glyphicon-lamp:before{
  897. content:"\e223"
  898. }
  899. .glyphicon-duplicate:before{
  900. content:"\e224"
  901. }
  902. .glyphicon-piggy-bank:before{
  903. content:"\e225"
  904. }
  905. .glyphicon-scissors:before{
  906. content:"\e226"
  907. }
  908. .glyphicon-bitcoin:before{
  909. content:"\e227"
  910. }
  911. .glyphicon-btc:before{
  912. content:"\e227"
  913. }
  914. .glyphicon-xbt:before{
  915. content:"\e227"
  916. }
  917. .glyphicon-yen:before{
  918. content:"\00a5"
  919. }
  920. .glyphicon-jpy:before{
  921. content:"\00a5"
  922. }
  923. .glyphicon-ruble:before{
  924. content:"\20bd"
  925. }
  926. .glyphicon-rub:before{
  927. content:"\20bd"
  928. }
  929. .glyphicon-scale:before{
  930. content:"\e230"
  931. }
  932. .glyphicon-ice-lolly:before{
  933. content:"\e231"
  934. }
  935. .glyphicon-ice-lolly-tasted:before{
  936. content:"\e232"
  937. }
  938. .glyphicon-education:before{
  939. content:"\e233"
  940. }
  941. .glyphicon-option-horizontal:before{
  942. content:"\e234"
  943. }
  944. .glyphicon-option-vertical:before{
  945. content:"\e235"
  946. }
  947. .glyphicon-menu-hamburger:before{
  948. content:"\e236"
  949. }
  950. .glyphicon-modal-window:before{
  951. content:"\e237"
  952. }
  953. .glyphicon-oil:before{
  954. content:"\e238"
  955. }
  956. .glyphicon-grain:before{
  957. content:"\e239"
  958. }
  959. .glyphicon-sunglasses:before{
  960. content:"\e240"
  961. }
  962. .glyphicon-text-size:before{
  963. content:"\e241"
  964. }
  965. .glyphicon-text-color:before{
  966. content:"\e242"
  967. }
  968. .glyphicon-text-background:before{
  969. content:"\e243"
  970. }
  971. .glyphicon-object-align-top:before{
  972. content:"\e244"
  973. }
  974. .glyphicon-object-align-bottom:before{
  975. content:"\e245"
  976. }
  977. .glyphicon-object-align-horizontal:before{
  978. content:"\e246"
  979. }
  980. .glyphicon-object-align-left:before{
  981. content:"\e247"
  982. }
  983. .glyphicon-object-align-vertical:before{
  984. content:"\e248"
  985. }
  986. .glyphicon-object-align-right:before{
  987. content:"\e249"
  988. }
  989. .glyphicon-triangle-right:before{
  990. content:"\e250"
  991. }
  992. .glyphicon-triangle-left:before{
  993. content:"\e251"
  994. }
  995. .glyphicon-triangle-bottom:before{
  996. content:"\e252"
  997. }
  998. .glyphicon-triangle-top:before{
  999. content:"\e253"
  1000. }
  1001. .glyphicon-console:before{
  1002. content:"\e254"
  1003. }
  1004. .glyphicon-superscript:before{
  1005. content:"\e255"
  1006. }
  1007. .glyphicon-subscript:before{
  1008. content:"\e256"
  1009. }
  1010. .glyphicon-menu-left:before{
  1011. content:"\e257"
  1012. }
  1013. .glyphicon-menu-right:before{
  1014. content:"\e258"
  1015. }
  1016. .glyphicon-menu-down:before{
  1017. content:"\e259"
  1018. }
  1019. .glyphicon-menu-up:before{
  1020. content:"\e260"
  1021. }
  1022. *{
  1023. -webkit-box-sizing:border-box;
  1024. -moz-box-sizing:border-box;
  1025. box-sizing:border-box
  1026. }
  1027. :after,:before{
  1028. -webkit-box-sizing:border-box;
  1029. -moz-box-sizing:border-box;
  1030. box-sizing:border-box
  1031. }
  1032. html{
  1033. font-size:10px;
  1034. -webkit-tap-highlight-color:rgba(0,0,0,0)
  1035. }
  1036. body{
  1037. font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  1038. font-size:14px;
  1039. line-height:1.42857143;
  1040. color:#333;
  1041. background-color:#fff
  1042. }
  1043. button,input,select,textarea{
  1044. font-family:inherit;
  1045. font-size:inherit;
  1046. line-height:inherit
  1047. }
  1048. a{
  1049. color:#337ab7;
  1050. text-decoration:none
  1051. }
  1052. a:focus,a:hover{
  1053. color:#23527c;
  1054. text-decoration:underline
  1055. }
  1056. a:focus{
  1057. outline:5px auto -webkit-focus-ring-color;
  1058. outline-offset:-2px
  1059. }
  1060. figure{
  1061. margin:0
  1062. }
  1063. img{
  1064. vertical-align:middle
  1065. }
  1066. @font-face{
  1067. font-family:DINNext-Reg;
  1068. src:url(../fonts/DINNext-Reg.eot);
  1069. src:url(../fonts/DINNext-Reg.eot?#iefix) format("embedded-opentype"),
  1070. url(../fonts/DINNext-Reg.woff) format("woff"),
  1071. url(../fonts/DINNext-Reg.ttf) format("truetype"),
  1072. url(../fonts/DINNext-Reg.svg#) format("svg")
  1073. }
  1074. @font-face{
  1075. font-family:DINNext-Ita;
  1076. src:url(../fonts/DINNext-Ita.eot);
  1077. src:url(../fonts/DINNext-Ita.eot?#iefix) format("embedded-opentype"),
  1078. url(../fonts/DINNext-Ita.woff) format("woff"),
  1079. url(../fonts/DINNext-Ita.ttf) format("truetype"),
  1080. url(../fonts/DINNext-Ita.svg#) format("svg")
  1081. }
  1082. @font-face{
  1083. font-family:DINNext-Hvy;
  1084. src:url(../fonts/DINNext-Hvy.eot);
  1085. src:url(../fonts/DINNext-Hvy.eot?#iefix) format("embedded-opentype"),
  1086. url(../fonts/DINNext-Hvy.woff) format("woff"),
  1087. url(../fonts/DINNext-Hvy.ttf) format("truetype"),
  1088. url(../fonts/DINNext-Hvy.svg#) format("svg")
  1089. }
  1090. @font-face{
  1091. font-family:DINNext-HvyIta;
  1092. src:url(../fonts/DINNext-HvyIta.eot);
  1093. src:url(../fonts/DINNext-HvyIta.eot?#iefix) format("embedded-opentype"),
  1094. url(../fonts/DINNext-HvyIta.woff) format("woff"),
  1095. url(../fonts/DINNext-HvyIta.ttf) format("truetype"),
  1096. url(../fonts/DINNext-HvyIta.svg#) format("svg")
  1097. }
  1098. @font-face{
  1099. font-family:DINNext-UltLt;
  1100. src:url(../fonts/DINNext-UltLt.eot);
  1101. src:url(../fonts/DINNext-UltLt.eot?#iefix) format("embedded-opentype"),
  1102. url(../fonts/DINNext-UltLt.woff) format("woff"),
  1103. url(../fonts/DINNext-UltLt.ttf) format("truetype"),
  1104. url(../fonts/DINNext-UltLt.svg#) format("svg")
  1105. }
  1106. @font-face{
  1107. font-family:DINNext-UltLtIta;
  1108. src:url(../fonts/DINNext-UltLtIta.eot);
  1109. src:url(../fonts/DINNext-UltLtIta.eot?#iefix) format("embedded-opentype"),
  1110. url(../fonts/DINNext-UltLtIta.woff) format("woff"),
  1111. url(../fonts/DINNext-UltLtIta.ttf) format("truetype"),
  1112. url(../fonts/DINNext-UltLtIta.svg#) format("svg")
  1113. }
  1114. @font-face{
  1115. font-family:DINNext-Lt;
  1116. src:url(../fonts/DINNext-Lt.eot);
  1117. src:url(../fonts/DINNext-Lt.eot?#iefix) format("embedded-opentype"),
  1118. url(../fonts/DINNext-Lt.woff) format("woff"),
  1119. url(../fonts/DINNext-Lt.ttf) format("truetype"),
  1120. url(../fonts/DINNext-Lt.svg#) format("svg")
  1121. }
  1122. @font-face{
  1123. font-family:DINNext-LtIta;
  1124. src:url(../fonts/DINNext-LtIta.eot);
  1125. src:url(../fonts/DINNext-LtIta.eot?#iefix) format("embedded-opentype"),
  1126. url(../fonts/DINNext-LtIta.woff) format("woff"),
  1127. url(../fonts/DINNext-LtIta.ttf) format("truetype"),
  1128. url(../fonts/DINNext-LtIta.svg#) format("svg")
  1129. }
  1130. @font-face{
  1131. font-family:DINNext-Med;
  1132. src:url(../fonts/DINNext-Med.eot);
  1133. src:url(../fonts/DINNext-Med.eot?#iefix) format("embedded-opentype"),
  1134. url(../fonts/DINNext-Med.woff) format("woff"),
  1135. url(../fonts/DINNext-Med.ttf) format("truetype"),
  1136. url(../fonts/DINNext-Med.svg#) format("svg")
  1137. }
  1138. @font-face{
  1139. font-family:DINNext-MedIta;
  1140. src:url(../fonts/DINNext-MedIta.eot);
  1141. src:url(../fonts/DINNext-MedIta.eot?#iefix) format("embedded-opentype"),
  1142. url(../fonts/DINNext-MedIta.woff) format("woff"),
  1143. url(../fonts/DINNext-MedIta.ttf) format("truetype"),
  1144. url(../fonts/DINNext-MedIta.svg#) format("svg")
  1145. }
  1146. @font-face{
  1147. font-family:DINNext-Bld;
  1148. src:url(../fonts/DINNext-bold.eot);
  1149. src:url(../fonts/DINNext-bold.eot?#iefix) format("embedded-opentype"),
  1150. url(../fonts/DINNext-bold.woff) format("woff"),
  1151. url(../fonts/DINNext-bold.ttf) format("truetype"),
  1152. url(../fonts/DINNext-bold.svg#) format("svg")
  1153. }
  1154. @font-face{
  1155. font-family:DINNext-BldIta;
  1156. src:url(../fonts/DINNext-boldIta.eot);
  1157. src:url(../fonts/DINNext-boldIta.eot?#iefix) format("embedded-opentype"),
  1158. url(../fonts/DINNext-boldIta.woff) format("woff"),
  1159. url(../fonts/DINNext-boldIta.ttf) format("truetype"),
  1160. url(../fonts/DINNext-boldIta.svg#) format("svg")
  1161. }
  1162. @font-face{
  1163. font-family:HelveticaNeue-55Rom;
  1164. src:url(../fonts/HelveticaNeue-55Rom.eot);
  1165. src:url(../fonts/HelveticaNeue-55Rom.eot?#iefix) format("embedded-opentype"),
  1166. url(../fonts/HelveticaNeue-55Rom.woff) format("woff"),
  1167. url(../fonts/HelveticaNeue-55Rom.ttf) format("truetype"),
  1168. url(../fonts/HelveticaNeue-55Rom.svg#) format("svg")
  1169. }
  1170. @font-face{
  1171. font-family:HelveticaNeue-56Ita;
  1172. src:url(../fonts/HelveticaNeue-56Ita.eot);
  1173. src:url(../fonts/HelveticaNeue-56Ita.eot?#iefix) format("embedded-opentype"),
  1174. url(../fonts/HelveticaNeue-56Ita.woff) format("woff"),
  1175. url(../fonts/HelveticaNeue-56Ita.ttf) format("truetype"),
  1176. url(../fonts/HelveticaNeue-56Ita.svg#) format("svg")
  1177. }
  1178. @font-face{
  1179. font-family:HelveticaNeue-75Bld;
  1180. src:url(../fonts/HelveticaNeue-75Bld.eot);
  1181. src:url(../fonts/HelveticaNeue-75Bld.eot?#iefix) format("embedded-opentype"),
  1182. url(../fonts/HelveticaNeue-75Bld.woff) format("woff"),
  1183. url(../fonts/HelveticaNeue-75Bld.ttf) format("truetype"),
  1184. url(../fonts/HelveticaNeue-75Bld.svg#) format("svg")
  1185. }
  1186. @font-face{
  1187. font-family:HelveticaNeue-76BldIta;
  1188. src:url(../fonts/HelveticaNeue-76BldIta.eot);
  1189. src:url(../fonts/HelveticaNeue-76BldIta.eot?#iefix) format("embedded-opentype"),
  1190. url(../fonts/HelveticaNeue-76BldIta.woff) format("woff"),
  1191. url(../fonts/HelveticaNeue-76BldIta.ttf) format("truetype"),
  1192. url(../fonts/HelveticaNeue-76BldIta.svg#) format("svg")
  1193. }
  1194. @font-face{
  1195. font-family:Futura-Book;
  1196. src:url(../fonts/futura-book.eot);
  1197. src:url(../fonts/futura-book.eot?#iefix) format("embedded-opentype"),
  1198. url(../fonts/futura-book.woff) format("woff"),
  1199. url(../fonts/futura-book.ttf) format("truetype"),
  1200. url(../fonts/futura-book.svg#) format("svg")
  1201. }
  1202. @font-face{
  1203. font-family:Futura-Book-Oblique;
  1204. src:url(../fonts/futura-book-oblique.eot);
  1205. src:url(../fonts/futura-book-oblique.eot?#iefix) format("embedded-opentype"),
  1206. url(../fonts/futura-book-oblique.woff) format("woff"),
  1207. url(../fonts/futura-book-oblique.ttf) format("truetype"),
  1208. url(../fonts/futura-book-oblique.svg#) format("svg")
  1209. }
  1210. .carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{
  1211. display:block;
  1212. max-width:100%;
  1213. height:auto
  1214. }
  1215. .img-rounded{
  1216. border-radius:6px
  1217. }
  1218. .img-thumbnail{
  1219. padding:4px;
  1220. line-height:1.42857143;
  1221. background-color:#fff;
  1222. border:1px solid #ddd;
  1223. border-radius:4px;
  1224. -webkit-transition:all .2s ease-in-out;
  1225. -o-transition:all .2s ease-in-out;
  1226. transition:all .2s ease-in-out;
  1227. display:inline-block;
  1228. max-width:100%;
  1229. height:auto
  1230. }
  1231. .img-circle{
  1232. border-radius:50%
  1233. }
  1234. hr{
  1235. margin-top:20px;
  1236. margin-bottom:20px;
  1237. border:0;
  1238. border-top:1px solid #eee
  1239. }
  1240. .sr-only{
  1241. position:absolute;
  1242. width:1px;
  1243. height:1px;
  1244. padding:0;
  1245. margin:-1px;
  1246. overflow:hidden;
  1247. clip:rect(0,0,0,0);
  1248. border:0
  1249. }
  1250. .sr-only-focusable:active,.sr-only-focusable:focus{
  1251. position:static;
  1252. width:auto;
  1253. height:auto;
  1254. margin:0;
  1255. overflow:visible;
  1256. clip:auto
  1257. }
  1258. [role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
  1259. font-family:inherit;
  1260. font-weight:500;
  1261. line-height:1.1;
  1262. color:inherit
  1263. }
  1264. .h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,
  1265. .h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,
  1266. h6 small{
  1267. font-weight:400;
  1268. line-height:1;
  1269. color:#777
  1270. }
  1271. .h1,.h2,.h3,h1,h2,h3{
  1272. margin-top:20px;
  1273. margin-bottom:10px
  1274. }
  1275. .h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{
  1276. font-size:65%
  1277. }
  1278. .h4,.h5,.h6,h4,h5,h6{
  1279. margin-top:10px;
  1280. margin-bottom:10px
  1281. }
  1282. .h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{
  1283. font-size:75%
  1284. }
  1285. .h1,h1{
  1286. font-size:36px
  1287. }
  1288. .h2,h2{
  1289. font-size:30px
  1290. }
  1291. .h3,h3{
  1292. font-size:24px
  1293. }
  1294. .h4,h4{
  1295. font-size:18px
  1296. }
  1297. .h5,h5{
  1298. font-size:14px
  1299. }
  1300. .h6,h6{
  1301. font-size:12px
  1302. }
  1303. p{
  1304. margin:0 0 10px
  1305. }
  1306. .lead{
  1307. margin-bottom:20px;
  1308. font-size:16px;
  1309. font-weight:300;
  1310. line-height:1.4
  1311. }
  1312. @media (min-width:768px){
  1313. .lead{
  1314. font-size:21px
  1315. }
  1316. }
  1317. .small,small{
  1318. font-size:85%
  1319. }
  1320. .mark,mark{
  1321. padding:.2em;
  1322. background-color:#fcf8e3
  1323. }
  1324. .text-left{
  1325. text-align:left
  1326. }
  1327. .text-right{
  1328. text-align:right
  1329. }
  1330. .text-center{
  1331. text-align:center
  1332. }
  1333. .text-justify{
  1334. text-align:justify
  1335. }
  1336. .text-nowrap{
  1337. white-space:nowrap
  1338. }
  1339. .text-lowercase{
  1340. text-transform:lowercase
  1341. }
  1342. .text-uppercase{
  1343. text-transform:uppercase
  1344. }
  1345. .text-capitalize{
  1346. text-transform:capitalize
  1347. }
  1348. .text-muted{
  1349. color:#777
  1350. }
  1351. .text-primary{
  1352. color:#337ab7
  1353. }
  1354. a.text-primary:focus,a.text-primary:hover{
  1355. color:#286090
  1356. }
  1357. .text-success{
  1358. color:#3c763d
  1359. }
  1360. a.text-success:focus,a.text-success:hover{
  1361. color:#2b542c
  1362. }
  1363. .text-info{
  1364. color:#31708f
  1365. }
  1366. a.text-info:focus,a.text-info:hover{
  1367. color:#245269
  1368. }
  1369. .text-warning{
  1370. color:#8a6d3b
  1371. }
  1372. a.text-warning:focus,a.text-warning:hover{
  1373. color:#66512c
  1374. }
  1375. .text-danger{
  1376. color:#a94442
  1377. }
  1378. a.text-danger:focus,a.text-danger:hover{
  1379. color:#843534
  1380. }
  1381. .bg-primary{
  1382. color:#fff;
  1383. background-color:#337ab7
  1384. }
  1385. a.bg-primary:focus,a.bg-primary:hover{
  1386. background-color:#286090
  1387. }
  1388. .bg-success{
  1389. background-color:#dff0d8
  1390. }
  1391. a.bg-success:focus,a.bg-success:hover{
  1392. background-color:#c1e2b3
  1393. }
  1394. .bg-info{
  1395. background-color:#d9edf7
  1396. }
  1397. a.bg-info:focus,a.bg-info:hover{
  1398. background-color:#afd9ee
  1399. }
  1400. .bg-warning{
  1401. background-color:#fcf8e3
  1402. }
  1403. a.bg-warning:focus,a.bg-warning:hover{
  1404. background-color:#f7ecb5
  1405. }
  1406. .bg-danger{
  1407. background-color:#f2dede
  1408. }
  1409. a.bg-danger:focus,a.bg-danger:hover{
  1410. background-color:#e4b9b9
  1411. }
  1412. .page-header{
  1413. padding-bottom:9px;
  1414. margin:40px 0 20px;
  1415. border-bottom:1px solid #eee
  1416. }
  1417. ol,ul{
  1418. margin-top:0;
  1419. margin-bottom:10px
  1420. }
  1421. ol ol,ol ul,ul ol,ul ul{
  1422. margin-bottom:0
  1423. }
  1424. .list-unstyled{
  1425. padding-left:0;
  1426. list-style:none
  1427. }
  1428. .list-inline{
  1429. padding-left:0;
  1430. list-style:none;
  1431. margin-left:-5px
  1432. }
  1433. .list-inline>li{
  1434. display:inline-block;
  1435. padding-right:5px;
  1436. padding-left:5px
  1437. }
  1438. dl{
  1439. margin-top:0;
  1440. margin-bottom:20px
  1441. }
  1442. dd,dt{
  1443. line-height:1.42857143
  1444. }
  1445. dt{
  1446. font-weight:700
  1447. }
  1448. dd{
  1449. margin-left:0
  1450. }
  1451. @media (min-width:768px){
  1452. .dl-horizontal dt
  1453. {
  1454. float:left;
  1455. width:160px;
  1456. clear:left;
  1457. text-align:right;
  1458. overflow:hidden;
  1459. text-overflow:ellipsis;
  1460. white-space:nowrap
  1461. }
  1462. .dl-horizontal dd{
  1463. margin-left:180px
  1464. }
  1465. }
  1466. abbr[data-original-title],abbr[title]{
  1467. cursor:help
  1468. }
  1469. .initialism{
  1470. font-size:90%;
  1471. text-transform:uppercase
  1472. }
  1473. blockquote{
  1474. padding:10px 20px;
  1475. margin:0 0 20px;
  1476. font-size:17.5px;
  1477. border-left:5px solid #eee
  1478. }
  1479. blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{
  1480. margin-bottom:0
  1481. }
  1482. blockquote .small,blockquote footer,blockquote small{
  1483. display:block;
  1484. font-size:80%;
  1485. line-height:1.42857143;
  1486. color:#777
  1487. }
  1488. blockquote .small:before,blockquote footer:before,blockquote small:before{
  1489. content:"\2014 \00A0"
  1490. }
  1491. .blockquote-reverse,blockquote.pull-right{
  1492. padding-right:15px;
  1493. padding-left:0;
  1494. text-align:right;
  1495. border-right:5px solid #eee;
  1496. border-left:0
  1497. }
  1498. .blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,
  1499. blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{
  1500. content:""
  1501. }
  1502. .blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,
  1503. blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{
  1504. content:"\00A0 \2014"
  1505. }
  1506. address{
  1507. margin-bottom:20px;
  1508. font-style:normal;line-height:1.42857143
  1509. }
  1510. code,kbd,pre,samp{
  1511. font-family:Menlo,Monaco,Consolas,"Courier New",monospace
  1512. }
  1513. code{
  1514. padding:2px 4px;
  1515. font-size:90%;
  1516. color:#c7254e;
  1517. background-color:#f9f2f4;
  1518. border-radius:4px
  1519. }
  1520. kbd{
  1521. padding:2px 4px;
  1522. font-size:90%;
  1523. color:#fff;
  1524. background-color:#333;
  1525. border-radius:3px;
  1526. -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);
  1527. box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)
  1528. }
  1529. kbd kbd{
  1530. padding:0;
  1531. font-size:100%;
  1532. font-weight:700;
  1533. -webkit-box-shadow:none;
  1534. box-shadow:none
  1535. }
  1536. pre{
  1537. display:block;
  1538. padding:9.5px;
  1539. margin:0 0 10px;
  1540. font-size:13px;
  1541. line-height:1.42857143;
  1542. color:#333;
  1543. word-break:break-all;
  1544. word-wrap:break-word;
  1545. background-color:#f5f5f5;
  1546. border:1px solid #ccc;
  1547. border-radius:4px
  1548. }
  1549. pre code{
  1550. padding:0;
  1551. font-size:inherit;
  1552. color:inherit;
  1553. white-space:pre-wrap;
  1554. background-color:transparent;
  1555. border-radius:0
  1556. }
  1557. .pre-scrollable{
  1558. max-height:340px;
  1559. overflow-y:scroll
  1560. }
  1561. .container{
  1562. padding-right:15px;
  1563. padding-left:15px;
  1564. margin-right:auto;
  1565. margin-left:auto
  1566. }
  1567. @media (min-width:768px){
  1568. .container{
  1569. width:750px
  1570. }
  1571. }
  1572. @media (min-width:992px){
  1573. .container{
  1574. width:970px
  1575. }
  1576. }
  1577. @media (min-width:1200px){
  1578. .container{width:1170px
  1579. }
  1580. }
  1581. .container-fluid{
  1582. padding-right:15px;
  1583. padding-left:15px;
  1584. margin-right:auto;
  1585. margin-left:auto
  1586. }
  1587. .row{
  1588. margin-right:-15px;
  1589. margin-left:-15px
  1590. }
  1591. .row-no-gutters{
  1592. margin-right:0;
  1593. margin-left:0
  1594. }
  1595. .row-no-gutters [class*=col-]{
  1596. padding-right:0;
  1597. padding-left:0
  1598. }
  1599. .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,
  1600. .col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,
  1601. .col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,
  1602. .col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,
  1603. .col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
  1604. position:relative;
  1605. min-height:1px;
  1606. padding-right:15px;
  1607. padding-left:15px
  1608. }
  1609. .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
  1610. float:left
  1611. }
  1612. .col-xs-12{
  1613. width:100%
  1614. }
  1615. .col-xs-11{
  1616. width:91.66666667%
  1617. }
  1618. .col-xs-10{
  1619. width:83.33333333%
  1620. }
  1621. .col-xs-9{
  1622. width:75%
  1623. }
  1624. .col-xs-8{
  1625. width:66.66666667%
  1626. }
  1627. .col-xs-7{
  1628. width:58.33333333%
  1629. }
  1630. .col-xs-6{
  1631. width:50%
  1632. }
  1633. .col-xs-5{
  1634. width:41.66666667%
  1635. }
  1636. .col-xs-4{
  1637. width:33.33333333%
  1638. }
  1639. .col-xs-3{
  1640. width:25%
  1641. }
  1642. .col-xs-2{
  1643. width:16.66666667%
  1644. }
  1645. .col-xs-1{
  1646. width:8.33333333%
  1647. }
  1648. .col-xs-pull-12{
  1649. right:100%
  1650. }
  1651. .col-xs-pull-11{
  1652. right:91.66666667%
  1653. }
  1654. .col-xs-pull-10{
  1655. right:83.33333333%
  1656. }
  1657. .col-xs-pull-9{
  1658. right:75%
  1659. }
  1660. .col-xs-pull-8{
  1661. right:66.66666667%
  1662. }
  1663. .col-xs-pull-7{
  1664. right:58.33333333%
  1665. }
  1666. .col-xs-pull-6{
  1667. right:50%
  1668. }
  1669. .col-xs-pull-5{
  1670. right:41.66666667%
  1671. }
  1672. .col-xs-pull-4{
  1673. right:33.33333333%
  1674. }
  1675. .col-xs-pull-3{
  1676. right:25%
  1677. }
  1678. .col-xs-pull-2{
  1679. right:16.66666667%
  1680. }
  1681. .col-xs-pull-1{
  1682. right:8.33333333%
  1683. }
  1684. .col-xs-pull-0{
  1685. right:auto
  1686. }
  1687. .col-xs-push-12{
  1688. left:100%
  1689. }
  1690. .col-xs-push-11{
  1691. left:91.66666667%
  1692. }
  1693. .col-xs-push-10{
  1694. left:83.33333333%
  1695. }
  1696. .col-xs-push-9{
  1697. left:75%
  1698. }
  1699. .col-xs-push-8{
  1700. left:66.66666667%
  1701. }
  1702. .col-xs-push-7{
  1703. left:58.33333333%
  1704. }
  1705. .col-xs-push-6{
  1706. left:50%
  1707. }
  1708. .col-xs-push-5{
  1709. left:41.66666667%
  1710. }
  1711. .col-xs-push-4{
  1712. left:33.33333333%
  1713. }
  1714. .col-xs-push-3{
  1715. left:25%
  1716. }
  1717. .col-xs-push-2{
  1718. left:16.66666667%
  1719. }
  1720. .col-xs-push-1{
  1721. left:8.33333333%
  1722. }
  1723. .col-xs-push-0{
  1724. left:auto
  1725. }
  1726. .col-xs-offset-12{
  1727. margin-left:100%
  1728. }
  1729. .col-xs-offset-11{
  1730. margin-left:91.66666667%
  1731. }
  1732. .col-xs-offset-10{
  1733. margin-left:83.33333333%
  1734. }
  1735. .col-xs-offset-9{
  1736. margin-left:75%
  1737. }
  1738. .col-xs-offset-8{
  1739. margin-left:66.66666667%
  1740. }
  1741. .col-xs-offset-7{
  1742. margin-left:58.33333333%
  1743. }
  1744. .col-xs-offset-6{
  1745. margin-left:50%
  1746. }
  1747. .col-xs-offset-5{
  1748. margin-left:41.66666667%
  1749. }
  1750. .col-xs-offset-4{
  1751. margin-left:33.33333333%
  1752. }
  1753. .col-xs-offset-3{
  1754. margin-left:25%
  1755. }
  1756. .col-xs-offset-2{
  1757. margin-left:16.66666667%
  1758. }
  1759. .col-xs-offset-1{
  1760. margin-left:8.33333333%
  1761. }
  1762. .col-xs-offset-0{
  1763. margin-left:0
  1764. }
  1765. @media (min-width:768px){
  1766. .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,
  1767. .col-sm-9{
  1768. float:left
  1769. }
  1770. .col-sm-12{
  1771. width:100%
  1772. }
  1773. .col-sm-11{
  1774. width:91.66666667%
  1775. }
  1776. .col-sm-10{
  1777. width:83.33333333%
  1778. }
  1779. .col-sm-9
  1780. {
  1781. width:75%
  1782. }
  1783. .col-sm-8
  1784. {
  1785. width:66.66666667%
  1786. }
  1787. .col-sm-7
  1788. {
  1789. width:58.33333333%
  1790. }
  1791. .col-sm-6
  1792. {
  1793. width:50%
  1794. }
  1795. .col-sm-5
  1796. {
  1797. width:41.66666667%
  1798. }
  1799. .col-sm-4
  1800. {
  1801. width:33.33333333%
  1802. }
  1803. .col-sm-3
  1804. {
  1805. width:25%
  1806. }
  1807. .col-sm-2
  1808. {
  1809. width:16.66666667%
  1810. }
  1811. .col-sm-1
  1812. {
  1813. width:8.33333333%
  1814. }
  1815. .col-sm-pull-12
  1816. {
  1817. right:100%
  1818. }
  1819. .col-sm-pull-11
  1820. {
  1821. right:91.66666667%
  1822. }
  1823. .col-sm-pull-10
  1824. {
  1825. right:83.33333333%
  1826. }
  1827. .col-sm-pull-9
  1828. {
  1829. right:75%
  1830. }
  1831. .col-sm-pull-8
  1832. {
  1833. right:66.66666667%
  1834. }
  1835. .col-sm-pull-7
  1836. {
  1837. right:58.33333333%
  1838. }
  1839. .col-sm-pull-6
  1840. {
  1841. right:50%
  1842. }
  1843. .col-sm-pull-5
  1844. {
  1845. right:41.66666667%
  1846. }
  1847. .col-sm-pull-4
  1848. {
  1849. right:33.33333333%
  1850. }
  1851. .col-sm-pull-3
  1852. {
  1853. right:25%
  1854. }
  1855. .col-sm-pull-2
  1856. {
  1857. right:16.66666667%
  1858. }
  1859. .col-sm-pull-1
  1860. {
  1861. right:8.33333333%
  1862. }
  1863. .col-sm-pull-0
  1864. {
  1865. right:auto
  1866. }
  1867. .col-sm-push-12
  1868. {
  1869. left:100%
  1870. }
  1871. .col-sm-push-11
  1872. {
  1873. left:91.66666667%
  1874. }
  1875. .col-sm-push-10
  1876. {
  1877. left:83.33333333%
  1878. }
  1879. .col-sm-push-9
  1880. {
  1881. left:75%
  1882. }
  1883. .col-sm-push-8
  1884. {
  1885. left:66.66666667%
  1886. }
  1887. .col-sm-push-7
  1888. {
  1889. left:58.33333333%
  1890. }
  1891. .col-sm-push-6
  1892. {
  1893. left:50%
  1894. }
  1895. .col-sm-push-5
  1896. {
  1897. left:41.66666667%
  1898. }
  1899. .col-sm-push-4
  1900. {
  1901. left:33.33333333%
  1902. }
  1903. .col-sm-push-3
  1904. {
  1905. left:25%
  1906. }
  1907. .col-sm-push-2
  1908. {
  1909. left:16.66666667%
  1910. }
  1911. .col-sm-push-1
  1912. {
  1913. left:8.33333333%
  1914. }
  1915. .col-sm-push-0
  1916. {
  1917. left:auto
  1918. }
  1919. .col-sm-offset-12
  1920. {
  1921. margin-left:100%
  1922. }
  1923. .col-sm-offset-11
  1924. {
  1925. margin-left:91.66666667%
  1926. }
  1927. .col-sm-offset-10
  1928. {
  1929. margin-left:83.33333333%
  1930. }
  1931. .col-sm-offset-9
  1932. {
  1933. margin-left:75%
  1934. }
  1935. .col-sm-offset-8
  1936. {
  1937. margin-left:66.66666667%
  1938. }
  1939. .col-sm-offset-7
  1940. {
  1941. margin-left:58.33333333%
  1942. }
  1943. .col-sm-offset-6
  1944. {
  1945. margin-left:50%
  1946. }
  1947. .col-sm-offset-5
  1948. {
  1949. margin-left:41.66666667%
  1950. }
  1951. .col-sm-offset-4
  1952. {
  1953. margin-left:33.33333333%
  1954. }
  1955. .col-sm-offset-3
  1956. {
  1957. margin-left:25%
  1958. }
  1959. .col-sm-offset-2
  1960. {
  1961. margin-left:16.66666667%
  1962. }
  1963. .col-sm-offset-1
  1964. {
  1965. margin-left:8.33333333%
  1966. }
  1967. .col-sm-offset-0
  1968. {
  1969. margin-left:0
  1970. }
  1971. }
  1972. @media (min-width:992px){
  1973. .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,
  1974. .col-md-9{
  1975. float:left
  1976. }
  1977. .col-md-12
  1978. {
  1979. width:100%
  1980. }
  1981. .col-md-11
  1982. {
  1983. width:91.66666667%
  1984. }
  1985. .col-md-10{
  1986. width:83.33333333%
  1987. }
  1988. .col-md-9
  1989. {
  1990. width:75%
  1991. }
  1992. .col-md-8{
  1993. width:66.66666667%
  1994. }
  1995. .col-md-7
  1996. {
  1997. width:58.33333333%
  1998. }
  1999. .col-md-6
  2000. {
  2001. width:50%
  2002. }
  2003. .col-md-5
  2004. {
  2005. width:41.66666667%
  2006. }
  2007. .col-md-4
  2008. {
  2009. width:33.33333333%
  2010. }
  2011. .col-md-3
  2012. {
  2013. width:25%
  2014. }
  2015. .col-md-2
  2016. {
  2017. width:16.66666667%
  2018. }
  2019. .col-md-1
  2020. {
  2021. width:8.33333333%
  2022. }
  2023. .col-md-pull-12
  2024. {
  2025. right:100%
  2026. }
  2027. .col-md-pull-11
  2028. {
  2029. right:91.66666667%
  2030. }
  2031. .col-md-pull-10
  2032. {
  2033. right:83.33333333%
  2034. }
  2035. .col-md-pull-9
  2036. {
  2037. right:75%
  2038. }
  2039. .col-md-pull-8
  2040. {
  2041. right:66.66666667%
  2042. }
  2043. .col-md-pull-7
  2044. {
  2045. right:58.33333333%
  2046. }
  2047. .col-md-pull-6
  2048. {
  2049. right:50%
  2050. }
  2051. .col-md-pull-5
  2052. {
  2053. right:41.66666667%
  2054. }
  2055. .col-md-pull-4
  2056. {
  2057. right:33.33333333%
  2058. }
  2059. .col-md-pull-3
  2060. {
  2061. right:25%
  2062. }
  2063. .col-md-pull-2
  2064. {
  2065. right:16.66666667%
  2066. }
  2067. .col-md-pull-1
  2068. {
  2069. right:8.33333333%
  2070. }
  2071. .col-md-pull-0
  2072. {
  2073. right:auto
  2074. }
  2075. .col-md-push-12
  2076. {
  2077. left:100%
  2078. }
  2079. .col-md-push-11
  2080. {
  2081. left:91.66666667%
  2082. }
  2083. .col-md-push-10
  2084. {
  2085. left:83.33333333%
  2086. }
  2087. .col-md-push-9
  2088. {
  2089. left:75%
  2090. }
  2091. .col-md-push-8
  2092. {
  2093. left:66.66666667%
  2094. }
  2095. .col-md-push-7
  2096. {
  2097. left:58.33333333%
  2098. }
  2099. .col-md-push-6
  2100. {
  2101. left:50%
  2102. }
  2103. .col-md-push-5
  2104. {
  2105. left:41.66666667%
  2106. }
  2107. .col-md-push-4
  2108. {
  2109. left:33.33333333%
  2110. }
  2111. .col-md-push-3
  2112. {
  2113. left:25%
  2114. }
  2115. .col-md-push-2
  2116. {
  2117. left:16.66666667%
  2118. }
  2119. .col-md-push-1
  2120. {
  2121. left:8.33333333%
  2122. }
  2123. .col-md-push-0
  2124. {
  2125. left:auto
  2126. }
  2127. .col-md-offset-12
  2128. {
  2129. margin-left:100%
  2130. }
  2131. .col-md-offset-11
  2132. {
  2133. margin-left:91.66666667%
  2134. }
  2135. .col-md-offset-10
  2136. {
  2137. margin-left:83.33333333%
  2138. }
  2139. .col-md-offset-9
  2140. {
  2141. margin-left:75%
  2142. }
  2143. .col-md-offset-8
  2144. {
  2145. margin-left:66.66666667%
  2146. }
  2147. .col-md-offset-7
  2148. {
  2149. margin-left:58.33333333%
  2150. }
  2151. .col-md-offset-6
  2152. {
  2153. margin-left:50%
  2154. }
  2155. .col-md-offset-5
  2156. {
  2157. margin-left:41.66666667%
  2158. }
  2159. .col-md-offset-4
  2160. {
  2161. margin-left:33.33333333%
  2162. }
  2163. .col-md-offset-3
  2164. {
  2165. margin-left:25%
  2166. }
  2167. .col-md-offset-2
  2168. {
  2169. margin-left:16.66666667%
  2170. }
  2171. .col-md-offset-1
  2172. {
  2173. margin-left:8.33333333%
  2174. }
  2175. .col-md-offset-0
  2176. {
  2177. margin-left:0
  2178. }
  2179. }
  2180. @media (min-width:1200px){
  2181. .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,
  2182. .col-lg-9{
  2183. float:left
  2184. }
  2185. .col-lg-12
  2186. {
  2187. width:100%
  2188. }
  2189. .col-lg-11
  2190. {
  2191. width:91.66666667%
  2192. }
  2193. .col-lg-10
  2194. {
  2195. width:83.33333333%
  2196. }
  2197. .col-lg-9
  2198. {
  2199. width:75%
  2200. }
  2201. .col-lg-8
  2202. {
  2203. width:66.66666667%
  2204. }
  2205. .col-lg-7
  2206. {
  2207. width:58.33333333%
  2208. }
  2209. .col-lg-6
  2210. {
  2211. width:50%
  2212. }
  2213. .col-lg-5
  2214. {
  2215. width:41.66666667%
  2216. }
  2217. .col-lg-4
  2218. {
  2219. width:33.33333333%
  2220. }
  2221. .col-lg-3
  2222. {
  2223. width:25%
  2224. }
  2225. .col-lg-2{
  2226. width:16.66666667%
  2227. }
  2228. .col-lg-1
  2229. {
  2230. width:8.33333333%
  2231. }
  2232. .col-lg-pull-12
  2233. {
  2234. right:100%
  2235. }
  2236. .col-lg-pull-11
  2237. {
  2238. right:91.66666667%
  2239. }
  2240. .col-lg-pull-10
  2241. {
  2242. right:83.33333333%
  2243. }
  2244. .col-lg-pull-9
  2245. {
  2246. right:75%
  2247. }
  2248. .col-lg-pull-8
  2249. {
  2250. right:66.66666667%
  2251. }
  2252. .col-lg-pull-7
  2253. {
  2254. right:58.33333333%
  2255. }
  2256. .col-lg-pull-6
  2257. {
  2258. right:50%
  2259. }
  2260. .col-lg-pull-5
  2261. {
  2262. right:41.66666667%
  2263. }
  2264. .col-lg-pull-4
  2265. {
  2266. right:33.33333333%
  2267. }
  2268. .col-lg-pull-3
  2269. {
  2270. right:25%
  2271. }
  2272. .col-lg-pull-2
  2273. {
  2274. right:16.66666667%
  2275. }
  2276. .col-lg-pull-1
  2277. {
  2278. right:8.33333333%
  2279. }
  2280. .col-lg-pull-0
  2281. {
  2282. right:auto
  2283. }
  2284. .col-lg-push-12
  2285. {
  2286. left:100%
  2287. }
  2288. .col-lg-push-11
  2289. {
  2290. left:91.66666667%
  2291. }
  2292. .col-lg-push-10
  2293. {
  2294. left:83.33333333%
  2295. }
  2296. .col-lg-push-9
  2297. {
  2298. left:75%
  2299. }
  2300. .col-lg-push-8
  2301. {
  2302. left:66.66666667%
  2303. }
  2304. .col-lg-push-7
  2305. {
  2306. left:58.33333333%
  2307. }
  2308. .col-lg-push-6
  2309. {
  2310. left:50%
  2311. }
  2312. .col-lg-push-5
  2313. {
  2314. left:41.66666667%
  2315. }
  2316. .col-lg-push-4
  2317. {
  2318. left:33.33333333%
  2319. }
  2320. .col-lg-push-3
  2321. {
  2322. left:25%
  2323. }
  2324. .col-lg-push-2
  2325. {
  2326. left:16.66666667%
  2327. }
  2328. .col-lg-push-1
  2329. {
  2330. left:8.33333333%
  2331. }
  2332. .col-lg-push-0
  2333. {
  2334. left:auto
  2335. }
  2336. .col-lg-offset-12
  2337. {
  2338. margin-left:100%
  2339. }
  2340. .col-lg-offset-11
  2341. {
  2342. margin-left:91.66666667%
  2343. }
  2344. .col-lg-offset-10
  2345. {
  2346. margin-left:83.33333333%
  2347. }
  2348. .col-lg-offset-9
  2349. {
  2350. margin-left:75%
  2351. }
  2352. .col-lg-offset-8
  2353. {
  2354. margin-left:66.66666667%
  2355. }
  2356. .col-lg-offset-7
  2357. {
  2358. margin-left:58.33333333%
  2359. }
  2360. .col-lg-offset-6
  2361. {
  2362. margin-left:50%
  2363. }
  2364. .col-lg-offset-5
  2365. {
  2366. margin-left:41.66666667%
  2367. }
  2368. .col-lg-offset-4
  2369. {
  2370. margin-left:33.33333333%
  2371. }
  2372. .col-lg-offset-3
  2373. {
  2374. margin-left:25%
  2375. }
  2376. .col-lg-offset-2
  2377. {
  2378. margin-left:16.66666667%
  2379. }
  2380. .col-lg-offset-1
  2381. {
  2382. margin-left:8.33333333%
  2383. }
  2384. .col-lg-offset-0
  2385. {
  2386. margin-left:0
  2387. }
  2388. }
  2389. .carousel{
  2390. position:relative
  2391. }
  2392. .carousel-inner{
  2393. position:relative;
  2394. width:100%;
  2395. height: 690px;
  2396. overflow:hidden
  2397. }
  2398. .carousel-inner>.item{
  2399. position:relative;
  2400. display:none;
  2401. -webkit-transition:.6s ease-in-out left;
  2402. -o-transition:.6s ease-in-out left;
  2403. transition:.6s ease-in-out left
  2404. }
  2405. .carousel-inner>.item>a>img,.carousel-inner>.item>img{
  2406. line-height:1
  2407. }
  2408. .icon{
  2409. -webkit-backface-visibility:hidden;
  2410. backface-visibility:hidden
  2411. }
  2412. .icon.icon-play{
  2413. transition:opacity .2s;
  2414. background-image:url(../images/global/home/play-icon.png);
  2415. background-repeat:no-repeat;
  2416. background-position:50%;
  2417. width:260px;
  2418. height:200px;
  2419. background-position:0 0;
  2420. position:absolute;
  2421. transform:translateY(-50%) scale(.5);
  2422. opacity:.75;
  2423. top:50%;
  2424. left:50%;
  2425. margin-left:-130px
  2426. }
  2427. @media all and (transform-3d),(-webkit-transform-3d){
  2428. .carousel-inner>.item
  2429. {
  2430. -webkit-transition:-webkit-transform .6s ease-in-out;
  2431. -o-transition:-o-transform .6s ease-in-out;
  2432. transition:-webkit-transform .6s ease-in-out;
  2433. transition:transform .6s ease-in-out;
  2434. transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
  2435. -webkit-backface-visibility:hidden;
  2436. backface-visibility:hidden;
  2437. -webkit-perspective:1000px;
  2438. perspective:1000px
  2439. }
  2440. .carousel-inner>.item.active.right,.carousel-inner>.item.next{
  2441. -webkit-transform:translate3d(100%,0,0);
  2442. transform:translate3d(100%,0,0);
  2443. left:0
  2444. }
  2445. .carousel-inner>.item.active.left,.carousel-inner>.item.prev{
  2446. -webkit-transform:translate3d(-100%,0,0);
  2447. transform:translate3d(-100%,0,0);
  2448. left:0
  2449. }
  2450. .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{
  2451. -webkit-transform:translate3d(0,0,0);
  2452. transform:translate3d(0,0,0);
  2453. left:0
  2454. }
  2455. }
  2456. .carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
  2457. display:block
  2458. }
  2459. .carousel-inner>.active{
  2460. left:0
  2461. }
  2462. .carousel-inner>.next,.carousel-inner>.prev{
  2463. position:absolute;
  2464. top:0;
  2465. width:100%
  2466. }
  2467. .carousel-inner>.next{
  2468. left:100%
  2469. }
  2470. .carousel-inner>.prev{
  2471. left:-100%
  2472. }
  2473. .carousel-inner>.next.left,.carousel-inner>.prev.right{
  2474. left:0
  2475. }
  2476. .carousel-inner>.active.left{
  2477. left:-100%
  2478. }
  2479. .carousel-inner>.active.right{
  2480. left:100%
  2481. }
  2482. .carousel-control{
  2483. position:absolute;
  2484. top:0;
  2485. bottom:0;
  2486. left:0;
  2487. width:15%;
  2488. font-size:20px;
  2489. color:#fff;
  2490. text-align:center;
  2491. text-shadow:0 1px 2px rgba(0,0,0,.6);
  2492. background-color:rgba(0,0,0,0);
  2493. filter:alpha(opacity=50);
  2494. opacity:.5
  2495. }
  2496. .carousel-control.left{
  2497. background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  2498. background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  2499. background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  2500. background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  2501. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000',
  2502. GradientType=1);
  2503. background-repeat:repeat-x
  2504. }
  2505. .carousel-control.right{
  2506. right:0;
  2507. left:auto;
  2508. background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  2509. background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  2510. background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  2511. background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  2512. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000',
  2513. GradientType=1);
  2514. background-repeat:repeat-x
  2515. }
  2516. .carousel-control:focus,.carousel-control:hover{
  2517. color:#fff;
  2518. text-decoration:none;
  2519. outline:0;
  2520. filter:alpha(opacity=90);
  2521. opacity:.9
  2522. }
  2523. .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,
  2524. .carousel-control .icon-next,.carousel-control .icon-prev{
  2525. position:absolute;
  2526. top:50%;
  2527. z-index:5;
  2528. display:inline-block;
  2529. margin-top:-10px
  2530. }
  2531. .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{
  2532. left:50%;
  2533. margin-left:-10px
  2534. }
  2535. .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{
  2536. right:50%;
  2537. margin-right:-10px
  2538. }
  2539. .carousel-control .icon-next,.carousel-control .icon-prev{
  2540. width:20px;
  2541. height:20px;
  2542. font-family:serif;
  2543. line-height:1
  2544. }
  2545. .carousel-control .icon-prev:before{
  2546. content:"\2039"
  2547. }
  2548. .carousel-control .icon-next:before{
  2549. content:"\203a"
  2550. }
  2551. .carousel-indicators{
  2552. position:absolute;
  2553. bottom:unset;
  2554. top: 25px;
  2555. left:80px;
  2556. z-index:15;
  2557. width:60%;
  2558. padding-left:0;
  2559. margin-left: -30%;
  2560. text-align:center;
  2561. list-style:none
  2562. }
  2563. .carousel-indicators li{
  2564. display:inline-block;
  2565. width:10px;
  2566. height:10px;
  2567. margin:1px;
  2568. text-indent:-999px;
  2569. cursor:pointer;
  2570. background-color:#000\9;
  2571. background-color:rgba(0,0,0,0);
  2572. border:1px solid #fff;
  2573. border-radius:10px
  2574. }
  2575. .carousel-indicators .active{
  2576. margin-top: 250px;
  2577. width:12px;
  2578. height:12px;
  2579. margin:0;
  2580. background-color:#fff
  2581. }
  2582. .carousel-caption{
  2583. position:absolute;
  2584. right:15%;
  2585. bottom:20px;
  2586. left:15%;
  2587. z-index:10;
  2588. padding-top:20px;
  2589. padding-bottom:20px;
  2590. color:#fff;
  2591. text-align:center;
  2592. text-shadow:0 1px 2px rgba(0,0,0,.6)
  2593. }
  2594. .carousel-caption h3{
  2595. float:left;
  2596. margin-left:-350px;
  2597. background-color:#fff;
  2598. padding: 7px 20px 5px;
  2599. color:#000
  2600. }
  2601. .carousel-caption .btn{
  2602. text-shadow:none
  2603. }
  2604. @media screen and (min-width:768px){
  2605. .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,
  2606. .carousel-control .icon-next,.carousel-control .icon-prev
  2607. {
  2608. width:30px;
  2609. height:30px;
  2610. margin-top:-10px;
  2611. font-size:30px
  2612. }
  2613. .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev
  2614. {
  2615. margin-left:-10px
  2616. }
  2617. .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next
  2618. {
  2619. margin-right:-10px
  2620. }
  2621. .carousel-caption
  2622. {
  2623. right:20%;
  2624. left:20%;
  2625. padding-bottom:30px
  2626. }
  2627. .carousel-indicators
  2628. {
  2629. bottom:20px
  2630. }
  2631. }
  2632. body{
  2633. margin:auto;
  2634. margin-top:-25px;
  2635. }
  2636. .header{
  2637. background-image: url(../images/black.jpg);
  2638. background-repeat: no-repeat;
  2639. background-size: cover;
  2640. height: 250px;
  2641. position: fixed;
  2642. width: 100%;
  2643. z-index: -1;
  2644. }
  2645. .header h1{
  2646. margin-top: 50px;
  2647. text-align:center;
  2648. font-size: 50px;
  2649. }
  2650. .header h1 a{
  2651. color: #fff;
  2652. text-decoration: none
  2653. }
  2654. .header h1 a:hover{
  2655. text-decoration: none
  2656. }
  2657. .menu ul{
  2658. list-style: none;
  2659. position:fixed;
  2660. }
  2661. .menu ul li a{
  2662. color: #fff;
  2663. text-decoration: none;
  2664. }
  2665. .menu ul li a:hover{
  2666. padding-bottom: 21px;
  2667. border-bottom: 3px solid #ff0000;
  2668. }
  2669. #active{
  2670. border-bottom: 3px solid #ff0000
  2671. }
  2672. .menu ul li{
  2673. display: inline-block;
  2674. font-size: 15px;
  2675. text-transform: uppercase;
  2676. }
  2677. .menu li{
  2678. float: left;
  2679. position: relative;
  2680. right: -50%; /* or right 50% */
  2681. text-align: left;
  2682. margin-top: 150px;
  2683. padding: 20px;
  2684. }
  2685. .info{
  2686. background-color: #000;
  2687. position: fixed;
  2688. margin-top: 180px;
  2689. width: 100%
  2690. }
  2691. .info h1{
  2692. color: #fff;
  2693. font-size:10px;
  2694. margin-left: 10px;
  2695. text-transform: uppercase;
  2696. }
  2697. .info h2{
  2698. color: #fff;
  2699. font-size: 10px;
  2700. float: left;
  2701. position: relative;
  2702. right: -43%; /* or right 50% */
  2703. text-align: left;
  2704. margin-top:-20px;
  2705. text-transform: uppercase;
  2706. }
  2707. .info h3{
  2708. color: #fff;
  2709. float:right;
  2710. margin-right: 10px;
  2711. font-size: 10px;
  2712. text-transform: uppercase;
  2713. margin-top:-20px;
  2714. }
  2715. .show{
  2716. margin-top: 250px;
  2717. width: 100%;
  2718. border-bottom: none;
  2719. position: fixed
  2720. }
  2721. .official{
  2722. float: right;
  2723. margin-right:-170px;
  2724. padding: 6px 35px 4px;
  2725. background: rgba(0,0,0,.6);
  2726. border:1px solid #fff;
  2727. transition: all 75ms linear;
  2728. color:#ff0000;
  2729. font-family: DINNext-Med,sans-serif;
  2730. }
  2731. .official:hover{
  2732. background: rgba(255,255,255);
  2733. border:1px solid #fff;
  2734. transition: all 75ms linear;
  2735. color:#ff0000;
  2736. font-family: DINNext-Med,sans-serif;
  2737. text-decoration: none
  2738. }
  2739. .buy{
  2740. float: right;
  2741. margin-right:-310px;
  2742. padding: 6px 35px 4px;
  2743. background: rgba(0,0,0,.6);
  2744. border:1px solid #fff;
  2745. transition: all 75ms linear;
  2746. color:#ff0000;
  2747. font-family: DINNext-Med,sans-serif;
  2748. }
  2749. .buy:hover{
  2750. background: rgba(255,255,255);
  2751. border:1px solid #fff;
  2752. transition: all 75ms linear;
  2753. color:#ff0000;
  2754. font-family: DINNext-Med,sans-serif;
  2755. text-decoration: none
  2756. }
  2757. .text-divider{margin: 2em 0;
  2758. line-height: 0;
  2759. text-align: center;}
  2760. .text-divider span{
  2761. background-color: #f5f5f5;
  2762. padding: 1em;
  2763. }
  2764. .text-divider:before{
  2765. content: " ";
  2766. display: block;
  2767. border-top: 1px solid #e3e3e3;
  2768. border-bottom: 1px solid #f7f7f7;
  2769. }
Add Comment
Please, Sign In to add comment