jekyll-theme-ici3d 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (330) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +50 -0
  4. data/_data/publications/pulliam2012.yml +12 -0
  5. data/_data/team/ackley.yml +25 -0
  6. data/_data/team/are.yml +22 -0
  7. data/_data/team/beauclair.yml +14 -0
  8. data/_data/team/bekele.yml +14 -0
  9. data/_data/team/bellan.yml +46 -0
  10. data/_data/team/bolton.yml +33 -0
  11. data/_data/team/borchering.yml +65 -0
  12. data/_data/team/brook.yml +15 -0
  13. data/_data/team/brown.yml +18 -0
  14. data/_data/team/bruce.yml +26 -0
  15. data/_data/team/brucePA.yml +9 -0
  16. data/_data/team/deleo.yml +49 -0
  17. data/_data/team/delva.yml +15 -0
  18. data/_data/team/dushoff.yml +52 -0
  19. data/_data/team/ervin.yml +10 -0
  20. data/_data/team/faikah.yml +26 -0
  21. data/_data/team/grebe.yml +36 -0
  22. data/_data/team/hargrove.yml +36 -0
  23. data/_data/team/hitchcock.yml +10 -0
  24. data/_data/team/hladish.yml +45 -0
  25. data/_data/team/january.yml +9 -0
  26. data/_data/team/kassanjee.yml +20 -0
  27. data/_data/team/li.yml +45 -0
  28. data/_data/team/lord.yml +20 -0
  29. data/_data/team/marx.yml +14 -0
  30. data/_data/team/mcintosh.yml +20 -0
  31. data/_data/team/mhlanga.yml +22 -0
  32. data/_data/team/mthombothi.yml +23 -0
  33. data/_data/team/mugwagwa.yml +18 -0
  34. data/_data/team/mwangi.yml +24 -0
  35. data/_data/team/mwebaze.yml +20 -0
  36. data/_data/team/ndifon.yml +18 -0
  37. data/_data/team/ngonghala.yml +30 -0
  38. data/_data/team/nondi.yml +14 -0
  39. data/_data/team/nyamai.yml +18 -0
  40. data/_data/team/october.yml +9 -0
  41. data/_data/team/paradza.yml +19 -0
  42. data/_data/team/pearson.yml +58 -0
  43. data/_data/team/porco.yml +14 -0
  44. data/_data/team/pulliam.yml +51 -0
  45. data/_data/team/reiner.yml +18 -0
  46. data/_data/team/scheepers.yml +9 -0
  47. data/_data/team/scott.yml +51 -0
  48. data/_data/team/sempa.yml +32 -0
  49. data/_data/team/sikhondze.yml +14 -0
  50. data/_data/team/template.yml +18 -0
  51. data/_data/team/ujeneza.yml +38 -0
  52. data/_data/team/vanschalkwyk.yml +32 -0
  53. data/_data/team/welte.yml +18 -0
  54. data/_data/team/williams.yml +28 -0
  55. data/_data/team/ying.yml +21 -0
  56. data/_includes/MedPH/.DS_Store +0 -0
  57. data/_includes/MedPH/assignments.md +42 -0
  58. data/_includes/MedPH/assignmentsStandard.md +74 -0
  59. data/_includes/MedPH/computerlabs.md +38 -0
  60. data/_includes/MedPH/computerlabsStandard.md +38 -0
  61. data/_includes/MedPH/lectures.md +12 -0
  62. data/_includes/MedPH/references.md +71 -0
  63. data/_includes/MedPH/schedule.md +85 -0
  64. data/_includes/MedPH/scheduleStandard.md +93 -0
  65. data/_includes/bottomTable.html +5 -0
  66. data/_includes/centerTable.html +5 -0
  67. data/_includes/clinicNavbar.html +46 -0
  68. data/_includes/contact.html +12 -0
  69. data/_includes/directors.html +47 -0
  70. data/_includes/footer.html +23 -0
  71. data/_includes/head.html +28 -0
  72. data/_includes/header.html +31 -0
  73. data/_includes/hero.html +14 -0
  74. data/_includes/index.md +9 -0
  75. data/_includes/mission.html +13 -0
  76. data/_includes/navStructure.html +70 -0
  77. data/_includes/navbar.html +65 -0
  78. data/_includes/outputs.html +74 -0
  79. data/_includes/partners.html +75 -0
  80. data/_includes/profile.html +67 -0
  81. data/_includes/publications/faculty.md +13 -0
  82. data/_includes/publications/instructional.md +5 -0
  83. data/_includes/publications/participant.md +33 -0
  84. data/_includes/talk.html +12 -0
  85. data/_includes/topTable.html +6 -0
  86. data/_includes/upcoming.html +43 -0
  87. data/_layouts/clinic.liquid +43 -0
  88. data/_layouts/example.liquid +601 -0
  89. data/_layouts/main.liquid +34 -0
  90. data/_layouts/medph.page.liquid +60 -0
  91. data/_layouts/page.liquid +41 -0
  92. data/_layouts/people.page.liquid +27 -0
  93. data/_layouts/profile.liquid +44 -0
  94. data/_layouts/redirect.liquid +15 -0
  95. data/_layouts/talk.liquid +42 -0
  96. data/assets/css/academicons.css +249 -0
  97. data/assets/css/academicons.min.css +1 -0
  98. data/assets/css/bootstrap.css +6760 -0
  99. data/assets/css/bootstrap.css.map +1 -0
  100. data/assets/css/bootstrap.min.css +6 -0
  101. data/assets/css/font-awesome.css +2086 -0
  102. data/assets/css/font-awesome.min.css +4 -0
  103. data/assets/css/ie.css +5 -0
  104. data/assets/css/main-one-page.css +6433 -0
  105. data/assets/css/main.css +7160 -0
  106. data/assets/css/my-custom-styles.css +14 -0
  107. data/assets/css/shop-main.css +3117 -0
  108. data/assets/css/skins/brown.css +299 -0
  109. data/assets/css/skins/deepskyblue.css +299 -0
  110. data/assets/css/skins/goldenrod.css +299 -0
  111. data/assets/css/skins/ici3dBlue.css +229 -0
  112. data/assets/css/skins/ici3dBlue.css.map +7 -0
  113. data/assets/css/skins/ici3dIndigo.css +229 -0
  114. data/assets/css/skins/ici3dIndigo.css.map +7 -0
  115. data/assets/css/skins/indianred.css +299 -0
  116. data/assets/css/skins/lightgreen.css +299 -0
  117. data/assets/css/skins/orange.css +299 -0
  118. data/assets/css/skins/seagreen.css +299 -0
  119. data/assets/css/skins/slategray.css +299 -0
  120. data/assets/fonts/academicons.eot +0 -0
  121. data/assets/fonts/academicons.svg +66 -0
  122. data/assets/fonts/academicons.ttf +0 -0
  123. data/assets/fonts/academicons.woff +0 -0
  124. data/assets/fonts/fontawesome-webfont.eot +0 -0
  125. data/assets/fonts/fontawesome-webfont.svg +655 -0
  126. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  127. data/assets/fonts/fontawesome-webfont.woff +0 -0
  128. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  129. data/assets/fonts/glyphicons-halflings-regular.eot +0 -0
  130. data/assets/fonts/glyphicons-halflings-regular.svg +288 -0
  131. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  132. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  133. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  134. data/assets/ico/favicon.ico +0 -0
  135. data/assets/ico/favicon.png +0 -0
  136. data/assets/ico/ici3d114x114.png +0 -0
  137. data/assets/ico/ici3d144x144.png +0 -0
  138. data/assets/ico/ici3d57x57.png +0 -0
  139. data/assets/ico/ici3d72x72.png +0 -0
  140. data/assets/img/8hearts.png +0 -0
  141. data/assets/img/MMED2015_tutorials.jpg +0 -0
  142. data/assets/img/badge.png +0 -0
  143. data/assets/img/blog/balloon-med.jpg +0 -0
  144. data/assets/img/blog/balloon.jpg +0 -0
  145. data/assets/img/blog/buildings-med.jpg +0 -0
  146. data/assets/img/blog/buildings.jpg +0 -0
  147. data/assets/img/blog/people-med.jpg +0 -0
  148. data/assets/img/blog/people.jpg +0 -0
  149. data/assets/img/bx_loader.gif +0 -0
  150. data/assets/img/clients/logo1.png +0 -0
  151. data/assets/img/clients/logo2.png +0 -0
  152. data/assets/img/clients/logo3.png +0 -0
  153. data/assets/img/clients/logo4.png +0 -0
  154. data/assets/img/clients/logo5.png +0 -0
  155. data/assets/img/flags/China.png +0 -0
  156. data/assets/img/flags/Germany.png +0 -0
  157. data/assets/img/flags/Japan.png +0 -0
  158. data/assets/img/flags/South-Africa.png +0 -0
  159. data/assets/img/flags/United-Kingdom.png +0 -0
  160. data/assets/img/flags/United-States.png +0 -0
  161. data/assets/img/free.png +0 -0
  162. data/assets/img/fullscreen-bg.jpg +0 -0
  163. data/assets/img/gray_jean.png +0 -0
  164. data/assets/img/hero-unit-bg.png +0 -0
  165. data/assets/img/hero-unit-obj.png +0 -0
  166. data/assets/img/hero-unit-obj2.png +0 -0
  167. data/assets/img/hero-unit-obj3.png +0 -0
  168. data/assets/img/intro-img.png +0 -0
  169. data/assets/img/location-pin.png +0 -0
  170. data/assets/img/logo/ici3d-logo-light.png +0 -0
  171. data/assets/img/logo/ici3d-logo-nav.png +0 -0
  172. data/assets/img/logo/ici3d-logo-white.png +0 -0
  173. data/assets/img/logo/ici3d-logo-white_v2.png +0 -0
  174. data/assets/img/logo/ici3d-logo-white_v3.png +0 -0
  175. data/assets/img/logo/repute-logo-light-brown.png +0 -0
  176. data/assets/img/logo/repute-logo-light-deepskyblue.png +0 -0
  177. data/assets/img/logo/repute-logo-light-goldenrod.png +0 -0
  178. data/assets/img/logo/repute-logo-light-indianred.png +0 -0
  179. data/assets/img/logo/repute-logo-light-lightgreen.png +0 -0
  180. data/assets/img/logo/repute-logo-light-orange.png +0 -0
  181. data/assets/img/logo/repute-logo-light-seagreen.png +0 -0
  182. data/assets/img/logo/repute-logo-light-slategray.png +0 -0
  183. data/assets/img/logo/repute-logo-light.png +0 -0
  184. data/assets/img/logo/repute-logo-nav-brown.png +0 -0
  185. data/assets/img/logo/repute-logo-nav-deepskyblue.png +0 -0
  186. data/assets/img/logo/repute-logo-nav-goldenrod.png +0 -0
  187. data/assets/img/logo/repute-logo-nav-indianred.png +0 -0
  188. data/assets/img/logo/repute-logo-nav-light.png +0 -0
  189. data/assets/img/logo/repute-logo-nav-lightgreen.png +0 -0
  190. data/assets/img/logo/repute-logo-nav-orange.png +0 -0
  191. data/assets/img/logo/repute-logo-nav-seagreen.png +0 -0
  192. data/assets/img/logo/repute-logo-nav-slategray.png +0 -0
  193. data/assets/img/logo/repute-logo-nav.png +0 -0
  194. data/assets/img/mentors/are.jpg +0 -0
  195. data/assets/img/mentors/bolton.jpg +0 -0
  196. data/assets/img/mentors/brown.jpg +0 -0
  197. data/assets/img/mentors/kassanjee.jpg +0 -0
  198. data/assets/img/mentors/mhlanga.jpg +0 -0
  199. data/assets/img/mentors/nyamai.png +0 -0
  200. data/assets/img/news/featured-news.png +0 -0
  201. data/assets/img/news/news1.png +0 -0
  202. data/assets/img/news/news2.png +0 -0
  203. data/assets/img/news/news3.png +0 -0
  204. data/assets/img/news/news4.png +0 -0
  205. data/assets/img/news/news5.png +0 -0
  206. data/assets/img/other/snoep.jpg +0 -0
  207. data/assets/img/page-header-bg.png +0 -0
  208. data/assets/img/participants/SempaJB.jpg +0 -0
  209. data/assets/img/partners/AIMS-SA.jpg +0 -0
  210. data/assets/img/partners/CEMA_UN.pdf +0 -0
  211. data/assets/img/partners/CEMA_UN.png +0 -0
  212. data/assets/img/partners/CIDID.png +0 -0
  213. data/assets/img/partners/CIDID_long.png +0 -0
  214. data/assets/img/partners/Colby.png +0 -0
  215. data/assets/img/partners/MIDAS.png +0 -0
  216. data/assets/img/partners/McMaster.jpg +0 -0
  217. data/assets/img/partners/PSU.png +0 -0
  218. data/assets/img/partners/Proctor.png +0 -0
  219. data/assets/img/partners/SACEMA_228.png +0 -0
  220. data/assets/img/partners/UCSF.png +0 -0
  221. data/assets/img/partners/UF.png +0 -0
  222. data/assets/img/partners/UGA_228.png +0 -0
  223. data/assets/img/pattern-geometry.png +0 -0
  224. data/assets/img/portfolio/800x500/work1.png +0 -0
  225. data/assets/img/portfolio/800x500/work2.png +0 -0
  226. data/assets/img/portfolio/800x500/work3.png +0 -0
  227. data/assets/img/portfolio/800x500/work4.png +0 -0
  228. data/assets/img/portfolio/800x500/work5.png +0 -0
  229. data/assets/img/portfolio/800x500/work6.png +0 -0
  230. data/assets/img/portfolio/800x500/work7.png +0 -0
  231. data/assets/img/portfolio/800x500/work8.png +0 -0
  232. data/assets/img/portfolio/800x800/work1.png +0 -0
  233. data/assets/img/portfolio/800x800/work2.png +0 -0
  234. data/assets/img/portfolio/800x800/work3.png +0 -0
  235. data/assets/img/portfolio/800x800/work4.png +0 -0
  236. data/assets/img/portfolio/800x800/work5.png +0 -0
  237. data/assets/img/portfolio/800x800/work6.png +0 -0
  238. data/assets/img/portfolio/800x800/work7.png +0 -0
  239. data/assets/img/portfolio/800x800/work8.png +0 -0
  240. data/assets/img/portfolio/single/bicycle.jpg +0 -0
  241. data/assets/img/portfolio/single/blurred_lines.jpg +0 -0
  242. data/assets/img/portfolio/single/edge.jpg +0 -0
  243. data/assets/img/scholars/ackley.jpg +0 -0
  244. data/assets/img/scholars/beauclair.jpg +0 -0
  245. data/assets/img/scholars/beauclair.png +0 -0
  246. data/assets/img/scholars/bekele.jpg +0 -0
  247. data/assets/img/scholars/lord.jpg +0 -0
  248. data/assets/img/scholars/marx.jpg +0 -0
  249. data/assets/img/scholars/mcintosh.jpg +0 -0
  250. data/assets/img/scholars/mwebaze.jpg +0 -0
  251. data/assets/img/scholars/nondi.jpg +0 -0
  252. data/assets/img/scholars/sempa.jpg +0 -0
  253. data/assets/img/scholars/ying.jpg +0 -0
  254. data/assets/img/sliders/full-slide-color.jpg +0 -0
  255. data/assets/img/sliders/full-slide-color2.jpg +0 -0
  256. data/assets/img/sliders/full-slide-color3.jpg +0 -0
  257. data/assets/img/sliders/full-slide.jpg +0 -0
  258. data/assets/img/sliders/full-slide2.jpg +0 -0
  259. data/assets/img/sliders/full-slide3.jpg +0 -0
  260. data/assets/img/sliders/slider1-h500.png +0 -0
  261. data/assets/img/sliders/slider2-h500.png +0 -0
  262. data/assets/img/sliders/slider3-h500.png +0 -0
  263. data/assets/img/team/bellan.jpg +0 -0
  264. data/assets/img/team/borchering.jpg +0 -0
  265. data/assets/img/team/brook.jpg +0 -0
  266. data/assets/img/team/bruce.jpg +0 -0
  267. data/assets/img/team/deleo.jpg +0 -0
  268. data/assets/img/team/delva.jpg +0 -0
  269. data/assets/img/team/dushoff.jpg +0 -0
  270. data/assets/img/team/ervin.jpg +0 -0
  271. data/assets/img/team/grebe.jpg +0 -0
  272. data/assets/img/team/hargrove.jpg +0 -0
  273. data/assets/img/team/hitchcock.jpg +0 -0
  274. data/assets/img/team/hladish.jpg +0 -0
  275. data/assets/img/team/january.jpg +0 -0
  276. data/assets/img/team/li.jpg +0 -0
  277. data/assets/img/team/mthombothi.jpg +0 -0
  278. data/assets/img/team/mugwagwa.jpg +0 -0
  279. data/assets/img/team/mwangi.png +0 -0
  280. data/assets/img/team/ndifon.jpg +0 -0
  281. data/assets/img/team/ngonghala.jpg +0 -0
  282. data/assets/img/team/october.jpg +0 -0
  283. data/assets/img/team/paradza.jpg +0 -0
  284. data/assets/img/team/pearson.jpg +0 -0
  285. data/assets/img/team/porco.jpg +0 -0
  286. data/assets/img/team/pulliam.jpg +0 -0
  287. data/assets/img/team/reiner.jpg +0 -0
  288. data/assets/img/team/scheepers.jpg +0 -0
  289. data/assets/img/team/scott.jpg +0 -0
  290. data/assets/img/team/ujeneza.jpg +0 -0
  291. data/assets/img/team/vanschalkwyk.jpg +0 -0
  292. data/assets/img/team/welte.jpg +0 -0
  293. data/assets/img/team/williams.jpg +0 -0
  294. data/assets/img/testimonial-bg.png +0 -0
  295. data/assets/img/transmission.png +0 -0
  296. data/assets/js/bootstrap.js +2363 -0
  297. data/assets/js/bootstrap.min.js +7 -0
  298. data/assets/js/jquery-2.1.1.min.js +4 -0
  299. data/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.js +213 -0
  300. data/assets/js/plugins/autohidingnavbar/jquery.bootstrap-autohidingnavbar.min.js +9 -0
  301. data/assets/js/plugins/bootstrap-datepicker/bootstrap-datepicker.js +474 -0
  302. data/assets/js/plugins/bootstrap-multiselect/bootstrap-multiselect.js +994 -0
  303. data/assets/js/plugins/daterangepicker/daterangepicker.js +868 -0
  304. data/assets/js/plugins/easing/jquery.easing.js +205 -0
  305. data/assets/js/plugins/easing/jquery.easing.min.js +71 -0
  306. data/assets/js/plugins/fitvids/jquery.fitvids.js +83 -0
  307. data/assets/js/plugins/google-map/google-map.js +160 -0
  308. data/assets/js/plugins/isotope/isotope.pkgd.js +4049 -0
  309. data/assets/js/plugins/isotope/isotope.pkgd.min.js +8 -0
  310. data/assets/js/plugins/jquery-cycle/jquery.cycle.all.js +1543 -0
  311. data/assets/js/plugins/jquery-easypiechart/jquery.easypiechart.js +359 -0
  312. data/assets/js/plugins/jquery-easypiechart/jquery.easypiechart.min.js +9 -0
  313. data/assets/js/plugins/jquery-maskedinput/jquery.masked-input.js +338 -0
  314. data/assets/js/plugins/jquery-maskedinput/jquery.masked-input.min.js +7 -0
  315. data/assets/js/plugins/maximage/jquery.maximage.js +697 -0
  316. data/assets/js/plugins/maximage/jquery.maximage.min.js +4 -0
  317. data/assets/js/plugins/moment/moment.js +1662 -0
  318. data/assets/js/plugins/moment/moment.min.js +6 -0
  319. data/assets/js/plugins/parsley-validation/parsley.js +2074 -0
  320. data/assets/js/plugins/parsley-validation/parsley.min.js +9 -0
  321. data/assets/js/plugins/scrollto/jquery.localscroll-1.2.7-min.js +9 -0
  322. data/assets/js/plugins/scrollto/jquery.localscroll-1.2.7.js +133 -0
  323. data/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1-min.js +7 -0
  324. data/assets/js/plugins/scrollto/jquery.scrollTo-1.4.3.1.js +218 -0
  325. data/assets/js/plugins/slick/slick.js +2643 -0
  326. data/assets/js/plugins/slick/slick.min.js +18 -0
  327. data/assets/js/plugins/stellar/jquery.stellar.js +660 -0
  328. data/assets/js/plugins/stellar/jquery.stellar.min.js +2 -0
  329. data/assets/js/repute-scripts.js +539 -0
  330. metadata +385 -0
