Guest User

Untitled

a guest
Jul 11th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.30 KB | None | 0 0
  1. /* Comment element properties */
  2.  
  3.  
  4.  
  5. a {
  6.  
  7. color: #526071;
  8.  
  9. text-decoration: none;
  10.  
  11. }
  12.  
  13.  
  14.  
  15. a:hover {
  16.  
  17. color: #526071;
  18.  
  19. text-decoration: underline;
  20.  
  21. }
  22.  
  23.  
  24.  
  25. a.side {
  26.  
  27. color: #65B685;
  28.  
  29. text-decoration: none;
  30.  
  31. }
  32.  
  33.  
  34.  
  35. a:hover.side {
  36.  
  37. color: #384555;
  38.  
  39. text-decoration: underline;
  40.  
  41. }
  42.  
  43.  
  44.  
  45. a.white, li.white a {
  46.  
  47. color: #fff;
  48.  
  49. text-decoration: none;
  50.  
  51. }
  52.  
  53.  
  54.  
  55. a:hover.white, li.white a:hover {
  56.  
  57. color: #fff;
  58.  
  59. text-decoration: underline;
  60.  
  61. }
  62.  
  63.  
  64.  
  65. @font-face {
  66.  
  67. font-family: 'Myriad Pro Regular';
  68.  
  69. font-style: normal;
  70.  
  71. font-weight: normal;
  72.  
  73. src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
  74.  
  75. }
  76.  
  77.  
  78.  
  79. body {
  80.  
  81. padding:0;
  82.  
  83. margin: 0;
  84.  
  85. font-family: Myriad Pro Regular;
  86.  
  87. background:#121516 url("images/bg.png") no-repeat top center ;
  88.  
  89. }
  90.  
  91.  
  92.  
  93. a {
  94.  
  95. text-decoration: none;
  96.  
  97. }
  98.  
  99.  
  100.  
  101. .cont {
  102.  
  103. margin: 0px auto;
  104.  
  105. width:1000px;
  106.  
  107. }
  108.  
  109.  
  110.  
  111. hr {
  112.  
  113. height: 1px;
  114.  
  115. border: 1px solid #eee;
  116.  
  117. }
  118.  
  119.  
  120.  
  121. hr.side-hr {
  122.  
  123. height: 1px;
  124.  
  125. border: 1px solid #eee;
  126.  
  127. }
  128.  
  129.  
  130.  
  131. td {
  132.  
  133. font-family: Verdana, Arial, Helvetica, sans-serif;
  134.  
  135. font-size: 11px;
  136.  
  137. }
  138.  
  139.  
  140.  
  141. pre {
  142.  
  143. font-family: Verdana, Arial, Helvetica, sans-serif;
  144.  
  145. font-size: 11px;
  146.  
  147. }
  148.  
  149.  
  150.  
  151. .alt {
  152.  
  153. color: #04688d;
  154.  
  155. }
  156.  
  157.  
  158.  
  159. .spacer {
  160.  
  161. margin-bottom: 5px;
  162.  
  163. }
  164.  
  165.  
  166.  
  167. .admin-message {
  168.  
  169. font-family: Verdana, Arial, Helvetica, sans-serif;
  170.  
  171. font-size: 11px;
  172.  
  173. text-align: center;
  174.  
  175. color: #555;
  176.  
  177. background-color: #f6f6f6;
  178.  
  179. border: 1px solid #e1e1e1;
  180.  
  181. padding: 3px 4px 5px 4px;
  182.  
  183. margin-bottom: 5px;
  184.  
  185. }
  186.  
  187.  
  188.  
  189. /* Form element properties */
  190.  
  191.  
  192.  
  193. form {
  194.  
  195. margin: 0px;
  196.  
  197. }
  198.  
  199.  
  200.  
  201. .button {
  202.  
  203. font-size: 10px;
  204.  
  205. height: 26px;
  206.  
  207. color: #192225;
  208.  
  209. font-size: 14px;
  210.  
  211. background: #65B685;
  212.  
  213. border:0;
  214.  
  215. border-top:1px solid #86d2a9;
  216.  
  217. border-radius: 5px;
  218.  
  219. border: 5px;
  220.  
  221. }
  222.  
  223.  
  224.  
  225. .bbcode {
  226.  
  227. font-family: Verdana, Arial, Helvetica, sans-serif;
  228.  
  229. font-size: 10px;
  230.  
  231. color: #000;
  232.  
  233. background-color: #eee;
  234.  
  235. border: 1px solid #ccc;
  236.  
  237. margin-top: 2px;
  238.  
  239. }
  240.  
  241.  
  242.  
  243. .bbcode-popup {
  244.  
  245. font-size: 11px;
  246.  
  247. color: #555;
  248.  
  249. background-color: #fff;
  250.  
  251. padding: 4px;
  252.  
  253. }
  254.  
  255.  
  256.  
  257. .textbox {
  258.  
  259. font-family: Verdana, Arial, Helvetica, sans-serif;
  260.  
  261. font-size: 12px;
  262.  
  263. color: #555;
  264.  
  265. background-color: #f8f8f8;
  266.  
  267. border: 1px solid #ccc;
  268.  
  269. }
  270.  
  271.  
  272.  
  273. .textbox:focus {
  274.  
  275. color: #000;
  276.  
  277. background-color: #E1E1E1;
  278.  
  279. }
  280.  
  281.  
  282.  
  283. div.emulated-fieldset {
  284.  
  285. position: relative;
  286.  
  287. margin: 20px 0px 10px 0px;
  288.  
  289. border: 1px solid #ccc;
  290.  
  291. width: 320px;
  292.  
  293. background: inherit;
  294.  
  295. }
  296.  
  297. div.emulated-fieldset span.emulated-legend {
  298.  
  299. display: inline;
  300.  
  301. position: absolute;
  302.  
  303. top: -12px;
  304.  
  305. margin: 0 5px;
  306.  
  307. padding: 4px;
  308.  
  309. background: inherit;
  310.  
  311. }
  312.  
  313. div.emulated-fieldset div.attachments-list {
  314.  
  315. padding: 10px 3px 3px 3px;
  316.  
  317. width: 320px;
  318.  
  319. }
  320.  
  321.  
  322.  
  323. .main-body {
  324.  
  325. font-size: 11px;
  326.  
  327. color: #555;
  328.  
  329. background-color: #fff;
  330.  
  331. border: 1px solid #ddd;
  332.  
  333. padding: 4px;
  334.  
  335. }
  336.  
  337. .main-body2{
  338.  
  339. font-size: 11px;
  340.  
  341. color: #555;
  342.  
  343. background-color: #fff;
  344.  
  345. border: 1px solid #ddd;
  346.  
  347. padding: 4px; float:left;
  348.  
  349. }
  350.  
  351.  
  352.  
  353. .partnerbg {
  354.  
  355. display:block;
  356.  
  357. border:1px solid #86d2a9;
  358.  
  359. margin:5px 0;
  360.  
  361. text-align:center;
  362.  
  363. padding:20px 0;
  364.  
  365. background-color: #fcfefd;
  366.  
  367. -webkit-box-shadow: inset 0px 0px 0px 5px rgba(80, 166, 115, 1);
  368.  
  369. -moz-box-shadow: inset 0px 0px 0px 5px rgba(80, 166, 115, 1);
  370.  
  371. box-shadow: inset 0px 0px 0px 5px rgba(80, 166, 115, 1);
  372.  
  373. }
  374.  
  375.  
  376.  
  377. /* Center-Panel properties */
  378.  
  379.  
  380.  
  381. .news-category {
  382.  
  383. border: 0;
  384.  
  385. float: left;
  386.  
  387. width:400px;
  388.  
  389. height:80px;
  390.  
  391. }
  392.  
  393.  
  394.  
  395. .news-footer {
  396.  
  397. font-size: 10px;
  398.  
  399. color: #555;
  400.  
  401. background-color: #f1f1f1;
  402.  
  403. border-width: 0 1px 1px 1px;
  404.  
  405. border-color: #ddd;
  406.  
  407. border-style: solid;
  408.  
  409. padding: 3px 4px 4px 4px;
  410.  
  411. }
  412.  
  413.  
  414.  
  415. .capmain {
  416.  
  417. line-height:30px;
  418.  
  419. display:block;
  420.  
  421. padding-left:30px;
  422.  
  423. color:#3a7a54;
  424.  
  425. font-size: 14px;
  426.  
  427. text-transform: uppercase;
  428.  
  429. background: transparent;
  430.  
  431. }
  432.  
  433.  
  434.  
  435. .main-bg {
  436.  
  437. color: #555;
  438.  
  439. background-color: #fff;
  440.  
  441. padding:10px 0 10px 0;
  442.  
  443. width:750px;
  444.  
  445. float:left;
  446.  
  447. }
  448.  
  449.  
  450.  
  451. /* General table properties */
  452.  
  453. .comment-avatar {
  454.  
  455. padding-right: 6px;
  456.  
  457. float: left;
  458.  
  459. }
  460.  
  461.  
  462.  
  463. .center {
  464.  
  465. margin: 0 auto;
  466.  
  467. }
  468.  
  469.  
  470.  
  471. .tbl-border {
  472.  
  473. max-width: 690px;
  474.  
  475. }
  476.  
  477.  
  478.  
  479. .tbl {
  480.  
  481. font-size: 12px;
  482.  
  483. color: #555;
  484.  
  485. background-color: #fff;
  486.  
  487. padding: 4px;
  488.  
  489. }
  490.  
  491.  
  492.  
  493. .tbl1 {
  494.  
  495. font-size: 11px;
  496.  
  497. color: #555;
  498.  
  499. background-color: #fff;
  500.  
  501. padding: 4px;
  502.  
  503. }
  504.  
  505.  
  506.  
  507. .tbl2 {
  508.  
  509. font-size: 11px;
  510.  
  511. color: #555;
  512.  
  513. background-color: #f1f1f1;
  514.  
  515. padding: 4px;
  516.  
  517. }
  518.  
  519.  
  520.  
  521. .tbl-error {
  522.  
  523. color: #AC260F;
  524.  
  525. font-weight: bold;
  526.  
  527. background-color: #FCCAC2;
  528.  
  529. border:2px solid #EB5339;
  530.  
  531. }
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539. /*.user_password .textbox:focus, .user_admin_password .textbox:focus {
  540.  
  541. background-color: #ff6666;
  542.  
  543. }*/
  544.  
  545.  
  546.  
  547. .profile_user_reason {
  548.  
  549. color: #ff6666;
  550.  
  551. font-weight: bold;
  552.  
  553. }
  554.  
  555.  
  556.  
  557. /*.user_name td, .user_name .textbox {
  558.  
  559. font-size: 13px;
  560.  
  561. padding: 4px;
  562.  
  563. }*/
  564.  
  565.  
  566.  
  567.  
  568.  
  569. .forum-caption {
  570.  
  571. font-size: 11px;
  572.  
  573. font-weight: bold;
  574.  
  575. color: #888;
  576.  
  577. background-color: #f1f1f1;
  578.  
  579. padding: 2px 4px 4px 4px;
  580.  
  581. }
  582.  
  583.  
  584.  
  585. .quote {
  586.  
  587. font-size: 11px;
  588.  
  589. color: #555;
  590.  
  591. background-color: #f8f8f8;
  592.  
  593. padding: 4px;
  594.  
  595. margin: 0px 20px 0px 20px;
  596.  
  597. border: 1px solid #bbb;
  598.  
  599. }
  600.  
  601.  
  602.  
  603. .poll {
  604.  
  605. height: 12px;
  606.  
  607. border: 1px solid #4fa672;
  608.  
  609. }
  610.  
  611.  
  612.  
  613. .comment-name {
  614.  
  615. font-weight: bold;
  616.  
  617. color: #04688d;
  618.  
  619. }
  620.  
  621.  
  622.  
  623. .small {
  624.  
  625. font-size: 10px;
  626.  
  627. font-weight: normal;
  628.  
  629. }
  630.  
  631.  
  632.  
  633. .small2 {
  634.  
  635. font-size: 10px;
  636.  
  637. font-weight: normal;
  638.  
  639. color: #555;
  640.  
  641. }
  642.  
  643.  
  644.  
  645. .side-small {
  646.  
  647. font-size: 10px;
  648.  
  649. font-weight: normal;
  650.  
  651. color: #555;
  652.  
  653. }
  654.  
  655.  
  656.  
  657. .side-label {
  658.  
  659. color: #555;
  660.  
  661. background-color: #f1f1f1;
  662.  
  663. margin: 2px 0 2px 0;
  664.  
  665. padding: 2px 2px 3px 2px;
  666.  
  667. }
  668.  
  669.  
  670.  
  671. /* Vertical Navigation */
  672.  
  673.  
  674.  
  675. #navigation h2 {
  676.  
  677. font-size: 10px;
  678.  
  679. font-weight: normal;
  680.  
  681. background-color: #f1f1f1;
  682.  
  683. margin: 0;
  684.  
  685. padding: 4px;
  686.  
  687. }
  688.  
  689.  
  690.  
  691. #navigation ul {
  692.  
  693. margin: 0;
  694.  
  695. padding: 0;
  696.  
  697. list-style-type: none;
  698.  
  699. }
  700.  
  701.  
  702.  
  703. * html #navigation ul li{
  704.  
  705. height: 1%;
  706.  
  707. }
  708.  
  709.  
  710.  
  711. #navigation a {
  712.  
  713. display: block;
  714.  
  715. color: #555;
  716.  
  717. padding: 2px;
  718.  
  719. text-decoration: none;
  720.  
  721. }
  722.  
  723.  
  724.  
  725. #navigation a:hover {
  726.  
  727. color: #fff;
  728.  
  729. background-color: #f6a504;
  730.  
  731. }
  732.  
  733.  
  734.  
  735. #navigation li.first-link a {
  736.  
  737. font-weight:bold;
  738.  
  739. }
  740.  
  741.  
  742.  
  743. #navigation li.current-link a {
  744.  
  745. color: #555;
  746.  
  747. background-color: #eee;
  748.  
  749. border: 1px solid #fff;
  750.  
  751. padding: 1px !important;
  752.  
  753. }
  754.  
  755.  
  756.  
  757. /* Page Navigation */
  758.  
  759. .pagenav {
  760.  
  761. padding: 4px;
  762.  
  763. }
  764.  
  765.  
  766.  
  767. .pagenav span {
  768.  
  769. color: #fff;
  770.  
  771. background-color: #50a673;
  772.  
  773. border: 1px solid #ddd;
  774.  
  775. padding: 2px 4px 2px 4px;
  776.  
  777. margin: 2px;
  778.  
  779. }
  780.  
  781.  
  782.  
  783. .pagenav a {
  784.  
  785. color: #555;
  786.  
  787. background-color: #f1f1f1;
  788.  
  789. border: 1px solid #ddd;
  790.  
  791. padding: 2px 4px 2px 4px;
  792.  
  793. margin: 2px;
  794.  
  795. text-decoration: none;
  796.  
  797. }
  798.  
  799.  
  800.  
  801. .pagenav a:hover {
  802.  
  803. color: #fff;
  804.  
  805. background-color: #50a673;
  806.  
  807. margin: 2px;
  808.  
  809. text-decoration: none;
  810.  
  811. }
  812.  
  813.  
  814.  
  815. ._5pbw, ._5pbx {
  816.  
  817. color:white;
  818.  
  819. }
  820.  
  821.  
  822.  
  823. /* PHP-Fusion Helpers */
  824.  
  825.  
  826.  
  827. .clear {
  828.  
  829. clear: both;
  830.  
  831. }
  832.  
  833.  
  834.  
  835. .float-left {
  836.  
  837. float: left;
  838.  
  839. }
  840.  
  841.  
  842.  
  843. .float-right {
  844.  
  845. float: right;
  846.  
  847. }
  848.  
  849.  
  850.  
  851. /* Helpers */
  852.  
  853.  
  854.  
  855. .center {margin: 0 auto;}
  856.  
  857. .content_center {text-align: center;}
  858.  
  859. .flleft {float: left !important;}
  860.  
  861. .flright {float: right !important;}
  862.  
  863. .clear {clear: both;}
  864.  
  865.  
  866.  
  867.  
  868.  
  869. /* IE Fixes */
  870.  
  871.  
  872.  
  873. .clearfix:after {
  874.  
  875. content:".";
  876.  
  877. display:block;
  878.  
  879. height:0;
  880.  
  881. clear:both;
  882.  
  883. visibility:hidden;
  884.  
  885. }
  886.  
  887.  
  888.  
  889. /* Hide from IE Mac */
  890.  
  891.  
  892.  
  893. .clearfix {
  894.  
  895. display:block;
  896.  
  897. }
  898.  
  899.  
  900.  
  901. /* End hide from IE Mac */
  902.  
  903.  
  904.  
  905. .floatfix {
  906.  
  907. overflow:hidden;
  908.  
  909. }
  910.  
  911.  
  912.  
  913. * html .floatfix {
  914.  
  915. width:100%;
  916.  
  917. }
  918.  
  919.  
  920.  
  921. .center, *[align="center"] {
  922.  
  923. margin: 0 auto;
  924.  
  925. }
  926.  
  927.  
  928.  
  929. /* by docky */
  930.  
  931.  
  932.  
  933. #wel {
  934.  
  935. height:71px;
  936.  
  937. width:100%;
  938.  
  939. min-width: 1000px;
  940.  
  941. background: url("images/wel.png") repeat-x;
  942.  
  943. -webkit-box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.3);
  944.  
  945. -moz-box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.3);
  946.  
  947. box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.3);
  948.  
  949. }
  950.  
  951.  
  952.  
  953. #wel .cont > div:first-child {
  954.  
  955. line-height:66px;
  956.  
  957. float:left;
  958.  
  959. margin-top:5px;
  960.  
  961. color:#4ea572;
  962.  
  963. font-size: 14px;
  964.  
  965. }
  966.  
  967.  
  968.  
  969. #wel .cont div:first-child span {
  970.  
  971. color:white;
  972.  
  973. }
  974.  
  975.  
  976.  
  977. #wel .cont > div:last-child {
  978.  
  979. line-height:66px;
  980.  
  981. float:right;
  982.  
  983. margin-top:5px;
  984.  
  985. color:#4ea572;
  986.  
  987. font-size: 14px;
  988.  
  989. }
  990.  
  991.  
  992.  
  993. #wel .cont > div:last-child > a {
  994.  
  995. float:left;
  996.  
  997. border-right: 1px solid #07090a;
  998.  
  999. color:#4ea572;
  1000.  
  1001. padding:0 20px;
  1002.  
  1003. }
  1004.  
  1005.  
  1006.  
  1007. #wel .cont div:last-child > div {
  1008.  
  1009. float:left;
  1010.  
  1011. border-left: 1px solid #13171a;
  1012.  
  1013. color:white;
  1014.  
  1015. padding:0 20px;
  1016.  
  1017. position: relative;
  1018.  
  1019. }
  1020.  
  1021.  
  1022.  
  1023. #wel .cont div:last-child > div img {
  1024.  
  1025. float:right;
  1026.  
  1027. margin-top: 23px;
  1028.  
  1029. margin-left: 10px;
  1030.  
  1031. }
  1032.  
  1033.  
  1034.  
  1035. #wel .cont div:last-child > div .login {
  1036.  
  1037. position: absolute;
  1038.  
  1039. top:66px;
  1040.  
  1041. right:0;
  1042.  
  1043. width:340px;
  1044.  
  1045. line-height:32px;
  1046.  
  1047. background:#0d1013;
  1048.  
  1049. padding:5px;
  1050.  
  1051. text-align: center;
  1052.  
  1053. display:none;
  1054.  
  1055. }
  1056.  
  1057.  
  1058.  
  1059. #wel .cont div:last-child > div .login form {
  1060.  
  1061. line-height: 32px;
  1062.  
  1063. margin-top:-2px;
  1064.  
  1065. }
  1066.  
  1067.  
  1068.  
  1069. #wel .cont div:last-child > div .login form input[type=text],
  1070.  
  1071. #wel .cont div:last-child > div .login form input[type=password] {
  1072.  
  1073. width:111px;
  1074.  
  1075. height:30px;
  1076.  
  1077. text-align: center;
  1078.  
  1079. background: #1b2327;
  1080.  
  1081. border:0;
  1082.  
  1083. outline:none;
  1084.  
  1085. display:inline-block;
  1086.  
  1087. font-size: 12px;
  1088.  
  1089. color:#688596;
  1090.  
  1091. margin:0 3px;
  1092.  
  1093. }
  1094.  
  1095.  
  1096.  
  1097. #wel .cont div:last-child > div .login form input[type=submit] {
  1098.  
  1099. width:85px;
  1100.  
  1101. height:30px;
  1102.  
  1103. text-align: center;
  1104.  
  1105. background: url("images/login.png") no-repeat;
  1106.  
  1107. border:0;
  1108.  
  1109. outline:none;
  1110.  
  1111. display:inline-block;
  1112.  
  1113. font-size: 12px;
  1114.  
  1115. color:white;
  1116.  
  1117. margin:0 3px;
  1118.  
  1119. cursor: pointer;
  1120.  
  1121. }
  1122.  
  1123.  
  1124.  
  1125. #wel .cont div:last-child > div .login a {
  1126.  
  1127. font-size: 11px;
  1128.  
  1129. color:white;
  1130.  
  1131. margin: 0 3px;
  1132.  
  1133. }
  1134.  
  1135.  
  1136.  
  1137. #header {
  1138.  
  1139. height:197px;
  1140.  
  1141. width:1000px;
  1142.  
  1143. margin:0px auto;
  1144.  
  1145. }
  1146.  
  1147.  
  1148.  
  1149. #header a:first-child {
  1150.  
  1151. margin-top:42px;
  1152.  
  1153. float:left;
  1154.  
  1155. }
  1156.  
  1157.  
  1158.  
  1159. #header .part {
  1160.  
  1161. float:right;
  1162.  
  1163. height:125px;
  1164.  
  1165. width:488px;
  1166.  
  1167. margin-top:5px;
  1168.  
  1169. }
  1170.  
  1171.  
  1172.  
  1173. #header .part a:first-child {
  1174.  
  1175. margin-bottom:5px;
  1176.  
  1177. }
  1178.  
  1179.  
  1180.  
  1181. #menu {
  1182.  
  1183. margin: 0px auto;
  1184.  
  1185. width:1000px;
  1186.  
  1187. height:110px;
  1188.  
  1189. background: url("images/menu.png") no-repeat;
  1190.  
  1191. position: relative;
  1192.  
  1193. }
  1194.  
  1195.  
  1196.  
  1197. #menu ul {
  1198.  
  1199. list-style: none;
  1200.  
  1201. padding: 0;
  1202.  
  1203. }
  1204.  
  1205.  
  1206.  
  1207. #menu > ul > li {
  1208.  
  1209. float:left;
  1210.  
  1211. }
  1212.  
  1213.  
  1214.  
  1215. #menu > ul > li > a {
  1216.  
  1217. color:white;
  1218.  
  1219. line-height:69px;
  1220.  
  1221. padding: 0 22px;
  1222.  
  1223. float:left;
  1224.  
  1225. font-size: 16px;
  1226.  
  1227. }
  1228.  
  1229.  
  1230.  
  1231. #menu > ul > li > span {
  1232.  
  1233. float:left;
  1234.  
  1235. width:2px;
  1236.  
  1237. height:70px;
  1238.  
  1239. background: url("images/carka.png") no-repeat bottom;
  1240.  
  1241. }
  1242.  
  1243.  
  1244.  
  1245. #menu > ul > li > a:hover {
  1246.  
  1247. background:url("images/hover.png") no-repeat bottom right;
  1248.  
  1249. }
  1250.  
  1251.  
  1252.  
  1253. #menu > ul > li > a:last-child:hover {
  1254.  
  1255. background:url("images/hover2.png") no-repeat bottom left;
  1256.  
  1257. }
  1258.  
  1259.  
  1260.  
  1261. #menu > ul > li > ul {
  1262.  
  1263. position: absolute;
  1264.  
  1265. top:70px;
  1266.  
  1267. left:0;
  1268.  
  1269. width:1000px;
  1270.  
  1271. display:none;
  1272.  
  1273. padding:0 14px;
  1274.  
  1275. }
  1276.  
  1277.  
  1278.  
  1279. #menu > ul > li:hover > ul {
  1280.  
  1281. display:block;
  1282.  
  1283. }
  1284.  
  1285.  
  1286.  
  1287. #menu > ul > li > ul > li {
  1288.  
  1289. float:left;
  1290.  
  1291. }
  1292.  
  1293.  
  1294.  
  1295. #menu > ul > li > ul > li > a {
  1296.  
  1297. line-height:40px;
  1298.  
  1299. font-size: 12px;
  1300.  
  1301. float:left;
  1302.  
  1303. color:#4ea572;
  1304.  
  1305. margin:0 6px;
  1306.  
  1307. text-transform: uppercase;
  1308.  
  1309. }
  1310.  
  1311.  
  1312.  
  1313. #menu > ul > li > ul > li > a:hover {
  1314.  
  1315. color:white;
  1316.  
  1317. }
  1318.  
  1319.  
  1320.  
  1321. #slider {
  1322.  
  1323. width:1000px;
  1324.  
  1325. height:350px;
  1326.  
  1327. position: relative;
  1328.  
  1329. overflow:hidden;
  1330.  
  1331. margin-bottom:20px;
  1332.  
  1333. margin:0px auto;
  1334.  
  1335. }
  1336.  
  1337.  
  1338.  
  1339. #slider .rslides {
  1340.  
  1341. position: relative;
  1342.  
  1343. list-style: none;
  1344.  
  1345. overflow: hidden;
  1346.  
  1347. width:1000px;
  1348.  
  1349. height:350px;
  1350.  
  1351. padding: 0;
  1352.  
  1353. margin: 0;
  1354.  
  1355. float:left;
  1356.  
  1357. }
  1358.  
  1359.  
  1360.  
  1361. #slider .rslides li {
  1362.  
  1363. -webkit-backface-visibility: hidden;
  1364.  
  1365. position: absolute;
  1366.  
  1367. display: none;
  1368.  
  1369. width: 1000px;
  1370.  
  1371. height:350px;
  1372.  
  1373. }
  1374.  
  1375.  
  1376.  
  1377. #slider .rslides li:first-child {
  1378.  
  1379. position: relative;
  1380.  
  1381. display: block;
  1382.  
  1383. float: left;
  1384.  
  1385. }
  1386.  
  1387.  
  1388.  
  1389. #slider .rslides img {
  1390.  
  1391. display: block;
  1392.  
  1393. float: left;
  1394.  
  1395. border: 0;
  1396.  
  1397. width:1000px;
  1398.  
  1399. height:350px;
  1400.  
  1401. }
  1402.  
  1403.  
  1404.  
  1405. #slider .rslides li > div.obsah {
  1406.  
  1407. position:absolute;
  1408.  
  1409. top:0;
  1410.  
  1411. right:0;
  1412.  
  1413. background:rgba(0,0,0,0.5);
  1414.  
  1415. width:400px;
  1416.  
  1417. height:250px;
  1418.  
  1419. padding:50px;
  1420.  
  1421. margin:0;
  1422.  
  1423. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.77);
  1424.  
  1425. }
  1426.  
  1427.  
  1428.  
  1429. #slider .rslides li > div.obsah div:first-child {
  1430.  
  1431. font-size: 18px;
  1432.  
  1433. color:#65b685;
  1434.  
  1435. margin-bottom:23px;
  1436.  
  1437. }
  1438.  
  1439.  
  1440.  
  1441. #slider .rslides li > div.obsah {
  1442.  
  1443. color:#dddddd;
  1444.  
  1445. font-size: 16px;
  1446.  
  1447. }
  1448.  
  1449.  
  1450.  
  1451. #slider .rslides li > div.obsah a {
  1452.  
  1453. font-size: 18px;
  1454.  
  1455. color:#65b685;
  1456.  
  1457. margin-top:23px;
  1458.  
  1459. float:left;
  1460.  
  1461. }
  1462.  
  1463.  
  1464.  
  1465. #slider .prev, #slider .next {
  1466.  
  1467. width:18px;
  1468.  
  1469. height:29px;
  1470.  
  1471. position:absolute;
  1472.  
  1473. top:295px;
  1474.  
  1475. z-index: 3;
  1476.  
  1477. }
  1478.  
  1479.  
  1480.  
  1481. #slider .prev {
  1482.  
  1483. left:556px;
  1484.  
  1485. background: url("images/prev.png") no-repeat;
  1486.  
  1487. }
  1488.  
  1489.  
  1490.  
  1491. #slider .prev:hover {
  1492.  
  1493. background: url("images/prevh.png") no-repeat;
  1494.  
  1495. }
  1496.  
  1497.  
  1498.  
  1499. #slider .next {
  1500.  
  1501. right:66px;
  1502.  
  1503. background: url("images/next.png") no-repeat;
  1504.  
  1505. }
  1506.  
  1507.  
  1508.  
  1509. #slider .next:hover {
  1510.  
  1511. background: url("images/nexth.png") no-repeat;
  1512.  
  1513. }
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519. #container {
  1520.  
  1521. width:1000px;
  1522.  
  1523. margin:0px auto;
  1524.  
  1525. overflow:auto;
  1526.  
  1527. background:white url("images/container.png") repeat-y;
  1528.  
  1529. margin-top:5px;
  1530.  
  1531. }
  1532.  
  1533.  
  1534.  
  1535. #lpanel {
  1536.  
  1537. float:left;
  1538.  
  1539. width:700px;
  1540.  
  1541. }
  1542.  
  1543.  
  1544.  
  1545. #lpanel.lforum {
  1546.  
  1547. width:1000px;
  1548.  
  1549. float:left;
  1550.  
  1551. }
  1552.  
  1553.  
  1554.  
  1555. #lpanel.lforum .capmain {
  1556.  
  1557. background:white;
  1558.  
  1559. }
  1560.  
  1561.  
  1562.  
  1563. #lpanel.lforum .tbl-border {
  1564.  
  1565. max-width: 990px;
  1566.  
  1567. }
  1568.  
  1569.  
  1570.  
  1571. #lpanel .panel {
  1572.  
  1573. float:right;
  1574.  
  1575. width:240px;
  1576.  
  1577. margin-right:10px;
  1578.  
  1579. }
  1580.  
  1581.  
  1582.  
  1583. #lpanel > .nadpis {
  1584.  
  1585. line-height:50px;
  1586.  
  1587. width:680px;
  1588.  
  1589. float:left;
  1590.  
  1591. padding-left:20px;
  1592.  
  1593. color:#65b685;
  1594.  
  1595. font-size: 14px;
  1596.  
  1597. text-transform: uppercase;
  1598.  
  1599. background: #11151a;
  1600.  
  1601. border-top:1px solid #282c30;
  1602.  
  1603. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.77);
  1604.  
  1605. }
  1606.  
  1607. #lpanel .nadpis .vsetkyservery {text-align:center;width:174px;height:51px;float:right;background: url(images/vsetkyservery.png);}
  1608.  
  1609. #lpanel .nadpis .vsetkyservery a {color:#FFF;text-decoration: none;}
  1610.  
  1611. #lpanel .nadpis .vsetkyservery a:hover {text-decoration: none;color:#FFF;}
  1612.  
  1613.  
  1614.  
  1615. #lpanel .panel .scapmain {
  1616.  
  1617. line-height:50px;
  1618.  
  1619. display:block;
  1620.  
  1621. padding-left:20px;
  1622.  
  1623. color:#3a7a54;
  1624.  
  1625. font-size: 18px;
  1626.  
  1627. text-transform: uppercase;
  1628.  
  1629. background: transparent;
  1630.  
  1631. border-bottom:1px solid #e4e7e9;
  1632.  
  1633. }
  1634.  
  1635.  
  1636.  
  1637. #lpanel .panel .side-body {
  1638.  
  1639. font-size: 13px;
  1640.  
  1641. color: #526071;
  1642.  
  1643. background: transparent;
  1644.  
  1645. padding: 4px;
  1646.  
  1647. margin-bottom:5px;
  1648.  
  1649. }
  1650.  
  1651.  
  1652.  
  1653. #rpanel {
  1654.  
  1655. float:right;
  1656.  
  1657. width:300px;
  1658.  
  1659. }
  1660.  
  1661.  
  1662.  
  1663. #rpanel .panel .scapmain {
  1664.  
  1665. line-height:50px;
  1666.  
  1667. display:block;
  1668.  
  1669. padding-left:20px;
  1670.  
  1671. color:white;
  1672.  
  1673. font-size: 14px;
  1674.  
  1675. text-transform: uppercase;
  1676.  
  1677. background: #50a673;
  1678.  
  1679. border-top:1px solid #86d2a9;
  1680.  
  1681. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.77);
  1682.  
  1683. }
  1684.  
  1685.  
  1686.  
  1687. #rpanel .panel .side-body {
  1688.  
  1689. font-size: 10px;
  1690.  
  1691. color: white;
  1692.  
  1693. background: transparent;
  1694.  
  1695. padding: 4px;
  1696.  
  1697. margin-bottom:5px;
  1698.  
  1699. overflow: auto;
  1700.  
  1701. }
  1702.  
  1703.  
  1704.  
  1705. .main-bg {
  1706.  
  1707. float:left;
  1708.  
  1709. width:430px;
  1710.  
  1711. padding: 10px;
  1712.  
  1713. }
  1714.  
  1715.  
  1716.  
  1717. .novinka {
  1718.  
  1719. width:420px;
  1720.  
  1721. padding:4px;
  1722.  
  1723. border:1px solid #e4e7e9;
  1724.  
  1725. background:#f0f2f4;
  1726.  
  1727. margin-bottom:10px;
  1728.  
  1729. float:left;
  1730.  
  1731. }
  1732.  
  1733.  
  1734.  
  1735. .novinka .obsah {
  1736.  
  1737. width:400px;
  1738.  
  1739. border:1px solid #e4e7e9;
  1740.  
  1741. float:left;
  1742.  
  1743. background:white;
  1744.  
  1745. padding:9px;
  1746.  
  1747. }
  1748.  
  1749.  
  1750.  
  1751. .novinka .obsah .img {
  1752.  
  1753. display:block;
  1754.  
  1755. clear:both;
  1756.  
  1757. }
  1758.  
  1759.  
  1760.  
  1761. .novinka .obsah .nadpis {
  1762.  
  1763. display:block;
  1764.  
  1765. font-size: 18px;
  1766.  
  1767. color:#3b7b55;
  1768.  
  1769. padding-bottom:20px;
  1770.  
  1771. }
  1772.  
  1773.  
  1774.  
  1775. .novinka .obsah .nadpis div {
  1776.  
  1777. display:block;
  1778.  
  1779. font-size:12px;
  1780.  
  1781. color:#526171;
  1782.  
  1783. margin-top:6px;
  1784.  
  1785. }
  1786.  
  1787.  
  1788.  
  1789. .novinka .obsah .nadpis div a {
  1790.  
  1791. color:#526171;
  1792.  
  1793. }
  1794.  
  1795.  
  1796.  
  1797. .novinka .obsah .nadpis div span:first-child {
  1798.  
  1799. margin-right:30px;
  1800.  
  1801. }
  1802.  
  1803.  
  1804.  
  1805. .novinka .obsah .text {
  1806.  
  1807. display:block;
  1808.  
  1809. font-size: 12px;
  1810.  
  1811. color:#526171;
  1812.  
  1813. padding-top:20px;
  1814.  
  1815. padding-bottom:30px;
  1816.  
  1817. border-bottom:1px solid #e4e7e9;
  1818.  
  1819. clear: both;
  1820.  
  1821. }
  1822.  
  1823.  
  1824.  
  1825. .novinka .obsah .text img {
  1826.  
  1827. max-width:400px;
  1828.  
  1829. }
  1830.  
  1831.  
  1832.  
  1833. .novinka .obsah .info {
  1834.  
  1835. display:block;
  1836.  
  1837. font-size: 12px;
  1838.  
  1839. color:#526171;
  1840.  
  1841. padding:15px 0 6px 0;
  1842.  
  1843. overflow: auto;
  1844.  
  1845. }
  1846.  
  1847.  
  1848.  
  1849. .novinka .obsah .info div:first-child {
  1850.  
  1851. float:left;
  1852.  
  1853. line-height:30px;
  1854.  
  1855. }
  1856.  
  1857.  
  1858.  
  1859. .novinka .obsah .info div:first-child span {
  1860.  
  1861. color:#3a7a54;
  1862.  
  1863. }
  1864.  
  1865.  
  1866.  
  1867. .novinka .obsah .info div:first-child img {
  1868.  
  1869. float:left;
  1870.  
  1871. margin-right:14px;
  1872.  
  1873. margin-top: 5px;
  1874.  
  1875. }
  1876.  
  1877.  
  1878.  
  1879. .novinka .obsah .info div:last-child {
  1880.  
  1881. float:right;
  1882.  
  1883. }
  1884.  
  1885.  
  1886.  
  1887. .novinka .obsah .info div:last-child a {
  1888.  
  1889. float:left;
  1890.  
  1891. margin-top: 6px;
  1892.  
  1893. margin-left:6px;
  1894.  
  1895. }
  1896.  
  1897.  
  1898.  
  1899. .novinka .obsah .info div:last-child .vice {
  1900.  
  1901. width:85px;
  1902.  
  1903. line-height:30px;
  1904.  
  1905. color:#65b685;
  1906.  
  1907. text-align: center;
  1908.  
  1909. background:url("images/vice.png") no-repeat;
  1910.  
  1911. margin-top:0;
  1912.  
  1913. }
  1914.  
  1915.  
  1916.  
  1917. #footer {
  1918.  
  1919. width:1000px;
  1920.  
  1921. margin:0px auto ;
  1922.  
  1923. font-size: 12px;
  1924.  
  1925. color:#4ea572;
  1926.  
  1927. overflow: auto;
  1928.  
  1929. padding:70px 0 30px 0;
  1930.  
  1931. font-weight: bold;
  1932.  
  1933. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.77);
  1934.  
  1935. }
  1936.  
  1937.  
  1938.  
  1939. #footer a {
  1940.  
  1941. color:white;
  1942.  
  1943. }
  1944.  
  1945.  
  1946.  
  1947. #footer span:first-child {
  1948.  
  1949. float:left;
  1950.  
  1951. }
  1952.  
  1953.  
  1954.  
  1955. #footer span:last-child {
  1956.  
  1957. float:right;
  1958.  
  1959. }
  1960.  
  1961.  
  1962.  
  1963. .sb , .sb1 {
  1964.  
  1965. float:left;
  1966.  
  1967. width:282px;
  1968.  
  1969. margin-left:5px;
  1970.  
  1971. margin-top:9px;
  1972.  
  1973. margin-bottom:10px;
  1974.  
  1975. clear:both;
  1976.  
  1977. }
  1978.  
  1979.  
  1980.  
  1981. .sinfo {
  1982.  
  1983. display:block;
  1984.  
  1985. font-size: 14px;
  1986.  
  1987. color:#526071;
  1988.  
  1989. padding-bottom:15px;
  1990.  
  1991. }
  1992.  
  1993.  
  1994.  
  1995. .sinfo div {
  1996.  
  1997. float:right;
  1998.  
  1999. }
  2000.  
  2001.  
  2002.  
  2003. .sinfo div span {
  2004.  
  2005. float:left;
  2006.  
  2007. margin:0 10px;
  2008.  
  2009. }
  2010.  
  2011.  
  2012.  
  2013. .sinfo div span img {
  2014.  
  2015. float:left;
  2016.  
  2017. margin-top:4px;
  2018.  
  2019. }
  2020.  
  2021.  
  2022.  
  2023. .shoutbox {
  2024.  
  2025. width:200px;
  2026.  
  2027. padding:9px;
  2028.  
  2029. border-radius:5px;
  2030.  
  2031. margin-top:10px;
  2032.  
  2033. font-size:11px;
  2034.  
  2035. }
  2036.  
  2037.  
  2038.  
  2039. .sb .shoutbox {
  2040.  
  2041. background:white;
  2042.  
  2043. float:right;
  2044.  
  2045. color:#1b2327;
  2046.  
  2047. }
  2048.  
  2049.  
  2050.  
  2051. .sb .savatardiv {
  2052.  
  2053. float:left;
  2054.  
  2055. }
  2056.  
  2057.  
  2058.  
  2059. .sb1 .shoutbox {
  2060.  
  2061. background:#1b2327;
  2062.  
  2063. float:left;
  2064.  
  2065. }
  2066.  
  2067.  
  2068.  
  2069. .sb1 .savatardiv {
  2070.  
  2071. float:right;
  2072.  
  2073. }
  2074.  
  2075.  
  2076.  
  2077. .savatardiv img {
  2078.  
  2079. width:50px;
  2080.  
  2081. height: 50px;
  2082.  
  2083. border-radius:90px;
  2084.  
  2085. border:3px solid #63b483;
  2086.  
  2087. box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.8);
  2088.  
  2089. }
  2090.  
  2091.  
  2092.  
  2093. .shoutboxform .textbox {
  2094.  
  2095. width:220px;
  2096.  
  2097. max-width: 243px;
  2098.  
  2099. min-width: 243px;
  2100.  
  2101. height:29px;
  2102.  
  2103. min-height: 29px;
  2104.  
  2105. padding:5px;
  2106.  
  2107. color:#1b2327;
  2108.  
  2109. border-radius:5px;
  2110.  
  2111. float:left;
  2112.  
  2113. }
  2114.  
  2115.  
  2116.  
  2117. .shoutboxform input {
  2118.  
  2119. width:36px;
  2120.  
  2121. height:30px;
  2122.  
  2123. background:url("images/odeslat.png") no-repeat;
  2124.  
  2125. float:right;
  2126.  
  2127. font-size: 0;
  2128.  
  2129. border:0;
  2130.  
  2131. cursor: pointer;
  2132.  
  2133. }
  2134.  
  2135.  
  2136.  
  2137. .shoutboxform {
  2138.  
  2139. padding-bottom:10px;
  2140.  
  2141. float:left;
  2142.  
  2143. width:282px;
  2144.  
  2145. margin-left:5px;
  2146.  
  2147. }
  2148.  
  2149.  
  2150.  
  2151. .forum-panel {
  2152.  
  2153. display:block;
  2154.  
  2155. overflow: auto;
  2156.  
  2157. padding:10px;
  2158.  
  2159. border-bottom: 1px solid #e4e7e9;
  2160.  
  2161. }
  2162.  
  2163.  
  2164.  
  2165. .forum-panel .forum-img {
  2166.  
  2167. float:left;
  2168.  
  2169. }
  2170.  
  2171.  
  2172.  
  2173. .forum-panel .forum-obsah {
  2174.  
  2175. float:left;
  2176.  
  2177. margin-left:10px;
  2178.  
  2179. }
  2180.  
  2181.  
  2182.  
  2183. .forum-panel .forum-obsah div {
  2184.  
  2185. display:block;
  2186.  
  2187. line-height:15px;
  2188.  
  2189. background:url("images/user.png") no-repeat left center;
  2190.  
  2191. color:#526071;
  2192.  
  2193. font-size: 12px;
  2194.  
  2195. padding-left:20px;
  2196.  
  2197. }
  2198.  
  2199.  
  2200.  
  2201. .forum-panel a {
  2202.  
  2203. font-size: 14px;
  2204.  
  2205. color:#526071;
  2206.  
  2207. display: block;
  2208.  
  2209. margin-top:3px;
  2210.  
  2211. }
  2212.  
  2213.  
  2214.  
  2215. .anketa-nadpis {
  2216.  
  2217. font-size: 16px;
  2218.  
  2219. color:#526071;
  2220.  
  2221. line-height:46px;
  2222.  
  2223. display:block;
  2224.  
  2225. text-transform: uppercase;
  2226.  
  2227. }
  2228.  
  2229.  
  2230.  
  2231. .anketa {
  2232.  
  2233. font-size: 12px;
  2234.  
  2235. color:#526071;
  2236.  
  2237. line-height:50px;
  2238.  
  2239. display:block;
  2240.  
  2241. margin-bottom:10px;
  2242.  
  2243. border:1px solid #e4e7e9;
  2244.  
  2245. }
  2246.  
  2247.  
  2248.  
  2249. .anketa:hover {
  2250.  
  2251. border:1px solid #65b685;
  2252.  
  2253. }
  2254.  
  2255.  
  2256.  
  2257. .anketa input {
  2258.  
  2259. height:45px;
  2260.  
  2261. float:left;
  2262.  
  2263. width:60px;
  2264.  
  2265. }
  2266.  
  2267.  
  2268.  
  2269. #overlay {
  2270.  
  2271. position: fixed;
  2272.  
  2273. width: 100%;
  2274.  
  2275. height: 100%;
  2276.  
  2277. background: rgba(12,15,17,0.8);
  2278.  
  2279. display: none;
  2280.  
  2281. z-index:9;
  2282.  
  2283. }
  2284.  
  2285.  
  2286.  
  2287. #modal {
  2288.  
  2289. position: absolute;
  2290.  
  2291. width: 500px;
  2292.  
  2293. top: 0;
  2294.  
  2295. left: 50%;
  2296.  
  2297. margin-left: -250px;
  2298.  
  2299. display: none;
  2300.  
  2301. padding: 50px 0;
  2302.  
  2303. z-index:10;
  2304.  
  2305. }
  2306.  
  2307.  
  2308.  
  2309. #modal table {
  2310.  
  2311. width: 445px;
  2312.  
  2313. }
  2314.  
  2315.  
  2316.  
  2317. #modal > #mheader {
  2318.  
  2319. background: #11151a;
  2320.  
  2321. padding: 15px;
  2322.  
  2323. font-size: 13px;
  2324.  
  2325. width: 100%;
  2326.  
  2327. box-sizing: border-box;
  2328.  
  2329. display: block;
  2330.  
  2331. text-align: left;
  2332.  
  2333. color: #65b685;
  2334.  
  2335. text-shadow: 1px 1px 0px #000;
  2336.  
  2337. }
  2338.  
  2339.  
  2340.  
  2341. #modal > #content {
  2342.  
  2343. background: #fff;
  2344.  
  2345. padding: 10px;
  2346.  
  2347. }
  2348.  
  2349.  
  2350.  
  2351. #modal > #content > form > .border {
  2352.  
  2353. background: #f0f2f4;
  2354.  
  2355. padding: 5px;
  2356.  
  2357. border: 1px solid #e4e7e9;
  2358.  
  2359. }
  2360.  
  2361.  
  2362.  
  2363. #modal > #content > form > .border > .form-content {
  2364.  
  2365. background: #fff;
  2366.  
  2367. padding: 10px;
  2368.  
  2369. border: 1px solid #e4e7e9;
  2370.  
  2371. text-align: left;
  2372.  
  2373. margin-bottom:10px;
  2374.  
  2375. }
  2376.  
  2377.  
  2378.  
  2379. #modal > #content > form > .border > .form-content > span {
  2380.  
  2381. margin: 0;
  2382.  
  2383. padding: 0;
  2384.  
  2385. color: #526071;
  2386.  
  2387. font-size: 17px;
  2388.  
  2389. font-weight: normal;
  2390.  
  2391. margin-bottom: 10px;
  2392.  
  2393. display: block;
  2394.  
  2395. text-align: left;
  2396.  
  2397. }
  2398.  
  2399.  
  2400.  
  2401. #modal > #content > form > .border > .form-content > span#n1:before {
  2402.  
  2403. content: "1";
  2404.  
  2405. padding: 3px 7px;
  2406.  
  2407. background: #65b685;
  2408.  
  2409. border-radius: 50px;
  2410.  
  2411. font-size: 13px;
  2412.  
  2413. color: #fff;
  2414.  
  2415. margin-right: 20px;
  2416.  
  2417. position: relative;
  2418.  
  2419. top: -1px;
  2420.  
  2421. }
  2422.  
  2423.  
  2424.  
  2425. #modal > #content > form > .border > .form-content > span#n2:before {
  2426.  
  2427. content: "2";
  2428.  
  2429. padding: 3px 7px;
  2430.  
  2431. background: #65b685;
  2432.  
  2433. border-radius: 50px;
  2434.  
  2435. font-size: 13px;
  2436.  
  2437. color: #fff;
  2438.  
  2439. margin-right: 20px;
  2440.  
  2441. position: relative;
  2442.  
  2443. top: -1px;
  2444.  
  2445. }
  2446.  
  2447.  
  2448.  
  2449. #modal > #content > form > .border > .form-content > span#n3:before {
  2450.  
  2451. content: "3";
  2452.  
  2453. padding: 3px 7px;
  2454.  
  2455. background: #65b685;
  2456.  
  2457. border-radius: 50px;
  2458.  
  2459. font-size: 13px;
  2460.  
  2461. color: #fff;
  2462.  
  2463. margin-right: 20px;
  2464.  
  2465. position: relative;
  2466.  
  2467. top: -1px;
  2468.  
  2469. }
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476.  
  2477. #modal > #content > form > .border > .form-content > .block-input > input {
  2478.  
  2479. display: block;
  2480.  
  2481. width: 100%;
  2482.  
  2483. }
  2484.  
  2485.  
  2486.  
  2487. #modal > #content > form > .border > .form-content > #email {
  2488.  
  2489. float: left;
  2490.  
  2491. width: 45%;
  2492.  
  2493. }
  2494.  
  2495.  
  2496.  
  2497. #modal > #content > form > .border > .form-content > #email-repeat {
  2498.  
  2499. float: right;
  2500.  
  2501. width: 45%;
  2502.  
  2503. }
  2504.  
  2505.  
  2506.  
  2507. #modal > #content > form > .border > .form-content > #password {
  2508.  
  2509. float: left;
  2510.  
  2511. width: 45%;
  2512.  
  2513. }
  2514.  
  2515.  
  2516.  
  2517. #modal > #content > form > .border > .form-content > #password-repeat {
  2518.  
  2519. float: right;
  2520.  
  2521. width: 45%;
  2522.  
  2523. }
  2524.  
  2525.  
  2526.  
  2527. #modal > #content > form > .border > .form-content > #pw-strenght > span {
  2528.  
  2529. float: right;
  2530.  
  2531. }
  2532.  
  2533.  
  2534.  
  2535. #modal > #content > form > .border > .form-content > #progress {
  2536.  
  2537. height: 30px;
  2538.  
  2539. line-height: 32px;
  2540.  
  2541. }
  2542.  
  2543.  
  2544.  
  2545. #modal > #content > form > .border > .form-content > #progress > span {
  2546.  
  2547. position: absolute;
  2548.  
  2549. right: 35px;
  2550.  
  2551. }
  2552.  
  2553.  
  2554.  
  2555. #modal > #content > form > .border > .form-content > #progress > #value {
  2556.  
  2557. height: 30px;
  2558.  
  2559. }
  2560.  
  2561.  
  2562.  
  2563. #modal > #content > form > #text > #warning {
  2564.  
  2565. color: #ff2626;
  2566.  
  2567. font-size: 13px;
  2568.  
  2569. text-align: left;
  2570.  
  2571. padding: 10px 20px;
  2572.  
  2573. }
  2574.  
  2575.  
  2576.  
  2577. #modal > #content > form > #text > #warning > h2 {
  2578.  
  2579. padding: 0;
  2580.  
  2581. margin: 0;
  2582.  
  2583. font-size: 15px;
  2584.  
  2585. margin-bottom: 10px;
  2586.  
  2587. display:block;
  2588.  
  2589. }
  2590.  
  2591.  
  2592.  
  2593. #modal > #content > form > #text > #warning > h2 > i {
  2594.  
  2595. margin-right: 10px;
  2596.  
  2597. }
  2598.  
  2599.  
  2600.  
  2601. #modal > #content > form > #text > #info {
  2602.  
  2603. color: #000;
  2604.  
  2605. font-size: 13px;
  2606.  
  2607. text-align: left;
  2608.  
  2609. padding: 10px 20px;
  2610.  
  2611. }
  2612.  
  2613.  
  2614.  
  2615. #modal > #content > form > #text > #info > h2 {
  2616.  
  2617. padding: 0;
  2618.  
  2619. margin: 0;
  2620.  
  2621. font-size: 15px;
  2622.  
  2623. margin-bottom: 10px;
  2624.  
  2625. }
  2626.  
  2627.  
  2628.  
  2629. #modal > #content > form > #text > #info > h2 > i {
  2630.  
  2631. margin-right: 10px;
  2632.  
  2633. color: #0080ff;
  2634.  
  2635. }
  2636.  
  2637.  
  2638.  
  2639. #modal > #content > form > .border > .form-content > h1#pc {
  2640.  
  2641. margin-left: 5px;
  2642.  
  2643. margin-top: 10px;
  2644.  
  2645. }
  2646.  
  2647.  
  2648.  
  2649. #modal .button{
  2650.  
  2651. outline: none;
  2652.  
  2653. padding: 0 50px;
  2654.  
  2655. background: #65b685;
  2656.  
  2657. color: #fff;
  2658.  
  2659. border: none;
  2660.  
  2661. border-bottom: 1.5px solid #8dd9af;
  2662.  
  2663. box-shadow: 0px 3px 0px #3d7c56;
  2664.  
  2665. cursor: pointer;
  2666.  
  2667. text-shadow: 1px 1px 1px #2e5c41;
  2668.  
  2669. font-size: 14px;
  2670.  
  2671. margin-top: 10px;
  2672.  
  2673. margin-left: 15px;
  2674.  
  2675. margin-bottom: 10px;
  2676.  
  2677. height:39px;
  2678.  
  2679. }
  2680.  
  2681.  
  2682.  
  2683. .serverstatus {float:left;}
  2684.  
  2685. .serverradek:hover {background:#dddddd;}
  2686.  
  2687. .serverradek {line-height:27px;margin-bottom:1px;background:#f0f2f4;height:27px;float:left;width:100%;font-size:12px;color:#50a673;}
  2688.  
  2689. .serverradek a, a:hover {color:#50a673;}
  2690.  
  2691. .serverradek .icon {margin:5px 8px 0px 8px;float:left;}
  2692.  
  2693. .serverradek .stats {padding: 3px; float:left;}
  2694.  
  2695. .serverradek .nazev {width:320px;float:left;}
  2696.  
  2697. .serverradek .ip {width:230px;float:left;}
  2698.  
  2699. .serverradek .players {width:50px;float:left;}
  2700.  
  2701. .serverradek span {color:#50a673;}
  2702.  
  2703. .serverradek .vice {width:28px;float:left;}
  2704.  
  2705. .serverradek .on-off {margin:5px 5px 0 5px;float:right;}
  2706.  
  2707.  
  2708.  
  2709. .serverstatus2 {width:100%;float:left;}
  2710.  
  2711. .serverradek2 {line-height:28px;border-bottom:2px solid #ffffff;background:#e7eced;height:30px;float:left;width:100%;font-size:12px;color:#65B685;}
  2712.  
  2713. .serverradek2:hover {background:#dddddd;}
  2714.  
  2715. .serverradek2 a:hover {color:#65B685;}
  2716.  
  2717. .serverradek2 .icon {margin:5px 8px 0px 8px;float:left;}
  2718.  
  2719. .serverradek2 .nazev {width:170px;float:left;}
  2720.  
  2721. .serverradek2 .ip {width:150px;float:left;}
  2722.  
  2723. .serverradek2 .players {width:30px;float:left;}
  2724.  
  2725. .serverradek2 span {color:#65B685;}
  2726.  
  2727. .serverradek2 .vice {width:25px;float:left;}
  2728.  
  2729. .serverradek2 .on-off {margin:10px;float:left;}
  2730.  
  2731.  
  2732.  
  2733. .iframe {
  2734.  
  2735. background-color: white;
  2736.  
  2737. padding-bottom: 5px;
  2738.  
  2739. }
  2740.  
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750. /*!
  2751. * Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
  2752. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  2753. */@font-face{
  2754. font-family:'FontAwesome';
  2755. src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  2756. src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  2757. font-weight:normal;
  2758. font-style:normal
  2759. }
  2760.  
  2761. .fa{
  2762. display:inline-block;
  2763. font-family:FontAwesome;
  2764. font-style:normal;
  2765. font-weight:normal;
  2766. line-height:1;
  2767. font-size:17px;
  2768. -webkit-font-smoothing:antialiased;
  2769. -moz-osx-font-smoothing:grayscale
  2770. }
  2771.  
  2772. .fa-lg{
  2773. font-size:1.33333333em;
  2774. line-height:.75em;
  2775. vertical-align:-15%
  2776. }
  2777.  
  2778. .fa-2x{
  2779. font-size:2em
  2780. }
  2781.  
  2782. .fa-3x{
  2783. font-size:3em
  2784. }
  2785.  
  2786. .fa-4x{
  2787. font-size:4em
  2788. }
  2789.  
  2790. .fa-5x{
  2791. font-size:5em
  2792. }
  2793.  
  2794. .fa-fw{
  2795. width:1.28571429em;
  2796. text-align:center
  2797. }
  2798.  
  2799. .fa-ul{
  2800. padding-left:0;
  2801. margin-left:2.14285714em;
  2802. list-style-type:none
  2803. }
  2804.  
  2805. .fa-ul>li{
  2806. position:relative
  2807. }
  2808.  
  2809. .fa-li{
  2810. position:absolute;
  2811. left:-2.14285714em;
  2812. width:2.14285714em;
  2813. top:.14285714em;
  2814. text-align:center
  2815. }
  2816.  
  2817. .fa-li.fa-lg{
  2818. left:-1.85714286em
  2819. }
  2820.  
  2821. .fa-border{
  2822. padding:.2em .25em .15em;
  2823. border:solid .08em #eee;
  2824. border-radius:.1em
  2825. }
  2826.  
  2827. .pull-right{
  2828. float:right
  2829. }
  2830.  
  2831. .pull-left{
  2832. float:left
  2833. }
  2834.  
  2835. .fa.pull-left{
  2836. margin-right:.3em
  2837. }
  2838.  
  2839. .fa.pull-right{
  2840. margin-left:.3em
  2841. }
  2842.  
  2843. .fa-spin{
  2844. -webkit-animation:spin 2s infinite linear;
  2845. -moz-animation:spin 2s infinite linear;
  2846. -o-animation:spin 2s infinite linear;
  2847. animation:spin 2s infinite linear
  2848. }
  2849.  
  2850. @-moz-keyframes spin{
  2851. 0%{
  2852. -moz-transform:rotate(0deg)
  2853. }
  2854.  
  2855. 100%{
  2856. -moz-transform:rotate(359deg)
  2857. }
  2858.  
  2859. }
  2860.  
  2861. @-webkit-keyframes spin{
  2862. 0%{
  2863. -webkit-transform:rotate(0deg)
  2864. }
  2865.  
  2866. 100%{
  2867. -webkit-transform:rotate(359deg)
  2868. }
  2869.  
  2870. }
  2871.  
  2872. @-o-keyframes spin{
  2873. 0%{
  2874. -o-transform:rotate(0deg)
  2875. }
  2876.  
  2877. 100%{
  2878. -o-transform:rotate(359deg)
  2879. }
  2880.  
  2881. }
  2882.  
  2883. @keyframes spin{
  2884. 0%{
  2885. -webkit-transform:rotate(0deg);
  2886. transform:rotate(0deg)
  2887. }
  2888.  
  2889. 100%{
  2890. -webkit-transform:rotate(359deg);
  2891. transform:rotate(359deg)
  2892. }
  2893.  
  2894. }
  2895.  
  2896. .fa-rotate-90{
  2897. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  2898. -webkit-transform:rotate(90deg);
  2899. -moz-transform:rotate(90deg);
  2900. -ms-transform:rotate(90deg);
  2901. -o-transform:rotate(90deg);
  2902. transform:rotate(90deg)
  2903. }
  2904.  
  2905. .fa-rotate-180{
  2906. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  2907. -webkit-transform:rotate(180deg);
  2908. -moz-transform:rotate(180deg);
  2909. -ms-transform:rotate(180deg);
  2910. -o-transform:rotate(180deg);
  2911. transform:rotate(180deg)
  2912. }
  2913.  
  2914. .fa-rotate-270{
  2915. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  2916. -webkit-transform:rotate(270deg);
  2917. -moz-transform:rotate(270deg);
  2918. -ms-transform:rotate(270deg);
  2919. -o-transform:rotate(270deg);
  2920. transform:rotate(270deg)
  2921. }
  2922.  
  2923. .fa-flip-horizontal{
  2924. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  2925. -webkit-transform:scale(-1, 1);
  2926. -moz-transform:scale(-1, 1);
  2927. -ms-transform:scale(-1, 1);
  2928. -o-transform:scale(-1, 1);
  2929. transform:scale(-1, 1)
  2930. }
  2931.  
  2932. .fa-flip-vertical{
  2933. filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  2934. -webkit-transform:scale(1, -1);
  2935. -moz-transform:scale(1, -1);
  2936. -ms-transform:scale(1, -1);
  2937. -o-transform:scale(1, -1);
  2938. transform:scale(1, -1)
  2939. }
  2940.  
  2941. .fa-stack{
  2942. position:relative;
  2943. display:inline-block;
  2944. width:2em;
  2945. height:2em;
  2946. line-height:2em;
  2947. vertical-align:middle
  2948. }
  2949.  
  2950. .fa-stack-1x,.fa-stack-2x{
  2951. position:absolute;
  2952. left:0;
  2953. width:100%;
  2954. text-align:center
  2955. }
  2956.  
  2957. .fa-stack-1x{
  2958. line-height:inherit
  2959. }
  2960.  
  2961. .fa-stack-2x{
  2962. font-size:2em
  2963. }
  2964.  
  2965. .fa-inverse{
  2966. color:#fff
  2967. }
  2968.  
  2969. .fa-glass:before{
  2970. content:"\f000"
  2971. }
  2972.  
  2973. .fa-music:before{
  2974. content:"\f001"
  2975. }
  2976.  
  2977. .fa-search:before{
  2978. content:"\f002"
  2979. }
  2980.  
  2981. .fa-envelope-o:before{
  2982. content:"\f003"
  2983. }
  2984.  
  2985. .fa-heart:before{
  2986. content:"\f004"
  2987. }
  2988.  
  2989. .fa-star:before{
  2990. content:"\f005"
  2991. }
  2992.  
  2993. .fa-star-o:before{
  2994. content:"\f006"
  2995. }
  2996.  
  2997. .fa-user:before{
  2998. content:"\f007"
  2999. }
  3000.  
  3001. .fa-film:before{
  3002. content:"\f008"
  3003. }
  3004.  
  3005. .fa-th-large:before{
  3006. content:"\f009"
  3007. }
  3008.  
  3009. .fa-th:before{
  3010. content:"\f00a"
  3011. }
  3012.  
  3013. .fa-th-list:before{
  3014. content:"\f00b"
  3015. }
  3016.  
  3017. .fa-check:before{
  3018. content:"\f00c"
  3019. }
  3020.  
  3021. .fa-times:before{
  3022. content:"\f00d"
  3023. }
  3024.  
  3025. .fa-search-plus:before{
  3026. content:"\f00e"
  3027. }
  3028.  
  3029. .fa-search-minus:before{
  3030. content:"\f010"
  3031. }
  3032.  
  3033. .fa-power-off:before{
  3034. content:"\f011"
  3035. }
  3036.  
  3037. .fa-signal:before{
  3038. content:"\f012"
  3039. }
  3040.  
  3041. .fa-gear:before,.fa-cog:before{
  3042. content:"\f013"
  3043. }
  3044.  
  3045. .fa-trash-o:before{
  3046. content:"\f014"
  3047. }
  3048.  
  3049. .fa-home:before{
  3050. content:"\f015"
  3051. }
  3052.  
  3053. .fa-file-o:before{
  3054. content:"\f016"
  3055. }
  3056.  
  3057. .fa-clock-o:before{
  3058. content:"\f017"
  3059. }
  3060.  
  3061. .fa-road:before{
  3062. content:"\f018"
  3063. }
  3064.  
  3065. .fa-download:before{
  3066. content:"\f019"
  3067. }
  3068.  
  3069. .fa-arrow-circle-o-down:before{
  3070. content:"\f01a"
  3071. }
  3072.  
  3073. .fa-arrow-circle-o-up:before{
  3074. content:"\f01b"
  3075. }
  3076.  
  3077. .fa-inbox:before{
  3078. content:"\f01c"
  3079. }
  3080.  
  3081. .fa-play-circle-o:before{
  3082. content:"\f01d"
  3083. }
  3084.  
  3085. .fa-rotate-right:before,.fa-repeat:before{
  3086. content:"\f01e"
  3087. }
  3088.  
  3089. .fa-refresh:before{
  3090. content:"\f021"
  3091. }
  3092.  
  3093. .fa-list-alt:before{
  3094. content:"\f022"
  3095. }
  3096.  
  3097. .fa-lock:before{
  3098. content:"\f023"
  3099. }
  3100.  
  3101. .fa-flag:before{
  3102. content:"\f024"
  3103. }
  3104.  
  3105. .fa-headphones:before{
  3106. content:"\f025"
  3107. }
  3108.  
  3109. .fa-volume-off:before{
  3110. content:"\f026"
  3111. }
  3112.  
  3113. .fa-volume-down:before{
  3114. content:"\f027"
  3115. }
  3116.  
  3117. .fa-volume-up:before{
  3118. content:"\f028"
  3119. }
  3120.  
  3121. .fa-qrcode:before{
  3122. content:"\f029"
  3123. }
  3124.  
  3125. .fa-barcode:before{
  3126. content:"\f02a"
  3127. }
  3128.  
  3129. .fa-tag:before{
  3130. content:"\f02b"
  3131. }
  3132.  
  3133. .fa-tags:before{
  3134. content:"\f02c"
  3135. }
  3136.  
  3137. .fa-book:before{
  3138. content:"\f02d"
  3139. }
  3140.  
  3141. .fa-bookmark:before{
  3142. content:"\f02e"
  3143. }
  3144.  
  3145. .fa-print:before{
  3146. content:"\f02f"
  3147. }
  3148.  
  3149. .fa-camera:before{
  3150. content:"\f030"
  3151. }
  3152.  
  3153. .fa-font:before{
  3154. content:"\f031"
  3155. }
  3156.  
  3157. .fa-bold:before{
  3158. content:"\f032"
  3159. }
  3160.  
  3161. .fa-italic:before{
  3162. content:"\f033"
  3163. }
  3164.  
  3165. .fa-text-height:before{
  3166. content:"\f034"
  3167. }
  3168.  
  3169. .fa-text-width:before{
  3170. content:"\f035"
  3171. }
  3172.  
  3173. .fa-align-left:before{
  3174. content:"\f036"
  3175. }
  3176.  
  3177. .fa-align-center:before{
  3178. content:"\f037"
  3179. }
  3180.  
  3181. .fa-align-right:before{
  3182. content:"\f038"
  3183. }
  3184.  
  3185. .fa-align-justify:before{
  3186. content:"\f039"
  3187. }
  3188.  
  3189. .fa-list:before{
  3190. content:"\f03a"
  3191. }
  3192.  
  3193. .fa-dedent:before,.fa-outdent:before{
  3194. content:"\f03b"
  3195. }
  3196.  
  3197. .fa-indent:before{
  3198. content:"\f03c"
  3199. }
  3200.  
  3201. .fa-video-camera:before{
  3202. content:"\f03d"
  3203. }
  3204.  
  3205. .fa-photo:before,.fa-image:before,.fa-picture-o:before{
  3206. content:"\f03e"
  3207. }
  3208.  
  3209. .fa-pencil:before{
  3210. content:"\f040"
  3211. }
  3212.  
  3213. .fa-map-marker:before{
  3214. content:"\f041"
  3215. }
  3216.  
  3217. .fa-adjust:before{
  3218. content:"\f042"
  3219. }
  3220.  
  3221. .fa-tint:before{
  3222. content:"\f043"
  3223. }
  3224.  
  3225. .fa-edit:before,.fa-pencil-square-o:before{
  3226. content:"\f044"
  3227. }
  3228.  
  3229. .fa-share-square-o:before{
  3230. content:"\f045"
  3231. }
  3232.  
  3233. .fa-check-square-o:before{
  3234. content:"\f046"
  3235. }
  3236.  
  3237. .fa-arrows:before{
  3238. content:"\f047"
  3239. }
  3240.  
  3241. .fa-step-backward:before{
  3242. content:"\f048"
  3243. }
  3244.  
  3245. .fa-fast-backward:before{
  3246. content:"\f049"
  3247. }
  3248.  
  3249. .fa-backward:before{
  3250. content:"\f04a"
  3251. }
  3252.  
  3253. .fa-play:before{
  3254. content:"\f04b"
  3255. }
  3256.  
  3257. .fa-pause:before{
  3258. content:"\f04c"
  3259. }
  3260.  
  3261. .fa-stop:before{
  3262. content:"\f04d"
  3263. }
  3264.  
  3265. .fa-forward:before{
  3266. content:"\f04e"
  3267. }
  3268.  
  3269. .fa-fast-forward:before{
  3270. content:"\f050"
  3271. }
  3272.  
  3273. .fa-step-forward:before{
  3274. content:"\f051"
  3275. }
  3276.  
  3277. .fa-eject:before{
  3278. content:"\f052"
  3279. }
  3280.  
  3281. .fa-chevron-left:before{
  3282. content:"\f053"
  3283. }
  3284.  
  3285. .fa-chevron-right:before{
  3286. content:"\f054"
  3287. }
  3288.  
  3289. .fa-plus-circle:before{
  3290. content:"\f055"
  3291. }
  3292.  
  3293. .fa-minus-circle:before{
  3294. content:"\f056"
  3295. }
  3296.  
  3297. .fa-times-circle:before{
  3298. content:"\f057"
  3299. }
  3300.  
  3301. .fa-check-circle:before{
  3302. content:"\f058"
  3303. }
  3304.  
  3305. .fa-question-circle:before{
  3306. content:"\f059"
  3307. }
  3308.  
  3309. .fa-info-circle:before{
  3310. content:"\f05a"
  3311. }
  3312.  
  3313. .fa-crosshairs:before{
  3314. content:"\f05b"
  3315. }
  3316.  
  3317. .fa-times-circle-o:before{
  3318. content:"\f05c"
  3319. }
  3320.  
  3321. .fa-check-circle-o:before{
  3322. content:"\f05d"
  3323. }
  3324.  
  3325. .fa-ban:before{
  3326. content:"\f05e"
  3327. }
  3328.  
  3329. .fa-arrow-left:before{
  3330. content:"\f060"
  3331. }
  3332.  
  3333. .fa-arrow-right:before{
  3334. content:"\f061"
  3335. }
  3336.  
  3337. .fa-arrow-up:before{
  3338. content:"\f062"
  3339. }
  3340.  
  3341. .fa-arrow-down:before{
  3342. content:"\f063"
  3343. }
  3344.  
  3345. .fa-mail-forward:before,.fa-share:before{
  3346. content:"\f064"
  3347. }
  3348.  
  3349. .fa-expand:before{
  3350. content:"\f065"
  3351. }
  3352.  
  3353. .fa-compress:before{
  3354. content:"\f066"
  3355. }
  3356.  
  3357. .fa-plus:before{
  3358. content:"\f067"
  3359. }
  3360.  
  3361. .fa-minus:before{
  3362. content:"\f068"
  3363. }
  3364.  
  3365. .fa-asterisk:before{
  3366. content:"\f069"
  3367. }
  3368.  
  3369. .fa-exclamation-circle:before{
  3370. content:"\f06a"
  3371. }
  3372.  
  3373. .fa-gift:before{
  3374. content:"\f06b"
  3375. }
  3376.  
  3377. .fa-leaf:before{
  3378. content:"\f06c"
  3379. }
  3380.  
  3381. .fa-fire:before{
  3382. content:"\f06d"
  3383. }
  3384.  
  3385. .fa-eye:before{
  3386. content:"\f06e"
  3387. }
  3388.  
  3389. .fa-eye-slash:before{
  3390. content:"\f070"
  3391. }
  3392.  
  3393. .fa-warning:before,.fa-exclamation-triangle:before{
  3394. content:"\f071"
  3395. }
  3396.  
  3397. .fa-plane:before{
  3398. content:"\f072"
  3399. }
  3400.  
  3401. .fa-calendar:before{
  3402. content:"\f073"
  3403. }
  3404.  
  3405. .fa-random:before{
  3406. content:"\f074"
  3407. }
  3408.  
  3409. .fa-comment:before{
  3410. content:"\f075"
  3411. }
  3412.  
  3413. .fa-magnet:before{
  3414. content:"\f076"
  3415. }
  3416.  
  3417. .fa-chevron-up:before{
  3418. content:"\f077"
  3419. }
  3420.  
  3421. .fa-chevron-down:before{
  3422. content:"\f078"
  3423. }
  3424.  
  3425. .fa-retweet:before{
  3426. content:"\f079"
  3427. }
  3428.  
  3429. .fa-shopping-cart:before{
  3430. content:"\f07a"
  3431. }
  3432.  
  3433. .fa-folder:before{
  3434. content:"\f07b"
  3435. }
  3436.  
  3437. .fa-folder-open:before{
  3438. content:"\f07c"
  3439. }
  3440.  
  3441. .fa-arrows-v:before{
  3442. content:"\f07d"
  3443. }
  3444.  
  3445. .fa-arrows-h:before{
  3446. content:"\f07e"
  3447. }
  3448.  
  3449. .fa-bar-chart-o:before{
  3450. content:"\f080"
  3451. }
  3452.  
  3453. .fa-twitter-square:before{
  3454. content:"\f081"
  3455. }
  3456.  
  3457. .fa-facebook-square:before{
  3458. content:"\f082"
  3459. }
  3460.  
  3461. .fa-camera-retro:before{
  3462. content:"\f083"
  3463. }
  3464.  
  3465. .fa-key:before{
  3466. content:"\f084"
  3467. }
  3468.  
  3469. .fa-gears:before,.fa-cogs:before{
  3470. content:"\f085"
  3471. }
  3472.  
  3473. .fa-comments:before{
  3474. content:"\f086"
  3475. }
  3476.  
  3477. .fa-thumbs-o-up:before{
  3478. content:"\f087"
  3479. }
  3480.  
  3481. .fa-thumbs-o-down:before{
  3482. content:"\f088"
  3483. }
  3484.  
  3485. .fa-star-half:before{
  3486. content:"\f089"
  3487. }
  3488.  
  3489. .fa-heart-o:before{
  3490. content:"\f08a"
  3491. }
  3492.  
  3493. .fa-sign-out:before{
  3494. content:"\f08b"
  3495. }
  3496.  
  3497. .fa-linkedin-square:before{
  3498. content:"\f08c"
  3499. }
  3500.  
  3501. .fa-thumb-tack:before{
  3502. content:"\f08d"
  3503. }
  3504.  
  3505. .fa-external-link:before{
  3506. content:"\f08e"
  3507. }
  3508.  
  3509. .fa-sign-in:before{
  3510. content:"\f090"
  3511. }
  3512.  
  3513. .fa-trophy:before{
  3514. content:"\f091"
  3515. }
  3516.  
  3517. .fa-github-square:before{
  3518. content:"\f092"
  3519. }
  3520.  
  3521. .fa-upload:before{
  3522. content:"\f093"
  3523. }
  3524.  
  3525. .fa-lemon-o:before{
  3526. content:"\f094"
  3527. }
  3528.  
  3529. .fa-phone:before{
  3530. content:"\f095"
  3531. }
  3532.  
  3533. .fa-square-o:before{
  3534. content:"\f096"
  3535. }
  3536.  
  3537. .fa-bookmark-o:before{
  3538. content:"\f097"
  3539. }
  3540.  
  3541. .fa-phone-square:before{
  3542. content:"\f098"
  3543. }
  3544.  
  3545. .fa-twitter:before{
  3546. content:"\f099"
  3547. }
  3548.  
  3549. .fa-facebook:before{
  3550. content:"\f09a"
  3551. }
  3552.  
  3553. .fa-github:before{
  3554. content:"\f09b"
  3555. }
  3556.  
  3557. .fa-unlock:before{
  3558. content:"\f09c"
  3559. }
  3560.  
  3561. .fa-credit-card:before{
  3562. content:"\f09d"
  3563. }
  3564.  
  3565. .fa-rss:before{
  3566. content:"\f09e"
  3567. }
  3568.  
  3569. .fa-hdd-o:before{
  3570. content:"\f0a0"
  3571. }
  3572.  
  3573. .fa-bullhorn:before{
  3574. content:"\f0a1"
  3575. }
  3576.  
  3577. .fa-bell:before{
  3578. content:"\f0f3"
  3579. }
  3580.  
  3581. .fa-certificate:before{
  3582. content:"\f0a3"
  3583. }
  3584.  
  3585. .fa-hand-o-right:before{
  3586. content:"\f0a4"
  3587. }
  3588.  
  3589. .fa-hand-o-left:before{
  3590. content:"\f0a5"
  3591. }
  3592.  
  3593. .fa-hand-o-up:before{
  3594. content:"\f0a6"
  3595. }
  3596.  
  3597. .fa-hand-o-down:before{
  3598. content:"\f0a7"
  3599. }
  3600.  
  3601. .fa-arrow-circle-left:before{
  3602. content:"\f0a8"
  3603. }
  3604.  
  3605. .fa-arrow-circle-right:before{
  3606. content:"\f0a9"
  3607. }
  3608.  
  3609. .fa-arrow-circle-up:before{
  3610. content:"\f0aa"
  3611. }
  3612.  
  3613. .fa-arrow-circle-down:before{
  3614. content:"\f0ab"
  3615. }
  3616.  
  3617. .fa-globe:before{
  3618. content:"\f0ac"
  3619. }
  3620.  
  3621. .fa-wrench:before{
  3622. content:"\f0ad"
  3623. }
  3624.  
  3625. .fa-tasks:before{
  3626. content:"\f0ae"
  3627. }
  3628.  
  3629. .fa-filter:before{
  3630. content:"\f0b0"
  3631. }
  3632.  
  3633. .fa-briefcase:before{
  3634. content:"\f0b1"
  3635. }
  3636.  
  3637. .fa-arrows-alt:before{
  3638. content:"\f0b2"
  3639. }
  3640.  
  3641. .fa-group:before,.fa-users:before{
  3642. content:"\f0c0"
  3643. }
  3644.  
  3645. .fa-chain:before,.fa-link:before{
  3646. content:"\f0c1"
  3647. }
  3648.  
  3649. .fa-cloud:before{
  3650. content:"\f0c2"
  3651. }
  3652.  
  3653. .fa-flask:before{
  3654. content:"\f0c3"
  3655. }
  3656.  
  3657. .fa-cut:before,.fa-scissors:before{
  3658. content:"\f0c4"
  3659. }
  3660.  
  3661. .fa-copy:before,.fa-files-o:before{
  3662. content:"\f0c5"
  3663. }
  3664.  
  3665. .fa-paperclip:before{
  3666. content:"\f0c6"
  3667. }
  3668.  
  3669. .fa-save:before,.fa-floppy-o:before{
  3670. content:"\f0c7"
  3671. }
  3672.  
  3673. .fa-square:before{
  3674. content:"\f0c8"
  3675. }
  3676.  
  3677. .fa-navicon:before,.fa-reorder:before,.fa-bars:before{
  3678. content:"\f0c9"
  3679. }
  3680.  
  3681. .fa-list-ul:before{
  3682. content:"\f0ca"
  3683. }
  3684.  
  3685. .fa-list-ol:before{
  3686. content:"\f0cb"
  3687. }
  3688.  
  3689. .fa-strikethrough:before{
  3690. content:"\f0cc"
  3691. }
  3692.  
  3693. .fa-underline:before{
  3694. content:"\f0cd"
  3695. }
  3696.  
  3697. .fa-table:before{
  3698. content:"\f0ce"
  3699. }
  3700.  
  3701. .fa-magic:before{
  3702. content:"\f0d0"
  3703. }
  3704.  
  3705. .fa-truck:before{
  3706. content:"\f0d1"
  3707. }
  3708.  
  3709. .fa-pinterest:before{
  3710. content:"\f0d2"
  3711. }
  3712.  
  3713. .fa-pinterest-square:before{
  3714. content:"\f0d3"
  3715. }
  3716.  
  3717. .fa-google-plus-square:before{
  3718. content:"\f0d4"
  3719. }
  3720.  
  3721. .fa-google-plus:before{
  3722. content:"\f0d5"
  3723. }
  3724.  
  3725. .fa-money:before{
  3726. content:"\f0d6"
  3727. }
  3728.  
  3729. .fa-caret-down:before{
  3730. content:"\f0d7"
  3731. }
  3732.  
  3733. .fa-caret-up:before{
  3734. content:"\f0d8"
  3735. }
  3736.  
  3737. .fa-caret-left:before{
  3738. content:"\f0d9"
  3739. }
  3740.  
  3741. .fa-caret-right:before{
  3742. content:"\f0da"
  3743. }
  3744.  
  3745. .fa-columns:before{
  3746. content:"\f0db"
  3747. }
  3748.  
  3749. .fa-unsorted:before,.fa-sort:before{
  3750. content:"\f0dc"
  3751. }
  3752.  
  3753. .fa-sort-down:before,.fa-sort-desc:before{
  3754. content:"\f0dd"
  3755. }
  3756.  
  3757. .fa-sort-up:before,.fa-sort-asc:before{
  3758. content:"\f0de"
  3759. }
  3760.  
  3761. .fa-envelope:before{
  3762. content:"\f0e0"
  3763. }
  3764.  
  3765. .fa-linkedin:before{
  3766. content:"\f0e1"
  3767. }
  3768.  
  3769. .fa-rotate-left:before,.fa-undo:before{
  3770. content:"\f0e2"
  3771. }
  3772.  
  3773. .fa-legal:before,.fa-gavel:before{
  3774. content:"\f0e3"
  3775. }
  3776.  
  3777. .fa-dashboard:before,.fa-tachometer:before{
  3778. content:"\f0e4"
  3779. }
  3780.  
  3781. .fa-comment-o:before{
  3782. content:"\f0e5"
  3783. }
  3784.  
  3785. .fa-comments-o:before{
  3786. content:"\f0e6"
  3787. }
  3788.  
  3789. .fa-flash:before,.fa-bolt:before{
  3790. content:"\f0e7"
  3791. }
  3792.  
  3793. .fa-sitemap:before{
  3794. content:"\f0e8"
  3795. }
  3796.  
  3797. .fa-umbrella:before{
  3798. content:"\f0e9"
  3799. }
  3800.  
  3801. .fa-paste:before,.fa-clipboard:before{
  3802. content:"\f0ea"
  3803. }
  3804.  
  3805. .fa-lightbulb-o:before{
  3806. content:"\f0eb"
  3807. }
  3808.  
  3809. .fa-exchange:before{
  3810. content:"\f0ec"
  3811. }
  3812.  
  3813. .fa-cloud-download:before{
  3814. content:"\f0ed"
  3815. }
  3816.  
  3817. .fa-cloud-upload:before{
  3818. content:"\f0ee"
  3819. }
  3820.  
  3821. .fa-user-md:before{
  3822. content:"\f0f0"
  3823. }
  3824.  
  3825. .fa-stethoscope:before{
  3826. content:"\f0f1"
  3827. }
  3828.  
  3829. .fa-suitcase:before{
  3830. content:"\f0f2"
  3831. }
  3832.  
  3833. .fa-bell-o:before{
  3834. content:"\f0a2"
  3835. }
  3836.  
  3837. .fa-coffee:before{
  3838. content:"\f0f4"
  3839. }
  3840.  
  3841. .fa-cutlery:before{
  3842. content:"\f0f5"
  3843. }
  3844.  
  3845. .fa-file-text-o:before{
  3846. content:"\f0f6"
  3847. }
  3848.  
  3849. .fa-building-o:before{
  3850. content:"\f0f7"
  3851. }
  3852.  
  3853. .fa-hospital-o:before{
  3854. content:"\f0f8"
  3855. }
  3856.  
  3857. .fa-ambulance:before{
  3858. content:"\f0f9"
  3859. }
  3860.  
  3861. .fa-medkit:before{
  3862. content:"\f0fa"
  3863. }
  3864.  
  3865. .fa-fighter-jet:before{
  3866. content:"\f0fb"
  3867. }
  3868.  
  3869. .fa-beer:before{
  3870. content:"\f0fc"
  3871. }
  3872.  
  3873. .fa-h-square:before{
  3874. content:"\f0fd"
  3875. }
  3876.  
  3877. .fa-plus-square:before{
  3878. content:"\f0fe"
  3879. }
  3880.  
  3881. .fa-angle-double-left:before{
  3882. content:"\f100"
  3883. }
  3884.  
  3885. .fa-angle-double-right:before{
  3886. content:"\f101"
  3887. }
  3888.  
  3889. .fa-angle-double-up:before{
  3890. content:"\f102"
  3891. }
  3892.  
  3893. .fa-angle-double-down:before{
  3894. content:"\f103"
  3895. }
  3896.  
  3897. .fa-angle-left:before{
  3898. content:"\f104"
  3899. }
  3900.  
  3901. .fa-angle-right:before{
  3902. content:"\f105"
  3903. }
  3904.  
  3905. .fa-angle-up:before{
  3906. content:"\f106"
  3907. }
  3908.  
  3909. .fa-angle-down:before{
  3910. content:"\f107"
  3911. }
  3912.  
  3913. .fa-desktop:before{
  3914. content:"\f108"
  3915. }
  3916.  
  3917. .fa-laptop:before{
  3918. content:"\f109"
  3919. }
  3920.  
  3921. .fa-tablet:before{
  3922. content:"\f10a"
  3923. }
  3924.  
  3925. .fa-mobile-phone:before,.fa-mobile:before{
  3926. content:"\f10b"
  3927. }
  3928.  
  3929. .fa-circle-o:before{
  3930. content:"\f10c"
  3931. }
  3932.  
  3933. .fa-quote-left:before{
  3934. content:"\f10d"
  3935. }
  3936.  
  3937. .fa-quote-right:before{
  3938. content:"\f10e"
  3939. }
  3940.  
  3941. .fa-spinner:before{
  3942. content:"\f110"
  3943. }
  3944.  
  3945. .fa-circle:before{
  3946. content:"\f111"
  3947. }
  3948.  
  3949. .fa-mail-reply:before,.fa-reply:before{
  3950. content:"\f112"
  3951. }
  3952.  
  3953. .fa-github-alt:before{
  3954. content:"\f113"
  3955. }
  3956.  
  3957. .fa-folder-o:before{
  3958. content:"\f114"
  3959. }
  3960.  
  3961. .fa-folder-open-o:before{
  3962. content:"\f115"
  3963. }
  3964.  
  3965. .fa-smile-o:before{
  3966. content:"\f118"
  3967. }
  3968.  
  3969. .fa-frown-o:before{
  3970. content:"\f119"
  3971. }
  3972.  
  3973. .fa-meh-o:before{
  3974. content:"\f11a"
  3975. }
  3976.  
  3977. .fa-gamepad:before{
  3978. content:"\f11b"
  3979. }
  3980.  
  3981. .fa-keyboard-o:before{
  3982. content:"\f11c"
  3983. }
  3984.  
  3985. .fa-flag-o:before{
  3986. content:"\f11d"
  3987. }
  3988.  
  3989. .fa-flag-checkered:before{
  3990. content:"\f11e"
  3991. }
  3992.  
  3993. .fa-terminal:before{
  3994. content:"\f120"
  3995. }
  3996.  
  3997. .fa-code:before{
  3998. content:"\f121"
  3999. }
  4000.  
  4001. .fa-mail-reply-all:before,.fa-reply-all:before{
  4002. content:"\f122"
  4003. }
  4004.  
  4005. .fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{
  4006. content:"\f123"
  4007. }
  4008.  
  4009. .fa-location-arrow:before{
  4010. content:"\f124"
  4011. }
  4012.  
  4013. .fa-crop:before{
  4014. content:"\f125"
  4015. }
  4016.  
  4017. .fa-code-fork:before{
  4018. content:"\f126"
  4019. }
  4020.  
  4021. .fa-unlink:before,.fa-chain-broken:before{
  4022. content:"\f127"
  4023. }
  4024.  
  4025. .fa-question:before{
  4026. content:"\f128"
  4027. }
  4028.  
  4029. .fa-info:before{
  4030. content:"\f129"
  4031. }
  4032.  
  4033. .fa-exclamation:before{
  4034. content:"\f12a"
  4035. }
  4036.  
  4037. .fa-superscript:before{
  4038. content:"\f12b"
  4039. }
  4040.  
  4041. .fa-subscript:before{
  4042. content:"\f12c"
  4043. }
  4044.  
  4045. .fa-eraser:before{
  4046. content:"\f12d"
  4047. }
  4048.  
  4049. .fa-puzzle-piece:before{
  4050. content:"\f12e"
  4051. }
  4052.  
  4053. .fa-microphone:before{
  4054. content:"\f130"
  4055. }
  4056.  
  4057. .fa-microphone-slash:before{
  4058. content:"\f131"
  4059. }
  4060.  
  4061. .fa-shield:before{
  4062. content:"\f132"
  4063. }
  4064.  
  4065. .fa-calendar-o:before{
  4066. content:"\f133"
  4067. }
  4068.  
  4069. .fa-fire-extinguisher:before{
  4070. content:"\f134"
  4071. }
  4072.  
  4073. .fa-rocket:before{
  4074. content:"\f135"
  4075. }
  4076.  
  4077. .fa-maxcdn:before{
  4078. content:"\f136"
  4079. }
  4080.  
  4081. .fa-chevron-circle-left:before{
  4082. content:"\f137"
  4083. }
  4084.  
  4085. .fa-chevron-circle-right:before{
  4086. content:"\f138"
  4087. }
  4088.  
  4089. .fa-chevron-circle-up:before{
  4090. content:"\f139"
  4091. }
  4092.  
  4093. .fa-chevron-circle-down:before{
  4094. content:"\f13a"
  4095. }
  4096.  
  4097. .fa-html5:before{
  4098. content:"\f13b"
  4099. }
  4100.  
  4101. .fa-css3:before{
  4102. content:"\f13c"
  4103. }
  4104.  
  4105. .fa-anchor:before{
  4106. content:"\f13d"
  4107. }
  4108.  
  4109. .fa-unlock-alt:before{
  4110. content:"\f13e"
  4111. }
  4112.  
  4113. .fa-bullseye:before{
  4114. content:"\f140"
  4115. }
  4116.  
  4117. .fa-ellipsis-h:before{
  4118. content:"\f141"
  4119. }
  4120.  
  4121. .fa-ellipsis-v:before{
  4122. content:"\f142"
  4123. }
  4124.  
  4125. .fa-rss-square:before{
  4126. content:"\f143"
  4127. }
  4128.  
  4129. .fa-play-circle:before{
  4130. content:"\f144"
  4131. }
  4132.  
  4133. .fa-ticket:before{
  4134. content:"\f145"
  4135. }
  4136.  
  4137. .fa-minus-square:before{
  4138. content:"\f146"
  4139. }
  4140.  
  4141. .fa-minus-square-o:before{
  4142. content:"\f147"
  4143. }
  4144.  
  4145. .fa-level-up:before{
  4146. content:"\f148"
  4147. }
  4148.  
  4149. .fa-level-down:before{
  4150. content:"\f149"
  4151. }
  4152.  
  4153. .fa-check-square:before{
  4154. content:"\f14a"
  4155. }
  4156.  
  4157. .fa-pencil-square:before{
  4158. content:"\f14b"
  4159. }
  4160.  
  4161. .fa-external-link-square:before{
  4162. content:"\f14c"
  4163. }
  4164.  
  4165. .fa-share-square:before{
  4166. content:"\f14d"
  4167. }
  4168.  
  4169. .fa-compass:before{
  4170. content:"\f14e"
  4171. }
  4172.  
  4173. .fa-toggle-down:before,.fa-caret-square-o-down:before{
  4174. content:"\f150"
  4175. }
  4176.  
  4177. .fa-toggle-up:before,.fa-caret-square-o-up:before{
  4178. content:"\f151"
  4179. }
  4180.  
  4181. .fa-toggle-right:before,.fa-caret-square-o-right:before{
  4182. content:"\f152"
  4183. }
  4184.  
  4185. .fa-euro:before,.fa-eur:before{
  4186. content:"\f153"
  4187. }
  4188.  
  4189. .fa-gbp:before{
  4190. content:"\f154"
  4191. }
  4192.  
  4193. .fa-dollar:before,.fa-usd:before{
  4194. content:"\f155"
  4195. }
  4196.  
  4197. .fa-rupee:before,.fa-inr:before{
  4198. content:"\f156"
  4199. }
  4200.  
  4201. .fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{
  4202. content:"\f157"
  4203. }
  4204.  
  4205. .fa-ruble:before,.fa-rouble:before,.fa-rub:before{
  4206. content:"\f158"
  4207. }
  4208.  
  4209. .fa-won:before,.fa-krw:before{
  4210. content:"\f159"
  4211. }
  4212.  
  4213. .fa-bitcoin:before,.fa-btc:before{
  4214. content:"\f15a"
  4215. }
  4216.  
  4217. .fa-file:before{
  4218. content:"\f15b"
  4219. }
  4220.  
  4221. .fa-file-text:before{
  4222. content:"\f15c"
  4223. }
  4224.  
  4225. .fa-sort-alpha-asc:before{
  4226. content:"\f15d"
  4227. }
  4228.  
  4229. .fa-sort-alpha-desc:before{
  4230. content:"\f15e"
  4231. }
  4232.  
  4233. .fa-sort-amount-asc:before{
  4234. content:"\f160"
  4235. }
  4236.  
  4237. .fa-sort-amount-desc:before{
  4238. content:"\f161"
  4239. }
  4240.  
  4241. .fa-sort-numeric-asc:before{
  4242. content:"\f162"
  4243. }
  4244.  
  4245. .fa-sort-numeric-desc:before{
  4246. content:"\f163"
  4247. }
  4248.  
  4249. .fa-thumbs-up:before{
  4250. content:"\f164"
  4251. }
  4252.  
  4253. .fa-thumbs-down:before{
  4254. content:"\f165"
  4255. }
  4256.  
  4257. .fa-youtube-square:before{
  4258. content:"\f166"
  4259. }
  4260.  
  4261. .fa-youtube:before{
  4262. content:"\f167"
  4263. }
  4264.  
  4265. .fa-xing:before{
  4266. content:"\f168"
  4267. }
  4268.  
  4269. .fa-xing-square:before{
  4270. content:"\f169"
  4271. }
  4272.  
  4273. .fa-youtube-play:before{
  4274. content:"\f16a"
  4275. }
  4276.  
  4277. .fa-dropbox:before{
  4278. content:"\f16b"
  4279. }
  4280.  
  4281. .fa-stack-overflow:before{
  4282. content:"\f16c"
  4283. }
  4284.  
  4285. .fa-instagram:before{
  4286. content:"\f16d"
  4287. }
  4288.  
  4289. .fa-flickr:before{
  4290. content:"\f16e"
  4291. }
  4292.  
  4293. .fa-adn:before{
  4294. content:"\f170"
  4295. }
  4296.  
  4297. .fa-bitbucket:before{
  4298. content:"\f171"
  4299. }
  4300.  
  4301. .fa-bitbucket-square:before{
  4302. content:"\f172"
  4303. }
  4304.  
  4305. .fa-tumblr:before{
  4306. content:"\f173"
  4307. }
  4308.  
  4309. .fa-tumblr-square:before{
  4310. content:"\f174"
  4311. }
  4312.  
  4313. .fa-long-arrow-down:before{
  4314. content:"\f175"
  4315. }
  4316.  
  4317. .fa-long-arrow-up:before{
  4318. content:"\f176"
  4319. }
  4320.  
  4321. .fa-long-arrow-left:before{
  4322. content:"\f177"
  4323. }
  4324.  
  4325. .fa-long-arrow-right:before{
  4326. content:"\f178"
  4327. }
  4328.  
  4329. .fa-apple:before{
  4330. content:"\f179"
  4331. }
  4332.  
  4333. .fa-windows:before{
  4334. content:"\f17a"
  4335. }
  4336.  
  4337. .fa-android:before{
  4338. content:"\f17b"
  4339. }
  4340.  
  4341. .fa-linux:before{
  4342. content:"\f17c"
  4343. }
  4344.  
  4345. .fa-dribbble:before{
  4346. content:"\f17d"
  4347. }
  4348.  
  4349. .fa-skype:before{
  4350. content:"\f17e"
  4351. }
  4352.  
  4353. .fa-foursquare:before{
  4354. content:"\f180"
  4355. }
  4356.  
  4357. .fa-trello:before{
  4358. content:"\f181"
  4359. }
  4360.  
  4361. .fa-female:before{
  4362. content:"\f182"
  4363. }
  4364.  
  4365. .fa-male:before{
  4366. content:"\f183"
  4367. }
  4368.  
  4369. .fa-gittip:before{
  4370. content:"\f184"
  4371. }
  4372.  
  4373. .fa-sun-o:before{
  4374. content:"\f185"
  4375. }
  4376.  
  4377. .fa-moon-o:before{
  4378. content:"\f186"
  4379. }
  4380.  
  4381. .fa-archive:before{
  4382. content:"\f187"
  4383. }
  4384.  
  4385. .fa-bug:before{
  4386. content:"\f188"
  4387. }
  4388.  
  4389. .fa-vk:before{
  4390. content:"\f189"
  4391. }
  4392.  
  4393. .fa-weibo:before{
  4394. content:"\f18a"
  4395. }
  4396.  
  4397. .fa-renren:before{
  4398. content:"\f18b"
  4399. }
  4400.  
  4401. .fa-pagelines:before{
  4402. content:"\f18c"
  4403. }
  4404.  
  4405. .fa-stack-exchange:before{
  4406. content:"\f18d"
  4407. }
  4408.  
  4409. .fa-arrow-circle-o-right:before{
  4410. content:"\f18e"
  4411. }
  4412.  
  4413. .fa-arrow-circle-o-left:before{
  4414. content:"\f190"
  4415. }
  4416.  
  4417. .fa-toggle-left:before,.fa-caret-square-o-left:before{
  4418. content:"\f191"
  4419. }
  4420.  
  4421. .fa-dot-circle-o:before{
  4422. content:"\f192"
  4423. }
  4424.  
  4425. .fa-wheelchair:before{
  4426. content:"\f193"
  4427. }
  4428.  
  4429. .fa-vimeo-square:before{
  4430. content:"\f194"
  4431. }
  4432.  
  4433. .fa-turkish-lira:before,.fa-try:before{
  4434. content:"\f195"
  4435. }
  4436.  
  4437. .fa-plus-square-o:before{
  4438. content:"\f196"
  4439. }
  4440.  
  4441. .fa-space-shuttle:before{
  4442. content:"\f197"
  4443. }
  4444.  
  4445. .fa-slack:before{
  4446. content:"\f198"
  4447. }
  4448.  
  4449. .fa-envelope-square:before{
  4450. content:"\f199"
  4451. }
  4452.  
  4453. .fa-wordpress:before{
  4454. content:"\f19a"
  4455. }
  4456.  
  4457. .fa-openid:before{
  4458. content:"\f19b"
  4459. }
  4460.  
  4461. .fa-institution:before,.fa-bank:before,.fa-university:before{
  4462. content:"\f19c"
  4463. }
  4464.  
  4465. .fa-mortar-board:before,.fa-graduation-cap:before{
  4466. content:"\f19d"
  4467. }
  4468.  
  4469. .fa-yahoo:before{
  4470. content:"\f19e"
  4471. }
  4472.  
  4473. .fa-google:before{
  4474. content:"\f1a0"
  4475. }
  4476.  
  4477. .fa-reddit:before{
  4478. content:"\f1a1"
  4479. }
  4480.  
  4481. .fa-reddit-square:before{
  4482. content:"\f1a2"
  4483. }
  4484.  
  4485. .fa-stumbleupon-circle:before{
  4486. content:"\f1a3"
  4487. }
  4488.  
  4489. .fa-stumbleupon:before{
  4490. content:"\f1a4"
  4491. }
  4492.  
  4493. .fa-delicious:before{
  4494. content:"\f1a5"
  4495. }
  4496.  
  4497. .fa-digg:before{
  4498. content:"\f1a6"
  4499. }
  4500.  
  4501. .fa-pied-piper-square:before,.fa-pied-piper:before{
  4502. content:"\f1a7"
  4503. }
  4504.  
  4505. .fa-pied-piper-alt:before{
  4506. content:"\f1a8"
  4507. }
  4508.  
  4509. .fa-drupal:before{
  4510. content:"\f1a9"
  4511. }
  4512.  
  4513. .fa-joomla:before{
  4514. content:"\f1aa"
  4515. }
  4516.  
  4517. .fa-language:before{
  4518. content:"\f1ab"
  4519. }
  4520.  
  4521. .fa-fax:before{
  4522. content:"\f1ac"
  4523. }
  4524.  
  4525. .fa-building:before{
  4526. content:"\f1ad"
  4527. }
  4528.  
  4529. .fa-child:before{
  4530. content:"\f1ae"
  4531. }
  4532.  
  4533. .fa-paw:before{
  4534. content:"\f1b0"
  4535. }
  4536.  
  4537. .fa-spoon:before{
  4538. content:"\f1b1"
  4539. }
  4540.  
  4541. .fa-cube:before{
  4542. content:"\f1b2"
  4543. }
  4544.  
  4545. .fa-cubes:before{
  4546. content:"\f1b3"
  4547. }
  4548.  
  4549. .fa-behance:before{
  4550. content:"\f1b4"
  4551. }
  4552.  
  4553. .fa-behance-square:before{
  4554. content:"\f1b5"
  4555. }
  4556.  
  4557. .fa-steam:before{
  4558. content:"\f1b6"
  4559. }
  4560.  
  4561. .fa-steam-square:before{
  4562. content:"\f1b7"
  4563. }
  4564.  
  4565. .fa-recycle:before{
  4566. content:"\f1b8"
  4567. }
  4568.  
  4569. .fa-automobile:before,.fa-car:before{
  4570. content:"\f1b9"
  4571. }
  4572.  
  4573. .fa-cab:before,.fa-taxi:before{
  4574. content:"\f1ba"
  4575. }
  4576.  
  4577. .fa-tree:before{
  4578. content:"\f1bb"
  4579. }
  4580.  
  4581. .fa-spotify:before{
  4582. content:"\f1bc"
  4583. }
  4584.  
  4585. .fa-deviantart:before{
  4586. content:"\f1bd"
  4587. }
  4588.  
  4589. .fa-soundcloud:before{
  4590. content:"\f1be"
  4591. }
  4592.  
  4593. .fa-database:before{
  4594. content:"\f1c0"
  4595. }
  4596.  
  4597. .fa-file-pdf-o:before{
  4598. content:"\f1c1"
  4599. }
  4600.  
  4601. .fa-file-word-o:before{
  4602. content:"\f1c2"
  4603. }
  4604.  
  4605. .fa-file-excel-o:before{
  4606. content:"\f1c3"
  4607. }
  4608.  
  4609. .fa-file-powerpoint-o:before{
  4610. content:"\f1c4"
  4611. }
  4612.  
  4613. .fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{
  4614. content:"\f1c5"
  4615. }
  4616.  
  4617. .fa-file-zip-o:before,.fa-file-archive-o:before{
  4618. content:"\f1c6"
  4619. }
  4620.  
  4621. .fa-file-sound-o:before,.fa-file-audio-o:before{
  4622. content:"\f1c7"
  4623. }
  4624.  
  4625. .fa-file-movie-o:before,.fa-file-video-o:before{
  4626. content:"\f1c8"
  4627. }
  4628.  
  4629. .fa-file-code-o:before{
  4630. content:"\f1c9"
  4631. }
  4632.  
  4633. .fa-vine:before{
  4634. content:"\f1ca"
  4635. }
  4636.  
  4637. .fa-codepen:before{
  4638. content:"\f1cb"
  4639. }
  4640.  
  4641. .fa-jsfiddle:before{
  4642. content:"\f1cc"
  4643. }
  4644.  
  4645. .fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{
  4646. content:"\f1cd"
  4647. }
  4648.  
  4649. .fa-circle-o-notch:before{
  4650. content:"\f1ce"
  4651. }
  4652.  
  4653. .fa-ra:before,.fa-rebel:before{
  4654. content:"\f1d0"
  4655. }
  4656.  
  4657. .fa-ge:before,.fa-empire:before{
  4658. content:"\f1d1"
  4659. }
  4660.  
  4661. .fa-git-square:before{
  4662. content:"\f1d2"
  4663. }
  4664.  
  4665. .fa-git:before{
  4666. content:"\f1d3"
  4667. }
  4668.  
  4669. .fa-hacker-news:before{
  4670. content:"\f1d4"
  4671. }
  4672.  
  4673. .fa-tencent-weibo:before{
  4674. content:"\f1d5"
  4675. }
  4676.  
  4677. .fa-qq:before{
  4678. content:"\f1d6"
  4679. }
  4680.  
  4681. .fa-wechat:before,.fa-weixin:before{
  4682. content:"\f1d7"
  4683. }
  4684.  
  4685. .fa-send:before,.fa-paper-plane:before{
  4686. content:"\f1d8"
  4687. }
  4688.  
  4689. .fa-send-o:before,.fa-paper-plane-o:before{
  4690. content:"\f1d9"
  4691. }
  4692.  
  4693. .fa-history:before{
  4694. content:"\f1da"
  4695. }
  4696.  
  4697. .fa-circle-thin:before{
  4698. content:"\f1db"
  4699. }
  4700.  
  4701. .fa-header:before{
  4702. content:"\f1dc"
  4703. }
  4704.  
  4705. .fa-paragraph:before{
  4706. content:"\f1dd"
  4707. }
  4708.  
  4709. .fa-sliders:before{
  4710. content:"\f1de"
  4711. }
  4712.  
  4713. .fa-share-alt:before{
  4714. content:"\f1e0"
  4715. }
  4716.  
  4717. .fa-share-alt-square:before{
  4718. content:"\f1e1"
  4719. }
  4720.  
  4721. .fa-bomb:before{
  4722. content:"\f1e2"
  4723. }
  4724.  
  4725. .fa-spin-hover:hover {
  4726. -webkit-animation: spin 4s infinite linear;
  4727. -moz-animation: spin 4s infinite linear;
  4728. -o-animation: spin 4s infinite linear;
  4729. animation: spin 4s infinite linear;
  4730. }
Add Comment
Please, Sign In to add comment