Guest User

agora

a guest
May 18th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 55.88 KB | None | 0 0
  1. /* LESS BUILD */
  2. /*
  3.   Color Mixins
  4.  
  5.   Example:
  6.   #777777 lighten(@text-color, 46.5%)
  7.   #bebebe lighten(@text-color, 74.5%)
  8. */
  9. /* Bootstrap */
  10. /* ====================================================== */
  11. /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  12. html {
  13.   font-family: sans-serif;
  14.   -ms-text-size-adjust: 100%;
  15.   -webkit-text-size-adjust: 100%;
  16. }
  17. body {
  18.   margin: 0;
  19. }
  20. article,
  21. aside,
  22. details,
  23. figcaption,
  24. figure,
  25. footer,
  26. header,
  27. hgroup,
  28. main,
  29. nav,
  30. section,
  31. summary {
  32.   display: block;
  33. }
  34. audio,
  35. canvas,
  36. progress,
  37. video {
  38.   display: inline-block;
  39.   vertical-align: baseline;
  40. }
  41. audio:not([controls]) {
  42.   display: none;
  43.   height: 0;
  44. }
  45. [hidden],
  46. template {
  47.   display: none;
  48. }
  49. a {
  50.   background: transparent;
  51. }
  52. a:active,
  53. a:hover {
  54.   outline: 0;
  55. }
  56. abbr[title] {
  57.   border-bottom: 1px dotted;
  58. }
  59. b,
  60. strong {
  61.   font-weight: bold;
  62. }
  63. dfn {
  64.   font-style: italic;
  65. }
  66. h1 {
  67.   font-size: 2em;
  68.   margin: 0.67em 0;
  69. }
  70. mark {
  71.   background: #ff0;
  72.   color: #000;
  73. }
  74. small {
  75.   font-size: 80%;
  76. }
  77. sub,
  78. sup {
  79.   font-size: 75%;
  80.   line-height: 0;
  81.   position: relative;
  82.   vertical-align: baseline;
  83. }
  84. sup {
  85.   top: -0.5em;
  86. }
  87. sub {
  88.   bottom: -0.25em;
  89. }
  90. img {
  91.   border: 0;
  92. }
  93. svg:not(:root) {
  94.   overflow: hidden;
  95. }
  96. figure {
  97.   margin: 1em 40px;
  98. }
  99. hr {
  100.   -moz-box-sizing: content-box;
  101.   box-sizing: content-box;
  102.   height: 0;
  103. }
  104. pre {
  105.   overflow: auto;
  106. }
  107. code,
  108. kbd,
  109. pre,
  110. samp {
  111.   font-family: monospace, monospace;
  112.   font-size: 1em;
  113. }
  114. button,
  115. input,
  116. optgroup,
  117. select,
  118. textarea {
  119.   color: inherit;
  120.   font: inherit;
  121.   margin: 0;
  122. }
  123. button {
  124.   overflow: visible;
  125. }
  126. button,
  127. select {
  128.   text-transform: none;
  129. }
  130. button,
  131. html input[type="button"],
  132. input[type="reset"],
  133. input[type="submit"] {
  134.   -webkit-appearance: button;
  135.   cursor: pointer;
  136. }
  137. button[disabled],
  138. html input[disabled] {
  139.   cursor: default;
  140. }
  141. button::-moz-focus-inner,
  142. input::-moz-focus-inner {
  143.   border: 0;
  144.   padding: 0;
  145. }
  146. input {
  147.   line-height: normal;
  148. }
  149. input[type="checkbox"],
  150. input[type="radio"] {
  151.   box-sizing: border-box;
  152.   padding: 0;
  153. }
  154. input[type="number"]::-webkit-inner-spin-button,
  155. input[type="number"]::-webkit-outer-spin-button {
  156.   height: auto;
  157. }
  158. input[type="search"] {
  159.   -webkit-appearance: textfield;
  160.   -moz-box-sizing: content-box;
  161.   -webkit-box-sizing: content-box;
  162.   box-sizing: content-box;
  163. }
  164. input[type="search"]::-webkit-search-cancel-button,
  165. input[type="search"]::-webkit-search-decoration {
  166.   -webkit-appearance: none;
  167. }
  168. fieldset {
  169.   border: 1px solid #c0c0c0;
  170.   margin: 0 2px;
  171.   padding: 0.35em 0.625em 0.75em;
  172. }
  173. legend {
  174.   border: 0;
  175.   padding: 0;
  176. }
  177. textarea {
  178.   overflow: auto;
  179. }
  180. optgroup {
  181.   font-weight: bold;
  182. }
  183. table {
  184.   border-collapse: collapse;
  185.   border-spacing: 0;
  186. }
  187. td,
  188. th {
  189.   padding: 0;
  190. }
  191. .container {
  192.   margin-right: auto;
  193.   margin-left: auto;
  194.   padding-left: 15px;
  195.   padding-right: 15px;
  196. }
  197. @media (min-width: 768px) {
  198.   .container {
  199.     width: 750px;
  200.   }
  201. }
  202. @media (min-width: 992px) {
  203.   .container {
  204.     width: 970px;
  205.   }
  206. }
  207. @media (min-width: 1200px) {
  208.   .container {
  209.     width: 1170px;
  210.   }
  211. }
  212. .container-fluid {
  213.   margin-right: auto;
  214.   margin-left: auto;
  215.   padding-left: 15px;
  216.   padding-right: 15px;
  217. }
  218. .row {
  219.   margin-left: -15px;
  220.   margin-right: -15px;
  221. }
  222. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  223.   position: relative;
  224.   min-height: 1px;
  225.   padding-left: 15px;
  226.   padding-right: 15px;
  227. }
  228. .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  229.   float: left;
  230. }
  231. .col-xs-12 {
  232.   width: 100%;
  233. }
  234. .col-xs-11 {
  235.   width: 91.66666667%;
  236. }
  237. .col-xs-10 {
  238.   width: 83.33333333%;
  239. }
  240. .col-xs-9 {
  241.   width: 75%;
  242. }
  243. .col-xs-8 {
  244.   width: 66.66666667%;
  245. }
  246. .col-xs-7 {
  247.   width: 58.33333333%;
  248. }
  249. .col-xs-6 {
  250.   width: 50%;
  251. }
  252. .col-xs-5 {
  253.   width: 41.66666667%;
  254. }
  255. .col-xs-4 {
  256.   width: 33.33333333%;
  257. }
  258. .col-xs-3 {
  259.   width: 25%;
  260. }
  261. .col-xs-2 {
  262.   width: 16.66666667%;
  263. }
  264. .col-xs-1 {
  265.   width: 8.33333333%;
  266. }
  267. .col-xs-pull-12 {
  268.   right: 100%;
  269. }
  270. .col-xs-pull-11 {
  271.   right: 91.66666667%;
  272. }
  273. .col-xs-pull-10 {
  274.   right: 83.33333333%;
  275. }
  276. .col-xs-pull-9 {
  277.   right: 75%;
  278. }
  279. .col-xs-pull-8 {
  280.   right: 66.66666667%;
  281. }
  282. .col-xs-pull-7 {
  283.   right: 58.33333333%;
  284. }
  285. .col-xs-pull-6 {
  286.   right: 50%;
  287. }
  288. .col-xs-pull-5 {
  289.   right: 41.66666667%;
  290. }
  291. .col-xs-pull-4 {
  292.   right: 33.33333333%;
  293. }
  294. .col-xs-pull-3 {
  295.   right: 25%;
  296. }
  297. .col-xs-pull-2 {
  298.   right: 16.66666667%;
  299. }
  300. .col-xs-pull-1 {
  301.   right: 8.33333333%;
  302. }
  303. .col-xs-pull-0 {
  304.   right: auto;
  305. }
  306. .col-xs-push-12 {
  307.   left: 100%;
  308. }
  309. .col-xs-push-11 {
  310.   left: 91.66666667%;
  311. }
  312. .col-xs-push-10 {
  313.   left: 83.33333333%;
  314. }
  315. .col-xs-push-9 {
  316.   left: 75%;
  317. }
  318. .col-xs-push-8 {
  319.   left: 66.66666667%;
  320. }
  321. .col-xs-push-7 {
  322.   left: 58.33333333%;
  323. }
  324. .col-xs-push-6 {
  325.   left: 50%;
  326. }
  327. .col-xs-push-5 {
  328.   left: 41.66666667%;
  329. }
  330. .col-xs-push-4 {
  331.   left: 33.33333333%;
  332. }
  333. .col-xs-push-3 {
  334.   left: 25%;
  335. }
  336. .col-xs-push-2 {
  337.   left: 16.66666667%;
  338. }
  339. .col-xs-push-1 {
  340.   left: 8.33333333%;
  341. }
  342. .col-xs-push-0 {
  343.   left: auto;
  344. }
  345. .col-xs-offset-12 {
  346.   margin-left: 100%;
  347. }
  348. .col-xs-offset-11 {
  349.   margin-left: 91.66666667%;
  350. }
  351. .col-xs-offset-10 {
  352.   margin-left: 83.33333333%;
  353. }
  354. .col-xs-offset-9 {
  355.   margin-left: 75%;
  356. }
  357. .col-xs-offset-8 {
  358.   margin-left: 66.66666667%;
  359. }
  360. .col-xs-offset-7 {
  361.   margin-left: 58.33333333%;
  362. }
  363. .col-xs-offset-6 {
  364.   margin-left: 50%;
  365. }
  366. .col-xs-offset-5 {
  367.   margin-left: 41.66666667%;
  368. }
  369. .col-xs-offset-4 {
  370.   margin-left: 33.33333333%;
  371. }
  372. .col-xs-offset-3 {
  373.   margin-left: 25%;
  374. }
  375. .col-xs-offset-2 {
  376.   margin-left: 16.66666667%;
  377. }
  378. .col-xs-offset-1 {
  379.   margin-left: 8.33333333%;
  380. }
  381. .col-xs-offset-0 {
  382.   margin-left: 0%;
  383. }
  384. @media (min-width: 768px) {
  385.   .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 {
  386.     float: left;
  387.   }
  388.   .col-sm-12 {
  389.     width: 100%;
  390.   }
  391.   .col-sm-11 {
  392.     width: 91.66666667%;
  393.   }
  394.   .col-sm-10 {
  395.     width: 83.33333333%;
  396.   }
  397.   .col-sm-9 {
  398.     width: 75%;
  399.   }
  400.   .col-sm-8 {
  401.     width: 66.66666667%;
  402.   }
  403.   .col-sm-7 {
  404.     width: 58.33333333%;
  405.   }
  406.   .col-sm-6 {
  407.     width: 50%;
  408.   }
  409.   .col-sm-5 {
  410.     width: 41.66666667%;
  411.   }
  412.   .col-sm-4 {
  413.     width: 33.33333333%;
  414.   }
  415.   .col-sm-3 {
  416.     width: 25%;
  417.   }
  418.   .col-sm-2 {
  419.     width: 16.66666667%;
  420.   }
  421.   .col-sm-1 {
  422.     width: 8.33333333%;
  423.   }
  424.   .col-sm-pull-12 {
  425.     right: 100%;
  426.   }
  427.   .col-sm-pull-11 {
  428.     right: 91.66666667%;
  429.   }
  430.   .col-sm-pull-10 {
  431.     right: 83.33333333%;
  432.   }
  433.   .col-sm-pull-9 {
  434.     right: 75%;
  435.   }
  436.   .col-sm-pull-8 {
  437.     right: 66.66666667%;
  438.   }
  439.   .col-sm-pull-7 {
  440.     right: 58.33333333%;
  441.   }
  442.   .col-sm-pull-6 {
  443.     right: 50%;
  444.   }
  445.   .col-sm-pull-5 {
  446.     right: 41.66666667%;
  447.   }
  448.   .col-sm-pull-4 {
  449.     right: 33.33333333%;
  450.   }
  451.   .col-sm-pull-3 {
  452.     right: 25%;
  453.   }
  454.   .col-sm-pull-2 {
  455.     right: 16.66666667%;
  456.   }
  457.   .col-sm-pull-1 {
  458.     right: 8.33333333%;
  459.   }
  460.   .col-sm-pull-0 {
  461.     right: auto;
  462.   }
  463.   .col-sm-push-12 {
  464.     left: 100%;
  465.   }
  466.   .col-sm-push-11 {
  467.     left: 91.66666667%;
  468.   }
  469.   .col-sm-push-10 {
  470.     left: 83.33333333%;
  471.   }
  472.   .col-sm-push-9 {
  473.     left: 75%;
  474.   }
  475.   .col-sm-push-8 {
  476.     left: 66.66666667%;
  477.   }
  478.   .col-sm-push-7 {
  479.     left: 58.33333333%;
  480.   }
  481.   .col-sm-push-6 {
  482.     left: 50%;
  483.   }
  484.   .col-sm-push-5 {
  485.     left: 41.66666667%;
  486.   }
  487.   .col-sm-push-4 {
  488.     left: 33.33333333%;
  489.   }
  490.   .col-sm-push-3 {
  491.     left: 25%;
  492.   }
  493.   .col-sm-push-2 {
  494.     left: 16.66666667%;
  495.   }
  496.   .col-sm-push-1 {
  497.     left: 8.33333333%;
  498.   }
  499.   .col-sm-push-0 {
  500.     left: auto;
  501.   }
  502.   .col-sm-offset-12 {
  503.     margin-left: 100%;
  504.   }
  505.   .col-sm-offset-11 {
  506.     margin-left: 91.66666667%;
  507.   }
  508.   .col-sm-offset-10 {
  509.     margin-left: 83.33333333%;
  510.   }
  511.   .col-sm-offset-9 {
  512.     margin-left: 75%;
  513.   }
  514.   .col-sm-offset-8 {
  515.     margin-left: 66.66666667%;
  516.   }
  517.   .col-sm-offset-7 {
  518.     margin-left: 58.33333333%;
  519.   }
  520.   .col-sm-offset-6 {
  521.     margin-left: 50%;
  522.   }
  523.   .col-sm-offset-5 {
  524.     margin-left: 41.66666667%;
  525.   }
  526.   .col-sm-offset-4 {
  527.     margin-left: 33.33333333%;
  528.   }
  529.   .col-sm-offset-3 {
  530.     margin-left: 25%;
  531.   }
  532.   .col-sm-offset-2 {
  533.     margin-left: 16.66666667%;
  534.   }
  535.   .col-sm-offset-1 {
  536.     margin-left: 8.33333333%;
  537.   }
  538.   .col-sm-offset-0 {
  539.     margin-left: 0%;
  540.   }
  541. }
  542. @media (min-width: 992px) {
  543.   .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 {
  544.     float: left;
  545.   }
  546.   .col-md-12 {
  547.     width: 100%;
  548.   }
  549.   .col-md-11 {
  550.     width: 91.66666667%;
  551.   }
  552.   .col-md-10 {
  553.     width: 83.33333333%;
  554.   }
  555.   .col-md-9 {
  556.     width: 75%;
  557.   }
  558.   .col-md-8 {
  559.     width: 66.66666667%;
  560.   }
  561.   .col-md-7 {
  562.     width: 58.33333333%;
  563.   }
  564.   .col-md-6 {
  565.     width: 50%;
  566.   }
  567.   .col-md-5 {
  568.     width: 41.66666667%;
  569.   }
  570.   .col-md-4 {
  571.     width: 33.33333333%;
  572.   }
  573.   .col-md-3 {
  574.     width: 25%;
  575.   }
  576.   .col-md-2 {
  577.     width: 16.66666667%;
  578.   }
  579.   .col-md-1 {
  580.     width: 8.33333333%;
  581.   }
  582.   .col-md-pull-12 {
  583.     right: 100%;
  584.   }
  585.   .col-md-pull-11 {
  586.     right: 91.66666667%;
  587.   }
  588.   .col-md-pull-10 {
  589.     right: 83.33333333%;
  590.   }
  591.   .col-md-pull-9 {
  592.     right: 75%;
  593.   }
  594.   .col-md-pull-8 {
  595.     right: 66.66666667%;
  596.   }
  597.   .col-md-pull-7 {
  598.     right: 58.33333333%;
  599.   }
  600.   .col-md-pull-6 {
  601.     right: 50%;
  602.   }
  603.   .col-md-pull-5 {
  604.     right: 41.66666667%;
  605.   }
  606.   .col-md-pull-4 {
  607.     right: 33.33333333%;
  608.   }
  609.   .col-md-pull-3 {
  610.     right: 25%;
  611.   }
  612.   .col-md-pull-2 {
  613.     right: 16.66666667%;
  614.   }
  615.   .col-md-pull-1 {
  616.     right: 8.33333333%;
  617.   }
  618.   .col-md-pull-0 {
  619.     right: auto;
  620.   }
  621.   .col-md-push-12 {
  622.     left: 100%;
  623.   }
  624.   .col-md-push-11 {
  625.     left: 91.66666667%;
  626.   }
  627.   .col-md-push-10 {
  628.     left: 83.33333333%;
  629.   }
  630.   .col-md-push-9 {
  631.     left: 75%;
  632.   }
  633.   .col-md-push-8 {
  634.     left: 66.66666667%;
  635.   }
  636.   .col-md-push-7 {
  637.     left: 58.33333333%;
  638.   }
  639.   .col-md-push-6 {
  640.     left: 50%;
  641.   }
  642.   .col-md-push-5 {
  643.     left: 41.66666667%;
  644.   }
  645.   .col-md-push-4 {
  646.     left: 33.33333333%;
  647.   }
  648.   .col-md-push-3 {
  649.     left: 25%;
  650.   }
  651.   .col-md-push-2 {
  652.     left: 16.66666667%;
  653.   }
  654.   .col-md-push-1 {
  655.     left: 8.33333333%;
  656.   }
  657.   .col-md-push-0 {
  658.     left: auto;
  659.   }
  660.   .col-md-offset-12 {
  661.     margin-left: 100%;
  662.   }
  663.   .col-md-offset-11 {
  664.     margin-left: 91.66666667%;
  665.   }
  666.   .col-md-offset-10 {
  667.     margin-left: 83.33333333%;
  668.   }
  669.   .col-md-offset-9 {
  670.     margin-left: 75%;
  671.   }
  672.   .col-md-offset-8 {
  673.     margin-left: 66.66666667%;
  674.   }
  675.   .col-md-offset-7 {
  676.     margin-left: 58.33333333%;
  677.   }
  678.   .col-md-offset-6 {
  679.     margin-left: 50%;
  680.   }
  681.   .col-md-offset-5 {
  682.     margin-left: 41.66666667%;
  683.   }
  684.   .col-md-offset-4 {
  685.     margin-left: 33.33333333%;
  686.   }
  687.   .col-md-offset-3 {
  688.     margin-left: 25%;
  689.   }
  690.   .col-md-offset-2 {
  691.     margin-left: 16.66666667%;
  692.   }
  693.   .col-md-offset-1 {
  694.     margin-left: 8.33333333%;
  695.   }
  696.   .col-md-offset-0 {
  697.     margin-left: 0%;
  698.   }
  699. }
  700. @media (min-width: 1200px) {
  701.   .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 {
  702.     float: left;
  703.   }
  704.   .col-lg-12 {
  705.     width: 100%;
  706.   }
  707.   .col-lg-11 {
  708.     width: 91.66666667%;
  709.   }
  710.   .col-lg-10 {
  711.     width: 83.33333333%;
  712.   }
  713.   .col-lg-9 {
  714.     width: 75%;
  715.   }
  716.   .col-lg-8 {
  717.     width: 66.66666667%;
  718.   }
  719.   .col-lg-7 {
  720.     width: 58.33333333%;
  721.   }
  722.   .col-lg-6 {
  723.     width: 50%;
  724.   }
  725.   .col-lg-5 {
  726.     width: 41.66666667%;
  727.   }
  728.   .col-lg-4 {
  729.     width: 33.33333333%;
  730.   }
  731.   .col-lg-3 {
  732.     width: 25%;
  733.   }
  734.   .col-lg-2 {
  735.     width: 16.66666667%;
  736.   }
  737.   .col-lg-1 {
  738.     width: 8.33333333%;
  739.   }
  740.   .col-lg-pull-12 {
  741.     right: 100%;
  742.   }
  743.   .col-lg-pull-11 {
  744.     right: 91.66666667%;
  745.   }
  746.   .col-lg-pull-10 {
  747.     right: 83.33333333%;
  748.   }
  749.   .col-lg-pull-9 {
  750.     right: 75%;
  751.   }
  752.   .col-lg-pull-8 {
  753.     right: 66.66666667%;
  754.   }
  755.   .col-lg-pull-7 {
  756.     right: 58.33333333%;
  757.   }
  758.   .col-lg-pull-6 {
  759.     right: 50%;
  760.   }
  761.   .col-lg-pull-5 {
  762.     right: 41.66666667%;
  763.   }
  764.   .col-lg-pull-4 {
  765.     right: 33.33333333%;
  766.   }
  767.   .col-lg-pull-3 {
  768.     right: 25%;
  769.   }
  770.   .col-lg-pull-2 {
  771.     right: 16.66666667%;
  772.   }
  773.   .col-lg-pull-1 {
  774.     right: 8.33333333%;
  775.   }
  776.   .col-lg-pull-0 {
  777.     right: auto;
  778.   }
  779.   .col-lg-push-12 {
  780.     left: 100%;
  781.   }
  782.   .col-lg-push-11 {
  783.     left: 91.66666667%;
  784.   }
  785.   .col-lg-push-10 {
  786.     left: 83.33333333%;
  787.   }
  788.   .col-lg-push-9 {
  789.     left: 75%;
  790.   }
  791.   .col-lg-push-8 {
  792.     left: 66.66666667%;
  793.   }
  794.   .col-lg-push-7 {
  795.     left: 58.33333333%;
  796.   }
  797.   .col-lg-push-6 {
  798.     left: 50%;
  799.   }
  800.   .col-lg-push-5 {
  801.     left: 41.66666667%;
  802.   }
  803.   .col-lg-push-4 {
  804.     left: 33.33333333%;
  805.   }
  806.   .col-lg-push-3 {
  807.     left: 25%;
  808.   }
  809.   .col-lg-push-2 {
  810.     left: 16.66666667%;
  811.   }
  812.   .col-lg-push-1 {
  813.     left: 8.33333333%;
  814.   }
  815.   .col-lg-push-0 {
  816.     left: auto;
  817.   }
  818.   .col-lg-offset-12 {
  819.     margin-left: 100%;
  820.   }
  821.   .col-lg-offset-11 {
  822.     margin-left: 91.66666667%;
  823.   }
  824.   .col-lg-offset-10 {
  825.     margin-left: 83.33333333%;
  826.   }
  827.   .col-lg-offset-9 {
  828.     margin-left: 75%;
  829.   }
  830.   .col-lg-offset-8 {
  831.     margin-left: 66.66666667%;
  832.   }
  833.   .col-lg-offset-7 {
  834.     margin-left: 58.33333333%;
  835.   }
  836.   .col-lg-offset-6 {
  837.     margin-left: 50%;
  838.   }
  839.   .col-lg-offset-5 {
  840.     margin-left: 41.66666667%;
  841.   }
  842.   .col-lg-offset-4 {
  843.     margin-left: 33.33333333%;
  844.   }
  845.   .col-lg-offset-3 {
  846.     margin-left: 25%;
  847.   }
  848.   .col-lg-offset-2 {
  849.     margin-left: 16.66666667%;
  850.   }
  851.   .col-lg-offset-1 {
  852.     margin-left: 8.33333333%;
  853.   }
  854.   .col-lg-offset-0 {
  855.     margin-left: 0%;
  856.   }
  857. }
  858. .clearfix:before,
  859. .clearfix:after,
  860. .container:before,
  861. .container:after,
  862. .container-fluid:before,
  863. .container-fluid:after,
  864. .row:before,
  865. .row:after {
  866.   content: " ";
  867.   display: table;
  868. }
  869. .clearfix:after,
  870. .container:after,
  871. .container-fluid:after,
  872. .row:after {
  873.   clear: both;
  874. }
  875. .center-block {
  876.   display: block;
  877.   margin-left: auto;
  878.   margin-right: auto;
  879. }
  880. .pull-right {
  881.   float: right !important;
  882. }
  883. .pull-left {
  884.   float: left !important;
  885. }
  886. .hide {
  887.   display: none !important;
  888. }
  889. .show {
  890.   display: block !important;
  891. }
  892. .invisible {
  893.   visibility: hidden;
  894. }
  895. .text-hide {
  896.   font: 0/0 a;
  897.   color: transparent;
  898.   text-shadow: none;
  899.   background-color: transparent;
  900.   border: 0;
  901. }
  902. .hidden {
  903.   display: none !important;
  904.   visibility: hidden !important;
  905. }
  906. .affix {
  907.   position: fixed;
  908. }
  909. @-ms-viewport {
  910.   width: device-width;
  911. }
  912. .visible-xs,
  913. .visible-sm,
  914. .visible-md,
  915. .visible-lg {
  916.   display: none !important;
  917. }
  918. .visible-xs-block,
  919. .visible-xs-inline,
  920. .visible-xs-inline-block,
  921. .visible-sm-block,
  922. .visible-sm-inline,
  923. .visible-sm-inline-block,
  924. .visible-md-block,
  925. .visible-md-inline,
  926. .visible-md-inline-block,
  927. .visible-lg-block,
  928. .visible-lg-inline,
  929. .visible-lg-inline-block {
  930.   display: none !important;
  931. }
  932. @media (max-width: 767px) {
  933.   .visible-xs {
  934.     display: block !important;
  935.   }
  936.   table.visible-xs {
  937.     display: table;
  938.   }
  939.   tr.visible-xs {
  940.     display: table-row !important;
  941.   }
  942.   th.visible-xs,
  943.   td.visible-xs {
  944.     display: table-cell !important;
  945.   }
  946. }
  947. @media (max-width: 767px) {
  948.   .visible-xs-block {
  949.     display: block !important;
  950.   }
  951. }
  952. @media (max-width: 767px) {
  953.   .visible-xs-inline {
  954.     display: inline !important;
  955.   }
  956. }
  957. @media (max-width: 767px) {
  958.   .visible-xs-inline-block {
  959.     display: inline-block !important;
  960.   }
  961. }
  962. @media (min-width: 768px) and (max-width: 991px) {
  963.   .visible-sm {
  964.     display: block !important;
  965.   }
  966.   table.visible-sm {
  967.     display: table;
  968.   }
  969.   tr.visible-sm {
  970.     display: table-row !important;
  971.   }
  972.   th.visible-sm,
  973.   td.visible-sm {
  974.     display: table-cell !important;
  975.   }
  976. }
  977. @media (min-width: 768px) and (max-width: 991px) {
  978.   .visible-sm-block {
  979.     display: block !important;
  980.   }
  981. }
  982. @media (min-width: 768px) and (max-width: 991px) {
  983.   .visible-sm-inline {
  984.     display: inline !important;
  985.   }
  986. }
  987. @media (min-width: 768px) and (max-width: 991px) {
  988.   .visible-sm-inline-block {
  989.     display: inline-block !important;
  990.   }
  991. }
  992. @media (min-width: 992px) and (max-width: 1199px) {
  993.   .visible-md {
  994.     display: block !important;
  995.   }
  996.   table.visible-md {
  997.     display: table;
  998.   }
  999.   tr.visible-md {
  1000.     display: table-row !important;
  1001.   }
  1002.   th.visible-md,
  1003.   td.visible-md {
  1004.     display: table-cell !important;
  1005.   }
  1006. }
  1007. @media (min-width: 992px) and (max-width: 1199px) {
  1008.   .visible-md-block {
  1009.     display: block !important;
  1010.   }
  1011. }
  1012. @media (min-width: 992px) and (max-width: 1199px) {
  1013.   .visible-md-inline {
  1014.     display: inline !important;
  1015.   }
  1016. }
  1017. @media (min-width: 992px) and (max-width: 1199px) {
  1018.   .visible-md-inline-block {
  1019.     display: inline-block !important;
  1020.   }
  1021. }
  1022. @media (min-width: 1200px) {
  1023.   .visible-lg {
  1024.     display: block !important;
  1025.   }
  1026.   table.visible-lg {
  1027.     display: table;
  1028.   }
  1029.   tr.visible-lg {
  1030.     display: table-row !important;
  1031.   }
  1032.   th.visible-lg,
  1033.   td.visible-lg {
  1034.     display: table-cell !important;
  1035.   }
  1036. }
  1037. @media (min-width: 1200px) {
  1038.   .visible-lg-block {
  1039.     display: block !important;
  1040.   }
  1041. }
  1042. @media (min-width: 1200px) {
  1043.   .visible-lg-inline {
  1044.     display: inline !important;
  1045.   }
  1046. }
  1047. @media (min-width: 1200px) {
  1048.   .visible-lg-inline-block {
  1049.     display: inline-block !important;
  1050.   }
  1051. }
  1052. @media (max-width: 767px) {
  1053.   .hidden-xs {
  1054.     display: none !important;
  1055.   }
  1056. }
  1057. @media (min-width: 768px) and (max-width: 991px) {
  1058.   .hidden-sm {
  1059.     display: none !important;
  1060.   }
  1061. }
  1062. @media (min-width: 992px) and (max-width: 1199px) {
  1063.   .hidden-md {
  1064.     display: none !important;
  1065.   }
  1066. }
  1067. @media (min-width: 1200px) {
  1068.   .hidden-lg {
  1069.     display: none !important;
  1070.   }
  1071. }
  1072. .visible-print {
  1073.   display: none !important;
  1074. }
  1075. @media print {
  1076.   .visible-print {
  1077.     display: block !important;
  1078.   }
  1079.   table.visible-print {
  1080.     display: table;
  1081.   }
  1082.   tr.visible-print {
  1083.     display: table-row !important;
  1084.   }
  1085.   th.visible-print,
  1086.   td.visible-print {
  1087.     display: table-cell !important;
  1088.   }
  1089. }
  1090. .visible-print-block {
  1091.   display: none !important;
  1092. }
  1093. @media print {
  1094.   .visible-print-block {
  1095.     display: block !important;
  1096.   }
  1097. }
  1098. .visible-print-inline {
  1099.   display: none !important;
  1100. }
  1101. @media print {
  1102.   .visible-print-inline {
  1103.     display: inline !important;
  1104.   }
  1105. }
  1106. .visible-print-inline-block {
  1107.   display: none !important;
  1108. }
  1109. @media print {
  1110.   .visible-print-inline-block {
  1111.     display: inline-block !important;
  1112.   }
  1113. }
  1114. @media print {
  1115.   .hidden-print {
  1116.     display: none !important;
  1117.   }
  1118. }
  1119. /* Font Awesome */
  1120. /* ====================================================== */
  1121. /* FONT PATH
  1122.  * -------------------------- */
  1123. @font-face {
  1124.   font-family: 'FontAwesome';
  1125.   src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  1126.   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  1127.   font-weight: normal;
  1128.   font-style: normal;
  1129. }
  1130. .fa {
  1131.   display: inline-block;
  1132.   font: normal normal normal 14px/1 FontAwesome;
  1133.   font-size: inherit;
  1134.   text-rendering: auto;
  1135.   -webkit-font-smoothing: antialiased;
  1136.   -moz-osx-font-smoothing: grayscale;
  1137. }
  1138. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  1139.    readers do not read off random characters that represent icons */
  1140. .fa-glass:before {
  1141.   content: "\f000";
  1142. }
  1143. .fa-music:before {
  1144.   content: "\f001";
  1145. }
  1146. .fa-search:before {
  1147.   content: "\f002";
  1148. }
  1149. .fa-envelope-o:before {
  1150.   content: "\f003";
  1151. }
  1152. .fa-heart:before {
  1153.   content: "\f004";
  1154. }
  1155. .fa-star:before {
  1156.   content: "\f005";
  1157. }
  1158. .fa-star-o:before {
  1159.   content: "\f006";
  1160. }
  1161. .fa-user:before {
  1162.   content: "\f007";
  1163. }
  1164. .fa-film:before {
  1165.   content: "\f008";
  1166. }
  1167. .fa-th-large:before {
  1168.   content: "\f009";
  1169. }
  1170. .fa-th:before {
  1171.   content: "\f00a";
  1172. }
  1173. .fa-th-list:before {
  1174.   content: "\f00b";
  1175. }
  1176. .fa-check:before {
  1177.   content: "\f00c";
  1178. }
  1179. .fa-remove:before,
  1180. .fa-close:before,
  1181. .fa-times:before {
  1182.   content: "\f00d";
  1183. }
  1184. .fa-search-plus:before {
  1185.   content: "\f00e";
  1186. }
  1187. .fa-search-minus:before {
  1188.   content: "\f010";
  1189. }
  1190. .fa-power-off:before {
  1191.   content: "\f011";
  1192. }
  1193. .fa-signal:before {
  1194.   content: "\f012";
  1195. }
  1196. .fa-gear:before,
  1197. .fa-cog:before {
  1198.   content: "\f013";
  1199. }
  1200. .fa-trash-o:before {
  1201.   content: "\f014";
  1202. }
  1203. .fa-home:before {
  1204.   content: "\f015";
  1205. }
  1206. .fa-file-o:before {
  1207.   content: "\f016";
  1208. }
  1209. .fa-clock-o:before {
  1210.   content: "\f017";
  1211. }
  1212. .fa-road:before {
  1213.   content: "\f018";
  1214. }
  1215. .fa-download:before {
  1216.   content: "\f019";
  1217. }
  1218. .fa-arrow-circle-o-down:before {
  1219.   content: "\f01a";
  1220. }
  1221. .fa-arrow-circle-o-up:before {
  1222.   content: "\f01b";
  1223. }
  1224. .fa-inbox:before {
  1225.   content: "\f01c";
  1226. }
  1227. .fa-play-circle-o:before {
  1228.   content: "\f01d";
  1229. }
  1230. .fa-rotate-right:before,
  1231. .fa-repeat:before {
  1232.   content: "\f01e";
  1233. }
  1234. .fa-refresh:before {
  1235.   content: "\f021";
  1236. }
  1237. .fa-list-alt:before {
  1238.   content: "\f022";
  1239. }
  1240. .fa-lock:before {
  1241.   content: "\f023";
  1242. }
  1243. .fa-flag:before {
  1244.   content: "\f024";
  1245. }
  1246. .fa-headphones:before {
  1247.   content: "\f025";
  1248. }
  1249. .fa-volume-off:before {
  1250.   content: "\f026";
  1251. }
  1252. .fa-volume-down:before {
  1253.   content: "\f027";
  1254. }
  1255. .fa-volume-up:before {
  1256.   content: "\f028";
  1257. }
  1258. .fa-qrcode:before {
  1259.   content: "\f029";
  1260. }
  1261. .fa-barcode:before {
  1262.   content: "\f02a";
  1263. }
  1264. .fa-tag:before {
  1265.   content: "\f02b";
  1266. }
  1267. .fa-tags:before {
  1268.   content: "\f02c";
  1269. }
  1270. .fa-book:before {
  1271.   content: "\f02d";
  1272. }
  1273. .fa-bookmark:before {
  1274.   content: "\f02e";
  1275. }
  1276. .fa-print:before {
  1277.   content: "\f02f";
  1278. }
  1279. .fa-camera:before {
  1280.   content: "\f030";
  1281. }
  1282. .fa-font:before {
  1283.   content: "\f031";
  1284. }
  1285. .fa-bold:before {
  1286.   content: "\f032";
  1287. }
  1288. .fa-italic:before {
  1289.   content: "\f033";
  1290. }
  1291. .fa-text-height:before {
  1292.   content: "\f034";
  1293. }
  1294. .fa-text-width:before {
  1295.   content: "\f035";
  1296. }
  1297. .fa-align-left:before {
  1298.   content: "\f036";
  1299. }
  1300. .fa-align-center:before {
  1301.   content: "\f037";
  1302. }
  1303. .fa-align-right:before {
  1304.   content: "\f038";
  1305. }
  1306. .fa-align-justify:before {
  1307.   content: "\f039";
  1308. }
  1309. .fa-list:before {
  1310.   content: "\f03a";
  1311. }
  1312. .fa-dedent:before,
  1313. .fa-outdent:before {
  1314.   content: "\f03b";
  1315. }
  1316. .fa-indent:before {
  1317.   content: "\f03c";
  1318. }
  1319. .fa-video-camera:before {
  1320.   content: "\f03d";
  1321. }
  1322. .fa-photo:before,
  1323. .fa-image:before,
  1324. .fa-picture-o:before {
  1325.   content: "\f03e";
  1326. }
  1327. .fa-pencil:before {
  1328.   content: "\f040";
  1329. }
  1330. .fa-map-marker:before {
  1331.   content: "\f041";
  1332. }
  1333. .fa-adjust:before {
  1334.   content: "\f042";
  1335. }
  1336. .fa-tint:before {
  1337.   content: "\f043";
  1338. }
  1339. .fa-edit:before,
  1340. .fa-pencil-square-o:before {
  1341.   content: "\f044";
  1342. }
  1343. .fa-share-square-o:before {
  1344.   content: "\f045";
  1345. }
  1346. .fa-check-square-o:before {
  1347.   content: "\f046";
  1348. }
  1349. .fa-arrows:before {
  1350.   content: "\f047";
  1351. }
  1352. .fa-step-backward:before {
  1353.   content: "\f048";
  1354. }
  1355. .fa-fast-backward:before {
  1356.   content: "\f049";
  1357. }
  1358. .fa-backward:before {
  1359.   content: "\f04a";
  1360. }
  1361. .fa-play:before {
  1362.   content: "\f04b";
  1363. }
  1364. .fa-pause:before {
  1365.   content: "\f04c";
  1366. }
  1367. .fa-stop:before {
  1368.   content: "\f04d";
  1369. }
  1370. .fa-forward:before {
  1371.   content: "\f04e";
  1372. }
  1373. .fa-fast-forward:before {
  1374.   content: "\f050";
  1375. }
  1376. .fa-step-forward:before {
  1377.   content: "\f051";
  1378. }
  1379. .fa-eject:before {
  1380.   content: "\f052";
  1381. }
  1382. .fa-chevron-left:before {
  1383.   content: "\f053";
  1384. }
  1385. .fa-chevron-right:before {
  1386.   content: "\f054";
  1387. }
  1388. .fa-plus-circle:before {
  1389.   content: "\f055";
  1390. }
  1391. .fa-minus-circle:before {
  1392.   content: "\f056";
  1393. }
  1394. .fa-times-circle:before {
  1395.   content: "\f057";
  1396. }
  1397. .fa-check-circle:before {
  1398.   content: "\f058";
  1399. }
  1400. .fa-question-circle:before {
  1401.   content: "\f059";
  1402. }
  1403. .fa-info-circle:before {
  1404.   content: "\f05a";
  1405. }
  1406. .fa-crosshairs:before {
  1407.   content: "\f05b";
  1408. }
  1409. .fa-times-circle-o:before {
  1410.   content: "\f05c";
  1411. }
  1412. .fa-check-circle-o:before {
  1413.   content: "\f05d";
  1414. }
  1415. .fa-ban:before {
  1416.   content: "\f05e";
  1417. }
  1418. .fa-arrow-left:before {
  1419.   content: "\f060";
  1420. }
  1421. .fa-arrow-right:before {
  1422.   content: "\f061";
  1423. }
  1424. .fa-arrow-up:before {
  1425.   content: "\f062";
  1426. }
  1427. .fa-arrow-down:before {
  1428.   content: "\f063";
  1429. }
  1430. .fa-mail-forward:before,
  1431. .fa-share:before {
  1432.   content: "\f064";
  1433. }
  1434. .fa-expand:before {
  1435.   content: "\f065";
  1436. }
  1437. .fa-compress:before {
  1438.   content: "\f066";
  1439. }
  1440. .fa-plus:before {
  1441.   content: "\f067";
  1442. }
  1443. .fa-minus:before {
  1444.   content: "\f068";
  1445. }
  1446. .fa-asterisk:before {
  1447.   content: "\f069";
  1448. }
  1449. .fa-exclamation-circle:before {
  1450.   content: "\f06a";
  1451. }
  1452. .fa-gift:before {
  1453.   content: "\f06b";
  1454. }
  1455. .fa-leaf:before {
  1456.   content: "\f06c";
  1457. }
  1458. .fa-fire:before {
  1459.   content: "\f06d";
  1460. }
  1461. .fa-eye:before {
  1462.   content: "\f06e";
  1463. }
  1464. .fa-eye-slash:before {
  1465.   content: "\f070";
  1466. }
  1467. .fa-warning:before,
  1468. .fa-exclamation-triangle:before {
  1469.   content: "\f071";
  1470. }
  1471. .fa-plane:before {
  1472.   content: "\f072";
  1473. }
  1474. .fa-calendar:before {
  1475.   content: "\f073";
  1476. }
  1477. .fa-random:before {
  1478.   content: "\f074";
  1479. }
  1480. .fa-comment:before {
  1481.   content: "\f075";
  1482. }
  1483. .fa-magnet:before {
  1484.   content: "\f076";
  1485. }
  1486. .fa-chevron-up:before {
  1487.   content: "\f077";
  1488. }
  1489. .fa-chevron-down:before {
  1490.   content: "\f078";
  1491. }
  1492. .fa-retweet:before {
  1493.   content: "\f079";
  1494. }
  1495. .fa-shopping-cart:before {
  1496.   content: "\f07a";
  1497. }
  1498. .fa-folder:before {
  1499.   content: "\f07b";
  1500. }
  1501. .fa-folder-open:before {
  1502.   content: "\f07c";
  1503. }
  1504. .fa-arrows-v:before {
  1505.   content: "\f07d";
  1506. }
  1507. .fa-arrows-h:before {
  1508.   content: "\f07e";
  1509. }
  1510. .fa-bar-chart-o:before,
  1511. .fa-bar-chart:before {
  1512.   content: "\f080";
  1513. }
  1514. .fa-twitter-square:before {
  1515.   content: "\f081";
  1516. }
  1517. .fa-facebook-square:before {
  1518.   content: "\f082";
  1519. }
  1520. .fa-camera-retro:before {
  1521.   content: "\f083";
  1522. }
  1523. .fa-key:before {
  1524.   content: "\f084";
  1525. }
  1526. .fa-gears:before,
  1527. .fa-cogs:before {
  1528.   content: "\f085";
  1529. }
  1530. .fa-comments:before {
  1531.   content: "\f086";
  1532. }
  1533. .fa-thumbs-o-up:before {
  1534.   content: "\f087";
  1535. }
  1536. .fa-thumbs-o-down:before {
  1537.   content: "\f088";
  1538. }
  1539. .fa-star-half:before {
  1540.   content: "\f089";
  1541. }
  1542. .fa-heart-o:before {
  1543.   content: "\f08a";
  1544. }
  1545. .fa-sign-out:before {
  1546.   content: "\f08b";
  1547. }
  1548. .fa-linkedin-square:before {
  1549.   content: "\f08c";
  1550. }
  1551. .fa-thumb-tack:before {
  1552.   content: "\f08d";
  1553. }
  1554. .fa-external-link:before {
  1555.   content: "\f08e";
  1556. }
  1557. .fa-sign-in:before {
  1558.   content: "\f090";
  1559. }
  1560. .fa-trophy:before {
  1561.   content: "\f091";
  1562. }
  1563. .fa-github-square:before {
  1564.   content: "\f092";
  1565. }
  1566. .fa-upload:before {
  1567.   content: "\f093";
  1568. }
  1569. .fa-lemon-o:before {
  1570.   content: "\f094";
  1571. }
  1572. .fa-phone:before {
  1573.   content: "\f095";
  1574. }
  1575. .fa-square-o:before {
  1576.   content: "\f096";
  1577. }
  1578. .fa-bookmark-o:before {
  1579.   content: "\f097";
  1580. }
  1581. .fa-phone-square:before {
  1582.   content: "\f098";
  1583. }
  1584. .fa-twitter:before {
  1585.   content: "\f099";
  1586. }
  1587. .fa-facebook:before {
  1588.   content: "\f09a";
  1589. }
  1590. .fa-github:before {
  1591.   content: "\f09b";
  1592. }
  1593. .fa-unlock:before {
  1594.   content: "\f09c";
  1595. }
  1596. .fa-credit-card:before {
  1597.   content: "\f09d";
  1598. }
  1599. .fa-rss:before {
  1600.   content: "\f09e";
  1601. }
  1602. .fa-hdd-o:before {
  1603.   content: "\f0a0";
  1604. }
  1605. .fa-bullhorn:before {
  1606.   content: "\f0a1";
  1607. }
  1608. .fa-bell:before {
  1609.   content: "\f0f3";
  1610. }
  1611. .fa-certificate:before {
  1612.   content: "\f0a3";
  1613. }
  1614. .fa-hand-o-right:before {
  1615.   content: "\f0a4";
  1616. }
  1617. .fa-hand-o-left:before {
  1618.   content: "\f0a5";
  1619. }
  1620. .fa-hand-o-up:before {
  1621.   content: "\f0a6";
  1622. }
  1623. .fa-hand-o-down:before {
  1624.   content: "\f0a7";
  1625. }
  1626. .fa-arrow-circle-left:before {
  1627.   content: "\f0a8";
  1628. }
  1629. .fa-arrow-circle-right:before {
  1630.   content: "\f0a9";
  1631. }
  1632. .fa-arrow-circle-up:before {
  1633.   content: "\f0aa";
  1634. }
  1635. .fa-arrow-circle-down:before {
  1636.   content: "\f0ab";
  1637. }
  1638. .fa-globe:before {
  1639.   content: "\f0ac";
  1640. }
  1641. .fa-wrench:before {
  1642.   content: "\f0ad";
  1643. }
  1644. .fa-tasks:before {
  1645.   content: "\f0ae";
  1646. }
  1647. .fa-filter:before {
  1648.   content: "\f0b0";
  1649. }
  1650. .fa-briefcase:before {
  1651.   content: "\f0b1";
  1652. }
  1653. .fa-arrows-alt:before {
  1654.   content: "\f0b2";
  1655. }
  1656. .fa-group:before,
  1657. .fa-users:before {
  1658.   content: "\f0c0";
  1659. }
  1660. .fa-chain:before,
  1661. .fa-link:before {
  1662.   content: "\f0c1";
  1663. }
  1664. .fa-cloud:before {
  1665.   content: "\f0c2";
  1666. }
  1667. .fa-flask:before {
  1668.   content: "\f0c3";
  1669. }
  1670. .fa-cut:before,
  1671. .fa-scissors:before {
  1672.   content: "\f0c4";
  1673. }
  1674. .fa-copy:before,
  1675. .fa-files-o:before {
  1676.   content: "\f0c5";
  1677. }
  1678. .fa-paperclip:before {
  1679.   content: "\f0c6";
  1680. }
  1681. .fa-save:before,
  1682. .fa-floppy-o:before {
  1683.   content: "\f0c7";
  1684. }
  1685. .fa-square:before {
  1686.   content: "\f0c8";
  1687. }
  1688. .fa-navicon:before,
  1689. .fa-reorder:before,
  1690. .fa-bars:before {
  1691.   content: "\f0c9";
  1692. }
  1693. .fa-list-ul:before {
  1694.   content: "\f0ca";
  1695. }
  1696. .fa-list-ol:before {
  1697.   content: "\f0cb";
  1698. }
  1699. .fa-strikethrough:before {
  1700.   content: "\f0cc";
  1701. }
  1702. .fa-underline:before {
  1703.   content: "\f0cd";
  1704. }
  1705. .fa-table:before {
  1706.   content: "\f0ce";
  1707. }
  1708. .fa-magic:before {
  1709.   content: "\f0d0";
  1710. }
  1711. .fa-truck:before {
  1712.   content: "\f0d1";
  1713. }
  1714. .fa-pinterest:before {
  1715.   content: "\f0d2";
  1716. }
  1717. .fa-pinterest-square:before {
  1718.   content: "\f0d3";
  1719. }
  1720. .fa-google-plus-square:before {
  1721.   content: "\f0d4";
  1722. }
  1723. .fa-google-plus:before {
  1724.   content: "\f0d5";
  1725. }
  1726. .fa-money:before {
  1727.   content: "\f0d6";
  1728. }
  1729. .fa-caret-down:before {
  1730.   content: "\f0d7";
  1731. }
  1732. .fa-caret-up:before {
  1733.   content: "\f0d8";
  1734. }
  1735. .fa-caret-left:before {
  1736.   content: "\f0d9";
  1737. }
  1738. .fa-caret-right:before {
  1739.   content: "\f0da";
  1740. }
  1741. .fa-columns:before {
  1742.   content: "\f0db";
  1743. }
  1744. .fa-unsorted:before,
  1745. .fa-sort:before {
  1746.   content: "\f0dc";
  1747. }
  1748. .fa-sort-down:before,
  1749. .fa-sort-desc:before {
  1750.   content: "\f0dd";
  1751. }
  1752. .fa-sort-up:before,
  1753. .fa-sort-asc:before {
  1754.   content: "\f0de";
  1755. }
  1756. .fa-envelope:before {
  1757.   content: "\f0e0";
  1758. }
  1759. .fa-linkedin:before {
  1760.   content: "\f0e1";
  1761. }
  1762. .fa-rotate-left:before,
  1763. .fa-undo:before {
  1764.   content: "\f0e2";
  1765. }
  1766. .fa-legal:before,
  1767. .fa-gavel:before {
  1768.   content: "\f0e3";
  1769. }
  1770. .fa-dashboard:before,
  1771. .fa-tachometer:before {
  1772.   content: "\f0e4";
  1773. }
  1774. .fa-comment-o:before {
  1775.   content: "\f0e5";
  1776. }
  1777. .fa-comments-o:before {
  1778.   content: "\f0e6";
  1779. }
  1780. .fa-flash:before,
  1781. .fa-bolt:before {
  1782.   content: "\f0e7";
  1783. }
  1784. .fa-sitemap:before {
  1785.   content: "\f0e8";
  1786. }
  1787. .fa-umbrella:before {
  1788.   content: "\f0e9";
  1789. }
  1790. .fa-paste:before,
  1791. .fa-clipboard:before {
  1792.   content: "\f0ea";
  1793. }
  1794. .fa-lightbulb-o:before {
  1795.   content: "\f0eb";
  1796. }
  1797. .fa-exchange:before {
  1798.   content: "\f0ec";
  1799. }
  1800. .fa-cloud-download:before {
  1801.   content: "\f0ed";
  1802. }
  1803. .fa-cloud-upload:before {
  1804.   content: "\f0ee";
  1805. }
  1806. .fa-user-md:before {
  1807.   content: "\f0f0";
  1808. }
  1809. .fa-stethoscope:before {
  1810.   content: "\f0f1";
  1811. }
  1812. .fa-suitcase:before {
  1813.   content: "\f0f2";
  1814. }
  1815. .fa-bell-o:before {
  1816.   content: "\f0a2";
  1817. }
  1818. .fa-coffee:before {
  1819.   content: "\f0f4";
  1820. }
  1821. .fa-cutlery:before {
  1822.   content: "\f0f5";
  1823. }
  1824. .fa-file-text-o:before {
  1825.   content: "\f0f6";
  1826. }
  1827. .fa-building-o:before {
  1828.   content: "\f0f7";
  1829. }
  1830. .fa-hospital-o:before {
  1831.   content: "\f0f8";
  1832. }
  1833. .fa-ambulance:before {
  1834.   content: "\f0f9";
  1835. }
  1836. .fa-medkit:before {
  1837.   content: "\f0fa";
  1838. }
  1839. .fa-fighter-jet:before {
  1840.   content: "\f0fb";
  1841. }
  1842. .fa-beer:before {
  1843.   content: "\f0fc";
  1844. }
  1845. .fa-h-square:before {
  1846.   content: "\f0fd";
  1847. }
  1848. .fa-plus-square:before {
  1849.   content: "\f0fe";
  1850. }
  1851. .fa-angle-double-left:before {
  1852.   content: "\f100";
  1853. }
  1854. .fa-angle-double-right:before {
  1855.   content: "\f101";
  1856. }
  1857. .fa-angle-double-up:before {
  1858.   content: "\f102";
  1859. }
  1860. .fa-angle-double-down:before {
  1861.   content: "\f103";
  1862. }
  1863. .fa-angle-left:before {
  1864.   content: "\f104";
  1865. }
  1866. .fa-angle-right:before {
  1867.   content: "\f105";
  1868. }
  1869. .fa-angle-up:before {
  1870.   content: "\f106";
  1871. }
  1872. .fa-angle-down:before {
  1873.   content: "\f107";
  1874. }
  1875. .fa-desktop:before {
  1876.   content: "\f108";
  1877. }
  1878. .fa-laptop:before {
  1879.   content: "\f109";
  1880. }
  1881. .fa-tablet:before {
  1882.   content: "\f10a";
  1883. }
  1884. .fa-mobile-phone:before,
  1885. .fa-mobile:before {
  1886.   content: "\f10b";
  1887. }
  1888. .fa-circle-o:before {
  1889.   content: "\f10c";
  1890. }
  1891. .fa-quote-left:before {
  1892.   content: "\f10d";
  1893. }
  1894. .fa-quote-right:before {
  1895.   content: "\f10e";
  1896. }
  1897. .fa-spinner:before {
  1898.   content: "\f110";
  1899. }
  1900. .fa-circle:before {
  1901.   content: "\f111";
  1902. }
  1903. .fa-mail-reply:before,
  1904. .fa-reply:before {
  1905.   content: "\f112";
  1906. }
  1907. .fa-github-alt:before {
  1908.   content: "\f113";
  1909. }
  1910. .fa-folder-o:before {
  1911.   content: "\f114";
  1912. }
  1913. .fa-folder-open-o:before {
  1914.   content: "\f115";
  1915. }
  1916. .fa-smile-o:before {
  1917.   content: "\f118";
  1918. }
  1919. .fa-frown-o:before {
  1920.   content: "\f119";
  1921. }
  1922. .fa-meh-o:before {
  1923.   content: "\f11a";
  1924. }
  1925. .fa-gamepad:before {
  1926.   content: "\f11b";
  1927. }
  1928. .fa-keyboard-o:before {
  1929.   content: "\f11c";
  1930. }
  1931. .fa-flag-o:before {
  1932.   content: "\f11d";
  1933. }
  1934. .fa-flag-checkered:before {
  1935.   content: "\f11e";
  1936. }
  1937. .fa-terminal:before {
  1938.   content: "\f120";
  1939. }
  1940. .fa-code:before {
  1941.   content: "\f121";
  1942. }
  1943. .fa-mail-reply-all:before,
  1944. .fa-reply-all:before {
  1945.   content: "\f122";
  1946. }
  1947. .fa-star-half-empty:before,
  1948. .fa-star-half-full:before,
  1949. .fa-star-half-o:before {
  1950.   content: "\f123";
  1951. }
  1952. .fa-location-arrow:before {
  1953.   content: "\f124";
  1954. }
  1955. .fa-crop:before {
  1956.   content: "\f125";
  1957. }
  1958. .fa-code-fork:before {
  1959.   content: "\f126";
  1960. }
  1961. .fa-unlink:before,
  1962. .fa-chain-broken:before {
  1963.   content: "\f127";
  1964. }
  1965. .fa-question:before {
  1966.   content: "\f128";
  1967. }
  1968. .fa-info:before {
  1969.   content: "\f129";
  1970. }
  1971. .fa-exclamation:before {
  1972.   content: "\f12a";
  1973. }
  1974. .fa-superscript:before {
  1975.   content: "\f12b";
  1976. }
  1977. .fa-subscript:before {
  1978.   content: "\f12c";
  1979. }
  1980. .fa-eraser:before {
  1981.   content: "\f12d";
  1982. }
  1983. .fa-puzzle-piece:before {
  1984.   content: "\f12e";
  1985. }
  1986. .fa-microphone:before {
  1987.   content: "\f130";
  1988. }
  1989. .fa-microphone-slash:before {
  1990.   content: "\f131";
  1991. }
  1992. .fa-shield:before {
  1993.   content: "\f132";
  1994. }
  1995. .fa-calendar-o:before {
  1996.   content: "\f133";
  1997. }
  1998. .fa-fire-extinguisher:before {
  1999.   content: "\f134";
  2000. }
  2001. .fa-rocket:before {
  2002.   content: "\f135";
  2003. }
  2004. .fa-maxcdn:before {
  2005.   content: "\f136";
  2006. }
  2007. .fa-chevron-circle-left:before {
  2008.   content: "\f137";
  2009. }
  2010. .fa-chevron-circle-right:before {
  2011.   content: "\f138";
  2012. }
  2013. .fa-chevron-circle-up:before {
  2014.   content: "\f139";
  2015. }
  2016. .fa-chevron-circle-down:before {
  2017.   content: "\f13a";
  2018. }
  2019. .fa-html5:before {
  2020.   content: "\f13b";
  2021. }
  2022. .fa-css3:before {
  2023.   content: "\f13c";
  2024. }
  2025. .fa-anchor:before {
  2026.   content: "\f13d";
  2027. }
  2028. .fa-unlock-alt:before {
  2029.   content: "\f13e";
  2030. }
  2031. .fa-bullseye:before {
  2032.   content: "\f140";
  2033. }
  2034. .fa-ellipsis-h:before {
  2035.   content: "\f141";
  2036. }
  2037. .fa-ellipsis-v:before {
  2038.   content: "\f142";
  2039. }
  2040. .fa-rss-square:before {
  2041.   content: "\f143";
  2042. }
  2043. .fa-play-circle:before {
  2044.   content: "\f144";
  2045. }
  2046. .fa-ticket:before {
  2047.   content: "\f145";
  2048. }
  2049. .fa-minus-square:before {
  2050.   content: "\f146";
  2051. }
  2052. .fa-minus-square-o:before {
  2053.   content: "\f147";
  2054. }
  2055. .fa-level-up:before {
  2056.   content: "\f148";
  2057. }
  2058. .fa-level-down:before {
  2059.   content: "\f149";
  2060. }
  2061. .fa-check-square:before {
  2062.   content: "\f14a";
  2063. }
  2064. .fa-pencil-square:before {
  2065.   content: "\f14b";
  2066. }
  2067. .fa-external-link-square:before {
  2068.   content: "\f14c";
  2069. }
  2070. .fa-share-square:before {
  2071.   content: "\f14d";
  2072. }
  2073. .fa-compass:before {
  2074.   content: "\f14e";
  2075. }
  2076. .fa-toggle-down:before,
  2077. .fa-caret-square-o-down:before {
  2078.   content: "\f150";
  2079. }
  2080. .fa-toggle-up:before,
  2081. .fa-caret-square-o-up:before {
  2082.   content: "\f151";
  2083. }
  2084. .fa-toggle-right:before,
  2085. .fa-caret-square-o-right:before {
  2086.   content: "\f152";
  2087. }
  2088. .fa-euro:before,
  2089. .fa-eur:before {
  2090.   content: "\f153";
  2091. }
  2092. .fa-gbp:before {
  2093.   content: "\f154";
  2094. }
  2095. .fa-dollar:before,
  2096. .fa-usd:before {
  2097.   content: "\f155";
  2098. }
  2099. .fa-rupee:before,
  2100. .fa-inr:before {
  2101.   content: "\f156";
  2102. }
  2103. .fa-cny:before,
  2104. .fa-rmb:before,
  2105. .fa-yen:before,
  2106. .fa-jpy:before {
  2107.   content: "\f157";
  2108. }
  2109. .fa-ruble:before,
  2110. .fa-rouble:before,
  2111. .fa-rub:before {
  2112.   content: "\f158";
  2113. }
  2114. .fa-won:before,
  2115. .fa-krw:before {
  2116.   content: "\f159";
  2117. }
  2118. .fa-bitcoin:before,
  2119. .fa-btc:before {
  2120.   content: "\f15a";
  2121. }
  2122. .fa-file:before {
  2123.   content: "\f15b";
  2124. }
  2125. .fa-file-text:before {
  2126.   content: "\f15c";
  2127. }
  2128. .fa-sort-alpha-asc:before {
  2129.   content: "\f15d";
  2130. }
  2131. .fa-sort-alpha-desc:before {
  2132.   content: "\f15e";
  2133. }
  2134. .fa-sort-amount-asc:before {
  2135.   content: "\f160";
  2136. }
  2137. .fa-sort-amount-desc:before {
  2138.   content: "\f161";
  2139. }
  2140. .fa-sort-numeric-asc:before {
  2141.   content: "\f162";
  2142. }
  2143. .fa-sort-numeric-desc:before {
  2144.   content: "\f163";
  2145. }
  2146. .fa-thumbs-up:before {
  2147.   content: "\f164";
  2148. }
  2149. .fa-thumbs-down:before {
  2150.   content: "\f165";
  2151. }
  2152. .fa-youtube-square:before {
  2153.   content: "\f166";
  2154. }
  2155. .fa-youtube:before {
  2156.   content: "\f167";
  2157. }
  2158. .fa-xing:before {
  2159.   content: "\f168";
  2160. }
  2161. .fa-xing-square:before {
  2162.   content: "\f169";
  2163. }
  2164. .fa-youtube-play:before {
  2165.   content: "\f16a";
  2166. }
  2167. .fa-dropbox:before {
  2168.   content: "\f16b";
  2169. }
  2170. .fa-stack-overflow:before {
  2171.   content: "\f16c";
  2172. }
  2173. .fa-instagram:before {
  2174.   content: "\f16d";
  2175. }
  2176. .fa-flickr:before {
  2177.   content: "\f16e";
  2178. }
  2179. .fa-adn:before {
  2180.   content: "\f170";
  2181. }
  2182. .fa-bitbucket:before {
  2183.   content: "\f171";
  2184. }
  2185. .fa-bitbucket-square:before {
  2186.   content: "\f172";
  2187. }
  2188. .fa-tumblr:before {
  2189.   content: "\f173";
  2190. }
  2191. .fa-tumblr-square:before {
  2192.   content: "\f174";
  2193. }
  2194. .fa-long-arrow-down:before {
  2195.   content: "\f175";
  2196. }
  2197. .fa-long-arrow-up:before {
  2198.   content: "\f176";
  2199. }
  2200. .fa-long-arrow-left:before {
  2201.   content: "\f177";
  2202. }
  2203. .fa-long-arrow-right:before {
  2204.   content: "\f178";
  2205. }
  2206. .fa-apple:before {
  2207.   content: "\f179";
  2208. }
  2209. .fa-windows:before {
  2210.   content: "\f17a";
  2211. }
  2212. .fa-android:before {
  2213.   content: "\f17b";
  2214. }
  2215. .fa-linux:before {
  2216.   content: "\f17c";
  2217. }
  2218. .fa-dribbble:before {
  2219.   content: "\f17d";
  2220. }
  2221. .fa-skype:before {
  2222.   content: "\f17e";
  2223. }
  2224. .fa-foursquare:before {
  2225.   content: "\f180";
  2226. }
  2227. .fa-trello:before {
  2228.   content: "\f181";
  2229. }
  2230. .fa-female:before {
  2231.   content: "\f182";
  2232. }
  2233. .fa-male:before {
  2234.   content: "\f183";
  2235. }
  2236. .fa-gittip:before {
  2237.   content: "\f184";
  2238. }
  2239. .fa-sun-o:before {
  2240.   content: "\f185";
  2241. }
  2242. .fa-moon-o:before {
  2243.   content: "\f186";
  2244. }
  2245. .fa-archive:before {
  2246.   content: "\f187";
  2247. }
  2248. .fa-bug:before {
  2249.   content: "\f188";
  2250. }
  2251. .fa-vk:before {
  2252.   content: "\f189";
  2253. }
  2254. .fa-weibo:before {
  2255.   content: "\f18a";
  2256. }
  2257. .fa-renren:before {
  2258.   content: "\f18b";
  2259. }
  2260. .fa-pagelines:before {
  2261.   content: "\f18c";
  2262. }
  2263. .fa-stack-exchange:before {
  2264.   content: "\f18d";
  2265. }
  2266. .fa-arrow-circle-o-right:before {
  2267.   content: "\f18e";
  2268. }
  2269. .fa-arrow-circle-o-left:before {
  2270.   content: "\f190";
  2271. }
  2272. .fa-toggle-left:before,
  2273. .fa-caret-square-o-left:before {
  2274.   content: "\f191";
  2275. }
  2276. .fa-dot-circle-o:before {
  2277.   content: "\f192";
  2278. }
  2279. .fa-wheelchair:before {
  2280.   content: "\f193";
  2281. }
  2282. .fa-vimeo-square:before {
  2283.   content: "\f194";
  2284. }
  2285. .fa-turkish-lira:before,
  2286. .fa-try:before {
  2287.   content: "\f195";
  2288. }
  2289. .fa-plus-square-o:before {
  2290.   content: "\f196";
  2291. }
  2292. .fa-space-shuttle:before {
  2293.   content: "\f197";
  2294. }
  2295. .fa-slack:before {
  2296.   content: "\f198";
  2297. }
  2298. .fa-envelope-square:before {
  2299.   content: "\f199";
  2300. }
  2301. .fa-wordpress:before {
  2302.   content: "\f19a";
  2303. }
  2304. .fa-openid:before {
  2305.   content: "\f19b";
  2306. }
  2307. .fa-institution:before,
  2308. .fa-bank:before,
  2309. .fa-university:before {
  2310.   content: "\f19c";
  2311. }
  2312. .fa-mortar-board:before,
  2313. .fa-graduation-cap:before {
  2314.   content: "\f19d";
  2315. }
  2316. .fa-yahoo:before {
  2317.   content: "\f19e";
  2318. }
  2319. .fa-google:before {
  2320.   content: "\f1a0";
  2321. }
  2322. .fa-reddit:before {
  2323.   content: "\f1a1";
  2324. }
  2325. .fa-reddit-square:before {
  2326.   content: "\f1a2";
  2327. }
  2328. .fa-stumbleupon-circle:before {
  2329.   content: "\f1a3";
  2330. }
  2331. .fa-stumbleupon:before {
  2332.   content: "\f1a4";
  2333. }
  2334. .fa-delicious:before {
  2335.   content: "\f1a5";
  2336. }
  2337. .fa-digg:before {
  2338.   content: "\f1a6";
  2339. }
  2340. .fa-pied-piper:before {
  2341.   content: "\f1a7";
  2342. }
  2343. .fa-pied-piper-alt:before {
  2344.   content: "\f1a8";
  2345. }
  2346. .fa-drupal:before {
  2347.   content: "\f1a9";
  2348. }
  2349. .fa-joomla:before {
  2350.   content: "\f1aa";
  2351. }
  2352. .fa-language:before {
  2353.   content: "\f1ab";
  2354. }
  2355. .fa-fax:before {
  2356.   content: "\f1ac";
  2357. }
  2358. .fa-building:before {
  2359.   content: "\f1ad";
  2360. }
  2361. .fa-child:before {
  2362.   content: "\f1ae";
  2363. }
  2364. .fa-paw:before {
  2365.   content: "\f1b0";
  2366. }
  2367. .fa-spoon:before {
  2368.   content: "\f1b1";
  2369. }
  2370. .fa-cube:before {
  2371.   content: "\f1b2";
  2372. }
  2373. .fa-cubes:before {
  2374.   content: "\f1b3";
  2375. }
  2376. .fa-behance:before {
  2377.   content: "\f1b4";
  2378. }
  2379. .fa-behance-square:before {
  2380.   content: "\f1b5";
  2381. }
  2382. .fa-steam:before {
  2383.   content: "\f1b6";
  2384. }
  2385. .fa-steam-square:before {
  2386.   content: "\f1b7";
  2387. }
  2388. .fa-recycle:before {
  2389.   content: "\f1b8";
  2390. }
  2391. .fa-automobile:before,
  2392. .fa-car:before {
  2393.   content: "\f1b9";
  2394. }
  2395. .fa-cab:before,
  2396. .fa-taxi:before {
  2397.   content: "\f1ba";
  2398. }
  2399. .fa-tree:before {
  2400.   content: "\f1bb";
  2401. }
  2402. .fa-spotify:before {
  2403.   content: "\f1bc";
  2404. }
  2405. .fa-deviantart:before {
  2406.   content: "\f1bd";
  2407. }
  2408. .fa-soundcloud:before {
  2409.   content: "\f1be";
  2410. }
  2411. .fa-database:before {
  2412.   content: "\f1c0";
  2413. }
  2414. .fa-file-pdf-o:before {
  2415.   content: "\f1c1";
  2416. }
  2417. .fa-file-word-o:before {
  2418.   content: "\f1c2";
  2419. }
  2420. .fa-file-excel-o:before {
  2421.   content: "\f1c3";
  2422. }
  2423. .fa-file-powerpoint-o:before {
  2424.   content: "\f1c4";
  2425. }
  2426. .fa-file-photo-o:before,
  2427. .fa-file-picture-o:before,
  2428. .fa-file-image-o:before {
  2429.   content: "\f1c5";
  2430. }
  2431. .fa-file-zip-o:before,
  2432. .fa-file-archive-o:before {
  2433.   content: "\f1c6";
  2434. }
  2435. .fa-file-sound-o:before,
  2436. .fa-file-audio-o:before {
  2437.   content: "\f1c7";
  2438. }
  2439. .fa-file-movie-o:before,
  2440. .fa-file-video-o:before {
  2441.   content: "\f1c8";
  2442. }
  2443. .fa-file-code-o:before {
  2444.   content: "\f1c9";
  2445. }
  2446. .fa-vine:before {
  2447.   content: "\f1ca";
  2448. }
  2449. .fa-codepen:before {
  2450.   content: "\f1cb";
  2451. }
  2452. .fa-jsfiddle:before {
  2453.   content: "\f1cc";
  2454. }
  2455. .fa-life-bouy:before,
  2456. .fa-life-buoy:before,
  2457. .fa-life-saver:before,
  2458. .fa-support:before,
  2459. .fa-life-ring:before {
  2460.   content: "\f1cd";
  2461. }
  2462. .fa-circle-o-notch:before {
  2463.   content: "\f1ce";
  2464. }
  2465. .fa-ra:before,
  2466. .fa-rebel:before {
  2467.   content: "\f1d0";
  2468. }
  2469. .fa-ge:before,
  2470. .fa-empire:before {
  2471.   content: "\f1d1";
  2472. }
  2473. .fa-git-square:before {
  2474.   content: "\f1d2";
  2475. }
  2476. .fa-git:before {
  2477.   content: "\f1d3";
  2478. }
  2479. .fa-hacker-news:before {
  2480.   content: "\f1d4";
  2481. }
  2482. .fa-tencent-weibo:before {
  2483.   content: "\f1d5";
  2484. }
  2485. .fa-qq:before {
  2486.   content: "\f1d6";
  2487. }
  2488. .fa-wechat:before,
  2489. .fa-weixin:before {
  2490.   content: "\f1d7";
  2491. }
  2492. .fa-send:before,
  2493. .fa-paper-plane:before {
  2494.   content: "\f1d8";
  2495. }
  2496. .fa-send-o:before,
  2497. .fa-paper-plane-o:before {
  2498.   content: "\f1d9";
  2499. }
  2500. .fa-history:before {
  2501.   content: "\f1da";
  2502. }
  2503. .fa-circle-thin:before {
  2504.   content: "\f1db";
  2505. }
  2506. .fa-header:before {
  2507.   content: "\f1dc";
  2508. }
  2509. .fa-paragraph:before {
  2510.   content: "\f1dd";
  2511. }
  2512. .fa-sliders:before {
  2513.   content: "\f1de";
  2514. }
  2515. .fa-share-alt:before {
  2516.   content: "\f1e0";
  2517. }
  2518. .fa-share-alt-square:before {
  2519.   content: "\f1e1";
  2520. }
  2521. .fa-bomb:before {
  2522.   content: "\f1e2";
  2523. }
  2524. .fa-soccer-ball-o:before,
  2525. .fa-futbol-o:before {
  2526.   content: "\f1e3";
  2527. }
  2528. .fa-tty:before {
  2529.   content: "\f1e4";
  2530. }
  2531. .fa-binoculars:before {
  2532.   content: "\f1e5";
  2533. }
  2534. .fa-plug:before {
  2535.   content: "\f1e6";
  2536. }
  2537. .fa-slideshare:before {
  2538.   content: "\f1e7";
  2539. }
  2540. .fa-twitch:before {
  2541.   content: "\f1e8";
  2542. }
  2543. .fa-yelp:before {
  2544.   content: "\f1e9";
  2545. }
  2546. .fa-newspaper-o:before {
  2547.   content: "\f1ea";
  2548. }
  2549. .fa-wifi:before {
  2550.   content: "\f1eb";
  2551. }
  2552. .fa-calculator:before {
  2553.   content: "\f1ec";
  2554. }
  2555. .fa-paypal:before {
  2556.   content: "\f1ed";
  2557. }
  2558. .fa-google-wallet:before {
  2559.   content: "\f1ee";
  2560. }
  2561. .fa-cc-visa:before {
  2562.   content: "\f1f0";
  2563. }
  2564. .fa-cc-mastercard:before {
  2565.   content: "\f1f1";
  2566. }
  2567. .fa-cc-discover:before {
  2568.   content: "\f1f2";
  2569. }
  2570. .fa-cc-amex:before {
  2571.   content: "\f1f3";
  2572. }
  2573. .fa-cc-paypal:before {
  2574.   content: "\f1f4";
  2575. }
  2576. .fa-cc-stripe:before {
  2577.   content: "\f1f5";
  2578. }
  2579. .fa-bell-slash:before {
  2580.   content: "\f1f6";
  2581. }
  2582. .fa-bell-slash-o:before {
  2583.   content: "\f1f7";
  2584. }
  2585. .fa-trash:before {
  2586.   content: "\f1f8";
  2587. }
  2588. .fa-copyright:before {
  2589.   content: "\f1f9";
  2590. }
  2591. .fa-at:before {
  2592.   content: "\f1fa";
  2593. }
  2594. .fa-eyedropper:before {
  2595.   content: "\f1fb";
  2596. }
  2597. .fa-paint-brush:before {
  2598.   content: "\f1fc";
  2599. }
  2600. .fa-birthday-cake:before {
  2601.   content: "\f1fd";
  2602. }
  2603. .fa-area-chart:before {
  2604.   content: "\f1fe";
  2605. }
  2606. .fa-pie-chart:before {
  2607.   content: "\f200";
  2608. }
  2609. .fa-line-chart:before {
  2610.   content: "\f201";
  2611. }
  2612. .fa-lastfm:before {
  2613.   content: "\f202";
  2614. }
  2615. .fa-lastfm-square:before {
  2616.   content: "\f203";
  2617. }
  2618. .fa-toggle-off:before {
  2619.   content: "\f204";
  2620. }
  2621. .fa-toggle-on:before {
  2622.   content: "\f205";
  2623. }
  2624. .fa-bicycle:before {
  2625.   content: "\f206";
  2626. }
  2627. .fa-bus:before {
  2628.   content: "\f207";
  2629. }
  2630. .fa-ioxhost:before {
  2631.   content: "\f208";
  2632. }
  2633. .fa-angellist:before {
  2634.   content: "\f209";
  2635. }
  2636. .fa-cc:before {
  2637.   content: "\f20a";
  2638. }
  2639. .fa-shekel:before,
  2640. .fa-sheqel:before,
  2641. .fa-ils:before {
  2642.   content: "\f20b";
  2643. }
  2644. .fa-meanpath:before {
  2645.   content: "\f20c";
  2646. }
  2647. /* PLugins */
  2648. /* ====================================================== */
  2649. /* Style */
  2650. /* ====================================================== */
  2651. * {
  2652.   -webkit-box-sizing: border-box;
  2653.   -moz-box-sizing: border-box;
  2654.   box-sizing: border-box;
  2655. }
  2656. *:before,
  2657. *:after {
  2658.   -webkit-box-sizing: border-box;
  2659.   -moz-box-sizing: border-box;
  2660.   box-sizing: border-box;
  2661. }
  2662. html {
  2663.   font-size: 10px;
  2664.   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  2665. }
  2666. body {
  2667.   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  2668.   font-size: 14px;
  2669.   line-height: 1.42857143;
  2670.   color: #333333;
  2671.   background-color: #ffffff;
  2672. }
  2673. input,
  2674. button,
  2675. select,
  2676. textarea {
  2677.   font-family: inherit;
  2678.   font-size: inherit;
  2679.   line-height: inherit;
  2680. }
  2681. a {
  2682.   color: #428bca;
  2683.   text-decoration: none;
  2684. }
  2685. a:hover,
  2686. a:focus {
  2687.   color: #2a6496;
  2688.   text-decoration: underline;
  2689. }
  2690. a:focus {
  2691.   outline: thin dotted;
  2692.   outline: 5px auto -webkit-focus-ring-color;
  2693.   outline-offset: -2px;
  2694. }
  2695. figure {
  2696.   margin: 0;
  2697. }
  2698. img {
  2699.   vertical-align: middle;
  2700. }
  2701. .img-responsive {
  2702.   display: block;
  2703.   max-width: 100%;
  2704.   height: auto;
  2705. }
  2706. .img-rounded {
  2707.   border-radius: 6px;
  2708. }
  2709. .img-thumbnail {
  2710.   padding: 4px;
  2711.   line-height: 1.42857143;
  2712.   background-color: #ffffff;
  2713.   border: 1px solid #dddddd;
  2714.   border-radius: 4px;
  2715.   -webkit-transition: all 0.2s ease-in-out;
  2716.   -o-transition: all 0.2s ease-in-out;
  2717.   transition: all 0.2s ease-in-out;
  2718.   display: inline-block;
  2719.   max-width: 100%;
  2720.   height: auto;
  2721. }
  2722. .img-circle {
  2723.   border-radius: 50%;
  2724. }
  2725. hr {
  2726.   margin-top: 20px;
  2727.   margin-bottom: 20px;
  2728.   border: 0;
  2729.   border-top: 1px solid #eeeeee;
  2730. }
  2731. .sr-only {
  2732.   position: absolute;
  2733.   width: 1px;
  2734.   height: 1px;
  2735.   margin: -1px;
  2736.   padding: 0;
  2737.   overflow: hidden;
  2738.   clip: rect(0, 0, 0, 0);
  2739.   border: 0;
  2740. }
  2741. .sr-only-focusable:active,
  2742. .sr-only-focusable:focus {
  2743.   position: static;
  2744.   width: auto;
  2745.   height: auto;
  2746.   margin: 0;
  2747.   overflow: visible;
  2748.   clip: auto;
  2749. }
  2750. /* TYPOGRAPHY */
  2751. body {
  2752.   font-family: 'Source Sans Pro', sans-serif;
  2753.   font-size: 15px;
  2754. }
  2755. a {
  2756.   -webkit-transition: 0.2s ease-in;
  2757.   -o-transition: 0.2s ease-in;
  2758.   transition: 0.2s ease-in;
  2759. }
  2760. h1,
  2761. h2,
  2762. h3,
  2763. h4,
  2764. h5,
  2765. h6 {
  2766.   margin-top: 0;
  2767.   font-weight: normal;
  2768. }
  2769. h3 {
  2770.   font-size: 28px;
  2771. }
  2772. p {
  2773.   font-size: 16px;
  2774. }
  2775. /* FORMS */
  2776. /* BUTTONS */
  2777. /* HEADER */
  2778. #header {
  2779.   position: relative;
  2780.   padding: 30px 0;
  2781. }
  2782. #header .logo h3 {
  2783.   margin: 0;
  2784.   font-size: 36px;
  2785.   font-weight: normal;
  2786. }
  2787. #header .logo h3 span {
  2788.   margin-top: 5px;
  2789.   vertical-align: middle;
  2790.   font-size: 28px;
  2791. }
  2792. #header .contact a {
  2793.   display: inline-block;
  2794.   font-size: 18px;
  2795.   border: 1px solid #e0e0e0;
  2796.   color: #333;
  2797.   padding: 8px 30px;
  2798. }
  2799. @media (max-width: 768px) {
  2800.   #header .contact a {
  2801.     padding-top: 8px;
  2802.     border: none;
  2803.     font-size: 16px;
  2804.     padding-right: 0;
  2805.   }
  2806. }
  2807. #header .contact a:hover {
  2808.   background: #e0e0e0;
  2809.   color: #333;
  2810.   text-decoration: none;
  2811. }
  2812. /* FOOTER */
  2813. #footer {
  2814.   position: relative;
  2815. }
  2816. /* WIDGETS */
  2817. /* SHORTCODES */
  2818. /* GENERAL, THERE IS ALL STUFF */
  2819. #navbar {
  2820.   position: relative;
  2821.   padding: 15px 0;
  2822.   background: #eaeaea;
  2823. }
  2824. @media (max-width: 992px) {
  2825.   #navbar {
  2826.     min-height: 60px;
  2827.   }
  2828. }
  2829. #navbar ul {
  2830.   margin: 0;
  2831.   padding: 0;
  2832.   list-style: none;
  2833. }
  2834. @media (min-width: 992px) {
  2835.   #navbar ul {
  2836.     display: block !important;
  2837.   }
  2838. }
  2839. @media (max-width: 992px) {
  2840.   #navbar ul {
  2841.     padding-top: 40px;
  2842.   }
  2843. }
  2844. @media (max-width: 768px) {
  2845.   #navbar ul {
  2846.     display: none;
  2847.   }
  2848. }
  2849. #navbar ul li {
  2850.   margin-right: 30px;
  2851.   display: inline-block;
  2852. }
  2853. @media (max-width: 992px) {
  2854.   #navbar ul li {
  2855.     display: block;
  2856.   }
  2857. }
  2858. @media (max-width: 992px) {
  2859.   #navbar ul li {
  2860.     margin-right: 15px;
  2861.   }
  2862. }
  2863. #navbar ul li a {
  2864.   text-decoration: none;
  2865.   font-size: 16px;
  2866.   color: #333;
  2867. }
  2868. #navbar ul li a:hover {
  2869.   color: #249027;
  2870. }
  2871. #navbar ul li a .fa {
  2872.   vertical-align: middle;
  2873.   margin-top: -4px;
  2874.   font-size: 21px;
  2875. }
  2876. #navbar .navToggle {
  2877.   display: none;
  2878. }
  2879. @media (max-width: 768px) {
  2880.   #navbar .navToggle {
  2881.     position: absolute;
  2882.     display: inline-block;
  2883.     font-size: 21px;
  2884.     cursor: pointer;
  2885.     top: 0;
  2886.   }
  2887. }
  2888. #navbar .start {
  2889.   display: none;
  2890. }
  2891. @media (max-width: 768px) {
  2892.   #navbar .start {
  2893.     padding-top: 5px;
  2894.     float: right;
  2895.     font-size: 14px;
  2896.     display: inline-block;
  2897.     position: absolute;
  2898.     top: 0;
  2899.     right: 15px;
  2900.   }
  2901. }
  2902. #wrapper {
  2903.   position: relative;
  2904.   padding: 30px 0;
  2905. }
  2906. @media (max-width: 768px) {
  2907.   #wrapper {
  2908.     padding: 15px 0;
  2909.   }
  2910.   #wrapper h3 {
  2911.     margin-bottom: 0;
  2912.     padding-bottom: 0;
  2913.   }
  2914. }
  2915. #wrapper .text-center {
  2916.   text-align: center;
  2917. }
  2918. #wrapper .cta-buttons {
  2919.   position: relative;
  2920.   margin-top: 20px;
  2921.   margin-bottom: 90px;
  2922. }
  2923. @media (max-width: 768px) {
  2924.   #wrapper .cta-buttons {
  2925.     display: none;
  2926.   }
  2927. }
  2928. #wrapper .cta-buttons .contacter {
  2929.   position: relative;
  2930.   padding: 5px 55px 5px 15px;
  2931.   display: inline-block;
  2932.   width: 100%;
  2933.   background: #249027;
  2934.   color: #fff;
  2935.   font-size: 18px;
  2936.   box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  2937. }
  2938. #wrapper .cta-buttons .contacter:hover {
  2939.   background: #1b991f;
  2940.   text-decoration: none;
  2941. }
  2942. #wrapper .cta-buttons .contacter:after {
  2943.   position: absolute;
  2944.   right: 20px;
  2945.   top: 50%;
  2946.   margin-top: -15px;
  2947.   content: "\f101";
  2948.   font-size: 21px;
  2949.   color: #fff;
  2950.   font-family: fontAwesome;
  2951. }
  2952. #wrapper .cta-buttons .of {
  2953.   padding: 8px 0;
  2954.   display: block;
  2955.   text-align: center;
  2956. }
  2957. #wrapper .cta-buttons .bekijk {
  2958.   position: relative;
  2959.   padding: 5px 55px 5px 15px;
  2960.   display: inline-block;
  2961.   width: 100%;
  2962.   background: #c8d9e5;
  2963.   color: #333;
  2964.   font-size: 18px;
  2965.   box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
  2966. }
  2967. #wrapper .cta-buttons .bekijk:hover {
  2968.   background: #c0daed;
  2969.   text-decoration: none;
  2970. }
  2971. #wrapper .cta-buttons .bekijk:after {
  2972.   position: absolute;
  2973.   right: 20px;
  2974.   top: 50%;
  2975.   margin-top: -15px;
  2976.   content: "\f101";
  2977.   font-size: 21px;
  2978.   color: #333;
  2979.   font-family: fontAwesome;
  2980. }
  2981. #wrapper .videoWrapper {
  2982.   position: relative;
  2983.   margin-top: 15px;
  2984.   padding-bottom: 56.25%;
  2985.   /* 16:9 */
  2986.   padding-top: 25px;
  2987.   height: 0;
  2988. }
  2989. #wrapper .videoWrapper iframe {
  2990.   position: absolute;
  2991.   top: 0;
  2992.   left: 0;
  2993.   width: 100%;
  2994.   height: 100%;
  2995. }
  2996. #wrapper .quote {
  2997.   margin-top: 0;
  2998.   font-size: 21px;
  2999.   color: #b21b1b;
  3000.   font-family: 'Pacifico', cursive;
  3001. }
  3002. #wrapper .mb0 {
  3003.   margin-bottom: 0;
  3004. }
  3005. #wrapper h4 {
  3006.   font-size: 24px;
  3007.   font-weight: bold;
  3008. }
  3009. #wrapper .artikels li a {
  3010.   color: #666;
  3011. }
  3012. #wrapper .artikels li a:hover {
  3013.   color: #2a6496;
  3014. }
  3015. #wrapper .audio-materials {
  3016.   position: relative;
  3017.   border: 1px solid #e0e0e0;
  3018.   padding: 0px 10px 10px 10px;
  3019. }
  3020. @media (max-width: 768px) {
  3021.   #wrapper .audio-materials {
  3022.     padding-top: 4px;
  3023.     background: #e6e6e6;
  3024.     border: none;
  3025.   }
  3026.   #wrapper .audio-materials p {
  3027.     font-size: 16px;
  3028.   }
  3029. }
  3030. @media (max-width: 768px) {
  3031.   #wrapper .quote.mb0 {
  3032.     margin: 0;
  3033.     font-size: 16px;
  3034.   }
  3035. }
  3036. #wrapper .green-btn {
  3037.   width: 45%;
  3038.   margin: 10px auto 0 auto;
  3039.   display: block;
  3040. }
  3041. #wrapper .green-btn a {
  3042.   padding: 10px 20px;
  3043.   display: block;
  3044.   width: 100%;
  3045.   text-align: center;
  3046.   margin-bottom: 10px;
  3047.   background: #249027;
  3048.   color: #fff;
  3049.   font-size: 21px;
  3050.   display: inline-block;
  3051.   font-weight: bold;
  3052.   box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  3053. }
  3054. @media (max-width: 480px) {
  3055.   #wrapper .green-btn a {
  3056.     width: 100%;
  3057.   }
  3058. }
  3059. #wrapper .green-btn span {
  3060.   display: block;
  3061. }
  3062. #wrapper .custom-list {
  3063.   margin: 0;
  3064.   padding: 0;
  3065.   list-style: none;
  3066. }
  3067. #wrapper .hebben {
  3068.   margin: 0;
  3069.   padding: 0;
  3070.   list-style: none;
  3071. }
  3072. #wrapper .hebben li {
  3073.   margin-bottom: 10px;
  3074.   line-height: 21px;
  3075. }
  3076. #wrapper .sidebar {
  3077.   font-family: 'Droid Sans', sans-serif;
  3078.   font-size: 14px;
  3079. }
  3080. #wrapper .sidebar .widget-sidebar {
  3081.   position: relative;
  3082.   margin-bottom: 20px;
  3083.   border: 1px solid #e0e0e0;
  3084. }
  3085. @media (max-width: 768px) {
  3086.   #wrapper .sidebar .widget-sidebar {
  3087.     border: none;
  3088.   }
  3089. }
  3090. #wrapper .sidebar .widget-sidebar.voormij .widget-sidebar-inner {
  3091.   padding: 0;
  3092. }
  3093. @media (max-width: 768px) {
  3094.   #wrapper .sidebar .widget-sidebar.voormij .widget-sidebar-inner {
  3095.     padding: 0;
  3096.   }
  3097. }
  3098. #wrapper .sidebar .widget-sidebar.voormij .widget-sidebar-inner h4 {
  3099.   margin: 0;
  3100.   font-size: 21px;
  3101. }
  3102. #wrapper .sidebar .widget-sidebar.voormij .widget-sidebar-inner span {
  3103.   margin-top: -25px;
  3104.   float: right;
  3105.   font-size: 15px;
  3106. }
  3107. #wrapper .sidebar .widget-sidebar.voormij .widget-sidebar-inner p {
  3108.   font-size: 14px;
  3109. }
  3110. #wrapper .sidebar .widget-sidebar.widget-quick-navi ul li a {
  3111.   color: #666;
  3112. }
  3113. #wrapper .sidebar .widget-sidebar.widget-quick-navi ul li a:hover {
  3114.   color: #2a6496;
  3115. }
  3116. #wrapper .sidebar .widget-sidebar.waroom h4 {
  3117.   margin: 0;
  3118.   font-size: 21px;
  3119. }
  3120. #wrapper .sidebar .widget-sidebar.waroom .widget-sidebar-inner {
  3121.   padding: 0;
  3122. }
  3123. #wrapper .sidebar .widget-sidebar.waroom p {
  3124.   margin-bottom: 30px;
  3125.   color: #333;
  3126.   text-align: justify;
  3127.   font-size: 14px;
  3128. }
  3129. @media (max-width: 768px) {
  3130.   #wrapper .sidebar .widget-sidebar.waroom p {
  3131.     font-size: 14px;
  3132.   }
  3133. }
  3134. #wrapper .sidebar .widget-sidebar.overwonnen {
  3135.   margin-top: 40px;
  3136. }
  3137. #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner {
  3138.   padding: 5px;
  3139. }
  3140. @media (max-width: 768px) {
  3141.   #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner {
  3142.     padding: 0;
  3143.   }
  3144. }
  3145. #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner h4 {
  3146.   margin: 0;
  3147.   font-size: 21px;
  3148. }
  3149. #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner span {
  3150.   margin-bottom: 10px;
  3151.   margin-top: -25px;
  3152.   float: right;
  3153.   font-size: 15px;
  3154. }
  3155. @media (max-width: 992px) {
  3156.   #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner span {
  3157.     float: none;
  3158.     margin-top: 0;
  3159.     display: block;
  3160.   }
  3161. }
  3162. #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner .thumbnail_video {
  3163.   margin-bottom: 40px;
  3164.   display: block;
  3165. }
  3166. #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner .videoWrapper {
  3167.   margin-bottom: 40px;
  3168. }
  3169. #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner .testimonials {
  3170.   padding-left: 10px;
  3171.   padding-right: 50px;
  3172. }
  3173. @media (max-width: 768px) {
  3174.   #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner .testimonials {
  3175.     padding: 0;
  3176.   }
  3177. }
  3178. #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner .testimonials p {
  3179.   margin-bottom: 30px;
  3180.   color: #333;
  3181.   text-align: justify;
  3182.   font-size: 14px;
  3183. }
  3184. @media (max-width: 768px) {
  3185.   #wrapper .sidebar .widget-sidebar.overwonnen .widget-sidebar-inner .testimonials p {
  3186.     font-size: 14px;
  3187.   }
  3188. }
  3189. #wrapper .sidebar .widget-sidebar .widget-sidebar-inner {
  3190.   padding: 15px 10px 25px 10px;
  3191. }
  3192. #wrapper .sidebar .widget-sidebar .widget-sidebar-inner.gratis {
  3193.   padding-bottom: 15px;
  3194.   text-align: center;
  3195.   background: #3b5998;
  3196. }
  3197. #wrapper .sidebar .widget-sidebar .widget-sidebar-inner.gratis a {
  3198.   text-align: center;
  3199.   color: #fff;
  3200.   font-size: 21px;
  3201. }
  3202. #wrapper .sidebar .widget-sidebar ul {
  3203.   margin: 0;
  3204.   padding: 0;
  3205.   list-style: none;
  3206. }
  3207. #wrapper .sidebar .widget-sidebar ul li {
  3208.   line-height: 21px;
  3209.   font-size: 14px;
  3210. }
  3211. .disclaimer {
  3212.   padding: 40px 0 80px 0;
  3213. }
  3214. .disclaimer p {
  3215.   padding: 0 40px;
  3216.   font-size: 14px;
  3217. }
  3218. #footer {
  3219.   padding: 10px 0 20px 0;
  3220. }
  3221. @media (max-width: 768px) {
  3222.   #footer {
  3223.     text-align: center;
  3224.   }
  3225. }
  3226. #footer .agora {
  3227.   float: left;
  3228.   margin: 0;
  3229.   font-size: 14px;
  3230.   line-height: 21px;
  3231. }
  3232. @media (max-width: 768px) {
  3233.   #footer .agora {
  3234.     margin-bottom: 10px;
  3235.     float: none;
  3236.   }
  3237. }
  3238. #footer .footer_navi {
  3239.   margin: 0 30px 0 0;
  3240.   padding: 0;
  3241.   list-style: none;
  3242.   float: right;
  3243. }
  3244. @media (max-width: 1200px) {
  3245.   #footer .footer_navi {
  3246.     margin-right: 10px;
  3247.   }
  3248. }
  3249. @media (max-width: 992px) {
  3250.   #footer .footer_navi {
  3251.     margin: 10px auto 0 auto;
  3252.     text-align: center;
  3253.     clear: both;
  3254.     float: none;
  3255.     width: 100%;
  3256.     display: inline-block;
  3257.   }
  3258. }
  3259. #footer .footer_navi li {
  3260.   padding: 0 15px 0 10px;
  3261.   border-right: 1px solid #e0e0e0;
  3262.   display: inline-block;
  3263. }
  3264. @media (max-width: 1200px) {
  3265.   #footer .footer_navi li {
  3266.     padding: 0 5px;
  3267.   }
  3268. }
  3269. #footer .footer_navi li a {
  3270.   color: #666;
  3271.   font-size: 14px;
  3272. }
  3273. #footer .footer_navi li a:hover {
  3274.   color: #2a6496;
  3275. }
  3276. #footer .copyrights {
  3277.   float: right;
  3278.   margin: 0;
  3279.   font-size: 14px;
  3280.   line-height: 21px;
  3281. }
  3282. @media (max-width: 768px) {
  3283.   #footer .copyrights {
  3284.     float: none;
  3285.     display: block;
  3286.   }
  3287. }
Add Comment
Please, Sign In to add comment