jekyll-theme-marketing 0.5.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (232) hide show
  1. checksums.yaml +5 -5
  2. data/{LICENSE.txt → LICENSE} +1 -1
  3. data/README.md +6 -1
  4. data/_includes/components/analytics/google.js +13 -0
  5. data/_includes/components/assets/file-downloads.html +15 -0
  6. data/_includes/components/breadcrumbs/bootstrap.html +35 -0
  7. data/_includes/components/breadcrumbs/bootstrap.js +11 -0
  8. data/_includes/components/bullets/fontawesome.html +4 -0
  9. data/_includes/components/cards/bootstrap-h.html +20 -0
  10. data/_includes/components/cards/bootstrap-v.html +16 -0
  11. data/_includes/components/contact-cards/phone-card.html +6 -0
  12. data/_includes/components/contact-cards/phone-directory.html +22 -0
  13. data/_includes/components/copyrights/progressive.html +19 -0
  14. data/_includes/components/exchange-rates/progressive.html +6 -0
  15. data/_includes/{body/header/exchange-rates/usd.html → components/exchange-rates/progressive.js} +1 -6
  16. data/_includes/components/filters/isotope.html +32 -0
  17. data/_includes/components/filters/isotope.js +47 -0
  18. data/_includes/components/firebase/sdk.html +17 -0
  19. data/_includes/components/firebase/special-offers.html +28 -0
  20. data/_includes/components/firebase/ui.html +15 -0
  21. data/_includes/components/firebase/ui.js +33 -0
  22. data/_includes/{head/fonts.html → components/fonts/google.html} +0 -0
  23. data/_includes/components/footers/progressive/custom-item.liquid +1 -0
  24. data/_includes/components/footers/progressive/custom-title.liquid +1 -0
  25. data/_includes/components/footers/progressive/footer.html +43 -0
  26. data/_includes/components/footers/progressive/top.html +27 -0
  27. data/_includes/components/forms/formspree.html +59 -0
  28. data/_includes/components/forms/formspree.js +35 -0
  29. data/_includes/components/forms/google-forms.css +5 -0
  30. data/_includes/components/forms/google-forms.html +76 -0
  31. data/_includes/components/forms/google-forms.js +31 -0
  32. data/_includes/components/generators/pdf/special-offers.html +51 -0
  33. data/_includes/components/icons/bootstrap.html +14 -0
  34. data/_includes/components/icons/progressive.html +29 -0
  35. data/_includes/components/icons/progressive.js +5 -0
  36. data/_includes/components/info-cards/card-deck.html +16 -0
  37. data/_includes/components/info-cards/progressive.html +20 -0
  38. data/_includes/components/info-cards/search-results.html +38 -0
  39. data/_includes/components/jumbotron/bootstrap.html +5 -0
  40. data/_includes/components/lang-switchers/two-langs.html +27 -0
  41. data/_includes/components/login/progressive.html +89 -0
  42. data/_includes/components/logos/motorola.html +3 -0
  43. data/_includes/components/logos/progressive.html +3 -0
  44. data/_includes/components/maps/google-maps.html +2 -0
  45. data/_includes/components/maps/google-maps.js +96 -0
  46. data/_includes/components/maps/image-map.html +21 -0
  47. data/_includes/components/megamenu/progressive.html +35 -0
  48. data/_includes/{head/meta.html → components/meta/progressive.html} +5 -1
  49. data/_includes/components/modals/bootstrap.html +124 -0
  50. data/_includes/components/modals/bootstrap.js +26 -0
  51. data/_includes/components/nav-items/bootstrap.html +23 -0
  52. data/_includes/components/nav-tabs/product-nav-tab.html +48 -0
  53. data/_includes/components/nav-tabs/product-nav-tab.js +38 -0
  54. data/_includes/components/navbars/bootstrap.html +16 -0
  55. data/_includes/components/navbars/common.liquid +14 -0
  56. data/_includes/components/navbars/progressive.html +33 -0
  57. data/_includes/components/navbars/progressive.js +18 -0
  58. data/_includes/components/panels/brands.html +12 -0
  59. data/_includes/{body → components}/product-cards/3d-space.html +5 -5
  60. data/_includes/components/product-cards/featured-product.html +15 -0
  61. data/_includes/components/product-cards/product-details.html +48 -0
  62. data/_includes/components/product-cards/product-generals.html +54 -0
  63. data/_includes/components/product-cards/progressive.html +57 -0
  64. data/_includes/components/scripts/body.js +41 -0
  65. data/_includes/components/scripts/head.js +14 -0
  66. data/_includes/components/scroll-to-tops/progressive.html +3 -0
  67. data/_includes/components/search-engines/lunr.html +19 -0
  68. data/_includes/components/search-engines/lunr.js +119 -0
  69. data/_includes/components/searchbars/progressive.html +14 -0
  70. data/_includes/components/sidenavs/material/dependencies.html +2 -2
  71. data/_includes/components/sliders/bootstrap.html +37 -0
  72. data/_includes/components/sliders/lightslider.html +35 -0
  73. data/_includes/components/sliders/lightslider.js +12 -0
  74. data/_includes/components/sliders/revolution-slider.html +67 -0
  75. data/_includes/components/social-media/facebook.html +18 -0
  76. data/_includes/components/social-media/progressive.html +9 -0
  77. data/_includes/components/spinners/bootstrap.html +5 -0
  78. data/_includes/components/stylesheets/progressive.html +47 -0
  79. data/_includes/components/timelines/9.html +27 -0
  80. data/_includes/components/topbars/progressive.html +36 -0
  81. data/_includes/components/topbars/progressive.js +5 -0
  82. data/_includes/components/videos/background.html +22 -0
  83. data/_includes/components/videos/youtube.html +23 -0
  84. data/_includes/components/zendesk/script.js +9 -0
  85. data/_includes/pages/footer/grupopv/our-offices.js +22 -0
  86. data/_layouts/default.html +30 -12
  87. data/_layouts/grid.html +34 -28
  88. data/_layouts/page.html +4 -48
  89. data/_layouts/product.html +29 -174
  90. data/_sass/common/_common.scss +32 -0
  91. data/_sass/components/breadcrumbs/_bootstrap.scss +2 -3
  92. data/_sass/components/contact-cards/_location.scss +14 -0
  93. data/_sass/components/contact-cards/_phone-card.scss +17 -0
  94. data/_sass/components/footers/_vg_progressive.scss +72 -0
  95. data/_sass/components/forms/_formspree.scss +5 -0
  96. data/_sass/components/forms/_google-forms.scss +29 -0
  97. data/_sass/components/icons/bootstrap.scss +21 -0
  98. data/_sass/components/info-cards/_card-deck.scss +12 -0
  99. data/_sass/components/info-cards/search-results.scss +9 -0
  100. data/_sass/components/jumbotron/bootstrap.scss +5 -0
  101. data/_sass/components/lang-switchers/_toogle-lang.scss +0 -1
  102. data/_sass/components/login/progressive.scss +13 -0
  103. data/_sass/components/logos/progressive.scss +12 -0
  104. data/_sass/components/maps/google-maps.scss +13 -0
  105. data/_sass/components/megamenu/progressive.scss +9 -0
  106. data/_sass/components/nav-items/bootstrap.scss +26 -0
  107. data/_sass/components/navbars/bootstrap.scss +8 -0
  108. data/_sass/components/navbars/progressive.scss +94 -0
  109. data/_sass/components/product-cards/_3d-space.scss +12 -12
  110. data/_sass/components/product-cards/_product-details.scss +6 -0
  111. data/_sass/components/product-cards/_product-generals.scss +13 -0
  112. data/_sass/components/product-cards/_progressive.scss +30 -0
  113. data/_sass/components/product-cards/featured-product.scss +12 -0
  114. data/_sass/components/searchbars/progressive.scss +8 -0
  115. data/_sass/components/sidenavs/_material.scss +160 -0
  116. data/_sass/components/sliders/_lightslider.scss +33 -0
  117. data/_sass/components/social-media/_progressive.scss +25 -0
  118. data/_sass/components/timelines/9.scss +152 -0
  119. data/_sass/components/videos/background.scss +22 -0
  120. data/_sass/grupopv/_navbar.scss +22 -0
  121. data/_sass/layouts/_404.scss +39 -0
  122. data/_sass/layouts/_default.scss +3 -0
  123. data/_sass/layouts/_page.scss +70 -0
  124. data/_sass/layouts/_product.scss +56 -0
  125. data/assets/css/main.min.scss +88 -0
  126. data/assets/img/common/favicon.png +0 -0
  127. data/assets/js/firebase/firebase-account-controller.js +42 -0
  128. data/assets/js/firebase/firebase-login.js +4 -4
  129. data/assets/js/firebase/firebase-sdk.js +19 -0
  130. data/assets/js/firebase/firebase-special-offers.js +41 -0
  131. data/assets/node_modules/@fortawesome/fontawesome-free-brands/index.js +1221 -0
  132. data/assets/node_modules/@fortawesome/fontawesome-free-regular/index.js +489 -0
  133. data/assets/node_modules/@fortawesome/fontawesome-free-solid/index.js +2013 -0
  134. data/assets/node_modules/@fortawesome/fontawesome/index.js +1823 -0
  135. data/assets/node_modules/@fortawesome/fontawesome/styles.css +345 -0
  136. data/assets/node_modules/bootstrap/dist/css/bootstrap.min.css +5 -3
  137. data/assets/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
  138. data/assets/node_modules/bootstrap/dist/js/bootstrap.min.js +6 -5
  139. data/assets/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
  140. data/assets/node_modules/bootstrap/scss/_badge.scss +54 -0
  141. data/assets/node_modules/bootstrap/scss/_buttons.scss +139 -0
  142. data/assets/node_modules/bootstrap/scss/_functions.scss +134 -0
  143. data/assets/node_modules/bootstrap/scss/_nav.scss +120 -0
  144. data/assets/node_modules/bootstrap/scss/_reboot.scss +482 -0
  145. data/assets/node_modules/bootstrap/scss/_variables.scss +1143 -0
  146. data/assets/node_modules/bootstrap/scss/mixins/_background-variant.scss +22 -0
  147. data/assets/node_modules/bootstrap/scss/mixins/_badge.scss +17 -0
  148. data/assets/node_modules/bootstrap/scss/mixins/_border-radius.scss +63 -0
  149. data/assets/node_modules/bootstrap/scss/mixins/_box-shadow.scss +20 -0
  150. data/assets/node_modules/bootstrap/scss/mixins/_breakpoints.scss +123 -0
  151. data/assets/node_modules/bootstrap/scss/mixins/_buttons.scss +110 -0
  152. data/assets/node_modules/bootstrap/scss/mixins/_deprecate.scss +10 -0
  153. data/assets/node_modules/bootstrap/scss/mixins/_gradients.scss +45 -0
  154. data/assets/node_modules/bootstrap/scss/mixins/_hover.scss +37 -0
  155. data/assets/node_modules/bootstrap/scss/mixins/_text-emphasis.scss +17 -0
  156. data/assets/node_modules/bootstrap/scss/mixins/_text-hide.scss +11 -0
  157. data/assets/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
  158. data/assets/node_modules/bootstrap/scss/mixins/_transition.scss +16 -0
  159. data/assets/node_modules/bootstrap/scss/utilities/_background.scss +19 -0
  160. data/assets/node_modules/bootstrap/scss/utilities/_text.scss +72 -0
  161. data/assets/node_modules/bootstrap/scss/vendor/_rfs.scss +204 -0
  162. data/assets/node_modules/firebase/firebase-app.js +2 -0
  163. data/assets/node_modules/firebase/firebase-app.js.map +1 -0
  164. data/assets/node_modules/firebase/firebase-auth.js +2 -0
  165. data/assets/node_modules/firebase/firebase-auth.js.map +1 -0
  166. data/assets/node_modules/firebase/firebase-firestore.js +2 -0
  167. data/assets/node_modules/firebase/firebase-firestore.js.map +1 -0
  168. data/assets/node_modules/flag-icon-css/flags/1x1/br.svg +41 -41
  169. data/assets/node_modules/flag-icon-css/flags/1x1/mx.svg +371 -378
  170. data/assets/node_modules/flag-icon-css/flags/1x1/us.svg +2 -2
  171. data/assets/node_modules/flag-icon-css/sass/_flag-icon-list.scss +265 -249
  172. data/assets/node_modules/flag-icon-css/sass/_variables.scss +1 -1
  173. data/assets/node_modules/flag-icon-css/sass/flag-icon.scss +3 -4
  174. data/assets/node_modules/isotope-layout/dist/isotope.pkgd.min.js +12 -0
  175. data/assets/node_modules/jquery.stellar/jquery.stellar.min.js +9 -0
  176. data/assets/node_modules/jquery/dist/jquery.min.js +2 -0
  177. data/assets/node_modules/jquery/dist/jquery.min.map +1 -0
  178. data/assets/node_modules/jspdf/dist/jspdf.min.js +149 -88
  179. data/assets/node_modules/lightslider/dist/css/lightslider.min.css +3 -0
  180. data/assets/node_modules/lightslider/dist/img/controls.png +0 -0
  181. data/assets/node_modules/lightslider/dist/js/lightslider.min.js +4 -0
  182. data/assets/node_modules/lunr/lunr.min.js +6 -0
  183. data/assets/node_modules/vue/dist/vue.min.js +3 -3
  184. data/assets/vendors/revolution-slider/assets/coloredbg.png +0 -0
  185. data/assets/vendors/revolution-slider/assets/shadow3.png +0 -0
  186. data/assets/vendors/revolution-slider/css/settings.css +1480 -0
  187. data/assets/vendors/revolution-slider/font/revicons.svg +54 -0
  188. data/assets/vendors/revolution-slider/font/revicons.woff +0 -0
  189. data/assets/vendors/revolution-slider/js/jquery.themepunch.revolution.min.js +11 -0
  190. data/assets/vendors/revolution-slider/js/jquery.themepunch.tools.min.js +138 -0
  191. data/assets/vendors/revolution-slider/js/settings.js +110 -0
  192. data/assets/vendors/themeforest/fonts/social-icons.eot +0 -0
  193. data/assets/vendors/themeforest/fonts/social-icons.svg +403 -0
  194. data/assets/vendors/themeforest/fonts/social-icons.ttf +0 -0
  195. data/assets/vendors/themeforest/fonts/social-icons.woff +0 -0
  196. data/assets/vendors/themeforest/progressive/css/animate.css +1582 -0
  197. data/assets/vendors/themeforest/progressive/css/base.css +278 -0
  198. data/assets/vendors/themeforest/progressive/css/buttons.css +272 -0
  199. data/assets/vendors/themeforest/progressive/css/cms.css +289 -0
  200. data/assets/vendors/themeforest/progressive/css/responsive.css +2111 -0
  201. data/assets/vendors/themeforest/progressive/css/social-icons.css +130 -0
  202. data/assets/vendors/themeforest/progressive/css/style.css +9521 -0
  203. data/assets/vendors/themeforest/progressive/images/svg/loader.svg +34 -0
  204. data/assets/vendors/themeforest/progressive/js/jquery.appear.js +150 -0
  205. data/assets/vendors/themeforest/progressive/js/main.js +2176 -0
  206. metadata +189 -40
  207. data/_includes/body/footer.html +0 -0
  208. data/_includes/body/footer/buttons.html +0 -40
  209. data/_includes/body/header.html +0 -0
  210. data/_includes/body/header/logo.html +0 -5
  211. data/_includes/body/header/search-contact-phone-buttons.html +0 -29
  212. data/_includes/body/header/top-bar.html +0 -20
  213. data/_includes/body/scripts.html +0 -41
  214. data/_includes/head/firebase/sdk.html +0 -4
  215. data/_includes/head/google-analytics.html +0 -0
  216. data/_includes/head/scripts.html +0 -9
  217. data/_includes/head/style.html +0 -50
  218. data/_sass/components/navbars/_vg_progressive.scss +0 -44
  219. data/_sass/layouts/_grid.scss +0 -13
  220. data/assets/css/main.scss +0 -23
  221. data/assets/js/bootstrap/nav-tabs.js +0 -36
  222. data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.svg +0 -229
  223. data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  224. data/assets/node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  225. data/assets/node_modules/flag-icon-css/sass/_flag-icon-more.scss +0 -7
  226. data/assets/node_modules/font-awesome/css/font-awesome.min.css +0 -4
  227. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  228. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.svg +0 -2671
  229. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  230. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  231. data/assets/node_modules/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  232. data/assets/node_modules/jquery/dist/cdn/jquery.min.js +0 -4