@@ -0,0 +1,3117 @@
1
+ @charset "UTF-8";
2
+ /*
3
+ * ############################################################################
4
+ *
5
+ * Repute - Shop UI for Repute Theme
6
+ * ---------------------------------------------------------------------
7
+ *
8
+ * Version 1.3 (following main theme version)
9
+ * Author The Develovers
10
+ * Copyright Copyright 2015 The Develovers
11
+ *
12
+ * ############################################################################
13
+ */
14
+ /*------------------------------------------------*/
15
+ /* Layout
16
+ /*------------------------------------------------*/
17
+ .shop-main {
18
+ padding-top: 10px;
19
+ }
20
+
21
+ .shop-right-content {
22
+ border: 1px solid #dbdbdb;
23
+ padding-left: 23em;
24
+ }
25
+
26
+ .minimal-header + .shop-main {
27
+ padding-top: 50px;
28
+ padding-bottom: 50px;
29
+ }
30
+
31
+ /* ------------------------------------------------------------------------
32
+ This you can edit.
33
+ ------------------------------------------------------------------------- */
34
+ /* ----------------------------------
35
+ Default Theme
36
+ ----------------------------------- */
37
+ div.pp_default .pp_top,
38
+ div.pp_default .pp_top .pp_middle,
39
+ div.pp_default .pp_top .pp_left,
40
+ div.pp_default .pp_top .pp_right,
41
+ div.pp_default .pp_bottom,
42
+ div.pp_default .pp_bottom .pp_left,
43
+ div.pp_default .pp_bottom .pp_middle,
44
+ div.pp_default .pp_bottom .pp_right {
45
+ height: 13px;
46
+ }
47
+
48
+ div.pp_default .pp_top .pp_left {
49
+ background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
50
+ }
51
+
52
+ /* Top left corner */
53
+ div.pp_default .pp_top .pp_middle {
54
+ background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x;
55
+ }
56
+
57
+ /* Top pattern/color */
58
+ div.pp_default .pp_top .pp_right {
59
+ background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
60
+ }
61
+
62
+ /* Top right corner */
63
+ div.pp_default .pp_content .ppt {
64
+ color: #f8f8f8;
65
+ }
66
+
67
+ div.pp_default .pp_content_container .pp_left {
68
+ background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
69
+ padding-left: 13px;
70
+ }
71
+
72
+ div.pp_default .pp_content_container .pp_right {
73
+ background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
74
+ padding-right: 13px;
75
+ }
76
+
77
+ div.pp_default .pp_content {
78
+ background-color: #fff;
79
+ }
80
+
81
+ /* Content background */
82
+ div.pp_default .pp_next:hover {
83
+ background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
84
+ cursor: pointer;
85
+ }
86
+
87
+ /* Next button */
88
+ div.pp_default .pp_previous:hover {
89
+ background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
90
+ cursor: pointer;
91
+ }
92
+
93
+ /* Previous button */
94
+ div.pp_default .pp_expand {
95
+ background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
96
+ cursor: pointer;
97
+ width: 28px;
98
+ height: 28px;
99
+ }
100
+
101
+ /* Expand button */
102
+ div.pp_default .pp_expand:hover {
103
+ background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
104
+ cursor: pointer;
105
+ }
106
+
107
+ /* Expand button hover */
108
+ div.pp_default .pp_contract {
109
+ background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
110
+ cursor: pointer;
111
+ width: 28px;
112
+ height: 28px;
113
+ }
114
+
115
+ /* Contract button */
116
+ div.pp_default .pp_contract:hover {
117
+ background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
118
+ cursor: pointer;
119
+ }
120
+
121
+ /* Contract button hover */
122
+ div.pp_default .pp_close {
123
+ width: 30px;
124
+ height: 30px;
125
+ background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
126
+ cursor: pointer;
127
+ }
128
+
129
+ /* Close button */
130
+ div.pp_default #pp_full_res .pp_inline {
131
+ color: #000;
132
+ }
133
+
134
+ div.pp_default .pp_gallery ul li a {
135
+ background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
136
+ border: 1px solid #aaa;
137
+ }
138
+
139
+ div.pp_default .pp_gallery ul li a:hover,
140
+ div.pp_default .pp_gallery ul li.selected a {
141
+ border-color: #fff;
142
+ }
143
+
144
+ div.pp_default .pp_social {
145
+ margin-top: 7px;
146
+ }
147
+
148
+ div.pp_default .pp_gallery a.pp_arrow_previous,
149
+ div.pp_default .pp_gallery a.pp_arrow_next {
150
+ position: static;
151
+ left: auto;
152
+ }
153
+
154
+ div.pp_default .pp_nav .pp_play,
155
+ div.pp_default .pp_nav .pp_pause {
156
+ background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
157
+ height: 30px;
158
+ width: 30px;
159
+ }
160
+
161
+ div.pp_default .pp_nav .pp_pause {
162
+ background-position: -51px -29px;
163
+ }
164
+
165
+ div.pp_default .pp_details {
166
+ position: relative;
167
+ }
168
+
169
+ div.pp_default a.pp_arrow_previous,
170
+ div.pp_default a.pp_arrow_next {
171
+ background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
172
+ height: 20px;
173
+ margin: 4px 0 0 0;
174
+ width: 20px;
175
+ }
176
+
177
+ div.pp_default a.pp_arrow_next {
178
+ left: 52px;
179
+ background-position: -82px -3px;
180
+ }
181
+
182
+ /* The next arrow in the bottom nav */
183
+ div.pp_default .pp_content_container .pp_details {
184
+ margin-top: 5px;
185
+ }
186
+
187
+ div.pp_default .pp_nav {
188
+ clear: none;
189
+ height: 30px;
190
+ width: 110px;
191
+ position: relative;
192
+ }
193
+
194
+ div.pp_default .pp_nav .currentTextHolder {
195
+ font-family: Georgia;
196
+ font-style: italic;
197
+ color: #999;
198
+ font-size: 11px;
199
+ left: 75px;
200
+ line-height: 25px;
201
+ margin: 0;
202
+ padding: 0 0 0 10px;
203
+ position: absolute;
204
+ top: 2px;
205
+ }
206
+
207
+ div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
208
+ opacity: 0.7;
209
+ }
210
+
211
+ div.pp_default .pp_description {
212
+ font-size: 11px;
213
+ font-weight: bold;
214
+ line-height: 14px;
215
+ margin: 5px 50px 5px 0;
216
+ }
217
+
218
+ div.pp_default .pp_bottom .pp_left {
219
+ background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
220
+ }
221
+
222
+ /* Bottom left corner */
223
+ div.pp_default .pp_bottom .pp_middle {
224
+ background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
225
+ }
226
+
227
+ /* Bottom pattern/color */
228
+ div.pp_default .pp_bottom .pp_right {
229
+ background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
230
+ }
231
+
232
+ /* Bottom right corner */
233
+ div.pp_default .pp_loaderIcon {
234
+ background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat;
235
+ }
236
+
237
+ /* Loader icon */
238
+ /* ----------------------------------
239
+ Light Rounded Theme
240
+ ----------------------------------- */
241
+ div.light_rounded .pp_top .pp_left {
242
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
243
+ }
244
+
245
+ /* Top left corner */
246
+ div.light_rounded .pp_top .pp_middle {
247
+ background: #fff;
248
+ }
249
+
250
+ /* Top pattern/color */
251
+ div.light_rounded .pp_top .pp_right {
252
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
253
+ }
254
+
255
+ /* Top right corner */
256
+ div.light_rounded .pp_content .ppt {
257
+ color: #000;
258
+ }
259
+
260
+ div.light_rounded .pp_content_container .pp_left,
261
+ div.light_rounded .pp_content_container .pp_right {
262
+ background: #fff;
263
+ }
264
+
265
+ div.light_rounded .pp_content {
266
+ background-color: #fff;
267
+ }
268
+
269
+ /* Content background */
270
+ div.light_rounded .pp_next:hover {
271
+ background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
272
+ cursor: pointer;
273
+ }
274
+
275
+ /* Next button */
276
+ div.light_rounded .pp_previous:hover {
277
+ background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
278
+ cursor: pointer;
279
+ }
280
+
281
+ /* Previous button */
282
+ div.light_rounded .pp_expand {
283
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
284
+ cursor: pointer;
285
+ }
286
+
287
+ /* Expand button */
288
+ div.light_rounded .pp_expand:hover {
289
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
290
+ cursor: pointer;
291
+ }
292
+
293
+ /* Expand button hover */
294
+ div.light_rounded .pp_contract {
295
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
296
+ cursor: pointer;
297
+ }
298
+
299
+ /* Contract button */
300
+ div.light_rounded .pp_contract:hover {
301
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
302
+ cursor: pointer;
303
+ }
304
+
305
+ /* Contract button hover */
306
+ div.light_rounded .pp_close {
307
+ width: 75px;
308
+ height: 22px;
309
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
310
+ cursor: pointer;
311
+ }
312
+
313
+ /* Close button */
314
+ div.light_rounded .pp_details {
315
+ position: relative;
316
+ }
317
+
318
+ div.light_rounded .pp_description {
319
+ margin-right: 85px;
320
+ }
321
+
322
+ div.light_rounded #pp_full_res .pp_inline {
323
+ color: #000;
324
+ }
325
+
326
+ div.light_rounded .pp_gallery a.pp_arrow_previous,
327
+ div.light_rounded .pp_gallery a.pp_arrow_next {
328
+ margin-top: 12px !important;
329
+ }
330
+
331
+ div.light_rounded .pp_nav .pp_play {
332
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
333
+ height: 15px;
334
+ width: 14px;
335
+ }
336
+
337
+ div.light_rounded .pp_nav .pp_pause {
338
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
339
+ height: 15px;
340
+ width: 14px;
341
+ }
342
+
343
+ div.light_rounded .pp_arrow_previous {
344
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
345
+ }
346
+
347
+ /* The previous arrow in the bottom nav */
348
+ div.light_rounded .pp_arrow_previous.disabled {
349
+ background-position: 0 -87px;
350
+ cursor: default;
351
+ }
352
+
353
+ div.light_rounded .pp_arrow_next {
354
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
355
+ }
356
+
357
+ /* The next arrow in the bottom nav */
358
+ div.light_rounded .pp_arrow_next.disabled {
359
+ background-position: -22px -87px;
360
+ cursor: default;
361
+ }
362
+
363
+ div.light_rounded .pp_bottom .pp_left {
364
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
365
+ }
366
+
367
+ /* Bottom left corner */
368
+ div.light_rounded .pp_bottom .pp_middle {
369
+ background: #fff;
370
+ }
371
+
372
+ /* Bottom pattern/color */
373
+ div.light_rounded .pp_bottom .pp_right {
374
+ background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
375
+ }
376
+
377
+ /* Bottom right corner */
378
+ div.light_rounded .pp_loaderIcon {
379
+ background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
380
+ }
381
+
382
+ /* Loader icon */
383
+ /* ----------------------------------
384
+ Dark Rounded Theme
385
+ ----------------------------------- */
386
+ div.dark_rounded .pp_top .pp_left {
387
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
388
+ }
389
+
390
+ /* Top left corner */
391
+ div.dark_rounded .pp_top .pp_middle {
392
+ background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
393
+ }
394
+
395
+ /* Top pattern/color */
396
+ div.dark_rounded .pp_top .pp_right {
397
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
398
+ }
399
+
400
+ /* Top right corner */
401
+ div.dark_rounded .pp_content_container .pp_left {
402
+ background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
403
+ }
404
+
405
+ /* Left Content background */
406
+ div.dark_rounded .pp_content_container .pp_right {
407
+ background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
408
+ }
409
+
410
+ /* Right Content background */
411
+ div.dark_rounded .pp_content {
412
+ background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
413
+ }
414
+
415
+ /* Content background */
416
+ div.dark_rounded .pp_next:hover {
417
+ background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
418
+ cursor: pointer;
419
+ }
420
+
421
+ /* Next button */
422
+ div.dark_rounded .pp_previous:hover {
423
+ background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
424
+ cursor: pointer;
425
+ }
426
+
427
+ /* Previous button */
428
+ div.dark_rounded .pp_expand {
429
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
430
+ cursor: pointer;
431
+ }
432
+
433
+ /* Expand button */
434
+ div.dark_rounded .pp_expand:hover {
435
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
436
+ cursor: pointer;
437
+ }
438
+
439
+ /* Expand button hover */
440
+ div.dark_rounded .pp_contract {
441
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
442
+ cursor: pointer;
443
+ }
444
+
445
+ /* Contract button */
446
+ div.dark_rounded .pp_contract:hover {
447
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
448
+ cursor: pointer;
449
+ }
450
+
451
+ /* Contract button hover */
452
+ div.dark_rounded .pp_close {
453
+ width: 75px;
454
+ height: 22px;
455
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
456
+ cursor: pointer;
457
+ }
458
+
459
+ /* Close button */
460
+ div.dark_rounded .pp_details {
461
+ position: relative;
462
+ }
463
+
464
+ div.dark_rounded .pp_description {
465
+ margin-right: 85px;
466
+ }
467
+
468
+ div.dark_rounded .currentTextHolder {
469
+ color: #c4c4c4;
470
+ }
471
+
472
+ div.dark_rounded .pp_description {
473
+ color: #fff;
474
+ }
475
+
476
+ div.dark_rounded #pp_full_res .pp_inline {
477
+ color: #fff;
478
+ }
479
+
480
+ div.dark_rounded .pp_gallery a.pp_arrow_previous,
481
+ div.dark_rounded .pp_gallery a.pp_arrow_next {
482
+ margin-top: 12px !important;
483
+ }
484
+
485
+ div.dark_rounded .pp_nav .pp_play {
486
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
487
+ height: 15px;
488
+ width: 14px;
489
+ }
490
+
491
+ div.dark_rounded .pp_nav .pp_pause {
492
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
493
+ height: 15px;
494
+ width: 14px;
495
+ }
496
+
497
+ div.dark_rounded .pp_arrow_previous {
498
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
499
+ }
500
+
501
+ /* The previous arrow in the bottom nav */
502
+ div.dark_rounded .pp_arrow_previous.disabled {
503
+ background-position: 0 -87px;
504
+ cursor: default;
505
+ }
506
+
507
+ div.dark_rounded .pp_arrow_next {
508
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
509
+ }
510
+
511
+ /* The next arrow in the bottom nav */
512
+ div.dark_rounded .pp_arrow_next.disabled {
513
+ background-position: -22px -87px;
514
+ cursor: default;
515
+ }
516
+
517
+ div.dark_rounded .pp_bottom .pp_left {
518
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
519
+ }
520
+
521
+ /* Bottom left corner */
522
+ div.dark_rounded .pp_bottom .pp_middle {
523
+ background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
524
+ }
525
+
526
+ /* Bottom pattern/color */
527
+ div.dark_rounded .pp_bottom .pp_right {
528
+ background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
529
+ }
530
+
531
+ /* Bottom right corner */
532
+ div.dark_rounded .pp_loaderIcon {
533
+ background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
534
+ }
535
+
536
+ /* Loader icon */
537
+ /* ----------------------------------
538
+ Dark Square Theme
539
+ ----------------------------------- */
540
+ div.dark_square .pp_left,
541
+ div.dark_square .pp_middle,
542
+ div.dark_square .pp_right,
543
+ div.dark_square .pp_content {
544
+ background: #000;
545
+ }
546
+
547
+ div.dark_square .currentTextHolder {
548
+ color: #c4c4c4;
549
+ }
550
+
551
+ div.dark_square .pp_description {
552
+ color: #fff;
553
+ }
554
+
555
+ div.dark_square .pp_loaderIcon {
556
+ background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
557
+ }
558
+
559
+ /* Loader icon */
560
+ div.dark_square .pp_expand {
561
+ background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
562
+ cursor: pointer;
563
+ }
564
+
565
+ /* Expand button */
566
+ div.dark_square .pp_expand:hover {
567
+ background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
568
+ cursor: pointer;
569
+ }
570
+
571
+ /* Expand button hover */
572
+ div.dark_square .pp_contract {
573
+ background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
574
+ cursor: pointer;
575
+ }
576
+
577
+ /* Contract button */
578
+ div.dark_square .pp_contract:hover {
579
+ background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
580
+ cursor: pointer;
581
+ }
582
+
583
+ /* Contract button hover */
584
+ div.dark_square .pp_close {
585
+ width: 75px;
586
+ height: 22px;
587
+ background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
588
+ cursor: pointer;
589
+ }
590
+
591
+ /* Close button */
592
+ div.dark_square .pp_details {
593
+ position: relative;
594
+ }
595
+
596
+ div.dark_square .pp_description {
597
+ margin: 0 85px 0 0;
598
+ }
599
+
600
+ div.dark_square #pp_full_res .pp_inline {
601
+ color: #fff;
602
+ }
603
+
604
+ div.dark_square .pp_gallery a.pp_arrow_previous,
605
+ div.dark_square .pp_gallery a.pp_arrow_next {
606
+ margin-top: 12px !important;
607
+ }
608
+
609
+ div.dark_square .pp_nav {
610
+ clear: none;
611
+ }
612
+
613
+ div.dark_square .pp_nav .pp_play {
614
+ background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
615
+ height: 15px;
616
+ width: 14px;
617
+ }
618
+
619
+ div.dark_square .pp_nav .pp_pause {
620
+ background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
621
+ height: 15px;
622
+ width: 14px;
623
+ }
624
+
625
+ div.dark_square .pp_arrow_previous {
626
+ background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
627
+ }
628
+
629
+ /* The previous arrow in the bottom nav */
630
+ div.dark_square .pp_arrow_previous.disabled {
631
+ background-position: 0 -87px;
632
+ cursor: default;
633
+ }
634
+
635
+ div.dark_square .pp_arrow_next {
636
+ background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
637
+ }
638
+
639
+ /* The next arrow in the bottom nav */
640
+ div.dark_square .pp_arrow_next.disabled {
641
+ background-position: -22px -87px;
642
+ cursor: default;
643
+ }
644
+
645
+ div.dark_square .pp_next:hover {
646
+ background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
647
+ cursor: pointer;
648
+ }
649
+
650
+ /* Next button */
651
+ div.dark_square .pp_previous:hover {
652
+ background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
653
+ cursor: pointer;
654
+ }
655
+
656
+ /* Previous button */
657
+ /* ----------------------------------
658
+ Light Square Theme
659
+ ----------------------------------- */
660
+ div.light_square .pp_left,
661
+ div.light_square .pp_middle,
662
+ div.light_square .pp_right,
663
+ div.light_square .pp_content {
664
+ background: #fff;
665
+ }
666
+
667
+ div.light_square .pp_content .ppt {
668
+ color: #000;
669
+ }
670
+
671
+ div.light_square .pp_expand {
672
+ background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
673
+ cursor: pointer;
674
+ }
675
+
676
+ /* Expand button */
677
+ div.light_square .pp_expand:hover {
678
+ background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
679
+ cursor: pointer;
680
+ }
681
+
682
+ /* Expand button hover */
683
+ div.light_square .pp_contract {
684
+ background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
685
+ cursor: pointer;
686
+ }
687
+
688
+ /* Contract button */
689
+ div.light_square .pp_contract:hover {
690
+ background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
691
+ cursor: pointer;
692
+ }
693
+
694
+ /* Contract button hover */
695
+ div.light_square .pp_close {
696
+ width: 75px;
697
+ height: 22px;
698
+ background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
699
+ cursor: pointer;
700
+ }
701
+
702
+ /* Close button */
703
+ div.light_square .pp_details {
704
+ position: relative;
705
+ }
706
+
707
+ div.light_square .pp_description {
708
+ margin-right: 85px;
709
+ }
710
+
711
+ div.light_square #pp_full_res .pp_inline {
712
+ color: #000;
713
+ }
714
+
715
+ div.light_square .pp_gallery a.pp_arrow_previous,
716
+ div.light_square .pp_gallery a.pp_arrow_next {
717
+ margin-top: 12px !important;
718
+ }
719
+
720
+ div.light_square .pp_nav .pp_play {
721
+ background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
722
+ height: 15px;
723
+ width: 14px;
724
+ }
725
+
726
+ div.light_square .pp_nav .pp_pause {
727
+ background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
728
+ height: 15px;
729
+ width: 14px;
730
+ }
731
+
732
+ div.light_square .pp_arrow_previous {
733
+ background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
734
+ }
735
+
736
+ /* The previous arrow in the bottom nav */
737
+ div.light_square .pp_arrow_previous.disabled {
738
+ background-position: 0 -87px;
739
+ cursor: default;
740
+ }
741
+
742
+ div.light_square .pp_arrow_next {
743
+ background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
744
+ }
745
+
746
+ /* The next arrow in the bottom nav */
747
+ div.light_square .pp_arrow_next.disabled {
748
+ background-position: -22px -87px;
749
+ cursor: default;
750
+ }
751
+
752
+ div.light_square .pp_next:hover {
753
+ background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
754
+ cursor: pointer;
755
+ }
756
+
757
+ /* Next button */
758
+ div.light_square .pp_previous:hover {
759
+ background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
760
+ cursor: pointer;
761
+ }
762
+
763
+ /* Previous button */
764
+ div.light_square .pp_loaderIcon {
765
+ background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
766
+ }
767
+
768
+ /* Loader icon */
769
+ /* ----------------------------------
770
+ Facebook style Theme
771
+ ----------------------------------- */
772
+ div.facebook .pp_top .pp_left {
773
+ background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
774
+ }
775
+
776
+ /* Top left corner */
777
+ div.facebook .pp_top .pp_middle {
778
+ background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
779
+ }
780
+
781
+ /* Top pattern/color */
782
+ div.facebook .pp_top .pp_right {
783
+ background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
784
+ }
785
+
786
+ /* Top right corner */
787
+ div.facebook .pp_content .ppt {
788
+ color: #000;
789
+ }
790
+
791
+ div.facebook .pp_content_container .pp_left {
792
+ background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
793
+ }
794
+
795
+ /* Content background */
796
+ div.facebook .pp_content_container .pp_right {
797
+ background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
798
+ }
799
+
800
+ /* Content background */
801
+ div.facebook .pp_content {
802
+ background: #fff;
803
+ }
804
+
805
+ /* Content background */
806
+ div.facebook .pp_expand {
807
+ background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
808
+ cursor: pointer;
809
+ }
810
+
811
+ /* Expand button */
812
+ div.facebook .pp_expand:hover {
813
+ background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
814
+ cursor: pointer;
815
+ }
816
+
817
+ /* Expand button hover */
818
+ div.facebook .pp_contract {
819
+ background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
820
+ cursor: pointer;
821
+ }
822
+
823
+ /* Contract button */
824
+ div.facebook .pp_contract:hover {
825
+ background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
826
+ cursor: pointer;
827
+ }
828
+
829
+ /* Contract button hover */
830
+ div.facebook .pp_close {
831
+ width: 22px;
832
+ height: 22px;
833
+ background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
834
+ cursor: pointer;
835
+ }
836
+
837
+ /* Close button */
838
+ div.facebook .pp_details {
839
+ position: relative;
840
+ }
841
+
842
+ div.facebook .pp_description {
843
+ margin: 0 37px 0 0;
844
+ }
845
+
846
+ div.facebook #pp_full_res .pp_inline {
847
+ color: #000;
848
+ }
849
+
850
+ div.facebook .pp_loaderIcon {
851
+ background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
852
+ }
853
+
854
+ /* Loader icon */
855
+ div.facebook .pp_arrow_previous {
856
+ background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
857
+ height: 22px;
858
+ margin-top: 0;
859
+ width: 22px;
860
+ }
861
+
862
+ /* The previous arrow in the bottom nav */
863
+ div.facebook .pp_arrow_previous.disabled {
864
+ background-position: 0 -96px;
865
+ cursor: default;
866
+ }
867
+
868
+ div.facebook .pp_arrow_next {
869
+ background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
870
+ height: 22px;
871
+ margin-top: 0;
872
+ width: 22px;
873
+ }
874
+
875
+ /* The next arrow in the bottom nav */
876
+ div.facebook .pp_arrow_next.disabled {
877
+ background-position: -32px -96px;
878
+ cursor: default;
879
+ }
880
+
881
+ div.facebook .pp_nav {
882
+ margin-top: 0;
883
+ }
884
+
885
+ div.facebook .pp_nav p {
886
+ font-size: 15px;
887
+ padding: 0 3px 0 4px;
888
+ }
889
+
890
+ div.facebook .pp_nav .pp_play {
891
+ background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
892
+ height: 22px;
893
+ width: 22px;
894
+ }
895
+
896
+ div.facebook .pp_nav .pp_pause {
897
+ background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
898
+ height: 22px;
899
+ width: 22px;
900
+ }
901
+
902
+ div.facebook .pp_next:hover {
903
+ background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
904
+ cursor: pointer;
905
+ }
906
+
907
+ /* Next button */
908
+ div.facebook .pp_previous:hover {
909
+ background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
910
+ cursor: pointer;
911
+ }
912
+
913
+ /* Previous button */
914
+ div.facebook .pp_bottom .pp_left {
915
+ background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
916
+ }
917
+
918
+ /* Bottom left corner */
919
+ div.facebook .pp_bottom .pp_middle {
920
+ background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
921
+ }
922
+
923
+ /* Bottom pattern/color */
924
+ div.facebook .pp_bottom .pp_right {
925
+ background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
926
+ }
927
+
928
+ /* Bottom right corner */
929
+ /* ------------------------------------------------------------------------
930
+ DO NOT CHANGE
931
+ ------------------------------------------------------------------------- */
932
+ div.pp_pic_holder a:focus {
933
+ outline: none;
934
+ }
935
+
936
+ div.pp_overlay {
937
+ background: #000;
938
+ display: none;
939
+ left: 0;
940
+ position: absolute;
941
+ top: 0;
942
+ width: 100%;
943
+ z-index: 9500;
944
+ }
945
+
946
+ div.pp_pic_holder {
947
+ display: none;
948
+ position: absolute;
949
+ width: 100px;
950
+ z-index: 10000;
951
+ }
952
+
953
+ .pp_top {
954
+ height: 20px;
955
+ position: relative;
956
+ }
957
+
958
+ * html .pp_top {
959
+ padding: 0 20px;
960
+ }
961
+
962
+ .pp_top .pp_left {
963
+ height: 20px;
964
+ left: 0;
965
+ position: absolute;
966
+ width: 20px;
967
+ }
968
+
969
+ .pp_top .pp_middle {
970
+ height: 20px;
971
+ left: 20px;
972
+ position: absolute;
973
+ right: 20px;
974
+ }
975
+
976
+ * html .pp_top .pp_middle {
977
+ left: 0;
978
+ position: static;
979
+ }
980
+
981
+ .pp_top .pp_right {
982
+ height: 20px;
983
+ left: auto;
984
+ position: absolute;
985
+ right: 0;
986
+ top: 0;
987
+ width: 20px;
988
+ }
989
+
990
+ .pp_content {
991
+ height: 40px;
992
+ min-width: 40px;
993
+ }
994
+
995
+ * html .pp_content {
996
+ width: 40px;
997
+ }
998
+
999
+ .pp_fade {
1000
+ display: none;
1001
+ }
1002
+
1003
+ .pp_content_container {
1004
+ position: relative;
1005
+ text-align: left;
1006
+ width: 100%;
1007
+ }
1008
+
1009
+ .pp_content_container .pp_left {
1010
+ padding-left: 20px;
1011
+ }
1012
+
1013
+ .pp_content_container .pp_right {
1014
+ padding-right: 20px;
1015
+ }
1016
+
1017
+ .pp_content_container .pp_details {
1018
+ float: left;
1019
+ margin: 10px 0 2px 0;
1020
+ }
1021
+
1022
+ .pp_description {
1023
+ display: none;
1024
+ margin: 0;
1025
+ }
1026
+
1027
+ .pp_social {
1028
+ float: left;
1029
+ margin: 0;
1030
+ }
1031
+
1032
+ .pp_social .facebook {
1033
+ float: left;
1034
+ margin-left: 5px;
1035
+ width: 55px;
1036
+ overflow: hidden;
1037
+ }
1038
+
1039
+ .pp_social .twitter {
1040
+ float: left;
1041
+ }
1042
+
1043
+ .pp_nav {
1044
+ clear: right;
1045
+ float: left;
1046
+ margin: 3px 10px 0 0;
1047
+ }
1048
+
1049
+ .pp_nav p {
1050
+ float: left;
1051
+ margin: 2px 4px;
1052
+ white-space: nowrap;
1053
+ }
1054
+
1055
+ .pp_nav .pp_play,
1056
+ .pp_nav .pp_pause {
1057
+ float: left;
1058
+ margin-right: 4px;
1059
+ text-indent: -10000px;
1060
+ }
1061
+
1062
+ a.pp_arrow_previous,
1063
+ a.pp_arrow_next {
1064
+ display: block;
1065
+ float: left;
1066
+ height: 15px;
1067
+ margin-top: 3px;
1068
+ overflow: hidden;
1069
+ text-indent: -10000px;
1070
+ width: 14px;
1071
+ }
1072
+
1073
+ .pp_hoverContainer {
1074
+ position: absolute;
1075
+ top: 0;
1076
+ width: 100%;
1077
+ z-index: 2000;
1078
+ }
1079
+
1080
+ .pp_gallery {
1081
+ display: none;
1082
+ left: 50%;
1083
+ margin-top: -50px;
1084
+ position: absolute;
1085
+ z-index: 10000;
1086
+ }
1087
+
1088
+ .pp_gallery div {
1089
+ float: left;
1090
+ overflow: hidden;
1091
+ position: relative;
1092
+ }
1093
+
1094
+ .pp_gallery ul {
1095
+ float: left;
1096
+ height: 35px;
1097
+ margin: 0 0 0 5px;
1098
+ padding: 0;
1099
+ position: relative;
1100
+ white-space: nowrap;
1101
+ }
1102
+
1103
+ .pp_gallery ul a {
1104
+ border: 1px #000 solid;
1105
+ border: 1px rgba(0, 0, 0, 0.5) solid;
1106
+ display: block;
1107
+ float: left;
1108
+ height: 33px;
1109
+ overflow: hidden;
1110
+ }
1111
+
1112
+ .pp_gallery ul a:hover,
1113
+ .pp_gallery li.selected a {
1114
+ border-color: #fff;
1115
+ }
1116
+
1117
+ .pp_gallery ul a img {
1118
+ border: 0;
1119
+ }
1120
+
1121
+ .pp_gallery li {
1122
+ display: block;
1123
+ float: left;
1124
+ margin: 0 5px 0 0;
1125
+ padding: 0;
1126
+ }
1127
+
1128
+ .pp_gallery li.default a {
1129
+ background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
1130
+ display: block;
1131
+ height: 33px;
1132
+ width: 50px;
1133
+ }
1134
+
1135
+ .pp_gallery li.default a img {
1136
+ display: none;
1137
+ }
1138
+
1139
+ .pp_gallery .pp_arrow_previous,
1140
+ .pp_gallery .pp_arrow_next {
1141
+ margin-top: 7px !important;
1142
+ }
1143
+
1144
+ a.pp_next {
1145
+ background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
1146
+ display: block;
1147
+ float: right;
1148
+ height: 100%;
1149
+ text-indent: -10000px;
1150
+ width: 49%;
1151
+ }
1152
+
1153
+ a.pp_previous {
1154
+ background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
1155
+ display: block;
1156
+ float: left;
1157
+ height: 100%;
1158
+ text-indent: -10000px;
1159
+ width: 49%;
1160
+ }
1161
+
1162
+ a.pp_expand,
1163
+ a.pp_contract {
1164
+ cursor: pointer;
1165
+ display: none;
1166
+ height: 20px;
1167
+ position: absolute;
1168
+ right: 30px;
1169
+ text-indent: -10000px;
1170
+ top: 10px;
1171
+ width: 20px;
1172
+ z-index: 20000;
1173
+ }
1174
+
1175
+ a.pp_close {
1176
+ position: absolute;
1177
+ right: 0;
1178
+ top: 0;
1179
+ display: block;
1180
+ line-height: 22px;
1181
+ text-indent: -10000px;
1182
+ }
1183
+
1184
+ .pp_bottom {
1185
+ height: 20px;
1186
+ position: relative;
1187
+ }
1188
+
1189
+ * html .pp_bottom {
1190
+ padding: 0 20px;
1191
+ }
1192
+
1193
+ .pp_bottom .pp_left {
1194
+ height: 20px;
1195
+ left: 0;
1196
+ position: absolute;
1197
+ width: 20px;
1198
+ }
1199
+
1200
+ .pp_bottom .pp_middle {
1201
+ height: 20px;
1202
+ left: 20px;
1203
+ position: absolute;
1204
+ right: 20px;
1205
+ }
1206
+
1207
+ * html .pp_bottom .pp_middle {
1208
+ left: 0;
1209
+ position: static;
1210
+ }
1211
+
1212
+ .pp_bottom .pp_right {
1213
+ height: 20px;
1214
+ left: auto;
1215
+ position: absolute;
1216
+ right: 0;
1217
+ top: 0;
1218
+ width: 20px;
1219
+ }
1220
+
1221
+ .pp_loaderIcon {
1222
+ display: block;
1223
+ height: 24px;
1224
+ left: 50%;
1225
+ margin: -12px 0 0 -12px;
1226
+ position: absolute;
1227
+ top: 50%;
1228
+ width: 24px;
1229
+ }
1230
+
1231
+ #pp_full_res {
1232
+ line-height: 1 !important;
1233
+ }
1234
+
1235
+ #pp_full_res .pp_inline {
1236
+ text-align: left;
1237
+ }
1238
+
1239
+ #pp_full_res .pp_inline p {
1240
+ margin: 0 0 15px 0;
1241
+ }
1242
+
1243
+ div.ppt {
1244
+ color: #fff;
1245
+ display: none;
1246
+ font-size: 17px;
1247
+ margin: 0 0 5px 15px;
1248
+ z-index: 9999;
1249
+ }
1250
+
1251
+ /* Ion.RangeSlider
1252
+ // css version 2.0.3
1253
+ // © 2013-2014 Denis Ineshin | IonDen.com
1254
+ // ===================================================================================================================*/
1255
+ /* =====================================================================================================================
1256
+ // RangeSlider */
1257
+ .irs {
1258
+ position: relative;
1259
+ display: block;
1260
+ -webkit-touch-callout: none;
1261
+ -webkit-user-select: none;
1262
+ -khtml-user-select: none;
1263
+ -moz-user-select: none;
1264
+ -ms-user-select: none;
1265
+ user-select: none;
1266
+ }
1267
+
1268
+ .irs-line {
1269
+ position: relative;
1270
+ display: block;
1271
+ overflow: hidden;
1272
+ outline: none !important;
1273
+ }
1274
+
1275
+ .irs-line-left, .irs-line-mid, .irs-line-right {
1276
+ position: absolute;
1277
+ display: block;
1278
+ top: 0;
1279
+ }
1280
+
1281
+ .irs-line-left {
1282
+ left: 0;
1283
+ width: 11%;
1284
+ }
1285
+
1286
+ .irs-line-mid {
1287
+ left: 9%;
1288
+ width: 82%;
1289
+ }
1290
+
1291
+ .irs-line-right {
1292
+ right: 0;
1293
+ width: 11%;
1294
+ }
1295
+
1296
+ .irs-bar {
1297
+ position: absolute;
1298
+ display: block;
1299
+ left: 0;
1300
+ width: 0;
1301
+ }
1302
+
1303
+ .irs-bar-edge {
1304
+ position: absolute;
1305
+ display: block;
1306
+ top: 0;
1307
+ left: 0;
1308
+ }
1309
+
1310
+ .irs-shadow {
1311
+ position: absolute;
1312
+ display: none;
1313
+ left: 0;
1314
+ width: 0;
1315
+ }
1316
+
1317
+ .irs-slider {
1318
+ position: absolute;
1319
+ display: block;
1320
+ cursor: default;
1321
+ z-index: 1;
1322
+ }
1323
+
1324
+ .irs-slider.type_last {
1325
+ z-index: 2;
1326
+ }
1327
+
1328
+ .irs-min {
1329
+ position: absolute;
1330
+ display: block;
1331
+ left: 0;
1332
+ cursor: default;
1333
+ }
1334
+
1335
+ .irs-max {
1336
+ position: absolute;
1337
+ display: block;
1338
+ right: 0;
1339
+ cursor: default;
1340
+ }
1341
+
1342
+ .irs-from, .irs-to, .irs-single {
1343
+ position: absolute;
1344
+ display: block;
1345
+ top: 0;
1346
+ left: 0;
1347
+ cursor: default;
1348
+ white-space: nowrap;
1349
+ }
1350
+
1351
+ .irs-grid {
1352
+ position: absolute;
1353
+ display: none;
1354
+ bottom: 0;
1355
+ left: 0;
1356
+ width: 100%;
1357
+ height: 20px;
1358
+ }
1359
+
1360
+ .irs-with-grid .irs-grid {
1361
+ display: block;
1362
+ }
1363
+
1364
+ .irs-grid-pol {
1365
+ position: absolute;
1366
+ top: 0;
1367
+ left: 0;
1368
+ width: 1px;
1369
+ height: 8px;
1370
+ background: #000;
1371
+ }
1372
+
1373
+ .irs-grid-pol.small {
1374
+ height: 4px;
1375
+ }
1376
+
1377
+ .irs-grid-text {
1378
+ position: absolute;
1379
+ bottom: 0;
1380
+ left: 0;
1381
+ white-space: nowrap;
1382
+ text-align: center;
1383
+ font-size: 9px;
1384
+ line-height: 9px;
1385
+ padding: 0 3px;
1386
+ color: #000;
1387
+ }
1388
+
1389
+ .irs-disable-mask {
1390
+ position: absolute;
1391
+ display: block;
1392
+ top: 0;
1393
+ left: -1%;
1394
+ width: 102%;
1395
+ height: 100%;
1396
+ cursor: default;
1397
+ background: transparent;
1398
+ z-index: 2;
1399
+ }
1400
+
1401
+ .irs-disabled {
1402
+ opacity: 0.4;
1403
+ }
1404
+
1405
+ .lt-ie9 .irs-disabled {
1406
+ filter: alpha(opacity=40);
1407
+ }
1408
+
1409
+ .irs-hidden-input {
1410
+ position: absolute !important;
1411
+ display: block !important;
1412
+ top: 0 !important;
1413
+ left: 0 !important;
1414
+ width: 0 !important;
1415
+ height: 0 !important;
1416
+ font-size: 0 !important;
1417
+ line-height: 0 !important;
1418
+ padding: 0 !important;
1419
+ margin: 0 !important;
1420
+ outline: none !important;
1421
+ z-index: -9999 !important;
1422
+ background: none !important;
1423
+ border-style: solid !important;
1424
+ border-color: transparent !important;
1425
+ }
1426
+
1427
+ /* Ion.RangeSlider, Simple Skin
1428
+ // css version 2.0.3
1429
+ // © Denis Ineshin, 2014 https://github.com/IonDen
1430
+ // © guybowden, 2014 https://github.com/guybowden
1431
+ // ===================================================================================================================*/
1432
+ /* =====================================================================================================================
1433
+ // Skin details */
1434
+ .irs {
1435
+ height: 55px;
1436
+ }
1437
+
1438
+ .irs-with-grid {
1439
+ height: 75px;
1440
+ }
1441
+
1442
+ .irs-line {
1443
+ height: 10px;
1444
+ top: 33px;
1445
+ background: #EEE;
1446
+ background: linear-gradient(to bottom, #dddddd -50%, #ffffff 150%);
1447
+ /* W3C */
1448
+ border: 1px solid #CCC;
1449
+ border-radius: 16px;
1450
+ -moz-border-radius: 16px;
1451
+ }
1452
+
1453
+ .irs-line-left {
1454
+ height: 8px;
1455
+ }
1456
+
1457
+ .irs-line-mid {
1458
+ height: 8px;
1459
+ }
1460
+
1461
+ .irs-line-right {
1462
+ height: 8px;
1463
+ }
1464
+
1465
+ .irs-bar {
1466
+ height: 10px;
1467
+ top: 33px;
1468
+ border-top: 1px solid #428bca;
1469
+ border-bottom: 1px solid #428bca;
1470
+ background: #428bca;
1471
+ background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
1472
+ /* W3C */
1473
+ }
1474
+
1475
+ .irs-bar-edge {
1476
+ height: 10px;
1477
+ top: 33px;
1478
+ width: 14px;
1479
+ border: 1px solid #428bca;
1480
+ border-right: 0;
1481
+ background: #428bca;
1482
+ background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
1483
+ /* W3C */
1484
+ border-radius: 16px 0 0 16px;
1485
+ -moz-border-radius: 16px 0 0 16px;
1486
+ }
1487
+
1488
+ .irs-shadow {
1489
+ height: 2px;
1490
+ top: 38px;
1491
+ background: #000;
1492
+ opacity: 0.3;
1493
+ border-radius: 5px;
1494
+ -moz-border-radius: 5px;
1495
+ }
1496
+
1497
+ .lt-ie9 .irs-shadow {
1498
+ filter: alpha(opacity=30);
1499
+ }
1500
+
1501
+ .irs-slider {
1502
+ top: 25px;
1503
+ width: 27px;
1504
+ height: 27px;
1505
+ border: 1px solid #AAA;
1506
+ background: #DDD;
1507
+ background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 20%, #ffffff 100%);
1508
+ /* W3C */
1509
+ border-radius: 27px;
1510
+ -moz-border-radius: 27px;
1511
+ box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
1512
+ cursor: pointer;
1513
+ }
1514
+
1515
+ .irs-slider.state_hover, .irs-slider:hover {
1516
+ background: #FFF;
1517
+ }
1518
+
1519
+ .irs-min, .irs-max {
1520
+ color: #333;
1521
+ font-size: 12px;
1522
+ line-height: 1.333;
1523
+ text-shadow: none;
1524
+ top: 0;
1525
+ padding: 1px 5px;
1526
+ background: rgba(0, 0, 0, 0.1);
1527
+ border-radius: 3px;
1528
+ -moz-border-radius: 3px;
1529
+ }
1530
+
1531
+ .lt-ie9 .irs-min, .lt-ie9 .irs-max {
1532
+ background: #ccc;
1533
+ }
1534
+
1535
+ .irs-from, .irs-to, .irs-single {
1536
+ color: #fff;
1537
+ font-size: 14px;
1538
+ line-height: 1.333;
1539
+ text-shadow: none;
1540
+ padding: 1px 5px;
1541
+ background: #428bca;
1542
+ border-radius: 3px;
1543
+ -moz-border-radius: 3px;
1544
+ }
1545
+
1546
+ .lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
1547
+ background: #999;
1548
+ }
1549
+
1550
+ .irs-grid {
1551
+ height: 27px;
1552
+ }
1553
+
1554
+ .irs-grid-pol {
1555
+ opacity: 0.5;
1556
+ background: #428bca;
1557
+ }
1558
+
1559
+ .irs-grid-pol.small {
1560
+ background: #999;
1561
+ }
1562
+
1563
+ .irs-grid-text {
1564
+ bottom: 5px;
1565
+ color: #99a4ac;
1566
+ }
1567
+
1568
+ /*
1569
+ * Bootstrap TouchSpin - v3.0.1
1570
+ * A mobile and touch friendly input spinner component for Bootstrap 3.
1571
+ * http://www.virtuosoft.eu/code/bootstrap-touchspin/
1572
+ *
1573
+ * Made by István Ujj-Mészáros
1574
+ * Under Apache License v2.0 License
1575
+ */
1576
+ .bootstrap-touchspin .input-group-btn-vertical {
1577
+ position: relative;
1578
+ white-space: nowrap;
1579
+ width: 1%;
1580
+ vertical-align: middle;
1581
+ display: table-cell;
1582
+ }
1583
+
1584
+ .bootstrap-touchspin .input-group-btn-vertical > .btn {
1585
+ display: block;
1586
+ float: none;
1587
+ width: 100%;
1588
+ max-width: 100%;
1589
+ padding: 8px 10px;
1590
+ margin-left: -1px;
1591
+ position: relative;
1592
+ }
1593
+
1594
+ .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
1595
+ border-radius: 0;
1596
+ border-top-right-radius: 4px;
1597
+ }
1598
+
1599
+ .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
1600
+ margin-top: -2px;
1601
+ border-radius: 0;
1602
+ border-bottom-right-radius: 4px;
1603
+ }
1604
+
1605
+ .bootstrap-touchspin .input-group-btn-vertical i {
1606
+ position: absolute;
1607
+ top: 3px;
1608
+ left: 5px;
1609
+ font-size: 9px;
1610
+ font-weight: normal;
1611
+ }
1612
+
1613
+ /*------------------------------------------------*/
1614
+ /* Header
1615
+ /*------------------------------------------------*/
1616
+ .top-header {
1617
+ border-bottom: 1px solid #ddd;
1618
+ padding: 5px 0;
1619
+ margin-bottom: 0;
1620
+ font-size: 11px;
1621
+ }
1622
+ .top-header ul {
1623
+ margin: 5px 0;
1624
+ }
1625
+ .top-header a {
1626
+ color: #7b7b7b;
1627
+ }
1628
+ .top-header a:hover, .top-header a:focus {
1629
+ text-decoration: underline;
1630
+ color: #7b7b7b;
1631
+ }
1632
+ .top-header ul.top-nav li:after {
1633
+ display: inline;
1634
+ content: "|";
1635
+ margin-left: 10px;
1636
+ }
1637
+ .top-header ul.top-nav li:last-child:after {
1638
+ display: none;
1639
+ }
1640
+ @media screen and (max-width: 768px) {
1641
+ .top-header {
1642
+ text-align: center;
1643
+ }
1644
+ .top-header ul {
1645
+ float: none !important;
1646
+ }
1647
+ }
1648
+
1649
+ .shop-header .logo {
1650
+ position: relative;
1651
+ top: 28px;
1652
+ }
1653
+ .shop-header .logo h1 {
1654
+ margin: 0;
1655
+ }
1656
+ .shop-header.minimal-header .logo {
1657
+ top: 15px;
1658
+ }
1659
+ .shop-header.minimal-header .logo img {
1660
+ width: 100px;
1661
+ }
1662
+ @media screen and (max-width: 768px) {
1663
+ .shop-header .logo {
1664
+ float: none !important;
1665
+ position: inherit;
1666
+ padding: 12px 0;
1667
+ }
1668
+ .shop-header .logo img {
1669
+ width: 120px;
1670
+ }
1671
+ }
1672
+
1673
+ .services {
1674
+ padding-left: 20em;
1675
+ margin: 20px 0;
1676
+ }
1677
+ @media screen and (max-width: 992px) {
1678
+ .services {
1679
+ display: none;
1680
+ }
1681
+ }
1682
+
1683
+ .service-item i {
1684
+ -moz-border-radius: 50%;
1685
+ -webkit-border-radius: 50%;
1686
+ border-radius: 50%;
1687
+ width: 80px;
1688
+ height: 80px;
1689
+ line-height: 80px;
1690
+ float: left;
1691
+ border: 1px solid #406da4;
1692
+ color: #406da4;
1693
+ font-size: 38px;
1694
+ text-align: center;
1695
+ }
1696
+ .service-item .service-title,
1697
+ .service-item p {
1698
+ padding-left: 90px;
1699
+ }
1700
+ .service-item .service-title {
1701
+ padding-top: 10px;
1702
+ margin-bottom: 5px;
1703
+ font-size: 14px;
1704
+ }
1705
+ .service-item p {
1706
+ font-size: 11px;
1707
+ }
1708
+ @media screen and (min-width: 993px) and (max-width: 1200px) {
1709
+ .service-item .service-title {
1710
+ position: relative;
1711
+ top: 1.3em;
1712
+ }
1713
+ .service-item p {
1714
+ display: none;
1715
+ }
1716
+ }
1717
+
1718
+ .search-box .dropdown-toggle {
1719
+ padding-top: 0;
1720
+ padding-bottom: 0;
1721
+ line-height: 32px;
1722
+ }
1723
+ .search-box .dropdown-toggle, .search-box .dropdown-menu {
1724
+ font-size: 12px;
1725
+ }
1726
+ @media screen and (max-width: 992px) {
1727
+ .search-box .dropdown-toggle,
1728
+ .search-box select {
1729
+ display: none;
1730
+ }
1731
+ .search-box input {
1732
+ margin-left: -5px;
1733
+ }
1734
+ }
1735
+
1736
+ .account .navbar {
1737
+ min-height: inherit;
1738
+ position: relative;
1739
+ top: 4px;
1740
+ border-bottom: none;
1741
+ }
1742
+ .account .navbar-nav {
1743
+ padding-top: 0;
1744
+ padding-bottom: 0;
1745
+ margin-right: 0;
1746
+ }
1747
+ .account .navbar-nav > li {
1748
+ padding-right: 5px;
1749
+ padding-left: 5px;
1750
+ }
1751
+ .account .navbar-nav > li > a {
1752
+ padding-top: 0;
1753
+ padding-bottom: 0;
1754
+ }
1755
+ .account .navbar-nav > li > a:hover, .account .navbar-nav > li > a:focus {
1756
+ color: #7b7b7b;
1757
+ }
1758
+ .account .user-menu > .dropdown-toggle {
1759
+ padding: 0 0 20px 0;
1760
+ margin-left: 35px;
1761
+ }
1762
+ .account .user-menu .avatar {
1763
+ width: 18px;
1764
+ }
1765
+ .account .shopping-cart a {
1766
+ padding: 0 0 20px 0;
1767
+ margin-left: 35px;
1768
+ }
1769
+ .account .shopping-cart i {
1770
+ font-size: 25px;
1771
+ }
1772
+ .account .dropdown-menu {
1773
+ top: 35px;
1774
+ right: 0;
1775
+ }
1776
+ @media screen and (min-width: 993px) and (max-width: 1200px) {
1777
+ .account .user-menu .dropdown-toggle {
1778
+ margin-left: 30px;
1779
+ }
1780
+ .account .shopping-cart a {
1781
+ margin-left: 20px;
1782
+ }
1783
+ }
1784
+ @media screen and (max-width: 992px) {
1785
+ .account .navbar-nav .shopping-cart {
1786
+ float: right !important;
1787
+ }
1788
+ .account .navbar-nav .shopping-cart i {
1789
+ font-size: 22px;
1790
+ }
1791
+ .account .navbar-nav .shopping-cart .cart-count {
1792
+ top: 0;
1793
+ right: 5px;
1794
+ }
1795
+ .account .navbar-nav .user-menu {
1796
+ float: left !important;
1797
+ padding-top: 8px;
1798
+ }
1799
+ .account .navbar-nav .user-menu i {
1800
+ right: -20px;
1801
+ top: 3px;
1802
+ }
1803
+ .account .navbar-nav .user-menu .dropdown-toggle {
1804
+ padding-bottom: 10px;
1805
+ padding-left: 0;
1806
+ margin-left: 0;
1807
+ }
1808
+ .account .navbar-nav .user-menu .dropdown-menu {
1809
+ position: absolute;
1810
+ background-color: #fbfbfb;
1811
+ border: 1px solid #eaeaea;
1812
+ }
1813
+ }
1814
+
1815
+ .shopping-cart .cart-count {
1816
+ -moz-border-radius: 50%;
1817
+ -webkit-border-radius: 50%;
1818
+ border-radius: 50%;
1819
+ width: 18px;
1820
+ height: 18px;
1821
+ background-color: #8C2424;
1822
+ color: #FFF;
1823
+ display: block;
1824
+ text-align: center;
1825
+ line-height: 18px;
1826
+ position: absolute;
1827
+ top: -7px;
1828
+ right: -10px;
1829
+ }
1830
+
1831
+ /*------------------------------------------------*/
1832
+ /* Navigation
1833
+ /*------------------------------------------------*/
1834
+ /* header bottom where category navigation, search form and account menu placed */
1835
+ .bottom-header .shop-by-category {
1836
+ width: 20%;
1837
+ float: left;
1838
+ font-size: 16px;
1839
+ line-height: 1.6;
1840
+ position: relative;
1841
+ border-bottom: none;
1842
+ }
1843
+ .bottom-header .search-box {
1844
+ width: 54%;
1845
+ float: left;
1846
+ }
1847
+ .bottom-header .account {
1848
+ float: right;
1849
+ }
1850
+ @media screen and (max-width: 992px) {
1851
+ .bottom-header .shop-by-category, .bottom-header .search-box, .bottom-header .account {
1852
+ float: none !important;
1853
+ }
1854
+ .bottom-header .shop-by-category, .bottom-header .search-box {
1855
+ width: 100%;
1856
+ }
1857
+ .bottom-header .shop-by-category {
1858
+ z-index: 99;
1859
+ }
1860
+ .bottom-header .shop-by-category .navbar-nav li > a > i {
1861
+ position: inherit;
1862
+ }
1863
+ .bottom-header .shop-by-category .navbar-nav .dropdown-menu li a {
1864
+ display: block;
1865
+ }
1866
+ .bottom-header .shop-by-category .navbar-nav .dropdown-menu li.dropdown i {
1867
+ display: inline-block;
1868
+ vertical-align: middle;
1869
+ *vertical-align: auto;
1870
+ *zoom: 1;
1871
+ *display: inline;
1872
+ }
1873
+ .bottom-header .shop-by-category .navbar-nav .dropdown.open > .dropdown-menu,
1874
+ .bottom-header .shop-by-category .navbar-nav .dropdown.forced-open > .dropdown-menu {
1875
+ display: block;
1876
+ }
1877
+ .bottom-header .shop-by-category .navbar-nav .dropdown-menu .dropdown.open > a,
1878
+ .bottom-header .shop-by-category .navbar-nav .dropdown-menu .dropdown a {
1879
+ background-color: transparent;
1880
+ color: #7b7b7b;
1881
+ }
1882
+ .bottom-header .shop-by-category .dropdown:hover > .dropdown-menu {
1883
+ display: none;
1884
+ }
1885
+ }
1886
+
1887
+ /* shop by category */
1888
+ .category-toggle {
1889
+ -moz-border-radius-bottomleft: 0;
1890
+ -webkit-border-bottom-left-radius: 0;
1891
+ border-bottom-left-radius: 0;
1892
+ -moz-border-radius-bottomright: 0;
1893
+ -webkit-border-bottom-right-radius: 0;
1894
+ border-bottom-right-radius: 0;
1895
+ border: 1px solid transparent;
1896
+ font-size: 13px;
1897
+ font-weight: 800;
1898
+ background-color: #fff;
1899
+ }
1900
+ .category-toggle:hover + .category-nav {
1901
+ display: block;
1902
+ }
1903
+
1904
+ .navbar-nav > li > .category-toggle {
1905
+ padding: 7px 10px 7px 0px;
1906
+ }
1907
+
1908
+ .shop-by-category.open {
1909
+ border-bottom: 1px solid #DDD;
1910
+ }
1911
+ .shop-by-category.open .category-toggle {
1912
+ border-top: 1px solid #DDD;
1913
+ border-left: 1px solid #DDD;
1914
+ border-right: 1px solid #DDD;
1915
+ }
1916
+
1917
+ .navbar-nav .category-nav,
1918
+ .navbar-nav .category-nav .mega-menu-container {
1919
+ -moz-box-shadow: none;
1920
+ -webkit-box-shadow: none;
1921
+ box-shadow: none;
1922
+ border: 1px solid #6A737E;
1923
+ }
1924
+
1925
+ /* category navigation includes mega menu */
1926
+ .category-nav {
1927
+ -moz-border-radius: 0;
1928
+ -webkit-border-radius: 0;
1929
+ border-radius: 0;
1930
+ -moz-box-shadow: none;
1931
+ -webkit-box-shadow: none;
1932
+ box-shadow: none;
1933
+ margin-top: 0px;
1934
+ min-width: 245px;
1935
+ padding: 0;
1936
+ }
1937
+ .category-nav > ul > li {
1938
+ position: inherit;
1939
+ padding: 8px 10px 8px 0;
1940
+ border-top: 1px solid #ddd;
1941
+ }
1942
+ .category-nav > ul > li:first-child {
1943
+ border-top: none;
1944
+ }
1945
+ .category-nav > ul > li:hover, .category-nav > ul > li:focus {
1946
+ cursor: pointer;
1947
+ background-color: #6A737E;
1948
+ }
1949
+ .category-nav > ul > li:hover > a, .category-nav > ul > li:focus > a {
1950
+ color: #fff;
1951
+ }
1952
+ .category-nav > ul > li i {
1953
+ font-size: 17px;
1954
+ min-width: 36px;
1955
+ text-align: center;
1956
+ }
1957
+ .category-nav a {
1958
+ color: #7b7b7b;
1959
+ font-size: 13px;
1960
+ }
1961
+ .category-nav .mega-menu-container {
1962
+ -moz-border-radius: 0;
1963
+ -webkit-border-radius: 0;
1964
+ border-radius: 0;
1965
+ top: -1px !important;
1966
+ padding: 0;
1967
+ margin: 0;
1968
+ border-left: 5px solid #6A737E !important;
1969
+ }
1970
+ .category-nav .mega-menu-content {
1971
+ min-width: 895px;
1972
+ padding: 12px;
1973
+ }
1974
+ .category-nav .mega-menu-content .mega-heading {
1975
+ margin-bottom: 18px;
1976
+ padding: 0 10px;
1977
+ font-size: 18px;
1978
+ font-weight: 300;
1979
+ }
1980
+ .category-nav .mega-menu-content .menu-heading {
1981
+ text-decoration: underline;
1982
+ margin-bottom: 10px;
1983
+ font-size: 14px;
1984
+ }
1985
+ .category-nav .mega-menu-content .list-menu {
1986
+ margin-bottom: 30px;
1987
+ }
1988
+ @media screen and (max-width: 992px) {
1989
+ .category-nav .dropdown .mega-menu-container {
1990
+ display: none;
1991
+ margin-left: 36px;
1992
+ border-top: none !important;
1993
+ border-right: none !important;
1994
+ border-bottom: none !important;
1995
+ }
1996
+ .category-nav .dropdown.open, .category-nav .dropdown:hover, .category-nav .dropdown:focus {
1997
+ background-color: #fff;
1998
+ }
1999
+ }
2000
+
2001
+ .mega-banner {
2002
+ position: relative;
2003
+ right: 10px;
2004
+ bottom: 10px;
2005
+ }
2006
+ .mega-banner img {
2007
+ max-width: 100%;
2008
+ }
2009
+ @media screen and (max-width: 1200px) {
2010
+ .mega-banner {
2011
+ display: none;
2012
+ }
2013
+ }
2014
+ @media screen and (max-width: 768px) {
2015
+ .mega-banner {
2016
+ display: none;
2017
+ }
2018
+ }
2019
+
2020
+ /*------------------------------------------------*/
2021
+ /* Main Content
2022
+ /*------------------------------------------------*/
2023
+ /* custom tab for shop theme */
2024
+ .shop-main .custom-tabs-line ul > li a {
2025
+ font-weight: 800;
2026
+ }
2027
+ .shop-main .custom-tabs-line ul > li.active a {
2028
+ color: #406da4;
2029
+ }
2030
+
2031
+ /* hero unit slider for shop theme */
2032
+ .hero-unit-slider.shop-hero-unit {
2033
+ margin-bottom: 30px;
2034
+ }
2035
+ .hero-unit-slider.shop-hero-unit .slick-carousel.slick-text-pagination .slick-dots button {
2036
+ filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
2037
+ opacity: 1;
2038
+ }
2039
+ .hero-unit-slider.shop-hero-unit .slick-slide {
2040
+ outline: none;
2041
+ }
2042
+ .hero-unit-slider.shop-hero-unit .carousel-caption {
2043
+ width: 100%;
2044
+ top: 7em;
2045
+ left: 0;
2046
+ padding: 0 50px;
2047
+ }
2048
+ .hero-unit-slider.shop-hero-unit .hero-heading {
2049
+ font-size: 35px;
2050
+ line-height: 1.3;
2051
+ }
2052
+ .hero-unit-slider.shop-hero-unit .hero-button {
2053
+ background: transparent;
2054
+ }
2055
+ .hero-unit-slider.shop-hero-unit .hero-button:hover {
2056
+ background: #fff;
2057
+ color: #4d4d4d;
2058
+ }
2059
+ .hero-unit-slider.shop-hero-unit .dark-caption .hero-heading {
2060
+ color: #4d4d4d;
2061
+ }
2062
+ .hero-unit-slider.shop-hero-unit .dark-caption .hero-button {
2063
+ color: #fff;
2064
+ background-color: #4d4d4d;
2065
+ border-color: #4d4d4d;
2066
+ }
2067
+ .hero-unit-slider.shop-hero-unit .dark-caption .hero-button:hover {
2068
+ background-color: #fff;
2069
+ color: #4d4d4d;
2070
+ }
2071
+ .hero-unit-slider.shop-hero-unit .left-caption {
2072
+ text-align: left;
2073
+ width: 50%;
2074
+ }
2075
+ .hero-unit-slider.shop-hero-unit .right-caption {
2076
+ text-align: right;
2077
+ }
2078
+ .hero-unit-slider.shop-hero-unit .slick-prev, .hero-unit-slider.shop-hero-unit .slick-next {
2079
+ background: rgba(0, 0, 0, 0.5);
2080
+ top: 45%;
2081
+ width: 35px;
2082
+ height: auto;
2083
+ text-shadow: inherit;
2084
+ }
2085
+ .hero-unit-slider.shop-hero-unit .slick-prev:before, .hero-unit-slider.shop-hero-unit .slick-next:before {
2086
+ filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
2087
+ opacity: 1;
2088
+ color: #ddd;
2089
+ font-size: 33px;
2090
+ line-height: 40px;
2091
+ }
2092
+ .hero-unit-slider.shop-hero-unit .slick-prev:hover, .hero-unit-slider.shop-hero-unit .slick-next:hover {
2093
+ background: rgba(0, 0, 0, 0.7);
2094
+ }
2095
+ @media screen and (max-width: 768px) {
2096
+ .hero-unit-slider.shop-hero-unit .carousel-caption {
2097
+ top: 3em;
2098
+ }
2099
+ .hero-unit-slider.shop-hero-unit .carousel-caption.left-caption {
2100
+ top: 2em;
2101
+ }
2102
+ .hero-unit-slider.shop-hero-unit .hero-heading {
2103
+ font-size: 22px;
2104
+ }
2105
+ }
2106
+ @media screen and (max-width: 480px) {
2107
+ .hero-unit-slider.shop-hero-unit {
2108
+ margin-bottom: 20px;
2109
+ }
2110
+ .hero-unit-slider.shop-hero-unit .carousel-caption {
2111
+ top: 1em;
2112
+ }
2113
+ .hero-unit-slider.shop-hero-unit .left-caption {
2114
+ top: 13px;
2115
+ width: 100%;
2116
+ }
2117
+ .hero-unit-slider.shop-hero-unit .hero-heading {
2118
+ font-size: 14px;
2119
+ }
2120
+ .hero-unit-slider.shop-hero-unit .lead {
2121
+ font-size: 12px;
2122
+ margin-bottom: 5px;
2123
+ }
2124
+ .hero-unit-slider.shop-hero-unit .hero-button {
2125
+ font-size: 10px;
2126
+ }
2127
+ .hero-unit-slider.shop-hero-unit .slick-prev, .hero-unit-slider.shop-hero-unit .slick-next {
2128
+ top: 32%;
2129
+ }
2130
+ }
2131
+
2132
+ .slick-slide img {
2133
+ max-width: 100%;
2134
+ }
2135
+
2136
+ .slick-text-pagination .slick-dots {
2137
+ position: relative !important;
2138
+ bottom: 0 !important;
2139
+ }
2140
+ .slick-text-pagination .slick-dots li {
2141
+ width: auto;
2142
+ height: auto;
2143
+ }
2144
+ .slick-text-pagination .slick-dots li.slick-active button {
2145
+ border-bottom: 1px solid #406da4;
2146
+ }
2147
+ .slick-text-pagination .slick-dots li button {
2148
+ -moz-border-radius: 0;
2149
+ -webkit-border-radius: 0;
2150
+ border-radius: 0;
2151
+ width: auto;
2152
+ height: auto;
2153
+ line-height: 1.6;
2154
+ font-size: 12px;
2155
+ color: #7b7b7b;
2156
+ }
2157
+ .slick-text-pagination .slick-dots li button:hover {
2158
+ color: black;
2159
+ }
2160
+
2161
+ /* promotional area */
2162
+ .promotional-area-primary .banner-right-top {
2163
+ margin-bottom: 25px;
2164
+ }
2165
+ @media screen and (max-width: 992px) {
2166
+ .promotional-area-primary img {
2167
+ width: 50%;
2168
+ margin: 0 auto 30px auto;
2169
+ }
2170
+ }
2171
+ @media screen and (max-width: 480px) {
2172
+ .promotional-area-primary {
2173
+ margin-bottom: 30px;
2174
+ }
2175
+ }
2176
+
2177
+ .promotional-area-secondary .repute-banner {
2178
+ margin-bottom: 10px;
2179
+ }
2180
+ @media screen and (max-width: 992px) {
2181
+ .promotional-area-secondary {
2182
+ text-align: center;
2183
+ }
2184
+ .promotional-area-secondary .repute-banner {
2185
+ display: inline-block;
2186
+ vertical-align: middle;
2187
+ *vertical-align: auto;
2188
+ *zoom: 1;
2189
+ *display: inline;
2190
+ }
2191
+ }
2192
+
2193
+ /* change tab content behaviour only for product carousel init only */
2194
+ .product-carousel-content > .tab-pane {
2195
+ display: block;
2196
+ visibility: hidden;
2197
+ height: 0;
2198
+ }
2199
+ .product-carousel-content > .active {
2200
+ visibility: visible;
2201
+ height: auto;
2202
+ }
2203
+
2204
+ .product-carousel.slick-slider {
2205
+ margin-bottom: 0;
2206
+ }
2207
+ .product-carousel .slick-prev, .product-carousel .slick-next {
2208
+ top: 40%;
2209
+ }
2210
+ .product-carousel .slick-prev {
2211
+ left: 0;
2212
+ }
2213
+ .product-carousel .slick-next {
2214
+ right: 0;
2215
+ left: inherit;
2216
+ }
2217
+ .product-carousel .product-item {
2218
+ padding: 15px 18px;
2219
+ }
2220
+
2221
+ /* product item */
2222
+ .product-item {
2223
+ padding: 15px 0;
2224
+ position: relative;
2225
+ outline: none;
2226
+ }
2227
+ .product-item .info {
2228
+ margin-top: 15px;
2229
+ }
2230
+ .product-item .title {
2231
+ font-size: 16px;
2232
+ line-height: 1.6;
2233
+ margin-bottom: 0;
2234
+ }
2235
+ .product-item .title a {
2236
+ color: #7b7b7b;
2237
+ }
2238
+ .product-item .title a:hover, .product-item .title a:focus {
2239
+ color: #151515;
2240
+ }
2241
+ .product-item .price {
2242
+ font-size: 18px;
2243
+ }
2244
+ .product-item .discount {
2245
+ -moz-border-radius: 50%;
2246
+ -webkit-border-radius: 50%;
2247
+ border-radius: 50%;
2248
+ position: absolute;
2249
+ right: 30px;
2250
+ top: 30px;
2251
+ width: 50px;
2252
+ height: 50px;
2253
+ text-align: center;
2254
+ background-color: #9e0b0f;
2255
+ color: #fff;
2256
+ padding: 12px;
2257
+ line-height: 14px;
2258
+ }
2259
+ .product-item .old-price {
2260
+ color: #aeaeae;
2261
+ }
2262
+
2263
+ /* shop by brand list */
2264
+ .list-brand-logo {
2265
+ text-align: justify;
2266
+ margin-bottom: 0;
2267
+ }
2268
+ .list-brand-logo:after {
2269
+ content: '';
2270
+ display: inline-block;
2271
+ width: 100%;
2272
+ }
2273
+ .list-brand-logo:before {
2274
+ content: '';
2275
+ display: block;
2276
+ }
2277
+ @media screen and (max-width: 768px) {
2278
+ .list-brand-logo img {
2279
+ width: 85px;
2280
+ }
2281
+ }
2282
+
2283
+ /* payment provider logo list */
2284
+ .payment-method-list > li {
2285
+ padding-left: 3px;
2286
+ padding-right: 3px;
2287
+ }
2288
+ .payment-method-list img {
2289
+ width: 40px;
2290
+ }
2291
+
2292
+ /* breadcrumbs */
2293
+ .breadcrumb {
2294
+ padding-left: 0;
2295
+ }
2296
+ .breadcrumb i {
2297
+ font-size: 18px;
2298
+ }
2299
+
2300
+ /* thumbnails for product image gallery */
2301
+ .product-image-thumbnails {
2302
+ margin-top: 5px;
2303
+ margin-bottom: 30px;
2304
+ }
2305
+ .product-image-thumbnails .item .thumb {
2306
+ width: 25%;
2307
+ cursor: pointer;
2308
+ float: left;
2309
+ border: 1px solid #ccc;
2310
+ border-right: none;
2311
+ }
2312
+ .product-image-thumbnails .item .thumb:last-child {
2313
+ border-right: 1px solid #ccc;
2314
+ }
2315
+
2316
+ .product-images .item img,
2317
+ .product-image-thumbnails .item img {
2318
+ width: 100%;
2319
+ }
2320
+
2321
+ /* product image gallery */
2322
+ div.pp_default.pp_pic_holder {
2323
+ background: #fff;
2324
+ width: 100%;
2325
+ height: 60em;
2326
+ top: 6% !important;
2327
+ padding-top: 50px;
2328
+ padding-bottom: 50px;
2329
+ }
2330
+ div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
2331
+ background: none;
2332
+ }
2333
+ div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
2334
+ padding: 0;
2335
+ background: none;
2336
+ }
2337
+ div.pp_default .pp_nav {
2338
+ display: none !important;
2339
+ }
2340
+ div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
2341
+ background: none;
2342
+ }
2343
+ div.pp_default .pp_close {
2344
+ position: absolute;
2345
+ top: -50px;
2346
+ right: 0;
2347
+ background: none;
2348
+ text-indent: inherit;
2349
+ border: 1px solid #DDD;
2350
+ text-align: center;
2351
+ line-height: 29px;
2352
+ color: #9E9E9E;
2353
+ font-size: 24px;
2354
+ }
2355
+ div.pp_default .pp_close:hover {
2356
+ color: #4d4d4d;
2357
+ }
2358
+ div.pp_default .pp_content {
2359
+ margin: 0 auto;
2360
+ }
2361
+ div.pp_default img#fullResImage {
2362
+ width: 640px !important;
2363
+ height: 640px !important;
2364
+ }
2365
+ div.pp_default .pp_gallery {
2366
+ display: block !important;
2367
+ margin-top: 25px;
2368
+ opacity: 1 !important;
2369
+ }
2370
+ div.pp_default .pp_gallery ul {
2371
+ height: 52px;
2372
+ }
2373
+ div.pp_default .pp_gallery ul li a {
2374
+ background: none;
2375
+ border-color: transparent;
2376
+ height: 50px;
2377
+ }
2378
+ div.pp_default .pp_gallery ul li a:hover,
2379
+ div.pp_default .pp_gallery ul li.selected a {
2380
+ border: 1px solid #4d4d4d;
2381
+ }
2382
+ div.pp_default .pp_next:hover, div.pp_default .pp_previous:hover,
2383
+ div.pp_default .pp_expand, div.pp_default .pp_expand:hover,
2384
+ div.pp_default .pp_contract, div.pp_default .pp_contract:hover,
2385
+ div.pp_default a.pp_arrow_next {
2386
+ background: none;
2387
+ }
2388
+ div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
2389
+ background: none;
2390
+ }
2391
+
2392
+ div.pp_overlay {
2393
+ background: #525252;
2394
+ }
2395
+
2396
+ div.pp_default .pp_loaderIcon {
2397
+ background-image: url('../img/bx_loader.gif?1377966586');
2398
+ }
2399
+
2400
+ .pp_hoverContainer {
2401
+ left: 0;
2402
+ width: 100% !important;
2403
+ }
2404
+
2405
+ a.pp_next, a.pp_previous {
2406
+ background: none;
2407
+ font-size: 45px;
2408
+ color: #9E9E9E;
2409
+ text-indent: inherit;
2410
+ width: 10%;
2411
+ }
2412
+ a.pp_next:hover i, a.pp_previous:hover i {
2413
+ color: #4d4d4d;
2414
+ }
2415
+ a.pp_next i, a.pp_previous i {
2416
+ top: 50%;
2417
+ position: absolute;
2418
+ margin-top: -22.5px;
2419
+ }
2420
+
2421
+ a.pp_next i {
2422
+ right: 22px;
2423
+ }
2424
+
2425
+ a.pp_previous i {
2426
+ left: 22px;
2427
+ }
2428
+
2429
+ /* single product info */
2430
+ .single-product h1 {
2431
+ font-size: 20px;
2432
+ }
2433
+ .single-product .product-price {
2434
+ margin-bottom: 25px;
2435
+ }
2436
+ .single-product .old-price {
2437
+ font-size: 18px;
2438
+ color: #7d7d7d;
2439
+ }
2440
+ .single-product .current-price {
2441
+ margin-left: 15px;
2442
+ font-size: 24px;
2443
+ }
2444
+ .single-product .product-brief-description {
2445
+ margin-bottom: 40px;
2446
+ }
2447
+ .single-product .product-variance,
2448
+ .single-product .product-availability {
2449
+ margin-bottom: 30px;
2450
+ }
2451
+ .single-product .control-label {
2452
+ margin-right: 5px;
2453
+ }
2454
+ .single-product .btn-add-to-cart {
2455
+ padding: 18px 40px;
2456
+ font-size: 20px;
2457
+ font-weight: 300;
2458
+ margin-bottom: 10px;
2459
+ }
2460
+ .single-product .btn-add-to-cart i {
2461
+ margin-right: 5px;
2462
+ }
2463
+ .single-product .bottom {
2464
+ margin-top: 50px;
2465
+ }
2466
+
2467
+ .add-to-wishlist {
2468
+ color: #7b7b7b;
2469
+ }
2470
+ .add-to-wishlist span {
2471
+ text-decoration: underline;
2472
+ }
2473
+ .add-to-wishlist:hover {
2474
+ color: #7b7b7b;
2475
+ }
2476
+ .add-to-wishlist:hover span {
2477
+ text-decoration: none;
2478
+ }
2479
+
2480
+ .product-rating {
2481
+ margin-bottom: 25px;
2482
+ }
2483
+ .product-rating i {
2484
+ font-size: 24px;
2485
+ color: #FFA400;
2486
+ }
2487
+ .product-rating .rating-detail {
2488
+ font-size: 10px;
2489
+ margin-left: 10px;
2490
+ }
2491
+ .product-rating a {
2492
+ color: #7b7b7b;
2493
+ text-decoration: underline;
2494
+ }
2495
+ .product-rating a:hover {
2496
+ text-decoration: none;
2497
+ }
2498
+ .product-rating.small i {
2499
+ font-size: 14px;
2500
+ }
2501
+
2502
+ /* stock availability */
2503
+ .stock-indicator {
2504
+ border-radius: 20px;
2505
+ padding: 5px 22px;
2506
+ color: #FFF;
2507
+ position: relative;
2508
+ padding-left: 38px;
2509
+ margin-left: 5px;
2510
+ }
2511
+ .stock-indicator i {
2512
+ width: 27px;
2513
+ height: 27px;
2514
+ position: absolute;
2515
+ top: 1px;
2516
+ left: 0;
2517
+ border-radius: 50%;
2518
+ text-align: center;
2519
+ line-height: 25px;
2520
+ }
2521
+ .stock-indicator.available {
2522
+ background-color: #75d217;
2523
+ }
2524
+ .stock-indicator.available i {
2525
+ background-color: #5ba412;
2526
+ }
2527
+ .stock-indicator.unavailable {
2528
+ background-color: #ca453b;
2529
+ }
2530
+ .stock-indicator.unavailable i {
2531
+ background-color: #a5352d;
2532
+ }
2533
+
2534
+ /* product reviews */
2535
+ .product-reviews {
2536
+ margin-top: 50px;
2537
+ }
2538
+ .product-reviews .reviewer-name {
2539
+ margin-right: 5px;
2540
+ }
2541
+ .product-reviews .review-title {
2542
+ font-size: 14px;
2543
+ }
2544
+ .product-reviews .avatar {
2545
+ -moz-border-radius: 50%;
2546
+ -webkit-border-radius: 50%;
2547
+ border-radius: 50%;
2548
+ width: 50px;
2549
+ height: 50px;
2550
+ }
2551
+ .product-reviews .review-content {
2552
+ font-style: italic;
2553
+ }
2554
+
2555
+ /* search result and filters */
2556
+ .search-result h1 {
2557
+ font-size: 18px;
2558
+ margin-bottom: 50px;
2559
+ }
2560
+
2561
+ .filter-item {
2562
+ margin-bottom: 40px;
2563
+ }
2564
+ .filter-item h3 {
2565
+ font-size: 14px;
2566
+ font-weight: 800;
2567
+ }
2568
+ .filter-item a {
2569
+ color: #7b7b7b;
2570
+ }
2571
+ .filter-item a:hover {
2572
+ text-decoration: underline;
2573
+ }
2574
+
2575
+ /* search result with filter */
2576
+ .product-grid .product-item .title {
2577
+ font-size: 14px;
2578
+ line-height: 1.2;
2579
+ }
2580
+ .product-grid .pagination {
2581
+ margin-bottom: 0;
2582
+ }
2583
+
2584
+ /* range slider for quantity at shopping cart */
2585
+ .irs-bar,
2586
+ .irs-line {
2587
+ height: 3px;
2588
+ }
2589
+
2590
+ .irs-line {
2591
+ -moz-border-radius: 0;
2592
+ -webkit-border-radius: 0;
2593
+ border-radius: 0;
2594
+ background: #d4d4d4;
2595
+ }
2596
+
2597
+ .irs-bar {
2598
+ background: #828282;
2599
+ border-top: none;
2600
+ border-bottom: none;
2601
+ }
2602
+
2603
+ .irs-slider {
2604
+ -moz-box-shadow: none;
2605
+ -webkit-box-shadow: none;
2606
+ box-shadow: none;
2607
+ -moz-border-radius: 50%;
2608
+ -webkit-border-radius: 50%;
2609
+ border-radius: 50%;
2610
+ width: 15px;
2611
+ height: 15px;
2612
+ top: 27px;
2613
+ border: none;
2614
+ background: #828282;
2615
+ }
2616
+ .irs-slider:hover {
2617
+ background: #828282;
2618
+ border: 2px solid #a8a8a8;
2619
+ }
2620
+
2621
+ .irs-slider.state_hover, .irs-slider:hover {
2622
+ background: #828282;
2623
+ }
2624
+
2625
+ .irs-from, .irs-to, .irs-single {
2626
+ -moz-border-radius: 0;
2627
+ -webkit-border-radius: 0;
2628
+ border-radius: 0;
2629
+ background: #828282;
2630
+ font-size: 12px;
2631
+ }
2632
+
2633
+ .irs-min, .irs-max {
2634
+ top: 45px;
2635
+ background: none;
2636
+ visibility: visible !important;
2637
+ }
2638
+
2639
+ /* checkout wizard */
2640
+ .step-pane {
2641
+ display: none;
2642
+ }
2643
+ .step-pane.active {
2644
+ display: block;
2645
+ }
2646
+
2647
+ .fuelux .checkout-wizard {
2648
+ position: relative;
2649
+ min-height: 48px;
2650
+ }
2651
+ .fuelux .checkout-wizard h3 {
2652
+ font-size: 18px;
2653
+ }
2654
+ .fuelux .checkout-wizard > .steps-container {
2655
+ margin-bottom: 30px;
2656
+ padding-bottom: 30px;
2657
+ border-bottom: 1px solid #ccc;
2658
+ text-align: center;
2659
+ }
2660
+ .fuelux .checkout-wizard > .steps-container .connector-line {
2661
+ position: relative;
2662
+ top: 19px;
2663
+ margin: 0 auto;
2664
+ width: 50%;
2665
+ height: 2px;
2666
+ background-color: #000;
2667
+ }
2668
+ .fuelux .checkout-wizard ul.steps {
2669
+ display: inline-block;
2670
+ vertical-align: middle;
2671
+ *vertical-align: auto;
2672
+ *zoom: 1;
2673
+ *display: inline;
2674
+ list-style: none outside none;
2675
+ padding: 0;
2676
+ margin: 0;
2677
+ margin: 0 !important;
2678
+ }
2679
+ .fuelux .checkout-wizard ul.steps > li {
2680
+ text-align: center;
2681
+ font-size: 16px;
2682
+ }
2683
+ .fuelux .checkout-wizard ul.steps > li span {
2684
+ display: block;
2685
+ margin-left: auto;
2686
+ margin-right: auto;
2687
+ }
2688
+ .fuelux .checkout-wizard ul.steps > li:after {
2689
+ content: '';
2690
+ display: block;
2691
+ position: relative;
2692
+ bottom: 52px;
2693
+ margin: 0 auto;
2694
+ width: 100px;
2695
+ height: 1px;
2696
+ background-color: #eaeaea;
2697
+ left: 90px;
2698
+ }
2699
+ .fuelux .checkout-wizard ul.steps > li:last-child:after {
2700
+ display: none;
2701
+ }
2702
+ .fuelux .checkout-wizard ul.steps > li {
2703
+ padding-left: 30px;
2704
+ padding-right: 30px;
2705
+ min-width: 180px;
2706
+ font-weight: 800;
2707
+ color: #ccc;
2708
+ }
2709
+ .fuelux .checkout-wizard ul.steps > li.active {
2710
+ color: #7b7b7b;
2711
+ }
2712
+ .fuelux .checkout-wizard ul.steps > li.active .step-number {
2713
+ background: #406da4;
2714
+ }
2715
+ .fuelux .checkout-wizard ul.steps > li.complete {
2716
+ color: #7b7b7b;
2717
+ }
2718
+ .fuelux .checkout-wizard ul.steps > li.complete .step-number {
2719
+ background: #5BA412;
2720
+ cursor: pointer;
2721
+ }
2722
+ .fuelux .checkout-wizard ul.steps > li.complete .step-number:hover {
2723
+ background: #539610;
2724
+ }
2725
+ .fuelux .checkout-wizard ul.steps > li.complete .title:hover {
2726
+ cursor: pointer;
2727
+ }
2728
+ .fuelux .checkout-wizard ul.steps > li.complete:after {
2729
+ background-color: #5BA412;
2730
+ }
2731
+ @media screen and (max-width: 768px) {
2732
+ .fuelux .checkout-wizard ul.steps > li {
2733
+ display: none;
2734
+ }
2735
+ .fuelux .checkout-wizard ul.steps > li.active {
2736
+ display: block;
2737
+ }
2738
+ .fuelux .checkout-wizard ul.steps > li:after {
2739
+ display: none;
2740
+ }
2741
+ }
2742
+ .fuelux .checkout-wizard .step-number {
2743
+ -moz-border-radius: 50%;
2744
+ -webkit-border-radius: 50%;
2745
+ border-radius: 50%;
2746
+ width: 35px;
2747
+ height: 35px;
2748
+ line-height: 35px;
2749
+ background: #ddd;
2750
+ color: #fff;
2751
+ margin-bottom: 10px;
2752
+ }
2753
+ .fuelux .checkout-wizard .btn-paynow {
2754
+ background-color: #5BA412;
2755
+ border-color: #4e8d0f;
2756
+ }
2757
+ .fuelux .actions {
2758
+ text-align: right;
2759
+ }
2760
+
2761
+ /* shopping cart table at checkout */
2762
+ .shopping-cart-table > thead > tr > th,
2763
+ .shopping-cart-table > tbody > tr > td {
2764
+ padding-left: 30px;
2765
+ padding-right: 30px;
2766
+ }
2767
+ .shopping-cart-table > thead > tr > th:first-child,
2768
+ .shopping-cart-table > tbody > tr > td:first-child {
2769
+ padding-left: 0;
2770
+ }
2771
+ .shopping-cart-table > thead > tr > th:last-child,
2772
+ .shopping-cart-table > tbody > tr > td:last-child {
2773
+ padding-right: 0;
2774
+ }
2775
+ .shopping-cart-table > tbody > tr > td {
2776
+ padding-top: 25px;
2777
+ padding-bottom: 25px;
2778
+ }
2779
+ .shopping-cart-table .item {
2780
+ width: 40%;
2781
+ }
2782
+ .shopping-cart-table .remove {
2783
+ width: 5%;
2784
+ }
2785
+ .shopping-cart-table .bootstrap-touchspin {
2786
+ width: 100px;
2787
+ }
2788
+ .shopping-cart-table .bootstrap-touchspin.input-group-sm > .input-group-btn > .btn {
2789
+ -moz-border-radius: 0;
2790
+ -webkit-border-radius: 0;
2791
+ border-radius: 0;
2792
+ }
2793
+ .shopping-cart-table .product-title {
2794
+ display: block;
2795
+ font-weight: 800;
2796
+ }
2797
+ .shopping-cart-table .brief-desc {
2798
+ font-size: 11px;
2799
+ color: #8e8e8e;
2800
+ }
2801
+ .shopping-cart-table .product-image {
2802
+ width: 50px;
2803
+ }
2804
+ .shopping-cart-table .unit-price,
2805
+ .shopping-cart-table .total-price {
2806
+ font-size: 16px;
2807
+ line-height: 2;
2808
+ }
2809
+ .shopping-cart-table .btn-remove {
2810
+ color: #838383;
2811
+ }
2812
+ .shopping-cart-table .btn-remove:hover {
2813
+ color: #6a6a6a;
2814
+ }
2815
+ .shopping-cart-table hr {
2816
+ border-color: #dadada;
2817
+ }
2818
+ @media screen and (min-width: 481px) and (max-width: 767px) {
2819
+ .shopping-cart-table .brief-desc {
2820
+ display: none;
2821
+ }
2822
+ }
2823
+ @media screen and (max-width: 480px) {
2824
+ .shopping-cart-table thead,
2825
+ .shopping-cart-table .media-left, .shopping-cart-table .brief-desc,
2826
+ .shopping-cart-table .qty .input-group-btn {
2827
+ display: none;
2828
+ }
2829
+ .shopping-cart-table tbody > tr {
2830
+ display: block;
2831
+ position: relative;
2832
+ padding: 5px 0;
2833
+ border-bottom: 1px solid #eaeaea;
2834
+ }
2835
+ .shopping-cart-table tbody > tr:last-child {
2836
+ border-bottom: none;
2837
+ }
2838
+ .shopping-cart-table tbody > tr > td {
2839
+ border: none;
2840
+ padding: 0;
2841
+ }
2842
+ .shopping-cart-table .item {
2843
+ position: absolute;
2844
+ width: 60%;
2845
+ }
2846
+ .shopping-cart-table .unit-price, .shopping-cart-table .qty, .shopping-cart-table .total-price, .shopping-cart-table .remove {
2847
+ display: block;
2848
+ width: auto;
2849
+ text-align: right;
2850
+ }
2851
+ .shopping-cart-table .unit-price:before {
2852
+ content: 'Price: ';
2853
+ }
2854
+ .shopping-cart-table .qty {
2855
+ line-height: 2.4;
2856
+ }
2857
+ .shopping-cart-table .qty:before {
2858
+ content: 'Qty: ';
2859
+ }
2860
+ .shopping-cart-table .qty .input-group {
2861
+ display: inline;
2862
+ }
2863
+ .shopping-cart-table .qty .input-group input {
2864
+ width: 15%;
2865
+ margin-left: 5px;
2866
+ float: right;
2867
+ }
2868
+ .shopping-cart-table .total-price:before {
2869
+ content: 'Total: ';
2870
+ }
2871
+ }
2872
+
2873
+ .coupon .coupon-label {
2874
+ line-height: 2.6;
2875
+ margin-right: 20px;
2876
+ }
2877
+ .coupon .input-group-coupon {
2878
+ width: 250px;
2879
+ }
2880
+ .coupon .btn-apply-coupon {
2881
+ color: #fff;
2882
+ background-color: #777;
2883
+ }
2884
+ .coupon .btn-apply-coupon:hover {
2885
+ background-color: #6a6a6a;
2886
+ }
2887
+
2888
+ /* shopping cart amount summary */
2889
+ .shopping-cart-summary > tbody > tr > td {
2890
+ border: none;
2891
+ font-size: 16px;
2892
+ }
2893
+ .shopping-cart-summary .discount {
2894
+ color: red;
2895
+ }
2896
+ .shopping-cart-summary .grand-total {
2897
+ font-size: 20px;
2898
+ }
2899
+
2900
+ /* shipping and billing address */
2901
+ .billing-address {
2902
+ padding-right: 20px;
2903
+ }
2904
+
2905
+ .shipping-address {
2906
+ padding-left: 20px;
2907
+ }
2908
+ .shipping-address .fancy-checkbox {
2909
+ margin-bottom: 12px;
2910
+ }
2911
+ @media screen and (max-width: 768px) {
2912
+ .shipping-address {
2913
+ padding-left: 0;
2914
+ }
2915
+ }
2916
+
2917
+ /* payment options: credit card and PayPal */
2918
+ .payment-option {
2919
+ margin-bottom: 15px;
2920
+ }
2921
+ .payment-option input[type="radio"] + span > i {
2922
+ bottom: 3px;
2923
+ }
2924
+ .payment-option span {
2925
+ font-size: 18px;
2926
+ font-weight: normal;
2927
+ }
2928
+ .payment-option span i {
2929
+ margin-right: 5px;
2930
+ }
2931
+
2932
+ .payment-method {
2933
+ margin-bottom: 30px;
2934
+ }
2935
+ .payment-method .header-message {
2936
+ padding: 6px 30px;
2937
+ background-color: #EEE;
2938
+ margin-bottom: 0;
2939
+ border: 1px solid #4e8d0f;
2940
+ border-bottom: none;
2941
+ background-color: #5BA412;
2942
+ color: #fff;
2943
+ }
2944
+ .payment-method .header-message i {
2945
+ margin-right: 5px;
2946
+ }
2947
+
2948
+ .payment-method h3,
2949
+ .payment-summary h3 {
2950
+ margin-bottom: 20px;
2951
+ }
2952
+
2953
+ /* credit card form */
2954
+ .credit-card-box {
2955
+ margin: 0 30px 30px 30px;
2956
+ }
2957
+
2958
+ .credit-card-inputs {
2959
+ padding: 20px;
2960
+ border: 1px solid #CCC;
2961
+ }
2962
+ .credit-card-inputs .help-block {
2963
+ font-size: 11px;
2964
+ }
2965
+ .credit-card-inputs .input-security-code {
2966
+ width: 60px;
2967
+ float: left;
2968
+ margin-right: 15px;
2969
+ }
2970
+ .credit-card-inputs .img-security-code {
2971
+ width: 57px;
2972
+ }
2973
+ .credit-card-inputs .date-separator {
2974
+ margin: 0 5px;
2975
+ position: relative;
2976
+ top: 5px;
2977
+ font-size: 23px;
2978
+ line-height: 1;
2979
+ font-weight: 300;
2980
+ }
2981
+
2982
+ /* paypal form */
2983
+ .paypal-input {
2984
+ margin-left: 30px;
2985
+ }
2986
+
2987
+ /* shopping and payment summary before paying */
2988
+ .payment-summary-table {
2989
+ font-size: 14px;
2990
+ border: 1px solid #ccc;
2991
+ margin: 22px 0 30px 0;
2992
+ }
2993
+ .payment-summary-table td + td {
2994
+ text-align: right;
2995
+ }
2996
+ .payment-summary-table > tbody > tr > td {
2997
+ border-top: none;
2998
+ padding: 12px;
2999
+ line-height: 2;
3000
+ }
3001
+ .payment-summary-table .discount {
3002
+ color: red;
3003
+ }
3004
+ .payment-summary-table .row-total {
3005
+ font-size: 20px;
3006
+ font-weight: 800;
3007
+ background-color: #EAEAEA;
3008
+ }
3009
+ .payment-summary-table .row-payment-method td {
3010
+ padding-top: 30px;
3011
+ }
3012
+
3013
+ input[type=number].input-number_noSpinners {
3014
+ -moz-appearance: textfield;
3015
+ }
3016
+
3017
+ input[type=number].input-number_noSpinners::-webkit-inner-spin-button,
3018
+ input[type=number].input-number_noSpinners::-webkit-outer-spin-button {
3019
+ -webkit-appearance: none;
3020
+ margin: 0;
3021
+ }
3022
+
3023
+ /* account-box, applied to login and register */
3024
+ .account-box {
3025
+ -moz-border-radius: 2px;
3026
+ -webkit-border-radius: 2px;
3027
+ border-radius: 2px;
3028
+ border: 1px solid #ccc;
3029
+ padding: 30px;
3030
+ background-color: #fff;
3031
+ }
3032
+ .account-box h1 {
3033
+ font-size: 1.5em;
3034
+ margin-top: 0;
3035
+ margin-bottom: 30px;
3036
+ }
3037
+ .account-box a {
3038
+ color: #7b7b7b;
3039
+ text-decoration: underline;
3040
+ }
3041
+ .account-box a:hover, .account-box a:focus {
3042
+ text-decoration: none;
3043
+ }
3044
+
3045
+ /* shop login form */
3046
+ .login-box .text-right {
3047
+ padding-top: 5px;
3048
+ }
3049
+ @media screen and (max-width: 480px) {
3050
+ .login-box .text-right {
3051
+ font-size: 10px;
3052
+ }
3053
+ }
3054
+ .login-box a {
3055
+ display: inline-block;
3056
+ vertical-align: middle;
3057
+ *vertical-align: auto;
3058
+ *zoom: 1;
3059
+ *display: inline;
3060
+ }
3061
+
3062
+ .login-copytext {
3063
+ padding-left: 30px;
3064
+ }
3065
+ @media screen and (max-width: 768px) {
3066
+ .login-copytext {
3067
+ padding: 30px 0;
3068
+ }
3069
+ }
3070
+ .login-copytext h2 {
3071
+ font-size: 1.5em;
3072
+ margin-top: 0;
3073
+ }
3074
+ .login-copytext p {
3075
+ margin-bottom: 30px;
3076
+ font-size: 1.2em;
3077
+ line-height: 1.6;
3078
+ color: #959595;
3079
+ font-weight: 300;
3080
+ }
3081
+
3082
+ /* box with help button */
3083
+ .box-with-help {
3084
+ position: relative;
3085
+ padding: 50px 30px 0;
3086
+ }
3087
+ .box-with-help .btn-login-help {
3088
+ position: absolute;
3089
+ right: 0;
3090
+ top: 0;
3091
+ color: #8f8f8f;
3092
+ }
3093
+ .box-with-help .btn-login-help:hover, .box-with-help .btn-login-help:focus {
3094
+ color: #7b7b7b;
3095
+ }
3096
+
3097
+ /* shop register form */
3098
+ .register-box {
3099
+ width: 40%;
3100
+ margin: 0 auto;
3101
+ }
3102
+ .register-box h1 {
3103
+ text-align: center;
3104
+ }
3105
+ .register-box .fancy-checkbox input[type="checkbox"] + span {
3106
+ font-size: 11px;
3107
+ }
3108
+ @media screen and (max-width: 992px) {
3109
+ .register-box {
3110
+ width: 60%;
3111
+ }
3112
+ }
3113
+ @media screen and (max-width: 480px) {
3114
+ .register-box {
3115
+ width: 100%;
3116
+ }
3117
+ }