Guest User

Untitled

a guest
Sep 21st, 2016
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 476.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html dir="ltr" lang="pl-PL">
  3. <head>
  4. <title>Kappus.pl - Portfolio</title>
  5. <meta charset="utf-8">
  6. <meta content="width=device-width, initial-scale=1" name="viewport">
  7. <meta content="Kappus.pl" property="og:title">
  8. <meta content="website" property="og:type">
  9. <meta content="https://kappus.pl" property="og:url">
  10. <meta content="Kappus.pl" property="og:site_name">
  11. <meta content="pl_PL" property="og:locale">
  12. <meta content=
  13. "portfolio,kappus portofolio,idailygaming portfolio,kappa,idailygaming,kappus,kappus strona www,idailygaming website,idailygaming strona www,kappus strona www"
  14. name="keywords">
  15. <meta content="all" name="robots">
  16. <meta content="Portfolio" name="description">
  17. <meta content="jhQXhnG1Na7FBEhJuf5H_A3kctTOyC8xYLBDLwPkP7g" name=
  18. "google-site-verification">
  19. <link href="https://plus.google.com/102155269708213267549" rel="author">
  20. <link href="https://plus.google.com/102155269708213267549" rel="publisher">
  21. <meta content="global" name="distribution">
  22. <meta content="general" name="rating">
  23. <meta content="1 days" name="revisit-after">
  24. <link href="https://kappus.pl/" rel="canonical">
  25. <link href="http://fonts.googleapis.com" rel="dns-prefetch">
  26. <link href="http://googleadservices.com" rel="dns-prefetch">
  27. <link href="https://googledrive.com" rel="dns-prefetch">
  28. <link href="https://googleusercontent.com" rel="dns-prefetch">
  29. <link href="https://fonts.gstatic.com" rel="dns-prefetch">
  30. <link href="https://ssl.gstatic.com" rel="dns-prefetch">
  31. <link href="https://accounts.google.com" rel="dns-prefetch">
  32. <link href="http://pagead2.googlesyndication.com" rel="dns-prefetch">
  33. <link href="http://googleads.g.doubleclick.net" rel="dns-prefetch">
  34. <link href="https://www.google.com" rel="dns-prefetch">
  35. <link href="https://www.facebook.com" rel="dns-prefetch">
  36. <link href="https://www.google-analytics.com" rel="dns-prefetch">
  37. <meta content="NOODP" name="googlebot">
  38. <link href="img/favicons/apple-touch-icon-57x57.png" rel="apple-touch-icon"
  39. sizes="57x57">
  40. <link href="img/favicons/apple-touch-icon-60x60.png" rel="apple-touch-icon"
  41. sizes="60x60">
  42. <link href="img/favicons/favicon-32x32.png" rel="icon" sizes="32x32" type=
  43. "image/png">
  44. <link href="img/favicons/favicon-16x16.png" rel="icon" sizes="16x16" type=
  45. "image/png">
  46. <link href="img/favicons/manifest.json" rel="manifest">
  47. <link href="img/favicons/favicon.ico" rel="shortcut icon">
  48. <link href="fonts/font-awesome-4.1.0/css/font-awesome.min.css" rel=
  49. "stylesheet" type="text/css">
  50. <style>
  51. @charset "UTF-8";
  52.  
  53. /*!
  54. Animate.css - http://daneden.me/animate
  55. Licensed under the MIT license - http://opensource.org/licenses/MIT
  56.  
  57. Copyright (c) 2015 Daniel Eden
  58. */
  59. .animated {
  60. -webkit-animation-duration: .3s;
  61. animation-duration: .3s;
  62. -webkit-animation-fill-mode: both;
  63. animation-fill-mode: both;
  64. }
  65.  
  66. .animated.infinite {
  67. -webkit-animation-iteration-count: infinite;
  68. -webkit-animation-duration: 1s;
  69. animation-duration: 1s;
  70. animation-iteration-count: infinite;
  71. }
  72.  
  73. .animated.hinge {
  74. -webkit-animation-duration: 2s;
  75. animation-duration: 2s;
  76. }
  77.  
  78. @-webkit-keyframes bounce {
  79. 0%,20%,53%,80%,100% {
  80. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  81. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  82. -webkit-transform: translate3d(0,0,0);
  83. transform: translate3d(0,0,0);
  84. }
  85.  
  86. 40%,43% {
  87. -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  88. transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  89. -webkit-transform: translate3d(0,-30px,0);
  90. transform: translate3d(0,-30px,0);
  91. }
  92.  
  93. 70% {
  94. -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  95. transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  96. -webkit-transform: translate3d(0,-15px,0);
  97. transform: translate3d(0,-15px,0);
  98. }
  99.  
  100. 90% {
  101. -webkit-transform: translate3d(0,-4px,0);
  102. transform: translate3d(0,-4px,0);
  103. }
  104. }
  105.  
  106. @keyframes bounce {
  107. 0%,20%,53%,80%,100% {
  108. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  109. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  110. -webkit-transform: translate3d(0,0,0);
  111. -ms-transform: translate3d(0,0,0);
  112. transform: translate3d(0,0,0);
  113. }
  114.  
  115. 40%,43% {
  116. -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  117. transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  118. -webkit-transform: translate3d(0,-30px,0);
  119. -ms-transform: translate3d(0,-30px,0);
  120. transform: translate3d(0,-30px,0);
  121. }
  122.  
  123. 70% {
  124. -webkit-transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  125. transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
  126. -webkit-transform: translate3d(0,-15px,0);
  127. -ms-transform: translate3d(0,-15px,0);
  128. transform: translate3d(0,-15px,0);
  129. }
  130.  
  131. 90% {
  132. -webkit-transform: translate3d(0,-4px,0);
  133. -ms-transform: translate3d(0,-4px,0);
  134. transform: translate3d(0,-4px,0);
  135. }
  136. }
  137.  
  138. .bounce {
  139. -webkit-animation-name: bounce;
  140. animation-name: bounce;
  141. -webkit-transform-origin: center bottom;
  142. -ms-transform-origin: center bottom;
  143. transform-origin: center bottom;
  144. }
  145.  
  146. @-webkit-keyframes flash {
  147. 0%,100% {
  148. opacity: 1;
  149. }
  150.  
  151. 50% {
  152. opacity: 0;
  153. }
  154. }
  155.  
  156. @keyframes flash {
  157. 0%,100% {
  158. opacity: 1;
  159. }
  160.  
  161. 50% {
  162. opacity: 0;
  163. }
  164. }
  165.  
  166. .flash {
  167. -webkit-animation-name: flash;
  168. animation-name: flash;
  169. }
  170.  
  171. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  172. @-webkit-keyframes pulse {
  173. 0% {
  174. -webkit-transform: scale3d(1,1,1);
  175. transform: scale3d(1,1,1);
  176. }
  177.  
  178. 50% {
  179. -webkit-transform: scale3d(1.05,1.05,1.05);
  180. transform: scale3d(1.05,1.05,1.05);
  181. }
  182.  
  183. 100% {
  184. -webkit-transform: scale3d(1,1,1);
  185. transform: scale3d(1,1,1);
  186. }
  187. }
  188.  
  189. @keyframes pulse {
  190. 0% {
  191. -webkit-transform: scale3d(1,1,1);
  192. -ms-transform: scale3d(1,1,1);
  193. transform: scale3d(1,1,1);
  194. }
  195.  
  196. 50% {
  197. -webkit-transform: scale3d(1.05,1.05,1.05);
  198. -ms-transform: scale3d(1.05,1.05,1.05);
  199. transform: scale3d(1.05,1.05,1.05);
  200. }
  201.  
  202. 100% {
  203. -webkit-transform: scale3d(1,1,1);
  204. -ms-transform: scale3d(1,1,1);
  205. transform: scale3d(1,1,1);
  206. }
  207. }
  208.  
  209. .pulse {
  210. -webkit-animation-name: pulse;
  211. animation-name: pulse;
  212. }
  213.  
  214. @-webkit-keyframes rubberBand {
  215. 0% {
  216. -webkit-transform: scale3d(1,1,1);
  217. transform: scale3d(1,1,1);
  218. }
  219.  
  220. 30% {
  221. -webkit-transform: scale3d(1.25,0.75,1);
  222. transform: scale3d(1.25,0.75,1);
  223. }
  224.  
  225. 40% {
  226. -webkit-transform: scale3d(0.75,1.25,1);
  227. transform: scale3d(0.75,1.25,1);
  228. }
  229.  
  230. 50% {
  231. -webkit-transform: scale3d(1.15,0.85,1);
  232. transform: scale3d(1.15,0.85,1);
  233. }
  234.  
  235. 65% {
  236. -webkit-transform: scale3d(.95,1.05,1);
  237. transform: scale3d(.95,1.05,1);
  238. }
  239.  
  240. 75% {
  241. -webkit-transform: scale3d(1.05,.95,1);
  242. transform: scale3d(1.05,.95,1);
  243. }
  244.  
  245. 100% {
  246. -webkit-transform: scale3d(1,1,1);
  247. transform: scale3d(1,1,1);
  248. }
  249. }
  250.  
  251. @keyframes rubberBand {
  252. 0% {
  253. -webkit-transform: scale3d(1,1,1);
  254. -ms-transform: scale3d(1,1,1);
  255. transform: scale3d(1,1,1);
  256. }
  257.  
  258. 30% {
  259. -webkit-transform: scale3d(1.25,0.75,1);
  260. -ms-transform: scale3d(1.25,0.75,1);
  261. transform: scale3d(1.25,0.75,1);
  262. }
  263.  
  264. 40% {
  265. -webkit-transform: scale3d(0.75,1.25,1);
  266. -ms-transform: scale3d(0.75,1.25,1);
  267. transform: scale3d(0.75,1.25,1);
  268. }
  269.  
  270. 50% {
  271. -webkit-transform: scale3d(1.15,0.85,1);
  272. -ms-transform: scale3d(1.15,0.85,1);
  273. transform: scale3d(1.15,0.85,1);
  274. }
  275.  
  276. 65% {
  277. -webkit-transform: scale3d(.95,1.05,1);
  278. -ms-transform: scale3d(.95,1.05,1);
  279. transform: scale3d(.95,1.05,1);
  280. }
  281.  
  282. 75% {
  283. -webkit-transform: scale3d(1.05,.95,1);
  284. -ms-transform: scale3d(1.05,.95,1);
  285. transform: scale3d(1.05,.95,1);
  286. }
  287.  
  288. 100% {
  289. -webkit-transform: scale3d(1,1,1);
  290. -ms-transform: scale3d(1,1,1);
  291. transform: scale3d(1,1,1);
  292. }
  293. }
  294.  
  295. .rubberBand {
  296. -webkit-animation-name: rubberBand;
  297. animation-name: rubberBand;
  298. }
  299.  
  300. @-webkit-keyframes shake {
  301. 0%,100% {
  302. -webkit-transform: translate3d(0,0,0);
  303. transform: translate3d(0,0,0);
  304. }
  305.  
  306. 10%,30%,50%,70%,90% {
  307. -webkit-transform: translate3d(-10px,0,0);
  308. transform: translate3d(-10px,0,0);
  309. }
  310.  
  311. 20%,40%,60%,80% {
  312. -webkit-transform: translate3d(10px,0,0);
  313. transform: translate3d(10px,0,0);
  314. }
  315. }
  316.  
  317. @keyframes shake {
  318. 0%,100% {
  319. -webkit-transform: translate3d(0,0,0);
  320. -ms-transform: translate3d(0,0,0);
  321. transform: translate3d(0,0,0);
  322. }
  323.  
  324. 10%,30%,50%,70%,90% {
  325. -webkit-transform: translate3d(-10px,0,0);
  326. -ms-transform: translate3d(-10px,0,0);
  327. transform: translate3d(-10px,0,0);
  328. }
  329.  
  330. 20%,40%,60%,80% {
  331. -webkit-transform: translate3d(10px,0,0);
  332. -ms-transform: translate3d(10px,0,0);
  333. transform: translate3d(10px,0,0);
  334. }
  335. }
  336.  
  337. .shake {
  338. -webkit-animation-name: shake;
  339. animation-name: shake;
  340. }
  341.  
  342. @-webkit-keyframes swing {
  343. 20% {
  344. -webkit-transform: rotate3d(0,0,1,15deg);
  345. transform: rotate3d(0,0,1,15deg);
  346. }
  347.  
  348. 40% {
  349. -webkit-transform: rotate3d(0,0,1,-10deg);
  350. transform: rotate3d(0,0,1,-10deg);
  351. }
  352.  
  353. 60% {
  354. -webkit-transform: rotate3d(0,0,1,5deg);
  355. transform: rotate3d(0,0,1,5deg);
  356. }
  357.  
  358. 80% {
  359. -webkit-transform: rotate3d(0,0,1,-5deg);
  360. transform: rotate3d(0,0,1,-5deg);
  361. }
  362.  
  363. 100% {
  364. -webkit-transform: rotate3d(0,0,1,0deg);
  365. transform: rotate3d(0,0,1,0deg);
  366. }
  367. }
  368.  
  369. @keyframes swing {
  370. 20% {
  371. -webkit-transform: rotate3d(0,0,1,15deg);
  372. -ms-transform: rotate3d(0,0,1,15deg);
  373. transform: rotate3d(0,0,1,15deg);
  374. }
  375.  
  376. 40% {
  377. -webkit-transform: rotate3d(0,0,1,-10deg);
  378. -ms-transform: rotate3d(0,0,1,-10deg);
  379. transform: rotate3d(0,0,1,-10deg);
  380. }
  381.  
  382. 60% {
  383. -webkit-transform: rotate3d(0,0,1,5deg);
  384. -ms-transform: rotate3d(0,0,1,5deg);
  385. transform: rotate3d(0,0,1,5deg);
  386. }
  387.  
  388. 80% {
  389. -webkit-transform: rotate3d(0,0,1,-5deg);
  390. -ms-transform: rotate3d(0,0,1,-5deg);
  391. transform: rotate3d(0,0,1,-5deg);
  392. }
  393.  
  394. 100% {
  395. -webkit-transform: rotate3d(0,0,1,0deg);
  396. -ms-transform: rotate3d(0,0,1,0deg);
  397. transform: rotate3d(0,0,1,0deg);
  398. }
  399. }
  400.  
  401. .swing {
  402. -webkit-transform-origin: top center;
  403. -ms-transform-origin: top center;
  404. transform-origin: top center;
  405. -webkit-animation-name: swing;
  406. animation-name: swing;
  407. }
  408.  
  409. @-webkit-keyframes tada {
  410. 0% {
  411. -webkit-transform: scale3d(1,1,1);
  412. transform: scale3d(1,1,1);
  413. }
  414.  
  415. 10%,20% {
  416. -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  417. transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  418. }
  419.  
  420. 30%,50%,70%,90% {
  421. -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  422. transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  423. }
  424.  
  425. 40%,60%,80% {
  426. -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  427. transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  428. }
  429.  
  430. 100% {
  431. -webkit-transform: scale3d(1,1,1);
  432. transform: scale3d(1,1,1);
  433. }
  434. }
  435.  
  436. @keyframes tada {
  437. 0% {
  438. -webkit-transform: scale3d(1,1,1);
  439. -ms-transform: scale3d(1,1,1);
  440. transform: scale3d(1,1,1);
  441. }
  442.  
  443. 10%,20% {
  444. -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  445. -ms-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  446. transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
  447. }
  448.  
  449. 30%,50%,70%,90% {
  450. -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  451. -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  452. transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
  453. }
  454.  
  455. 40%,60%,80% {
  456. -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  457. -ms-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  458. transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
  459. }
  460.  
  461. 100% {
  462. -webkit-transform: scale3d(1,1,1);
  463. -ms-transform: scale3d(1,1,1);
  464. transform: scale3d(1,1,1);
  465. }
  466. }
  467.  
  468. .tada {
  469. -webkit-animation-name: tada;
  470. animation-name: tada;
  471. }
  472.  
  473. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  474. @-webkit-keyframes wobble {
  475. 0% {
  476. -webkit-transform: none;
  477. transform: none;
  478. }
  479.  
  480. 15% {
  481. -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  482. transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  483. }
  484.  
  485. 30% {
  486. -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  487. transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  488. }
  489.  
  490. 45% {
  491. -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  492. transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  493. }
  494.  
  495. 60% {
  496. -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  497. transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  498. }
  499.  
  500. 75% {
  501. -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  502. transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  503. }
  504.  
  505. 100% {
  506. -webkit-transform: none;
  507. transform: none;
  508. }
  509. }
  510.  
  511. @keyframes wobble {
  512. 0% {
  513. -webkit-transform: none;
  514. -ms-transform: none;
  515. transform: none;
  516. }
  517.  
  518. 15% {
  519. -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  520. -ms-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  521. transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
  522. }
  523.  
  524. 30% {
  525. -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  526. -ms-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  527. transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
  528. }
  529.  
  530. 45% {
  531. -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  532. -ms-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  533. transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
  534. }
  535.  
  536. 60% {
  537. -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  538. -ms-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  539. transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
  540. }
  541.  
  542. 75% {
  543. -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  544. -ms-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  545. transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
  546. }
  547.  
  548. 100% {
  549. -webkit-transform: none;
  550. -ms-transform: none;
  551. transform: none;
  552. }
  553. }
  554.  
  555. .wobble {
  556. -webkit-animation-name: wobble;
  557. animation-name: wobble;
  558. }
  559.  
  560. @-webkit-keyframes bounceIn {
  561. 0%,20%,40%,60%,80%,100% {
  562. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  563. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  564. }
  565.  
  566. 0% {
  567. opacity: 0;
  568. -webkit-transform: scale3d(.3,.3,.3);
  569. transform: scale3d(.3,.3,.3);
  570. }
  571.  
  572. 20% {
  573. -webkit-transform: scale3d(1.1,1.1,1.1);
  574. transform: scale3d(1.1,1.1,1.1);
  575. }
  576.  
  577. 40% {
  578. -webkit-transform: scale3d(.9,.9,.9);
  579. transform: scale3d(.9,.9,.9);
  580. }
  581.  
  582. 60% {
  583. opacity: 1;
  584. -webkit-transform: scale3d(1.03,1.03,1.03);
  585. transform: scale3d(1.03,1.03,1.03);
  586. }
  587.  
  588. 80% {
  589. -webkit-transform: scale3d(.97,.97,.97);
  590. transform: scale3d(.97,.97,.97);
  591. }
  592.  
  593. 100% {
  594. opacity: 1;
  595. -webkit-transform: scale3d(1,1,1);
  596. transform: scale3d(1,1,1);
  597. }
  598. }
  599.  
  600. @keyframes bounceIn {
  601. 0%,20%,40%,60%,80%,100% {
  602. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  603. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  604. }
  605.  
  606. 0% {
  607. opacity: 0;
  608. -webkit-transform: scale3d(.3,.3,.3);
  609. -ms-transform: scale3d(.3,.3,.3);
  610. transform: scale3d(.3,.3,.3);
  611. }
  612.  
  613. 20% {
  614. -webkit-transform: scale3d(1.1,1.1,1.1);
  615. -ms-transform: scale3d(1.1,1.1,1.1);
  616. transform: scale3d(1.1,1.1,1.1);
  617. }
  618.  
  619. 40% {
  620. -webkit-transform: scale3d(.9,.9,.9);
  621. -ms-transform: scale3d(.9,.9,.9);
  622. transform: scale3d(.9,.9,.9);
  623. }
  624.  
  625. 60% {
  626. opacity: 1;
  627. -webkit-transform: scale3d(1.03,1.03,1.03);
  628. -ms-transform: scale3d(1.03,1.03,1.03);
  629. transform: scale3d(1.03,1.03,1.03);
  630. }
  631.  
  632. 80% {
  633. -webkit-transform: scale3d(.97,.97,.97);
  634. -ms-transform: scale3d(.97,.97,.97);
  635. transform: scale3d(.97,.97,.97);
  636. }
  637.  
  638. 100% {
  639. opacity: 1;
  640. -webkit-transform: scale3d(1,1,1);
  641. -ms-transform: scale3d(1,1,1);
  642. transform: scale3d(1,1,1);
  643. }
  644. }
  645.  
  646. .bounceIn {
  647. -webkit-animation-name: bounceIn;
  648. animation-name: bounceIn;
  649. -webkit-animation-duration: .75s;
  650. animation-duration: .75s;
  651. }
  652.  
  653. @-webkit-keyframes bounceInDown {
  654. 0%,60%,75%,90%,100% {
  655. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  656. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  657. }
  658.  
  659. 0% {
  660. opacity: 0;
  661. -webkit-transform: translate3d(0,-3000px,0);
  662. transform: translate3d(0,-3000px,0);
  663. }
  664.  
  665. 60% {
  666. opacity: 1;
  667. -webkit-transform: translate3d(0,25px,0);
  668. transform: translate3d(0,25px,0);
  669. }
  670.  
  671. 75% {
  672. -webkit-transform: translate3d(0,-10px,0);
  673. transform: translate3d(0,-10px,0);
  674. }
  675.  
  676. 90% {
  677. -webkit-transform: translate3d(0,5px,0);
  678. transform: translate3d(0,5px,0);
  679. }
  680.  
  681. 100% {
  682. -webkit-transform: none;
  683. transform: none;
  684. }
  685. }
  686.  
  687. @keyframes bounceInDown {
  688. 0%,60%,75%,90%,100% {
  689. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  690. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  691. }
  692.  
  693. 0% {
  694. opacity: 0;
  695. -webkit-transform: translate3d(0,-3000px,0);
  696. -ms-transform: translate3d(0,-3000px,0);
  697. transform: translate3d(0,-3000px,0);
  698. }
  699.  
  700. 60% {
  701. opacity: 1;
  702. -webkit-transform: translate3d(0,25px,0);
  703. -ms-transform: translate3d(0,25px,0);
  704. transform: translate3d(0,25px,0);
  705. }
  706.  
  707. 75% {
  708. -webkit-transform: translate3d(0,-10px,0);
  709. -ms-transform: translate3d(0,-10px,0);
  710. transform: translate3d(0,-10px,0);
  711. }
  712.  
  713. 90% {
  714. -webkit-transform: translate3d(0,5px,0);
  715. -ms-transform: translate3d(0,5px,0);
  716. transform: translate3d(0,5px,0);
  717. }
  718.  
  719. 100% {
  720. -webkit-transform: none;
  721. -ms-transform: none;
  722. transform: none;
  723. }
  724. }
  725.  
  726. .bounceInDown {
  727. -webkit-animation-name: bounceInDown;
  728. animation-name: bounceInDown;
  729. }
  730.  
  731. @-webkit-keyframes bounceInLeft {
  732. 0%,60%,75%,90%,100% {
  733. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  734. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  735. }
  736.  
  737. 0% {
  738. opacity: 0;
  739. -webkit-transform: translate3d(-3000px,0,0);
  740. transform: translate3d(-3000px,0,0);
  741. }
  742.  
  743. 60% {
  744. opacity: 1;
  745. -webkit-transform: translate3d(25px,0,0);
  746. transform: translate3d(25px,0,0);
  747. }
  748.  
  749. 75% {
  750. -webkit-transform: translate3d(-10px,0,0);
  751. transform: translate3d(-10px,0,0);
  752. }
  753.  
  754. 90% {
  755. -webkit-transform: translate3d(5px,0,0);
  756. transform: translate3d(5px,0,0);
  757. }
  758.  
  759. 100% {
  760. -webkit-transform: none;
  761. transform: none;
  762. }
  763. }
  764.  
  765. @keyframes bounceInLeft {
  766. 0%,60%,75%,90%,100% {
  767. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  768. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  769. }
  770.  
  771. 0% {
  772. opacity: 0;
  773. -webkit-transform: translate3d(-3000px,0,0);
  774. -ms-transform: translate3d(-3000px,0,0);
  775. transform: translate3d(-3000px,0,0);
  776. }
  777.  
  778. 60% {
  779. opacity: 1;
  780. -webkit-transform: translate3d(25px,0,0);
  781. -ms-transform: translate3d(25px,0,0);
  782. transform: translate3d(25px,0,0);
  783. }
  784.  
  785. 75% {
  786. -webkit-transform: translate3d(-10px,0,0);
  787. -ms-transform: translate3d(-10px,0,0);
  788. transform: translate3d(-10px,0,0);
  789. }
  790.  
  791. 90% {
  792. -webkit-transform: translate3d(5px,0,0);
  793. -ms-transform: translate3d(5px,0,0);
  794. transform: translate3d(5px,0,0);
  795. }
  796.  
  797. 100% {
  798. -webkit-transform: none;
  799. -ms-transform: none;
  800. transform: none;
  801. }
  802. }
  803.  
  804. .bounceInLeft {
  805. -webkit-animation-name: bounceInLeft;
  806. animation-name: bounceInLeft;
  807. }
  808.  
  809. @-webkit-keyframes bounceInRight {
  810. 0%,60%,75%,90%,100% {
  811. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  812. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  813. }
  814.  
  815. 0% {
  816. opacity: 0;
  817. -webkit-transform: translate3d(3000px,0,0);
  818. transform: translate3d(3000px,0,0);
  819. }
  820.  
  821. 60% {
  822. opacity: 1;
  823. -webkit-transform: translate3d(-25px,0,0);
  824. transform: translate3d(-25px,0,0);
  825. }
  826.  
  827. 75% {
  828. -webkit-transform: translate3d(10px,0,0);
  829. transform: translate3d(10px,0,0);
  830. }
  831.  
  832. 90% {
  833. -webkit-transform: translate3d(-5px,0,0);
  834. transform: translate3d(-5px,0,0);
  835. }
  836.  
  837. 100% {
  838. -webkit-transform: none;
  839. transform: none;
  840. }
  841. }
  842.  
  843. @keyframes bounceInRight {
  844. 0%,60%,75%,90%,100% {
  845. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  846. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  847. }
  848.  
  849. 0% {
  850. opacity: 0;
  851. -webkit-transform: translate3d(3000px,0,0);
  852. -ms-transform: translate3d(3000px,0,0);
  853. transform: translate3d(3000px,0,0);
  854. }
  855.  
  856. 60% {
  857. opacity: 1;
  858. -webkit-transform: translate3d(-25px,0,0);
  859. -ms-transform: translate3d(-25px,0,0);
  860. transform: translate3d(-25px,0,0);
  861. }
  862.  
  863. 75% {
  864. -webkit-transform: translate3d(10px,0,0);
  865. -ms-transform: translate3d(10px,0,0);
  866. transform: translate3d(10px,0,0);
  867. }
  868.  
  869. 90% {
  870. -webkit-transform: translate3d(-5px,0,0);
  871. -ms-transform: translate3d(-5px,0,0);
  872. transform: translate3d(-5px,0,0);
  873. }
  874.  
  875. 100% {
  876. -webkit-transform: none;
  877. -ms-transform: none;
  878. transform: none;
  879. }
  880. }
  881.  
  882. .bounceInRight {
  883. -webkit-animation-name: bounceInRight;
  884. animation-name: bounceInRight;
  885. }
  886.  
  887. @-webkit-keyframes bounceInUp {
  888. 0%,60%,75%,90%,100% {
  889. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  890. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  891. }
  892.  
  893. 0% {
  894. opacity: 0;
  895. -webkit-transform: translate3d(0,3000px,0);
  896. transform: translate3d(0,3000px,0);
  897. }
  898.  
  899. 60% {
  900. opacity: 1;
  901. -webkit-transform: translate3d(0,-20px,0);
  902. transform: translate3d(0,-20px,0);
  903. }
  904.  
  905. 75% {
  906. -webkit-transform: translate3d(0,10px,0);
  907. transform: translate3d(0,10px,0);
  908. }
  909.  
  910. 90% {
  911. -webkit-transform: translate3d(0,-5px,0);
  912. transform: translate3d(0,-5px,0);
  913. }
  914.  
  915. 100% {
  916. -webkit-transform: translate3d(0,0,0);
  917. transform: translate3d(0,0,0);
  918. }
  919. }
  920.  
  921. @keyframes bounceInUp {
  922. 0%,60%,75%,90%,100% {
  923. -webkit-transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  924. transition-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
  925. }
  926.  
  927. 0% {
  928. opacity: 0;
  929. -webkit-transform: translate3d(0,3000px,0);
  930. -ms-transform: translate3d(0,3000px,0);
  931. transform: translate3d(0,3000px,0);
  932. }
  933.  
  934. 60% {
  935. opacity: 1;
  936. -webkit-transform: translate3d(0,-20px,0);
  937. -ms-transform: translate3d(0,-20px,0);
  938. transform: translate3d(0,-20px,0);
  939. }
  940.  
  941. 75% {
  942. -webkit-transform: translate3d(0,10px,0);
  943. -ms-transform: translate3d(0,10px,0);
  944. transform: translate3d(0,10px,0);
  945. }
  946.  
  947. 90% {
  948. -webkit-transform: translate3d(0,-5px,0);
  949. -ms-transform: translate3d(0,-5px,0);
  950. transform: translate3d(0,-5px,0);
  951. }
  952.  
  953. 100% {
  954. -webkit-transform: translate3d(0,0,0);
  955. -ms-transform: translate3d(0,0,0);
  956. transform: translate3d(0,0,0);
  957. }
  958. }
  959.  
  960. .bounceInUp {
  961. -webkit-animation-name: bounceInUp;
  962. animation-name: bounceInUp;
  963. }
  964.  
  965. @-webkit-keyframes bounceOut {
  966. 20% {
  967. -webkit-transform: scale3d(.9,.9,.9);
  968. transform: scale3d(.9,.9,.9);
  969. }
  970.  
  971. 50%,55% {
  972. opacity: 1;
  973. -webkit-transform: scale3d(1.1,1.1,1.1);
  974. transform: scale3d(1.1,1.1,1.1);
  975. }
  976.  
  977. 100% {
  978. opacity: 0;
  979. -webkit-transform: scale3d(.3,.3,.3);
  980. transform: scale3d(.3,.3,.3);
  981. }
  982. }
  983.  
  984. @keyframes bounceOut {
  985. 20% {
  986. -webkit-transform: scale3d(.9,.9,.9);
  987. -ms-transform: scale3d(.9,.9,.9);
  988. transform: scale3d(.9,.9,.9);
  989. }
  990.  
  991. 50%,55% {
  992. opacity: 1;
  993. -webkit-transform: scale3d(1.1,1.1,1.1);
  994. -ms-transform: scale3d(1.1,1.1,1.1);
  995. transform: scale3d(1.1,1.1,1.1);
  996. }
  997.  
  998. 100% {
  999. opacity: 0;
  1000. -webkit-transform: scale3d(.3,.3,.3);
  1001. -ms-transform: scale3d(.3,.3,.3);
  1002. transform: scale3d(.3,.3,.3);
  1003. }
  1004. }
  1005.  
  1006. .bounceOut {
  1007. -webkit-animation-name: bounceOut;
  1008. animation-name: bounceOut;
  1009. -webkit-animation-duration: .75s;
  1010. animation-duration: .75s;
  1011. }
  1012.  
  1013. @-webkit-keyframes bounceOutDown {
  1014. 20% {
  1015. -webkit-transform: translate3d(0,10px,0);
  1016. transform: translate3d(0,10px,0);
  1017. }
  1018.  
  1019. 40%,45% {
  1020. opacity: 1;
  1021. -webkit-transform: translate3d(0,-20px,0);
  1022. transform: translate3d(0,-20px,0);
  1023. }
  1024.  
  1025. 100% {
  1026. opacity: 0;
  1027. -webkit-transform: translate3d(0,2000px,0);
  1028. transform: translate3d(0,2000px,0);
  1029. }
  1030. }
  1031.  
  1032. @keyframes bounceOutDown {
  1033. 20% {
  1034. -webkit-transform: translate3d(0,10px,0);
  1035. -ms-transform: translate3d(0,10px,0);
  1036. transform: translate3d(0,10px,0);
  1037. }
  1038.  
  1039. 40%,45% {
  1040. opacity: 1;
  1041. -webkit-transform: translate3d(0,-20px,0);
  1042. -ms-transform: translate3d(0,-20px,0);
  1043. transform: translate3d(0,-20px,0);
  1044. }
  1045.  
  1046. 100% {
  1047. opacity: 0;
  1048. -webkit-transform: translate3d(0,2000px,0);
  1049. -ms-transform: translate3d(0,2000px,0);
  1050. transform: translate3d(0,2000px,0);
  1051. }
  1052. }
  1053.  
  1054. .bounceOutDown {
  1055. -webkit-animation-name: bounceOutDown;
  1056. animation-name: bounceOutDown;
  1057. }
  1058.  
  1059. @-webkit-keyframes bounceOutLeft {
  1060. 20% {
  1061. opacity: 1;
  1062. -webkit-transform: translate3d(20px,0,0);
  1063. transform: translate3d(20px,0,0);
  1064. }
  1065.  
  1066. 100% {
  1067. opacity: 0;
  1068. -webkit-transform: translate3d(-2000px,0,0);
  1069. transform: translate3d(-2000px,0,0);
  1070. }
  1071. }
  1072.  
  1073. @keyframes bounceOutLeft {
  1074. 20% {
  1075. opacity: 1;
  1076. -webkit-transform: translate3d(20px,0,0);
  1077. -ms-transform: translate3d(20px,0,0);
  1078. transform: translate3d(20px,0,0);
  1079. }
  1080.  
  1081. 100% {
  1082. opacity: 0;
  1083. -webkit-transform: translate3d(-2000px,0,0);
  1084. -ms-transform: translate3d(-2000px,0,0);
  1085. transform: translate3d(-2000px,0,0);
  1086. }
  1087. }
  1088.  
  1089. .bounceOutLeft {
  1090. -webkit-animation-name: bounceOutLeft;
  1091. animation-name: bounceOutLeft;
  1092. }
  1093.  
  1094. @-webkit-keyframes bounceOutRight {
  1095. 20% {
  1096. opacity: 1;
  1097. -webkit-transform: translate3d(-20px,0,0);
  1098. transform: translate3d(-20px,0,0);
  1099. }
  1100.  
  1101. 100% {
  1102. opacity: 0;
  1103. -webkit-transform: translate3d(2000px,0,0);
  1104. transform: translate3d(2000px,0,0);
  1105. }
  1106. }
  1107.  
  1108. @keyframes bounceOutRight {
  1109. 20% {
  1110. opacity: 1;
  1111. -webkit-transform: translate3d(-20px,0,0);
  1112. -ms-transform: translate3d(-20px,0,0);
  1113. transform: translate3d(-20px,0,0);
  1114. }
  1115.  
  1116. 100% {
  1117. opacity: 0;
  1118. -webkit-transform: translate3d(2000px,0,0);
  1119. -ms-transform: translate3d(2000px,0,0);
  1120. transform: translate3d(2000px,0,0);
  1121. }
  1122. }
  1123.  
  1124. .bounceOutRight {
  1125. -webkit-animation-name: bounceOutRight;
  1126. animation-name: bounceOutRight;
  1127. }
  1128.  
  1129. @-webkit-keyframes bounceOutUp {
  1130. 20% {
  1131. -webkit-transform: translate3d(0,-10px,0);
  1132. transform: translate3d(0,-10px,0);
  1133. }
  1134.  
  1135. 40%,45% {
  1136. opacity: 1;
  1137. -webkit-transform: translate3d(0,20px,0);
  1138. transform: translate3d(0,20px,0);
  1139. }
  1140.  
  1141. 100% {
  1142. opacity: 0;
  1143. -webkit-transform: translate3d(0,-2000px,0);
  1144. transform: translate3d(0,-2000px,0);
  1145. }
  1146. }
  1147.  
  1148. @keyframes bounceOutUp {
  1149. 20% {
  1150. -webkit-transform: translate3d(0,-10px,0);
  1151. -ms-transform: translate3d(0,-10px,0);
  1152. transform: translate3d(0,-10px,0);
  1153. }
  1154.  
  1155. 40%,45% {
  1156. opacity: 1;
  1157. -webkit-transform: translate3d(0,20px,0);
  1158. -ms-transform: translate3d(0,20px,0);
  1159. transform: translate3d(0,20px,0);
  1160. }
  1161.  
  1162. 100% {
  1163. opacity: 0;
  1164. -webkit-transform: translate3d(0,-2000px,0);
  1165. -ms-transform: translate3d(0,-2000px,0);
  1166. transform: translate3d(0,-2000px,0);
  1167. }
  1168. }
  1169.  
  1170. .bounceOutUp {
  1171. -webkit-animation-name: bounceOutUp;
  1172. animation-name: bounceOutUp;
  1173. }
  1174.  
  1175. @-webkit-keyframes fadeIn {
  1176. 0% {
  1177. opacity: 0;
  1178. }
  1179.  
  1180. 100% {
  1181. opacity: 1;
  1182. }
  1183. }
  1184.  
  1185. @keyframes fadeIn {
  1186. 0% {
  1187. opacity: 0;
  1188. }
  1189.  
  1190. 100% {
  1191. opacity: 1;
  1192. }
  1193. }
  1194.  
  1195. .fadeIn {
  1196. -webkit-animation-name: fadeIn;
  1197. animation-name: fadeIn;
  1198. }
  1199.  
  1200. @-webkit-keyframes fadeInDown {
  1201. 0% {
  1202. opacity: 0;
  1203. -webkit-transform: translate3d(0,-10%,0);
  1204. transform: translate3d(0,-10%,0);
  1205. }
  1206.  
  1207. 100% {
  1208. opacity: 1;
  1209. -webkit-transform: none;
  1210. transform: none;
  1211. }
  1212. }
  1213.  
  1214. @keyframes fadeInDown {
  1215. 0% {
  1216. opacity: 0;
  1217. -webkit-transform: translate3d(0,-10%,0);
  1218. -ms-transform: translate3d(0,-10%,0);
  1219. transform: translate3d(0,-10%,0);
  1220. }
  1221.  
  1222. 100% {
  1223. opacity: 1;
  1224. -webkit-transform: none;
  1225. -ms-transform: none;
  1226. transform: none;
  1227. }
  1228. }
  1229.  
  1230. .fadeInDown {
  1231. -webkit-animation-name: fadeInDown;
  1232. animation-name: fadeInDown;
  1233. }
  1234.  
  1235. @-webkit-keyframes fadeInDownBig {
  1236. 0% {
  1237. opacity: 0;
  1238. -webkit-transform: translate3d(0,-2000px,0);
  1239. transform: translate3d(0,-2000px,0);
  1240. }
  1241.  
  1242. 100% {
  1243. opacity: 1;
  1244. -webkit-transform: none;
  1245. transform: none;
  1246. }
  1247. }
  1248.  
  1249. @keyframes fadeInDownBig {
  1250. 0% {
  1251. opacity: 0;
  1252. -webkit-transform: translate3d(0,-2000px,0);
  1253. -ms-transform: translate3d(0,-2000px,0);
  1254. transform: translate3d(0,-2000px,0);
  1255. }
  1256.  
  1257. 100% {
  1258. opacity: 1;
  1259. -webkit-transform: none;
  1260. -ms-transform: none;
  1261. transform: none;
  1262. }
  1263. }
  1264.  
  1265. .fadeInDownBig {
  1266. -webkit-animation-name: fadeInDownBig;
  1267. animation-name: fadeInDownBig;
  1268. }
  1269.  
  1270. @-webkit-keyframes fadeInLeft {
  1271. 0% {
  1272. opacity: 0;
  1273. -webkit-transform: translate3d(-100%,0,0);
  1274. transform: translate3d(-100%,0,0);
  1275. }
  1276.  
  1277. 100% {
  1278. opacity: 1;
  1279. -webkit-transform: none;
  1280. transform: none;
  1281. }
  1282. }
  1283.  
  1284. @keyframes fadeInLeft {
  1285. 0% {
  1286. opacity: 0;
  1287. -webkit-transform: translate3d(-100%,0,0);
  1288. -ms-transform: translate3d(-100%,0,0);
  1289. transform: translate3d(-100%,0,0);
  1290. }
  1291.  
  1292. 100% {
  1293. opacity: 1;
  1294. -webkit-transform: none;
  1295. -ms-transform: none;
  1296. transform: none;
  1297. }
  1298. }
  1299.  
  1300. .fadeInLeft {
  1301. -webkit-animation-name: fadeInLeft;
  1302. animation-name: fadeInLeft;
  1303. }
  1304.  
  1305. @-webkit-keyframes fadeInLeftBig {
  1306. 0% {
  1307. opacity: 0;
  1308. -webkit-transform: translate3d(-2000px,0,0);
  1309. transform: translate3d(-2000px,0,0);
  1310. }
  1311.  
  1312. 100% {
  1313. opacity: 1;
  1314. -webkit-transform: none;
  1315. transform: none;
  1316. }
  1317. }
  1318.  
  1319. @keyframes fadeInLeftBig {
  1320. 0% {
  1321. opacity: 0;
  1322. -webkit-transform: translate3d(-2000px,0,0);
  1323. -ms-transform: translate3d(-2000px,0,0);
  1324. transform: translate3d(-2000px,0,0);
  1325. }
  1326.  
  1327. 100% {
  1328. opacity: 1;
  1329. -webkit-transform: none;
  1330. -ms-transform: none;
  1331. transform: none;
  1332. }
  1333. }
  1334.  
  1335. .fadeInLeftBig {
  1336. -webkit-animation-name: fadeInLeftBig;
  1337. animation-name: fadeInLeftBig;
  1338. }
  1339.  
  1340. @-webkit-keyframes fadeInRight {
  1341. 0% {
  1342. opacity: 0;
  1343. -webkit-transform: translate3d(100%,0,0);
  1344. transform: translate3d(100%,0,0);
  1345. }
  1346.  
  1347. 100% {
  1348. opacity: 1;
  1349. -webkit-transform: none;
  1350. transform: none;
  1351. }
  1352. }
  1353.  
  1354. @keyframes fadeInRight {
  1355. 0% {
  1356. opacity: 0;
  1357. -webkit-transform: translate3d(100%,0,0);
  1358. -ms-transform: translate3d(100%,0,0);
  1359. transform: translate3d(100%,0,0);
  1360. }
  1361.  
  1362. 100% {
  1363. opacity: 1;
  1364. -webkit-transform: none;
  1365. -ms-transform: none;
  1366. transform: none;
  1367. }
  1368. }
  1369.  
  1370. .fadeInRight {
  1371. -webkit-animation-name: fadeInRight;
  1372. animation-name: fadeInRight;
  1373. }
  1374.  
  1375. @-webkit-keyframes fadeInRightBig {
  1376. 0% {
  1377. opacity: 0;
  1378. -webkit-transform: translate3d(2000px,0,0);
  1379. transform: translate3d(2000px,0,0);
  1380. }
  1381.  
  1382. 100% {
  1383. opacity: 1;
  1384. -webkit-transform: none;
  1385. transform: none;
  1386. }
  1387. }
  1388.  
  1389. @keyframes fadeInRightBig {
  1390. 0% {
  1391. opacity: 0;
  1392. -webkit-transform: translate3d(2000px,0,0);
  1393. -ms-transform: translate3d(2000px,0,0);
  1394. transform: translate3d(2000px,0,0);
  1395. }
  1396.  
  1397. 100% {
  1398. opacity: 1;
  1399. -webkit-transform: none;
  1400. -ms-transform: none;
  1401. transform: none;
  1402. }
  1403. }
  1404.  
  1405. .fadeInRightBig {
  1406. -webkit-animation-name: fadeInRightBig;
  1407. animation-name: fadeInRightBig;
  1408. }
  1409.  
  1410. @-webkit-keyframes fadeInUp {
  1411. 0% {
  1412. opacity: 0;
  1413. -webkit-transform: translate3d(0,100%,0);
  1414. transform: translate3d(0,100%,0);
  1415. }
  1416.  
  1417. 100% {
  1418. opacity: 1;
  1419. -webkit-transform: none;
  1420. transform: none;
  1421. }
  1422. }
  1423.  
  1424. @keyframes fadeInUp {
  1425. 0% {
  1426. opacity: 0;
  1427. -webkit-transform: translate3d(0,100%,0);
  1428. -ms-transform: translate3d(0,100%,0);
  1429. transform: translate3d(0,100%,0);
  1430. }
  1431.  
  1432. 100% {
  1433. opacity: 1;
  1434. -webkit-transform: none;
  1435. -ms-transform: none;
  1436. transform: none;
  1437. }
  1438. }
  1439.  
  1440. .fadeInUp {
  1441. -webkit-animation-name: fadeInUp;
  1442. animation-name: fadeInUp;
  1443. }
  1444.  
  1445. @-webkit-keyframes fadeInUpBig {
  1446. 0% {
  1447. opacity: 0;
  1448. -webkit-transform: translate3d(0,2000px,0);
  1449. transform: translate3d(0,2000px,0);
  1450. }
  1451.  
  1452. 100% {
  1453. opacity: 1;
  1454. -webkit-transform: none;
  1455. transform: none;
  1456. }
  1457. }
  1458.  
  1459. @keyframes fadeInUpBig {
  1460. 0% {
  1461. opacity: 0;
  1462. -webkit-transform: translate3d(0,2000px,0);
  1463. -ms-transform: translate3d(0,2000px,0);
  1464. transform: translate3d(0,2000px,0);
  1465. }
  1466.  
  1467. 100% {
  1468. opacity: 1;
  1469. -webkit-transform: none;
  1470. -ms-transform: none;
  1471. transform: none;
  1472. }
  1473. }
  1474.  
  1475. .fadeInUpBig {
  1476. -webkit-animation-name: fadeInUpBig;
  1477. animation-name: fadeInUpBig;
  1478. }
  1479.  
  1480. @-webkit-keyframes fadeOut {
  1481. 0% {
  1482. opacity: 1;
  1483. }
  1484.  
  1485. 100% {
  1486. opacity: 0;
  1487. }
  1488. }
  1489.  
  1490. @keyframes fadeOut {
  1491. 0% {
  1492. opacity: 1;
  1493. }
  1494.  
  1495. 100% {
  1496. opacity: 0;
  1497. }
  1498. }
  1499.  
  1500. .fadeOut {
  1501. -webkit-animation-name: fadeOut;
  1502. animation-name: fadeOut;
  1503. }
  1504.  
  1505. @-webkit-keyframes fadeOutDown {
  1506. 0% {
  1507. opacity: 1;
  1508. }
  1509.  
  1510. 100% {
  1511. opacity: 0;
  1512. -webkit-transform: translate3d(0,100%,0);
  1513. transform: translate3d(0,100%,0);
  1514. }
  1515. }
  1516.  
  1517. @keyframes fadeOutDown {
  1518. 0% {
  1519. opacity: 1;
  1520. }
  1521.  
  1522. 100% {
  1523. opacity: 0;
  1524. -webkit-transform: translate3d(0,100%,0);
  1525. -ms-transform: translate3d(0,100%,0);
  1526. transform: translate3d(0,100%,0);
  1527. }
  1528. }
  1529.  
  1530. .fadeOutDown {
  1531. -webkit-animation-name: fadeOutDown;
  1532. animation-name: fadeOutDown;
  1533. }
  1534.  
  1535. @-webkit-keyframes fadeOutDownBig {
  1536. 0% {
  1537. opacity: 1;
  1538. }
  1539.  
  1540. 100% {
  1541. opacity: 0;
  1542. -webkit-transform: translate3d(0,2000px,0);
  1543. transform: translate3d(0,2000px,0);
  1544. }
  1545. }
  1546.  
  1547. @keyframes fadeOutDownBig {
  1548. 0% {
  1549. opacity: 1;
  1550. }
  1551.  
  1552. 100% {
  1553. opacity: 0;
  1554. -webkit-transform: translate3d(0,2000px,0);
  1555. -ms-transform: translate3d(0,2000px,0);
  1556. transform: translate3d(0,2000px,0);
  1557. }
  1558. }
  1559.  
  1560. .fadeOutDownBig {
  1561. -webkit-animation-name: fadeOutDownBig;
  1562. animation-name: fadeOutDownBig;
  1563. }
  1564.  
  1565. @-webkit-keyframes fadeOutLeft {
  1566. 0% {
  1567. opacity: 1;
  1568. }
  1569.  
  1570. 100% {
  1571. opacity: 0;
  1572. -webkit-transform: translate3d(-100%,0,0);
  1573. transform: translate3d(-100%,0,0);
  1574. }
  1575. }
  1576.  
  1577. @keyframes fadeOutLeft {
  1578. 0% {
  1579. opacity: 1;
  1580. }
  1581.  
  1582. 100% {
  1583. opacity: 0;
  1584. -webkit-transform: translate3d(-100%,0,0);
  1585. -ms-transform: translate3d(-100%,0,0);
  1586. transform: translate3d(-100%,0,0);
  1587. }
  1588. }
  1589.  
  1590. .fadeOutLeft {
  1591. -webkit-animation-name: fadeOutLeft;
  1592. animation-name: fadeOutLeft;
  1593. }
  1594.  
  1595. @-webkit-keyframes fadeOutLeftBig {
  1596. 0% {
  1597. opacity: 1;
  1598. }
  1599.  
  1600. 100% {
  1601. opacity: 0;
  1602. -webkit-transform: translate3d(-2000px,0,0);
  1603. transform: translate3d(-2000px,0,0);
  1604. }
  1605. }
  1606.  
  1607. @keyframes fadeOutLeftBig {
  1608. 0% {
  1609. opacity: 1;
  1610. }
  1611.  
  1612. 100% {
  1613. opacity: 0;
  1614. -webkit-transform: translate3d(-2000px,0,0);
  1615. -ms-transform: translate3d(-2000px,0,0);
  1616. transform: translate3d(-2000px,0,0);
  1617. }
  1618. }
  1619.  
  1620. .fadeOutLeftBig {
  1621. -webkit-animation-name: fadeOutLeftBig;
  1622. animation-name: fadeOutLeftBig;
  1623. }
  1624.  
  1625. @-webkit-keyframes fadeOutRight {
  1626. 0% {
  1627. opacity: 1;
  1628. }
  1629.  
  1630. 100% {
  1631. opacity: 0;
  1632. -webkit-transform: translate3d(100%,0,0);
  1633. transform: translate3d(100%,0,0);
  1634. }
  1635. }
  1636.  
  1637. @keyframes fadeOutRight {
  1638. 0% {
  1639. opacity: 1;
  1640. }
  1641.  
  1642. 100% {
  1643. opacity: 0;
  1644. -webkit-transform: translate3d(100%,0,0);
  1645. -ms-transform: translate3d(100%,0,0);
  1646. transform: translate3d(100%,0,0);
  1647. }
  1648. }
  1649.  
  1650. .fadeOutRight {
  1651. -webkit-animation-name: fadeOutRight;
  1652. animation-name: fadeOutRight;
  1653. }
  1654.  
  1655. @-webkit-keyframes fadeOutRightBig {
  1656. 0% {
  1657. opacity: 1;
  1658. }
  1659.  
  1660. 100% {
  1661. opacity: 0;
  1662. -webkit-transform: translate3d(2000px,0,0);
  1663. transform: translate3d(2000px,0,0);
  1664. }
  1665. }
  1666.  
  1667. @keyframes fadeOutRightBig {
  1668. 0% {
  1669. opacity: 1;
  1670. }
  1671.  
  1672. 100% {
  1673. opacity: 0;
  1674. -webkit-transform: translate3d(2000px,0,0);
  1675. -ms-transform: translate3d(2000px,0,0);
  1676. transform: translate3d(2000px,0,0);
  1677. }
  1678. }
  1679.  
  1680. .fadeOutRightBig {
  1681. -webkit-animation-name: fadeOutRightBig;
  1682. animation-name: fadeOutRightBig;
  1683. }
  1684.  
  1685. @-webkit-keyframes fadeOutUp {
  1686. 0% {
  1687. opacity: 1;
  1688. }
  1689.  
  1690. 100% {
  1691. opacity: 0;
  1692. -webkit-transform: translate3d(0,-100%,0);
  1693. transform: translate3d(0,-100%,0);
  1694. }
  1695. }
  1696.  
  1697. @keyframes fadeOutUp {
  1698. 0% {
  1699. opacity: 1;
  1700. }
  1701.  
  1702. 100% {
  1703. opacity: 0;
  1704. -webkit-transform: translate3d(0,-100%,0);
  1705. -ms-transform: translate3d(0,-100%,0);
  1706. transform: translate3d(0,-100%,0);
  1707. }
  1708. }
  1709.  
  1710. .fadeOutUp {
  1711. -webkit-animation-name: fadeOutUp;
  1712. animation-name: fadeOutUp;
  1713. }
  1714.  
  1715. @-webkit-keyframes fadeOutUpBig {
  1716. 0% {
  1717. opacity: 1;
  1718. }
  1719.  
  1720. 100% {
  1721. opacity: 0;
  1722. -webkit-transform: translate3d(0,-2000px,0);
  1723. transform: translate3d(0,-2000px,0);
  1724. }
  1725. }
  1726.  
  1727. @keyframes fadeOutUpBig {
  1728. 0% {
  1729. opacity: 1;
  1730. }
  1731.  
  1732. 100% {
  1733. opacity: 0;
  1734. -webkit-transform: translate3d(0,-2000px,0);
  1735. -ms-transform: translate3d(0,-2000px,0);
  1736. transform: translate3d(0,-2000px,0);
  1737. }
  1738. }
  1739.  
  1740. .fadeOutUpBig {
  1741. -webkit-animation-name: fadeOutUpBig;
  1742. animation-name: fadeOutUpBig;
  1743. }
  1744.  
  1745. @-webkit-keyframes flip {
  1746. 0% {
  1747. -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
  1748. transform: perspective(400px) rotate3d(0,1,0,-360deg);
  1749. -webkit-animation-timing-function: ease-out;
  1750. animation-timing-function: ease-out;
  1751. }
  1752.  
  1753. 40% {
  1754. -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
  1755. transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
  1756. -webkit-animation-timing-function: ease-out;
  1757. animation-timing-function: ease-out;
  1758. }
  1759.  
  1760. 50% {
  1761. -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
  1762. transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
  1763. -webkit-animation-timing-function: ease-in;
  1764. animation-timing-function: ease-in;
  1765. }
  1766.  
  1767. 80% {
  1768. -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
  1769. transform: perspective(400px) scale3d(.95,.95,.95);
  1770. -webkit-animation-timing-function: ease-in;
  1771. animation-timing-function: ease-in;
  1772. }
  1773.  
  1774. 100% {
  1775. -webkit-transform: perspective(400px);
  1776. transform: perspective(400px);
  1777. -webkit-animation-timing-function: ease-in;
  1778. animation-timing-function: ease-in;
  1779. }
  1780. }
  1781.  
  1782. @keyframes flip {
  1783. 0% {
  1784. -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
  1785. -ms-transform: perspective(400px) rotate3d(0,1,0,-360deg);
  1786. transform: perspective(400px) rotate3d(0,1,0,-360deg);
  1787. -webkit-animation-timing-function: ease-out;
  1788. animation-timing-function: ease-out;
  1789. }
  1790.  
  1791. 40% {
  1792. -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
  1793. -ms-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
  1794. transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
  1795. -webkit-animation-timing-function: ease-out;
  1796. animation-timing-function: ease-out;
  1797. }
  1798.  
  1799. 50% {
  1800. -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
  1801. -ms-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
  1802. transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
  1803. -webkit-animation-timing-function: ease-in;
  1804. animation-timing-function: ease-in;
  1805. }
  1806.  
  1807. 80% {
  1808. -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
  1809. -ms-transform: perspective(400px) scale3d(.95,.95,.95);
  1810. transform: perspective(400px) scale3d(.95,.95,.95);
  1811. -webkit-animation-timing-function: ease-in;
  1812. animation-timing-function: ease-in;
  1813. }
  1814.  
  1815. 100% {
  1816. -webkit-transform: perspective(400px);
  1817. -ms-transform: perspective(400px);
  1818. transform: perspective(400px);
  1819. -webkit-animation-timing-function: ease-in;
  1820. animation-timing-function: ease-in;
  1821. }
  1822. }
  1823.  
  1824. .animated.flip {
  1825. -webkit-backface-visibility: visible;
  1826. -ms-backface-visibility: visible;
  1827. backface-visibility: visible;
  1828. -webkit-animation-name: flip;
  1829. animation-name: flip;
  1830. }
  1831.  
  1832. @-webkit-keyframes flipInX {
  1833. 0% {
  1834. -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
  1835. transform: perspective(400px) rotate3d(1,0,0,90deg);
  1836. -webkit-transition-timing-function: ease-in;
  1837. transition-timing-function: ease-in;
  1838. opacity: 0;
  1839. }
  1840.  
  1841. 40% {
  1842. -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
  1843. transform: perspective(400px) rotate3d(1,0,0,-20deg);
  1844. -webkit-transition-timing-function: ease-in;
  1845. transition-timing-function: ease-in;
  1846. }
  1847.  
  1848. 60% {
  1849. -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
  1850. transform: perspective(400px) rotate3d(1,0,0,10deg);
  1851. opacity: 1;
  1852. }
  1853.  
  1854. 80% {
  1855. -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
  1856. transform: perspective(400px) rotate3d(1,0,0,-5deg);
  1857. }
  1858.  
  1859. 100% {
  1860. -webkit-transform: perspective(400px);
  1861. transform: perspective(400px);
  1862. }
  1863. }
  1864.  
  1865. @keyframes flipInX {
  1866. 0% {
  1867. -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
  1868. -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
  1869. transform: perspective(400px) rotate3d(1,0,0,90deg);
  1870. -webkit-transition-timing-function: ease-in;
  1871. transition-timing-function: ease-in;
  1872. opacity: 0;
  1873. }
  1874.  
  1875. 40% {
  1876. -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
  1877. -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
  1878. transform: perspective(400px) rotate3d(1,0,0,-20deg);
  1879. -webkit-transition-timing-function: ease-in;
  1880. transition-timing-function: ease-in;
  1881. }
  1882.  
  1883. 60% {
  1884. -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
  1885. -ms-transform: perspective(400px) rotate3d(1,0,0,10deg);
  1886. transform: perspective(400px) rotate3d(1,0,0,10deg);
  1887. opacity: 1;
  1888. }
  1889.  
  1890. 80% {
  1891. -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
  1892. -ms-transform: perspective(400px) rotate3d(1,0,0,-5deg);
  1893. transform: perspective(400px) rotate3d(1,0,0,-5deg);
  1894. }
  1895.  
  1896. 100% {
  1897. -webkit-transform: perspective(400px);
  1898. -ms-transform: perspective(400px);
  1899. transform: perspective(400px);
  1900. }
  1901. }
  1902.  
  1903. .flipInX {
  1904. -webkit-backface-visibility: visible !important;
  1905. -ms-backface-visibility: visible !important;
  1906. backface-visibility: visible !important;
  1907. -webkit-animation-name: flipInX;
  1908. animation-name: flipInX;
  1909. }
  1910.  
  1911. @-webkit-keyframes flipInY {
  1912. 0% {
  1913. -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
  1914. transform: perspective(400px) rotate3d(0,1,0,90deg);
  1915. -webkit-transition-timing-function: ease-in;
  1916. transition-timing-function: ease-in;
  1917. opacity: 0;
  1918. }
  1919.  
  1920. 40% {
  1921. -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
  1922. transform: perspective(400px) rotate3d(0,1,0,-20deg);
  1923. -webkit-transition-timing-function: ease-in;
  1924. transition-timing-function: ease-in;
  1925. }
  1926.  
  1927. 60% {
  1928. -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
  1929. transform: perspective(400px) rotate3d(0,1,0,10deg);
  1930. opacity: 1;
  1931. }
  1932.  
  1933. 80% {
  1934. -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
  1935. transform: perspective(400px) rotate3d(0,1,0,-5deg);
  1936. }
  1937.  
  1938. 100% {
  1939. -webkit-transform: perspective(400px);
  1940. transform: perspective(400px);
  1941. }
  1942. }
  1943.  
  1944. @keyframes flipInY {
  1945. 0% {
  1946. -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
  1947. -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
  1948. transform: perspective(400px) rotate3d(0,1,0,90deg);
  1949. -webkit-transition-timing-function: ease-in;
  1950. transition-timing-function: ease-in;
  1951. opacity: 0;
  1952. }
  1953.  
  1954. 40% {
  1955. -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
  1956. -ms-transform: perspective(400px) rotate3d(0,1,0,-20deg);
  1957. transform: perspective(400px) rotate3d(0,1,0,-20deg);
  1958. -webkit-transition-timing-function: ease-in;
  1959. transition-timing-function: ease-in;
  1960. }
  1961.  
  1962. 60% {
  1963. -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
  1964. -ms-transform: perspective(400px) rotate3d(0,1,0,10deg);
  1965. transform: perspective(400px) rotate3d(0,1,0,10deg);
  1966. opacity: 1;
  1967. }
  1968.  
  1969. 80% {
  1970. -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
  1971. -ms-transform: perspective(400px) rotate3d(0,1,0,-5deg);
  1972. transform: perspective(400px) rotate3d(0,1,0,-5deg);
  1973. }
  1974.  
  1975. 100% {
  1976. -webkit-transform: perspective(400px);
  1977. -ms-transform: perspective(400px);
  1978. transform: perspective(400px);
  1979. }
  1980. }
  1981.  
  1982. .flipInY {
  1983. -webkit-backface-visibility: visible !important;
  1984. -ms-backface-visibility: visible !important;
  1985. backface-visibility: visible !important;
  1986. -webkit-animation-name: flipInY;
  1987. animation-name: flipInY;
  1988. }
  1989.  
  1990. @-webkit-keyframes flipOutX {
  1991. 0% {
  1992. -webkit-transform: perspective(400px);
  1993. transform: perspective(400px);
  1994. }
  1995.  
  1996. 30% {
  1997. -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
  1998. transform: perspective(400px) rotate3d(1,0,0,-20deg);
  1999. opacity: 1;
  2000. }
  2001.  
  2002. 100% {
  2003. -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
  2004. transform: perspective(400px) rotate3d(1,0,0,90deg);
  2005. opacity: 0;
  2006. }
  2007. }
  2008.  
  2009. @keyframes flipOutX {
  2010. 0% {
  2011. -webkit-transform: perspective(400px);
  2012. -ms-transform: perspective(400px);
  2013. transform: perspective(400px);
  2014. }
  2015.  
  2016. 30% {
  2017. -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
  2018. -ms-transform: perspective(400px) rotate3d(1,0,0,-20deg);
  2019. transform: perspective(400px) rotate3d(1,0,0,-20deg);
  2020. opacity: 1;
  2021. }
  2022.  
  2023. 100% {
  2024. -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
  2025. -ms-transform: perspective(400px) rotate3d(1,0,0,90deg);
  2026. transform: perspective(400px) rotate3d(1,0,0,90deg);
  2027. opacity: 0;
  2028. }
  2029. }
  2030.  
  2031. .flipOutX {
  2032. -webkit-animation-name: flipOutX;
  2033. animation-name: flipOutX;
  2034. -webkit-animation-duration: .75s;
  2035. animation-duration: .75s;
  2036. -webkit-backface-visibility: visible !important;
  2037. -ms-backface-visibility: visible !important;
  2038. backface-visibility: visible !important;
  2039. }
  2040.  
  2041. @-webkit-keyframes flipOutY {
  2042. 0% {
  2043. -webkit-transform: perspective(400px);
  2044. transform: perspective(400px);
  2045. }
  2046.  
  2047. 30% {
  2048. -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
  2049. transform: perspective(400px) rotate3d(0,1,0,-15deg);
  2050. opacity: 1;
  2051. }
  2052.  
  2053. 100% {
  2054. -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
  2055. transform: perspective(400px) rotate3d(0,1,0,90deg);
  2056. opacity: 0;
  2057. }
  2058. }
  2059.  
  2060. @keyframes flipOutY {
  2061. 0% {
  2062. -webkit-transform: perspective(400px);
  2063. -ms-transform: perspective(400px);
  2064. transform: perspective(400px);
  2065. }
  2066.  
  2067. 30% {
  2068. -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
  2069. -ms-transform: perspective(400px) rotate3d(0,1,0,-15deg);
  2070. transform: perspective(400px) rotate3d(0,1,0,-15deg);
  2071. opacity: 1;
  2072. }
  2073.  
  2074. 100% {
  2075. -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
  2076. -ms-transform: perspective(400px) rotate3d(0,1,0,90deg);
  2077. transform: perspective(400px) rotate3d(0,1,0,90deg);
  2078. opacity: 0;
  2079. }
  2080. }
  2081.  
  2082. .flipOutY {
  2083. -webkit-backface-visibility: visible !important;
  2084. -ms-backface-visibility: visible !important;
  2085. backface-visibility: visible !important;
  2086. -webkit-animation-name: flipOutY;
  2087. animation-name: flipOutY;
  2088. -webkit-animation-duration: .75s;
  2089. animation-duration: .75s;
  2090. }
  2091.  
  2092. @-webkit-keyframes lightSpeedIn {
  2093. 0% {
  2094. -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
  2095. transform: translate3d(100%,0,0) skewX(-30deg);
  2096. opacity: 0;
  2097. }
  2098.  
  2099. 60% {
  2100. -webkit-transform: skewX(20deg);
  2101. transform: skewX(20deg);
  2102. opacity: 1;
  2103. }
  2104.  
  2105. 80% {
  2106. -webkit-transform: skewX(-5deg);
  2107. transform: skewX(-5deg);
  2108. opacity: 1;
  2109. }
  2110.  
  2111. 100% {
  2112. -webkit-transform: none;
  2113. transform: none;
  2114. opacity: 1;
  2115. }
  2116. }
  2117.  
  2118. @keyframes lightSpeedIn {
  2119. 0% {
  2120. -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
  2121. -ms-transform: translate3d(100%,0,0) skewX(-30deg);
  2122. transform: translate3d(100%,0,0) skewX(-30deg);
  2123. opacity: 0;
  2124. }
  2125.  
  2126. 60% {
  2127. -webkit-transform: skewX(20deg);
  2128. -ms-transform: skewX(20deg);
  2129. transform: skewX(20deg);
  2130. opacity: 1;
  2131. }
  2132.  
  2133. 80% {
  2134. -webkit-transform: skewX(-5deg);
  2135. -ms-transform: skewX(-5deg);
  2136. transform: skewX(-5deg);
  2137. opacity: 1;
  2138. }
  2139.  
  2140. 100% {
  2141. -webkit-transform: none;
  2142. -ms-transform: none;
  2143. transform: none;
  2144. opacity: 1;
  2145. }
  2146. }
  2147.  
  2148. .lightSpeedIn {
  2149. -webkit-animation-name: lightSpeedIn;
  2150. animation-name: lightSpeedIn;
  2151. -webkit-animation-timing-function: ease-out;
  2152. animation-timing-function: ease-out;
  2153. }
  2154.  
  2155. @-webkit-keyframes lightSpeedOut {
  2156. 0% {
  2157. opacity: 1;
  2158. }
  2159.  
  2160. 100% {
  2161. -webkit-transform: translate3d(100%,0,0) skewX(30deg);
  2162. transform: translate3d(100%,0,0) skewX(30deg);
  2163. opacity: 0;
  2164. }
  2165. }
  2166.  
  2167. @keyframes lightSpeedOut {
  2168. 0% {
  2169. opacity: 1;
  2170. }
  2171.  
  2172. 100% {
  2173. -webkit-transform: translate3d(100%,0,0) skewX(30deg);
  2174. -ms-transform: translate3d(100%,0,0) skewX(30deg);
  2175. transform: translate3d(100%,0,0) skewX(30deg);
  2176. opacity: 0;
  2177. }
  2178. }
  2179.  
  2180. .lightSpeedOut {
  2181. -webkit-animation-name: lightSpeedOut;
  2182. animation-name: lightSpeedOut;
  2183. -webkit-animation-timing-function: ease-in;
  2184. animation-timing-function: ease-in;
  2185. }
  2186.  
  2187. @-webkit-keyframes rotateIn {
  2188. 0% {
  2189. -webkit-transform-origin: center;
  2190. transform-origin: center;
  2191. -webkit-transform: rotate3d(0,0,1,-200deg);
  2192. transform: rotate3d(0,0,1,-200deg);
  2193. opacity: 0;
  2194. }
  2195.  
  2196. 100% {
  2197. -webkit-transform-origin: center;
  2198. transform-origin: center;
  2199. -webkit-transform: none;
  2200. transform: none;
  2201. opacity: 1;
  2202. }
  2203. }
  2204.  
  2205. @keyframes rotateIn {
  2206. 0% {
  2207. -webkit-transform-origin: center;
  2208. -ms-transform-origin: center;
  2209. transform-origin: center;
  2210. -webkit-transform: rotate3d(0,0,1,-200deg);
  2211. -ms-transform: rotate3d(0,0,1,-200deg);
  2212. transform: rotate3d(0,0,1,-200deg);
  2213. opacity: 0;
  2214. }
  2215.  
  2216. 100% {
  2217. -webkit-transform-origin: center;
  2218. -ms-transform-origin: center;
  2219. transform-origin: center;
  2220. -webkit-transform: none;
  2221. -ms-transform: none;
  2222. transform: none;
  2223. opacity: 1;
  2224. }
  2225. }
  2226.  
  2227. .rotateIn {
  2228. -webkit-animation-name: rotateIn;
  2229. animation-name: rotateIn;
  2230. }
  2231.  
  2232. @-webkit-keyframes rotateInDownLeft {
  2233. 0% {
  2234. -webkit-transform-origin: left bottom;
  2235. transform-origin: left bottom;
  2236. -webkit-transform: rotate3d(0,0,1,-45deg);
  2237. transform: rotate3d(0,0,1,-45deg);
  2238. opacity: 0;
  2239. }
  2240.  
  2241. 100% {
  2242. -webkit-transform-origin: left bottom;
  2243. transform-origin: left bottom;
  2244. -webkit-transform: none;
  2245. transform: none;
  2246. opacity: 1;
  2247. }
  2248. }
  2249.  
  2250. @keyframes rotateInDownLeft {
  2251. 0% {
  2252. -webkit-transform-origin: left bottom;
  2253. -ms-transform-origin: left bottom;
  2254. transform-origin: left bottom;
  2255. -webkit-transform: rotate3d(0,0,1,-45deg);
  2256. -ms-transform: rotate3d(0,0,1,-45deg);
  2257. transform: rotate3d(0,0,1,-45deg);
  2258. opacity: 0;
  2259. }
  2260.  
  2261. 100% {
  2262. -webkit-transform-origin: left bottom;
  2263. -ms-transform-origin: left bottom;
  2264. transform-origin: left bottom;
  2265. -webkit-transform: none;
  2266. -ms-transform: none;
  2267. transform: none;
  2268. opacity: 1;
  2269. }
  2270. }
  2271.  
  2272. .rotateInDownLeft {
  2273. -webkit-animation-name: rotateInDownLeft;
  2274. animation-name: rotateInDownLeft;
  2275. }
  2276.  
  2277. @-webkit-keyframes rotateInDownRight {
  2278. 0% {
  2279. -webkit-transform-origin: right bottom;
  2280. transform-origin: right bottom;
  2281. -webkit-transform: rotate3d(0,0,1,45deg);
  2282. transform: rotate3d(0,0,1,45deg);
  2283. opacity: 0;
  2284. }
  2285.  
  2286. 100% {
  2287. -webkit-transform-origin: right bottom;
  2288. transform-origin: right bottom;
  2289. -webkit-transform: none;
  2290. transform: none;
  2291. opacity: 1;
  2292. }
  2293. }
  2294.  
  2295. @keyframes rotateInDownRight {
  2296. 0% {
  2297. -webkit-transform-origin: right bottom;
  2298. -ms-transform-origin: right bottom;
  2299. transform-origin: right bottom;
  2300. -webkit-transform: rotate3d(0,0,1,45deg);
  2301. -ms-transform: rotate3d(0,0,1,45deg);
  2302. transform: rotate3d(0,0,1,45deg);
  2303. opacity: 0;
  2304. }
  2305.  
  2306. 100% {
  2307. -webkit-transform-origin: right bottom;
  2308. -ms-transform-origin: right bottom;
  2309. transform-origin: right bottom;
  2310. -webkit-transform: none;
  2311. -ms-transform: none;
  2312. transform: none;
  2313. opacity: 1;
  2314. }
  2315. }
  2316.  
  2317. .rotateInDownRight {
  2318. -webkit-animation-name: rotateInDownRight;
  2319. animation-name: rotateInDownRight;
  2320. }
  2321.  
  2322. @-webkit-keyframes rotateInUpLeft {
  2323. 0% {
  2324. -webkit-transform-origin: left bottom;
  2325. transform-origin: left bottom;
  2326. -webkit-transform: rotate3d(0,0,1,45deg);
  2327. transform: rotate3d(0,0,1,45deg);
  2328. opacity: 0;
  2329. }
  2330.  
  2331. 100% {
  2332. -webkit-transform-origin: left bottom;
  2333. transform-origin: left bottom;
  2334. -webkit-transform: none;
  2335. transform: none;
  2336. opacity: 1;
  2337. }
  2338. }
  2339.  
  2340. @keyframes rotateInUpLeft {
  2341. 0% {
  2342. -webkit-transform-origin: left bottom;
  2343. -ms-transform-origin: left bottom;
  2344. transform-origin: left bottom;
  2345. -webkit-transform: rotate3d(0,0,1,45deg);
  2346. -ms-transform: rotate3d(0,0,1,45deg);
  2347. transform: rotate3d(0,0,1,45deg);
  2348. opacity: 0;
  2349. }
  2350.  
  2351. 100% {
  2352. -webkit-transform-origin: left bottom;
  2353. -ms-transform-origin: left bottom;
  2354. transform-origin: left bottom;
  2355. -webkit-transform: none;
  2356. -ms-transform: none;
  2357. transform: none;
  2358. opacity: 1;
  2359. }
  2360. }
  2361.  
  2362. .rotateInUpLeft {
  2363. -webkit-animation-name: rotateInUpLeft;
  2364. animation-name: rotateInUpLeft;
  2365. }
  2366.  
  2367. @-webkit-keyframes rotateInUpRight {
  2368. 0% {
  2369. -webkit-transform-origin: right bottom;
  2370. transform-origin: right bottom;
  2371. -webkit-transform: rotate3d(0,0,1,-90deg);
  2372. transform: rotate3d(0,0,1,-90deg);
  2373. opacity: 0;
  2374. }
  2375.  
  2376. 100% {
  2377. -webkit-transform-origin: right bottom;
  2378. transform-origin: right bottom;
  2379. -webkit-transform: none;
  2380. transform: none;
  2381. opacity: 1;
  2382. }
  2383. }
  2384.  
  2385. @keyframes rotateInUpRight {
  2386. 0% {
  2387. -webkit-transform-origin: right bottom;
  2388. -ms-transform-origin: right bottom;
  2389. transform-origin: right bottom;
  2390. -webkit-transform: rotate3d(0,0,1,-90deg);
  2391. -ms-transform: rotate3d(0,0,1,-90deg);
  2392. transform: rotate3d(0,0,1,-90deg);
  2393. opacity: 0;
  2394. }
  2395.  
  2396. 100% {
  2397. -webkit-transform-origin: right bottom;
  2398. -ms-transform-origin: right bottom;
  2399. transform-origin: right bottom;
  2400. -webkit-transform: none;
  2401. -ms-transform: none;
  2402. transform: none;
  2403. opacity: 1;
  2404. }
  2405. }
  2406.  
  2407. .rotateInUpRight {
  2408. -webkit-animation-name: rotateInUpRight;
  2409. animation-name: rotateInUpRight;
  2410. }
  2411.  
  2412. @-webkit-keyframes rotateOut {
  2413. 0% {
  2414. -webkit-transform-origin: center;
  2415. transform-origin: center;
  2416. opacity: 1;
  2417. }
  2418.  
  2419. 100% {
  2420. -webkit-transform-origin: center;
  2421. transform-origin: center;
  2422. -webkit-transform: rotate3d(0,0,1,200deg);
  2423. transform: rotate3d(0,0,1,200deg);
  2424. opacity: 0;
  2425. }
  2426. }
  2427.  
  2428. @keyframes rotateOut {
  2429. 0% {
  2430. -webkit-transform-origin: center;
  2431. -ms-transform-origin: center;
  2432. transform-origin: center;
  2433. opacity: 1;
  2434. }
  2435.  
  2436. 100% {
  2437. -webkit-transform-origin: center;
  2438. -ms-transform-origin: center;
  2439. transform-origin: center;
  2440. -webkit-transform: rotate3d(0,0,1,200deg);
  2441. -ms-transform: rotate3d(0,0,1,200deg);
  2442. transform: rotate3d(0,0,1,200deg);
  2443. opacity: 0;
  2444. }
  2445. }
  2446.  
  2447. .rotateOut {
  2448. -webkit-animation-name: rotateOut;
  2449. animation-name: rotateOut;
  2450. }
  2451.  
  2452. @-webkit-keyframes rotateOutDownLeft {
  2453. 0% {
  2454. -webkit-transform-origin: left bottom;
  2455. transform-origin: left bottom;
  2456. opacity: 1;
  2457. }
  2458.  
  2459. 100% {
  2460. -webkit-transform-origin: left bottom;
  2461. transform-origin: left bottom;
  2462. -webkit-transform: rotate3d(0,0,1,45deg);
  2463. transform: rotate3d(0,0,1,45deg);
  2464. opacity: 0;
  2465. }
  2466. }
  2467.  
  2468. @keyframes rotateOutDownLeft {
  2469. 0% {
  2470. -webkit-transform-origin: left bottom;
  2471. -ms-transform-origin: left bottom;
  2472. transform-origin: left bottom;
  2473. opacity: 1;
  2474. }
  2475.  
  2476. 100% {
  2477. -webkit-transform-origin: left bottom;
  2478. -ms-transform-origin: left bottom;
  2479. transform-origin: left bottom;
  2480. -webkit-transform: rotate3d(0,0,1,45deg);
  2481. -ms-transform: rotate3d(0,0,1,45deg);
  2482. transform: rotate3d(0,0,1,45deg);
  2483. opacity: 0;
  2484. }
  2485. }
  2486.  
  2487. .rotateOutDownLeft {
  2488. -webkit-animation-name: rotateOutDownLeft;
  2489. animation-name: rotateOutDownLeft;
  2490. }
  2491.  
  2492. @-webkit-keyframes rotateOutDownRight {
  2493. 0% {
  2494. -webkit-transform-origin: right bottom;
  2495. transform-origin: right bottom;
  2496. opacity: 1;
  2497. }
  2498.  
  2499. 100% {
  2500. -webkit-transform-origin: right bottom;
  2501. transform-origin: right bottom;
  2502. -webkit-transform: rotate3d(0,0,1,-45deg);
  2503. transform: rotate3d(0,0,1,-45deg);
  2504. opacity: 0;
  2505. }
  2506. }
  2507.  
  2508. @keyframes rotateOutDownRight {
  2509. 0% {
  2510. -webkit-transform-origin: right bottom;
  2511. -ms-transform-origin: right bottom;
  2512. transform-origin: right bottom;
  2513. opacity: 1;
  2514. }
  2515.  
  2516. 100% {
  2517. -webkit-transform-origin: right bottom;
  2518. -ms-transform-origin: right bottom;
  2519. transform-origin: right bottom;
  2520. -webkit-transform: rotate3d(0,0,1,-45deg);
  2521. -ms-transform: rotate3d(0,0,1,-45deg);
  2522. transform: rotate3d(0,0,1,-45deg);
  2523. opacity: 0;
  2524. }
  2525. }
  2526.  
  2527. .rotateOutDownRight {
  2528. -webkit-animation-name: rotateOutDownRight;
  2529. animation-name: rotateOutDownRight;
  2530. }
  2531.  
  2532. @-webkit-keyframes rotateOutUpLeft {
  2533. 0% {
  2534. -webkit-transform-origin: left bottom;
  2535. transform-origin: left bottom;
  2536. opacity: 1;
  2537. }
  2538.  
  2539. 100% {
  2540. -webkit-transform-origin: left bottom;
  2541. transform-origin: left bottom;
  2542. -webkit-transform: rotate3d(0,0,1,-45deg);
  2543. transform: rotate3d(0,0,1,-45deg);
  2544. opacity: 0;
  2545. }
  2546. }
  2547.  
  2548. @keyframes rotateOutUpLeft {
  2549. 0% {
  2550. -webkit-transform-origin: left bottom;
  2551. -ms-transform-origin: left bottom;
  2552. transform-origin: left bottom;
  2553. opacity: 1;
  2554. }
  2555.  
  2556. 100% {
  2557. -webkit-transform-origin: left bottom;
  2558. -ms-transform-origin: left bottom;
  2559. transform-origin: left bottom;
  2560. -webkit-transform: rotate3d(0,0,1,-45deg);
  2561. -ms-transform: rotate3d(0,0,1,-45deg);
  2562. transform: rotate3d(0,0,1,-45deg);
  2563. opacity: 0;
  2564. }
  2565. }
  2566.  
  2567. .rotateOutUpLeft {
  2568. -webkit-animation-name: rotateOutUpLeft;
  2569. animation-name: rotateOutUpLeft;
  2570. }
  2571.  
  2572. @-webkit-keyframes rotateOutUpRight {
  2573. 0% {
  2574. -webkit-transform-origin: right bottom;
  2575. transform-origin: right bottom;
  2576. opacity: 1;
  2577. }
  2578.  
  2579. 100% {
  2580. -webkit-transform-origin: right bottom;
  2581. transform-origin: right bottom;
  2582. -webkit-transform: rotate3d(0,0,1,90deg);
  2583. transform: rotate3d(0,0,1,90deg);
  2584. opacity: 0;
  2585. }
  2586. }
  2587.  
  2588. @keyframes rotateOutUpRight {
  2589. 0% {
  2590. -webkit-transform-origin: right bottom;
  2591. -ms-transform-origin: right bottom;
  2592. transform-origin: right bottom;
  2593. opacity: 1;
  2594. }
  2595.  
  2596. 100% {
  2597. -webkit-transform-origin: right bottom;
  2598. -ms-transform-origin: right bottom;
  2599. transform-origin: right bottom;
  2600. -webkit-transform: rotate3d(0,0,1,90deg);
  2601. -ms-transform: rotate3d(0,0,1,90deg);
  2602. transform: rotate3d(0,0,1,90deg);
  2603. opacity: 0;
  2604. }
  2605. }
  2606.  
  2607. .rotateOutUpRight {
  2608. -webkit-animation-name: rotateOutUpRight;
  2609. animation-name: rotateOutUpRight;
  2610. }
  2611.  
  2612. @-webkit-keyframes hinge {
  2613. 0% {
  2614. -webkit-transform-origin: top left;
  2615. transform-origin: top left;
  2616. -webkit-animation-timing-function: ease-in-out;
  2617. animation-timing-function: ease-in-out;
  2618. }
  2619.  
  2620. 20%,60% {
  2621. -webkit-transform: rotate3d(0,0,1,80deg);
  2622. transform: rotate3d(0,0,1,80deg);
  2623. -webkit-transform-origin: top left;
  2624. transform-origin: top left;
  2625. -webkit-animation-timing-function: ease-in-out;
  2626. animation-timing-function: ease-in-out;
  2627. }
  2628.  
  2629. 40%,80% {
  2630. -webkit-transform: rotate3d(0,0,1,60deg);
  2631. transform: rotate3d(0,0,1,60deg);
  2632. -webkit-transform-origin: top left;
  2633. transform-origin: top left;
  2634. -webkit-animation-timing-function: ease-in-out;
  2635. animation-timing-function: ease-in-out;
  2636. opacity: 1;
  2637. }
  2638.  
  2639. 100% {
  2640. -webkit-transform: translate3d(0,700px,0);
  2641. transform: translate3d(0,700px,0);
  2642. opacity: 0;
  2643. }
  2644. }
  2645.  
  2646. @keyframes hinge {
  2647. 0% {
  2648. -webkit-transform-origin: top left;
  2649. -ms-transform-origin: top left;
  2650. transform-origin: top left;
  2651. -webkit-animation-timing-function: ease-in-out;
  2652. animation-timing-function: ease-in-out;
  2653. }
  2654.  
  2655. 20%,60% {
  2656. -webkit-transform: rotate3d(0,0,1,80deg);
  2657. -ms-transform: rotate3d(0,0,1,80deg);
  2658. transform: rotate3d(0,0,1,80deg);
  2659. -webkit-transform-origin: top left;
  2660. -ms-transform-origin: top left;
  2661. transform-origin: top left;
  2662. -webkit-animation-timing-function: ease-in-out;
  2663. animation-timing-function: ease-in-out;
  2664. }
  2665.  
  2666. 40%,80% {
  2667. -webkit-transform: rotate3d(0,0,1,60deg);
  2668. -ms-transform: rotate3d(0,0,1,60deg);
  2669. transform: rotate3d(0,0,1,60deg);
  2670. -webkit-transform-origin: top left;
  2671. -ms-transform-origin: top left;
  2672. transform-origin: top left;
  2673. -webkit-animation-timing-function: ease-in-out;
  2674. animation-timing-function: ease-in-out;
  2675. opacity: 1;
  2676. }
  2677.  
  2678. 100% {
  2679. -webkit-transform: translate3d(0,700px,0);
  2680. -ms-transform: translate3d(0,700px,0);
  2681. transform: translate3d(0,700px,0);
  2682. opacity: 0;
  2683. }
  2684. }
  2685.  
  2686. .hinge {
  2687. -webkit-animation-name: hinge;
  2688. animation-name: hinge;
  2689. }
  2690.  
  2691. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  2692. @-webkit-keyframes rollIn {
  2693. 0% {
  2694. opacity: 0;
  2695. -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  2696. transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  2697. }
  2698.  
  2699. 100% {
  2700. opacity: 1;
  2701. -webkit-transform: none;
  2702. transform: none;
  2703. }
  2704. }
  2705.  
  2706. @keyframes rollIn {
  2707. 0% {
  2708. opacity: 0;
  2709. -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  2710. -ms-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  2711. transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
  2712. }
  2713.  
  2714. 100% {
  2715. opacity: 1;
  2716. -webkit-transform: none;
  2717. -ms-transform: none;
  2718. transform: none;
  2719. }
  2720. }
  2721.  
  2722. .rollIn {
  2723. -webkit-animation-name: rollIn;
  2724. animation-name: rollIn;
  2725. }
  2726.  
  2727. /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  2728. @-webkit-keyframes rollOut {
  2729. 0% {
  2730. opacity: 1;
  2731. }
  2732.  
  2733. 100% {
  2734. opacity: 0;
  2735. -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  2736. transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  2737. }
  2738. }
  2739.  
  2740. @keyframes rollOut {
  2741. 0% {
  2742. opacity: 1;
  2743. }
  2744.  
  2745. 100% {
  2746. opacity: 0;
  2747. -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  2748. -ms-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  2749. transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
  2750. }
  2751. }
  2752.  
  2753. .rollOut {
  2754. -webkit-animation-name: rollOut;
  2755. animation-name: rollOut;
  2756. }
  2757.  
  2758. @-webkit-keyframes zoomIn {
  2759. 0% {
  2760. opacity: 0;
  2761. -webkit-transform: scale3d(.3,.3,.3);
  2762. transform: scale3d(.3,.3,.3);
  2763. }
  2764.  
  2765. 50% {
  2766. opacity: 1;
  2767. }
  2768. }
  2769.  
  2770. @keyframes zoomIn {
  2771. 0% {
  2772. opacity: 0;
  2773. -webkit-transform: scale3d(.3,.3,.3);
  2774. -ms-transform: scale3d(.3,.3,.3);
  2775. transform: scale3d(.3,.3,.3);
  2776. }
  2777.  
  2778. 50% {
  2779. opacity: 1;
  2780. }
  2781. }
  2782.  
  2783. .zoomIn {
  2784. -webkit-animation-name: zoomIn;
  2785. animation-name: zoomIn;
  2786. }
  2787.  
  2788. @-webkit-keyframes zoomInDown {
  2789. 0% {
  2790. opacity: 0;
  2791. -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
  2792. transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
  2793. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2794. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2795. }
  2796.  
  2797. 60% {
  2798. opacity: 1;
  2799. -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  2800. transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  2801. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2802. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2803. }
  2804. }
  2805.  
  2806. @keyframes zoomInDown {
  2807. 0% {
  2808. opacity: 0;
  2809. -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
  2810. -ms-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
  2811. transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
  2812. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2813. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2814. }
  2815.  
  2816. 60% {
  2817. opacity: 1;
  2818. -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  2819. -ms-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  2820. transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  2821. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2822. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2823. }
  2824. }
  2825.  
  2826. .zoomInDown {
  2827. -webkit-animation-name: zoomInDown;
  2828. animation-name: zoomInDown;
  2829. }
  2830.  
  2831. @-webkit-keyframes zoomInLeft {
  2832. 0% {
  2833. opacity: 0;
  2834. -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
  2835. transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
  2836. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2837. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2838. }
  2839.  
  2840. 60% {
  2841. opacity: 1;
  2842. -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
  2843. transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
  2844. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2845. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2846. }
  2847. }
  2848.  
  2849. @keyframes zoomInLeft {
  2850. 0% {
  2851. opacity: 0;
  2852. -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
  2853. -ms-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
  2854. transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
  2855. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2856. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2857. }
  2858.  
  2859. 60% {
  2860. opacity: 1;
  2861. -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
  2862. -ms-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
  2863. transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
  2864. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2865. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2866. }
  2867. }
  2868.  
  2869. .zoomInLeft {
  2870. -webkit-animation-name: zoomInLeft;
  2871. animation-name: zoomInLeft;
  2872. }
  2873.  
  2874. @-webkit-keyframes zoomInRight {
  2875. 0% {
  2876. opacity: 0;
  2877. -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
  2878. transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
  2879. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2880. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2881. }
  2882.  
  2883. 60% {
  2884. opacity: 1;
  2885. -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
  2886. transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
  2887. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2888. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2889. }
  2890. }
  2891.  
  2892. @keyframes zoomInRight {
  2893. 0% {
  2894. opacity: 0;
  2895. -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
  2896. -ms-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
  2897. transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
  2898. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2899. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2900. }
  2901.  
  2902. 60% {
  2903. opacity: 1;
  2904. -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
  2905. -ms-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
  2906. transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
  2907. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2908. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2909. }
  2910. }
  2911.  
  2912. .zoomInRight {
  2913. -webkit-animation-name: zoomInRight;
  2914. animation-name: zoomInRight;
  2915. }
  2916.  
  2917. @-webkit-keyframes zoomInUp {
  2918. 0% {
  2919. opacity: 0;
  2920. -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
  2921. transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
  2922. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2923. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2924. }
  2925.  
  2926. 60% {
  2927. opacity: 1;
  2928. -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  2929. transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  2930. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2931. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2932. }
  2933. }
  2934.  
  2935. @keyframes zoomInUp {
  2936. 0% {
  2937. opacity: 0;
  2938. -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
  2939. -ms-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
  2940. transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
  2941. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2942. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  2943. }
  2944.  
  2945. 60% {
  2946. opacity: 1;
  2947. -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  2948. -ms-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  2949. transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  2950. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2951. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  2952. }
  2953. }
  2954.  
  2955. .zoomInUp {
  2956. -webkit-animation-name: zoomInUp;
  2957. animation-name: zoomInUp;
  2958. }
  2959.  
  2960. @-webkit-keyframes zoomOut {
  2961. 0% {
  2962. opacity: 1;
  2963. }
  2964.  
  2965. 50% {
  2966. opacity: 0;
  2967. -webkit-transform: scale3d(.3,.3,.3);
  2968. transform: scale3d(.3,.3,.3);
  2969. }
  2970.  
  2971. 100% {
  2972. opacity: 0;
  2973. }
  2974. }
  2975.  
  2976. @keyframes zoomOut {
  2977. 0% {
  2978. opacity: 1;
  2979. }
  2980.  
  2981. 50% {
  2982. opacity: 0;
  2983. -webkit-transform: scale3d(.3,.3,.3);
  2984. -ms-transform: scale3d(.3,.3,.3);
  2985. transform: scale3d(.3,.3,.3);
  2986. }
  2987.  
  2988. 100% {
  2989. opacity: 0;
  2990. }
  2991. }
  2992.  
  2993. .zoomOut {
  2994. -webkit-animation-name: zoomOut;
  2995. animation-name: zoomOut;
  2996. }
  2997.  
  2998. @-webkit-keyframes zoomOutDown {
  2999. 40% {
  3000. opacity: 1;
  3001. -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  3002. transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  3003. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  3004. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  3005. }
  3006.  
  3007. 100% {
  3008. opacity: 0;
  3009. -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
  3010. transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
  3011. -webkit-transform-origin: center bottom;
  3012. transform-origin: center bottom;
  3013. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  3014. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  3015. }
  3016. }
  3017.  
  3018. @keyframes zoomOutDown {
  3019. 40% {
  3020. opacity: 1;
  3021. -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  3022. -ms-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  3023. transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
  3024. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  3025. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  3026. }
  3027.  
  3028. 100% {
  3029. opacity: 0;
  3030. -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
  3031. -ms-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
  3032. transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
  3033. -webkit-transform-origin: center bottom;
  3034. -ms-transform-origin: center bottom;
  3035. transform-origin: center bottom;
  3036. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  3037. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  3038. }
  3039. }
  3040.  
  3041. .zoomOutDown {
  3042. -webkit-animation-name: zoomOutDown;
  3043. animation-name: zoomOutDown;
  3044. }
  3045.  
  3046. @-webkit-keyframes zoomOutLeft {
  3047. 40% {
  3048. opacity: 1;
  3049. -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  3050. transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  3051. }
  3052.  
  3053. 100% {
  3054. opacity: 0;
  3055. -webkit-transform: scale(.1) translate3d(-2000px,0,0);
  3056. transform: scale(.1) translate3d(-2000px,0,0);
  3057. -webkit-transform-origin: left center;
  3058. transform-origin: left center;
  3059. }
  3060. }
  3061.  
  3062. @keyframes zoomOutLeft {
  3063. 40% {
  3064. opacity: 1;
  3065. -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  3066. -ms-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  3067. transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
  3068. }
  3069.  
  3070. 100% {
  3071. opacity: 0;
  3072. -webkit-transform: scale(.1) translate3d(-2000px,0,0);
  3073. -ms-transform: scale(.1) translate3d(-2000px,0,0);
  3074. transform: scale(.1) translate3d(-2000px,0,0);
  3075. -webkit-transform-origin: left center;
  3076. -ms-transform-origin: left center;
  3077. transform-origin: left center;
  3078. }
  3079. }
  3080.  
  3081. .zoomOutLeft {
  3082. -webkit-animation-name: zoomOutLeft;
  3083. animation-name: zoomOutLeft;
  3084. }
  3085.  
  3086. @-webkit-keyframes zoomOutRight {
  3087. 40% {
  3088. opacity: 1;
  3089. -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  3090. transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  3091. }
  3092.  
  3093. 100% {
  3094. opacity: 0;
  3095. -webkit-transform: scale(.1) translate3d(2000px,0,0);
  3096. transform: scale(.1) translate3d(2000px,0,0);
  3097. -webkit-transform-origin: right center;
  3098. transform-origin: right center;
  3099. }
  3100. }
  3101.  
  3102. @keyframes zoomOutRight {
  3103. 40% {
  3104. opacity: 1;
  3105. -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  3106. -ms-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  3107. transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
  3108. }
  3109.  
  3110. 100% {
  3111. opacity: 0;
  3112. -webkit-transform: scale(.1) translate3d(2000px,0,0);
  3113. -ms-transform: scale(.1) translate3d(2000px,0,0);
  3114. transform: scale(.1) translate3d(2000px,0,0);
  3115. -webkit-transform-origin: right center;
  3116. -ms-transform-origin: right center;
  3117. transform-origin: right center;
  3118. }
  3119. }
  3120.  
  3121. .zoomOutRight {
  3122. -webkit-animation-name: zoomOutRight;
  3123. animation-name: zoomOutRight;
  3124. }
  3125.  
  3126. @-webkit-keyframes zoomOutUp {
  3127. 40% {
  3128. opacity: 1;
  3129. -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  3130. transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  3131. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  3132. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  3133. }
  3134.  
  3135. 100% {
  3136. opacity: 0;
  3137. -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
  3138. transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
  3139. -webkit-transform-origin: center bottom;
  3140. transform-origin: center bottom;
  3141. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  3142. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  3143. }
  3144. }
  3145.  
  3146. @keyframes zoomOutUp {
  3147. 40% {
  3148. opacity: 1;
  3149. -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  3150. -ms-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  3151. transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
  3152. -webkit-animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  3153. animation-timing-function: cubic-bezier(0.550,0.055,0.675,0.190);
  3154. }
  3155.  
  3156. 100% {
  3157. opacity: 0;
  3158. -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
  3159. -ms-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
  3160. transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
  3161. -webkit-transform-origin: center bottom;
  3162. -ms-transform-origin: center bottom;
  3163. transform-origin: center bottom;
  3164. -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  3165. animation-timing-function: cubic-bezier(0.175,0.885,0.320,1);
  3166. }
  3167. }
  3168.  
  3169. .zoomOutUp {
  3170. -webkit-animation-name: zoomOutUp;
  3171. animation-name: zoomOutUp;
  3172. }
  3173.  
  3174. @-webkit-keyframes slideInDown {
  3175. 0% {
  3176. -webkit-transform: translateY(-100%);
  3177. transform: translateY(-100%);
  3178. visibility: visible;
  3179. }
  3180.  
  3181. 100% {
  3182. -webkit-transform: translateY(0);
  3183. transform: translateY(0);
  3184. }
  3185. }
  3186.  
  3187. @keyframes slideInDown {
  3188. 0% {
  3189. -webkit-transform: translateY(-100%);
  3190. -ms-transform: translateY(-100%);
  3191. transform: translateY(-100%);
  3192. visibility: visible;
  3193. }
  3194.  
  3195. 100% {
  3196. -webkit-transform: translateY(0);
  3197. -ms-transform: translateY(0);
  3198. transform: translateY(0);
  3199. }
  3200. }
  3201.  
  3202. .slideInDown {
  3203. -webkit-animation-name: slideInDown;
  3204. animation-name: slideInDown;
  3205. }
  3206.  
  3207. @-webkit-keyframes slideInLeft {
  3208. 0% {
  3209. -webkit-transform: translateX(-100%);
  3210. transform: translateX(-100%);
  3211. visibility: visible;
  3212. }
  3213.  
  3214. 100% {
  3215. -webkit-transform: translateX(0);
  3216. transform: translateX(0);
  3217. }
  3218. }
  3219.  
  3220. @keyframes slideInLeft {
  3221. 0% {
  3222. -webkit-transform: translateX(-100%);
  3223. -ms-transform: translateX(-100%);
  3224. transform: translateX(-100%);
  3225. visibility: visible;
  3226. }
  3227.  
  3228. 100% {
  3229. -webkit-transform: translateX(0);
  3230. -ms-transform: translateX(0);
  3231. transform: translateX(0);
  3232. }
  3233. }
  3234.  
  3235. .slideInLeft {
  3236. -webkit-animation-name: slideInLeft;
  3237. animation-name: slideInLeft;
  3238. }
  3239.  
  3240. @-webkit-keyframes slideInRight {
  3241. 0% {
  3242. -webkit-transform: translateX(100%);
  3243. transform: translateX(100%);
  3244. visibility: visible;
  3245. }
  3246.  
  3247. 100% {
  3248. -webkit-transform: translateX(0);
  3249. transform: translateX(0);
  3250. }
  3251. }
  3252.  
  3253. @keyframes slideInRight {
  3254. 0% {
  3255. -webkit-transform: translateX(100%);
  3256. -ms-transform: translateX(100%);
  3257. transform: translateX(100%);
  3258. visibility: visible;
  3259. }
  3260.  
  3261. 100% {
  3262. -webkit-transform: translateX(0);
  3263. -ms-transform: translateX(0);
  3264. transform: translateX(0);
  3265. }
  3266. }
  3267.  
  3268. .slideInRight {
  3269. -webkit-animation-name: slideInRight;
  3270. animation-name: slideInRight;
  3271. }
  3272.  
  3273. @-webkit-keyframes slideInUp {
  3274. 0% {
  3275. -webkit-transform: translateY(100%);
  3276. transform: translateY(100%);
  3277. visibility: visible;
  3278. }
  3279.  
  3280. 100% {
  3281. -webkit-transform: translateY(0);
  3282. transform: translateY(0);
  3283. }
  3284. }
  3285.  
  3286. @keyframes slideInUp {
  3287. 0% {
  3288. -webkit-transform: translateY(100%);
  3289. -ms-transform: translateY(100%);
  3290. transform: translateY(100%);
  3291. visibility: visible;
  3292. }
  3293.  
  3294. 100% {
  3295. -webkit-transform: translateY(0);
  3296. -ms-transform: translateY(0);
  3297. transform: translateY(0);
  3298. }
  3299. }
  3300.  
  3301. .slideInUp {
  3302. -webkit-animation-name: slideInUp;
  3303. animation-name: slideInUp;
  3304. }
  3305.  
  3306. @-webkit-keyframes slideOutDown {
  3307. 0% {
  3308. -webkit-transform: translateY(0);
  3309. transform: translateY(0);
  3310. }
  3311.  
  3312. 100% {
  3313. visibility: hidden;
  3314. -webkit-transform: translateY(100%);
  3315. transform: translateY(100%);
  3316. }
  3317. }
  3318.  
  3319. @keyframes slideOutDown {
  3320. 0% {
  3321. -webkit-transform: translateY(0);
  3322. -ms-transform: translateY(0);
  3323. transform: translateY(0);
  3324. }
  3325.  
  3326. 100% {
  3327. visibility: hidden;
  3328. -webkit-transform: translateY(100%);
  3329. -ms-transform: translateY(100%);
  3330. transform: translateY(100%);
  3331. }
  3332. }
  3333.  
  3334. .slideOutDown {
  3335. -webkit-animation-name: slideOutDown;
  3336. animation-name: slideOutDown;
  3337. }
  3338.  
  3339. @-webkit-keyframes slideOutLeft {
  3340. 0% {
  3341. -webkit-transform: translateX(0);
  3342. transform: translateX(0);
  3343. }
  3344.  
  3345. 100% {
  3346. visibility: hidden;
  3347. -webkit-transform: translateX(-100%);
  3348. transform: translateX(-100%);
  3349. }
  3350. }
  3351.  
  3352. @keyframes slideOutLeft {
  3353. 0% {
  3354. -webkit-transform: translateX(0);
  3355. -ms-transform: translateX(0);
  3356. transform: translateX(0);
  3357. }
  3358.  
  3359. 100% {
  3360. visibility: hidden;
  3361. -webkit-transform: translateX(-100%);
  3362. -ms-transform: translateX(-100%);
  3363. transform: translateX(-100%);
  3364. }
  3365. }
  3366.  
  3367. .slideOutLeft {
  3368. -webkit-animation-name: slideOutLeft;
  3369. animation-name: slideOutLeft;
  3370. }
  3371.  
  3372. @-webkit-keyframes slideOutRight {
  3373. 0% {
  3374. -webkit-transform: translateX(0);
  3375. transform: translateX(0);
  3376. }
  3377.  
  3378. 100% {
  3379. visibility: hidden;
  3380. -webkit-transform: translateX(100%);
  3381. transform: translateX(100%);
  3382. }
  3383. }
  3384.  
  3385. @keyframes slideOutRight {
  3386. 0% {
  3387. -webkit-transform: translateX(0);
  3388. -ms-transform: translateX(0);
  3389. transform: translateX(0);
  3390. }
  3391.  
  3392. 100% {
  3393. visibility: hidden;
  3394. -webkit-transform: translateX(100%);
  3395. -ms-transform: translateX(100%);
  3396. transform: translateX(100%);
  3397. }
  3398. }
  3399.  
  3400. .slideOutRight {
  3401. -webkit-animation-name: slideOutRight;
  3402. animation-name: slideOutRight;
  3403. }
  3404.  
  3405. @-webkit-keyframes slideOutUp {
  3406. 0% {
  3407. -webkit-transform: translateY(0);
  3408. transform: translateY(0);
  3409. }
  3410.  
  3411. 100% {
  3412. visibility: hidden;
  3413. -webkit-transform: translateY(-100%);
  3414. transform: translateY(-100%);
  3415. }
  3416. }
  3417.  
  3418. @keyframes slideOutUp {
  3419. 0% {
  3420. -webkit-transform: translateY(0);
  3421. -ms-transform: translateY(0);
  3422. transform: translateY(0);
  3423. }
  3424.  
  3425. 100% {
  3426. visibility: hidden;
  3427. -webkit-transform: translateY(-100%);
  3428. -ms-transform: translateY(-100%);
  3429. transform: translateY(-100%);
  3430. }
  3431. }
  3432.  
  3433. .slideOutUp {
  3434. -webkit-animation-name: slideOutUp;
  3435. animation-name: slideOutUp;
  3436. }
  3437. </style>
  3438. /*! * Bootstrap v3.3.4 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}body { margin: 0; color: #333;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary { display: block;}audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}audio:not([controls]) { display: none; height: 0;}[hidden],template { display: none;}a { background-color: transparent;}a:active,a:hover { outline: 0;}abbr[title] { border-bottom: 1px dotted;}b,strong { font-weight: 700;}dfn { font-style: italic;}h1 { margin: .67em 0; font-size: 2em;}mark { color: #000; background: #ff0;}small { font-size: 80%;}sub,sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}sup { top: -.5em;}sub { bottom: -.25em;}img { border: 0;}svg:not(:root) { overflow: hidden;}figure { margin: 1em 40px;}hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}pre { overflow: auto;}code,kbd,pre,samp { font-family: monospace,monospace; font-size: 1em;}button,input,optgroup,select,textarea { margin: 0; font: inherit; color: inherit;}button { overflow: visible;}button,select { text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] { -webkit-appearance: button; cursor: pointer;}button[disabled],html input[disabled] { cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner { padding: 0; border: 0;}input { line-height: normal;}input[type="checkbox"],input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button { height: auto;}input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid silver;}legend { padding: 0; border: 0;}textarea { overflow: auto;}optgroup { font-weight: 700;}table { border-spacing: 0; border-collapse: collapse;}td,th { padding: 0;}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print { *,:before,:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a,a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after,a[href^="javascript:"]:after { content: ""; } pre,blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr,img { page-break-inside: avoid; } img { max-width: 100% !important; } p,h2,h3 { orphans: 3; widows: 3; } h2,h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret,.dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td,.table th { background-color: #fff !important; } .table-bordered th,.table-bordered td { border: 1px solid #ddd !important; }}@font-face { font-family: 'Glyphicons Halflings'; src: url(../fonts/glyphicons-halflings-regular.eot); src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");}.glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: 400; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}.glyphicon-asterisk:before { content: "\2a";}.glyphicon-plus:before { content: "\2b";}.glyphicon-euro:before,.glyphicon-eur:before { content: "\20ac";}.glyphicon-minus:before { content: "\2212";}.glyphicon-cloud:before { content: "\2601";}.glyphicon-envelope:before { content: "\2709";}.glyphicon-pencil:before { content: "\270f";}.glyphicon-glass:before { content: "\e001";}.glyphicon-music:before { content: "\e002";}.glyphicon-search:before { content: "\e003";}.glyphicon-heart:before { content: "\e005";}.glyphicon-star:before { content: "\e006";}.glyphicon-star-empty:before { content: "\e007";}.glyphicon-user:before { content: "\e008";}.glyphicon-film:before { content: "\e009";}.glyphicon-th-large:before { content: "\e010";}.glyphicon-th:before { content: "\e011";}.glyphicon-th-list:before { content: "\e012";}.glyphicon-ok:before { content: "\e013";}.glyphicon-remove:before { content: "\e014";}.glyphicon-zoom-in:before { content: "\e015";}.glyphicon-zoom-out:before { content: "\e016";}.glyphicon-off:before { content: "\e017";}.glyphicon-signal:before { content: "\e018";}.glyphicon-cog:before { content: "\e019";}.glyphicon-trash:before { content: "\e020";}.glyphicon-home:before { content: "\e021";}.glyphicon-file:before { content: "\e022";}.glyphicon-time:before { content: "\e023";}.glyphicon-road:before { content: "\e024";}.glyphicon-download-alt:before { content: "\e025";}.glyphicon-download:before { content: "\e026";}.glyphicon-upload:before { content: "\e027";}.glyphicon-inbox:before { content: "\e028";}.glyphicon-play-circle:before { content: "\e029";}.glyphicon-repeat:before { content: "\e030";}.glyphicon-refresh:before { content: "\e031";}.glyphicon-list-alt:before { content: "\e032";}.glyphicon-lock:before { content: "\e033";}.glyphicon-flag:before { content: "\e034";}.glyphicon-headphones:before { content: "\e035";}.glyphicon-volume-off:before { content: "\e036";}.glyphicon-volume-down:before { content: "\e037";}.glyphicon-volume-up:before { content: "\e038";}.glyphicon-qrcode:before { content: "\e039";}.glyphicon-barcode:before { content: "\e040";}.glyphicon-tag:before { content: "\e041";}.glyphicon-tags:before { content: "\e042";}.glyphicon-book:before { content: "\e043";}.glyphicon-bookmark:before { content: "\e044";}.glyphicon-print:before { content: "\e045";}.glyphicon-camera:before { content: "\e046";}.glyphicon-font:before { content: "\e047";}.glyphicon-bold:before { content: "\e048";}.glyphicon-italic:before { content: "\e049";}.glyphicon-text-height:before { content: "\e050";}.glyphicon-text-width:before { content: "\e051";}.glyphicon-align-left:before { content: "\e052";}.glyphicon-align-center:before { content: "\e053";}.glyphicon-align-right:before { content: "\e054";}.glyphicon-align-justify:before { content: "\e055";}.glyphicon-list:before { content: "\e056";}.glyphicon-indent-left:before { content: "\e057";}.glyphicon-indent-right:before { content: "\e058";}.glyphicon-facetime-video:before { content: "\e059";}.glyphicon-picture:before { content: "\e060";}.glyphicon-map-marker:before { content: "\e062";}.glyphicon-adjust:before { content: "\e063";}.glyphicon-tint:before { content: "\e064";}.glyphicon-edit:before { content: "\e065";}.glyphicon-share:before { content: "\e066";}.glyphicon-check:before { content: "\e067";}.glyphicon-move:before { content: "\e068";}.glyphicon-step-backward:before { content: "\e069";}.glyphicon-fast-backward:before { content: "\e070";}.glyphicon-backward:before { content: "\e071";}.glyphicon-play:before { content: "\e072";}.glyphicon-pause:before { content: "\e073";}.glyphicon-stop:before { content: "\e074";}.glyphicon-forward:before { content: "\e075";}.glyphicon-fast-forward:before { content: "\e076";}.glyphicon-step-forward:before { content: "\e077";}.glyphicon-eject:before { content: "\e078";}.glyphicon-chevron-left:before { content: "\e079";}.glyphicon-chevron-right:before { content: "\e080";}.glyphicon-plus-sign:before { content: "\e081";}.glyphicon-minus-sign:before { content: "\e082";}.glyphicon-remove-sign:before { content: "\e083";}.glyphicon-ok-sign:before { content: "\e084";}.glyphicon-question-sign:before { content: "\e085";}.glyphicon-info-sign:before { content: "\e086";}.glyphicon-screenshot:before { content: "\e087";}.glyphicon-remove-circle:before { content: "\e088";}.glyphicon-ok-circle:before { content: "\e089";}.glyphicon-ban-circle:before { content: "\e090";}.glyphicon-arrow-left:before { content: "\e091";}.glyphicon-arrow-right:before { content: "\e092";}.glyphicon-arrow-up:before { content: "\e093";}.glyphicon-arrow-down:before { content: "\e094";}.glyphicon-share-alt:before { content: "\e095";}.glyphicon-resize-full:before { content: "\e096";}.glyphicon-resize-small:before { content: "\e097";}.glyphicon-exclamation-sign:before { content: "\e101";}.glyphicon-gift:before { content: "\e102";}.glyphicon-leaf:before { content: "\e103";}.glyphicon-fire:before { content: "\e104";}.glyphicon-eye-open:before { content: "\e105";}.glyphicon-eye-close:before { content: "\e106";}.glyphicon-warning-sign:before { content: "\e107";}.glyphicon-plane:before { content: "\e108";}.glyphicon-calendar:before { content: "\e109";}.glyphicon-random:before { content: "\e110";}.glyphicon-comment:before { content: "\e111";}.glyphicon-magnet:before { content: "\e112";}.glyphicon-chevron-up:before { content: "\e113";}.glyphicon-chevron-down:before { content: "\e114";}.glyphicon-retweet:before { content: "\e115";}.glyphicon-shopping-cart:before { content: "\e116";}.glyphicon-folder-close:before { content: "\e117";}.glyphicon-folder-open:before { content: "\e118";}.glyphicon-resize-vertical:before { content: "\e119";}.glyphicon-resize-horizontal:before { content: "\e120";}.glyphicon-hdd:before { content: "\e121";}.glyphicon-bullhorn:before { content: "\e122";}.glyphicon-bell:before { content: "\e123";}.glyphicon-certificate:before { content: "\e124";}.glyphicon-thumbs-up:before { content: "\e125";}.glyphicon-thumbs-down:before { content: "\e126";}.glyphicon-hand-right:before { content: "\e127";}.glyphicon-hand-left:before { content: "\e128";}.glyphicon-hand-up:before { content: "\e129";}.glyphicon-hand-down:before { content: "\e130";}.glyphicon-circle-arrow-right:before { content: "\e131";}.glyphicon-circle-arrow-left:before { content: "\e132";}.glyphicon-circle-arrow-up:before { content: "\e133";}.glyphicon-circle-arrow-down:before { content: "\e134";}.glyphicon-globe:before { content: "\e135";}.glyphicon-wrench:before { content: "\e136";}.glyphicon-tasks:before { content: "\e137";}.glyphicon-filter:before { content: "\e138";}.glyphicon-briefcase:before { content: "\e139";}.glyphicon-fullscreen:before { content: "\e140";}.glyphicon-dashboard:before { content: "\e141";}.glyphicon-paperclip:before { content: "\e142";}.glyphicon-heart-empty:before { content: "\e143";}.glyphicon-link:before { content: "\e144";}.glyphicon-phone:before { content: "\e145";}.glyphicon-pushpin:before { content: "\e146";}.glyphicon-usd:before { content: "\e148";}.glyphicon-gbp:before { content: "\e149";}.glyphicon-sort:before { content: "\e150";}.glyphicon-sort-by-alphabet:before { content: "\e151";}.glyphicon-sort-by-alphabet-alt:before { content: "\e152";}.glyphicon-sort-by-order:before { content: "\e153";}.glyphicon-sort-by-order-alt:before { content: "\e154";}.glyphicon-sort-by-attributes:before { content: "\e155";}.glyphicon-sort-by-attributes-alt:before { content: "\e156";}.glyphicon-unchecked:before { content: "\e157";}.glyphicon-expand:before { content: "\e158";}.glyphicon-collapse-down:before { content: "\e159";}.glyphicon-collapse-up:before { content: "\e160";}.glyphicon-log-in:before { content: "\e161";}.glyphicon-flash:before { content: "\e162";}.glyphicon-log-out:before { content: "\e163";}.glyphicon-new-window:before { content: "\e164";}.glyphicon-record:before { content: "\e165";}.glyphicon-save:before { content: "\e166";}.glyphicon-open:before { content: "\e167";}.glyphicon-saved:before { content: "\e168";}.glyphicon-import:before { content: "\e169";}.glyphicon-export:before { content: "\e170";}.glyphicon-send:before { content: "\e171";}.glyphicon-floppy-disk:before { content: "\e172";}.glyphicon-floppy-saved:before { content: "\e173";}.glyphicon-floppy-remove:before { content: "\e174";}.glyphicon-floppy-save:before { content: "\e175";}.glyphicon-floppy-open:before { content: "\e176";}.glyphicon-credit-card:before { content: "\e177";}.glyphicon-transfer:before { content: "\e178";}.glyphicon-cutlery:before { content: "\e179";}.glyphicon-header:before { content: "\e180";}.glyphicon-compressed:before { content: "\e181";}.glyphicon-earphone:before { content: "\e182";}.glyphicon-phone-alt:before { content: "\e183";}.glyphicon-tower:before { content: "\e184";}.glyphicon-stats:before { content: "\e185";}.glyphicon-sd-video:before { content: "\e186";}.glyphicon-hd-video:before { content: "\e187";}.glyphicon-subtitles:before { content: "\e188";}.glyphicon-sound-stereo:before { content: "\e189";}.glyphicon-sound-dolby:before { content: "\e190";}.glyphicon-sound-5-1:before { content: "\e191";}.glyphicon-sound-6-1:before { content: "\e192";}.glyphicon-sound-7-1:before { content: "\e193";}.glyphicon-copyright-mark:before { content: "\e194";}.glyphicon-registration-mark:before { content: "\e195";}.glyphicon-cloud-download:before { content: "\e197";}.glyphicon-cloud-upload:before { content: "\e198";}.glyphicon-tree-conifer:before { content: "\e199";}.glyphicon-tree-deciduous:before { content: "\e200";}.glyphicon-cd:before { content: "\e201";}.glyphicon-save-file:before { content: "\e202";}.glyphicon-open-file:before { content: "\e203";}.glyphicon-level-up:before { content: "\e204";}.glyphicon-copy:before { content: "\e205";}.glyphicon-paste:before { content: "\e206";}.glyphicon-alert:before { content: "\e209";}.glyphicon-equalizer:before { content: "\e210";}.glyphicon-king:before { content: "\e211";}.glyphicon-queen:before { content: "\e212";}.glyphicon-pawn:before { content: "\e213";}.glyphicon-bishop:before { content: "\e214";}.glyphicon-knight:before { content: "\e215";}.glyphicon-baby-formula:before { content: "\e216";}.glyphicon-tent:before { content: "\26fa";}.glyphicon-blackboard:before { content: "\e218";}.glyphicon-bed:before { content: "\e219";}.glyphicon-apple:before { content: "\f8ff";}.glyphicon-erase:before { content: "\e221";}.glyphicon-hourglass:before { content: "\231b";}.glyphicon-lamp:before { content: "\e223";}.glyphicon-duplicate:before { content: "\e224";}.glyphicon-piggy-bank:before { content: "\e225";}.glyphicon-scissors:before { content: "\e226";}.glyphicon-bitcoin:before { content: "\e227";}.glyphicon-btc:before { content: "\e227";}.glyphicon-xbt:before { content: "\e227";}.glyphicon-yen:before { content: "\00a5";}.glyphicon-jpy:before { content: "\00a5";}.glyphicon-ruble:before { content: "\20bd";}.glyphicon-rub:before { content: "\20bd";}.glyphicon-scale:before { content: "\e230";}.glyphicon-ice-lolly:before { content: "\e231";}.glyphicon-ice-lolly-tasted:before { content: "\e232";}.glyphicon-education:before { content: "\e233";}.glyphicon-option-horizontal:before { content: "\e234";}.glyphicon-option-vertical:before { content: "\e235";}.glyphicon-menu-hamburger:before { content: "\e236";}.glyphicon-modal-window:before { content: "\e237";}.glyphicon-oil:before { content: "\e238";}.glyphicon-grain:before { content: "\e239";}.glyphicon-sunglasses:before { content: "\e240";}.glyphicon-text-size:before { content: "\e241";}.glyphicon-text-color:before { content: "\e242";}.glyphicon-text-background:before { content: "\e243";}.glyphicon-object-align-top:before { content: "\e244";}.glyphicon-object-align-bottom:before { content: "\e245";}.glyphicon-object-align-horizontal:before { content: "\e246";}.glyphicon-object-align-left:before { content: "\e247";}.glyphicon-object-align-vertical:before { content: "\e248";}.glyphicon-object-align-right:before { content: "\e249";}.glyphicon-triangle-right:before { content: "\e250";}.glyphicon-triangle-left:before { content: "\e251";}.glyphicon-triangle-bottom:before { content: "\e252";}.glyphicon-triangle-top:before { content: "\e253";}.glyphicon-console:before { content: "\e254";}.glyphicon-superscript:before { content: "\e255";}.glyphicon-subscript:before { content: "\e256";}.glyphicon-menu-left:before { content: "\e257";}.glyphicon-menu-right:before { content: "\e258";}.glyphicon-menu-down:before { content: "\e259";}.glyphicon-menu-up:before { content: "\e260";}* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}:before,:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}html { font-size: 10px; -webkit-tap-highlight-color: rgba(0,0,0,0);}body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff;}input,button,select,textarea { font-family: inherit; font-size: inherit; line-height: inherit;}a { color: #337ab7; text-decoration: none;}a:hover,a:focus {}figure { margin: 0;}img { vertical-align: middle;}.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto;}.img-rounded { border-radius: 6px;}.img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}.img-circle { border-radius: 50%;}hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee;}.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;}.sr-only-focusable:active,.sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto;}[role="button"] { cursor: pointer;}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: #333;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small { font-weight: 400; line-height: 1; color: #777;}h1,.h1,h2,.h2,h3,.h3 { margin-top: 20px; margin-bottom: 10px;}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small { font-size: 65%;}h4,.h4,h5,.h5,h6,.h6 { margin-top: 10px; margin-bottom: 10px;}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small { font-size: 75%;}h1,.h1 { font-size: 36px;}h2,.h2 { font-size: 30px;}h3,.h3 { font-size: 24px;}h4,.h4 { font-size: 18px;}h5,.h5 { font-size: 14px;}h6,.h6 { font-size: 12px;}p { margin: 0 0 10px;}.lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4;}@media (min-width: 768px) { .lead { font-size: 21px; }}small,.small { font-size: 85%;}mark,.mark { padding: .2em; background-color: #fcf8e3;}.text-left { text-align: left;}.text-right { text-align: right;}.text-center { text-align: center;}.text-justify { text-align: justify;}.text-nowrap { white-space: nowrap;}.text-lowercase { text-transform: lowercase;}.text-uppercase { text-transform: uppercase;}.text-capitalize { text-transform: capitalize;}.text-muted { color: #777;}.text-primary { color: #337ab7;}a.text-primary:hover,a.text-primary:focus { color: #286090;}.text-success { color: #3c763d;}a.text-success:hover,a.text-success:focus { color: #2b542c;}.text-info { color: #31708f;}a.text-info:hover,a.text-info:focus { color: #245269;}.text-warning { color: #8a6d3b;}a.text-warning:hover,a.text-warning:focus { color: #66512c;}.text-danger { color: #a94442;}a.text-danger:hover,a.text-danger:focus { color: #843534;}.bg-primary { color: #fff; background-color: #337ab7;}a.bg-primary:hover,a.bg-primary:focus { background-color: #286090;}.bg-success { background-color: #dff0d8;}a.bg-success:hover,a.bg-success:focus { background-color: #c1e2b3;}.bg-info { background-color: #d9edf7;}a.bg-info:hover,a.bg-info:focus { background-color: #afd9ee;}.bg-warning { background-color: #fcf8e3;}a.bg-warning:hover,a.bg-warning:focus { background-color: #f7ecb5;}.bg-danger { background-color: #f2dede;}a.bg-danger:hover,a.bg-danger:focus { background-color: #e4b9b9;}.page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee;}ul,ol { margin-top: 0; margin-bottom: 10px;}ul ul,ol ul,ul ol,ol ol { margin-bottom: 0;}.list-unstyled { padding-left: 0; list-style: none;}.list-inline { padding-left: 0; margin-left: -5px; list-style: none;}.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px;}dl { margin-top: 0; margin-bottom: 20px;}dt,dd { line-height: 1.42857143;}dt { font-weight: 700;}dd { margin-left: 0;}@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; }}abbr[title],abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777;}.initialism { font-size: 90%; text-transform: uppercase;}blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee;}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child { margin-bottom: 0;}blockquote footer,blockquote small,blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777;}blockquote footer:before,blockquote small:before,blockquote .small:before { content: '\2014 \00A0';}.blockquote-reverse,blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0;}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before { content: '';}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after { content: '\00A0 \2014';}address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143;}code,kbd,pre,samp { font-family: Menlo,Monaco,Consolas,"Courier New",monospace;}code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px;}kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);}kbd kbd { padding: 0; font-size: 100%; font-weight: 700; -webkit-box-shadow: none; box-shadow: none;}pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px;}pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0;}.pre-scrollable { max-height: 340px; overflow-y: scroll;}.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}@media (min-width: 768px) { .container { width: 750px; }}@media (min-width: 992px) { .container { width: 970px; }}@media (min-width: 1200px) { .container { width: 1170px; }}.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;}.row { margin-right: -15px; margin-left: -15px;}.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-right: 15px; padding-left: 15px;}.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;}.col-xs-12 { width: 100%;}.col-xs-11 { width: 91.66666667%;}.col-xs-10 { width: 83.33333333%;}.col-xs-9 { width: 75%;}.col-xs-8 { width: 66.66666667%;}.col-xs-7 { width: 58.33333333%;}.col-xs-6 { width: 50%;}.col-xs-5 { width: 41.66666667%;}.col-xs-4 { width: 33.33333333%;}.col-xs-3 { width: 25%;}.col-xs-2 { width: 16.66666667%;}.col-xs-1 { width: 8.33333333%;}.col-xs-pull-12 { right: 100%;}.col-xs-pull-11 { right: 91.66666667%;}.col-xs-pull-10 { right: 83.33333333%;}.col-xs-pull-9 { right: 75%;}.col-xs-pull-8 { right: 66.66666667%;}.col-xs-pull-7 { right: 58.33333333%;}.col-xs-pull-6 { right: 50%;}.col-xs-pull-5 { right: 41.66666667%;}.col-xs-pull-4 { right: 33.33333333%;}.col-xs-pull-3 { right: 25%;}.col-xs-pull-2 { right: 16.66666667%;}.col-xs-pull-1 { right: 8.33333333%;}.col-xs-pull-0 { right: auto;}.col-xs-push-12 { left: 100%;}.col-xs-push-11 { left: 91.66666667%;}.col-xs-push-10 { left: 83.33333333%;}.col-xs-push-9 { left: 75%;}.col-xs-push-8 { left: 66.66666667%;}.col-xs-push-7 { left: 58.33333333%;}.col-xs-push-6 { left: 50%;}.col-xs-push-5 { left: 41.66666667%;}.col-xs-push-4 { left: 33.33333333%;}.col-xs-push-3 { left: 25%;}.col-xs-push-2 { left: 16.66666667%;}.col-xs-push-1 { left: 8.33333333%;}.col-xs-push-0 { left: auto;}.col-xs-offset-12 { margin-left: 100%;}.col-xs-offset-11 { margin-left: 91.66666667%;}.col-xs-offset-10 { margin-left: 83.33333333%;}.col-xs-offset-9 { margin-left: 75%;}.col-xs-offset-8 { margin-left: 66.66666667%;}.col-xs-offset-7 { margin-left: 58.33333333%;}.col-xs-offset-6 { margin-left: 50%;}.col-xs-offset-5 { margin-left: 41.66666667%;}.col-xs-offset-4 { margin-left: 33.33333333%;}.col-xs-offset-3 { margin-left: 25%;}.col-xs-offset-2 { margin-left: 16.66666667%;}.col-xs-offset-1 { margin-left: 8.33333333%;}.col-xs-offset-0 { margin-left: 0;}@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; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; }}@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; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; }}@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; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; }}table { background-color: transparent;}caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left;}th { text-align: left;}.table { width: 100%; max-width: 100%; margin-bottom: 20px;}.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd;}.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd;}.table > caption + thead > tr:first-child > th,.table > colgroup + thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption + thead > tr:first-child > td,.table > colgroup + thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td { border-top: 0;}.table > tbody + tbody { border-top: 2px solid #ddd;}.table .table { background-color: #fff;}.table-condensed > thead > tr > th,.table-condensed > tbody > tr > th,.table-condensed > tfoot > tr > th,.table-condensed > thead > tr > td,.table-condensed > tbody > tr > td,.table-condensed > tfoot > tr > td { padding: 5px;}.table-bordered { border: 1px solid #ddd;}.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td { border: 1px solid #ddd;}.table-bordered > thead > tr > th,.table-bordered > thead > tr > td { border-bottom-width: 2px;}.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9;}.table-hover > tbody > tr:hover { background-color: #f5f5f5;}table col[class*="col-"] { position: static; display: table-column; float: none;}table td[class*="col-"],table th[class*="col-"] { position: static; display: table-cell; float: none;}.table > thead > tr > td.active,.table > tbody > tr > td.active,.table > tfoot > tr > td.active,.table > thead > tr > th.active,.table > tbody > tr > th.active,.table > tfoot > tr > th.active,.table > thead > tr.active > td,.table > tbody > tr.active > td,.table > tfoot > tr.active > td,.table > thead > tr.active > th,.table > tbody > tr.active > th,.table > tfoot > tr.active > th { background-color: #f5f5f5;}.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;}.table > thead > tr > td.success,.table > tbody > tr > td.success,.table > tfoot > tr > td.success,.table > thead > tr > th.success,.table > tbody > tr > th.success,.table > tfoot > tr > th.success,.table > thead > tr.success > td,.table > tbody > tr.success > td,.table > tfoot > tr.success > td,.table > thead > tr.success > th,.table > tbody > tr.success > th,.table > tfoot > tr.success > th { background-color: #dff0d8;}.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;}.table > thead > tr > td.info,.table > tbody > tr > td.info,.table > tfoot > tr > td.info,.table > thead > tr > th.info,.table > tbody > tr > th.info,.table > tfoot > tr > th.info,.table > thead > tr.info > td,.table > tbody > tr.info > td,.table > tfoot > tr.info > td,.table > thead > tr.info > th,.table > tbody > tr.info > th,.table > tfoot > tr.info > th { background-color: #d9edf7;}.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;}.table > thead > tr > td.warning,.table > tbody > tr > td.warning,.table > tfoot > tr > td.warning,.table > thead > tr > th.warning,.table > tbody > tr > th.warning,.table > tfoot > tr > th.warning,.table > thead > tr.warning > td,.table > tbody > tr.warning > td,.table > tfoot > tr.warning > td,.table > thead > tr.warning > th,.table > tbody > tr.warning > th,.table > tfoot > tr.warning > th { background-color: #fcf8e3;}.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;}.table > thead > tr > td.danger,.table > tbody > tr > td.danger,.table > tfoot > tr > td.danger,.table > thead > tr > th.danger,.table > tbody > tr > th.danger,.table > tfoot > tr > th.danger,.table > thead > tr.danger > td,.table > tbody > tr.danger > td,.table > tfoot > tr.danger > td,.table > thead > tr.danger > th,.table > tbody > tr.danger > th,.table > tfoot > tr.danger > th { background-color: #f2dede;}.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;}.table-responsive { min-height: .01%; overflow-x: auto;}@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; }}fieldset { min-width: 0; padding: 0; margin: 0; border: 0;}legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5;}label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700;}input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}input[type="radio"],input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal;}input[type="file"] { display: block;}input[type="range"] { display: block; width: 100%;}select[multiple],select[size] { height: auto;}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;}output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555;}.form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.form-control::-moz-placeholder { color: #999; opacity: 1;}.form-control:-ms-input-placeholder { color: #999;}.form-control::-webkit-input-placeholder { color: #999;}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control { background-color: #eee; opacity: 1;}.form-control[disabled],fieldset[disabled] .form-control { cursor: not-allowed;}textarea.form-control { height: auto;}input[type="search"] { -webkit-appearance: none;}@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: 34px; } input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"] { line-height: 46px; }}.form-group { margin-bottom: 15px;}.radio,.checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px;}.radio label,.checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: 400; cursor: pointer;}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px;}.radio + .radio,.checkbox + .checkbox { margin-top: -5px;}.radio-inline,.checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer;}.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px;}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"] { cursor: not-allowed;}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline { cursor: not-allowed;}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label { cursor: not-allowed;}.form-control-static { min-height: 34px; padding-top: 7px; padding-bottom: 7px; margin-bottom: 0;}.form-control-static.input-lg,.form-control-static.input-sm { padding-right: 0; padding-left: 0;}.input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;}select.input-sm { height: 30px; line-height: 30px;}textarea.input-sm,select[multiple].input-sm { height: auto;}.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;}.form-group-sm select.form-control { height: 30px; line-height: 30px;}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control { height: auto;}.form-group-sm .form-control-static { height: 30px; min-height: 32px; padding: 6px 10px; font-size: 12px; line-height: 1.5;}.input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px;}select.input-lg { height: 46px; line-height: 46px;}textarea.input-lg,select[multiple].input-lg { height: auto;}.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px;}.form-group-lg select.form-control { height: 46px; line-height: 46px;}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control { height: auto;}.form-group-lg .form-control-static { height: 46px; min-height: 38px; padding: 11px 16px; font-size: 18px; line-height: 1.3333333;}.has-feedback { position: relative;}.has-feedback .form-control { padding-right: 42.5px;}.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none;}.input-lg + .form-control-feedback,.input-group-lg + .form-control-feedback,.form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px;}.input-sm + .form-control-feedback,.input-group-sm + .form-control-feedback,.form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px;}.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;}.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;}.has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d;}.has-success .form-control-feedback { color: #3c763d;}.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;}.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;}.has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b;}.has-warning .form-control-feedback { color: #8a6d3b;}.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;}.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075);}.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;}.has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442;}.has-error .form-control-feedback { color: #a94442;}.has-feedback label ~ .form-control-feedback { top: 25px;}.has-feedback label.sr-only ~ .form-control-feedback { top: 0;}.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;}@media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio,.form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label,.form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; }}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0;}.form-horizontal .radio,.form-horizontal .checkbox { min-height: 27px;}.form-horizontal .form-group { margin-right: -15px; margin-left: -15px;}@media (min-width: 768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; }}.form-horizontal .has-feedback .form-control-feedback { right: 15px;}@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.333333px; font-size: 18px; }}@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; }}.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px;}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {}.btn:hover,.btn:focus,.btn.focus { color: #333; text-decoration: none;}.btn:active,.btn.active {}.btn.disabled,.btn[disabled],fieldset[disabled] .btn { cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65;}a.btn.disabled,fieldset[disabled] a.btn { pointer-events: none;}.btn-default { color: #333; background-color: #fff; border-color: #ccc;}.btn-default:focus,.btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c;}.btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad;}.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad;}.btn-default:active:hover,.btn-default.active:hover,.open > .dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open > .dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c;}.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default { background-image: none;}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc;}.btn-default .badge { color: #fff; background-color: #333;}.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4;}.btn-primary:focus,.btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40;}.btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74;}.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74;}.btn-primary:active:hover,.btn-primary.active:hover,.open > .dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open > .dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40;}.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary { background-image: none;}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active { background-color: #337ab7; border-color: #2e6da4;}.btn-primary .badge { color: #337ab7; background-color: #fff;}.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c;}.btn-success:focus,.btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625;}.btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439;}.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439;}.btn-success:active:hover,.btn-success.active:hover,.open > .dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open > .dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625;}.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success { background-image: none;}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c;}.btn-success .badge { color: #5cb85c; background-color: #fff;}.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da;}.btn-info:focus,.btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85;}.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc;}.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc;}.btn-info:active:hover,.btn-info.active:hover,.open > .dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open > .dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85;}.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info { background-image: none;}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da;}.btn-info .badge { color: #5bc0de; background-color: #fff;}.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236;}.btn-warning:focus,.btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d;}.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512;}.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512;}.btn-warning:active:hover,.btn-warning.active:hover,.open > .dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open > .dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d;}.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning { background-image: none;}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236;}.btn-warning .badge { color: #f0ad4e; background-color: #fff;}.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a;}.btn-danger:focus,.btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19;}.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925;}.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925;}.btn-danger:active:hover,.btn-danger.active:hover,.open > .dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open > .dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19;}.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger { background-image: none;}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a;}.btn-danger .badge { color: #d9534f; background-color: #fff;}.btn-link { font-weight: 400; color: #337ab7; border-radius: 0;}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none;}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active { border-color: transparent;}.btn-link:hover,.btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent;}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none;}.btn-lg,.btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px;}.btn-sm,.btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;}.btn-xs,.btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px;}.btn-block { display: block; width: 100%;}.btn-block + .btn-block { margin-top: 5px;}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block { width: 100%;}.fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear;}.fade.in { opacity: 1;}.collapse { display: none;}.collapse.in { display: block;}tr.collapse.in { display: table-row;}tbody.collapse.in { display: table-row-group;}.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height,visibility; -o-transition-property: height,visibility; transition-property: height,visibility;}.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;}.dropup,.dropdown { position: relative;}.dropdown-toggle:focus { outline: 0;}.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; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175);}.dropdown-menu.pull-right { right: 0; left: auto;}.dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5;}.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: 400; line-height: 1.42857143; color: #333; white-space: nowrap;}.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5;}.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0;}.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus { color: #777;}.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);}.open > .dropdown-menu { display: block;}.open > a { outline: 0;}.dropdown-menu-right { right: 0; left: auto;}.dropdown-menu-left { right: auto; left: 0;}.dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap;}.dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990;}.pull-right > .dropdown-menu { right: 0; left: auto;}.dropup .caret,.navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px solid;}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px;}@media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; }}.btn-group,.btn-group-vertical { position: relative; display: inline-block; vertical-align: middle;}.btn-group > .btn,.btn-group-vertical > .btn { position: relative; float: left;}.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active { z-index: 2;}.btn-group .btn + .btn,.btn-group .btn + .btn-group,.btn-group .btn-group + .btn,.btn-group .btn-group + .btn-group { margin-left: -1px;}.btn-toolbar { margin-left: -5px;}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group { float: left;}.btn-toolbar > .btn,.btn-toolbar > .btn-group,.btn-toolbar > .input-group { margin-left: 5px;}.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0;}.btn-group > .btn:first-child { margin-left: 0;}.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0;}.btn-group > .btn:last-child:not(:first-child),.btn-group > .dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0;}.btn-group > .btn-group { float: left;}.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0;}.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0;}.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle { outline: 0;}.btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px;}.btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px;}.btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}.btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none;}.btn .caret { margin-left: 0;}.btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0;}.dropup .btn-lg .caret { border-width: 0 5px 5px;}.btn-group-vertical > .btn,.btn-group-vertical > .btn-group,.btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%;}.btn-group-vertical > .btn-group > .btn { float: none;}.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;}.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0;}.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}.btn-group-vertical > .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px;}.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0;}.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;}.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0;}.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate;}.btn-group-justified > .btn,.btn-group-justified > .btn-group { display: table-cell; float: none; width: 1%;}.btn-group-justified > .btn-group .btn { width: 100%;}.btn-group-justified > .btn-group .dropdown-menu { left: auto;}[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0,0,0,0); pointer-events: none;}.input-group { position: relative; display: table; border-collapse: separate;}.input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0;}.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0;}.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.3333333; border-radius: 6px;}select.input-group-lg > .form-control,select.input-group-lg > .input-group-addon,select.input-group-lg > .input-group-btn > .btn { height: 46px; line-height: 46px;}textarea.input-group-lg > .form-control,textarea.input-group-lg > .input-group-addon,textarea.input-group-lg > .input-group-btn > .btn,select[multiple].input-group-lg > .form-control,select[multiple].input-group-lg > .input-group-addon,select[multiple].input-group-lg > .input-group-btn > .btn { height: auto;}.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;}select.input-group-sm > .form-control,select.input-group-sm > .input-group-addon,select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px;}textarea.input-group-sm > .form-control,textarea.input-group-sm > .input-group-addon,textarea.input-group-sm > .input-group-btn > .btn,select[multiple].input-group-sm > .form-control,select[multiple].input-group-sm > .input-group-addon,select[multiple].input-group-sm > .input-group-btn > .btn { height: auto;}.input-group-addon,.input-group-btn,.input-group .form-control { display: table-cell;}.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;}.input-group-addon,.input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle;}.input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: 400; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px;}.input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px;}.input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px;}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] { margin-top: 0;}.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-top-right-radius: 0; border-bottom-right-radius: 0;}.input-group-addon:first-child { border-right: 0;}.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-top-left-radius: 0; border-bottom-left-radius: 0;}.input-group-addon:last-child { border-left: 0;}.input-group-btn { position: relative; font-size: 0; white-space: nowrap;}.input-group-btn > .btn { position: relative;}.input-group-btn > .btn + .btn { margin-left: -1px;}.input-group-btn > .btn:hover,.input-group-btn > .btn:focus,.input-group-btn > .btn:active { z-index: 2;}.input-group-btn:first-child > .btn,.input-group-btn:first-child > .btn-group { margin-right: -1px;}.input-group-btn:last-child > .btn,.input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px;}.nav { padding-left: 0; margin-bottom: 0; list-style: none;}.nav > li { position: relative; display: block;}.nav > li > a { position: relative; display: block; padding: 10px 15px;}.nav > li > a:hover,.nav > li > a:focus {}.nav > li.disabled > a { color: #777;}.nav > li.disabled > a:hover,.nav > li.disabled > a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent;}.nav .open > a,.nav .open > a:hover,.nav .open > a:focus { background-color: #eee; border-color: #337ab7;}.nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5;}.nav > li > a > img { max-width: none;}.nav-tabs { border-bottom: 1px solid #ddd;}.nav-tabs > li { float: left; margin-bottom: -1px;}.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0;}.nav-tabs > li > a:hover { border-color: #eee #eee #ddd;}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent;}.nav-tabs.nav-justified { width: 100%; border-bottom: 0;}.nav-tabs.nav-justified > li { float: none;}.nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center;}.nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto;}@media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; }}.nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px;}.nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd;}@media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified > .active > a,.nav-tabs.nav-justified > .active > a:hover,.nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; }}.nav-pills > li { float: left;}.nav-pills > li > a { border-radius: 4px;}.nav-pills > li + li { margin-left: 2px;}.nav-pills > li.active > a,.nav-pills > li.active > a:hover,.nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7;}.nav-stacked > li { float: none;}.nav-stacked > li + li { margin-top: 2px; margin-left: 0;}.nav-justified { width: 100%;}.nav-justified > li { float: none;}.nav-justified > li > a { margin-bottom: 5px; text-align: center;}.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto;}@media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; }}.nav-tabs-justified { border-bottom: 0;}.nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px;}.nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus { border: 1px solid #ddd;}@media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a,.nav-tabs-justified > .active > a:hover,.nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; }}.tab-content > .tab-pane { display: none;}.tab-content > .active { display: block;}.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0;}.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent;}@media (min-width: 768px) { .navbar { border-radius: 4px; }}@media (min-width: 768px) { .navbar-header { float: left; }}.navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1);}.navbar-collapse.in { overflow-y: auto;}@media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse { }}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse { max-height: 340px;}@media (max-device-width: 480px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse { max-height: 200px; }}.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px;}@media (min-width: 768px) { .container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; }}.navbar-static-top { z-index: 1000; border-width: 0 0 1px;}@media (min-width: 768px) { .navbar-static-top { border-radius: 0; }}.navbar-fixed-top,.navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030;}@media (min-width: 768px) { .navbar-fixed-top,.navbar-fixed-bottom { border-radius: 0; }}.navbar-fixed-top { top: 0; border-width: 0 0 1px;}.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0;}.navbar-brand { float: left; height: 100%; padding: 0 15px; font-size: 18px; line-height: 20px;}.navbar-brand:hover,.navbar-brand:focus { text-decoration: none;}.navbar-brand > img { display: block; height: 100%;}@media (min-width: 768px) { .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand { margin-left: -15px; }}.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px;}.navbar-toggle:focus { outline: 0;}.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px;}.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px;}@media (min-width: 768px) { .navbar-toggle { display: none; }}.navbar-nav { margin: 7.5px -15px;}.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px;}@media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a,.navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; }}@media (min-width: 768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; margin-left: 20px; } .navbar-nav > li > a { padding: 15px 25px; font-size: 16px; color: #fff; }}.navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);}@media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio,.navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label,.navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; }}@media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; }}@media (min-width: 768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; }}.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0;}.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}.navbar-btn { margin-top: 8px; margin-bottom: 8px;}.navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px;}.navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px;}.navbar-text { margin-top: 15px; margin-bottom: 15px;}@media (min-width: 768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; }}@media (min-width: 768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; } .navbar-right ~ .navbar-right { margin-right: 0; }}.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7;}.navbar-default .navbar-brand { color: #777;}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent;}.navbar-default .navbar-text { color: #777;}.navbar-default .navbar-nav > li > a { color: #777;}.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus {}.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {}.navbar-default .navbar-nav > .disabled > a,.navbar-default .navbar-nav > .disabled > a:hover,.navbar-default .navbar-nav > .disabled > a:focus {}.navbar-default .navbar-toggle { border-color: #ddd;}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus { background-color: #ddd;}.navbar-default .navbar-toggle .icon-bar { background-color: #888;}.navbar-default .navbar-collapse,.navbar-default .navbar-form { border-color: #e7e7e7;}.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a:focus {}@media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { } .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 { } .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 { }}.navbar-default .navbar-link { color: #777;}.navbar-default .navbar-link:hover { color: #333;}.navbar-default .btn-link { color: #777;}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus { color: #333;}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc;}.navbar-inverse { background-color: #222; border-color: #080808;}.navbar-inverse .navbar-brand { color: #9d9d9d;}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent;}.navbar-inverse .navbar-text { color: #9d9d9d;}.navbar-inverse .navbar-nav > li > a { color: #9d9d9d;}.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent;}.navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808;}.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;}.navbar-inverse .navbar-toggle { border-color: #333;}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus { background-color: #333;}.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff;}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form { border-color: #101010;}.navbar-inverse .navbar-nav > .open > a,.navbar-inverse .navbar-nav > .open > a:hover,.navbar-inverse .navbar-nav > .open > a:focus { color: #fff; background-color: #080808;}@media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .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; } .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: #080808; } .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; }}.navbar-inverse .navbar-link { color: #9d9d9d;}.navbar-inverse .navbar-link:hover { color: #fff;}.navbar-inverse .btn-link { color: #9d9d9d;}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus { color: #fff;}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444;}.breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px;}.breadcrumb > li { display: inline-block;}.breadcrumb > li + li:before { padding: 0 5px; color: #ccc; content: "/\00a0";}.breadcrumb > .active { color: #777;}.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px;}.pagination > li { display: inline;}.pagination > li > a,.pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd;}.pagination > li:first-child > a,.pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px;}.pagination > li:last-child > a,.pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px;}.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus { z-index: 3; color: #23527c; background-color: #eee; border-color: #ddd;}.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus { z-index: 2; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7;}.pagination > .disabled > span,.pagination > .disabled > span:hover,.pagination > .disabled > span:focus,.pagination > .disabled > a,.pagination > .disabled > a:hover,.pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd;}.pagination-lg > li > a,.pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333;}.pagination-lg > li:first-child > a,.pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px;}.pagination-lg > li:last-child > a,.pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px;}.pagination-sm > li > a,.pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5;}.pagination-sm > li:first-child > a,.pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px;}.pagination-sm > li:last-child > a,.pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px;}.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none;}.pager li { display: inline;}.pager li > a,.pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px;}.pager li > a:hover,.pager li > a:focus { text-decoration: none; background-color: #eee;}.pager .next > a,.pager .next > span { float: right;}.pager .previous > a,.pager .previous > span { float: left;}.pager .disabled > a,.pager .disabled > a:hover,.pager .disabled > a:focus,.pager .disabled > span { color: #777; cursor: not-allowed; background-color: #fff;}.label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em;}a.label:hover,a.label:focus { color: #fff; text-decoration: none; cursor: pointer;}.label:empty { display: none;}.btn .label { position: relative; top: -1px;}.label-default { background-color: #777;}.label-default[href]:hover,.label-default[href]:focus { background-color: #5e5e5e;}.label-primary { background-color: #337ab7;}.label-primary[href]:hover,.label-primary[href]:focus { background-color: #286090;}.label-success { background-color: #5cb85c;}.label-success[href]:hover,.label-success[href]:focus { background-color: #449d44;}.label-info { background-color: #5bc0de;}.label-info[href]:hover,.label-info[href]:focus { background-color: #31b0d5;}.label-warning { background-color: #f0ad4e;}.label-warning[href]:hover,.label-warning[href]:focus { background-color: #ec971f;}.label-danger { background-color: #d9534f;}.label-danger[href]:hover,.label-danger[href]:focus { background-color: #c9302c;}.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #777; border-radius: 10px;}.badge:empty { display: none;}.btn .badge { position: relative; top: -1px;}.btn-xs .badge,.btn-group-xs > .btn .badge { top: 0; padding: 1px 5px;}a.badge:hover,a.badge:focus { color: #fff; text-decoration: none; cursor: pointer;}.list-group-item.active > .badge,.nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff;}.list-group-item > .badge { float: right;}.list-group-item > .badge + .badge { margin-right: 5px;}.nav-pills > li > a > .badge { margin-left: 3px;}.jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eee;}.jumbotron h1,.jumbotron .h1 { color: inherit;}.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200;}.jumbotron > hr { border-top-color: #d5d5d5;}.container .jumbotron,.container-fluid .jumbotron { border-radius: 6px;}.jumbotron .container { max-width: 100%;}@media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron,.container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1,.jumbotron .h1 { font-size: 63px; }}.thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out;}.thumbnail > img,.thumbnail a > img { margin-right: auto; margin-left: auto;}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active { border-color: #337ab7;}.thumbnail .caption { padding: 9px; color: #333;}.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px;}.alert h4 { margin-top: 0; color: inherit;}.alert .alert-link { font-weight: 700;}.alert > p,.alert > ul { margin-bottom: 0;}.alert > p + p { margin-top: 5px;}.alert-dismissable,.alert-dismissible { padding-right: 35px;}.alert-dismissable .close,.alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit;}.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;}.alert-success hr { border-top-color: #c9e2b3;}.alert-success .alert-link { color: #2b542c;}.alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1;}.alert-info hr { border-top-color: #a6e1ec;}.alert-info .alert-link { color: #245269;}.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc;}.alert-warning hr { border-top-color: #f7e1b5;}.alert-warning .alert-link { color: #66512c;}.alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1;}.alert-danger hr { border-top-color: #e4b9c0;}.alert-danger .alert-link { color: #843534;}@-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; }}@-o-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; }}@keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; }}.progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1);}.progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease;}.progress-striped .progress-bar,.progress-bar-striped { background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px;}.progress.active .progress-bar,.progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;}.progress-bar-success { background-color: #5cb85c;}.progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-info { background-color: #5bc0de;}.progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-warning { background-color: #f0ad4e;}.progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-danger { background-color: #d9534f;}.progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.media { margin-top: 15px;}.media:first-child { margin-top: 0;}.media,.media-body { overflow: hidden; zoom: 1;}.media-body { width: 10000px;}.media-object { display: block;}.media-object.img-thumbnail { max-width: none;}.media-right,.media > .pull-right { padding-left: 10px;}.media-left,.media > .pull-left { padding-right: 10px;}.media-left,.media-right,.media-body { display: table-cell; vertical-align: top;}.media-middle { vertical-align: middle;}.media-bottom { vertical-align: bottom;}.media-heading { margin-top: 0; margin-bottom: 5px;}.media-list { padding-left: 0; list-style: none;}.list-group { padding-left: 0; margin-bottom: 20px;}.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd;}.list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px;}.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;}a.list-group-item,button.list-group-item { color: #555;}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading { color: #333;}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5;}button.list-group-item { width: 100%; text-align: left;}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus { color: #777; cursor: not-allowed; background-color: #eee;}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading { color: inherit;}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text { color: #777;}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7;}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading > small,.list-group-item.active:hover .list-group-item-heading > small,.list-group-item.active:focus .list-group-item-heading > small,.list-group-item.active .list-group-item-heading > .small,.list-group-item.active:hover .list-group-item-heading > .small,.list-group-item.active:focus .list-group-item-heading > .small { color: inherit;}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text { color: #c7ddef;}.list-group-item-success { color: #3c763d; background-color: #dff0d8;}a.list-group-item-success,button.list-group-item-success { color: #3c763d;}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading { color: inherit;}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6;}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d;}.list-group-item-info { color: #31708f; background-color: #d9edf7;}a.list-group-item-info,button.list-group-item-info { color: #31708f;}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading { color: inherit;}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3;}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f;}.list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3;}a.list-group-item-warning,button.list-group-item-warning { color: #8a6d3b;}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading { color: inherit;}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc;}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b;}.list-group-item-danger { color: #a94442; background-color: #f2dede;}a.list-group-item-danger,button.list-group-item-danger { color: #a94442;}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading { color: inherit;}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc;}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442;}.list-group-item-heading { margin-top: 0; margin-bottom: 5px;}.list-group-item-text { margin-bottom: 0; line-height: 1.3;}.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); box-shadow: 0 1px 1px rgba(0,0,0,.05);}.panel-body { padding: 15px;}.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px;}.panel-heading > .dropdown .dropdown-toggle { color: inherit;}.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit;}.panel-title > a,.panel-title > small,.panel-title > .small,.panel-title > small > a,.panel-title > .small > a { color: inherit;}.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.panel > .list-group,.panel > .panel-collapse > .list-group { margin-bottom: 0;}.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0;}.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px;}.panel > .list-group:last-child .list-group-item:last-child,.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0;}.panel-heading + .list-group .list-group-item:first-child { border-top-width: 0;}.list-group + .panel-footer { border-top-width: 0;}.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table { margin-bottom: 0;}.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .table caption { padding-right: 15px; padding-left: 15px;}.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px;}.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px;}.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 3px;}.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 3px;}.panel > .table:last-child,.panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.panel > .table:last-child > tbody:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 3px;}.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 3px;}.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body { border-top: 1px solid #ddd;}.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td { border-top: 0;}.panel > .table-bordered,.panel > .table-responsive > .table-bordered { border: 0;}.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0;}.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0;}.panel > .table-bordered > thead > tr:first-child > td,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0;}.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0;}.panel > .table-responsive { margin-bottom: 0; border: 0;}.panel-group { margin-bottom: 20px;}.panel-group .panel { margin-bottom: 0; border-radius: 4px;}.panel-group .panel + .panel { margin-top: 5px;}.panel-group .panel-heading { border-bottom: 0;}.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd;}.panel-group .panel-footer { border-top: 0;}.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd;}.panel-default { border-color: #ddd;}.panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd;}.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd;}.panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333;}.panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd;}.panel-primary { border-color: #337ab7;}.panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7;}.panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7;}.panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff;}.panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7;}.panel-success { border-color: #d6e9c6;}.panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;}.panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6;}.panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d;}.panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6;}.panel-info { border-color: #bce8f1;}.panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1;}.panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1;}.panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f;}.panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1;}.panel-warning { border-color: #faebcc;}.panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc;}.panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc;}.panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b;}.panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc;}.panel-danger { border-color: #ebccd1;}.panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1;}.panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1;}.panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442;}.panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1;}.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden;}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}.embed-responsive-16by9 { padding-bottom: 56.25%;}.embed-responsive-4by3 { padding-bottom: 75%;}.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05); box-shadow: inset 0 1px 1px rgba(0,0,0,.05);}.well blockquote { border-color: #ddd; border-color: rgba(0,0,0,.15);}.well-lg { padding: 24px; border-radius: 6px;}.well-sm { padding: 9px; border-radius: 3px;}.close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2;}.close:hover,.close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5;}button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0;}.modal-open { overflow: hidden;}.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9550; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0;}.modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0,-25%); -ms-transform: translate(0,-25%); -o-transform: translate(0,-25%); transform: translate(0,-25%);}.modal.in .modal-dialog { -webkit-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); transform: translate(0,0);}.modal-open .modal { overflow-x: hidden; overflow-y: auto;}.modal-dialog { position: relative; width: auto; margin: 10px;}.modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0,0,0,.2); border-radius: 0; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); box-shadow: 0 3px 9px rgba(0,0,0,.5);}.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9549; background-color: #000;}.modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0;}.modal-backdrop.in { filter: alpha(opacity=90); opacity: .9;}.modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5;}.modal-header .close { margin-top: -2px;}.modal-title { margin: 0; line-height: 1.42857143;}.modal-body { position: relative; padding: 15px;}.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5;}.modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px;}.modal-footer .btn-group .btn + .btn { margin-left: -1px;}.modal-footer .btn-block + .btn-block { margin-left: 0;}.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll;}@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5); box-shadow: 0 5px 15px rgba(0,0,0,.5); } .modal-sm { width: 300px; }}@media (min-width: 992px) { .modal-lg { width: 900px; }}.tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; font-style: normal; font-weight: 400; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; filter: alpha(opacity=0); opacity: 0; line-break: auto;}.tooltip.in { filter: alpha(opacity=90); opacity: .9;}.tooltip.top { padding: 5px 0; margin-top: -3px;}.tooltip.right { padding: 0 5px; margin-left: 3px;}.tooltip.bottom { padding: 5px 0; margin-top: 3px;}.tooltip.left { padding: 0 5px; margin-left: -3px;}.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px;}.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid;}.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000;}.tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;}.tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000;}.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000;}.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000;}.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}.tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}.tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000;}.popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: 400; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; word-wrap: normal; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); line-break: auto;}.popover.top { margin-top: -10px;}.popover.right { margin-left: 10px;}.popover.bottom { margin-top: 10px;}.popover.left { margin-left: -10px;}.popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0;}.popover-content { padding: 9px 14px;}.popover > .arrow,.popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid;}.popover > .arrow { border-width: 11px;}.popover > .arrow:after { content: ""; border-width: 10px;}.popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0,0,0,.25); border-bottom-width: 0;}.popover.top > .arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0;}.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0,0,0,.25); border-left-width: 0;}.popover.right > .arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0;}.popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0,0,0,.25);}.popover.bottom > .arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff;}.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0,0,0,.25);}.popover.left > .arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff;}.carousel { position: relative;}.carousel-inner { position: relative; width: 100%; overflow: hidden;}.carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left;}.carousel-inner > .item > img,.carousel-inner > .item > a > img { line-height: 1;}@media all and (transform-3d),(-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next,.carousel-inner > .item.active.right { left: 0; -webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); } .carousel-inner > .item.prev,.carousel-inner > .item.active.left { left: 0; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); } .carousel-inner > .item.next.left,.carousel-inner > .item.prev.right,.carousel-inner > .item.active { left: 0; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }}.carousel-inner > .active,.carousel-inner > .next,.carousel-inner > .prev { display: block;}.carousel-inner > .active { left: 0;}.carousel-inner > .next,.carousel-inner > .prev { position: absolute; top: 0; width: 100%;}.carousel-inner > .next { left: 100%;}.carousel-inner > .prev { left: -100%;}.carousel-inner > .next.left,.carousel-inner > .prev.right { left: 0;}.carousel-inner > .active.left { left: -100%;}.carousel-inner > .active.right { left: 100%;}.carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6); filter: alpha(opacity=50); opacity: .5;}.carousel-control.left { background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%); background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%); background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))); background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1); background-repeat: repeat-x;}.carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%); background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%); background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1); background-repeat: repeat-x;}.carousel-control:hover,.carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9;}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px;}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px;}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px;}.carousel-control .icon-prev,.carousel-control .icon-next { width: 20px; height: 20px; font-family: serif; line-height: 1;}.carousel-control .icon-prev:before { content: '\2039';}.carousel-control .icon-next:before { content: '\203a';}.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none;}.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0,0,0,0); border: 1px solid #fff; border-radius: 10px;}.carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff;}.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6);}.carousel-caption .btn { text-shadow: none;}@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; } .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev { margin-left: -15px; } .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next { margin-right: -15px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; }}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after { display: table; content: " ";}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after { clear: both;}.center-block { display: block; margin-right: auto; margin-left: auto;}.pull-right { float: right !important;}.pull-left { float: left !important;}.hide { display: none !important;}.show { display: block !important;}.invisible { visibility: hidden;}.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}.hidden { display: none !important;}.affix { position: fixed;}@-ms-viewport { width: device-width;}.visible-xs,.visible-sm,.visible-md,.visible-lg { display: none !important;}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block { display: none !important;}@media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs,td.visible-xs { display: table-cell !important; }}@media (max-width: 767px) { .visible-xs-block { display: block !important; }}@media (max-width: 767px) { .visible-xs-inline { display: inline !important; }}@media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; }}@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm,td.visible-sm { display: table-cell !important; }}@media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; }}@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; }}@media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; }}@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md,td.visible-md { display: table-cell !important; }}@media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; }}@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; }}@media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; }}@media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg,td.visible-lg { display: table-cell !important; }}@media (min-width: 1200px) { .visible-lg-block { display: block !important; }}@media (min-width: 1200px) { .visible-lg-inline { display: inline !important; }}@media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; }}@media (max-width: 767px) { .hidden-xs { display: none !important; }}@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; }}@media (min-width: 1200px) { .hidden-lg { display: none !important; }}.visible-print { display: none !important;}@media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print,td.visible-print { display: table-cell !important; }}.visible-print-block { display: none !important;}@media print { .visible-print-block { display: block !important; }}.visible-print-inline { display: none !important;}@media print { .visible-print-inline { display: inline !important; }}.visible-print-inline-block { display: none !important;}@media print { .visible-print-inline-block { display: inline-block !important; }}@media print { .hidden-print { display: none !important; }}/*# sourceMappingURL=bootstrap.css.map */.no-padding { padding: 0 !important;}.no-margin { margin: 0 !important;}.small-pt { padding: 0 !important; padding-top: 5px !important; padding-left: 30px !important; position: relative;}
  3439. <style>
  3440. @import "http://fonts.googleapis.com/css?family=Roboto:300,400,500,700";
  3441.  
  3442. body {
  3443. font-family: 'Roboto','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
  3444. font-size: 14px;
  3445. overflow-x: hidden;
  3446. color: #2a3237;
  3447. -webkit-font-smoothing: antialiased;
  3448. -moz-osx-font-smoothing: grayscale;
  3449. }
  3450.  
  3451. .parallax {
  3452. position: absolute;
  3453. overflow: hidden;
  3454. width: 100%;
  3455. -webkit-transform: translateZ(0);
  3456. -ms-transform: translateZ(0);
  3457. transform: translateZ(0);
  3458. }
  3459.  
  3460. .parallax img {
  3461. width: 100%;
  3462. height: 100%;
  3463. }
  3464.  
  3465. /* Preloader */
  3466. .preloader {
  3467. position: fixed;
  3468. z-index: 9999;
  3469. width: 100%;
  3470. height: 100%;
  3471. background-color: #fff;
  3472. }
  3473.  
  3474. .preloader img {
  3475. position: absolute;
  3476. top: calc(50% - 32px);
  3477. left: calc(50% - 32px);
  3478. }
  3479.  
  3480. .preloader div {
  3481. display: none;
  3482. /* Preload the Second Pricing Image */
  3483. background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
  3484. background-position: 9999px 9999px;
  3485. }
  3486.  
  3487. /* Typography */
  3488. p {
  3489. font-size: 18px;
  3490. line-height: 1.5;
  3491. color: #8a8e91;
  3492. }
  3493.  
  3494. h1,h2,h3,h4,h5,h6 {
  3495. font-family: 'Roboto','Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
  3496. position: relative;
  3497. margin: 10px 0;
  3498. }
  3499.  
  3500. h1 {
  3501. font-size: 60px;
  3502. }
  3503.  
  3504. h2 {
  3505. font-size: 48px;
  3506. }
  3507.  
  3508. h3 {
  3509. font-size: 30px;
  3510. }
  3511.  
  3512. h4 {
  3513. font-size: 24px;
  3514. }
  3515.  
  3516. h5 {
  3517. font-size: 18px;
  3518. }
  3519.  
  3520. h6 {
  3521. font-size: 16px;
  3522. }
  3523.  
  3524. ul.white-list {
  3525. padding: 0;
  3526. list-style-type: none;
  3527. }
  3528.  
  3529. ul.white-list li {
  3530. font-size: 18px;
  3531. margin: 10px 0;
  3532. color: #fff;
  3533. }
  3534.  
  3535. ul.white-list li:before {
  3536. content: ' ';
  3537. position: relative;
  3538. top: -3px;
  3539. display: inline-block;
  3540. width: 6px;
  3541. height: 6px;
  3542. margin-right: 15px;
  3543. background: #fff;
  3544. }
  3545.  
  3546. header {
  3547. position: relative;
  3548. width: 100%;
  3549. color: #fff;
  3550. background: rgba(28,36,65,0.93);
  3551. background: url(../img/header.jpg);
  3552. background-size: cover;
  3553. }
  3554.  
  3555. header .table {
  3556. display: table;
  3557. height: 100%;
  3558. }
  3559.  
  3560. header .container {
  3561. height: 100%;
  3562. }
  3563.  
  3564. header .header-text {
  3565. display: table-cell;
  3566. text-align: center;
  3567. vertical-align: middle;
  3568. color: #fff;
  3569. }
  3570.  
  3571. header .typed {
  3572. display: inline-block;
  3573. margin: 0;
  3574. }
  3575.  
  3576. header .typed-cursor {
  3577. font-size: 60px;
  3578. display: inline-block;
  3579. margin: 0 10px;
  3580. color: #00a8ff;
  3581. -webkit-animation-name: flash;
  3582. animation-name: flash;
  3583. -webkit-animation-duration: 1s;
  3584. animation-duration: 1s;
  3585. -webkit-animation-iteration-count: infinite;
  3586. animation-iteration-count: infinite;
  3587. }
  3588.  
  3589. a {
  3590. text-decoration: none;
  3591. color: #00a8ff;
  3592. -webkit-transition: all .3s ease;
  3593. transition: all .3s ease;
  3594. }
  3595.  
  3596. /* Navigation Bar ( Navbar ) */
  3597. nav.navbar {
  3598. position: absolute;
  3599. z-index: 9500;
  3600. width: 100%;
  3601. width: 100vw;
  3602. -webkit-transition: all .3s ease;
  3603. transition: all .3s ease;
  3604. }
  3605.  
  3606. nav.navbar .navbar-nav li.active a:not(.btn) {
  3607. color: #00a8ff !important;
  3608. }
  3609.  
  3610. nav.navbar-fixed-top {
  3611. z-index: 9499;
  3612. top: 0;
  3613. padding: 25px 0;
  3614. opacity: 0;
  3615. background: #fff;
  3616. box-shadow: 0 4px 3px rgba(0,0,0,0.05);
  3617. }
  3618.  
  3619. nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
  3620. color: #bbb;
  3621. }
  3622.  
  3623. .icon-bar {
  3624. background: #bbb;
  3625. }
  3626.  
  3627. /* Buttons */
  3628. .btn {
  3629. font-size: 18px;
  3630. display: inline-block;
  3631. padding: 15px 30px;
  3632. color: #fff;
  3633. border: 2px solid transparent;
  3634. border-radius: 2px;
  3635. background: transparent;
  3636. -webkit-transition: all .3s ease;
  3637. transition: all .3s ease;
  3638. }
  3639.  
  3640. .btn:hover,.btn:focus {
  3641. color: #fff;
  3642. }
  3643.  
  3644. .btn.btn-blue {
  3645. background: #00a8ff;
  3646. }
  3647.  
  3648. .btn.btn-blue:hover {
  3649. background: #31b9ff;
  3650. }
  3651.  
  3652. .btn.btn-blue-fill {
  3653. color: #00a8ff;
  3654. border-color: #00a8ff;
  3655. background: transparent;
  3656. }
  3657.  
  3658. .btn.btn-blue-fill:hover {
  3659. color: #fff;
  3660. background: #00a8ff;
  3661. }
  3662.  
  3663. .btn.btn-white-fill {
  3664. color: #fff;
  3665. border-color: #fff;
  3666. background: transparent;
  3667. }
  3668.  
  3669. .btn.btn-white-fill:hover {
  3670. color: #00a8ff;
  3671. background: #fff;
  3672. }
  3673.  
  3674. .btn.btn-gray-fill {
  3675. color: #fff;
  3676. border-color: #fff;
  3677. background: transparent;
  3678. }
  3679.  
  3680. .btn.btn-gray-fill:hover {
  3681. border-color: #bbb;
  3682. background: #bbb;
  3683. }
  3684.  
  3685. /* Blink Cursor */
  3686. .blink {
  3687. position: relative;
  3688. top: 4px;
  3689. display: inline-block;
  3690. width: 4px;
  3691. height: 50px;
  3692. height: 5vh;
  3693. margin: 0 10px;
  3694. }
  3695.  
  3696. .navbar {
  3697. top: 50px;
  3698. }
  3699.  
  3700. .container {
  3701. position: relative;
  3702. z-index: 1;
  3703. }
  3704.  
  3705. /* Sections */
  3706. section {
  3707. position: relative;
  3708. }
  3709.  
  3710. .section {
  3711. padding: 40px 0;
  3712. background: #fff;
  3713. }
  3714.  
  3715. .section-padded {
  3716. padding: 140px 0 40px;
  3717. }
  3718.  
  3719. .cut-top {
  3720. content: ' ';
  3721. position: absolute;
  3722. z-index: 1;
  3723. top: -80px;
  3724. left: 0;
  3725. width: 0;
  3726. height: 0;
  3727. border-top: 80px solid transparent;
  3728. border-right: 30px solid #fff;
  3729. }
  3730.  
  3731. .cut-bottom {
  3732. content: ' ';
  3733. position: absolute;
  3734. z-index: 1;
  3735. bottom: -80px;
  3736. left: 0;
  3737. width: 0;
  3738. height: 0;
  3739. border-bottom: 80px solid transparent;
  3740. border-left: 30px solid #fff;
  3741. }
  3742.  
  3743. .intro-tables {
  3744. top: -130px;
  3745. position: relative;
  3746. }
  3747.  
  3748. .intro-table {
  3749. -webkit-background-size: cover;
  3750. background-size: cover;
  3751. background-repeat: repeat;
  3752. background-position: 0 0;
  3753. }
  3754.  
  3755. .intro-table-first {
  3756. background-image: url(../img/table-1.jpg);
  3757. }
  3758.  
  3759. .intro-table-hover {
  3760. -webkit-transition: background-image .3s ease,background-position .3s;
  3761. transition: background-image .3s ease,background-position .3s;
  3762. background-image: url(../img/table-2.jpg);
  3763. }
  3764.  
  3765. .intro-table-hover h4 {
  3766. -webkit-transform: translateY(170px);
  3767. transform: translateY(170px);
  3768. -webkit-transition: -webkit-transform .3s;
  3769. transition: transform .3s;
  3770. }
  3771.  
  3772. .intro-table-hover:hover {
  3773. background-image: url(../img/table-2-hover.jpg);
  3774. background-position: 50% 50%;
  3775. }
  3776.  
  3777. .intro-table-third {
  3778. background-image: url(../img/table-3.jpg);
  3779. }
  3780.  
  3781. .intro-table-hover .expand {
  3782. margin: 30px;
  3783. margin-top: 120px;
  3784. opacity: 0;
  3785. -webkit-transition: -webkit-transform 0.3s,opacity .3s;
  3786. transition: transform .3s ease,opacity .3s;
  3787. -webkit-transform: scale(0.6);
  3788. -ms-transform: scale(0.6);
  3789. transform: scale(0.6);
  3790. }
  3791.  
  3792. .intro-table-hover:hover h4 {
  3793. -webkit-transform: translateY(0);
  3794. transform: translateY(0);
  3795. }
  3796.  
  3797. .intro-table-hover:hover .expand {
  3798. opacity: 1;
  3799. -webkit-transform: scale(1);
  3800. -ms-transform: scale(1);
  3801. transform: scale(1);
  3802. }
  3803.  
  3804. .intro-table-hover .hide-hover {
  3805. -webkit-transition: opacity .3s ease;
  3806. transition: opacity .3s ease;
  3807. }
  3808.  
  3809. .intro-table-hover:hover .hide-hover {
  3810. opacity: 0;
  3811. }
  3812.  
  3813. .intro-tables .intro-table {
  3814. position: relative;
  3815. width: 100%;
  3816. height: 300px;
  3817. margin: 20px 0;
  3818. }
  3819.  
  3820. .intro-tables .intro-table .heading {
  3821. margin: 0;
  3822. padding: 30px;
  3823. }
  3824.  
  3825. .intro-tables .intro-table .small-heading {
  3826. margin: 0;
  3827. padding: 0 30px;
  3828. }
  3829.  
  3830. .intro-tables .intro-table .bottom {
  3831. position: absolute;
  3832. bottom: 0;
  3833. }
  3834.  
  3835. .intro-tables .intro-table .owl-schedule .schedule-row {
  3836. padding: 10px 30px;
  3837. color: #fff;
  3838. transition: all .3s ease;
  3839. }
  3840.  
  3841. .owl-schedule .schedule-row:not(:last-child) {
  3842. border-bottom: 1px solid rgba(255,255,255,0.4);
  3843. }
  3844.  
  3845. .owl-testimonials .author {
  3846. margin-top: 50px;
  3847. }
  3848.  
  3849. .ripple-effect {
  3850. position: absolute;
  3851. width: 50px;
  3852. height: 50px;
  3853. border-radius: 50%;
  3854. background: #fff;
  3855. -webkit-animation: ripple-animation 2s;
  3856. animation: ripple-animation 2s;
  3857. }
  3858.  
  3859. @-webkit-keyframes ripple-animation {
  3860. from {
  3861. opacity: .2;
  3862. -webkit-transform: scale(1);
  3863. transform: scale(1);
  3864. }
  3865.  
  3866. to {
  3867. opacity: 0;
  3868. -webkit-transform: scale(100);
  3869. transform: scale(100);
  3870. }
  3871. }
  3872.  
  3873. @keyframes ripple-animation {
  3874. from {
  3875. opacity: .2;
  3876. -webkit-transform: scale(1);
  3877. transform: scale(1);
  3878. }
  3879.  
  3880. to {
  3881. opacity: 0;
  3882. -webkit-transform: scale(100);
  3883. transform: scale(100);
  3884. }
  3885. }
  3886.  
  3887. .services {
  3888. margin: 40px 0;
  3889. }
  3890.  
  3891. .service {
  3892. width: 100%;
  3893. height: 320px;
  3894. margin: 80px 0;
  3895. text-align: center;
  3896. border: 1px solid #ddd;
  3897. -webkit-transition: all .3s ease;
  3898. transition: all .3s ease;
  3899. }
  3900.  
  3901. .service .icon-holder {
  3902. position: relative;
  3903. top: 100px;
  3904. display: inline-block;
  3905. margin-bottom: 40px;
  3906. padding: 10px;
  3907. background: #fff;
  3908. -webkit-transition: all .3s ease;
  3909. transition: all .3s ease;
  3910. }
  3911.  
  3912. .service .heading {
  3913. position: relative;
  3914. top: 80px;
  3915. -webkit-transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
  3916. transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
  3917. }
  3918.  
  3919. .service .icon-holder > img.icon {
  3920. width: 40px;
  3921. }
  3922.  
  3923. .service:hover {
  3924. border-color: #00a8ff;
  3925. }
  3926.  
  3927. .service:hover .icon-holder {
  3928. top: -30px;
  3929. }
  3930.  
  3931. .service:hover .heading {
  3932. top: -30px;
  3933. }
  3934.  
  3935. .service .description {
  3936. width: 80%;
  3937. margin: 0 auto;
  3938. opacity: 0;
  3939. -webkit-transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
  3940. transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
  3941. -webkit-transform: scale(0);
  3942. -ms-transform: scale(0);
  3943. transform: scale(0);
  3944. }
  3945.  
  3946. .service:hover .description {
  3947. opacity: 1;
  3948. -webkit-transform: scale(1);
  3949. -ms-transform: scale(1);
  3950. transform: scale(1);
  3951. }
  3952.  
  3953. .team {
  3954. margin: 80px 0;
  3955. padding-bottom: 60px;
  3956. background: #fff;
  3957. box-shadow: 0 2px 3px rgba(0,0,0,0.07);
  3958. }
  3959.  
  3960. .team .cover .overlay {
  3961. height: 250px;
  3962. padding-top: 60px;
  3963. opacity: 0;
  3964. background: rgba(0,168,255,0.9);
  3965. -webkit-transition: opacity .45s ease;
  3966. transition: opacity .45s ease;
  3967. }
  3968.  
  3969. .team:hover .cover .overlay {
  3970. opacity: 1;
  3971. }
  3972.  
  3973. .team .avatar {
  3974. position: relative;
  3975. z-index: 2;
  3976. margin-top: -60px;
  3977. border-radius: 50%;
  3978. }
  3979.  
  3980. .team .title {
  3981. margin: 50px 0;
  3982. }
  3983.  
  3984. /* Pricing */
  3985. #pricing {
  3986. background: #00a8ff url(../img/pricing1.jpg) no-repeat center center;
  3987. -webkit-background-size: cover;
  3988. background-size: cover;
  3989. -webkit-transition: background-image .6s linear .3s;
  3990. transition: background-image .6s linear .3s;
  3991. }
  3992.  
  3993. .owl-pricing img {
  3994. width: 100%;
  3995. }
  3996.  
  3997. .owl-pricing,.pricings {
  3998. margin-top: 100px;
  3999. margin-bottom: 100px;
  4000. }
  4001.  
  4002. .pricing {
  4003. position: relative;
  4004. width: 100%;
  4005. }
  4006.  
  4007. .pricings .pricing .box-main,.pricings .pricing .box-second {
  4008. position: relative;
  4009. left: 25%;
  4010. display: inline-block;
  4011. width: 50%;
  4012. height: 300px;
  4013. padding: 50px 40px;
  4014. background: #bbb;
  4015. -webkit-transition: -webkit-transform 0.3s,background-image 0.3s,opacity .3s;
  4016. transition: transform 0.3s,background-image 0.3s,opacity .3s;
  4017. -webkit-backface-visibility: hidden;
  4018. backface-visibility: hidden;
  4019. }
  4020.  
  4021. .pricings .pricing .box-main {
  4022. z-index: 10;
  4023. padding-top: 40px;
  4024. }
  4025.  
  4026. .pricings .pricing .box-main:not(.active) {
  4027. cursor: pointer;
  4028. }
  4029.  
  4030. .pricings .pricing .box-main .info-icon {
  4031. font-size: 14px;
  4032. position: absolute;
  4033. top: 20px;
  4034. right: 20px;
  4035. pointer-events: none;
  4036. opacity: 0;
  4037. color: #fff;
  4038. -webkit-transition: opacity .3s;
  4039. transition: opacity .3s;
  4040. }
  4041.  
  4042. .pricings .pricing .box-main:not(.active) .info-icon {
  4043. opacity: 1;
  4044. -webkit-transition-delay: .2s;
  4045. transition-delay: .2s;
  4046. }
  4047.  
  4048. .pricings .pricing .box-main:not(.active):hover {
  4049. background: #afafaf;
  4050. }
  4051.  
  4052. .pricings .pricing .box-main.active {
  4053. background: #00a8ff;
  4054. -webkit-transform: translateX(-99%);
  4055. -ms-transform: translateX(-99%);
  4056. transform: translateX(-99%);
  4057. }
  4058.  
  4059. .pricings .pricing .box-second {
  4060. position: absolute;
  4061. top: 0;
  4062. right: 0 !important;
  4063. left: auto;
  4064. opacity: 0;
  4065. background: #afafaf;
  4066. }
  4067.  
  4068. .pricings .pricing .box-second.active {
  4069. opacity: 1;
  4070. background: #00a8ff;
  4071. }
  4072.  
  4073. .pricings .pricing.active .box-main,.pricings .pricing .box-second {
  4074. background: #00a8ff;
  4075. }
  4076.  
  4077. .pricings .pricing .box-main a.btn {
  4078. margin-top: 50px;
  4079. }
  4080.  
  4081. .owl-twitter i.icon {
  4082. font-size: 36px;
  4083. margin-bottom: 60px;
  4084. color: #fff;
  4085. }
  4086.  
  4087. /* Footer */
  4088. footer {
  4089. padding: 140px 0 40px;
  4090. background: url(../img/footer.jpg);
  4091. -webkit-background-size: cover;
  4092. background-size: cover;
  4093. }
  4094.  
  4095. footer .trial-button {
  4096. overflow: hidden !important;
  4097. margin: 40px 0;
  4098. }
  4099.  
  4100. footer .open-blink {
  4101. content: ' ';
  4102. position: relative;
  4103. display: inline-block;
  4104. width: 14px;
  4105. height: 14px;
  4106. margin: 0 20px;
  4107. border-radius: 50%;
  4108. background-color: #4caf50;
  4109. -webkit-animation-name: flash;
  4110. animation-name: flash;
  4111. -webkit-animation-duration: 1s;
  4112. animation-duration: 1s;
  4113. -webkit-animation-iteration-count: infinite;
  4114. animation-iteration-count: infinite;
  4115. }
  4116.  
  4117. footer .open-blink:before {
  4118. content: ' ';
  4119. position: absolute;
  4120. top: -8px;
  4121. left: -8px;
  4122. display: inline-block;
  4123. width: 30px;
  4124. height: 30px;
  4125. opacity: .1;
  4126. border-radius: 50%;
  4127. background-color: #4caf50;
  4128. }
  4129.  
  4130. footer .opening-hours {
  4131. margin-top: 60px;
  4132. }
  4133.  
  4134. footer .bottom-footer {
  4135. margin-top: 150px;
  4136. }
  4137.  
  4138. footer .social-footer {
  4139. padding: 0;
  4140. list-style: none;
  4141. }
  4142.  
  4143. footer .social-footer li {
  4144. display: inline-block;
  4145. margin: 0 10px;
  4146. }
  4147.  
  4148. footer .social-footer li a {
  4149. font-size: 24px;
  4150. color: #fff;
  4151. }
  4152.  
  4153. footer .social-footer li:hover a {
  4154. color: #00a8ff;
  4155. }
  4156.  
  4157. /* Form Control */
  4158. .form-control {
  4159. font-size: 18px;
  4160. position: relative;
  4161. left: 0;
  4162. height: auto;
  4163. padding: 20px 30px;
  4164. border: 1px;
  4165. border-radius: 0;
  4166. box-shadow: 0;
  4167. }
  4168.  
  4169. .form-control.form-white {
  4170. color: #fff;
  4171. border: 2px solid #fff;
  4172. background: transparent;
  4173. -webkit-transition: background-color .3s;
  4174. transition: background-color .3s;
  4175. }
  4176.  
  4177. .form-control.form-white::-webkit-input-placeholder {
  4178. /* WebKit browsers */
  4179. color: #fff;
  4180. }
  4181.  
  4182. .form-control.form-white:-moz-placeholder {
  4183. opacity: 1;
  4184. /* Mozilla Firefox 4 to 18 */
  4185. color: #fff;
  4186. }
  4187.  
  4188. .form-control.form-white::-moz-placeholder {
  4189. opacity: 1;
  4190. /* Mozilla Firefox 19+ */
  4191. color: #fff;
  4192. }
  4193.  
  4194. .form-control.form-white:-ms-input-placeholder {
  4195. /* Internet Explorer 10+ */
  4196. color: #fff;
  4197. }
  4198.  
  4199. .form-control.form-white:focus {
  4200. background: rgba(255,255,255,0.2);
  4201. }
  4202.  
  4203. /* Popup */
  4204. .modal {
  4205. padding: 0 25px !important;
  4206. }
  4207.  
  4208. .modal-dialog {
  4209. width: 100%;
  4210. max-width: 560px;
  4211. margin: 0 auto;
  4212. }
  4213.  
  4214. .modal-popup {
  4215. position: relative;
  4216. padding: 45px 30px;
  4217. text-align: center;
  4218. background: url(../img/popup.jpg);
  4219. box-shadow: none;
  4220. border-radius: 2px;
  4221. }
  4222.  
  4223. .modal-popup a.close-link {
  4224. font-size: 22px;
  4225. position: absolute;
  4226. top: 20px;
  4227. right: 30px;
  4228. color: #fff;
  4229. }
  4230.  
  4231. .popup-form {
  4232. width: 90%;
  4233. max-width: 375px;
  4234. margin: 60px auto;
  4235. }
  4236.  
  4237. .popup-form .form-control {
  4238. margin: 20px 0;
  4239. }
  4240.  
  4241. .popup-form .form-control.dropdown {
  4242. text-align: left;
  4243. }
  4244.  
  4245. .popup-form .form-control.dropdown:after {
  4246. content: '\f0d7';
  4247. font-family: 'FontAwesome';
  4248. display: inline-block;
  4249. float: right;
  4250. color: #fff;
  4251. }
  4252.  
  4253. .popup-form .dropdown .dropdown-menu {
  4254. top: 65px;
  4255. width: 100%;
  4256. padding: 0;
  4257. border: 2px solid #fff;
  4258. border-top: 0;
  4259. border-radius: 0;
  4260. background: #fff;
  4261. box-shadow: none;
  4262. }
  4263.  
  4264. .popup-form .dropdown .dropdown-menu li {
  4265. font-size: 16px;
  4266. width: 100%;
  4267. background: transparent;
  4268. }
  4269.  
  4270. .popup-form .dropdown .dropdown-menu li a {
  4271. width: 100%;
  4272. padding: 15px 30px;
  4273. color: #00a8ff;
  4274. }
  4275.  
  4276. .popup-form .dropdown .dropdown-menu li:hover a {
  4277. color: #fff;
  4278. background: #00a8ff;
  4279. }
  4280.  
  4281. /* Checkbox */
  4282. .checkbox-holder {
  4283. white-space: nowrap;
  4284. }
  4285.  
  4286. .checkbox {
  4287. position: relative;
  4288. display: block;
  4289. }
  4290.  
  4291. .checkbox {
  4292. position: relative;
  4293. }
  4294.  
  4295. .checkbox label:before {
  4296. content: '';
  4297. position: absolute;
  4298. top: 0;
  4299. left: 0;
  4300. width: 20px;
  4301. height: 20px;
  4302. cursor: pointer;
  4303. border: 2px solid #fff;
  4304. background: transparent;
  4305. -webkit-transition: background-color .3s;
  4306. transition: background-color .3s;
  4307. }
  4308.  
  4309. .checkbox input[type=checkbox]:focus + label:before {
  4310. background: rgba(255,255,255,0.2);
  4311. }
  4312.  
  4313. .checkbox label:after {
  4314. content: '';
  4315. position: absolute;
  4316. top: 6px;
  4317. left: 6px;
  4318. width: 8px;
  4319. height: 8px;
  4320. opacity: 0;
  4321. background: #fff;
  4322. -webkit-transition: all .3s ease;
  4323. transition: all .3s ease;
  4324. }
  4325.  
  4326. .checkbox input[type=checkbox] {
  4327. opacity: 0;
  4328. position: absolute;
  4329. width: 0;
  4330. height: 0;
  4331. }
  4332.  
  4333. .checkbox input[type=checkbox]:checked + label:after {
  4334. opacity: 1;
  4335. }
  4336.  
  4337. .checkbox-holder span {
  4338. position: relative;
  4339. display: inline-block;
  4340. margin: 0 0 0 10px;
  4341. white-space: normal;
  4342. color: #fff;
  4343. }
  4344.  
  4345. .btn.btn-submit {
  4346. width: 100%;
  4347. margin-top: 30px;
  4348. color: #00a8ff;
  4349. border: 2px solid #fff;
  4350. background: #fff;
  4351. }
  4352.  
  4353. .btn.btn-submit:focus {
  4354. font-weight: 700;
  4355. }
  4356.  
  4357. .btn.btn-submit:hover {
  4358. color: #00a8ff;
  4359. background: #fff;
  4360. }
  4361.  
  4362. /* Mobile Nav */
  4363. .mobile-nav {
  4364. position: fixed;
  4365. z-index: 9999;
  4366. top: 0;
  4367. left: 0;
  4368. display: table;
  4369. width: 100%;
  4370. height: 100%;
  4371. text-align: center;
  4372. opacity: 0;
  4373. background: rgba(255,255,255,0.98);
  4374. -webkit-transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
  4375. transition: all 600ms cubic-bezier(0.68,-0.55,0.265,1.55);
  4376. -webkit-transform: scale(0);
  4377. -ms-transform: scale(0);
  4378. transform: scale(0);
  4379. }
  4380.  
  4381. .mobile-nav.active {
  4382. opacity: 1;
  4383. -webkit-transform: scale(1);
  4384. -ms-transform: scale(1);
  4385. transform: scale(1);
  4386. }
  4387.  
  4388. .mobile-nav ul {
  4389. display: table-cell;
  4390. padding: 0;
  4391. list-style: none;
  4392. vertical-align: middle;
  4393. }
  4394.  
  4395. .mobile-nav ul li {
  4396. margin: 25px 0;
  4397. }
  4398.  
  4399. .mobile-nav ul li a:not(.btn) {
  4400. color: #aaa;
  4401. }
  4402.  
  4403. .mobile-nav a.close-link {
  4404. font-size: 24px;
  4405. position: absolute;
  4406. bottom: 0;
  4407. left: calc(50% - 10px);
  4408. left: 0;
  4409. width: 100%;
  4410. padding: 15px 0;
  4411. color: #fff;
  4412. background: #00a8ff;
  4413. }
  4414.  
  4415. .row.title {
  4416. padding: 0 20px;
  4417. }
  4418.  
  4419. .light {
  4420. font-weight: 300;
  4421. }
  4422.  
  4423. .regular {
  4424. font-weight: 400;
  4425. }
  4426.  
  4427. .bold {
  4428. font-weight: 700;
  4429. }
  4430.  
  4431. /* Colors */
  4432. .white {
  4433. color: #fff;
  4434. }
  4435.  
  4436. .light-white {
  4437. color: rgba(255,255,255,0.5);
  4438. }
  4439.  
  4440. .white-bg {
  4441. background: #fff;
  4442. }
  4443.  
  4444. .gray-bg {
  4445. background: #f7f7f7;
  4446. }
  4447.  
  4448. .blue {
  4449. color: #00a8ff;
  4450. }
  4451.  
  4452. .blue-bg {
  4453. background: #00a8ff;
  4454. }
  4455.  
  4456. .muted {
  4457. color: #989da0;
  4458. }
  4459.  
  4460. .margin-top {
  4461. margin-top: 150px;
  4462. }
  4463.  
  4464. @media(max-width:992px) {
  4465. h1 {
  4466. font-size: 36px;
  4467. }
  4468.  
  4469. h2 {
  4470. font-size: 28px;
  4471. }
  4472.  
  4473. h3 {
  4474. font-size: 24px;
  4475. }
  4476.  
  4477. h4 {
  4478. font-size: 20px;
  4479. }
  4480.  
  4481. h5 {
  4482. font-size: 16px;
  4483. }
  4484.  
  4485. h6 {
  4486. font-size: 12px;
  4487. }
  4488.  
  4489. .section {
  4490. padding: 30px 0;
  4491. }
  4492. }
  4493.  
  4494. /* Media Queries */
  4495. @media(max-width:991px) {
  4496. .text-center-mobile {
  4497. text-align: center !important;
  4498. }
  4499. }
  4500.  
  4501. @media(max-width: 768px) {
  4502. .pricing {
  4503. margin-bottom: 30px;
  4504. }
  4505.  
  4506. .pricings .pricing .info-icon {
  4507. display: none;
  4508. }
  4509.  
  4510. .pricings .pricing .box-main,.pricings .pricing .box-second {
  4511. left: 0;
  4512. width: 100%;
  4513. padding: 50px 50px 0;
  4514. text-align: left;
  4515. background: #00a8ff;
  4516. }
  4517.  
  4518. .pricings .pricing .box-main.active {
  4519. background: #00a8ff;
  4520. -webkit-transform: translateX(0%);
  4521. -ms-transform: translateX(0%);
  4522. transform: translateX(0%);
  4523. }
  4524.  
  4525. .pricings .pricing .box-second {
  4526. position: relative;
  4527. opacity: 1;
  4528. }
  4529.  
  4530. .popup-form {
  4531. width: 100%;
  4532. margin: 60px auto;
  4533. }
  4534.  
  4535. .modal {
  4536. padding: 0 10px !important;
  4537. }
  4538.  
  4539. .popup-form .form-control:not(.dropdown):focus {
  4540. position: relative;
  4541. padding-right: 30px;
  4542. padding-left: 30px;
  4543. }
  4544. }
  4545.  
  4546. @media(max-width: 400px) {
  4547. header .typed-cursor {
  4548. display: none;
  4549. }
  4550.  
  4551. .pricings .pricing .box-second {
  4552. padding-top: 0;
  4553. }
  4554. }
  4555. </style>
  4556. <style>
  4557. @font-face {
  4558. font-family: 'ElegantIcons';
  4559. src: url(../fonts/eleganticons/ElegantIcons.eot);
  4560. src: url(../fonts/eleganticons/ElegantIcons.eot?#iefix) format("embedded-opentype"),url(../fonts/eleganticons/ElegantIcons.woff) format("woff"),url(../fonts/eleganticons/ElegantIcons.ttf) format("truetype"),url(../fonts/eleganticons/ElegantIcons.svg#ElegantIcons) format("svg");
  4561. font-weight: 400;
  4562. font-style: normal;
  4563. }
  4564.  
  4565. /* Use the following CSS code if you want to use data attributes for inserting your icons */
  4566. [data-icon]:before {
  4567. font-family: 'ElegantIcons';
  4568. content: attr(data-icon);
  4569. speak: none;
  4570. font-weight: 400;
  4571. font-variant: normal;
  4572. text-transform: none;
  4573. line-height: 1;
  4574. -webkit-font-smoothing: antialiased;
  4575. -moz-osx-font-smoothing: grayscale;
  4576. }
  4577.  
  4578. /* Use the following CSS code if you want to have a class per icon */
  4579. /*
  4580. Instead of a list of all class selectors,
  4581. you can use the generic selector below, but it's slower:
  4582. [class*="your-class-prefix"] {
  4583. */
  4584. .arrow_up,.arrow_down,.arrow_left,.arrow_right,.arrow_left-up,.arrow_right-up,.arrow_right-down,.arrow_left-down,.arrow-up-down,.arrow_up-down_alt,.arrow_left-right_alt,.arrow_left-right,.arrow_expand_alt2,.arrow_expand_alt,.arrow_condense,.arrow_expand,.arrow_move,.arrow_carrot-up,.arrow_carrot-down,.arrow_carrot-left,.arrow_carrot-right,.arrow_carrot-2up,.arrow_carrot-2down,.arrow_carrot-2left,.arrow_carrot-2right,.arrow_carrot-up_alt2,.arrow_carrot-down_alt2,.arrow_carrot-left_alt2,.arrow_carrot-right_alt2,.arrow_carrot-2up_alt2,.arrow_carrot-2down_alt2,.arrow_carrot-2left_alt2,.arrow_carrot-2right_alt2,.arrow_triangle-up,.arrow_triangle-down,.arrow_triangle-left,.arrow_triangle-right,.arrow_triangle-up_alt2,.arrow_triangle-down_alt2,.arrow_triangle-left_alt2,.arrow_triangle-right_alt2,.arrow_back,.icon_minus-06,.icon_plus,.icon_close,.icon_check,.icon_minus_alt2,.icon_plus_alt2,.icon_close_alt2,.icon_check_alt2,.icon_zoom-out_alt,.icon_zoom-in_alt,.icon_search,.icon_box-empty,.icon_box-selected,.icon_minus-box,.icon_plus-box,.icon_box-checked,.icon_circle-empty,.icon_circle-slelected,.icon_stop_alt2,.icon_stop,.icon_pause_alt2,.icon_pause,.icon_menu,.icon_menu-square_alt2,.icon_menu-circle_alt2,.icon_ul,.icon_ol,.icon_adjust-horiz,.icon_adjust-vert,.icon_document_alt,.icon_documents_alt,.icon_pencil,.icon_pencil-edit_alt,.icon_pencil-edit,.icon_folder-alt,.icon_folder-open_alt,.icon_folder-add_alt,.icon_info_alt,.icon_error-oct_alt,.icon_error-circle_alt,.icon_error-triangle_alt,.icon_question_alt2,.icon_question,.icon_comment_alt,.icon_chat_alt,.icon_vol-mute_alt,.icon_volume-low_alt,.icon_volume-high_alt,.icon_quotations,.icon_quotations_alt2,.icon_clock_alt,.icon_lock_alt,.icon_lock-open_alt,.icon_key_alt,.icon_cloud_alt,.icon_cloud-upload_alt,.icon_cloud-download_alt,.icon_image,.icon_images,.icon_lightbulb_alt,.icon_gift_alt,.icon_house_alt,.icon_genius,.icon_mobile,.icon_tablet,.icon_laptop,.icon_desktop,.icon_camera_alt,.icon_mail_alt,.icon_cone_alt,.icon_ribbon_alt,.icon_bag_alt,.icon_creditcard,.icon_cart_alt,.icon_paperclip,.icon_tag_alt,.icon_tags_alt,.icon_trash_alt,.icon_cursor_alt,.icon_mic_alt,.icon_compass_alt,.icon_pin_alt,.icon_pushpin_alt,.icon_map_alt,.icon_drawer_alt,.icon_toolbox_alt,.icon_book_alt,.icon_calendar,.icon_film,.icon_table,.icon_contacts_alt,.icon_headphones,.icon_lifesaver,.icon_piechart,.icon_refresh,.icon_link_alt,.icon_link,.icon_loading,.icon_blocked,.icon_archive_alt,.icon_heart_alt,.icon_star_alt,.icon_star-half_alt,.icon_star,.icon_star-half,.icon_tools,.icon_tool,.icon_cog,.icon_cogs,.arrow_up_alt,.arrow_down_alt,.arrow_left_alt,.arrow_right_alt,.arrow_left-up_alt,.arrow_right-up_alt,.arrow_right-down_alt,.arrow_left-down_alt,.arrow_condense_alt,.arrow_expand_alt3,.arrow_carrot_up_alt,.arrow_carrot-down_alt,.arrow_carrot-left_alt,.arrow_carrot-right_alt,.arrow_carrot-2up_alt,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left_alt,.arrow_carrot-2right_alt,.arrow_triangle-up_alt,.arrow_triangle-down_alt,.arrow_triangle-left_alt,.arrow_triangle-right_alt,.icon_minus_alt,.icon_plus_alt,.icon_close_alt,.icon_check_alt,.icon_zoom-out,.icon_zoom-in,.icon_stop_alt,.icon_menu-square_alt,.icon_menu-circle_alt,.icon_document,.icon_documents,.icon_pencil_alt,.icon_folder,.icon_folder-open,.icon_folder-add,.icon_folder_upload,.icon_folder_download,.icon_info,.icon_error-circle,.icon_error-oct,.icon_error-triangle,.icon_question_alt,.icon_comment,.icon_chat,.icon_vol-mute,.icon_volume-low,.icon_volume-high,.icon_quotations_alt,.icon_clock,.icon_lock,.icon_lock-open,.icon_key,.icon_cloud,.icon_cloud-upload,.icon_cloud-download,.icon_lightbulb,.icon_gift,.icon_house,.icon_camera,.icon_mail,.icon_cone,.icon_ribbon,.icon_bag,.icon_cart,.icon_tag,.icon_tags,.icon_trash,.icon_cursor,.icon_mic,.icon_compass,.icon_pin,.icon_pushpin,.icon_map,.icon_drawer,.icon_toolbox,.icon_book,.icon_contacts,.icon_archive,.icon_heart,.icon_profile,.icon_group,.icon_grid-2x2,.icon_grid-3x3,.icon_music,.icon_pause_alt,.icon_phone,.icon_upload,.icon_download,.social_facebook,.social_twitter,.social_pinterest,.social_googleplus,.social_tumblr,.social_tumbleupon,.social_wordpress,.social_instagram,.social_dribbble,.social_vimeo,.social_linkedin,.social_rss,.social_deviantart,.social_share,.social_myspace,.social_skype,.social_youtube,.social_picassa,.social_googledrive,.social_flickr,.social_blogger,.social_spotify,.social_delicious,.social_facebook_circle,.social_twitter_circle,.social_pinterest_circle,.social_googleplus_circle,.social_tumblr_circle,.social_stumbleupon_circle,.social_wordpress_circle,.social_instagram_circle,.social_dribbble_circle,.social_vimeo_circle,.social_linkedin_circle,.social_rss_circle,.social_deviantart_circle,.social_share_circle,.social_myspace_circle,.social_skype_circle,.social_youtube_circle,.social_picassa_circle,.social_googledrive_alt2,.social_flickr_circle,.social_blogger_circle,.social_spotify_circle,.social_delicious_circle,.social_facebook_square,.social_twitter_square,.social_pinterest_square,.social_googleplus_square,.social_tumblr_square,.social_stumbleupon_square,.social_wordpress_square,.social_instagram_square,.social_dribbble_square,.social_vimeo_square,.social_linkedin_square,.social_rss_square,.social_deviantart_square,.social_share_square,.social_myspace_square,.social_skype_square,.social_youtube_square,.social_picassa_square,.social_googledrive_square,.social_flickr_square,.social_blogger_square,.social_spotify_square,.social_delicious_square,.icon_printer,.icon_calulator,.icon_building,.icon_floppy,.icon_drive,.icon_search-2,.icon_id,.icon_id-2,.icon_puzzle,.icon_like,.icon_dislike,.icon_mug,.icon_currency,.icon_wallet,.icon_pens,.icon_easel,.icon_flowchart,.icon_datareport,.icon_briefcase,.icon_shield,.icon_percent,.icon_globe,.icon_globe-2,.icon_target,.icon_hourglass,.icon_balance,.icon_rook,.icon_printer-alt,.icon_calculator_alt,.icon_building_alt,.icon_floppy_alt,.icon_drive_alt,.icon_search_alt,.icon_id_alt,.icon_id-2_alt,.icon_puzzle_alt,.icon_like_alt,.icon_dislike_alt,.icon_mug_alt,.icon_currency_alt,.icon_wallet_alt,.icon_pens_alt,.icon_easel_alt,.icon_flowchart_alt,.icon_datareport_alt,.icon_briefcase_alt,.icon_shield_alt,.icon_percent_alt,.icon_globe_alt,.icon_clipboard {
  4585. font-family: 'ElegantIcons';
  4586. speak: none;
  4587. font-style: normal;
  4588. font-weight: 400;
  4589. font-variant: normal;
  4590. text-transform: none;
  4591. line-height: 1;
  4592. -webkit-font-smoothing: antialiased;
  4593. }
  4594.  
  4595. .arrow_up:before {
  4596. content: "\21";
  4597. }
  4598.  
  4599. .arrow_down:before {
  4600. content: "\22";
  4601. }
  4602.  
  4603. .arrow_left:before {
  4604. content: "\23";
  4605. }
  4606.  
  4607. .arrow_right:before {
  4608. content: "\24";
  4609. }
  4610.  
  4611. .arrow_left-up:before {
  4612. content: "\25";
  4613. }
  4614.  
  4615. .arrow_right-up:before {
  4616. content: "\26";
  4617. }
  4618.  
  4619. .arrow_right-down:before {
  4620. content: "\27";
  4621. }
  4622.  
  4623. .arrow_left-down:before {
  4624. content: "\28";
  4625. }
  4626.  
  4627. .arrow-up-down:before {
  4628. content: "\29";
  4629. }
  4630.  
  4631. .arrow_up-down_alt:before {
  4632. content: "\2a";
  4633. }
  4634.  
  4635. .arrow_left-right_alt:before {
  4636. content: "\2b";
  4637. }
  4638.  
  4639. .arrow_left-right:before {
  4640. content: "\2c";
  4641. }
  4642.  
  4643. .arrow_expand_alt2:before {
  4644. content: "\2d";
  4645. }
  4646.  
  4647. .arrow_expand_alt:before {
  4648. content: "\2e";
  4649. }
  4650.  
  4651. .arrow_condense:before {
  4652. content: "\2f";
  4653. }
  4654.  
  4655. .arrow_expand:before {
  4656. content: "\30";
  4657. }
  4658.  
  4659. .arrow_move:before {
  4660. content: "\31";
  4661. }
  4662.  
  4663. .arrow_carrot-up:before {
  4664. content: "\32";
  4665. }
  4666.  
  4667. .arrow_carrot-down:before {
  4668. content: "\33";
  4669. }
  4670.  
  4671. .arrow_carrot-left:before {
  4672. content: "\34";
  4673. }
  4674.  
  4675. .arrow_carrot-right:before {
  4676. content: "\35";
  4677. }
  4678.  
  4679. .arrow_carrot-2up:before {
  4680. content: "\36";
  4681. }
  4682.  
  4683. .arrow_carrot-2down:before {
  4684. content: "\37";
  4685. }
  4686.  
  4687. .arrow_carrot-2left:before {
  4688. content: "\38";
  4689. }
  4690.  
  4691. .arrow_carrot-2right:before {
  4692. content: "\39";
  4693. }
  4694.  
  4695. .arrow_carrot-up_alt2:before {
  4696. content: "\3a";
  4697. }
  4698.  
  4699. .arrow_carrot-down_alt2:before {
  4700. content: "\3b";
  4701. }
  4702.  
  4703. .arrow_carrot-left_alt2:before {
  4704. content: "\3c";
  4705. }
  4706.  
  4707. .arrow_carrot-right_alt2:before {
  4708. content: "\3d";
  4709. }
  4710.  
  4711. .arrow_carrot-2up_alt2:before {
  4712. content: "\3e";
  4713. }
  4714.  
  4715. .arrow_carrot-2down_alt2:before {
  4716. content: "\3f";
  4717. }
  4718.  
  4719. .arrow_carrot-2left_alt2:before {
  4720. content: "\40";
  4721. }
  4722.  
  4723. .arrow_carrot-2right_alt2:before {
  4724. content: "\41";
  4725. }
  4726.  
  4727. .arrow_triangle-up:before {
  4728. content: "\42";
  4729. }
  4730.  
  4731. .arrow_triangle-down:before {
  4732. content: "\43";
  4733. }
  4734.  
  4735. .arrow_triangle-left:before {
  4736. content: "\44";
  4737. }
  4738.  
  4739. .arrow_triangle-right:before {
  4740. content: "\45";
  4741. }
  4742.  
  4743. .arrow_triangle-up_alt2:before {
  4744. content: "\46";
  4745. }
  4746.  
  4747. .arrow_triangle-down_alt2:before {
  4748. content: "\47";
  4749. }
  4750.  
  4751. .arrow_triangle-left_alt2:before {
  4752. content: "\48";
  4753. }
  4754.  
  4755. .arrow_triangle-right_alt2:before {
  4756. content: "\49";
  4757. }
  4758.  
  4759. .arrow_back:before {
  4760. content: "\4a";
  4761. }
  4762.  
  4763. .icon_minus-06:before {
  4764. content: "\4b";
  4765. }
  4766.  
  4767. .icon_plus:before {
  4768. content: "\4c";
  4769. }
  4770.  
  4771. .icon_close:before {
  4772. content: "\4d";
  4773. }
  4774.  
  4775. .icon_check:before {
  4776. content: "\4e";
  4777. }
  4778.  
  4779. .icon_minus_alt2:before {
  4780. content: "\4f";
  4781. }
  4782.  
  4783. .icon_plus_alt2:before {
  4784. content: "\50";
  4785. }
  4786.  
  4787. .icon_close_alt2:before {
  4788. content: "\51";
  4789. }
  4790.  
  4791. .icon_check_alt2:before {
  4792. content: "\52";
  4793. }
  4794.  
  4795. .icon_zoom-out_alt:before {
  4796. content: "\53";
  4797. }
  4798.  
  4799. .icon_zoom-in_alt:before {
  4800. content: "\54";
  4801. }
  4802.  
  4803. .icon_search:before {
  4804. content: "\55";
  4805. }
  4806.  
  4807. .icon_box-empty:before {
  4808. content: "\56";
  4809. }
  4810.  
  4811. .icon_box-selected:before {
  4812. content: "\57";
  4813. }
  4814.  
  4815. .icon_minus-box:before {
  4816. content: "\58";
  4817. }
  4818.  
  4819. .icon_plus-box:before {
  4820. content: "\59";
  4821. }
  4822.  
  4823. .icon_box-checked:before {
  4824. content: "\5a";
  4825. }
  4826.  
  4827. .icon_circle-empty:before {
  4828. content: "\5b";
  4829. }
  4830.  
  4831. .icon_circle-slelected:before {
  4832. content: "\5c";
  4833. }
  4834.  
  4835. .icon_stop_alt2:before {
  4836. content: "\5d";
  4837. }
  4838.  
  4839. .icon_stop:before {
  4840. content: "\5e";
  4841. }
  4842.  
  4843. .icon_pause_alt2:before {
  4844. content: "\5f";
  4845. }
  4846.  
  4847. .icon_pause:before {
  4848. content: "\60";
  4849. }
  4850.  
  4851. .icon_menu:before {
  4852. content: "\61";
  4853. }
  4854.  
  4855. .icon_menu-square_alt2:before {
  4856. content: "\62";
  4857. }
  4858.  
  4859. .icon_menu-circle_alt2:before {
  4860. content: "\63";
  4861. }
  4862.  
  4863. .icon_ul:before {
  4864. content: "\64";
  4865. }
  4866.  
  4867. .icon_ol:before {
  4868. content: "\65";
  4869. }
  4870.  
  4871. .icon_adjust-horiz:before {
  4872. content: "\66";
  4873. }
  4874.  
  4875. .icon_adjust-vert:before {
  4876. content: "\67";
  4877. }
  4878.  
  4879. .icon_document_alt:before {
  4880. content: "\68";
  4881. }
  4882.  
  4883. .icon_documents_alt:before {
  4884. content: "\69";
  4885. }
  4886.  
  4887. .icon_pencil:before {
  4888. content: "\6a";
  4889. }
  4890.  
  4891. .icon_pencil-edit_alt:before {
  4892. content: "\6b";
  4893. }
  4894.  
  4895. .icon_pencil-edit:before {
  4896. content: "\6c";
  4897. }
  4898.  
  4899. .icon_folder-alt:before {
  4900. content: "\6d";
  4901. }
  4902.  
  4903. .icon_folder-open_alt:before {
  4904. content: "\6e";
  4905. }
  4906.  
  4907. .icon_folder-add_alt:before {
  4908. content: "\6f";
  4909. }
  4910.  
  4911. .icon_info_alt:before {
  4912. content: "\70";
  4913. }
  4914.  
  4915. .icon_error-oct_alt:before {
  4916. content: "\71";
  4917. }
  4918.  
  4919. .icon_error-circle_alt:before {
  4920. content: "\72";
  4921. }
  4922.  
  4923. .icon_error-triangle_alt:before {
  4924. content: "\73";
  4925. }
  4926.  
  4927. .icon_question_alt2:before {
  4928. content: "\74";
  4929. }
  4930.  
  4931. .icon_question:before {
  4932. content: "\75";
  4933. }
  4934.  
  4935. .icon_comment_alt:before {
  4936. content: "\76";
  4937. }
  4938.  
  4939. .icon_chat_alt:before {
  4940. content: "\77";
  4941. }
  4942.  
  4943. .icon_vol-mute_alt:before {
  4944. content: "\78";
  4945. }
  4946.  
  4947. .icon_volume-low_alt:before {
  4948. content: "\79";
  4949. }
  4950.  
  4951. .icon_volume-high_alt:before {
  4952. content: "\7a";
  4953. }
  4954.  
  4955. .icon_quotations:before {
  4956. content: "\7b";
  4957. }
  4958.  
  4959. .icon_quotations_alt2:before {
  4960. content: "\7c";
  4961. }
  4962.  
  4963. .icon_clock_alt:before {
  4964. content: "\7d";
  4965. }
  4966.  
  4967. .icon_lock_alt:before {
  4968. content: "\7e";
  4969. }
  4970.  
  4971. .icon_lock-open_alt:before {
  4972. content: "\e000";
  4973. }
  4974.  
  4975. .icon_key_alt:before {
  4976. content: "\e001";
  4977. }
  4978.  
  4979. .icon_cloud_alt:before {
  4980. content: "\e002";
  4981. }
  4982.  
  4983. .icon_cloud-upload_alt:before {
  4984. content: "\e003";
  4985. }
  4986.  
  4987. .icon_cloud-download_alt:before {
  4988. content: "\e004";
  4989. }
  4990.  
  4991. .icon_image:before {
  4992. content: "\e005";
  4993. }
  4994.  
  4995. .icon_images:before {
  4996. content: "\e006";
  4997. }
  4998.  
  4999. .icon_lightbulb_alt:before {
  5000. content: "\e007";
  5001. }
  5002.  
  5003. .icon_gift_alt:before {
  5004. content: "\e008";
  5005. }
  5006.  
  5007. .icon_house_alt:before {
  5008. content: "\e009";
  5009. }
  5010.  
  5011. .icon_genius:before {
  5012. content: "\e00a";
  5013. }
  5014.  
  5015. .icon_mobile:before {
  5016. content: "\e00b";
  5017. }
  5018.  
  5019. .icon_tablet:before {
  5020. content: "\e00c";
  5021. }
  5022.  
  5023. .icon_laptop:before {
  5024. content: "\e00d";
  5025. }
  5026.  
  5027. .icon_desktop:before {
  5028. content: "\e00e";
  5029. }
  5030.  
  5031. .icon_camera_alt:before {
  5032. content: "\e00f";
  5033. }
  5034.  
  5035. .icon_mail_alt:before {
  5036. content: "\e010";
  5037. }
  5038.  
  5039. .icon_cone_alt:before {
  5040. content: "\e011";
  5041. }
  5042.  
  5043. .icon_ribbon_alt:before {
  5044. content: "\e012";
  5045. }
  5046.  
  5047. .icon_bag_alt:before {
  5048. content: "\e013";
  5049. }
  5050.  
  5051. .icon_creditcard:before {
  5052. content: "\e014";
  5053. }
  5054.  
  5055. .icon_cart_alt:before {
  5056. content: "\e015";
  5057. }
  5058.  
  5059. .icon_paperclip:before {
  5060. content: "\e016";
  5061. }
  5062.  
  5063. .icon_tag_alt:before {
  5064. content: "\e017";
  5065. }
  5066.  
  5067. .icon_tags_alt:before {
  5068. content: "\e018";
  5069. }
  5070.  
  5071. .icon_trash_alt:before {
  5072. content: "\e019";
  5073. }
  5074.  
  5075. .icon_cursor_alt:before {
  5076. content: "\e01a";
  5077. }
  5078.  
  5079. .icon_mic_alt:before {
  5080. content: "\e01b";
  5081. }
  5082.  
  5083. .icon_compass_alt:before {
  5084. content: "\e01c";
  5085. }
  5086.  
  5087. .icon_pin_alt:before {
  5088. content: "\e01d";
  5089. }
  5090.  
  5091. .icon_pushpin_alt:before {
  5092. content: "\e01e";
  5093. }
  5094.  
  5095. .icon_map_alt:before {
  5096. content: "\e01f";
  5097. }
  5098.  
  5099. .icon_drawer_alt:before {
  5100. content: "\e020";
  5101. }
  5102.  
  5103. .icon_toolbox_alt:before {
  5104. content: "\e021";
  5105. }
  5106.  
  5107. .icon_book_alt:before {
  5108. content: "\e022";
  5109. }
  5110.  
  5111. .icon_calendar:before {
  5112. content: "\e023";
  5113. }
  5114.  
  5115. .icon_film:before {
  5116. content: "\e024";
  5117. }
  5118.  
  5119. .icon_table:before {
  5120. content: "\e025";
  5121. }
  5122.  
  5123. .icon_contacts_alt:before {
  5124. content: "\e026";
  5125. }
  5126.  
  5127. .icon_headphones:before {
  5128. content: "\e027";
  5129. }
  5130.  
  5131. .icon_lifesaver:before {
  5132. content: "\e028";
  5133. }
  5134.  
  5135. .icon_piechart:before {
  5136. content: "\e029";
  5137. }
  5138.  
  5139. .icon_refresh:before {
  5140. content: "\e02a";
  5141. }
  5142.  
  5143. .icon_link_alt:before {
  5144. content: "\e02b";
  5145. }
  5146.  
  5147. .icon_link:before {
  5148. content: "\e02c";
  5149. }
  5150.  
  5151. .icon_loading:before {
  5152. content: "\e02d";
  5153. }
  5154.  
  5155. .icon_blocked:before {
  5156. content: "\e02e";
  5157. }
  5158.  
  5159. .icon_archive_alt:before {
  5160. content: "\e02f";
  5161. }
  5162.  
  5163. .icon_heart_alt:before {
  5164. content: "\e030";
  5165. }
  5166.  
  5167. .icon_star_alt:before {
  5168. content: "\e031";
  5169. }
  5170.  
  5171. .icon_star-half_alt:before {
  5172. content: "\e032";
  5173. }
  5174.  
  5175. .icon_star:before {
  5176. content: "\e033";
  5177. }
  5178.  
  5179. .icon_star-half:before {
  5180. content: "\e034";
  5181. }
  5182.  
  5183. .icon_tools:before {
  5184. content: "\e035";
  5185. }
  5186.  
  5187. .icon_tool:before {
  5188. content: "\e036";
  5189. }
  5190.  
  5191. .icon_cog:before {
  5192. content: "\e037";
  5193. }
  5194.  
  5195. .icon_cogs:before {
  5196. content: "\e038";
  5197. }
  5198.  
  5199. .arrow_up_alt:before {
  5200. content: "\e039";
  5201. }
  5202.  
  5203. .arrow_down_alt:before {
  5204. content: "\e03a";
  5205. }
  5206.  
  5207. .arrow_left_alt:before {
  5208. content: "\e03b";
  5209. }
  5210.  
  5211. .arrow_right_alt:before {
  5212. content: "\e03c";
  5213. }
  5214.  
  5215. .arrow_left-up_alt:before {
  5216. content: "\e03d";
  5217. }
  5218.  
  5219. .arrow_right-up_alt:before {
  5220. content: "\e03e";
  5221. }
  5222.  
  5223. .arrow_right-down_alt:before {
  5224. content: "\e03f";
  5225. }
  5226.  
  5227. .arrow_left-down_alt:before {
  5228. content: "\e040";
  5229. }
  5230.  
  5231. .arrow_condense_alt:before {
  5232. content: "\e041";
  5233. }
  5234.  
  5235. .arrow_expand_alt3:before {
  5236. content: "\e042";
  5237. }
  5238.  
  5239. .arrow_carrot_up_alt:before {
  5240. content: "\e043";
  5241. }
  5242.  
  5243. .arrow_carrot-down_alt:before {
  5244. content: "\e044";
  5245. }
  5246.  
  5247. .arrow_carrot-left_alt:before {
  5248. content: "\e045";
  5249. }
  5250.  
  5251. .arrow_carrot-right_alt:before {
  5252. content: "\e046";
  5253. }
  5254.  
  5255. .arrow_carrot-2up_alt:before {
  5256. content: "\e047";
  5257. }
  5258.  
  5259. .arrow_carrot-2dwnn_alt:before {
  5260. content: "\e048";
  5261. }
  5262.  
  5263. .arrow_carrot-2left_alt:before {
  5264. content: "\e049";
  5265. }
  5266.  
  5267. .arrow_carrot-2right_alt:before {
  5268. content: "\e04a";
  5269. }
  5270.  
  5271. .arrow_triangle-up_alt:before {
  5272. content: "\e04b";
  5273. }
  5274.  
  5275. .arrow_triangle-down_alt:before {
  5276. content: "\e04c";
  5277. }
  5278.  
  5279. .arrow_triangle-left_alt:before {
  5280. content: "\e04d";
  5281. }
  5282.  
  5283. .arrow_triangle-right_alt:before {
  5284. content: "\e04e";
  5285. }
  5286.  
  5287. .icon_minus_alt:before {
  5288. content: "\e04f";
  5289. }
  5290.  
  5291. .icon_plus_alt:before {
  5292. content: "\e050";
  5293. }
  5294.  
  5295. .icon_close_alt:before {
  5296. content: "\e051";
  5297. }
  5298.  
  5299. .icon_check_alt:before {
  5300. content: "\e052";
  5301. }
  5302.  
  5303. .icon_zoom-out:before {
  5304. content: "\e053";
  5305. }
  5306.  
  5307. .icon_zoom-in:before {
  5308. content: "\e054";
  5309. }
  5310.  
  5311. .icon_stop_alt:before {
  5312. content: "\e055";
  5313. }
  5314.  
  5315. .icon_menu-square_alt:before {
  5316. content: "\e056";
  5317. }
  5318.  
  5319. .icon_menu-circle_alt:before {
  5320. content: "\e057";
  5321. }
  5322.  
  5323. .icon_document:before {
  5324. content: "\e058";
  5325. }
  5326.  
  5327. .icon_documents:before {
  5328. content: "\e059";
  5329. }
  5330.  
  5331. .icon_pencil_alt:before {
  5332. content: "\e05a";
  5333. }
  5334.  
  5335. .icon_folder:before {
  5336. content: "\e05b";
  5337. }
  5338.  
  5339. .icon_folder-open:before {
  5340. content: "\e05c";
  5341. }
  5342.  
  5343. .icon_folder-add:before {
  5344. content: "\e05d";
  5345. }
  5346.  
  5347. .icon_folder_upload:before {
  5348. content: "\e05e";
  5349. }
  5350.  
  5351. .icon_folder_download:before {
  5352. content: "\e05f";
  5353. }
  5354.  
  5355. .icon_info:before {
  5356. content: "\e060";
  5357. }
  5358.  
  5359. .icon_error-circle:before {
  5360. content: "\e061";
  5361. }
  5362.  
  5363. .icon_error-oct:before {
  5364. content: "\e062";
  5365. }
  5366.  
  5367. .icon_error-triangle:before {
  5368. content: "\e063";
  5369. }
  5370.  
  5371. .icon_question_alt:before {
  5372. content: "\e064";
  5373. }
  5374.  
  5375. .icon_comment:before {
  5376. content: "\e065";
  5377. }
  5378.  
  5379. .icon_chat:before {
  5380. content: "\e066";
  5381. }
  5382.  
  5383. .icon_vol-mute:before {
  5384. content: "\e067";
  5385. }
  5386.  
  5387. .icon_volume-low:before {
  5388. content: "\e068";
  5389. }
  5390.  
  5391. .icon_volume-high:before {
  5392. content: "\e069";
  5393. }
  5394.  
  5395. .icon_quotations_alt:before {
  5396. content: "\e06a";
  5397. }
  5398.  
  5399. .icon_clock:before {
  5400. content: "\e06b";
  5401. }
  5402.  
  5403. .icon_lock:before {
  5404. content: "\e06c";
  5405. }
  5406.  
  5407. .icon_lock-open:before {
  5408. content: "\e06d";
  5409. }
  5410.  
  5411. .icon_key:before {
  5412. content: "\e06e";
  5413. }
  5414.  
  5415. .icon_cloud:before {
  5416. content: "\e06f";
  5417. }
  5418.  
  5419. .icon_cloud-upload:before {
  5420. content: "\e070";
  5421. }
  5422.  
  5423. .icon_cloud-download:before {
  5424. content: "\e071";
  5425. }
  5426.  
  5427. .icon_lightbulb:before {
  5428. content: "\e072";
  5429. }
  5430.  
  5431. .icon_gift:before {
  5432. content: "\e073";
  5433. }
  5434.  
  5435. .icon_house:before {
  5436. content: "\e074";
  5437. }
  5438.  
  5439. .icon_camera:before {
  5440. content: "\e075";
  5441. }
  5442.  
  5443. .icon_mail:before {
  5444. content: "\e076";
  5445. }
  5446.  
  5447. .icon_cone:before {
  5448. content: "\e077";
  5449. }
  5450.  
  5451. .icon_ribbon:before {
  5452. content: "\e078";
  5453. }
  5454.  
  5455. .icon_bag:before {
  5456. content: "\e079";
  5457. }
  5458.  
  5459. .icon_cart:before {
  5460. content: "\e07a";
  5461. }
  5462.  
  5463. .icon_tag:before {
  5464. content: "\e07b";
  5465. }
  5466.  
  5467. .icon_tags:before {
  5468. content: "\e07c";
  5469. }
  5470.  
  5471. .icon_trash:before {
  5472. content: "\e07d";
  5473. }
  5474.  
  5475. .icon_cursor:before {
  5476. content: "\e07e";
  5477. }
  5478.  
  5479. .icon_mic:before {
  5480. content: "\e07f";
  5481. }
  5482.  
  5483. .icon_compass:before {
  5484. content: "\e080";
  5485. }
  5486.  
  5487. .icon_pin:before {
  5488. content: "\e081";
  5489. }
  5490.  
  5491. .icon_pushpin:before {
  5492. content: "\e082";
  5493. }
  5494.  
  5495. .icon_map:before {
  5496. content: "\e083";
  5497. }
  5498.  
  5499. .icon_drawer:before {
  5500. content: "\e084";
  5501. }
  5502.  
  5503. .icon_toolbox:before {
  5504. content: "\e085";
  5505. }
  5506.  
  5507. .icon_book:before {
  5508. content: "\e086";
  5509. }
  5510.  
  5511. .icon_contacts:before {
  5512. content: "\e087";
  5513. }
  5514.  
  5515. .icon_archive:before {
  5516. content: "\e088";
  5517. }
  5518.  
  5519. .icon_heart:before {
  5520. content: "\e089";
  5521. }
  5522.  
  5523. .icon_profile:before {
  5524. content: "\e08a";
  5525. }
  5526.  
  5527. .icon_group:before {
  5528. content: "\e08b";
  5529. }
  5530.  
  5531. .icon_grid-2x2:before {
  5532. content: "\e08c";
  5533. }
  5534.  
  5535. .icon_grid-3x3:before {
  5536. content: "\e08d";
  5537. }
  5538.  
  5539. .icon_music:before {
  5540. content: "\e08e";
  5541. }
  5542.  
  5543. .icon_pause_alt:before {
  5544. content: "\e08f";
  5545. }
  5546.  
  5547. .icon_phone:before {
  5548. content: "\e090";
  5549. }
  5550.  
  5551. .icon_upload:before {
  5552. content: "\e091";
  5553. }
  5554.  
  5555. .icon_download:before {
  5556. content: "\e092";
  5557. }
  5558.  
  5559. .social_facebook:before {
  5560. content: "\e093";
  5561. }
  5562.  
  5563. .social_twitter:before {
  5564. content: "\e094";
  5565. }
  5566.  
  5567. .social_pinterest:before {
  5568. content: "\e095";
  5569. }
  5570.  
  5571. .social_googleplus:before {
  5572. content: "\e096";
  5573. }
  5574.  
  5575. .social_tumblr:before {
  5576. content: "\e097";
  5577. }
  5578.  
  5579. .social_tumbleupon:before {
  5580. content: "\e098";
  5581. }
  5582.  
  5583. .social_wordpress:before {
  5584. content: "\e099";
  5585. }
  5586.  
  5587. .social_instagram:before {
  5588. content: "\e09a";
  5589. }
  5590.  
  5591. .social_dribbble:before {
  5592. content: "\e09b";
  5593. }
  5594.  
  5595. .social_vimeo:before {
  5596. content: "\e09c";
  5597. }
  5598.  
  5599. .social_linkedin:before {
  5600. content: "\e09d";
  5601. }
  5602.  
  5603. .social_rss:before {
  5604. content: "\e09e";
  5605. }
  5606.  
  5607. .social_deviantart:before {
  5608. content: "\e09f";
  5609. }
  5610.  
  5611. .social_share:before {
  5612. content: "\e0a0";
  5613. }
  5614.  
  5615. .social_myspace:before {
  5616. content: "\e0a1";
  5617. }
  5618.  
  5619. .social_skype:before {
  5620. content: "\e0a2";
  5621. }
  5622.  
  5623. .social_youtube:before {
  5624. content: "\e0a3";
  5625. }
  5626.  
  5627. .social_picassa:before {
  5628. content: "\e0a4";
  5629. }
  5630.  
  5631. .social_googledrive:before {
  5632. content: "\e0a5";
  5633. }
  5634.  
  5635. .social_flickr:before {
  5636. content: "\e0a6";
  5637. }
  5638.  
  5639. .social_blogger:before {
  5640. content: "\e0a7";
  5641. }
  5642.  
  5643. .social_spotify:before {
  5644. content: "\e0a8";
  5645. }
  5646.  
  5647. .social_delicious:before {
  5648. content: "\e0a9";
  5649. }
  5650.  
  5651. .social_facebook_circle:before {
  5652. content: "\e0aa";
  5653. }
  5654.  
  5655. .social_twitter_circle:before {
  5656. content: "\e0ab";
  5657. }
  5658.  
  5659. .social_pinterest_circle:before {
  5660. content: "\e0ac";
  5661. }
  5662.  
  5663. .social_googleplus_circle:before {
  5664. content: "\e0ad";
  5665. }
  5666.  
  5667. .social_tumblr_circle:before {
  5668. content: "\e0ae";
  5669. }
  5670.  
  5671. .social_stumbleupon_circle:before {
  5672. content: "\e0af";
  5673. }
  5674.  
  5675. .social_wordpress_circle:before {
  5676. content: "\e0b0";
  5677. }
  5678.  
  5679. .social_instagram_circle:before {
  5680. content: "\e0b1";
  5681. }
  5682.  
  5683. .social_dribbble_circle:before {
  5684. content: "\e0b2";
  5685. }
  5686.  
  5687. .social_vimeo_circle:before {
  5688. content: "\e0b3";
  5689. }
  5690.  
  5691. .social_linkedin_circle:before {
  5692. content: "\e0b4";
  5693. }
  5694.  
  5695. .social_rss_circle:before {
  5696. content: "\e0b5";
  5697. }
  5698.  
  5699. .social_deviantart_circle:before {
  5700. content: "\e0b6";
  5701. }
  5702.  
  5703. .social_share_circle:before {
  5704. content: "\e0b7";
  5705. }
  5706.  
  5707. .social_myspace_circle:before {
  5708. content: "\e0b8";
  5709. }
  5710.  
  5711. .social_skype_circle:before {
  5712. content: "\e0b9";
  5713. }
  5714.  
  5715. .social_youtube_circle:before {
  5716. content: "\e0ba";
  5717. }
  5718.  
  5719. .social_picassa_circle:before {
  5720. content: "\e0bb";
  5721. }
  5722.  
  5723. .social_googledrive_alt2:before {
  5724. content: "\e0bc";
  5725. }
  5726.  
  5727. .social_flickr_circle:before {
  5728. content: "\e0bd";
  5729. }
  5730.  
  5731. .social_blogger_circle:before {
  5732. content: "\e0be";
  5733. }
  5734.  
  5735. .social_spotify_circle:before {
  5736. content: "\e0bf";
  5737. }
  5738.  
  5739. .social_delicious_circle:before {
  5740. content: "\e0c0";
  5741. }
  5742.  
  5743. .social_facebook_square:before {
  5744. content: "\e0c1";
  5745. }
  5746.  
  5747. .social_twitter_square:before {
  5748. content: "\e0c2";
  5749. }
  5750.  
  5751. .social_pinterest_square:before {
  5752. content: "\e0c3";
  5753. }
  5754.  
  5755. .social_googleplus_square:before {
  5756. content: "\e0c4";
  5757. }
  5758.  
  5759. .social_tumblr_square:before {
  5760. content: "\e0c5";
  5761. }
  5762.  
  5763. .social_stumbleupon_square:before {
  5764. content: "\e0c6";
  5765. }
  5766.  
  5767. .social_wordpress_square:before {
  5768. content: "\e0c7";
  5769. }
  5770.  
  5771. .social_instagram_square:before {
  5772. content: "\e0c8";
  5773. }
  5774.  
  5775. .social_dribbble_square:before {
  5776. content: "\e0c9";
  5777. }
  5778.  
  5779. .social_vimeo_square:before {
  5780. content: "\e0ca";
  5781. }
  5782.  
  5783. .social_linkedin_square:before {
  5784. content: "\e0cb";
  5785. }
  5786.  
  5787. .social_rss_square:before {
  5788. content: "\e0cc";
  5789. }
  5790.  
  5791. .social_deviantart_square:before {
  5792. content: "\e0cd";
  5793. }
  5794.  
  5795. .social_share_square:before {
  5796. content: "\e0ce";
  5797. }
  5798.  
  5799. .social_myspace_square:before {
  5800. content: "\e0cf";
  5801. }
  5802.  
  5803. .social_skype_square:before {
  5804. content: "\e0d0";
  5805. }
  5806.  
  5807. .social_youtube_square:before {
  5808. content: "\e0d1";
  5809. }
  5810.  
  5811. .social_picassa_square:before {
  5812. content: "\e0d2";
  5813. }
  5814.  
  5815. .social_googledrive_square:before {
  5816. content: "\e0d3";
  5817. }
  5818.  
  5819. .social_flickr_square:before {
  5820. content: "\e0d4";
  5821. }
  5822.  
  5823. .social_blogger_square:before {
  5824. content: "\e0d5";
  5825. }
  5826.  
  5827. .social_spotify_square:before {
  5828. content: "\e0d6";
  5829. }
  5830.  
  5831. .social_delicious_square:before {
  5832. content: "\e0d7";
  5833. }
  5834.  
  5835. .icon_printer:before {
  5836. content: "\e103";
  5837. }
  5838.  
  5839. .icon_calulator:before {
  5840. content: "\e0ee";
  5841. }
  5842.  
  5843. .icon_building:before {
  5844. content: "\e0ef";
  5845. }
  5846.  
  5847. .icon_floppy:before {
  5848. content: "\e0e8";
  5849. }
  5850.  
  5851. .icon_drive:before {
  5852. content: "\e0ea";
  5853. }
  5854.  
  5855. .icon_search-2:before {
  5856. content: "\e101";
  5857. }
  5858.  
  5859. .icon_id:before {
  5860. content: "\e107";
  5861. }
  5862.  
  5863. .icon_id-2:before {
  5864. content: "\e108";
  5865. }
  5866.  
  5867. .icon_puzzle:before {
  5868. content: "\e102";
  5869. }
  5870.  
  5871. .icon_like:before {
  5872. content: "\e106";
  5873. }
  5874.  
  5875. .icon_dislike:before {
  5876. content: "\e0eb";
  5877. }
  5878.  
  5879. .icon_mug:before {
  5880. content: "\e105";
  5881. }
  5882.  
  5883. .icon_currency:before {
  5884. content: "\e0ed";
  5885. }
  5886.  
  5887. .icon_wallet:before {
  5888. content: "\e100";
  5889. }
  5890.  
  5891. .icon_pens:before {
  5892. content: "\e104";
  5893. }
  5894.  
  5895. .icon_easel:before {
  5896. content: "\e0e9";
  5897. }
  5898.  
  5899. .icon_flowchart:before {
  5900. content: "\e109";
  5901. }
  5902.  
  5903. .icon_datareport:before {
  5904. content: "\e0ec";
  5905. }
  5906.  
  5907. .icon_briefcase:before {
  5908. content: "\e0fe";
  5909. }
  5910.  
  5911. .icon_shield:before {
  5912. content: "\e0f6";
  5913. }
  5914.  
  5915. .icon_percent:before {
  5916. content: "\e0fb";
  5917. }
  5918.  
  5919. .icon_globe:before {
  5920. content: "\e0e2";
  5921. }
  5922.  
  5923. .icon_globe-2:before {
  5924. content: "\e0e3";
  5925. }
  5926.  
  5927. .icon_target:before {
  5928. content: "\e0f5";
  5929. }
  5930.  
  5931. .icon_hourglass:before {
  5932. content: "\e0e1";
  5933. }
  5934.  
  5935. .icon_balance:before {
  5936. content: "\e0ff";
  5937. }
  5938.  
  5939. .icon_rook:before {
  5940. content: "\e0f8";
  5941. }
  5942.  
  5943. .icon_printer-alt:before {
  5944. content: "\e0fa";
  5945. }
  5946.  
  5947. .icon_calculator_alt:before {
  5948. content: "\e0e7";
  5949. }
  5950.  
  5951. .icon_building_alt:before {
  5952. content: "\e0fd";
  5953. }
  5954.  
  5955. .icon_floppy_alt:before {
  5956. content: "\e0e4";
  5957. }
  5958.  
  5959. .icon_drive_alt:before {
  5960. content: "\e0e5";
  5961. }
  5962.  
  5963. .icon_search_alt:before {
  5964. content: "\e0f7";
  5965. }
  5966.  
  5967. .icon_id_alt:before {
  5968. content: "\e0e0";
  5969. }
  5970.  
  5971. .icon_id-2_alt:before {
  5972. content: "\e0fc";
  5973. }
  5974.  
  5975. .icon_puzzle_alt:before {
  5976. content: "\e0f9";
  5977. }
  5978.  
  5979. .icon_like_alt:before {
  5980. content: "\e0dd";
  5981. }
  5982.  
  5983. .icon_dislike_alt:before {
  5984. content: "\e0f1";
  5985. }
  5986.  
  5987. .icon_mug_alt:before {
  5988. content: "\e0dc";
  5989. }
  5990.  
  5991. .icon_currency_alt:before {
  5992. content: "\e0f3";
  5993. }
  5994.  
  5995. .icon_wallet_alt:before {
  5996. content: "\e0d8";
  5997. }
  5998.  
  5999. .icon_pens_alt:before {
  6000. content: "\e0db";
  6001. }
  6002.  
  6003. .icon_easel_alt:before {
  6004. content: "\e0f0";
  6005. }
  6006.  
  6007. .icon_flowchart_alt:before {
  6008. content: "\e0df";
  6009. }
  6010.  
  6011. .icon_datareport_alt:before {
  6012. content: "\e0f2";
  6013. }
  6014.  
  6015. .icon_briefcase_alt:before {
  6016. content: "\e0f4";
  6017. }
  6018.  
  6019. .icon_shield_alt:before {
  6020. content: "\e0d9";
  6021. }
  6022.  
  6023. .icon_percent_alt:before {
  6024. content: "\e0da";
  6025. }
  6026.  
  6027. .icon_globe_alt:before {
  6028. content: "\e0de";
  6029. }
  6030.  
  6031. .icon_clipboard:before {
  6032. content: "\e0e6";
  6033. }
  6034.  
  6035. .glyph {
  6036. float: left;
  6037. text-align: center;
  6038. padding: .75em;
  6039. margin: .4em 1.5em .75em 0;
  6040. width: 6em;
  6041. text-shadow: none;
  6042. }
  6043.  
  6044. .glyph_big {
  6045. font-size: 128px;
  6046. color: #59c5dc;
  6047. float: left;
  6048. margin-right: 20px;
  6049. }
  6050.  
  6051. .glyph div {
  6052. padding-bottom: 10px;
  6053. }
  6054.  
  6055. .glyph input {
  6056. font-family: consolas,monospace;
  6057. font-size: 12px;
  6058. width: 100%;
  6059. text-align: center;
  6060. border: 0;
  6061. box-shadow: 0 0 0 1px #ccc;
  6062. padding: .2em;
  6063. -moz-border-radius: 5px;
  6064. -webkit-border-radius: 5px;
  6065. }
  6066.  
  6067. .centered {
  6068. margin-left: auto;
  6069. margin-right: auto;
  6070. }
  6071.  
  6072. .glyph .fs1 {
  6073. font-size: 2em;
  6074. }
  6075. </style>
  6076. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  6077. /**
  6078. * 1. Set default font family to sans-serif.
  6079. * 2. Prevent iOS text size adjust after orientation change, without disabling
  6080. * user zoom.
  6081. */
  6082. html {
  6083. font-family: sans-serif;
  6084. /* 1 */
  6085. -ms-text-size-adjust: 100%;
  6086. /* 2 */
  6087. -webkit-text-size-adjust: 100%;
  6088. /* 2 */
  6089. }
  6090.  
  6091. /**
  6092. * Remove default margin.
  6093. */
  6094. body {
  6095. margin: 0;
  6096. }
  6097.  
  6098. /* HTML5 display definitions
  6099. ========================================================================== */
  6100. /**
  6101. * Correct `block` display not defined for any HTML5 element in IE 8/9.
  6102. * Correct `block` display not defined for `details` or `summary` in IE 10/11
  6103. * and Firefox.
  6104. * Correct `block` display not defined for `main` in IE 11.
  6105. */
  6106. article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  6107. display: block;
  6108. }
  6109.  
  6110. /**
  6111. * 1. Correct `inline-block` display not defined in IE 8/9.
  6112. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
  6113. */
  6114. audio,canvas,progress,video {
  6115. display: inline-block;
  6116. /* 1 */
  6117. vertical-align: baseline;
  6118. /* 2 */
  6119. }
  6120.  
  6121. /**
  6122. * Prevent modern browsers from displaying `audio` without controls.
  6123. * Remove excess height in iOS 5 devices.
  6124. */
  6125. audio:not([controls]) {
  6126. display: none;
  6127. height: 0;
  6128. }
  6129.  
  6130. /**
  6131. * Address `[hidden]` styling not present in IE 8/9/10.
  6132. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
  6133. */
  6134. [hidden],template {
  6135. display: none;
  6136. }
  6137.  
  6138. /* Links
  6139. ========================================================================== */
  6140. /**
  6141. * Remove the gray background color from active links in IE 10.
  6142. */
  6143. a {
  6144. background-color: transparent;
  6145. }
  6146.  
  6147. /**
  6148. * Improve readability when focused and also mouse hovered in all browsers.
  6149. */
  6150. a:active,a:hover {
  6151. outline: 0;
  6152. text-decoration: none;
  6153. }
  6154.  
  6155. a:focus {
  6156. text-decoration: none;
  6157. outline: 0;
  6158. }
  6159.  
  6160. /* Text-level semantics
  6161. ========================================================================== */
  6162. /**
  6163. * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
  6164. */
  6165. abbr[title] {
  6166. border-bottom: 1px dotted;
  6167. }
  6168.  
  6169. /**
  6170. * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
  6171. */
  6172. b,strong {
  6173. font-weight: 700;
  6174. }
  6175.  
  6176. /**
  6177. * Address styling not present in Safari and Chrome.
  6178. */
  6179. dfn {
  6180. font-style: italic;
  6181. }
  6182.  
  6183. /**
  6184. * Address variable `h1` font-size and margin within `section` and `article`
  6185. * contexts in Firefox 4+, Safari, and Chrome.
  6186. */
  6187. h1 {
  6188. font-size: 2em;
  6189. margin: .67em 0;
  6190. }
  6191.  
  6192. /**
  6193. * Address styling not present in IE 8/9.
  6194. */
  6195. mark {
  6196. background: #ff0;
  6197. color: #000;
  6198. }
  6199.  
  6200. /**
  6201. * Address inconsistent and variable font size in all browsers.
  6202. */
  6203. small {
  6204. font-size: 80%;
  6205. }
  6206.  
  6207. /**
  6208. * Prevent `sub` and `sup` affecting `line-height` in all browsers.
  6209. */
  6210. sub,sup {
  6211. font-size: 75%;
  6212. line-height: 0;
  6213. position: relative;
  6214. vertical-align: baseline;
  6215. }
  6216.  
  6217. sup {
  6218. top: -.5em;
  6219. }
  6220.  
  6221. sub {
  6222. bottom: -.25em;
  6223. }
  6224.  
  6225. /* Embedded content
  6226. ========================================================================== */
  6227. /**
  6228. * Remove border when inside `a` element in IE 8/9/10.
  6229. */
  6230. img {
  6231. border: 0;
  6232. }
  6233.  
  6234. /**
  6235. * Correct overflow not hidden in IE 9/10/11.
  6236. */
  6237. svg:not(:root) {
  6238. overflow: hidden;
  6239. }
  6240.  
  6241. /* Grouping content
  6242. ========================================================================== */
  6243. /**
  6244. * Address margin not present in IE 8/9 and Safari.
  6245. */
  6246. figure {
  6247. margin: 1em 40px;
  6248. }
  6249.  
  6250. /**
  6251. * Address differences between Firefox and other browsers.
  6252. */
  6253. hr {
  6254. -moz-box-sizing: content-box;
  6255. box-sizing: content-box;
  6256. height: 0;
  6257. }
  6258.  
  6259. /**
  6260. * Contain overflow in all browsers.
  6261. */
  6262. pre {
  6263. overflow: auto;
  6264. }
  6265.  
  6266. /**
  6267. * Address odd `em`-unit font size rendering in all browsers.
  6268. */
  6269. code,kbd,pre,samp {
  6270. font-family: monospace,monospace;
  6271. font-size: 1em;
  6272. }
  6273.  
  6274. /* Forms
  6275. ========================================================================== */
  6276. /**
  6277. * Known limitation: by default, Chrome and Safari on OS X allow very limited
  6278. * styling of `select`, unless a `border` property is set.
  6279. */
  6280. /**
  6281. * 1. Correct color not being inherited.
  6282. * Known issue: affects color of disabled elements.
  6283. * 2. Correct font properties not being inherited.
  6284. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
  6285. */
  6286. button,input,optgroup,select,textarea {
  6287. color: inherit;
  6288. /* 1 */
  6289. font: inherit;
  6290. /* 2 */
  6291. margin: 0;
  6292. /* 3 */
  6293. }
  6294.  
  6295. /**
  6296. * Address `overflow` set to `hidden` in IE 8/9/10/11.
  6297. */
  6298. button {
  6299. overflow: visible;
  6300. }
  6301.  
  6302. /**
  6303. * Address inconsistent `text-transform` inheritance for `button` and `select`.
  6304. * All other form control elements do not inherit `text-transform` values.
  6305. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
  6306. * Correct `select` style inheritance in Firefox.
  6307. */
  6308. button,select {
  6309. text-transform: none;
  6310. }
  6311.  
  6312. /**
  6313. * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
  6314. * and `video` controls.
  6315. * 2. Correct inability to style clickable `input` types in iOS.
  6316. * 3. Improve usability and consistency of cursor style between image-type
  6317. * `input` and others.
  6318. */
  6319. button,html input[type="button"],/* 1 */
  6320. input[type="reset"],input[type="submit"] {
  6321. -webkit-appearance: button;
  6322. /* 2 */
  6323. cursor: pointer;
  6324. /* 3 */
  6325. }
  6326.  
  6327. /**
  6328. * Re-set default cursor for disabled elements.
  6329. */
  6330. button[disabled],html input[disabled] {
  6331. cursor: default;
  6332. }
  6333.  
  6334. /**
  6335. * Remove inner padding and border in Firefox 4+.
  6336. */
  6337. button::-moz-focus-inner,input::-moz-focus-inner {
  6338. border: 0;
  6339. padding: 0;
  6340. }
  6341.  
  6342. /**
  6343. * Address Firefox 4+ setting `line-height` on `input` using `!important` in
  6344. * the UA stylesheet.
  6345. */
  6346. input {
  6347. line-height: normal;
  6348. }
  6349.  
  6350. /**
  6351. * It's recommended that you don't attempt to style these elements.
  6352. * Firefox's implementation doesn't respect box-sizing, padding, or width.
  6353. *
  6354. * 1. Address box sizing set to `content-box` in IE 8/9/10.
  6355. * 2. Remove excess padding in IE 8/9/10.
  6356. */
  6357. input[type="checkbox"],input[type="radio"] {
  6358. box-sizing: border-box;
  6359. /* 1 */
  6360. padding: 0;
  6361. /* 2 */
  6362. }
  6363.  
  6364. /**
  6365. * Fix the cursor style for Chrome's increment/decrement buttons. For certain
  6366. * `font-size` values of the `input`, it causes the cursor style of the
  6367. * decrement button to change from `default` to `text`.
  6368. */
  6369. input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  6370. height: auto;
  6371. }
  6372.  
  6373. /**
  6374. * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
  6375. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
  6376. * (include `-moz` to future-proof).
  6377. */
  6378. input[type="search"] {
  6379. -webkit-appearance: textfield;
  6380. /* 1 */
  6381. -moz-box-sizing: content-box;
  6382. -webkit-box-sizing: content-box;
  6383. /* 2 */
  6384. box-sizing: content-box;
  6385. }
  6386.  
  6387. /**
  6388. * Remove inner padding and search cancel button in Safari and Chrome on OS X.
  6389. * Safari (but not Chrome) clips the cancel button when the search input has
  6390. * padding (and `textfield` appearance).
  6391. */
  6392. input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  6393. -webkit-appearance: none;
  6394. }
  6395.  
  6396. /**
  6397. * Define consistent border, margin, and padding.
  6398. */
  6399. fieldset {
  6400. border: 1px solid silver;
  6401. margin: 0 2px;
  6402. padding: .35em .625em .75em;
  6403. }
  6404.  
  6405. /**
  6406. * 1. Correct `color` not being inherited in IE 8/9/10/11.
  6407. * 2. Remove padding so people aren't caught out if they zero out fieldsets.
  6408. */
  6409. legend {
  6410. border: 0;
  6411. /* 1 */
  6412. padding: 0;
  6413. /* 2 */
  6414. }
  6415.  
  6416. /**
  6417. * Remove default vertical scrollbar in IE 8/9/10/11.
  6418. */
  6419. textarea {
  6420. overflow: auto;
  6421. }
  6422.  
  6423. /**
  6424. * Don't inherit the `font-weight` (applied by a rule above).
  6425. * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
  6426. */
  6427. optgroup {
  6428. font-weight: 700;
  6429. }
  6430.  
  6431. /* Tables
  6432. ========================================================================== */
  6433. /**
  6434. * Remove most spacing between table cells.
  6435. */
  6436. table {
  6437. border-collapse: collapse;
  6438. border-spacing: 0;
  6439. }
  6440.  
  6441. td,th {
  6442. padding: 0;
  6443. }
  6444. <style>
  6445. /*
  6446. * Core Owl Carousel CSS File
  6447. * v1.3.3
  6448. */
  6449. /* clearfix */
  6450. .owl-carousel .owl-wrapper:after {
  6451. content: ".";
  6452. display: block;
  6453. clear: both;
  6454. visibility: hidden;
  6455. line-height: 0;
  6456. height: 0;
  6457. }
  6458.  
  6459. /* display none until init */
  6460. .owl-carousel {
  6461. display: none;
  6462. position: relative;
  6463. width: 100%;
  6464. -ms-touch-action: pan-y;
  6465. }
  6466.  
  6467. .owl-carousel .owl-wrapper {
  6468. display: none;
  6469. position: relative;
  6470. -webkit-transform: translate3d(0px,0px,0px);
  6471. }
  6472.  
  6473. .owl-carousel .owl-wrapper-outer {
  6474. overflow: hidden;
  6475. position: relative;
  6476. width: 100%;
  6477. }
  6478.  
  6479. .owl-carousel .owl-wrapper-outer.autoHeight {
  6480. -webkit-transition: height 500ms ease-in-out;
  6481. transition: height 500ms ease-in-out;
  6482. }
  6483.  
  6484. .owl-carousel .owl-item {
  6485. float: left;
  6486. }
  6487.  
  6488. .owl-controls .owl-page,.owl-controls .owl-buttons div {
  6489. cursor: pointer;
  6490. }
  6491.  
  6492. .owl-controls {
  6493. -webkit-user-select: none;
  6494. -khtml-user-select: none;
  6495. -moz-user-select: none;
  6496. -ms-user-select: none;
  6497. user-select: none;
  6498. -webkit-tap-highlight-color: rgba(0,0,0,0);
  6499. }
  6500.  
  6501. .owl-controls .owl-page,.owl-controls .owl-page span {
  6502. -webkit-transition: all .3s ease;
  6503. transition: all .3s ease;
  6504. }
  6505.  
  6506. /* mouse grab icon */
  6507. .grabbing {
  6508. cursor: url(grabbing.png) 8 8,move;
  6509. }
  6510.  
  6511. /* fix */
  6512. .owl-carousel .owl-wrapper,.owl-carousel .owl-item {
  6513. -webkit-backface-visibility: hidden;
  6514. -moz-backface-visibility: hidden;
  6515. -ms-backface-visibility: hidden;
  6516. -webkit-transform: translate3d(0,0,0);
  6517. -moz-transform: translate3d(0,0,0);
  6518. -ms-transform: translate3d(0,0,0);
  6519. }
  6520.  
  6521. /*
  6522. * Owl Carousel Owl Demo Theme
  6523. * v1.3.3
  6524. */
  6525. .owl-theme .owl-controls {
  6526. margin-top: 10px;
  6527. text-align: center;
  6528. }
  6529.  
  6530. /* Styling Next and Prev buttons */
  6531. .owl-theme .owl-controls .owl-buttons div {
  6532. color: #FFF;
  6533. display: inline-block;
  6534. zoom: 1;
  6535. *display: inline;
  6536. /*IE7 life-saver */
  6537. margin: 5px;
  6538. padding: 3px 10px;
  6539. font-size: 12px;
  6540. -webkit-border-radius: 30px;
  6541. -moz-border-radius: 30px;
  6542. border-radius: 30px;
  6543. background: #869791;
  6544. filter: Alpha(Opacity=50);
  6545. /*IE7 fix*/
  6546. opacity: .5;
  6547. }
  6548.  
  6549. /* Clickable class fix problem with hover on touch devices */
  6550. /* Use it for non-touch hover action */
  6551. .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  6552. filter: Alpha(Opacity=100);
  6553. /*IE7 fix*/
  6554. opacity: 1;
  6555. text-decoration: none;
  6556. }
  6557.  
  6558. /* Styling Pagination*/
  6559. .owl-theme .owl-controls .owl-page {
  6560. display: inline-block;
  6561. zoom: 1;
  6562. *display: inline;
  6563. /*IE7 life-saver */
  6564. }
  6565.  
  6566. .owl-theme .owl-controls .owl-page span {
  6567. display: block;
  6568. width: 12px;
  6569. height: 12px;
  6570. margin: 5px 7px;
  6571. -webkit-border-radius: 20px;
  6572. -moz-border-radius: 20px;
  6573. border-radius: 20px;
  6574. background: #869791;
  6575. }
  6576.  
  6577. .owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
  6578. }
  6579.  
  6580. /* If PaginationNumbers is true */
  6581. .owl-theme .owl-controls .owl-page span.owl-numbers {
  6582. height: auto;
  6583. width: auto;
  6584. color: #FFF;
  6585. padding: 2px 10px;
  6586. font-size: 12px;
  6587. -webkit-border-radius: 30px;
  6588. -moz-border-radius: 30px;
  6589. border-radius: 30px;
  6590. }
  6591.  
  6592. /* preloading images */
  6593. .owl-item.loading {
  6594. min-height: 150px;
  6595. background: url(AjaxLoader.gif) no-repeat center center;
  6596. }
  6597.  
  6598. .owl-schedule .owl-controls {
  6599. -webkit-transform: translateY(-1200%);
  6600. transform: translateY(-1200%);
  6601. position: absolute;
  6602. right: 20px;
  6603. }
  6604.  
  6605. .owl-schedule .owl-controls .owl-page span {
  6606. background: transparent;
  6607. border-radius: 0;
  6608. border: 2px solid #fff;
  6609. width: 8px;
  6610. height: 8px;
  6611. }
  6612.  
  6613. .owl-schedule .owl-controls .owl-page.active span,.owl-schedule .owl-controls .owl-page:hover span {
  6614. background: #fff;
  6615. }
  6616.  
  6617. /* Owl Testimonals */
  6618. .owl-testimonials .owl-controls {
  6619. -webkit-transform: translateY(-1200%);
  6620. transform: translateY(-1200%);
  6621. position: absolute;
  6622. right: 20px;
  6623. }
  6624.  
  6625. .owl-testimonials .owl-controls .owl-page span {
  6626. background: transparent;
  6627. border-radius: 0;
  6628. border: 2px solid #fff;
  6629. width: 8px;
  6630. height: 8px;
  6631. }
  6632.  
  6633. .owl-testimonials .owl-controls .owl-page.active span,.owl-testimonials .owl-controls .owl-page:hover span {
  6634. background: #fff;
  6635. }
  6636.  
  6637. /* Twitter */
  6638. .owl-twitter .owl-controls {
  6639. margin-top: 100px;
  6640. }
  6641.  
  6642. .owl-twitter .owl-controls .owl-page span {
  6643. background: transparent;
  6644. border-radius: 0;
  6645. border: 2px solid #fff;
  6646. width: 8px;
  6647. height: 8px;
  6648. }
  6649.  
  6650. .owl-twitter .owl-controls .owl-page.active span,.owl-twitter .owl-controls .owl-page:hover span {
  6651. background: #fff;
  6652. }
  6653. </style>
  6654. </head>
  6655. <body>
  6656. <div class="preloader"><img alt="Preloader image" src=
  6657. "img/loader.gif"></div>
  6658. <nav class="navbar">
  6659. <div class="container">
  6660. <!-- Brand and toggle get grouped for better mobile display -->
  6661. <div class="navbar-header">
  6662. <button class="navbar-toggle collapsed" data-target=
  6663. "#bs-example-navbar-collapse-1" data-toggle="collapse" type=
  6664. "button"><span class="sr-only">Toggle navigation</span>
  6665. <span class="icon-bar"></span> <span class="icon-bar"></span>
  6666. <span class="icon-bar"></span></button> <a class="navbar-brand"
  6667. href="#"><img alt="" data-active-url="img/logo-active.png" src=
  6668. "img/logo.png"></a>
  6669. </div>
  6670. <!-- Collect the nav links, forms, and other content for toggling -->
  6671. <div class="collapse navbar-collapse" id=
  6672. "bs-example-navbar-collapse-1">
  6673. <ul class="nav navbar-nav navbar-right main-nav">
  6674. <li>
  6675. <a href="#intro">Intro</a>
  6676. </li>
  6677. <li>
  6678. <a href="#services">Services</a>
  6679. </li>
  6680. <li>
  6681. <a href="#team">Team</a>
  6682. </li>
  6683. <li>
  6684. <a href="#pricing">Pricing</a>
  6685. </li>
  6686. <li>
  6687. <a class="btn btn-blue" data-target="#modal1"
  6688. data-toggle="modal" href="#">Sign Up</a>
  6689. </li>
  6690. </ul>
  6691. </div><!-- /.navbar-collapse -->
  6692. </div><!-- /.container-fluid -->
  6693. </nav>
  6694. <header id="intro">
  6695. <div class="container">
  6696. <div class="table">
  6697. <div class="header-text">
  6698. <div class="row">
  6699. <div class="col-md-12 text-center">
  6700. <h3 class="light white">Take care of your
  6701. body.</h3>
  6702. <h1 class="white typed">It's the only place you
  6703. have to live.</h1><span class=
  6704. "typed-cursor">|</span>
  6705. </div>
  6706. </div>
  6707. </div>
  6708. </div>
  6709. </div>
  6710. </header>
  6711. <section>
  6712. <div class="cut cut-top"></div>
  6713. <div class="container">
  6714. <div class="row intro-tables">
  6715. <div class="col-md-4">
  6716. <div class="intro-table intro-table-first">
  6717. <h5 class="white heading">Today's Schedule</h5>
  6718. <div class="owl-carousel owl-schedule bottom">
  6719. <div class="item">
  6720. <div class="schedule-row row">
  6721. <div class="col-xs-6">
  6722. <h5 class="regular white">Early
  6723. Exercise</h5>
  6724. </div>
  6725. <div class="col-xs-6 text-right">
  6726. <h5 class="white">8:30 - 10:00</h5>
  6727. </div>
  6728. </div>
  6729. <div class="schedule-row row">
  6730. <div class="col-xs-6">
  6731. <h5 class="regular white">Muscle
  6732. Building</h5>
  6733. </div>
  6734. <div class="col-xs-6 text-right">
  6735. <h5 class="white">8:30 - 10:00</h5>
  6736. </div>
  6737. </div>
  6738. <div class="schedule-row row">
  6739. <div class="col-xs-6">
  6740. <h5 class="regular white">Cardio</h5>
  6741. </div>
  6742. <div class="col-xs-6 text-right">
  6743. <h5 class="white">8:30 - 10:00</h5>
  6744. </div>
  6745. </div>
  6746. </div>
  6747. <div class="item">
  6748. <div class="schedule-row row">
  6749. <div class="col-xs-6">
  6750. <h5 class="regular white">Early
  6751. Exercise</h5>
  6752. </div>
  6753. <div class="col-xs-6 text-right">
  6754. <h5 class="white">8:30 - 10:00</h5>
  6755. </div>
  6756. </div>
  6757. <div class="schedule-row row">
  6758. <div class="col-xs-6">
  6759. <h5 class="regular white">Muscle
  6760. Building</h5>
  6761. </div>
  6762. <div class="col-xs-6 text-right">
  6763. <h5 class="white">8:30 - 10:00</h5>
  6764. </div>
  6765. </div>
  6766. <div class="schedule-row row">
  6767. <div class="col-xs-6">
  6768. <h5 class="regular white">Cardio</h5>
  6769. </div>
  6770. <div class="col-xs-6 text-right">
  6771. <h5 class="white">8:30 - 10:00</h5>
  6772. </div>
  6773. </div>
  6774. </div>
  6775. <div class="item">
  6776. <div class="schedule-row row">
  6777. <div class="col-xs-6">
  6778. <h5 class="regular white">Early
  6779. Exercise</h5>
  6780. </div>
  6781. <div class="col-xs-6 text-right">
  6782. <h5 class="white">8:30 - 10:00</h5>
  6783. </div>
  6784. </div>
  6785. <div class="schedule-row row">
  6786. <div class="col-xs-6">
  6787. <h5 class="regular white">Muscle
  6788. Building</h5>
  6789. </div>
  6790. <div class="col-xs-6 text-right">
  6791. <h5 class="white">8:30 - 10:00</h5>
  6792. </div>
  6793. </div>
  6794. <div class="schedule-row row">
  6795. <div class="col-xs-6">
  6796. <h5 class="regular white">Cardio</h5>
  6797. </div>
  6798. <div class="col-xs-6 text-right">
  6799. <h5 class="white">8:30 - 10:00</h5>
  6800. </div>
  6801. </div>
  6802. </div>
  6803. </div>
  6804. </div>
  6805. </div>
  6806. <div class="col-md-4">
  6807. <div class="intro-table intro-table-hover">
  6808. <h5 class="white heading hide-hover">Premium
  6809. Membership</h5>
  6810. <div class="bottom">
  6811. <h4 class=
  6812. "white heading small-heading no-margin regular">
  6813. Register Today</h4>
  6814. <h4 class="white heading small-pt">20%
  6815. Discount</h4><a class="btn btn-white-fill expand"
  6816. href="#">Register</a>
  6817. </div>
  6818. </div>
  6819. </div>
  6820. <div class="col-md-4">
  6821. <div class="intro-table intro-table-third">
  6822. <h5 class="white heading">Happy Clients</h5>
  6823. <div class="owl-testimonials bottom">
  6824. <div class="item">
  6825. <h4 class="white heading content">I couldn't be
  6826. more happy with the results!</h4>
  6827. <h5 class="white heading light author">Adam
  6828. Jordan</h5>
  6829. </div>
  6830. <div class="item">
  6831. <h4 class="white heading content">I can't
  6832. believe how much better I feel!</h4>
  6833. <h5 class="white heading light author">Greg
  6834. Pardon</h5>
  6835. </div>
  6836. <div class="item">
  6837. <h4 class="white heading content">Incredible
  6838. transformation and I feel so healthy!</h4>
  6839. <h5 class="white heading light author">
  6840. Christina Goldman</h5>
  6841. </div>
  6842. </div>
  6843. </div>
  6844. </div>
  6845. </div>
  6846. </div>
  6847. </section>
  6848. <section class="section section-padded" id="services">
  6849. <div class="container">
  6850. <div class="row text-center title">
  6851. <h2>Services</h2>
  6852. <h4 class="light muted">Achieve the best results with our wide
  6853. variety of training options!</h4>
  6854. </div>
  6855. <div class="row services">
  6856. <div class="col-md-4">
  6857. <div class="service">
  6858. <div class="icon-holder"><img alt="" class="icon" src=
  6859. "img/icons/heart-blue.png"></div>
  6860. <h4 class="heading">Cardio Training</h4>
  6861. <p class="description">A elementum ligula lacus ac quam
  6862. ultrices a scelerisque praesent vel suspendisse
  6863. scelerisque a aenean hac montes.</p>
  6864. </div>
  6865. </div>
  6866. <div class="col-md-4">
  6867. <div class="service">
  6868. <div class="icon-holder"><img alt="" class="icon" src=
  6869. "img/icons/guru-blue.png"></div>
  6870. <h4 class="heading">Yoga Pilates</h4>
  6871. <p class="description">A elementum ligula lacus ac quam
  6872. ultrices a scelerisque praesent vel suspendisse
  6873. scelerisque a aenean hac montes.</p>
  6874. </div>
  6875. </div>
  6876. <div class="col-md-4">
  6877. <div class="service">
  6878. <div class="icon-holder"><img alt="" class="icon" src=
  6879. "img/icons/weight-blue.png"></div>
  6880. <h4 class="heading">Power Training</h4>
  6881. <p class="description">A elementum ligula lacus ac quam
  6882. ultrices a scelerisque praesent vel suspendisse
  6883. scelerisque a aenean hac montes.</p>
  6884. </div>
  6885. </div>
  6886. </div>
  6887. </div>
  6888. <div class="cut cut-bottom"></div>
  6889. </section>
  6890. <section class="section gray-bg" id="team">
  6891. <div class="container">
  6892. <div class="row title text-center">
  6893. <h2 class="margin-top">Team</h2>
  6894. <h4 class="light muted">We're a dream team!</h4>
  6895. </div>
  6896. <div class="row">
  6897. <div class="col-md-4">
  6898. <div class="team text-center">
  6899. <div class="cover" style=
  6900. "background:url('img/team/team-cover1.jpg'); background-size:cover;">
  6901. <div class="overlay text-center">
  6902. <h3 class="white">$69.00</h3>
  6903. <h5 class="light light-white">1 - 5 sessions /
  6904. month</h5>
  6905. </div>
  6906. </div><img alt="Team Image" class="avatar" src=
  6907. "img/team/team3.jpg">
  6908. <div class="title">
  6909. <h4>Ben Adamson</h4>
  6910. <h5 class="muted regular">Fitness Instructor</h5>
  6911. </div><button class="btn btn-blue-fill" data-target=
  6912. "#modal1" data-toggle="modal">Sign Up Now</button>
  6913. </div>
  6914. </div>
  6915. <div class="col-md-4">
  6916. <div class="team text-center">
  6917. <div class="cover" style=
  6918. "background:url('img/team/team-cover2.jpg'); background-size:cover;">
  6919. <div class="overlay text-center">
  6920. <h3 class="white">$69.00</h3>
  6921. <h5 class="light light-white">1 - 5 sessions /
  6922. month</h5>
  6923. </div>
  6924. </div><img alt="Team Image" class="avatar" src=
  6925. "img/team/team1.jpg">
  6926. <div class="title">
  6927. <h4>Eva Williams</h4>
  6928. <h5 class="muted regular">Personal Trainer</h5>
  6929. </div><a class="btn btn-blue-fill ripple" data-target=
  6930. "#modal1" data-toggle="modal" href="#">Sign Up Now</a>
  6931. </div>
  6932. </div>
  6933. <div class="col-md-4">
  6934. <div class="team text-center">
  6935. <div class="cover" style=
  6936. "background:url('img/team/team-cover3.jpg'); background-size:cover;">
  6937. <div class="overlay text-center">
  6938. <h3 class="white">$69.00</h3>
  6939. <h5 class="light light-white">1 - 5 sessions /
  6940. month</h5>
  6941. </div>
  6942. </div><img alt="Team Image" class="avatar" src=
  6943. "img/team/team2.jpg">
  6944. <div class="title">
  6945. <h4>John Phillips</h4>
  6946. <h5 class="muted regular">Personal Trainer</h5>
  6947. </div><a class="btn btn-blue-fill ripple" data-target=
  6948. "#modal1" data-toggle="modal" href="#">Sign Up Now</a>
  6949. </div>
  6950. </div>
  6951. </div>
  6952. </div>
  6953. </section>
  6954. <section class="section" id="pricing">
  6955. <div class="container">
  6956. <div class="row title text-center">
  6957. <h2 class="margin-top white">Pricing</h2>
  6958. <h4 class="light white">Choose your favorite pricing plan and
  6959. sign up today!</h4>
  6960. </div>
  6961. <div class="row no-margin">
  6962. <div class=
  6963. "col-md-7 no-padding col-md-offset-5 pricings text-center">
  6964. <div class="pricing">
  6965. <div class="box-main active" data-img=
  6966. "img/pricing1.jpg">
  6967. <h4 class="white">Yoga Pilates</h4>
  6968. <h4 class="white regular light">$850.00
  6969. <span class="small-font">/
  6970. year</span></h4><a class="btn btn-white-fill"
  6971. data-target="#modal1" data-toggle="modal" href=
  6972. "#">Sign Up Now</a> <i class=
  6973. "info-icon icon_question"></i>
  6974. </div>
  6975. <div class="box-second active">
  6976. <ul class="white-list text-left">
  6977. <li>One Personal Trainer</li>
  6978. <li>Big gym space for training</li>
  6979. <li>Free tools &amp; props</li>
  6980. <li>Free locker</li>
  6981. <li>Free before / after shower</li>
  6982. </ul>
  6983. </div>
  6984. </div>
  6985. <div class="pricing">
  6986. <div class="box-main" data-img="img/pricing2.jpg">
  6987. <h4 class="white">Cardio Training</h4>
  6988. <h4 class="white regular light">$100.00
  6989. <span class="small-font">/
  6990. year</span></h4><a class="btn btn-white-fill"
  6991. data-target="#modal1" data-toggle="modal" href=
  6992. "#">Sign Up Now</a> <i class=
  6993. "info-icon icon_question"></i>
  6994. </div>
  6995. <div class="box-second">
  6996. <ul class="white-list text-left">
  6997. <li>One Personal Trainer</li>
  6998. <li>Big gym space for training</li>
  6999. <li>Free tools &amp; props</li>
  7000. <li>Free locker</li>
  7001. <li>Free before / after shower</li>
  7002. </ul>
  7003. </div>
  7004. </div>
  7005. </div>
  7006. </div>
  7007. </div>
  7008. </section>
  7009. <section class="section section-padded blue-bg">
  7010. <div class="container">
  7011. <div class="row">
  7012. <div class="col-md-8 col-md-offset-2">
  7013. <div class="owl-twitter owl-carousel">
  7014. <div class="item text-center">
  7015. <i class="icon fa fa-twitter"></i>
  7016. <h4 class="white light">To enjoy the glow of good
  7017. health, you must exercise.</h4>
  7018. <h4 class="light-white light">#health #training
  7019. #exercise</h4>
  7020. </div>
  7021. <div class="item text-center">
  7022. <i class="icon fa fa-twitter"></i>
  7023. <h4 class="white light">To enjoy the glow of good
  7024. health, you must exercise.</h4>
  7025. <h4 class="light-white light">#health #training
  7026. #exercise</h4>
  7027. </div>
  7028. <div class="item text-center">
  7029. <i class="icon fa fa-twitter"></i>
  7030. <h4 class="white light">To enjoy the glow of good
  7031. health, you must exercise.</h4>
  7032. <h4 class="light-white light">#health #training
  7033. #exercise</h4>
  7034. </div>
  7035. </div>
  7036. </div>
  7037. </div>
  7038. </div>
  7039. </section>
  7040. <div aria-hidden="true" aria-labelledby="myModalLabel" class="modal fade"
  7041. id="modal1" role="dialog" tabindex="-1">
  7042. <div class="modal-dialog">
  7043. <div class="modal-content modal-popup">
  7044. <a class="close-link" href="#"><i class=
  7045. "icon_close_alt2"></i></a>
  7046. <h3 class="white">Sign Up</h3>
  7047. <form action="" class="popup-form">
  7048. <input class="form-control form-white" placeholder=
  7049. "Full Name" type="text"> <input class=
  7050. "form-control form-white" placeholder="Email Address" type=
  7051. "text">
  7052. <div class="dropdown">
  7053. <button aria-expanded="false" aria-haspopup="true"
  7054. class="form-control form-white dropdown" data-toggle=
  7055. "dropdown" id="dLabel" type="button">Pricing
  7056. Plan</button>
  7057. <ul aria-labelledby="dLabel" class=
  7058. "dropdown-menu animated fadeIn" role="menu">
  7059. <li class="animated lightSpeedIn">
  7060. <a href="#">1 month membership ($150)</a>
  7061. </li>
  7062. <li class="animated lightSpeedIn">
  7063. <a href="#">3 month membership ($350)</a>
  7064. </li>
  7065. <li class="animated lightSpeedIn">
  7066. <a href="#">1 year membership ($1000)</a>
  7067. </li>
  7068. <li class="animated lightSpeedIn">
  7069. <a href="#">Free trial class</a>
  7070. </li>
  7071. </ul>
  7072. </div>
  7073. <div class="checkbox-holder text-left">
  7074. <div class="checkbox">
  7075. <input id="squaredOne" name="check" type="checkbox"
  7076. value="None"> <label for="squaredOne"><span>I Agree
  7077. to the <strong>Terms &amp;
  7078. Conditions</strong></span></label>
  7079. </div>
  7080. </div><button class="btn btn-submit" type=
  7081. "submit">Submit</button>
  7082. </form>
  7083. </div>
  7084. </div>
  7085. </div>
  7086. <footer>
  7087. <div class="container">
  7088. <div class="row">
  7089. <div class="col-sm-6 text-center-mobile">
  7090. <h3 class="white">Reserve a Free Trial Class!</h3>
  7091. <h5 class="light regular light-white">Shape your body and
  7092. improve your health.</h5><a class=
  7093. "btn btn-blue ripple trial-button" href="#">Start Free
  7094. Trial</a>
  7095. </div>
  7096. <div class="col-sm-6 text-center-mobile">
  7097. <h3 class="white">Opening Hours <span class=
  7098. "open-blink"></span></h3>
  7099. <div class="row opening-hours">
  7100. <div class="col-sm-6 text-center-mobile">
  7101. <h5 class="light-white light">Mon - Fri</h5>
  7102. <h3 class="regular white">9:00 - 22:00</h3>
  7103. </div>
  7104. <div class="col-sm-6 text-center-mobile">
  7105. <h5 class="light-white light">Sat - Sun</h5>
  7106. <h3 class="regular white">10:00 - 18:00</h3>
  7107. </div>
  7108. </div>
  7109. </div>
  7110. </div>
  7111. <div class="row bottom-footer text-center-mobile">
  7112. <div class="col-sm-8">
  7113. <p>&copy; 2016 All Rights Reserved. Kappus</p>
  7114. </div>
  7115. <div class="col-sm-4 text-right text-center-mobile">
  7116. <ul class="social-footer">
  7117. <li>
  7118. <a href=
  7119. "http://www.facebook.com/pages/Codrops/159107397912">
  7120. <i class="fa fa-facebook"></i></a>
  7121. </li>
  7122. <li>
  7123. <a href="http://www.twitter.com/codrops"><i class=
  7124. "fa fa-twitter"></i></a>
  7125. </li>
  7126. <li>
  7127. <a href=
  7128. "https://plus.google.com/101095823814290637419"><i class="fa fa-google-plus">
  7129. </i></a>
  7130. </li>
  7131. </ul>
  7132. </div>
  7133. </div>
  7134. </div>
  7135. </footer><!-- Holder for mobile navigation -->
  7136. <div class="mobile-nav">
  7137. <ul></ul><a class="close-link" href="#"><i class="arrow_up"></i></a>
  7138. </div><!-- Scripts -->
  7139. <script>
  7140. if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.5",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a(f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.5",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target);d.hasClass("btn")||(d=d.closest(".btn")),b.call(d,"toggle"),a(c.target).is('input[type="radio"]')||a(c.target).is('input[type="checkbox"]')||c.preventDefault()}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.5",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));return a>this.$items.length-1||0>a?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){return this.sliding?void 0:this.slide("next")},c.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.5",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger("hidden.bs.dropdown",f))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.5",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger("shown.bs.dropdown",h)}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",c).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.5",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in"),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a(document.createElement("div")).addClass("modal-backdrop "+e).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c.VERSION="3.3.5",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),c.isInStateTrue()?void 0:(clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide())},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<o.top?"bottom":"right"==h&&k.right+l>o.width?"left":"left"==h&&k.left-l<o.left?"right":h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);return this.$element.trigger(g),g.isDefaultPrevented()?void 0:(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this)},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=d?{top:0,left:0}:b.offset(),g={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},h=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,g,h,f)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;(e||!/destroy|hide/.test(b))&&(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.5",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.5",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),
  7141. d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.5",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.5",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return c>e&&"top";if("bottom"==this.affixed)return null!=c?!(e+this.unpin<=f.top)&&"bottom":!(a-d>=e+g)&&"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&c>=e?"top":null!=d&&i+j>=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
  7142. </script>
  7143. !function(a,b,c,d){var e=function(d,e){this.elem=d,this.$elem=a(d),this.options=e,this.metadata=this.$elem.data("plugin-options"),this.$win=a(b),this.sections={},this.didScroll=!1,this.$doc=a(c),this.docHeight=this.$doc.height()};e.prototype={defaults:{navItems:"a",currentClass:"current",changeHash:!1,easing:"swing",filter:"",scrollSpeed:750,scrollThreshold:.5,begin:!1,end:!1,scrollChange:!1},init:function(){return this.config=a.extend({},this.defaults,this.options,this.metadata),this.$nav=this.$elem.find(this.config.navItems),""!==this.config.filter&&(this.$nav=this.$nav.filter(this.config.filter)),this.$nav.on("click.onePageNav",a.proxy(this.handleClick,this)),this.getPositions(),this.bindInterval(),this.$win.on("resize.onePageNav",a.proxy(this.getPositions,this)),this},adjustNav:function(a,b){a.$elem.find("."+a.config.currentClass).removeClass(a.config.currentClass),b.addClass(a.config.currentClass)},bindInterval:function(){var b,a=this;a.$win.on("scroll.onePageNav",function(){a.didScroll=!0}),a.t=setInterval(function(){b=a.$doc.height(),a.didScroll&&(a.didScroll=!1,a.scrollChange()),b!==a.docHeight&&(a.docHeight=b,a.getPositions())},250)},getHash:function(a){return a.attr("href").split("#")[1]},getPositions:function(){var c,d,e,b=this;b.$nav.each(function(){c=b.getHash(a(this)),e=a("#"+c),e.length&&(d=e.offset().top,b.sections[c]=Math.round(d))})},getSection:function(a){var b=null,c=Math.round(this.$win.height()*this.config.scrollThreshold);for(var d in this.sections)this.sections[d]-c<a&&(b=d);return b},handleClick:function(c){var d=this,e=a(c.currentTarget),f=e.parent(),g="#"+d.getHash(e);f.hasClass(d.config.currentClass)||(d.config.begin&&d.config.begin(),d.adjustNav(d,f),d.unbindInterval(),d.scrollTo(g,function(){d.config.changeHash&&(b.location.hash=g),d.bindInterval(),d.config.end&&d.config.end()})),c.preventDefault()},scrollChange:function(){var c,a=this.$win.scrollTop(),b=this.getSection(a);null!==b&&(c=this.$elem.find('a[href$="#'+b+'"]').parent(),c.hasClass(this.config.currentClass)||(this.adjustNav(this,c),this.config.scrollChange&&this.config.scrollChange(c)))},scrollTo:function(b,c){var d=a(b).offset().top;a("html, body").animate({scrollTop:d},this.config.scrollSpeed,this.config.easing,c)},unbindInterval:function(){clearInterval(this.t),this.$win.unbind("scroll.onePageNav")}},e.defaults=e.prototype.defaults,a.fn.onePageNav=function(a){return this.each(function(){new e(this,a).init()})}}(jQuery,window,document);
  7144. <script>
  7145. </script>
  7146. <script>
  7147. !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){function r(a){var b=a.length,c=m.type(a);return"function"!==c&&!m.isWindow(a)&&(!(1!==a.nodeType||!b)||("array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a))}function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c||"false"!==c&&("null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c)}catch(a){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;for(;e--;)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}function da(a){var b=ea.split("|"),c=a.createDocumentFragment();if(c.createElement)for(;b.length;)c.createElement(b.pop());return c}function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Ca[0].contentWindow||Ca[0].contentDocument).document,b.write(),b.close(),c=Ea(a,b),Ca.detach()),Da[a]=c),c}function La(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}function Ua(a,b){if(b in a)return b;for(var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Ta.length;e--;)if(b=Ta[e]+c,b in a)return b;return d}function Va(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=m._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&U(d)&&(f[g]=m._data(d,"olddisplay",Fa(d.nodeName)))):(e=U(d),(c&&"none"!==c||!e)&&m._data(d,"olddisplay",e?c:m.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function Wa(a,b,c){var d=Pa.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Xa(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=m.css(a,c+T[f],!0,e)),d?("content"===c&&(g-=m.css(a,"padding"+T[f],!0,e)),"margin"!==c&&(g-=m.css(a,"border"+T[f]+"Width",!0,e))):(g+=m.css(a,"padding"+T[f],!0,e),"padding"!==c&&(g+=m.css(a,"border"+T[f]+"Width",!0,e)));return g}function Ya(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ia(a),g=k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Ja(a,b,f),(0>e||null==e)&&(e=a.style[b]),Ha.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Xa(a,b,c||(g?"border":"content"),d,f)+"px"}function Za(a,b,c,d,e){return new Za.prototype.init(a,b,c,d,e)}function fb(){return setTimeout(function(){$a=void 0}),$a=m.now()}function gb(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function hb(a,b,c){for(var d,e=(eb[b]||[]).concat(eb["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ib(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeType&&U(a),r=m._data(a,"fxshow");c.queue||(h=m._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,n.always(function(){n.always(function(){h.unqueued--,m.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=m.css(a,"display"),l="none"===j?m._data(a,"olddisplay")||Fa(a.nodeName):j,"inline"===l&&"none"===m.css(a,"float")&&(k.inlineBlockNeedsLayout&&"inline"!==Fa(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",k.shrinkWrapBlocks()||n.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ab.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||m.style(a,d)}else j=void 0;if(m.isEmptyObject(o))"inline"===("none"===j?Fa(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=m._data(a,"fxshow",{}),f&&(r.hidden=!q),q?m(a).show():n.done(function(){m(a).hide()}),n.done(function(){var b;m._removeData(a,"fxshow");for(b in o)m.style(a,b,o[b])});for(d in o)g=hb(q?r[d]:0,d,n),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function jb(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kb(a,b,c){var d,e,f=0,g=db.length,h=m.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=$a||fb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:$a||fb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jb(k,j.opts.specialEasing);g>f;f++)if(d=db[f].call(j,a,k,j.opts))return d;return m.map(k,hb,j),m.isFunction(j.opts.start)&&j.opts.start.call(a,j),m.fx.timer(m.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}function Kb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(m.isFunction(c))for(;d=f[e++];)"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Lb(a,b,c,d){function g(h){var i;return e[h]=!0,m.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}var e={},f=a===Ib;return g(b.dataTypes[0])||!e["*"]&&g("*")}function Mb(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&m.extend(!0,a,c),a}function Nb(a,b,c){for(var d,e,f,g,h=a.contents,i=a.dataTypes;"*"===i[0];)i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Ob(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];for(f=k.shift();f;)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a.throws)b=g(b);else try{b=g(b)}catch(a){return{state:"parsererror",error:g?a:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}function Ub(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Qb.test(a)?d(a,e):Ub(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==m.type(b))d(a,b);else for(e in b)Ub(a+"["+e+"]",b[e],c,d)}function Yb(){try{return new a.XMLHttpRequest}catch(a){}}function Zb(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}}function cc(a){return m.isWindow(a)?a:9===a.nodeType&&(a.defaultView||a.parentWindow)}var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.1",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(a){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g)for(;f>e&&(d=b.apply(a[e],c),d!==!1);e++);else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g)for(;f>e&&(d=b.call(a[e],e,a[e]),d!==!1);e++);else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;)a[e++]=b[d++];if(c!==c)for(;void 0!==b[d];)a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});var s=function(a){function ea(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],!a||"string"!=typeof a)return d;if(1!==(k=b.nodeType)&&9!==k)return[];if(p&&!e){if(f=_.exec(a))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return I.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return I.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=9===k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){for(o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;l--;)o[l]=s+pa(o[l]);w=aa.test(a)&&na(b.parentNode)||b,x=o.join(",")}if(x)try{return I.apply(d,w.querySelectorAll(x)),d}catch(a){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function fa(){function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}var a=[];return b}function ga(a){return a[u]=!0,a}function ha(a){var b=n.createElement("div");try{return!!a(b)}catch(a){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ia(a,b){for(var c=a.split("|"),e=a.length;e--;)d.attrHandle[c[e]]=b}function ja(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||D)-(~a.sourceIndex||D);if(d)return d;if(c)for(;c=c.nextSibling;)if(c===b)return-1;return a?1:-1}function ka(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function la(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ma(a){return ga(function(b){return b=+b,ga(function(c,d){for(var e,f=a([],c.length,b),g=f.length;g--;)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function na(a){return a&&typeof a.getElementsByTagName!==C&&a}function oa(){}function pa(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function qa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){for(;b=b[d];)if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){for(;b=b[d];)if((1===b.nodeType||e)&&a(b,c,g))return!0}else for(;b=b[d];)if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ra(a){return a.length>1?function(b,c,d){for(var e=a.length;e--;)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sa(a,b,c){for(var d=0,e=b.length;e>d;d++)ea(a,b[d],c);return c}function ta(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function ua(a,b,c,d,e,f){return d&&!d[u]&&(d=ua(d)),e&&!e[u]&&(e=ua(e,f)),ga(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||sa(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ta(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d)for(j=ta(r,n),d(j,[],h,i),k=j.length;k--;)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l));if(f){if(e||a){if(e){for(j=[],k=r.length;k--;)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}for(k=r.length;k--;)(l=r[k])&&(j=e?K.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ta(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):I.apply(g,r)})}function va(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=qa(function(a){return a===b},h,!0),l=qa(function(a){return K.call(b,a)>-1},h,!0),m=[function(a,c,d){return!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>i;i++)if(c=d.relative[a[i].type])m=[qa(ra(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e&&!d.relative[a[e].type];e++);return ua(i>1&&ra(m),i>1&&pa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&va(a.slice(i,e)),f>e&&va(a=a.slice(e)),f>e&&pa(a))}m.push(c)}return ra(m)}function wa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){for(m=0;o=a[m++];)if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){for(m=0;o=b[m++];)o(r,s,g,h);if(f){if(p>0)for(;q--;)r[q]||s[q]||(s[q]=G.call(i));s=ta(s)}I.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ea.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ga(f):f}var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+-new Date,v=a.document,w=0,x=0,y=fa(),z=fa(),A=fa(),B=function(a,b){return a===b&&(l=!0),0},C="undefined",D=1<<31,E={}.hasOwnProperty,F=[],G=F.pop,H=F.push,I=F.push,J=F.slice,K=F.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},L="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",N="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",O=N.replace("w","w#"),P="\\["+M+"*("+N+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+O+"))|)"+M+"*\\]",Q=":("+N+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+P+")*)|.*)\\)|)",R=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),S=new RegExp("^"+M+"*,"+M+"*"),T=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(Q),W=new RegExp("^"+O+"$"),X={ID:new RegExp("^#("+N+")"),CLASS:new RegExp("^\\.("+N+")"),TAG:new RegExp("^("+N.replace("w","w*")+")"),ATTR:new RegExp("^"+P),PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+L+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{I.apply(F=J.call(v.childNodes),v.childNodes),F[v.childNodes.length].nodeType}catch(a){I={apply:F.length?function(a,b){H.apply(a,J.call(b))}:function(a,b){for(var c=a.length,d=0;a[c++]=b[d++];);a.length=c-1}}}c=ea.support={},f=ea.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ea.setDocument=function(a){var b,e=a?a.ownerDocument||a:v,g=e.defaultView;return e!==n&&9===e.nodeType&&e.documentElement?(n=e,o=e.documentElement,p=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){m()},!1):g.attachEvent&&g.attachEvent("onunload",function(){m()})),c.attributes=ha(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ha(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(e.getElementsByClassName)&&ha(function(a){return a.innerHTML="<div class='a'></div><div class='a i'></div>",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=ha(function(a){return o.appendChild(a).id=u,!e.getElementsByName||!e.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==C&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c=typeof a.getAttributeNode!==C&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==C?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){for(;c=f[e++];)1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==C&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(e.querySelectorAll))&&(ha(function(a){a.innerHTML="<select msallowclip=''><option selected=''></option></select>",a.querySelectorAll("[msallowclip^='']").length&&q.push("[*^$]="+M+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+M+"*(?:value|"+L+")"),a.querySelectorAll(":checked").length||q.push(":checked")}),ha(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+M+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ha(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",Q)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)for(;b=b.parentNode;)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===v&&t(v,a)?-1:b===e||b.ownerDocument===v&&t(v,b)?1:k?K.call(k,a)-K.call(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],i=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:k?K.call(k,a)-K.call(k,b):0;if(f===g)return ja(a,b);for(c=a;c=c.parentNode;)h.unshift(c);for(c=b;c=c.parentNode;)i.unshift(c);for(;h[d]===i[d];)d++;return d?ja(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},e):n},ea.matches=function(a,b){return ea(a,null,null,b)},ea.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(a){}return ea(b,n,null,[a]).length>0},ea.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ea.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&E.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ea.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ea.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){for(;b=a[f++];)b===a[f]&&(e=d.push(f));for(;e--;)a.splice(d[e],1)}return k=null,a},e=ea.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else for(;b=a[d++];)c+=e(b);return c},d=ea.selectors={cacheLength:50,createPseudo:ga,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ea.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ea.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+M+")"+a+"("+M+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==C&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ea.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){for(;p;){for(l=b;l=l[p];)if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){for(k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];l=++n&&l&&l[p]||(m=n=0)||o.pop();)if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else for(;(l=++n&&l&&l[p]||(m=n=0)||o.pop())&&((h?l.nodeName.toLowerCase()!==r:1!==l.nodeType)||!++m||(s&&((l[u]||(l[u]={}))[a]=[w,m]),l!==b)););return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ea.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ga(function(a,c){for(var d,f=e(a,b),g=f.length;g--;)d=K.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ga(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ga(function(a,b,c,e){for(var f,g=d(a,null,e,[]),h=a.length;h--;)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:ga(function(a){return function(b){return ea(a,b).length>0}}),contains:ga(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ga(function(a){return W.test(a||"")||ea.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ma(function(){return[0]}),last:ma(function(a,b){return[b-1]}),eq:ma(function(a,b,c){return[0>c?c+b:c]}),even:ma(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ma(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ma(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ma(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ka(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=la(b);return oa.prototype=d.filters=d.pseudos,d.setFilters=new oa,g=ea.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);for(h=a,i=[],j=d.preFilter;h;){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ea.error(a):z(a,i).slice(0)},h=ea.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];
  7148. if(!f){for(b||(b=g(a)),c=b.length;c--;)f=va(b[c]),f[u]?d.push(f):e.push(f);f=A(a,wa(e,d)),f.selector=a}return f},i=ea.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}for(i=X.needsContext.test(a)?0:j.length;i--&&(k=j[i],!d.relative[l=k.type]);)if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&na(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&pa(j),!a)return I.apply(e,f),e;break}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&na(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ha(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ha(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ia("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ha(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ia("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ha(function(a){return null==a.getAttribute("disabled")})||ia(L,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ea}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){for(var d=[],e=a[b];e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c));)1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}}),m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function b(c){m.each(c,function(c,d){var e=m.type(d);"function"===e?a.unique&&k.has(d)||h.push(d):d&&d.length&&"string"!==e&&b(d)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){for(var d;(d=m.inArray(c,h,d))>-1;)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var i,j,k,b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}};if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}}),m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(a){}c&&c.doScroll&&!function a(){if(!m.isReady){try{c.doScroll("left")}catch(b){return setTimeout(a,50)}I(),m.ready()}}()}return H.promise(b)};var L,K="undefined";for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(a){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return(1===c||9===c)&&(!b||b!==!0&&a.getAttribute("classid")===b)};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){for(c=g.length;c--;)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?m.queue(this[0],a):void 0===b?this:this.each(function(){var c=m.queue(this,a,b);m._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&m.dequeue(this,a)})},dequeue:function(a){return this.each(function(){m.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};for("string"!=typeof a&&(b=a,a=void 0),a=a||"fx";g--;)c=m._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=["Top","Right","Bottom","Left"],U=function(a,b){return a=b||a,"none"===m.css(a,"display")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===m.type(c)){e=!0;for(h in c)m.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,m.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(m(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav></:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(a){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){for(c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;h--;)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){for(b=(b||"").match(E)||[""],j=b.length;j--;)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){for(l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;f--;)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}for(n=0;(h=o[n++])&&!b.isPropagationStopped();)b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(a){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){for(h=m.event.handlers.call(this,a,j),b=0;(f=h[b++])&&!a.isPropagationStopped();)for(a.currentTarget=f.elem,g=0;(e=f.handlers[g++])&&!a.isImmediatePropagationStopped();)(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()));return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[m.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];for(g||(this.fixHooks[e]=g=Z.test(e)?this.mouseHooks:Y.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new m.Event(f),b=d.length;b--;)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||y),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||y,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ca()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===ca()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return m.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return m.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?m.event.trigger(e,null,b):m.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},m.removeEvent=y.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===K&&(a[d]=null),a.detachEvent(d,c))},m.Event=function(a,b){return this instanceof m.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?aa:ba):this.type=a,b&&m.extend(this,b),this.timeStamp=a&&a.timeStamp||m.now(),void(this[m.expando]=!0)):new m.Event(a,b)},m.Event.prototype={isDefaultPrevented:ba,isPropagationStopped:ba,isImmediatePropagationStopped:ba,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=aa,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=aa,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=aa,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){m.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!m.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.submitBubbles||(m.event.special.submit={setup:function(){return!m.nodeName(this,"form")&&void m.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=m.nodeName(b,"input")||m.nodeName(b,"button")?b.form:void 0;c&&!m._data(c,"submitBubbles")&&(m.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),m._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&m.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return!m.nodeName(this,"form")&&void m.event.remove(this,"._submit")}}),k.changeBubbles||(m.event.special.change={setup:function(){return X.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(m.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),m.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),m.event.simulate("change",this,a,!0)})),!1):void m.event.add(this,"beforeactivate._change",function(a){var b=a.target;X.test(b.nodeName)&&!m._data(b,"changeBubbles")&&(m.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||m.event.simulate("change",this.parentNode,a,!0)}),m._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return m.event.remove(this,"._change"),!X.test(this.nodeName)}}),k.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){m.event.simulate(b,a.target,m.event.fix(a),!0)};m.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=m._data(d,b);e||d.addEventListener(a,c,!0),m._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=m._data(d,b)-1;e?m._data(d,b,e):(d.removeEventListener(a,c,!0),m._removeData(d,b))}}}),m.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=ba;else if(!d)return this;return 1===e&&(g=d,d=function(a){return m().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=m.guid++)),this.each(function(){m.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,m(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=ba),this.each(function(){m.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){m.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?m.event.trigger(a,b,c,!0):void 0}});var ea="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",fa=/ jQuery\d+="(?:null|\d+)"/g,ga=new RegExp("<(?:"+ea+")[\\s/>]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/<tbody/i,la=/<|&#?\w+;/,ma=/<(?:script|style|link)/i,na=/checked\s*(?:[^=]|=\s*.checked.)/i,oa=/^$|\/(?:java|ecma)script/i,pa=/^true\/(.*)/,qa=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ra={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:k.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td,m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){for(h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1></$2>")+l[2],e=l[0];e--;)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody)for(f="table"!==i||ka.test(f)?"<table>"!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;e--;)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j);for(m.merge(p,h.childNodes),h.textContent="";h.firstChild;)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));for(h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;f=p[q++];)if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c))for(e=0;f=h[e++];)oa.test(f.type||"")&&c.push(f);return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){for(1===a.nodeType&&m.cleanData(ua(a,!1));a.firstChild;)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(a){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};!function(){var a;k.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=y.getElementsByTagName("body")[0],c&&c.style?(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(y.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var Ia,Ja,Ga=/^margin/,Ha=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ka=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ia=function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)},Ja=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ia(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||m.contains(a.ownerDocument,a)||(g=m.style(a,b)),Ha.test(g)&&Ga.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):y.documentElement.currentStyle&&(Ia=function(a){return a.currentStyle},Ja=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ia(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Ha.test(g)&&!Ka.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"}),!function(){function i(){var b,c,d,i;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),
  7149. d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",e=f=!1,h=!0,a.getComputedStyle&&(e="1%"!==(a.getComputedStyle(b,null)||{}).top,f="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,i=b.appendChild(y.createElement("div")),i.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",i.style.marginRight=i.style.width="0",b.style.width="1px",h=!parseFloat((a.getComputedStyle(i,null)||{}).marginRight)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",i=b.getElementsByTagName("td"),i[0].style.cssText="margin:0;border:0;padding:0;display:none",g=0===i[0].offsetHeight,g&&(i[0].style.display="",i[1].style.display="none",g=0===i[0].offsetHeight),c.removeChild(d))}var b,c,d,e,f,g,h;b=y.createElement("div"),b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],(c=d&&d.style)&&(c.cssText="float:left;opacity:.5",k.opacity="0.5"===c.opacity,k.cssFloat=!!c.cssFloat,b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===b.style.backgroundClip,k.boxSizing=""===c.boxSizing||""===c.MozBoxSizing||""===c.WebkitBoxSizing,m.extend(k,{reliableHiddenOffsets:function(){return null==g&&i(),g},boxSizingReliable:function(){return null==f&&i(),f},pixelPosition:function(){return null==e&&i(),e},reliableMarginRight:function(){return null==h&&i(),h}}))}(),m.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Ma=/alpha\([^)]*\)/i,Na=/opacity\s*=\s*([^)]*)/,Oa=/^(none|table(?!-c[ea]).+)/,Pa=new RegExp("^("+S+")(.*)$","i"),Qa=new RegExp("^([+-])=("+S+")","i"),Ra={position:"absolute",visibility:"hidden",display:"block"},Sa={letterSpacing:"0",fontWeight:"400"},Ta=["Webkit","O","Moz","ms"];m.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Ja(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{float:k.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=m.camelCase(b),i=a.style;if(b=m.cssProps[h]||(m.cssProps[h]=Ua(i,h)),g=m.cssHooks[b]||m.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=Qa.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(m.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||m.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(a){}}},css:function(a,b,c,d){var e,f,g,h=m.camelCase(b);return b=m.cssProps[h]||(m.cssProps[h]=Ua(a.style,h)),g=m.cssHooks[b]||m.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Ja(a,b,d)),"normal"===f&&b in Sa&&(f=Sa[b]),""===c||c?(e=parseFloat(f),c===!0||m.isNumeric(e)?e||0:f):f}}),m.each(["height","width"],function(a,b){m.cssHooks[b]={get:function(a,c,d){return c?Oa.test(m.css(a,"display"))&&0===a.offsetWidth?m.swap(a,Ra,function(){return Ya(a,b,d)}):Ya(a,b,d):void 0},set:function(a,c,d){var e=d&&Ia(a);return Wa(a,c,d?Xa(a,b,d,k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,e),e):0)}}}),k.opacity||(m.cssHooks.opacity={get:function(a,b){return Na.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=m.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===m.trim(f.replace(Ma,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Ma.test(f)?f.replace(Ma,e):f+" "+e)}}),m.cssHooks.marginRight=La(k.reliableMarginRight,function(a,b){return b?m.swap(a,{display:"inline-block"},Ja,[a,"marginRight"]):void 0}),m.each({margin:"",padding:"",border:"Width"},function(a,b){m.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+T[d]+b]=f[d]||f[d-2]||f[0];return e}},Ga.test(a)||(m.cssHooks[a+b].set=Wa)}),m.fn.extend({css:function(a,b){return V(this,function(a,b,c){var d,e,f={},g=0;if(m.isArray(b)){for(d=Ia(a),e=b.length;e>g;g++)f[b[g]]=m.css(a,b[g],!1,d);return f}return void 0!==c?m.style(a,b,c):m.css(a,b)},a,b,arguments.length>1)},show:function(){return Va(this,!0)},hide:function(){return Va(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){U(this)?m(this).show():m(this).hide()})}}),m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?"":"px")},cur:function(){var a=Za.propHooks[this.prop];return a&&a.get?a.get(this):Za.propHooks._default.get(this)},run:function(a){var b,c=Za.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Za.propHooks._default.set(this),this}},Za.prototype.init.prototype=Za.prototype,Za.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=m.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssHooks[a.prop])?m.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Za.propHooks.scrollTop=Za.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},m.fx=Za.prototype.init,m.fx.step={};var $a,_a,ab=/^(?:toggle|show|hide)$/,bb=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cb=/queueHooks$/,db=[ib],eb={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=bb.exec(b),f=e&&e[3]||(m.cssNumber[a]?"":"px"),g=(m.cssNumber[a]||"px"!==f&&+d)&&bb.exec(m.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,m.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};m.Animation=m.extend(kb,{tweener:function(a,b){m.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],eb[c]=eb[c]||[],eb[c].unshift(b)},prefilter:function(a,b){b?db.unshift(a):db.push(a)}}),m.speed=function(a,b,c){var d=a&&"object"==typeof a?m.extend({},a):{complete:c||!c&&b||m.isFunction(a)&&a,duration:a,easing:c&&b||b&&!m.isFunction(b)&&b};return d.duration=m.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in m.fx.speeds?m.fx.speeds[d.duration]:m.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){m.isFunction(d.old)&&d.old.call(this),d.queue&&m.dequeue(this,d.queue)},d},m.fn.extend({fadeTo:function(a,b,c,d){return this.filter(U).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=m.isEmptyObject(a),f=m.speed(b,c,d),g=function(){var b=kb(this,m.extend({},a),f);(e||m._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=m.timers,g=m._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&cb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&m.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=m._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=m.timers,g=d?d.length:0;for(c.finish=!0,m.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),m.each(["toggle","show","hide"],function(a,b){var c=m.fn[b];m.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gb(b,!0),a,d,e)}}),m.each({slideDown:gb("show"),slideUp:gb("hide"),slideToggle:gb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){m.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),m.timers=[],m.fx.tick=function(){var a,b=m.timers,c=0;for($a=m.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||m.fx.stop(),$a=void 0},m.fx.timer=function(a){m.timers.push(a),a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_a||(_a=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(_a),_a=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(a,b){return a=m.fx?m.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=y.createElement("div"),b.setAttribute("className","t"),b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=y.createElement("select"),e=c.appendChild(y.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",k.getSetAttribute="t"!==b.className,k.style=/top/.test(d.getAttribute("style")),k.hrefNormalized="/a"===d.getAttribute("href"),k.checkOn=!!a.value,k.optSelected=e.selected,k.enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElement("input"),a.setAttribute("value",""),k.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),k.radioValue="t"===a.value}();var lb=/\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];return arguments.length?(d=m.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,m(this).val()):a,null==e?e="":"number"==typeof e?e+="":m.isArray(e)&&(e=m.map(e,function(a){return null==a?"":a+""})),b=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))})):e?(b=m.valHooks[e.type]||m.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(lb,""):null==c?"":c)):void 0}}),m.extend({valHooks:{option:{get:function(a){var b=m.find.attr(a,"value");return null!=b?b:m.trim(m.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&m.nodeName(c.parentNode,"optgroup"))){if(b=m(c).val(),f)return b;g.push(b)}return g},set:function(a,b){for(var c,d,e=a.options,f=m.makeArray(b),g=e.length;g--;)if(d=e[g],m.inArray(m.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(a){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),m.each(["radio","checkbox"],function(){m.valHooks[this]={set:function(a,b){return m.isArray(b)?a.checked=m.inArray(m(a).val(),b)>=0:void 0}},k.checkOn||(m.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var mb,nb,ob=m.expr.attrHandle,pb=/^(?:checked|selected)$/i,qb=k.getSetAttribute,rb=k.input;m.fn.extend({attr:function(a,b){return V(this,m.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){m.removeAttr(this,a)})}}),m.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===K?m.prop(a,b,c):(1===f&&m.isXMLDoc(a)||(b=b.toLowerCase(),d=m.attrHooks[b]||(m.expr.match.bool.test(b)?nb:mb)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=m.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void m.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)for(;c=f[e++];)d=m.propFix[c]||c,m.expr.match.bool.test(c)?rb&&qb||!pb.test(c)?a[d]=!1:a[m.camelCase("default-"+c)]=a[d]=!1:m.attr(a,c,""),a.removeAttribute(qb?c:d)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&m.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),nb={set:function(a,b,c){return b===!1?m.removeAttr(a,c):rb&&qb||!pb.test(c)?a.setAttribute(!qb&&m.propFix[c]||c,c):a[m.camelCase("default-"+c)]=a[c]=!0,c}},m.each(m.expr.match.bool.source.match(/\w+/g),function(a,b){var c=ob[b]||m.find.attr;ob[b]=rb&&qb||!pb.test(b)?function(a,b,d){var e,f;return d||(f=ob[b],ob[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,ob[b]=f),e}:function(a,b,c){return c?void 0:a[m.camelCase("default-"+b)]?b.toLowerCase():null}}),rb&&qb||(m.attrHooks.value={set:function(a,b,c){return m.nodeName(a,"input")?void(a.defaultValue=b):mb&&mb.set(a,b,c)}}),qb||(mb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},ob.id=ob.name=ob.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},m.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:mb.set},m.attrHooks.contenteditable={set:function(a,b,c){mb.set(a,""!==b&&b,c)}},m.each(["width","height"],function(a,b){m.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),k.style||(m.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var sb=/^(?:input|select|textarea|button|object)$/i,tb=/^(?:a|area)$/i;m.fn.extend({prop:function(a,b){return V(this,m.prop,a,b,arguments.length>1)},removeProp:function(a){return a=m.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(a){}})}}),m.extend({propFix:{for:"htmlFor",class:"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!m.isXMLDoc(a),f&&(b=m.propFix[b]||b,e=m.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=m.find.attr(a,"tabindex");return b?parseInt(b,10):sb.test(a.nodeName)||tb.test(a.nodeName)&&a.href?0:-1}}}}),k.hrefNormalized||m.each(["href","src"],function(a,b){m.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),k.optSelected||(m.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){m.propFix[this.toLowerCase()]=this}),k.enctype||(m.propFix.enctype="encoding");var ub=/[\t\r\n\f]/g;m.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ub," "):" ")){for(f=0;e=b[f++];)d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=m.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ub," "):"")){for(f=0;e=b[f++];)for(;d.indexOf(" "+e+" ")>=0;)d=d.replace(" "+e+" "," ");g=a?m.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(m.isFunction(a)?function(c){m(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c)for(var b,d=0,e=m(this),f=a.match(E)||[];b=f[d++];)e.hasClass(b)?e.removeClass(b):e.addClass(b);else(c===K||"boolean"===c)&&(this.className&&m._data(this,"__className__",this.className),this.className=this.className||a===!1?"":m._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ub," ").indexOf(b)>=0)return!0;return!1}}),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){m.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),m.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var vb=m.now(),wb=/\?/,xb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;m.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=m.trim(b+"");return e&&!m.trim(e.replace(xb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():m.error("Invalid JSON: "+b)},m.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(a){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+b),c};var yb,zb,Ab=/#.*$/,Bb=/([?&])_=[^&]*/,Cb=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Db=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Eb=/^(?:GET|HEAD)$/,Fb=/^\/\//,Gb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Hb={},Ib={},Jb="*/".concat("*");try{zb=location.href}catch(a){zb=y.createElement("a"),zb.href="",zb=zb.href}yb=Gb.exec(zb.toLowerCase())||[],m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:zb,type:"GET",isLocal:Db.test(yb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Jb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Mb(Mb(a,m.ajaxSettings),b):Mb(m.ajaxSettings,a)},ajaxPrefilter:Kb(Hb),ajaxTransport:Kb(Ib),ajax:function(a,b){function w(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Nb(k,v,c)),u=Ob(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(m.lastModified[e]=w),w=v.getResponseHeader("etag"),w&&(m.etag[e]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&n.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(n.trigger("ajaxComplete",[v,k]),--m.active||m.event.trigger("ajaxStop")))}"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=m.ajaxSetup({},b),l=k.context||k,n=k.context&&(l.nodeType||l.jquery)?m(l):m.event,o=m.Deferred(),p=m.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j)for(j={};b=Cb.exec(f);)j[b[1].toLowerCase()]=b[2];b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),w(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||zb)+"").replace(Ab,"").replace(Fb,yb[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=m.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(c=Gb.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===yb[1]&&c[2]===yb[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(yb[3]||("http:"===yb[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=m.param(k.data,k.traditional)),Lb(Hb,k,b,v),2===t)return v;h=k.global,h&&0===m.active++&&m.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!Eb.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(wb.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=Bb.test(e)?e.replace(Bb,"$1_="+vb++):e+(wb.test(e)?"&":"?")+"_="+vb++)),k.ifModified&&(m.lastModified[e]&&v.setRequestHeader("If-Modified-Since",m.lastModified[e]),m.etag[e]&&v.setRequestHeader("If-None-Match",m.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+Jb+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Lb(Ib,k,b,v)){v.readyState=1,h&&n.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,w)}catch(a){if(!(2>t))throw a;w(-1,a)}}else w(-1,"No Transport");return v},getJSON:function(a,b,c){return m.get(a,b,c,"json")},getScript:function(a,b){return m.get(a,void 0,b,"script")}}),m.each(["get","post"],function(a,b){m[b]=function(a,c,d,e){return m.isFunction(c)&&(e=e||d,d=c,c=void 0),m.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m._evalUrl=function(a){return m.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,throws:!0})},m.fn.extend({wrapAll:function(a){if(m.isFunction(a))return this.each(function(b){m(this).wrapAll(a.call(this,b))});if(this[0]){var b=m(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){for(var a=this;a.firstChild&&1===a.firstChild.nodeType;)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(m.isFunction(a)?function(b){m(this).wrapInner(a.call(this,b))}:function(){var b=m(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=m.isFunction(a);return this.each(function(c){m(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)}).end()}}),m.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!k.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||m.css(a,"display"))},m.expr.filters.visible=function(a){return!m.expr.filters.hidden(a)};var Pb=/%20/g,Qb=/\[\]$/,Rb=/\r?\n/g,Sb=/^(?:submit|button|image|reset|file)$/i,Tb=/^(?:input|select|textarea|keygen)/i;m.param=function(a,b){var c,d=[],e=function(a,b){b=m.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(a)||a.jquery&&!m.isPlainObject(a))m.each(a,function(){e(this.name,this.value)});else for(c in a)Ub(c,a[c],b,e);return d.join("&").replace(Pb,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=m.prop(this,"elements");return a?m.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!m(this).is(":disabled")&&Tb.test(this.nodeName)&&!Sb.test(a)&&(this.checked||!W.test(a))}).map(function(a,b){var c=m(this).val();return null==c?null:m.isArray(c)?m.map(c,function(a){return{name:b.name,value:a.replace(Rb,"\r\n")}}):{name:b.name,value:c.replace(Rb,"\r\n")}}).get()}}),m.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Yb()||Zb()}:Yb;var Vb=0,Wb={},Xb=m.ajaxSettings.xhr();a.ActiveXObject&&m(a).on("unload",function(){for(var a in Wb)Wb[a](void 0,!0)}),k.cors=!!Xb&&"withCredentials"in Xb,Xb=k.ajax=!!Xb,Xb&&m.ajaxTransport(function(a){if(!a.crossDomain||k.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Vb;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Wb[g],b=void 0,f.onreadystatechange=m.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(a){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Wb[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}}),m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return m.globalEval(a),a}}}),m.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),m.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=y.head||m("head")[0]||y.documentElement;return{send:function(d,e){b=y.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var $b=[],_b=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=$b.pop()||m.expando+"_"+vb++;return this[a]=!0,a}}),m.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(_b.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&_b.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=m.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(_b,"$1"+e):b.jsonp!==!1&&(b.url+=(wb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||m.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,$b.push(e)),g&&m.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),m.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||y;var d=u.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=m.buildFragment([a],b,e),e&&e.length&&m(e).remove(),m.merge([],d.childNodes))};var ac=m.fn.load;m.fn.load=function(a,b,c){if("string"!=typeof a&&ac)return ac.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=m.trim(a.slice(h,a.length)),a=a.slice(0,h)),m.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&m.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?m("<div>").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var bc=a.document.documentElement;m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;return f?(b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=cc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d):void 0},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||bc;a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position");)a=a.offsetParent;return a||bc})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=cc(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=La(k.pixelPosition,function(a,c){return c?(c=Ja(a,b),Ha.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var dc=a.jQuery,ec=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=ec),b&&a.jQuery===m&&(a.jQuery=dc),m},typeof b===K&&(a.jQuery=a.$=m),m});
  7150. </script>
  7151. <script>
  7152. "function"!=typeof Object.create&&(Object.create=function(a){function b(){}return b.prototype=a,new b}),function(a,b,c){var d={init:function(b,c){this.$elem=a(c),this.options=a.extend({},a.fn.owlCarousel.options,this.$elem.data(),b),this.userOptions=b,this.loadContent()},loadContent:function(){function b(a){var b,d="";if("function"==typeof c.options.jsonSuccess)c.options.jsonSuccess.apply(this,[a]);else{for(b in a.owl)a.owl.hasOwnProperty(b)&&(d+=a.owl[b].item);c.$elem.html(d)}c.logIn()}var d,c=this;"function"==typeof c.options.beforeInit&&c.options.beforeInit.apply(this,[c.$elem]),"string"==typeof c.options.jsonPath?(d=c.options.jsonPath,a.getJSON(d,b)):c.logIn()},logIn:function(){this.$elem.data("owl-originalStyles",this.$elem.attr("style")),this.$elem.data("owl-originalClasses",this.$elem.attr("class")),this.$elem.css({opacity:0}),this.orignalItems=this.options.items,this.checkBrowser(),this.wrapperWidth=0,this.checkVisible=null,this.setVars()},setVars:function(){return 0!==this.$elem.children().length&&(this.baseClass(),this.eventTypes(),this.$userItems=this.$elem.children(),this.itemsAmount=this.$userItems.length,this.wrapItems(),this.$owlItems=this.$elem.find(".owl-item"),this.$owlWrapper=this.$elem.find(".owl-wrapper"),this.playDirection="next",this.prevItem=0,this.prevArr=[0],this.currentItem=0,this.customEvents(),void this.onStartup())},onStartup:function(){this.updateItems(),this.calculateAll(),this.buildControls(),this.updateControls(),this.response(),this.moveEvents(),this.stopOnHover(),this.owlStatus(),!1!==this.options.transitionStyle&&this.transitionTypes(this.options.transitionStyle),!0===this.options.autoPlay&&(this.options.autoPlay=5e3),this.play(),this.$elem.find(".owl-wrapper").css("display","block"),this.$elem.is(":visible")?this.$elem.css("opacity",1):this.watchVisibility(),this.onstartup=!1,this.eachMoveUpdate(),"function"==typeof this.options.afterInit&&this.options.afterInit.apply(this,[this.$elem])},eachMoveUpdate:function(){!0===this.options.lazyLoad&&this.lazyLoad(),!0===this.options.autoHeight&&this.autoHeight(),this.onVisibleItems(),"function"==typeof this.options.afterAction&&this.options.afterAction.apply(this,[this.$elem])},updateVars:function(){"function"==typeof this.options.beforeUpdate&&this.options.beforeUpdate.apply(this,[this.$elem]),this.watchVisibility(),this.updateItems(),this.calculateAll(),this.updatePosition(),this.updateControls(),this.eachMoveUpdate(),"function"==typeof this.options.afterUpdate&&this.options.afterUpdate.apply(this,[this.$elem])},reload:function(){var a=this;b.setTimeout(function(){a.updateVars()},0)},watchVisibility:function(){var a=this;return!1===a.$elem.is(":visible")&&(a.$elem.css({opacity:0}),b.clearInterval(a.autoPlayInterval),b.clearInterval(a.checkVisible),void(a.checkVisible=b.setInterval(function(){a.$elem.is(":visible")&&(a.reload(),a.$elem.animate({opacity:1},200),b.clearInterval(a.checkVisible))},500)))},wrapItems:function(){this.$userItems.wrapAll('<div class="owl-wrapper">').wrap('<div class="owl-item"></div>'),this.$elem.find(".owl-wrapper").wrap('<div class="owl-wrapper-outer">'),this.wrapperOuter=this.$elem.find(".owl-wrapper-outer"),this.$elem.css("display","block")},baseClass:function(){var a=this.$elem.hasClass(this.options.baseClass),b=this.$elem.hasClass(this.options.theme);a||this.$elem.addClass(this.options.baseClass),b||this.$elem.addClass(this.options.theme)},updateItems:function(){var b,c;if(!1===this.options.responsive)return!1;if(!0===this.options.singleItem)return this.options.items=this.orignalItems=1,this.options.itemsCustom=!1,this.options.itemsDesktop=!1,this.options.itemsDesktopSmall=!1,this.options.itemsTablet=!1,this.options.itemsTabletSmall=!1,this.options.itemsMobile=!1;if(b=a(this.options.responsiveBaseWidth).width(),b>(this.options.itemsDesktop[0]||this.orignalItems)&&(this.options.items=this.orignalItems),!1!==this.options.itemsCustom)for(this.options.itemsCustom.sort(function(a,b){return a[0]-b[0]}),c=0;c<this.options.itemsCustom.length;c+=1)this.options.itemsCustom[c][0]<=b&&(this.options.items=this.options.itemsCustom[c][1]);else b<=this.options.itemsDesktop[0]&&!1!==this.options.itemsDesktop&&(this.options.items=this.options.itemsDesktop[1]),b<=this.options.itemsDesktopSmall[0]&&!1!==this.options.itemsDesktopSmall&&(this.options.items=this.options.itemsDesktopSmall[1]),b<=this.options.itemsTablet[0]&&!1!==this.options.itemsTablet&&(this.options.items=this.options.itemsTablet[1]),b<=this.options.itemsTabletSmall[0]&&!1!==this.options.itemsTabletSmall&&(this.options.items=this.options.itemsTabletSmall[1]),b<=this.options.itemsMobile[0]&&!1!==this.options.itemsMobile&&(this.options.items=this.options.itemsMobile[1]);this.options.items>this.itemsAmount&&!0===this.options.itemsScaleUp&&(this.options.items=this.itemsAmount)},response:function(){var d,e,c=this;return!0===c.options.responsive&&(e=a(b).width(),c.resizer=function(){a(b).width()!==e&&(!1!==c.options.autoPlay&&b.clearInterval(c.autoPlayInterval),b.clearTimeout(d),d=b.setTimeout(function(){e=a(b).width(),c.updateVars()},c.options.responsiveRefreshRate))},void a(b).resize(c.resizer))},updatePosition:function(){this.jumpTo(this.currentItem),!1!==this.options.autoPlay&&this.checkAp()},appendItemsSizes:function(){var b=this,c=0,d=b.itemsAmount-b.options.items;b.$owlItems.each(function(e){var f=a(this);f.css({width:b.itemWidth}).data("owl-item",Number(e)),0!==e%b.options.items&&e!==d||e>d||(c+=1),f.data("owl-roundPages",c)})},appendWrapperSizes:function(){this.$owlWrapper.css({width:this.$owlItems.length*this.itemWidth*2,left:0}),this.appendItemsSizes()},calculateAll:function(){this.calculateWidth(),this.appendWrapperSizes(),this.loops(),this.max()},calculateWidth:function(){this.itemWidth=Math.round(this.$elem.width()/this.options.items)},max:function(){var a=-1*(this.itemsAmount*this.itemWidth-this.options.items*this.itemWidth);return this.options.items>this.itemsAmount?this.maximumPixels=a=this.maximumItem=0:(this.maximumItem=this.itemsAmount-this.options.items,this.maximumPixels=a),a},min:function(){return 0},loops:function(){var d,e,b=0,c=0;for(this.positionsInArray=[0],this.pagesInArray=[],d=0;d<this.itemsAmount;d+=1)c+=this.itemWidth,this.positionsInArray.push(-c),!0===this.options.scrollPerPage&&(e=a(this.$owlItems[d]),e=e.data("owl-roundPages"),e!==b&&(this.pagesInArray[b]=this.positionsInArray[d],b=e))},buildControls:function(){!0!==this.options.navigation&&!0!==this.options.pagination||(this.owlControls=a('<div class="owl-controls"/>').toggleClass("clickable",!this.browser.isTouch).appendTo(this.$elem)),!0===this.options.pagination&&this.buildPagination(),!0===this.options.navigation&&this.buildButtons()},buildButtons:function(){var b=this,c=a('<div class="owl-buttons"/>');b.owlControls.append(c),b.buttonPrev=a("<div/>",{class:"owl-prev",html:b.options.navigationText[0]||""}),b.buttonNext=a("<div/>",{class:"owl-next",html:b.options.navigationText[1]||""}),c.append(b.buttonPrev).append(b.buttonNext),c.on("touchstart.owlControls mousedown.owlControls",'div[class^="owl"]',function(a){a.preventDefault()}),c.on("touchend.owlControls mouseup.owlControls",'div[class^="owl"]',function(c){c.preventDefault(),a(this).hasClass("owl-next")?b.next():b.prev()})},buildPagination:function(){var b=this;b.paginationWrapper=a('<div class="owl-pagination"/>'),b.owlControls.append(b.paginationWrapper),b.paginationWrapper.on("touchend.owlControls mouseup.owlControls",".owl-page",function(c){c.preventDefault(),Number(a(this).data("owl-page"))!==b.currentItem&&b.goTo(Number(a(this).data("owl-page")),!0)})},updatePagination:function(){var b,c,d,e,f,g;if(!1===this.options.pagination)return!1;for(this.paginationWrapper.html(""),b=0,c=this.itemsAmount-this.itemsAmount%this.options.items,e=0;e<this.itemsAmount;e+=1)0===e%this.options.items&&(b+=1,c===e&&(d=this.itemsAmount-this.options.items),f=a("<div/>",{class:"owl-page"}),g=a("<span></span>",{text:!0===this.options.paginationNumbers?b:"",class:!0===this.options.paginationNumbers?"owl-numbers":""}),f.append(g),f.data("owl-page",c===e?d:e),f.data("owl-roundPages",b),this.paginationWrapper.append(f));this.checkPagination()},checkPagination:function(){var b=this;return!1!==b.options.pagination&&void b.paginationWrapper.find(".owl-page").each(function(){a(this).data("owl-roundPages")===a(b.$owlItems[b.currentItem]).data("owl-roundPages")&&(b.paginationWrapper.find(".owl-page").removeClass("active"),a(this).addClass("active"))})},checkNavigation:function(){return!1!==this.options.navigation&&void(!1===this.options.rewindNav&&(0===this.currentItem&&0===this.maximumItem?(this.buttonPrev.addClass("disabled"),this.buttonNext.addClass("disabled")):0===this.currentItem&&0!==this.maximumItem?(this.buttonPrev.addClass("disabled"),this.buttonNext.removeClass("disabled")):this.currentItem===this.maximumItem?(this.buttonPrev.removeClass("disabled"),this.buttonNext.addClass("disabled")):0!==this.currentItem&&this.currentItem!==this.maximumItem&&(this.buttonPrev.removeClass("disabled"),this.buttonNext.removeClass("disabled"))))},updateControls:function(){this.updatePagination(),this.checkNavigation(),this.owlControls&&(this.options.items>=this.itemsAmount?this.owlControls.hide():this.owlControls.show())},destroyControls:function(){this.owlControls&&this.owlControls.remove()},next:function(a){if(this.isTransition)return!1;if(this.currentItem+=!0===this.options.scrollPerPage?this.options.items:1,this.currentItem>this.maximumItem+(!0===this.options.scrollPerPage?this.options.items-1:0)){if(!0!==this.options.rewindNav)return this.currentItem=this.maximumItem,!1;this.currentItem=0,a="rewind"}this.goTo(this.currentItem,a)},prev:function(a){if(this.isTransition)return!1;if(this.currentItem=!0===this.options.scrollPerPage&&0<this.currentItem&&this.currentItem<this.options.items?0:this.currentItem-(!0===this.options.scrollPerPage?this.options.items:1),0>this.currentItem){if(!0!==this.options.rewindNav)return this.currentItem=0,!1;this.currentItem=this.maximumItem,a="rewind"}this.goTo(this.currentItem,a)},goTo:function(a,c,d){var e=this;return!e.isTransition&&("function"==typeof e.options.beforeMove&&e.options.beforeMove.apply(this,[e.$elem]),a>=e.maximumItem?a=e.maximumItem:0>=a&&(a=0),e.currentItem=e.owl.currentItem=a,!1!==e.options.transitionStyle&&"drag"!==d&&1===e.options.items&&!0===e.browser.support3d?(e.swapSpeed(0),!0===e.browser.support3d?e.transition3d(e.positionsInArray[a]):e.css2slide(e.positionsInArray[a],1),e.afterGo(),e.singleItemTransition(),!1):(a=e.positionsInArray[a],!0===e.browser.support3d?(e.isCss3Finish=!1,!0===c?(e.swapSpeed("paginationSpeed"),b.setTimeout(function(){e.isCss3Finish=!0},e.options.paginationSpeed)):"rewind"===c?(e.swapSpeed(e.options.rewindSpeed),b.setTimeout(function(){e.isCss3Finish=!0},e.options.rewindSpeed)):(e.swapSpeed("slideSpeed"),b.setTimeout(function(){e.isCss3Finish=!0},e.options.slideSpeed)),e.transition3d(a)):!0===c?e.css2slide(a,e.options.paginationSpeed):"rewind"===c?e.css2slide(a,e.options.rewindSpeed):e.css2slide(a,e.options.slideSpeed),void e.afterGo()))},jumpTo:function(a){"function"==typeof this.options.beforeMove&&this.options.beforeMove.apply(this,[this.$elem]),a>=this.maximumItem||-1===a?a=this.maximumItem:0>=a&&(a=0),this.swapSpeed(0),!0===this.browser.support3d?this.transition3d(this.positionsInArray[a]):this.css2slide(this.positionsInArray[a],1),this.currentItem=this.owl.currentItem=a,this.afterGo()},afterGo:function(){this.prevArr.push(this.currentItem),this.prevItem=this.owl.prevItem=this.prevArr[this.prevArr.length-2],this.prevArr.shift(0),this.prevItem!==this.currentItem&&(this.checkPagination(),this.checkNavigation(),this.eachMoveUpdate(),!1!==this.options.autoPlay&&this.checkAp()),"function"==typeof this.options.afterMove&&this.prevItem!==this.currentItem&&this.options.afterMove.apply(this,[this.$elem])},stop:function(){this.apStatus="stop",b.clearInterval(this.autoPlayInterval)},checkAp:function(){"stop"!==this.apStatus&&this.play()},play:function(){var a=this;return a.apStatus="play",!1!==a.options.autoPlay&&(b.clearInterval(a.autoPlayInterval),void(a.autoPlayInterval=b.setInterval(function(){a.next(!0)},a.options.autoPlay)))},swapSpeed:function(a){"slideSpeed"===a?this.$owlWrapper.css(this.addCssSpeed(this.options.slideSpeed)):"paginationSpeed"===a?this.$owlWrapper.css(this.addCssSpeed(this.options.paginationSpeed)):"string"!=typeof a&&this.$owlWrapper.css(this.addCssSpeed(a))},addCssSpeed:function(a){return{"-webkit-transition":"all "+a+"ms ease","-moz-transition":"all "+a+"ms ease","-o-transition":"all "+a+"ms ease",transition:"all "+a+"ms ease"}},removeTransition:function(){return{"-webkit-transition":"","-moz-transition":"","-o-transition":"",transition:""}},doTranslate:function(a){return{"-webkit-transform":"translate3d("+a+"px, 0px, 0px)","-moz-transform":"translate3d("+a+"px, 0px, 0px)","-o-transform":"translate3d("+a+"px, 0px, 0px)","-ms-transform":"translate3d("+a+"px, 0px, 0px)",transform:"translate3d("+a+"px, 0px,0px)"}},transition3d:function(a){this.$owlWrapper.css(this.doTranslate(a))},css2move:function(a){this.$owlWrapper.css({left:a})},css2slide:function(a,b){var c=this;c.isCssFinish=!1,c.$owlWrapper.stop(!0,!0).animate({left:a},{duration:b||c.options.slideSpeed,complete:function(){c.isCssFinish=!0}})},checkBrowser:function(){var a=c.createElement("div");a.style.cssText=" -moz-transform:translate3d(0px, 0px, 0px); -ms-transform:translate3d(0px, 0px, 0px); -o-transform:translate3d(0px, 0px, 0px); -webkit-transform:translate3d(0px, 0px, 0px); transform:translate3d(0px, 0px, 0px)",a=a.style.cssText.match(/translate3d\(0px, 0px, 0px\)/g),this.browser={support3d:null!==a&&1===a.length,isTouch:"ontouchstart"in b||b.navigator.msMaxTouchPoints}},moveEvents:function(){!1===this.options.mouseDrag&&!1===this.options.touchDrag||(this.gestures(),this.disabledEvents())},eventTypes:function(){var a=["s","e","x"];this.ev_types={},!0===this.options.mouseDrag&&!0===this.options.touchDrag?a=["touchstart.owl mousedown.owl","touchmove.owl mousemove.owl","touchend.owl touchcancel.owl mouseup.owl"]:!1===this.options.mouseDrag&&!0===this.options.touchDrag?a=["touchstart.owl","touchmove.owl","touchend.owl touchcancel.owl"]:!0===this.options.mouseDrag&&!1===this.options.touchDrag&&(a=["mousedown.owl","mousemove.owl","mouseup.owl"]),this.ev_types.start=a[0],this.ev_types.move=a[1],this.ev_types.end=a[2]},disabledEvents:function(){this.$elem.on("dragstart.owl",function(a){a.preventDefault()}),this.$elem.on("mousedown.disableTextSelect",function(b){return a(b.target).is("input, textarea, select, option")})},gestures:function(){function d(a){if(void 0!==a.touches)return{x:a.touches[0].pageX,y:a.touches[0].pageY};if(void 0===a.touches){if(void 0!==a.pageX)return{x:a.pageX,y:a.pageY};if(void 0===a.pageX)return{x:a.clientX,y:a.clientY}}}function e(b){"on"===b?(a(c).on(h.ev_types.move,f),a(c).on(h.ev_types.end,g)):"off"===b&&(a(c).off(h.ev_types.move),a(c).off(h.ev_types.end))}function f(e){e=e.originalEvent||e||b.event,h.newPosX=d(e).x-i.offsetX,h.newPosY=d(e).y-i.offsetY,h.newRelativeX=h.newPosX-i.relativePos,"function"==typeof h.options.startDragging&&!0!==i.dragging&&0!==h.newRelativeX&&(i.dragging=!0,h.options.startDragging.apply(h,[h.$elem])),(8<h.newRelativeX||-8>h.newRelativeX)&&!0===h.browser.isTouch&&(void 0!==e.preventDefault?e.preventDefault():e.returnValue=!1,i.sliding=!0),(10<h.newPosY||-10>h.newPosY)&&!1===i.sliding&&a(c).off("touchmove.owl"),h.newPosX=Math.max(Math.min(h.newPosX,h.newRelativeX/5),h.maximumPixels+h.newRelativeX/5),!0===h.browser.support3d?h.transition3d(h.newPosX):h.css2move(h.newPosX)}function g(c){c=c.originalEvent||c||b.event;var d;c.target=c.target||c.srcElement,i.dragging=!1,!0!==h.browser.isTouch&&h.$owlWrapper.removeClass("grabbing"),h.dragDirection=0>h.newRelativeX?h.owl.dragDirection="left":h.owl.dragDirection="right",0!==h.newRelativeX&&(d=h.getNewPosition(),h.goTo(d,!1,"drag"),i.targetElement===c.target&&!0!==h.browser.isTouch&&(a(c.target).on("click.disable",function(b){b.stopImmediatePropagation(),b.stopPropagation(),b.preventDefault(),a(b.target).off("click.disable")}),c=a._data(c.target,"events").click,d=c.pop(),c.splice(0,0,d))),e("off")}var h=this,i={offsetX:0,offsetY:0,baseElWidth:0,relativePos:0,position:null,minSwipe:null,maxSwipe:null,sliding:null,dargging:null,targetElement:null};h.isCssFinish=!0,h.$elem.on(h.ev_types.start,".owl-wrapper",function(c){c=c.originalEvent||c||b.event;var f;if(3===c.which)return!1;if(!(h.itemsAmount<=h.options.items)){if(!1===h.isCssFinish&&!h.options.dragBeforeAnimFinish||!1===h.isCss3Finish&&!h.options.dragBeforeAnimFinish)return!1;!1!==h.options.autoPlay&&b.clearInterval(h.autoPlayInterval),!0===h.browser.isTouch||h.$owlWrapper.hasClass("grabbing")||h.$owlWrapper.addClass("grabbing"),h.newPosX=0,h.newRelativeX=0,a(this).css(h.removeTransition()),f=a(this).position(),i.relativePos=f.left,i.offsetX=d(c).x-f.left,i.offsetY=d(c).y-f.top,e("on"),i.sliding=!1,i.targetElement=c.target||c.srcElement}})},getNewPosition:function(){var a=this.closestItem();return a>this.maximumItem?a=this.currentItem=this.maximumItem:0<=this.newPosX&&(this.currentItem=a=0),a},closestItem:function(){var b=this,c=!0===b.options.scrollPerPage?b.pagesInArray:b.positionsInArray,d=b.newPosX,e=null;return a.each(c,function(f,g){d-b.itemWidth/20>c[f+1]&&d-b.itemWidth/20<g&&"left"===b.moveDirection()?(e=g,b.currentItem=!0===b.options.scrollPerPage?a.inArray(e,b.positionsInArray):f):d+b.itemWidth/20<g&&d+b.itemWidth/20>(c[f+1]||c[f]-b.itemWidth)&&"right"===b.moveDirection()&&(!0===b.options.scrollPerPage?(e=c[f+1]||c[c.length-1],b.currentItem=a.inArray(e,b.positionsInArray)):(e=c[f+1],b.currentItem=f+1))}),b.currentItem},moveDirection:function(){var a;return 0>this.newRelativeX?(a="right",this.playDirection="next"):(a="left",this.playDirection="prev"),a},customEvents:function(){var a=this;a.$elem.on("owl.next",function(){a.next()}),a.$elem.on("owl.prev",function(){a.prev()}),a.$elem.on("owl.play",function(b,c){a.options.autoPlay=c,a.play(),a.hoverStatus="play"}),a.$elem.on("owl.stop",function(){a.stop(),a.hoverStatus="stop"}),a.$elem.on("owl.goTo",function(b,c){a.goTo(c)}),a.$elem.on("owl.jumpTo",function(b,c){a.jumpTo(c)})},stopOnHover:function(){var a=this;!0===a.options.stopOnHover&&!0!==a.browser.isTouch&&!1!==a.options.autoPlay&&(a.$elem.on("mouseover",function(){a.stop()}),a.$elem.on("mouseout",function(){"stop"!==a.hoverStatus&&a.play()}))},lazyLoad:function(){var b,c,d,e,f;if(!1===this.options.lazyLoad)return!1;for(b=0;b<this.itemsAmount;b+=1)c=a(this.$owlItems[b]),"loaded"!==c.data("owl-loaded")&&(d=c.data("owl-item"),e=c.find(".lazyOwl"),"string"!=typeof e.data("src")?c.data("owl-loaded","loaded"):(void 0===c.data("owl-loaded")&&(e.hide(),c.addClass("loading").data("owl-loaded","checked")),(f=!0!==this.options.lazyFollow||d>=this.currentItem)&&d<this.currentItem+this.options.items&&e.length&&this.lazyPreload(c,e)))},lazyPreload:function(a,c){function d(){a.data("owl-loaded","loaded").removeClass("loading"),c.removeAttr("data-src"),"fade"===f.options.lazyEffect?c.fadeIn(400):c.show(),"function"==typeof f.options.afterLazyLoad&&f.options.afterLazyLoad.apply(this,[f.$elem])}function e(){g+=1,f.completeImg(c.get(0))||!0===h?d():100>=g?b.setTimeout(e,100):d()}var h,f=this,g=0;"DIV"===c.prop("tagName")?(c.css("background-image","url("+c.data("src")+")"),h=!0):c[0].src=c.data("src"),e()},autoHeight:function(){function c(){var c=a(e.$owlItems[e.currentItem]).height();e.wrapperOuter.css("height",c+"px"),e.wrapperOuter.hasClass("autoHeight")||b.setTimeout(function(){e.wrapperOuter.addClass("autoHeight")},0)}function d(){g+=1,e.completeImg(f.get(0))?c():100>=g?b.setTimeout(d,100):e.wrapperOuter.css("height","")}var g,e=this,f=a(e.$owlItems[e.currentItem]).find("img");void 0!==f.get(0)?(g=0,d()):c()},completeImg:function(a){return!(!a.complete||"undefined"!=typeof a.naturalWidth&&0===a.naturalWidth)},onVisibleItems:function(){var b;for(!0===this.options.addClassActive&&this.$owlItems.removeClass("active"),this.visibleItems=[],b=this.currentItem;b<this.currentItem+this.options.items;b+=1)this.visibleItems.push(b),!0===this.options.addClassActive&&a(this.$owlItems[b]).addClass("active");this.owl.visibleItems=this.visibleItems},transitionTypes:function(a){this.outClass="owl-"+a+"-out",this.inClass="owl-"+a+"-in"},singleItemTransition:function(){var a=this,b=a.outClass,c=a.inClass,d=a.$owlItems.eq(a.currentItem),e=a.$owlItems.eq(a.prevItem),f=Math.abs(a.positionsInArray[a.currentItem])+a.positionsInArray[a.prevItem],g=Math.abs(a.positionsInArray[a.currentItem])+a.itemWidth/2;a.isTransition=!0,a.$owlWrapper.addClass("owl-origin").css({"-webkit-transform-origin":g+"px","-moz-perspective-origin":g+"px","perspective-origin":g+"px"}),e.css({position:"relative",left:f+"px"}).addClass(b).on("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend",function(){a.endPrev=!0,e.off("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend"),a.clearTransStyle(e,b)}),d.addClass(c).on("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend",function(){a.endCurrent=!0,d.off("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend"),a.clearTransStyle(d,c)})},clearTransStyle:function(a,b){a.css({position:"",left:""}).removeClass(b),this.endPrev&&this.endCurrent&&(this.$owlWrapper.removeClass("owl-origin"),this.isTransition=this.endCurrent=this.endPrev=!1)},owlStatus:function(){this.owl={userOptions:this.userOptions,baseElement:this.$elem,userItems:this.$userItems,owlItems:this.$owlItems,currentItem:this.currentItem,prevItem:this.prevItem,visibleItems:this.visibleItems,isTouch:this.browser.isTouch,browser:this.browser,dragDirection:this.dragDirection}},clearEvents:function(){this.$elem.off(".owl owl mousedown.disableTextSelect"),a(c).off(".owl owl"),a(b).off("resize",this.resizer)},unWrap:function(){0!==this.$elem.children().length&&(this.$owlWrapper.unwrap(),this.$userItems.unwrap().unwrap(),this.owlControls&&this.owlControls.remove()),this.clearEvents(),this.$elem.attr("style",this.$elem.data("owl-originalStyles")||"").attr("class",this.$elem.data("owl-originalClasses"))},destroy:function(){this.stop(),b.clearInterval(this.checkVisible),this.unWrap(),this.$elem.removeData()},reinit:function(b){b=a.extend({},this.userOptions,b),this.unWrap(),this.init(b,this.$elem)},addItem:function(a,b){var c;return!!a&&(0===this.$elem.children().length?(this.$elem.append(a),this.setVars(),!1):(this.unWrap(),c=void 0===b||-1===b?-1:b,c>=this.$userItems.length||-1===c?this.$userItems.eq(-1).after(a):this.$userItems.eq(c).before(a),void this.setVars()))},removeItem:function(a){return 0!==this.$elem.children().length&&(a=void 0===a||-1===a?-1:a,this.unWrap(),this.$userItems.eq(a).remove(),void this.setVars())}};a.fn.owlCarousel=function(b){return this.each(function(){if(!0===a(this).data("owl-init"))return!1;a(this).data("owl-init",!0);var c=Object.create(d);c.init(b,this),a.data(this,"owlCarousel",c)})},a.fn.owlCarousel.options={items:5,itemsCustom:!1,itemsDesktop:[1199,4],itemsDesktopSmall:[979,3],itemsTablet:[768,2],itemsTabletSmall:!1,itemsMobile:[479,1],singleItem:!1,itemsScaleUp:!1,slideSpeed:200,paginationSpeed:800,rewindSpeed:1e3,autoPlay:!1,stopOnHover:!1,navigation:!1,navigationText:["prev","next"],rewindNav:!0,scrollPerPage:!1,pagination:!0,paginationNumbers:!1,responsive:!0,responsiveRefreshRate:200,responsiveBaseWidth:b,baseClass:"owl-carousel",theme:"owl-theme",lazyLoad:!1,lazyFollow:!0,lazyEffect:"fade",autoHeight:!1,jsonPath:!1,jsonSuccess:!1,dragBeforeAnimFinish:!0,mouseDrag:!0,touchDrag:!0,addClassActive:!1,transitionStyle:!1,beforeUpdate:!1,afterUpdate:!1,beforeInit:!1,afterInit:!1,beforeMove:!1,afterMove:!1,afterAction:!1,startDragging:!1,afterLazyLoad:!1}}(jQuery,window,document);
  7153. </script>
  7154. !function(a,b,c){"use strict";function d(a){this.on(p.mouseEnter,a,f)}function e(a){k(),this.off(p.namespace)}function f(a){k();var b=a.data;b.left=a.pageX,b.top=a.pageY,i(b)}function g(a){var b=a.data;q.clearTimer(b.timer),k()}function h(a){j(a.pageX,a.pageY)}function i(c){k();var d="";d+='<div class="',d+=[o.base,o[c.direction]].join(" "),d+='">',d+='<div class="'+o.content+'">',d+=c.formatter.call(c.$el,c),d+='<span class="'+o.caret+'"></span>',d+="</div>",d+="</div>",r={$tooltip:a(d),$el:c.$el},b.$body.append(r.$tooltip);var e=r.$tooltip.find(n.content),f=r.$tooltip.find(n.caret),i=c.$el.offset(),l=c.$el.outerHeight(),m=c.$el.outerWidth(),s=0,t=0,u=0,v=0,w=!1,x=!1,y=f.outerHeight(!0),z=f.outerWidth(!0),A=e.outerHeight(!0),B=e.outerWidth(!0);"right"===c.direction||"left"===c.direction?(x=(A-y)/2,v=-A/2,"right"===c.direction?u=c.margin:"left"===c.direction&&(u=-(B+c.margin))):(w=(B-z)/2,u=-B/2,"bottom"===c.direction?v=c.margin:"top"===c.direction&&(v=-(A+c.margin))),e.css({top:v,left:u}),f.css({top:x,left:w}),c.follow?c.$el.on(p.mouseMove,c,h):(c.match?"right"===c.direction||"left"===c.direction?(t=c.top,"right"===c.direction?s=i.left+m:"left"===c.direction&&(s=i.left)):(s=c.left,"bottom"===c.direction?t=i.top+l:"top"===c.direction&&(t=i.top)):"right"===c.direction||"left"===c.direction?(t=i.top+l/2,"right"===c.direction?s=i.left+m:"left"===c.direction&&(s=i.left)):(s=i.left+m/2,"bottom"===c.direction?t=i.top+l:"top"===c.direction&&(t=i.top)),j(s,t)),c.timer=q.startTimer(c.timer,c.delay,function(){r.$tooltip.addClass(o.visible)}),c.$el.one(p.mouseLeave,c,g)}function j(a,b){r&&r.$tooltip.css({left:a,top:b})}function k(){r&&(r.$el.off([p.mouseMove,p.mouseLeave].join(" ")),r.$tooltip.remove(),r=null)}function l(a){return this.data("title")}var m=b.Plugin("tooltip",{widget:!0,defaults:{delay:0,direction:"top",follow:!1,formatter:l,margin:15,match:!1},classes:["content","caret","visible","top","bottom","right","left"],methods:{_construct:d,_destruct:e}}),n=m.classes,o=n.raw,p=m.events,q=m.functions,r=null}(jQuery,Formstone);
  7155. <script>
  7156. !function(a){"use strict";var b=function(b,c){this.el=a(b),this.options=a.extend({},a.fn.typed.defaults,c),this.isInput=this.el.is("input"),this.attr=this.options.attr,this.showCursor=!this.isInput&&this.options.showCursor,this.elContent=this.attr?this.el.attr(this.attr):this.el.text(),this.contentType=this.options.contentType,this.typeSpeed=this.options.typeSpeed,this.startDelay=this.options.startDelay,this.backSpeed=this.options.backSpeed,this.backDelay=this.options.backDelay,this.strings=this.options.strings,this.strPos=0,this.arrayPos=0,this.stopNum=0,this.loop=this.options.loop,this.loopCount=this.options.loopCount,this.curLoop=0,this.stop=!1,this.cursorChar=this.options.cursorChar,this.shuffle=this.options.shuffle,this.sequence=[],this.build()};b.prototype={constructor:b,init:function(){var a=this;a.timeout=setTimeout(function(){for(var b=0;b<a.strings.length;++b)a.sequence[b]=b;a.shuffle&&(a.sequence=a.shuffleArray(a.sequence)),a.typewrite(a.strings[a.sequence[a.arrayPos]],a.strPos)},a.startDelay)},build:function(){this.showCursor===!0&&(this.cursor=a('<span class="typed-cursor">'+this.cursorChar+"</span>"),this.el.after(this.cursor)),this.init()},typewrite:function(a,b){if(this.stop!==!0){var c=Math.round(70*Math.random())+this.typeSpeed,d=this;d.timeout=setTimeout(function(){var c=0,e=a.substr(b);if("^"===e.charAt(0)){var f=1;/^\^\d+/.test(e)&&(e=/\d+/.exec(e)[0],f+=e.length,c=parseInt(e)),a=a.substring(0,b)+a.substring(b+f)}if("html"===d.contentType){var g=a.substr(b).charAt(0);if("<"===g||"&"===g){var h="",i="";for(i="<"===g?">":";";a.substr(b).charAt(0)!==i;)h+=a.substr(b).charAt(0),b++;b++,h+=i}}d.timeout=setTimeout(function(){if(b===a.length){if(d.options.onStringTyped(d.arrayPos),d.arrayPos===d.strings.length-1&&(d.options.callback(),d.curLoop++,d.loop===!1||d.curLoop===d.loopCount))return;d.timeout=setTimeout(function(){d.backspace(a,b)},d.backDelay)}else{0===b&&d.options.preStringTyped(d.arrayPos);var c=a.substr(0,b+1);d.attr?d.el.attr(d.attr,c):d.isInput?d.el.val(c):"html"===d.contentType?d.el.html(c):d.el.text(c),b++,d.typewrite(a,b)}},c)},c)}},backspace:function(a,b){if(this.stop!==!0){var c=Math.round(70*Math.random())+this.backSpeed,d=this;d.timeout=setTimeout(function(){if("html"===d.contentType&&">"===a.substr(b).charAt(0)){for(var c="";"<"!==a.substr(b).charAt(0);)c-=a.substr(b).charAt(0),b--;b--,c+="<"}var e=a.substr(0,b);d.attr?d.el.attr(d.attr,e):d.isInput?d.el.val(e):"html"===d.contentType?d.el.html(e):d.el.text(e),b>d.stopNum?(b--,d.backspace(a,b)):b<=d.stopNum&&(d.arrayPos++,d.arrayPos===d.strings.length?(d.arrayPos=0,d.shuffle&&(d.sequence=d.shuffleArray(d.sequence)),d.init()):d.typewrite(d.strings[d.sequence[d.arrayPos]],b))},c)}},shuffleArray:function(a){var b,c,d=a.length;if(d)for(;--d;)c=Math.floor(Math.random()*(d+1)),b=a[c],a[c]=a[d],a[d]=b;return a},reset:function(){var a=this;clearInterval(a.timeout);var b=this.el.attr("id");this.el.after('<span id="'+b+'"/>'),this.el.remove(),"undefined"!=typeof this.cursor&&this.cursor.remove(),a.options.resetCallback()}},a.fn.typed=function(c){return this.each(function(){var d=a(this),e=d.data("typed"),f="object"==typeof c&&c;e||d.data("typed",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.typed.defaults={strings:["These are the default values...","You know what you should do?","Use your own!","Have a great day!"],typeSpeed:0,startDelay:0,backSpeed:0,shuffle:!1,backDelay:500,loop:!1,loopCount:!1,showCursor:!0,cursorChar:"|",attr:null,contentType:"html",callback:function(){},preStringTyped:function(){},onStringTyped:function(){},resetCallback:function(){}}}(window.jQuery);
  7157. </script>
  7158. !function(a,b,c,d){function e(){function d(c,d){var f=0;b.options=a.extend({},a.fn.typewriter.options,d),$currentElement=a(c),elementStr=$currentElement.text().replace(/\s+/g," "),dataSpeed=$currentElement.data("speed")||b.options.speed,$currentElement.empty();var g=setInterval(function(){f++<elementStr.length?$currentElement.append(elementStr[f-1]):clearInterval(g)},dataSpeed)}var b=this;return{init:d}}a.fn.typewriter=function(b){return this.each(function(){var c=new e;c.init(this,b),a.data(this,"typewriter",c)})},a.fn.typewriter.options={speed:300}}(jQuery,window,document);
  7159. <script>
  7160. (function(){var a,b,c,d,e,f=function(a,b){return function(){return a.apply(b,arguments)}},g=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.isMobile=function(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)},a.prototype.createEvent=function(a,b,c,d){var e;return null==b&&(b=!1),null==c&&(c=!1),null==d&&(d=null),null!=document.createEvent?(e=document.createEvent("CustomEvent"),e.initCustomEvent(a,b,c,d)):null!=document.createEventObject?(e=document.createEventObject(),e.eventType=a):e.eventName=a,e},a.prototype.emitEvent=function(a,b){return null!=a.dispatchEvent?a.dispatchEvent(b):b in(null!=a)?a[b]():"on"+b in(null!=a)?a["on"+b]():void 0},a.prototype.addEvent=function(a,b,c){return null!=a.addEventListener?a.addEventListener(b,c,!1):null!=a.attachEvent?a.attachEvent("on"+b,c):a[b]=c},a.prototype.removeEvent=function(a,b,c){return null!=a.removeEventListener?a.removeEventListener(b,c,!1):null!=a.detachEvent?a.detachEvent("on"+b,c):delete a[b]},a.prototype.innerHeight=function(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight},a}(),c=this.WeakMap||this.MozWeakMap||(c=function(){function a(){this.keys=[],this.values=[]}return a.prototype.get=function(a){var b,c,d,e,f;for(f=this.keys,b=d=0,e=f.length;e>d;b=++d)if(c=f[b],c===a)return this.values[b]},a.prototype.set=function(a,b){var c,d,e,f,g;for(g=this.keys,c=e=0,f=g.length;f>e;c=++e)if(d=g[c],d===a)return void(this.values[c]=b);return this.keys.push(a),this.values.push(b)},a}()),a=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(a=function(){function a(){"undefined"!=typeof console&&null!==console&&console.warn("MutationObserver is not supported by your browser."),"undefined"!=typeof console&&null!==console&&console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return a.notSupported=!0,a.prototype.observe=function(){},a}()),d=this.getComputedStyle||function(a){return this.getPropertyValue=function(b){var c;return"float"===b&&(b="styleFloat"),e.test(b)&&b.replace(e,function(a,b){return b.toUpperCase()}),(null!=(c=a.currentStyle)?c[b]:void 0)||null},this},e=/(\-([a-z]){1})/g,this.WOW=function(){function e(a){null==a&&(a={}),this.scrollCallback=f(this.scrollCallback,this),this.scrollHandler=f(this.scrollHandler,this),this.resetAnimation=f(this.resetAnimation,this),this.start=f(this.start,this),this.scrolled=!0,this.config=this.util().extend(a,this.defaults),this.animationNameCache=new c,this.wowEvent=this.util().createEvent(this.config.boxClass)}return e.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0,callback:null},e.prototype.init=function(){var a;return this.element=window.document.documentElement,"interactive"===(a=document.readyState)||"complete"===a?this.start():this.util().addEvent(document,"DOMContentLoaded",this.start),this.finished=[]},e.prototype.start=function(){var b,c,d,e;if(this.stopped=!1,this.boxes=function(){var a,c,d,e;for(d=this.element.querySelectorAll("."+this.config.boxClass),e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.all=function(){var a,c,d,e;for(d=this.boxes,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else for(e=this.boxes,c=0,d=e.length;d>c;c++)b=e[c],this.applyStyle(b,!0);return this.disabled()||(this.util().addEvent(window,"scroll",this.scrollHandler),this.util().addEvent(window,"resize",this.scrollHandler),this.interval=setInterval(this.scrollCallback,50)),this.config.live?new a(function(a){return function(b){var c,d,e,f,g;for(g=[],c=0,d=b.length;d>c;c++)f=b[c],g.push(function(){var a,b,c,d;for(c=f.addedNodes||[],d=[],a=0,b=c.length;b>a;a++)e=c[a],d.push(this.doSync(e));return d}.call(a));return g}}(this)).observe(document.body,{childList:!0,subtree:!0}):void 0},e.prototype.stop=function(){return this.stopped=!0,this.util().removeEvent(window,"scroll",this.scrollHandler),this.util().removeEvent(window,"resize",this.scrollHandler),null!=this.interval?clearInterval(this.interval):void 0},e.prototype.sync=function(){return a.notSupported?this.doSync(this.element):void 0},e.prototype.doSync=function(a){var b,c,d,e,f;if(null==a&&(a=this.element),1===a.nodeType){for(a=a.parentNode||a,e=a.querySelectorAll("."+this.config.boxClass),f=[],c=0,d=e.length;d>c;c++)b=e[c],g.call(this.all,b)<0?(this.boxes.push(b),this.all.push(b),this.stopped||this.disabled()?this.resetStyle():this.applyStyle(b,!0),f.push(this.scrolled=!0)):f.push(void 0);return f}},e.prototype.show=function(a){return this.applyStyle(a),a.className=a.className+" "+this.config.animateClass,null!=this.config.callback&&this.config.callback(a),this.util().emitEvent(a,this.wowEvent),this.util().addEvent(a,"animationend",this.resetAnimation),this.util().addEvent(a,"oanimationend",this.resetAnimation),this.util().addEvent(a,"webkitAnimationEnd",this.resetAnimation),this.util().addEvent(a,"MSAnimationEnd",this.resetAnimation),a},e.prototype.applyStyle=function(a,b){var c,d,e;return d=a.getAttribute("data-wow-duration"),c=a.getAttribute("data-wow-delay"),e=a.getAttribute("data-wow-iteration"),this.animate(function(f){return function(){return f.customStyle(a,b,d,c,e)}}(this))},e.prototype.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),e.prototype.resetStyle=function(){var a,b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(a.style.visibility="visible");return e},e.prototype.resetAnimation=function(a){var b;return a.type.toLowerCase().indexOf("animationend")>=0?(b=a.target||a.srcElement,b.className=b.className.replace(this.config.animateClass,"").trim()):void 0},e.prototype.customStyle=function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a},e.prototype.vendors=["moz","webkit"],e.prototype.vendorSet=function(a,b){var c,d,e,f;d=[];for(c in b)e=b[c],a[""+c]=e,d.push(function(){var b,d,g,h;for(g=this.vendors,h=[],b=0,d=g.length;d>b;b++)f=g[b],h.push(a[""+f+c.charAt(0).toUpperCase()+c.substr(1)]=e);return h}.call(this));return d},e.prototype.vendorCSS=function(a,b){var c,e,f,g,h,i;for(h=d(a),g=h.getPropertyCSSValue(b),f=this.vendors,c=0,e=f.length;e>c;c++)i=f[c],g=g||h.getPropertyCSSValue("-"+i+"-"+b);return g},e.prototype.animationName=function(a){var b;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=d(a).getPropertyValue("animation-name")}return"none"===b?"":b},e.prototype.cacheAnimationName=function(a){return this.animationNameCache.set(a,this.animationName(a))},e.prototype.cachedAnimationName=function(a){return this.animationNameCache.get(a)},e.prototype.scrollHandler=function(){return this.scrolled=!0},e.prototype.scrollCallback=function(){var a;return!this.scrolled||(this.scrolled=!1,this.boxes=function(){var b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],a&&(this.isVisible(a)?this.show(a):e.push(a));return e}.call(this),this.boxes.length||this.config.live)?void 0:this.stop()},e.prototype.offsetTop=function(a){for(var b;void 0===a.offsetTop;)a=a.parentNode;for(b=a.offsetTop;a=a.offsetParent;)b+=a.offsetTop;return b},e.prototype.isVisible=function(a){var b,c,d,e,f;return c=a.getAttribute("data-wow-offset")||this.config.offset,f=window.pageYOffset,e=f+Math.min(this.element.clientHeight,this.util().innerHeight())-c,d=this.offsetTop(a),b=d+a.clientHeight,e>=d&&b>=f},e.prototype.util=function(){return null!=this._util?this._util:this._util=new b},e.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},e}()}).call(this);
  7161. </script>
  7162. <script>
  7163. jQuery(function(a){"use strict";function d(){a(window).scrollTop()>50?(a("nav.original").css("opacity","0"),a("nav.navbar-fixed-top").css("opacity","1")):(a("nav.original").css("opacity","1"),a("nav.navbar-fixed-top").css("opacity","0"))}function e(){a(this).css("display","block");var b=a(this).find(".modal-dialog"),c=(a(window).height()-b.height())/2,d=parseInt(b.css("marginBottom"),10);c<d&&(c=d),b.css("margin-top",c)}a(window).load(function(){if(a(".intro-tables, .parallax, header").css("opacity","0"),a(".preloader").addClass("animated fadeOut").one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){a(".preloader").hide(),a(".parallax, header").addClass("animated fadeIn").one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){a(".intro-tables").addClass("animated fadeInUp").one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend")})}),a(window).height()>a(window).width()){var b=a(".parallax").width()/a(".parallax").height();a(".parallax img").css("height",a(window).height()+"px"),a(".parallax img").css("width",a(".parallax").height()*b+"px")}a("header").height(a(window).height()+80),a("section .cut").each(function(){a(this).hasClass("cut-top")?a(this).css("border-right-width",a(this).parent().width()+"px"):a(this).hasClass("cut-bottom")&&a(this).css("border-left-width",a(this).parent().width()+"px")}),a(".owl-schedule").owlCarousel({singleItem:!0,pagination:!0}),a(".owl-testimonials").owlCarousel({singleItem:!0,pagination:!0}),a(".owl-twitter").owlCarousel({singleItem:!0,pagination:!0}),a("nav").addClass("original").clone().insertAfter("nav").addClass("navbar-fixed-top").css("position","fixed").css("top","0").css("margin-top","0").removeClass("original"),a(".mobile-nav ul").html(a("nav .navbar-nav").html()),a("nav.navbar-fixed-top .navbar-brand img").attr("src",a("nav.navbar-fixed-top .navbar-brand img").data("active-url")),a(".typed").typewriter({speed:60});var c=0,d=.15;a(".popup-form .dropdown-menu li").each(function(){a(this).css("animation-delay",c+"s"),c+=d}),a(".popup-form .dropdown-menu li a").click(function(b){b.preventDefault(),a(this).parent().parent().prev("button").html(a(this).html())}),a(".navbar.navbar-fixed-top .navbar-nav").onePageNav({currentClass:"active",changeHash:!1,scrollSpeed:400,filter:":not(.btn)"})}),window.addEventListener("scroll",d,!1),a(window).resize(function(){a("header").height(a(window).height())}),a(".pricing .box-main").click(function(){a(".pricing .box-main").removeClass("active"),a(".pricing .box-second").removeClass("active"),a(this).addClass("active"),a(this).next(a(".box-second")).addClass("active"),a("#pricing").css("background-image","url("+a(this).data("img")+")"),a("#pricing").css("background-size","cover")}),a("body").on("click","nav .navbar-toggle",function(){event.stopPropagation(),a(".mobile-nav").addClass("active")}),a("body").on("click",".mobile-nav a",function(b){if(a(".mobile-nav").removeClass("active"),this.hash&&(b.preventDefault(),location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname)){b.stopPropagation();var c=a(this.hash);if(c=c.length?c:a("[name="+this.hash.slice(1)+"]"),c.length)return a("html,body").animate({scrollTop:c.offset().top},1e3),!1}}),a("body").on("click",".mobile-nav a.close-link",function(b){a(".mobile-nav").removeClass("active"),b.preventDefault()}),a("body").on("click","nav.original .navbar-nav a:not([data-toggle])",function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){event.stopPropagation();var b=a(this.hash);if(b=b.length?b:a("[name="+this.hash.slice(1)+"]"),b.length)return a("html,body").animate({scrollTop:b.offset().top},1e3),!1}}),a(".modal").on("show.bs.modal",e),a(".modal-popup .close-link").click(function(b){b.preventDefault(),a("#modal1").modal("hide")}),a(window).on("resize",function(){a(".modal:visible").each(e)})});
  7164. </script>
  7165. </body>
  7166. </html>
Add Comment
Please, Sign In to add comment