Guest User

Untitled

a guest
May 30th, 2017
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 218.51 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. @media print {
  4. *,
  5. *::before,
  6. *::after,
  7. p::first-letter,
  8. div::first-letter,
  9. blockquote::first-letter,
  10. li::first-letter,
  11. p::first-line,
  12. div::first-line,
  13. blockquote::first-line,
  14. li::first-line {
  15. text-shadow: none !important;
  16. box-shadow: none !important; }
  17. a,
  18. a:visited {
  19. text-decoration: underline; }
  20. abbr[title]::after {
  21. content: " (" attr(title) ")"; }
  22. pre {
  23. white-space: pre-wrap !important; }
  24. pre,
  25. blockquote {
  26. border: 1px solid #999;
  27. page-break-inside: avoid; }
  28. thead {
  29. display: table-header-group; }
  30. tr,
  31. img {
  32. page-break-inside: avoid; }
  33. p,
  34. h2,
  35. h3 {
  36. orphans: 3;
  37. widows: 3; }
  38. h2,
  39. h3 {
  40. page-break-after: avoid; }
  41. .navbar {
  42. display: none; }
  43. .badge {
  44. border: 1px solid #000; }
  45. .table {
  46. border-collapse: collapse !important; }
  47. .table td,
  48. .table th {
  49. background-color: #fff !important; }
  50. .table-bordered th,
  51. .table-bordered td {
  52. border: 1px solid #ddd !important; } }
  53.  
  54. html {
  55. box-sizing: border-box;
  56. font-family: sans-serif;
  57. line-height: 1.15;
  58. -webkit-text-size-adjust: 100%;
  59. -ms-text-size-adjust: 100%;
  60. -ms-overflow-style: scrollbar;
  61. -webkit-tap-highlight-color: transparent; }
  62.  
  63. *,
  64. *::before,
  65. *::after {
  66. box-sizing: inherit; }
  67.  
  68. @-ms-viewport {
  69. width: device-width; }
  70.  
  71. body {
  72. margin: 0;
  73. font-family: "DIN Next LT Pro";
  74. font-size: 1rem;
  75. font-weight: normal;
  76. line-height: 1.5;
  77. color: #3f4141;
  78. background-color: #fff; }
  79.  
  80. [tabindex="-1"]:focus {
  81. outline: none !important; }
  82.  
  83. hr {
  84. box-sizing: content-box;
  85. height: 0;
  86. overflow: visible; }
  87.  
  88. h1, h2, h3, h4, h5, h6 {
  89. margin-top: 0;
  90. margin-bottom: .5rem; }
  91.  
  92. p {
  93. margin-top: 0;
  94. margin-bottom: 1rem; }
  95.  
  96. abbr[title],
  97. abbr[data-original-title] {
  98. text-decoration: underline;
  99. text-decoration: underline dotted;
  100. cursor: help;
  101. border-bottom: 0; }
  102.  
  103. address {
  104. margin-bottom: 1rem;
  105. font-style: normal;
  106. line-height: inherit; }
  107.  
  108. ol,
  109. ul,
  110. dl {
  111. margin-top: 0;
  112. margin-bottom: 1rem; }
  113.  
  114. ol ol,
  115. ul ul,
  116. ol ul,
  117. ul ol {
  118. margin-bottom: 0; }
  119.  
  120. dt {
  121. font-weight: bold; }
  122.  
  123. dd {
  124. margin-bottom: .5rem;
  125. margin-left: 0; }
  126.  
  127. blockquote {
  128. margin: 0 0 1rem; }
  129.  
  130. dfn {
  131. font-style: italic; }
  132.  
  133. b,
  134. strong {
  135. font-weight: bolder; }
  136.  
  137. small {
  138. font-size: 80%; }
  139.  
  140. sub,
  141. sup {
  142. position: relative;
  143. font-size: 75%;
  144. line-height: 0;
  145. vertical-align: baseline; }
  146.  
  147. sub {
  148. bottom: -.25em; }
  149.  
  150. sup {
  151. top: -.5em; }
  152.  
  153. a {
  154. color: #1bb25e;
  155. text-decoration: none;
  156. background-color: transparent;
  157. -webkit-text-decoration-skip: objects; }
  158. a:hover {
  159. color: #11703b;
  160. text-decoration: underline; }
  161.  
  162. a:not([href]):not([tabindex]) {
  163. color: inherit;
  164. text-decoration: none; }
  165. a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  166. color: inherit;
  167. text-decoration: none; }
  168. a:not([href]):not([tabindex]):focus {
  169. outline: 0; }
  170.  
  171. pre,
  172. code,
  173. kbd,
  174. samp {
  175. font-family: monospace, monospace;
  176. font-size: 1em; }
  177.  
  178. pre {
  179. margin-top: 0;
  180. margin-bottom: 1rem;
  181. overflow: auto; }
  182.  
  183. figure {
  184. margin: 0 0 1rem; }
  185.  
  186. img {
  187. vertical-align: middle;
  188. border-style: none; }
  189.  
  190. svg:not(:root) {
  191. overflow: hidden; }
  192.  
  193. a,
  194. area,
  195. button,
  196. [role="button"],
  197. input,
  198. label,
  199. select,
  200. summary,
  201. textarea {
  202. -ms-touch-action: manipulation;
  203. touch-action: manipulation; }
  204.  
  205. table {
  206. border-collapse: collapse; }
  207.  
  208. caption {
  209. padding-top: 0.75rem;
  210. padding-bottom: 0.75rem;
  211. color: #636c72;
  212. text-align: left;
  213. caption-side: bottom; }
  214.  
  215. th {
  216. text-align: left; }
  217.  
  218. label {
  219. display: inline-block;
  220. margin-bottom: .5rem; }
  221.  
  222. button:focus {
  223. outline: 1px dotted;
  224. outline: 5px auto -webkit-focus-ring-color; }
  225.  
  226. input,
  227. button,
  228. select,
  229. optgroup,
  230. textarea {
  231. margin: 0;
  232. font-family: inherit;
  233. font-size: inherit;
  234. line-height: inherit; }
  235.  
  236. button,
  237. input {
  238. overflow: visible; }
  239.  
  240. button,
  241. select {
  242. text-transform: none; }
  243.  
  244. button,
  245. html [type="button"],
  246. [type="reset"],
  247. [type="submit"] {
  248. -webkit-appearance: button; }
  249.  
  250. button::-moz-focus-inner,
  251. [type="button"]::-moz-focus-inner,
  252. [type="reset"]::-moz-focus-inner,
  253. [type="submit"]::-moz-focus-inner {
  254. padding: 0;
  255. border-style: none; }
  256.  
  257. input[type="radio"],
  258. input[type="checkbox"] {
  259. box-sizing: border-box;
  260. padding: 0; }
  261.  
  262. input[type="date"],
  263. input[type="time"],
  264. input[type="datetime-local"],
  265. input[type="month"] {
  266. -webkit-appearance: listbox; }
  267.  
  268. textarea {
  269. overflow: auto;
  270. resize: vertical; }
  271.  
  272. fieldset {
  273. min-width: 0;
  274. padding: 0;
  275. margin: 0;
  276. border: 0; }
  277.  
  278. legend {
  279. display: block;
  280. width: 100%;
  281. max-width: 100%;
  282. padding: 0;
  283. margin-bottom: .5rem;
  284. font-size: 1.5rem;
  285. line-height: inherit;
  286. color: inherit;
  287. white-space: normal; }
  288.  
  289. progress {
  290. vertical-align: baseline; }
  291.  
  292. [type="number"]::-webkit-inner-spin-button,
  293. [type="number"]::-webkit-outer-spin-button {
  294. height: auto; }
  295.  
  296. [type="search"] {
  297. outline-offset: -2px;
  298. -webkit-appearance: none; }
  299.  
  300. [type="search"]::-webkit-search-cancel-button,
  301. [type="search"]::-webkit-search-decoration {
  302. -webkit-appearance: none; }
  303.  
  304. ::-webkit-file-upload-button {
  305. font: inherit;
  306. -webkit-appearance: button; }
  307.  
  308. output {
  309. display: inline-block; }
  310.  
  311. summary {
  312. display: list-item; }
  313.  
  314. template {
  315. display: none; }
  316.  
  317. [hidden] {
  318. display: none !important; }
  319.  
  320. h1, h2, h3, h4, h5, h6,
  321. .h1, .h2, .h3, .h4, .h5, .h6 {
  322. margin-bottom: 0.5rem;
  323. font-family: inherit;
  324. font-weight: bold;
  325. line-height: 1.1;
  326. color: inherit; }
  327.  
  328. h1, .h1 {
  329. font-size: 2.5rem; }
  330.  
  331. h2, .h2 {
  332. font-size: 2rem; }
  333.  
  334. h3, .h3 {
  335. font-size: 1.75rem; }
  336.  
  337. h4, .h4 {
  338. font-size: 1.5rem; }
  339.  
  340. h5, .h5 {
  341. font-size: 1.25rem; }
  342.  
  343. h6, .h6 {
  344. font-size: 1rem; }
  345.  
  346. .lead {
  347. font-size: 1.25rem;
  348. font-weight: 300; }
  349.  
  350. .display-1 {
  351. font-size: 6rem;
  352. font-weight: 300;
  353. line-height: 1.1; }
  354.  
  355. .display-2 {
  356. font-size: 5.5rem;
  357. font-weight: 300;
  358. line-height: 1.1; }
  359.  
  360. .display-3 {
  361. font-size: 4.5rem;
  362. font-weight: 300;
  363. line-height: 1.1; }
  364.  
  365. .display-4 {
  366. font-size: 3.5rem;
  367. font-weight: 300;
  368. line-height: 1.1; }
  369.  
  370. hr {
  371. margin-top: 1rem;
  372. margin-bottom: 1rem;
  373. border: 0;
  374. border-top: 1px solid rgba(0, 0, 0, 0.1); }
  375.  
  376. small,
  377. .small {
  378. font-size: 80%;
  379. font-weight: normal; }
  380.  
  381. mark,
  382. .mark {
  383. padding: 0.2em;
  384. background-color: #fcf8e3; }
  385.  
  386. .list-unstyled {
  387. padding-left: 0;
  388. list-style: none; }
  389.  
  390. .list-inline {
  391. padding-left: 0;
  392. list-style: none; }
  393.  
  394. .list-inline-item {
  395. display: inline-block; }
  396. .list-inline-item:not(:last-child) {
  397. margin-right: 5px; }
  398.  
  399. .initialism {
  400. font-size: 90%;
  401. text-transform: uppercase; }
  402.  
  403. .blockquote {
  404. padding: 0.5rem 1rem;
  405. margin-bottom: 1rem;
  406. font-size: 1.25rem;
  407. border-left: 0.25rem solid #eceeef; }
  408.  
  409. .blockquote-footer {
  410. display: block;
  411. font-size: 80%;
  412. color: #636c72; }
  413. .blockquote-footer::before {
  414. content: "\2014 \00A0"; }
  415.  
  416. .blockquote-reverse {
  417. padding-right: 1rem;
  418. padding-left: 0;
  419. text-align: right;
  420. border-right: 0.25rem solid #eceeef;
  421. border-left: 0; }
  422.  
  423. .blockquote-reverse .blockquote-footer::before {
  424. content: ""; }
  425.  
  426. .blockquote-reverse .blockquote-footer::after {
  427. content: "\00A0 \2014"; }
  428.  
  429. .img-fluid {
  430. max-width: 100%;
  431. height: auto; }
  432.  
  433. .img-thumbnail {
  434. padding: 0.25rem;
  435. background-color: #fff;
  436. border: 1px solid #ddd;
  437. transition: all 0.2s ease-in-out;
  438. max-width: 100%;
  439. height: auto; }
  440.  
  441. .figure {
  442. display: inline-block; }
  443.  
  444. .figure-img {
  445. margin-bottom: 0.5rem;
  446. line-height: 1; }
  447.  
  448. .figure-caption {
  449. font-size: 90%;
  450. color: #636c72; }
  451.  
  452. code,
  453. kbd,
  454. pre,
  455. samp {
  456. font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  457.  
  458. code {
  459. padding: 0.2rem 0.4rem;
  460. font-size: 90%;
  461. color: #bd4147;
  462. background-color: #f7f7f9; }
  463. a > code {
  464. padding: 0;
  465. color: inherit;
  466. background-color: inherit; }
  467.  
  468. kbd {
  469. padding: 0.2rem 0.4rem;
  470. font-size: 90%;
  471. color: #fff;
  472. background-color: #292b2c; }
  473. kbd kbd {
  474. padding: 0;
  475. font-size: 100%;
  476. font-weight: bold; }
  477.  
  478. pre {
  479. display: block;
  480. margin-top: 0;
  481. margin-bottom: 1rem;
  482. font-size: 90%;
  483. color: #292b2c; }
  484. pre code {
  485. padding: 0;
  486. font-size: inherit;
  487. color: inherit;
  488. background-color: transparent;
  489. border-radius: 0; }
  490.  
  491. .pre-scrollable {
  492. max-height: 340px;
  493. overflow-y: scroll; }
  494.  
  495. .container {
  496. margin-right: auto;
  497. margin-left: auto;
  498. padding-right: 15px;
  499. padding-left: 15px; }
  500. @media (min-width: 576px) {
  501. .container {
  502. padding-right: 15px;
  503. padding-left: 15px; } }
  504. @media (min-width: 768px) {
  505. .container {
  506. padding-right: 15px;
  507. padding-left: 15px; } }
  508. @media (min-width: 992px) {
  509. .container {
  510. padding-right: 15px;
  511. padding-left: 15px; } }
  512. @media (min-width: 1200px) {
  513. .container {
  514. padding-right: 15px;
  515. padding-left: 15px; } }
  516. @media (min-width: 576px) {
  517. .container {
  518. width: 540px;
  519. max-width: 100%; } }
  520. @media (min-width: 768px) {
  521. .container {
  522. width: 720px;
  523. max-width: 100%; } }
  524. @media (min-width: 992px) {
  525. .container {
  526. width: 960px;
  527. max-width: 100%; } }
  528. @media (min-width: 1200px) {
  529. .container {
  530. width: 1140px;
  531. max-width: 100%; } }
  532.  
  533. .container-fluid {
  534. width: 100%;
  535. margin-right: auto;
  536. margin-left: auto;
  537. padding-right: 15px;
  538. padding-left: 15px; }
  539. @media (min-width: 576px) {
  540. .container-fluid {
  541. padding-right: 15px;
  542. padding-left: 15px; } }
  543. @media (min-width: 768px) {
  544. .container-fluid {
  545. padding-right: 15px;
  546. padding-left: 15px; } }
  547. @media (min-width: 992px) {
  548. .container-fluid {
  549. padding-right: 15px;
  550. padding-left: 15px; } }
  551. @media (min-width: 1200px) {
  552. .container-fluid {
  553. padding-right: 15px;
  554. padding-left: 15px; } }
  555.  
  556. .row {
  557. display: -ms-flexbox;
  558. display: flex;
  559. -ms-flex-wrap: wrap;
  560. flex-wrap: wrap;
  561. margin-right: -15px;
  562. margin-left: -15px; }
  563. @media (min-width: 576px) {
  564. .row {
  565. margin-right: -15px;
  566. margin-left: -15px; } }
  567. @media (min-width: 768px) {
  568. .row {
  569. margin-right: -15px;
  570. margin-left: -15px; } }
  571. @media (min-width: 992px) {
  572. .row {
  573. margin-right: -15px;
  574. margin-left: -15px; } }
  575. @media (min-width: 1200px) {
  576. .row {
  577. margin-right: -15px;
  578. margin-left: -15px; } }
  579.  
  580. .no-gutters {
  581. margin-right: 0;
  582. margin-left: 0; }
  583. .no-gutters > .col,
  584. .no-gutters > [class*="col-"] {
  585. padding-right: 0;
  586. padding-left: 0; }
  587.  
  588. .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  589. .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  590. .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  591. .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  592. .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  593. .col-xl-auto {
  594. position: relative;
  595. width: 100%;
  596. min-height: 1px;
  597. padding-right: 15px;
  598. padding-left: 15px; }
  599. @media (min-width: 576px) {
  600. .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  601. .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  602. .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  603. .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  604. .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  605. .col-xl-auto {
  606. padding-right: 15px;
  607. padding-left: 15px; } }
  608. @media (min-width: 768px) {
  609. .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  610. .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  611. .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  612. .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  613. .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  614. .col-xl-auto {
  615. padding-right: 15px;
  616. padding-left: 15px; } }
  617. @media (min-width: 992px) {
  618. .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  619. .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  620. .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  621. .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  622. .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  623. .col-xl-auto {
  624. padding-right: 15px;
  625. padding-left: 15px; } }
  626. @media (min-width: 1200px) {
  627. .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  628. .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  629. .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  630. .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  631. .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  632. .col-xl-auto {
  633. padding-right: 15px;
  634. padding-left: 15px; } }
  635.  
  636. .col {
  637. -ms-flex-preferred-size: 0;
  638. flex-basis: 0;
  639. -ms-flex-positive: 1;
  640. flex-grow: 1;
  641. max-width: 100%; }
  642.  
  643. .col-auto {
  644. -ms-flex: 0 0 auto;
  645. flex: 0 0 auto;
  646. width: auto; }
  647.  
  648. .col-1 {
  649. width: 8.3333333333%; }
  650.  
  651. .col-2 {
  652. width: 16.6666666667%; }
  653.  
  654. .col-3 {
  655. width: 25%; }
  656.  
  657. .col-4 {
  658. width: 33.3333333333%; }
  659.  
  660. .col-5 {
  661. width: 41.6666666667%; }
  662.  
  663. .col-6 {
  664. width: 50%; }
  665.  
  666. .col-7 {
  667. width: 58.3333333333%; }
  668.  
  669. .col-8 {
  670. width: 66.6666666667%; }
  671.  
  672. .col-9 {
  673. width: 75%; }
  674.  
  675. .col-10 {
  676. width: 83.3333333333%; }
  677.  
  678. .col-11 {
  679. width: 91.6666666667%; }
  680.  
  681. .col-12 {
  682. width: 100%; }
  683.  
  684. .pull-0 {
  685. right: auto; }
  686.  
  687. .pull-1 {
  688. right: 8.3333333333%; }
  689.  
  690. .pull-2 {
  691. right: 16.6666666667%; }
  692.  
  693. .pull-3 {
  694. right: 25%; }
  695.  
  696. .pull-4 {
  697. right: 33.3333333333%; }
  698.  
  699. .pull-5 {
  700. right: 41.6666666667%; }
  701.  
  702. .pull-6 {
  703. right: 50%; }
  704.  
  705. .pull-7 {
  706. right: 58.3333333333%; }
  707.  
  708. .pull-8 {
  709. right: 66.6666666667%; }
  710.  
  711. .pull-9 {
  712. right: 75%; }
  713.  
  714. .pull-10 {
  715. right: 83.3333333333%; }
  716.  
  717. .pull-11 {
  718. right: 91.6666666667%; }
  719.  
  720. .pull-12 {
  721. right: 100%; }
  722.  
  723. .push-0 {
  724. left: auto; }
  725.  
  726. .push-1 {
  727. left: 8.3333333333%; }
  728.  
  729. .push-2 {
  730. left: 16.6666666667%; }
  731.  
  732. .push-3 {
  733. left: 25%; }
  734.  
  735. .push-4 {
  736. left: 33.3333333333%; }
  737.  
  738. .push-5 {
  739. left: 41.6666666667%; }
  740.  
  741. .push-6 {
  742. left: 50%; }
  743.  
  744. .push-7 {
  745. left: 58.3333333333%; }
  746.  
  747. .push-8 {
  748. left: 66.6666666667%; }
  749.  
  750. .push-9 {
  751. left: 75%; }
  752.  
  753. .push-10 {
  754. left: 83.3333333333%; }
  755.  
  756. .push-11 {
  757. left: 91.6666666667%; }
  758.  
  759. .push-12 {
  760. left: 100%; }
  761.  
  762. .offset-1 {
  763. margin-left: 8.3333333333%; }
  764.  
  765. .offset-2 {
  766. margin-left: 16.6666666667%; }
  767.  
  768. .offset-3 {
  769. margin-left: 25%; }
  770.  
  771. .offset-4 {
  772. margin-left: 33.3333333333%; }
  773.  
  774. .offset-5 {
  775. margin-left: 41.6666666667%; }
  776.  
  777. .offset-6 {
  778. margin-left: 50%; }
  779.  
  780. .offset-7 {
  781. margin-left: 58.3333333333%; }
  782.  
  783. .offset-8 {
  784. margin-left: 66.6666666667%; }
  785.  
  786. .offset-9 {
  787. margin-left: 75%; }
  788.  
  789. .offset-10 {
  790. margin-left: 83.3333333333%; }
  791.  
  792. .offset-11 {
  793. margin-left: 91.6666666667%; }
  794.  
  795. @media (min-width: 576px) {
  796. .col-sm {
  797. -ms-flex-preferred-size: 0;
  798. flex-basis: 0;
  799. -ms-flex-positive: 1;
  800. flex-grow: 1;
  801. max-width: 100%; }
  802. .col-sm-auto {
  803. -ms-flex: 0 0 auto;
  804. flex: 0 0 auto;
  805. width: auto; }
  806. .col-sm-1 {
  807. width: 8.3333333333%; }
  808. .col-sm-2 {
  809. width: 16.6666666667%; }
  810. .col-sm-3 {
  811. width: 25%; }
  812. .col-sm-4 {
  813. width: 33.3333333333%; }
  814. .col-sm-5 {
  815. width: 41.6666666667%; }
  816. .col-sm-6 {
  817. width: 50%; }
  818. .col-sm-7 {
  819. width: 58.3333333333%; }
  820. .col-sm-8 {
  821. width: 66.6666666667%; }
  822. .col-sm-9 {
  823. width: 75%; }
  824. .col-sm-10 {
  825. width: 83.3333333333%; }
  826. .col-sm-11 {
  827. width: 91.6666666667%; }
  828. .col-sm-12 {
  829. width: 100%; }
  830. .pull-sm-0 {
  831. right: auto; }
  832. .pull-sm-1 {
  833. right: 8.3333333333%; }
  834. .pull-sm-2 {
  835. right: 16.6666666667%; }
  836. .pull-sm-3 {
  837. right: 25%; }
  838. .pull-sm-4 {
  839. right: 33.3333333333%; }
  840. .pull-sm-5 {
  841. right: 41.6666666667%; }
  842. .pull-sm-6 {
  843. right: 50%; }
  844. .pull-sm-7 {
  845. right: 58.3333333333%; }
  846. .pull-sm-8 {
  847. right: 66.6666666667%; }
  848. .pull-sm-9 {
  849. right: 75%; }
  850. .pull-sm-10 {
  851. right: 83.3333333333%; }
  852. .pull-sm-11 {
  853. right: 91.6666666667%; }
  854. .pull-sm-12 {
  855. right: 100%; }
  856. .push-sm-0 {
  857. left: auto; }
  858. .push-sm-1 {
  859. left: 8.3333333333%; }
  860. .push-sm-2 {
  861. left: 16.6666666667%; }
  862. .push-sm-3 {
  863. left: 25%; }
  864. .push-sm-4 {
  865. left: 33.3333333333%; }
  866. .push-sm-5 {
  867. left: 41.6666666667%; }
  868. .push-sm-6 {
  869. left: 50%; }
  870. .push-sm-7 {
  871. left: 58.3333333333%; }
  872. .push-sm-8 {
  873. left: 66.6666666667%; }
  874. .push-sm-9 {
  875. left: 75%; }
  876. .push-sm-10 {
  877. left: 83.3333333333%; }
  878. .push-sm-11 {
  879. left: 91.6666666667%; }
  880. .push-sm-12 {
  881. left: 100%; }
  882. .offset-sm-0 {
  883. margin-left: 0%; }
  884. .offset-sm-1 {
  885. margin-left: 8.3333333333%; }
  886. .offset-sm-2 {
  887. margin-left: 16.6666666667%; }
  888. .offset-sm-3 {
  889. margin-left: 25%; }
  890. .offset-sm-4 {
  891. margin-left: 33.3333333333%; }
  892. .offset-sm-5 {
  893. margin-left: 41.6666666667%; }
  894. .offset-sm-6 {
  895. margin-left: 50%; }
  896. .offset-sm-7 {
  897. margin-left: 58.3333333333%; }
  898. .offset-sm-8 {
  899. margin-left: 66.6666666667%; }
  900. .offset-sm-9 {
  901. margin-left: 75%; }
  902. .offset-sm-10 {
  903. margin-left: 83.3333333333%; }
  904. .offset-sm-11 {
  905. margin-left: 91.6666666667%; } }
  906.  
  907. @media (min-width: 768px) {
  908. .col-md {
  909. -ms-flex-preferred-size: 0;
  910. flex-basis: 0;
  911. -ms-flex-positive: 1;
  912. flex-grow: 1;
  913. max-width: 100%; }
  914. .col-md-auto {
  915. -ms-flex: 0 0 auto;
  916. flex: 0 0 auto;
  917. width: auto; }
  918. .col-md-1 {
  919. width: 8.3333333333%; }
  920. .col-md-2 {
  921. width: 16.6666666667%; }
  922. .col-md-3 {
  923. width: 25%; }
  924. .col-md-4 {
  925. width: 33.3333333333%; }
  926. .col-md-5 {
  927. width: 41.6666666667%; }
  928. .col-md-6 {
  929. width: 50%; }
  930. .col-md-7 {
  931. width: 58.3333333333%; }
  932. .col-md-8 {
  933. width: 66.6666666667%; }
  934. .col-md-9 {
  935. width: 75%; }
  936. .col-md-10 {
  937. width: 83.3333333333%; }
  938. .col-md-11 {
  939. width: 91.6666666667%; }
  940. .col-md-12 {
  941. width: 100%; }
  942. .pull-md-0 {
  943. right: auto; }
  944. .pull-md-1 {
  945. right: 8.3333333333%; }
  946. .pull-md-2 {
  947. right: 16.6666666667%; }
  948. .pull-md-3 {
  949. right: 25%; }
  950. .pull-md-4 {
  951. right: 33.3333333333%; }
  952. .pull-md-5 {
  953. right: 41.6666666667%; }
  954. .pull-md-6 {
  955. right: 50%; }
  956. .pull-md-7 {
  957. right: 58.3333333333%; }
  958. .pull-md-8 {
  959. right: 66.6666666667%; }
  960. .pull-md-9 {
  961. right: 75%; }
  962. .pull-md-10 {
  963. right: 83.3333333333%; }
  964. .pull-md-11 {
  965. right: 91.6666666667%; }
  966. .pull-md-12 {
  967. right: 100%; }
  968. .push-md-0 {
  969. left: auto; }
  970. .push-md-1 {
  971. left: 8.3333333333%; }
  972. .push-md-2 {
  973. left: 16.6666666667%; }
  974. .push-md-3 {
  975. left: 25%; }
  976. .push-md-4 {
  977. left: 33.3333333333%; }
  978. .push-md-5 {
  979. left: 41.6666666667%; }
  980. .push-md-6 {
  981. left: 50%; }
  982. .push-md-7 {
  983. left: 58.3333333333%; }
  984. .push-md-8 {
  985. left: 66.6666666667%; }
  986. .push-md-9 {
  987. left: 75%; }
  988. .push-md-10 {
  989. left: 83.3333333333%; }
  990. .push-md-11 {
  991. left: 91.6666666667%; }
  992. .push-md-12 {
  993. left: 100%; }
  994. .offset-md-0 {
  995. margin-left: 0%; }
  996. .offset-md-1 {
  997. margin-left: 8.3333333333%; }
  998. .offset-md-2 {
  999. margin-left: 16.6666666667%; }
  1000. .offset-md-3 {
  1001. margin-left: 25%; }
  1002. .offset-md-4 {
  1003. margin-left: 33.3333333333%; }
  1004. .offset-md-5 {
  1005. margin-left: 41.6666666667%; }
  1006. .offset-md-6 {
  1007. margin-left: 50%; }
  1008. .offset-md-7 {
  1009. margin-left: 58.3333333333%; }
  1010. .offset-md-8 {
  1011. margin-left: 66.6666666667%; }
  1012. .offset-md-9 {
  1013. margin-left: 75%; }
  1014. .offset-md-10 {
  1015. margin-left: 83.3333333333%; }
  1016. .offset-md-11 {
  1017. margin-left: 91.6666666667%; } }
  1018.  
  1019. @media (min-width: 992px) {
  1020. .col-lg {
  1021. -ms-flex-preferred-size: 0;
  1022. flex-basis: 0;
  1023. -ms-flex-positive: 1;
  1024. flex-grow: 1;
  1025. max-width: 100%; }
  1026. .col-lg-auto {
  1027. -ms-flex: 0 0 auto;
  1028. flex: 0 0 auto;
  1029. width: auto; }
  1030. .col-lg-1 {
  1031. width: 8.3333333333%; }
  1032. .col-lg-2 {
  1033. width: 16.6666666667%; }
  1034. .col-lg-3 {
  1035. width: 25%; }
  1036. .col-lg-4 {
  1037. width: 33.3333333333%; }
  1038. .col-lg-5 {
  1039. width: 41.6666666667%; }
  1040. .col-lg-6 {
  1041. width: 50%; }
  1042. .col-lg-7 {
  1043. width: 58.3333333333%; }
  1044. .col-lg-8 {
  1045. width: 66.6666666667%; }
  1046. .col-lg-9 {
  1047. width: 75%; }
  1048. .col-lg-10 {
  1049. width: 83.3333333333%; }
  1050. .col-lg-11 {
  1051. width: 91.6666666667%; }
  1052. .col-lg-12 {
  1053. width: 100%; }
  1054. .pull-lg-0 {
  1055. right: auto; }
  1056. .pull-lg-1 {
  1057. right: 8.3333333333%; }
  1058. .pull-lg-2 {
  1059. right: 16.6666666667%; }
  1060. .pull-lg-3 {
  1061. right: 25%; }
  1062. .pull-lg-4 {
  1063. right: 33.3333333333%; }
  1064. .pull-lg-5 {
  1065. right: 41.6666666667%; }
  1066. .pull-lg-6 {
  1067. right: 50%; }
  1068. .pull-lg-7 {
  1069. right: 58.3333333333%; }
  1070. .pull-lg-8 {
  1071. right: 66.6666666667%; }
  1072. .pull-lg-9 {
  1073. right: 75%; }
  1074. .pull-lg-10 {
  1075. right: 83.3333333333%; }
  1076. .pull-lg-11 {
  1077. right: 91.6666666667%; }
  1078. .pull-lg-12 {
  1079. right: 100%; }
  1080. .push-lg-0 {
  1081. left: auto; }
  1082. .push-lg-1 {
  1083. left: 8.3333333333%; }
  1084. .push-lg-2 {
  1085. left: 16.6666666667%; }
  1086. .push-lg-3 {
  1087. left: 25%; }
  1088. .push-lg-4 {
  1089. left: 33.3333333333%; }
  1090. .push-lg-5 {
  1091. left: 41.6666666667%; }
  1092. .push-lg-6 {
  1093. left: 50%; }
  1094. .push-lg-7 {
  1095. left: 58.3333333333%; }
  1096. .push-lg-8 {
  1097. left: 66.6666666667%; }
  1098. .push-lg-9 {
  1099. left: 75%; }
  1100. .push-lg-10 {
  1101. left: 83.3333333333%; }
  1102. .push-lg-11 {
  1103. left: 91.6666666667%; }
  1104. .push-lg-12 {
  1105. left: 100%; }
  1106. .offset-lg-0 {
  1107. margin-left: 0%; }
  1108. .offset-lg-1 {
  1109. margin-left: 8.3333333333%; }
  1110. .offset-lg-2 {
  1111. margin-left: 16.6666666667%; }
  1112. .offset-lg-3 {
  1113. margin-left: 25%; }
  1114. .offset-lg-4 {
  1115. margin-left: 33.3333333333%; }
  1116. .offset-lg-5 {
  1117. margin-left: 41.6666666667%; }
  1118. .offset-lg-6 {
  1119. margin-left: 50%; }
  1120. .offset-lg-7 {
  1121. margin-left: 58.3333333333%; }
  1122. .offset-lg-8 {
  1123. margin-left: 66.6666666667%; }
  1124. .offset-lg-9 {
  1125. margin-left: 75%; }
  1126. .offset-lg-10 {
  1127. margin-left: 83.3333333333%; }
  1128. .offset-lg-11 {
  1129. margin-left: 91.6666666667%; } }
  1130.  
  1131. @media (min-width: 1200px) {
  1132. .col-xl {
  1133. -ms-flex-preferred-size: 0;
  1134. flex-basis: 0;
  1135. -ms-flex-positive: 1;
  1136. flex-grow: 1;
  1137. max-width: 100%; }
  1138. .col-xl-auto {
  1139. -ms-flex: 0 0 auto;
  1140. flex: 0 0 auto;
  1141. width: auto; }
  1142. .col-xl-1 {
  1143. width: 8.3333333333%; }
  1144. .col-xl-2 {
  1145. width: 16.6666666667%; }
  1146. .col-xl-3 {
  1147. width: 25%; }
  1148. .col-xl-4 {
  1149. width: 33.3333333333%; }
  1150. .col-xl-5 {
  1151. width: 41.6666666667%; }
  1152. .col-xl-6 {
  1153. width: 50%; }
  1154. .col-xl-7 {
  1155. width: 58.3333333333%; }
  1156. .col-xl-8 {
  1157. width: 66.6666666667%; }
  1158. .col-xl-9 {
  1159. width: 75%; }
  1160. .col-xl-10 {
  1161. width: 83.3333333333%; }
  1162. .col-xl-11 {
  1163. width: 91.6666666667%; }
  1164. .col-xl-12 {
  1165. width: 100%; }
  1166. .pull-xl-0 {
  1167. right: auto; }
  1168. .pull-xl-1 {
  1169. right: 8.3333333333%; }
  1170. .pull-xl-2 {
  1171. right: 16.6666666667%; }
  1172. .pull-xl-3 {
  1173. right: 25%; }
  1174. .pull-xl-4 {
  1175. right: 33.3333333333%; }
  1176. .pull-xl-5 {
  1177. right: 41.6666666667%; }
  1178. .pull-xl-6 {
  1179. right: 50%; }
  1180. .pull-xl-7 {
  1181. right: 58.3333333333%; }
  1182. .pull-xl-8 {
  1183. right: 66.6666666667%; }
  1184. .pull-xl-9 {
  1185. right: 75%; }
  1186. .pull-xl-10 {
  1187. right: 83.3333333333%; }
  1188. .pull-xl-11 {
  1189. right: 91.6666666667%; }
  1190. .pull-xl-12 {
  1191. right: 100%; }
  1192. .push-xl-0 {
  1193. left: auto; }
  1194. .push-xl-1 {
  1195. left: 8.3333333333%; }
  1196. .push-xl-2 {
  1197. left: 16.6666666667%; }
  1198. .push-xl-3 {
  1199. left: 25%; }
  1200. .push-xl-4 {
  1201. left: 33.3333333333%; }
  1202. .push-xl-5 {
  1203. left: 41.6666666667%; }
  1204. .push-xl-6 {
  1205. left: 50%; }
  1206. .push-xl-7 {
  1207. left: 58.3333333333%; }
  1208. .push-xl-8 {
  1209. left: 66.6666666667%; }
  1210. .push-xl-9 {
  1211. left: 75%; }
  1212. .push-xl-10 {
  1213. left: 83.3333333333%; }
  1214. .push-xl-11 {
  1215. left: 91.6666666667%; }
  1216. .push-xl-12 {
  1217. left: 100%; }
  1218. .offset-xl-0 {
  1219. margin-left: 0%; }
  1220. .offset-xl-1 {
  1221. margin-left: 8.3333333333%; }
  1222. .offset-xl-2 {
  1223. margin-left: 16.6666666667%; }
  1224. .offset-xl-3 {
  1225. margin-left: 25%; }
  1226. .offset-xl-4 {
  1227. margin-left: 33.3333333333%; }
  1228. .offset-xl-5 {
  1229. margin-left: 41.6666666667%; }
  1230. .offset-xl-6 {
  1231. margin-left: 50%; }
  1232. .offset-xl-7 {
  1233. margin-left: 58.3333333333%; }
  1234. .offset-xl-8 {
  1235. margin-left: 66.6666666667%; }
  1236. .offset-xl-9 {
  1237. margin-left: 75%; }
  1238. .offset-xl-10 {
  1239. margin-left: 83.3333333333%; }
  1240. .offset-xl-11 {
  1241. margin-left: 91.6666666667%; } }
  1242.  
  1243. .table {
  1244. width: 100%;
  1245. max-width: 100%;
  1246. margin-bottom: 1rem;
  1247. background-color: transparent; }
  1248. .table th,
  1249. .table td {
  1250. padding: 0.75rem;
  1251. vertical-align: top;
  1252. border-top: 1px solid #eceeef; }
  1253. .table thead th {
  1254. vertical-align: bottom;
  1255. border-bottom: 2px solid #eceeef; }
  1256. .table tbody + tbody {
  1257. border-top: 2px solid #eceeef; }
  1258. .table .table {
  1259. background-color: #fff; }
  1260.  
  1261. .table-sm th,
  1262. .table-sm td {
  1263. padding: 0.3rem; }
  1264.  
  1265. .table-bordered {
  1266. border: 1px solid #eceeef; }
  1267. .table-bordered th,
  1268. .table-bordered td {
  1269. border: 1px solid #eceeef; }
  1270. .table-bordered thead th,
  1271. .table-bordered thead td {
  1272. border-bottom-width: 2px; }
  1273.  
  1274. .table-striped tbody tr:nth-of-type(odd) {
  1275. background-color: rgba(0, 0, 0, 0.05); }
  1276.  
  1277. .table-hover tbody tr:hover {
  1278. background-color: rgba(0, 0, 0, 0.075); }
  1279.  
  1280. .table-active,
  1281. .table-active > th,
  1282. .table-active > td {
  1283. background-color: rgba(0, 0, 0, 0.075); }
  1284.  
  1285. .table-hover .table-active:hover {
  1286. background-color: rgba(0, 0, 0, 0.075); }
  1287. .table-hover .table-active:hover > td,
  1288. .table-hover .table-active:hover > th {
  1289. background-color: rgba(0, 0, 0, 0.075); }
  1290.  
  1291. .table-success,
  1292. .table-success > th,
  1293. .table-success > td {
  1294. background-color: #dff0d8; }
  1295.  
  1296. .table-hover .table-success:hover {
  1297. background-color: #d0e9c6; }
  1298. .table-hover .table-success:hover > td,
  1299. .table-hover .table-success:hover > th {
  1300. background-color: #d0e9c6; }
  1301.  
  1302. .table-info,
  1303. .table-info > th,
  1304. .table-info > td {
  1305. background-color: #d9edf7; }
  1306.  
  1307. .table-hover .table-info:hover {
  1308. background-color: #c4e3f3; }
  1309. .table-hover .table-info:hover > td,
  1310. .table-hover .table-info:hover > th {
  1311. background-color: #c4e3f3; }
  1312.  
  1313. .table-warning,
  1314. .table-warning > th,
  1315. .table-warning > td {
  1316. background-color: #fcf8e3; }
  1317.  
  1318. .table-hover .table-warning:hover {
  1319. background-color: #faf2cc; }
  1320. .table-hover .table-warning:hover > td,
  1321. .table-hover .table-warning:hover > th {
  1322. background-color: #faf2cc; }
  1323.  
  1324. .table-danger,
  1325. .table-danger > th,
  1326. .table-danger > td {
  1327. background-color: #f2dede; }
  1328.  
  1329. .table-hover .table-danger:hover {
  1330. background-color: #ebcccc; }
  1331. .table-hover .table-danger:hover > td,
  1332. .table-hover .table-danger:hover > th {
  1333. background-color: #ebcccc; }
  1334.  
  1335. .thead-inverse th {
  1336. color: #fff;
  1337. background-color: #292b2c; }
  1338.  
  1339. .thead-default th {
  1340. color: #464a4c;
  1341. background-color: #eceeef; }
  1342.  
  1343. .table-inverse {
  1344. color: #fff;
  1345. background-color: #292b2c; }
  1346. .table-inverse th,
  1347. .table-inverse td,
  1348. .table-inverse thead th {
  1349. border-color: #3b3e40; }
  1350. .table-inverse.table-bordered {
  1351. border: 0; }
  1352. .table-inverse.table-striped tbody tr:nth-of-type(odd) {
  1353. background-color: rgba(255, 255, 255, 0.05); }
  1354. .table-inverse.table-hover tbody tr:hover {
  1355. background-color: rgba(255, 255, 255, 0.075); }
  1356.  
  1357. @media (max-width: 991px) {
  1358. .table-responsive {
  1359. display: block;
  1360. width: 100%;
  1361. overflow-x: auto;
  1362. -ms-overflow-style: -ms-autohiding-scrollbar; }
  1363. .table-responsive.table-bordered {
  1364. border: 0; } }
  1365.  
  1366. .form-control {
  1367. display: block;
  1368. width: 100%;
  1369. padding: 0.5rem 1rem;
  1370. font-size: 1rem;
  1371. line-height: 1.25;
  1372. color: #464a4c;
  1373. background-color: #fff;
  1374. background-image: none;
  1375. background-clip: padding-box;
  1376. border: 1px solid rgba(0, 0, 0, 0.15);
  1377. border-radius: 0;
  1378. transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  1379. .form-control::-ms-expand {
  1380. background-color: transparent;
  1381. border: 0; }
  1382. .form-control:focus {
  1383. color: #464a4c;
  1384. background-color: #fff;
  1385. border-color: #65e89f;
  1386. outline: none; }
  1387. .form-control::-webkit-input-placeholder {
  1388. color: #636c72;
  1389. opacity: 1; }
  1390. .form-control:-ms-input-placeholder {
  1391. color: #636c72;
  1392. opacity: 1; }
  1393. .form-control::placeholder {
  1394. color: #636c72;
  1395. opacity: 1; }
  1396. .form-control:disabled, .form-control[readonly] {
  1397. background-color: #eceeef;
  1398. opacity: 1; }
  1399.  
  1400. select.form-control:not([size]):not([multiple]) {
  1401. height: calc(2.25rem + 2px); }
  1402.  
  1403. select.form-control:focus::-ms-value {
  1404. color: #464a4c;
  1405. background-color: #fff; }
  1406.  
  1407. .form-control-file,
  1408. .form-control-range {
  1409. display: block; }
  1410.  
  1411. .col-form-label {
  1412. padding-top: calc(0.5rem - 1px * 2);
  1413. padding-bottom: calc(0.5rem - 1px * 2);
  1414. margin-bottom: 0; }
  1415.  
  1416. .col-form-label-lg {
  1417. padding-top: calc(0.5rem - 1px * 2);
  1418. padding-bottom: calc(0.5rem - 1px * 2);
  1419. font-size: 1.25rem; }
  1420.  
  1421. .col-form-label-sm {
  1422. padding-top: calc(0.25rem - 1px * 2);
  1423. padding-bottom: calc(0.25rem - 1px * 2);
  1424. font-size: 0.875rem; }
  1425.  
  1426. .col-form-legend {
  1427. padding-top: 0.5rem;
  1428. padding-bottom: 0.5rem;
  1429. margin-bottom: 0;
  1430. font-size: 1rem; }
  1431.  
  1432. .form-control-static {
  1433. padding-top: 0.5rem;
  1434. padding-bottom: 0.5rem;
  1435. margin-bottom: 0;
  1436. line-height: 1.25;
  1437. border: solid transparent;
  1438. border-width: 1px 0; }
  1439. .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  1440. .input-group-sm > .form-control-static.input-group-addon,
  1441. .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  1442. .input-group-lg > .form-control-static.input-group-addon,
  1443. .input-group-lg > .input-group-btn > .form-control-static.btn {
  1444. padding-right: 0;
  1445. padding-left: 0; }
  1446.  
  1447. .form-control-sm, .input-group-sm > .form-control,
  1448. .input-group-sm > .input-group-addon,
  1449. .input-group-sm > .input-group-btn > .btn {
  1450. padding: 0.25rem 0.5rem;
  1451. font-size: 0.875rem;
  1452. line-height: 1.5; }
  1453.  
  1454. select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
  1455. .input-group-sm > select.input-group-addon:not([size]):not([multiple]),
  1456. .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  1457. height: calc(1.8125rem + 2px); }
  1458.  
  1459. .form-control-lg, .input-group-lg > .form-control,
  1460. .input-group-lg > .input-group-addon,
  1461. .input-group-lg > .input-group-btn > .btn {
  1462. padding: 0.5rem 1rem;
  1463. font-size: 1.25rem;
  1464. line-height: 1.5; }
  1465.  
  1466. select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
  1467. .input-group-lg > select.input-group-addon:not([size]):not([multiple]),
  1468. .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  1469. height: calc(2.875rem + 2px); }
  1470.  
  1471. .form-group {
  1472. margin-bottom: 1rem; }
  1473.  
  1474. .form-text {
  1475. display: block;
  1476. margin-top: 0.25rem; }
  1477.  
  1478. .form-check {
  1479. position: relative;
  1480. display: block;
  1481. margin-bottom: 0.5rem; }
  1482. .form-check.disabled .form-check-label {
  1483. color: #636c72; }
  1484.  
  1485. .form-check-label {
  1486. padding-left: 1.25rem;
  1487. margin-bottom: 0; }
  1488.  
  1489. .form-check-input {
  1490. position: absolute;
  1491. margin-top: 0.25rem;
  1492. margin-left: -1.25rem; }
  1493. .form-check-input:only-child {
  1494. position: static; }
  1495.  
  1496. .form-check-inline {
  1497. display: inline-block; }
  1498. .form-check-inline .form-check-label {
  1499. vertical-align: middle; }
  1500. .form-check-inline + .form-check-inline {
  1501. margin-left: 0.75rem; }
  1502.  
  1503. .form-control-feedback {
  1504. margin-top: 0.25rem; }
  1505.  
  1506. .form-control-success,
  1507. .form-control-warning,
  1508. .form-control-danger {
  1509. padding-right: 3rem;
  1510. background-repeat: no-repeat;
  1511. background-position: center right 0.5625rem;
  1512. background-size: 1.125rem 1.125rem; }
  1513.  
  1514. .has-success .form-control-feedback,
  1515. .has-success .form-control-label,
  1516. .has-success .col-form-label,
  1517. .has-success .form-check-label,
  1518. .has-success .custom-control {
  1519. color: #5cb85c; }
  1520.  
  1521. .has-success .form-control,
  1522. .has-success .custom-select,
  1523. .has-success .custom-file-control {
  1524. border-color: #5cb85c; }
  1525.  
  1526. .has-success .input-group-addon {
  1527. color: #5cb85c;
  1528. background-color: #eaf6ea;
  1529. border-color: #5cb85c; }
  1530.  
  1531. .has-success .form-control-success {
  1532. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }
  1533.  
  1534. .has-warning .form-control-feedback,
  1535. .has-warning .form-control-label,
  1536. .has-warning .col-form-label,
  1537. .has-warning .form-check-label,
  1538. .has-warning .custom-control {
  1539. color: #f0ad4e; }
  1540.  
  1541. .has-warning .form-control,
  1542. .has-warning .custom-select,
  1543. .has-warning .custom-file-control {
  1544. border-color: #f0ad4e; }
  1545.  
  1546. .has-warning .input-group-addon {
  1547. color: #f0ad4e;
  1548. background-color: white;
  1549. border-color: #f0ad4e; }
  1550.  
  1551. .has-warning .form-control-warning {
  1552. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }
  1553.  
  1554. .has-danger .form-control-feedback,
  1555. .has-danger .form-control-label,
  1556. .has-danger .col-form-label,
  1557. .has-danger .form-check-label,
  1558. .has-danger .custom-control {
  1559. color: #d9534f; }
  1560.  
  1561. .has-danger .form-control,
  1562. .has-danger .custom-select,
  1563. .has-danger .custom-file-control {
  1564. border-color: #d9534f; }
  1565.  
  1566. .has-danger .input-group-addon {
  1567. color: #d9534f;
  1568. background-color: #fdf7f7;
  1569. border-color: #d9534f; }
  1570.  
  1571. .has-danger .form-control-danger {
  1572. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }
  1573.  
  1574. .form-inline {
  1575. display: -ms-flexbox;
  1576. display: flex;
  1577. -ms-flex-flow: row wrap;
  1578. flex-flow: row wrap;
  1579. -ms-flex-align: center;
  1580. align-items: center; }
  1581. .form-inline .form-check {
  1582. width: 100%; }
  1583. @media (min-width: 576px) {
  1584. .form-inline label {
  1585. display: -ms-flexbox;
  1586. display: flex;
  1587. -ms-flex-align: center;
  1588. align-items: center;
  1589. -ms-flex-pack: center;
  1590. justify-content: center;
  1591. margin-bottom: 0; }
  1592. .form-inline .form-group {
  1593. display: -ms-flexbox;
  1594. display: flex;
  1595. -ms-flex: 0 0 auto;
  1596. flex: 0 0 auto;
  1597. -ms-flex-flow: row wrap;
  1598. flex-flow: row wrap;
  1599. -ms-flex-align: center;
  1600. align-items: center;
  1601. margin-bottom: 0; }
  1602. .form-inline .form-control {
  1603. display: inline-block;
  1604. width: auto;
  1605. vertical-align: middle; }
  1606. .form-inline .form-control-static {
  1607. display: inline-block; }
  1608. .form-inline .input-group {
  1609. width: auto; }
  1610. .form-inline .form-control-label {
  1611. margin-bottom: 0;
  1612. vertical-align: middle; }
  1613. .form-inline .form-check {
  1614. display: -ms-flexbox;
  1615. display: flex;
  1616. -ms-flex-align: center;
  1617. align-items: center;
  1618. -ms-flex-pack: center;
  1619. justify-content: center;
  1620. width: auto;
  1621. margin-top: 0;
  1622. margin-bottom: 0; }
  1623. .form-inline .form-check-label {
  1624. padding-left: 0; }
  1625. .form-inline .form-check-input {
  1626. position: relative;
  1627. margin-top: 0;
  1628. margin-right: 0.25rem;
  1629. margin-left: 0; }
  1630. .form-inline .custom-control {
  1631. display: -ms-flexbox;
  1632. display: flex;
  1633. -ms-flex-align: center;
  1634. align-items: center;
  1635. -ms-flex-pack: center;
  1636. justify-content: center;
  1637. padding-left: 0; }
  1638. .form-inline .custom-control-indicator {
  1639. position: static;
  1640. display: inline-block;
  1641. margin-right: 0.25rem;
  1642. vertical-align: text-bottom; }
  1643. .form-inline .has-feedback .form-control-feedback {
  1644. top: 0; } }
  1645.  
  1646. .btn {
  1647. display: inline-block;
  1648. font-weight: normal;
  1649. text-align: center;
  1650. white-space: nowrap;
  1651. vertical-align: middle;
  1652. -webkit-user-select: none;
  1653. -moz-user-select: none;
  1654. -ms-user-select: none;
  1655. user-select: none;
  1656. border: 1px solid transparent;
  1657. padding: 0.5rem 1rem;
  1658. font-size: 1rem;
  1659. line-height: 1.25;
  1660. transition: all 0.2s ease-in-out; }
  1661. .btn:focus, .btn:hover {
  1662. text-decoration: none; }
  1663. .btn:focus, .btn.focus {
  1664. outline: 0;
  1665. box-shadow: 0 0 0 2px rgba(27, 178, 94, 0.25); }
  1666. .btn.disabled, .btn:disabled {
  1667. opacity: .65; }
  1668. .btn:active, .btn.active {
  1669. background-image: none; }
  1670.  
  1671. a.btn.disabled,
  1672. fieldset[disabled] a.btn {
  1673. pointer-events: none; }
  1674.  
  1675. .btn-primary {
  1676. color: #fff;
  1677. background-color: #1bb25e;
  1678. border-color: #1bb25e; }
  1679. .btn-primary:hover {
  1680. color: #fff;
  1681. background-color: #148647;
  1682. border-color: #137d42; }
  1683. .btn-primary:focus, .btn-primary.focus {
  1684. box-shadow: 0 0 0 2px rgba(27, 178, 94, 0.5); }
  1685. .btn-primary.disabled, .btn-primary:disabled {
  1686. background-color: #1bb25e;
  1687. border-color: #1bb25e; }
  1688. .btn-primary:active, .btn-primary.active,
  1689. .show > .btn-primary.dropdown-toggle {
  1690. color: #fff;
  1691. background-color: #148647;
  1692. background-image: none;
  1693. border-color: #137d42; }
  1694.  
  1695. .btn-secondary {
  1696. color: #292b2c;
  1697. background-color: #fff;
  1698. border-color: #ccc; }
  1699. .btn-secondary:hover {
  1700. color: #292b2c;
  1701. background-color: #e6e6e6;
  1702. border-color: #adadad; }
  1703. .btn-secondary:focus, .btn-secondary.focus {
  1704. box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  1705. .btn-secondary.disabled, .btn-secondary:disabled {
  1706. background-color: #fff;
  1707. border-color: #ccc; }
  1708. .btn-secondary:active, .btn-secondary.active,
  1709. .show > .btn-secondary.dropdown-toggle {
  1710. color: #292b2c;
  1711. background-color: #e6e6e6;
  1712. background-image: none;
  1713. border-color: #adadad; }
  1714.  
  1715. .btn-info {
  1716. color: #fff;
  1717. background-color: #5bc0de;
  1718. border-color: #5bc0de; }
  1719. .btn-info:hover {
  1720. color: #fff;
  1721. background-color: #31b0d5;
  1722. border-color: #2aabd2; }
  1723. .btn-info:focus, .btn-info.focus {
  1724. box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  1725. .btn-info.disabled, .btn-info:disabled {
  1726. background-color: #5bc0de;
  1727. border-color: #5bc0de; }
  1728. .btn-info:active, .btn-info.active,
  1729. .show > .btn-info.dropdown-toggle {
  1730. color: #fff;
  1731. background-color: #31b0d5;
  1732. background-image: none;
  1733. border-color: #2aabd2; }
  1734.  
  1735. .btn-success {
  1736. color: #fff;
  1737. background-color: #5cb85c;
  1738. border-color: #5cb85c; }
  1739. .btn-success:hover {
  1740. color: #fff;
  1741. background-color: #449d44;
  1742. border-color: #419641; }
  1743. .btn-success:focus, .btn-success.focus {
  1744. box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
  1745. .btn-success.disabled, .btn-success:disabled {
  1746. background-color: #5cb85c;
  1747. border-color: #5cb85c; }
  1748. .btn-success:active, .btn-success.active,
  1749. .show > .btn-success.dropdown-toggle {
  1750. color: #fff;
  1751. background-color: #449d44;
  1752. background-image: none;
  1753. border-color: #419641; }
  1754.  
  1755. .btn-warning {
  1756. color: #fff;
  1757. background-color: #f0ad4e;
  1758. border-color: #f0ad4e; }
  1759. .btn-warning:hover {
  1760. color: #fff;
  1761. background-color: #ec971f;
  1762. border-color: #eb9316; }
  1763. .btn-warning:focus, .btn-warning.focus {
  1764. box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  1765. .btn-warning.disabled, .btn-warning:disabled {
  1766. background-color: #f0ad4e;
  1767. border-color: #f0ad4e; }
  1768. .btn-warning:active, .btn-warning.active,
  1769. .show > .btn-warning.dropdown-toggle {
  1770. color: #fff;
  1771. background-color: #ec971f;
  1772. background-image: none;
  1773. border-color: #eb9316; }
  1774.  
  1775. .btn-danger {
  1776. color: #fff;
  1777. background-color: #d9534f;
  1778. border-color: #d9534f; }
  1779. .btn-danger:hover {
  1780. color: #fff;
  1781. background-color: #c9302c;
  1782. border-color: #c12e2a; }
  1783. .btn-danger:focus, .btn-danger.focus {
  1784. box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  1785. .btn-danger.disabled, .btn-danger:disabled {
  1786. background-color: #d9534f;
  1787. border-color: #d9534f; }
  1788. .btn-danger:active, .btn-danger.active,
  1789. .show > .btn-danger.dropdown-toggle {
  1790. color: #fff;
  1791. background-color: #c9302c;
  1792. background-image: none;
  1793. border-color: #c12e2a; }
  1794.  
  1795. .btn-outline-primary {
  1796. color: #1bb25e;
  1797. background-color: transparent;
  1798. background-image: none;
  1799. border-color: #1bb25e; }
  1800. .btn-outline-primary:hover {
  1801. color: #fff;
  1802. background-color: #1bb25e;
  1803. border-color: #1bb25e; }
  1804. .btn-outline-primary:focus, .btn-outline-primary.focus {
  1805. box-shadow: 0 0 0 2px rgba(27, 178, 94, 0.5); }
  1806. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  1807. color: #1bb25e;
  1808. background-color: transparent; }
  1809. .btn-outline-primary:active, .btn-outline-primary.active,
  1810. .show > .btn-outline-primary.dropdown-toggle {
  1811. color: #fff;
  1812. background-color: #1bb25e;
  1813. border-color: #1bb25e; }
  1814.  
  1815. .btn-outline-secondary {
  1816. color: #ccc;
  1817. background-color: transparent;
  1818. background-image: none;
  1819. border-color: #ccc; }
  1820. .btn-outline-secondary:hover {
  1821. color: #292b2c;
  1822. background-color: #ccc;
  1823. border-color: #ccc; }
  1824. .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  1825. box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5); }
  1826. .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  1827. color: #ccc;
  1828. background-color: transparent; }
  1829. .btn-outline-secondary:active, .btn-outline-secondary.active,
  1830. .show > .btn-outline-secondary.dropdown-toggle {
  1831. color: #292b2c;
  1832. background-color: #ccc;
  1833. border-color: #ccc; }
  1834.  
  1835. .btn-outline-info {
  1836. color: #5bc0de;
  1837. background-color: transparent;
  1838. background-image: none;
  1839. border-color: #5bc0de; }
  1840. .btn-outline-info:hover {
  1841. color: #fff;
  1842. background-color: #5bc0de;
  1843. border-color: #5bc0de; }
  1844. .btn-outline-info:focus, .btn-outline-info.focus {
  1845. box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5); }
  1846. .btn-outline-info.disabled, .btn-outline-info:disabled {
  1847. color: #5bc0de;
  1848. background-color: transparent; }
  1849. .btn-outline-info:active, .btn-outline-info.active,
  1850. .show > .btn-outline-info.dropdown-toggle {
  1851. color: #fff;
  1852. background-color: #5bc0de;
  1853. border-color: #5bc0de; }
  1854.  
  1855. .btn-outline-success {
  1856. color: #5cb85c;
  1857. background-color: transparent;
  1858. background-image: none;
  1859. border-color: #5cb85c; }
  1860. .btn-outline-success:hover {
  1861. color: #fff;
  1862. background-color: #5cb85c;
  1863. border-color: #5cb85c; }
  1864. .btn-outline-success:focus, .btn-outline-success.focus {
  1865. box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5); }
  1866. .btn-outline-success.disabled, .btn-outline-success:disabled {
  1867. color: #5cb85c;
  1868. background-color: transparent; }
  1869. .btn-outline-success:active, .btn-outline-success.active,
  1870. .show > .btn-outline-success.dropdown-toggle {
  1871. color: #fff;
  1872. background-color: #5cb85c;
  1873. border-color: #5cb85c; }
  1874.  
  1875. .btn-outline-warning {
  1876. color: #f0ad4e;
  1877. background-color: transparent;
  1878. background-image: none;
  1879. border-color: #f0ad4e; }
  1880. .btn-outline-warning:hover {
  1881. color: #fff;
  1882. background-color: #f0ad4e;
  1883. border-color: #f0ad4e; }
  1884. .btn-outline-warning:focus, .btn-outline-warning.focus {
  1885. box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5); }
  1886. .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  1887. color: #f0ad4e;
  1888. background-color: transparent; }
  1889. .btn-outline-warning:active, .btn-outline-warning.active,
  1890. .show > .btn-outline-warning.dropdown-toggle {
  1891. color: #fff;
  1892. background-color: #f0ad4e;
  1893. border-color: #f0ad4e; }
  1894.  
  1895. .btn-outline-danger {
  1896. color: #d9534f;
  1897. background-color: transparent;
  1898. background-image: none;
  1899. border-color: #d9534f; }
  1900. .btn-outline-danger:hover {
  1901. color: #fff;
  1902. background-color: #d9534f;
  1903. border-color: #d9534f; }
  1904. .btn-outline-danger:focus, .btn-outline-danger.focus {
  1905. box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5); }
  1906. .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  1907. color: #d9534f;
  1908. background-color: transparent; }
  1909. .btn-outline-danger:active, .btn-outline-danger.active,
  1910. .show > .btn-outline-danger.dropdown-toggle {
  1911. color: #fff;
  1912. background-color: #d9534f;
  1913. border-color: #d9534f; }
  1914.  
  1915. .btn-link {
  1916. font-weight: normal;
  1917. color: #1bb25e;
  1918. border-radius: 0; }
  1919. .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  1920. background-color: transparent; }
  1921. .btn-link, .btn-link:focus, .btn-link:active {
  1922. border-color: transparent; }
  1923. .btn-link:hover {
  1924. border-color: transparent; }
  1925. .btn-link:focus, .btn-link:hover {
  1926. color: #11703b;
  1927. text-decoration: underline;
  1928. background-color: transparent; }
  1929. .btn-link:disabled {
  1930. color: #636c72; }
  1931. .btn-link:disabled:focus, .btn-link:disabled:hover {
  1932. text-decoration: none; }
  1933.  
  1934. .btn-lg, .btn-group-lg > .btn {
  1935. padding: 0.5rem 1rem;
  1936. font-size: 1.25rem;
  1937. line-height: 1.5; }
  1938.  
  1939. .btn-sm, .btn-group-sm > .btn {
  1940. padding: 0.25rem 0.5rem;
  1941. font-size: 0.875rem;
  1942. line-height: 1.5; }
  1943.  
  1944. .btn-block {
  1945. display: block;
  1946. width: 100%; }
  1947.  
  1948. .btn-block + .btn-block {
  1949. margin-top: 0.5rem; }
  1950.  
  1951. input[type="submit"].btn-block,
  1952. input[type="reset"].btn-block,
  1953. input[type="button"].btn-block {
  1954. width: 100%; }
  1955.  
  1956. .fade {
  1957. opacity: 0;
  1958. transition: opacity 0.15s linear; }
  1959. .fade.show {
  1960. opacity: 1; }
  1961.  
  1962. .collapse {
  1963. display: none; }
  1964. .collapse.show {
  1965. display: block; }
  1966.  
  1967. tr.collapse.show {
  1968. display: table-row; }
  1969.  
  1970. tbody.collapse.show {
  1971. display: table-row-group; }
  1972.  
  1973. .collapsing {
  1974. position: relative;
  1975. height: 0;
  1976. overflow: hidden;
  1977. transition: height 0.35s ease; }
  1978.  
  1979. .dropup,
  1980. .dropdown {
  1981. position: relative; }
  1982.  
  1983. .dropdown-toggle::after {
  1984. display: inline-block;
  1985. width: 0;
  1986. height: 0;
  1987. margin-left: 0.3em;
  1988. vertical-align: middle;
  1989. content: "";
  1990. border-top: 0.3em solid;
  1991. border-right: 0.3em solid transparent;
  1992. border-left: 0.3em solid transparent; }
  1993.  
  1994. .dropdown-toggle:empty::after {
  1995. margin-left: 0; }
  1996.  
  1997. .dropup .dropdown-toggle::after {
  1998. border-top: 0;
  1999. border-bottom: 0.3em solid; }
  2000.  
  2001. .dropdown-menu {
  2002. position: absolute;
  2003. top: 100%;
  2004. left: 0;
  2005. z-index: 1000;
  2006. display: none;
  2007. float: left;
  2008. min-width: 10rem;
  2009. padding: 0.5rem 0;
  2010. margin: 0.125rem 0 0;
  2011. font-size: 1rem;
  2012. color: #3f4141;
  2013. text-align: left;
  2014. list-style: none;
  2015. background-color: #fff;
  2016. background-clip: padding-box;
  2017. border: 1px solid rgba(0, 0, 0, 0.15); }
  2018.  
  2019. .dropdown-divider {
  2020. height: 0;
  2021. margin: 0.5rem 0;
  2022. overflow: hidden;
  2023. border-top: 1px solid #eceeef; }
  2024.  
  2025. .dropdown-item {
  2026. display: block;
  2027. width: 100%;
  2028. padding: 0.25rem 1.5rem;
  2029. clear: both;
  2030. font-weight: normal;
  2031. color: #292b2c;
  2032. text-align: inherit;
  2033. white-space: nowrap;
  2034. background: none;
  2035. border: 0; }
  2036. .dropdown-item:focus, .dropdown-item:hover {
  2037. color: #1d1e1f;
  2038. text-decoration: none;
  2039. background-color: #f7f7f9; }
  2040. .dropdown-item.active, .dropdown-item:active {
  2041. color: #fff;
  2042. text-decoration: none;
  2043. background-color: #1bb25e; }
  2044. .dropdown-item.disabled, .dropdown-item:disabled {
  2045. color: #636c72;
  2046. background-color: transparent; }
  2047.  
  2048. .show > .dropdown-menu {
  2049. display: block; }
  2050.  
  2051. .show > a {
  2052. outline: 0; }
  2053.  
  2054. .dropdown-menu-right {
  2055. right: 0;
  2056. left: auto; }
  2057.  
  2058. .dropdown-menu-left {
  2059. right: auto;
  2060. left: 0; }
  2061.  
  2062. .dropdown-header {
  2063. display: block;
  2064. padding: 0.5rem 1.5rem;
  2065. margin-bottom: 0;
  2066. font-size: 0.875rem;
  2067. color: #636c72;
  2068. white-space: nowrap; }
  2069.  
  2070. .dropup .dropdown-menu {
  2071. top: auto;
  2072. bottom: 100%;
  2073. margin-bottom: 0.125rem; }
  2074.  
  2075. .btn-group,
  2076. .btn-group-vertical {
  2077. position: relative;
  2078. display: -ms-inline-flexbox;
  2079. display: inline-flex;
  2080. vertical-align: middle; }
  2081. .btn-group > .btn,
  2082. .btn-group-vertical > .btn {
  2083. position: relative;
  2084. -ms-flex: 0 1 auto;
  2085. flex: 0 1 auto;
  2086. margin-bottom: 0; }
  2087. .btn-group > .btn:hover,
  2088. .btn-group-vertical > .btn:hover {
  2089. z-index: 2; }
  2090. .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
  2091. .btn-group-vertical > .btn:focus,
  2092. .btn-group-vertical > .btn:active,
  2093. .btn-group-vertical > .btn.active {
  2094. z-index: 2; }
  2095. .btn-group .btn + .btn,
  2096. .btn-group .btn + .btn-group,
  2097. .btn-group .btn-group + .btn,
  2098. .btn-group .btn-group + .btn-group,
  2099. .btn-group-vertical .btn + .btn,
  2100. .btn-group-vertical .btn + .btn-group,
  2101. .btn-group-vertical .btn-group + .btn,
  2102. .btn-group-vertical .btn-group + .btn-group {
  2103. margin-left: -1px; }
  2104.  
  2105. .btn-toolbar {
  2106. display: -ms-flexbox;
  2107. display: flex;
  2108. -ms-flex-wrap: wrap;
  2109. flex-wrap: wrap;
  2110. -ms-flex-pack: start;
  2111. justify-content: flex-start; }
  2112. .btn-toolbar .input-group {
  2113. width: auto; }
  2114.  
  2115. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  2116. border-radius: 0; }
  2117.  
  2118. .btn-group > .btn:first-child {
  2119. margin-left: 0; }
  2120.  
  2121. .btn-group > .btn-group {
  2122. float: left; }
  2123.  
  2124. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  2125. border-radius: 0; }
  2126.  
  2127. .btn + .dropdown-toggle-split {
  2128. padding-right: 0.75rem;
  2129. padding-left: 0.75rem; }
  2130. .btn + .dropdown-toggle-split::after {
  2131. margin-left: 0; }
  2132.  
  2133. .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  2134. padding-right: 0.375rem;
  2135. padding-left: 0.375rem; }
  2136.  
  2137. .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  2138. padding-right: 0.75rem;
  2139. padding-left: 0.75rem; }
  2140.  
  2141. .btn-group-vertical {
  2142. display: -ms-inline-flexbox;
  2143. display: inline-flex;
  2144. -ms-flex-direction: column;
  2145. flex-direction: column;
  2146. -ms-flex-align: start;
  2147. align-items: flex-start;
  2148. -ms-flex-pack: center;
  2149. justify-content: center; }
  2150. .btn-group-vertical .btn,
  2151. .btn-group-vertical .btn-group {
  2152. width: 100%; }
  2153. .btn-group-vertical > .btn + .btn,
  2154. .btn-group-vertical > .btn + .btn-group,
  2155. .btn-group-vertical > .btn-group + .btn,
  2156. .btn-group-vertical > .btn-group + .btn-group {
  2157. margin-top: -1px;
  2158. margin-left: 0; }
  2159.  
  2160. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  2161. border-radius: 0; }
  2162.  
  2163. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  2164. border-radius: 0; }
  2165.  
  2166. [data-toggle="buttons"] > .btn input[type="radio"],
  2167. [data-toggle="buttons"] > .btn input[type="checkbox"],
  2168. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  2169. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  2170. position: absolute;
  2171. clip: rect(0, 0, 0, 0);
  2172. pointer-events: none; }
  2173.  
  2174. .input-group {
  2175. position: relative;
  2176. display: -ms-flexbox;
  2177. display: flex;
  2178. width: 100%; }
  2179. .input-group .form-control {
  2180. position: relative;
  2181. z-index: 2;
  2182. -ms-flex: 1 1 auto;
  2183. flex: 1 1 auto;
  2184. width: 1%;
  2185. margin-bottom: 0; }
  2186. .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  2187. z-index: 3; }
  2188.  
  2189. .input-group-addon,
  2190. .input-group-btn,
  2191. .input-group .form-control {
  2192. display: -ms-flexbox;
  2193. display: flex;
  2194. -ms-flex-align: center;
  2195. align-items: center; }
  2196.  
  2197. .input-group-addon,
  2198. .input-group-btn {
  2199. white-space: nowrap;
  2200. vertical-align: middle; }
  2201.  
  2202. .input-group-addon {
  2203. padding: 0.5rem 1rem;
  2204. margin-bottom: 0;
  2205. font-size: 1rem;
  2206. font-weight: normal;
  2207. line-height: 1.25;
  2208. color: #464a4c;
  2209. text-align: center;
  2210. background-color: #eceeef;
  2211. border: 1px solid rgba(0, 0, 0, 0.15); }
  2212. .input-group-addon.form-control-sm,
  2213. .input-group-sm > .input-group-addon,
  2214. .input-group-sm > .input-group-btn > .input-group-addon.btn {
  2215. padding: 0.25rem 0.5rem;
  2216. font-size: 0.875rem; }
  2217. .input-group-addon.form-control-lg,
  2218. .input-group-lg > .input-group-addon,
  2219. .input-group-lg > .input-group-btn > .input-group-addon.btn {
  2220. padding: 0.5rem 1rem;
  2221. font-size: 1.25rem; }
  2222. .input-group-addon input[type="radio"],
  2223. .input-group-addon input[type="checkbox"] {
  2224. margin-top: 0; }
  2225.  
  2226. .input-group-addon:not(:last-child) {
  2227. border-right: 0; }
  2228.  
  2229. .form-control + .input-group-addon:not(:first-child) {
  2230. border-left: 0; }
  2231.  
  2232. .input-group-btn {
  2233. position: relative;
  2234. font-size: 0;
  2235. white-space: nowrap; }
  2236. .input-group-btn > .btn {
  2237. position: relative; }
  2238. .input-group-btn > .btn + .btn {
  2239. margin-left: -1px; }
  2240. .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  2241. z-index: 3; }
  2242. .input-group-btn:not(:last-child) > .btn,
  2243. .input-group-btn:not(:last-child) > .btn-group {
  2244. margin-right: -1px; }
  2245. .input-group-btn:not(:first-child) > .btn,
  2246. .input-group-btn:not(:first-child) > .btn-group {
  2247. z-index: 2;
  2248. margin-left: -1px; }
  2249. .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
  2250. .input-group-btn:not(:first-child) > .btn-group:focus,
  2251. .input-group-btn:not(:first-child) > .btn-group:active,
  2252. .input-group-btn:not(:first-child) > .btn-group:hover {
  2253. z-index: 3; }
  2254.  
  2255. .custom-control {
  2256. position: relative;
  2257. display: -ms-inline-flexbox;
  2258. display: inline-flex;
  2259. min-height: 1.5rem;
  2260. padding-left: 1.5rem;
  2261. margin-right: 1rem; }
  2262.  
  2263. .custom-control-input {
  2264. position: absolute;
  2265. z-index: -1;
  2266. opacity: 0; }
  2267. .custom-control-input:checked ~ .custom-control-indicator {
  2268. color: #fff;
  2269. background-color: #1bb25e; }
  2270. .custom-control-input:focus ~ .custom-control-indicator {
  2271. box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1bb25e; }
  2272. .custom-control-input:active ~ .custom-control-indicator {
  2273. color: #fff;
  2274. background-color: #91eebb; }
  2275. .custom-control-input:disabled ~ .custom-control-indicator {
  2276. background-color: #eceeef; }
  2277. .custom-control-input:disabled ~ .custom-control-description {
  2278. color: #636c72; }
  2279.  
  2280. .custom-control-indicator {
  2281. position: absolute;
  2282. top: 0.25rem;
  2283. left: 0;
  2284. display: block;
  2285. width: 1rem;
  2286. height: 1rem;
  2287. pointer-events: none;
  2288. -webkit-user-select: none;
  2289. -moz-user-select: none;
  2290. -ms-user-select: none;
  2291. user-select: none;
  2292. background-color: #ddd;
  2293. background-repeat: no-repeat;
  2294. background-position: center center;
  2295. background-size: 50% 50%; }
  2296.  
  2297. .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  2298. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  2299.  
  2300. .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  2301. background-color: #1bb25e;
  2302. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  2303.  
  2304. .custom-radio .custom-control-indicator {
  2305. border-radius: 50%; }
  2306.  
  2307. .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  2308. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  2309.  
  2310. .custom-controls-stacked {
  2311. display: -ms-flexbox;
  2312. display: flex;
  2313. -ms-flex-direction: column;
  2314. flex-direction: column; }
  2315. .custom-controls-stacked .custom-control {
  2316. margin-bottom: 0.25rem; }
  2317. .custom-controls-stacked .custom-control + .custom-control {
  2318. margin-left: 0; }
  2319.  
  2320. .custom-select {
  2321. display: inline-block;
  2322. max-width: 100%;
  2323. height: calc(2.25rem + 2px);
  2324. padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  2325. line-height: 1.25;
  2326. color: #464a4c;
  2327. vertical-align: middle;
  2328. background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  2329. background-size: 8px 10px;
  2330. border: 1px solid rgba(0, 0, 0, 0.15);
  2331. -webkit-appearance: none;
  2332. -moz-appearance: none;
  2333. appearance: none; }
  2334. .custom-select:focus {
  2335. border-color: #65e89f;
  2336. outline: none; }
  2337. .custom-select:focus::-ms-value {
  2338. color: #464a4c;
  2339. background-color: #fff; }
  2340. .custom-select:disabled {
  2341. color: #636c72;
  2342. background-color: #eceeef; }
  2343. .custom-select::-ms-expand {
  2344. opacity: 0; }
  2345.  
  2346. .custom-select-sm {
  2347. padding-top: 0.375rem;
  2348. padding-bottom: 0.375rem;
  2349. font-size: 75%; }
  2350.  
  2351. .custom-file {
  2352. position: relative;
  2353. display: inline-block;
  2354. max-width: 100%;
  2355. height: 2.5rem;
  2356. margin-bottom: 0; }
  2357.  
  2358. .custom-file-input {
  2359. min-width: 14rem;
  2360. max-width: 100%;
  2361. height: 2.5rem;
  2362. margin: 0;
  2363. opacity: 0; }
  2364.  
  2365. .custom-file-control {
  2366. position: absolute;
  2367. top: 0;
  2368. right: 0;
  2369. left: 0;
  2370. z-index: 5;
  2371. height: 2.5rem;
  2372. padding: 0.5rem 1rem;
  2373. line-height: 1.5;
  2374. color: #464a4c;
  2375. pointer-events: none;
  2376. -webkit-user-select: none;
  2377. -moz-user-select: none;
  2378. -ms-user-select: none;
  2379. user-select: none;
  2380. background-color: #fff;
  2381. border: 1px solid rgba(0, 0, 0, 0.15); }
  2382. .custom-file-control:lang(en):empty::after {
  2383. content: "Choose file..."; }
  2384. .custom-file-control::before {
  2385. position: absolute;
  2386. top: -1px;
  2387. right: -1px;
  2388. bottom: -1px;
  2389. z-index: 6;
  2390. display: block;
  2391. height: 2.5rem;
  2392. padding: 0.5rem 1rem;
  2393. line-height: 1.5;
  2394. color: #464a4c;
  2395. background-color: #eceeef;
  2396. border: 1px solid rgba(0, 0, 0, 0.15); }
  2397. .custom-file-control:lang(en)::before {
  2398. content: "Browse"; }
  2399.  
  2400. .nav {
  2401. display: -ms-flexbox;
  2402. display: flex;
  2403. -ms-flex-wrap: wrap;
  2404. flex-wrap: wrap;
  2405. padding-left: 0;
  2406. margin-bottom: 0;
  2407. list-style: none; }
  2408.  
  2409. .nav-link {
  2410. display: block;
  2411. padding: 0.5rem 1rem; }
  2412. .nav-link:focus, .nav-link:hover {
  2413. text-decoration: none; }
  2414. .nav-link.disabled {
  2415. color: #636c72; }
  2416.  
  2417. .nav-tabs {
  2418. border-bottom: 1px solid #ddd; }
  2419. .nav-tabs .nav-item {
  2420. margin-bottom: -1px; }
  2421. .nav-tabs .nav-link {
  2422. border: 1px solid transparent; }
  2423. .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  2424. border-color: #eceeef #eceeef #ddd; }
  2425. .nav-tabs .nav-link.disabled {
  2426. color: #636c72;
  2427. background-color: transparent;
  2428. border-color: transparent; }
  2429. .nav-tabs .nav-link.active,
  2430. .nav-tabs .nav-item.show .nav-link {
  2431. color: #464a4c;
  2432. background-color: #fff;
  2433. border-color: #ddd #ddd #fff; }
  2434. .nav-tabs .dropdown-menu {
  2435. margin-top: -1px; }
  2436.  
  2437. .nav-pills .nav-link.active,
  2438. .show .nav-pills .nav-link {
  2439. color: #fff;
  2440. background-color: #1bb25e; }
  2441.  
  2442. .nav-fill .nav-item {
  2443. -ms-flex: 1 1 auto;
  2444. flex: 1 1 auto;
  2445. text-align: center; }
  2446.  
  2447. .nav-justified .nav-item {
  2448. -ms-flex-preferred-size: 0;
  2449. flex-basis: 0;
  2450. -ms-flex-positive: 1;
  2451. flex-grow: 1;
  2452. text-align: center; }
  2453.  
  2454. .tab-content > .tab-pane {
  2455. display: none; }
  2456.  
  2457. .tab-content > .active {
  2458. display: block; }
  2459.  
  2460. .navbar {
  2461. position: relative;
  2462. display: -ms-flexbox;
  2463. display: flex;
  2464. -ms-flex-wrap: wrap;
  2465. flex-wrap: wrap;
  2466. -ms-flex-align: center;
  2467. align-items: center;
  2468. -ms-flex-pack: justify;
  2469. justify-content: space-between;
  2470. padding: 0 0; }
  2471. .navbar > .container,
  2472. .navbar > .container-fluid {
  2473. display: -ms-flexbox;
  2474. display: flex;
  2475. -ms-flex-wrap: wrap;
  2476. flex-wrap: wrap;
  2477. -ms-flex-align: center;
  2478. align-items: center;
  2479. -ms-flex-pack: justify;
  2480. justify-content: space-between; }
  2481. @media (max-width: 575px) {
  2482. .navbar > .container,
  2483. .navbar > .container-fluid {
  2484. width: 100%;
  2485. margin-right: 0;
  2486. margin-left: 0; } }
  2487.  
  2488. .navbar-brand {
  2489. display: inline-block;
  2490. padding-top: 0.3125rem;
  2491. padding-bottom: 0.3125rem;
  2492. margin-right: 0;
  2493. font-size: 1.25rem;
  2494. line-height: inherit;
  2495. white-space: nowrap; }
  2496. .navbar-brand:focus, .navbar-brand:hover {
  2497. text-decoration: none; }
  2498.  
  2499. .navbar-nav {
  2500. display: -ms-flexbox;
  2501. display: flex;
  2502. -ms-flex-direction: column;
  2503. flex-direction: column;
  2504. padding-left: 0;
  2505. margin-bottom: 0;
  2506. list-style: none; }
  2507. .navbar-nav .nav-link {
  2508. padding-right: 0;
  2509. padding-left: 0; }
  2510.  
  2511. .navbar-text {
  2512. display: inline-block;
  2513. padding-top: 0.5rem;
  2514. padding-bottom: 0.5rem; }
  2515.  
  2516. .navbar-collapse {
  2517. -ms-flex-preferred-size: 100%;
  2518. flex-basis: 100%; }
  2519.  
  2520. .navbar-toggler {
  2521. padding: 0.25rem 0.75rem;
  2522. font-size: 1.25rem;
  2523. line-height: 1;
  2524. background: transparent;
  2525. border: 1px solid transparent; }
  2526. .navbar-toggler:focus, .navbar-toggler:hover {
  2527. text-decoration: none; }
  2528.  
  2529. .navbar-toggler-icon {
  2530. display: inline-block;
  2531. width: 1.5em;
  2532. height: 1.5em;
  2533. vertical-align: middle;
  2534. content: "";
  2535. background: no-repeat center center;
  2536. background-size: 100% 100%; }
  2537.  
  2538. @media (max-width: 575px) {
  2539. .navbar-expand-sm .navbar-nav .dropdown-menu {
  2540. position: static;
  2541. float: none; }
  2542. .navbar-expand-sm > .container,
  2543. .navbar-expand-sm > .container-fluid {
  2544. padding-right: 0;
  2545. padding-left: 0; } }
  2546.  
  2547. @media (min-width: 576px) {
  2548. .navbar-expand-sm {
  2549. -ms-flex-direction: row;
  2550. flex-direction: row;
  2551. -ms-flex-wrap: nowrap;
  2552. flex-wrap: nowrap;
  2553. -ms-flex-pack: start;
  2554. justify-content: flex-start; }
  2555. .navbar-expand-sm .navbar-nav {
  2556. -ms-flex-direction: row;
  2557. flex-direction: row; }
  2558. .navbar-expand-sm .navbar-nav .dropdown-menu {
  2559. position: absolute; }
  2560. .navbar-expand-sm .navbar-nav .nav-link {
  2561. padding-right: .5rem;
  2562. padding-left: .5rem; }
  2563. .navbar-expand-sm > .container,
  2564. .navbar-expand-sm > .container-fluid {
  2565. -ms-flex-wrap: nowrap;
  2566. flex-wrap: nowrap; }
  2567. .navbar-expand-sm .navbar-collapse {
  2568. display: -ms-flexbox !important;
  2569. display: flex !important; }
  2570. .navbar-expand-sm .navbar-toggler {
  2571. display: none; } }
  2572.  
  2573. @media (max-width: 767px) {
  2574. .navbar-expand-md .navbar-nav .dropdown-menu {
  2575. position: static;
  2576. float: none; }
  2577. .navbar-expand-md > .container,
  2578. .navbar-expand-md > .container-fluid {
  2579. padding-right: 0;
  2580. padding-left: 0; } }
  2581.  
  2582. @media (min-width: 768px) {
  2583. .navbar-expand-md {
  2584. -ms-flex-direction: row;
  2585. flex-direction: row;
  2586. -ms-flex-wrap: nowrap;
  2587. flex-wrap: nowrap;
  2588. -ms-flex-pack: start;
  2589. justify-content: flex-start; }
  2590. .navbar-expand-md .navbar-nav {
  2591. -ms-flex-direction: row;
  2592. flex-direction: row; }
  2593. .navbar-expand-md .navbar-nav .dropdown-menu {
  2594. position: absolute; }
  2595. .navbar-expand-md .navbar-nav .nav-link {
  2596. padding-right: .5rem;
  2597. padding-left: .5rem; }
  2598. .navbar-expand-md > .container,
  2599. .navbar-expand-md > .container-fluid {
  2600. -ms-flex-wrap: nowrap;
  2601. flex-wrap: nowrap; }
  2602. .navbar-expand-md .navbar-collapse {
  2603. display: -ms-flexbox !important;
  2604. display: flex !important; }
  2605. .navbar-expand-md .navbar-toggler {
  2606. display: none; } }
  2607.  
  2608. @media (max-width: 991px) {
  2609. .navbar-expand-lg .navbar-nav .dropdown-menu {
  2610. position: static;
  2611. float: none; }
  2612. .navbar-expand-lg > .container,
  2613. .navbar-expand-lg > .container-fluid {
  2614. padding-right: 0;
  2615. padding-left: 0; } }
  2616.  
  2617. @media (min-width: 992px) {
  2618. .navbar-expand-lg {
  2619. -ms-flex-direction: row;
  2620. flex-direction: row;
  2621. -ms-flex-wrap: nowrap;
  2622. flex-wrap: nowrap;
  2623. -ms-flex-pack: start;
  2624. justify-content: flex-start; }
  2625. .navbar-expand-lg .navbar-nav {
  2626. -ms-flex-direction: row;
  2627. flex-direction: row; }
  2628. .navbar-expand-lg .navbar-nav .dropdown-menu {
  2629. position: absolute; }
  2630. .navbar-expand-lg .navbar-nav .nav-link {
  2631. padding-right: .5rem;
  2632. padding-left: .5rem; }
  2633. .navbar-expand-lg > .container,
  2634. .navbar-expand-lg > .container-fluid {
  2635. -ms-flex-wrap: nowrap;
  2636. flex-wrap: nowrap; }
  2637. .navbar-expand-lg .navbar-collapse {
  2638. display: -ms-flexbox !important;
  2639. display: flex !important; }
  2640. .navbar-expand-lg .navbar-toggler {
  2641. display: none; } }
  2642.  
  2643. @media (max-width: 1199px) {
  2644. .navbar-expand-xl .navbar-nav .dropdown-menu {
  2645. position: static;
  2646. float: none; }
  2647. .navbar-expand-xl > .container,
  2648. .navbar-expand-xl > .container-fluid {
  2649. padding-right: 0;
  2650. padding-left: 0; } }
  2651.  
  2652. @media (min-width: 1200px) {
  2653. .navbar-expand-xl {
  2654. -ms-flex-direction: row;
  2655. flex-direction: row;
  2656. -ms-flex-wrap: nowrap;
  2657. flex-wrap: nowrap;
  2658. -ms-flex-pack: start;
  2659. justify-content: flex-start; }
  2660. .navbar-expand-xl .navbar-nav {
  2661. -ms-flex-direction: row;
  2662. flex-direction: row; }
  2663. .navbar-expand-xl .navbar-nav .dropdown-menu {
  2664. position: absolute; }
  2665. .navbar-expand-xl .navbar-nav .nav-link {
  2666. padding-right: .5rem;
  2667. padding-left: .5rem; }
  2668. .navbar-expand-xl > .container,
  2669. .navbar-expand-xl > .container-fluid {
  2670. -ms-flex-wrap: nowrap;
  2671. flex-wrap: nowrap; }
  2672. .navbar-expand-xl .navbar-collapse {
  2673. display: -ms-flexbox !important;
  2674. display: flex !important; }
  2675. .navbar-expand-xl .navbar-toggler {
  2676. display: none; } }
  2677.  
  2678. .navbar-expand {
  2679. -ms-flex-direction: row;
  2680. flex-direction: row;
  2681. -ms-flex-wrap: nowrap;
  2682. flex-wrap: nowrap;
  2683. -ms-flex-pack: start;
  2684. justify-content: flex-start; }
  2685. .navbar-expand .navbar-nav .dropdown-menu {
  2686. position: static;
  2687. float: none; }
  2688. .navbar-expand > .container,
  2689. .navbar-expand > .container-fluid {
  2690. padding-right: 0;
  2691. padding-left: 0; }
  2692. .navbar-expand .navbar-nav {
  2693. -ms-flex-direction: row;
  2694. flex-direction: row; }
  2695. .navbar-expand .navbar-nav .dropdown-menu {
  2696. position: absolute; }
  2697. .navbar-expand .navbar-nav .nav-link {
  2698. padding-right: .5rem;
  2699. padding-left: .5rem; }
  2700. .navbar-expand > .container,
  2701. .navbar-expand > .container-fluid {
  2702. -ms-flex-wrap: nowrap;
  2703. flex-wrap: nowrap; }
  2704. .navbar-expand .navbar-collapse {
  2705. display: -ms-flexbox !important;
  2706. display: flex !important; }
  2707. .navbar-expand .navbar-toggler {
  2708. display: none; }
  2709.  
  2710. .navbar-light .navbar-brand {
  2711. color: rgba(0, 0, 0, 0.9); }
  2712. .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  2713. color: rgba(0, 0, 0, 0.9); }
  2714.  
  2715. .navbar-light .navbar-nav .nav-link {
  2716. color: rgba(0, 0, 0, 0.5); }
  2717. .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  2718. color: rgba(0, 0, 0, 0.7); }
  2719. .navbar-light .navbar-nav .nav-link.disabled {
  2720. color: rgba(0, 0, 0, 0.3); }
  2721.  
  2722. .navbar-light .navbar-nav .show > .nav-link,
  2723. .navbar-light .navbar-nav .active > .nav-link,
  2724. .navbar-light .navbar-nav .nav-link.show,
  2725. .navbar-light .navbar-nav .nav-link.active {
  2726. color: rgba(0, 0, 0, 0.9); }
  2727.  
  2728. .navbar-light .navbar-toggler {
  2729. color: rgba(0, 0, 0, 0.5);
  2730. border-color: rgba(0, 0, 0, 0.1); }
  2731.  
  2732. .navbar-light .navbar-toggler-icon {
  2733. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  2734.  
  2735. .navbar-light .navbar-text {
  2736. color: rgba(0, 0, 0, 0.5); }
  2737.  
  2738. .navbar-inverse .navbar-brand {
  2739. color: white; }
  2740. .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  2741. color: white; }
  2742.  
  2743. .navbar-inverse .navbar-nav .nav-link {
  2744. color: rgba(255, 255, 255, 0.5); }
  2745. .navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  2746. color: rgba(255, 255, 255, 0.75); }
  2747. .navbar-inverse .navbar-nav .nav-link.disabled {
  2748. color: rgba(255, 255, 255, 0.25); }
  2749.  
  2750. .navbar-inverse .navbar-nav .show > .nav-link,
  2751. .navbar-inverse .navbar-nav .active > .nav-link,
  2752. .navbar-inverse .navbar-nav .nav-link.show,
  2753. .navbar-inverse .navbar-nav .nav-link.active {
  2754. color: white; }
  2755.  
  2756. .navbar-inverse .navbar-toggler {
  2757. color: rgba(255, 255, 255, 0.5);
  2758. border-color: rgba(255, 255, 255, 0.1); }
  2759.  
  2760. .navbar-inverse .navbar-toggler-icon {
  2761. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  2762.  
  2763. .navbar-inverse .navbar-text {
  2764. color: rgba(255, 255, 255, 0.5); }
  2765.  
  2766. .card {
  2767. position: relative;
  2768. display: -ms-flexbox;
  2769. display: flex;
  2770. -ms-flex-direction: column;
  2771. flex-direction: column;
  2772. background-color: #fff;
  2773. border: 1px solid rgba(0, 0, 0, 0.125); }
  2774.  
  2775. .card-block {
  2776. -ms-flex: 1 1 auto;
  2777. flex: 1 1 auto;
  2778. padding: 1.25rem; }
  2779.  
  2780. .card-title {
  2781. margin-bottom: 0.75rem;
  2782. word-break: break-all; }
  2783.  
  2784. .card-subtitle {
  2785. margin-top: -0.375rem;
  2786. margin-bottom: 0; }
  2787.  
  2788. .card-text:last-child {
  2789. margin-bottom: 0; }
  2790.  
  2791. .card-link:hover {
  2792. text-decoration: none; }
  2793.  
  2794. .card-link + .card-link {
  2795. margin-left: 1.25rem; }
  2796.  
  2797. .card-header {
  2798. padding: 0.75rem 1.25rem;
  2799. margin-bottom: 0;
  2800. background-color: #f7f7f9;
  2801. border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  2802.  
  2803. .card-footer {
  2804. padding: 0.75rem 1.25rem;
  2805. background-color: #f7f7f9;
  2806. border-top: 1px solid rgba(0, 0, 0, 0.125); }
  2807.  
  2808. .card-header-tabs {
  2809. margin-right: -0.625rem;
  2810. margin-bottom: -0.75rem;
  2811. margin-left: -0.625rem;
  2812. border-bottom: 0; }
  2813.  
  2814. .card-header-pills {
  2815. margin-right: -0.625rem;
  2816. margin-left: -0.625rem; }
  2817.  
  2818. .card-primary {
  2819. background-color: #1bb25e;
  2820. border-color: #1bb25e; }
  2821. .card-primary .card-header,
  2822. .card-primary .card-footer {
  2823. background-color: transparent; }
  2824.  
  2825. .card-success {
  2826. background-color: #5cb85c;
  2827. border-color: #5cb85c; }
  2828. .card-success .card-header,
  2829. .card-success .card-footer {
  2830. background-color: transparent; }
  2831.  
  2832. .card-info {
  2833. background-color: #5bc0de;
  2834. border-color: #5bc0de; }
  2835. .card-info .card-header,
  2836. .card-info .card-footer {
  2837. background-color: transparent; }
  2838.  
  2839. .card-warning {
  2840. background-color: #f0ad4e;
  2841. border-color: #f0ad4e; }
  2842. .card-warning .card-header,
  2843. .card-warning .card-footer {
  2844. background-color: transparent; }
  2845.  
  2846. .card-danger {
  2847. background-color: #d9534f;
  2848. border-color: #d9534f; }
  2849. .card-danger .card-header,
  2850. .card-danger .card-footer {
  2851. background-color: transparent; }
  2852.  
  2853. .card-outline-primary {
  2854. background-color: transparent;
  2855. border-color: #1bb25e; }
  2856. .card-outline-primary .card-header,
  2857. .card-outline-primary .card-footer {
  2858. background-color: transparent;
  2859. border-color: #1bb25e; }
  2860.  
  2861. .card-outline-secondary {
  2862. background-color: transparent;
  2863. border-color: #ccc; }
  2864. .card-outline-secondary .card-header,
  2865. .card-outline-secondary .card-footer {
  2866. background-color: transparent;
  2867. border-color: #ccc; }
  2868.  
  2869. .card-outline-info {
  2870. background-color: transparent;
  2871. border-color: #5bc0de; }
  2872. .card-outline-info .card-header,
  2873. .card-outline-info .card-footer {
  2874. background-color: transparent;
  2875. border-color: #5bc0de; }
  2876.  
  2877. .card-outline-success {
  2878. background-color: transparent;
  2879. border-color: #5cb85c; }
  2880. .card-outline-success .card-header,
  2881. .card-outline-success .card-footer {
  2882. background-color: transparent;
  2883. border-color: #5cb85c; }
  2884.  
  2885. .card-outline-warning {
  2886. background-color: transparent;
  2887. border-color: #f0ad4e; }
  2888. .card-outline-warning .card-header,
  2889. .card-outline-warning .card-footer {
  2890. background-color: transparent;
  2891. border-color: #f0ad4e; }
  2892.  
  2893. .card-outline-danger {
  2894. background-color: transparent;
  2895. border-color: #d9534f; }
  2896. .card-outline-danger .card-header,
  2897. .card-outline-danger .card-footer {
  2898. background-color: transparent;
  2899. border-color: #d9534f; }
  2900.  
  2901. .card-inverse {
  2902. color: rgba(255, 255, 255, 0.65); }
  2903. .card-inverse .card-header,
  2904. .card-inverse .card-footer {
  2905. background-color: transparent;
  2906. border-color: rgba(255, 255, 255, 0.2); }
  2907. .card-inverse .card-header,
  2908. .card-inverse .card-footer,
  2909. .card-inverse .card-title,
  2910. .card-inverse .card-blockquote {
  2911. color: #fff; }
  2912. .card-inverse .card-link,
  2913. .card-inverse .card-text,
  2914. .card-inverse .card-subtitle,
  2915. .card-inverse .card-blockquote .blockquote-footer {
  2916. color: rgba(255, 255, 255, 0.65); }
  2917. .card-inverse .card-link:focus, .card-inverse .card-link:hover {
  2918. color: #fff; }
  2919.  
  2920. .card-blockquote {
  2921. padding: 0;
  2922. margin-bottom: 0;
  2923. border-left: 0; }
  2924.  
  2925. .card-img-overlay {
  2926. position: absolute;
  2927. top: 0;
  2928. right: 0;
  2929. bottom: 0;
  2930. left: 0;
  2931. padding: 1.25rem; }
  2932.  
  2933. .card-img {
  2934. width: 100%; }
  2935.  
  2936. .card-img-top {
  2937. width: 100%; }
  2938.  
  2939. .card-img-bottom {
  2940. width: 100%; }
  2941.  
  2942. @media (min-width: 576px) {
  2943. .card-deck {
  2944. display: -ms-flexbox;
  2945. display: flex;
  2946. -ms-flex-flow: row wrap;
  2947. flex-flow: row wrap;
  2948. margin-right: -15px;
  2949. margin-left: -15px; }
  2950. .card-deck .card {
  2951. display: -ms-flexbox;
  2952. display: flex;
  2953. -ms-flex: 1 0 0px;
  2954. flex: 1 0 0;
  2955. -ms-flex-direction: column;
  2956. flex-direction: column;
  2957. margin-right: 15px;
  2958. margin-left: 15px; } }
  2959.  
  2960. @media (min-width: 576px) {
  2961. .card-group {
  2962. display: -ms-flexbox;
  2963. display: flex;
  2964. -ms-flex-flow: row wrap;
  2965. flex-flow: row wrap; }
  2966. .card-group .card {
  2967. -ms-flex: 1 0 0px;
  2968. flex: 1 0 0; }
  2969. .card-group .card + .card {
  2970. margin-left: 0;
  2971. border-left: 0; } }
  2972.  
  2973. .card-columns .card {
  2974. margin-bottom: 0.75rem; }
  2975.  
  2976. @media (min-width: 576px) {
  2977. .card-columns {
  2978. column-count: 3;
  2979. column-gap: 1.25rem; }
  2980. .card-columns .card {
  2981. display: inline-block;
  2982. width: 100%; } }
  2983.  
  2984. .breadcrumb {
  2985. padding: 0.75rem 1rem;
  2986. margin-bottom: 1rem;
  2987. list-style: none;
  2988. background-color: #eceeef; }
  2989. .breadcrumb::after {
  2990. display: block;
  2991. clear: both;
  2992. content: ""; }
  2993.  
  2994. .breadcrumb-item {
  2995. float: left; }
  2996. .breadcrumb-item + .breadcrumb-item::before {
  2997. display: inline-block;
  2998. padding-right: 0.5rem;
  2999. padding-left: 0.5rem;
  3000. color: #636c72;
  3001. content: "/"; }
  3002. .breadcrumb-item + .breadcrumb-item:hover::before {
  3003. text-decoration: underline; }
  3004. .breadcrumb-item + .breadcrumb-item:hover::before {
  3005. text-decoration: none; }
  3006. .breadcrumb-item.active {
  3007. color: #636c72; }
  3008.  
  3009. .pagination {
  3010. display: -ms-flexbox;
  3011. display: flex;
  3012. padding-left: 0;
  3013. list-style: none; }
  3014.  
  3015. .page-item:first-child .page-link {
  3016. margin-left: 0; }
  3017.  
  3018. .page-item.active .page-link {
  3019. z-index: 2;
  3020. color: #fff;
  3021. background-color: #1bb25e;
  3022. border-color: #1bb25e; }
  3023.  
  3024. .page-item.disabled .page-link {
  3025. color: #636c72;
  3026. pointer-events: none;
  3027. background-color: #fff;
  3028. border-color: #ddd; }
  3029.  
  3030. .page-link {
  3031. position: relative;
  3032. display: block;
  3033. padding: 0.5rem 0.75rem;
  3034. margin-left: -1px;
  3035. line-height: 1.25;
  3036. color: #1bb25e;
  3037. background-color: #fff;
  3038. border: 1px solid #ddd; }
  3039. .page-link:focus, .page-link:hover {
  3040. color: #11703b;
  3041. text-decoration: none;
  3042. background-color: #eceeef;
  3043. border-color: #ddd; }
  3044.  
  3045. .pagination-lg .page-link {
  3046. padding: 0.75rem 1.5rem;
  3047. font-size: 1.25rem; }
  3048.  
  3049. .pagination-sm .page-link {
  3050. padding: 0.25rem 0.5rem;
  3051. font-size: 0.875rem; }
  3052.  
  3053. .badge {
  3054. display: inline-block;
  3055. padding: 0.25em 0.4em;
  3056. font-size: 75%;
  3057. font-weight: bold;
  3058. line-height: 1;
  3059. color: #fff;
  3060. text-align: center;
  3061. white-space: nowrap;
  3062. vertical-align: baseline; }
  3063. .badge:empty {
  3064. display: none; }
  3065.  
  3066. .btn .badge {
  3067. position: relative;
  3068. top: -1px; }
  3069.  
  3070. a.badge:focus, a.badge:hover {
  3071. color: #fff;
  3072. text-decoration: none; }
  3073.  
  3074. .badge-pill {
  3075. padding-right: 0.6em;
  3076. padding-left: 0.6em; }
  3077.  
  3078. .badge-default {
  3079. background-color: #636c72; }
  3080. .badge-default[href]:focus, .badge-default[href]:hover {
  3081. background-color: #4b5257; }
  3082.  
  3083. .badge-primary {
  3084. background-color: #1bb25e; }
  3085. .badge-primary[href]:focus, .badge-primary[href]:hover {
  3086. background-color: #148647; }
  3087.  
  3088. .badge-success {
  3089. background-color: #5cb85c; }
  3090. .badge-success[href]:focus, .badge-success[href]:hover {
  3091. background-color: #449d44; }
  3092.  
  3093. .badge-info {
  3094. background-color: #5bc0de; }
  3095. .badge-info[href]:focus, .badge-info[href]:hover {
  3096. background-color: #31b0d5; }
  3097.  
  3098. .badge-warning {
  3099. background-color: #f0ad4e; }
  3100. .badge-warning[href]:focus, .badge-warning[href]:hover {
  3101. background-color: #ec971f; }
  3102.  
  3103. .badge-danger {
  3104. background-color: #d9534f; }
  3105. .badge-danger[href]:focus, .badge-danger[href]:hover {
  3106. background-color: #c9302c; }
  3107.  
  3108. .jumbotron {
  3109. padding: 2rem 1rem;
  3110. margin-bottom: 2rem;
  3111. background-color: #eceeef; }
  3112. @media (min-width: 576px) {
  3113. .jumbotron {
  3114. padding: 4rem 2rem; } }
  3115.  
  3116. .jumbotron-fluid {
  3117. padding-right: 0;
  3118. padding-left: 0; }
  3119.  
  3120. .alert {
  3121. padding: 0.75rem 1.25rem;
  3122. margin-bottom: 1rem;
  3123. border: 1px solid transparent; }
  3124.  
  3125. .alert-heading {
  3126. color: inherit; }
  3127.  
  3128. .alert-link {
  3129. font-weight: bold; }
  3130.  
  3131. .alert-dismissible .close {
  3132. position: relative;
  3133. top: -0.75rem;
  3134. right: -1.25rem;
  3135. padding: 0.75rem 1.25rem;
  3136. color: inherit; }
  3137.  
  3138. .alert-success {
  3139. color: #3c763d;
  3140. background-color: #dff0d8;
  3141. border-color: #d0e9c6; }
  3142. .alert-success hr {
  3143. border-top-color: #c1e2b3; }
  3144. .alert-success .alert-link {
  3145. color: #2b542c; }
  3146.  
  3147. .alert-info {
  3148. color: #31708f;
  3149. background-color: #d9edf7;
  3150. border-color: #bcdff1; }
  3151. .alert-info hr {
  3152. border-top-color: #a6d5ec; }
  3153. .alert-info .alert-link {
  3154. color: #245269; }
  3155.  
  3156. .alert-warning {
  3157. color: #8a6d3b;
  3158. background-color: #fcf8e3;
  3159. border-color: #faf2cc; }
  3160. .alert-warning hr {
  3161. border-top-color: #f7ecb5; }
  3162. .alert-warning .alert-link {
  3163. color: #66512c; }
  3164.  
  3165. .alert-danger {
  3166. color: #a94442;
  3167. background-color: #f2dede;
  3168. border-color: #ebcccc; }
  3169. .alert-danger hr {
  3170. border-top-color: #e4b9b9; }
  3171. .alert-danger .alert-link {
  3172. color: #843534; }
  3173.  
  3174. @keyframes progress-bar-stripes {
  3175. from {
  3176. background-position: 1rem 0; }
  3177. to {
  3178. background-position: 0 0; } }
  3179.  
  3180. .progress {
  3181. display: -ms-flexbox;
  3182. display: flex;
  3183. overflow: hidden;
  3184. font-size: 0.75rem;
  3185. line-height: 1rem;
  3186. text-align: center;
  3187. background-color: #eceeef; }
  3188.  
  3189. .progress-bar {
  3190. height: 1rem;
  3191. line-height: 1rem;
  3192. color: #fff;
  3193. background-color: #1bb25e;
  3194. transition: width 0.6s ease; }
  3195.  
  3196. .progress-bar-striped {
  3197. 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);
  3198. background-size: 1rem 1rem; }
  3199.  
  3200. .progress-bar-animated {
  3201. animation: progress-bar-stripes 1s linear infinite; }
  3202.  
  3203. .media {
  3204. display: -ms-flexbox;
  3205. display: flex;
  3206. -ms-flex-align: start;
  3207. align-items: flex-start; }
  3208.  
  3209. .media-body {
  3210. -ms-flex: 1;
  3211. flex: 1; }
  3212.  
  3213. .list-group {
  3214. display: -ms-flexbox;
  3215. display: flex;
  3216. -ms-flex-direction: column;
  3217. flex-direction: column;
  3218. padding-left: 0;
  3219. margin-bottom: 0; }
  3220.  
  3221. .list-group-item-action {
  3222. width: 100%;
  3223. color: #464a4c;
  3224. text-align: inherit; }
  3225. .list-group-item-action:focus, .list-group-item-action:hover {
  3226. color: #464a4c;
  3227. text-decoration: none;
  3228. background-color: #f7f7f9; }
  3229. .list-group-item-action:active {
  3230. color: #3f4141;
  3231. background-color: #eceeef; }
  3232.  
  3233. .list-group-item {
  3234. position: relative;
  3235. display: block;
  3236. padding: 0.75rem 1.25rem;
  3237. margin-bottom: -1px;
  3238. background-color: #fff;
  3239. border: 1px solid rgba(0, 0, 0, 0.125); }
  3240. .list-group-item:last-child {
  3241. margin-bottom: 0; }
  3242. .list-group-item:focus, .list-group-item:hover {
  3243. text-decoration: none; }
  3244. .list-group-item.disabled, .list-group-item:disabled {
  3245. color: #636c72;
  3246. background-color: #fff; }
  3247. .list-group-item.active {
  3248. z-index: 2;
  3249. color: #fff;
  3250. background-color: #1bb25e;
  3251. border-color: #1bb25e; }
  3252.  
  3253. .list-group-flush .list-group-item {
  3254. border-right: 0;
  3255. border-left: 0;
  3256. border-radius: 0; }
  3257.  
  3258. .list-group-flush:first-child .list-group-item:first-child {
  3259. border-top: 0; }
  3260.  
  3261. .list-group-flush:last-child .list-group-item:last-child {
  3262. border-bottom: 0; }
  3263.  
  3264. .list-group-item-success {
  3265. color: #3c763d;
  3266. background-color: #dff0d8; }
  3267.  
  3268. a.list-group-item-success,
  3269. button.list-group-item-success {
  3270. color: #3c763d; }
  3271. a.list-group-item-success:focus, a.list-group-item-success:hover,
  3272. button.list-group-item-success:focus,
  3273. button.list-group-item-success:hover {
  3274. color: #3c763d;
  3275. background-color: #d0e9c6; }
  3276. a.list-group-item-success.active,
  3277. button.list-group-item-success.active {
  3278. color: #fff;
  3279. background-color: #3c763d;
  3280. border-color: #3c763d; }
  3281.  
  3282. .list-group-item-info {
  3283. color: #31708f;
  3284. background-color: #d9edf7; }
  3285.  
  3286. a.list-group-item-info,
  3287. button.list-group-item-info {
  3288. color: #31708f; }
  3289. a.list-group-item-info:focus, a.list-group-item-info:hover,
  3290. button.list-group-item-info:focus,
  3291. button.list-group-item-info:hover {
  3292. color: #31708f;
  3293. background-color: #c4e3f3; }
  3294. a.list-group-item-info.active,
  3295. button.list-group-item-info.active {
  3296. color: #fff;
  3297. background-color: #31708f;
  3298. border-color: #31708f; }
  3299.  
  3300. .list-group-item-warning {
  3301. color: #8a6d3b;
  3302. background-color: #fcf8e3; }
  3303.  
  3304. a.list-group-item-warning,
  3305. button.list-group-item-warning {
  3306. color: #8a6d3b; }
  3307. a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  3308. button.list-group-item-warning:focus,
  3309. button.list-group-item-warning:hover {
  3310. color: #8a6d3b;
  3311. background-color: #faf2cc; }
  3312. a.list-group-item-warning.active,
  3313. button.list-group-item-warning.active {
  3314. color: #fff;
  3315. background-color: #8a6d3b;
  3316. border-color: #8a6d3b; }
  3317.  
  3318. .list-group-item-danger {
  3319. color: #a94442;
  3320. background-color: #f2dede; }
  3321.  
  3322. a.list-group-item-danger,
  3323. button.list-group-item-danger {
  3324. color: #a94442; }
  3325. a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  3326. button.list-group-item-danger:focus,
  3327. button.list-group-item-danger:hover {
  3328. color: #a94442;
  3329. background-color: #ebcccc; }
  3330. a.list-group-item-danger.active,
  3331. button.list-group-item-danger.active {
  3332. color: #fff;
  3333. background-color: #a94442;
  3334. border-color: #a94442; }
  3335.  
  3336. .embed-responsive {
  3337. position: relative;
  3338. display: block;
  3339. width: 100%;
  3340. padding: 0;
  3341. overflow: hidden; }
  3342. .embed-responsive::before {
  3343. display: block;
  3344. content: ""; }
  3345. .embed-responsive .embed-responsive-item,
  3346. .embed-responsive iframe,
  3347. .embed-responsive embed,
  3348. .embed-responsive object,
  3349. .embed-responsive video {
  3350. position: absolute;
  3351. top: 0;
  3352. bottom: 0;
  3353. left: 0;
  3354. width: 100%;
  3355. height: 100%;
  3356. border: 0; }
  3357.  
  3358. .embed-responsive-21by9::before {
  3359. padding-top: 42.8571428571%; }
  3360.  
  3361. .embed-responsive-16by9::before {
  3362. padding-top: 56.25%; }
  3363.  
  3364. .embed-responsive-4by3::before {
  3365. padding-top: 75%; }
  3366.  
  3367. .embed-responsive-1by1::before {
  3368. padding-top: 100%; }
  3369.  
  3370. .close {
  3371. float: right;
  3372. font-size: 1.5rem;
  3373. font-weight: bold;
  3374. line-height: 1;
  3375. color: #000;
  3376. text-shadow: 0 1px 0 #fff;
  3377. opacity: .5; }
  3378. .close:focus, .close:hover {
  3379. color: #000;
  3380. text-decoration: none;
  3381. opacity: .75; }
  3382.  
  3383. button.close {
  3384. padding: 0;
  3385. background: transparent;
  3386. border: 0;
  3387. -webkit-appearance: none; }
  3388.  
  3389. .modal-open {
  3390. overflow: hidden; }
  3391.  
  3392. .modal {
  3393. position: fixed;
  3394. top: 0;
  3395. right: 0;
  3396. bottom: 0;
  3397. left: 0;
  3398. z-index: 1050;
  3399. display: none;
  3400. overflow: hidden;
  3401. outline: 0; }
  3402. .modal.fade .modal-dialog {
  3403. transition: transform 0.3s ease-out;
  3404. transform: translate(0, -25%); }
  3405. .modal.show .modal-dialog {
  3406. transform: translate(0, 0); }
  3407.  
  3408. .modal-open .modal {
  3409. overflow-x: hidden;
  3410. overflow-y: auto; }
  3411.  
  3412. .modal-dialog {
  3413. position: relative;
  3414. width: auto;
  3415. margin: 10px; }
  3416.  
  3417. .modal-content {
  3418. position: relative;
  3419. display: -ms-flexbox;
  3420. display: flex;
  3421. -ms-flex-direction: column;
  3422. flex-direction: column;
  3423. background-color: #fff;
  3424. background-clip: padding-box;
  3425. border: 1px solid rgba(0, 0, 0, 0.2);
  3426. outline: 0; }
  3427.  
  3428. .modal-backdrop {
  3429. position: fixed;
  3430. top: 0;
  3431. right: 0;
  3432. bottom: 0;
  3433. left: 0;
  3434. z-index: 1040;
  3435. background-color: #000; }
  3436. .modal-backdrop.fade {
  3437. opacity: 0; }
  3438. .modal-backdrop.show {
  3439. opacity: 0.5; }
  3440.  
  3441. .modal-header {
  3442. display: -ms-flexbox;
  3443. display: flex;
  3444. -ms-flex-align: center;
  3445. align-items: center;
  3446. -ms-flex-pack: justify;
  3447. justify-content: space-between;
  3448. padding: 15px;
  3449. border-bottom: 1px solid #eceeef; }
  3450.  
  3451. .modal-title {
  3452. margin-bottom: 0;
  3453. line-height: 1.5; }
  3454.  
  3455. .modal-body {
  3456. position: relative;
  3457. -ms-flex: 1 1 auto;
  3458. flex: 1 1 auto;
  3459. padding: 15px; }
  3460.  
  3461. .modal-footer {
  3462. display: -ms-flexbox;
  3463. display: flex;
  3464. -ms-flex-align: center;
  3465. align-items: center;
  3466. -ms-flex-pack: end;
  3467. justify-content: flex-end;
  3468. padding: 15px;
  3469. border-top: 1px solid #eceeef; }
  3470. .modal-footer > :not(:first-child) {
  3471. margin-left: .25rem; }
  3472. .modal-footer > :not(:last-child) {
  3473. margin-right: .25rem; }
  3474.  
  3475. .modal-scrollbar-measure {
  3476. position: absolute;
  3477. top: -9999px;
  3478. width: 50px;
  3479. height: 50px;
  3480. overflow: scroll; }
  3481.  
  3482. @media (min-width: 576px) {
  3483. .modal-dialog {
  3484. max-width: 500px;
  3485. margin: 30px auto; }
  3486. .modal-sm {
  3487. max-width: 300px; } }
  3488.  
  3489. @media (min-width: 992px) {
  3490. .modal-lg {
  3491. max-width: 800px; } }
  3492.  
  3493. .tooltip {
  3494. position: absolute;
  3495. z-index: 1070;
  3496. display: block;
  3497. font-family: "DIN Next LT Pro";
  3498. font-style: normal;
  3499. font-weight: normal;
  3500. line-height: 1.5;
  3501. text-align: left;
  3502. text-align: start;
  3503. text-decoration: none;
  3504. text-shadow: none;
  3505. text-transform: none;
  3506. letter-spacing: normal;
  3507. word-break: normal;
  3508. word-spacing: normal;
  3509. white-space: normal;
  3510. line-break: auto;
  3511. font-size: 0.875rem;
  3512. word-wrap: break-word;
  3513. opacity: 0; }
  3514. .tooltip.show {
  3515. opacity: 0.9; }
  3516. .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  3517. padding: 5px 0;
  3518. margin-top: -3px; }
  3519. .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  3520. bottom: 0;
  3521. left: 50%;
  3522. margin-left: -5px;
  3523. content: "";
  3524. border-width: 5px 5px 0;
  3525. border-top-color: #000; }
  3526. .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  3527. padding: 0 5px;
  3528. margin-left: 3px; }
  3529. .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  3530. top: 50%;
  3531. left: 0;
  3532. margin-top: -5px;
  3533. content: "";
  3534. border-width: 5px 5px 5px 0;
  3535. border-right-color: #000; }
  3536. .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  3537. padding: 5px 0;
  3538. margin-top: 3px; }
  3539. .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  3540. top: 0;
  3541. left: 50%;
  3542. margin-left: -5px;
  3543. content: "";
  3544. border-width: 0 5px 5px;
  3545. border-bottom-color: #000; }
  3546. .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  3547. padding: 0 5px;
  3548. margin-left: -3px; }
  3549. .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  3550. top: 50%;
  3551. right: 0;
  3552. margin-top: -5px;
  3553. content: "";
  3554. border-width: 5px 0 5px 5px;
  3555. border-left-color: #000; }
  3556.  
  3557. .tooltip-inner {
  3558. max-width: 200px;
  3559. padding: 3px 8px;
  3560. color: #fff;
  3561. text-align: center;
  3562. background-color: #000; }
  3563. .tooltip-inner::before {
  3564. position: absolute;
  3565. width: 0;
  3566. height: 0;
  3567. border-color: transparent;
  3568. border-style: solid; }
  3569.  
  3570. .popover {
  3571. position: absolute;
  3572. top: 0;
  3573. left: 0;
  3574. z-index: 1060;
  3575. display: block;
  3576. max-width: 276px;
  3577. padding: 1px;
  3578. font-family: "DIN Next LT Pro";
  3579. font-style: normal;
  3580. font-weight: normal;
  3581. line-height: 1.5;
  3582. text-align: left;
  3583. text-align: start;
  3584. text-decoration: none;
  3585. text-shadow: none;
  3586. text-transform: none;
  3587. letter-spacing: normal;
  3588. word-break: normal;
  3589. word-spacing: normal;
  3590. white-space: normal;
  3591. line-break: auto;
  3592. font-size: 0.875rem;
  3593. word-wrap: break-word;
  3594. background-color: #fff;
  3595. background-clip: padding-box;
  3596. border: 1px solid rgba(0, 0, 0, 0.2); }
  3597. .popover.popover-top, .popover.bs-tether-element-attached-bottom {
  3598. margin-top: -10px; }
  3599. .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  3600. left: 50%;
  3601. border-bottom-width: 0; }
  3602. .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  3603. bottom: -11px;
  3604. margin-left: -11px;
  3605. border-top-color: rgba(0, 0, 0, 0.25); }
  3606. .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  3607. bottom: -10px;
  3608. margin-left: -10px;
  3609. border-top-color: #fff; }
  3610. .popover.popover-right, .popover.bs-tether-element-attached-left {
  3611. margin-left: 10px; }
  3612. .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  3613. top: 50%;
  3614. border-left-width: 0; }
  3615. .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  3616. left: -11px;
  3617. margin-top: -11px;
  3618. border-right-color: rgba(0, 0, 0, 0.25); }
  3619. .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  3620. left: -10px;
  3621. margin-top: -10px;
  3622. border-right-color: #fff; }
  3623. .popover.popover-bottom, .popover.bs-tether-element-attached-top {
  3624. margin-top: 10px; }
  3625. .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  3626. left: 50%;
  3627. border-top-width: 0; }
  3628. .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  3629. top: -11px;
  3630. margin-left: -11px;
  3631. border-bottom-color: rgba(0, 0, 0, 0.25); }
  3632. .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  3633. top: -10px;
  3634. margin-left: -10px;
  3635. border-bottom-color: #fff; }
  3636. .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  3637. position: absolute;
  3638. top: 0;
  3639. left: 50%;
  3640. display: block;
  3641. width: 20px;
  3642. margin-left: -10px;
  3643. content: "";
  3644. border-bottom: 1px solid #f7f7f7; }
  3645. .popover.popover-left, .popover.bs-tether-element-attached-right {
  3646. margin-left: -10px; }
  3647. .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  3648. top: 50%;
  3649. border-right-width: 0; }
  3650. .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  3651. right: -11px;
  3652. margin-top: -11px;
  3653. border-left-color: rgba(0, 0, 0, 0.25); }
  3654. .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  3655. right: -10px;
  3656. margin-top: -10px;
  3657. border-left-color: #fff; }
  3658.  
  3659. .popover-title {
  3660. padding: 8px 14px;
  3661. margin-bottom: 0;
  3662. font-size: 1rem;
  3663. color: inherit;
  3664. background-color: #f7f7f7;
  3665. border-bottom: 1px solid #ebebeb; }
  3666. .popover-title:empty {
  3667. display: none; }
  3668.  
  3669. .popover-content {
  3670. padding: 9px 14px;
  3671. color: #3f4141; }
  3672.  
  3673. .popover::before,
  3674. .popover::after {
  3675. position: absolute;
  3676. display: block;
  3677. width: 0;
  3678. height: 0;
  3679. border-color: transparent;
  3680. border-style: solid; }
  3681.  
  3682. .popover::before {
  3683. content: "";
  3684. border-width: 11px; }
  3685.  
  3686. .popover::after {
  3687. content: "";
  3688. border-width: 10px; }
  3689.  
  3690. .carousel {
  3691. position: relative; }
  3692.  
  3693. .carousel-inner {
  3694. position: relative;
  3695. width: 100%;
  3696. overflow: hidden; }
  3697.  
  3698. .carousel-item {
  3699. position: relative;
  3700. display: none;
  3701. -ms-flex-align: center;
  3702. align-items: center;
  3703. width: 100%;
  3704. transition: transform 0.6s ease;
  3705. -webkit-backface-visibility: hidden;
  3706. backface-visibility: hidden;
  3707. perspective: 1000px; }
  3708.  
  3709. .carousel-item.active,
  3710. .carousel-item-next,
  3711. .carousel-item-prev {
  3712. display: -ms-flexbox;
  3713. display: flex; }
  3714.  
  3715. .carousel-item-next,
  3716. .carousel-item-prev {
  3717. position: absolute;
  3718. top: 0; }
  3719.  
  3720. .carousel-item-next.carousel-item-left,
  3721. .carousel-item-prev.carousel-item-right {
  3722. transform: translate3d(0, 0, 0); }
  3723.  
  3724. .carousel-item-next,
  3725. .active.carousel-item-right {
  3726. transform: translate3d(100%, 0, 0); }
  3727.  
  3728. .carousel-item-prev,
  3729. .active.carousel-item-left {
  3730. transform: translate3d(-100%, 0, 0); }
  3731.  
  3732. .carousel-control-prev,
  3733. .carousel-control-next {
  3734. position: absolute;
  3735. top: 0;
  3736. bottom: 0;
  3737. display: -ms-flexbox;
  3738. display: flex;
  3739. -ms-flex-align: center;
  3740. align-items: center;
  3741. -ms-flex-pack: center;
  3742. justify-content: center;
  3743. width: 15%;
  3744. color: #fff;
  3745. text-align: center;
  3746. opacity: 0.5; }
  3747. .carousel-control-prev:focus, .carousel-control-prev:hover,
  3748. .carousel-control-next:focus,
  3749. .carousel-control-next:hover {
  3750. color: #fff;
  3751. text-decoration: none;
  3752. outline: 0;
  3753. opacity: .9; }
  3754.  
  3755. .carousel-control-prev {
  3756. left: 0; }
  3757.  
  3758. .carousel-control-next {
  3759. right: 0; }
  3760.  
  3761. .carousel-control-prev-icon,
  3762. .carousel-control-next-icon {
  3763. display: inline-block;
  3764. width: 20px;
  3765. height: 20px;
  3766. background: transparent no-repeat center center;
  3767. background-size: 100% 100%; }
  3768.  
  3769. .carousel-control-prev-icon {
  3770. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  3771.  
  3772. .carousel-control-next-icon {
  3773. background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  3774.  
  3775. .carousel-indicators {
  3776. position: absolute;
  3777. right: 0;
  3778. bottom: 10px;
  3779. left: 0;
  3780. z-index: 15;
  3781. display: -ms-flexbox;
  3782. display: flex;
  3783. -ms-flex-pack: center;
  3784. justify-content: center;
  3785. padding-left: 0;
  3786. margin-right: 15%;
  3787. margin-left: 15%;
  3788. list-style: none; }
  3789. .carousel-indicators li {
  3790. position: relative;
  3791. -ms-flex: 1 0 auto;
  3792. flex: 1 0 auto;
  3793. max-width: 30px;
  3794. height: 3px;
  3795. margin-right: 3px;
  3796. margin-left: 3px;
  3797. text-indent: -999px;
  3798. background-color: rgba(255, 255, 255, 0.5); }
  3799. .carousel-indicators li::before {
  3800. position: absolute;
  3801. top: -10px;
  3802. left: 0;
  3803. display: inline-block;
  3804. width: 100%;
  3805. height: 10px;
  3806. content: ""; }
  3807. .carousel-indicators li::after {
  3808. position: absolute;
  3809. bottom: -10px;
  3810. left: 0;
  3811. display: inline-block;
  3812. width: 100%;
  3813. height: 10px;
  3814. content: ""; }
  3815. .carousel-indicators .active {
  3816. background-color: #fff; }
  3817.  
  3818. .carousel-caption {
  3819. position: absolute;
  3820. right: 15%;
  3821. bottom: 20px;
  3822. left: 15%;
  3823. z-index: 10;
  3824. padding-top: 20px;
  3825. padding-bottom: 20px;
  3826. color: #fff;
  3827. text-align: center; }
  3828.  
  3829. .align-baseline {
  3830. vertical-align: baseline !important; }
  3831.  
  3832. .align-top {
  3833. vertical-align: top !important; }
  3834.  
  3835. .align-middle {
  3836. vertical-align: middle !important; }
  3837.  
  3838. .align-bottom {
  3839. vertical-align: bottom !important; }
  3840.  
  3841. .align-text-bottom {
  3842. vertical-align: text-bottom !important; }
  3843.  
  3844. .align-text-top {
  3845. vertical-align: text-top !important; }
  3846.  
  3847. .bg-faded {
  3848. background-color: #f7f7f7; }
  3849.  
  3850. .bg-primary {
  3851. background-color: #1bb25e !important; }
  3852.  
  3853. a.bg-primary:focus, a.bg-primary:hover {
  3854. background-color: #148647 !important; }
  3855.  
  3856. .bg-success {
  3857. background-color: #5cb85c !important; }
  3858.  
  3859. a.bg-success:focus, a.bg-success:hover {
  3860. background-color: #449d44 !important; }
  3861.  
  3862. .bg-info {
  3863. background-color: #5bc0de !important; }
  3864.  
  3865. a.bg-info:focus, a.bg-info:hover {
  3866. background-color: #31b0d5 !important; }
  3867.  
  3868. .bg-warning {
  3869. background-color: #f0ad4e !important; }
  3870.  
  3871. a.bg-warning:focus, a.bg-warning:hover {
  3872. background-color: #ec971f !important; }
  3873.  
  3874. .bg-danger {
  3875. background-color: #d9534f !important; }
  3876.  
  3877. a.bg-danger:focus, a.bg-danger:hover {
  3878. background-color: #c9302c !important; }
  3879.  
  3880. .bg-inverse {
  3881. background-color: #292b2c !important; }
  3882.  
  3883. a.bg-inverse:focus, a.bg-inverse:hover {
  3884. background-color: #101112 !important; }
  3885.  
  3886. .border-0 {
  3887. border: 0 !important; }
  3888.  
  3889. .border-top-0 {
  3890. border-top: 0 !important; }
  3891.  
  3892. .border-right-0 {
  3893. border-right: 0 !important; }
  3894.  
  3895. .border-bottom-0 {
  3896. border-bottom: 0 !important; }
  3897.  
  3898. .border-left-0 {
  3899. border-left: 0 !important; }
  3900.  
  3901. .rounded-circle {
  3902. border-radius: 50%; }
  3903.  
  3904. .rounded-0 {
  3905. border-radius: 0; }
  3906.  
  3907. .clearfix::after {
  3908. display: block;
  3909. clear: both;
  3910. content: ""; }
  3911.  
  3912. .d-none {
  3913. display: none !important; }
  3914.  
  3915. .d-inline {
  3916. display: inline !important; }
  3917.  
  3918. .d-inline-block {
  3919. display: inline-block !important; }
  3920.  
  3921. .d-block {
  3922. display: block !important; }
  3923.  
  3924. .d-table {
  3925. display: table !important; }
  3926.  
  3927. .d-table-cell {
  3928. display: table-cell !important; }
  3929.  
  3930. .d-flex, .bottom .windows .socialmedia .image .hover, .search .body .wrapper .container div[class*="col-"],
  3931. .error404 .body .wrapper .container div[class*="col-"],
  3932. .page-id-49 .body .wrapper .container div[class*="col-"],
  3933. .page-id-50 .body .wrapper .container div[class*="col-"] {
  3934. display: -ms-flexbox !important;
  3935. display: flex !important; }
  3936.  
  3937. .d-inline-flex {
  3938. display: -ms-inline-flexbox !important;
  3939. display: inline-flex !important; }
  3940.  
  3941. @media (min-width: 576px) {
  3942. .d-sm-none {
  3943. display: none !important; }
  3944. .d-sm-inline {
  3945. display: inline !important; }
  3946. .d-sm-inline-block {
  3947. display: inline-block !important; }
  3948. .d-sm-block {
  3949. display: block !important; }
  3950. .d-sm-table {
  3951. display: table !important; }
  3952. .d-sm-table-cell {
  3953. display: table-cell !important; }
  3954. .d-sm-flex {
  3955. display: -ms-flexbox !important;
  3956. display: flex !important; }
  3957. .d-sm-inline-flex {
  3958. display: -ms-inline-flexbox !important;
  3959. display: inline-flex !important; } }
  3960.  
  3961. @media (min-width: 768px) {
  3962. .d-md-none {
  3963. display: none !important; }
  3964. .d-md-inline {
  3965. display: inline !important; }
  3966. .d-md-inline-block {
  3967. display: inline-block !important; }
  3968. .d-md-block {
  3969. display: block !important; }
  3970. .d-md-table {
  3971. display: table !important; }
  3972. .d-md-table-cell {
  3973. display: table-cell !important; }
  3974. .d-md-flex {
  3975. display: -ms-flexbox !important;
  3976. display: flex !important; }
  3977. .d-md-inline-flex {
  3978. display: -ms-inline-flexbox !important;
  3979. display: inline-flex !important; } }
  3980.  
  3981. @media (min-width: 992px) {
  3982. .d-lg-none {
  3983. display: none !important; }
  3984. .d-lg-inline {
  3985. display: inline !important; }
  3986. .d-lg-inline-block {
  3987. display: inline-block !important; }
  3988. .d-lg-block {
  3989. display: block !important; }
  3990. .d-lg-table {
  3991. display: table !important; }
  3992. .d-lg-table-cell {
  3993. display: table-cell !important; }
  3994. .d-lg-flex {
  3995. display: -ms-flexbox !important;
  3996. display: flex !important; }
  3997. .d-lg-inline-flex {
  3998. display: -ms-inline-flexbox !important;
  3999. display: inline-flex !important; } }
  4000.  
  4001. @media (min-width: 1200px) {
  4002. .d-xl-none {
  4003. display: none !important; }
  4004. .d-xl-inline {
  4005. display: inline !important; }
  4006. .d-xl-inline-block {
  4007. display: inline-block !important; }
  4008. .d-xl-block {
  4009. display: block !important; }
  4010. .d-xl-table {
  4011. display: table !important; }
  4012. .d-xl-table-cell {
  4013. display: table-cell !important; }
  4014. .d-xl-flex {
  4015. display: -ms-flexbox !important;
  4016. display: flex !important; }
  4017. .d-xl-inline-flex {
  4018. display: -ms-inline-flexbox !important;
  4019. display: inline-flex !important; } }
  4020.  
  4021. .d-print-block {
  4022. display: none !important; }
  4023. @media print {
  4024. .d-print-block {
  4025. display: block !important; } }
  4026.  
  4027. .d-print-inline {
  4028. display: none !important; }
  4029. @media print {
  4030. .d-print-inline {
  4031. display: inline !important; } }
  4032.  
  4033. .d-print-inline-block {
  4034. display: none !important; }
  4035. @media print {
  4036. .d-print-inline-block {
  4037. display: inline-block !important; } }
  4038.  
  4039. @media print {
  4040. .d-print-none {
  4041. display: none !important; } }
  4042.  
  4043. .order-first {
  4044. -ms-flex-order: -1;
  4045. order: -1; }
  4046.  
  4047. .order-last {
  4048. -ms-flex-order: 1;
  4049. order: 1; }
  4050.  
  4051. .order-0 {
  4052. -ms-flex-order: 0;
  4053. order: 0; }
  4054.  
  4055. .flex-row {
  4056. -ms-flex-direction: row !important;
  4057. flex-direction: row !important; }
  4058.  
  4059. .flex-column {
  4060. -ms-flex-direction: column !important;
  4061. flex-direction: column !important; }
  4062.  
  4063. .flex-row-reverse {
  4064. -ms-flex-direction: row-reverse !important;
  4065. flex-direction: row-reverse !important; }
  4066.  
  4067. .flex-column-reverse {
  4068. -ms-flex-direction: column-reverse !important;
  4069. flex-direction: column-reverse !important; }
  4070.  
  4071. .flex-wrap {
  4072. -ms-flex-wrap: wrap !important;
  4073. flex-wrap: wrap !important; }
  4074.  
  4075. .flex-nowrap {
  4076. -ms-flex-wrap: nowrap !important;
  4077. flex-wrap: nowrap !important; }
  4078.  
  4079. .flex-wrap-reverse {
  4080. -ms-flex-wrap: wrap-reverse !important;
  4081. flex-wrap: wrap-reverse !important; }
  4082.  
  4083. .justify-content-start {
  4084. -ms-flex-pack: start !important;
  4085. justify-content: flex-start !important; }
  4086.  
  4087. .justify-content-end {
  4088. -ms-flex-pack: end !important;
  4089. justify-content: flex-end !important; }
  4090.  
  4091. .justify-content-center {
  4092. -ms-flex-pack: center !important;
  4093. justify-content: center !important; }
  4094.  
  4095. .justify-content-between {
  4096. -ms-flex-pack: justify !important;
  4097. justify-content: space-between !important; }
  4098.  
  4099. .justify-content-around {
  4100. -ms-flex-pack: distribute !important;
  4101. justify-content: space-around !important; }
  4102.  
  4103. .align-items-start {
  4104. -ms-flex-align: start !important;
  4105. align-items: flex-start !important; }
  4106.  
  4107. .align-items-end {
  4108. -ms-flex-align: end !important;
  4109. align-items: flex-end !important; }
  4110.  
  4111. .align-items-center, .bottom .windows .window, .bottom .windows .socialmedia .image .hover, .search .body .wrapper .container div[class*="col-"],
  4112. .error404 .body .wrapper .container div[class*="col-"],
  4113. .page-id-49 .body .wrapper .container div[class*="col-"],
  4114. .page-id-50 .body .wrapper .container div[class*="col-"] {
  4115. -ms-flex-align: center !important;
  4116. align-items: center !important; }
  4117.  
  4118. .align-items-baseline {
  4119. -ms-flex-align: baseline !important;
  4120. align-items: baseline !important; }
  4121.  
  4122. .align-items-stretch {
  4123. -ms-flex-align: stretch !important;
  4124. align-items: stretch !important; }
  4125.  
  4126. .align-content-start {
  4127. -ms-flex-line-pack: start !important;
  4128. align-content: flex-start !important; }
  4129.  
  4130. .align-content-end {
  4131. -ms-flex-line-pack: end !important;
  4132. align-content: flex-end !important; }
  4133.  
  4134. .align-content-center {
  4135. -ms-flex-line-pack: center !important;
  4136. align-content: center !important; }
  4137.  
  4138. .align-content-between {
  4139. -ms-flex-line-pack: justify !important;
  4140. align-content: space-between !important; }
  4141.  
  4142. .align-content-around {
  4143. -ms-flex-line-pack: distribute !important;
  4144. align-content: space-around !important; }
  4145.  
  4146. .align-content-stretch {
  4147. -ms-flex-line-pack: stretch !important;
  4148. align-content: stretch !important; }
  4149.  
  4150. .align-self-auto {
  4151. -ms-flex-item-align: auto !important;
  4152. -ms-grid-row-align: auto !important;
  4153. align-self: auto !important; }
  4154.  
  4155. .align-self-start {
  4156. -ms-flex-item-align: start !important;
  4157. align-self: flex-start !important; }
  4158.  
  4159. .align-self-end {
  4160. -ms-flex-item-align: end !important;
  4161. align-self: flex-end !important; }
  4162.  
  4163. .align-self-center {
  4164. -ms-flex-item-align: center !important;
  4165. -ms-grid-row-align: center !important;
  4166. align-self: center !important; }
  4167.  
  4168. .align-self-baseline {
  4169. -ms-flex-item-align: baseline !important;
  4170. align-self: baseline !important; }
  4171.  
  4172. .align-self-stretch {
  4173. -ms-flex-item-align: stretch !important;
  4174. -ms-grid-row-align: stretch !important;
  4175. align-self: stretch !important; }
  4176.  
  4177. @media (min-width: 576px) {
  4178. .order-sm-first {
  4179. -ms-flex-order: -1;
  4180. order: -1; }
  4181. .order-sm-last {
  4182. -ms-flex-order: 1;
  4183. order: 1; }
  4184. .order-sm-0 {
  4185. -ms-flex-order: 0;
  4186. order: 0; }
  4187. .flex-sm-row {
  4188. -ms-flex-direction: row !important;
  4189. flex-direction: row !important; }
  4190. .flex-sm-column {
  4191. -ms-flex-direction: column !important;
  4192. flex-direction: column !important; }
  4193. .flex-sm-row-reverse {
  4194. -ms-flex-direction: row-reverse !important;
  4195. flex-direction: row-reverse !important; }
  4196. .flex-sm-column-reverse {
  4197. -ms-flex-direction: column-reverse !important;
  4198. flex-direction: column-reverse !important; }
  4199. .flex-sm-wrap {
  4200. -ms-flex-wrap: wrap !important;
  4201. flex-wrap: wrap !important; }
  4202. .flex-sm-nowrap {
  4203. -ms-flex-wrap: nowrap !important;
  4204. flex-wrap: nowrap !important; }
  4205. .flex-sm-wrap-reverse {
  4206. -ms-flex-wrap: wrap-reverse !important;
  4207. flex-wrap: wrap-reverse !important; }
  4208. .justify-content-sm-start {
  4209. -ms-flex-pack: start !important;
  4210. justify-content: flex-start !important; }
  4211. .justify-content-sm-end {
  4212. -ms-flex-pack: end !important;
  4213. justify-content: flex-end !important; }
  4214. .justify-content-sm-center {
  4215. -ms-flex-pack: center !important;
  4216. justify-content: center !important; }
  4217. .justify-content-sm-between {
  4218. -ms-flex-pack: justify !important;
  4219. justify-content: space-between !important; }
  4220. .justify-content-sm-around {
  4221. -ms-flex-pack: distribute !important;
  4222. justify-content: space-around !important; }
  4223. .align-items-sm-start {
  4224. -ms-flex-align: start !important;
  4225. align-items: flex-start !important; }
  4226. .align-items-sm-end {
  4227. -ms-flex-align: end !important;
  4228. align-items: flex-end !important; }
  4229. .align-items-sm-center {
  4230. -ms-flex-align: center !important;
  4231. align-items: center !important; }
  4232. .align-items-sm-baseline {
  4233. -ms-flex-align: baseline !important;
  4234. align-items: baseline !important; }
  4235. .align-items-sm-stretch {
  4236. -ms-flex-align: stretch !important;
  4237. align-items: stretch !important; }
  4238. .align-content-sm-start {
  4239. -ms-flex-line-pack: start !important;
  4240. align-content: flex-start !important; }
  4241. .align-content-sm-end {
  4242. -ms-flex-line-pack: end !important;
  4243. align-content: flex-end !important; }
  4244. .align-content-sm-center {
  4245. -ms-flex-line-pack: center !important;
  4246. align-content: center !important; }
  4247. .align-content-sm-between {
  4248. -ms-flex-line-pack: justify !important;
  4249. align-content: space-between !important; }
  4250. .align-content-sm-around {
  4251. -ms-flex-line-pack: distribute !important;
  4252. align-content: space-around !important; }
  4253. .align-content-sm-stretch {
  4254. -ms-flex-line-pack: stretch !important;
  4255. align-content: stretch !important; }
  4256. .align-self-sm-auto {
  4257. -ms-flex-item-align: auto !important;
  4258. -ms-grid-row-align: auto !important;
  4259. align-self: auto !important; }
  4260. .align-self-sm-start {
  4261. -ms-flex-item-align: start !important;
  4262. align-self: flex-start !important; }
  4263. .align-self-sm-end {
  4264. -ms-flex-item-align: end !important;
  4265. align-self: flex-end !important; }
  4266. .align-self-sm-center {
  4267. -ms-flex-item-align: center !important;
  4268. -ms-grid-row-align: center !important;
  4269. align-self: center !important; }
  4270. .align-self-sm-baseline {
  4271. -ms-flex-item-align: baseline !important;
  4272. align-self: baseline !important; }
  4273. .align-self-sm-stretch {
  4274. -ms-flex-item-align: stretch !important;
  4275. -ms-grid-row-align: stretch !important;
  4276. align-self: stretch !important; } }
  4277.  
  4278. @media (min-width: 768px) {
  4279. .order-md-first {
  4280. -ms-flex-order: -1;
  4281. order: -1; }
  4282. .order-md-last {
  4283. -ms-flex-order: 1;
  4284. order: 1; }
  4285. .order-md-0 {
  4286. -ms-flex-order: 0;
  4287. order: 0; }
  4288. .flex-md-row {
  4289. -ms-flex-direction: row !important;
  4290. flex-direction: row !important; }
  4291. .flex-md-column {
  4292. -ms-flex-direction: column !important;
  4293. flex-direction: column !important; }
  4294. .flex-md-row-reverse {
  4295. -ms-flex-direction: row-reverse !important;
  4296. flex-direction: row-reverse !important; }
  4297. .flex-md-column-reverse {
  4298. -ms-flex-direction: column-reverse !important;
  4299. flex-direction: column-reverse !important; }
  4300. .flex-md-wrap {
  4301. -ms-flex-wrap: wrap !important;
  4302. flex-wrap: wrap !important; }
  4303. .flex-md-nowrap {
  4304. -ms-flex-wrap: nowrap !important;
  4305. flex-wrap: nowrap !important; }
  4306. .flex-md-wrap-reverse {
  4307. -ms-flex-wrap: wrap-reverse !important;
  4308. flex-wrap: wrap-reverse !important; }
  4309. .justify-content-md-start {
  4310. -ms-flex-pack: start !important;
  4311. justify-content: flex-start !important; }
  4312. .justify-content-md-end {
  4313. -ms-flex-pack: end !important;
  4314. justify-content: flex-end !important; }
  4315. .justify-content-md-center {
  4316. -ms-flex-pack: center !important;
  4317. justify-content: center !important; }
  4318. .justify-content-md-between {
  4319. -ms-flex-pack: justify !important;
  4320. justify-content: space-between !important; }
  4321. .justify-content-md-around {
  4322. -ms-flex-pack: distribute !important;
  4323. justify-content: space-around !important; }
  4324. .align-items-md-start {
  4325. -ms-flex-align: start !important;
  4326. align-items: flex-start !important; }
  4327. .align-items-md-end {
  4328. -ms-flex-align: end !important;
  4329. align-items: flex-end !important; }
  4330. .align-items-md-center {
  4331. -ms-flex-align: center !important;
  4332. align-items: center !important; }
  4333. .align-items-md-baseline {
  4334. -ms-flex-align: baseline !important;
  4335. align-items: baseline !important; }
  4336. .align-items-md-stretch {
  4337. -ms-flex-align: stretch !important;
  4338. align-items: stretch !important; }
  4339. .align-content-md-start {
  4340. -ms-flex-line-pack: start !important;
  4341. align-content: flex-start !important; }
  4342. .align-content-md-end {
  4343. -ms-flex-line-pack: end !important;
  4344. align-content: flex-end !important; }
  4345. .align-content-md-center {
  4346. -ms-flex-line-pack: center !important;
  4347. align-content: center !important; }
  4348. .align-content-md-between {
  4349. -ms-flex-line-pack: justify !important;
  4350. align-content: space-between !important; }
  4351. .align-content-md-around {
  4352. -ms-flex-line-pack: distribute !important;
  4353. align-content: space-around !important; }
  4354. .align-content-md-stretch {
  4355. -ms-flex-line-pack: stretch !important;
  4356. align-content: stretch !important; }
  4357. .align-self-md-auto {
  4358. -ms-flex-item-align: auto !important;
  4359. -ms-grid-row-align: auto !important;
  4360. align-self: auto !important; }
  4361. .align-self-md-start {
  4362. -ms-flex-item-align: start !important;
  4363. align-self: flex-start !important; }
  4364. .align-self-md-end {
  4365. -ms-flex-item-align: end !important;
  4366. align-self: flex-end !important; }
  4367. .align-self-md-center {
  4368. -ms-flex-item-align: center !important;
  4369. -ms-grid-row-align: center !important;
  4370. align-self: center !important; }
  4371. .align-self-md-baseline {
  4372. -ms-flex-item-align: baseline !important;
  4373. align-self: baseline !important; }
  4374. .align-self-md-stretch {
  4375. -ms-flex-item-align: stretch !important;
  4376. -ms-grid-row-align: stretch !important;
  4377. align-self: stretch !important; } }
  4378.  
  4379. @media (min-width: 992px) {
  4380. .order-lg-first {
  4381. -ms-flex-order: -1;
  4382. order: -1; }
  4383. .order-lg-last {
  4384. -ms-flex-order: 1;
  4385. order: 1; }
  4386. .order-lg-0 {
  4387. -ms-flex-order: 0;
  4388. order: 0; }
  4389. .flex-lg-row {
  4390. -ms-flex-direction: row !important;
  4391. flex-direction: row !important; }
  4392. .flex-lg-column {
  4393. -ms-flex-direction: column !important;
  4394. flex-direction: column !important; }
  4395. .flex-lg-row-reverse {
  4396. -ms-flex-direction: row-reverse !important;
  4397. flex-direction: row-reverse !important; }
  4398. .flex-lg-column-reverse {
  4399. -ms-flex-direction: column-reverse !important;
  4400. flex-direction: column-reverse !important; }
  4401. .flex-lg-wrap {
  4402. -ms-flex-wrap: wrap !important;
  4403. flex-wrap: wrap !important; }
  4404. .flex-lg-nowrap {
  4405. -ms-flex-wrap: nowrap !important;
  4406. flex-wrap: nowrap !important; }
  4407. .flex-lg-wrap-reverse {
  4408. -ms-flex-wrap: wrap-reverse !important;
  4409. flex-wrap: wrap-reverse !important; }
  4410. .justify-content-lg-start {
  4411. -ms-flex-pack: start !important;
  4412. justify-content: flex-start !important; }
  4413. .justify-content-lg-end {
  4414. -ms-flex-pack: end !important;
  4415. justify-content: flex-end !important; }
  4416. .justify-content-lg-center {
  4417. -ms-flex-pack: center !important;
  4418. justify-content: center !important; }
  4419. .justify-content-lg-between {
  4420. -ms-flex-pack: justify !important;
  4421. justify-content: space-between !important; }
  4422. .justify-content-lg-around {
  4423. -ms-flex-pack: distribute !important;
  4424. justify-content: space-around !important; }
  4425. .align-items-lg-start {
  4426. -ms-flex-align: start !important;
  4427. align-items: flex-start !important; }
  4428. .align-items-lg-end {
  4429. -ms-flex-align: end !important;
  4430. align-items: flex-end !important; }
  4431. .align-items-lg-center {
  4432. -ms-flex-align: center !important;
  4433. align-items: center !important; }
  4434. .align-items-lg-baseline {
  4435. -ms-flex-align: baseline !important;
  4436. align-items: baseline !important; }
  4437. .align-items-lg-stretch {
  4438. -ms-flex-align: stretch !important;
  4439. align-items: stretch !important; }
  4440. .align-content-lg-start {
  4441. -ms-flex-line-pack: start !important;
  4442. align-content: flex-start !important; }
  4443. .align-content-lg-end {
  4444. -ms-flex-line-pack: end !important;
  4445. align-content: flex-end !important; }
  4446. .align-content-lg-center {
  4447. -ms-flex-line-pack: center !important;
  4448. align-content: center !important; }
  4449. .align-content-lg-between {
  4450. -ms-flex-line-pack: justify !important;
  4451. align-content: space-between !important; }
  4452. .align-content-lg-around {
  4453. -ms-flex-line-pack: distribute !important;
  4454. align-content: space-around !important; }
  4455. .align-content-lg-stretch {
  4456. -ms-flex-line-pack: stretch !important;
  4457. align-content: stretch !important; }
  4458. .align-self-lg-auto {
  4459. -ms-flex-item-align: auto !important;
  4460. -ms-grid-row-align: auto !important;
  4461. align-self: auto !important; }
  4462. .align-self-lg-start {
  4463. -ms-flex-item-align: start !important;
  4464. align-self: flex-start !important; }
  4465. .align-self-lg-end {
  4466. -ms-flex-item-align: end !important;
  4467. align-self: flex-end !important; }
  4468. .align-self-lg-center {
  4469. -ms-flex-item-align: center !important;
  4470. -ms-grid-row-align: center !important;
  4471. align-self: center !important; }
  4472. .align-self-lg-baseline {
  4473. -ms-flex-item-align: baseline !important;
  4474. align-self: baseline !important; }
  4475. .align-self-lg-stretch {
  4476. -ms-flex-item-align: stretch !important;
  4477. -ms-grid-row-align: stretch !important;
  4478. align-self: stretch !important; } }
  4479.  
  4480. @media (min-width: 1200px) {
  4481. .order-xl-first {
  4482. -ms-flex-order: -1;
  4483. order: -1; }
  4484. .order-xl-last {
  4485. -ms-flex-order: 1;
  4486. order: 1; }
  4487. .order-xl-0 {
  4488. -ms-flex-order: 0;
  4489. order: 0; }
  4490. .flex-xl-row {
  4491. -ms-flex-direction: row !important;
  4492. flex-direction: row !important; }
  4493. .flex-xl-column {
  4494. -ms-flex-direction: column !important;
  4495. flex-direction: column !important; }
  4496. .flex-xl-row-reverse {
  4497. -ms-flex-direction: row-reverse !important;
  4498. flex-direction: row-reverse !important; }
  4499. .flex-xl-column-reverse {
  4500. -ms-flex-direction: column-reverse !important;
  4501. flex-direction: column-reverse !important; }
  4502. .flex-xl-wrap {
  4503. -ms-flex-wrap: wrap !important;
  4504. flex-wrap: wrap !important; }
  4505. .flex-xl-nowrap {
  4506. -ms-flex-wrap: nowrap !important;
  4507. flex-wrap: nowrap !important; }
  4508. .flex-xl-wrap-reverse {
  4509. -ms-flex-wrap: wrap-reverse !important;
  4510. flex-wrap: wrap-reverse !important; }
  4511. .justify-content-xl-start {
  4512. -ms-flex-pack: start !important;
  4513. justify-content: flex-start !important; }
  4514. .justify-content-xl-end {
  4515. -ms-flex-pack: end !important;
  4516. justify-content: flex-end !important; }
  4517. .justify-content-xl-center {
  4518. -ms-flex-pack: center !important;
  4519. justify-content: center !important; }
  4520. .justify-content-xl-between {
  4521. -ms-flex-pack: justify !important;
  4522. justify-content: space-between !important; }
  4523. .justify-content-xl-around {
  4524. -ms-flex-pack: distribute !important;
  4525. justify-content: space-around !important; }
  4526. .align-items-xl-start {
  4527. -ms-flex-align: start !important;
  4528. align-items: flex-start !important; }
  4529. .align-items-xl-end {
  4530. -ms-flex-align: end !important;
  4531. align-items: flex-end !important; }
  4532. .align-items-xl-center {
  4533. -ms-flex-align: center !important;
  4534. align-items: center !important; }
  4535. .align-items-xl-baseline {
  4536. -ms-flex-align: baseline !important;
  4537. align-items: baseline !important; }
  4538. .align-items-xl-stretch {
  4539. -ms-flex-align: stretch !important;
  4540. align-items: stretch !important; }
  4541. .align-content-xl-start {
  4542. -ms-flex-line-pack: start !important;
  4543. align-content: flex-start !important; }
  4544. .align-content-xl-end {
  4545. -ms-flex-line-pack: end !important;
  4546. align-content: flex-end !important; }
  4547. .align-content-xl-center {
  4548. -ms-flex-line-pack: center !important;
  4549. align-content: center !important; }
  4550. .align-content-xl-between {
  4551. -ms-flex-line-pack: justify !important;
  4552. align-content: space-between !important; }
  4553. .align-content-xl-around {
  4554. -ms-flex-line-pack: distribute !important;
  4555. align-content: space-around !important; }
  4556. .align-content-xl-stretch {
  4557. -ms-flex-line-pack: stretch !important;
  4558. align-content: stretch !important; }
  4559. .align-self-xl-auto {
  4560. -ms-flex-item-align: auto !important;
  4561. -ms-grid-row-align: auto !important;
  4562. align-self: auto !important; }
  4563. .align-self-xl-start {
  4564. -ms-flex-item-align: start !important;
  4565. align-self: flex-start !important; }
  4566. .align-self-xl-end {
  4567. -ms-flex-item-align: end !important;
  4568. align-self: flex-end !important; }
  4569. .align-self-xl-center {
  4570. -ms-flex-item-align: center !important;
  4571. -ms-grid-row-align: center !important;
  4572. align-self: center !important; }
  4573. .align-self-xl-baseline {
  4574. -ms-flex-item-align: baseline !important;
  4575. align-self: baseline !important; }
  4576. .align-self-xl-stretch {
  4577. -ms-flex-item-align: stretch !important;
  4578. -ms-grid-row-align: stretch !important;
  4579. align-self: stretch !important; } }
  4580.  
  4581. .float-left {
  4582. float: left !important; }
  4583.  
  4584. .float-right {
  4585. float: right !important; }
  4586.  
  4587. .float-none {
  4588. float: none !important; }
  4589.  
  4590. @media (min-width: 576px) {
  4591. .float-sm-left {
  4592. float: left !important; }
  4593. .float-sm-right {
  4594. float: right !important; }
  4595. .float-sm-none {
  4596. float: none !important; } }
  4597.  
  4598. @media (min-width: 768px) {
  4599. .float-md-left {
  4600. float: left !important; }
  4601. .float-md-right {
  4602. float: right !important; }
  4603. .float-md-none {
  4604. float: none !important; } }
  4605.  
  4606. @media (min-width: 992px) {
  4607. .float-lg-left {
  4608. float: left !important; }
  4609. .float-lg-right {
  4610. float: right !important; }
  4611. .float-lg-none {
  4612. float: none !important; } }
  4613.  
  4614. @media (min-width: 1200px) {
  4615. .float-xl-left {
  4616. float: left !important; }
  4617. .float-xl-right {
  4618. float: right !important; }
  4619. .float-xl-none {
  4620. float: none !important; } }
  4621.  
  4622. .fixed-top {
  4623. position: fixed;
  4624. top: 0;
  4625. right: 0;
  4626. left: 0;
  4627. z-index: 1030; }
  4628.  
  4629. .fixed-bottom {
  4630. position: fixed;
  4631. right: 0;
  4632. bottom: 0;
  4633. left: 0;
  4634. z-index: 1030; }
  4635.  
  4636. .sticky-top {
  4637. position: -webkit-sticky;
  4638. position: sticky;
  4639. top: 0;
  4640. z-index: 1020; }
  4641.  
  4642. .sr-only {
  4643. position: absolute;
  4644. width: 1px;
  4645. height: 1px;
  4646. padding: 0;
  4647. overflow: hidden;
  4648. clip: rect(0, 0, 0, 0);
  4649. white-space: nowrap;
  4650. -webkit-clip-path: inset(50%);
  4651. clip-path: inset(50%);
  4652. border: 0; }
  4653.  
  4654. .sr-only-focusable:active, .sr-only-focusable:focus {
  4655. position: static;
  4656. width: auto;
  4657. height: auto;
  4658. overflow: visible;
  4659. clip: auto;
  4660. white-space: normal;
  4661. -webkit-clip-path: none;
  4662. clip-path: none; }
  4663.  
  4664. .w-25 {
  4665. width: 25% !important; }
  4666.  
  4667. .w-50 {
  4668. width: 50% !important; }
  4669.  
  4670. .w-75 {
  4671. width: 75% !important; }
  4672.  
  4673. .w-100 {
  4674. width: 100% !important; }
  4675.  
  4676. .h-25 {
  4677. height: 25% !important; }
  4678.  
  4679. .h-50 {
  4680. height: 50% !important; }
  4681.  
  4682. .h-75 {
  4683. height: 75% !important; }
  4684.  
  4685. .h-100 {
  4686. height: 100% !important; }
  4687.  
  4688. .mw-100 {
  4689. max-width: 100% !important; }
  4690.  
  4691. .mh-100 {
  4692. max-height: 100% !important; }
  4693.  
  4694. .m-0 {
  4695. margin: 0 !important; }
  4696.  
  4697. .mt-0 {
  4698. margin-top: 0 !important; }
  4699.  
  4700. .mr-0 {
  4701. margin-right: 0 !important; }
  4702.  
  4703. .mb-0 {
  4704. margin-bottom: 0 !important; }
  4705.  
  4706. .ml-0 {
  4707. margin-left: 0 !important; }
  4708.  
  4709. .mx-0 {
  4710. margin-right: 0 !important;
  4711. margin-left: 0 !important; }
  4712.  
  4713. .my-0 {
  4714. margin-top: 0 !important;
  4715. margin-bottom: 0 !important; }
  4716.  
  4717. .m-1 {
  4718. margin: 0.25rem !important; }
  4719.  
  4720. .mt-1 {
  4721. margin-top: 0.25rem !important; }
  4722.  
  4723. .mr-1 {
  4724. margin-right: 0.25rem !important; }
  4725.  
  4726. .mb-1 {
  4727. margin-bottom: 0.25rem !important; }
  4728.  
  4729. .ml-1 {
  4730. margin-left: 0.25rem !important; }
  4731.  
  4732. .mx-1 {
  4733. margin-right: 0.25rem !important;
  4734. margin-left: 0.25rem !important; }
  4735.  
  4736. .my-1 {
  4737. margin-top: 0.25rem !important;
  4738. margin-bottom: 0.25rem !important; }
  4739.  
  4740. .m-2 {
  4741. margin: 0.5rem !important; }
  4742.  
  4743. .mt-2 {
  4744. margin-top: 0.5rem !important; }
  4745.  
  4746. .mr-2 {
  4747. margin-right: 0.5rem !important; }
  4748.  
  4749. .mb-2 {
  4750. margin-bottom: 0.5rem !important; }
  4751.  
  4752. .ml-2 {
  4753. margin-left: 0.5rem !important; }
  4754.  
  4755. .mx-2 {
  4756. margin-right: 0.5rem !important;
  4757. margin-left: 0.5rem !important; }
  4758.  
  4759. .my-2 {
  4760. margin-top: 0.5rem !important;
  4761. margin-bottom: 0.5rem !important; }
  4762.  
  4763. .m-3 {
  4764. margin: 1rem !important; }
  4765.  
  4766. .mt-3 {
  4767. margin-top: 1rem !important; }
  4768.  
  4769. .mr-3 {
  4770. margin-right: 1rem !important; }
  4771.  
  4772. .mb-3 {
  4773. margin-bottom: 1rem !important; }
  4774.  
  4775. .ml-3 {
  4776. margin-left: 1rem !important; }
  4777.  
  4778. .mx-3 {
  4779. margin-right: 1rem !important;
  4780. margin-left: 1rem !important; }
  4781.  
  4782. .my-3 {
  4783. margin-top: 1rem !important;
  4784. margin-bottom: 1rem !important; }
  4785.  
  4786. .m-4 {
  4787. margin: 1.5rem !important; }
  4788.  
  4789. .mt-4 {
  4790. margin-top: 1.5rem !important; }
  4791.  
  4792. .mr-4 {
  4793. margin-right: 1.5rem !important; }
  4794.  
  4795. .mb-4 {
  4796. margin-bottom: 1.5rem !important; }
  4797.  
  4798. .ml-4 {
  4799. margin-left: 1.5rem !important; }
  4800.  
  4801. .mx-4 {
  4802. margin-right: 1.5rem !important;
  4803. margin-left: 1.5rem !important; }
  4804.  
  4805. .my-4 {
  4806. margin-top: 1.5rem !important;
  4807. margin-bottom: 1.5rem !important; }
  4808.  
  4809. .m-5 {
  4810. margin: 3rem !important; }
  4811.  
  4812. .mt-5 {
  4813. margin-top: 3rem !important; }
  4814.  
  4815. .mr-5 {
  4816. margin-right: 3rem !important; }
  4817.  
  4818. .mb-5 {
  4819. margin-bottom: 3rem !important; }
  4820.  
  4821. .ml-5 {
  4822. margin-left: 3rem !important; }
  4823.  
  4824. .mx-5 {
  4825. margin-right: 3rem !important;
  4826. margin-left: 3rem !important; }
  4827.  
  4828. .my-5 {
  4829. margin-top: 3rem !important;
  4830. margin-bottom: 3rem !important; }
  4831.  
  4832. .p-0 {
  4833. padding: 0 !important; }
  4834.  
  4835. .pt-0 {
  4836. padding-top: 0 !important; }
  4837.  
  4838. .pr-0 {
  4839. padding-right: 0 !important; }
  4840.  
  4841. .pb-0 {
  4842. padding-bottom: 0 !important; }
  4843.  
  4844. .pl-0 {
  4845. padding-left: 0 !important; }
  4846.  
  4847. .px-0 {
  4848. padding-right: 0 !important;
  4849. padding-left: 0 !important; }
  4850.  
  4851. .py-0 {
  4852. padding-top: 0 !important;
  4853. padding-bottom: 0 !important; }
  4854.  
  4855. .p-1 {
  4856. padding: 0.25rem !important; }
  4857.  
  4858. .pt-1 {
  4859. padding-top: 0.25rem !important; }
  4860.  
  4861. .pr-1 {
  4862. padding-right: 0.25rem !important; }
  4863.  
  4864. .pb-1 {
  4865. padding-bottom: 0.25rem !important; }
  4866.  
  4867. .pl-1 {
  4868. padding-left: 0.25rem !important; }
  4869.  
  4870. .px-1 {
  4871. padding-right: 0.25rem !important;
  4872. padding-left: 0.25rem !important; }
  4873.  
  4874. .py-1 {
  4875. padding-top: 0.25rem !important;
  4876. padding-bottom: 0.25rem !important; }
  4877.  
  4878. .p-2 {
  4879. padding: 0.5rem !important; }
  4880.  
  4881. .pt-2 {
  4882. padding-top: 0.5rem !important; }
  4883.  
  4884. .pr-2 {
  4885. padding-right: 0.5rem !important; }
  4886.  
  4887. .pb-2 {
  4888. padding-bottom: 0.5rem !important; }
  4889.  
  4890. .pl-2 {
  4891. padding-left: 0.5rem !important; }
  4892.  
  4893. .px-2 {
  4894. padding-right: 0.5rem !important;
  4895. padding-left: 0.5rem !important; }
  4896.  
  4897. .py-2 {
  4898. padding-top: 0.5rem !important;
  4899. padding-bottom: 0.5rem !important; }
  4900.  
  4901. .p-3 {
  4902. padding: 1rem !important; }
  4903.  
  4904. .pt-3 {
  4905. padding-top: 1rem !important; }
  4906.  
  4907. .pr-3 {
  4908. padding-right: 1rem !important; }
  4909.  
  4910. .pb-3 {
  4911. padding-bottom: 1rem !important; }
  4912.  
  4913. .pl-3 {
  4914. padding-left: 1rem !important; }
  4915.  
  4916. .px-3 {
  4917. padding-right: 1rem !important;
  4918. padding-left: 1rem !important; }
  4919.  
  4920. .py-3 {
  4921. padding-top: 1rem !important;
  4922. padding-bottom: 1rem !important; }
  4923.  
  4924. .p-4 {
  4925. padding: 1.5rem !important; }
  4926.  
  4927. .pt-4 {
  4928. padding-top: 1.5rem !important; }
  4929.  
  4930. .pr-4 {
  4931. padding-right: 1.5rem !important; }
  4932.  
  4933. .pb-4 {
  4934. padding-bottom: 1.5rem !important; }
  4935.  
  4936. .pl-4 {
  4937. padding-left: 1.5rem !important; }
  4938.  
  4939. .px-4 {
  4940. padding-right: 1.5rem !important;
  4941. padding-left: 1.5rem !important; }
  4942.  
  4943. .py-4 {
  4944. padding-top: 1.5rem !important;
  4945. padding-bottom: 1.5rem !important; }
  4946.  
  4947. .p-5 {
  4948. padding: 3rem !important; }
  4949.  
  4950. .pt-5 {
  4951. padding-top: 3rem !important; }
  4952.  
  4953. .pr-5 {
  4954. padding-right: 3rem !important; }
  4955.  
  4956. .pb-5 {
  4957. padding-bottom: 3rem !important; }
  4958.  
  4959. .pl-5 {
  4960. padding-left: 3rem !important; }
  4961.  
  4962. .px-5 {
  4963. padding-right: 3rem !important;
  4964. padding-left: 3rem !important; }
  4965.  
  4966. .py-5 {
  4967. padding-top: 3rem !important;
  4968. padding-bottom: 3rem !important; }
  4969.  
  4970. .m-auto {
  4971. margin: auto !important; }
  4972.  
  4973. .mt-auto {
  4974. margin-top: auto !important; }
  4975.  
  4976. .mr-auto {
  4977. margin-right: auto !important; }
  4978.  
  4979. .mb-auto {
  4980. margin-bottom: auto !important; }
  4981.  
  4982. .ml-auto {
  4983. margin-left: auto !important; }
  4984.  
  4985. .mx-auto {
  4986. margin-right: auto !important;
  4987. margin-left: auto !important; }
  4988.  
  4989. .my-auto {
  4990. margin-top: auto !important;
  4991. margin-bottom: auto !important; }
  4992.  
  4993. @media (min-width: 576px) {
  4994. .m-sm-0 {
  4995. margin: 0 !important; }
  4996. .mt-sm-0 {
  4997. margin-top: 0 !important; }
  4998. .mr-sm-0 {
  4999. margin-right: 0 !important; }
  5000. .mb-sm-0 {
  5001. margin-bottom: 0 !important; }
  5002. .ml-sm-0 {
  5003. margin-left: 0 !important; }
  5004. .mx-sm-0 {
  5005. margin-right: 0 !important;
  5006. margin-left: 0 !important; }
  5007. .my-sm-0 {
  5008. margin-top: 0 !important;
  5009. margin-bottom: 0 !important; }
  5010. .m-sm-1 {
  5011. margin: 0.25rem !important; }
  5012. .mt-sm-1 {
  5013. margin-top: 0.25rem !important; }
  5014. .mr-sm-1 {
  5015. margin-right: 0.25rem !important; }
  5016. .mb-sm-1 {
  5017. margin-bottom: 0.25rem !important; }
  5018. .ml-sm-1 {
  5019. margin-left: 0.25rem !important; }
  5020. .mx-sm-1 {
  5021. margin-right: 0.25rem !important;
  5022. margin-left: 0.25rem !important; }
  5023. .my-sm-1 {
  5024. margin-top: 0.25rem !important;
  5025. margin-bottom: 0.25rem !important; }
  5026. .m-sm-2 {
  5027. margin: 0.5rem !important; }
  5028. .mt-sm-2 {
  5029. margin-top: 0.5rem !important; }
  5030. .mr-sm-2 {
  5031. margin-right: 0.5rem !important; }
  5032. .mb-sm-2 {
  5033. margin-bottom: 0.5rem !important; }
  5034. .ml-sm-2 {
  5035. margin-left: 0.5rem !important; }
  5036. .mx-sm-2 {
  5037. margin-right: 0.5rem !important;
  5038. margin-left: 0.5rem !important; }
  5039. .my-sm-2 {
  5040. margin-top: 0.5rem !important;
  5041. margin-bottom: 0.5rem !important; }
  5042. .m-sm-3 {
  5043. margin: 1rem !important; }
  5044. .mt-sm-3 {
  5045. margin-top: 1rem !important; }
  5046. .mr-sm-3 {
  5047. margin-right: 1rem !important; }
  5048. .mb-sm-3 {
  5049. margin-bottom: 1rem !important; }
  5050. .ml-sm-3 {
  5051. margin-left: 1rem !important; }
  5052. .mx-sm-3 {
  5053. margin-right: 1rem !important;
  5054. margin-left: 1rem !important; }
  5055. .my-sm-3 {
  5056. margin-top: 1rem !important;
  5057. margin-bottom: 1rem !important; }
  5058. .m-sm-4 {
  5059. margin: 1.5rem !important; }
  5060. .mt-sm-4 {
  5061. margin-top: 1.5rem !important; }
  5062. .mr-sm-4 {
  5063. margin-right: 1.5rem !important; }
  5064. .mb-sm-4 {
  5065. margin-bottom: 1.5rem !important; }
  5066. .ml-sm-4 {
  5067. margin-left: 1.5rem !important; }
  5068. .mx-sm-4 {
  5069. margin-right: 1.5rem !important;
  5070. margin-left: 1.5rem !important; }
  5071. .my-sm-4 {
  5072. margin-top: 1.5rem !important;
  5073. margin-bottom: 1.5rem !important; }
  5074. .m-sm-5 {
  5075. margin: 3rem !important; }
  5076. .mt-sm-5 {
  5077. margin-top: 3rem !important; }
  5078. .mr-sm-5 {
  5079. margin-right: 3rem !important; }
  5080. .mb-sm-5 {
  5081. margin-bottom: 3rem !important; }
  5082. .ml-sm-5 {
  5083. margin-left: 3rem !important; }
  5084. .mx-sm-5 {
  5085. margin-right: 3rem !important;
  5086. margin-left: 3rem !important; }
  5087. .my-sm-5 {
  5088. margin-top: 3rem !important;
  5089. margin-bottom: 3rem !important; }
  5090. .p-sm-0 {
  5091. padding: 0 !important; }
  5092. .pt-sm-0 {
  5093. padding-top: 0 !important; }
  5094. .pr-sm-0 {
  5095. padding-right: 0 !important; }
  5096. .pb-sm-0 {
  5097. padding-bottom: 0 !important; }
  5098. .pl-sm-0 {
  5099. padding-left: 0 !important; }
  5100. .px-sm-0 {
  5101. padding-right: 0 !important;
  5102. padding-left: 0 !important; }
  5103. .py-sm-0 {
  5104. padding-top: 0 !important;
  5105. padding-bottom: 0 !important; }
  5106. .p-sm-1 {
  5107. padding: 0.25rem !important; }
  5108. .pt-sm-1 {
  5109. padding-top: 0.25rem !important; }
  5110. .pr-sm-1 {
  5111. padding-right: 0.25rem !important; }
  5112. .pb-sm-1 {
  5113. padding-bottom: 0.25rem !important; }
  5114. .pl-sm-1 {
  5115. padding-left: 0.25rem !important; }
  5116. .px-sm-1 {
  5117. padding-right: 0.25rem !important;
  5118. padding-left: 0.25rem !important; }
  5119. .py-sm-1 {
  5120. padding-top: 0.25rem !important;
  5121. padding-bottom: 0.25rem !important; }
  5122. .p-sm-2 {
  5123. padding: 0.5rem !important; }
  5124. .pt-sm-2 {
  5125. padding-top: 0.5rem !important; }
  5126. .pr-sm-2 {
  5127. padding-right: 0.5rem !important; }
  5128. .pb-sm-2 {
  5129. padding-bottom: 0.5rem !important; }
  5130. .pl-sm-2 {
  5131. padding-left: 0.5rem !important; }
  5132. .px-sm-2 {
  5133. padding-right: 0.5rem !important;
  5134. padding-left: 0.5rem !important; }
  5135. .py-sm-2 {
  5136. padding-top: 0.5rem !important;
  5137. padding-bottom: 0.5rem !important; }
  5138. .p-sm-3 {
  5139. padding: 1rem !important; }
  5140. .pt-sm-3 {
  5141. padding-top: 1rem !important; }
  5142. .pr-sm-3 {
  5143. padding-right: 1rem !important; }
  5144. .pb-sm-3 {
  5145. padding-bottom: 1rem !important; }
  5146. .pl-sm-3 {
  5147. padding-left: 1rem !important; }
  5148. .px-sm-3 {
  5149. padding-right: 1rem !important;
  5150. padding-left: 1rem !important; }
  5151. .py-sm-3 {
  5152. padding-top: 1rem !important;
  5153. padding-bottom: 1rem !important; }
  5154. .p-sm-4 {
  5155. padding: 1.5rem !important; }
  5156. .pt-sm-4 {
  5157. padding-top: 1.5rem !important; }
  5158. .pr-sm-4 {
  5159. padding-right: 1.5rem !important; }
  5160. .pb-sm-4 {
  5161. padding-bottom: 1.5rem !important; }
  5162. .pl-sm-4 {
  5163. padding-left: 1.5rem !important; }
  5164. .px-sm-4 {
  5165. padding-right: 1.5rem !important;
  5166. padding-left: 1.5rem !important; }
  5167. .py-sm-4 {
  5168. padding-top: 1.5rem !important;
  5169. padding-bottom: 1.5rem !important; }
  5170. .p-sm-5 {
  5171. padding: 3rem !important; }
  5172. .pt-sm-5 {
  5173. padding-top: 3rem !important; }
  5174. .pr-sm-5 {
  5175. padding-right: 3rem !important; }
  5176. .pb-sm-5 {
  5177. padding-bottom: 3rem !important; }
  5178. .pl-sm-5 {
  5179. padding-left: 3rem !important; }
  5180. .px-sm-5 {
  5181. padding-right: 3rem !important;
  5182. padding-left: 3rem !important; }
  5183. .py-sm-5 {
  5184. padding-top: 3rem !important;
  5185. padding-bottom: 3rem !important; }
  5186. .m-sm-auto {
  5187. margin: auto !important; }
  5188. .mt-sm-auto {
  5189. margin-top: auto !important; }
  5190. .mr-sm-auto {
  5191. margin-right: auto !important; }
  5192. .mb-sm-auto {
  5193. margin-bottom: auto !important; }
  5194. .ml-sm-auto {
  5195. margin-left: auto !important; }
  5196. .mx-sm-auto {
  5197. margin-right: auto !important;
  5198. margin-left: auto !important; }
  5199. .my-sm-auto {
  5200. margin-top: auto !important;
  5201. margin-bottom: auto !important; } }
  5202.  
  5203. @media (min-width: 768px) {
  5204. .m-md-0 {
  5205. margin: 0 !important; }
  5206. .mt-md-0 {
  5207. margin-top: 0 !important; }
  5208. .mr-md-0 {
  5209. margin-right: 0 !important; }
  5210. .mb-md-0 {
  5211. margin-bottom: 0 !important; }
  5212. .ml-md-0 {
  5213. margin-left: 0 !important; }
  5214. .mx-md-0 {
  5215. margin-right: 0 !important;
  5216. margin-left: 0 !important; }
  5217. .my-md-0 {
  5218. margin-top: 0 !important;
  5219. margin-bottom: 0 !important; }
  5220. .m-md-1 {
  5221. margin: 0.25rem !important; }
  5222. .mt-md-1 {
  5223. margin-top: 0.25rem !important; }
  5224. .mr-md-1 {
  5225. margin-right: 0.25rem !important; }
  5226. .mb-md-1 {
  5227. margin-bottom: 0.25rem !important; }
  5228. .ml-md-1 {
  5229. margin-left: 0.25rem !important; }
  5230. .mx-md-1 {
  5231. margin-right: 0.25rem !important;
  5232. margin-left: 0.25rem !important; }
  5233. .my-md-1 {
  5234. margin-top: 0.25rem !important;
  5235. margin-bottom: 0.25rem !important; }
  5236. .m-md-2 {
  5237. margin: 0.5rem !important; }
  5238. .mt-md-2 {
  5239. margin-top: 0.5rem !important; }
  5240. .mr-md-2 {
  5241. margin-right: 0.5rem !important; }
  5242. .mb-md-2 {
  5243. margin-bottom: 0.5rem !important; }
  5244. .ml-md-2 {
  5245. margin-left: 0.5rem !important; }
  5246. .mx-md-2 {
  5247. margin-right: 0.5rem !important;
  5248. margin-left: 0.5rem !important; }
  5249. .my-md-2 {
  5250. margin-top: 0.5rem !important;
  5251. margin-bottom: 0.5rem !important; }
  5252. .m-md-3 {
  5253. margin: 1rem !important; }
  5254. .mt-md-3 {
  5255. margin-top: 1rem !important; }
  5256. .mr-md-3 {
  5257. margin-right: 1rem !important; }
  5258. .mb-md-3 {
  5259. margin-bottom: 1rem !important; }
  5260. .ml-md-3 {
  5261. margin-left: 1rem !important; }
  5262. .mx-md-3 {
  5263. margin-right: 1rem !important;
  5264. margin-left: 1rem !important; }
  5265. .my-md-3 {
  5266. margin-top: 1rem !important;
  5267. margin-bottom: 1rem !important; }
  5268. .m-md-4 {
  5269. margin: 1.5rem !important; }
  5270. .mt-md-4 {
  5271. margin-top: 1.5rem !important; }
  5272. .mr-md-4 {
  5273. margin-right: 1.5rem !important; }
  5274. .mb-md-4 {
  5275. margin-bottom: 1.5rem !important; }
  5276. .ml-md-4 {
  5277. margin-left: 1.5rem !important; }
  5278. .mx-md-4 {
  5279. margin-right: 1.5rem !important;
  5280. margin-left: 1.5rem !important; }
  5281. .my-md-4 {
  5282. margin-top: 1.5rem !important;
  5283. margin-bottom: 1.5rem !important; }
  5284. .m-md-5 {
  5285. margin: 3rem !important; }
  5286. .mt-md-5 {
  5287. margin-top: 3rem !important; }
  5288. .mr-md-5 {
  5289. margin-right: 3rem !important; }
  5290. .mb-md-5 {
  5291. margin-bottom: 3rem !important; }
  5292. .ml-md-5 {
  5293. margin-left: 3rem !important; }
  5294. .mx-md-5 {
  5295. margin-right: 3rem !important;
  5296. margin-left: 3rem !important; }
  5297. .my-md-5 {
  5298. margin-top: 3rem !important;
  5299. margin-bottom: 3rem !important; }
  5300. .p-md-0 {
  5301. padding: 0 !important; }
  5302. .pt-md-0 {
  5303. padding-top: 0 !important; }
  5304. .pr-md-0 {
  5305. padding-right: 0 !important; }
  5306. .pb-md-0 {
  5307. padding-bottom: 0 !important; }
  5308. .pl-md-0 {
  5309. padding-left: 0 !important; }
  5310. .px-md-0 {
  5311. padding-right: 0 !important;
  5312. padding-left: 0 !important; }
  5313. .py-md-0 {
  5314. padding-top: 0 !important;
  5315. padding-bottom: 0 !important; }
  5316. .p-md-1 {
  5317. padding: 0.25rem !important; }
  5318. .pt-md-1 {
  5319. padding-top: 0.25rem !important; }
  5320. .pr-md-1 {
  5321. padding-right: 0.25rem !important; }
  5322. .pb-md-1 {
  5323. padding-bottom: 0.25rem !important; }
  5324. .pl-md-1 {
  5325. padding-left: 0.25rem !important; }
  5326. .px-md-1 {
  5327. padding-right: 0.25rem !important;
  5328. padding-left: 0.25rem !important; }
  5329. .py-md-1 {
  5330. padding-top: 0.25rem !important;
  5331. padding-bottom: 0.25rem !important; }
  5332. .p-md-2 {
  5333. padding: 0.5rem !important; }
  5334. .pt-md-2 {
  5335. padding-top: 0.5rem !important; }
  5336. .pr-md-2 {
  5337. padding-right: 0.5rem !important; }
  5338. .pb-md-2 {
  5339. padding-bottom: 0.5rem !important; }
  5340. .pl-md-2 {
  5341. padding-left: 0.5rem !important; }
  5342. .px-md-2 {
  5343. padding-right: 0.5rem !important;
  5344. padding-left: 0.5rem !important; }
  5345. .py-md-2 {
  5346. padding-top: 0.5rem !important;
  5347. padding-bottom: 0.5rem !important; }
  5348. .p-md-3 {
  5349. padding: 1rem !important; }
  5350. .pt-md-3 {
  5351. padding-top: 1rem !important; }
  5352. .pr-md-3 {
  5353. padding-right: 1rem !important; }
  5354. .pb-md-3 {
  5355. padding-bottom: 1rem !important; }
  5356. .pl-md-3 {
  5357. padding-left: 1rem !important; }
  5358. .px-md-3 {
  5359. padding-right: 1rem !important;
  5360. padding-left: 1rem !important; }
  5361. .py-md-3 {
  5362. padding-top: 1rem !important;
  5363. padding-bottom: 1rem !important; }
  5364. .p-md-4 {
  5365. padding: 1.5rem !important; }
  5366. .pt-md-4 {
  5367. padding-top: 1.5rem !important; }
  5368. .pr-md-4 {
  5369. padding-right: 1.5rem !important; }
  5370. .pb-md-4 {
  5371. padding-bottom: 1.5rem !important; }
  5372. .pl-md-4 {
  5373. padding-left: 1.5rem !important; }
  5374. .px-md-4 {
  5375. padding-right: 1.5rem !important;
  5376. padding-left: 1.5rem !important; }
  5377. .py-md-4 {
  5378. padding-top: 1.5rem !important;
  5379. padding-bottom: 1.5rem !important; }
  5380. .p-md-5 {
  5381. padding: 3rem !important; }
  5382. .pt-md-5 {
  5383. padding-top: 3rem !important; }
  5384. .pr-md-5 {
  5385. padding-right: 3rem !important; }
  5386. .pb-md-5 {
  5387. padding-bottom: 3rem !important; }
  5388. .pl-md-5 {
  5389. padding-left: 3rem !important; }
  5390. .px-md-5 {
  5391. padding-right: 3rem !important;
  5392. padding-left: 3rem !important; }
  5393. .py-md-5 {
  5394. padding-top: 3rem !important;
  5395. padding-bottom: 3rem !important; }
  5396. .m-md-auto {
  5397. margin: auto !important; }
  5398. .mt-md-auto {
  5399. margin-top: auto !important; }
  5400. .mr-md-auto {
  5401. margin-right: auto !important; }
  5402. .mb-md-auto {
  5403. margin-bottom: auto !important; }
  5404. .ml-md-auto {
  5405. margin-left: auto !important; }
  5406. .mx-md-auto {
  5407. margin-right: auto !important;
  5408. margin-left: auto !important; }
  5409. .my-md-auto {
  5410. margin-top: auto !important;
  5411. margin-bottom: auto !important; } }
  5412.  
  5413. @media (min-width: 992px) {
  5414. .m-lg-0 {
  5415. margin: 0 !important; }
  5416. .mt-lg-0 {
  5417. margin-top: 0 !important; }
  5418. .mr-lg-0 {
  5419. margin-right: 0 !important; }
  5420. .mb-lg-0 {
  5421. margin-bottom: 0 !important; }
  5422. .ml-lg-0 {
  5423. margin-left: 0 !important; }
  5424. .mx-lg-0 {
  5425. margin-right: 0 !important;
  5426. margin-left: 0 !important; }
  5427. .my-lg-0 {
  5428. margin-top: 0 !important;
  5429. margin-bottom: 0 !important; }
  5430. .m-lg-1 {
  5431. margin: 0.25rem !important; }
  5432. .mt-lg-1 {
  5433. margin-top: 0.25rem !important; }
  5434. .mr-lg-1 {
  5435. margin-right: 0.25rem !important; }
  5436. .mb-lg-1 {
  5437. margin-bottom: 0.25rem !important; }
  5438. .ml-lg-1 {
  5439. margin-left: 0.25rem !important; }
  5440. .mx-lg-1 {
  5441. margin-right: 0.25rem !important;
  5442. margin-left: 0.25rem !important; }
  5443. .my-lg-1 {
  5444. margin-top: 0.25rem !important;
  5445. margin-bottom: 0.25rem !important; }
  5446. .m-lg-2 {
  5447. margin: 0.5rem !important; }
  5448. .mt-lg-2 {
  5449. margin-top: 0.5rem !important; }
  5450. .mr-lg-2 {
  5451. margin-right: 0.5rem !important; }
  5452. .mb-lg-2 {
  5453. margin-bottom: 0.5rem !important; }
  5454. .ml-lg-2 {
  5455. margin-left: 0.5rem !important; }
  5456. .mx-lg-2 {
  5457. margin-right: 0.5rem !important;
  5458. margin-left: 0.5rem !important; }
  5459. .my-lg-2 {
  5460. margin-top: 0.5rem !important;
  5461. margin-bottom: 0.5rem !important; }
  5462. .m-lg-3 {
  5463. margin: 1rem !important; }
  5464. .mt-lg-3 {
  5465. margin-top: 1rem !important; }
  5466. .mr-lg-3 {
  5467. margin-right: 1rem !important; }
  5468. .mb-lg-3 {
  5469. margin-bottom: 1rem !important; }
  5470. .ml-lg-3 {
  5471. margin-left: 1rem !important; }
  5472. .mx-lg-3 {
  5473. margin-right: 1rem !important;
  5474. margin-left: 1rem !important; }
  5475. .my-lg-3 {
  5476. margin-top: 1rem !important;
  5477. margin-bottom: 1rem !important; }
  5478. .m-lg-4 {
  5479. margin: 1.5rem !important; }
  5480. .mt-lg-4 {
  5481. margin-top: 1.5rem !important; }
  5482. .mr-lg-4 {
  5483. margin-right: 1.5rem !important; }
  5484. .mb-lg-4 {
  5485. margin-bottom: 1.5rem !important; }
  5486. .ml-lg-4 {
  5487. margin-left: 1.5rem !important; }
  5488. .mx-lg-4 {
  5489. margin-right: 1.5rem !important;
  5490. margin-left: 1.5rem !important; }
  5491. .my-lg-4 {
  5492. margin-top: 1.5rem !important;
  5493. margin-bottom: 1.5rem !important; }
  5494. .m-lg-5 {
  5495. margin: 3rem !important; }
  5496. .mt-lg-5 {
  5497. margin-top: 3rem !important; }
  5498. .mr-lg-5 {
  5499. margin-right: 3rem !important; }
  5500. .mb-lg-5 {
  5501. margin-bottom: 3rem !important; }
  5502. .ml-lg-5 {
  5503. margin-left: 3rem !important; }
  5504. .mx-lg-5 {
  5505. margin-right: 3rem !important;
  5506. margin-left: 3rem !important; }
  5507. .my-lg-5 {
  5508. margin-top: 3rem !important;
  5509. margin-bottom: 3rem !important; }
  5510. .p-lg-0 {
  5511. padding: 0 !important; }
  5512. .pt-lg-0 {
  5513. padding-top: 0 !important; }
  5514. .pr-lg-0 {
  5515. padding-right: 0 !important; }
  5516. .pb-lg-0 {
  5517. padding-bottom: 0 !important; }
  5518. .pl-lg-0 {
  5519. padding-left: 0 !important; }
  5520. .px-lg-0 {
  5521. padding-right: 0 !important;
  5522. padding-left: 0 !important; }
  5523. .py-lg-0 {
  5524. padding-top: 0 !important;
  5525. padding-bottom: 0 !important; }
  5526. .p-lg-1 {
  5527. padding: 0.25rem !important; }
  5528. .pt-lg-1 {
  5529. padding-top: 0.25rem !important; }
  5530. .pr-lg-1 {
  5531. padding-right: 0.25rem !important; }
  5532. .pb-lg-1 {
  5533. padding-bottom: 0.25rem !important; }
  5534. .pl-lg-1 {
  5535. padding-left: 0.25rem !important; }
  5536. .px-lg-1 {
  5537. padding-right: 0.25rem !important;
  5538. padding-left: 0.25rem !important; }
  5539. .py-lg-1 {
  5540. padding-top: 0.25rem !important;
  5541. padding-bottom: 0.25rem !important; }
  5542. .p-lg-2 {
  5543. padding: 0.5rem !important; }
  5544. .pt-lg-2 {
  5545. padding-top: 0.5rem !important; }
  5546. .pr-lg-2 {
  5547. padding-right: 0.5rem !important; }
  5548. .pb-lg-2 {
  5549. padding-bottom: 0.5rem !important; }
  5550. .pl-lg-2 {
  5551. padding-left: 0.5rem !important; }
  5552. .px-lg-2 {
  5553. padding-right: 0.5rem !important;
  5554. padding-left: 0.5rem !important; }
  5555. .py-lg-2 {
  5556. padding-top: 0.5rem !important;
  5557. padding-bottom: 0.5rem !important; }
  5558. .p-lg-3 {
  5559. padding: 1rem !important; }
  5560. .pt-lg-3 {
  5561. padding-top: 1rem !important; }
  5562. .pr-lg-3 {
  5563. padding-right: 1rem !important; }
  5564. .pb-lg-3 {
  5565. padding-bottom: 1rem !important; }
  5566. .pl-lg-3 {
  5567. padding-left: 1rem !important; }
  5568. .px-lg-3 {
  5569. padding-right: 1rem !important;
  5570. padding-left: 1rem !important; }
  5571. .py-lg-3 {
  5572. padding-top: 1rem !important;
  5573. padding-bottom: 1rem !important; }
  5574. .p-lg-4 {
  5575. padding: 1.5rem !important; }
  5576. .pt-lg-4 {
  5577. padding-top: 1.5rem !important; }
  5578. .pr-lg-4 {
  5579. padding-right: 1.5rem !important; }
  5580. .pb-lg-4 {
  5581. padding-bottom: 1.5rem !important; }
  5582. .pl-lg-4 {
  5583. padding-left: 1.5rem !important; }
  5584. .px-lg-4 {
  5585. padding-right: 1.5rem !important;
  5586. padding-left: 1.5rem !important; }
  5587. .py-lg-4 {
  5588. padding-top: 1.5rem !important;
  5589. padding-bottom: 1.5rem !important; }
  5590. .p-lg-5 {
  5591. padding: 3rem !important; }
  5592. .pt-lg-5 {
  5593. padding-top: 3rem !important; }
  5594. .pr-lg-5 {
  5595. padding-right: 3rem !important; }
  5596. .pb-lg-5 {
  5597. padding-bottom: 3rem !important; }
  5598. .pl-lg-5 {
  5599. padding-left: 3rem !important; }
  5600. .px-lg-5 {
  5601. padding-right: 3rem !important;
  5602. padding-left: 3rem !important; }
  5603. .py-lg-5 {
  5604. padding-top: 3rem !important;
  5605. padding-bottom: 3rem !important; }
  5606. .m-lg-auto {
  5607. margin: auto !important; }
  5608. .mt-lg-auto {
  5609. margin-top: auto !important; }
  5610. .mr-lg-auto {
  5611. margin-right: auto !important; }
  5612. .mb-lg-auto {
  5613. margin-bottom: auto !important; }
  5614. .ml-lg-auto {
  5615. margin-left: auto !important; }
  5616. .mx-lg-auto {
  5617. margin-right: auto !important;
  5618. margin-left: auto !important; }
  5619. .my-lg-auto {
  5620. margin-top: auto !important;
  5621. margin-bottom: auto !important; } }
  5622.  
  5623. @media (min-width: 1200px) {
  5624. .m-xl-0 {
  5625. margin: 0 !important; }
  5626. .mt-xl-0 {
  5627. margin-top: 0 !important; }
  5628. .mr-xl-0 {
  5629. margin-right: 0 !important; }
  5630. .mb-xl-0 {
  5631. margin-bottom: 0 !important; }
  5632. .ml-xl-0 {
  5633. margin-left: 0 !important; }
  5634. .mx-xl-0 {
  5635. margin-right: 0 !important;
  5636. margin-left: 0 !important; }
  5637. .my-xl-0 {
  5638. margin-top: 0 !important;
  5639. margin-bottom: 0 !important; }
  5640. .m-xl-1 {
  5641. margin: 0.25rem !important; }
  5642. .mt-xl-1 {
  5643. margin-top: 0.25rem !important; }
  5644. .mr-xl-1 {
  5645. margin-right: 0.25rem !important; }
  5646. .mb-xl-1 {
  5647. margin-bottom: 0.25rem !important; }
  5648. .ml-xl-1 {
  5649. margin-left: 0.25rem !important; }
  5650. .mx-xl-1 {
  5651. margin-right: 0.25rem !important;
  5652. margin-left: 0.25rem !important; }
  5653. .my-xl-1 {
  5654. margin-top: 0.25rem !important;
  5655. margin-bottom: 0.25rem !important; }
  5656. .m-xl-2 {
  5657. margin: 0.5rem !important; }
  5658. .mt-xl-2 {
  5659. margin-top: 0.5rem !important; }
  5660. .mr-xl-2 {
  5661. margin-right: 0.5rem !important; }
  5662. .mb-xl-2 {
  5663. margin-bottom: 0.5rem !important; }
  5664. .ml-xl-2 {
  5665. margin-left: 0.5rem !important; }
  5666. .mx-xl-2 {
  5667. margin-right: 0.5rem !important;
  5668. margin-left: 0.5rem !important; }
  5669. .my-xl-2 {
  5670. margin-top: 0.5rem !important;
  5671. margin-bottom: 0.5rem !important; }
  5672. .m-xl-3 {
  5673. margin: 1rem !important; }
  5674. .mt-xl-3 {
  5675. margin-top: 1rem !important; }
  5676. .mr-xl-3 {
  5677. margin-right: 1rem !important; }
  5678. .mb-xl-3 {
  5679. margin-bottom: 1rem !important; }
  5680. .ml-xl-3 {
  5681. margin-left: 1rem !important; }
  5682. .mx-xl-3 {
  5683. margin-right: 1rem !important;
  5684. margin-left: 1rem !important; }
  5685. .my-xl-3 {
  5686. margin-top: 1rem !important;
  5687. margin-bottom: 1rem !important; }
  5688. .m-xl-4 {
  5689. margin: 1.5rem !important; }
  5690. .mt-xl-4 {
  5691. margin-top: 1.5rem !important; }
  5692. .mr-xl-4 {
  5693. margin-right: 1.5rem !important; }
  5694. .mb-xl-4 {
  5695. margin-bottom: 1.5rem !important; }
  5696. .ml-xl-4 {
  5697. margin-left: 1.5rem !important; }
  5698. .mx-xl-4 {
  5699. margin-right: 1.5rem !important;
  5700. margin-left: 1.5rem !important; }
  5701. .my-xl-4 {
  5702. margin-top: 1.5rem !important;
  5703. margin-bottom: 1.5rem !important; }
  5704. .m-xl-5 {
  5705. margin: 3rem !important; }
  5706. .mt-xl-5 {
  5707. margin-top: 3rem !important; }
  5708. .mr-xl-5 {
  5709. margin-right: 3rem !important; }
  5710. .mb-xl-5 {
  5711. margin-bottom: 3rem !important; }
  5712. .ml-xl-5 {
  5713. margin-left: 3rem !important; }
  5714. .mx-xl-5 {
  5715. margin-right: 3rem !important;
  5716. margin-left: 3rem !important; }
  5717. .my-xl-5 {
  5718. margin-top: 3rem !important;
  5719. margin-bottom: 3rem !important; }
  5720. .p-xl-0 {
  5721. padding: 0 !important; }
  5722. .pt-xl-0 {
  5723. padding-top: 0 !important; }
  5724. .pr-xl-0 {
  5725. padding-right: 0 !important; }
  5726. .pb-xl-0 {
  5727. padding-bottom: 0 !important; }
  5728. .pl-xl-0 {
  5729. padding-left: 0 !important; }
  5730. .px-xl-0 {
  5731. padding-right: 0 !important;
  5732. padding-left: 0 !important; }
  5733. .py-xl-0 {
  5734. padding-top: 0 !important;
  5735. padding-bottom: 0 !important; }
  5736. .p-xl-1 {
  5737. padding: 0.25rem !important; }
  5738. .pt-xl-1 {
  5739. padding-top: 0.25rem !important; }
  5740. .pr-xl-1 {
  5741. padding-right: 0.25rem !important; }
  5742. .pb-xl-1 {
  5743. padding-bottom: 0.25rem !important; }
  5744. .pl-xl-1 {
  5745. padding-left: 0.25rem !important; }
  5746. .px-xl-1 {
  5747. padding-right: 0.25rem !important;
  5748. padding-left: 0.25rem !important; }
  5749. .py-xl-1 {
  5750. padding-top: 0.25rem !important;
  5751. padding-bottom: 0.25rem !important; }
  5752. .p-xl-2 {
  5753. padding: 0.5rem !important; }
  5754. .pt-xl-2 {
  5755. padding-top: 0.5rem !important; }
  5756. .pr-xl-2 {
  5757. padding-right: 0.5rem !important; }
  5758. .pb-xl-2 {
  5759. padding-bottom: 0.5rem !important; }
  5760. .pl-xl-2 {
  5761. padding-left: 0.5rem !important; }
  5762. .px-xl-2 {
  5763. padding-right: 0.5rem !important;
  5764. padding-left: 0.5rem !important; }
  5765. .py-xl-2 {
  5766. padding-top: 0.5rem !important;
  5767. padding-bottom: 0.5rem !important; }
  5768. .p-xl-3 {
  5769. padding: 1rem !important; }
  5770. .pt-xl-3 {
  5771. padding-top: 1rem !important; }
  5772. .pr-xl-3 {
  5773. padding-right: 1rem !important; }
  5774. .pb-xl-3 {
  5775. padding-bottom: 1rem !important; }
  5776. .pl-xl-3 {
  5777. padding-left: 1rem !important; }
  5778. .px-xl-3 {
  5779. padding-right: 1rem !important;
  5780. padding-left: 1rem !important; }
  5781. .py-xl-3 {
  5782. padding-top: 1rem !important;
  5783. padding-bottom: 1rem !important; }
  5784. .p-xl-4 {
  5785. padding: 1.5rem !important; }
  5786. .pt-xl-4 {
  5787. padding-top: 1.5rem !important; }
  5788. .pr-xl-4 {
  5789. padding-right: 1.5rem !important; }
  5790. .pb-xl-4 {
  5791. padding-bottom: 1.5rem !important; }
  5792. .pl-xl-4 {
  5793. padding-left: 1.5rem !important; }
  5794. .px-xl-4 {
  5795. padding-right: 1.5rem !important;
  5796. padding-left: 1.5rem !important; }
  5797. .py-xl-4 {
  5798. padding-top: 1.5rem !important;
  5799. padding-bottom: 1.5rem !important; }
  5800. .p-xl-5 {
  5801. padding: 3rem !important; }
  5802. .pt-xl-5 {
  5803. padding-top: 3rem !important; }
  5804. .pr-xl-5 {
  5805. padding-right: 3rem !important; }
  5806. .pb-xl-5 {
  5807. padding-bottom: 3rem !important; }
  5808. .pl-xl-5 {
  5809. padding-left: 3rem !important; }
  5810. .px-xl-5 {
  5811. padding-right: 3rem !important;
  5812. padding-left: 3rem !important; }
  5813. .py-xl-5 {
  5814. padding-top: 3rem !important;
  5815. padding-bottom: 3rem !important; }
  5816. .m-xl-auto {
  5817. margin: auto !important; }
  5818. .mt-xl-auto {
  5819. margin-top: auto !important; }
  5820. .mr-xl-auto {
  5821. margin-right: auto !important; }
  5822. .mb-xl-auto {
  5823. margin-bottom: auto !important; }
  5824. .ml-xl-auto {
  5825. margin-left: auto !important; }
  5826. .mx-xl-auto {
  5827. margin-right: auto !important;
  5828. margin-left: auto !important; }
  5829. .my-xl-auto {
  5830. margin-top: auto !important;
  5831. margin-bottom: auto !important; } }
  5832.  
  5833. .text-justify {
  5834. text-align: justify !important; }
  5835.  
  5836. .text-nowrap {
  5837. white-space: nowrap !important; }
  5838.  
  5839. .text-truncate {
  5840. overflow: hidden;
  5841. text-overflow: ellipsis;
  5842. white-space: nowrap; }
  5843.  
  5844. .text-left {
  5845. text-align: left !important; }
  5846.  
  5847. .text-right {
  5848. text-align: right !important; }
  5849.  
  5850. .text-center {
  5851. text-align: center !important; }
  5852.  
  5853. @media (min-width: 576px) {
  5854. .text-sm-left {
  5855. text-align: left !important; }
  5856. .text-sm-right {
  5857. text-align: right !important; }
  5858. .text-sm-center {
  5859. text-align: center !important; } }
  5860.  
  5861. @media (min-width: 768px) {
  5862. .text-md-left {
  5863. text-align: left !important; }
  5864. .text-md-right {
  5865. text-align: right !important; }
  5866. .text-md-center {
  5867. text-align: center !important; } }
  5868.  
  5869. @media (min-width: 992px) {
  5870. .text-lg-left {
  5871. text-align: left !important; }
  5872. .text-lg-right {
  5873. text-align: right !important; }
  5874. .text-lg-center {
  5875. text-align: center !important; } }
  5876.  
  5877. @media (min-width: 1200px) {
  5878. .text-xl-left {
  5879. text-align: left !important; }
  5880. .text-xl-right {
  5881. text-align: right !important; }
  5882. .text-xl-center {
  5883. text-align: center !important; } }
  5884.  
  5885. .text-lowercase {
  5886. text-transform: lowercase !important; }
  5887.  
  5888. .text-uppercase {
  5889. text-transform: uppercase !important; }
  5890.  
  5891. .text-capitalize {
  5892. text-transform: capitalize !important; }
  5893.  
  5894. .font-weight-normal {
  5895. font-weight: normal; }
  5896.  
  5897. .font-weight-bold {
  5898. font-weight: bold; }
  5899.  
  5900. .font-italic {
  5901. font-style: italic; }
  5902.  
  5903. .text-white {
  5904. color: #fff !important; }
  5905.  
  5906. .text-muted {
  5907. color: #636c72 !important; }
  5908.  
  5909. a.text-muted:focus, a.text-muted:hover {
  5910. color: #4b5257 !important; }
  5911.  
  5912. .text-primary {
  5913. color: #1bb25e !important; }
  5914.  
  5915. a.text-primary:focus, a.text-primary:hover {
  5916. color: #148647 !important; }
  5917.  
  5918. .text-success {
  5919. color: #5cb85c !important; }
  5920.  
  5921. a.text-success:focus, a.text-success:hover {
  5922. color: #449d44 !important; }
  5923.  
  5924. .text-info {
  5925. color: #5bc0de !important; }
  5926.  
  5927. a.text-info:focus, a.text-info:hover {
  5928. color: #31b0d5 !important; }
  5929.  
  5930. .text-warning {
  5931. color: #f0ad4e !important; }
  5932.  
  5933. a.text-warning:focus, a.text-warning:hover {
  5934. color: #ec971f !important; }
  5935.  
  5936. .text-danger {
  5937. color: #d9534f !important; }
  5938.  
  5939. a.text-danger:focus, a.text-danger:hover {
  5940. color: #c9302c !important; }
  5941.  
  5942. .text-gray-dark {
  5943. color: #292b2c !important; }
  5944.  
  5945. a.text-gray-dark:focus, a.text-gray-dark:hover {
  5946. color: #101112 !important; }
  5947.  
  5948. .text-hide {
  5949. font: 0/0 a;
  5950. color: transparent;
  5951. text-shadow: none;
  5952. background-color: transparent;
  5953. border: 0; }
  5954.  
  5955. .visible {
  5956. visibility: visible !important; }
  5957.  
  5958. .invisible {
  5959. visibility: hidden !important; }
  5960.  
  5961.  
  5962.  
  5963. @font-face {
  5964. font-family: 'FontAwesome';
  5965. src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  5966. src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  5967. font-weight: normal;
  5968. font-style: normal; }
  5969.  
  5970. .fa {
  5971. display: inline-block;
  5972. font: normal normal normal 14px/1 FontAwesome;
  5973. font-size: inherit;
  5974. text-rendering: auto;
  5975. -webkit-font-smoothing: antialiased;
  5976. -moz-osx-font-smoothing: grayscale; }
  5977.  
  5978.  
  5979. .fa-lg {
  5980. font-size: 1.3333333333em;
  5981. line-height: 0.75em;
  5982. vertical-align: -15%; }
  5983.  
  5984. .fa-2x {
  5985. font-size: 2em; }
  5986.  
  5987. .fa-3x {
  5988. font-size: 3em; }
  5989.  
  5990. .fa-4x {
  5991. font-size: 4em; }
  5992.  
  5993. .fa-5x {
  5994. font-size: 5em; }
  5995.  
  5996. .fa-fw {
  5997. width: 1.2857142857em;
  5998. text-align: center; }
  5999.  
  6000. .fa-ul {
  6001. padding-left: 0;
  6002. margin-left: 2.1428571429em;
  6003. list-style-type: none; }
  6004. .fa-ul > li {
  6005. position: relative; }
  6006.  
  6007. .fa-li {
  6008. position: absolute;
  6009. left: -2.1428571429em;
  6010. width: 2.1428571429em;
  6011. top: 0.1428571429em;
  6012. text-align: center; }
  6013. .fa-li.fa-lg {
  6014. left: -1.8571428571em; }
  6015.  
  6016. .fa-border {
  6017. padding: .2em .25em .15em;
  6018. border: solid 0.08em #eee;
  6019. border-radius: .1em; }
  6020.  
  6021. .fa-pull-left {
  6022. float: left; }
  6023.  
  6024. .fa-pull-right {
  6025. float: right; }
  6026.  
  6027. .fa.fa-pull-left {
  6028. margin-right: .3em; }
  6029.  
  6030. .fa.fa-pull-right {
  6031. margin-left: .3em; }
  6032.  
  6033.  
  6034. .pull-right {
  6035. float: right; }
  6036.  
  6037. .pull-left {
  6038. float: left; }
  6039.  
  6040. .fa.pull-left {
  6041. margin-right: .3em; }
  6042.  
  6043. .fa.pull-right {
  6044. margin-left: .3em; }
  6045.  
  6046. .fa-spin {
  6047. animation: fa-spin 2s infinite linear; }
  6048.  
  6049. .fa-pulse {
  6050. animation: fa-spin 1s infinite steps(8); }
  6051.  
  6052. @keyframes fa-spin {
  6053. 0% {
  6054. transform: rotate(0deg); }
  6055. 100% {
  6056. transform: rotate(359deg); } }
  6057.  
  6058. .fa-rotate-90 {
  6059. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  6060. transform: rotate(90deg); }
  6061.  
  6062. .fa-rotate-180 {
  6063. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  6064. transform: rotate(180deg); }
  6065.  
  6066. .fa-rotate-270 {
  6067. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  6068. transform: rotate(270deg); }
  6069.  
  6070. .fa-flip-horizontal {
  6071. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  6072. transform: scale(-1, 1); }
  6073.  
  6074. .fa-flip-vertical {
  6075. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  6076. transform: scale(1, -1); }
  6077.  
  6078. :root .fa-rotate-90,
  6079. :root .fa-rotate-180,
  6080. :root .fa-rotate-270,
  6081. :root .fa-flip-horizontal,
  6082. :root .fa-flip-vertical {
  6083. filter: none; }
  6084.  
  6085. .fa-stack {
  6086. position: relative;
  6087. display: inline-block;
  6088. width: 2em;
  6089. height: 2em;
  6090. line-height: 2em;
  6091. vertical-align: middle; }
  6092.  
  6093. .fa-stack-1x, .fa-stack-2x {
  6094. position: absolute;
  6095. left: 0;
  6096. width: 100%;
  6097. text-align: center; }
  6098.  
  6099. .fa-stack-1x {
  6100. line-height: inherit; }
  6101.  
  6102. .fa-stack-2x {
  6103. font-size: 2em; }
  6104.  
  6105. .fa-inverse {
  6106. color: #fff; }
  6107.  
  6108.  
  6109. .fa-glass:before {
  6110. content: ""; }
  6111.  
  6112. .fa-music:before {
  6113. content: ""; }
  6114.  
  6115. .fa-search:before {
  6116. content: ""; }
  6117.  
  6118. .fa-envelope-o:before {
  6119. content: ""; }
  6120.  
  6121. .fa-heart:before {
  6122. content: ""; }
  6123.  
  6124. .fa-star:before {
  6125. content: ""; }
  6126.  
  6127. .fa-star-o:before {
  6128. content: ""; }
  6129.  
  6130. .fa-user:before {
  6131. content: ""; }
  6132.  
  6133. .fa-film:before {
  6134. content: ""; }
  6135.  
  6136. .fa-th-large:before {
  6137. content: ""; }
  6138.  
  6139. .fa-th:before {
  6140. content: ""; }
  6141.  
  6142. .fa-th-list:before {
  6143. content: ""; }
  6144.  
  6145. .fa-check:before {
  6146. content: ""; }
  6147.  
  6148. .fa-remove:before,
  6149. .fa-close:before,
  6150. .fa-times:before {
  6151. content: ""; }
  6152.  
  6153. .fa-search-plus:before {
  6154. content: ""; }
  6155.  
  6156. .fa-search-minus:before {
  6157. content: ""; }
  6158.  
  6159. .fa-power-off:before {
  6160. content: ""; }
  6161.  
  6162. .fa-signal:before {
  6163. content: ""; }
  6164.  
  6165. .fa-gear:before,
  6166. .fa-cog:before {
  6167. content: ""; }
  6168.  
  6169. .fa-trash-o:before {
  6170. content: ""; }
  6171.  
  6172. .fa-home:before {
  6173. content: ""; }
  6174.  
  6175. .fa-file-o:before {
  6176. content: ""; }
  6177.  
  6178. .fa-clock-o:before {
  6179. content: ""; }
  6180.  
  6181. .fa-road:before {
  6182. content: ""; }
  6183.  
  6184. .fa-download:before {
  6185. content: ""; }
  6186.  
  6187. .fa-arrow-circle-o-down:before {
  6188. content: ""; }
  6189.  
  6190. .fa-arrow-circle-o-up:before {
  6191. content: ""; }
  6192.  
  6193. .fa-inbox:before {
  6194. content: ""; }
  6195.  
  6196. .fa-play-circle-o:before {
  6197. content: ""; }
  6198.  
  6199. .fa-rotate-right:before,
  6200. .fa-repeat:before {
  6201. content: ""; }
  6202.  
  6203. .fa-refresh:before {
  6204. content: ""; }
  6205.  
  6206. .fa-list-alt:before {
  6207. content: ""; }
  6208.  
  6209. .fa-lock:before {
  6210. content: ""; }
  6211.  
  6212. .fa-flag:before {
  6213. content: ""; }
  6214.  
  6215. .fa-headphones:before {
  6216. content: ""; }
  6217.  
  6218. .fa-volume-off:before {
  6219. content: ""; }
  6220.  
  6221. .fa-volume-down:before {
  6222. content: ""; }
  6223.  
  6224. .fa-volume-up:before {
  6225. content: ""; }
  6226.  
  6227. .fa-qrcode:before {
  6228. content: ""; }
  6229.  
  6230. .fa-barcode:before {
  6231. content: ""; }
  6232.  
  6233. .fa-tag:before {
  6234. content: ""; }
  6235.  
  6236. .fa-tags:before {
  6237. content: ""; }
  6238.  
  6239. .fa-book:before {
  6240. content: ""; }
  6241.  
  6242. .fa-bookmark:before {
  6243. content: ""; }
  6244.  
  6245. .fa-print:before {
  6246. content: ""; }
  6247.  
  6248. .fa-camera:before {
  6249. content: ""; }
  6250.  
  6251. .fa-font:before {
  6252. content: ""; }
  6253.  
  6254. .fa-bold:before {
  6255. content: ""; }
  6256.  
  6257. .fa-italic:before {
  6258. content: ""; }
  6259.  
  6260. .fa-text-height:before {
  6261. content: ""; }
  6262.  
  6263. .fa-text-width:before {
  6264. content: ""; }
  6265.  
  6266. .fa-align-left:before {
  6267. content: ""; }
  6268.  
  6269. .fa-align-center:before {
  6270. content: ""; }
  6271.  
  6272. .fa-align-right:before {
  6273. content: ""; }
  6274.  
  6275. .fa-align-justify:before {
  6276. content: ""; }
  6277.  
  6278. .fa-list:before {
  6279. content: ""; }
  6280.  
  6281. .fa-dedent:before,
  6282. .fa-outdent:before {
  6283. content: ""; }
  6284.  
  6285. .fa-indent:before {
  6286. content: ""; }
  6287.  
  6288. .fa-video-camera:before {
  6289. content: ""; }
  6290.  
  6291. .fa-photo:before,
  6292. .fa-image:before,
  6293. .fa-picture-o:before {
  6294. content: ""; }
  6295.  
  6296. .fa-pencil:before {
  6297. content: ""; }
  6298.  
  6299. .fa-map-marker:before {
  6300. content: ""; }
  6301.  
  6302. .fa-adjust:before {
  6303. content: ""; }
  6304.  
  6305. .fa-tint:before {
  6306. content: ""; }
  6307.  
  6308. .fa-edit:before,
  6309. .fa-pencil-square-o:before {
  6310. content: ""; }
  6311.  
  6312. .fa-share-square-o:before {
  6313. content: ""; }
  6314.  
  6315. .fa-check-square-o:before {
  6316. content: ""; }
  6317.  
  6318. .fa-arrows:before {
  6319. content: ""; }
  6320.  
  6321. .fa-step-backward:before {
  6322. content: ""; }
  6323.  
  6324. .fa-fast-backward:before {
  6325. content: ""; }
  6326.  
  6327. .fa-backward:before {
  6328. content: ""; }
  6329.  
  6330. .fa-play:before {
  6331. content: ""; }
  6332.  
  6333. .fa-pause:before {
  6334. content: ""; }
  6335.  
  6336. .fa-stop:before {
  6337. content: ""; }
  6338.  
  6339. .fa-forward:before {
  6340. content: ""; }
  6341.  
  6342. .fa-fast-forward:before {
  6343. content: ""; }
  6344.  
  6345. .fa-step-forward:before {
  6346. content: ""; }
  6347.  
  6348. .fa-eject:before {
  6349. content: ""; }
  6350.  
  6351. .fa-chevron-left:before {
  6352. content: ""; }
  6353.  
  6354. .fa-chevron-right:before {
  6355. content: ""; }
  6356.  
  6357. .fa-plus-circle:before {
  6358. content: ""; }
  6359.  
  6360. .fa-minus-circle:before {
  6361. content: ""; }
  6362.  
  6363. .fa-times-circle:before {
  6364. content: ""; }
  6365.  
  6366. .fa-check-circle:before {
  6367. content: ""; }
  6368.  
  6369. .fa-question-circle:before {
  6370. content: ""; }
  6371.  
  6372. .fa-info-circle:before {
  6373. content: ""; }
  6374.  
  6375. .fa-crosshairs:before {
  6376. content: ""; }
  6377.  
  6378. .fa-times-circle-o:before {
  6379. content: ""; }
  6380.  
  6381. .fa-check-circle-o:before {
  6382. content: ""; }
  6383.  
  6384. .fa-ban:before {
  6385. content: ""; }
  6386.  
  6387. .fa-arrow-left:before {
  6388. content: ""; }
  6389.  
  6390. .fa-arrow-right:before {
  6391. content: ""; }
  6392.  
  6393. .fa-arrow-up:before {
  6394. content: ""; }
  6395.  
  6396. .fa-arrow-down:before {
  6397. content: ""; }
  6398.  
  6399. .fa-mail-forward:before,
  6400. .fa-share:before {
  6401. content: ""; }
  6402.  
  6403. .fa-expand:before {
  6404. content: ""; }
  6405.  
  6406. .fa-compress:before {
  6407. content: ""; }
  6408.  
  6409. .fa-plus:before {
  6410. content: ""; }
  6411.  
  6412. .fa-minus:before {
  6413. content: ""; }
  6414.  
  6415. .fa-asterisk:before {
  6416. content: ""; }
  6417.  
  6418. .fa-exclamation-circle:before {
  6419. content: ""; }
  6420.  
  6421. .fa-gift:before {
  6422. content: ""; }
  6423.  
  6424. .fa-leaf:before {
  6425. content: ""; }
  6426.  
  6427. .fa-fire:before {
  6428. content: ""; }
  6429.  
  6430. .fa-eye:before {
  6431. content: ""; }
  6432.  
  6433. .fa-eye-slash:before {
  6434. content: ""; }
  6435.  
  6436. .fa-warning:before,
  6437. .fa-exclamation-triangle:before {
  6438. content: ""; }
  6439.  
  6440. .fa-plane:before {
  6441. content: ""; }
  6442.  
  6443. .fa-calendar:before {
  6444. content: ""; }
  6445.  
  6446. .fa-random:before {
  6447. content: ""; }
  6448.  
  6449. .fa-comment:before {
  6450. content: ""; }
  6451.  
  6452. .fa-magnet:before {
  6453. content: ""; }
  6454.  
  6455. .fa-chevron-up:before {
  6456. content: ""; }
  6457.  
  6458. .fa-chevron-down:before {
  6459. content: ""; }
  6460.  
  6461. .fa-retweet:before {
  6462. content: ""; }
  6463.  
  6464. .fa-shopping-cart:before {
  6465. content: ""; }
  6466.  
  6467. .fa-folder:before {
  6468. content: ""; }
  6469.  
  6470. .fa-folder-open:before {
  6471. content: ""; }
  6472.  
  6473. .fa-arrows-v:before {
  6474. content: ""; }
  6475.  
  6476. .fa-arrows-h:before {
  6477. content: ""; }
  6478.  
  6479. .fa-bar-chart-o:before,
  6480. .fa-bar-chart:before {
  6481. content: ""; }
  6482.  
  6483. .fa-twitter-square:before {
  6484. content: ""; }
  6485.  
  6486. .fa-facebook-square:before {
  6487. content: ""; }
  6488.  
  6489. .fa-camera-retro:before {
  6490. content: ""; }
  6491.  
  6492. .fa-key:before {
  6493. content: ""; }
  6494.  
  6495. .fa-gears:before,
  6496. .fa-cogs:before {
  6497. content: ""; }
  6498.  
  6499. .fa-comments:before {
  6500. content: ""; }
  6501.  
  6502. .fa-thumbs-o-up:before {
  6503. content: ""; }
  6504.  
  6505. .fa-thumbs-o-down:before {
  6506. content: ""; }
  6507.  
  6508. .fa-star-half:before {
  6509. content: ""; }
  6510.  
  6511. .fa-heart-o:before {
  6512. content: ""; }
  6513.  
  6514. .fa-sign-out:before {
  6515. content: ""; }
  6516.  
  6517. .fa-linkedin-square:before {
  6518. content: ""; }
  6519.  
  6520. .fa-thumb-tack:before {
  6521. content: ""; }
  6522.  
  6523. .fa-external-link:before {
  6524. content: ""; }
  6525.  
  6526. .fa-sign-in:before {
  6527. content: ""; }
  6528.  
  6529. .fa-trophy:before {
  6530. content: ""; }
  6531.  
  6532. .fa-github-square:before {
  6533. content: ""; }
  6534.  
  6535. .fa-upload:before {
  6536. content: ""; }
  6537.  
  6538. .fa-lemon-o:before {
  6539. content: ""; }
  6540.  
  6541. .fa-phone:before {
  6542. content: ""; }
  6543.  
  6544. .fa-square-o:before {
  6545. content: ""; }
  6546.  
  6547. .fa-bookmark-o:before {
  6548. content: ""; }
  6549.  
  6550. .fa-phone-square:before {
  6551. content: ""; }
  6552.  
  6553. .fa-twitter:before {
  6554. content: ""; }
  6555.  
  6556. .fa-facebook-f:before,
  6557. .fa-facebook:before {
  6558. content: ""; }
  6559.  
  6560. .fa-github:before {
  6561. content: ""; }
  6562.  
  6563. .fa-unlock:before {
  6564. content: ""; }
  6565.  
  6566. .fa-credit-card:before {
  6567. content: ""; }
  6568.  
  6569. .fa-feed:before,
  6570. .fa-rss:before {
  6571. content: ""; }
  6572.  
  6573. .fa-hdd-o:before {
  6574. content: ""; }
  6575.  
  6576. .fa-bullhorn:before {
  6577. content: ""; }
  6578.  
  6579. .fa-bell:before {
  6580. content: ""; }
  6581.  
  6582. .fa-certificate:before {
  6583. content: ""; }
  6584.  
  6585. .fa-hand-o-right:before {
  6586. content: ""; }
  6587.  
  6588. .fa-hand-o-left:before {
  6589. content: ""; }
  6590.  
  6591. .fa-hand-o-up:before {
  6592. content: ""; }
  6593.  
  6594. .fa-hand-o-down:before {
  6595. content: ""; }
  6596.  
  6597. .fa-arrow-circle-left:before {
  6598. content: ""; }
  6599.  
  6600. .fa-arrow-circle-right:before {
  6601. content: ""; }
  6602.  
  6603. .fa-arrow-circle-up:before {
  6604. content: ""; }
  6605.  
  6606. .fa-arrow-circle-down:before {
  6607. content: ""; }
  6608.  
  6609. .fa-globe:before {
  6610. content: ""; }
  6611.  
  6612. .fa-wrench:before {
  6613. content: ""; }
  6614.  
  6615. .fa-tasks:before {
  6616. content: ""; }
  6617.  
  6618. .fa-filter:before {
  6619. content: ""; }
  6620.  
  6621. .fa-briefcase:before {
  6622. content: ""; }
  6623.  
  6624. .fa-arrows-alt:before {
  6625. content: ""; }
  6626.  
  6627. .fa-group:before,
  6628. .fa-users:before {
  6629. content: ""; }
  6630.  
  6631. .fa-chain:before,
  6632. .fa-link:before {
  6633. content: ""; }
  6634.  
  6635. .fa-cloud:before {
  6636. content: ""; }
  6637.  
  6638. .fa-flask:before {
  6639. content: ""; }
  6640.  
  6641. .fa-cut:before,
  6642. .fa-scissors:before {
  6643. content: ""; }
  6644.  
  6645. .fa-copy:before,
  6646. .fa-files-o:before {
  6647. content: ""; }
  6648.  
  6649. .fa-paperclip:before {
  6650. content: ""; }
  6651.  
  6652. .fa-save:before,
  6653. .fa-floppy-o:before {
  6654. content: ""; }
  6655.  
  6656. .fa-square:before {
  6657. content: ""; }
  6658.  
  6659. .fa-navicon:before,
  6660. .fa-reorder:before,
  6661. .fa-bars:before {
  6662. content: ""; }
  6663.  
  6664. .fa-list-ul:before {
  6665. content: ""; }
  6666.  
  6667. .fa-list-ol:before {
  6668. content: ""; }
  6669.  
  6670. .fa-strikethrough:before {
  6671. content: ""; }
  6672.  
  6673. .fa-underline:before {
  6674. content: ""; }
  6675.  
  6676. .fa-table:before {
  6677. content: ""; }
  6678.  
  6679. .fa-magic:before {
  6680. content: ""; }
  6681.  
  6682. .fa-truck:before {
  6683. content: ""; }
  6684.  
  6685. .fa-pinterest:before {
  6686. content: ""; }
  6687.  
  6688. .fa-pinterest-square:before {
  6689. content: ""; }
  6690.  
  6691. .fa-google-plus-square:before {
  6692. content: ""; }
  6693.  
  6694. .fa-google-plus:before {
  6695. content: ""; }
  6696.  
  6697. .fa-money:before {
  6698. content: ""; }
  6699.  
  6700. .fa-caret-down:before {
  6701. content: ""; }
  6702.  
  6703. .fa-caret-up:before {
  6704. content: ""; }
  6705.  
  6706. .fa-caret-left:before {
  6707. content: ""; }
  6708.  
  6709. .fa-caret-right:before {
  6710. content: ""; }
  6711.  
  6712. .fa-columns:before {
  6713. content: ""; }
  6714.  
  6715. .fa-unsorted:before,
  6716. .fa-sort:before {
  6717. content: ""; }
  6718.  
  6719. .fa-sort-down:before,
  6720. .fa-sort-desc:before {
  6721. content: ""; }
  6722.  
  6723. .fa-sort-up:before,
  6724. .fa-sort-asc:before {
  6725. content: ""; }
  6726.  
  6727. .fa-envelope:before {
  6728. content: ""; }
  6729.  
  6730. .fa-linkedin:before {
  6731. content: ""; }
  6732.  
  6733. .fa-rotate-left:before,
  6734. .fa-undo:before {
  6735. content: ""; }
  6736.  
  6737. .fa-legal:before,
  6738. .fa-gavel:before {
  6739. content: ""; }
  6740.  
  6741. .fa-dashboard:before,
  6742. .fa-tachometer:before {
  6743. content: ""; }
  6744.  
  6745. .fa-comment-o:before {
  6746. content: ""; }
  6747.  
  6748. .fa-comments-o:before {
  6749. content: ""; }
  6750.  
  6751. .fa-flash:before,
  6752. .fa-bolt:before {
  6753. content: ""; }
  6754.  
  6755. .fa-sitemap:before {
  6756. content: ""; }
  6757.  
  6758. .fa-umbrella:before {
  6759. content: ""; }
  6760.  
  6761. .fa-paste:before,
  6762. .fa-clipboard:before {
  6763. content: ""; }
  6764.  
  6765. .fa-lightbulb-o:before {
  6766. content: ""; }
  6767.  
  6768. .fa-exchange:before {
  6769. content: ""; }
  6770.  
  6771. .fa-cloud-download:before {
  6772. content: ""; }
  6773.  
  6774. .fa-cloud-upload:before {
  6775. content: ""; }
  6776.  
  6777. .fa-user-md:before {
  6778. content: ""; }
  6779.  
  6780. .fa-stethoscope:before {
  6781. content: ""; }
  6782.  
  6783. .fa-suitcase:before {
  6784. content: ""; }
  6785.  
  6786. .fa-bell-o:before {
  6787. content: ""; }
  6788.  
  6789. .fa-coffee:before {
  6790. content: ""; }
  6791.  
  6792. .fa-cutlery:before {
  6793. content: ""; }
  6794.  
  6795. .fa-file-text-o:before {
  6796. content: ""; }
  6797.  
  6798. .fa-building-o:before {
  6799. content: ""; }
  6800.  
  6801. .fa-hospital-o:before {
  6802. content: ""; }
  6803.  
  6804. .fa-ambulance:before {
  6805. content: ""; }
  6806.  
  6807. .fa-medkit:before {
  6808. content: ""; }
  6809.  
  6810. .fa-fighter-jet:before {
  6811. content: ""; }
  6812.  
  6813. .fa-beer:before {
  6814. content: ""; }
  6815.  
  6816. .fa-h-square:before {
  6817. content: ""; }
  6818.  
  6819. .fa-plus-square:before {
  6820. content: ""; }
  6821.  
  6822. .fa-angle-double-left:before {
  6823. content: ""; }
  6824.  
  6825. .fa-angle-double-right:before {
  6826. content: ""; }
  6827.  
  6828. .fa-angle-double-up:before {
  6829. content: ""; }
  6830.  
  6831. .fa-angle-double-down:before {
  6832. content: ""; }
  6833.  
  6834. .fa-angle-left:before {
  6835. content: ""; }
  6836.  
  6837. .fa-angle-right:before {
  6838. content: ""; }
  6839.  
  6840. .fa-angle-up:before {
  6841. content: ""; }
  6842.  
  6843. .fa-angle-down:before {
  6844. content: ""; }
  6845.  
  6846. .fa-desktop:before {
  6847. content: ""; }
  6848.  
  6849. .fa-laptop:before {
  6850. content: ""; }
  6851.  
  6852. .fa-tablet:before {
  6853. content: ""; }
  6854.  
  6855. .fa-mobile-phone:before,
  6856. .fa-mobile:before {
  6857. content: ""; }
  6858.  
  6859. .fa-circle-o:before {
  6860. content: ""; }
  6861.  
  6862. .fa-quote-left:before {
  6863. content: ""; }
  6864.  
  6865. .fa-quote-right:before {
  6866. content: ""; }
  6867.  
  6868. .fa-spinner:before {
  6869. content: ""; }
  6870.  
  6871. .fa-circle:before {
  6872. content: ""; }
  6873.  
  6874. .fa-mail-reply:before,
  6875. .fa-reply:before {
  6876. content: ""; }
  6877.  
  6878. .fa-github-alt:before {
  6879. content: ""; }
  6880.  
  6881. .fa-folder-o:before {
  6882. content: ""; }
  6883.  
  6884. .fa-folder-open-o:before {
  6885. content: ""; }
  6886.  
  6887. .fa-smile-o:before {
  6888. content: ""; }
  6889.  
  6890. .fa-frown-o:before {
  6891. content: ""; }
  6892.  
  6893. .fa-meh-o:before {
  6894. content: ""; }
  6895.  
  6896. .fa-gamepad:before {
  6897. content: ""; }
  6898.  
  6899. .fa-keyboard-o:before {
  6900. content: ""; }
  6901.  
  6902. .fa-flag-o:before {
  6903. content: ""; }
  6904.  
  6905. .fa-flag-checkered:before {
  6906. content: ""; }
  6907.  
  6908. .fa-terminal:before {
  6909. content: ""; }
  6910.  
  6911. .fa-code:before {
  6912. content: ""; }
  6913.  
  6914. .fa-mail-reply-all:before,
  6915. .fa-reply-all:before {
  6916. content: ""; }
  6917.  
  6918. .fa-star-half-empty:before,
  6919. .fa-star-half-full:before,
  6920. .fa-star-half-o:before {
  6921. content: ""; }
  6922.  
  6923. .fa-location-arrow:before {
  6924. content: ""; }
  6925.  
  6926. .fa-crop:before {
  6927. content: ""; }
  6928.  
  6929. .fa-code-fork:before {
  6930. content: ""; }
  6931.  
  6932. .fa-unlink:before,
  6933. .fa-chain-broken:before {
  6934. content: ""; }
  6935.  
  6936. .fa-question:before {
  6937. content: ""; }
  6938.  
  6939. .fa-info:before {
  6940. content: ""; }
  6941.  
  6942. .fa-exclamation:before {
  6943. content: ""; }
  6944.  
  6945. .fa-superscript:before {
  6946. content: ""; }
  6947.  
  6948. .fa-subscript:before {
  6949. content: ""; }
  6950.  
  6951. .fa-eraser:before {
  6952. content: ""; }
  6953.  
  6954. .fa-puzzle-piece:before {
  6955. content: ""; }
  6956.  
  6957. .fa-microphone:before {
  6958. content: ""; }
  6959.  
  6960. .fa-microphone-slash:before {
  6961. content: ""; }
  6962.  
  6963. .fa-shield:before {
  6964. content: ""; }
  6965.  
  6966. .fa-calendar-o:before {
  6967. content: ""; }
  6968.  
  6969. .fa-fire-extinguisher:before {
  6970. content: ""; }
  6971.  
  6972. .fa-rocket:before {
  6973. content: ""; }
  6974.  
  6975. .fa-maxcdn:before {
  6976. content: ""; }
  6977.  
  6978. .fa-chevron-circle-left:before {
  6979. content: ""; }
  6980.  
  6981. .fa-chevron-circle-right:before {
  6982. content: ""; }
  6983.  
  6984. .fa-chevron-circle-up:before {
  6985. content: ""; }
  6986.  
  6987. .fa-chevron-circle-down:before {
  6988. content: ""; }
  6989.  
  6990. .fa-html5:before {
  6991. content: ""; }
  6992.  
  6993. .fa-css3:before {
  6994. content: ""; }
  6995.  
  6996. .fa-anchor:before {
  6997. content: ""; }
  6998.  
  6999. .fa-unlock-alt:before {
  7000. content: ""; }
  7001.  
  7002. .fa-bullseye:before {
  7003. content: ""; }
  7004.  
  7005. .fa-ellipsis-h:before {
  7006. content: ""; }
  7007.  
  7008. .fa-ellipsis-v:before {
  7009. content: ""; }
  7010.  
  7011. .fa-rss-square:before {
  7012. content: ""; }
  7013.  
  7014. .fa-play-circle:before {
  7015. content: ""; }
  7016.  
  7017. .fa-ticket:before {
  7018. content: ""; }
  7019.  
  7020. .fa-minus-square:before {
  7021. content: ""; }
  7022.  
  7023. .fa-minus-square-o:before {
  7024. content: ""; }
  7025.  
  7026. .fa-level-up:before {
  7027. content: ""; }
  7028.  
  7029. .fa-level-down:before {
  7030. content: ""; }
  7031.  
  7032. .fa-check-square:before {
  7033. content: ""; }
  7034.  
  7035. .fa-pencil-square:before {
  7036. content: ""; }
  7037.  
  7038. .fa-external-link-square:before {
  7039. content: ""; }
  7040.  
  7041. .fa-share-square:before {
  7042. content: ""; }
  7043.  
  7044. .fa-compass:before {
  7045. content: ""; }
  7046.  
  7047. .fa-toggle-down:before,
  7048. .fa-caret-square-o-down:before {
  7049. content: ""; }
  7050.  
  7051. .fa-toggle-up:before,
  7052. .fa-caret-square-o-up:before {
  7053. content: ""; }
  7054.  
  7055. .fa-toggle-right:before,
  7056. .fa-caret-square-o-right:before {
  7057. content: ""; }
  7058.  
  7059. .fa-euro:before,
  7060. .fa-eur:before {
  7061. content: ""; }
  7062.  
  7063. .fa-gbp:before {
  7064. content: ""; }
  7065.  
  7066. .fa-dollar:before,
  7067. .fa-usd:before {
  7068. content: ""; }
  7069.  
  7070. .fa-rupee:before,
  7071. .fa-inr:before {
  7072. content: ""; }
  7073.  
  7074. .fa-cny:before,
  7075. .fa-rmb:before,
  7076. .fa-yen:before,
  7077. .fa-jpy:before {
  7078. content: ""; }
  7079.  
  7080. .fa-ruble:before,
  7081. .fa-rouble:before,
  7082. .fa-rub:before {
  7083. content: ""; }
  7084.  
  7085. .fa-won:before,
  7086. .fa-krw:before {
  7087. content: ""; }
  7088.  
  7089. .fa-bitcoin:before,
  7090. .fa-btc:before {
  7091. content: ""; }
  7092.  
  7093. .fa-file:before {
  7094. content: ""; }
  7095.  
  7096. .fa-file-text:before {
  7097. content: ""; }
  7098.  
  7099. .fa-sort-alpha-asc:before {
  7100. content: ""; }
  7101.  
  7102. .fa-sort-alpha-desc:before {
  7103. content: ""; }
  7104.  
  7105. .fa-sort-amount-asc:before {
  7106. content: ""; }
  7107.  
  7108. .fa-sort-amount-desc:before {
  7109. content: ""; }
  7110.  
  7111. .fa-sort-numeric-asc:before {
  7112. content: ""; }
  7113.  
  7114. .fa-sort-numeric-desc:before {
  7115. content: ""; }
  7116.  
  7117. .fa-thumbs-up:before {
  7118. content: ""; }
  7119.  
  7120. .fa-thumbs-down:before {
  7121. content: ""; }
  7122.  
  7123. .fa-youtube-square:before {
  7124. content: ""; }
  7125.  
  7126. .fa-youtube:before {
  7127. content: ""; }
  7128.  
  7129. .fa-xing:before {
  7130. content: ""; }
  7131.  
  7132. .fa-xing-square:before {
  7133. content: ""; }
  7134.  
  7135. .fa-youtube-play:before {
  7136. content: ""; }
  7137.  
  7138. .fa-dropbox:before {
  7139. content: ""; }
  7140.  
  7141. .fa-stack-overflow:before {
  7142. content: ""; }
  7143.  
  7144. .fa-instagram:before {
  7145. content: ""; }
  7146.  
  7147. .fa-flickr:before {
  7148. content: ""; }
  7149.  
  7150. .fa-adn:before {
  7151. content: ""; }
  7152.  
  7153. .fa-bitbucket:before {
  7154. content: ""; }
  7155.  
  7156. .fa-bitbucket-square:before {
  7157. content: ""; }
  7158.  
  7159. .fa-tumblr:before {
  7160. content: ""; }
  7161.  
  7162. .fa-tumblr-square:before {
  7163. content: ""; }
  7164.  
  7165. .fa-long-arrow-down:before {
  7166. content: ""; }
  7167.  
  7168. .fa-long-arrow-up:before {
  7169. content: ""; }
  7170.  
  7171. .fa-long-arrow-left:before {
  7172. content: ""; }
  7173.  
  7174. .fa-long-arrow-right:before {
  7175. content: ""; }
  7176.  
  7177. .fa-apple:before {
  7178. content: ""; }
  7179.  
  7180. .fa-windows:before {
  7181. content: ""; }
  7182.  
  7183. .fa-android:before {
  7184. content: ""; }
  7185.  
  7186. .fa-linux:before {
  7187. content: ""; }
  7188.  
  7189. .fa-dribbble:before {
  7190. content: ""; }
  7191.  
  7192. .fa-skype:before {
  7193. content: ""; }
  7194.  
  7195. .fa-foursquare:before {
  7196. content: ""; }
  7197.  
  7198. .fa-trello:before {
  7199. content: ""; }
  7200.  
  7201. .fa-female:before {
  7202. content: ""; }
  7203.  
  7204. .fa-male:before {
  7205. content: ""; }
  7206.  
  7207. .fa-gittip:before,
  7208. .fa-gratipay:before {
  7209. content: ""; }
  7210.  
  7211. .fa-sun-o:before {
  7212. content: ""; }
  7213.  
  7214. .fa-moon-o:before {
  7215. content: ""; }
  7216.  
  7217. .fa-archive:before {
  7218. content: ""; }
  7219.  
  7220. .fa-bug:before {
  7221. content: ""; }
  7222.  
  7223. .fa-vk:before {
  7224. content: ""; }
  7225.  
  7226. .fa-weibo:before {
  7227. content: ""; }
  7228.  
  7229. .fa-renren:before {
  7230. content: ""; }
  7231.  
  7232. .fa-pagelines:before {
  7233. content: ""; }
  7234.  
  7235. .fa-stack-exchange:before {
  7236. content: ""; }
  7237.  
  7238. .fa-arrow-circle-o-right:before {
  7239. content: ""; }
  7240.  
  7241. .fa-arrow-circle-o-left:before {
  7242. content: ""; }
  7243.  
  7244. .fa-toggle-left:before,
  7245. .fa-caret-square-o-left:before {
  7246. content: ""; }
  7247.  
  7248. .fa-dot-circle-o:before {
  7249. content: ""; }
  7250.  
  7251. .fa-wheelchair:before {
  7252. content: ""; }
  7253.  
  7254. .fa-vimeo-square:before {
  7255. content: ""; }
  7256.  
  7257. .fa-turkish-lira:before,
  7258. .fa-try:before {
  7259. content: ""; }
  7260.  
  7261. .fa-plus-square-o:before {
  7262. content: ""; }
  7263.  
  7264. .fa-space-shuttle:before {
  7265. content: ""; }
  7266.  
  7267. .fa-slack:before {
  7268. content: ""; }
  7269.  
  7270. .fa-envelope-square:before {
  7271. content: ""; }
  7272.  
  7273. .fa-wordpress:before {
  7274. content: ""; }
  7275.  
  7276. .fa-openid:before {
  7277. content: ""; }
  7278.  
  7279. .fa-institution:before,
  7280. .fa-bank:before,
  7281. .fa-university:before {
  7282. content: ""; }
  7283.  
  7284. .fa-mortar-board:before,
  7285. .fa-graduation-cap:before {
  7286. content: ""; }
  7287.  
  7288. .fa-yahoo:before {
  7289. content: ""; }
  7290.  
  7291. .fa-google:before {
  7292. content: ""; }
  7293.  
  7294. .fa-reddit:before {
  7295. content: ""; }
  7296.  
  7297. .fa-reddit-square:before {
  7298. content: ""; }
  7299.  
  7300. .fa-stumbleupon-circle:before {
  7301. content: ""; }
  7302.  
  7303. .fa-stumbleupon:before {
  7304. content: ""; }
  7305.  
  7306. .fa-delicious:before {
  7307. content: ""; }
  7308.  
  7309. .fa-digg:before {
  7310. content: ""; }
  7311.  
  7312. .fa-pied-piper-pp:before {
  7313. content: ""; }
  7314.  
  7315. .fa-pied-piper-alt:before {
  7316. content: ""; }
  7317.  
  7318. .fa-drupal:before {
  7319. content: ""; }
  7320.  
  7321. .fa-joomla:before {
  7322. content: ""; }
  7323.  
  7324. .fa-language:before {
  7325. content: ""; }
  7326.  
  7327. .fa-fax:before {
  7328. content: ""; }
  7329.  
  7330. .fa-building:before {
  7331. content: ""; }
  7332.  
  7333. .fa-child:before {
  7334. content: ""; }
  7335.  
  7336. .fa-paw:before {
  7337. content: ""; }
  7338.  
  7339. .fa-spoon:before {
  7340. content: ""; }
  7341.  
  7342. .fa-cube:before {
  7343. content: ""; }
  7344.  
  7345. .fa-cubes:before {
  7346. content: ""; }
  7347.  
  7348. .fa-behance:before {
  7349. content: ""; }
  7350.  
  7351. .fa-behance-square:before {
  7352. content: ""; }
  7353.  
  7354. .fa-steam:before {
  7355. content: ""; }
  7356.  
  7357. .fa-steam-square:before {
  7358. content: ""; }
  7359.  
  7360. .fa-recycle:before {
  7361. content: ""; }
  7362.  
  7363. .fa-automobile:before,
  7364. .fa-car:before {
  7365. content: ""; }
  7366.  
  7367. .fa-cab:before,
  7368. .fa-taxi:before {
  7369. content: ""; }
  7370.  
  7371. .fa-tree:before {
  7372. content: ""; }
  7373.  
  7374. .fa-spotify:before {
  7375. content: ""; }
  7376.  
  7377. .fa-deviantart:before {
  7378. content: ""; }
  7379.  
  7380. .fa-soundcloud:before {
  7381. content: ""; }
  7382.  
  7383. .fa-database:before {
  7384. content: ""; }
  7385.  
  7386. .fa-file-pdf-o:before {
  7387. content: ""; }
  7388.  
  7389. .fa-file-word-o:before {
  7390. content: ""; }
  7391.  
  7392. .fa-file-excel-o:before {
  7393. content: ""; }
  7394.  
  7395. .fa-file-powerpoint-o:before {
  7396. content: ""; }
  7397.  
  7398. .fa-file-photo-o:before,
  7399. .fa-file-picture-o:before,
  7400. .fa-file-image-o:before {
  7401. content: ""; }
  7402.  
  7403. .fa-file-zip-o:before,
  7404. .fa-file-archive-o:before {
  7405. content: ""; }
  7406.  
  7407. .fa-file-sound-o:before,
  7408. .fa-file-audio-o:before {
  7409. content: ""; }
  7410.  
  7411. .fa-file-movie-o:before,
  7412. .fa-file-video-o:before {
  7413. content: ""; }
  7414.  
  7415. .fa-file-code-o:before {
  7416. content: ""; }
  7417.  
  7418. .fa-vine:before {
  7419. content: ""; }
  7420.  
  7421. .fa-codepen:before {
  7422. content: ""; }
  7423.  
  7424. .fa-jsfiddle:before {
  7425. content: ""; }
  7426.  
  7427. .fa-life-bouy:before,
  7428. .fa-life-buoy:before,
  7429. .fa-life-saver:before,
  7430. .fa-support:before,
  7431. .fa-life-ring:before {
  7432. content: ""; }
  7433.  
  7434. .fa-circle-o-notch:before {
  7435. content: ""; }
  7436.  
  7437. .fa-ra:before,
  7438. .fa-resistance:before,
  7439. .fa-rebel:before {
  7440. content: ""; }
  7441.  
  7442. .fa-ge:before,
  7443. .fa-empire:before {
  7444. content: ""; }
  7445.  
  7446. .fa-git-square:before {
  7447. content: ""; }
  7448.  
  7449. .fa-git:before {
  7450. content: ""; }
  7451.  
  7452. .fa-y-combinator-square:before,
  7453. .fa-yc-square:before,
  7454. .fa-hacker-news:before {
  7455. content: ""; }
  7456.  
  7457. .fa-tencent-weibo:before {
  7458. content: ""; }
  7459.  
  7460. .fa-qq:before {
  7461. content: ""; }
  7462.  
  7463. .fa-wechat:before,
  7464. .fa-weixin:before {
  7465. content: ""; }
  7466.  
  7467. .fa-send:before,
  7468. .fa-paper-plane:before {
  7469. content: ""; }
  7470.  
  7471. .fa-send-o:before,
  7472. .fa-paper-plane-o:before {
  7473. content: ""; }
  7474.  
  7475. .fa-history:before {
  7476. content: ""; }
  7477.  
  7478. .fa-circle-thin:before {
  7479. content: ""; }
  7480.  
  7481. .fa-header:before {
  7482. content: ""; }
  7483.  
  7484. .fa-paragraph:before {
  7485. content: ""; }
  7486.  
  7487. .fa-sliders:before {
  7488. content: ""; }
  7489.  
  7490. .fa-share-alt:before {
  7491. content: ""; }
  7492.  
  7493. .fa-share-alt-square:before {
  7494. content: ""; }
  7495.  
  7496. .fa-bomb:before {
  7497. content: ""; }
  7498.  
  7499. .fa-soccer-ball-o:before,
  7500. .fa-futbol-o:before {
  7501. content: ""; }
  7502.  
  7503. .fa-tty:before {
  7504. content: ""; }
  7505.  
  7506. .fa-binoculars:before {
  7507. content: ""; }
  7508.  
  7509. .fa-plug:before {
  7510. content: ""; }
  7511.  
  7512. .fa-slideshare:before {
  7513. content: ""; }
  7514.  
  7515. .fa-twitch:before {
  7516. content: ""; }
  7517.  
  7518. .fa-yelp:before {
  7519. content: ""; }
  7520.  
  7521. .fa-newspaper-o:before {
  7522. content: ""; }
  7523.  
  7524. .fa-wifi:before {
  7525. content: ""; }
  7526.  
  7527. .fa-calculator:before {
  7528. content: ""; }
  7529.  
  7530. .fa-paypal:before {
  7531. content: ""; }
  7532.  
  7533. .fa-google-wallet:before {
  7534. content: ""; }
  7535.  
  7536. .fa-cc-visa:before {
  7537. content: ""; }
  7538.  
  7539. .fa-cc-mastercard:before {
  7540. content: ""; }
  7541.  
  7542. .fa-cc-discover:before {
  7543. content: ""; }
  7544.  
  7545. .fa-cc-amex:before {
  7546. content: ""; }
  7547.  
  7548. .fa-cc-paypal:before {
  7549. content: ""; }
  7550.  
  7551. .fa-cc-stripe:before {
  7552. content: ""; }
  7553.  
  7554. .fa-bell-slash:before {
  7555. content: ""; }
  7556.  
  7557. .fa-bell-slash-o:before {
  7558. content: ""; }
  7559.  
  7560. .fa-trash:before {
  7561. content: ""; }
  7562.  
  7563. .fa-copyright:before {
  7564. content: ""; }
  7565.  
  7566. .fa-at:before {
  7567. content: ""; }
  7568.  
  7569. .fa-eyedropper:before {
  7570. content: ""; }
  7571.  
  7572. .fa-paint-brush:before {
  7573. content: ""; }
  7574.  
  7575. .fa-birthday-cake:before {
  7576. content: ""; }
  7577.  
  7578. .fa-area-chart:before {
  7579. content: ""; }
  7580.  
  7581. .fa-pie-chart:before {
  7582. content: ""; }
  7583.  
  7584. .fa-line-chart:before {
  7585. content: ""; }
  7586.  
  7587. .fa-lastfm:before {
  7588. content: ""; }
  7589.  
  7590. .fa-lastfm-square:before {
  7591. content: ""; }
  7592.  
  7593. .fa-toggle-off:before {
  7594. content: ""; }
  7595.  
  7596. .fa-toggle-on:before {
  7597. content: ""; }
  7598.  
  7599. .fa-bicycle:before {
  7600. content: ""; }
  7601.  
  7602. .fa-bus:before {
  7603. content: ""; }
  7604.  
  7605. .fa-ioxhost:before {
  7606. content: ""; }
  7607.  
  7608. .fa-angellist:before {
  7609. content: ""; }
  7610.  
  7611. .fa-cc:before {
  7612. content: ""; }
  7613.  
  7614. .fa-shekel:before,
  7615. .fa-sheqel:before,
  7616. .fa-ils:before {
  7617. content: ""; }
  7618.  
  7619. .fa-meanpath:before {
  7620. content: ""; }
  7621.  
  7622. .fa-buysellads:before {
  7623. content: ""; }
  7624.  
  7625. .fa-connectdevelop:before {
  7626. content: ""; }
  7627.  
  7628. .fa-dashcube:before {
  7629. content: ""; }
  7630.  
  7631. .fa-forumbee:before {
  7632. content: ""; }
  7633.  
  7634. .fa-leanpub:before {
  7635. content: ""; }
  7636.  
  7637. .fa-sellsy:before {
  7638. content: ""; }
  7639.  
  7640. .fa-shirtsinbulk:before {
  7641. content: ""; }
  7642.  
  7643. .fa-simplybuilt:before {
  7644. content: ""; }
  7645.  
  7646. .fa-skyatlas:before {
  7647. content: ""; }
  7648.  
  7649. .fa-cart-plus:before {
  7650. content: ""; }
  7651.  
  7652. .fa-cart-arrow-down:before {
  7653. content: ""; }
  7654.  
  7655. .fa-diamond:before {
  7656. content: ""; }
  7657.  
  7658. .fa-ship:before {
  7659. content: ""; }
  7660.  
  7661. .fa-user-secret:before {
  7662. content: ""; }
  7663.  
  7664. .fa-motorcycle:before {
  7665. content: ""; }
  7666.  
  7667. .fa-street-view:before {
  7668. content: ""; }
  7669.  
  7670. .fa-heartbeat:before {
  7671. content: ""; }
  7672.  
  7673. .fa-venus:before {
  7674. content: ""; }
  7675.  
  7676. .fa-mars:before {
  7677. content: ""; }
  7678.  
  7679. .fa-mercury:before {
  7680. content: ""; }
  7681.  
  7682. .fa-intersex:before,
  7683. .fa-transgender:before {
  7684. content: ""; }
  7685.  
  7686. .fa-transgender-alt:before {
  7687. content: ""; }
  7688.  
  7689. .fa-venus-double:before {
  7690. content: ""; }
  7691.  
  7692. .fa-mars-double:before {
  7693. content: ""; }
  7694.  
  7695. .fa-venus-mars:before {
  7696. content: ""; }
  7697.  
  7698. .fa-mars-stroke:before {
  7699. content: ""; }
  7700.  
  7701. .fa-mars-stroke-v:before {
  7702. content: ""; }
  7703.  
  7704. .fa-mars-stroke-h:before {
  7705. content: ""; }
  7706.  
  7707. .fa-neuter:before {
  7708. content: ""; }
  7709.  
  7710. .fa-genderless:before {
  7711. content: ""; }
  7712.  
  7713. .fa-facebook-official:before {
  7714. content: ""; }
  7715.  
  7716. .fa-pinterest-p:before {
  7717. content: ""; }
  7718.  
  7719. .fa-whatsapp:before {
  7720. content: ""; }
  7721.  
  7722. .fa-server:before {
  7723. content: ""; }
  7724.  
  7725. .fa-user-plus:before {
  7726. content: ""; }
  7727.  
  7728. .fa-user-times:before {
  7729. content: ""; }
  7730.  
  7731. .fa-hotel:before,
  7732. .fa-bed:before {
  7733. content: ""; }
  7734.  
  7735. .fa-viacoin:before {
  7736. content: ""; }
  7737.  
  7738. .fa-train:before {
  7739. content: ""; }
  7740.  
  7741. .fa-subway:before {
  7742. content: ""; }
  7743.  
  7744. .fa-medium:before {
  7745. content: ""; }
  7746.  
  7747. .fa-yc:before,
  7748. .fa-y-combinator:before {
  7749. content: ""; }
  7750.  
  7751. .fa-optin-monster:before {
  7752. content: ""; }
  7753.  
  7754. .fa-opencart:before {
  7755. content: ""; }
  7756.  
  7757. .fa-expeditedssl:before {
  7758. content: ""; }
  7759.  
  7760. .fa-battery-4:before,
  7761. .fa-battery:before,
  7762. .fa-battery-full:before {
  7763. content: ""; }
  7764.  
  7765. .fa-battery-3:before,
  7766. .fa-battery-three-quarters:before {
  7767. content: ""; }
  7768.  
  7769. .fa-battery-2:before,
  7770. .fa-battery-half:before {
  7771. content: ""; }
  7772.  
  7773. .fa-battery-1:before,
  7774. .fa-battery-quarter:before {
  7775. content: ""; }
  7776.  
  7777. .fa-battery-0:before,
  7778. .fa-battery-empty:before {
  7779. content: ""; }
  7780.  
  7781. .fa-mouse-pointer:before {
  7782. content: ""; }
  7783.  
  7784. .fa-i-cursor:before {
  7785. content: ""; }
  7786.  
  7787. .fa-object-group:before {
  7788. content: ""; }
  7789.  
  7790. .fa-object-ungroup:before {
  7791. content: ""; }
  7792.  
  7793. .fa-sticky-note:before {
  7794. content: ""; }
  7795.  
  7796. .fa-sticky-note-o:before {
  7797. content: ""; }
  7798.  
  7799. .fa-cc-jcb:before {
  7800. content: ""; }
  7801.  
  7802. .fa-cc-diners-club:before {
  7803. content: ""; }
  7804.  
  7805. .fa-clone:before {
  7806. content: ""; }
  7807.  
  7808. .fa-balance-scale:before {
  7809. content: ""; }
  7810.  
  7811. .fa-hourglass-o:before {
  7812. content: ""; }
  7813.  
  7814. .fa-hourglass-1:before,
  7815. .fa-hourglass-start:before {
  7816. content: ""; }
  7817.  
  7818. .fa-hourglass-2:before,
  7819. .fa-hourglass-half:before {
  7820. content: ""; }
  7821.  
  7822. .fa-hourglass-3:before,
  7823. .fa-hourglass-end:before {
  7824. content: ""; }
  7825.  
  7826. .fa-hourglass:before {
  7827. content: ""; }
  7828.  
  7829. .fa-hand-grab-o:before,
  7830. .fa-hand-rock-o:before {
  7831. content: ""; }
  7832.  
  7833. .fa-hand-stop-o:before,
  7834. .fa-hand-paper-o:before {
  7835. content: ""; }
  7836.  
  7837. .fa-hand-scissors-o:before {
  7838. content: ""; }
  7839.  
  7840. .fa-hand-lizard-o:before {
  7841. content: ""; }
  7842.  
  7843. .fa-hand-spock-o:before {
  7844. content: ""; }
  7845.  
  7846. .fa-hand-pointer-o:before {
  7847. content: ""; }
  7848.  
  7849. .fa-hand-peace-o:before {
  7850. content: ""; }
  7851.  
  7852. .fa-trademark:before {
  7853. content: ""; }
  7854.  
  7855. .fa-registered:before {
  7856. content: ""; }
  7857.  
  7858. .fa-creative-commons:before {
  7859. content: ""; }
  7860.  
  7861. .fa-gg:before {
  7862. content: ""; }
  7863.  
  7864. .fa-gg-circle:before {
  7865. content: ""; }
  7866.  
  7867. .fa-tripadvisor:before {
  7868. content: ""; }
  7869.  
  7870. .fa-odnoklassniki:before {
  7871. content: ""; }
  7872.  
  7873. .fa-odnoklassniki-square:before {
  7874. content: ""; }
  7875.  
  7876. .fa-get-pocket:before {
  7877. content: ""; }
  7878.  
  7879. .fa-wikipedia-w:before {
  7880. content: ""; }
  7881.  
  7882. .fa-safari:before {
  7883. content: ""; }
  7884.  
  7885. .fa-chrome:before {
  7886. content: ""; }
  7887.  
  7888. .fa-firefox:before {
  7889. content: ""; }
  7890.  
  7891. .fa-opera:before {
  7892. content: ""; }
  7893.  
  7894. .fa-internet-explorer:before {
  7895. content: ""; }
  7896.  
  7897. .fa-tv:before,
  7898. .fa-television:before {
  7899. content: ""; }
  7900.  
  7901. .fa-contao:before {
  7902. content: ""; }
  7903.  
  7904. .fa-500px:before {
  7905. content: ""; }
  7906.  
  7907. .fa-amazon:before {
  7908. content: ""; }
  7909.  
  7910. .fa-calendar-plus-o:before {
  7911. content: ""; }
  7912.  
  7913. .fa-calendar-minus-o:before {
  7914. content: ""; }
  7915.  
  7916. .fa-calendar-times-o:before {
  7917. content: ""; }
  7918.  
  7919. .fa-calendar-check-o:before {
  7920. content: ""; }
  7921.  
  7922. .fa-industry:before {
  7923. content: ""; }
  7924.  
  7925. .fa-map-pin:before {
  7926. content: ""; }
  7927.  
  7928. .fa-map-signs:before {
  7929. content: ""; }
  7930.  
  7931. .fa-map-o:before {
  7932. content: ""; }
  7933.  
  7934. .fa-map:before {
  7935. content: ""; }
  7936.  
  7937. .fa-commenting:before {
  7938. content: ""; }
  7939.  
  7940. .fa-commenting-o:before {
  7941. content: ""; }
  7942.  
  7943. .fa-houzz:before {
  7944. content: ""; }
  7945.  
  7946. .fa-vimeo:before {
  7947. content: ""; }
  7948.  
  7949. .fa-black-tie:before {
  7950. content: ""; }
  7951.  
  7952. .fa-fonticons:before {
  7953. content: ""; }
  7954.  
  7955. .fa-reddit-alien:before {
  7956. content: ""; }
  7957.  
  7958. .fa-edge:before {
  7959. content: ""; }
  7960.  
  7961. .fa-credit-card-alt:before {
  7962. content: ""; }
  7963.  
  7964. .fa-codiepie:before {
  7965. content: ""; }
  7966.  
  7967. .fa-modx:before {
  7968. content: ""; }
  7969.  
  7970. .fa-fort-awesome:before {
  7971. content: ""; }
  7972.  
  7973. .fa-usb:before {
  7974. content: ""; }
  7975.  
  7976. .fa-product-hunt:before {
  7977. content: ""; }
  7978.  
  7979. .fa-mixcloud:before {
  7980. content: ""; }
  7981.  
  7982. .fa-scribd:before {
  7983. content: ""; }
  7984.  
  7985. .fa-pause-circle:before {
  7986. content: ""; }
  7987.  
  7988. .fa-pause-circle-o:before {
  7989. content: ""; }
  7990.  
  7991. .fa-stop-circle:before {
  7992. content: ""; }
  7993.  
  7994. .fa-stop-circle-o:before {
  7995. content: ""; }
  7996.  
  7997. .fa-shopping-bag:before {
  7998. content: ""; }
  7999.  
  8000. .fa-shopping-basket:before {
  8001. content: ""; }
  8002.  
  8003. .fa-hashtag:before {
  8004. content: ""; }
  8005.  
  8006. .fa-bluetooth:before {
  8007. content: ""; }
  8008.  
  8009. .fa-bluetooth-b:before {
  8010. content: ""; }
  8011.  
  8012. .fa-percent:before {
  8013. content: ""; }
  8014.  
  8015. .fa-gitlab:before {
  8016. content: ""; }
  8017.  
  8018. .fa-wpbeginner:before {
  8019. content: ""; }
  8020.  
  8021. .fa-wpforms:before {
  8022. content: ""; }
  8023.  
  8024. .fa-envira:before {
  8025. content: ""; }
  8026.  
  8027. .fa-universal-access:before {
  8028. content: ""; }
  8029.  
  8030. .fa-wheelchair-alt:before {
  8031. content: ""; }
  8032.  
  8033. .fa-question-circle-o:before {
  8034. content: ""; }
  8035.  
  8036. .fa-blind:before {
  8037. content: ""; }
  8038.  
  8039. .fa-audio-description:before {
  8040. content: ""; }
  8041.  
  8042. .fa-volume-control-phone:before {
  8043. content: ""; }
  8044.  
  8045. .fa-braille:before {
  8046. content: ""; }
  8047.  
  8048. .fa-assistive-listening-systems:before {
  8049. content: ""; }
  8050.  
  8051. .fa-asl-interpreting:before,
  8052. .fa-american-sign-language-interpreting:before {
  8053. content: ""; }
  8054.  
  8055. .fa-deafness:before,
  8056. .fa-hard-of-hearing:before,
  8057. .fa-deaf:before {
  8058. content: ""; }
  8059.  
  8060. .fa-glide:before {
  8061. content: ""; }
  8062.  
  8063. .fa-glide-g:before {
  8064. content: ""; }
  8065.  
  8066. .fa-signing:before,
  8067. .fa-sign-language:before {
  8068. content: ""; }
  8069.  
  8070. .fa-low-vision:before {
  8071. content: ""; }
  8072.  
  8073. .fa-viadeo:before {
  8074. content: ""; }
  8075.  
  8076. .fa-viadeo-square:before {
  8077. content: ""; }
  8078.  
  8079. .fa-snapchat:before {
  8080. content: ""; }
  8081.  
  8082. .fa-snapchat-ghost:before {
  8083. content: ""; }
  8084.  
  8085. .fa-snapchat-square:before {
  8086. content: ""; }
  8087.  
  8088. .fa-pied-piper:before {
  8089. content: ""; }
  8090.  
  8091. .fa-first-order:before {
  8092. content: ""; }
  8093.  
  8094. .fa-yoast:before {
  8095. content: ""; }
  8096.  
  8097. .fa-themeisle:before {
  8098. content: ""; }
  8099.  
  8100. .fa-google-plus-circle:before,
  8101. .fa-google-plus-official:before {
  8102. content: ""; }
  8103.  
  8104. .fa-fa:before,
  8105. .fa-font-awesome:before {
  8106. content: ""; }
  8107.  
  8108. .fa-handshake-o:before {
  8109. content: ""; }
  8110.  
  8111. .fa-envelope-open:before {
  8112. content: ""; }
  8113.  
  8114. .fa-envelope-open-o:before {
  8115. content: ""; }
  8116.  
  8117. .fa-linode:before {
  8118. content: ""; }
  8119.  
  8120. .fa-address-book:before {
  8121. content: ""; }
  8122.  
  8123. .fa-address-book-o:before {
  8124. content: ""; }
  8125.  
  8126. .fa-vcard:before,
  8127. .fa-address-card:before {
  8128. content: ""; }
  8129.  
  8130. .fa-vcard-o:before,
  8131. .fa-address-card-o:before {
  8132. content: ""; }
  8133.  
  8134. .fa-user-circle:before {
  8135. content: ""; }
  8136.  
  8137. .fa-user-circle-o:before {
  8138. content: ""; }
  8139.  
  8140. .fa-user-o:before {
  8141. content: ""; }
  8142.  
  8143. .fa-id-badge:before {
  8144. content: ""; }
  8145.  
  8146. .fa-drivers-license:before,
  8147. .fa-id-card:before {
  8148. content: ""; }
  8149.  
  8150. .fa-drivers-license-o:before,
  8151. .fa-id-card-o:before {
  8152. content: ""; }
  8153.  
  8154. .fa-quora:before {
  8155. content: ""; }
  8156.  
  8157. .fa-free-code-camp:before {
  8158. content: ""; }
  8159.  
  8160. .fa-telegram:before {
  8161. content: ""; }
  8162.  
  8163. .fa-thermometer-4:before,
  8164. .fa-thermometer:before,
  8165. .fa-thermometer-full:before {
  8166. content: ""; }
  8167.  
  8168. .fa-thermometer-3:before,
  8169. .fa-thermometer-three-quarters:before {
  8170. content: ""; }
  8171.  
  8172. .fa-thermometer-2:before,
  8173. .fa-thermometer-half:before {
  8174. content: ""; }
  8175.  
  8176. .fa-thermometer-1:before,
  8177. .fa-thermometer-quarter:before {
  8178. content: ""; }
  8179.  
  8180. .fa-thermometer-0:before,
  8181. .fa-thermometer-empty:before {
  8182. content: ""; }
  8183.  
  8184. .fa-shower:before {
  8185. content: ""; }
  8186.  
  8187. .fa-bathtub:before,
  8188. .fa-s15:before,
  8189. .fa-bath:before {
  8190. content: ""; }
  8191.  
  8192. .fa-podcast:before {
  8193. content: ""; }
  8194.  
  8195. .fa-window-maximize:before {
  8196. content: ""; }
  8197.  
  8198. .fa-window-minimize:before {
  8199. content: ""; }
  8200.  
  8201. .fa-window-restore:before {
  8202. content: ""; }
  8203.  
  8204. .fa-times-rectangle:before,
  8205. .fa-window-close:before {
  8206. content: ""; }
  8207.  
  8208. .fa-times-rectangle-o:before,
  8209. .fa-window-close-o:before {
  8210. content: ""; }
  8211.  
  8212. .fa-bandcamp:before {
  8213. content: ""; }
  8214.  
  8215. .fa-grav:before {
  8216. content: ""; }
  8217.  
  8218. .fa-etsy:before {
  8219. content: ""; }
  8220.  
  8221. .fa-imdb:before {
  8222. content: ""; }
  8223.  
  8224. .fa-ravelry:before {
  8225. content: ""; }
  8226.  
  8227. .fa-eercast:before {
  8228. content: ""; }
  8229.  
  8230. .fa-microchip:before {
  8231. content: ""; }
  8232.  
  8233. .fa-snowflake-o:before {
  8234. content: ""; }
  8235.  
  8236. .fa-superpowers:before {
  8237. content: ""; }
  8238.  
  8239. .fa-wpexplorer:before {
  8240. content: ""; }
  8241.  
  8242. .fa-meetup:before {
  8243. content: ""; }
  8244.  
  8245. .sr-only {
  8246. position: absolute;
  8247. width: 1px;
  8248. height: 1px;
  8249. padding: 0;
  8250. margin: -1px;
  8251. overflow: hidden;
  8252. clip: rect(0, 0, 0, 0);
  8253. border: 0; }
  8254.  
  8255. .sr-only-focusable:active, .sr-only-focusable:focus {
  8256. position: static;
  8257. width: auto;
  8258. height: auto;
  8259. margin: 0;
  8260. overflow: visible;
  8261. clip: auto; }
  8262.  
  8263. [class*="visible-"] {
  8264. display: none; }
  8265.  
  8266. @media (max-width: 575px) {
  8267. .visible-xs {
  8268. display: block !important; } }
  8269.  
  8270. @media (max-width: 767px) {
  8271. .visible-sm {
  8272. display: block !important; } }
  8273.  
  8274. @media (max-width: 991px) {
  8275. .visible-md {
  8276. display: block !important; } }
  8277.  
  8278. @media (max-width: 1199px) {
  8279. .visible-lg {
  8280. display: block !important; } }
  8281.  
  8282. .visible-xl {
  8283. display: block !important; }
  8284.  
  8285. .aligncenter {
  8286. display: block;
  8287. margin: 0 auto; }
  8288.  
  8289. .wrapper {
  8290. padding: 50px 0; }
  8291.  
  8292. .inner, p {
  8293. width: 100%; }
  8294.  
  8295. .wrapper img {
  8296. max-width: 100%; }
  8297.  
  8298. .error404 {
  8299. background: #1bb25e; }
  8300.  
  8301. @font-face {
  8302. font-family: 'Handlee';
  8303. src: url("../fonts/Handlee-Regular.eot");
  8304. src: url("../fonts/Handlee-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Handlee-Regular.woff2") format("woff2"), url("../fonts/Handlee-Regular.woff") format("woff"), url("../fonts/Handlee-Regular.ttf") format("truetype");
  8305. font-weight: normal;
  8306. font-style: normal; }
  8307.  
  8308. @font-face {
  8309. font-family: 'DIN Next LT Pro';
  8310. src: url("../fonts/DINNextLTPro-MediumCond.eot");
  8311. src: url("../fonts/DINNextLTPro-MediumCond.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-MediumCond.woff2") format("woff2"), url("../fonts/DINNextLTPro-MediumCond.woff") format("woff"), url("../fonts/DINNextLTPro-MediumCond.ttf") format("truetype");
  8312. font-weight: 500;
  8313. font-style: normal; }
  8314.  
  8315. @font-face {
  8316. font-family: 'DIN Next LT Pro';
  8317. src: url("../fonts/DINNextLTPro-BlackItalic.eot");
  8318. src: url("../fonts/DINNextLTPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-BlackItalic.woff2") format("woff2"), url("../fonts/DINNextLTPro-BlackItalic.woff") format("woff"), url("../fonts/DINNextLTPro-BlackItalic.ttf") format("truetype");
  8319. font-weight: 900;
  8320. font-style: italic; }
  8321.  
  8322. @font-face {
  8323. font-family: 'DIN Next LT Pro';
  8324. src: url("../fonts/DINNextLTPro-BoldCondensed.eot");
  8325. src: url("../fonts/DINNextLTPro-BoldCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-BoldCondensed.woff2") format("woff2"), url("../fonts/DINNextLTPro-BoldCondensed.woff") format("woff"), url("../fonts/DINNextLTPro-BoldCondensed.ttf") format("truetype");
  8326. font-weight: bold;
  8327. font-style: normal; }
  8328.  
  8329. @font-face {
  8330. font-family: 'DIN Next LT Pro';
  8331. src: url("../fonts/DINNextLTPro-BoldItalic.eot");
  8332. src: url("../fonts/DINNextLTPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-BoldItalic.woff2") format("woff2"), url("../fonts/DINNextLTPro-BoldItalic.woff") format("woff"), url("../fonts/DINNextLTPro-BoldItalic.ttf") format("truetype");
  8333. font-weight: bold;
  8334. font-style: italic; }
  8335.  
  8336. @font-face {
  8337. font-family: 'DIN Next LT Pro';
  8338. src: url("../fonts/DINNextLTPro-Regular.eot");
  8339. src: url("../fonts/DINNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINNextLTPro-Regular.woff2") format("woff2"), url("../fonts/DINNextLTPro-Regular.woff") format("woff"), url("../fonts/DINNextLTPro-Regular.ttf") format("truetype");
  8340. font-weight: normal;
  8341. font-style: normal; }
  8342.  
  8343. .header {
  8344. position: fixed;
  8345. z-index: +9999;
  8346. left: 0;
  8347. right: 0;
  8348. background: #fff;
  8349. height: 90px;
  8350. box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.32);
  8351. transition: all .2s ease; }
  8352. .header * {
  8353. transition: all .2s ease; }
  8354. .header.header-small {
  8355. height: 70px; }
  8356. .header.header-small .navbar {
  8357. height: 70px;
  8358. padding-top: 0; }
  8359. .header.header-small .navbar .navbar-brand {
  8360. margin-top: 30px; }
  8361. .header.header-small .navbar .navbar-brand img {
  8362. height: 100px; }
  8363. .header .social {
  8364. position: absolute;
  8365. right: 0;
  8366. bottom: -39px;
  8367. line-height: 65px;
  8368. text-align: center;
  8369. display: table;
  8370. width: 210px;
  8371. height: 59px;
  8372. background-image: url(../img/socialmedia.png);
  8373. background-repeat: no-repeat; }
  8374. .header .social .search-form {
  8375. display: none;
  8376. position: absolute;
  8377. top: 0; }
  8378. .header .social .search-form .screen-reader-text {
  8379. display: none; }
  8380. .header .social .search-form .search-submit {
  8381. display: none; }
  8382. .header .social .search-form .search-field {
  8383. position: absolute;
  8384. top: 14px;
  8385. display: block;
  8386. height: 25px;
  8387. width: 110px;
  8388. left: 30px;
  8389. border: none;
  8390. padding: 0 5px;
  8391. line-height: 30px; }
  8392. .header .social a {
  8393. margin: 0 10px; }
  8394. .header .social a .fa {
  8395. color: #fff;
  8396. font-size: 25px; }
  8397. .header .navbar-mobile ul {
  8398. box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.32); }
  8399.  
  8400. @media (max-width: 767px) {
  8401. .header .navbar .navbar-brand {
  8402. position: absolute;
  8403. top: 10px;
  8404. padding-left: 0;
  8405. margin-top: 0 !important; }
  8406. .header .navbar .navbar-brand img {
  8407. height: 130px; } }
  8408.  
  8409. .navbar-mobile {
  8410. position: absolute;
  8411. top: 100%;
  8412. right: 15px; }
  8413. .navbar-mobile ul {
  8414. text-align: right;
  8415. background: #FFF;
  8416. padding-top: 30px;
  8417. padding-bottom: 10px; }
  8418. .navbar-mobile ul .nav-link {
  8419. padding: 0 15px !important; }
  8420.  
  8421. .body {
  8422. margin-top: 90px; }
  8423.  
  8424. .bottom #wpsl-wrap {
  8425. position: relative;
  8426. margin: 0; }
  8427. .bottom #wpsl-wrap #wpsl-search-btn, .bottom #wpsl-wrap #wpsl-search-wrap div {
  8428. margin: 0; }
  8429. .bottom #wpsl-wrap .wpsl-clearfix {
  8430. margin: 0;
  8431. padding: 0; }
  8432. .bottom #wpsl-wrap #wpsl-gmap img[src*="red@2x"] {
  8433. display: none !important; }
  8434. .bottom #wpsl-wrap #wpsl-gmap {
  8435. width: 100% !important; }
  8436. @media (max-width: 991px) {
  8437. .bottom #wpsl-wrap #wpsl-gmap {
  8438. height: 300px !important; } }
  8439. .bottom #wpsl-wrap #wpsl-search-wrap {
  8440. position: absolute;
  8441. z-index: +50;
  8442. bottom: 50px;
  8443. left: 50%;
  8444. transform: translateX(-50%);
  8445. width: auto;
  8446. box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3); }
  8447. .bottom #wpsl-wrap #wpsl-search-wrap label {
  8448. display: none; }
  8449. .bottom #wpsl-wrap #wpsl-search-wrap #wpsl-search-input {
  8450. border-radius: 0;
  8451. height: 40px; }
  8452. .bottom #wpsl-wrap #wpsl-search-wrap #wpsl-search-btn {
  8453. border-radius: 0;
  8454. background: #8E0040;
  8455. color: #fff;
  8456. border: none;
  8457. height: 40px; }
  8458. @media (max-width: 767px) {
  8459. .bottom #wpsl-wrap #wpsl-search-wrap .wpsl-input,
  8460. .bottom #wpsl-wrap #wpsl-search-wrap #wpsl-search-input,
  8461. .bottom #wpsl-wrap #wpsl-search-wrap .wpsl-search-btn-wrap,
  8462. .bottom #wpsl-wrap #wpsl-search-wrap #wpsl-search-btn {
  8463. width: 100%; } }
  8464. .bottom #wpsl-wrap #wpsl-result-list {
  8465. display: none; }
  8466.  
  8467. .bottom .btn {
  8468. line-height: 160px;
  8469. cursor: pointer;
  8470. color: #fff;
  8471. font-weight: 500;
  8472. font-size: 27px;
  8473. text-transform: uppercase; }
  8474. .bottom .btn:hover {
  8475. text-decoration: underline; }
  8476. .bottom .btn:nth-child(1) {
  8477. background: #1bb25e; }
  8478. .bottom .btn:nth-child(2) {
  8479. background: #FFC000; }
  8480. .bottom .btn:nth-child(3) {
  8481. background: #8E0040; }
  8482. .bottom .btn:nth-child(4) {
  8483. background: #FF5B00; }
  8484. .bottom .btn:nth-child(5) {
  8485. background: #f17d93; }
  8486.  
  8487. .bottom .windows .window {
  8488. width: 100%; }
  8489. @media (min-width: 992px) {
  8490. .bottom .windows .window {
  8491. min-height: 400px; } }
  8492.  
  8493. .bottom .windows .stores {
  8494. position: relative; }
  8495. .bottom .windows .stores #map {
  8496. width: 100%;
  8497. height: 400px; }
  8498. .bottom .windows .stores .placeholder {
  8499. position: absolute;
  8500. top: 0;
  8501. left: 0;
  8502. right: 0;
  8503. bottom: 0;
  8504. background: rgba(255, 192, 0, 0.8);
  8505. z-index: +100;
  8506. text-align: center;
  8507. color: #FFF;
  8508. font-size: 25px; }
  8509.  
  8510. .bottom .windows .suggestions,
  8511. .bottom .windows .questions {
  8512. background: #8E0040;
  8513. padding: 40px 0 30px 0; }
  8514. .bottom .windows .suggestions .left img,
  8515. .bottom .windows .questions .left img {
  8516. max-width: 75%; }
  8517. .bottom .windows .suggestions .right .card,
  8518. .bottom .windows .questions .right .card {
  8519. background: transparent;
  8520. border: 0; }
  8521. .bottom .windows .suggestions .right .card .card-header,
  8522. .bottom .windows .questions .right .card .card-header {
  8523. padding: 0;
  8524. background: transparent;
  8525. border: 0; }
  8526. .bottom .windows .suggestions .right .card .card-header a,
  8527. .bottom .windows .questions .right .card .card-header a {
  8528. font-size: 16px;
  8529. padding-bottom: 3px;
  8530. margin-bottom: 5px;
  8531. display: inline-block;
  8532. color: #fff;
  8533. text-decoration: none;
  8534. font-weight: 400; }
  8535. .bottom .windows .suggestions .right .card .card-header a[aria-expanded="true"],
  8536. .bottom .windows .questions .right .card .card-header a[aria-expanded="true"] {
  8537. border-bottom: 2px solid #fff; }
  8538. .bottom .windows .suggestions .right .card .card-block,
  8539. .bottom .windows .questions .right .card .card-block {
  8540. color: #fff;
  8541. padding: 0; }
  8542.  
  8543. .bottom .windows .presskit {
  8544. background-color: #FF5B00;
  8545. background-image: url(../img/footer_presskit.png);
  8546. background-repeat: no-repeat;
  8547. background-position: bottom center; }
  8548. @media (max-width: 991px) {
  8549. .bottom .windows .presskit {
  8550. padding-top: 30px;
  8551. padding-bottom: 170px; } }
  8552. .bottom .windows .presskit a {
  8553. display: block;
  8554. text-align: center;
  8555. color: #FFF;
  8556. font-size: 25px; }
  8557.  
  8558. .bottom .windows .socialmedia {
  8559. width: 100%;
  8560. height: 400px;
  8561. padding: 30px 0;
  8562. background: #1bb25e; }
  8563. .bottom .windows .socialmedia .col {
  8564. padding: 0; }
  8565. @media (max-width: 991px) {
  8566. .bottom .windows .socialmedia .col:last-child {
  8567. display: none; } }
  8568. .bottom .windows .socialmedia .medium {
  8569. box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
  8570. position: absolute;
  8571. top: 15px;
  8572. right: 15px;
  8573. z-index: +100;
  8574. display: block;
  8575. text-align: center;
  8576. width: 30px;
  8577. height: 30px;
  8578. line-height: 30px;
  8579. background: #1bb25e;
  8580. border-radius: 30px; }
  8581. .bottom .windows .socialmedia .medium .fa {
  8582. color: #fff;
  8583. line-height: 30px; }
  8584. .bottom .windows .socialmedia .image {
  8585. position: relative;
  8586. height: 340px;
  8587. background-size: cover;
  8588. background-position: center;
  8589. overflow: hidden;
  8590. filter: grayscale(100%); }
  8591. @media (max-width: 991px) {
  8592. .bottom .windows .socialmedia .image {
  8593. height: 170px; } }
  8594. .bottom .windows .socialmedia .image .hover {
  8595. padding: 30px;
  8596. position: absolute;
  8597. top: 0;
  8598. left: 0;
  8599. right: 0;
  8600. bottom: 0;
  8601. background: rgba(27, 178, 94, 0.8);
  8602. opacity: 0;
  8603. color: #fff;
  8604. cursor: pointer; }
  8605. .bottom .windows .socialmedia .image:hover {
  8606. filter: grayscale(0%); }
  8607. .bottom .windows .socialmedia .image:hover .hover {
  8608. opacity: 1; }
  8609.  
  8610. .bottom .windows .suggestions {
  8611. background: #f17d93;
  8612. padding: 40px 0 30px 0; }
  8613. .bottom .windows .suggestions input, .bottom .windows .suggestions textarea {
  8614. background: #1bb25e;
  8615. border: 0;
  8616. padding: 10px;
  8617. color: #fff; }
  8618. .bottom .windows .suggestions input:focus, .bottom .windows .suggestions input:active, .bottom .windows .suggestions textarea:focus, .bottom .windows .suggestions textarea:active {
  8619. outline: 0; }
  8620. .bottom .windows .suggestions *::-webkit-input-placeholder {
  8621. color: #fff; }
  8622. .bottom .windows .suggestions *:-moz-placeholder {
  8623. color: #fff; }
  8624. .bottom .windows .suggestions *::-moz-placeholder {
  8625.  
  8626. color: #fff; }
  8627. .bottom .windows .suggestions *:-ms-input-placeholder {
  8628.  
  8629. color: #fff; }
  8630. .bottom .windows .suggestions input {
  8631. width: 100%;
  8632. margin-bottom: 10px; }
  8633. .bottom .windows .suggestions textarea {
  8634. margin-bottom: 5px;
  8635. width: 100%;
  8636. height: 130px; }
  8637. .bottom .windows .suggestions input[type=submit] {
  8638. margin-bottom: 0;
  8639. cursor: pointer; }
  8640. .bottom .windows .suggestions .ajax-loader {
  8641. display: none; }
  8642. .bottom .windows .suggestions .wpcf7 {
  8643. width: 100%; }
  8644. .bottom .windows .suggestions .wpcf7-not-valid {
  8645. border: 2px solid #000; }
  8646. .bottom .windows .suggestions .wpcf7-not-valid-tip {
  8647. display: none; }
  8648. .bottom .windows .suggestions .wpcf7-response-output {
  8649. border: 0;
  8650. color: #fff;
  8651. margin: 20px 0 0 0;
  8652. padding: 0; }
  8653.  
  8654. .footer {
  8655. padding: 25px 0;
  8656. color: #fff;
  8657. background-image: url(../img/socialmedia.png), url(../img/background.jpg);
  8658. background-repeat: no-repeat, repeat;
  8659. background-size: auto 100%, 1600px auto;
  8660. background-position: bottom center, left; }
  8661. .footer .inner h3 {
  8662. font-size: 17px;
  8663. font-weight: 400;
  8664. margin-bottom: 3px; }
  8665. .footer .inner p {
  8666. font-size: 15px;
  8667. line-height: 16px;
  8668. font-weight: 300;
  8669. margin-bottom: 0; }
  8670. .footer .inner a {
  8671. color: #fff; }
  8672.  
  8673. body {
  8674. display: -ms-flexbox;
  8675. display: flex;
  8676. min-height: 100vh;
  8677. -ms-flex-direction: column;
  8678. flex-direction: column; }
  8679. body.admin-bar {
  8680. min-height: calc(100vh - 32px); }
  8681. @media screen and (max-width: 782px) {
  8682. body.admin-bar {
  8683. min-height: calc(100vh - 46px); } }
  8684. body > .body {
  8685. -ms-flex: 1;
  8686. flex: 1; }
  8687.  
  8688. .slider {
  8689. position: relative;
  8690. height: 615px;
  8691. background-size: cover;
  8692. background-repeat: no-repeat;
  8693. background-position: bottom center; }
  8694. .slider .heading {
  8695. position: absolute;
  8696. top: 50px;
  8697. left: 50%;
  8698. transform: translateX(50%);
  8699. background-image: url(../img/header.png);
  8700. background-size: 100% 100%;
  8701. padding: 30px 3.5% 30px 4.5%;
  8702. color: #FFF;
  8703. display: inline-block;
  8704. font-weight: 500;
  8705. font-size: 40px;
  8706. text-align: center;
  8707. line-height: 50px; }
  8708. .slider .heading .inner {
  8709. transform: rotate(6deg); }
  8710.  
  8711. @media (max-width: 991px) {
  8712. .slider {
  8713. height: 350px; } }
  8714.  
  8715. @media (max-width: 767px) {
  8716. .slider {
  8717. height: 210px !important; }
  8718. .slider .heading {
  8719. top: 0;
  8720. font-size: 25px;
  8721. line-height: 25px;
  8722. padding-bottom: 15px; } }
  8723.  
  8724. @media (max-width: 575px) {
  8725. .slider {
  8726. height: 200px !important;
  8727. background-size: auto 100%; } }
  8728.  
  8729. .roundpicture {
  8730. border: 13px solid #000;
  8731. border-radius: 100%;
  8732. max-width: 250px;
  8733. margin: 0 auto;
  8734. display: block;
  8735. position: relative; }
  8736. @media (max-width: 991px) {
  8737. .roundpicture {
  8738. max-width: 250px !important; }
  8739. .roundpicture h5 {
  8740. line-height: 70px !important; } }
  8741. .roundpicture .white {
  8742. border: 8px solid #fff;
  8743. border-radius: 100%; }
  8744. .roundpicture .white .black {
  8745. border: 3px solid #000;
  8746. border-radius: 100%; }
  8747. .roundpicture .white .black img {
  8748. max-width: 100%;
  8749. border-radius: 100%; }
  8750. .roundpicture h5 {
  8751. font-family: "Handlee";
  8752. font-weight: 100;
  8753. background-image: url(../img/roundpicture.png);
  8754. background-repeat: no-repeat;
  8755. font-size: 27px;
  8756. text-align: center;
  8757. position: absolute;
  8758. color: #fff;
  8759. display: block;
  8760. width: 120%;
  8761. height: 70px;
  8762. z-index: +99;
  8763. bottom: -5px;
  8764. line-height: 68px;
  8765. background-size: 100%;
  8766. left: -10%; }
  8767.  
  8768. .blikken .blik {
  8769. position: relative;
  8770. display: block;
  8771. text-align: center;
  8772. padding-top: 70px;
  8773. padding-bottom: 70px; }
  8774. @media (max-width: 767px) {
  8775. .blikken .blik {
  8776. padding: 30px !important; }
  8777. .blikken .blik img {
  8778. height: 200px; } }
  8779. .blikken .blik:hover:after {
  8780. display: block;
  8781. content: "";
  8782. position: absolute;
  8783. top: 0;
  8784. left: 0;
  8785. right: 0;
  8786. bottom: 0;
  8787. cursor: pointer;
  8788. background-image: url(../img/meer-informatie.png);
  8789. background-repeat: no-repeat;
  8790. background-position: center;
  8791. background-size: 250px auto; }
  8792. .blikken .blik:hover img {
  8793. animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
  8794. .blikken .blik img {
  8795. max-height: 300px; }
  8796.  
  8797. @keyframes shake {
  8798. 10%, 90% {
  8799. transform: translate3d(-1px, 0, 0); }
  8800. 20%, 80% {
  8801. transform: translate3d(2px, 0, 0); }
  8802. 30%, 50%, 70% {
  8803. transform: translate3d(-4px, 0, 0); }
  8804. 40%, 60% {
  8805. transform: translate3d(4px, 0, 0); } }
  8806.  
  8807. .btn:active, .btn:hover, .btn:focus {
  8808. outline: 0 !important;
  8809. box-shadow: none !important; }
  8810.  
  8811. .navbar {
  8812. height: 90px;
  8813. padding-top: 20px; }
  8814. .navbar .navbar-brand {
  8815. text-align: center;
  8816. margin-top: 100px;
  8817. padding: 0 20px; }
  8818. .navbar .navbar-brand img {
  8819. height: 190px; }
  8820. .navbar .navbar-toggler {
  8821. position: absolute;
  8822. right: 15px;
  8823. top: 18px;
  8824. width: 24px;
  8825. height: 18.8px;
  8826. cursor: pointer;
  8827. outline: none;
  8828. transform: rotate(0deg);
  8829. transition: .5s ease-in-out; }
  8830. .navbar .navbar-toggler span {
  8831. position: absolute;
  8832. display: block;
  8833. height: 3.6px;
  8834. width: 100%;
  8835. background: #000;
  8836. border-radius: 1px;
  8837. opacity: 1;
  8838. left: 0;
  8839. transform: rotate(0deg);
  8840. transition: .25s ease-in-out; }
  8841. .navbar .navbar-toggler span:nth-child(1) {
  8842. top: 0px; }
  8843. .navbar .navbar-toggler span:nth-child(2), .navbar .navbar-toggler span:nth-child(3) {
  8844. top: 7.2px; }
  8845. .navbar .navbar-toggler span:nth-child(4) {
  8846. top: 14.4px; }
  8847. .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  8848. top: 7.2px;
  8849. width: 0%;
  8850. left: 50%; }
  8851. .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  8852. transform: rotate(45deg); }
  8853. .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  8854. transform: rotate(-45deg); }
  8855. .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(4) {
  8856. top: 7.2px;
  8857. width: 0%;
  8858. left: 50%; }
  8859. .navbar .navbar-nav > .menu-item .dropdown-menu {
  8860. margin: 0;
  8861. border: 0;
  8862. margin-left: -1.25rem; }
  8863. .navbar .navbar-nav > .menu-item .dropdown-menu .dropdown-item {
  8864. text-transform: uppercase; }
  8865. .navbar .navbar-nav > .menu-item .dropdown-menu .dropdown-item:hover {
  8866. background: none;
  8867. text-decoration: underline; }
  8868. .navbar .navbar-nav > .menu-item.dropdown .nav-link:after {
  8869. display: none; }
  8870. .navbar .navbar-nav > .menu-item.dropdown:hover .dropdown-menu {
  8871. display: block; }
  8872. .navbar .navbar-nav > .menu-item > .nav-link {
  8873. color: #000;
  8874. font-weight: 500;
  8875. font-size: 22px;
  8876. padding: 0 20px;
  8877. text-transform: uppercase; }
  8878. .navbar .navbar-nav > .menu-item > .nav-link:hover {
  8879. text-decoration: underline; }
  8880. .navbar .navbar-nav > .menu-item:first-child > .nav-link {
  8881. padding-left: 0; }
  8882. .navbar .navbar-nav > .menu-item:last-child > .nav-link {
  8883. padding-right: 0; }
  8884.  
  8885. .section .row [class*="col-"] .inner {
  8886. clear: both;
  8887. overflow: auto; }
  8888.  
  8889. .home #overvanBLIK {
  8890. padding: 40px 0; }
  8891.  
  8892. .home .roundpicture {
  8893. max-width: 300px; }
  8894. .home .roundpicture h5 {
  8895. line-height: 80px;
  8896. bottom: 20px; }
  8897.  
  8898. .home .wrapper .section .container h2 {
  8899. font-size: 43px;
  8900. margin-bottom: 10px; }
  8901.  
  8902. .home .wrapper .section .container h3 {
  8903. font-size: 20px;
  8904. color: #3f4141;
  8905. margin-top: 30px;
  8906. margin-bottom: 15px; }
  8907.  
  8908. .home .wrapper .section .container a {
  8909. color: #1bb25e;
  8910. font-weight: bold;
  8911. font-style: italic; }
  8912.  
  8913. .home .wrapper .section .container .row .col-lg-6 *:last-child {
  8914. margin-bottom: 0; }
  8915.  
  8916. .home .wrapper .section .container .row .col-lg-6:first-child {
  8917. padding-right: 80px; }
  8918.  
  8919. .home .wrapper .section .container .row .col-lg-6:last-child {
  8920. padding-left: 80px; }
  8921.  
  8922. @media (max-width: 991px) {
  8923. .home .wrapper {
  8924. padding: 0 !important; }
  8925. .home .wrapper .section div[class*="col-"] {
  8926. margin-top: 30px;
  8927. padding: 0 15px !important; }
  8928. .home .bottom .row {
  8929. display: block; }
  8930. .home .bottom .row .btn {
  8931. width: 100%;
  8932. display: block;
  8933. float: left;
  8934. line-height: 30px;
  8935. font-size: 23px;
  8936. white-space: nowrap;
  8937. overflow: hidden;
  8938. text-overflow: ellipsis; }
  8939. .home .bottom .left img {
  8940. width: 50%;
  8941. max-width: 200px !important;
  8942. margin: 0 auto 30px auto; }
  8943. .home .bottom .window.socialmedia {
  8944. height: auto; }
  8945. .home .bottom .window.socialmedia .row .col {
  8946. width: 50%;
  8947. float: left; } }
  8948.  
  8949. .blik {
  8950. padding: 175px 0 30px 0; }
  8951. @media (max-width: 1199px) {
  8952. .blik {
  8953. padding-top: 120px; } }
  8954. .blik .image {
  8955. position: relative;
  8956. text-align: center; }
  8957. .blik .image .fa {
  8958. position: absolute;
  8959. top: -50px;
  8960. right: 0;
  8961. font-size: 40px;
  8962. color: #fff; }
  8963. .blik .image .fa:hover {
  8964. animation: scale 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
  8965. .blik .image img {
  8966. max-height: 300px;
  8967. max-width: 100%; }
  8968. .blik .beschrijving {
  8969. height: 100%;
  8970. max-width: 450px !important;
  8971. position: relative;
  8972. margin-top: -60px; }
  8973. .blik .beschrijving .inner {
  8974. background-image: url(../img/blikquote.png);
  8975. background-size: 100% 100%;
  8976. transform: rotate(2deg);
  8977. padding: 60px 8.5% 40px 23%;
  8978. color: #fff;
  8979. text-align: center; }
  8980. .blik .beschrijving .inner .rotate {
  8981. display: block;
  8982. transform: rotate(4deg); }
  8983. @media (max-width: 1199px) {
  8984. .blik .beschrijving .inner .rotate {
  8985. padding: 0 20px 0 5%; } }
  8986. .blik .beschrijving .inner strong {
  8987. font-size: 20px;
  8988. text-transform: uppercase; }
  8989. .blik .beschrijving .inner i {
  8990. font-family: "Handlee";
  8991. font-size: 30px;
  8992. display: block;
  8993. margin-left: -20px; }
  8994. .blik .beschrijving .inner span {
  8995. text-decoration: none !important;
  8996. font-size: 20px; }
  8997. .blik .keurmerken {
  8998. margin-top: 35px;
  8999. text-align: right; }
  9000. .blik .keurmerken img {
  9001. margin: 0 5px;
  9002. height: 70px;
  9003. width: auto; }
  9004. .blik .keurmerken img:first-child {
  9005. margin-left: 0 !important; }
  9006. .blik .keurmerken img:last-child {
  9007. margin-right: 0 !important; }
  9008. .blik .card {
  9009. background: transparent;
  9010. border: 0; }
  9011. .blik .card:first-child {
  9012. margin-bottom: 15px; }
  9013. .blik .card .card-header {
  9014. background: transparent;
  9015. padding: 0;
  9016. border: 0; }
  9017. .blik .card .card-header a {
  9018. width: 100%;
  9019. position: relative;
  9020. color: #fff;
  9021. display: inline-block;
  9022. padding-right: 30px;
  9023. padding-bottom: 5px;
  9024. text-decoration: none;
  9025. text-transform: uppercase; }
  9026. .blik .card .card-header a[aria-expanded="false"] {
  9027. border-bottom: 2px solid #fff; }
  9028. .blik .card .card-header a[aria-expanded="false"]:after {
  9029. content: "";
  9030. display: inline-block;
  9031. border-style: solid;
  9032. border-width: 5px 5px 0 5px;
  9033. border-color: #ffffff transparent transparent transparent;
  9034. position: absolute;
  9035. right: 0;
  9036. bottom: -7px; }
  9037. .blik .card .card-block {
  9038. background: #fff;
  9039. box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  9040. padding: 10px; }
  9041. .blik .card .card-block table {
  9042. width: 100%; }
  9043. .blik .card .card-block table tr:first-child {
  9044. border-bottom-width: 2px;
  9045. border-bottom-style: solid; }
  9046. .blik .card .card-block table tr th {
  9047. white-space: nowrap;
  9048. overflow: hidden;
  9049. text-overflow: ellipsis; }
  9050. .blik .left {
  9051. text-align: left;
  9052. color: #fff; }
  9053. .blik .left .title {
  9054. text-transform: uppercase;
  9055. font-size: 40px;
  9056. padding-left: 25%; }
  9057. .blik .left #accordion {
  9058. margin-top: 20px;
  9059. padding-left: 25%; }
  9060. .blik .left .voordelen {
  9061. padding: 0;
  9062. margin: 0 0 20px 25%; }
  9063. .blik .left .voordelen li {
  9064. list-style: none;
  9065. line-height: 25px; }
  9066. .blik .left .voordelen li .fa {
  9067. padding-right: 5px;
  9068. font-size: 25px; }
  9069. .blik .left .bereiding {
  9070. padding-left: 25%; }
  9071. .blik .left .bereiding .bereidingtitel {
  9072. text-transform: uppercase;
  9073. border-bottom: 2px solid #fff;
  9074. padding-bottom: 3px; }
  9075. .blik .left .bereiding .bereidingtitel img {
  9076. height: 20px;
  9077. float: left;
  9078. margin-right: 15px; }
  9079. .blik .waarkoopjemij {
  9080. position: relative;
  9081. display: inline-block;
  9082. padding: 0 10px 0 15px;
  9083. line-height: 35px;
  9084. margin-top: 35px;
  9085. background: #fff;
  9086. height: 35px;
  9087. box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  9088. font-weight: 500;
  9089. font-size: 1.5rem;
  9090. text-decoration: none; }
  9091. .blik .waarkoopjemij:after {
  9092. display: block;
  9093. content: "";
  9094. position: absolute;
  9095. right: -15px;
  9096. top: 0;
  9097. border-style: solid;
  9098. border-width: 17px 0 18px 15px;
  9099. border-color: transparent transparent transparent #fff; }
  9100. @media (min-width: 1200px) {
  9101. .blik .container {
  9102. width: 100% !important; } }
  9103. @media (max-width: 1199px) {
  9104. .blik {
  9105. padding-bottom: 0; }
  9106. .blik .keurmerken {
  9107. text-align: center; }
  9108. .blik #accordion {
  9109. padding-left: 0 !important;
  9110. width: 50%;
  9111. margin: 50px auto 20px auto; }
  9112. .blik .image .fa {
  9113. right: 30px; }
  9114. .blik .left {
  9115. margin-top: 50px; }
  9116. .blik .left .bereiding {
  9117. width: 50%;
  9118. margin: 50px auto 20px auto;
  9119. padding-left: 0 !important; }
  9120. .blik .right.ingredients {
  9121. margin-top: 30px; }
  9122. .blik .beschrijving {
  9123. margin: 0 auto 0 auto;
  9124. max-width: 450px; }
  9125. .blik .beschrijving .inner {
  9126. padding: 60px 10.5% 40px 25%; } }
  9127. @media (max-width: 767px) {
  9128. .blik .left .title, .blik .left .voordelen {
  9129. width: 90%;
  9130. margin-left: auto !important;
  9131. margin-right: auto; }
  9132. .blik .left .title {
  9133. padding-left: 0%; }
  9134. .blik .left .bereiding {
  9135. width: 90%; }
  9136. .blik #accordion {
  9137. padding-left: 0 !important;
  9138. width: 90%;
  9139. margin: 50px auto 20px auto; } }
  9140.  
  9141. @keyframes scale {
  9142. 10% {
  9143. transform: scale(2); }
  9144. 20% {
  9145. transform: scale(1); }
  9146. 30% {
  9147. transform: scale(2.1); }
  9148. 40% {
  9149. transform: scale(1); }
  9150. 50% {
  9151. transform: scale(2); }
  9152. 60% {
  9153. transform: scale(1); }
  9154. 70% {
  9155. transform: scale(2.1); }
  9156. 80% {
  9157. transform: scale(1); }
  9158. 90% {
  9159. transform: scale(2.1); }
  9160. 100% {
  9161. transform: scale(1); } }
  9162.  
  9163. .search .body .wrapper,
  9164. .error404 .body .wrapper,
  9165. .page-id-49 .body .wrapper,
  9166. .page-id-50 .body .wrapper {
  9167. margin-bottom: 20px;
  9168. color: #fff; }
  9169. .search .body .wrapper .container,
  9170. .error404 .body .wrapper .container,
  9171. .page-id-49 .body .wrapper .container,
  9172. .page-id-50 .body .wrapper .container {
  9173. margin-top: 20px;
  9174. padding: 50px; }
  9175. .search .body .wrapper .container .col-lg-4 img,
  9176. .error404 .body .wrapper .container .col-lg-4 img,
  9177. .page-id-49 .body .wrapper .container .col-lg-4 img,
  9178. .page-id-50 .body .wrapper .container .col-lg-4 img {
  9179. padding-right: 50px; }
  9180. @media (max-width: 1199px) {
  9181. .search .body .wrapper .container .col-lg-4 img,
  9182. .error404 .body .wrapper .container .col-lg-4 img,
  9183. .page-id-49 .body .wrapper .container .col-lg-4 img,
  9184. .page-id-50 .body .wrapper .container .col-lg-4 img {
  9185. display: block;
  9186. max-height: 300px;
  9187. margin: 75px auto 30px auto !important;
  9188. padding-right: 0; } }
  9189. @media (max-width: 767px) {
  9190. .search .body .wrapper .container .col-lg-4 img,
  9191. .error404 .body .wrapper .container .col-lg-4 img,
  9192. .page-id-49 .body .wrapper .container .col-lg-4 img,
  9193. .page-id-50 .body .wrapper .container .col-lg-4 img {
  9194. margin-top: 20px !important; } }
  9195. .search .body .wrapper .container ul,
  9196. .error404 .body .wrapper .container ul,
  9197. .page-id-49 .body .wrapper .container ul,
  9198. .page-id-50 .body .wrapper .container ul {
  9199. list-style: none;
  9200. padding: 0; }
  9201. .search .body .wrapper .container li,
  9202. .error404 .body .wrapper .container li,
  9203. .page-id-49 .body .wrapper .container li,
  9204. .page-id-50 .body .wrapper .container li {
  9205. padding-left: 1.3em; }
  9206. .search .body .wrapper .container li:before,
  9207. .error404 .body .wrapper .container li:before,
  9208. .page-id-49 .body .wrapper .container li:before,
  9209. .page-id-50 .body .wrapper .container li:before {
  9210. content: "\f00c";
  9211.  
  9212. font-family: FontAwesome;
  9213. display: inline-block;
  9214. margin-left: -1.3em;
  9215.  
  9216. width: 1.3em;
  9217. }
  9218. .search .body .wrapper .container div[class*="col-"] *:last-child,
  9219. .error404 .body .wrapper .container div[class*="col-"] *:last-child,
  9220. .page-id-49 .body .wrapper .container div[class*="col-"] *:last-child,
  9221. .page-id-50 .body .wrapper .container div[class*="col-"] *:last-child {
  9222. margin-bottom: 0; }
  9223.  
  9224. @media (max-width: 991px) {
  9225. .search .body .wrapper,
  9226. .error404 .body .wrapper,
  9227. .page-id-49 .body .wrapper,
  9228. .page-id-50 .body .wrapper {
  9229. padding: 30px 15px 15px 15px; }
  9230. .search .body .wrapper .container,
  9231. .error404 .body .wrapper .container,
  9232. .page-id-49 .body .wrapper .container,
  9233. .page-id-50 .body .wrapper .container {
  9234. padding: 20px;
  9235. margin: 0 auto; }
  9236. .search .body .wrapper .container img.aligncenter,
  9237. .error404 .body .wrapper .container img.aligncenter,
  9238. .page-id-49 .body .wrapper .container img.aligncenter,
  9239. .page-id-50 .body .wrapper .container img.aligncenter {
  9240. margin-bottom: 20px !important; } }
  9241.  
  9242. @media (min-width: 768px) {
  9243. .navbar-mobile {
  9244. display: none !important; } }
Add Comment
Please, Sign In to add comment