kaz050457

css

Jul 25th, 2016
724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 306.07 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: 40px;
  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: Arial, Helvetica, sans-serif;
  197. font-size: 13px;
  198. line-height: 21px;
  199. color: #818282;
  200. background-color: #ffffff;
  201. }
  202. a {
  203. color: #d5bf55;
  204. text-decoration: none;
  205. }
  206. a:hover,
  207. a:focus {
  208. color: #3e3e3e;
  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: 40px;
  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 10.5px;
  538. }
  539. .lead {
  540. margin-bottom: 21px;
  541. font-size: 19.5px;
  542. font-weight: 200;
  543. line-height: 31.5px;
  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: 10.5px 0;
  608. font-family: inherit;
  609. font-weight: bold;
  610. line-height: 21px;
  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: 42px;
  628. }
  629. h1 {
  630. font-size: 35.75px;
  631. }
  632. h2 {
  633. font-size: 29.25px;
  634. }
  635. h3 {
  636. font-size: 22.75px;
  637. }
  638. h4 {
  639. font-size: 16.25px;
  640. }
  641. h5 {
  642. font-size: 13px;
  643. }
  644. h6 {
  645. font-size: 11.049999999999999px;
  646. }
  647. h1 small {
  648. font-size: 22.75px;
  649. }
  650. h2 small {
  651. font-size: 16.25px;
  652. }
  653. h3 small {
  654. font-size: 13px;
  655. }
  656. h4 small {
  657. font-size: 13px;
  658. }
  659. .page-header {
  660. padding-bottom: 9.5px;
  661. margin: 21px 0 31.5px;
  662. border-bottom: 1px solid #eeeeee;
  663. }
  664. ul,
  665. ol {
  666. padding: 0;
  667. margin: 0 0 10.5px 25px;
  668. }
  669. ul ul,
  670. ul ol,
  671. ol ol,
  672. ol ul {
  673. margin-bottom: 0;
  674. }
  675. li {
  676. line-height: 21px;
  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: 21px;
  699. }
  700. dt,
  701. dd {
  702. line-height: 21px;
  703. }
  704. dt {
  705. font-weight: bold;
  706. }
  707. dd {
  708. margin-left: 10.5px;
  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: 21px 0;
  736. border: 0;
  737. border-top: 1px solid #eeeeee;
  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 21px;
  752. border-left: 5px solid #eeeeee;
  753. }
  754. blockquote p {
  755. margin-bottom: 0;
  756. font-size: 16.25px;
  757. font-weight: 300;
  758. line-height: 1.25;
  759. }
  760. blockquote small {
  761. display: block;
  762. line-height: 21px;
  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: 21px;
  794. font-style: normal;
  795. line-height: 21px;
  796. }
  797. code,
  798. pre {
  799. padding: 0 3px 2px;
  800. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  801. font-size: 11px;
  802. color: #3e3e3e;
  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: 10px;
  817. margin: 0 0 10.5px;
  818. font-size: 12px;
  819. line-height: 21px;
  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: 21px;
  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 21px;
  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: 21px;
  859. font-size: 19.5px;
  860. line-height: 42px;
  861. color: #3e3e3e;
  862. border: 0;
  863. border-bottom: 1px solid #e5e5e5;
  864. }
  865. legend small {
  866. font-size: 15.75px;
  867. color: #999999;
  868. }
  869. label,
  870. input,
  871. button,
  872. select,
  873. textarea {
  874. font-size: 13px;
  875. font-weight: normal;
  876. line-height: 21px;
  877. }
  878. input,
  879. button,
  880. select,
  881. textarea {
  882. font-family: Arial, Helvetica, 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: 21px;
  907. padding: 4px 6px;
  908. margin-bottom: 10.5px;
  909. font-size: 13px;
  910. line-height: 21px;
  911. color: #555555;
  912. -webkit-border-radius: 3px;
  913. -moz-border-radius: 3px;
  914. border-radius: 3px;
  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: #ffffff;
  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: 40px;
  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: 40px;
  1000. }
  1001. select {
  1002. width: 220px;
  1003. border: 1px solid #cccccc;
  1004. background-color: #ffffff;
  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: #fcfcfc;
  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: 21px;
  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: 20px 20px 21px;
  1369. margin-top: 21px;
  1370. margin-bottom: 21px;
  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: #a7a8a8;
  1387. }
  1388. .help-block {
  1389. display: block;
  1390. margin-bottom: 10.5px;
  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: 10.5px;
  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: 13px;
  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 3px 3px 0;
  1431. -moz-border-radius: 0 3px 3px 0;
  1432. border-radius: 0 3px 3px 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: 21px;
  1447. min-width: 16px;
  1448. padding: 4px 5px;
  1449. font-size: 13px;
  1450. font-weight: normal;
  1451. line-height: 21px;
  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: #98e6dd;
  1471. border-color: #2cb9a8;
  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: 3px 0 0 3px;
  1480. -moz-border-radius: 3px 0 0 3px;
  1481. border-radius: 3px 0 0 3px;
  1482. }
  1483. .input-append input,
  1484. .input-append select,
  1485. .input-append .uneditable-input {
  1486. -webkit-border-radius: 3px 0 0 3px;
  1487. -moz-border-radius: 3px 0 0 3px;
  1488. border-radius: 3px 0 0 3px;
  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 3px 3px 0;
  1494. -moz-border-radius: 0 3px 3px 0;
  1495. border-radius: 0 3px 3px 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 3px 3px 0;
  1506. -moz-border-radius: 0 3px 3px 0;
  1507. border-radius: 0 3px 3px 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 3px 3px 0;
  1520. -moz-border-radius: 0 3px 3px 0;
  1521. border-radius: 0 3px 3px 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: 3px 0 0 3px;
  1527. -moz-border-radius: 3px 0 0 3px;
  1528. border-radius: 3px 0 0 3px;
  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 3px 3px 0;
  1534. -moz-border-radius: 0 3px 3px 0;
  1535. border-radius: 0 3px 3px 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: 10.5px;
  1641. }
  1642. legend + .control-group {
  1643. margin-top: 21px;
  1644. -webkit-margin-top-collapse: separate;
  1645. }
  1646. .form-horizontal .control-group {
  1647. margin-bottom: 21px;
  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: 10.5px;
  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: 21px;
  1697. }
  1698. .table th,
  1699. .table td {
  1700. padding: 8px;
  1701. line-height: 21px;
  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: 9.5px 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: 21px;
  1994. color: #3e3e3e;
  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: #d3bc4d;
  2004. background-image: -moz-linear-gradient(top, #d5bf55, #d0b741);
  2005. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5bf55), to(#d0b741));
  2006. background-image: -webkit-linear-gradient(top, #d5bf55, #d0b741);
  2007. background-image: -o-linear-gradient(top, #d5bf55, #d0b741);
  2008. background-image: linear-gradient(to bottom, #d5bf55, #d0b741);
  2009. background-repeat: repeat-x;
  2010. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5bf55', endColorstr='#ffd0b741', GradientType=0);
  2011. }
  2012. .dropdown-menu > .active > a,
  2013. .dropdown-menu > .active > a:hover,
  2014. .dropdown-menu > .active > a:focus {
  2015. color: #3e3e3e;
  2016. text-decoration: none;
  2017. outline: 0;
  2018. background-color: #d3bc4d;
  2019. background-image: -moz-linear-gradient(top, #d5bf55, #d0b741);
  2020. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5bf55), to(#d0b741));
  2021. background-image: -webkit-linear-gradient(top, #d5bf55, #d0b741);
  2022. background-image: -o-linear-gradient(top, #d5bf55, #d0b741);
  2023. background-image: linear-gradient(to bottom, #d5bf55, #d0b741);
  2024. background-repeat: repeat-x;
  2025. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5bf55', endColorstr='#ffd0b741', 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: 21px;
  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: 13px;
  2215. line-height: 21px;
  2216. text-align: center;
  2217. vertical-align: middle;
  2218. cursor: pointer;
  2219. color: #3e3e3e;
  2220. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  2221. background-color: #dcce8f;
  2222. background-image: -moz-linear-gradient(top, #d5bf55, #e6e6e6);
  2223. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5bf55), to(#e6e6e6));
  2224. background-image: -webkit-linear-gradient(top, #d5bf55, #e6e6e6);
  2225. background-image: -o-linear-gradient(top, #d5bf55, #e6e6e6);
  2226. background-image: linear-gradient(to bottom, #d5bf55, #e6e6e6);
  2227. background-repeat: repeat-x;
  2228. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5bf55', 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: #3e3e3e;
  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: #3e3e3e;
  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: 16.25px;
  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.049999999999999px;
  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: 9.75px;
  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: #cdc855;
  2356. background-image: -moz-linear-gradient(top, #d5bf55, #c0d555);
  2357. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d5bf55), to(#c0d555));
  2358. background-image: -webkit-linear-gradient(top, #d5bf55, #c0d555);
  2359. background-image: -o-linear-gradient(top, #d5bf55, #c0d555);
  2360. background-image: linear-gradient(to bottom, #d5bf55, #c0d555);
  2361. background-repeat: repeat-x;
  2362. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd5bf55', endColorstr='#ffc0d555', GradientType=0);
  2363. border-color: #c0d555 #c0d555 #9cb22c;
  2364. *background-color: #c0d555;
  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: #c0d555;
  2376. *background-color: #b9d041;
  2377. }
  2378. .btn-primary:active,
  2379. .btn-primary.active {
  2380. background-color: #aec631 \9;
  2381. }
  2382. .btn-warning {
  2383. color: #ffffff;
  2384. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2385. background-color: #efa716;
  2386. background-image: -moz-linear-gradient(top, #ffb724, #d79000);
  2387. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb724), to(#d79000));
  2388. background-image: -webkit-linear-gradient(top, #ffb724, #d79000);
  2389. background-image: -o-linear-gradient(top, #ffb724, #d79000);
  2390. background-image: linear-gradient(to bottom, #ffb724, #d79000);
  2391. background-repeat: repeat-x;
  2392. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb724', endColorstr='#ffd79000', GradientType=0);
  2393. border-color: #d79000 #d79000 #8b5d00;
  2394. *background-color: #d79000;
  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: #d79000;
  2406. *background-color: #be7f00;
  2407. }
  2408. .btn-warning:active,
  2409. .btn-warning.active {
  2410. background-color: #a46e00 \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: #d5bf55;
  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: #3e3e3e;
  2577. text-decoration: underline;
  2578. background-color: transparent;
  2579. }
  2580. .btn-link[disabled]:hover,
  2581. .btn-link[disabled]:focus {
  2582. color: #3e3e3e;
  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: 10.5px;
  2605. margin-bottom: 10.5px;
  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: 13px;
  2625. }
  2626. .btn-group > .btn-mini {
  2627. font-size: 9.75px;
  2628. }
  2629. .btn-group > .btn-small {
  2630. font-size: 11.049999999999999px;
  2631. }
  2632. .btn-group > .btn-large {
  2633. font-size: 16.25px;
  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: #c0d555;
  2717. }
  2718. .btn-group.open .btn-warning.dropdown-toggle {
  2719. background-color: #d79000;
  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: 21px;
  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: 21px;
  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: 21px;
  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: 21px;
  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: #d5bf55;
  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: 9.5px 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: 21px;
  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: #555555;
  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: #d5bf55;
  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: #d5bf55;
  3049. border-bottom-color: #d5bf55;
  3050. margin-top: 6px;
  3051. }
  3052. .nav .dropdown-toggle:hover .caret,
  3053. .nav .dropdown-toggle:focus .caret {
  3054. border-top-color: #3e3e3e;
  3055. border-bottom-color: #3e3e3e;
  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: #555555;
  3067. border-bottom-color: #555555;
  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: 21px;
  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: 9.5px 20px 9.5px;
  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: #3e3e3e;
  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: Arial, Helvetica, 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: 9.5px 15px 9.5px;
  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: #3e3e3e;
  3429. text-decoration: none;
  3430. }
  3431. .navbar .nav > .active > a,
  3432. .navbar .nav > .active > a:hover,
  3433. .navbar .nav > .active > a:focus {
  3434. color: #555555;
  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: #3e3e3e;
  3531. border-bottom-color: #3e3e3e;
  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: #555555;
  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: #555555;
  3547. border-bottom-color: #555555;
  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: #3e3e3e;
  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 21px;
  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: 21px 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: 21px;
  3756. text-decoration: none;
  3757. background-color: #dddddd;
  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: #eaeaea;
  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: 16.25px;
  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.049999999999999px;
  3854. }
  3855. .pagination-mini ul > li > a,
  3856. .pagination-mini ul > li > span {
  3857. padding: 0 6px;
  3858. font-size: 9.75px;
  3859. }
  3860. .pager {
  3861. margin: 21px 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: #800000;
  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: 21px;
  4204. margin-left: 20px;
  4205. }
  4206. .thumbnail {
  4207. display: block;
  4208. padding: 4px;
  4209. line-height: 21px;
  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: #d5bf55;
  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: #555555;
  4238. }
  4239. .label,
  4240. .badge {
  4241. display: inline-block;
  4242. padding: 2px 4px;
  4243. font-size: 10.998px;
  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: #d79000;
  4287. }
  4288. .label-warning[href],
  4289. .badge-warning[href] {
  4290. background-color: #a46e00;
  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: #3e3e3e;
  4311. }
  4312. .label-inverse[href],
  4313. .badge-inverse[href] {
  4314. background-color: #252525;
  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: 21px;
  4368. margin-bottom: 21px;
  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: #efa716;
  4498. background-image: -moz-linear-gradient(top, #ffb724, #d79000);
  4499. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffb724), to(#d79000));
  4500. background-image: -webkit-linear-gradient(top, #ffb724, #d79000);
  4501. background-image: -o-linear-gradient(top, #ffb724, #d79000);
  4502. background-image: linear-gradient(to bottom, #ffb724, #d79000);
  4503. background-repeat: repeat-x;
  4504. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffb724', endColorstr='#ffd79000', GradientType=0);
  4505. }
  4506. .progress-warning.progress-striped .bar,
  4507. .progress-striped .bar-warning {
  4508. background-color: #ffb724;
  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: 21px;
  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: 21px;
  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: #3e3e3e;
  4652. background: rgba(0, 0, 0, 0.75);
  4653. }
  4654. .carousel-caption h4,
  4655. .carousel-caption p {
  4656. color: #ffffff;
  4657. line-height: 21px;
  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: 31.5px;
  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: 31.5px;
  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: 40px;
  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: 21px;
  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: 40px;
  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: -30px;
  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: 30px;
  5250. }
  5251. .container,
  5252. .navbar-static-top .container,
  5253. .navbar-fixed-top .container,
  5254. .navbar-fixed-bottom .container {
  5255. width: 1170px;
  5256. }
  5257. .span12 {
  5258. width: 1170px;
  5259. }
  5260. .span11 {
  5261. width: 1070px;
  5262. }
  5263. .span10 {
  5264. width: 970px;
  5265. }
  5266. .span9 {
  5267. width: 870px;
  5268. }
  5269. .span8 {
  5270. width: 770px;
  5271. }
  5272. .span7 {
  5273. width: 670px;
  5274. }
  5275. .span6 {
  5276. width: 570px;
  5277. }
  5278. .span5 {
  5279. width: 470px;
  5280. }
  5281. .span4 {
  5282. width: 370px;
  5283. }
  5284. .span3 {
  5285. width: 270px;
  5286. }
  5287. .span2 {
  5288. width: 170px;
  5289. }
  5290. .span1 {
  5291. width: 70px;
  5292. }
  5293. .offset12 {
  5294. margin-left: 1230px;
  5295. }
  5296. .offset11 {
  5297. margin-left: 1130px;
  5298. }
  5299. .offset10 {
  5300. margin-left: 1030px;
  5301. }
  5302. .offset9 {
  5303. margin-left: 930px;
  5304. }
  5305. .offset8 {
  5306. margin-left: 830px;
  5307. }
  5308. .offset7 {
  5309. margin-left: 730px;
  5310. }
  5311. .offset6 {
  5312. margin-left: 630px;
  5313. }
  5314. .offset5 {
  5315. margin-left: 530px;
  5316. }
  5317. .offset4 {
  5318. margin-left: 430px;
  5319. }
  5320. .offset3 {
  5321. margin-left: 330px;
  5322. }
  5323. .offset2 {
  5324. margin-left: 230px;
  5325. }
  5326. .offset1 {
  5327. margin-left: 130px;
  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: 40px;
  5346. -webkit-box-sizing: border-box;
  5347. -moz-box-sizing: border-box;
  5348. box-sizing: border-box;
  5349. float: left;
  5350. margin-left: 2.564102564102564%;
  5351. *margin-left: 2.5109110747408616%;
  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: 2.564102564102564%;
  5358. }
  5359. .row-fluid .span12 {
  5360. width: 100%;
  5361. *width: 99.94680851063829%;
  5362. }
  5363. .row-fluid .span11 {
  5364. width: 91.45299145299145%;
  5365. *width: 91.39979996362975%;
  5366. }
  5367. .row-fluid .span10 {
  5368. width: 82.90598290598291%;
  5369. *width: 82.8527914166212%;
  5370. }
  5371. .row-fluid .span9 {
  5372. width: 74.35897435897436%;
  5373. *width: 74.30578286961266%;
  5374. }
  5375. .row-fluid .span8 {
  5376. width: 65.81196581196582%;
  5377. *width: 65.75877432260411%;
  5378. }
  5379. .row-fluid .span7 {
  5380. width: 57.26495726495726%;
  5381. *width: 57.21176577559556%;
  5382. }
  5383. .row-fluid .span6 {
  5384. width: 48.717948717948715%;
  5385. *width: 48.664757228587014%;
  5386. }
  5387. .row-fluid .span5 {
  5388. width: 40.17094017094017%;
  5389. *width: 40.11774868157847%;
  5390. }
  5391. .row-fluid .span4 {
  5392. width: 31.623931623931625%;
  5393. *width: 31.570740134569924%;
  5394. }
  5395. .row-fluid .span3 {
  5396. width: 23.076923076923077%;
  5397. *width: 23.023731587561375%;
  5398. }
  5399. .row-fluid .span2 {
  5400. width: 14.52991452991453%;
  5401. *width: 14.476723040552828%;
  5402. }
  5403. .row-fluid .span1 {
  5404. width: 5.982905982905983%;
  5405. *width: 5.929714493544281%;
  5406. }
  5407. .row-fluid .offset12 {
  5408. margin-left: 105.12820512820512%;
  5409. *margin-left: 105.02182214948171%;
  5410. }
  5411. .row-fluid .offset12:first-child {
  5412. margin-left: 102.56410256410257%;
  5413. *margin-left: 102.45771958537915%;
  5414. }
  5415. .row-fluid .offset11 {
  5416. margin-left: 96.58119658119658%;
  5417. *margin-left: 96.47481360247316%;
  5418. }
  5419. .row-fluid .offset11:first-child {
  5420. margin-left: 94.01709401709402%;
  5421. *margin-left: 93.91071103837061%;
  5422. }
  5423. .row-fluid .offset10 {
  5424. margin-left: 88.03418803418803%;
  5425. *margin-left: 87.92780505546462%;
  5426. }
  5427. .row-fluid .offset10:first-child {
  5428. margin-left: 85.47008547008548%;
  5429. *margin-left: 85.36370249136206%;
  5430. }
  5431. .row-fluid .offset9 {
  5432. margin-left: 79.48717948717949%;
  5433. *margin-left: 79.38079650845607%;
  5434. }
  5435. .row-fluid .offset9:first-child {
  5436. margin-left: 76.92307692307693%;
  5437. *margin-left: 76.81669394435352%;
  5438. }
  5439. .row-fluid .offset8 {
  5440. margin-left: 70.94017094017094%;
  5441. *margin-left: 70.83378796144753%;
  5442. }
  5443. .row-fluid .offset8:first-child {
  5444. margin-left: 68.37606837606839%;
  5445. *margin-left: 68.26968539734497%;
  5446. }
  5447. .row-fluid .offset7 {
  5448. margin-left: 62.393162393162385%;
  5449. *margin-left: 62.28677941443899%;
  5450. }
  5451. .row-fluid .offset7:first-child {
  5452. margin-left: 59.82905982905982%;
  5453. *margin-left: 59.72267685033642%;
  5454. }
  5455. .row-fluid .offset6 {
  5456. margin-left: 53.84615384615384%;
  5457. *margin-left: 53.739770867430444%;
  5458. }
  5459. .row-fluid .offset6:first-child {
  5460. margin-left: 51.28205128205128%;
  5461. *margin-left: 51.175668303327875%;
  5462. }
  5463. .row-fluid .offset5 {
  5464. margin-left: 45.299145299145295%;
  5465. *margin-left: 45.1927623204219%;
  5466. }
  5467. .row-fluid .offset5:first-child {
  5468. margin-left: 42.73504273504273%;
  5469. *margin-left: 42.62865975631933%;
  5470. }
  5471. .row-fluid .offset4 {
  5472. margin-left: 36.75213675213675%;
  5473. *margin-left: 36.645753773413354%;
  5474. }
  5475. .row-fluid .offset4:first-child {
  5476. margin-left: 34.18803418803419%;
  5477. *margin-left: 34.081651209310785%;
  5478. }
  5479. .row-fluid .offset3 {
  5480. margin-left: 28.205128205128204%;
  5481. *margin-left: 28.0987452264048%;
  5482. }
  5483. .row-fluid .offset3:first-child {
  5484. margin-left: 25.641025641025642%;
  5485. *margin-left: 25.53464266230224%;
  5486. }
  5487. .row-fluid .offset2 {
  5488. margin-left: 19.65811965811966%;
  5489. *margin-left: 19.551736679396257%;
  5490. }
  5491. .row-fluid .offset2:first-child {
  5492. margin-left: 17.094017094017094%;
  5493. *margin-left: 16.98763411529369%;
  5494. }
  5495. .row-fluid .offset1 {
  5496. margin-left: 11.11111111111111%;
  5497. *margin-left: 11.004728132387708%;
  5498. }
  5499. .row-fluid .offset1:first-child {
  5500. margin-left: 8.547008547008547%;
  5501. *margin-left: 8.440625568285142%;
  5502. }
  5503. input,
  5504. textarea,
  5505. .uneditable-input {
  5506. margin-left: 0;
  5507. }
  5508. .controls-row [class*="span"] + [class*="span"] {
  5509. margin-left: 30px;
  5510. }
  5511. input.span12,
  5512. textarea.span12,
  5513. .uneditable-input.span12 {
  5514. width: 1156px;
  5515. }
  5516. input.span11,
  5517. textarea.span11,
  5518. .uneditable-input.span11 {
  5519. width: 1056px;
  5520. }
  5521. input.span10,
  5522. textarea.span10,
  5523. .uneditable-input.span10 {
  5524. width: 956px;
  5525. }
  5526. input.span9,
  5527. textarea.span9,
  5528. .uneditable-input.span9 {
  5529. width: 856px;
  5530. }
  5531. input.span8,
  5532. textarea.span8,
  5533. .uneditable-input.span8 {
  5534. width: 756px;
  5535. }
  5536. input.span7,
  5537. textarea.span7,
  5538. .uneditable-input.span7 {
  5539. width: 656px;
  5540. }
  5541. input.span6,
  5542. textarea.span6,
  5543. .uneditable-input.span6 {
  5544. width: 556px;
  5545. }
  5546. input.span5,
  5547. textarea.span5,
  5548. .uneditable-input.span5 {
  5549. width: 456px;
  5550. }
  5551. input.span4,
  5552. textarea.span4,
  5553. .uneditable-input.span4 {
  5554. width: 356px;
  5555. }
  5556. input.span3,
  5557. textarea.span3,
  5558. .uneditable-input.span3 {
  5559. width: 256px;
  5560. }
  5561. input.span2,
  5562. textarea.span2,
  5563. .uneditable-input.span2 {
  5564. width: 156px;
  5565. }
  5566. input.span1,
  5567. textarea.span1,
  5568. .uneditable-input.span1 {
  5569. width: 56px;
  5570. }
  5571. .thumbnails {
  5572. margin-left: -30px;
  5573. }
  5574. .thumbnails > li {
  5575. margin-left: 30px;
  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: 21px;
  5591. }
  5592. .navbar-fixed-bottom {
  5593. margin-top: 21px;
  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 10.5px;
  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: 10.5px 15px;
  5703. margin: 10.5px 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: #9d261d;
  6170. font-weight: bold;
  6171. }
  6172. input.invalid {
  6173. border: 1px solid #9d261d;
  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:hover {
  6265. text-decoration: none;
  6266. }
  6267. html,
  6268. body {
  6269. height: 100%;
  6270. }
  6271. #wrapper {
  6272. background: url(../images/template/bodyBg.gif) center 0 repeat;
  6273. min-height: 100%;
  6274. margin: 0 auto -380px;
  6275. }
  6276. #push,
  6277. #footer-wrapper {
  6278. height: 380px;
  6279. position: relative;
  6280. }
  6281. .offline_container {
  6282. height: 100%;
  6283. text-align: center;
  6284. font-size: 0;
  6285. line-height: 0;
  6286. }
  6287. .offline_container:before {
  6288. content: '';
  6289. display: inline-block;
  6290. height: 100%;
  6291. width: 0;
  6292. overflow: hidden;
  6293. vertical-align: middle;
  6294. }
  6295. .offline_container .container {
  6296. display: inline-block;
  6297. vertical-align: middle;
  6298. max-width: 100%;
  6299. }
  6300. .offline_container #system-message {
  6301. font-size: 13px;
  6302. line-height: 21px;
  6303. max-width: 100%;
  6304. display: inline-block;
  6305. }
  6306. .offline_container .well {
  6307. vertical-align: middle;
  6308. margin: 0;
  6309. display: inline-block;
  6310. max-width: 100%;
  6311. text-align: left;
  6312. font-size: 13px;
  6313. line-height: 21px;
  6314. -webkit-box-sizing: border-box;
  6315. -moz-box-sizing: border-box;
  6316. box-sizing: border-box;
  6317. text-align: center;
  6318. }
  6319. .offline_container .well #logo {
  6320. max-width: 100%;
  6321. margin-bottom: 21px;
  6322. }
  6323. .offline_container .well button[type=submit] {
  6324. float: left;
  6325. }
  6326. .offline_container .well #form-login-remember {
  6327. text-align: right;
  6328. overflow: hidden;
  6329. padding-top: 10px;
  6330. }
  6331. .offline_container .well #form-login-remember label {
  6332. margin-bottom: 0;
  6333. }
  6334. .offline_container .well input[type=text],
  6335. .offline_container .well input[type=password] {
  6336. width: 100%;
  6337. }
  6338. .offline_container .well label.error {
  6339. position: absolute;
  6340. left: 0;
  6341. color: #f00;
  6342. top: 40px;
  6343. }
  6344. .offline_container .well p[id*=form-login] {
  6345. position: relative;
  6346. }
  6347. .moduletable:after {
  6348. clear: both;
  6349. display: block;
  6350. content: '';
  6351. }
  6352. .radio input[type="radio"],
  6353. .checkbox input[type="checkbox"] {
  6354. float: none;
  6355. margin: -2px 0 0;
  6356. }
  6357. .form-inline .checkbox input[type="checkbox"] {
  6358. float: none;
  6359. }
  6360. .radio input[type="radio"] {
  6361. margin: -2px 3px 0 0;
  6362. }
  6363. .radio,
  6364. .checkbox {
  6365. padding-left: 0;
  6366. }
  6367. .mod-menu .nav.menu.nav-pills > li > a {
  6368. display: block;
  6369. }
  6370. .mod-menu .nav.menu.nav-pills > li.active > a {
  6371. background: #d5bf55;
  6372. }
  6373. time,
  6374. .item_hits,
  6375. .item_category-name address,
  6376. .item_createdby {
  6377. white-space: nowrap;
  6378. margin: 0;
  6379. }
  6380. /*=================================================================*/
  6381. /*======================= MODULE STYLES ===========================*/
  6382. /*=================================================================*/
  6383. /*== Search ==*/
  6384. .mod-search__aside .mod-search_searchword {
  6385. width: 100%;
  6386. }
  6387. /*== Login ==*/
  6388. .mod-login__aside .mod-login_username,
  6389. .mod-login__aside .mod-login_passwd {
  6390. width: 100%;
  6391. }
  6392. .mod-login_submit {
  6393. margin: 9px 0;
  6394. }
  6395. #form-login-remember label {
  6396. margin-bottom: 20px;
  6397. }
  6398. /*Finder*/
  6399. #mod-finder-searchword {
  6400. -webkit-border-radius: 0px;
  6401. -moz-border-radius: 0px;
  6402. border-radius: 0px;
  6403. margin-bottom: 4px;
  6404. border: 1px solid #ebebeb;
  6405. box-shadow: none;
  6406. }
  6407. /*======================= MODULE ITEM WIDTH =======================*/
  6408. .fluid {
  6409. margin-left: -30px;
  6410. width: auto;
  6411. }
  6412. .row-fluid {
  6413. margin-left: -30px;
  6414. width: auto;
  6415. }
  6416. .row-fluid [class*="itemSpan"],
  6417. .row-fluid [class*="span"] {
  6418. -webkit-box-sizing: border-box;
  6419. -moz-box-sizing: border-box;
  6420. box-sizing: border-box;
  6421. margin-left: 0;
  6422. display: block;
  6423. float: left;
  6424. padding-left: 30px;
  6425. min-height: 1px;
  6426. width: 100%;
  6427. }
  6428. .row-fluid .itemSpan1,
  6429. .row-fluid .span1 {
  6430. width: 8.333325%;
  6431. }
  6432. .row-fluid .itemSpan2,
  6433. .row-fluid .span2 {
  6434. width: 16.66665%;
  6435. }
  6436. .row-fluid .itemSpan3,
  6437. .row-fluid .span3 {
  6438. width: 24.999975%;
  6439. }
  6440. .row-fluid .itemSpan4,
  6441. .row-fluid .span4 {
  6442. width: 33.3333%;
  6443. }
  6444. .row-fluid .itemSpan5,
  6445. .row-fluid .span5 {
  6446. width: 41.666625%;
  6447. }
  6448. .row-fluid .itemSpan6,
  6449. .row-fluid .span6 {
  6450. width: 49.99995%;
  6451. }
  6452. .row-fluid .itemSpan7,
  6453. .row-fluid .span7 {
  6454. width: 58.333275%;
  6455. }
  6456. .row-fluid .itemSpan8,
  6457. .row-fluid .span8 {
  6458. width: 66.6666%;
  6459. }
  6460. .row-fluid .itemSpan9,
  6461. .row-fluid .span9 {
  6462. width: 74.999925%;
  6463. }
  6464. .row-fluid .itemSpan10,
  6465. .row-fluid .span10 {
  6466. width: 83.33325%;
  6467. }
  6468. .row-fluid .itemSpan11,
  6469. .row-fluid .span11 {
  6470. width: 91.66657500000001%;
  6471. }
  6472. .row-fluid .itemSpan12,
  6473. .row-fluid .span12 {
  6474. width: 100%;
  6475. }
  6476. .cols-1 [class*="span"] {
  6477. width: 99.9999%;
  6478. }
  6479. .cols-2 [class*="span"] {
  6480. width: 49.99995%;
  6481. }
  6482. .cols-3 [class*="span"] {
  6483. width: 33.3333%;
  6484. }
  6485. .cols-4 [class*="span"] {
  6486. width: 24.999975%;
  6487. }
  6488. .cols-5 [class*="span"] {
  6489. width: 19.99998%;
  6490. }
  6491. .cols-6 [class*="span"] {
  6492. width: 16.66665%;
  6493. }
  6494. /*======================= MAILTO WINDOW =======================*/
  6495. #mailto-window {
  6496. padding-top: 1em;
  6497. }
  6498. .mailto-close {
  6499. margin-bottom: 1em;
  6500. overflow: hidden;
  6501. }
  6502. .mailto-close a {
  6503. float: right;
  6504. }
  6505. /*======================= MODAL WINDOW =======================*/
  6506. div.modal.fade.loginPopup {
  6507. width: 260px;
  6508. margin: 0;
  6509. top: 0;
  6510. left: 50%;
  6511. background: #ffffff;
  6512. position: absolute;
  6513. z-index: 99000;
  6514. -webkit-transition: all 0.2s ease;
  6515. -moz-transition: all 0.2s ease;
  6516. -o-transition: all 0.2s ease;
  6517. transition: all 0.2s ease;
  6518. opacity: 0;
  6519. filter: alpha(opacity=0);
  6520. }
  6521. div.modal.fade.loginPopup.in {
  6522. opacity: 1;
  6523. filter: alpha(opacity=100);
  6524. }
  6525. div.modal.fade.loginPopup .modal-body {
  6526. overflow: visible;
  6527. }
  6528. div.modal.fade {
  6529. top: -200%;
  6530. }
  6531. .modalClose {
  6532. margin: 14px;
  6533. }
  6534. .login-greeting {
  6535. margin: 0 0 9px 0;
  6536. }
  6537. .input-modal {
  6538. width: 146px;
  6539. }
  6540. div.modal.fade {
  6541. z-index: 0;
  6542. }
  6543. div.modal.fade.in {
  6544. z-index: 1100;
  6545. }
  6546. /*=================================================================*/
  6547. /*======================= COMPONENT STYLES ========================*/
  6548. /*=================================================================*/
  6549. /*Forms*/
  6550. input,
  6551. textarea {
  6552. width: 220px;
  6553. }
  6554. textarea {
  6555. resize: none;
  6556. }
  6557. select,
  6558. textarea,
  6559. input[type="text"],
  6560. input[type="password"],
  6561. input[type="datetime"],
  6562. input[type="datetime-local"],
  6563. input[type="date"],
  6564. input[type="month"],
  6565. input[type="time"],
  6566. input[type="week"],
  6567. input[type="number"],
  6568. input[type="email"],
  6569. input[type="url"],
  6570. input[type="search"],
  6571. input[type="tel"],
  6572. input[type="color"],
  6573. .uneditable-input {
  6574. -webkit-box-sizing: border-box;
  6575. -moz-box-sizing: border-box;
  6576. box-sizing: border-box;
  6577. height: 40px;
  6578. color: #818282;
  6579. padding: 10px;
  6580. }
  6581. select {
  6582. padding: 4px 6px;
  6583. }
  6584. #helpsite-refresh {
  6585. margin-bottom: 9px;
  6586. }
  6587. .checkbox-radio-wrap__inline {
  6588. display: inline-block;
  6589. margin-left: 6px;
  6590. vertical-align: top;
  6591. }
  6592. .checkbox-radio-wrap__inline input[type="radio"],
  6593. .checkbox-radio-wrap__inline input[type="checkbox"] {
  6594. margin: -2px 0 0 0;
  6595. }
  6596. .page-registration form label,
  6597. .page-remind form label,
  6598. .page-reset form label,
  6599. .page-login form label,
  6600. .page-login form label,
  6601. .page-profile__edit form label {
  6602. display: inline-block;
  6603. }
  6604. textarea.invalid {
  6605. border: 1px solid #9D261D;
  6606. }
  6607. .form-vertical label {
  6608. display: inline-block;
  6609. }
  6610. /* Placeholder color */
  6611. input::-webkit-input-placeholder {
  6612. /* WebKit browsers */
  6613. color: #818282;
  6614. opacity: 1;
  6615. }
  6616. input:-moz-placeholder {
  6617. /* Mozilla Firefox 4 to 18 */
  6618. color: #818282;
  6619. opacity: 1;
  6620. }
  6621. input::-moz-placeholder {
  6622. /* Mozilla Firefox 19+ */
  6623. color: #818282;
  6624. opacity: 1;
  6625. }
  6626. input:-ms-input-placeholder {
  6627. /* Internet Explorer 10+ */
  6628. color: #818282;
  6629. opacity: 1;
  6630. }
  6631. textarea::-webkit-input-placeholder {
  6632. /* WebKit browsers */
  6633. color: #818282;
  6634. opacity: 1;
  6635. }
  6636. textarea:-moz-placeholder {
  6637. /* Mozilla Firefox 4 to 18 */
  6638. color: #818282;
  6639. opacity: 1;
  6640. }
  6641. textarea::-moz-placeholder {
  6642. /* Mozilla Firefox 19+ */
  6643. color: #818282;
  6644. opacity: 1;
  6645. }
  6646. textarea:-ms-input-placeholder {
  6647. /* Internet Explorer 10+ */
  6648. color: #818282;
  6649. opacity: 1;
  6650. }
  6651. input:focus:invalid:focus,
  6652. textarea:focus:invalid:focus,
  6653. select:focus:invalid:focus {
  6654. border-color: rgba(82, 168, 236, 0.8);
  6655. -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  6656. -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  6657. box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  6658. }
  6659. input:focus:invalid,
  6660. textarea:focus:invalid,
  6661. select:focus:invalid {
  6662. color: #818282;
  6663. }
  6664. input.error,
  6665. textarea.error,
  6666. select.error {
  6667. border-color: #f8b9b7 !important;
  6668. -webkit-box-shadow: 0 0 8px #f8b9b7 !important;
  6669. -moz-box-shadow: 0 0 8px #f8b9b7 !important;
  6670. box-shadow: 0 0 8px #f8b9b7 !important;
  6671. color: #ef5f5a !important;
  6672. }
  6673. /* Category */
  6674. .category_desc {
  6675. padding-bottom: 2em;
  6676. }
  6677. /*======================= Search & Smart Search ========================*/
  6678. ul#finder-filter-select-dates li.filter-date {
  6679. margin-bottom: 4px;
  6680. margin-right: 4px;
  6681. }
  6682. ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  6683. margin-bottom: 9px;
  6684. }
  6685. #searchForm fieldset {
  6686. margin-bottom: 20px;
  6687. }
  6688. #searchForm fieldset label {
  6689. display: inline-block;
  6690. margin-right: 1em;
  6691. }
  6692. #searchForm .form-limit label {
  6693. float: left;
  6694. }
  6695. #searchForm .form-limit select {
  6696. float: right;
  6697. position: relative;
  6698. top: -4px;
  6699. }
  6700. #searchForm .form-limit p {
  6701. overflow: hidden;
  6702. clear: both;
  6703. }
  6704. #searchForm .phrases-box {
  6705. padding-bottom: 1em;
  6706. }
  6707. #searchForm .phrases-box label {
  6708. min-width: 90px;
  6709. }
  6710. dl.search-results {
  6711. margin-bottom: 30px;
  6712. }
  6713. dl.search-results dt {
  6714. margin-top: 20px;
  6715. }
  6716. .navbar-form .btn,
  6717. .navbar-form .btn-group {
  6718. margin-top: 5px;
  6719. }
  6720. /*======================= Gallery Page ========================*/
  6721. .page-gallery a.zoom,
  6722. .page-item__gallery a.zoom {
  6723. position: relative;
  6724. display: block;
  6725. overflow: hidden;
  6726. z-index: 1;
  6727. }
  6728. .page-gallery a.zoom span.zoom-bg,
  6729. .page-item__gallery a.zoom span.zoom-bg {
  6730. position: absolute;
  6731. top: 0;
  6732. left: 0;
  6733. width: 100%;
  6734. height: 100%;
  6735. display: block;
  6736. background: #000;
  6737. opacity: 0;
  6738. filter: alpha(opacity=0);
  6739. z-index: 3;
  6740. -webkit-transition: all 0.5s;
  6741. -moz-transition: all 0.5s;
  6742. -o-transition: all 0.5s;
  6743. transition: all 0.5s;
  6744. }
  6745. .page-gallery a.zoom span.zoom-icon,
  6746. .page-item__gallery a.zoom span.zoom-icon {
  6747. background: url(../images/zoom.png) left top no-repeat;
  6748. display: block;
  6749. width: 36px;
  6750. height: 36px;
  6751. position: absolute;
  6752. top: -50%;
  6753. left: 50%;
  6754. margin: -18px 0 0 -18px;
  6755. z-index: 4;
  6756. -webkit-transition: all 0.5s;
  6757. -moz-transition: all 0.5s;
  6758. -o-transition: all 0.5s;
  6759. transition: all 0.5s;
  6760. }
  6761. .page-gallery a.zoom:hover span.zoom-bg,
  6762. .page-item__gallery a.zoom:hover span.zoom-bg {
  6763. opacity: 0.5;
  6764. filter: alpha(opacity=50);
  6765. }
  6766. .page-gallery a.zoom:hover span.zoom-icon,
  6767. .page-item__gallery a.zoom:hover span.zoom-icon {
  6768. top: 50%;
  6769. }
  6770. .page-gallery a.zoom img,
  6771. .page-item__gallery a.zoom img {
  6772. -webkit-transition: all 0.4s;
  6773. -moz-transition: all 0.4s;
  6774. -o-transition: all 0.4s;
  6775. transition: all 0.4s;
  6776. z-index: 2;
  6777. }
  6778. .page-gallery a.zoom.active img,
  6779. .page-item__gallery a.zoom.active img {
  6780. z-index: 2;
  6781. }
  6782. .page-gallery .item_icons,
  6783. .page-item__gallery .item_icons {
  6784. margin-bottom: 9px;
  6785. }
  6786. .img-full__left.span5 {
  6787. padding-left: 0;
  6788. }
  6789. .view-article #prevArrow,
  6790. .view-article #nextArrow {
  6791. display: none;
  6792. }
  6793. .gallery-grid .view {
  6794. position: relative;
  6795. overflow: hidden;
  6796. }
  6797. .gallery-grid .view .mask,
  6798. .gallery-grid .view .content {
  6799. width: 100%;
  6800. height: 100%;
  6801. position: absolute;
  6802. overflow: hidden;
  6803. top: 0;
  6804. left: 0;
  6805. z-index: 2;
  6806. }
  6807. .gallery-grid .view .mask .mask_wrap,
  6808. .gallery-grid .view .content .mask_wrap {
  6809. text-align: center;
  6810. width: 100%;
  6811. height: 100%;
  6812. font-size: 0;
  6813. line-height: 0;
  6814. }
  6815. .gallery-grid .view .mask .mask_wrap:before,
  6816. .gallery-grid .view .content .mask_wrap:before {
  6817. content: '';
  6818. display: inline-block;
  6819. height: 100%;
  6820. vertical-align: middle;
  6821. overflow: hidden;
  6822. width: 0;
  6823. }
  6824. .gallery-grid .view .mask .mask_wrap .mask_cont,
  6825. .gallery-grid .view .content .mask_wrap .mask_cont {
  6826. display: inline-block;
  6827. vertical-align: middle;
  6828. padding: 0 5%;
  6829. font-size: 13px;
  6830. line-height: 21px;
  6831. max-width: 99%;
  6832. -webkit-box-sizing: border-box;
  6833. -moz-box-sizing: border-box;
  6834. box-sizing: border-box;
  6835. }
  6836. .gallery-grid .view .item_img {
  6837. margin: 0;
  6838. }
  6839. .gallery-grid .view img {
  6840. display: block;
  6841. z-index: 1;
  6842. }
  6843. .gallery-grid .view h2,
  6844. .gallery-grid .view p {
  6845. position: relative;
  6846. }
  6847. .gallery-grid .view .item_more a {
  6848. display: inline-block;
  6849. font-size: 1.5em;
  6850. font-weight: normal;
  6851. padding: 2%;
  6852. }
  6853. /* Start: Recommended Isotope styles */
  6854. /**** Isotope Filtering ****/
  6855. .isotope-item {
  6856. z-index: 2;
  6857. }
  6858. .isotope-hidden.isotope-item {
  6859. pointer-events: none;
  6860. z-index: 1;
  6861. }
  6862. /**** Isotope CSS3 transitions ****/
  6863. .isotope,
  6864. .isotope .isotope-item {
  6865. -webkit-transition-duration: 0.8s;
  6866. -moz-transition-duration: 0.8s;
  6867. -ms-transition-duration: 0.8s;
  6868. -o-transition-duration: 0.8s;
  6869. transition-duration: 0.8s;
  6870. }
  6871. .isotope {
  6872. -webkit-transition-property: height, width;
  6873. -moz-transition-property: height, width;
  6874. -ms-transition-property: height, width;
  6875. -o-transition-property: height, width;
  6876. transition-property: height, width;
  6877. }
  6878. .isotope .isotope-item {
  6879. -webkit-transition-property: -webkit-transform, opacity;
  6880. -moz-transition-property: -moz-transform, opacity;
  6881. -ms-transition-property: -ms-transform, opacity;
  6882. -o-transition-property: top, left, opacity;
  6883. transition-property: transform, opacity;
  6884. }
  6885. /**** disabling Isotope CSS3 transitions ****/
  6886. .isotope.no-transition,
  6887. .isotope.no-transition .isotope-item,
  6888. .isotope .isotope-item.no-transition {
  6889. -webkit-transition-duration: 0s;
  6890. -moz-transition-duration: 0s;
  6891. -ms-transition-duration: 0s;
  6892. -o-transition-duration: 0s;
  6893. transition-duration: 0s;
  6894. }
  6895. /* End: Recommended Isotope styles */
  6896. .filters b,
  6897. .sorting b,
  6898. .layout-mode b {
  6899. display: block;
  6900. margin: 0 0 15px;
  6901. }
  6902. .layout-mode {
  6903. float: right;
  6904. }
  6905. ul#filters {
  6906. margin: 0 0 15px;
  6907. }
  6908. ul#filters li {
  6909. display: inline-block;
  6910. vertical-align: top;
  6911. }
  6912. ul#filters li a {
  6913. cursor: pointer;
  6914. }
  6915. ul#sort,
  6916. ul#order {
  6917. margin: 0 0 15px;
  6918. display: block;
  6919. }
  6920. ul#sort li,
  6921. ul#order li {
  6922. display: inline-block;
  6923. vertical-align: top;
  6924. }
  6925. ul#sort li a,
  6926. ul#order li a {
  6927. cursor: pointer;
  6928. }
  6929. ul#sort li + li,
  6930. ul#order li + li {
  6931. margin-left: 2px;
  6932. }
  6933. ul#order {
  6934. float: right;
  6935. position: relative;
  6936. z-index: 2;
  6937. }
  6938. ul#grid-list {
  6939. margin: 0 0 15px;
  6940. }
  6941. ul#grid-list li {
  6942. display: inline-block;
  6943. }
  6944. .gallery-grid .item_img {
  6945. margin-right: 0;
  6946. }
  6947. .page-gallery_img {
  6948. margin-left: 0;
  6949. }
  6950. .category_children .category_child {
  6951. margin-bottom: 20px;
  6952. }
  6953. /*======================= Archives Page ========================*/
  6954. .page-archive_filters .filter-search {
  6955. padding-bottom: 21px;
  6956. overflow: hidden;
  6957. }
  6958. .page-archive_filters select {
  6959. margin-bottom: 8px;
  6960. display: inline-block;
  6961. }
  6962. .page-archive_filters button {
  6963. display: inline-block;
  6964. margin-bottom: 8px;
  6965. }
  6966. /*======================= Contacts Page ========================*/
  6967. #jform_contact_message {
  6968. resize: none;
  6969. width: 100%;
  6970. height: 149px;
  6971. }
  6972. #contact-form label {
  6973. display: inline-block;
  6974. margin-bottom: 5px;
  6975. }
  6976. .phone-num {
  6977. display: inline-block;
  6978. }
  6979. #jform_contact_name,
  6980. #jform_contact_email,
  6981. #jform_contact_emailmsg {
  6982. width: 100%;
  6983. }
  6984. .contact_email-copy,
  6985. .contact_vcard {
  6986. margin: 0 20px 0 0;
  6987. height: 40px;
  6988. line-height: 40px;
  6989. display: inline-block;
  6990. }
  6991. .contact_vcard {
  6992. margin: 0;
  6993. }
  6994. .contact_details .icons-marker {
  6995. display: block;
  6996. width: 16px;
  6997. margin-right: 12px;
  6998. float: left;
  6999. }
  7000. .contact_address {
  7001. overflow: hidden;
  7002. }
  7003. #contact_map {
  7004. margin-bottom: 21px;
  7005. }
  7006. #contact_map .map {
  7007. border: 1px solid #d9d9d9;
  7008. -webkit-box-sizing: border-box;
  7009. -moz-box-sizing: border-box;
  7010. box-sizing: border-box;
  7011. }
  7012. #contact_map .map.mfp-hide {
  7013. display: block !important;
  7014. }
  7015. .map img {
  7016. max-width: none !important;
  7017. }
  7018. .mfp-content .map {
  7019. max-width: 1170px;
  7020. }
  7021. .map-popup .mfp-inline-holder,
  7022. .map-popup .mfp-content {
  7023. cursor: zoom-out !important;
  7024. }
  7025. .contact_details_item {
  7026. margin-bottom: 20px;
  7027. }
  7028. /*======================= ADDTHIS STYLES =======================*/
  7029. .page-item_addThis {
  7030. padding-top: 12px;
  7031. }
  7032. /*======================= CAPTION FIXES =======================*/
  7033. .img_caption {
  7034. text-align: center!important;
  7035. }
  7036. .img_caption.left {
  7037. float: left;
  7038. margin-right: 1em;
  7039. }
  7040. .img_caption.left p {
  7041. clear: left;
  7042. text-align: center;
  7043. }
  7044. .img_caption.right {
  7045. float: right;
  7046. margin-left: 1em;
  7047. }
  7048. .img_caption.right p {
  7049. clear: right;
  7050. text-align: center;
  7051. }
  7052. .img_caption.none {
  7053. margin-left: auto;
  7054. margin-right: auto;
  7055. }
  7056. /*======================= 404 PAGE =======================*/
  7057. .errorBox {
  7058. background: none;
  7059. text-align: left;
  7060. }
  7061. #error .well {
  7062. margin-bottom: 0;
  7063. }
  7064. /*======================= DOCUMENTATION =======================*/
  7065. #mod_table .module {
  7066. -webkit-box-sizing: border-box;
  7067. -moz-box-sizing: border-box;
  7068. box-sizing: border-box;
  7069. padding: 10px;
  7070. }
  7071. #mod_table .module:nth-child(even) {
  7072. background: #eeeeee;
  7073. }
  7074. #mod_table ul li {
  7075. list-style: none;
  7076. }
  7077. /*======================= SCROLL TO TOP =======================*/
  7078. #back-top {
  7079. position: fixed;
  7080. bottom: 90px;
  7081. right: 20px;
  7082. z-index: 99;
  7083. -webkit-transform: translateZ(0);
  7084. }
  7085. #back-top a {
  7086. width: 42px;
  7087. height: 42px;
  7088. display: block;
  7089. -webkit-border-radius: 46px;
  7090. -moz-border-radius: 46px;
  7091. border-radius: 46px;
  7092. font: 26px/40px FontAwesome;
  7093. color: #2c2c2d;
  7094. text-align: center;
  7095. background: #d4d4d4;
  7096. }
  7097. #back-top a > span:before {
  7098. content: "\f077";
  7099. }
  7100. #back-top a:hover {
  7101. color: #ffffff;
  7102. }
  7103. .dropdown-toggle .fa-cog {
  7104. margin-right: 4px;
  7105. }
  7106. label[for=mod-login_remember] {
  7107. display: inline-block;
  7108. }
  7109. .btn-group {
  7110. max-width: 100%;
  7111. white-space: normal;
  7112. }
  7113. .form-horizontal .remember .control-label {
  7114. padding-top: 0;
  7115. }
  7116. .body__404 .big-404 {
  7117. text-align: center;
  7118. font-size: 200px;
  7119. line-height: 240px;
  7120. }
  7121. .body__404 big {
  7122. display: block;
  7123. padding: 0 0 13px;
  7124. font-weight: bold;
  7125. }
  7126. .body__404 .page-item__404 {
  7127. padding-top: 100px;
  7128. padding-bottom: 100px;
  7129. }
  7130. div[class*="lr_social_login_basic"] > a {
  7131. display: none;
  7132. }
  7133. .lr_social_login_basic_150 #lr_providers .lr_providericons {
  7134. z-index: 1 !important;
  7135. }
  7136. .lr_social_login_basic_150 #lr_providers .lr_facebook {
  7137. background: none !important;
  7138. width: auto !important;
  7139. height: auto !important;
  7140. }
  7141. .lr_social_login_basic_150 #lr_providers .lr_facebook:before {
  7142. content: '\f082';
  7143. font-family: FontAwesome;
  7144. font-size: 40px;
  7145. line-height: 48px;
  7146. }
  7147. .lr_social_login_basic_150 #lr_providers .lr_google {
  7148. background: none !important;
  7149. width: auto !important;
  7150. height: auto !important;
  7151. }
  7152. .lr_social_login_basic_150 #lr_providers .lr_google:before {
  7153. content: '\f0d4';
  7154. font-family: FontAwesome;
  7155. font-size: 40px;
  7156. line-height: 48px;
  7157. }
  7158. #sw_pinterest_display {
  7159. max-width: 280px;
  7160. }
  7161. #sw_pinterest_display > div {
  7162. display: none;
  7163. }
  7164. #outer {
  7165. padding: 0 !important;
  7166. }
  7167. #outer div#cookieMessageContainer {
  7168. margin-top: 0;
  7169. }
  7170. .btn.jmodedit {
  7171. /*display: none !important;*/
  7172. }
  7173. .mod_tm_ajax_contact_form .controls,
  7174. .mod_tm_ajax_contact_form_input {
  7175. width: 100%;
  7176. }
  7177. .mod_tm_ajax_contact_form .controls {
  7178. margin-bottom: 31.5px !important;
  7179. }
  7180. .navbar-form input,
  7181. .navbar-form select,
  7182. .navbar-form .radio,
  7183. .navbar-form .checkbox,
  7184. .navbar-form .btn,
  7185. .navbar-form .btn-group {
  7186. margin-top: 0;
  7187. }
  7188. .jmoddiv {
  7189. position: relative;
  7190. }
  7191. .jmoddiv .edit_module {
  7192. position: absolute;
  7193. right: 0;
  7194. top: 0;
  7195. z-index: 9;
  7196. -webkit-transition: all 0.5s ease;
  7197. -moz-transition: all 0.5s ease;
  7198. -o-transition: all 0.5s ease;
  7199. transition: all 0.5s ease;
  7200. opacity: 0.2;
  7201. filter: alpha(opacity=20);
  7202. }
  7203. .jmoddiv:hover .edit_module {
  7204. opacity: 1;
  7205. filter: alpha(opacity=100);
  7206. }
  7207. .jmodedit {
  7208. display: none !important;
  7209. }
  7210. /*#system-message{
  7211. .transition(opacity .5s ease 1.5s);
  7212. &.closed{
  7213. .opacity(0);
  7214. }
  7215. >div{
  7216. margin: 0;
  7217. z-index: 999;
  7218. position: fixed;
  7219. left: 50%;
  7220. top: 50%;
  7221. .translate(-50%, -50%);
  7222. .close{
  7223. font-size: 0;
  7224. line-height: 0;
  7225. font-weight: normal;
  7226. right: -27px;
  7227. &:before{
  7228. content: '\f057';
  7229. font-family: FontAwesome;
  7230. font-size: 21px;
  7231. line-height: 24px;
  7232. }
  7233. }
  7234. &.alert{
  7235. border: none;
  7236. .border-radius(0);
  7237. }
  7238. h4{
  7239. margin-bottom: 10px;
  7240. }
  7241. }
  7242. &:before{
  7243. z-index: 998;
  7244. position: fixed;
  7245. left: 0;
  7246. top: 0;
  7247. width: 100%;
  7248. height: 100%;
  7249. background: rgba(0,0,0,.2);
  7250. content: '';
  7251. pointer-events: none;
  7252. }
  7253. }*/
  7254. .acymailing_module_success {
  7255. font-weight: bold;
  7256. }
  7257. .acymailing_module_success:before {
  7258. content: '\f058';
  7259. font-family: FontAwesome;
  7260. padding-right: 10px;
  7261. font-size: 22px;
  7262. display: inline-block;
  7263. vertical-align: middle;
  7264. }
  7265. .acymailing_module_success + form {
  7266. display: none;
  7267. }
  7268. .mod_tm_ajax_contact_form .mod_tm_ajax_contact_form_message::before {
  7269. display: none;
  7270. }
  7271. a {
  7272. -webkit-transition: all 0.5s ease;
  7273. -moz-transition: all 0.5s ease;
  7274. -o-transition: all 0.5s ease;
  7275. transition: all 0.5s ease;
  7276. }
  7277. .custom_hover strong {
  7278. display: none;
  7279. }
  7280. /*======================= TYPOGRAPHY =======================*/
  7281. h1,
  7282. h2,
  7283. h3,
  7284. h4,
  7285. h5,
  7286. h6 {
  7287. margin-top: 0;
  7288. position: relative;
  7289. }
  7290. h1 a.custom_hover,
  7291. h2 a.custom_hover,
  7292. h3 a.custom_hover,
  7293. h4 a.custom_hover,
  7294. h5 a.custom_hover,
  7295. h6 a.custom_hover {
  7296. color: #3e3e3e;
  7297. }
  7298. h1 a.custom_hover:hover,
  7299. h2 a.custom_hover:hover,
  7300. h3 a.custom_hover:hover,
  7301. h4 a.custom_hover:hover,
  7302. h5 a.custom_hover:hover,
  7303. h6 a.custom_hover:hover {
  7304. color: #d5bf55;
  7305. }
  7306. h1,
  7307. h2,
  7308. h3,
  7309. h4 {
  7310. font-family: 'Archivo Narrow', sans-serif;
  7311. color: #3e3e3e;
  7312. font-weight: bold;
  7313. font-size: 30px;
  7314. line-height: 26px;
  7315. margin-bottom: 21px;
  7316. text-transform: uppercase;
  7317. }
  7318. h1 {
  7319. font-family: Arial, Helvetica, sans-serif;
  7320. font-size: 44px;
  7321. line-height: 48px;
  7322. }
  7323. h2 {
  7324. color: #212122;
  7325. font-family: 'Archivo Narrow', sans-serif;
  7326. font-size: 42px;
  7327. line-height: 48px;
  7328. margin-bottom: 7px;
  7329. }
  7330. h5 {
  7331. font: bold 18px/20px 'Archivo Narrow', sans-serif;
  7332. color: #3a3a3a;
  7333. text-transform: uppercase;
  7334. }
  7335. h6 {
  7336. font-family: 'Archivo Narrow', sans-serif;
  7337. font-weight: normal;
  7338. font-size: 18px;
  7339. line-height: 26px;
  7340. margin-bottom: 21px;
  7341. }
  7342. .body__404 .big-404 {
  7343. font-size: 160px;
  7344. }
  7345. .page-item__404 .al_comments_container {
  7346. display: none;
  7347. }
  7348. .alert-heading {
  7349. color: inherit;
  7350. }
  7351. p {
  7352. margin: 0;
  7353. padding-bottom: 21px;
  7354. }
  7355. .icons-marker {
  7356. font-size: 15.6px;
  7357. line-height: 21px;
  7358. }
  7359. /*Buttons*/
  7360. .btn {
  7361. padding: 11px 30px;
  7362. font: bold 14px/21px 'Archivo Narrow', sans-serif;
  7363. overflow: hidden;
  7364. color: #ffffff;
  7365. text-shadow: none;
  7366. background-color: #26333f;
  7367. background-image: -moz-linear-gradient(top, #2b3947, #1f2932);
  7368. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b3947), to(#1f2932));
  7369. background-image: -webkit-linear-gradient(top, #2b3947, #1f2932);
  7370. background-image: -o-linear-gradient(top, #2b3947, #1f2932);
  7371. background-image: linear-gradient(to bottom, #2b3947, #1f2932);
  7372. background-repeat: repeat-x;
  7373. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3947', endColorstr='#ff1f2932', GradientType=0);
  7374. border-color: #1f2932 #1f2932 #020203;
  7375. *background-color: #1f2932;
  7376. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  7377. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  7378. -webkit-border-radius: 6px;
  7379. -moz-border-radius: 6px;
  7380. border-radius: 6px;
  7381. border: none;
  7382. -webkit-transition: all 0.4s ease;
  7383. -moz-transition: all 0.4s ease;
  7384. -o-transition: all 0.4s ease;
  7385. transition: all 0.4s ease;
  7386. text-transform: uppercase;
  7387. }
  7388. .btn:hover,
  7389. .btn:focus,
  7390. .btn:active,
  7391. .btn.active,
  7392. .btn.disabled,
  7393. .btn[disabled] {
  7394. color: #ffffff;
  7395. background-color: #1f2932;
  7396. *background-color: #151c22;
  7397. }
  7398. .btn:active,
  7399. .btn.active {
  7400. background-color: #0b0f13 \9;
  7401. }
  7402. .btn .fa {
  7403. margin-left: 3px;
  7404. margin-right: 3px;
  7405. }
  7406. .btn.disabled {
  7407. cursor: default !important;
  7408. pointer-events: none;
  7409. }
  7410. .btn.edit_module {
  7411. padding: 2px 8px;
  7412. position: relative;
  7413. }
  7414. .btn.dropdown-toggle {
  7415. padding: 4px 10px;
  7416. }
  7417. .btn#jform_profile_dob_img {
  7418. padding: 9px 12px 10px;
  7419. }
  7420. .btn:hover,
  7421. .btn:active,
  7422. .btn:focus,
  7423. .btn.active,
  7424. .btn.selected {
  7425. background: #2cb9a8;
  7426. color: #ffffff;
  7427. text-shadow: none;
  7428. border: none;
  7429. }
  7430. /*
  7431. .btn-primary,
  7432. .btn-small{
  7433. // .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight, @btnPrimaryColor, none);
  7434. .buttonBackgroundAlt(@btnPrimaryBackground, @btnPrimaryColor);
  7435. border: 1px solid @btnPrimaryBorder;
  7436. border-bottom-color: @btnPrimaryBorder;
  7437. outline: none !important;
  7438. &:hover {
  7439. background: @btnActPrimaryBackground;
  7440. color: @btnPrimaryColorHighlight;
  7441. }
  7442. &.submitButton{
  7443. float: right;
  7444. }
  7445. &.disabled{
  7446. background: @btnActPrimaryBackground;
  7447. color: @btnPrimaryColorHighlight;
  7448. .opacity(100);
  7449. }
  7450. &:focus,&:active{
  7451. // .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight, @btnPrimaryColor, none);
  7452. .buttonBackgroundAlt(@btnPrimaryBackground, @btnPrimaryColor);
  7453. &:hover {
  7454. background: @btnActPrimaryBackground;
  7455. color: @btnPrimaryColorHighlight;
  7456. }
  7457. }
  7458. }
  7459.  
  7460. .btn-info{
  7461. // .buttonBackground(@btnInfoBackground, @btnInfoBackgroundHighlight, @btnInfoColor, none);
  7462. .buttonBackgroundAlt(@btnInfoBackground, @btnInfoColor);
  7463. border: 1px solid @btnInfoBorder;
  7464. border-bottom-color: @btnInfoBorder;
  7465. outline: none !important;
  7466. &:hover {
  7467. background: @btnActInfoBackground;
  7468. color: @btnInfoColorHighlight;
  7469. }
  7470. &:focus,
  7471. &:active{
  7472. // .buttonBackground(@btnInfoBackground, @btnInfoBackgroundHighlight, @btnInfoColor, none);
  7473. .buttonBackgroundAlt(@btnInfoBackground, @btnInfoColor);
  7474. &:hover {
  7475. background: @btnActInfoBackground;
  7476. color: @btnInfoColorHighlight;
  7477. }
  7478. }
  7479. }
  7480. */
  7481. #searchForm .btn.btn-primary {
  7482. height: 40px;
  7483. line-height: 40px;
  7484. padding: 0 10px;
  7485. }
  7486. form {
  7487. margin-bottom: 0;
  7488. padding-bottom: 20px;
  7489. }
  7490. .close {
  7491. position: relative;
  7492. z-index: 2;
  7493. }
  7494. .btn.jmodedit:hover > span,
  7495. .btn.jmodedit:focus > span,
  7496. .btn.jmodedit:active > span {
  7497. transform: rotateX(0deg) translateY(0px);
  7498. -o-transform: rotateX(0deg) translateY(0px);
  7499. -moz-transform: rotateX(0deg) translateY(0px);
  7500. -webkit-transform: rotateX(0deg) translateY(0px);
  7501. -ms-transform: rotateX(0deg) translateY(0px);
  7502. }
  7503. /*Lists*/
  7504. li {
  7505. list-style-type: none;
  7506. }
  7507. ul.type {
  7508. display: table;
  7509. margin: 0 0 42px;
  7510. table-layout: fixed;
  7511. width: 100%;
  7512. }
  7513. ul.type li {
  7514. font: bold 24px/36px 'Archivo Narrow', sans-serif;
  7515. display: table-cell;
  7516. text-transform: uppercase;
  7517. }
  7518. ul.type li a,
  7519. ul.type li .separator {
  7520. display: inline-block !important;
  7521. color: white;
  7522. padding-top: 40px;
  7523. }
  7524. ul.type li a:before,
  7525. ul.type li .separator:before {
  7526. color: #d5bf55;
  7527. float: left;
  7528. margin-right: 16px;
  7529. margin-top: -40px;
  7530. -webkit-border-radius: 1000px;
  7531. -moz-border-radius: 1000px;
  7532. border-radius: 1000px;
  7533. border: 3px solid #d5bf55;
  7534. height: 108px;
  7535. width: 108px;
  7536. content: "";
  7537. font: normal normal normal 36px/108px FontAwesome;
  7538. text-align: center;
  7539. }
  7540. ul.type li:first-child a:before,
  7541. ul.type li:first-child .separator:before {
  7542. content: "\f19c";
  7543. }
  7544. ul.type li:first-child + li a:before,
  7545. ul.type li:first-child + li .separator:before {
  7546. content: "\f0ea";
  7547. }
  7548. ul.type li:first-child + li + li a:before,
  7549. ul.type li:first-child + li + li .separator:before {
  7550. content: "\f19d";
  7551. }
  7552. ul.type li:first-child + li + li + li a:before,
  7553. ul.type li:first-child + li + li + li .separator:before {
  7554. content: "\f0e6";
  7555. }
  7556. ul.type li a:hover:before {
  7557. color: #ffffff;
  7558. }
  7559. .body__services ul.type li a,
  7560. .body__services ul.type li .separator {
  7561. padding-top: 26px;
  7562. }
  7563. .body__services ul.type li a:before,
  7564. .body__services ul.type li .separator:before {
  7565. margin-top: -26px;
  7566. }
  7567. .body__services ul.type li:first-child a:before,
  7568. .body__services ul.type li:first-child .separator:before {
  7569. content: "\f200";
  7570. }
  7571. .body__services ul.type li:first-child + li a:before,
  7572. .body__services ul.type li:first-child + li .separator:before {
  7573. content: "\f0c0";
  7574. }
  7575. .body__services ul.type li:first-child + li + li a:before,
  7576. .body__services ul.type li:first-child + li + li .separator:before {
  7577. content: "\f1d8";
  7578. }
  7579. ul.service_list {
  7580. margin: 0 0 8px;
  7581. }
  7582. ul.service_list li {
  7583. font-family: 'Archivo Narrow', sans-serif;
  7584. font-size: 14px;
  7585. padding: 9px 0;
  7586. }
  7587. ul.service_list li a,
  7588. ul.service_list li .separator {
  7589. color: #4d4d4c;
  7590. }
  7591. ul.service_list li a:hover {
  7592. color: #d5bf55;
  7593. }
  7594. ul.service_list li + li {
  7595. border-top: 1px solid white;
  7596. }
  7597. ul.custom {
  7598. margin: 27px 0;
  7599. text-align: right;
  7600. }
  7601. ul.custom li a {
  7602. display: inline-block !important;
  7603. font-size: 14px;
  7604. padding: 11px 44px 10px;
  7605. color: #ffffff;
  7606. text-shadow: none;
  7607. background-color: #e79a00;
  7608. background-image: -moz-linear-gradient(top, #ec9d00, #e09500);
  7609. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec9d00), to(#e09500));
  7610. background-image: -webkit-linear-gradient(top, #ec9d00, #e09500);
  7611. background-image: -o-linear-gradient(top, #ec9d00, #e09500);
  7612. background-image: linear-gradient(to bottom, #ec9d00, #e09500);
  7613. background-repeat: repeat-x;
  7614. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec9d00', endColorstr='#ffe09500', GradientType=0);
  7615. border-color: #e09500 #e09500 #936200;
  7616. *background-color: #e09500;
  7617. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  7618. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  7619. -webkit-border-radius: 6px;
  7620. -moz-border-radius: 6px;
  7621. border-radius: 6px;
  7622. -webkit-transition: all 0.4s ease;
  7623. -moz-transition: all 0.4s ease;
  7624. -o-transition: all 0.4s ease;
  7625. transition: all 0.4s ease;
  7626. text-transform: lowercase;
  7627. }
  7628. ul.custom li a:hover,
  7629. ul.custom li a:focus,
  7630. ul.custom li a:active,
  7631. ul.custom li a.active,
  7632. ul.custom li a.disabled,
  7633. ul.custom li a[disabled] {
  7634. color: #ffffff;
  7635. background-color: #e09500;
  7636. *background-color: #c78400;
  7637. }
  7638. ul.custom li a:active,
  7639. ul.custom li a.active {
  7640. background-color: #ad7300 \9;
  7641. }
  7642. ul.custom li a:hover,
  7643. ul.custom li a:active,
  7644. ul.custom li a:focus,
  7645. ul.custom li a.active,
  7646. ul.custom li a.selected {
  7647. color: #ffffff !important;
  7648. text-shadow: none !important;
  7649. background-color: #26333f !important;
  7650. background-image: -moz-linear-gradient(top, #2b3947, #1f2932) !important;
  7651. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b3947), to(#1f2932)) !important;
  7652. background-image: -webkit-linear-gradient(top, #2b3947, #1f2932) !important;
  7653. background-image: -o-linear-gradient(top, #2b3947, #1f2932) !important;
  7654. background-image: linear-gradient(to bottom, #2b3947, #1f2932) !important;
  7655. background-repeat: repeat-x !important;
  7656. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3947', endColorstr='#ff1f2932', GradientType=0) !important;
  7657. border-color: #1f2932 #1f2932 #020203 !important;
  7658. *background-color: #1f2932 !important;
  7659. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  7660. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
  7661. }
  7662. ul.custom li a:hover:hover,
  7663. ul.custom li a:active:hover,
  7664. ul.custom li a:focus:hover,
  7665. ul.custom li a.active:hover,
  7666. ul.custom li a.selected:hover,
  7667. ul.custom li a:hover:focus,
  7668. ul.custom li a:active:focus,
  7669. ul.custom li a:focus:focus,
  7670. ul.custom li a.active:focus,
  7671. ul.custom li a.selected:focus,
  7672. ul.custom li a:hover:active,
  7673. ul.custom li a:active:active,
  7674. ul.custom li a:focus:active,
  7675. ul.custom li a.active:active,
  7676. ul.custom li a.selected:active,
  7677. ul.custom li a:hover.active,
  7678. ul.custom li a:active.active,
  7679. ul.custom li a:focus.active,
  7680. ul.custom li a.active.active,
  7681. ul.custom li a.selected.active,
  7682. ul.custom li a:hover.disabled,
  7683. ul.custom li a:active.disabled,
  7684. ul.custom li a:focus.disabled,
  7685. ul.custom li a.active.disabled,
  7686. ul.custom li a.selected.disabled,
  7687. ul.custom li a:hover[disabled],
  7688. ul.custom li a:active[disabled],
  7689. ul.custom li a:focus[disabled],
  7690. ul.custom li a.active[disabled],
  7691. ul.custom li a.selected[disabled] {
  7692. color: #ffffff !important;
  7693. background-color: #1f2932 !important;
  7694. *background-color: #151c22 !important;
  7695. }
  7696. ul.custom li a:hover:active,
  7697. ul.custom li a:active:active,
  7698. ul.custom li a:focus:active,
  7699. ul.custom li a.active:active,
  7700. ul.custom li a.selected:active,
  7701. ul.custom li a:hover.active,
  7702. ul.custom li a:active.active,
  7703. ul.custom li a:focus.active,
  7704. ul.custom li a.active.active,
  7705. ul.custom li a.selected.active {
  7706. background-color: #0b0f13 \9 !important;
  7707. }
  7708. .item_list,
  7709. .list1 ul,
  7710. .archive-module,
  7711. .categories-module {
  7712. margin: 0 0 42px;
  7713. }
  7714. .item_list li,
  7715. .list1 ul li,
  7716. .archive-module li,
  7717. .categories-module li {
  7718. font-size: 12px;
  7719. padding-bottom: 9px;
  7720. position: relative;
  7721. margin-left: 14px;
  7722. }
  7723. .item_list li:before,
  7724. .list1 ul li:before,
  7725. .archive-module li:before,
  7726. .categories-module li:before {
  7727. content: "\f111";
  7728. position: relative;
  7729. font: 5px/21px FontAwesome;
  7730. color: #2cb9a8;
  7731. position: absolute;
  7732. top: 0;
  7733. left: -14px;
  7734. }
  7735. .item_list a,
  7736. .list1 ul a,
  7737. .archive-module a,
  7738. .categories-module a {
  7739. color: #3e3e3e;
  7740. }
  7741. .item_list a:hover,
  7742. .list1 ul a:hover,
  7743. .archive-module a:hover,
  7744. .categories-module a:hover {
  7745. color: #2cb9a8;
  7746. }
  7747. /*Pagination*/
  7748. .pagination {
  7749. height: auto;
  7750. margin: 0;
  7751. padding: 0 0 50px;
  7752. }
  7753. .pagination ul {
  7754. -webkit-border-radius: 0;
  7755. -moz-border-radius: 0;
  7756. border-radius: 0;
  7757. border: none;
  7758. box-shadow: none;
  7759. margin: 0 auto;
  7760. width: 100%;
  7761. text-align: left;
  7762. }
  7763. .pagination ul li {
  7764. display: inline-block;
  7765. margin-right: 2px;
  7766. }
  7767. .pagination ul li .pagenav,
  7768. .pagination ul li .hasTooltip {
  7769. padding: 11px 18px;
  7770. font: bold 14px/21px 'Archivo Narrow', sans-serif;
  7771. overflow: hidden;
  7772. color: #ffffff;
  7773. text-shadow: none;
  7774. background-color: #26333f;
  7775. background-image: -moz-linear-gradient(top, #2b3947, #1f2932);
  7776. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b3947), to(#1f2932));
  7777. background-image: -webkit-linear-gradient(top, #2b3947, #1f2932);
  7778. background-image: -o-linear-gradient(top, #2b3947, #1f2932);
  7779. background-image: linear-gradient(to bottom, #2b3947, #1f2932);
  7780. background-repeat: repeat-x;
  7781. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3947', endColorstr='#ff1f2932', GradientType=0);
  7782. border-color: #1f2932 #1f2932 #020203;
  7783. *background-color: #1f2932;
  7784. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  7785. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  7786. -webkit-border-radius: 6px !important;
  7787. -moz-border-radius: 6px !important;
  7788. border-radius: 6px !important;
  7789. border: none;
  7790. -webkit-transition: all 0.4s ease;
  7791. -moz-transition: all 0.4s ease;
  7792. -o-transition: all 0.4s ease;
  7793. transition: all 0.4s ease;
  7794. text-transform: uppercase;
  7795. }
  7796. .pagination ul li .pagenav:hover,
  7797. .pagination ul li .hasTooltip:hover,
  7798. .pagination ul li .pagenav:focus,
  7799. .pagination ul li .hasTooltip:focus,
  7800. .pagination ul li .pagenav:active,
  7801. .pagination ul li .hasTooltip:active,
  7802. .pagination ul li .pagenav.active,
  7803. .pagination ul li .hasTooltip.active,
  7804. .pagination ul li .pagenav.disabled,
  7805. .pagination ul li .hasTooltip.disabled,
  7806. .pagination ul li .pagenav[disabled],
  7807. .pagination ul li .hasTooltip[disabled] {
  7808. color: #ffffff;
  7809. background-color: #1f2932;
  7810. *background-color: #151c22;
  7811. }
  7812. .pagination ul li .pagenav:active,
  7813. .pagination ul li .hasTooltip:active,
  7814. .pagination ul li .pagenav.active,
  7815. .pagination ul li .hasTooltip.active {
  7816. background-color: #0b0f13 \9;
  7817. }
  7818. .pagination ul li span.pagenav,
  7819. .pagination ul li .span.hasTooltip {
  7820. color: #ffffff;
  7821. text-shadow: none;
  7822. background-color: #f1a500;
  7823. background-image: -moz-linear-gradient(top, #f2ab00, #ef9b00);
  7824. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2ab00), to(#ef9b00));
  7825. background-image: -webkit-linear-gradient(top, #f2ab00, #ef9b00);
  7826. background-image: -o-linear-gradient(top, #f2ab00, #ef9b00);
  7827. background-image: linear-gradient(to bottom, #f2ab00, #ef9b00);
  7828. background-repeat: repeat-x;
  7829. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2ab00', endColorstr='#ffef9b00', GradientType=0);
  7830. border-color: #ef9b00 #ef9b00 #a36900;
  7831. *background-color: #ef9b00;
  7832. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  7833. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  7834. }
  7835. .pagination ul li span.pagenav:hover,
  7836. .pagination ul li .span.hasTooltip:hover,
  7837. .pagination ul li span.pagenav:focus,
  7838. .pagination ul li .span.hasTooltip:focus,
  7839. .pagination ul li span.pagenav:active,
  7840. .pagination ul li .span.hasTooltip:active,
  7841. .pagination ul li span.pagenav.active,
  7842. .pagination ul li .span.hasTooltip.active,
  7843. .pagination ul li span.pagenav.disabled,
  7844. .pagination ul li .span.hasTooltip.disabled,
  7845. .pagination ul li span.pagenav[disabled],
  7846. .pagination ul li .span.hasTooltip[disabled] {
  7847. color: #ffffff;
  7848. background-color: #ef9b00;
  7849. *background-color: #d68a00;
  7850. }
  7851. .pagination ul li span.pagenav:active,
  7852. .pagination ul li .span.hasTooltip:active,
  7853. .pagination ul li span.pagenav.active,
  7854. .pagination ul li .span.hasTooltip.active {
  7855. background-color: #bc7a00 \9;
  7856. }
  7857. .pagination ul li a.pagenav,
  7858. .pagination ul li a.hasTooltip {
  7859. color: #ffffff;
  7860. text-shadow: none;
  7861. background-color: #26333f;
  7862. background-image: -moz-linear-gradient(top, #2b3947, #1f2932);
  7863. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b3947), to(#1f2932));
  7864. background-image: -webkit-linear-gradient(top, #2b3947, #1f2932);
  7865. background-image: -o-linear-gradient(top, #2b3947, #1f2932);
  7866. background-image: linear-gradient(to bottom, #2b3947, #1f2932);
  7867. background-repeat: repeat-x;
  7868. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3947', endColorstr='#ff1f2932', GradientType=0);
  7869. border-color: #1f2932 #1f2932 #020203;
  7870. *background-color: #1f2932;
  7871. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  7872. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  7873. }
  7874. .pagination ul li a.pagenav:hover,
  7875. .pagination ul li a.hasTooltip:hover,
  7876. .pagination ul li a.pagenav:focus,
  7877. .pagination ul li a.hasTooltip:focus,
  7878. .pagination ul li a.pagenav:active,
  7879. .pagination ul li a.hasTooltip:active,
  7880. .pagination ul li a.pagenav.active,
  7881. .pagination ul li a.hasTooltip.active,
  7882. .pagination ul li a.pagenav.disabled,
  7883. .pagination ul li a.hasTooltip.disabled,
  7884. .pagination ul li a.pagenav[disabled],
  7885. .pagination ul li a.hasTooltip[disabled] {
  7886. color: #ffffff;
  7887. background-color: #1f2932;
  7888. *background-color: #151c22;
  7889. }
  7890. .pagination ul li a.pagenav:active,
  7891. .pagination ul li a.hasTooltip:active,
  7892. .pagination ul li a.pagenav.active,
  7893. .pagination ul li a.hasTooltip.active {
  7894. background-color: #0b0f13 \9;
  7895. }
  7896. .pagination ul li a.pagenav:hover,
  7897. .pagination ul li a.hasTooltip:hover {
  7898. color: #ffffff;
  7899. text-shadow: none;
  7900. background-color: #f1a500;
  7901. background-image: -moz-linear-gradient(top, #f2ab00, #ef9b00);
  7902. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2ab00), to(#ef9b00));
  7903. background-image: -webkit-linear-gradient(top, #f2ab00, #ef9b00);
  7904. background-image: -o-linear-gradient(top, #f2ab00, #ef9b00);
  7905. background-image: linear-gradient(to bottom, #f2ab00, #ef9b00);
  7906. background-repeat: repeat-x;
  7907. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2ab00', endColorstr='#ffef9b00', GradientType=0);
  7908. border-color: #ef9b00 #ef9b00 #a36900;
  7909. *background-color: #ef9b00;
  7910. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  7911. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  7912. }
  7913. .pagination ul li a.pagenav:hover:hover,
  7914. .pagination ul li a.hasTooltip:hover:hover,
  7915. .pagination ul li a.pagenav:hover:focus,
  7916. .pagination ul li a.hasTooltip:hover:focus,
  7917. .pagination ul li a.pagenav:hover:active,
  7918. .pagination ul li a.hasTooltip:hover:active,
  7919. .pagination ul li a.pagenav:hover.active,
  7920. .pagination ul li a.hasTooltip:hover.active,
  7921. .pagination ul li a.pagenav:hover.disabled,
  7922. .pagination ul li a.hasTooltip:hover.disabled,
  7923. .pagination ul li a.pagenav:hover[disabled],
  7924. .pagination ul li a.hasTooltip:hover[disabled] {
  7925. color: #ffffff;
  7926. background-color: #ef9b00;
  7927. *background-color: #d68a00;
  7928. }
  7929. .pagination ul li a.pagenav:hover:active,
  7930. .pagination ul li a.hasTooltip:hover:active,
  7931. .pagination ul li a.pagenav:hover.active,
  7932. .pagination ul li a.hasTooltip:hover.active {
  7933. background-color: #bc7a00 \9;
  7934. }
  7935. .pagination ul li.num span.pagenav,
  7936. .pagination ul li.num span.hasTooltip {
  7937. color: #ffffff;
  7938. text-shadow: none;
  7939. background-color: #f1a500;
  7940. background-image: -moz-linear-gradient(top, #f2ab00, #ef9b00);
  7941. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2ab00), to(#ef9b00));
  7942. background-image: -webkit-linear-gradient(top, #f2ab00, #ef9b00);
  7943. background-image: -o-linear-gradient(top, #f2ab00, #ef9b00);
  7944. background-image: linear-gradient(to bottom, #f2ab00, #ef9b00);
  7945. background-repeat: repeat-x;
  7946. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2ab00', endColorstr='#ffef9b00', GradientType=0);
  7947. border-color: #ef9b00 #ef9b00 #a36900;
  7948. *background-color: #ef9b00;
  7949. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  7950. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  7951. }
  7952. .pagination ul li.num span.pagenav:hover,
  7953. .pagination ul li.num span.hasTooltip:hover,
  7954. .pagination ul li.num span.pagenav:focus,
  7955. .pagination ul li.num span.hasTooltip:focus,
  7956. .pagination ul li.num span.pagenav:active,
  7957. .pagination ul li.num span.hasTooltip:active,
  7958. .pagination ul li.num span.pagenav.active,
  7959. .pagination ul li.num span.hasTooltip.active,
  7960. .pagination ul li.num span.pagenav.disabled,
  7961. .pagination ul li.num span.hasTooltip.disabled,
  7962. .pagination ul li.num span.pagenav[disabled],
  7963. .pagination ul li.num span.hasTooltip[disabled] {
  7964. color: #ffffff;
  7965. background-color: #ef9b00;
  7966. *background-color: #d68a00;
  7967. }
  7968. .pagination ul li.num span.pagenav:active,
  7969. .pagination ul li.num span.hasTooltip:active,
  7970. .pagination ul li.num span.pagenav.active,
  7971. .pagination ul li.num span.hasTooltip.active {
  7972. background-color: #bc7a00 \9;
  7973. }
  7974. /*Forms*/
  7975. input[type='radio'],
  7976. input[type='checkbox'] {
  7977. margin: -2px 0 0;
  7978. }
  7979. /* Images */
  7980. .item_img,
  7981. .category_img {
  7982. margin: 0 0 21px;
  7983. position: relative;
  7984. }
  7985. .lazy_container {
  7986. display: inline-block;
  7987. max-width: 100%;
  7988. position: relative;
  7989. overflow: hidden;
  7990. font-size: 0;
  7991. line-height: 0;
  7992. background: url(../images/camera-loader.gif) 50% 50% no-repeat #ffffff;
  7993. }
  7994. .lazy_container.lazyloaded {
  7995. background: none;
  7996. }
  7997. .lazy_container .lazy_preloader {
  7998. height: 0;
  7999. display: inline-block;
  8000. width: 100%;
  8001. }
  8002. .lazy_container img {
  8003. position: absolute;
  8004. left: 0;
  8005. top: 0;
  8006. width: 100%;
  8007. height: auto;
  8008. margin: 0;
  8009. }
  8010. .item_img {
  8011. font-size: 0;
  8012. line-height: 0;
  8013. position: relative;
  8014. }
  8015. .item_img a {
  8016. position: relative;
  8017. display: inline-block;
  8018. max-width: 100%;
  8019. }
  8020. .item_img a.touchGalleryLink:after {
  8021. display: none;
  8022. }
  8023. .item_img a .BWfade {
  8024. width: 100% !important;
  8025. height: 100% !important;
  8026. top: 0 !important;
  8027. bottom: 0 !important;
  8028. display: block !important;
  8029. z-index: 2;
  8030. opacity: 0;
  8031. -webkit-transition: all 0.5s linear;
  8032. -moz-transition: all 0.5s linear;
  8033. -o-transition: all 0.5s linear;
  8034. transition: all 0.5s linear;
  8035. transform: scale(1);
  8036. -o-transform: scale(1);
  8037. -moz-transform: scale(1);
  8038. -webkit-transform: scale(1);
  8039. -ms-transform: scale(1);
  8040. }
  8041. .item_img a img {
  8042. opacity: 0.99;
  8043. filter: alpha(opacity=99);
  8044. -webkit-transition: all 0.5s linear;
  8045. -moz-transition: all 0.5s linear;
  8046. -o-transition: all 0.5s linear;
  8047. transition: all 0.5s linear;
  8048. transform: scale(1);
  8049. -o-transform: scale(1);
  8050. -moz-transform: scale(1);
  8051. -webkit-transform: scale(1);
  8052. -ms-transform: scale(1);
  8053. }
  8054. .item_img a .lazy_container {
  8055. /*&:before,
  8056. &:after{
  8057. content: "";
  8058. opacity: 0;
  8059. pointer-events: none;
  8060. z-index:3;
  8061. position:absolute;
  8062. .box-sizing(border-box);
  8063. .transition(all 0.5s ease);
  8064. .box-shadow(none);
  8065. }
  8066. &:before{
  8067. top:7px;
  8068. left:7px;
  8069. right:100%;
  8070. bottom:100%;
  8071. border-top: 1px solid rgba(255,255,255,0.8);
  8072. border-left: 1px solid rgba(255,255,255,0.8);
  8073. }
  8074. &:after{
  8075. left:100%;
  8076. top:100%;
  8077. bottom:7px;
  8078. right:7px;
  8079. border-bottom: 1px solid rgba(255,255,255,0.8);
  8080. border-right: 1px solid rgba(255,255,255,0.8);
  8081. }*/
  8082. }
  8083. .item_img a:hover .lazy_container {
  8084. /*&:before{
  8085. opacity: 1;
  8086. bottom: 7px;
  8087. right: 7px;
  8088. .box-shadow(inset 2px 2px 2px rgba(0,0,0,0.15));
  8089. }
  8090. &:after{
  8091. opacity: 1;
  8092. top: 8px;
  8093. left: 8px;
  8094. box-shadow: inset -2px -2px 2px rgba(0,0,0,0.15);
  8095. }*/
  8096. }
  8097. .item_img a:hover .lazy_container img,
  8098. .item_img a:hover .lazy_container .BWfade {
  8099. /*.transform(scale(1.1));*/
  8100. opacity: 1;
  8101. }
  8102. .img-intro__left,
  8103. .img-full__left {
  8104. float: left;
  8105. margin: 0 30px 10px 0;
  8106. max-width: 50%;
  8107. }
  8108. .img-intro__right,
  8109. .img-full__right {
  8110. float: right;
  8111. margin: 0 0 10px 30px;
  8112. max-width: 50%;
  8113. }
  8114. .well {
  8115. min-height: 20px;
  8116. padding: 19px;
  8117. margin-bottom: 20px;
  8118. background-color: #f5f5f5;
  8119. border: 1px solid #e3e3e3;
  8120. -webkit-border-radius: 4px;
  8121. -moz-border-radius: 4px;
  8122. border-radius: 4px;
  8123. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  8124. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  8125. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  8126. }
  8127. .item__module,
  8128. .item {
  8129. opacity: 0;
  8130. -webkit-transition: all 0.8s ease;
  8131. -moz-transition: all 0.8s ease;
  8132. -o-transition: all 0.8s ease;
  8133. transition: all 0.8s ease;
  8134. transform: translateY(-30px);
  8135. -o-transform: translateY(-30px);
  8136. -moz-transform: translateY(-30px);
  8137. -webkit-transform: translateY(-30px);
  8138. -ms-transform: translateY(-30px);
  8139. }
  8140. .item__module.visible-first,
  8141. .item.visible-first {
  8142. opacity: 1;
  8143. transform: translateY(0px);
  8144. -o-transform: translateY(0px);
  8145. -moz-transform: translateY(0px);
  8146. -webkit-transform: translateY(0px);
  8147. -ms-transform: translateY(0px);
  8148. }
  8149. .headerContent {
  8150. background: url(../images/template/headerBg.gif) center 0 repeat;
  8151. }
  8152. .mod-login {
  8153. padding-bottom: 21px;
  8154. }
  8155. .mod-login.custom .mod-login_userdata {
  8156. max-width: 203px;
  8157. padding-right: 20px;
  8158. position: relative;
  8159. }
  8160. .mod-login.custom .mod-login_userdata #form-login-username,
  8161. .mod-login.custom .mod-login_userdata #form-login-password {
  8162. margin-bottom: 6px;
  8163. }
  8164. .mod-login.custom .mod-login_userdata .input-prepend {
  8165. display: block;
  8166. overflow: hidden;
  8167. }
  8168. .mod-login.custom .mod-login_userdata .input-prepend .add-on {
  8169. display: inline-block;
  8170. font-size: 14px;
  8171. font-weight: normal;
  8172. height: 27px;
  8173. line-height: 27px;
  8174. min-width: 14px;
  8175. padding: 0 5px;
  8176. text-shadow: none;
  8177. width: auto;
  8178. background: white;
  8179. border: none;
  8180. -webkit-border-radius: 0;
  8181. -moz-border-radius: 0;
  8182. border-radius: 0;
  8183. color: #2cb9a8;
  8184. float: left;
  8185. }
  8186. .mod-login.custom .mod-login_userdata .input-prepend #modlgn-username,
  8187. .mod-login.custom .mod-login_userdata .input-prepend #modlgn-passwd {
  8188. font-size: 12px;
  8189. background: none;
  8190. border: 2px solid white;
  8191. -webkit-border-radius: 0;
  8192. -moz-border-radius: 0;
  8193. border-radius: 0;
  8194. box-shadow: none;
  8195. display: block;
  8196. height: 27px;
  8197. line-height: 27px;
  8198. padding: 0 7px;
  8199. width: 100%;
  8200. max-width: 180px !important;
  8201. color: white;
  8202. }
  8203. .mod-login.custom .mod-login_userdata .input-prepend input::-moz-placeholder {
  8204. color: white;
  8205. }
  8206. .mod-login.custom .mod-login_userdata .checkbox {
  8207. font-size: 12px;
  8208. color: white;
  8209. display: block;
  8210. margin-bottom: 6.5px;
  8211. }
  8212. .mod-login.custom .mod-login_submit {
  8213. margin: 0;
  8214. position: absolute;
  8215. top: 8px;
  8216. right: 0;
  8217. }
  8218. .mod-login.custom .btn {
  8219. background: #d5bf55;
  8220. border: 2px solid white;
  8221. color: white;
  8222. font-size: 0;
  8223. line-height: 0;
  8224. line-height: 0px;
  8225. margin: 0;
  8226. padding: 0;
  8227. text-align: center;
  8228. -webkit-border-radius: 1000px;
  8229. -moz-border-radius: 1000px;
  8230. border-radius: 1000px;
  8231. z-index: 9;
  8232. position: relative;
  8233. }
  8234. .mod-login.custom .btn:before {
  8235. background: none;
  8236. }
  8237. .mod-login.custom .btn:after {
  8238. display: block;
  8239. font: normal normal normal 24px/38px FontAwesome;
  8240. content: "\f061";
  8241. width: 40px;
  8242. height: 40px;
  8243. }
  8244. .mod-login.custom .btn:hover {
  8245. background: #ffffff !important;
  8246. border: 2px solid #2cb9a8 !important;
  8247. color: #2cb9a8 !important;
  8248. }
  8249. .mod-login.custom a.register {
  8250. font: 13px/21px Arial, Helvetica, sans-serif;
  8251. font-weight: bold;
  8252. background: #192128;
  8253. -webkit-border-radius: 5px;
  8254. -moz-border-radius: 5px;
  8255. border-radius: 5px;
  8256. color: white;
  8257. display: inline-block;
  8258. padding: 8px 13px;
  8259. text-transform: uppercase;
  8260. outline: none;
  8261. }
  8262. .mod-login.custom a.register:hover {
  8263. background: white;
  8264. color: black;
  8265. }
  8266. /*======================= TOP =======================*/
  8267. #top-row {
  8268. background: #B3601A;
  8269. color: white;
  8270. overflow: hidden;
  8271. padding: 6px 0 0;
  8272. }
  8273. #top-row a {
  8274. color: white;
  8275. }
  8276. #top-row a:hover {
  8277. text-decoration: underline !important;
  8278. }
  8279. ul.contact_list {
  8280. margin-bottom: 8px;
  8281. overflow: hidden;
  8282. padding: 4px 0;
  8283. width: 100%;
  8284. }
  8285. ul.contact_list li {
  8286. font-size: 12px;
  8287. line-height: 16px;
  8288. float: left;
  8289. margin-right: 42px;
  8290. overflow: hidden;
  8291. }
  8292. ul.contact_list li.lastItem {
  8293. margin-right: 0px;
  8294. }
  8295. ul.contact_list li img {
  8296. float: left;
  8297. margin-right: 9px;
  8298. }
  8299. .search-block {
  8300. padding: 0 17px;
  8301. text-align: right;
  8302. }
  8303. .search-block .mod-search__search-block {
  8304. display: block;
  8305. padding-bottom: 2px;
  8306. }
  8307. .search-block .mod-search__search-block form {
  8308. display: inline-block;
  8309. max-width: 146px;
  8310. padding-bottom: 0px;
  8311. position: relative;
  8312. width: 100%;
  8313. }
  8314. .search-block .mod-search__search-block form #searchword {
  8315. background: #ffffff;
  8316. border: none;
  8317. border-bottom: 1px solid #ffffff;
  8318. -webkit-border-radius: 0;
  8319. -moz-border-radius: 0;
  8320. border-radius: 0;
  8321. box-shadow: none;
  8322. -webkit-box-sizing: border-box;
  8323. -moz-box-sizing: border-box;
  8324. box-sizing: border-box;
  8325. display: block;
  8326. height: 24px;
  8327. margin: 0;
  8328. line-height: 24px;
  8329. padding: 0 30px 0 10px;
  8330. width: 100%;
  8331. color: #000000;
  8332. }
  8333. .search-block .mod-search__search-block form input[type="image"] {
  8334. position: absolute;
  8335. top: 9px;
  8336. right: 1px;
  8337. margin: 0;
  8338. padding: 0px;
  8339. -webkit-transition: all 0.2s linear;
  8340. -moz-transition: all 0.2s linear;
  8341. -o-transition: all 0.2s linear;
  8342. transition: all 0.2s linear;
  8343. }
  8344. .search-block .mod-search__search-block form input[type="image"]:hover {
  8345. opacity: 0.5;
  8346. filter: alpha(opacity=50);
  8347. }
  8348. .search-block .mod-search__search-block form .searchbutton {
  8349. font-size: 18px;
  8350. position: absolute;
  8351. top: 0px;
  8352. right: 2px;
  8353. background: none;
  8354. border: none;
  8355. padding: 0;
  8356. color: #000000;
  8357. -webkit-transition: all 0.2s linear;
  8358. -moz-transition: all 0.2s linear;
  8359. -o-transition: all 0.2s linear;
  8360. transition: all 0.2s linear;
  8361. }
  8362. .search-block .mod-search__search-block form .searchbutton:hover {
  8363. color: black;
  8364. }
  8365. /*======================= HEADER =======================*/
  8366. #header-row {
  8367. background: #EEEEEE;
  8368. -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  8369. -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  8370. box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  8371. margin-bottom: 1px;
  8372. padding-top: 38px;
  8373. }
  8374. #logo {
  8375. margin-bottom: 28px;
  8376. }
  8377. #logo img + h1 {
  8378. font-size: 0;
  8379. line-height: 0;
  8380. height: 0;
  8381. width: 0;
  8382. border: none;
  8383. padding: 0;
  8384. margin: 0;
  8385. overflow: hidden;
  8386. text-indent: -9999px;
  8387. }
  8388. #logo h1 {
  8389. display: none;
  8390. padding: 0;
  8391. }
  8392. #logo h1:after {
  8393. display: none;
  8394. }
  8395. #logo a {
  8396. position: relative;
  8397. display: inline-block;
  8398. max-width: 100%;
  8399. }
  8400. /*======================= NAVIGATION =======================*/
  8401. #navigation-row {
  8402. width: 100%;
  8403. background: #ffffff;
  8404. }
  8405. .navigation ul.sf-menu {
  8406. /*SubMenu Styles*/
  8407. }
  8408. .navigation ul.sf-menu > li {
  8409. padding: 0;
  8410. margin: 0 2px 0 0;
  8411. }
  8412. .navigation ul.sf-menu > li.active > a,
  8413. .navigation ul.sf-menu > li.sfHover > a,
  8414. .navigation ul.sf-menu > li.current > a,
  8415. .navigation ul.sf-menu > li.active > span,
  8416. .navigation ul.sf-menu > li.sfHover > span,
  8417. .navigation ul.sf-menu > li.current > span {
  8418. background: #d5bf55;
  8419. color: #ffffff;
  8420. }
  8421. .navigation ul.sf-menu > li > a,
  8422. .navigation ul.sf-menu > li > span {
  8423. font-size: 14px;
  8424. line-height: 21px;
  8425. font-family: Arial, Helvetica, sans-serif;
  8426. color: #c8c8c8;
  8427. background: rgba(255, 255, 255, 0);
  8428. display: block;
  8429. padding: 0 12px;
  8430. -webkit-border-radius: 3px;
  8431. -moz-border-radius: 3px;
  8432. border-radius: 3px;
  8433. -webkit-transition: all 0.5s ease;
  8434. -moz-transition: all 0.5s ease;
  8435. -o-transition: all 0.5s ease;
  8436. transition: all 0.5s ease;
  8437. }
  8438. .navigation ul.sf-menu > li > a:hover,
  8439. .navigation ul.sf-menu > li > span:hover {
  8440. background: #d5bf55;
  8441. color: #ffffff;
  8442. }
  8443. .navigation ul.sf-menu > li > a:hover > span,
  8444. .navigation ul.sf-menu > li > span:hover > span {
  8445. background-position: center bottom !important;
  8446. }
  8447. .navigation ul.sf-menu li > ul {
  8448. top: 23px;
  8449. /*Define 1st SubMenu position*/
  8450. }
  8451. .navigation ul.sf-menu ul {
  8452. width: 155px;
  8453. /*Define menu width*/
  8454. }
  8455. .navigation ul.sf-menu li li ul {
  8456. /*Define SubMenu position*/
  8457. top: -12px;
  8458. left: 157px;
  8459. }
  8460. .navigation ul.sf-menu li li li ul {
  8461. /*Define 2nd+ SubMenu position*/
  8462. top: -12px;
  8463. left: 157px;
  8464. }
  8465. .navigation ul.sf-menu ul {
  8466. background: #d5bf55;
  8467. padding: 12px 0;
  8468. -webkit-border-radius: 3px;
  8469. -moz-border-radius: 3px;
  8470. border-radius: 3px;
  8471. }
  8472. .navigation ul.sf-menu ul li.open > .sub-menu {
  8473. display: block !important;
  8474. }
  8475. .navigation ul.sf-menu ul li > a,
  8476. .navigation ul.sf-menu ul li > span {
  8477. font-size: 12px;
  8478. line-height: 18px;
  8479. font-family: Arial, Helvetica, sans-serif;
  8480. color: #ffffff;
  8481. background: rgba(255, 255, 255, 0);
  8482. display: block;
  8483. padding: 0;
  8484. text-decoration: none;
  8485. -webkit-transition: all 0.5s ease;
  8486. -moz-transition: all 0.5s ease;
  8487. -o-transition: all 0.5s ease;
  8488. transition: all 0.5s ease;
  8489. }
  8490. .navigation ul.sf-menu ul li > a:hover,
  8491. .navigation ul.sf-menu ul li > span:hover {
  8492. /*background: @subMenuItemBgColorAct;*/
  8493. color: #000000;
  8494. }
  8495. .navigation ul.sf-menu ul li.active > a,
  8496. .navigation ul.sf-menu ul li.sfHover > a,
  8497. .navigation ul.sf-menu ul li.active > span,
  8498. .navigation ul.sf-menu ul li.sfHover > span {
  8499. /*background: @subMenuItemBgColorAct;*/
  8500. color: #000000;
  8501. }
  8502. .navigation ul.sf-menu ul li.firstItem {
  8503. border: none;
  8504. }
  8505. .navigation ul.sf-menu.sf-vertical {
  8506. width: 155px;
  8507. }
  8508. .navigation ul.sf-menu.sf-vertical li {
  8509. width: 155px;
  8510. margin-bottom: 1px;
  8511. }
  8512. .navigation ul.sf-menu.sf-vertical li:hover > ul,
  8513. .navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  8514. /*Define 1st SubMenu position*/
  8515. top: -13px;
  8516. }
  8517. .navigation ul.sf-menu.sf-vertical ul {
  8518. left: 157px;
  8519. }
  8520. .navigation ul.sf-menu.sf-vertical ul li a,
  8521. .navigation ul.sf-menu.sf-vertical ul li span {
  8522. padding: 9px 12px;
  8523. }
  8524. .navigation ul.sf-menu.sf-navbar {
  8525. height: 21px;
  8526. padding-bottom: 21px;
  8527. margin-bottom: 2px;
  8528. }
  8529. .navigation ul.sf-menu.sf-navbar li:hover > ul,
  8530. .navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  8531. /*Define 1st SubMenu position*/
  8532. top: 23px;
  8533. left: 0;
  8534. }
  8535. .navigation ul.sf-menu.sf-navbar li ul {
  8536. width: auto;
  8537. padding: 2px 0;
  8538. }
  8539. .navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  8540. width: 155px;
  8541. top: 21px;
  8542. }
  8543. .search-block {
  8544. text-align: right;
  8545. }
  8546. .search-block input {
  8547. max-width: 100%;
  8548. }
  8549. .mod-search .inputbox,
  8550. .mod-search .btn {
  8551. margin-bottom: 13px;
  8552. }
  8553. .mod-search {
  8554. padding: 0;
  8555. }
  8556. .mod-search.mod-search__aside {
  8557. display: block;
  8558. padding-bottom: 42px;
  8559. }
  8560. .mod-search.mod-search__aside form {
  8561. border: 1px solid #d9d9d9;
  8562. background: white;
  8563. display: inline-block;
  8564. padding-bottom: 0;
  8565. position: relative;
  8566. -webkit-border-radius: 5px;
  8567. -moz-border-radius: 5px;
  8568. border-radius: 5px;
  8569. width: 100%;
  8570. max-width: 320px;
  8571. }
  8572. .mod-search.mod-search__aside form #searchword {
  8573. margin: 0;
  8574. -webkit-border-radius: 5px;
  8575. -moz-border-radius: 5px;
  8576. border-radius: 5px;
  8577. background: white;
  8578. box-shadow: none;
  8579. border: none;
  8580. height: 41px;
  8581. padding: 0 34px 0 10px;
  8582. width: 100%;
  8583. line-height: 41px;
  8584. }
  8585. .mod-search.mod-search__aside form input[type="image"] {
  8586. position: absolute;
  8587. top: 0px;
  8588. right: 0px;
  8589. margin: 0;
  8590. padding: 8px 7px;
  8591. -webkit-transition: all 0.2s linear;
  8592. -moz-transition: all 0.2s linear;
  8593. -o-transition: all 0.2s linear;
  8594. transition: all 0.2s linear;
  8595. }
  8596. .mod-search.mod-search__aside form input[type="image"]:hover {
  8597. opacity: 0.5;
  8598. filter: alpha(opacity=50);
  8599. }
  8600. .masonry .item {
  8601. margin-left: 0 !important;
  8602. }
  8603. /*======================= SHOWCASE =======================*/
  8604. #showcase-row {
  8605. background: #4A008B;
  8606. color: #ffffff;
  8607. line-height: 22px;
  8608. padding-top: 43px;
  8609. }
  8610. #showcase-row h1,
  8611. #showcase-row h2,
  8612. #showcase-row h3,
  8613. #showcase-row h4,
  8614. #showcase-row h5,
  8615. #showcase-row h6 {
  8616. color: #ffffff;
  8617. }
  8618. #showcase-row .mod-article-single {
  8619. margin-bottom: 19px;
  8620. }
  8621. /*======================= VIDEO =======================*/
  8622. .mod-custom__video {
  8623. color: white;
  8624. position: relative;
  8625. }
  8626. .mod-custom__video .video-container {
  8627. height: 507px;
  8628. position: relative;
  8629. z-index: 1;
  8630. }
  8631. .mod-custom__video .module-content {
  8632. position: absolute;
  8633. top: 0;
  8634. left: 0;
  8635. width: 100%;
  8636. height: 100%;
  8637. text-align: center;
  8638. z-index: 2;
  8639. }
  8640. .mod-custom__video .module-content:before {
  8641. content: '';
  8642. display: inline-block;
  8643. height: 100%;
  8644. width: 0;
  8645. overflow: hidden;
  8646. vertical-align: middle;
  8647. }
  8648. .mod-custom__video .module-content .module-content-inner {
  8649. display: inline-block;
  8650. vertical-align: middle;
  8651. max-width: 98%;
  8652. }
  8653. .mod-custom__video .module-content .module-content-inner h1,
  8654. .mod-custom__video .module-content .module-content-inner h2,
  8655. .mod-custom__video .module-content .module-content-inner h3,
  8656. .mod-custom__video .module-content .module-content-inner h4,
  8657. .mod-custom__video .module-content .module-content-inner h5,
  8658. .mod-custom__video .module-content .module-content-inner h6 {
  8659. color: white;
  8660. }
  8661. .videoInner {
  8662. max-width: 1010px;
  8663. padding: 0 20px;
  8664. }
  8665. .mod-article-single {
  8666. margin-bottom: 42px;
  8667. }
  8668. .mod-article-single .item__module {
  8669. overflow: hidden;
  8670. }
  8671. .mod-article-single.mod-article-single__custom {
  8672. font: 18px/26px 'Archivo Narrow', sans-serif;
  8673. }
  8674. .mod-article-single.services {
  8675. background: #edf1f1;
  8676. -webkit-border-radius: 6px;
  8677. -moz-border-radius: 6px;
  8678. border-radius: 6px;
  8679. -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  8680. -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  8681. box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  8682. text-align: center;
  8683. }
  8684. .mod-article-single.services .item__module .item-title {
  8685. background: #dde4e3;
  8686. border-top-left-radius: 6px;
  8687. border-top-right-radius: 6px;
  8688. font: bold 18px/24px Arial, Helvetica, sans-serif;
  8689. letter-spacing: 1px;
  8690. margin-bottom: 17px;
  8691. padding: 57px 20px 55px;
  8692. text-transform: none;
  8693. }
  8694. .mod-article-single.services .item__module .item-title .item_title_part0 {
  8695. display: block;
  8696. font-size: 30px;
  8697. line-height: 30px;
  8698. }
  8699. .mod-article-single.services .item__module .item_introtext .indent {
  8700. font: 14px/24px 'Archivo Narrow', sans-serif;
  8701. color: #4d4d4c;
  8702. padding: 0 20px 20px;
  8703. }
  8704. .mod-article-single.services .mod-newsflash-adv_custom-link {
  8705. border-bottom-right-radius: 6px;
  8706. border-bottom-left-radius: 6px;
  8707. background: #dde4e3;
  8708. padding: 27px 0px 29px;
  8709. }
  8710. .mod-article-single.services .mod-newsflash-adv_custom-link a {
  8711. display: inline-block;
  8712. padding: 11px 24px;
  8713. font: bold 13px/21px 'Archivo Narrow', sans-serif;
  8714. color: #ffffff;
  8715. text-shadow: none;
  8716. background-color: #26333f;
  8717. background-image: -moz-linear-gradient(top, #2b3947, #1f2932);
  8718. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b3947), to(#1f2932));
  8719. background-image: -webkit-linear-gradient(top, #2b3947, #1f2932);
  8720. background-image: -o-linear-gradient(top, #2b3947, #1f2932);
  8721. background-image: linear-gradient(to bottom, #2b3947, #1f2932);
  8722. background-repeat: repeat-x;
  8723. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b3947', endColorstr='#ff1f2932', GradientType=0);
  8724. border-color: #1f2932 #1f2932 #020203;
  8725. *background-color: #1f2932;
  8726. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  8727. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  8728. -webkit-border-radius: 6px;
  8729. -moz-border-radius: 6px;
  8730. border-radius: 6px;
  8731. -webkit-transition: all 0.4s ease;
  8732. -moz-transition: all 0.4s ease;
  8733. -o-transition: all 0.4s ease;
  8734. transition: all 0.4s ease;
  8735. text-transform: uppercase;
  8736. }
  8737. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover,
  8738. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus,
  8739. .mod-article-single.services .mod-newsflash-adv_custom-link a:active,
  8740. .mod-article-single.services .mod-newsflash-adv_custom-link a.active,
  8741. .mod-article-single.services .mod-newsflash-adv_custom-link a.disabled,
  8742. .mod-article-single.services .mod-newsflash-adv_custom-link a[disabled] {
  8743. color: #ffffff;
  8744. background-color: #1f2932;
  8745. *background-color: #151c22;
  8746. }
  8747. .mod-article-single.services .mod-newsflash-adv_custom-link a:active,
  8748. .mod-article-single.services .mod-newsflash-adv_custom-link a.active {
  8749. background-color: #0b0f13 \9;
  8750. }
  8751. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover,
  8752. .mod-article-single.services .mod-newsflash-adv_custom-link a:active,
  8753. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus,
  8754. .mod-article-single.services .mod-newsflash-adv_custom-link a.active,
  8755. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected {
  8756. color: #ffffff;
  8757. text-shadow: none;
  8758. background-color: #2cb9a8;
  8759. background-image: -moz-linear-gradient(top, #2cb9a8, #2cb9a8);
  8760. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2cb9a8), to(#2cb9a8));
  8761. background-image: -webkit-linear-gradient(top, #2cb9a8, #2cb9a8);
  8762. background-image: -o-linear-gradient(top, #2cb9a8, #2cb9a8);
  8763. background-image: linear-gradient(to bottom, #2cb9a8, #2cb9a8);
  8764. background-repeat: repeat-x;
  8765. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2cb9a8', endColorstr='#ff2cb9a8', GradientType=0);
  8766. border-color: #2cb9a8 #2cb9a8 #1d7b70;
  8767. *background-color: #2cb9a8;
  8768. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  8769. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  8770. }
  8771. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover:hover,
  8772. .mod-article-single.services .mod-newsflash-adv_custom-link a:active:hover,
  8773. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus:hover,
  8774. .mod-article-single.services .mod-newsflash-adv_custom-link a.active:hover,
  8775. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected:hover,
  8776. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover:focus,
  8777. .mod-article-single.services .mod-newsflash-adv_custom-link a:active:focus,
  8778. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus:focus,
  8779. .mod-article-single.services .mod-newsflash-adv_custom-link a.active:focus,
  8780. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected:focus,
  8781. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover:active,
  8782. .mod-article-single.services .mod-newsflash-adv_custom-link a:active:active,
  8783. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus:active,
  8784. .mod-article-single.services .mod-newsflash-adv_custom-link a.active:active,
  8785. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected:active,
  8786. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover.active,
  8787. .mod-article-single.services .mod-newsflash-adv_custom-link a:active.active,
  8788. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus.active,
  8789. .mod-article-single.services .mod-newsflash-adv_custom-link a.active.active,
  8790. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected.active,
  8791. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover.disabled,
  8792. .mod-article-single.services .mod-newsflash-adv_custom-link a:active.disabled,
  8793. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus.disabled,
  8794. .mod-article-single.services .mod-newsflash-adv_custom-link a.active.disabled,
  8795. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected.disabled,
  8796. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover[disabled],
  8797. .mod-article-single.services .mod-newsflash-adv_custom-link a:active[disabled],
  8798. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus[disabled],
  8799. .mod-article-single.services .mod-newsflash-adv_custom-link a.active[disabled],
  8800. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected[disabled] {
  8801. color: #ffffff;
  8802. background-color: #2cb9a8;
  8803. *background-color: #27a495;
  8804. }
  8805. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover:active,
  8806. .mod-article-single.services .mod-newsflash-adv_custom-link a:active:active,
  8807. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus:active,
  8808. .mod-article-single.services .mod-newsflash-adv_custom-link a.active:active,
  8809. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected:active,
  8810. .mod-article-single.services .mod-newsflash-adv_custom-link a:hover.active,
  8811. .mod-article-single.services .mod-newsflash-adv_custom-link a:active.active,
  8812. .mod-article-single.services .mod-newsflash-adv_custom-link a:focus.active,
  8813. .mod-article-single.services .mod-newsflash-adv_custom-link a.active.active,
  8814. .mod-article-single.services .mod-newsflash-adv_custom-link a.selected.active {
  8815. background-color: #229083 \9;
  8816. }
  8817. .mod-article-single.mod-article-single__border {
  8818. border-bottom: 2px solid white;
  8819. margin-bottom: 0;
  8820. padding-bottom: 7px;
  8821. }
  8822. .mod-article-single.image {
  8823. margin-bottom: 0;
  8824. padding-top: 25px;
  8825. }
  8826. .mod-article-single.image .item_img {
  8827. margin-bottom: 0;
  8828. max-width: 223px;
  8829. position: relative;
  8830. }
  8831. .mod-article-single.image .item_img figcaption {
  8832. color: white;
  8833. font: bold 18px/21px 'Archivo Narrow', sans-serif;
  8834. text-align: right;
  8835. text-transform: uppercase;
  8836. position: absolute;
  8837. right: 0;
  8838. top: 0;
  8839. max-width: 150px;
  8840. padding: 28px 10px 10px;
  8841. }
  8842. .mod-article-single.image .item_img figcaption .item_title_part0 {
  8843. display: block;
  8844. }
  8845. .mod-newsflash-adv .isotope {
  8846. margin: 0 -1.5%;
  8847. }
  8848. .mod-newsflash-adv.icons .item > .fa {
  8849. float: left;
  8850. margin-right: 20px;
  8851. border: 2px solid #d5bf55;
  8852. -webkit-border-radius: 1000px;
  8853. -moz-border-radius: 1000px;
  8854. border-radius: 1000px;
  8855. -webkit-box-sizing: border-box;
  8856. -moz-box-sizing: border-box;
  8857. box-sizing: border-box;
  8858. line-height: 66px;
  8859. color: #d5bf55;
  8860. font-size: 34px;
  8861. text-align: center;
  8862. width: 70px;
  8863. }
  8864. .mod-newsflash-adv.icons .item_title {
  8865. margin-bottom: 21px;
  8866. }
  8867. .mod-newsflash-adv.mod-newsflash-adv__images {
  8868. margin-bottom: 42px;
  8869. text-align: right;
  8870. }
  8871. .mod-newsflash-adv.mod-newsflash-adv__images .row-fluid {
  8872. float: right;
  8873. margin: 0 0 5px 5px;
  8874. }
  8875. .mod-newsflash-adv.mod-newsflash-adv__images .row-fluid .item {
  8876. font-size: 0;
  8877. line-height: 0;
  8878. display: inline-block;
  8879. margin: 0;
  8880. padding: 0;
  8881. }
  8882. .mod-newsflash-adv.mod-newsflash-adv__images .row-fluid .item .item_img {
  8883. margin: 0;
  8884. }
  8885. .mod-newsflash-adv.news {
  8886. padding-bottom: 13px;
  8887. }
  8888. .mod-newsflash-adv.news .item {
  8889. margin-bottom: 13px;
  8890. }
  8891. .mod-newsflash-adv.news .item .item_img {
  8892. margin-bottom: 0;
  8893. }
  8894. .mod-newsflash-adv.news .item .item_title {
  8895. font-size: 14px;
  8896. line-height: 18px;
  8897. text-transform: uppercase;
  8898. }
  8899. .mod-newsflash-adv .isotope-item {
  8900. padding: 0 1.5%;
  8901. -webkit-box-sizing: border-box;
  8902. -moz-box-sizing: border-box;
  8903. box-sizing: border-box;
  8904. margin: 0;
  8905. float: left;
  8906. }
  8907. .mod-newsflash-adv .isotope-item.straightDown {
  8908. text-align: center;
  8909. }
  8910. /*======================= FEATURE =======================*/
  8911. #feature-row {
  8912. background: url(../images/template/lineBg.png) 0 0 repeat-x #e0ebeb;
  8913. padding-top: 70px;
  8914. padding-bottom: 21px;
  8915. }
  8916. /*======================= MAINTOP =======================*/
  8917. /*======================= CONTENT TOP =======================*/
  8918. /*======================= CONTENT =======================*/
  8919. #content-row {
  8920. padding-top: 81px;
  8921. padding-bottom: 21px;
  8922. position: relative;
  8923. }
  8924. #content-row:before {
  8925. position: absolute;
  8926. left: 0;
  8927. top: 0;
  8928. right: 0;
  8929. background: url(../images/template/lineBg.png) 0 0 repeat-x;
  8930. height: 3px;
  8931. content: "";
  8932. }
  8933. #component {
  8934. min-height: 0;
  8935. }
  8936. .item {
  8937. margin-bottom: 42px;
  8938. }
  8939. .item:after {
  8940. content: '';
  8941. display: block;
  8942. clear: both;
  8943. }
  8944. .page-header {
  8945. border: none;
  8946. padding: 0;
  8947. margin: 0;
  8948. }
  8949. .item_info_dl {
  8950. margin: 0 0 21px;
  8951. }
  8952. .item_info_dl dd {
  8953. font: 18px/24px 'Archivo Narrow', sans-serif;
  8954. margin: 0 13px 0 0;
  8955. display: inline;
  8956. }
  8957. .item_info_dl dd > * {
  8958. display: inline;
  8959. }
  8960. .item_info_dl dd .item_createdby:before,
  8961. .item_info_dl dd .item_category-name:before,
  8962. .item_info_dl dd .item_published:before,
  8963. .item_info_dl dd .item_hits:before {
  8964. font: 21px/21px FontAwesome;
  8965. color: #d5bf55;
  8966. margin-right: 6px;
  8967. }
  8968. .item_info_dl dd .item_createdby:before {
  8969. content: "\f007";
  8970. }
  8971. .item_info_dl dd .item_category-name:before {
  8972. content: "\f0c9";
  8973. }
  8974. .item_info_dl dd .item_published:before {
  8975. content: "\f073";
  8976. }
  8977. .item_info_dl dd .item_hits:before {
  8978. content: "\f06e";
  8979. }
  8980. .item_info_dl dd a {
  8981. color: #818282;
  8982. }
  8983. .item_info_dl dd a:hover {
  8984. color: #d5bf55;
  8985. }
  8986. .item_icons.btn-group.pull-right {
  8987. margin: 0px 0 10px 10px;
  8988. position: relative;
  8989. z-index: 10;
  8990. }
  8991. .item_icons.btn-group.pull-right ul.dropdown-menu {
  8992. background-clip: padding-box;
  8993. background-color: #FFFFFF;
  8994. border: 1px solid rgba(0, 0, 0, 0.2);
  8995. border-radius: 6px;
  8996. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  8997. list-style: none outside none;
  8998. margin: 2px 0 0;
  8999. min-width: 160px;
  9000. padding: 5px 0;
  9001. position: absolute;
  9002. top: 100%;
  9003. z-index: 1000;
  9004. }
  9005. .item_icons.btn-group.pull-right ul.dropdown-menu li {
  9006. padding: 0;
  9007. float: none;
  9008. }
  9009. /*===== Gallery Page ======*/
  9010. ul.gallery {
  9011. margin: 0;
  9012. text-align: justify;
  9013. font-size: 0.1px;
  9014. display: block;
  9015. line-height: 0;
  9016. }
  9017. ul.gallery:after {
  9018. content: '';
  9019. display: inline-block;
  9020. width: 100%;
  9021. }
  9022. ul.gallery .gallery-item {
  9023. list-style: none;
  9024. opacity: 0;
  9025. filter: alpha(opacity=0);
  9026. display: none;
  9027. font-size: 13px;
  9028. line-height: 21px;
  9029. overflow: hidden;
  9030. }
  9031. ul.gallery .gallery-item .view .content * {
  9032. color: inherit;
  9033. }
  9034. ul.gallery .gap {
  9035. list-style: none;
  9036. }
  9037. ul.gallery .gallery-grid .item_img {
  9038. margin-right: 0;
  9039. float: none;
  9040. max-width: 100%;
  9041. }
  9042. ul.gallery .gallery-grid .item_img img {
  9043. opacity: 0.99;
  9044. filter: alpha(opacity=99);
  9045. }
  9046. ul.gallery .gallery-grid.straightDown {
  9047. float: none;
  9048. }
  9049. ul.gallery .gallery-grid.straightDown .item_img {
  9050. float: left;
  9051. margin: 0 21px 21px 0 !important;
  9052. }
  9053. ul.gallery .gallery-grid .view a.hover_more {
  9054. background: none !important;
  9055. line-height: inherit;
  9056. border: none;
  9057. color: inherit;
  9058. }
  9059. ul.gallery .gallery-grid .view a.hover_more span {
  9060. display: none;
  9061. }
  9062. ul.gallery .gallery-grid .view a.hover_more:hover {
  9063. color: #999;
  9064. }
  9065. ul.gallery .gallery-grid .view a {
  9066. color: inherit;
  9067. }
  9068. ul.gallery .gallery-grid .view a:hover {
  9069. color: #999;
  9070. }
  9071. ul.gallery .gap {
  9072. display: inline-block;
  9073. }
  9074. ul.gallery .gallery-list {
  9075. margin: 0 0 15px;
  9076. }
  9077. ul.gallery .gallery-list .view a.hover_more i {
  9078. display: none;
  9079. }
  9080. ul.gallery .gallery-list .galleryZoom {
  9081. display: none;
  9082. }
  9083. ul.gallery .item_more a {
  9084. vertical-align: top;
  9085. }
  9086. ul.gallery.cols-3 .gap,
  9087. ul.gallery.cols-3 .gallery-grid {
  9088. width: 32%;
  9089. }
  9090. ul.gallery.cols-1 .gap,
  9091. ul.gallery.cols-1 .gallery-grid {
  9092. width: 100%;
  9093. }
  9094. ul.gallery.cols-2 .gap,
  9095. ul.gallery.cols-2 .gallery-grid {
  9096. width: 48%;
  9097. }
  9098. ul.gallery.cols-4 .gap,
  9099. ul.gallery.cols-4 .gallery-grid {
  9100. width: 24%;
  9101. }
  9102. /*===== Testimonials Page ======*/
  9103. .page-category__testimonials .item {
  9104. margin-bottom: 30px;
  9105. }
  9106. blockquote {
  9107. padding: 0;
  9108. margin: 0;
  9109. border-left: none;
  9110. }
  9111. blockquote p {
  9112. margin-bottom: 0;
  9113. padding: 0;
  9114. font-size: inherit;
  9115. font-weight: normal;
  9116. line-height: inherit;
  9117. }
  9118. blockquote p:before {
  9119. content: '"';
  9120. }
  9121. blockquote p:after {
  9122. content: '"';
  9123. }
  9124. blockquote small {
  9125. text-align: right;
  9126. }
  9127. /*===== Team Page ======*/
  9128. .page-category__team .item_introtext {
  9129. overflow: hidden;
  9130.  
  9131. }
  9132. /*===== Blog Page ======*/
  9133. .page-blog .item {
  9134. max-width: 770px;
  9135. border-bottom: 1px solid #d9d9d9;
  9136. margin-bottom: 30px;
  9137. padding-bottom: 30px;
  9138. }
  9139. .page-item {
  9140. padding-bottom: 42px;
  9141. }
  9142. .tags {
  9143. clear: both;
  9144. }
  9145. .addthis_toolbox {
  9146. padding-top: 13px;
  9147. }
  9148. /*======================= CONTENT BOTTOM =======================*/
  9149. /*======================= ASIDE RIGHT =======================*/
  9150. .archive-module li a,
  9151. .categories-module li a,
  9152. .mod-menu .nav.menu li a,
  9153. .list1 ul li a {
  9154. display: inline;
  9155. }
  9156. .archive-module li a:hover,
  9157. .categories-module li a:hover,
  9158. .mod-menu .nav.menu li a:hover,
  9159. .list1 ul li a:hover {
  9160. background: none;
  9161. }
  9162. .tagspopular ul {
  9163. margin: 0;
  9164. }
  9165. .tagspopular ul li {
  9166. list-style: none;
  9167. display: inline-block;
  9168. padding: 0 15px 12px 0;
  9169. }
  9170. .content-links ul {
  9171. margin: 0;
  9172. list-style: none;
  9173. }
  9174. .video_outer {
  9175. float: left;
  9176. margin-bottom: 21px;
  9177. margin-right: 30px;
  9178. overflow: hidden;
  9179. width: 48.4%;
  9180. }
  9181. .video_outer .video {
  9182. padding-bottom: 65.6140350877193%;
  9183. position: relative;
  9184. }
  9185. .video_outer .video .video_inner {
  9186. bottom: 0px;
  9187. left: 0px;
  9188. position: absolute;
  9189. right: 0px;
  9190. top: 0px;
  9191. }
  9192. .video_outer .video .video_inner iframe {
  9193. border: medium none;
  9194. height: 100%;
  9195. left: 0;
  9196. position: absolute;
  9197. top: 0;
  9198. width: 100%;
  9199. }
  9200. /*======================= MAINBOTTOM =======================*/
  9201. #mainbottom-row {
  9202. background: url(../images/template/mainbottomBg.jpg) center center repeat;
  9203. color: white;
  9204. padding-top: 93px;
  9205. padding-bottom: 42px;
  9206. position: relative;
  9207. }
  9208. #mainbottom-row:before {
  9209. content: "";
  9210. background: url(../images/template/lineBg.png) 0 0 repeat-x;
  9211. position: absolute;
  9212. left: 0px;
  9213. top: -3px;
  9214. right: 0px;
  9215. height: 3px;
  9216. }
  9217. #mainbottom-row h1,
  9218. #mainbottom-row h2,
  9219. #mainbottom-row h3,
  9220. #mainbottom-row h4,
  9221. #mainbottom-row h5,
  9222. #mainbottom-row h6 {
  9223. color: white;
  9224. }
  9225. #mainbottom-row h1.moduleTitle,
  9226. #mainbottom-row h2.moduleTitle,
  9227. #mainbottom-row h3.moduleTitle,
  9228. #mainbottom-row h4.moduleTitle,
  9229. #mainbottom-row h5.moduleTitle,
  9230. #mainbottom-row h6.moduleTitle {
  9231. margin-bottom: 42px;
  9232. }
  9233. .body__services #mainbottom-row {
  9234. background: url(../images/template/mainbottomBg2.jpg) center center repeat;
  9235. }
  9236. /*======================= BOTTOM =======================*/
  9237. /*======================= FOOTER =======================*/
  9238. #footer-row {
  9239. background: url(../images/template/lineBg.png) 0 0 repeat-x #e4eae9;
  9240. padding-top: 48px;
  9241. padding-bottom: 16px;
  9242. }
  9243. ul.brands {
  9244. display: table;
  9245. table-layout: fixed;
  9246. width: 100%;
  9247. }
  9248. ul.brands li {
  9249. display: table-cell;
  9250. }
  9251. ul.brands li a img {
  9252. -webkit-transition: all 0.2s linear;
  9253. -moz-transition: all 0.2s linear;
  9254. -o-transition: all 0.2s linear;
  9255. transition: all 0.2s linear;
  9256. }
  9257. ul.brands li a:hover img {
  9258. opacity: 0.6;
  9259. filter: alpha(opacity=60);
  9260. }
  9261. .mod_tm_instagram ul {
  9262. margin: 0 0 0 -30px;
  9263. }
  9264. .mod_tm_instagram ul li {
  9265. padding-left: 30px;
  9266. -webkit-box-sizing: border-box;
  9267. -moz-box-sizing: border-box;
  9268. box-sizing: border-box;
  9269. width: 33.33%;
  9270. margin-bottom: 20px;
  9271. float: left;
  9272. }
  9273. .mod_tm_instagram ul li a {
  9274. display: block;
  9275. position: relative;
  9276. cursor: zoom-in;
  9277. }
  9278. .mod_tm_instagram ul li a:before {
  9279. content: '\f00e';
  9280. font-family: FontAwesome;
  9281. line-height: 0;
  9282. font-size: 0;
  9283. text-align: center;
  9284. color: #fff;
  9285. left: 0;
  9286. width: 100%;
  9287. height: 0;
  9288. position: absolute;
  9289. z-index: 2;
  9290. -webkit-transition: all 0.5s;
  9291. -moz-transition: all 0.5s;
  9292. -o-transition: all 0.5s;
  9293. transition: all 0.5s;
  9294. top: 50%;
  9295. }
  9296. .mod_tm_instagram ul li a:after {
  9297. position: absolute;
  9298. left: 0;
  9299. top: 0;
  9300. width: 100%;
  9301. height: 100%;
  9302. background: #000;
  9303. -webkit-transition: all 0.5s;
  9304. -moz-transition: all 0.5s;
  9305. -o-transition: all 0.5s;
  9306. transition: all 0.5s;
  9307. opacity: 0;
  9308. filter: alpha(opacity=0);
  9309. content: '';
  9310. }
  9311. .mod_tm_instagram ul li a:hover:before {
  9312. font-size: 30px;
  9313. }
  9314. .mod_tm_instagram ul li a:hover:after {
  9315. opacity: 0.5;
  9316. filter: alpha(opacity=50);
  9317. }
  9318. #footer-wrapper {
  9319. background: #0F1521;
  9320. }
  9321. #footer-wrapper .footer-wrapper-inner {
  9322. background: #0F1521;
  9323. border-top: 1px solid #252e2d;
  9324. }
  9325. #copyright-row {
  9326. border-top: 1px solid #d6d6d6;
  9327. padding-top: 32px;
  9328. }
  9329. #copyright-row .moduleTitle {
  9330. color: #ffffff;
  9331. font: bold 18px/24px 'Archivo Narrow', sans-serif;
  9332. margin-bottom: 16px;
  9333. padding-top: 17px;
  9334. }
  9335. #copyright-row .archive-module,
  9336. #copyright-row .item_list {
  9337. margin: 0 0 21px;
  9338. }
  9339. #copyright-row .archive-module li,
  9340. #copyright-row .item_list li {
  9341. font-size: 12px;
  9342. padding-bottom: 9px;
  9343. position: relative;
  9344. margin-left: 12px;
  9345. }
  9346. #copyright-row .archive-module li:before,
  9347. #copyright-row .item_list li:before {
  9348. content: "\f111";
  9349. position: relative;
  9350. font: 5px/21px FontAwesome;
  9351. color: #838282;
  9352. position: absolute;
  9353. top: 0;
  9354. left: -12px;
  9355. }
  9356. #copyright-row .archive-module a,
  9357. #copyright-row .item_list a {
  9358. color: #838282;
  9359. }
  9360. #copyright-row .archive-module a:hover,
  9361. #copyright-row .item_list a:hover,
  9362. #copyright-row .archive-module a:focus,
  9363. #copyright-row .item_list a:focus,
  9364. #copyright-row .archive-module a:active,
  9365. #copyright-row .item_list a:active,
  9366. #copyright-row .archive-module a.active,
  9367. #copyright-row .item_list a.active {
  9368. color: #d5bf55;
  9369. }
  9370. ul.copyright li {
  9371. color: #7e807f;
  9372. font: 14px/36px 'Archivo Narrow', sans-serif;
  9373. display: inline-block;
  9374. }
  9375. ul.copyright li .siteName {
  9376. color: #d5bf55;
  9377. font-size: 30px;
  9378. margin-right: 4px;
  9379. }
  9380. ul.copyright li a {
  9381. color: #7e807f;
  9382. }
  9383. ul.copyright li a:hover {
  9384. color: #d5bf55;
  9385. }
  9386. ul.copyright li .separator:after {
  9387. content: "•";
  9388. display: inline-block;
  9389. padding: 0 4px;
  9390. }
  9391. .moduletable.fright {
  9392. float: right;
  9393. }
  9394. .moduletable.border_right .module_container {
  9395. /*border-right: 1px solid #d7d7d7;*/
  9396. position: relative;
  9397. }
  9398. .moduletable.border_right .module_container:after {
  9399. border-right: 1px solid #464d4c;
  9400. position: absolute;
  9401. right: 0;
  9402. top: 0;
  9403. min-height: 264px;
  9404. content: "";
  9405. }
  9406. #copyright .year:after {
  9407. content: '|';
  9408. padding: 0 0 0 4px;
  9409. }
  9410. /*===== Social Media ======*/
  9411. .social {
  9412. margin: 0;
  9413. }
  9414. .social li {
  9415. margin: 0px 20px 0px 0px;
  9416. list-style-type: none;
  9417. float: left;
  9418. }
  9419. .social li a {
  9420. font-size: 24px;
  9421. line-height: 24px;
  9422. color: #444848;
  9423. -webkit-transition: all 0.5s ease;
  9424. -moz-transition: all 0.5s ease;
  9425. -o-transition: all 0.5s ease;
  9426. transition: all 0.5s ease;
  9427. }
  9428. .social li a:hover {
  9429. color: #d5bf55;
  9430. }
  9431. /* Magnific Popup CSS */
  9432. .mfp-bg {
  9433. top: 0;
  9434. left: 0;
  9435. width: 100%;
  9436. height: 100%;
  9437. z-index: 1042;
  9438. overflow: hidden;
  9439. position: fixed;
  9440. background: #0b0b0b;
  9441. opacity: 0.8;
  9442. filter: alpha(opacity=(0.8*100));
  9443. }
  9444. .mfp-wrap {
  9445. top: 0;
  9446. left: 0;
  9447. width: 100%;
  9448. height: 100%;
  9449. z-index: 1043;
  9450. position: fixed;
  9451. outline: none !important;
  9452. -webkit-backface-visibility: hidden;
  9453. }
  9454. .mfp-container {
  9455. text-align: center;
  9456. position: absolute;
  9457. width: 100%;
  9458. height: 100%;
  9459. left: 0;
  9460. top: 0;
  9461. padding: 0 0px;
  9462. -webkit-box-sizing: border-box;
  9463. -moz-box-sizing: border-box;
  9464. box-sizing: border-box;
  9465. }
  9466. .mfp-container:before {
  9467. content: '';
  9468. display: inline-block;
  9469. height: 100%;
  9470. vertical-align: middle;
  9471. }
  9472. .mfp-align-top .mfp-container:before {
  9473. display: none;
  9474. }
  9475. .mfp-content {
  9476. position: relative;
  9477. display: inline-block;
  9478. vertical-align: middle;
  9479. margin: 0 auto;
  9480. text-align: left;
  9481. z-index: 1045;
  9482. }
  9483. .mfp-inline-holder .mfp-content,
  9484. .mfp-ajax-holder .mfp-content {
  9485. width: 100%;
  9486. cursor: auto;
  9487. }
  9488. .mfp-ajax-cur {
  9489. cursor: progress;
  9490. }
  9491. .mfp-zoom-out-cur,
  9492. .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  9493. cursor: -moz-zoom-out;
  9494. cursor: -webkit-zoom-out;
  9495. cursor: zoom-out;
  9496. }
  9497. .mfp-zoom {
  9498. cursor: pointer;
  9499. cursor: -webkit-zoom-in;
  9500. cursor: -moz-zoom-in;
  9501. cursor: zoom-in;
  9502. }
  9503. .mfp-auto-cursor .mfp-content {
  9504. cursor: auto;
  9505. }
  9506. .mfp-close,
  9507. .mfp-arrow,
  9508. .mfp-preloader,
  9509. .mfp-counter {
  9510. -webkit-user-select: none;
  9511. -moz-user-select: none;
  9512. user-select: none;
  9513. }
  9514. .mfp-loading.mfp-figure {
  9515. display: none;
  9516. }
  9517. .mfp-hide {
  9518. display: none !important;
  9519. }
  9520. .mfp-preloader {
  9521. color: #cccccc;
  9522. position: absolute;
  9523. top: 50%;
  9524. width: auto;
  9525. text-align: center;
  9526. margin-top: -0.8em;
  9527. left: 8px;
  9528. right: 8px;
  9529. z-index: 1044;
  9530. }
  9531. .mfp-preloader a {
  9532. color: #cccccc;
  9533. }
  9534. .mfp-preloader a:hover {
  9535. color: #ffffff;
  9536. }
  9537. .mfp-s-ready .mfp-preloader {
  9538. display: none;
  9539. }
  9540. .mfp-s-error .mfp-content {
  9541. display: none;
  9542. }
  9543. button.mfp-close,
  9544. button.mfp-arrow {
  9545. overflow: visible;
  9546. cursor: pointer;
  9547. background: transparent;
  9548. border: 0;
  9549. -webkit-appearance: none;
  9550. display: block;
  9551. padding: 0;
  9552. z-index: 1046;
  9553. }
  9554. button::-moz-focus-inner {
  9555. padding: 0;
  9556. border: 0;
  9557. }
  9558. .mfp-close {
  9559. width: 44px;
  9560. height: 44px;
  9561. line-height: 44px;
  9562. position: absolute;
  9563. right: 0;
  9564. top: 0;
  9565. text-decoration: none;
  9566. text-align: center;
  9567. opacity: 0.65;
  9568. padding: 0 0 18px 10px;
  9569. color: #ffffff;
  9570. font-style: normal;
  9571. font-size: 28px;
  9572. font-family: Arial, Baskerville, monospace;
  9573. }
  9574. .mfp-close:hover,
  9575. .mfp-close:focus {
  9576. opacity: 1;
  9577. }
  9578. .mfp-close:active {
  9579. top: 1px;
  9580. }
  9581. .mfp-close-btn-in .mfp-close {
  9582. color: #333333;
  9583. }
  9584. .mfp-image-holder .mfp-close,
  9585. .mfp-iframe-holder .mfp-close {
  9586. color: #ffffff;
  9587. right: -6px;
  9588. text-align: right;
  9589. padding-right: 6px;
  9590. width: 100%;
  9591. }
  9592. .mfp-counter {
  9593. position: absolute;
  9594. top: 0;
  9595. right: 0;
  9596. color: #cccccc;
  9597. font-size: 12px;
  9598. line-height: 18px;
  9599. }
  9600. .mfp-arrow {
  9601. position: absolute;
  9602. opacity: 0.65;
  9603. margin: 0;
  9604. top: 50%;
  9605. margin-top: -55px;
  9606. padding: 0;
  9607. width: 90px;
  9608. height: 110px;
  9609. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  9610. }
  9611. .mfp-arrow:active {
  9612. margin-top: -54px;
  9613. }
  9614. .mfp-arrow:hover,
  9615. .mfp-arrow:focus {
  9616. opacity: 1;
  9617. }
  9618. .mfp-arrow:before,
  9619. .mfp-arrow:after,
  9620. .mfp-arrow .mfp-b,
  9621. .mfp-arrow .mfp-a {
  9622. content: '';
  9623. display: block;
  9624. width: 0;
  9625. height: 0;
  9626. position: absolute;
  9627. left: 0;
  9628. top: 0;
  9629. margin-top: 35px;
  9630. margin-left: 35px;
  9631. border: medium inset transparent;
  9632. }
  9633. .mfp-arrow:after,
  9634. .mfp-arrow .mfp-a {
  9635. border-top-width: 13px;
  9636. border-bottom-width: 13px;
  9637. top: 8px;
  9638. }
  9639. .mfp-arrow:before,
  9640. .mfp-arrow .mfp-b {
  9641. border-top-width: 21px;
  9642. border-bottom-width: 21px;
  9643. }
  9644. .mfp-arrow-left {
  9645. left: 0;
  9646. }
  9647. .mfp-arrow-left:after,
  9648. .mfp-arrow-left .mfp-a {
  9649. border-right: 17px solid #FFF;
  9650. margin-left: 31px;
  9651. }
  9652. .mfp-arrow-left:before,
  9653. .mfp-arrow-left .mfp-b {
  9654. margin-left: 25px;
  9655. border-right: 27px solid #3f3f3f;
  9656. }
  9657. .mfp-arrow-right {
  9658. right: 0;
  9659. }
  9660. .mfp-arrow-right:after,
  9661. .mfp-arrow-right .mfp-a {
  9662. border-left: 17px solid #FFF;
  9663. margin-left: 39px;
  9664. }
  9665. .mfp-arrow-right:before,
  9666. .mfp-arrow-right .mfp-b {
  9667. border-left: 27px solid #3f3f3f;
  9668. }
  9669. .mfp-iframe-holder {
  9670. padding-top: 40px;
  9671. padding-bottom: 40px;
  9672. }
  9673. .mfp-iframe-holder .mfp-content {
  9674. line-height: 0;
  9675. width: 100%;
  9676. max-width: 900px;
  9677. }
  9678. .mfp-iframe-holder .mfp-close {
  9679. top: -40px;
  9680. }
  9681. .mfp-iframe-scaler {
  9682. width: 100%;
  9683. height: 0;
  9684. overflow: hidden;
  9685. padding-top: 56.25%;
  9686. }
  9687. .mfp-iframe-scaler iframe {
  9688. position: absolute;
  9689. display: block;
  9690. top: 0;
  9691. left: 0;
  9692. width: 100%;
  9693. height: 100%;
  9694. box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  9695. background: #000000;
  9696. }
  9697. /* Main image in popup */
  9698. img.mfp-img {
  9699. width: auto;
  9700. max-width: 100%;
  9701. height: auto;
  9702. display: block;
  9703. line-height: 0;
  9704. -webkit-box-sizing: border-box;
  9705. -moz-box-sizing: border-box;
  9706. box-sizing: border-box;
  9707. padding: 40px 0 40px;
  9708. margin: 0 auto;
  9709. }
  9710. /* The shadow behind the image */
  9711. .mfp-figure {
  9712. line-height: 0;
  9713. }
  9714. .mfp-figure figure {
  9715. margin: 0;
  9716. }
  9717. .mfp-figure:after {
  9718. content: '';
  9719. position: absolute;
  9720. left: 0;
  9721. top: 40px;
  9722. bottom: 40px;
  9723. display: block;
  9724. right: 0;
  9725. width: auto;
  9726. height: auto;
  9727. z-index: -1;
  9728. box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  9729. background: #444444;
  9730. }
  9731. .mfp-figure small {
  9732. color: #bdbdbd;
  9733. display: block;
  9734. font-size: 12px;
  9735. line-height: 14px;
  9736. }
  9737. .mfp-bottom-bar {
  9738. margin-top: -36px;
  9739. position: absolute;
  9740. top: 100%;
  9741. left: 0;
  9742. width: 100%;
  9743. cursor: auto;
  9744. }
  9745. .mfp-title {
  9746. text-align: left;
  9747. line-height: 18px;
  9748. color: #f3f3f3;
  9749. word-break: break-word;
  9750. padding-right: 36px;
  9751. }
  9752. .mfp-image-holder .mfp-content {
  9753. max-width: 100%;
  9754. }
  9755. .mfp-gallery .mfp-image-holder .mfp-figure {
  9756. cursor: pointer;
  9757. }
  9758. @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  9759. /**
  9760. * Remove all paddings around the image on small screen
  9761. */
  9762. .mfp-img-mobile .mfp-image-holder {
  9763. padding-left: 0;
  9764. padding-right: 0;
  9765. }
  9766. .mfp-img-mobile img.mfp-img {
  9767. padding: 0;
  9768. }
  9769. .mfp-img-mobile .mfp-figure:after {
  9770. top: 0;
  9771. bottom: 0;
  9772. }
  9773. .mfp-img-mobile .mfp-figure small {
  9774. display: inline;
  9775. margin-left: 5px;
  9776. }
  9777. .mfp-img-mobile .mfp-bottom-bar {
  9778. background: rgba(0, 0, 0, 0.6);
  9779. bottom: 0;
  9780. margin: 0;
  9781. top: auto;
  9782. padding: 3px 5px;
  9783. position: fixed;
  9784. -webkit-box-sizing: border-box;
  9785. -moz-box-sizing: border-box;
  9786. box-sizing: border-box;
  9787. }
  9788. .mfp-img-mobile .mfp-bottom-bar:empty {
  9789. padding: 0;
  9790. }
  9791. .mfp-img-mobile .mfp-counter {
  9792. right: 5px;
  9793. top: 3px;
  9794. }
  9795. .mfp-img-mobile .mfp-close {
  9796. top: 0;
  9797. right: 0;
  9798. width: 35px;
  9799. height: 35px;
  9800. line-height: 35px;
  9801. background: rgba(0, 0, 0, 0.6);
  9802. position: fixed;
  9803. text-align: center;
  9804. padding: 0;
  9805. }
  9806. }
  9807. @media all and (max-width: 900px) {
  9808. .mfp-arrow {
  9809. -webkit-transform: scale(0.75);
  9810. -moz-transform: scale(0.75);
  9811. -ms-transform: scale(0.75);
  9812. -o-transform: scale(0.75);
  9813. transform: scale(0.75);
  9814. }
  9815. .mfp-arrow-left {
  9816. -webkit-transform-origin: 0;
  9817. transform-origin: 0;
  9818. }
  9819. .mfp-arrow-right {
  9820. -webkit-transform-origin: 100%;
  9821. transform-origin: 100%;
  9822. }
  9823. .mfp-container {
  9824. padding-left: 0px;
  9825. padding-right: 0px;
  9826. }
  9827. }
  9828. .mfp-ie7 .mfp-img {
  9829. padding: 0;
  9830. }
  9831. .mfp-ie7 .mfp-bottom-bar {
  9832. width: 600px;
  9833. left: 50%;
  9834. margin-left: -300px;
  9835. margin-top: 5px;
  9836. padding-bottom: 5px;
  9837. }
  9838. .mfp-ie7 .mfp-container {
  9839. padding: 0;
  9840. }
  9841. .mfp-ie7 .mfp-content {
  9842. padding-top: 44px;
  9843. }
  9844. .mfp-ie7 .mfp-close {
  9845. top: 0;
  9846. right: 0;
  9847. padding-top: 0;
  9848. }
  9849. .icemegamenu ul,
  9850. .icemegamenu li {
  9851. list-style: none;
  9852. padding: 0;
  9853. margin: 0;
  9854. }
  9855. .icemegamenu > ul {
  9856. clear: both;
  9857. float: right;
  9858. position: relative;
  9859. margin: 0;
  9860. padding: 7px 0;
  9861. z-index: 999;
  9862. }
  9863. .icemegamenu > ul > li {
  9864. position: relative;
  9865. display: block;
  9866. float: left;
  9867. }
  9868. .icemegamenu > ul > li > a.iceMenuTitle {
  9869. -webkit-border-radius: 6px;
  9870. -moz-border-radius: 6px;
  9871. border-radius: 6px;
  9872. position: relative;
  9873. z-index: 9999;
  9874. display: block;
  9875. padding: 11px 28px 14px;
  9876. line-height: 21px;
  9877. font-size: 14px;
  9878. color: #000000;
  9879. font-family: Arial, Helvetica, sans-serif;
  9880. -webkit-transition: all 0.25s ease-out;
  9881. -moz-transition: all 0.25s ease-out;
  9882. -o-transition: all 0.25s ease-out;
  9883. transition: all 0.25s ease-out;
  9884. }
  9885. .icemegamenu > ul > li > a.iceMenuTitle:hover,
  9886. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active {
  9887. color: #ffffff;
  9888. text-shadow: none;
  9889. background-color: #24255D;
  9890. background-image: -moz-linear-gradient(top, #24255D, #24255D);
  9891. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#24255D), to(#24255D));
  9892. background-image: -webkit-linear-gradient(top, #24255D, #24255D);
  9893. background-image: -o-linear-gradient(top, #24255D, #24255D);
  9894. background-image: linear-gradient(to bottom, #24255D, #24255D);
  9895. background-repeat: repeat-x;
  9896. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff24255D', endColorstr='#ff24255D', GradientType=0);
  9897. border-color: #24255D #24255D #b29b2c;
  9898. *background-color: #24255D;
  9899. /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  9900. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  9901. }
  9902. .icemegamenu > ul > li > a.iceMenuTitle:hover:hover,
  9903. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active:hover,
  9904. .icemegamenu > ul > li > a.iceMenuTitle:hover:focus,
  9905. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active:focus,
  9906. .icemegamenu > ul > li > a.iceMenuTitle:hover:active,
  9907. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active:active,
  9908. .icemegamenu > ul > li > a.iceMenuTitle:hover.active,
  9909. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active.active,
  9910. .icemegamenu > ul > li > a.iceMenuTitle:hover.disabled,
  9911. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active.disabled,
  9912. .icemegamenu > ul > li > a.iceMenuTitle:hover[disabled],
  9913. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active[disabled] {
  9914. color: #ffffff;
  9915. background-color: #24255D;
  9916. *background-color: #d0b741;
  9917. }
  9918. .icemegamenu > ul > li > a.iceMenuTitle:hover:active,
  9919. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active:active,
  9920. .icemegamenu > ul > li > a.iceMenuTitle:hover.active,
  9921. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active.active {
  9922. background-color: #c6ac31 \9;
  9923. }
  9924. .icemegamenu > ul > li > a.iceMenuTitle:hover:after,
  9925. .icemegamenu > ul > li > a.iceMenuTitle.icemega_active:after {
  9926. display: none !important;
  9927. }
  9928. .icemegamenu > ul > li.hover > a.iceMenuTitle,
  9929. .icemegamenu > ul > li:focus > a.iceMenuTitle,
  9930. .icemegamenu > ul > li:active > a.iceMenuTitle,
  9931. .icemegamenu > ul > li.active > a.iceMenuTitle {
  9932. color: #ffffff;
  9933. background: #24255D;
  9934. }
  9935. .icemegamenu > ul > li span.icemega_desc {
  9936. display: block;
  9937. padding: 0;
  9938. line-height: 1.25em;
  9939. color: #3e3e3e;
  9940. }
  9941. .icemegamenu > ul > li + li {
  9942. margin-left: 5px;
  9943. margin-right: 5px;
  9944. }
  9945. .icemegamenu > ul > li.parent > .iceMenuTitle {
  9946. position: relative;
  9947. }
  9948. .icemegamenu > ul > li.parent > .iceMenuTitle:after {
  9949. width: 0;
  9950. height: 0;
  9951. border-style: solid;
  9952. border-width: 4px 4px 0 4px;
  9953. border-color: #24255D transparent transparent transparent;
  9954. content: "";
  9955. position: absolute;
  9956. left: 50%;
  9957. margin-left: -4px;
  9958. bottom: 7px;
  9959. }
  9960. div.icemegamenu ul#icemegamenu li.active a.icemega_active > span.icemega_title {
  9961. color: #ffffff;
  9962. }
  9963. /* when dont have subtitle */
  9964. .icemegamenu > ul > li > a.iceMenuTitle > span.icemega_nosubtitle {
  9965. display: inline-block;
  9966. }
  9967. .ice-megamenu-toggle {
  9968. display: none;
  9969. float: none;
  9970. border: 1px solid #cccccc;
  9971. margin-bottom: 21px;
  9972. }
  9973. .ice-megamenu-toggle a {
  9974. display: block;
  9975. font-size: 0;
  9976. line-height: 0;
  9977. padding-top: 30px;
  9978. width: 100%;
  9979. cursor: pointer;
  9980. text-align: center;
  9981. height: 0;
  9982. position: relative;
  9983. }
  9984. .ice-megamenu-toggle a:before {
  9985. font-size: 20px;
  9986. line-height: 30px;
  9987. font-family: FontAwesome;
  9988. content: '\f0c9';
  9989. position: absolute;
  9990. left: 0;
  9991. top: 0;
  9992. right: 0;
  9993. bottom: 0;
  9994. }
  9995. .ice-megamenu-toggle a:hover {
  9996. color: white;
  9997. }
  9998. /* Submenu */
  9999. ul.icesubMenu {
  10000. -webkit-border-radius: 8px;
  10001. -moz-border-radius: 8px;
  10002. border-radius: 8px;
  10003. position: absolute;
  10004. z-index: 600;
  10005. margin: 0;
  10006. top: 60px;
  10007. left: 0px;
  10008. height: 0;
  10009. overflow: hidden;
  10010. opacity: 0;
  10011. background: #d4b833;
  10012. -webkit-transition: all 0.25s ease-out;
  10013. -moz-transition: all 0.25s ease-out;
  10014. -o-transition: all 0.25s ease-out;
  10015. transition: all 0.25s ease-out;
  10016. -webkit-transform: translate(0, 30px);
  10017. -moz-transform: translate(0, 30px);
  10018. -ms-transform: translate(0, 30px);
  10019. -o-transform: translate(0, 30px);
  10020. transform: translate(0, 30px);
  10021. pointer-events: none;
  10022. -webkit-box-sizing: border-box;
  10023. -moz-box-sizing: border-box;
  10024. box-sizing: border-box;
  10025. }
  10026. #icemegamenu li.hover > ul.icesubMenu,
  10027. #icemegamenu li.hover2 > ul.icesubMenu {
  10028. opacity: 1;
  10029. overflow: visible;
  10030. height: auto;
  10031. -webkit-transform: translate(0, 0px);
  10032. -moz-transform: translate(0, 0px);
  10033. -ms-transform: translate(0, 0px);
  10034. -o-transform: translate(0, 0px);
  10035. transform: translate(0, 0px);
  10036. pointer-events: auto;
  10037. }
  10038. #icemegamenu ul.icesubMenu.visible,
  10039. #icemegamenu ul.icesubMenu.hover2 {
  10040. height: auto;
  10041. }
  10042. ul.icesubMenu ul > li {
  10043. position: relative;
  10044. }
  10045. ul.icesubMenu li a.iceMenuTitle {
  10046. display: block;
  10047. font-size: 12px;
  10048. line-height: 18px;
  10049. font-family: Arial, Helvetica, sans-serif;
  10050. background: rgba(255, 255, 255, 0);
  10051. color: #ffffff;
  10052. padding: 6px 12px;
  10053. }
  10054. ul.icesubMenu li.active > a.iceMenuTitle,
  10055. ul.icesubMenu li:hover > a.iceMenuTitle,
  10056. ul.icesubMenu li.hover > a.iceMenuTitle {
  10057. color: #000000;
  10058. background: rgba(255, 255, 255, 0);
  10059. }
  10060. /* when is parent */
  10061. /* Second Level Dropdown */
  10062. ul.sub_level_2,
  10063. ul.sub_level_3,
  10064. ul.sub_level_4,
  10065. ul.sub_level_5 {
  10066. top: 0px;
  10067. left: 100%;
  10068. z-index: 99999;
  10069. -webkit-transform: translate(30px, 0);
  10070. -moz-transform: translate(30px, 0);
  10071. -ms-transform: translate(30px, 0);
  10072. -o-transform: translate(30px, 0);
  10073. transform: translate(30px, 0);
  10074. }
  10075. ul.icesubMenu ul > li.hover > ul,
  10076. ul.icesubMenu ul > li.hover2 > ul {
  10077. opacity: 1;
  10078. overflow: visible;
  10079. visibility: visible;
  10080. -webkit-transform: translate(0, 0);
  10081. -moz-transform: translate(0, 0);
  10082. -ms-transform: translate(0, 0);
  10083. -o-transform: translate(0, 0);
  10084. transform: translate(0, 0);
  10085. }
  10086. /* Modules inside dropdown */
  10087. .icesubMenu .icemega_cover_module {
  10088. color: #ffffff;
  10089. font-size: 12px;
  10090. line-height: 18px;
  10091. }
  10092. .icesubMenu .icemega_cover_module a {
  10093. color: #ffffff;
  10094. }
  10095. .icesubMenu .icemega_cover_module a:hover {
  10096. color: #000000;
  10097. }
  10098. .icesubMenu .icemega_cover_module span.iceModuleTile {
  10099. font-family: 'Archivo Narrow', sans-serif;
  10100. display: block;
  10101. font-size: 18px;
  10102. font-weight: bold;
  10103. line-height: 20px;
  10104. padding: 18px 0 8px;
  10105. text-transform: uppercase;
  10106. }
  10107. .ice_righttoleft {
  10108. left: auto!important;
  10109. right: 0;
  10110. }
  10111. .icemega_modulewrap .img-intro__left,
  10112. .icemega_modulewrap .img-full__left {
  10113. margin-right: 15px;
  10114. }
  10115. .icemega_modulewrap .item_title {
  10116. color: white;
  10117. margin-bottom: 6px;
  10118. }
  10119. .icemega_modulewrap .btn {
  10120. font: 13px/21px Arial, Helvetica, sans-serif;
  10121. font-weight: bold;
  10122. background: #192128;
  10123. -webkit-border-radius: 5px;
  10124. -moz-border-radius: 5px;
  10125. border-radius: 5px;
  10126. color: white;
  10127. display: inline-block;
  10128. padding: 8px 13px;
  10129. text-transform: uppercase;
  10130. outline: none;
  10131. }
  10132. .icemega_modulewrap .btn:before {
  10133. display: none !important;
  10134. }
  10135. .icemega_modulewrap .btn:hover {
  10136. background: white;
  10137. color: black;
  10138. }
  10139. .icemega_modulewrap .item_icons {
  10140. display: none !important;
  10141. }
  10142. .icemega_modulewrap .item_list,
  10143. .icemega_modulewrap .list1 ul,
  10144. .icemega_modulewrap .archive-module,
  10145. .icemega_modulewrap .categories-module {
  10146. margin: 0 0 21px;
  10147. }
  10148. .icemega_modulewrap .item_list li,
  10149. .icemega_modulewrap .list1 ul li,
  10150. .icemega_modulewrap .archive-module li,
  10151. .icemega_modulewrap .categories-module li {
  10152. font-size: 12px !important;
  10153. padding-bottom: 9px !important;
  10154. position: relative;
  10155. margin-left: 14px !important;
  10156. }
  10157. .icemega_modulewrap .item_list li:before,
  10158. .icemega_modulewrap .list1 ul li:before,
  10159. .icemega_modulewrap .archive-module li:before,
  10160. .icemega_modulewrap .categories-module li:before {
  10161. content: "\f111";
  10162. position: relative;
  10163. font: 4px/21px FontAwesome !important;
  10164. color: white !important;
  10165. position: absolute;
  10166. top: 0;
  10167. left: -14px !important;
  10168. }
  10169. .icemega_modulewrap .item_list a,
  10170. .icemega_modulewrap .list1 ul a,
  10171. .icemega_modulewrap .archive-module a,
  10172. .icemega_modulewrap .categories-module a {
  10173. color: #ffffff;
  10174. }
  10175. .icemega_modulewrap .item_list a:hover,
  10176. .icemega_modulewrap .list1 ul a:hover,
  10177. .icemega_modulewrap .archive-module a:hover,
  10178. .icemega_modulewrap .categories-module a:hover {
  10179. color: #000000;
  10180. }
  10181. #iceMenu_101 > ul.icesubMenu {
  10182. padding: 0 30px;
  10183. }
  10184. #iceMenu_225 .iceModuleTile {
  10185. padding-top: 21px;
  10186. }
  10187. #Kunena table,
  10188. #Kunena tr,
  10189. #Kunena td,
  10190. #Kunena th,
  10191. #Kunena div,
  10192. #Kunena fieldset,
  10193. #Kunena span,
  10194. #Kunena li,
  10195. #Kunena dt,
  10196. #Kunena legend {
  10197. border-color: #dddddd !important;
  10198. }
  10199. #Kunena legend {
  10200. color: inherit;
  10201. }
  10202. #Kunena table {
  10203. background: transparent;
  10204. }
  10205. #Kunena td {
  10206. -webkit-transition: background 0.5s;
  10207. -moz-transition: background 0.5s;
  10208. -o-transition: background 0.5s;
  10209. transition: background 0.5s;
  10210. }
  10211. #Kunena td:nth-child(odd) {
  10212. background: #f9f9f9;
  10213. }
  10214. #Kunena tr,
  10215. #Kunena td {
  10216. border-bottom: 1px solid;
  10217. }
  10218. #Kunena dt {
  10219. font-weight: normal;
  10220. }
  10221. #Kunena select,
  10222. #Kunena button {
  10223. margin-bottom: 9px;
  10224. }
  10225. #Kunena a.close,
  10226. #Kunena a.open {
  10227. background-color: #dddddd;
  10228. opacity: 1;
  10229. filter: alpha(opacity=100);
  10230. cursor: pointer;
  10231. -webkit-transition: background-color 0.5s;
  10232. -moz-transition: background-color 0.5s;
  10233. -o-transition: background-color 0.5s;
  10234. transition: background-color 0.5s;
  10235. }
  10236. #Kunena a.close:hover,
  10237. #Kunena a.open:hover {
  10238. background-color: #c4c4c4;
  10239. }
  10240. #Kunena #ktab li {
  10241. -webkit-transition: all 0.5s;
  10242. -moz-transition: all 0.5s;
  10243. -o-transition: all 0.5s;
  10244. transition: all 0.5s;
  10245. margin-bottom: -1px !important;
  10246. border: 1px solid;
  10247. -webkit-border-radius: 4px 4px 0 0;
  10248. -moz-border-radius: 4px 4px 0 0;
  10249. border-radius: 4px 4px 0 0;
  10250. background: #f7f7f7;
  10251. }
  10252. #Kunena #ktab li#current,
  10253. #Kunena #ktab li:hover {
  10254. background: #ffffff;
  10255. border-bottom-color: #ffffff !important;
  10256. }
  10257. #Kunena #ktab li#current a,
  10258. #Kunena #ktab li:hover a {
  10259. color: #3e3e3e;
  10260. }
  10261. #Kunena #ktopmenu {
  10262. border-bottom: 1px solid;
  10263. display: block;
  10264. margin: 0 0 20px;
  10265. }
  10266. #Kunena .kforum-pathway .path-element {
  10267. position: relative;
  10268. }
  10269. #Kunena .kforum-pathway .path-element:before {
  10270. position: absolute;
  10271. left: 1px;
  10272. top: 50%;
  10273. border-left: 4px solid #aaaaaa;
  10274. border-top: 4px solid transparent;
  10275. border-bottom: 4px solid transparent;
  10276. content: '';
  10277. margin-top: -4px;
  10278. }
  10279. #Kunena form {
  10280. margin: 0px;
  10281. }
  10282. #Kunena form.kuena_form {
  10283. margin: 8px;
  10284. }
  10285. #Kunena .kicon-button {
  10286. background: none !important;
  10287. }
  10288. #Kunena .kicon-button span span {
  10289. color: #fff;
  10290. }
  10291. #Kunena div.kmessage-editmarkup-cover {
  10292. border: none;
  10293. }
  10294. #Kunena .kwho-admin,
  10295. #Kunena a.kwho-admin {
  10296. color: #f00 !important;
  10297. }
  10298. #Kunena a.kwho-admin:hover,
  10299. #Kunena a.kwho-globalmoderator:hover,
  10300. #Kunena a.kwho-moderator:hover,
  10301. #Kunena a.kwho-banned:hover,
  10302. #Kunena a.kwho-user:hover,
  10303. #Kunena a.kwho-guest:hover {
  10304. text-decoration: underline !important;
  10305. }
  10306. #Kunena .kwho-globalmoderator,
  10307. #Kunena a.kwho-globalmoderator {
  10308. color: #800000 !important;
  10309. }
  10310. #Kunena .kwho-moderator,
  10311. #Kunena a.kwho-moderator {
  10312. color: #00f !important;
  10313. }
  10314. #Kunena .kwho-banned,
  10315. #Kunena a.kwho-banned {
  10316. color: #A39D49 !important;
  10317. }
  10318. #Kunena .kwho-user,
  10319. #Kunena a.kwho-user {
  10320. color: #5388B4 !important;
  10321. }
  10322. #Kunena .kwho-guest,
  10323. #Kunena a.kwho-guest {
  10324. color: #666 !important;
  10325. }
  10326. #Kunena label {
  10327. display: inline;
  10328. }
  10329. #Kunena .kblock div.kheader {
  10330. padding: 10px;
  10331. background: #d5bf55;
  10332. color: #ffffff;
  10333. }
  10334. #Kunena .kblock div.kheader > span {
  10335. display: block;
  10336. font-weight: bold;
  10337. font-size: 15.6px;
  10338. line-height: 25.2px;
  10339. }
  10340. #Kunena .kblock div.kheader > span.k-name {
  10341. display: inline;
  10342. }
  10343. #Kunena .kblock div.kheader > span.kright {
  10344. float: right;
  10345. }
  10346. #Kunena .kblock div.kheader > span a {
  10347. color: inherit;
  10348. }
  10349. #Kunena .kblock div.kheader div.ktitle-desc {
  10350. margin-top: 10px;
  10351. padding-bottom: 0;
  10352. }
  10353. #Kunena div.kblock div.kbody {
  10354. border-bottom: none;
  10355. }
  10356. #Kunena .kbody:after {
  10357. clear: both;
  10358. display: block;
  10359. content: '';
  10360. }
  10361. #Kunena .ktoggler {
  10362. display: none;
  10363. }
  10364. #Kunena div.input,
  10365. #Kunena span.input,
  10366. #Kunena td.input {
  10367. padding: 10px 0 5px;
  10368. display: inline-block;
  10369. max-width: 100%;
  10370. }
  10371. #Kunena div.input input,
  10372. #Kunena span.input input,
  10373. #Kunena td.input input {
  10374. margin-right: 5px;
  10375. }
  10376. #Kunena div.input > span,
  10377. #Kunena span.input > span,
  10378. #Kunena td.input > span {
  10379. display: block;
  10380. padding: 10px 0 0;
  10381. white-space: nowrap;
  10382. }
  10383. #Kunena div.input > span label,
  10384. #Kunena span.input > span label,
  10385. #Kunena td.input > span label {
  10386. display: inline-block;
  10387. margin-bottom: 10px;
  10388. }
  10389. #Kunena div.input > span button,
  10390. #Kunena span.input > span button,
  10391. #Kunena td.input > span button {
  10392. float: right;
  10393. margin-right: 5px;
  10394. }
  10395. #Kunena .klink-block span {
  10396. padding: 0 5px 0 0;
  10397. }
  10398. #Kunena .klink-block span.kprofilebox-register {
  10399. display: block;
  10400. padding: 5px 0 0;
  10401. }
  10402. #Kunena + div[style] {
  10403. display: none;
  10404. }
  10405. #Kunena span.kunreadforum {
  10406. background: none;
  10407. }
  10408. #Kunena span.kunreadforum:before {
  10409. content: '\f07c';
  10410. font-family: FontAwesome;
  10411. font-size: 32px;
  10412. line-height: 32px;
  10413. }
  10414. #Kunena span.kreadforum,
  10415. #Kunena span.knotloginforum {
  10416. background: none;
  10417. }
  10418. #Kunena span.kreadforum:before,
  10419. #Kunena span.knotloginforum:before {
  10420. content: '\f115';
  10421. font-family: FontAwesome;
  10422. font-size: 32px;
  10423. line-height: 32px;
  10424. }
  10425. #Kunena .kwhoicon {
  10426. background: none;
  10427. }
  10428. #Kunena .kwhoicon:before {
  10429. content: '\f0c0';
  10430. font-family: FontAwesome;
  10431. font-size: 32px;
  10432. line-height: 32px;
  10433. color: #d5bf55;
  10434. }
  10435. #Kunena .kstatsicon {
  10436. background: none;
  10437. }
  10438. #Kunena .kstatsicon:before {
  10439. content: '\f080';
  10440. font-family: FontAwesome;
  10441. font-size: 32px;
  10442. line-height: 32px;
  10443. color: #d5bf55;
  10444. }
  10445. #Kunena div.kmessage-buttons-row {
  10446. height: auto;
  10447. line-height: inherit;
  10448. font-size: inherit;
  10449. }
  10450. #Kunena .klist-actions-forum div.kmessage-buttons-row {
  10451. display: inline-block;
  10452. }
  10453. #Kunena .klist-bottom {
  10454. padding-bottom: 0 !important;
  10455. }
  10456. #Kunena .kwholegend {
  10457. display: none;
  10458. }
  10459. #Kunena .kcol-ktopicicon a:before {
  10460. content: '\f095';
  10461. font-family: FontAwesome;
  10462. font-size: 20px;
  10463. line-height: 24px;
  10464. color: #d5bf55;
  10465. }
  10466. #Kunena .kcol-ktopicicon.unanswered a:before {
  10467. content: '\f098';
  10468. font-family: FontAwesome;
  10469. font-size: 32px;
  10470. line-height: 32px;
  10471. color: #d5bf55;
  10472. }
  10473. #Kunena img[src$='unanswered.png'],
  10474. #Kunena img[src$='normal.png'] {
  10475. height: 0;
  10476. width: 0;
  10477. }
  10478. #Kunena .k-profile .clrline {
  10479. display: none;
  10480. }
  10481. #Kunena .k-profile .kheader a.kwho-admin {
  10482. font-size: 0;
  10483. line-height: 0;
  10484. color: #ffffff !important;
  10485. text-decoration: none !important;
  10486. font-weight: normal;
  10487. }
  10488. #Kunena .k-profile .kheader a.kwho-admin:hover:after {
  10489. font-size: 26px;
  10490. }
  10491. #Kunena .k-profile .kheader a.kwho-admin:after {
  10492. content: '\f044';
  10493. font-family: FontAwesome;
  10494. font-size: 20px;
  10495. line-height: 24px;
  10496. -webkit-transition: all 0.2s ease;
  10497. -moz-transition: all 0.2s ease;
  10498. -o-transition: all 0.2s ease;
  10499. transition: all 0.2s ease;
  10500. }
  10501. #Kunena .k-profile .kheader .back a.kwho-admin:after {
  10502. content: '\f112';
  10503. }
  10504. #Kunena div.kavatar-lg {
  10505. border: none;
  10506. display: block;
  10507. height: auto;
  10508. }
  10509. #Kunena span[class*='kbuttononline'] {
  10510. margin: 0;
  10511. }
  10512. #Kunena span[class*='kbuttononline'] span {
  10513. margin: 0;
  10514. }
  10515. #Kunena span[class*='kbuttononline'] span span {
  10516. padding: 0;
  10517. color: inherit;
  10518. }
  10519. #Kunena #kprofile-tabs dl.tabs,
  10520. #Kunena #kprofile-edit dl.tabs {
  10521. display: table;
  10522. width: 100%;
  10523. float: none;
  10524. border: none;
  10525. }
  10526. #Kunena #kprofile-tabs dl.tabs dt,
  10527. #Kunena #kprofile-edit dl.tabs dt {
  10528. display: table-cell;
  10529. float: none;
  10530. text-align: center;
  10531. padding: 10px 0;
  10532. }
  10533. #Kunena #kprofile-tabs dl.tabs dt.open,
  10534. #Kunena #kprofile-edit dl.tabs dt.open,
  10535. #Kunena #kprofile-tabs dl.tabs dt:hover,
  10536. #Kunena #kprofile-edit dl.tabs dt:hover {
  10537. color: #d5bf55;
  10538. }
  10539. #Kunena #kprofile-tabs dl.tabs dt + dt,
  10540. #Kunena #kprofile-edit dl.tabs dt + dt {
  10541. border-left: none;
  10542. }
  10543. #Kunena .kicon-profile-location {
  10544. background: none;
  10545. }
  10546. #Kunena .kicon-profile-location:before {
  10547. content: '\f015';
  10548. font-family: FontAwesome;
  10549. font-size: 18px;
  10550. line-height: 15px;
  10551. color: #d5bf55;
  10552. }
  10553. #Kunena .kicon-profile-gender-male {
  10554. background: none;
  10555. }
  10556. #Kunena .kicon-profile-gender-male:before {
  10557. content: '\f007';
  10558. font-family: FontAwesome;
  10559. font-size: 18px;
  10560. line-height: 15px;
  10561. color: #d5bf55;
  10562. }
  10563. #Kunena .kicon-profile-birthdate {
  10564. background: none;
  10565. }
  10566. #Kunena .kicon-profile-birthdate:before {
  10567. content: '\f1fd';
  10568. font-family: FontAwesome;
  10569. font-size: 16px;
  10570. line-height: 15px;
  10571. color: #d5bf55;
  10572. }
  10573. #Kunena div.kiconrow {
  10574. padding-right: 0;
  10575. }
  10576. #Kunena div.kiconrow span[class*="off"] {
  10577. display: none;
  10578. }
  10579. #Kunena div.kiconrow .kicon-profile:before {
  10580. font-family: FontAwesome;
  10581. font-size: 17px;
  10582. line-height: 15px;
  10583. color: #d5bf55;
  10584. }
  10585. #Kunena .kicon-profile-twitter {
  10586. background: none;
  10587. }
  10588. #Kunena .kicon-profile-twitter:before {
  10589. content: '\f081';
  10590. }
  10591. #Kunena .kicon-profile-facebook {
  10592. background: none;
  10593. }
  10594. #Kunena .kicon-profile-facebook:before {
  10595. content: '\f082';
  10596. }
  10597. #Kunena .kicon-profile-linkedin {
  10598. background: none;
  10599. }
  10600. #Kunena .kicon-profile-linkedin:before {
  10601. content: '\f08c';
  10602. }
  10603. #Kunena .kicon-profile-skype {
  10604. background: none;
  10605. }
  10606. #Kunena .kicon-profile-skype:before {
  10607. content: '\f17e';
  10608. }
  10609. #Kunena .kicon-profile-delicious {
  10610. background: none;
  10611. }
  10612. #Kunena .kicon-profile-delicious:before {
  10613. content: '\f1a5';
  10614. }
  10615. #Kunena .kicon-profile-digg {
  10616. background: none;
  10617. }
  10618. #Kunena .kicon-profile-digg:before {
  10619. content: '\f1a6';
  10620. }
  10621. #Kunena .kicon-profile-flickr {
  10622. background: none;
  10623. }
  10624. #Kunena .kicon-profile-flickr:before {
  10625. content: '\f16e';
  10626. }
  10627. #Kunena .kprofile-rightcol ul {
  10628. margin: 0;
  10629. }
  10630. #Kunena .kicon-profile-email {
  10631. background: none;
  10632. }
  10633. #Kunena .kicon-profile-email:before {
  10634. content: '\f0e0';
  10635. font-family: FontAwesome;
  10636. font-size: 16px;
  10637. line-height: 15px;
  10638. color: #d5bf55;
  10639. }
  10640. #Kunena #kprofile-stats .kicon-button {
  10641. cursor: auto;
  10642. }
  10643. #Kunena span.kmsgtitle,
  10644. #Kunena span.kmsgtitle-new {
  10645. padding-left: 0;
  10646. background: none;
  10647. }
  10648. img.jg_photo {
  10649. margin: 0;
  10650. padding: 0;
  10651. }
  10652. img.jg_photo,
  10653. .jg_minis a img {
  10654. border: none;
  10655. }
  10656. a:hover img.jg_photo,
  10657. .jg_minis a:hover img {
  10658. border: none;
  10659. }
  10660. .gallery li .item_title {
  10661. color: white;
  10662. font-size: 24px;
  10663. margin-bottom: 10px;
  10664. }
  10665. .jg_catelem_photo {
  10666. font-size: 0;
  10667. line-height: 0;
  10668. }
  10669. .jg_row {
  10670. padding: 0;
  10671. margin: 0 -12px 0 -30px;
  10672. }
  10673. .jg_element_cat,
  10674. .jg_subcatelem_cat {
  10675. padding-left: 30px;
  10676. -webkit-box-sizing: border-box;
  10677. -moz-box-sizing: border-box;
  10678. box-sizing: border-box;
  10679. padding-bottom: 20px;
  10680. }
  10681. .jg_element_cat {
  10682. display: inline-block;
  10683. float: none;
  10684. }
  10685. .loaded .jg_element_cat {
  10686. display: none;
  10687. }
  10688. .jg_imgalign_catsubs {
  10689. position: relative;
  10690. overflow: hidden;
  10691. }
  10692. .jg_imgalign_catsubs .jg_photo {
  10693. -webkit-transition: transform 0.5s ease;
  10694. -moz-transition: transform 0.5s ease;
  10695. -o-transition: transform 0.5s ease;
  10696. transition: transform 0.5s ease;
  10697. }
  10698. .jg_imgalign_catsubs:hover .jg_photo {
  10699. -webkit-transform: scale(1.1);
  10700. -moz-transform: scale(1.1);
  10701. -ms-transform: scale(1.1);
  10702. -o-transform: scale(1.1);
  10703. transform: scale(1.1);
  10704. }
  10705. .jg_imgalign_catsubs:hover .jg_subcatelem_txt {
  10706. opacity: 1;
  10707. filter: alpha(opacity=100);
  10708. }
  10709. .jg_subcatelem_cat a {
  10710. height: auto;
  10711. }
  10712. .jg_subcatelem_photo {
  10713. font-size: 0;
  10714. line-height: 0;
  10715. background: #000;
  10716. }
  10717. .jg_subcatelem_photo a {
  10718. display: block;
  10719. }
  10720. .jg_subcatelem_txt {
  10721. position: absolute;
  10722. left: 0;
  10723. top: 0;
  10724. right: 0;
  10725. bottom: 0;
  10726. -webkit-transition: 0.5s ease;
  10727. -moz-transition: 0.5s ease;
  10728. -o-transition: 0.5s ease;
  10729. transition: 0.5s ease;
  10730. background: #000;
  10731. background: rgba(0, 0, 0, 0.5);
  10732. opacity: 0;
  10733. filter: alpha(opacity=0);
  10734. color: #fff;
  10735. }
  10736. .jg_subcatelem_txt:before {
  10737. content: '';
  10738. height: 100%;
  10739. width: 0;
  10740. display: inline-block;
  10741. vertical-align: middle;
  10742. overflow: hidden;
  10743. }
  10744. .jg_subcatelem_txt ul {
  10745. display: inline-block;
  10746. max-width: 99%;
  10747. vertical-align: middle;
  10748. -webkit-box-sizing: border-box;
  10749. -moz-box-sizing: border-box;
  10750. box-sizing: border-box;
  10751. }
  10752. .jg_subcatelem_txt ul a {
  10753. position: relative;
  10754. }
  10755. .jg_subcatelem_txt .jg_subcatelem_txt__link {
  10756. position: absolute;
  10757. top: 0;
  10758. left: 0;
  10759. width: 100%;
  10760. height: 100%;
  10761. }
  10762. .jg_catelem_txt {
  10763. margin: 0;
  10764. }
  10765. .jg_catelem_txt .gallery_desc p + p {
  10766. display: none;
  10767. }
  10768. .jg_dtl_photo {
  10769. font-size: 0;
  10770. line-height: 0;
  10771. }
  10772. .jg_dtl_photo .lazy_container {
  10773. width: 100%;
  10774. }
  10775. .jg_dtl_photo .lazy_container .lazy_preloader {
  10776. position: absolute;
  10777. left: 0;
  10778. top: 0;
  10779. width: 100%;
  10780. height: 100%;
  10781. }
  10782. .jg_dtl_photo .lazy_container img {
  10783. position: relative;
  10784. }
  10785. div.jg_details,
  10786. div.jg_voting,
  10787. div.jg_commentsarea,
  10788. div.jg_send2friend,
  10789. div.jg_bbcode,
  10790. div.jg_exif,
  10791. div.jg_panemodule {
  10792. border: none;
  10793. margin: 0;
  10794. }
  10795. .jg_detailnavi {
  10796. margin-bottom: 0;
  10797. }
  10798. .jg_iconbar {
  10799. padding: 0;
  10800. }
  10801. .jg_imgtitle {
  10802. text-align: left;
  10803. }
  10804. .jg_imgalign_catimgs {
  10805. position: relative;
  10806. font-size: 0;
  10807. line-height: 0;
  10808. overflow: hidden;
  10809. }
  10810. .jg_imgalign_catimgs .jg_photo {
  10811. -webkit-transition: transform 0.5s ease;
  10812. -moz-transition: transform 0.5s ease;
  10813. -o-transition: transform 0.5s ease;
  10814. transition: transform 0.5s ease;
  10815. }
  10816. .jg_imgalign_catimgs .jg_catelem_txt {
  10817. position: absolute;
  10818. top: 0;
  10819. left: 0;
  10820. width: 100%;
  10821. height: 100%;
  10822. z-index: 10;
  10823. opacity: 0;
  10824. filter: alpha(opacity=0);
  10825. -webkit-transition: 0.5s ease;
  10826. -moz-transition: 0.5s ease;
  10827. -o-transition: 0.5s ease;
  10828. transition: 0.5s ease;
  10829. background: #000;
  10830. background: rgba(0, 0, 0, 0.5);
  10831. color: #fff;
  10832. }
  10833. .jg_imgalign_catimgs .jg_catelem_txt:before {
  10834. content: '';
  10835. height: 100%;
  10836. display: inline-block;
  10837. width: 0;
  10838. overflow: hidden;
  10839. vertical-align: middle;
  10840. }
  10841. .jg_imgalign_catimgs .jg_catelem_txt ul {
  10842. display: inline-block;
  10843. -webkit-box-sizing: border-box;
  10844. -moz-box-sizing: border-box;
  10845. box-sizing: border-box;
  10846. padding: 0 10px;
  10847. max-width: 99%;
  10848. vertical-align: middle;
  10849. font-size: 13px;
  10850. line-height: 21px;
  10851. }
  10852. .jg_imgalign_catimgs .jg_catelem_txt .jg_links a {
  10853. color: #fff;
  10854. -webkit-transition: 0.5s ease;
  10855. -moz-transition: 0.5s ease;
  10856. -o-transition: 0.5s ease;
  10857. transition: 0.5s ease;
  10858. font-size: 22px;
  10859. line-height: 22px;
  10860. margin: 0 7px;
  10861. display: inline-block;
  10862. }
  10863. .jg_imgalign_catimgs .jg_catelem_txt .jg_links a:hover {
  10864. color: #999;
  10865. }
  10866. .jg_imgalign_catimgs:hover .jg_photo {
  10867. -webkit-transform: scale(1.1);
  10868. -moz-transform: scale(1.1);
  10869. -ms-transform: scale(1.1);
  10870. -o-transform: scale(1.1);
  10871. transform: scale(1.1);
  10872. }
  10873. .jg_imgalign_catimgs:hover .jg_catelem_txt {
  10874. opacity: 1;
  10875. filter: alpha(opacity=100);
  10876. }
  10877. .jg_gallery {
  10878. margin: 0 -1.1% 0 -30px;
  10879. font-size: 0;
  10880. line-height: 0;
  10881. }
  10882. .jg_catorderlist {
  10883. text-align: left;
  10884. white-space: normal;
  10885. }
  10886. .jg_catorderlist > strong {
  10887. display: block;
  10888. margin-bottom: 15px;
  10889. }
  10890. .fancybox-close {
  10891. position: fixed;
  10892. right: 0;
  10893. top: 0;
  10894. background: none;
  10895. color: #fff;
  10896. font-size: 22px;
  10897. text-align: center !important;
  10898. margin: 0 !important;
  10899. padding: 0 !important;
  10900. height: 36px !important;
  10901. line-height: 36px;
  10902. -webkit-transition: font-size 0.2s ease;
  10903. -moz-transition: font-size 0.2s ease;
  10904. -o-transition: font-size 0.2s ease;
  10905. transition: font-size 0.2s ease;
  10906. }
  10907. .fancybox-close:before {
  10908. content: '\f057';
  10909. font-family: FontAwesome;
  10910. }
  10911. .fancybox-close:hover {
  10912. color: #fff;
  10913. font-size: 30px;
  10914. }
  10915. .fancybox-lock .fancybox-overlay {
  10916. overflow: hidden;
  10917. }
  10918. .fancybox-prev,
  10919. .fancybox-next {
  10920. overflow: hidden;
  10921. }
  10922. .fancybox-prev span,
  10923. .fancybox-next span {
  10924. height: 100px;
  10925. width: 50px;
  10926. margin-top: -50px;
  10927. background: none;
  10928. color: #fff;
  10929. -webkit-transition: font-size 0.2s ease;
  10930. -moz-transition: font-size 0.2s ease;
  10931. -o-transition: font-size 0.2s ease;
  10932. transition: font-size 0.2s ease;
  10933. overflow: hidden;
  10934. }
  10935. .fancybox-prev span:before,
  10936. .fancybox-next span:before {
  10937. content: '';
  10938. position: absolute;
  10939. left: 0;
  10940. top: 0;
  10941. -webkit-transition: border-color 0.3s ease;
  10942. -moz-transition: border-color 0.3s ease;
  10943. -o-transition: border-color 0.3s ease;
  10944. transition: border-color 0.3s ease;
  10945. width: 100px;
  10946. height: 100px;
  10947. border-left: 2px solid #fff;
  10948. border-top: 2px solid #fff;
  10949. -webkit-box-sizing: border-box;
  10950. -moz-box-sizing: border-box;
  10951. box-sizing: border-box;
  10952. }
  10953. .fancybox-prev:hover span,
  10954. .fancybox-next:hover span {
  10955. color: #fff;
  10956. }
  10957. .fancybox-prev:hover span:before,
  10958. .fancybox-next:hover span:before {
  10959. border-left-color: #666;
  10960. border-top-color: #666;
  10961. }
  10962. .fancybox-prev span:before {
  10963. -webkit-transform: rotate(-45deg);
  10964. -moz-transform: rotate(-45deg);
  10965. -ms-transform: rotate(-45deg);
  10966. -o-transform: rotate(-45deg);
  10967. transform: rotate(-45deg);
  10968. left: 20px;
  10969. }
  10970. .fancybox-next span:before {
  10971. -webkit-transform: rotate(135deg);
  10972. -moz-transform: rotate(135deg);
  10973. -ms-transform: rotate(135deg);
  10974. -o-transform: rotate(135deg);
  10975. transform: rotate(135deg);
  10976. left: -70px;
  10977. }
  10978. .fancybox-skin {
  10979. background: #191919;
  10980. }
  10981. .fancybox-image {
  10982. opacity: 0.99;
  10983. filter: alpha(opacity=99);
  10984. }
  10985. #fancybox-thumbs {
  10986. height: 54px;
  10987. text-align: center;
  10988. -webkit-transition: bottom 0.5s ease;
  10989. -moz-transition: bottom 0.5s ease;
  10990. -o-transition: bottom 0.5s ease;
  10991. transition: bottom 0.5s ease;
  10992. }
  10993. #fancybox-thumbs ul {
  10994. font-size: 0;
  10995. line-height: 0;
  10996. white-space: nowrap;
  10997. display: inline-block;
  10998. top: 0 !important;
  10999. background: #191919;
  11000. }
  11001. #fancybox-thumbs ul li {
  11002. float: none;
  11003. display: inline-block;
  11004. padding: 0;
  11005. border: none !important;
  11006. position: relative;
  11007. background: url(../images/loader.gif) 50% 50% no-repeat;
  11008. -webkit-transition: opacity 0.3s ease;
  11009. -moz-transition: opacity 0.3s ease;
  11010. -o-transition: opacity 0.3s ease;
  11011. transition: opacity 0.3s ease;
  11012. }
  11013. #fancybox-thumbs ul li .holder {
  11014. position: absolute;
  11015. left: 0;
  11016. top: 0;
  11017. right: 0;
  11018. bottom: 0;
  11019. z-index: 10;
  11020. cursor: pointer;
  11021. }
  11022. #fancybox-thumbs ul li.active {
  11023. opacity: 1;
  11024. filter: alpha(opacity=100);
  11025. }
  11026. .fancybox-lock body {
  11027. overflow: visible !important;
  11028. }
  11029. body.mobile #fancybox-thumbs {
  11030. display: none;
  11031. }
  11032. .fancybox-wrap {
  11033. width: 100% !important;
  11034. height: 100% !important;
  11035. left: 0 !important;
  11036. right: 0 !important;
  11037. }
  11038. .fancybox-inner,
  11039. .fancybox-skin,
  11040. .fancybox-outer {
  11041. width: 100% !important;
  11042. height: 100% !important;
  11043. position: relative;
  11044. }
  11045. .fancybox-image {
  11046. background-size: contain;
  11047. background-position: 50% 50%;
  11048. background-repeat: no-repeat;
  11049. }
  11050. .jg_links .fancybox-thumb .lazy,
  11051. .jg_links .fancybox-thumb img {
  11052. display: none;
  11053. }
  11054. .fancybox-image {
  11055. -webkit-transform: scale(1.5);
  11056. -moz-transform: scale(1.5);
  11057. -ms-transform: scale(1.5);
  11058. -o-transform: scale(1.5);
  11059. transform: scale(1.5);
  11060. -webkit-transition: all 0.5s ease;
  11061. -moz-transition: all 0.5s ease;
  11062. -o-transition: all 0.5s ease;
  11063. transition: all 0.5s ease;
  11064. opacity: 0;
  11065. filter: alpha(opacity=0);
  11066. }
  11067. .fancybox-type-image.fancybox-opened .fancybox-image {
  11068. -webkit-transform: scale(1);
  11069. -moz-transform: scale(1);
  11070. -ms-transform: scale(1);
  11071. -o-transform: scale(1);
  11072. transform: scale(1);
  11073. opacity: 1;
  11074. filter: alpha(opacity=100);
  11075. }
  11076. .fancybox-nav {
  11077. width: 56px;
  11078. z-index: 100;
  11079. -webkit-transition: all 0.5s ease;
  11080. -moz-transition: all 0.5s ease;
  11081. -o-transition: all 0.5s ease;
  11082. transition: all 0.5s ease;
  11083. }
  11084. .fancybox-nav span {
  11085. visibility: visible;
  11086. }
  11087. .fancybox-close {
  11088. -webkit-transition: right 0.5s ease;
  11089. -moz-transition: right 0.5s ease;
  11090. -o-transition: right 0.5s ease;
  11091. transition: right 0.5s ease;
  11092. }
  11093. .fancybox-full #fancybox-thumbs {
  11094. bottom: -100px;
  11095. }
  11096. .fancybox-full .fancybox-prev {
  11097. left: -100px;
  11098. }
  11099. .fancybox-full .fancybox-next,
  11100. .fancybox-full .fancybox-close {
  11101. right: -100px;
  11102. }
  11103. .ui-loader {
  11104. display: none;
  11105. }
  11106. .jg_pathway {
  11107. padding: 0;
  11108. margin: 0 0 21px;
  11109. }
  11110. ul#order {
  11111. margin: 0 0 15px;
  11112. overflow: hidden;
  11113. }
  11114. ul#order li {
  11115. display: inline-block;
  11116. }
  11117. /*== 1200px and beyond ===================================================
  11118. ========================================================================*/
  11119. /* Large desktop */
  11120. /*== Up to 1200px =====================================================
  11121. ========================================================================*/
  11122. /* Large desktop */
  11123. @media (max-width: 1440px) {
  11124. ul.custom li a {
  11125. padding: 10px 24px !important;
  11126. }
  11127. .icemegamenu > ul > li > a.iceMenuTitle {
  11128. padding: 11px 24px !important;
  11129. }
  11130. .camera_caption > div .slide-title {
  11131. font-size: 30px !important;
  11132. line-height: 58px !important;
  11133. padding: 30px !important;
  11134. }
  11135. .mod-newsflash-adv.mod-newsflash-adv__images .row-fluid {
  11136. max-width: 48%;
  11137. }
  11138. #iceMenu_101 > ul.icesubMenu {
  11139. left: -248px !important;
  11140. }
  11141. ul.type li,
  11142. ul.type li {
  11143. text-align: center;
  11144. }
  11145. ul.type li a,
  11146. ul.type li a,
  11147. ul.type li .separator,
  11148. ul.type li .separator {
  11149. padding-top: 0px !important;
  11150. }
  11151. ul.type li a:before,
  11152. ul.type li a:before,
  11153. ul.type li .separator:before,
  11154. ul.type li .separator:before {
  11155. float: none !important;
  11156. margin: 0 auto !important;
  11157. display: block !important;
  11158. }
  11159. #contact_map {
  11160. height: 376px;
  11161. }
  11162. .row-fluid {
  11163. margin-left: -20px;
  11164. }
  11165. .row-fluid [class*="itemSpan"],
  11166. .row-fluid [class*="span"] {
  11167. padding-left: 20px;
  11168. }
  11169. .fluid {
  11170. margin-left: -20px;
  11171. }
  11172. .jg_gallery {
  11173. margin-left: -20px;
  11174. }
  11175. .jg_gallery .gallery-grid {
  11176. padding-left: 20px;
  11177. }
  11178. .jg_row {
  11179. margin-left: -20px;
  11180. }
  11181. .jg_subcatelem_cat,
  11182. .jg_subcatelem_cat_r {
  11183. padding-left: 20px;
  11184. }
  11185. }
  11186. /*== Up to 980px ======================================================
  11187. ========================================================================*/
  11188. /* Narrow desktop */
  11189. @media (max-width: 979px) {
  11190. .icons .img-intro__left {
  11191. float: none;
  11192. margin-right: 0;
  11193. }
  11194. .mod-article-single.services .item__module .item-title {
  11195. letter-spacing: 0px;
  11196. padding: 30px 20px;
  11197. }
  11198. .icemegamenu > ul > li > a.iceMenuTitle {
  11199. padding: 11px 12px !important;
  11200. }
  11201. span.type {
  11202. display: block;
  11203. min-width: auto;
  11204. }
  11205. ul.brands li {
  11206. padding: 10px !important;
  11207. }
  11208. .mod-article-single.services .item__module .item-title {
  11209. letter-spacing: 0;
  11210. padding: 30px 10px;
  11211. }
  11212. .mod-article-single.services .item__module .item-title .item_title_part0 {
  11213. font-size: 24px;
  11214. }
  11215. ul.copyright li:first-child {
  11216. display: block;
  11217. }
  11218. .social li {
  11219. margin: 0 13px 0 0;
  11220. }
  11221. #iceMenu_101 ul.icesubMenu {
  11222. left: -272px !important;
  11223. padding: 0 20px !important;
  11224. }
  11225. ul.icesubMenu {
  11226. max-width: 728px;
  11227. padding: 0 0px !important;
  11228. -webkit-box-sizing: border-box;
  11229. -moz-box-sizing: border-box;
  11230. box-sizing: border-box;
  11231. }
  11232. ul.custom li a {
  11233. padding: 10px 20px !important;
  11234. }
  11235. .sub_level_1 > li .iceCols {
  11236. max-width: 236px;
  11237. }
  11238. .sub_level_1 > li .iceCols .icemega_cover_module {
  11239. max-width: 220px;
  11240. }
  11241. .sub_level_1 > li .iceCols:first-child {
  11242. max-width: 464px;
  11243. }
  11244. .sub_level_1 > li .iceCols:first-child .icemega_cover_module {
  11245. max-width: 440px;
  11246. }
  11247. .mod-article-single.image {
  11248. padding-top: 36px;
  11249. }
  11250. .mod-login.custom .mod-login_userdata .input-prepend #modlgn-username,
  11251. .mod-login.custom .mod-login_userdata .input-prepend #modlgn-passwd {
  11252. max-width: 174px !important;
  11253. }
  11254. .mod-article-single.image {
  11255. padding-top: 38px;
  11256. }
  11257. .mod-newsflash-adv.icons .item > .fa {
  11258. float: none;
  11259. margin-bottom: 20px;
  11260. margin-right: 0;
  11261. }
  11262. .thumbnails {
  11263. margin-left: -12px;
  11264. }
  11265. .thumbnails > li {
  11266. margin-left: 12px;
  11267. }
  11268. /*footer*/
  11269. #back-top {
  11270. display: none !important;
  11271. }
  11272. .row-fluid {
  11273. margin-left: -12px;
  11274. }
  11275. .row-fluid [class*="itemSpan"],
  11276. .row-fluid [class*="span"] {
  11277. padding-left: 12px;
  11278. }
  11279. .fluid {
  11280. margin-left: -12px;
  11281. }
  11282. .jg_gallery {
  11283. margin-left: -12px;
  11284. }
  11285. .jg_gallery .gallery-grid {
  11286. padding-left: 12px;
  11287. }
  11288. .jg_row {
  11289. margin-left: -12px;
  11290. }
  11291. .jg_subcatelem_cat,
  11292. .jg_subcatelem_cat_r {
  11293. padding-left: 12px;
  11294. }
  11295. }
  11296. /*== Up to 980px and beyond 768px ======================================
  11297. ========================================================================*/
  11298. /* Portrait tablet to landscape and desktop */
  11299. /*== Up to 767px ======================================================
  11300. ========================================================================*/
  11301. /* Landscape phone to portrait tablet */
  11302. @media (max-width: 767px) {
  11303. body {
  11304. padding: 0;
  11305. }
  11306. body .row-container {
  11307. padding: 0 20px;
  11308. }
  11309. ul.contact_list li {
  11310. float: none;
  11311. margin: 6px auto !important;
  11312. display: table;
  11313. }
  11314. #icemegamenu > li > ul.icesubMenu .iceCols {
  11315. -webkit-box-sizing: border-box;
  11316. -moz-box-sizing: border-box;
  11317. box-sizing: border-box;
  11318. padding: 0 20px;
  11319. }
  11320. .search-block .mod-search__search-block {
  11321. text-align: center;
  11322. }
  11323. .search-block {
  11324. padding-top: 0;
  11325. }
  11326. .search-block form {
  11327. padding-bottom: 0px;
  11328. }
  11329. #iceMenu_101 ul.icesubMenu {
  11330. left: 0px !important;
  11331. padding: 0px !important;
  11332. }
  11333. ul.icesubMenu {
  11334. left: 0;
  11335. padding: 0px !important;
  11336. }
  11337. .mod-login.custom .mod-login_userdata .input-prepend #modlgn-username,
  11338. .mod-login.custom .mod-login_userdata .input-prepend #modlgn-passwd {
  11339. max-width: 180px !important;
  11340. }
  11341. #icemegamenu > li > ul.icesubMenu .iceCols {
  11342. max-width: 100% !important;
  11343. }
  11344. .sub_level_1 > li .iceCols:first-child .icemega_cover_module {
  11345. max-width: 100%;
  11346. }
  11347. .sub_level_1 > li .iceCols .icemega_cover_module {
  11348. max-width: 100%;
  11349. }
  11350. .mod-article-single.image {
  11351. padding-top: 14px;
  11352. padding-bottom: 24px;
  11353. }
  11354. .camera_caption > div .slide-title {
  11355. font-size: 30px !important;
  11356. line-height: 36px !important;
  11357. padding: 20px !important;
  11358. max-width: 100% !important;
  11359. -webkit-box-sizing: border-box;
  11360. -moz-box-sizing: border-box;
  11361. box-sizing: border-box;
  11362. }
  11363. ul.custom {
  11364. margin-top: 0 !important;
  11365. text-align: left !important;
  11366. }
  11367. ul.brands,
  11368. ul.type {
  11369. display: block !important;
  11370. table-layout: inherit !important;
  11371. }
  11372. ul.brands li,
  11373. ul.type li {
  11374. display: inline-block;
  11375. width: 50%;
  11376. margin-bottom: 21px;
  11377. }
  11378. .moduletable.border_right .module_container:after {
  11379. display: none;
  11380. }
  11381. #feature-row,
  11382. #content-row,
  11383. #mainbottom-row {
  11384. padding-bottom: 0;
  11385. padding-top: 40px;
  11386. }
  11387. .video_outer {
  11388. float: none;
  11389. margin-right: 0;
  11390. width: 100%;
  11391. }
  11392. #wrapper {
  11393. margin: 0;
  11394. }
  11395. #footer-wrapper {
  11396. height: auto;
  11397. }
  11398. #push {
  11399. display: none;
  11400. }
  11401. #logo {
  11402. text-align: center;
  11403. }
  11404. #logo a {
  11405. margin: 0;
  11406. }
  11407. .nav.menu.pull-right.nav-pills {
  11408. float: none;
  11409. text-align: center;
  11410. }
  11411. .nav.menu.pull-right.nav-pills li {
  11412. float: none;
  11413. display: inline-block;
  11414. }
  11415. .social {
  11416. text-align: left;
  11417. padding: 10px 0;
  11418. }
  11419. /*content*/
  11420. [class*="cols"] [class*="span"] {
  11421. width: 100%;
  11422. }
  11423. .item-image.blog-image {
  11424. float: none;
  11425. margin: 0 0 20px 0;
  11426. }
  11427. .row-fluid [class*="itemSpan"],
  11428. .row-fluid [class*="span"] {
  11429. display: block;
  11430. float: none;
  11431. margin-left: 0;
  11432. width: auto;
  11433. }
  11434. /*gallery*/
  11435. .page-gallery ul.gallery .gallery-grid {
  11436. width: 48.5%;
  11437. max-width: 48.5%;
  11438. }
  11439. .jg_gallery {
  11440. margin-right: 0;
  11441. }
  11442. .jg_gallery .gallery-grid {
  11443. width: 50%;
  11444. max-width: 50%;
  11445. }
  11446. .page-gallery ul.gallery .gallery-grid .view .item_img {
  11447. max-width: 100%;
  11448. }
  11449. .page-gallery ul.gallery .gallery-grid .view .item_img a {
  11450. display: block;
  11451. }
  11452. .img-full__left.span5 {
  11453. width: 50%;
  11454. }
  11455. /*contact*/
  11456. .contact_details .contact_details_item {
  11457. width: 30%;
  11458. float: left;
  11459. }
  11460. .page-gallery ul.gallery .gallery-grid .view {
  11461. margin: 0 auto;
  11462. }
  11463. .page-gallery ul.gallery .gallery-grid .view .item_img {
  11464. float: none;
  11465. margin: 0 !important;
  11466. }
  11467. /*Modules*/
  11468. .ice-megamenu-toggle {
  11469. display: block;
  11470. }
  11471. .icemegamenu > ul > li {
  11472. width: 100%;
  11473. }
  11474. #icemegamenu li > ul.icesubMenu {
  11475. opacity: 1;
  11476. position: relative;
  11477. padding: 0;
  11478. top: 0 !important;
  11479. visibility: visible;
  11480. width: 100% !important;
  11481. -webkit-transform: translate(0, 0) !important;
  11482. -moz-transform: translate(0, 0) !important;
  11483. -ms-transform: translate(0, 0) !important;
  11484. -o-transform: translate(0, 0) !important;
  11485. transform: translate(0, 0) !important;
  11486. height: auto !important;
  11487. }
  11488. #icemegamenu > li > ul.icesubMenu .iceCols {
  11489. width: 100% !important;
  11490. float: none !important;
  11491. }
  11492. #icemegamenu > li > ul.icesubMenu .iceCols input {
  11493. max-width: 100% !important;
  11494. }
  11495. #icemegamenu > li > ul.icesubMenu li {
  11496. width: 100% !important;
  11497. float: none;
  11498. }
  11499. ul.icesubMenu {
  11500. border: none;
  11501. }
  11502. .icemegamenu > ul > li a.iceMenuTitle {
  11503. font-size: 15px;
  11504. height: auto;
  11505. padding-left: 0px;
  11506. }
  11507. .icemegamenu > ul > li > a.iceMenuTitle > span.icemega_nosubtitle {
  11508. padding-top: 0;
  11509. }
  11510. ul.icesubMenu > li a.iceMenuTitle {
  11511. margin: 0px;
  11512. /*padding-left: 35px;*/
  11513. }
  11514. .icemegamenu > ul > li + li {
  11515. margin-left: 0px;
  11516. }
  11517. #icemegamenu > li > ul.icesubMenu li > ul {
  11518. float: none;
  11519. opacity: 1;
  11520. position: relative;
  11521. top: 0 !important;
  11522. visibility: visible;
  11523. width: 100% !important;
  11524. left: 0;
  11525. margin: 0px;
  11526. padding: 0;
  11527. border: none;
  11528. height: auto !important;
  11529. }
  11530. /* level 2 */
  11531. ul.sub_level_2 li > a.iceMenuTitle {
  11532. padding-left: 0px !important;
  11533. }
  11534. /* level 3 */
  11535. ul.sub_level_3 li > a.iceMenuTitle {
  11536. padding-left: 0px !important;
  11537. }
  11538. /* hide modules */
  11539. .icesubMenu .icemega_cover_module {
  11540. width: auto !important;
  11541. }
  11542. /*search*/
  11543. .mod-search__aside .mod-search_searchword {
  11544. width: 50%;
  11545. }
  11546. /*login*/
  11547. .mod-login__aside .mod-login_username,
  11548. .mod-login__aside .mod-login_passwd {
  11549. width: 50%;
  11550. }
  11551. #back-top {
  11552. display: none !important;
  11553. }
  11554. .jg_subcatelem_cat,
  11555. .jg_subcatelem_cat_r {
  11556. width: 50%;
  11557. max-width: 50%;
  11558. }
  11559. .jg_row {
  11560. margin-right: 0;
  11561. }
  11562. }
  11563. /*== Up to 640px ==================================================
  11564. ====================================================================*/
  11565. @media (max-width: 640px) {
  11566. ul.brands li,
  11567. ul.type li {
  11568. width: 100%;
  11569. }
  11570. h1,
  11571. h2,
  11572. h3 {
  11573. font-size: 30px;
  11574. }
  11575. /*contact*/
  11576. .contact_details {
  11577. margin-bottom: 21px;
  11578. }
  11579. .contact_details .contact_details_item {
  11580. width: 100%;
  11581. float: none;
  11582. }
  11583. ul#order {
  11584. float: none;
  11585. }
  11586. }
  11587. /*== Up to 480px ==================================================
  11588. ====================================================================*/
  11589. /* Landscape phones and down */
  11590. @media (max-width: 479px) {
  11591. /*contact*/
  11592. .contact_form {
  11593. width: 100%;
  11594. }
  11595. /*registration*/
  11596. .page-registration form input,
  11597. .page-remind form input,
  11598. .page-reset form input,
  11599. .page-login form input,
  11600. .page-login form input,
  11601. .page-profile__edit form input,
  11602. .page-registration form select,
  11603. .page-remind form select,
  11604. .page-reset form select,
  11605. .page-login form select,
  11606. .page-login form select,
  11607. .page-profile__edit form select {
  11608. width: 100%;
  11609. }
  11610. .page-registration form label,
  11611. .page-remind form label,
  11612. .page-reset form label,
  11613. .page-login form label,
  11614. .page-login form label,
  11615. .page-profile__edit form label {
  11616. display: inline-block;
  11617. }
  11618. /* pagination */
  11619. .pagination ul li {
  11620. display: none;
  11621. }
  11622. .pagination ul li.pagination-prev,
  11623. .pagination ul li.pagination-next {
  11624. display: inline-block;
  11625. }
  11626. /*gallery*/
  11627. .page-gallery .item_img.img-intro {
  11628. float: none;
  11629. margin: 0 0 21px 0;
  11630. }
  11631. .page-gallery ul.gallery .gallery-item {
  11632. text-align: center;
  11633. max-width: 100%;
  11634. width: 100%;
  11635. }
  11636. .page-gallery ul.gallery .gallery-item .item_img {
  11637. float: none;
  11638. margin: 0 auto 21px !important;
  11639. max-width: 100%;
  11640. }
  11641. .page-gallery ul.gallery .gallery-item .item_img img {
  11642. width: 100%;
  11643. }
  11644. .page-gallery ul.gallery .gallery-item a.zoom {
  11645. display: block;
  11646. }
  11647. .jg_gallery .gallery-grid {
  11648. width: 100%;
  11649. max-width: 100%;
  11650. }
  11651. .jg_gallery .gallery-grid .lazy_container {
  11652. width: 100% !important;
  11653. }
  11654. .jg_subcatelem_cat,
  11655. .jg_subcatelem_cat_r {
  11656. width: 100%;
  11657. max-width: 100%;
  11658. }
  11659. .jg_subcatelem_cat .lazy_container,
  11660. .jg_subcatelem_cat_r .lazy_container {
  11661. width: 100% !important;
  11662. }
  11663. .img-full__left.span5 {
  11664. width: 100%;
  11665. margin-right: 0;
  11666. }
  11667. /*blog*/
  11668. .item_img {
  11669. float: none;
  11670. margin: 0 0 21px 0;
  11671. max-width: 100%;
  11672. }
  11673. /*archive*/
  11674. .page-archive_filters select {
  11675. display: block;
  11676. width: 100%;
  11677. }
  11678. /*contact*/
  11679. .contact_details .contact_details_item {
  11680. width: 100%;
  11681. float: none;
  11682. }
  11683. /*Modules*/
  11684. /*search*/
  11685. .mod-search__aside .mod-search_searchword {
  11686. width: 100%;
  11687. }
  11688. /*login*/
  11689. .mod-login__aside .mod-login_userdata {
  11690. width: 100%;
  11691. overflow: hidden;
  11692. }
  11693. .mod-login__aside .mod-login_username,
  11694. .mod-login__aside .mod-login_passwd {
  11695. width: 100%;
  11696. }
  11697. div.modal {
  11698. position: absolute;
  11699. }
  11700. #error input {
  11701. width: 200px;
  11702. }
  11703. #icemegamenu > li > ul.icesubMenu li > ul.sub_level_2,
  11704. #icemegamenu > li > ul.icesubMenu li > ul.sub_level_3,
  11705. #icemegamenu > li > ul.icesubMenu li > ul.sub_level_4 {
  11706. left: 0px;
  11707. }
  11708. #icemegamenu > li > ul.icesubMenu li > ul.sub_level_2 .iceCols,
  11709. #icemegamenu > li > ul.icesubMenu li > ul.sub_level_3 .iceCols,
  11710. #icemegamenu > li > ul.icesubMenu li > ul.sub_level_4 .iceCols {
  11711. padding: 0px;
  11712. }
  11713. }
  11714. /*== Up to 340px =====================================================
  11715. ========================================================================*/
  11716. /* Portrait phones */
  11717. /*!
  11718. * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
  11719. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  11720. */
  11721. /* FONT PATH
  11722. * -------------------------- */
  11723. @font-face {
  11724. font-family: 'FontAwesome';
  11725. src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  11726. src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  11727. font-weight: normal;
  11728. font-style: normal;
  11729. }
  11730. .fa {
  11731. display: inline-block;
  11732. font: normal normal normal 14px/1 FontAwesome;
  11733. font-size: inherit;
  11734. text-rendering: auto;
  11735. -webkit-font-smoothing: antialiased;
  11736. -moz-osx-font-smoothing: grayscale;
  11737. }
  11738. /* makes the font 33% larger relative to the icon container */
  11739. .fa-lg {
  11740. font-size: 1.3333333333333333em;
  11741. line-height: 0.75em;
  11742. vertical-align: -15%;
  11743. }
  11744. .fa-2x {
  11745. font-size: 2em;
  11746. }
  11747. .fa-3x {
  11748. font-size: 3em;
  11749. }
  11750. .fa-4x {
  11751. font-size: 4em;
  11752. }
  11753. .fa-5x {
  11754. font-size: 5em;
  11755. }
  11756. .fa-fw {
  11757. width: 1.2857142857142858em;
  11758. text-align: center;
  11759. }
  11760. .fa-ul {
  11761. padding-left: 0;
  11762. margin-left: 2.142857142857143em;
  11763. list-style-type: none;
  11764. }
  11765. .fa-ul > li {
  11766. position: relative;
  11767. }
  11768. .fa-li {
  11769. position: absolute;
  11770. left: -2.142857142857143em;
  11771. width: 2.142857142857143em;
  11772. top: 0.14285714285714285em;
  11773. text-align: center;
  11774. }
  11775. .fa-li.fa-lg {
  11776. left: -1.8571428571428572em;
  11777. }
  11778. .fa-border {
  11779. padding: .2em .25em .15em;
  11780. border: solid 0.08em #eeeeee;
  11781. border-radius: .1em;
  11782. }
  11783. .pull-right {
  11784. float: right;
  11785. }
  11786. .pull-left {
  11787. float: left;
  11788. }
  11789. .fa.pull-left {
  11790. margin-right: .3em;
  11791. }
  11792. .fa.pull-right {
  11793. margin-left: .3em;
  11794. }
  11795. .fa-spin {
  11796. -webkit-animation: fa-spin 2s infinite linear;
  11797. animation: fa-spin 2s infinite linear;
  11798. }
  11799. @-webkit-keyframes fa-spin {
  11800. 0% {
  11801. -webkit-transform: rotate(0deg);
  11802. transform: rotate(0deg);
  11803. }
  11804. 100% {
  11805. -webkit-transform: rotate(359deg);
  11806. transform: rotate(359deg);
  11807. }
  11808. }
  11809. @keyframes fa-spin {
  11810. 0% {
  11811. -webkit-transform: rotate(0deg);
  11812. transform: rotate(0deg);
  11813. }
  11814. 100% {
  11815. -webkit-transform: rotate(359deg);
  11816. transform: rotate(359deg);
  11817. }
  11818. }
  11819. .fa-rotate-90 {
  11820. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  11821. -webkit-transform: rotate(90deg);
  11822. -ms-transform: rotate(90deg);
  11823. transform: rotate(90deg);
  11824. }
  11825. .fa-rotate-180 {
  11826. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  11827. -webkit-transform: rotate(180deg);
  11828. -ms-transform: rotate(180deg);
  11829. transform: rotate(180deg);
  11830. }
  11831. .fa-rotate-270 {
  11832. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  11833. -webkit-transform: rotate(270deg);
  11834. -ms-transform: rotate(270deg);
  11835. transform: rotate(270deg);
  11836. }
  11837. .fa-flip-horizontal {
  11838. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  11839. -webkit-transform: scale(-1, 1);
  11840. -ms-transform: scale(-1, 1);
  11841. transform: scale(-1, 1);
  11842. }
  11843. .fa-flip-vertical {
  11844. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  11845. -webkit-transform: scale(1, -1);
  11846. -ms-transform: scale(1, -1);
  11847. transform: scale(1, -1);
  11848. }
  11849. :root .fa-rotate-90,
  11850. :root .fa-rotate-180,
  11851. :root .fa-rotate-270,
  11852. :root .fa-flip-horizontal,
  11853. :root .fa-flip-vertical {
  11854. filter: none;
  11855. }
  11856. .fa-stack {
  11857. position: relative;
  11858. display: inline-block;
  11859. width: 2em;
  11860. height: 2em;
  11861. line-height: 2em;
  11862. vertical-align: middle;
  11863. }
  11864. .fa-stack-1x,
  11865. .fa-stack-2x {
  11866. position: absolute;
  11867. left: 0;
  11868. width: 100%;
  11869. text-align: center;
  11870. }
  11871. .fa-stack-1x {
  11872. line-height: inherit;
  11873. }
  11874. .fa-stack-2x {
  11875. font-size: 2em;
  11876. }
  11877. .fa-inverse {
  11878. color: #ffffff;
  11879. }
  11880. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  11881. readers do not read off random characters that represent icons */
  11882. .fa-glass:before {
  11883. content: "\f000";
  11884. }
  11885. .fa-music:before {
  11886. content: "\f001";
  11887. }
  11888. .fa-search:before {
  11889. content: "\f002";
  11890. }
  11891. .fa-envelope-o:before {
  11892. content: "\f003";
  11893. }
  11894. .fa-heart:before {
  11895. content: "\f004";
  11896. }
  11897. .fa-star:before {
  11898. content: "\f005";
  11899. }
  11900. .fa-star-o:before {
  11901. content: "\f006";
  11902. }
  11903. .fa-user:before {
  11904. content: "\f007";
  11905. }
  11906. .fa-film:before {
  11907. content: "\f008";
  11908. }
  11909. .fa-th-large:before {
  11910. content: "\f009";
  11911. }
  11912. .fa-th:before {
  11913. content: "\f00a";
  11914. }
  11915. .fa-th-list:before {
  11916. content: "\f00b";
  11917. }
  11918. .fa-check:before {
  11919. content: "\f00c";
  11920. }
  11921. .fa-remove:before,
  11922. .fa-close:before,
  11923. .fa-times:before {
  11924. content: "\f00d";
  11925. }
  11926. .fa-search-plus:before {
  11927. content: "\f00e";
  11928. }
  11929. .fa-search-minus:before {
  11930. content: "\f010";
  11931. }
  11932. .fa-power-off:before {
  11933. content: "\f011";
  11934. }
  11935. .fa-signal:before {
  11936. content: "\f012";
  11937. }
  11938. .fa-gear:before,
  11939. .fa-cog:before {
  11940. content: "\f013";
  11941. }
  11942. .fa-trash-o:before {
  11943. content: "\f014";
  11944. }
  11945. .fa-home:before {
  11946. content: "\f015";
  11947. }
  11948. .fa-file-o:before {
  11949. content: "\f016";
  11950. }
  11951. .fa-clock-o:before {
  11952. content: "\f017";
  11953. }
  11954. .fa-road:before {
  11955. content: "\f018";
  11956. }
  11957. .fa-download:before {
  11958. content: "\f019";
  11959. }
  11960. .fa-arrow-circle-o-down:before {
  11961. content: "\f01a";
  11962. }
  11963. .fa-arrow-circle-o-up:before {
  11964. content: "\f01b";
  11965. }
  11966. .fa-inbox:before {
  11967. content: "\f01c";
  11968. }
  11969. .fa-play-circle-o:before {
  11970. content: "\f01d";
  11971. }
  11972. .fa-rotate-right:before,
  11973. .fa-repeat:before {
  11974. content: "\f01e";
  11975. }
  11976. .fa-refresh:before {
  11977. content: "\f021";
  11978. }
  11979. .fa-list-alt:before {
  11980. content: "\f022";
  11981. }
  11982. .fa-lock:before {
  11983. content: "\f023";
  11984. }
  11985. .fa-flag:before {
  11986. content: "\f024";
  11987. }
  11988. .fa-headphones:before {
  11989. content: "\f025";
  11990. }
  11991. .fa-volume-off:before {
  11992. content: "\f026";
  11993. }
  11994. .fa-volume-down:before {
  11995. content: "\f027";
  11996. }
  11997. .fa-volume-up:before {
  11998. content: "\f028";
  11999. }
  12000. .fa-qrcode:before {
  12001. content: "\f029";
  12002. }
  12003. .fa-barcode:before {
  12004. content: "\f02a";
  12005. }
  12006. .fa-tag:before {
  12007. content: "\f02b";
  12008. }
  12009. .fa-tags:before {
  12010. content: "\f02c";
  12011. }
  12012. .fa-book:before {
  12013. content: "\f02d";
  12014. }
  12015. .fa-bookmark:before {
  12016. content: "\f02e";
  12017. }
  12018. .fa-print:before {
  12019. content: "\f02f";
  12020. }
  12021. .fa-camera:before {
  12022. content: "\f030";
  12023. }
  12024. .fa-font:before {
  12025. content: "\f031";
  12026. }
  12027. .fa-bold:before {
  12028. content: "\f032";
  12029. }
  12030. .fa-italic:before {
  12031. content: "\f033";
  12032. }
  12033. .fa-text-height:before {
  12034. content: "\f034";
  12035. }
  12036. .fa-text-width:before {
  12037. content: "\f035";
  12038. }
  12039. .fa-align-left:before {
  12040. content: "\f036";
  12041. }
  12042. .fa-align-center:before {
  12043. content: "\f037";
  12044. }
  12045. .fa-align-right:before {
  12046. content: "\f038";
  12047. }
  12048. .fa-align-justify:before {
  12049. content: "\f039";
  12050. }
  12051. .fa-list:before {
  12052. content: "\f03a";
  12053. }
  12054. .fa-dedent:before,
  12055. .fa-outdent:before {
  12056. content: "\f03b";
  12057. }
  12058. .fa-indent:before {
  12059. content: "\f03c";
  12060. }
  12061. .fa-video-camera:before {
  12062. content: "\f03d";
  12063. }
  12064. .fa-photo:before,
  12065. .fa-image:before,
  12066. .fa-picture-o:before {
  12067. content: "\f03e";
  12068. }
  12069. .fa-pencil:before {
  12070. content: "\f040";
  12071. }
  12072. .fa-map-marker:before {
  12073. content: "\f041";
  12074. }
  12075. .fa-adjust:before {
  12076. content: "\f042";
  12077. }
  12078. .fa-tint:before {
  12079. content: "\f043";
  12080. }
  12081. .fa-edit:before,
  12082. .fa-pencil-square-o:before {
  12083. content: "\f044";
  12084. }
  12085. .fa-share-square-o:before {
  12086. content: "\f045";
  12087. }
  12088. .fa-check-square-o:before {
  12089. content: "\f046";
  12090. }
  12091. .fa-arrows:before {
  12092. content: "\f047";
  12093. }
  12094. .fa-step-backward:before {
  12095. content: "\f048";
  12096. }
  12097. .fa-fast-backward:before {
  12098. content: "\f049";
  12099. }
  12100. .fa-backward:before {
  12101. content: "\f04a";
  12102. }
  12103. .fa-play:before {
  12104. content: "\f04b";
  12105. }
  12106. .fa-pause:before {
  12107. content: "\f04c";
  12108. }
  12109. .fa-stop:before {
  12110. content: "\f04d";
  12111. }
  12112. .fa-forward:before {
  12113. content: "\f04e";
  12114. }
  12115. .fa-fast-forward:before {
  12116. content: "\f050";
  12117. }
  12118. .fa-step-forward:before {
  12119. content: "\f051";
  12120. }
  12121. .fa-eject:before {
  12122. content: "\f052";
  12123. }
  12124. .fa-chevron-left:before {
  12125. content: "\f053";
  12126. }
  12127. .fa-chevron-right:before {
  12128. content: "\f054";
  12129. }
  12130. .fa-plus-circle:before {
  12131. content: "\f055";
  12132. }
  12133. .fa-minus-circle:before {
  12134. content: "\f056";
  12135. }
  12136. .fa-times-circle:before {
  12137. content: "\f057";
  12138. }
  12139. .fa-check-circle:before {
  12140. content: "\f058";
  12141. }
  12142. .fa-question-circle:before {
  12143. content: "\f059";
  12144. }
  12145. .fa-info-circle:before {
  12146. content: "\f05a";
  12147. }
  12148. .fa-crosshairs:before {
  12149. content: "\f05b";
  12150. }
  12151. .fa-times-circle-o:before {
  12152. content: "\f05c";
  12153. }
  12154. .fa-check-circle-o:before {
  12155. content: "\f05d";
  12156. }
  12157. .fa-ban:before {
  12158. content: "\f05e";
  12159. }
  12160. .fa-arrow-left:before {
  12161. content: "\f060";
  12162. }
  12163. .fa-arrow-right:before {
  12164. content: "\f061";
  12165. }
  12166. .fa-arrow-up:before {
  12167. content: "\f062";
  12168. }
  12169. .fa-arrow-down:before {
  12170. content: "\f063";
  12171. }
  12172. .fa-mail-forward:before,
  12173. .fa-share:before {
  12174. content: "\f064";
  12175. }
  12176. .fa-expand:before {
  12177. content: "\f065";
  12178. }
  12179. .fa-compress:before {
  12180. content: "\f066";
  12181. }
  12182. .fa-plus:before {
  12183. content: "\f067";
  12184. }
  12185. .fa-minus:before {
  12186. content: "\f068";
  12187. }
  12188. .fa-asterisk:before {
  12189. content: "\f069";
  12190. }
  12191. .fa-exclamation-circle:before {
  12192. content: "\f06a";
  12193. }
  12194. .fa-gift:before {
  12195. content: "\f06b";
  12196. }
  12197. .fa-leaf:before {
  12198. content: "\f06c";
  12199. }
  12200. .fa-fire:before {
  12201. content: "\f06d";
  12202. }
  12203. .fa-eye:before {
  12204. content: "\f06e";
  12205. }
  12206. .fa-eye-slash:before {
  12207. content: "\f070";
  12208. }
  12209. .fa-warning:before,
  12210. .fa-exclamation-triangle:before {
  12211. content: "\f071";
  12212. }
  12213. .fa-plane:before {
  12214. content: "\f072";
  12215. }
  12216. .fa-calendar:before {
  12217. content: "\f073";
  12218. }
  12219. .fa-random:before {
  12220. content: "\f074";
  12221. }
  12222. .fa-comment:before {
  12223. content: "\f075";
  12224. }
  12225. .fa-magnet:before {
  12226. content: "\f076";
  12227. }
  12228. .fa-chevron-up:before {
  12229. content: "\f077";
  12230. }
  12231. .fa-chevron-down:before {
  12232. content: "\f078";
  12233. }
  12234. .fa-retweet:before {
  12235. content: "\f079";
  12236. }
  12237. .fa-shopping-cart:before {
  12238. content: "\f07a";
  12239. }
  12240. .fa-folder:before {
  12241. content: "\f07b";
  12242. }
  12243. .fa-folder-open:before {
  12244. content: "\f07c";
  12245. }
  12246. .fa-arrows-v:before {
  12247. content: "\f07d";
  12248. }
  12249. .fa-arrows-h:before {
  12250. content: "\f07e";
  12251. }
  12252. .fa-bar-chart-o:before,
  12253. .fa-bar-chart:before {
  12254. content: "\f080";
  12255. }
  12256. .fa-twitter-square:before {
  12257. content: "\f081";
  12258. }
  12259. .fa-facebook-square:before {
  12260. content: "\f082";
  12261. }
  12262. .fa-camera-retro:before {
  12263. content: "\f083";
  12264. }
  12265. .fa-key:before {
  12266. content: "\f084";
  12267. }
  12268. .fa-gears:before,
  12269. .fa-cogs:before {
  12270. content: "\f085";
  12271. }
  12272. .fa-comments:before {
  12273. content: "\f086";
  12274. }
  12275. .fa-thumbs-o-up:before {
  12276. content: "\f087";
  12277. }
  12278. .fa-thumbs-o-down:before {
  12279. content: "\f088";
  12280. }
  12281. .fa-star-half:before {
  12282. content: "\f089";
  12283. }
  12284. .fa-heart-o:before {
  12285. content: "\f08a";
  12286. }
  12287. .fa-sign-out:before {
  12288. content: "\f08b";
  12289. }
  12290. .fa-linkedin-square:before {
  12291. content: "\f08c";
  12292. }
  12293. .fa-thumb-tack:before {
  12294. content: "\f08d";
  12295. }
  12296. .fa-external-link:before {
  12297. content: "\f08e";
  12298. }
  12299. .fa-sign-in:before {
  12300. content: "\f090";
  12301. }
  12302. .fa-trophy:before {
  12303. content: "\f091";
  12304. }
  12305. .fa-github-square:before {
  12306. content: "\f092";
  12307. }
  12308. .fa-upload:before {
  12309. content: "\f093";
  12310. }
  12311. .fa-lemon-o:before {
  12312. content: "\f094";
  12313. }
  12314. .fa-phone:before {
  12315. content: "\f095";
  12316. }
  12317. .fa-square-o:before {
  12318. content: "\f096";
  12319. }
  12320. .fa-bookmark-o:before {
  12321. content: "\f097";
  12322. }
  12323. .fa-phone-square:before {
  12324. content: "\f098";
  12325. }
  12326. .fa-twitter:before {
  12327. content: "\f099";
  12328. }
  12329. .fa-facebook:before {
  12330. content: "\f09a";
  12331. }
  12332. .fa-github:before {
  12333. content: "\f09b";
  12334. }
  12335. .fa-unlock:before {
  12336. content: "\f09c";
  12337. }
  12338. .fa-credit-card:before {
  12339. content: "\f09d";
  12340. }
  12341. .fa-rss:before {
  12342. content: "\f09e";
  12343. }
  12344. .fa-hdd-o:before {
  12345. content: "\f0a0";
  12346. }
  12347. .fa-bullhorn:before {
  12348. content: "\f0a1";
  12349. }
  12350. .fa-bell:before {
  12351. content: "\f0f3";
  12352. }
  12353. .fa-certificate:before {
  12354. content: "\f0a3";
  12355. }
  12356. .fa-hand-o-right:before {
  12357. content: "\f0a4";
  12358. }
  12359. .fa-hand-o-left:before {
  12360. content: "\f0a5";
  12361. }
  12362. .fa-hand-o-up:before {
  12363. content: "\f0a6";
  12364. }
  12365. .fa-hand-o-down:before {
  12366. content: "\f0a7";
  12367. }
  12368. .fa-arrow-circle-left:before {
  12369. content: "\f0a8";
  12370. }
  12371. .fa-arrow-circle-right:before {
  12372. content: "\f0a9";
  12373. }
  12374. .fa-arrow-circle-up:before {
  12375. content: "\f0aa";
  12376. }
  12377. .fa-arrow-circle-down:before {
  12378. content: "\f0ab";
  12379. }
  12380. .fa-globe:before {
  12381. content: "\f0ac";
  12382. }
  12383. .fa-wrench:before {
  12384. content: "\f0ad";
  12385. }
  12386. .fa-tasks:before {
  12387. content: "\f0ae";
  12388. }
  12389. .fa-filter:before {
  12390. content: "\f0b0";
  12391. }
  12392. .fa-briefcase:before {
  12393. content: "\f0b1";
  12394. }
  12395. .fa-arrows-alt:before {
  12396. content: "\f0b2";
  12397. }
  12398. .fa-group:before,
  12399. .fa-users:before {
  12400. content: "\f0c0";
  12401. }
  12402. .fa-chain:before,
  12403. .fa-link:before {
  12404. content: "\f0c1";
  12405. }
  12406. .fa-cloud:before {
  12407. content: "\f0c2";
  12408. }
  12409. .fa-flask:before {
  12410. content: "\f0c3";
  12411. }
  12412. .fa-cut:before,
  12413. .fa-scissors:before {
  12414. content: "\f0c4";
  12415. }
  12416. .fa-copy:before,
  12417. .fa-files-o:before {
  12418. content: "\f0c5";
  12419. }
  12420. .fa-paperclip:before {
  12421. content: "\f0c6";
  12422. }
  12423. .fa-save:before,
  12424. .fa-floppy-o:before {
  12425. content: "\f0c7";
  12426. }
  12427. .fa-square:before {
  12428. content: "\f0c8";
  12429. }
  12430. .fa-navicon:before,
  12431. .fa-reorder:before,
  12432. .fa-bars:before {
  12433. content: "\f0c9";
  12434. }
  12435. .fa-list-ul:before {
  12436. content: "\f0ca";
  12437. }
  12438. .fa-list-ol:before {
  12439. content: "\f0cb";
  12440. }
  12441. .fa-strikethrough:before {
  12442. content: "\f0cc";
  12443. }
  12444. .fa-underline:before {
  12445. content: "\f0cd";
  12446. }
  12447. .fa-table:before {
  12448. content: "\f0ce";
  12449. }
  12450. .fa-magic:before {
  12451. content: "\f0d0";
  12452. }
  12453. .fa-truck:before {
  12454. content: "\f0d1";
  12455. }
  12456. .fa-pinterest:before {
  12457. content: "\f0d2";
  12458. }
  12459. .fa-pinterest-square:before {
  12460. content: "\f0d3";
  12461. }
  12462. .fa-google-plus-square:before {
  12463. content: "\f0d4";
  12464. }
  12465. .fa-google-plus:before {
  12466. content: "\f0d5";
  12467. }
  12468. .fa-money:before {
  12469. content: "\f0d6";
  12470. }
  12471. .fa-caret-down:before {
  12472. content: "\f0d7";
  12473. }
  12474. .fa-caret-up:before {
  12475. content: "\f0d8";
  12476. }
  12477. .fa-caret-left:before {
  12478. content: "\f0d9";
  12479. }
  12480. .fa-caret-right:before {
  12481. content: "\f0da";
  12482. }
  12483. .fa-columns:before {
  12484. content: "\f0db";
  12485. }
  12486. .fa-unsorted:before,
  12487. .fa-sort:before {
  12488. content: "\f0dc";
  12489. }
  12490. .fa-sort-down:before,
  12491. .fa-sort-desc:before {
  12492. content: "\f0dd";
  12493. }
  12494. .fa-sort-up:before,
  12495. .fa-sort-asc:before {
  12496. content: "\f0de";
  12497. }
  12498. .fa-envelope:before {
  12499. content: "\f0e0";
  12500. }
  12501. .fa-linkedin:before {
  12502. content: "\f0e1";
  12503. }
  12504. .fa-rotate-left:before,
  12505. .fa-undo:before {
  12506. content: "\f0e2";
  12507. }
  12508. .fa-legal:before,
  12509. .fa-gavel:before {
  12510. content: "\f0e3";
  12511. }
  12512. .fa-dashboard:before,
  12513. .fa-tachometer:before {
  12514. content: "\f0e4";
  12515. }
  12516. .fa-comment-o:before {
  12517. content: "\f0e5";
  12518. }
  12519. .fa-comments-o:before {
  12520. content: "\f0e6";
  12521. }
  12522. .fa-flash:before,
  12523. .fa-bolt:before {
  12524. content: "\f0e7";
  12525. }
  12526. .fa-sitemap:before {
  12527. content: "\f0e8";
  12528. }
  12529. .fa-umbrella:before {
  12530. content: "\f0e9";
  12531. }
  12532. .fa-paste:before,
  12533. .fa-clipboard:before {
  12534. content: "\f0ea";
  12535. }
  12536. .fa-lightbulb-o:before {
  12537. content: "\f0eb";
  12538. }
  12539. .fa-exchange:before {
  12540. content: "\f0ec";
  12541. }
  12542. .fa-cloud-download:before {
  12543. content: "\f0ed";
  12544. }
  12545. .fa-cloud-upload:before {
  12546. content: "\f0ee";
  12547. }
  12548. .fa-user-md:before {
  12549. content: "\f0f0";
  12550. }
  12551. .fa-stethoscope:before {
  12552. content: "\f0f1";
  12553. }
  12554. .fa-suitcase:before {
  12555. content: "\f0f2";
  12556. }
  12557. .fa-bell-o:before {
  12558. content: "\f0a2";
  12559. }
  12560. .fa-coffee:before {
  12561. content: "\f0f4";
  12562. }
  12563. .fa-cutlery:before {
  12564. content: "\f0f5";
  12565. }
  12566. .fa-file-text-o:before {
  12567. content: "\f0f6";
  12568. }
  12569. .fa-building-o:before {
  12570. content: "\f0f7";
  12571. }
  12572. .fa-hospital-o:before {
  12573. content: "\f0f8";
  12574. }
  12575. .fa-ambulance:before {
  12576. content: "\f0f9";
  12577. }
  12578. .fa-medkit:before {
  12579. content: "\f0fa";
  12580. }
  12581. .fa-fighter-jet:before {
  12582. content: "\f0fb";
  12583. }
  12584. .fa-beer:before {
  12585. content: "\f0fc";
  12586. }
  12587. .fa-h-square:before {
  12588. content: "\f0fd";
  12589. }
  12590. .fa-plus-square:before {
  12591. content: "\f0fe";
  12592. }
  12593. .fa-angle-double-left:before {
  12594. content: "\f100";
  12595. }
  12596. .fa-angle-double-right:before {
  12597. content: "\f101";
  12598. }
  12599. .fa-angle-double-up:before {
  12600. content: "\f102";
  12601. }
  12602. .fa-angle-double-down:before {
  12603. content: "\f103";
  12604. }
  12605. .fa-angle-left:before {
  12606. content: "\f104";
  12607. }
  12608. .fa-angle-right:before {
  12609. content: "\f105";
  12610. }
  12611. .fa-angle-up:before {
  12612. content: "\f106";
  12613. }
  12614. .fa-angle-down:before {
  12615. content: "\f107";
  12616. }
  12617. .fa-desktop:before {
  12618. content: "\f108";
  12619. }
  12620. .fa-laptop:before {
  12621. content: "\f109";
  12622. }
  12623. .fa-tablet:before {
  12624. content: "\f10a";
  12625. }
  12626. .fa-mobile-phone:before,
  12627. .fa-mobile:before {
  12628. content: "\f10b";
  12629. }
  12630. .fa-circle-o:before {
  12631. content: "\f10c";
  12632. }
  12633. .fa-quote-left:before {
  12634. content: "\f10d";
  12635. }
  12636. .fa-quote-right:before {
  12637. content: "\f10e";
  12638. }
  12639. .fa-spinner:before {
  12640. content: "\f110";
  12641. }
  12642. .fa-circle:before {
  12643. content: "\f111";
  12644. }
  12645. .fa-mail-reply:before,
  12646. .fa-reply:before {
  12647. content: "\f112";
  12648. }
  12649. .fa-github-alt:before {
  12650. content: "\f113";
  12651. }
  12652. .fa-folder-o:before {
  12653. content: "\f114";
  12654. }
  12655. .fa-folder-open-o:before {
  12656. content: "\f115";
  12657. }
  12658. .fa-smile-o:before {
  12659. content: "\f118";
  12660. }
  12661. .fa-frown-o:before {
  12662. content: "\f119";
  12663. }
  12664. .fa-meh-o:before {
  12665. content: "\f11a";
  12666. }
  12667. .fa-gamepad:before {
  12668. content: "\f11b";
  12669. }
  12670. .fa-keyboard-o:before {
  12671. content: "\f11c";
  12672. }
  12673. .fa-flag-o:before {
  12674. content: "\f11d";
  12675. }
  12676. .fa-flag-checkered:before {
  12677. content: "\f11e";
  12678. }
  12679. .fa-terminal:before {
  12680. content: "\f120";
  12681. }
  12682. .fa-code:before {
  12683. content: "\f121";
  12684. }
  12685. .fa-mail-reply-all:before,
  12686. .fa-reply-all:before {
  12687. content: "\f122";
  12688. }
  12689. .fa-star-half-empty:before,
  12690. .fa-star-half-full:before,
  12691. .fa-star-half-o:before {
  12692. content: "\f123";
  12693. }
  12694. .fa-location-arrow:before {
  12695. content: "\f124";
  12696. }
  12697. .fa-crop:before {
  12698. content: "\f125";
  12699. }
  12700. .fa-code-fork:before {
  12701. content: "\f126";
  12702. }
  12703. .fa-unlink:before,
  12704. .fa-chain-broken:before {
  12705. content: "\f127";
  12706. }
  12707. .fa-question:before {
  12708. content: "\f128";
  12709. }
  12710. .fa-info:before {
  12711. content: "\f129";
  12712. }
  12713. .fa-exclamation:before {
  12714. content: "\f12a";
  12715. }
  12716. .fa-superscript:before {
  12717. content: "\f12b";
  12718. }
  12719. .fa-subscript:before {
  12720. content: "\f12c";
  12721. }
  12722. .fa-eraser:before {
  12723. content: "\f12d";
  12724. }
  12725. .fa-puzzle-piece:before {
  12726. content: "\f12e";
  12727. }
  12728. .fa-microphone:before {
  12729. content: "\f130";
  12730. }
  12731. .fa-microphone-slash:before {
  12732. content: "\f131";
  12733. }
  12734. .fa-shield:before {
  12735. content: "\f132";
  12736. }
  12737. .fa-calendar-o:before {
  12738. content: "\f133";
  12739. }
  12740. .fa-fire-extinguisher:before {
  12741. content: "\f134";
  12742. }
  12743. .fa-rocket:before {
  12744. content: "\f135";
  12745. }
  12746. .fa-maxcdn:before {
  12747. content: "\f136";
  12748. }
  12749. .fa-chevron-circle-left:before {
  12750. content: "\f137";
  12751. }
  12752. .fa-chevron-circle-right:before {
  12753. content: "\f138";
  12754. }
  12755. .fa-chevron-circle-up:before {
  12756. content: "\f139";
  12757. }
  12758. .fa-chevron-circle-down:before {
  12759. content: "\f13a";
  12760. }
  12761. .fa-html5:before {
  12762. content: "\f13b";
  12763. }
  12764. .fa-css3:before {
  12765. content: "\f13c";
  12766. }
  12767. .fa-anchor:before {
  12768. content: "\f13d";
  12769. }
  12770. .fa-unlock-alt:before {
  12771. content: "\f13e";
  12772. }
  12773. .fa-bullseye:before {
  12774. content: "\f140";
  12775. }
  12776. .fa-ellipsis-h:before {
  12777. content: "\f141";
  12778. }
  12779. .fa-ellipsis-v:before {
  12780. content: "\f142";
  12781. }
  12782. .fa-rss-square:before {
  12783. content: "\f143";
  12784. }
  12785. .fa-play-circle:before {
  12786. content: "\f144";
  12787. }
  12788. .fa-ticket:before {
  12789. content: "\f145";
  12790. }
  12791. .fa-minus-square:before {
  12792. content: "\f146";
  12793. }
  12794. .fa-minus-square-o:before {
  12795. content: "\f147";
  12796. }
  12797. .fa-level-up:before {
  12798. content: "\f148";
  12799. }
  12800. .fa-level-down:before {
  12801. content: "\f149";
  12802. }
  12803. .fa-check-square:before {
  12804. content: "\f14a";
  12805. }
  12806. .fa-pencil-square:before {
  12807. content: "\f14b";
  12808. }
  12809. .fa-external-link-square:before {
  12810. content: "\f14c";
  12811. }
  12812. .fa-share-square:before {
  12813. content: "\f14d";
  12814. }
  12815. .fa-compass:before {
  12816. content: "\f14e";
  12817. }
  12818. .fa-toggle-down:before,
  12819. .fa-caret-square-o-down:before {
  12820. content: "\f150";
  12821. }
  12822. .fa-toggle-up:before,
  12823. .fa-caret-square-o-up:before {
  12824. content: "\f151";
  12825. }
  12826. .fa-toggle-right:before,
  12827. .fa-caret-square-o-right:before {
  12828. content: "\f152";
  12829. }
  12830. .fa-euro:before,
  12831. .fa-eur:before {
  12832. content: "\f153";
  12833. }
  12834. .fa-gbp:before {
  12835. content: "\f154";
  12836. }
  12837. .fa-dollar:before,
  12838. .fa-usd:before {
  12839. content: "\f155";
  12840. }
  12841. .fa-rupee:before,
  12842. .fa-inr:before {
  12843. content: "\f156";
  12844. }
  12845. .fa-cny:before,
  12846. .fa-rmb:before,
  12847. .fa-yen:before,
  12848. .fa-jpy:before {
  12849. content: "\f157";
  12850. }
  12851. .fa-ruble:before,
  12852. .fa-rouble:before,
  12853. .fa-rub:before {
  12854. content: "\f158";
  12855. }
  12856. .fa-won:before,
  12857. .fa-krw:before {
  12858. content: "\f159";
  12859. }
  12860. .fa-bitcoin:before,
  12861. .fa-btc:before {
  12862. content: "\f15a";
  12863. }
  12864. .fa-file:before {
  12865. content: "\f15b";
  12866. }
  12867. .fa-file-text:before {
  12868. content: "\f15c";
  12869. }
  12870. .fa-sort-alpha-asc:before {
  12871. content: "\f15d";
  12872. }
  12873. .fa-sort-alpha-desc:before {
  12874. content: "\f15e";
  12875. }
  12876. .fa-sort-amount-asc:before {
  12877. content: "\f160";
  12878. }
  12879. .fa-sort-amount-desc:before {
  12880. content: "\f161";
  12881. }
  12882. .fa-sort-numeric-asc:before {
  12883. content: "\f162";
  12884. }
  12885. .fa-sort-numeric-desc:before {
  12886. content: "\f163";
  12887. }
  12888. .fa-thumbs-up:before {
  12889. content: "\f164";
  12890. }
  12891. .fa-thumbs-down:before {
  12892. content: "\f165";
  12893. }
  12894. .fa-youtube-square:before {
  12895. content: "\f166";
  12896. }
  12897. .fa-youtube:before {
  12898. content: "\f167";
  12899. }
  12900. .fa-xing:before {
  12901. content: "\f168";
  12902. }
  12903. .fa-xing-square:before {
  12904. content: "\f169";
  12905. }
  12906. .fa-youtube-play:before {
  12907. content: "\f16a";
  12908. }
  12909. .fa-dropbox:before {
  12910. content: "\f16b";
  12911. }
  12912. .fa-stack-overflow:before {
  12913. content: "\f16c";
  12914. }
  12915. .fa-instagram:before {
  12916. content: "\f16d";
  12917. }
  12918. .fa-flickr:before {
  12919. content: "\f16e";
  12920. }
  12921. .fa-adn:before {
  12922. content: "\f170";
  12923. }
  12924. .fa-bitbucket:before {
  12925. content: "\f171";
  12926. }
  12927. .fa-bitbucket-square:before {
  12928. content: "\f172";
  12929. }
  12930. .fa-tumblr:before {
  12931. content: "\f173";
  12932. }
  12933. .fa-tumblr-square:before {
  12934. content: "\f174";
  12935. }
  12936. .fa-long-arrow-down:before {
  12937. content: "\f175";
  12938. }
  12939. .fa-long-arrow-up:before {
  12940. content: "\f176";
  12941. }
  12942. .fa-long-arrow-left:before {
  12943. content: "\f177";
  12944. }
  12945. .fa-long-arrow-right:before {
  12946. content: "\f178";
  12947. }
  12948. .fa-apple:before {
  12949. content: "\f179";
  12950. }
  12951. .fa-windows:before {
  12952. content: "\f17a";
  12953. }
  12954. .fa-android:before {
  12955. content: "\f17b";
  12956. }
  12957. .fa-linux:before {
  12958. content: "\f17c";
  12959. }
  12960. .fa-dribbble:before {
  12961. content: "\f17d";
  12962. }
  12963. .fa-skype:before {
  12964. content: "\f17e";
  12965. }
  12966. .fa-foursquare:before {
  12967. content: "\f180";
  12968. }
  12969. .fa-trello:before {
  12970. content: "\f181";
  12971. }
  12972. .fa-female:before {
  12973. content: "\f182";
  12974. }
  12975. .fa-male:before {
  12976. content: "\f183";
  12977. }
  12978. .fa-gittip:before {
  12979. content: "\f184";
  12980. }
  12981. .fa-sun-o:before {
  12982. content: "\f185";
  12983. }
  12984. .fa-moon-o:before {
  12985. content: "\f186";
  12986. }
  12987. .fa-archive:before {
  12988. content: "\f187";
  12989. }
  12990. .fa-bug:before {
  12991. content: "\f188";
  12992. }
  12993. .fa-vk:before {
  12994. content: "\f189";
  12995. }
  12996. .fa-weibo:before {
  12997. content: "\f18a";
  12998. }
  12999. .fa-renren:before {
  13000. content: "\f18b";
  13001. }
  13002. .fa-pagelines:before {
  13003. content: "\f18c";
  13004. }
  13005. .fa-stack-exchange:before {
  13006. content: "\f18d";
  13007. }
  13008. .fa-arrow-circle-o-right:before {
  13009. content: "\f18e";
  13010. }
  13011. .fa-arrow-circle-o-left:before {
  13012. content: "\f190";
  13013. }
  13014. .fa-toggle-left:before,
  13015. .fa-caret-square-o-left:before {
  13016. content: "\f191";
  13017. }
  13018. .fa-dot-circle-o:before {
  13019. content: "\f192";
  13020. }
  13021. .fa-wheelchair:before {
  13022. content: "\f193";
  13023. }
  13024. .fa-vimeo-square:before {
  13025. content: "\f194";
  13026. }
  13027. .fa-turkish-lira:before,
  13028. .fa-try:before {
  13029. content: "\f195";
  13030. }
  13031. .fa-plus-square-o:before {
  13032. content: "\f196";
  13033. }
  13034. .fa-space-shuttle:before {
  13035. content: "\f197";
  13036. }
  13037. .fa-slack:before {
  13038. content: "\f198";
  13039. }
  13040. .fa-envelope-square:before {
  13041. content: "\f199";
  13042. }
  13043. .fa-wordpress:before {
  13044. content: "\f19a";
  13045. }
  13046. .fa-openid:before {
  13047. content: "\f19b";
  13048. }
  13049. .fa-institution:before,
  13050. .fa-bank:before,
  13051. .fa-university:before {
  13052. content: "\f19c";
  13053. }
  13054. .fa-mortar-board:before,
  13055. .fa-graduation-cap:before {
  13056. content: "\f19d";
  13057. }
  13058. .fa-yahoo:before {
  13059. content: "\f19e";
  13060. }
  13061. .fa-google:before {
  13062. content: "\f1a0";
  13063. }
  13064. .fa-reddit:before {
  13065. content: "\f1a1";
  13066. }
  13067. .fa-reddit-square:before {
  13068. content: "\f1a2";
  13069. }
  13070. .fa-stumbleupon-circle:before {
  13071. content: "\f1a3";
  13072. }
  13073. .fa-stumbleupon:before {
  13074. content: "\f1a4";
  13075. }
  13076. .fa-delicious:before {
  13077. content: "\f1a5";
  13078. }
  13079. .fa-digg:before {
  13080. content: "\f1a6";
  13081. }
  13082. .fa-pied-piper:before {
  13083. content: "\f1a7";
  13084. }
  13085. .fa-pied-piper-alt:before {
  13086. content: "\f1a8";
  13087. }
  13088. .fa-drupal:before {
  13089. content: "\f1a9";
  13090. }
  13091. .fa-joomla:before {
  13092. content: "\f1aa";
  13093. }
  13094. .fa-language:before {
  13095. content: "\f1ab";
  13096. }
  13097. .fa-fax:before {
  13098. content: "\f1ac";
  13099. }
  13100. .fa-building:before {
  13101. content: "\f1ad";
  13102. }
  13103. .fa-child:before {
  13104. content: "\f1ae";
  13105. }
  13106. .fa-paw:before {
  13107. content: "\f1b0";
  13108. }
  13109. .fa-spoon:before {
  13110. content: "\f1b1";
  13111. }
  13112. .fa-cube:before {
  13113. content: "\f1b2";
  13114. }
  13115. .fa-cubes:before {
  13116. content: "\f1b3";
  13117. }
  13118. .fa-behance:before {
  13119. content: "\f1b4";
  13120. }
  13121. .fa-behance-square:before {
  13122. content: "\f1b5";
  13123. }
  13124. .fa-steam:before {
  13125. content: "\f1b6";
  13126. }
  13127. .fa-steam-square:before {
  13128. content: "\f1b7";
  13129. }
  13130. .fa-recycle:before {
  13131. content: "\f1b8";
  13132. }
  13133. .fa-automobile:before,
  13134. .fa-car:before {
  13135. content: "\f1b9";
  13136. }
  13137. .fa-cab:before,
  13138. .fa-taxi:before {
  13139. content: "\f1ba";
  13140. }
  13141. .fa-tree:before {
  13142. content: "\f1bb";
  13143. }
  13144. .fa-spotify:before {
  13145. content: "\f1bc";
  13146. }
  13147. .fa-deviantart:before {
  13148. content: "\f1bd";
  13149. }
  13150. .fa-soundcloud:before {
  13151. content: "\f1be";
  13152. }
  13153. .fa-database:before {
  13154. content: "\f1c0";
  13155. }
  13156. .fa-file-pdf-o:before {
  13157. content: "\f1c1";
  13158. }
  13159. .fa-file-word-o:before {
  13160. content: "\f1c2";
  13161. }
  13162. .fa-file-excel-o:before {
  13163. content: "\f1c3";
  13164. }
  13165. .fa-file-powerpoint-o:before {
  13166. content: "\f1c4";
  13167. }
  13168. .fa-file-photo-o:before,
  13169. .fa-file-picture-o:before,
  13170. .fa-file-image-o:before {
  13171. content: "\f1c5";
  13172. }
  13173. .fa-file-zip-o:before,
  13174. .fa-file-archive-o:before {
  13175. content: "\f1c6";
  13176. }
  13177. .fa-file-sound-o:before,
  13178. .fa-file-audio-o:before {
  13179. content: "\f1c7";
  13180. }
  13181. .fa-file-movie-o:before,
  13182. .fa-file-video-o:before {
  13183. content: "\f1c8";
  13184. }
  13185. .fa-file-code-o:before {
  13186. content: "\f1c9";
  13187. }
  13188. .fa-vine:before {
  13189. content: "\f1ca";
  13190. }
  13191. .fa-codepen:before {
  13192. content: "\f1cb";
  13193. }
  13194. .fa-jsfiddle:before {
  13195. content: "\f1cc";
  13196. }
  13197. .fa-life-bouy:before,
  13198. .fa-life-buoy:before,
  13199. .fa-life-saver:before,
  13200. .fa-support:before,
  13201. .fa-life-ring:before {
  13202. content: "\f1cd";
  13203. }
  13204. .fa-circle-o-notch:before {
  13205. content: "\f1ce";
  13206. }
  13207. .fa-ra:before,
  13208. .fa-rebel:before {
  13209. content: "\f1d0";
  13210. }
  13211. .fa-ge:before,
  13212. .fa-empire:before {
  13213. content: "\f1d1";
  13214. }
  13215. .fa-git-square:before {
  13216. content: "\f1d2";
  13217. }
  13218. .fa-git:before {
  13219. content: "\f1d3";
  13220. }
  13221. .fa-hacker-news:before {
  13222. content: "\f1d4";
  13223. }
  13224. .fa-tencent-weibo:before {
  13225. content: "\f1d5";
  13226. }
  13227. .fa-qq:before {
  13228. content: "\f1d6";
  13229. }
  13230. .fa-wechat:before,
  13231. .fa-weixin:before {
  13232. content: "\f1d7";
  13233. }
  13234. .fa-send:before,
  13235. .fa-paper-plane:before {
  13236. content: "\f1d8";
  13237. }
  13238. .fa-send-o:before,
  13239. .fa-paper-plane-o:before {
  13240. content: "\f1d9";
  13241. }
  13242. .fa-history:before {
  13243. content: "\f1da";
  13244. }
  13245. .fa-circle-thin:before {
  13246. content: "\f1db";
  13247. }
  13248. .fa-header:before {
  13249. content: "\f1dc";
  13250. }
  13251. .fa-paragraph:before {
  13252. content: "\f1dd";
  13253. }
  13254. .fa-sliders:before {
  13255. content: "\f1de";
  13256. }
  13257. .fa-share-alt:before {
  13258. content: "\f1e0";
  13259. }
  13260. .fa-share-alt-square:before {
  13261. content: "\f1e1";
  13262. }
  13263. .fa-bomb:before {
  13264. content: "\f1e2";
  13265. }
  13266. .fa-soccer-ball-o:before,
  13267. .fa-futbol-o:before {
  13268. content: "\f1e3";
  13269. }
  13270. .fa-tty:before {
  13271. content: "\f1e4";
  13272. }
  13273. .fa-binoculars:before {
  13274. content: "\f1e5";
  13275. }
  13276. .fa-plug:before {
  13277. content: "\f1e6";
  13278. }
  13279. .fa-slideshare:before {
  13280. content: "\f1e7";
  13281. }
  13282. .fa-twitch:before {
  13283. content: "\f1e8";
  13284. }
  13285. .fa-yelp:before {
  13286. content: "\f1e9";
  13287. }
  13288. .fa-newspaper-o:before {
  13289. content: "\f1ea";
  13290. }
  13291. .fa-wifi:before {
  13292. content: "\f1eb";
  13293. }
  13294. .fa-calculator:before {
  13295. content: "\f1ec";
  13296. }
  13297. .fa-paypal:before {
  13298. content: "\f1ed";
  13299. }
  13300. .fa-google-wallet:before {
  13301. content: "\f1ee";
  13302. }
  13303. .fa-cc-visa:before {
  13304. content: "\f1f0";
  13305. }
  13306. .fa-cc-mastercard:before {
  13307. content: "\f1f1";
  13308. }
  13309. .fa-cc-discover:before {
  13310. content: "\f1f2";
  13311. }
  13312. .fa-cc-amex:before {
  13313. content: "\f1f3";
  13314. }
  13315. .fa-cc-paypal:before {
  13316. content: "\f1f4";
  13317. }
  13318. .fa-cc-stripe:before {
  13319. content: "\f1f5";
  13320. }
  13321. .fa-bell-slash:before {
  13322. content: "\f1f6";
  13323. }
  13324. .fa-bell-slash-o:before {
  13325. content: "\f1f7";
  13326. }
  13327. .fa-trash:before {
  13328. content: "\f1f8";
  13329. }
  13330. .fa-copyright:before {
  13331. content: "\f1f9";
  13332. }
  13333. .fa-at:before {
  13334. content: "\f1fa";
  13335. }
  13336. .fa-eyedropper:before {
  13337. content: "\f1fb";
  13338. }
  13339. .fa-paint-brush:before {
  13340. content: "\f1fc";
  13341. }
  13342. .fa-birthday-cake:before {
  13343. content: "\f1fd";
  13344. }
  13345. .fa-area-chart:before {
  13346. content: "\f1fe";
  13347. }
  13348. .fa-pie-chart:before {
  13349. content: "\f200";
  13350. }
  13351. .fa-line-chart:before {
  13352. content: "\f201";
  13353. }
  13354. .fa-lastfm:before {
  13355. content: "\f202";
  13356. }
  13357. .fa-lastfm-square:before {
  13358. content: "\f203";
  13359. }
  13360. .fa-toggle-off:before {
  13361. content: "\f204";
  13362. }
  13363. .fa-toggle-on:before {
  13364. content: "\f205";
  13365. }
  13366. .fa-bicycle:before {
  13367. content: "\f206";
  13368. }
  13369. .fa-bus:before {
  13370. content: "\f207";
  13371. }
  13372. .fa-ioxhost:before {
  13373. content: "\f208";
  13374. }
  13375. .fa-angellist:before {
  13376. content: "\f209";
  13377. }
  13378. .fa-cc:before {
  13379. content: "\f20a";
  13380. }
  13381. .fa-shekel:before,
  13382. .fa-sheqel:before,
  13383. .fa-ils:before {
  13384. content: "\f20b";
  13385. }
  13386. .fa-meanpath:before {
  13387. content: "\f20c";
  13388. }
  13389. @media print {
  13390. a:after {
  13391. display: none !important;
  13392. }
  13393. }
  13394.  
  13395. /*== table achievement==================================================
  13396. ====================================================================*/
  13397.  
  13398. table.table1 {
  13399. color: #1f1f99;
  13400. font-family: verdana;
  13401. width: 640px;
  13402. /* Table reset stuff */
  13403. border:1px;
  13404. border-collapse: collapse; border-spacing: 0;
  13405. }
  13406.  
  13407.  
  13408. }
  13409.  
  13410. .table1 td, th { border: 0 none; height: 30px; }
  13411.  
  13412. .table1 th {
  13413. /* Gradient Background */
  13414. background: linear-gradient(#003cb3 0%,#003cb3 0%);
  13415. color: #FFF; font-weight: bold;
  13416. height: 40px;
  13417. }
  13418.  
  13419. .table1 td { background: #FAFAFA; text-align: center; }
  13420. .table1 tr:hover{ background-color:#fefefe;}
  13421.  
  13422. /* Zebra Stripe Rows */
  13423.  
  13424. .table1 tr:nth-child(even) td { background: #EEE; }
  13425. .table1 tr:nth-child(odd) td { background: #FDFDFD; }
Add Comment
Please, Sign In to add comment