@@ -0,0 +1,289 @@
1
+ /* alerts */
2
+ .vg-alert-position{ font-size: 13px; padding: 15px; line-height: 20px; font-weight: normal; color: #fff; background: #555; }
3
+
4
+ /* component */
5
+ body.no-padding-component #main{
6
+ padding: 0;
7
+ }
8
+ body.no-padding-component-top #main{
9
+ padding-top: 30px;
10
+ }
11
+ body.no-padding-component #vg-mainbody article,
12
+ body.no-padding-component #vg-mainbody article .entry-meta{
13
+ margin-bottom: 0;
14
+ }
15
+
16
+ /* footer */
17
+ #footer .title-block{
18
+ border-bottom: 1px solid #e1e1e1;
19
+ }
20
+ #footer .title-block h3{
21
+ margin-bottom: 0;
22
+ }
23
+
24
+ /* articles */
25
+ article.list-post{
26
+ border-bottom: 1px solid #e1e1e1;
27
+ padding-bottom: 37px;
28
+ }
29
+ .icon-envelope:before,
30
+ .icon-print:before {
31
+ content: "";
32
+ margin-left: 0;
33
+ margin-right: 0;
34
+ }
35
+ .post .entry-meta{
36
+ margin-bottom: 20px;
37
+ }
38
+ .icons a:hover,
39
+ .icons a:focus{
40
+ text-decoration: none;
41
+ }
42
+ .post.entry p:last-child{
43
+ margin-bottom: 22px;
44
+ }
45
+ #kmt-form .new-checkbox{
46
+ margin-left: 0;
47
+ }
48
+ #section-kmt .kmt-form-submit > span.subscribeForm label{
49
+ margin-left: 24px;
50
+ }
51
+ ul.pagination ul .previous{
52
+ float: left;
53
+ }
54
+ ul.pagination .next {
55
+ float: right;
56
+ }
57
+ ul.pagination .next a{
58
+ margin-right: 0;
59
+ }
60
+ .pagination {
61
+ display: block;
62
+ }
63
+ .post .entry-meta:before{
64
+ content: "";
65
+ clear: both;
66
+ display: table;
67
+ }
68
+ article .page-header .container{
69
+ padding-left: 0;
70
+ padding-right: 0;
71
+ }
72
+ article .page-header .container:before{
73
+ left: 0;
74
+ }
75
+
76
+ /* blocks */
77
+ .background-image-available .title-box:before,
78
+ .background-image-available .page-header .container:before{
79
+ background: #fff;
80
+ }
81
+ .background-image-available .title-box .title,
82
+ .background-image-available p {
83
+ color: #fff;
84
+ }
85
+ .background-image-available .title-box,
86
+ .background-image-available .page-header {
87
+ border-color: rgba(255, 255, 255, 0.3);
88
+ }
89
+ body.no-padding-bottom-main #main{
90
+ padding-bottom: 10px;
91
+ }
92
+ .background-image-available .filter-list.filter-buttons .dropdown-menu > li > a{
93
+ color: #fff;
94
+ }
95
+ #vg-bottom{
96
+ padding-top: 70px;
97
+ padding-bottom: 70px;
98
+ }
99
+ body.one-page-title .title-box .h1.title,
100
+ body.one-page-title .title-box h1.title{
101
+ font-size: 48px;
102
+ }
103
+ .pull-left.item-image{
104
+ margin-right: 20px;
105
+ margin-bottom: 10px;
106
+ margin-top: 7px;
107
+ }
108
+ .pull-right.item-image{
109
+ margin-left: 20px;
110
+ margin-bottom: 10px;
111
+ margin-top: 7px;
112
+ }
113
+
114
+ /* revolution slider */
115
+ .tparrows > div, .tparrows > div:hover {
116
+ background-color: #c10841;
117
+ }
118
+
119
+ /* sidebar */
120
+ aside.widget{
121
+ margin-bottom: 35px;
122
+ }
123
+ aside.widget .product .product-name a {
124
+ font-size: 15px;
125
+ }
126
+ aside.widget .product .actions a:hover {
127
+ background: none repeat scroll 0 0 #f2f2f2;
128
+ transition: all 0.2s linear 0s;
129
+ }
130
+ aside.widget .vg-next-prev-controls-cart {
131
+ margin-top: -90px;
132
+ }
133
+ aside.widget .newsflash-title{
134
+ font-size: 16px;
135
+ margin-bottom: 10px;
136
+ }
137
+ .newsflash img{
138
+ margin-bottom: 25px;
139
+ }
140
+ .newsflash input[type="text"]{
141
+ width: auto;
142
+ }
143
+ .product_price,
144
+ .product_special_price{
145
+ font-size: 20px;
146
+ margin-bottom: 15px;
147
+ }
148
+ .newsflash form{
149
+ margin-bottom: 10px;
150
+ }
151
+ .tags-block{
152
+ line-height: 36px;
153
+ }
154
+
155
+ /* custom classes */
156
+ .padding-top-bottom{
157
+ padding: 80px 0;
158
+ }
159
+ .padding-top-bottom-medium{
160
+ padding: 10px 0 40px 0;
161
+ }
162
+ .margin-top-only{
163
+ margin-top: 80px;
164
+ }
165
+ .margin-top-only-small{
166
+ margin-top: 20px;
167
+ }
168
+ .less-padding-block.jumbotron{
169
+ padding: 20px;
170
+ background: #f2f2f2;
171
+ }
172
+ .margin-bottom-only{
173
+ margin-bottom: 20px;
174
+ }
175
+ .no-padding-top{
176
+ padding-top: 0;
177
+ }
178
+ .no-padding-bottom{
179
+ padding-bottom: 0;
180
+ }
181
+
182
+ /* lastworks */
183
+ .vg-next-prev-controls{
184
+ margin-top: -100px;
185
+ position: absolute;
186
+ right: 15px;
187
+ }
188
+ .vg-next-prev-controls-cart{
189
+ margin-top: -100px;
190
+ position: absolute;
191
+ right: 15px;
192
+ }
193
+
194
+ .jmodedit:before{
195
+ content:"\f044";
196
+ font-family:'FontAwesome';
197
+ margin-left: -5px;
198
+ }
199
+ .jmodedit{
200
+ height: 55px;
201
+ }
202
+ .employee-hover a{
203
+ color: #ffffff;
204
+ }
205
+ .lastworks_cart .products .product{
206
+ margin-top: 5px;
207
+ }
208
+
209
+ /* offline */
210
+ .under-construction .new-checkbox{
211
+ margin: 3px 10px 0 0;
212
+ position: relative;
213
+ }
214
+ .under-construction #form-login-password,
215
+ .under-construction #form-login-username{
216
+ margin-bottom: 0;
217
+ }
218
+
219
+ /* users */
220
+ .form-horizontal .control-label {
221
+ text-align: left;
222
+ }
223
+ .login .new-radio, .login .new-checkbox{
224
+ margin: 3px 10px 0 0;
225
+ position: relative;
226
+ }
227
+
228
+ /* j2cart */
229
+ .product_quantity_input > input[type="text"]{
230
+ width: 45px;
231
+ color: #333;
232
+ }
233
+ .entry-content ul{
234
+ padding: 0 0 0 15px;
235
+ }
236
+ .j2success{
237
+ color: #333;
238
+ }
239
+ .blog-shop-item .product_price{
240
+ margin-top: 20px;
241
+ }
242
+ .carousel.products.row .product.rotation{
243
+ margin-top: 0;
244
+ }
245
+ a.begin_checkout{
246
+ margin-top: 15px;
247
+ }
248
+ .j2store-product-single ul{
249
+ padding-left: 15px;
250
+ }
251
+ .j2store-product-single {
252
+ padding: 35px;
253
+ }
254
+ .blog-shop-item .j2store strike {
255
+ color: #f2f2f2;
256
+ text-decoration: none;
257
+ }
258
+ .blog-shop-item .j2store strike {
259
+ font-size: 15px;
260
+ }
261
+ .blog-shop-item .j2store strike:before {
262
+ background: none repeat scroll 0 0 #f00;
263
+ content: "";
264
+ display: block;
265
+ height: 2px;
266
+ left: 50%;
267
+ margin: 0 0 0 -23px;
268
+ position: absolute;
269
+ top: 12px;
270
+ transform: rotate(336deg);
271
+ width: 46px;
272
+ }
273
+
274
+ /* general */
275
+ body.boxed{
276
+ background-position: 50% 0;
277
+ background-size: cover;
278
+ background-attachment: fixed;
279
+ }
280
+ .well {
281
+ padding: 35px;
282
+ }
283
+
284
+ @media (max-width: 960px){
285
+ .pull-left.item-image,
286
+ .pull-right.item-image{
287
+ float: none !important;
288
+ }
289
+ }
@@ -0,0 +1,2111 @@
1
+ /******************************************************************************
2
+ Max Width "1300x"
3
+ *******************************************************************************/
4
+ @media (max-width: 1300px) {
5
+ .boxed {
6
+ padding-top: 0;
7
+ }
8
+ .boxed #footer {
9
+ padding-bottom: 0;
10
+ }
11
+ }
12
+
13
+ /******************************************************************************
14
+ Min Width "1200x"
15
+ *******************************************************************************/
16
+ @media (min-width: 1200px) {
17
+ .carousel .col-md-1 {
18
+ max-width: 100px;
19
+ }
20
+ .carousel .col-md-2 {
21
+ max-width: 200px;
22
+ }
23
+ .carousel .col-md-3 {
24
+ width: 300px;
25
+ max-width: 300px;
26
+ }
27
+ .carousel .col-md-4 {
28
+ max-width: 400px;
29
+ }
30
+ .carousel .col-md-5 {
31
+ max-width: 500px;
32
+ }
33
+ .carousel .col-md-6 {
34
+ max-width: 600px;
35
+ }
36
+ .carousel .col-md-7 {
37
+ max-width: 700px;
38
+ }
39
+ .carousel .col-md-8 {
40
+ max-width: 800px;
41
+ }
42
+ .carousel .col-md-9 {
43
+ max-width: 900px;
44
+ }
45
+ .carousel .col-md-10 {
46
+ max-width: 1000px;
47
+ }
48
+ .carousel .col-md-11 {
49
+ max-width: 1100px;
50
+ }
51
+ .carousel .col-md-12 {
52
+ max-width: 1200px;
53
+ }
54
+
55
+ .boxed.padding-top {
56
+ padding-top: 420px;
57
+ }
58
+ }
59
+
60
+ /******************************************************************************
61
+ Min Width "992px"
62
+ *******************************************************************************/
63
+ @media (min-width: 992px) {
64
+ .navbar-collapse {
65
+ display: block !important;
66
+ height: auto !important;
67
+ }
68
+ .navbar-collapse.collapse {
69
+ padding-bottom: 0;
70
+ overflow: visible !important;
71
+ }
72
+ }
73
+
74
+ /******************************************************************************
75
+ Max Width "1270px" - Min Width "1200px"
76
+ *******************************************************************************/
77
+ @media (min-width: 1200px) and (max-width: 1270px) {
78
+ .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
79
+ display: inline-block !important;
80
+ }
81
+ .banner-set.banner-set-mini.banner-set-no-pagination .prev,
82
+ .banner-set.banner-set-mini.banner-set-no-pagination .next {
83
+ display: inline-block !important;
84
+ margin: 15px 0 0 !important;
85
+ position: static;
86
+ }
87
+ }
88
+
89
+ /******************************************************************************
90
+ Max Width "1199px"
91
+ *******************************************************************************/
92
+ @media (max-width: 1199px) {
93
+ .phone-active,
94
+ .search-active {
95
+ left: 0;
96
+ width: auto;
97
+ }
98
+
99
+ .banner-set .banner {
100
+ padding: 19px 9px;
101
+ width: 235px;
102
+ }
103
+ .banner-set.banner-set-mini .banner {
104
+ width: 144px;
105
+ }
106
+ .banner-set.banner-set-mini.banner-set-no-pagination .prev {
107
+ margin-left: 15px;
108
+ }
109
+ .banner-set.banner-set-mini.banner-set-no-pagination .next {
110
+ margin-right: 15px;
111
+ }
112
+ .banner-set.banner-set-mini.banner-set-no-pagination .container {
113
+ padding-left: 45px;
114
+ padding-right: 45px;
115
+ }
116
+ .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
117
+ margin-left: 0;
118
+ }
119
+ .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
120
+ margin-right: 0;
121
+ }
122
+ .banner-set.banner-set-mini.banner-set-no-pagination .container {
123
+ padding-left: 30px;
124
+ padding-right: 30px;
125
+ }
126
+ .toolbar .per-page {
127
+ display: none;
128
+ }
129
+ .content .slider .slid-content {
130
+ bottom: 43px;
131
+ }
132
+ .content .slider .pagination {
133
+ padding: 0;
134
+ }
135
+ .content .slider .slider-nav .nav-box {
136
+ bottom: 10px;
137
+ }
138
+ .content .slider .slider-nav .prev,
139
+ .content .slider .slider-nav .next {
140
+ display: none !important;
141
+ }
142
+ #car-bottom .total .checkout {
143
+ font-size: 12px;
144
+ }
145
+
146
+ .pricing .title a {
147
+ font-size: 21px;
148
+ }
149
+
150
+ .employee .employee-hover .role {
151
+ margin: 0 0 15px;
152
+ }
153
+
154
+ .gallery-images:hover .bg-images i:before {
155
+ font-size: 40px;
156
+ }
157
+ .banner-set.banner-set-mini .prev {
158
+ margin-left: 0;
159
+ }
160
+ .banner-set.banner-set-mini .next {
161
+ margin-right: 0;
162
+ }
163
+ .sidebar .whats-news .product {
164
+ max-width: 270px;
165
+ min-width: inherit;
166
+ }
167
+ .sidebar .whats-news .rotation.hover .default {
168
+ -webkit-transform: rotateY(0);
169
+ -moz-transform: rotateY(0);
170
+ }
171
+ .sidebar .whats-news .rotation .product-hover {
172
+ display: none;
173
+ }
174
+ .rs-slider.full-width .tp-bullets {
175
+ left: 27px !important;
176
+ margin-left: 0 !important;
177
+ }
178
+ .rs-slider.full-width .right-box > * {
179
+ left: auto !important;
180
+ right: 15px;
181
+ }
182
+ }
183
+
184
+ /******************************************************************************
185
+ Max Width "1199px" - Min Width "992px"
186
+ *******************************************************************************/
187
+ @media (min-width: 992px) and (max-width: 1199px) {
188
+ .header .primary .megamenu > .sub {
189
+ margin: -1px 0 0 -37px;
190
+ width: 832px;
191
+ }
192
+ .slider .slid-content,
193
+ .slider .slider-nav {
194
+ width: 400px;
195
+ }
196
+ .sidebar .banners .slide {
197
+ width: 220px;
198
+ }
199
+ .col-md-3.product,
200
+ .col-md-3 > .product {
201
+ max-width: 242px;
202
+ }
203
+ }
204
+
205
+ /******************************************************************************
206
+ Max Width "991px"
207
+ *******************************************************************************/
208
+ @media (max-width: 991px) {
209
+ .fixed-header .page-box {
210
+ margin-top: 0 !important;
211
+ padding-top: 0 !important;
212
+ -webkit-transition: none !important;
213
+ transition: none !important;
214
+ }
215
+ .fixed-top-box {
216
+ padding-top: 0;
217
+ }
218
+ .fixed-top-box #top-box {
219
+ background: #1e1e1e;
220
+ position: static;
221
+ top: inherit;
222
+ z-index: inherit;
223
+ }
224
+ .fixed-header .header,
225
+ .boxed.fixed-header .header,
226
+ .boxed.fixed-header.fixed .header,
227
+ .fixed-header.hidden-top.visible-top .header {
228
+ -webkit-box-shadow: none;
229
+ -moz-box-shadow: none;
230
+ box-shadow: none;
231
+ position: static;
232
+ top: inherit;
233
+ z-index: inherit;
234
+ -webkit-backface-visibility: inherit;
235
+ -webkit-transform: inherit;
236
+ }
237
+ .fixed-header .header-two + * {
238
+ margin-top: 0;
239
+ }
240
+ .hidden-top {
241
+ margin-top: 0;
242
+ }
243
+ .fixed-header {
244
+ margin-top: 0 !important;
245
+ padding-top: 0 !important;
246
+ }
247
+ .fixed-header.hidden-top {
248
+ -webkit-transition: all 0 linear;
249
+ transition: all 0 linear;
250
+ }
251
+ .fixed-header.hidden-top #top-box,
252
+ .boxed.fixed-header.hidden-top #top-box {
253
+ margin-top: 0;
254
+ margin-bottom: 0;
255
+ position: static;
256
+ }
257
+ .fixed-header.hidden-top .header {
258
+ margin-top: 0;
259
+ position: static;
260
+ }
261
+ .fixed-header.hidden-top.visible-top .header,
262
+ .fixed-header.hidden-top.fixed #top-box,
263
+ .fixed-header.hidden-top.visible-top.fixed #top-box {
264
+ margin-top: 0;
265
+ }
266
+ .header {
267
+ width: auto;
268
+ }
269
+ .header .right-box-wrapper {
270
+ text-align: right;
271
+ }
272
+ .header .header-icons {
273
+ margin: 0;
274
+ }
275
+ .header .cart-header {
276
+ margin-right: 0;
277
+ }
278
+ .header .primary,
279
+ .header .header-icons {
280
+ display: inline-block;
281
+ float: none;
282
+ vertical-align: top;
283
+ }
284
+ .header .primary {
285
+ margin: 0 0 0 -4px;
286
+ text-align: left;
287
+ z-index: inherit;
288
+ }
289
+ .header .primary .navbar {
290
+ margin: 0;
291
+ min-height: inherit;
292
+ position: static;
293
+ }
294
+ .header .primary .navbar .btn-navbar {
295
+ background: #fff;
296
+ border: 1px solid #ccc;
297
+ border-bottom: 0 none;
298
+ -webkit-border-radius: 3px 3px 0 0;
299
+ -moz-border-radius: 3px 3px 0 0;
300
+ border-radius: 3px 3px 0 0;
301
+ -webkit-box-shadow: none;
302
+ -moz-box-shadow: none;
303
+ box-shadow: none;
304
+ display: block;
305
+ float: left;
306
+ height: 46px;
307
+ line-height: 15px;
308
+ margin: 0;
309
+ padding: 10px 15px;
310
+ position: relative;
311
+ text-shadow: none;
312
+ z-index: 920;
313
+ }
314
+ .header .primary .navbar .btn-navbar:before {
315
+ border-left: 1px solid #ccc;
316
+ border-left: 1px solid rgba(204,204,204,.8);
317
+ bottom: 8px;
318
+ content: "";
319
+ display: none;
320
+ left: -1px;
321
+ position: absolute;
322
+ top: 7px;
323
+ }
324
+ .header .primary .navbar .btn-navbar.collapsed:before {
325
+ display: block;
326
+ }
327
+ .header .primary .navbar .btn-navbar.collapsed {
328
+ background: none;
329
+ border: 1px solid transparent;
330
+ border-bottom: 0 none;
331
+ }
332
+ .header .primary .navbar .btn-navbar .text {
333
+ color: #1e1e1e;
334
+ float: right;
335
+ line-height: 16px;
336
+ padding: 0 0 0 30px;
337
+ }
338
+ .header .primary .navbar .btn-navbar .icon-bar {
339
+ background: #1e1e1e;
340
+ -webkit-box-shadow: none;
341
+ -moz-box-shadow: none;
342
+ box-shadow: none;
343
+ -webkit-border-radius: 0;
344
+ -moz-border-radius: 0;
345
+ border-radius: 0;
346
+ height: 3px;
347
+ margin: 0;
348
+ width: 22px;
349
+ }
350
+ .header .primary .navbar .btn-navbar .icon-bar + .icon-bar {
351
+ margin-top: 3px;
352
+ }
353
+ .header .primary .navbar .navbar-collapse {
354
+ border: 0 none;
355
+ box-shadow: none;
356
+ left: auto;
357
+ margin: 22px 0 0;
358
+ max-height: inherit;
359
+ overflow: hidden !important;
360
+ padding: 0 15px;
361
+ position: absolute;
362
+ right: 0;
363
+ top: 50%;
364
+ width: 200%;
365
+ z-index: 919;
366
+ }
367
+ .header .primary .navbar .nav {
368
+ background: #fff;
369
+ border: 1px solid #ccc;
370
+ -webkit-border-radius: 3px 0 3px 3px;
371
+ -moz-border-radius: 3px 0 3px 3px;
372
+ border-radius: 3px 0 3px 3px;
373
+ float: none;
374
+ padding: 6px 6px 3px;
375
+ }
376
+ .header .primary .navbar .nav > li {
377
+ float: none;
378
+ margin: 0 0 3px;
379
+ padding: 0;
380
+ }
381
+ .header .primary .navbar .nav > li > a,
382
+ .header .primary .navbar .nav > li > a:visited {
383
+ background: #f2f2f2;
384
+ border: 1px solid #f2f2f2;
385
+ -webkit-border-radius: 0;
386
+ -moz-border-radius: 0;
387
+ border-radius: 0;
388
+ font-weight: normal;
389
+ margin: 0;
390
+ padding: 7px 9px 7px 59px;
391
+ text-decoration: none;
392
+ }
393
+ .header .primary .navbar .nav > li > a:hover,
394
+ .header .primary .navbar .nav > li:hover > a {
395
+ background: #e9e9e9;
396
+ border: 1px solid #e9e9e9;
397
+ -webkit-border-radius: 0;
398
+ -moz-border-radius: 0;
399
+ border-radius: 0;
400
+ -webkit-box-shadow: none;
401
+ -moz-box-shadow: none;
402
+ box-shadow: none;
403
+ }
404
+ .header .primary .navbar .nav > .parent > a,
405
+ .header .primary .navbar .nav > li.parent:hover > a {
406
+ background: #f2f2f2;
407
+ position: relative;
408
+ }
409
+ .header .primary .navbar .nav .parent .parent > a:after {
410
+ display: none;
411
+ }
412
+ .header .primary .navbar .nav .open-sub {
413
+ bottom: 0;
414
+ left: 0;
415
+ position: absolute;
416
+ top: 0;
417
+ width: 55px;
418
+ }
419
+ .header .primary .navbar .nav .open-sub span {
420
+ background: #1e1e1e;
421
+ display: block;
422
+ height: 2px;
423
+ margin: 17px 0 0 15px;
424
+ position: absolute;
425
+ width: 16px;
426
+ }
427
+ .header .primary .navbar .nav .open-sub span + span {
428
+ height: 16px;
429
+ margin: 10px 0 0 22px;
430
+ width: 2px;
431
+ }
432
+ .header .primary .navbar .nav .parent .parent > a .open-sub span,
433
+ .header .primary .navbar .nav .megamenu .title .open-sub span {
434
+ background: #7f7f7f;
435
+ height: 2px;
436
+ margin: 14px 0 0 38px;
437
+ position: absolute;
438
+ width: 12px;
439
+ }
440
+ .header .primary .navbar .nav .parent .parent > a .open-sub span + span,
441
+ .header .primary .navbar .nav .megamenu .title .open-sub span + span {
442
+ height: 12px;
443
+ margin: 9px 0 0 43px;
444
+ width: 2px;
445
+ }
446
+ .header .primary .navbar .nav > li.parent:hover > a:after {
447
+ display: none;
448
+ }
449
+ .header .primary .sub,
450
+ .header .primary .parent .sub,
451
+ .header .primary .parent:hover > .sub {
452
+ background: #f7f7f7;
453
+ border: 0 none;
454
+ -webkit-border-radius: 0;
455
+ -moz-border-radius: 0;
456
+ border-radius: 0;
457
+ -webkit-box-shadow: none;
458
+ -moz-box-shadow: none;
459
+ box-shadow: none;
460
+ display: none;
461
+ font-size: 13px;
462
+ left: 0;
463
+ line-height: 24px;
464
+ margin-top: 0;
465
+ margin-bottom: 0;
466
+ padding: 6px 0 5px;
467
+ position: relative;
468
+ }
469
+ .header .primary .navbar .nav > li.parent:hover > a {
470
+ background-color: #e9e9e9;
471
+ -webkit-border-radius: 0;
472
+ -moz-border-radius: 0;
473
+ border-radius: 0;
474
+ }
475
+ .header .primary .navbar .nav > .parent.active > a,
476
+ .header .primary .navbar .nav > .parent.active:hover > a{
477
+ background: #1e1e1e;
478
+ border-color: #1e1e1e;
479
+ color: #fff;
480
+ -webkit-transition: all 0.2s linear;
481
+ transition: all 0.2s linear;
482
+ }
483
+ .header .primary .navbar .nav > .parent.active > a .open-sub span {
484
+ background: #fff;
485
+ }
486
+ .header .primary .navbar .nav .parent.active > a .open-sub span + span,
487
+ .header .primary .megamenu .box.active .title .open-sub span + span {
488
+ display: none;
489
+ }
490
+ .header .primary .parent:hover > .sub {
491
+ -webkit-animation: fadeIn 0;
492
+ animation: fadeIn 0;
493
+ }
494
+ .header .primary .sub li {
495
+ line-height: 22px;
496
+ }
497
+ .header .primary .sub a,
498
+ .header .primary .sub a:visited {
499
+ background: none;
500
+ color: #7f7f7f;
501
+ padding: 4px 9px 4px 60px;
502
+ text-decoration: none;
503
+ width: auto !important;
504
+ }
505
+ .header .primary .navbar .nav a > i {
506
+ color: #1e1e1e;
507
+ }
508
+ .header .primary li:hover > .sub a {
509
+ background: none;
510
+ }
511
+ .header .primary .sub .sub {
512
+ left: 0;
513
+ margin-left: 10px;
514
+ }
515
+ .header .primary .megamenu > .sub {
516
+ padding: 6px 0 5px;
517
+ width: 100%;
518
+ }
519
+ .header .primary .megamenu > .sub .sub-wrapper {
520
+ display: block;
521
+ }
522
+ .header .primary .megamenu > .sub .promo-block {
523
+ display: none;
524
+ }
525
+ .header .primary .megamenu > .sub .sub-list {
526
+ display: block;
527
+ padding: 0;
528
+ width: 100% !important;
529
+ }
530
+ .header .primary .megamenu > .sub .box {
531
+ float: none;
532
+ margin: 0;
533
+ padding: 0;
534
+ width: 100% !important;
535
+ }
536
+ .header .primary .megamenu .title {
537
+ color: #7f7f7f;
538
+ cursor: pointer;
539
+ font-weight: normal;
540
+ line-height: 22px;
541
+ margin: 0;
542
+ padding: 4px 9px 4px 60px;
543
+ position: relative;
544
+ text-transform: none;
545
+ }
546
+ .header .primary .megamenu > .sub .box.closed ul {
547
+ display: none;
548
+ margin-left: 10px;
549
+ }
550
+ .header .primary .navbar .nav a .item-new,
551
+ .header .primary .navbar .nav .megamenu a .item-new,
552
+ .header .primary .navbar .nav .megamenu .sub a .item-new {
553
+ left: 0;
554
+ float: right;
555
+ position: static;
556
+ top: 0;
557
+ }
558
+ .header .primary .navbar .nav a .item-new .before,
559
+ .header .primary .navbar .nav a .item-new:before {
560
+ display: none;
561
+ }
562
+ .header .primary .navbar .nav > li.item-bg > a .open-sub span,
563
+ .header .primary .navbar .nav > li.item-inverse > a .open-sub span {
564
+ background: #fff;
565
+ }
566
+ .header .primary .navbar .nav > li.item-bg > a,
567
+ .header .primary .navbar .nav > li.item-inverse > a,
568
+ .header .primary .navbar .nav > li.item-inverse:hover > a {
569
+ color: #fff;
570
+ }
571
+
572
+ .header .primary .navbar .nav > li.item-primary > a {
573
+ border-color: #428bca;
574
+ }
575
+ .header .primary .navbar .nav > li.item-success > a {
576
+ border-color: #738d00;
577
+ }
578
+ .header .primary .navbar .nav > li.item-info > a {
579
+ border-color: #0098ca;
580
+ }
581
+ .header .primary .navbar .nav > li.item-warning > a {
582
+ border-color: #f89406;
583
+ }
584
+ .header .primary .navbar .nav > li.item-danger > a {
585
+ border-color: #c10841;
586
+ }
587
+ .header .primary .navbar .nav > li.item-primary.item-bg > a,
588
+ .header .primary .navbar .nav > li.item-primary.item-bg:hover > a,
589
+ .header .primary .navbar .nav > li.item-primary.item-inverse > a,
590
+ .header .primary .navbar .nav > li.item-primary.item-inverse:hover > a {
591
+ background-color: #428bca;
592
+ border-color: #428bca;
593
+ }
594
+ .header .primary .navbar .nav > li.item-success.item-bg > a,
595
+ .header .primary .navbar .nav > li.item-success.item-bg:hover > a,
596
+ .header .primary .navbar .nav > li.item-success.item-inverse > a,
597
+ .header .primary .navbar .nav > li.item-success.item-inverse:hover > a {
598
+ background-color: #738d00;
599
+ border-color: #738d00;
600
+ }
601
+ .header .primary .navbar .nav > li.item-info.item-bg > a,
602
+ .header .primary .navbar .nav > li.item-info.item-bg:hover > a,
603
+ .header .primary .navbar .nav > li.item-info.item-inverse > a,
604
+ .header .primary .navbar .nav > li.item-info.item-inverse:hover > a {
605
+ background-color: #0098ca;
606
+ border-color: #0098ca;
607
+ }
608
+ .header .primary .navbar .nav > li.item-warning.item-bg > a,
609
+ .header .primary .navbar .nav > li.item-warning.item-bg:hover > a,
610
+ .header .primary .navbar .nav > li.item-warning.item-inverse > a,
611
+ .header .primary .navbar .nav > li.item-warning.item-inverse:hover > a {
612
+ background-color: #f89406;
613
+ border-color: #f89406;
614
+ }
615
+ .header .primary .navbar .nav > li.item-danger.item-bg > a,
616
+ .header .primary .navbar .nav > li.item-danger.item-bg:hover > a,
617
+ .header .primary .navbar .nav > li.item-danger.item-inverse > a,
618
+ .header .primary .navbar .nav > li.item-danger.item-inverse:hover > a {
619
+ background-color: #c10841;
620
+ border-color: #c10841;
621
+ }
622
+ .header .primary .navbar .navbar-collapse .nav > li.item-bg .sub {
623
+ background: #f7f7f7;
624
+ }
625
+ .header .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
626
+ color: #7f7f7f;
627
+ }
628
+
629
+ .header .cart-header .dropdown-menu {
630
+ margin-top: -1px;
631
+ margin-right: -98px;
632
+ }
633
+ .header .cart-header.open .dropdown-toggle:after {
634
+ left: 0;
635
+ }
636
+ .header.header-two .phone-header {
637
+ margin-right: 0;
638
+ }
639
+ .header.header-two .phone-active,
640
+ .header.header-two .search-active {
641
+ z-index: 1003;
642
+ }
643
+ .header.header-three .logo-box {
644
+ width: 724px;
645
+ }
646
+ .top-fixed-box {
647
+ display: none;
648
+ }
649
+
650
+ .slider {
651
+ padding: 10px 0;
652
+ }
653
+ .slider .slid-content,
654
+ .slider .slider-nav {
655
+ width: 370px;
656
+ }
657
+ .slider .slid-content .title {
658
+ margin: 0 0 14px;
659
+ }
660
+ .slider .slid-content .descriptions {
661
+ margin: 0 0 17px 0;
662
+ }
663
+ .slider .slider-nav {
664
+ right: 15px;
665
+ }
666
+ .slider .slider-nav .nav-box {
667
+ bottom: 0;
668
+ }
669
+ .slider .slider-nav .prev,
670
+ .slider .slider-nav .next {
671
+ display: none !important;
672
+ }
673
+ .slider .slid-content {
674
+ bottom: 60px;
675
+ }
676
+ .progressive-slider-two .slider-wrapper {
677
+ height: auto !important;
678
+ }
679
+ .progressive-slider-two .sliders-container {
680
+ margin: 0;
681
+ padding-left: 15px;
682
+ padding-right: 15px;
683
+ }
684
+ .progressive-slider-two .slider-banners {
685
+ height: auto;
686
+ width: 100%;
687
+ }
688
+ .progressive-slider-two .slider-banners .banner {
689
+ display: table-cell;
690
+ height: auto;
691
+ width: 33.33333333%;
692
+ }
693
+ .page-slider {
694
+ padding: 0;
695
+ }
696
+ .metro-banners {
697
+ padding: 30px 0 11px;
698
+ }
699
+ .metro-banners .banner {
700
+ margin-bottom: 19px;
701
+ }
702
+
703
+ .banner-set .banner {
704
+ width: 180px;
705
+ }
706
+ .banner-set .banner .title {
707
+ font-size: 18px;
708
+ }
709
+
710
+ .sidebar.col-sm-12 {
711
+ margin-top: 40px;
712
+ }
713
+ .toolbar .grid-list .grid,
714
+ .toolbar .grid-list .list {
715
+ margin-right: 6px;
716
+ }
717
+ .toolbar .sort-catalog {
718
+ margin: 0 6px 20px 1px;
719
+ }
720
+ .products.grid {
721
+ margin-left: -10px;
722
+ margin-right: -10px;
723
+ text-align: center;
724
+ }
725
+ .table-box {
726
+ overflow-x: auto;
727
+ padding: 0 1px;
728
+ }
729
+ .portfolio .filter-buttons {
730
+ float: none;
731
+ margin-bottom: 20px;
732
+ }
733
+ .portfolio .year-regulator {
734
+ float: none;
735
+ margin-bottom: 60px;
736
+ }
737
+ .product-page .product-options .buy-for,
738
+ .product-page .product-options .col-sm-12 {
739
+ float: none;
740
+ margin-bottom: 20px;
741
+ width: 100%;
742
+ }
743
+ .product-options-samples .col-sm-12 {
744
+ margin-bottom: 20px;
745
+ }
746
+ .product-options-samples .required-box {
747
+ margin-bottom: 0;
748
+ }
749
+ .product-bottom .col-sm-12 + .col-sm-12 {
750
+ margin-top: 40px;
751
+ }
752
+ .shopping-cart-table tbody td,
753
+ .shopping-cart-table .td-qty {
754
+ padding: 20px;
755
+ }
756
+ #car-bottom .car-bottom-box {
757
+ padding: 17px 20px 20px;
758
+ }
759
+ .employee-single {
760
+ margin-left: 0;
761
+ }
762
+ .employee-single .images-box {
763
+ float: none;
764
+ margin: 0 auto 20px;
765
+ }
766
+ .employee-single .employee-description {
767
+ margin-left: 0;
768
+ width: 100%;
769
+ }
770
+ .employee-single-rotation .content-box {
771
+ float: none;
772
+ width: auto;
773
+ }
774
+ .employee-single-rotation .employee {
775
+ margin: 0 20px 10px;
776
+ }
777
+ .employee-single-rotation .employee.pull-right {
778
+ margin-right: 0;
779
+ }
780
+ .royalSlider.heroSlider,
781
+ .royalSlider.heroSlider .rsOverflow,
782
+ img.rsImg {
783
+ min-height: 220px !important;
784
+ }
785
+ .infoBlock {
786
+ padding: 10px;
787
+ height: auto;
788
+ max-height: 100%;
789
+ min-width: 40%;
790
+ left: 5px;
791
+ top: 5px;
792
+ right: auto;
793
+ font-size: 12px;
794
+ }
795
+ .infoBlock h3,
796
+ .infoBlock h4 {
797
+ font-size: 14px;
798
+ line-height: 17px;
799
+ }
800
+ .layer-slider .container {
801
+ padding-left: 0;
802
+ padding-right: 0;
803
+ }
804
+ .banner-set.banner-set-mini.banner-set-no-pagination .container {
805
+ padding-left: 15px;
806
+ padding-right: 15px;
807
+ }
808
+ .banner-set.banner-set-mini.banner-set-no-pagination .next {
809
+ margin-right: -15px;
810
+ }
811
+ .banner-set.banner-set-mini.banner-set-no-pagination .prev {
812
+ margin-left: -15px;
813
+ }
814
+ .container .banner-set.banner-set-mini.banner-set-no-pagination .container {
815
+ padding-left: 0;
816
+ padding-right: 0;
817
+ }
818
+ .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
819
+ margin-right: -30px;
820
+ }
821
+ .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
822
+ margin-left: -30px;
823
+ }
824
+ .count-down-box {
825
+ float: none;
826
+ margin-bottom: 30px;
827
+ }
828
+ #footer .newsletter form {
829
+ width: 270px;
830
+ }
831
+ .post.carousel .images-box + [class*="span"]{
832
+ float: none;
833
+ margin-left: 0;
834
+ width: auto;
835
+ }
836
+ .full-width-box .fwb-paralax {
837
+ background-position: 50% 50% !important;
838
+ }
839
+ #footer .sidebar .widget:nth-child(2n+1) {
840
+ clear: left;
841
+ }
842
+ #footer .sidebar .carousel-box header .title {
843
+ margin-bottom: 0;
844
+ }
845
+ #footer .sidebar .carousel-box header .next,
846
+ #footer .sidebar .carousel-box header .prev {
847
+ bottom: inherit;
848
+ left: 0;
849
+ margin: 0 0 0 10px;
850
+ position: static;
851
+ }
852
+ }
853
+
854
+ /******************************************************************************
855
+ Max Width "800px"
856
+ *******************************************************************************/
857
+ @media (max-width: 800px) {
858
+ .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
859
+ display: inline-block !important;
860
+ }
861
+ .banner-set.banner-set-mini.banner-set-no-pagination .prev,
862
+ .banner-set.banner-set-mini.banner-set-no-pagination .next {
863
+ display: inline-block !important;
864
+ margin: 15px 0 0 !important;
865
+ position: static;
866
+ }
867
+ }
868
+
869
+ /******************************************************************************
870
+ Max Width "991px" - Min Width "768px"
871
+ *******************************************************************************/
872
+ @media (min-width: 768px) and (max-width: 991px) {
873
+ .carousel .col-sm-1 {
874
+ max-width: 62px;
875
+ }
876
+ .carousel .col-sm-2 {
877
+ max-width: 125px;
878
+ }
879
+ .carousel .col-sm-3 {
880
+ max-width: 187px;
881
+ }
882
+ .carousel .col-sm-4 {
883
+ max-width: 250px;
884
+ }
885
+ .carousel .col-sm-5 {
886
+ max-width: 31px;
887
+ }
888
+ .carousel .col-sm-6 {
889
+ max-width: 375px;
890
+ }
891
+ .carousel .col-sm-7 {
892
+ max-width: 437px;
893
+ }
894
+ .carousel .col-sm-8 {
895
+ max-width: 500px;
896
+ }
897
+ .carousel .col-sm-9 {
898
+ max-width: 562px;
899
+ }
900
+ .carousel .col-sm-10 {
901
+ max-width: 625px;
902
+ }
903
+ .carousel .col-sm-11 {
904
+ max-width: 687px;
905
+ }
906
+ .carousel .col-sm-12 {
907
+ max-width: 750px;
908
+ }
909
+
910
+ .top-navbar .nav > li a {
911
+ padding-left: 10px;
912
+ padding-right: 10px;
913
+ }
914
+ .primary .navbar-collapse.collapse {
915
+ display: none !important;
916
+ }
917
+ .primary .navbar-collapse.collapse.in {
918
+ display: block !important;
919
+ }
920
+ .load.banner-set .container {
921
+ height: 258px;
922
+ }
923
+ .toolbar .price-regulator {
924
+ width: 245px;
925
+ }
926
+ .toolbar .price-regulator .layout-slider {
927
+ width: 200px;
928
+ }
929
+ .product-page .add-cart-form .add-cart {
930
+ min-width: 200px;
931
+ }
932
+ .product-page .image-box .thumblist-box {
933
+ padding: 0 45px;
934
+ }
935
+ .product-page .image-box #thumblist a {
936
+ height: 70px;
937
+ width: 70px;
938
+ }
939
+ #car-bottom .total .checkout {
940
+ padding: 9px 10px;
941
+ }
942
+ .contact-info address {
943
+ float: none;
944
+ width: 100%;
945
+ }
946
+ .package .title a {
947
+ font-size: 20px;
948
+ }
949
+ .package .price-box .icon {
950
+ display: none;
951
+ }
952
+ .package .price-box .description {
953
+ margin: 0 0 17px 0;
954
+ }
955
+ .sidebar .banners .slide {
956
+ width: 165px;
957
+ }
958
+ .sidebar .banners .banner-text {
959
+ padding: 10px;
960
+ }
961
+ .sidebar .banners .banner-text p {
962
+ display: none;
963
+ }
964
+ .products-tab .tab-content {
965
+ overflow: visible;
966
+ }
967
+ .col-sm-5.respond-carousel .carousel .respond {
968
+ max-width: 312px;
969
+ }
970
+ #footer .footer-top .col-md-3 {
971
+ margin-bottom: 40px;
972
+ }
973
+ }
974
+
975
+ /******************************************************************************
976
+ Min Width "768px"
977
+ *******************************************************************************/
978
+ @media (min-width: 768px) {
979
+ .filter-list.filter-buttons .dropdown-toggle {
980
+ display: none;
981
+ }
982
+ .filter-list.filter-buttons .dropdown-menu {
983
+ background: none;
984
+ border: 0 none;
985
+ border-radius: 0;
986
+ -webkit-box-shadow: none;
987
+ box-shadow: none;
988
+ display: block !important;
989
+ float: none;
990
+ left: inherit;
991
+ margin: 0;
992
+ min-width: inherit;
993
+ padding: 0;
994
+ position: relative;
995
+ top: inherit;
996
+ z-index: inherit;
997
+ }
998
+ .filter-list.filter-buttons .dropdown-menu > li {
999
+ float: left;
1000
+ margin: 0 20px 10px 0;
1001
+ }
1002
+ .filter-list.filter-buttons .dropdown-menu > li > a {
1003
+ background: transparent;
1004
+ border: 1px solid transparent;
1005
+ -webkit-border-radius: 3px;
1006
+ -moz-border-radius: 3px;
1007
+ border-radius: 3px;
1008
+ clear: none;
1009
+ color: #1e1e1e;
1010
+ height: 38px;
1011
+ line-height: 38px;
1012
+ margin: 0;
1013
+ padding: 0 20px;
1014
+ -webkit-transition: opacity .2s ease-out;
1015
+ transition: opacity .2s ease-out;
1016
+ }
1017
+ .filter-list.filter-buttons .dropdown-menu > li > a:hover {
1018
+ background: transparent;
1019
+ text-decoration: none;
1020
+ opacity: .7;
1021
+ filter: alpha(opacity=70);
1022
+ -webkit-transition: opacity .2s ease-out;
1023
+ transition: opacity .2s ease-out;
1024
+ }
1025
+ .filter-list.filter-buttons .dropdown-menu > li > a.active {
1026
+ border: 1px solid #e1e1e1;
1027
+ font-weight: bold;
1028
+ opacity: 1;
1029
+ filter: alpha(opacity=100);
1030
+ text-decoration: none;
1031
+ }
1032
+ .filter-list.filter-buttons.white .dropdown-menu > li > a {
1033
+ color: #fff;
1034
+ }
1035
+ }
1036
+
1037
+ /******************************************************************************
1038
+ Max Width "767px"
1039
+ *******************************************************************************/
1040
+ @media (max-width: 767px) {
1041
+ .container {
1042
+ padding-left: 10px;
1043
+ padding-right: 10px;
1044
+ }
1045
+ .carousel .col-sm-1,
1046
+ .carousel .col-sm-2,
1047
+ .carousel .col-sm-3,
1048
+ .carousel .col-sm-4 {
1049
+ min-width: 160px;
1050
+ }
1051
+ .carousel .col-sm-5,
1052
+ .carousel .col-sm-6,
1053
+ .carousel .col-sm-7,
1054
+ .carousel .col-sm-8,
1055
+ .carousel .col-sm-9,
1056
+ .carousel .col-sm-10,
1057
+ .carousel .col-sm-11,
1058
+ .carousel .col-sm-12 {
1059
+ min-width: 300px;
1060
+ }
1061
+ .carousel .col-md-1,
1062
+ .carousel .col-md-2,
1063
+ .carousel .col-md-3,
1064
+ .carousel .col-md-4,
1065
+ .carousel .col-xs-1,
1066
+ .carousel .col-xs-2,
1067
+ .carousel .col-xs-3,
1068
+ .carousel .col-xs-4,
1069
+ .carousel .col-xs-5,
1070
+ .carousel .col-xs-6,
1071
+ .carousel .col-xs-7,
1072
+ .carousel .col-xs-8,
1073
+ .carousel .col-xs-9,
1074
+ .carousel .col-xs-10,
1075
+ .carousel .col-xs-11,
1076
+ .carousel .col-xs-12 {
1077
+ max-width: 300px;
1078
+ }
1079
+ .col2-set .col-1,
1080
+ .col2-set .col-2 {
1081
+ float: none;
1082
+ width: 100%;
1083
+ }
1084
+ .col2-set .col-1 {
1085
+ margin-bottom: 40px;
1086
+ }
1087
+ body,
1088
+ body.loaded {
1089
+ min-width: 320px;
1090
+ padding-left: 0;
1091
+ padding-right: 0;
1092
+ overflow-x: hidden;
1093
+ }
1094
+ .page-box,
1095
+ .boxed.loaded .page-box {
1096
+ height: auto !important;
1097
+ min-height: inherit;
1098
+ overflow-x: hidden;
1099
+ }
1100
+ .page-box-content {
1101
+ padding-bottom: 0;
1102
+ }
1103
+ #top-box .btn-group.btn-select .visible-xs {
1104
+ display: inline-block !important;
1105
+ }
1106
+ #top-box .btn-group.btn-select .dropdown-menu {
1107
+ -webkit-box-sizing: border-box;
1108
+ -moz-box-sizing: border-box;
1109
+ box-sizing: border-box;
1110
+ -webkit-border-radius: 0 3px 3px 3px;
1111
+ -moz-border-radius: 0 0 3px 3px;
1112
+ border-radius: 0 0 3px 3px;
1113
+ min-width: inherit;
1114
+ width: 100%;
1115
+ }
1116
+ .top-navbar {
1117
+ margin: 0;
1118
+ min-height: 30px;
1119
+ }
1120
+ .top-navbar .btn-navbar {
1121
+ background: none !important;
1122
+ border-color: rgba(255,255,255,.2);
1123
+ -webkit-border-radius: 3px;
1124
+ -moz-border-radius: 3px;
1125
+ border-radius: 3px;
1126
+ color: #fff;
1127
+ color: rgba(255,255,255,.7);
1128
+ float: left;
1129
+ font-size: 16px;
1130
+ margin: 0;
1131
+ padding: 7px;
1132
+ }
1133
+ .top-navbar .btn-navbar.collapsed {
1134
+ border-color: transparent;
1135
+ }
1136
+ .navbar-inverse .navbar-toggle .icon-bar {
1137
+ background-color: rgba(255,255,255,.7);
1138
+ -webkit-border-radius: 0;
1139
+ -moz-border-radius: 0;
1140
+ border-radius: 0;
1141
+ }
1142
+ .top-navbar .collapse,
1143
+ .top-navbar .collapsing {
1144
+ background: #fff;
1145
+ border: 0 none;
1146
+ left: 0;
1147
+ margin: 5px -10px 0;
1148
+ padding: 0;
1149
+ position: absolute !important;
1150
+ top: 100%;
1151
+ z-index: 1002;
1152
+ }
1153
+ .top-navbar .navbar-nav {
1154
+ margin: 0;
1155
+ }
1156
+ #top-box .top-navbar .nav > li a {
1157
+ color: #7b7b7b;
1158
+ }
1159
+ .top-navbar .nav > li:hover a,
1160
+ .top-navbar .nav > li a:hover {
1161
+ background: none;
1162
+ }
1163
+ .top-navbar.top-navbar-right .btn-navbar {
1164
+ float: right;
1165
+ }
1166
+ .top-navbar.top-navbar-right .collapse,
1167
+ .top-navbar.top-navbar-right .collapsing {
1168
+ left: auto;
1169
+ right: 0;
1170
+ }
1171
+ .top-navbar .nav > li a .count {
1172
+ background: rgba(0,0,0,.1);
1173
+ }
1174
+ .header-three {
1175
+ overflow: hidden;
1176
+ }
1177
+ .header .right-box {
1178
+ padding-left: 0;
1179
+ }
1180
+ .phone-active,
1181
+ .search-active {
1182
+ left: 10px;
1183
+ padding: 0;
1184
+ right: 10px;
1185
+ }
1186
+ .phone-active {
1187
+ font-size: 22px;
1188
+ line-height: 58px;
1189
+ }
1190
+ .phone-active .title {
1191
+ display: none;
1192
+ }
1193
+ .search-active .search-string,
1194
+ .search-active .search-string:hover {
1195
+ padding-left: 8px;
1196
+ }
1197
+ .header .cart-header .dropdown-toggle,
1198
+ .header .primary .navbar .btn-navbar {
1199
+ padding-left: 10px;
1200
+ padding-right: 10px;
1201
+ }
1202
+ .header .cart-header .dropdown-menu {
1203
+ width: 325px;
1204
+ }
1205
+ .header.header-three .logo-box {
1206
+ width: 100%;
1207
+ }
1208
+ .breadcrumb {
1209
+ padding-left: 10px;
1210
+ padding-right: 10px;
1211
+ }
1212
+ .progressive-slider .container {
1213
+ padding-left: 0;
1214
+ padding-right: 0;
1215
+ }
1216
+ .slider .slid {
1217
+ margin-left: 0;
1218
+ margin-right: 0;
1219
+ }
1220
+ .slider .slider-nav {
1221
+ right: 0;
1222
+ width: 50%;
1223
+ }
1224
+ .slider .slid .col-sm-12.col-md-12 {
1225
+ padding-left: 0;
1226
+ padding-right: 0;
1227
+ }
1228
+ .slider .slid-content {
1229
+ bottom: 30px;
1230
+ padding: 13px 10px 0;
1231
+ right: 0;
1232
+ width: 50%;
1233
+ }
1234
+ .slider .slid-content .title {
1235
+ font-size: 12px;
1236
+ line-height: 14px;
1237
+ }
1238
+ .slider .slid-content .descriptions {
1239
+ display: none;
1240
+ }
1241
+ .slider .slid-content .btn {
1242
+ font-size: 12px;
1243
+ padding-top: 8px;
1244
+ padding-bottom: 7px;
1245
+ }
1246
+ .slider .slider-nav .nav-box {
1247
+ bottom: 10px;
1248
+ left: 10px;
1249
+ right: 10px;
1250
+ }
1251
+ .slider .slider-nav .pagination {
1252
+ margin: 0;
1253
+ padding: 0;
1254
+ }
1255
+ .page-slider {
1256
+ margin-left: 0;
1257
+ margin-right: 0;
1258
+ }
1259
+ .progressive-slider-two .slider-banners .banner {
1260
+ display: block;
1261
+ width: 100%;
1262
+ }
1263
+ .rs-slider.full-width .tp-bullets {
1264
+ left: 7px !important;
1265
+ margin-left: 0 !important;
1266
+ top: 10px !important;
1267
+ }
1268
+ .slider.rs-slider.full-width .btn-link {
1269
+ font-size: 12px !important;
1270
+ }
1271
+ .progressive-slider-four .prev,
1272
+ .progressive-slider-four .next {
1273
+ font-size: 30px;
1274
+ left: 10px;
1275
+ margin-top: -15px;
1276
+ }
1277
+ .progressive-slider-four .next {
1278
+ left: auto;
1279
+ right: 10px;
1280
+ }
1281
+
1282
+ .page-header .container:before {
1283
+ left: 10px;
1284
+ }
1285
+ #main {
1286
+ padding: 40px 0;
1287
+ }
1288
+ #main.no-padding {
1289
+ padding-top: 0;
1290
+ padding-bottom: 0;
1291
+ }
1292
+ .work-element.col-md-3 .work {
1293
+ margin-left: auto;
1294
+ margin-right: auto;
1295
+ max-width: 270px;
1296
+ }
1297
+ .work-element.col-md-4 .work {
1298
+ margin-left: auto;
1299
+ margin-right: auto;
1300
+ max-width: 300px;
1301
+ }
1302
+ .work-one .work-title {
1303
+ margin-bottom: 20px;
1304
+ }
1305
+ .work-single .carousel-box .carousel .col-md-3 {
1306
+ float: left;
1307
+ margin-left: 10px;
1308
+ margin-right: 10px;
1309
+ }
1310
+ .work-single .carousel-box .carousel .col-md-4 {
1311
+ float: left;
1312
+ margin-left: 10px;
1313
+ margin-right: 10px;
1314
+ width: 280px;
1315
+ }
1316
+ .content.pull-right {
1317
+ float: none !important;
1318
+ }
1319
+ .sidebar {
1320
+ margin-top: 40px;
1321
+ }
1322
+ .sidebar .widget {
1323
+ margin: 0 0 40px;
1324
+ }
1325
+ .sidebar .carousel > .col-md-3 {
1326
+ float: left;
1327
+ margin-left: 10px;
1328
+ margin-right: 10px;
1329
+ }
1330
+ .sidebar .whats-news .carousel-pagination {
1331
+ margin: 0 auto;
1332
+ max-width: 300px;
1333
+ }
1334
+ #catalog .category-img {
1335
+ margin-bottom: 40px;
1336
+ }
1337
+ #catalog .category-img .description {
1338
+ font-size: 18px;
1339
+ padding: 20px;
1340
+ }
1341
+ .toolbar .price-regulator {
1342
+ float: left !important;
1343
+ margin-top: 3px;
1344
+ width: 300px;
1345
+ }
1346
+ .toolbar .price-regulator .layout-slider {
1347
+ width: 240px;
1348
+ }
1349
+ .pagination-box {
1350
+ margin-top: 0;
1351
+ text-align: center;
1352
+ }
1353
+ .pagination-box .pagination {
1354
+ margin: 0 -5px 0 0;
1355
+ }
1356
+ .pagination-box .pagination-text {
1357
+ display: block;
1358
+ float: none;
1359
+ }
1360
+ .products {
1361
+ text-align: center;
1362
+ }
1363
+ .list .product .col-md-3,
1364
+ .list .product .col-md-4 {
1365
+ margin-bottom: 20px;
1366
+ }
1367
+ .list .product .product-image {
1368
+ margin-left: auto;
1369
+ margin-right: auto;
1370
+ max-width: 300px;
1371
+ }
1372
+ .caroufredsel_wrapper {
1373
+ margin-left: auto !important;
1374
+ margin-right: auto !important;
1375
+ }
1376
+ .recommended-product .products > .col-md-3 .product {
1377
+ display: block;
1378
+ margin-left: 0;
1379
+ margin-right: 0;
1380
+ }
1381
+ .products-tab .tab-content > .tab-pane {
1382
+ height: 263px;
1383
+ text-align: center;
1384
+ }
1385
+ .bottom-padding,
1386
+ .bottom-padding-mobile,
1387
+ .bottom-padding.row.carousel-box {
1388
+ margin-bottom: 40px;
1389
+ }
1390
+ .bottom-padding-mini {
1391
+ margin-bottom: 0;
1392
+ }
1393
+ .bottom-padding.bottom-padding-mini {
1394
+ margin-bottom: 40px;
1395
+ }
1396
+ .text-center-mobile {
1397
+ text-align: center;
1398
+ }
1399
+ .accordion-tab,
1400
+ .tabs-left .accordion-tab,
1401
+ .tabs-right .accordion-tab {
1402
+ border: 0 none;
1403
+ float: none;
1404
+ width: 100%;
1405
+ }
1406
+ .accordion-tab > li,
1407
+ .tabs-left > .accordion-tab > li,
1408
+ .tabs-right > .accordion-tab > li {
1409
+ float: none;
1410
+ margin: 0 0 3px;
1411
+ }
1412
+ .accordion-tab > li > a,
1413
+ .products-tab .accordion-tab > li > a,
1414
+ .tabs-left > .accordion-tab > li > a,
1415
+ .tabs-right > .accordion-tab > li > a {
1416
+ background-position: 14px 50%;
1417
+ background-repeat: no-repeat;
1418
+ background-color: #f2f2f2;
1419
+ border: 0 none;
1420
+ -webkit-border-radius: 0;
1421
+ -moz-border-radius: 0;
1422
+ border-radius: 0;
1423
+ color: #1e1e1e;
1424
+ display: block;
1425
+ font-size: 14px;
1426
+ line-height: 22px;
1427
+ margin: 0;
1428
+ padding: 9px 9px 9px 60px;
1429
+ position: relative;
1430
+ text-decoration: none;
1431
+ -webkit-transition: all .2s linear;
1432
+ transition: all .2s linear;
1433
+ }
1434
+ .accordion-tab > li > a:hover,
1435
+ .products-tab .accordion-tab > li > a:hover {
1436
+ background-color: #e9e9e9;
1437
+ -webkit-transition: all .2s linear;
1438
+ transition: all .2s linear;
1439
+ }
1440
+ .accordion-tab > li.active > a,
1441
+ .accordion-tab > li.active > a:hover,
1442
+ .accordion-tab > li.active > a:focus,
1443
+ .accordion-tab > li.active:hover > a,
1444
+ .products-tab .accordion-tab > li.active > a,
1445
+ .products-tab .accordion-tab > li.active:hover > a {
1446
+ background-color: #1e1e1e;
1447
+ border: 0 none;
1448
+ -webkit-border-radius: 0;
1449
+ -moz-border-radius: 0;
1450
+ border-radius: 0;
1451
+ color: #fff !important;
1452
+ }
1453
+ .accordion-tab > li > a:before,
1454
+ .products-tab .accordion-tab > li > a:before {
1455
+ background: #e1e1e1;
1456
+ background: rgba(255,255,255,.4);
1457
+ bottom: 0;
1458
+ content: "";
1459
+ display: block;
1460
+ left: 45px;
1461
+ position: absolute;
1462
+ top: 0;
1463
+ width: 1px;
1464
+ }
1465
+ .accordion-tab > li.active > a:before,
1466
+ .products-tab .accordion-tab > li.active > a:before {
1467
+ background: #444;
1468
+ background: rgba(255,255,255,.2);
1469
+ }
1470
+ .accordion-tab > li > a .open-sub,
1471
+ .products-tab .accordion-tab > li > a .open-sub {
1472
+ bottom: 0;
1473
+ display: block;
1474
+ left: 0;
1475
+ position: absolute;
1476
+ top: 0;
1477
+ width: 45px;
1478
+ }
1479
+ .accordion-tab > li > a .open-sub:before,
1480
+ .accordion-tab > li > a .open-sub:after,
1481
+ .products-tab .accordion-tab > li > a .open-sub:before,
1482
+ .products-tab .accordion-tab > li > a .open-sub:after {
1483
+ background: #1e1e1e;
1484
+ content: "";
1485
+ display: block;
1486
+ height: 2px;
1487
+ left: 0;
1488
+ margin: 19px 0 0 15px;
1489
+ position: absolute;
1490
+ top: 0;
1491
+ width: 16px;
1492
+ }
1493
+ .accordion-tab > li > a .open-sub:after,
1494
+ .products-tab .accordion-tab > li > a .open-sub:after {
1495
+ height: 16px;
1496
+ margin: 12px 0 0 22px;
1497
+ width: 2px;
1498
+ }
1499
+ .accordion-tab > .active > a .open-sub:before,
1500
+ .accordion-tab > .active > a .open-sub:after,
1501
+ .products-tab .accordion-tab > .active > a .open-sub:before,
1502
+ .products-tab .accordion-tab > .active > a .open-sub:after {
1503
+ background: #fff;
1504
+ }
1505
+ .accordion-tab > .active > a .open-sub:after,
1506
+ .products-tab .accordion-tab > .active > a .open-sub:after {
1507
+ display: none;
1508
+ }
1509
+ .accordion-tab .tab-pane {
1510
+ border: 0 none;
1511
+ display: none;
1512
+ font-size: 13px;
1513
+ padding: 20px 0 30px;
1514
+ }
1515
+ .products-tab .accordion-tab .tab-pane {
1516
+ background: none;
1517
+ }
1518
+ .promo-partners .manufactures {
1519
+ text-align: center;
1520
+ }
1521
+ .page-header {
1522
+ margin-bottom: 40px;
1523
+ }
1524
+ .image-box {
1525
+ margin: 0 auto 40px;
1526
+ max-width: 470px;
1527
+ }
1528
+ .product,
1529
+ .double-product {
1530
+ width: 300px;
1531
+ }
1532
+ .double-product .product {
1533
+ max-width: 100%;
1534
+ }
1535
+ .product.product-mini {
1536
+ width: 250px;
1537
+ }
1538
+ .product-page .image-box .thumblist-box {
1539
+ max-height: 80px;
1540
+ padding: 0 45px;
1541
+ }
1542
+ .product-page .image-box #thumblist a {
1543
+ height: 70px;
1544
+ width: 70px;
1545
+ }
1546
+ .product-page .col-md-7 .price-box {
1547
+ font-size: 40px;
1548
+ }
1549
+ .product-page .add-cart-form {
1550
+ margin-bottom: 0;
1551
+ }
1552
+ .product-page .add-cart-form .add-cart,
1553
+ .product-page .add-cart-form .number {
1554
+ margin-bottom: 40px;
1555
+ }
1556
+ .product-page .product-tab {
1557
+ margin: 40px 0;
1558
+ }
1559
+ .product-page .product-tab .tab-pane {
1560
+ padding: 20px 0;
1561
+ }
1562
+ .product-page .product-options-table table th,
1563
+ .product-page .product-options-table table td,
1564
+ .product-page .product-options-table table td.qty {
1565
+ padding-left: 15px;
1566
+ padding-right: 15px;
1567
+ }
1568
+ .product-options-detail .add-cart {
1569
+ display: block;
1570
+ float: none;
1571
+ margin: 20px 0 0;
1572
+ min-width: inherit;
1573
+ }
1574
+ #car-bottom {
1575
+ margin-bottom: 0;
1576
+ }
1577
+ #checkoutsteps {
1578
+ margin-bottom: 40px;
1579
+ }
1580
+ .login .new-costumers {
1581
+ padding: 0 0 40px;
1582
+ }
1583
+ .map-box .contact-info {
1584
+ margin-bottom: 20px;
1585
+ padding: 0;
1586
+ position: relative;
1587
+ top: 0;
1588
+ }
1589
+ .box-404 {
1590
+ -webkit-border-radius: 150px;
1591
+ -moz-border-radius: 150px;
1592
+ border-radius: 150px;
1593
+ height: 300px;
1594
+ margin: 0 auto 40px;
1595
+ padding: 75px 0 0;
1596
+ width: 300px;
1597
+ }
1598
+ .box-404 h1 {
1599
+ font-size: 120px;
1600
+ }
1601
+ .team-box {
1602
+ text-align: center;
1603
+ }
1604
+ .list-images {
1605
+ margin-left: -10px;
1606
+ margin-right: -10px;
1607
+ margin-bottom: 20px;
1608
+ text-align: center;
1609
+ }
1610
+ .list-images > .col-md-4 {
1611
+ display: inline-block;
1612
+ margin: 0 0 20px;
1613
+ text-align: left;
1614
+ width: 170px;
1615
+ }
1616
+ .gallery .images-box {
1617
+ text-align: center;
1618
+ }
1619
+ .gallery-images {
1620
+ display: inline-block;
1621
+ }
1622
+ .gallery-images .bg-images {
1623
+ text-align: left;
1624
+ }
1625
+ .year-regulator .layout-slider {
1626
+ width: 240px;
1627
+ }
1628
+ .work-one .description {
1629
+ margin-bottom: 15px;
1630
+ }
1631
+ .work-box + .work-box {
1632
+ margin-top: 40px;
1633
+ }
1634
+ .employee {
1635
+ max-width: 300px;
1636
+ }
1637
+ .employee-single {
1638
+ width: 100%;
1639
+ }
1640
+ .employee-single .images-box {
1641
+ display: block;
1642
+ max-width: 430px;
1643
+ }
1644
+ .employee-single .images-box.pull-right {
1645
+ float: right;
1646
+ margin: 0 0 10px 20px;
1647
+ }
1648
+ .respond-carousel .carousel [class*="span"] {
1649
+ margin-left: 2px;
1650
+ margin-right: 2px;
1651
+ }
1652
+ .steps {
1653
+ display: block;
1654
+ }
1655
+ .steps .step {
1656
+ border: 1px solid #e1e1e1;
1657
+ display: block;
1658
+ }
1659
+ .steps .step + .step {
1660
+ border: 1px solid #e1e1e1;
1661
+ border-top: 0 none;
1662
+ }
1663
+ .steps .step:first-child {
1664
+ -webkit-border-radius: 3px 3px 0 0;
1665
+ -moz-border-radius: 3px 3px 0 0;
1666
+ border-radius: 3px 3px 0 0;
1667
+ }
1668
+ .steps .step:last-child {
1669
+ -webkit-border-radius: 0 0 3px 3px;
1670
+ -moz-border-radius: 0 0 3px 3px;
1671
+ border-radius: 0 0 3px 3px;
1672
+ }
1673
+ .steps .step .step-wrapper:after,
1674
+ .steps .step .step-wrapper:before {
1675
+ border: 7px solid transparent;
1676
+ border-top-color: #e1e1e1;
1677
+ bottom: -30px;
1678
+ left: 50%;
1679
+ margin: 0 0 0 -7px;
1680
+ right: auto;
1681
+ top: auto;
1682
+ }
1683
+ .steps .step .step-wrapper:before {
1684
+ border-top-color: #fff;
1685
+ bottom: -28px;
1686
+ }
1687
+ .steps .step.border-grey .step-wrapper:after,
1688
+ .steps .step.bg-grey .step-wrapper:before {
1689
+ border-left-color: transparent;
1690
+ border-top-color: #777;
1691
+ }
1692
+ .steps .step.border-warning .step-wrapper:after {
1693
+ border-top-color: #f89406;
1694
+ border-left-color: transparent;
1695
+ }
1696
+ .steps .step.border-error .step-wrapper:after {
1697
+ border-top-color: #c10841;
1698
+ border-left-color: transparent;
1699
+ }
1700
+ .steps .step.border-info .step-wrapper:after {
1701
+ border-top-color: #0098ca;
1702
+ border-left-color: transparent;
1703
+ }
1704
+ .steps .step.border-success .step-wrapper:after {
1705
+ border-top-color: #738d00;
1706
+ border-left-color: transparent;
1707
+ }
1708
+ .steps .step.bg-warning .step-wrapper:before {
1709
+ border-top-color: #f89406;
1710
+ border-left-color: transparent;
1711
+ }
1712
+ .steps .step.bg-error .step-wrapper:before {
1713
+ border-top-color: #c10841;
1714
+ border-left-color: transparent;
1715
+ }
1716
+ .steps .step.bg-info .step-wrapper:before {
1717
+ border-top-color: #0098ca;
1718
+ border-left-color: transparent;
1719
+ }
1720
+ .steps .step.bg-success .step-wrapper:before {
1721
+ border-top-color: #738d00;
1722
+ border-left-color: transparent;
1723
+ }
1724
+ .steps.steps-apart .step {
1725
+ -webkit-border-radius: 3px;
1726
+ -moz-border-radius: 3px;
1727
+ border-radius: 3px;
1728
+ margin-bottom: 22px;
1729
+ }
1730
+ .steps.progress-steps .step {
1731
+ border: 1px solid #e1e1e1;
1732
+ -webkit-border-radius: 3px;
1733
+ -moz-border-radius: 3px;
1734
+ border-radius: 3px;
1735
+ margin-bottom: 22px;
1736
+ }
1737
+ .steps.progress-steps .step .step-wrapper {
1738
+ padding-left: 100px;
1739
+ }
1740
+ .steps.progress-steps .step.step-right .step-wrapper {
1741
+ padding-right: 100px;
1742
+ }
1743
+ .steps.progress-steps .step .number {
1744
+ font-size: 40px;
1745
+ line-height: 2;
1746
+ width: 80px;
1747
+ }
1748
+ #count-down .county-days-wrapper,
1749
+ #count-down .county-hours-wrapper,
1750
+ #count-down .county-minutes-wrapper,
1751
+ #count-down .county-seconds-wrapper {
1752
+ height: 80px;
1753
+ }
1754
+ #count-down .county-days,
1755
+ #count-down .county-hours,
1756
+ #count-down .county-minutes,
1757
+ #count-down .county-seconds {
1758
+ line-height: 80px;
1759
+ }
1760
+ .banner-set .banner {
1761
+ width: 290px;
1762
+ }
1763
+ .full-width-box {
1764
+ padding-top: 40px;
1765
+ padding-bottom: 40px;
1766
+ }
1767
+ .full-width-box .container {
1768
+ margin-left: 0;
1769
+ margin-right: 0;
1770
+ padding-left: 10px;
1771
+ padding-right: 10px;
1772
+ }
1773
+ .page-404-promo #main .title h1 {
1774
+ font-size: 120px;
1775
+ }
1776
+ .page-404-promo #main .content .back-home {
1777
+ padding: 10px 20px 10px 10px;
1778
+ }
1779
+ .timeline:before {
1780
+ left: 20px;
1781
+ }
1782
+ .timeline .post,
1783
+ .timeline .post:nth-child(even) {
1784
+ margin: 0;
1785
+ padding: 0 0 30px 60px;
1786
+ width: 100%;
1787
+ }
1788
+ .timeline .post .timeline-time,
1789
+ .timeline .post:nth-child(even) .timeline-time {
1790
+ left: 0;
1791
+ margin: 0 0 5px;
1792
+ position: relative;
1793
+ right: 0;
1794
+ text-align: left;
1795
+ }
1796
+ .timeline .post .timeline-icon {
1797
+ left: 0;
1798
+ margin: 22px 0 0 0;
1799
+ }
1800
+ .timeline .post .timeline-content:before,
1801
+ .timeline .post:nth-child(even) .timeline-content:before {
1802
+ border: 15px solid transparent;
1803
+ border-right-color: #ccc;
1804
+ left: -30px;
1805
+ right: auto;
1806
+ }
1807
+ .timeline .post .timeline-content:after,
1808
+ .timeline .post:nth-child(even) .timeline-content:after {
1809
+ border: 14px solid transparent;
1810
+ border-right-color: #fff;
1811
+ left: -28px;
1812
+ right: auto;
1813
+ }
1814
+ .timeline .post .timeline-content.bg:before,
1815
+ .timeline .post .timeline-content.border:before {
1816
+ border: 15px solid transparent;
1817
+ border-right-color: #ccc;
1818
+ }
1819
+ .timeline .post .timeline-content.bg-danger:before,
1820
+ .timeline .post:nth-child(even) .timeline-content.bg-danger:before,
1821
+ .timeline .post .timeline-content.border-danger:before,
1822
+ .timeline .post:nth-child(even) .timeline-content.border-danger:before {
1823
+ border-right-color: #c10841;
1824
+ }
1825
+ .timeline .post .timeline-content.bg-warning:before,
1826
+ .timeline .post:nth-child(even) .timeline-content.bg-warning:before,
1827
+ .timeline .post .timeline-content.border-warning:before,
1828
+ .timeline .post:nth-child(even) .timeline-content.border-warning:before {
1829
+ border-right-color: #f89406;
1830
+ }
1831
+ .timeline .post .timeline-content.bg-info:before,
1832
+ .timeline .post:nth-child(even) .timeline-content.bg-info:before,
1833
+ .timeline .post .timeline-content.border-info:before,
1834
+ .timeline .post:nth-child(even) .timeline-content.border-info:before {
1835
+ border-right-color: #0098ca;
1836
+ }
1837
+ .timeline .post .timeline-content.bg-success:before,
1838
+ .timeline .post:nth-child(even) .timeline-content.bg-success:before,
1839
+ .timeline .post .timeline-content.border-success:before,
1840
+ .timeline .post:nth-child(even) .timeline-content.border-success:before {
1841
+ border-right-color: #738d00;
1842
+ }
1843
+ .timeline .post .timeline-content.bg-primary:before,
1844
+ .timeline .post:nth-child(even) .timeline-content.bg-primary:before,
1845
+ .timeline .post .timeline-content.border-primary:before,
1846
+ .timeline .post:nth-child(even) .timeline-content.border-primary:before {
1847
+ border-right-color: #428bca;
1848
+ }
1849
+ .timeline .post .timeline-content .entry-content img {
1850
+ width: 100%;
1851
+ }
1852
+ #footer {
1853
+ margin-top: 0;
1854
+ }
1855
+ #footer .sidebar {
1856
+ margin-top: 0;
1857
+ }
1858
+ #footer .footer-top {
1859
+ padding-bottom: 0;
1860
+ }
1861
+ #footer .footer-top .col-md-3 {
1862
+ margin-bottom: 36px;
1863
+ overflow: hidden;
1864
+ }
1865
+ #footer .footer-bottom .col-md-3 {
1866
+ overflow: hidden;
1867
+ }
1868
+ #footer .footer-bottom .copyright {
1869
+ padding: 17px 0;
1870
+ text-align: center;
1871
+ }
1872
+ #footer .phone,
1873
+ #footer .address {
1874
+ float: left;
1875
+ margin-bottom: 29px;
1876
+ width: 48%;
1877
+ }
1878
+ #footer .phone .title {
1879
+ display: block;
1880
+ }
1881
+ #footer .address {
1882
+ float: right;
1883
+ }
1884
+ #footer .up {
1885
+ float: none;
1886
+ margin: 0 auto;
1887
+ }
1888
+ #count-down {
1889
+ text-align: center;
1890
+ }
1891
+ #count-down .county-days,
1892
+ #count-down .county-hours,
1893
+ #count-down .county-minutes,
1894
+ #count-down .county-seconds {
1895
+ font-size: 30px;
1896
+ }
1897
+ }
1898
+
1899
+ /******************************************************************************
1900
+ Max Width "600px"
1901
+ *******************************************************************************/
1902
+ @media (max-width: 600px) {
1903
+ .post.carousel .images-box,
1904
+ .post.carousel .images-box.pull-right,
1905
+ .employee-single .images-box,
1906
+ .employee-single-rotation .employee,
1907
+ .employee-single-rotation .employee.pull-right {
1908
+ display: block;
1909
+ float: none !important;
1910
+ margin: 0 auto 20px;
1911
+ }
1912
+ .hidden-600 {
1913
+ display: none !important;
1914
+ }
1915
+
1916
+ .header .cart-header .dropdown-toggle .count {
1917
+ display: none;
1918
+ }
1919
+ .header .cart-header .dropdown-toggle,
1920
+ .header .primary .navbar .btn-navbar {
1921
+ padding-left: 5px;
1922
+ padding-right: 5px;
1923
+ }
1924
+ .header.header-two .primary .navbar .btn-navbar.collapsed:before {
1925
+ display: none;
1926
+ }
1927
+ }
1928
+
1929
+ /******************************************************************************
1930
+ Max Width "480px"
1931
+ *******************************************************************************/
1932
+ @media (max-width: 480px) {
1933
+ .slider .slid-content .title {
1934
+ max-height: 42px;
1935
+ overflow: hidden;
1936
+ }
1937
+ div.jp-audio div.jp-type-playlist div.jp-interface {
1938
+ height: 100px;
1939
+ }
1940
+ div.jp-audio ul.jp-controls {
1941
+ padding-left: 10px;
1942
+ padding-right: 10px;
1943
+ }
1944
+ div.jp-audio ul.jp-controls li:nth-child(6){
1945
+ clear: left;
1946
+ }
1947
+ div.jp-audio div.jp-type-playlist div.jp-progress,
1948
+ div.jp-audio div.jp-type-playlist div.jp-time-holder {
1949
+ left: 156px;
1950
+ }
1951
+ div.jp-audio div.jp-type-playlist a.jp-mute,
1952
+ div.jp-audio div.jp-type-playlist a.jp-unmute {
1953
+ margin-left: 0;
1954
+ }
1955
+ div.jp-audio div.jp-volume-bar {
1956
+ top: 77px;
1957
+ left: 29px;
1958
+ }
1959
+ div.jp-audio .jp-type-playlist ul.jp-toggles {
1960
+ left: 114px;
1961
+ top: 71px;
1962
+ }
1963
+ }
1964
+
1965
+ /******************************************************************************
1966
+ Touch device
1967
+ *******************************************************************************/
1968
+ .touch-device .carousel-box .next:hover,
1969
+ .touch-device .carousel-box .prev:hover {
1970
+ background-color: #ccc;
1971
+ color: #fbfbfb;
1972
+ }
1973
+ .touch-device #footer .up:hover {
1974
+ background: #c6c6c6;
1975
+ }
1976
+ .touch-device .work:hover {
1977
+ text-shadow: 0 1px #000;
1978
+ }
1979
+ .touch-device .work:hover .work-title {
1980
+ bottom: 37px;
1981
+ color: #fff;
1982
+ }
1983
+ .touch-device .work:hover .bg-hover {
1984
+ opacity: 0;
1985
+ filter: alpha(opacity=0);
1986
+ }
1987
+ .touch-device.fixed-header .page-box {
1988
+ margin-top: 0 !important;
1989
+ padding-top: 0 !important;
1990
+ -webkit-transition: none !important;
1991
+ transition: none !important;
1992
+ }
1993
+ .touch-device.fixed-header .header,
1994
+ .touch-device.boxed.fixed-header .header,
1995
+ .touch-device.boxed.fixed-header.fixed .header,
1996
+ .touch-device.fixed-header.hidden-top.visible-top .header {
1997
+ -webkit-box-shadow: none;
1998
+ -moz-box-shadow: none;
1999
+ box-shadow: none;
2000
+ position: static;
2001
+ top: inherit;
2002
+ -webkit-backface-visibility: inherit;
2003
+ -webkit-transform: inherit;
2004
+ }
2005
+ .touch-device.fixed-header.hidden-top {
2006
+ -webkit-transition: all 0 linear;
2007
+ transition: all 0 linear;
2008
+ }
2009
+ .touch-device.fixed-header.hidden-top #top-box,
2010
+ .touch-device.boxed.fixed-header.hidden-top #top-box {
2011
+ margin-top: 0;
2012
+ margin-bottom: 0;
2013
+ position: static;
2014
+ }
2015
+ .touch-device.fixed-header.hidden-top .header,
2016
+ .touch-device.boxed.fixed-header.hidden-top .header {
2017
+ margin-top: 0;
2018
+ position: inherit;
2019
+ top: 0;
2020
+ }
2021
+
2022
+ /******************************************************************************
2023
+ Not hover
2024
+ *******************************************************************************/
2025
+ .touch-device .carousel-box .next:hover,
2026
+ .touch-device .carousel-box .prev:hover {
2027
+ background-color: #ccc;
2028
+ color: #fbfbfb;
2029
+ }
2030
+ .touch-device .carousel-box .next:hover polygon,
2031
+ .touch-device .carousel-box .prev:hover polygon {
2032
+ fill: #fbfbfb;
2033
+ }
2034
+ .touch-device .slider .slider-nav .prev,
2035
+ .touch-device .slider .slider-nav .next {
2036
+ opacity: 1;
2037
+ filter: alpha(opacity=100);
2038
+ visibility: visible;
2039
+ }
2040
+ .touch-device .slider .slider-nav .prev:hover,
2041
+ .touch-device .slider .slider-nav .next:hover {
2042
+ background-color: #fff;
2043
+ background-color: rgba(255,255,255,.1);
2044
+ opacity: 1;
2045
+ filter: alpha(opacity=100);
2046
+ visibility: visible;
2047
+ }
2048
+ .touch-device .slider .slider-nav .prev:hover polygon,
2049
+ .touch-device .slider .slider-nav .next:hover polygon {
2050
+ fill: #838383;
2051
+ }
2052
+ .touch-device .switches a:hover {
2053
+ background: #fff;
2054
+ background: rgba(255,255,255,.1);
2055
+ }
2056
+ .touch-device .switches a.selected {
2057
+ background: #fff;
2058
+ background: rgba(255,255,255,.5);
2059
+ }
2060
+ .touch-device .carousel-box .pagination a:hover,
2061
+ .touch-device .banner-set .pagination a:hover {
2062
+ background: #ececec;
2063
+ }
2064
+ .touch-device .carousel-box .pagination a.selected,
2065
+ .touch-device .banner-set .pagination a.selected {
2066
+ background: #ccc;
2067
+ background: rgba(0,0,0,.3);
2068
+ }
2069
+ .touch-device .banner-set .next:hover,
2070
+ .touch-device .banner-set .prev:hover {
2071
+ color: #ccc;
2072
+ }
2073
+ .touch-device .panel-group .panel .panel-heading > .panel-title > a:hover,
2074
+ .touch-device .panel-group .panel-default .panel-heading > .panel-title > a:hover {
2075
+ background-color: #f2f2f2;
2076
+ }
2077
+ .touch-device .panel-group .panel-primary .panel-heading > .panel-title > a:hover {
2078
+ background-color: #037ac5;
2079
+ }
2080
+ .touch-device .panel-group .panel-success .panel-heading > .panel-title > a:hover {
2081
+ background-color: #738d00;
2082
+ }
2083
+ .touch-device .panel-group .panel-info .panel-heading > .panel-title > a:hover {
2084
+ background-color: #0098ca;
2085
+ }
2086
+ .touch-device .panel-group .panel-warning .panel-heading > .panel-title > a:hover {
2087
+ background-color: #f89406;
2088
+ }
2089
+ .touch-device .panel-group .panel-danger .panel-heading > .panel-title > a:hover {
2090
+ background-color: #c10841;
2091
+ }
2092
+ .touch-device .filter-buttons a:hover {
2093
+ opacity: 1;
2094
+ filter: alpha(opacity=100);
2095
+ }
2096
+ .touch-device .gallery-images:hover > .bg-images {
2097
+ background: none;
2098
+ }
2099
+ .touch-device .post.carousel .carousel-box .next,
2100
+ .touch-device .post.carousel .carousel-box .prev {
2101
+ display: none !important;
2102
+ }
2103
+ .fancybox-margin .touch-device.fixed-header .header,
2104
+ .fancybox-margin .touch-device.fixed-header #top-box {
2105
+ left: 0;
2106
+ }
2107
+ .touch-device .fancybox-wrap {
2108
+ position: fixed !important;
2109
+ -webkit-overflow-scrolling: touch !important;
2110
+ top: 20px !important;
2111
+ }