Advertisement
Guest User

Untitled

a guest
Oct 7th, 2016
922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 366.60 KB | None | 0 0
  1. @charset "UTF-8";
  2. .fa.fa-pull-left,
  3. .fa.pull-left {
  4. margin-right: .3em
  5. }
  6. .fa,
  7. .fa-stack {
  8. display: inline-block
  9. }
  10. .fa-fw,
  11. .fa-li {
  12. text-align: center
  13. }
  14. .fa,
  15. .hvr-grow {
  16. -moz-osx-font-smoothing: grayscale
  17. }
  18. @font-face {
  19. font-family: FontAwesome;
  20. src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
  21. src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
  22. font-weight: 400;
  23. font-style: normal
  24. }
  25. @font-face {
  26. font-family: 'Gotham-Light';
  27. src: url('../fonts/Gotham-Light.eot');
  28. src: url('../fonts/Gotham-Light.woff2') format('woff2'),
  29. url('../fonts/Gotham-Light.woff') format('woff'),
  30. url('../fonts/Gotham-Light.ttf') format('truetype'),
  31. url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg'),
  32. url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype');
  33. font-weight: normal;
  34. font-style: normal;
  35. }
  36.  
  37. @font-face {
  38. font-family: 'Gotham-Book';
  39. src: url('../fonts/Gotham-Book.eot');
  40. src: url('../fonts/Gotham-Book.woff2') format('woff2'),
  41. url('../fonts/Gotham-Book.woff') format('woff'),
  42. url('../fonts/Gotham-Book.ttf') format('truetype'),
  43. url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg'),
  44. url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype');
  45. font-weight: normal;
  46. font-style: normal;
  47. }
  48.  
  49. @font-face {
  50. font-family: 'MyriadPro-Regular';
  51. src: url('../fonts/MyriadPro-Regular.eot');
  52. src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
  53. url('../fonts/MyriadPro-Regular.woff') format('woff'),
  54. url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
  55. url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
  56. url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
  57. font-weight: normal;
  58. font-style: normal;
  59. }
  60.  
  61.  
  62. .fa {
  63. font: normal normal normal 14px/1 FontAwesome;
  64. font-size: inherit;
  65. text-rendering: auto;
  66. -webkit-font-smoothing: antialiased
  67. }
  68. .fa-lg {
  69. font-size: 1.33333333em;
  70. line-height: .75em;
  71. vertical-align: -15%
  72. }
  73. .fa-2x {
  74. font-size: 2em
  75. }
  76. .fa-3x {
  77. font-size: 3em
  78. }
  79. .fa-4x {
  80. font-size: 4em
  81. }
  82. .fa-5x {
  83. font-size: 5em
  84. }
  85. .fa-fw {
  86. width: 1.28571429em
  87. }
  88. .fa-ul {
  89. padding-left: 0;
  90. margin-left: 2.14285714em;
  91. list-style-type: none
  92. }
  93. .fa.fa-pull-right,
  94. .fa.pull-right {
  95. margin-left: .3em
  96. }
  97. .fa-ul>li {
  98. position: relative
  99. }
  100. .fa-li {
  101. position: absolute;
  102. left: -2.14285714em;
  103. width: 2.14285714em;
  104. top: .14285714em
  105. }
  106. .fa-li.fa-lg {
  107. left: -1.85714286em
  108. }
  109. .fa-border {
  110. padding: .2em .25em .15em;
  111. border: .08em solid #eee;
  112. border-radius: .1em
  113. }
  114. .fa-pull-left {
  115. float: left
  116. }
  117. .fa-pull-right,
  118. .pull-right {
  119. float: right
  120. }
  121. .pull-left {
  122. float: left
  123. }
  124. .fa-spin {
  125. -webkit-animation: fa-spin 2s infinite linear;
  126. animation: fa-spin 2s infinite linear
  127. }
  128. .fa-pulse {
  129. -webkit-animation: fa-spin 1s infinite steps(8);
  130. animation: fa-spin 1s infinite steps(8)
  131. }
  132. @-webkit-keyframes fa-spin {
  133. 0% {
  134. -webkit-transform: rotate(0);
  135. transform: rotate(0)
  136. }
  137. 100% {
  138. -webkit-transform: rotate(359deg);
  139. transform: rotate(359deg)
  140. }
  141. }
  142. @keyframes fa-spin {
  143. 0% {
  144. -webkit-transform: rotate(0);
  145. transform: rotate(0)
  146. }
  147. 100% {
  148. -webkit-transform: rotate(359deg);
  149. transform: rotate(359deg)
  150. }
  151. }
  152. .fa-rotate-90 {
  153. filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
  154. -webkit-transform: rotate(90deg);
  155. -ms-transform: rotate(90deg);
  156. transform: rotate(90deg)
  157. }
  158. .fa-rotate-180 {
  159. filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
  160. -webkit-transform: rotate(180deg);
  161. -ms-transform: rotate(180deg);
  162. transform: rotate(180deg)
  163. }
  164. .fa-rotate-270 {
  165. filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
  166. -webkit-transform: rotate(270deg);
  167. -ms-transform: rotate(270deg);
  168. transform: rotate(270deg)
  169. }
  170. .fa-flip-horizontal {
  171. filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  172. -webkit-transform: scale(-1, 1);
  173. -ms-transform: scale(-1, 1);
  174. transform: scale(-1, 1)
  175. }
  176. .fa-flip-vertical {
  177. filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  178. -webkit-transform: scale(1, -1);
  179. -ms-transform: scale(1, -1);
  180. transform: scale(1, -1)
  181. }
  182. :root .fa-flip-horizontal,
  183. :root .fa-flip-vertical,
  184. :root .fa-rotate-180,
  185. :root .fa-rotate-270,
  186. :root .fa-rotate-90 {
  187. filter: none
  188. }
  189. .fa-stack {
  190. position: relative;
  191. width: 2em;
  192. height: 2em;
  193. line-height: 2em;
  194. vertical-align: middle
  195. }
  196. .fa-stack-1x,
  197. .fa-stack-2x {
  198. position: absolute;
  199. left: 0;
  200. width: 100%;
  201. text-align: center
  202. }
  203. .fa-stack-1x {
  204. line-height: inherit
  205. }
  206. .fa-stack-2x {
  207. font-size: 2em
  208. }
  209. .fa-inverse {
  210. color: #fff
  211. }
  212. .fa-glass:before {
  213. content: "\f000"
  214. }
  215. .fa-music:before {
  216. content: "\f001"
  217. }
  218. .fa-search:before {
  219. content: "\f002"
  220. }
  221. .fa-envelope-o:before {
  222. content: "\f003"
  223. }
  224. .fa-heart:before {
  225. content: "\f004"
  226. }
  227. .fa-star:before {
  228. content: "\f005"
  229. }
  230. .fa-star-o:before {
  231. content: "\f006"
  232. }
  233. .fa-user:before {
  234. content: "\f007"
  235. }
  236. .fa-film:before {
  237. content: "\f008"
  238. }
  239. .fa-th-large:before {
  240. content: "\f009"
  241. }
  242. .fa-th:before {
  243. content: "\f00a"
  244. }
  245. .fa-th-list:before {
  246. content: "\f00b"
  247. }
  248. .fa-check:before {
  249. content: "\f00c"
  250. }
  251. .fa-close:before,
  252. .fa-remove:before,
  253. .fa-times:before {
  254. content: "\f00d"
  255. }
  256. .fa-search-plus:before {
  257. content: "\f00e"
  258. }
  259. .fa-search-minus:before {
  260. content: "\f010"
  261. }
  262. .fa-power-off:before {
  263. content: "\f011"
  264. }
  265. .fa-signal:before {
  266. content: "\f012"
  267. }
  268. .fa-cog:before,
  269. .fa-gear:before {
  270. content: "\f013"
  271. }
  272. .fa-trash-o:before {
  273. content: "\f014"
  274. }
  275. .fa-home:before,
  276. .hvr-icon-pulse:before {
  277. content: "\f015"
  278. }
  279. .fa-file-o:before {
  280. content: "\f016"
  281. }
  282. .fa-clock-o:before {
  283. content: "\f017"
  284. }
  285. .fa-road:before {
  286. content: "\f018"
  287. }
  288. .fa-download:before {
  289. content: "\f019"
  290. }
  291. .fa-arrow-circle-o-down:before {
  292. content: "\f01a"
  293. }
  294. .fa-arrow-circle-o-up:before {
  295. content: "\f01b"
  296. }
  297. .fa-inbox:before {
  298. content: "\f01c"
  299. }
  300. .fa-play-circle-o:before {
  301. content: "\f01d"
  302. }
  303. .fa-repeat:before,
  304. .fa-rotate-right:before {
  305. content: "\f01e"
  306. }
  307. .fa-refresh:before {
  308. content: "\f021"
  309. }
  310. .fa-list-alt:before {
  311. content: "\f022"
  312. }
  313. .fa-lock:before {
  314. content: "\f023"
  315. }
  316. .fa-flag:before {
  317. content: "\f024"
  318. }
  319. .fa-headphones:before {
  320. content: "\f025"
  321. }
  322. .fa-volume-off:before {
  323. content: "\f026"
  324. }
  325. .fa-volume-down:before {
  326. content: "\f027"
  327. }
  328. .fa-volume-up:before {
  329. content: "\f028"
  330. }
  331. .fa-qrcode:before {
  332. content: "\f029"
  333. }
  334. .fa-barcode:before {
  335. content: "\f02a"
  336. }
  337. .fa-tag:before {
  338. content: "\f02b"
  339. }
  340. .fa-tags:before {
  341. content: "\f02c"
  342. }
  343. .fa-book:before {
  344. content: "\f02d"
  345. }
  346. .fa-bookmark:before {
  347. content: "\f02e"
  348. }
  349. .fa-print:before {
  350. content: "\f02f"
  351. }
  352. .fa-camera:before {
  353. content: "\f030"
  354. }
  355. .fa-font:before {
  356. content: "\f031"
  357. }
  358. .fa-bold:before {
  359. content: "\f032"
  360. }
  361. .fa-italic:before {
  362. content: "\f033"
  363. }
  364. .fa-text-height:before {
  365. content: "\f034"
  366. }
  367. .fa-text-width:before {
  368. content: "\f035"
  369. }
  370. .fa-align-left:before {
  371. content: "\f036"
  372. }
  373. .fa-align-center:before {
  374. content: "\f037"
  375. }
  376. .fa-align-right:before {
  377. content: "\f038"
  378. }
  379. .fa-align-justify:before {
  380. content: "\f039"
  381. }
  382. .fa-list:before {
  383. content: "\f03a"
  384. }
  385. .fa-dedent:before,
  386. .fa-outdent:before {
  387. content: "\f03b"
  388. }
  389. .fa-indent:before {
  390. content: "\f03c"
  391. }
  392. .fa-video-camera:before {
  393. content: "\f03d"
  394. }
  395. .fa-image:before,
  396. .fa-photo:before,
  397. .fa-picture-o:before {
  398. content: "\f03e"
  399. }
  400. .fa-pencil:before {
  401. content: "\f040"
  402. }
  403. .fa-map-marker:before {
  404. content: "\f041"
  405. }
  406. .fa-adjust:before {
  407. content: "\f042"
  408. }
  409. .fa-tint:before {
  410. content: "\f043"
  411. }
  412. .fa-edit:before,
  413. .fa-pencil-square-o:before {
  414. content: "\f044"
  415. }
  416. .fa-share-square-o:before {
  417. content: "\f045"
  418. }
  419. .fa-check-square-o:before {
  420. content: "\f046"
  421. }
  422. .fa-arrows:before {
  423. content: "\f047"
  424. }
  425. .fa-step-backward:before {
  426. content: "\f048"
  427. }
  428. .fa-fast-backward:before {
  429. content: "\f049"
  430. }
  431. .fa-backward:before {
  432. content: "\f04a"
  433. }
  434. .fa-play:before {
  435. content: "\f04b"
  436. }
  437. .fa-pause:before {
  438. content: "\f04c"
  439. }
  440. .fa-stop:before {
  441. content: "\f04d"
  442. }
  443. .fa-forward:before {
  444. content: "\f04e"
  445. }
  446. .fa-fast-forward:before {
  447. content: "\f050"
  448. }
  449. .fa-step-forward:before {
  450. content: "\f051"
  451. }
  452. .fa-eject:before {
  453. content: "\f052"
  454. }
  455. .fa-chevron-left:before {
  456. content: "\f053"
  457. }
  458. .fa-chevron-right:before {
  459. content: "\f054"
  460. }
  461. .fa-plus-circle:before {
  462. content: "\f055"
  463. }
  464. .fa-minus-circle:before {
  465. content: "\f056"
  466. }
  467. .fa-times-circle:before {
  468. content: "\f057"
  469. }
  470. .fa-check-circle:before {
  471. content: "\f058"
  472. }
  473. .fa-question-circle:before {
  474. content: "\f059"
  475. }
  476. .fa-info-circle:before {
  477. content: "\f05a"
  478. }
  479. .fa-crosshairs:before {
  480. content: "\f05b"
  481. }
  482. .fa-times-circle-o:before {
  483. content: "\f05c"
  484. }
  485. .fa-check-circle-o:before {
  486. content: "\f05d"
  487. }
  488. .fa-ban:before {
  489. content: "\f05e"
  490. }
  491. .fa-arrow-left:before {
  492. content: "\f060"
  493. }
  494. .fa-arrow-right:before {
  495. content: "\f061"
  496. }
  497. .fa-arrow-up:before {
  498. content: "\f062"
  499. }
  500. .fa-arrow-down:before {
  501. content: "\f063"
  502. }
  503. .fa-mail-forward:before,
  504. .fa-share:before {
  505. content: "\f064"
  506. }
  507. .fa-expand:before {
  508. content: "\f065"
  509. }
  510. .fa-compress:before {
  511. content: "\f066"
  512. }
  513. .fa-plus:before {
  514. content: "\f067"
  515. }
  516. .fa-minus:before {
  517. content: "\f068"
  518. }
  519. .fa-asterisk:before {
  520. content: "\f069"
  521. }
  522. .fa-exclamation-circle:before {
  523. content: "\f06a"
  524. }
  525. .fa-gift:before {
  526. content: "\f06b"
  527. }
  528. .fa-leaf:before {
  529. content: "\f06c"
  530. }
  531. .fa-fire:before {
  532. content: "\f06d"
  533. }
  534. .fa-eye:before {
  535. content: "\f06e"
  536. }
  537. .fa-eye-slash:before {
  538. content: "\f070"
  539. }
  540. .fa-exclamation-triangle:before,
  541. .fa-warning:before {
  542. content: "\f071"
  543. }
  544. .fa-plane:before {
  545. content: "\f072"
  546. }
  547. .fa-calendar:before {
  548. content: "\f073"
  549. }
  550. .fa-random:before {
  551. content: "\f074"
  552. }
  553. .fa-comment:before {
  554. content: "\f075"
  555. }
  556. .fa-magnet:before {
  557. content: "\f076"
  558. }
  559. .fa-chevron-up:before {
  560. content: "\f077"
  561. }
  562. .fa-chevron-down:before {
  563. content: "\f078"
  564. }
  565. .fa-retweet:before {
  566. content: "\f079"
  567. }
  568. .fa-shopping-cart:before {
  569. content: "\f07a"
  570. }
  571. .fa-folder:before {
  572. content: "\f07b"
  573. }
  574. .fa-folder-open:before {
  575. content: "\f07c"
  576. }
  577. .fa-arrows-v:before {
  578. content: "\f07d"
  579. }
  580. .fa-arrows-h:before {
  581. content: "\f07e"
  582. }
  583. .fa-bar-chart-o:before,
  584. .fa-bar-chart:before {
  585. content: "\f080"
  586. }
  587. .fa-twitter-square:before {
  588. content: "\f081"
  589. }
  590. .fa-facebook-square:before {
  591. content: "\f082"
  592. }
  593. .fa-camera-retro:before {
  594. content: "\f083"
  595. }
  596. .fa-key:before {
  597. content: "\f084"
  598. }
  599. .fa-cogs:before,
  600. .fa-gears:before {
  601. content: "\f085"
  602. }
  603. .fa-comments:before {
  604. content: "\f086"
  605. }
  606. .fa-thumbs-o-up:before {
  607. content: "\f087"
  608. }
  609. .fa-thumbs-o-down:before {
  610. content: "\f088"
  611. }
  612. .fa-star-half:before {
  613. content: "\f089"
  614. }
  615. .fa-heart-o:before {
  616. content: "\f08a"
  617. }
  618. .fa-sign-out:before {
  619. content: "\f08b"
  620. }
  621. .fa-linkedin-square:before {
  622. content: "\f08c"
  623. }
  624. .fa-thumb-tack:before {
  625. content: "\f08d"
  626. }
  627. .fa-external-link:before {
  628. content: "\f08e"
  629. }
  630. .fa-sign-in:before {
  631. content: "\f090"
  632. }
  633. .fa-trophy:before {
  634. content: "\f091"
  635. }
  636. .fa-github-square:before {
  637. content: "\f092"
  638. }
  639. .fa-upload:before {
  640. content: "\f093"
  641. }
  642. .fa-lemon-o:before {
  643. content: "\f094"
  644. }
  645. .fa-phone:before {
  646. content: "\f095"
  647. }
  648. .fa-square-o:before {
  649. content: "\f096"
  650. }
  651. .fa-bookmark-o:before {
  652. content: "\f097"
  653. }
  654. .fa-phone-square:before {
  655. content: "\f098"
  656. }
  657. .fa-twitter:before {
  658. content: "\f099"
  659. }
  660. .fa-facebook-f:before,
  661. .fa-facebook:before {
  662. content: "\f09a"
  663. }
  664. .fa-github:before {
  665. content: "\f09b"
  666. }
  667. .fa-unlock:before {
  668. content: "\f09c"
  669. }
  670. .fa-credit-card:before {
  671. content: "\f09d"
  672. }
  673. .fa-feed:before,
  674. .fa-rss:before {
  675. content: "\f09e"
  676. }
  677. .fa-hdd-o:before {
  678. content: "\f0a0"
  679. }
  680. .fa-bullhorn:before {
  681. content: "\f0a1"
  682. }
  683. .fa-bell:before {
  684. content: "\f0f3"
  685. }
  686. .fa-certificate:before {
  687. content: "\f0a3"
  688. }
  689. .fa-hand-o-right:before {
  690. content: "\f0a4"
  691. }
  692. .fa-hand-o-left:before {
  693. content: "\f0a5"
  694. }
  695. .fa-hand-o-up:before {
  696. content: "\f0a6"
  697. }
  698. .fa-hand-o-down:before {
  699. content: "\f0a7"
  700. }
  701. .fa-arrow-circle-left:before {
  702. content: "\f0a8"
  703. }
  704. .fa-arrow-circle-right:before {
  705. content: "\f0a9"
  706. }
  707. .fa-arrow-circle-up:before {
  708. content: "\f0aa"
  709. }
  710. .fa-arrow-circle-down:before {
  711. content: "\f0ab"
  712. }
  713. .fa-globe:before {
  714. content: "\f0ac"
  715. }
  716. .fa-wrench:before {
  717. content: "\f0ad"
  718. }
  719. .fa-tasks:before {
  720. content: "\f0ae"
  721. }
  722. .fa-filter:before {
  723. content: "\f0b0"
  724. }
  725. .fa-briefcase:before {
  726. content: "\f0b1"
  727. }
  728. .fa-arrows-alt:before {
  729. content: "\f0b2"
  730. }
  731. .fa-group:before,
  732. .fa-users:before {
  733. content: "\f0c0"
  734. }
  735. .fa-chain:before,
  736. .fa-link:before {
  737. content: "\f0c1"
  738. }
  739. .fa-cloud:before {
  740. content: "\f0c2"
  741. }
  742. .fa-flask:before {
  743. content: "\f0c3"
  744. }
  745. .fa-cut:before,
  746. .fa-scissors:before {
  747. content: "\f0c4"
  748. }
  749. .fa-copy:before,
  750. .fa-files-o:before {
  751. content: "\f0c5"
  752. }
  753. .fa-paperclip:before {
  754. content: "\f0c6"
  755. }
  756. .fa-floppy-o:before,
  757. .fa-save:before {
  758. content: "\f0c7"
  759. }
  760. .fa-square:before {
  761. content: "\f0c8"
  762. }
  763. .fa-bars:before,
  764. .fa-navicon:before,
  765. .fa-reorder:before {
  766. content: "\f0c9"
  767. }
  768. .fa-list-ul:before {
  769. content: "\f0ca"
  770. }
  771. .fa-list-ol:before {
  772. content: "\f0cb"
  773. }
  774. .fa-strikethrough:before {
  775. content: "\f0cc"
  776. }
  777. .fa-underline:before {
  778. content: "\f0cd"
  779. }
  780. .fa-table:before {
  781. content: "\f0ce"
  782. }
  783. .fa-magic:before {
  784. content: "\f0d0"
  785. }
  786. .fa-truck:before {
  787. content: "\f0d1"
  788. }
  789. .fa-pinterest:before {
  790. content: "\f0d2"
  791. }
  792. .fa-pinterest-square:before {
  793. content: "\f0d3"
  794. }
  795. .fa-google-plus-square:before {
  796. content: "\f0d4"
  797. }
  798. .fa-google-plus:before {
  799. content: "\f0d5"
  800. }
  801. .fa-money:before {
  802. content: "\f0d6"
  803. }
  804. .fa-caret-down:before {
  805. content: "\f0d7"
  806. }
  807. .fa-caret-up:before {
  808. content: "\f0d8"
  809. }
  810. .fa-caret-left:before {
  811. content: "\f0d9"
  812. }
  813. .fa-caret-right:before {
  814. content: "\f0da"
  815. }
  816. .fa-columns:before {
  817. content: "\f0db"
  818. }
  819. .fa-sort:before,
  820. .fa-unsorted:before {
  821. content: "\f0dc"
  822. }
  823. .fa-sort-desc:before,
  824. .fa-sort-down:before {
  825. content: "\f0dd"
  826. }
  827. .fa-sort-asc:before,
  828. .fa-sort-up:before {
  829. content: "\f0de"
  830. }
  831. .fa-envelope:before {
  832. content: "\f0e0"
  833. }
  834. .fa-linkedin:before {
  835. content: "\f0e1"
  836. }
  837. .fa-rotate-left:before,
  838. .fa-undo:before {
  839. content: "\f0e2"
  840. }
  841. .fa-gavel:before,
  842. .fa-legal:before {
  843. content: "\f0e3"
  844. }
  845. .fa-dashboard:before,
  846. .fa-tachometer:before {
  847. content: "\f0e4"
  848. }
  849. .fa-comment-o:before {
  850. content: "\f0e5"
  851. }
  852. .fa-comments-o:before {
  853. content: "\f0e6"
  854. }
  855. .fa-bolt:before,
  856. .fa-flash:before {
  857. content: "\f0e7"
  858. }
  859. .fa-sitemap:before {
  860. content: "\f0e8"
  861. }
  862. .fa-umbrella:before {
  863. content: "\f0e9"
  864. }
  865. .fa-clipboard:before,
  866. .fa-paste:before {
  867. content: "\f0ea"
  868. }
  869. .fa-lightbulb-o:before {
  870. content: "\f0eb"
  871. }
  872. .fa-exchange:before {
  873. content: "\f0ec"
  874. }
  875. .fa-cloud-download:before {
  876. content: "\f0ed"
  877. }
  878. .fa-cloud-upload:before {
  879. content: "\f0ee"
  880. }
  881. .fa-user-md:before {
  882. content: "\f0f0"
  883. }
  884. .fa-stethoscope:before {
  885. content: "\f0f1"
  886. }
  887. .fa-suitcase:before {
  888. content: "\f0f2"
  889. }
  890. .fa-bell-o:before {
  891. content: "\f0a2"
  892. }
  893. .fa-coffee:before {
  894. content: "\f0f4"
  895. }
  896. .fa-cutlery:before {
  897. content: "\f0f5"
  898. }
  899. .fa-file-text-o:before {
  900. content: "\f0f6"
  901. }
  902. .fa-building-o:before {
  903. content: "\f0f7"
  904. }
  905. .fa-hospital-o:before {
  906. content: "\f0f8"
  907. }
  908. .fa-ambulance:before {
  909. content: "\f0f9"
  910. }
  911. .fa-medkit:before {
  912. content: "\f0fa"
  913. }
  914. .fa-fighter-jet:before {
  915. content: "\f0fb"
  916. }
  917. .fa-beer:before {
  918. content: "\f0fc"
  919. }
  920. .fa-h-square:before {
  921. content: "\f0fd"
  922. }
  923. .fa-plus-square:before {
  924. content: "\f0fe"
  925. }
  926. .fa-angle-double-left:before {
  927. content: "\f100"
  928. }
  929. .fa-angle-double-right:before {
  930. content: "\f101"
  931. }
  932. .fa-angle-double-up:before {
  933. content: "\f102"
  934. }
  935. .fa-angle-double-down:before {
  936. content: "\f103"
  937. }
  938. .fa-angle-left:before {
  939. content: "\f104"
  940. }
  941. .fa-angle-right:before {
  942. content: "\f105"
  943. }
  944. .fa-angle-up:before {
  945. content: "\f106"
  946. }
  947. .fa-angle-down:before {
  948. content: "\f107"
  949. }
  950. .fa-desktop:before {
  951. content: "\f108"
  952. }
  953. .fa-laptop:before {
  954. content: "\f109"
  955. }
  956. .fa-tablet:before {
  957. content: "\f10a"
  958. }
  959. .fa-mobile-phone:before,
  960. .fa-mobile:before {
  961. content: "\f10b"
  962. }
  963. .fa-circle-o:before {
  964. content: "\f10c"
  965. }
  966. .fa-quote-left:before {
  967. content: "\f10d"
  968. }
  969. .fa-quote-right:before {
  970. content: "\f10e"
  971. }
  972. .fa-spinner:before {
  973. content: "\f110"
  974. }
  975. .fa-circle:before {
  976. content: "\f111"
  977. }
  978. .fa-mail-reply:before,
  979. .fa-reply:before {
  980. content: "\f112"
  981. }
  982. .fa-github-alt:before {
  983. content: "\f113"
  984. }
  985. .fa-folder-o:before {
  986. content: "\f114"
  987. }
  988. .fa-folder-open-o:before {
  989. content: "\f115"
  990. }
  991. .fa-smile-o:before {
  992. content: "\f118"
  993. }
  994. .fa-frown-o:before {
  995. content: "\f119"
  996. }
  997. .fa-meh-o:before {
  998. content: "\f11a"
  999. }
  1000. .fa-gamepad:before {
  1001. content: "\f11b"
  1002. }
  1003. .fa-keyboard-o:before {
  1004. content: "\f11c"
  1005. }
  1006. .fa-flag-o:before {
  1007. content: "\f11d"
  1008. }
  1009. .fa-flag-checkered:before {
  1010. content: "\f11e"
  1011. }
  1012. .fa-terminal:before {
  1013. content: "\f120"
  1014. }
  1015. .fa-code:before {
  1016. content: "\f121"
  1017. }
  1018. .fa-mail-reply-all:before,
  1019. .fa-reply-all:before {
  1020. content: "\f122"
  1021. }
  1022. .fa-star-half-empty:before,
  1023. .fa-star-half-full:before,
  1024. .fa-star-half-o:before {
  1025. content: "\f123"
  1026. }
  1027. .fa-location-arrow:before {
  1028. content: "\f124"
  1029. }
  1030. .fa-crop:before {
  1031. content: "\f125"
  1032. }
  1033. .fa-code-fork:before {
  1034. content: "\f126"
  1035. }
  1036. .fa-chain-broken:before,
  1037. .fa-unlink:before {
  1038. content: "\f127"
  1039. }
  1040. .fa-question:before {
  1041. content: "\f128"
  1042. }
  1043. .fa-info:before {
  1044. content: "\f129"
  1045. }
  1046. .fa-exclamation:before {
  1047. content: "\f12a"
  1048. }
  1049. .fa-superscript:before {
  1050. content: "\f12b"
  1051. }
  1052. .fa-subscript:before {
  1053. content: "\f12c"
  1054. }
  1055. .fa-eraser:before {
  1056. content: "\f12d"
  1057. }
  1058. .fa-puzzle-piece:before {
  1059. content: "\f12e"
  1060. }
  1061. .fa-microphone:before {
  1062. content: "\f130"
  1063. }
  1064. .fa-microphone-slash:before {
  1065. content: "\f131"
  1066. }
  1067. .fa-shield:before {
  1068. content: "\f132"
  1069. }
  1070. .fa-calendar-o:before {
  1071. content: "\f133"
  1072. }
  1073. .fa-fire-extinguisher:before {
  1074. content: "\f134"
  1075. }
  1076. .fa-rocket:before {
  1077. content: "\f135"
  1078. }
  1079. .fa-maxcdn:before {
  1080. content: "\f136"
  1081. }
  1082. .fa-chevron-circle-left:before {
  1083. content: "\f137"
  1084. }
  1085. .fa-chevron-circle-right:before {
  1086. content: "\f138"
  1087. }
  1088. .fa-chevron-circle-up:before {
  1089. content: "\f139"
  1090. }
  1091. .fa-chevron-circle-down:before {
  1092. content: "\f13a"
  1093. }
  1094. .fa-html5:before {
  1095. content: "\f13b"
  1096. }
  1097. .fa-css3:before {
  1098. content: "\f13c"
  1099. }
  1100. .fa-anchor:before {
  1101. content: "\f13d"
  1102. }
  1103. .fa-unlock-alt:before {
  1104. content: "\f13e"
  1105. }
  1106. .fa-bullseye:before {
  1107. content: "\f140"
  1108. }
  1109. .fa-ellipsis-h:before {
  1110. content: "\f141"
  1111. }
  1112. .fa-ellipsis-v:before {
  1113. content: "\f142"
  1114. }
  1115. .fa-rss-square:before {
  1116. content: "\f143"
  1117. }
  1118. .fa-play-circle:before {
  1119. content: "\f144"
  1120. }
  1121. .fa-ticket:before {
  1122. content: "\f145"
  1123. }
  1124. .fa-minus-square:before {
  1125. content: "\f146"
  1126. }
  1127. .fa-minus-square-o:before {
  1128. content: "\f147"
  1129. }
  1130. .fa-level-up:before {
  1131. content: "\f148"
  1132. }
  1133. .fa-level-down:before {
  1134. content: "\f149"
  1135. }
  1136. .fa-check-square:before {
  1137. content: "\f14a"
  1138. }
  1139. .fa-pencil-square:before {
  1140. content: "\f14b"
  1141. }
  1142. .fa-external-link-square:before {
  1143. content: "\f14c"
  1144. }
  1145. .fa-share-square:before {
  1146. content: "\f14d"
  1147. }
  1148. .fa-compass:before {
  1149. content: "\f14e"
  1150. }
  1151. .fa-caret-square-o-down:before,
  1152. .fa-toggle-down:before {
  1153. content: "\f150"
  1154. }
  1155. .fa-caret-square-o-up:before,
  1156. .fa-toggle-up:before {
  1157. content: "\f151"
  1158. }
  1159. .fa-caret-square-o-right:before,
  1160. .fa-toggle-right:before {
  1161. content: "\f152"
  1162. }
  1163. .fa-eur:before,
  1164. .fa-euro:before {
  1165. content: "\f153"
  1166. }
  1167. .fa-gbp:before {
  1168. content: "\f154"
  1169. }
  1170. .fa-dollar:before,
  1171. .fa-usd:before {
  1172. content: "\f155"
  1173. }
  1174. .fa-inr:before,
  1175. .fa-rupee:before {
  1176. content: "\f156"
  1177. }
  1178. .fa-cny:before,
  1179. .fa-jpy:before,
  1180. .fa-rmb:before,
  1181. .fa-yen:before {
  1182. content: "\f157"
  1183. }
  1184. .fa-rouble:before,
  1185. .fa-rub:before,
  1186. .fa-ruble:before {
  1187. content: "\f158"
  1188. }
  1189. .fa-krw:before,
  1190. .fa-won:before {
  1191. content: "\f159"
  1192. }
  1193. .fa-bitcoin:before,
  1194. .fa-btc:before {
  1195. content: "\f15a"
  1196. }
  1197. .fa-file:before {
  1198. content: "\f15b"
  1199. }
  1200. .fa-file-text:before {
  1201. content: "\f15c"
  1202. }
  1203. .fa-sort-alpha-asc:before {
  1204. content: "\f15d"
  1205. }
  1206. .fa-sort-alpha-desc:before {
  1207. content: "\f15e"
  1208. }
  1209. .fa-sort-amount-asc:before {
  1210. content: "\f160"
  1211. }
  1212. .fa-sort-amount-desc:before {
  1213. content: "\f161"
  1214. }
  1215. .fa-sort-numeric-asc:before {
  1216. content: "\f162"
  1217. }
  1218. .fa-sort-numeric-desc:before {
  1219. content: "\f163"
  1220. }
  1221. .fa-thumbs-up:before {
  1222. content: "\f164"
  1223. }
  1224. .fa-thumbs-down:before {
  1225. content: "\f165"
  1226. }
  1227. .fa-youtube-square:before {
  1228. content: "\f166"
  1229. }
  1230. .fa-youtube:before {
  1231. content: "\f167"
  1232. }
  1233. .fa-xing:before {
  1234. content: "\f168"
  1235. }
  1236. .fa-xing-square:before {
  1237. content: "\f169"
  1238. }
  1239. .fa-youtube-play:before {
  1240. content: "\f16a"
  1241. }
  1242. .fa-dropbox:before {
  1243. content: "\f16b"
  1244. }
  1245. .fa-stack-overflow:before {
  1246. content: "\f16c"
  1247. }
  1248. .fa-instagram:before {
  1249. content: "\f16d"
  1250. }
  1251. .fa-flickr:before {
  1252. content: "\f16e"
  1253. }
  1254. .fa-adn:before {
  1255. content: "\f170"
  1256. }
  1257. .fa-bitbucket:before {
  1258. content: "\f171"
  1259. }
  1260. .fa-bitbucket-square:before {
  1261. content: "\f172"
  1262. }
  1263. .fa-tumblr:before {
  1264. content: "\f173"
  1265. }
  1266. .fa-tumblr-square:before {
  1267. content: "\f174"
  1268. }
  1269. .fa-long-arrow-down:before {
  1270. content: "\f175"
  1271. }
  1272. .fa-long-arrow-up:before {
  1273. content: "\f176"
  1274. }
  1275. .fa-long-arrow-left:before {
  1276. content: "\f177"
  1277. }
  1278. .fa-long-arrow-right:before {
  1279. content: "\f178"
  1280. }
  1281. .fa-apple:before {
  1282. content: "\f179"
  1283. }
  1284. .fa-windows:before {
  1285. content: "\f17a"
  1286. }
  1287. .fa-android:before {
  1288. content: "\f17b"
  1289. }
  1290. .fa-linux:before {
  1291. content: "\f17c"
  1292. }
  1293. .fa-dribbble:before {
  1294. content: "\f17d"
  1295. }
  1296. .fa-skype:before {
  1297. content: "\f17e"
  1298. }
  1299. .fa-foursquare:before {
  1300. content: "\f180"
  1301. }
  1302. .fa-trello:before {
  1303. content: "\f181"
  1304. }
  1305. .fa-female:before {
  1306. content: "\f182"
  1307. }
  1308. .fa-male:before {
  1309. content: "\f183"
  1310. }
  1311. .fa-gittip:before,
  1312. .fa-gratipay:before {
  1313. content: "\f184"
  1314. }
  1315. .fa-sun-o:before {
  1316. content: "\f185"
  1317. }
  1318. .fa-moon-o:before {
  1319. content: "\f186"
  1320. }
  1321. .fa-archive:before {
  1322. content: "\f187"
  1323. }
  1324. .fa-bug:before {
  1325. content: "\f188"
  1326. }
  1327. .fa-vk:before {
  1328. content: "\f189"
  1329. }
  1330. .fa-weibo:before {
  1331. content: "\f18a"
  1332. }
  1333. .fa-renren:before {
  1334. content: "\f18b"
  1335. }
  1336. .fa-pagelines:before {
  1337. content: "\f18c"
  1338. }
  1339. .fa-stack-exchange:before {
  1340. content: "\f18d"
  1341. }
  1342. .fa-arrow-circle-o-right:before {
  1343. content: "\f18e"
  1344. }
  1345. .fa-arrow-circle-o-left:before {
  1346. content: "\f190"
  1347. }
  1348. .fa-caret-square-o-left:before,
  1349. .fa-toggle-left:before {
  1350. content: "\f191"
  1351. }
  1352. .fa-dot-circle-o:before {
  1353. content: "\f192"
  1354. }
  1355. .fa-wheelchair:before {
  1356. content: "\f193"
  1357. }
  1358. .fa-vimeo-square:before {
  1359. content: "\f194"
  1360. }
  1361. .fa-try:before,
  1362. .fa-turkish-lira:before {
  1363. content: "\f195"
  1364. }
  1365. .fa-plus-square-o:before {
  1366. content: "\f196"
  1367. }
  1368. .fa-space-shuttle:before {
  1369. content: "\f197"
  1370. }
  1371. .fa-slack:before {
  1372. content: "\f198"
  1373. }
  1374. .fa-envelope-square:before {
  1375. content: "\f199"
  1376. }
  1377. .fa-wordpress:before {
  1378. content: "\f19a"
  1379. }
  1380. .fa-openid:before {
  1381. content: "\f19b"
  1382. }
  1383. .fa-bank:before,
  1384. .fa-institution:before,
  1385. .fa-university:before {
  1386. content: "\f19c"
  1387. }
  1388. .fa-graduation-cap:before,
  1389. .fa-mortar-board:before {
  1390. content: "\f19d"
  1391. }
  1392. .fa-yahoo:before {
  1393. content: "\f19e"
  1394. }
  1395. .fa-google:before {
  1396. content: "\f1a0"
  1397. }
  1398. .fa-reddit:before {
  1399. content: "\f1a1"
  1400. }
  1401. .fa-reddit-square:before {
  1402. content: "\f1a2"
  1403. }
  1404. .fa-stumbleupon-circle:before {
  1405. content: "\f1a3"
  1406. }
  1407. .fa-stumbleupon:before {
  1408. content: "\f1a4"
  1409. }
  1410. .fa-delicious:before {
  1411. content: "\f1a5"
  1412. }
  1413. .fa-digg:before {
  1414. content: "\f1a6"
  1415. }
  1416. .fa-pied-piper:before {
  1417. content: "\f1a7"
  1418. }
  1419. .fa-pied-piper-alt:before {
  1420. content: "\f1a8"
  1421. }
  1422. .fa-drupal:before {
  1423. content: "\f1a9"
  1424. }
  1425. .fa-joomla:before {
  1426. content: "\f1aa"
  1427. }
  1428. .fa-language:before {
  1429. content: "\f1ab"
  1430. }
  1431. .fa-fax:before {
  1432. content: "\f1ac"
  1433. }
  1434. .fa-building:before {
  1435. content: "\f1ad"
  1436. }
  1437. .fa-child:before {
  1438. content: "\f1ae"
  1439. }
  1440. .fa-paw:before {
  1441. content: "\f1b0"
  1442. }
  1443. .fa-spoon:before {
  1444. content: "\f1b1"
  1445. }
  1446. .fa-cube:before {
  1447. content: "\f1b2"
  1448. }
  1449. .fa-cubes:before {
  1450. content: "\f1b3"
  1451. }
  1452. .fa-behance:before {
  1453. content: "\f1b4"
  1454. }
  1455. .fa-behance-square:before {
  1456. content: "\f1b5"
  1457. }
  1458. .fa-steam:before {
  1459. content: "\f1b6"
  1460. }
  1461. .fa-steam-square:before {
  1462. content: "\f1b7"
  1463. }
  1464. .fa-recycle:before {
  1465. content: "\f1b8"
  1466. }
  1467. .fa-automobile:before,
  1468. .fa-car:before {
  1469. content: "\f1b9"
  1470. }
  1471. .fa-cab:before,
  1472. .fa-taxi:before {
  1473. content: "\f1ba"
  1474. }
  1475. .fa-tree:before {
  1476. content: "\f1bb"
  1477. }
  1478. .fa-spotify:before {
  1479. content: "\f1bc"
  1480. }
  1481. .fa-deviantart:before {
  1482. content: "\f1bd"
  1483. }
  1484. .fa-soundcloud:before {
  1485. content: "\f1be"
  1486. }
  1487. .fa-database:before {
  1488. content: "\f1c0"
  1489. }
  1490. .fa-file-pdf-o:before {
  1491. content: "\f1c1"
  1492. }
  1493. .fa-file-word-o:before {
  1494. content: "\f1c2"
  1495. }
  1496. .fa-file-excel-o:before {
  1497. content: "\f1c3"
  1498. }
  1499. .fa-file-powerpoint-o:before {
  1500. content: "\f1c4"
  1501. }
  1502. .fa-file-image-o:before,
  1503. .fa-file-photo-o:before,
  1504. .fa-file-picture-o:before {
  1505. content: "\f1c5"
  1506. }
  1507. .fa-file-archive-o:before,
  1508. .fa-file-zip-o:before {
  1509. content: "\f1c6"
  1510. }
  1511. .fa-file-audio-o:before,
  1512. .fa-file-sound-o:before {
  1513. content: "\f1c7"
  1514. }
  1515. .fa-file-movie-o:before,
  1516. .fa-file-video-o:before {
  1517. content: "\f1c8"
  1518. }
  1519. .fa-file-code-o:before {
  1520. content: "\f1c9"
  1521. }
  1522. .fa-vine:before {
  1523. content: "\f1ca"
  1524. }
  1525. .fa-codepen:before {
  1526. content: "\f1cb"
  1527. }
  1528. .fa-jsfiddle:before {
  1529. content: "\f1cc"
  1530. }
  1531. .fa-life-bouy:before,
  1532. .fa-life-buoy:before,
  1533. .fa-life-ring:before,
  1534. .fa-life-saver:before,
  1535. .fa-support:before {
  1536. content: "\f1cd"
  1537. }
  1538. .fa-circle-o-notch:before {
  1539. content: "\f1ce"
  1540. }
  1541. .fa-ra:before,
  1542. .fa-rebel:before {
  1543. content: "\f1d0"
  1544. }
  1545. .fa-empire:before,
  1546. .fa-ge:before {
  1547. content: "\f1d1"
  1548. }
  1549. .fa-git-square:before {
  1550. content: "\f1d2"
  1551. }
  1552. .fa-git:before {
  1553. content: "\f1d3"
  1554. }
  1555. .fa-hacker-news:before,
  1556. .fa-y-combinator-square:before,
  1557. .fa-yc-square:before {
  1558. content: "\f1d4"
  1559. }
  1560. .fa-tencent-weibo:before {
  1561. content: "\f1d5"
  1562. }
  1563. .fa-qq:before {
  1564. content: "\f1d6"
  1565. }
  1566. .fa-wechat:before,
  1567. .fa-weixin:before {
  1568. content: "\f1d7"
  1569. }
  1570. .fa-paper-plane:before,
  1571. .fa-send:before {
  1572. content: "\f1d8"
  1573. }
  1574. .fa-paper-plane-o:before,
  1575. .fa-send-o:before {
  1576. content: "\f1d9"
  1577. }
  1578. .fa-history:before {
  1579. content: "\f1da"
  1580. }
  1581. .fa-circle-thin:before {
  1582. content: "\f1db"
  1583. }
  1584. .fa-header:before {
  1585. content: "\f1dc"
  1586. }
  1587. .fa-paragraph:before {
  1588. content: "\f1dd"
  1589. }
  1590. .fa-sliders:before {
  1591. content: "\f1de"
  1592. }
  1593. .fa-share-alt:before {
  1594. content: "\f1e0"
  1595. }
  1596. .fa-share-alt-square:before {
  1597. content: "\f1e1"
  1598. }
  1599. .fa-bomb:before {
  1600. content: "\f1e2"
  1601. }
  1602. .fa-futbol-o:before,
  1603. .fa-soccer-ball-o:before {
  1604. content: "\f1e3"
  1605. }
  1606. .fa-tty:before {
  1607. content: "\f1e4"
  1608. }
  1609. .fa-binoculars:before {
  1610. content: "\f1e5"
  1611. }
  1612. .fa-plug:before {
  1613. content: "\f1e6"
  1614. }
  1615. .fa-slideshare:before {
  1616. content: "\f1e7"
  1617. }
  1618. .fa-twitch:before {
  1619. content: "\f1e8"
  1620. }
  1621. .fa-yelp:before {
  1622. content: "\f1e9"
  1623. }
  1624. .fa-newspaper-o:before {
  1625. content: "\f1ea"
  1626. }
  1627. .fa-wifi:before {
  1628. content: "\f1eb"
  1629. }
  1630. .fa-calculator:before {
  1631. content: "\f1ec"
  1632. }
  1633. .fa-paypal:before {
  1634. content: "\f1ed"
  1635. }
  1636. .fa-google-wallet:before {
  1637. content: "\f1ee"
  1638. }
  1639. .fa-cc-visa:before {
  1640. content: "\f1f0"
  1641. }
  1642. .fa-cc-mastercard:before {
  1643. content: "\f1f1"
  1644. }
  1645. .fa-cc-discover:before {
  1646. content: "\f1f2"
  1647. }
  1648. .fa-cc-amex:before {
  1649. content: "\f1f3"
  1650. }
  1651. .fa-cc-paypal:before {
  1652. content: "\f1f4"
  1653. }
  1654. .fa-cc-stripe:before {
  1655. content: "\f1f5"
  1656. }
  1657. .fa-bell-slash:before {
  1658. content: "\f1f6"
  1659. }
  1660. .fa-bell-slash-o:before {
  1661. content: "\f1f7"
  1662. }
  1663. .fa-trash:before {
  1664. content: "\f1f8"
  1665. }
  1666. .fa-copyright:before {
  1667. content: "\f1f9"
  1668. }
  1669. .fa-at:before {
  1670. content: "\f1fa"
  1671. }
  1672. .fa-eyedropper:before {
  1673. content: "\f1fb"
  1674. }
  1675. .fa-paint-brush:before {
  1676. content: "\f1fc"
  1677. }
  1678. .fa-birthday-cake:before {
  1679. content: "\f1fd"
  1680. }
  1681. .fa-area-chart:before {
  1682. content: "\f1fe"
  1683. }
  1684. .fa-pie-chart:before {
  1685. content: "\f200"
  1686. }
  1687. .fa-line-chart:before {
  1688. content: "\f201"
  1689. }
  1690. .fa-lastfm:before {
  1691. content: "\f202"
  1692. }
  1693. .fa-lastfm-square:before {
  1694. content: "\f203"
  1695. }
  1696. .fa-toggle-off:before {
  1697. content: "\f204"
  1698. }
  1699. .fa-toggle-on:before {
  1700. content: "\f205"
  1701. }
  1702. .fa-bicycle:before {
  1703. content: "\f206"
  1704. }
  1705. .fa-bus:before {
  1706. content: "\f207"
  1707. }
  1708. .fa-ioxhost:before {
  1709. content: "\f208"
  1710. }
  1711. .fa-angellist:before {
  1712. content: "\f209"
  1713. }
  1714. .fa-cc:before {
  1715. content: "\f20a"
  1716. }
  1717. .fa-ils:before,
  1718. .fa-shekel:before,
  1719. .fa-sheqel:before {
  1720. content: "\f20b"
  1721. }
  1722. .fa-meanpath:before {
  1723. content: "\f20c"
  1724. }
  1725. .fa-buysellads:before {
  1726. content: "\f20d"
  1727. }
  1728. .fa-connectdevelop:before {
  1729. content: "\f20e"
  1730. }
  1731. .fa-dashcube:before {
  1732. content: "\f210"
  1733. }
  1734. .fa-forumbee:before {
  1735. content: "\f211"
  1736. }
  1737. .fa-leanpub:before {
  1738. content: "\f212"
  1739. }
  1740. .fa-sellsy:before {
  1741. content: "\f213"
  1742. }
  1743. .fa-shirtsinbulk:before {
  1744. content: "\f214"
  1745. }
  1746. .fa-simplybuilt:before {
  1747. content: "\f215"
  1748. }
  1749. .fa-skyatlas:before {
  1750. content: "\f216"
  1751. }
  1752. .fa-cart-plus:before {
  1753. content: "\f217"
  1754. }
  1755. .fa-cart-arrow-down:before {
  1756. content: "\f218"
  1757. }
  1758. .fa-diamond:before {
  1759. content: "\f219"
  1760. }
  1761. .fa-ship:before {
  1762. content: "\f21a"
  1763. }
  1764. .fa-user-secret:before {
  1765. content: "\f21b"
  1766. }
  1767. .fa-motorcycle:before {
  1768. content: "\f21c"
  1769. }
  1770. .fa-street-view:before {
  1771. content: "\f21d"
  1772. }
  1773. .fa-heartbeat:before {
  1774. content: "\f21e"
  1775. }
  1776. .fa-venus:before {
  1777. content: "\f221"
  1778. }
  1779. .fa-mars:before {
  1780. content: "\f222"
  1781. }
  1782. .fa-mercury:before {
  1783. content: "\f223"
  1784. }
  1785. .fa-intersex:before,
  1786. .fa-transgender:before {
  1787. content: "\f224"
  1788. }
  1789. .fa-transgender-alt:before {
  1790. content: "\f225"
  1791. }
  1792. .fa-venus-double:before {
  1793. content: "\f226"
  1794. }
  1795. .fa-mars-double:before {
  1796. content: "\f227"
  1797. }
  1798. .fa-venus-mars:before {
  1799. content: "\f228"
  1800. }
  1801. .fa-mars-stroke:before {
  1802. content: "\f229"
  1803. }
  1804. .fa-mars-stroke-v:before {
  1805. content: "\f22a"
  1806. }
  1807. .fa-mars-stroke-h:before {
  1808. content: "\f22b"
  1809. }
  1810. .fa-neuter:before {
  1811. content: "\f22c"
  1812. }
  1813. .fa-genderless:before {
  1814. content: "\f22d"
  1815. }
  1816. .fa-facebook-official:before {
  1817. content: "\f230"
  1818. }
  1819. .fa-pinterest-p:before {
  1820. content: "\f231"
  1821. }
  1822. .fa-whatsapp:before {
  1823. content: "\f232"
  1824. }
  1825. .fa-server:before {
  1826. content: "\f233"
  1827. }
  1828. .fa-user-plus:before {
  1829. content: "\f234"
  1830. }
  1831. .fa-user-times:before {
  1832. content: "\f235"
  1833. }
  1834. .fa-bed:before,
  1835. .fa-hotel:before {
  1836. content: "\f236"
  1837. }
  1838. .fa-viacoin:before {
  1839. content: "\f237"
  1840. }
  1841. .fa-train:before {
  1842. content: "\f238"
  1843. }
  1844. .fa-subway:before {
  1845. content: "\f239"
  1846. }
  1847. .fa-medium:before {
  1848. content: "\f23a"
  1849. }
  1850. .fa-y-combinator:before,
  1851. .fa-yc:before {
  1852. content: "\f23b"
  1853. }
  1854. .fa-optin-monster:before {
  1855. content: "\f23c"
  1856. }
  1857. .fa-opencart:before {
  1858. content: "\f23d"
  1859. }
  1860. .fa-expeditedssl:before {
  1861. content: "\f23e"
  1862. }
  1863. .fa-battery-4:before,
  1864. .fa-battery-full:before {
  1865. content: "\f240"
  1866. }
  1867. .fa-battery-3:before,
  1868. .fa-battery-three-quarters:before {
  1869. content: "\f241"
  1870. }
  1871. .fa-battery-2:before,
  1872. .fa-battery-half:before {
  1873. content: "\f242"
  1874. }
  1875. .fa-battery-1:before,
  1876. .fa-battery-quarter:before {
  1877. content: "\f243"
  1878. }
  1879. .fa-battery-0:before,
  1880. .fa-battery-empty:before {
  1881. content: "\f244"
  1882. }
  1883. .fa-mouse-pointer:before {
  1884. content: "\f245"
  1885. }
  1886. .fa-i-cursor:before {
  1887. content: "\f246"
  1888. }
  1889. .fa-object-group:before {
  1890. content: "\f247"
  1891. }
  1892. .fa-object-ungroup:before {
  1893. content: "\f248"
  1894. }
  1895. .fa-sticky-note:before {
  1896. content: "\f249"
  1897. }
  1898. .fa-sticky-note-o:before {
  1899. content: "\f24a"
  1900. }
  1901. .fa-cc-jcb:before {
  1902. content: "\f24b"
  1903. }
  1904. .fa-cc-diners-club:before {
  1905. content: "\f24c"
  1906. }
  1907. .fa-clone:before {
  1908. content: "\f24d"
  1909. }
  1910. .fa-balance-scale:before {
  1911. content: "\f24e"
  1912. }
  1913. .fa-hourglass-o:before {
  1914. content: "\f250"
  1915. }
  1916. .fa-hourglass-1:before,
  1917. .fa-hourglass-start:before {
  1918. content: "\f251"
  1919. }
  1920. .fa-hourglass-2:before,
  1921. .fa-hourglass-half:before {
  1922. content: "\f252"
  1923. }
  1924. .fa-hourglass-3:before,
  1925. .fa-hourglass-end:before {
  1926. content: "\f253"
  1927. }
  1928. .fa-hourglass:before {
  1929. content: "\f254"
  1930. }
  1931. .fa-hand-grab-o:before,
  1932. .fa-hand-rock-o:before {
  1933. content: "\f255"
  1934. }
  1935. .fa-hand-paper-o:before,
  1936. .fa-hand-stop-o:before {
  1937. content: "\f256"
  1938. }
  1939. .fa-hand-scissors-o:before {
  1940. content: "\f257"
  1941. }
  1942. .fa-hand-lizard-o:before {
  1943. content: "\f258"
  1944. }
  1945. .fa-hand-spock-o:before {
  1946. content: "\f259"
  1947. }
  1948. .fa-hand-pointer-o:before {
  1949. content: "\f25a"
  1950. }
  1951. .fa-hand-peace-o:before {
  1952. content: "\f25b"
  1953. }
  1954. .fa-trademark:before {
  1955. content: "\f25c"
  1956. }
  1957. .fa-registered:before {
  1958. content: "\f25d"
  1959. }
  1960. .fa-creative-commons:before {
  1961. content: "\f25e"
  1962. }
  1963. .fa-gg:before {
  1964. content: "\f260"
  1965. }
  1966. .fa-gg-circle:before {
  1967. content: "\f261"
  1968. }
  1969. .fa-tripadvisor:before {
  1970. content: "\f262"
  1971. }
  1972. .fa-odnoklassniki:before {
  1973. content: "\f263"
  1974. }
  1975. .fa-odnoklassniki-square:before {
  1976. content: "\f264"
  1977. }
  1978. .fa-get-pocket:before {
  1979. content: "\f265"
  1980. }
  1981. .fa-wikipedia-w:before {
  1982. content: "\f266"
  1983. }
  1984. .fa-safari:before {
  1985. content: "\f267"
  1986. }
  1987. .fa-chrome:before {
  1988. content: "\f268"
  1989. }
  1990. .fa-firefox:before {
  1991. content: "\f269"
  1992. }
  1993. .fa-opera:before {
  1994. content: "\f26a"
  1995. }
  1996. .fa-internet-explorer:before {
  1997. content: "\f26b"
  1998. }
  1999. .fa-television:before,
  2000. .fa-tv:before {
  2001. content: "\f26c"
  2002. }
  2003. .fa-contao:before {
  2004. content: "\f26d"
  2005. }
  2006. .fa-500px:before {
  2007. content: "\f26e"
  2008. }
  2009. .fa-amazon:before {
  2010. content: "\f270"
  2011. }
  2012. .fa-calendar-plus-o:before {
  2013. content: "\f271"
  2014. }
  2015. .fa-calendar-minus-o:before {
  2016. content: "\f272"
  2017. }
  2018. .fa-calendar-times-o:before {
  2019. content: "\f273"
  2020. }
  2021. .fa-calendar-check-o:before {
  2022. content: "\f274"
  2023. }
  2024. .fa-industry:before {
  2025. content: "\f275"
  2026. }
  2027. .fa-map-pin:before {
  2028. content: "\f276"
  2029. }
  2030. .fa-map-signs:before {
  2031. content: "\f277"
  2032. }
  2033. .fa-map-o:before {
  2034. content: "\f278"
  2035. }
  2036. .fa-map:before {
  2037. content: "\f279"
  2038. }
  2039. .fa-commenting:before {
  2040. content: "\f27a"
  2041. }
  2042. .fa-commenting-o:before {
  2043. content: "\f27b"
  2044. }
  2045. .fa-houzz:before {
  2046. content: "\f27c"
  2047. }
  2048. .fa-vimeo:before {
  2049. content: "\f27d"
  2050. }
  2051. .fa-black-tie:before {
  2052. content: "\f27e"
  2053. }
  2054. .fa-fonticons:before {
  2055. content: "\f280"
  2056. }
  2057. .fa-reddit-alien:before {
  2058. content: "\f281"
  2059. }
  2060. .fa-edge:before {
  2061. content: "\f282"
  2062. }
  2063. .fa-credit-card-alt:before {
  2064. content: "\f283"
  2065. }
  2066. .fa-codiepie:before {
  2067. content: "\f284"
  2068. }
  2069. .fa-modx:before {
  2070. content: "\f285"
  2071. }
  2072. .fa-fort-awesome:before {
  2073. content: "\f286"
  2074. }
  2075. .fa-usb:before {
  2076. content: "\f287"
  2077. }
  2078. .fa-product-hunt:before {
  2079. content: "\f288"
  2080. }
  2081. .fa-mixcloud:before {
  2082. content: "\f289"
  2083. }
  2084. .fa-scribd:before {
  2085. content: "\f28a"
  2086. }
  2087. .fa-pause-circle:before {
  2088. content: "\f28b"
  2089. }
  2090. .fa-pause-circle-o:before {
  2091. content: "\f28c"
  2092. }
  2093. .fa-stop-circle:before {
  2094. content: "\f28d"
  2095. }
  2096. .fa-stop-circle-o:before {
  2097. content: "\f28e"
  2098. }
  2099. .fa-shopping-bag:before {
  2100. content: "\f290"
  2101. }
  2102. .fa-shopping-basket:before {
  2103. content: "\f291"
  2104. }
  2105. .fa-hashtag:before {
  2106. content: "\f292"
  2107. }
  2108. .fa-bluetooth:before {
  2109. content: "\f293"
  2110. }
  2111. .fa-bluetooth-b:before {
  2112. content: "\f294"
  2113. }
  2114. .fa-percent:before {
  2115. content: "\f295"
  2116. }
  2117. .is-produto .descricoes .descricao {
  2118. min-width: 93px
  2119. }
  2120. img,
  2121. legend {
  2122. border: 0
  2123. }
  2124. legend,
  2125. td,
  2126. th {
  2127. padding: 0
  2128. }
  2129. html {
  2130. font-family: sans-serif;
  2131. -ms-text-size-adjust: 100%;
  2132. -webkit-text-size-adjust: 100%
  2133. }
  2134. body {
  2135. margin: 0
  2136. }
  2137. article,
  2138. aside,
  2139. details,
  2140. figcaption,
  2141. figure,
  2142. footer,
  2143. header,
  2144. hgroup,
  2145. main,
  2146. nav,
  2147. section,
  2148. summary {
  2149. display: block
  2150. }
  2151. audio,
  2152. canvas,
  2153. progress,
  2154. video {
  2155. display: inline-block;
  2156. vertical-align: baseline
  2157. }
  2158. audio:not([controls]) {
  2159. display: none;
  2160. height: 0
  2161. }
  2162. [hidden],
  2163. template {
  2164. display: none
  2165. }
  2166. a {
  2167. background: 0 0
  2168. }
  2169. a:active,
  2170. a:hover {
  2171. outline: 0
  2172. }
  2173. abbr[title] {
  2174. border-bottom: 1px dotted
  2175. }
  2176. b,
  2177. optgroup,
  2178. strong {
  2179. font-weight: 700
  2180. }
  2181. dfn {
  2182. font-style: italic
  2183. }
  2184. h1 {
  2185. margin: .67em 0
  2186. }
  2187. mark {
  2188. background: #ff0;
  2189. color: #000
  2190. }
  2191. small {
  2192. font-size: 80%
  2193. }
  2194. sub,
  2195. sup {
  2196. font-size: 75%;
  2197. line-height: 0;
  2198. position: relative;
  2199. vertical-align: baseline
  2200. }
  2201. .hvr-grow,
  2202. .hvr-shrink {
  2203. display: inline-block;
  2204. vertical-align: middle;
  2205. box-shadow: 0 0 1px transparent;
  2206. -webkit-backface-visibility: hidden;
  2207. -webkit-transition-property: transform
  2208. }
  2209. sup {
  2210. top: -.5em
  2211. }
  2212. sub {
  2213. bottom: -.25em
  2214. }
  2215. svg:not(:root) {
  2216. overflow: hidden
  2217. }
  2218. hr {
  2219. -moz-box-sizing: content-box;
  2220. box-sizing: content-box
  2221. }
  2222. pre,
  2223. textarea {
  2224. overflow: auto
  2225. }
  2226. code,
  2227. kbd,
  2228. pre,
  2229. samp {
  2230. font-family: monospace, monospace;
  2231. font-size: 1em
  2232. }
  2233. button,
  2234. input,
  2235. optgroup,
  2236. select,
  2237. textarea {
  2238. color: inherit;
  2239. font: inherit;
  2240. margin: 0
  2241. }
  2242. .hvr-back-pulse:active,
  2243. .hvr-back-pulse:focus,
  2244. .hvr-back-pulse:hover,
  2245. .hvr-bounce-to-left:active,
  2246. .hvr-bounce-to-left:focus,
  2247. .hvr-bounce-to-left:hover,
  2248. .hvr-bounce-to-right:active,
  2249. .hvr-bounce-to-right:focus,
  2250. .hvr-bounce-to-right:hover,
  2251. .hvr-bounce-to-top:active,
  2252. .hvr-bounce-to-top:focus,
  2253. .hvr-bounce-to-top:hover,
  2254. .hvr-fade:active,
  2255. .hvr-fade:focus,
  2256. .hvr-fade:hover,
  2257. .hvr-radial-in:active,
  2258. .hvr-radial-in:focus,
  2259. .hvr-radial-in:hover,
  2260. .hvr-radial-out:active,
  2261. .hvr-radial-out:focus,
  2262. .hvr-radial-out:hover,
  2263. .hvr-rectangle-in:active,
  2264. .hvr-rectangle-in:focus,
  2265. .hvr-rectangle-in:hover,
  2266. .hvr-rectangle-out:active,
  2267. .hvr-rectangle-out:focus,
  2268. .hvr-rectangle-out:hover,
  2269. .hvr-shutter-in-horizontal:active,
  2270. .hvr-shutter-in-horizontal:focus,
  2271. .hvr-shutter-in-horizontal:hover,
  2272. .hvr-shutter-in-vertical:active,
  2273. .hvr-shutter-in-vertical:focus,
  2274. .hvr-shutter-in-vertical:hover,
  2275. .hvr-shutter-out-horizontal:active,
  2276. .hvr-shutter-out-horizontal:focus,
  2277. .hvr-shutter-out-horizontal:hover,
  2278. .hvr-shutter-out-vertical:active,
  2279. .hvr-shutter-out-vertical:focus,
  2280. .hvr-shutter-out-vertical:hover,
  2281. .hvr-sweep-to-bottom:active,
  2282. .hvr-sweep-to-bottom:focus,
  2283. .hvr-sweep-to-bottom:hover,
  2284. .hvr-sweep-to-left:active,
  2285. .hvr-sweep-to-left:focus,
  2286. .hvr-sweep-to-left:hover,
  2287. .hvr-sweep-to-right:active,
  2288. .hvr-sweep-to-right:focus,
  2289. .hvr-sweep-to-right:hover,
  2290. .hvr-sweep-to-top:active,
  2291. .hvr-sweep-to-top:focus,
  2292. .hvr-sweep-to-top:hover {
  2293. color: #fff
  2294. }
  2295. button {
  2296. overflow: visible
  2297. }
  2298. button,
  2299. select {
  2300. text-transform: none
  2301. }
  2302. button,
  2303. html input[type=button],
  2304. input[type=reset],
  2305. input[type=submit] {
  2306. -webkit-appearance: button;
  2307. cursor: pointer
  2308. }
  2309. button[disabled],
  2310. html input[disabled] {
  2311. cursor: default
  2312. }
  2313. button::-moz-focus-inner,
  2314. input::-moz-focus-inner {
  2315. border: 0;
  2316. padding: 0
  2317. }
  2318. input {
  2319. line-height: normal
  2320. }
  2321. input[type=checkbox],
  2322. input[type=radio] {
  2323. box-sizing: border-box;
  2324. padding: 0
  2325. }
  2326. input[type=number]::-webkit-inner-spin-button,
  2327. input[type=number]::-webkit-outer-spin-button {
  2328. height: auto
  2329. }
  2330. input[type=search] {
  2331. -webkit-appearance: textfield
  2332. }
  2333. input[type=search]::-webkit-search-cancel-button,
  2334. input[type=search]::-webkit-search-decoration {
  2335. -webkit-appearance: none
  2336. }
  2337. fieldset {
  2338. border: 1px solid silver;
  2339. margin: 0 2px;
  2340. padding: .35em .625em .75em
  2341. }
  2342. table {
  2343. border-collapse: collapse;
  2344. border-spacing: 0
  2345. }
  2346. .hvr-grow {
  2347. -webkit-transform: translateZ(0);
  2348. transform: translateZ(0);
  2349. backface-visibility: hidden;
  2350. -webkit-transition-duration: .3s;
  2351. transition-duration: .3s;
  2352. transition-property: transform
  2353. }
  2354. .hvr-rotate,
  2355. .hvr-shrink {
  2356. -webkit-transition-duration: .3s
  2357. }
  2358. .hvr-grow:active,
  2359. .hvr-grow:focus,
  2360. .hvr-grow:hover {
  2361. -webkit-transform: scale(1.1);
  2362. transform: scale(1.1)
  2363. }
  2364. .hvr-shrink {
  2365. -webkit-transform: translateZ(0);
  2366. transform: translateZ(0);
  2367. backface-visibility: hidden;
  2368. -moz-osx-font-smoothing: grayscale;
  2369. transition-duration: .3s;
  2370. transition-property: transform
  2371. }
  2372. .hvr-pulse,
  2373. .hvr-pulse-grow {
  2374. display: inline-block;
  2375. vertical-align: middle;
  2376. box-shadow: 0 0 1px transparent;
  2377. -webkit-backface-visibility: hidden;
  2378. -moz-osx-font-smoothing: grayscale
  2379. }
  2380. .hvr-grow-rotate,
  2381. .hvr-rotate {
  2382. -webkit-transition-property: transform
  2383. }
  2384. .hvr-shrink:active,
  2385. .hvr-shrink:focus,
  2386. .hvr-shrink:hover {
  2387. -webkit-transform: scale(.9);
  2388. transform: scale(.9)
  2389. }
  2390. @-webkit-keyframes hvr-pulse {
  2391. 25% {
  2392. -webkit-transform: scale(1.1);
  2393. transform: scale(1.1)
  2394. }
  2395. 75% {
  2396. -webkit-transform: scale(.9);
  2397. transform: scale(.9)
  2398. }
  2399. }
  2400. @keyframes hvr-pulse {
  2401. 25% {
  2402. -webkit-transform: scale(1.1);
  2403. transform: scale(1.1)
  2404. }
  2405. 75% {
  2406. -webkit-transform: scale(.9);
  2407. transform: scale(.9)
  2408. }
  2409. }
  2410. .hvr-pulse {
  2411. -webkit-transform: translateZ(0);
  2412. transform: translateZ(0);
  2413. backface-visibility: hidden
  2414. }
  2415. .hvr-pulse:active,
  2416. .hvr-pulse:focus,
  2417. .hvr-pulse:hover {
  2418. -webkit-animation-name: hvr-pulse;
  2419. animation-name: hvr-pulse;
  2420. -webkit-animation-duration: 1s;
  2421. animation-duration: 1s;
  2422. -webkit-animation-timing-function: linear;
  2423. animation-timing-function: linear;
  2424. -webkit-animation-iteration-count: infinite;
  2425. animation-iteration-count: infinite
  2426. }
  2427. @-webkit-keyframes hvr-pulse-grow {
  2428. to {
  2429. -webkit-transform: scale(1.1);
  2430. transform: scale(1.1)
  2431. }
  2432. }
  2433. @keyframes hvr-pulse-grow {
  2434. to {
  2435. -webkit-transform: scale(1.1);
  2436. transform: scale(1.1)
  2437. }
  2438. }
  2439. .hvr-pulse-grow {
  2440. -webkit-transform: translateZ(0);
  2441. transform: translateZ(0);
  2442. backface-visibility: hidden
  2443. }
  2444. .hvr-pulse-shrink,
  2445. .hvr-push {
  2446. display: inline-block;
  2447. vertical-align: middle;
  2448. box-shadow: 0 0 1px transparent;
  2449. -webkit-backface-visibility: hidden
  2450. }
  2451. .hvr-pulse-grow:active,
  2452. .hvr-pulse-grow:focus,
  2453. .hvr-pulse-grow:hover {
  2454. -webkit-animation-name: hvr-pulse-grow;
  2455. animation-name: hvr-pulse-grow;
  2456. -webkit-animation-duration: .3s;
  2457. animation-duration: .3s;
  2458. -webkit-animation-timing-function: linear;
  2459. animation-timing-function: linear;
  2460. -webkit-animation-iteration-count: infinite;
  2461. animation-iteration-count: infinite;
  2462. -webkit-animation-direction: alternate;
  2463. animation-direction: alternate
  2464. }
  2465. @-webkit-keyframes hvr-pulse-shrink {
  2466. to {
  2467. -webkit-transform: scale(.9);
  2468. transform: scale(.9)
  2469. }
  2470. }
  2471. @keyframes hvr-pulse-shrink {
  2472. to {
  2473. -webkit-transform: scale(.9);
  2474. transform: scale(.9)
  2475. }
  2476. }
  2477. .hvr-pulse-shrink {
  2478. -webkit-transform: translateZ(0);
  2479. transform: translateZ(0);
  2480. backface-visibility: hidden;
  2481. -moz-osx-font-smoothing: grayscale
  2482. }
  2483. .hvr-pulse-shrink:active,
  2484. .hvr-pulse-shrink:focus,
  2485. .hvr-pulse-shrink:hover {
  2486. -webkit-animation-name: hvr-pulse-shrink;
  2487. animation-name: hvr-pulse-shrink;
  2488. -webkit-animation-duration: .3s;
  2489. animation-duration: .3s;
  2490. -webkit-animation-timing-function: linear;
  2491. animation-timing-function: linear;
  2492. -webkit-animation-iteration-count: infinite;
  2493. animation-iteration-count: infinite;
  2494. -webkit-animation-direction: alternate;
  2495. animation-direction: alternate
  2496. }
  2497. @-webkit-keyframes hvr-push {
  2498. 50% {
  2499. -webkit-transform: scale(.8);
  2500. transform: scale(.8)
  2501. }
  2502. 100% {
  2503. -webkit-transform: scale(1);
  2504. transform: scale(1)
  2505. }
  2506. }
  2507. @keyframes hvr-push {
  2508. 50% {
  2509. -webkit-transform: scale(.8);
  2510. transform: scale(.8)
  2511. }
  2512. 100% {
  2513. -webkit-transform: scale(1);
  2514. transform: scale(1)
  2515. }
  2516. }
  2517. .hvr-pop,
  2518. .hvr-push {
  2519. -webkit-transform: translateZ(0);
  2520. -moz-osx-font-smoothing: grayscale
  2521. }
  2522. .hvr-push {
  2523. transform: translateZ(0);
  2524. backface-visibility: hidden
  2525. }
  2526. .hvr-bounce-in,
  2527. .hvr-pop {
  2528. display: inline-block;
  2529. vertical-align: middle;
  2530. box-shadow: 0 0 1px transparent;
  2531. -webkit-backface-visibility: hidden
  2532. }
  2533. .hvr-push:active,
  2534. .hvr-push:focus,
  2535. .hvr-push:hover {
  2536. -webkit-animation-name: hvr-push;
  2537. animation-name: hvr-push;
  2538. -webkit-animation-duration: .3s;
  2539. animation-duration: .3s;
  2540. -webkit-animation-timing-function: linear;
  2541. animation-timing-function: linear;
  2542. -webkit-animation-iteration-count: 1;
  2543. animation-iteration-count: 1
  2544. }
  2545. @-webkit-keyframes hvr-pop {
  2546. 50% {
  2547. -webkit-transform: scale(1.2);
  2548. transform: scale(1.2)
  2549. }
  2550. }
  2551. @keyframes hvr-pop {
  2552. 50% {
  2553. -webkit-transform: scale(1.2);
  2554. transform: scale(1.2)
  2555. }
  2556. }
  2557. .hvr-pop {
  2558. transform: translateZ(0);
  2559. backface-visibility: hidden
  2560. }
  2561. .hvr-pop:active,
  2562. .hvr-pop:focus,
  2563. .hvr-pop:hover {
  2564. -webkit-animation-name: hvr-pop;
  2565. animation-name: hvr-pop;
  2566. -webkit-animation-duration: .3s;
  2567. animation-duration: .3s;
  2568. -webkit-animation-timing-function: linear;
  2569. animation-timing-function: linear;
  2570. -webkit-animation-iteration-count: 1;
  2571. animation-iteration-count: 1
  2572. }
  2573. .hvr-bounce-in {
  2574. -webkit-transform: translateZ(0);
  2575. transform: translateZ(0);
  2576. backface-visibility: hidden;
  2577. -moz-osx-font-smoothing: grayscale;
  2578. -webkit-transition-duration: .5s;
  2579. transition-duration: .5s
  2580. }
  2581. .hvr-bounce-out,
  2582. .hvr-rotate {
  2583. display: inline-block;
  2584. vertical-align: middle;
  2585. box-shadow: 0 0 1px transparent;
  2586. -webkit-backface-visibility: hidden;
  2587. -moz-osx-font-smoothing: grayscale
  2588. }
  2589. .hvr-bounce-in:active,
  2590. .hvr-bounce-in:focus,
  2591. .hvr-bounce-in:hover {
  2592. -webkit-transform: scale(1.2);
  2593. transform: scale(1.2);
  2594. -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
  2595. transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
  2596. }
  2597. .hvr-bounce-out {
  2598. -webkit-transform: translateZ(0);
  2599. transform: translateZ(0);
  2600. backface-visibility: hidden;
  2601. -webkit-transition-duration: .5s;
  2602. transition-duration: .5s
  2603. }
  2604. .hvr-bounce-out:active,
  2605. .hvr-bounce-out:focus,
  2606. .hvr-bounce-out:hover {
  2607. -webkit-transform: scale(.8);
  2608. transform: scale(.8);
  2609. -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
  2610. transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
  2611. }
  2612. .hvr-rotate {
  2613. -webkit-transform: translateZ(0);
  2614. transform: translateZ(0);
  2615. backface-visibility: hidden;
  2616. transition-duration: .3s;
  2617. transition-property: transform
  2618. }
  2619. .hvr-float,
  2620. .hvr-grow-rotate {
  2621. display: inline-block;
  2622. vertical-align: middle;
  2623. box-shadow: 0 0 1px transparent;
  2624. -webkit-backface-visibility: hidden;
  2625. -webkit-transition-duration: .3s
  2626. }
  2627. .hvr-rotate:active,
  2628. .hvr-rotate:focus,
  2629. .hvr-rotate:hover {
  2630. -webkit-transform: rotate(4deg);
  2631. transform: rotate(4deg)
  2632. }
  2633. .hvr-grow-rotate {
  2634. -webkit-transform: translateZ(0);
  2635. transform: translateZ(0);
  2636. backface-visibility: hidden;
  2637. -moz-osx-font-smoothing: grayscale;
  2638. transition-duration: .3s;
  2639. transition-property: transform
  2640. }
  2641. .hvr-float,
  2642. .hvr-sink {
  2643. -moz-osx-font-smoothing: grayscale;
  2644. -webkit-transition-property: transform
  2645. }
  2646. .hvr-grow-rotate:active,
  2647. .hvr-grow-rotate:focus,
  2648. .hvr-grow-rotate:hover {
  2649. -webkit-transform: scale(1.1) rotate(4deg);
  2650. transform: scale(1.1) rotate(4deg)
  2651. }
  2652. .hvr-float {
  2653. -webkit-transform: translateZ(0);
  2654. transform: translateZ(0);
  2655. backface-visibility: hidden;
  2656. transition-duration: .3s;
  2657. transition-property: transform;
  2658. -webkit-transition-timing-function: ease-out;
  2659. transition-timing-function: ease-out
  2660. }
  2661. .hvr-bob,
  2662. .hvr-sink {
  2663. display: inline-block;
  2664. vertical-align: middle;
  2665. box-shadow: 0 0 1px transparent;
  2666. -webkit-backface-visibility: hidden
  2667. }
  2668. .hvr-sink,
  2669. .hvr-skew {
  2670. -webkit-transition-duration: .3s
  2671. }
  2672. .hvr-float:active,
  2673. .hvr-float:focus,
  2674. .hvr-float:hover {
  2675. -webkit-transform: translateY(-8px);
  2676. transform: translateY(-8px)
  2677. }
  2678. .hvr-sink {
  2679. -webkit-transform: translateZ(0);
  2680. transform: translateZ(0);
  2681. backface-visibility: hidden;
  2682. transition-duration: .3s;
  2683. transition-property: transform;
  2684. -webkit-transition-timing-function: ease-out;
  2685. transition-timing-function: ease-out
  2686. }
  2687. .hvr-skew,
  2688. .hvr-skew-forward {
  2689. -webkit-transition-property: transform
  2690. }
  2691. .hvr-sink:active,
  2692. .hvr-sink:focus,
  2693. .hvr-sink:hover {
  2694. -webkit-transform: translateY(8px);
  2695. transform: translateY(8px)
  2696. }
  2697. @-webkit-keyframes hvr-bob {
  2698. 0%, 100% {
  2699. -webkit-transform: translateY(-8px);
  2700. transform: translateY(-8px)
  2701. }
  2702. 50% {
  2703. -webkit-transform: translateY(-4px);
  2704. transform: translateY(-4px)
  2705. }
  2706. }
  2707. @keyframes hvr-bob {
  2708. 0%, 100% {
  2709. -webkit-transform: translateY(-8px);
  2710. transform: translateY(-8px)
  2711. }
  2712. 50% {
  2713. -webkit-transform: translateY(-4px);
  2714. transform: translateY(-4px)
  2715. }
  2716. }
  2717. @-webkit-keyframes hvr-bob-float {
  2718. 100% {
  2719. -webkit-transform: translateY(-8px);
  2720. transform: translateY(-8px)
  2721. }
  2722. }
  2723. @keyframes hvr-bob-float {
  2724. 100% {
  2725. -webkit-transform: translateY(-8px);
  2726. transform: translateY(-8px)
  2727. }
  2728. }
  2729. .hvr-bob,
  2730. .hvr-hang {
  2731. -webkit-transform: translateZ(0)
  2732. }
  2733. .hvr-bob {
  2734. transform: translateZ(0);
  2735. backface-visibility: hidden;
  2736. -moz-osx-font-smoothing: grayscale
  2737. }
  2738. .hvr-hang,
  2739. .hvr-skew {
  2740. display: inline-block;
  2741. vertical-align: middle;
  2742. box-shadow: 0 0 1px transparent;
  2743. -webkit-backface-visibility: hidden;
  2744. -moz-osx-font-smoothing: grayscale
  2745. }
  2746. .hvr-bob:active,
  2747. .hvr-bob:focus,
  2748. .hvr-bob:hover {
  2749. -webkit-animation-name: hvr-bob-float, hvr-bob;
  2750. animation-name: hvr-bob-float, hvr-bob;
  2751. -webkit-animation-duration: .3s, 1.5s;
  2752. animation-duration: .3s, 1.5s;
  2753. -webkit-animation-delay: 0s, .3s;
  2754. animation-delay: 0s, .3s;
  2755. -webkit-animation-timing-function: ease-out, ease-in-out;
  2756. animation-timing-function: ease-out, ease-in-out;
  2757. -webkit-animation-iteration-count: 1, infinite;
  2758. animation-iteration-count: 1, infinite;
  2759. -webkit-animation-fill-mode: forwards;
  2760. animation-fill-mode: forwards;
  2761. -webkit-animation-direction: normal, alternate;
  2762. animation-direction: normal, alternate
  2763. }
  2764. .hvr-hang:active,
  2765. .hvr-hang:focus,
  2766. .hvr-hang:hover,
  2767. .hvr-icon-bob:active:before,
  2768. .hvr-icon-bob:focus:before,
  2769. .hvr-icon-bob:hover:before {
  2770. -webkit-animation-duration: .3s, 1.5s;
  2771. -webkit-animation-delay: 0s, .3s;
  2772. -webkit-animation-timing-function: ease-out, ease-in-out;
  2773. -webkit-animation-iteration-count: 1, infinite;
  2774. -webkit-animation-direction: normal, alternate
  2775. }
  2776. @-webkit-keyframes hvr-hang {
  2777. 0%, 100% {
  2778. -webkit-transform: translateY(8px);
  2779. transform: translateY(8px)
  2780. }
  2781. 50% {
  2782. -webkit-transform: translateY(4px);
  2783. transform: translateY(4px)
  2784. }
  2785. }
  2786. @keyframes hvr-hang {
  2787. 0%, 100% {
  2788. -webkit-transform: translateY(8px);
  2789. transform: translateY(8px)
  2790. }
  2791. 50% {
  2792. -webkit-transform: translateY(4px);
  2793. transform: translateY(4px)
  2794. }
  2795. }
  2796. @-webkit-keyframes hvr-hang-sink {
  2797. 100% {
  2798. -webkit-transform: translateY(8px);
  2799. transform: translateY(8px)
  2800. }
  2801. }
  2802. @keyframes hvr-hang-sink {
  2803. 100% {
  2804. -webkit-transform: translateY(8px);
  2805. transform: translateY(8px)
  2806. }
  2807. }
  2808. .hvr-hang {
  2809. transform: translateZ(0);
  2810. backface-visibility: hidden
  2811. }
  2812. .hvr-hang:active,
  2813. .hvr-hang:focus,
  2814. .hvr-hang:hover {
  2815. -webkit-animation-name: hvr-hang-sink, hvr-hang;
  2816. animation-name: hvr-hang-sink, hvr-hang;
  2817. animation-duration: .3s, 1.5s;
  2818. animation-delay: 0s, .3s;
  2819. animation-timing-function: ease-out, ease-in-out;
  2820. animation-iteration-count: 1, infinite;
  2821. -webkit-animation-fill-mode: forwards;
  2822. animation-fill-mode: forwards;
  2823. animation-direction: normal, alternate
  2824. }
  2825. .hvr-skew {
  2826. -webkit-transform: translateZ(0);
  2827. transform: translateZ(0);
  2828. backface-visibility: hidden;
  2829. transition-duration: .3s;
  2830. transition-property: transform
  2831. }
  2832. .hvr-skew-backward,
  2833. .hvr-skew-forward {
  2834. display: inline-block;
  2835. vertical-align: middle;
  2836. box-shadow: 0 0 1px transparent;
  2837. -webkit-backface-visibility: hidden;
  2838. -webkit-transition-duration: .3s;
  2839. -moz-osx-font-smoothing: grayscale
  2840. }
  2841. .hvr-skew:active,
  2842. .hvr-skew:focus,
  2843. .hvr-skew:hover {
  2844. -webkit-transform: skew(-10deg);
  2845. transform: skew(-10deg)
  2846. }
  2847. .hvr-skew-forward {
  2848. -webkit-transform: translateZ(0);
  2849. transform: translateZ(0);
  2850. backface-visibility: hidden;
  2851. transition-duration: .3s;
  2852. transition-property: transform;
  2853. -webkit-transform-origin: 0 100%;
  2854. transform-origin: 0 100%
  2855. }
  2856. .hvr-skew-forward:active,
  2857. .hvr-skew-forward:focus,
  2858. .hvr-skew-forward:hover {
  2859. -webkit-transform: skew(-10deg);
  2860. transform: skew(-10deg)
  2861. }
  2862. .hvr-skew-backward {
  2863. -webkit-transform: translateZ(0);
  2864. transform: translateZ(0);
  2865. backface-visibility: hidden;
  2866. transition-duration: .3s;
  2867. -webkit-transition-property: transform;
  2868. transition-property: transform;
  2869. -webkit-transform-origin: 0 100%;
  2870. transform-origin: 0 100%
  2871. }
  2872. .hvr-wobble-horizontal,
  2873. .hvr-wobble-vertical {
  2874. display: inline-block;
  2875. vertical-align: middle;
  2876. box-shadow: 0 0 1px transparent;
  2877. -webkit-backface-visibility: hidden
  2878. }
  2879. .hvr-fade,
  2880. .hvr-sweep-to-right {
  2881. -webkit-transition-duration: .3s
  2882. }
  2883. .hvr-skew-backward:active,
  2884. .hvr-skew-backward:focus,
  2885. .hvr-skew-backward:hover {
  2886. -webkit-transform: skew(10deg);
  2887. transform: skew(10deg)
  2888. }
  2889. @-webkit-keyframes hvr-wobble-vertical {
  2890. 16.65% {
  2891. -webkit-transform: translateY(8px);
  2892. transform: translateY(8px)
  2893. }
  2894. 33.3% {
  2895. -webkit-transform: translateY(-6px);
  2896. transform: translateY(-6px)
  2897. }
  2898. 49.95% {
  2899. -webkit-transform: translateY(4px);
  2900. transform: translateY(4px)
  2901. }
  2902. 66.6% {
  2903. -webkit-transform: translateY(-2px);
  2904. transform: translateY(-2px)
  2905. }
  2906. 83.25% {
  2907. -webkit-transform: translateY(1px);
  2908. transform: translateY(1px)
  2909. }
  2910. 100% {
  2911. -webkit-transform: translateY(0);
  2912. transform: translateY(0)
  2913. }
  2914. }
  2915. @keyframes hvr-wobble-vertical {
  2916. 16.65% {
  2917. -webkit-transform: translateY(8px);
  2918. transform: translateY(8px)
  2919. }
  2920. 33.3% {
  2921. -webkit-transform: translateY(-6px);
  2922. transform: translateY(-6px)
  2923. }
  2924. 49.95% {
  2925. -webkit-transform: translateY(4px);
  2926. transform: translateY(4px)
  2927. }
  2928. 66.6% {
  2929. -webkit-transform: translateY(-2px);
  2930. transform: translateY(-2px)
  2931. }
  2932. 83.25% {
  2933. -webkit-transform: translateY(1px);
  2934. transform: translateY(1px)
  2935. }
  2936. 100% {
  2937. -webkit-transform: translateY(0);
  2938. transform: translateY(0)
  2939. }
  2940. }
  2941. .hvr-wobble-vertical {
  2942. -webkit-transform: translateZ(0);
  2943. transform: translateZ(0);
  2944. backface-visibility: hidden;
  2945. -moz-osx-font-smoothing: grayscale
  2946. }
  2947. .hvr-wobble-vertical:active,
  2948. .hvr-wobble-vertical:focus,
  2949. .hvr-wobble-vertical:hover {
  2950. -webkit-animation-name: hvr-wobble-vertical;
  2951. animation-name: hvr-wobble-vertical;
  2952. -webkit-animation-duration: 1s;
  2953. animation-duration: 1s;
  2954. -webkit-animation-timing-function: ease-in-out;
  2955. animation-timing-function: ease-in-out;
  2956. -webkit-animation-iteration-count: 1;
  2957. animation-iteration-count: 1
  2958. }
  2959. @-webkit-keyframes hvr-wobble-horizontal {
  2960. 16.65% {
  2961. -webkit-transform: translateX(8px);
  2962. transform: translateX(8px)
  2963. }
  2964. 33.3% {
  2965. -webkit-transform: translateX(-6px);
  2966. transform: translateX(-6px)
  2967. }
  2968. 49.95% {
  2969. -webkit-transform: translateX(4px);
  2970. transform: translateX(4px)
  2971. }
  2972. 66.6% {
  2973. -webkit-transform: translateX(-2px);
  2974. transform: translateX(-2px)
  2975. }
  2976. 83.25% {
  2977. -webkit-transform: translateX(1px);
  2978. transform: translateX(1px)
  2979. }
  2980. 100% {
  2981. -webkit-transform: translateX(0);
  2982. transform: translateX(0)
  2983. }
  2984. }
  2985. @keyframes hvr-wobble-horizontal {
  2986. 16.65% {
  2987. -webkit-transform: translateX(8px);
  2988. transform: translateX(8px)
  2989. }
  2990. 33.3% {
  2991. -webkit-transform: translateX(-6px);
  2992. transform: translateX(-6px)
  2993. }
  2994. 49.95% {
  2995. -webkit-transform: translateX(4px);
  2996. transform: translateX(4px)
  2997. }
  2998. 66.6% {
  2999. -webkit-transform: translateX(-2px);
  3000. transform: translateX(-2px)
  3001. }
  3002. 83.25% {
  3003. -webkit-transform: translateX(1px);
  3004. transform: translateX(1px)
  3005. }
  3006. 100% {
  3007. -webkit-transform: translateX(0);
  3008. transform: translateX(0)
  3009. }
  3010. }
  3011. .hvr-wobble-horizontal {
  3012. -webkit-transform: translateZ(0);
  3013. transform: translateZ(0);
  3014. backface-visibility: hidden;
  3015. -moz-osx-font-smoothing: grayscale
  3016. }
  3017. .hvr-wobble-to-bottom-right,
  3018. .hvr-wobble-to-top-right {
  3019. display: inline-block;
  3020. vertical-align: middle;
  3021. box-shadow: 0 0 1px transparent;
  3022. -webkit-backface-visibility: hidden;
  3023. -moz-osx-font-smoothing: grayscale
  3024. }
  3025. .hvr-wobble-horizontal:active,
  3026. .hvr-wobble-horizontal:focus,
  3027. .hvr-wobble-horizontal:hover {
  3028. -webkit-animation-name: hvr-wobble-horizontal;
  3029. animation-name: hvr-wobble-horizontal;
  3030. -webkit-animation-duration: 1s;
  3031. animation-duration: 1s;
  3032. -webkit-animation-timing-function: ease-in-out;
  3033. animation-timing-function: ease-in-out;
  3034. -webkit-animation-iteration-count: 1;
  3035. animation-iteration-count: 1
  3036. }
  3037. @-webkit-keyframes hvr-wobble-to-bottom-right {
  3038. 16.65% {
  3039. -webkit-transform: translate(8px, 8px);
  3040. transform: translate(8px, 8px)
  3041. }
  3042. 33.3% {
  3043. -webkit-transform: translate(-6px, -6px);
  3044. transform: translate(-6px, -6px)
  3045. }
  3046. 49.95% {
  3047. -webkit-transform: translate(4px, 4px);
  3048. transform: translate(4px, 4px)
  3049. }
  3050. 66.6% {
  3051. -webkit-transform: translate(-2px, -2px);
  3052. transform: translate(-2px, -2px)
  3053. }
  3054. 83.25% {
  3055. -webkit-transform: translate(1px, 1px);
  3056. transform: translate(1px, 1px)
  3057. }
  3058. 100% {
  3059. -webkit-transform: translate(0, 0);
  3060. transform: translate(0, 0)
  3061. }
  3062. }
  3063. @keyframes hvr-wobble-to-bottom-right {
  3064. 16.65% {
  3065. -webkit-transform: translate(8px, 8px);
  3066. transform: translate(8px, 8px)
  3067. }
  3068. 33.3% {
  3069. -webkit-transform: translate(-6px, -6px);
  3070. transform: translate(-6px, -6px)
  3071. }
  3072. 49.95% {
  3073. -webkit-transform: translate(4px, 4px);
  3074. transform: translate(4px, 4px)
  3075. }
  3076. 66.6% {
  3077. -webkit-transform: translate(-2px, -2px);
  3078. transform: translate(-2px, -2px)
  3079. }
  3080. 83.25% {
  3081. -webkit-transform: translate(1px, 1px);
  3082. transform: translate(1px, 1px)
  3083. }
  3084. 100% {
  3085. -webkit-transform: translate(0, 0);
  3086. transform: translate(0, 0)
  3087. }
  3088. }
  3089. .hvr-wobble-to-bottom-right {
  3090. -webkit-transform: translateZ(0);
  3091. transform: translateZ(0);
  3092. backface-visibility: hidden
  3093. }
  3094. .hvr-wobble-to-bottom-right:active,
  3095. .hvr-wobble-to-bottom-right:focus,
  3096. .hvr-wobble-to-bottom-right:hover {
  3097. -webkit-animation-name: hvr-wobble-to-bottom-right;
  3098. animation-name: hvr-wobble-to-bottom-right;
  3099. -webkit-animation-duration: 1s;
  3100. animation-duration: 1s;
  3101. -webkit-animation-timing-function: ease-in-out;
  3102. animation-timing-function: ease-in-out;
  3103. -webkit-animation-iteration-count: 1;
  3104. animation-iteration-count: 1
  3105. }
  3106. @-webkit-keyframes hvr-wobble-to-top-right {
  3107. 16.65% {
  3108. -webkit-transform: translate(8px, -8px);
  3109. transform: translate(8px, -8px)
  3110. }
  3111. 33.3% {
  3112. -webkit-transform: translate(-6px, 6px);
  3113. transform: translate(-6px, 6px)
  3114. }
  3115. 49.95% {
  3116. -webkit-transform: translate(4px, -4px);
  3117. transform: translate(4px, -4px)
  3118. }
  3119. 66.6% {
  3120. -webkit-transform: translate(-2px, 2px);
  3121. transform: translate(-2px, 2px)
  3122. }
  3123. 83.25% {
  3124. -webkit-transform: translate(1px, -1px);
  3125. transform: translate(1px, -1px)
  3126. }
  3127. 100% {
  3128. -webkit-transform: translate(0, 0);
  3129. transform: translate(0, 0)
  3130. }
  3131. }
  3132. @keyframes hvr-wobble-to-top-right {
  3133. 16.65% {
  3134. -webkit-transform: translate(8px, -8px);
  3135. transform: translate(8px, -8px)
  3136. }
  3137. 33.3% {
  3138. -webkit-transform: translate(-6px, 6px);
  3139. transform: translate(-6px, 6px)
  3140. }
  3141. 49.95% {
  3142. -webkit-transform: translate(4px, -4px);
  3143. transform: translate(4px, -4px)
  3144. }
  3145. 66.6% {
  3146. -webkit-transform: translate(-2px, 2px);
  3147. transform: translate(-2px, 2px)
  3148. }
  3149. 83.25% {
  3150. -webkit-transform: translate(1px, -1px);
  3151. transform: translate(1px, -1px)
  3152. }
  3153. 100% {
  3154. -webkit-transform: translate(0, 0);
  3155. transform: translate(0, 0)
  3156. }
  3157. }
  3158. .hvr-wobble-to-top-right {
  3159. -webkit-transform: translateZ(0);
  3160. transform: translateZ(0);
  3161. backface-visibility: hidden
  3162. }
  3163. .hvr-wobble-bottom,
  3164. .hvr-wobble-top {
  3165. display: inline-block;
  3166. vertical-align: middle;
  3167. box-shadow: 0 0 1px transparent;
  3168. -webkit-backface-visibility: hidden
  3169. }
  3170. .hvr-wobble-to-top-right:active,
  3171. .hvr-wobble-to-top-right:focus,
  3172. .hvr-wobble-to-top-right:hover {
  3173. -webkit-animation-name: hvr-wobble-to-top-right;
  3174. animation-name: hvr-wobble-to-top-right;
  3175. -webkit-animation-duration: 1s;
  3176. animation-duration: 1s;
  3177. -webkit-animation-timing-function: ease-in-out;
  3178. animation-timing-function: ease-in-out;
  3179. -webkit-animation-iteration-count: 1;
  3180. animation-iteration-count: 1
  3181. }
  3182. @-webkit-keyframes hvr-wobble-top {
  3183. 16.65% {
  3184. -webkit-transform: skew(-12deg);
  3185. transform: skew(-12deg)
  3186. }
  3187. 33.3% {
  3188. -webkit-transform: skew(10deg);
  3189. transform: skew(10deg)
  3190. }
  3191. 49.95% {
  3192. -webkit-transform: skew(-6deg);
  3193. transform: skew(-6deg)
  3194. }
  3195. 66.6% {
  3196. -webkit-transform: skew(4deg);
  3197. transform: skew(4deg)
  3198. }
  3199. 83.25% {
  3200. -webkit-transform: skew(-2deg);
  3201. transform: skew(-2deg)
  3202. }
  3203. 100% {
  3204. -webkit-transform: skew(0);
  3205. transform: skew(0)
  3206. }
  3207. }
  3208. @keyframes hvr-wobble-top {
  3209. 16.65% {
  3210. -webkit-transform: skew(-12deg);
  3211. transform: skew(-12deg)
  3212. }
  3213. 33.3% {
  3214. -webkit-transform: skew(10deg);
  3215. transform: skew(10deg)
  3216. }
  3217. 49.95% {
  3218. -webkit-transform: skew(-6deg);
  3219. transform: skew(-6deg)
  3220. }
  3221. 66.6% {
  3222. -webkit-transform: skew(4deg);
  3223. transform: skew(4deg)
  3224. }
  3225. 83.25% {
  3226. -webkit-transform: skew(-2deg);
  3227. transform: skew(-2deg)
  3228. }
  3229. 100% {
  3230. -webkit-transform: skew(0);
  3231. transform: skew(0)
  3232. }
  3233. }
  3234. .hvr-wobble-top {
  3235. -webkit-transform: translateZ(0);
  3236. transform: translateZ(0);
  3237. backface-visibility: hidden;
  3238. -moz-osx-font-smoothing: grayscale;
  3239. -webkit-transform-origin: 0 100%;
  3240. transform-origin: 0 100%
  3241. }
  3242. .hvr-wobble-top:active,
  3243. .hvr-wobble-top:focus,
  3244. .hvr-wobble-top:hover {
  3245. -webkit-animation-name: hvr-wobble-top;
  3246. animation-name: hvr-wobble-top;
  3247. -webkit-animation-duration: 1s;
  3248. animation-duration: 1s;
  3249. -webkit-animation-timing-function: ease-in-out;
  3250. animation-timing-function: ease-in-out;
  3251. -webkit-animation-iteration-count: 1;
  3252. animation-iteration-count: 1
  3253. }
  3254. @-webkit-keyframes hvr-wobble-bottom {
  3255. 16.65% {
  3256. -webkit-transform: skew(-12deg);
  3257. transform: skew(-12deg)
  3258. }
  3259. 33.3% {
  3260. -webkit-transform: skew(10deg);
  3261. transform: skew(10deg)
  3262. }
  3263. 49.95% {
  3264. -webkit-transform: skew(-6deg);
  3265. transform: skew(-6deg)
  3266. }
  3267. 66.6% {
  3268. -webkit-transform: skew(4deg);
  3269. transform: skew(4deg)
  3270. }
  3271. 83.25% {
  3272. -webkit-transform: skew(-2deg);
  3273. transform: skew(-2deg)
  3274. }
  3275. 100% {
  3276. -webkit-transform: skew(0);
  3277. transform: skew(0)
  3278. }
  3279. }
  3280. @keyframes hvr-wobble-bottom {
  3281. 16.65% {
  3282. -webkit-transform: skew(-12deg);
  3283. transform: skew(-12deg)
  3284. }
  3285. 33.3% {
  3286. -webkit-transform: skew(10deg);
  3287. transform: skew(10deg)
  3288. }
  3289. 49.95% {
  3290. -webkit-transform: skew(-6deg);
  3291. transform: skew(-6deg)
  3292. }
  3293. 66.6% {
  3294. -webkit-transform: skew(4deg);
  3295. transform: skew(4deg)
  3296. }
  3297. 83.25% {
  3298. -webkit-transform: skew(-2deg);
  3299. transform: skew(-2deg)
  3300. }
  3301. 100% {
  3302. -webkit-transform: skew(0);
  3303. transform: skew(0)
  3304. }
  3305. }
  3306. .hvr-wobble-bottom {
  3307. -webkit-transform: translateZ(0);
  3308. transform: translateZ(0);
  3309. backface-visibility: hidden;
  3310. -moz-osx-font-smoothing: grayscale;
  3311. -webkit-transform-origin: 100% 0;
  3312. transform-origin: 100% 0
  3313. }
  3314. .hvr-buzz,
  3315. .hvr-wobble-skew {
  3316. display: inline-block;
  3317. vertical-align: middle;
  3318. box-shadow: 0 0 1px transparent;
  3319. -webkit-backface-visibility: hidden;
  3320. -moz-osx-font-smoothing: grayscale
  3321. }
  3322. .hvr-wobble-bottom:active,
  3323. .hvr-wobble-bottom:focus,
  3324. .hvr-wobble-bottom:hover {
  3325. -webkit-animation-name: hvr-wobble-bottom;
  3326. animation-name: hvr-wobble-bottom;
  3327. -webkit-animation-duration: 1s;
  3328. animation-duration: 1s;
  3329. -webkit-animation-timing-function: ease-in-out;
  3330. animation-timing-function: ease-in-out;
  3331. -webkit-animation-iteration-count: 1;
  3332. animation-iteration-count: 1
  3333. }
  3334. @-webkit-keyframes hvr-wobble-skew {
  3335. 16.65% {
  3336. -webkit-transform: skew(-12deg);
  3337. transform: skew(-12deg)
  3338. }
  3339. 33.3% {
  3340. -webkit-transform: skew(10deg);
  3341. transform: skew(10deg)
  3342. }
  3343. 49.95% {
  3344. -webkit-transform: skew(-6deg);
  3345. transform: skew(-6deg)
  3346. }
  3347. 66.6% {
  3348. -webkit-transform: skew(4deg);
  3349. transform: skew(4deg)
  3350. }
  3351. 83.25% {
  3352. -webkit-transform: skew(-2deg);
  3353. transform: skew(-2deg)
  3354. }
  3355. 100% {
  3356. -webkit-transform: skew(0);
  3357. transform: skew(0)
  3358. }
  3359. }
  3360. @keyframes hvr-wobble-skew {
  3361. 16.65% {
  3362. -webkit-transform: skew(-12deg);
  3363. transform: skew(-12deg)
  3364. }
  3365. 33.3% {
  3366. -webkit-transform: skew(10deg);
  3367. transform: skew(10deg)
  3368. }
  3369. 49.95% {
  3370. -webkit-transform: skew(-6deg);
  3371. transform: skew(-6deg)
  3372. }
  3373. 66.6% {
  3374. -webkit-transform: skew(4deg);
  3375. transform: skew(4deg)
  3376. }
  3377. 83.25% {
  3378. -webkit-transform: skew(-2deg);
  3379. transform: skew(-2deg)
  3380. }
  3381. 100% {
  3382. -webkit-transform: skew(0);
  3383. transform: skew(0)
  3384. }
  3385. }
  3386. .hvr-wobble-skew {
  3387. -webkit-transform: translateZ(0);
  3388. transform: translateZ(0);
  3389. backface-visibility: hidden
  3390. }
  3391. .hvr-wobble-skew:active,
  3392. .hvr-wobble-skew:focus,
  3393. .hvr-wobble-skew:hover {
  3394. -webkit-animation-name: hvr-wobble-skew;
  3395. animation-name: hvr-wobble-skew;
  3396. -webkit-animation-duration: 1s;
  3397. animation-duration: 1s;
  3398. -webkit-animation-timing-function: ease-in-out;
  3399. animation-timing-function: ease-in-out;
  3400. -webkit-animation-iteration-count: 1;
  3401. animation-iteration-count: 1
  3402. }
  3403. @-webkit-keyframes hvr-buzz {
  3404. 50% {
  3405. -webkit-transform: translateX(3px) rotate(2deg);
  3406. transform: translateX(3px) rotate(2deg)
  3407. }
  3408. 100% {
  3409. -webkit-transform: translateX(-3px) rotate(-2deg);
  3410. transform: translateX(-3px) rotate(-2deg)
  3411. }
  3412. }
  3413. @keyframes hvr-buzz {
  3414. 50% {
  3415. -webkit-transform: translateX(3px) rotate(2deg);
  3416. transform: translateX(3px) rotate(2deg)
  3417. }
  3418. 100% {
  3419. -webkit-transform: translateX(-3px) rotate(-2deg);
  3420. transform: translateX(-3px) rotate(-2deg)
  3421. }
  3422. }
  3423. .hvr-buzz,
  3424. .hvr-buzz-out {
  3425. -webkit-transform: translateZ(0)
  3426. }
  3427. .hvr-buzz {
  3428. transform: translateZ(0);
  3429. backface-visibility: hidden
  3430. }
  3431. .hvr-buzz-out,
  3432. .hvr-fade {
  3433. display: inline-block;
  3434. vertical-align: middle;
  3435. box-shadow: 0 0 1px transparent;
  3436. -webkit-backface-visibility: hidden
  3437. }
  3438. .hvr-buzz:active,
  3439. .hvr-buzz:focus,
  3440. .hvr-buzz:hover {
  3441. -webkit-animation-name: hvr-buzz;
  3442. animation-name: hvr-buzz;
  3443. -webkit-animation-duration: .15s;
  3444. animation-duration: .15s;
  3445. -webkit-animation-timing-function: linear;
  3446. animation-timing-function: linear;
  3447. -webkit-animation-iteration-count: infinite;
  3448. animation-iteration-count: infinite
  3449. }
  3450. @-webkit-keyframes hvr-buzz-out {
  3451. 10%, 30% {
  3452. -webkit-transform: translateX(3px) rotate(2deg);
  3453. transform: translateX(3px) rotate(2deg)
  3454. }
  3455. 20%,
  3456. 40% {
  3457. -webkit-transform: translateX(-3px) rotate(-2deg);
  3458. transform: translateX(-3px) rotate(-2deg)
  3459. }
  3460. 50%,
  3461. 70% {
  3462. -webkit-transform: translateX(2px) rotate(1deg);
  3463. transform: translateX(2px) rotate(1deg)
  3464. }
  3465. 60%,
  3466. 80% {
  3467. -webkit-transform: translateX(-2px) rotate(-1deg);
  3468. transform: translateX(-2px) rotate(-1deg)
  3469. }
  3470. 90% {
  3471. -webkit-transform: translateX(1px) rotate(0);
  3472. transform: translateX(1px) rotate(0)
  3473. }
  3474. 100% {
  3475. -webkit-transform: translateX(-1px) rotate(0);
  3476. transform: translateX(-1px) rotate(0)
  3477. }
  3478. }
  3479. @keyframes hvr-buzz-out {
  3480. 10%, 30% {
  3481. -webkit-transform: translateX(3px) rotate(2deg);
  3482. transform: translateX(3px) rotate(2deg)
  3483. }
  3484. 20%,
  3485. 40% {
  3486. -webkit-transform: translateX(-3px) rotate(-2deg);
  3487. transform: translateX(-3px) rotate(-2deg)
  3488. }
  3489. 50%,
  3490. 70% {
  3491. -webkit-transform: translateX(2px) rotate(1deg);
  3492. transform: translateX(2px) rotate(1deg)
  3493. }
  3494. 60%,
  3495. 80% {
  3496. -webkit-transform: translateX(-2px) rotate(-1deg);
  3497. transform: translateX(-2px) rotate(-1deg)
  3498. }
  3499. 90% {
  3500. -webkit-transform: translateX(1px) rotate(0);
  3501. transform: translateX(1px) rotate(0)
  3502. }
  3503. 100% {
  3504. -webkit-transform: translateX(-1px) rotate(0);
  3505. transform: translateX(-1px) rotate(0)
  3506. }
  3507. }
  3508. .hvr-buzz-out {
  3509. transform: translateZ(0);
  3510. backface-visibility: hidden;
  3511. -moz-osx-font-smoothing: grayscale
  3512. }
  3513. .hvr-back-pulse,
  3514. .hvr-fade {
  3515. -webkit-transform: translateZ(0);
  3516. -moz-osx-font-smoothing: grayscale;
  3517. overflow: hidden
  3518. }
  3519. .hvr-buzz-out:active,
  3520. .hvr-buzz-out:focus,
  3521. .hvr-buzz-out:hover {
  3522. -webkit-animation-name: hvr-buzz-out;
  3523. animation-name: hvr-buzz-out;
  3524. -webkit-animation-duration: .75s;
  3525. animation-duration: .75s;
  3526. -webkit-animation-timing-function: linear;
  3527. animation-timing-function: linear;
  3528. -webkit-animation-iteration-count: 1;
  3529. animation-iteration-count: 1
  3530. }
  3531. .hvr-fade {
  3532. transform: translateZ(0);
  3533. backface-visibility: hidden;
  3534. transition-duration: .3s;
  3535. -webkit-transition-property: color, background-color;
  3536. transition-property: color, background-color
  3537. }
  3538. .hvr-back-pulse,
  3539. .hvr-sweep-to-right {
  3540. display: inline-block;
  3541. vertical-align: middle;
  3542. box-shadow: 0 0 1px transparent;
  3543. -webkit-backface-visibility: hidden
  3544. }
  3545. .hvr-fade:active,
  3546. .hvr-fade:focus,
  3547. .hvr-fade:hover {
  3548. background-color: #3ABDCB
  3549. }
  3550. @-webkit-keyframes hvr-back-pulse {
  3551. 50% {
  3552. background-color: rgba(32, 152, 209, .75)
  3553. }
  3554. }
  3555. @keyframes hvr-back-pulse {
  3556. 50% {
  3557. background-color: rgba(32, 152, 209, .75)
  3558. }
  3559. }
  3560. .hvr-sweep-to-left:before,
  3561. .hvr-sweep-to-right:before {
  3562. content: "";
  3563. z-index: -1;
  3564. top: 0;
  3565. left: 0;
  3566. right: 0;
  3567. bottom: 0;
  3568. background: #3ABDCB;
  3569. -webkit-transition-timing-function: ease-out
  3570. }
  3571. .hvr-back-pulse {
  3572. transform: translateZ(0);
  3573. backface-visibility: hidden;
  3574. -webkit-transition-duration: .5s;
  3575. transition-duration: .5s;
  3576. -webkit-transition-property: color, background-color;
  3577. transition-property: color, background-color
  3578. }
  3579. .hvr-back-pulse:active,
  3580. .hvr-back-pulse:focus,
  3581. .hvr-back-pulse:hover {
  3582. -webkit-animation-name: hvr-back-pulse;
  3583. animation-name: hvr-back-pulse;
  3584. -webkit-animation-duration: 1s;
  3585. animation-duration: 1s;
  3586. -webkit-animation-delay: .5s;
  3587. animation-delay: .5s;
  3588. -webkit-animation-timing-function: linear;
  3589. animation-timing-function: linear;
  3590. -webkit-animation-iteration-count: infinite;
  3591. animation-iteration-count: infinite;
  3592. background-color: #3ABDCB
  3593. }
  3594. .hvr-sweep-to-right {
  3595. -webkit-transform: translateZ(0);
  3596. transform: translateZ(0);
  3597. backface-visibility: hidden;
  3598. -moz-osx-font-smoothing: grayscale;
  3599. position: relative;
  3600. -webkit-transition-property: color;
  3601. transition-property: color;
  3602. transition-duration: .3s
  3603. }
  3604. .hvr-sweep-to-bottom,
  3605. .hvr-sweep-to-left {
  3606. display: inline-block;
  3607. vertical-align: middle;
  3608. box-shadow: 0 0 1px transparent;
  3609. -webkit-backface-visibility: hidden;
  3610. -moz-osx-font-smoothing: grayscale
  3611. }
  3612. .hvr-sweep-to-right:before {
  3613. position: absolute;
  3614. -webkit-transform: scaleX(0);
  3615. transform: scaleX(0);
  3616. -webkit-transform-origin: 0 50%;
  3617. transform-origin: 0 50%;
  3618. -webkit-transition-property: transform;
  3619. transition-property: transform;
  3620. -webkit-transition-duration: .3s;
  3621. transition-duration: .3s;
  3622. transition-timing-function: ease-out
  3623. }
  3624. .hvr-sweep-to-right:active:before,
  3625. .hvr-sweep-to-right:focus:before,
  3626. .hvr-sweep-to-right:hover:before {
  3627. -webkit-transform: scaleX(1);
  3628. transform: scaleX(1)
  3629. }
  3630. .hvr-sweep-to-left {
  3631. -webkit-transform: translateZ(0);
  3632. transform: translateZ(0);
  3633. backface-visibility: hidden;
  3634. position: relative;
  3635. -webkit-transition-property: color;
  3636. transition-property: color;
  3637. -webkit-transition-duration: .3s;
  3638. transition-duration: .3s
  3639. }
  3640. .hvr-sweep-to-left:before {
  3641. position: absolute;
  3642. -webkit-transform: scaleX(0);
  3643. transform: scaleX(0);
  3644. -webkit-transform-origin: 100% 50%;
  3645. transform-origin: 100% 50%;
  3646. -webkit-transition-property: transform;
  3647. transition-property: transform;
  3648. -webkit-transition-duration: .3s;
  3649. transition-duration: .3s;
  3650. transition-timing-function: ease-out
  3651. }
  3652. .hvr-sweep-to-bottom:before,
  3653. .hvr-sweep-to-top:before {
  3654. -webkit-transition-timing-function: ease-out;
  3655. content: "";
  3656. z-index: -1;
  3657. top: 0;
  3658. left: 0;
  3659. right: 0;
  3660. bottom: 0;
  3661. background: #3ABDCB
  3662. }
  3663. .hvr-sweep-to-left:active:before,
  3664. .hvr-sweep-to-left:focus:before,
  3665. .hvr-sweep-to-left:hover:before {
  3666. -webkit-transform: scaleX(1);
  3667. transform: scaleX(1)
  3668. }
  3669. .hvr-sweep-to-bottom {
  3670. -webkit-transform: translateZ(0);
  3671. transform: translateZ(0);
  3672. backface-visibility: hidden;
  3673. position: relative;
  3674. -webkit-transition-property: color;
  3675. transition-property: color;
  3676. -webkit-transition-duration: .3s;
  3677. transition-duration: .3s
  3678. }
  3679. .hvr-bounce-to-right,
  3680. .hvr-sweep-to-top {
  3681. display: inline-block;
  3682. vertical-align: middle;
  3683. box-shadow: 0 0 1px transparent;
  3684. -webkit-backface-visibility: hidden
  3685. }
  3686. .hvr-sweep-to-bottom:before {
  3687. position: absolute;
  3688. -webkit-transform: scaleY(0);
  3689. transform: scaleY(0);
  3690. -webkit-transform-origin: 50% 0;
  3691. transform-origin: 50% 0;
  3692. -webkit-transition-property: transform;
  3693. transition-property: transform;
  3694. -webkit-transition-duration: .3s;
  3695. transition-duration: .3s;
  3696. transition-timing-function: ease-out
  3697. }
  3698. .hvr-sweep-to-bottom:active:before,
  3699. .hvr-sweep-to-bottom:focus:before,
  3700. .hvr-sweep-to-bottom:hover:before {
  3701. -webkit-transform: scaleY(1);
  3702. transform: scaleY(1)
  3703. }
  3704. .hvr-sweep-to-top {
  3705. -webkit-transform: translateZ(0);
  3706. transform: translateZ(0);
  3707. backface-visibility: hidden;
  3708. -moz-osx-font-smoothing: grayscale;
  3709. position: relative;
  3710. -webkit-transition-property: color;
  3711. transition-property: color;
  3712. -webkit-transition-duration: .3s;
  3713. transition-duration: .3s
  3714. }
  3715. .hvr-sweep-to-top:before {
  3716. position: absolute;
  3717. -webkit-transform: scaleY(0);
  3718. transform: scaleY(0);
  3719. -webkit-transform-origin: 50% 100%;
  3720. transform-origin: 50% 100%;
  3721. -webkit-transition-property: transform;
  3722. transition-property: transform;
  3723. -webkit-transition-duration: .3s;
  3724. transition-duration: .3s;
  3725. transition-timing-function: ease-out
  3726. }
  3727. .hvr-sweep-to-top:active:before,
  3728. .hvr-sweep-to-top:focus:before,
  3729. .hvr-sweep-to-top:hover:before {
  3730. -webkit-transform: scaleY(1);
  3731. transform: scaleY(1)
  3732. }
  3733. .hvr-bounce-to-right {
  3734. -webkit-transform: translateZ(0);
  3735. transform: translateZ(0);
  3736. backface-visibility: hidden;
  3737. -moz-osx-font-smoothing: grayscale;
  3738. position: relative;
  3739. -webkit-transition-property: color;
  3740. transition-property: color;
  3741. -webkit-transition-duration: .5s;
  3742. transition-duration: .5s
  3743. }
  3744. .hvr-bounce-to-bottom,
  3745. .hvr-bounce-to-left {
  3746. display: inline-block;
  3747. vertical-align: middle;
  3748. box-shadow: 0 0 1px transparent;
  3749. -webkit-backface-visibility: hidden;
  3750. -moz-osx-font-smoothing: grayscale
  3751. }
  3752. .hvr-bounce-to-right:before {
  3753. content: "";
  3754. position: absolute;
  3755. z-index: -1;
  3756. top: 0;
  3757. left: 0;
  3758. right: 0;
  3759. bottom: 0;
  3760. background: #3ABDCB;
  3761. -webkit-transform: scaleX(0);
  3762. transform: scaleX(0);
  3763. -webkit-transform-origin: 0 50%;
  3764. transform-origin: 0 50%;
  3765. -webkit-transition-property: transform;
  3766. transition-property: transform;
  3767. -webkit-transition-duration: .5s;
  3768. transition-duration: .5s;
  3769. -webkit-transition-timing-function: ease-out;
  3770. transition-timing-function: ease-out
  3771. }
  3772. .hvr-bounce-to-right:active:before,
  3773. .hvr-bounce-to-right:focus:before,
  3774. .hvr-bounce-to-right:hover:before {
  3775. -webkit-transform: scaleX(1);
  3776. transform: scaleX(1);
  3777. -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  3778. transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
  3779. }
  3780. .hvr-bounce-to-left {
  3781. -webkit-transform: translateZ(0);
  3782. transform: translateZ(0);
  3783. backface-visibility: hidden;
  3784. position: relative;
  3785. -webkit-transition-property: color;
  3786. transition-property: color;
  3787. -webkit-transition-duration: .5s;
  3788. transition-duration: .5s
  3789. }
  3790. .hvr-bounce-to-left:before {
  3791. content: "";
  3792. position: absolute;
  3793. z-index: -1;
  3794. top: 0;
  3795. left: 0;
  3796. right: 0;
  3797. bottom: 0;
  3798. background: #3ABDCB;
  3799. -webkit-transform: scaleX(0);
  3800. transform: scaleX(0);
  3801. -webkit-transform-origin: 100% 50%;
  3802. transform-origin: 100% 50%;
  3803. -webkit-transition-property: transform;
  3804. transition-property: transform;
  3805. -webkit-transition-duration: .5s;
  3806. transition-duration: .5s;
  3807. -webkit-transition-timing-function: ease-out;
  3808. transition-timing-function: ease-out
  3809. }
  3810. .hvr-bounce-to-left:active:before,
  3811. .hvr-bounce-to-left:focus:before,
  3812. .hvr-bounce-to-left:hover:before {
  3813. -webkit-transform: scaleX(1);
  3814. transform: scaleX(1);
  3815. -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  3816. transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
  3817. }
  3818. .hvr-bounce-to-bottom {
  3819. -webkit-transform: translateZ(0);
  3820. transform: translateZ(0);
  3821. backface-visibility: hidden;
  3822. position: relative;
  3823. -webkit-transition-property: color;
  3824. transition-property: color;
  3825. -webkit-transition-duration: .5s;
  3826. transition-duration: .5s
  3827. }
  3828. .hvr-bounce-to-top,
  3829. .hvr-radial-out {
  3830. display: inline-block;
  3831. vertical-align: middle;
  3832. box-shadow: 0 0 1px transparent;
  3833. -webkit-backface-visibility: hidden
  3834. }
  3835. .hvr-bounce-to-bottom:before {
  3836. content: "";
  3837. position: absolute;
  3838. z-index: -1;
  3839. top: 0;
  3840. left: 0;
  3841. right: 0;
  3842. bottom: 0;
  3843. background: #3ABDCB;
  3844. -webkit-transform: scaleY(0);
  3845. transform: scaleY(0);
  3846. -webkit-transform-origin: 50% 0;
  3847. transform-origin: 50% 0;
  3848. -webkit-transition-property: transform;
  3849. transition-property: transform;
  3850. -webkit-transition-duration: .5s;
  3851. transition-duration: .5s;
  3852. -webkit-transition-timing-function: ease-out;
  3853. transition-timing-function: ease-out
  3854. }
  3855. .hvr-bounce-to-bottom:active,
  3856. .hvr-bounce-to-bottom:focus,
  3857. .hvr-bounce-to-bottom:hover {
  3858. color: #fff
  3859. }
  3860. .hvr-bounce-to-bottom:active:before,
  3861. .hvr-bounce-to-bottom:focus:before,
  3862. .hvr-bounce-to-bottom:hover:before {
  3863. -webkit-transform: scaleY(1);
  3864. transform: scaleY(1);
  3865. -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  3866. transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
  3867. }
  3868. .hvr-bounce-to-top:before,
  3869. .hvr-radial-out:before {
  3870. content: "";
  3871. z-index: -1;
  3872. top: 0;
  3873. left: 0;
  3874. right: 0;
  3875. bottom: 0;
  3876. -webkit-transition-timing-function: ease-out
  3877. }
  3878. .hvr-bounce-to-top {
  3879. -webkit-transform: translateZ(0);
  3880. transform: translateZ(0);
  3881. backface-visibility: hidden;
  3882. -moz-osx-font-smoothing: grayscale;
  3883. position: relative;
  3884. -webkit-transition-property: color;
  3885. transition-property: color;
  3886. -webkit-transition-duration: .5s;
  3887. transition-duration: .5s
  3888. }
  3889. .hvr-bounce-to-top:before {
  3890. position: absolute;
  3891. background: #3ABDCB;
  3892. -webkit-transform: scaleY(0);
  3893. transform: scaleY(0);
  3894. -webkit-transform-origin: 50% 100%;
  3895. transform-origin: 50% 100%;
  3896. -webkit-transition-property: transform;
  3897. transition-property: transform;
  3898. -webkit-transition-duration: .5s;
  3899. transition-duration: .5s;
  3900. transition-timing-function: ease-out
  3901. }
  3902. .hvr-bounce-to-top:active:before,
  3903. .hvr-bounce-to-top:focus:before,
  3904. .hvr-bounce-to-top:hover:before {
  3905. -webkit-transform: scaleY(1);
  3906. transform: scaleY(1);
  3907. -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  3908. transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
  3909. }
  3910. .hvr-radial-out {
  3911. -webkit-transform: translateZ(0);
  3912. transform: translateZ(0);
  3913. backface-visibility: hidden;
  3914. -moz-osx-font-smoothing: grayscale;
  3915. position: relative;
  3916. overflow: hidden;
  3917. background: #e1e1e1;
  3918. -webkit-transition-property: color;
  3919. transition-property: color;
  3920. -webkit-transition-duration: .3s;
  3921. transition-duration: .3s
  3922. }
  3923. .hvr-radial-in,
  3924. .hvr-rectangle-in {
  3925. display: inline-block;
  3926. vertical-align: middle;
  3927. box-shadow: 0 0 1px transparent;
  3928. -webkit-backface-visibility: hidden;
  3929. -moz-osx-font-smoothing: grayscale
  3930. }
  3931. .hvr-radial-in,
  3932. .hvr-radial-out:before {
  3933. background: #3ABDCB;
  3934. -webkit-transition-duration: .3s
  3935. }
  3936. .hvr-radial-out:before {
  3937. position: absolute;
  3938. border-radius: 100%;
  3939. -webkit-transform: scale(0);
  3940. transform: scale(0);
  3941. -webkit-transition-property: transform;
  3942. transition-property: transform;
  3943. transition-duration: .3s;
  3944. transition-timing-function: ease-out
  3945. }
  3946. .hvr-radial-in:before,
  3947. .hvr-rectangle-in:before {
  3948. content: "";
  3949. z-index: -1;
  3950. top: 0;
  3951. left: 0;
  3952. right: 0;
  3953. bottom: 0;
  3954. -webkit-transition-timing-function: ease-out
  3955. }
  3956. .hvr-radial-out:active:before,
  3957. .hvr-radial-out:focus:before,
  3958. .hvr-radial-out:hover:before {
  3959. -webkit-transform: scale(2);
  3960. transform: scale(2)
  3961. }
  3962. .hvr-radial-in {
  3963. -webkit-transform: translateZ(0);
  3964. transform: translateZ(0);
  3965. backface-visibility: hidden;
  3966. position: relative;
  3967. overflow: hidden;
  3968. -webkit-transition-property: color;
  3969. transition-property: color;
  3970. transition-duration: .3s
  3971. }
  3972. .hvr-radial-in:before {
  3973. position: absolute;
  3974. background: #e1e1e1;
  3975. border-radius: 100%;
  3976. -webkit-transform: scale(2);
  3977. transform: scale(2);
  3978. -webkit-transition-property: transform;
  3979. transition-property: transform;
  3980. -webkit-transition-duration: .3s;
  3981. transition-duration: .3s;
  3982. transition-timing-function: ease-out
  3983. }
  3984. .hvr-radial-in:active:before,
  3985. .hvr-radial-in:focus:before,
  3986. .hvr-radial-in:hover:before {
  3987. -webkit-transform: scale(0);
  3988. transform: scale(0)
  3989. }
  3990. .hvr-rectangle-in {
  3991. -webkit-transform: translateZ(0);
  3992. transform: translateZ(0);
  3993. backface-visibility: hidden;
  3994. position: relative;
  3995. background: #3ABDCB;
  3996. -webkit-transition-property: color;
  3997. transition-property: color;
  3998. -webkit-transition-duration: .3s;
  3999. transition-duration: .3s
  4000. }
  4001. .hvr-rectangle-out,
  4002. .hvr-shutter-in-horizontal {
  4003. display: inline-block;
  4004. vertical-align: middle;
  4005. box-shadow: 0 0 1px transparent;
  4006. -webkit-backface-visibility: hidden
  4007. }
  4008. .hvr-rectangle-in:before,
  4009. .hvr-rectangle-out {
  4010. background: #e1e1e1;
  4011. -webkit-transition-duration: .3s
  4012. }
  4013. .hvr-rectangle-in:before {
  4014. position: absolute;
  4015. -webkit-transform: scale(1);
  4016. transform: scale(1);
  4017. -webkit-transition-property: transform;
  4018. transition-property: transform;
  4019. transition-duration: .3s;
  4020. transition-timing-function: ease-out
  4021. }
  4022. .hvr-rectangle-out:before,
  4023. .hvr-shutter-in-horizontal:before {
  4024. content: "";
  4025. z-index: -1;
  4026. top: 0;
  4027. bottom: 0;
  4028. left: 0;
  4029. right: 0;
  4030. -webkit-transition-timing-function: ease-out
  4031. }
  4032. .hvr-rectangle-in:active:before,
  4033. .hvr-rectangle-in:focus:before,
  4034. .hvr-rectangle-in:hover:before {
  4035. -webkit-transform: scale(0);
  4036. transform: scale(0)
  4037. }
  4038. .hvr-rectangle-out {
  4039. -webkit-transform: translateZ(0);
  4040. transform: translateZ(0);
  4041. backface-visibility: hidden;
  4042. -moz-osx-font-smoothing: grayscale;
  4043. position: relative;
  4044. -webkit-transition-property: color;
  4045. transition-property: color;
  4046. transition-duration: .3s
  4047. }
  4048. .hvr-rectangle-out:before {
  4049. position: absolute;
  4050. background: #3ABDCB;
  4051. -webkit-transform: scale(0);
  4052. transform: scale(0);
  4053. -webkit-transition-property: transform;
  4054. transition-property: transform;
  4055. -webkit-transition-duration: .3s;
  4056. transition-duration: .3s;
  4057. transition-timing-function: ease-out
  4058. }
  4059. .hvr-rectangle-out:active:before,
  4060. .hvr-rectangle-out:focus:before,
  4061. .hvr-rectangle-out:hover:before {
  4062. -webkit-transform: scale(1);
  4063. transform: scale(1)
  4064. }
  4065. .hvr-shutter-in-horizontal {
  4066. -webkit-transform: translateZ(0);
  4067. transform: translateZ(0);
  4068. backface-visibility: hidden;
  4069. -moz-osx-font-smoothing: grayscale;
  4070. position: relative;
  4071. background: #3ABDCB;
  4072. -webkit-transition-property: color;
  4073. transition-property: color;
  4074. -webkit-transition-duration: .3s;
  4075. transition-duration: .3s
  4076. }
  4077. .hvr-shutter-in-vertical,
  4078. .hvr-shutter-out-horizontal {
  4079. -webkit-backface-visibility: hidden;
  4080. display: inline-block;
  4081. vertical-align: middle;
  4082. box-shadow: 0 0 1px transparent;
  4083. -moz-osx-font-smoothing: grayscale
  4084. }
  4085. .hvr-shutter-in-horizontal:before {
  4086. position: absolute;
  4087. background: #e1e1e1;
  4088. -webkit-transform: scaleX(1);
  4089. transform: scaleX(1);
  4090. -webkit-transform-origin: 50%;
  4091. transform-origin: 50%;
  4092. -webkit-transition-property: transform;
  4093. transition-property: transform;
  4094. -webkit-transition-duration: .3s;
  4095. transition-duration: .3s;
  4096. transition-timing-function: ease-out
  4097. }
  4098. .hvr-shutter-in-vertical:before,
  4099. .hvr-shutter-out-horizontal:before {
  4100. -webkit-transition-timing-function: ease-out;
  4101. content: "";
  4102. z-index: -1;
  4103. top: 0;
  4104. bottom: 0;
  4105. left: 0;
  4106. right: 0
  4107. }
  4108. .hvr-shutter-in-horizontal:active:before,
  4109. .hvr-shutter-in-horizontal:focus:before,
  4110. .hvr-shutter-in-horizontal:hover:before {
  4111. -webkit-transform: scaleX(0);
  4112. transform: scaleX(0)
  4113. }
  4114. .hvr-shutter-out-horizontal {
  4115. -webkit-transform: translateZ(0);
  4116. transform: translateZ(0);
  4117. backface-visibility: hidden;
  4118. position: relative;
  4119. background: #e1e1e1;
  4120. -webkit-transition-property: color;
  4121. transition-property: color;
  4122. -webkit-transition-duration: .3s;
  4123. transition-duration: .3s
  4124. }
  4125. .hvr-shutter-out-horizontal:before {
  4126. position: absolute;
  4127. background: #3ABDCB;
  4128. -webkit-transform: scaleX(0);
  4129. transform: scaleX(0);
  4130. -webkit-transform-origin: 50%;
  4131. transform-origin: 50%;
  4132. -webkit-transition-property: transform;
  4133. transition-property: transform;
  4134. -webkit-transition-duration: .3s;
  4135. transition-duration: .3s;
  4136. transition-timing-function: ease-out
  4137. }
  4138. .hvr-shutter-out-horizontal:active:before,
  4139. .hvr-shutter-out-horizontal:focus:before,
  4140. .hvr-shutter-out-horizontal:hover:before {
  4141. -webkit-transform: scaleX(1);
  4142. transform: scaleX(1)
  4143. }
  4144. .hvr-shutter-in-vertical {
  4145. -webkit-transform: translateZ(0);
  4146. transform: translateZ(0);
  4147. backface-visibility: hidden;
  4148. position: relative;
  4149. background: #3ABDCB;
  4150. -webkit-transition-property: color;
  4151. transition-property: color;
  4152. -webkit-transition-duration: .3s;
  4153. transition-duration: .3s
  4154. }
  4155. .hvr-shutter-in-vertical:before {
  4156. position: absolute;
  4157. background: #e1e1e1;
  4158. -webkit-transform: scaleY(1);
  4159. transform: scaleY(1);
  4160. -webkit-transform-origin: 50%;
  4161. transform-origin: 50%;
  4162. -webkit-transition-property: transform;
  4163. transition-property: transform;
  4164. -webkit-transition-duration: .3s;
  4165. transition-duration: .3s;
  4166. transition-timing-function: ease-out
  4167. }
  4168. .hvr-shutter-in-vertical:active:before,
  4169. .hvr-shutter-in-vertical:focus:before,
  4170. .hvr-shutter-in-vertical:hover:before {
  4171. -webkit-transform: scaleY(0);
  4172. transform: scaleY(0)
  4173. }
  4174. .hvr-shutter-out-vertical {
  4175. display: inline-block;
  4176. vertical-align: middle;
  4177. -webkit-transform: translateZ(0);
  4178. transform: translateZ(0);
  4179. box-shadow: 0 0 1px transparent;
  4180. -webkit-backface-visibility: hidden;
  4181. backface-visibility: hidden;
  4182. -moz-osx-font-smoothing: grayscale;
  4183. position: relative;
  4184. background: #e1e1e1;
  4185. -webkit-transition-property: color;
  4186. transition-property: color;
  4187. -webkit-transition-duration: .3s;
  4188. transition-duration: .3s
  4189. }
  4190. .hvr-shutter-out-vertical:before {
  4191. content: "";
  4192. position: absolute;
  4193. z-index: -1;
  4194. top: 0;
  4195. bottom: 0;
  4196. left: 0;
  4197. right: 0;
  4198. background: #3ABDCB;
  4199. -webkit-transform: scaleY(0);
  4200. transform: scaleY(0);
  4201. -webkit-transform-origin: 50%;
  4202. transform-origin: 50%;
  4203. -webkit-transition-property: transform;
  4204. transition-property: transform;
  4205. -webkit-transition-duration: .3s;
  4206. transition-duration: .3s;
  4207. -webkit-transition-timing-function: ease-out;
  4208. transition-timing-function: ease-out
  4209. }
  4210. .hvr-ripple-out:before,
  4211. .hvr-trim:before {
  4212. content: ''
  4213. }
  4214. .hvr-border-fade,
  4215. .hvr-glow {
  4216. -webkit-transition-property: box-shadow
  4217. }
  4218. .hvr-shutter-out-vertical:active:before,
  4219. .hvr-shutter-out-vertical:focus:before,
  4220. .hvr-shutter-out-vertical:hover:before {
  4221. -webkit-transform: scaleY(1);
  4222. transform: scaleY(1)
  4223. }
  4224. .hvr-border-fade,
  4225. .hvr-hollow {
  4226. display: inline-block;
  4227. vertical-align: middle;
  4228. -webkit-transform: translateZ(0);
  4229. -webkit-backface-visibility: hidden;
  4230. -moz-osx-font-smoothing: grayscale
  4231. }
  4232. .hvr-border-fade {
  4233. transform: translateZ(0);
  4234. backface-visibility: hidden;
  4235. -webkit-transition-duration: .3s;
  4236. transition-duration: .3s;
  4237. transition-property: box-shadow;
  4238. box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
  4239. }
  4240. .hvr-hollow,
  4241. .hvr-trim:before {
  4242. -webkit-transition-duration: .3s
  4243. }
  4244. .hvr-border-fade:active,
  4245. .hvr-border-fade:focus,
  4246. .hvr-border-fade:hover {
  4247. box-shadow: inset 0 0 0 4px #3ABDCB, 0 0 1px transparent
  4248. }
  4249. .hvr-hollow {
  4250. transform: translateZ(0);
  4251. backface-visibility: hidden;
  4252. transition-duration: .3s;
  4253. -webkit-transition-property: background;
  4254. transition-property: background;
  4255. box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
  4256. }
  4257. .hvr-ripple-out,
  4258. .hvr-trim {
  4259. display: inline-block;
  4260. vertical-align: middle;
  4261. -webkit-transform: translateZ(0);
  4262. box-shadow: 0 0 1px transparent;
  4263. -webkit-backface-visibility: hidden;
  4264. -moz-osx-font-smoothing: grayscale
  4265. }
  4266. .hvr-hollow:active,
  4267. .hvr-hollow:focus,
  4268. .hvr-hollow:hover {
  4269. background: 0 0
  4270. }
  4271. .hvr-trim {
  4272. transform: translateZ(0);
  4273. backface-visibility: hidden;
  4274. position: relative
  4275. }
  4276. .hvr-trim:before {
  4277. position: absolute;
  4278. border: 4px solid #fff;
  4279. top: 4px;
  4280. left: 4px;
  4281. right: 4px;
  4282. bottom: 4px;
  4283. opacity: 0;
  4284. transition-duration: .3s;
  4285. -webkit-transition-property: opacity;
  4286. transition-property: opacity
  4287. }
  4288. .hvr-trim:active:before,
  4289. .hvr-trim:focus:before,
  4290. .hvr-trim:hover:before {
  4291. opacity: 1
  4292. }
  4293. @-webkit-keyframes hvr-ripple-out {
  4294. 100% {
  4295. top: -12px;
  4296. right: -12px;
  4297. bottom: -12px;
  4298. left: -12px;
  4299. opacity: 0
  4300. }
  4301. }
  4302. @keyframes hvr-ripple-out {
  4303. 100% {
  4304. top: -12px;
  4305. right: -12px;
  4306. bottom: -12px;
  4307. left: -12px;
  4308. opacity: 0
  4309. }
  4310. }
  4311. .hvr-ripple-out {
  4312. transform: translateZ(0);
  4313. backface-visibility: hidden;
  4314. position: relative
  4315. }
  4316. .hvr-outline-out,
  4317. .hvr-ripple-in {
  4318. display: inline-block;
  4319. vertical-align: middle;
  4320. -webkit-transform: translateZ(0);
  4321. box-shadow: 0 0 1px transparent;
  4322. -webkit-backface-visibility: hidden
  4323. }
  4324. .hvr-ripple-out:before {
  4325. position: absolute;
  4326. border: 6px solid #e1e1e1;
  4327. top: 0;
  4328. right: 0;
  4329. bottom: 0;
  4330. left: 0;
  4331. -webkit-animation-duration: 1s;
  4332. animation-duration: 1s
  4333. }
  4334. .hvr-ripple-out:active:before,
  4335. .hvr-ripple-out:focus:before,
  4336. .hvr-ripple-out:hover:before {
  4337. -webkit-animation-name: hvr-ripple-out;
  4338. animation-name: hvr-ripple-out
  4339. }
  4340. @-webkit-keyframes hvr-ripple-in {
  4341. 100% {
  4342. top: 0;
  4343. right: 0;
  4344. bottom: 0;
  4345. left: 0;
  4346. opacity: 1
  4347. }
  4348. }
  4349. @keyframes hvr-ripple-in {
  4350. 100% {
  4351. top: 0;
  4352. right: 0;
  4353. bottom: 0;
  4354. left: 0;
  4355. opacity: 1
  4356. }
  4357. }
  4358. .hvr-outline-in:before,
  4359. .hvr-ripple-in:before {
  4360. content: '';
  4361. border: 4px solid #e1e1e1;
  4362. opacity: 0
  4363. }
  4364. .hvr-ripple-in {
  4365. transform: translateZ(0);
  4366. backface-visibility: hidden;
  4367. -moz-osx-font-smoothing: grayscale;
  4368. position: relative
  4369. }
  4370. .hvr-ripple-in:before {
  4371. position: absolute;
  4372. top: -12px;
  4373. right: -12px;
  4374. bottom: -12px;
  4375. left: -12px;
  4376. -webkit-animation-duration: 1s;
  4377. animation-duration: 1s
  4378. }
  4379. .hvr-ripple-in:active:before,
  4380. .hvr-ripple-in:focus:before,
  4381. .hvr-ripple-in:hover:before {
  4382. -webkit-animation-name: hvr-ripple-in;
  4383. animation-name: hvr-ripple-in
  4384. }
  4385. .hvr-outline-out {
  4386. transform: translateZ(0);
  4387. backface-visibility: hidden;
  4388. -moz-osx-font-smoothing: grayscale;
  4389. position: relative
  4390. }
  4391. .hvr-outline-in,
  4392. .hvr-round-corners {
  4393. display: inline-block;
  4394. vertical-align: middle;
  4395. -webkit-transform: translateZ(0);
  4396. box-shadow: 0 0 1px transparent;
  4397. -webkit-backface-visibility: hidden;
  4398. -moz-osx-font-smoothing: grayscale
  4399. }
  4400. .hvr-outline-out:before {
  4401. content: '';
  4402. position: absolute;
  4403. border: 4px solid #e1e1e1;
  4404. top: 0;
  4405. right: 0;
  4406. bottom: 0;
  4407. left: 0;
  4408. -webkit-transition-duration: .3s;
  4409. transition-duration: .3s;
  4410. -webkit-transition-property: top, right, bottom, left;
  4411. transition-property: top, right, bottom, left
  4412. }
  4413. .hvr-outline-out:active:before,
  4414. .hvr-outline-out:focus:before,
  4415. .hvr-outline-out:hover:before {
  4416. top: -8px;
  4417. right: -8px;
  4418. bottom: -8px;
  4419. left: -8px
  4420. }
  4421. .hvr-outline-in {
  4422. transform: translateZ(0);
  4423. backface-visibility: hidden;
  4424. position: relative
  4425. }
  4426. .hvr-outline-in:before {
  4427. pointer-events: none;
  4428. position: absolute;
  4429. top: -16px;
  4430. right: -16px;
  4431. bottom: -16px;
  4432. left: -16px;
  4433. -webkit-transition-duration: .3s;
  4434. transition-duration: .3s;
  4435. -webkit-transition-property: top, right, bottom, left;
  4436. transition-property: top, right, bottom, left
  4437. }
  4438. .hvr-underline-from-center:before,
  4439. .hvr-underline-from-left:before {
  4440. content: "";
  4441. z-index: -1;
  4442. background: #3ABDCB;
  4443. height: 4px;
  4444. -webkit-transition-timing-function: ease-out
  4445. }
  4446. .hvr-outline-in:active:before,
  4447. .hvr-outline-in:focus:before,
  4448. .hvr-outline-in:hover:before {
  4449. top: -8px;
  4450. right: -8px;
  4451. bottom: -8px;
  4452. left: -8px;
  4453. opacity: 1
  4454. }
  4455. .hvr-round-corners {
  4456. transform: translateZ(0);
  4457. backface-visibility: hidden;
  4458. -webkit-transition-duration: .3s;
  4459. transition-duration: .3s;
  4460. -webkit-transition-property: border-radius;
  4461. transition-property: border-radius
  4462. }
  4463. .hvr-underline-from-center,
  4464. .hvr-underline-from-left {
  4465. display: inline-block;
  4466. vertical-align: middle;
  4467. -webkit-transform: translateZ(0);
  4468. box-shadow: 0 0 1px transparent;
  4469. -webkit-backface-visibility: hidden
  4470. }
  4471. .hvr-round-corners:active,
  4472. .hvr-round-corners:focus,
  4473. .hvr-round-corners:hover {
  4474. border-radius: 1em
  4475. }
  4476. .hvr-underline-from-left {
  4477. transform: translateZ(0);
  4478. backface-visibility: hidden;
  4479. -moz-osx-font-smoothing: grayscale;
  4480. position: relative;
  4481. overflow: hidden
  4482. }
  4483. .hvr-underline-from-left:before {
  4484. position: absolute;
  4485. left: 0;
  4486. right: 100%;
  4487. bottom: 0;
  4488. -webkit-transition-property: right;
  4489. transition-property: right;
  4490. -webkit-transition-duration: .3s;
  4491. transition-duration: .3s;
  4492. transition-timing-function: ease-out
  4493. }
  4494. .hvr-underline-from-left:active:before,
  4495. .hvr-underline-from-left:focus:before,
  4496. .hvr-underline-from-left:hover:before {
  4497. right: 0
  4498. }
  4499. .hvr-underline-from-center {
  4500. transform: translateZ(0);
  4501. backface-visibility: hidden;
  4502. -moz-osx-font-smoothing: grayscale;
  4503. position: relative;
  4504. overflow: hidden
  4505. }
  4506. .hvr-overline-from-left,
  4507. .hvr-underline-from-right {
  4508. display: inline-block;
  4509. vertical-align: middle;
  4510. -webkit-transform: translateZ(0);
  4511. box-shadow: 0 0 1px transparent;
  4512. -webkit-backface-visibility: hidden;
  4513. -moz-osx-font-smoothing: grayscale;
  4514. overflow: hidden
  4515. }
  4516. .hvr-underline-from-center:before {
  4517. position: absolute;
  4518. left: 50%;
  4519. right: 50%;
  4520. bottom: 0;
  4521. -webkit-transition-property: left, right;
  4522. transition-property: left, right;
  4523. -webkit-transition-duration: .3s;
  4524. transition-duration: .3s;
  4525. transition-timing-function: ease-out
  4526. }
  4527. .hvr-overline-from-left:before,
  4528. .hvr-underline-from-right:before {
  4529. content: "";
  4530. z-index: -1;
  4531. -webkit-transition-timing-function: ease-out;
  4532. background: #3ABDCB;
  4533. height: 4px
  4534. }
  4535. .hvr-underline-from-center:active:before,
  4536. .hvr-underline-from-center:focus:before,
  4537. .hvr-underline-from-center:hover:before {
  4538. left: 0;
  4539. right: 0
  4540. }
  4541. .hvr-underline-from-right {
  4542. transform: translateZ(0);
  4543. backface-visibility: hidden;
  4544. position: relative
  4545. }
  4546. .hvr-underline-from-right:before {
  4547. position: absolute;
  4548. left: 100%;
  4549. right: 0;
  4550. bottom: 0;
  4551. -webkit-transition-property: left;
  4552. transition-property: left;
  4553. -webkit-transition-duration: .3s;
  4554. transition-duration: .3s;
  4555. transition-timing-function: ease-out
  4556. }
  4557. .hvr-underline-from-right:active:before,
  4558. .hvr-underline-from-right:focus:before,
  4559. .hvr-underline-from-right:hover:before {
  4560. left: 0
  4561. }
  4562. .hvr-overline-from-left {
  4563. transform: translateZ(0);
  4564. backface-visibility: hidden;
  4565. position: relative
  4566. }
  4567. .hvr-overline-from-center,
  4568. .hvr-overline-from-right {
  4569. display: inline-block;
  4570. vertical-align: middle;
  4571. -webkit-transform: translateZ(0);
  4572. box-shadow: 0 0 1px transparent;
  4573. -webkit-backface-visibility: hidden
  4574. }
  4575. .hvr-overline-from-left:before {
  4576. position: absolute;
  4577. left: 0;
  4578. right: 100%;
  4579. top: 0;
  4580. -webkit-transition-property: right;
  4581. transition-property: right;
  4582. -webkit-transition-duration: .3s;
  4583. transition-duration: .3s;
  4584. transition-timing-function: ease-out
  4585. }
  4586. .hvr-overline-from-center:before,
  4587. .hvr-overline-from-right:before {
  4588. content: "";
  4589. z-index: -1;
  4590. -webkit-transition-timing-function: ease-out;
  4591. top: 0
  4592. }
  4593. .hvr-overline-from-left:active:before,
  4594. .hvr-overline-from-left:focus:before,
  4595. .hvr-overline-from-left:hover:before {
  4596. right: 0
  4597. }
  4598. .hvr-overline-from-center {
  4599. transform: translateZ(0);
  4600. backface-visibility: hidden;
  4601. -moz-osx-font-smoothing: grayscale;
  4602. position: relative;
  4603. overflow: hidden
  4604. }
  4605. .hvr-overline-from-center:before {
  4606. position: absolute;
  4607. left: 50%;
  4608. right: 50%;
  4609. background: #3ABDCB;
  4610. height: 4px;
  4611. -webkit-transition-property: left, right;
  4612. transition-property: left, right;
  4613. -webkit-transition-duration: .3s;
  4614. transition-duration: .3s;
  4615. transition-timing-function: ease-out
  4616. }
  4617. .hvr-overline-from-right:before,
  4618. .hvr-underline-reveal:before {
  4619. -webkit-transition-duration: .3s;
  4620. background: #3ABDCB;
  4621. height: 4px
  4622. }
  4623. .hvr-overline-from-center:active:before,
  4624. .hvr-overline-from-center:focus:before,
  4625. .hvr-overline-from-center:hover:before {
  4626. left: 0;
  4627. right: 0
  4628. }
  4629. .hvr-overline-from-right {
  4630. transform: translateZ(0);
  4631. backface-visibility: hidden;
  4632. -moz-osx-font-smoothing: grayscale;
  4633. position: relative;
  4634. overflow: hidden
  4635. }
  4636. .hvr-reveal,
  4637. .hvr-underline-reveal {
  4638. -webkit-backface-visibility: hidden;
  4639. display: inline-block;
  4640. vertical-align: middle;
  4641. box-shadow: 0 0 1px transparent;
  4642. -moz-osx-font-smoothing: grayscale;
  4643. overflow: hidden
  4644. }
  4645. .hvr-overline-from-right:before {
  4646. position: absolute;
  4647. left: 100%;
  4648. right: 0;
  4649. -webkit-transition-property: left;
  4650. transition-property: left;
  4651. transition-duration: .3s;
  4652. transition-timing-function: ease-out
  4653. }
  4654. .hvr-reveal:before,
  4655. .hvr-underline-reveal:before {
  4656. bottom: 0;
  4657. -webkit-transition-timing-function: ease-out;
  4658. left: 0;
  4659. z-index: -1;
  4660. right: 0;
  4661. content: ""
  4662. }
  4663. .hvr-overline-from-right:active:before,
  4664. .hvr-overline-from-right:focus:before,
  4665. .hvr-overline-from-right:hover:before {
  4666. left: 0
  4667. }
  4668. .hvr-reveal {
  4669. -webkit-transform: translateZ(0);
  4670. transform: translateZ(0);
  4671. backface-visibility: hidden;
  4672. position: relative
  4673. }
  4674. .hvr-reveal:before {
  4675. position: absolute;
  4676. top: 0;
  4677. border-color: #3ABDCB;
  4678. border-style: solid;
  4679. border-width: 0;
  4680. -webkit-transition-property: border-width;
  4681. transition-property: border-width;
  4682. -webkit-transition-duration: .1s;
  4683. transition-duration: .1s;
  4684. transition-timing-function: ease-out
  4685. }
  4686. .hvr-reveal:active:before,
  4687. .hvr-reveal:focus:before,
  4688. .hvr-reveal:hover:before {
  4689. -webkit-transform: translateY(0);
  4690. transform: translateY(0);
  4691. border-width: 4px
  4692. }
  4693. .hvr-underline-reveal {
  4694. -webkit-transform: translateZ(0);
  4695. transform: translateZ(0);
  4696. backface-visibility: hidden;
  4697. position: relative
  4698. }
  4699. .hvr-underline-reveal:before {
  4700. position: absolute;
  4701. -webkit-transform: translateY(4px);
  4702. transform: translateY(4px);
  4703. -webkit-transition-property: transform;
  4704. transition-property: transform;
  4705. transition-duration: .3s;
  4706. transition-timing-function: ease-out
  4707. }
  4708. .hvr-underline-reveal:active:before,
  4709. .hvr-underline-reveal:focus:before,
  4710. .hvr-underline-reveal:hover:before {
  4711. -webkit-transform: translateY(0);
  4712. transform: translateY(0)
  4713. }
  4714. .hvr-overline-reveal {
  4715. display: inline-block;
  4716. vertical-align: middle;
  4717. -webkit-transform: translateZ(0);
  4718. transform: translateZ(0);
  4719. box-shadow: 0 0 1px transparent;
  4720. -webkit-backface-visibility: hidden;
  4721. backface-visibility: hidden;
  4722. -moz-osx-font-smoothing: grayscale;
  4723. position: relative;
  4724. overflow: hidden
  4725. }
  4726. .hvr-overline-reveal:before {
  4727. content: "";
  4728. position: absolute;
  4729. z-index: -1;
  4730. left: 0;
  4731. right: 0;
  4732. top: 0;
  4733. background: #3ABDCB;
  4734. height: 4px;
  4735. -webkit-transform: translateY(-4px);
  4736. transform: translateY(-4px);
  4737. -webkit-transition-property: transform;
  4738. transition-property: transform;
  4739. -webkit-transition-duration: .3s;
  4740. transition-duration: .3s;
  4741. -webkit-transition-timing-function: ease-out;
  4742. transition-timing-function: ease-out
  4743. }
  4744. .hvr-overline-reveal:active:before,
  4745. .hvr-overline-reveal:focus:before,
  4746. .hvr-overline-reveal:hover:before {
  4747. -webkit-transform: translateY(0);
  4748. transform: translateY(0)
  4749. }
  4750. .hvr-glow,
  4751. .hvr-shadow {
  4752. -webkit-transform: translateZ(0);
  4753. -webkit-backface-visibility: hidden
  4754. }
  4755. .hvr-glow {
  4756. display: inline-block;
  4757. vertical-align: middle;
  4758. transform: translateZ(0);
  4759. box-shadow: 0 0 1px transparent;
  4760. backface-visibility: hidden;
  4761. -moz-osx-font-smoothing: grayscale;
  4762. -webkit-transition-duration: .3s;
  4763. transition-duration: .3s;
  4764. transition-property: box-shadow
  4765. }
  4766. .hvr-grow-shadow,
  4767. .hvr-shadow {
  4768. display: inline-block;
  4769. vertical-align: middle;
  4770. -moz-osx-font-smoothing: grayscale;
  4771. -webkit-transition-duration: .3s
  4772. }
  4773. .hvr-box-shadow-outset,
  4774. .hvr-shadow {
  4775. -webkit-transition-property: box-shadow
  4776. }
  4777. .hvr-glow:active,
  4778. .hvr-glow:focus,
  4779. .hvr-glow:hover {
  4780. box-shadow: 0 0 8px rgba(0, 0, 0, .6)
  4781. }
  4782. .hvr-shadow {
  4783. transform: translateZ(0);
  4784. box-shadow: 0 0 1px transparent;
  4785. backface-visibility: hidden;
  4786. transition-duration: .3s;
  4787. transition-property: box-shadow
  4788. }
  4789. .hvr-box-shadow-outset,
  4790. .hvr-grow-shadow {
  4791. -webkit-transform: translateZ(0);
  4792. -webkit-backface-visibility: hidden
  4793. }
  4794. .hvr-shadow:active,
  4795. .hvr-shadow:focus,
  4796. .hvr-shadow:hover {
  4797. box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5)
  4798. }
  4799. .hvr-grow-shadow {
  4800. transform: translateZ(0);
  4801. box-shadow: 0 0 1px transparent;
  4802. backface-visibility: hidden;
  4803. transition-duration: .3s;
  4804. -webkit-transition-property: box-shadow, transform;
  4805. transition-property: box-shadow, transform
  4806. }
  4807. .hvr-box-shadow-inset,
  4808. .hvr-box-shadow-outset {
  4809. display: inline-block;
  4810. vertical-align: middle;
  4811. -webkit-transition-duration: .3s;
  4812. -moz-osx-font-smoothing: grayscale
  4813. }
  4814. .hvr-grow-shadow:active,
  4815. .hvr-grow-shadow:focus,
  4816. .hvr-grow-shadow:hover {
  4817. box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
  4818. -webkit-transform: scale(1.1);
  4819. transform: scale(1.1)
  4820. }
  4821. .hvr-box-shadow-outset {
  4822. transform: translateZ(0);
  4823. box-shadow: 0 0 1px transparent;
  4824. backface-visibility: hidden;
  4825. transition-duration: .3s;
  4826. transition-property: box-shadow
  4827. }
  4828. .hvr-box-shadow-outset:active,
  4829. .hvr-box-shadow-outset:focus,
  4830. .hvr-box-shadow-outset:hover {
  4831. box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
  4832. }
  4833. .hvr-box-shadow-inset {
  4834. -webkit-transform: translateZ(0);
  4835. transform: translateZ(0);
  4836. -webkit-backface-visibility: hidden;
  4837. backface-visibility: hidden;
  4838. transition-duration: .3s;
  4839. -webkit-transition-property: box-shadow;
  4840. transition-property: box-shadow;
  4841. box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px transparent
  4842. }
  4843. .hvr-box-shadow-inset:active,
  4844. .hvr-box-shadow-inset:focus,
  4845. .hvr-box-shadow-inset:hover {
  4846. box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px transparent
  4847. }
  4848. .hvr-float-shadow,
  4849. .hvr-shadow-radial {
  4850. display: inline-block;
  4851. vertical-align: middle;
  4852. -webkit-transform: translateZ(0);
  4853. box-shadow: 0 0 1px transparent;
  4854. -webkit-backface-visibility: hidden
  4855. }
  4856. .hvr-float-shadow {
  4857. transform: translateZ(0);
  4858. backface-visibility: hidden;
  4859. -moz-osx-font-smoothing: grayscale;
  4860. position: relative;
  4861. -webkit-transition-duration: .3s;
  4862. transition-duration: .3s;
  4863. -webkit-transition-property: transform;
  4864. transition-property: transform
  4865. }
  4866. .hvr-float-shadow:before {
  4867. pointer-events: none;
  4868. position: absolute;
  4869. z-index: -1;
  4870. content: '';
  4871. top: 100%;
  4872. left: 5%;
  4873. height: 10px;
  4874. width: 90%;
  4875. opacity: 0;
  4876. background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
  4877. background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
  4878. -webkit-transition-duration: .3s;
  4879. transition-duration: .3s;
  4880. -webkit-transition-property: transform, opacity;
  4881. transition-property: transform, opacity
  4882. }
  4883. .hvr-float-shadow:active,
  4884. .hvr-float-shadow:focus,
  4885. .hvr-float-shadow:hover {
  4886. -webkit-transform: translateY(-5px);
  4887. transform: translateY(-5px)
  4888. }
  4889. .hvr-float-shadow:active:before,
  4890. .hvr-float-shadow:focus:before,
  4891. .hvr-float-shadow:hover:before {
  4892. opacity: 1;
  4893. -webkit-transform: translateY(5px);
  4894. transform: translateY(5px)
  4895. }
  4896. .hvr-shadow-radial {
  4897. transform: translateZ(0);
  4898. backface-visibility: hidden;
  4899. -moz-osx-font-smoothing: grayscale;
  4900. position: relative
  4901. }
  4902. .hvr-bubble-right,
  4903. .hvr-bubble-top {
  4904. display: inline-block;
  4905. vertical-align: middle;
  4906. box-shadow: 0 0 1px transparent;
  4907. -webkit-backface-visibility: hidden;
  4908. -moz-osx-font-smoothing: grayscale
  4909. }
  4910. .hvr-shadow-radial:after,
  4911. .hvr-shadow-radial:before {
  4912. pointer-events: none;
  4913. position: absolute;
  4914. content: '';
  4915. left: 0;
  4916. width: 100%;
  4917. box-sizing: border-box;
  4918. height: 5px;
  4919. opacity: 0;
  4920. -webkit-transition-duration: .3s;
  4921. transition-duration: .3s;
  4922. -webkit-transition-property: opacity;
  4923. transition-property: opacity
  4924. }
  4925. .hvr-bubble-right:before,
  4926. .hvr-bubble-top:before {
  4927. pointer-events: none;
  4928. z-index: -1;
  4929. content: '';
  4930. border-style: solid;
  4931. -webkit-transition-property: transform
  4932. }
  4933. .hvr-shadow-radial:before {
  4934. bottom: 100%;
  4935. background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
  4936. background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
  4937. }
  4938. .hvr-shadow-radial:after {
  4939. top: 100%;
  4940. background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
  4941. background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
  4942. }
  4943. .hvr-shadow-radial:active:after,
  4944. .hvr-shadow-radial:active:before,
  4945. .hvr-shadow-radial:focus:after,
  4946. .hvr-shadow-radial:focus:before,
  4947. .hvr-shadow-radial:hover:after,
  4948. .hvr-shadow-radial:hover:before {
  4949. opacity: 1
  4950. }
  4951. .hvr-bubble-top {
  4952. -webkit-transform: translateZ(0);
  4953. transform: translateZ(0);
  4954. backface-visibility: hidden;
  4955. position: relative
  4956. }
  4957. .hvr-bubble-top:before {
  4958. position: absolute;
  4959. -webkit-transition-duration: .3s;
  4960. transition-duration: .3s;
  4961. transition-property: transform;
  4962. left: calc(50% - 10px);
  4963. top: 0;
  4964. border-width: 0 10px 10px;
  4965. border-color: transparent transparent #e1e1e1
  4966. }
  4967. .hvr-bubble-top:active:before,
  4968. .hvr-bubble-top:focus:before,
  4969. .hvr-bubble-top:hover:before {
  4970. -webkit-transform: translateY(-10px);
  4971. transform: translateY(-10px)
  4972. }
  4973. .hvr-bubble-right {
  4974. -webkit-transform: translateZ(0);
  4975. transform: translateZ(0);
  4976. backface-visibility: hidden;
  4977. position: relative
  4978. }
  4979. .hvr-bubble-bottom,
  4980. .hvr-bubble-left {
  4981. display: inline-block;
  4982. vertical-align: middle;
  4983. box-shadow: 0 0 1px transparent;
  4984. -webkit-backface-visibility: hidden
  4985. }
  4986. .hvr-bubble-right:before {
  4987. position: absolute;
  4988. -webkit-transition-duration: .3s;
  4989. transition-duration: .3s;
  4990. transition-property: transform;
  4991. top: calc(50% - 10px);
  4992. right: 0;
  4993. border-width: 10px 0 10px 10px;
  4994. border-color: transparent transparent transparent #e1e1e1
  4995. }
  4996. .hvr-bubble-bottom:before,
  4997. .hvr-bubble-left:before {
  4998. border-style: solid;
  4999. -webkit-transition-property: transform;
  5000. z-index: -1;
  5001. content: '';
  5002. pointer-events: none
  5003. }
  5004. .hvr-bubble-right:active:before,
  5005. .hvr-bubble-right:focus:before,
  5006. .hvr-bubble-right:hover:before {
  5007. -webkit-transform: translateX(10px);
  5008. transform: translateX(10px)
  5009. }
  5010. .hvr-bubble-bottom {
  5011. -webkit-transform: translateZ(0);
  5012. transform: translateZ(0);
  5013. backface-visibility: hidden;
  5014. -moz-osx-font-smoothing: grayscale;
  5015. position: relative
  5016. }
  5017. .hvr-bubble-bottom:before {
  5018. position: absolute;
  5019. -webkit-transition-duration: .3s;
  5020. transition-duration: .3s;
  5021. transition-property: transform;
  5022. left: calc(50% - 10px);
  5023. bottom: 0;
  5024. border-width: 10px 10px 0;
  5025. border-color: #e1e1e1 transparent transparent
  5026. }
  5027. .hvr-bubble-bottom:active:before,
  5028. .hvr-bubble-bottom:focus:before,
  5029. .hvr-bubble-bottom:hover:before {
  5030. -webkit-transform: translateY(10px);
  5031. transform: translateY(10px)
  5032. }
  5033. .hvr-bubble-left {
  5034. -webkit-transform: translateZ(0);
  5035. transform: translateZ(0);
  5036. backface-visibility: hidden;
  5037. -moz-osx-font-smoothing: grayscale;
  5038. position: relative
  5039. }
  5040. .hvr-bubble-float-right,
  5041. .hvr-bubble-float-top {
  5042. -webkit-backface-visibility: hidden;
  5043. display: inline-block;
  5044. vertical-align: middle;
  5045. box-shadow: 0 0 1px transparent;
  5046. -moz-osx-font-smoothing: grayscale
  5047. }
  5048. .hvr-bubble-left:before {
  5049. position: absolute;
  5050. -webkit-transition-duration: .3s;
  5051. transition-duration: .3s;
  5052. transition-property: transform;
  5053. top: calc(50% - 10px);
  5054. left: 0;
  5055. border-width: 10px 10px 10px 0;
  5056. border-color: transparent #e1e1e1 transparent transparent
  5057. }
  5058. .hvr-bubble-left:active:before,
  5059. .hvr-bubble-left:focus:before,
  5060. .hvr-bubble-left:hover:before {
  5061. -webkit-transform: translateX(-10px);
  5062. transform: translateX(-10px)
  5063. }
  5064. .hvr-bubble-float-top {
  5065. -webkit-transform: translateZ(0);
  5066. transform: translateZ(0);
  5067. backface-visibility: hidden;
  5068. position: relative;
  5069. -webkit-transition-duration: .3s;
  5070. transition-duration: .3s;
  5071. -webkit-transition-property: transform;
  5072. transition-property: transform
  5073. }
  5074. .hvr-bubble-float-top:before {
  5075. position: absolute;
  5076. z-index: -1;
  5077. content: '';
  5078. left: calc(50% - 10px);
  5079. top: 0;
  5080. border-style: solid;
  5081. border-width: 0 10px 10px;
  5082. border-color: transparent transparent #e1e1e1;
  5083. -webkit-transition-duration: .3s;
  5084. transition-duration: .3s;
  5085. -webkit-transition-property: transform;
  5086. transition-property: transform
  5087. }
  5088. .hvr-bubble-float-left:before,
  5089. .hvr-bubble-float-right:before {
  5090. z-index: -1;
  5091. top: calc(50% - 10px);
  5092. border-style: solid;
  5093. content: ''
  5094. }
  5095. .hvr-bubble-float-top:active,
  5096. .hvr-bubble-float-top:focus,
  5097. .hvr-bubble-float-top:hover {
  5098. -webkit-transform: translateY(10px);
  5099. transform: translateY(10px)
  5100. }
  5101. .hvr-bubble-float-top:active:before,
  5102. .hvr-bubble-float-top:focus:before,
  5103. .hvr-bubble-float-top:hover:before {
  5104. -webkit-transform: translateY(-10px);
  5105. transform: translateY(-10px)
  5106. }
  5107. .hvr-bubble-float-right {
  5108. -webkit-transform: translateZ(0);
  5109. transform: translateZ(0);
  5110. backface-visibility: hidden;
  5111. position: relative;
  5112. -webkit-transition-duration: .3s;
  5113. transition-duration: .3s;
  5114. -webkit-transition-property: transform;
  5115. transition-property: transform
  5116. }
  5117. .hvr-bubble-float-right:before {
  5118. position: absolute;
  5119. right: 0;
  5120. border-width: 10px 0 10px 10px;
  5121. border-color: transparent transparent transparent #e1e1e1;
  5122. -webkit-transition-duration: .3s;
  5123. transition-duration: .3s;
  5124. -webkit-transition-property: transform;
  5125. transition-property: transform
  5126. }
  5127. .hvr-bubble-float-right:active,
  5128. .hvr-bubble-float-right:focus,
  5129. .hvr-bubble-float-right:hover {
  5130. -webkit-transform: translateX(-10px);
  5131. transform: translateX(-10px)
  5132. }
  5133. .hvr-bubble-float-right:active:before,
  5134. .hvr-bubble-float-right:focus:before,
  5135. .hvr-bubble-float-right:hover:before {
  5136. -webkit-transform: translateX(10px);
  5137. transform: translateX(10px)
  5138. }
  5139. .hvr-bubble-float-bottom {
  5140. display: inline-block;
  5141. vertical-align: middle;
  5142. -webkit-transform: translateZ(0);
  5143. transform: translateZ(0);
  5144. box-shadow: 0 0 1px transparent;
  5145. -webkit-backface-visibility: hidden;
  5146. backface-visibility: hidden;
  5147. -moz-osx-font-smoothing: grayscale;
  5148. position: relative;
  5149. -webkit-transition-duration: .3s;
  5150. transition-duration: .3s;
  5151. -webkit-transition-property: transform;
  5152. transition-property: transform
  5153. }
  5154. .hvr-bubble-float-bottom:before {
  5155. position: absolute;
  5156. z-index: -1;
  5157. content: '';
  5158. left: calc(50% - 10px);
  5159. bottom: 0;
  5160. border-style: solid;
  5161. border-width: 10px 10px 0;
  5162. border-color: #e1e1e1 transparent transparent;
  5163. -webkit-transition-duration: .3s;
  5164. transition-duration: .3s;
  5165. -webkit-transition-property: transform;
  5166. transition-property: transform
  5167. }
  5168. .hvr-bubble-float-bottom:active,
  5169. .hvr-bubble-float-bottom:focus,
  5170. .hvr-bubble-float-bottom:hover {
  5171. -webkit-transform: translateY(-10px);
  5172. transform: translateY(-10px)
  5173. }
  5174. .hvr-bubble-float-bottom:active:before,
  5175. .hvr-bubble-float-bottom:focus:before,
  5176. .hvr-bubble-float-bottom:hover:before {
  5177. -webkit-transform: translateY(10px);
  5178. transform: translateY(10px)
  5179. }
  5180. .hvr-bubble-float-left,
  5181. .hvr-icon-back {
  5182. display: inline-block;
  5183. vertical-align: middle;
  5184. -webkit-transform: translateZ(0);
  5185. box-shadow: 0 0 1px transparent;
  5186. -webkit-backface-visibility: hidden
  5187. }
  5188. .hvr-bubble-float-left {
  5189. transform: translateZ(0);
  5190. backface-visibility: hidden;
  5191. -moz-osx-font-smoothing: grayscale;
  5192. position: relative;
  5193. -webkit-transition-duration: .3s;
  5194. transition-duration: .3s;
  5195. -webkit-transition-property: transform;
  5196. transition-property: transform
  5197. }
  5198. .hvr-bubble-float-left:before {
  5199. position: absolute;
  5200. left: 0;
  5201. border-width: 10px 10px 10px 0;
  5202. border-color: transparent #e1e1e1 transparent transparent;
  5203. -webkit-transition-duration: .3s;
  5204. transition-duration: .3s;
  5205. -webkit-transition-property: transform;
  5206. transition-property: transform
  5207. }
  5208. .hvr-icon-back:before,
  5209. .hvr-icon-forward:before {
  5210. font-family: FontAwesome;
  5211. -webkit-transition-property: transform
  5212. }
  5213. .hvr-bubble-float-left:active,
  5214. .hvr-bubble-float-left:focus,
  5215. .hvr-bubble-float-left:hover {
  5216. -webkit-transform: translateX(10px);
  5217. transform: translateX(10px)
  5218. }
  5219. .hvr-bubble-float-left:active:before,
  5220. .hvr-bubble-float-left:focus:before,
  5221. .hvr-bubble-float-left:hover:before {
  5222. -webkit-transform: translateX(-10px);
  5223. transform: translateX(-10px)
  5224. }
  5225. .hvr-icon-back {
  5226. transform: translateZ(0);
  5227. backface-visibility: hidden;
  5228. -moz-osx-font-smoothing: grayscale;
  5229. position: relative;
  5230. padding-left: 2.2em;
  5231. -webkit-transition-duration: .1s;
  5232. transition-duration: .1s
  5233. }
  5234. .hvr-icon-down,
  5235. .hvr-icon-forward {
  5236. -webkit-backface-visibility: hidden;
  5237. display: inline-block;
  5238. vertical-align: middle;
  5239. box-shadow: 0 0 1px transparent;
  5240. -moz-osx-font-smoothing: grayscale
  5241. }
  5242. .hvr-icon-back:before,
  5243. .hvr-icon-forward {
  5244. -webkit-transform: translateZ(0);
  5245. -webkit-transition-duration: .1s
  5246. }
  5247. .hvr-icon-back:before {
  5248. content: "\f137";
  5249. position: absolute;
  5250. left: 1em;
  5251. padding: 0 1px;
  5252. transform: translateZ(0);
  5253. transition-duration: .1s;
  5254. transition-property: transform;
  5255. -webkit-transition-timing-function: ease-out;
  5256. transition-timing-function: ease-out
  5257. }
  5258. .hvr-icon-back:active:before,
  5259. .hvr-icon-back:focus:before,
  5260. .hvr-icon-back:hover:before {
  5261. -webkit-transform: translateX(-4px);
  5262. transform: translateX(-4px)
  5263. }
  5264. .hvr-icon-forward {
  5265. transform: translateZ(0);
  5266. backface-visibility: hidden;
  5267. position: relative;
  5268. padding-right: 2.2em;
  5269. transition-duration: .1s
  5270. }
  5271. .hvr-icon-forward:before {
  5272. content: "\f138";
  5273. position: absolute;
  5274. right: 1em;
  5275. padding: 0 1px;
  5276. -webkit-transform: translateZ(0);
  5277. transform: translateZ(0);
  5278. -webkit-transition-duration: .1s;
  5279. transition-duration: .1s;
  5280. transition-property: transform;
  5281. -webkit-transition-timing-function: ease-out;
  5282. transition-timing-function: ease-out
  5283. }
  5284. .hvr-icon-grow:before,
  5285. .hvr-icon-spin:before {
  5286. right: 1em;
  5287. font-family: FontAwesome;
  5288. -webkit-transition-property: transform
  5289. }
  5290. .hvr-icon-forward:active:before,
  5291. .hvr-icon-forward:focus:before,
  5292. .hvr-icon-forward:hover:before {
  5293. -webkit-transform: translateX(4px);
  5294. transform: translateX(4px)
  5295. }
  5296. @-webkit-keyframes hvr-icon-down {
  5297. 0%, 100%, 50% {
  5298. -webkit-transform: translateY(0);
  5299. transform: translateY(0)
  5300. }
  5301. 25%,
  5302. 75% {
  5303. -webkit-transform: translateY(6px);
  5304. transform: translateY(6px)
  5305. }
  5306. }
  5307. @keyframes hvr-icon-down {
  5308. 0%, 100%, 50% {
  5309. -webkit-transform: translateY(0);
  5310. transform: translateY(0)
  5311. }
  5312. 25%,
  5313. 75% {
  5314. -webkit-transform: translateY(6px);
  5315. transform: translateY(6px)
  5316. }
  5317. }
  5318. .hvr-icon-down {
  5319. -webkit-transform: translateZ(0);
  5320. transform: translateZ(0);
  5321. backface-visibility: hidden;
  5322. position: relative;
  5323. padding-right: 2.2em
  5324. }
  5325. .hvr-icon-down:before {
  5326. content: "\f01a";
  5327. position: absolute;
  5328. right: 1em;
  5329. padding: 0 1px;
  5330. font-family: FontAwesome;
  5331. -webkit-transform: translateZ(0);
  5332. transform: translateZ(0)
  5333. }
  5334. .hvr-icon-down:active:before,
  5335. .hvr-icon-down:focus:before,
  5336. .hvr-icon-down:hover:before {
  5337. -webkit-animation-name: hvr-icon-down;
  5338. animation-name: hvr-icon-down;
  5339. -webkit-animation-duration: .75s;
  5340. animation-duration: .75s;
  5341. -webkit-animation-timing-function: ease-out;
  5342. animation-timing-function: ease-out
  5343. }
  5344. @-webkit-keyframes hvr-icon-up {
  5345. 0%, 100%, 50% {
  5346. -webkit-transform: translateY(0);
  5347. transform: translateY(0)
  5348. }
  5349. 25%,
  5350. 75% {
  5351. -webkit-transform: translateY(-6px);
  5352. transform: translateY(-6px)
  5353. }
  5354. }
  5355. @keyframes hvr-icon-up {
  5356. 0%, 100%, 50% {
  5357. -webkit-transform: translateY(0);
  5358. transform: translateY(0)
  5359. }
  5360. 25%,
  5361. 75% {
  5362. -webkit-transform: translateY(-6px);
  5363. transform: translateY(-6px)
  5364. }
  5365. }
  5366. .hvr-icon-up {
  5367. display: inline-block;
  5368. vertical-align: middle;
  5369. -webkit-transform: translateZ(0);
  5370. transform: translateZ(0);
  5371. box-shadow: 0 0 1px transparent;
  5372. -webkit-backface-visibility: hidden;
  5373. backface-visibility: hidden;
  5374. -moz-osx-font-smoothing: grayscale;
  5375. position: relative;
  5376. padding-right: 2.2em
  5377. }
  5378. .hvr-icon-up:before {
  5379. content: "\f01b";
  5380. position: absolute;
  5381. right: 1em;
  5382. padding: 0 1px;
  5383. font-family: FontAwesome;
  5384. -webkit-transform: translateZ(0);
  5385. transform: translateZ(0)
  5386. }
  5387. .hvr-icon-drop,
  5388. .hvr-icon-spin {
  5389. display: inline-block;
  5390. vertical-align: middle;
  5391. -webkit-transform: translateZ(0);
  5392. box-shadow: 0 0 1px transparent;
  5393. -webkit-backface-visibility: hidden;
  5394. -moz-osx-font-smoothing: grayscale
  5395. }
  5396. .hvr-icon-up:active:before,
  5397. .hvr-icon-up:focus:before,
  5398. .hvr-icon-up:hover:before {
  5399. -webkit-animation-name: hvr-icon-up;
  5400. animation-name: hvr-icon-up;
  5401. -webkit-animation-duration: .75s;
  5402. animation-duration: .75s;
  5403. -webkit-animation-timing-function: ease-out;
  5404. animation-timing-function: ease-out
  5405. }
  5406. .hvr-icon-spin {
  5407. transform: translateZ(0);
  5408. backface-visibility: hidden;
  5409. position: relative;
  5410. padding-right: 2.2em
  5411. }
  5412. .hvr-icon-spin:before {
  5413. content: "\f021";
  5414. position: absolute;
  5415. padding: 0 1px;
  5416. -webkit-transition-duration: 1s;
  5417. transition-duration: 1s;
  5418. transition-property: transform;
  5419. -webkit-transition-timing-function: ease-in-out;
  5420. transition-timing-function: ease-in-out
  5421. }
  5422. .hvr-icon-spin:active:before,
  5423. .hvr-icon-spin:focus:before,
  5424. .hvr-icon-spin:hover:before {
  5425. -webkit-transform: rotate(360deg);
  5426. transform: rotate(360deg)
  5427. }
  5428. @-webkit-keyframes hvr-icon-drop {
  5429. 0% {
  5430. opacity: 0
  5431. }
  5432. 50% {
  5433. opacity: 0;
  5434. -webkit-transform: translateY(-100%);
  5435. transform: translateY(-100%)
  5436. }
  5437. 100%,
  5438. 51% {
  5439. opacity: 1
  5440. }
  5441. }
  5442. @keyframes hvr-icon-drop {
  5443. 0% {
  5444. opacity: 0
  5445. }
  5446. 50% {
  5447. opacity: 0;
  5448. -webkit-transform: translateY(-100%);
  5449. transform: translateY(-100%)
  5450. }
  5451. 100%,
  5452. 51% {
  5453. opacity: 1
  5454. }
  5455. }
  5456. .hvr-icon-drop {
  5457. transform: translateZ(0);
  5458. backface-visibility: hidden;
  5459. position: relative;
  5460. padding-right: 2.2em
  5461. }
  5462. .hvr-icon-fade,
  5463. .hvr-icon-float-away {
  5464. display: inline-block;
  5465. vertical-align: middle;
  5466. box-shadow: 0 0 1px transparent;
  5467. -webkit-backface-visibility: hidden
  5468. }
  5469. .hvr-icon-drop:before {
  5470. content: "\f041";
  5471. position: absolute;
  5472. right: 1em;
  5473. opacity: 1;
  5474. padding: 0 1px;
  5475. font-family: FontAwesome;
  5476. -webkit-transform: translateZ(0);
  5477. transform: translateZ(0)
  5478. }
  5479. .hvr-icon-drop:active:before,
  5480. .hvr-icon-drop:focus:before,
  5481. .hvr-icon-drop:hover:before {
  5482. opacity: 0;
  5483. -webkit-transition-duration: .3s;
  5484. transition-duration: .3s;
  5485. -webkit-animation-name: hvr-icon-drop;
  5486. animation-name: hvr-icon-drop;
  5487. -webkit-animation-duration: .5s;
  5488. animation-duration: .5s;
  5489. -webkit-animation-delay: .3s;
  5490. animation-delay: .3s;
  5491. -webkit-animation-fill-mode: forwards;
  5492. animation-fill-mode: forwards;
  5493. -webkit-animation-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  5494. animation-timing-function: cubic-bezier(.52, 1.64, .37, .66)
  5495. }
  5496. .hvr-icon-fade {
  5497. -webkit-transform: translateZ(0);
  5498. transform: translateZ(0);
  5499. backface-visibility: hidden;
  5500. -moz-osx-font-smoothing: grayscale;
  5501. position: relative;
  5502. padding-right: 2.2em
  5503. }
  5504. .hvr-icon-fade:before {
  5505. content: "\f00c";
  5506. position: absolute;
  5507. right: 1em;
  5508. padding: 0 1px;
  5509. font-family: FontAwesome;
  5510. -webkit-transform: translateZ(0);
  5511. transform: translateZ(0);
  5512. -webkit-transition-duration: .5s;
  5513. transition-duration: .5s;
  5514. -webkit-transition-property: color;
  5515. transition-property: color
  5516. }
  5517. .hvr-icon-fade:active:before,
  5518. .hvr-icon-fade:focus:before,
  5519. .hvr-icon-fade:hover:before {
  5520. color: #0F9E5E
  5521. }
  5522. @-webkit-keyframes hvr-icon-float-away {
  5523. 0% {
  5524. opacity: 1
  5525. }
  5526. 100% {
  5527. opacity: 0;
  5528. -webkit-transform: translateY(-1em);
  5529. transform: translateY(-1em)
  5530. }
  5531. }
  5532. @keyframes hvr-icon-float-away {
  5533. 0% {
  5534. opacity: 1
  5535. }
  5536. 100% {
  5537. opacity: 0;
  5538. -webkit-transform: translateY(-1em);
  5539. transform: translateY(-1em)
  5540. }
  5541. }
  5542. .hvr-icon-float-away {
  5543. -webkit-transform: translateZ(0);
  5544. transform: translateZ(0);
  5545. backface-visibility: hidden;
  5546. -moz-osx-font-smoothing: grayscale;
  5547. position: relative;
  5548. padding-right: 2.2em
  5549. }
  5550. .hvr-icon-grow,
  5551. .hvr-icon-sink-away {
  5552. display: inline-block;
  5553. vertical-align: middle;
  5554. box-shadow: 0 0 1px transparent;
  5555. -webkit-backface-visibility: hidden;
  5556. -moz-osx-font-smoothing: grayscale
  5557. }
  5558. .hvr-icon-float-away:after,
  5559. .hvr-icon-float-away:before {
  5560. content: "\f055";
  5561. position: absolute;
  5562. right: 1em;
  5563. padding: 0 1px;
  5564. font-family: FontAwesome
  5565. }
  5566. .hvr-icon-float-away:after {
  5567. opacity: 0;
  5568. -webkit-animation-duration: .5s;
  5569. animation-duration: .5s;
  5570. -webkit-animation-fill-mode: forwards;
  5571. animation-fill-mode: forwards
  5572. }
  5573. .hvr-icon-float-away:active:after,
  5574. .hvr-icon-float-away:focus:after,
  5575. .hvr-icon-float-away:hover:after {
  5576. -webkit-animation-name: hvr-icon-float-away;
  5577. animation-name: hvr-icon-float-away;
  5578. -webkit-animation-timing-function: ease-out;
  5579. animation-timing-function: ease-out
  5580. }
  5581. @-webkit-keyframes hvr-icon-sink-away {
  5582. 0% {
  5583. opacity: 1
  5584. }
  5585. 100% {
  5586. opacity: 0;
  5587. -webkit-transform: translateY(1em);
  5588. transform: translateY(1em)
  5589. }
  5590. }
  5591. @keyframes hvr-icon-sink-away {
  5592. 0% {
  5593. opacity: 1
  5594. }
  5595. 100% {
  5596. opacity: 0;
  5597. -webkit-transform: translateY(1em);
  5598. transform: translateY(1em)
  5599. }
  5600. }
  5601. .hvr-icon-sink-away {
  5602. -webkit-transform: translateZ(0);
  5603. transform: translateZ(0);
  5604. backface-visibility: hidden;
  5605. position: relative;
  5606. padding-right: 2.2em
  5607. }
  5608. .hvr-icon-sink-away:after,
  5609. .hvr-icon-sink-away:before {
  5610. content: "\f056";
  5611. position: absolute;
  5612. right: 1em;
  5613. padding: 0 1px;
  5614. font-family: FontAwesome;
  5615. -webkit-transform: translateZ(0);
  5616. transform: translateZ(0)
  5617. }
  5618. .hvr-icon-sink-away:after {
  5619. opacity: 0;
  5620. -webkit-animation-duration: .5s;
  5621. animation-duration: .5s;
  5622. -webkit-animation-fill-mode: forwards;
  5623. animation-fill-mode: forwards
  5624. }
  5625. .hvr-icon-sink-away:active:after,
  5626. .hvr-icon-sink-away:focus:after,
  5627. .hvr-icon-sink-away:hover:after {
  5628. -webkit-animation-name: hvr-icon-sink-away;
  5629. animation-name: hvr-icon-sink-away;
  5630. -webkit-animation-timing-function: ease-out;
  5631. animation-timing-function: ease-out
  5632. }
  5633. .hvr-icon-grow {
  5634. -webkit-transform: translateZ(0);
  5635. transform: translateZ(0);
  5636. backface-visibility: hidden;
  5637. position: relative;
  5638. padding-right: 2.2em;
  5639. -webkit-transition-duration: .3s;
  5640. transition-duration: .3s
  5641. }
  5642. .hvr-icon-pulse,
  5643. .hvr-icon-shrink {
  5644. display: inline-block;
  5645. vertical-align: middle;
  5646. box-shadow: 0 0 1px transparent;
  5647. -webkit-backface-visibility: hidden
  5648. }
  5649. .hvr-icon-grow:before,
  5650. .hvr-icon-shrink {
  5651. -webkit-transform: translateZ(0);
  5652. -webkit-transition-duration: .3s
  5653. }
  5654. .hvr-icon-grow:before {
  5655. content: "\f118";
  5656. position: absolute;
  5657. padding: 0 1px;
  5658. transform: translateZ(0);
  5659. transition-duration: .3s;
  5660. transition-property: transform;
  5661. -webkit-transition-timing-function: ease-out;
  5662. transition-timing-function: ease-out
  5663. }
  5664. .hvr-icon-pulse:before,
  5665. .hvr-icon-shrink:before {
  5666. right: 1em;
  5667. font-family: FontAwesome;
  5668. -webkit-transition-timing-function: ease-out
  5669. }
  5670. .hvr-icon-grow:active:before,
  5671. .hvr-icon-grow:focus:before,
  5672. .hvr-icon-grow:hover:before {
  5673. -webkit-transform: scale(1.3) translateZ(0);
  5674. transform: scale(1.3) translateZ(0)
  5675. }
  5676. .hvr-icon-shrink {
  5677. transform: translateZ(0);
  5678. backface-visibility: hidden;
  5679. -moz-osx-font-smoothing: grayscale;
  5680. position: relative;
  5681. padding-right: 2.2em;
  5682. transition-duration: .3s
  5683. }
  5684. .hvr-icon-shrink:before {
  5685. content: "\f119";
  5686. position: absolute;
  5687. padding: 0 1px;
  5688. -webkit-transform: translateZ(0);
  5689. transform: translateZ(0);
  5690. -webkit-transition-duration: .3s;
  5691. transition-duration: .3s;
  5692. -webkit-transition-property: transform;
  5693. transition-property: transform;
  5694. transition-timing-function: ease-out
  5695. }
  5696. .hvr-icon-shrink:active:before,
  5697. .hvr-icon-shrink:focus:before,
  5698. .hvr-icon-shrink:hover:before {
  5699. -webkit-transform: scale(.8);
  5700. transform: scale(.8)
  5701. }
  5702. @-webkit-keyframes hvr-icon-pulse {
  5703. 25% {
  5704. -webkit-transform: scale(1.3);
  5705. transform: scale(1.3)
  5706. }
  5707. 75% {
  5708. -webkit-transform: scale(.8);
  5709. transform: scale(.8)
  5710. }
  5711. }
  5712. @keyframes hvr-icon-pulse {
  5713. 25% {
  5714. -webkit-transform: scale(1.3);
  5715. transform: scale(1.3)
  5716. }
  5717. 75% {
  5718. -webkit-transform: scale(.8);
  5719. transform: scale(.8)
  5720. }
  5721. }
  5722. .hvr-icon-pulse {
  5723. -webkit-transform: translateZ(0);
  5724. transform: translateZ(0);
  5725. backface-visibility: hidden;
  5726. -moz-osx-font-smoothing: grayscale;
  5727. position: relative;
  5728. padding-right: 2.2em
  5729. }
  5730. .hvr-icon-pulse-grow,
  5731. .hvr-icon-pulse-shrink {
  5732. display: inline-block;
  5733. vertical-align: middle;
  5734. box-shadow: 0 0 1px transparent;
  5735. -webkit-backface-visibility: hidden;
  5736. -moz-osx-font-smoothing: grayscale
  5737. }
  5738. .hvr-icon-pulse:before {
  5739. position: absolute;
  5740. padding: 0 1px;
  5741. -webkit-transform: translateZ(0);
  5742. transform: translateZ(0);
  5743. transition-timing-function: ease-out
  5744. }
  5745. .hvr-icon-pulse-grow:before,
  5746. .hvr-icon-pulse-shrink:before {
  5747. content: "\f015";
  5748. right: 1em;
  5749. font-family: FontAwesome;
  5750. -webkit-transition-timing-function: ease-out
  5751. }
  5752. .hvr-icon-pulse:active:before,
  5753. .hvr-icon-pulse:focus:before,
  5754. .hvr-icon-pulse:hover:before {
  5755. -webkit-animation-name: hvr-icon-pulse;
  5756. animation-name: hvr-icon-pulse;
  5757. -webkit-animation-duration: 1s;
  5758. animation-duration: 1s;
  5759. -webkit-animation-timing-function: linear;
  5760. animation-timing-function: linear;
  5761. -webkit-animation-iteration-count: infinite;
  5762. animation-iteration-count: infinite
  5763. }
  5764. @-webkit-keyframes hvr-icon-pulse-grow {
  5765. to {
  5766. -webkit-transform: scale(1.3);
  5767. transform: scale(1.3)
  5768. }
  5769. }
  5770. @keyframes hvr-icon-pulse-grow {
  5771. to {
  5772. -webkit-transform: scale(1.3);
  5773. transform: scale(1.3)
  5774. }
  5775. }
  5776. .hvr-icon-pulse-grow {
  5777. -webkit-transform: translateZ(0);
  5778. transform: translateZ(0);
  5779. backface-visibility: hidden;
  5780. position: relative;
  5781. padding-right: 2.2em
  5782. }
  5783. .hvr-icon-pulse-grow:before {
  5784. position: absolute;
  5785. padding: 0 1px;
  5786. -webkit-transform: translateZ(0);
  5787. transform: translateZ(0);
  5788. transition-timing-function: ease-out
  5789. }
  5790. .hvr-icon-pulse-grow:active:before,
  5791. .hvr-icon-pulse-grow:focus:before,
  5792. .hvr-icon-pulse-grow:hover:before {
  5793. -webkit-animation-name: hvr-icon-pulse-grow;
  5794. animation-name: hvr-icon-pulse-grow;
  5795. -webkit-animation-duration: .3s;
  5796. animation-duration: .3s;
  5797. -webkit-animation-timing-function: linear;
  5798. animation-timing-function: linear;
  5799. -webkit-animation-iteration-count: infinite;
  5800. animation-iteration-count: infinite;
  5801. -webkit-animation-direction: alternate;
  5802. animation-direction: alternate
  5803. }
  5804. @-webkit-keyframes hvr-icon-pulse-shrink {
  5805. to {
  5806. -webkit-transform: scale(.8);
  5807. transform: scale(.8)
  5808. }
  5809. }
  5810. @keyframes hvr-icon-pulse-shrink {
  5811. to {
  5812. -webkit-transform: scale(.8);
  5813. transform: scale(.8)
  5814. }
  5815. }
  5816. .hvr-icon-pulse-shrink {
  5817. -webkit-transform: translateZ(0);
  5818. transform: translateZ(0);
  5819. backface-visibility: hidden;
  5820. position: relative;
  5821. padding-right: 2.2em
  5822. }
  5823. .hvr-icon-pop,
  5824. .hvr-icon-push {
  5825. display: inline-block;
  5826. vertical-align: middle;
  5827. box-shadow: 0 0 1px transparent;
  5828. -webkit-backface-visibility: hidden
  5829. }
  5830. .hvr-icon-pulse-shrink:before {
  5831. position: absolute;
  5832. padding: 0 1px;
  5833. -webkit-transform: translateZ(0);
  5834. transform: translateZ(0);
  5835. transition-timing-function: ease-out
  5836. }
  5837. .hvr-icon-pop:before,
  5838. .hvr-icon-push:before {
  5839. right: 1em;
  5840. font-family: FontAwesome;
  5841. -webkit-transition-property: transform;
  5842. -webkit-transition-timing-function: ease-out
  5843. }
  5844. .hvr-icon-pulse-shrink:active:before,
  5845. .hvr-icon-pulse-shrink:focus:before,
  5846. .hvr-icon-pulse-shrink:hover:before {
  5847. -webkit-animation-name: hvr-icon-pulse-shrink;
  5848. animation-name: hvr-icon-pulse-shrink;
  5849. -webkit-animation-duration: .3s;
  5850. animation-duration: .3s;
  5851. -webkit-animation-timing-function: linear;
  5852. animation-timing-function: linear;
  5853. -webkit-animation-iteration-count: infinite;
  5854. animation-iteration-count: infinite;
  5855. -webkit-animation-direction: alternate;
  5856. animation-direction: alternate
  5857. }
  5858. @-webkit-keyframes hvr-icon-push {
  5859. 50% {
  5860. -webkit-transform: scale(.5);
  5861. transform: scale(.5)
  5862. }
  5863. }
  5864. @keyframes hvr-icon-push {
  5865. 50% {
  5866. -webkit-transform: scale(.5);
  5867. transform: scale(.5)
  5868. }
  5869. }
  5870. .hvr-icon-push {
  5871. -webkit-transform: translateZ(0);
  5872. transform: translateZ(0);
  5873. backface-visibility: hidden;
  5874. -moz-osx-font-smoothing: grayscale;
  5875. position: relative;
  5876. padding-right: 2.2em;
  5877. -webkit-transition-duration: .3s;
  5878. transition-duration: .3s
  5879. }
  5880. .hvr-icon-pop,
  5881. .hvr-icon-push:before {
  5882. -webkit-transform: translateZ(0);
  5883. -webkit-transition-duration: .3s
  5884. }
  5885. .hvr-icon-push:before {
  5886. content: "\f006";
  5887. position: absolute;
  5888. padding: 0 1px;
  5889. transform: translateZ(0);
  5890. transition-duration: .3s;
  5891. transition-property: transform;
  5892. transition-timing-function: ease-out
  5893. }
  5894. .hvr-icon-push:active:before,
  5895. .hvr-icon-push:focus:before,
  5896. .hvr-icon-push:hover:before {
  5897. -webkit-animation-name: hvr-icon-push;
  5898. animation-name: hvr-icon-push;
  5899. -webkit-animation-duration: .3s;
  5900. animation-duration: .3s;
  5901. -webkit-animation-timing-function: linear;
  5902. animation-timing-function: linear;
  5903. -webkit-animation-iteration-count: 1;
  5904. animation-iteration-count: 1
  5905. }
  5906. @-webkit-keyframes hvr-icon-pop {
  5907. 50% {
  5908. -webkit-transform: scale(1.5);
  5909. transform: scale(1.5)
  5910. }
  5911. }
  5912. @keyframes hvr-icon-pop {
  5913. 50% {
  5914. -webkit-transform: scale(1.5);
  5915. transform: scale(1.5)
  5916. }
  5917. }
  5918. .hvr-icon-pop {
  5919. transform: translateZ(0);
  5920. backface-visibility: hidden;
  5921. -moz-osx-font-smoothing: grayscale;
  5922. position: relative;
  5923. padding-right: 2.2em;
  5924. transition-duration: .3s
  5925. }
  5926. .hvr-icon-bounce,
  5927. .hvr-icon-rotate {
  5928. display: inline-block;
  5929. vertical-align: middle;
  5930. box-shadow: 0 0 1px transparent;
  5931. -webkit-backface-visibility: hidden;
  5932. -moz-osx-font-smoothing: grayscale
  5933. }
  5934. .hvr-icon-bounce,
  5935. .hvr-icon-pop:before {
  5936. -webkit-transform: translateZ(0);
  5937. -webkit-transition-duration: .3s
  5938. }
  5939. .hvr-icon-pop:before {
  5940. content: "\f005";
  5941. position: absolute;
  5942. padding: 0 1px;
  5943. transform: translateZ(0);
  5944. transition-duration: .3s;
  5945. transition-property: transform;
  5946. transition-timing-function: ease-out
  5947. }
  5948. .hvr-icon-bounce:before,
  5949. .hvr-icon-rotate:before {
  5950. right: 1em;
  5951. font-family: FontAwesome;
  5952. -webkit-transition-property: transform;
  5953. -webkit-transition-timing-function: ease-out
  5954. }
  5955. .hvr-icon-pop:active:before,
  5956. .hvr-icon-pop:focus:before,
  5957. .hvr-icon-pop:hover:before {
  5958. -webkit-animation-name: hvr-icon-pop;
  5959. animation-name: hvr-icon-pop;
  5960. -webkit-animation-duration: .3s;
  5961. animation-duration: .3s;
  5962. -webkit-animation-timing-function: linear;
  5963. animation-timing-function: linear;
  5964. -webkit-animation-iteration-count: 1;
  5965. animation-iteration-count: 1
  5966. }
  5967. .hvr-icon-bounce {
  5968. transform: translateZ(0);
  5969. backface-visibility: hidden;
  5970. position: relative;
  5971. padding-right: 2.2em;
  5972. transition-duration: .3s
  5973. }
  5974. .hvr-icon-bounce:before,
  5975. .hvr-icon-rotate {
  5976. -webkit-transform: translateZ(0);
  5977. -webkit-transition-duration: .3s
  5978. }
  5979. .hvr-icon-bounce:before {
  5980. content: "\f087";
  5981. position: absolute;
  5982. padding: 0 1px;
  5983. transform: translateZ(0);
  5984. transition-duration: .3s;
  5985. transition-property: transform;
  5986. transition-timing-function: ease-out
  5987. }
  5988. .hvr-icon-bounce:active:before,
  5989. .hvr-icon-bounce:focus:before,
  5990. .hvr-icon-bounce:hover:before {
  5991. -webkit-transform: scale(1.5);
  5992. transform: scale(1.5);
  5993. -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
  5994. transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
  5995. }
  5996. .hvr-icon-rotate {
  5997. transform: translateZ(0);
  5998. backface-visibility: hidden;
  5999. position: relative;
  6000. padding-right: 2.2em;
  6001. transition-duration: .3s
  6002. }
  6003. .hvr-icon-float,
  6004. .hvr-icon-grow-rotate {
  6005. display: inline-block;
  6006. vertical-align: middle;
  6007. box-shadow: 0 0 1px transparent;
  6008. -webkit-backface-visibility: hidden
  6009. }
  6010. .hvr-icon-grow-rotate,
  6011. .hvr-icon-rotate:before {
  6012. -webkit-transform: translateZ(0);
  6013. -webkit-transition-duration: .3s
  6014. }
  6015. .hvr-icon-rotate:before {
  6016. content: "\f0c6";
  6017. position: absolute;
  6018. padding: 0 1px;
  6019. transform: translateZ(0);
  6020. transition-duration: .3s;
  6021. transition-property: transform;
  6022. transition-timing-function: ease-out
  6023. }
  6024. .hvr-icon-float:before,
  6025. .hvr-icon-grow-rotate:before {
  6026. -webkit-transition-property: transform;
  6027. -webkit-transition-timing-function: ease-out;
  6028. right: 1em;
  6029. font-family: FontAwesome
  6030. }
  6031. .hvr-icon-rotate:active:before,
  6032. .hvr-icon-rotate:focus:before,
  6033. .hvr-icon-rotate:hover:before {
  6034. -webkit-transform: rotate(20deg);
  6035. transform: rotate(20deg)
  6036. }
  6037. .hvr-icon-grow-rotate {
  6038. transform: translateZ(0);
  6039. backface-visibility: hidden;
  6040. -moz-osx-font-smoothing: grayscale;
  6041. position: relative;
  6042. padding-right: 2.2em;
  6043. transition-duration: .3s
  6044. }
  6045. .hvr-icon-float,
  6046. .hvr-icon-grow-rotate:before {
  6047. -webkit-transform: translateZ(0);
  6048. -webkit-transition-duration: .3s
  6049. }
  6050. .hvr-icon-grow-rotate:before {
  6051. content: "\f095";
  6052. position: absolute;
  6053. padding: 0 1px;
  6054. transform: translateZ(0);
  6055. transition-duration: .3s;
  6056. transition-property: transform;
  6057. transition-timing-function: ease-out
  6058. }
  6059. .hvr-icon-grow-rotate:active:before,
  6060. .hvr-icon-grow-rotate:focus:before,
  6061. .hvr-icon-grow-rotate:hover:before {
  6062. -webkit-transform: scale(1.5) rotate(12deg);
  6063. transform: scale(1.5) rotate(12deg)
  6064. }
  6065. .hvr-icon-float {
  6066. transform: translateZ(0);
  6067. backface-visibility: hidden;
  6068. -moz-osx-font-smoothing: grayscale;
  6069. position: relative;
  6070. padding-right: 2.2em;
  6071. transition-duration: .3s
  6072. }
  6073. .hvr-icon-bob,
  6074. .hvr-icon-sink {
  6075. display: inline-block;
  6076. vertical-align: middle;
  6077. box-shadow: 0 0 1px transparent;
  6078. -webkit-backface-visibility: hidden;
  6079. -moz-osx-font-smoothing: grayscale
  6080. }
  6081. .hvr-icon-float:before,
  6082. .hvr-icon-sink {
  6083. -webkit-transform: translateZ(0);
  6084. -webkit-transition-duration: .3s
  6085. }
  6086. .hvr-icon-float:before {
  6087. content: "\f01b";
  6088. position: absolute;
  6089. padding: 0 1px;
  6090. transform: translateZ(0);
  6091. transition-duration: .3s;
  6092. transition-property: transform;
  6093. transition-timing-function: ease-out
  6094. }
  6095. .hvr-icon-float:active:before,
  6096. .hvr-icon-float:focus:before,
  6097. .hvr-icon-float:hover:before {
  6098. -webkit-transform: translateY(-4px);
  6099. transform: translateY(-4px)
  6100. }
  6101. .hvr-icon-sink {
  6102. transform: translateZ(0);
  6103. backface-visibility: hidden;
  6104. position: relative;
  6105. padding-right: 2.2em;
  6106. transition-duration: .3s
  6107. }
  6108. .hvr-icon-bob,
  6109. .hvr-icon-sink:before {
  6110. -webkit-transform: translateZ(0);
  6111. -webkit-transition-duration: .3s
  6112. }
  6113. .hvr-icon-sink:before {
  6114. content: "\f01a";
  6115. position: absolute;
  6116. right: 1em;
  6117. padding: 0 1px;
  6118. font-family: FontAwesome;
  6119. transform: translateZ(0);
  6120. transition-duration: .3s;
  6121. -webkit-transition-property: transform;
  6122. transition-property: transform;
  6123. -webkit-transition-timing-function: ease-out;
  6124. transition-timing-function: ease-out
  6125. }
  6126. .hvr-icon-sink:active:before,
  6127. .hvr-icon-sink:focus:before,
  6128. .hvr-icon-sink:hover:before {
  6129. -webkit-transform: translateY(4px);
  6130. transform: translateY(4px)
  6131. }
  6132. @-webkit-keyframes hvr-icon-bob {
  6133. 0%, 100% {
  6134. -webkit-transform: translateY(-6px);
  6135. transform: translateY(-6px)
  6136. }
  6137. 50% {
  6138. -webkit-transform: translateY(-2px);
  6139. transform: translateY(-2px)
  6140. }
  6141. }
  6142. @keyframes hvr-icon-bob {
  6143. 0%, 100% {
  6144. -webkit-transform: translateY(-6px);
  6145. transform: translateY(-6px)
  6146. }
  6147. 50% {
  6148. -webkit-transform: translateY(-2px);
  6149. transform: translateY(-2px)
  6150. }
  6151. }
  6152. @-webkit-keyframes hvr-icon-bob-float {
  6153. 100% {
  6154. -webkit-transform: translateY(-6px);
  6155. transform: translateY(-6px)
  6156. }
  6157. }
  6158. @keyframes hvr-icon-bob-float {
  6159. 100% {
  6160. -webkit-transform: translateY(-6px);
  6161. transform: translateY(-6px)
  6162. }
  6163. }
  6164. .hvr-icon-bob {
  6165. transform: translateZ(0);
  6166. backface-visibility: hidden;
  6167. position: relative;
  6168. padding-right: 2.2em;
  6169. transition-duration: .3s
  6170. }
  6171. .hvr-icon-hang,
  6172. .hvr-icon-wobble-horizontal {
  6173. display: inline-block;
  6174. vertical-align: middle;
  6175. box-shadow: 0 0 1px transparent;
  6176. -webkit-backface-visibility: hidden;
  6177. -moz-osx-font-smoothing: grayscale;
  6178. -webkit-transition-duration: .3s
  6179. }
  6180. .hvr-icon-bob:before {
  6181. content: "\f077";
  6182. position: absolute;
  6183. right: 1em;
  6184. padding: 0 1px;
  6185. font-family: FontAwesome;
  6186. -webkit-transform: translateZ(0);
  6187. transform: translateZ(0)
  6188. }
  6189. .hvr-icon-bob:active:before,
  6190. .hvr-icon-bob:focus:before,
  6191. .hvr-icon-bob:hover:before {
  6192. -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  6193. animation-name: hvr-icon-bob-float, hvr-icon-bob;
  6194. animation-duration: .3s, 1.5s;
  6195. animation-delay: 0s, .3s;
  6196. animation-timing-function: ease-out, ease-in-out;
  6197. animation-iteration-count: 1, infinite;
  6198. -webkit-animation-fill-mode: forwards;
  6199. animation-fill-mode: forwards;
  6200. animation-direction: normal, alternate
  6201. }
  6202. @-webkit-keyframes hvr-icon-hang {
  6203. 0%, 100% {
  6204. -webkit-transform: translateY(6px);
  6205. transform: translateY(6px)
  6206. }
  6207. 50% {
  6208. -webkit-transform: translateY(2px);
  6209. transform: translateY(2px)
  6210. }
  6211. }
  6212. @keyframes hvr-icon-hang {
  6213. 0%, 100% {
  6214. -webkit-transform: translateY(6px);
  6215. transform: translateY(6px)
  6216. }
  6217. 50% {
  6218. -webkit-transform: translateY(2px);
  6219. transform: translateY(2px)
  6220. }
  6221. }
  6222. @-webkit-keyframes hvr-icon-hang-sink {
  6223. 100% {
  6224. -webkit-transform: translateY(6px);
  6225. transform: translateY(6px)
  6226. }
  6227. }
  6228. @keyframes hvr-icon-hang-sink {
  6229. 100% {
  6230. -webkit-transform: translateY(6px);
  6231. transform: translateY(6px)
  6232. }
  6233. }
  6234. .hvr-icon-hang {
  6235. -webkit-transform: translateZ(0);
  6236. transform: translateZ(0);
  6237. backface-visibility: hidden;
  6238. position: relative;
  6239. padding-right: 2.2em;
  6240. transition-duration: .3s
  6241. }
  6242. .hvr-icon-hang:before {
  6243. content: "\f078";
  6244. position: absolute;
  6245. right: 1em;
  6246. padding: 0 1px;
  6247. font-family: FontAwesome;
  6248. -webkit-transform: translateZ(0);
  6249. transform: translateZ(0)
  6250. }
  6251. .hvr-icon-hang:active:before,
  6252. .hvr-icon-hang:focus:before,
  6253. .hvr-icon-hang:hover:before {
  6254. -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  6255. animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  6256. -webkit-animation-duration: .3s, 1.5s;
  6257. animation-duration: .3s, 1.5s;
  6258. -webkit-animation-delay: 0s, .3s;
  6259. animation-delay: 0s, .3s;
  6260. -webkit-animation-timing-function: ease-out, ease-in-out;
  6261. animation-timing-function: ease-out, ease-in-out;
  6262. -webkit-animation-iteration-count: 1, infinite;
  6263. animation-iteration-count: 1, infinite;
  6264. -webkit-animation-fill-mode: forwards;
  6265. animation-fill-mode: forwards;
  6266. -webkit-animation-direction: normal, alternate;
  6267. animation-direction: normal, alternate
  6268. }
  6269. @-webkit-keyframes hvr-icon-wobble-horizontal {
  6270. 16.65% {
  6271. -webkit-transform: translateX(6px);
  6272. transform: translateX(6px)
  6273. }
  6274. 33.3% {
  6275. -webkit-transform: translateX(-5px);
  6276. transform: translateX(-5px)
  6277. }
  6278. 49.95% {
  6279. -webkit-transform: translateX(4px);
  6280. transform: translateX(4px)
  6281. }
  6282. 66.6% {
  6283. -webkit-transform: translateX(-2px);
  6284. transform: translateX(-2px)
  6285. }
  6286. 83.25% {
  6287. -webkit-transform: translateX(1px);
  6288. transform: translateX(1px)
  6289. }
  6290. 100% {
  6291. -webkit-transform: translateX(0);
  6292. transform: translateX(0)
  6293. }
  6294. }
  6295. @keyframes hvr-icon-wobble-horizontal {
  6296. 16.65% {
  6297. -webkit-transform: translateX(6px);
  6298. transform: translateX(6px)
  6299. }
  6300. 33.3% {
  6301. -webkit-transform: translateX(-5px);
  6302. transform: translateX(-5px)
  6303. }
  6304. 49.95% {
  6305. -webkit-transform: translateX(4px);
  6306. transform: translateX(4px)
  6307. }
  6308. 66.6% {
  6309. -webkit-transform: translateX(-2px);
  6310. transform: translateX(-2px)
  6311. }
  6312. 83.25% {
  6313. -webkit-transform: translateX(1px);
  6314. transform: translateX(1px)
  6315. }
  6316. 100% {
  6317. -webkit-transform: translateX(0);
  6318. transform: translateX(0)
  6319. }
  6320. }
  6321. .hvr-icon-wobble-horizontal {
  6322. -webkit-transform: translateZ(0);
  6323. transform: translateZ(0);
  6324. backface-visibility: hidden;
  6325. position: relative;
  6326. padding-right: 2.2em;
  6327. transition-duration: .3s
  6328. }
  6329. .hvr-icon-buzz,
  6330. .hvr-icon-wobble-vertical {
  6331. -webkit-backface-visibility: hidden;
  6332. -webkit-transition-duration: .3s;
  6333. display: inline-block;
  6334. vertical-align: middle;
  6335. box-shadow: 0 0 1px transparent;
  6336. -moz-osx-font-smoothing: grayscale
  6337. }
  6338. .hvr-icon-wobble-horizontal:before {
  6339. content: "\f061";
  6340. position: absolute;
  6341. right: 1em;
  6342. padding: 0 1px;
  6343. font-family: FontAwesome;
  6344. -webkit-transform: translateZ(0);
  6345. transform: translateZ(0)
  6346. }
  6347. .hvr-icon-wobble-horizontal:active:before,
  6348. .hvr-icon-wobble-horizontal:focus:before,
  6349. .hvr-icon-wobble-horizontal:hover:before {
  6350. -webkit-animation-name: hvr-icon-wobble-horizontal;
  6351. animation-name: hvr-icon-wobble-horizontal;
  6352. -webkit-animation-duration: 1s;
  6353. animation-duration: 1s;
  6354. -webkit-animation-timing-function: ease-in-out;
  6355. animation-timing-function: ease-in-out;
  6356. -webkit-animation-iteration-count: 1;
  6357. animation-iteration-count: 1
  6358. }
  6359. @-webkit-keyframes hvr-icon-wobble-vertical {
  6360. 16.65% {
  6361. -webkit-transform: translateY(6px);
  6362. transform: translateY(6px)
  6363. }
  6364. 33.3% {
  6365. -webkit-transform: translateY(-5px);
  6366. transform: translateY(-5px)
  6367. }
  6368. 49.95% {
  6369. -webkit-transform: translateY(4px);
  6370. transform: translateY(4px)
  6371. }
  6372. 66.6% {
  6373. -webkit-transform: translateY(-2px);
  6374. transform: translateY(-2px)
  6375. }
  6376. 83.25% {
  6377. -webkit-transform: translateY(1px);
  6378. transform: translateY(1px)
  6379. }
  6380. 100% {
  6381. -webkit-transform: translateY(0);
  6382. transform: translateY(0)
  6383. }
  6384. }
  6385. @keyframes hvr-icon-wobble-vertical {
  6386. 16.65% {
  6387. -webkit-transform: translateY(6px);
  6388. transform: translateY(6px)
  6389. }
  6390. 33.3% {
  6391. -webkit-transform: translateY(-5px);
  6392. transform: translateY(-5px)
  6393. }
  6394. 49.95% {
  6395. -webkit-transform: translateY(4px);
  6396. transform: translateY(4px)
  6397. }
  6398. 66.6% {
  6399. -webkit-transform: translateY(-2px);
  6400. transform: translateY(-2px)
  6401. }
  6402. 83.25% {
  6403. -webkit-transform: translateY(1px);
  6404. transform: translateY(1px)
  6405. }
  6406. 100% {
  6407. -webkit-transform: translateY(0);
  6408. transform: translateY(0)
  6409. }
  6410. }
  6411. .hvr-icon-wobble-vertical {
  6412. -webkit-transform: translateZ(0);
  6413. transform: translateZ(0);
  6414. backface-visibility: hidden;
  6415. position: relative;
  6416. padding-right: 2.2em;
  6417. transition-duration: .3s
  6418. }
  6419. .hvr-icon-wobble-vertical:before {
  6420. content: "\f062";
  6421. position: absolute;
  6422. right: 1em;
  6423. padding: 0 1px;
  6424. font-family: FontAwesome;
  6425. -webkit-transform: translateZ(0);
  6426. transform: translateZ(0)
  6427. }
  6428. .hvr-icon-wobble-vertical:active:before,
  6429. .hvr-icon-wobble-vertical:focus:before,
  6430. .hvr-icon-wobble-vertical:hover:before {
  6431. -webkit-animation-name: hvr-icon-wobble-vertical;
  6432. animation-name: hvr-icon-wobble-vertical;
  6433. -webkit-animation-duration: 1s;
  6434. animation-duration: 1s;
  6435. -webkit-animation-timing-function: ease-in-out;
  6436. animation-timing-function: ease-in-out;
  6437. -webkit-animation-iteration-count: 1;
  6438. animation-iteration-count: 1
  6439. }
  6440. @-webkit-keyframes hvr-icon-buzz {
  6441. 50% {
  6442. -webkit-transform: translateX(3px) rotate(2deg);
  6443. transform: translateX(3px) rotate(2deg)
  6444. }
  6445. 100% {
  6446. -webkit-transform: translateX(-3px) rotate(-2deg);
  6447. transform: translateX(-3px) rotate(-2deg)
  6448. }
  6449. }
  6450. @keyframes hvr-icon-buzz {
  6451. 50% {
  6452. -webkit-transform: translateX(3px) rotate(2deg);
  6453. transform: translateX(3px) rotate(2deg)
  6454. }
  6455. 100% {
  6456. -webkit-transform: translateX(-3px) rotate(-2deg);
  6457. transform: translateX(-3px) rotate(-2deg)
  6458. }
  6459. }
  6460. .hvr-icon-buzz {
  6461. -webkit-transform: translateZ(0);
  6462. transform: translateZ(0);
  6463. backface-visibility: hidden;
  6464. position: relative;
  6465. padding-right: 2.2em;
  6466. transition-duration: .3s
  6467. }
  6468. .hvr-icon-buzz:before {
  6469. content: "\f017";
  6470. position: absolute;
  6471. right: 1em;
  6472. padding: 0 1px;
  6473. font-family: FontAwesome;
  6474. -webkit-transform: translateZ(0);
  6475. transform: translateZ(0)
  6476. }
  6477. .hvr-icon-buzz:active:before,
  6478. .hvr-icon-buzz:focus:before,
  6479. .hvr-icon-buzz:hover:before {
  6480. -webkit-animation-name: hvr-icon-buzz;
  6481. animation-name: hvr-icon-buzz;
  6482. -webkit-animation-duration: .15s;
  6483. animation-duration: .15s;
  6484. -webkit-animation-timing-function: linear;
  6485. animation-timing-function: linear;
  6486. -webkit-animation-iteration-count: infinite;
  6487. animation-iteration-count: infinite
  6488. }
  6489. @-webkit-keyframes hvr-icon-buzz-out {
  6490. 10%, 30% {
  6491. -webkit-transform: translateX(3px) rotate(2deg);
  6492. transform: translateX(3px) rotate(2deg)
  6493. }
  6494. 20%,
  6495. 40% {
  6496. -webkit-transform: translateX(-3px) rotate(-2deg);
  6497. transform: translateX(-3px) rotate(-2deg)
  6498. }
  6499. 50%,
  6500. 70% {
  6501. -webkit-transform: translateX(2px) rotate(1deg);
  6502. transform: translateX(2px) rotate(1deg)
  6503. }
  6504. 60%,
  6505. 80% {
  6506. -webkit-transform: translateX(-2px) rotate(-1deg);
  6507. transform: translateX(-2px) rotate(-1deg)
  6508. }
  6509. 90% {
  6510. -webkit-transform: translateX(1px) rotate(0);
  6511. transform: translateX(1px) rotate(0)
  6512. }
  6513. 100% {
  6514. -webkit-transform: translateX(-1px) rotate(0);
  6515. transform: translateX(-1px) rotate(0)
  6516. }
  6517. }
  6518. @keyframes hvr-icon-buzz-out {
  6519. 10%, 30% {
  6520. -webkit-transform: translateX(3px) rotate(2deg);
  6521. transform: translateX(3px) rotate(2deg)
  6522. }
  6523. 20%,
  6524. 40% {
  6525. -webkit-transform: translateX(-3px) rotate(-2deg);
  6526. transform: translateX(-3px) rotate(-2deg)
  6527. }
  6528. 50%,
  6529. 70% {
  6530. -webkit-transform: translateX(2px) rotate(1deg);
  6531. transform: translateX(2px) rotate(1deg)
  6532. }
  6533. 60%,
  6534. 80% {
  6535. -webkit-transform: translateX(-2px) rotate(-1deg);
  6536. transform: translateX(-2px) rotate(-1deg)
  6537. }
  6538. 90% {
  6539. -webkit-transform: translateX(1px) rotate(0);
  6540. transform: translateX(1px) rotate(0)
  6541. }
  6542. 100% {
  6543. -webkit-transform: translateX(-1px) rotate(0);
  6544. transform: translateX(-1px) rotate(0)
  6545. }
  6546. }
  6547. .hvr-icon-buzz-out {
  6548. display: inline-block;
  6549. vertical-align: middle;
  6550. -webkit-transform: translateZ(0);
  6551. transform: translateZ(0);
  6552. box-shadow: 0 0 1px transparent;
  6553. -webkit-backface-visibility: hidden;
  6554. backface-visibility: hidden;
  6555. -moz-osx-font-smoothing: grayscale;
  6556. position: relative;
  6557. padding-right: 2.2em;
  6558. -webkit-transition-duration: .3s;
  6559. transition-duration: .3s
  6560. }
  6561. .hvr-icon-buzz-out:before {
  6562. content: "\f023";
  6563. position: absolute;
  6564. right: 1em;
  6565. padding: 0 1px;
  6566. font-family: FontAwesome;
  6567. -webkit-transform: translateZ(0);
  6568. transform: translateZ(0)
  6569. }
  6570. .hvr-curl-top-left,
  6571. .hvr-curl-top-right {
  6572. display: inline-block;
  6573. vertical-align: middle;
  6574. -webkit-transform: translateZ(0);
  6575. -webkit-backface-visibility: hidden
  6576. }
  6577. .hvr-icon-buzz-out:active:before,
  6578. .hvr-icon-buzz-out:focus:before,
  6579. .hvr-icon-buzz-out:hover:before {
  6580. -webkit-animation-name: hvr-icon-buzz-out;
  6581. animation-name: hvr-icon-buzz-out;
  6582. -webkit-animation-duration: .75s;
  6583. animation-duration: .75s;
  6584. -webkit-animation-timing-function: linear;
  6585. animation-timing-function: linear;
  6586. -webkit-animation-iteration-count: 1;
  6587. animation-iteration-count: 1
  6588. }
  6589. .hvr-curl-top-left {
  6590. transform: translateZ(0);
  6591. box-shadow: 0 0 1px transparent;
  6592. backface-visibility: hidden;
  6593. -moz-osx-font-smoothing: grayscale;
  6594. position: relative
  6595. }
  6596. .hvr-curl-top-left:before {
  6597. pointer-events: none;
  6598. position: absolute;
  6599. content: '';
  6600. height: 0;
  6601. width: 0;
  6602. top: 0;
  6603. left: 0;
  6604. background: #fff;
  6605. background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  6606. filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  6607. z-index: 1000;
  6608. box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  6609. -webkit-transition-duration: .3s;
  6610. transition-duration: .3s;
  6611. -webkit-transition-property: width, height;
  6612. transition-property: width, height
  6613. }
  6614. .hvr-curl-bottom-right:before,
  6615. .hvr-curl-top-right:before {
  6616. background: #fff;
  6617. -webkit-transition-duration: .3s;
  6618. -webkit-transition-property: width, height;
  6619. pointer-events: none;
  6620. right: 0;
  6621. content: ''
  6622. }
  6623. .hvr-curl-top-left:active:before,
  6624. .hvr-curl-top-left:focus:before,
  6625. .hvr-curl-top-left:hover:before {
  6626. width: 25px;
  6627. height: 25px
  6628. }
  6629. .hvr-curl-top-right {
  6630. transform: translateZ(0);
  6631. box-shadow: 0 0 1px transparent;
  6632. backface-visibility: hidden;
  6633. -moz-osx-font-smoothing: grayscale;
  6634. position: relative
  6635. }
  6636. .hvr-curl-bottom-left,
  6637. .hvr-curl-bottom-right {
  6638. display: inline-block;
  6639. vertical-align: middle;
  6640. -webkit-transform: translateZ(0);
  6641. -webkit-backface-visibility: hidden;
  6642. -moz-osx-font-smoothing: grayscale
  6643. }
  6644. .hvr-curl-top-right:before {
  6645. position: absolute;
  6646. height: 0;
  6647. width: 0;
  6648. top: 0;
  6649. background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  6650. box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
  6651. transition-duration: .3s;
  6652. transition-property: width, height
  6653. }
  6654. .hvr-curl-top-right:active:before,
  6655. .hvr-curl-top-right:focus:before,
  6656. .hvr-curl-top-right:hover:before {
  6657. width: 25px;
  6658. height: 25px
  6659. }
  6660. .hvr-curl-bottom-right {
  6661. transform: translateZ(0);
  6662. box-shadow: 0 0 1px transparent;
  6663. backface-visibility: hidden;
  6664. position: relative
  6665. }
  6666. .hvr-curl-bottom-right:before {
  6667. position: absolute;
  6668. height: 0;
  6669. width: 0;
  6670. bottom: 0;
  6671. background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  6672. box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
  6673. transition-duration: .3s;
  6674. transition-property: width, height
  6675. }
  6676. .hvr-curl-bottom-right:active:before,
  6677. .hvr-curl-bottom-right:focus:before,
  6678. .hvr-curl-bottom-right:hover:before {
  6679. width: 25px;
  6680. height: 25px
  6681. }
  6682. .hvr-curl-bottom-left {
  6683. transform: translateZ(0);
  6684. box-shadow: 0 0 1px transparent;
  6685. backface-visibility: hidden;
  6686. position: relative
  6687. }
  6688. .header,
  6689. .line a,
  6690. .line a::before,
  6691. .line figcaption,
  6692. .line h2,
  6693. .line img,
  6694. .line p,
  6695. .logo,
  6696. .nav a,
  6697. .nav li ul,
  6698. .product-list .title,
  6699. .rsDefault .rsCloseVideoBtn,
  6700. .rsWebkit3d .rsABlock,
  6701. .rsWebkit3d .rsAbsoluteEl,
  6702. .rsWebkit3d .rsBtnCenterer,
  6703. .rsWebkit3d .rsContainer,
  6704. .rsWebkit3d .rsLink,
  6705. .rsWebkit3d .rsOverflow,
  6706. .rsWebkit3d .rsPreloader,
  6707. .rsWebkit3d .rsSlide,
  6708. .rsWebkit3d .rsThumbs,
  6709. .rsWebkit3d img {
  6710. -webkit-backface-visibility: hidden
  6711. }
  6712. .hvr-curl-bottom-left:before {
  6713. pointer-events: none;
  6714. position: absolute;
  6715. content: '';
  6716. height: 0;
  6717. width: 0;
  6718. bottom: 0;
  6719. left: 0;
  6720. background: #fff;
  6721. background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  6722. box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
  6723. -webkit-transition-duration: .3s;
  6724. transition-duration: .3s;
  6725. -webkit-transition-property: width, height;
  6726. transition-property: width, height
  6727. }
  6728. .hvr-curl-bottom-left:active:before,
  6729. .hvr-curl-bottom-left:focus:before,
  6730. .hvr-curl-bottom-left:hover:before {
  6731. width: 25px;
  6732. height: 25px
  6733. }
  6734. .nav a:hover {
  6735. color: #fff!important
  6736. }
  6737. #aditional_information {
  6738. position: absolute;
  6739. top: 335px;
  6740. left: 0;
  6741. z-index: 2;
  6742. width: 345px;
  6743. display: none;
  6744. color: #fff
  6745. }
  6746. .news-details {
  6747. margin-top: 75px
  6748. }
  6749. .news-details img {
  6750. max-width: 100% !important;
  6751. height: auto !important;
  6752. }
  6753. .news-details .widget-title {
  6754. padding-bottom: 0!important
  6755. }
  6756. .news-details .luxento-meta-data {
  6757. margin-top: 20px!important
  6758. }
  6759. .news-details .entry-detail p {
  6760. font-size: 16px;
  6761. line-height: 24px!important;
  6762. color: #616161;
  6763. padding-top: 10px
  6764. }
  6765. .luxento-custom-entry-title a,
  6766. .luxento-list-tag a {
  6767. color: #3ABDCB!important
  6768. }
  6769. .news-details .entry-detail img {
  6770. padding: 10px 0
  6771. }
  6772. .news-details h1 {
  6773. letter-spacing: 1.4px
  6774. }
  6775. .news-details .luxento-has-bot-line::before {
  6776. border-bottom: 0!important
  6777. }
  6778. .luxento-list-tag a {
  6779. font-size: 15px!important;
  6780. padding-left: 8px!important;
  6781. padding-right: 8px!important
  6782. }
  6783. .luxento-list-tag a:hover {
  6784. background-color: #40BFCC!important;
  6785. border: 1px solid #40BFCC!important;
  6786. color: #fff!important
  6787. }
  6788. .luxento-paginator a,
  6789. .luxento-paginator span {
  6790. height: 30px!important;
  6791. width: 30px!important;
  6792. line-height: 30px!important;
  6793. color: #717171!important;
  6794. font-size: 12pt;
  6795. transition: all .1s ease-out
  6796. }
  6797. #luxento-main-content h1,
  6798. #luxento-main-content h2 {
  6799. line-height: normal;
  6800. font-family: LatoLight;
  6801. font-weight: lighter
  6802. }
  6803. .luxento-paginator .current,
  6804. .luxento-paginator .page-numbers:hover {
  6805. background-color: #3ABDCB!important;
  6806. color: #FFF!important
  6807. }
  6808. #luxento-main-content {
  6809. margin-top: 180px
  6810. }
  6811. #luxento-main-content h1 {
  6812. color: #01abbd;
  6813. font-size: 2em;
  6814. margin: 20px 0
  6815. }
  6816. #luxento-main-content h2 {
  6817. font-size: 25px
  6818. }
  6819. #luxento-main-content h3 {
  6820. font-size: 20px;
  6821. line-height: normal;
  6822. font-family: LatoLight;
  6823. font-weight: lighter
  6824. }
  6825. #luxento-main-content h4,
  6826. #luxento-main-content h5 {
  6827. font-size: 15px;
  6828. line-height: normal
  6829. }
  6830. #luxento-main-content h4 {
  6831. font-family: Lato
  6832. }
  6833. #luxento-main-content p {
  6834. line-height: normal;
  6835. font-size: 14px
  6836. }
  6837. #luxento-main-content .home-first {
  6838. width: 615px;
  6839. height: 615px;
  6840. overflow: hidden
  6841. }
  6842. #luxento-main-content .home-second,
  6843. #luxento-main-content .home-thirdy {
  6844. width: 615px;
  6845. height: 300px;
  6846. overflow: hidden
  6847. }
  6848. #luxento-main-content .most-readed p {
  6849. color: #bdbdbd;
  6850. font-family: LatoLight
  6851. }
  6852. #luxento-main-content .most-readed ul {
  6853. margin-top: 0!important
  6854. }
  6855. .luxento-icon-article {
  6856. background-color: #3ABDCB!important
  6857. }
  6858. .container .widget-content h4 a {
  6859. transition: all .1s cubic-bezier(.4, 0, 0, .81)
  6860. }
  6861. .container .widget-content h4 a:hover {
  6862. border-bottom: 1px solid #3ABDCB
  6863. }
  6864. .container .widget-title h5 a {
  6865. color: #54585B!important;
  6866. font-size: 18px
  6867. }
  6868. .container .entry-title a:hover,
  6869. .container .widget-title h5 a:hover {
  6870. color: #3ABDCB!important
  6871. }
  6872. .container .text_place p {
  6873. color: #74cede
  6874. }
  6875. .container .news_container {
  6876. margin-top: 145px
  6877. }
  6878. @media (max-width: 1200px) {
  6879. #luxento-main-content h1,
  6880. #luxento-main-content h2 {
  6881. font-size: 25px
  6882. }
  6883. #luxento-main-content h3 {
  6884. font-size: 14px
  6885. }
  6886. #luxento-main-content .home-first,
  6887. #luxento-main-content .home-second,
  6888. #luxento-main-content .home-thirdy {
  6889. width: auto;
  6890. height: auto
  6891. }
  6892. }
  6893.  
  6894. .produto.produto-new {
  6895. width: 1000px; padding: 0px 10px; margin-top: 70px;
  6896. }
  6897. .produto .informacoes h3 {
  6898. color: #18B2CC;
  6899. font-size: 15px;
  6900. font-family: 'Gotham-Book';
  6901. line-height: 25px;
  6902. float: left;
  6903. width: 100%;
  6904. margin: 10px 0 0;
  6905. min-width: 93px
  6906.  
  6907. }
  6908. .produto .product-description {
  6909. float: left;
  6910. color: #666;
  6911. text-align: justify;
  6912. width: 100%;
  6913. margin-top: 11px;
  6914. margin-bottom: 17px;
  6915. font-size: 15px;
  6916. font-family: 'Gotham-Light';
  6917. line-height: 22.5px;
  6918. }
  6919. .btn-add-success {
  6920. background-color: #29A501!important
  6921. }
  6922. .btn-add-success::before {
  6923. background-image: url(../img/icones/success.png)!important
  6924. }
  6925. .modal-lista-produto {
  6926. color: #999
  6927. }
  6928. .modal-lista-produto .color-intensity {
  6929. margin: 5px 0;
  6930. font-size: 15px;
  6931. font-family: Lato;
  6932. text-align: right;
  6933. display: inline-block;
  6934. vertical-align: top;
  6935. min-width: 97px
  6936. }
  6937. .modal-lista-produto .add-operation {
  6938. border-left: 1px solid #a7a9ac;
  6939. display: inline-block;
  6940. font-family: Lato;
  6941. font-size: 15px;
  6942. margin: 0 0 0 9px;
  6943. min-height: 37px;
  6944. padding-left: 10px;
  6945. position: relative;
  6946. text-align: left;
  6947. vertical-align: top;
  6948. width: 73%
  6949. }
  6950. .modal-lista-produto .add-operation-reference {
  6951. float: left;
  6952. font-size: 9pt;
  6953. padding: 5px 0
  6954. }
  6955. .modal-lista-produto input {
  6956. color: #2996a4;
  6957. border-top: 0;
  6958. border-left: 0;
  6959. border-right: 0;
  6960. border-bottom: 1px solid #559096;
  6961. background-color: transparent;
  6962. padding: 0 0 6px
  6963. }
  6964. .modal-lista-produto .send {
  6965. margin: 10px 0;
  6966. padding: 0 2px;
  6967. transition-timing-function: cubic-bezier(.005, .625, .365, .084);
  6968. border-radius: 5%
  6969. }
  6970. .modal-lista-produto .send:hover {
  6971. background-color: #2996a4;
  6972. color: #fff
  6973. }
  6974. .session_products {
  6975. display: none;
  6976. width: 960px;
  6977. border-top: 1px dotted #c1c1c1;
  6978. margin: 40px auto 0;
  6979. padding-top: 25px
  6980. }
  6981. .session_products ul li {
  6982. min-height: 149px;
  6983. min-width: 109px
  6984. }
  6985. .session_products ul li .data-container {
  6986. position: relative;
  6987. display: block;
  6988. font-size: .875em;
  6989. font-weight: 300;
  6990. line-height: 1.15em;
  6991. color: #0189a5;
  6992. border-radius: 2px
  6993. }
  6994. .session_products ul li .data-container .centraliza {
  6995. line-height: 100px
  6996. }
  6997. .jspContainer {
  6998. overflow: hidden;
  6999. position: relative
  7000. }
  7001. .jspHorizontalBar,
  7002. .jspPane,
  7003. .jspVerticalBar {
  7004. position: absolute
  7005. }
  7006. .jspVerticalBar {
  7007. top: 0;
  7008. right: 0;
  7009. width: 5px;
  7010. height: 100%
  7011. }
  7012. .jspHorizontalBar {
  7013. bottom: 0;
  7014. left: 0;
  7015. width: 100%;
  7016. height: 16px;
  7017. background: red
  7018. }
  7019. .jspDrag,
  7020. .jspTrack,
  7021. .royalSlider,
  7022. .rsOverflow {
  7023. position: relative
  7024. }
  7025. .jspCap {
  7026. display: none
  7027. }
  7028. .jspHorizontalBar .jspCap {
  7029. float: left
  7030. }
  7031. .jspDrag {
  7032. background: #e6e6e6;
  7033. top: 0;
  7034. left: 0;
  7035. cursor: pointer;
  7036. border-radius: 3px
  7037. }
  7038. .jspHorizontalBar .jspDrag,
  7039. .jspHorizontalBar .jspTrack {
  7040. float: left;
  7041. height: 100%
  7042. }
  7043. .jspArrow {
  7044. background: #50506d;
  7045. text-indent: -20000px;
  7046. display: block;
  7047. cursor: pointer;
  7048. padding: 0;
  7049. margin: 0
  7050. }
  7051. .jspArrow.jspDisabled {
  7052. cursor: default;
  7053. background: #80808d
  7054. }
  7055. .rsArrow,
  7056. .rsThumbs,
  7057. .rsThumbsArrow {
  7058. cursor: pointer
  7059. }
  7060. .jspVerticalBar .jspArrow {
  7061. height: 16px
  7062. }
  7063. .jspHorizontalBar .jspArrow {
  7064. width: 16px;
  7065. float: left;
  7066. height: 100%
  7067. }
  7068. .jspVerticalBar .jspArrow:focus {
  7069. outline: 0
  7070. }
  7071. .jspCorner {
  7072. background: #eeeef4;
  7073. float: left;
  7074. height: 100%
  7075. }
  7076. * html .jspCorner {
  7077. margin: 0 -3px 0 0
  7078. }
  7079. .royalSlider {
  7080. /*width: 600px;
  7081. height: 400px;*/
  7082. position: relative;
  7083. direction: ltr
  7084. }
  7085. .rsContainer,
  7086. .rsOverflow,
  7087. .rsVisibleNearbyWrap {
  7088. height: 100%;
  7089. -webkit-tap-highlight-color: transparent;
  7090. width: 100%
  7091. }
  7092. .royalSlider>* {
  7093. float: left
  7094. }
  7095. .rsWebkit3d .rsSlide {
  7096. -webkit-transform: translateZ(0)
  7097. }
  7098. .rsFade.rsWebkit3d .rsContainer,
  7099. .rsFade.rsWebkit3d .rsSlide,
  7100. .rsFade.rsWebkit3d img {
  7101. -webkit-transform: none
  7102. }
  7103. .rsOverflow {
  7104. width: 100%;
  7105. height: 100%;
  7106. position: relative;
  7107. overflow: hidden;
  7108. float: left;
  7109. -webkit-tap-highlight-color: rgba(0,0,0,0);
  7110. }
  7111. .rsVisibleNearbyWrap {
  7112. position: relative;
  7113. overflow: hidden;
  7114. left: 0;
  7115. top: 0
  7116. }
  7117. .rsVisibleNearbyWrap .rsOverflow {
  7118. position: absolute;
  7119. left: 0;
  7120. top: 0
  7121. }
  7122. .rsContainer {
  7123. position: relative;
  7124. width: 100%;
  7125. height: 100%;
  7126. -webkit-tap-highlight-color: rgba(0,0,0,0);
  7127. }
  7128. .rsThumb {
  7129. float: left;
  7130. position: relative
  7131. }
  7132. .rsArrow,
  7133. .rsNav,
  7134. .rsThumbsArrow {
  7135. opacity: 1;
  7136. -webkit-transition: opacity .3s linear;
  7137. -moz-transition: opacity .3s linear;
  7138. -o-transition: opacity .3s linear;
  7139. transition: opacity .3s linear
  7140. }
  7141. .rsHidden {
  7142. opacity: 1;
  7143. visibility: visible;
  7144. -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
  7145. -moz-transition: visibility 0s linear .3s, opacity .3s linear;
  7146. -o-transition: visibility 0s linear .3s, opacity .3s linear;
  7147. transition: visibility 0s linear .3s, opacity .3s linear
  7148. }
  7149. .rsGCaption {
  7150. width: 100%;
  7151. float: left;
  7152. text-align: center
  7153. }
  7154. .royalSlider.rsFullscreen {
  7155. position: fixed!important;
  7156. height: auto!important;
  7157. width: auto!important;
  7158. margin: 0!important;
  7159. padding: 0!important;
  7160. z-index: 2147483647!important;
  7161. top: 0!important;
  7162. left: 0!important;
  7163. bottom: 0!important;
  7164. right: 0!important
  7165. }
  7166. .rsDefault.rsVer .rsArrowRight,
  7167. .rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  7168. bottom: 0;
  7169. left: 0
  7170. }
  7171. .royalSlider .rsSlide.rsFakePreloader {
  7172. opacity: 1!important;
  7173. -webkit-transition: 0s;
  7174. -moz-transition: 0s;
  7175. -o-transition: 0s;
  7176. transition: 0s;
  7177. display: none
  7178. }
  7179. .rsSlide {
  7180. position: absolute;
  7181. left: 0;
  7182. top: 0;
  7183. display: block;
  7184. overflow: hidden;
  7185. height: 100%;
  7186. width: 100%
  7187. }
  7188. .royalSlider.rsAutoHeight,
  7189. .rsAutoHeight .rsSlide {
  7190. height: auto
  7191. }
  7192. .rsContent {
  7193. width: 100%;
  7194. height: 100%;
  7195. position: relative
  7196. }
  7197. .rsPreloader {
  7198. position: absolute;
  7199. z-index: 0
  7200. }
  7201. .rsNav {
  7202. -moz-user-select: -moz-none;
  7203. -webkit-user-select: none;
  7204. user-select: none
  7205. }
  7206. .rsNavItem {
  7207. -webkit-tap-highlight-color: rgba(0, 0, 0, .25)
  7208. }
  7209. .rsThumbs {
  7210. position: relative;
  7211. overflow: hidden;
  7212. float: left;
  7213. z-index: 22
  7214. }
  7215. .rsTabs {
  7216. float: left;
  7217. background: 0 0!important
  7218. }
  7219. .rsTabs,
  7220. .rsThumbs {
  7221. -webkit-tap-highlight-color: transparent
  7222. }
  7223. .rsVideoContainer {
  7224. width: auto;
  7225. height: auto;
  7226. line-height: 0;
  7227. position: relative
  7228. }
  7229. .rsVideoFrameHolder {
  7230. position: absolute;
  7231. left: 0;
  7232. top: 0;
  7233. background: #141414;
  7234. opacity: 0;
  7235. -webkit-transition: .3s
  7236. }
  7237. .rsVideoFrameHolder.rsVideoActive {
  7238. opacity: 1
  7239. }
  7240. .rsVideoContainer .rsVideoObj,
  7241. .rsVideoContainer embed,
  7242. .rsVideoContainer iframe,
  7243. .rsVideoContainer video {
  7244. position: absolute;
  7245. z-index: 50;
  7246. left: 0;
  7247. top: 0;
  7248. width: 100%;
  7249. height: 100%
  7250. }
  7251. .rsVideoContainer.rsIOSVideo embed,
  7252. .rsVideoContainer.rsIOSVideo iframe,
  7253. .rsVideoContainer.rsIOSVideo video {
  7254. -webkit-box-sizing: border-box;
  7255. -moz-box-sizing: border-box;
  7256. box-sizing: border-box;
  7257. padding-right: 44px
  7258. }
  7259. .rsABlock {
  7260. left: 0;
  7261. top: 0;
  7262. position: absolute;
  7263. z-index: 15
  7264. }
  7265. img.rsImg {
  7266. max-width: none
  7267. }
  7268. .grab-cursor {
  7269. cursor: url(grab.png) 8 8, move
  7270. }
  7271. .grabbing-cursor {
  7272. cursor: url(grabbing.png) 8 8, move
  7273. }
  7274. .rsNoDrag {
  7275. cursor: auto
  7276. }
  7277. .rsLink {
  7278. left: 0;
  7279. top: 0;
  7280. position: absolute;
  7281. width: 100%;
  7282. height: 100%;
  7283. display: block;
  7284. z-index: 20;
  7285. background: url(blank.gif)
  7286. }
  7287. .rsDefault,
  7288. .rsDefault .rsOverflow,
  7289. .rsDefault .rsSlide,
  7290. .rsDefault .rsThumbs,
  7291. .rsDefault .rsVideoFrameHolder {
  7292. color: #FFF
  7293. }
  7294. .rsDefault .rsArrow {
  7295. height: 100%;
  7296. position: absolute;
  7297. display: block;
  7298. cursor: pointer;
  7299. z-index: 21
  7300. }
  7301. .rsDefault.rsVer .rsArrow {
  7302. width: 100%;
  7303. height: 44px
  7304. }
  7305. .rsDefault.rsVer .rsArrowLeft {
  7306. top: 0;
  7307. left: 0
  7308. }
  7309. .rsDefault.rsHor .rsArrowLeft {
  7310. left: 0;
  7311. top: 0
  7312. }
  7313. .rsDefault.rsHor .rsArrowRight {
  7314. right: 0;
  7315. top: 0
  7316. }
  7317. .rsDefault .rsArrowIcn {
  7318. top: 50%;
  7319. position: absolute;
  7320. cursor: pointer
  7321. }
  7322. .rsDefault .rsArrowDisabled .rsArrowIcn {
  7323. opacity: .2;
  7324. filter: alpha(opacity=20)
  7325. }
  7326. .rsDefault .rsBullets {
  7327. position: absolute;
  7328. z-index: 35;
  7329. left: 0;
  7330. width: 100%;
  7331. height: auto;
  7332. margin: 0 auto;
  7333. text-align: center;
  7334. overflow: hidden
  7335. }
  7336. .rsDefault .rsBullet {
  7337. display: inline-block
  7338. }
  7339. .rsDefault .rsBullet span {
  7340. display: block;
  7341. border-radius: 50%
  7342. }
  7343. .rsDefault .rsBullet.rsNavSelected span {
  7344. background-color: #eee
  7345. }
  7346. .rsDefault .rsThumbsHor {
  7347. width: 100%;
  7348. height: 72px
  7349. }
  7350. .rsDefault .rsThumbsVer {
  7351. width: 96px;
  7352. height: 100%;
  7353. position: absolute;
  7354. top: 0;
  7355. right: 0
  7356. }
  7357. .rsDefault.rsWithThumbsHor .rsThumbsContainer {
  7358. position: relative;
  7359. height: 100%
  7360. }
  7361. .rsDefault.rsWithThumbsVer .rsThumbsContainer {
  7362. position: relative;
  7363. width: 100%
  7364. }
  7365. .rsDefault .rsThumb {
  7366. float: left;
  7367. overflow: hidden;
  7368. width: 96px;
  7369. height: 72px
  7370. }
  7371. .rsDefault .rsThumb img {
  7372. width: 100%;
  7373. height: 100%
  7374. }
  7375. .rsDefault .rsThumb.rsNavSelected {
  7376. background: #02874a
  7377. }
  7378. .rsDefault .rsThumb.rsNavSelected img {
  7379. opacity: .3;
  7380. filter: alpha(opacity=30)
  7381. }
  7382. .rsDefault .rsTmb {
  7383. display: block
  7384. }
  7385. .rsDefault .rsTmb h5 {
  7386. font-size: 16px;
  7387. margin: 0;
  7388. padding: 0;
  7389. line-height: 20px;
  7390. color: #FFF
  7391. }
  7392. .rsDefault .rsTmb span {
  7393. color: #DDD;
  7394. margin: 0;
  7395. padding: 0;
  7396. font-size: 13px;
  7397. line-height: 18px
  7398. }
  7399. .rsDefault .rsThumbsArrow {
  7400. height: 100%;
  7401. width: 20px;
  7402. position: absolute;
  7403. display: block;
  7404. cursor: pointer;
  7405. z-index: 21;
  7406. background: #000;
  7407. background: rgba(0, 0, 0, .75)
  7408. }
  7409. .rsDefault .rsThumbsArrow:hover {
  7410. background: rgba(0, 0, 0, .9)
  7411. }
  7412. .rsDefault.rsWithThumbsVer .rsThumbsArrow {
  7413. width: 100%;
  7414. height: 20px
  7415. }
  7416. .rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  7417. top: 0;
  7418. left: 0
  7419. }
  7420. .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  7421. left: 0;
  7422. top: 0
  7423. }
  7424. .rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  7425. right: 0;
  7426. top: 0
  7427. }
  7428. .rsDefault .rsThumbsArrowIcn {
  7429. width: 16px;
  7430. height: 16px;
  7431. top: 50%;
  7432. left: 50%;
  7433. margin-top: -8px;
  7434. margin-left: -8px;
  7435. position: absolute;
  7436. cursor: pointer;
  7437. background: url(rs-default.png)
  7438. }
  7439. .rsDefault .rsThumbsArrowDisabled {
  7440. display: none!important
  7441. }
  7442. @media screen and (min-width: 0px) and (max-width: 800px) {
  7443. .rsDefault .rsThumb {
  7444. width: 59px;
  7445. height: 44px
  7446. }
  7447. .rsDefault .rsThumbsHor {
  7448. height: 44px
  7449. }
  7450. .rsDefault .rsThumbsVer {
  7451. width: 59px
  7452. }
  7453. }
  7454. .rsDefault .rsTabs {
  7455. width: 100%;
  7456. height: auto;
  7457. margin: 0 auto;
  7458. text-align: center;
  7459. overflow: hidden;
  7460. padding-top: 12px;
  7461. position: relative
  7462. }
  7463. .rsDefault .rsTab {
  7464. display: inline-block;
  7465. cursor: pointer;
  7466. text-align: center;
  7467. height: auto;
  7468. width: auto;
  7469. color: #333;
  7470. padding: 5px 13px 6px;
  7471. min-width: 72px;
  7472. border: 1px solid #D9D9DD;
  7473. border-right: 1px solid #f5f5f5;
  7474. text-decoration: none;
  7475. background-color: #FFF;
  7476. background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  7477. background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  7478. background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  7479. -webkit-box-shadow: inset 1px 0 0 #fff;
  7480. box-shadow: inset 1px 0 0 #fff
  7481. }
  7482. .rsDefault .rsTab:first-child {
  7483. -webkit-border-top-left-radius: 4px;
  7484. border-top-left-radius: 4px;
  7485. -webkit-border-bottom-left-radius: 4px;
  7486. border-bottom-left-radius: 4px
  7487. }
  7488. .rsDefault .rsTab:last-child {
  7489. -webkit-border-top-right-radius: 4px;
  7490. border-top-right-radius: 4px;
  7491. -webkit-border-bottom-right-radius: 4px;
  7492. border-bottom-right-radius: 4px;
  7493. border-right: 1px solid #cfcfcf
  7494. }
  7495. .rsDefault .rsTab:active {
  7496. border: 1px solid #D9D9DD;
  7497. background-color: #f4f4f4;
  7498. box-shadow: 0 1px 4px rgba(0, 0, 0, .2) inset
  7499. }
  7500. .rsDefault .rsTab.rsNavSelected {
  7501. color: #FFF;
  7502. border: 1px solid #999;
  7503. text-shadow: 1px 1px #838383;
  7504. box-shadow: 0 1px 9px rgba(102, 102, 102, .65) inset;
  7505. background: #ACACAC;
  7506. background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  7507. background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  7508. background-image: linear-gradient(to bottom, #ACACAC, #BBB)
  7509. }
  7510. .rsDefault .rsFullscreenBtn {
  7511. right: 0;
  7512. top: 0;
  7513. width: 44px;
  7514. height: 44px;
  7515. z-index: 22;
  7516. display: block;
  7517. position: absolute;
  7518. cursor: pointer
  7519. }
  7520. .rsDefault .rsFullscreenIcn {
  7521. display: block;
  7522. margin: 6px;
  7523. width: 32px;
  7524. height: 32px;
  7525. background: url(rs-default.png) #000;
  7526. background-color: rgba(0, 0, 0, .75);
  7527. border-radius: 2px
  7528. }
  7529. .rsDefault .rsFullscreenIcn:hover {
  7530. background-color: rgba(0, 0, 0, .9)
  7531. }
  7532. .rsDefault.rsFullscreen .rsFullscreenIcn {
  7533. background-position: -32px 0
  7534. }
  7535. .rsDefault .rsPlayBtn {
  7536. -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
  7537. width: 64px;
  7538. height: 64px;
  7539. margin-left: -32px;
  7540. margin-top: -32px;
  7541. cursor: pointer
  7542. }
  7543. .rsDefault .rsPlayBtnIcon {
  7544. width: 64px;
  7545. display: block;
  7546. height: 64px;
  7547. -webkit-border-radius: 4px;
  7548. border-radius: 4px;
  7549. -webkit-transition: .3s;
  7550. -moz-transition: .3s;
  7551. transition: .3s;
  7552. background: url(rs-default.png) 0 -32px no-repeat #000;
  7553. background-color: rgba(0, 0, 0, .75)
  7554. }
  7555. .rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  7556. background-color: rgba(0, 0, 0, .9)
  7557. }
  7558. .rsDefault .rsBtnCenterer {
  7559. position: absolute;
  7560. left: 50%;
  7561. top: 50%
  7562. }
  7563. .rsDefault .rsCloseVideoBtn {
  7564. right: 0;
  7565. top: 0;
  7566. width: 44px;
  7567. height: 44px;
  7568. z-index: 500;
  7569. position: absolute;
  7570. cursor: pointer;
  7571. -webkit-transform: translateZ(0)
  7572. }
  7573. .rsDefault .rsCloseVideoBtn.rsiOSBtn {
  7574. top: -38px;
  7575. right: -6px
  7576. }
  7577. .rsDefault .rsCloseVideoIcn {
  7578. margin: 6px;
  7579. width: 32px;
  7580. height: 32px;
  7581. background: url(rs-default.png) -64px 0 #000;
  7582. background-color: rgba(0, 0, 0, .75)
  7583. }
  7584. .rsDefault .rsCloseVideoIcn:hover {
  7585. background-color: rgba(0, 0, 0, .9)
  7586. }
  7587. .rsDefault .rsPreloader {
  7588. left: 50%;
  7589. top: 50%;
  7590. margin-left: -10px;
  7591. margin-top: -10px
  7592. }
  7593. .rsDefault .rsGCaption {
  7594. position: absolute;
  7595. float: none;
  7596. bottom: 6px;
  7597. left: 6px;
  7598. text-align: left;
  7599. background: #000;
  7600. background: rgba(0, 0, 0, .75);
  7601. color: #FFF;
  7602. padding: 2px 8px;
  7603. width: auto;
  7604. font-size: 12px;
  7605. border-radius: 2px
  7606. }
  7607. .container,
  7608. .nav a,
  7609. .nav li,
  7610. .nav ul {
  7611. position: relative
  7612. }
  7613. @font-face {
  7614. font-family: Lato;
  7615. src: url(../fonts/Lato.eot);
  7616. src: url(../fonts/Lato.eot) format('embedded-opentype'), url(../fonts/Lato.woff2) format('woff2'), url(../fonts/Lato.woff) format('woff'), url(../fonts/Lato.ttf) format('truetype'), url(../fonts/Lato.svg#Lato) format('svg')
  7617. }
  7618. @font-face {
  7619. font-family: LatoLight;
  7620. src: url(../fonts/LatoLight.eot);
  7621. src: url(../fonts/LatoLight.eot) format('embedded-opentype'), url(../fonts/LatoLight.woff2) format('woff2'), url(../fonts/LatoLight.woff) format('woff'), url(../fonts/LatoLight.ttf) format('truetype'), url(../fonts/LatoLight.svg#LatoLight) format('svg')
  7622. }
  7623. @font-face {
  7624. font-family: LatoBold;
  7625. src: url(../fonts/LatoBold.eot);
  7626. src: url(../fonts/LatoBold.eot) format('embedded-opentype'), url(../fonts/LatoBold.woff2) format('woff2'), url(../fonts/LatoBold.woff) format('woff'), url(../fonts/LatoBold.ttf) format('truetype'), url(../fonts/LatoBold.svg#LatoBold) format('svg')
  7627. }
  7628. *,
  7629. ::after,
  7630. ::before,
  7631. input[type=search] {
  7632. -webkit-box-sizing: border-box;
  7633. -moz-box-sizing: border-box;
  7634. box-sizing: border-box
  7635. }
  7636. body {
  7637. font-family: Lato, sans-serif;
  7638. color: #222
  7639. }
  7640. .calculator-info h3,
  7641. .calculator-info p,
  7642. .is-index .banner-bdt .tt-destaques {
  7643. font-family: LatoLight
  7644. }
  7645. .is-a-stella,
  7646. .is-conceitos-luminotecnicos,
  7647. .is-midia,
  7648. .is-tecnologia-led {
  7649. color: #4a4743;
  7650. background-color: #d1cec9;
  7651. background-image: radial-gradient(circle at 1% 50%, #eee 0, #ccc 100%)
  7652. }
  7653. .is-index .banner-bdt .tt-destaques {
  7654. border-bottom: 1px solid #9dcace;
  7655. display: inline-block;
  7656. font-size: 20px;
  7657. margin-top: 70px!important;
  7658. padding-bottom: 10px;
  7659. width: 100%
  7660. }
  7661. .container {
  7662. width: 98%;
  7663. max-width: 985px;
  7664. margin: 0 auto
  7665. }
  7666. figure,
  7667. h5 {
  7668. margin: 0
  7669. }
  7670. main[role=main] {
  7671. min-height: 600px
  7672. }
  7673. .col {
  7674. float: left;
  7675. width: 100%;
  7676. padding-left: 2.5%;
  7677. padding-right: 2.5%
  7678. }
  7679. .col-1-2 {
  7680. width: 50%
  7681. }
  7682. .col-1-3 {
  7683. width: 33.333333333%
  7684. }
  7685. .col-2-3 {
  7686. width: 66.666666666%
  7687. }
  7688. .col-1-4 {
  7689. width: 25%
  7690. }
  7691. .col-3-4 {
  7692. width: 75%
  7693. }
  7694. .col-1-5 {
  7695. width: 20%
  7696. }
  7697. .col-2-5 {
  7698. width: 40%
  7699. }
  7700. .col-3-5 {
  7701. width: 60%
  7702. }
  7703. .clear {
  7704. clear: left
  7705. }
  7706. .cf::after,
  7707. .result,
  7708. .warning {
  7709. clear: both
  7710. }
  7711. @media all and (max-width: 38em) {
  7712. .col {
  7713. padding-left: 5%;
  7714. padding-right: 5%
  7715. }
  7716. .col-1-2,
  7717. .col-1-3,
  7718. .col-2-3 {
  7719. width: 100%
  7720. }
  7721. }
  7722. @media all and (min-width: 110em) {
  7723. .col-1-2,
  7724. .footer .col-1-2,
  7725. .led-types .col-1-2 {
  7726. width: 50%
  7727. }
  7728. }
  7729. .cf::after,
  7730. .cf::before {
  7731. content: "";
  7732. display: table
  7733. }
  7734. .ir {
  7735. font: 0/0 a;
  7736. text-shadow: none;
  7737. color: transparent
  7738. }
  7739. h1,
  7740. h2,
  7741. h3 {
  7742. line-height: 1.1em
  7743. }
  7744. h4,
  7745. h5 {
  7746. font-weight: 400;
  7747. color: #a4babe
  7748. }
  7749. .is-hidden {
  7750. display: none;
  7751. visibility: hidden
  7752. }
  7753. h1,
  7754. h2,
  7755. h3,
  7756. h4,
  7757. h5 {
  7758. font-weight: 400;
  7759. text-transform: uppercase
  7760. }
  7761. h1 {
  7762. font-size: 3.25em
  7763. }
  7764. h2 {
  7765. font-size: 2.75em
  7766. }
  7767. h2 b {
  7768. font-weight: 400
  7769. }
  7770. h3 {
  7771. font-size: 2.25em
  7772. }
  7773. h4 {
  7774. font-size: 1.125em
  7775. }
  7776. h5 {
  7777. font-size: 1em
  7778. }
  7779. @media all and (max-width: 50em) {
  7780. h1 {
  7781. font-size: 2.75em
  7782. }
  7783. h2 {
  7784. font-size: 2.25em
  7785. }
  7786. h3 {
  7787. font-size: 1.75em
  7788. }
  7789. h4 {
  7790. font-size: 1em
  7791. }
  7792. }
  7793. @media all and (max-width: 38em) {
  7794. h1 {
  7795. font-size: 2.25em
  7796. }
  7797. h2 {
  7798. font-size: 1.75em
  7799. }
  7800. h3 {
  7801. font-size: 1.5em
  7802. }
  7803. }
  7804. hr {
  7805. display: block;
  7806. height: 1px;
  7807. border: 0;
  7808. border-top: 1px solid #ccc;
  7809. margin: 1em 0;
  7810. padding: 0
  7811. }
  7812. .is-index figure {
  7813. line-height: 0
  7814. }
  7815. ::selection {
  7816. color: #fff;
  7817. background: rgba(70, 199, 214, .5)
  7818. }
  7819. .form label {
  7820. display: block;
  7821. width: auto;
  7822. padding: .4em 0;
  7823. margin-bottom: -35px;
  7824. text-transform: uppercase;
  7825. color: #737e80
  7826. }
  7827. .form input,
  7828. .form textarea {
  7829. width: 100%;
  7830. padding: .4em 0 .4em 3.4em;
  7831. margin-bottom: .5em;
  7832. font-weight: 300;
  7833. background: 0 0;
  7834. border: none;
  7835. border-bottom: 1px solid #559096;
  7836. border-radius: 0;
  7837. -webkit-transition: border .3s, color .3s;
  7838. -moz-transition: border .3s, color .3s;
  7839. -ms-transition: border .3s, color .3s;
  7840. -o-transition: border .3s, color .3s;
  7841. transition: border .3s, color .3s
  7842. }
  7843. .header,
  7844. .rsDefault .rsArrowIcn {
  7845. -webkit-transition: all .3s;
  7846. -moz-transition: all .3s;
  7847. -ms-transition: all .3s;
  7848. -o-transition: all .3s
  7849. }
  7850. .form textarea {
  7851. padding-top: 1.8em;
  7852. padding-left: 0;
  7853. resize: none
  7854. }
  7855. .form input[type=submit] {
  7856. clear: both;
  7857. width: auto;
  7858. padding: 0;
  7859. margin-top: 1em;
  7860. font-size: 1em;
  7861. font-weight: 300;
  7862. text-transform: uppercase;
  7863. color: #b8c9cc;
  7864. background: 0 0;
  7865. border: none
  7866. }
  7867. .form input[type=submit]:focus,
  7868. .form input[type=submit]:hover {
  7869. color: #008a9c
  7870. }
  7871. .form input:hover,
  7872. .form textarea:hover {
  7873. border-color: #b8c9cc
  7874. }
  7875. .form input:focus,
  7876. .form textarea:focus {
  7877. color: #fff;
  7878. border-color: #fff;
  7879. outline: 0
  7880. }
  7881. .form label.error {
  7882. display: none!important
  7883. }
  7884. .logo,
  7885. .nav li {
  7886. display: inline-block
  7887. }
  7888. .form input.error,
  7889. .form input.error~label,
  7890. .form textarea.error {
  7891. color: #dd6f6f;
  7892. border-color: #dd6f6f
  7893. }
  7894. .header {
  7895. position: absolute;
  7896. top: 0;
  7897. z-index: 200;
  7898. width: 100%;
  7899. /*padding-bottom: 2em;*/
  7900. text-align: center;
  7901. transition: all .3s;
  7902. height: 180px;
  7903. /*background:rgba(9,173,191,.8)*/
  7904.  
  7905. background: rgba(6, 108, 119, 0.8);
  7906. background: #14B3CC;
  7907. }
  7908. .logo {
  7909. background: url(../img/stella-logo.png) center center no-repeat rgba(0, 0, 0, 0);
  7910. height: 53px;
  7911. margin-bottom: 10px;
  7912. margin-top: 25px;
  7913. padding: 0;
  7914. text-indent: -9999em;
  7915. transition: all .3s ease 0s;
  7916. width: 244px
  7917. }
  7918. .absolute-logos {
  7919. left: 50%;
  7920. margin-left: 305px;
  7921. position: absolute;
  7922. top: 16px;
  7923. vertical-align: middle;
  7924. ;
  7925. float: left;
  7926. width: 100px;
  7927. }
  7928. .absolute-logos img {
  7929. vertical-align: middle;
  7930. margin: 5px;
  7931. }
  7932. .nav {
  7933. line-height: 1.5em;
  7934. font-size: 13px;
  7935. font-weight: 400
  7936. }
  7937. .nav ul {
  7938. margin: 0;
  7939. padding: 0;
  7940. list-style: none
  7941. }
  7942. .nav li {
  7943. height: auto;
  7944. vertical-align: top
  7945. }
  7946. .nav .icn-calc::before,
  7947. .nav .icn-lista::before {
  7948. height: 23px;
  7949. left: 0;
  7950. vertical-align: top;
  7951. content: ""
  7952. }
  7953. .l1 {
  7954. margin-top: 15px
  7955. }
  7956. .nav a {
  7957. padding: .625em 19px;
  7958. text-decoration: none;
  7959. text-transform: uppercase;
  7960. color: #fff;
  7961. -webkit-transition: color .3s, background .3s, padding .3s;
  7962. -moz-transition: color .3s, background .3s, padding .3s;
  7963. -ms-transition: color .3s, background .3s, padding .3s;
  7964. -o-transition: color .3s, background .3s, padding .3s;
  7965. transition: color .3s, background .3s, padding .3s
  7966. }
  7967. .nav .icn-calc,
  7968. .nav .icn-lista {
  7969. display: block;
  7970. line-height: 15px;
  7971. margin-left: 19px;
  7972. padding-right: 0;
  7973. text-align: left
  7974. }
  7975. .nav a:hover {
  7976. text-decoration: underline;
  7977. text-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  7978. background-position: 0 0
  7979. }
  7980. .nav li:nth-child(1) a {
  7981. padding-left: 0
  7982. }
  7983. .nav .icn-calc::before {
  7984. background: url(../img/icn_calc.png) center center no-repeat rgba(0, 0, 0, .2);
  7985. border: none;
  7986. border-radius: 50%;
  7987. display: block;
  7988. margin-right: 5px;
  7989. padding: 0;
  7990. position: absolute;
  7991. width: 23px
  7992. }
  7993. .nav .icn-calc {
  7994. margin-right: 9px;
  7995. padding-left: 29px;
  7996. width: 122px
  7997. }
  7998. .nav .icn-lista::before {
  7999. background: url(../img/icn_lista.png) center center no-repeat rgba(0, 0, 0, .2);
  8000. border: none;
  8001. border-radius: 50%;
  8002. display: block;
  8003. margin-right: 5px;
  8004. padding: 0;
  8005. position: absolute;
  8006. width: 23px
  8007. }
  8008. .nav .icn-lista {
  8009. padding-left: 29px;
  8010. width: 102px
  8011. }
  8012. .nav-top-contato {
  8013. height: 58px!important
  8014. }
  8015. .box-lista-prod {
  8016. position: absolute;
  8017. right: 0;
  8018. top: 57px;
  8019. width: 240px;
  8020. background-color: #FFF;
  8021. -webkit-box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, .15);
  8022. -moz-box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, .15);
  8023. box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, .15);
  8024. display: none
  8025. }
  8026. .cont-lista-prod {
  8027. width: 220px;
  8028. max-height: 230px;
  8029. padding: 5px 10px;
  8030. overflow: hidden;
  8031. margin: 5px 0 0 15px
  8032. }
  8033. .item-lista-prod {
  8034. width: 210px;
  8035. border-bottom: 1px solid #e6e6e6;
  8036. text-align: left;
  8037. padding: 5px 0
  8038. }
  8039. .item-lista-prod img {
  8040. display: inline-block;
  8041. width: 45px;
  8042. margin-right: 5px
  8043. }
  8044. .item-lista-prod .infos-item-lista {
  8045. display: inline-block;
  8046. width: 155px;
  8047. vertical-align: top
  8048. }
  8049. .item-lista-prod .infos-item-lista strong {
  8050. display: block;
  8051. font-size: 10px;
  8052. text-align: left;
  8053. color: #000;
  8054. line-height: 10px;
  8055. margin-bottom: 5px
  8056. }
  8057. .item-lista-prod .infos-item-lista span {
  8058. display: inline-block;
  8059. font-size: 10px;
  8060. color: #000;
  8061. line-height: 12px;
  8062. vertical-align: top;
  8063. padding-right: 7px
  8064. }
  8065. .bt-ir-lista {
  8066. background-color: #0189a5;
  8067. padding: 0 0 0 25px!important;
  8068. border-radius: 5px;
  8069. display: inline-block;
  8070. height: 40px;
  8071. line-height: 40px;
  8072. text-align: center;
  8073. width: 210px;
  8074. margin: 10px
  8075. }
  8076. .bt-ir-lista:before {
  8077. background-image: url(../img/ico-adicionar-lista.png);
  8078. content: "";
  8079. display: block;
  8080. height: 18px;
  8081. left: 40px;
  8082. position: absolute;
  8083. top: 12px;
  8084. width: 18px
  8085. }
  8086. .corpo {
  8087. position: relative
  8088. }
  8089. .product-list li:hover .bg-adiciona-lista {
  8090. -webkit-transform: none;
  8091. -moz-transform: none;
  8092. -ms-transform: none;
  8093. -o-transform: none;
  8094. transform: none;
  8095. opacity: 1;
  8096. zoom: 100%
  8097. }
  8098. .bg-adiciona-lista {
  8099. opacity: 0;
  8100. zoom: 99%;
  8101. -webkit-transition: none;
  8102. -moz-transition: none;
  8103. -ms-transition: none;
  8104. -o-transition: none;
  8105. transition: none;
  8106. width: 29px;
  8107. height: 29px;
  8108. text-indent: -9999px;
  8109. font-size: 0;
  8110. z-index: 111;
  8111. right: 10px;
  8112. top: 10px;
  8113. position: absolute!important
  8114. }
  8115. .bg-adiciona-lista img {
  8116. display: block!important
  8117. }
  8118. .utilizar-lista {
  8119. font-size: 14px;
  8120. position: absolute;
  8121. right: 0;
  8122. top: 10px;
  8123. width: 180px!important
  8124. }
  8125. .utilizar-lista::before {
  8126. background: url(../img/ico-lista.png) rgba(0, 0, 0, 0);
  8127. content: "";
  8128. display: block;
  8129. height: 38px;
  8130. left: -50px;
  8131. margin-right: 5px;
  8132. padding: 0;
  8133. position: absolute;
  8134. top: 7px;
  8135. vertical-align: top;
  8136. width: 37px
  8137. }
  8138. .led-features li span,
  8139. .number,
  8140. .number input {
  8141. vertical-align: middle
  8142. }
  8143. .nav .nav-dropdown {
  8144. position: absolute;
  8145. top: 27px;
  8146. left: -50px;
  8147. padding: 0;
  8148. white-space: nowrap;
  8149. background: 0 0;
  8150. visibility: hidden;
  8151. opacity: 0;
  8152. border-radius: 2px;
  8153. /*box-shadow: 0 1px 5px rgba(0, 0, 0, .1);*/
  8154. margin-bottom: 20px;
  8155. /*width: 920px*/
  8156. }
  8157. .nav .suporte {
  8158. width: 202px;
  8159. left: -54px
  8160. }
  8161. .nav li:hover .nav-dropdown {
  8162. visibility: visible;
  8163. opacity: 1;
  8164. -webkit-transform: none;
  8165. -moz-transform: none;
  8166. -ms-transform: none;
  8167. -o-transform: none;
  8168. transform: none
  8169. }
  8170. .is-busca .nav li.menu-link-produtos:hover .nav-dropdown,
  8171. .is-produtos .nav li.menu-link-produtos:hover .nav-dropdown,
  8172. .nav-toggle {
  8173. opacity: 0;
  8174. visibility: hidden
  8175. }
  8176. .nav .nav-dropdown::before {
  8177. position: absolute;
  8178. bottom: 100%;
  8179. left: 368px;
  8180. margin-left: -272px;
  8181. border-bottom: 5px solid #fff;
  8182. border-bottom: 5px solid rgba(0, 138, 154, .85);
  8183. border-left: 5px solid transparent;
  8184. border-right: 5px solid transparent;
  8185. content: ""
  8186. }
  8187. .nav-dropdown.menu1::before {
  8188. margin-left: -212px
  8189. }
  8190. .nav .nav-dropdown a {
  8191. color: #FFF
  8192. }
  8193. .nav .nav-dropdown a.is-active,
  8194. .nav .nav-dropdown a:hover {
  8195. text-decoration: none;
  8196. text-shadow: none;
  8197. color: #008a9c
  8198. }
  8199. .is-touch .nav .nav-dropdown {
  8200. left: -110px
  8201. }
  8202. .is-touch .nav .nav-dropdown a {
  8203. left: 0
  8204. }
  8205. .nav-toggle {
  8206. position: absolute;
  8207. top: -1em;
  8208. left: -1em
  8209. }
  8210. .nav-toggle+label {
  8211. display: none;
  8212. position: relative;
  8213. width: 44px;
  8214. height: 44px;
  8215. margin: 0 auto;
  8216. cursor: pointer;
  8217. -webkit-user-select: none;
  8218. -moz-user-select: none;
  8219. -ms-user-select: none;
  8220. -o-user-select: none;
  8221. user-select: none;
  8222. -webkit-transition: background .3s, color .3s;
  8223. -moz-transition: background .3s, color .3s;
  8224. -ms-transition: background .3s, color .3s;
  8225. -o-transition: background .3s, color .3s;
  8226. transition: background .3s, color .3s
  8227. }
  8228. .nav-toggle+label::before {
  8229. position: absolute;
  8230. top: 50%;
  8231. left: 10px;
  8232. width: 24px;
  8233. height: 3px;
  8234. margin-top: -2px;
  8235. background: #fff;
  8236. box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  8237. content: "";
  8238. -webkit-transition: background .3s, box-shadow .3s;
  8239. -moz-transition: background .3s, box-shadow .3s;
  8240. -ms-transition: background .3s, box-shadow .3s;
  8241. -o-transition: background .3s, box-shadow .3s;
  8242. transition: background .3s, box-shadow .3s
  8243. }
  8244. .nav-toggle:checked+label::before {
  8245. background: #008a9a;
  8246. box-shadow: 0 -9px 0 #008a9a, 0 9px 0 #008a9a
  8247. }
  8248. @media all and (max-width: 48em) {
  8249. .nav a {
  8250. padding: .6em 1.3em
  8251. }
  8252. .nav .nav-dropdown {
  8253. left: -1.15em!important
  8254. }
  8255. }
  8256. .banner {
  8257. position: relative;
  8258. width: 100%;
  8259. /*height: 100%;
  8260. min-height: 700px;
  8261. max-height: 700px;*/
  8262. /*text-align: center;
  8263. background-color: #145A63!important;
  8264. overflow: hidden*/
  8265. }
  8266. .is-index .banner,
  8267. .is-index .banner figure {
  8268. text-align: left
  8269. }
  8270. .button-group,
  8271. .is-tecnologia-led main h1,
  8272. .is-tecnologia-led main h2,
  8273. .is-tecnologia-led main h3,
  8274. .is-tecnologia-led main h4,
  8275. .led-features,
  8276. .line,
  8277. .number input,
  8278. .product-list a,
  8279. .products .col,
  8280. .spot {
  8281. text-align: center
  8282. }
  8283. /*.is-index .banner img {
  8284. left: 50%;
  8285. margin-left: -960px;
  8286. position: relative
  8287. }*/
  8288.  
  8289. .banner--small {
  8290. min-height: 180px;
  8291. background-color: transparent!important
  8292. }
  8293. .banner a {
  8294. display: block
  8295. }
  8296. .banner figcaption {
  8297. position: absolute;
  8298. top: 43%;
  8299. left: 50%;
  8300. z-index: 10;
  8301. width: 70%;
  8302. max-width: 560px;
  8303. margin-left: -280px;
  8304. color: #fff
  8305. }
  8306. .banner--small figcaption {
  8307. top: 45%
  8308. }
  8309. .banner h2 {
  8310. font-size: 3em;
  8311. line-height: 1em;
  8312. margin: 0
  8313. }
  8314. .banner p {
  8315. font-size: 1.125em;
  8316. line-height: 1.3em
  8317. }
  8318. .banner p>span {
  8319. display: inline-block;
  8320. padding: .4em .8em .2em;
  8321. margin-top: .5em;
  8322. font-size: .888888889em;
  8323. font-weight: 600;
  8324. text-decoration: none;
  8325. text-transform: uppercase;
  8326. white-space: nowrap;
  8327. color: #fff
  8328. }
  8329. .banner p>span:hover {
  8330. text-decoration: underline
  8331. }
  8332. .banner-economia,
  8333. .banner-economia a,
  8334. .banner-economia h2,
  8335. .button-group a,
  8336. .footer address a,
  8337. .footer--where .face,
  8338. .menu-interno-produtos .menu-interno-linhas ul li a,
  8339. .post-date,
  8340. .post-tags a,
  8341. .post-title a,
  8342. .tag_list a,
  8343. .veja-mais {
  8344. text-decoration: none
  8345. }
  8346. @media all and (max-width: 38em) {
  8347. .banner {
  8348. min-height: 400px
  8349. }
  8350. .banner--small {
  8351. min-height: 90px
  8352. }
  8353. .banner figcaption {
  8354. top: 28%;
  8355. left: 15%;
  8356. max-width: auto;
  8357. margin-left: 0
  8358. }
  8359. .banner h2 {
  8360. font-size: 1.5em;
  8361. font-weight: 500
  8362. }
  8363. .banner p {
  8364. font-size: 1em
  8365. }
  8366. .banner p>span {
  8367. margin-top: 0
  8368. }
  8369. }
  8370. .banner-bdt {
  8371. color: #006573;
  8372. background-color: #c4e3e5;
  8373. background-image: radial-gradient(ellipse at 75% -5%, rgba(0, 0, 0, .25), transparent 50%), radial-gradient(circle at 20.5% 50%, rgba(255, 255, 255, .25), #9ad5d9 20%)
  8374. }
  8375. .banner-bdt figure img {
  8376. max-width: 480px
  8377. }
  8378. @media all and (max-width: 38em) {
  8379. .banner-bdt>.col {
  8380. width: 100%;
  8381. padding: 0 2em
  8382. }
  8383. .banner-bdt figure img {
  8384. float: none;
  8385. max-width: 160px;
  8386. margin: 1em auto 0
  8387. }
  8388. }
  8389. .rsDefault,
  8390. .rsDefault .rsBullets,
  8391. .rsDefault .rsOverflow,
  8392. .rsDefault .rsSlide,
  8393. .rsDefault .rsThumbs,
  8394. .rsDefault .rsVideoFrameHolder {
  8395. background: 0 0
  8396. }
  8397. .rsDefault .rsBullets {
  8398. display: block;
  8399. bottom: 1.25em;
  8400. line-height: 1.25em
  8401. }
  8402. .rsDefault .rsBullet {
  8403. width: 10px;
  8404. height: 10px;
  8405. padding: 0;
  8406. margin: 0 .4em;
  8407. cursor: pointer
  8408. }
  8409. .rsDefault .rsBullet span {
  8410. width: 10px;
  8411. height: 10px;
  8412. background: 0 0;
  8413. border: 1px solid #BBB;
  8414. -webkit-transition: all .3s .15s;
  8415. -moz-transition: all .3s .15s;
  8416. -ms-transition: all .3s .15s;
  8417. -o-transition: all .3s .15s;
  8418. transition: all .3s .15s
  8419. }
  8420. .rsDefault .rsBullet:hover span {
  8421. background: #fff
  8422. }
  8423. .rsDefault .rsNavSelected span {
  8424. background: #DDD
  8425. }
  8426. .rsDefault .rsArrow {
  8427. width: 70px
  8428. }
  8429. .rsDefault .rsArrowIcn {
  8430. left: auto;
  8431. width: 70px;
  8432. height: 130px;
  8433. margin-top: -30px;
  8434. margin-left: 0;
  8435. border-radius: 0;
  8436. transition: all .3s;
  8437. background-image: url(../img/setas-home.png)!important
  8438. }
  8439. .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  8440. left: 1.25em;
  8441. background-position: left center
  8442. }
  8443. .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  8444. right: 1.25em;
  8445. background-position: right center
  8446. }
  8447. .rsDefault .rsArrowIcn:hover {
  8448. background-color: transparent
  8449. }
  8450. .rsDefault .rsArrowLeft:hover .rsArrowIcn {
  8451. -webkit-transform: translateX(-.5em);
  8452. -moz-transform: translateX(-.5em);
  8453. -ms-transform: translateX(-.5em);
  8454. -o-transform: translateX(-.5em);
  8455. transform: translateX(-.5em)
  8456. }
  8457. .rsDefault .rsArrowRight:hover .rsArrowIcn {
  8458. -webkit-transform: translateX(.5em);
  8459. -moz-transform: translateX(.5em);
  8460. -ms-transform: translateX(.5em);
  8461. -o-transform: translateX(.5em);
  8462. transform: translateX(.5em)
  8463. }
  8464. .facebook-feed a:hover,
  8465. .product-list li:hover {
  8466. -webkit-transform: scale(1.1);
  8467. -ms-transform: scale(1.1)
  8468. }
  8469. .rsDefault .rsPreloader {
  8470. width: 24px;
  8471. height: 24px;
  8472. margin: -12px 0 0 -12px;
  8473. background-image: url(../img/loading.gif)
  8474. }
  8475. #filters {
  8476. margin-top: 20px
  8477. }
  8478. .products {
  8479. margin-top: 50px;
  8480. max-width: 985px;
  8481. margin: auto;
  8482. }
  8483. .products>div {
  8484. padding-top: 4em;
  8485. padding-bottom: 2em
  8486. }
  8487. .products h2 {
  8488. color: #008a9c
  8489. }
  8490. .products .col {
  8491. padding: 0;
  8492. margin: 0;
  8493. display: inline
  8494. }
  8495. .product-list {
  8496. position: relative;
  8497. padding: 0;
  8498. margin: 0;
  8499. list-style: none
  8500. }
  8501. .product-list li {
  8502. -webkit-transition: all .3s;
  8503. -moz-transition: all .3s;
  8504. -ms-transition: all .3s;
  8505. -o-transition: all .3s;
  8506. transition: all .3s;
  8507. display: inline-block;
  8508. width: 22%;
  8509. margin: 0 1% 24px;
  8510. min-height: 290px;
  8511. min-width: 220px;
  8512. background-color: #FFF;
  8513. border: 2px solid #fff;
  8514. /*border-radius: 5px;*/
  8515. overflow: hidden
  8516. }
  8517. #produtos #wrapper {
  8518. overflow: hidden
  8519. }
  8520. @media all and (min-width: 81em) {
  8521. .product-list li {
  8522. width: 9.361111111%
  8523. }
  8524. }
  8525. @media all and (max-width: 65em) {
  8526. .product-list li {
  8527. width: 12.535714286%
  8528. }
  8529. }
  8530. @media all and (max-width: 55em) {
  8531. .product-list li {
  8532. width: 14.916666667%
  8533. }
  8534. }
  8535. @media all and (max-width: 45em) {
  8536. .product-list li {
  8537. width: 18.25%
  8538. }
  8539. }
  8540. @media all and (max-width: 38em) {
  8541. .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  8542. left: 0
  8543. }
  8544. .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  8545. right: 0
  8546. }
  8547. .product-list {
  8548. margin-left: -5%
  8549. }
  8550. .product-list li {
  8551. width: 28.333333333%;
  8552. margin: 0 0 5% 5%
  8553. }
  8554. }
  8555. .product-list .title span,
  8556. .search {
  8557. width: 100%
  8558. }
  8559. .product-list a {
  8560. position: relative;
  8561. display: block;
  8562. font-size: .875em;
  8563. font-weight: 300;
  8564. line-height: 1.15em;
  8565. text-transform: uppercase;
  8566. color: #14B3CC;
  8567. border-radius: 2px
  8568. }
  8569. .product-list .title {
  8570. position: absolute;
  8571. /*bottom: -48px;*/
  8572. left: 0;
  8573. z-index: 100;
  8574. width: 100%;
  8575. opacity: 1;
  8576. -moz-backface-visibility: hidden;
  8577. -ms-backface-visibility: hidden;
  8578. -o-backface-visibility: hidden;
  8579. backface-visibility: hidden;
  8580. -webkit-transform-origin: bottom center;
  8581. -moz-transform-origin: bottom center;
  8582. -ms-transform-origin: bottom center;
  8583. -o-transform-origin: bottom center;
  8584. transform-origin: bottom center;
  8585. font-size: 13px
  8586. }
  8587. .line,
  8588. .list,
  8589. .potency {
  8590. position: relative
  8591. }
  8592. .product-list .title>span {
  8593. display: inline-block;
  8594. padding: .5em;
  8595. background: #eee;
  8596. border-radius: 2px;
  8597. text-transform: none
  8598. }
  8599. .button-group button>span,
  8600. .product-list .title>span span {
  8601. text-transform: lowercase
  8602. }
  8603. .product-list .title>span i {
  8604. font-style: normal
  8605. }
  8606. .product-list .title .ref {
  8607. display: none
  8608. }
  8609. .product-list img {
  8610. max-width: 200px;
  8611. max-height: 200px;
  8612. display: inline-block;
  8613. border-radius: 3px;
  8614. -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1);
  8615. -moz-transition: all .6s cubic-bezier(.23, 1, .32, 1);
  8616. -ms-transition: all .6s cubic-bezier(.23, 1, .32, 1);
  8617. -o-transition: all .6s cubic-bezier(.23, 1, .32, 1);
  8618. transition: all .6s cubic-bezier(.23, 1, .32, 1)
  8619. }
  8620. .product-list li:hover {
  8621. -moz-transform: scale(1.1);
  8622. -o-transform: scale(1.1);
  8623. transform: scale(1.1);
  8624. border: 2px solid #18B4CD;
  8625. }
  8626. .product-list li:hover .title>span {
  8627. background-color: #18B4CD;
  8628. color: #FFF
  8629. }/*
  8630. .product-list li.stella-pro:hover .title>span {
  8631. background-color: #047383
  8632. }
  8633. .product-list li.stella-jardim:hover .title>span {
  8634. background-color: #bed62f
  8635. }
  8636. .product-list li.fitas-e-acessorios:hover .title>span {
  8637. background-color: #bcbdc0
  8638. }*/
  8639. .button-group {
  8640. padding: 0;
  8641. list-style: none;
  8642. margin-top: 40px
  8643. }
  8644. .button-group a {
  8645. display: inline-block;
  8646. height: 46px;
  8647. line-height: 43px;
  8648. margin: 0 5px 10px;
  8649. color: #666;
  8650. border: none;
  8651. outline: 0;
  8652. border-radius: 0px;
  8653. -webkit-transition: background .3s, color .3s;
  8654. -moz-transition: background .3s, color .3s;
  8655. -ms-transition: background .3s, color .3s;
  8656. -o-transition: background .3s, color .3s;
  8657. transition: background .3s, color .3s;
  8658. border: 2px solid #999999;
  8659. font-size: 11px;
  8660. font-weight: normal;
  8661. font-family: 'Gotham-Book';
  8662. padding: 0 12px;
  8663. }
  8664. .line figcaption,
  8665. .search {
  8666. -webkit-transition: all .3s;
  8667. -moz-transition: all .3s;
  8668. -ms-transition: all .3s;
  8669. -o-transition: all .3s
  8670. }
  8671. .potency b,
  8672. .search {
  8673. text-transform: uppercase
  8674. }
  8675. .button-group button:active {
  8676. box-shadow: inset 0 0 30px rgba(0, 0, 0, .3)
  8677. }
  8678. .button-group .is-checked {
  8679. color: #fff;
  8680. border: 2px solid #18B4CD;
  8681. background-color: #18B4CD
  8682. }
  8683. .button-group a:hover {
  8684. color: #fff;
  8685. border: 2px solid #999;
  8686. background-color: #999
  8687. }
  8688. @media all and (max-width: 38em) {
  8689. .button-group {
  8690. font-size: .875em
  8691. }
  8692. }
  8693. .no-results {
  8694. display: none
  8695. }
  8696. .potency b,
  8697. .potency h6 {
  8698. display: inline;
  8699. font-weight: 400
  8700. }
  8701. .list {
  8702. padding: 0;
  8703. margin: 0;
  8704. list-style: none;
  8705. min-height: 400px
  8706. }
  8707. .product {
  8708. padding: 4em 0;
  8709. color: #333;
  8710. border-top: 1px solid #dedede
  8711. }
  8712. .product .title {
  8713. margin: 0;
  8714. font-weight: 400;
  8715. color: #008a9c
  8716. }
  8717. .product .title span {
  8718. color: #888
  8719. }
  8720. .search {
  8721. padding: 1em;
  8722. margin: 2em 0;
  8723. font-size: 1.125em;
  8724. color: #787878;
  8725. background: url(../img/icn_search.png) 99% 50% no-repeat #dedede;
  8726. border: none;
  8727. border-radius: 2px;
  8728. box-shadow: 0 0 50px 5px rgba(255, 255, 255, .75), 0 0 0 1px rgba(255, 255, 255, .25);
  8729. transition: all .3s
  8730. }
  8731. .search:focus {
  8732. outline: 0;
  8733. color: #333;
  8734. background-color: #ccc
  8735. }
  8736. @media all and (max-width: 38em) {
  8737. .search {
  8738. font-size: .75em;
  8739. padding: 1.5em
  8740. }
  8741. }
  8742. .product figure {
  8743. float: left;
  8744. width: 53%
  8745. }
  8746. .graph span,
  8747. .info {
  8748. float: right
  8749. }
  8750. .product figure img {
  8751. border: 2px solid #dedede;
  8752. border-radius: 6px
  8753. }
  8754. .info {
  8755. width: 44%
  8756. }
  8757. .potency {
  8758. font-size: 2.25em;
  8759. line-height: 1.1em
  8760. }
  8761. .potency h6 {
  8762. margin: 0;
  8763. font-size: 1em;
  8764. color: #008a9c
  8765. }
  8766. .potency b {
  8767. color: #888
  8768. }
  8769. .potency .equivalence {
  8770. display: block;
  8771. font-size: .75em;
  8772. line-height: 1.25em
  8773. }
  8774. .info .ref {
  8775. margin-top: 2em
  8776. }
  8777. .graph {
  8778. padding: .5em .75em;
  8779. border: 2px solid #dedede;
  8780. border-radius: 6px
  8781. }
  8782. .graph+.graph {
  8783. margin-top: .75em
  8784. }
  8785. .graph span b {
  8786. font-weight: 600;
  8787. color: #008a9c
  8788. }
  8789. .temperature-warm {
  8790. background: linear-gradient(90deg, #fffbbc, rgba(255, 255, 255, 0))
  8791. }
  8792. .temperature-neutral {
  8793. background: linear-gradient(90deg, #fffce9, rgba(255, 255, 255, 0))
  8794. }
  8795. .temperature-cold {
  8796. background: linear-gradient(90deg, #ecf7fc, rgba(255, 255, 255, 0))
  8797. }
  8798. .temperature-amber {
  8799. background: linear-gradient(90deg, #ffd1a5, rgba(255, 255, 255, 0))
  8800. }
  8801. .temperature-red {
  8802. background: linear-gradient(90deg, #fc876f, rgba(255, 255, 255, 0))
  8803. }
  8804. .temperature-green {
  8805. background: linear-gradient(90deg, #d7e06d, rgba(255, 255, 255, 0))
  8806. }
  8807. .temperature-blue {
  8808. background: linear-gradient(90deg, #87d9f5, rgba(255, 255, 255, 0))
  8809. }
  8810. .temperature-rgb {
  8811. background: linear-gradient(90deg, #fc876f, #d7e06d, #87d9f5, rgba(255, 255, 255, 0))
  8812. }
  8813. .specs {
  8814. margin-top: 2em
  8815. }
  8816. .specs h4 {
  8817. display: none;
  8818. font-weight: 600;
  8819. margin: 2em 0 .25em;
  8820. color: #444
  8821. }
  8822. .specs dl {
  8823. margin: 0;
  8824. line-height: 1.6em
  8825. }
  8826. .specs dt {
  8827. float: left;
  8828. padding-right: .5em;
  8829. white-space: nowrap;
  8830. color: #888
  8831. }
  8832. .specs dd {
  8833. margin: 0
  8834. }
  8835. @media all and (max-width: 55em) {
  8836. .product figure {
  8837. width: 44%
  8838. }
  8839. .info {
  8840. width: 53%
  8841. }
  8842. }
  8843. @media all and (max-width: 50em) {
  8844. .product figure {
  8845. width: 33%
  8846. }
  8847. .info {
  8848. width: 60%
  8849. }
  8850. }
  8851. @media all and (max-width: 44em) {
  8852. .info,
  8853. .product figure {
  8854. float: none;
  8855. width: 100%
  8856. }
  8857. .product figure img {
  8858. margin: 0 auto 1.5em
  8859. }
  8860. .info .ref,
  8861. .specs {
  8862. margin-top: 1.25em
  8863. }
  8864. .graph {
  8865. font-size: .875em
  8866. }
  8867. .potency {
  8868. font-size: 1.25em
  8869. }
  8870. }
  8871. .line {
  8872. float: left;
  8873. text-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  8874. overflow: hidden;
  8875. color: #fff
  8876. }
  8877. .line figcaption,
  8878. .line::before {
  8879. position: absolute;
  8880. width: 100%;
  8881. top: 0;
  8882. height: 100%
  8883. }
  8884. .line::before {
  8885. left: 0;
  8886. content: "";
  8887. z-index: 99;
  8888. -webkit-transition: all 1s;
  8889. -moz-transition: all 1s;
  8890. -ms-transition: all 1s;
  8891. -o-transition: all 1s;
  8892. transition: all 1s
  8893. }
  8894. .eco::before {
  8895. background: url(../img/content/home-eco-hover.png) center 100% no-repeat rgba(255, 255, 255, .8);
  8896. background-size: auto 80%
  8897. }
  8898. .pro::before {
  8899. background: url(../img/content/home-pro-hover.png) center 100% no-repeat rgba(255, 255, 255, .8);
  8900. background-size: auto 80%
  8901. }
  8902. .jardim::before {
  8903. background: url(../img/content/home-jardim-hover.png) center 100% no-repeat rgba(255, 255, 255, .8);
  8904. background-size: auto 80%
  8905. }
  8906. .acessorio::before {
  8907. background: url(../img/content/home-fitas-hover.png) center 100% no-repeat rgba(255, 255, 255, .8);
  8908. background-size: auto 80%
  8909. }
  8910. .line:hover::before {
  8911. opacity: 0
  8912. }
  8913. .line img {
  8914. width: 100%;
  8915. height: auto
  8916. }
  8917. .line figcaption {
  8918. z-index: 2;
  8919. background-color: rgba(0, 0, 0, .2);
  8920. box-shadow: inset 0 0 50px rgba(0, 0, 0, .2);
  8921. transition: all .3s
  8922. }
  8923. .line h2,
  8924. .line p {
  8925. opacity: 0;
  8926. -webkit-transition: all .3s;
  8927. -moz-transition: all .3s;
  8928. -ms-transition: all .3s;
  8929. -o-transition: all .3s
  8930. }
  8931. .is-index .line h2 {
  8932. font-size: 28px
  8933. }
  8934. .line h2 {
  8935. margin: 13% 0 2%;
  8936. font-size: 2.5em;
  8937. font-weight: 300;
  8938. letter-spacing: -1px;
  8939. transition: all .3s
  8940. }
  8941. .line--narrow h2 {
  8942. margin-top: 20%
  8943. }
  8944. .line p {
  8945. font-size: 16px;
  8946. line-height: 1.2em;
  8947. padding: 0 5em;
  8948. transition: all .3s
  8949. }
  8950. .conheca-encontrar .line h2:before,
  8951. .facebook-feed a {
  8952. -webkit-transition: all .3s;
  8953. -ms-transition: all .3s;
  8954. -o-transition: all .3s
  8955. }
  8956. .is-touch .line--narrow:hover h2,
  8957. .line--narrow:hover h2 {
  8958. margin-top: 15%
  8959. }
  8960. .is-touch .line img,
  8961. .is-touch .line p,
  8962. .line:hover h2,
  8963. .line:hover img,
  8964. .line:hover p {
  8965. opacity: 1;
  8966. -webkit-transform: none;
  8967. -moz-transform: none;
  8968. -ms-transform: none;
  8969. -o-transform: none;
  8970. transform: none
  8971. }
  8972. .line.acessorio h2,
  8973. .line.eco h2,
  8974. .line.jardim h2,
  8975. .line.pro h2 {
  8976. font-family: LatoLight
  8977. }
  8978. .line.acessorio h2 b,
  8979. .line.eco h2 b,
  8980. .line.jardim h2 b,
  8981. .line.pro h2 b {
  8982. font-family: LatoBold
  8983. }
  8984. @media all and (max-width: 64em) {
  8985. .is-touch .line h2 {
  8986. margin-top: 17%;
  8987. opacity: 1
  8988. }
  8989. .is-touch .line::before {
  8990. display: none
  8991. }
  8992. .is-touch .banner-novidades .line h2,
  8993. .is-touch .todos-produtos .line h2 {
  8994. font-size: 1.5em;
  8995. margin-top: 7%
  8996. }
  8997. .line p {
  8998. padding: 0 2.5em
  8999. }
  9000. }
  9001. @media all and (max-width: 48em) {
  9002. .is-touch .line h2 {
  9003. font-size: 2em;
  9004. margin-top: 18%;
  9005. opacity: 1
  9006. }
  9007. .is-touch .banner-novidades .line h2,
  9008. .is-touch .todos-produtos .line h2 {
  9009. font-size: 1.3em;
  9010. margin-top: 6%
  9011. }
  9012. .is-touch .conheca-encontrar .line h2 {
  9013. font-size: 1.3em
  9014. }
  9015. .line:hover h2 {
  9016. margin-top: 15%
  9017. }
  9018. .line p {
  9019. padding: 0 1em
  9020. }
  9021. .line::before {
  9022. display: none
  9023. }
  9024. .line {
  9025. font-size: .9375em
  9026. }
  9027. .is-touch .banner-economia h2 {
  9028. font-size: 26px
  9029. }
  9030. .is-touch .banner-economia p {
  9031. margin: 0;
  9032. line-height: 1.3em
  9033. }
  9034. }
  9035. @media all and (min-width: 110em) {
  9036. .line p {
  9037. padding: 0 14em
  9038. }
  9039. .is-touch .line:hover h2,
  9040. .line:hover h2 {
  9041. margin: 13% 0 2%
  9042. }
  9043. .line--narrow.col-1-2 {
  9044. width: 25%
  9045. }
  9046. .line--narrow h2 {
  9047. margin-top: 18%
  9048. }
  9049. }
  9050. .facebook-feed {
  9051. position: relative;
  9052. width: 100%;
  9053. overflow: hidden
  9054. }
  9055. .facebook-feed a {
  9056. position: absolute;
  9057. top: 0;
  9058. left: 0;
  9059. right: 0;
  9060. bottom: 0;
  9061. z-index: 3;
  9062. width: 100%;
  9063. height: 100%;
  9064. background: url(../img/icn_facebook-fill.png) center no-repeat rgba(0, 103, 117, .7);
  9065. box-shadow: inset 0 0 50px rgba(0, 0, 0, .7);
  9066. -moz-transition: all .3s;
  9067. transition: all .3s
  9068. }
  9069. .facebook-feed a:hover {
  9070. background-color: rgba(0, 103, 117, .7);
  9071. box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
  9072. -o-transform: scale(1.1);
  9073. transform: scale(1.1)
  9074. }
  9075. .facebook-feed figure {
  9076. float: left;
  9077. width: 25%;
  9078. padding-top: 25%;
  9079. background-position: center;
  9080. background-repeat: no-repeat;
  9081. background-size: cover
  9082. }
  9083. @media all and (max-width: 38em) {
  9084. .facebook-feed a {
  9085. background-size: 62px 62px
  9086. }
  9087. .facebook-feed figure {
  9088. width: 50%;
  9089. padding-top: 30%
  9090. }
  9091. }
  9092. .pic {
  9093. padding: 0
  9094. }
  9095. .is-a-stella article>div img {
  9096. margin-top: 3em
  9097. }
  9098. @media all and (max-width: 38em) {
  9099. .pic {
  9100. display: none
  9101. }
  9102. .is-a-stella article>div {
  9103. padding: 0 2em 2em;
  9104. font-size: 1em
  9105. }
  9106. .is-a-stella article h2 {
  9107. text-align: center
  9108. }
  9109. }
  9110. .led-types,
  9111. .led-types figure {
  9112. padding: .5%
  9113. }
  9114. .is-tecnologia-led main h1,
  9115. .is-tecnologia-led main h1+h3,
  9116. .is-tecnologia-led main h3+h4 {
  9117. margin: .25em
  9118. }
  9119. .is-tecnologia-led main h1 {
  9120. margin-top: .67em
  9121. }
  9122. .is-tecnologia-led main h3+h4 {
  9123. margin-bottom: 1.33em
  9124. }
  9125. .is-tecnologia-led article p {
  9126. font-size: 1.25em;
  9127. line-height: 1.5em
  9128. }
  9129. .led-types {
  9130. margin-bottom: 3em
  9131. }
  9132. .led-types img {
  9133. width: 100%;
  9134. background-color: #008293;
  9135. background-image: radial-gradient(circle at -2% 16%, #0093a6, transparent 100%), radial-gradient(circle at 102% 82%, #00515c, transparent 100%), radial-gradient(circle at 50% 50%, #182480, #182480 100%)
  9136. }
  9137. .led-features li,
  9138. .led-features li:nth-child(4n+1) {
  9139. background: #008293
  9140. }
  9141. @media all and (max-width: 55em) {
  9142. .led-types,
  9143. .led-types figure {
  9144. padding: 1%
  9145. }
  9146. }
  9147. @media all and (max-width: 38em) {
  9148. .is-tecnologia-led article p {
  9149. font-size: 1em
  9150. }
  9151. .led-types,
  9152. .led-types figure {
  9153. padding: 2.5%
  9154. }
  9155. }
  9156. .led-features {
  9157. list-style: none;
  9158. padding: 0;
  9159. margin: .5% .5% 3em
  9160. }
  9161. .led-features li {
  9162. float: left;
  9163. width: 24%;
  9164. margin: .5%;
  9165. padding: 1% 2%;
  9166. color: #fff
  9167. }
  9168. .led-features li div {
  9169. display: table;
  9170. width: 100%;
  9171. min-height: 130px
  9172. }
  9173. .led-features li span {
  9174. display: table-cell;
  9175. text-align: center
  9176. }
  9177. .led-features li:nth-child(4n+2) {
  9178. background: #00a19e
  9179. }
  9180. .led-features li:nth-child(4n+3) {
  9181. background: #0faa6e
  9182. }
  9183. .led-features li:nth-child(4n+4) {
  9184. background: #8ac95c
  9185. }
  9186. @media all and (max-width: 55em) {
  9187. .led-features {
  9188. margin: 1%
  9189. }
  9190. .led-features li {
  9191. width: 31.3%;
  9192. margin: 1%
  9193. }
  9194. .led-features li:nth-child(-n+12) {
  9195. background: #8ac95c
  9196. }
  9197. .led-features li:nth-child(-n+9) {
  9198. background: #0faa6e
  9199. }
  9200. .led-features li:nth-child(-n+6) {
  9201. background: #00a19e
  9202. }
  9203. .led-features li:nth-child(-n+3) {
  9204. background: #008293
  9205. }
  9206. }
  9207. @media all and (max-width: 38em) {
  9208. .led-features li {
  9209. width: 48%
  9210. }
  9211. .led-features li:nth-child(-n+12) {
  9212. background: #00a19e
  9213. }
  9214. .led-features li:nth-child(-n+10) {
  9215. background: #008293
  9216. }
  9217. .led-features li:nth-child(-n+8) {
  9218. background: #8ac95c
  9219. }
  9220. .led-features li:nth-child(-n+6) {
  9221. background: #0faa6e
  9222. }
  9223. .led-features li:nth-child(-n+4) {
  9224. background: #00a19e
  9225. }
  9226. .led-features li:nth-child(-n+2) {
  9227. background: #008293
  9228. }
  9229. }
  9230. @media all and (max-width: 30em) {
  9231. .led-features {
  9232. margin: 2.5%
  9233. }
  9234. .led-features li {
  9235. width: 97%;
  9236. min-height: 80px;
  9237. padding: 3%;
  9238. margin: 2.5%
  9239. }
  9240. }
  9241. .watts-lumens {
  9242. margin: 1%;
  9243. padding: 3% 5%;
  9244. background-color: #00a19e;
  9245. background-image: radial-gradient(circle at -2% 16%, #00b0ad, transparent 100%), radial-gradient(circle at 102% 82%, #008785, transparent 100%), radial-gradient(circle at 50% 50%, #182480, #182480 100%)
  9246. }
  9247. .watts-lumens img {
  9248. margin: 0 auto
  9249. }
  9250. @media all and (max-width: 55em) {
  9251. .watts-lumens {
  9252. margin: 2%
  9253. }
  9254. }
  9255. @media all and (max-width: 30em) {
  9256. .watts-lumens {
  9257. margin: 5%
  9258. }
  9259. }
  9260. .is-conceitos-luminotecnicos main {
  9261. margin-bottom: 1.5em
  9262. }
  9263. .is-conceitos-luminotecnicos main h3,
  9264. .is-conceitos-luminotecnicos main h4 {
  9265. font-weight: 400;
  9266. text-transform: none;
  9267. color: #222
  9268. }
  9269. .is-conceitos-luminotecnicos main h3 {
  9270. margin-bottom: 0;
  9271. font-size: 2em
  9272. }
  9273. .is-conceitos-luminotecnicos main h4 {
  9274. margin: 0;
  9275. font-weight: 600
  9276. }
  9277. .is-conceitos-luminotecnicos main h3+p,
  9278. .is-conceitos-luminotecnicos main h4+p {
  9279. margin-top: 0
  9280. }
  9281. .is-conceitos-luminotecnicos main figure {
  9282. margin: 1.5em 0
  9283. }
  9284. .is-calculadora-led {
  9285. background-color: #001f48 !important
  9286. }
  9287. .calculator-info {
  9288. position: absolute;
  9289. top: 50px;
  9290. left: 0;
  9291. z-index: 2;
  9292. width: 400px;
  9293. color: #fff
  9294. }
  9295. .calculator-info h3 {
  9296. margin-bottom: .5em;
  9297. font-size: 36px
  9298. }
  9299. .calculator-info p {
  9300. max-width: 325px;
  9301. margin-top: 0;
  9302. font-size: 1.2em
  9303. }
  9304. .house {
  9305. float: right;
  9306. position: relative;
  9307. z-index: 3;
  9308. width: 720px;
  9309. height: 596px;
  9310. margin: 0 -3em 3em 0;
  9311. background: url(../img/house.png) no-repeat
  9312. }
  9313. .spot,
  9314. .summary {
  9315. position: absolute
  9316. }
  9317. .spot {
  9318. display: table;
  9319. white-space: nowrap
  9320. }
  9321. .spot--boy-bedroom,
  9322. .spot--girl-bedroom {
  9323. top: 100px;
  9324. width: 245px;
  9325. height: 120px
  9326. }
  9327. .spot--girl-bedroom {
  9328. left: 103px
  9329. }
  9330. .spot--boy-bedroom {
  9331. right: 89px
  9332. }
  9333. .spot--bathroom,
  9334. .spot--living-room,
  9335. .spot--main-bedroom {
  9336. top: 214px;
  9337. height: 101px
  9338. }
  9339. .spot--main-bedroom {
  9340. left: 126px;
  9341. width: 193px
  9342. }
  9343. .spot--living-room {
  9344. left: 324px;
  9345. width: 177px
  9346. }
  9347. .spot--bathroom {
  9348. right: 100px;
  9349. width: 113px
  9350. }
  9351. .spot--garage,
  9352. .spot--kitchen,
  9353. .spot--laundry {
  9354. top: 335px;
  9355. height: 137px
  9356. }
  9357. .spot--garage {
  9358. left: 126px;
  9359. width: 171px
  9360. }
  9361. .spot--kitchen {
  9362. left: 319px;
  9363. width: 162px
  9364. }
  9365. .spot--laundry {
  9366. right: 117px;
  9367. width: 101px
  9368. }
  9369. .spot--garden {
  9370. bottom: 13px;
  9371. left: 350px;
  9372. width: 100px;
  9373. height: 122px
  9374. }
  9375. .number {
  9376. display: table-cell;
  9377. padding: .2em .6em;
  9378. border: none;
  9379. -webkit-user-select: none;
  9380. -moz-user-select: none;
  9381. -ms-user-select: none;
  9382. -o-user-select: none;
  9383. user-select: none
  9384. }
  9385. .number input,
  9386. .number span {
  9387. display: inline-block;
  9388. background: 0 0;
  9389. color: #fff;
  9390. border: none
  9391. }
  9392. .number input {
  9393. width: 100px;
  9394. padding: 0;
  9395. font-size: 2em;
  9396. outline: 0;
  9397. box-shadow: none
  9398. }
  9399. .number span {
  9400. display: none;
  9401. vertical-align: top;
  9402. width: 18px;
  9403. font-size: 1.5em;
  9404. line-height: 39px;
  9405. cursor: pointer
  9406. }
  9407. .number span:first-child {
  9408. line-height: 35px
  9409. }
  9410. input[type=number]::-webkit-inner-spin-button,
  9411. input[type=number]::-webkit-outer-spin-button {
  9412. -webkit-appearance: none;
  9413. margin: 0
  9414. }
  9415. input[type=number] {
  9416. font-family: LatoBold;
  9417. -moz-appearance: textfield
  9418. }
  9419. .ground {
  9420. width: 100%;
  9421. margin-top: -230px;
  9422. background: #2f4217;
  9423. color: #fff
  9424. }
  9425. .ground h4 {
  9426. font-weight: 700;
  9427. color: #fff
  9428. }
  9429. .summary {
  9430. top: 0;
  9431. left: 0;
  9432. z-index: 3;
  9433. width: 260px;
  9434. font-family: LatoLight
  9435. }
  9436. .summary h4,
  9437. .summary input {
  9438. font-family: LatoBold
  9439. }
  9440. .summary h4 {
  9441. font-size: 18px
  9442. }
  9443. .summary label {
  9444. float: right;
  9445. width: 56%;
  9446. padding-top: .25em;
  9447. margin-bottom: 15px;
  9448. font-size: .875em;
  9449. line-height: 1.25em
  9450. }
  9451. .result table,
  9452. .summary input {
  9453. float: left;
  9454. text-align: center
  9455. }
  9456. .summary input {
  9457. width: 40%;
  9458. padding: .5em 0;
  9459. margin-bottom: 15px;
  9460. background: #637051;
  9461. border: 1px solid #fff
  9462. }
  9463. .summary input[type=number] {
  9464. padding: .25em 0;
  9465. font-size: 1.5em
  9466. }
  9467. .summary input[type=submit] {
  9468. font-size: .9em;
  9469. background: #de9f20;
  9470. outline: 0
  9471. }
  9472. .summary input[type=submit]:hover {
  9473. background: #b17f1a
  9474. }
  9475. .warning {
  9476. display: inline-block;
  9477. padding: .5em 1em;
  9478. margin: 0 0 2em;
  9479. background: #d9534f;
  9480. border: 1px solid #fff
  9481. }
  9482. .result table {
  9483. width: 70%;
  9484. margin: 0 0 3em;
  9485. color: #fff;
  9486. background: #637051
  9487. }
  9488. .result b {
  9489. font-weight: 400
  9490. }
  9491. .result thead {
  9492. white-space: nowrap
  9493. }
  9494. .result tbody td:first-child {
  9495. font-weight: 700;
  9496. white-space: nowrap
  9497. }
  9498. .result td,
  9499. .result th {
  9500. padding: .25em .5em;
  9501. margin: 0;
  9502. border: 1px solid #fff
  9503. }
  9504. .result .value .conventional,
  9505. .result .watts .conventional {
  9506. background: #8d3d26
  9507. }
  9508. .result .value .economy,
  9509. .result .value .led,
  9510. .result .watts .economy,
  9511. .result .watts .led {
  9512. background: #6e962b
  9513. }
  9514. .result .economy,
  9515. .result .economy b {
  9516. font-weight: 700
  9517. }
  9518. .notice {
  9519. float: right;
  9520. width: 27.5%;
  9521. line-height: 1.25em
  9522. }
  9523. .is-contato aside {
  9524. color: #a1ccd1;
  9525. background-image: radial-gradient(circle at 0 0, #429aa6, transparent 75%), radial-gradient(circle at 75% 20%, #00292F, transparent 75%)
  9526. }
  9527. .is-contato aside h4 {
  9528. color: #fff
  9529. }
  9530. .contact-info {
  9531. position: relative;
  9532. padding: 4% 8.825% 1em;
  9533. margin: 0 -8.825% 2.5em;
  9534. background-color: #429aa6;
  9535. background-image: radial-gradient(circle at 0 0, #429aa6, transparent 100%), radial-gradient(circle at 140% 140%, #005863, transparent 100%)
  9536. }
  9537. .google-maps,
  9538. .map {
  9539. background: #008a9c
  9540. }
  9541. .contact-info dl {
  9542. overflow: hidden
  9543. }
  9544. .contact-info dt {
  9545. float: left;
  9546. margin-bottom: .5em;
  9547. text-transform: uppercase
  9548. }
  9549. .contact-info dd {
  9550. margin: 0 0 .5em 4em;
  9551. color: #cce8eb
  9552. }
  9553. .contact-form {
  9554. margin-bottom: 2.3em
  9555. }
  9556. .contact-form.form input,
  9557. .contact-form.form label,
  9558. .contact-form.form textarea {
  9559. color: #59a8b3;
  9560. border-color: #59a8b3
  9561. }
  9562. .map {
  9563. position: relative;
  9564. min-height: 590px;
  9565. padding: 0
  9566. }
  9567. .google-maps {
  9568. position: absolute;
  9569. top: 0;
  9570. left: 0;
  9571. right: 0;
  9572. bottom: 0;
  9573. width: 100%;
  9574. height: 100%
  9575. }
  9576. .google-maps img {
  9577. max-width: none
  9578. }
  9579. @media all and (max-width: 38em) {
  9580. .map {
  9581. min-height: 300px
  9582. }
  9583. }
  9584. .posts {
  9585. margin-bottom: 3em
  9586. }
  9587. .post {
  9588. margin: 2.5em 0 3em
  9589. }
  9590. .post+.post {
  9591. padding-top: 3em;
  9592. border-top: 1px solid #a8a8a8
  9593. }
  9594. .sidebar {
  9595. padding-top: 1.5em
  9596. }
  9597. .sidebar h3 {
  9598. font-family: Lato;
  9599. font-size: 21px;
  9600. color: #404040
  9601. }
  9602. .post-tags,
  9603. .post-title {
  9604. font-family: LatoLight
  9605. }
  9606. .page-title {
  9607. margin-bottom: 1.25em;
  9608. text-align: center
  9609. }
  9610. .is-midia main h2,
  9611. .is-midia main h3,
  9612. .is-midia main h4 {
  9613. font-weight: 400
  9614. }
  9615. .is-midia main h2 {
  9616. font-size: 1.75em
  9617. }
  9618. .is-midia main h3 {
  9619. font-size: 1.375em
  9620. }
  9621. .post-title {
  9622. margin-top: .15em;
  9623. font-size: 2em;
  9624. text-transform: none
  9625. }
  9626. .footer address strong,
  9627. .post-tags,
  9628. .tag_list,
  9629. .topo-categorias a {
  9630. text-transform: uppercase
  9631. }
  9632. .post-title a {
  9633. color: #178a9b
  9634. }
  9635. .post-date {
  9636. color: #333
  9637. }
  9638. .post,
  9639. .post p {
  9640. color: #404040;
  9641. line-height: 1.5em
  9642. }
  9643. .post p {
  9644. font-size: 16px
  9645. }
  9646. .post img {
  9647. width: 100%!important;
  9648. height: auto!important;
  9649. border-radius: 3px
  9650. }
  9651. .post-tags {
  9652. padding: .5em .75em;
  9653. margin: 1.25em 0;
  9654. list-style: none;
  9655. background: #cbcbcb;
  9656. background: rgba(0, 0, 0, .1);
  9657. border-radius: 6px
  9658. }
  9659. .post h3 {
  9660. font-family: LatoBold;
  9661. font-size: 17px
  9662. }
  9663. .post-tags a {
  9664. margin-left: .5em;
  9665. color: #178a9b
  9666. }
  9667. .video-container {
  9668. position: relative;
  9669. padding-bottom: 56.25%;
  9670. padding-top: 25px;
  9671. height: 0;
  9672. margin: .5em 0 1em
  9673. }
  9674. .video-container iframe {
  9675. position: absolute;
  9676. top: 0;
  9677. left: 0;
  9678. width: 100%;
  9679. height: 100%
  9680. }
  9681. .post a {
  9682. color: #01abbd
  9683. }
  9684. .tag_list {
  9685. padding: 0;
  9686. margin-top: -8;
  9687. list-style: none
  9688. }
  9689. .tag_list li {
  9690. border-bottom: 1px solid #a8a8a8
  9691. }
  9692. .tag_list li:last-child {
  9693. border-bottom: none
  9694. }
  9695. .tag_list a {
  9696. display: block;
  9697. padding: 0;
  9698. color: #178a9b;
  9699. line-height: 39px
  9700. }
  9701. .tag_list h3 {
  9702. font-family: Lato;
  9703. font-size: 21px
  9704. }
  9705. .home-cadastro .texto,
  9706. .todos-produtos .line h2 {
  9707. font-family: LatoBold
  9708. }
  9709. .social a {
  9710. padding-left: 2.25em;
  9711. background-repeat: no-repeat;
  9712. background-position: left center
  9713. }
  9714. .social a[href*=facebook] {
  9715. background-image: url(../img/icn_facebook.png)
  9716. }
  9717. .social a[href*=vimeo] {
  9718. background-image: url(../img/icn_vimeo.png)
  9719. }
  9720. .social a[href*=twitter] {
  9721. background-image: url(../img/icn_twitter.png)
  9722. }
  9723. .social a[href*=youtube] {
  9724. background-image: url(../img/icn_youtube.png)
  9725. }
  9726. .tumblr-search input {
  9727. padding: .75em;
  9728. color: #666;
  9729. background: #fff;
  9730. border: none;
  9731. border-radius: 3px
  9732. }
  9733. .tumblr-search input:focus,
  9734. .tumblr-search input:hover {
  9735. color: #444
  9736. }
  9737. .tumblr-search input[type=submit] {
  9738. position: relative;
  9739. z-index: 3;
  9740. float: right;
  9741. width: 40px;
  9742. height: 40px;
  9743. padding: 0;
  9744. margin: -3em .25em 0 0;
  9745. text-indent: -999px;
  9746. background: url(../img/icn_search.png) center no-repeat;
  9747. cursor: pointer
  9748. }
  9749. .footer {
  9750. display: table;
  9751. width: 100%;
  9752. font-size: .9375em;
  9753. line-height: 1.4em;
  9754. color: #737e80;
  9755. background-color: #243138;
  9756. background-image: radial-gradient(circle at 100% 50%, rgba(255, 255, 255, .05), transparent 25%), radial-gradient(circle at 0 0, rgba(255, 255, 255, .05), transparent 50%)
  9757. }
  9758. .footer>.col {
  9759. display: table-cell;
  9760. vertical-align: top;
  9761. padding-top: 50px;
  9762. padding-bottom: 30px;
  9763. min-height: 240px
  9764. }
  9765. .footer>.col:first-child+.col {
  9766. background: #243138
  9767. }
  9768. .footer a h4,
  9769. .footer h4,
  9770. .footer strong {
  9771. color: #a4babe
  9772. }
  9773. .footer address {
  9774. float: left;
  9775. font-size: .9em;
  9776. font-style: normal;
  9777. line-height: 1.3em
  9778. }
  9779. .footer address a {
  9780. color: #737e80
  9781. }
  9782. .footer address strong {
  9783. display: block;
  9784. font-weight: 400;
  9785. color: #FFF;
  9786. }
  9787. .width-1000 {
  9788. width: 1000px;
  9789. margin: auto;
  9790. }
  9791. .also a {
  9792. display: inline-block;
  9793. max-width: 120px;
  9794. vertical-align: middle;
  9795. margin-top: 16px;
  9796. -webkit-transition: opacity .3s;
  9797. -moz-transition: opacity .3s;
  9798. -ms-transition: opacity .3s;
  9799. -o-transition: opacity .3s;
  9800. transition: opacity .3s
  9801. }
  9802. .also a:hover {
  9803. opacity: .5
  9804. }
  9805. .subscribe-form label {
  9806. width: 55px;
  9807. margin-bottom: -33px
  9808. }
  9809. .subscribe-form input[type=email] {
  9810. padding-right: 4.4em
  9811. }
  9812. .subscribe-form>div {
  9813. position: relative
  9814. }
  9815. .subscribe-form input[type=submit] {
  9816. position: relative;
  9817. z-index: 2;
  9818. float: right;
  9819. margin-top: 0
  9820. }
  9821. @media all and (max-width: 38em) {
  9822. .footer {
  9823. display: block;
  9824. background-image: none
  9825. }
  9826. .footer>.col {
  9827. overflow: hidden;
  9828. clear: both;
  9829. display: block;
  9830. width: 100%;
  9831. padding-top: .5em;
  9832. padding-bottom: 2em
  9833. }
  9834. .footer--where .col-1-2 {
  9835. width: 50%
  9836. }
  9837. .footer--also {
  9838. margin: 1.5em 0 0;
  9839. text-align: center
  9840. }
  9841. .footer--also a,
  9842. .footer--also h4 {
  9843. display: inline-block;
  9844. vertical-align: middle;
  9845. margin: 0 .5em
  9846. }
  9847. .footer--also a {
  9848. max-width: 100px
  9849. }
  9850. }
  9851. .is-evento {
  9852. background-color: #32393b
  9853. }
  9854. .is-evento .logo-evento {
  9855. max-width: 80%
  9856. }
  9857. .is-evento h1 {
  9858. font-size: 42px;
  9859. letter-spacing: 8px;
  9860. margin: 50px 0
  9861. }
  9862. .is-evento fieldset {
  9863. border: none
  9864. }
  9865. .is-evento .centro {
  9866. margin: 0 auto;
  9867. width: 100%;
  9868. text-align: center;
  9869. padding: 10% 5%;
  9870. color: #bababa;
  9871. max-width: 960px
  9872. }
  9873. .is-evento .centro input[type=text] {
  9874. font-size: 24px;
  9875. border: 0 solid #FFF;
  9876. border-radius: 5px;
  9877. display: inline-block;
  9878. padding: 10px;
  9879. width: 100%;
  9880. margin-bottom: 20px;
  9881. color: #bababa
  9882. }
  9883. .is-evento .centro input[type=submit] {
  9884. background-color: #00abbd;
  9885. color: #FFF;
  9886. min-width: 165px;
  9887. height: 50px;
  9888. line-height: 50px;
  9889. font-size: 24px;
  9890. border: 0;
  9891. border-radius: 5px
  9892. }
  9893. .is-evento .mnsAlerta {
  9894. margin-bottom: 20px
  9895. }
  9896. .is-evento .mnsAlerta p {
  9897. margin: 0
  9898. }
  9899. @media all and (max-width: 700px) {
  9900. .is-evento .centro h1 {
  9901. font-size: 2em
  9902. }
  9903. }
  9904. @media all and (max-width: 480px) {
  9905. .is-evento .centro h1 {
  9906. font-size: 1.75em
  9907. }
  9908. }
  9909. @media all and (max-width: 320px) {
  9910. .is-evento .centro h1 {
  9911. font-size: 1.25em;
  9912. margin: 30px 0
  9913. }
  9914. }
  9915. .is-onde-encontrar .banner img {
  9916. min-height: auto
  9917. }
  9918. .is-onde-encontrar .banner {
  9919. height: 195px
  9920. }
  9921. .home-cadastro fieldset {
  9922. margin: 0;
  9923. padding: 0;
  9924. border: none
  9925. }
  9926. .home-cadastro {
  9927. width: 100%;
  9928. height: 154px;
  9929. background-color: #0b6069;
  9930. padding: 25 0 30px
  9931. }
  9932. .home-cadastro .box {
  9933. padding-top: 20px;
  9934. padding-bottom: 30px;
  9935. width: 1000px;
  9936. margin: 0 auto;
  9937. display: block
  9938. }
  9939. .home-cadastro form {
  9940. width: 410px;
  9941. display: inline-block;
  9942. margin-top: 0;
  9943. margin-left: 60px
  9944. }
  9945. .home-cadastro .texto {
  9946. font-size: 24px;
  9947. display: inline-block;
  9948. height: 105px;
  9949. line-height: 112px;
  9950. vertical-align: top;
  9951. margin: 0;
  9952. color: #FFF;
  9953. position: relative;
  9954. padding-left: 120px
  9955. }
  9956. .banner-bdt figure,
  9957. .banner-novidades .line,
  9958. .todos-produtos .line {
  9959. padding: 0
  9960. }
  9961. .home-cadastro .texto::before {
  9962. content: '';
  9963. position: absolute;
  9964. background-image: url(../img/icone-news.png);
  9965. height: 82px;
  9966. width: 82px;
  9967. top: 15px;
  9968. left: 0
  9969. }
  9970. .home-cadastro input,
  9971. .home-cadastro label {
  9972. color: #FFF
  9973. }
  9974. .todos-produtos .line:hover figcaption {
  9975. /*background-color: rgba(1, 171, 189, .5)*/
  9976. }
  9977. .todos-produtos .line::before {
  9978. border: 0
  9979. }
  9980. .todos-produtos .line:hover h2 {
  9981. margin: 7% 0 0
  9982. }
  9983. .todos-produtos .line h2 {
  9984. font-size: 30px;
  9985. color: #089EBD;
  9986. opacity: 1;
  9987. margin: 8% 0 0;
  9988. }
  9989. .todos-produtos .line p {
  9990. color: #089EBD;
  9991. }
  9992. .texto-novidade h3,
  9993. .veja-mais {
  9994. font-family: LatoLight
  9995. }
  9996. .banner-novidades {
  9997. width: 100%
  9998. }
  9999. .banner-novidades .line figcaption {
  10000. width: 50%
  10001. }
  10002. .banner-novidades .line figcaption:last-of-type {
  10003. right: 0
  10004. }
  10005. .banner-novidades .line h2 {
  10006. margin: 13% 0 0;
  10007. opacity: 1
  10008. }
  10009. .banner-novidades .line p {
  10010. opacity: 1
  10011. }
  10012. .conheca-encontrar {
  10013. width: 100%;
  10014. position: relative;
  10015. height: 315px;
  10016. background: url(../img/content/home-conheca.jpg) top center;
  10017. }
  10018. .conheca-encontrar img {
  10019. width: 100%
  10020. }
  10021. .conheca-encontrar .width-1000 {
  10022. width: 1000px;
  10023. margin: auto;
  10024. }
  10025. .conheca-encontrar .line {
  10026. padding: 0;
  10027. /*position: absolute;*/
  10028. top: 0;
  10029. text-decoration: none;
  10030. height: 100%;
  10031. width: 50%;
  10032. float:left;
  10033. }
  10034. .conheca-encontrar .line:last-of-type {
  10035. right: 0
  10036. }
  10037. .conheca-encontrar .line h2 {
  10038. margin: 13% 0 0;
  10039. opacity: 1
  10040. }
  10041. .conheca-encontrar .conheca.line:hover h2::before,
  10042. .conheca-encontrar .encontrar.line:hover h2::before {
  10043. filter: brightness(3)
  10044. }
  10045. .conheca-encontrar .conheca.line:hover h2,
  10046. .conheca-encontrar .encontrar.line:hover h2 {
  10047. margin-top: 55px
  10048. }
  10049. .conheca-encontrar .line h2:before {
  10050. -moz-transition: all .3s;
  10051. transition: all .3s;
  10052. display: block;
  10053. content: "";
  10054. width: 69px;
  10055. height: 61px;
  10056. margin: 0 auto 15px;
  10057. background: url(../img/ico-conheca.png) center center no-repeat
  10058. }
  10059. .conheca-encontrar .line:last-of-type h2:before {
  10060. background: url(../img/ico-onde.png) center center no-repeat
  10061. }
  10062. .conheca-encontrar .line p {
  10063. opacity: 1;
  10064. padding: 0;
  10065. }
  10066. .veja-mais {
  10067. background-color: #01abbd;
  10068. width: 230px;
  10069. height: 40px;
  10070. line-height: 40px;
  10071. color: #FFF;
  10072. font-size: 16px;
  10073. display: block;
  10074. text-align: center
  10075. }
  10076. .banner-noticia {
  10077. width: 100%
  10078. }
  10079. .banner-box-1000 {
  10080. width: 1000px;
  10081. margin: 0 auto;
  10082. display: block
  10083. }
  10084. .banner-bdt figure {
  10085. min-width: 480px;
  10086. margin: 0 0 0 41px;
  10087. display: inline-block;
  10088. vertical-align: top
  10089. }
  10090. .texto-novidade {
  10091. width: 475px;
  10092. display: inline-block
  10093. }
  10094. .banner-bdt figure img {
  10095. float: right;
  10096. margin-top: 10px;
  10097. vertical-align: top
  10098. }
  10099. .texto-novidade h3 {
  10100. font-size: 34px;
  10101. margin-top: 6px;
  10102. font-weight: 400
  10103. }
  10104. .banner-novidade figure {
  10105. display: block
  10106. }
  10107. .banner-bdt {
  10108. font-size: 15px;
  10109. padding: 1em 0 5em;
  10110. font-family: LatoLight
  10111. }
  10112. .banner-economia .line:hover img {
  10113. width: 100%;
  10114. height: auto;
  10115. -webkit-transform: scale(1.1);
  10116. -moz-transform: scale(1.1);
  10117. -ms-transform: scale(1.1);
  10118. -o-transform: scale(1.1);
  10119. transform: scale(1.1);
  10120. -webkit-transition: all .3s;
  10121. -moz-transition: all .3s;
  10122. -ms-transition: all .3s;
  10123. -o-transition: all .3s;
  10124. transition: all .3s
  10125. }
  10126. .banner-economia {
  10127. width: 100%;
  10128. position: relative;
  10129. background: url(../img/content/img-economia.jpg) top center;
  10130. min-height: 500px;
  10131. float: left
  10132. }
  10133. .banner-economia .line figcaption {
  10134. background-color: transparent;
  10135. box-shadow: none
  10136. }
  10137. .banner-economia .line {
  10138. display: block;
  10139. float: none;
  10140. margin: 0 auto;
  10141. position: relative;
  10142. width: 1000px
  10143. }
  10144. .banner-economia h2 {
  10145. font-size: 36px;
  10146. font-family: LatoLight;
  10147. color: #0289a6;
  10148. width: 420px;
  10149. margin-top: 70px
  10150. }
  10151. .banner-economia a {
  10152. width: 1000px;
  10153. margin: 0 auto;
  10154. display: block;
  10155. padding-left: 540px
  10156. }
  10157. .banner-economia p {
  10158. font-family: LatoLight;
  10159. font-size: 18px;
  10160. color: #0289a6;
  10161. width: 420px;
  10162. line-height: 1.75em
  10163. }
  10164. .banner-economia .veja-mais {
  10165. height: 50px;
  10166. width: 280px;
  10167. line-height: 50px;
  10168. font-size: 20px;
  10169. margin-top: 35px
  10170. }
  10171. .footer--also {
  10172. padding-top: 30px !important;
  10173. }
  10174. .footer--also a,
  10175. .footer--also h4 {
  10176. display: inline-block;
  10177. font-size: 16px;
  10178. line-height: 64px;
  10179. margin-top: 0;
  10180. margin-bottom: 0
  10181. }
  10182. .footer--where .endereco1 {
  10183. font-size: 12px;
  10184. color: #717c7e;
  10185. min-width: 130px;
  10186. width: 100%;
  10187. margin-bottom: 10px;
  10188. }
  10189. .stella-design>img {
  10190. display: inline;
  10191. vertical-align: middle
  10192. }
  10193. .footer--where h4 {
  10194. width: 100%;
  10195. float: left;
  10196. line-height: 55px;
  10197. margin: 0;
  10198. font-size: 16px;
  10199. font-weight: normal;
  10200. min-width: 130px;
  10201. color:#01B2CC;
  10202. }
  10203. .footer--also .face {
  10204. color: #a4babe;
  10205. line-height: 45px;
  10206. position: relative;
  10207. padding-left: 55px;
  10208. float: left;
  10209. text-decoration: none;
  10210. }
  10211. .footer--also .face:hover {
  10212. text-decoration: none;;
  10213. }
  10214. .footer--also .facetxt {
  10215. font-size: 12px;
  10216. text-align: left;
  10217. line-height: 14px;
  10218. width: 55px;
  10219. float: left;
  10220. margin: 5px 0 0 -8px;
  10221. }
  10222. .footer--also .face::before {
  10223. content: "";
  10224. height: 42px;
  10225. width: 42px;
  10226. position: absolute;
  10227. left: 0;
  10228. top: 0;
  10229. background: url(../img/facebook-fill.png);
  10230. background-size: 100% 100%
  10231. }
  10232. .footer--also .instagram {
  10233. color: #a4babe;
  10234. line-height: 45px;
  10235. position: relative;
  10236. padding-left: 55px;
  10237. margin-top: 5px;
  10238. float: left;
  10239. text-decoration: none;
  10240. }
  10241.  
  10242. .footer--also .instagram::before {
  10243. content: "";
  10244. height: 42px;
  10245. width: 42px;
  10246. position: absolute;
  10247. left: 0;
  10248. top: 0;
  10249. background: url(../img/stella-instagram.png);
  10250. background-size: 100% 100%
  10251. }
  10252. .footer--where {
  10253. font-size: 16px
  10254. }
  10255. .footer .footer--also h4 {
  10256. color: #01B2CC;
  10257. line-height: 55px;
  10258. font-weight: normal;
  10259. }
  10260. .footer #form-news input {
  10261. border: 1px solid #32434D;
  10262. color: #FFF;
  10263. padding: .4em 0 .4em 3.8em;
  10264. margin-bottom: 0;
  10265. }
  10266. .footer #form-news input[type=submit] {
  10267. border: none;
  10268. }
  10269. .footer #form-news label {
  10270. margin-left: 10px;
  10271. }
  10272. .is-busca .banner figcaption,
  10273. .is-contato .banner figcaption,
  10274. .is-produtos .banner figcaption {
  10275. margin-left: -456px;
  10276. text-align: left
  10277. }
  10278. .is-contato h2,
  10279. .is-produtos h2 {
  10280. color: #74cede;
  10281. font-family: LatoLight;
  10282. font-size: 50px;
  10283. text-align: left;
  10284. width: 428px;
  10285. display: inline-block;
  10286. margin: 0;
  10287. vertical-align: top
  10288. }
  10289. .is-contato h2 strong,
  10290. .is-produtos h2 strong {
  10291. font-family: LatoBold;
  10292. font-size: 50px;
  10293. display: block;
  10294. color: #FFF
  10295. }
  10296. .busca-topo input,
  10297. .produto .legenda,
  10298. .topo-categorias li a {
  10299. font-family: Lato
  10300. }
  10301. .is-contato .banner img,
  10302. .is-produtos .banner img {
  10303. height: auto;
  10304. left: 50%;
  10305. margin-left: -960px;
  10306. min-height: auto;
  10307. min-width: auto;
  10308. opacity: 1;
  10309. position: absolute;
  10310. width: auto
  10311. }
  10312. .is-busca .banner figcaption,
  10313. .is-contato .banner figcaption,
  10314. .is-produtos .banner figcaption {
  10315. max-width: none;
  10316. width: 940px;
  10317. top: 283px;
  10318. vertical-align: top
  10319. }
  10320. .is-produtos .banner figcaption div {
  10321. width: 985px;
  10322. margin: 0 auto
  10323. }
  10324. .is-contato .banner p,
  10325. .is-produtos .banner p {
  10326. display: inline-block;
  10327. font-size: 16px;
  10328. margin: 75px 0 0;
  10329. vertical-align: top;
  10330. width: 473px;
  10331. position: relative
  10332. }
  10333. .is-produtos #filters,
  10334. .is-produtos .busca-topo,
  10335. .menu-interno-produtos form {
  10336. display: none
  10337. }
  10338. .is-contato .banner p::before,
  10339. .is-produtos .banner p::before {
  10340. border-left: 1px solid #FFF;
  10341. opacity: .3;
  10342. content: "";
  10343. height: 63px;
  10344. left: -20px;
  10345. position: absolute;
  10346. top: 0;
  10347. width: 10px
  10348. }
  10349. .is-busca .banner,
  10350. .is-contato .banner{
  10351. float: left;
  10352. width: 100%;
  10353. height: 330px;
  10354. overflow: hidden;
  10355. }
  10356.  
  10357. .is-produtos .banner {
  10358. float: left;
  10359. width: 100%;
  10360. height: 330px;
  10361. overflow: hidden;
  10362.  
  10363. }
  10364. .menu-interno-produtos {
  10365. /*bottom: 80px;*/
  10366. padding: 1.3%;
  10367. /*position: absolute;*/
  10368. text-align: left;
  10369. width: 100%;
  10370. /*z-index: 55;*/
  10371. /*background: url(../img/bg-menu-interno.png) top center repeat-y*/
  10372. }
  10373. .menu-interno-produtos .menu-interno-linhas {
  10374. float: left;
  10375. width: 150px;
  10376. background: #18B4CD;
  10377. padding: 25px;
  10378. min-height: 200px;
  10379. }
  10380. .menu-interno-produtos .menu-interno-linhas ul {
  10381. list-style: none;
  10382. padding: 0;
  10383. margin: 0;
  10384. width: 160px
  10385. }
  10386. .menu-interno-produtos .menu-interno-linhas ul li {
  10387. height: 25px
  10388. }
  10389. .menu-interno-produtos .menu-interno-linhas ul li a {
  10390. font-size: 13px;
  10391. color: #FFF;
  10392. /*line-height: 25px;*/
  10393. text-transform: uppercase
  10394. }
  10395. .menu-interno-produtos .menu-interno-linhas ul li a:hover {
  10396. /*color: #ffc656;*/
  10397. /*text-decoration: underline*/
  10398. font-weight: 700;
  10399. }
  10400. .menu-interno-produtos .menu-interno-categorias {
  10401. float: left;
  10402. width: 790px;
  10403. min-height: 200px;
  10404. }
  10405. .menu-interno-produtos .menu-interno-categorias ul {
  10406. width: 798px;
  10407. padding: 25px 0px 25px 25px;
  10408. margin: 0;
  10409. min-height: 200px;
  10410. }
  10411. .menu-interno-produtos .menu-interno-categorias ul li {
  10412. width: 154px;
  10413. line-height: 23px;
  10414. }
  10415. .menu-interno-produtos .menu-interno-categorias ul li a {
  10416. font-size: 12px;
  10417. color: #1a9eac;
  10418. line-height: 20px;
  10419. text-decoration: none
  10420. }
  10421. .menu-interno-produtos .menu-interno-categorias ul li a strong {
  10422. color: #ACAC9D;
  10423. }
  10424. .menu-interno-produtos .menu-interno-categorias ul li a:hover {
  10425. text-decoration: underline
  10426. }
  10427. .base-calculo,
  10428. .fone a,
  10429. .is-busca .novidades a,
  10430. .is-downloads .listas .categorias a,
  10431. .is-produto .documentos a,
  10432. .topo-categorias a {
  10433. text-decoration: none
  10434. }
  10435. .busca-topo {
  10436. bottom: 85px;
  10437. height: 112px;
  10438. padding: 1.3%;
  10439. position: absolute;
  10440. text-align: left;
  10441. width: 100%;
  10442. z-index: 55;
  10443. background-color: #01abbd
  10444. }
  10445. .hidden-busca {
  10446. background: 0 0!important;
  10447. display: block;
  10448. position: absolute;
  10449. right: 0;
  10450. text-indent: -6777777px;
  10451. top: 0;
  10452. width: 50px!important
  10453. }
  10454. .busca-topo form {
  10455. width: 903px;
  10456. display: block;
  10457. margin: 0 auto;
  10458. position: relative
  10459. }
  10460. .busca-topo input {
  10461. background-color: #fff;
  10462. background-image: url(../img/ico-busca.jpg);
  10463. background-position: 99% center;
  10464. background-repeat: no-repeat;
  10465. border: 0;
  10466. color: #01abbd;
  10467. font-size: 16px;
  10468. height: 60px;
  10469. padding-left: 20px;
  10470. padding-right: 50px;
  10471. width: 100%
  10472. }
  10473. ::-webkit-input-placeholder {
  10474. color: #01abbd;
  10475. opacity: 1
  10476. }
  10477. :-moz-placeholder {
  10478. color: #01abbd;
  10479. opacity: 1
  10480. }
  10481. ::-moz-placeholder {
  10482. color: #01abbd;
  10483. opacity: 1
  10484. }
  10485. :-ms-input-placeholder {
  10486. color: #01abbd;
  10487. opacity: 1
  10488. }
  10489. .topo-categorias {
  10490. height: 85px;
  10491. background-color: #0189a5;
  10492. display: none
  10493. }
  10494. .topo-categorias a {
  10495. border: none;
  10496. border-radius: 2px;
  10497. color: #666;
  10498. display: inline-block;
  10499. font-weight: 500;
  10500. margin: .75em .5em 0 0;
  10501. outline: 0;
  10502. padding: .5em 1em;
  10503. transition: background .3s ease 0s, color .3s ease 0s
  10504. }
  10505. .is-downloads .bg,
  10506. .is-produto .documentos li a {
  10507. -moz-transition: all .3s;
  10508. -ms-transition: all .3s;
  10509. -o-transition: all .3s
  10510. }
  10511. .topo-categorias {
  10512. margin: 0 auto;
  10513. width: 100%;
  10514. bottom: 0;
  10515. line-height: 65px;
  10516. position: absolute
  10517. }
  10518. .topo-categorias ul {
  10519. font-size: 0;
  10520. line-height: 97px;
  10521. margin: 0 auto;
  10522. padding: 0;
  10523. text-align: left;
  10524. width: 900px
  10525. }
  10526. .topo-categorias li {
  10527. list-style: none;
  10528. display: inline-block;
  10529. text-align: center;
  10530. height: 40px;
  10531. line-height: 40px;
  10532. font-size: 15px;
  10533. position: relative;
  10534. background-color: #01abbd
  10535. }
  10536. .topo-categorias li::before {
  10537. width: 10px;
  10538. height: 40px;
  10539. content: '';
  10540. position: absolute;
  10541. top: 0;
  10542. left: 0
  10543. }
  10544. .topo-categorias li a {
  10545. margin: 0;
  10546. padding: 0;
  10547. width: 100%;
  10548. height: 40px;
  10549. color: #FFF;
  10550. font-size: 15px
  10551. }
  10552. .topo-categorias .todas {
  10553. width: 200px;
  10554. margin-right: 13px;
  10555. background-color: #01abbd
  10556. }
  10557. .topo-categorias .todas.active,
  10558. .topo-categorias .todas:hover {
  10559. background-color: #005e71
  10560. }
  10561. .topo-categorias .stella-eco {
  10562. width: 135px;
  10563. margin-right: 13px
  10564. }
  10565. .topo-categorias .stella-eco.active,
  10566. .topo-categorias .stella-eco::before,
  10567. .topo-categorias .stella-eco:hover {
  10568. background-color: #fcaf17
  10569. }
  10570. .topo-categorias .stella-pro {
  10571. width: 139px;
  10572. margin-right: 13px
  10573. }
  10574. .topo-categorias .stella-pro.active,
  10575. .topo-categorias .stella-pro::before,
  10576. .topo-categorias .stella-pro:hover {
  10577. background-color: #047383
  10578. }
  10579. .topo-categorias .stella-jardim {
  10580. width: 164px;
  10581. margin-right: 12px
  10582. }
  10583. .topo-categorias .stella-jardim.active,
  10584. .topo-categorias .stella-jardim::before,
  10585. .topo-categorias .stella-jardim:hover {
  10586. background-color: #bed62f
  10587. }
  10588. .topo-categorias .fitas-e-acessorios.active,
  10589. .topo-categorias .fitas-e-acessorios::before,
  10590. .topo-categorias .fitas-e-acessorios:hover {
  10591. background-color: #bcbdc0
  10592. }
  10593. .topo-categorias .fitas-e-acessorios {
  10594. width: 211px
  10595. }
  10596. .is-produto .banner--small {
  10597. max-height: 285px;
  10598. background-color: #0189a5
  10599. }
  10600. .is-produto .topo-categorias {
  10601. height: 85px;
  10602. background-color: #0189a5
  10603. }
  10604. .imagens-produto {
  10605. width: 486px;
  10606. display: inline-block;
  10607. vertical-align: top;
  10608. position: relative
  10609. }
  10610. .produto {
  10611. width: 960px;
  10612. /*border-top: 1px dotted #c1c1c1;*/
  10613. margin: 40px auto 0;
  10614. /*padding-top: 25px*/
  10615. }
  10616. .produto .img-ampliada {
  10617. display: block;
  10618. position: relative;
  10619. width: 430px;
  10620. max-height: 430px;
  10621. background: url(../img/loading.gif) center center no-repeat
  10622. }
  10623. .produto .img-ampliada img {
  10624. max-height: 430px
  10625. }
  10626. /*.produto .legenda span::after {
  10627. border-bottom: 7px solid transparent;
  10628. border-left: 6px solid rgba(0, 138, 156, .85);
  10629. border-top: 7px solid transparent;
  10630. content: "";
  10631. display: inline-block;
  10632. height: 8px;
  10633. left: 9px;
  10634. position: relative;
  10635. top: -1px;
  10636. width: 22px;
  10637. min-width: 30px
  10638. }*/
  10639. .hideBefore::after {
  10640. border: 0!important
  10641. }
  10642. .produto .legenda {
  10643. border: 1px solid #EEEEEE;
  10644. color: #5e5e5e;
  10645. display: inline-block;
  10646. font-size: 10px;
  10647. left: 488px;
  10648. line-height: 30px;
  10649. position: relative;
  10650. text-align: center;
  10651. top: -433px;
  10652. vertical-align: top;
  10653. padding:38px 0;
  10654. width:120px;
  10655. height: 120px;
  10656. background: #FFF;
  10657. }
  10658. .produto .legenda span {
  10659. color: #01abbd;
  10660. display: block;
  10661. font-family: LatoBold;
  10662. font-size: 30px;
  10663. vertical-align: middle
  10664. }
  10665. .produto .legenda span.sub {
  10666. color: #5e5e5e;
  10667. font-family: LatoBold;
  10668. font-size: 12px;
  10669. line-height: 9px;
  10670. }
  10671. .produto .thumbs {
  10672. /*margin-left: 50px;*/
  10673. margin-top: 20px;
  10674. float: left;
  10675. width: 430px;
  10676. text-align: center;
  10677. max-width: 100%;
  10678. }
  10679. .produto .thumbs img {
  10680. width: 86px;
  10681. height: 86px;
  10682. border: 2px solid #EFEFEF;
  10683. position: relative
  10684. }
  10685.  
  10686. .produto .thumbs a {
  10687. display: inline-block;
  10688. position: relative;
  10689. margin-right: 10px
  10690. }
  10691. .produto .thumbs a:hover img{
  10692. /* background: #01abbd;
  10693. content: "";
  10694. height: 70px;
  10695. left: 0;
  10696. opacity: .7;
  10697. position: absolute;
  10698. top: 0;
  10699. width: 70px;
  10700. z-index: 5*/
  10701. border-color: #19B4CD;
  10702. }
  10703. .informacoes {
  10704. display: inline-block;
  10705. vertical-align: top;
  10706. width: 490px;
  10707. text-align: left
  10708. }
  10709. .informacoes h2 {
  10710. text-transform: none
  10711. }
  10712. .informacoes .selos {
  10713. display: block;
  10714. text-align: left;
  10715. padding: 0 0 0 98px;
  10716. margin: 0;
  10717. }
  10718. .informacoes .selos img {
  10719. display: inline
  10720. }
  10721. .informacoes .selos li {
  10722. display: inline-block;
  10723. list-style: none;
  10724. margin-left: 20px;
  10725. margin-top: 3px;
  10726. vertical-align: top
  10727. }
  10728. .seloBDT {
  10729. left: 394px;
  10730. position: absolute;
  10731. top: 390px;
  10732. z-index: 45
  10733. }
  10734. .informacoes .box-selos {
  10735. float: left;
  10736. width: 100%;
  10737. height: 120px;
  10738. margin-bottom: 21px;
  10739. }
  10740. .informacoes .selos li.selo-lumens {
  10741. /*background-image: url(../img/lumens.jpg);*/
  10742. color: #008a9c;
  10743. font-family: LatoBold;
  10744. font-size: 12px;
  10745. line-height: 9px;
  10746. margin-top: 0;
  10747. text-align: center;
  10748. width: 120px;
  10749. padding: 38px 0;
  10750. background: #18B4CD;
  10751. color: #FFF;
  10752. height: 120px;
  10753. float: left;
  10754. }
  10755. .selo-lumens p {
  10756. display: block;
  10757. border: 0 !important;
  10758. font-size: 30px;
  10759. font-weight: 700;
  10760. line-height: 100% !important;
  10761. margin: 0
  10762. }
  10763. .produto .informacoes h2 {
  10764. float: left;
  10765. width: 100%;
  10766. color: #18B2CC;
  10767. font-size: 31px;
  10768. line-height: 35px;
  10769. margin: -1px 0 0;
  10770. font-family: 'Gotham-Light';
  10771. }
  10772. .descricoes {
  10773. display: table;
  10774. /*margin-top: 20px;*/
  10775. line-height: 40px;
  10776. float: left;
  10777. width: 100%;
  10778.  
  10779.  
  10780. }
  10781. .descricao {
  10782. margin: 0;
  10783. font-size: 14px;
  10784. color: #999;
  10785. font-family: 'Gotham-Book';
  10786. text-align: right;
  10787. display: table-cell;
  10788. vertical-align: middle;
  10789. width: 111px;
  10790. text-align: left;
  10791. padding-left: 20px;
  10792. }
  10793. .descricao strong {
  10794. /*color: #008a9c;*/
  10795. font-family: LatoBold;
  10796. display: block
  10797. }
  10798. .descricao.quente strong {
  10799. color: #ffcb08
  10800. }
  10801. .produto .voltagem {
  10802. color: #999;
  10803. display: table-cell;
  10804. vertical-align: middle;
  10805. font-family: Lato;
  10806. font-size: 12px;
  10807. margin: 0 0 0 9px;
  10808. min-height: 37px;
  10809. padding-left: 10px;
  10810. position: relative;
  10811. text-align: left;
  10812. }
  10813. .descricao2 {
  10814. /*border-left: 1px solid #a7a9ac;*/
  10815. color: #999;
  10816. display: inline-block;
  10817. font-family: Lato;
  10818. font-size: 12px;
  10819. margin: 0 10% 0 9px;
  10820. min-height: 37px;
  10821. padding-left: 10px;
  10822. position: relative;
  10823. text-align: left;
  10824. vertical-align: top;
  10825. float: right;
  10826. }
  10827. .dados-tecnicos {
  10828. float: left;
  10829. display: block;
  10830. /* background-color: #f7f7f7; */
  10831. width: 100%;
  10832. /* padding: 25px; */
  10833. margin-top: 34px;
  10834. }
  10835. .dados-tecnicos h4 {
  10836. float: left;
  10837. width: 100%;
  10838. font-family: 'Gotham-Book';
  10839. margin: 0 0 0px;
  10840. color: #666666;
  10841. /* border-bottom: 1px solid #dfdfdf; */
  10842. padding-bottom: 0px;
  10843. font-size: 14px;
  10844. }
  10845. .dados-tecnicos dl,
  10846. .dados-tecnicos p {
  10847. font-family: LatoLight;
  10848. font-size: 13px;
  10849. color: #616161
  10850. }
  10851. .dados-tecnicos p {
  10852. float: left;
  10853. width: 100%;
  10854. font-family: 'Gotham-Light';
  10855. font-size: 12px;
  10856. color: #666;
  10857. -webkit-columns: 2;
  10858. -moz-columns: 2;
  10859. -o-columns: 2;
  10860. columns: 2
  10861. }
  10862. .dados-tecnicos dt {
  10863. float: left
  10864. }
  10865. .dados-tecnicos dd {
  10866. margin: 0
  10867. }
  10868. .dados-tecnicos dl {
  10869. margin: 0;
  10870. width: 49%;
  10871. display: inline-block
  10872. }
  10873. .fone dt,
  10874. .fone h3,
  10875. .is-a-stella h3,
  10876. .is-produto .documentos a,
  10877. .is-produto h5 {
  10878. font-family: Lato
  10879. }
  10880. .is-produto .documentos {
  10881. width: 100%;
  10882. /*background-color: #f7f7f7;*/
  10883. min-height: 275px;
  10884. display: block;
  10885. padding-bottom: 20px
  10886. }
  10887. .is-produto .box {
  10888. width: 980px;
  10889. margin: 57px auto 0;
  10890. border: 2px solid #EFEFEF;
  10891. padding-top: 0;
  10892. text-align: center;
  10893. padding-left: 0;
  10894. background: #FFF;
  10895. }
  10896. .is-produto .documentos li {
  10897. list-style: none;
  10898. display: inline-block;
  10899. margin: 45px 0;
  10900. }
  10901. .is-produto .documentos a {
  10902. font-size: 14px;
  10903. position: relative;
  10904. display: block;
  10905. vertical-align: top;
  10906. text-align: center;
  10907. color: #666666;
  10908. }
  10909. .is-produto .documentos .arquivos-ies {
  10910. font-size: 14px;
  10911. position: relative;
  10912. display: block;
  10913. vertical-align: top;
  10914. font-family: 'Gotham-Book';
  10915. text-align: center;
  10916. color: #666666;
  10917. margin-bottom: 5px;
  10918. }
  10919. .is-produto .documentos a.download {
  10920. width: 110px;
  10921. height: 50px;
  10922. border: 2px solid #999;
  10923. color: #999;
  10924. line-height: 46px;
  10925. font-size: 12px;
  10926. font-family: 'Gotham-Book';
  10927. text-transform: uppercase;
  10928. display: inline-block;
  10929. }
  10930. .is-produto .documentos a.download:hover {
  10931. width: 110px;
  10932. height: 50px;
  10933. border: 2px solid #18B4CD;
  10934. color: #fff;
  10935. background: #18B4CD;
  10936. }
  10937. .is-produto .documentos .img-download {
  10938. display: inline-block;
  10939. height: 50px;
  10940. width: 50px;
  10941. margin: 15px 0;
  10942. background-image: url(../img/sprites-produto.png) no-repeat;
  10943. }
  10944. .is-produto .documentos .img-download.guia {
  10945. background-image: url(../img/novo/papel.png);
  10946. }
  10947. .is-produto .documentos .img-download.graficos {
  10948. background-image: url(../img/grafico.png);
  10949. }
  10950. /*.is-produto .documentos a::after,
  10951. .is-produto .documentos a::before {
  10952. left: 50%;
  10953. margin-top: auto;
  10954. position: absolute;
  10955. background-image: url(../img/sprites-produto.png)
  10956. }
  10957. .is-produto .documentos a::before {
  10958. content: "";
  10959. display: block;
  10960. height: 85px;
  10961. margin-left: -43px;
  10962. width: 86px
  10963. }
  10964. .is-produto .documentos a::after {
  10965. background-position: 0 -92px;
  10966. bottom: 0;
  10967. color: #fff;
  10968. content: "DOWNLOAD";
  10969. display: block;
  10970. font-size: 11px;
  10971. height: 32px;
  10972. line-height: 30px;
  10973. margin-left: -55px;
  10974. padding-left: 25px;
  10975. width: 110px
  10976. }*/
  10977. .is-produto .documentos li {
  10978. border-right: 1px solid #EFEFEF;
  10979. padding: 0 20px
  10980. }
  10981. .is-produto .documentos li a {
  10982. -webkit-transition: all .3s;
  10983. transition: all .3s
  10984. }
  10985. .is-produto .documentos li:nth-last-child(1) {
  10986. border-right: 0 solid #d7d7d7
  10987. }
  10988. .is-produto .documentos li:nth-child(2) {
  10989. padding: 0 40px
  10990. }
  10991. /*.is-produto .documentos li a:hover {
  10992. -webkit-transform: scale(1.1);
  10993. -moz-transform: scale(1.1);
  10994. -ms-transform: scale(1.1);
  10995. -o-transform: scale(1.1);
  10996. transform: scale(1.1)
  10997. }*/
  10998. .is-produto .documentos li span {
  10999. display: block;
  11000. color: #666;
  11001. font-size: 12px;
  11002. font-family: 'Gotham-Light';
  11003. /*padding-top: 12px;*/
  11004. width: 269px;
  11005. }
  11006. .guia::before {
  11007. background-position: -96px 0
  11008. }
  11009. .graficos::before {
  11010. background-position: -191px 0
  11011. }
  11012. .is-produto h5 {
  11013. color: #01abbd;
  11014. font-size: 37px;
  11015. text-align: center;
  11016. height: 110px;
  11017. line-height: 90px
  11018. }
  11019. .informacoes h2 span {
  11020. display: block;
  11021. font-size: 23px
  11022. }
  11023. .is-produto .products ul {
  11024. background-color: #f7f7f7;
  11025. padding-top: 40px
  11026. }
  11027. .is-produto .swipe {
  11028. overflow: hidden;
  11029. visibility: hidden;
  11030. position: relative;
  11031. width: 432px;
  11032. max-width: 100%;
  11033. float: left;
  11034. text-align: center;
  11035. }
  11036. .is-produto .swipe-wrap {
  11037. overflow: hidden;
  11038. position: relative;
  11039. height: 88px;
  11040. width: 100%;
  11041. }
  11042. .is-produto .swipe-wrap>ul {
  11043. float: left;
  11044. width: 88px;
  11045. text-align: center;
  11046. position: relative;
  11047. margin: 0;
  11048. padding: 0
  11049. }
  11050. .is-produto .swipe li {
  11051. float: none;
  11052. display: inline-block;
  11053. }
  11054. .is-novidades .seta-dir,
  11055. .is-novidades .seta-esq,
  11056. .is-produto .seta-dir,
  11057. .is-produto .seta-esq {
  11058. position: absolute;
  11059. background-image: url(../img/sprites-produto.png);
  11060. width: 17px;
  11061. height: 34px;
  11062. font-size: 0;
  11063. text-indent: -9999999px;
  11064. background-position: -418px -90px
  11065. }
  11066. .is-novidades .thumbs {
  11067. position: relative
  11068. }
  11069. .is-novidades .seta-esq {
  11070. left: 0;
  11071. top: 39%;
  11072. position: absolute;
  11073. z-index: 141414
  11074. }
  11075. .is-novidades .paginacao {
  11076. position: relative;
  11077. display: block
  11078. }
  11079. .is-novidades .seta-dir {
  11080. background-position: -148px -90px;
  11081. right: 0;
  11082. top: 39%;
  11083. position: absolute;
  11084. z-index: 141414
  11085. }
  11086. .is-produto .seta-dir {
  11087. background-position: -448px -90px;
  11088. bottom: 27px;
  11089. right: 66px
  11090. }
  11091. .is-produto .seta-esq {
  11092. background-position: -418px -90px;
  11093. bottom: 27px;
  11094. left: 0px
  11095. }
  11096. .is-contato .banner {
  11097. min-height: 439px;
  11098. max-height: 439px
  11099. }
  11100. .is-contato .contato {
  11101. float: left;
  11102. width: 100%;
  11103. background-color: #F5F5F5;
  11104. font-size: 0;
  11105. margin-top: 180px;
  11106. text-align: center;
  11107. }
  11108. .is-contato .contato .center{
  11109. display: inline-block;
  11110. width: 1000px;
  11111. padding: 90px 116px 50px 119px;
  11112. }
  11113. .is-contato .banner img {
  11114. min-height: 460px
  11115. }
  11116. .is-contato .contato .center .box2 {
  11117. float: left;
  11118. width: 390px;
  11119. }
  11120. .is-contato .contato .center .box {
  11121. float: left;
  11122. width: 290px;
  11123. margin-right: 85px;
  11124. }
  11125.  
  11126. .is-contato .contato .center .box h3 {
  11127. float: left;
  11128. width: 100%;
  11129. color: #00B2CC;
  11130. font-family: 'Gotham-Light';
  11131. font-size: 24px;
  11132. font-weight: normal;
  11133. margin: 0px;
  11134. text-align: left;
  11135. line-height: 24px;
  11136. margin-bottom: 22px;
  11137. }
  11138. .is-contato .contato .center .box ul{
  11139. width: 290px;
  11140. display: table;
  11141. margin: 0px;
  11142. padding: 0px;
  11143. }
  11144. .is-contato .contato .center .box ul li{
  11145. width: 290px;
  11146. height: 110px;
  11147. border-bottom: 1px solid #CCCCCC;
  11148. display: table-row;
  11149. }
  11150. .is-contato .contato .center .box ul li:last-of-type{
  11151. border: none;
  11152. }
  11153. .is-contato .contato .center .box ul li .icone{
  11154. width: 70px;
  11155. display: table-cell;
  11156. vertical-align: middle;
  11157. text-align: left;
  11158. }
  11159. .is-contato .contato .center .box ul li .info{
  11160. float: none;
  11161. width: 220px;
  11162. display: table-cell;
  11163. vertical-align: middle;
  11164. text-align: left;
  11165. color: #666666;
  11166. font-size: 15px;
  11167. font-family: 'Gotham-Light';
  11168. line-height: 21px;
  11169. }
  11170. .is-contato .contato .center .box ul li .info a{
  11171. color: #666666;
  11172. font-size: 15px;
  11173. font-family: 'Gotham-Light';
  11174. text-decoration: none;
  11175. }
  11176. .is-contato .contato .center .box2 span{
  11177. float: left;
  11178. line-height: 18px;
  11179. color: #666666;
  11180. font-size: 15px;
  11181. font-family: 'Gotham-Light';
  11182. margin-bottom: 26px;
  11183. }
  11184.  
  11185. .is-contato .contato .center .box2 input[type="text"],
  11186. .is-contato .contato .center .box2 select,
  11187. .is-contato .contato .center .box2 textarea{
  11188. float: left;
  11189. width: 100%;
  11190. height: 45px;
  11191. border: 2px solid #BEBEBE;
  11192. padding-left: 15px;
  11193. color: #BEBEBE;
  11194. font-size: 14px;
  11195. font-weight: normal;
  11196. font-family: 'Gotham-Book';
  11197. box-sizing: border-box;
  11198. -moz-box-sizing: border-box;
  11199. -webkit-box-sizing: border-box;
  11200. margin-bottom: 10px;
  11201. }
  11202. .is-contato .contato .center .box2 select {
  11203. background-color: transparent;;
  11204. }
  11205.  
  11206. .is-contato .contato .center .box2 input[type="text"]::-webkit-input-placeholder { color: #BEBEBE; }
  11207. .is-contato .contato .center .box2 input[type="text"]:-moz-placeholder { color: #BEBEBE; }
  11208. .is-contato .contato .center .box2 input[type="text"]::-moz-placeholder { color: #BEBEBE; }
  11209. .is-contato .contato .center .box2 input[type="text"]:-ms-input-placeholder { color: #BEBEBE; }
  11210. .is-contato .contato .center .box2 textarea::-webkit-input-placeholder { color: #BEBEBE; }
  11211. .is-contato .contato .center .box2 textarea:-moz-placeholder { color: #BEBEBE; }
  11212. .is-contato .contato .center .box2 textarea::-moz-placeholder { color: #BEBEBE; }
  11213. .is-contato .contato .center .box2 textarea:-ms-input-placeholder { color: #BEBEBE; }
  11214.  
  11215.  
  11216. .is-contato .contato .center .box2 input[type="text"]:hover,
  11217. .is-contato .contato .center .box2 input[type="text"]:focus,
  11218. .is-contato .contato .center .box2 textarea:focus,
  11219. .is-contato .contato .center .box2 textarea:hover{
  11220. border: 2px solid #19B4CD;
  11221. color: #19B4CD;
  11222. }
  11223. .is-contato .contato .center .box2 textarea{
  11224. height: 135px;
  11225. padding-left: 15px;
  11226. padding-top: 16px;
  11227. margin-bottom: 10px;
  11228. }
  11229.  
  11230.  
  11231. .is-a-stella .box,
  11232. .is-a-stella .empresa h2,
  11233. .is-a-stella .empresa p {
  11234. font-family: LatoLight
  11235. }
  11236.  
  11237.  
  11238.  
  11239.  
  11240.  
  11241.  
  11242. .is-contato .contato .center .box2 input[type=submit] {
  11243. float: right;
  11244. width: 108px;
  11245. height: 50px;
  11246. background: #18B4CD;
  11247. color: #fff;
  11248. font-size: 11px;
  11249. font-family: 'Gotham-Book';
  11250. font-weight: normal;
  11251. border: none;
  11252. margin-bottom: 0px;
  11253. }
  11254. .is-contato h2 {
  11255. font-size: 32px;
  11256. margin-top: 38px
  11257. }
  11258. .is-contato h2 strong {
  11259. line-height: 70px
  11260. }
  11261. .is-a-stella .banner {
  11262. max-height: 350px
  11263. }
  11264. .is-a-stella .box {
  11265. margin: 0 auto;
  11266. font-size: 0
  11267. }
  11268. .is-a-stella .banner img {
  11269. min-height: 350px;
  11270. max-width: 100%;
  11271. }
  11272. .is-a-stella .empresa {
  11273. background-image: url(../img/content/bg-pagina-empresa.png);
  11274. background-position: bottom center;
  11275. background-size: cover;
  11276. display: inline-block;
  11277. width: 100%
  11278. }
  11279. .is-a-stella .empresa h2 {
  11280. font-size: 48px;
  11281. color: #01abbd
  11282. }
  11283. .is-a-stella .empresa p {
  11284. font-size: 18px;
  11285. color: #404040
  11286. }
  11287. .is-a-stella .box {
  11288. width: 960px
  11289. }
  11290. .is-a-stella h2 {
  11291. margin: 60px 0 35px 20px;
  11292. color: #01abbd;
  11293. font-size: 48px
  11294. }
  11295. .is-a-stella p {
  11296. color: #404040;
  11297. margin: 0 20px 70px;
  11298. font-size: 18px
  11299. }
  11300. .is-a-stella .led p {
  11301. margin-bottom: 20px
  11302. }
  11303. .is-a-stella .cont1 h3,
  11304. .is-a-stella .cont2 h3 {
  11305. background-color: #00aabc;
  11306. color: #fff;
  11307. font-family: LatoBold;
  11308. font-size: 22px;
  11309. height: 80px;
  11310. margin: 0 0 7px;
  11311. padding-left: 20px;
  11312. padding-top: 45px
  11313. }
  11314. .is-a-stella figcaption {
  11315. font-family: LatoLight;
  11316. font-size: 14px;
  11317. font-style: italic;
  11318. margin-top: 5px;
  11319. text-align: right
  11320. }
  11321. .is-a-stella .paragrafos {
  11322. text-align: left;
  11323. display: inline-block;
  11324. margin: 0 45px 0 20px;
  11325. width: 445px;
  11326. vertical-align: top
  11327. }
  11328. .is-a-stella .paragrafos p {
  11329. text-align: left;
  11330. margin: 0 0 20px;
  11331. vertical-align: top
  11332. }
  11333. .is-a-stella figure {
  11334. display: inline-block;
  11335. vertical-align: top
  11336. }
  11337. .is-a-stella h2,
  11338. .is-a-stella p {
  11339. text-align: left
  11340. }
  11341. .is-a-stella .cont1,
  11342. .is-a-stella .cont2 {
  11343. display: inline-block;
  11344. margin: 0 0 75px
  11345. }
  11346. .is-a-stella .cont2 .paragrafos {
  11347. display: inline-block;
  11348. margin: 0 0 0 45px;
  11349. width: 445px;
  11350. vertical-align: top
  11351. }
  11352. .is-a-stella .cont2 figure {
  11353. display: inline-block;
  11354. margin: 0 00px 0 20px;
  11355. vertical-align: top;
  11356. text-align: left
  11357. }
  11358. .is-a-stella .cont1 .grande,
  11359. .is-a-stella .cont2 .grande {
  11360. margin: 0 0 60px
  11361. }
  11362. .is-a-stella figcaption.dir,
  11363. .is-a-stella figcaption.esq {
  11364. text-align: left
  11365. }
  11366. .desenvolvimento-produtos {
  11367. text-align: center;
  11368. background-color: #FFF;
  11369. padding-bottom: 75px
  11370. }
  11371. .is-a-stella .bloco {
  11372. background-color: #f2f3f3;
  11373. margin: 0 auto 35px 20px;
  11374. padding: 35px 20px;
  11375. width: 940px
  11376. }
  11377. .tecnologia-stella {
  11378. background-color: #FFF;
  11379. padding-bottom: 42px
  11380. }
  11381. .tecnologia-stella p {
  11382. margin-bottom: 40px
  11383. }
  11384. .is-a-stella h3 {
  11385. font-size: 16px;
  11386. color: #404040;
  11387. margin: 0 0 35px 20px
  11388. }
  11389. .is-a-stella .conceitos h3,
  11390. .is-a-stella .conceitos h4,
  11391. .is-a-stella .led h3 {
  11392. color: #01abbd;
  11393. font-family: Lato
  11394. }
  11395. .tecnologia-stella .paragrafos {
  11396. margin-right: 20px
  11397. }
  11398. .is-a-stella article {
  11399. display: inline-block;
  11400. width: 100%
  11401. }
  11402. .is-a-stella .escritorio-china,
  11403. .is-a-stella .led {
  11404. background-color: #f0f0f0
  11405. }
  11406. .is-a-stella .escritorio-china {
  11407. padding-bottom: 63px
  11408. }
  11409. .is-a-stella .led .paragrafos {
  11410. width: 412px
  11411. }
  11412. .is-a-stella .led .bloco {
  11413. margin-top: 60px
  11414. }
  11415. .is-a-stella .led .bloco figure {
  11416. margin-left: 20px
  11417. }
  11418. .is-a-stella .conceitos {
  11419. background-color: #FFF
  11420. }
  11421. .is-a-stella .led h3 {
  11422. font-size: 30px
  11423. }
  11424. .is-a-stella .conceitos h3 {
  11425. font-size: 30px;
  11426. margin: 0
  11427. }
  11428. .is-a-stella .conceitos h4 {
  11429. font-size: 18px;
  11430. margin: 3px 0
  11431. }
  11432. .is-a-stella .conceitos h2,
  11433. .is-a-stella .desenvolvimento-produtos h2,
  11434. .is-a-stella .escritorio-china h2,
  11435. .is-a-stella .led h2,
  11436. .is-a-stella .tecnologia-stella h2 {
  11437. background-color: #00aabc;
  11438. color: #fff;
  11439. font-family: LatoBold;
  11440. font-size: 22px;
  11441. height: 80px;
  11442. margin: 60px 0 40px;
  11443. padding-left: 20px;
  11444. padding-top: 45px;
  11445. text-transform: uppercase
  11446. }
  11447. .is-busca .banner h2,
  11448. .is-busca h3 {
  11449. font-family: LatoLight;
  11450. display: inline-block
  11451. }
  11452. .is-a-stella h2,
  11453. .is-a-stella h3,
  11454. .is-a-stella h4 {
  11455. text-transform: none
  11456. }
  11457. .is-a-stella .conceitos img {
  11458. margin-left: 0
  11459. }
  11460. .is-a-stella .conceitos p {
  11461. margin-left: 0;
  11462. margin-bottom: 60px
  11463. }
  11464. .is-a-stella .temperatura {
  11465. margin-bottom: 70px
  11466. }
  11467. .is-busca .banner figcaption {
  11468. width: 100%;
  11469. margin: 0;
  11470. left: 0;
  11471. top: 279px;
  11472. height: 80px
  11473. }
  11474. .is-busca .banner figcaption div {
  11475. width: 985px;
  11476. margin: 0 auto
  11477. }
  11478. .is-busca .banner img {
  11479. height: auto;
  11480. left: 50%;
  11481. margin-left: -960px;
  11482. min-height: auto;
  11483. min-width: auto;
  11484. opacity: 1;
  11485. position: absolute;
  11486. width: auto
  11487. }
  11488. .is-busca .banner-todos {
  11489. width: 100%;
  11490. margin: 0;
  11491. left: 0;
  11492. bottom: 0!important;
  11493. top: inherit!important;
  11494. height: 140px;
  11495. background-color: rgba(0, 138, 158, .8)
  11496. }
  11497. .is-busca #filters {
  11498. margin-bottom: 10px
  11499. }
  11500. .is-busca .banner h2 {
  11501. font-size: 50px;
  11502. text-align: left;
  11503. width: 960px;
  11504. margin: 15px 0 0;
  11505. vertical-align: top
  11506. }
  11507. .is-busca .banner h2 strong {
  11508. font-size: 50px;
  11509. font-family: LatoBold
  11510. }
  11511. .is-busca .banner h2 span {
  11512. text-transform: none;
  11513. font-style: italic
  11514. }
  11515. .is-busca .busca {
  11516. background-color: #f7f7f7;
  11517. display: inline-block;
  11518. width: 100%
  11519. }
  11520. .is-busca h3 {
  11521. width: 100%;
  11522. background-color: #008a9c;
  11523. font-size: 25px;
  11524. text-align: center;
  11525. line-height: 65px;
  11526. color: #FFF;
  11527. margin: 0
  11528. }
  11529. .is-busca .data,
  11530. .is-busca .titulo {
  11531. color: #01abbd;
  11532. display: block;
  11533. font-family: LatoLight
  11534. }
  11535. .is-busca .data {
  11536. font-size: 15px
  11537. }
  11538. .is-busca .titulo {
  11539. font-size: 28px
  11540. }
  11541. .is-busca .novidades {
  11542. display: inline-block;
  11543. width: 100%;
  11544. background-color: #f0f0f0;
  11545. text-align: center
  11546. }
  11547. .is-busca .novidades ul {
  11548. text-align: left;
  11549. display: inline-block;
  11550. margin: 35px 0 30px;
  11551. width: auto;
  11552. padding: 0;
  11553. max-width: 980px
  11554. }
  11555. .is-busca .novidades p {
  11556. color: #404040;
  11557. font-size: 17px;
  11558. font-family: LatoLight;
  11559. display: block
  11560. }
  11561. .is-busca .novidades li {
  11562. display: inline-block;
  11563. width: 460px;
  11564. background-color: #FFF;
  11565. padding: 25px;
  11566. margin-bottom: 20px
  11567. }
  11568. .is-busca .novidades li:nth-child(2n) {
  11569. margin-left: 40px
  11570. }
  11571. .is-perguntas-frequentes .banner {
  11572. min-height: 350px;
  11573. padding-top: 245px
  11574. }
  11575. .is-perguntas-frequentes .banner h2 {
  11576. font-family: LatoLight;
  11577. color: #01abbd;
  11578. font-size: 48px
  11579. }
  11580. .is-perguntas-frequentes .banner span {
  11581. font-family: LatoLight;
  11582. color: #01abbd;
  11583. font-size: 30px
  11584. }
  11585. .is-perguntas-frequentes .duvidas {
  11586. float: left;
  11587. width: 100%;
  11588. background: #f5f5f5;
  11589. }
  11590. .is-perguntas-frequentes .duvidas .box ul {
  11591. float: left;
  11592. width: 587px;
  11593. margin-right: 50px;
  11594. padding: 0px;
  11595. }
  11596. .is-perguntas-frequentes .duvidas li {
  11597. float: left;
  11598. width: 100%;
  11599. margin-bottom: 28px;
  11600. position: relative;
  11601. list-style: none;
  11602. }
  11603. .is-perguntas-frequentes .duvidas li h3 {
  11604. float: left;
  11605. width: 100%;
  11606. height: 39px;
  11607. margin: 0px;
  11608. color: #666666;
  11609. font-family: 'Gotham-Book';
  11610. font-size: 15px;
  11611. border-bottom: 2px solid #999999;
  11612. font-weight: normal;
  11613. text-transform: none;
  11614. position: relative;
  11615. line-height: 39px;
  11616. vertical-align: middle;
  11617. letter-spacing: -0.4px;
  11618. cursor: pointer;
  11619. }
  11620.  
  11621. .is-perguntas-frequentes .duvidas li .mais,
  11622. .is-perguntas-frequentes .duvidas li .menos{
  11623. content: '';
  11624. position: absolute;
  11625. float: right;
  11626. width: 35px;
  11627. height: 35px;
  11628. right: 0px;
  11629. top: 4px;
  11630. border: 2px solid #999999;
  11631. cursor: pointer;
  11632. background: url(../img/ico-mais-c.png) no-repeat center center;
  11633.  
  11634. }
  11635.  
  11636. .is-perguntas-frequentes .duvidas li:hover h3,
  11637. .is-perguntas-frequentes .duvidas li:hover .mais,
  11638. .is-perguntas-frequentes .duvidas li:hover .menos{
  11639. border-color: #14B3CC;
  11640. color: #13B2CC;
  11641. }
  11642. .is-perguntas-frequentes .duvidas li:hover .mais{
  11643. background: url(../img/ico-mais.png) no-repeat center center;
  11644. }
  11645.  
  11646.  
  11647. .is-perguntas-frequentes .duvidas li .menos{
  11648. background: url(../img/ico-menos-c.png) no-repeat center center;
  11649. }
  11650.  
  11651. .is-perguntas-frequentes .duvidas li:hover .menos{
  11652. background: url(../img/ico-menos.png) no-repeat center center;
  11653. }
  11654.  
  11655. .is-perguntas-frequentes .duvidas li div {
  11656. float: left;
  11657. width: 100%;
  11658. display: none;
  11659. color: #666666;
  11660. font-family: 'Gotham-Light';
  11661. font-weight: normal;
  11662. font-size: 14px
  11663. margin-bottom: 13px;
  11664. }
  11665. .is-perguntas-frequentes .duvidas .box {
  11666. width: 1000px;
  11667. padding: 84px 10px;
  11668. margin: 180px auto 0px;
  11669. }
  11670. .is-perguntas-frequentes .duvidas .box h1{
  11671. float: left;
  11672. width: 100%;
  11673. color: #00b2cc;
  11674. font-size: 32px;
  11675. font-weight: normal;
  11676. margin: 0px;
  11677. margin-bottom: 35px;
  11678. font-family: 'MyriadPro-Regular';
  11679. }
  11680. .is-perguntas-frequentes .duvidas .box h1 b{
  11681. font-weight: normal;
  11682. font-family: 'Gotham-Light';
  11683. }
  11684. .is-perguntas-frequentes .mande-duvidas {
  11685. float: left;
  11686. width: 343px;
  11687. padding: 0px 70px 70px;
  11688. box-sizing: border-box;
  11689. -moz-box-sizing: border-box;
  11690. -webkit-box-sizing: border-box;
  11691. border: 2px solid #eeeeee;
  11692. background-color: #fff;
  11693. text-align: center;
  11694. }
  11695. .is-perguntas-frequentes .mande-duvidas img{
  11696. display: inline-block;
  11697. margin-top: -20px;
  11698. }
  11699. .is-perguntas-frequentes .mande-duvidas span.naoencontrou{
  11700. float: left;
  11701. width: 100%;
  11702. color: #666666;
  11703. font-size: 15px;
  11704. font-family: 'Gotham-Book';
  11705. text-align: center;
  11706. margin-top: 21px;
  11707. margin-bottom: 25px;
  11708. }
  11709. .is-perguntas-frequentes .mande-duvidas p{
  11710. float: left;
  11711. width: 100%;
  11712. color: #666666;
  11713. font-size: 14px;
  11714. font-family: 'Gotham-Light';
  11715. text-align: center;
  11716. margin-bottom: 16px;
  11717. }
  11718.  
  11719. .is-perguntas-frequentes .mande-duvidas a{
  11720. display: inline-block;
  11721. width: 200px;
  11722. height: 56px;
  11723. background: #14b3cc;
  11724. text-align: center;
  11725. color: #fff;
  11726. line-height: 56px;
  11727. vertical-align: middle;
  11728. font-size: 14px;
  11729. font-weight: normal;
  11730. font-family: 'Gotham-Book';
  11731. text-decoration: none;
  11732. }
  11733.  
  11734.  
  11735. .is-downloads .banner h2,
  11736. .is-novidades .banner h2 {
  11737. font-size: 48px
  11738. }
  11739. .is-downloads .banner h2,
  11740. .is-downloads h3,
  11741. .is-novidades .banner h2 {
  11742. font-family: LatoLight;
  11743. color: #01abbd
  11744. }
  11745. .is-novidades section {
  11746. width: 66.6667%;
  11747. text-align: left;
  11748. float: left;
  11749. display: block;
  11750. padding-left: 2.5%;
  11751. padding-right: 2.5%
  11752. }
  11753. .is-novidades article {
  11754. display: block;
  11755. position: relative
  11756. }
  11757. .is-downloads .downloads {
  11758. float: left;
  11759. width: 100%;
  11760. margin-top: 180px;
  11761. background: #f5f5f5;
  11762. text-align: center
  11763. }
  11764. .is-downloads .downloads .center{
  11765. display: inline-block;
  11766. width: 1000px;
  11767. padding: 84px 10px;
  11768.  
  11769. }
  11770. .is-downloads .downloads .center h1{
  11771. float: left;
  11772. width: 100%;
  11773. text-align: left;
  11774. color: #00b2cc;
  11775. font-size: 32px;
  11776. font-weight: normal;
  11777. margin: 0px;
  11778. margin-bottom: 35px;
  11779. font-family: 'Gotham-Light';
  11780. }
  11781.  
  11782. .is-downloads .center .bg {
  11783. float: left;
  11784. width: 100%;
  11785. margin-bottom: 40px;
  11786. -webkit-transition: all .3s;
  11787. transition: all .3s
  11788. display: table;
  11789. }
  11790.  
  11791. .is-downloads .titulo {
  11792. overflow: hidden;
  11793. width: 100%;
  11794. min-height: 155px;
  11795. border: 2px solid #EEEEEE;
  11796. background-color: #f7f7f7;
  11797. -webkit-transition: all .3s;
  11798. -moz-transition: all .3s;
  11799. -ms-transition: all .3s;
  11800. -o-transition: all .3s;
  11801. transition: all .3s;
  11802. cursor: pointer;
  11803. background: #fff;
  11804. display: table;
  11805. }
  11806.  
  11807. .is-downloads .titulo .divimg{
  11808. display: table-cell;
  11809. width: 13%;
  11810. text-align: center;
  11811. vertical-align: middle;
  11812. }
  11813.  
  11814. .is-downloads .titulo .informacoes{
  11815. display: table-cell;
  11816. width: 79%;
  11817. text-align: center;
  11818. vertical-align: middle;
  11819. }
  11820.  
  11821. .is-downloads .titulo .informacoes strong{
  11822. float: left;
  11823. width: 100%;
  11824. margin-top: 35px;
  11825. color: #999999;
  11826. font-size: 15px;
  11827. font-weight: normal;
  11828. font-family: 'Gotham-Book';
  11829. text-transform: uppercase;
  11830. text-align: left;
  11831. margin-bottom: 11px;
  11832. }
  11833.  
  11834. .is-downloads .titulo .informacoes span{
  11835. float: left;
  11836. width: 100%;
  11837. margin-bottom: 35px;
  11838. color: #999999;
  11839. font-size: 14px;
  11840. font-weight: normal;
  11841. font-family: 'Gotham-Light';
  11842. text-align: left;
  11843. }
  11844.  
  11845. .is-downloads .titulo .bt{
  11846. display: table-cell;
  11847. width: 8%;
  11848. text-align: center;
  11849. vertical-align: middle;
  11850. }
  11851.  
  11852. .is-downloads .titulo .bt button{
  11853. display: inline-block;
  11854. width: 35px;
  11855. height: 35px;
  11856. border: 2px solid #9B9B9B;
  11857. cursor: pointer;
  11858. }
  11859.  
  11860. .is-downloads .titulo .bt button.close{
  11861. background: url(../img/ico-menos-c.png) no-repeat center center;
  11862. }
  11863.  
  11864. .is-downloads .titulo .bt button.close:hover{
  11865. border: 2px solid #14B3CC;
  11866. background: url(../img/ico-menos.png) no-repeat center center;
  11867. }
  11868.  
  11869. .is-downloads .titulo .bt button.open{
  11870. background: url(../img/ico-mais-c.png) no-repeat center center;
  11871. }
  11872.  
  11873. .is-downloads .titulo .bt button.open:hover{
  11874. border: 2px solid #14B3CC;
  11875. background: url(../img/ico-mais.png) no-repeat center center;
  11876. }
  11877.  
  11878. textarea:focus, input:focus, button:focus{
  11879. outline: none;
  11880. }
  11881.  
  11882.  
  11883.  
  11884. .is-downloads .catalogo .links {
  11885. margin-top: 0!important
  11886. }
  11887.  
  11888.  
  11889. .is-downloads .listas {
  11890. float: left;
  11891. width: 100%;
  11892. padding-top: 50px;
  11893. }
  11894. .is-downloads .listas ul {
  11895. font-size: 0
  11896. }
  11897. .is-downloads .listas .categorias{
  11898. float: left;
  11899. width: 100%;
  11900. text-align: center;
  11901. padding: 0px;
  11902. }
  11903.  
  11904. .is-downloads .listas .categorias li {
  11905. width: auto;
  11906. list-style: none;
  11907. height: 50px;
  11908. display: inline-block;
  11909. color: #999999;
  11910. font-size: 11px;
  11911. font-family: 'Gotham-Book';
  11912. padding: 0px 18px 0px 19px;
  11913. margin: 0 0 0 10px;
  11914. text-align: center;
  11915. text-transform: uppercase;
  11916. line-height: 50px;
  11917. vertical-align: middle;
  11918. border: 2px solid #999999;
  11919. background: transparent
  11920. }
  11921. .is-downloads .listas .categorias a {
  11922. color: #999999;
  11923. font-size: 11px;
  11924. font-family: 'Gotham-Book';
  11925. height: 48px;
  11926. margin: 0;
  11927. padding: 0;
  11928. width: 100%;
  11929. float: left;
  11930. line-height: 48px;
  11931. vertical-align: middle;
  11932. }
  11933. .is-downloads .listas .categorias li:nth-child(1) {
  11934. margin-left: 0
  11935. }
  11936.  
  11937.  
  11938.  
  11939. .is-downloads .categorias li.active,
  11940. .is-downloads .categorias li:hover {
  11941. background-color: #999999;
  11942. }
  11943.  
  11944. .is-downloads .categorias li.active a,
  11945. .is-downloads .categorias li:hover a{
  11946. color: #fff;
  11947. }
  11948.  
  11949.  
  11950. .is-downloads .categorias li.todas {
  11951. background-color: #14B3CC;
  11952. border-color: #14B3CC;
  11953. }
  11954.  
  11955. .is-downloads .categorias li.todas a{
  11956. color: #fff;
  11957. }
  11958.  
  11959.  
  11960. .is-downloads .listas .links {
  11961. margin-top: 50px;
  11962. display: inline-block;
  11963. width: 100%;
  11964. text-align: center;
  11965. padding: 0
  11966. }
  11967. .is-downloads .listas .links li {
  11968. display: inline-block;
  11969. width: 31.3%;
  11970. height: 60px;
  11971. margin-bottom: 25px;
  11972. padding: 0;
  11973. margin-right: 1%;
  11974. margin-left: 1%;
  11975. }
  11976. /*
  11977. .is-downloads .listas .links li:nth-child(3n+2) {
  11978. margin-right: 2.6%;
  11979. margin-left: 2.6%;
  11980. }*/
  11981.  
  11982.  
  11983. .is-downloads .listas .links a {
  11984. /*float: left;*/
  11985. width: 100%;
  11986. cursor: pointer;
  11987. display: table;
  11988. text-decoration: none;
  11989. }
  11990.  
  11991. .links a span {
  11992. display: table-cell;
  11993. width: 84.5%;
  11994. height: 60px;
  11995. padding: 0px 5%;
  11996. border: 2px solid #eee;
  11997. box-sizing: border-box;
  11998. -webkit-box-sizing: border-box;
  11999. -moz-box-sizing: border-box;
  12000. background: #fff;
  12001. color: #666666;
  12002. font-size: 12px;
  12003. font-family: 'Gotham-Light';
  12004. vertical-align: middle;
  12005. text-align: left;
  12006. text-transform: uppercase;
  12007. }
  12008. .is-downloads .listas .links a::after {
  12009. position: relative;
  12010. content: '';
  12011. width: 15.5%;
  12012. height: 60px;
  12013. display: table-cell;
  12014. background: url(../img/novo/seta.png) no-repeat center center #999;
  12015. }
  12016.  
  12017. .is-downloads .listas .links a:hover span{
  12018. color: #14B3CC;
  12019. }
  12020.  
  12021. .is-downloads .listas .links a:hover::after{
  12022. background-color: #14B3CC;
  12023. }
  12024.  
  12025. .is-downloads .fechado .listas {
  12026. display: none
  12027. }
  12028.  
  12029.  
  12030.  
  12031.  
  12032.  
  12033.  
  12034.  
  12035. .base-de-calculo {
  12036. width: 960px;
  12037. display: inline-block
  12038. }
  12039. .base-calculo {
  12040. font-family: LatoLight;
  12041. font-size: 14px;
  12042. color: #FFF;
  12043. width: 250px;
  12044. line-height: 40px;
  12045. background-color: #0b6069;
  12046. text-align: center;
  12047. margin-bottom: 50px;
  12048. display: none
  12049. }
  12050. .nav-dropdown,
  12051. .nav-top-linhas {
  12052. font-family: Lato
  12053. }
  12054. .nav .nav-top-modelos .nav-lk-modelos:hover,
  12055. nav .nav-dropdown .nav-modelos li a:hover {
  12056. text-decoration: underline;
  12057. }
  12058. nav .nav-dropdown .nav-modelos li a:hover {
  12059. color: #1a9eac !important;
  12060. }
  12061. .nav-dropdown,
  12062. .nav-dropdown ul {
  12063. text-align: left
  12064. }
  12065. .nav-dropdown {
  12066. /*width: 555px*/
  12067. }
  12068. .nav-top-linhas {
  12069. background-color: rgba(0, 138, 154, .8);
  12070. display: inline-block;
  12071. padding: 20px;
  12072. padding-bottom: 12px;
  12073. padding-top: 15px;
  12074. margin-left: 20px;
  12075. width: 160px;
  12076. }
  12077. .nav-linhas,
  12078. .nav-linhas li,
  12079. .nav-modelos {
  12080. display: block;
  12081. vertical-align: top
  12082. }
  12083. nav .nav-top-linhas a {
  12084. padding: 0
  12085. }
  12086. .nav-top-linhas a .nav-lk-linhas {
  12087. padding-left: 0;
  12088. color: #fff
  12089. }
  12090. nav .nav-dropdown .nav-top-linhas a:hover {
  12091. text-decoration: underline;
  12092. color: #ffc656
  12093. }
  12094. .nav-linhas {
  12095. /*width: 175px*/
  12096. }
  12097. .nav-linhas li a {
  12098. margin: 0;
  12099. padding: 0!important;
  12100. vertical-align: top
  12101. }
  12102. .nav-linhas li {
  12103. line-height: 2em
  12104. }
  12105. .nav-modelos {
  12106. white-space: normal;
  12107. width: 825px
  12108. }
  12109. .nav-modelos li {
  12110. width: 148px;
  12111. display: inline-block;
  12112. white-space: normal;
  12113. line-height: 2.1em;
  12114. font-size: 12px;
  12115. }
  12116. .nav .nav-top-modelos .nav-lk-modelos,
  12117. nav a.nav-lk-linhas {
  12118. border-bottom: 1px solid #80bdc4;
  12119. line-height: 1em;
  12120. margin-bottom: 10px;
  12121. padding-bottom: 13px!important
  12122. }
  12123. nav .nav-dropdown .nav-modelos li a {
  12124. padding-left: 0;
  12125. color: #1a9eac;
  12126. text-transform: none;
  12127. padding-right: 0
  12128. }
  12129. .nav-modelos li a {
  12130. text-transform: normal
  12131. }
  12132. nav a.nav-lk-linhas {
  12133. display: inline-block;
  12134. width: 132px
  12135. }
  12136. .nav-top-modelos {
  12137. display: inline-block;
  12138. margin-left: -3px;
  12139. padding-left: 20px;
  12140. padding-top: 10px;
  12141. vertical-align: top;
  12142. height: 130px;
  12143. background-color: #FFF;
  12144. width: 745px
  12145. }
  12146. .top-busca .busca-ok,
  12147. .top-busca .input-busca {
  12148. background-color: transparent;
  12149. font-family: Lato;
  12150. font-size: 10px;
  12151. display: inline-block
  12152. }
  12153. .nav .nav-top-modelos .nav-lk-modelos {
  12154. display: inline-block;
  12155. width: 700px;
  12156. color: #1a9eac;
  12157. padding-left: 0
  12158. }
  12159. .top-busca {
  12160. right: 50%;
  12161. margin-right: 305px;
  12162. position: absolute;
  12163. top: 39px
  12164. }
  12165. .top-busca .input-busca {
  12166. background-image: url(../img/bg-busca.png);
  12167. background-position: top right;
  12168. border: none;
  12169. border-radius: 50px;
  12170. color: #1a9eac;
  12171. height: 34px;
  12172. line-height: 30px;
  12173. padding-left: 14px;
  12174. padding-right: 35px;
  12175. width: 148px
  12176. }
  12177. .top-busca .busca-ok {
  12178. background-position: -118px 0;
  12179. border: none;
  12180. border-radius: 50px;
  12181. color: #fff;
  12182. height: 26px;
  12183. line-height: 24px;
  12184. margin-left: -35px;
  12185. text-indent: -9999px;
  12186. width: 35px
  12187. }
  12188. .input-busca::-webkit-input-placeholder {
  12189. color: #FFF
  12190. }
  12191. .input-busca::-moz-placeholder {
  12192. color: #FFF
  12193. }
  12194. .input-busca:-ms-input-placeholder {
  12195. color: #fFF
  12196. }
  12197. .input-busca:input:-moz-placeholder {
  12198. color: #FFF
  12199. }
  12200. .is-touch .top-busca .input-busca {
  12201. width: 148px
  12202. }
  12203. .centraliza {
  12204. line-height: 220px;
  12205. vertical-align: middle;
  12206. text-align: center
  12207. }
  12208. .centraliza img {
  12209. display: inline-block;
  12210. position: relative;
  12211. vertical-align: middle
  12212. }
  12213. .is-produtos .banner figcaption {
  12214. width: 100%;
  12215. margin: 0;
  12216. left: 0;
  12217. top: 279px;
  12218. height: 80px
  12219. }
  12220. .is-produtos .nossos-produtos-tt {
  12221. width: 100%;
  12222. float: left;
  12223. font-size: 32px;
  12224. padding: 40px 0 30px 20px;
  12225.  
  12226. }
  12227. .is-produtos .nossos-produtos-tt strong{
  12228. font-size: 32px;
  12229. display: inline-block;
  12230. color: #00B2CC;
  12231. font-weight: 300;
  12232. font-family: Lato;
  12233. }
  12234. .is-produtos .banner-eco,
  12235. .is-produtos .banner-fitas,
  12236. .is-produtos .banner-jardim,
  12237. .is-produtos .banner-pro,
  12238. .is-produtos .banner-todos {
  12239. width: 100%;
  12240. margin: 0;
  12241. left: 0;
  12242. bottom: 0!important;
  12243. top: inherit!important;
  12244. height: 140px;
  12245. background-color: rgba(252, 175, 23, .8)
  12246. }
  12247. .is-produtos .banner-eco h2,
  12248. .is-produtos .banner-jardim h2,
  12249. .is-produtos .banner-pro h2,
  12250. .is-produtos .banner-todos h2 {
  12251. margin-top: 15px;
  12252. color: #FFF
  12253. }
  12254. .is-produtos .banner-eco strong,
  12255. .is-produtos .banner-fitas strong,
  12256. .is-produtos .banner-jardim strong,
  12257. .is-produtos .banner-pro strong,
  12258. .is-produtos .banner-todos strong {
  12259. display: inline
  12260. }
  12261. .is-produtos .banner-eco p,
  12262. .is-produtos .banner-fitas p,
  12263. .is-produtos .banner-jardim p,
  12264. .is-produtos .banner-pro p {
  12265. padding-top: 10px;
  12266. margin-top: 20px
  12267. }
  12268. .is-produtos .banner-pro,
  12269. .is-produtos .banner-todos {
  12270. background-color: rgba(0, 138, 158, .8)
  12271. }
  12272. .is-produtos .banner-todos h2 {
  12273. width: 520px
  12274. }
  12275. .is-produtos .banner-jardim div {
  12276. width: 970px
  12277. }
  12278. .is-produtos .banner-jardim h2 {
  12279. width: 540px;
  12280. margin-left: 0
  12281. }
  12282. .is-produtos .banner-jardim {
  12283. background-color: rgba(190, 214, 47, .8)
  12284. }
  12285. .is-produtos .banner-jardim p::before {
  12286. top: 10px
  12287. }
  12288. .is-produtos .banner-jardim p {
  12289. padding-top: 0;
  12290. width: 418px;
  12291. margin-top: 25px
  12292. }
  12293. .is-produtos .banner-fitas h2 {
  12294. width: 510px;
  12295. font-size: 40px;
  12296. margin-top: 22px;
  12297. color: #FFF
  12298. }
  12299. .is-produtos .banner-fitas h2 strong {
  12300. font-size: 40px
  12301. }
  12302. .is-produtos .banner-fitas {
  12303. background-color: rgba(188, 189, 192, .8)
  12304. }
  12305. .is-produtos .banner-eco p {
  12306. width: 430px
  12307. }
  12308. .is-produtos .banner-eco h2 {
  12309. width: 471px
  12310. }
  12311. .is-produtos .banner-fitas p {
  12312. padding-top: 0;
  12313. width: 382px;
  12314. margin-top: 39px
  12315. }
  12316. .is-produtos .banner-pro p {
  12317. padding-top: 0;
  12318. width: 462px
  12319. }
  12320. .is-produtos .banner-pro h2 {
  12321. width: 437px
  12322. }
  12323. #form-news fieldset .msg-news {
  12324. color: #FFF;
  12325. font-size: 13px;
  12326. float: left;
  12327. margin: 0;
  12328. height: 15px
  12329. }
  12330. .descricao span:nth-child(1) {
  12331. color: #ed3237
  12332. }
  12333. .descricao span:nth-child(2) {
  12334. color: #00a859
  12335. }
  12336. .descricao span:nth-child(3) {
  12337. color: #00afef
  12338. }
  12339. .descricao span:nth-child(4) {
  12340. color: #d8b400
  12341. }
  12342. .is-produtos main[role=main] {
  12343. background-color: #f7f7f7
  12344. }
  12345. .contato-sucess {
  12346. color: #2996a4;
  12347. width: 360px;
  12348. bottom: 0;
  12349. font-size: 20px;
  12350. position: absolute
  12351. }
  12352. .is-onde-encontrar .map-canvas {
  12353. float: left;
  12354. width: 100%;
  12355. height: 501px;
  12356. }
  12357. .is-onde-encontrar .banner--small {
  12358. min-height: 195px
  12359. }
  12360. .is-onde-encontrar .onde-encontrar {
  12361. display: block;
  12362. margin-top: 180px;
  12363. }
  12364. .is-onde-encontrar .box-selects {
  12365. background-color: #FFF;
  12366. width: 345px;
  12367. height: 329px;
  12368. position: absolute;
  12369. margin-left: 0;
  12370. margin-top: 86px;
  12371. padding-top: 39px;
  12372. z-index: 2;
  12373. border: 2px solid #EFEFEF;
  12374. box-sizing: border-box;
  12375. -webkit-box-sizing: border-box;
  12376. -moz-box-sizing: border-box;
  12377. }
  12378. .is-onde-encontrar .box.formulario {
  12379. margin: 0 auto;
  12380. width: 100%;
  12381. max-width: 1000px
  12382. }
  12383. .is-onde-encontrar .box-selects form {
  12384. text-align: left;
  12385. width: 250px;
  12386. display: inline-block;
  12387. margin-top: 30px;
  12388. position: relative;
  12389. }
  12390. .is-onde-encontrar fieldset {
  12391. border: 0;
  12392. padding: 0;
  12393. margin: 0px;
  12394. text-align: center
  12395. }
  12396. .box-selects select {
  12397. font-family: 'Gotham-Book';
  12398. color: #BBBBBB;
  12399. font-size: 14px;
  12400. background-color: #fff;
  12401. border: 2px solid #bcbcbc;
  12402. width: 250px;
  12403. height: 45px;
  12404. padding-left: 10px;
  12405. margin-bottom: 10px
  12406. }
  12407.  
  12408. .box-selects select:focus {
  12409. outline: hidden;
  12410. }
  12411. .is-onde-encontrar h2 {
  12412. margin: 0;
  12413. padding: 0;
  12414. font-size: 24px;
  12415. font-family: 'Gotham-Light';
  12416. color: #00B2CC;
  12417. }
  12418. .is-onde-encontrar .txt-procurar {
  12419. height: 45px;
  12420. width: 250px;
  12421. border: 2px solid #bcbcbc;
  12422. font-family: 'Gotham-Book';
  12423. font-size: 14px;
  12424. color: #bbbbbb;
  12425. padding-left: 12px
  12426. }
  12427. .is-onde-encontrar p,
  12428. .veja-mapa {
  12429. color: #666666;
  12430. font-family: 'Gotham-Light';
  12431. font-size: 12px;
  12432. margin: 2px 0 0;
  12433. padding: 0;
  12434. text-decoration: none;
  12435. }
  12436.  
  12437. .veja-mapa:hover{
  12438. color: #13B2CC;
  12439.  
  12440.  
  12441. }
  12442.  
  12443. .is-onde-encontrar .bt-procurar {
  12444. background-color: transparent;
  12445. background-image: url(../img/novo/lupa.png);
  12446. background-position: 10px 10px;
  12447. background-repeat: no-repeat;
  12448. border: 0;
  12449. height: 44px;
  12450. position: absolute;
  12451. bottom: 0px;
  12452. right: 4px;
  12453. width: 40px;
  12454. }
  12455. .is-onde-encontrar .box {
  12456. background-color: #FFF;
  12457. display: block
  12458. }
  12459. .is-onde-encontrar .conteudo {
  12460. width: 100%;
  12461. max-width: 1000px;
  12462. padding: 0px 10px;
  12463. display: block;
  12464. margin: 0 auto
  12465. }
  12466. .is-onde-encontrar .conteudo h3 {
  12467. float: left;
  12468. color: #00B2CC;
  12469. width: 100%;
  12470. margin: 64px 0 46px;
  12471. text-align: left;
  12472. font-family: 'Gotham-Light';
  12473. font-size: 24px;
  12474. }
  12475. .is-onde-encontrar .listagem li {
  12476. vertical-align: top;
  12477. list-style: none;
  12478. width: 300px;
  12479. position: relative;
  12480. display: inline-block;
  12481. margin-right: 30px;
  12482. margin-bottom: 50px;
  12483. padding-left: 35px;
  12484. }
  12485. .is-onde-encontrar .listagem li:nth-child(3n) {
  12486. margin-right: 0
  12487. }
  12488. .is-onde-encontrar .listagem {
  12489. display: block;
  12490. width: 980px;
  12491. padding: 50px 0 0 20px;
  12492. margin: 0 0 15px;
  12493. }
  12494. .is-onde-encontrar .listagem li::before {
  12495. background: url(../img/novo/pointer-c.png) no-repeat center center;
  12496. content: "";
  12497. height: 36px;
  12498. left: 0px;
  12499. position: absolute;
  12500. top: 0;
  12501. width: 27px
  12502. }
  12503. .is-onde-encontrar .listagem li:hover::before {
  12504. background: url(../img/novo/pointer.png) no-repeat center center;
  12505. }
  12506. .is-onde-encontrar .listagem li:hover .veja-mapa{
  12507. color: #13B2CC;
  12508. }
  12509. .is-onde-encontrar .listagem .nome {
  12510. float: left;
  12511. width: 100%;
  12512. color: #666666;
  12513. font-size: 14px;
  12514. font-family: 'Gotham-Book';
  12515. position: relative;
  12516. margin-bottom: 15px;
  12517. }
  12518. .paginacao {
  12519. display: inline-block;
  12520. text-align: center;
  12521. width: 100%;
  12522. padding: 0;
  12523. margin: 0 0 70px
  12524. }
  12525. .paginacao li {
  12526. display: inline;
  12527. width: 30px;
  12528. height: 30px;
  12529. margin-right: 15px;
  12530. }
  12531. .paginacao li:last-of-type{
  12532. margin-right: 0px;
  12533. }
  12534. .paginacao li a.ativo {
  12535. background-color: #00a8be;
  12536. color: #FFF
  12537. }
  12538. .paginacao li a {
  12539. display: inline-block;
  12540. width: 30px;
  12541. line-height: 30px;
  12542. height: 30px;
  12543. background-color: #FFF;
  12544. text-align: center;
  12545. font-size: 14px;
  12546. font-family: 'Gotham-Book';
  12547. text-decoration: none;
  12548. color: #666666;
  12549. }
  12550. .paginacao li a:hover:not(.ativo) {
  12551. color: #14B3CC;
  12552. }
  12553. @media all and (max-width: 1600px) {
  12554. .footer--also .face {
  12555. margin-left: 0
  12556. }
  12557. .footer--where {
  12558. padding-top: 30px!important
  12559. }
  12560. .footer {
  12561. padding-bottom: 20px;
  12562. }
  12563. }
  12564. @media all and (max-width: 1320px) {
  12565. .is-novidades .swipe,
  12566. .is-novidades .swipe-wrap {
  12567. overflow: hidden;
  12568. position: relative;
  12569. width: 100%
  12570. }
  12571. .footer>.col {
  12572. padding-top: 30px
  12573. }
  12574. .footer--where .footer-onde {
  12575. width: 70%
  12576. }
  12577. .footer--where .footer-tambem {
  12578. width: 30%
  12579. }
  12580. .footer--where .tambem-item {
  12581. width: 100%;
  12582. margin-bottom: 15px
  12583. }
  12584. .conheca-encontrar .line h2 {
  12585. margin-top: 13%
  12586. }
  12587. .conheca-encontrar .line h2:before {
  12588. display: none
  12589. }
  12590. @media all and (max-width: 1200px) {
  12591. .footer>.col {
  12592. padding-top: 50px
  12593. }
  12594. }
  12595. @media all and (max-width: 1100px) {
  12596. .footer>.col {
  12597. padding-top: 30px
  12598. }
  12599. .footer--where {
  12600. padding-top: 30px!important
  12601. }
  12602. .col-1-3.endereco1.c3 {
  12603. float: left;
  12604. clear: both;
  12605. margin-top: 10px
  12606. }
  12607. .endereco1 {
  12608. width: 50%
  12609. }
  12610. }
  12611. @media all and (max-width: 1000px) {
  12612. .is-busca .busca-topo {
  12613. bottom: 60px;
  12614. height: 112px;
  12615. padding: 1.3%;
  12616. position: absolute;
  12617. text-align: left;
  12618. width: 100%;
  12619. z-index: 55
  12620. }
  12621. .is-busca .topo-categorias {
  12622. bottom: 0
  12623. }
  12624. }
  12625. @media all and (min-width: 1000px) {
  12626. .nav-top-linhas {
  12627. height: 130px
  12628. }
  12629. }
  12630. @media all and (max-width: 1000px) {
  12631. .nav li, .nav-top-linhas li {
  12632. font-size: 12px
  12633. }
  12634. .is-busca .busca-topo {
  12635. bottom: 190px;
  12636. height: 112px;
  12637. padding: 1.3%;
  12638. position: absolute;
  12639. text-align: left;
  12640. width: 100%;
  12641. z-index: 55
  12642. }
  12643. .is-busca .banner {
  12644. padding-top: 125px
  12645. }
  12646. .is-index .banner img {
  12647. left: auto;
  12648. margin-left: auto;
  12649. position: relative
  12650. }
  12651. .header {
  12652. position: fixed;
  12653. padding: 0
  12654. }
  12655. .nav,
  12656. .nav>ul,
  12657. .nav>ul::before {
  12658. position: absolute
  12659. }
  12660. .logo {
  12661. max-width: 260px;
  12662. padding: 2em 0 0
  12663. }
  12664. .nav-toggle+label,
  12665. .nav-toggle:checked~ul {
  12666. display: block
  12667. }
  12668. .nav .nav-dropdown::before,
  12669. .nav>ul {
  12670. display: none
  12671. }
  12672. .nav {
  12673. top: 1.75em;
  12674. right: 1em
  12675. }
  12676. .nav>ul {
  12677. top: 50px;
  12678. right: 10px;
  12679. width: 180px;
  12680. padding: .75em 0;
  12681. background: #fff;
  12682. background: rgba(0, 138, 154, .8);
  12683. box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
  12684. min-width: 180px
  12685. }
  12686. .nav>ul::before {
  12687. bottom: 100%;
  12688. right: 0;
  12689. border-bottom: 8px solid #fff;
  12690. border-bottom: 8px solid rgba(0, 138, 154, .85);
  12691. border-left: 8px solid transparent;
  12692. content: " "
  12693. }
  12694. .nav li {
  12695. display: block;
  12696. color: #FFF
  12697. }
  12698. .nav .nav-top-modelos,
  12699. .nav a.nav-lk-linhas,
  12700. .nav li:nth-child(7) {
  12701. display: none
  12702. }
  12703. .nav li:nth-child(1) a {
  12704. padding: 0
  12705. }
  12706. .nav a {
  12707. padding: .2em 1em;
  12708. color: #FFF
  12709. }
  12710. .nav .nav-dropdown {
  12711. width: 155px;
  12712. position: relative;
  12713. top: 10px;
  12714. left: 13px!important;
  12715. margin: 0 0 20px;
  12716. padding: 0;
  12717. opacity: 1;
  12718. visibility: visible;
  12719. background: #aaa;
  12720. box-shadow: none;
  12721. -webkit-transform: none;
  12722. -moz-transform: none;
  12723. -ms-transform: none;
  12724. -o-transform: none;
  12725. transform: none;
  12726. text-align: center
  12727. }
  12728. .nav .nav-dropdown::before {
  12729. border-bottom-color: #008a9a;
  12730. left: 90%
  12731. }
  12732. .nav .nav-dropdown a {
  12733. color: #fff
  12734. }
  12735. .nav .nav-dropdown a:hover {
  12736. text-decoration: underline;
  12737. color: #fff
  12738. }
  12739. .nav .nav-linhas,
  12740. .nav-linhas li {
  12741. text-align: center;
  12742. width: 100%
  12743. }
  12744. .nav .nav-top-linhas {
  12745. padding: 10px;
  12746. width: 155px
  12747. }
  12748. .nav .nav-linhas li {
  12749. line-height: 2em
  12750. }
  12751. .nav .nav-top-novidades {
  12752. margin-top: 20px
  12753. }
  12754. .nav .icn-calc::before {
  12755. position: absolute;
  12756. left: -9px
  12757. }
  12758. .busca-nav-fixo {
  12759. margin-bottom: 10px;
  12760. margin-top: 5px
  12761. }
  12762. .busca-nav-fixo .top-busca {
  12763. left: auto;
  12764. margin-left: 0;
  12765. position: relative;
  12766. top: auto
  12767. }
  12768. .home-cadastro .subscribe-form {
  12769. display: inline-block;
  12770. margin-left: 0;
  12771. width: 90%
  12772. }
  12773. .home-cadastro {
  12774. height: 100%;
  12775. width: 100%
  12776. }
  12777. .home-cadastro .box {
  12778. width: 100%;
  12779. text-align: center
  12780. }
  12781. .is-produtos .banner div {
  12782. width: 100%!important
  12783. }
  12784. .is-onde-encontrar .onde-encontrar {
  12785. margin-top: 96px
  12786. }
  12787. .is-downloads .banner {
  12788. padding-top: 150px
  12789. }
  12790. }
  12791. @media all and (max-width: 400px) {
  12792. .home-cadastro .texto {
  12793. color: #fff;
  12794. display: inline-block;
  12795. font-family: LatoBold;
  12796. font-size: 24px;
  12797. height: 105px;
  12798. line-height: 28px;
  12799. margin-bottom: 0;
  12800. margin-left: 0;
  12801. margin-right: 0;
  12802. padding-left: 70px;
  12803. padding-top: 33px;
  12804. position: relative;
  12805. vertical-align: top
  12806. }
  12807. }
  12808. @media all and (max-width: 1160px) {
  12809. .line p {
  12810. font-size: 12px
  12811. }
  12812. .todos-produtos .line p {
  12813. font-size: 14px
  12814. }
  12815. .banner-novidades h2 {
  12816. font-size: 1.7em
  12817. }
  12818. .col.col-1-2.footer--where {
  12819. padding-top: 60px!important
  12820. }
  12821. .footer--where h4 {
  12822. line-height: 16px;
  12823. line-height: 55px
  12824. }
  12825. }
  12826. @media all and (max-width: 1000px) {
  12827. .nav .icn-lista::before, .nav-dropdown {
  12828. display: none
  12829. }
  12830. .banner-bdt.cf,
  12831. .banner-economia,
  12832. .is-a-stella .empresa h2,
  12833. .is-a-stella figcaption {
  12834. text-align: center
  12835. }
  12836. .line p,
  12837. .todos-produtos .line p,
  12838. .topo-categorias ul {
  12839. font-size: 0
  12840. }
  12841. .suporte {
  12842. width: 155px;
  12843. padding-top: 10px;
  12844. padding-bottom: 10px;
  12845. padding-left: 0!important;
  12846. padding-right: 0!important
  12847. }
  12848. .l1 {
  12849. margin-top: 0
  12850. }
  12851. .nav .icn-lista {
  12852. width: auto;
  12853. margin-left: 0
  12854. }
  12855. .banner-economia h2,
  12856. .banner-economia p,
  12857. .is-a-stella img,
  12858. .texto-novidade,
  12859. .veja-mais {
  12860. display: inline-block
  12861. }
  12862. .seloBDT {
  12863. left: auto;
  12864. top: auto
  12865. }
  12866. .banner-box-1000 {
  12867. width: 100%
  12868. }
  12869. .texto-novidade {
  12870. padding: 0 5%;
  12871. width: 100%
  12872. }
  12873. .banner-box-1000>figure {
  12874. min-width: auto;
  12875. max-width: 100%
  12876. }
  12877. .banner-economia a {
  12878. width: 100%;
  12879. padding: 0
  12880. }
  12881. .banner-economia h2 {
  12882. width: 100%;
  12883. margin-top: 0
  12884. }
  12885. .banner-economia p {
  12886. width: 100%
  12887. }
  12888. .banner-economia {
  12889. width: 100%;
  12890. padding: 10%;
  12891. position: relative;
  12892. background: url(../img/bg-led-mobile.jpg) center center no-repeat;
  12893. min-height: 300px
  12894. }
  12895. .is-a-stella .banner img {
  12896. min-height: 185px
  12897. }
  12898. .is-a-stella .box {
  12899. width: 100%;
  12900. text-align: center
  12901. }
  12902. .is-a-stella img {
  12903. width: 100%
  12904. }
  12905. .is-a-stella p {
  12906. display: inline-block!important;
  12907. padding: 5%!important;
  12908. margin: 0
  12909. }
  12910. .is-a-stella h2,
  12911. .is-a-stella h3,
  12912. .is-a-stella h4 {
  12913. margin-left: 0;
  12914. margin-righ: 0;
  12915. padding: 0;
  12916. text-align: center!important
  12917. }
  12918. .is-a-stella p {
  12919. text-align: center!important;
  12920. width: 100%!important
  12921. }
  12922. .is-a-stella .bloco {
  12923. width: 100%;
  12924. margin: 0
  12925. }
  12926. .is-a-stella .led .paragrafos {
  12927. width: 100%;
  12928. padding: 0 5%;
  12929. margin-left: 0;
  12930. margin-right: 0
  12931. }
  12932. .is-a-stella figure {
  12933. text-align: center!important;
  12934. margin: 0!important;
  12935. padding: 0!important
  12936. }
  12937. .is-a-stella .cont1 h3,
  12938. .is-a-stella .cont2 h3 {
  12939. padding-left: 0
  12940. }
  12941. .is-a-stella figcaption.esq {
  12942. text-align: center
  12943. }
  12944. .is-produto .imagens-produto {
  12945. display: inline-block;
  12946. position: relative;
  12947. vertical-align: top;
  12948. width: 100%
  12949. }
  12950. .is-produto .produto,
  12951. .is-produto .produto .img-ampliada {
  12952. width: 100%;
  12953. text-align: center
  12954. }
  12955. .is-produto .img-ampliada {
  12956. display: none
  12957. }
  12958. .is-produto .swipe {
  12959. width: 100%;
  12960. position: relative;
  12961. display: inline-block
  12962. }
  12963. .is-produto .swipe-wrap {
  12964. overflow: hidden;
  12965. position: relative;
  12966. height: auto;
  12967. width: 100%;
  12968. padding: 0;
  12969. margin: 0
  12970. }
  12971. .produto .thumbs a {
  12972. width: 100%
  12973. }
  12974. .produto .thumbs a:hover::before {
  12975. display: none
  12976. }
  12977. .produto .thumbs {
  12978. margin: 0;
  12979. text-align: center
  12980. }
  12981. .produto .thumbs img {
  12982. width: 100%;
  12983. height: auto
  12984. }
  12985. .is-produto .swipe-wrap>li {
  12986. float: left;
  12987. width: 100%;
  12988. position: relative;
  12989. margin: 0;
  12990. padding: 0
  12991. }
  12992. .is-produto .seta-dir,
  12993. .is-produto .seta-esq {
  12994. position: absolute;
  12995. top: 50%;
  12996. background-image: url(../img/sprites-produto.png);
  12997. width: 17px;
  12998. height: 34px;
  12999. font-size: 0;
  13000. text-indent: -9999999px;
  13001. background-position: -418px -90px
  13002. }
  13003. .is-produto .seta-dir {
  13004. background-position: -448px -90px;
  13005. bottom: 27px;
  13006. right: 10px
  13007. }
  13008. .is-produto .seta-esq {
  13009. background-position: -418px -90px;
  13010. bottom: 27px;
  13011. left: 10px
  13012. }
  13013. .informacoes {
  13014. width: 90%
  13015. }
  13016. .topo-categorias ul {
  13017. margin: 0 auto;
  13018. padding: 0;
  13019. text-align: center;
  13020. width: 100%;
  13021. line-height: normal
  13022. }
  13023. .topo-categorias {
  13024. bottom: 67px!important;
  13025. line-height: normal;
  13026. width: 100%;
  13027. height: auto
  13028. }
  13029. .topo-categorias li {
  13030. margin: 10px 0
  13031. }
  13032. .is-produto .container {
  13033. width: 100%
  13034. }
  13035. .is-produto .topo-categorias {
  13036. height: auto;
  13037. position: relative
  13038. }
  13039. .is-produto {
  13040. display: block
  13041. }
  13042. .busca-topo form,
  13043. .is-produto .box,
  13044. .is-produto .dados-tecnicos {
  13045. width: 100%
  13046. }
  13047. .is-contato .banner figcaption,
  13048. .is-produtos .banner figcaption {
  13049. top: 123px;
  13050. width: 100%;
  13051. left: auto;
  13052. margin: 0;
  13053. text-align: center
  13054. }
  13055. .is-contato .banner p::before,
  13056. .is-produtos .banner p::before {
  13057. content: none
  13058. }
  13059. .is-contato .banner p,
  13060. .is-produtos .banner p {
  13061. margin: 35px 0 0
  13062. }
  13063. .is-contato h2,
  13064. .is-produtos h2 {
  13065. color: #74cede;
  13066. display: inline-block;
  13067. font-family: LatoLight;
  13068. font-size: 50px;
  13069. margin: 0;
  13070. text-align: center;
  13071. vertical-align: top;
  13072. width: 428px
  13073. }
  13074. .is-contato .banner,
  13075. .is-produtos .banner {
  13076. min-height: 566px
  13077. }
  13078. .is-produtos .busca-topo {
  13079. bottom: 127px
  13080. }
  13081. .is-contato .box,
  13082. .is-contato .box2 {
  13083. display: block;
  13084. text-align: center;
  13085. width: 100%;
  13086. padding: 80px 0;
  13087. position: relative
  13088. }
  13089. .is-contato .fone {
  13090. margin: 0
  13091. }
  13092. .is-contato fieldset {
  13093. display: inline-block;
  13094. width: 90%
  13095. }
  13096. .is-contato .banner {
  13097. min-height: 460px
  13098. }
  13099. .is-perguntas-frequentes .duvidas .box {
  13100. width: 100%;
  13101. text-align: center
  13102. }
  13103. .is-perguntas-frequentes .duvidas ul {
  13104. margin: 0;
  13105. display: inline-block;
  13106. width: 100%
  13107. }
  13108. .is-perguntas-frequentes .duvidas li {
  13109. margin: 0 0 10px;
  13110. padding: 10px 15px;
  13111. width: 100%
  13112. }
  13113. .is-perguntas-frequentes .banner {
  13114. min-height: 310px;
  13115. padding-top: 165px
  13116. }
  13117. .is-perguntas-frequentes .mande-duvidas {
  13118. width: 100%
  13119. }
  13120. .is-downloads .titulo {
  13121. padding: 0 20px
  13122. }
  13123. .is-downloads h3 {
  13124. width: 100%
  13125. }
  13126. .is-downloads .listas .categorias li {
  13127. margin-bottom: 10px
  13128. }
  13129. .is-downloads .listas .links {
  13130. width: 100%;
  13131. text-align: center;
  13132. padding: 0
  13133. }
  13134. .is-downloads .listas .links li:nth-child(3n+1) {
  13135. margin-left: 20px
  13136. }
  13137. .is-downloads .listas .links li {
  13138. margin: 10px 20px
  13139. }
  13140. .is-produtos .banner-eco,
  13141. .is-produtos .banner-fitas,
  13142. .is-produtos .banner-jardim,
  13143. .is-produtos .banner-pro {
  13144. top: 199px!important
  13145. }
  13146. .header {
  13147. background-position: center -90px;
  13148. height: 96px
  13149. }
  13150. .footer--where h4 {
  13151. line-height: 55px
  13152. }
  13153. .footer--where {
  13154. padding-top: 20px!important
  13155. }
  13156. .footer h4 {
  13157. text-align: left!important
  13158. }
  13159. .footer>.col {
  13160. padding-top: 60px
  13161. }
  13162. .is-contato .contato {
  13163. margin-top: 95px
  13164. }
  13165. }
  13166. @media all and (max-width: 900px) {
  13167. .footer--where, .topo-categorias {
  13168. padding-top: 60px
  13169. }
  13170. .is-onde-encontrar .box-selects {
  13171. margin-left: 10px
  13172. }
  13173. .is-onde-encontrar .listagem li {
  13174. margin-right: 20px
  13175. }
  13176. .is-produto .box {
  13177. padding-bottom: 20px
  13178. }
  13179. .is-produto .documentos li:nth-child(2) {
  13180. border-right: none
  13181. }
  13182. .is-produto .documentos li:nth-child(3) {
  13183. margin-top: 40px
  13184. }
  13185. .is-contato .banner {
  13186. min-height: 460px
  13187. }
  13188. .is-contato h2 {
  13189. font-size: 43px
  13190. }
  13191. .is-produtos .banner {
  13192. min-height: 339px
  13193. }
  13194. .is-produtos .banner-eco,
  13195. .is-produtos .banner-fitas,
  13196. .is-produtos .banner-jardim,
  13197. .is-produtos .banner-pro,
  13198. .is-produtos .banner-todos {
  13199. top: 189px!important
  13200. }
  13201. .topo-categorias {
  13202. bottom: 0!important;
  13203. min-height: 190px
  13204. }
  13205. .footer--where h4 {
  13206. line-height: 55px
  13207. }
  13208. footer .col-1-2 {
  13209. width: 100%!important
  13210. }
  13211. .is-index .banner img {
  13212. min-height: auto;
  13213. margin-top: 0
  13214. }
  13215. .is-index .rsHidden {
  13216. opacity: 1;
  13217. visibility: visible
  13218. }
  13219. .is-index .banner {
  13220. height: 600px;
  13221. min-height: 600px
  13222. }
  13223. .is-busca .topo-categorias {
  13224. padding-top: 10px
  13225. }
  13226. .is-downloads h3 span {
  13227. width: 78%
  13228. }
  13229. .logo {
  13230. background: url(../img/stella-logo-mobile.png) center top no-repeat rgba(0, 0, 0, 0);
  13231. display: inline-block;
  13232. height: 36px;
  13233. margin-bottom: 30px;
  13234. margin-top: 30px;
  13235. padding: 0;
  13236. text-indent: -9999em;
  13237. transition: all .3s ease 0s;
  13238. width: 163px
  13239. }
  13240. }
  13241. @media all and (max-width: 800px) {
  13242. .top-busca {
  13243. right: auto;
  13244. margin-right: auto;
  13245. }
  13246. .footer--where {
  13247. padding-top: 20px!important;
  13248. width: 100%;
  13249. display: block
  13250. }
  13251. .footer>.col {
  13252. width: 100%;
  13253. display: inline-block;
  13254. text-align: left;
  13255. padding-left: 20px;
  13256. padding-top: 50px
  13257. }
  13258. .footer--where h4 {
  13259. padding: 0;
  13260. margin-top: 15px
  13261. }
  13262. .footer--where .footer-onde {
  13263. width: 70%
  13264. }
  13265. .footer--where .endereco1 {
  13266. width: 50%!important;
  13267. margin: 15px 0
  13268. }
  13269. .footer--where .footer-tambem {
  13270. width: 30%
  13271. }
  13272. .footer--where .tambem-item {
  13273. width: 50%!important;
  13274. margin: 15px 0;
  13275. padding: 0
  13276. }
  13277. .is-index .banner img {
  13278. min-height: auto;
  13279. margin-top: 0
  13280. }
  13281. .is-index .rsHidden {
  13282. opacity: 1;
  13283. visibility: visible
  13284. }
  13285. .is-index .banner {
  13286. height: 600px;
  13287. min-height: 600px
  13288. }
  13289. .is-downloads h3 span {
  13290. width: 74%
  13291. }
  13292. .is-onde-encontrar .listagem li {
  13293. margin-right: 20px
  13294. }
  13295. .is-produtos .menu-interno-produtos {
  13296. background: rgba(0, 138, 158, .8);
  13297. bottom: 0;
  13298. height: 70px
  13299. }
  13300. .is-produtos .menu-interno-produtos .menu-interno-categorias,
  13301. .is-produtos .menu-interno-produtos .menu-interno-linhas {
  13302. display: none
  13303. }
  13304. .is-produtos .menu-interno-produtos form {
  13305. width: 100%;
  13306. height: 100%;
  13307. padding: 5px 18px;
  13308. display: block
  13309. }
  13310. .is-produtos .menu-interno-produtos form select {
  13311. width: 100%;
  13312. border: 0;
  13313. height: 100%;
  13314. color: #0189a5;
  13315. font-size: 15px;
  13316. padding: 10px
  13317. }
  13318. .banner--small {
  13319. min-height: 185px
  13320. }
  13321. .is-novidades .banner {
  13322. padding-top: 165px
  13323. }
  13324. .is-touch .banner-novidades .line h2 {
  13325. margin-top: 15%
  13326. }
  13327. }
  13328. @media all and (min-width: 736px) and (max-width: 799px) {
  13329. .is-index .banner img {
  13330. width: 100%!important;
  13331. max-width: 100%!important;
  13332. margin-top: 0!important;
  13333. min-height: 552px!important
  13334. }
  13335. .is-index .banner {
  13336. height: 552px!important;
  13337. min-height: 552px!important
  13338. }
  13339. .is-onde-encontrar .listagem li:nth-child(3n) {
  13340. margin-right: 0
  13341. }
  13342. .is-onde-encontrar .listagem li {
  13343. width: 28%;
  13344. margin-right: 20px
  13345. }
  13346. }
  13347. @media all and (min-width: 665px) and (max-width: 735px) {
  13348. .is-index .banner img {
  13349. width: 667px!important;
  13350. height: 500px;
  13351. max-width: 667px!important;
  13352. max-height: 500px!important;
  13353. margin-top: 0!important;
  13354. min-height: 500px!important
  13355. }
  13356. .is-index .banner {
  13357. height: 500px!important;
  13358. min-height: 500px!important
  13359. }
  13360. .is-onde-encontrar .listagem li {
  13361. width: 88%!important;
  13362. margin-right: 10px
  13363. }
  13364. }
  13365. @media all and (max-width: 650px) {
  13366. .is-produto .documentos li {
  13367. display: block;
  13368. border: none;
  13369. margin-bottom: 40px
  13370. }
  13371. .is-busca .banner h2 {
  13372. color: #01abbd;
  13373. font-family: LatoLight;
  13374. font-size: 38px;
  13375. margin: 0
  13376. }
  13377. .is-busca .banner .busca-topo {
  13378. height: 98px;
  13379. bottom: 126px
  13380. }
  13381. .is-contato .banner {
  13382. min-height: 460px
  13383. }
  13384. .is-contato h2 {
  13385. font-size: 43px
  13386. }
  13387. .is-produtos .banner {
  13388. min-height: 626px
  13389. }
  13390. .banner .busca-topo {
  13391. bottom: 156px;
  13392. height: 68px
  13393. }
  13394. .is-produtos .banner-eco,
  13395. .is-produtos .banner-fitas,
  13396. .is-produtos .banner-jardim,
  13397. .is-produtos .banner-pro,
  13398. .is-produtos .banner-todos {
  13399. top: 149px!important
  13400. }
  13401. .is-contato .banner p,
  13402. .is-produtos .banner p {
  13403. margin-top: 65px
  13404. }
  13405. .is-produtos .banner-eco h2,
  13406. .is-produtos .banner-jardim h2,
  13407. .is-produtos .banner-pro h2,
  13408. .is-produtos .banner-todos h2 {
  13409. width: 100%
  13410. }
  13411. .is-produtos .banner p {
  13412. font-size: 13px
  13413. }
  13414. .topo-categorias {
  13415. bottom: 0!important;
  13416. min-height: 190px
  13417. }
  13418. .is-busca .topo-categorias {
  13419. bottom: 0!important;
  13420. min-height: 130px
  13421. }
  13422. .footer--where {
  13423. padding: 0!important;
  13424. display: block;
  13425. width: 100%
  13426. }
  13427. .footer--also {
  13428. display: block;
  13429. width: 100%
  13430. }
  13431. .footer--also a {
  13432. max-width: 310px
  13433. }
  13434. .footer>.col {
  13435. width: 100%;
  13436. display: inline-block;
  13437. text-align: left;
  13438. padding-left: 20px;
  13439. padding-top: 20px
  13440. }
  13441. .is-index .banner img {
  13442. min-height: auto;
  13443. margin-top: 0!important
  13444. }
  13445. .is-index .rsHidden {
  13446. opacity: 1;
  13447. visibility: visible
  13448. }
  13449. .is-index .banner {
  13450. height: 700px;
  13451. min-height: 700px
  13452. }
  13453. .is-busca .topo-categorias {
  13454. padding-top: 10px
  13455. }
  13456. .is-downloads h3 span {
  13457. width: 71%
  13458. }
  13459. .is-produtos .banner-eco h2,
  13460. .is-produtos .banner-jardim h2,
  13461. .is-produtos .banner-pro h2,
  13462. .is-produtos .banner-todos h2 {
  13463. margin-top: 20px
  13464. }
  13465. .is-produto .documentos li span {
  13466. margin: 0 auto
  13467. }
  13468. }
  13469. @media all and (max-width: 620px) {
  13470. .is-novidades .col-1-3, .is-novidades section {
  13471. width: 100%
  13472. }
  13473. .is-novidades.sidebar {
  13474. width: 100%;
  13475. padding-bottom: 60px
  13476. }
  13477. .is-onde-encontrar .listagem li {
  13478. margin-right: 30px
  13479. }
  13480. .is-onde-encontrar .listagem li:nth-child(n+2),
  13481. .is-onde-encontrar .listagem li:nth-child(n+3) {
  13482. margin-right: 0
  13483. }
  13484. .is-onde-encontrar .listagem li:nth-child(n+3) {
  13485. margin-right: 30px
  13486. }
  13487. .footer--where .footer-onde {
  13488. width: 50%
  13489. }
  13490. }
  13491. @media all and (max-width: 500px) {
  13492. .is-downloads h3 span {
  13493. display: none
  13494. }
  13495. .is-touch .banner-novidades .line figcaption {
  13496. margin-top: 15%
  13497. }
  13498. .is-touch .conheca-encontrar img {
  13499. height: 120px
  13500. }
  13501. .is-touch .conheca-encontrar .line {
  13502. width: 100%;
  13503. height: 50%
  13504. }
  13505. .is-touch .conheca-encontrar .line:last-of-type {
  13506. bottom: 0;
  13507. top: inherit
  13508. }
  13509. .is-touch .conheca-encontrar .line h2 {
  13510. margin-top: 0;
  13511. height: 60px;
  13512. line-height: 60px
  13513. }
  13514. .is-produtos .busca-topo {
  13515. bottom: 29%
  13516. }
  13517. .topo-categorias {
  13518. bottom: 77px!important;
  13519. min-height: 184px
  13520. }
  13521. .is-produtos .banner-fitas h2 {
  13522. width: 100%
  13523. }
  13524. .col.col-1-2.footer--where {
  13525. padding-left: 25px!important
  13526. }
  13527. .footer>.col {
  13528. padding-left: 20px;
  13529. text-align: left
  13530. }
  13531. .is-index .rsHidden,
  13532. .nav .nav-dropdown {
  13533. opacity: 1;
  13534. visibility: visible
  13535. }
  13536. .is-onde-encontrar .listagem li {
  13537. width: 88%!important
  13538. }
  13539. .footer--where h4,
  13540. .is-contato .banner p,
  13541. .is-contato h2,
  13542. .is-produtos .banner p,
  13543. .is-produtos h2 {
  13544. width: 100%
  13545. }
  13546. .is-contato h2,
  13547. .is-contato h2 strong,
  13548. .is-produtos h2,
  13549. .is-produtos h2 strong {
  13550. font-size: 40px
  13551. }
  13552. .banner .busca-topo {
  13553. height: 68px;
  13554. bottom: 37%
  13555. }
  13556. .is-busca .banner .busca-topo {
  13557. height: 88px;
  13558. bottom: 37%
  13559. }
  13560. .is-index .banner img {
  13561. margin-top: 0!important;
  13562. min-height: 315px
  13563. }
  13564. .is-index .banner {
  13565. height: 360px!important;
  13566. min-height: 360px
  13567. }
  13568. .is-contato .banner {
  13569. min-height: 460px
  13570. }
  13571. .is-contato h2 {
  13572. font-size: 43px
  13573. }
  13574. .is-produtos .banner {
  13575. min-height: 299px
  13576. }
  13577. .is-produto .topo-categorias {
  13578. padding-top: 140px
  13579. }
  13580. .col-1-3 {
  13581. width: 50%
  13582. }
  13583. .footer--where {
  13584. padding-top: 0!important
  13585. }
  13586. .is-a-stella .paragrafos {
  13587. width: 100%;
  13588. margin: 0!important
  13589. }
  13590. .is-a-stella figure {
  13591. width: 100%
  13592. }
  13593. .is-a-stella h2 {
  13594. font-size: 39px
  13595. }
  13596. .is-downloads .titulo strong {
  13597. top: -15px;
  13598. font-size: 27px
  13599. }
  13600. .nav>ul {
  13601. top: 30px
  13602. }
  13603. .nav .nav-dropdown {
  13604. background: #aaa;
  13605. box-shadow: none;
  13606. left: 13px!important;
  13607. margin: 0;
  13608. padding: 0;
  13609. position: relative;
  13610. text-align: center;
  13611. top: 0;
  13612. transform: none;
  13613. width: 155px
  13614. }
  13615. }
  13616. @media all and (min-width: 400px) and (max-width: 425px) {
  13617. .home-cadastro .texto {
  13618. font-size: 24px;
  13619. font-family: LatoBold;
  13620. display: inline-block;
  13621. height: 105px;
  13622. line-height: 32px;
  13623. vertical-align: top;
  13624. margin: 0;
  13625. color: #FFF;
  13626. position: relative;
  13627. padding-left: 120px;
  13628. padding-top: 24px
  13629. }
  13630. }
  13631. @media all and (max-width: 420px) {
  13632. .is-produto .descricao2, .is-produto h5 {
  13633. font-family: Lato
  13634. }
  13635. .banner .busca-topo {
  13636. bottom: 247px;
  13637. height: 68px
  13638. }
  13639. .topo-categorias {
  13640. bottom: 7px!important;
  13641. min-height: 184px
  13642. }
  13643. .is-busca .banner .busca-topo {
  13644. bottom: 187px;
  13645. height: 68px
  13646. }
  13647. .is-produtos h2,
  13648. .is-produtos h2 strong {
  13649. font-size: 42px
  13650. }
  13651. .is-produtos .banner-fitas h2 {
  13652. margin-top: 17px
  13653. }
  13654. .is-index .banner img {
  13655. width: 100%!important;
  13656. height: 373px!important;
  13657. max-width: 100%!important;
  13658. max-height: 373px!important;
  13659. margin-top: 0!important;
  13660. min-height: 373px
  13661. }
  13662. .is-index .rsHidden {
  13663. opacity: 1;
  13664. visibility: visible
  13665. }
  13666. .is-index .banner {
  13667. height: 373px!important;
  13668. min-height: 373px!important
  13669. }
  13670. .is-produto .banner--small {
  13671. min-height: 373px
  13672. }
  13673. .is-produto h5 {
  13674. color: #01abbd;
  13675. font-size: 38px;
  13676. height: 110px;
  13677. line-height: 50px;
  13678. text-align: center
  13679. }
  13680. .is-produto .product-list {
  13681. margin-left: 0
  13682. }
  13683. .is-produto .descricao {
  13684. width: 100%;
  13685. text-align: left
  13686. }
  13687. .is-produto .descricao2 {
  13688. color: #999;
  13689. display: inline-block;
  13690. font-size: 15px;
  13691. margin: 0;
  13692. min-height: 37px;
  13693. position: relative;
  13694. text-align: left;
  13695. vertical-align: top;
  13696. border-left: 0;
  13697. padding-left: 0
  13698. }
  13699. .is-produto #filters {
  13700. margin-top: 60px
  13701. }
  13702. .is-produto .topo-categorias {
  13703. padding-top: 70px;
  13704. min-height: 100%;
  13705. max-height: 100%
  13706. }
  13707. .banner-economia .veja-mais {
  13708. width: 255px
  13709. }
  13710. .is-a-stella *,
  13711. .is-a-stella .cont1,
  13712. .is-a-stella .cont2,
  13713. .is-a-stella article>div img,
  13714. .is-a-stella h2,
  13715. .is-a-stella h3,
  13716. .is-a-stella h4 {
  13717. max-width: 100%
  13718. }
  13719. .is-a-stella .conceitos h2,
  13720. .is-a-stella .desenvolvimento-produtos h2,
  13721. .is-a-stella .tecnologia-stella h2 {
  13722. padding-top: 20px
  13723. }
  13724. .is-downloads .titulo strong {
  13725. font-size: 15px;
  13726. top: -8px
  13727. }
  13728. .is-downloads .catalogo .titulo strong {
  13729. top: -8px
  13730. }
  13731. }
  13732. @media all and (min-width: 350px) and (max-width: 380px) {
  13733. .is-index .banner img {
  13734. width: 375px!important;
  13735. height: 281px;
  13736. max-width: 375px!important;
  13737. max-height: 281px!important;
  13738. margin-top: 0!important;
  13739. min-height: 281px!important
  13740. }
  13741. .is-index .banner {
  13742. height: 281px!important;
  13743. min-height: 281px!important
  13744. }
  13745. .is-a-stella .conceitos h2,
  13746. .is-a-stella .tecnologia-stella h2 {
  13747. padding-top: 40px
  13748. }
  13749. .is-onde-encontrar .listagem li {
  13750. width: 88%!important
  13751. }
  13752. .is-onde-encontrar .box-selects {
  13753. margin-left: 40px
  13754. }
  13755. }
  13756. @media all and (min-width: 381px) and (max-width: 479px) {
  13757. .is-index .banner img {
  13758. width: 414px!important;
  13759. height: 311px;
  13760. max-width: 414px!important;
  13761. max-height: 311px!important;
  13762. margin-top: 0!important;
  13763. min-height: 311px!important
  13764. }
  13765. .is-index .banner {
  13766. height: 311px!important;
  13767. min-height: 311px!important
  13768. }
  13769. }
  13770. @media all and (max-width: 320px) {
  13771. .is-produto .descricao2, .is-produto h5 {
  13772. font-family: Lato
  13773. }
  13774. .is-novidades .swipe-wrap ul {
  13775. padding-left: 20px
  13776. }
  13777. .busca-topo input {
  13778. font-size: 10px
  13779. }
  13780. .banner .busca-topo {
  13781. bottom: 247px;
  13782. height: 68px
  13783. }
  13784. .topo-categorias {
  13785. bottom: 7px!important;
  13786. min-height: 184px
  13787. }
  13788. .is-produtos h2,
  13789. .is-produtos h2 strong {
  13790. font-size: 35px
  13791. }
  13792. .is-produtos .banner-fitas h2 {
  13793. margin-top: 25px;
  13794. font-size: 30px
  13795. }
  13796. .is-produtos .banner-fitas h2 strong {
  13797. font-size: 30px
  13798. }
  13799. .is-index .banner img {
  13800. width: 320px!important;
  13801. height: 373px!important;
  13802. max-width: 320px!important;
  13803. max-height: 373px!important;
  13804. margin-top: 0!important;
  13805. min-height: 373px
  13806. }
  13807. .is-index .rsHidden {
  13808. opacity: 1;
  13809. visibility: visible
  13810. }
  13811. .is-index .banner {
  13812. height: 373px!important;
  13813. min-height: 373px!important
  13814. }
  13815. .is-produto .banner--small {
  13816. min-height: 373px
  13817. }
  13818. .is-produto h5 {
  13819. color: #01abbd;
  13820. font-size: 38px;
  13821. height: 110px;
  13822. line-height: 50px;
  13823. text-align: center
  13824. }
  13825. .is-produto .product-list {
  13826. margin-left: 0
  13827. }
  13828. .is-produto .descricao {
  13829. width: 100%;
  13830. text-align: left
  13831. }
  13832. .is-produto .descricao2 {
  13833. color: #999;
  13834. display: inline-block;
  13835. font-size: 15px;
  13836. margin: 0;
  13837. min-height: 37px;
  13838. position: relative;
  13839. text-align: left;
  13840. vertical-align: top;
  13841. border-left: 0;
  13842. padding-left: 0
  13843. }
  13844. .is-produto #filters {
  13845. margin-top: 60px
  13846. }
  13847. .is-produto .topo-categorias {
  13848. padding-top: 70px;
  13849. min-height: 320px;
  13850. max-height: 320px
  13851. }
  13852. .banner-economia .veja-mais {
  13853. width: 255px
  13854. }
  13855. .is-a-stella *,
  13856. .is-a-stella .cont1,
  13857. .is-a-stella .cont2,
  13858. .is-a-stella article>div img,
  13859. .is-a-stella h2,
  13860. .is-a-stella h3,
  13861. .is-a-stella h4 {
  13862. max-width: 320px
  13863. }
  13864. .is-produtos .banner-todos h2 {
  13865. line-height: 30px;
  13866. margin-top: 15px
  13867. }
  13868. }
  13869. .nav-dropdown.suporte:before {
  13870. margin-left: -270px
  13871. }
  13872. .suporte {
  13873. width: 202px
  13874. }
  13875. .is-novidades .swipe {
  13876. visibility: hidden
  13877. }
  13878. .is-novidades .swipe-wrap ul {
  13879. float: left;
  13880. position: relative;
  13881. width: 100%
  13882. }
  13883. .is-novidades .swipe-wrap ul li {
  13884. display: inline-block;
  13885. width: 30%;
  13886. border: 4px solid #FFF
  13887. }
  13888. .is-novidades .swipe-wrap ul li img {
  13889. vertical-align: middle;
  13890. width: 100%;
  13891. height: auto
  13892. }
  13893. .is-novidades .sidebar {
  13894. padding-right: 0
  13895. }
  13896. .is-novidades .sec-novidade {
  13897. padding-left: 0
  13898. }
  13899. .is-novidades .container {
  13900. border-top: 1px solid #e1e1e1
  13901. }
  13902. .is-novidades iframe {
  13903. width: 100%!important
  13904. }
  13905. }
  13906. .is-lista-produtos .centro {
  13907. padding-top: 145px
  13908. }
  13909. .is-lista-produtos .conteudo {
  13910. padding-top: 109px;
  13911. width: 100%;
  13912. max-width: 960px;
  13913. margin: 0 auto
  13914. }
  13915. .is-lista-produtos .centro h1,
  13916. .is-lista-produtos .centro h2 {
  13917. font-family: LatoLight;
  13918. color: #01abbd;
  13919. padding: 0!important;
  13920. text-align: center
  13921. }
  13922. .is-lista-produtos .centro h1 {
  13923. font-size: 48px;
  13924. margin: 0!important
  13925. }
  13926. .is-lista-produtos .centro h2 {
  13927. font-size: 28px;
  13928. margin: 100px 0 200px!important
  13929. }
  13930. .is-lista-produtos li {
  13931. list-style: none
  13932. }
  13933. .is-lista-produtos .lista li img {
  13934. display: inline-block;
  13935. max-width: 100px;
  13936. border: 1px solid #CCC
  13937. }
  13938. .is-lista-produtos .lista li .bloco-desc {
  13939. display: inline-block;
  13940. margin-left: 20px;
  13941. max-width: 370px
  13942. }
  13943. .is-lista-produtos .lista {
  13944. border-bottom: 2px dotted #CCC;
  13945. margin-top: 40px;
  13946. padding-left: 0
  13947. }
  13948. .is-lista-produtos .lista li {
  13949. padding-bottom: 37px;
  13950. border-top: 2px dotted #CCC;
  13951. list-style: none;
  13952. padding-left: 31px;
  13953. padding-top: 36px
  13954. }
  13955. .is-lista-produtos .bloco-desc {
  13956. vertical-align: top
  13957. }
  13958. .is-lista-produtos li .nome-produto {
  13959. text-align: left;
  13960. color: #008a9c;
  13961. font-size: 31px;
  13962. line-height: 35px;
  13963. margin: 7px 0 0
  13964. }
  13965. .is-lista-produtos .descricoes {
  13966. display: block;
  13967. margin-top: 24px
  13968. }
  13969. .is-lista-produtos .descricoes .descricao2 {
  13970. border: 0;
  13971. margin: 0;
  13972. padding: 0
  13973. }
  13974. .is-lista-produtos .descricoes .descricao2 span {
  13975. display: inline-block
  13976. }
  13977. .is-lista-produtos .quantidade {
  13978. color: #404040;
  13979. display: inline-block;
  13980. font-size: 14px;
  13981. padding-left: 0;
  13982. padding-top: 31px;
  13983. vertical-align: top
  13984. }
  13985. .is-lista-produtos .txt-vazio {
  13986. text-align: center;
  13987. color: #696969;
  13988. margin-top: 100px
  13989. }
  13990. .spinner {
  13991. background: #FFF;
  13992. border: 1px solid #ccc;
  13993. border-radius: 5px;
  13994. height: 40px;
  13995. margin-left: 10px;
  13996. text-align: center;
  13997. width: 60px
  13998. }
  13999. .ui-spinner-button {
  14000. position: absolute;
  14001. right: 4px;
  14002. top: 6px
  14003. }
  14004. .ui-spinner {
  14005. position: relative
  14006. }
  14007. .ui-spinner-button.ui-spinner-up.ui-corner-tr.ui-button.ui-widget.ui-state-default.ui-button-text-only {
  14008. color: #0189a5;
  14009. cursor: pointer;
  14010. top: -6px;
  14011. width: 10px;
  14012. text-align: center;
  14013. font-weight: 700
  14014. }
  14015. .ui-spinner-button.ui-spinner-down.ui-corner-br.ui-button.ui-widget.ui-state-default.ui-button-text-only {
  14016. cursor: pointer;
  14017. color: #0189a5;
  14018. width: 10px;
  14019. text-align: center;
  14020. font-weight: 700
  14021. }
  14022. .is-lista-produtos .ui-spinner::before {
  14023. border-right: 2px dotted #ccc;
  14024. content: "";
  14025. height: 103px;
  14026. position: absolute;
  14027. right: -45px;
  14028. top: -40px;
  14029. width: 20px
  14030. }
  14031. .is-lista-produtos .remover {
  14032. background-color: #fff;
  14033. background-image: url(../img/ico-remover.jpg);
  14034. background-position: right center;
  14035. background-repeat: no-repeat;
  14036. border: 0;
  14037. color: #404040;
  14038. font-family: latolight;
  14039. font-size: 14px;
  14040. height: 24px;
  14041. margin-left: 73px;
  14042. margin-top: 40px;
  14043. padding-right: 30px;
  14044. vertical-align: top
  14045. }
  14046. .modal-print {
  14047. background-color: rgba(0, 0, 0, .3);
  14048. position: fixed;
  14049. z-index: 99999;
  14050. width: 100%;
  14051. height: 100%;
  14052. display: none
  14053. }
  14054. .modal-print .box-dados-print {
  14055. background-color: #fff;
  14056. border-radius: 10px;
  14057. margin: 40px auto 0;
  14058. padding-bottom: 40px;
  14059. padding-left: 50px;
  14060. padding-top: 50px;
  14061. position: relative;
  14062. width: 370px
  14063. }
  14064. .is-lista-produtos .modal-print .titulo {
  14065. font-family: latolight;
  14066. color: #01abbd;
  14067. font-size: 30px;
  14068. padding-bottom: 15px;
  14069. border-bottom: 1px solid #c1c1c1;
  14070. margin-bottom: 25px;
  14071. width: 265px;
  14072. display: block
  14073. }
  14074. .is-lista-produtos .modal-print .texto {
  14075. color: #404040;
  14076. font-size: 14px;
  14077. font-family: latolight;
  14078. width: 282px;
  14079. display: block
  14080. }
  14081. .is-lista-produtos .modal-print .fechar {
  14082. background-image: url(../img/fechar-modal.png);
  14083. height: 18px;
  14084. position: absolute;
  14085. right: 15px;
  14086. text-indent: -9999px;
  14087. top: 15px;
  14088. width: 18px
  14089. }
  14090. .box-dados-print input,
  14091. .box-dados-print select {
  14092. width: 230px;
  14093. height: 35px;
  14094. display: block;
  14095. margin-bottom: 20px;
  14096. border: 1px solid #d3d3d3;
  14097. border-radius: 5px;
  14098. color: #404040;
  14099. font-family: latolight;
  14100. padding-left: 10px;
  14101. padding-right: 10px
  14102. }
  14103. .box-dados-print .bt-add-email {
  14104. display: block;
  14105. font-size: 13px;
  14106. line-height: 20px;
  14107. color: #666;
  14108. margin-bottom: 20px;
  14109. text-decoration: none
  14110. }
  14111. .is-produto .ajuda,
  14112. .is-produto .duvida-lista {
  14113. font-family: latolight;
  14114. font-size: 14px
  14115. }
  14116. .is-lista-produtos .bt-finalizar,
  14117. .is-lista-produtos .bt-imprimir {
  14118. background: #0189a5;
  14119. border: 0;
  14120. border-radius: 5px;
  14121. color: #fff;
  14122. line-height: 45px;
  14123. padding: 0 0 0 34px;
  14124. width: 230px;
  14125. position: relative;
  14126. display: block
  14127. }
  14128. .is-lista-produtos .bt-finalizar {
  14129. display: block;
  14130. margin: 44px auto 100px;
  14131. width: 230px
  14132. }
  14133. .box-dados-print>form {
  14134. text-align: center;
  14135. width: 270px
  14136. }
  14137. .is-lista-produtos .bt-finalizar::before,
  14138. .is-lista-produtos .bt-imprimir::before {
  14139. background-image: url(../img/ico-print.png);
  14140. content: "";
  14141. display: block;
  14142. height: 23px;
  14143. left: 60px;
  14144. padding: 0;
  14145. position: absolute;
  14146. top: 10px;
  14147. width: 24px
  14148. }
  14149. .is-lista-produtos .bt-finalizar::before {
  14150. left: 54px
  14151. }
  14152. .is-lista-produtos.box-dados-print>form {
  14153. text-align: center;
  14154. width: 270px
  14155. }
  14156. .is-lista-produtos .box-dados-print ul {
  14157. display: inline-block;
  14158. padding: 0;
  14159. width: 230px
  14160. }
  14161. .is-lista-produtos .direita {
  14162. display: inline-block;
  14163. min-width: 300px;
  14164. vertical-align: top;
  14165. float: right
  14166. }
  14167. .is-lista-produtos .esquerda {
  14168. display: inline-block;
  14169. min-width: 300px;
  14170. vertical-align: top
  14171. }
  14172. .is-lista-produtos .dados {
  14173. display: none
  14174. }
  14175. .is-produto .blocoAdicionar {
  14176. display: block;
  14177. position: relative
  14178. }
  14179. .is-produto .adicionar-lista {
  14180. background-color: #0189a5;
  14181. border-radius: 5px;
  14182. color: #fff;
  14183. display: inline-block;
  14184. height: 40px;
  14185. line-height: 40px;
  14186. margin-right: 10px;
  14187. margin-top: 30px;
  14188. padding-left: 24px;
  14189. position: relative;
  14190. text-align: center;
  14191. text-decoration: none;
  14192. width: 210px
  14193. }
  14194. .is-produto .adicionar-lista::before {
  14195. background-image: url(../img/ico-adicionar-lista.png);
  14196. content: "";
  14197. display: block;
  14198. height: 18px;
  14199. left: 20px;
  14200. position: absolute;
  14201. top: 12px;
  14202. width: 18px
  14203. }
  14204. .is-produto .duvida-lista {
  14205. background-color: #01abbd;
  14206. border-radius: 100%;
  14207. color: #fff;
  14208. display: inline-block;
  14209. font-weight: 700;
  14210. height: 18px;
  14211. line-height: 16px;
  14212. text-align: center;
  14213. text-decoration: none;
  14214. width: 18px
  14215. }
  14216. .is-produto .duvida-lista:hover .ajuda {
  14217. display: block
  14218. }
  14219. .is-produto .ajuda {
  14220. display: none;
  14221. background-color: #fff;
  14222. background-image: url(../img/bg-ajuda.png?v=1);
  14223. border-radius: 5px;
  14224. height: 111px;
  14225. left: 152px;
  14226. padding: 15px 23px 23px;
  14227. position: absolute;
  14228. text-align: left;
  14229. top: -81px;
  14230. vertical-align: top;
  14231. width: 322px;
  14232. color: #7d7d7d;
  14233. line-height: 20px
  14234. }
  14235. .modal-lista-produto .error-add,
  14236. .modal-lista-produto .texto,
  14237. .modal-lista-produto .titulo {
  14238. font-family: latolight
  14239. }
  14240. .modal-lista-produto {
  14241. background-color: rgba(0, 0, 0, .3);
  14242. position: fixed;
  14243. z-index: 99999;
  14244. width: 100%;
  14245. height: 100%;
  14246. display: none
  14247. }
  14248. .modal-lista-produto .box-modal {
  14249. background-color: #fff;
  14250. border-radius: 10px;
  14251. left: 50%;
  14252. margin-left: -235px;
  14253. margin-top: -135px;
  14254. min-height: 270px;
  14255. padding: 30px;
  14256. position: relative;
  14257. top: 50%;
  14258. width: 470px
  14259. }
  14260. .modal-lista-produto .titulo {
  14261. color: #01abbd;
  14262. font-size: 33px;
  14263. padding-bottom: 15px;
  14264. border-bottom: 1px dotted #c1c1c1;
  14265. margin-bottom: 25px;
  14266. width: 395px;
  14267. display: block
  14268. }
  14269. .modal-lista-produto .texto {
  14270. color: #404040;
  14271. font-size: 14px;
  14272. width: 328px;
  14273. display: inline-block
  14274. }
  14275. .modal-lista-produto .descricoes {
  14276. margin-top: 0;
  14277. padding: 10px 0
  14278. }
  14279. .modal-lista-produto .descricoes:hover {
  14280. background: #F4F4F4
  14281. }
  14282. .modal-lista-produto .error-add {
  14283. color: #dd6f6f;
  14284. font-size: 12px;
  14285. display: block;
  14286. height: 30px;
  14287. margin: 0
  14288. }
  14289. .modal-lista-produto .spinner {
  14290. background: #FFF;
  14291. border: 1px solid #ccc;
  14292. border-radius: 5px;
  14293. height: 32px;
  14294. margin-left: 10px;
  14295. text-align: center;
  14296. width: 50px
  14297. }
  14298. .modal-lista-produto .adicionar {
  14299. display: block;
  14300. width: 190px;
  14301. height: 40px;
  14302. line-height: 40px;
  14303. text-align: center;
  14304. font-size: 14px;
  14305. color: #FFF;
  14306. border-radius: 5px;
  14307. background-color: #0189a5;
  14308. text-decoration: none;
  14309. margin-top: 15px;
  14310. border: 0
  14311. }
  14312. .modal-lista-produto .spinner.ui-spinner-input {
  14313. margin-left: 0
  14314. }
  14315. .modal-lista-produto .ui-spinner-button.ui-spinner-up.ui-corner-tr.ui-button.ui-widget.ui-state-default.ui-button-text-only {
  14316. color: #0189a5;
  14317. cursor: pointer;
  14318. top: -5px;
  14319. font-size: 13px
  14320. }
  14321. .modal-lista-produto .ui-spinner-button.ui-spinner-down.ui-corner-br.ui-button.ui-widget.ui-state-default.ui-button-text-only {
  14322. cursor: pointer;
  14323. color: #0189a5;
  14324. font-size: 13px
  14325. }
  14326. .modal-lista-produto .fechar {
  14327. background-image: url(../img/fechar-modal.png);
  14328. height: 18px;
  14329. position: absolute;
  14330. right: 15px;
  14331. text-indent: -9999px;
  14332. top: 15px;
  14333. width: 18px
  14334. }
  14335. @media all and (max-width: 1000px) {
  14336. .is-lista-produtos .lista li {
  14337. padding-left: 0!important;
  14338. text-align: center
  14339. }
  14340. .is-lista-produtos .direita {
  14341. margin-bottom: 30px!important;
  14342. margin-top: 30px
  14343. }
  14344. .is-lista-produtos .quantidade {
  14345. padding-left: 0
  14346. }
  14347. }
  14348. .print-footer,
  14349. .print-logo {
  14350. display: none
  14351. }
  14352. @media print {
  14353. #PrintDiv,
  14354. .is-lista-produtos .centro {
  14355. padding-top: 0
  14356. }
  14357. .is-lista-produtos .dados {
  14358. display: block
  14359. }
  14360. body * {
  14361. visibility: hidden
  14362. }
  14363. #PrintDiv *,
  14364. .print-footer,
  14365. .print-footer img {
  14366. visibility: visible
  14367. }
  14368. #PrintDiv .bt-finalizar {
  14369. opacity: 0
  14370. }
  14371. #PrintDiv {
  14372. max-width: 850px
  14373. }
  14374. .ui-spinner::before {
  14375. display: none
  14376. }
  14377. .remover {
  14378. display: none!important
  14379. }
  14380. .ui-spinner-button.ui-spinner-down.ui-corner-br.ui-button.ui-widget.ui-state-default.ui-button-text-only,
  14381. .ui-spinner-button.ui-spinner-up.ui-corner-tr.ui-button.ui-widget.ui-state-default.ui-button-text-only {
  14382. display: none
  14383. }
  14384. .spinner {
  14385. border: 0
  14386. }
  14387. .is-lista-produtos .descricoes {
  14388. display: block;
  14389. margin: 0
  14390. }
  14391. .is-lista-produtos li .nome-produto {
  14392. color: #999;
  14393. font-size: 9pt;
  14394. line-height: 24px;
  14395. margin: 7px 0 0
  14396. }
  14397. .is-lista-produtos .lista li {
  14398. padding: 0 20px 0 30px;
  14399. text-align: left;
  14400. float: left;
  14401. width: 100%;
  14402. border-top-style: solid;
  14403. border-top-color: #ccc;
  14404. border-top-width: 1px
  14405. }
  14406. .is-lista-produtos .lista {
  14407. float: left;
  14408. margin: 0;
  14409. border-bottom-style: solid;
  14410. border-bottom-color: #ccc;
  14411. border-bottom-width: 1px;
  14412. width: 100%
  14413. }
  14414. .is-lista-produtos .lista li:first-child {
  14415. border-top: 0
  14416. }
  14417. .is-lista-produtos .centro h1 {
  14418. text-align: left;
  14419. font-size: 20pt
  14420. }
  14421. .is-lista-produtos .descricoes .descricao {
  14422. min-width: 95px;
  14423. font-size: 8pt
  14424. }
  14425. .is-lista-produtos .descricoes .descricao2 {
  14426. font-size: 8pt
  14427. }
  14428. .is-lista-produtos .descricoes .descricao2 span {
  14429. display: inline-block
  14430. }
  14431. .is-lista-produtos .direita,
  14432. .is-lista-produtos .esquerda {
  14433. min-width: initial;
  14434. height: auto
  14435. }
  14436. .is-lista-produtos .lista li img {
  14437. max-height: 80px!important;
  14438. max-width: initial!important;
  14439. margin: 15px 0
  14440. }
  14441. .is-lista-produtos .quantidade {
  14442. padding: 0
  14443. }
  14444. .print-logo {
  14445. display: block;
  14446. text-align: right;
  14447. padding: 10px 40px 40px 0
  14448. }
  14449. .dados p {
  14450. font-size: 12px;
  14451. padding: 20px 0 0
  14452. }
  14453. .footer .col,
  14454. footer {
  14455. display: none!important
  14456. }
  14457. .print-footer {
  14458. display: table;
  14459. position: relative;
  14460. height: 106px;
  14461. width: 100%;
  14462. overflow: hidden
  14463. }
  14464. .print-footer img {
  14465. max-width: 100%
  14466. }
  14467. }
  14468. .is-produto.is-touch .container {
  14469. padding-top: 130px
  14470. }
  14471. .animated {
  14472. -webkit-animation-duration: 1s;
  14473. animation-duration: 1s;
  14474. -webkit-animation-fill-mode: both;
  14475. animation-fill-mode: both
  14476. }
  14477. .animated.infinite {
  14478. -webkit-animation-iteration-count: infinite;
  14479. animation-iteration-count: infinite
  14480. }
  14481. .animated.hinge {
  14482. -webkit-animation-duration: 2s;
  14483. animation-duration: 2s
  14484. }
  14485. .animated.bounceIn,
  14486. .animated.bounceOut,
  14487. .animated.flipOutX,
  14488. .animated.flipOutY {
  14489. -webkit-animation-duration: .75s;
  14490. animation-duration: .75s
  14491. }
  14492. @-webkit-keyframes bounce {
  14493. 20%, 53%, 80%, from, to {
  14494. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  14495. animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  14496. -webkit-transform: translate3d(0, 0, 0);
  14497. transform: translate3d(0, 0, 0)
  14498. }
  14499. 40%,
  14500. 43% {
  14501. -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  14502. animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  14503. -webkit-transform: translate3d(0, -30px, 0);
  14504. transform: translate3d(0, -30px, 0)
  14505. }
  14506. 70% {
  14507. -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  14508. animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  14509. -webkit-transform: translate3d(0, -15px, 0);
  14510. transform: translate3d(0, -15px, 0)
  14511. }
  14512. 90% {
  14513. -webkit-transform: translate3d(0, -4px, 0);
  14514. transform: translate3d(0, -4px, 0)
  14515. }
  14516. }
  14517. @keyframes bounce {
  14518. 20%, 53%, 80%, from, to {
  14519. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  14520. animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  14521. -webkit-transform: translate3d(0, 0, 0);
  14522. transform: translate3d(0, 0, 0)
  14523. }
  14524. 40%,
  14525. 43% {
  14526. -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  14527. animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  14528. -webkit-transform: translate3d(0, -30px, 0);
  14529. transform: translate3d(0, -30px, 0)
  14530. }
  14531. 70% {
  14532. -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  14533. animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  14534. -webkit-transform: translate3d(0, -15px, 0);
  14535. transform: translate3d(0, -15px, 0)
  14536. }
  14537. 90% {
  14538. -webkit-transform: translate3d(0, -4px, 0);
  14539. transform: translate3d(0, -4px, 0)
  14540. }
  14541. }
  14542. .bounce {
  14543. -webkit-animation-name: bounce;
  14544. animation-name: bounce;
  14545. -webkit-transform-origin: center bottom;
  14546. transform-origin: center bottom
  14547. }
  14548. @-webkit-keyframes flash {
  14549. 50%, from, to {
  14550. opacity: 1
  14551. }
  14552. 25%,
  14553. 75% {
  14554. opacity: 0
  14555. }
  14556. }
  14557. @keyframes flash {
  14558. 50%, from, to {
  14559. opacity: 1
  14560. }
  14561. 25%,
  14562. 75% {
  14563. opacity: 0
  14564. }
  14565. }
  14566. .flash {
  14567. -webkit-animation-name: flash;
  14568. animation-name: flash
  14569. }
  14570. @-webkit-keyframes pulse {
  14571. from, to {
  14572. -webkit-transform: scale3d(1, 1, 1);
  14573. transform: scale3d(1, 1, 1)
  14574. }
  14575. 50% {
  14576. -webkit-transform: scale3d(1.05, 1.05, 1.05);
  14577. transform: scale3d(1.05, 1.05, 1.05)
  14578. }
  14579. }
  14580. @keyframes pulse {
  14581. from, to {
  14582. -webkit-transform: scale3d(1, 1, 1);
  14583. transform: scale3d(1, 1, 1)
  14584. }
  14585. 50% {
  14586. -webkit-transform: scale3d(1.05, 1.05, 1.05);
  14587. transform: scale3d(1.05, 1.05, 1.05)
  14588. }
  14589. }
  14590. .pulse {
  14591. -webkit-animation-name: pulse;
  14592. animation-name: pulse
  14593. }
  14594. @-webkit-keyframes rubberBand {
  14595. from, to {
  14596. -webkit-transform: scale3d(1, 1, 1);
  14597. transform: scale3d(1, 1, 1)
  14598. }
  14599. 30% {
  14600. -webkit-transform: scale3d(1.25, .75, 1);
  14601. transform: scale3d(1.25, .75, 1)
  14602. }
  14603. 40% {
  14604. -webkit-transform: scale3d(.75, 1.25, 1);
  14605. transform: scale3d(.75, 1.25, 1)
  14606. }
  14607. 50% {
  14608. -webkit-transform: scale3d(1.15, .85, 1);
  14609. transform: scale3d(1.15, .85, 1)
  14610. }
  14611. 65% {
  14612. -webkit-transform: scale3d(.95, 1.05, 1);
  14613. transform: scale3d(.95, 1.05, 1)
  14614. }
  14615. 75% {
  14616. -webkit-transform: scale3d(1.05, .95, 1);
  14617. transform: scale3d(1.05, .95, 1)
  14618. }
  14619. }
  14620. @keyframes rubberBand {
  14621. from, to {
  14622. -webkit-transform: scale3d(1, 1, 1);
  14623. transform: scale3d(1, 1, 1)
  14624. }
  14625. 30% {
  14626. -webkit-transform: scale3d(1.25, .75, 1);
  14627. transform: scale3d(1.25, .75, 1)
  14628. }
  14629. 40% {
  14630. -webkit-transform: scale3d(.75, 1.25, 1);
  14631. transform: scale3d(.75, 1.25, 1)
  14632. }
  14633. 50% {
  14634. -webkit-transform: scale3d(1.15, .85, 1);
  14635. transform: scale3d(1.15, .85, 1)
  14636. }
  14637. 65% {
  14638. -webkit-transform: scale3d(.95, 1.05, 1);
  14639. transform: scale3d(.95, 1.05, 1)
  14640. }
  14641. 75% {
  14642. -webkit-transform: scale3d(1.05, .95, 1);
  14643. transform: scale3d(1.05, .95, 1)
  14644. }
  14645. }
  14646. .rubberBand {
  14647. -webkit-animation-name: rubberBand;
  14648. animation-name: rubberBand
  14649. }
  14650. @-webkit-keyframes shake {
  14651. from, to {
  14652. -webkit-transform: translate3d(0, 0, 0);
  14653. transform: translate3d(0, 0, 0)
  14654. }
  14655. 10%,
  14656. 30%,
  14657. 50%,
  14658. 70%,
  14659. 90% {
  14660. -webkit-transform: translate3d(-10px, 0, 0);
  14661. transform: translate3d(-10px, 0, 0)
  14662. }
  14663. 20%,
  14664. 40%,
  14665. 60%,
  14666. 80% {
  14667. -webkit-transform: translate3d(10px, 0, 0);
  14668. transform: translate3d(10px, 0, 0)
  14669. }
  14670. }
  14671. @keyframes shake {
  14672. from, to {
  14673. -webkit-transform: translate3d(0, 0, 0);
  14674. transform: translate3d(0, 0, 0)
  14675. }
  14676. 10%,
  14677. 30%,
  14678. 50%,
  14679. 70%,
  14680. 90% {
  14681. -webkit-transform: translate3d(-10px, 0, 0);
  14682. transform: translate3d(-10px, 0, 0)
  14683. }
  14684. 20%,
  14685. 40%,
  14686. 60%,
  14687. 80% {
  14688. -webkit-transform: translate3d(10px, 0, 0);
  14689. transform: translate3d(10px, 0, 0)
  14690. }
  14691. }
  14692. .shake {
  14693. -webkit-animation-name: shake;
  14694. animation-name: shake
  14695. }
  14696. @-webkit-keyframes headShake {
  14697. 0% {
  14698. -webkit-transform: translateX(0);
  14699. transform: translateX(0)
  14700. }
  14701. 6.5% {
  14702. -webkit-transform: translateX(-6px) rotateY(-9deg);
  14703. transform: translateX(-6px) rotateY(-9deg)
  14704. }
  14705. 18.5% {
  14706. -webkit-transform: translateX(5px) rotateY(7deg);
  14707. transform: translateX(5px) rotateY(7deg)
  14708. }
  14709. 31.5% {
  14710. -webkit-transform: translateX(-3px) rotateY(-5deg);
  14711. transform: translateX(-3px) rotateY(-5deg)
  14712. }
  14713. 43.5% {
  14714. -webkit-transform: translateX(2px) rotateY(3deg);
  14715. transform: translateX(2px) rotateY(3deg)
  14716. }
  14717. 50% {
  14718. -webkit-transform: translateX(0);
  14719. transform: translateX(0)
  14720. }
  14721. }
  14722. @keyframes headShake {
  14723. 0% {
  14724. -webkit-transform: translateX(0);
  14725. transform: translateX(0)
  14726. }
  14727. 6.5% {
  14728. -webkit-transform: translateX(-6px) rotateY(-9deg);
  14729. transform: translateX(-6px) rotateY(-9deg)
  14730. }
  14731. 18.5% {
  14732. -webkit-transform: translateX(5px) rotateY(7deg);
  14733. transform: translateX(5px) rotateY(7deg)
  14734. }
  14735. 31.5% {
  14736. -webkit-transform: translateX(-3px) rotateY(-5deg);
  14737. transform: translateX(-3px) rotateY(-5deg)
  14738. }
  14739. 43.5% {
  14740. -webkit-transform: translateX(2px) rotateY(3deg);
  14741. transform: translateX(2px) rotateY(3deg)
  14742. }
  14743. 50% {
  14744. -webkit-transform: translateX(0);
  14745. transform: translateX(0)
  14746. }
  14747. }
  14748. .headShake {
  14749. -webkit-animation-timing-function: ease-in-out;
  14750. animation-timing-function: ease-in-out;
  14751. -webkit-animation-name: headShake;
  14752. animation-name: headShake
  14753. }
  14754. @-webkit-keyframes swing {
  14755. 20% {
  14756. -webkit-transform: rotate3d(0, 0, 1, 15deg);
  14757. transform: rotate3d(0, 0, 1, 15deg)
  14758. }
  14759. 40% {
  14760. -webkit-transform: rotate3d(0, 0, 1, -10deg);
  14761. transform: rotate3d(0, 0, 1, -10deg)
  14762. }
  14763. 60% {
  14764. -webkit-transform: rotate3d(0, 0, 1, 5deg);
  14765. transform: rotate3d(0, 0, 1, 5deg)
  14766. }
  14767. 80% {
  14768. -webkit-transform: rotate3d(0, 0, 1, -5deg);
  14769. transform: rotate3d(0, 0, 1, -5deg)
  14770. }
  14771. to {
  14772. -webkit-transform: rotate3d(0, 0, 1, 0deg);
  14773. transform: rotate3d(0, 0, 1, 0deg)
  14774. }
  14775. }
  14776. @keyframes swing {
  14777. 20% {
  14778. -webkit-transform: rotate3d(0, 0, 1, 15deg);
  14779. transform: rotate3d(0, 0, 1, 15deg)
  14780. }
  14781. 40% {
  14782. -webkit-transform: rotate3d(0, 0, 1, -10deg);
  14783. transform: rotate3d(0, 0, 1, -10deg)
  14784. }
  14785. 60% {
  14786. -webkit-transform: rotate3d(0, 0, 1, 5deg);
  14787. transform: rotate3d(0, 0, 1, 5deg)
  14788. }
  14789. 80% {
  14790. -webkit-transform: rotate3d(0, 0, 1, -5deg);
  14791. transform: rotate3d(0, 0, 1, -5deg)
  14792. }
  14793. to {
  14794. -webkit-transform: rotate3d(0, 0, 1, 0deg);
  14795. transform: rotate3d(0, 0, 1, 0deg)
  14796. }
  14797. }
  14798. .swing {
  14799. -webkit-transform-origin: top center;
  14800. transform-origin: top center;
  14801. -webkit-animation-name: swing;
  14802. animation-name: swing
  14803. }
  14804. @-webkit-keyframes tada {
  14805. from, to {
  14806. -webkit-transform: scale3d(1, 1, 1);
  14807. transform: scale3d(1, 1, 1)
  14808. }
  14809. 10%,
  14810. 20% {
  14811. -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  14812. transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  14813. }
  14814. 30%,
  14815. 50%,
  14816. 70%,
  14817. 90% {
  14818. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  14819. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  14820. }
  14821. 40%,
  14822. 60%,
  14823. 80% {
  14824. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  14825. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  14826. }
  14827. }
  14828. @keyframes tada {
  14829. from, to {
  14830. -webkit-transform: scale3d(1, 1, 1);
  14831. transform: scale3d(1, 1, 1)
  14832. }
  14833. 10%,
  14834. 20% {
  14835. -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  14836. transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  14837. }
  14838. 30%,
  14839. 50%,
  14840. 70%,
  14841. 90% {
  14842. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  14843. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  14844. }
  14845. 40%,
  14846. 60%,
  14847. 80% {
  14848. -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  14849. transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  14850. }
  14851. }
  14852. .tada {
  14853. -webkit-animation-name: tada;
  14854. animation-name: tada
  14855. }
  14856. @-webkit-keyframes wobble {
  14857. from, to {
  14858. -webkit-transform: none;
  14859. transform: none
  14860. }
  14861. 15% {
  14862. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  14863. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  14864. }
  14865. 30% {
  14866. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  14867. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  14868. }
  14869. 45% {
  14870. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  14871. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  14872. }
  14873. 60% {
  14874. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  14875. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  14876. }
  14877. 75% {
  14878. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  14879. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  14880. }
  14881. }
  14882. @keyframes wobble {
  14883. from, to {
  14884. -webkit-transform: none;
  14885. transform: none
  14886. }
  14887. 15% {
  14888. -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  14889. transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  14890. }
  14891. 30% {
  14892. -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  14893. transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  14894. }
  14895. 45% {
  14896. -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  14897. transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  14898. }
  14899. 60% {
  14900. -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  14901. transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  14902. }
  14903. 75% {
  14904. -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  14905. transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  14906. }
  14907. }
  14908. .wobble {
  14909. -webkit-animation-name: wobble;
  14910. animation-name: wobble
  14911. }
  14912. @-webkit-keyframes jello {
  14913. 11.1%, from, to {
  14914. -webkit-transform: none;
  14915. transform: none
  14916. }
  14917. 22.2% {
  14918. -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  14919. transform: skewX(-12.5deg) skewY(-12.5deg)
  14920. }
  14921. 33.3% {
  14922. -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  14923. transform: skewX(6.25deg) skewY(6.25deg)
  14924. }
  14925. 44.4% {
  14926. -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  14927. transform: skewX(-3.125deg) skewY(-3.125deg)
  14928. }
  14929. 55.5% {
  14930. -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  14931. transform: skewX(1.5625deg) skewY(1.5625deg)
  14932. }
  14933. 66.6% {
  14934. -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
  14935. transform: skewX(-.78125deg) skewY(-.78125deg)
  14936. }
  14937. 77.7% {
  14938. -webkit-transform: skewX(.390625deg) skewY(.390625deg);
  14939. transform: skewX(.390625deg) skewY(.390625deg)
  14940. }
  14941. 88.8% {
  14942. -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  14943. transform: skewX(-.1953125deg) skewY(-.1953125deg)
  14944. }
  14945. }
  14946. @keyframes jello {
  14947. 11.1%, from, to {
  14948. -webkit-transform: none;
  14949. transform: none
  14950. }
  14951. 22.2% {
  14952. -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
  14953. transform: skewX(-12.5deg) skewY(-12.5deg)
  14954. }
  14955. 33.3% {
  14956. -webkit-transform: skewX(6.25deg) skewY(6.25deg);
  14957. transform: skewX(6.25deg) skewY(6.25deg)
  14958. }
  14959. 44.4% {
  14960. -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
  14961. transform: skewX(-3.125deg) skewY(-3.125deg)
  14962. }
  14963. 55.5% {
  14964. -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
  14965. transform: skewX(1.5625deg) skewY(1.5625deg)
  14966. }
  14967. 66.6% {
  14968. -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
  14969. transform: skewX(-.78125deg) skewY(-.78125deg)
  14970. }
  14971. 77.7% {
  14972. -webkit-transform: skewX(.390625deg) skewY(.390625deg);
  14973. transform: skewX(.390625deg) skewY(.390625deg)
  14974. }
  14975. 88.8% {
  14976. -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
  14977. transform: skewX(-.1953125deg) skewY(-.1953125deg)
  14978. }
  14979. }
  14980. .jello {
  14981. -webkit-animation-name: jello;
  14982. animation-name: jello;
  14983. -webkit-transform-origin: center;
  14984. transform-origin: center
  14985. }
  14986. @-webkit-keyframes bounceIn {
  14987. 20%, 40%, 60%, 80%, from, to {
  14988. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  14989. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  14990. }
  14991. 0% {
  14992. opacity: 0;
  14993. -webkit-transform: scale3d(.3, .3, .3);
  14994. transform: scale3d(.3, .3, .3)
  14995. }
  14996. 20% {
  14997. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  14998. transform: scale3d(1.1, 1.1, 1.1)
  14999. }
  15000. 40% {
  15001. -webkit-transform: scale3d(.9, .9, .9);
  15002. transform: scale3d(.9, .9, .9)
  15003. }
  15004. 60% {
  15005. opacity: 1;
  15006. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  15007. transform: scale3d(1.03, 1.03, 1.03)
  15008. }
  15009. 80% {
  15010. -webkit-transform: scale3d(.97, .97, .97);
  15011. transform: scale3d(.97, .97, .97)
  15012. }
  15013. to {
  15014. opacity: 1;
  15015. -webkit-transform: scale3d(1, 1, 1);
  15016. transform: scale3d(1, 1, 1)
  15017. }
  15018. }
  15019. @keyframes bounceIn {
  15020. 20%, 40%, 60%, 80%, from, to {
  15021. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15022. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15023. }
  15024. 0% {
  15025. opacity: 0;
  15026. -webkit-transform: scale3d(.3, .3, .3);
  15027. transform: scale3d(.3, .3, .3)
  15028. }
  15029. 20% {
  15030. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  15031. transform: scale3d(1.1, 1.1, 1.1)
  15032. }
  15033. 40% {
  15034. -webkit-transform: scale3d(.9, .9, .9);
  15035. transform: scale3d(.9, .9, .9)
  15036. }
  15037. 60% {
  15038. opacity: 1;
  15039. -webkit-transform: scale3d(1.03, 1.03, 1.03);
  15040. transform: scale3d(1.03, 1.03, 1.03)
  15041. }
  15042. 80% {
  15043. -webkit-transform: scale3d(.97, .97, .97);
  15044. transform: scale3d(.97, .97, .97)
  15045. }
  15046. to {
  15047. opacity: 1;
  15048. -webkit-transform: scale3d(1, 1, 1);
  15049. transform: scale3d(1, 1, 1)
  15050. }
  15051. }
  15052. .bounceIn {
  15053. -webkit-animation-name: bounceIn;
  15054. animation-name: bounceIn
  15055. }
  15056. @-webkit-keyframes bounceInDown {
  15057. 60%, 75%, 90%, from, to {
  15058. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15059. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15060. }
  15061. 0% {
  15062. opacity: 0;
  15063. -webkit-transform: translate3d(0, -3000px, 0);
  15064. transform: translate3d(0, -3000px, 0)
  15065. }
  15066. 60% {
  15067. opacity: 1;
  15068. -webkit-transform: translate3d(0, 25px, 0);
  15069. transform: translate3d(0, 25px, 0)
  15070. }
  15071. 75% {
  15072. -webkit-transform: translate3d(0, -10px, 0);
  15073. transform: translate3d(0, -10px, 0)
  15074. }
  15075. 90% {
  15076. -webkit-transform: translate3d(0, 5px, 0);
  15077. transform: translate3d(0, 5px, 0)
  15078. }
  15079. to {
  15080. -webkit-transform: none;
  15081. transform: none
  15082. }
  15083. }
  15084. @keyframes bounceInDown {
  15085. 60%, 75%, 90%, from, to {
  15086. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15087. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15088. }
  15089. 0% {
  15090. opacity: 0;
  15091. -webkit-transform: translate3d(0, -3000px, 0);
  15092. transform: translate3d(0, -3000px, 0)
  15093. }
  15094. 60% {
  15095. opacity: 1;
  15096. -webkit-transform: translate3d(0, 25px, 0);
  15097. transform: translate3d(0, 25px, 0)
  15098. }
  15099. 75% {
  15100. -webkit-transform: translate3d(0, -10px, 0);
  15101. transform: translate3d(0, -10px, 0)
  15102. }
  15103. 90% {
  15104. -webkit-transform: translate3d(0, 5px, 0);
  15105. transform: translate3d(0, 5px, 0)
  15106. }
  15107. to {
  15108. -webkit-transform: none;
  15109. transform: none
  15110. }
  15111. }
  15112. .bounceInDown {
  15113. -webkit-animation-name: bounceInDown;
  15114. animation-name: bounceInDown
  15115. }
  15116. @-webkit-keyframes bounceInLeft {
  15117. 60%, 75%, 90%, from, to {
  15118. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15119. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15120. }
  15121. 0% {
  15122. opacity: 0;
  15123. -webkit-transform: translate3d(-3000px, 0, 0);
  15124. transform: translate3d(-3000px, 0, 0)
  15125. }
  15126. 60% {
  15127. opacity: 1;
  15128. -webkit-transform: translate3d(25px, 0, 0);
  15129. transform: translate3d(25px, 0, 0)
  15130. }
  15131. 75% {
  15132. -webkit-transform: translate3d(-10px, 0, 0);
  15133. transform: translate3d(-10px, 0, 0)
  15134. }
  15135. 90% {
  15136. -webkit-transform: translate3d(5px, 0, 0);
  15137. transform: translate3d(5px, 0, 0)
  15138. }
  15139. to {
  15140. -webkit-transform: none;
  15141. transform: none
  15142. }
  15143. }
  15144. @keyframes bounceInLeft {
  15145. 60%, 75%, 90%, from, to {
  15146. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15147. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15148. }
  15149. 0% {
  15150. opacity: 0;
  15151. -webkit-transform: translate3d(-3000px, 0, 0);
  15152. transform: translate3d(-3000px, 0, 0)
  15153. }
  15154. 60% {
  15155. opacity: 1;
  15156. -webkit-transform: translate3d(25px, 0, 0);
  15157. transform: translate3d(25px, 0, 0)
  15158. }
  15159. 75% {
  15160. -webkit-transform: translate3d(-10px, 0, 0);
  15161. transform: translate3d(-10px, 0, 0)
  15162. }
  15163. 90% {
  15164. -webkit-transform: translate3d(5px, 0, 0);
  15165. transform: translate3d(5px, 0, 0)
  15166. }
  15167. to {
  15168. -webkit-transform: none;
  15169. transform: none
  15170. }
  15171. }
  15172. .bounceInLeft {
  15173. -webkit-animation-name: bounceInLeft;
  15174. animation-name: bounceInLeft
  15175. }
  15176. @-webkit-keyframes bounceInRight {
  15177. 60%, 75%, 90%, from, to {
  15178. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15179. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15180. }
  15181. from {
  15182. opacity: 0;
  15183. -webkit-transform: translate3d(3000px, 0, 0);
  15184. transform: translate3d(3000px, 0, 0)
  15185. }
  15186. 60% {
  15187. opacity: 1;
  15188. -webkit-transform: translate3d(-25px, 0, 0);
  15189. transform: translate3d(-25px, 0, 0)
  15190. }
  15191. 75% {
  15192. -webkit-transform: translate3d(10px, 0, 0);
  15193. transform: translate3d(10px, 0, 0)
  15194. }
  15195. 90% {
  15196. -webkit-transform: translate3d(-5px, 0, 0);
  15197. transform: translate3d(-5px, 0, 0)
  15198. }
  15199. to {
  15200. -webkit-transform: none;
  15201. transform: none
  15202. }
  15203. }
  15204. @keyframes bounceInRight {
  15205. 60%, 75%, 90%, from, to {
  15206. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15207. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15208. }
  15209. from {
  15210. opacity: 0;
  15211. -webkit-transform: translate3d(3000px, 0, 0);
  15212. transform: translate3d(3000px, 0, 0)
  15213. }
  15214. 60% {
  15215. opacity: 1;
  15216. -webkit-transform: translate3d(-25px, 0, 0);
  15217. transform: translate3d(-25px, 0, 0)
  15218. }
  15219. 75% {
  15220. -webkit-transform: translate3d(10px, 0, 0);
  15221. transform: translate3d(10px, 0, 0)
  15222. }
  15223. 90% {
  15224. -webkit-transform: translate3d(-5px, 0, 0);
  15225. transform: translate3d(-5px, 0, 0)
  15226. }
  15227. to {
  15228. -webkit-transform: none;
  15229. transform: none
  15230. }
  15231. }
  15232. .bounceInRight {
  15233. -webkit-animation-name: bounceInRight;
  15234. animation-name: bounceInRight
  15235. }
  15236. @-webkit-keyframes bounceInUp {
  15237. 60%, 75%, 90%, from, to {
  15238. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15239. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15240. }
  15241. from {
  15242. opacity: 0;
  15243. -webkit-transform: translate3d(0, 3000px, 0);
  15244. transform: translate3d(0, 3000px, 0)
  15245. }
  15246. 60% {
  15247. opacity: 1;
  15248. -webkit-transform: translate3d(0, -20px, 0);
  15249. transform: translate3d(0, -20px, 0)
  15250. }
  15251. 75% {
  15252. -webkit-transform: translate3d(0, 10px, 0);
  15253. transform: translate3d(0, 10px, 0)
  15254. }
  15255. 90% {
  15256. -webkit-transform: translate3d(0, -5px, 0);
  15257. transform: translate3d(0, -5px, 0)
  15258. }
  15259. to {
  15260. -webkit-transform: translate3d(0, 0, 0);
  15261. transform: translate3d(0, 0, 0)
  15262. }
  15263. }
  15264. @keyframes bounceInUp {
  15265. 60%, 75%, 90%, from, to {
  15266. -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  15267. animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  15268. }
  15269. from {
  15270. opacity: 0;
  15271. -webkit-transform: translate3d(0, 3000px, 0);
  15272. transform: translate3d(0, 3000px, 0)
  15273. }
  15274. 60% {
  15275. opacity: 1;
  15276. -webkit-transform: translate3d(0, -20px, 0);
  15277. transform: translate3d(0, -20px, 0)
  15278. }
  15279. 75% {
  15280. -webkit-transform: translate3d(0, 10px, 0);
  15281. transform: translate3d(0, 10px, 0)
  15282. }
  15283. 90% {
  15284. -webkit-transform: translate3d(0, -5px, 0);
  15285. transform: translate3d(0, -5px, 0)
  15286. }
  15287. to {
  15288. -webkit-transform: translate3d(0, 0, 0);
  15289. transform: translate3d(0, 0, 0)
  15290. }
  15291. }
  15292. .bounceInUp {
  15293. -webkit-animation-name: bounceInUp;
  15294. animation-name: bounceInUp
  15295. }
  15296. @-webkit-keyframes bounceOut {
  15297. 20% {
  15298. -webkit-transform: scale3d(.9, .9, .9);
  15299. transform: scale3d(.9, .9, .9)
  15300. }
  15301. 50%,
  15302. 55% {
  15303. opacity: 1;
  15304. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  15305. transform: scale3d(1.1, 1.1, 1.1)
  15306. }
  15307. to {
  15308. opacity: 0;
  15309. -webkit-transform: scale3d(.3, .3, .3);
  15310. transform: scale3d(.3, .3, .3)
  15311. }
  15312. }
  15313. @keyframes bounceOut {
  15314. 20% {
  15315. -webkit-transform: scale3d(.9, .9, .9);
  15316. transform: scale3d(.9, .9, .9)
  15317. }
  15318. 50%,
  15319. 55% {
  15320. opacity: 1;
  15321. -webkit-transform: scale3d(1.1, 1.1, 1.1);
  15322. transform: scale3d(1.1, 1.1, 1.1)
  15323. }
  15324. to {
  15325. opacity: 0;
  15326. -webkit-transform: scale3d(.3, .3, .3);
  15327. transform: scale3d(.3, .3, .3)
  15328. }
  15329. }
  15330. .bounceOut {
  15331. -webkit-animation-name: bounceOut;
  15332. animation-name: bounceOut
  15333. }
  15334. @-webkit-keyframes bounceOutDown {
  15335. 20% {
  15336. -webkit-transform: translate3d(0, 10px, 0);
  15337. transform: translate3d(0, 10px, 0)
  15338. }
  15339. 40%,
  15340. 45% {
  15341. opacity: 1;
  15342. -webkit-transform: translate3d(0, -20px, 0);
  15343. transform: translate3d(0, -20px, 0)
  15344. }
  15345. to {
  15346. opacity: 0;
  15347. -webkit-transform: translate3d(0, 2000px, 0);
  15348. transform: translate3d(0, 2000px, 0)
  15349. }
  15350. }
  15351. @keyframes bounceOutDown {
  15352. 20% {
  15353. -webkit-transform: translate3d(0, 10px, 0);
  15354. transform: translate3d(0, 10px, 0)
  15355. }
  15356. 40%,
  15357. 45% {
  15358. opacity: 1;
  15359. -webkit-transform: translate3d(0, -20px, 0);
  15360. transform: translate3d(0, -20px, 0)
  15361. }
  15362. to {
  15363. opacity: 0;
  15364. -webkit-transform: translate3d(0, 2000px, 0);
  15365. transform: translate3d(0, 2000px, 0)
  15366. }
  15367. }
  15368. .bounceOutDown {
  15369. -webkit-animation-name: bounceOutDown;
  15370. animation-name: bounceOutDown
  15371. }
  15372. @-webkit-keyframes bounceOutLeft {
  15373. 20% {
  15374. opacity: 1;
  15375. -webkit-transform: translate3d(20px, 0, 0);
  15376. transform: translate3d(20px, 0, 0)
  15377. }
  15378. to {
  15379. opacity: 0;
  15380. -webkit-transform: translate3d(-2000px, 0, 0);
  15381. transform: translate3d(-2000px, 0, 0)
  15382. }
  15383. }
  15384. @keyframes bounceOutLeft {
  15385. 20% {
  15386. opacity: 1;
  15387. -webkit-transform: translate3d(20px, 0, 0);
  15388. transform: translate3d(20px, 0, 0)
  15389. }
  15390. to {
  15391. opacity: 0;
  15392. -webkit-transform: translate3d(-2000px, 0, 0);
  15393. transform: translate3d(-2000px, 0, 0)
  15394. }
  15395. }
  15396. .bounceOutLeft {
  15397. -webkit-animation-name: bounceOutLeft;
  15398. animation-name: bounceOutLeft
  15399. }
  15400. @-webkit-keyframes bounceOutRight {
  15401. 20% {
  15402. opacity: 1;
  15403. -webkit-transform: translate3d(-20px, 0, 0);
  15404. transform: translate3d(-20px, 0, 0)
  15405. }
  15406. to {
  15407. opacity: 0;
  15408. -webkit-transform: translate3d(2000px, 0, 0);
  15409. transform: translate3d(2000px, 0, 0)
  15410. }
  15411. }
  15412. @keyframes bounceOutRight {
  15413. 20% {
  15414. opacity: 1;
  15415. -webkit-transform: translate3d(-20px, 0, 0);
  15416. transform: translate3d(-20px, 0, 0)
  15417. }
  15418. to {
  15419. opacity: 0;
  15420. -webkit-transform: translate3d(2000px, 0, 0);
  15421. transform: translate3d(2000px, 0, 0)
  15422. }
  15423. }
  15424. .bounceOutRight {
  15425. -webkit-animation-name: bounceOutRight;
  15426. animation-name: bounceOutRight
  15427. }
  15428. @-webkit-keyframes bounceOutUp {
  15429. 20% {
  15430. -webkit-transform: translate3d(0, -10px, 0);
  15431. transform: translate3d(0, -10px, 0)
  15432. }
  15433. 40%,
  15434. 45% {
  15435. opacity: 1;
  15436. -webkit-transform: translate3d(0, 20px, 0);
  15437. transform: translate3d(0, 20px, 0)
  15438. }
  15439. to {
  15440. opacity: 0;
  15441. -webkit-transform: translate3d(0, -2000px, 0);
  15442. transform: translate3d(0, -2000px, 0)
  15443. }
  15444. }
  15445. @keyframes bounceOutUp {
  15446. 20% {
  15447. -webkit-transform: translate3d(0, -10px, 0);
  15448. transform: translate3d(0, -10px, 0)
  15449. }
  15450. 40%,
  15451. 45% {
  15452. opacity: 1;
  15453. -webkit-transform: translate3d(0, 20px, 0);
  15454. transform: translate3d(0, 20px, 0)
  15455. }
  15456. to {
  15457. opacity: 0;
  15458. -webkit-transform: translate3d(0, -2000px, 0);
  15459. transform: translate3d(0, -2000px, 0)
  15460. }
  15461. }
  15462. .bounceOutUp {
  15463. -webkit-animation-name: bounceOutUp;
  15464. animation-name: bounceOutUp
  15465. }
  15466. @-webkit-keyframes fadeIn {
  15467. from {
  15468. opacity: 0
  15469. }
  15470. to {
  15471. opacity: 1
  15472. }
  15473. }
  15474. @keyframes fadeIn {
  15475. from {
  15476. opacity: 0
  15477. }
  15478. to {
  15479. opacity: 1
  15480. }
  15481. }
  15482. .fadeIn {
  15483. -webkit-animation-name: fadeIn;
  15484. animation-name: fadeIn
  15485. }
  15486. @-webkit-keyframes fadeInDown {
  15487. from {
  15488. opacity: 0;
  15489. -webkit-transform: translate3d(0, -100%, 0);
  15490. transform: translate3d(0, -100%, 0)
  15491. }
  15492. to {
  15493. opacity: 1;
  15494. -webkit-transform: none;
  15495. transform: none
  15496. }
  15497. }
  15498. @keyframes fadeInDown {
  15499. from {
  15500. opacity: 0;
  15501. -webkit-transform: translate3d(0, -100%, 0);
  15502. transform: translate3d(0, -100%, 0)
  15503. }
  15504. to {
  15505. opacity: 1;
  15506. -webkit-transform: none;
  15507. transform: none
  15508. }
  15509. }
  15510. .fadeInDown {
  15511. -webkit-animation-name: fadeInDown;
  15512. animation-name: fadeInDown
  15513. }
  15514. @-webkit-keyframes fadeInDownBig {
  15515. from {
  15516. opacity: 0;
  15517. -webkit-transform: translate3d(0, -2000px, 0);
  15518. transform: translate3d(0, -2000px, 0)
  15519. }
  15520. to {
  15521. opacity: 1;
  15522. -webkit-transform: none;
  15523. transform: none
  15524. }
  15525. }
  15526. @keyframes fadeInDownBig {
  15527. from {
  15528. opacity: 0;
  15529. -webkit-transform: translate3d(0, -2000px, 0);
  15530. transform: translate3d(0, -2000px, 0)
  15531. }
  15532. to {
  15533. opacity: 1;
  15534. -webkit-transform: none;
  15535. transform: none
  15536. }
  15537. }
  15538. .fadeInDownBig {
  15539. -webkit-animation-name: fadeInDownBig;
  15540. animation-name: fadeInDownBig
  15541. }
  15542. @-webkit-keyframes fadeInLeft {
  15543. from {
  15544. opacity: 0;
  15545. -webkit-transform: translate3d(-100%, 0, 0);
  15546. transform: translate3d(-100%, 0, 0)
  15547. }
  15548. to {
  15549. opacity: 1;
  15550. -webkit-transform: none;
  15551. transform: none
  15552. }
  15553. }
  15554. @keyframes fadeInLeft {
  15555. from {
  15556. opacity: 0;
  15557. -webkit-transform: translate3d(-100%, 0, 0);
  15558. transform: translate3d(-100%, 0, 0)
  15559. }
  15560. to {
  15561. opacity: 1;
  15562. -webkit-transform: none;
  15563. transform: none
  15564. }
  15565. }
  15566. .fadeInLeft {
  15567. -webkit-animation-name: fadeInLeft;
  15568. animation-name: fadeInLeft
  15569. }
  15570. @-webkit-keyframes fadeInLeftBig {
  15571. from {
  15572. opacity: 0;
  15573. -webkit-transform: translate3d(-2000px, 0, 0);
  15574. transform: translate3d(-2000px, 0, 0)
  15575. }
  15576. to {
  15577. opacity: 1;
  15578. -webkit-transform: none;
  15579. transform: none
  15580. }
  15581. }
  15582. @keyframes fadeInLeftBig {
  15583. from {
  15584. opacity: 0;
  15585. -webkit-transform: translate3d(-2000px, 0, 0);
  15586. transform: translate3d(-2000px, 0, 0)
  15587. }
  15588. to {
  15589. opacity: 1;
  15590. -webkit-transform: none;
  15591. transform: none
  15592. }
  15593. }
  15594. .fadeInLeftBig {
  15595. -webkit-animation-name: fadeInLeftBig;
  15596. animation-name: fadeInLeftBig
  15597. }
  15598. @-webkit-keyframes fadeInRight {
  15599. from {
  15600. opacity: 0;
  15601. -webkit-transform: translate3d(100%, 0, 0);
  15602. transform: translate3d(100%, 0, 0)
  15603. }
  15604. to {
  15605. opacity: 1;
  15606. -webkit-transform: none;
  15607. transform: none
  15608. }
  15609. }
  15610. @keyframes fadeInRight {
  15611. from {
  15612. opacity: 0;
  15613. -webkit-transform: translate3d(100%, 0, 0);
  15614. transform: translate3d(100%, 0, 0)
  15615. }
  15616. to {
  15617. opacity: 1;
  15618. -webkit-transform: none;
  15619. transform: none
  15620. }
  15621. }
  15622. .fadeInRight {
  15623. -webkit-animation-name: fadeInRight;
  15624. animation-name: fadeInRight
  15625. }
  15626. @-webkit-keyframes fadeInRightBig {
  15627. from {
  15628. opacity: 0;
  15629. -webkit-transform: translate3d(2000px, 0, 0);
  15630. transform: translate3d(2000px, 0, 0)
  15631. }
  15632. to {
  15633. opacity: 1;
  15634. -webkit-transform: none;
  15635. transform: none
  15636. }
  15637. }
  15638. @keyframes fadeInRightBig {
  15639. from {
  15640. opacity: 0;
  15641. -webkit-transform: translate3d(2000px, 0, 0);
  15642. transform: translate3d(2000px, 0, 0)
  15643. }
  15644. to {
  15645. opacity: 1;
  15646. -webkit-transform: none;
  15647. transform: none
  15648. }
  15649. }
  15650. .fadeInRightBig {
  15651. -webkit-animation-name: fadeInRightBig;
  15652. animation-name: fadeInRightBig
  15653. }
  15654. @-webkit-keyframes fadeInUp {
  15655. from {
  15656. opacity: 0;
  15657. -webkit-transform: translate3d(0, 100%, 0);
  15658. transform: translate3d(0, 100%, 0)
  15659. }
  15660. to {
  15661. opacity: 1;
  15662. -webkit-transform: none;
  15663. transform: none
  15664. }
  15665. }
  15666. @keyframes fadeInUp {
  15667. from {
  15668. opacity: 0;
  15669. -webkit-transform: translate3d(0, 100%, 0);
  15670. transform: translate3d(0, 100%, 0)
  15671. }
  15672. to {
  15673. opacity: 1;
  15674. -webkit-transform: none;
  15675. transform: none
  15676. }
  15677. }
  15678. .fadeInUp {
  15679. -webkit-animation-name: fadeInUp;
  15680. animation-name: fadeInUp
  15681. }
  15682. @-webkit-keyframes fadeInUpBig {
  15683. from {
  15684. opacity: 0;
  15685. -webkit-transform: translate3d(0, 2000px, 0);
  15686. transform: translate3d(0, 2000px, 0)
  15687. }
  15688. to {
  15689. opacity: 1;
  15690. -webkit-transform: none;
  15691. transform: none
  15692. }
  15693. }
  15694. @keyframes fadeInUpBig {
  15695. from {
  15696. opacity: 0;
  15697. -webkit-transform: translate3d(0, 2000px, 0);
  15698. transform: translate3d(0, 2000px, 0)
  15699. }
  15700. to {
  15701. opacity: 1;
  15702. -webkit-transform: none;
  15703. transform: none
  15704. }
  15705. }
  15706. .fadeInUpBig {
  15707. -webkit-animation-name: fadeInUpBig;
  15708. animation-name: fadeInUpBig
  15709. }
  15710. @-webkit-keyframes fadeOut {
  15711. from {
  15712. opacity: 1
  15713. }
  15714. to {
  15715. opacity: 0
  15716. }
  15717. }
  15718. @keyframes fadeOut {
  15719. from {
  15720. opacity: 1
  15721. }
  15722. to {
  15723. opacity: 0
  15724. }
  15725. }
  15726. .fadeOut {
  15727. -webkit-animation-name: fadeOut;
  15728. animation-name: fadeOut
  15729. }
  15730. @-webkit-keyframes fadeOutDown {
  15731. from {
  15732. opacity: 1
  15733. }
  15734. to {
  15735. opacity: 0;
  15736. -webkit-transform: translate3d(0, 100%, 0);
  15737. transform: translate3d(0, 100%, 0)
  15738. }
  15739. }
  15740. @keyframes fadeOutDown {
  15741. from {
  15742. opacity: 1
  15743. }
  15744. to {
  15745. opacity: 0;
  15746. -webkit-transform: translate3d(0, 100%, 0);
  15747. transform: translate3d(0, 100%, 0)
  15748. }
  15749. }
  15750. .fadeOutDown {
  15751. -webkit-animation-name: fadeOutDown;
  15752. animation-name: fadeOutDown
  15753. }
  15754. @-webkit-keyframes fadeOutDownBig {
  15755. from {
  15756. opacity: 1
  15757. }
  15758. to {
  15759. opacity: 0;
  15760. -webkit-transform: translate3d(0, 2000px, 0);
  15761. transform: translate3d(0, 2000px, 0)
  15762. }
  15763. }
  15764. @keyframes fadeOutDownBig {
  15765. from {
  15766. opacity: 1
  15767. }
  15768. to {
  15769. opacity: 0;
  15770. -webkit-transform: translate3d(0, 2000px, 0);
  15771. transform: translate3d(0, 2000px, 0)
  15772. }
  15773. }
  15774. .fadeOutDownBig {
  15775. -webkit-animation-name: fadeOutDownBig;
  15776. animation-name: fadeOutDownBig
  15777. }
  15778. @-webkit-keyframes fadeOutLeft {
  15779. from {
  15780. opacity: 1
  15781. }
  15782. to {
  15783. opacity: 0;
  15784. -webkit-transform: translate3d(-100%, 0, 0);
  15785. transform: translate3d(-100%, 0, 0)
  15786. }
  15787. }
  15788. @keyframes fadeOutLeft {
  15789. from {
  15790. opacity: 1
  15791. }
  15792. to {
  15793. opacity: 0;
  15794. -webkit-transform: translate3d(-100%, 0, 0);
  15795. transform: translate3d(-100%, 0, 0)
  15796. }
  15797. }
  15798. .fadeOutLeft {
  15799. -webkit-animation-name: fadeOutLeft;
  15800. animation-name: fadeOutLeft
  15801. }
  15802. @-webkit-keyframes fadeOutLeftBig {
  15803. from {
  15804. opacity: 1
  15805. }
  15806. to {
  15807. opacity: 0;
  15808. -webkit-transform: translate3d(-2000px, 0, 0);
  15809. transform: translate3d(-2000px, 0, 0)
  15810. }
  15811. }
  15812. @keyframes fadeOutLeftBig {
  15813. from {
  15814. opacity: 1
  15815. }
  15816. to {
  15817. opacity: 0;
  15818. -webkit-transform: translate3d(-2000px, 0, 0);
  15819. transform: translate3d(-2000px, 0, 0)
  15820. }
  15821. }
  15822. .fadeOutLeftBig {
  15823. -webkit-animation-name: fadeOutLeftBig;
  15824. animation-name: fadeOutLeftBig
  15825. }
  15826. @-webkit-keyframes fadeOutRight {
  15827. from {
  15828. opacity: 1
  15829. }
  15830. to {
  15831. opacity: 0;
  15832. -webkit-transform: translate3d(100%, 0, 0);
  15833. transform: translate3d(100%, 0, 0)
  15834. }
  15835. }
  15836. @keyframes fadeOutRight {
  15837. from {
  15838. opacity: 1
  15839. }
  15840. to {
  15841. opacity: 0;
  15842. -webkit-transform: translate3d(100%, 0, 0);
  15843. transform: translate3d(100%, 0, 0)
  15844. }
  15845. }
  15846. .fadeOutRight {
  15847. -webkit-animation-name: fadeOutRight;
  15848. animation-name: fadeOutRight
  15849. }
  15850. @-webkit-keyframes fadeOutRightBig {
  15851. from {
  15852. opacity: 1
  15853. }
  15854. to {
  15855. opacity: 0;
  15856. -webkit-transform: translate3d(2000px, 0, 0);
  15857. transform: translate3d(2000px, 0, 0)
  15858. }
  15859. }
  15860. @keyframes fadeOutRightBig {
  15861. from {
  15862. opacity: 1
  15863. }
  15864. to {
  15865. opacity: 0;
  15866. -webkit-transform: translate3d(2000px, 0, 0);
  15867. transform: translate3d(2000px, 0, 0)
  15868. }
  15869. }
  15870. .fadeOutRightBig {
  15871. -webkit-animation-name: fadeOutRightBig;
  15872. animation-name: fadeOutRightBig
  15873. }
  15874. @-webkit-keyframes fadeOutUp {
  15875. from {
  15876. opacity: 1
  15877. }
  15878. to {
  15879. opacity: 0;
  15880. -webkit-transform: translate3d(0, -100%, 0);
  15881. transform: translate3d(0, -100%, 0)
  15882. }
  15883. }
  15884. @keyframes fadeOutUp {
  15885. from {
  15886. opacity: 1
  15887. }
  15888. to {
  15889. opacity: 0;
  15890. -webkit-transform: translate3d(0, -100%, 0);
  15891. transform: translate3d(0, -100%, 0)
  15892. }
  15893. }
  15894. .fadeOutUp {
  15895. -webkit-animation-name: fadeOutUp;
  15896. animation-name: fadeOutUp
  15897. }
  15898. @-webkit-keyframes fadeOutUpBig {
  15899. from {
  15900. opacity: 1
  15901. }
  15902. to {
  15903. opacity: 0;
  15904. -webkit-transform: translate3d(0, -2000px, 0);
  15905. transform: translate3d(0, -2000px, 0)
  15906. }
  15907. }
  15908. @keyframes fadeOutUpBig {
  15909. from {
  15910. opacity: 1
  15911. }
  15912. to {
  15913. opacity: 0;
  15914. -webkit-transform: translate3d(0, -2000px, 0);
  15915. transform: translate3d(0, -2000px, 0)
  15916. }
  15917. }
  15918. .fadeOutUpBig {
  15919. -webkit-animation-name: fadeOutUpBig;
  15920. animation-name: fadeOutUpBig
  15921. }
  15922. @-webkit-keyframes flip {
  15923. from {
  15924. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  15925. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  15926. -webkit-animation-timing-function: ease-out;
  15927. animation-timing-function: ease-out
  15928. }
  15929. 40% {
  15930. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  15931. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  15932. -webkit-animation-timing-function: ease-out;
  15933. animation-timing-function: ease-out
  15934. }
  15935. 50% {
  15936. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  15937. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  15938. -webkit-animation-timing-function: ease-in;
  15939. animation-timing-function: ease-in
  15940. }
  15941. 80% {
  15942. -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  15943. transform: perspective(400px) scale3d(.95, .95, .95);
  15944. -webkit-animation-timing-function: ease-in;
  15945. animation-timing-function: ease-in
  15946. }
  15947. to {
  15948. -webkit-transform: perspective(400px);
  15949. transform: perspective(400px);
  15950. -webkit-animation-timing-function: ease-in;
  15951. animation-timing-function: ease-in
  15952. }
  15953. }
  15954. @keyframes flip {
  15955. from {
  15956. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  15957. transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  15958. -webkit-animation-timing-function: ease-out;
  15959. animation-timing-function: ease-out
  15960. }
  15961. 40% {
  15962. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  15963. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
  15964. -webkit-animation-timing-function: ease-out;
  15965. animation-timing-function: ease-out
  15966. }
  15967. 50% {
  15968. -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  15969. transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
  15970. -webkit-animation-timing-function: ease-in;
  15971. animation-timing-function: ease-in
  15972. }
  15973. 80% {
  15974. -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
  15975. transform: perspective(400px) scale3d(.95, .95, .95);
  15976. -webkit-animation-timing-function: ease-in;
  15977. animation-timing-function: ease-in
  15978. }
  15979. to {
  15980. -webkit-transform: perspective(400px);
  15981. transform: perspective(400px);
  15982. -webkit-animation-timing-function: ease-in;
  15983. animation-timing-function: ease-in
  15984. }
  15985. }
  15986. .animated.flip {
  15987. -webkit-backface-visibility: visible;
  15988. backface-visibility: visible;
  15989. -webkit-animation-name: flip;
  15990. animation-name: flip
  15991. }
  15992. @-webkit-keyframes flipInX {
  15993. from {
  15994. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  15995. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  15996. -webkit-animation-timing-function: ease-in;
  15997. animation-timing-function: ease-in;
  15998. opacity: 0
  15999. }
  16000. 40% {
  16001. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  16002. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  16003. -webkit-animation-timing-function: ease-in;
  16004. animation-timing-function: ease-in
  16005. }
  16006. 60% {
  16007. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  16008. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  16009. opacity: 1
  16010. }
  16011. 80% {
  16012. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  16013. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  16014. }
  16015. to {
  16016. -webkit-transform: perspective(400px);
  16017. transform: perspective(400px)
  16018. }
  16019. }
  16020. @keyframes flipInX {
  16021. from {
  16022. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  16023. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  16024. -webkit-animation-timing-function: ease-in;
  16025. animation-timing-function: ease-in;
  16026. opacity: 0
  16027. }
  16028. 40% {
  16029. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  16030. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  16031. -webkit-animation-timing-function: ease-in;
  16032. animation-timing-function: ease-in
  16033. }
  16034. 60% {
  16035. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  16036. transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  16037. opacity: 1
  16038. }
  16039. 80% {
  16040. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  16041. transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  16042. }
  16043. to {
  16044. -webkit-transform: perspective(400px);
  16045. transform: perspective(400px)
  16046. }
  16047. }
  16048. .flipInX {
  16049. -webkit-backface-visibility: visible!important;
  16050. backface-visibility: visible!important;
  16051. -webkit-animation-name: flipInX;
  16052. animation-name: flipInX
  16053. }
  16054. .flipInY,
  16055. .flipOutX {
  16056. -webkit-backface-visibility: visible!important
  16057. }
  16058. @-webkit-keyframes flipInY {
  16059. from {
  16060. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  16061. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  16062. -webkit-animation-timing-function: ease-in;
  16063. animation-timing-function: ease-in;
  16064. opacity: 0
  16065. }
  16066. 40% {
  16067. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  16068. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  16069. -webkit-animation-timing-function: ease-in;
  16070. animation-timing-function: ease-in
  16071. }
  16072. 60% {
  16073. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  16074. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  16075. opacity: 1
  16076. }
  16077. 80% {
  16078. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  16079. transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  16080. }
  16081. to {
  16082. -webkit-transform: perspective(400px);
  16083. transform: perspective(400px)
  16084. }
  16085. }
  16086. @keyframes flipInY {
  16087. from {
  16088. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  16089. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  16090. -webkit-animation-timing-function: ease-in;
  16091. animation-timing-function: ease-in;
  16092. opacity: 0
  16093. }
  16094. 40% {
  16095. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  16096. transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  16097. -webkit-animation-timing-function: ease-in;
  16098. animation-timing-function: ease-in
  16099. }
  16100. 60% {
  16101. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  16102. transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  16103. opacity: 1
  16104. }
  16105. 80% {
  16106. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  16107. transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  16108. }
  16109. to {
  16110. -webkit-transform: perspective(400px);
  16111. transform: perspective(400px)
  16112. }
  16113. }
  16114. .flipInY {
  16115. backface-visibility: visible!important;
  16116. -webkit-animation-name: flipInY;
  16117. animation-name: flipInY
  16118. }
  16119. @-webkit-keyframes flipOutX {
  16120. from {
  16121. -webkit-transform: perspective(400px);
  16122. transform: perspective(400px)
  16123. }
  16124. 30% {
  16125. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  16126. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  16127. opacity: 1
  16128. }
  16129. to {
  16130. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  16131. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  16132. opacity: 0
  16133. }
  16134. }
  16135. @keyframes flipOutX {
  16136. from {
  16137. -webkit-transform: perspective(400px);
  16138. transform: perspective(400px)
  16139. }
  16140. 30% {
  16141. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  16142. transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
  16143. opacity: 1
  16144. }
  16145. to {
  16146. -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  16147. transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
  16148. opacity: 0
  16149. }
  16150. }
  16151. .flipOutX {
  16152. -webkit-animation-name: flipOutX;
  16153. animation-name: flipOutX;
  16154. backface-visibility: visible!important
  16155. }
  16156. @-webkit-keyframes flipOutY {
  16157. from {
  16158. -webkit-transform: perspective(400px);
  16159. transform: perspective(400px)
  16160. }
  16161. 30% {
  16162. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  16163. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  16164. opacity: 1
  16165. }
  16166. to {
  16167. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  16168. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  16169. opacity: 0
  16170. }
  16171. }
  16172. @keyframes flipOutY {
  16173. from {
  16174. -webkit-transform: perspective(400px);
  16175. transform: perspective(400px)
  16176. }
  16177. 30% {
  16178. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  16179. transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
  16180. opacity: 1
  16181. }
  16182. to {
  16183. -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  16184. transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
  16185. opacity: 0
  16186. }
  16187. }
  16188. .flipOutY {
  16189. -webkit-backface-visibility: visible!important;
  16190. backface-visibility: visible!important;
  16191. -webkit-animation-name: flipOutY;
  16192. animation-name: flipOutY
  16193. }
  16194. @-webkit-keyframes lightSpeedIn {
  16195. from {
  16196. -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  16197. transform: translate3d(100%, 0, 0) skewX(-30deg);
  16198. opacity: 0
  16199. }
  16200. 60% {
  16201. -webkit-transform: skewX(20deg);
  16202. transform: skewX(20deg);
  16203. opacity: 1
  16204. }
  16205. 80% {
  16206. -webkit-transform: skewX(-5deg);
  16207. transform: skewX(-5deg);
  16208. opacity: 1
  16209. }
  16210. to {
  16211. -webkit-transform: none;
  16212. transform: none;
  16213. opacity: 1
  16214. }
  16215. }
  16216. @keyframes lightSpeedIn {
  16217. from {
  16218. -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
  16219. transform: translate3d(100%, 0, 0) skewX(-30deg);
  16220. opacity: 0
  16221. }
  16222. 60% {
  16223. -webkit-transform: skewX(20deg);
  16224. transform: skewX(20deg);
  16225. opacity: 1
  16226. }
  16227. 80% {
  16228. -webkit-transform: skewX(-5deg);
  16229. transform: skewX(-5deg);
  16230. opacity: 1
  16231. }
  16232. to {
  16233. -webkit-transform: none;
  16234. transform: none;
  16235. opacity: 1
  16236. }
  16237. }
  16238. .lightSpeedIn {
  16239. -webkit-animation-name: lightSpeedIn;
  16240. animation-name: lightSpeedIn;
  16241. -webkit-animation-timing-function: ease-out;
  16242. animation-timing-function: ease-out
  16243. }
  16244. @-webkit-keyframes lightSpeedOut {
  16245. from {
  16246. opacity: 1
  16247. }
  16248. to {
  16249. -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  16250. transform: translate3d(100%, 0, 0) skewX(30deg);
  16251. opacity: 0
  16252. }
  16253. }
  16254. @keyframes lightSpeedOut {
  16255. from {
  16256. opacity: 1
  16257. }
  16258. to {
  16259. -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
  16260. transform: translate3d(100%, 0, 0) skewX(30deg);
  16261. opacity: 0
  16262. }
  16263. }
  16264. .lightSpeedOut {
  16265. -webkit-animation-name: lightSpeedOut;
  16266. animation-name: lightSpeedOut;
  16267. -webkit-animation-timing-function: ease-in;
  16268. animation-timing-function: ease-in
  16269. }
  16270. @-webkit-keyframes rotateIn {
  16271. from {
  16272. -webkit-transform-origin: center;
  16273. transform-origin: center;
  16274. -webkit-transform: rotate3d(0, 0, 1, -200deg);
  16275. transform: rotate3d(0, 0, 1, -200deg);
  16276. opacity: 0
  16277. }
  16278. to {
  16279. -webkit-transform-origin: center;
  16280. transform-origin: center;
  16281. -webkit-transform: none;
  16282. transform: none;
  16283. opacity: 1
  16284. }
  16285. }
  16286. @keyframes rotateIn {
  16287. from {
  16288. -webkit-transform-origin: center;
  16289. transform-origin: center;
  16290. -webkit-transform: rotate3d(0, 0, 1, -200deg);
  16291. transform: rotate3d(0, 0, 1, -200deg);
  16292. opacity: 0
  16293. }
  16294. to {
  16295. -webkit-transform-origin: center;
  16296. transform-origin: center;
  16297. -webkit-transform: none;
  16298. transform: none;
  16299. opacity: 1
  16300. }
  16301. }
  16302. .rotateIn {
  16303. -webkit-animation-name: rotateIn;
  16304. animation-name: rotateIn
  16305. }
  16306. @-webkit-keyframes rotateInDownLeft {
  16307. from {
  16308. -webkit-transform-origin: left bottom;
  16309. transform-origin: left bottom;
  16310. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  16311. transform: rotate3d(0, 0, 1, -45deg);
  16312. opacity: 0
  16313. }
  16314. to {
  16315. -webkit-transform-origin: left bottom;
  16316. transform-origin: left bottom;
  16317. -webkit-transform: none;
  16318. transform: none;
  16319. opacity: 1
  16320. }
  16321. }
  16322. @keyframes rotateInDownLeft {
  16323. from {
  16324. -webkit-transform-origin: left bottom;
  16325. transform-origin: left bottom;
  16326. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  16327. transform: rotate3d(0, 0, 1, -45deg);
  16328. opacity: 0
  16329. }
  16330. to {
  16331. -webkit-transform-origin: left bottom;
  16332. transform-origin: left bottom;
  16333. -webkit-transform: none;
  16334. transform: none;
  16335. opacity: 1
  16336. }
  16337. }
  16338. .rotateInDownLeft {
  16339. -webkit-animation-name: rotateInDownLeft;
  16340. animation-name: rotateInDownLeft
  16341. }
  16342. @-webkit-keyframes rotateInDownRight {
  16343. from {
  16344. -webkit-transform-origin: right bottom;
  16345. transform-origin: right bottom;
  16346. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  16347. transform: rotate3d(0, 0, 1, 45deg);
  16348. opacity: 0
  16349. }
  16350. to {
  16351. -webkit-transform-origin: right bottom;
  16352. transform-origin: right bottom;
  16353. -webkit-transform: none;
  16354. transform: none;
  16355. opacity: 1
  16356. }
  16357. }
  16358. @keyframes rotateInDownRight {
  16359. from {
  16360. -webkit-transform-origin: right bottom;
  16361. transform-origin: right bottom;
  16362. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  16363. transform: rotate3d(0, 0, 1, 45deg);
  16364. opacity: 0
  16365. }
  16366. to {
  16367. -webkit-transform-origin: right bottom;
  16368. transform-origin: right bottom;
  16369. -webkit-transform: none;
  16370. transform: none;
  16371. opacity: 1
  16372. }
  16373. }
  16374. .rotateInDownRight {
  16375. -webkit-animation-name: rotateInDownRight;
  16376. animation-name: rotateInDownRight
  16377. }
  16378. @-webkit-keyframes rotateInUpLeft {
  16379. from {
  16380. -webkit-transform-origin: left bottom;
  16381. transform-origin: left bottom;
  16382. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  16383. transform: rotate3d(0, 0, 1, 45deg);
  16384. opacity: 0
  16385. }
  16386. to {
  16387. -webkit-transform-origin: left bottom;
  16388. transform-origin: left bottom;
  16389. -webkit-transform: none;
  16390. transform: none;
  16391. opacity: 1
  16392. }
  16393. }
  16394. @keyframes rotateInUpLeft {
  16395. from {
  16396. -webkit-transform-origin: left bottom;
  16397. transform-origin: left bottom;
  16398. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  16399. transform: rotate3d(0, 0, 1, 45deg);
  16400. opacity: 0
  16401. }
  16402. to {
  16403. -webkit-transform-origin: left bottom;
  16404. transform-origin: left bottom;
  16405. -webkit-transform: none;
  16406. transform: none;
  16407. opacity: 1
  16408. }
  16409. }
  16410. .rotateInUpLeft {
  16411. -webkit-animation-name: rotateInUpLeft;
  16412. animation-name: rotateInUpLeft
  16413. }
  16414. @-webkit-keyframes rotateInUpRight {
  16415. from {
  16416. -webkit-transform-origin: right bottom;
  16417. transform-origin: right bottom;
  16418. -webkit-transform: rotate3d(0, 0, 1, -90deg);
  16419. transform: rotate3d(0, 0, 1, -90deg);
  16420. opacity: 0
  16421. }
  16422. to {
  16423. -webkit-transform-origin: right bottom;
  16424. transform-origin: right bottom;
  16425. -webkit-transform: none;
  16426. transform: none;
  16427. opacity: 1
  16428. }
  16429. }
  16430. @keyframes rotateInUpRight {
  16431. from {
  16432. -webkit-transform-origin: right bottom;
  16433. transform-origin: right bottom;
  16434. -webkit-transform: rotate3d(0, 0, 1, -90deg);
  16435. transform: rotate3d(0, 0, 1, -90deg);
  16436. opacity: 0
  16437. }
  16438. to {
  16439. -webkit-transform-origin: right bottom;
  16440. transform-origin: right bottom;
  16441. -webkit-transform: none;
  16442. transform: none;
  16443. opacity: 1
  16444. }
  16445. }
  16446. .rotateInUpRight {
  16447. -webkit-animation-name: rotateInUpRight;
  16448. animation-name: rotateInUpRight
  16449. }
  16450. @-webkit-keyframes rotateOut {
  16451. from {
  16452. -webkit-transform-origin: center;
  16453. transform-origin: center;
  16454. opacity: 1
  16455. }
  16456. to {
  16457. -webkit-transform-origin: center;
  16458. transform-origin: center;
  16459. -webkit-transform: rotate3d(0, 0, 1, 200deg);
  16460. transform: rotate3d(0, 0, 1, 200deg);
  16461. opacity: 0
  16462. }
  16463. }
  16464. @keyframes rotateOut {
  16465. from {
  16466. -webkit-transform-origin: center;
  16467. transform-origin: center;
  16468. opacity: 1
  16469. }
  16470. to {
  16471. -webkit-transform-origin: center;
  16472. transform-origin: center;
  16473. -webkit-transform: rotate3d(0, 0, 1, 200deg);
  16474. transform: rotate3d(0, 0, 1, 200deg);
  16475. opacity: 0
  16476. }
  16477. }
  16478. .rotateOut {
  16479. -webkit-animation-name: rotateOut;
  16480. animation-name: rotateOut
  16481. }
  16482. @-webkit-keyframes rotateOutDownLeft {
  16483. from {
  16484. -webkit-transform-origin: left bottom;
  16485. transform-origin: left bottom;
  16486. opacity: 1
  16487. }
  16488. to {
  16489. -webkit-transform-origin: left bottom;
  16490. transform-origin: left bottom;
  16491. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  16492. transform: rotate3d(0, 0, 1, 45deg);
  16493. opacity: 0
  16494. }
  16495. }
  16496. @keyframes rotateOutDownLeft {
  16497. from {
  16498. -webkit-transform-origin: left bottom;
  16499. transform-origin: left bottom;
  16500. opacity: 1
  16501. }
  16502. to {
  16503. -webkit-transform-origin: left bottom;
  16504. transform-origin: left bottom;
  16505. -webkit-transform: rotate3d(0, 0, 1, 45deg);
  16506. transform: rotate3d(0, 0, 1, 45deg);
  16507. opacity: 0
  16508. }
  16509. }
  16510. .rotateOutDownLeft {
  16511. -webkit-animation-name: rotateOutDownLeft;
  16512. animation-name: rotateOutDownLeft
  16513. }
  16514. @-webkit-keyframes rotateOutDownRight {
  16515. from {
  16516. -webkit-transform-origin: right bottom;
  16517. transform-origin: right bottom;
  16518. opacity: 1
  16519. }
  16520. to {
  16521. -webkit-transform-origin: right bottom;
  16522. transform-origin: right bottom;
  16523. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  16524. transform: rotate3d(0, 0, 1, -45deg);
  16525. opacity: 0
  16526. }
  16527. }
  16528. @keyframes rotateOutDownRight {
  16529. from {
  16530. -webkit-transform-origin: right bottom;
  16531. transform-origin: right bottom;
  16532. opacity: 1
  16533. }
  16534. to {
  16535. -webkit-transform-origin: right bottom;
  16536. transform-origin: right bottom;
  16537. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  16538. transform: rotate3d(0, 0, 1, -45deg);
  16539. opacity: 0
  16540. }
  16541. }
  16542. .rotateOutDownRight {
  16543. -webkit-animation-name: rotateOutDownRight;
  16544. animation-name: rotateOutDownRight
  16545. }
  16546. @-webkit-keyframes rotateOutUpLeft {
  16547. from {
  16548. -webkit-transform-origin: left bottom;
  16549. transform-origin: left bottom;
  16550. opacity: 1
  16551. }
  16552. to {
  16553. -webkit-transform-origin: left bottom;
  16554. transform-origin: left bottom;
  16555. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  16556. transform: rotate3d(0, 0, 1, -45deg);
  16557. opacity: 0
  16558. }
  16559. }
  16560. @keyframes rotateOutUpLeft {
  16561. from {
  16562. -webkit-transform-origin: left bottom;
  16563. transform-origin: left bottom;
  16564. opacity: 1
  16565. }
  16566. to {
  16567. -webkit-transform-origin: left bottom;
  16568. transform-origin: left bottom;
  16569. -webkit-transform: rotate3d(0, 0, 1, -45deg);
  16570. transform: rotate3d(0, 0, 1, -45deg);
  16571. opacity: 0
  16572. }
  16573. }
  16574. .rotateOutUpLeft {
  16575. -webkit-animation-name: rotateOutUpLeft;
  16576. animation-name: rotateOutUpLeft
  16577. }
  16578. @-webkit-keyframes rotateOutUpRight {
  16579. from {
  16580. -webkit-transform-origin: right bottom;
  16581. transform-origin: right bottom;
  16582. opacity: 1
  16583. }
  16584. to {
  16585. -webkit-transform-origin: right bottom;
  16586. transform-origin: right bottom;
  16587. -webkit-transform: rotate3d(0, 0, 1, 90deg);
  16588. transform: rotate3d(0, 0, 1, 90deg);
  16589. opacity: 0
  16590. }
  16591. }
  16592. @keyframes rotateOutUpRight {
  16593. from {
  16594. -webkit-transform-origin: right bottom;
  16595. transform-origin: right bottom;
  16596. opacity: 1
  16597. }
  16598. to {
  16599. -webkit-transform-origin: right bottom;
  16600. transform-origin: right bottom;
  16601. -webkit-transform: rotate3d(0, 0, 1, 90deg);
  16602. transform: rotate3d(0, 0, 1, 90deg);
  16603. opacity: 0
  16604. }
  16605. }
  16606. .rotateOutUpRight {
  16607. -webkit-animation-name: rotateOutUpRight;
  16608. animation-name: rotateOutUpRight
  16609. }
  16610. @-webkit-keyframes hinge {
  16611. 0% {
  16612. -webkit-transform-origin: top left;
  16613. transform-origin: top left;
  16614. -webkit-animation-timing-function: ease-in-out;
  16615. animation-timing-function: ease-in-out
  16616. }
  16617. 20%,
  16618. 60% {
  16619. -webkit-transform: rotate3d(0, 0, 1, 80deg);
  16620. transform: rotate3d(0, 0, 1, 80deg);
  16621. -webkit-transform-origin: top left;
  16622. transform-origin: top left;
  16623. -webkit-animation-timing-function: ease-in-out;
  16624. animation-timing-function: ease-in-out
  16625. }
  16626. 40%,
  16627. 80% {
  16628. -webkit-transform: rotate3d(0, 0, 1, 60deg);
  16629. transform: rotate3d(0, 0, 1, 60deg);
  16630. -webkit-transform-origin: top left;
  16631. transform-origin: top left;
  16632. -webkit-animation-timing-function: ease-in-out;
  16633. animation-timing-function: ease-in-out;
  16634. opacity: 1
  16635. }
  16636. to {
  16637. -webkit-transform: translate3d(0, 700px, 0);
  16638. transform: translate3d(0, 700px, 0);
  16639. opacity: 0
  16640. }
  16641. }
  16642. @keyframes hinge {
  16643. 0% {
  16644. -webkit-transform-origin: top left;
  16645. transform-origin: top left;
  16646. -webkit-animation-timing-function: ease-in-out;
  16647. animation-timing-function: ease-in-out
  16648. }
  16649. 20%,
  16650. 60% {
  16651. -webkit-transform: rotate3d(0, 0, 1, 80deg);
  16652. transform: rotate3d(0, 0, 1, 80deg);
  16653. -webkit-transform-origin: top left;
  16654. transform-origin: top left;
  16655. -webkit-animation-timing-function: ease-in-out;
  16656. animation-timing-function: ease-in-out
  16657. }
  16658. 40%,
  16659. 80% {
  16660. -webkit-transform: rotate3d(0, 0, 1, 60deg);
  16661. transform: rotate3d(0, 0, 1, 60deg);
  16662. -webkit-transform-origin: top left;
  16663. transform-origin: top left;
  16664. -webkit-animation-timing-function: ease-in-out;
  16665. animation-timing-function: ease-in-out;
  16666. opacity: 1
  16667. }
  16668. to {
  16669. -webkit-transform: translate3d(0, 700px, 0);
  16670. transform: translate3d(0, 700px, 0);
  16671. opacity: 0
  16672. }
  16673. }
  16674. .hinge {
  16675. -webkit-animation-name: hinge;
  16676. animation-name: hinge
  16677. }
  16678. @-webkit-keyframes rollIn {
  16679. from {
  16680. opacity: 0;
  16681. -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  16682. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  16683. }
  16684. to {
  16685. opacity: 1;
  16686. -webkit-transform: none;
  16687. transform: none
  16688. }
  16689. }
  16690. @keyframes rollIn {
  16691. from {
  16692. opacity: 0;
  16693. -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  16694. transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  16695. }
  16696. to {
  16697. opacity: 1;
  16698. -webkit-transform: none;
  16699. transform: none
  16700. }
  16701. }
  16702. .rollIn {
  16703. -webkit-animation-name: rollIn;
  16704. animation-name: rollIn
  16705. }
  16706. @-webkit-keyframes rollOut {
  16707. from {
  16708. opacity: 1
  16709. }
  16710. to {
  16711. opacity: 0;
  16712. -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  16713. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  16714. }
  16715. }
  16716. @keyframes rollOut {
  16717. from {
  16718. opacity: 1
  16719. }
  16720. to {
  16721. opacity: 0;
  16722. -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  16723. transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  16724. }
  16725. }
  16726. .rollOut {
  16727. -webkit-animation-name: rollOut;
  16728. animation-name: rollOut
  16729. }
  16730. @-webkit-keyframes zoomIn {
  16731. from {
  16732. opacity: 0;
  16733. -webkit-transform: scale3d(.3, .3, .3);
  16734. transform: scale3d(.3, .3, .3)
  16735. }
  16736. 50% {
  16737. opacity: 1
  16738. }
  16739. }
  16740. @keyframes zoomIn {
  16741. from {
  16742. opacity: 0;
  16743. -webkit-transform: scale3d(.3, .3, .3);
  16744. transform: scale3d(.3, .3, .3)
  16745. }
  16746. 50% {
  16747. opacity: 1
  16748. }
  16749. }
  16750. .zoomIn {
  16751. -webkit-animation-name: zoomIn;
  16752. animation-name: zoomIn
  16753. }
  16754. @-webkit-keyframes zoomInDown {
  16755. from {
  16756. opacity: 0;
  16757. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  16758. transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  16759. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16760. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16761. }
  16762. 60% {
  16763. opacity: 1;
  16764. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  16765. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  16766. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16767. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16768. }
  16769. }
  16770. @keyframes zoomInDown {
  16771. from {
  16772. opacity: 0;
  16773. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  16774. transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
  16775. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16776. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16777. }
  16778. 60% {
  16779. opacity: 1;
  16780. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  16781. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  16782. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16783. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16784. }
  16785. }
  16786. .zoomInDown {
  16787. -webkit-animation-name: zoomInDown;
  16788. animation-name: zoomInDown
  16789. }
  16790. @-webkit-keyframes zoomInLeft {
  16791. from {
  16792. opacity: 0;
  16793. -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  16794. transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  16795. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16796. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16797. }
  16798. 60% {
  16799. opacity: 1;
  16800. -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  16801. transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  16802. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16803. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16804. }
  16805. }
  16806. @keyframes zoomInLeft {
  16807. from {
  16808. opacity: 0;
  16809. -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  16810. transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
  16811. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16812. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16813. }
  16814. 60% {
  16815. opacity: 1;
  16816. -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  16817. transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
  16818. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16819. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16820. }
  16821. }
  16822. .zoomInLeft {
  16823. -webkit-animation-name: zoomInLeft;
  16824. animation-name: zoomInLeft
  16825. }
  16826. @-webkit-keyframes zoomInRight {
  16827. from {
  16828. opacity: 0;
  16829. -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  16830. transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  16831. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16832. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16833. }
  16834. 60% {
  16835. opacity: 1;
  16836. -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  16837. transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  16838. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16839. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16840. }
  16841. }
  16842. @keyframes zoomInRight {
  16843. from {
  16844. opacity: 0;
  16845. -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  16846. transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
  16847. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16848. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16849. }
  16850. 60% {
  16851. opacity: 1;
  16852. -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  16853. transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
  16854. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16855. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16856. }
  16857. }
  16858. .zoomInRight {
  16859. -webkit-animation-name: zoomInRight;
  16860. animation-name: zoomInRight
  16861. }
  16862. @-webkit-keyframes zoomInUp {
  16863. from {
  16864. opacity: 0;
  16865. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  16866. transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  16867. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16868. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16869. }
  16870. 60% {
  16871. opacity: 1;
  16872. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  16873. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  16874. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16875. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16876. }
  16877. }
  16878. @keyframes zoomInUp {
  16879. from {
  16880. opacity: 0;
  16881. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  16882. transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
  16883. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16884. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16885. }
  16886. 60% {
  16887. opacity: 1;
  16888. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  16889. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  16890. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16891. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16892. }
  16893. }
  16894. .zoomInUp {
  16895. -webkit-animation-name: zoomInUp;
  16896. animation-name: zoomInUp
  16897. }
  16898. @-webkit-keyframes zoomOut {
  16899. from {
  16900. opacity: 1
  16901. }
  16902. 50% {
  16903. opacity: 0;
  16904. -webkit-transform: scale3d(.3, .3, .3);
  16905. transform: scale3d(.3, .3, .3)
  16906. }
  16907. to {
  16908. opacity: 0
  16909. }
  16910. }
  16911. @keyframes zoomOut {
  16912. from {
  16913. opacity: 1
  16914. }
  16915. 50% {
  16916. opacity: 0;
  16917. -webkit-transform: scale3d(.3, .3, .3);
  16918. transform: scale3d(.3, .3, .3)
  16919. }
  16920. to {
  16921. opacity: 0
  16922. }
  16923. }
  16924. .zoomOut {
  16925. -webkit-animation-name: zoomOut;
  16926. animation-name: zoomOut
  16927. }
  16928. @-webkit-keyframes zoomOutDown {
  16929. 40% {
  16930. opacity: 1;
  16931. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  16932. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  16933. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16934. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16935. }
  16936. to {
  16937. opacity: 0;
  16938. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  16939. transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  16940. -webkit-transform-origin: center bottom;
  16941. transform-origin: center bottom;
  16942. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16943. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16944. }
  16945. }
  16946. @keyframes zoomOutDown {
  16947. 40% {
  16948. opacity: 1;
  16949. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  16950. transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
  16951. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  16952. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  16953. }
  16954. to {
  16955. opacity: 0;
  16956. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  16957. transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
  16958. -webkit-transform-origin: center bottom;
  16959. transform-origin: center bottom;
  16960. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  16961. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  16962. }
  16963. }
  16964. .zoomOutDown {
  16965. -webkit-animation-name: zoomOutDown;
  16966. animation-name: zoomOutDown
  16967. }
  16968. @-webkit-keyframes zoomOutLeft {
  16969. 40% {
  16970. opacity: 1;
  16971. -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  16972. transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  16973. }
  16974. to {
  16975. opacity: 0;
  16976. -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
  16977. transform: scale(.1) translate3d(-2000px, 0, 0);
  16978. -webkit-transform-origin: left center;
  16979. transform-origin: left center
  16980. }
  16981. }
  16982. @keyframes zoomOutLeft {
  16983. 40% {
  16984. opacity: 1;
  16985. -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  16986. transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  16987. }
  16988. to {
  16989. opacity: 0;
  16990. -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
  16991. transform: scale(.1) translate3d(-2000px, 0, 0);
  16992. -webkit-transform-origin: left center;
  16993. transform-origin: left center
  16994. }
  16995. }
  16996. .zoomOutLeft {
  16997. -webkit-animation-name: zoomOutLeft;
  16998. animation-name: zoomOutLeft
  16999. }
  17000. @-webkit-keyframes zoomOutRight {
  17001. 40% {
  17002. opacity: 1;
  17003. -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  17004. transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  17005. }
  17006. to {
  17007. opacity: 0;
  17008. -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
  17009. transform: scale(.1) translate3d(2000px, 0, 0);
  17010. -webkit-transform-origin: right center;
  17011. transform-origin: right center
  17012. }
  17013. }
  17014. @keyframes zoomOutRight {
  17015. 40% {
  17016. opacity: 1;
  17017. -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  17018. transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  17019. }
  17020. to {
  17021. opacity: 0;
  17022. -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
  17023. transform: scale(.1) translate3d(2000px, 0, 0);
  17024. -webkit-transform-origin: right center;
  17025. transform-origin: right center
  17026. }
  17027. }
  17028. .zoomOutRight {
  17029. -webkit-animation-name: zoomOutRight;
  17030. animation-name: zoomOutRight
  17031. }
  17032. @-webkit-keyframes zoomOutUp {
  17033. 40% {
  17034. opacity: 1;
  17035. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  17036. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  17037. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  17038. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  17039. }
  17040. to {
  17041. opacity: 0;
  17042. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  17043. transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  17044. -webkit-transform-origin: center bottom;
  17045. transform-origin: center bottom;
  17046. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  17047. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  17048. }
  17049. }
  17050. @keyframes zoomOutUp {
  17051. 40% {
  17052. opacity: 1;
  17053. -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  17054. transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
  17055. -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  17056. animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  17057. }
  17058. to {
  17059. opacity: 0;
  17060. -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  17061. transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
  17062. -webkit-transform-origin: center bottom;
  17063. transform-origin: center bottom;
  17064. -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  17065. animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  17066. }
  17067. }
  17068. .zoomOutUp {
  17069. -webkit-animation-name: zoomOutUp;
  17070. animation-name: zoomOutUp
  17071. }
  17072. @-webkit-keyframes slideInDown {
  17073. from {
  17074. -webkit-transform: translate3d(0, -100%, 0);
  17075. transform: translate3d(0, -100%, 0);
  17076. visibility: visible
  17077. }
  17078. to {
  17079. -webkit-transform: translate3d(0, 0, 0);
  17080. transform: translate3d(0, 0, 0)
  17081. }
  17082. }
  17083. @keyframes slideInDown {
  17084. from {
  17085. -webkit-transform: translate3d(0, -100%, 0);
  17086. transform: translate3d(0, -100%, 0);
  17087. visibility: visible
  17088. }
  17089. to {
  17090. -webkit-transform: translate3d(0, 0, 0);
  17091. transform: translate3d(0, 0, 0)
  17092. }
  17093. }
  17094. .slideInDown {
  17095. -webkit-animation-name: slideInDown;
  17096. animation-name: slideInDown
  17097. }
  17098. @-webkit-keyframes slideInLeft {
  17099. from {
  17100. -webkit-transform: translate3d(-100%, 0, 0);
  17101. transform: translate3d(-100%, 0, 0);
  17102. visibility: visible
  17103. }
  17104. to {
  17105. -webkit-transform: translate3d(0, 0, 0);
  17106. transform: translate3d(0, 0, 0)
  17107. }
  17108. }
  17109. @keyframes slideInLeft {
  17110. from {
  17111. -webkit-transform: translate3d(-100%, 0, 0);
  17112. transform: translate3d(-100%, 0, 0);
  17113. visibility: visible
  17114. }
  17115. to {
  17116. -webkit-transform: translate3d(0, 0, 0);
  17117. transform: translate3d(0, 0, 0)
  17118. }
  17119. }
  17120. .slideInLeft {
  17121. -webkit-animation-name: slideInLeft;
  17122. animation-name: slideInLeft
  17123. }
  17124. @-webkit-keyframes slideInRight {
  17125. from {
  17126. -webkit-transform: translate3d(100%, 0, 0);
  17127. transform: translate3d(100%, 0, 0);
  17128. visibility: visible
  17129. }
  17130. to {
  17131. -webkit-transform: translate3d(0, 0, 0);
  17132. transform: translate3d(0, 0, 0)
  17133. }
  17134. }
  17135. @keyframes slideInRight {
  17136. from {
  17137. -webkit-transform: translate3d(100%, 0, 0);
  17138. transform: translate3d(100%, 0, 0);
  17139. visibility: visible
  17140. }
  17141. to {
  17142. -webkit-transform: translate3d(0, 0, 0);
  17143. transform: translate3d(0, 0, 0)
  17144. }
  17145. }
  17146. .slideInRight {
  17147. -webkit-animation-name: slideInRight;
  17148. animation-name: slideInRight
  17149. }
  17150. @-webkit-keyframes slideInUp {
  17151. from {
  17152. -webkit-transform: translate3d(0, 100%, 0);
  17153. transform: translate3d(0, 100%, 0);
  17154. visibility: visible
  17155. }
  17156. to {
  17157. -webkit-transform: translate3d(0, 0, 0);
  17158. transform: translate3d(0, 0, 0)
  17159. }
  17160. }
  17161. @keyframes slideInUp {
  17162. from {
  17163. -webkit-transform: translate3d(0, 100%, 0);
  17164. transform: translate3d(0, 100%, 0);
  17165. visibility: visible
  17166. }
  17167. to {
  17168. -webkit-transform: translate3d(0, 0, 0);
  17169. transform: translate3d(0, 0, 0)
  17170. }
  17171. }
  17172. .slideInUp {
  17173. -webkit-animation-name: slideInUp;
  17174. animation-name: slideInUp
  17175. }
  17176. @-webkit-keyframes slideOutDown {
  17177. from {
  17178. -webkit-transform: translate3d(0, 0, 0);
  17179. transform: translate3d(0, 0, 0)
  17180. }
  17181. to {
  17182. visibility: hidden;
  17183. -webkit-transform: translate3d(0, 100%, 0);
  17184. transform: translate3d(0, 100%, 0)
  17185. }
  17186. }
  17187. @keyframes slideOutDown {
  17188. from {
  17189. -webkit-transform: translate3d(0, 0, 0);
  17190. transform: translate3d(0, 0, 0)
  17191. }
  17192. to {
  17193. visibility: hidden;
  17194. -webkit-transform: translate3d(0, 100%, 0);
  17195. transform: translate3d(0, 100%, 0)
  17196. }
  17197. }
  17198. .slideOutDown {
  17199. -webkit-animation-name: slideOutDown;
  17200. animation-name: slideOutDown
  17201. }
  17202. @-webkit-keyframes slideOutLeft {
  17203. from {
  17204. -webkit-transform: translate3d(0, 0, 0);
  17205. transform: translate3d(0, 0, 0)
  17206. }
  17207. to {
  17208. visibility: hidden;
  17209. -webkit-transform: translate3d(-100%, 0, 0);
  17210. transform: translate3d(-100%, 0, 0)
  17211. }
  17212. }
  17213. @keyframes slideOutLeft {
  17214. from {
  17215. -webkit-transform: translate3d(0, 0, 0);
  17216. transform: translate3d(0, 0, 0)
  17217. }
  17218. to {
  17219. visibility: hidden;
  17220. -webkit-transform: translate3d(-100%, 0, 0);
  17221. transform: translate3d(-100%, 0, 0)
  17222. }
  17223. }
  17224. .slideOutLeft {
  17225. -webkit-animation-name: slideOutLeft;
  17226. animation-name: slideOutLeft
  17227. }
  17228. @-webkit-keyframes slideOutRight {
  17229. from {
  17230. -webkit-transform: translate3d(0, 0, 0);
  17231. transform: translate3d(0, 0, 0)
  17232. }
  17233. to {
  17234. visibility: hidden;
  17235. -webkit-transform: translate3d(100%, 0, 0);
  17236. transform: translate3d(100%, 0, 0)
  17237. }
  17238. }
  17239. @keyframes slideOutRight {
  17240. from {
  17241. -webkit-transform: translate3d(0, 0, 0);
  17242. transform: translate3d(0, 0, 0)
  17243. }
  17244. to {
  17245. visibility: hidden;
  17246. -webkit-transform: translate3d(100%, 0, 0);
  17247. transform: translate3d(100%, 0, 0)
  17248. }
  17249. }
  17250. .slideOutRight {
  17251. -webkit-animation-name: slideOutRight;
  17252. animation-name: slideOutRight
  17253. }
  17254. @-webkit-keyframes slideOutUp {
  17255. from {
  17256. -webkit-transform: translate3d(0, 0, 0);
  17257. transform: translate3d(0, 0, 0)
  17258. }
  17259. to {
  17260. visibility: hidden;
  17261. -webkit-transform: translate3d(0, -100%, 0);
  17262. transform: translate3d(0, -100%, 0)
  17263. }
  17264. }
  17265. @keyframes slideOutUp {
  17266. from {
  17267. -webkit-transform: translate3d(0, 0, 0);
  17268. transform: translate3d(0, 0, 0)
  17269. }
  17270. to {
  17271. visibility: hidden;
  17272. -webkit-transform: translate3d(0, -100%, 0);
  17273. transform: translate3d(0, -100%, 0)
  17274. }
  17275. }
  17276. .slideOutUp {
  17277. -webkit-animation-name: slideOutUp;
  17278. animation-name: slideOutUp
  17279. }
  17280. .seloNovo {
  17281. background: url(../img/lumens.jpg);
  17282. color: #008a9c;
  17283. font-family: LatoBold;
  17284. font-size: 12px;
  17285. height: 78px;
  17286. line-height: 9px;
  17287. margin-top: 0;
  17288. padding-left: 17px;
  17289. padding-right: 17px;
  17290. padding-top: 19px;
  17291. text-align: center;
  17292. width: 77px;
  17293. line-height: 150%
  17294. }
  17295.  
  17296. .linhas-index .line h2 {
  17297. color: #0099cc;
  17298. width: 100%;
  17299. text-align: center;
  17300. z-index: 10;
  17301. position: absolute;
  17302. opacity: 1;
  17303. z-index: 10;
  17304. }
  17305. .linhas-index .line p {
  17306. margin-top:19%;
  17307. text-shadow: 2px 1px 1px #000;
  17308. }
  17309. .linhas-index .line .bg {
  17310. width: 100%;
  17311. float: left;
  17312. position: absolute;
  17313. height: 100%;
  17314. top: 0;
  17315. z-index: 2;
  17316. }
  17317. .line:hover .bg::before {
  17318. opacity: 0
  17319. }
  17320. .linhas-index .line .bg::before {
  17321. left: 0;
  17322. content: "";
  17323. z-index: 99;
  17324. background-size: auto 80%;
  17325. -webkit-transition: all 1s;
  17326. -moz-transition: all 1s;
  17327. -ms-transition: all 1s;
  17328. -o-transition: all 1s;
  17329. position: absolute;
  17330. width: 100%;
  17331. top: 0;
  17332. z-index: 2;
  17333. height: 100%;
  17334. transition: all 1s;
  17335. }
  17336.  
  17337. @media screen and (max-width: 600px) {
  17338. .nav {
  17339. line-height: 2.5em;
  17340. }
  17341. .is-contato .contato .center{
  17342. width: 94%;
  17343. margin: 0px 3%;
  17344. padding: 0px 0px 50px 0px;
  17345. }
  17346.  
  17347. .is-contato .contato .center .box{
  17348. float: left;
  17349. width: 100%;
  17350. margin-right: 0px;
  17351. }
  17352. .is-contato .box{
  17353. padding: 20px 0px;
  17354. }
  17355.  
  17356. .is-contato .contato .center .box h3{
  17357. text-align: center;
  17358. }
  17359.  
  17360. .is-contato .contato .center .box ul{
  17361. width: 100%;
  17362. }
  17363.  
  17364. .is-contato .contato .center .box ul li{
  17365. width: 100%;
  17366. height: 60px;
  17367. }
  17368.  
  17369. .is-contato .contato .center .box2{
  17370. width: 100%;
  17371. padding: 20px 0px;
  17372. }
  17373. .is-contato .contato .center .box2 span,
  17374. .is-contato .contato .center .box2 form{
  17375. width: 100%;
  17376. text-align: center;
  17377. }
  17378.  
  17379. footer.footer .width-1000{
  17380. float: left;
  17381. width: 94%;
  17382. margin: 0px 3%;
  17383. }
  17384.  
  17385. .footer--where{
  17386. width: 100%;
  17387. padding: 0px;
  17388. }
  17389.  
  17390. .footer--where .footer-onde{
  17391. width: 100%;
  17392. text-align: center;
  17393. padding: 0px;
  17394. }
  17395.  
  17396. .footer--where .footer-onde img{
  17397. display: inline-block;
  17398. margin:20px 70px 0;
  17399. }
  17400. .footer--where h4{
  17401. width: 100%;
  17402. text-align: center!important;
  17403. }
  17404. .footer .footer--also .footer-tambem h4 {
  17405. width: 100%;
  17406. text-align: center !important;
  17407. }
  17408. .footer--where .endereco1{
  17409. width: 100%!important;
  17410. margin: 10px 0px;
  17411. }
  17412. .col{
  17413. padding: 0px!important;
  17414. }
  17415.  
  17416. .footer-tambem{
  17417. width: 100%;
  17418. }
  17419.  
  17420.  
  17421. .footer .footer--also h4{
  17422. float: left;
  17423. width: auto;
  17424. }
  17425. .tambem-item{
  17426. float: none;
  17427. width: auto;
  17428. display: inline-block;
  17429. /*margin-left: 15px;*/
  17430. }
  17431. .footer--also .facetxt {
  17432. margin-left: 5px;
  17433. }
  17434.  
  17435. .footer--also .face {
  17436. margin-left: 11px;
  17437. padding-left: 33px;
  17438. }
  17439.  
  17440. .footer--also .face::before{
  17441. right: 0px;
  17442. }
  17443.  
  17444. .products .col{
  17445. margin-top: 80px;
  17446. }
  17447.  
  17448. .informacoes .selos li.selo-lumens{
  17449. margin-left: 14px;
  17450. float: none;
  17451. display: inline-block;
  17452. margin: 10px;
  17453. }
  17454. .informacoes .selos {
  17455. padding: 0;
  17456. text-align: center;
  17457. }
  17458. .produto {
  17459. margin-top: 100px;
  17460. }
  17461.  
  17462. .is-onde-encontrar .box-selects{
  17463. width: 300px;
  17464. }
  17465.  
  17466. .is-onde-encontrar .box{
  17467. float: left;
  17468. width: 100%;
  17469. }
  17470.  
  17471. .is-onde-encontrar .listagem{
  17472. width: 100%;
  17473. padding: 50px 0 0 20px;
  17474. margin: 0 0 15px;
  17475. }
  17476.  
  17477. .is-perguntas-frequentes .duvidas .box{
  17478. padding: 0px 10px;
  17479. margin: 120px auto 0px;
  17480. }
  17481.  
  17482. .is-perguntas-frequentes .duvidas .box ul{
  17483. width: 100%;
  17484. }
  17485.  
  17486. .is-perguntas-frequentes .duvidas li{
  17487. padding: 10px 0px;
  17488. }
  17489.  
  17490. .is-perguntas-frequentes .duvidas li h3{
  17491. width: 89%;
  17492. text-align: left;
  17493. font-size: 12px;
  17494. line-height: 13px;
  17495. }
  17496.  
  17497. .is-perguntas-frequentes .duvidas li .mais, .is-perguntas-frequentes .duvidas li .menos{
  17498. top: 14px;
  17499. }
  17500.  
  17501. .is-downloads .downloads{
  17502. margin-top: 96px;
  17503. }
  17504.  
  17505. .is-downloads .downloads .center{
  17506. width: 94%;
  17507. margin: 0px 3%;
  17508. padding: 20px 0px;
  17509. }
  17510.  
  17511. .is-downloads .titulo{
  17512. padding: 0px 5px;
  17513. }
  17514.  
  17515. .is-downloads .titulo .divimg{
  17516. display: none;
  17517. }
  17518.  
  17519. .is-downloads .titulo .informacoes{
  17520. width: 92%;
  17521. }
  17522.  
  17523. .is-downloads .center .bg{
  17524. margin-bottom: 10px;
  17525. }
  17526.  
  17527. .is-downloads .listas .links li{
  17528. width: 100%;
  17529. margin: 0px 0px 10px;
  17530. }
  17531.  
  17532. .is-downloads .titulo {
  17533. padding: 0px 10px;
  17534. }
  17535.  
  17536. .is-downloads .listas .links li:nth-child(3n+1){
  17537. margin-left: 0px;
  17538. }
  17539.  
  17540. .is-downloads .titulo .bt{
  17541. display: none;
  17542. }
  17543.  
  17544. .is-downloads .titulo .informacoes {
  17545. width: 100%;
  17546. }
  17547.  
  17548. .nav>ul{
  17549. width: 275px !important;
  17550. max-width: none;
  17551. }
  17552.  
  17553. .nav .nav-top-linhas,
  17554. .nav .nav-dropdown{
  17555. top: 0px;
  17556. left: 56px!important;
  17557. }
  17558.  
  17559. .is-touch .top-busca .input-busca {
  17560. width: 148px;
  17561. }
  17562.  
  17563. .nav-top-contato {
  17564. height: 25px!important;
  17565. }
  17566.  
  17567. .is-downloads .listas {
  17568. float: left;
  17569. width: 100%;
  17570. padding-top: 15px;
  17571. }
  17572.  
  17573. .is-downloads .listas .links {
  17574. margin-top: 15px;
  17575. }
  17576.  
  17577. .conheca-encontrar .width-1000{
  17578. width: 100%;
  17579. }
  17580.  
  17581. .royalSlider {
  17582. margin-top: 96px;
  17583. }
  17584.  
  17585. .header {
  17586. background: rgb(20, 179, 204)!important;
  17587. }
  17588.  
  17589. .nav>ul {
  17590. top: 40px;
  17591. background: rgb(0, 138, 154);
  17592. }
  17593.  
  17594. .nav .nav-dropdown {
  17595. top: 1px!important;
  17596. }
  17597.  
  17598. .conheca-encontrar .line h2:before{
  17599. display: block!important;
  17600. }
  17601.  
  17602. .is-touch .conheca-encontrar .line h2{
  17603. height: auto!important;
  17604. line-height: auto!important;
  17605. margin-top: 10px;
  17606. }
  17607.  
  17608. .line p{
  17609. font-size: 0px!important;
  17610. display: none;
  17611. }
  17612.  
  17613. }
  17614.  
  17615.  
  17616. .sobre-stella {
  17617. width: 100%;
  17618. float: left;
  17619. }
  17620.  
  17621. .sobre-stella img{
  17622. max-width: 100%;
  17623. }
  17624.  
  17625. .sobre-stella .img-title{
  17626. float: left;
  17627. width: 100%;
  17628. position: relative;
  17629. }
  17630. .sobre-stella .img-title h2 {
  17631. position: absolute;
  17632. width: 100%;
  17633. height: 80px;
  17634. background: #18B4CD;
  17635. color: #FFF;
  17636. padding: 0 0 0 30px;
  17637. line-height: 80px;
  17638. bottom: 0;
  17639. text-transform: uppercase;
  17640. }
  17641. .sobre-stella h1 {
  17642. font-size: 32px;
  17643. color: #01abbd;
  17644. }
  17645. .sobre-stella .texto {
  17646. width: 100%;
  17647. margin: 30px 0;
  17648. float: left;
  17649. }
  17650. .sobre-stella .texto p{
  17651. font-family: LatoLight;
  17652. font-size: 14px;
  17653. margin: 0;
  17654. color: #666666;
  17655. line-height: 21px;
  17656. }
  17657. .sobre-stella .texto p b{
  17658. font-family: Lato;
  17659. }
  17660. .sobre-stella .texto p i{
  17661. font-size: 12px;
  17662. }
  17663. .sobre-stella .texto.font-16 p{
  17664. font-size: 16px;
  17665. }
  17666. .sobre-stella .colunas {
  17667. width: 100%;
  17668. float: left;
  17669. margin: 20px 0;
  17670. }
  17671. .sobre-stella .colunas .col {
  17672. width: 50%;
  17673. display: inline-block;
  17674. padding: 0;
  17675. }
  17676. .sobre-stella .colunas .col:last-child {
  17677. padding-left: 2.5%;
  17678. }
  17679. .sobre-stella h2{
  17680. margin: 0;
  17681. font-size: 20px;
  17682. }
  17683.  
  17684. .sobre-stella .colunas .col .texto {
  17685.  
  17686. }
  17687. body {
  17688. background: #f5f5f5 !important;
  17689. background-image: none !important;
  17690. }
  17691.  
  17692.  
  17693. .selo_pro_novo {
  17694. position: absolute;
  17695. bottom: 15px;
  17696. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement