Guest User

Untitled

a guest
Apr 28th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 168.54 KB | None | 0 0
  1. @charset "UTF-8";
  2. /*
  3. Theme Name: CargoPress by ProteusThemes
  4. Theme URI: https://demo.proteusthemes.com/cargopress/
  5. Author: ProteusThemes
  6. Author URI: https://www.proteusthemes.com/
  7. Description: CargoPress WordPress Theme.
  8. Tags: dark, light, two-columns, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
  9. Version: 1.4.0
  10. License: GPL 2.0
  11. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  12. Text domain: cargopress-pt
  13. */
  14. /* TABLE OF CONTENTS
  15. 01. Project variables............Imported variables
  16. 02. Twitter Bootstrap............Remove what is not neccessary
  17. 03. Tags.........................Like <body>, <h1> etc.
  18. 04. Helpers and utility classes..The general styles like .push-down-15 etc.
  19. 05. Components...................Imported files, like partials, Compass etc.
  20. 05.01. Top Bar
  21. 05.02. Header
  22. 05.03. Main Title
  23. 05.04. Breadcrumbs
  24. 05.05. Sidebar
  25. 05.06. Footer
  26. 05.07. Error 404
  27. 05.08. No Flexbox
  28. 05.09. Top Navigation
  29. 05.10. Main Navigation
  30. 05.11. Jumbotron
  31. 05.12. Meta Data
  32. 05.13. Pagination
  33. 05.14. Comments
  34. 05.15. Buttons
  35. 05.16. Icons
  36. 05.17. ProteusWidgets
  37. 05.18. WP Specific
  38. 05.19. WP Widgets
  39. 05.20. Contact Form 7
  40. */
  41. /*------------------------------------*\
  42. 01. Project variables
  43.  
  44. only visible in SASS source files
  45. \*------------------------------------*/
  46. /*------------------------------------*\ Local variables
  47. \*------------------------------------*/
  48. /*------------------------------------*\
  49. 02. Twitter Bootstrap
  50.  
  51. Remove what is not necessary
  52. \*------------------------------------*/
  53. /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  54. html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
  55.  
  56. body { margin: 0; }
  57.  
  58. article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
  59.  
  60. audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
  61.  
  62. audio:not([controls]) { display: none; height: 0; }
  63.  
  64. [hidden], template { display: none; }
  65.  
  66. a { background-color: transparent; }
  67.  
  68. a:active, a:hover { outline: 0; }
  69.  
  70. abbr[title] { border-bottom: 1px dotted; }
  71.  
  72. b, strong { font-weight: bold; }
  73.  
  74. dfn { font-style: italic; }
  75.  
  76. h1 { font-size: 2em; margin: 0.67em 0; }
  77.  
  78. mark { background: #ff0; color: #000; }
  79.  
  80. small { font-size: 80%; }
  81.  
  82. sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  83.  
  84. sup { top: -0.5em; }
  85.  
  86. sub { bottom: -0.25em; }
  87.  
  88. img { border: 0; }
  89.  
  90. svg:not(:root) { overflow: hidden; }
  91.  
  92. figure { margin: 1em 40px; }
  93.  
  94. hr { box-sizing: content-box; height: 0; }
  95.  
  96. pre { overflow: auto; }
  97.  
  98. code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
  99.  
  100. button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
  101.  
  102. button { overflow: visible; }
  103.  
  104. button, select { text-transform: none; }
  105.  
  106. button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
  107.  
  108. button[disabled], html input[disabled] { cursor: default; }
  109.  
  110. button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  111.  
  112. input { line-height: normal; }
  113.  
  114. input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
  115.  
  116. input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
  117.  
  118. input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
  119.  
  120. input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
  121.  
  122. fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
  123.  
  124. legend { border: 0; padding: 0; }
  125.  
  126. textarea { overflow: auto; }
  127.  
  128. optgroup { font-weight: bold; }
  129.  
  130. table { border-collapse: collapse; border-spacing: 0; }
  131.  
  132. td, th { padding: 0; }
  133.  
  134. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  135. @media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  136. a, a:visited { text-decoration: underline; }
  137. a[href]:after { content: " (" attr(href) ")"; }
  138. abbr[title]:after { content: " (" attr(title) ")"; }
  139. a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  140. pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  141. thead { display: table-header-group; }
  142. tr, img { page-break-inside: avoid; }
  143. img { max-width: 100% !important; }
  144. p, h2, h3 { orphans: 3; widows: 3; }
  145. h2, h3 { page-break-after: avoid; }
  146. .navbar { display: none; }
  147. .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
  148. .label { border: 1px solid #000; }
  149. .table { border-collapse: collapse !important; }
  150. .table td, .table th { background-color: #fff !important; }
  151. .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } }
  152. * { box-sizing: border-box; }
  153.  
  154. *:before, *:after { box-sizing: border-box; }
  155.  
  156. html { font-size: 10px; -webkit-tap-highlight-color: transparent; }
  157.  
  158. body { font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; color: #aaaaaa; background-color: #fff; }
  159.  
  160. input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
  161.  
  162. a { color: #4ab9cf; text-decoration: none; }
  163. a:hover, a:focus { color: #36b1ca; text-decoration: underline; }
  164. a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
  165.  
  166. figure { margin: 0; }
  167.  
  168. img { vertical-align: middle; }
  169.  
  170. .img-responsive { display: block; max-width: 100%; height: auto; }
  171.  
  172. .img-rounded { border-radius: 6px; }
  173.  
  174. .img-thumbnail { padding: 4px; line-height: 1.6; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }
  175.  
  176. .img-circle { border-radius: 50%; }
  177.  
  178. hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #eeeeee; }
  179.  
  180. .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
  181.  
  182. .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
  183.  
  184. [role="button"] { cursor: pointer; }
  185.  
  186. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; }
  187. h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; }
  188.  
  189. h1, .h1, h2, .h2, h3, .h3 { margin-top: 22px; margin-bottom: 11px; }
  190. h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 65%; }
  191.  
  192. h4, .h4, h5, .h5, h6, .h6 { margin-top: 11px; margin-bottom: 11px; }
  193. h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }
  194.  
  195. h1, .h1 { font-size: 36px; }
  196.  
  197. h2, .h2 { font-size: 30px; }
  198.  
  199. h3, .h3 { font-size: 24px; }
  200.  
  201. h4, .h4 { font-size: 18px; }
  202.  
  203. h5, .h5 { font-size: 14px; }
  204.  
  205. h6, .h6 { font-size: 12px; }
  206.  
  207. p { margin: 0 0 11px; }
  208.  
  209. .lead { margin-bottom: 22px; font-size: 16px; font-weight: 300; line-height: 1.4; }
  210. @media (min-width: 768px) { .lead { font-size: 21px; } }
  211.  
  212. small, .small { font-size: 85%; }
  213.  
  214. mark, .mark { background-color: #fcf8e3; padding: .2em; }
  215.  
  216. .text-left { text-align: left; }
  217.  
  218. .text-right { text-align: right; }
  219.  
  220. .text-center { text-align: center; }
  221.  
  222. .text-justify { text-align: justify; }
  223.  
  224. .text-nowrap { white-space: nowrap; }
  225.  
  226. .text-lowercase { text-transform: lowercase; }
  227.  
  228. .text-uppercase, .initialism { text-transform: uppercase; }
  229.  
  230. .text-capitalize { text-transform: capitalize; }
  231.  
  232. .text-muted { color: #777777; }
  233.  
  234. .text-primary { color: #4ab9cf; }
  235.  
  236. a.text-primary:hover, a.text-primary:focus { color: #30a0b6; }
  237.  
  238. .text-success { color: #3c763d; }
  239.  
  240. a.text-success:hover, a.text-success:focus { color: #2b542c; }
  241.  
  242. .text-info { color: #31708f; }
  243.  
  244. a.text-info:hover, a.text-info:focus { color: #245269; }
  245.  
  246. .text-warning { color: #8a6d3b; }
  247.  
  248. a.text-warning:hover, a.text-warning:focus { color: #66512c; }
  249.  
  250. .text-danger { color: #a94442; }
  251.  
  252. a.text-danger:hover, a.text-danger:focus { color: #843534; }
  253.  
  254. .bg-primary { color: #fff; }
  255.  
  256. .bg-primary { background-color: #4ab9cf; }
  257.  
  258. a.bg-primary:hover, a.bg-primary:focus { background-color: #30a0b6; }
  259.  
  260. .bg-success { background-color: #dff0d8; }
  261.  
  262. a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; }
  263.  
  264. .bg-info { background-color: #d9edf7; }
  265.  
  266. a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; }
  267.  
  268. .bg-warning { background-color: #fcf8e3; }
  269.  
  270. a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; }
  271.  
  272. .bg-danger { background-color: #f2dede; }
  273.  
  274. a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; }
  275.  
  276. .page-header { padding-bottom: 10px; margin: 44px 0 22px; border-bottom: 1px solid #eeeeee; }
  277.  
  278. ul, ol { margin-top: 0; margin-bottom: 11px; }
  279. ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }
  280.  
  281. .list-unstyled { padding-left: 0; list-style: none; }
  282.  
  283. .list-inline { padding-left: 0; list-style: none; margin-left: -5px; }
  284. .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }
  285.  
  286. dl { margin-top: 0; margin-bottom: 22px; }
  287.  
  288. dt, dd { line-height: 1.6; }
  289.  
  290. dt { font-weight: bold; }
  291.  
  292. dd { margin-left: 0; }
  293.  
  294. .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
  295. .dl-horizontal dd:after { clear: both; }
  296. @media (min-width: 992px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  297. .dl-horizontal dd { margin-left: 180px; } }
  298.  
  299. abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; }
  300.  
  301. .initialism { font-size: 90%; }
  302.  
  303. blockquote { padding: 11px 22px; margin: 0 0 22px; font-size: 17.5px; border-left: 5px solid #eeeeee; }
  304. blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
  305. blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.6; color: #777777; }
  306. blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }
  307.  
  308. .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }
  309. .blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; }
  310. .blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; }
  311.  
  312. address { margin-bottom: 22px; font-style: normal; line-height: 1.6; }
  313.  
  314. code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
  315.  
  316. code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; }
  317.  
  318. kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  319. kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; }
  320.  
  321. pre { display: block; padding: 10.5px; margin: 0 0 11px; font-size: 13px; line-height: 1.6; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; }
  322. pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }
  323.  
  324. .pre-scrollable { max-height: 340px; overflow-y: scroll; }
  325.  
  326. .container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
  327. .container:before, .container:after { content: " "; display: table; }
  328. .container:after { clear: both; }
  329. @media (min-width: 768px) { .container { width: 750px; } }
  330. @media (min-width: 992px) { .container { width: 970px; } }
  331. @media (min-width: 1200px) { .container { width: 1170px; } }
  332.  
  333. .container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
  334. .container-fluid:before, .container-fluid:after { content: " "; display: table; }
  335. .container-fluid:after { clear: both; }
  336.  
  337. .row { margin-left: -15px; margin-right: -15px; }
  338. .row:before, .row:after { content: " "; display: table; }
  339. .row:after { clear: both; }
  340.  
  341. .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 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
  342.  
  343. .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 { float: left; }
  344.  
  345. .col-xs-1 { width: 8.33333%; }
  346.  
  347. .col-xs-2 { width: 16.66667%; }
  348.  
  349. .col-xs-3 { width: 25%; }
  350.  
  351. .col-xs-4 { width: 33.33333%; }
  352.  
  353. .col-xs-5 { width: 41.66667%; }
  354.  
  355. .col-xs-6 { width: 50%; }
  356.  
  357. .col-xs-7 { width: 58.33333%; }
  358.  
  359. .col-xs-8 { width: 66.66667%; }
  360.  
  361. .col-xs-9 { width: 75%; }
  362.  
  363. .col-xs-10 { width: 83.33333%; }
  364.  
  365. .col-xs-11 { width: 91.66667%; }
  366.  
  367. .col-xs-12 { width: 100%; }
  368.  
  369. .col-xs-pull-0 { right: auto; }
  370.  
  371. .col-xs-pull-1 { right: 8.33333%; }
  372.  
  373. .col-xs-pull-2 { right: 16.66667%; }
  374.  
  375. .col-xs-pull-3 { right: 25%; }
  376.  
  377. .col-xs-pull-4 { right: 33.33333%; }
  378.  
  379. .col-xs-pull-5 { right: 41.66667%; }
  380.  
  381. .col-xs-pull-6 { right: 50%; }
  382.  
  383. .col-xs-pull-7 { right: 58.33333%; }
  384.  
  385. .col-xs-pull-8 { right: 66.66667%; }
  386.  
  387. .col-xs-pull-9 { right: 75%; }
  388.  
  389. .col-xs-pull-10 { right: 83.33333%; }
  390.  
  391. .col-xs-pull-11 { right: 91.66667%; }
  392.  
  393. .col-xs-pull-12 { right: 100%; }
  394.  
  395. .col-xs-push-0 { left: auto; }
  396.  
  397. .col-xs-push-1 { left: 8.33333%; }
  398.  
  399. .col-xs-push-2 { left: 16.66667%; }
  400.  
  401. .col-xs-push-3 { left: 25%; }
  402.  
  403. .col-xs-push-4 { left: 33.33333%; }
  404.  
  405. .col-xs-push-5 { left: 41.66667%; }
  406.  
  407. .col-xs-push-6 { left: 50%; }
  408.  
  409. .col-xs-push-7 { left: 58.33333%; }
  410.  
  411. .col-xs-push-8 { left: 66.66667%; }
  412.  
  413. .col-xs-push-9 { left: 75%; }
  414.  
  415. .col-xs-push-10 { left: 83.33333%; }
  416.  
  417. .col-xs-push-11 { left: 91.66667%; }
  418.  
  419. .col-xs-push-12 { left: 100%; }
  420.  
  421. .col-xs-offset-0 { margin-left: 0%; }
  422.  
  423. .col-xs-offset-1 { margin-left: 8.33333%; }
  424.  
  425. .col-xs-offset-2 { margin-left: 16.66667%; }
  426.  
  427. .col-xs-offset-3 { margin-left: 25%; }
  428.  
  429. .col-xs-offset-4 { margin-left: 33.33333%; }
  430.  
  431. .col-xs-offset-5 { margin-left: 41.66667%; }
  432.  
  433. .col-xs-offset-6 { margin-left: 50%; }
  434.  
  435. .col-xs-offset-7 { margin-left: 58.33333%; }
  436.  
  437. .col-xs-offset-8 { margin-left: 66.66667%; }
  438.  
  439. .col-xs-offset-9 { margin-left: 75%; }
  440.  
  441. .col-xs-offset-10 { margin-left: 83.33333%; }
  442.  
  443. .col-xs-offset-11 { margin-left: 91.66667%; }
  444.  
  445. .col-xs-offset-12 { margin-left: 100%; }
  446.  
  447. @media (min-width: 768px) { .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 { float: left; }
  448. .col-sm-1 { width: 8.33333%; }
  449. .col-sm-2 { width: 16.66667%; }
  450. .col-sm-3 { width: 25%; }
  451. .col-sm-4 { width: 33.33333%; }
  452. .col-sm-5 { width: 41.66667%; }
  453. .col-sm-6 { width: 50%; }
  454. .col-sm-7 { width: 58.33333%; }
  455. .col-sm-8 { width: 66.66667%; }
  456. .col-sm-9 { width: 75%; }
  457. .col-sm-10 { width: 83.33333%; }
  458. .col-sm-11 { width: 91.66667%; }
  459. .col-sm-12 { width: 100%; }
  460. .col-sm-pull-0 { right: auto; }
  461. .col-sm-pull-1 { right: 8.33333%; }
  462. .col-sm-pull-2 { right: 16.66667%; }
  463. .col-sm-pull-3 { right: 25%; }
  464. .col-sm-pull-4 { right: 33.33333%; }
  465. .col-sm-pull-5 { right: 41.66667%; }
  466. .col-sm-pull-6 { right: 50%; }
  467. .col-sm-pull-7 { right: 58.33333%; }
  468. .col-sm-pull-8 { right: 66.66667%; }
  469. .col-sm-pull-9 { right: 75%; }
  470. .col-sm-pull-10 { right: 83.33333%; }
  471. .col-sm-pull-11 { right: 91.66667%; }
  472. .col-sm-pull-12 { right: 100%; }
  473. .col-sm-push-0 { left: auto; }
  474. .col-sm-push-1 { left: 8.33333%; }
  475. .col-sm-push-2 { left: 16.66667%; }
  476. .col-sm-push-3 { left: 25%; }
  477. .col-sm-push-4 { left: 33.33333%; }
  478. .col-sm-push-5 { left: 41.66667%; }
  479. .col-sm-push-6 { left: 50%; }
  480. .col-sm-push-7 { left: 58.33333%; }
  481. .col-sm-push-8 { left: 66.66667%; }
  482. .col-sm-push-9 { left: 75%; }
  483. .col-sm-push-10 { left: 83.33333%; }
  484. .col-sm-push-11 { left: 91.66667%; }
  485. .col-sm-push-12 { left: 100%; }
  486. .col-sm-offset-0 { margin-left: 0%; }
  487. .col-sm-offset-1 { margin-left: 8.33333%; }
  488. .col-sm-offset-2 { margin-left: 16.66667%; }
  489. .col-sm-offset-3 { margin-left: 25%; }
  490. .col-sm-offset-4 { margin-left: 33.33333%; }
  491. .col-sm-offset-5 { margin-left: 41.66667%; }
  492. .col-sm-offset-6 { margin-left: 50%; }
  493. .col-sm-offset-7 { margin-left: 58.33333%; }
  494. .col-sm-offset-8 { margin-left: 66.66667%; }
  495. .col-sm-offset-9 { margin-left: 75%; }
  496. .col-sm-offset-10 { margin-left: 83.33333%; }
  497. .col-sm-offset-11 { margin-left: 91.66667%; }
  498. .col-sm-offset-12 { margin-left: 100%; } }
  499. @media (min-width: 992px) { .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 { float: left; }
  500. .col-md-1 { width: 8.33333%; }
  501. .col-md-2 { width: 16.66667%; }
  502. .col-md-3 { width: 25%; }
  503. .col-md-4 { width: 33.33333%; }
  504. .col-md-5 { width: 41.66667%; }
  505. .col-md-6 { width: 50%; }
  506. .col-md-7 { width: 58.33333%; }
  507. .col-md-8 { width: 66.66667%; }
  508. .col-md-9 { width: 75%; }
  509. .col-md-10 { width: 83.33333%; }
  510. .col-md-11 { width: 91.66667%; }
  511. .col-md-12 { width: 100%; }
  512. .col-md-pull-0 { right: auto; }
  513. .col-md-pull-1 { right: 8.33333%; }
  514. .col-md-pull-2 { right: 16.66667%; }
  515. .col-md-pull-3 { right: 25%; }
  516. .col-md-pull-4 { right: 33.33333%; }
  517. .col-md-pull-5 { right: 41.66667%; }
  518. .col-md-pull-6 { right: 50%; }
  519. .col-md-pull-7 { right: 58.33333%; }
  520. .col-md-pull-8 { right: 66.66667%; }
  521. .col-md-pull-9 { right: 75%; }
  522. .col-md-pull-10 { right: 83.33333%; }
  523. .col-md-pull-11 { right: 91.66667%; }
  524. .col-md-pull-12 { right: 100%; }
  525. .col-md-push-0 { left: auto; }
  526. .col-md-push-1 { left: 8.33333%; }
  527. .col-md-push-2 { left: 16.66667%; }
  528. .col-md-push-3 { left: 25%; }
  529. .col-md-push-4 { left: 33.33333%; }
  530. .col-md-push-5 { left: 41.66667%; }
  531. .col-md-push-6 { left: 50%; }
  532. .col-md-push-7 { left: 58.33333%; }
  533. .col-md-push-8 { left: 66.66667%; }
  534. .col-md-push-9 { left: 75%; }
  535. .col-md-push-10 { left: 83.33333%; }
  536. .col-md-push-11 { left: 91.66667%; }
  537. .col-md-push-12 { left: 100%; }
  538. .col-md-offset-0 { margin-left: 0%; }
  539. .col-md-offset-1 { margin-left: 8.33333%; }
  540. .col-md-offset-2 { margin-left: 16.66667%; }
  541. .col-md-offset-3 { margin-left: 25%; }
  542. .col-md-offset-4 { margin-left: 33.33333%; }
  543. .col-md-offset-5 { margin-left: 41.66667%; }
  544. .col-md-offset-6 { margin-left: 50%; }
  545. .col-md-offset-7 { margin-left: 58.33333%; }
  546. .col-md-offset-8 { margin-left: 66.66667%; }
  547. .col-md-offset-9 { margin-left: 75%; }
  548. .col-md-offset-10 { margin-left: 83.33333%; }
  549. .col-md-offset-11 { margin-left: 91.66667%; }
  550. .col-md-offset-12 { margin-left: 100%; } }
  551. @media (min-width: 1200px) { .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 { float: left; }
  552. .col-lg-1 { width: 8.33333%; }
  553. .col-lg-2 { width: 16.66667%; }
  554. .col-lg-3 { width: 25%; }
  555. .col-lg-4 { width: 33.33333%; }
  556. .col-lg-5 { width: 41.66667%; }
  557. .col-lg-6 { width: 50%; }
  558. .col-lg-7 { width: 58.33333%; }
  559. .col-lg-8 { width: 66.66667%; }
  560. .col-lg-9 { width: 75%; }
  561. .col-lg-10 { width: 83.33333%; }
  562. .col-lg-11 { width: 91.66667%; }
  563. .col-lg-12 { width: 100%; }
  564. .col-lg-pull-0 { right: auto; }
  565. .col-lg-pull-1 { right: 8.33333%; }
  566. .col-lg-pull-2 { right: 16.66667%; }
  567. .col-lg-pull-3 { right: 25%; }
  568. .col-lg-pull-4 { right: 33.33333%; }
  569. .col-lg-pull-5 { right: 41.66667%; }
  570. .col-lg-pull-6 { right: 50%; }
  571. .col-lg-pull-7 { right: 58.33333%; }
  572. .col-lg-pull-8 { right: 66.66667%; }
  573. .col-lg-pull-9 { right: 75%; }
  574. .col-lg-pull-10 { right: 83.33333%; }
  575. .col-lg-pull-11 { right: 91.66667%; }
  576. .col-lg-pull-12 { right: 100%; }
  577. .col-lg-push-0 { left: auto; }
  578. .col-lg-push-1 { left: 8.33333%; }
  579. .col-lg-push-2 { left: 16.66667%; }
  580. .col-lg-push-3 { left: 25%; }
  581. .col-lg-push-4 { left: 33.33333%; }
  582. .col-lg-push-5 { left: 41.66667%; }
  583. .col-lg-push-6 { left: 50%; }
  584. .col-lg-push-7 { left: 58.33333%; }
  585. .col-lg-push-8 { left: 66.66667%; }
  586. .col-lg-push-9 { left: 75%; }
  587. .col-lg-push-10 { left: 83.33333%; }
  588. .col-lg-push-11 { left: 91.66667%; }
  589. .col-lg-push-12 { left: 100%; }
  590. .col-lg-offset-0 { margin-left: 0%; }
  591. .col-lg-offset-1 { margin-left: 8.33333%; }
  592. .col-lg-offset-2 { margin-left: 16.66667%; }
  593. .col-lg-offset-3 { margin-left: 25%; }
  594. .col-lg-offset-4 { margin-left: 33.33333%; }
  595. .col-lg-offset-5 { margin-left: 41.66667%; }
  596. .col-lg-offset-6 { margin-left: 50%; }
  597. .col-lg-offset-7 { margin-left: 58.33333%; }
  598. .col-lg-offset-8 { margin-left: 66.66667%; }
  599. .col-lg-offset-9 { margin-left: 75%; }
  600. .col-lg-offset-10 { margin-left: 83.33333%; }
  601. .col-lg-offset-11 { margin-left: 91.66667%; }
  602. .col-lg-offset-12 { margin-left: 100%; } }
  603. table { background-color: transparent; }
  604.  
  605. caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; }
  606.  
  607. th { text-align: left; }
  608.  
  609. .table { width: 100%; max-width: 100%; margin-bottom: 22px; }
  610. .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.6; vertical-align: top; border-top: 1px solid #ddd; }
  611. .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
  612. .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
  613. .table > tbody + tbody { border-top: 2px solid #ddd; }
  614. .table .table { background-color: #fff; }
  615.  
  616. .table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }
  617.  
  618. .table-bordered { border: 1px solid #ddd; }
  619. .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }
  620. .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }
  621.  
  622. .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }
  623.  
  624. .table-hover > tbody > tr:hover { background-color: #f5f5f5; }
  625.  
  626. table col[class*="col-"] { position: static; float: none; display: table-column; }
  627.  
  628. table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }
  629.  
  630. .table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }
  631.  
  632. .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }
  633.  
  634. .table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }
  635.  
  636. .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }
  637.  
  638. .table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }
  639.  
  640. .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }
  641.  
  642. .table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }
  643.  
  644. .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }
  645.  
  646. .table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }
  647.  
  648. .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }
  649.  
  650. .table-responsive { overflow-x: auto; min-height: 0.01%; }
  651. @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 16.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  652. .table-responsive > .table { margin-bottom: 0; }
  653. .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  654. .table-responsive > .table-bordered { border: 0; }
  655. .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  656. .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  657. .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }
  658.  
  659. fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
  660.  
  661. legend { display: block; width: 100%; padding: 0; margin-bottom: 22px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }
  662.  
  663. label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }
  664.  
  665. input[type="search"] { box-sizing: border-box; }
  666.  
  667. input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }
  668.  
  669. input[type="file"] { display: block; }
  670.  
  671. input[type="range"] { display: block; width: 100%; }
  672.  
  673. select[multiple], select[size] { height: auto; }
  674.  
  675. input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
  676.  
  677. output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.6; color: #555555; }
  678.  
  679. .form-control { display: block; width: 100%; height: 36px; padding: 6px 12px; font-size: 14px; line-height: 1.6; color: #555555; background-color: #f5f5f5; background-image: none; border: 1px solid #eeeeee; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  680. .form-control:focus { border-color: #eeeeee; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 238, 238, 0.6); }
  681. .form-control::-moz-placeholder { color: #999; opacity: 1; }
  682. .form-control:-ms-input-placeholder { color: #999; }
  683. .form-control::-webkit-input-placeholder { color: #999; }
  684. .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }
  685. .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }
  686.  
  687. textarea.form-control { height: auto; }
  688.  
  689. input[type="search"] { -webkit-appearance: none; }
  690.  
  691. @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 36px; }
  692. input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] { line-height: 30px; }
  693. input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] { line-height: 46px; } }
  694. .form-group { margin-bottom: 15px; }
  695.  
  696. .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
  697. .radio label, .checkbox label { min-height: 22px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }
  698.  
  699. .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }
  700.  
  701. .radio + .radio, .checkbox + .checkbox { margin-top: -5px; }
  702.  
  703. .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }
  704.  
  705. .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }
  706.  
  707. input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }
  708.  
  709. .radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline { cursor: not-allowed; }
  710.  
  711. .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }
  712.  
  713. .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 36px; }
  714. .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn { padding-left: 0; padding-right: 0; }
  715.  
  716. .input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
  717.  
  718. select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px; }
  719.  
  720. textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; }
  721.  
  722. .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
  723. .form-group-sm select.form-control { height: 30px; line-height: 30px; }
  724. .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }
  725. .form-group-sm .form-control-static { height: 30px; min-height: 34px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }
  726.  
  727. .input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
  728.  
  729. select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px; }
  730.  
  731. textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; }
  732.  
  733. .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
  734. .form-group-lg select.form-control { height: 46px; line-height: 46px; }
  735. .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }
  736. .form-group-lg .form-control-static { height: 46px; min-height: 40px; padding: 11px 16px; font-size: 18px; line-height: 1.33333; }
  737.  
  738. .has-feedback { position: relative; }
  739. .has-feedback .form-control { padding-right: 45px; }
  740.  
  741. .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none; }
  742.  
  743. .input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }
  744.  
  745. .input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }
  746.  
  747. .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; }
  748. .has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  749. .has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
  750. .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
  751. .has-success .form-control-feedback { color: #3c763d; }
  752.  
  753. .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; }
  754. .has-warning .form-control { border-color: #8a6d3b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  755. .has-warning .form-control:focus { border-color: #66512c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
  756. .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
  757. .has-warning .form-control-feedback { color: #8a6d3b; }
  758.  
  759. .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; }
  760. .has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  761. .has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
  762. .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
  763. .has-error .form-control-feedback { color: #a94442; }
  764.  
  765. .has-feedback label ~ .form-control-feedback { top: 27px; }
  766. .has-feedback label.sr-only ~ .form-control-feedback { top: 0; }
  767.  
  768. .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #eaeaea; }
  769.  
  770. @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  771. .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
  772. .form-inline .form-control-static { display: inline-block; }
  773. .form-inline .input-group { display: inline-table; vertical-align: middle; }
  774. .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; }
  775. .form-inline .input-group > .form-control { width: 100%; }
  776. .form-inline .control-label { margin-bottom: 0; vertical-align: middle; }
  777. .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  778. .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  779. .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  780. .form-inline .has-feedback .form-control-feedback { top: 0; } }
  781.  
  782. .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
  783. .form-horizontal .radio, .form-horizontal .checkbox { min-height: 29px; }
  784. .form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
  785. .form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
  786. .form-horizontal .form-group:after { clear: both; }
  787. @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } }
  788. .form-horizontal .has-feedback .form-control-feedback { right: 15px; }
  789. @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.33333px; font-size: 18px; } }
  790. @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } }
  791.  
  792. .btn { display: inline-block; margin-bottom: 0; font-weight: bold; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.6; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  793. .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
  794. .btn:hover, .btn:focus, .btn.focus { color: #aaaaaa; text-decoration: none; }
  795. .btn:active, .btn.active { outline: 0; background-image: none; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  796. .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); box-shadow: none; }
  797.  
  798. a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }
  799.  
  800. .btn-default { color: #aaaaaa; background-color: #eeeeee; border-color: #eeeeee; }
  801. .btn-default:focus, .btn-default.focus { color: #aaaaaa; background-color: #d5d5d5; border-color: #aeaeae; }
  802. .btn-default:hover { color: #aaaaaa; background-color: #d5d5d5; border-color: #cfcfcf; }
  803. .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #aaaaaa; background-color: #d5d5d5; border-color: #cfcfcf; }
  804. .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #aaaaaa; background-color: #c3c3c3; border-color: #aeaeae; }
  805. .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
  806. .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #eeeeee; border-color: #eeeeee; }
  807. .btn-default .badge { color: #eeeeee; background-color: #aaaaaa; }
  808.  
  809. .btn-primary { color: #fff; background-color: #4ab9cf; border-color: #4ab9cf; }
  810. .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #30a0b6; border-color: #206b79; }
  811. .btn-primary:hover { color: #fff; background-color: #30a0b6; border-color: #2e99ae; }
  812. .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #30a0b6; border-color: #2e99ae; }
  813. .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #29879a; border-color: #206b79; }
  814. .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
  815. .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #4ab9cf; border-color: #4ab9cf; }
  816. .btn-primary .badge { color: #4ab9cf; background-color: #fff; }
  817.  
  818. .btn-success { color: #fff; background-color: #57ad68; border-color: #57ad68; }
  819. .btn-success:focus, .btn-success.focus { color: #fff; background-color: #458c53; border-color: #2b5934; }
  820. .btn-success:hover { color: #fff; background-color: #458c53; border-color: #41864f; }
  821. .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #458c53; border-color: #41864f; }
  822. .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #397445; border-color: #2b5934; }
  823. .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
  824. .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #57ad68; border-color: #57ad68; }
  825. .btn-success .badge { color: #57ad68; background-color: #fff; }
  826.  
  827. .btn-info { color: #fff; background-color: #4ab9cf; border-color: #4ab9cf; }
  828. .btn-info:focus, .btn-info.focus { color: #fff; background-color: #30a0b6; border-color: #206b79; }
  829. .btn-info:hover { color: #fff; background-color: #30a0b6; border-color: #2e99ae; }
  830. .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #30a0b6; border-color: #2e99ae; }
  831. .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #29879a; border-color: #206b79; }
  832. .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
  833. .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #4ab9cf; border-color: #4ab9cf; }
  834. .btn-info .badge { color: #4ab9cf; background-color: #fff; }
  835.  
  836. .btn-warning { color: #fff; background-color: #e46334; border-color: #e46334; }
  837. .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ca4a1b; border-color: #873112; }
  838. .btn-warning:hover { color: #fff; background-color: #ca4a1b; border-color: #c1461a; }
  839. .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ca4a1b; border-color: #c1461a; }
  840. .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #ab3e17; border-color: #873112; }
  841. .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
  842. .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #e46334; border-color: #e46334; }
  843. .btn-warning .badge { color: #e46334; background-color: #fff; }
  844.  
  845. .btn-danger { color: #fff; background-color: #e21f2f; border-color: #e21f2f; }
  846. .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #b61825; border-color: #730f17; }
  847. .btn-danger:hover { color: #fff; background-color: #b61825; border-color: #ad1623; }
  848. .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #b61825; border-color: #ad1623; }
  849. .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #97141e; border-color: #730f17; }
  850. .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
  851. .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #e21f2f; border-color: #e21f2f; }
  852. .btn-danger .badge { color: #e21f2f; background-color: #fff; }
  853.  
  854. .btn-link { color: #4ab9cf; font-weight: normal; border-radius: 0; }
  855. .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; }
  856. .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
  857. .btn-link:hover, .btn-link:focus { color: #36b1ca; text-decoration: underline; background-color: transparent; }
  858. .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }
  859.  
  860. .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
  861.  
  862. .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
  863.  
  864. .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
  865.  
  866. .btn-block { display: block; width: 100%; }
  867.  
  868. .btn-block + .btn-block { margin-top: 5px; }
  869.  
  870. input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }
  871.  
  872. .fade { opacity: 0; transition: opacity 0.15s linear; }
  873. .fade.in { opacity: 1; }
  874.  
  875. .collapse { display: none; }
  876. .collapse.in { display: block; }
  877.  
  878. tr.collapse.in { display: table-row; }
  879.  
  880. tbody.collapse.in { display: table-row-group; }
  881.  
  882. .collapsing { position: relative; height: 0; overflow: hidden; transition-property: height, visibility; transition-duration: 0.35s; transition-timing-function: ease; }
  883.  
  884. .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; }
  885.  
  886. .dropup, .dropdown { position: relative; }
  887.  
  888. .dropdown-toggle:focus { outline: 0; }
  889.  
  890. .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 14px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
  891. .dropdown-menu.pull-right { right: 0; left: auto; }
  892. .dropdown-menu .divider { height: 1px; margin: 10px 0; overflow: hidden; background-color: #e5e5e5; }
  893. .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.6; color: #333333; white-space: nowrap; }
  894.  
  895. .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; }
  896.  
  897. .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #4ab9cf; }
  898.  
  899. .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; }
  900. .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }
  901.  
  902. .open > .dropdown-menu { display: block; }
  903. .open > a { outline: 0; }
  904.  
  905. .dropdown-menu-right { left: auto; right: 0; }
  906.  
  907. .dropdown-menu-left { left: 0; right: auto; }
  908.  
  909. .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.6; color: #777777; white-space: nowrap; }
  910.  
  911. .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }
  912.  
  913. .pull-right > .dropdown-menu { right: 0; left: auto; }
  914.  
  915. .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; }
  916. .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; }
  917.  
  918. @media (min-width: 992px) { .navbar-right .dropdown-menu { right: 0; left: auto; }
  919. .navbar-right .dropdown-menu-left { left: 0; right: auto; } }
  920. .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
  921. .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; }
  922. .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; }
  923.  
  924. .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }
  925.  
  926. .btn-toolbar { margin-left: -5px; }
  927. .btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; }
  928. .btn-toolbar:after { clear: both; }
  929. .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }
  930. .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; }
  931.  
  932. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }
  933.  
  934. .btn-group > .btn:first-child { margin-left: 0; }
  935. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }
  936.  
  937. .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }
  938.  
  939. .btn-group > .btn-group { float: left; }
  940.  
  941. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }
  942.  
  943. .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }
  944.  
  945. .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }
  946.  
  947. .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }
  948.  
  949. .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }
  950.  
  951. .btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }
  952.  
  953. .btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  954. .btn-group.open .dropdown-toggle.btn-link { box-shadow: none; }
  955.  
  956. .btn .caret { margin-left: 0; }
  957.  
  958. .btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; }
  959.  
  960. .dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; }
  961.  
  962. .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }
  963. .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; }
  964. .btn-group-vertical > .btn-group:after { clear: both; }
  965. .btn-group-vertical > .btn-group > .btn { float: none; }
  966. .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }
  967.  
  968. .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }
  969. .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
  970. .btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; }
  971.  
  972. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }
  973.  
  974. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
  975.  
  976. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }
  977.  
  978. .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
  979. .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; }
  980. .btn-group-justified > .btn-group .btn { width: 100%; }
  981. .btn-group-justified > .btn-group .dropdown-menu { left: auto; }
  982.  
  983. [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }
  984.  
  985. .input-group { position: relative; display: table; border-collapse: separate; }
  986. .input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; }
  987. .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }
  988.  
  989. .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; }
  990. .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }
  991.  
  992. .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }
  993.  
  994. .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #eeeeee; border-radius: 4px; }
  995. .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn { padding: 5px 10px; font-size: 12px; border-radius: 3px; }
  996. .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn { padding: 10px 16px; font-size: 18px; border-radius: 6px; }
  997. .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }
  998.  
  999. .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; }
  1000.  
  1001. .input-group-addon:first-child { border-right: 0; }
  1002.  
  1003. .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; }
  1004.  
  1005. .input-group-addon:last-child { border-left: 0; }
  1006.  
  1007. .input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
  1008. .input-group-btn > .btn { position: relative; }
  1009. .input-group-btn > .btn + .btn { margin-left: -1px; }
  1010. .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }
  1011. .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }
  1012. .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; }
  1013.  
  1014. .nav { margin-bottom: 0; padding-left: 0; list-style: none; }
  1015. .nav:before, .nav:after { content: " "; display: table; }
  1016. .nav:after { clear: both; }
  1017. .nav > li { position: relative; display: block; }
  1018. .nav > li > a { position: relative; display: block; padding: 10px 15px; }
  1019. .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; }
  1020. .nav > li.disabled > a { color: #777777; }
  1021. .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; }
  1022. .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #4ab9cf; }
  1023. .nav .nav-divider { height: 1px; margin: 10px 0; overflow: hidden; background-color: #e5e5e5; }
  1024. .nav > li > a > img { max-width: none; }
  1025.  
  1026. .nav-tabs { border-bottom: 1px solid #ddd; }
  1027. .nav-tabs > li { float: left; margin-bottom: -1px; }
  1028. .nav-tabs > li > a { margin-right: 2px; line-height: 1.6; border: 1px solid transparent; border-radius: 4px 4px 0 0; }
  1029. .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }
  1030. .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }
  1031.  
  1032. .nav-pills > li { float: left; }
  1033. .nav-pills > li > a { border-radius: 4px; }
  1034. .nav-pills > li + li { margin-left: 2px; }
  1035. .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #4ab9cf; }
  1036.  
  1037. .nav-stacked > li { float: none; }
  1038. .nav-stacked > li + li { margin-top: 2px; margin-left: 0; }
  1039.  
  1040. .nav-justified, .nav-tabs.nav-justified { width: 100%; }
  1041. .nav-justified > li, .nav-tabs.nav-justified > li { float: none; }
  1042. .nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
  1043. .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
  1044. @media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
  1045. .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } }
  1046.  
  1047. .nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }
  1048. .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; }
  1049. .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }
  1050. @media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; }
  1051. .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }
  1052.  
  1053. .tab-content > .tab-pane { display: none; }
  1054. .tab-content > .active { display: block; }
  1055.  
  1056. .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }
  1057.  
  1058. .navbar { position: relative; min-height: 50px; margin-bottom: 22px; border: 1px solid transparent; }
  1059. .navbar:before, .navbar:after { content: " "; display: table; }
  1060. .navbar:after { clear: both; }
  1061. @media (min-width: 992px) { .navbar { border-radius: 4px; } }
  1062.  
  1063. .navbar-header:before, .navbar-header:after { content: " "; display: table; }
  1064. .navbar-header:after { clear: both; }
  1065. @media (min-width: 992px) { .navbar-header { float: left; } }
  1066.  
  1067. .navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
  1068. .navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }
  1069. .navbar-collapse:after { clear: both; }
  1070. .navbar-collapse.in { overflow-y: auto; }
  1071. @media (min-width: 992px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
  1072. .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
  1073. .navbar-collapse.in { overflow-y: visible; }
  1074. .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } }
  1075.  
  1076. .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; }
  1077. @media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } }
  1078.  
  1079. .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; }
  1080. @media (min-width: 992px) { .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } }
  1081.  
  1082. .navbar-static-top { z-index: 1000; border-width: 0 0 1px; }
  1083. @media (min-width: 992px) { .navbar-static-top { border-radius: 0; } }
  1084.  
  1085. .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }
  1086. @media (min-width: 992px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } }
  1087.  
  1088. .navbar-fixed-top { top: 0; border-width: 0 0 1px; }
  1089.  
  1090. .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; }
  1091.  
  1092. .navbar-brand { float: left; padding: 14px 15px; font-size: 18px; line-height: 22px; height: 50px; }
  1093. .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
  1094. .navbar-brand > img { display: block; }
  1095. @media (min-width: 992px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } }
  1096.  
  1097. .navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }
  1098. .navbar-toggle:focus { outline: 0; }
  1099. .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
  1100. .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
  1101. @media (min-width: 992px) { .navbar-toggle { display: none; } }
  1102.  
  1103. .navbar-nav { margin: 7px -15px; }
  1104. .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 22px; }
  1105. @media (max-width: 991px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  1106. .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  1107. .navbar-nav .open .dropdown-menu > li > a { line-height: 22px; }
  1108. .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }
  1109. @media (min-width: 992px) { .navbar-nav { float: left; margin: 0; }
  1110. .navbar-nav > li { float: left; }
  1111. .navbar-nav > li > a { padding-top: 14px; padding-bottom: 14px; } }
  1112.  
  1113. .navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: 7px; margin-bottom: 7px; }
  1114. @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  1115. .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; }
  1116. .navbar-form .form-control-static { display: inline-block; }
  1117. .navbar-form .input-group { display: inline-table; vertical-align: middle; }
  1118. .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; }
  1119. .navbar-form .input-group > .form-control { width: 100%; }
  1120. .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }
  1121. .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  1122. .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; }
  1123. .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  1124. .navbar-form .has-feedback .form-control-feedback { top: 0; } }
  1125. @media (max-width: 991px) { .navbar-form .form-group { margin-bottom: 5px; }
  1126. .navbar-form .form-group:last-child { margin-bottom: 0; } }
  1127. @media (min-width: 992px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; box-shadow: none; } }
  1128.  
  1129. .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }
  1130.  
  1131. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
  1132.  
  1133. .navbar-btn { margin-top: 7px; margin-bottom: 7px; }
  1134. .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 10px; margin-bottom: 10px; }
  1135. .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; }
  1136.  
  1137. .navbar-text { margin-top: 14px; margin-bottom: 14px; }
  1138. @media (min-width: 992px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; } }
  1139.  
  1140. @media (min-width: 992px) { .navbar-left { float: left !important; }
  1141. .navbar-right { float: right !important; margin-right: -15px; }
  1142. .navbar-right ~ .navbar-right { margin-right: 0; } }
  1143. .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }
  1144. .navbar-default .navbar-brand { color: #777; }
  1145. .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }
  1146. .navbar-default .navbar-text { color: #777; }
  1147. .navbar-default .navbar-nav > li > a { color: #777; }
  1148. .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }
  1149. .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }
  1150. .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }
  1151. .navbar-default .navbar-toggle { border-color: #ddd; }
  1152. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }
  1153. .navbar-default .navbar-toggle .icon-bar { background-color: #888; }
  1154. .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; }
  1155. .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; }
  1156. @media (max-width: 991px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
  1157. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }
  1158. .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }
  1159. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } }
  1160. .navbar-default .navbar-link { color: #777; }
  1161. .navbar-default .navbar-link:hover { color: #333; }
  1162. .navbar-default .btn-link { color: #777; }
  1163. .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }
  1164. .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }
  1165.  
  1166. .navbar-inverse { background-color: #222; border-color: #090909; }
  1167. .navbar-inverse .navbar-brand { color: #9d9d9d; }
  1168. .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }
  1169. .navbar-inverse .navbar-text { color: #9d9d9d; }
  1170. .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; }
  1171. .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; }
  1172. .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; }
  1173. .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }
  1174. .navbar-inverse .navbar-toggle { border-color: #333; }
  1175. .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }
  1176. .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }
  1177. .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; }
  1178. .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; }
  1179. @media (max-width: 991px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; }
  1180. .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; }
  1181. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; }
  1182. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }
  1183. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; }
  1184. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } }
  1185. .navbar-inverse .navbar-link { color: #9d9d9d; }
  1186. .navbar-inverse .navbar-link:hover { color: #fff; }
  1187. .navbar-inverse .btn-link { color: #9d9d9d; }
  1188. .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }
  1189. .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }
  1190.  
  1191. .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; }
  1192. .jumbotron h1, .jumbotron .h1 { color: inherit; }
  1193. .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; }
  1194. .jumbotron > hr { border-top-color: #d5d5d5; }
  1195. .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; }
  1196. .jumbotron .container { max-width: 100%; }
  1197. @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; }
  1198. .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; }
  1199. .jumbotron h1, .jumbotron .h1 { font-size: 63px; } }
  1200.  
  1201. .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
  1202. .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; }
  1203.  
  1204. .embed-responsive-16by9 { padding-bottom: 56.25%; }
  1205.  
  1206. .embed-responsive-4by3 { padding-bottom: 75%; }
  1207.  
  1208. .modal-open { overflow: hidden; }
  1209.  
  1210. .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }
  1211. .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; }
  1212. .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
  1213.  
  1214. .modal-open .modal { overflow-x: hidden; overflow-y: auto; }
  1215.  
  1216. .modal-dialog { position: relative; width: auto; margin: 10px; }
  1217.  
  1218. .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; }
  1219.  
  1220. .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }
  1221. .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }
  1222. .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); }
  1223.  
  1224. .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.6px; }
  1225.  
  1226. .modal-header .close { margin-top: -2px; }
  1227.  
  1228. .modal-title { margin: 0; line-height: 1.6; }
  1229.  
  1230. .modal-body { position: relative; padding: 15px; }
  1231.  
  1232. .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
  1233. .modal-footer:before, .modal-footer:after { content: " "; display: table; }
  1234. .modal-footer:after { clear: both; }
  1235. .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }
  1236. .modal-footer .btn-group .btn + .btn { margin-left: -1px; }
  1237. .modal-footer .btn-block + .btn-block { margin-left: 0; }
  1238.  
  1239. .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
  1240.  
  1241. @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; }
  1242. .modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  1243. .modal-sm { width: 300px; } }
  1244. @media (min-width: 992px) { .modal-lg { width: 900px; } }
  1245. .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Roboto", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.6; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); }
  1246. .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }
  1247. .tooltip.top { margin-top: -3px; padding: 5px 0; }
  1248. .tooltip.right { margin-left: 3px; padding: 0 5px; }
  1249. .tooltip.bottom { margin-top: 3px; padding: 5px 0; }
  1250. .tooltip.left { margin-left: -3px; padding: 0 5px; }
  1251.  
  1252. .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; }
  1253.  
  1254. .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
  1255.  
  1256. .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; }
  1257. .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }
  1258. .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; }
  1259. .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; }
  1260. .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; }
  1261. .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }
  1262. .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }
  1263. .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }
  1264.  
  1265. .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Roboto", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.6; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 14px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  1266. .popover.top { margin-top: -10px; }
  1267. .popover.right { margin-left: 10px; }
  1268. .popover.bottom { margin-top: 10px; }
  1269. .popover.left { margin-left: -10px; }
  1270.  
  1271. .popover-title { margin: 0; padding: 8px 14px; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }
  1272.  
  1273. .popover-content { padding: 9px 14px; }
  1274.  
  1275. .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }
  1276.  
  1277. .popover > .arrow { border-width: 11px; }
  1278.  
  1279. .popover > .arrow:after { border-width: 10px; content: ""; }
  1280.  
  1281. .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; }
  1282. .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; }
  1283. .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); }
  1284. .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; }
  1285. .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; }
  1286. .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; }
  1287. .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); }
  1288. .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; }
  1289.  
  1290. .carousel { position: relative; }
  1291.  
  1292. .carousel-inner { position: relative; overflow: hidden; width: 100%; }
  1293. .carousel-inner > .item { display: none; position: relative; transition: 0.6s ease-in-out left; }
  1294. .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }
  1295. @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; }
  1296. .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; }
  1297. .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; }
  1298. .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } }
  1299. .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }
  1300. .carousel-inner > .active { left: 0; }
  1301. .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
  1302. .carousel-inner > .next { left: 100%; }
  1303. .carousel-inner > .prev { left: -100%; }
  1304. .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }
  1305. .carousel-inner > .active.left { left: -100%; }
  1306. .carousel-inner > .active.right { left: 100%; }
  1307.  
  1308. .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  1309. .carousel-control.left { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  1310. .carousel-control.right { left: auto; right: 0; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  1311. .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }
  1312. .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; }
  1313. .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }
  1314. .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }
  1315. .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; }
  1316. .carousel-control .icon-prev:before { content: '\2039'; }
  1317. .carousel-control .icon-next:before { content: '\203a'; }
  1318.  
  1319. .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }
  1320. .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; }
  1321. .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; }
  1322.  
  1323. .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  1324. .carousel-caption .btn { text-shadow: none; }
  1325.  
  1326. @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; }
  1327. .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; }
  1328. .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; }
  1329. .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }
  1330. .carousel-indicators { bottom: 20px; } }
  1331. .clearfix:before, .clearfix:after { content: " "; display: table; }
  1332. .clearfix:after { clear: both; }
  1333.  
  1334. .center-block { display: block; margin-left: auto; margin-right: auto; }
  1335.  
  1336. .pull-right { float: right !important; }
  1337.  
  1338. .pull-left { float: left !important; }
  1339.  
  1340. .hide { display: none !important; }
  1341.  
  1342. .show { display: block !important; }
  1343.  
  1344. .invisible { visibility: hidden; }
  1345.  
  1346. .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
  1347.  
  1348. .hidden { display: none !important; }
  1349.  
  1350. .affix { position: fixed; }
  1351.  
  1352. /*------------------------------------*\
  1353. 03. Tags
  1354. \*------------------------------------*/
  1355. body .boxed-container { background-color: #ffffff; overflow-x: hidden; }
  1356. body.boxed > .boxed-container { margin: 0 auto; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); max-width: 100%; }
  1357. @media (min-width: 768px) { body.boxed > .boxed-container { width: 810px; } }
  1358. @media (min-width: 992px) { body.boxed > .boxed-container { width: 1030px; } }
  1359. @media (min-width: 1200px) { body.boxed > .boxed-container { width: 1230px; } }
  1360. body.boxed .footer-top::before, body.boxed .footer::before { display: none; }
  1361. @media (min-width: 1500px) { body.boxed .jumbotron-content { top: 110px; } }
  1362. @media (min-width: 1200px) { body.boxed .jumbotron-content__title h1 { font-size: 38px; } }
  1363. @media (min-width: 1500px) { body.boxed .jumbotron__control { top: 40px; width: 40px; height: 40px; line-height: 40px; font-size: 18px; } }
  1364. @media (min-width: 1500px) { body.boxed .jumbotron__control.right { margin-left: 48px; } }
  1365.  
  1366. h1, h2, h3, h4, h5, h6 { color: #444444; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: 900; letter-spacing: -.05em; }
  1367.  
  1368. h3 { font-size: 27px; }
  1369.  
  1370. input, select, textarea { outline: 0; }
  1371.  
  1372. .dark-link { color: #444444; }
  1373. .dark-link:hover, .dark-link:focus { color: #444444; }
  1374.  
  1375. /*------------------------------------*\
  1376. 04. Helpers
  1377. \*------------------------------------*/
  1378. .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
  1379.  
  1380. .wp-post-image { max-width: 100%; height: auto; }
  1381.  
  1382. .featured-widget { padding: 30px; background-color: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
  1383. .featured-widget h3 { margin-top: 0; }
  1384.  
  1385. @media (min-width: 1500px) { .jumbotron-overlap { position: relative; margin-top: -75px; } }
  1386. @media (min-width: 1500px) { .jumbotron-overlap img { box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2); } }
  1387.  
  1388. .widget-title { margin-bottom: 30px; position: relative; }
  1389. .widget-title--big .widget-title { font-size: 27px; }
  1390. @media (min-width: 992px) { .widget-title--big .widget-title { font-size: 44px; } }
  1391. .widget-title__line { border-bottom: 1px solid rgba(0, 0, 0, 0.065); position: absolute; right: 0; top: 50%; }
  1392.  
  1393. .hr-quote { position: relative; }
  1394. .hr-quote::after { position: absolute; content: '“'; font-family: Georgia, "Times New Roman"; right: calc(50% - 5px); top: calc(50% - 22px); color: #e21f2f; font-size: 40px; width: 10px; height: 10px; }
  1395.  
  1396. .fullwidth { width: 100%; }
  1397.  
  1398. /*------------------------------------*\
  1399. 05. Components
  1400. \*------------------------------------*/
  1401. /* 05.01. Top Bar */
  1402. .top { font-size: 13px; background-color: #f5f5f5; border-bottom: 1px solid #ededed; color: #aaaaaa; }
  1403.  
  1404. .top__tagline { text-align: center; padding: 8px 0 2.5px 0; }
  1405. @media (min-width: 992px) { .top__tagline { float: left; padding: 7.5px 0; } }
  1406.  
  1407. .top__menu { text-align: center; }
  1408. @media (min-width: 992px) { .top__menu { float: right; } }
  1409.  
  1410. /* 05.02. Header */
  1411. .header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
  1412. .header__logo { -webkit-order: 1; -ms-flex-order: 1; order: 1; background-color: #ffffff; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; }
  1413. @media (min-width: 992px) { .header__logo { width: 270px; height: 120px; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-bottom: 0; } }
  1414. @media (min-width: 1200px) { .header__logo { position: relative; } }
  1415. @media (min-width: 1200px) { .header__logo::after { position: absolute; content: ""; height: 43px; width: 43px; background-color: #ffffff; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); bottom: 9px; right: -22px; } }
  1416. .header__logo img { display: inline-block; margin-top: 15px; margin-bottom: 15px; width: 60%; }
  1417. @media (min-width: 480px) { .header__logo img { width: auto; } }
  1418. @media (min-width: 992px) { .header__logo img { margin-bottom: 0; } }
  1419. .header__logo a { transition: all 100ms ease-out; }
  1420. .header__logo a:hover { text-decoration: none; }
  1421. .header__logo a h1 { margin: 40px 0; color: #444444; }
  1422. .header__logo a h1:hover { color: #000000; }
  1423. .header__widgets { -webkit-order: 3; -ms-flex-order: 3; order: 3; background-color: #ffffff; width: 100%; }
  1424. @media (min-width: 992px) { .header__widgets { -webkit-order: 2; -ms-flex-order: 2; order: 2; width: calc(100% - 270px); height: 120px; text-align: right; padding: 37.5px 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } }
  1425. @media (min-width: 1200px) { .header__widgets { height: 90px; padding: 22.5px 0; } }
  1426. .header__navigation { -webkit-order: 2; -ms-flex-order: 2; order: 2; width: 100%; }
  1427. @media (min-width: 992px) { .header__navigation { -webkit-order: 3; -ms-flex-order: 3; order: 3; width: 75%; } }
  1428. @media (min-width: 1200px) { .header__navigation { width: calc(80% - 300px); margin-left: 300px; margin-top: -30px; } }
  1429. .header__navigation .navbar-collapse { padding: 0; }
  1430. .header__navigation-widgets { -webkit-order: 4; -ms-flex-order: 4; order: 4; width: 100%; padding: 20px 0; }
  1431. @media (min-width: 992px) { .header__navigation-widgets { width: 25%; padding: 10px 0; text-align: right; } }
  1432. @media (min-width: 1200px) { .header__navigation-widgets { margin-top: -30px; width: 20%; } }
  1433. .header__container { background-color: #ffffff; position: relative; }
  1434. @media (min-width: 992px) { .header__container { background-color: #1f425d; }
  1435. .header__container::before, .header__container::after { content: ""; position: absolute; top: 0; width: calc(50% - 470px); background-color: #ffffff; bottom: 60px; }
  1436. .header__container::before { left: 0; }
  1437. .header__container::after { right: 0; } }
  1438. @media (min-width: 1200px) { .header__container::before, .header__container::after { width: calc(50% - 570px); }
  1439. .header__container::before { bottom: 30px; } }
  1440.  
  1441. /* 05.03. Main Title */
  1442. .main-title { background: linear-gradient(to right, #f5f5f5 0%, #eeeeee 100%); padding: 50px 0; margin-bottom: 30px; }
  1443. .main-title__primary { text-transform: uppercase; margin: 0; font-size: 44px; }
  1444. .main-title__secondary { font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 16px; color: #aaaaaa; margin: 10px 0 7px 0; font-weight: normal; letter-spacing: 0px; }
  1445.  
  1446. /* 05.04. Breadcrumbs */
  1447. .breadcrumbs { box-shadow: 0 1px 2px #e6e6e6; border-top: 1px solid #e6e6e6; font-size: 10px; margin-bottom: 30px; }
  1448. @media (min-width: 480px) { .breadcrumbs { font-size: 14px; } }
  1449. @media (min-width: 992px) { .breadcrumbs { margin-bottom: 60px; } }
  1450. .breadcrumbs a { position: relative; display: inline-block; padding: 8px 0; font-weight: bold; color: #444444; padding-right: 15px; margin-right: 15px; font-size: 10px; }
  1451. @media (min-width: 480px) { .breadcrumbs a { padding: 12px 0; padding-right: 30px; margin-right: 30px; font-size: 14px; } }
  1452. .breadcrumbs a::before, .breadcrumbs a::after { position: absolute; content: ""; height: 25px; width: 1px; right: 0; background-color: #e6e6e6; }
  1453. @media (min-width: 480px) { .breadcrumbs a::before, .breadcrumbs a::after { height: 33px; } }
  1454. .breadcrumbs a::before { top: -5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  1455. .breadcrumbs a::after { bottom: -5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
  1456. .breadcrumbs a:hover { color: #222222; text-decoration: none; }
  1457. .breadcrumbs span > span { display: inline-block; padding: 8px 0; }
  1458. @media (min-width: 480px) { .breadcrumbs span > span { padding: 12px 0; } }
  1459.  
  1460. .main-title + .breadcrumbs { margin-top: -30px; }
  1461.  
  1462. /* 05.05. Sidebar */
  1463. .sidebar__headings { font-size: 27px; margin-top: 0; margin-bottom: 20px; }
  1464. .sidebar .widget { margin-bottom: 39px; }
  1465.  
  1466. /* 05.06. Footer */
  1467. .footer { position: relative; }
  1468. .footer::before, .footer::after { z-index: 100; position: absolute; content: ""; background-color: #1f425d; }
  1469. @media (min-width: 992px) { .footer::before { width: 43px; height: 43px; top: -21px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); right: calc(50% - 470px - 85px); } }
  1470. @media (min-width: 1200px) { .footer::before { right: calc(50% - 570px - 85px); } }
  1471. @media (min-width: 992px) { .footer::after { height: 30px; top: -30px; right: 0; width: calc(50% - 470px - 63px); } }
  1472. @media (min-width: 1200px) { .footer::after { width: calc(50% - 570px - 63px); } }
  1473. .footer-top { position: relative; background-color: #1f425d; color: #9eb7cb; padding: 30px 0; }
  1474. @media (min-width: 992px) { .footer-top { padding: 55px 0; } }
  1475. .footer-top::before, .footer-top::after { z-index: 100; position: absolute; content: ""; background-color: #1f425d; }
  1476. @media (min-width: 992px) { .footer-top::before { width: 43px; height: 43px; bottom: -21px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); left: calc(50% - 470px - 85px); } }
  1477. @media (min-width: 1200px) { .footer-top::before { left: calc(50% - 570px - 85px); } }
  1478. @media (min-width: 992px) { .footer-top::after { height: 30px; bottom: -30px; left: 0; width: calc(50% - 470px - 63px); } }
  1479. @media (min-width: 1200px) { .footer-top::after { width: calc(50% - 570px - 63px); } }
  1480. .footer-top__headings { color: #ffffff; font-size: 21px; margin-top: 0; margin-bottom: 21px; }
  1481. .footer-bottom { background-color: #162f42; color: #577186; padding: 10px 0; text-align: center; }
  1482. @media (min-width: 992px) { .footer-bottom { padding: 19px 0; } }
  1483. .footer-bottom a { color: #eeeeee; font-weight: bold; }
  1484. .footer-bottom a:hover { color: #ffffff; }
  1485. @media (min-width: 992px) { .footer-bottom__left { float: left; } }
  1486. .footer-bottom__right { padding-top: 5px; }
  1487. @media (min-width: 992px) { .footer-bottom__right { float: right; padding-top: 0; } }
  1488.  
  1489. /* 05.07. Error 404 */
  1490. .error-404 { text-align: center; margin-top: -30px; }
  1491. @media (min-width: 992px) { .error-404 { margin-top: -60px; } }
  1492. .error-404 img { width: 100%; height: auto; }
  1493. .error-404__content { margin-bottom: 30px; }
  1494. @media (min-width: 992px) { .error-404__content { margin-top: -180px; margin-bottom: 120px; } }
  1495. .error-404__text { font-size: 18px; color: #aaaaaa; margin-bottom: 30px; }
  1496. @media (min-width: 992px) { .error-404 .widget_search { display: inline-block; text-align: center; } }
  1497. @media (min-width: 992px) { .error-404 .widget_search .search-form { width: 400px; } }
  1498.  
  1499. /* 05.08. Fallback for no Flexbox */
  1500. .no-flexbox .header { display: inline-block; width: 100%; }
  1501. .no-flexbox .header__logo { width: 100%; }
  1502. @media (min-width: 992px) { .no-flexbox .header__logo { text-align: center; } }
  1503. .no-flexbox .header__logo::after { display: none; }
  1504. .no-flexbox .header__navigation { width: 100%; margin-left: 0; margin-top: 0; }
  1505. @media (min-width: 992px) { .no-flexbox .header__navigation { text-align: center; } }
  1506. .no-flexbox .header__widgets { width: 100%; }
  1507. @media (min-width: 992px) { .no-flexbox .header__widgets { text-align: center; } }
  1508. @media (min-width: 992px) { .no-flexbox .header__widgets .widget { display: inline-block; } }
  1509. .no-flexbox .header__widgets .widget .textwidget .btn { margin-bottom: 25px; }
  1510. .no-flexbox .header__navigation-widgets { width: 100%; text-align: center; margin-top: 0; }
  1511. .no-flexbox .header__container::before, .no-flexbox .header__container::after { display: none; }
  1512.  
  1513. /* 05.09. Top Navigation */
  1514. .top-navigation { text-align: center; margin: 0; padding: 0; }
  1515. @media (min-width: 992px) { .top-navigation { text-align: right; } }
  1516. .top-navigation > li { position: relative; display: inline-block; }
  1517. .top-navigation > li > a { display: block; color: #aaaaaa; padding: 7.5px 10px; }
  1518. @media (min-width: 992px) { .top-navigation > li > a { padding: 7.5px 13px; } }
  1519. .top-navigation > li > a:hover, .top-navigation > li > a:focus { color: #888888; text-decoration: none; }
  1520. .top-navigation > li:hover > .sub-menu, .top-navigation > li[aria-expanded="true"] > .sub-menu { left: 0; }
  1521. @media (min-width: 992px) { .top-navigation > li:last-of-type > a { padding-right: 0; } }
  1522. .top-navigation .sub-menu { position: absolute; float: left; left: -9999em; z-index: 9999; text-align: left; list-style: none; padding: 0; }
  1523. .top-navigation .sub-menu > li { position: relative; }
  1524. .top-navigation .sub-menu > li > a { display: block; white-space: nowrap; background-color: #f5f5f5; color: #aaaaaa; padding: 7px 13px; border-bottom: 1px solid #ededed; }
  1525. .top-navigation .sub-menu > li > a:hover, .top-navigation .sub-menu > li > a:focus { color: #888888; text-decoration: none; }
  1526. .top-navigation .sub-menu > li > .sub-menu { top: 0; border-left: 1px solid #ededed; }
  1527. .top-navigation .sub-menu > li:hover > .sub-menu, .top-navigation .sub-menu > li[aria-expanded="true"] > .sub-menu { left: 100%; }
  1528. .top-navigation .sub-menu > li:last-of-type > a { border-bottom: 0; }
  1529.  
  1530. /* 05.10. Main Navigation */
  1531. .main-navigation { padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  1532. @media (min-width: 992px) { .main-navigation { padding: 0; margin: 0; border-bottom: 0; font-size: 0; } }
  1533. @media (min-width: 1200px) { .main-navigation { padding-left: 10px; } }
  1534. .main-navigation > li { position: relative; }
  1535. @media (min-width: 992px) { .main-navigation > li { display: inline-block; font-size: 14px; } }
  1536. .main-navigation > li > a { position: relative; display: block; font-size: 16px; line-height: 1.5; font-weight: bold; color: #444444; padding: 10px 0; }
  1537. @media (min-width: 992px) { .main-navigation > li > a { color: #ffffff; padding: 18px 20px; } }
  1538. @media (min-width: 992px) { .main-navigation > li > a::before { position: absolute; content: ""; width: 4px; height: 4px; right: -2px; top: calc(50% - 2px); border-radius: 50%; background: rgba(250, 250, 250, 0.2); } }
  1539. .main-navigation > li:last-of-type > a::before { display: none; }
  1540. .main-navigation > li:hover > a, .main-navigation > li:focus > a, .main-navigation > li[aria-expanded="true"] > a { color: #1f425d; text-decoration: none; }
  1541. @media (min-width: 992px) { .main-navigation > li:hover > a, .main-navigation > li:focus > a, .main-navigation > li[aria-expanded="true"] > a { color: #ffffff; } }
  1542. @media (min-width: 992px) { .main-navigation > li:hover > a::after, .main-navigation > li:focus > a::after, .main-navigation > li[aria-expanded="true"] > a::after { position: absolute; content: ""; width: calc(100% - 30px); height: 5px; left: 15px; bottom: 0; background-color: #e21f2f; } }
  1543. .main-navigation > li:hover > .sub-menu, .main-navigation > li:focus > .sub-menu, .main-navigation > li[aria-expanded="true"] > .sub-menu { left: 0; }
  1544. @media (min-width: 992px) { .main-navigation > .current-menu-item > a::after { position: absolute; content: ""; width: calc(100% - 30px); height: 5px; left: 15px; bottom: 0; background-color: #e21f2f; } }
  1545. @media (min-width: 992px) { .main-navigation .menu-item-has-children > a { padding: 18px 35px 18px 20px; } }
  1546. @media (min-width: 992px) { .main-navigation .menu-item-has-children::after { position: absolute; content: "\f0d7"; font-family: "FontAwesome"; font-size: 12px; right: 18px; top: calc(50% - 10px); color: #ffffff; } }
  1547. .main-navigation .menu-item-has-children:hover::after { color: #1f425d; }
  1548. @media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a { color: #1f425d; background-color: #ffffff; border-top-left-radius: 2px; border-top-right-radius: 2px; padding: 8px 30px 18px 15px; margin: 10px 5px 0 5px; } }
  1549. @media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a::before { right: -7px; top: 18px; } }
  1550. @media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a::after { display: none; } }
  1551. .main-navigation .sub-menu { list-style: none; padding: 0; }
  1552. @media (min-width: 992px) { .main-navigation .sub-menu { position: absolute; left: -9999em; z-index: 9999; margin-left: 5px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } }
  1553. .main-navigation .sub-menu > li { position: relative; }
  1554. .main-navigation .sub-menu > li > a { display: block; font-size: 14px; font-weight: bold; padding: 12px 20px; background-color: #ffffff; color: #999999; }
  1555. @media (min-width: 992px) { .main-navigation .sub-menu > li > a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); min-width: 160px; white-space: nowrap; } }
  1556. .main-navigation .sub-menu > li > a:hover { color: #1f425d; text-decoration: none; }
  1557. @media (min-width: 992px) { .main-navigation .sub-menu > li:last-of-type > a { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-bottom: 0; } }
  1558. .main-navigation .sub-menu > li:hover > .sub-menu, .main-navigation .sub-menu > li[aria-expanded="true"] > .sub-menu { left: 100%; }
  1559. .main-navigation .sub-menu > li > .sub-menu { margin-top: 0; top: 0; margin-left: 0; padding-left: 20px; }
  1560. @media (min-width: 992px) { .main-navigation .sub-menu > li > .sub-menu { padding-left: 0; box-shadow: 1px 0 1px #dadada; } }
  1561. @media (min-width: 992px) { .main-navigation .sub-menu > li > .sub-menu > li > a { border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  1562. .main-navigation .sub-menu > li > .sub-menu > li:first-of-type > a { border-bottom-left-radius: 0; border-top-right-radius: 2px; }
  1563. .main-navigation .sub-menu > li > .sub-menu > li:last-of-type > a { border-bottom-left-radius: 0; border-bottom-right-radius: 2px; }
  1564. .main-navigation .sub-menu > li > .sub-menu > li:hover.menu-item-has-children > a { border-top-right-radius: 0; border-bottom-right-radius: 0; }
  1565. .main-navigation .sub-menu .menu-item-has-children { position: relative; }
  1566. .main-navigation .sub-menu .menu-item-has-children:hover > a { margin: 0; padding: 12px 20px; border-top-left-radius: 0; border-top-right-radius: 0; }
  1567. .main-navigation .sub-menu .menu-item-has-children:hover::after { color: #1f425d; }
  1568. @media (min-width: 992px) { .main-navigation .sub-menu .menu-item-has-children::after { position: absolute; content: "\f0da"; font-family: "FontAwesome"; font-size: 12px; right: 15px; top: calc(50% - 10px); color: #999999; } }
  1569.  
  1570. .navbar-toggle { background-color: #1f425d; border-radius: 2px; padding: 10px 12px; margin: 10px 0; transition: all 100ms ease-out; }
  1571. @media (min-width: 480px) { .navbar-toggle { margin: 18px 0; } }
  1572. .navbar-toggle:hover { background-color: #19344a; }
  1573. .navbar-toggle .icon-bar { background-color: #ffffff; width: 18px; height: 3px; }
  1574. .navbar-toggle .icon-bar + .icon-bar { margin-top: 3px; }
  1575. .navbar-toggle__text { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; display: inline-block; padding: 0 10px 0 0; }
  1576. .navbar-toggle__icon-bar { vertical-align: middle; display: inline-block; height: 18px; }
  1577.  
  1578. /* 05.11. Jumbotron */
  1579. .jumbotron { position: relative; padding: 0; background-color: #1f425d; margin-bottom: 30px; }
  1580. @media (min-width: 992px) { .jumbotron { margin-bottom: 45px; } }
  1581. .jumbotron-content { color: #ffffff; padding: 30px 0; }
  1582. @media (min-width: 992px) { .jumbotron-content { position: absolute; padding: 0; width: 550px; top: 110px; } }
  1583. @media (min-width: 1500px) { .jumbotron-content { top: 170px; } }
  1584. .jumbotron-content__title h1 { font-size: 44px; margin-top: 0; margin-bottom: 15px; }
  1585. @media (min-width: 992px) { .jumbotron-content__title h1 { font-size: 28px; text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } }
  1586. @media (min-width: 1200px) { .jumbotron-content__title h1 { font-size: 44px; } }
  1587. .jumbotron-content__description p { font-weight: normal; font-size: 16px; }
  1588. @media (min-width: 992px) { .jumbotron-content__description p { font-size: 14px; text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } }
  1589. @media (min-width: 1200px) { .jumbotron-content__description p { font-size: 16px; } }
  1590. .jumbotron-content__description p .btn-secondary { text-shadow: none; }
  1591. .jumbotron__control { position: absolute; background-color: rgba(250, 250, 250, 0.35); color: rgba(0, 0, 0, 0.35); text-align: center; top: 35px; width: 40px; height: 40px; line-height: 40px; transition: all 100ms ease-out; }
  1592. .jumbotron__control:focus, .jumbotron__control:hover { color: rgba(0, 0, 0, 0.5); background-color: rgba(250, 250, 250, 0.5); }
  1593. @media (min-width: 480px) { .jumbotron__control { top: 70px; } }
  1594. @media (min-width: 768px) { .jumbotron__control { top: 110px; } }
  1595. @media (min-width: 992px) { .jumbotron__control { top: 40px; width: 40px; height: 40px; line-height: 40px; font-size: 18px; } }
  1596. @media (min-width: 1500px) { .jumbotron__control { width: 60px; height: 60px; top: 60px; line-height: 60px; font-size: 24px; } }
  1597. .jumbotron__control.left { left: 15px; }
  1598. @media (min-width: 768px) { .jumbotron__control.left { left: 30px; } }
  1599. @media (min-width: 992px) { .jumbotron__control.left { left: inherit; border-radius: 2px; } }
  1600. .jumbotron__control.right { right: 15px; }
  1601. @media (min-width: 768px) { .jumbotron__control.right { right: 30px; } }
  1602. @media (min-width: 992px) { .jumbotron__control.right { margin-left: 48px; right: inherit; border-radius: 2px; } }
  1603. @media (min-width: 1500px) { .jumbotron__control.right { margin-left: 68px; } }
  1604. .jumbotron .btn { margin: 10px 0; }
  1605.  
  1606. .carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 100%; }
  1607.  
  1608. /* 05.12. Meta Data */
  1609. .meta-data { padding: 6px 20px 4px 20px; background-color: #eeeeee; color: #aaaaaa; font-size: 14px; line-height: 35px; margin-bottom: 24px; }
  1610. .meta-data a { color: #aaaaaa; }
  1611. .meta-data a:hover { color: #444444; }
  1612. .meta-data__separator { margin: 0 10px; color: #dddddd; font-size: 28px; vertical-align: middle; }
  1613. .single .meta-data { margin-bottom: 37px; }
  1614.  
  1615. /* 05.13. Pagination */
  1616. .pagination { position: relative; margin-bottom: 60px; }
  1617. .pagination .page-numbers { display: inline-block; width: 45px; height: 45px; background-color: #eeeeee; color: #aaaaaa; font-weight: bold; text-align: center; line-height: 45px; transition: all 100ms ease-out; }
  1618. .pagination a:hover { color: #444444; text-decoration: none; }
  1619. .pagination .current { background-color: #4ab9cf; color: #ffffff; text-shadow: 0 1px rgba(0, 0, 0, 0.16); }
  1620. .pagination .prev, .pagination .next { position: absolute; right: 0; }
  1621. .pagination .prev { right: 48px; }
  1622.  
  1623. /* 05.14. Comments */
  1624. .avatar { border-radius: 2px; }
  1625.  
  1626. .avatar-container--nested, .avatar-container--nestedx2, .avatar-container { float: left; width: 12%; }
  1627. .avatar-container--nested img, .avatar-container--nestedx2 img, .avatar-container img { width: 100%; height: auto; }
  1628.  
  1629. .avatar-container--nested { margin-left: 15%; width: 10%; }
  1630.  
  1631. .avatar-container--nestedx2 { margin-left: 28%; width: 8%; }
  1632.  
  1633. .comment-content--nested, .comment-content--nestedx2, .comment-content { float: left; width: 85%; margin-left: 3%; position: relative; }
  1634. .comment-content--nested::before, .comment-content--nestedx2::before, .comment-content::before { content: ""; display: block; position: absolute; top: 20px; left: -10px; border: solid 6px #ffffff; border-width: 6px 10px 6px 0; border-right-color: #f5f5f5; }
  1635. .comment-content--nested .comment-inner, .comment-content--nestedx2 .comment-inner, .comment-content .comment-inner { padding: 30px; background-color: #f5f5f5; border-radius: 2px; margin-bottom: 30px; }
  1636. .comment-content--nested .comment-author, .comment-content--nestedx2 .comment-author, .comment-content .comment-author { color: #444444; font-size: 21px; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: 900; font-style: normal; text-transform: uppercase; }
  1637. .comment-content--nested .comment-metadata, .comment-content--nestedx2 .comment-metadata, .comment-content .comment-metadata { font-size: 13px; float: right; font-weight: normal; color: #b9babc; }
  1638. .comment-content--nested .comment-text, .comment-content--nestedx2 .comment-text, .comment-content .comment-text { color: #aaaaaa; margin-top: 15px; font-size: 14px; }
  1639.  
  1640. .comment-content--nested { width: 72%; }
  1641.  
  1642. .comment-content--nestedx2 { width: 61%; }
  1643.  
  1644. #comments { display: inline-block; }
  1645. #comments .children { padding-left: 0; margin-bottom: 0; }
  1646.  
  1647. .comment { list-style: none; }
  1648.  
  1649. /* Comments Fields */
  1650. .comment-form .form-control { background: #f5f5f5; border-radius: 2px; border: 1px solid #dedede; box-shadow: none; transition: all 100ms ease-out; }
  1651. .comment-form .form-control:focus { border-color: #dedede; background: #ffffff; }
  1652. .comment-form input { height: 45px; }
  1653. .comment-form label { font-weight: normal; }
  1654.  
  1655. .comments__heading { margin-top: 45px; margin-bottom: 22px; font-size: 27px; text-transform: uppercase; }
  1656.  
  1657. .comments-container + .comments__heading { margin-top: 30px; }
  1658.  
  1659. .comments__closed { margin-top: 15px; margin-bottom: 0; }
  1660.  
  1661. .comment-respond { font-size: 14px; }
  1662.  
  1663. .form-allowed-tags { font-size: 12px; margin-top: 12px; margin-bottom: 29px; }
  1664.  
  1665. /* 05.15. Buttons */
  1666. .btn { font-weight: bold; height: 45px; line-height: 45px; padding: 0 30px; border-radius: 2px; text-transform: uppercase; transition: all 100ms ease-out; }
  1667.  
  1668. .btn--post { margin-top: -6px; }
  1669. .btn--post:hover { background-color: #eeeeee; border-color: #eeeeee; color: #444444; }
  1670. .btn--post:active { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); }
  1671.  
  1672. /* Rounded corner option */
  1673. .btn-rounded { border-radius: 20px; }
  1674.  
  1675. .btn-primary, .btn-info { text-shadow: 0 1px rgba(0, 0, 0, 0.16); }
  1676.  
  1677. /* Header Widgets Specific Buttons */
  1678. .header__widgets .btn { width: 100%; }
  1679. @media (min-width: 992px) { .header__widgets .btn { width: auto; } }
  1680.  
  1681. .btn-secondary { background-color: #ffffff; border-color: #ffffff; color: #444444; }
  1682. .btn-secondary:hover { color: #444444; background-color: #f2f2f2; border-color: #f2f2f2; }
  1683.  
  1684. /* 05.16. Icons Shortcode */
  1685. .icon-container { display: inline-block; margin-right: 3px; margin-bottom: 5px; }
  1686. .icon-container--square, .icon-container--circle { width: 40px; height: 40px; font-size: 22px; background-color: rgba(0, 0, 0, 0.5); text-align: center; line-height: 42px; color: #ffffff; transition: all 100ms ease-out; }
  1687. .icon-container--square:hover, .icon-container--circle:hover { background-color: rgba(0, 0, 0, 0.8); }
  1688. .icon-container--square { border-radius: 2px; }
  1689. .icon-container--circle { border-radius: 50%; }
  1690. .footer .icon-container--square, .footer .icon-container--circle { background-color: rgba(250, 250, 250, 0.5); color: #1f425d; }
  1691. .footer .icon-container--square:hover, .footer .icon-container--circle:hover { background-color: #ffffff; }
  1692.  
  1693. /* 05.17. Proteus Widgets */
  1694. /* Social Links */
  1695. .social-icons__link { display: inline-block; width: 40px; height: 40px; font-size: 22px; text-align: center; line-height: 42px; border-radius: 2px; transition: all 100ms ease-out; padding-left: 1px; margin-right: 5px; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; }
  1696. @media (min-width: 992px) { .social-icons__link { margin-left: 5px; margin-right: 0; background-color: rgba(250, 250, 250, 0.5); color: #1f425d; } }
  1697. .social-icons__link:hover { background-color: rgba(0, 0, 0, 0.7); color: #ffffff; }
  1698. @media (min-width: 992px) { .social-icons__link:hover { background-color: #ffffff; color: #1f425d; } }
  1699.  
  1700. /* Skype */
  1701. .skype-button { position: relative; display: block; padding: 11px; background-color: #1fa7da; border-radius: 2px; transition: all 100ms ease-out; }
  1702. .skype-button .fa { font-size: 40px; float: right; color: #79cae9; transition: all 100ms ease-out; }
  1703. .skype-button:hover { background-color: #1ea0d1; }
  1704. .skype-button:hover .fa { color: #8fd3ed; }
  1705. .skype-button:focus { background-color: #1fa7da; }
  1706. .skype-button:focus .fa { color: #79cae9; }
  1707. .skype-button:active { background-color: #1c99c8; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }
  1708. .skype-button:active .fa { color: #9cd8ef; }
  1709. .skype-button__title { display: inline-block; padding: 5px 10px; margin: 0; color: #ffffff; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-size: 18px; }
  1710.  
  1711. /* Icon Box */
  1712. .widget_pw_icon_box .icon-box { display: inline-block; width: 100%; border: 1px solid #e6e6e6; border-bottom: 2px solid #b9babc; border-top-left-radius: 2px; border-top-right-radius: 2px; padding: 27px 30px 26px 30px; line-height: 1.3; transition: all 100ms ease-out; }
  1713. .widget_pw_icon_box .icon-box:hover { box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1); border-bottom: 2px solid #4ab9cf; text-decoration: none; }
  1714. .widget_pw_icon_box .icon-box:hover .fa { color: #4ab9cf; }
  1715. .widget_pw_icon_box .icon-box__title { margin-top: 0; margin-bottom: 8px; font-size: 16px; }
  1716. .widget_pw_icon_box .icon-box__subtitle { color: #aaaaaa; font-size: 13px; }
  1717. .widget_pw_icon_box .icon-box .fa { float: right; font-size: 45px; color: #b9babc; padding: 10px 0 10px 10px; transition: all 100ms ease-out; }
  1718.  
  1719. .header .widget-icon-box:first-of-type .icon-box { margin-left: 0; padding-left: 0; border-left: 0; }
  1720. .header .icon-box { display: inline-block; text-align: left; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); width: 100%; }
  1721. @media (min-width: 992px) { .header .icon-box { margin-right: 20px; margin-bottom: 0; padding-left: 20px; padding-bottom: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 0; width: auto; } }
  1722. @media (min-width: 1200px) { .header .icon-box { margin-right: 30px; padding-left: 30px; } }
  1723. .header .icon-box:hover { text-decoration: none; }
  1724. .header .icon-box .fa { color: #e21f2f; margin-right: 3px; }
  1725. .header .icon-box__title { font-family: "Roboto", Helvetica, Arial, sans-serif; display: inline-block; font-size: 13px; color: #aaaaaa; font-weight: normal; margin: 0; letter-spacing: 0; }
  1726. .header .icon-box__subtitle { display: block; color: #444444; font-weight: bold; }
  1727.  
  1728. /* Featured Page */
  1729. .page-box__title { font-size: 27px; margin-top: 24px; margin-bottom: 20px; }
  1730. .page-box__title a { color: #444444; }
  1731. .page-box__content { font-size: 14px; line-height: 1.6; }
  1732. .page-box .read-more { position: relative; font-weight: bold; text-transform: uppercase; }
  1733. .page-box .read-more::after { position: absolute; content: "\f0da"; font-family: "FontAwesome"; right: -11px; top: calc(50% - 9px); font-size: 10px; }
  1734. .hentry__content .page-box p { margin-bottom: 18px; }
  1735. .page-box--inline .page-box__picture { display: block; float: left; margin-right: 20px; margin-bottom: 10px; }
  1736. .page-box--inline .page-box__title { font-size: 21px; margin-top: 0; margin-bottom: 10px; }
  1737. .page-box--inline p:last-of-type { margin-bottom: 0; }
  1738.  
  1739. /* Brochure Box */
  1740. .brochure-box { position: relative; background-color: #eeeeee; border-radius: 2px; padding-top: 5px; display: block; transition: all 100ms ease-out; }
  1741. .brochure-box .fa { transition: all 100ms ease-out; display: inline-block; margin: 2px; padding: 5px 10px 10px 10px; vertical-align: middle; font-size: 24px; color: #aaaaaa; }
  1742. .brochure-box::after { transition: all 100ms ease-out; position: absolute; content: ""; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #aaaaaa transparent transparent transparent; right: 15px; top: calc(50% - 4px); }
  1743. .brochure-box:hover { text-decoration: none; }
  1744. .brochure-box:hover .fa { color: #444444; }
  1745. .brochure-box:hover::after { border-color: #444444 transparent transparent transparent; }
  1746. .brochure-box:hover .brochure-box__text { color: #444444; }
  1747. .brochure-box__text { font-family: "Roboto", Helvetica, Arial, sans-serif; transition: all 100ms ease-out; display: inline-block; color: #aaaaaa; font-weight: bold; font-size: 13px; }
  1748.  
  1749. .widget_pt_brochure_box + .widget_pt_brochure_box, .widget-brochure-box + .widget-brochure-box { margin-top: -35px; }
  1750.  
  1751. /* Opening Times */
  1752. .widget_pw_opening_time .week-day { position: relative; clear: both; padding: 5px 0; }
  1753. .widget_pw_opening_time .week-day::after { position: absolute; content: ""; background-color: rgba(0, 0, 0, 0.1); height: 1px; width: 100%; bottom: calc(50% - 13px); left: 0; z-index: 1; }
  1754. .widget_pw_opening_time .week-day dt { position: relative; z-index: 2; float: left; padding-right: 10px; background-color: #ffffff; font-weight: normal; }
  1755. .widget_pw_opening_time .week-day dd { position: relative; z-index: 2; float: right; padding-left: 10px; background-color: #ffffff; }
  1756. .widget_pw_opening_time .week-day.today { color: #444444; }
  1757. .widget_pw_opening_time .week-day.today dt, .widget_pw_opening_time .week-day.today dd { font-weight: bold; }
  1758.  
  1759. /* Call to Action */
  1760. .call-to-action__text { font-size: 20px; text-align: center; padding: 30px 0 10px 0; }
  1761. @media (min-width: 992px) { .call-to-action__text { float: left; padding: 23px 0 22px 0; } }
  1762. .call-to-action__button { text-align: center; padding: 10px 0 30px 0; }
  1763. @media (min-width: 992px) { .call-to-action__button { float: right; padding: 16px 0; } }
  1764. .call-to-action__button .btn { margin: 5px 0; }
  1765. @media (min-width: 992px) { .call-to-action__button .btn { margin: 0; } }
  1766.  
  1767. /* Number Counter */
  1768. .widget-number-counters { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); border-radius: 2px; }
  1769. @media (min-width: 768px) { .widget-number-counters { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }
  1770.  
  1771. .number-counter { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; transition: all 100ms ease-out; background-color: #ffffff; position: relative; padding: 8px 0 17px 0; border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
  1772. @media (min-width: 768px) { .number-counter { border-right: 1px dashed rgba(0, 0, 0, 0.2); border-bottom: 0; } }
  1773. .number-counter:last-of-type { border-right: 0; border-bottom: 0; }
  1774. .number-counter__icon { color: #e21f2f; margin-right: 10px; vertical-align: middle; transition: all 100ms ease-out; }
  1775. .number-counter__icon.fa { font-size: 36px; }
  1776. .number-counter__number { vertical-align: middle; display: inline-block; font-size: 44px; color: #444444; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; transition: all 100ms ease-out; }
  1777. .number-counter__title { font-size: 14px; margin-top: -12px; }
  1778.  
  1779. /* Logo Panel (Normal TextWidget) */
  1780. .logo-panel { text-align: center; }
  1781. .logo-panel img { margin: 15px 0; border: 1px solid #e6e6e6; border-bottom: 2px solid #b9babc; border-radius: 2px; transition: all 100ms ease-out; opacity: 0.6; }
  1782. .logo-panel img:hover { box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1); border-bottom: 2px solid #4ab9cf; opacity: 1; }
  1783.  
  1784. /* Latest News */
  1785. .widget_pw_latest_news { box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  1786.  
  1787. .latest-news { position: relative; display: block; }
  1788. .latest-news:hover { text-decoration: none; }
  1789. .latest-news:hover.latest-news--more-news, .latest-news:hover .latest-news__content { background-color: #f5f5f5; }
  1790. .latest-news__date { position: absolute; right: 10px; top: 10px; background-color: #e21f2f; color: #ffffff; padding: 7px 6px; line-height: 1; text-align: center; }
  1791. .latest-news__date__month { text-transform: uppercase; font-size: 10px; font-weight: bold; margin-top: 7px; margin-bottom: 3px; }
  1792. .latest-news__date__day { font-size: 17px; }
  1793. .latest-news__date::before { position: absolute; content: ""; background-color: rgba(250, 250, 250, 0.5); width: 20px; height: 2px; right: calc(50% - 10px); top: 7px; }
  1794. .latest-news__date::after { position: absolute; content: ""; right: 0; bottom: -9px; width: 0; height: 0; border-style: solid; border-width: 9px 10px 0 0; border-color: #bf1926 transparent transparent transparent; }
  1795. .latest-news--more-news, .latest-news__content { display: block; background-color: #ffffff; padding: 20px 24px 18px 24px; transition: all 100ms ease-out; }
  1796. .latest-news__title { margin-top: 0; margin-bottom: 9px; font-size: 21px; text-transform: uppercase; }
  1797. .latest-news__author { color: #aaaaaa; font-size: 13px; }
  1798. .latest-news--more-news { position: relative; text-transform: uppercase; font-weight: bold; }
  1799. .latest-news--more-news::after { position: absolute; content: ""; font-family: "FontAwesome"; content: "\f0da"; right: 25px; color: #4ab9cf; }
  1800.  
  1801. .latest-news--inline .latest-news__title { font-size: 16px; }
  1802.  
  1803. .latest-news + .latest-news { border-top: 1px solid #e6e6e6; }
  1804.  
  1805. /* Testimonials */
  1806. .testimonial__quote { position: relative; background: #ffffff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); padding: 21px 15px 21px 45px; margin-bottom: 30px; vertical-align: middle; font-size: 16px; min-height: 80px; margin-top: 30px; }
  1807. @media (min-width: 992px) { .testimonial__quote { margin-top: 0; } }
  1808. .testimonial__quote::before { position: absolute; content: '“'; font-family: Georgia, "Times New Roman"; top: 24px; left: 0; background-color: #4ab9cf; color: #ffffff; width: 30px; height: calc(100% - 46px); font-size: 40px; text-align: center; border-top-right-radius: 2px; border-bottom-right-radius: 2px; line-height: 56px; }
  1809. .testimonial__quote::after { position: absolute; content: ''; width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 0; border-color: #ffffff transparent transparent transparent; bottom: -20px; left: 30px; }
  1810. .testimonial__author { font-size: 16px; color: #444444; font-style: normal; font-weight: bold; }
  1811. .testimonial__author-description { color: #aaaaaa; font-weight: normal; font-style: italic; display: inline-block; }
  1812. .testimonial blockquote { padding: 0; margin: 0; border-left: 0; }
  1813. .testimonial .widget-title { float: left; margin-top: 10px; margin-bottom: 30px; width: calc(100% - 132px); }
  1814. @media (min-width: 992px) { .testimonial .widget-title { margin-top: 0; } }
  1815. .testimonial__carousel { float: right; padding-top: 3px; }
  1816. .testimonial__carousel--left, .testimonial__carousel--right { display: inline-block; border-radius: 2px; text-align: center; background-color: #ffffff; color: #aaaaaa; margin-left: 10px; transition: all 100ms ease-out; height: 40px; width: 40px; font-size: 18px; line-height: 40px; }
  1817. .testimonial__carousel--left:focus, .testimonial__carousel--left:hover, .testimonial__carousel--right:focus, .testimonial__carousel--right:hover { color: #444444; }
  1818. .testimonial__carousel--left:active, .testimonial__carousel--right:active { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); color: #444444; }
  1819. .testimonial .carousel { position: inherit; clear: both; }
  1820.  
  1821. .cargopress-table { width: 100%; max-width: 100%; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }
  1822. .cargopress-table thead th { background-color: #4ab9cf; padding: 15px 20px; border-radius: 2px; color: #ffffff; border-right: 2px solid transparent; border-top: 1px solid transparent; border-bottom: 1px solid transparent; background-clip: padding-box; }
  1823. .cargopress-table thead th:first-of-type { background-color: transparent; }
  1824. .cargopress-table thead th:last-of-type { border-right: none; }
  1825. .cargopress-table tbody td { background-color: #ffffff; box-shadow: 0 0 0 1px #eeeeee inset; padding: 15px 20px; border-right: 2px solid transparent; border-bottom: 1px solid transparent; border-top: 1px solid transparent; background-clip: padding-box; border-radius: 2px; }
  1826. .cargopress-table tbody td:first-of-type { box-shadow: none; background-color: #eeeeee; }
  1827. .cargopress-table tbody td:last-of-type { border-right: none; }
  1828.  
  1829. /* 05.18. WordPress Specific */
  1830. .alignnone, .aligncenter, .alignright, .alignleft { max-width: 100%; height: auto; }
  1831. .alignnone img, .aligncenter img, .alignright img, .alignleft img { max-width: 100%; height: auto; }
  1832.  
  1833. .alignnone { margin: 5px 0 20px 0; }
  1834.  
  1835. .aligncenter { display: block; margin: 5px auto 5px auto; }
  1836.  
  1837. .alignright { float: right; margin: 5px 0 20px 20px; }
  1838.  
  1839. .alignleft { float: left; margin: 5px 20px 20px 0; }
  1840.  
  1841. a > img.alignright { float: right; margin: 5px 0 20px 20px; }
  1842. a > img.alignnone { margin: 5px 20px 20px 0; }
  1843. a > img.alignleft { float: left; margin: 5px 20px 20px 0; }
  1844. a > img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
  1845.  
  1846. .wp-caption { max-width: 100%; /* Image does not overflow the content area */ background-color: rgba(0, 0, 0, 0.05); padding: 5px; text-align: center; }
  1847. .wp-caption.alignnone { margin: 5px 0 20px 0; }
  1848. .wp-caption.alignleft { margin: 5px 20px 20px 0; }
  1849. .wp-caption.alignright { margin: 5px 0 20px 20px; }
  1850. .wp-caption img { border: 0 none; height: auto; margin: 0; padding: 0; width: auto; }
  1851. .wp-caption .wp-caption-text { line-height: 17px; margin: 4px 5px; }
  1852.  
  1853. .gallery { margin-bottom: 20px; }
  1854. .gallery:before, .gallery:after { content: " "; display: table; }
  1855. .gallery:after { clear: both; }
  1856.  
  1857. .gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; position: relative; }
  1858.  
  1859. .gallery-columns-1 .gallery-item { max-width: 100%; }
  1860.  
  1861. .gallery-columns-2 .gallery-item { max-width: 48%; max-width: calc(50% - 4px); }
  1862.  
  1863. .gallery-columns-3 .gallery-item { max-width: 32%; max-width: calc(33.3% - 4px); }
  1864.  
  1865. .gallery-columns-4 .gallery-item { max-width: 23%; max-width: calc(25% - 4px); }
  1866.  
  1867. .gallery-columns-5 .gallery-item { max-width: 19%; max-width: calc(20% - 4px); }
  1868.  
  1869. .gallery-columns-6 .gallery-item { max-width: 15%; max-width: calc(16.7% - 4px); }
  1870.  
  1871. .gallery-columns-7 .gallery-item { max-width: 13%; max-width: calc(14.28% - 4px); }
  1872.  
  1873. .gallery-columns-8 .gallery-item { max-width: 11%; max-width: calc(12.5% - 4px); }
  1874.  
  1875. .gallery-columns-9 .gallery-item { max-width: 9%; max-width: calc(11.1% - 4px); }
  1876.  
  1877. .gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }
  1878.  
  1879. .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; }
  1880.  
  1881. .gallery-caption { background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; }
  1882.  
  1883. .gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; }
  1884.  
  1885. .gallery-item:hover .gallery-caption { opacity: 1; }
  1886.  
  1887. .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }
  1888.  
  1889. .bypostauthor { position: static; }
  1890.  
  1891. /* Style for Blog */
  1892. .hentry { position: relative; margin-bottom: 60px; font-size: 16px; line-height: 1.7; z-index: 10; }
  1893. .hentry__title { font-size: 34px; color: #444444; margin-bottom: 19px; line-height: 1.2; }
  1894. .hentry__title a { color: #444444; }
  1895. .single .hentry { font-size: 18px; }
  1896. .single .hentry__title { margin-bottom: 30px; }
  1897. .hentry__content > p { margin-bottom: 28px; }
  1898. .hentry__content > p:last-of-type { margin-bottom: 0; }
  1899.  
  1900. /* Sticky Post */
  1901. .sticky { background: #f5f5f5; border-radius: 2px; padding: 30px; }
  1902. .sticky .meta-data { background-color: #e8e8e8; }
  1903. .sticky .meta-data__separator { color: #d6d6d6; }
  1904. .sticky .btn--post { background-color: #e21f2f; border-color: #e21f2f; color: #ffffff; }
  1905.  
  1906. /* 05.19. WordPress Widgets */
  1907. /* Text Widget */
  1908. .widget_black-studio-tinymce select, .widget_black-studio-tinymce img, .widget_text select, .widget_text img { max-width: 100%; height: auto; }
  1909. .widget_black-studio-tinymce p, .widget_text p { font-size: 14px; }
  1910. .widget_black-studio-tinymce .read-more, .widget_text .read-more { position: relative; font-weight: bold; text-transform: uppercase; }
  1911. .widget_black-studio-tinymce .read-more::after, .widget_text .read-more::after { position: absolute; content: "\f0da"; font-family: "FontAwesome"; right: -11px; top: calc(50% - 9px); font-size: 10px; }
  1912. .widget_black-studio-tinymce .featured-widget p:last-of-type, .widget_text .featured-widget p:last-of-type { margin-bottom: 0; }
  1913.  
  1914. /* Calendar Widget */
  1915. .widget_calendar #wp-calendar { width: 100%; }
  1916. .widget_calendar caption { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; background-color: #4ab9cf; text-transform: uppercase; border-radius: 2px; color: #ffffff; padding: 5px 0; font-size: 12px; text-align: center; }
  1917. .widget_calendar thead tr th { padding: 5px 0; text-align: center; background-color: rgba(0, 0, 0, 0.1); color: #a6acb3; border: 1px solid rgba(0, 0, 0, 0.05); }
  1918. .widget_calendar tbody tr td { text-align: center; border: 1px solid rgba(0, 0, 0, 0.05); padding: 3px 0; }
  1919. .widget_calendar tfoot tr td { border-top: 1px solid #dedede; padding: 5px 5px; }
  1920. .widget_calendar tfoot tr #next a { float: right; }
  1921.  
  1922. /* Tag Cloud Widget */
  1923. .widget_tag_cloud a { display: inline-block; background-color: #eeeeee; padding: 6px 10px 4px; margin: 2px 0; border-radius: 2px; text-transform: uppercase; font-weight: bold; color: #aaaaaa; transition: all 100ms ease-out; }
  1924. .widget_tag_cloud a:hover { background-color: #e1e1e1; text-decoration: none; }
  1925.  
  1926. /* Search Widget */
  1927. .widget_search { font-family: "Roboto", Helvetica, Arial, sans-serif; }
  1928. .widget_search label { width: 100%; margin-bottom: 5px; }
  1929. @media (min-width: 992px) { .widget_search label { float: left; width: 80%; margin-bottom: 0; } }
  1930. .widget_search .search-field { width: 100%; border: 1px solid rgba(0, 0, 0, 0.1); background-color: #f5f5f5; padding: 6px 5px 6px 10px; font-weight: normal; height: 45px; border-radius: 2px; transition: all 100ms ease-out; }
  1931. @media (min-width: 992px) { .widget_search .search-field { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; } }
  1932. .widget_search .search-field:focus { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 2px; }
  1933. @media (min-width: 992px) { .widget_search .search-field:focus { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; } }
  1934. .widget_search .search-submit { width: 100%; height: 45px; background-color: #4ab9cf; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; text-transform: uppercase; border: 0; color: #ffffff; border-radius: 2px; padding-top: 3px; transition: all 100ms ease-out; }
  1935. @media (min-width: 992px) { .widget_search .search-submit { border-top-left-radius: 0; border-bottom-left-radius: 0; width: 20%; } }
  1936. .widget_search .search-submit .fa { vertical-align: 0; }
  1937. .widget_search .search-submit:hover, .widget_search .search-submit:focus { background-color: #36b1ca; }
  1938. .widget_search .search-submit:active { background-color: #32a7be; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }
  1939. .widget_search .sidebar__headings { margin-bottom: 20px; }
  1940.  
  1941. /* Widgets With Lists */
  1942. .widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul { padding-left: 15px; padding-right: 15px; }
  1943.  
  1944. /* Custom Menu */
  1945. .widget_nav_menu ul { list-style: none; padding: 0; font-size: 15px; }
  1946. .widget_nav_menu ul > li > a { display: block; padding: 2px 0; margin: 3px 0; color: #aaaaaa; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: bold; font-size: 13px; }
  1947. .widget_nav_menu ul > li > a:hover { color: #aaaaaa; }
  1948. .widget_nav_menu ul > li:first-of-type a { padding-top: 0; margin-top: 0; }
  1949. .widget_nav_menu ul .sub-menu { padding-left: 15px; margin: 0; }
  1950. .widget_nav_menu ul .sub-menu > li > a { font-family: "Roboto", Helvetica, Arial, sans-serif; text-transform: none; font-weight: normal; color: #aaaaaa; }
  1951.  
  1952. /* Custom Sidebar Menu */
  1953. .sidebar .widget_nav_menu ul { list-style: none; padding: 0; }
  1954. .sidebar .widget_nav_menu ul > li { margin: 2px 0; }
  1955. .sidebar .widget_nav_menu ul > li > a { font-size: 16px; font-weight: 900; transition: all 100ms ease-out; display: block; background-color: #eeeeee; color: #aaaaaa; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; border-radius: 2px; padding: 18px 25px; }
  1956. .sidebar .widget_nav_menu ul > li > a:hover { color: #444444; text-decoration: none; }
  1957. .sidebar .widget_nav_menu ul > li > a:active { border-color: rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }
  1958. .sidebar .widget_nav_menu ul > li.current-menu-item a { background-color: #4ab9cf; color: #ffffff; text-shadow: 0 1px rgba(0, 0, 0, 0.16); text-decoration: none; }
  1959. .sidebar .widget_nav_menu ul > li:first-of-type { margin-top: 0; }
  1960. .sidebar .widget_nav_menu .sub-menu a { padding-left: 35px; font-weight: bold; }
  1961. .sidebar .widget_nav_menu .sub-menu .sub-menu a { padding-left: 45px; }
  1962. .sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu a { padding-left: 55px; }
  1963. .sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu a { padding-left: 65px; }
  1964. .sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a { padding-left: 75px; }
  1965.  
  1966. /* Footer Specific */
  1967. .footer .widget_nav_menu ul > li > a { font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: normal; text-transform: inherit; font-size: 14px; color: #9eb7cb; }
  1968.  
  1969. /* 05.20. Contact Form 7 */
  1970. .wpcf7-select, .wpcf7-text, .wpcf7-textarea { background: #f5f5f5; border-radius: 2px; border: 1px solid #eeeeee; box-shadow: none; width: 100%; padding: 17.5px 20px; margin-bottom: 30px; font-size: 14px; color: #aaaaaa; transition: all 100ms ease-out; }
  1971. .wpcf7-select:focus, .wpcf7-text:focus, .wpcf7-textarea:focus { border-color: #eeeeee; background: #ffffff; }
  1972.  
  1973. .wpcf7-textarea { height: 220px; }
  1974.  
  1975. .wpcf7-submit { margin-bottom: 15px; }
  1976.  
  1977. .wpcf7 .wpcf7-response-output { margin: 5px 0; padding: 10px 20px; border-radius: 2px; }
  1978. .wpcf7 .wpcf7-validation-errors { background-color: #faf8d2; border: 2px solid #faf8d2; color: #b9b015; }
  1979. .wpcf7 .wpcf7-mail-sent-ng { background-color: #ffe5e5; border: 2px solid #ffe5e5; color: #e50000; }
  1980. .wpcf7 .wpcf7-mail-sent-ok { background-color: #dcf2dc; border: 2px solid #dcf2dc; color: #389738; }
  1981. .wpcf7 .wpcf7-not-valid-tip { margin: 0 0 5px 0; }
  1982.  
  1983. .contact-form-small .wpcf7-select, .contact-form-small .wpcf7-text, .contact-form-small .wpcf7-textarea { padding: 10.5px 15px; margin-bottom: 15px; }
  1984. .contact-form-small .wpcf7-textarea { height: 105px; }
  1985. .contact-form-small .wpcf7-select { height: 45px; }
  1986. .contact-form-small .wpcf7-submit { margin-bottom: 0; }
  1987.  
  1988. /*!
  1989. * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
  1990. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  1991. */
  1992. /* FONT PATH -------------------------- */
  1993. @font-face { font-family: 'FontAwesome'; src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0"); src: url("bower_components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("bower_components/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("bower_components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("bower_components/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
  1994. .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
  1995.  
  1996. /* makes the font 33% larger relative to the icon container */
  1997. .fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }
  1998.  
  1999. .fa-2x { font-size: 2em; }
  2000.  
  2001. .fa-3x { font-size: 3em; }
  2002.  
  2003. .fa-4x { font-size: 4em; }
  2004.  
  2005. .fa-5x { font-size: 5em; }
  2006.  
  2007. .fa-fw { width: 1.28571em; text-align: center; }
  2008.  
  2009. .fa-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }
  2010. .fa-ul > li { position: relative; }
  2011.  
  2012. .fa-li { position: absolute; left: -2.14286em; width: 2.14286em; top: 0.14286em; text-align: center; }
  2013. .fa-li.fa-lg { left: -1.85714em; }
  2014.  
  2015. .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }
  2016.  
  2017. .pull-right { float: right; }
  2018.  
  2019. .pull-left { float: left; }
  2020.  
  2021. .fa.pull-left { margin-right: .3em; }
  2022. .fa.pull-right { margin-left: .3em; }
  2023.  
  2024. .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
  2025.  
  2026. .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }
  2027.  
  2028. @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  2029. 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
  2030. @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  2031. 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
  2032. .fa-rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
  2033.  
  2034. .fa-rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
  2035.  
  2036. .fa-rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
  2037.  
  2038. .fa-flip-horizontal { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }
  2039.  
  2040. .fa-flip-vertical { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }
  2041.  
  2042. :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { -webkit-filter: none; filter: none; }
  2043.  
  2044. .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }
  2045.  
  2046. .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }
  2047.  
  2048. .fa-stack-1x { line-height: inherit; }
  2049.  
  2050. .fa-stack-2x { font-size: 2em; }
  2051.  
  2052. .fa-inverse { color: #fff; }
  2053.  
  2054. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
  2055. .fa-glass:before { content: ""; }
  2056.  
  2057. .fa-music:before { content: ""; }
  2058.  
  2059. .fa-search:before { content: ""; }
  2060.  
  2061. .fa-envelope-o:before { content: ""; }
  2062.  
  2063. .fa-heart:before { content: ""; }
  2064.  
  2065. .fa-star:before { content: ""; }
  2066.  
  2067. .fa-star-o:before { content: ""; }
  2068.  
  2069. .fa-user:before { content: ""; }
  2070.  
  2071. .fa-film:before { content: ""; }
  2072.  
  2073. .fa-th-large:before { content: ""; }
  2074.  
  2075. .fa-th:before { content: ""; }
  2076.  
  2077. .fa-th-list:before { content: ""; }
  2078.  
  2079. .fa-check:before { content: ""; }
  2080.  
  2081. .fa-remove:before, .fa-close:before, .fa-times:before { content: ""; }
  2082.  
  2083. .fa-search-plus:before { content: ""; }
  2084.  
  2085. .fa-search-minus:before { content: ""; }
  2086.  
  2087. .fa-power-off:before { content: ""; }
  2088.  
  2089. .fa-signal:before { content: ""; }
  2090.  
  2091. .fa-gear:before, .fa-cog:before { content: ""; }
  2092.  
  2093. .fa-trash-o:before { content: ""; }
  2094.  
  2095. .fa-home:before { content: ""; }
  2096.  
  2097. .fa-file-o:before { content: ""; }
  2098.  
  2099. .fa-clock-o:before { content: ""; }
  2100.  
  2101. .fa-road:before { content: ""; }
  2102.  
  2103. .fa-download:before { content: ""; }
  2104.  
  2105. .fa-arrow-circle-o-down:before { content: ""; }
  2106.  
  2107. .fa-arrow-circle-o-up:before { content: ""; }
  2108.  
  2109. .fa-inbox:before { content: ""; }
  2110.  
  2111. .fa-play-circle-o:before { content: ""; }
  2112.  
  2113. .fa-rotate-right:before, .fa-repeat:before { content: ""; }
  2114.  
  2115. .fa-refresh:before { content: ""; }
  2116.  
  2117. .fa-list-alt:before { content: ""; }
  2118.  
  2119. .fa-lock:before { content: ""; }
  2120.  
  2121. .fa-flag:before { content: ""; }
  2122.  
  2123. .fa-headphones:before { content: ""; }
  2124.  
  2125. .fa-volume-off:before { content: ""; }
  2126.  
  2127. .fa-volume-down:before { content: ""; }
  2128.  
  2129. .fa-volume-up:before { content: ""; }
  2130.  
  2131. .fa-qrcode:before { content: ""; }
  2132.  
  2133. .fa-barcode:before { content: ""; }
  2134.  
  2135. .fa-tag:before { content: ""; }
  2136.  
  2137. .fa-tags:before { content: ""; }
  2138.  
  2139. .fa-book:before { content: ""; }
  2140.  
  2141. .fa-bookmark:before { content: ""; }
  2142.  
  2143. .fa-print:before { content: ""; }
  2144.  
  2145. .fa-camera:before { content: ""; }
  2146.  
  2147. .fa-font:before { content: ""; }
  2148.  
  2149. .fa-bold:before { content: ""; }
  2150.  
  2151. .fa-italic:before { content: ""; }
  2152.  
  2153. .fa-text-height:before { content: ""; }
  2154.  
  2155. .fa-text-width:before { content: ""; }
  2156.  
  2157. .fa-align-left:before { content: ""; }
  2158.  
  2159. .fa-align-center:before { content: ""; }
  2160.  
  2161. .fa-align-right:before { content: ""; }
  2162.  
  2163. .fa-align-justify:before { content: ""; }
  2164.  
  2165. .fa-list:before { content: ""; }
  2166.  
  2167. .fa-dedent:before, .fa-outdent:before { content: ""; }
  2168.  
  2169. .fa-indent:before { content: ""; }
  2170.  
  2171. .fa-video-camera:before { content: ""; }
  2172.  
  2173. .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: ""; }
  2174.  
  2175. .fa-pencil:before { content: ""; }
  2176.  
  2177. .fa-map-marker:before { content: ""; }
  2178.  
  2179. .fa-adjust:before { content: ""; }
  2180.  
  2181. .fa-tint:before { content: ""; }
  2182.  
  2183. .fa-edit:before, .fa-pencil-square-o:before { content: ""; }
  2184.  
  2185. .fa-share-square-o:before { content: ""; }
  2186.  
  2187. .fa-check-square-o:before { content: ""; }
  2188.  
  2189. .fa-arrows:before { content: ""; }
  2190.  
  2191. .fa-step-backward:before { content: ""; }
  2192.  
  2193. .fa-fast-backward:before { content: ""; }
  2194.  
  2195. .fa-backward:before { content: ""; }
  2196.  
  2197. .fa-play:before { content: ""; }
  2198.  
  2199. .fa-pause:before { content: ""; }
  2200.  
  2201. .fa-stop:before { content: ""; }
  2202.  
  2203. .fa-forward:before { content: ""; }
  2204.  
  2205. .fa-fast-forward:before { content: ""; }
  2206.  
  2207. .fa-step-forward:before { content: ""; }
  2208.  
  2209. .fa-eject:before { content: ""; }
  2210.  
  2211. .fa-chevron-left:before { content: ""; }
  2212.  
  2213. .fa-chevron-right:before { content: ""; }
  2214.  
  2215. .fa-plus-circle:before { content: ""; }
  2216.  
  2217. .fa-minus-circle:before { content: ""; }
  2218.  
  2219. .fa-times-circle:before { content: ""; }
  2220.  
  2221. .fa-check-circle:before { content: ""; }
  2222.  
  2223. .fa-question-circle:before { content: ""; }
  2224.  
  2225. .fa-info-circle:before { content: ""; }
  2226.  
  2227. .fa-crosshairs:before { content: ""; }
  2228.  
  2229. .fa-times-circle-o:before { content: ""; }
  2230.  
  2231. .fa-check-circle-o:before { content: ""; }
  2232.  
  2233. .fa-ban:before { content: ""; }
  2234.  
  2235. .fa-arrow-left:before { content: ""; }
  2236.  
  2237. .fa-arrow-right:before { content: ""; }
  2238.  
  2239. .fa-arrow-up:before { content: ""; }
  2240.  
  2241. .fa-arrow-down:before { content: ""; }
  2242.  
  2243. .fa-mail-forward:before, .fa-share:before { content: ""; }
  2244.  
  2245. .fa-expand:before { content: ""; }
  2246.  
  2247. .fa-compress:before { content: ""; }
  2248.  
  2249. .fa-plus:before { content: ""; }
  2250.  
  2251. .fa-minus:before { content: ""; }
  2252.  
  2253. .fa-asterisk:before { content: ""; }
  2254.  
  2255. .fa-exclamation-circle:before { content: ""; }
  2256.  
  2257. .fa-gift:before { content: ""; }
  2258.  
  2259. .fa-leaf:before { content: ""; }
  2260.  
  2261. .fa-fire:before { content: ""; }
  2262.  
  2263. .fa-eye:before { content: ""; }
  2264.  
  2265. .fa-eye-slash:before { content: ""; }
  2266.  
  2267. .fa-warning:before, .fa-exclamation-triangle:before { content: ""; }
  2268.  
  2269. .fa-plane:before { content: ""; }
  2270.  
  2271. .fa-calendar:before { content: ""; }
  2272.  
  2273. .fa-random:before { content: ""; }
  2274.  
  2275. .fa-comment:before { content: ""; }
  2276.  
  2277. .fa-magnet:before { content: ""; }
  2278.  
  2279. .fa-chevron-up:before { content: ""; }
  2280.  
  2281. .fa-chevron-down:before { content: ""; }
  2282.  
  2283. .fa-retweet:before { content: ""; }
  2284.  
  2285. .fa-shopping-cart:before { content: ""; }
  2286.  
  2287. .fa-folder:before { content: ""; }
  2288.  
  2289. .fa-folder-open:before { content: ""; }
  2290.  
  2291. .fa-arrows-v:before { content: ""; }
  2292.  
  2293. .fa-arrows-h:before { content: ""; }
  2294.  
  2295. .fa-bar-chart-o:before, .fa-bar-chart:before { content: ""; }
  2296.  
  2297. .fa-twitter-square:before { content: ""; }
  2298.  
  2299. .fa-facebook-square:before { content: ""; }
  2300.  
  2301. .fa-camera-retro:before { content: ""; }
  2302.  
  2303. .fa-key:before { content: ""; }
  2304.  
  2305. .fa-gears:before, .fa-cogs:before { content: ""; }
  2306.  
  2307. .fa-comments:before { content: ""; }
  2308.  
  2309. .fa-thumbs-o-up:before { content: ""; }
  2310.  
  2311. .fa-thumbs-o-down:before { content: ""; }
  2312.  
  2313. .fa-star-half:before { content: ""; }
  2314.  
  2315. .fa-heart-o:before { content: ""; }
  2316.  
  2317. .fa-sign-out:before { content: ""; }
  2318.  
  2319. .fa-linkedin-square:before { content: ""; }
  2320.  
  2321. .fa-thumb-tack:before { content: ""; }
  2322.  
  2323. .fa-external-link:before { content: ""; }
  2324.  
  2325. .fa-sign-in:before { content: ""; }
  2326.  
  2327. .fa-trophy:before { content: ""; }
  2328.  
  2329. .fa-github-square:before { content: ""; }
  2330.  
  2331. .fa-upload:before { content: ""; }
  2332.  
  2333. .fa-lemon-o:before { content: ""; }
  2334.  
  2335. .fa-phone:before { content: ""; }
  2336.  
  2337. .fa-square-o:before { content: ""; }
  2338.  
  2339. .fa-bookmark-o:before { content: ""; }
  2340.  
  2341. .fa-phone-square:before { content: ""; }
  2342.  
  2343. .fa-twitter:before { content: ""; }
  2344.  
  2345. .fa-facebook-f:before, .fa-facebook:before { content: ""; }
  2346.  
  2347. .fa-github:before { content: ""; }
  2348.  
  2349. .fa-unlock:before { content: ""; }
  2350.  
  2351. .fa-credit-card:before { content: ""; }
  2352.  
  2353. .fa-rss:before { content: ""; }
  2354.  
  2355. .fa-hdd-o:before { content: ""; }
  2356.  
  2357. .fa-bullhorn:before { content: ""; }
  2358.  
  2359. .fa-bell:before { content: ""; }
  2360.  
  2361. .fa-certificate:before { content: ""; }
  2362.  
  2363. .fa-hand-o-right:before { content: ""; }
  2364.  
  2365. .fa-hand-o-left:before { content: ""; }
  2366.  
  2367. .fa-hand-o-up:before { content: ""; }
  2368.  
  2369. .fa-hand-o-down:before { content: ""; }
  2370.  
  2371. .fa-arrow-circle-left:before { content: ""; }
  2372.  
  2373. .fa-arrow-circle-right:before { content: ""; }
  2374.  
  2375. .fa-arrow-circle-up:before { content: ""; }
  2376.  
  2377. .fa-arrow-circle-down:before { content: ""; }
  2378.  
  2379. .fa-globe:before { content: ""; }
  2380.  
  2381. .fa-wrench:before { content: ""; }
  2382.  
  2383. .fa-tasks:before { content: ""; }
  2384.  
  2385. .fa-filter:before { content: ""; }
  2386.  
  2387. .fa-briefcase:before { content: ""; }
  2388.  
  2389. .fa-arrows-alt:before { content: ""; }
  2390.  
  2391. .fa-group:before, .fa-users:before { content: ""; }
  2392.  
  2393. .fa-chain:before, .fa-link:before { content: ""; }
  2394.  
  2395. .fa-cloud:before { content: ""; }
  2396.  
  2397. .fa-flask:before { content: ""; }
  2398.  
  2399. .fa-cut:before, .fa-scissors:before { content: ""; }
  2400.  
  2401. .fa-copy:before, .fa-files-o:before { content: ""; }
  2402.  
  2403. .fa-paperclip:before { content: ""; }
  2404.  
  2405. .fa-save:before, .fa-floppy-o:before { content: ""; }
  2406.  
  2407. .fa-square:before { content: ""; }
  2408.  
  2409. .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: ""; }
  2410.  
  2411. .fa-list-ul:before { content: ""; }
  2412.  
  2413. .fa-list-ol:before { content: ""; }
  2414.  
  2415. .fa-strikethrough:before { content: ""; }
  2416.  
  2417. .fa-underline:before { content: ""; }
  2418.  
  2419. .fa-table:before { content: ""; }
  2420.  
  2421. .fa-magic:before { content: ""; }
  2422.  
  2423. .fa-truck:before { content: ""; }
  2424.  
  2425. .fa-pinterest:before { content: ""; }
  2426.  
  2427. .fa-pinterest-square:before { content: ""; }
  2428.  
  2429. .fa-google-plus-square:before { content: ""; }
  2430.  
  2431. .fa-google-plus:before { content: ""; }
  2432.  
  2433. .fa-money:before { content: ""; }
  2434.  
  2435. .fa-caret-down:before { content: ""; }
  2436.  
  2437. .fa-caret-up:before { content: ""; }
  2438.  
  2439. .fa-caret-left:before { content: ""; }
  2440.  
  2441. .fa-caret-right:before { content: ""; }
  2442.  
  2443. .fa-columns:before { content: ""; }
  2444.  
  2445. .fa-unsorted:before, .fa-sort:before { content: ""; }
  2446.  
  2447. .fa-sort-down:before, .fa-sort-desc:before { content: ""; }
  2448.  
  2449. .fa-sort-up:before, .fa-sort-asc:before { content: ""; }
  2450.  
  2451. .fa-envelope:before { content: ""; }
  2452.  
  2453. .fa-linkedin:before { content: ""; }
  2454.  
  2455. .fa-rotate-left:before, .fa-undo:before { content: ""; }
  2456.  
  2457. .fa-legal:before, .fa-gavel:before { content: ""; }
  2458.  
  2459. .fa-dashboard:before, .fa-tachometer:before { content: ""; }
  2460.  
  2461. .fa-comment-o:before { content: ""; }
  2462.  
  2463. .fa-comments-o:before { content: ""; }
  2464.  
  2465. .fa-flash:before, .fa-bolt:before { content: ""; }
  2466.  
  2467. .fa-sitemap:before { content: ""; }
  2468.  
  2469. .fa-umbrella:before { content: ""; }
  2470.  
  2471. .fa-paste:before, .fa-clipboard:before { content: ""; }
  2472.  
  2473. .fa-lightbulb-o:before { content: ""; }
  2474.  
  2475. .fa-exchange:before { content: ""; }
  2476.  
  2477. .fa-cloud-download:before { content: ""; }
  2478.  
  2479. .fa-cloud-upload:before { content: ""; }
  2480.  
  2481. .fa-user-md:before { content: ""; }
  2482.  
  2483. .fa-stethoscope:before { content: ""; }
  2484.  
  2485. .fa-suitcase:before { content: ""; }
  2486.  
  2487. .fa-bell-o:before { content: ""; }
  2488.  
  2489. .fa-coffee:before { content: ""; }
  2490.  
  2491. .fa-cutlery:before { content: ""; }
  2492.  
  2493. .fa-file-text-o:before { content: ""; }
  2494.  
  2495. .fa-building-o:before { content: ""; }
  2496.  
  2497. .fa-hospital-o:before { content: ""; }
  2498.  
  2499. .fa-ambulance:before { content: ""; }
  2500.  
  2501. .fa-medkit:before { content: ""; }
  2502.  
  2503. .fa-fighter-jet:before { content: ""; }
  2504.  
  2505. .fa-beer:before { content: ""; }
  2506.  
  2507. .fa-h-square:before { content: ""; }
  2508.  
  2509. .fa-plus-square:before { content: ""; }
  2510.  
  2511. .fa-angle-double-left:before { content: ""; }
  2512.  
  2513. .fa-angle-double-right:before { content: ""; }
  2514.  
  2515. .fa-angle-double-up:before { content: ""; }
  2516.  
  2517. .fa-angle-double-down:before { content: ""; }
  2518.  
  2519. .fa-angle-left:before { content: ""; }
  2520.  
  2521. .fa-angle-right:before { content: ""; }
  2522.  
  2523. .fa-angle-up:before { content: ""; }
  2524.  
  2525. .fa-angle-down:before { content: ""; }
  2526.  
  2527. .fa-desktop:before { content: ""; }
  2528.  
  2529. .fa-laptop:before { content: ""; }
  2530.  
  2531. .fa-tablet:before { content: ""; }
  2532.  
  2533. .fa-mobile-phone:before, .fa-mobile:before { content: ""; }
  2534.  
  2535. .fa-circle-o:before { content: ""; }
  2536.  
  2537. .fa-quote-left:before { content: ""; }
  2538.  
  2539. .fa-quote-right:before { content: ""; }
  2540.  
  2541. .fa-spinner:before { content: ""; }
  2542.  
  2543. .fa-circle:before { content: ""; }
  2544.  
  2545. .fa-mail-reply:before, .fa-reply:before { content: ""; }
  2546.  
  2547. .fa-github-alt:before { content: ""; }
  2548.  
  2549. .fa-folder-o:before { content: ""; }
  2550.  
  2551. .fa-folder-open-o:before { content: ""; }
  2552.  
  2553. .fa-smile-o:before { content: ""; }
  2554.  
  2555. .fa-frown-o:before { content: ""; }
  2556.  
  2557. .fa-meh-o:before { content: ""; }
  2558.  
  2559. .fa-gamepad:before { content: ""; }
  2560.  
  2561. .fa-keyboard-o:before { content: ""; }
  2562.  
  2563. .fa-flag-o:before { content: ""; }
  2564.  
  2565. .fa-flag-checkered:before { content: ""; }
  2566.  
  2567. .fa-terminal:before { content: ""; }
  2568.  
  2569. .fa-code:before { content: ""; }
  2570.  
  2571. .fa-mail-reply-all:before, .fa-reply-all:before { content: ""; }
  2572.  
  2573. .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: ""; }
  2574.  
  2575. .fa-location-arrow:before { content: ""; }
  2576.  
  2577. .fa-crop:before { content: ""; }
  2578.  
  2579. .fa-code-fork:before { content: ""; }
  2580.  
  2581. .fa-unlink:before, .fa-chain-broken:before { content: ""; }
  2582.  
  2583. .fa-question:before { content: ""; }
  2584.  
  2585. .fa-info:before { content: ""; }
  2586.  
  2587. .fa-exclamation:before { content: ""; }
  2588.  
  2589. .fa-superscript:before { content: ""; }
  2590.  
  2591. .fa-subscript:before { content: ""; }
  2592.  
  2593. .fa-eraser:before { content: ""; }
  2594.  
  2595. .fa-puzzle-piece:before { content: ""; }
  2596.  
  2597. .fa-microphone:before { content: ""; }
  2598.  
  2599. .fa-microphone-slash:before { content: ""; }
  2600.  
  2601. .fa-shield:before { content: ""; }
  2602.  
  2603. .fa-calendar-o:before { content: ""; }
  2604.  
  2605. .fa-fire-extinguisher:before { content: ""; }
  2606.  
  2607. .fa-rocket:before { content: ""; }
  2608.  
  2609. .fa-maxcdn:before { content: ""; }
  2610.  
  2611. .fa-chevron-circle-left:before { content: ""; }
  2612.  
  2613. .fa-chevron-circle-right:before { content: ""; }
  2614.  
  2615. .fa-chevron-circle-up:before { content: ""; }
  2616.  
  2617. .fa-chevron-circle-down:before { content: ""; }
  2618.  
  2619. .fa-html5:before { content: ""; }
  2620.  
  2621. .fa-css3:before { content: ""; }
  2622.  
  2623. .fa-anchor:before { content: ""; }
  2624.  
  2625. .fa-unlock-alt:before { content: ""; }
  2626.  
  2627. .fa-bullseye:before { content: ""; }
  2628.  
  2629. .fa-ellipsis-h:before { content: ""; }
  2630.  
  2631. .fa-ellipsis-v:before { content: ""; }
  2632.  
  2633. .fa-rss-square:before { content: ""; }
  2634.  
  2635. .fa-play-circle:before { content: ""; }
  2636.  
  2637. .fa-ticket:before { content: ""; }
  2638.  
  2639. .fa-minus-square:before { content: ""; }
  2640.  
  2641. .fa-minus-square-o:before { content: ""; }
  2642.  
  2643. .fa-level-up:before { content: ""; }
  2644.  
  2645. .fa-level-down:before { content: ""; }
  2646.  
  2647. .fa-check-square:before { content: ""; }
  2648.  
  2649. .fa-pencil-square:before { content: ""; }
  2650.  
  2651. .fa-external-link-square:before { content: ""; }
  2652.  
  2653. .fa-share-square:before { content: ""; }
  2654.  
  2655. .fa-compass:before { content: ""; }
  2656.  
  2657. .fa-toggle-down:before, .fa-caret-square-o-down:before { content: ""; }
  2658.  
  2659. .fa-toggle-up:before, .fa-caret-square-o-up:before { content: ""; }
  2660.  
  2661. .fa-toggle-right:before, .fa-caret-square-o-right:before { content: ""; }
  2662.  
  2663. .fa-euro:before, .fa-eur:before { content: ""; }
  2664.  
  2665. .fa-gbp:before { content: ""; }
  2666.  
  2667. .fa-dollar:before, .fa-usd:before { content: ""; }
  2668.  
  2669. .fa-rupee:before, .fa-inr:before { content: ""; }
  2670.  
  2671. .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: ""; }
  2672.  
  2673. .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: ""; }
  2674.  
  2675. .fa-won:before, .fa-krw:before { content: ""; }
  2676.  
  2677. .fa-bitcoin:before, .fa-btc:before { content: ""; }
  2678.  
  2679. .fa-file:before { content: ""; }
  2680.  
  2681. .fa-file-text:before { content: ""; }
  2682.  
  2683. .fa-sort-alpha-asc:before { content: ""; }
  2684.  
  2685. .fa-sort-alpha-desc:before { content: ""; }
  2686.  
  2687. .fa-sort-amount-asc:before { content: ""; }
  2688.  
  2689. .fa-sort-amount-desc:before { content: ""; }
  2690.  
  2691. .fa-sort-numeric-asc:before { content: ""; }
  2692.  
  2693. .fa-sort-numeric-desc:before { content: ""; }
  2694.  
  2695. .fa-thumbs-up:before { content: ""; }
  2696.  
  2697. .fa-thumbs-down:before { content: ""; }
  2698.  
  2699. .fa-youtube-square:before { content: ""; }
  2700.  
  2701. .fa-youtube:before { content: ""; }
  2702.  
  2703. .fa-xing:before { content: ""; }
  2704.  
  2705. .fa-xing-square:before { content: ""; }
  2706.  
  2707. .fa-youtube-play:before { content: ""; }
  2708.  
  2709. .fa-dropbox:before { content: ""; }
  2710.  
  2711. .fa-stack-overflow:before { content: ""; }
  2712.  
  2713. .fa-instagram:before { content: ""; }
  2714.  
  2715. .fa-flickr:before { content: ""; }
  2716.  
  2717. .fa-adn:before { content: ""; }
  2718.  
  2719. .fa-bitbucket:before { content: ""; }
  2720.  
  2721. .fa-bitbucket-square:before { content: ""; }
  2722.  
  2723. .fa-tumblr:before { content: ""; }
  2724.  
  2725. .fa-tumblr-square:before { content: ""; }
  2726.  
  2727. .fa-long-arrow-down:before { content: ""; }
  2728.  
  2729. .fa-long-arrow-up:before { content: ""; }
  2730.  
  2731. .fa-long-arrow-left:before { content: ""; }
  2732.  
  2733. .fa-long-arrow-right:before { content: ""; }
  2734.  
  2735. .fa-apple:before { content: ""; }
  2736.  
  2737. .fa-windows:before { content: ""; }
  2738.  
  2739. .fa-android:before { content: ""; }
  2740.  
  2741. .fa-linux:before { content: ""; }
  2742.  
  2743. .fa-dribbble:before { content: ""; }
  2744.  
  2745. .fa-skype:before { content: ""; }
  2746.  
  2747. .fa-foursquare:before { content: ""; }
  2748.  
  2749. .fa-trello:before { content: ""; }
  2750.  
  2751. .fa-female:before { content: ""; }
  2752.  
  2753. .fa-male:before { content: ""; }
  2754.  
  2755. .fa-gittip:before, .fa-gratipay:before { content: ""; }
  2756.  
  2757. .fa-sun-o:before { content: ""; }
  2758.  
  2759. .fa-moon-o:before { content: ""; }
  2760.  
  2761. .fa-archive:before { content: ""; }
  2762.  
  2763. .fa-bug:before { content: ""; }
  2764.  
  2765. .fa-vk:before { content: ""; }
  2766.  
  2767. .fa-weibo:before { content: ""; }
  2768.  
  2769. .fa-renren:before { content: ""; }
  2770.  
  2771. .fa-pagelines:before { content: ""; }
  2772.  
  2773. .fa-stack-exchange:before { content: ""; }
  2774.  
  2775. .fa-arrow-circle-o-right:before { content: ""; }
  2776.  
  2777. .fa-arrow-circle-o-left:before { content: ""; }
  2778.  
  2779. .fa-toggle-left:before, .fa-caret-square-o-left:before { content: ""; }
  2780.  
  2781. .fa-dot-circle-o:before { content: ""; }
  2782.  
  2783. .fa-wheelchair:before { content: ""; }
  2784.  
  2785. .fa-vimeo-square:before { content: ""; }
  2786.  
  2787. .fa-turkish-lira:before, .fa-try:before { content: ""; }
  2788.  
  2789. .fa-plus-square-o:before { content: ""; }
  2790.  
  2791. .fa-space-shuttle:before { content: ""; }
  2792.  
  2793. .fa-slack:before { content: ""; }
  2794.  
  2795. .fa-envelope-square:before { content: ""; }
  2796.  
  2797. .fa-wordpress:before { content: ""; }
  2798.  
  2799. .fa-openid:before { content: ""; }
  2800.  
  2801. .fa-institution:before, .fa-bank:before, .fa-university:before { content: ""; }
  2802.  
  2803. .fa-mortar-board:before, .fa-graduation-cap:before { content: ""; }
  2804.  
  2805. .fa-yahoo:before { content: ""; }
  2806.  
  2807. .fa-google:before { content: ""; }
  2808.  
  2809. .fa-reddit:before { content: ""; }
  2810.  
  2811. .fa-reddit-square:before { content: ""; }
  2812.  
  2813. .fa-stumbleupon-circle:before { content: ""; }
  2814.  
  2815. .fa-stumbleupon:before { content: ""; }
  2816.  
  2817. .fa-delicious:before { content: ""; }
  2818.  
  2819. .fa-digg:before { content: ""; }
  2820.  
  2821. .fa-pied-piper:before { content: ""; }
  2822.  
  2823. .fa-pied-piper-alt:before { content: ""; }
  2824.  
  2825. .fa-drupal:before { content: ""; }
  2826.  
  2827. .fa-joomla:before { content: ""; }
  2828.  
  2829. .fa-language:before { content: ""; }
  2830.  
  2831. .fa-fax:before { content: ""; }
  2832.  
  2833. .fa-building:before { content: ""; }
  2834.  
  2835. .fa-child:before { content: ""; }
  2836.  
  2837. .fa-paw:before { content: ""; }
  2838.  
  2839. .fa-spoon:before { content: ""; }
  2840.  
  2841. .fa-cube:before { content: ""; }
  2842.  
  2843. .fa-cubes:before { content: ""; }
  2844.  
  2845. .fa-behance:before { content: ""; }
  2846.  
  2847. .fa-behance-square:before { content: ""; }
  2848.  
  2849. .fa-steam:before { content: ""; }
  2850.  
  2851. .fa-steam-square:before { content: ""; }
  2852.  
  2853. .fa-recycle:before { content: ""; }
  2854.  
  2855. .fa-automobile:before, .fa-car:before { content: ""; }
  2856.  
  2857. .fa-cab:before, .fa-taxi:before { content: ""; }
  2858.  
  2859. .fa-tree:before { content: ""; }
  2860.  
  2861. .fa-spotify:before { content: ""; }
  2862.  
  2863. .fa-deviantart:before { content: ""; }
  2864.  
  2865. .fa-soundcloud:before { content: ""; }
  2866.  
  2867. .fa-database:before { content: ""; }
  2868.  
  2869. .fa-file-pdf-o:before { content: ""; }
  2870.  
  2871. .fa-file-word-o:before { content: ""; }
  2872.  
  2873. .fa-file-excel-o:before { content: ""; }
  2874.  
  2875. .fa-file-powerpoint-o:before { content: ""; }
  2876.  
  2877. .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: ""; }
  2878.  
  2879. .fa-file-zip-o:before, .fa-file-archive-o:before { content: ""; }
  2880.  
  2881. .fa-file-sound-o:before, .fa-file-audio-o:before { content: ""; }
  2882.  
  2883. .fa-file-movie-o:before, .fa-file-video-o:before { content: ""; }
  2884.  
  2885. .fa-file-code-o:before { content: ""; }
  2886.  
  2887. .fa-vine:before { content: ""; }
  2888.  
  2889. .fa-codepen:before { content: ""; }
  2890.  
  2891. .fa-jsfiddle:before { content: ""; }
  2892.  
  2893. .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: ""; }
  2894.  
  2895. .fa-circle-o-notch:before { content: ""; }
  2896.  
  2897. .fa-ra:before, .fa-rebel:before { content: ""; }
  2898.  
  2899. .fa-ge:before, .fa-empire:before { content: ""; }
  2900.  
  2901. .fa-git-square:before { content: ""; }
  2902.  
  2903. .fa-git:before { content: ""; }
  2904.  
  2905. .fa-hacker-news:before { content: ""; }
  2906.  
  2907. .fa-tencent-weibo:before { content: ""; }
  2908.  
  2909. .fa-qq:before { content: ""; }
  2910.  
  2911. .fa-wechat:before, .fa-weixin:before { content: ""; }
  2912.  
  2913. .fa-send:before, .fa-paper-plane:before { content: ""; }
  2914.  
  2915. .fa-send-o:before, .fa-paper-plane-o:before { content: ""; }
  2916.  
  2917. .fa-history:before { content: ""; }
  2918.  
  2919. .fa-genderless:before, .fa-circle-thin:before { content: ""; }
  2920.  
  2921. .fa-header:before { content: ""; }
  2922.  
  2923. .fa-paragraph:before { content: ""; }
  2924.  
  2925. .fa-sliders:before { content: ""; }
  2926.  
  2927. .fa-share-alt:before { content: ""; }
  2928.  
  2929. .fa-share-alt-square:before { content: ""; }
  2930.  
  2931. .fa-bomb:before { content: ""; }
  2932.  
  2933. .fa-soccer-ball-o:before, .fa-futbol-o:before { content: ""; }
  2934.  
  2935. .fa-tty:before { content: ""; }
  2936.  
  2937. .fa-binoculars:before { content: ""; }
  2938.  
  2939. .fa-plug:before { content: ""; }
  2940.  
  2941. .fa-slideshare:before { content: ""; }
  2942.  
  2943. .fa-twitch:before { content: ""; }
  2944.  
  2945. .fa-yelp:before { content: ""; }
  2946.  
  2947. .fa-newspaper-o:before { content: ""; }
  2948.  
  2949. .fa-wifi:before { content: ""; }
  2950.  
  2951. .fa-calculator:before { content: ""; }
  2952.  
  2953. .fa-paypal:before { content: ""; }
  2954.  
  2955. .fa-google-wallet:before { content: ""; }
  2956.  
  2957. .fa-cc-visa:before { content: ""; }
  2958.  
  2959. .fa-cc-mastercard:before { content: ""; }
  2960.  
  2961. .fa-cc-discover:before { content: ""; }
  2962.  
  2963. .fa-cc-amex:before { content: ""; }
  2964.  
  2965. .fa-cc-paypal:before { content: ""; }
  2966.  
  2967. .fa-cc-stripe:before { content: ""; }
  2968.  
  2969. .fa-bell-slash:before { content: ""; }
  2970.  
  2971. .fa-bell-slash-o:before { content: ""; }
  2972.  
  2973. .fa-trash:before { content: ""; }
  2974.  
  2975. .fa-copyright:before { content: ""; }
  2976.  
  2977. .fa-at:before { content: ""; }
  2978.  
  2979. .fa-eyedropper:before { content: ""; }
  2980.  
  2981. .fa-paint-brush:before { content: ""; }
  2982.  
  2983. .fa-birthday-cake:before { content: ""; }
  2984.  
  2985. .fa-area-chart:before { content: ""; }
  2986.  
  2987. .fa-pie-chart:before { content: ""; }
  2988.  
  2989. .fa-line-chart:before { content: ""; }
  2990.  
  2991. .fa-lastfm:before { content: ""; }
  2992.  
  2993. .fa-lastfm-square:before { content: ""; }
  2994.  
  2995. .fa-toggle-off:before { content: ""; }
  2996.  
  2997. .fa-toggle-on:before { content: ""; }
  2998.  
  2999. .fa-bicycle:before { content: ""; }
  3000.  
  3001. .fa-bus:before { content: ""; }
  3002.  
  3003. .fa-ioxhost:before { content: ""; }
  3004.  
  3005. .fa-angellist:before { content: ""; }
  3006.  
  3007. .fa-cc:before { content: ""; }
  3008.  
  3009. .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: ""; }
  3010.  
  3011. .fa-meanpath:before { content: ""; }
  3012.  
  3013. .fa-buysellads:before { content: ""; }
  3014.  
  3015. .fa-connectdevelop:before { content: ""; }
  3016.  
  3017. .fa-dashcube:before { content: ""; }
  3018.  
  3019. .fa-forumbee:before { content: ""; }
  3020.  
  3021. .fa-leanpub:before { content: ""; }
  3022.  
  3023. .fa-sellsy:before { content: ""; }
  3024.  
  3025. .fa-shirtsinbulk:before { content: ""; }
  3026.  
  3027. .fa-simplybuilt:before { content: ""; }
  3028.  
  3029. .fa-skyatlas:before { content: ""; }
  3030.  
  3031. .fa-cart-plus:before { content: ""; }
  3032.  
  3033. .fa-cart-arrow-down:before { content: ""; }
  3034.  
  3035. .fa-diamond:before { content: ""; }
  3036.  
  3037. .fa-ship:before { content: ""; }
  3038.  
  3039. .fa-user-secret:before { content: ""; }
  3040.  
  3041. .fa-motorcycle:before { content: ""; }
  3042.  
  3043. .fa-street-view:before { content: ""; }
  3044.  
  3045. .fa-heartbeat:before { content: ""; }
  3046.  
  3047. .fa-venus:before { content: ""; }
  3048.  
  3049. .fa-mars:before { content: ""; }
  3050.  
  3051. .fa-mercury:before { content: ""; }
  3052.  
  3053. .fa-transgender:before { content: ""; }
  3054.  
  3055. .fa-transgender-alt:before { content: ""; }
  3056.  
  3057. .fa-venus-double:before { content: ""; }
  3058.  
  3059. .fa-mars-double:before { content: ""; }
  3060.  
  3061. .fa-venus-mars:before { content: ""; }
  3062.  
  3063. .fa-mars-stroke:before { content: ""; }
  3064.  
  3065. .fa-mars-stroke-v:before { content: ""; }
  3066.  
  3067. .fa-mars-stroke-h:before { content: ""; }
  3068.  
  3069. .fa-neuter:before { content: ""; }
  3070.  
  3071. .fa-facebook-official:before { content: ""; }
  3072.  
  3073. .fa-pinterest-p:before { content: ""; }
  3074.  
  3075. .fa-whatsapp:before { content: ""; }
  3076.  
  3077. .fa-server:before { content: ""; }
  3078.  
  3079. .fa-user-plus:before { content: ""; }
  3080.  
  3081. .fa-user-times:before { content: ""; }
  3082.  
  3083. .fa-hotel:before, .fa-bed:before { content: ""; }
  3084.  
  3085. .fa-viacoin:before { content: ""; }
  3086.  
  3087. .fa-train:before { content: ""; }
  3088.  
  3089. .fa-subway:before { content: ""; }
  3090.  
  3091. .fa-medium:before { content: ""; }
  3092.  
  3093. /*------------------------------------*\
  3094. The End :)
  3095. \*------------------------------------*/
Add Comment
Please, Sign In to add comment