Guest User

Untitled

a guest
Apr 3rd, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 248.47 KB | None | 0 0
  1. .clearfix {
  2. *zoom: 1;
  3. }
  4. .clearfix:before,
  5. .clearfix:after {
  6. display: table;
  7. content: "";
  8. line-height: 0;
  9. }
  10. .clearfix:after {
  11. clear: both;
  12. }
  13. .hide-text {
  14. font: 0/0 a;
  15. color: transparent;
  16. text-shadow: none;
  17. background-color: transparent;
  18. border: 0;
  19. }
  20. .input-block-level {
  21. display: block;
  22. width: 100%;
  23. min-height: 34px;
  24. -webkit-box-sizing: border-box;
  25. -moz-box-sizing: border-box;
  26. box-sizing: border-box;
  27. }
  28. article,
  29. aside,
  30. details,
  31. figcaption,
  32. figure,
  33. footer,
  34. header,
  35. hgroup,
  36. nav,
  37. section {
  38. display: block;
  39. }
  40. audio,
  41. canvas,
  42. video {
  43. display: inline-block;
  44. *display: inline;
  45. *zoom: 1;
  46. }
  47. audio:not([controls]) {
  48. display: none;
  49. }
  50. html {
  51. font-size: 100%;
  52. -webkit-text-size-adjust: 100%;
  53. -ms-text-size-adjust: 100%;
  54. }
  55. a:focus {
  56. outline: thin dotted #333;
  57. outline: 5px auto -webkit-focus-ring-color;
  58. outline-offset: -2px;
  59. }
  60. a:hover,
  61. a:active {
  62. outline: 0;
  63. }
  64. sub,
  65. sup {
  66. position: relative;
  67. font-size: 75%;
  68. line-height: 0;
  69. vertical-align: baseline;
  70. }
  71. sup {
  72. top: -0.5em;
  73. }
  74. sub {
  75. bottom: -0.25em;
  76. }
  77. img {
  78. /* Responsive images (ensure images don't scale beyond their parents) */
  79. max-width: 100%;
  80. /* Part 1: Set a maxium relative to the parent */
  81. width: auto\9;
  82. /* IE7-8 need help adjusting responsive images */
  83. height: auto;
  84. /* Part 2: Scale the height according to the width, otherwise you get stretching */
  85. vertical-align: middle;
  86. border: 0;
  87. -ms-interpolation-mode: bicubic;
  88. }
  89. #map_canvas img,
  90. .google-maps img,
  91. .gm-style img {
  92. max-width: none;
  93. }
  94. button,
  95. input,
  96. select,
  97. textarea {
  98. margin: 0;
  99. font-size: 100%;
  100. vertical-align: middle;
  101. }
  102. button,
  103. input {
  104. *overflow: visible;
  105. line-height: normal;
  106. }
  107. button::-moz-focus-inner,
  108. input::-moz-focus-inner {
  109. padding: 0;
  110. border: 0;
  111. }
  112. button,
  113. html input[type="button"],
  114. input[type="reset"],
  115. input[type="submit"] {
  116. -webkit-appearance: button;
  117. cursor: pointer;
  118. }
  119. label,
  120. select,
  121. button,
  122. input[type="button"],
  123. input[type="reset"],
  124. input[type="submit"],
  125. input[type="radio"],
  126. input[type="checkbox"] {
  127. cursor: pointer;
  128. }
  129. input[type="search"] {
  130. -webkit-box-sizing: content-box;
  131. -moz-box-sizing: content-box;
  132. box-sizing: content-box;
  133. -webkit-appearance: textfield;
  134. }
  135. input[type="search"]::-webkit-search-decoration,
  136. input[type="search"]::-webkit-search-cancel-button {
  137. -webkit-appearance: none;
  138. }
  139. textarea {
  140. overflow: auto;
  141. vertical-align: top;
  142. }
  143. @media print {
  144. * {
  145. text-shadow: none !important;
  146. color: #000 !important;
  147. background: transparent !important;
  148. box-shadow: none !important;
  149. }
  150. a,
  151. a:visited {
  152. text-decoration: underline;
  153. }
  154. a[href]:after {
  155. content: " (" attr(href) ")";
  156. }
  157. abbr[title]:after {
  158. content: " (" attr(title) ")";
  159. }
  160. .ir a:after,
  161. a[href^="javascript:"]:after,
  162. a[href^="#"]:after {
  163. content: "";
  164. }
  165. pre,
  166. blockquote {
  167. border: 1px solid #999;
  168. page-break-inside: avoid;
  169. }
  170. thead {
  171. display: table-header-group;
  172. }
  173. tr,
  174. img {
  175. page-break-inside: avoid;
  176. }
  177. img {
  178. max-width: 100% !important;
  179. }
  180. @page {
  181. margin: 0.5cm;
  182. }
  183. p,
  184. h2,
  185. h3 {
  186. orphans: 3;
  187. widows: 3;
  188. }
  189. h2,
  190. h3 {
  191. page-break-after: avoid;
  192. }
  193. }
  194. body {
  195. margin: 0;
  196. font-family: 'Open Sans', sans-serif;
  197. font-size: 14px;
  198. line-height: 24px;
  199. color: #6d747a;
  200. background-color: #ffffff;
  201. }
  202. a {
  203. color: #d25a3f;
  204. text-decoration: none;
  205. }
  206. a:hover,
  207. a:focus {
  208. color: #3b4347;
  209. text-decoration: underline;
  210. }
  211. .img-rounded {
  212. -webkit-border-radius: 6px;
  213. -moz-border-radius: 6px;
  214. border-radius: 6px;
  215. }
  216. .img-polaroid {
  217. padding: 4px;
  218. background-color: #fff;
  219. border: 1px solid #ccc;
  220. border: 1px solid rgba(0, 0, 0, 0.2);
  221. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  222. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  223. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  224. }
  225. .img-circle {
  226. -webkit-border-radius: 500px;
  227. -moz-border-radius: 500px;
  228. border-radius: 500px;
  229. }
  230. .row {
  231. margin-left: -20px;
  232. *zoom: 1;
  233. }
  234. .row:before,
  235. .row:after {
  236. display: table;
  237. content: "";
  238. line-height: 0;
  239. }
  240. .row:after {
  241. clear: both;
  242. }
  243. [class*="span"] {
  244. float: left;
  245. min-height: 1px;
  246. margin-left: 20px;
  247. }
  248. .container,
  249. .navbar-static-top .container,
  250. .navbar-fixed-top .container,
  251. .navbar-fixed-bottom .container {
  252. width: 940px;
  253. }
  254. .span12 {
  255. width: 940px;
  256. }
  257. .span11 {
  258. width: 860px;
  259. }
  260. .span10 {
  261. width: 780px;
  262. }
  263. .span9 {
  264. width: 700px;
  265. }
  266. .span8 {
  267. width: 620px;
  268. }
  269. .span7 {
  270. width: 540px;
  271. }
  272. .span6 {
  273. width: 460px;
  274. }
  275. .span5 {
  276. width: 380px;
  277. }
  278. .span4 {
  279. width: 300px;
  280. }
  281. .span3 {
  282. width: 220px;
  283. }
  284. .span2 {
  285. width: 140px;
  286. }
  287. .span1 {
  288. width: 60px;
  289. }
  290. .offset12 {
  291. margin-left: 980px;
  292. }
  293. .offset11 {
  294. margin-left: 900px;
  295. }
  296. .offset10 {
  297. margin-left: 820px;
  298. }
  299. .offset9 {
  300. margin-left: 740px;
  301. }
  302. .offset8 {
  303. margin-left: 660px;
  304. }
  305. .offset7 {
  306. margin-left: 580px;
  307. }
  308. .offset6 {
  309. margin-left: 500px;
  310. }
  311. .offset5 {
  312. margin-left: 420px;
  313. }
  314. .offset4 {
  315. margin-left: 340px;
  316. }
  317. .offset3 {
  318. margin-left: 260px;
  319. }
  320. .offset2 {
  321. margin-left: 180px;
  322. }
  323. .offset1 {
  324. margin-left: 100px;
  325. }
  326. .row-fluid {
  327. width: 100%;
  328. *zoom: 1;
  329. }
  330. .row-fluid:before,
  331. .row-fluid:after {
  332. display: table;
  333. content: "";
  334. line-height: 0;
  335. }
  336. .row-fluid:after {
  337. clear: both;
  338. }
  339. .row-fluid [class*="span"] {
  340. display: block;
  341. width: 100%;
  342. min-height: 34px;
  343. -webkit-box-sizing: border-box;
  344. -moz-box-sizing: border-box;
  345. box-sizing: border-box;
  346. float: left;
  347. margin-left: 2.127659574468085%;
  348. *margin-left: 2.074468085106383%;
  349. }
  350. .row-fluid [class*="span"]:first-child {
  351. margin-left: 0;
  352. }
  353. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  354. margin-left: 2.127659574468085%;
  355. }
  356. .row-fluid .span12 {
  357. width: 100%;
  358. *width: 99.94680851063829%;
  359. }
  360. .row-fluid .span11 {
  361. width: 91.48936170212765%;
  362. *width: 91.43617021276594%;
  363. }
  364. .row-fluid .span10 {
  365. width: 82.97872340425532%;
  366. *width: 82.92553191489361%;
  367. }
  368. .row-fluid .span9 {
  369. width: 74.46808510638297%;
  370. *width: 74.41489361702126%;
  371. }
  372. .row-fluid .span8 {
  373. width: 65.95744680851064%;
  374. *width: 65.90425531914893%;
  375. }
  376. .row-fluid .span7 {
  377. width: 57.44680851063829%;
  378. *width: 57.39361702127659%;
  379. }
  380. .row-fluid .span6 {
  381. width: 48.93617021276595%;
  382. *width: 48.88297872340425%;
  383. }
  384. .row-fluid .span5 {
  385. width: 40.42553191489362%;
  386. *width: 40.37234042553192%;
  387. }
  388. .row-fluid .span4 {
  389. width: 31.914893617021278%;
  390. *width: 31.861702127659576%;
  391. }
  392. .row-fluid .span3 {
  393. width: 23.404255319148934%;
  394. *width: 23.351063829787233%;
  395. }
  396. .row-fluid .span2 {
  397. width: 14.893617021276595%;
  398. *width: 14.840425531914894%;
  399. }
  400. .row-fluid .span1 {
  401. width: 6.382978723404255%;
  402. *width: 6.329787234042553%;
  403. }
  404. .row-fluid .offset12 {
  405. margin-left: 104.25531914893617%;
  406. *margin-left: 104.14893617021275%;
  407. }
  408. .row-fluid .offset12:first-child {
  409. margin-left: 102.12765957446808%;
  410. *margin-left: 102.02127659574467%;
  411. }
  412. .row-fluid .offset11 {
  413. margin-left: 95.74468085106382%;
  414. *margin-left: 95.6382978723404%;
  415. }
  416. .row-fluid .offset11:first-child {
  417. margin-left: 93.61702127659574%;
  418. *margin-left: 93.51063829787232%;
  419. }
  420. .row-fluid .offset10 {
  421. margin-left: 87.23404255319149%;
  422. *margin-left: 87.12765957446807%;
  423. }
  424. .row-fluid .offset10:first-child {
  425. margin-left: 85.1063829787234%;
  426. *margin-left: 84.99999999999999%;
  427. }
  428. .row-fluid .offset9 {
  429. margin-left: 78.72340425531914%;
  430. *margin-left: 78.61702127659572%;
  431. }
  432. .row-fluid .offset9:first-child {
  433. margin-left: 76.59574468085106%;
  434. *margin-left: 76.48936170212764%;
  435. }
  436. .row-fluid .offset8 {
  437. margin-left: 70.2127659574468%;
  438. *margin-left: 70.10638297872339%;
  439. }
  440. .row-fluid .offset8:first-child {
  441. margin-left: 68.08510638297872%;
  442. *margin-left: 67.9787234042553%;
  443. }
  444. .row-fluid .offset7 {
  445. margin-left: 61.70212765957446%;
  446. *margin-left: 61.59574468085106%;
  447. }
  448. .row-fluid .offset7:first-child {
  449. margin-left: 59.574468085106375%;
  450. *margin-left: 59.46808510638297%;
  451. }
  452. .row-fluid .offset6 {
  453. margin-left: 53.191489361702125%;
  454. *margin-left: 53.085106382978715%;
  455. }
  456. .row-fluid .offset6:first-child {
  457. margin-left: 51.063829787234035%;
  458. *margin-left: 50.95744680851063%;
  459. }
  460. .row-fluid .offset5 {
  461. margin-left: 44.68085106382979%;
  462. *margin-left: 44.57446808510638%;
  463. }
  464. .row-fluid .offset5:first-child {
  465. margin-left: 42.5531914893617%;
  466. *margin-left: 42.4468085106383%;
  467. }
  468. .row-fluid .offset4 {
  469. margin-left: 36.170212765957444%;
  470. *margin-left: 36.06382978723405%;
  471. }
  472. .row-fluid .offset4:first-child {
  473. margin-left: 34.04255319148936%;
  474. *margin-left: 33.93617021276596%;
  475. }
  476. .row-fluid .offset3 {
  477. margin-left: 27.659574468085104%;
  478. *margin-left: 27.5531914893617%;
  479. }
  480. .row-fluid .offset3:first-child {
  481. margin-left: 25.53191489361702%;
  482. *margin-left: 25.425531914893618%;
  483. }
  484. .row-fluid .offset2 {
  485. margin-left: 19.148936170212764%;
  486. *margin-left: 19.04255319148936%;
  487. }
  488. .row-fluid .offset2:first-child {
  489. margin-left: 17.02127659574468%;
  490. *margin-left: 16.914893617021278%;
  491. }
  492. .row-fluid .offset1 {
  493. margin-left: 10.638297872340425%;
  494. *margin-left: 10.53191489361702%;
  495. }
  496. .row-fluid .offset1:first-child {
  497. margin-left: 8.51063829787234%;
  498. *margin-left: 8.404255319148938%;
  499. }
  500. [class*="span"].hide,
  501. .row-fluid [class*="span"].hide {
  502. display: none;
  503. }
  504. [class*="span"].pull-right,
  505. .row-fluid [class*="span"].pull-right {
  506. float: right;
  507. }
  508. .container {
  509. margin-right: auto;
  510. margin-left: auto;
  511. *zoom: 1;
  512. }
  513. .container:before,
  514. .container:after {
  515. display: table;
  516. content: "";
  517. line-height: 0;
  518. }
  519. .container:after {
  520. clear: both;
  521. }
  522. .container-fluid {
  523. padding-right: 20px;
  524. padding-left: 20px;
  525. *zoom: 1;
  526. }
  527. .container-fluid:before,
  528. .container-fluid:after {
  529. display: table;
  530. content: "";
  531. line-height: 0;
  532. }
  533. .container-fluid:after {
  534. clear: both;
  535. }
  536. p {
  537. margin: 0 0 12px;
  538. }
  539. .lead {
  540. margin-bottom: 24px;
  541. font-size: 21px;
  542. font-weight: 200;
  543. line-height: 36px;
  544. }
  545. small {
  546. font-size: 85%;
  547. }
  548. strong {
  549. font-weight: bold;
  550. }
  551. em {
  552. font-style: italic;
  553. }
  554. cite {
  555. font-style: normal;
  556. }
  557. .muted {
  558. color: #999999;
  559. }
  560. a.muted:hover,
  561. a.muted:focus {
  562. color: #808080;
  563. }
  564. .text-warning {
  565. color: #c09853;
  566. }
  567. a.text-warning:hover,
  568. a.text-warning:focus {
  569. color: #a47e3c;
  570. }
  571. .text-error {
  572. color: #b94a48;
  573. }
  574. a.text-error:hover,
  575. a.text-error:focus {
  576. color: #953b39;
  577. }
  578. .text-info {
  579. color: #3a87ad;
  580. }
  581. a.text-info:hover,
  582. a.text-info:focus {
  583. color: #2d6987;
  584. }
  585. .text-success {
  586. color: #468847;
  587. }
  588. a.text-success:hover,
  589. a.text-success:focus {
  590. color: #356635;
  591. }
  592. .text-left {
  593. text-align: left;
  594. }
  595. .text-right {
  596. text-align: right;
  597. }
  598. .text-center {
  599. text-align: center;
  600. }
  601. h1,
  602. h2,
  603. h3,
  604. h4,
  605. h5,
  606. h6 {
  607. margin: 12px 0;
  608. font-family: inherit;
  609. font-weight: bold;
  610. line-height: 24px;
  611. color: inherit;
  612. text-rendering: optimizelegibility;
  613. }
  614. h1 small,
  615. h2 small,
  616. h3 small,
  617. h4 small,
  618. h5 small,
  619. h6 small {
  620. font-weight: normal;
  621. line-height: 1;
  622. color: #999999;
  623. }
  624. h1,
  625. h2,
  626. h3 {
  627. line-height: 48px;
  628. }
  629. h1 {
  630. font-size: 38.5px;
  631. }
  632. h2 {
  633. font-size: 31.5px;
  634. }
  635. h3 {
  636. font-size: 24.5px;
  637. }
  638. h4 {
  639. font-size: 17.5px;
  640. }
  641. h5 {
  642. font-size: 14px;
  643. }
  644. h6 {
  645. font-size: 11.9px;
  646. }
  647. h1 small {
  648. font-size: 24.5px;
  649. }
  650. h2 small {
  651. font-size: 17.5px;
  652. }
  653. h3 small {
  654. font-size: 14px;
  655. }
  656. h4 small {
  657. font-size: 14px;
  658. }
  659. .page-header {
  660. padding-bottom: 11px;
  661. margin: 24px 0 36px;
  662. border-bottom: 1px solid #eeeeee;
  663. }
  664. ul,
  665. ol {
  666. padding: 0;
  667. margin: 0 0 12px 25px;
  668. }
  669. ul ul,
  670. ul ol,
  671. ol ol,
  672. ol ul {
  673. margin-bottom: 0;
  674. }
  675. li {
  676. line-height: 24px;
  677. }
  678. ul.unstyled,
  679. ol.unstyled {
  680. margin-left: 0;
  681. list-style: none;
  682. }
  683. ul.inline,
  684. ol.inline {
  685. margin-left: 0;
  686. list-style: none;
  687. }
  688. ul.inline > li,
  689. ol.inline > li {
  690. display: inline-block;
  691. *display: inline;
  692. /* IE7 inline-block hack */
  693. *zoom: 1;
  694. padding-left: 5px;
  695. padding-right: 5px;
  696. }
  697. dl {
  698. margin-bottom: 24px;
  699. }
  700. dt,
  701. dd {
  702. line-height: 24px;
  703. }
  704. dt {
  705. font-weight: bold;
  706. }
  707. dd {
  708. margin-left: 12px;
  709. }
  710. .dl-horizontal {
  711. *zoom: 1;
  712. }
  713. .dl-horizontal:before,
  714. .dl-horizontal:after {
  715. display: table;
  716. content: "";
  717. line-height: 0;
  718. }
  719. .dl-horizontal:after {
  720. clear: both;
  721. }
  722. .dl-horizontal dt {
  723. float: left;
  724. width: 160px;
  725. clear: left;
  726. text-align: right;
  727. overflow: hidden;
  728. text-overflow: ellipsis;
  729. white-space: nowrap;
  730. }
  731. .dl-horizontal dd {
  732. margin-left: 180px;
  733. }
  734. hr {
  735. margin: 24px 0;
  736. border: 0;
  737. border-top: 1px solid #bdbdbd;
  738. border-bottom: 1px solid #ffffff;
  739. }
  740. abbr[title],
  741. abbr[data-original-title] {
  742. cursor: help;
  743. border-bottom: 1px dotted #999999;
  744. }
  745. abbr.initialism {
  746. font-size: 90%;
  747. text-transform: uppercase;
  748. }
  749. blockquote {
  750. padding: 0 0 0 15px;
  751. margin: 0 0 24px;
  752. border-left: 5px solid #eeeeee;
  753. }
  754. blockquote p {
  755. margin-bottom: 0;
  756. font-size: 17.5px;
  757. font-weight: 300;
  758. line-height: 1.25;
  759. }
  760. blockquote small {
  761. display: block;
  762. line-height: 24px;
  763. color: #999999;
  764. }
  765. blockquote small:before {
  766. content: '\2014 \00A0';
  767. }
  768. blockquote.pull-right {
  769. float: right;
  770. padding-right: 15px;
  771. padding-left: 0;
  772. border-right: 5px solid #eeeeee;
  773. border-left: 0;
  774. }
  775. blockquote.pull-right p,
  776. blockquote.pull-right small {
  777. text-align: right;
  778. }
  779. blockquote.pull-right small:before {
  780. content: '';
  781. }
  782. blockquote.pull-right small:after {
  783. content: '\00A0 \2014';
  784. }
  785. q:before,
  786. q:after,
  787. blockquote:before,
  788. blockquote:after {
  789. content: "";
  790. }
  791. address {
  792. display: block;
  793. margin-bottom: 24px;
  794. font-style: normal;
  795. line-height: 24px;
  796. }
  797. code,
  798. pre {
  799. padding: 0 3px 2px;
  800. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  801. font-size: 12px;
  802. color: #3b4347;
  803. -webkit-border-radius: 3px;
  804. -moz-border-radius: 3px;
  805. border-radius: 3px;
  806. }
  807. code {
  808. padding: 2px 4px;
  809. color: #d14;
  810. background-color: #f7f7f9;
  811. border: 1px solid #e1e1e8;
  812. white-space: nowrap;
  813. }
  814. pre {
  815. display: block;
  816. padding: 11.5px;
  817. margin: 0 0 12px;
  818. font-size: 13px;
  819. line-height: 24px;
  820. word-break: break-all;
  821. word-wrap: break-word;
  822. white-space: pre;
  823. white-space: pre-wrap;
  824. background-color: #f5f5f5;
  825. border: 1px solid #ccc;
  826. border: 1px solid rgba(0, 0, 0, 0.15);
  827. -webkit-border-radius: 4px;
  828. -moz-border-radius: 4px;
  829. border-radius: 4px;
  830. }
  831. pre.prettyprint {
  832. margin-bottom: 24px;
  833. }
  834. pre code {
  835. padding: 0;
  836. color: inherit;
  837. white-space: pre;
  838. white-space: pre-wrap;
  839. background-color: transparent;
  840. border: 0;
  841. }
  842. .pre-scrollable {
  843. max-height: 340px;
  844. overflow-y: scroll;
  845. }
  846. form {
  847. margin: 0 0 24px;
  848. }
  849. fieldset {
  850. padding: 0;
  851. margin: 0;
  852. border: 0;
  853. }
  854. legend {
  855. display: block;
  856. width: 100%;
  857. padding: 0;
  858. margin-bottom: 24px;
  859. font-size: 21px;
  860. line-height: 48px;
  861. color: #3b4347;
  862. border: 0;
  863. border-bottom: 1px solid #e5e5e5;
  864. }
  865. legend small {
  866. font-size: 18px;
  867. color: #999999;
  868. }
  869. label,
  870. input,
  871. button,
  872. select,
  873. textarea {
  874. font-size: 14px;
  875. font-weight: normal;
  876. line-height: 24px;
  877. }
  878. input,
  879. button,
  880. select,
  881. textarea {
  882. font-family: 'Open Sans', sans-serif;
  883. }
  884. label {
  885. display: block;
  886. margin-bottom: 5px;
  887. }
  888. select,
  889. textarea,
  890. input[type="text"],
  891. input[type="password"],
  892. input[type="datetime"],
  893. input[type="datetime-local"],
  894. input[type="date"],
  895. input[type="month"],
  896. input[type="time"],
  897. input[type="week"],
  898. input[type="number"],
  899. input[type="email"],
  900. input[type="url"],
  901. input[type="search"],
  902. input[type="tel"],
  903. input[type="color"],
  904. .uneditable-input {
  905. display: inline-block;
  906. height: 24px;
  907. padding: 4px 6px;
  908. margin-bottom: 12px;
  909. font-size: 14px;
  910. line-height: 24px;
  911. color: #6d747a;
  912. -webkit-border-radius: 0px;
  913. -moz-border-radius: 0px;
  914. border-radius: 0px;
  915. vertical-align: middle;
  916. }
  917. input,
  918. textarea,
  919. .uneditable-input {
  920. width: 206px;
  921. }
  922. textarea {
  923. height: auto;
  924. }
  925. textarea,
  926. input[type="text"],
  927. input[type="password"],
  928. input[type="datetime"],
  929. input[type="datetime-local"],
  930. input[type="date"],
  931. input[type="month"],
  932. input[type="time"],
  933. input[type="week"],
  934. input[type="number"],
  935. input[type="email"],
  936. input[type="url"],
  937. input[type="search"],
  938. input[type="tel"],
  939. input[type="color"],
  940. .uneditable-input {
  941. background-color: #62686b;
  942. border: 1px solid #cccccc;
  943. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  944. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  945. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  946. -webkit-transition: border linear .2s, box-shadow linear .2s;
  947. -moz-transition: border linear .2s, box-shadow linear .2s;
  948. -o-transition: border linear .2s, box-shadow linear .2s;
  949. transition: border linear .2s, box-shadow linear .2s;
  950. }
  951. textarea:focus,
  952. input[type="text"]:focus,
  953. input[type="password"]:focus,
  954. input[type="datetime"]:focus,
  955. input[type="datetime-local"]:focus,
  956. input[type="date"]:focus,
  957. input[type="month"]:focus,
  958. input[type="time"]:focus,
  959. input[type="week"]:focus,
  960. input[type="number"]:focus,
  961. input[type="email"]:focus,
  962. input[type="url"]:focus,
  963. input[type="search"]:focus,
  964. input[type="tel"]:focus,
  965. input[type="color"]:focus,
  966. .uneditable-input:focus {
  967. border-color: rgba(82, 168, 236, 0.8);
  968. outline: 0;
  969. outline: thin dotted \9;
  970. /* IE6-9 */
  971. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  972. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  973. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  974. }
  975. input[type="radio"],
  976. input[type="checkbox"] {
  977. margin: 4px 0 0;
  978. *margin-top: 0;
  979. /* IE7 */
  980. margin-top: 1px \9;
  981. /* IE8-9 */
  982. line-height: normal;
  983. }
  984. input[type="file"],
  985. input[type="image"],
  986. input[type="submit"],
  987. input[type="reset"],
  988. input[type="button"],
  989. input[type="radio"],
  990. input[type="checkbox"] {
  991. width: auto;
  992. }
  993. select,
  994. input[type="file"] {
  995. height: 34px;
  996. /* In IE7, the height of the select element cannot be changed by height, only font-size */
  997. *margin-top: 4px;
  998. /* For IE7, add top margin to align select with labels */
  999. line-height: 34px;
  1000. }
  1001. select {
  1002. width: 220px;
  1003. border: 1px solid #cccccc;
  1004. background-color: #62686b;
  1005. }
  1006. select[multiple],
  1007. select[size] {
  1008. height: auto;
  1009. }
  1010. select:focus,
  1011. input[type="file"]:focus,
  1012. input[type="radio"]:focus,
  1013. input[type="checkbox"]:focus {
  1014. outline: thin dotted #333;
  1015. outline: 5px auto -webkit-focus-ring-color;
  1016. outline-offset: -2px;
  1017. }
  1018. .uneditable-input,
  1019. .uneditable-textarea {
  1020. color: #999999;
  1021. background-color: #606568;
  1022. border-color: #cccccc;
  1023. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  1024. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  1025. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  1026. cursor: not-allowed;
  1027. }
  1028. .uneditable-input {
  1029. overflow: hidden;
  1030. white-space: nowrap;
  1031. }
  1032. .uneditable-textarea {
  1033. width: auto;
  1034. height: auto;
  1035. }
  1036. input:-moz-placeholder,
  1037. textarea:-moz-placeholder {
  1038. color: #999999;
  1039. }
  1040. input:-ms-input-placeholder,
  1041. textarea:-ms-input-placeholder {
  1042. color: #999999;
  1043. }
  1044. input::-webkit-input-placeholder,
  1045. textarea::-webkit-input-placeholder {
  1046. color: #999999;
  1047. }
  1048. .radio,
  1049. .checkbox {
  1050. min-height: 24px;
  1051. padding-left: 20px;
  1052. }
  1053. .radio input[type="radio"],
  1054. .checkbox input[type="checkbox"] {
  1055. float: left;
  1056. margin-left: -20px;
  1057. }
  1058. .controls > .radio:first-child,
  1059. .controls > .checkbox:first-child {
  1060. padding-top: 5px;
  1061. }
  1062. .radio.inline,
  1063. .checkbox.inline {
  1064. display: inline-block;
  1065. padding-top: 5px;
  1066. margin-bottom: 0;
  1067. vertical-align: middle;
  1068. }
  1069. .radio.inline + .radio.inline,
  1070. .checkbox.inline + .checkbox.inline {
  1071. margin-left: 10px;
  1072. }
  1073. .input-mini {
  1074. width: 60px;
  1075. }
  1076. .input-small {
  1077. width: 90px;
  1078. }
  1079. .input-medium {
  1080. width: 150px;
  1081. }
  1082. .input-large {
  1083. width: 210px;
  1084. }
  1085. .input-xlarge {
  1086. width: 270px;
  1087. }
  1088. .input-xxlarge {
  1089. width: 530px;
  1090. }
  1091. input[class*="span"],
  1092. select[class*="span"],
  1093. textarea[class*="span"],
  1094. .uneditable-input[class*="span"],
  1095. .row-fluid input[class*="span"],
  1096. .row-fluid select[class*="span"],
  1097. .row-fluid textarea[class*="span"],
  1098. .row-fluid .uneditable-input[class*="span"] {
  1099. float: none;
  1100. margin-left: 0;
  1101. }
  1102. .input-append input[class*="span"],
  1103. .input-append .uneditable-input[class*="span"],
  1104. .input-prepend input[class*="span"],
  1105. .input-prepend .uneditable-input[class*="span"],
  1106. .row-fluid input[class*="span"],
  1107. .row-fluid select[class*="span"],
  1108. .row-fluid textarea[class*="span"],
  1109. .row-fluid .uneditable-input[class*="span"],
  1110. .row-fluid .input-prepend [class*="span"],
  1111. .row-fluid .input-append [class*="span"] {
  1112. display: inline-block;
  1113. }
  1114. input,
  1115. textarea,
  1116. .uneditable-input {
  1117. margin-left: 0;
  1118. }
  1119. .controls-row [class*="span"] + [class*="span"] {
  1120. margin-left: 20px;
  1121. }
  1122. input.span12,
  1123. textarea.span12,
  1124. .uneditable-input.span12 {
  1125. width: 926px;
  1126. }
  1127. input.span11,
  1128. textarea.span11,
  1129. .uneditable-input.span11 {
  1130. width: 846px;
  1131. }
  1132. input.span10,
  1133. textarea.span10,
  1134. .uneditable-input.span10 {
  1135. width: 766px;
  1136. }
  1137. input.span9,
  1138. textarea.span9,
  1139. .uneditable-input.span9 {
  1140. width: 686px;
  1141. }
  1142. input.span8,
  1143. textarea.span8,
  1144. .uneditable-input.span8 {
  1145. width: 606px;
  1146. }
  1147. input.span7,
  1148. textarea.span7,
  1149. .uneditable-input.span7 {
  1150. width: 526px;
  1151. }
  1152. input.span6,
  1153. textarea.span6,
  1154. .uneditable-input.span6 {
  1155. width: 446px;
  1156. }
  1157. input.span5,
  1158. textarea.span5,
  1159. .uneditable-input.span5 {
  1160. width: 366px;
  1161. }
  1162. input.span4,
  1163. textarea.span4,
  1164. .uneditable-input.span4 {
  1165. width: 286px;
  1166. }
  1167. input.span3,
  1168. textarea.span3,
  1169. .uneditable-input.span3 {
  1170. width: 206px;
  1171. }
  1172. input.span2,
  1173. textarea.span2,
  1174. .uneditable-input.span2 {
  1175. width: 126px;
  1176. }
  1177. input.span1,
  1178. textarea.span1,
  1179. .uneditable-input.span1 {
  1180. width: 46px;
  1181. }
  1182. .controls-row {
  1183. *zoom: 1;
  1184. }
  1185. .controls-row:before,
  1186. .controls-row:after {
  1187. display: table;
  1188. content: "";
  1189. line-height: 0;
  1190. }
  1191. .controls-row:after {
  1192. clear: both;
  1193. }
  1194. .controls-row [class*="span"],
  1195. .row-fluid .controls-row [class*="span"] {
  1196. float: left;
  1197. }
  1198. .controls-row .checkbox[class*="span"],
  1199. .controls-row .radio[class*="span"] {
  1200. padding-top: 5px;
  1201. }
  1202. input[disabled],
  1203. select[disabled],
  1204. textarea[disabled],
  1205. input[readonly],
  1206. select[readonly],
  1207. textarea[readonly] {
  1208. cursor: not-allowed;
  1209. background-color: #eeeeee;
  1210. }
  1211. input[type="radio"][disabled],
  1212. input[type="checkbox"][disabled],
  1213. input[type="radio"][readonly],
  1214. input[type="checkbox"][readonly] {
  1215. background-color: transparent;
  1216. }
  1217. .control-group.warning .control-label,
  1218. .control-group.warning .help-block,
  1219. .control-group.warning .help-inline {
  1220. color: #c09853;
  1221. }
  1222. .control-group.warning .checkbox,
  1223. .control-group.warning .radio,
  1224. .control-group.warning input,
  1225. .control-group.warning select,
  1226. .control-group.warning textarea {
  1227. color: #c09853;
  1228. }
  1229. .control-group.warning input,
  1230. .control-group.warning select,
  1231. .control-group.warning textarea {
  1232. border-color: #c09853;
  1233. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1234. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1235. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1236. }
  1237. .control-group.warning input:focus,
  1238. .control-group.warning select:focus,
  1239. .control-group.warning textarea:focus {
  1240. border-color: #a47e3c;
  1241. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1242. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1243. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1244. }
  1245. .control-group.warning .input-prepend .add-on,
  1246. .control-group.warning .input-append .add-on {
  1247. color: #c09853;
  1248. background-color: #fcf8e3;
  1249. border-color: #c09853;
  1250. }
  1251. .control-group.error .control-label,
  1252. .control-group.error .help-block,
  1253. .control-group.error .help-inline {
  1254. color: #b94a48;
  1255. }
  1256. .control-group.error .checkbox,
  1257. .control-group.error .radio,
  1258. .control-group.error input,
  1259. .control-group.error select,
  1260. .control-group.error textarea {
  1261. color: #b94a48;
  1262. }
  1263. .control-group.error input,
  1264. .control-group.error select,
  1265. .control-group.error textarea {
  1266. border-color: #b94a48;
  1267. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1268. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1269. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1270. }
  1271. .control-group.error input:focus,
  1272. .control-group.error select:focus,
  1273. .control-group.error textarea:focus {
  1274. border-color: #953b39;
  1275. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1276. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1277. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1278. }
  1279. .control-group.error .input-prepend .add-on,
  1280. .control-group.error .input-append .add-on {
  1281. color: #b94a48;
  1282. background-color: #f2dede;
  1283. border-color: #b94a48;
  1284. }
  1285. .control-group.success .control-label,
  1286. .control-group.success .help-block,
  1287. .control-group.success .help-inline {
  1288. color: #468847;
  1289. }
  1290. .control-group.success .checkbox,
  1291. .control-group.success .radio,
  1292. .control-group.success input,
  1293. .control-group.success select,
  1294. .control-group.success textarea {
  1295. color: #468847;
  1296. }
  1297. .control-group.success input,
  1298. .control-group.success select,
  1299. .control-group.success textarea {
  1300. border-color: #468847;
  1301. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1302. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1303. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1304. }
  1305. .control-group.success input:focus,
  1306. .control-group.success select:focus,
  1307. .control-group.success textarea:focus {
  1308. border-color: #356635;
  1309. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1310. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1311. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1312. }
  1313. .control-group.success .input-prepend .add-on,
  1314. .control-group.success .input-append .add-on {
  1315. color: #468847;
  1316. background-color: #dff0d8;
  1317. border-color: #468847;
  1318. }
  1319. .control-group.info .control-label,
  1320. .control-group.info .help-block,
  1321. .control-group.info .help-inline {
  1322. color: #3a87ad;
  1323. }
  1324. .control-group.info .checkbox,
  1325. .control-group.info .radio,
  1326. .control-group.info input,
  1327. .control-group.info select,
  1328. .control-group.info textarea {
  1329. color: #3a87ad;
  1330. }
  1331. .control-group.info input,
  1332. .control-group.info select,
  1333. .control-group.info textarea {
  1334. border-color: #3a87ad;
  1335. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1336. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1337. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1338. }
  1339. .control-group.info input:focus,
  1340. .control-group.info select:focus,
  1341. .control-group.info textarea:focus {
  1342. border-color: #2d6987;
  1343. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1344. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1345. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1346. }
  1347. .control-group.info .input-prepend .add-on,
  1348. .control-group.info .input-append .add-on {
  1349. color: #3a87ad;
  1350. background-color: #d9edf7;
  1351. border-color: #3a87ad;
  1352. }
  1353. input:focus:invalid,
  1354. textarea:focus:invalid,
  1355. select:focus:invalid {
  1356. color: #b94a48;
  1357. border-color: #ee5f5b;
  1358. }
  1359. input:focus:invalid:focus,
  1360. textarea:focus:invalid:focus,
  1361. select:focus:invalid:focus {
  1362. border-color: #e9322d;
  1363. -webkit-box-shadow: 0 0 6px #f8b9b7;
  1364. -moz-box-shadow: 0 0 6px #f8b9b7;
  1365. box-shadow: 0 0 6px #f8b9b7;
  1366. }
  1367. .form-actions {
  1368. padding: 23px 20px 24px;
  1369. margin-top: 24px;
  1370. margin-bottom: 24px;
  1371. background-color: #f5f5f5;
  1372. border-top: 1px solid #e5e5e5;
  1373. *zoom: 1;
  1374. }
  1375. .form-actions:before,
  1376. .form-actions:after {
  1377. display: table;
  1378. content: "";
  1379. line-height: 0;
  1380. }
  1381. .form-actions:after {
  1382. clear: both;
  1383. }
  1384. .help-block,
  1385. .help-inline {
  1386. color: #949a9f;
  1387. }
  1388. .help-block {
  1389. display: block;
  1390. margin-bottom: 12px;
  1391. }
  1392. .help-inline {
  1393. display: inline-block;
  1394. *display: inline;
  1395. /* IE7 inline-block hack */
  1396. *zoom: 1;
  1397. vertical-align: middle;
  1398. padding-left: 5px;
  1399. }
  1400. .input-append,
  1401. .input-prepend {
  1402. display: inline-block;
  1403. margin-bottom: 12px;
  1404. vertical-align: middle;
  1405. font-size: 0;
  1406. white-space: nowrap;
  1407. }
  1408. .input-append input,
  1409. .input-prepend input,
  1410. .input-append select,
  1411. .input-prepend select,
  1412. .input-append .uneditable-input,
  1413. .input-prepend .uneditable-input,
  1414. .input-append .dropdown-menu,
  1415. .input-prepend .dropdown-menu,
  1416. .input-append .popover,
  1417. .input-prepend .popover {
  1418. font-size: 14px;
  1419. }
  1420. .input-append input,
  1421. .input-prepend input,
  1422. .input-append select,
  1423. .input-prepend select,
  1424. .input-append .uneditable-input,
  1425. .input-prepend .uneditable-input {
  1426. position: relative;
  1427. margin-bottom: 0;
  1428. *margin-left: 0;
  1429. vertical-align: top;
  1430. -webkit-border-radius: 0 0px 0px 0;
  1431. -moz-border-radius: 0 0px 0px 0;
  1432. border-radius: 0 0px 0px 0;
  1433. }
  1434. .input-append input:focus,
  1435. .input-prepend input:focus,
  1436. .input-append select:focus,
  1437. .input-prepend select:focus,
  1438. .input-append .uneditable-input:focus,
  1439. .input-prepend .uneditable-input:focus {
  1440. z-index: 2;
  1441. }
  1442. .input-append .add-on,
  1443. .input-prepend .add-on {
  1444. display: inline-block;
  1445. width: auto;
  1446. height: 24px;
  1447. min-width: 16px;
  1448. padding: 4px 5px;
  1449. font-size: 14px;
  1450. font-weight: normal;
  1451. line-height: 24px;
  1452. text-align: center;
  1453. text-shadow: 0 1px 0 #ffffff;
  1454. background-color: #eeeeee;
  1455. border: 1px solid #ccc;
  1456. }
  1457. .input-append .add-on,
  1458. .input-prepend .add-on,
  1459. .input-append .btn,
  1460. .input-prepend .btn,
  1461. .input-append .btn-group > .dropdown-toggle,
  1462. .input-prepend .btn-group > .dropdown-toggle {
  1463. vertical-align: top;
  1464. -webkit-border-radius: 0;
  1465. -moz-border-radius: 0;
  1466. border-radius: 0;
  1467. }
  1468. .input-append .active,
  1469. .input-prepend .active {
  1470. background-color: #a9dba9;
  1471. border-color: #46a546;
  1472. }
  1473. .input-prepend .add-on,
  1474. .input-prepend .btn {
  1475. margin-right: -1px;
  1476. }
  1477. .input-prepend .add-on:first-child,
  1478. .input-prepend .btn:first-child {
  1479. -webkit-border-radius: 0px 0 0 0px;
  1480. -moz-border-radius: 0px 0 0 0px;
  1481. border-radius: 0px 0 0 0px;
  1482. }
  1483. .input-append input,
  1484. .input-append select,
  1485. .input-append .uneditable-input {
  1486. -webkit-border-radius: 0px 0 0 0px;
  1487. -moz-border-radius: 0px 0 0 0px;
  1488. border-radius: 0px 0 0 0px;
  1489. }
  1490. .input-append input + .btn-group .btn:last-child,
  1491. .input-append select + .btn-group .btn:last-child,
  1492. .input-append .uneditable-input + .btn-group .btn:last-child {
  1493. -webkit-border-radius: 0 0px 0px 0;
  1494. -moz-border-radius: 0 0px 0px 0;
  1495. border-radius: 0 0px 0px 0;
  1496. }
  1497. .input-append .add-on,
  1498. .input-append .btn,
  1499. .input-append .btn-group {
  1500. margin-left: -1px;
  1501. }
  1502. .input-append .add-on:last-child,
  1503. .input-append .btn:last-child,
  1504. .input-append .btn-group:last-child > .dropdown-toggle {
  1505. -webkit-border-radius: 0 0px 0px 0;
  1506. -moz-border-radius: 0 0px 0px 0;
  1507. border-radius: 0 0px 0px 0;
  1508. }
  1509. .input-prepend.input-append input,
  1510. .input-prepend.input-append select,
  1511. .input-prepend.input-append .uneditable-input {
  1512. -webkit-border-radius: 0;
  1513. -moz-border-radius: 0;
  1514. border-radius: 0;
  1515. }
  1516. .input-prepend.input-append input + .btn-group .btn,
  1517. .input-prepend.input-append select + .btn-group .btn,
  1518. .input-prepend.input-append .uneditable-input + .btn-group .btn {
  1519. -webkit-border-radius: 0 0px 0px 0;
  1520. -moz-border-radius: 0 0px 0px 0;
  1521. border-radius: 0 0px 0px 0;
  1522. }
  1523. .input-prepend.input-append .add-on:first-child,
  1524. .input-prepend.input-append .btn:first-child {
  1525. margin-right: -1px;
  1526. -webkit-border-radius: 0px 0 0 0px;
  1527. -moz-border-radius: 0px 0 0 0px;
  1528. border-radius: 0px 0 0 0px;
  1529. }
  1530. .input-prepend.input-append .add-on:last-child,
  1531. .input-prepend.input-append .btn:last-child {
  1532. margin-left: -1px;
  1533. -webkit-border-radius: 0 0px 0px 0;
  1534. -moz-border-radius: 0 0px 0px 0;
  1535. border-radius: 0 0px 0px 0;
  1536. }
  1537. .input-prepend.input-append .btn-group:first-child {
  1538. margin-left: 0;
  1539. }
  1540. input.search-query {
  1541. padding-right: 14px;
  1542. padding-right: 4px \9;
  1543. padding-left: 14px;
  1544. padding-left: 4px \9;
  1545. /* IE7-8 doesn't have border-radius, so don't indent the padding */
  1546. margin-bottom: 0;
  1547. -webkit-border-radius: 15px;
  1548. -moz-border-radius: 15px;
  1549. border-radius: 15px;
  1550. }
  1551. /* Allow for input prepend/append in search forms */
  1552. .form-search .input-append .search-query,
  1553. .form-search .input-prepend .search-query {
  1554. -webkit-border-radius: 0;
  1555. -moz-border-radius: 0;
  1556. border-radius: 0;
  1557. }
  1558. .form-search .input-append .search-query {
  1559. -webkit-border-radius: 14px 0 0 14px;
  1560. -moz-border-radius: 14px 0 0 14px;
  1561. border-radius: 14px 0 0 14px;
  1562. }
  1563. .form-search .input-append .btn {
  1564. -webkit-border-radius: 0 14px 14px 0;
  1565. -moz-border-radius: 0 14px 14px 0;
  1566. border-radius: 0 14px 14px 0;
  1567. }
  1568. .form-search .input-prepend .search-query {
  1569. -webkit-border-radius: 0 14px 14px 0;
  1570. -moz-border-radius: 0 14px 14px 0;
  1571. border-radius: 0 14px 14px 0;
  1572. }
  1573. .form-search .input-prepend .btn {
  1574. -webkit-border-radius: 14px 0 0 14px;
  1575. -moz-border-radius: 14px 0 0 14px;
  1576. border-radius: 14px 0 0 14px;
  1577. }
  1578. .form-search input,
  1579. .form-inline input,
  1580. .form-horizontal input,
  1581. .form-search textarea,
  1582. .form-inline textarea,
  1583. .form-horizontal textarea,
  1584. .form-search select,
  1585. .form-inline select,
  1586. .form-horizontal select,
  1587. .form-search .help-inline,
  1588. .form-inline .help-inline,
  1589. .form-horizontal .help-inline,
  1590. .form-search .uneditable-input,
  1591. .form-inline .uneditable-input,
  1592. .form-horizontal .uneditable-input,
  1593. .form-search .input-prepend,
  1594. .form-inline .input-prepend,
  1595. .form-horizontal .input-prepend,
  1596. .form-search .input-append,
  1597. .form-inline .input-append,
  1598. .form-horizontal .input-append {
  1599. display: inline-block;
  1600. *display: inline;
  1601. /* IE7 inline-block hack */
  1602. *zoom: 1;
  1603. margin-bottom: 0;
  1604. vertical-align: middle;
  1605. }
  1606. .form-search .hide,
  1607. .form-inline .hide,
  1608. .form-horizontal .hide {
  1609. display: none;
  1610. }
  1611. .form-search label,
  1612. .form-inline label,
  1613. .form-search .btn-group,
  1614. .form-inline .btn-group {
  1615. display: inline-block;
  1616. }
  1617. .form-search .input-append,
  1618. .form-inline .input-append,
  1619. .form-search .input-prepend,
  1620. .form-inline .input-prepend {
  1621. margin-bottom: 0;
  1622. }
  1623. .form-search .radio,
  1624. .form-search .checkbox,
  1625. .form-inline .radio,
  1626. .form-inline .checkbox {
  1627. padding-left: 0;
  1628. margin-bottom: 0;
  1629. vertical-align: middle;
  1630. }
  1631. .form-search .radio input[type="radio"],
  1632. .form-search .checkbox input[type="checkbox"],
  1633. .form-inline .radio input[type="radio"],
  1634. .form-inline .checkbox input[type="checkbox"] {
  1635. float: left;
  1636. margin-right: 3px;
  1637. margin-left: 0;
  1638. }
  1639. .control-group {
  1640. margin-bottom: 12px;
  1641. }
  1642. legend + .control-group {
  1643. margin-top: 24px;
  1644. -webkit-margin-top-collapse: separate;
  1645. }
  1646. .form-horizontal .control-group {
  1647. margin-bottom: 24px;
  1648. *zoom: 1;
  1649. }
  1650. .form-horizontal .control-group:before,
  1651. .form-horizontal .control-group:after {
  1652. display: table;
  1653. content: "";
  1654. line-height: 0;
  1655. }
  1656. .form-horizontal .control-group:after {
  1657. clear: both;
  1658. }
  1659. .form-horizontal .control-label {
  1660. float: left;
  1661. width: 160px;
  1662. padding-top: 5px;
  1663. text-align: right;
  1664. }
  1665. .form-horizontal .controls {
  1666. *display: inline-block;
  1667. *padding-left: 20px;
  1668. margin-left: 180px;
  1669. *margin-left: 0;
  1670. }
  1671. .form-horizontal .controls:first-child {
  1672. *padding-left: 180px;
  1673. }
  1674. .form-horizontal .help-block {
  1675. margin-bottom: 0;
  1676. }
  1677. .form-horizontal input + .help-block,
  1678. .form-horizontal select + .help-block,
  1679. .form-horizontal textarea + .help-block,
  1680. .form-horizontal .uneditable-input + .help-block,
  1681. .form-horizontal .input-prepend + .help-block,
  1682. .form-horizontal .input-append + .help-block {
  1683. margin-top: 12px;
  1684. }
  1685. .form-horizontal .form-actions {
  1686. padding-left: 180px;
  1687. }
  1688. table {
  1689. max-width: 100%;
  1690. background-color: transparent;
  1691. border-collapse: collapse;
  1692. border-spacing: 0;
  1693. }
  1694. .table {
  1695. width: 100%;
  1696. margin-bottom: 24px;
  1697. }
  1698. .table th,
  1699. .table td {
  1700. padding: 8px;
  1701. line-height: 24px;
  1702. text-align: left;
  1703. vertical-align: top;
  1704. border-top: 1px solid #dddddd;
  1705. }
  1706. .table th {
  1707. font-weight: bold;
  1708. }
  1709. .table thead th {
  1710. vertical-align: bottom;
  1711. }
  1712. .table caption + thead tr:first-child th,
  1713. .table caption + thead tr:first-child td,
  1714. .table colgroup + thead tr:first-child th,
  1715. .table colgroup + thead tr:first-child td,
  1716. .table thead:first-child tr:first-child th,
  1717. .table thead:first-child tr:first-child td {
  1718. border-top: 0;
  1719. }
  1720. .table tbody + tbody {
  1721. border-top: 2px solid #dddddd;
  1722. }
  1723. .table .table {
  1724. background-color: #ffffff;
  1725. }
  1726. .table-condensed th,
  1727. .table-condensed td {
  1728. padding: 4px 5px;
  1729. }
  1730. .table-bordered {
  1731. border: 1px solid #dddddd;
  1732. border-collapse: separate;
  1733. *border-collapse: collapse;
  1734. border-left: 0;
  1735. -webkit-border-radius: 4px;
  1736. -moz-border-radius: 4px;
  1737. border-radius: 4px;
  1738. }
  1739. .table-bordered th,
  1740. .table-bordered td {
  1741. border-left: 1px solid #dddddd;
  1742. }
  1743. .table-bordered caption + thead tr:first-child th,
  1744. .table-bordered caption + tbody tr:first-child th,
  1745. .table-bordered caption + tbody tr:first-child td,
  1746. .table-bordered colgroup + thead tr:first-child th,
  1747. .table-bordered colgroup + tbody tr:first-child th,
  1748. .table-bordered colgroup + tbody tr:first-child td,
  1749. .table-bordered thead:first-child tr:first-child th,
  1750. .table-bordered tbody:first-child tr:first-child th,
  1751. .table-bordered tbody:first-child tr:first-child td {
  1752. border-top: 0;
  1753. }
  1754. .table-bordered thead:first-child tr:first-child > th:first-child,
  1755. .table-bordered tbody:first-child tr:first-child > td:first-child,
  1756. .table-bordered tbody:first-child tr:first-child > th:first-child {
  1757. -webkit-border-top-left-radius: 4px;
  1758. -moz-border-radius-topleft: 4px;
  1759. border-top-left-radius: 4px;
  1760. }
  1761. .table-bordered thead:first-child tr:first-child > th:last-child,
  1762. .table-bordered tbody:first-child tr:first-child > td:last-child,
  1763. .table-bordered tbody:first-child tr:first-child > th:last-child {
  1764. -webkit-border-top-right-radius: 4px;
  1765. -moz-border-radius-topright: 4px;
  1766. border-top-right-radius: 4px;
  1767. }
  1768. .table-bordered thead:last-child tr:last-child > th:first-child,
  1769. .table-bordered tbody:last-child tr:last-child > td:first-child,
  1770. .table-bordered tbody:last-child tr:last-child > th:first-child,
  1771. .table-bordered tfoot:last-child tr:last-child > td:first-child,
  1772. .table-bordered tfoot:last-child tr:last-child > th:first-child {
  1773. -webkit-border-bottom-left-radius: 4px;
  1774. -moz-border-radius-bottomleft: 4px;
  1775. border-bottom-left-radius: 4px;
  1776. }
  1777. .table-bordered thead:last-child tr:last-child > th:last-child,
  1778. .table-bordered tbody:last-child tr:last-child > td:last-child,
  1779. .table-bordered tbody:last-child tr:last-child > th:last-child,
  1780. .table-bordered tfoot:last-child tr:last-child > td:last-child,
  1781. .table-bordered tfoot:last-child tr:last-child > th:last-child {
  1782. -webkit-border-bottom-right-radius: 4px;
  1783. -moz-border-radius-bottomright: 4px;
  1784. border-bottom-right-radius: 4px;
  1785. }
  1786. .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  1787. -webkit-border-bottom-left-radius: 0;
  1788. -moz-border-radius-bottomleft: 0;
  1789. border-bottom-left-radius: 0;
  1790. }
  1791. .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  1792. -webkit-border-bottom-right-radius: 0;
  1793. -moz-border-radius-bottomright: 0;
  1794. border-bottom-right-radius: 0;
  1795. }
  1796. .table-bordered caption + thead tr:first-child th:first-child,
  1797. .table-bordered caption + tbody tr:first-child td:first-child,
  1798. .table-bordered colgroup + thead tr:first-child th:first-child,
  1799. .table-bordered colgroup + tbody tr:first-child td:first-child {
  1800. -webkit-border-top-left-radius: 4px;
  1801. -moz-border-radius-topleft: 4px;
  1802. border-top-left-radius: 4px;
  1803. }
  1804. .table-bordered caption + thead tr:first-child th:last-child,
  1805. .table-bordered caption + tbody tr:first-child td:last-child,
  1806. .table-bordered colgroup + thead tr:first-child th:last-child,
  1807. .table-bordered colgroup + tbody tr:first-child td:last-child {
  1808. -webkit-border-top-right-radius: 4px;
  1809. -moz-border-radius-topright: 4px;
  1810. border-top-right-radius: 4px;
  1811. }
  1812. .table-striped tbody > tr:nth-child(odd) > td,
  1813. .table-striped tbody > tr:nth-child(odd) > th {
  1814. background-color: #f9f9f9;
  1815. }
  1816. .table-hover tbody tr:hover > td,
  1817. .table-hover tbody tr:hover > th {
  1818. background-color: #f5f5f5;
  1819. }
  1820. table td[class*="span"],
  1821. table th[class*="span"],
  1822. .row-fluid table td[class*="span"],
  1823. .row-fluid table th[class*="span"] {
  1824. display: table-cell;
  1825. float: none;
  1826. margin-left: 0;
  1827. }
  1828. .table td.span1,
  1829. .table th.span1 {
  1830. float: none;
  1831. width: 44px;
  1832. margin-left: 0;
  1833. }
  1834. .table td.span2,
  1835. .table th.span2 {
  1836. float: none;
  1837. width: 124px;
  1838. margin-left: 0;
  1839. }
  1840. .table td.span3,
  1841. .table th.span3 {
  1842. float: none;
  1843. width: 204px;
  1844. margin-left: 0;
  1845. }
  1846. .table td.span4,
  1847. .table th.span4 {
  1848. float: none;
  1849. width: 284px;
  1850. margin-left: 0;
  1851. }
  1852. .table td.span5,
  1853. .table th.span5 {
  1854. float: none;
  1855. width: 364px;
  1856. margin-left: 0;
  1857. }
  1858. .table td.span6,
  1859. .table th.span6 {
  1860. float: none;
  1861. width: 444px;
  1862. margin-left: 0;
  1863. }
  1864. .table td.span7,
  1865. .table th.span7 {
  1866. float: none;
  1867. width: 524px;
  1868. margin-left: 0;
  1869. }
  1870. .table td.span8,
  1871. .table th.span8 {
  1872. float: none;
  1873. width: 604px;
  1874. margin-left: 0;
  1875. }
  1876. .table td.span9,
  1877. .table th.span9 {
  1878. float: none;
  1879. width: 684px;
  1880. margin-left: 0;
  1881. }
  1882. .table td.span10,
  1883. .table th.span10 {
  1884. float: none;
  1885. width: 764px;
  1886. margin-left: 0;
  1887. }
  1888. .table td.span11,
  1889. .table th.span11 {
  1890. float: none;
  1891. width: 844px;
  1892. margin-left: 0;
  1893. }
  1894. .table td.span12,
  1895. .table th.span12 {
  1896. float: none;
  1897. width: 924px;
  1898. margin-left: 0;
  1899. }
  1900. .table tbody tr.success > td {
  1901. background-color: #dff0d8;
  1902. }
  1903. .table tbody tr.error > td {
  1904. background-color: #f2dede;
  1905. }
  1906. .table tbody tr.warning > td {
  1907. background-color: #fcf8e3;
  1908. }
  1909. .table tbody tr.info > td {
  1910. background-color: #d9edf7;
  1911. }
  1912. .table-hover tbody tr.success:hover > td {
  1913. background-color: #d0e9c6;
  1914. }
  1915. .table-hover tbody tr.error:hover > td {
  1916. background-color: #ebcccc;
  1917. }
  1918. .table-hover tbody tr.warning:hover > td {
  1919. background-color: #faf2cc;
  1920. }
  1921. .table-hover tbody tr.info:hover > td {
  1922. background-color: #c4e3f3;
  1923. }
  1924. .dropup,
  1925. .dropdown {
  1926. position: relative;
  1927. }
  1928. .dropdown-toggle {
  1929. *margin-bottom: -3px;
  1930. }
  1931. .dropdown-toggle:active,
  1932. .open .dropdown-toggle {
  1933. outline: 0;
  1934. }
  1935. .caret {
  1936. display: inline-block;
  1937. width: 0;
  1938. height: 0;
  1939. vertical-align: top;
  1940. border-top: 4px solid #000000;
  1941. border-right: 4px solid transparent;
  1942. border-left: 4px solid transparent;
  1943. content: "";
  1944. }
  1945. .dropdown .caret {
  1946. margin-top: 8px;
  1947. margin-left: 2px;
  1948. }
  1949. .dropdown-menu {
  1950. position: absolute;
  1951. top: 100%;
  1952. left: 0;
  1953. z-index: 1000;
  1954. display: none;
  1955. float: left;
  1956. min-width: 160px;
  1957. padding: 5px 0;
  1958. margin: 2px 0 0;
  1959. list-style: none;
  1960. background-color: #ffffff;
  1961. border: 1px solid #ccc;
  1962. border: 1px solid rgba(0, 0, 0, 0.2);
  1963. *border-right-width: 2px;
  1964. *border-bottom-width: 2px;
  1965. -webkit-border-radius: 6px;
  1966. -moz-border-radius: 6px;
  1967. border-radius: 6px;
  1968. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1969. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1970. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  1971. -webkit-background-clip: padding-box;
  1972. -moz-background-clip: padding;
  1973. background-clip: padding-box;
  1974. }
  1975. .dropdown-menu.pull-right {
  1976. right: 0;
  1977. left: auto;
  1978. }
  1979. .dropdown-menu .divider {
  1980. *width: 100%;
  1981. height: 1px;
  1982. margin: 11px 1px;
  1983. *margin: -5px 0 5px;
  1984. overflow: hidden;
  1985. background-color: #e5e5e5;
  1986. border-bottom: 1px solid #ffffff;
  1987. }
  1988. .dropdown-menu > li > a {
  1989. display: block;
  1990. padding: 3px 20px;
  1991. clear: both;
  1992. font-weight: normal;
  1993. line-height: 24px;
  1994. color: #3b4347;
  1995. white-space: nowrap;
  1996. }
  1997. .dropdown-menu > li > a:hover,
  1998. .dropdown-menu > li > a:focus,
  1999. .dropdown-submenu:hover > a,
  2000. .dropdown-submenu:focus > a {
  2001. text-decoration: none;
  2002. color: #ffffff;
  2003. background-color: #ce5439;
  2004. background-image: -moz-linear-gradient(top, #d25a3f, #c94b2f);
  2005. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d25a3f), to(#c94b2f));
  2006. background-image: -webkit-linear-gradient(top, #d25a3f, #c94b2f);
  2007. background-image: -o-linear-gradient(top, #d25a3f, #c94b2f);
  2008. background-image: linear-gradient(to bottom, #d25a3f, #c94b2f);
  2009. background-repeat: repeat-x;
  2010. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd25a3f', endColorstr='#ffc94b2f', GradientType=0);
  2011. }
  2012. .dropdown-menu > .active > a,
  2013. .dropdown-menu > .active > a:hover,
  2014. .dropdown-menu > .active > a:focus {
  2015. color: #3b4347;
  2016. text-decoration: none;
  2017. outline: 0;
  2018. background-color: #ce5439;
  2019. background-image: -moz-linear-gradient(top, #d25a3f, #c94b2f);
  2020. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d25a3f), to(#c94b2f));
  2021. background-image: -webkit-linear-gradient(top, #d25a3f, #c94b2f);
  2022. background-image: -o-linear-gradient(top, #d25a3f, #c94b2f);
  2023. background-image: linear-gradient(to bottom, #d25a3f, #c94b2f);
  2024. background-repeat: repeat-x;
  2025. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd25a3f', endColorstr='#ffc94b2f', GradientType=0);
  2026. }
  2027. .dropdown-menu > .disabled > a,
  2028. .dropdown-menu > .disabled > a:hover,
  2029. .dropdown-menu > .disabled > a:focus {
  2030. color: #999999;
  2031. }
  2032. .dropdown-menu > .disabled > a:hover,
  2033. .dropdown-menu > .disabled > a:focus {
  2034. text-decoration: none;
  2035. background-color: transparent;
  2036. background-image: none;
  2037. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2038. cursor: default;
  2039. }
  2040. .open {
  2041. *z-index: 1000;
  2042. }
  2043. .open > .dropdown-menu {
  2044. display: block;
  2045. }
  2046. .dropdown-backdrop {
  2047. position: fixed;
  2048. left: 0;
  2049. right: 0;
  2050. bottom: 0;
  2051. top: 0;
  2052. z-index: 990;
  2053. }
  2054. .pull-right > .dropdown-menu {
  2055. right: 0;
  2056. left: auto;
  2057. }
  2058. .dropup .caret,
  2059. .navbar-fixed-bottom .dropdown .caret {
  2060. border-top: 0;
  2061. border-bottom: 4px solid #000000;
  2062. content: "";
  2063. }
  2064. .dropup .dropdown-menu,
  2065. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2066. top: auto;
  2067. bottom: 100%;
  2068. margin-bottom: 1px;
  2069. }
  2070. .dropdown-submenu {
  2071. position: relative;
  2072. }
  2073. .dropdown-submenu > .dropdown-menu {
  2074. top: 0;
  2075. left: 100%;
  2076. margin-top: -6px;
  2077. margin-left: -1px;
  2078. -webkit-border-radius: 6px 6px 6px 6px;
  2079. -moz-border-radius: 6px 6px 6px 6px;
  2080. border-radius: 6px 6px 6px 6px;
  2081. }
  2082. .dropdown-submenu:hover > .dropdown-menu {
  2083. display: block;
  2084. }
  2085. .dropup .dropdown-submenu > .dropdown-menu {
  2086. top: auto;
  2087. bottom: 0;
  2088. margin-top: 0;
  2089. margin-bottom: -2px;
  2090. -webkit-border-radius: 5px 5px 5px 0;
  2091. -moz-border-radius: 5px 5px 5px 0;
  2092. border-radius: 5px 5px 5px 0;
  2093. }
  2094. .dropdown-submenu > a:after {
  2095. display: block;
  2096. content: " ";
  2097. float: right;
  2098. width: 0;
  2099. height: 0;
  2100. border-color: transparent;
  2101. border-style: solid;
  2102. border-width: 5px 0 5px 5px;
  2103. border-left-color: #cccccc;
  2104. margin-top: 5px;
  2105. margin-right: -10px;
  2106. }
  2107. .dropdown-submenu:hover > a:after {
  2108. border-left-color: #ffffff;
  2109. }
  2110. .dropdown-submenu.pull-left {
  2111. float: none;
  2112. }
  2113. .dropdown-submenu.pull-left > .dropdown-menu {
  2114. left: -100%;
  2115. margin-left: 10px;
  2116. -webkit-border-radius: 6px 0 6px 6px;
  2117. -moz-border-radius: 6px 0 6px 6px;
  2118. border-radius: 6px 0 6px 6px;
  2119. }
  2120. .dropdown .dropdown-menu .nav-header {
  2121. padding-left: 20px;
  2122. padding-right: 20px;
  2123. }
  2124. .typeahead {
  2125. z-index: 1051;
  2126. margin-top: 2px;
  2127. -webkit-border-radius: 4px;
  2128. -moz-border-radius: 4px;
  2129. border-radius: 4px;
  2130. }
  2131. .well {
  2132. min-height: 20px;
  2133. padding: 19px;
  2134. margin-bottom: 20px;
  2135. background-color: #f5f5f5;
  2136. border: 1px solid #e3e3e3;
  2137. -webkit-border-radius: 4px;
  2138. -moz-border-radius: 4px;
  2139. border-radius: 4px;
  2140. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2141. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2142. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2143. }
  2144. .well blockquote {
  2145. border-color: #ddd;
  2146. border-color: rgba(0, 0, 0, 0.15);
  2147. }
  2148. .well-large {
  2149. padding: 24px;
  2150. -webkit-border-radius: 6px;
  2151. -moz-border-radius: 6px;
  2152. border-radius: 6px;
  2153. }
  2154. .well-small {
  2155. padding: 9px;
  2156. -webkit-border-radius: 2px;
  2157. -moz-border-radius: 2px;
  2158. border-radius: 2px;
  2159. }
  2160. .fade {
  2161. opacity: 0;
  2162. -webkit-transition: opacity 0.15s linear;
  2163. -moz-transition: opacity 0.15s linear;
  2164. -o-transition: opacity 0.15s linear;
  2165. transition: opacity 0.15s linear;
  2166. }
  2167. .fade.in {
  2168. opacity: 1;
  2169. }
  2170. .collapse {
  2171. position: relative;
  2172. height: 0;
  2173. overflow: hidden;
  2174. -webkit-transition: height 0.35s ease;
  2175. -moz-transition: height 0.35s ease;
  2176. -o-transition: height 0.35s ease;
  2177. transition: height 0.35s ease;
  2178. }
  2179. .collapse.in {
  2180. height: auto;
  2181. }
  2182. .close {
  2183. float: right;
  2184. font-size: 20px;
  2185. font-weight: bold;
  2186. line-height: 24px;
  2187. color: #000000;
  2188. text-shadow: 0 1px 0 #ffffff;
  2189. opacity: 0.2;
  2190. filter: alpha(opacity=20);
  2191. }
  2192. .close:hover,
  2193. .close:focus {
  2194. color: #000000;
  2195. text-decoration: none;
  2196. cursor: pointer;
  2197. opacity: 0.4;
  2198. filter: alpha(opacity=40);
  2199. }
  2200. button.close {
  2201. padding: 3;
  2202. cursor: pointer;
  2203. background: transparent;
  2204. border: 0;
  2205. -webkit-appearance: none;
  2206. }
  2207. .btn {
  2208. display: inline-block;
  2209. *display: inline;
  2210. /* IE7 inline-block hack */
  2211. *zoom: 1;
  2212. padding: 4px 12px;
  2213. margin-bottom: 0;
  2214. font-size: 14px;
  2215. line-height: 24px;
  2216. text-align: center;
  2217. vertical-align: middle;
  2218. cursor: pointer;
  2219. color: #3b4347;
  2220. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  2221. background-color: #f5f5f5;
  2222. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  2223. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  2224. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  2225. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  2226. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  2227. background-repeat: repeat-x;
  2228. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  2229. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  2230. *background-color: #e6e6e6;
  2231. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  2232. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2233. border: 1px solid #e6e6e6;
  2234. *border: 0;
  2235. border-bottom-color: #cccccc;
  2236. -webkit-border-radius: 4px;
  2237. -moz-border-radius: 4px;
  2238. border-radius: 4px;
  2239. *margin-left: .3em;
  2240. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2241. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2242. box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2243. }
  2244. .btn:hover,
  2245. .btn:focus,
  2246. .btn:active,
  2247. .btn.active,
  2248. .btn.disabled,
  2249. .btn[disabled] {
  2250. color: #3b4347;
  2251. background-color: #e6e6e6;
  2252. *background-color: #d9d9d9;
  2253. }
  2254. .btn:active,
  2255. .btn.active {
  2256. background-color: #cccccc \9;
  2257. }
  2258. .btn:first-child {
  2259. *margin-left: 0;
  2260. }
  2261. .btn:hover,
  2262. .btn:focus {
  2263. color: #3b4347;
  2264. text-decoration: none;
  2265. background-position: 0 -15px;
  2266. -webkit-transition: background-position 0.1s linear;
  2267. -moz-transition: background-position 0.1s linear;
  2268. -o-transition: background-position 0.1s linear;
  2269. transition: background-position 0.1s linear;
  2270. }
  2271. .btn:focus {
  2272. outline: thin dotted #333;
  2273. outline: 5px auto -webkit-focus-ring-color;
  2274. outline-offset: -2px;
  2275. }
  2276. .btn.active,
  2277. .btn:active {
  2278. background-image: none;
  2279. outline: 0;
  2280. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2281. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2282. box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2283. }
  2284. .btn.disabled,
  2285. .btn[disabled] {
  2286. cursor: default;
  2287. background-image: none;
  2288. opacity: 0.65;
  2289. filter: alpha(opacity=65);
  2290. -webkit-box-shadow: none;
  2291. -moz-box-shadow: none;
  2292. box-shadow: none;
  2293. }
  2294. .btn-large {
  2295. padding: 11px 19px;
  2296. font-size: 17.5px;
  2297. -webkit-border-radius: 6px;
  2298. -moz-border-radius: 6px;
  2299. border-radius: 6px;
  2300. }
  2301. .btn-large [class^="icon-"],
  2302. .btn-large [class*=" icon-"] {
  2303. margin-top: 4px;
  2304. }
  2305. .btn-small {
  2306. padding: 2px 10px;
  2307. font-size: 11.9px;
  2308. -webkit-border-radius: 2px;
  2309. -moz-border-radius: 2px;
  2310. border-radius: 2px;
  2311. }
  2312. .btn-small [class^="icon-"],
  2313. .btn-small [class*=" icon-"] {
  2314. margin-top: 0;
  2315. }
  2316. .btn-mini [class^="icon-"],
  2317. .btn-mini [class*=" icon-"] {
  2318. margin-top: -1px;
  2319. }
  2320. .btn-mini {
  2321. padding: 0 6px;
  2322. font-size: 10.5px;
  2323. -webkit-border-radius: 2px;
  2324. -moz-border-radius: 2px;
  2325. border-radius: 2px;
  2326. }
  2327. .btn-block {
  2328. display: block;
  2329. width: 100%;
  2330. padding-left: 0;
  2331. padding-right: 0;
  2332. -webkit-box-sizing: border-box;
  2333. -moz-box-sizing: border-box;
  2334. box-sizing: border-box;
  2335. }
  2336. .btn-block + .btn-block {
  2337. margin-top: 5px;
  2338. }
  2339. input[type="submit"].btn-block,
  2340. input[type="reset"].btn-block,
  2341. input[type="button"].btn-block {
  2342. width: 100%;
  2343. }
  2344. .btn-primary.active,
  2345. .btn-warning.active,
  2346. .btn-danger.active,
  2347. .btn-success.active,
  2348. .btn-info.active,
  2349. .btn-inverse.active {
  2350. color: rgba(255, 255, 255, 0.75);
  2351. }
  2352. .btn-primary {
  2353. color: #ffffff;
  2354. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2355. background-color: #d26e3f;
  2356. background-image: -moz-linear-gradient(top, #d25a3f, #d28b3f);
  2357. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d25a3f), to(#d28b3f));
  2358. background-image: -webkit-linear-gradient(top, #d25a3f, #d28b3f);
  2359. background-image: -o-linear-gradient(top, #d25a3f, #d28b3f);
  2360. background-image: linear-gradient(to bottom, #d25a3f, #d28b3f);
  2361. background-repeat: repeat-x;
  2362. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd25a3f', endColorstr='#ffd28b3f', GradientType=0);
  2363. border-color: #d28b3f #d28b3f #9f6425;
  2364. *background-color: #d28b3f;
  2365. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  2366. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2367. }
  2368. .btn-primary:hover,
  2369. .btn-primary:focus,
  2370. .btn-primary:active,
  2371. .btn-primary.active,
  2372. .btn-primary.disabled,
  2373. .btn-primary[disabled] {
  2374. color: #ffffff;
  2375. background-color: #d28b3f;
  2376. *background-color: #c97e2f;
  2377. }
  2378. .btn-primary:active,
  2379. .btn-primary.active {
  2380. background-color: #b4712a \9;
  2381. }
  2382. .btn-warning {
  2383. color: #ffffff;
  2384. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2385. background-color: #faa732;
  2386. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  2387. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  2388. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  2389. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  2390. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  2391. background-repeat: repeat-x;
  2392. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  2393. border-color: #f89406 #f89406 #ad6704;
  2394. *background-color: #f89406;
  2395. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  2396. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2397. }
  2398. .btn-warning:hover,
  2399. .btn-warning:focus,
  2400. .btn-warning:active,
  2401. .btn-warning.active,
  2402. .btn-warning.disabled,
  2403. .btn-warning[disabled] {
  2404. color: #ffffff;
  2405. background-color: #f89406;
  2406. *background-color: #df8505;
  2407. }
  2408. .btn-warning:active,
  2409. .btn-warning.active {
  2410. background-color: #c67605 \9;
  2411. }
  2412. .btn-danger {
  2413. color: #ffffff;
  2414. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2415. background-color: #da4f49;
  2416. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  2417. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  2418. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  2419. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  2420. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  2421. background-repeat: repeat-x;
  2422. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  2423. border-color: #bd362f #bd362f #802420;
  2424. *background-color: #bd362f;
  2425. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  2426. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2427. }
  2428. .btn-danger:hover,
  2429. .btn-danger:focus,
  2430. .btn-danger:active,
  2431. .btn-danger.active,
  2432. .btn-danger.disabled,
  2433. .btn-danger[disabled] {
  2434. color: #ffffff;
  2435. background-color: #bd362f;
  2436. *background-color: #a9302a;
  2437. }
  2438. .btn-danger:active,
  2439. .btn-danger.active {
  2440. background-color: #942a25 \9;
  2441. }
  2442. .btn-success {
  2443. color: #ffffff;
  2444. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2445. background-color: #5bb75b;
  2446. background-image: -moz-linear-gradient(top, #62c462, #51a351);
  2447. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  2448. background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  2449. background-image: -o-linear-gradient(top, #62c462, #51a351);
  2450. background-image: linear-gradient(to bottom, #62c462, #51a351);
  2451. background-repeat: repeat-x;
  2452. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  2453. border-color: #51a351 #51a351 #387038;
  2454. *background-color: #51a351;
  2455. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  2456. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2457. }
  2458. .btn-success:hover,
  2459. .btn-success:focus,
  2460. .btn-success:active,
  2461. .btn-success.active,
  2462. .btn-success.disabled,
  2463. .btn-success[disabled] {
  2464. color: #ffffff;
  2465. background-color: #51a351;
  2466. *background-color: #499249;
  2467. }
  2468. .btn-success:active,
  2469. .btn-success.active {
  2470. background-color: #408140 \9;
  2471. }
  2472. .btn-info {
  2473. color: #ffffff;
  2474. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2475. background-color: #ebebeb;
  2476. background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  2477. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  2478. background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  2479. background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  2480. background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  2481. background-repeat: repeat-x;
  2482. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  2483. border-color: #cccccc #cccccc #a6a6a6;
  2484. *background-color: #cccccc;
  2485. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  2486. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2487. }
  2488. .btn-info:hover,
  2489. .btn-info:focus,
  2490. .btn-info:active,
  2491. .btn-info.active,
  2492. .btn-info.disabled,
  2493. .btn-info[disabled] {
  2494. color: #ffffff;
  2495. background-color: #cccccc;
  2496. *background-color: #bfbfbf;
  2497. }
  2498. .btn-info:active,
  2499. .btn-info.active {
  2500. background-color: #b3b3b3 \9;
  2501. }
  2502. .btn-inverse {
  2503. color: #ffffff;
  2504. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2505. background-color: #363636;
  2506. background-image: -moz-linear-gradient(top, #444444, #222222);
  2507. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  2508. background-image: -webkit-linear-gradient(top, #444444, #222222);
  2509. background-image: -o-linear-gradient(top, #444444, #222222);
  2510. background-image: linear-gradient(to bottom, #444444, #222222);
  2511. background-repeat: repeat-x;
  2512. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  2513. border-color: #222222 #222222 #000000;
  2514. *background-color: #222222;
  2515. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  2516. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  2517. }
  2518. .btn-inverse:hover,
  2519. .btn-inverse:focus,
  2520. .btn-inverse:active,
  2521. .btn-inverse.active,
  2522. .btn-inverse.disabled,
  2523. .btn-inverse[disabled] {
  2524. color: #ffffff;
  2525. background-color: #222222;
  2526. *background-color: #151515;
  2527. }
  2528. .btn-inverse:active,
  2529. .btn-inverse.active {
  2530. background-color: #080808 \9;
  2531. }
  2532. button.btn,
  2533. input[type="submit"].btn {
  2534. *padding-top: 3px;
  2535. *padding-bottom: 3px;
  2536. }
  2537. button.btn::-moz-focus-inner,
  2538. input[type="submit"].btn::-moz-focus-inner {
  2539. padding: 0;
  2540. border: 0;
  2541. }
  2542. button.btn.btn-large,
  2543. input[type="submit"].btn.btn-large {
  2544. *padding-top: 7px;
  2545. *padding-bottom: 7px;
  2546. }
  2547. button.btn.btn-small,
  2548. input[type="submit"].btn.btn-small {
  2549. *padding-top: 3px;
  2550. *padding-bottom: 3px;
  2551. }
  2552. button.btn.btn-mini,
  2553. input[type="submit"].btn.btn-mini {
  2554. *padding-top: 1px;
  2555. *padding-bottom: 1px;
  2556. }
  2557. .btn-link,
  2558. .btn-link:active,
  2559. .btn-link[disabled] {
  2560. background-color: transparent;
  2561. background-image: none;
  2562. -webkit-box-shadow: none;
  2563. -moz-box-shadow: none;
  2564. box-shadow: none;
  2565. }
  2566. .btn-link {
  2567. border-color: transparent;
  2568. cursor: pointer;
  2569. color: #d25a3f;
  2570. -webkit-border-radius: 0;
  2571. -moz-border-radius: 0;
  2572. border-radius: 0;
  2573. }
  2574. .btn-link:hover,
  2575. .btn-link:focus {
  2576. color: #3b4347;
  2577. text-decoration: underline;
  2578. background-color: transparent;
  2579. }
  2580. .btn-link[disabled]:hover,
  2581. .btn-link[disabled]:focus {
  2582. color: #3b4347;
  2583. text-decoration: none;
  2584. }
  2585. .btn-group {
  2586. position: relative;
  2587. display: inline-block;
  2588. *display: inline;
  2589. /* IE7 inline-block hack */
  2590. *zoom: 1;
  2591. font-size: 0;
  2592. vertical-align: middle;
  2593. white-space: nowrap;
  2594. *margin-left: .3em;
  2595. }
  2596. .btn-group:first-child {
  2597. *margin-left: 0;
  2598. }
  2599. .btn-group + .btn-group {
  2600. margin-left: 5px;
  2601. }
  2602. .btn-toolbar {
  2603. font-size: 0;
  2604. margin-top: 12px;
  2605. margin-bottom: 12px;
  2606. }
  2607. .btn-toolbar > .btn + .btn,
  2608. .btn-toolbar > .btn-group + .btn,
  2609. .btn-toolbar > .btn + .btn-group {
  2610. margin-left: 5px;
  2611. }
  2612. .btn-group > .btn {
  2613. position: relative;
  2614. -webkit-border-radius: 0;
  2615. -moz-border-radius: 0;
  2616. border-radius: 0;
  2617. }
  2618. .btn-group > .btn + .btn {
  2619. margin-left: -1px;
  2620. }
  2621. .btn-group > .btn,
  2622. .btn-group > .dropdown-menu,
  2623. .btn-group > .popover {
  2624. font-size: 14px;
  2625. }
  2626. .btn-group > .btn-mini {
  2627. font-size: 10.5px;
  2628. }
  2629. .btn-group > .btn-small {
  2630. font-size: 11.9px;
  2631. }
  2632. .btn-group > .btn-large {
  2633. font-size: 17.5px;
  2634. }
  2635. .btn-group > .btn:first-child {
  2636. margin-left: 0;
  2637. -webkit-border-top-left-radius: 4px;
  2638. -moz-border-radius-topleft: 4px;
  2639. border-top-left-radius: 4px;
  2640. -webkit-border-bottom-left-radius: 4px;
  2641. -moz-border-radius-bottomleft: 4px;
  2642. border-bottom-left-radius: 4px;
  2643. }
  2644. .btn-group > .btn:last-child,
  2645. .btn-group > .dropdown-toggle {
  2646. -webkit-border-top-right-radius: 4px;
  2647. -moz-border-radius-topright: 4px;
  2648. border-top-right-radius: 4px;
  2649. -webkit-border-bottom-right-radius: 4px;
  2650. -moz-border-radius-bottomright: 4px;
  2651. border-bottom-right-radius: 4px;
  2652. }
  2653. .btn-group > .btn.large:first-child {
  2654. margin-left: 0;
  2655. -webkit-border-top-left-radius: 6px;
  2656. -moz-border-radius-topleft: 6px;
  2657. border-top-left-radius: 6px;
  2658. -webkit-border-bottom-left-radius: 6px;
  2659. -moz-border-radius-bottomleft: 6px;
  2660. border-bottom-left-radius: 6px;
  2661. }
  2662. .btn-group > .btn.large:last-child,
  2663. .btn-group > .large.dropdown-toggle {
  2664. -webkit-border-top-right-radius: 6px;
  2665. -moz-border-radius-topright: 6px;
  2666. border-top-right-radius: 6px;
  2667. -webkit-border-bottom-right-radius: 6px;
  2668. -moz-border-radius-bottomright: 6px;
  2669. border-bottom-right-radius: 6px;
  2670. }
  2671. .btn-group > .btn:hover,
  2672. .btn-group > .btn:focus,
  2673. .btn-group > .btn:active,
  2674. .btn-group > .btn.active {
  2675. z-index: 2;
  2676. }
  2677. .btn-group .dropdown-toggle:active,
  2678. .btn-group.open .dropdown-toggle {
  2679. outline: 0;
  2680. }
  2681. .btn-group > .btn + .dropdown-toggle {
  2682. padding-left: 8px;
  2683. padding-right: 8px;
  2684. -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2685. -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2686. box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  2687. *padding-top: 5px;
  2688. *padding-bottom: 5px;
  2689. }
  2690. .btn-group > .btn-mini + .dropdown-toggle {
  2691. padding-left: 5px;
  2692. padding-right: 5px;
  2693. *padding-top: 2px;
  2694. *padding-bottom: 2px;
  2695. }
  2696. .btn-group > .btn-small + .dropdown-toggle {
  2697. *padding-top: 5px;
  2698. *padding-bottom: 4px;
  2699. }
  2700. .btn-group > .btn-large + .dropdown-toggle {
  2701. padding-left: 12px;
  2702. padding-right: 12px;
  2703. *padding-top: 7px;
  2704. *padding-bottom: 7px;
  2705. }
  2706. .btn-group.open .dropdown-toggle {
  2707. background-image: none;
  2708. -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2709. -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2710. box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  2711. }
  2712. .btn-group.open .btn.dropdown-toggle {
  2713. background-color: #e6e6e6;
  2714. }
  2715. .btn-group.open .btn-primary.dropdown-toggle {
  2716. background-color: #d28b3f;
  2717. }
  2718. .btn-group.open .btn-warning.dropdown-toggle {
  2719. background-color: #f89406;
  2720. }
  2721. .btn-group.open .btn-danger.dropdown-toggle {
  2722. background-color: #bd362f;
  2723. }
  2724. .btn-group.open .btn-success.dropdown-toggle {
  2725. background-color: #51a351;
  2726. }
  2727. .btn-group.open .btn-info.dropdown-toggle {
  2728. background-color: #cccccc;
  2729. }
  2730. .btn-group.open .btn-inverse.dropdown-toggle {
  2731. background-color: #222222;
  2732. }
  2733. .btn .caret {
  2734. margin-top: 8px;
  2735. margin-left: 0;
  2736. }
  2737. .btn-large .caret {
  2738. margin-top: 6px;
  2739. }
  2740. .btn-large .caret {
  2741. border-left-width: 5px;
  2742. border-right-width: 5px;
  2743. border-top-width: 5px;
  2744. }
  2745. .btn-mini .caret,
  2746. .btn-small .caret {
  2747. margin-top: 8px;
  2748. }
  2749. .dropup .btn-large .caret {
  2750. border-bottom-width: 5px;
  2751. }
  2752. .btn-primary .caret,
  2753. .btn-warning .caret,
  2754. .btn-danger .caret,
  2755. .btn-info .caret,
  2756. .btn-success .caret,
  2757. .btn-inverse .caret {
  2758. border-top-color: #ffffff;
  2759. border-bottom-color: #ffffff;
  2760. }
  2761. .btn-group-vertical {
  2762. display: inline-block;
  2763. *display: inline;
  2764. /* IE7 inline-block hack */
  2765. *zoom: 1;
  2766. }
  2767. .btn-group-vertical > .btn {
  2768. display: block;
  2769. float: none;
  2770. max-width: 100%;
  2771. -webkit-border-radius: 0;
  2772. -moz-border-radius: 0;
  2773. border-radius: 0;
  2774. }
  2775. .btn-group-vertical > .btn + .btn {
  2776. margin-left: 0;
  2777. margin-top: -1px;
  2778. }
  2779. .btn-group-vertical > .btn:first-child {
  2780. -webkit-border-radius: 4px 4px 0 0;
  2781. -moz-border-radius: 4px 4px 0 0;
  2782. border-radius: 4px 4px 0 0;
  2783. }
  2784. .btn-group-vertical > .btn:last-child {
  2785. -webkit-border-radius: 0 0 4px 4px;
  2786. -moz-border-radius: 0 0 4px 4px;
  2787. border-radius: 0 0 4px 4px;
  2788. }
  2789. .btn-group-vertical > .btn-large:first-child {
  2790. -webkit-border-radius: 6px 6px 0 0;
  2791. -moz-border-radius: 6px 6px 0 0;
  2792. border-radius: 6px 6px 0 0;
  2793. }
  2794. .btn-group-vertical > .btn-large:last-child {
  2795. -webkit-border-radius: 0 0 6px 6px;
  2796. -moz-border-radius: 0 0 6px 6px;
  2797. border-radius: 0 0 6px 6px;
  2798. }
  2799. .alert {
  2800. padding: 8px 35px 8px 14px;
  2801. margin-bottom: 24px;
  2802. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2803. background-color: #fcf8e3;
  2804. border: 1px solid #fbeed5;
  2805. -webkit-border-radius: 4px;
  2806. -moz-border-radius: 4px;
  2807. border-radius: 4px;
  2808. }
  2809. .alert,
  2810. .alert h4 {
  2811. color: #c09853;
  2812. }
  2813. .alert h4 {
  2814. margin: 0;
  2815. }
  2816. .alert .close {
  2817. position: relative;
  2818. top: -2px;
  2819. right: -21px;
  2820. line-height: 24px;
  2821. }
  2822. .alert-success {
  2823. background-color: #dff0d8;
  2824. border-color: #d6e9c6;
  2825. color: #468847;
  2826. }
  2827. .alert-success h4 {
  2828. color: #468847;
  2829. }
  2830. .alert-danger,
  2831. .alert-error {
  2832. background-color: #f2dede;
  2833. border-color: #eed3d7;
  2834. color: #b94a48;
  2835. }
  2836. .alert-danger h4,
  2837. .alert-error h4 {
  2838. color: #b94a48;
  2839. }
  2840. .alert-info {
  2841. background-color: #d9edf7;
  2842. border-color: #bce8f1;
  2843. color: #3a87ad;
  2844. }
  2845. .alert-info h4 {
  2846. color: #3a87ad;
  2847. }
  2848. .alert-block {
  2849. padding-top: 14px;
  2850. padding-bottom: 14px;
  2851. }
  2852. .alert-block > p,
  2853. .alert-block > ul {
  2854. margin-bottom: 0;
  2855. }
  2856. .alert-block p + p {
  2857. margin-top: 5px;
  2858. }
  2859. .nav {
  2860. margin-left: 0;
  2861. margin-bottom: 24px;
  2862. list-style: none;
  2863. }
  2864. .nav > li > a {
  2865. display: block;
  2866. }
  2867. .nav > li > a:hover,
  2868. .nav > li > a:focus {
  2869. text-decoration: none;
  2870. background-color: #eeeeee;
  2871. }
  2872. .nav > li > a > img {
  2873. max-width: none;
  2874. }
  2875. .nav > .pull-right {
  2876. float: right;
  2877. }
  2878. .nav-header {
  2879. display: block;
  2880. padding: 3px 15px;
  2881. font-size: 11px;
  2882. font-weight: bold;
  2883. line-height: 24px;
  2884. color: #999999;
  2885. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2886. text-transform: uppercase;
  2887. }
  2888. .nav li + .nav-header {
  2889. margin-top: 9px;
  2890. }
  2891. .nav-list {
  2892. padding-left: 15px;
  2893. padding-right: 15px;
  2894. margin-bottom: 0;
  2895. }
  2896. .nav-list > li > a,
  2897. .nav-list .nav-header {
  2898. margin-left: -15px;
  2899. margin-right: -15px;
  2900. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  2901. }
  2902. .nav-list > li > a {
  2903. padding: 3px 15px;
  2904. }
  2905. .nav-list > .active > a,
  2906. .nav-list > .active > a:hover,
  2907. .nav-list > .active > a:focus {
  2908. color: #ffffff;
  2909. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  2910. background-color: #d25a3f;
  2911. }
  2912. .nav-list [class^="icon-"],
  2913. .nav-list [class*=" icon-"] {
  2914. margin-right: 2px;
  2915. }
  2916. .nav-list .divider {
  2917. *width: 100%;
  2918. height: 1px;
  2919. margin: 11px 1px;
  2920. *margin: -5px 0 5px;
  2921. overflow: hidden;
  2922. background-color: #e5e5e5;
  2923. border-bottom: 1px solid #ffffff;
  2924. }
  2925. .nav-tabs,
  2926. .nav-pills {
  2927. *zoom: 1;
  2928. }
  2929. .nav-tabs:before,
  2930. .nav-pills:before,
  2931. .nav-tabs:after,
  2932. .nav-pills:after {
  2933. display: table;
  2934. content: "";
  2935. line-height: 0;
  2936. }
  2937. .nav-tabs:after,
  2938. .nav-pills:after {
  2939. clear: both;
  2940. }
  2941. .nav-tabs > li,
  2942. .nav-pills > li {
  2943. float: left;
  2944. }
  2945. .nav-tabs > li > a,
  2946. .nav-pills > li > a {
  2947. padding-right: 12px;
  2948. padding-left: 12px;
  2949. margin-right: 2px;
  2950. line-height: 14px;
  2951. }
  2952. .nav-tabs {
  2953. border-bottom: 1px solid #ddd;
  2954. }
  2955. .nav-tabs > li {
  2956. margin-bottom: -1px;
  2957. }
  2958. .nav-tabs > li > a {
  2959. padding-top: 8px;
  2960. padding-bottom: 8px;
  2961. line-height: 24px;
  2962. border: 1px solid transparent;
  2963. -webkit-border-radius: 4px 4px 0 0;
  2964. -moz-border-radius: 4px 4px 0 0;
  2965. border-radius: 4px 4px 0 0;
  2966. }
  2967. .nav-tabs > li > a:hover,
  2968. .nav-tabs > li > a:focus {
  2969. border-color: #eeeeee #eeeeee #dddddd;
  2970. }
  2971. .nav-tabs > .active > a,
  2972. .nav-tabs > .active > a:hover,
  2973. .nav-tabs > .active > a:focus {
  2974. color: #6d747a;
  2975. background-color: #ffffff;
  2976. border: 1px solid #ddd;
  2977. border-bottom-color: transparent;
  2978. cursor: default;
  2979. }
  2980. .nav-pills > li > a {
  2981. padding-top: 8px;
  2982. padding-bottom: 8px;
  2983. margin-top: 2px;
  2984. margin-bottom: 2px;
  2985. -webkit-border-radius: 5px;
  2986. -moz-border-radius: 5px;
  2987. border-radius: 5px;
  2988. }
  2989. .nav-pills > .active > a,
  2990. .nav-pills > .active > a:hover,
  2991. .nav-pills > .active > a:focus {
  2992. color: #ffffff;
  2993. background-color: #d25a3f;
  2994. }
  2995. .nav-stacked > li {
  2996. float: none;
  2997. }
  2998. .nav-stacked > li > a {
  2999. margin-right: 0;
  3000. }
  3001. .nav-tabs.nav-stacked {
  3002. border-bottom: 0;
  3003. }
  3004. .nav-tabs.nav-stacked > li > a {
  3005. border: 1px solid #ddd;
  3006. -webkit-border-radius: 0;
  3007. -moz-border-radius: 0;
  3008. border-radius: 0;
  3009. }
  3010. .nav-tabs.nav-stacked > li:first-child > a {
  3011. -webkit-border-top-right-radius: 4px;
  3012. -moz-border-radius-topright: 4px;
  3013. border-top-right-radius: 4px;
  3014. -webkit-border-top-left-radius: 4px;
  3015. -moz-border-radius-topleft: 4px;
  3016. border-top-left-radius: 4px;
  3017. }
  3018. .nav-tabs.nav-stacked > li:last-child > a {
  3019. -webkit-border-bottom-right-radius: 4px;
  3020. -moz-border-radius-bottomright: 4px;
  3021. border-bottom-right-radius: 4px;
  3022. -webkit-border-bottom-left-radius: 4px;
  3023. -moz-border-radius-bottomleft: 4px;
  3024. border-bottom-left-radius: 4px;
  3025. }
  3026. .nav-tabs.nav-stacked > li > a:hover,
  3027. .nav-tabs.nav-stacked > li > a:focus {
  3028. border-color: #ddd;
  3029. z-index: 2;
  3030. }
  3031. .nav-pills.nav-stacked > li > a {
  3032. margin-bottom: 3px;
  3033. }
  3034. .nav-pills.nav-stacked > li:last-child > a {
  3035. margin-bottom: 1px;
  3036. }
  3037. .nav-tabs .dropdown-menu {
  3038. -webkit-border-radius: 0 0 6px 6px;
  3039. -moz-border-radius: 0 0 6px 6px;
  3040. border-radius: 0 0 6px 6px;
  3041. }
  3042. .nav-pills .dropdown-menu {
  3043. -webkit-border-radius: 6px;
  3044. -moz-border-radius: 6px;
  3045. border-radius: 6px;
  3046. }
  3047. .nav .dropdown-toggle .caret {
  3048. border-top-color: #d25a3f;
  3049. border-bottom-color: #d25a3f;
  3050. margin-top: 6px;
  3051. }
  3052. .nav .dropdown-toggle:hover .caret,
  3053. .nav .dropdown-toggle:focus .caret {
  3054. border-top-color: #3b4347;
  3055. border-bottom-color: #3b4347;
  3056. }
  3057. /* move down carets for tabs */
  3058. .nav-tabs .dropdown-toggle .caret {
  3059. margin-top: 8px;
  3060. }
  3061. .nav .active .dropdown-toggle .caret {
  3062. border-top-color: #fff;
  3063. border-bottom-color: #fff;
  3064. }
  3065. .nav-tabs .active .dropdown-toggle .caret {
  3066. border-top-color: #6d747a;
  3067. border-bottom-color: #6d747a;
  3068. }
  3069. .nav > .dropdown.active > a:hover,
  3070. .nav > .dropdown.active > a:focus {
  3071. cursor: pointer;
  3072. }
  3073. .nav-tabs .open .dropdown-toggle,
  3074. .nav-pills .open .dropdown-toggle,
  3075. .nav > li.dropdown.open.active > a:hover,
  3076. .nav > li.dropdown.open.active > a:focus {
  3077. color: #ffffff;
  3078. background-color: #999999;
  3079. border-color: #999999;
  3080. }
  3081. .nav li.dropdown.open .caret,
  3082. .nav li.dropdown.open.active .caret,
  3083. .nav li.dropdown.open a:hover .caret,
  3084. .nav li.dropdown.open a:focus .caret {
  3085. border-top-color: #ffffff;
  3086. border-bottom-color: #ffffff;
  3087. opacity: 1;
  3088. filter: alpha(opacity=100);
  3089. }
  3090. .tabs-stacked .open > a:hover,
  3091. .tabs-stacked .open > a:focus {
  3092. border-color: #999999;
  3093. }
  3094. .tabbable {
  3095. *zoom: 1;
  3096. }
  3097. .tabbable:before,
  3098. .tabbable:after {
  3099. display: table;
  3100. content: "";
  3101. line-height: 0;
  3102. }
  3103. .tabbable:after {
  3104. clear: both;
  3105. }
  3106. .tab-content {
  3107. overflow: auto;
  3108. }
  3109. .tabs-below > .nav-tabs,
  3110. .tabs-right > .nav-tabs,
  3111. .tabs-left > .nav-tabs {
  3112. border-bottom: 0;
  3113. }
  3114. .tab-content > .tab-pane,
  3115. .pill-content > .pill-pane {
  3116. display: none;
  3117. }
  3118. .tab-content > .active,
  3119. .pill-content > .active {
  3120. display: block;
  3121. }
  3122. .tabs-below > .nav-tabs {
  3123. border-top: 1px solid #ddd;
  3124. }
  3125. .tabs-below > .nav-tabs > li {
  3126. margin-top: -1px;
  3127. margin-bottom: 0;
  3128. }
  3129. .tabs-below > .nav-tabs > li > a {
  3130. -webkit-border-radius: 0 0 4px 4px;
  3131. -moz-border-radius: 0 0 4px 4px;
  3132. border-radius: 0 0 4px 4px;
  3133. }
  3134. .tabs-below > .nav-tabs > li > a:hover,
  3135. .tabs-below > .nav-tabs > li > a:focus {
  3136. border-bottom-color: transparent;
  3137. border-top-color: #ddd;
  3138. }
  3139. .tabs-below > .nav-tabs > .active > a,
  3140. .tabs-below > .nav-tabs > .active > a:hover,
  3141. .tabs-below > .nav-tabs > .active > a:focus {
  3142. border-color: transparent #ddd #ddd #ddd;
  3143. }
  3144. .tabs-left > .nav-tabs > li,
  3145. .tabs-right > .nav-tabs > li {
  3146. float: none;
  3147. }
  3148. .tabs-left > .nav-tabs > li > a,
  3149. .tabs-right > .nav-tabs > li > a {
  3150. min-width: 74px;
  3151. margin-right: 0;
  3152. margin-bottom: 3px;
  3153. }
  3154. .tabs-left > .nav-tabs {
  3155. float: left;
  3156. margin-right: 19px;
  3157. border-right: 1px solid #ddd;
  3158. }
  3159. .tabs-left > .nav-tabs > li > a {
  3160. margin-right: -1px;
  3161. -webkit-border-radius: 4px 0 0 4px;
  3162. -moz-border-radius: 4px 0 0 4px;
  3163. border-radius: 4px 0 0 4px;
  3164. }
  3165. .tabs-left > .nav-tabs > li > a:hover,
  3166. .tabs-left > .nav-tabs > li > a:focus {
  3167. border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  3168. }
  3169. .tabs-left > .nav-tabs .active > a,
  3170. .tabs-left > .nav-tabs .active > a:hover,
  3171. .tabs-left > .nav-tabs .active > a:focus {
  3172. border-color: #ddd transparent #ddd #ddd;
  3173. *border-right-color: #ffffff;
  3174. }
  3175. .tabs-right > .nav-tabs {
  3176. float: right;
  3177. margin-left: 19px;
  3178. border-left: 1px solid #ddd;
  3179. }
  3180. .tabs-right > .nav-tabs > li > a {
  3181. margin-left: -1px;
  3182. -webkit-border-radius: 0 4px 4px 0;
  3183. -moz-border-radius: 0 4px 4px 0;
  3184. border-radius: 0 4px 4px 0;
  3185. }
  3186. .tabs-right > .nav-tabs > li > a:hover,
  3187. .tabs-right > .nav-tabs > li > a:focus {
  3188. border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  3189. }
  3190. .tabs-right > .nav-tabs .active > a,
  3191. .tabs-right > .nav-tabs .active > a:hover,
  3192. .tabs-right > .nav-tabs .active > a:focus {
  3193. border-color: #ddd #ddd #ddd transparent;
  3194. *border-left-color: #ffffff;
  3195. }
  3196. .nav > .disabled > a {
  3197. color: #999999;
  3198. }
  3199. .nav > .disabled > a:hover,
  3200. .nav > .disabled > a:focus {
  3201. text-decoration: none;
  3202. background-color: transparent;
  3203. cursor: default;
  3204. }
  3205. .navbar {
  3206. overflow: visible;
  3207. margin-bottom: 24px;
  3208. *position: relative;
  3209. *z-index: 2;
  3210. }
  3211. .navbar-inner {
  3212. min-height: 40px;
  3213. padding-left: 20px;
  3214. padding-right: 20px;
  3215. background-color: #fafafa;
  3216. background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  3217. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  3218. background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  3219. background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  3220. background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  3221. background-repeat: repeat-x;
  3222. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  3223. border: 1px solid #d4d4d4;
  3224. -webkit-border-radius: 4px;
  3225. -moz-border-radius: 4px;
  3226. border-radius: 4px;
  3227. -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3228. -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3229. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3230. *zoom: 1;
  3231. }
  3232. .navbar-inner:before,
  3233. .navbar-inner:after {
  3234. display: table;
  3235. content: "";
  3236. line-height: 0;
  3237. }
  3238. .navbar-inner:after {
  3239. clear: both;
  3240. }
  3241. .navbar .container {
  3242. width: auto;
  3243. }
  3244. .nav-collapse.collapse {
  3245. height: auto;
  3246. overflow: visible;
  3247. }
  3248. .navbar .brand {
  3249. float: left;
  3250. display: block;
  3251. padding: 8px 20px 8px;
  3252. margin-left: -20px;
  3253. font-size: 20px;
  3254. font-weight: 200;
  3255. color: #777777;
  3256. text-shadow: 0 1px 0 #ffffff;
  3257. }
  3258. .navbar .brand:hover,
  3259. .navbar .brand:focus {
  3260. text-decoration: none;
  3261. }
  3262. .navbar-text {
  3263. margin-bottom: 0;
  3264. line-height: 40px;
  3265. color: #777777;
  3266. }
  3267. .navbar-link {
  3268. color: #777777;
  3269. }
  3270. .navbar-link:hover,
  3271. .navbar-link:focus {
  3272. color: #3b4347;
  3273. }
  3274. .navbar .divider-vertical {
  3275. height: 40px;
  3276. margin: 0 9px;
  3277. border-left: 1px solid #f2f2f2;
  3278. border-right: 1px solid #ffffff;
  3279. }
  3280. .navbar .btn,
  3281. .navbar .btn-group {
  3282. margin-top: 5px;
  3283. }
  3284. .navbar .btn-group .btn,
  3285. .navbar .input-prepend .btn,
  3286. .navbar .input-append .btn,
  3287. .navbar .input-prepend .btn-group,
  3288. .navbar .input-append .btn-group {
  3289. margin-top: 0;
  3290. }
  3291. .navbar-form {
  3292. margin-bottom: 0;
  3293. *zoom: 1;
  3294. }
  3295. .navbar-form:before,
  3296. .navbar-form:after {
  3297. display: table;
  3298. content: "";
  3299. line-height: 0;
  3300. }
  3301. .navbar-form:after {
  3302. clear: both;
  3303. }
  3304. .navbar-form input,
  3305. .navbar-form select,
  3306. .navbar-form .radio,
  3307. .navbar-form .checkbox {
  3308. margin-top: 5px;
  3309. }
  3310. .navbar-form input,
  3311. .navbar-form select,
  3312. .navbar-form .btn {
  3313. display: inline-block;
  3314. margin-bottom: 0;
  3315. }
  3316. .navbar-form input[type="image"],
  3317. .navbar-form input[type="checkbox"],
  3318. .navbar-form input[type="radio"] {
  3319. margin-top: 3px;
  3320. }
  3321. .navbar-form .input-append,
  3322. .navbar-form .input-prepend {
  3323. margin-top: 5px;
  3324. white-space: nowrap;
  3325. }
  3326. .navbar-form .input-append input,
  3327. .navbar-form .input-prepend input {
  3328. margin-top: 0;
  3329. }
  3330. .navbar-search {
  3331. position: relative;
  3332. float: left;
  3333. margin-top: 5px;
  3334. margin-bottom: 0;
  3335. }
  3336. .navbar-search .search-query {
  3337. margin-bottom: 0;
  3338. padding: 4px 14px;
  3339. font-family: 'Open Sans', sans-serif;
  3340. font-size: 13px;
  3341. font-weight: normal;
  3342. line-height: 1;
  3343. -webkit-border-radius: 15px;
  3344. -moz-border-radius: 15px;
  3345. border-radius: 15px;
  3346. }
  3347. .navbar-static-top {
  3348. position: static;
  3349. margin-bottom: 0;
  3350. }
  3351. .navbar-static-top .navbar-inner {
  3352. -webkit-border-radius: 0;
  3353. -moz-border-radius: 0;
  3354. border-radius: 0;
  3355. }
  3356. .navbar-fixed-top,
  3357. .navbar-fixed-bottom {
  3358. position: fixed;
  3359. right: 0;
  3360. left: 0;
  3361. z-index: 1030;
  3362. margin-bottom: 0;
  3363. }
  3364. .navbar-fixed-top .navbar-inner,
  3365. .navbar-static-top .navbar-inner {
  3366. border-width: 0 0 1px;
  3367. }
  3368. .navbar-fixed-bottom .navbar-inner {
  3369. border-width: 1px 0 0;
  3370. }
  3371. .navbar-fixed-top .navbar-inner,
  3372. .navbar-fixed-bottom .navbar-inner {
  3373. padding-left: 0;
  3374. padding-right: 0;
  3375. -webkit-border-radius: 0;
  3376. -moz-border-radius: 0;
  3377. border-radius: 0;
  3378. }
  3379. .navbar-static-top .container,
  3380. .navbar-fixed-top .container,
  3381. .navbar-fixed-bottom .container {
  3382. width: 940px;
  3383. }
  3384. .navbar-fixed-top {
  3385. top: 0;
  3386. }
  3387. .navbar-fixed-top .navbar-inner,
  3388. .navbar-static-top .navbar-inner {
  3389. -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  3390. -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  3391. box-shadow: 0 1px 10px rgba(0,0,0,.1);
  3392. }
  3393. .navbar-fixed-bottom {
  3394. bottom: 0;
  3395. }
  3396. .navbar-fixed-bottom .navbar-inner {
  3397. -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  3398. -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  3399. box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  3400. }
  3401. .navbar .nav {
  3402. position: relative;
  3403. left: 0;
  3404. display: block;
  3405. float: left;
  3406. margin: 0 10px 0 0;
  3407. }
  3408. .navbar .nav.pull-right {
  3409. float: right;
  3410. margin-right: 0;
  3411. }
  3412. .navbar .nav > li {
  3413. float: left;
  3414. }
  3415. .navbar .nav > li > a {
  3416. float: none;
  3417. padding: 8px 15px 8px;
  3418. color: #777777;
  3419. text-decoration: none;
  3420. text-shadow: 0 1px 0 #ffffff;
  3421. }
  3422. .navbar .nav .dropdown-toggle .caret {
  3423. margin-top: 8px;
  3424. }
  3425. .navbar .nav > li > a:focus,
  3426. .navbar .nav > li > a:hover {
  3427. background-color: transparent;
  3428. color: #3b4347;
  3429. text-decoration: none;
  3430. }
  3431. .navbar .nav > .active > a,
  3432. .navbar .nav > .active > a:hover,
  3433. .navbar .nav > .active > a:focus {
  3434. color: #6d747a;
  3435. text-decoration: none;
  3436. background-color: #e5e5e5;
  3437. -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3438. -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3439. box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3440. }
  3441. .navbar .btn-navbar {
  3442. display: none;
  3443. float: right;
  3444. padding: 7px 10px;
  3445. margin-left: 5px;
  3446. margin-right: 5px;
  3447. color: #ffffff;
  3448. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3449. background-color: #ededed;
  3450. background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  3451. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  3452. background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  3453. background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  3454. background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  3455. background-repeat: repeat-x;
  3456. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  3457. border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  3458. *background-color: #e5e5e5;
  3459. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  3460. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3461. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  3462. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  3463. box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  3464. }
  3465. .navbar .btn-navbar:hover,
  3466. .navbar .btn-navbar:focus,
  3467. .navbar .btn-navbar:active,
  3468. .navbar .btn-navbar.active,
  3469. .navbar .btn-navbar.disabled,
  3470. .navbar .btn-navbar[disabled] {
  3471. color: #ffffff;
  3472. background-color: #e5e5e5;
  3473. *background-color: #d9d9d9;
  3474. }
  3475. .navbar .btn-navbar:active,
  3476. .navbar .btn-navbar.active {
  3477. background-color: #cccccc \9;
  3478. }
  3479. .navbar .btn-navbar .icon-bar {
  3480. display: block;
  3481. width: 18px;
  3482. height: 2px;
  3483. background-color: #f5f5f5;
  3484. -webkit-border-radius: 1px;
  3485. -moz-border-radius: 1px;
  3486. border-radius: 1px;
  3487. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3488. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3489. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3490. }
  3491. .btn-navbar .icon-bar + .icon-bar {
  3492. margin-top: 3px;
  3493. }
  3494. .navbar .nav > li > .dropdown-menu:before {
  3495. content: '';
  3496. display: inline-block;
  3497. border-left: 7px solid transparent;
  3498. border-right: 7px solid transparent;
  3499. border-bottom: 7px solid #ccc;
  3500. border-bottom-color: rgba(0, 0, 0, 0.2);
  3501. position: absolute;
  3502. top: -7px;
  3503. left: 9px;
  3504. }
  3505. .navbar .nav > li > .dropdown-menu:after {
  3506. content: '';
  3507. display: inline-block;
  3508. border-left: 6px solid transparent;
  3509. border-right: 6px solid transparent;
  3510. border-bottom: 6px solid #ffffff;
  3511. position: absolute;
  3512. top: -6px;
  3513. left: 10px;
  3514. }
  3515. .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  3516. border-top: 7px solid #ccc;
  3517. border-top-color: rgba(0, 0, 0, 0.2);
  3518. border-bottom: 0;
  3519. bottom: -7px;
  3520. top: auto;
  3521. }
  3522. .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  3523. border-top: 6px solid #ffffff;
  3524. border-bottom: 0;
  3525. bottom: -6px;
  3526. top: auto;
  3527. }
  3528. .navbar .nav li.dropdown > a:hover .caret,
  3529. .navbar .nav li.dropdown > a:focus .caret {
  3530. border-top-color: #3b4347;
  3531. border-bottom-color: #3b4347;
  3532. }
  3533. .navbar .nav li.dropdown.open > .dropdown-toggle,
  3534. .navbar .nav li.dropdown.active > .dropdown-toggle,
  3535. .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  3536. background-color: #e5e5e5;
  3537. color: #6d747a;
  3538. }
  3539. .navbar .nav li.dropdown > .dropdown-toggle .caret {
  3540. border-top-color: #777777;
  3541. border-bottom-color: #777777;
  3542. }
  3543. .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  3544. .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  3545. .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  3546. border-top-color: #6d747a;
  3547. border-bottom-color: #6d747a;
  3548. }
  3549. .navbar .pull-right > li > .dropdown-menu,
  3550. .navbar .nav > li > .dropdown-menu.pull-right {
  3551. left: auto;
  3552. right: 0;
  3553. }
  3554. .navbar .pull-right > li > .dropdown-menu:before,
  3555. .navbar .nav > li > .dropdown-menu.pull-right:before {
  3556. left: auto;
  3557. right: 12px;
  3558. }
  3559. .navbar .pull-right > li > .dropdown-menu:after,
  3560. .navbar .nav > li > .dropdown-menu.pull-right:after {
  3561. left: auto;
  3562. right: 13px;
  3563. }
  3564. .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  3565. .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  3566. left: auto;
  3567. right: 100%;
  3568. margin-left: 0;
  3569. margin-right: -1px;
  3570. -webkit-border-radius: 6px 0 6px 6px;
  3571. -moz-border-radius: 6px 0 6px 6px;
  3572. border-radius: 6px 0 6px 6px;
  3573. }
  3574. .navbar-inverse .navbar-inner {
  3575. background-color: #1b1b1b;
  3576. background-image: -moz-linear-gradient(top, #222222, #111111);
  3577. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  3578. background-image: -webkit-linear-gradient(top, #222222, #111111);
  3579. background-image: -o-linear-gradient(top, #222222, #111111);
  3580. background-image: linear-gradient(to bottom, #222222, #111111);
  3581. background-repeat: repeat-x;
  3582. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  3583. border-color: #252525;
  3584. }
  3585. .navbar-inverse .brand,
  3586. .navbar-inverse .nav > li > a {
  3587. color: #999999;
  3588. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3589. }
  3590. .navbar-inverse .brand:hover,
  3591. .navbar-inverse .nav > li > a:hover,
  3592. .navbar-inverse .brand:focus,
  3593. .navbar-inverse .nav > li > a:focus {
  3594. color: #ffffff;
  3595. }
  3596. .navbar-inverse .brand {
  3597. color: #999999;
  3598. }
  3599. .navbar-inverse .navbar-text {
  3600. color: #999999;
  3601. }
  3602. .navbar-inverse .nav > li > a:focus,
  3603. .navbar-inverse .nav > li > a:hover {
  3604. background-color: transparent;
  3605. color: #ffffff;
  3606. }
  3607. .navbar-inverse .nav .active > a,
  3608. .navbar-inverse .nav .active > a:hover,
  3609. .navbar-inverse .nav .active > a:focus {
  3610. color: #ffffff;
  3611. background-color: #111111;
  3612. }
  3613. .navbar-inverse .navbar-link {
  3614. color: #999999;
  3615. }
  3616. .navbar-inverse .navbar-link:hover,
  3617. .navbar-inverse .navbar-link:focus {
  3618. color: #ffffff;
  3619. }
  3620. .navbar-inverse .divider-vertical {
  3621. border-left-color: #111111;
  3622. border-right-color: #222222;
  3623. }
  3624. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  3625. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  3626. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  3627. background-color: #111111;
  3628. color: #ffffff;
  3629. }
  3630. .navbar-inverse .nav li.dropdown > a:hover .caret,
  3631. .navbar-inverse .nav li.dropdown > a:focus .caret {
  3632. border-top-color: #ffffff;
  3633. border-bottom-color: #ffffff;
  3634. }
  3635. .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  3636. border-top-color: #999999;
  3637. border-bottom-color: #999999;
  3638. }
  3639. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  3640. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  3641. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  3642. border-top-color: #ffffff;
  3643. border-bottom-color: #ffffff;
  3644. }
  3645. .navbar-inverse .navbar-search .search-query {
  3646. color: #ffffff;
  3647. background-color: #515151;
  3648. border-color: #111111;
  3649. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  3650. -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  3651. box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  3652. -webkit-transition: none;
  3653. -moz-transition: none;
  3654. -o-transition: none;
  3655. transition: none;
  3656. }
  3657. .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  3658. color: #cccccc;
  3659. }
  3660. .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  3661. color: #cccccc;
  3662. }
  3663. .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  3664. color: #cccccc;
  3665. }
  3666. .navbar-inverse .navbar-search .search-query:focus,
  3667. .navbar-inverse .navbar-search .search-query.focused {
  3668. padding: 5px 15px;
  3669. color: #3b4347;
  3670. text-shadow: 0 1px 0 #ffffff;
  3671. background-color: #ffffff;
  3672. border: 0;
  3673. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  3674. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  3675. box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  3676. outline: 0;
  3677. }
  3678. .navbar-inverse .btn-navbar {
  3679. color: #ffffff;
  3680. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3681. background-color: #0e0e0e;
  3682. background-image: -moz-linear-gradient(top, #151515, #040404);
  3683. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  3684. background-image: -webkit-linear-gradient(top, #151515, #040404);
  3685. background-image: -o-linear-gradient(top, #151515, #040404);
  3686. background-image: linear-gradient(to bottom, #151515, #040404);
  3687. background-repeat: repeat-x;
  3688. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  3689. border-color: #040404 #040404 #000000;
  3690. *background-color: #040404;
  3691. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  3692. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3693. }
  3694. .navbar-inverse .btn-navbar:hover,
  3695. .navbar-inverse .btn-navbar:focus,
  3696. .navbar-inverse .btn-navbar:active,
  3697. .navbar-inverse .btn-navbar.active,
  3698. .navbar-inverse .btn-navbar.disabled,
  3699. .navbar-inverse .btn-navbar[disabled] {
  3700. color: #ffffff;
  3701. background-color: #040404;
  3702. *background-color: #000000;
  3703. }
  3704. .navbar-inverse .btn-navbar:active,
  3705. .navbar-inverse .btn-navbar.active {
  3706. background-color: #000000 \9;
  3707. }
  3708. .breadcrumb {
  3709. padding: 8px 15px;
  3710. margin: 0 0 24px;
  3711. list-style: none;
  3712. background-color: #f5f5f5;
  3713. -webkit-border-radius: 4px;
  3714. -moz-border-radius: 4px;
  3715. border-radius: 4px;
  3716. }
  3717. .breadcrumb > li {
  3718. display: inline-block;
  3719. *display: inline;
  3720. /* IE7 inline-block hack */
  3721. *zoom: 1;
  3722. text-shadow: 0 1px 0 #ffffff;
  3723. }
  3724. .breadcrumb > li > .divider {
  3725. padding: 0 5px;
  3726. color: #ccc;
  3727. }
  3728. .breadcrumb > .active {
  3729. color: #999999;
  3730. }
  3731. .pagination {
  3732. margin: 24px 0;
  3733. }
  3734. .pagination ul {
  3735. display: inline-block;
  3736. *display: inline;
  3737. /* IE7 inline-block hack */
  3738. *zoom: 1;
  3739. margin-left: 0;
  3740. margin-bottom: 0;
  3741. -webkit-border-radius: 4px;
  3742. -moz-border-radius: 4px;
  3743. border-radius: 4px;
  3744. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  3745. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  3746. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  3747. }
  3748. .pagination ul > li {
  3749. display: inline;
  3750. }
  3751. .pagination ul > li > a,
  3752. .pagination ul > li > span {
  3753. float: left;
  3754. padding: 4px 12px;
  3755. line-height: 24px;
  3756. text-decoration: none;
  3757. background-color: #ffffff;
  3758. border: 1px solid #dddddd;
  3759. border-left-width: 0;
  3760. }
  3761. .pagination ul > li > a:hover,
  3762. .pagination ul > li > a:focus,
  3763. .pagination ul > .active > a,
  3764. .pagination ul > .active > span {
  3765. background-color: #f5f5f5;
  3766. }
  3767. .pagination ul > .active > a,
  3768. .pagination ul > .active > span {
  3769. color: #999999;
  3770. cursor: default;
  3771. }
  3772. .pagination ul > .disabled > span,
  3773. .pagination ul > .disabled > a,
  3774. .pagination ul > .disabled > a:hover,
  3775. .pagination ul > .disabled > a:focus {
  3776. color: #999999;
  3777. background-color: transparent;
  3778. cursor: default;
  3779. }
  3780. .pagination ul > li:first-child > a,
  3781. .pagination ul > li:first-child > span {
  3782. border-left-width: 1px;
  3783. -webkit-border-top-left-radius: 4px;
  3784. -moz-border-radius-topleft: 4px;
  3785. border-top-left-radius: 4px;
  3786. -webkit-border-bottom-left-radius: 4px;
  3787. -moz-border-radius-bottomleft: 4px;
  3788. border-bottom-left-radius: 4px;
  3789. }
  3790. .pagination ul > li:last-child > a,
  3791. .pagination ul > li:last-child > span {
  3792. -webkit-border-top-right-radius: 4px;
  3793. -moz-border-radius-topright: 4px;
  3794. border-top-right-radius: 4px;
  3795. -webkit-border-bottom-right-radius: 4px;
  3796. -moz-border-radius-bottomright: 4px;
  3797. border-bottom-right-radius: 4px;
  3798. }
  3799. .pagination-centered {
  3800. text-align: center;
  3801. }
  3802. .pagination-right {
  3803. text-align: right;
  3804. }
  3805. .pagination-large ul > li > a,
  3806. .pagination-large ul > li > span {
  3807. padding: 11px 19px;
  3808. font-size: 17.5px;
  3809. }
  3810. .pagination-large ul > li:first-child > a,
  3811. .pagination-large ul > li:first-child > span {
  3812. -webkit-border-top-left-radius: 6px;
  3813. -moz-border-radius-topleft: 6px;
  3814. border-top-left-radius: 6px;
  3815. -webkit-border-bottom-left-radius: 6px;
  3816. -moz-border-radius-bottomleft: 6px;
  3817. border-bottom-left-radius: 6px;
  3818. }
  3819. .pagination-large ul > li:last-child > a,
  3820. .pagination-large ul > li:last-child > span {
  3821. -webkit-border-top-right-radius: 6px;
  3822. -moz-border-radius-topright: 6px;
  3823. border-top-right-radius: 6px;
  3824. -webkit-border-bottom-right-radius: 6px;
  3825. -moz-border-radius-bottomright: 6px;
  3826. border-bottom-right-radius: 6px;
  3827. }
  3828. .pagination-mini ul > li:first-child > a,
  3829. .pagination-small ul > li:first-child > a,
  3830. .pagination-mini ul > li:first-child > span,
  3831. .pagination-small ul > li:first-child > span {
  3832. -webkit-border-top-left-radius: 2px;
  3833. -moz-border-radius-topleft: 2px;
  3834. border-top-left-radius: 2px;
  3835. -webkit-border-bottom-left-radius: 2px;
  3836. -moz-border-radius-bottomleft: 2px;
  3837. border-bottom-left-radius: 2px;
  3838. }
  3839. .pagination-mini ul > li:last-child > a,
  3840. .pagination-small ul > li:last-child > a,
  3841. .pagination-mini ul > li:last-child > span,
  3842. .pagination-small ul > li:last-child > span {
  3843. -webkit-border-top-right-radius: 2px;
  3844. -moz-border-radius-topright: 2px;
  3845. border-top-right-radius: 2px;
  3846. -webkit-border-bottom-right-radius: 2px;
  3847. -moz-border-radius-bottomright: 2px;
  3848. border-bottom-right-radius: 2px;
  3849. }
  3850. .pagination-small ul > li > a,
  3851. .pagination-small ul > li > span {
  3852. padding: 2px 10px;
  3853. font-size: 11.9px;
  3854. }
  3855. .pagination-mini ul > li > a,
  3856. .pagination-mini ul > li > span {
  3857. padding: 0 6px;
  3858. font-size: 10.5px;
  3859. }
  3860. .pager {
  3861. margin: 24px 0;
  3862. list-style: none;
  3863. text-align: center;
  3864. *zoom: 1;
  3865. }
  3866. .pager:before,
  3867. .pager:after {
  3868. display: table;
  3869. content: "";
  3870. line-height: 0;
  3871. }
  3872. .pager:after {
  3873. clear: both;
  3874. }
  3875. .pager li {
  3876. display: inline;
  3877. }
  3878. .pager li > a,
  3879. .pager li > span {
  3880. display: inline-block;
  3881. padding: 5px 14px;
  3882. background-color: #fff;
  3883. border: 1px solid #ddd;
  3884. -webkit-border-radius: 15px;
  3885. -moz-border-radius: 15px;
  3886. border-radius: 15px;
  3887. }
  3888. .pager li > a:hover,
  3889. .pager li > a:focus {
  3890. text-decoration: none;
  3891. background-color: #f5f5f5;
  3892. }
  3893. .pager .next > a,
  3894. .pager .next > span {
  3895. float: right;
  3896. }
  3897. .pager .previous > a,
  3898. .pager .previous > span {
  3899. float: left;
  3900. }
  3901. .pager .disabled > a,
  3902. .pager .disabled > a:hover,
  3903. .pager .disabled > a:focus,
  3904. .pager .disabled > span {
  3905. color: #999999;
  3906. background-color: #fff;
  3907. cursor: default;
  3908. }
  3909. .modal-backdrop {
  3910. position: fixed;
  3911. top: 0;
  3912. right: 0;
  3913. bottom: 0;
  3914. left: 0;
  3915. z-index: 1040;
  3916. background-color: #000000;
  3917. }
  3918. .modal-backdrop.fade {
  3919. opacity: 0;
  3920. }
  3921. .modal-backdrop,
  3922. .modal-backdrop.fade.in {
  3923. opacity: 0.8;
  3924. filter: alpha(opacity=80);
  3925. }
  3926. .modal-header {
  3927. padding: 9px 15px;
  3928. border-bottom: 1px solid #eee;
  3929. }
  3930. .modal-header .close {
  3931. margin-top: 2px;
  3932. }
  3933. .modal-header h3 {
  3934. margin: 0;
  3935. line-height: 30px;
  3936. }
  3937. .modal-body {
  3938. position: relative;
  3939. overflow-y: auto;
  3940. max-height: 400px;
  3941. padding: 15px;
  3942. }
  3943. .modal-body iframe {
  3944. max-height: 390px;
  3945. border: 0 !important;
  3946. }
  3947. .modal-form {
  3948. margin-bottom: 0;
  3949. }
  3950. .modal-footer {
  3951. padding: 14px 15px 15px;
  3952. margin-bottom: 0;
  3953. text-align: right;
  3954. background-color: #f5f5f5;
  3955. border-top: 1px solid #ddd;
  3956. -webkit-border-radius: 0 0 6px 6px;
  3957. -moz-border-radius: 0 0 6px 6px;
  3958. border-radius: 0 0 6px 6px;
  3959. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  3960. -moz-box-shadow: inset 0 1px 0 #ffffff;
  3961. box-shadow: inset 0 1px 0 #ffffff;
  3962. *zoom: 1;
  3963. }
  3964. .modal-footer:before,
  3965. .modal-footer:after {
  3966. display: table;
  3967. content: "";
  3968. line-height: 0;
  3969. }
  3970. .modal-footer:after {
  3971. clear: both;
  3972. }
  3973. .modal-footer .btn + .btn {
  3974. margin-left: 5px;
  3975. margin-bottom: 0;
  3976. }
  3977. .modal-footer .btn-group .btn + .btn {
  3978. margin-left: -1px;
  3979. }
  3980. .modal-footer .btn-block + .btn-block {
  3981. margin-left: 0;
  3982. }
  3983. .tooltip {
  3984. position: absolute;
  3985. z-index: 1030;
  3986. display: block;
  3987. visibility: visible;
  3988. font-size: 11px;
  3989. line-height: 1.4;
  3990. opacity: 0;
  3991. filter: alpha(opacity=0);
  3992. }
  3993. .tooltip.in {
  3994. opacity: 0.8;
  3995. filter: alpha(opacity=80);
  3996. }
  3997. .tooltip.top {
  3998. margin-top: -3px;
  3999. padding: 5px 0;
  4000. }
  4001. .tooltip.right {
  4002. margin-left: 3px;
  4003. padding: 0 5px;
  4004. }
  4005. .tooltip.bottom {
  4006. margin-top: 3px;
  4007. padding: 5px 0;
  4008. }
  4009. .tooltip.left {
  4010. margin-left: -3px;
  4011. padding: 0 5px;
  4012. }
  4013. .tooltip-inner {
  4014. max-width: 200px;
  4015. padding: 8px;
  4016. color: #ffffff;
  4017. text-align: center;
  4018. text-decoration: none;
  4019. background-color: #000000;
  4020. -webkit-border-radius: 4px;
  4021. -moz-border-radius: 4px;
  4022. border-radius: 4px;
  4023. }
  4024. .tooltip-arrow {
  4025. position: absolute;
  4026. width: 0;
  4027. height: 0;
  4028. border-color: transparent;
  4029. border-style: solid;
  4030. }
  4031. .tooltip.top .tooltip-arrow {
  4032. bottom: 0;
  4033. left: 50%;
  4034. margin-left: -5px;
  4035. border-width: 5px 5px 0;
  4036. border-top-color: #000000;
  4037. }
  4038. .tooltip.right .tooltip-arrow {
  4039. top: 50%;
  4040. left: 0;
  4041. margin-top: -5px;
  4042. border-width: 5px 5px 5px 0;
  4043. border-right-color: #000000;
  4044. }
  4045. .tooltip.left .tooltip-arrow {
  4046. top: 50%;
  4047. right: 0;
  4048. margin-top: -5px;
  4049. border-width: 5px 0 5px 5px;
  4050. border-left-color: #000000;
  4051. }
  4052. .tooltip.bottom .tooltip-arrow {
  4053. top: 0;
  4054. left: 50%;
  4055. margin-left: -5px;
  4056. border-width: 0 5px 5px;
  4057. border-bottom-color: #000000;
  4058. }
  4059. .popover {
  4060. position: absolute;
  4061. top: 0;
  4062. left: 0;
  4063. z-index: 1010;
  4064. display: none;
  4065. max-width: 276px;
  4066. padding: 1px;
  4067. text-align: left;
  4068. background-color: #ffffff;
  4069. -webkit-background-clip: padding-box;
  4070. -moz-background-clip: padding;
  4071. background-clip: padding-box;
  4072. border: 1px solid #ccc;
  4073. border: 1px solid rgba(0, 0, 0, 0.2);
  4074. -webkit-border-radius: 6px;
  4075. -moz-border-radius: 6px;
  4076. border-radius: 6px;
  4077. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4078. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4079. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4080. white-space: normal;
  4081. }
  4082. .popover.top {
  4083. margin-top: -10px;
  4084. }
  4085. .popover.right {
  4086. margin-left: 10px;
  4087. }
  4088. .popover.bottom {
  4089. margin-top: 10px;
  4090. }
  4091. .popover.left {
  4092. margin-left: -10px;
  4093. }
  4094. .popover-title {
  4095. margin: 0;
  4096. padding: 8px 14px;
  4097. font-size: 14px;
  4098. font-weight: normal;
  4099. line-height: 18px;
  4100. background-color: #f7f7f7;
  4101. border-bottom: 1px solid #ebebeb;
  4102. -webkit-border-radius: 5px 5px 0 0;
  4103. -moz-border-radius: 5px 5px 0 0;
  4104. border-radius: 5px 5px 0 0;
  4105. }
  4106. .popover-title:empty {
  4107. display: none;
  4108. }
  4109. .popover-content {
  4110. padding: 9px 14px;
  4111. }
  4112. .popover .arrow,
  4113. .popover .arrow:after {
  4114. position: absolute;
  4115. display: block;
  4116. width: 0;
  4117. height: 0;
  4118. border-color: transparent;
  4119. border-style: solid;
  4120. }
  4121. .popover .arrow {
  4122. border-width: 11px;
  4123. }
  4124. .popover .arrow:after {
  4125. border-width: 10px;
  4126. content: "";
  4127. }
  4128. .popover.top .arrow {
  4129. left: 50%;
  4130. margin-left: -11px;
  4131. border-bottom-width: 0;
  4132. border-top-color: #999;
  4133. border-top-color: rgba(0, 0, 0, 0.25);
  4134. bottom: -11px;
  4135. }
  4136. .popover.top .arrow:after {
  4137. bottom: 1px;
  4138. margin-left: -10px;
  4139. border-bottom-width: 0;
  4140. border-top-color: #ffffff;
  4141. }
  4142. .popover.right .arrow {
  4143. top: 50%;
  4144. left: -11px;
  4145. margin-top: -11px;
  4146. border-left-width: 0;
  4147. border-right-color: #999;
  4148. border-right-color: rgba(0, 0, 0, 0.25);
  4149. }
  4150. .popover.right .arrow:after {
  4151. left: 1px;
  4152. bottom: -10px;
  4153. border-left-width: 0;
  4154. border-right-color: #ffffff;
  4155. }
  4156. .popover.bottom .arrow {
  4157. left: 50%;
  4158. margin-left: -11px;
  4159. border-top-width: 0;
  4160. border-bottom-color: #999;
  4161. border-bottom-color: rgba(0, 0, 0, 0.25);
  4162. top: -11px;
  4163. }
  4164. .popover.bottom .arrow:after {
  4165. top: 1px;
  4166. margin-left: -10px;
  4167. border-top-width: 0;
  4168. border-bottom-color: #ffffff;
  4169. }
  4170. .popover.left .arrow {
  4171. top: 50%;
  4172. right: -11px;
  4173. margin-top: -11px;
  4174. border-right-width: 0;
  4175. border-left-color: #999;
  4176. border-left-color: rgba(0, 0, 0, 0.25);
  4177. }
  4178. .popover.left .arrow:after {
  4179. right: 1px;
  4180. border-right-width: 0;
  4181. border-left-color: #ffffff;
  4182. bottom: -10px;
  4183. }
  4184. .thumbnails {
  4185. margin-left: -20px;
  4186. list-style: none;
  4187. *zoom: 1;
  4188. }
  4189. .thumbnails:before,
  4190. .thumbnails:after {
  4191. display: table;
  4192. content: "";
  4193. line-height: 0;
  4194. }
  4195. .thumbnails:after {
  4196. clear: both;
  4197. }
  4198. .row-fluid .thumbnails {
  4199. margin-left: 0;
  4200. }
  4201. .thumbnails > li {
  4202. float: left;
  4203. margin-bottom: 24px;
  4204. margin-left: 20px;
  4205. }
  4206. .thumbnail {
  4207. display: block;
  4208. padding: 4px;
  4209. line-height: 24px;
  4210. border: 1px solid #ddd;
  4211. -webkit-border-radius: 4px;
  4212. -moz-border-radius: 4px;
  4213. border-radius: 4px;
  4214. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4215. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4216. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4217. -webkit-transition: all 0.2s ease-in-out;
  4218. -moz-transition: all 0.2s ease-in-out;
  4219. -o-transition: all 0.2s ease-in-out;
  4220. transition: all 0.2s ease-in-out;
  4221. }
  4222. a.thumbnail:hover,
  4223. a.thumbnail:focus {
  4224. border-color: #d25a3f;
  4225. -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4226. -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4227. box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4228. }
  4229. .thumbnail > img {
  4230. display: block;
  4231. max-width: 100%;
  4232. margin-left: auto;
  4233. margin-right: auto;
  4234. }
  4235. .thumbnail .caption {
  4236. padding: 9px;
  4237. color: #6d747a;
  4238. }
  4239. .label,
  4240. .badge {
  4241. display: inline-block;
  4242. padding: 2px 4px;
  4243. font-size: 11.844px;
  4244. font-weight: bold;
  4245. line-height: 14px;
  4246. color: #ffffff;
  4247. vertical-align: baseline;
  4248. white-space: nowrap;
  4249. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4250. background-color: #999999;
  4251. }
  4252. .label {
  4253. -webkit-border-radius: 3px;
  4254. -moz-border-radius: 3px;
  4255. border-radius: 3px;
  4256. }
  4257. .badge {
  4258. padding-left: 9px;
  4259. padding-right: 9px;
  4260. -webkit-border-radius: 9px;
  4261. -moz-border-radius: 9px;
  4262. border-radius: 9px;
  4263. }
  4264. .label:empty,
  4265. .badge:empty {
  4266. display: none;
  4267. }
  4268. a.label:hover,
  4269. a.label:focus,
  4270. a.badge:hover,
  4271. a.badge:focus {
  4272. color: #ffffff;
  4273. text-decoration: none;
  4274. cursor: pointer;
  4275. }
  4276. .label-important,
  4277. .badge-important {
  4278. background-color: #b94a48;
  4279. }
  4280. .label-important[href],
  4281. .badge-important[href] {
  4282. background-color: #953b39;
  4283. }
  4284. .label-warning,
  4285. .badge-warning {
  4286. background-color: #f89406;
  4287. }
  4288. .label-warning[href],
  4289. .badge-warning[href] {
  4290. background-color: #c67605;
  4291. }
  4292. .label-success,
  4293. .badge-success {
  4294. background-color: #468847;
  4295. }
  4296. .label-success[href],
  4297. .badge-success[href] {
  4298. background-color: #356635;
  4299. }
  4300. .label-info,
  4301. .badge-info {
  4302. background-color: #3a87ad;
  4303. }
  4304. .label-info[href],
  4305. .badge-info[href] {
  4306. background-color: #2d6987;
  4307. }
  4308. .label-inverse,
  4309. .badge-inverse {
  4310. background-color: #3b4347;
  4311. }
  4312. .label-inverse[href],
  4313. .badge-inverse[href] {
  4314. background-color: #24292b;
  4315. }
  4316. .btn .label,
  4317. .btn .badge {
  4318. position: relative;
  4319. top: -1px;
  4320. }
  4321. .btn-mini .label,
  4322. .btn-mini .badge {
  4323. top: 0;
  4324. }
  4325. @-webkit-keyframes progress-bar-stripes {
  4326. from {
  4327. background-position: 40px 0;
  4328. }
  4329. to {
  4330. background-position: 0 0;
  4331. }
  4332. }
  4333. @-moz-keyframes progress-bar-stripes {
  4334. from {
  4335. background-position: 40px 0;
  4336. }
  4337. to {
  4338. background-position: 0 0;
  4339. }
  4340. }
  4341. @-ms-keyframes progress-bar-stripes {
  4342. from {
  4343. background-position: 40px 0;
  4344. }
  4345. to {
  4346. background-position: 0 0;
  4347. }
  4348. }
  4349. @-o-keyframes progress-bar-stripes {
  4350. from {
  4351. background-position: 0 0;
  4352. }
  4353. to {
  4354. background-position: 40px 0;
  4355. }
  4356. }
  4357. @keyframes progress-bar-stripes {
  4358. from {
  4359. background-position: 40px 0;
  4360. }
  4361. to {
  4362. background-position: 0 0;
  4363. }
  4364. }
  4365. .progress {
  4366. overflow: hidden;
  4367. height: 24px;
  4368. margin-bottom: 24px;
  4369. background-color: #f7f7f7;
  4370. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  4371. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  4372. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  4373. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  4374. background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  4375. background-repeat: repeat-x;
  4376. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  4377. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4378. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4379. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4380. -webkit-border-radius: 4px;
  4381. -moz-border-radius: 4px;
  4382. border-radius: 4px;
  4383. }
  4384. .progress .bar {
  4385. width: 0%;
  4386. height: 100%;
  4387. color: #ffffff;
  4388. float: left;
  4389. font-size: 12px;
  4390. text-align: center;
  4391. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4392. background-color: #0e90d2;
  4393. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  4394. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  4395. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  4396. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  4397. background-image: linear-gradient(to bottom, #149bdf, #0480be);
  4398. background-repeat: repeat-x;
  4399. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  4400. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4401. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4402. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4403. -webkit-box-sizing: border-box;
  4404. -moz-box-sizing: border-box;
  4405. box-sizing: border-box;
  4406. -webkit-transition: width 0.6s ease;
  4407. -moz-transition: width 0.6s ease;
  4408. -o-transition: width 0.6s ease;
  4409. transition: width 0.6s ease;
  4410. }
  4411. .progress .bar + .bar {
  4412. -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  4413. -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  4414. box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  4415. }
  4416. .progress-striped .bar {
  4417. background-color: #149bdf;
  4418. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4419. 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);
  4420. background-image: -moz-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);
  4421. 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);
  4422. 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);
  4423. -webkit-background-size: 40px 40px;
  4424. -moz-background-size: 40px 40px;
  4425. -o-background-size: 40px 40px;
  4426. background-size: 40px 40px;
  4427. }
  4428. .progress.active .bar {
  4429. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4430. -moz-animation: progress-bar-stripes 2s linear infinite;
  4431. -ms-animation: progress-bar-stripes 2s linear infinite;
  4432. -o-animation: progress-bar-stripes 2s linear infinite;
  4433. animation: progress-bar-stripes 2s linear infinite;
  4434. }
  4435. .progress-danger .bar,
  4436. .progress .bar-danger {
  4437. background-color: #dd514c;
  4438. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  4439. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  4440. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  4441. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  4442. background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  4443. background-repeat: repeat-x;
  4444. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  4445. }
  4446. .progress-danger.progress-striped .bar,
  4447. .progress-striped .bar-danger {
  4448. background-color: #ee5f5b;
  4449. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4450. 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);
  4451. background-image: -moz-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);
  4452. 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);
  4453. 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);
  4454. }
  4455. .progress-success .bar,
  4456. .progress .bar-success {
  4457. background-color: #5eb95e;
  4458. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  4459. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  4460. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  4461. background-image: -o-linear-gradient(top, #62c462, #57a957);
  4462. background-image: linear-gradient(to bottom, #62c462, #57a957);
  4463. background-repeat: repeat-x;
  4464. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  4465. }
  4466. .progress-success.progress-striped .bar,
  4467. .progress-striped .bar-success {
  4468. background-color: #62c462;
  4469. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4470. 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);
  4471. background-image: -moz-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);
  4472. 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);
  4473. 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);
  4474. }
  4475. .progress-info .bar,
  4476. .progress .bar-info {
  4477. background-color: #4bb1cf;
  4478. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  4479. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  4480. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  4481. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  4482. background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  4483. background-repeat: repeat-x;
  4484. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  4485. }
  4486. .progress-info.progress-striped .bar,
  4487. .progress-striped .bar-info {
  4488. background-color: #5bc0de;
  4489. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4490. 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);
  4491. background-image: -moz-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);
  4492. 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);
  4493. 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);
  4494. }
  4495. .progress-warning .bar,
  4496. .progress .bar-warning {
  4497. background-color: #faa732;
  4498. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  4499. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  4500. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  4501. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  4502. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  4503. background-repeat: repeat-x;
  4504. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  4505. }
  4506. .progress-warning.progress-striped .bar,
  4507. .progress-striped .bar-warning {
  4508. background-color: #fbb450;
  4509. background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  4510. 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);
  4511. background-image: -moz-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);
  4512. 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);
  4513. 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);
  4514. }
  4515. .accordion {
  4516. margin-bottom: 24px;
  4517. }
  4518. .accordion-group {
  4519. margin-bottom: 2px;
  4520. border: 1px solid #e5e5e5;
  4521. -webkit-border-radius: 4px;
  4522. -moz-border-radius: 4px;
  4523. border-radius: 4px;
  4524. }
  4525. .accordion-heading {
  4526. border-bottom: 0;
  4527. }
  4528. .accordion-heading .accordion-toggle {
  4529. display: block;
  4530. padding: 8px 15px;
  4531. }
  4532. .accordion-toggle {
  4533. cursor: pointer;
  4534. }
  4535. .accordion-inner {
  4536. padding: 9px 15px;
  4537. border-top: 1px solid #e5e5e5;
  4538. }
  4539. .carousel {
  4540. position: relative;
  4541. margin-bottom: 24px;
  4542. line-height: 1;
  4543. }
  4544. .carousel-inner {
  4545. overflow: hidden;
  4546. width: 100%;
  4547. position: relative;
  4548. }
  4549. .carousel-inner > .item {
  4550. display: none;
  4551. position: relative;
  4552. -webkit-transition: 0.6s ease-in-out left;
  4553. -moz-transition: 0.6s ease-in-out left;
  4554. -o-transition: 0.6s ease-in-out left;
  4555. transition: 0.6s ease-in-out left;
  4556. }
  4557. .carousel-inner > .item > img,
  4558. .carousel-inner > .item > a > img {
  4559. display: block;
  4560. line-height: 1;
  4561. }
  4562. .carousel-inner > .active,
  4563. .carousel-inner > .next,
  4564. .carousel-inner > .prev {
  4565. display: block;
  4566. }
  4567. .carousel-inner > .active {
  4568. left: 0;
  4569. }
  4570. .carousel-inner > .next,
  4571. .carousel-inner > .prev {
  4572. position: absolute;
  4573. top: 0;
  4574. width: 100%;
  4575. }
  4576. .carousel-inner > .next {
  4577. left: 100%;
  4578. }
  4579. .carousel-inner > .prev {
  4580. left: -100%;
  4581. }
  4582. .carousel-inner > .next.left,
  4583. .carousel-inner > .prev.right {
  4584. left: 0;
  4585. }
  4586. .carousel-inner > .active.left {
  4587. left: -100%;
  4588. }
  4589. .carousel-inner > .active.right {
  4590. left: 100%;
  4591. }
  4592. .carousel-control {
  4593. position: absolute;
  4594. top: 40%;
  4595. left: 15px;
  4596. width: 40px;
  4597. height: 40px;
  4598. margin-top: -20px;
  4599. font-size: 60px;
  4600. font-weight: 100;
  4601. line-height: 30px;
  4602. color: #ffffff;
  4603. text-align: center;
  4604. background: #222222;
  4605. border: 3px solid #ffffff;
  4606. -webkit-border-radius: 23px;
  4607. -moz-border-radius: 23px;
  4608. border-radius: 23px;
  4609. opacity: 0.5;
  4610. filter: alpha(opacity=50);
  4611. }
  4612. .carousel-control.right {
  4613. left: auto;
  4614. right: 15px;
  4615. }
  4616. .carousel-control:hover,
  4617. .carousel-control:focus {
  4618. color: #ffffff;
  4619. text-decoration: none;
  4620. opacity: 0.9;
  4621. filter: alpha(opacity=90);
  4622. }
  4623. .carousel-indicators {
  4624. position: absolute;
  4625. top: 15px;
  4626. right: 15px;
  4627. z-index: 5;
  4628. margin: 0;
  4629. list-style: none;
  4630. }
  4631. .carousel-indicators li {
  4632. display: block;
  4633. float: left;
  4634. width: 10px;
  4635. height: 10px;
  4636. margin-left: 5px;
  4637. text-indent: -999px;
  4638. background-color: #ccc;
  4639. background-color: rgba(255, 255, 255, 0.25);
  4640. border-radius: 5px;
  4641. }
  4642. .carousel-indicators .active {
  4643. background-color: #fff;
  4644. }
  4645. .carousel-caption {
  4646. position: absolute;
  4647. left: 0;
  4648. right: 0;
  4649. bottom: 0;
  4650. padding: 15px;
  4651. background: #3b4347;
  4652. background: rgba(0, 0, 0, 0.75);
  4653. }
  4654. .carousel-caption h4,
  4655. .carousel-caption p {
  4656. color: #ffffff;
  4657. line-height: 24px;
  4658. }
  4659. .carousel-caption h4 {
  4660. margin: 0 0 5px;
  4661. }
  4662. .carousel-caption p {
  4663. margin-bottom: 0;
  4664. }
  4665. .hero-unit {
  4666. padding: 60px;
  4667. margin-bottom: 30px;
  4668. font-size: 18px;
  4669. font-weight: 200;
  4670. line-height: 36px;
  4671. color: inherit;
  4672. background-color: #eeeeee;
  4673. -webkit-border-radius: 6px;
  4674. -moz-border-radius: 6px;
  4675. border-radius: 6px;
  4676. }
  4677. .hero-unit h1 {
  4678. margin-bottom: 0;
  4679. font-size: 60px;
  4680. line-height: 1;
  4681. color: inherit;
  4682. letter-spacing: -1px;
  4683. }
  4684. .hero-unit li {
  4685. line-height: 36px;
  4686. }
  4687. .pull-right {
  4688. float: right;
  4689. }
  4690. .pull-left {
  4691. float: left;
  4692. }
  4693. .hide {
  4694. display: none;
  4695. }
  4696. .show {
  4697. display: block;
  4698. }
  4699. .invisible {
  4700. visibility: hidden;
  4701. }
  4702. .affix {
  4703. position: fixed;
  4704. }
  4705. @-ms-viewport {
  4706. width: device-width;
  4707. }
  4708. .hidden {
  4709. display: none;
  4710. visibility: hidden;
  4711. }
  4712. .visible-phone {
  4713. display: none !important;
  4714. }
  4715. .visible-tablet {
  4716. display: none !important;
  4717. }
  4718. .hidden-desktop {
  4719. display: none !important;
  4720. }
  4721. .visible-desktop {
  4722. display: inherit !important;
  4723. }
  4724. @media (min-width: 768px) and (max-width: 979px) {
  4725. .hidden-desktop {
  4726. display: inherit !important;
  4727. }
  4728. .visible-desktop {
  4729. display: none !important ;
  4730. }
  4731. .visible-tablet {
  4732. display: inherit !important;
  4733. }
  4734. .hidden-tablet {
  4735. display: none !important;
  4736. }
  4737. }
  4738. @media (max-width: 767px) {
  4739. .hidden-desktop {
  4740. display: inherit !important;
  4741. }
  4742. .visible-desktop {
  4743. display: none !important;
  4744. }
  4745. .visible-phone {
  4746. display: inherit !important;
  4747. }
  4748. .hidden-phone {
  4749. display: none !important;
  4750. }
  4751. }
  4752. .visible-print {
  4753. display: none !important;
  4754. }
  4755. @media print {
  4756. .visible-print {
  4757. display: inherit !important;
  4758. }
  4759. .hidden-print {
  4760. display: none !important;
  4761. }
  4762. }
  4763. @media (max-width: 767px) {
  4764. body {
  4765. padding-left: 20px;
  4766. padding-right: 20px;
  4767. }
  4768. .navbar-fixed-top,
  4769. .navbar-fixed-bottom,
  4770. .navbar-static-top {
  4771. margin-left: -20px;
  4772. margin-right: -20px;
  4773. }
  4774. .container-fluid {
  4775. padding: 0;
  4776. }
  4777. .dl-horizontal dt {
  4778. float: none;
  4779. clear: none;
  4780. width: auto;
  4781. text-align: left;
  4782. }
  4783. .dl-horizontal dd {
  4784. margin-left: 0;
  4785. }
  4786. .container {
  4787. width: auto;
  4788. }
  4789. .row-fluid {
  4790. width: 100%;
  4791. }
  4792. .row,
  4793. .thumbnails {
  4794. margin-left: 0;
  4795. }
  4796. .thumbnails > li {
  4797. float: none;
  4798. margin-left: 0;
  4799. }
  4800. [class*="span"],
  4801. .uneditable-input[class*="span"],
  4802. .row-fluid [class*="span"] {
  4803. float: none;
  4804. display: block;
  4805. width: 100%;
  4806. margin-left: 0;
  4807. -webkit-box-sizing: border-box;
  4808. -moz-box-sizing: border-box;
  4809. box-sizing: border-box;
  4810. }
  4811. .span12,
  4812. .row-fluid .span12 {
  4813. width: 100%;
  4814. -webkit-box-sizing: border-box;
  4815. -moz-box-sizing: border-box;
  4816. box-sizing: border-box;
  4817. }
  4818. .row-fluid [class*="offset"]:first-child {
  4819. margin-left: 0;
  4820. }
  4821. .input-large,
  4822. .input-xlarge,
  4823. .input-xxlarge,
  4824. input[class*="span"],
  4825. select[class*="span"],
  4826. textarea[class*="span"],
  4827. .uneditable-input {
  4828. display: block;
  4829. width: 100%;
  4830. min-height: 34px;
  4831. -webkit-box-sizing: border-box;
  4832. -moz-box-sizing: border-box;
  4833. box-sizing: border-box;
  4834. }
  4835. .input-prepend input,
  4836. .input-append input,
  4837. .input-prepend input[class*="span"],
  4838. .input-append input[class*="span"] {
  4839. display: inline-block;
  4840. width: auto;
  4841. }
  4842. .controls-row [class*="span"] + [class*="span"] {
  4843. margin-left: 0;
  4844. }
  4845. }
  4846. @media (max-width: 480px) {
  4847. .nav-collapse {
  4848. -webkit-transform: translate3d(0, 0, 0);
  4849. }
  4850. .page-header h1 small {
  4851. display: block;
  4852. line-height: 24px;
  4853. }
  4854. input[type="checkbox"],
  4855. input[type="radio"] {
  4856. border: 1px solid #ccc;
  4857. }
  4858. .form-horizontal .control-label {
  4859. float: none;
  4860. width: auto;
  4861. padding-top: 0;
  4862. text-align: left;
  4863. }
  4864. .form-horizontal .controls {
  4865. margin-left: 0;
  4866. }
  4867. .form-horizontal .control-list {
  4868. padding-top: 0;
  4869. }
  4870. .form-horizontal .form-actions {
  4871. padding-left: 10px;
  4872. padding-right: 10px;
  4873. }
  4874. .media .pull-left,
  4875. .media .pull-right {
  4876. float: none;
  4877. display: block;
  4878. margin-bottom: 10px;
  4879. }
  4880. .media-object {
  4881. margin-right: 0;
  4882. margin-left: 0;
  4883. }
  4884. .modal-header .close {
  4885. padding: 10px;
  4886. margin: -10px;
  4887. }
  4888. .carousel-caption {
  4889. position: static;
  4890. }
  4891. }
  4892. @media (min-width: 768px) and (max-width: 979px) {
  4893. .row {
  4894. margin-left: -12px;
  4895. *zoom: 1;
  4896. }
  4897. .row:before,
  4898. .row:after {
  4899. display: table;
  4900. content: "";
  4901. line-height: 0;
  4902. }
  4903. .row:after {
  4904. clear: both;
  4905. }
  4906. [class*="span"] {
  4907. float: left;
  4908. min-height: 1px;
  4909. margin-left: 12px;
  4910. }
  4911. .container,
  4912. .navbar-static-top .container,
  4913. .navbar-fixed-top .container,
  4914. .navbar-fixed-bottom .container {
  4915. width: 756px;
  4916. }
  4917. .span12 {
  4918. width: 756px;
  4919. }
  4920. .span11 {
  4921. width: 692px;
  4922. }
  4923. .span10 {
  4924. width: 628px;
  4925. }
  4926. .span9 {
  4927. width: 564px;
  4928. }
  4929. .span8 {
  4930. width: 500px;
  4931. }
  4932. .span7 {
  4933. width: 436px;
  4934. }
  4935. .span6 {
  4936. width: 372px;
  4937. }
  4938. .span5 {
  4939. width: 308px;
  4940. }
  4941. .span4 {
  4942. width: 244px;
  4943. }
  4944. .span3 {
  4945. width: 180px;
  4946. }
  4947. .span2 {
  4948. width: 116px;
  4949. }
  4950. .span1 {
  4951. width: 52px;
  4952. }
  4953. .offset12 {
  4954. margin-left: 780px;
  4955. }
  4956. .offset11 {
  4957. margin-left: 716px;
  4958. }
  4959. .offset10 {
  4960. margin-left: 652px;
  4961. }
  4962. .offset9 {
  4963. margin-left: 588px;
  4964. }
  4965. .offset8 {
  4966. margin-left: 524px;
  4967. }
  4968. .offset7 {
  4969. margin-left: 460px;
  4970. }
  4971. .offset6 {
  4972. margin-left: 396px;
  4973. }
  4974. .offset5 {
  4975. margin-left: 332px;
  4976. }
  4977. .offset4 {
  4978. margin-left: 268px;
  4979. }
  4980. .offset3 {
  4981. margin-left: 204px;
  4982. }
  4983. .offset2 {
  4984. margin-left: 140px;
  4985. }
  4986. .offset1 {
  4987. margin-left: 76px;
  4988. }
  4989. .row-fluid {
  4990. width: 100%;
  4991. *zoom: 1;
  4992. }
  4993. .row-fluid:before,
  4994. .row-fluid:after {
  4995. display: table;
  4996. content: "";
  4997. line-height: 0;
  4998. }
  4999. .row-fluid:after {
  5000. clear: both;
  5001. }
  5002. .row-fluid [class*="span"] {
  5003. display: block;
  5004. width: 100%;
  5005. min-height: 34px;
  5006. -webkit-box-sizing: border-box;
  5007. -moz-box-sizing: border-box;
  5008. box-sizing: border-box;
  5009. float: left;
  5010. margin-left: 1.5873015873015872%;
  5011. *margin-left: 1.5341100979398852%;
  5012. }
  5013. .row-fluid [class*="span"]:first-child {
  5014. margin-left: 0;
  5015. }
  5016. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  5017. margin-left: 1.5873015873015872%;
  5018. }
  5019. .row-fluid .span12 {
  5020. width: 99.99999999999999%;
  5021. *width: 99.94680851063828%;
  5022. }
  5023. .row-fluid .span11 {
  5024. width: 91.53439153439153%;
  5025. *width: 91.48120004502982%;
  5026. }
  5027. .row-fluid .span10 {
  5028. width: 83.06878306878306%;
  5029. *width: 83.01559157942135%;
  5030. }
  5031. .row-fluid .span9 {
  5032. width: 74.60317460317461%;
  5033. *width: 74.5499831138129%;
  5034. }
  5035. .row-fluid .span8 {
  5036. width: 66.13756613756614%;
  5037. *width: 66.08437464820443%;
  5038. }
  5039. .row-fluid .span7 {
  5040. width: 57.67195767195767%;
  5041. *width: 57.61876618259597%;
  5042. }
  5043. .row-fluid .span6 {
  5044. width: 49.2063492063492%;
  5045. *width: 49.1531577169875%;
  5046. }
  5047. .row-fluid .span5 {
  5048. width: 40.74074074074074%;
  5049. *width: 40.68754925137904%;
  5050. }
  5051. .row-fluid .span4 {
  5052. width: 32.27513227513227%;
  5053. *width: 32.22194078577057%;
  5054. }
  5055. .row-fluid .span3 {
  5056. width: 23.809523809523807%;
  5057. *width: 23.756332320162105%;
  5058. }
  5059. .row-fluid .span2 {
  5060. width: 15.343915343915343%;
  5061. *width: 15.290723854553642%;
  5062. }
  5063. .row-fluid .span1 {
  5064. width: 6.878306878306878%;
  5065. *width: 6.825115388945176%;
  5066. }
  5067. .row-fluid .offset12 {
  5068. margin-left: 103.17460317460316%;
  5069. *margin-left: 103.06822019587975%;
  5070. }
  5071. .row-fluid .offset12:first-child {
  5072. margin-left: 101.58730158730157%;
  5073. *margin-left: 101.48091860857815%;
  5074. }
  5075. .row-fluid .offset11 {
  5076. margin-left: 94.70899470899471%;
  5077. *margin-left: 94.60261173027129%;
  5078. }
  5079. .row-fluid .offset11:first-child {
  5080. margin-left: 93.12169312169311%;
  5081. *margin-left: 93.0153101429697%;
  5082. }
  5083. .row-fluid .offset10 {
  5084. margin-left: 86.24338624338624%;
  5085. *margin-left: 86.13700326466282%;
  5086. }
  5087. .row-fluid .offset10:first-child {
  5088. margin-left: 84.65608465608464%;
  5089. *margin-left: 84.54970167736123%;
  5090. }
  5091. .row-fluid .offset9 {
  5092. margin-left: 77.77777777777779%;
  5093. *margin-left: 77.67139479905437%;
  5094. }
  5095. .row-fluid .offset9:first-child {
  5096. margin-left: 76.19047619047619%;
  5097. *margin-left: 76.08409321175277%;
  5098. }
  5099. .row-fluid .offset8 {
  5100. margin-left: 69.31216931216932%;
  5101. *margin-left: 69.2057863334459%;
  5102. }
  5103. .row-fluid .offset8:first-child {
  5104. margin-left: 67.72486772486772%;
  5105. *margin-left: 67.6184847461443%;
  5106. }
  5107. .row-fluid .offset7 {
  5108. margin-left: 60.84656084656085%;
  5109. *margin-left: 60.740177867837446%;
  5110. }
  5111. .row-fluid .offset7:first-child {
  5112. margin-left: 59.25925925925926%;
  5113. *margin-left: 59.15287628053586%;
  5114. }
  5115. .row-fluid .offset6 {
  5116. margin-left: 52.38095238095238%;
  5117. *margin-left: 52.27456940222898%;
  5118. }
  5119. .row-fluid .offset6:first-child {
  5120. margin-left: 50.79365079365079%;
  5121. *margin-left: 50.68726781492739%;
  5122. }
  5123. .row-fluid .offset5 {
  5124. margin-left: 43.91534391534392%;
  5125. *margin-left: 43.808960936620515%;
  5126. }
  5127. .row-fluid .offset5:first-child {
  5128. margin-left: 42.32804232804233%;
  5129. *margin-left: 42.22165934931893%;
  5130. }
  5131. .row-fluid .offset4 {
  5132. margin-left: 35.44973544973545%;
  5133. *margin-left: 35.34335247101205%;
  5134. }
  5135. .row-fluid .offset4:first-child {
  5136. margin-left: 33.86243386243386%;
  5137. *margin-left: 33.75605088371046%;
  5138. }
  5139. .row-fluid .offset3 {
  5140. margin-left: 26.98412698412698%;
  5141. *margin-left: 26.877744005403578%;
  5142. }
  5143. .row-fluid .offset3:first-child {
  5144. margin-left: 25.396825396825395%;
  5145. *margin-left: 25.290442418101993%;
  5146. }
  5147. .row-fluid .offset2 {
  5148. margin-left: 18.51851851851852%;
  5149. *margin-left: 18.412135539795116%;
  5150. }
  5151. .row-fluid .offset2:first-child {
  5152. margin-left: 16.93121693121693%;
  5153. *margin-left: 16.824833952493528%;
  5154. }
  5155. .row-fluid .offset1 {
  5156. margin-left: 10.052910052910052%;
  5157. *margin-left: 9.94652707418665%;
  5158. }
  5159. .row-fluid .offset1:first-child {
  5160. margin-left: 8.465608465608465%;
  5161. *margin-left: 8.359225486885062%;
  5162. }
  5163. input,
  5164. textarea,
  5165. .uneditable-input {
  5166. margin-left: 0;
  5167. }
  5168. .controls-row [class*="span"] + [class*="span"] {
  5169. margin-left: 12px;
  5170. }
  5171. input.span12,
  5172. textarea.span12,
  5173. .uneditable-input.span12 {
  5174. width: 742px;
  5175. }
  5176. input.span11,
  5177. textarea.span11,
  5178. .uneditable-input.span11 {
  5179. width: 678px;
  5180. }
  5181. input.span10,
  5182. textarea.span10,
  5183. .uneditable-input.span10 {
  5184. width: 614px;
  5185. }
  5186. input.span9,
  5187. textarea.span9,
  5188. .uneditable-input.span9 {
  5189. width: 550px;
  5190. }
  5191. input.span8,
  5192. textarea.span8,
  5193. .uneditable-input.span8 {
  5194. width: 486px;
  5195. }
  5196. input.span7,
  5197. textarea.span7,
  5198. .uneditable-input.span7 {
  5199. width: 422px;
  5200. }
  5201. input.span6,
  5202. textarea.span6,
  5203. .uneditable-input.span6 {
  5204. width: 358px;
  5205. }
  5206. input.span5,
  5207. textarea.span5,
  5208. .uneditable-input.span5 {
  5209. width: 294px;
  5210. }
  5211. input.span4,
  5212. textarea.span4,
  5213. .uneditable-input.span4 {
  5214. width: 230px;
  5215. }
  5216. input.span3,
  5217. textarea.span3,
  5218. .uneditable-input.span3 {
  5219. width: 166px;
  5220. }
  5221. input.span2,
  5222. textarea.span2,
  5223. .uneditable-input.span2 {
  5224. width: 102px;
  5225. }
  5226. input.span1,
  5227. textarea.span1,
  5228. .uneditable-input.span1 {
  5229. width: 38px;
  5230. }
  5231. }
  5232. @media (min-width: 1200px) {
  5233. .row {
  5234. margin-left: -36px;
  5235. *zoom: 1;
  5236. }
  5237. .row:before,
  5238. .row:after {
  5239. display: table;
  5240. content: "";
  5241. line-height: 0;
  5242. }
  5243. .row:after {
  5244. clear: both;
  5245. }
  5246. [class*="span"] {
  5247. float: left;
  5248. min-height: 1px;
  5249. margin-left: 36px;
  5250. }
  5251. .container,
  5252. .navbar-static-top .container,
  5253. .navbar-fixed-top .container,
  5254. .navbar-fixed-bottom .container {
  5255. width: 1116px;
  5256. }
  5257. .span12 {
  5258. width: 1116px;
  5259. }
  5260. .span11 {
  5261. width: 1020px;
  5262. }
  5263. .span10 {
  5264. width: 924px;
  5265. }
  5266. .span9 {
  5267. width: 828px;
  5268. }
  5269. .span8 {
  5270. width: 732px;
  5271. }
  5272. .span7 {
  5273. width: 636px;
  5274. }
  5275. .span6 {
  5276. width: 540px;
  5277. }
  5278. .span5 {
  5279. width: 444px;
  5280. }
  5281. .span4 {
  5282. width: 348px;
  5283. }
  5284. .span3 {
  5285. width: 252px;
  5286. }
  5287. .span2 {
  5288. width: 156px;
  5289. }
  5290. .span1 {
  5291. width: 60px;
  5292. }
  5293. .offset12 {
  5294. margin-left: 1188px;
  5295. }
  5296. .offset11 {
  5297. margin-left: 1092px;
  5298. }
  5299. .offset10 {
  5300. margin-left: 996px;
  5301. }
  5302. .offset9 {
  5303. margin-left: 900px;
  5304. }
  5305. .offset8 {
  5306. margin-left: 804px;
  5307. }
  5308. .offset7 {
  5309. margin-left: 708px;
  5310. }
  5311. .offset6 {
  5312. margin-left: 612px;
  5313. }
  5314. .offset5 {
  5315. margin-left: 516px;
  5316. }
  5317. .offset4 {
  5318. margin-left: 420px;
  5319. }
  5320. .offset3 {
  5321. margin-left: 324px;
  5322. }
  5323. .offset2 {
  5324. margin-left: 228px;
  5325. }
  5326. .offset1 {
  5327. margin-left: 132px;
  5328. }
  5329. .row-fluid {
  5330. width: 100%;
  5331. *zoom: 1;
  5332. }
  5333. .row-fluid:before,
  5334. .row-fluid:after {
  5335. display: table;
  5336. content: "";
  5337. line-height: 0;
  5338. }
  5339. .row-fluid:after {
  5340. clear: both;
  5341. }
  5342. .row-fluid [class*="span"] {
  5343. display: block;
  5344. width: 100%;
  5345. min-height: 34px;
  5346. -webkit-box-sizing: border-box;
  5347. -moz-box-sizing: border-box;
  5348. box-sizing: border-box;
  5349. float: left;
  5350. margin-left: 3.225806451612903%;
  5351. *margin-left: 3.1726149622512008%;
  5352. }
  5353. .row-fluid [class*="span"]:first-child {
  5354. margin-left: 0;
  5355. }
  5356. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  5357. margin-left: 3.225806451612903%;
  5358. }
  5359. .row-fluid .span12 {
  5360. width: 100%;
  5361. *width: 99.94680851063829%;
  5362. }
  5363. .row-fluid .span11 {
  5364. width: 91.39784946236558%;
  5365. *width: 91.34465797300388%;
  5366. }
  5367. .row-fluid .span10 {
  5368. width: 82.79569892473117%;
  5369. *width: 82.74250743536946%;
  5370. }
  5371. .row-fluid .span9 {
  5372. width: 74.19354838709677%;
  5373. *width: 74.14035689773506%;
  5374. }
  5375. .row-fluid .span8 {
  5376. width: 65.59139784946237%;
  5377. *width: 65.53820636010066%;
  5378. }
  5379. .row-fluid .span7 {
  5380. width: 56.98924731182795%;
  5381. *width: 56.93605582246625%;
  5382. }
  5383. .row-fluid .span6 {
  5384. width: 48.38709677419355%;
  5385. *width: 48.33390528483185%;
  5386. }
  5387. .row-fluid .span5 {
  5388. width: 39.784946236559136%;
  5389. *width: 39.731754747197435%;
  5390. }
  5391. .row-fluid .span4 {
  5392. width: 31.18279569892473%;
  5393. *width: 31.129604209563027%;
  5394. }
  5395. .row-fluid .span3 {
  5396. width: 22.58064516129032%;
  5397. *width: 22.52745367192862%;
  5398. }
  5399. .row-fluid .span2 {
  5400. width: 13.978494623655912%;
  5401. *width: 13.92530313429421%;
  5402. }
  5403. .row-fluid .span1 {
  5404. width: 5.376344086021505%;
  5405. *width: 5.323152596659803%;
  5406. }
  5407. .row-fluid .offset12 {
  5408. margin-left: 106.45161290322581%;
  5409. *margin-left: 106.34522992450239%;
  5410. }
  5411. .row-fluid .offset12:first-child {
  5412. margin-left: 103.2258064516129%;
  5413. *margin-left: 103.11942347288948%;
  5414. }
  5415. .row-fluid .offset11 {
  5416. margin-left: 97.84946236559139%;
  5417. *margin-left: 97.74307938686798%;
  5418. }
  5419. .row-fluid .offset11:first-child {
  5420. margin-left: 94.62365591397848%;
  5421. *margin-left: 94.51727293525506%;
  5422. }
  5423. .row-fluid .offset10 {
  5424. margin-left: 89.24731182795698%;
  5425. *margin-left: 89.14092884923356%;
  5426. }
  5427. .row-fluid .offset10:first-child {
  5428. margin-left: 86.02150537634407%;
  5429. *margin-left: 85.91512239762065%;
  5430. }
  5431. .row-fluid .offset9 {
  5432. margin-left: 80.64516129032258%;
  5433. *margin-left: 80.53877831159916%;
  5434. }
  5435. .row-fluid .offset9:first-child {
  5436. margin-left: 77.41935483870967%;
  5437. *margin-left: 77.31297185998625%;
  5438. }
  5439. .row-fluid .offset8 {
  5440. margin-left: 72.04301075268818%;
  5441. *margin-left: 71.93662777396476%;
  5442. }
  5443. .row-fluid .offset8:first-child {
  5444. margin-left: 68.81720430107526%;
  5445. *margin-left: 68.71082132235185%;
  5446. }
  5447. .row-fluid .offset7 {
  5448. margin-left: 63.44086021505376%;
  5449. *margin-left: 63.33447723633036%;
  5450. }
  5451. .row-fluid .offset7:first-child {
  5452. margin-left: 60.21505376344086%;
  5453. *margin-left: 60.108670784717454%;
  5454. }
  5455. .row-fluid .offset6 {
  5456. margin-left: 54.83870967741936%;
  5457. *margin-left: 54.73232669869596%;
  5458. }
  5459. .row-fluid .offset6:first-child {
  5460. margin-left: 51.612903225806456%;
  5461. *margin-left: 51.50652024708305%;
  5462. }
  5463. .row-fluid .offset5 {
  5464. margin-left: 46.236559139784944%;
  5465. *margin-left: 46.13017616106154%;
  5466. }
  5467. .row-fluid .offset5:first-child {
  5468. margin-left: 43.01075268817204%;
  5469. *margin-left: 42.90436970944864%;
  5470. }
  5471. .row-fluid .offset4 {
  5472. margin-left: 37.634408602150536%;
  5473. *margin-left: 37.52802562342713%;
  5474. }
  5475. .row-fluid .offset4:first-child {
  5476. margin-left: 34.40860215053763%;
  5477. *margin-left: 34.30221917181423%;
  5478. }
  5479. .row-fluid .offset3 {
  5480. margin-left: 29.032258064516128%;
  5481. *margin-left: 28.925875085792725%;
  5482. }
  5483. .row-fluid .offset3:first-child {
  5484. margin-left: 25.806451612903224%;
  5485. *margin-left: 25.70006863417982%;
  5486. }
  5487. .row-fluid .offset2 {
  5488. margin-left: 20.43010752688172%;
  5489. *margin-left: 20.323724548158317%;
  5490. }
  5491. .row-fluid .offset2:first-child {
  5492. margin-left: 17.204301075268816%;
  5493. *margin-left: 17.097918096545413%;
  5494. }
  5495. .row-fluid .offset1 {
  5496. margin-left: 11.827956989247312%;
  5497. *margin-left: 11.721574010523907%;
  5498. }
  5499. .row-fluid .offset1:first-child {
  5500. margin-left: 8.602150537634408%;
  5501. *margin-left: 8.495767558911005%;
  5502. }
  5503. input,
  5504. textarea,
  5505. .uneditable-input {
  5506. margin-left: 0;
  5507. }
  5508. .controls-row [class*="span"] + [class*="span"] {
  5509. margin-left: 36px;
  5510. }
  5511. input.span12,
  5512. textarea.span12,
  5513. .uneditable-input.span12 {
  5514. width: 1102px;
  5515. }
  5516. input.span11,
  5517. textarea.span11,
  5518. .uneditable-input.span11 {
  5519. width: 1006px;
  5520. }
  5521. input.span10,
  5522. textarea.span10,
  5523. .uneditable-input.span10 {
  5524. width: 910px;
  5525. }
  5526. input.span9,
  5527. textarea.span9,
  5528. .uneditable-input.span9 {
  5529. width: 814px;
  5530. }
  5531. input.span8,
  5532. textarea.span8,
  5533. .uneditable-input.span8 {
  5534. width: 718px;
  5535. }
  5536. input.span7,
  5537. textarea.span7,
  5538. .uneditable-input.span7 {
  5539. width: 622px;
  5540. }
  5541. input.span6,
  5542. textarea.span6,
  5543. .uneditable-input.span6 {
  5544. width: 526px;
  5545. }
  5546. input.span5,
  5547. textarea.span5,
  5548. .uneditable-input.span5 {
  5549. width: 430px;
  5550. }
  5551. input.span4,
  5552. textarea.span4,
  5553. .uneditable-input.span4 {
  5554. width: 334px;
  5555. }
  5556. input.span3,
  5557. textarea.span3,
  5558. .uneditable-input.span3 {
  5559. width: 238px;
  5560. }
  5561. input.span2,
  5562. textarea.span2,
  5563. .uneditable-input.span2 {
  5564. width: 142px;
  5565. }
  5566. input.span1,
  5567. textarea.span1,
  5568. .uneditable-input.span1 {
  5569. width: 46px;
  5570. }
  5571. .thumbnails {
  5572. margin-left: -36px;
  5573. }
  5574. .thumbnails > li {
  5575. margin-left: 36px;
  5576. }
  5577. .row-fluid .thumbnails {
  5578. margin-left: 0;
  5579. }
  5580. }
  5581. @media (max-width: 979px) {
  5582. body {
  5583. padding-top: 0;
  5584. }
  5585. .navbar-fixed-top,
  5586. .navbar-fixed-bottom {
  5587. position: static;
  5588. }
  5589. .navbar-fixed-top {
  5590. margin-bottom: 24px;
  5591. }
  5592. .navbar-fixed-bottom {
  5593. margin-top: 24px;
  5594. }
  5595. .navbar-fixed-top .navbar-inner,
  5596. .navbar-fixed-bottom .navbar-inner {
  5597. padding: 5px;
  5598. }
  5599. .navbar .container {
  5600. width: auto;
  5601. padding: 0;
  5602. }
  5603. .navbar .brand {
  5604. padding-left: 10px;
  5605. padding-right: 10px;
  5606. margin: 0 0 0 -5px;
  5607. }
  5608. .nav-collapse {
  5609. clear: both;
  5610. }
  5611. .nav-collapse .nav {
  5612. float: none;
  5613. margin: 0 0 12px;
  5614. }
  5615. .nav-collapse .nav > li {
  5616. float: none;
  5617. }
  5618. .nav-collapse .nav > li > a {
  5619. margin-bottom: 2px;
  5620. }
  5621. .nav-collapse .nav > .divider-vertical {
  5622. display: none;
  5623. }
  5624. .nav-collapse .nav .nav-header {
  5625. color: #777777;
  5626. text-shadow: none;
  5627. }
  5628. .nav-collapse .nav > li > a,
  5629. .nav-collapse .dropdown-menu a {
  5630. padding: 9px 15px;
  5631. font-weight: bold;
  5632. color: #777777;
  5633. -webkit-border-radius: 3px;
  5634. -moz-border-radius: 3px;
  5635. border-radius: 3px;
  5636. }
  5637. .nav-collapse .btn {
  5638. padding: 4px 10px 4px;
  5639. font-weight: normal;
  5640. -webkit-border-radius: 4px;
  5641. -moz-border-radius: 4px;
  5642. border-radius: 4px;
  5643. }
  5644. .nav-collapse .dropdown-menu li + li a {
  5645. margin-bottom: 2px;
  5646. }
  5647. .nav-collapse .nav > li > a:hover,
  5648. .nav-collapse .nav > li > a:focus,
  5649. .nav-collapse .dropdown-menu a:hover,
  5650. .nav-collapse .dropdown-menu a:focus {
  5651. background-color: #f2f2f2;
  5652. }
  5653. .navbar-inverse .nav-collapse .nav > li > a,
  5654. .navbar-inverse .nav-collapse .dropdown-menu a {
  5655. color: #999999;
  5656. }
  5657. .navbar-inverse .nav-collapse .nav > li > a:hover,
  5658. .navbar-inverse .nav-collapse .nav > li > a:focus,
  5659. .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  5660. .navbar-inverse .nav-collapse .dropdown-menu a:focus {
  5661. background-color: #111111;
  5662. }
  5663. .nav-collapse.in .btn-group {
  5664. margin-top: 5px;
  5665. padding: 0;
  5666. }
  5667. .nav-collapse .dropdown-menu {
  5668. position: static;
  5669. top: auto;
  5670. left: auto;
  5671. float: none;
  5672. display: none;
  5673. max-width: none;
  5674. margin: 0 15px;
  5675. padding: 0;
  5676. background-color: transparent;
  5677. border: none;
  5678. -webkit-border-radius: 0;
  5679. -moz-border-radius: 0;
  5680. border-radius: 0;
  5681. -webkit-box-shadow: none;
  5682. -moz-box-shadow: none;
  5683. box-shadow: none;
  5684. }
  5685. .nav-collapse .open > .dropdown-menu {
  5686. display: block;
  5687. }
  5688. .nav-collapse .dropdown-menu:before,
  5689. .nav-collapse .dropdown-menu:after {
  5690. display: none;
  5691. }
  5692. .nav-collapse .dropdown-menu .divider {
  5693. display: none;
  5694. }
  5695. .nav-collapse .nav > li > .dropdown-menu:before,
  5696. .nav-collapse .nav > li > .dropdown-menu:after {
  5697. display: none;
  5698. }
  5699. .nav-collapse .navbar-form,
  5700. .nav-collapse .navbar-search {
  5701. float: none;
  5702. padding: 12px 15px;
  5703. margin: 12px 0;
  5704. border-top: 1px solid #f2f2f2;
  5705. border-bottom: 1px solid #f2f2f2;
  5706. -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  5707. -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  5708. box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  5709. }
  5710. .navbar-inverse .nav-collapse .navbar-form,
  5711. .navbar-inverse .nav-collapse .navbar-search {
  5712. border-top-color: #111111;
  5713. border-bottom-color: #111111;
  5714. }
  5715. .navbar .nav-collapse .nav.pull-right {
  5716. float: none;
  5717. margin-left: 0;
  5718. }
  5719. .nav-collapse,
  5720. .nav-collapse.collapse {
  5721. overflow: hidden;
  5722. height: 0;
  5723. }
  5724. .navbar .btn-navbar {
  5725. display: block;
  5726. }
  5727. .navbar-static .navbar-inner {
  5728. padding-left: 10px;
  5729. padding-right: 10px;
  5730. }
  5731. }
  5732. @media (min-width: 979px + 1) {
  5733. .nav-collapse.collapse {
  5734. height: auto !important;
  5735. overflow: visible !important;
  5736. }
  5737. }
  5738. /* Extending Bootstrap */
  5739. /* Typography */
  5740. .small {
  5741. font-size: 11px;
  5742. }
  5743. /* Max Width */
  5744. iframe,
  5745. svg {
  5746. max-width: 100%;
  5747. }
  5748. /* Nowrap */
  5749. .nowrap {
  5750. white-space: nowrap;
  5751. }
  5752. /* Center */
  5753. .center,
  5754. .table td.center,
  5755. .table th.center {
  5756. text-align: center;
  5757. }
  5758. /* Disabled Link */
  5759. a.disabled,
  5760. a.disabled:hover {
  5761. color: #999999;
  5762. background-color: transparent;
  5763. cursor: default;
  5764. text-decoration: none;
  5765. }
  5766. /* Hero Banner */
  5767. .hero-unit {
  5768. text-align: center;
  5769. }
  5770. .hero-unit .lead {
  5771. margin-bottom: 18px;
  5772. font-size: 20px;
  5773. font-weight: 200;
  5774. line-height: 27px;
  5775. }
  5776. .btn .caret {
  5777. margin-bottom: 7px;
  5778. }
  5779. .btn.btn-micro .caret {
  5780. margin: 5px 0;
  5781. }
  5782. .blog-row-rule,
  5783. .blog-item-rule {
  5784. border: 0;
  5785. }
  5786. /* Modal */
  5787. body.modal {
  5788. padding-top: 0;
  5789. }
  5790. /* Alternating Rows */
  5791. .row-even,
  5792. .row-odd {
  5793. padding: 5px;
  5794. width: 99%;
  5795. border-bottom: 1px solid #dddddd;
  5796. }
  5797. .row-odd {
  5798. background-color: transparent;
  5799. }
  5800. .row-even {
  5801. background-color: #f9f9f9;
  5802. }
  5803. .blog-row-rule,
  5804. .blog-item-rule {
  5805. border: 0;
  5806. }
  5807. /* Row reveal */
  5808. .row-fluid .row-reveal {
  5809. visibility: hidden;
  5810. }
  5811. .row-fluid:hover .row-reveal {
  5812. visibility: visible;
  5813. }
  5814. /* Buttons */
  5815. .btn-wide {
  5816. width: 80%;
  5817. }
  5818. /* Nav List Offset */
  5819. .nav-list > li.offset > a {
  5820. padding-left: 30px;
  5821. font-size: 12px;
  5822. }
  5823. .blog-row-rule,
  5824. .blog-item-rule {
  5825. border: 0;
  5826. }
  5827. .row-fluid .offset1 {
  5828. margin-left: 8.382978723%;
  5829. }
  5830. .row-fluid .offset2 {
  5831. margin-left: 16.89361702%;
  5832. }
  5833. .row-fluid .offset3 {
  5834. margin-left: 25.404255317%;
  5835. }
  5836. .row-fluid .offset4 {
  5837. margin-left: 33.914893614%;
  5838. }
  5839. .row-fluid .offset5 {
  5840. margin-left: 42.425531911%;
  5841. }
  5842. .row-fluid .offset6 {
  5843. margin-left: 50.93617020799999%;
  5844. }
  5845. .row-fluid .offset7 {
  5846. margin-left: 59.446808505%;
  5847. }
  5848. .row-fluid .offset8 {
  5849. margin-left: 67.95744680199999%;
  5850. }
  5851. .row-fluid .offset9 {
  5852. margin-left: 76.468085099%;
  5853. }
  5854. .row-fluid .offset10 {
  5855. margin-left: 84.97872339599999%;
  5856. }
  5857. .row-fluid .offset11 {
  5858. margin-left: 91.489361693%;
  5859. }
  5860. /* Navbar Buttons */
  5861. .navbar .nav > li > a.btn {
  5862. padding: 4px 10px;
  5863. line-height: 18px;
  5864. }
  5865. /* Nav Tabs Dark */
  5866. .nav-tabs.nav-dark {
  5867. border-bottom: 1px solid #333;
  5868. text-shadow: 1px 1px 1px #000;
  5869. }
  5870. .nav-tabs.nav-dark > li > a {
  5871. color: #F8F8F8;
  5872. }
  5873. .nav-tabs.nav-dark > li > a:hover {
  5874. border-color: #333 #333 #111;
  5875. background-color: #777777;
  5876. }
  5877. .nav-tabs.nav-dark > .active > a,
  5878. .nav-tabs.nav-dark > .active > a:hover {
  5879. color: #ffffff;
  5880. background-color: #555555;
  5881. border: 1px solid #222;
  5882. border-bottom-color: transparent;
  5883. }
  5884. /* Inline Thumbnails */
  5885. .thumbnail.pull-left {
  5886. margin: 0 10px 10px 0;
  5887. }
  5888. .thumbnail.pull-right {
  5889. margin: 0 0 10px 10px;
  5890. }
  5891. /* Specific Widths */
  5892. .width-10 {
  5893. width: 10px;
  5894. }
  5895. .width-20 {
  5896. width: 20px;
  5897. }
  5898. .width-30 {
  5899. width: 30px;
  5900. }
  5901. .width-40 {
  5902. width: 40px;
  5903. }
  5904. .width-50 {
  5905. width: 50px;
  5906. }
  5907. .width-60 {
  5908. width: 60px;
  5909. }
  5910. .width-70 {
  5911. width: 70px;
  5912. }
  5913. .width-80 {
  5914. width: 80px;
  5915. }
  5916. .width-90 {
  5917. width: 90px;
  5918. }
  5919. .width-100 {
  5920. width: 100px;
  5921. }
  5922. /* Specific Heights */
  5923. .height-10 {
  5924. height: 10px;
  5925. }
  5926. .height-20 {
  5927. height: 20px;
  5928. }
  5929. .height-30 {
  5930. height: 30px;
  5931. }
  5932. .height-40 {
  5933. height: 40px;
  5934. }
  5935. .height-50 {
  5936. height: 50px;
  5937. }
  5938. .height-60 {
  5939. height: 60px;
  5940. }
  5941. .height-70 {
  5942. height: 70px;
  5943. }
  5944. .height-80 {
  5945. height: 80px;
  5946. }
  5947. .height-90 {
  5948. height: 90px;
  5949. }
  5950. .height-100 {
  5951. height: 100px;
  5952. }
  5953. /* Horizontal Row (hr) */
  5954. hr.hr-condensed {
  5955. margin: 10px 0;
  5956. }
  5957. /* Striped */
  5958. .list-striped,
  5959. .row-striped {
  5960. list-style: none;
  5961. line-height: 18px;
  5962. text-align: left;
  5963. vertical-align: middle;
  5964. border-top: 1px solid #dddddd;
  5965. margin-left: 0;
  5966. }
  5967. .list-striped li,
  5968. .list-striped dd,
  5969. .row-striped .row,
  5970. .row-striped .row-fluid {
  5971. border-bottom: 1px solid #dddddd;
  5972. padding: 8px;
  5973. }
  5974. .list-striped li:nth-child(odd),
  5975. .list-striped dd:nth-child(odd),
  5976. .row-striped .row:nth-child(odd),
  5977. .row-striped .row-fluid:nth-child(odd) {
  5978. background-color: #f9f9f9;
  5979. }
  5980. .list-striped li:hover,
  5981. .list-striped dd:hover,
  5982. .row-striped .row:hover,
  5983. .row-striped .row-fluid:hover {
  5984. background-color: #f5f5f5;
  5985. }
  5986. .row-striped .row-fluid {
  5987. width: 97%;
  5988. }
  5989. .row-striped .row-fluid [class*="span"] {
  5990. min-height: 10px;
  5991. }
  5992. .row-striped .row-fluid [class*="span"] {
  5993. margin-left: 8px;
  5994. }
  5995. .row-striped .row-fluid [class*="span"]:first-child {
  5996. margin-left: 0;
  5997. }
  5998. /* Condensed */
  5999. .list-condensed li {
  6000. padding: 4px 5px;
  6001. }
  6002. .row-condensed .row,
  6003. .row-condensed .row-fluid {
  6004. padding: 4px 5px;
  6005. }
  6006. /* Bordered */
  6007. .list-bordered,
  6008. .row-bordered {
  6009. list-style: none;
  6010. line-height: 18px;
  6011. text-align: left;
  6012. vertical-align: middle;
  6013. margin-left: 0;
  6014. border: 1px solid #dddddd;
  6015. -webkit-border-radius: 4px;
  6016. -moz-border-radius: 4px;
  6017. border-radius: 4px;
  6018. }
  6019. /* Radio Button Groups */
  6020. .radio.btn-group input[type=radio] {
  6021. display: none;
  6022. }
  6023. .radio.btn-group > label:first-of-type {
  6024. margin-left: 0;
  6025. -webkit-border-bottom-left-radius: 4px;
  6026. border-bottom-left-radius: 4px;
  6027. -webkit-border-top-left-radius: 4px;
  6028. border-top-left-radius: 4px;
  6029. -moz-border-radius-bottomleft: 4px;
  6030. -moz-border-radius-topleft: 4px;
  6031. }
  6032. fieldset.radio.btn-group {
  6033. padding-left: 0;
  6034. }
  6035. /* iFrames */
  6036. .iframe-bordered {
  6037. border: 1px solid #dddddd;
  6038. }
  6039. /* Tabbed Content */
  6040. .tab-content {
  6041. overflow: visible;
  6042. }
  6043. .tabs-left .tab-content {
  6044. overflow: auto;
  6045. }
  6046. /* Non-linkable nav-tabs */
  6047. .nav-tabs > li > span {
  6048. display: block;
  6049. margin-right: 2px;
  6050. padding-right: 12px;
  6051. padding-left: 12px;
  6052. padding-top: 8px;
  6053. padding-bottom: 8px;
  6054. line-height: 18px;
  6055. border: 1px solid transparent;
  6056. -webkit-border-radius: 4px 4px 0 0;
  6057. -moz-border-radius: 4px 4px 0 0;
  6058. border-radius: 4px 4px 0 0;
  6059. }
  6060. /* Extended Joomla Button Classes */
  6061. .btn-micro {
  6062. padding: 1px 4px;
  6063. font-size: 10px;
  6064. line-height: 8px;
  6065. }
  6066. .btn-group > .btn-micro {
  6067. font-size: 10px;
  6068. }
  6069. /* Joomla => Bootstrap Tooltip */
  6070. .tip-wrap {
  6071. max-width: 200px;
  6072. padding: 3px 8px;
  6073. color: #ffffff;
  6074. text-align: center;
  6075. text-decoration: none;
  6076. background-color: #000000;
  6077. -webkit-border-radius: 4px;
  6078. -moz-border-radius: 4px;
  6079. border-radius: 4px;
  6080. z-index: 100;
  6081. }
  6082. /* Page Header */
  6083. .page-header {
  6084. margin: 2px 0px 10px 0px;
  6085. padding-bottom: 5px;
  6086. }
  6087. /* Input Prepend Chosen Select Boxes */
  6088. /* Common styling for Chosen Select Boxes with Input Prepend/Append */
  6089. .input-prepend .chzn-container-single .chzn-single,
  6090. .input-append .chzn-container-single .chzn-single {
  6091. border-color: #cccccc;
  6092. height: 26px;
  6093. -moz-box-shadow: none;
  6094. -webkit-box-shadow: none;
  6095. box-shadow: none;
  6096. }
  6097. .input-prepend .chzn-container-single .chzn-drop,
  6098. .input-append .chzn-container-single .chzn-drop {
  6099. border-color: #cccccc;
  6100. }
  6101. .input-prepend > .add-on,
  6102. .input-append > .add-on {
  6103. vertical-align: top;
  6104. }
  6105. /* Styles specific to Input Prepend Chosen Select Boxes */
  6106. .input-prepend .chzn-container-single .chzn-single {
  6107. -webkit-border-radius: 0 3px 3px 0;
  6108. -moz-border-radius: 0 3px 3px 0;
  6109. border-radius: 0 3px 3px 0;
  6110. }
  6111. .input-prepend .chzn-container-single .chzn-single-with-drop {
  6112. -webkit-border-radius: 0 3px 0 0;
  6113. -moz-border-radius: 0 3px 0 0;
  6114. border-radius: 0 3px 0 0;
  6115. }
  6116. /* Styles specific to Input Append Chosen Select Boxes */
  6117. .input-append .chzn-container-single .chzn-single {
  6118. -webkit-border-radius: 3px 0 0 3px;
  6119. -moz-border-radius: 3px 0 0 3px;
  6120. border-radius: 3px 0 0 3px;
  6121. }
  6122. .input-append .chzn-container-single .chzn-single-with-drop {
  6123. -webkit-border-radius: 3px 0 0 0;
  6124. -moz-border-radius: 3px 0 0 0;
  6125. border-radius: 3px 0 0 0;
  6126. }
  6127. /* Styles specific to combined Input Prepend and Append Chosen Select Boxes */
  6128. .input-prepend.input-append .chzn-container-single .chzn-single,
  6129. .input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
  6130. -webkit-border-radius: 0;
  6131. -moz-border-radius: 0;
  6132. border-radius: 0;
  6133. }
  6134. /* Accessible Hidden Elements (good for hidden labels and such) */
  6135. .element-invisible {
  6136. position: absolute;
  6137. padding: 0;
  6138. margin: 0;
  6139. border: 0;
  6140. height: 1px;
  6141. width: 1px;
  6142. overflow: hidden;
  6143. }
  6144. /* Form Vertical Overrides Form Horizontal */
  6145. .form-vertical .control-label {
  6146. float: none;
  6147. width: auto;
  6148. padding-right: 0;
  6149. padding-top: 0;
  6150. text-align: left;
  6151. }
  6152. .form-vertical .controls {
  6153. margin-left: 0;
  6154. }
  6155. /* Auto Width */
  6156. .width-auto {
  6157. width: auto;
  6158. }
  6159. /* Chosen proper wrapping in Bootstrap btn-group */
  6160. .btn-group .chzn-results {
  6161. white-space: normal;
  6162. }
  6163. /* Accordion overflow fix */
  6164. .accordion-body.in:hover {
  6165. overflow: visible;
  6166. }
  6167. /* Invalid indicators */
  6168. .invalid {
  6169. color: #d25a3f;
  6170. font-weight: bold;
  6171. }
  6172. input.invalid {
  6173. border: 1px solid #d25a3f;
  6174. }
  6175. /* Tweaking of tooltips */
  6176. .tooltip {
  6177. max-width: 400px;
  6178. }
  6179. .tooltip-inner {
  6180. max-width: none;
  6181. text-align: left;
  6182. text-shadow: none;
  6183. }
  6184. th .tooltip-inner {
  6185. font-weight: normal;
  6186. }
  6187. .tooltip.hasimage {
  6188. opacity: 1;
  6189. }
  6190. /* Align tip text to left (old mootools tip) */
  6191. .tip-text {
  6192. text-align: left;
  6193. }
  6194. .btn-group > .btn + .dropdown-backdrop + .btn {
  6195. margin-left: -1px;
  6196. }
  6197. .btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
  6198. padding-left: 8px;
  6199. padding-right: 8px;
  6200. -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  6201. -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  6202. box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  6203. *padding-top: 5px;
  6204. *padding-bottom: 5px;
  6205. }
  6206. .btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
  6207. padding-left: 5px;
  6208. padding-right: 5px;
  6209. *padding-top: 2px;
  6210. *padding-bottom: 2px;
  6211. }
  6212. .btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
  6213. *padding-top: 5px;
  6214. *padding-bottom: 4px;
  6215. }
  6216. .btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
  6217. padding-left: 12px;
  6218. padding-right: 12px;
  6219. *padding-top: 7px;
  6220. *padding-bottom: 7px;
  6221. }
  6222. .dropdown-menu {
  6223. text-align: left;
  6224. }
  6225. .fa-file-add:before {
  6226. content: "\f016";
  6227. }
  6228. .fa-remove:before {
  6229. content: "\f00d";
  6230. }
  6231. .fa-picture:before {
  6232. content: "\f03e";
  6233. }
  6234. .icon-edit:before {
  6235. content: "\f044";
  6236. }
  6237. [class^="icon-"],
  6238. [class*=" icon-"] {
  6239. font-family: FontAwesome;
  6240. font-weight: normal;
  6241. font-style: normal;
  6242. text-decoration: inherit;
  6243. -webkit-font-smoothing: antialiased;
  6244. /* sprites.less reset */
  6245. display: inline;
  6246. width: auto;
  6247. height: auto;
  6248. line-height: normal;
  6249. vertical-align: baseline;
  6250. background-image: none;
  6251. background-position: 0% 0%;
  6252. background-repeat: repeat;
  6253. margin-top: 0;
  6254. }
  6255. img {
  6256. max-width: 100%;
  6257. }
  6258. a {
  6259. text-decoration: none !important;
  6260. }
  6261. a:focus {
  6262. outline: none;
  6263. }
  6264. a.selected {
  6265. color: #3b4347;
  6266. }
  6267. a:hover {
  6268. text-decoration: none;
  6269. }
  6270. html,
  6271. body {
  6272. height: 100%;
  6273. }
  6274. #wrapper {
  6275. min-height: 100%;
  6276. margin: 0 auto -158px;
  6277. overflow: hidden;
  6278. }
  6279. #push,
  6280. #footer-wrapper {
  6281. height: 158px;
  6282. position: relative;
  6283. }
  6284. .offline_container {
  6285. height: 100%;
  6286. text-align: center;
  6287. font-size: 0;
  6288. line-height: 0;
  6289. }
  6290. .offline_container:before {
  6291. content: '';
  6292. display: inline-block;
  6293. height: 100%;
  6294. width: 0;
  6295. overflow: hidden;
  6296. vertical-align: middle;
  6297. }
  6298. .offline_container .container {
  6299. display: inline-block;
  6300. vertical-align: middle;
  6301. max-width: 100%;
  6302. }
  6303. .offline_container #system-message {
  6304. font-size: 14px;
  6305. line-height: 24px;
  6306. max-width: 100%;
  6307. display: inline-block;
  6308. }
  6309. .offline_container .well {
  6310. vertical-align: middle;
  6311. margin: 0;
  6312. display: inline-block;
  6313. max-width: 100%;
  6314. text-align: left;
  6315. font-size: 14px;
  6316. line-height: 24px;
  6317. }
  6318. .moduletable:after {
  6319. clear: both;
  6320. display: block;
  6321. content: '';
  6322. }
  6323. .radio input[type="radio"],
  6324. .checkbox input[type="checkbox"] {
  6325. float: none;
  6326. margin: -2px 0 0;
  6327. }
  6328. .form-inline .checkbox input[type="checkbox"] {
  6329. float: none;
  6330. }
  6331. .radio input[type="radio"] {
  6332. margin: -2px 3px 0 0;
  6333. }
  6334. .radio,
  6335. .checkbox {
  6336. padding-left: 0;
  6337. }
  6338. .mod-menu .nav.menu.nav-pills > li > a {
  6339. display: block;
  6340. }
  6341. .mod-menu .nav.menu.nav-pills > li.active > a {
  6342. background: #d25a3f;
  6343. }
  6344. time,
  6345. .item_hits,
  6346. .item_category-name address,
  6347. .item_createdby {
  6348. white-space: nowrap;
  6349. margin: 0;
  6350. }
  6351. /*=================================================================*/
  6352. /*======================= MODULE STYLES ===========================*/
  6353. /*=================================================================*/
  6354. /*== Search ==*/
  6355. .mod-search__aside .mod-search_searchword {
  6356. width: 100%;
  6357. }
  6358. /*== Login ==*/
  6359. .mod-login__aside .mod-login_username,
  6360. .mod-login__aside .mod-login_passwd {
  6361. width: 100%;
  6362. }
  6363. .mod-login_submit {
  6364. margin: 9px 0;
  6365. }
  6366. #form-login-remember label {
  6367. margin-bottom: 20px;
  6368. }
  6369. /*Finder*/
  6370. #mod-finder-searchword {
  6371. -webkit-border-radius: 0px;
  6372. -moz-border-radius: 0px;
  6373. border-radius: 0px;
  6374. margin-bottom: 4px;
  6375. border: 1px solid #ebebeb;
  6376. box-shadow: none;
  6377. }
  6378. /*======================= MODULE ITEM WIDTH =======================*/
  6379. .fluid {
  6380. margin-left: -36px;
  6381. width: auto;
  6382. }
  6383. .row-fluid {
  6384. margin-left: -36px;
  6385. width: auto;
  6386. }
  6387. .row-fluid [class*="itemSpan"],
  6388. .row-fluid [class*="span"] {
  6389. -webkit-box-sizing: border-box;
  6390. -moz-box-sizing: border-box;
  6391. box-sizing: border-box;
  6392. margin-left: 0;
  6393. display: block;
  6394. float: left;
  6395. padding-left: 36px;
  6396. min-height: 1px;
  6397. width: 100%;
  6398. }
  6399. .row-fluid .itemSpan1,
  6400. .row-fluid .span1 {
  6401. width: 8.333325%;
  6402. }
  6403. .row-fluid .itemSpan2,
  6404. .row-fluid .span2 {
  6405. width: 16.66665%;
  6406. }
  6407. .row-fluid .itemSpan3,
  6408. .row-fluid .span3 {
  6409. width: 24.999975%;
  6410. }
  6411. .row-fluid .itemSpan4,
  6412. .row-fluid .span4 {
  6413. width: 33.3333%;
  6414. }
  6415. .row-fluid .itemSpan5,
  6416. .row-fluid .span5 {
  6417. width: 41.666625%;
  6418. }
  6419. .row-fluid .itemSpan6,
  6420. .row-fluid .span6 {
  6421. width: 49.99995%;
  6422. }
  6423. .row-fluid .itemSpan7,
  6424. .row-fluid .span7 {
  6425. width: 58.333275%;
  6426. }
  6427. .row-fluid .itemSpan8,
  6428. .row-fluid .span8 {
  6429. width: 66.6666%;
  6430. }
  6431. .row-fluid .itemSpan9,
  6432. .row-fluid .span9 {
  6433. width: 74.999925%;
  6434. }
  6435. .row-fluid .itemSpan10,
  6436. .row-fluid .span10 {
  6437. width: 83.33325%;
  6438. }
  6439. .row-fluid .itemSpan11,
  6440. .row-fluid .span11 {
  6441. width: 91.66657500000001%;
  6442. }
  6443. .row-fluid .itemSpan12,
  6444. .row-fluid .span12 {
  6445. width: 100%;
  6446. }
  6447. .cols-1 [class*="span"] {
  6448. width: 99.9999%;
  6449. }
  6450. .cols-2 [class*="span"] {
  6451. width: 49.99995%;
  6452. }
  6453. .cols-3 [class*="span"] {
  6454. width: 33.3333%;
  6455. }
  6456. .cols-4 [class*="span"] {
  6457. width: 24.999975%;
  6458. }
  6459. .cols-5 [class*="span"] {
  6460. width: 19.99998%;
  6461. }
  6462. .cols-6 [class*="span"] {
  6463. width: 16.66665%;
  6464. }
  6465. /*======================= MAILTO WINDOW =======================*/
  6466. #mailto-window {
  6467. padding-top: 1em;
  6468. }
  6469. .mailto-close {
  6470. margin-bottom: 1em;
  6471. overflow: hidden;
  6472. }
  6473. .mailto-close a {
  6474. float: right;
  6475. }
  6476. /*======================= MODAL WINDOW =======================*/
  6477. div.modal.fade.loginPopup {
  6478. width: 260px;
  6479. margin: 0;
  6480. top: 0;
  6481. left: 50%;
  6482. background: #ffffff;
  6483. position: absolute;
  6484. z-index: 99000;
  6485. -webkit-transition: all 0.2s ease;
  6486. -moz-transition: all 0.2s ease;
  6487. -o-transition: all 0.2s ease;
  6488. transition: all 0.2s ease;
  6489. opacity: 0;
  6490. filter: alpha(opacity=0);
  6491. }
  6492. div.modal.fade.loginPopup.in {
  6493. opacity: 1;
  6494. filter: alpha(opacity=100);
  6495. }
  6496. div.modal.fade.loginPopup .modal-body {
  6497. overflow: visible;
  6498. }
  6499. div.modal.fade {
  6500. top: -200%;
  6501. }
  6502. .modalClose {
  6503. margin: 14px;
  6504. }
  6505. .login-greeting {
  6506. margin: 0 0 9px 0;
  6507. }
  6508. .input-modal {
  6509. width: 146px;
  6510. }
  6511. div.modal.fade {
  6512. z-index: 0;
  6513. }
  6514. div.modal.fade.in {
  6515. z-index: 1100;
  6516. }
  6517. /*=================================================================*/
  6518. /*======================= COMPONENT STYLES ========================*/
  6519. /*=================================================================*/
  6520. /*Forms*/
  6521. input,
  6522. textarea {
  6523. width: 220px;
  6524. }
  6525. textarea {
  6526. resize: none;
  6527. }
  6528. select,
  6529. textarea,
  6530. input[type="text"],
  6531. input[type="password"],
  6532. input[type="datetime"],
  6533. input[type="datetime-local"],
  6534. input[type="date"],
  6535. input[type="month"],
  6536. input[type="time"],
  6537. input[type="week"],
  6538. input[type="number"],
  6539. input[type="email"],
  6540. input[type="url"],
  6541. input[type="search"],
  6542. input[type="tel"],
  6543. input[type="color"],
  6544. .uneditable-input {
  6545. -webkit-box-sizing: border-box;
  6546. -moz-box-sizing: border-box;
  6547. box-sizing: border-box;
  6548. height: 34px;
  6549. color: #b6b8b9;
  6550. }
  6551. select {
  6552. background: #ffffff;
  6553. color: #000000;
  6554. display: -webkit-box;
  6555. -webkit-appearance: default-button;
  6556. padding: 0 6px;
  6557. }
  6558. #helpsite-refresh {
  6559. margin-bottom: 9px;
  6560. }
  6561. .checkbox-radio-wrap__inline {
  6562. display: inline-block;
  6563. margin-left: 6px;
  6564. vertical-align: top;
  6565. }
  6566. .checkbox-radio-wrap__inline input[type="radio"],
  6567. .checkbox-radio-wrap__inline input[type="checkbox"] {
  6568. margin: -2px 0 0 0;
  6569. }
  6570. .page-registration form label,
  6571. .page-remind form label,
  6572. .page-reset form label,
  6573. .page-login form label,
  6574. .page-login form label,
  6575. .page-profile__edit form label {
  6576. display: inline;
  6577. }
  6578. textarea.invalid {
  6579. border: 1px solid #9D261D;
  6580. }
  6581. .form-vertical label {
  6582. display: inline-block;
  6583. }
  6584. /* Placeholder color */
  6585. input::-webkit-input-placeholder {
  6586. /* WebKit browsers */
  6587. color: #b6b8b9;
  6588. opacity: 1;
  6589. }
  6590. input:-moz-placeholder {
  6591. /* Mozilla Firefox 4 to 18 */
  6592. color: #b6b8b9;
  6593. opacity: 1;
  6594. }
  6595. input::-moz-placeholder {
  6596. /* Mozilla Firefox 19+ */
  6597. color: #b6b8b9;
  6598. opacity: 1;
  6599. }
  6600. input:-ms-input-placeholder {
  6601. /* Internet Explorer 10+ */
  6602. color: #b6b8b9;
  6603. opacity: 1;
  6604. }
  6605. /* Category */
  6606. .category_desc {
  6607. font-size: 18px;
  6608. font-weight: 300;
  6609. line-height: 24px;
  6610. margin: 0 auto 43px;
  6611. max-width: 600px;
  6612. text-align: center;
  6613. }
  6614. /*======================= Search & Smart Search ========================*/
  6615. ul#finder-filter-select-dates li.filter-date {
  6616. margin-bottom: 4px;
  6617. margin-right: 4px;
  6618. }
  6619. ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  6620. margin-bottom: 9px;
  6621. }
  6622. #searchForm fieldset {
  6623. margin-bottom: 20px;
  6624. }
  6625. #searchForm fieldset label {
  6626. display: inline-block;
  6627. margin-right: 1em;
  6628. }
  6629. #searchForm .form-limit label {
  6630. float: left;
  6631. }
  6632. #searchForm .form-limit select {
  6633. float: right;
  6634. position: relative;
  6635. top: -4px;
  6636. }
  6637. #searchForm .form-limit p {
  6638. overflow: hidden;
  6639. clear: both;
  6640. }
  6641. #searchForm .phrases-box {
  6642. padding-bottom: 1em;
  6643. }
  6644. #searchForm .phrases-box label {
  6645. min-width: 90px;
  6646. }
  6647. dl.search-results {
  6648. margin-bottom: 30px;
  6649. }
  6650. dl.search-results dt {
  6651. margin-top: 20px;
  6652. }
  6653. .navbar-form .btn,
  6654. .navbar-form .btn-group {
  6655. margin-top: 5px;
  6656. }
  6657. /*======================= Gallery Page ========================*/
  6658. .page-gallery a.zoom,
  6659. .page-item__gallery a.zoom {
  6660. position: relative;
  6661. display: block;
  6662. overflow: hidden;
  6663. z-index: 1;
  6664. }
  6665. .page-gallery a.zoom span.zoom-bg,
  6666. .page-item__gallery a.zoom span.zoom-bg {
  6667. position: absolute;
  6668. top: 0;
  6669. left: 0;
  6670. width: 100%;
  6671. height: 100%;
  6672. display: block;
  6673. background: #000;
  6674. opacity: 0;
  6675. filter: alpha(opacity=0);
  6676. z-index: 3;
  6677. -webkit-transition: all 0.5s;
  6678. -moz-transition: all 0.5s;
  6679. -o-transition: all 0.5s;
  6680. transition: all 0.5s;
  6681. }
  6682. .page-gallery a.zoom span.zoom-icon,
  6683. .page-item__gallery a.zoom span.zoom-icon {
  6684. background: url(../images/zoom.png) left top no-repeat;
  6685. display: block;
  6686. width: 36px;
  6687. height: 36px;
  6688. position: absolute;
  6689. top: -50%;
  6690. left: 50%;
  6691. margin: -18px 0 0 -18px;
  6692. z-index: 4;
  6693. -webkit-transition: all 0.5s;
  6694. -moz-transition: all 0.5s;
  6695. -o-transition: all 0.5s;
  6696. transition: all 0.5s;
  6697. }
  6698. .page-gallery a.zoom:hover span.zoom-bg,
  6699. .page-item__gallery a.zoom:hover span.zoom-bg {
  6700. opacity: 0.5;
  6701. filter: alpha(opacity=50);
  6702. }
  6703. .page-gallery a.zoom:hover span.zoom-icon,
  6704. .page-item__gallery a.zoom:hover span.zoom-icon {
  6705. top: 50%;
  6706. }
  6707. .page-gallery a.zoom img,
  6708. .page-item__gallery a.zoom img {
  6709. -webkit-transition: all 0.4s;
  6710. -moz-transition: all 0.4s;
  6711. -o-transition: all 0.4s;
  6712. transition: all 0.4s;
  6713. z-index: 2;
  6714. }
  6715. .page-gallery a.zoom.active img,
  6716. .page-item__gallery a.zoom.active img {
  6717. z-index: 2;
  6718. }
  6719. .page-gallery .item_icons,
  6720. .page-item__gallery .item_icons {
  6721. margin-bottom: 9px;
  6722. }
  6723. .img-full__left.span5 {
  6724. padding-left: 0;
  6725. }
  6726. .view-article #prevArrow,
  6727. .view-article #nextArrow {
  6728. display: none;
  6729. }
  6730. .gallery-grid {
  6731. margin-bottom: 24px;
  6732. }
  6733. .gallery-grid .view {
  6734. position: relative;
  6735. overflow: hidden;
  6736. }
  6737. .gallery-grid .view .mask,
  6738. .gallery-grid .view .content {
  6739. width: 100%;
  6740. height: 100%;
  6741. position: absolute;
  6742. overflow: hidden;
  6743. top: 0;
  6744. left: 0;
  6745. z-index: 2;
  6746. }
  6747. .gallery-grid .view .mask .mask_wrap,
  6748. .gallery-grid .view .content .mask_wrap {
  6749. text-align: center;
  6750. width: 100%;
  6751. height: 100%;
  6752. font-size: 0;
  6753. line-height: 0;
  6754. }
  6755. .gallery-grid .view .mask .mask_wrap:before,
  6756. .gallery-grid .view .content .mask_wrap:before {
  6757. content: '';
  6758. display: inline-block;
  6759. height: 100%;
  6760. vertical-align: middle;
  6761. }
  6762. .gallery-grid .view .mask .mask_wrap .mask_cont,
  6763. .gallery-grid .view .content .mask_wrap .mask_cont {
  6764. display: inline-block;
  6765. vertical-align: middle;
  6766. padding: 0 5%;
  6767. font-size: 14px;
  6768. line-height: 24px;
  6769. }
  6770. .gallery-grid .view .item_img {
  6771. margin: 0;
  6772. }
  6773. .gallery-grid .view img {
  6774. display: block;
  6775. z-index: 1;
  6776. }
  6777. .gallery-grid .view h2,
  6778. .gallery-grid .view p {
  6779. position: relative;
  6780. }
  6781. .gallery-grid .view .item_more a {
  6782. display: inline-block;
  6783. font-size: 1.5em;
  6784. font-weight: normal;
  6785. padding: 2%;
  6786. }
  6787. /* Start: Recommended Isotope styles */
  6788. /**** Isotope Filtering ****/
  6789. .isotope-item {
  6790. z-index: 2;
  6791. }
  6792. .isotope-hidden.isotope-item {
  6793. pointer-events: none;
  6794. z-index: 1;
  6795. }
  6796. /**** Isotope CSS3 transitions ****/
  6797. .isotope,
  6798. .isotope .isotope-item {
  6799. -webkit-transition-duration: 0.8s;
  6800. -moz-transition-duration: 0.8s;
  6801. -ms-transition-duration: 0.8s;
  6802. -o-transition-duration: 0.8s;
  6803. transition-duration: 0.8s;
  6804. }
  6805. .isotope {
  6806. -webkit-transition-property: height, width;
  6807. -moz-transition-property: height, width;
  6808. -ms-transition-property: height, width;
  6809. -o-transition-property: height, width;
  6810. transition-property: height, width;
  6811. }
  6812. .isotope .isotope-item {
  6813. -webkit-transition-property: -webkit-transform, opacity;
  6814. -moz-transition-property: -moz-transform, opacity;
  6815. -ms-transition-property: -ms-transform, opacity;
  6816. -o-transition-property: top, left, opacity;
  6817. transition-property: transform, opacity;
  6818. }
  6819. /**** disabling Isotope CSS3 transitions ****/
  6820. .isotope.no-transition,
  6821. .isotope.no-transition .isotope-item,
  6822. .isotope .isotope-item.no-transition {
  6823. -webkit-transition-duration: 0s;
  6824. -moz-transition-duration: 0s;
  6825. -ms-transition-duration: 0s;
  6826. -o-transition-duration: 0s;
  6827. transition-duration: 0s;
  6828. }
  6829. /* End: Recommended Isotope styles */
  6830. .filters b,
  6831. .sorting b,
  6832. .layout-mode b {
  6833. display: block;
  6834. margin: 0 0 15px;
  6835. }
  6836. .layout-mode {
  6837. float: right;
  6838. }
  6839. ul#filters {
  6840. margin: 0 0 15px;
  6841. }
  6842. ul#filters li {
  6843. display: inline-block;
  6844. vertical-align: top;
  6845. margin-right: 1px;
  6846. margin-bottom: 1px;
  6847. }
  6848. ul#filters li a {
  6849. cursor: pointer;
  6850. padding: 6px 12px;
  6851. }
  6852. ul#sort {
  6853. margin: 0 0 15px;
  6854. }
  6855. ul#sort li {
  6856. display: inline-block;
  6857. vertical-align: top;
  6858. margin-right: 1px;
  6859. margin-bottom: 1px;
  6860. }
  6861. ul#sort li a {
  6862. cursor: pointer;
  6863. padding: 6px 12px;
  6864. }
  6865. ul#grid-list {
  6866. margin: 0 0 15px;
  6867. }
  6868. ul#grid-list li {
  6869. display: inline-block;
  6870. margin-right: 1px;
  6871. margin-bottom: 1px;
  6872. }
  6873. ul#grid-list li a {
  6874. cursor: pointer;
  6875. padding: 6px 12px;
  6876. }
  6877. .gallery-grid .item_img {
  6878. margin-right: 0;
  6879. }
  6880. .page-gallery_img {
  6881. margin-left: 0;
  6882. }
  6883. .category_children .category_child {
  6884. margin-bottom: 20px;
  6885. }
  6886. /*======================= Archives Page ========================*/
  6887. .page-archive_filters .filter-search {
  6888. padding-bottom: 21px;
  6889. overflow: hidden;
  6890. }
  6891. .page-archive_filters select {
  6892. margin-bottom: 8px;
  6893. display: inline-block;
  6894. }
  6895. .page-archive_filters button {
  6896. display: inline-block;
  6897. margin-bottom: 8px;
  6898. }
  6899. /*======================= Contacts Page ========================*/
  6900. #jform_contact_message {
  6901. resize: none;
  6902. width: 100%;
  6903. height: 149px;
  6904. }
  6905. #contact-form label {
  6906. display: inline-block;
  6907. margin-bottom: 5px;
  6908. }
  6909. .phone-num {
  6910. display: inline-block;
  6911. }
  6912. #jform_contact_name,
  6913. #jform_contact_email,
  6914. #jform_contact_emailmsg {
  6915. width: 100%;
  6916. }
  6917. .contact_email-copy,
  6918. .contact_vcard {
  6919. margin: 0 17px 0 0;
  6920. height: 34px;
  6921. line-height: 34px;
  6922. display: inline-block;
  6923. }
  6924. .contact_vcard {
  6925. margin: 0;
  6926. }
  6927. .contact_details .icons-marker {
  6928. display: block;
  6929. width: 16px;
  6930. margin-right: 12px;
  6931. float: left;
  6932. }
  6933. .contact_address {
  6934. overflow: hidden;
  6935. }
  6936. #contact_map {
  6937. margin-bottom: 24px;
  6938. }
  6939. #contact_map .map {
  6940. border: 1px solid #d9d9d9;
  6941. -webkit-box-sizing: border-box;
  6942. -moz-box-sizing: border-box;
  6943. box-sizing: border-box;
  6944. }
  6945. #contact_map .map.mfp-hide {
  6946. display: block !important;
  6947. }
  6948. .map img {
  6949. max-width: none !important;
  6950. }
  6951. .mfp-content .map {
  6952. max-width: 1116px;
  6953. }
  6954. .map-popup .mfp-inline-holder,
  6955. .map-popup .mfp-content {
  6956. cursor: zoom-out !important;
  6957. }
  6958. .contact_details_item {
  6959. margin-bottom: 20px;
  6960. }
  6961. /*======================= ADDTHIS STYLES =======================*/
  6962. .page-item_addThis {
  6963. padding-top: 12px;
  6964. }
  6965. /*======================= CAPTION FIXES =======================*/
  6966. .img_caption {
  6967. text-align: center!important;
  6968. }
  6969. .img_caption.left {
  6970. float: left;
  6971. margin-right: 1em;
  6972. }
  6973. .img_caption.left p {
  6974. clear: left;
  6975. text-align: center;
  6976. }
  6977. .img_caption.right {
  6978. float: right;
  6979. margin-left: 1em;
  6980. }
  6981. .img_caption.right p {
  6982. clear: right;
  6983. text-align: center;
  6984. }
  6985. .img_caption.none {
  6986. margin-left: auto;
  6987. margin-right: auto;
  6988. }
  6989. /*======================= 404 PAGE =======================*/
  6990. .errorBox {
  6991. background: none;
  6992. text-align: left;
  6993. }
  6994. #error .well {
  6995. margin-bottom: 0;
  6996. }
  6997. /*======================= DOCUMENTATION =======================*/
  6998. #mod_table .module {
  6999. -webkit-box-sizing: border-box;
  7000. -moz-box-sizing: border-box;
  7001. box-sizing: border-box;
  7002. padding: 10px;
  7003. }
  7004. #mod_table .module:nth-child(even) {
  7005. background: #eeeeee;
  7006. }
  7007. #mod_table ul li {
  7008. list-style: none;
  7009. }
  7010. /*======================= SCROLL TO TOP =======================*/
  7011. #back-top {
  7012. position: fixed;
  7013. bottom: 90px;
  7014. right: 20px;
  7015. z-index: 99;
  7016. }
  7017. #back-top a {
  7018. width: 24px;
  7019. display: block;
  7020. text-align: center;
  7021. font-size: 14px;
  7022. line-height: 24px;
  7023. font-family: 'Open Sans', sans-serif;
  7024. text-transform: none;
  7025. text-decoration: none;
  7026. color: #6d747a;
  7027. /* transition */
  7028. }
  7029. #back-top a:hover {
  7030. color: #3b4347;
  7031. }
  7032. #back-top a:hover span {
  7033. background-position: 0 0;
  7034. }
  7035. #back-top span {
  7036. width: 24px;
  7037. height: 24px;
  7038. display: block;
  7039. margin-bottom: 7px;
  7040. background: url(../images/up-arrow.png) no-repeat right top;
  7041. opacity: 1;
  7042. filter: alpha(opacity=100);
  7043. /* transition */
  7044. }
  7045. #to-desktop {
  7046. display: none;
  7047. }
  7048. #to-desktop a span.to_mobile {
  7049. display: none;
  7050. }
  7051. .dropdown-toggle .fa-cog {
  7052. margin-right: 4px;
  7053. }
  7054. label[for=mod-login_remember] {
  7055. display: inline-block;
  7056. }
  7057. .btn-group {
  7058. max-width: 100%;
  7059. white-space: normal;
  7060. }
  7061. .form-horizontal .remember .control-label {
  7062. padding-top: 0;
  7063. }
  7064. /*======================= TYPOGRAPHY =======================*/
  7065. h1,
  7066. h2,
  7067. h3,
  7068. h4,
  7069. h5,
  7070. h6 {
  7071. margin-top: 0;
  7072. }
  7073. h1 a,
  7074. h2 a,
  7075. h3 a,
  7076. h4 a,
  7077. h5 a,
  7078. h6 a {
  7079. color: #d25a3f;
  7080. }
  7081. h1 a:hover,
  7082. h2 a:hover,
  7083. h3 a:hover,
  7084. h4 a:hover,
  7085. h5 a:hover,
  7086. h6 a:hover {
  7087. color: #3b4347;
  7088. }
  7089. h3 {
  7090. color: #3b4347;
  7091. font-size: 57px;
  7092. font-weight: normal;
  7093. line-height: 92px;
  7094. letter-spacing: -1px;
  7095. margin-bottom: 6px;
  7096. position: relative;
  7097. text-align: center;
  7098. }
  7099. h3:after {
  7100. content: "";
  7101. border-bottom: 3px solid #d25a3f;
  7102. position: absolute;
  7103. bottom: 0;
  7104. left: 50%;
  7105. margin-left: -78px;
  7106. width: 156px;
  7107. }
  7108. h4 {
  7109. color: #3b4347;
  7110. font-size: 20px;
  7111. font-weight: 600;
  7112. line-height: 24px;
  7113. margin-bottom: 17px;
  7114. }
  7115. h4.title {
  7116. font-size: 24px;
  7117. font-weight: bold;
  7118. line-height: 29px;
  7119. }
  7120. h5 {
  7121. text-transform: uppercase;
  7122. }
  7123. h6 {
  7124. color: #a5b6b8 !important;
  7125. font-size: 16px;
  7126. font-weight: normal;
  7127. line-height: 24px;
  7128. margin-bottom: 0;
  7129. }
  7130. h6.title {
  7131. border-top: 1px solid #d25a3f;
  7132. color: #d25a3f !important;
  7133. letter-spacing: 1px;
  7134. margin-top: 28px;
  7135. padding: 26px 0 16px;
  7136. text-transform: uppercase;
  7137. }
  7138. .modal-header .close {
  7139. position: relative;
  7140. z-index: 99;
  7141. }
  7142. .moduleTitle.title {
  7143. font-size: 24px !important;
  7144. font-weight: normal;
  7145. line-height: 31px !important;
  7146. letter-spacing: 2px;
  7147. margin-bottom: 47px !important;
  7148. text-transform: uppercase;
  7149. text-align: left;
  7150. }
  7151. .moduleTitle.title:after {
  7152. display: none;
  7153. }
  7154. .overflow {
  7155. overflow: hidden;
  7156. }
  7157. .overflow .item {
  7158. margin-bottom: 0;
  7159. }
  7160. .alert-heading {
  7161. color: inherit;
  7162. }
  7163. p {
  7164. margin: 0;
  7165. padding-bottom: 24px;
  7166. }
  7167. .icons-marker {
  7168. font-size: 16.8px;
  7169. line-height: 24px;
  7170. }
  7171. /*Buttons*/
  7172. .btn {
  7173. padding: 4px 14px;
  7174. font-size: 14px;
  7175. line-height: 24px;
  7176. background: #ffffff;
  7177. color: #6d747a;
  7178. text-shadow: none;
  7179. border: 1px solid #e6e6e6;
  7180. border-bottom-color: #e6e6e6;
  7181. -webkit-border-radius: 0px;
  7182. -moz-border-radius: 0px;
  7183. border-radius: 0px;
  7184. -webkit-box-shadow: none;
  7185. -moz-box-shadow: none;
  7186. box-shadow: none;
  7187. -webkit-transition: all 0.2s linear;
  7188. -moz-transition: all 0.2s linear;
  7189. -o-transition: all 0.2s linear;
  7190. transition: all 0.2s linear;
  7191. }
  7192. .btn:hover {
  7193. text-decoration: none;
  7194. background: #e6e6e6;
  7195. color: #000000;
  7196. -webkit-transition: all 0.2s linear;
  7197. -moz-transition: all 0.2s linear;
  7198. -o-transition: all 0.2s linear;
  7199. transition: all 0.2s linear;
  7200. }
  7201. .btn.disabled {
  7202. cursor: default !important;
  7203. }
  7204. .btn-primary,
  7205. .btn-small {
  7206. background: #d25a3f;
  7207. color: #ffffff;
  7208. text-shadow: none;
  7209. border: none;
  7210. outline: none !important;
  7211. }
  7212. .btn-primary:hover,
  7213. .btn-small:hover {
  7214. background: #d28b3f;
  7215. color: #ffffff;
  7216. }
  7217. .btn-primary.submitButton,
  7218. .btn-small.submitButton {
  7219. float: right;
  7220. }
  7221. .btn-primary.disabled,
  7222. .btn-small.disabled {
  7223. background: #d28b3f;
  7224. color: #ffffff;
  7225. opacity: 1;
  7226. filter: alpha(opacity=100);
  7227. }
  7228. .btn-primary:focus,
  7229. .btn-small:focus,
  7230. .btn-primary:active,
  7231. .btn-small:active {
  7232. background: #d25a3f;
  7233. color: #ffffff;
  7234. text-shadow: none;
  7235. }
  7236. .btn-primary:focus:hover,
  7237. .btn-small:focus:hover,
  7238. .btn-primary:active:hover,
  7239. .btn-small:active:hover {
  7240. background: #d28b3f;
  7241. color: #ffffff;
  7242. }
  7243. .btn-info {
  7244. background: #ffffff;
  7245. color: #5b5b5b;
  7246. text-shadow: none;
  7247. border: 1px solid #b5b5b5;
  7248. -webkit-border-radius: 6px;
  7249. -moz-border-radius: 6px;
  7250. border-radius: 6px;
  7251. padding: 9px 38px;
  7252. text-transform: uppercase;
  7253. }
  7254. .btn-info:hover,
  7255. .btn-info:focus,
  7256. .btn-info:active {
  7257. background: #d25a3f;
  7258. color: #ffffff;
  7259. text-shadow: none;
  7260. outline: none;
  7261. }
  7262. #searchForm .btn.btn-primary {
  7263. height: 34px;
  7264. line-height: 34px;
  7265. padding: 0 12px;
  7266. }
  7267. /*Pagination*/
  7268. .pagination {
  7269. height: auto;
  7270. margin: 0;
  7271. padding: 0 0 50px;
  7272. }
  7273. .pagination ul {
  7274. -webkit-border-radius: 0;
  7275. -moz-border-radius: 0;
  7276. border-radius: 0;
  7277. border: none;
  7278. box-shadow: none;
  7279. margin: 0 auto;
  7280. width: 100%;
  7281. }
  7282. .pagination ul li {
  7283. display: inline-block;
  7284. margin-right: 8px;
  7285. }
  7286. .pagination ul li .pagenav,
  7287. .pagination ul li .hasTooltip {
  7288. text-transform: none;
  7289. background: #6d747a;
  7290. color: #ffffff;
  7291. text-shadow: none;
  7292. -webkit-border-radius: 0 !important;
  7293. -moz-border-radius: 0 !important;
  7294. border-radius: 0 !important;
  7295. border: none;
  7296. box-shadow: none;
  7297. }
  7298. .pagination ul li span.pagenav,
  7299. .pagination ul li .span.hasTooltip {
  7300. background: #d25a3f;
  7301. color: #ffffff;
  7302. text-shadow: none;
  7303. }
  7304. .pagination ul li a.pagenav,
  7305. .pagination ul li a.hasTooltip {
  7306. background: #6d747a;
  7307. color: #ffffff;
  7308. text-shadow: none;
  7309. }
  7310. .pagination ul li a.pagenav:hover,
  7311. .pagination ul li a.hasTooltip:hover {
  7312. background: #d25a3f;
  7313. color: #ffffff;
  7314. text-shadow: none;
  7315. }
  7316. .pagination ul li.num span.pagenav,
  7317. .pagination ul li.num span.hasTooltip {
  7318. background: #d25a3f;
  7319. color: #ffffff;
  7320. text-shadow: none;
  7321. }
  7322. /*Forms*/
  7323. input[type='radio'],
  7324. input[type='checkbox'] {
  7325. margin: -2px 0 0;
  7326. }
  7327. /* Images */
  7328. .item_img,
  7329. .category_img {
  7330. margin: 0 0 24px;
  7331. position: relative;
  7332. }
  7333. .lazy_container {
  7334. display: inline-block;
  7335. max-width: 100%;
  7336. position: relative;
  7337. background: url(../images/camera-loader.gif) 50% 50% no-repeat;
  7338. }
  7339. .lazy_container .lazy_preloader {
  7340. height: 0;
  7341. display: inline-block;
  7342. width: 100%;
  7343. }
  7344. .lazy_container img {
  7345. position: absolute;
  7346. left: 0;
  7347. top: 0;
  7348. width: 100%;
  7349. height: 100%;
  7350. }
  7351. .item_img {
  7352. font-size: 0;
  7353. line-height: 0;
  7354. }
  7355. .item_img a {
  7356. position: relative;
  7357. display: inline-block;
  7358. max-width: 100%;
  7359. }
  7360. .item_img a:after {
  7361. content: '\f14d';
  7362. font-family: FontAwesome;
  7363. position: absolute;
  7364. opacity: 0;
  7365. filter: alpha(opacity=0);
  7366. left: 0;
  7367. width: 100%;
  7368. height: 0;
  7369. text-align: center;
  7370. top: 50%;
  7371. -webkit-transition: all 0.5s ease;
  7372. -moz-transition: all 0.5s ease;
  7373. -o-transition: all 0.5s ease;
  7374. transition: all 0.5s ease;
  7375. z-index: 3;
  7376. }
  7377. .item_img a.touchGalleryLink:after {
  7378. display: none;
  7379. }
  7380. .item_img a:hover:after {
  7381. font-size: 40px;
  7382. opacity: 1;
  7383. filter: alpha(opacity=100);
  7384. color: #d25a3f;
  7385. }
  7386. .item_img a .BWfade {
  7387. width: 100% !important;
  7388. height: 100% !important;
  7389. top: 0 !important;
  7390. bottom: 0 !important;
  7391. z-index: 2;
  7392. }
  7393. .item_img a img {
  7394. opacity: 0.99;
  7395. filter: alpha(opacity=99);
  7396. }
  7397. .img-intro__left,
  7398. .img-full__left {
  7399. float: left;
  7400. margin: 0 36px 14px 0;
  7401. max-width: 50%;
  7402. }
  7403. .img-intro__right,
  7404. .img-full__right {
  7405. float: right;
  7406. margin: 0 0 14px 36px;
  7407. max-width: 50%;
  7408. }
  7409. .well {
  7410. min-height: 20px;
  7411. padding: 19px;
  7412. margin-bottom: 20px;
  7413. background-color: #f5f5f5;
  7414. border: 1px solid #e3e3e3;
  7415. -webkit-border-radius: 4px;
  7416. -moz-border-radius: 4px;
  7417. border-radius: 4px;
  7418. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  7419. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  7420. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  7421. }
  7422. #system-message > div {
  7423. margin: 20px 0;
  7424. }
  7425. /*======================= TOP =======================*/
  7426. #top-row {
  7427. background: #343b3f;
  7428. color: #757c7f;
  7429. text-shadow: none;
  7430. }
  7431. #top-row a {
  7432. color: #757c7f;
  7433. }
  7434. #top-row a:hover {
  7435. color: white;
  7436. }
  7437. .nav-pills {
  7438. margin: 3px 0 4px;
  7439. }
  7440. .nav-pills > li {
  7441. font-size: 10px;
  7442. line-height: 14px;
  7443. letter-spacing: 1px;
  7444. margin-right: 8px;
  7445. text-transform: uppercase;
  7446. }
  7447. .nav-pills > li.lastItem {
  7448. margin-right: 0;
  7449. }
  7450. .nav-pills > li > a {
  7451. margin: 0px;
  7452. padding: 0px;
  7453. line-height: 14px;
  7454. }
  7455. /*======================= HEADER =======================*/
  7456. #header-row {
  7457. background: #3b4347;
  7458. color: #ffffff;
  7459. text-shadow: none;
  7460. padding-top: 20px;
  7461. }
  7462. #logo {
  7463. float: left;
  7464. margin-right: 24px;
  7465. margin-bottom: 32px;
  7466. }
  7467. #logo h1 {
  7468. font-size: 0;
  7469. line-height: 0;
  7470. height: 0;
  7471. width: 0;
  7472. border: none;
  7473. padding: 0;
  7474. margin: 0;
  7475. overflow: hidden;
  7476. text-indent: -9999px;
  7477. }
  7478. /*===== Social Media ======*/
  7479. .social {
  7480. margin: 16px 1px 24px 32px;
  7481. }
  7482. .social li {
  7483. display: inline-block;
  7484. list-style: none;
  7485. margin: 0 5px 0 0;
  7486. }
  7487. .social li.lastItem {
  7488. margin-right: 0;
  7489. }
  7490. .social li a {
  7491. background: #62686b;
  7492. color: #343b3f;
  7493. text-shadow: none;
  7494. display: inline-block;
  7495. width: 35px;
  7496. height: 35px;
  7497. -webkit-transition: all 0.5s ease;
  7498. -moz-transition: all 0.5s ease;
  7499. -o-transition: all 0.5s ease;
  7500. transition: all 0.5s ease;
  7501. font-size: 0px;
  7502. line-height: 0px;
  7503. overflow: hidden;
  7504. text-align: center;
  7505. -webkit-border-radius: 1000px;
  7506. -moz-border-radius: 1000px;
  7507. border-radius: 1000px;
  7508. }
  7509. .social li a.fa {
  7510. position: relative;
  7511. }
  7512. .social li a.fa:before {
  7513. font: 20px/35px FontAwesome;
  7514. position: absolute;
  7515. left: 0;
  7516. top: 0;
  7517. width: 35px;
  7518. text-align: center;
  7519. }
  7520. .social li a:hover {
  7521. background: #ffffff;
  7522. color: #343b3f;
  7523. text-shadow: none;
  7524. }
  7525. /*======================= NAVIGATION =======================*/
  7526. #navigation-row {
  7527. border-top: 1px solid #9da1a3;
  7528. background: #3b4347;
  7529. color: #ffffff;
  7530. text-shadow: none;
  7531. width: 100%;
  7532. }
  7533. .navigation ul.sf-menu {
  7534. display: table;
  7535. table-layout: fixed;
  7536. position: relative;
  7537. width: 100%;
  7538. /*SubMenu Styles*/
  7539. }
  7540. .navigation ul.sf-menu:after {
  7541. display: none;
  7542. }
  7543. .navigation ul.sf-menu > li {
  7544. border-right: 1px solid #3b4347;
  7545. display: table-cell;
  7546. float: none;
  7547. padding: 0;
  7548. margin: 0;
  7549. }
  7550. .navigation ul.sf-menu > li.active > a,
  7551. .navigation ul.sf-menu > li.sfHover > a,
  7552. .navigation ul.sf-menu > li.current > a,
  7553. .navigation ul.sf-menu > li.active > span,
  7554. .navigation ul.sf-menu > li.sfHover > span,
  7555. .navigation ul.sf-menu > li.current > span {
  7556. background: #d25a3f;
  7557. color: #3b4347;
  7558. }
  7559. .navigation ul.sf-menu > li.lastItem {
  7560. border-right: none;
  7561. }
  7562. .navigation ul.sf-menu > li > a,
  7563. .navigation ul.sf-menu > li > span {
  7564. font-size: 16px;
  7565. line-height: 48px;
  7566. font-family: 'Open Sans', sans-serif;
  7567. color: #ffffff;
  7568. background: #4a5255;
  7569. font-weight: bold;
  7570. display: block;
  7571. padding: 15px 12px 14px;
  7572. text-transform: uppercase;
  7573. text-align: center;
  7574. -webkit-transition: all 0.5s ease;
  7575. -moz-transition: all 0.5s ease;
  7576. -o-transition: all 0.5s ease;
  7577. transition: all 0.5s ease;
  7578. }
  7579. .navigation ul.sf-menu > li > a:hover,
  7580. .navigation ul.sf-menu > li > span:hover {
  7581. background: #d25a3f;
  7582. color: #3b4347;
  7583. }
  7584. .navigation ul.sf-menu > li > a:hover > span,
  7585. .navigation ul.sf-menu > li > span:hover > span {
  7586. background-position: center bottom !important;
  7587. }
  7588. .navigation ul.sf-menu > li > ul {
  7589. top: 77px;
  7590. /*Define 1st SubMenu position*/
  7591. background: #4a5255;
  7592. }
  7593. .navigation ul.sf-menu > li > ul > li > a,
  7594. .navigation ul.sf-menu > li > ul > li > span {
  7595. color: #ffffff;
  7596. }
  7597. .navigation ul.sf-menu > li > ul > li > a:hover,
  7598. .navigation ul.sf-menu > li > ul > li > span:hover {
  7599. color: #d25a3f;
  7600. }
  7601. .navigation ul.sf-menu > li > ul > li.active > a,
  7602. .navigation ul.sf-menu > li > ul > li.sfHover > a,
  7603. .navigation ul.sf-menu > li > ul > li.active > span,
  7604. .navigation ul.sf-menu > li > ul > li.sfHover > span {
  7605. color: #d25a3f;
  7606. }
  7607. .navigation ul.sf-menu ul {
  7608. width: 185px;
  7609. /*Define menu width*/
  7610. }
  7611. .navigation ul.sf-menu li li ul {
  7612. /*Define SubMenu position*/
  7613. top: -12px;
  7614. left: 186px;
  7615. }
  7616. .navigation ul.sf-menu li li li ul {
  7617. /*Define 2nd+ SubMenu position*/
  7618. top: -12px;
  7619. left: 186px;
  7620. }
  7621. .navigation ul.sf-menu ul {
  7622. background: #ffffff;
  7623. padding: 12px 0;
  7624. }
  7625. .navigation ul.sf-menu ul li.open > .sub-menu {
  7626. display: block !important;
  7627. }
  7628. .navigation ul.sf-menu ul li a,
  7629. .navigation ul.sf-menu ul li span {
  7630. font-size: 12px;
  7631. line-height: 24px;
  7632. font-family: Arial, Helvetica, sans-serif;
  7633. color: #424242;
  7634. background: none;
  7635. display: block;
  7636. padding: 6px 12px;
  7637. text-decoration: none;
  7638. text-align: center;
  7639. -webkit-transition: all 0.5s ease;
  7640. -moz-transition: all 0.5s ease;
  7641. -o-transition: all 0.5s ease;
  7642. transition: all 0.5s ease;
  7643. }
  7644. .navigation ul.sf-menu ul li a:hover,
  7645. .navigation ul.sf-menu ul li span:hover {
  7646. background: none;
  7647. color: #d25a3f;
  7648. }
  7649. .navigation ul.sf-menu ul li.active > a,
  7650. .navigation ul.sf-menu ul li.sfHover > a,
  7651. .navigation ul.sf-menu ul li.active > span,
  7652. .navigation ul.sf-menu ul li.sfHover > span {
  7653. background: none;
  7654. color: #d25a3f;
  7655. }
  7656. .navigation ul.sf-menu.sf-vertical {
  7657. width: 185px;
  7658. }
  7659. .navigation ul.sf-menu.sf-vertical li {
  7660. width: 185px;
  7661. margin-bottom: 1px;
  7662. }
  7663. .navigation ul.sf-menu.sf-vertical li:hover > ul,
  7664. .navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  7665. /*Define 1st SubMenu position*/
  7666. top: -13px;
  7667. }
  7668. .navigation ul.sf-menu.sf-vertical ul {
  7669. left: 187px;
  7670. }
  7671. .navigation ul.sf-menu.sf-vertical ul li a,
  7672. .navigation ul.sf-menu.sf-vertical ul li span {
  7673. padding: 9px 12px;
  7674. }
  7675. .navigation ul.sf-menu.sf-navbar {
  7676. height: 48px;
  7677. padding-bottom: 48px;
  7678. margin-bottom: 2px;
  7679. }
  7680. .navigation ul.sf-menu.sf-navbar li:hover > ul,
  7681. .navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  7682. /*Define 1st SubMenu position*/
  7683. top: 50px;
  7684. left: 0;
  7685. }
  7686. .navigation ul.sf-menu.sf-navbar li ul {
  7687. width: auto;
  7688. padding: 2px 0;
  7689. }
  7690. .navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  7691. width: 185px;
  7692. top: 48px;
  7693. }
  7694. .navigation .select-menu {
  7695. margin: 24px 0 !important;
  7696. }
  7697. .search-block {
  7698. text-align: right;
  7699. }
  7700. .search-block input {
  7701. max-width: 100%;
  7702. }
  7703. .search-block {
  7704. text-align: right;
  7705. padding: 0;
  7706. }
  7707. .search-block .mod-search__search-block {
  7708. display: block;
  7709. padding-top: 13px;
  7710. margin-bottom: 24px;
  7711. }
  7712. .search-block .mod-search__search-block form {
  7713. display: block;
  7714. position: relative;
  7715. -webkit-border-radius: 3px;
  7716. -moz-border-radius: 3px;
  7717. border-radius: 3px;
  7718. width: 100%;
  7719. max-width: 316px;
  7720. min-width: 316px;
  7721. }
  7722. .search-block .mod-search__search-block form #searchword {
  7723. -webkit-border-radius: 3px;
  7724. -moz-border-radius: 3px;
  7725. border-radius: 3px;
  7726. background: #62686b;
  7727. color: #b6b8b9;
  7728. text-shadow: none;
  7729. font-size: 16px;
  7730. border: none;
  7731. height: 40px;
  7732. margin: 0;
  7733. padding: 8px 50px 8px 21px;
  7734. width: 100%;
  7735. line-height: 40px;
  7736. }
  7737. .search-block .mod-search__search-block form input[type="image"] {
  7738. position: absolute;
  7739. top: 0px;
  7740. right: 9px;
  7741. margin: 0;
  7742. padding: 10px;
  7743. -webkit-transition: all 0.2s linear;
  7744. -moz-transition: all 0.2s linear;
  7745. -o-transition: all 0.2s linear;
  7746. transition: all 0.2s linear;
  7747. }
  7748. .search-block .mod-search__search-block form input[type="image"]:hover {
  7749. opacity: 0.5;
  7750. filter: alpha(opacity=50);
  7751. }
  7752. .masonry .item {
  7753. margin-left: 0 !important;
  7754. }
  7755. /*======================= SHOWCASE =======================*/
  7756. .map_wrapper .map {
  7757. height: 485px !important;
  7758. }
  7759. .mod-article-single {
  7760. margin-bottom: 48px;
  7761. }
  7762. .mod-article-single .pretext {
  7763. font-size: 18px;
  7764. font-weight: 300;
  7765. line-height: 24px;
  7766. margin: 0 auto 33px;
  7767. max-width: 710px;
  7768. text-align: center;
  7769. }
  7770. .mod-article-single .item__module {
  7771. overflow: hidden;
  7772. }
  7773. .mod-article-single.custom {
  7774. max-width: 444px;
  7775. }
  7776. .mod-article-single.map {
  7777. margin-bottom: 0;
  7778. }
  7779. .mod-article-single img {
  7780. -webkit-border-radius: 4px;
  7781. -moz-border-radius: 4px;
  7782. border-radius: 4px;
  7783. }
  7784. .mod-newsflash-adv .pretext {
  7785. font-size: 18px;
  7786. font-weight: 300;
  7787. line-height: 24px;
  7788. margin: 0 auto 33px;
  7789. max-width: 710px;
  7790. text-align: center;
  7791. }
  7792. .mod-newsflash-adv ul#filters {
  7793. margin: 0 0 40px;
  7794. text-align: center;
  7795. }
  7796. .mod-newsflash-adv ul#filters li {
  7797. margin-right: 0;
  7798. text-transform: uppercase;
  7799. }
  7800. .mod-newsflash-adv ul#filters li a {
  7801. background: #f0f0f0;
  7802. -webkit-border-radius: 6px;
  7803. -moz-border-radius: 6px;
  7804. border-radius: 6px;
  7805. border: 1px solid #d25a3f;
  7806. display: inline-block;
  7807. font-size: 16px;
  7808. padding: 2px;
  7809. -webkit-transition: all 0.2s linear;
  7810. -moz-transition: all 0.2s linear;
  7811. -o-transition: all 0.2s linear;
  7812. transition: all 0.2s linear;
  7813. }
  7814. .mod-newsflash-adv ul#filters li a span {
  7815. -webkit-border-radius: 3px;
  7816. -moz-border-radius: 3px;
  7817. border-radius: 3px;
  7818. display: block;
  7819. background: #f0f0f0;
  7820. color: #d25a3f;
  7821. text-shadow: none;
  7822. padding: 8px 20px;
  7823. -webkit-transition: all 0.2s linear;
  7824. -moz-transition: all 0.2s linear;
  7825. -o-transition: all 0.2s linear;
  7826. transition: all 0.2s linear;
  7827. }
  7828. .mod-newsflash-adv ul#filters li a.active span,
  7829. .mod-newsflash-adv ul#filters li a:hover span {
  7830. background: #d25a3f;
  7831. color: #f0f0f0;
  7832. text-shadow: none;
  7833. }
  7834. .mod-newsflash-adv.droplist {
  7835. margin: 0 auto;
  7836. max-width: 1116px;
  7837. }
  7838. .mod-newsflash-adv.droplist .item {
  7839. padding-top: 9px;
  7840. }
  7841. .mod-newsflash-adv.droplist .item .item_content {
  7842. background: white;
  7843. -webkit-border-radius: 4px;
  7844. -moz-border-radius: 4px;
  7845. border-radius: 4px;
  7846. border: 1px solid #e2e2e2;
  7847. padding: 0px 20px 33px;
  7848. }
  7849. .mod-newsflash-adv.droplist .item .item_content .dropcap {
  7850. -webkit-border-radius: 1000px;
  7851. -moz-border-radius: 1000px;
  7852. border-radius: 1000px;
  7853. border: 1px solid #e2e2e2;
  7854. background: #ffffff;
  7855. color: #d25a3f;
  7856. text-shadow: none;
  7857. display: inline-block;
  7858. font-size: 48px;
  7859. font-weight: 600;
  7860. line-height: 96px;
  7861. margin-top: -22px;
  7862. margin-bottom: 11px;
  7863. text-align: center;
  7864. width: 96px;
  7865. }
  7866. .mod-newsflash-adv.droplist .item .item_content .item_title {
  7867. color: #d25a3f;
  7868. font-size: 18px;
  7869. margin-bottom: 5px;
  7870. text-transform: uppercase;
  7871. }
  7872. .mod-newsflash-adv.droplist .item .readmore {
  7873. border: 1px solid #d25a3f;
  7874. display: inline-block;
  7875. font-size: 16px;
  7876. padding: 0;
  7877. }
  7878. .mod-newsflash-adv.droplist .item .readmore span {
  7879. border: 2px solid #f0f0f0;
  7880. -webkit-border-radius: 6px;
  7881. -moz-border-radius: 6px;
  7882. border-radius: 6px;
  7883. display: block;
  7884. padding: 8px 22px;
  7885. }
  7886. .mod-newsflash-adv.team .item_content {
  7887. font-size: 12px;
  7888. line-height: 15px;
  7889. background: white;
  7890. -webkit-border-radius: 4px;
  7891. -moz-border-radius: 4px;
  7892. border-radius: 4px;
  7893. padding-bottom: 28px;
  7894. }
  7895. .mod-newsflash-adv.team .item_content .item_img {
  7896. border-top-left-radius: 4px;
  7897. border-top-right-radius: 4px;
  7898. margin-bottom: 21px;
  7899. }
  7900. .mod-newsflash-adv.team .item_content .item_img img {
  7901. border-top-left-radius: 4px;
  7902. border-top-right-radius: 4px;
  7903. }
  7904. .mod-newsflash-adv.team .item_content .item_title {
  7905. font-size: 18px;
  7906. margin-bottom: 5px;
  7907. text-transform: uppercase;
  7908. }
  7909. .mod-newsflash-adv.team .item_content .item_introtext {
  7910. padding: 0 24px;
  7911. }
  7912. .mod-newsflash-adv.posts {
  7913. padding-bottom: 58px;
  7914. }
  7915. .mod-newsflash-adv.posts .item {
  7916. margin-bottom: 32px;
  7917. }
  7918. .mod-newsflash-adv.posts .item .item_content {
  7919. padding-top: 9px;
  7920. }
  7921. .mod-newsflash-adv.posts .item .item_img {
  7922. background: #3b4347;
  7923. -webkit-border-radius: 1000px;
  7924. -moz-border-radius: 1000px;
  7925. border-radius: 1000px;
  7926. -webkit-transition: all 0.2s linear;
  7927. -moz-transition: all 0.2s linear;
  7928. -o-transition: all 0.2s linear;
  7929. transition: all 0.2s linear;
  7930. }
  7931. .mod-newsflash-adv.posts .item .item_img .lazy_container {
  7932. background: none;
  7933. }
  7934. .mod-newsflash-adv.posts .item .item_title {
  7935. color: #3b4347;
  7936. font-size: 24px;
  7937. font-weight: bold;
  7938. margin-bottom: 22px;
  7939. }
  7940. .mod-newsflash-adv.posts .item .item_introtext {
  7941. overflow: hidden;
  7942. }
  7943. .mod-newsflash-adv.posts .item:hover .item_img {
  7944. background: #d25a3f;
  7945. }
  7946. .mod-newsflash-adv.posts .item.even {
  7947. text-align: right;
  7948. }
  7949. .mod-newsflash-adv.posts .item.even .item_img {
  7950. float: right;
  7951. margin-left: 24px;
  7952. }
  7953. .mod-newsflash-adv.posts .item.odd .item_img {
  7954. float: left;
  7955. margin-right: 24px;
  7956. }
  7957. .mod-newsflash-adv.custom {
  7958. font-size: 12px;
  7959. }
  7960. .mod-newsflash-adv.custom .item_img {
  7961. margin-bottom: 21px;
  7962. }
  7963. .mod-newsflash-adv.custom .item_title {
  7964. font-weight: 800;
  7965. font-size: 24px;
  7966. margin-bottom: 6px;
  7967. }
  7968. .mod-newsflash-adv.custom .lazy_container {
  7969. background: none;
  7970. }
  7971. .mod-newsflash-adv.services .item {
  7972. padding-top: 61px;
  7973. }
  7974. .mod-newsflash-adv.services .item .item_content {
  7975. border: 1px solid #d8dadc;
  7976. -webkit-border-radius: 4px;
  7977. -moz-border-radius: 4px;
  7978. border-radius: 4px;
  7979. line-height: 18px;
  7980. padding: 80px 20px 34px;
  7981. position: relative;
  7982. }
  7983. .mod-newsflash-adv.services .item .item_content:before {
  7984. border: 4px solid white;
  7985. -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.6);
  7986. -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.6);
  7987. box-shadow: 0 0px 1px rgba(0, 0, 0, 0.6);
  7988. -webkit-border-radius: 1000px;
  7989. -moz-border-radius: 1000px;
  7990. border-radius: 1000px;
  7991. content: "";
  7992. height: 100px;
  7993. left: 50%;
  7994. margin-left: -53px;
  7995. position: absolute;
  7996. top: -53px;
  7997. width: 100px;
  7998. -webkit-transition: all 0.2s linear;
  7999. -moz-transition: all 0.2s linear;
  8000. -o-transition: all 0.2s linear;
  8001. transition: all 0.2s linear;
  8002. }
  8003. .mod-newsflash-adv.services .item .item_content .item_title {
  8004. color: #3b4347;
  8005. font-weight: bold;
  8006. font-size: 24px;
  8007. line-height: 30px;
  8008. margin-bottom: 25px;
  8009. text-transform: uppercase;
  8010. }
  8011. .mod-newsflash-adv.services .item.item_num0 .item_content:before {
  8012. background: url(../images/template/icon1.png) 0 0 no-repeat #ffffff;
  8013. }
  8014. .mod-newsflash-adv.services .item.item_num0 .item_content:hover:before {
  8015. background: url(../images/template/icon1.png) 0 bottom no-repeat #d25a3f;
  8016. }
  8017. .mod-newsflash-adv.services .item.item_num1 .item_content:before {
  8018. background: url(../images/template/icon2.png) 0 0 no-repeat #ffffff;
  8019. }
  8020. .mod-newsflash-adv.services .item.item_num1 .item_content:hover:before {
  8021. background: url(../images/template/icon2.png) 0 bottom no-repeat #d25a3f;
  8022. }
  8023. .mod-newsflash-adv.services .item.item_num2 .item_content:before {
  8024. background: url(../images/template/icon3.png) 0 0 no-repeat #ffffff;
  8025. }
  8026. .mod-newsflash-adv.services .item.item_num2 .item_content:hover:before {
  8027. background: url(../images/template/icon3.png) 0 bottom no-repeat #d25a3f;
  8028. }
  8029. .mod-newsflash-adv.services .item.item_num3 .item_content:before {
  8030. background: url(../images/template/icon4.png) 0 0 no-repeat #ffffff;
  8031. }
  8032. .mod-newsflash-adv.services .item.item_num3 .item_content:hover:before {
  8033. background: url(../images/template/icon4.png) 0 bottom no-repeat #d25a3f;
  8034. }
  8035. .mod-newsflash-adv.loaded .item_title {
  8036. font-size: 27px;
  8037. line-height: 32px;
  8038. text-transform: uppercase;
  8039. }
  8040. .mod-newsflash-adv.loaded .item_title span {
  8041. display: block;
  8042. }
  8043. .mod-newsflash-adv.loaded .mix {
  8044. display: none;
  8045. }
  8046. .mod-newsflash-adv.loaded .item {
  8047. margin: 0;
  8048. }
  8049. .mod-newsflash-adv.testimonials {
  8050. background: #d25a3f;
  8051. padding: 125px 0 132px;
  8052. position: relative;
  8053. }
  8054. .mod-newsflash-adv.testimonials:before,
  8055. .mod-newsflash-adv.testimonials:after {
  8056. content: "";
  8057. position: absolute;
  8058. top: 0;
  8059. bottom: 0;
  8060. width: 100%;
  8061. background: #d25a3f;
  8062. }
  8063. .mod-newsflash-adv.testimonials:before {
  8064. left: -100%;
  8065. }
  8066. .mod-newsflash-adv.testimonials:after {
  8067. right: -100%;
  8068. }
  8069. .mod-newsflash-adv.testimonials .item {
  8070. margin-bottom: 0;
  8071. }
  8072. .mod-newsflash-adv.testimonials .item .item_content {
  8073. background: white;
  8074. -webkit-border-radius: 10px;
  8075. -moz-border-radius: 10px;
  8076. border-radius: 10px;
  8077. padding: 29px 46px 21px;
  8078. position: relative;
  8079. }
  8080. .mod-newsflash-adv.testimonials .item .item_content:before,
  8081. .mod-newsflash-adv.testimonials .item .item_content:after {
  8082. position: absolute;
  8083. }
  8084. .mod-newsflash-adv.testimonials .item .item_content:before {
  8085. content: url(../images/template/blockquote_before.png);
  8086. left: 3px;
  8087. top: -60px;
  8088. }
  8089. .mod-newsflash-adv.testimonials .item .item_content:after {
  8090. content: url(../images/template/blockquote_after.png);
  8091. right: 2px;
  8092. bottom: -68px;
  8093. }
  8094. .mod-newsflash-adv.testimonials .item .item_img.img-intro__left {
  8095. margin-right: 47px;
  8096. }
  8097. .mod-newsflash-adv.testimonials .item .item_img img {
  8098. -webkit-border-radius: 1000px;
  8099. -moz-border-radius: 1000px;
  8100. border-radius: 1000px;
  8101. }
  8102. .mod-newsflash-adv.testimonials .item blockquote {
  8103. padding-top: 10px;
  8104. }
  8105. .mod-newsflash-adv .isotope {
  8106. margin: 0 -1.5%;
  8107. }
  8108. .mod-newsflash-adv .isotope-item {
  8109. padding: 0 1.5%;
  8110. -webkit-box-sizing: border-box;
  8111. -moz-box-sizing: border-box;
  8112. box-sizing: border-box;
  8113. margin: 0;
  8114. float: left;
  8115. }
  8116. .mod-newsflash-adv .isotope-item.straightDown {
  8117. text-align: center;
  8118. }
  8119. /*======================= FEATURE =======================*/
  8120. #feature-row {
  8121. padding-top: 66px;
  8122. }
  8123. .moduletable.grayBg {
  8124. background: #f0f0f0;
  8125. padding-top: 68px;
  8126. padding-bottom: 45px;
  8127. position: relative;
  8128. }
  8129. .moduletable.grayBg:before,
  8130. .moduletable.grayBg:after {
  8131. background: #f0f0f0;
  8132. content: "";
  8133. height: 100%;
  8134. position: absolute;
  8135. width: 100%;
  8136. top: 0;
  8137. }
  8138. .moduletable.grayBg:before {
  8139. left: -100%;
  8140. }
  8141. .moduletable.grayBg:after {
  8142. right: -100%;
  8143. }
  8144. /*======================= MAINTOP =======================*/
  8145. #maintop-row {
  8146. background: url(../images/template/maintopBg.jpg) center center no-repeat;
  8147. color: white;
  8148. padding-top: 83px;
  8149. padding-bottom: 14px;
  8150. /*&[data-stellar-background-ratio]{
  8151. background-position: 50% 540%;
  8152. background-attachment: fixed;
  8153. }*/
  8154. }
  8155. #maintop-row h1,
  8156. #maintop-row h2,
  8157. #maintop-row h3,
  8158. #maintop-row h4,
  8159. #maintop-row h5,
  8160. #maintop-row h6 {
  8161. color: white;
  8162. }
  8163. #maintop-row h1.moduleTitle,
  8164. #maintop-row h2.moduleTitle,
  8165. #maintop-row h3.moduleTitle,
  8166. #maintop-row h4.moduleTitle,
  8167. #maintop-row h5.moduleTitle,
  8168. #maintop-row h6.moduleTitle {
  8169. font-size: 38px;
  8170. line-height: 48px;
  8171. margin-bottom: 36px;
  8172. }
  8173. #maintop-row h1.moduleTitle:after,
  8174. #maintop-row h2.moduleTitle:after,
  8175. #maintop-row h3.moduleTitle:after,
  8176. #maintop-row h4.moduleTitle:after,
  8177. #maintop-row h5.moduleTitle:after,
  8178. #maintop-row h6.moduleTitle:after {
  8179. display: none;
  8180. }
  8181. #maintop-row .mod-newsflash-adv.custom .item_title {
  8182. color: #d25a3f !important;
  8183. }
  8184. #maintop-row .mod-newsflash-adv.custom .item_title a {
  8185. color: #d25a3f !important;
  8186. }
  8187. #maintop-row .mod-newsflash-adv.custom .item_title a:hover {
  8188. color: #ffffff !important;
  8189. }
  8190. /*======================= CONTENT TOP =======================*/
  8191. /*======================= CONTENT =======================*/
  8192. #content-row {
  8193. padding-top: 68px;
  8194. padding-bottom: 45px;
  8195. }
  8196. #component {
  8197. min-height: 0;
  8198. }
  8199. .item {
  8200. margin-bottom: 48px;
  8201. }
  8202. .item:after {
  8203. content: '';
  8204. display: block;
  8205. clear: both;
  8206. }
  8207. .page-header {
  8208. border: none;
  8209. padding: 0;
  8210. margin: 0;
  8211. }
  8212. .item_info {
  8213. overflow: hidden;
  8214. }
  8215. .item_info_dl {
  8216. border-top: 1px solid #bdbdbd;
  8217. border-bottom: 1px solid #bdbdbd;
  8218. font-size: 13px;
  8219. display: table;
  8220. margin: 24px 0;
  8221. padding: 11px 0 10px;
  8222. overflow: hidden;
  8223. width: 100%;
  8224. color: #818181;
  8225. }
  8226. .item_info_dl dd {
  8227. display: table-cell;
  8228. margin: 0;
  8229. padding: 0 10px;
  8230. text-align: center;
  8231. }
  8232. .item_info_dl dd .fa {
  8233. display: block;
  8234. color: #818181;
  8235. font-size: 16px;
  8236. margin-bottom: 7px;
  8237. }
  8238. .item_info_dl dd + dd {
  8239. border-left: 1px solid #bdbdbd;
  8240. }
  8241. .item_info_dl dd a {
  8242. color: #818181;
  8243. }
  8244. .item_info_dl dd a:hover {
  8245. color: #d25a3f;
  8246. }
  8247. .item_icons.btn-group.pull-right {
  8248. margin: 0px 0 10px 10px;
  8249. position: relative;
  8250. z-index: 10;
  8251. }
  8252. .item_icons.btn-group.pull-right ul.dropdown-menu {
  8253. background-clip: padding-box;
  8254. background-color: #FFFFFF;
  8255. border: 1px solid rgba(0, 0, 0, 0.2);
  8256. border-radius: 6px;
  8257. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  8258. list-style: none outside none;
  8259. margin: 2px 0 0;
  8260. min-width: 160px;
  8261. padding: 5px 0;
  8262. position: absolute;
  8263. top: 100%;
  8264. z-index: 1000;
  8265. }
  8266. .item_icons.btn-group.pull-right ul.dropdown-menu li {
  8267. padding: 0;
  8268. float: none;
  8269. }
  8270. /*===== Gallery Page ======*/
  8271. ul.gallery {
  8272. margin: 0;
  8273. text-align: justify;
  8274. font-size: 0.1px;
  8275. display: block;
  8276. line-height: 0;
  8277. }
  8278. ul.gallery:after {
  8279. content: '';
  8280. display: inline-block;
  8281. width: 100%;
  8282. }
  8283. ul.gallery .gallery-item {
  8284. list-style: none;
  8285. opacity: 0;
  8286. filter: alpha(opacity=0);
  8287. display: none;
  8288. font-size: 14px;
  8289. line-height: 24px;
  8290. overflow: hidden;
  8291. }
  8292. ul.gallery .gallery-item .view .content * {
  8293. color: inherit;
  8294. }
  8295. ul.gallery .gap {
  8296. list-style: none;
  8297. }
  8298. ul.gallery .gallery-grid .view .mask .mask_wrap .mask_cont,
  8299. ul.gallery .gallery-grid .view .content .mask_wrap .mask_cont {
  8300. max-width: 99%;
  8301. -webkit-box-sizing: border-box;
  8302. -moz-box-sizing: border-box;
  8303. box-sizing: border-box;
  8304. }
  8305. ul.gallery .gallery-grid .item_img {
  8306. margin-right: 0;
  8307. float: none;
  8308. max-width: 100%;
  8309. }
  8310. ul.gallery .gallery-grid .item_img img {
  8311. opacity: 0.99;
  8312. filter: alpha(opacity=99);
  8313. }
  8314. ul.gallery .gallery-grid.straightDown {
  8315. float: none;
  8316. }
  8317. ul.gallery .gallery-grid.straightDown .item_img {
  8318. float: left;
  8319. margin: 0 24px 24px 0 !important;
  8320. }
  8321. ul.gallery .gallery-grid .view a.hover_more {
  8322. background: none !important;
  8323. line-height: inherit;
  8324. border: none;
  8325. color: inherit;
  8326. }
  8327. ul.gallery .gallery-grid .view a.hover_more span {
  8328. display: none;
  8329. }
  8330. ul.gallery .gallery-grid .view a.hover_more:hover {
  8331. color: #999;
  8332. }
  8333. ul.gallery .gallery-grid .view a {
  8334. color: inherit;
  8335. }
  8336. ul.gallery .gallery-grid .view a:hover {
  8337. color: #999;
  8338. }
  8339. ul.gallery .gap {
  8340. display: inline-block;
  8341. }
  8342. ul.gallery .gallery-list {
  8343. margin: 0 0 15px;
  8344. }
  8345. ul.gallery .gallery-list .view a.hover_more i {
  8346. display: none;
  8347. }
  8348. ul.gallery .gallery-list .galleryZoom {
  8349. display: none;
  8350. }
  8351. ul.gallery .item_more a {
  8352. vertical-align: top;
  8353. }
  8354. ul.gallery.cols-3 .gap,
  8355. ul.gallery.cols-3 .gallery-grid {
  8356. width: 32%;
  8357. }
  8358. ul.gallery.cols-1 .gap,
  8359. ul.gallery.cols-1 .gallery-grid {
  8360. width: 100%;
  8361. }
  8362. ul.gallery.cols-2 .gap,
  8363. ul.gallery.cols-2 .gallery-grid {
  8364. width: 48%;
  8365. }
  8366. ul.gallery.cols-4 .gap,
  8367. ul.gallery.cols-4 .gallery-grid {
  8368. width: 24%;
  8369. }
  8370. /*===== Testimonials Page ======*/
  8371. .page-category__testimonials .item {
  8372. margin-bottom: 30px;
  8373. }
  8374. blockquote {
  8375. padding: 0;
  8376. margin: 0;
  8377. border-left: none;
  8378. }
  8379. blockquote p {
  8380. color: #666666;
  8381. margin-bottom: 0;
  8382. padding-bottom: 10px;
  8383. font-size: inherit;
  8384. font-weight: normal;
  8385. line-height: 18px;
  8386. }
  8387. blockquote small {
  8388. color: #d25a3f;
  8389. font-size: 16px;
  8390. font-style: italic;
  8391. font-weight: 600;
  8392. }
  8393. blockquote small:before {
  8394. content: "";
  8395. }
  8396. small {
  8397. display: block;
  8398. line-height: 15px;
  8399. margin-bottom: 8px;
  8400. }
  8401. /*===== Team Page ======*/
  8402. .page-category__team .item_introtext {
  8403. overflow: hidden;
  8404. }
  8405. /*===== Blog Page ======*/
  8406. .page-blog .item_title {
  8407. margin-bottom: 0;
  8408. }
  8409. .modal-header h3,
  8410. aside h3,
  8411. .page-item h3 {
  8412. color: #3b4347;
  8413. font-size: 20px;
  8414. font-weight: 600;
  8415. line-height: 24px;
  8416. margin-bottom: 17px;
  8417. text-align: left;
  8418. }
  8419. .modal-header h3:after,
  8420. aside h3:after,
  8421. .page-item h3:after {
  8422. display: none;
  8423. }
  8424. .tags {
  8425. clear: both;
  8426. }
  8427. .addthis_toolbox {
  8428. padding-top: 14px;
  8429. }
  8430. /*======================= CONTENT BOTTOM =======================*/
  8431. /*======================= ASIDE RIGHT =======================*/
  8432. .mod-menu .nav.menu li a,
  8433. .list1 ul li a {
  8434. display: inline;
  8435. }
  8436. .mod-menu .nav.menu li a:hover,
  8437. .list1 ul li a:hover {
  8438. background: none;
  8439. }
  8440. .archive-module,
  8441. .categories-module,
  8442. ul.item_list {
  8443. margin: 0 0 24px;
  8444. }
  8445. .archive-module li,
  8446. .categories-module li,
  8447. ul.item_list li {
  8448. background: url(../images/template/marker.png) 0 5px no-repeat;
  8449. padding: 0 0 4px 30px;
  8450. list-style: none;
  8451. color: #6d747a;
  8452. }
  8453. .archive-module li a,
  8454. .categories-module li a,
  8455. ul.item_list li a {
  8456. color: #6d747a;
  8457. }
  8458. .archive-module li a:hover,
  8459. .categories-module li a:hover,
  8460. ul.item_list li a:hover {
  8461. color: #d25a3f;
  8462. }
  8463. .tagspopular ul {
  8464. margin: 0;
  8465. }
  8466. .tagspopular ul li {
  8467. list-style: none;
  8468. display: inline-block;
  8469. padding: 0 15px 12px 0;
  8470. }
  8471. /*======================= MAINBOTTOM =======================*/
  8472. #mainbottom-row {
  8473. background: #f0f0f0;
  8474. padding-top: 68px;
  8475. padding-right: 20px;
  8476. padding-left: 20px;
  8477. }
  8478. #mainbottom-row .grayBg {
  8479. padding-top: 0;
  8480. max-width: 1116px;
  8481. margin: 0 auto;
  8482. }
  8483. #mainbottom-row .grayBg .readmore {
  8484. background: none;
  8485. border-color: #d25a3f;
  8486. color: #d25a3f;
  8487. font-size: 16px;
  8488. padding: 9px 28px;
  8489. }
  8490. #mainbottom-row .grayBg .readmore:hover {
  8491. background: white;
  8492. }
  8493. /*======================= BOTTOM =======================*/
  8494. #bottom-row {
  8495. background: url(../images/template/bottomBg.jpg) center 0 no-repeat #000000;
  8496. color: #babec2;
  8497. padding-bottom: 51px;
  8498. }
  8499. #bottom-row h1,
  8500. #bottom-row h2,
  8501. #bottom-row h3,
  8502. #bottom-row h4,
  8503. #bottom-row h5,
  8504. #bottom-row h6 {
  8505. color: white;
  8506. }
  8507. #bottom-row h1.moduleTitle,
  8508. #bottom-row h2.moduleTitle,
  8509. #bottom-row h3.moduleTitle,
  8510. #bottom-row h4.moduleTitle,
  8511. #bottom-row h5.moduleTitle,
  8512. #bottom-row h6.moduleTitle {
  8513. font-size: 38px;
  8514. line-height: 48px;
  8515. margin-bottom: 36px;
  8516. }
  8517. #bottom-row h1.moduleTitle:after,
  8518. #bottom-row h2.moduleTitle:after,
  8519. #bottom-row h3.moduleTitle:after,
  8520. #bottom-row h4.moduleTitle:after,
  8521. #bottom-row h5.moduleTitle:after,
  8522. #bottom-row h6.moduleTitle:after {
  8523. display: none;
  8524. }
  8525. #bottom-row h1.item_title,
  8526. #bottom-row h2.item_title,
  8527. #bottom-row h3.item_title,
  8528. #bottom-row h4.item_title,
  8529. #bottom-row h5.item_title,
  8530. #bottom-row h6.item_title {
  8531. color: #d25a3f;
  8532. font-size: 24px;
  8533. line-height: 29px;
  8534. font-weight: bold;
  8535. }
  8536. #bottom-row h1.item_title a,
  8537. #bottom-row h2.item_title a,
  8538. #bottom-row h3.item_title a,
  8539. #bottom-row h4.item_title a,
  8540. #bottom-row h5.item_title a,
  8541. #bottom-row h6.item_title a {
  8542. color: #d25a3f;
  8543. }
  8544. #bottom-row h1.item_title a:hover,
  8545. #bottom-row h2.item_title a:hover,
  8546. #bottom-row h3.item_title a:hover,
  8547. #bottom-row h4.item_title a:hover,
  8548. #bottom-row h5.item_title a:hover,
  8549. #bottom-row h6.item_title a:hover {
  8550. color: #ffffff;
  8551. }
  8552. #bottom-row .mod-newsflash-adv__indent {
  8553. text-transform: none;
  8554. color: white;
  8555. font-size: 14px;
  8556. line-height: 24px;
  8557. }
  8558. #bottom-row .mod-newsflash-adv__indent .item_title {
  8559. text-transform: uppercase;
  8560. }
  8561. #bottom-row .rapid_contact {
  8562. padding-top: 82px;
  8563. }
  8564. #bottom-row .rapid_contact input.inputbox,
  8565. #bottom-row .rapid_contact textarea {
  8566. background: none;
  8567. border-color: #9ea0a2;
  8568. color: white;
  8569. }
  8570. #bottom-row .rapid_contact input {
  8571. height: 41px;
  8572. }
  8573. #bottom-row .moduletable.indent {
  8574. padding-top: 104px;
  8575. }
  8576. #bottom-row .item_list li {
  8577. color: white;
  8578. }
  8579. #bottom-row .item_list li a {
  8580. color: white;
  8581. }
  8582. #bottom-row .item_list li a:hover {
  8583. text-decoration: underline !important;
  8584. }
  8585. .rapid_contact {
  8586. text-align: right;
  8587. }
  8588. .rapid_contact form {
  8589. margin-bottom: 48px;
  8590. }
  8591. .rapid_contact input.inputbox,
  8592. .rapid_contact textarea {
  8593. margin-bottom: 19px;
  8594. width: 100%;
  8595. padding: 8px 20px;
  8596. }
  8597. .rapid_contact textarea {
  8598. min-height: 230px;
  8599. }
  8600. .rapid_contact .rapid_button input {
  8601. border: none;
  8602. background: #ffffff;
  8603. color: #394145;
  8604. text-shadow: none;
  8605. font-size: 18px;
  8606. padding: 9px 34px 8px;
  8607. text-transform: uppercase;
  8608. }
  8609. .rapid_contact .rapid_button input:hover {
  8610. background: #394145;
  8611. color: #ffffff;
  8612. text-shadow: none;
  8613. }
  8614. .address span {
  8615. display: inline-block;
  8616. min-width: 84px;
  8617. }
  8618. .address a {
  8619. color: #babec2;
  8620. }
  8621. .address a:hover {
  8622. color: #d25a3f;
  8623. }
  8624. /*======================= FOOTER =======================*/
  8625. #footer-wrapper {
  8626. background: #3b4347;
  8627. color: #ffffff;
  8628. text-shadow: none;
  8629. }
  8630. #footer-wrapper .footer-wrapper-inner {
  8631. background: #3b4347;
  8632. color: #ffffff;
  8633. text-shadow: none;
  8634. padding-top: 67px;
  8635. }
  8636. #footer-row {
  8637. padding-bottom: 43px;
  8638. }
  8639. #copyright {
  8640. margin-bottom: 24px;
  8641. text-align: right;
  8642. }
  8643. /* Magnific Popup CSS */
  8644. .mfp-bg {
  8645. top: 0;
  8646. left: 0;
  8647. width: 100%;
  8648. height: 100%;
  8649. z-index: 1042;
  8650. overflow: hidden;
  8651. position: fixed;
  8652. background: #0b0b0b;
  8653. opacity: 0.8;
  8654. filter: alpha(opacity=(0.8*100));
  8655. }
  8656. .mfp-wrap {
  8657. top: 0;
  8658. left: 0;
  8659. width: 100%;
  8660. height: 100%;
  8661. z-index: 1043;
  8662. position: fixed;
  8663. outline: none !important;
  8664. -webkit-backface-visibility: hidden;
  8665. }
  8666. .mfp-container {
  8667. text-align: center;
  8668. position: absolute;
  8669. width: 100%;
  8670. height: 100%;
  8671. left: 0;
  8672. top: 0;
  8673. padding: 0 0px;
  8674. -webkit-box-sizing: border-box;
  8675. -moz-box-sizing: border-box;
  8676. box-sizing: border-box;
  8677. }
  8678. .mfp-container:before {
  8679. content: '';
  8680. display: inline-block;
  8681. height: 100%;
  8682. vertical-align: middle;
  8683. }
  8684. .mfp-align-top .mfp-container:before {
  8685. display: none;
  8686. }
  8687. .mfp-content {
  8688. position: relative;
  8689. display: inline-block;
  8690. vertical-align: middle;
  8691. margin: 0 auto;
  8692. text-align: left;
  8693. z-index: 1045;
  8694. }
  8695. .mfp-inline-holder .mfp-content,
  8696. .mfp-ajax-holder .mfp-content {
  8697. width: 100%;
  8698. cursor: auto;
  8699. }
  8700. .mfp-ajax-cur {
  8701. cursor: progress;
  8702. }
  8703. .mfp-zoom-out-cur,
  8704. .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  8705. cursor: -moz-zoom-out;
  8706. cursor: -webkit-zoom-out;
  8707. cursor: zoom-out;
  8708. }
  8709. .mfp-zoom {
  8710. cursor: pointer;
  8711. cursor: -webkit-zoom-in;
  8712. cursor: -moz-zoom-in;
  8713. cursor: zoom-in;
  8714. }
  8715. .mfp-auto-cursor .mfp-content {
  8716. cursor: auto;
  8717. }
  8718. .mfp-close,
  8719. .mfp-arrow,
  8720. .mfp-preloader,
  8721. .mfp-counter {
  8722. -webkit-user-select: none;
  8723. -moz-user-select: none;
  8724. user-select: none;
  8725. }
  8726. .mfp-loading.mfp-figure {
  8727. display: none;
  8728. }
  8729. .mfp-hide {
  8730. display: none !important;
  8731. }
  8732. .mfp-preloader {
  8733. color: #cccccc;
  8734. position: absolute;
  8735. top: 50%;
  8736. width: auto;
  8737. text-align: center;
  8738. margin-top: -0.8em;
  8739. left: 8px;
  8740. right: 8px;
  8741. z-index: 1044;
  8742. }
  8743. .mfp-preloader a {
  8744. color: #cccccc;
  8745. }
  8746. .mfp-preloader a:hover {
  8747. color: #ffffff;
  8748. }
  8749. .mfp-s-ready .mfp-preloader {
  8750. display: none;
  8751. }
  8752. .mfp-s-error .mfp-content {
  8753. display: none;
  8754. }
  8755. button.mfp-close,
  8756. button.mfp-arrow {
  8757. overflow: visible;
  8758. cursor: pointer;
  8759. background: transparent;
  8760. border: 0;
  8761. -webkit-appearance: none;
  8762. display: block;
  8763. padding: 0;
  8764. z-index: 1046;
  8765. }
  8766. button::-moz-focus-inner {
  8767. padding: 0;
  8768. border: 0;
  8769. }
  8770. .mfp-close {
  8771. width: 44px;
  8772. height: 44px;
  8773. line-height: 44px;
  8774. position: absolute;
  8775. right: 0;
  8776. top: 0;
  8777. text-decoration: none;
  8778. text-align: center;
  8779. opacity: 0.65;
  8780. padding: 0 0 18px 10px;
  8781. color: #ffffff;
  8782. font-style: normal;
  8783. font-size: 28px;
  8784. font-family: Arial, Baskerville, monospace;
  8785. }
  8786. .mfp-close:hover,
  8787. .mfp-close:focus {
  8788. opacity: 1;
  8789. }
  8790. .mfp-close:active {
  8791. top: 1px;
  8792. }
  8793. .mfp-close-btn-in .mfp-close {
  8794. color: #333333;
  8795. }
  8796. .mfp-image-holder .mfp-close,
  8797. .mfp-iframe-holder .mfp-close {
  8798. color: #ffffff;
  8799. right: -6px;
  8800. text-align: right;
  8801. padding-right: 6px;
  8802. width: 100%;
  8803. }
  8804. .mfp-counter {
  8805. position: absolute;
  8806. top: 0;
  8807. right: 0;
  8808. color: #cccccc;
  8809. font-size: 12px;
  8810. line-height: 18px;
  8811. }
  8812. .mfp-arrow {
  8813. position: absolute;
  8814. opacity: 0.65;
  8815. margin: 0;
  8816. top: 50%;
  8817. margin-top: -55px;
  8818. padding: 0;
  8819. width: 90px;
  8820. height: 110px;
  8821. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  8822. }
  8823. .mfp-arrow:active {
  8824. margin-top: -54px;
  8825. }
  8826. .mfp-arrow:hover,
  8827. .mfp-arrow:focus {
  8828. opacity: 1;
  8829. }
  8830. .mfp-arrow:before,
  8831. .mfp-arrow:after,
  8832. .mfp-arrow .mfp-b,
  8833. .mfp-arrow .mfp-a {
  8834. content: '';
  8835. display: block;
  8836. width: 0;
  8837. height: 0;
  8838. position: absolute;
  8839. left: 0;
  8840. top: 0;
  8841. margin-top: 35px;
  8842. margin-left: 35px;
  8843. border: medium inset transparent;
  8844. }
  8845. .mfp-arrow:after,
  8846. .mfp-arrow .mfp-a {
  8847. border-top-width: 13px;
  8848. border-bottom-width: 13px;
  8849. top: 8px;
  8850. }
  8851. .mfp-arrow:before,
  8852. .mfp-arrow .mfp-b {
  8853. border-top-width: 21px;
  8854. border-bottom-width: 21px;
  8855. }
  8856. .mfp-arrow-left {
  8857. left: 0;
  8858. }
  8859. .mfp-arrow-left:after,
  8860. .mfp-arrow-left .mfp-a {
  8861. border-right: 17px solid #FFF;
  8862. margin-left: 31px;
  8863. }
  8864. .mfp-arrow-left:before,
  8865. .mfp-arrow-left .mfp-b {
  8866. margin-left: 25px;
  8867. border-right: 27px solid #3f3f3f;
  8868. }
  8869. .mfp-arrow-right {
  8870. right: 0;
  8871. }
  8872. .mfp-arrow-right:after,
  8873. .mfp-arrow-right .mfp-a {
  8874. border-left: 17px solid #FFF;
  8875. margin-left: 39px;
  8876. }
  8877. .mfp-arrow-right:before,
  8878. .mfp-arrow-right .mfp-b {
  8879. border-left: 27px solid #3f3f3f;
  8880. }
  8881. .mfp-iframe-holder {
  8882. padding-top: 40px;
  8883. padding-bottom: 40px;
  8884. }
  8885. .mfp-iframe-holder .mfp-content {
  8886. line-height: 0;
  8887. width: 100%;
  8888. max-width: 900px;
  8889. }
  8890. .mfp-iframe-holder .mfp-close {
  8891. top: -40px;
  8892. }
  8893. .mfp-iframe-scaler {
  8894. width: 100%;
  8895. height: 0;
  8896. overflow: hidden;
  8897. padding-top: 56.25%;
  8898. }
  8899. .mfp-iframe-scaler iframe {
  8900. position: absolute;
  8901. display: block;
  8902. top: 0;
  8903. left: 0;
  8904. width: 100%;
  8905. height: 100%;
  8906. box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  8907. background: #000000;
  8908. }
  8909. /* Main image in popup */
  8910. img.mfp-img {
  8911. width: auto;
  8912. max-width: 100%;
  8913. height: auto;
  8914. display: block;
  8915. line-height: 0;
  8916. -webkit-box-sizing: border-box;
  8917. -moz-box-sizing: border-box;
  8918. box-sizing: border-box;
  8919. padding: 40px 0 40px;
  8920. margin: 0 auto;
  8921. }
  8922. /* The shadow behind the image */
  8923. .mfp-figure {
  8924. line-height: 0;
  8925. }
  8926. .mfp-figure figure {
  8927. margin: 0;
  8928. }
  8929. .mfp-figure:after {
  8930. content: '';
  8931. position: absolute;
  8932. left: 0;
  8933. top: 40px;
  8934. bottom: 40px;
  8935. display: block;
  8936. right: 0;
  8937. width: auto;
  8938. height: auto;
  8939. z-index: -1;
  8940. box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  8941. background: #444444;
  8942. }
  8943. .mfp-figure small {
  8944. color: #bdbdbd;
  8945. display: block;
  8946. font-size: 12px;
  8947. line-height: 14px;
  8948. }
  8949. .mfp-bottom-bar {
  8950. margin-top: -36px;
  8951. position: absolute;
  8952. top: 100%;
  8953. left: 0;
  8954. width: 100%;
  8955. cursor: auto;
  8956. }
  8957. .mfp-title {
  8958. text-align: left;
  8959. line-height: 18px;
  8960. color: #f3f3f3;
  8961. word-break: break-word;
  8962. padding-right: 36px;
  8963. }
  8964. .mfp-image-holder .mfp-content {
  8965. max-width: 100%;
  8966. }
  8967. .mfp-gallery .mfp-image-holder .mfp-figure {
  8968. cursor: pointer;
  8969. }
  8970. @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  8971. /**
  8972. * Remove all paddings around the image on small screen
  8973. */
  8974. .mfp-img-mobile .mfp-image-holder {
  8975. padding-left: 0;
  8976. padding-right: 0;
  8977. }
  8978. .mfp-img-mobile img.mfp-img {
  8979. padding: 0;
  8980. }
  8981. .mfp-img-mobile .mfp-figure:after {
  8982. top: 0;
  8983. bottom: 0;
  8984. }
  8985. .mfp-img-mobile .mfp-figure small {
  8986. display: inline;
  8987. margin-left: 5px;
  8988. }
  8989. .mfp-img-mobile .mfp-bottom-bar {
  8990. background: rgba(0, 0, 0, 0.6);
  8991. bottom: 0;
  8992. margin: 0;
  8993. top: auto;
  8994. padding: 3px 5px;
  8995. position: fixed;
  8996. -webkit-box-sizing: border-box;
  8997. -moz-box-sizing: border-box;
  8998. box-sizing: border-box;
  8999. }
  9000. .mfp-img-mobile .mfp-bottom-bar:empty {
  9001. padding: 0;
  9002. }
  9003. .mfp-img-mobile .mfp-counter {
  9004. right: 5px;
  9005. top: 3px;
  9006. }
  9007. .mfp-img-mobile .mfp-close {
  9008. top: 0;
  9009. right: 0;
  9010. width: 35px;
  9011. height: 35px;
  9012. line-height: 35px;
  9013. background: rgba(0, 0, 0, 0.6);
  9014. position: fixed;
  9015. text-align: center;
  9016. padding: 0;
  9017. }
  9018. }
  9019. @media all and (max-width: 900px) {
  9020. .mfp-arrow {
  9021. -webkit-transform: scale(0.75);
  9022. -moz-transform: scale(0.75);
  9023. -ms-transform: scale(0.75);
  9024. -o-transform: scale(0.75);
  9025. transform: scale(0.75);
  9026. }
  9027. .mfp-arrow-left {
  9028. -webkit-transform-origin: 0;
  9029. transform-origin: 0;
  9030. }
  9031. .mfp-arrow-right {
  9032. -webkit-transform-origin: 100%;
  9033. transform-origin: 100%;
  9034. }
  9035. .mfp-container {
  9036. padding-left: 0px;
  9037. padding-right: 0px;
  9038. }
  9039. }
  9040. .mfp-ie7 .mfp-img {
  9041. padding: 0;
  9042. }
  9043. .mfp-ie7 .mfp-bottom-bar {
  9044. width: 600px;
  9045. left: 50%;
  9046. margin-left: -300px;
  9047. margin-top: 5px;
  9048. padding-bottom: 5px;
  9049. }
  9050. .mfp-ie7 .mfp-container {
  9051. padding: 0;
  9052. }
  9053. .mfp-ie7 .mfp-content {
  9054. padding-top: 44px;
  9055. }
  9056. .mfp-ie7 .mfp-close {
  9057. top: 0;
  9058. right: 0;
  9059. padding-top: 0;
  9060. }
  9061. .page-blog .item > .kmt-readon {
  9062. display: none;
  9063. }
  9064. #section-kmt {
  9065. margin: 0;
  9066. padding: 40px 0 0;
  9067. }
  9068. #section-kmt .kmt-author {
  9069. font: inherit !important;
  9070. text-transform: none !important;
  9071. font-weight: bold !important;
  9072. margin-bottom: 0 !important;
  9073. border: none !important;
  9074. padding: 0 !important;
  9075. height: auto !important;
  9076. }
  9077. #section-kmt .kmt-author a {
  9078. height: auto !important;
  9079. }
  9080. #section-kmt .kmt-avatar {
  9081. width: 48px;
  9082. }
  9083. #section-kmt .kmt-avatar a {
  9084. width: 100%;
  9085. }
  9086. #section-kmt .kmt-avatar a img {
  9087. width: 100%;
  9088. }
  9089. #section-kmt .kmt-avatar + .kmt-content,
  9090. #section-kmt .kmt-rank + .kmt-content {
  9091. margin-left: 48px;
  9092. }
  9093. #section-kmt #kmt-fame {
  9094. margin: 0;
  9095. }
  9096. #section-kmt .kmt-head {
  9097. height: auto !important;
  9098. padding-right: 35px !important;
  9099. }
  9100. #section-kmt .float-wrapper > span {
  9101. vertical-align: top;
  9102. float: none;
  9103. height: auto;
  9104. background-position: left 2px;
  9105. }
  9106. #section-kmt .float-wrapper > span + span {
  9107. background-position: left 2px;
  9108. }
  9109. #section-kmt .kmt-form-content .kmt-form-addon > div {
  9110. max-width: 90%;
  9111. }
  9112. #section-kmt .kmt-form-content .kmt-form-addon > div b {
  9113. margin-bottom: 10px !important;
  9114. }
  9115. #section-kmt .kmt-form-content .kmt-form-addon > div .input.kmt-location {
  9116. max-width: 100%;
  9117. }
  9118. #section-kmt .kmt-content .parentContainer {
  9119. left: -70px;
  9120. right: -15px;
  9121. }
  9122. #section-kmt .kmt-content .parentContainer .kmt-author {
  9123. margin-left: 7px;
  9124. }
  9125. #section-kmt .input[type="checkbox"] {
  9126. margin-top: 0;
  9127. }
  9128. #section-kmt .radio input[type="radio"],
  9129. #section-kmt .checkbox input[type="checkbox"] {
  9130. margin-left: 0;
  9131. margin-right: 15px;
  9132. }
  9133. #section-kmt .radio,
  9134. #section-kmt .checkbox {
  9135. padding: 0;
  9136. border: none !important;
  9137. background: none !important;
  9138. }
  9139. #section-kmt .kmt-profile-avatar {
  9140. width: 60px;
  9141. }
  9142. #section-kmt .kmt-profile-activity li {
  9143. padding: 15px 8px !important;
  9144. min-width: 0 !important;
  9145. }
  9146. #section-kmt .kmt-time a {
  9147. color: #6d747a;
  9148. }
  9149. #section-kmt .kmt-time a:hover {
  9150. color: #d25a3f;
  9151. }
  9152. #section-kmt .kmt-time i {
  9153. color: #d25a3f;
  9154. }
  9155. #section-kmt .kmt-control-user .kmt-btn {
  9156. border: 1px solid #dddddd;
  9157. -webkit-border-radius: 2px;
  9158. -moz-border-radius: 2px;
  9159. border-radius: 2px;
  9160. line-height: 23px;
  9161. }
  9162. #section-kmt .kmt-like-counter {
  9163. border: 1px solid #dddddd;
  9164. -webkit-border-radius: 2px;
  9165. -moz-border-radius: 2px;
  9166. border-radius: 2px;
  9167. line-height: 23px;
  9168. }
  9169. #section-kmt .kmt-like-counter:before {
  9170. position: absolute;
  9171. left: 100%;
  9172. top: 50%;
  9173. content: '';
  9174. border-left: 5px solid #dddddd;
  9175. border-top: 5px solid transparent;
  9176. border-bottom: 5px solid transparent;
  9177. margin-top: -5px;
  9178. margin-left: 1px;
  9179. }
  9180. #section-kmt .kmt-like-counter:after {
  9181. position: absolute;
  9182. left: 100%;
  9183. top: 50%;
  9184. content: '';
  9185. border-left: 5px solid #ffffff;
  9186. border-top: 5px solid transparent;
  9187. border-bottom: 5px solid transparent;
  9188. margin-top: -5px;
  9189. }
  9190. #section-kmt .kmt-control-user .kmt-like.cancel,
  9191. #section-kmt .kmt-control-user .kmt-reply.cancel {
  9192. color: #3b4347;
  9193. }
  9194. #section-kmt .kmt-option > span.kmt-admin-wrap > ul {
  9195. border: 1px solid #dddddd;
  9196. background: #ffffff;
  9197. }
  9198. #section-kmt .kmt-option > span > a {
  9199. border: 1px solid #dddddd;
  9200. }
  9201. #section-kmt .kmt-admin-wrap:hover a.kmt-admin-link {
  9202. color: #3b4347;
  9203. }
  9204. #section-kmt .kmt-form-content .kmt-form-addon {
  9205. border: 1px solid #cccccc;
  9206. border-top: none;
  9207. }
  9208. #section-kmt .markItUpContainer {
  9209. border: 1px solid #cccccc;
  9210. }
  9211. .kmt-readon span.kmt-comment {
  9212. float: none;
  9213. padding: 0;
  9214. margin: 0;
  9215. background: none;
  9216. }
  9217. #Kunena table,
  9218. #Kunena tr,
  9219. #Kunena td,
  9220. #Kunena th,
  9221. #Kunena div,
  9222. #Kunena fieldset,
  9223. #Kunena span,
  9224. #Kunena li,
  9225. #Kunena dt,
  9226. #Kunena legend {
  9227. border-color: #dddddd !important;
  9228. }
  9229. #Kunena legend {
  9230. color: inherit;
  9231. }
  9232. #Kunena table {
  9233. background: transparent;
  9234. }
  9235. #Kunena tr {
  9236. -webkit-transition: background 0.5s;
  9237. -moz-transition: background 0.5s;
  9238. -o-transition: background 0.5s;
  9239. transition: background 0.5s;
  9240. }
  9241. #Kunena tr:hover {
  9242. background: #f5f5f5;
  9243. }
  9244. #Kunena tr:nth-child(odd) {
  9245. background: #f9f9f9;
  9246. }
  9247. #Kunena tr:hover {
  9248. background: #f5f5f5 !important;
  9249. }
  9250. #Kunena tr,
  9251. #Kunena td {
  9252. border-bottom: 1px solid;
  9253. }
  9254. #Kunena dt {
  9255. font-weight: normal;
  9256. }
  9257. #Kunena select,
  9258. #Kunena button {
  9259. margin-bottom: 9px;
  9260. }
  9261. #Kunena a.close,
  9262. #Kunena a.open {
  9263. background-color: #dddddd;
  9264. opacity: 1;
  9265. filter: alpha(opacity=100);
  9266. cursor: pointer;
  9267. -webkit-transition: background-color 0.5s;
  9268. -moz-transition: background-color 0.5s;
  9269. -o-transition: background-color 0.5s;
  9270. transition: background-color 0.5s;
  9271. }
  9272. #Kunena a.close:hover,
  9273. #Kunena a.open:hover {
  9274. background-color: #c4c4c4;
  9275. }
  9276. #Kunena #ktab li {
  9277. -webkit-transition: all 0.5s;
  9278. -moz-transition: all 0.5s;
  9279. -o-transition: all 0.5s;
  9280. transition: all 0.5s;
  9281. margin-bottom: -1px !important;
  9282. border: 1px solid;
  9283. -webkit-border-radius: 4px 4px 0 0;
  9284. -moz-border-radius: 4px 4px 0 0;
  9285. border-radius: 4px 4px 0 0;
  9286. background: #f7f7f7;
  9287. }
  9288. #Kunena #ktab li#current,
  9289. #Kunena #ktab li:hover {
  9290. background: #ffffff;
  9291. border-bottom-color: #ffffff !important;
  9292. }
  9293. #Kunena #ktab li#current a,
  9294. #Kunena #ktab li:hover a {
  9295. color: #3b4347;
  9296. }
  9297. #Kunena .kunena_body {
  9298. background: #ffffff;
  9299. padding: 8px;
  9300. border: 1px solid #dddddd;
  9301. -webkit-border-radius: 0 4px 4px;
  9302. -moz-border-radius: 0 4px 4px;
  9303. border-radius: 0 4px 4px;
  9304. }
  9305. #Kunena .kforum-pathway .path-element {
  9306. position: relative;
  9307. }
  9308. #Kunena .kforum-pathway .path-element:before {
  9309. position: absolute;
  9310. left: 1px;
  9311. top: 50%;
  9312. border-left: 4px solid #aaaaaa;
  9313. border-top: 4px solid transparent;
  9314. border-bottom: 4px solid transparent;
  9315. content: '';
  9316. margin-top: -4px;
  9317. }
  9318. #Kunena form {
  9319. margin: 0px;
  9320. }
  9321. #Kunena form.kuena_form {
  9322. margin: 8px;
  9323. }
  9324. #Kunena .kicon-button span span {
  9325. color: #fff;
  9326. }
  9327. #Kunena div.kmessage-editmarkup-cover {
  9328. border: none;
  9329. }
  9330. #Kunena .kwho-admin,
  9331. #Kunena a.kwho-admin {
  9332. color: #f00 !important;
  9333. }
  9334. #Kunena a.kwho-admin:hover,
  9335. #Kunena a.kwho-globalmoderator:hover,
  9336. #Kunena a.kwho-moderator:hover,
  9337. #Kunena a.kwho-banned:hover,
  9338. #Kunena a.kwho-user:hover,
  9339. #Kunena a.kwho-guest:hover {
  9340. text-decoration: underline !important;
  9341. }
  9342. #Kunena .kwho-globalmoderator,
  9343. #Kunena a.kwho-globalmoderator {
  9344. color: #800000 !important;
  9345. }
  9346. #Kunena .kwho-moderator,
  9347. #Kunena a.kwho-moderator {
  9348. color: #00f !important;
  9349. }
  9350. #Kunena .kwho-banned,
  9351. #Kunena a.kwho-banned {
  9352. color: #A39D49 !important;
  9353. }
  9354. #Kunena .kwho-user,
  9355. #Kunena a.kwho-user {
  9356. color: #5388B4 !important;
  9357. }
  9358. #Kunena .kwho-guest,
  9359. #Kunena a.kwho-guest {
  9360. color: #666 !important;
  9361. }
  9362. #Kunena label {
  9363. display: inline;
  9364. }
  9365. #Kunena .kblock div.kheader {
  9366. padding-top: 10px;
  9367. padding-bottom: 10px;
  9368. }
  9369. #Kunena div.input,
  9370. #Kunena span.input,
  9371. #Kunena td.input {
  9372. padding: 10px 0 5px;
  9373. display: inline-block;
  9374. max-width: 100%;
  9375. }
  9376. #Kunena div.input input,
  9377. #Kunena span.input input,
  9378. #Kunena td.input input {
  9379. margin-right: 5px;
  9380. }
  9381. #Kunena div.input span,
  9382. #Kunena span.input span,
  9383. #Kunena td.input span {
  9384. display: block;
  9385. padding: 10px 0 0;
  9386. white-space: nowrap;
  9387. }
  9388. #Kunena div.input span label,
  9389. #Kunena span.input span label,
  9390. #Kunena td.input span label {
  9391. display: inline-block;
  9392. margin-bottom: 10px;
  9393. }
  9394. #Kunena div.input span button,
  9395. #Kunena span.input span button,
  9396. #Kunena td.input span button {
  9397. float: right;
  9398. margin-right: 5px;
  9399. }
  9400. #Kunena .klink-block span {
  9401. padding: 0 5px 0 0;
  9402. }
  9403. #Kunena .klink-block span.kprofilebox-register {
  9404. display: block;
  9405. padding: 5px 0 0;
  9406. }
  9407. /*== 1200px and beyond ===================================================
  9408. ========================================================================*/
  9409. /* Large desktop */
  9410. /*== Up to 1200px =====================================================
  9411. ========================================================================*/
  9412. /* Large desktop */
  9413. @media (max-width: 1200px) {
  9414. #contact_map {
  9415. height: 376px;
  9416. }
  9417. .row-fluid {
  9418. margin-left: -20px;
  9419. }
  9420. .row-fluid [class*="itemSpan"],
  9421. .row-fluid [class*="span"] {
  9422. padding-left: 20px;
  9423. }
  9424. .fluid {
  9425. margin-left: -20px;
  9426. }
  9427. }
  9428. /*== Up to 980px ======================================================
  9429. ========================================================================*/
  9430. /* Narrow desktop */
  9431. @media (max-width: 979px) {
  9432. .mod-newsflash-adv ul#filters li a span {
  9433. padding: 8px;
  9434. }
  9435. .thumbnails {
  9436. margin-left: -12px;
  9437. }
  9438. .thumbnails > li {
  9439. margin-left: 12px;
  9440. }
  9441. /*footer*/
  9442. #back-top {
  9443. display: none !important;
  9444. }
  9445. .row-fluid {
  9446. margin-left: -12px;
  9447. }
  9448. .row-fluid [class*="itemSpan"],
  9449. .row-fluid [class*="span"] {
  9450. padding-left: 12px;
  9451. }
  9452. .fluid {
  9453. margin-left: -12px;
  9454. }
  9455. }
  9456. /*== Up to 980px and beyond 768px ======================================
  9457. ========================================================================*/
  9458. /* Portrait tablet to landscape and desktop */
  9459. /*== Up to 767px ======================================================
  9460. ========================================================================*/
  9461. /* Landscape phone to portrait tablet */
  9462. @media (max-width: 767px) {
  9463. body {
  9464. padding: 0;
  9465. }
  9466. body .row-container {
  9467. padding: 0 20px;
  9468. }
  9469. #logo {
  9470. float: none;
  9471. margin-right: 0;
  9472. }
  9473. .pull-right {
  9474. float: none !important;
  9475. }
  9476. .social {
  9477. margin: 16px 1px 24px;
  9478. text-align: center;
  9479. }
  9480. .social li {
  9481. margin: 0 2px;
  9482. }
  9483. .search-block .mod-search__search-block form {
  9484. margin: 0 auto;
  9485. }
  9486. .camera_caption {
  9487. display: none !important;
  9488. }
  9489. .navigation ul.sf-menu {
  9490. display: block;
  9491. }
  9492. #bottom-row,
  9493. #maintop-row {
  9494. background-repeat: repeat;
  9495. }
  9496. .mod-newsflash-adv ul#filters li a span {
  9497. padding: 2px 6px;
  9498. font-size: 12px;
  9499. }
  9500. #bottom-row .rapid_contact {
  9501. padding-top: 0;
  9502. }
  9503. #bottom-row .moduletable.indent {
  9504. padding-top: 40px;
  9505. }
  9506. #wrapper {
  9507. margin: 0;
  9508. }
  9509. #footer-wrapper {
  9510. height: auto;
  9511. }
  9512. #push {
  9513. display: none;
  9514. }
  9515. #logo {
  9516. text-align: center;
  9517. }
  9518. #logo a {
  9519. margin: 0;
  9520. }
  9521. .nav.menu.pull-right.nav-pills {
  9522. float: none;
  9523. text-align: center;
  9524. }
  9525. .nav.menu.pull-right.nav-pills li {
  9526. float: none;
  9527. display: inline-block;
  9528. }
  9529. /*content*/
  9530. [class*="cols"] [class*="span"] {
  9531. width: 100%;
  9532. }
  9533. .item-image.blog-image {
  9534. float: none;
  9535. margin: 0 0 20px 0;
  9536. }
  9537. .row-fluid [class*="itemSpan"],
  9538. .row-fluid [class*="span"] {
  9539. display: block;
  9540. float: none;
  9541. margin-left: 0;
  9542. width: auto;
  9543. }
  9544. /*gallery*/
  9545. .page-gallery ul.gallery .gallery-grid {
  9546. width: 48.5%;
  9547. max-width: 48.5%;
  9548. }
  9549. .page-gallery ul.gallery .gallery-grid .view .item_img {
  9550. max-width: 100%;
  9551. }
  9552. .page-gallery ul.gallery .gallery-grid .view .item_img a {
  9553. display: block;
  9554. }
  9555. .img-full__left.span5 {
  9556. width: 50%;
  9557. }
  9558. /*contact*/
  9559. .contact_details .contact_details_item {
  9560. width: 30%;
  9561. float: left;
  9562. }
  9563. .page-gallery ul.gallery .gallery-grid .view {
  9564. margin: 0 auto;
  9565. }
  9566. .page-gallery ul.gallery .gallery-grid .view .item_img {
  9567. float: none;
  9568. margin: 0 !important;
  9569. }
  9570. /*Modules*/
  9571. /*search*/
  9572. .mod-search__aside .mod-search_searchword {
  9573. width: 50%;
  9574. }
  9575. /*login*/
  9576. .mod-login__aside .mod-login_username,
  9577. .mod-login__aside .mod-login_passwd {
  9578. width: 50%;
  9579. }
  9580. #back-top {
  9581. display: none !important;
  9582. }
  9583. }
  9584. /*== Up to 640px ==================================================
  9585. ====================================================================*/
  9586. @media (max-width: 640px) {
  9587. #mainbottom-row {
  9588. padding-top: 40px;
  9589. }
  9590. #content-row {
  9591. padding-bottom: 0;
  9592. padding-top: 40px;
  9593. }
  9594. /*contact*/
  9595. .contact_details {
  9596. margin-bottom: 24px;
  9597. }
  9598. .contact_details .contact_details_item {
  9599. width: 100%;
  9600. float: none;
  9601. }
  9602. .layout-mode {
  9603. float: none;
  9604. }
  9605. }
  9606. /*== Up to 480px ==================================================
  9607. ====================================================================*/
  9608. /* Landscape phones and down */
  9609. @media (max-width: 479px) {
  9610. .search-block .mod-search__search-block form {
  9611. max-width: 280px;
  9612. min-width: 280px;
  9613. }
  9614. h3 {
  9615. font-size: 40px;
  9616. line-height: 50px;
  9617. margin-bottom: 24px;
  9618. }
  9619. .item_info_dl {
  9620. display: block;
  9621. }
  9622. .item_info_dl dd {
  9623. border: none !important;
  9624. display: inline-block;
  9625. text-align: left;
  9626. }
  9627. .item_info_dl dd > * {
  9628. display: inline;
  9629. }
  9630. .item_info_dl dd .fa {
  9631. display: inline-block;
  9632. }
  9633. /*contact*/
  9634. .contact_form {
  9635. width: 100%;
  9636. }
  9637. /*registration*/
  9638. .page-registration form input,
  9639. .page-remind form input,
  9640. .page-reset form input,
  9641. .page-login form input,
  9642. .page-login form input,
  9643. .page-profile__edit form input,
  9644. .page-registration form select,
  9645. .page-remind form select,
  9646. .page-reset form select,
  9647. .page-login form select,
  9648. .page-login form select,
  9649. .page-profile__edit form select {
  9650. width: 100%;
  9651. }
  9652. .page-registration form label,
  9653. .page-remind form label,
  9654. .page-reset form label,
  9655. .page-login form label,
  9656. .page-login form label,
  9657. .page-profile__edit form label {
  9658. display: inline-block;
  9659. }
  9660. /* pagination */
  9661. .pagination ul li {
  9662. display: none;
  9663. }
  9664. .pagination ul li.pagination-prev,
  9665. .pagination ul li.pagination-next {
  9666. display: inline-block;
  9667. }
  9668. /*gallery*/
  9669. .page-gallery .item_img.img-intro {
  9670. float: none;
  9671. margin: 0 0 24px 0;
  9672. }
  9673. .page-gallery ul.gallery .gallery-item {
  9674. text-align: center;
  9675. max-width: 100%;
  9676. width: 100%;
  9677. }
  9678. .page-gallery ul.gallery .gallery-item .item_img {
  9679. float: none;
  9680. margin: 0 auto 24px !important;
  9681. max-width: 100%;
  9682. }
  9683. .page-gallery ul.gallery .gallery-item .item_img img {
  9684. width: 100%;
  9685. }
  9686. .page-gallery ul.gallery .gallery-item a.zoom {
  9687. display: block;
  9688. }
  9689. .img-full__left.span5 {
  9690. width: 100%;
  9691. margin-right: 0;
  9692. }
  9693. /*blog*/
  9694. .item_img {
  9695. float: none;
  9696. margin: 0 0 24px 0;
  9697. max-width: 100%;
  9698. }
  9699. /*archive*/
  9700. .page-archive_filters select {
  9701. display: block;
  9702. width: 100%;
  9703. }
  9704. /*contact*/
  9705. .contact_details .contact_details_item {
  9706. width: 100%;
  9707. float: none;
  9708. }
  9709. /*Modules*/
  9710. /*search*/
  9711. .mod-search__aside .mod-search_searchword {
  9712. width: 100%;
  9713. }
  9714. /*login*/
  9715. .mod-login__aside .mod-login_userdata {
  9716. width: 100%;
  9717. overflow: hidden;
  9718. }
  9719. .mod-login__aside .mod-login_username,
  9720. .mod-login__aside .mod-login_passwd {
  9721. width: 100%;
  9722. }
  9723. div.modal {
  9724. position: absolute;
  9725. }
  9726. #error input {
  9727. width: 200px;
  9728. }
  9729. }
  9730. /*== Up to 340px =====================================================
  9731. ========================================================================*/
  9732. /* Portrait phones */
  9733. /*!
  9734. * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
  9735. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  9736. */
  9737. /* FONT PATH
  9738. * -------------------------- */
  9739. @font-face {
  9740. font-family: 'FontAwesome';
  9741. src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  9742. src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  9743. font-weight: normal;
  9744. font-style: normal;
  9745. }
  9746. .fa {
  9747. display: inline-block;
  9748. font-family: FontAwesome;
  9749. font-style: normal;
  9750. font-weight: normal;
  9751. line-height: 1;
  9752. -webkit-font-smoothing: antialiased;
  9753. -moz-osx-font-smoothing: grayscale;
  9754. }
  9755. /* makes the font 33% larger relative to the icon container */
  9756. .fa-lg {
  9757. font-size: 1.3333333333333333em;
  9758. line-height: 0.75em;
  9759. vertical-align: -15%;
  9760. }
  9761. .fa-2x {
  9762. font-size: 2em;
  9763. }
  9764. .fa-3x {
  9765. font-size: 3em;
  9766. }
  9767. .fa-4x {
  9768. font-size: 4em;
  9769. }
  9770. .fa-5x {
  9771. font-size: 5em;
  9772. }
  9773. .fa-fw {
  9774. width: 1.2857142857142858em;
  9775. text-align: center;
  9776. }
  9777. .fa-ul {
  9778. padding-left: 0;
  9779. margin-left: 2.142857142857143em;
  9780. list-style-type: none;
  9781. }
  9782. .fa-ul > li {
  9783. position: relative;
  9784. }
  9785. .fa-li {
  9786. position: absolute;
  9787. left: -2.142857142857143em;
  9788. width: 2.142857142857143em;
  9789. top: 0.14285714285714285em;
  9790. text-align: center;
  9791. }
  9792. .fa-li.fa-lg {
  9793. left: -1.8571428571428572em;
  9794. }
  9795. .fa-border {
  9796. padding: .2em .25em .15em;
  9797. border: solid 0.08em #eeeeee;
  9798. border-radius: .1em;
  9799. }
  9800. .pull-right {
  9801. float: right;
  9802. }
  9803. .pull-left {
  9804. float: left;
  9805. }
  9806. .fa.pull-left {
  9807. margin-right: .3em;
  9808. }
  9809. .fa.pull-right {
  9810. margin-left: .3em;
  9811. }
  9812. .fa-spin {
  9813. -webkit-animation: spin 2s infinite linear;
  9814. -moz-animation: spin 2s infinite linear;
  9815. -o-animation: spin 2s infinite linear;
  9816. animation: spin 2s infinite linear;
  9817. }
  9818. @-moz-keyframes spin {
  9819. 0% {
  9820. -moz-transform: rotate(0deg);
  9821. }
  9822. 100% {
  9823. -moz-transform: rotate(359deg);
  9824. }
  9825. }
  9826. @-webkit-keyframes spin {
  9827. 0% {
  9828. -webkit-transform: rotate(0deg);
  9829. }
  9830. 100% {
  9831. -webkit-transform: rotate(359deg);
  9832. }
  9833. }
  9834. @-o-keyframes spin {
  9835. 0% {
  9836. -o-transform: rotate(0deg);
  9837. }
  9838. 100% {
  9839. -o-transform: rotate(359deg);
  9840. }
  9841. }
  9842. @keyframes spin {
  9843. 0% {
  9844. -webkit-transform: rotate(0deg);
  9845. transform: rotate(0deg);
  9846. }
  9847. 100% {
  9848. -webkit-transform: rotate(359deg);
  9849. transform: rotate(359deg);
  9850. }
  9851. }
  9852. .fa-rotate-90 {
  9853. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  9854. -webkit-transform: rotate(90deg);
  9855. -moz-transform: rotate(90deg);
  9856. -ms-transform: rotate(90deg);
  9857. -o-transform: rotate(90deg);
  9858. transform: rotate(90deg);
  9859. }
  9860. .fa-rotate-180 {
  9861. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  9862. -webkit-transform: rotate(180deg);
  9863. -moz-transform: rotate(180deg);
  9864. -ms-transform: rotate(180deg);
  9865. -o-transform: rotate(180deg);
  9866. transform: rotate(180deg);
  9867. }
  9868. .fa-rotate-270 {
  9869. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  9870. -webkit-transform: rotate(270deg);
  9871. -moz-transform: rotate(270deg);
  9872. -ms-transform: rotate(270deg);
  9873. -o-transform: rotate(270deg);
  9874. transform: rotate(270deg);
  9875. }
  9876. .fa-flip-horizontal {
  9877. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  9878. -webkit-transform: scale(-1, 1);
  9879. -moz-transform: scale(-1, 1);
  9880. -ms-transform: scale(-1, 1);
  9881. -o-transform: scale(-1, 1);
  9882. transform: scale(-1, 1);
  9883. }
  9884. .fa-flip-vertical {
  9885. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  9886. -webkit-transform: scale(1, -1);
  9887. -moz-transform: scale(1, -1);
  9888. -ms-transform: scale(1, -1);
  9889. -o-transform: scale(1, -1);
  9890. transform: scale(1, -1);
  9891. }
  9892. .fa-stack {
  9893. position: relative;
  9894. display: inline-block;
  9895. width: 2em;
  9896. height: 2em;
  9897. line-height: 2em;
  9898. vertical-align: middle;
  9899. }
  9900. .fa-stack-1x,
  9901. .fa-stack-2x {
  9902. position: absolute;
  9903. left: 0;
  9904. width: 100%;
  9905. text-align: center;
  9906. }
  9907. .fa-stack-1x {
  9908. line-height: inherit;
  9909. }
  9910. .fa-stack-2x {
  9911. font-size: 2em;
  9912. }
  9913. .fa-inverse {
  9914. color: #ffffff;
  9915. }
  9916. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  9917. readers do not read off random characters that represent icons */
  9918. .fa-glass:before {
  9919. content: "\f000";
  9920. }
  9921. .fa-music:before {
  9922. content: "\f001";
  9923. }
  9924. .fa-search:before {
  9925. content: "\f002";
  9926. }
  9927. .fa-envelope-o:before {
  9928. content: "\f003";
  9929. }
  9930. .fa-heart:before {
  9931. content: "\f004";
  9932. }
  9933. .fa-star:before {
  9934. content: "\f005";
  9935. }
  9936. .fa-star-o:before {
  9937. content: "\f006";
  9938. }
  9939. .fa-user:before {
  9940. content: "\f007";
  9941. }
  9942. .fa-film:before {
  9943. content: "\f008";
  9944. }
  9945. .fa-th-large:before {
  9946. content: "\f009";
  9947. }
  9948. .fa-th:before {
  9949. content: "\f00a";
  9950. }
  9951. .fa-th-list:before {
  9952. content: "\f00b";
  9953. }
  9954. .fa-check:before {
  9955. content: "\f00c";
  9956. }
  9957. .fa-times:before {
  9958. content: "\f00d";
  9959. }
  9960. .fa-search-plus:before {
  9961. content: "\f00e";
  9962. }
  9963. .fa-search-minus:before {
  9964. content: "\f010";
  9965. }
  9966. .fa-power-off:before {
  9967. content: "\f011";
  9968. }
  9969. .fa-signal:before {
  9970. content: "\f012";
  9971. }
  9972. .fa-gear:before,
  9973. .fa-cog:before {
  9974. content: "\f013";
  9975. }
  9976. .fa-trash-o:before {
  9977. content: "\f014";
  9978. }
  9979. .fa-home:before {
  9980. content: "\f015";
  9981. }
  9982. .fa-file-o:before {
  9983. content: "\f016";
  9984. }
  9985. .fa-clock-o:before {
  9986. content: "\f017";
  9987. }
  9988. .fa-road:before {
  9989. content: "\f018";
  9990. }
  9991. .fa-download:before {
  9992. content: "\f019";
  9993. }
  9994. .fa-arrow-circle-o-down:before {
  9995. content: "\f01a";
  9996. }
  9997. .fa-arrow-circle-o-up:before {
  9998. content: "\f01b";
  9999. }
  10000. .fa-inbox:before {
  10001. content: "\f01c";
  10002. }
  10003. .fa-play-circle-o:before {
  10004. content: "\f01d";
  10005. }
  10006. .fa-rotate-right:before,
  10007. .fa-repeat:before {
  10008. content: "\f01e";
  10009. }
  10010. .fa-refresh:before {
  10011. content: "\f021";
  10012. }
  10013. .fa-list-alt:before {
  10014. content: "\f022";
  10015. }
  10016. .fa-lock:before {
  10017. content: "\f023";
  10018. }
  10019. .fa-flag:before {
  10020. content: "\f024";
  10021. }
  10022. .fa-headphones:before {
  10023. content: "\f025";
  10024. }
  10025. .fa-volume-off:before {
  10026. content: "\f026";
  10027. }
  10028. .fa-volume-down:before {
  10029. content: "\f027";
  10030. }
  10031. .fa-volume-up:before {
  10032. content: "\f028";
  10033. }
  10034. .fa-qrcode:before {
  10035. content: "\f029";
  10036. }
  10037. .fa-barcode:before {
  10038. content: "\f02a";
  10039. }
  10040. .fa-tag:before {
  10041. content: "\f02b";
  10042. }
  10043. .fa-tags:before {
  10044. content: "\f02c";
  10045. }
  10046. .fa-book:before {
  10047. content: "\f02d";
  10048. }
  10049. .fa-bookmark:before {
  10050. content: "\f02e";
  10051. }
  10052. .fa-print:before {
  10053. content: "\f02f";
  10054. }
  10055. .fa-camera:before {
  10056. content: "\f030";
  10057. }
  10058. .fa-font:before {
  10059. content: "\f031";
  10060. }
  10061. .fa-bold:before {
  10062. content: "\f032";
  10063. }
  10064. .fa-italic:before {
  10065. content: "\f033";
  10066. }
  10067. .fa-text-height:before {
  10068. content: "\f034";
  10069. }
  10070. .fa-text-width:before {
  10071. content: "\f035";
  10072. }
  10073. .fa-align-left:before {
  10074. content: "\f036";
  10075. }
  10076. .fa-align-center:before {
  10077. content: "\f037";
  10078. }
  10079. .fa-align-right:before {
  10080. content: "\f038";
  10081. }
  10082. .fa-align-justify:before {
  10083. content: "\f039";
  10084. }
  10085. .fa-list:before {
  10086. content: "\f03a";
  10087. }
  10088. .fa-dedent:before,
  10089. .fa-outdent:before {
  10090. content: "\f03b";
  10091. }
  10092. .fa-indent:before {
  10093. content: "\f03c";
  10094. }
  10095. .fa-video-camera:before {
  10096. content: "\f03d";
  10097. }
  10098. .fa-photo:before,
  10099. .fa-image:before,
  10100. .fa-picture-o:before {
  10101. content: "\f03e";
  10102. }
  10103. .fa-pencil:before {
  10104. content: "\f040";
  10105. }
  10106. .fa-map-marker:before {
  10107. content: "\f041";
  10108. }
  10109. .fa-adjust:before {
  10110. content: "\f042";
  10111. }
  10112. .fa-tint:before {
  10113. content: "\f043";
  10114. }
  10115. .fa-edit:before,
  10116. .fa-pencil-square-o:before {
  10117. content: "\f044";
  10118. }
  10119. .fa-share-square-o:before {
  10120. content: "\f045";
  10121. }
  10122. .fa-check-square-o:before {
  10123. content: "\f046";
  10124. }
  10125. .fa-arrows:before {
  10126. content: "\f047";
  10127. }
  10128. .fa-step-backward:before {
  10129. content: "\f048";
  10130. }
  10131. .fa-fast-backward:before {
  10132. content: "\f049";
  10133. }
  10134. .fa-backward:before {
  10135. content: "\f04a";
  10136. }
  10137. .fa-play:before {
  10138. content: "\f04b";
  10139. }
  10140. .fa-pause:before {
  10141. content: "\f04c";
  10142. }
  10143. .fa-stop:before {
  10144. content: "\f04d";
  10145. }
  10146. .fa-forward:before {
  10147. content: "\f04e";
  10148. }
  10149. .fa-fast-forward:before {
  10150. content: "\f050";
  10151. }
  10152. .fa-step-forward:before {
  10153. content: "\f051";
  10154. }
  10155. .fa-eject:before {
  10156. content: "\f052";
  10157. }
  10158. .fa-chevron-left:before {
  10159. content: "\f053";
  10160. }
  10161. .fa-chevron-right:before {
  10162. content: "\f054";
  10163. }
  10164. .fa-plus-circle:before {
  10165. content: "\f055";
  10166. }
  10167. .fa-minus-circle:before {
  10168. content: "\f056";
  10169. }
  10170. .fa-times-circle:before {
  10171. content: "\f057";
  10172. }
  10173. .fa-check-circle:before {
  10174. content: "\f058";
  10175. }
  10176. .fa-question-circle:before {
  10177. content: "\f059";
  10178. }
  10179. .fa-info-circle:before {
  10180. content: "\f05a";
  10181. }
  10182. .fa-crosshairs:before {
  10183. content: "\f05b";
  10184. }
  10185. .fa-times-circle-o:before {
  10186. content: "\f05c";
  10187. }
  10188. .fa-check-circle-o:before {
  10189. content: "\f05d";
  10190. }
  10191. .fa-ban:before {
  10192. content: "\f05e";
  10193. }
  10194. .fa-arrow-left:before {
  10195. content: "\f060";
  10196. }
  10197. .fa-arrow-right:before {
  10198. content: "\f061";
  10199. }
  10200. .fa-arrow-up:before {
  10201. content: "\f062";
  10202. }
  10203. .fa-arrow-down:before {
  10204. content: "\f063";
  10205. }
  10206. .fa-mail-forward:before,
  10207. .fa-share:before {
  10208. content: "\f064";
  10209. }
  10210. .fa-expand:before {
  10211. content: "\f065";
  10212. }
  10213. .fa-compress:before {
  10214. content: "\f066";
  10215. }
  10216. .fa-plus:before {
  10217. content: "\f067";
  10218. }
  10219. .fa-minus:before {
  10220. content: "\f068";
  10221. }
  10222. .fa-asterisk:before {
  10223. content: "\f069";
  10224. }
  10225. .fa-exclamation-circle:before {
  10226. content: "\f06a";
  10227. }
  10228. .fa-gift:before {
  10229. content: "\f06b";
  10230. }
  10231. .fa-leaf:before {
  10232. content: "\f06c";
  10233. }
  10234. .fa-fire:before {
  10235. content: "\f06d";
  10236. }
  10237. .fa-eye:before {
  10238. content: "\f06e";
  10239. }
  10240. .fa-eye-slash:before {
  10241. content: "\f070";
  10242. }
  10243. .fa-warning:before,
  10244. .fa-exclamation-triangle:before {
  10245. content: "\f071";
  10246. }
  10247. .fa-plane:before {
  10248. content: "\f072";
  10249. }
  10250. .fa-calendar:before {
  10251. content: "\f073";
  10252. }
  10253. .fa-random:before {
  10254. content: "\f074";
  10255. }
  10256. .fa-comment:before {
  10257. content: "\f075";
  10258. }
  10259. .fa-magnet:before {
  10260. content: "\f076";
  10261. }
  10262. .fa-chevron-up:before {
  10263. content: "\f077";
  10264. }
  10265. .fa-chevron-down:before {
  10266. content: "\f078";
  10267. }
  10268. .fa-retweet:before {
  10269. content: "\f079";
  10270. }
  10271. .fa-shopping-cart:before {
  10272. content: "\f07a";
  10273. }
  10274. .fa-folder:before {
  10275. content: "\f07b";
  10276. }
  10277. .fa-folder-open:before {
  10278. content: "\f07c";
  10279. }
  10280. .fa-arrows-v:before {
  10281. content: "\f07d";
  10282. }
  10283. .fa-arrows-h:before {
  10284. content: "\f07e";
  10285. }
  10286. .fa-bar-chart-o:before {
  10287. content: "\f080";
  10288. }
  10289. .fa-twitter-square:before {
  10290. content: "\f081";
  10291. }
  10292. .fa-facebook-square:before {
  10293. content: "\f082";
  10294. }
  10295. .fa-camera-retro:before {
  10296. content: "\f083";
  10297. }
  10298. .fa-key:before {
  10299. content: "\f084";
  10300. }
  10301. .fa-gears:before,
  10302. .fa-cogs:before {
  10303. content: "\f085";
  10304. }
  10305. .fa-comments:before {
  10306. content: "\f086";
  10307. }
  10308. .fa-thumbs-o-up:before {
  10309. content: "\f087";
  10310. }
  10311. .fa-thumbs-o-down:before {
  10312. content: "\f088";
  10313. }
  10314. .fa-star-half:before {
  10315. content: "\f089";
  10316. }
  10317. .fa-heart-o:before {
  10318. content: "\f08a";
  10319. }
  10320. .fa-sign-out:before {
  10321. content: "\f08b";
  10322. }
  10323. .fa-linkedin-square:before {
  10324. content: "\f08c";
  10325. }
  10326. .fa-thumb-tack:before {
  10327. content: "\f08d";
  10328. }
  10329. .fa-external-link:before {
  10330. content: "\f08e";
  10331. }
  10332. .fa-sign-in:before {
  10333. content: "\f090";
  10334. }
  10335. .fa-trophy:before {
  10336. content: "\f091";
  10337. }
  10338. .fa-github-square:before {
  10339. content: "\f092";
  10340. }
  10341. .fa-upload:before {
  10342. content: "\f093";
  10343. }
  10344. .fa-lemon-o:before {
  10345. content: "\f094";
  10346. }
  10347. .fa-phone:before {
  10348. content: "\f095";
  10349. }
  10350. .fa-square-o:before {
  10351. content: "\f096";
  10352. }
  10353. .fa-bookmark-o:before {
  10354. content: "\f097";
  10355. }
  10356. .fa-phone-square:before {
  10357. content: "\f098";
  10358. }
  10359. .fa-twitter:before {
  10360. content: "\f099";
  10361. }
  10362. .fa-facebook:before {
  10363. content: "\f09a";
  10364. }
  10365. .fa-github:before {
  10366. content: "\f09b";
  10367. }
  10368. .fa-unlock:before {
  10369. content: "\f09c";
  10370. }
  10371. .fa-credit-card:before {
  10372. content: "\f09d";
  10373. }
  10374. .fa-rss:before {
  10375. content: "\f09e";
  10376. }
  10377. .fa-hdd-o:before {
  10378. content: "\f0a0";
  10379. }
  10380. .fa-bullhorn:before {
  10381. content: "\f0a1";
  10382. }
  10383. .fa-bell:before {
  10384. content: "\f0f3";
  10385. }
  10386. .fa-certificate:before {
  10387. content: "\f0a3";
  10388. }
  10389. .fa-hand-o-right:before {
  10390. content: "\f0a4";
  10391. }
  10392. .fa-hand-o-left:before {
  10393. content: "\f0a5";
  10394. }
  10395. .fa-hand-o-up:before {
  10396. content: "\f0a6";
  10397. }
  10398. .fa-hand-o-down:before {
  10399. content: "\f0a7";
  10400. }
  10401. .fa-arrow-circle-left:before {
  10402. content: "\f0a8";
  10403. }
  10404. .fa-arrow-circle-right:before {
  10405. content: "\f0a9";
  10406. }
  10407. .fa-arrow-circle-up:before {
  10408. content: "\f0aa";
  10409. }
  10410. .fa-arrow-circle-down:before {
  10411. content: "\f0ab";
  10412. }
  10413. .fa-globe:before {
  10414. content: "\f0ac";
  10415. }
  10416. .fa-wrench:before {
  10417. content: "\f0ad";
  10418. }
  10419. .fa-tasks:before {
  10420. content: "\f0ae";
  10421. }
  10422. .fa-filter:before {
  10423. content: "\f0b0";
  10424. }
  10425. .fa-briefcase:before {
  10426. content: "\f0b1";
  10427. }
  10428. .fa-arrows-alt:before {
  10429. content: "\f0b2";
  10430. }
  10431. .fa-group:before,
  10432. .fa-users:before {
  10433. content: "\f0c0";
  10434. }
  10435. .fa-chain:before,
  10436. .fa-link:before {
  10437. content: "\f0c1";
  10438. }
  10439. .fa-cloud:before {
  10440. content: "\f0c2";
  10441. }
  10442. .fa-flask:before {
  10443. content: "\f0c3";
  10444. }
  10445. .fa-cut:before,
  10446. .fa-scissors:before {
  10447. content: "\f0c4";
  10448. }
  10449. .fa-copy:before,
  10450. .fa-files-o:before {
  10451. content: "\f0c5";
  10452. }
  10453. .fa-paperclip:before {
  10454. content: "\f0c6";
  10455. }
  10456. .fa-save:before,
  10457. .fa-floppy-o:before {
  10458. content: "\f0c7";
  10459. }
  10460. .fa-square:before {
  10461. content: "\f0c8";
  10462. }
  10463. .fa-navicon:before,
  10464. .fa-reorder:before,
  10465. .fa-bars:before {
  10466. content: "\f0c9";
  10467. }
  10468. .fa-list-ul:before {
  10469. content: "\f0ca";
  10470. }
  10471. .fa-list-ol:before {
  10472. content: "\f0cb";
  10473. }
  10474. .fa-strikethrough:before {
  10475. content: "\f0cc";
  10476. }
  10477. .fa-underline:before {
  10478. content: "\f0cd";
  10479. }
  10480. .fa-table:before {
  10481. content: "\f0ce";
  10482. }
  10483. .fa-magic:before {
  10484. content: "\f0d0";
  10485. }
  10486. .fa-truck:before {
  10487. content: "\f0d1";
  10488. }
  10489. .fa-pinterest:before {
  10490. content: "\f0d2";
  10491. }
  10492. .fa-pinterest-square:before {
  10493. content: "\f0d3";
  10494. }
  10495. .fa-google-plus-square:before {
  10496. content: "\f0d4";
  10497. }
  10498. .fa-google-plus:before {
  10499. content: "\f0d5";
  10500. }
  10501. .fa-money:before {
  10502. content: "\f0d6";
  10503. }
  10504. .fa-caret-down:before {
  10505. content: "\f0d7";
  10506. }
  10507. .fa-caret-up:before {
  10508. content: "\f0d8";
  10509. }
  10510. .fa-caret-left:before {
  10511. content: "\f0d9";
  10512. }
  10513. .fa-caret-right:before {
  10514. content: "\f0da";
  10515. }
  10516. .fa-columns:before {
  10517. content: "\f0db";
  10518. }
  10519. .fa-unsorted:before,
  10520. .fa-sort:before {
  10521. content: "\f0dc";
  10522. }
  10523. .fa-sort-down:before,
  10524. .fa-sort-desc:before {
  10525. content: "\f0dd";
  10526. }
  10527. .fa-sort-up:before,
  10528. .fa-sort-asc:before {
  10529. content: "\f0de";
  10530. }
  10531. .fa-envelope:before {
  10532. content: "\f0e0";
  10533. }
  10534. .fa-linkedin:before {
  10535. content: "\f0e1";
  10536. }
  10537. .fa-rotate-left:before,
  10538. .fa-undo:before {
  10539. content: "\f0e2";
  10540. }
  10541. .fa-legal:before,
  10542. .fa-gavel:before {
  10543. content: "\f0e3";
  10544. }
  10545. .fa-dashboard:before,
  10546. .fa-tachometer:before {
  10547. content: "\f0e4";
  10548. }
  10549. .fa-comment-o:before {
  10550. content: "\f0e5";
  10551. }
  10552. .fa-comments-o:before {
  10553. content: "\f0e6";
  10554. }
  10555. .fa-flash:before,
  10556. .fa-bolt:before {
  10557. content: "\f0e7";
  10558. }
  10559. .fa-sitemap:before {
  10560. content: "\f0e8";
  10561. }
  10562. .fa-umbrella:before {
  10563. content: "\f0e9";
  10564. }
  10565. .fa-paste:before,
  10566. .fa-clipboard:before {
  10567. content: "\f0ea";
  10568. }
  10569. .fa-lightbulb-o:before {
  10570. content: "\f0eb";
  10571. }
  10572. .fa-exchange:before {
  10573. content: "\f0ec";
  10574. }
  10575. .fa-cloud-download:before {
  10576. content: "\f0ed";
  10577. }
  10578. .fa-cloud-upload:before {
  10579. content: "\f0ee";
  10580. }
  10581. .fa-user-md:before {
  10582. content: "\f0f0";
  10583. }
  10584. .fa-stethoscope:before {
  10585. content: "\f0f1";
  10586. }
  10587. .fa-suitcase:before {
  10588. content: "\f0f2";
  10589. }
  10590. .fa-bell-o:before {
  10591. content: "\f0a2";
  10592. }
  10593. .fa-coffee:before {
  10594. content: "\f0f4";
  10595. }
  10596. .fa-cutlery:before {
  10597. content: "\f0f5";
  10598. }
  10599. .fa-file-text-o:before {
  10600. content: "\f0f6";
  10601. }
  10602. .fa-building-o:before {
  10603. content: "\f0f7";
  10604. }
  10605. .fa-hospital-o:before {
  10606. content: "\f0f8";
  10607. }
  10608. .fa-ambulance:before {
  10609. content: "\f0f9";
  10610. }
  10611. .fa-medkit:before {
  10612. content: "\f0fa";
  10613. }
  10614. .fa-fighter-jet:before {
  10615. content: "\f0fb";
  10616. }
  10617. .fa-beer:before {
  10618. content: "\f0fc";
  10619. }
  10620. .fa-h-square:before {
  10621. content: "\f0fd";
  10622. }
  10623. .fa-plus-square:before {
  10624. content: "\f0fe";
  10625. }
  10626. .fa-angle-double-left:before {
  10627. content: "\f100";
  10628. }
  10629. .fa-angle-double-right:before {
  10630. content: "\f101";
  10631. }
  10632. .fa-angle-double-up:before {
  10633. content: "\f102";
  10634. }
  10635. .fa-angle-double-down:before {
  10636. content: "\f103";
  10637. }
  10638. .fa-angle-left:before {
  10639. content: "\f104";
  10640. }
  10641. .fa-angle-right:before {
  10642. content: "\f105";
  10643. }
  10644. .fa-angle-up:before {
  10645. content: "\f106";
  10646. }
  10647. .fa-angle-down:before {
  10648. content: "\f107";
  10649. }
  10650. .fa-desktop:before {
  10651. content: "\f108";
  10652. }
  10653. .fa-laptop:before {
  10654. content: "\f109";
  10655. }
  10656. .fa-tablet:before {
  10657. content: "\f10a";
  10658. }
  10659. .fa-mobile-phone:before,
  10660. .fa-mobile:before {
  10661. content: "\f10b";
  10662. }
  10663. .fa-circle-o:before {
  10664. content: "\f10c";
  10665. }
  10666. .fa-quote-left:before {
  10667. content: "\f10d";
  10668. }
  10669. .fa-quote-right:before {
  10670. content: "\f10e";
  10671. }
  10672. .fa-spinner:before {
  10673. content: "\f110";
  10674. }
  10675. .fa-circle:before {
  10676. content: "\f111";
  10677. }
  10678. .fa-mail-reply:before,
  10679. .fa-reply:before {
  10680. content: "\f112";
  10681. }
  10682. .fa-github-alt:before {
  10683. content: "\f113";
  10684. }
  10685. .fa-folder-o:before {
  10686. content: "\f114";
  10687. }
  10688. .fa-folder-open-o:before {
  10689. content: "\f115";
  10690. }
  10691. .fa-smile-o:before {
  10692. content: "\f118";
  10693. }
  10694. .fa-frown-o:before {
  10695. content: "\f119";
  10696. }
  10697. .fa-meh-o:before {
  10698. content: "\f11a";
  10699. }
  10700. .fa-gamepad:before {
  10701. content: "\f11b";
  10702. }
  10703. .fa-keyboard-o:before {
  10704. content: "\f11c";
  10705. }
  10706. .fa-flag-o:before {
  10707. content: "\f11d";
  10708. }
  10709. .fa-flag-checkered:before {
  10710. content: "\f11e";
  10711. }
  10712. .fa-terminal:before {
  10713. content: "\f120";
  10714. }
  10715. .fa-code:before {
  10716. content: "\f121";
  10717. }
  10718. .fa-mail-reply-all:before,
  10719. .fa-reply-all:before {
  10720. content: "\f122";
  10721. }
  10722. .fa-star-half-empty:before,
  10723. .fa-star-half-full:before,
  10724. .fa-star-half-o:before {
  10725. content: "\f123";
  10726. }
  10727. .fa-location-arrow:before {
  10728. content: "\f124";
  10729. }
  10730. .fa-crop:before {
  10731. content: "\f125";
  10732. }
  10733. .fa-code-fork:before {
  10734. content: "\f126";
  10735. }
  10736. .fa-unlink:before,
  10737. .fa-chain-broken:before {
  10738. content: "\f127";
  10739. }
  10740. .fa-question:before {
  10741. content: "\f128";
  10742. }
  10743. .fa-info:before {
  10744. content: "\f129";
  10745. }
  10746. .fa-exclamation:before {
  10747. content: "\f12a";
  10748. }
  10749. .fa-superscript:before {
  10750. content: "\f12b";
  10751. }
  10752. .fa-subscript:before {
  10753. content: "\f12c";
  10754. }
  10755. .fa-eraser:before {
  10756. content: "\f12d";
  10757. }
  10758. .fa-puzzle-piece:before {
  10759. content: "\f12e";
  10760. }
  10761. .fa-microphone:before {
  10762. content: "\f130";
  10763. }
  10764. .fa-microphone-slash:before {
  10765. content: "\f131";
  10766. }
  10767. .fa-shield:before {
  10768. content: "\f132";
  10769. }
  10770. .fa-calendar-o:before {
  10771. content: "\f133";
  10772. }
  10773. .fa-fire-extinguisher:before {
  10774. content: "\f134";
  10775. }
  10776. .fa-rocket:before {
  10777. content: "\f135";
  10778. }
  10779. .fa-maxcdn:before {
  10780. content: "\f136";
  10781. }
  10782. .fa-chevron-circle-left:before {
  10783. content: "\f137";
  10784. }
  10785. .fa-chevron-circle-right:before {
  10786. content: "\f138";
  10787. }
  10788. .fa-chevron-circle-up:before {
  10789. content: "\f139";
  10790. }
  10791. .fa-chevron-circle-down:before {
  10792. content: "\f13a";
  10793. }
  10794. .fa-html5:before {
  10795. content: "\f13b";
  10796. }
  10797. .fa-css3:before {
  10798. content: "\f13c";
  10799. }
  10800. .fa-anchor:before {
  10801. content: "\f13d";
  10802. }
  10803. .fa-unlock-alt:before {
  10804. content: "\f13e";
  10805. }
  10806. .fa-bullseye:before {
  10807. content: "\f140";
  10808. }
  10809. .fa-ellipsis-h:before {
  10810. content: "\f141";
  10811. }
  10812. .fa-ellipsis-v:before {
  10813. content: "\f142";
  10814. }
  10815. .fa-rss-square:before {
  10816. content: "\f143";
  10817. }
  10818. .fa-play-circle:before {
  10819. content: "\f144";
  10820. }
  10821. .fa-ticket:before {
  10822. content: "\f145";
  10823. }
  10824. .fa-minus-square:before {
  10825. content: "\f146";
  10826. }
  10827. .fa-minus-square-o:before {
  10828. content: "\f147";
  10829. }
  10830. .fa-level-up:before {
  10831. content: "\f148";
  10832. }
  10833. .fa-level-down:before {
  10834. content: "\f149";
  10835. }
  10836. .fa-check-square:before {
  10837. content: "\f14a";
  10838. }
  10839. .fa-pencil-square:before {
  10840. content: "\f14b";
  10841. }
  10842. .fa-external-link-square:before {
  10843. content: "\f14c";
  10844. }
  10845. .fa-share-square:before {
  10846. content: "\f14d";
  10847. }
  10848. .fa-compass:before {
  10849. content: "\f14e";
  10850. }
  10851. .fa-toggle-down:before,
  10852. .fa-caret-square-o-down:before {
  10853. content: "\f150";
  10854. }
  10855. .fa-toggle-up:before,
  10856. .fa-caret-square-o-up:before {
  10857. content: "\f151";
  10858. }
  10859. .fa-toggle-right:before,
  10860. .fa-caret-square-o-right:before {
  10861. content: "\f152";
  10862. }
  10863. .fa-euro:before,
  10864. .fa-eur:before {
  10865. content: "\f153";
  10866. }
  10867. .fa-gbp:before {
  10868. content: "\f154";
  10869. }
  10870. .fa-dollar:before,
  10871. .fa-usd:before {
  10872. content: "\f155";
  10873. }
  10874. .fa-rupee:before,
  10875. .fa-inr:before {
  10876. content: "\f156";
  10877. }
  10878. .fa-cny:before,
  10879. .fa-rmb:before,
  10880. .fa-yen:before,
  10881. .fa-jpy:before {
  10882. content: "\f157";
  10883. }
  10884. .fa-ruble:before,
  10885. .fa-rouble:before,
  10886. .fa-rub:before {
  10887. content: "\f158";
  10888. }
  10889. .fa-won:before,
  10890. .fa-krw:before {
  10891. content: "\f159";
  10892. }
  10893. .fa-bitcoin:before,
  10894. .fa-btc:before {
  10895. content: "\f15a";
  10896. }
  10897. .fa-file:before {
  10898. content: "\f15b";
  10899. }
  10900. .fa-file-text:before {
  10901. content: "\f15c";
  10902. }
  10903. .fa-sort-alpha-asc:before {
  10904. content: "\f15d";
  10905. }
  10906. .fa-sort-alpha-desc:before {
  10907. content: "\f15e";
  10908. }
  10909. .fa-sort-amount-asc:before {
  10910. content: "\f160";
  10911. }
  10912. .fa-sort-amount-desc:before {
  10913. content: "\f161";
  10914. }
  10915. .fa-sort-numeric-asc:before {
  10916. content: "\f162";
  10917. }
  10918. .fa-sort-numeric-desc:before {
  10919. content: "\f163";
  10920. }
  10921. .fa-thumbs-up:before {
  10922. content: "\f164";
  10923. }
  10924. .fa-thumbs-down:before {
  10925. content: "\f165";
  10926. }
  10927. .fa-youtube-square:before {
  10928. content: "\f166";
  10929. }
  10930. .fa-youtube:before {
  10931. content: "\f167";
  10932. }
  10933. .fa-xing:before {
  10934. content: "\f168";
  10935. }
  10936. .fa-xing-square:before {
  10937. content: "\f169";
  10938. }
  10939. .fa-youtube-play:before {
  10940. content: "\f16a";
  10941. }
  10942. .fa-dropbox:before {
  10943. content: "\f16b";
  10944. }
  10945. .fa-stack-overflow:before {
  10946. content: "\f16c";
  10947. }
  10948. .fa-instagram:before {
  10949. content: "\f16d";
  10950. }
  10951. .fa-flickr:before {
  10952. content: "\f16e";
  10953. }
  10954. .fa-adn:before {
  10955. content: "\f170";
  10956. }
  10957. .fa-bitbucket:before {
  10958. content: "\f171";
  10959. }
  10960. .fa-bitbucket-square:before {
  10961. content: "\f172";
  10962. }
  10963. .fa-tumblr:before {
  10964. content: "\f173";
  10965. }
  10966. .fa-tumblr-square:before {
  10967. content: "\f174";
  10968. }
  10969. .fa-long-arrow-down:before {
  10970. content: "\f175";
  10971. }
  10972. .fa-long-arrow-up:before {
  10973. content: "\f176";
  10974. }
  10975. .fa-long-arrow-left:before {
  10976. content: "\f177";
  10977. }
  10978. .fa-long-arrow-right:before {
  10979. content: "\f178";
  10980. }
  10981. .fa-apple:before {
  10982. content: "\f179";
  10983. }
  10984. .fa-windows:before {
  10985. content: "\f17a";
  10986. }
  10987. .fa-android:before {
  10988. content: "\f17b";
  10989. }
  10990. .fa-linux:before {
  10991. content: "\f17c";
  10992. }
  10993. .fa-dribbble:before {
  10994. content: "\f17d";
  10995. }
  10996. .fa-skype:before {
  10997. content: "\f17e";
  10998. }
  10999. .fa-foursquare:before {
  11000. content: "\f180";
  11001. }
  11002. .fa-trello:before {
  11003. content: "\f181";
  11004. }
  11005. .fa-female:before {
  11006. content: "\f182";
  11007. }
  11008. .fa-male:before {
  11009. content: "\f183";
  11010. }
  11011. .fa-gittip:before {
  11012. content: "\f184";
  11013. }
  11014. .fa-sun-o:before {
  11015. content: "\f185";
  11016. }
  11017. .fa-moon-o:before {
  11018. content: "\f186";
  11019. }
  11020. .fa-archive:before {
  11021. content: "\f187";
  11022. }
  11023. .fa-bug:before {
  11024. content: "\f188";
  11025. }
  11026. .fa-vk:before {
  11027. content: "\f189";
  11028. }
  11029. .fa-weibo:before {
  11030. content: "\f18a";
  11031. }
  11032. .fa-renren:before {
  11033. content: "\f18b";
  11034. }
  11035. .fa-pagelines:before {
  11036. content: "\f18c";
  11037. }
  11038. .fa-stack-exchange:before {
  11039. content: "\f18d";
  11040. }
  11041. .fa-arrow-circle-o-right:before {
  11042. content: "\f18e";
  11043. }
  11044. .fa-arrow-circle-o-left:before {
  11045. content: "\f190";
  11046. }
  11047. .fa-toggle-left:before,
  11048. .fa-caret-square-o-left:before {
  11049. content: "\f191";
  11050. }
  11051. .fa-dot-circle-o:before {
  11052. content: "\f192";
  11053. }
  11054. .fa-wheelchair:before {
  11055. content: "\f193";
  11056. }
  11057. .fa-vimeo-square:before {
  11058. content: "\f194";
  11059. }
  11060. .fa-turkish-lira:before,
  11061. .fa-try:before {
  11062. content: "\f195";
  11063. }
  11064. .fa-plus-square-o:before {
  11065. content: "\f196";
  11066. }
  11067. .fa-space-shuttle:before {
  11068. content: "\f197";
  11069. }
  11070. .fa-slack:before {
  11071. content: "\f198";
  11072. }
  11073. .fa-envelope-square:before {
  11074. content: "\f199";
  11075. }
  11076. .fa-wordpress:before {
  11077. content: "\f19a";
  11078. }
  11079. .fa-openid:before {
  11080. content: "\f19b";
  11081. }
  11082. .fa-institution:before,
  11083. .fa-bank:before,
  11084. .fa-university:before {
  11085. content: "\f19c";
  11086. }
  11087. .fa-mortar-board:before,
  11088. .fa-graduation-cap:before {
  11089. content: "\f19d";
  11090. }
  11091. .fa-yahoo:before {
  11092. content: "\f19e";
  11093. }
  11094. .fa-google:before {
  11095. content: "\f1a0";
  11096. }
  11097. .fa-reddit:before {
  11098. content: "\f1a1";
  11099. }
  11100. .fa-reddit-square:before {
  11101. content: "\f1a2";
  11102. }
  11103. .fa-stumbleupon-circle:before {
  11104. content: "\f1a3";
  11105. }
  11106. .fa-stumbleupon:before {
  11107. content: "\f1a4";
  11108. }
  11109. .fa-delicious:before {
  11110. content: "\f1a5";
  11111. }
  11112. .fa-digg:before {
  11113. content: "\f1a6";
  11114. }
  11115. .fa-pied-piper-square:before,
  11116. .fa-pied-piper:before {
  11117. content: "\f1a7";
  11118. }
  11119. .fa-pied-piper-alt:before {
  11120. content: "\f1a8";
  11121. }
  11122. .fa-drupal:before {
  11123. content: "\f1a9";
  11124. }
  11125. .fa-joomla:before {
  11126. content: "\f1aa";
  11127. }
  11128. .fa-language:before {
  11129. content: "\f1ab";
  11130. }
  11131. .fa-fax:before {
  11132. content: "\f1ac";
  11133. }
  11134. .fa-building:before {
  11135. content: "\f1ad";
  11136. }
  11137. .fa-child:before {
  11138. content: "\f1ae";
  11139. }
  11140. .fa-paw:before {
  11141. content: "\f1b0";
  11142. }
  11143. .fa-spoon:before {
  11144. content: "\f1b1";
  11145. }
  11146. .fa-cube:before {
  11147. content: "\f1b2";
  11148. }
  11149. .fa-cubes:before {
  11150. content: "\f1b3";
  11151. }
  11152. .fa-behance:before {
  11153. content: "\f1b4";
  11154. }
  11155. .fa-behance-square:before {
  11156. content: "\f1b5";
  11157. }
  11158. .fa-steam:before {
  11159. content: "\f1b6";
  11160. }
  11161. .fa-steam-square:before {
  11162. content: "\f1b7";
  11163. }
  11164. .fa-recycle:before {
  11165. content: "\f1b8";
  11166. }
  11167. .fa-automobile:before,
  11168. .fa-car:before {
  11169. content: "\f1b9";
  11170. }
  11171. .fa-cab:before,
  11172. .fa-taxi:before {
  11173. content: "\f1ba";
  11174. }
  11175. .fa-tree:before {
  11176. content: "\f1bb";
  11177. }
  11178. .fa-spotify:before {
  11179. content: "\f1bc";
  11180. }
  11181. .fa-deviantart:before {
  11182. content: "\f1bd";
  11183. }
  11184. .fa-soundcloud:before {
  11185. content: "\f1be";
  11186. }
  11187. .fa-database:before {
  11188. content: "\f1c0";
  11189. }
  11190. .fa-file-pdf-o:before {
  11191. content: "\f1c1";
  11192. }
  11193. .fa-file-word-o:before {
  11194. content: "\f1c2";
  11195. }
  11196. .fa-file-excel-o:before {
  11197. content: "\f1c3";
  11198. }
  11199. .fa-file-powerpoint-o:before {
  11200. content: "\f1c4";
  11201. }
  11202. .fa-file-photo-o:before,
  11203. .fa-file-picture-o:before,
  11204. .fa-file-image-o:before {
  11205. content: "\f1c5";
  11206. }
  11207. .fa-file-zip-o:before,
  11208. .fa-file-archive-o:before {
  11209. content: "\f1c6";
  11210. }
  11211. .fa-file-sound-o:before,
  11212. .fa-file-audio-o:before {
  11213. content: "\f1c7";
  11214. }
  11215. .fa-file-movie-o:before,
  11216. .fa-file-video-o:before {
  11217. content: "\f1c8";
  11218. }
  11219. .fa-file-code-o:before {
  11220. content: "\f1c9";
  11221. }
  11222. .fa-vine:before {
  11223. content: "\f1ca";
  11224. }
  11225. .fa-codepen:before {
  11226. content: "\f1cb";
  11227. }
  11228. .fa-jsfiddle:before {
  11229. content: "\f1cc";
  11230. }
  11231. .fa-life-bouy:before,
  11232. .fa-life-saver:before,
  11233. .fa-support:before,
  11234. .fa-life-ring:before {
  11235. content: "\f1cd";
  11236. }
  11237. .fa-circle-o-notch:before {
  11238. content: "\f1ce";
  11239. }
  11240. .fa-ra:before,
  11241. .fa-rebel:before {
  11242. content: "\f1d0";
  11243. }
  11244. .fa-ge:before,
  11245. .fa-empire:before {
  11246. content: "\f1d1";
  11247. }
  11248. .fa-git-square:before {
  11249. content: "\f1d2";
  11250. }
  11251. .fa-git:before {
  11252. content: "\f1d3";
  11253. }
  11254. .fa-hacker-news:before {
  11255. content: "\f1d4";
  11256. }
  11257. .fa-tencent-weibo:before {
  11258. content: "\f1d5";
  11259. }
  11260. .fa-qq:before {
  11261. content: "\f1d6";
  11262. }
  11263. .fa-wechat:before,
  11264. .fa-weixin:before {
  11265. content: "\f1d7";
  11266. }
  11267. .fa-send:before,
  11268. .fa-paper-plane:before {
  11269. content: "\f1d8";
  11270. }
  11271. .fa-send-o:before,
  11272. .fa-paper-plane-o:before {
  11273. content: "\f1d9";
  11274. }
  11275. .fa-history:before {
  11276. content: "\f1da";
  11277. }
  11278. .fa-circle-thin:before {
  11279. content: "\f1db";
  11280. }
  11281. .fa-header:before {
  11282. content: "\f1dc";
  11283. }
  11284. .fa-paragraph:before {
  11285. content: "\f1dd";
  11286. }
  11287. .fa-sliders:before {
  11288. content: "\f1de";
  11289. }
  11290. .fa-share-alt:before {
  11291. content: "\f1e0";
  11292. }
  11293. .fa-share-alt-square:before {
  11294. content: "\f1e1";
  11295. }
  11296. .fa-bomb:before {
  11297. content: "\f1e2";
  11298. }
  11299.  
  11300. @font-face {
  11301. font-family: Titulos;
  11302. src: url(Ramabhadra-Regular.ttf);
  11303. }
  11304.  
  11305. h3{
  11306. font-family: Titulos;
  11307. margin-bottom:10px;
  11308. text-transform: uppercase;
  11309. }
  11310.  
  11311. .moduleTitle.title {
  11312. color: #d25a3f !important;
  11313. }
  11314.  
  11315. h1.map_wrapper {
  11316. font-size:16px;
  11317. font-weight: normal;
  11318. }
  11319.  
  11320. .filters {
  11321. display:none;
  11322. }
  11323.  
  11324. .sorting {
  11325. display:none;
  11326. }
  11327.  
  11328. .layout-mode {
  11329. display:none;
  11330. }
Add Comment
Please, Sign In to add comment