Advertisement
Guest User

cssss

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