Mega Addons For WPBakery Page Builder (formerly Visual Composer) - Version 4.2.0

Version Description

  • Filterable Gallery: Now you can show caption text in Popup view.
  • Advanced Button: Redesign settings for Button with addition of 7 more Effects.
  • Advanced Button: New options => Button Shadow, Text Transfrom, Font Style, Icon position to left & right,
  • Modal Popup: All Pro Button Hover Effects are available in free version now.
  • Image Swap: Fade Effect added.
  • Image Swap: New options => Animation Speed, Set custom Image Width/Height and for mobile devices, Element Alignment.
  • Fixed: Sometimes button crop from bottom side in Advanced Carousel.
  • Fixed: Sometimes activating plugin decreased the website header width.
  • WhatsApp Chat Pro: Get Instant message through website.
Download this release

Release Info

Developer nasir179125
Plugin Icon 128x128 Mega Addons For WPBakery Page Builder (formerly Visual Composer)
Version 4.2.0
Comparing to
See all releases

Code changes from version 4.1.1 to 4.2.0

css/advanced-buttons.css CHANGED
@@ -1,4 +1,9 @@
1
- .mega-uae-btn {
 
 
 
 
 
2
  float: left;
3
  display: block;
4
  padding: 7px 20px;
@@ -17,21 +22,21 @@
17
  text-align: center;
18
  }
19
 
20
- .mega-uae-btn.btn_block {
21
  width: 100%;
22
  }
23
 
24
- .mega-uae-btn.hvr-fade {
25
- -webkit-transition: all .3s;
26
- -moz-transition: all .3s;
27
- transition: all .3s
28
  }
29
 
30
- .mega-uae-btn:focus {
31
  outline: 0
32
  }
33
 
34
- .mega-uae-btn>span {
35
  vertical-align: middle
36
  }
37
  .push_button{
@@ -51,10 +56,15 @@
51
  -moz-transition: all 0.1s;
52
  transition: all 0.1s;
53
 
54
- -webkit-box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
55
- -moz-box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
56
- box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
 
 
 
 
57
  }
 
58
  .push_button:hover {
59
  text-decoration: none;
60
  }
@@ -66,74 +76,6 @@
66
  top:7px;
67
  }
68
 
69
- .bg-1 .mega-uae-btn {
70
- color: #37474f;
71
- border-color: #37474f
72
- }
73
-
74
- .bg-2 .mega-uae-btn {
75
- color: #eceff1;
76
- border-color: #eceff1
77
- }
78
-
79
- .bg-3 .mega-uae-btn {
80
- color: #fff;
81
- border-color: #fff
82
- }
83
-
84
- .button--size-s {
85
- font-size: 14px
86
- }
87
-
88
- .button--size-m {
89
- font-size: 16px
90
- }
91
-
92
- .button--size-l {
93
- font-size: 18px
94
- }
95
-
96
- .button--text-upper {
97
- letter-spacing: 2px;
98
- text-transform: uppercase
99
- }
100
-
101
- .button--text-thin {
102
- font-weight: 300
103
- }
104
-
105
- .button--text-medium {
106
- font-weight: 500
107
- }
108
-
109
- .button--text-thick {
110
- font-weight: 600
111
- }
112
-
113
- .button--round-s {
114
- border-radius: 5px
115
- }
116
-
117
- .button--round-m {
118
- border-radius: 15px
119
- }
120
-
121
- .button--round-l {
122
- border-radius: 40px
123
- }
124
-
125
- .button--border-thin {
126
- border: 1px solid
127
- }
128
-
129
- .button--border-medium {
130
- border: 2px solid
131
- }
132
-
133
- .button--border-thick {
134
- border: 3px solid
135
- }
136
-
137
  .button--winona {
138
  overflow: hidden;
139
  padding: 0;
@@ -151,7 +93,7 @@
151
  top: 0;
152
  left: 0;
153
  opacity: 0;
154
- color: #3f51b5;
155
  -webkit-transform: translate3d(0, 25%, 0);
156
  transform: translate3d(0, 25%, 0)
157
  }
@@ -199,40 +141,41 @@
199
  transform: translate3d(0, -25%, 0)
200
  }
201
 
 
 
 
 
 
 
 
 
 
202
  .button--ujarak {
203
  -webkit-transition: border-color .4s, color .4s;
204
  transition: border-color .4s, color .4s;
205
  overflow: hidden
206
  }
207
 
208
- .button--ujarak .advanced-btn-before {
209
- content: '';
210
- position: absolute;
211
- top: 0;
212
- left: 0;
213
  width: 100%;
214
- height: 100%;
215
  background: #37474f;
216
- z-index: -1;
217
  opacity: 0;
218
  -webkit-transform: scale3d(.7, 1, 1);
219
  transform: scale3d(.7, 1, 1);
220
  -webkit-transition: -webkit-transform .4s, opacity .4s;
221
- transition: transform .4s, opacity .4s;
222
- -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
223
- transition-timing-function: cubic-bezier(.2, 1, .3, 1)
224
  }
225
 
226
- .button--ujarak.button--round-s .advanced-btn-before {
227
  border-radius: 2px
228
  }
229
 
230
- .button--ujarak.button--inverted .advanced-btn-before {
231
- background: #7986cb
232
  }
233
 
234
  .button--ujarak,
235
- .button--ujarak .advanced-btn-before {
236
  -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
237
  transition-timing-function: cubic-bezier(.2, 1, .3, 1)
238
  }
@@ -243,11 +186,11 @@
243
  }
244
 
245
  .button--ujarak.button--inverted:hover {
246
- color: #37474f;
247
  border-color: #fff
248
  }
249
 
250
- .button--ujarak:hover .advanced-btn-before {
251
  opacity: 1;
252
  -webkit-transform: translate3d(0, 0, 0);
253
  transform: translate3d(0, 0, 0)
@@ -261,7 +204,7 @@
261
  transition-timing-function: cubic-bezier(.2, 1, .3, 1)
262
  }
263
 
264
- .button--wayra .advanced-btn-before {
265
  content: '';
266
  position: absolute;
267
  top: 0;
@@ -272,10 +215,10 @@
272
  z-index: -1;
273
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
274
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
275
- -webkit-transform-origin: 0 100%;
276
- transform-origin: 0 100%;
277
- -webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
278
- transition: transform .3s, opacity .3s, background-color .3s
279
  }
280
 
281
  .button--wayra:hover {
@@ -288,88 +231,19 @@
288
  border-color: #fff
289
  }
290
 
291
- .button--wayra:hover .advanced-btn-before {
292
  opacity: 1;
293
  background-color: #3f51b5;
294
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
295
  transform: rotate3d(0, 0, 1, 0deg);
296
- -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
297
- transition-timing-function: cubic-bezier(.2, 1, .3, 1)
298
  }
299
 
300
  .button--wayra.button--inverted:hover .advanced-btn-before {
301
  background-color: #fff
302
  }
303
 
304
- .button--tamaya {
305
- overflow: hidden;
306
- color: #7986cb
307
- }
308
-
309
- .button--tamaya.button--inverted {
310
- color: #37474f;
311
- border-color: #37474f
312
- }
313
-
314
- .button--tamaya::after,
315
- .button--tamaya::before {
316
- content: attr(data-text);
317
- position: absolute;
318
- width: 100%;
319
- height: 50%;
320
- left: 0;
321
- background: #7986cb;
322
- color: #fff;
323
- overflow: hidden;
324
- -webkit-transition: -webkit-transform .3s;
325
- transition: transform .3s;
326
- -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
327
- transition-timing-function: cubic-bezier(.2, 1, .3, 1)
328
- }
329
-
330
- .button--tamaya.button--inverted::after,
331
- .button--tamaya.button--inverted::before {
332
- background: #fff;
333
- color: #37474f
334
- }
335
-
336
- .button--tamaya::before {
337
- top: 0;
338
- padding-top: 1em
339
- }
340
-
341
- .button--tamaya::after {
342
- bottom: 0;
343
- line-height: 0
344
- }
345
-
346
- .button--tamaya>span {
347
- display: block;
348
- -webkit-transform: scale3d(.2, .2, 1);
349
- transform: scale3d(.2, .2, 1);
350
- opacity: 0;
351
- -webkit-transition: -webkit-transform .3s, opacity .3s;
352
- transition: transform .3s, opacity .3s;
353
- -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
354
- transition-timing-function: cubic-bezier(.2, 1, .3, 1)
355
- }
356
-
357
- .button--tamaya:hover::before {
358
- -webkit-transform: translate3d(0, -100%, 0);
359
- transform: translate3d(0, -100%, 0)
360
- }
361
-
362
- .button--tamaya:hover::after {
363
- -webkit-transform: translate3d(0, 100%, 0);
364
- transform: translate3d(0, 100%, 0)
365
- }
366
-
367
- .button--tamaya:hover>span {
368
- opacity: 1;
369
- -webkit-transform: scale3d(1, 1, 1);
370
- transform: scale3d(1, 1, 1)
371
- }
372
-
373
  .button--rayen {
374
  overflow: hidden;
375
  padding: 0
@@ -422,11 +296,12 @@
422
 
423
  .button--pipaluk {
424
  padding: 1.5em 3em;
425
- color: #fff
 
426
  }
427
 
428
  .button--pipaluk.button--inverted {
429
- color: #7986cb
430
  }
431
 
432
  .button--pipaluk::after,
@@ -679,8 +554,8 @@
679
  transition-timing-function: cubic-bezier(.7, 0, .9, 1)
680
  }
681
 
682
- .button--isi .button__icon {
683
- vertical-align: middle
684
  }
685
 
686
  .button--isi>span {
@@ -753,6 +628,10 @@
753
  transition: background-color .3s ease-in, color .3s ease-in
754
  }
755
 
 
 
 
 
756
  .button--saqui.button--inverted {
757
  background: #fff;
758
  color: #37474f
@@ -764,8 +643,8 @@
764
  top: 0;
765
  left: 0;
766
  width: 100%;
767
- height: 100%;
768
- padding: 1em 2em;
769
  color: #37474f;
770
  -webkit-transform-origin: -25% 50%;
771
  transform-origin: -25% 50%;
@@ -1261,234 +1140,6 @@
1261
  transform: scale3d(.8, .8, 1)
1262
  }
1263
 
1264
- .button--itzel {
1265
- border: none;
1266
- padding: 0;
1267
- overflow: hidden;
1268
- width: 255px
1269
- }
1270
-
1271
- .button--itzel::before {
1272
- content: '';
1273
- position: absolute;
1274
- top: 0;
1275
- left: 0;
1276
- width: 100%;
1277
- height: 100%;
1278
- border: 2px solid;
1279
- border-radius: inherit;
1280
- -webkit-clip-path: polygon(0 0, 0 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0);
1281
- clip-path: url(../index.html#clipBox);
1282
- -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
1283
- transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
1284
- -webkit-transform-origin: 50% 100%;
1285
- transform-origin: 50% 100%
1286
- }
1287
-
1288
- .button--itzel.button--border-thin::before {
1289
- border: 1px solid;
1290
- -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
1291
- transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0)
1292
- }
1293
-
1294
- .button--itzel.button--border-thick::before {
1295
- border: 3px solid;
1296
- -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
1297
- transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0)
1298
- }
1299
-
1300
- .button--itzel .button__icon,
1301
- .button--itzel::before {
1302
- -webkit-transition: -webkit-transform .3s;
1303
- transition: transform .3s;
1304
- -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
1305
- transition-timing-function: cubic-bezier(.75, 0, .125, 1)
1306
- }
1307
-
1308
- .button--itzel .button__icon {
1309
- position: absolute;
1310
- top: 100%;
1311
- left: 50%;
1312
- padding: 20px;
1313
- font-size: 20px;
1314
- -webkit-transform: translate3d(-50%, 0, 0);
1315
- transform: translate3d(-50%, 0, 0)
1316
- }
1317
-
1318
- .button--itzel>span {
1319
- display: block;
1320
- padding: 20px;
1321
- -webkit-transition: -webkit-transform .3s, opacity .3s;
1322
- transition: transform .3s, opacity .3s;
1323
- -webkit-transition-delay: .3s;
1324
- transition-delay: .3s
1325
- }
1326
-
1327
- .button--itzel:hover::before {
1328
- -webkit-transform: translate3d(0, 0, 0);
1329
- transform: translate3d(0, 0, 0)
1330
- }
1331
-
1332
- .button--itzel:hover .button__icon {
1333
- -webkit-transition-delay: .1s;
1334
- transition-delay: .1s;
1335
- -webkit-transform: translate3d(-50%, -100%, 0);
1336
- transform: translate3d(-50%, -100%, 0)
1337
- }
1338
-
1339
- .button--itzel:hover>span {
1340
- opacity: 0;
1341
- -webkit-transform: translate3d(0, -50%, 0);
1342
- transform: translate3d(0, -50%, 0);
1343
- -webkit-transition-delay: 0s;
1344
- transition-delay: 0s
1345
- }
1346
-
1347
- .button--naira {
1348
- padding: 0;
1349
- overflow: hidden;
1350
- -webkit-transition: background-color .3s;
1351
- transition: background-color .3s
1352
- }
1353
-
1354
- .button--naira::before {
1355
- content: '';
1356
- position: absolute;
1357
- left: -50%;
1358
- width: 200%;
1359
- height: 200%;
1360
- background: #37474f;
1361
- top: -50%;
1362
- z-index: -1;
1363
- -webkit-transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg);
1364
- transform: translate3d(0, -100%, 0) rotate3d(0, 0, 1, -10deg)
1365
- }
1366
-
1367
- .button--naira.button--inverted::before {
1368
- background: #7986cb
1369
- }
1370
-
1371
- .button--naira-up::before {
1372
- -webkit-transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg);
1373
- transform: translate3d(0, 100%, 0) rotate3d(0, 0, 1, 10deg)
1374
- }
1375
-
1376
- .button--naira>span {
1377
- display: block
1378
- }
1379
-
1380
- .button--naira .button__icon {
1381
- position: absolute;
1382
- top: 4px;
1383
- width: 100%;
1384
- left: 0;
1385
- color: #fff;
1386
- -webkit-transform: translate3d(0, -100%, 0);
1387
- transform: translate3d(0, -100%, 0)
1388
- }
1389
-
1390
- .button--naira-up .button__icon {
1391
- -webkit-transform: translate3d(0, 100%, 0);
1392
- transform: translate3d(0, 100%, 0)
1393
- }
1394
-
1395
- .button--naira .button__icon,
1396
- .button--naira>span {
1397
- text-align: center;
1398
- -webkit-transition: -webkit-transform .3s;
1399
- transition: transform .3s;
1400
- -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
1401
- transition-timing-function: cubic-bezier(.75, 0, .125, 1)
1402
- }
1403
-
1404
- .button--naira:hover::before {
1405
- -webkit-animation: anim-naira-1 .3s forwards ease-in;
1406
- animation: anim-naira-1 .3s forwards ease-in
1407
- }
1408
-
1409
- .button--naira-up:hover::before {
1410
- -webkit-animation: anim-naira-2 .3s forwards ease-in;
1411
- animation: anim-naira-2 .3s forwards ease-in
1412
- }
1413
-
1414
- @-webkit-keyframes anim-naira-1 {
1415
- 50% {
1416
- -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
1417
- transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
1418
- -webkit-animation-timing-function: ease-out;
1419
- animation-timing-function: ease-out
1420
- }
1421
- 100% {
1422
- -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
1423
- transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg)
1424
- }
1425
- }
1426
-
1427
- @keyframes anim-naira-1 {
1428
- 50% {
1429
- -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
1430
- transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -10deg);
1431
- -webkit-animation-timing-function: ease-out;
1432
- animation-timing-function: ease-out
1433
- }
1434
- 100% {
1435
- -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
1436
- transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg)
1437
- }
1438
- }
1439
-
1440
- @-webkit-keyframes anim-naira-2 {
1441
- 50% {
1442
- -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
1443
- transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
1444
- -webkit-animation-timing-function: ease-out;
1445
- animation-timing-function: ease-out
1446
- }
1447
- 100% {
1448
- -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
1449
- transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg)
1450
- }
1451
- }
1452
-
1453
- @keyframes anim-naira-2 {
1454
- 50% {
1455
- -webkit-transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
1456
- transform: translate3d(0, 50%, 0) rotate3d(0, 0, 1, 10deg);
1457
- -webkit-animation-timing-function: ease-out;
1458
- animation-timing-function: ease-out
1459
- }
1460
- 100% {
1461
- -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
1462
- transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg)
1463
- }
1464
- }
1465
-
1466
- .button--naira:hover {
1467
- background-color: #37474f;
1468
- -webkit-transition: background-color 0s .3s;
1469
- transition: background-color 0s .3s
1470
- }
1471
-
1472
- .button--naira.button--inverted:hover {
1473
- background-color: #7986cb
1474
- }
1475
-
1476
- .button--naira:hover .button__icon {
1477
- -webkit-transform: translate3d(0, 0, 0);
1478
- transform: translate3d(0, 0, 0)
1479
- }
1480
-
1481
- .button--naira:hover>span {
1482
- opacity: 0;
1483
- -webkit-transform: translate3d(0, 100%, 0);
1484
- transform: translate3d(0, 100%, 0)
1485
- }
1486
-
1487
- .button--naira-up:hover>span {
1488
- -webkit-transform: translate3d(0, -100%, 0);
1489
- transform: translate3d(0, -100%, 0)
1490
- }
1491
-
1492
  .button--quidel {
1493
  background: #7986cb;
1494
  color: #7986cb;
@@ -1686,4 +1337,48 @@
1686
  background: #3f51b5;
1687
  border-color: #3f51b5;
1688
  color: #fff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1689
  }
1
+ /*
2
+ This was all taken from
3
+ https://tympanus.net/Development/ButtonStylesInspiration/
4
+ */
5
+
6
+ .maw_advanced_btn {
7
  float: left;
8
  display: block;
9
  padding: 7px 20px;
22
  text-align: center;
23
  }
24
 
25
+ .maw_advanced_btn.btn_block {
26
  width: 100%;
27
  }
28
 
29
+ .maw_advanced_btn.hvr-fade {
30
+ -webkit-transition: all .4s;
31
+ -moz-transition: all .4s;
32
+ transition: all .4s
33
  }
34
 
35
+ .maw_advanced_btn:focus {
36
  outline: 0
37
  }
38
 
39
+ .maw_advanced_btn>span {
40
  vertical-align: middle
41
  }
42
  .push_button{
56
  -moz-transition: all 0.1s;
57
  transition: all 0.1s;
58
 
59
+ -webkit-box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
60
+ -moz-box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
61
+ box-shadow: 0 0 0 1px #84261a inset, 0 0 0 2px rgba(255,255,255,0.15) inset, 0 8px 0 0 #84261a, 0 5px 8px 1px rgba(0,0,0,0.5);
62
+ }
63
+
64
+ .maw_advanced_btn .button__icon {
65
+ line-height: unset;
66
  }
67
+
68
  .push_button:hover {
69
  text-decoration: none;
70
  }
76
  top:7px;
77
  }
78
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  .button--winona {
80
  overflow: hidden;
81
  padding: 0;
93
  top: 0;
94
  left: 0;
95
  opacity: 0;
96
+ /*color: #3f51b5;*/
97
  -webkit-transform: translate3d(0, 25%, 0);
98
  transform: translate3d(0, 25%, 0)
99
  }
141
  transform: translate3d(0, -25%, 0)
142
  }
143
 
144
+ .button--ujarak::before {
145
+ content: '';
146
+ height: 100%;
147
+ z-index: -1;
148
+ position: absolute;
149
+ top: 0;
150
+ left: 0
151
+ }
152
+
153
  .button--ujarak {
154
  -webkit-transition: border-color .4s, color .4s;
155
  transition: border-color .4s, color .4s;
156
  overflow: hidden
157
  }
158
 
159
+ .button--ujarak::before {
 
 
 
 
160
  width: 100%;
 
161
  background: #37474f;
 
162
  opacity: 0;
163
  -webkit-transform: scale3d(.7, 1, 1);
164
  transform: scale3d(.7, 1, 1);
165
  -webkit-transition: -webkit-transform .4s, opacity .4s;
166
+ transition: transform .4s, opacity .4s
 
 
167
  }
168
 
169
+ .button--ujarak.button--round-s::before {
170
  border-radius: 2px
171
  }
172
 
173
+ .button--ujarak.button--inverted::before {
174
+ background: #7986CB
175
  }
176
 
177
  .button--ujarak,
178
+ .button--ujarak::before {
179
  -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
180
  transition-timing-function: cubic-bezier(.2, 1, .3, 1)
181
  }
186
  }
187
 
188
  .button--ujarak.button--inverted:hover {
189
+ color: #37474F;
190
  border-color: #fff
191
  }
192
 
193
+ .button--ujarak:hover::before {
194
  opacity: 1;
195
  -webkit-transform: translate3d(0, 0, 0);
196
  transform: translate3d(0, 0, 0)
204
  transition-timing-function: cubic-bezier(.2, 1, .3, 1)
205
  }
206
 
207
+ .button--wayra::before {
208
  content: '';
209
  position: absolute;
210
  top: 0;
215
  z-index: -1;
216
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
217
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
218
+ -webkit-transform-origin: 0% 100%;
219
+ transform-origin: 0% 100%;
220
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
221
+ transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
222
  }
223
 
224
  .button--wayra:hover {
231
  border-color: #fff
232
  }
233
 
234
+ .button--wayra:hover::before {
235
  opacity: 1;
236
  background-color: #3f51b5;
237
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
238
  transform: rotate3d(0, 0, 1, 0deg);
239
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
240
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
241
  }
242
 
243
  .button--wayra.button--inverted:hover .advanced-btn-before {
244
  background-color: #fff
245
  }
246
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
247
  .button--rayen {
248
  overflow: hidden;
249
  padding: 0
296
 
297
  .button--pipaluk {
298
  padding: 1.5em 3em;
299
+ color: #fff;
300
+ background: none !important;
301
  }
302
 
303
  .button--pipaluk.button--inverted {
304
+ color: #7986cb;
305
  }
306
 
307
  .button--pipaluk::after,
554
  transition-timing-function: cubic-bezier(.7, 0, .9, 1)
555
  }
556
 
557
+ .button--isi {
558
+ vertical-align: middle;
559
  }
560
 
561
  .button--isi>span {
628
  transition: background-color .3s ease-in, color .3s ease-in
629
  }
630
 
631
+ .button--saqui .icon__left, .button--saqui .icon__right {
632
+ display: none;
633
+ }
634
+
635
  .button--saqui.button--inverted {
636
  background: #fff;
637
  color: #37474f
643
  top: 0;
644
  left: 0;
645
  width: 100%;
646
+ /*height: 100%;*/
647
+ /*padding: 1em 2em;*/
648
  color: #37474f;
649
  -webkit-transform-origin: -25% 50%;
650
  transform-origin: -25% 50%;
1140
  transform: scale3d(.8, .8, 1)
1141
  }
1142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1143
  .button--quidel {
1144
  background: #7986cb;
1145
  color: #7986cb;
1337
  background: #3f51b5;
1338
  border-color: #3f51b5;
1339
  color: #fff
1340
+ }
1341
+
1342
+ .button--float {
1343
+ display: inline-block;
1344
+ color: #1e73be;
1345
+ text-align: center;
1346
+ font-size: 16px;
1347
+ padding: 15px 25px;
1348
+ -webkit-border-radius: 30px;
1349
+ border-radius: 50px;
1350
+ border: 2px solid #1e73be;
1351
+ position: relative;
1352
+ text-decoration: none;
1353
+ -webkit-transition: all .2s;
1354
+ transition: all .2s;
1355
+ }
1356
+
1357
+ .button--float:hover {
1358
+ background: #1e73be;
1359
+ color: #ffffff;
1360
+ }
1361
+
1362
+ .button--float i {
1363
+ position: absolute;
1364
+ left: auto;
1365
+ right: 25px;
1366
+ top: 50%;
1367
+ opacity: 0;
1368
+ width: auto;
1369
+ height: auto;
1370
+ -webkit-transition: all .25s;
1371
+ transition: all .25s;
1372
+ -webkit-transform: translate(0,-50%);
1373
+ -ms-transform: translate(0,-50%);
1374
+ transform: translate(0,-50%);
1375
+ }
1376
+
1377
+ .button--float:hover i {
1378
+ right: 20px;
1379
+ opacity: 1;
1380
+ }
1381
+
1382
+ .button--float:hover {
1383
+ padding-right: 45px;
1384
  }
css/font-awesome/css/all.css CHANGED
@@ -1,7 +1,3 @@
1
- /*!
2
- * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
3
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
- */
5
  .fa,
6
  .fas,
7
  .far,
 
 
 
 
1
  .fa,
2
  .fas,
3
  .far,
css/ihover.css CHANGED
@@ -4,8491 +4,22 @@
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
  */
6
 
7
- .image-hover-page-container {
8
- /*!
9
- * Bootstrap v3.3.2 (http://getbootstrap.com)
10
- * Copyright 2011-2015 Twitter, Inc.
11
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
12
- */
13
- /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
14
- /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
15
- }
16
-
17
- .image-hover-page-container html {
18
- font-family: sans-serif;
19
- -webkit-text-size-adjust: 100%;
20
- -ms-text-size-adjust: 100%
21
- }
22
-
23
- .image-hover-page-container body {
24
- margin: 0
25
- }
26
-
27
- .image-hover-page-container article,
28
- .image-hover-page-container aside,
29
- .image-hover-page-container details,
30
- .image-hover-page-container figcaption,
31
- .image-hover-page-container figure,
32
- .image-hover-page-container footer,
33
- .image-hover-page-container header,
34
- .image-hover-page-container hgroup,
35
- .image-hover-page-container main,
36
- .image-hover-page-container menu,
37
- .image-hover-page-container nav,
38
- .image-hover-page-container section,
39
- .image-hover-page-container summary {
40
- display: block
41
- }
42
-
43
- .image-hover-page-container audio,
44
- .image-hover-page-container canvas,
45
- .image-hover-page-container progress,
46
- .image-hover-page-container video {
47
- display: inline-block;
48
- vertical-align: baseline
49
- }
50
-
51
- .image-hover-page-container audio:not([controls]) {
52
- display: none;
53
- height: 0
54
- }
55
-
56
- .image-hover-page-container [hidden],
57
- .image-hover-page-container template {
58
- display: none
59
- }
60
-
61
- .image-hover-page-container a {
62
- background-color: transparent
63
- }
64
-
65
- .image-hover-page-container a:active,
66
- .image-hover-page-container a:hover {
67
- outline: 0
68
- }
69
-
70
- .image-hover-page-container b,
71
- .image-hover-page-container strong {
72
- font-weight: 700
73
- }
74
-
75
- .image-hover-page-container dfn {}
76
-
77
- .image-hover-page-container h1 {
78
- margin: .67em 0
79
- }
80
-
81
- .image-hover-page-container mark {
82
- color: #000;
83
- background: #ff0
84
- }
85
-
86
- .image-hover-page-container sub,
87
- .image-hover-page-container sup {
88
- position: relative;
89
- font-size: 75%;
90
- line-height: 0;
91
- vertical-align: baseline
92
- }
93
-
94
- .image-hover-page-container sup {
95
- top: -.5em
96
- }
97
-
98
- .image-hover-page-container sub {
99
- bottom: -.25em
100
- }
101
-
102
- .image-hover-page-container img {
103
- border: 0;
104
- vertical-align: middle
105
- }
106
-
107
- .image-hover-page-container svg:not(:root) {
108
- overflow: hidden
109
- }
110
-
111
- .image-hover-page-container hr {
112
- height: 0;
113
- -webkit-box-sizing: content-box;
114
- -moz-box-sizing: content-box;
115
- box-sizing: content-box
116
- }
117
-
118
- .image-hover-page-container pre {
119
- overflow: auto
120
- }
121
-
122
- .image-hover-page-container code,
123
- .image-hover-page-container kbd,
124
- .image-hover-page-container pre,
125
- .image-hover-page-container samp {
126
- font-size: 1em
127
- }
128
-
129
- .image-hover-page-container button,
130
- .image-hover-page-container input,
131
- .image-hover-page-container optgroup,
132
- .image-hover-page-container select,
133
- .image-hover-page-container textarea {
134
- margin: 0;
135
- font: inherit;
136
- color: inherit
137
- }
138
-
139
- .image-hover-page-container button {
140
- overflow: visible
141
- }
142
-
143
- .image-hover-page-container button,
144
- .image-hover-page-container select {
145
- text-transform: none
146
- }
147
-
148
- .image-hover-page-container button,
149
- .image-hover-page-container html input[type=button],
150
- .image-hover-page-container input[type=reset],
151
- .image-hover-page-container input[type=submit] {
152
- -webkit-appearance: button;
153
- cursor: pointer
154
- }
155
-
156
- .image-hover-page-container button[disabled],
157
- .image-hover-page-container html input[disabled] {
158
- cursor: default
159
- }
160
-
161
- .image-hover-page-container button::-moz-focus-inner,
162
- .image-hover-page-container input::-moz-focus-inner {
163
- padding: 0;
164
- border: 0
165
- }
166
-
167
- .image-hover-page-container input[type=checkbox],
168
- .image-hover-page-container input[type=radio] {
169
- -webkit-box-sizing: border-box;
170
- -moz-box-sizing: border-box;
171
- box-sizing: border-box;
172
- padding: 0
173
- }
174
-
175
- .image-hover-page-container input[type=number]::-webkit-inner-spin-button,
176
- .image-hover-page-container input[type=number]::-webkit-outer-spin-button {
177
- height: auto
178
- }
179
-
180
- .image-hover-page-container input[type=search]::-webkit-search-cancel-button,
181
- .image-hover-page-container input[type=search]::-webkit-search-decoration {
182
- -webkit-appearance: none
183
- }
184
-
185
- .image-hover-page-container textarea {
186
- overflow: auto
187
- }
188
-
189
- .image-hover-page-container optgroup {
190
- font-weight: 700
191
- }
192
-
193
- .image-hover-page-container table {
194
- border-spacing: 0;
195
- border-collapse: collapse
196
- }
197
-
198
- .image-hover-page-container td,
199
- .image-hover-page-container th {
200
- padding: 0
201
- }
202
-
203
- @media print {
204
- .image-hover-page-container *,
205
- .image-hover-page-container:after,
206
- .image-hover-page-container:before {
207
- color: #000!important;
208
- text-shadow: none!important;
209
- background: 0 0!important;
210
- -webkit-box-shadow: none!important;
211
- box-shadow: none!important
212
- }
213
- .image-hover-page-container a,
214
- .image-hover-page-container a:visited {
215
- text-decoration: underline
216
- }
217
- .image-hover-page-container a[href]:after {
218
- content: " (" attr(href) ")"
219
- }
220
- .image-hover-page-container abbr[title]:after {
221
- content: " (" attr(title) ")"
222
- }
223
- .image-hover-page-container a[href^="javascript:"]:after,
224
- .image-hover-page-container a[href^="#"]:after {
225
- content: ""
226
- }
227
- .image-hover-page-container blockquote,
228
- .image-hover-page-container pre {
229
- border: 1px solid #999;
230
- page-break-inside: avoid
231
- }
232
- .image-hover-page-container thead {
233
- display: table-header-group
234
- }
235
- .image-hover-page-container img,
236
- .image-hover-page-container tr {
237
- page-break-inside: avoid
238
- }
239
- .image-hover-page-container img {
240
- max-width: 100%!important
241
- }
242
- .image-hover-page-container h2,
243
- .image-hover-page-container h3,
244
- .image-hover-page-container p {
245
- orphans: 3;
246
- widows: 3
247
- }
248
- .image-hover-page-container h2,
249
- .image-hover-page-container h3 {
250
- page-break-after: avoid
251
- }
252
- .image-hover-page-container select {
253
- background: #fff!important
254
- }
255
- .image-hover-page-container .navbar {
256
- display: none
257
- }
258
- .image-hover-page-container .btn>.caret,
259
- .image-hover-page-container .dropup>.btn>.caret {
260
- border-top-color: #000!important
261
- }
262
- .image-hover-page-container .label {
263
- border: 1px solid #000
264
- }
265
- .image-hover-page-container .table {
266
- border-collapse: collapse!important
267
- }
268
- .image-hover-page-container .table td,
269
- .image-hover-page-container .table th {
270
- background-color: #fff!important
271
- }
272
- .image-hover-page-container .table-bordered td,
273
- .image-hover-page-container .table-bordered th {
274
- border: 1px solid #ddd!important
275
- }
276
- }
277
-
278
- .image-hover-page-container .glyphicon {
279
- position: relative;
280
- top: 1px;
281
- display: inline-block;
282
- font-family: 'Glyphicons Halflings';
283
- font-style: normal;
284
- font-weight: 400;
285
- line-height: 1;
286
- -webkit-font-smoothing: antialiased;
287
- -moz-osx-font-smoothing: grayscale
288
- }
289
-
290
- .image-hover-page-container .popover,
291
- .image-hover-page-container .tooltip,
292
- .image-hover-page-container body {
293
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
294
- }
295
-
296
- .image-hover-page-container .glyphicon-asterisk:before {
297
- content: "\2a"
298
- }
299
-
300
- .image-hover-page-container .glyphicon-plus:before {
301
- content: "\2b"
302
- }
303
-
304
- .image-hover-page-container .glyphicon-eur:before,
305
- .image-hover-page-container .glyphicon-euro:before {
306
- content: "\20ac"
307
- }
308
-
309
- .image-hover-page-container .glyphicon-minus:before {
310
- content: "\2212"
311
- }
312
-
313
- .image-hover-page-container .glyphicon-cloud:before {
314
- content: "\2601"
315
- }
316
-
317
- .image-hover-page-container .glyphicon-envelope:before {
318
- content: "\2709"
319
- }
320
-
321
- .image-hover-page-container .glyphicon-pencil:before {
322
- content: "\270f"
323
- }
324
-
325
- .image-hover-page-container .glyphicon-glass:before {
326
- content: "\e001"
327
- }
328
-
329
- .image-hover-page-container .glyphicon-music:before {
330
- content: "\e002"
331
- }
332
-
333
- .image-hover-page-container .glyphicon-search:before {
334
- content: "\e003"
335
- }
336
-
337
- .image-hover-page-container .glyphicon-heart:before {
338
- content: "\e005"
339
- }
340
-
341
- .image-hover-page-container .glyphicon-star:before {
342
- content: "\e006"
343
- }
344
-
345
- .image-hover-page-container .glyphicon-star-empty:before {
346
- content: "\e007"
347
- }
348
-
349
- .image-hover-page-container .glyphicon-user:before {
350
- content: "\e008"
351
- }
352
-
353
- .image-hover-page-container .glyphicon-film:before {
354
- content: "\e009"
355
- }
356
-
357
- .image-hover-page-container .glyphicon-th-large:before {
358
- content: "\e010"
359
- }
360
-
361
- .image-hover-page-container .glyphicon-th:before {
362
- content: "\e011"
363
- }
364
-
365
- .image-hover-page-container .glyphicon-th-list:before {
366
- content: "\e012"
367
- }
368
-
369
- .image-hover-page-container .glyphicon-ok:before {
370
- content: "\e013"
371
- }
372
-
373
- .image-hover-page-container .glyphicon-remove:before {
374
- content: "\e014"
375
- }
376
-
377
- .image-hover-page-container .glyphicon-zoom-in:before {
378
- content: "\e015"
379
- }
380
-
381
- .image-hover-page-container .glyphicon-zoom-out:before {
382
- content: "\e016"
383
- }
384
-
385
- .image-hover-page-container .glyphicon-off:before {
386
- content: "\e017"
387
- }
388
-
389
- .image-hover-page-container .glyphicon-signal:before {
390
- content: "\e018"
391
- }
392
-
393
- .image-hover-page-container .glyphicon-cog:before {
394
- content: "\e019"
395
- }
396
-
397
- .image-hover-page-container .glyphicon-trash:before {
398
- content: "\e020"
399
- }
400
-
401
- .image-hover-page-container .glyphicon-home:before {
402
- content: "\e021"
403
- }
404
-
405
- .image-hover-page-container .glyphicon-file:before {
406
- content: "\e022"
407
- }
408
-
409
- .image-hover-page-container .glyphicon-time:before {
410
- content: "\e023"
411
- }
412
-
413
- .image-hover-page-container .glyphicon-road:before {
414
- content: "\e024"
415
- }
416
-
417
- .image-hover-page-container .glyphicon-download-alt:before {
418
- content: "\e025"
419
- }
420
-
421
- .image-hover-page-container .glyphicon-download:before {
422
- content: "\e026"
423
- }
424
-
425
- .image-hover-page-container .glyphicon-upload:before {
426
- content: "\e027"
427
- }
428
-
429
- .image-hover-page-container .glyphicon-inbox:before {
430
- content: "\e028"
431
- }
432
-
433
- .image-hover-page-container .glyphicon-play-circle:before {
434
- content: "\e029"
435
- }
436
-
437
- .image-hover-page-container .glyphicon-repeat:before {
438
- content: "\e030"
439
- }
440
-
441
- .image-hover-page-container .glyphicon-refresh:before {
442
- content: "\e031"
443
- }
444
-
445
- .image-hover-page-container .glyphicon-list-alt:before {
446
- content: "\e032"
447
- }
448
-
449
- .image-hover-page-container .glyphicon-lock:before {
450
- content: "\e033"
451
- }
452
-
453
- .image-hover-page-container .glyphicon-flag:before {
454
- content: "\e034"
455
- }
456
-
457
- .image-hover-page-container .glyphicon-headphones:before {
458
- content: "\e035"
459
- }
460
-
461
- .image-hover-page-container .glyphicon-volume-off:before {
462
- content: "\e036"
463
- }
464
-
465
- .image-hover-page-container .glyphicon-volume-down:before {
466
- content: "\e037"
467
- }
468
-
469
- .image-hover-page-container .glyphicon-volume-up:before {
470
- content: "\e038"
471
- }
472
-
473
- .image-hover-page-container .glyphicon-qrcode:before {
474
- content: "\e039"
475
- }
476
-
477
- .image-hover-page-container .glyphicon-barcode:before {
478
- content: "\e040"
479
- }
480
-
481
- .image-hover-page-container .glyphicon-tag:before {
482
- content: "\e041"
483
- }
484
-
485
- .image-hover-page-container .glyphicon-tags:before {
486
- content: "\e042"
487
- }
488
-
489
- .image-hover-page-container .glyphicon-book:before {
490
- content: "\e043"
491
- }
492
-
493
- .image-hover-page-container .glyphicon-bookmark:before {
494
- content: "\e044"
495
- }
496
-
497
- .image-hover-page-container .glyphicon-print:before {
498
- content: "\e045"
499
- }
500
-
501
- .image-hover-page-container .glyphicon-camera:before {
502
- content: "\e046"
503
- }
504
-
505
- .image-hover-page-container .glyphicon-font:before {
506
- content: "\e047"
507
- }
508
-
509
- .image-hover-page-container .glyphicon-bold:before {
510
- content: "\e048"
511
- }
512
-
513
- .image-hover-page-container .glyphicon-italic:before {
514
- content: "\e049"
515
- }
516
-
517
- .image-hover-page-container .glyphicon-text-height:before {
518
- content: "\e050"
519
- }
520
-
521
- .image-hover-page-container .glyphicon-text-width:before {
522
- content: "\e051"
523
- }
524
-
525
- .image-hover-page-container .glyphicon-align-left:before {
526
- content: "\e052"
527
- }
528
-
529
- .image-hover-page-container .glyphicon-align-center:before {
530
- content: "\e053"
531
- }
532
-
533
- .image-hover-page-container .glyphicon-align-right:before {
534
- content: "\e054"
535
- }
536
-
537
- .image-hover-page-container .glyphicon-align-justify:before {
538
- content: "\e055"
539
- }
540
-
541
- .image-hover-page-container .glyphicon-list:before {
542
- content: "\e056"
543
- }
544
-
545
- .image-hover-page-container .glyphicon-indent-left:before {
546
- content: "\e057"
547
- }
548
-
549
- .image-hover-page-container .glyphicon-indent-right:before {
550
- content: "\e058"
551
- }
552
-
553
- .image-hover-page-container .glyphicon-facetime-video:before {
554
- content: "\e059"
555
- }
556
-
557
- .image-hover-page-container .glyphicon-picture:before {
558
- content: "\e060"
559
- }
560
-
561
- .image-hover-page-container .glyphicon-map-marker:before {
562
- content: "\e062"
563
- }
564
-
565
- .image-hover-page-container .glyphicon-adjust:before {
566
- content: "\e063"
567
- }
568
-
569
- .image-hover-page-container .glyphicon-tint:before {
570
- content: "\e064"
571
- }
572
-
573
- .image-hover-page-container .glyphicon-edit:before {
574
- content: "\e065"
575
- }
576
-
577
- .image-hover-page-container .glyphicon-share:before {
578
- content: "\e066"
579
- }
580
-
581
- .image-hover-page-container .glyphicon-check:before {
582
- content: "\e067"
583
- }
584
-
585
- .image-hover-page-container .glyphicon-move:before {
586
- content: "\e068"
587
- }
588
-
589
- .image-hover-page-container .glyphicon-step-backward:before {
590
- content: "\e069"
591
- }
592
-
593
- .image-hover-page-container .glyphicon-fast-backward:before {
594
- content: "\e070"
595
- }
596
-
597
- .image-hover-page-container .glyphicon-backward:before {
598
- content: "\e071"
599
- }
600
-
601
- .image-hover-page-container .glyphicon-play:before {
602
- content: "\e072"
603
- }
604
-
605
- .image-hover-page-container .glyphicon-pause:before {
606
- content: "\e073"
607
- }
608
-
609
- .image-hover-page-container .glyphicon-stop:before {
610
- content: "\e074"
611
- }
612
-
613
- .image-hover-page-container .glyphicon-forward:before {
614
- content: "\e075"
615
- }
616
-
617
- .image-hover-page-container .glyphicon-fast-forward:before {
618
- content: "\e076"
619
- }
620
-
621
- .image-hover-page-container .glyphicon-step-forward:before {
622
- content: "\e077"
623
- }
624
-
625
- .image-hover-page-container .glyphicon-eject:before {
626
- content: "\e078"
627
- }
628
-
629
- .image-hover-page-container .glyphicon-chevron-left:before {
630
- content: "\e079"
631
- }
632
-
633
- .image-hover-page-container .glyphicon-chevron-right:before {
634
- content: "\e080"
635
- }
636
-
637
- .image-hover-page-container .glyphicon-plus-sign:before {
638
- content: "\e081"
639
- }
640
-
641
- .image-hover-page-container .glyphicon-minus-sign:before {
642
- content: "\e082"
643
- }
644
-
645
- .image-hover-page-container .glyphicon-remove-sign:before {
646
- content: "\e083"
647
- }
648
-
649
- .image-hover-page-container .glyphicon-ok-sign:before {
650
- content: "\e084"
651
- }
652
-
653
- .image-hover-page-container .glyphicon-question-sign:before {
654
- content: "\e085"
655
- }
656
-
657
- .image-hover-page-container .glyphicon-info-sign:before {
658
- content: "\e086"
659
- }
660
-
661
- .image-hover-page-container .glyphicon-screenshot:before {
662
- content: "\e087"
663
- }
664
-
665
- .image-hover-page-container .glyphicon-remove-circle:before {
666
- content: "\e088"
667
- }
668
-
669
- .image-hover-page-container .glyphicon-ok-circle:before {
670
- content: "\e089"
671
- }
672
-
673
- .image-hover-page-container .glyphicon-ban-circle:before {
674
- content: "\e090"
675
- }
676
-
677
- .image-hover-page-container .glyphicon-arrow-left:before {
678
- content: "\e091"
679
- }
680
-
681
- .image-hover-page-container .glyphicon-arrow-right:before {
682
- content: "\e092"
683
- }
684
-
685
- .image-hover-page-container .glyphicon-arrow-up:before {
686
- content: "\e093"
687
- }
688
-
689
- .image-hover-page-container .glyphicon-arrow-down:before {
690
- content: "\e094"
691
- }
692
-
693
- .image-hover-page-container .glyphicon-share-alt:before {
694
- content: "\e095"
695
- }
696
-
697
- .image-hover-page-container .glyphicon-resize-full:before {
698
- content: "\e096"
699
- }
700
-
701
- .image-hover-page-container .glyphicon-resize-small:before {
702
- content: "\e097"
703
- }
704
-
705
- .image-hover-page-container .glyphicon-exclamation-sign:before {
706
- content: "\e101"
707
- }
708
-
709
- .image-hover-page-container .glyphicon-gift:before {
710
- content: "\e102"
711
- }
712
-
713
- .image-hover-page-container .glyphicon-leaf:before {
714
- content: "\e103"
715
- }
716
-
717
- .image-hover-page-container .glyphicon-fire:before {
718
- content: "\e104"
719
- }
720
-
721
- .image-hover-page-container .glyphicon-eye-open:before {
722
- content: "\e105"
723
- }
724
-
725
- .image-hover-page-container .glyphicon-eye-close:before {
726
- content: "\e106"
727
- }
728
-
729
- .image-hover-page-container .glyphicon-warning-sign:before {
730
- content: "\e107"
731
- }
732
-
733
- .image-hover-page-container .glyphicon-plane:before {
734
- content: "\e108"
735
- }
736
-
737
- .image-hover-page-container .glyphicon-calendar:before {
738
- content: "\e109"
739
- }
740
-
741
- .image-hover-page-container .glyphicon-random:before {
742
- content: "\e110"
743
- }
744
-
745
- .image-hover-page-container .glyphicon-comment:before {
746
- content: "\e111"
747
- }
748
-
749
- .image-hover-page-container .glyphicon-magnet:before {
750
- content: "\e112"
751
- }
752
-
753
- .image-hover-page-container .glyphicon-chevron-up:before {
754
- content: "\e113"
755
- }
756
-
757
- .image-hover-page-container .glyphicon-chevron-down:before {
758
- content: "\e114"
759
- }
760
-
761
- .image-hover-page-container .glyphicon-retweet:before {
762
- content: "\e115"
763
- }
764
-
765
- .image-hover-page-container .glyphicon-shopping-cart:before {
766
- content: "\e116"
767
- }
768
-
769
- .image-hover-page-container .glyphicon-folder-close:before {
770
- content: "\e117"
771
- }
772
-
773
- .image-hover-page-container .glyphicon-folder-open:before {
774
- content: "\e118"
775
- }
776
-
777
- .image-hover-page-container .glyphicon-resize-vertical:before {
778
- content: "\e119"
779
- }
780
-
781
- .image-hover-page-container .glyphicon-resize-horizontal:before {
782
- content: "\e120"
783
- }
784
-
785
- .image-hover-page-container .glyphicon-hdd:before {
786
- content: "\e121"
787
- }
788
-
789
- .image-hover-page-container .glyphicon-bullhorn:before {
790
- content: "\e122"
791
- }
792
-
793
- .image-hover-page-container .glyphicon-bell:before {
794
- content: "\e123"
795
- }
796
-
797
- .image-hover-page-container .glyphicon-certificate:before {
798
- content: "\e124"
799
- }
800
-
801
- .image-hover-page-container .glyphicon-thumbs-up:before {
802
- content: "\e125"
803
- }
804
-
805
- .image-hover-page-container .glyphicon-thumbs-down:before {
806
- content: "\e126"
807
- }
808
-
809
- .image-hover-page-container .glyphicon-hand-right:before {
810
- content: "\e127"
811
- }
812
-
813
- .image-hover-page-container .glyphicon-hand-left:before {
814
- content: "\e128"
815
- }
816
-
817
- .image-hover-page-container .glyphicon-hand-up:before {
818
- content: "\e129"
819
- }
820
-
821
- .image-hover-page-container .glyphicon-hand-down:before {
822
- content: "\e130"
823
- }
824
-
825
- .image-hover-page-container .glyphicon-circle-arrow-right:before {
826
- content: "\e131"
827
- }
828
-
829
- .image-hover-page-container .glyphicon-circle-arrow-left:before {
830
- content: "\e132"
831
- }
832
-
833
- .image-hover-page-container .glyphicon-circle-arrow-up:before {
834
- content: "\e133"
835
- }
836
-
837
- .image-hover-page-container .glyphicon-circle-arrow-down:before {
838
- content: "\e134"
839
- }
840
-
841
- .image-hover-page-container .glyphicon-globe:before {
842
- content: "\e135"
843
- }
844
-
845
- .image-hover-page-container .glyphicon-wrench:before {
846
- content: "\e136"
847
- }
848
-
849
- .image-hover-page-container .glyphicon-tasks:before {
850
- content: "\e137"
851
- }
852
-
853
- .image-hover-page-container .glyphicon-filter:before {
854
- content: "\e138"
855
- }
856
-
857
- .image-hover-page-container .glyphicon-briefcase:before {
858
- content: "\e139"
859
- }
860
-
861
- .image-hover-page-container .glyphicon-fullscreen:before {
862
- content: "\e140"
863
- }
864
-
865
- .image-hover-page-container .glyphicon-dashboard:before {
866
- content: "\e141"
867
- }
868
-
869
- .image-hover-page-container .glyphicon-paperclip:before {
870
- content: "\e142"
871
- }
872
-
873
- .image-hover-page-container .glyphicon-heart-empty:before {
874
- content: "\e143"
875
- }
876
-
877
- .image-hover-page-container .glyphicon-link:before {
878
- content: "\e144"
879
- }
880
-
881
- .image-hover-page-container .glyphicon-phone:before {
882
- content: "\e145"
883
- }
884
-
885
- .image-hover-page-container .glyphicon-pushpin:before {
886
- content: "\e146"
887
- }
888
-
889
- .image-hover-page-container .glyphicon-usd:before {
890
- content: "\e148"
891
- }
892
-
893
- .image-hover-page-container .glyphicon-gbp:before {
894
- content: "\e149"
895
- }
896
-
897
- .image-hover-page-container .glyphicon-sort:before {
898
- content: "\e150"
899
- }
900
-
901
- .image-hover-page-container .glyphicon-sort-by-alphabet:before {
902
- content: "\e151"
903
- }
904
-
905
- .image-hover-page-container .glyphicon-sort-by-alphabet-alt:before {
906
- content: "\e152"
907
- }
908
-
909
- .image-hover-page-container .glyphicon-sort-by-order:before {
910
- content: "\e153"
911
- }
912
-
913
- .image-hover-page-container .glyphicon-sort-by-order-alt:before {
914
- content: "\e154"
915
- }
916
-
917
- .image-hover-page-container .glyphicon-sort-by-attributes:before {
918
- content: "\e155"
919
- }
920
-
921
- .image-hover-page-container .glyphicon-sort-by-attributes-alt:before {
922
- content: "\e156"
923
- }
924
-
925
- .image-hover-page-container .glyphicon-unchecked:before {
926
- content: "\e157"
927
- }
928
-
929
- .image-hover-page-container .glyphicon-expand:before {
930
- content: "\e158"
931
- }
932
-
933
- .image-hover-page-container .glyphicon-collapse-down:before {
934
- content: "\e159"
935
- }
936
-
937
- .image-hover-page-container .glyphicon-collapse-up:before {
938
- content: "\e160"
939
- }
940
-
941
- .image-hover-page-container .glyphicon-log-in:before {
942
- content: "\e161"
943
- }
944
-
945
- .image-hover-page-container .glyphicon-flash:before {
946
- content: "\e162"
947
- }
948
-
949
- .image-hover-page-container .glyphicon-log-out:before {
950
- content: "\e163"
951
- }
952
-
953
- .image-hover-page-container .glyphicon-new-window:before {
954
- content: "\e164"
955
- }
956
-
957
- .image-hover-page-container .glyphicon-record:before {
958
- content: "\e165"
959
- }
960
-
961
- .image-hover-page-container .glyphicon-save:before {
962
- content: "\e166"
963
- }
964
-
965
- .image-hover-page-container .glyphicon-open:before {
966
- content: "\e167"
967
- }
968
-
969
- .image-hover-page-container .glyphicon-saved:before {
970
- content: "\e168"
971
- }
972
-
973
- .image-hover-page-container .glyphicon-import:before {
974
- content: "\e169"
975
- }
976
-
977
- .image-hover-page-container .glyphicon-export:before {
978
- content: "\e170"
979
- }
980
-
981
- .image-hover-page-container .glyphicon-send:before {
982
- content: "\e171"
983
- }
984
-
985
- .image-hover-page-container .glyphicon-floppy-disk:before {
986
- content: "\e172"
987
- }
988
-
989
- .image-hover-page-container .glyphicon-floppy-saved:before {
990
- content: "\e173"
991
- }
992
-
993
- .image-hover-page-container .glyphicon-floppy-remove:before {
994
- content: "\e174"
995
- }
996
-
997
- .image-hover-page-container .glyphicon-floppy-save:before {
998
- content: "\e175"
999
- }
1000
-
1001
- .image-hover-page-container .glyphicon-floppy-open:before {
1002
- content: "\e176"
1003
- }
1004
-
1005
- .image-hover-page-container .glyphicon-credit-card:before {
1006
- content: "\e177"
1007
- }
1008
-
1009
- .image-hover-page-container .glyphicon-transfer:before {
1010
- content: "\e178"
1011
- }
1012
-
1013
- .image-hover-page-container .glyphicon-cutlery:before {
1014
- content: "\e179"
1015
- }
1016
-
1017
- .image-hover-page-container .glyphicon-header:before {
1018
- content: "\e180"
1019
- }
1020
-
1021
- .image-hover-page-container .glyphicon-compressed:before {
1022
- content: "\e181"
1023
- }
1024
-
1025
- .image-hover-page-container .glyphicon-earphone:before {
1026
- content: "\e182"
1027
- }
1028
-
1029
- .image-hover-page-container .glyphicon-phone-alt:before {
1030
- content: "\e183"
1031
- }
1032
-
1033
- .image-hover-page-container .glyphicon-tower:before {
1034
- content: "\e184"
1035
- }
1036
-
1037
- .image-hover-page-container .glyphicon-stats:before {
1038
- content: "\e185"
1039
- }
1040
-
1041
- .image-hover-page-container .glyphicon-sd-video:before {
1042
- content: "\e186"
1043
- }
1044
-
1045
- .image-hover-page-container .glyphicon-hd-video:before {
1046
- content: "\e187"
1047
- }
1048
-
1049
- .image-hover-page-container .glyphicon-subtitles:before {
1050
- content: "\e188"
1051
- }
1052
-
1053
- .image-hover-page-container .glyphicon-sound-stereo:before {
1054
- content: "\e189"
1055
- }
1056
-
1057
- .image-hover-page-container .glyphicon-sound-dolby:before {
1058
- content: "\e190"
1059
- }
1060
-
1061
- .image-hover-page-container .glyphicon-sound-5-1:before {
1062
- content: "\e191"
1063
- }
1064
-
1065
- .image-hover-page-container .glyphicon-sound-6-1:before {
1066
- content: "\e192"
1067
- }
1068
-
1069
- .image-hover-page-container .glyphicon-sound-7-1:before {
1070
- content: "\e193"
1071
- }
1072
-
1073
- .image-hover-page-container .glyphicon-copyright-mark:before {
1074
- content: "\e194"
1075
- }
1076
-
1077
- .image-hover-page-container .glyphicon-registration-mark:before {
1078
- content: "\e195"
1079
- }
1080
-
1081
- .image-hover-page-container .glyphicon-cloud-download:before {
1082
- content: "\e197"
1083
- }
1084
-
1085
- .image-hover-page-container .glyphicon-cloud-upload:before {
1086
- content: "\e198"
1087
- }
1088
-
1089
- .image-hover-page-container .glyphicon-tree-conifer:before {
1090
- content: "\e199"
1091
- }
1092
-
1093
- .image-hover-page-container .glyphicon-tree-deciduous:before {
1094
- content: "\e200"
1095
- }
1096
-
1097
- .image-hover-page-container .glyphicon-cd:before {
1098
- content: "\e201"
1099
- }
1100
-
1101
- .image-hover-page-container .glyphicon-save-file:before {
1102
- content: "\e202"
1103
- }
1104
-
1105
- .image-hover-page-container .glyphicon-open-file:before {
1106
- content: "\e203"
1107
- }
1108
-
1109
- .image-hover-page-container .glyphicon-level-up:before {
1110
- content: "\e204"
1111
- }
1112
-
1113
- .image-hover-page-container .glyphicon-copy:before {
1114
- content: "\e205"
1115
- }
1116
-
1117
- .image-hover-page-container .glyphicon-paste:before {
1118
- content: "\e206"
1119
- }
1120
-
1121
- .image-hover-page-container .glyphicon-alert:before {
1122
- content: "\e209"
1123
- }
1124
-
1125
- .image-hover-page-container .glyphicon-equalizer:before {
1126
- content: "\e210"
1127
- }
1128
-
1129
- .image-hover-page-container .glyphicon-king:before {
1130
- content: "\e211"
1131
- }
1132
-
1133
- .image-hover-page-container .glyphicon-queen:before {
1134
- content: "\e212"
1135
- }
1136
-
1137
- .image-hover-page-container .glyphicon-pawn:before {
1138
- content: "\e213"
1139
- }
1140
-
1141
- .image-hover-page-container .glyphicon-bishop:before {
1142
- content: "\e214"
1143
- }
1144
-
1145
- .image-hover-page-container .glyphicon-knight:before {
1146
- content: "\e215"
1147
- }
1148
-
1149
- .image-hover-page-container .glyphicon-baby-formula:before {
1150
- content: "\e216"
1151
- }
1152
-
1153
- .image-hover-page-container .glyphicon-tent:before {
1154
- content: "\26fa"
1155
- }
1156
-
1157
- .image-hover-page-container .glyphicon-blackboard:before {
1158
- content: "\e218"
1159
- }
1160
-
1161
- .image-hover-page-container .glyphicon-bed:before {
1162
- content: "\e219"
1163
- }
1164
-
1165
- .image-hover-page-container .glyphicon-apple:before {
1166
- content: "\f8ff"
1167
- }
1168
-
1169
- .image-hover-page-container .glyphicon-erase:before {
1170
- content: "\e221"
1171
- }
1172
-
1173
- .image-hover-page-container .glyphicon-hourglass:before {
1174
- content: "\231b"
1175
- }
1176
-
1177
- .image-hover-page-container .glyphicon-lamp:before {
1178
- content: "\e223"
1179
- }
1180
-
1181
- .image-hover-page-container .glyphicon-duplicate:before {
1182
- content: "\e224"
1183
- }
1184
-
1185
- .image-hover-page-container .glyphicon-piggy-bank:before {
1186
- content: "\e225"
1187
- }
1188
-
1189
- .image-hover-page-container .glyphicon-scissors:before {
1190
- content: "\e226"
1191
- }
1192
-
1193
- .image-hover-page-container .glyphicon-bitcoin:before {
1194
- content: "\e227"
1195
- }
1196
-
1197
- .image-hover-page-container .glyphicon-yen:before {
1198
- content: "\00a5"
1199
- }
1200
-
1201
- .image-hover-page-container .glyphicon-ruble:before {
1202
- content: "\20bd"
1203
- }
1204
-
1205
- .image-hover-page-container .glyphicon-scale:before {
1206
- content: "\e230"
1207
- }
1208
-
1209
- .image-hover-page-container .glyphicon-ice-lolly:before {
1210
- content: "\e231"
1211
- }
1212
-
1213
- .image-hover-page-container .glyphicon-ice-lolly-tasted:before {
1214
- content: "\e232"
1215
- }
1216
-
1217
- .image-hover-page-container .glyphicon-education:before {
1218
- content: "\e233"
1219
- }
1220
-
1221
- .image-hover-page-container .glyphicon-option-horizontal:before {
1222
- content: "\e234"
1223
- }
1224
-
1225
- .image-hover-page-container .glyphicon-option-vertical:before {
1226
- content: "\e235"
1227
- }
1228
-
1229
- .image-hover-page-container .glyphicon-menu-hamburger:before {
1230
- content: "\e236"
1231
- }
1232
-
1233
- .image-hover-page-container .glyphicon-modal-window:before {
1234
- content: "\e237"
1235
- }
1236
-
1237
- .image-hover-page-container .glyphicon-oil:before {
1238
- content: "\e238"
1239
- }
1240
-
1241
- .image-hover-page-container .glyphicon-grain:before {
1242
- content: "\e239"
1243
- }
1244
-
1245
- .image-hover-page-container .glyphicon-sunglasses:before {
1246
- content: "\e240"
1247
- }
1248
-
1249
- .image-hover-page-container .glyphicon-text-size:before {
1250
- content: "\e241"
1251
- }
1252
-
1253
- .image-hover-page-container .glyphicon-text-color:before {
1254
- content: "\e242"
1255
- }
1256
-
1257
- .image-hover-page-container .glyphicon-text-background:before {
1258
- content: "\e243"
1259
- }
1260
-
1261
- .image-hover-page-container .glyphicon-object-align-top:before {
1262
- content: "\e244"
1263
- }
1264
-
1265
- .image-hover-page-container .glyphicon-object-align-bottom:before {
1266
- content: "\e245"
1267
- }
1268
-
1269
- .image-hover-page-container .glyphicon-object-align-horizontal:before {
1270
- content: "\e246"
1271
- }
1272
-
1273
- .image-hover-page-container .glyphicon-object-align-left:before {
1274
- content: "\e247"
1275
- }
1276
-
1277
- .image-hover-page-container .glyphicon-object-align-vertical:before {
1278
- content: "\e248"
1279
- }
1280
-
1281
- .image-hover-page-container .glyphicon-object-align-right:before {
1282
- content: "\e249"
1283
- }
1284
-
1285
- .image-hover-page-container .glyphicon-triangle-right:before {
1286
- content: "\e250"
1287
- }
1288
-
1289
- .image-hover-page-container .glyphicon-triangle-left:before {
1290
- content: "\e251"
1291
- }
1292
-
1293
- .image-hover-page-container .glyphicon-triangle-bottom:before {
1294
- content: "\e252"
1295
- }
1296
-
1297
- .image-hover-page-container .glyphicon-triangle-top:before {
1298
- content: "\e253"
1299
- }
1300
-
1301
- .image-hover-page-container .glyphicon-console:before {
1302
- content: "\e254"
1303
- }
1304
-
1305
- .image-hover-page-container .glyphicon-superscript:before {
1306
- content: "\e255"
1307
- }
1308
-
1309
- .image-hover-page-container .glyphicon-subscript:before {
1310
- content: "\e256"
1311
- }
1312
-
1313
- .image-hover-page-container .glyphicon-menu-left:before {
1314
- content: "\e257"
1315
- }
1316
-
1317
- .image-hover-page-container .glyphicon-menu-right:before {
1318
- content: "\e258"
1319
- }
1320
-
1321
- .image-hover-page-container .glyphicon-menu-down:before {
1322
- content: "\e259"
1323
- }
1324
-
1325
- .image-hover-page-container .glyphicon-menu-up:before {
1326
- content: "\e260"
1327
- }
1328
-
1329
- .image-hover-page-container *,
1330
- .image-hover-page-container:after,
1331
- .image-hover-page-container:before {
1332
- -webkit-box-sizing: border-box;
1333
- -moz-box-sizing: border-box;
1334
- box-sizing: border-box
1335
- }
1336
-
1337
- .image-hover-page-container html {
1338
- font-size: 10px;
1339
- -webkit-tap-highlight-color: transparent
1340
- }
1341
-
1342
- .image-hover-page-container body {
1343
- font-size: 14px;
1344
- line-height: 1.42857143;
1345
- color: #333;
1346
- background-color: #fff
1347
- }
1348
-
1349
- .image-hover-page-container button,
1350
- .image-hover-page-container input,
1351
- .image-hover-page-container select,
1352
- .image-hover-page-container textarea {
1353
- font-family: inherit;
1354
- font-size: inherit;
1355
- line-height: inherit
1356
- }
1357
-
1358
- .image-hover-page-container a {
1359
- color: #337ab7;
1360
- text-decoration: none
1361
- }
1362
-
1363
- .image-hover-page-container a:focus,
1364
- .image-hover-page-container a:hover {
1365
- color: #23527c;
1366
- text-decoration: underline
1367
- }
1368
-
1369
- .image-hover-page-container a:focus {
1370
- outline: dotted thin;
1371
- outline: -webkit-focus-ring-color auto 5px;
1372
- outline-offset: -2px
1373
- }
1374
-
1375
- .image-hover-page-container figure {
1376
- margin: 0
1377
- }
1378
-
1379
- .image-hover-page-container .carousel-inner>.item>a>img,
1380
- .image-hover-page-container .carousel-inner>.item>img,
1381
- .image-hover-page-container .img-responsive,
1382
- .image-hover-page-container .thumbnail a>img,
1383
- .image-hover-page-container .thumbnail>img {
1384
- display: block;
1385
- max-width: 100%;
1386
- height: auto
1387
- }
1388
-
1389
- .image-hover-page-container .img-rounded {
1390
- border-radius: 6px
1391
- }
1392
-
1393
- .image-hover-page-container .img-thumbnail {
1394
- display: inline-block;
1395
- max-width: 100%;
1396
- height: auto;
1397
- padding: 4px;
1398
- line-height: 1.42857143;
1399
- background-color: #fff;
1400
- border: 1px solid #ddd;
1401
- border-radius: 4px;
1402
- -webkit-transition: all .2s ease-in-out;
1403
- -o-transition: all .2s ease-in-out;
1404
- transition: all .2s ease-in-out
1405
- }
1406
-
1407
- .image-hover-page-container .img-circle {
1408
- border-radius: 50%
1409
- }
1410
-
1411
- .image-hover-page-container hr {
1412
- margin-top: 20px;
1413
- margin-bottom: 20px;
1414
- border: 0;
1415
- border-top: 1px solid #eee
1416
- }
1417
-
1418
- .image-hover-page-container .sr-only {
1419
- position: absolute;
1420
- width: 1px;
1421
- height: 1px;
1422
- padding: 0;
1423
- margin: -1px;
1424
- overflow: hidden;
1425
- clip: rect(0, 0, 0, 0);
1426
- border: 0
1427
- }
1428
-
1429
- .image-hover-page-container .sr-only-focusable:active,
1430
- .image-hover-page-container .sr-only-focusable:focus {
1431
- position: static;
1432
- width: auto;
1433
- height: auto;
1434
- margin: 0;
1435
- overflow: visible;
1436
- clip: auto
1437
- }
1438
-
1439
- .ih-item img {
1440
- display: block;
1441
- }
1442
-
1443
- .image-hover-page-container .h1,
1444
- .image-hover-page-container .h2,
1445
- .image-hover-page-container .h3,
1446
- .image-hover-page-container .h4,
1447
- .image-hover-page-container .h5,
1448
- .image-hover-page-container .h6,
1449
- .image-hover-page-container h1,
1450
- .image-hover-page-container h2,
1451
- .image-hover-page-container h3,
1452
- .image-hover-page-container h4,
1453
- .image-hover-page-container h5,
1454
- .image-hover-page-container h6 {
1455
- font-family: inherit;
1456
- font-weight: 500;
1457
- line-height: 1.1;
1458
- color: inherit
1459
- }
1460
-
1461
- .image-hover-page-container .h1 .small,
1462
- .image-hover-page-container .h1 small,
1463
- .image-hover-page-container .h2 .small,
1464
- .image-hover-page-container .h2 small,
1465
- .image-hover-page-container .h3 .small,
1466
- .image-hover-page-container .h3 small,
1467
- .image-hover-page-container .h4 .small,
1468
- .image-hover-page-container .h4 small,
1469
- .image-hover-page-container .h5 .small,
1470
- .image-hover-page-container .h5 small,
1471
- .image-hover-page-container .h6 .small,
1472
- .image-hover-page-container .h6 small,
1473
- .image-hover-page-container h1 .small,
1474
- .image-hover-page-container h1 small,
1475
- .image-hover-page-container h2 .small,
1476
- .image-hover-page-container h2 small,
1477
- .image-hover-page-container h3 .small,
1478
- .image-hover-page-container h3 small,
1479
- .image-hover-page-container h4 .small,
1480
- .image-hover-page-container h4 small,
1481
- .image-hover-page-container h5 .small,
1482
- .image-hover-page-container h5 small,
1483
- .image-hover-page-container h6 .small,
1484
- .image-hover-page-container h6 small {
1485
- font-weight: 400;
1486
- line-height: 1;
1487
- color: #777
1488
- }
1489
-
1490
- .image-hover-page-container .h1,
1491
- .image-hover-page-container .h2,
1492
- .image-hover-page-container .h3,
1493
- .image-hover-page-container h1,
1494
- .image-hover-page-container h2,
1495
- .image-hover-page-container h3 {
1496
- margin-top: 20px;
1497
- margin-bottom: 10px
1498
- }
1499
-
1500
- .image-hover-page-container .h1 .small,
1501
- .image-hover-page-container .h1 small,
1502
- .image-hover-page-container .h2 .small,
1503
- .image-hover-page-container .h2 small,
1504
- .image-hover-page-container .h3 .small,
1505
- .image-hover-page-container .h3 small,
1506
- .image-hover-page-container h1 .small,
1507
- .image-hover-page-container h1 small,
1508
- .image-hover-page-container h2 .small,
1509
- .image-hover-page-container h2 small,
1510
- .image-hover-page-container h3 .small,
1511
- .image-hover-page-container h3 small {
1512
- font-size: 65%
1513
- }
1514
-
1515
- .image-hover-page-container .h4,
1516
- .image-hover-page-container .h5,
1517
- .image-hover-page-container .h6,
1518
- .image-hover-page-container h4,
1519
- .image-hover-page-container h5,
1520
- .image-hover-page-container h6 {
1521
- margin-top: 10px;
1522
- margin-bottom: 10px
1523
- }
1524
-
1525
- .image-hover-page-container .h4 .small,
1526
- .image-hover-page-container .h4 small,
1527
- .image-hover-page-container .h5 .small,
1528
- .image-hover-page-container .h5 small,
1529
- .image-hover-page-container .h6 .small,
1530
- .image-hover-page-container .h6 small,
1531
- .image-hover-page-container h4 .small,
1532
- .image-hover-page-container h4 small,
1533
- .image-hover-page-container h5 .small,
1534
- .image-hover-page-container h5 small,
1535
- .image-hover-page-container h6 .small,
1536
- .image-hover-page-container h6 small {
1537
- font-size: 75%
1538
- }
1539
-
1540
- .image-hover-page-container .h1,
1541
- .image-hover-page-container h1 {
1542
- font-size: 36px
1543
- }
1544
-
1545
- .image-hover-page-container .h2,
1546
- .image-hover-page-container h2 {
1547
- font-size: 30px
1548
- }
1549
-
1550
- .image-hover-page-container .h3,
1551
- .image-hover-page-container h3 {
1552
- font-size: 24px
1553
- }
1554
-
1555
- .image-hover-page-container .h4,
1556
- .image-hover-page-container h4 {
1557
- font-size: 18px
1558
- }
1559
-
1560
- .image-hover-page-container .h5,
1561
- .image-hover-page-container h5 {
1562
- font-size: 14px
1563
- }
1564
-
1565
- .image-hover-page-container .h6,
1566
- .image-hover-page-container h6 {
1567
- font-size: 12px
1568
- }
1569
-
1570
- .image-hover-page-container p {
1571
- margin: 0 0 10px
1572
- }
1573
-
1574
- .image-hover-page-container .lead {
1575
- margin-bottom: 20px;
1576
- font-size: 16px;
1577
- font-weight: 300;
1578
- line-height: 1.4
1579
- }
1580
-
1581
- @media (min-width:768px) {
1582
- .image-hover-page-container .lead {
1583
- font-size: 21px
1584
- }
1585
- }
1586
-
1587
- .image-hover-page-container .small,
1588
- .image-hover-page-container small {
1589
- font-size: 85%
1590
- }
1591
-
1592
- .image-hover-page-container .mark,
1593
- .image-hover-page-container mark {
1594
- padding: .2em;
1595
- background-color: #fcf8e3
1596
- }
1597
-
1598
- .image-hover-page-container .text-left {
1599
- text-align: left
1600
- }
1601
-
1602
- .image-hover-page-container .text-right {
1603
- text-align: right
1604
- }
1605
-
1606
- .image-hover-page-container .text-center {
1607
- text-align: center
1608
- }
1609
-
1610
- .image-hover-page-container .text-justify {
1611
- text-align: justify
1612
- }
1613
-
1614
- .image-hover-page-container .text-nowrap {
1615
- white-space: nowrap
1616
- }
1617
-
1618
- .image-hover-page-container .text-lowercase {
1619
- text-transform: lowercase
1620
- }
1621
-
1622
- .image-hover-page-container .text-uppercase {
1623
- text-transform: uppercase
1624
- }
1625
-
1626
- .image-hover-page-container .text-capitalize {
1627
- text-transform: capitalize
1628
- }
1629
-
1630
- .image-hover-page-container .text-muted {
1631
- color: #777
1632
- }
1633
-
1634
- .image-hover-page-container .text-primary {
1635
- color: #337ab7
1636
- }
1637
-
1638
- .image-hover-page-container a.text-primary:hover {
1639
- color: #286090
1640
- }
1641
-
1642
- .image-hover-page-container .text-success {
1643
- color: #3c763d
1644
- }
1645
-
1646
- .image-hover-page-container a.text-success:hover {
1647
- color: #2b542c
1648
- }
1649
-
1650
- .image-hover-page-container .text-info {
1651
- color: #31708f
1652
- }
1653
-
1654
- .image-hover-page-container a.text-info:hover {
1655
- color: #245269
1656
- }
1657
-
1658
- .image-hover-page-container .text-warning {
1659
- color: #8a6d3b
1660
- }
1661
-
1662
- .image-hover-page-container a.text-warning:hover {
1663
- color: #66512c
1664
- }
1665
-
1666
- .image-hover-page-container .text-danger {
1667
- color: #a94442
1668
- }
1669
-
1670
- .image-hover-page-container a.text-danger:hover {
1671
- color: #843534
1672
- }
1673
-
1674
- .image-hover-page-container .bg-primary {
1675
- color: #fff;
1676
- background-color: #337ab7
1677
- }
1678
-
1679
- .image-hover-page-container a.bg-primary:hover {
1680
- background-color: #286090
1681
- }
1682
-
1683
- .image-hover-page-container .bg-success {
1684
- background-color: #dff0d8
1685
- }
1686
-
1687
- .image-hover-page-container a.bg-success:hover {
1688
- background-color: #c1e2b3
1689
- }
1690
-
1691
- .image-hover-page-container .bg-info {
1692
- background-color: #d9edf7
1693
- }
1694
-
1695
- .image-hover-page-container a.bg-info:hover {
1696
- background-color: #afd9ee
1697
- }
1698
-
1699
- .image-hover-page-container .bg-warning {
1700
- background-color: #fcf8e3
1701
- }
1702
-
1703
- .image-hover-page-container a.bg-warning:hover {
1704
- background-color: #f7ecb5
1705
- }
1706
-
1707
- .image-hover-page-container .bg-danger {
1708
- background-color: #f2dede
1709
- }
1710
-
1711
- .image-hover-page-container a.bg-danger:hover {
1712
- background-color: #e4b9b9
1713
- }
1714
-
1715
- .image-hover-page-container .page-header {
1716
- padding-bottom: 9px;
1717
- margin: 40px 0 20px;
1718
- border-bottom: 1px solid #eee
1719
- }
1720
-
1721
- .image-hover-page-container ol,
1722
- .image-hover-page-container ul {
1723
- margin-top: 0;
1724
- margin-bottom: 10px
1725
- }
1726
-
1727
- .image-hover-page-container ol ol,
1728
- .image-hover-page-container ol ul,
1729
- .image-hover-page-container ul ol,
1730
- .image-hover-page-container ul ul {
1731
- margin-bottom: 0
1732
- }
1733
-
1734
- .image-hover-page-container .list-unstyled {
1735
- padding-left: 0;
1736
- list-style: none
1737
- }
1738
-
1739
- .image-hover-page-container .list-inline {
1740
- padding-left: 0;
1741
- margin-left: -5px;
1742
- list-style: none
1743
- }
1744
-
1745
- .image-hover-page-container .list-inline>li {
1746
- display: inline-block;
1747
- padding-right: 5px;
1748
- padding-left: 5px
1749
- }
1750
-
1751
- .image-hover-page-container dl {
1752
- margin-top: 0;
1753
- margin-bottom: 20px
1754
- }
1755
-
1756
- .image-hover-page-container dd,
1757
- .image-hover-page-container dt {
1758
- line-height: 1.42857143
1759
- }
1760
-
1761
- .image-hover-page-container dt {
1762
- font-weight: 700
1763
- }
1764
-
1765
- .image-hover-page-container dd {
1766
- margin-left: 0
1767
- }
1768
-
1769
- @media (min-width:768px) {
1770
- .image-hover-page-container .dl-horizontal dt {
1771
- float: left;
1772
- width: 160px;
1773
- overflow: hidden;
1774
- clear: left;
1775
- text-align: right;
1776
- text-overflow: ellipsis;
1777
- white-space: nowrap
1778
- }
1779
- .image-hover-page-container .dl-horizontal dd {
1780
- margin-left: 180px
1781
- }
1782
- }
1783
-
1784
- .image-hover-page-container abbr[data-original-title],
1785
- .image-hover-page-container abbr[title] {
1786
- cursor: help;
1787
- border-bottom: 1px dotted #777
1788
- }
1789
-
1790
- .image-hover-page-container .initialism {
1791
- font-size: 90%;
1792
- text-transform: uppercase
1793
- }
1794
-
1795
- .image-hover-page-container blockquote {
1796
- padding: 10px 20px;
1797
- margin: 0 0 20px;
1798
- font-size: 17.5px;
1799
- border-left: 5px solid #eee
1800
- }
1801
-
1802
- .image-hover-page-container blockquote ol:last-child,
1803
- .image-hover-page-container blockquote p:last-child,
1804
- .image-hover-page-container blockquote ul:last-child {
1805
- margin-bottom: 0
1806
- }
1807
-
1808
- .image-hover-page-container blockquote .small,
1809
- .image-hover-page-container blockquote footer,
1810
- .image-hover-page-container blockquote small {
1811
- display: block;
1812
- font-size: 80%;
1813
- line-height: 1.42857143;
1814
- color: #777
1815
- }
1816
-
1817
- .image-hover-page-container blockquote .small:before,
1818
- .image-hover-page-container blockquote footer:before,
1819
- .image-hover-page-container blockquote small:before {
1820
- content: '\2014 \00A0'
1821
- }
1822
-
1823
- .image-hover-page-container .blockquote-reverse,
1824
- .image-hover-page-container blockquote.pull-right {
1825
- padding-right: 15px;
1826
- padding-left: 0;
1827
- text-align: right;
1828
- border-right: 5px solid #eee;
1829
- border-left: 0
1830
- }
1831
-
1832
- .image-hover-page-container .blockquote-reverse .small:before,
1833
- .image-hover-page-container .blockquote-reverse footer:before,
1834
- .image-hover-page-container .blockquote-reverse small:before,
1835
- .image-hover-page-container blockquote.pull-right .small:before,
1836
- .image-hover-page-container blockquote.pull-right footer:before,
1837
- .image-hover-page-container blockquote.pull-right small:before {
1838
- content: ''
1839
- }
1840
-
1841
- .image-hover-page-container .blockquote-reverse .small:after,
1842
- .image-hover-page-container .blockquote-reverse footer:after,
1843
- .image-hover-page-container .blockquote-reverse small:after,
1844
- .image-hover-page-container blockquote.pull-right .small:after,
1845
- .image-hover-page-container blockquote.pull-right footer:after,
1846
- .image-hover-page-container blockquote.pull-right small:after {
1847
- content: '\00A0 \2014'
1848
- }
1849
-
1850
- .image-hover-page-container address {
1851
- margin-bottom: 20px;
1852
- font-style: normal;
1853
- line-height: 1.42857143
1854
- }
1855
-
1856
- .image-hover-page-container code,
1857
- .image-hover-page-container kbd,
1858
- .image-hover-page-container pre,
1859
- .image-hover-page-container samp {
1860
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace
1861
- }
1862
-
1863
- .image-hover-page-container code {
1864
- padding: 2px 4px;
1865
- font-size: 90%;
1866
- color: #c7254e;
1867
- background-color: #f9f2f4;
1868
- border-radius: 4px
1869
- }
1870
-
1871
- .image-hover-page-container kbd {
1872
- padding: 2px 4px;
1873
- font-size: 90%;
1874
- color: #fff;
1875
- background-color: #333;
1876
- border-radius: 3px;
1877
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
1878
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
1879
- }
1880
-
1881
- .image-hover-page-container kbd kbd {
1882
- padding: 0;
1883
- font-size: 100%;
1884
- font-weight: 700;
1885
- -webkit-box-shadow: none;
1886
- box-shadow: none
1887
- }
1888
-
1889
- .image-hover-page-container pre {
1890
- display: block;
1891
- padding: 9.5px;
1892
- margin: 0 0 10px;
1893
- font-size: 13px;
1894
- line-height: 1.42857143;
1895
- color: #333;
1896
- word-break: break-all;
1897
- word-wrap: break-word;
1898
- background-color: #f5f5f5;
1899
- border: 1px solid #ccc;
1900
- border-radius: 4px
1901
- }
1902
-
1903
- .image-hover-page-container .container,
1904
- .image-hover-page-container .container-fluid {
1905
- padding-right: 15px;
1906
- padding-left: 15px;
1907
- margin-right: auto;
1908
- margin-left: auto
1909
- }
1910
-
1911
- .image-hover-page-container pre code {
1912
- padding: 0;
1913
- font-size: inherit;
1914
- color: inherit;
1915
- white-space: pre-wrap;
1916
- background-color: transparent;
1917
- border-radius: 0
1918
- }
1919
-
1920
- .image-hover-page-container .pre-scrollable {
1921
- max-height: 340px;
1922
- overflow-y: scroll
1923
- }
1924
-
1925
- @media (min-width:768px) {
1926
- .image-hover-page-container .container {
1927
- width: 750px
1928
- }
1929
- }
1930
-
1931
- @media (min-width:992px) {
1932
- .image-hover-page-container .container {
1933
- width: 970px
1934
- }
1935
- }
1936
-
1937
- @media (min-width:1200px) {
1938
- .image-hover-page-container .container {
1939
- width: 1170px
1940
- }
1941
- }
1942
-
1943
- .image-hover-page-container .col-lg-1,
1944
- .image-hover-page-container .col-lg-10,
1945
- .image-hover-page-container .col-lg-11,
1946
- .image-hover-page-container .col-lg-12,
1947
- .image-hover-page-container .col-lg-2,
1948
- .image-hover-page-container .col-lg-3,
1949
- .image-hover-page-container .col-lg-4,
1950
- .image-hover-page-container .col-lg-5,
1951
- .image-hover-page-container .col-lg-6,
1952
- .image-hover-page-container .col-lg-7,
1953
- .image-hover-page-container .col-lg-8,
1954
- .image-hover-page-container .col-lg-9,
1955
- .image-hover-page-container .col-md-1,
1956
- .image-hover-page-container .col-md-10,
1957
- .image-hover-page-container .col-md-11,
1958
- .image-hover-page-container .col-md-12,
1959
- .image-hover-page-container .col-md-2,
1960
- .image-hover-page-container .col-md-3,
1961
- .image-hover-page-container .col-md-4,
1962
- .image-hover-page-container .col-md-5,
1963
- .image-hover-page-container .col-md-6,
1964
- .image-hover-page-container .col-md-7,
1965
- .image-hover-page-container .col-md-8,
1966
- .image-hover-page-container .col-md-9,
1967
- .image-hover-page-container .col-sm-1,
1968
- .image-hover-page-container .col-sm-10,
1969
- .image-hover-page-container .col-sm-11,
1970
- .image-hover-page-container .col-sm-12,
1971
- .image-hover-page-container .col-sm-2,
1972
- .image-hover-page-container .col-sm-3,
1973
- .image-hover-page-container .col-sm-4,
1974
- .image-hover-page-container .col-sm-5,
1975
- .image-hover-page-container .col-sm-6,
1976
- .image-hover-page-container .col-sm-7,
1977
- .image-hover-page-container .col-sm-8,
1978
- .image-hover-page-container .col-sm-9,
1979
- .image-hover-page-container .col-xs-1,
1980
- .image-hover-page-container .col-xs-10,
1981
- .image-hover-page-container .col-xs-11,
1982
- .image-hover-page-container .col-xs-12,
1983
- .image-hover-page-container .col-xs-2,
1984
- .image-hover-page-container .col-xs-3,
1985
- .image-hover-page-container .col-xs-4,
1986
- .image-hover-page-container .col-xs-5,
1987
- .image-hover-page-container .col-xs-6,
1988
- .image-hover-page-container .col-xs-7,
1989
- .image-hover-page-container .col-xs-8,
1990
- .image-hover-page-container .col-xs-9 {
1991
- position: relative;
1992
- min-height: 1px;
1993
- padding-right: 15px;
1994
- padding-left: 15px
1995
- }
1996
-
1997
- .image-hover-page-container .col-xs-1,
1998
- .image-hover-page-container .col-xs-10,
1999
- .image-hover-page-container .col-xs-11,
2000
- .image-hover-page-container .col-xs-12,
2001
- .image-hover-page-container .col-xs-2,
2002
- .image-hover-page-container .col-xs-3,
2003
- .image-hover-page-container .col-xs-4,
2004
- .image-hover-page-container .col-xs-5,
2005
- .image-hover-page-container .col-xs-6,
2006
- .image-hover-page-container .col-xs-7,
2007
- .image-hover-page-container .col-xs-8,
2008
- .image-hover-page-container .col-xs-9 {
2009
- float: left
2010
- }
2011
-
2012
- .image-hover-page-container .col-xs-12 {
2013
- width: 100%
2014
- }
2015
-
2016
- .image-hover-page-container .col-xs-11 {
2017
- width: 91.66666667%
2018
- }
2019
-
2020
- .image-hover-page-container .col-xs-10 {
2021
- width: 83.33333333%
2022
- }
2023
-
2024
- .image-hover-page-container .col-xs-9 {
2025
- width: 75%
2026
- }
2027
-
2028
- .image-hover-page-container .col-xs-8 {
2029
- width: 66.66666667%
2030
- }
2031
-
2032
- .image-hover-page-container .col-xs-7 {
2033
- width: 58.33333333%
2034
- }
2035
-
2036
- .image-hover-page-container .col-xs-6 {
2037
- width: 50%
2038
- }
2039
-
2040
- .image-hover-page-container .col-xs-5 {
2041
- width: 41.66666667%
2042
- }
2043
-
2044
- .image-hover-page-container .col-xs-4 {
2045
- width: 33.33333333%
2046
- }
2047
-
2048
- .image-hover-page-container .col-xs-3 {
2049
- width: 25%
2050
- }
2051
-
2052
- .image-hover-page-container .col-xs-2 {
2053
- width: 16.66666667%
2054
- }
2055
-
2056
- .image-hover-page-container .col-xs-1 {
2057
- width: 8.33333333%
2058
- }
2059
-
2060
- .image-hover-page-container .col-xs-pull-12 {
2061
- right: 100%
2062
- }
2063
-
2064
- .image-hover-page-container .col-xs-pull-11 {
2065
- right: 91.66666667%
2066
- }
2067
-
2068
- .image-hover-page-container .col-xs-pull-10 {
2069
- right: 83.33333333%
2070
- }
2071
-
2072
- .image-hover-page-container .col-xs-pull-9 {
2073
- right: 75%
2074
- }
2075
-
2076
- .image-hover-page-container .col-xs-pull-8 {
2077
- right: 66.66666667%
2078
- }
2079
-
2080
- .image-hover-page-container .col-xs-pull-7 {
2081
- right: 58.33333333%
2082
- }
2083
-
2084
- .image-hover-page-container .col-xs-pull-6 {
2085
- right: 50%
2086
- }
2087
-
2088
- .image-hover-page-container .col-xs-pull-5 {
2089
- right: 41.66666667%
2090
- }
2091
-
2092
- .image-hover-page-container .col-xs-pull-4 {
2093
- right: 33.33333333%
2094
- }
2095
-
2096
- .image-hover-page-container .col-xs-pull-3 {
2097
- right: 25%
2098
- }
2099
-
2100
- .image-hover-page-container .col-xs-pull-2 {
2101
- right: 16.66666667%
2102
- }
2103
-
2104
- .image-hover-page-container .col-xs-pull-1 {
2105
- right: 8.33333333%
2106
- }
2107
-
2108
- .image-hover-page-container .col-xs-pull-0 {
2109
- right: auto
2110
- }
2111
-
2112
- .image-hover-page-container .col-xs-push-12 {
2113
- left: 100%
2114
- }
2115
-
2116
- .image-hover-page-container .col-xs-push-11 {
2117
- left: 91.66666667%
2118
- }
2119
-
2120
- .image-hover-page-container .col-xs-push-10 {
2121
- left: 83.33333333%
2122
- }
2123
-
2124
- .image-hover-page-container .col-xs-push-9 {
2125
- left: 75%
2126
- }
2127
-
2128
- .image-hover-page-container .col-xs-push-8 {
2129
- left: 66.66666667%
2130
- }
2131
-
2132
- .image-hover-page-container .col-xs-push-7 {
2133
- left: 58.33333333%
2134
- }
2135
-
2136
- .image-hover-page-container .col-xs-push-6 {
2137
- left: 50%
2138
- }
2139
-
2140
- .image-hover-page-container .col-xs-push-5 {
2141
- left: 41.66666667%
2142
- }
2143
-
2144
- .image-hover-page-container .col-xs-push-4 {
2145
- left: 33.33333333%
2146
- }
2147
-
2148
- .image-hover-page-container .col-xs-push-3 {
2149
- left: 25%
2150
- }
2151
-
2152
- .image-hover-page-container .col-xs-push-2 {
2153
- left: 16.66666667%
2154
- }
2155
-
2156
- .image-hover-page-container .col-xs-push-1 {
2157
- left: 8.33333333%
2158
- }
2159
-
2160
- .image-hover-page-container .col-xs-push-0 {
2161
- left: auto
2162
- }
2163
-
2164
- .image-hover-page-container .col-xs-offset-12 {
2165
- margin-left: 100%
2166
- }
2167
-
2168
- .image-hover-page-container .col-xs-offset-11 {
2169
- margin-left: 91.66666667%
2170
- }
2171
-
2172
- .image-hover-page-container .col-xs-offset-10 {
2173
- margin-left: 83.33333333%
2174
- }
2175
-
2176
- .image-hover-page-container .col-xs-offset-9 {
2177
- margin-left: 75%
2178
- }
2179
-
2180
- .image-hover-page-container .col-xs-offset-8 {
2181
- margin-left: 66.66666667%
2182
- }
2183
-
2184
- .image-hover-page-container .col-xs-offset-7 {
2185
- margin-left: 58.33333333%
2186
- }
2187
-
2188
- .image-hover-page-container .col-xs-offset-6 {
2189
- margin-left: 50%
2190
- }
2191
-
2192
- .image-hover-page-container .col-xs-offset-5 {
2193
- margin-left: 41.66666667%
2194
- }
2195
-
2196
- .image-hover-page-container .col-xs-offset-4 {
2197
- margin-left: 33.33333333%
2198
- }
2199
-
2200
- .image-hover-page-container .col-xs-offset-3 {
2201
- margin-left: 25%
2202
- }
2203
-
2204
- .image-hover-page-container .col-xs-offset-2 {
2205
- margin-left: 16.66666667%
2206
- }
2207
-
2208
- .image-hover-page-container .col-xs-offset-1 {
2209
- margin-left: 8.33333333%
2210
- }
2211
-
2212
- .image-hover-page-container .col-xs-offset-0 {
2213
- margin-left: 0
2214
- }
2215
-
2216
- @media (min-width:768px) {
2217
- .image-hover-page-container .col-sm-1,
2218
- .image-hover-page-container .col-sm-10,
2219
- .image-hover-page-container .col-sm-11,
2220
- .image-hover-page-container .col-sm-12,
2221
- .image-hover-page-container .col-sm-2,
2222
- .image-hover-page-container .col-sm-3,
2223
- .image-hover-page-container .col-sm-4,
2224
- .image-hover-page-container .col-sm-5,
2225
- .image-hover-page-container .col-sm-6,
2226
- .image-hover-page-container .col-sm-7,
2227
- .image-hover-page-container .col-sm-8,
2228
- .image-hover-page-container .col-sm-9 {
2229
- float: left
2230
- }
2231
- .image-hover-page-container .col-sm-12 {
2232
- width: 100%
2233
- }
2234
- .image-hover-page-container .col-sm-11 {
2235
- width: 91.66666667%
2236
- }
2237
- .image-hover-page-container .col-sm-10 {
2238
- width: 83.33333333%
2239
- }
2240
- .image-hover-page-container .col-sm-9 {
2241
- width: 75%
2242
- }
2243
- .image-hover-page-container .col-sm-8 {
2244
- width: 66.66666667%
2245
- }
2246
- .image-hover-page-container .col-sm-7 {
2247
- width: 58.33333333%
2248
- }
2249
- .image-hover-page-container .col-sm-6 {
2250
- width: 50%
2251
- }
2252
- .image-hover-page-container .col-sm-5 {
2253
- width: 41.66666667%
2254
- }
2255
- .image-hover-page-container .col-sm-4 {
2256
- width: 33.33333333%
2257
- }
2258
- .image-hover-page-container .col-sm-3 {
2259
- width: 25%
2260
- }
2261
- .image-hover-page-container .col-sm-2 {
2262
- width: 16.66666667%
2263
- }
2264
- .image-hover-page-container .col-sm-1 {
2265
- width: 8.33333333%
2266
- }
2267
- .image-hover-page-container .col-sm-pull-12 {
2268
- right: 100%
2269
- }
2270
- .image-hover-page-container .col-sm-pull-11 {
2271
- right: 91.66666667%
2272
- }
2273
- .image-hover-page-container .col-sm-pull-10 {
2274
- right: 83.33333333%
2275
- }
2276
- .image-hover-page-container .col-sm-pull-9 {
2277
- right: 75%
2278
- }
2279
- .image-hover-page-container .col-sm-pull-8 {
2280
- right: 66.66666667%
2281
- }
2282
- .image-hover-page-container .col-sm-pull-7 {
2283
- right: 58.33333333%
2284
- }
2285
- .image-hover-page-container .col-sm-pull-6 {
2286
- right: 50%
2287
- }
2288
- .image-hover-page-container .col-sm-pull-5 {
2289
- right: 41.66666667%
2290
- }
2291
- .image-hover-page-container .col-sm-pull-4 {
2292
- right: 33.33333333%
2293
- }
2294
- .image-hover-page-container .col-sm-pull-3 {
2295
- right: 25%
2296
- }
2297
- .image-hover-page-container .col-sm-pull-2 {
2298
- right: 16.66666667%
2299
- }
2300
- .image-hover-page-container .col-sm-pull-1 {
2301
- right: 8.33333333%
2302
- }
2303
- .image-hover-page-container .col-sm-pull-0 {
2304
- right: auto
2305
- }
2306
- .image-hover-page-container .col-sm-push-12 {
2307
- left: 100%
2308
- }
2309
- .image-hover-page-container .col-sm-push-11 {
2310
- left: 91.66666667%
2311
- }
2312
- .image-hover-page-container .col-sm-push-10 {
2313
- left: 83.33333333%
2314
- }
2315
- .image-hover-page-container .col-sm-push-9 {
2316
- left: 75%
2317
- }
2318
- .image-hover-page-container .col-sm-push-8 {
2319
- left: 66.66666667%
2320
- }
2321
- .image-hover-page-container .col-sm-push-7 {
2322
- left: 58.33333333%
2323
- }
2324
- .image-hover-page-container .col-sm-push-6 {
2325
- left: 50%
2326
- }
2327
- .image-hover-page-container .col-sm-push-5 {
2328
- left: 41.66666667%
2329
- }
2330
- .image-hover-page-container .col-sm-push-4 {
2331
- left: 33.33333333%
2332
- }
2333
- .image-hover-page-container .col-sm-push-3 {
2334
- left: 25%
2335
- }
2336
- .image-hover-page-container .col-sm-push-2 {
2337
- left: 16.66666667%
2338
- }
2339
- .image-hover-page-container .col-sm-push-1 {
2340
- left: 8.33333333%
2341
- }
2342
- .image-hover-page-container .col-sm-push-0 {
2343
- left: auto
2344
- }
2345
- .image-hover-page-container .col-sm-offset-12 {
2346
- margin-left: 100%
2347
- }
2348
- .image-hover-page-container .col-sm-offset-11 {
2349
- margin-left: 91.66666667%
2350
- }
2351
- .image-hover-page-container .col-sm-offset-10 {
2352
- margin-left: 83.33333333%
2353
- }
2354
- .image-hover-page-container .col-sm-offset-9 {
2355
- margin-left: 75%
2356
- }
2357
- .image-hover-page-container .col-sm-offset-8 {
2358
- margin-left: 66.66666667%
2359
- }
2360
- .image-hover-page-container .col-sm-offset-7 {
2361
- margin-left: 58.33333333%
2362
- }
2363
- .image-hover-page-container .col-sm-offset-6 {
2364
- margin-left: 50%
2365
- }
2366
- .image-hover-page-container .col-sm-offset-5 {
2367
- margin-left: 41.66666667%
2368
- }
2369
- .image-hover-page-container .col-sm-offset-4 {
2370
- margin-left: 33.33333333%
2371
- }
2372
- .image-hover-page-container .col-sm-offset-3 {
2373
- margin-left: 25%
2374
- }
2375
- .image-hover-page-container .col-sm-offset-2 {
2376
- margin-left: 16.66666667%
2377
- }
2378
- .image-hover-page-container .col-sm-offset-1 {
2379
- margin-left: 8.33333333%
2380
- }
2381
- .image-hover-page-container .col-sm-offset-0 {
2382
- margin-left: 0
2383
- }
2384
- }
2385
-
2386
- @media (min-width:992px) {
2387
- .image-hover-page-container .col-md-1,
2388
- .image-hover-page-container .col-md-10,
2389
- .image-hover-page-container .col-md-11,
2390
- .image-hover-page-container .col-md-12,
2391
- .image-hover-page-container .col-md-2,
2392
- .image-hover-page-container .col-md-3,
2393
- .image-hover-page-container .col-md-4,
2394
- .image-hover-page-container .col-md-5,
2395
- .image-hover-page-container .col-md-6,
2396
- .image-hover-page-container .col-md-7,
2397
- .image-hover-page-container .col-md-8,
2398
- .image-hover-page-container .col-md-9 {
2399
- float: left
2400
- }
2401
- .image-hover-page-container .col-md-12 {
2402
- width: 100%
2403
- }
2404
- .image-hover-page-container .col-md-11 {
2405
- width: 91.66666667%
2406
- }
2407
- .image-hover-page-container .col-md-10 {
2408
- width: 83.33333333%
2409
- }
2410
- .image-hover-page-container .col-md-9 {
2411
- width: 75%
2412
- }
2413
- .image-hover-page-container .col-md-8 {
2414
- width: 66.66666667%
2415
- }
2416
- .image-hover-page-container .col-md-7 {
2417
- width: 58.33333333%
2418
- }
2419
- .image-hover-page-container .col-md-6 {
2420
- width: 50%
2421
- }
2422
- .image-hover-page-container .col-md-5 {
2423
- width: 41.66666667%
2424
- }
2425
- .image-hover-page-container .col-md-4 {
2426
- width: 33.33333333%
2427
- }
2428
- .image-hover-page-container .col-md-3 {
2429
- width: 25%
2430
- }
2431
- .image-hover-page-container .col-md-2 {
2432
- width: 16.66666667%
2433
- }
2434
- .image-hover-page-container .col-md-1 {
2435
- width: 8.33333333%
2436
- }
2437
- .image-hover-page-container .col-md-pull-12 {
2438
- right: 100%
2439
- }
2440
- .image-hover-page-container .col-md-pull-11 {
2441
- right: 91.66666667%
2442
- }
2443
- .image-hover-page-container .col-md-pull-10 {
2444
- right: 83.33333333%
2445
- }
2446
- .image-hover-page-container .col-md-pull-9 {
2447
- right: 75%
2448
- }
2449
- .image-hover-page-container .col-md-pull-8 {
2450
- right: 66.66666667%
2451
- }
2452
- .image-hover-page-container .col-md-pull-7 {
2453
- right: 58.33333333%
2454
- }
2455
- .image-hover-page-container .col-md-pull-6 {
2456
- right: 50%
2457
- }
2458
- .image-hover-page-container .col-md-pull-5 {
2459
- right: 41.66666667%
2460
- }
2461
- .image-hover-page-container .col-md-pull-4 {
2462
- right: 33.33333333%
2463
- }
2464
- .image-hover-page-container .col-md-pull-3 {
2465
- right: 25%
2466
- }
2467
- .image-hover-page-container .col-md-pull-2 {
2468
- right: 16.66666667%
2469
- }
2470
- .image-hover-page-container .col-md-pull-1 {
2471
- right: 8.33333333%
2472
- }
2473
- .image-hover-page-container .col-md-pull-0 {
2474
- right: auto
2475
- }
2476
- .image-hover-page-container .col-md-push-12 {
2477
- left: 100%
2478
- }
2479
- .image-hover-page-container .col-md-push-11 {
2480
- left: 91.66666667%
2481
- }
2482
- .image-hover-page-container .col-md-push-10 {
2483
- left: 83.33333333%
2484
- }
2485
- .image-hover-page-container .col-md-push-9 {
2486
- left: 75%
2487
- }
2488
- .image-hover-page-container .col-md-push-8 {
2489
- left: 66.66666667%
2490
- }
2491
- .image-hover-page-container .col-md-push-7 {
2492
- left: 58.33333333%
2493
- }
2494
- .image-hover-page-container .col-md-push-6 {
2495
- left: 50%
2496
- }
2497
- .image-hover-page-container .col-md-push-5 {
2498
- left: 41.66666667%
2499
- }
2500
- .image-hover-page-container .col-md-push-4 {
2501
- left: 33.33333333%
2502
- }
2503
- .image-hover-page-container .col-md-push-3 {
2504
- left: 25%
2505
- }
2506
- .image-hover-page-container .col-md-push-2 {
2507
- left: 16.66666667%
2508
- }
2509
- .image-hover-page-container .col-md-push-1 {
2510
- left: 8.33333333%
2511
- }
2512
- .image-hover-page-container .col-md-push-0 {
2513
- left: auto
2514
- }
2515
- .image-hover-page-container .col-md-offset-12 {
2516
- margin-left: 100%
2517
- }
2518
- .image-hover-page-container .col-md-offset-11 {
2519
- margin-left: 91.66666667%
2520
- }
2521
- .image-hover-page-container .col-md-offset-10 {
2522
- margin-left: 83.33333333%
2523
- }
2524
- .image-hover-page-container .col-md-offset-9 {
2525
- margin-left: 75%
2526
- }
2527
- .image-hover-page-container .col-md-offset-8 {
2528
- margin-left: 66.66666667%
2529
- }
2530
- .image-hover-page-container .col-md-offset-7 {
2531
- margin-left: 58.33333333%
2532
- }
2533
- .image-hover-page-container .col-md-offset-6 {
2534
- margin-left: 50%
2535
- }
2536
- .image-hover-page-container .col-md-offset-5 {
2537
- margin-left: 41.66666667%
2538
- }
2539
- .image-hover-page-container .col-md-offset-4 {
2540
- margin-left: 33.33333333%
2541
- }
2542
- .image-hover-page-container .col-md-offset-3 {
2543
- margin-left: 25%
2544
- }
2545
- .image-hover-page-container .col-md-offset-2 {
2546
- margin-left: 16.66666667%
2547
- }
2548
- .image-hover-page-container .col-md-offset-1 {
2549
- margin-left: 8.33333333%
2550
- }
2551
- .image-hover-page-container .col-md-offset-0 {
2552
- margin-left: 0
2553
- }
2554
- }
2555
-
2556
- @media (min-width:1200px) {
2557
- .image-hover-page-container .col-lg-1,
2558
- .image-hover-page-container .col-lg-10,
2559
- .image-hover-page-container .col-lg-11,
2560
- .image-hover-page-container .col-lg-12,
2561
- .image-hover-page-container .col-lg-2,
2562
- .image-hover-page-container .col-lg-3,
2563
- .image-hover-page-container .col-lg-4,
2564
- .image-hover-page-container .col-lg-5,
2565
- .image-hover-page-container .col-lg-6,
2566
- .image-hover-page-container .col-lg-7,
2567
- .image-hover-page-container .col-lg-8,
2568
- .image-hover-page-container .col-lg-9 {
2569
- float: left
2570
- }
2571
- .image-hover-page-container .col-lg-12 {
2572
- width: 100%
2573
- }
2574
- .image-hover-page-container .col-lg-11 {
2575
- width: 91.66666667%
2576
- }
2577
- .image-hover-page-container .col-lg-10 {
2578
- width: 83.33333333%
2579
- }
2580
- .image-hover-page-container .col-lg-9 {
2581
- width: 75%
2582
- }
2583
- .image-hover-page-container .col-lg-8 {
2584
- width: 66.66666667%
2585
- }
2586
- .image-hover-page-container .col-lg-7 {
2587
- width: 58.33333333%
2588
- }
2589
- .image-hover-page-container .col-lg-6 {
2590
- width: 50%
2591
- }
2592
- .image-hover-page-container .col-lg-5 {
2593
- width: 41.66666667%
2594
- }
2595
- .image-hover-page-container .col-lg-4 {
2596
- width: 33.33333333%
2597
- }
2598
- .image-hover-page-container .col-lg-3 {
2599
- width: 25%
2600
- }
2601
- .image-hover-page-container .col-lg-2 {
2602
- width: 16.66666667%
2603
- }
2604
- .image-hover-page-container .col-lg-1 {
2605
- width: 8.33333333%
2606
- }
2607
- .image-hover-page-container .col-lg-pull-12 {
2608
- right: 100%
2609
- }
2610
- .image-hover-page-container .col-lg-pull-11 {
2611
- right: 91.66666667%
2612
- }
2613
- .image-hover-page-container .col-lg-pull-10 {
2614
- right: 83.33333333%
2615
- }
2616
- .image-hover-page-container .col-lg-pull-9 {
2617
- right: 75%
2618
- }
2619
- .image-hover-page-container .col-lg-pull-8 {
2620
- right: 66.66666667%
2621
- }
2622
- .image-hover-page-container .col-lg-pull-7 {
2623
- right: 58.33333333%
2624
- }
2625
- .image-hover-page-container .col-lg-pull-6 {
2626
- right: 50%
2627
- }
2628
- .image-hover-page-container .col-lg-pull-5 {
2629
- right: 41.66666667%
2630
- }
2631
- .image-hover-page-container .col-lg-pull-4 {
2632
- right: 33.33333333%
2633
- }
2634
- .image-hover-page-container .col-lg-pull-3 {
2635
- right: 25%
2636
- }
2637
- .image-hover-page-container .col-lg-pull-2 {
2638
- right: 16.66666667%
2639
- }
2640
- .image-hover-page-container .col-lg-pull-1 {
2641
- right: 8.33333333%
2642
- }
2643
- .image-hover-page-container .col-lg-pull-0 {
2644
- right: auto
2645
- }
2646
- .image-hover-page-container .col-lg-push-12 {
2647
- left: 100%
2648
- }
2649
- .image-hover-page-container .col-lg-push-11 {
2650
- left: 91.66666667%
2651
- }
2652
- .image-hover-page-container .col-lg-push-10 {
2653
- left: 83.33333333%
2654
- }
2655
- .image-hover-page-container .col-lg-push-9 {
2656
- left: 75%
2657
- }
2658
- .image-hover-page-container .col-lg-push-8 {
2659
- left: 66.66666667%
2660
- }
2661
- .image-hover-page-container .col-lg-push-7 {
2662
- left: 58.33333333%
2663
- }
2664
- .image-hover-page-container .col-lg-push-6 {
2665
- left: 50%
2666
- }
2667
- .image-hover-page-container .col-lg-push-5 {
2668
- left: 41.66666667%
2669
- }
2670
- .image-hover-page-container .col-lg-push-4 {
2671
- left: 33.33333333%
2672
- }
2673
- .image-hover-page-container .col-lg-push-3 {
2674
- left: 25%
2675
- }
2676
- .image-hover-page-container .col-lg-push-2 {
2677
- left: 16.66666667%
2678
- }
2679
- .image-hover-page-container .col-lg-push-1 {
2680
- left: 8.33333333%
2681
- }
2682
- .image-hover-page-container .col-lg-push-0 {
2683
- left: auto
2684
- }
2685
- .image-hover-page-container .col-lg-offset-12 {
2686
- margin-left: 100%
2687
- }
2688
- .image-hover-page-container .col-lg-offset-11 {
2689
- margin-left: 91.66666667%
2690
- }
2691
- .image-hover-page-container .col-lg-offset-10 {
2692
- margin-left: 83.33333333%
2693
- }
2694
- .image-hover-page-container .col-lg-offset-9 {
2695
- margin-left: 75%
2696
- }
2697
- .image-hover-page-container .col-lg-offset-8 {
2698
- margin-left: 66.66666667%
2699
- }
2700
- .image-hover-page-container .col-lg-offset-7 {
2701
- margin-left: 58.33333333%
2702
- }
2703
- .image-hover-page-container .col-lg-offset-6 {
2704
- margin-left: 50%
2705
- }
2706
- .image-hover-page-container .col-lg-offset-5 {
2707
- margin-left: 41.66666667%
2708
- }
2709
- .image-hover-page-container .col-lg-offset-4 {
2710
- margin-left: 33.33333333%
2711
- }
2712
- .image-hover-page-container .col-lg-offset-3 {
2713
- margin-left: 25%
2714
- }
2715
- .image-hover-page-container .col-lg-offset-2 {
2716
- margin-left: 16.66666667%
2717
- }
2718
- .image-hover-page-container .col-lg-offset-1 {
2719
- margin-left: 8.33333333%
2720
- }
2721
- .image-hover-page-container .col-lg-offset-0 {
2722
- margin-left: 0
2723
- }
2724
- }
2725
-
2726
- .image-hover-page-container table {
2727
- background-color: transparent
2728
- }
2729
-
2730
- .image-hover-page-container caption {
2731
- padding-top: 8px;
2732
- padding-bottom: 8px;
2733
- color: #777;
2734
- text-align: left
2735
- }
2736
-
2737
- .image-hover-page-container th {
2738
- text-align: left
2739
- }
2740
-
2741
- .image-hover-page-container .table {
2742
- width: 100%;
2743
- max-width: 100%;
2744
- margin-bottom: 20px
2745
- }
2746
-
2747
- .image-hover-page-container .table>tbody>tr>td,
2748
- .image-hover-page-container .table>tbody>tr>th,
2749
- .image-hover-page-container .table>tfoot>tr>td,
2750
- .image-hover-page-container .table>tfoot>tr>th,
2751
- .image-hover-page-container .table>thead>tr>td,
2752
- .image-hover-page-container .table>thead>tr>th {
2753
- padding: 8px;
2754
- line-height: 1.42857143;
2755
- vertical-align: top;
2756
- border-top: 1px solid #ddd
2757
- }
2758
-
2759
- .image-hover-page-container .table>thead>tr>th {
2760
- vertical-align: bottom;
2761
- border-bottom: 2px solid #ddd
2762
- }
2763
-
2764
- .image-hover-page-container .table>caption+thead>tr:first-child>td,
2765
- .image-hover-page-container .table>caption+thead>tr:first-child>th,
2766
- .image-hover-page-container .table>colgroup+thead>tr:first-child>td,
2767
- .image-hover-page-container .table>colgroup+thead>tr:first-child>th,
2768
- .image-hover-page-container .table>thead:first-child>tr:first-child>td,
2769
- .image-hover-page-container .table>thead:first-child>tr:first-child>th {
2770
- border-top: 0
2771
- }
2772
-
2773
- .image-hover-page-container .table>tbody+tbody {
2774
- border-top: 2px solid #ddd
2775
- }
2776
-
2777
- .image-hover-page-container .table .table {
2778
- background-color: #fff
2779
- }
2780
-
2781
- .image-hover-page-container .table-condensed>tbody>tr>td,
2782
- .image-hover-page-container .table-condensed>tbody>tr>th,
2783
- .image-hover-page-container .table-condensed>tfoot>tr>td,
2784
- .image-hover-page-container .table-condensed>tfoot>tr>th,
2785
- .image-hover-page-container .table-condensed>thead>tr>td,
2786
- .image-hover-page-container .table-condensed>thead>tr>th {
2787
- padding: 5px
2788
- }
2789
-
2790
- .image-hover-page-container .table-bordered,
2791
- .image-hover-page-container .table-bordered>tbody>tr>td,
2792
- .image-hover-page-container .table-bordered>tbody>tr>th,
2793
- .image-hover-page-container .table-bordered>tfoot>tr>td,
2794
- .image-hover-page-container .table-bordered>tfoot>tr>th,
2795
- .image-hover-page-container .table-bordered>thead>tr>td,
2796
- .image-hover-page-container .table-bordered>thead>tr>th {
2797
- border: 1px solid #ddd
2798
- }
2799
-
2800
- .image-hover-page-container .table-bordered>thead>tr>td,
2801
- .image-hover-page-container .table-bordered>thead>tr>th {
2802
- border-bottom-width: 2px
2803
- }
2804
-
2805
- .image-hover-page-container .table-striped>tbody>tr:nth-of-type(odd) {
2806
- background-color: #f9f9f9
2807
- }
2808
-
2809
- .image-hover-page-container .table-hover>tbody>tr:hover,
2810
- .image-hover-page-container .table>tbody>tr.active>td,
2811
- .image-hover-page-container .table>tbody>tr.active>th,
2812
- .image-hover-page-container .table>tbody>tr>td.active,
2813
- .image-hover-page-container .table>tbody>tr>th.active,
2814
- .image-hover-page-container .table>tfoot>tr.active>td,
2815
- .image-hover-page-container .table>tfoot>tr.active>th,
2816
- .image-hover-page-container .table>tfoot>tr>td.active,
2817
- .image-hover-page-container .table>tfoot>tr>th.active,
2818
- .image-hover-page-container .table>thead>tr.active>td,
2819
- .image-hover-page-container .table>thead>tr.active>th,
2820
- .image-hover-page-container .table>thead>tr>td.active,
2821
- .image-hover-page-container .table>thead>tr>th.active {
2822
- background-color: #f5f5f5
2823
- }
2824
-
2825
- .image-hover-page-container table col[class*=col-] {
2826
- position: static;
2827
- display: table-column;
2828
- float: none
2829
- }
2830
-
2831
- .image-hover-page-container table td[class*=col-],
2832
- .image-hover-page-container table th[class*=col-] {
2833
- position: static;
2834
- display: table-cell;
2835
- float: none
2836
- }
2837
-
2838
- .image-hover-page-container .table-hover>tbody>tr.active:hover>td,
2839
- .image-hover-page-container .table-hover>tbody>tr.active:hover>th,
2840
- .image-hover-page-container .table-hover>tbody>tr:hover>.active,
2841
- .image-hover-page-container .table-hover>tbody>tr>td.active:hover,
2842
- .image-hover-page-container .table-hover>tbody>tr>th.active:hover {
2843
- background-color: #e8e8e8
2844
- }
2845
-
2846
- .image-hover-page-container .table>tbody>tr.success>td,
2847
- .image-hover-page-container .table>tbody>tr.success>th,
2848
- .image-hover-page-container .table>tbody>tr>td.success,
2849
- .image-hover-page-container .table>tbody>tr>th.success,
2850
- .image-hover-page-container .table>tfoot>tr.success>td,
2851
- .image-hover-page-container .table>tfoot>tr.success>th,
2852
- .image-hover-page-container .table>tfoot>tr>td.success,
2853
- .image-hover-page-container .table>tfoot>tr>th.success,
2854
- .image-hover-page-container .table>thead>tr.success>td,
2855
- .image-hover-page-container .table>thead>tr.success>th,
2856
- .image-hover-page-container .table>thead>tr>td.success,
2857
- .image-hover-page-container .table>thead>tr>th.success {
2858
- background-color: #dff0d8
2859
- }
2860
-
2861
- .image-hover-page-container .table-hover>tbody>tr.success:hover>td,
2862
- .image-hover-page-container .table-hover>tbody>tr.success:hover>th,
2863
- .image-hover-page-container .table-hover>tbody>tr:hover>.success,
2864
- .image-hover-page-container .table-hover>tbody>tr>td.success:hover,
2865
- .image-hover-page-container .table-hover>tbody>tr>th.success:hover {
2866
- background-color: #d0e9c6
2867
- }
2868
-
2869
- .image-hover-page-container .table>tbody>tr.info>td,
2870
- .image-hover-page-container .table>tbody>tr.info>th,
2871
- .image-hover-page-container .table>tbody>tr>td.info,
2872
- .image-hover-page-container .table>tbody>tr>th.info,
2873
- .image-hover-page-container .table>tfoot>tr.info>td,
2874
- .image-hover-page-container .table>tfoot>tr.info>th,
2875
- .image-hover-page-container .table>tfoot>tr>td.info,
2876
- .image-hover-page-container .table>tfoot>tr>th.info,
2877
- .image-hover-page-container .table>thead>tr.info>td,
2878
- .image-hover-page-container .table>thead>tr.info>th,
2879
- .image-hover-page-container .table>thead>tr>td.info,
2880
- .image-hover-page-container .table>thead>tr>th.info {
2881
- background-color: #d9edf7
2882
- }
2883
-
2884
- .image-hover-page-container .table-hover>tbody>tr.info:hover>td,
2885
- .image-hover-page-container .table-hover>tbody>tr.info:hover>th,
2886
- .image-hover-page-container .table-hover>tbody>tr:hover>.info,
2887
- .image-hover-page-container .table-hover>tbody>tr>td.info:hover,
2888
- .image-hover-page-container .table-hover>tbody>tr>th.info:hover {
2889
- background-color: #c4e3f3
2890
- }
2891
-
2892
- .image-hover-page-container .table>tbody>tr.warning>td,
2893
- .image-hover-page-container .table>tbody>tr.warning>th,
2894
- .image-hover-page-container .table>tbody>tr>td.warning,
2895
- .image-hover-page-container .table>tbody>tr>th.warning,
2896
- .image-hover-page-container .table>tfoot>tr.warning>td,
2897
- .image-hover-page-container .table>tfoot>tr.warning>th,
2898
- .image-hover-page-container .table>tfoot>tr>td.warning,
2899
- .image-hover-page-container .table>tfoot>tr>th.warning,
2900
- .image-hover-page-container .table>thead>tr.warning>td,
2901
- .image-hover-page-container .table>thead>tr.warning>th,
2902
- .image-hover-page-container .table>thead>tr>td.warning,
2903
- .image-hover-page-container .table>thead>tr>th.warning {
2904
- background-color: #fcf8e3
2905
- }
2906
-
2907
- .image-hover-page-container .table-hover>tbody>tr.warning:hover>td,
2908
- .image-hover-page-container .table-hover>tbody>tr.warning:hover>th,
2909
- .image-hover-page-container .table-hover>tbody>tr:hover>.warning,
2910
- .image-hover-page-container .table-hover>tbody>tr>td.warning:hover,
2911
- .image-hover-page-container .table-hover>tbody>tr>th.warning:hover {
2912
- background-color: #faf2cc
2913
- }
2914
-
2915
- .image-hover-page-container .table>tbody>tr.danger>td,
2916
- .image-hover-page-container .table>tbody>tr.danger>th,
2917
- .image-hover-page-container .table>tbody>tr>td.danger,
2918
- .image-hover-page-container .table>tbody>tr>th.danger,
2919
- .image-hover-page-container .table>tfoot>tr.danger>td,
2920
- .image-hover-page-container .table>tfoot>tr.danger>th,
2921
- .image-hover-page-container .table>tfoot>tr>td.danger,
2922
- .image-hover-page-container .table>tfoot>tr>th.danger,
2923
- .image-hover-page-container .table>thead>tr.danger>td,
2924
- .image-hover-page-container .table>thead>tr.danger>th,
2925
- .image-hover-page-container .table>thead>tr>td.danger,
2926
- .image-hover-page-container .table>thead>tr>th.danger {
2927
- background-color: #f2dede
2928
- }
2929
-
2930
- .image-hover-page-container .table-hover>tbody>tr.danger:hover>td,
2931
- .image-hover-page-container .table-hover>tbody>tr.danger:hover>th,
2932
- .image-hover-page-container .table-hover>tbody>tr:hover>.danger,
2933
- .image-hover-page-container .table-hover>tbody>tr>td.danger:hover,
2934
- .image-hover-page-container .table-hover>tbody>tr>th.danger:hover {
2935
- background-color: #ebcccc
2936
- }
2937
-
2938
- .image-hover-page-container .table-responsive {
2939
- min-height: .01%;
2940
- overflow-x: auto
2941
- }
2942
-
2943
- @media screen and (max-width:767px) {
2944
- .image-hover-page-container .table-responsive {
2945
- width: 100%;
2946
- margin-bottom: 15px;
2947
- overflow-y: hidden;
2948
- -ms-overflow-style: -ms-autohiding-scrollbar;
2949
- border: 1px solid #ddd
2950
- }
2951
- .image-hover-page-container .table-responsive>.table {
2952
- margin-bottom: 0
2953
- }
2954
- .image-hover-page-container .table-responsive>.table>tbody>tr>td,
2955
- .image-hover-page-container .table-responsive>.table>tbody>tr>th,
2956
- .image-hover-page-container .table-responsive>.table>tfoot>tr>td,
2957
- .image-hover-page-container .table-responsive>.table>tfoot>tr>th,
2958
- .image-hover-page-container .table-responsive>.table>thead>tr>td,
2959
- .image-hover-page-container .table-responsive>.table>thead>tr>th {
2960
- white-space: nowrap
2961
- }
2962
- .image-hover-page-container .table-responsive>.table-bordered {
2963
- border: 0
2964
- }
2965
- .image-hover-page-container .table-responsive>.table-bordered>tbody>tr>td:first-child,
2966
- .image-hover-page-container .table-responsive>.table-bordered>tbody>tr>th:first-child,
2967
- .image-hover-page-container .table-responsive>.table-bordered>tfoot>tr>td:first-child,
2968
- .image-hover-page-container .table-responsive>.table-bordered>tfoot>tr>th:first-child,
2969
- .image-hover-page-container .table-responsive>.table-bordered>thead>tr>td:first-child,
2970
- .image-hover-page-container .table-responsive>.table-bordered>thead>tr>th:first-child {
2971
- border-left: 0
2972
- }
2973
- .image-hover-page-container .table-responsive>.table-bordered>tbody>tr>td:last-child,
2974
- .image-hover-page-container .table-responsive>.table-bordered>tbody>tr>th:last-child,
2975
- .image-hover-page-container .table-responsive>.table-bordered>tfoot>tr>td:last-child,
2976
- .image-hover-page-container .table-responsive>.table-bordered>tfoot>tr>th:last-child,
2977
- .image-hover-page-container .table-responsive>.table-bordered>thead>tr>td:last-child,
2978
- .image-hover-page-container .table-responsive>.table-bordered>thead>tr>th:last-child {
2979
- border-right: 0
2980
- }
2981
- .image-hover-page-container .table-responsive>.table-bordered>tbody>tr:last-child>td,
2982
- .image-hover-page-container .table-responsive>.table-bordered>tbody>tr:last-child>th,
2983
- .image-hover-page-container .table-responsive>.table-bordered>tfoot>tr:last-child>td,
2984
- .image-hover-page-container .table-responsive>.table-bordered>tfoot>tr:last-child>th {
2985
- border-bottom: 0
2986
- }
2987
- }
2988
-
2989
- .image-hover-page-container fieldset {
2990
- min-width: 0;
2991
- padding: 0;
2992
- margin: 0;
2993
- border: 0
2994
- }
2995
-
2996
- .image-hover-page-container legend {
2997
- display: block;
2998
- width: 100%;
2999
- padding: 0;
3000
- margin-bottom: 20px;
3001
- font-size: 21px;
3002
- line-height: inherit;
3003
- color: #333;
3004
- border: 0;
3005
- border-bottom: 1px solid #e5e5e5
3006
- }
3007
-
3008
- .image-hover-page-container label {
3009
- display: inline-block;
3010
- max-width: 100%;
3011
- margin-bottom: 5px;
3012
- font-weight: 700
3013
- }
3014
-
3015
- .image-hover-page-container input[type=search] {
3016
- -webkit-box-sizing: border-box;
3017
- -moz-box-sizing: border-box;
3018
- box-sizing: border-box;
3019
- -webkit-appearance: none
3020
- }
3021
-
3022
- .image-hover-page-container input[type=checkbox],
3023
- .image-hover-page-container input[type=radio] {
3024
- margin: 4px 0 0;
3025
- margin-top: 1px\9;
3026
- line-height: normal
3027
- }
3028
-
3029
- .image-hover-page-container input[type=file] {
3030
- display: block
3031
- }
3032
-
3033
- .image-hover-page-container input[type=range] {
3034
- display: block;
3035
- width: 100%
3036
- }
3037
-
3038
- .image-hover-page-container select[multiple],
3039
- .image-hover-page-container select[size] {
3040
- height: auto
3041
- }
3042
-
3043
- .image-hover-page-container input[type=checkbox]:focus,
3044
- .image-hover-page-container input[type=file]:focus,
3045
- .image-hover-page-container input[type=radio]:focus {
3046
- outline: dotted thin;
3047
- outline: -webkit-focus-ring-color auto 5px;
3048
- outline-offset: -2px
3049
- }
3050
-
3051
- .image-hover-page-container output {
3052
- display: block;
3053
- padding-top: 7px;
3054
- font-size: 14px;
3055
- line-height: 1.42857143;
3056
- color: #555
3057
- }
3058
-
3059
- .image-hover-page-container .form-control {
3060
- display: block;
3061
- width: 100%;
3062
- height: 34px;
3063
- padding: 6px 12px;
3064
- font-size: 14px;
3065
- line-height: 1.42857143;
3066
- color: #555;
3067
- background-color: #fff;
3068
- background-image: none;
3069
- border: 1px solid #ccc;
3070
- border-radius: 4px;
3071
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3072
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3073
- -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
3074
- -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
3075
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
3076
- }
3077
-
3078
- .image-hover-page-container .form-control:focus {
3079
- border-color: #66afe9;
3080
- outline: 0;
3081
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
3082
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
3083
- }
3084
-
3085
- .image-hover-page-container .form-control::-moz-placeholder {
3086
- color: #999;
3087
- opacity: 1
3088
- }
3089
-
3090
- .image-hover-page-container .form-control:-ms-input-placeholder {
3091
- color: #999
3092
- }
3093
-
3094
- .image-hover-page-container .form-control::-webkit-input-placeholder {
3095
- color: #999
3096
- }
3097
-
3098
- .image-hover-page-container .has-success .checkbox,
3099
- .image-hover-page-container .has-success .checkbox-inline,
3100
- .image-hover-page-container .has-success .control-label,
3101
- .image-hover-page-container .has-success .form-control-feedback,
3102
- .image-hover-page-container .has-success .help-block,
3103
- .image-hover-page-container .has-success .radio,
3104
- .image-hover-page-container .has-success .radio-inline,
3105
- .image-hover-page-container .has-success.checkbox label,
3106
- .image-hover-page-container .has-success.checkbox-inline label,
3107
- .image-hover-page-container .has-success.radio label,
3108
- .image-hover-page-container .has-success.radio-inline label {
3109
- color: #3c763d
3110
- }
3111
-
3112
- .image-hover-page-container .form-control[disabled],
3113
- .image-hover-page-container .form-control[readonly],
3114
- .image-hover-page-container fieldset[disabled] .form-control {
3115
- cursor: not-allowed;
3116
- background-color: #eee;
3117
- opacity: 1
3118
- }
3119
-
3120
- .image-hover-page-container textarea.form-control {
3121
- height: auto
3122
- }
3123
-
3124
- @media screen and (-webkit-min-device-pixel-ratio:0) {
3125
- .image-hover-page-container input[type=date],
3126
- .image-hover-page-container input[type=datetime-local],
3127
- .image-hover-page-container input[type=month],
3128
- .image-hover-page-container input[type=time] {
3129
- line-height: 34px
3130
- }
3131
- .image-hover-page-container .input-group-sm input[type=date],
3132
- .image-hover-page-container .input-group-sm input[type=datetime-local],
3133
- .image-hover-page-container .input-group-sm input[type=month],
3134
- .image-hover-page-container .input-group-sm input[type=time],
3135
- .image-hover-page-container input[type=date].input-sm,
3136
- .image-hover-page-container input[type=datetime-local].input-sm,
3137
- .image-hover-page-container input[type=month].input-sm,
3138
- .image-hover-page-container input[type=time].input-sm {
3139
- line-height: 30px
3140
- }
3141
- .image-hover-page-container .input-group-lg input[type=date],
3142
- .image-hover-page-container .input-group-lg input[type=datetime-local],
3143
- .image-hover-page-container .input-group-lg input[type=month],
3144
- .image-hover-page-container .input-group-lg input[type=time],
3145
- .image-hover-page-container input[type=date].input-lg,
3146
- .image-hover-page-container input[type=datetime-local].input-lg,
3147
- .image-hover-page-container input[type=month].input-lg,
3148
- .image-hover-page-container input[type=time].input-lg {
3149
- line-height: 46px
3150
- }
3151
- }
3152
-
3153
- .image-hover-page-container .form-group {
3154
- margin-bottom: 15px
3155
- }
3156
-
3157
- .image-hover-page-container .checkbox,
3158
- .image-hover-page-container .radio {
3159
- position: relative;
3160
- display: block;
3161
- margin-top: 10px;
3162
- margin-bottom: 10px
3163
- }
3164
-
3165
- .image-hover-page-container .checkbox label,
3166
- .image-hover-page-container .radio label {
3167
- min-height: 20px;
3168
- padding-left: 20px;
3169
- margin-bottom: 0;
3170
- font-weight: 400;
3171
- cursor: pointer
3172
- }
3173
-
3174
- .image-hover-page-container .checkbox input[type=checkbox],
3175
- .image-hover-page-container .checkbox-inline input[type=checkbox],
3176
- .image-hover-page-container .radio input[type=radio],
3177
- .image-hover-page-container .radio-inline input[type=radio] {
3178
- position: absolute;
3179
- margin-top: 4px\9;
3180
- margin-left: -20px
3181
- }
3182
-
3183
- .image-hover-page-container .checkbox+.checkbox,
3184
- .image-hover-page-container .radio+.radio {
3185
- margin-top: -5px
3186
- }
3187
-
3188
- .image-hover-page-container .checkbox-inline,
3189
- .image-hover-page-container .radio-inline {
3190
- display: inline-block;
3191
- padding-left: 20px;
3192
- margin-bottom: 0;
3193
- font-weight: 400;
3194
- vertical-align: middle;
3195
- cursor: pointer
3196
- }
3197
-
3198
- .image-hover-page-container .checkbox-inline+.checkbox-inline,
3199
- .image-hover-page-container .radio-inline+.radio-inline {
3200
- margin-top: 0;
3201
- margin-left: 10px
3202
- }
3203
-
3204
- .image-hover-page-container .checkbox-inline.disabled,
3205
- .image-hover-page-container .checkbox.disabled label,
3206
- .image-hover-page-container .radio-inline.disabled,
3207
- .image-hover-page-container .radio.disabled label,
3208
- .image-hover-page-container fieldset[disabled] .checkbox label,
3209
- .image-hover-page-container fieldset[disabled] .checkbox-inline,
3210
- .image-hover-page-container fieldset[disabled] .radio label,
3211
- .image-hover-page-container fieldset[disabled] .radio-inline,
3212
- .image-hover-page-container fieldset[disabled] input[type=checkbox],
3213
- .image-hover-page-container fieldset[disabled] input[type=radio],
3214
- .image-hover-page-container input[type=checkbox].disabled,
3215
- .image-hover-page-container input[type=checkbox][disabled],
3216
- .image-hover-page-container input[type=radio].disabled,
3217
- .image-hover-page-container input[type=radio][disabled] {
3218
- cursor: not-allowed
3219
- }
3220
-
3221
- .image-hover-page-container .form-control-static {
3222
- padding-top: 7px;
3223
- padding-bottom: 7px;
3224
- margin-bottom: 0
3225
- }
3226
-
3227
- .image-hover-page-container .form-control-static.input-lg,
3228
- .image-hover-page-container .form-control-static.input-sm {
3229
- padding-right: 0;
3230
- padding-left: 0
3231
- }
3232
-
3233
- .image-hover-page-container .input-sm {
3234
- height: 30px;
3235
- padding: 5px 10px;
3236
- font-size: 12px;
3237
- line-height: 1.5;
3238
- border-radius: 3px
3239
- }
3240
-
3241
- .image-hover-page-container select.input-sm {
3242
- height: 30px;
3243
- line-height: 30px
3244
- }
3245
-
3246
- .image-hover-page-container select[multiple].input-sm,
3247
- .image-hover-page-container textarea.input-sm {
3248
- height: auto
3249
- }
3250
-
3251
- .image-hover-page-container .form-group-sm .form-control {
3252
- height: 30px;
3253
- padding: 5px 10px;
3254
- font-size: 12px;
3255
- line-height: 1.5;
3256
- border-radius: 3px
3257
- }
3258
-
3259
- .image-hover-page-container select.form-group-sm .form-control {
3260
- height: 30px;
3261
- line-height: 30px
3262
- }
3263
-
3264
- .image-hover-page-container select[multiple].form-group-sm .form-control,
3265
- .image-hover-page-container textarea.form-group-sm .form-control {
3266
- height: auto
3267
- }
3268
-
3269
- .image-hover-page-container .form-group-sm .form-control-static {
3270
- height: 30px;
3271
- padding: 5px 10px;
3272
- font-size: 12px;
3273
- line-height: 1.5
3274
- }
3275
-
3276
- .image-hover-page-container .input-lg {
3277
- height: 46px;
3278
- padding: 10px 16px;
3279
- font-size: 18px;
3280
- line-height: 1.3333333;
3281
- border-radius: 6px
3282
- }
3283
-
3284
- .image-hover-page-container select.input-lg {
3285
- height: 46px;
3286
- line-height: 46px
3287
- }
3288
-
3289
- .image-hover-page-container select[multiple].input-lg,
3290
- .image-hover-page-container textarea.input-lg {
3291
- height: auto
3292
- }
3293
-
3294
- .image-hover-page-container .form-group-lg .form-control {
3295
- height: 46px;
3296
- padding: 10px 16px;
3297
- font-size: 18px;
3298
- line-height: 1.3333333;
3299
- border-radius: 6px
3300
- }
3301
-
3302
- .image-hover-page-container select.form-group-lg .form-control {
3303
- height: 46px;
3304
- line-height: 46px
3305
- }
3306
-
3307
- .image-hover-page-container select[multiple].form-group-lg .form-control,
3308
- .image-hover-page-container textarea.form-group-lg .form-control {
3309
- height: auto
3310
- }
3311
-
3312
- .image-hover-page-container .form-group-lg .form-control-static {
3313
- height: 46px;
3314
- padding: 10px 16px;
3315
- font-size: 18px;
3316
- line-height: 1.3333333
3317
- }
3318
-
3319
- .image-hover-page-container .has-feedback {
3320
- position: relative
3321
- }
3322
-
3323
- .image-hover-page-container .has-feedback .form-control {
3324
- padding-right: 42.5px
3325
- }
3326
-
3327
- .image-hover-page-container .form-control-feedback {
3328
- position: absolute;
3329
- top: 0;
3330
- right: 0;
3331
- z-index: 2;
3332
- display: block;
3333
- width: 34px;
3334
- height: 34px;
3335
- line-height: 34px;
3336
- text-align: center;
3337
- pointer-events: none
3338
- }
3339
-
3340
- .image-hover-page-container .input-lg+.form-control-feedback {
3341
- width: 46px;
3342
- height: 46px;
3343
- line-height: 46px
3344
- }
3345
-
3346
- .image-hover-page-container .input-sm+.form-control-feedback {
3347
- width: 30px;
3348
- height: 30px;
3349
- line-height: 30px
3350
- }
3351
-
3352
- .image-hover-page-container .has-success .form-control {
3353
- border-color: #3c763d;
3354
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3355
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
3356
- }
3357
-
3358
- .image-hover-page-container .has-success .form-control:focus {
3359
- border-color: #2b542c;
3360
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
3361
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
3362
- }
3363
-
3364
- .image-hover-page-container .has-success .input-group-addon {
3365
- color: #3c763d;
3366
- background-color: #dff0d8;
3367
- border-color: #3c763d
3368
- }
3369
-
3370
- .image-hover-page-container .has-warning .checkbox,
3371
- .image-hover-page-container .has-warning .checkbox-inline,
3372
- .image-hover-page-container .has-warning .control-label,
3373
- .image-hover-page-container .has-warning .form-control-feedback,
3374
- .image-hover-page-container .has-warning .help-block,
3375
- .image-hover-page-container .has-warning .radio,
3376
- .image-hover-page-container .has-warning .radio-inline,
3377
- .image-hover-page-container .has-warning.checkbox label,
3378
- .image-hover-page-container .has-warning.checkbox-inline label,
3379
- .image-hover-page-container .has-warning.radio label,
3380
- .image-hover-page-container .has-warning.radio-inline label {
3381
- color: #8a6d3b
3382
- }
3383
-
3384
- .image-hover-page-container .has-warning .form-control {
3385
- border-color: #8a6d3b;
3386
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3387
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
3388
- }
3389
-
3390
- .image-hover-page-container .has-warning .form-control:focus {
3391
- border-color: #66512c;
3392
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
3393
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
3394
- }
3395
-
3396
- .image-hover-page-container .has-warning .input-group-addon {
3397
- color: #8a6d3b;
3398
- background-color: #fcf8e3;
3399
- border-color: #8a6d3b
3400
- }
3401
-
3402
- .image-hover-page-container .has-error .checkbox,
3403
- .image-hover-page-container .has-error .checkbox-inline,
3404
- .image-hover-page-container .has-error .control-label,
3405
- .image-hover-page-container .has-error .form-control-feedback,
3406
- .image-hover-page-container .has-error .help-block,
3407
- .image-hover-page-container .has-error .radio,
3408
- .image-hover-page-container .has-error .radio-inline,
3409
- .image-hover-page-container .has-error.checkbox label,
3410
- .image-hover-page-container .has-error.checkbox-inline label,
3411
- .image-hover-page-container .has-error.radio label,
3412
- .image-hover-page-container .has-error.radio-inline label {
3413
- color: #a94442
3414
- }
3415
-
3416
- .image-hover-page-container .has-error .form-control {
3417
- border-color: #a94442;
3418
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
3419
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
3420
- }
3421
-
3422
- .image-hover-page-container .has-error .form-control:focus {
3423
- border-color: #843534;
3424
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
3425
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
3426
- }
3427
-
3428
- .image-hover-page-container .has-error .input-group-addon {
3429
- color: #a94442;
3430
- background-color: #f2dede;
3431
- border-color: #a94442
3432
- }
3433
-
3434
- .image-hover-page-container .has-feedback label~.form-control-feedback {
3435
- top: 25px
3436
- }
3437
-
3438
- .image-hover-page-container .has-feedback label.sr-only~.form-control-feedback {
3439
- top: 0
3440
- }
3441
-
3442
- .image-hover-page-container .help-block {
3443
- display: block;
3444
- margin-top: 5px;
3445
- margin-bottom: 10px;
3446
- color: #737373
3447
- }
3448
-
3449
- @media (min-width:768px) {
3450
- .image-hover-page-container .form-inline .form-group {
3451
- display: inline-block;
3452
- margin-bottom: 0;
3453
- vertical-align: middle
3454
- }
3455
- .image-hover-page-container .form-inline .form-control {
3456
- display: inline-block;
3457
- width: auto;
3458
- vertical-align: middle
3459
- }
3460
- .image-hover-page-container .form-inline .form-control-static {
3461
- display: inline-block
3462
- }
3463
- .image-hover-page-container .form-inline .input-group {
3464
- display: inline-table;
3465
- vertical-align: middle
3466
- }
3467
- .image-hover-page-container .form-inline .input-group .form-control,
3468
- .image-hover-page-container .form-inline .input-group .input-group-addon,
3469
- .image-hover-page-container .form-inline .input-group .input-group-btn {
3470
- width: auto
3471
- }
3472
- .image-hover-page-container .form-inline .input-group>.form-control {
3473
- width: 100%
3474
- }
3475
- .image-hover-page-container .form-inline .control-label {
3476
- margin-bottom: 0;
3477
- vertical-align: middle
3478
- }
3479
- .image-hover-page-container .form-inline .checkbox,
3480
- .image-hover-page-container .form-inline .radio {
3481
- display: inline-block;
3482
- margin-top: 0;
3483
- margin-bottom: 0;
3484
- vertical-align: middle
3485
- }
3486
- .image-hover-page-container .form-inline .checkbox label,
3487
- .image-hover-page-container .form-inline .radio label {
3488
- padding-left: 0
3489
- }
3490
- .image-hover-page-container .form-inline .checkbox input[type=checkbox],
3491
- .image-hover-page-container .form-inline .radio input[type=radio] {
3492
- position: relative;
3493
- margin-left: 0
3494
- }
3495
- .image-hover-page-container .form-inline .has-feedback .form-control-feedback {
3496
- top: 0
3497
- }
3498
- }
3499
-
3500
- .image-hover-page-container .form-horizontal .checkbox,
3501
- .image-hover-page-container .form-horizontal .checkbox-inline,
3502
- .image-hover-page-container .form-horizontal .radio,
3503
- .image-hover-page-container .form-horizontal .radio-inline {
3504
- padding-top: 7px;
3505
- margin-top: 0;
3506
- margin-bottom: 0
3507
- }
3508
-
3509
- .image-hover-page-container .form-horizontal .checkbox,
3510
- .image-hover-page-container .form-horizontal .radio {
3511
- min-height: 27px
3512
- }
3513
-
3514
- .image-hover-page-container .form-horizontal .form-group {
3515
- margin-right: -15px;
3516
- margin-left: -15px
3517
- }
3518
-
3519
- .image-hover-page-container .form-horizontal .has-feedback .form-control-feedback {
3520
- right: 15px
3521
- }
3522
-
3523
- @media (min-width:768px) {
3524
- .image-hover-page-container .form-horizontal .control-label {
3525
- padding-top: 7px;
3526
- margin-bottom: 0;
3527
- text-align: right
3528
- }
3529
- .image-hover-page-container .form-horizontal .form-group-lg .control-label {
3530
- padding-top: 14.33px
3531
- }
3532
- .image-hover-page-container .form-horizontal .form-group-sm .control-label {
3533
- padding-top: 6px
3534
- }
3535
- }
3536
-
3537
- .image-hover-page-container .btn {
3538
- display: inline-block;
3539
- padding: 6px 12px;
3540
- margin-bottom: 0;
3541
- font-size: 14px;
3542
- font-weight: 400;
3543
- line-height: 1.42857143;
3544
- text-align: center;
3545
- white-space: nowrap;
3546
- vertical-align: middle;
3547
- -ms-touch-action: manipulation;
3548
- touch-action: manipulation;
3549
- cursor: pointer;
3550
- -webkit-user-select: none;
3551
- -moz-user-select: none;
3552
- -ms-user-select: none;
3553
- user-select: none;
3554
- background-image: none;
3555
- border: 1px solid transparent;
3556
- border-radius: 4px
3557
- }
3558
-
3559
- .image-hover-page-container .btn.active.focus,
3560
- .image-hover-page-container .btn.active:focus,
3561
- .image-hover-page-container .btn.focus,
3562
- .image-hover-page-container .btn:active.focus,
3563
- .image-hover-page-container .btn:active:focus,
3564
- .image-hover-page-container .btn:focus {
3565
- outline: dotted thin;
3566
- outline: -webkit-focus-ring-color auto 5px;
3567
- outline-offset: -2px
3568
- }
3569
-
3570
- .image-hover-page-container .btn.focus,
3571
- .image-hover-page-container .btn:focus,
3572
- .image-hover-page-container .btn:hover {
3573
- color: #333;
3574
- text-decoration: none
3575
- }
3576
-
3577
- .image-hover-page-container .btn.active,
3578
- .image-hover-page-container .btn:active {
3579
- background-image: none;
3580
- outline: 0;
3581
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3582
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
3583
- }
3584
-
3585
- .image-hover-page-container .btn.disabled,
3586
- .image-hover-page-container .btn[disabled],
3587
- .image-hover-page-container fieldset[disabled] .btn {
3588
- pointer-events: none;
3589
- cursor: not-allowed;
3590
- filter: alpha(opacity=65);
3591
- -webkit-box-shadow: none;
3592
- box-shadow: none;
3593
- opacity: .65
3594
- }
3595
-
3596
- .image-hover-page-container .btn-default {
3597
- color: #333;
3598
- background-color: #fff;
3599
- border-color: #ccc
3600
- }
3601
-
3602
- .image-hover-page-container .btn-default.active,
3603
- .image-hover-page-container .btn-default.focus,
3604
- .image-hover-page-container .btn-default:active,
3605
- .image-hover-page-container .btn-default:focus,
3606
- .image-hover-page-container .btn-default:hover,
3607
- .image-hover-page-container .open>.dropdown-toggle.btn-default {
3608
- color: #333;
3609
- background-color: #e6e6e6;
3610
- border-color: #adadad
3611
- }
3612
-
3613
- .image-hover-page-container .btn-default.active,
3614
- .image-hover-page-container .btn-default:active,
3615
- .image-hover-page-container .open>.dropdown-toggle.btn-default {
3616
- background-image: none
3617
- }
3618
-
3619
- .image-hover-page-container .btn-default.disabled,
3620
- .image-hover-page-container .btn-default.disabled.active,
3621
- .image-hover-page-container .btn-default.disabled.focus,
3622
- .image-hover-page-container .btn-default.disabled:active,
3623
- .image-hover-page-container .btn-default.disabled:focus,
3624
- .image-hover-page-container .btn-default.disabled:hover,
3625
- .image-hover-page-container .btn-default[disabled],
3626
- .image-hover-page-container .btn-default[disabled].active,
3627
- .image-hover-page-container .btn-default[disabled].focus,
3628
- .image-hover-page-container .btn-default[disabled]:active,
3629
- .image-hover-page-container .btn-default[disabled]:focus,
3630
- .image-hover-page-container .btn-default[disabled]:hover,
3631
- .image-hover-page-container fieldset[disabled] .btn-default,
3632
- .image-hover-page-container fieldset[disabled] .btn-default.active,
3633
- .image-hover-page-container fieldset[disabled] .btn-default.focus,
3634
- .image-hover-page-container fieldset[disabled] .btn-default:active,
3635
- .image-hover-page-container fieldset[disabled] .btn-default:focus,
3636
- .image-hover-page-container fieldset[disabled] .btn-default:hover {
3637
- background-color: #fff;
3638
- border-color: #ccc
3639
- }
3640
-
3641
- .image-hover-page-container .btn-default .badge {
3642
- color: #fff;
3643
- background-color: #333
3644
- }
3645
-
3646
- .image-hover-page-container .btn-primary {
3647
- color: #fff;
3648
- background-color: #337ab7;
3649
- border-color: #2e6da4
3650
- }
3651
-
3652
- .image-hover-page-container .btn-primary.active,
3653
- .image-hover-page-container .btn-primary.focus,
3654
- .image-hover-page-container .btn-primary:active,
3655
- .image-hover-page-container .btn-primary:focus,
3656
- .image-hover-page-container .btn-primary:hover,
3657
- .image-hover-page-container .open>.dropdown-toggle.btn-primary {
3658
- color: #fff;
3659
- background-color: #286090;
3660
- border-color: #204d74
3661
- }
3662
-
3663
- .image-hover-page-container .btn-primary.active,
3664
- .image-hover-page-container .btn-primary:active,
3665
- .image-hover-page-container .open>.dropdown-toggle.btn-primary {
3666
- background-image: none
3667
- }
3668
-
3669
- .image-hover-page-container .btn-primary.disabled,
3670
- .image-hover-page-container .btn-primary.disabled.active,
3671
- .image-hover-page-container .btn-primary.disabled.focus,
3672
- .image-hover-page-container .btn-primary.disabled:active,
3673
- .image-hover-page-container .btn-primary.disabled:focus,
3674
- .image-hover-page-container .btn-primary.disabled:hover,
3675
- .image-hover-page-container .btn-primary[disabled],
3676
- .image-hover-page-container .btn-primary[disabled].active,
3677
- .image-hover-page-container .btn-primary[disabled].focus,
3678
- .image-hover-page-container .btn-primary[disabled]:active,
3679
- .image-hover-page-container .btn-primary[disabled]:focus,
3680
- .image-hover-page-container .btn-primary[disabled]:hover,
3681
- .image-hover-page-container fieldset[disabled] .btn-primary,
3682
- .image-hover-page-container fieldset[disabled] .btn-primary.active,
3683
- .image-hover-page-container fieldset[disabled] .btn-primary.focus,
3684
- .image-hover-page-container fieldset[disabled] .btn-primary:active,
3685
- .image-hover-page-container fieldset[disabled] .btn-primary:focus,
3686
- .image-hover-page-container fieldset[disabled] .btn-primary:hover {
3687
- background-color: #337ab7;
3688
- border-color: #2e6da4
3689
- }
3690
-
3691
- .image-hover-page-container .btn-primary .badge {
3692
- color: #337ab7;
3693
- background-color: #fff
3694
- }
3695
-
3696
- .image-hover-page-container .btn-success {
3697
- color: #fff;
3698
- background-color: #5cb85c;
3699
- border-color: #4cae4c
3700
- }
3701
-
3702
- .image-hover-page-container .btn-success.active,
3703
- .image-hover-page-container .btn-success.focus,
3704
- .image-hover-page-container .btn-success:active,
3705
- .image-hover-page-container .btn-success:focus,
3706
- .image-hover-page-container .btn-success:hover,
3707
- .image-hover-page-container .open>.dropdown-toggle.btn-success {
3708
- color: #fff;
3709
- background-color: #449d44;
3710
- border-color: #398439
3711
- }
3712
-
3713
- .image-hover-page-container .btn-success.active,
3714
- .image-hover-page-container .btn-success:active,
3715
- .image-hover-page-container .open>.dropdown-toggle.btn-success {
3716
- background-image: none
3717
- }
3718
-
3719
- .image-hover-page-container .btn-success.disabled,
3720
- .image-hover-page-container .btn-success.disabled.active,
3721
- .image-hover-page-container .btn-success.disabled.focus,
3722
- .image-hover-page-container .btn-success.disabled:active,
3723
- .image-hover-page-container .btn-success.disabled:focus,
3724
- .image-hover-page-container .btn-success.disabled:hover,
3725
- .image-hover-page-container .btn-success[disabled],
3726
- .image-hover-page-container .btn-success[disabled].active,
3727
- .image-hover-page-container .btn-success[disabled].focus,
3728
- .image-hover-page-container .btn-success[disabled]:active,
3729
- .image-hover-page-container .btn-success[disabled]:focus,
3730
- .image-hover-page-container .btn-success[disabled]:hover,
3731
- .image-hover-page-container fieldset[disabled] .btn-success,
3732
- .image-hover-page-container fieldset[disabled] .btn-success.active,
3733
- .image-hover-page-container fieldset[disabled] .btn-success.focus,
3734
- .image-hover-page-container fieldset[disabled] .btn-success:active,
3735
- .image-hover-page-container fieldset[disabled] .btn-success:focus,
3736
- .image-hover-page-container fieldset[disabled] .btn-success:hover {
3737
- background-color: #5cb85c;
3738
- border-color: #4cae4c
3739
- }
3740
-
3741
- .image-hover-page-container .btn-success .badge {
3742
- color: #5cb85c;
3743
- background-color: #fff
3744
- }
3745
-
3746
- .image-hover-page-container .btn-info {
3747
- color: #fff;
3748
- background-color: #5bc0de;
3749
- border-color: #46b8da
3750
- }
3751
-
3752
- .image-hover-page-container .btn-info.active,
3753
- .image-hover-page-container .btn-info.focus,
3754
- .image-hover-page-container .btn-info:active,
3755
- .image-hover-page-container .btn-info:focus,
3756
- .image-hover-page-container .btn-info:hover,
3757
- .image-hover-page-container .open>.dropdown-toggle.btn-info {
3758
- color: #fff;
3759
- background-color: #31b0d5;
3760
- border-color: #269abc
3761
- }
3762
-
3763
- .image-hover-page-container .btn-info.active,
3764
- .image-hover-page-container .btn-info:active,
3765
- .image-hover-page-container .open>.dropdown-toggle.btn-info {
3766
- background-image: none
3767
- }
3768
-
3769
- .image-hover-page-container .btn-info.disabled,
3770
- .image-hover-page-container .btn-info.disabled.active,
3771
- .image-hover-page-container .btn-info.disabled.focus,
3772
- .image-hover-page-container .btn-info.disabled:active,
3773
- .image-hover-page-container .btn-info.disabled:focus,
3774
- .image-hover-page-container .btn-info.disabled:hover,
3775
- .image-hover-page-container .btn-info[disabled],
3776
- .image-hover-page-container .btn-info[disabled].active,
3777
- .image-hover-page-container .btn-info[disabled].focus,
3778
- .image-hover-page-container .btn-info[disabled]:active,
3779
- .image-hover-page-container .btn-info[disabled]:focus,
3780
- .image-hover-page-container .btn-info[disabled]:hover,
3781
- .image-hover-page-container fieldset[disabled] .btn-info,
3782
- .image-hover-page-container fieldset[disabled] .btn-info.active,
3783
- .image-hover-page-container fieldset[disabled] .btn-info.focus,
3784
- .image-hover-page-container fieldset[disabled] .btn-info:active,
3785
- .image-hover-page-container fieldset[disabled] .btn-info:focus,
3786
- .image-hover-page-container fieldset[disabled] .btn-info:hover {
3787
- background-color: #5bc0de;
3788
- border-color: #46b8da
3789
- }
3790
-
3791
- .image-hover-page-container .btn-info .badge {
3792
- color: #5bc0de;
3793
- background-color: #fff
3794
- }
3795
-
3796
- .image-hover-page-container .btn-warning {
3797
- color: #fff;
3798
- background-color: #f0ad4e;
3799
- border-color: #eea236
3800
- }
3801
-
3802
- .image-hover-page-container .btn-warning.active,
3803
- .image-hover-page-container .btn-warning.focus,
3804
- .image-hover-page-container .btn-warning:active,
3805
- .image-hover-page-container .btn-warning:focus,
3806
- .image-hover-page-container .btn-warning:hover,
3807
- .image-hover-page-container .open>.dropdown-toggle.btn-warning {
3808
- color: #fff;
3809
- background-color: #ec971f;
3810
- border-color: #d58512
3811
- }
3812
-
3813
- .image-hover-page-container .btn-warning.active,
3814
- .image-hover-page-container .btn-warning:active,
3815
- .image-hover-page-container .open>.dropdown-toggle.btn-warning {
3816
- background-image: none
3817
- }
3818
-
3819
- .image-hover-page-container .btn-warning.disabled,
3820
- .image-hover-page-container .btn-warning.disabled.active,
3821
- .image-hover-page-container .btn-warning.disabled.focus,
3822
- .image-hover-page-container .btn-warning.disabled:active,
3823
- .image-hover-page-container .btn-warning.disabled:focus,
3824
- .image-hover-page-container .btn-warning.disabled:hover,
3825
- .image-hover-page-container .btn-warning[disabled],
3826
- .image-hover-page-container .btn-warning[disabled].active,
3827
- .image-hover-page-container .btn-warning[disabled].focus,
3828
- .image-hover-page-container .btn-warning[disabled]:active,
3829
- .image-hover-page-container .btn-warning[disabled]:focus,
3830
- .image-hover-page-container .btn-warning[disabled]:hover,
3831
- .image-hover-page-container fieldset[disabled] .btn-warning,
3832
- .image-hover-page-container fieldset[disabled] .btn-warning.active,
3833
- .image-hover-page-container fieldset[disabled] .btn-warning.focus,
3834
- .image-hover-page-container fieldset[disabled] .btn-warning:active,
3835
- .image-hover-page-container fieldset[disabled] .btn-warning:focus,
3836
- .image-hover-page-container fieldset[disabled] .btn-warning:hover {
3837
- background-color: #f0ad4e;
3838
- border-color: #eea236
3839
- }
3840
-
3841
- .image-hover-page-container .btn-warning .badge {
3842
- color: #f0ad4e;
3843
- background-color: #fff
3844
- }
3845
-
3846
- .image-hover-page-container .btn-danger {
3847
- color: #fff;
3848
- background-color: #d9534f;
3849
- border-color: #d43f3a
3850
- }
3851
-
3852
- .image-hover-page-container .btn-danger.active,
3853
- .image-hover-page-container .btn-danger.focus,
3854
- .image-hover-page-container .btn-danger:active,
3855
- .image-hover-page-container .btn-danger:focus,
3856
- .image-hover-page-container .btn-danger:hover,
3857
- .image-hover-page-container .open>.dropdown-toggle.btn-danger {
3858
- color: #fff;
3859
- background-color: #c9302c;
3860
- border-color: #ac2925
3861
- }
3862
-
3863
- .image-hover-page-container .btn-danger.active,
3864
- .image-hover-page-container .btn-danger:active,
3865
- .image-hover-page-container .open>.dropdown-toggle.btn-danger {
3866
- background-image: none
3867
- }
3868
-
3869
- .image-hover-page-container .btn-danger.disabled,
3870
- .image-hover-page-container .btn-danger.disabled.active,
3871
- .image-hover-page-container .btn-danger.disabled.focus,
3872
- .image-hover-page-container .btn-danger.disabled:active,
3873
- .image-hover-page-container .btn-danger.disabled:focus,
3874
- .image-hover-page-container .btn-danger.disabled:hover,
3875
- .image-hover-page-container .btn-danger[disabled],
3876
- .image-hover-page-container .btn-danger[disabled].active,
3877
- .image-hover-page-container .btn-danger[disabled].focus,
3878
- .image-hover-page-container .btn-danger[disabled]:active,
3879
- .image-hover-page-container .btn-danger[disabled]:focus,
3880
- .image-hover-page-container .btn-danger[disabled]:hover,
3881
- .image-hover-page-container fieldset[disabled] .btn-danger,
3882
- .image-hover-page-container fieldset[disabled] .btn-danger.active,
3883
- .image-hover-page-container fieldset[disabled] .btn-danger.focus,
3884
- .image-hover-page-container fieldset[disabled] .btn-danger:active,
3885
- .image-hover-page-container fieldset[disabled] .btn-danger:focus,
3886
- .image-hover-page-container fieldset[disabled] .btn-danger:hover {
3887
- background-color: #d9534f;
3888
- border-color: #d43f3a
3889
- }
3890
-
3891
- .image-hover-page-container .btn-danger .badge {
3892
- color: #d9534f;
3893
- background-color: #fff
3894
- }
3895
-
3896
- .image-hover-page-container .btn-link {
3897
- font-weight: 400;
3898
- color: #337ab7;
3899
- border-radius: 0
3900
- }
3901
-
3902
- .image-hover-page-container .btn-link,
3903
- .image-hover-page-container .btn-link.active,
3904
- .image-hover-page-container .btn-link:active,
3905
- .image-hover-page-container .btn-link[disabled],
3906
- .image-hover-page-container fieldset[disabled] .btn-link {
3907
- background-color: transparent;
3908
- -webkit-box-shadow: none;
3909
- box-shadow: none
3910
- }
3911
-
3912
- .image-hover-page-container .btn-link,
3913
- .image-hover-page-container .btn-link:active,
3914
- .image-hover-page-container .btn-link:focus,
3915
- .image-hover-page-container .btn-link:hover {
3916
- border-color: transparent
3917
- }
3918
-
3919
- .image-hover-page-container .btn-link:focus,
3920
- .image-hover-page-container .btn-link:hover {
3921
- color: #23527c;
3922
- text-decoration: underline;
3923
- background-color: transparent
3924
- }
3925
-
3926
- .image-hover-page-container .btn-link[disabled]:focus,
3927
- .image-hover-page-container .btn-link[disabled]:hover,
3928
- .image-hover-page-container fieldset[disabled] .btn-link:focus,
3929
- .image-hover-page-container fieldset[disabled] .btn-link:hover {
3930
- color: #777;
3931
- text-decoration: none
3932
- }
3933
-
3934
- .image-hover-page-container .btn-group-lg>.btn,
3935
- .image-hover-page-container .btn-lg {
3936
- padding: 10px 16px;
3937
- font-size: 18px;
3938
- line-height: 1.3333333;
3939
- border-radius: 6px
3940
- }
3941
-
3942
- .image-hover-page-container .btn-group-sm>.btn,
3943
- .image-hover-page-container .btn-sm {
3944
- padding: 5px 10px;
3945
- font-size: 12px;
3946
- line-height: 1.5;
3947
- border-radius: 3px
3948
- }
3949
-
3950
- .image-hover-page-container .btn-group-xs>.btn,
3951
- .image-hover-page-container .btn-xs {
3952
- padding: 1px 5px;
3953
- font-size: 12px;
3954
- line-height: 1.5;
3955
- border-radius: 3px
3956
- }
3957
-
3958
- .image-hover-page-container .btn-block {
3959
- display: block;
3960
- width: 100%
3961
- }
3962
-
3963
- .image-hover-page-container .btn-block+.btn-block {
3964
- margin-top: 5px
3965
- }
3966
-
3967
- .image-hover-page-container input[type=button].btn-block,
3968
- .image-hover-page-container input[type=reset].btn-block,
3969
- .image-hover-page-container input[type=submit].btn-block {
3970
- width: 100%
3971
- }
3972
-
3973
- .image-hover-page-container .fade {
3974
- opacity: 0;
3975
- -webkit-transition: opacity .15s linear;
3976
- -o-transition: opacity .15s linear;
3977
- transition: opacity .15s linear
3978
- }
3979
-
3980
- .image-hover-page-container .fade.in {
3981
- opacity: 1
3982
- }
3983
-
3984
- .image-hover-page-container .collapse {
3985
- display: none;
3986
- visibility: hidden
3987
- }
3988
-
3989
- .image-hover-page-container .collapse.in {
3990
- display: block;
3991
- visibility: visible
3992
- }
3993
-
3994
- .image-hover-page-container tr.collapse.in {
3995
- display: table-row
3996
- }
3997
-
3998
- .image-hover-page-container tbody.collapse.in {
3999
- display: table-row-group
4000
- }
4001
-
4002
- .image-hover-page-container .collapsing {
4003
- position: relative;
4004
- height: 0;
4005
- overflow: hidden;
4006
- -webkit-transition-timing-function: ease;
4007
- -o-transition-timing-function: ease;
4008
- transition-timing-function: ease;
4009
- -webkit-transition-duration: .35s;
4010
- -o-transition-duration: .35s;
4011
- transition-duration: .35s;
4012
- -webkit-transition-property: height, visibility;
4013
- -o-transition-property: height, visibility;
4014
- transition-property: height, visibility
4015
- }
4016
-
4017
- .image-hover-page-container .caret {
4018
- display: inline-block;
4019
- width: 0;
4020
- height: 0;
4021
- margin-left: 2px;
4022
- vertical-align: middle;
4023
- border-top: 4px solid;
4024
- border-right: 4px solid transparent;
4025
- border-left: 4px solid transparent
4026
- }
4027
-
4028
- .image-hover-page-container .dropdown,
4029
- .image-hover-page-container .dropup {
4030
- position: relative
4031
- }
4032
-
4033
- .image-hover-page-container .dropdown-toggle:focus {
4034
- outline: 0
4035
- }
4036
-
4037
- .image-hover-page-container .dropdown-menu {
4038
- position: absolute;
4039
- top: 100%;
4040
- left: 0;
4041
- z-index: 1000;
4042
- display: none;
4043
- float: left;
4044
- min-width: 160px;
4045
- padding: 5px 0;
4046
- margin: 2px 0 0;
4047
- font-size: 14px;
4048
- text-align: left;
4049
- list-style: none;
4050
- background-color: #fff;
4051
- -webkit-background-clip: padding-box;
4052
- background-clip: padding-box;
4053
- border: 1px solid #ccc;
4054
- border: 1px solid rgba(0, 0, 0, .15);
4055
- border-radius: 4px;
4056
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
4057
- box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
4058
- }
4059
-
4060
- .image-hover-page-container .btn-group-vertical>.btn:not(:first-child):not(:last-child),
4061
- .image-hover-page-container .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
4062
- .image-hover-page-container .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
4063
- border-radius: 0
4064
- }
4065
-
4066
- .image-hover-page-container .dropdown-menu-right,
4067
- .image-hover-page-container .dropdown-menu.pull-right {
4068
- right: 0;
4069
- left: auto
4070
- }
4071
-
4072
- .image-hover-page-container .dropdown-menu .divider {
4073
- height: 1px;
4074
- margin: 9px 0;
4075
- overflow: hidden;
4076
- background-color: #e5e5e5
4077
- }
4078
-
4079
- .image-hover-page-container .dropdown-menu>li>a {
4080
- display: block;
4081
- padding: 3px 20px;
4082
- clear: both;
4083
- font-weight: 400;
4084
- line-height: 1.42857143;
4085
- color: #333;
4086
- white-space: nowrap
4087
- }
4088
-
4089
- .image-hover-page-container .dropdown-menu>li>a:focus,
4090
- .image-hover-page-container .dropdown-menu>li>a:hover {
4091
- color: #262626;
4092
- text-decoration: none;
4093
- background-color: #f5f5f5
4094
- }
4095
-
4096
- .image-hover-page-container .dropdown-menu>.active>a,
4097
- .image-hover-page-container .dropdown-menu>.active>a:focus,
4098
- .image-hover-page-container .dropdown-menu>.active>a:hover {
4099
- color: #fff;
4100
- text-decoration: none;
4101
- background-color: #337ab7;
4102
- outline: 0
4103
- }
4104
-
4105
- .image-hover-page-container .dropdown-menu>.disabled>a,
4106
- .image-hover-page-container .dropdown-menu>.disabled>a:focus,
4107
- .image-hover-page-container .dropdown-menu>.disabled>a:hover {
4108
- color: #777
4109
- }
4110
-
4111
- .image-hover-page-container .dropdown-menu>.disabled>a:focus,
4112
- .image-hover-page-container .dropdown-menu>.disabled>a:hover {
4113
- text-decoration: none;
4114
- cursor: not-allowed;
4115
- background-color: transparent;
4116
- background-image: none;
4117
- filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
4118
- }
4119
-
4120
- .image-hover-page-container .open>.dropdown-menu {
4121
- display: block
4122
- }
4123
-
4124
- .image-hover-page-container .open>a {
4125
- outline: 0
4126
- }
4127
-
4128
- .image-hover-page-container .dropdown-menu-left {
4129
- right: auto;
4130
- left: 0
4131
- }
4132
-
4133
- .image-hover-page-container .dropdown-header {
4134
- display: block;
4135
- padding: 3px 20px;
4136
- font-size: 12px;
4137
- line-height: 1.42857143;
4138
- color: #777;
4139
- white-space: nowrap
4140
- }
4141
-
4142
- .image-hover-page-container .dropdown-backdrop {
4143
- position: fixed;
4144
- top: 0;
4145
- right: 0;
4146
- bottom: 0;
4147
- left: 0;
4148
- z-index: 990
4149
- }
4150
-
4151
- .image-hover-page-container .btn-group-vertical>.btn.active,
4152
- .image-hover-page-container .btn-group-vertical>.btn:active,
4153
- .image-hover-page-container .btn-group-vertical>.btn:focus,
4154
- .image-hover-page-container .btn-group-vertical>.btn:hover,
4155
- .image-hover-page-container .btn-group>.btn.active,
4156
- .image-hover-page-container .btn-group>.btn:active,
4157
- .image-hover-page-container .btn-group>.btn:focus,
4158
- .image-hover-page-container .btn-group>.btn:hover,
4159
- .image-hover-page-container .input-group-btn>.btn:active,
4160
- .image-hover-page-container .input-group-btn>.btn:focus,
4161
- .image-hover-page-container .input-group-btn>.btn:hover {
4162
- z-index: 2
4163
- }
4164
-
4165
- .image-hover-page-container .nav-justified>.dropdown .dropdown-menu,
4166
- .image-hover-page-container .nav-tabs.nav-justified>.dropdown .dropdown-menu {
4167
- left: auto;
4168
- top: auto
4169
- }
4170
-
4171
- .image-hover-page-container .pull-right>.dropdown-menu {
4172
- right: 0;
4173
- left: auto
4174
- }
4175
-
4176
- .image-hover-page-container .dropup .caret,
4177
- .image-hover-page-container .navbar-fixed-bottom .dropdown .caret {
4178
- content: "";
4179
- border-top: 0;
4180
- border-bottom: 4px solid
4181
- }
4182
-
4183
- .image-hover-page-container .dropup .dropdown-menu,
4184
- .image-hover-page-container .navbar-fixed-bottom .dropdown .dropdown-menu {
4185
- top: auto;
4186
- bottom: 100%;
4187
- margin-bottom: 2px
4188
- }
4189
-
4190
- @media (min-width:768px) {
4191
- .image-hover-page-container .navbar-right .dropdown-menu {
4192
- right: 0;
4193
- left: auto
4194
- }
4195
- .image-hover-page-container .navbar-right .dropdown-menu-left {
4196
- right: auto;
4197
- left: 0
4198
- }
4199
- }
4200
-
4201
- .image-hover-page-container .btn-group,
4202
- .image-hover-page-container .btn-group-vertical {
4203
- position: relative;
4204
- display: inline-block;
4205
- vertical-align: middle
4206
- }
4207
-
4208
- .image-hover-page-container .btn-group-vertical>.btn,
4209
- .image-hover-page-container .btn-group>.btn {
4210
- position: relative;
4211
- float: left
4212
- }
4213
-
4214
- .image-hover-page-container .btn-group .btn+.btn,
4215
- .image-hover-page-container .btn-group .btn+.btn-group,
4216
- .image-hover-page-container .btn-group .btn-group+.btn,
4217
- .image-hover-page-container .btn-group .btn-group+.btn-group {
4218
- margin-left: -1px
4219
- }
4220
-
4221
- .image-hover-page-container .btn-toolbar {
4222
- margin-left: -5px
4223
- }
4224
-
4225
- .image-hover-page-container .btn-toolbar .btn-group,
4226
- .image-hover-page-container .btn-toolbar .input-group {
4227
- float: left
4228
- }
4229
-
4230
- .image-hover-page-container .btn-toolbar>.btn,
4231
- .image-hover-page-container .btn-toolbar>.btn-group,
4232
- .image-hover-page-container .btn-toolbar>.input-group {
4233
- margin-left: 5px
4234
- }
4235
-
4236
- .image-hover-page-container .btn .caret,
4237
- .image-hover-page-container .btn-group>.btn:first-child {
4238
- margin-left: 0
4239
- }
4240
-
4241
- .image-hover-page-container .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
4242
- border-top-right-radius: 0;
4243
- border-bottom-right-radius: 0
4244
- }
4245
-
4246
- .image-hover-page-container .btn-group>.btn:last-child:not(:first-child),
4247
- .image-hover-page-container .btn-group>.dropdown-toggle:not(:first-child) {
4248
- border-top-left-radius: 0;
4249
- border-bottom-left-radius: 0
4250
- }
4251
-
4252
- .image-hover-page-container .btn-group>.btn-group {
4253
- float: left
4254
- }
4255
-
4256
- .image-hover-page-container .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
4257
- .image-hover-page-container .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
4258
- border-top-right-radius: 0;
4259
- border-bottom-right-radius: 0
4260
- }
4261
-
4262
- .image-hover-page-container .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
4263
- border-top-left-radius: 0;
4264
- border-bottom-left-radius: 0
4265
- }
4266
-
4267
- .image-hover-page-container .btn-group .dropdown-toggle:active,
4268
- .image-hover-page-container .btn-group.open .dropdown-toggle {
4269
- outline: 0
4270
- }
4271
-
4272
- .image-hover-page-container .btn-group>.btn+.dropdown-toggle {
4273
- padding-right: 8px;
4274
- padding-left: 8px
4275
- }
4276
-
4277
- .image-hover-page-container .btn-group>.btn-lg+.dropdown-toggle {
4278
- padding-right: 12px;
4279
- padding-left: 12px
4280
- }
4281
-
4282
- .image-hover-page-container .btn-group.open .dropdown-toggle {
4283
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
4284
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
4285
- }
4286
-
4287
- .image-hover-page-container .btn-group.open .dropdown-toggle.btn-link {
4288
- -webkit-box-shadow: none;
4289
- box-shadow: none
4290
- }
4291
-
4292
- .image-hover-page-container .btn-lg .caret {
4293
- border-width: 5px 5px 0
4294
- }
4295
-
4296
- .image-hover-page-container .dropup .btn-lg .caret {
4297
- border-width: 0 5px 5px
4298
- }
4299
-
4300
- .image-hover-page-container .btn-group-vertical>.btn,
4301
- .image-hover-page-container .btn-group-vertical>.btn-group,
4302
- .image-hover-page-container .btn-group-vertical>.btn-group>.btn {
4303
- display: block;
4304
- float: none;
4305
- width: 100%;
4306
- max-width: 100%
4307
- }
4308
-
4309
- .image-hover-page-container .btn-group-vertical>.btn-group>.btn {
4310
- float: none
4311
- }
4312
-
4313
- .image-hover-page-container .btn-group-vertical>.btn+.btn,
4314
- .image-hover-page-container .btn-group-vertical>.btn+.btn-group,
4315
- .image-hover-page-container .btn-group-vertical>.btn-group+.btn,
4316
- .image-hover-page-container .btn-group-vertical>.btn-group+.btn-group {
4317
- margin-top: -1px;
4318
- margin-left: 0
4319
- }
4320
-
4321
- .image-hover-page-container .input-group-btn:last-child>.btn,
4322
- .image-hover-page-container .input-group-btn:last-child>.btn-group,
4323
- .image-hover-page-container .input-group-btn>.btn+.btn {
4324
- margin-left: -1px
4325
- }
4326
-
4327
- .image-hover-page-container .btn-group-vertical>.btn:first-child:not(:last-child) {
4328
- border-top-right-radius: 4px;
4329
- border-bottom-right-radius: 0;
4330
- border-bottom-left-radius: 0
4331
- }
4332
-
4333
- .image-hover-page-container .btn-group-vertical>.btn:last-child:not(:first-child) {
4334
- border-top-left-radius: 0;
4335
- border-top-right-radius: 0;
4336
- border-bottom-left-radius: 4px
4337
- }
4338
-
4339
- .image-hover-page-container .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
4340
- border-radius: 0
4341
- }
4342
-
4343
- .image-hover-page-container .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
4344
- .image-hover-page-container .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
4345
- border-bottom-right-radius: 0;
4346
- border-bottom-left-radius: 0
4347
- }
4348
-
4349
- .image-hover-page-container .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
4350
- border-top-left-radius: 0;
4351
- border-top-right-radius: 0
4352
- }
4353
-
4354
- .image-hover-page-container .btn-group-justified {
4355
- display: table;
4356
- width: 100%;
4357
- table-layout: fixed;
4358
- border-collapse: separate
4359
- }
4360
-
4361
- .image-hover-page-container .btn-group-justified>.btn,
4362
- .image-hover-page-container .btn-group-justified>.btn-group {
4363
- display: table-cell;
4364
- float: none;
4365
- width: 1%
4366
- }
4367
-
4368
- .image-hover-page-container .btn-group-justified>.btn-group .btn {
4369
- width: 100%
4370
- }
4371
-
4372
- .image-hover-page-container .btn-group-justified>.btn-group .dropdown-menu {
4373
- left: auto
4374
- }
4375
-
4376
- .image-hover-page-container [data-toggle=buttons]>.btn input[type=checkbox],
4377
- .image-hover-page-container [data-toggle=buttons]>.btn input[type=radio],
4378
- .image-hover-page-container [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
4379
- .image-hover-page-container [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
4380
- position: absolute;
4381
- clip: rect(0, 0, 0, 0);
4382
- pointer-events: none
4383
- }
4384
-
4385
- .image-hover-page-container .input-group {
4386
- position: relative;
4387
- display: table;
4388
- border-collapse: separate
4389
- }
4390
-
4391
- .image-hover-page-container .input-group[class*=col-] {
4392
- float: none;
4393
- padding-right: 0;
4394
- padding-left: 0
4395
- }
4396
-
4397
- .image-hover-page-container .input-group .form-control {
4398
- position: relative;
4399
- z-index: 2;
4400
- float: left;
4401
- width: 100%;
4402
- margin-bottom: 0
4403
- }
4404
-
4405
- .image-hover-page-container .input-group-lg>.form-control,
4406
- .image-hover-page-container .input-group-lg>.input-group-addon,
4407
- .image-hover-page-container .input-group-lg>.input-group-btn>.btn {
4408
- height: 46px;
4409
- padding: 10px 16px;
4410
- font-size: 18px;
4411
- line-height: 1.3333333;
4412
- border-radius: 6px
4413
- }
4414
-
4415
- .image-hover-page-container select.input-group-lg>.form-control,
4416
- .image-hover-page-container select.input-group-lg>.input-group-addon,
4417
- .image-hover-page-container select.input-group-lg>.input-group-btn>.btn {
4418
- height: 46px;
4419
- line-height: 46px
4420
- }
4421
-
4422
- .image-hover-page-container select[multiple].input-group-lg>.form-control,
4423
- .image-hover-page-container select[multiple].input-group-lg>.input-group-addon,
4424
- .image-hover-page-container select[multiple].input-group-lg>.input-group-btn>.btn,
4425
- .image-hover-page-container textarea.input-group-lg>.form-control,
4426
- .image-hover-page-container textarea.input-group-lg>.input-group-addon,
4427
- .image-hover-page-container textarea.input-group-lg>.input-group-btn>.btn {
4428
- height: auto
4429
- }
4430
-
4431
- .image-hover-page-container .input-group-sm>.form-control,
4432
- .image-hover-page-container .input-group-sm>.input-group-addon,
4433
- .image-hover-page-container .input-group-sm>.input-group-btn>.btn {
4434
- height: 30px;
4435
- padding: 5px 10px;
4436
- font-size: 12px;
4437
- line-height: 1.5;
4438
- border-radius: 3px
4439
- }
4440
-
4441
- .image-hover-page-container select.input-group-sm>.form-control,
4442
- .image-hover-page-container select.input-group-sm>.input-group-addon,
4443
- .image-hover-page-container select.input-group-sm>.input-group-btn>.btn {
4444
- height: 30px;
4445
- line-height: 30px
4446
- }
4447
-
4448
- .image-hover-page-container select[multiple].input-group-sm>.form-control,
4449
- .image-hover-page-container select[multiple].input-group-sm>.input-group-addon,
4450
- .image-hover-page-container select[multiple].input-group-sm>.input-group-btn>.btn,
4451
- .image-hover-page-container textarea.input-group-sm>.form-control,
4452
- .image-hover-page-container textarea.input-group-sm>.input-group-addon,
4453
- .image-hover-page-container textarea.input-group-sm>.input-group-btn>.btn {
4454
- height: auto
4455
- }
4456
-
4457
- .image-hover-page-container .input-group .form-control,
4458
- .image-hover-page-container .input-group-addon,
4459
- .image-hover-page-container .input-group-btn {
4460
- display: table-cell
4461
- }
4462
-
4463
- .image-hover-page-container .input-group .form-control:not(:first-child):not(:last-child),
4464
- .image-hover-page-container .input-group-addon:not(:first-child):not(:last-child),
4465
- .image-hover-page-container .input-group-btn:not(:first-child):not(:last-child) {
4466
- border-radius: 0
4467
- }
4468
-
4469
- .image-hover-page-container .input-group-addon,
4470
- .image-hover-page-container .input-group-btn {
4471
- width: 1%;
4472
- white-space: nowrap;
4473
- vertical-align: middle
4474
- }
4475
-
4476
- .image-hover-page-container .input-group-addon {
4477
- padding: 6px 12px;
4478
- font-size: 14px;
4479
- font-weight: 400;
4480
- line-height: 1;
4481
- color: #555;
4482
- text-align: center;
4483
- background-color: #eee;
4484
- border: 1px solid #ccc;
4485
- border-radius: 4px
4486
- }
4487
-
4488
- .image-hover-page-container .input-group-addon.input-sm {
4489
- padding: 5px 10px;
4490
- font-size: 12px;
4491
- border-radius: 3px
4492
- }
4493
-
4494
- .image-hover-page-container .input-group-addon.input-lg {
4495
- padding: 10px 16px;
4496
- font-size: 18px;
4497
- border-radius: 6px
4498
- }
4499
-
4500
- .image-hover-page-container .input-group-addon input[type=checkbox],
4501
- .image-hover-page-container .input-group-addon input[type=radio] {
4502
- margin-top: 0
4503
- }
4504
-
4505
- .image-hover-page-container .input-group .form-control:first-child,
4506
- .image-hover-page-container .input-group-addon:first-child,
4507
- .image-hover-page-container .input-group-btn:first-child>.btn,
4508
- .image-hover-page-container .input-group-btn:first-child>.btn-group>.btn,
4509
- .image-hover-page-container .input-group-btn:first-child>.dropdown-toggle,
4510
- .image-hover-page-container .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
4511
- .image-hover-page-container .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
4512
- border-top-right-radius: 0;
4513
- border-bottom-right-radius: 0
4514
- }
4515
-
4516
- .image-hover-page-container .input-group-addon:first-child {
4517
- border-right: 0
4518
- }
4519
-
4520
- .image-hover-page-container .input-group .form-control:last-child,
4521
- .image-hover-page-container .input-group-addon:last-child,
4522
- .image-hover-page-container .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
4523
- .image-hover-page-container .input-group-btn:first-child>.btn:not(:first-child),
4524
- .image-hover-page-container .input-group-btn:last-child>.btn,
4525
- .image-hover-page-container .input-group-btn:last-child>.btn-group>.btn,
4526
- .image-hover-page-container .input-group-btn:last-child>.dropdown-toggle {
4527
- border-top-left-radius: 0;
4528
- border-bottom-left-radius: 0
4529
- }
4530
-
4531
- .image-hover-page-container .input-group-addon:last-child {
4532
- border-left: 0
4533
- }
4534
-
4535
- .image-hover-page-container .input-group-btn {
4536
- position: relative;
4537
- font-size: 0;
4538
- white-space: nowrap
4539
- }
4540
-
4541
- .image-hover-page-container .input-group-btn>.btn {
4542
- position: relative
4543
- }
4544
-
4545
- .image-hover-page-container .input-group-btn:first-child>.btn,
4546
- .image-hover-page-container .input-group-btn:first-child>.btn-group {
4547
- margin-right: -1px
4548
- }
4549
-
4550
- .image-hover-page-container .nav {
4551
- padding-left: 0;
4552
- margin-bottom: 0;
4553
- list-style: none
4554
- }
4555
-
4556
- .image-hover-page-container .nav>li {
4557
- position: relative;
4558
- display: block
4559
- }
4560
-
4561
- .image-hover-page-container .nav>li>a {
4562
- position: relative;
4563
- display: block;
4564
- padding: 10px 15px
4565
- }
4566
-
4567
- .image-hover-page-container .nav>li>a:focus,
4568
- .image-hover-page-container .nav>li>a:hover {
4569
- text-decoration: none;
4570
- background-color: #eee
4571
- }
4572
-
4573
- .image-hover-page-container .nav>li.disabled>a {
4574
- color: #777
4575
- }
4576
-
4577
- .image-hover-page-container .nav>li.disabled>a:focus,
4578
- .image-hover-page-container .nav>li.disabled>a:hover {
4579
- color: #777;
4580
- text-decoration: none;
4581
- cursor: not-allowed;
4582
- background-color: transparent
4583
- }
4584
-
4585
- .image-hover-page-container .nav .open>a,
4586
- .image-hover-page-container .nav .open>a:focus,
4587
- .image-hover-page-container .nav .open>a:hover {
4588
- background-color: #eee;
4589
- border-color: #337ab7
4590
- }
4591
-
4592
- .image-hover-page-container .nav .nav-divider {
4593
- height: 1px;
4594
- margin: 9px 0;
4595
- overflow: hidden;
4596
- background-color: #e5e5e5
4597
- }
4598
-
4599
- .image-hover-page-container .nav>li>a>img {
4600
- max-width: none
4601
- }
4602
-
4603
- .image-hover-page-container .nav-tabs {
4604
- border-bottom: 1px solid #ddd
4605
- }
4606
-
4607
- .image-hover-page-container .nav-tabs>li {
4608
- float: left;
4609
- margin-bottom: -1px
4610
- }
4611
-
4612
- .image-hover-page-container .nav-tabs>li>a {
4613
- margin-right: 2px;
4614
- line-height: 1.42857143;
4615
- border: 1px solid transparent;
4616
- border-radius: 4px 4px 0 0
4617
- }
4618
-
4619
- .image-hover-page-container .nav-tabs>li>a:hover {
4620
- border-color: #eee #eee #ddd
4621
- }
4622
-
4623
- .image-hover-page-container .nav-tabs>li.active>a,
4624
- .image-hover-page-container .nav-tabs>li.active>a:focus,
4625
- .image-hover-page-container .nav-tabs>li.active>a:hover {
4626
- color: #555;
4627
- cursor: default;
4628
- background-color: #fff;
4629
- border: 1px solid #ddd;
4630
- border-bottom-color: transparent
4631
- }
4632
-
4633
- .image-hover-page-container .nav-tabs.nav-justified {
4634
- width: 100%;
4635
- border-bottom: 0
4636
- }
4637
-
4638
- .image-hover-page-container .nav-tabs.nav-justified>li {
4639
- float: none
4640
- }
4641
-
4642
- .image-hover-page-container .nav-tabs.nav-justified>li>a {
4643
- margin-bottom: 5px;
4644
- text-align: center;
4645
- margin-right: 0;
4646
- border-radius: 4px
4647
- }
4648
-
4649
- .image-hover-page-container .nav-tabs.nav-justified>.active>a,
4650
- .image-hover-page-container .nav-tabs.nav-justified>.active>a:focus,
4651
- .image-hover-page-container .nav-tabs.nav-justified>.active>a:hover {
4652
- border: 1px solid #ddd
4653
- }
4654
-
4655
- @media (min-width:768px) {
4656
- .image-hover-page-container .nav-tabs.nav-justified>li {
4657
- display: table-cell;
4658
- width: 1%
4659
- }
4660
- .image-hover-page-container .nav-tabs.nav-justified>li>a {
4661
- margin-bottom: 0;
4662
- border-bottom: 1px solid #ddd;
4663
- border-radius: 4px 4px 0 0
4664
- }
4665
- .image-hover-page-container .nav-tabs.nav-justified>.active>a,
4666
- .image-hover-page-container .nav-tabs.nav-justified>.active>a:focus,
4667
- .image-hover-page-container .nav-tabs.nav-justified>.active>a:hover {
4668
- border-bottom-color: #fff
4669
- }
4670
- }
4671
-
4672
- .image-hover-page-container .nav-pills>li {
4673
- float: left
4674
- }
4675
-
4676
- .image-hover-page-container .nav-justified>li,
4677
- .image-hover-page-container .nav-stacked>li {
4678
- float: none
4679
- }
4680
-
4681
- .image-hover-page-container .nav-pills>li>a {
4682
- border-radius: 4px
4683
- }
4684
-
4685
- .image-hover-page-container .nav-pills>li+li {
4686
- margin-left: 2px
4687
- }
4688
-
4689
- .image-hover-page-container .nav-pills>li.active>a,
4690
- .image-hover-page-container .nav-pills>li.active>a:focus,
4691
- .image-hover-page-container .nav-pills>li.active>a:hover {
4692
- color: #fff;
4693
- background-color: #337ab7
4694
- }
4695
-
4696
- .image-hover-page-container .nav-stacked>li+li {
4697
- margin-top: 2px;
4698
- margin-left: 0
4699
- }
4700
-
4701
- .image-hover-page-container .nav-justified {
4702
- width: 100%
4703
- }
4704
-
4705
- .image-hover-page-container .nav-justified>li>a {
4706
- margin-bottom: 5px;
4707
- text-align: center
4708
- }
4709
-
4710
- .image-hover-page-container .nav-tabs-justified {
4711
- border-bottom: 0
4712
- }
4713
-
4714
- .image-hover-page-container .nav-tabs-justified>li>a {
4715
- margin-right: 0;
4716
- border-radius: 4px
4717
- }
4718
-
4719
- .image-hover-page-container .nav-tabs-justified>.active>a,
4720
- .image-hover-page-container .nav-tabs-justified>.active>a:focus,
4721
- .image-hover-page-container .nav-tabs-justified>.active>a:hover {
4722
- border: 1px solid #ddd
4723
- }
4724
-
4725
- @media (min-width:768px) {
4726
- .image-hover-page-container .nav-justified>li {
4727
- display: table-cell;
4728
- width: 1%
4729
- }
4730
- .image-hover-page-container .nav-justified>li>a {
4731
- margin-bottom: 0
4732
- }
4733
- .image-hover-page-container .nav-tabs-justified>li>a {
4734
- border-bottom: 1px solid #ddd;
4735
- border-radius: 4px 4px 0 0
4736
- }
4737
- .image-hover-page-container .nav-tabs-justified>.active>a,
4738
- .image-hover-page-container .nav-tabs-justified>.active>a:focus,
4739
- .image-hover-page-container .nav-tabs-justified>.active>a:hover {
4740
- border-bottom-color: #fff
4741
- }
4742
- }
4743
-
4744
- .image-hover-page-container .tab-content>.tab-pane {
4745
- display: none;
4746
- visibility: hidden
4747
- }
4748
-
4749
- .image-hover-page-container .tab-content>.active {
4750
- display: block;
4751
- visibility: visible
4752
- }
4753
-
4754
- .image-hover-page-container .nav-tabs .dropdown-menu {
4755
- margin-top: -1px;
4756
- border-top-left-radius: 0;
4757
- border-top-right-radius: 0
4758
- }
4759
-
4760
- .image-hover-page-container .navbar {
4761
- position: relative;
4762
- min-height: 50px;
4763
- margin-bottom: 20px;
4764
- border: 1px solid transparent
4765
- }
4766
-
4767
- .image-hover-page-container .navbar-collapse {
4768
- padding-right: 15px;
4769
- padding-left: 15px;
4770
- overflow-x: visible;
4771
- -webkit-overflow-scrolling: touch;
4772
- border-top: 1px solid transparent;
4773
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
4774
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
4775
- }
4776
-
4777
- .image-hover-page-container .navbar-collapse.in {
4778
- overflow-y: auto
4779
- }
4780
-
4781
- .image-hover-page-container .navbar-fixed-bottom .navbar-collapse,
4782
- .image-hover-page-container .navbar-fixed-top .navbar-collapse {
4783
- max-height: 340px
4784
- }
4785
-
4786
- @media (max-device-width:480px) and (orientation:landscape) {
4787
- .image-hover-page-container .navbar-fixed-bottom .navbar-collapse,
4788
- .image-hover-page-container .navbar-fixed-top .navbar-collapse {
4789
- max-height: 200px
4790
- }
4791
- }
4792
-
4793
- .image-hover-page-container .container-fluid>.navbar-collapse,
4794
- .image-hover-page-container .container-fluid>.navbar-header,
4795
- .image-hover-page-container .container>.navbar-collapse,
4796
- .image-hover-page-container .container>.navbar-header {
4797
- margin-right: -15px;
4798
- margin-left: -15px
4799
- }
4800
-
4801
- .image-hover-page-container .navbar-static-top {
4802
- z-index: 1000;
4803
- border-width: 0 0 1px
4804
- }
4805
-
4806
- .image-hover-page-container .navbar-fixed-bottom,
4807
- .image-hover-page-container .navbar-fixed-top {
4808
- position: fixed;
4809
- right: 0;
4810
- left: 0;
4811
- z-index: 1030
4812
- }
4813
-
4814
- @media (min-width:768px) {
4815
- .image-hover-page-container .navbar {
4816
- border-radius: 4px
4817
- }
4818
- .image-hover-page-container .navbar-header {
4819
- float: left
4820
- }
4821
- .image-hover-page-container .navbar-collapse {
4822
- width: auto;
4823
- border-top: 0;
4824
- -webkit-box-shadow: none;
4825
- box-shadow: none
4826
- }
4827
- .image-hover-page-container .navbar-collapse.collapse {
4828
- display: block!important;
4829
- height: auto!important;
4830
- padding-bottom: 0;
4831
- overflow: visible!important;
4832
- visibility: visible!important
4833
- }
4834
- .image-hover-page-container .navbar-collapse.in {
4835
- overflow-y: visible
4836
- }
4837
- .image-hover-page-container .navbar-fixed-bottom .navbar-collapse,
4838
- .image-hover-page-container .navbar-fixed-top .navbar-collapse,
4839
- .image-hover-page-container .navbar-static-top .navbar-collapse {
4840
- padding-right: 0;
4841
- padding-left: 0
4842
- }
4843
- .image-hover-page-container .container-fluid>.navbar-collapse,
4844
- .image-hover-page-container .container-fluid>.navbar-header,
4845
- .image-hover-page-container .container>.navbar-collapse,
4846
- .image-hover-page-container .container>.navbar-header {
4847
- margin-right: 0;
4848
- margin-left: 0
4849
- }
4850
- .image-hover-page-container .navbar-fixed-bottom,
4851
- .image-hover-page-container .navbar-fixed-top,
4852
- .image-hover-page-container .navbar-static-top {
4853
- border-radius: 0
4854
- }
4855
- }
4856
-
4857
- .image-hover-page-container .navbar-fixed-top {
4858
- top: 0;
4859
- border-width: 0 0 1px
4860
- }
4861
-
4862
- .image-hover-page-container .navbar-fixed-bottom {
4863
- bottom: 0;
4864
- margin-bottom: 0;
4865
- border-width: 1px 0 0
4866
- }
4867
-
4868
- .image-hover-page-container .navbar-brand {
4869
- float: left;
4870
- height: 50px;
4871
- padding: 15px;
4872
- font-size: 18px;
4873
- line-height: 20px
4874
- }
4875
-
4876
- .image-hover-page-container .navbar-brand:focus,
4877
- .image-hover-page-container .navbar-brand:hover {
4878
- text-decoration: none
4879
- }
4880
-
4881
- .image-hover-page-container .navbar-brand>img {
4882
- display: block
4883
- }
4884
-
4885
- .image-hover-page-container .navbar-toggle {
4886
- position: relative;
4887
- float: right;
4888
- padding: 9px 10px;
4889
- margin-top: 8px;
4890
- margin-right: 15px;
4891
- margin-bottom: 8px;
4892
- background-color: transparent;
4893
- background-image: none;
4894
- border: 1px solid transparent;
4895
- border-radius: 4px
4896
- }
4897
-
4898
- .image-hover-page-container .navbar-toggle:focus {
4899
- outline: 0
4900
- }
4901
-
4902
- .image-hover-page-container .navbar-toggle .icon-bar {
4903
- display: block;
4904
- width: 22px;
4905
- height: 2px;
4906
- border-radius: 1px
4907
- }
4908
-
4909
- .image-hover-page-container .navbar-toggle .icon-bar+.icon-bar {
4910
- margin-top: 4px
4911
- }
4912
-
4913
- @media (min-width:768px) {
4914
- .image-hover-page-container .navbar>.container .navbar-brand,
4915
- .image-hover-page-container .navbar>.container-fluid .navbar-brand {
4916
- margin-left: -15px
4917
- }
4918
- .image-hover-page-container .navbar-toggle {
4919
- display: none
4920
- }
4921
- }
4922
-
4923
- .image-hover-page-container .navbar-nav {
4924
- margin: 7.5px -15px
4925
- }
4926
-
4927
- .image-hover-page-container .navbar-nav>li>a {
4928
- padding-top: 10px;
4929
- padding-bottom: 10px;
4930
- line-height: 20px
4931
- }
4932
-
4933
- @media (max-width:767px) {
4934
- .image-hover-page-container .navbar-nav .open .dropdown-menu {
4935
- position: static;
4936
- float: none;
4937
- width: auto;
4938
- margin-top: 0;
4939
- background-color: transparent;
4940
- border: 0;
4941
- -webkit-box-shadow: none;
4942
- box-shadow: none
4943
- }
4944
- .image-hover-page-container .navbar-nav .open .dropdown-menu .dropdown-header,
4945
- .image-hover-page-container .navbar-nav .open .dropdown-menu>li>a {
4946
- padding: 5px 15px 5px 25px
4947
- }
4948
- .image-hover-page-container .navbar-nav .open .dropdown-menu>li>a {
4949
- line-height: 20px
4950
- }
4951
- .image-hover-page-container .navbar-nav .open .dropdown-menu>li>a:focus,
4952
- .image-hover-page-container .navbar-nav .open .dropdown-menu>li>a:hover {
4953
- background-image: none
4954
- }
4955
- }
4956
-
4957
- .image-hover-page-container .progress-bar-striped,
4958
- .image-hover-page-container .progress-striped .progress-bar,
4959
- .image-hover-page-container .progress-striped .progress-bar-danger,
4960
- .image-hover-page-container .progress-striped .progress-bar-info,
4961
- .image-hover-page-container .progress-striped .progress-bar-success,
4962
- .image-hover-page-container .progress-striped .progress-bar-warning {
4963
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4964
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
4965
- }
4966
-
4967
- @media (min-width:768px) {
4968
- .image-hover-page-container .navbar-nav {
4969
- float: left;
4970
- margin: 0
4971
- }
4972
- .image-hover-page-container .navbar-nav>li {
4973
- float: left
4974
- }
4975
- .image-hover-page-container .navbar-nav>li>a {
4976
- padding-top: 15px;
4977
- padding-bottom: 15px
4978
- }
4979
- }
4980
-
4981
- .image-hover-page-container .navbar-form {
4982
- padding: 10px 15px;
4983
- border-top: 1px solid transparent;
4984
- border-bottom: 1px solid transparent;
4985
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
4986
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
4987
- margin: 8px -15px
4988
- }
4989
-
4990
- @media (min-width:768px) {
4991
- .image-hover-page-container .navbar-form .form-group {
4992
- display: inline-block;
4993
- margin-bottom: 0;
4994
- vertical-align: middle
4995
- }
4996
- .image-hover-page-container .navbar-form .form-control {
4997
- display: inline-block;
4998
- width: auto;
4999
- vertical-align: middle
5000
- }
5001
- .image-hover-page-container .navbar-form .form-control-static {
5002
- display: inline-block
5003
- }
5004
- .image-hover-page-container .navbar-form .input-group {
5005
- display: inline-table;
5006
- vertical-align: middle
5007
- }
5008
- .image-hover-page-container .navbar-form .input-group .form-control,
5009
- .image-hover-page-container .navbar-form .input-group .input-group-addon,
5010
- .image-hover-page-container .navbar-form .input-group .input-group-btn {
5011
- width: auto
5012
- }
5013
- .image-hover-page-container .navbar-form .input-group>.form-control {
5014
- width: 100%
5015
- }
5016
- .image-hover-page-container .navbar-form .control-label {
5017
- margin-bottom: 0;
5018
- vertical-align: middle
5019
- }
5020
- .image-hover-page-container .navbar-form .checkbox,
5021
- .image-hover-page-container .navbar-form .radio {
5022
- display: inline-block;
5023
- margin-top: 0;
5024
- margin-bottom: 0;
5025
- vertical-align: middle
5026
- }
5027
- .image-hover-page-container .navbar-form .checkbox label,
5028
- .image-hover-page-container .navbar-form .radio label {
5029
- padding-left: 0
5030
- }
5031
- .image-hover-page-container .navbar-form .checkbox input[type=checkbox],
5032
- .image-hover-page-container .navbar-form .radio input[type=radio] {
5033
- position: relative;
5034
- margin-left: 0
5035
- }
5036
- .image-hover-page-container .navbar-form .has-feedback .form-control-feedback {
5037
- top: 0
5038
- }
5039
- }
5040
-
5041
- @media (max-width:767px) {
5042
- .image-hover-page-container .navbar-form .form-group {
5043
- margin-bottom: 5px
5044
- }
5045
- .image-hover-page-container .navbar-form .form-group:last-child {
5046
- margin-bottom: 0
5047
- }
5048
- }
5049
-
5050
- @media (min-width:768px) {
5051
- .image-hover-page-container .navbar-form {
5052
- width: auto;
5053
- padding-top: 0;
5054
- padding-bottom: 0;
5055
- margin-right: 0;
5056
- margin-left: 0;
5057
- border: 0;
5058
- -webkit-box-shadow: none;
5059
- box-shadow: none
5060
- }
5061
- }
5062
-
5063
- .image-hover-page-container .navbar-nav>li>.dropdown-menu {
5064
- margin-top: 0;
5065
- border-top-left-radius: 0;
5066
- border-top-right-radius: 0
5067
- }
5068
-
5069
- .image-hover-page-container .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
5070
- margin-bottom: 0;
5071
- border-radius: 4px 4px 0 0
5072
- }
5073
-
5074
- .image-hover-page-container .navbar-btn {
5075
- margin-top: 8px;
5076
- margin-bottom: 8px
5077
- }
5078
-
5079
- .image-hover-page-container .navbar-btn.btn-sm {
5080
- margin-top: 10px;
5081
- margin-bottom: 10px
5082
- }
5083
-
5084
- .image-hover-page-container .navbar-btn.btn-xs {
5085
- margin-top: 14px;
5086
- margin-bottom: 14px
5087
- }
5088
-
5089
- .image-hover-page-container .navbar-text {
5090
- margin-top: 15px;
5091
- margin-bottom: 15px
5092
- }
5093
-
5094
- @media (min-width:768px) {
5095
- .image-hover-page-container .navbar-text {
5096
- float: left;
5097
- margin-right: 15px;
5098
- margin-left: 15px
5099
- }
5100
- .image-hover-page-container .navbar-left {
5101
- float: left!important
5102
- }
5103
- .image-hover-page-container .navbar-right {
5104
- float: right!important;
5105
- margin-right: -15px
5106
- }
5107
- .image-hover-page-container .navbar-right~.navbar-right {
5108
- margin-right: 0
5109
- }
5110
- }
5111
-
5112
- .image-hover-page-container .navbar-default {
5113
- background-color: #f8f8f8;
5114
- border-color: #e7e7e7
5115
- }
5116
-
5117
- .image-hover-page-container .navbar-default .navbar-brand {
5118
- color: #777
5119
- }
5120
-
5121
- .image-hover-page-container .navbar-default .navbar-brand:focus,
5122
- .image-hover-page-container .navbar-default .navbar-brand:hover {
5123
- color: #5e5e5e;
5124
- background-color: transparent
5125
- }
5126
-
5127
- .image-hover-page-container .navbar-default .navbar-nav>li>a,
5128
- .image-hover-page-container .navbar-default .navbar-text {
5129
- color: #777
5130
- }
5131
-
5132
- .image-hover-page-container .navbar-default .navbar-nav>li>a:focus,
5133
- .image-hover-page-container .navbar-default .navbar-nav>li>a:hover {
5134
- color: #333;
5135
- background-color: transparent
5136
- }
5137
-
5138
- .image-hover-page-container .navbar-default .navbar-nav>.active>a,
5139
- .image-hover-page-container .navbar-default .navbar-nav>.active>a:focus,
5140
- .image-hover-page-container .navbar-default .navbar-nav>.active>a:hover {
5141
- color: #555;
5142
- background-color: #e7e7e7
5143
- }
5144
-
5145
- .image-hover-page-container .navbar-default .navbar-nav>.disabled>a,
5146
- .image-hover-page-container .navbar-default .navbar-nav>.disabled>a:focus,
5147
- .image-hover-page-container .navbar-default .navbar-nav>.disabled>a:hover {
5148
- color: #ccc;
5149
- background-color: transparent
5150
- }
5151
-
5152
- .image-hover-page-container .navbar-default .navbar-toggle {
5153
- border-color: #ddd
5154
- }
5155
-
5156
- .image-hover-page-container .navbar-default .navbar-toggle:focus,
5157
- .image-hover-page-container .navbar-default .navbar-toggle:hover {
5158
- background-color: #ddd
5159
- }
5160
-
5161
- .image-hover-page-container .navbar-default .navbar-toggle .icon-bar {
5162
- background-color: #888
5163
- }
5164
-
5165
- .image-hover-page-container .navbar-default .navbar-collapse,
5166
- .image-hover-page-container .navbar-default .navbar-form {
5167
- border-color: #e7e7e7
5168
- }
5169
-
5170
- .image-hover-page-container .navbar-default .navbar-nav>.open>a,
5171
- .image-hover-page-container .navbar-default .navbar-nav>.open>a:focus,
5172
- .image-hover-page-container .navbar-default .navbar-nav>.open>a:hover {
5173
- color: #555;
5174
- background-color: #e7e7e7
5175
- }
5176
-
5177
- @media (max-width:767px) {
5178
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>li>a {
5179
- color: #777
5180
- }
5181
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
5182
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
5183
- color: #333;
5184
- background-color: transparent
5185
- }
5186
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
5187
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
5188
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
5189
- color: #555;
5190
- background-color: #e7e7e7
5191
- }
5192
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
5193
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
5194
- .image-hover-page-container .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
5195
- color: #ccc;
5196
- background-color: transparent
5197
- }
5198
- }
5199
-
5200
- .image-hover-page-container .navbar-default .navbar-link {
5201
- color: #777
5202
- }
5203
-
5204
- .image-hover-page-container .navbar-default .navbar-link:hover {
5205
- color: #333
5206
- }
5207
-
5208
- .image-hover-page-container .navbar-default .btn-link {
5209
- color: #777
5210
- }
5211
-
5212
- .image-hover-page-container .navbar-default .btn-link:focus,
5213
- .image-hover-page-container .navbar-default .btn-link:hover {
5214
- color: #333
5215
- }
5216
-
5217
- .image-hover-page-container .navbar-default .btn-link[disabled]:focus,
5218
- .image-hover-page-container .navbar-default .btn-link[disabled]:hover,
5219
- .image-hover-page-container fieldset[disabled] .navbar-default .btn-link:focus,
5220
- .image-hover-page-container fieldset[disabled] .navbar-default .btn-link:hover {
5221
- color: #ccc
5222
- }
5223
-
5224
- .image-hover-page-container .navbar-inverse {
5225
- background-color: #222;
5226
- border-color: #080808
5227
- }
5228
-
5229
- .image-hover-page-container .navbar-inverse .navbar-brand {
5230
- color: #9d9d9d
5231
- }
5232
-
5233
- .image-hover-page-container .navbar-inverse .navbar-brand:focus,
5234
- .image-hover-page-container .navbar-inverse .navbar-brand:hover {
5235
- color: #fff;
5236
- background-color: transparent
5237
- }
5238
-
5239
- .image-hover-page-container .navbar-inverse .navbar-nav>li>a,
5240
- .image-hover-page-container .navbar-inverse .navbar-text {
5241
- color: #9d9d9d
5242
- }
5243
-
5244
- .image-hover-page-container .navbar-inverse .navbar-nav>li>a:focus,
5245
- .image-hover-page-container .navbar-inverse .navbar-nav>li>a:hover {
5246
- color: #fff;
5247
- background-color: transparent
5248
- }
5249
-
5250
- .image-hover-page-container .navbar-inverse .navbar-nav>.active>a,
5251
- .image-hover-page-container .navbar-inverse .navbar-nav>.active>a:focus,
5252
- .image-hover-page-container .navbar-inverse .navbar-nav>.active>a:hover {
5253
- color: #fff;
5254
- background-color: #080808
5255
- }
5256
-
5257
- .image-hover-page-container .navbar-inverse .navbar-nav>.disabled>a,
5258
- .image-hover-page-container .navbar-inverse .navbar-nav>.disabled>a:focus,
5259
- .image-hover-page-container .navbar-inverse .navbar-nav>.disabled>a:hover {
5260
- color: #444;
5261
- background-color: transparent
5262
- }
5263
-
5264
- .image-hover-page-container .navbar-inverse .navbar-toggle {
5265
- border-color: #333
5266
- }
5267
-
5268
- .image-hover-page-container .navbar-inverse .navbar-toggle:focus,
5269
- .image-hover-page-container .navbar-inverse .navbar-toggle:hover {
5270
- background-color: #333
5271
- }
5272
-
5273
- .image-hover-page-container .navbar-inverse .navbar-toggle .icon-bar {
5274
- background-color: #fff
5275
- }
5276
-
5277
- .image-hover-page-container .navbar-inverse .navbar-collapse,
5278
- .image-hover-page-container .navbar-inverse .navbar-form {
5279
- border-color: #101010
5280
- }
5281
-
5282
- .image-hover-page-container .navbar-inverse .navbar-nav>.open>a,
5283
- .image-hover-page-container .navbar-inverse .navbar-nav>.open>a:focus,
5284
- .image-hover-page-container .navbar-inverse .navbar-nav>.open>a:hover {
5285
- color: #fff;
5286
- background-color: #080808
5287
- }
5288
-
5289
- @media (max-width:767px) {
5290
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
5291
- border-color: #080808
5292
- }
5293
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
5294
- background-color: #080808
5295
- }
5296
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
5297
- color: #9d9d9d
5298
- }
5299
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
5300
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
5301
- color: #fff;
5302
- background-color: transparent
5303
- }
5304
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
5305
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
5306
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
5307
- color: #fff;
5308
- background-color: #080808
5309
- }
5310
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
5311
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
5312
- .image-hover-page-container .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
5313
- color: #444;
5314
- background-color: transparent
5315
- }
5316
- }
5317
-
5318
- .image-hover-page-container .navbar-inverse .navbar-link {
5319
- color: #9d9d9d
5320
- }
5321
-
5322
- .image-hover-page-container .navbar-inverse .navbar-link:hover {
5323
- color: #fff
5324
- }
5325
-
5326
- .image-hover-page-container .navbar-inverse .btn-link {
5327
- color: #9d9d9d
5328
- }
5329
-
5330
- .image-hover-page-container .navbar-inverse .btn-link:focus,
5331
- .image-hover-page-container .navbar-inverse .btn-link:hover {
5332
- color: #fff
5333
- }
5334
-
5335
- .image-hover-page-container .navbar-inverse .btn-link[disabled]:focus,
5336
- .image-hover-page-container .navbar-inverse .btn-link[disabled]:hover,
5337
- .image-hover-page-container fieldset[disabled] .navbar-inverse .btn-link:focus,
5338
- .image-hover-page-container fieldset[disabled] .navbar-inverse .btn-link:hover {
5339
- color: #444
5340
- }
5341
-
5342
- .image-hover-page-container .breadcrumb {
5343
- padding: 8px 15px;
5344
- margin-bottom: 20px;
5345
- list-style: none;
5346
- background-color: #f5f5f5;
5347
- border-radius: 4px
5348
- }
5349
-
5350
- .image-hover-page-container .breadcrumb>li {
5351
- display: inline-block
5352
- }
5353
-
5354
- .image-hover-page-container .breadcrumb>li+li:before {
5355
- padding: 0 5px;
5356
- color: #ccc;
5357
- content: "/\00a0"
5358
- }
5359
-
5360
- .image-hover-page-container .breadcrumb>.active {
5361
- color: #777
5362
- }
5363
-
5364
- .image-hover-page-container .pagination {
5365
- display: inline-block;
5366
- padding-left: 0;
5367
- margin: 20px 0;
5368
- border-radius: 4px
5369
- }
5370
-
5371
- .image-hover-page-container .pager li,
5372
- .image-hover-page-container .pagination>li {
5373
- display: inline
5374
- }
5375
-
5376
- .image-hover-page-container .pagination>li>a,
5377
- .image-hover-page-container .pagination>li>span {
5378
- position: relative;
5379
- float: left;
5380
- padding: 6px 12px;
5381
- margin-left: -1px;
5382
- line-height: 1.42857143;
5383
- color: #337ab7;
5384
- text-decoration: none;
5385
- background-color: #fff;
5386
- border: 1px solid #ddd
5387
- }
5388
-
5389
- .image-hover-page-container .badge,
5390
- .image-hover-page-container .label {
5391
- text-align: center;
5392
- font-weight: 700;
5393
- line-height: 1;
5394
- white-space: nowrap;
5395
- vertical-align: baseline
5396
- }
5397
-
5398
- .image-hover-page-container .pagination>li:first-child>a,
5399
- .image-hover-page-container .pagination>li:first-child>span {
5400
- margin-left: 0;
5401
- border-top-left-radius: 4px;
5402
- border-bottom-left-radius: 4px
5403
- }
5404
-
5405
- .image-hover-page-container .pagination>li:last-child>a,
5406
- .image-hover-page-container .pagination>li:last-child>span {
5407
- border-top-right-radius: 4px;
5408
- border-bottom-right-radius: 4px
5409
- }
5410
-
5411
- .image-hover-page-container .pagination>li>a:focus,
5412
- .image-hover-page-container .pagination>li>a:hover,
5413
- .image-hover-page-container .pagination>li>span:focus,
5414
- .image-hover-page-container .pagination>li>span:hover {
5415
- color: #23527c;
5416
- background-color: #eee;
5417
- border-color: #ddd
5418
- }
5419
-
5420
- .image-hover-page-container .pagination>.active>a,
5421
- .image-hover-page-container .pagination>.active>a:focus,
5422
- .image-hover-page-container .pagination>.active>a:hover,
5423
- .image-hover-page-container .pagination>.active>span,
5424
- .image-hover-page-container .pagination>.active>span:focus,
5425
- .image-hover-page-container .pagination>.active>span:hover {
5426
- z-index: 2;
5427
- color: #fff;
5428
- cursor: default;
5429
- background-color: #337ab7;
5430
- border-color: #337ab7
5431
- }
5432
-
5433
- .image-hover-page-container .pagination>.disabled>a,
5434
- .image-hover-page-container .pagination>.disabled>a:focus,
5435
- .image-hover-page-container .pagination>.disabled>a:hover,
5436
- .image-hover-page-container .pagination>.disabled>span,
5437
- .image-hover-page-container .pagination>.disabled>span:focus,
5438
- .image-hover-page-container .pagination>.disabled>span:hover {
5439
- color: #777;
5440
- cursor: not-allowed;
5441
- background-color: #fff;
5442
- border-color: #ddd
5443
- }
5444
-
5445
- .image-hover-page-container .pagination-lg>li>a,
5446
- .image-hover-page-container .pagination-lg>li>span {
5447
- padding: 10px 16px;
5448
- font-size: 18px
5449
- }
5450
-
5451
- .image-hover-page-container .pagination-lg>li:first-child>a,
5452
- .image-hover-page-container .pagination-lg>li:first-child>span {
5453
- border-top-left-radius: 6px;
5454
- border-bottom-left-radius: 6px
5455
- }
5456
-
5457
- .image-hover-page-container .pagination-lg>li:last-child>a,
5458
- .image-hover-page-container .pagination-lg>li:last-child>span {
5459
- border-top-right-radius: 6px;
5460
- border-bottom-right-radius: 6px
5461
- }
5462
-
5463
- .image-hover-page-container .pagination-sm>li>a,
5464
- .image-hover-page-container .pagination-sm>li>span {
5465
- padding: 5px 10px;
5466
- font-size: 12px
5467
- }
5468
-
5469
- .image-hover-page-container .pagination-sm>li:first-child>a,
5470
- .image-hover-page-container .pagination-sm>li:first-child>span {
5471
- border-top-left-radius: 3px;
5472
- border-bottom-left-radius: 3px
5473
- }
5474
-
5475
- .image-hover-page-container .pagination-sm>li:last-child>a,
5476
- .image-hover-page-container .pagination-sm>li:last-child>span {
5477
- border-top-right-radius: 3px;
5478
- border-bottom-right-radius: 3px
5479
- }
5480
-
5481
- .image-hover-page-container .pager {
5482
- padding-left: 0;
5483
- margin: 20px 0;
5484
- text-align: center;
5485
- list-style: none
5486
- }
5487
-
5488
- .image-hover-page-container .pager li>a,
5489
- .image-hover-page-container .pager li>span {
5490
- display: inline-block;
5491
- padding: 5px 14px;
5492
- background-color: #fff;
5493
- border: 1px solid #ddd;
5494
- border-radius: 15px
5495
- }
5496
-
5497
- .image-hover-page-container .pager li>a:focus,
5498
- .image-hover-page-container .pager li>a:hover {
5499
- text-decoration: none;
5500
- background-color: #eee
5501
- }
5502
-
5503
- .image-hover-page-container .pager .next>a,
5504
- .image-hover-page-container .pager .next>span {
5505
- float: right
5506
- }
5507
-
5508
- .image-hover-page-container .pager .previous>a,
5509
- .image-hover-page-container .pager .previous>span {
5510
- float: left
5511
- }
5512
-
5513
- .image-hover-page-container .pager .disabled>a,
5514
- .image-hover-page-container .pager .disabled>a:focus,
5515
- .image-hover-page-container .pager .disabled>a:hover,
5516
- .image-hover-page-container .pager .disabled>span {
5517
- color: #777;
5518
- cursor: not-allowed;
5519
- background-color: #fff
5520
- }
5521
-
5522
- .image-hover-page-container .label {
5523
- display: inline;
5524
- padding: .2em .6em .3em;
5525
- font-size: 75%;
5526
- color: #fff;
5527
- border-radius: .25em
5528
- }
5529
-
5530
- .image-hover-page-container a.label:focus,
5531
- .image-hover-page-container a.label:hover {
5532
- color: #fff;
5533
- text-decoration: none;
5534
- cursor: pointer
5535
- }
5536
-
5537
- .image-hover-page-container .label:empty {
5538
- display: none
5539
- }
5540
-
5541
- .image-hover-page-container .btn .label {
5542
- position: relative;
5543
- top: -1px
5544
- }
5545
-
5546
- .image-hover-page-container .label-default {
5547
- background-color: #777
5548
- }
5549
-
5550
- .image-hover-page-container .label-default[href]:focus,
5551
- .image-hover-page-container .label-default[href]:hover {
5552
- background-color: #5e5e5e
5553
- }
5554
-
5555
- .image-hover-page-container .label-primary {
5556
- background-color: #337ab7
5557
- }
5558
-
5559
- .image-hover-page-container .label-primary[href]:focus,
5560
- .image-hover-page-container .label-primary[href]:hover {
5561
- background-color: #286090
5562
- }
5563
-
5564
- .image-hover-page-container .label-success {
5565
- background-color: #5cb85c
5566
- }
5567
-
5568
- .image-hover-page-container .label-success[href]:focus,
5569
- .image-hover-page-container .label-success[href]:hover {
5570
- background-color: #449d44
5571
- }
5572
-
5573
- .image-hover-page-container .label-info {
5574
- background-color: #5bc0de
5575
- }
5576
-
5577
- .image-hover-page-container .label-info[href]:focus,
5578
- .image-hover-page-container .label-info[href]:hover {
5579
- background-color: #31b0d5
5580
- }
5581
-
5582
- .image-hover-page-container .label-warning {
5583
- background-color: #f0ad4e
5584
- }
5585
-
5586
- .image-hover-page-container .label-warning[href]:focus,
5587
- .image-hover-page-container .label-warning[href]:hover {
5588
- background-color: #ec971f
5589
- }
5590
-
5591
- .image-hover-page-container .label-danger {
5592
- background-color: #d9534f
5593
- }
5594
-
5595
- .image-hover-page-container .label-danger[href]:focus,
5596
- .image-hover-page-container .label-danger[href]:hover {
5597
- background-color: #c9302c
5598
- }
5599
-
5600
- .image-hover-page-container .badge {
5601
- display: inline-block;
5602
- min-width: 10px;
5603
- padding: 3px 7px;
5604
- font-size: 12px;
5605
- color: #fff;
5606
- background-color: #777;
5607
- border-radius: 10px
5608
- }
5609
-
5610
- .image-hover-page-container .badge:empty {
5611
- display: none
5612
- }
5613
-
5614
- .image-hover-page-container .btn .badge {
5615
- position: relative;
5616
- top: -1px
5617
- }
5618
-
5619
- .image-hover-page-container .btn-xs .badge {
5620
- top: 0;
5621
- padding: 1px 5px
5622
- }
5623
-
5624
- .image-hover-page-container a.badge:focus,
5625
- .image-hover-page-container a.badge:hover {
5626
- color: #fff;
5627
- text-decoration: none;
5628
- cursor: pointer
5629
- }
5630
-
5631
- .image-hover-page-container .list-group-item.active>.badge,
5632
- .image-hover-page-container .nav-pills>.active>a>.badge {
5633
- color: #337ab7;
5634
- background-color: #fff
5635
- }
5636
-
5637
- .image-hover-page-container .list-group-item>.badge {
5638
- float: right
5639
- }
5640
-
5641
- .image-hover-page-container .list-group-item>.badge+.badge {
5642
- margin-right: 5px
5643
- }
5644
-
5645
- .image-hover-page-container .nav-pills>li>a>.badge {
5646
- margin-left: 3px
5647
- }
5648
-
5649
- .image-hover-page-container .jumbotron {
5650
- padding: 30px 15px;
5651
- margin-bottom: 30px;
5652
- color: inherit;
5653
- background-color: #eee
5654
- }
5655
-
5656
- .image-hover-page-container .jumbotron .h1,
5657
- .image-hover-page-container .jumbotron h1 {
5658
- color: inherit
5659
- }
5660
-
5661
- .image-hover-page-container .jumbotron p {
5662
- margin-bottom: 15px;
5663
- font-size: 21px;
5664
- font-weight: 200
5665
- }
5666
-
5667
- .image-hover-page-container .jumbotron>hr {
5668
- border-top-color: #d5d5d5
5669
- }
5670
-
5671
- .image-hover-page-container .container .jumbotron,
5672
- .image-hover-page-container .container-fluid .jumbotron {
5673
- border-radius: 6px
5674
- }
5675
-
5676
- .image-hover-page-container .jumbotron .container {
5677
- max-width: 100%
5678
- }
5679
-
5680
- @media screen and (min-width:768px) {
5681
- .image-hover-page-container .jumbotron {
5682
- padding: 48px 0
5683
- }
5684
- .image-hover-page-container .container .jumbotron,
5685
- .image-hover-page-container .container-fluid .jumbotron {
5686
- padding-right: 60px;
5687
- padding-left: 60px
5688
- }
5689
- .image-hover-page-container .jumbotron .h1,
5690
- .image-hover-page-container .jumbotron h1 {
5691
- font-size: 63px
5692
- }
5693
- }
5694
-
5695
- .image-hover-page-container .thumbnail {
5696
- display: block;
5697
- padding: 4px;
5698
- margin-bottom: 20px;
5699
- line-height: 1.42857143;
5700
- background-color: #fff;
5701
- border: 1px solid #ddd;
5702
- border-radius: 4px;
5703
- -webkit-transition: border .2s ease-in-out;
5704
- -o-transition: border .2s ease-in-out;
5705
- transition: border .2s ease-in-out
5706
- }
5707
-
5708
- .image-hover-page-container .thumbnail a>img,
5709
- .image-hover-page-container .thumbnail>img {
5710
- margin-right: auto;
5711
- margin-left: auto
5712
- }
5713
-
5714
- .image-hover-page-container a.thumbnail.active,
5715
- .image-hover-page-container a.thumbnail:focus,
5716
- .image-hover-page-container a.thumbnail:hover {
5717
- border-color: #337ab7
5718
- }
5719
-
5720
- .image-hover-page-container .thumbnail .caption {
5721
- padding: 9px;
5722
- color: #333
5723
- }
5724
-
5725
- .image-hover-page-container .alert {
5726
- padding: 15px;
5727
- margin-bottom: 20px;
5728
- border: 1px solid transparent;
5729
- border-radius: 4px
5730
- }
5731
-
5732
- .image-hover-page-container .alert h4 {
5733
- margin-top: 0;
5734
- color: inherit
5735
- }
5736
-
5737
- .image-hover-page-container .alert .alert-link {
5738
- font-weight: 700
5739
- }
5740
-
5741
- .image-hover-page-container .alert>p,
5742
- .image-hover-page-container .alert>ul {
5743
- margin-bottom: 0
5744
- }
5745
-
5746
- .image-hover-page-container .alert>p+p {
5747
- margin-top: 5px
5748
- }
5749
-
5750
- .image-hover-page-container .alert-dismissable,
5751
- .image-hover-page-container .alert-dismissible {
5752
- padding-right: 35px
5753
- }
5754
-
5755
- .image-hover-page-container .alert-dismissable .close,
5756
- .image-hover-page-container .alert-dismissible .close {
5757
- position: relative;
5758
- top: -2px;
5759
- right: -21px;
5760
- color: inherit
5761
- }
5762
-
5763
- .image-hover-page-container .alert-success {
5764
- color: #3c763d;
5765
- background-color: #dff0d8;
5766
- border-color: #d6e9c6
5767
- }
5768
-
5769
- .image-hover-page-container .alert-success hr {
5770
- border-top-color: #c9e2b3
5771
- }
5772
-
5773
- .image-hover-page-container .alert-success .alert-link {
5774
- color: #2b542c
5775
- }
5776
-
5777
- .image-hover-page-container .alert-info {
5778
- color: #31708f;
5779
- background-color: #d9edf7;
5780
- border-color: #bce8f1
5781
- }
5782
-
5783
- .image-hover-page-container .alert-info hr {
5784
- border-top-color: #a6e1ec
5785
- }
5786
-
5787
- .image-hover-page-container .alert-info .alert-link {
5788
- color: #245269
5789
- }
5790
-
5791
- .image-hover-page-container .alert-warning {
5792
- color: #8a6d3b;
5793
- background-color: #fcf8e3;
5794
- border-color: #faebcc
5795
- }
5796
-
5797
- .image-hover-page-container .alert-warning hr {
5798
- border-top-color: #f7e1b5
5799
- }
5800
-
5801
- .image-hover-page-container .alert-warning .alert-link {
5802
- color: #66512c
5803
- }
5804
-
5805
- .image-hover-page-container .alert-danger {
5806
- color: #a94442;
5807
- background-color: #f2dede;
5808
- border-color: #ebccd1
5809
- }
5810
-
5811
- .image-hover-page-container .alert-danger hr {
5812
- border-top-color: #e4b9c0
5813
- }
5814
-
5815
- .image-hover-page-container .alert-danger .alert-link {
5816
- color: #843534
5817
- }
5818
-
5819
- @-webkit-keyframes progress-bar-stripes {
5820
- from {
5821
- background-position: 40px 0
5822
- }
5823
- to {
5824
- background-position: 0 0
5825
- }
5826
- }
5827
-
5828
- @-o-keyframes progress-bar-stripes {
5829
- from {
5830
- background-position: 40px 0
5831
- }
5832
- to {
5833
- background-position: 0 0
5834
- }
5835
- }
5836
-
5837
- @keyframes progress-bar-stripes {
5838
- from {
5839
- background-position: 40px 0
5840
- }
5841
- to {
5842
- background-position: 0 0
5843
- }
5844
- }
5845
-
5846
- .image-hover-page-container .progress {
5847
- height: 20px;
5848
- margin-bottom: 20px;
5849
- overflow: hidden;
5850
- background-color: #f5f5f5;
5851
- border-radius: 4px;
5852
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
5853
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
5854
- }
5855
-
5856
- .image-hover-page-container .progress-bar {
5857
- float: left;
5858
- width: 0;
5859
- height: 100%;
5860
- font-size: 12px;
5861
- line-height: 20px;
5862
- color: #fff;
5863
- text-align: center;
5864
- background-color: #337ab7;
5865
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
5866
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
5867
- -webkit-transition: width .6s ease;
5868
- -o-transition: width .6s ease;
5869
- transition: width .6s ease
5870
- }
5871
-
5872
- .image-hover-page-container .progress-bar-striped,
5873
- .image-hover-page-container .progress-striped .progress-bar {
5874
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
5875
- -webkit-background-size: 40px 40px;
5876
- background-size: 40px 40px
5877
- }
5878
-
5879
- .image-hover-page-container .progress-bar.active,
5880
- .image-hover-page-container .progress.active .progress-bar {
5881
- -webkit-animation: progress-bar-stripes 2s linear infinite;
5882
- -o-animation: progress-bar-stripes 2s linear infinite;
5883
- animation: progress-bar-stripes 2s linear infinite
5884
- }
5885
-
5886
- .image-hover-page-container .progress-bar-success {
5887
- background-color: #5cb85c
5888
- }
5889
-
5890
- .image-hover-page-container .progress-striped .progress-bar-success {
5891
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
5892
- }
5893
-
5894
- .image-hover-page-container .progress-bar-info {
5895
- background-color: #5bc0de
5896
- }
5897
-
5898
- .image-hover-page-container .progress-striped .progress-bar-info {
5899
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
5900
- }
5901
-
5902
- .image-hover-page-container .progress-bar-warning {
5903
- background-color: #f0ad4e
5904
- }
5905
-
5906
- .image-hover-page-container .progress-striped .progress-bar-warning {
5907
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
5908
- }
5909
-
5910
- .image-hover-page-container .progress-bar-danger {
5911
- background-color: #d9534f
5912
- }
5913
-
5914
- .image-hover-page-container .progress-striped .progress-bar-danger {
5915
- background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
5916
- }
5917
-
5918
- .image-hover-page-container .media {
5919
- margin-top: 15px
5920
- }
5921
-
5922
- .image-hover-page-container .media:first-child {
5923
- margin-top: 0
5924
- }
5925
-
5926
- .image-hover-page-container .media,
5927
- .image-hover-page-container .media-body {
5928
- overflow: hidden;
5929
- zoom: 1
5930
- }
5931
-
5932
- .image-hover-page-container .media-body {
5933
- width: 10000px
5934
- }
5935
-
5936
- .image-hover-page-container .media-object {
5937
- display: block
5938
- }
5939
-
5940
- .image-hover-page-container .media-right,
5941
- .image-hover-page-container .media>.pull-right {
5942
- padding-left: 10px
5943
- }
5944
-
5945
- .image-hover-page-container .media-left,
5946
- .image-hover-page-container .media>.pull-left {
5947
- padding-right: 10px
5948
- }
5949
-
5950
- .image-hover-page-container .media-body,
5951
- .image-hover-page-container .media-left,
5952
- .image-hover-page-container .media-right {
5953
- display: table-cell;
5954
- vertical-align: top
5955
- }
5956
-
5957
- .image-hover-page-container .media-middle {
5958
- vertical-align: middle
5959
- }
5960
-
5961
- .image-hover-page-container .media-bottom {
5962
- vertical-align: bottom
5963
- }
5964
-
5965
- .image-hover-page-container .media-heading {
5966
- margin-top: 0;
5967
- margin-bottom: 5px
5968
- }
5969
-
5970
- .image-hover-page-container .media-list {
5971
- padding-left: 0;
5972
- list-style: none
5973
- }
5974
-
5975
- .image-hover-page-container .list-group {
5976
- padding-left: 0;
5977
- margin-bottom: 20px
5978
- }
5979
-
5980
- .image-hover-page-container .list-group-item {
5981
- position: relative;
5982
- display: block;
5983
- padding: 10px 15px;
5984
- margin-bottom: -1px;
5985
- background-color: #fff;
5986
- border: 1px solid #ddd
5987
- }
5988
-
5989
- .image-hover-page-container .list-group-item:first-child {
5990
- border-top-left-radius: 4px;
5991
- border-top-right-radius: 4px
5992
- }
5993
-
5994
- .image-hover-page-container .list-group-item:last-child {
5995
- margin-bottom: 0;
5996
- border-bottom-right-radius: 4px;
5997
- border-bottom-left-radius: 4px
5998
- }
5999
-
6000
- .image-hover-page-container a.list-group-item {
6001
- color: #555
6002
- }
6003
-
6004
- .image-hover-page-container a.list-group-item .list-group-item-heading {
6005
- color: #333
6006
- }
6007
-
6008
- .image-hover-page-container a.list-group-item:focus,
6009
- .image-hover-page-container a.list-group-item:hover {
6010
- color: #555;
6011
- text-decoration: none;
6012
- background-color: #f5f5f5
6013
- }
6014
-
6015
- .image-hover-page-container .list-group-item.disabled,
6016
- .image-hover-page-container .list-group-item.disabled:focus,
6017
- .image-hover-page-container .list-group-item.disabled:hover {
6018
- color: #777;
6019
- cursor: not-allowed;
6020
- background-color: #eee
6021
- }
6022
-
6023
- .image-hover-page-container .list-group-item.disabled .list-group-item-heading,
6024
- .image-hover-page-container .list-group-item.disabled:focus .list-group-item-heading,
6025
- .image-hover-page-container .list-group-item.disabled:hover .list-group-item-heading {
6026
- color: inherit
6027
- }
6028
-
6029
- .image-hover-page-container .list-group-item.disabled .list-group-item-text,
6030
- .image-hover-page-container .list-group-item.disabled:focus .list-group-item-text,
6031
- .image-hover-page-container .list-group-item.disabled:hover .list-group-item-text {
6032
- color: #777
6033
- }
6034
-
6035
- .image-hover-page-container .list-group-item.active,
6036
- .image-hover-page-container .list-group-item.active:focus,
6037
- .image-hover-page-container .list-group-item.active:hover {
6038
- z-index: 2;
6039
- color: #fff;
6040
- background-color: #337ab7;
6041
- border-color: #337ab7
6042
- }
6043
-
6044
- .image-hover-page-container .list-group-item.active .list-group-item-heading,
6045
- .image-hover-page-container .list-group-item.active .list-group-item-heading>.small,
6046
- .image-hover-page-container .list-group-item.active .list-group-item-heading>small,
6047
- .image-hover-page-container .list-group-item.active:focus .list-group-item-heading,
6048
- .image-hover-page-container .list-group-item.active:focus .list-group-item-heading>.small,
6049
- .image-hover-page-container .list-group-item.active:focus .list-group-item-heading>small,
6050
- .image-hover-page-container .list-group-item.active:hover .list-group-item-heading,
6051
- .image-hover-page-container .list-group-item.active:hover .list-group-item-heading>.small,
6052
- .image-hover-page-container .list-group-item.active:hover .list-group-item-heading>small {
6053
- color: inherit
6054
- }
6055
-
6056
- .image-hover-page-container .list-group-item.active .list-group-item-text,
6057
- .image-hover-page-container .list-group-item.active:focus .list-group-item-text,
6058
- .image-hover-page-container .list-group-item.active:hover .list-group-item-text {
6059
- color: #c7ddef
6060
- }
6061
-
6062
- .image-hover-page-container .list-group-item-success {
6063
- color: #3c763d;
6064
- background-color: #dff0d8
6065
- }
6066
-
6067
- .image-hover-page-container a.list-group-item-success {
6068
- color: #3c763d
6069
- }
6070
-
6071
- .image-hover-page-container a.list-group-item-success .list-group-item-heading {
6072
- color: inherit
6073
- }
6074
-
6075
- .image-hover-page-container a.list-group-item-success:focus,
6076
- .image-hover-page-container a.list-group-item-success:hover {
6077
- color: #3c763d;
6078
- background-color: #d0e9c6
6079
- }
6080
-
6081
- .image-hover-page-container a.list-group-item-success.active,
6082
- .image-hover-page-container a.list-group-item-success.active:focus,
6083
- .image-hover-page-container a.list-group-item-success.active:hover {
6084
- color: #fff;
6085
- background-color: #3c763d;
6086
- border-color: #3c763d
6087
- }
6088
-
6089
- .image-hover-page-container .list-group-item-info {
6090
- color: #31708f;
6091
- background-color: #d9edf7
6092
- }
6093
-
6094
- .image-hover-page-container a.list-group-item-info {
6095
- color: #31708f
6096
- }
6097
-
6098
- .image-hover-page-container a.list-group-item-info .list-group-item-heading {
6099
- color: inherit
6100
- }
6101
-
6102
- .image-hover-page-container a.list-group-item-info:focus,
6103
- .image-hover-page-container a.list-group-item-info:hover {
6104
- color: #31708f;
6105
- background-color: #c4e3f3
6106
- }
6107
-
6108
- .image-hover-page-container a.list-group-item-info.active,
6109
- .image-hover-page-container a.list-group-item-info.active:focus,
6110
- .image-hover-page-container a.list-group-item-info.active:hover {
6111
- color: #fff;
6112
- background-color: #31708f;
6113
- border-color: #31708f
6114
- }
6115
-
6116
- .image-hover-page-container .list-group-item-warning {
6117
- color: #8a6d3b;
6118
- background-color: #fcf8e3
6119
- }
6120
-
6121
- .image-hover-page-container a.list-group-item-warning {
6122
- color: #8a6d3b
6123
- }
6124
-
6125
- .image-hover-page-container a.list-group-item-warning .list-group-item-heading {
6126
- color: inherit
6127
- }
6128
-
6129
- .image-hover-page-container a.list-group-item-warning:focus,
6130
- .image-hover-page-container a.list-group-item-warning:hover {
6131
- color: #8a6d3b;
6132
- background-color: #faf2cc
6133
- }
6134
-
6135
- .image-hover-page-container a.list-group-item-warning.active,
6136
- .image-hover-page-container a.list-group-item-warning.active:focus,
6137
- .image-hover-page-container a.list-group-item-warning.active:hover {
6138
- color: #fff;
6139
- background-color: #8a6d3b;
6140
- border-color: #8a6d3b
6141
- }
6142
-
6143
- .image-hover-page-container .list-group-item-danger {
6144
- color: #a94442;
6145
- background-color: #f2dede
6146
- }
6147
-
6148
- .image-hover-page-container a.list-group-item-danger {
6149
- color: #a94442
6150
- }
6151
-
6152
- .image-hover-page-container a.list-group-item-danger .list-group-item-heading {
6153
- color: inherit
6154
- }
6155
-
6156
- .image-hover-page-container a.list-group-item-danger:focus,
6157
- .image-hover-page-container a.list-group-item-danger:hover {
6158
- color: #a94442;
6159
- background-color: #ebcccc
6160
- }
6161
-
6162
- .image-hover-page-container a.list-group-item-danger.active,
6163
- .image-hover-page-container a.list-group-item-danger.active:focus,
6164
- .image-hover-page-container a.list-group-item-danger.active:hover {
6165
- color: #fff;
6166
- background-color: #a94442;
6167
- border-color: #a94442
6168
- }
6169
-
6170
- .image-hover-page-container .panel-heading>.dropdown .dropdown-toggle,
6171
- .image-hover-page-container .panel-title>.small,
6172
- .image-hover-page-container .panel-title>.small>a,
6173
- .image-hover-page-container .panel-title>a,
6174
- .image-hover-page-container .panel-title>small,
6175
- .image-hover-page-container .panel-title>small>a {
6176
- color: inherit
6177
- }
6178
-
6179
- .image-hover-page-container .list-group-item-heading {
6180
- margin-top: 0;
6181
- margin-bottom: 5px
6182
- }
6183
-
6184
- .image-hover-page-container .list-group-item-text {
6185
- margin-bottom: 0;
6186
- line-height: 1.3
6187
- }
6188
-
6189
- .image-hover-page-container .panel {
6190
- margin-bottom: 20px;
6191
- background-color: #fff;
6192
- border: 1px solid transparent;
6193
- border-radius: 4px;
6194
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
6195
- box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
6196
- }
6197
-
6198
- .image-hover-page-container .panel-body {
6199
- padding: 15px
6200
- }
6201
-
6202
- .image-hover-page-container .panel-heading {
6203
- padding: 10px 15px;
6204
- border-bottom: 1px solid transparent;
6205
- border-top-left-radius: 3px;
6206
- border-top-right-radius: 3px
6207
- }
6208
-
6209
- .image-hover-page-container .panel-group .panel-heading,
6210
- .image-hover-page-container .panel>.table-bordered>tbody>tr:first-child>td,
6211
- .image-hover-page-container .panel>.table-bordered>tbody>tr:first-child>th,
6212
- .image-hover-page-container .panel>.table-bordered>tbody>tr:last-child>td,
6213
- .image-hover-page-container .panel>.table-bordered>tbody>tr:last-child>th,
6214
- .image-hover-page-container .panel>.table-bordered>tfoot>tr:last-child>td,
6215
- .image-hover-page-container .panel>.table-bordered>tfoot>tr:last-child>th,
6216
- .image-hover-page-container .panel>.table-bordered>thead>tr:first-child>td,
6217
- .image-hover-page-container .panel>.table-bordered>thead>tr:first-child>th,
6218
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
6219
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
6220
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
6221
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
6222
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
6223
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
6224
- .image-hover-page-container .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
6225
- .image-hover-page-container .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
6226
- border-bottom: 0
6227
- }
6228
-
6229
- .image-hover-page-container .panel-title {
6230
- margin-top: 0;
6231
- margin-bottom: 0;
6232
- font-size: 16px;
6233
- color: inherit
6234
- }
6235
-
6236
- .image-hover-page-container .panel-footer {
6237
- padding: 10px 15px;
6238
- background-color: #f5f5f5;
6239
- border-top: 1px solid #ddd;
6240
- border-bottom-right-radius: 3px;
6241
- border-bottom-left-radius: 3px
6242
- }
6243
-
6244
- .image-hover-page-container .panel>.list-group,
6245
- .image-hover-page-container .panel>.panel-collapse>.list-group {
6246
- margin-bottom: 0
6247
- }
6248
-
6249
- .image-hover-page-container .panel>.list-group .list-group-item,
6250
- .image-hover-page-container .panel>.panel-collapse>.list-group .list-group-item {
6251
- border-width: 1px 0;
6252
- border-radius: 0
6253
- }
6254
-
6255
- .image-hover-page-container .panel>.list-group:first-child .list-group-item:first-child,
6256
- .image-hover-page-container .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
6257
- border-top: 0;
6258
- border-top-left-radius: 3px;
6259
- border-top-right-radius: 3px
6260
- }
6261
-
6262
- .image-hover-page-container .panel>.list-group:last-child .list-group-item:last-child,
6263
- .image-hover-page-container .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
6264
- border-bottom: 0;
6265
- border-bottom-right-radius: 3px;
6266
- border-bottom-left-radius: 3px
6267
- }
6268
-
6269
- .image-hover-page-container .list-group+.panel-footer,
6270
- .image-hover-page-container .panel-heading+.list-group .list-group-item:first-child {
6271
- border-top-width: 0
6272
- }
6273
-
6274
- .image-hover-page-container .panel>.panel-collapse>.table,
6275
- .image-hover-page-container .panel>.table,
6276
- .image-hover-page-container .panel>.table-responsive>.table {
6277
- margin-bottom: 0
6278
- }
6279
-
6280
- .image-hover-page-container .panel>.panel-collapse>.table caption,
6281
- .image-hover-page-container .panel>.table caption,
6282
- .image-hover-page-container .panel>.table-responsive>.table caption {
6283
- padding-right: 15px;
6284
- padding-left: 15px
6285
- }
6286
-
6287
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child,
6288
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
6289
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
6290
- .image-hover-page-container .panel>.table:first-child,
6291
- .image-hover-page-container .panel>.table:first-child>tbody:first-child>tr:first-child,
6292
- .image-hover-page-container .panel>.table:first-child>thead:first-child>tr:first-child {
6293
- border-top-left-radius: 3px;
6294
- border-top-right-radius: 3px
6295
- }
6296
-
6297
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
6298
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
6299
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
6300
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
6301
- .image-hover-page-container .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
6302
- .image-hover-page-container .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
6303
- .image-hover-page-container .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
6304
- .image-hover-page-container .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
6305
- border-top-left-radius: 3px
6306
- }
6307
-
6308
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
6309
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
6310
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
6311
- .image-hover-page-container .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
6312
- .image-hover-page-container .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
6313
- .image-hover-page-container .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
6314
- .image-hover-page-container .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
6315
- .image-hover-page-container .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
6316
- border-top-right-radius: 3px
6317
- }
6318
-
6319
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child,
6320
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
6321
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
6322
- .image-hover-page-container .panel>.table:last-child,
6323
- .image-hover-page-container .panel>.table:last-child>tbody:last-child>tr:last-child,
6324
- .image-hover-page-container .panel>.table:last-child>tfoot:last-child>tr:last-child {
6325
- border-bottom-right-radius: 3px;
6326
- border-bottom-left-radius: 3px
6327
- }
6328
-
6329
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
6330
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
6331
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
6332
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
6333
- .image-hover-page-container .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
6334
- .image-hover-page-container .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
6335
- .image-hover-page-container .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
6336
- .image-hover-page-container .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
6337
- border-bottom-left-radius: 3px
6338
- }
6339
-
6340
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
6341
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
6342
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
6343
- .image-hover-page-container .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
6344
- .image-hover-page-container .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
6345
- .image-hover-page-container .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
6346
- .image-hover-page-container .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
6347
- .image-hover-page-container .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
6348
- border-bottom-right-radius: 3px
6349
- }
6350
-
6351
- .image-hover-page-container .panel>.panel-body+.table,
6352
- .image-hover-page-container .panel>.panel-body+.table-responsive,
6353
- .image-hover-page-container .panel>.table+.panel-body,
6354
- .image-hover-page-container .panel>.table-responsive+.panel-body {
6355
- border-top: 1px solid #ddd
6356
- }
6357
-
6358
- .image-hover-page-container .panel>.table>tbody:first-child>tr:first-child td,
6359
- .image-hover-page-container .panel>.table>tbody:first-child>tr:first-child th {
6360
- border-top: 0
6361
- }
6362
-
6363
- .image-hover-page-container .panel>.table-bordered,
6364
- .image-hover-page-container .panel>.table-responsive>.table-bordered {
6365
- border: 0
6366
- }
6367
-
6368
- .image-hover-page-container .panel>.table-bordered>tbody>tr>td:first-child,
6369
- .image-hover-page-container .panel>.table-bordered>tbody>tr>th:first-child,
6370
- .image-hover-page-container .panel>.table-bordered>tfoot>tr>td:first-child,
6371
- .image-hover-page-container .panel>.table-bordered>tfoot>tr>th:first-child,
6372
- .image-hover-page-container .panel>.table-bordered>thead>tr>td:first-child,
6373
- .image-hover-page-container .panel>.table-bordered>thead>tr>th:first-child,
6374
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
6375
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
6376
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
6377
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
6378
- .image-hover-page-container .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
6379
- .image-hover-page-container .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
6380
- border-left: 0
6381
- }
6382
-
6383
- .image-hover-page-container .panel>.table-bordered>tbody>tr>td:last-child,
6384
- .image-hover-page-container .panel>.table-bordered>tbody>tr>th:last-child,
6385
- .image-hover-page-container .panel>.table-bordered>tfoot>tr>td:last-child,
6386
- .image-hover-page-container .panel>.table-bordered>tfoot>tr>th:last-child,
6387
- .image-hover-page-container .panel>.table-bordered>thead>tr>td:last-child,
6388
- .image-hover-page-container .panel>.table-bordered>thead>tr>th:last-child,
6389
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
6390
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
6391
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
6392
- .image-hover-page-container .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
6393
- .image-hover-page-container .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
6394
- .image-hover-page-container .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
6395
- border-right: 0
6396
- }
6397
-
6398
- .image-hover-page-container .panel>.table-responsive {
6399
- margin-bottom: 0;
6400
- border: 0
6401
- }
6402
-
6403
- .image-hover-page-container .panel-group {
6404
- margin-bottom: 20px
6405
- }
6406
-
6407
- .image-hover-page-container .panel-group .panel {
6408
- margin-bottom: 0;
6409
- border-radius: 4px
6410
- }
6411
-
6412
- .image-hover-page-container .panel-group .panel+.panel {
6413
- margin-top: 5px
6414
- }
6415
-
6416
- .image-hover-page-container .panel-group .panel-heading+.panel-collapse>.list-group,
6417
- .image-hover-page-container .panel-group .panel-heading+.panel-collapse>.panel-body {
6418
- border-top: 1px solid #ddd
6419
- }
6420
-
6421
- .image-hover-page-container .panel-group .panel-footer {
6422
- border-top: 0
6423
- }
6424
-
6425
- .image-hover-page-container .panel-group .panel-footer+.panel-collapse .panel-body {
6426
- border-bottom: 1px solid #ddd
6427
- }
6428
-
6429
- .image-hover-page-container .panel-default {
6430
- border-color: #ddd
6431
- }
6432
-
6433
- .image-hover-page-container .panel-default>.panel-heading {
6434
- color: #333;
6435
- background-color: #f5f5f5;
6436
- border-color: #ddd
6437
- }
6438
-
6439
- .image-hover-page-container .panel-default>.panel-heading+.panel-collapse>.panel-body {
6440
- border-top-color: #ddd
6441
- }
6442
-
6443
- .image-hover-page-container .panel-default>.panel-heading .badge {
6444
- color: #f5f5f5;
6445
- background-color: #333
6446
- }
6447
-
6448
- .image-hover-page-container .panel-default>.panel-footer+.panel-collapse>.panel-body {
6449
- border-bottom-color: #ddd
6450
- }
6451
-
6452
- .image-hover-page-container .panel-primary {
6453
- border-color: #337ab7
6454
- }
6455
-
6456
- .image-hover-page-container .panel-primary>.panel-heading {
6457
- color: #fff;
6458
- background-color: #337ab7;
6459
- border-color: #337ab7
6460
- }
6461
-
6462
- .image-hover-page-container .panel-primary>.panel-heading+.panel-collapse>.panel-body {
6463
- border-top-color: #337ab7
6464
- }
6465
-
6466
- .image-hover-page-container .panel-primary>.panel-heading .badge {
6467
- color: #337ab7;
6468
- background-color: #fff
6469
- }
6470
-
6471
- .image-hover-page-container .panel-primary>.panel-footer+.panel-collapse>.panel-body {
6472
- border-bottom-color: #337ab7
6473
- }
6474
-
6475
- .image-hover-page-container .panel-success {
6476
- border-color: #d6e9c6
6477
- }
6478
-
6479
- .image-hover-page-container .panel-success>.panel-heading {
6480
- color: #3c763d;
6481
- background-color: #dff0d8;
6482
- border-color: #d6e9c6
6483
- }
6484
-
6485
- .image-hover-page-container .panel-success>.panel-heading+.panel-collapse>.panel-body {
6486
- border-top-color: #d6e9c6
6487
- }
6488
-
6489
- .image-hover-page-container .panel-success>.panel-heading .badge {
6490
- color: #dff0d8;
6491
- background-color: #3c763d
6492
- }
6493
-
6494
- .image-hover-page-container .panel-success>.panel-footer+.panel-collapse>.panel-body {
6495
- border-bottom-color: #d6e9c6
6496
- }
6497
-
6498
- .image-hover-page-container .panel-info {
6499
- border-color: #bce8f1
6500
- }
6501
-
6502
- .image-hover-page-container .panel-info>.panel-heading {
6503
- color: #31708f;
6504
- background-color: #d9edf7;
6505
- border-color: #bce8f1
6506
- }
6507
-
6508
- .image-hover-page-container .panel-info>.panel-heading+.panel-collapse>.panel-body {
6509
- border-top-color: #bce8f1
6510
- }
6511
-
6512
- .image-hover-page-container .panel-info>.panel-heading .badge {
6513
- color: #d9edf7;
6514
- background-color: #31708f
6515
- }
6516
-
6517
- .image-hover-page-container .panel-info>.panel-footer+.panel-collapse>.panel-body {
6518
- border-bottom-color: #bce8f1
6519
- }
6520
-
6521
- .image-hover-page-container .panel-warning {
6522
- border-color: #faebcc
6523
- }
6524
-
6525
- .image-hover-page-container .panel-warning>.panel-heading {
6526
- color: #8a6d3b;
6527
- background-color: #fcf8e3;
6528
- border-color: #faebcc
6529
- }
6530
-
6531
- .image-hover-page-container .panel-warning>.panel-heading+.panel-collapse>.panel-body {
6532
- border-top-color: #faebcc
6533
- }
6534
-
6535
- .image-hover-page-container .panel-warning>.panel-heading .badge {
6536
- color: #fcf8e3;
6537
- background-color: #8a6d3b
6538
- }
6539
-
6540
- .image-hover-page-container .panel-warning>.panel-footer+.panel-collapse>.panel-body {
6541
- border-bottom-color: #faebcc
6542
- }
6543
-
6544
- .image-hover-page-container .panel-danger {
6545
- border-color: #ebccd1
6546
- }
6547
-
6548
- .image-hover-page-container .panel-danger>.panel-heading {
6549
- color: #a94442;
6550
- background-color: #f2dede;
6551
- border-color: #ebccd1
6552
- }
6553
-
6554
- .image-hover-page-container .panel-danger>.panel-heading+.panel-collapse>.panel-body {
6555
- border-top-color: #ebccd1
6556
- }
6557
-
6558
- .image-hover-page-container .panel-danger>.panel-heading .badge {
6559
- color: #f2dede;
6560
- background-color: #a94442
6561
- }
6562
-
6563
- .image-hover-page-container .panel-danger>.panel-footer+.panel-collapse>.panel-body {
6564
- border-bottom-color: #ebccd1
6565
- }
6566
-
6567
- .image-hover-page-container .embed-responsive {
6568
- position: relative;
6569
- display: block;
6570
- height: 0;
6571
- padding: 0;
6572
- overflow: hidden
6573
- }
6574
-
6575
- .image-hover-page-container .embed-responsive .embed-responsive-item,
6576
- .image-hover-page-container .embed-responsive embed,
6577
- .image-hover-page-container .embed-responsive iframe,
6578
- .image-hover-page-container .embed-responsive object,
6579
- .image-hover-page-container .embed-responsive video {
6580
- position: absolute;
6581
- top: 0;
6582
- bottom: 0;
6583
- left: 0;
6584
- width: 100%;
6585
- height: 100%;
6586
- border: 0
6587
- }
6588
-
6589
- .image-hover-page-container .embed-responsive.embed-responsive-16by9 {
6590
- padding-bottom: 56.25%
6591
- }
6592
-
6593
- .image-hover-page-container .embed-responsive.embed-responsive-4by3 {
6594
- padding-bottom: 75%
6595
- }
6596
-
6597
- .image-hover-page-container .well {
6598
- min-height: 20px;
6599
- padding: 19px;
6600
- margin-bottom: 20px;
6601
- background-color: #f5f5f5;
6602
- border: 1px solid #e3e3e3;
6603
- border-radius: 4px;
6604
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
6605
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
6606
- }
6607
-
6608
- .image-hover-page-container .well blockquote {
6609
- border-color: #ddd;
6610
- border-color: rgba(0, 0, 0, .15)
6611
- }
6612
-
6613
- .image-hover-page-container .well-lg {
6614
- padding: 24px;
6615
- border-radius: 6px
6616
- }
6617
-
6618
- .image-hover-page-container .well-sm {
6619
- padding: 9px;
6620
- border-radius: 3px
6621
- }
6622
-
6623
- .image-hover-page-container .close {
6624
- float: right;
6625
- font-size: 21px;
6626
- font-weight: 700;
6627
- line-height: 1;
6628
- color: #000;
6629
- text-shadow: 0 1px 0 #fff;
6630
- filter: alpha(opacity=20);
6631
- opacity: .2
6632
- }
6633
-
6634
- .image-hover-page-container .close:focus,
6635
- .image-hover-page-container .close:hover {
6636
- color: #000;
6637
- text-decoration: none;
6638
- cursor: pointer;
6639
- filter: alpha(opacity=50);
6640
- opacity: .5
6641
- }
6642
-
6643
- .image-hover-page-container button.close {
6644
- -webkit-appearance: none;
6645
- padding: 0;
6646
- cursor: pointer;
6647
- background: 0 0;
6648
- border: 0
6649
- }
6650
-
6651
- .image-hover-page-container .modal-open {
6652
- overflow: hidden
6653
- }
6654
-
6655
- .image-hover-page-container .modal {
6656
- position: fixed;
6657
- top: 0;
6658
- right: 0;
6659
- bottom: 0;
6660
- left: 0;
6661
- z-index: 1040;
6662
- display: none;
6663
- overflow: hidden;
6664
- -webkit-overflow-scrolling: touch;
6665
- outline: 0
6666
- }
6667
-
6668
- .image-hover-page-container .modal.fade .modal-dialog {
6669
- -webkit-transition: -webkit-transform .3s ease-out;
6670
- -o-transition: -o-transform .3s ease-out;
6671
- transition: transform .3s ease-out;
6672
- -webkit-transform: translate(0, -25%);
6673
- -ms-transform: translate(0, -25%);
6674
- -o-transform: translate(0, -25%);
6675
- transform: translate(0, -25%)
6676
- }
6677
-
6678
- .image-hover-page-container .modal.in .modal-dialog {
6679
- -webkit-transform: translate(0, 0);
6680
- -ms-transform: translate(0, 0);
6681
- -o-transform: translate(0, 0);
6682
- transform: translate(0, 0)
6683
- }
6684
-
6685
- .image-hover-page-container .modal-open .modal {
6686
- overflow-x: hidden;
6687
- overflow-y: auto
6688
- }
6689
-
6690
- .image-hover-page-container .modal-dialog {
6691
- position: relative;
6692
- width: auto;
6693
- margin: 10px
6694
- }
6695
-
6696
- .image-hover-page-container .modal-content {
6697
- position: relative;
6698
- background-color: #fff;
6699
- -webkit-background-clip: padding-box;
6700
- background-clip: padding-box;
6701
- border: 1px solid #999;
6702
- border: 1px solid rgba(0, 0, 0, .2);
6703
- border-radius: 6px;
6704
- outline: 0;
6705
- -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
6706
- box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
6707
- }
6708
-
6709
- .image-hover-page-container .modal-backdrop {
6710
- position: absolute;
6711
- top: 0;
6712
- right: 0;
6713
- left: 0;
6714
- background-color: #000
6715
- }
6716
-
6717
- .image-hover-page-container .modal-backdrop.fade {
6718
- filter: alpha(opacity=0);
6719
- opacity: 0
6720
- }
6721
-
6722
- .image-hover-page-container .modal-backdrop.in {
6723
- filter: alpha(opacity=50);
6724
- opacity: .5
6725
- }
6726
-
6727
- .image-hover-page-container .modal-header {
6728
- min-height: 16.43px;
6729
- padding: 15px;
6730
- border-bottom: 1px solid #e5e5e5
6731
- }
6732
-
6733
- .image-hover-page-container .modal-header .close {
6734
- margin-top: -2px
6735
- }
6736
-
6737
- .image-hover-page-container .modal-title {
6738
- margin: 0;
6739
- line-height: 1.42857143
6740
- }
6741
-
6742
- .image-hover-page-container .modal-body {
6743
- position: relative;
6744
- padding: 15px
6745
- }
6746
-
6747
- .image-hover-page-container .modal-footer {
6748
- padding: 15px;
6749
- text-align: right;
6750
- border-top: 1px solid #e5e5e5
6751
- }
6752
-
6753
- .image-hover-page-container .modal-footer .btn+.btn {
6754
- margin-bottom: 0;
6755
- margin-left: 5px
6756
- }
6757
-
6758
- .image-hover-page-container .modal-footer .btn-group .btn+.btn {
6759
- margin-left: -1px
6760
- }
6761
-
6762
- .image-hover-page-container .modal-footer .btn-block+.btn-block {
6763
- margin-left: 0
6764
- }
6765
-
6766
- .image-hover-page-container .modal-scrollbar-measure {
6767
- position: absolute;
6768
- top: -9999px;
6769
- width: 50px;
6770
- height: 50px;
6771
- overflow: scroll
6772
- }
6773
-
6774
- @media (min-width:768px) {
6775
- .image-hover-page-container .modal-dialog {
6776
- width: 600px;
6777
- margin: 30px auto
6778
- }
6779
- .image-hover-page-container .modal-content {
6780
- -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
6781
- box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
6782
- }
6783
- .image-hover-page-container .modal-sm {
6784
- width: 300px
6785
- }
6786
- }
6787
-
6788
- @media (min-width:992px) {
6789
- .image-hover-page-container .modal-lg {
6790
- width: 900px
6791
- }
6792
- }
6793
-
6794
- .image-hover-page-container .tooltip {
6795
- position: absolute;
6796
- z-index: 1070;
6797
- display: block;
6798
- font-size: 12px;
6799
- font-weight: 400;
6800
- line-height: 1.4;
6801
- visibility: visible;
6802
- filter: alpha(opacity=0);
6803
- opacity: 0
6804
- }
6805
-
6806
- .image-hover-page-container .tooltip.in {
6807
- filter: alpha(opacity=90);
6808
- opacity: .9
6809
- }
6810
-
6811
- .image-hover-page-container .tooltip.top {
6812
- padding: 5px 0;
6813
- margin-top: -3px
6814
- }
6815
-
6816
- .image-hover-page-container .tooltip.right {
6817
- padding: 0 5px;
6818
- margin-left: 3px
6819
- }
6820
-
6821
- .image-hover-page-container .tooltip.bottom {
6822
- padding: 5px 0;
6823
- margin-top: 3px
6824
- }
6825
-
6826
- .image-hover-page-container .tooltip.left {
6827
- padding: 0 5px;
6828
- margin-left: -3px
6829
- }
6830
-
6831
- .image-hover-page-container .tooltip-inner {
6832
- max-width: 200px;
6833
- padding: 3px 8px;
6834
- color: #fff;
6835
- text-align: center;
6836
- text-decoration: none;
6837
- background-color: #000;
6838
- border-radius: 4px
6839
- }
6840
-
6841
- .image-hover-page-container .tooltip-arrow {
6842
- position: absolute;
6843
- width: 0;
6844
- height: 0;
6845
- border-color: transparent;
6846
- border-style: solid
6847
- }
6848
-
6849
- .image-hover-page-container .tooltip.top .tooltip-arrow {
6850
- bottom: 0;
6851
- left: 50%;
6852
- margin-left: -5px;
6853
- border-width: 5px 5px 0;
6854
- border-top-color: #000
6855
- }
6856
-
6857
- .image-hover-page-container .tooltip.top-left .tooltip-arrow {
6858
- right: 5px;
6859
- bottom: 0;
6860
- margin-bottom: -5px;
6861
- border-width: 5px 5px 0;
6862
- border-top-color: #000
6863
- }
6864
-
6865
- .image-hover-page-container .tooltip.top-right .tooltip-arrow {
6866
- bottom: 0;
6867
- left: 5px;
6868
- margin-bottom: -5px;
6869
- border-width: 5px 5px 0;
6870
- border-top-color: #000
6871
- }
6872
-
6873
- .image-hover-page-container .tooltip.right .tooltip-arrow {
6874
- top: 50%;
6875
- left: 0;
6876
- margin-top: -5px;
6877
- border-width: 5px 5px 5px 0;
6878
- border-right-color: #000
6879
- }
6880
-
6881
- .image-hover-page-container .tooltip.left .tooltip-arrow {
6882
- top: 50%;
6883
- right: 0;
6884
- margin-top: -5px;
6885
- border-width: 5px 0 5px 5px;
6886
- border-left-color: #000
6887
- }
6888
-
6889
- .image-hover-page-container .tooltip.bottom .tooltip-arrow {
6890
- top: 0;
6891
- left: 50%;
6892
- margin-left: -5px;
6893
- border-width: 0 5px 5px;
6894
- border-bottom-color: #000
6895
- }
6896
-
6897
- .image-hover-page-container .tooltip.bottom-left .tooltip-arrow {
6898
- top: 0;
6899
- right: 5px;
6900
- margin-top: -5px;
6901
- border-width: 0 5px 5px;
6902
- border-bottom-color: #000
6903
- }
6904
-
6905
- .image-hover-page-container .tooltip.bottom-right .tooltip-arrow {
6906
- top: 0;
6907
- left: 5px;
6908
- margin-top: -5px;
6909
- border-width: 0 5px 5px;
6910
- border-bottom-color: #000
6911
- }
6912
-
6913
- .image-hover-page-container .popover {
6914
- position: absolute;
6915
- top: 0;
6916
- left: 0;
6917
- z-index: 1060;
6918
- display: none;
6919
- max-width: 276px;
6920
- padding: 1px;
6921
- font-size: 14px;
6922
- font-weight: 400;
6923
- line-height: 1.42857143;
6924
- text-align: left;
6925
- white-space: normal;
6926
- background-color: #fff;
6927
- -webkit-background-clip: padding-box;
6928
- background-clip: padding-box;
6929
- border: 1px solid #ccc;
6930
- border: 1px solid rgba(0, 0, 0, .2);
6931
- border-radius: 6px;
6932
- -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
6933
- box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
6934
- }
6935
-
6936
- .image-hover-page-container .popover.top {
6937
- margin-top: -10px
6938
- }
6939
-
6940
- .image-hover-page-container .popover.right {
6941
- margin-left: 10px
6942
- }
6943
-
6944
- .image-hover-page-container .popover.bottom {
6945
- margin-top: 10px
6946
- }
6947
-
6948
- .image-hover-page-container .popover.left {
6949
- margin-left: -10px
6950
- }
6951
-
6952
- .image-hover-page-container .popover-title {
6953
- padding: 8px 14px;
6954
- margin: 0;
6955
- font-size: 14px;
6956
- background-color: #f7f7f7;
6957
- border-bottom: 1px solid #ebebeb;
6958
- border-radius: 5px 5px 0 0
6959
- }
6960
-
6961
- .image-hover-page-container .popover-content {
6962
- padding: 9px 14px
6963
- }
6964
-
6965
- .image-hover-page-container .popover>.arrow,
6966
- .image-hover-page-container .popover>.arrow:after {
6967
- position: absolute;
6968
- display: block;
6969
- width: 0;
6970
- height: 0;
6971
- border-color: transparent;
6972
- border-style: solid
6973
- }
6974
-
6975
- .image-hover-page-container .popover>.arrow {
6976
- border-width: 11px
6977
- }
6978
-
6979
- .image-hover-page-container .popover>.arrow:after {
6980
- content: "";
6981
- border-width: 10px
6982
- }
6983
-
6984
- .image-hover-page-container .popover.top>.arrow {
6985
- bottom: -11px;
6986
- left: 50%;
6987
- margin-left: -11px;
6988
- border-top-color: #999;
6989
- border-top-color: rgba(0, 0, 0, .25);
6990
- border-bottom-width: 0
6991
- }
6992
-
6993
- .image-hover-page-container .popover.top>.arrow:after {
6994
- bottom: 1px;
6995
- margin-left: -10px;
6996
- content: " ";
6997
- border-top-color: #fff;
6998
- border-bottom-width: 0
6999
- }
7000
-
7001
- .image-hover-page-container .popover.right>.arrow {
7002
- top: 50%;
7003
- left: -11px;
7004
- margin-top: -11px;
7005
- border-right-color: #999;
7006
- border-right-color: rgba(0, 0, 0, .25);
7007
- border-left-width: 0
7008
- }
7009
-
7010
- .image-hover-page-container .popover.right>.arrow:after {
7011
- bottom: -10px;
7012
- left: 1px;
7013
- content: " ";
7014
- border-right-color: #fff;
7015
- border-left-width: 0
7016
- }
7017
-
7018
- .image-hover-page-container .popover.bottom>.arrow {
7019
- top: -11px;
7020
- left: 50%;
7021
- margin-left: -11px;
7022
- border-top-width: 0;
7023
- border-bottom-color: #999;
7024
- border-bottom-color: rgba(0, 0, 0, .25)
7025
- }
7026
-
7027
- .image-hover-page-container .popover.bottom>.arrow:after {
7028
- top: 1px;
7029
- margin-left: -10px;
7030
- content: " ";
7031
- border-top-width: 0;
7032
- border-bottom-color: #fff
7033
- }
7034
-
7035
- .image-hover-page-container .popover.left>.arrow {
7036
- top: 50%;
7037
- right: -11px;
7038
- margin-top: -11px;
7039
- border-right-width: 0;
7040
- border-left-color: #999;
7041
- border-left-color: rgba(0, 0, 0, .25)
7042
- }
7043
-
7044
- .image-hover-page-container .popover.left>.arrow:after {
7045
- right: 1px;
7046
- bottom: -10px;
7047
- content: " ";
7048
- border-right-width: 0;
7049
- border-left-color: #fff
7050
- }
7051
-
7052
- .image-hover-page-container .carousel {
7053
- position: relative
7054
- }
7055
-
7056
- .image-hover-page-container .carousel-inner {
7057
- position: relative;
7058
- width: 100%;
7059
- overflow: hidden
7060
- }
7061
-
7062
- .image-hover-page-container .carousel-inner>.item {
7063
- position: relative;
7064
- display: none;
7065
- -webkit-transition: .6s ease-in-out left;
7066
- -o-transition: .6s ease-in-out left;
7067
- transition: .6s ease-in-out left
7068
- }
7069
-
7070
- .image-hover-page-container .carousel-inner>.item>a>img,
7071
- .image-hover-page-container .carousel-inner>.item>img {
7072
- line-height: 1
7073
- }
7074
-
7075
- @media all and (transform-3d),
7076
- (-webkit-transform-3d) {
7077
- .image-hover-page-container .carousel-inner>.item {
7078
- -webkit-transition: -webkit-transform .6s ease-in-out;
7079
- -o-transition: -o-transform .6s ease-in-out;
7080
- transition: transform .6s ease-in-out;
7081
- -webkit-backface-visibility: hidden;
7082
- backface-visibility: hidden;
7083
- -webkit-perspective: 1000;
7084
- perspective: 1000
7085
- }
7086
- .image-hover-page-container .carousel-inner>.item.active.right,
7087
- .image-hover-page-container .carousel-inner>.item.next {
7088
- left: 0;
7089
- -webkit-transform: translate3d(100%, 0, 0);
7090
- transform: translate3d(100%, 0, 0)
7091
- }
7092
- .image-hover-page-container .carousel-inner>.item.active.left,
7093
- .image-hover-page-container .carousel-inner>.item.prev {
7094
- left: 0;
7095
- -webkit-transform: translate3d(-100%, 0, 0);
7096
- transform: translate3d(-100%, 0, 0)
7097
- }
7098
- .image-hover-page-container .carousel-inner>.item.active,
7099
- .image-hover-page-container .carousel-inner>.item.next.left,
7100
- .image-hover-page-container .carousel-inner>.item.prev.right {
7101
- left: 0;
7102
- -webkit-transform: translate3d(0, 0, 0);
7103
- transform: translate3d(0, 0, 0)
7104
- }
7105
- }
7106
-
7107
- .image-hover-page-container .carousel-inner>.active,
7108
- .image-hover-page-container .carousel-inner>.next,
7109
- .image-hover-page-container .carousel-inner>.prev {
7110
- display: block
7111
- }
7112
-
7113
- .image-hover-page-container .carousel-inner>.active {
7114
- left: 0
7115
- }
7116
-
7117
- .image-hover-page-container .carousel-inner>.next,
7118
- .image-hover-page-container .carousel-inner>.prev {
7119
- position: absolute;
7120
- top: 0;
7121
- width: 100%
7122
- }
7123
-
7124
- .image-hover-page-container .carousel-inner>.next {
7125
- left: 100%
7126
- }
7127
-
7128
- .image-hover-page-container .carousel-inner>.prev {
7129
- left: -100%
7130
- }
7131
-
7132
- .image-hover-page-container .carousel-inner>.next.left,
7133
- .image-hover-page-container .carousel-inner>.prev.right {
7134
- left: 0
7135
- }
7136
-
7137
- .image-hover-page-container .carousel-inner>.active.left {
7138
- left: -100%
7139
- }
7140
-
7141
- .image-hover-page-container .carousel-inner>.active.right {
7142
- left: 100%
7143
- }
7144
-
7145
- .image-hover-page-container .carousel-control {
7146
- position: absolute;
7147
- top: 0;
7148
- bottom: 0;
7149
- left: 0;
7150
- width: 15%;
7151
- font-size: 20px;
7152
- color: #fff;
7153
- text-align: center;
7154
- text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
7155
- filter: alpha(opacity=50);
7156
- opacity: .5
7157
- }
7158
-
7159
- .image-hover-page-container .carousel-control.left {
7160
- background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
7161
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
7162
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
7163
- background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
7164
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
7165
- background-repeat: repeat-x
7166
- }
7167
-
7168
- .image-hover-page-container .carousel-control.right {
7169
- right: 0;
7170
- left: auto;
7171
- background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
7172
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
7173
- background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
7174
- background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
7175
- filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
7176
- background-repeat: repeat-x
7177
- }
7178
-
7179
- .image-hover-page-container .carousel-control:focus,
7180
- .image-hover-page-container .carousel-control:hover {
7181
- color: #fff;
7182
- text-decoration: none;
7183
- filter: alpha(opacity=90);
7184
- outline: 0;
7185
- opacity: .9
7186
- }
7187
-
7188
- .image-hover-page-container .carousel-control .glyphicon-chevron-left,
7189
- .image-hover-page-container .carousel-control .glyphicon-chevron-right,
7190
- .image-hover-page-container .carousel-control .icon-next,
7191
- .image-hover-page-container .carousel-control .icon-prev {
7192
- position: absolute;
7193
- top: 50%;
7194
- z-index: 5;
7195
- display: inline-block
7196
- }
7197
-
7198
- .image-hover-page-container .carousel-control .glyphicon-chevron-left,
7199
- .image-hover-page-container .carousel-control .icon-prev {
7200
- left: 50%;
7201
- margin-left: -10px
7202
- }
7203
-
7204
- .image-hover-page-container .carousel-control .glyphicon-chevron-right,
7205
- .image-hover-page-container .carousel-control .icon-next {
7206
- right: 50%;
7207
- margin-right: -10px
7208
- }
7209
-
7210
- .image-hover-page-container .carousel-control .icon-next,
7211
- .image-hover-page-container .carousel-control .icon-prev {
7212
- width: 20px;
7213
- height: 20px;
7214
- margin-top: -10px;
7215
- font-family: serif;
7216
- line-height: 1
7217
- }
7218
-
7219
- .image-hover-page-container .carousel-control .icon-prev:before {
7220
- content: '\2039'
7221
- }
7222
-
7223
- .image-hover-page-container .carousel-control .icon-next:before {
7224
- content: '\203a'
7225
- }
7226
-
7227
- .image-hover-page-container .carousel-indicators {
7228
- position: absolute;
7229
- bottom: 10px;
7230
- left: 50%;
7231
- z-index: 15;
7232
- width: 60%;
7233
- padding-left: 0;
7234
- margin-left: -30%;
7235
- text-align: center;
7236
- list-style: none
7237
- }
7238
-
7239
- .image-hover-page-container .carousel-indicators li {
7240
- display: inline-block;
7241
- width: 10px;
7242
- height: 10px;
7243
- margin: 1px;
7244
- text-indent: -999px;
7245
- cursor: pointer;
7246
- background-color: #000\9;
7247
- background-color: transparent;
7248
- border: 1px solid #fff;
7249
- border-radius: 10px
7250
- }
7251
-
7252
- .image-hover-page-container .carousel-indicators .active {
7253
- width: 12px;
7254
- height: 12px;
7255
- margin: 0;
7256
- background-color: #fff
7257
- }
7258
-
7259
- .image-hover-page-container .carousel-caption {
7260
- position: absolute;
7261
- right: 15%;
7262
- bottom: 20px;
7263
- left: 15%;
7264
- z-index: 10;
7265
- padding-top: 20px;
7266
- padding-bottom: 20px;
7267
- color: #fff;
7268
- text-align: center;
7269
- text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
7270
- }
7271
-
7272
- .image-hover-page-container .carousel-caption .btn {
7273
- text-shadow: none
7274
- }
7275
-
7276
- @media screen and (min-width:768px) {
7277
- .image-hover-page-container .carousel-control .glyphicon-chevron-left,
7278
- .image-hover-page-container .carousel-control .glyphicon-chevron-right,
7279
- .image-hover-page-container .carousel-control .icon-next,
7280
- .image-hover-page-container .carousel-control .icon-prev {
7281
- width: 30px;
7282
- height: 30px;
7283
- margin-top: -15px;
7284
- font-size: 30px
7285
- }
7286
- .image-hover-page-container .carousel-control .glyphicon-chevron-left,
7287
- .image-hover-page-container .carousel-control .icon-prev {
7288
- margin-left: -15px
7289
- }
7290
- .image-hover-page-container .carousel-control .glyphicon-chevron-right,
7291
- .image-hover-page-container .carousel-control .icon-next {
7292
- margin-right: -15px
7293
- }
7294
- .image-hover-page-container .carousel-caption {
7295
- right: 20%;
7296
- left: 20%;
7297
- padding-bottom: 30px
7298
- }
7299
- .image-hover-page-container .carousel-indicators {
7300
- bottom: 20px
7301
- }
7302
- }
7303
-
7304
- .image-hover-page-container .btn-group-vertical>.btn-group:after,
7305
- .image-hover-page-container .btn-group-vertical>.btn-group:before,
7306
- .image-hover-page-container .btn-toolbar:after,
7307
- .image-hover-page-container .btn-toolbar:before,
7308
- .image-hover-page-container .clearfix:after,
7309
- .image-hover-page-container .clearfix:before,
7310
- .image-hover-page-container .container-fluid:after,
7311
- .image-hover-page-container .container-fluid:before,
7312
- .image-hover-page-container .container:after,
7313
- .image-hover-page-container .container:before,
7314
- .image-hover-page-container .dl-horizontal dd:after,
7315
- .image-hover-page-container .dl-horizontal dd:before,
7316
- .image-hover-page-container .form-horizontal .form-group:after,
7317
- .image-hover-page-container .form-horizontal .form-group:before,
7318
- .image-hover-page-container .modal-footer:after,
7319
- .image-hover-page-container .modal-footer:before,
7320
- .image-hover-page-container .nav:after,
7321
- .image-hover-page-container .nav:before,
7322
- .image-hover-page-container .navbar-collapse:after,
7323
- .image-hover-page-container .navbar-collapse:before,
7324
- .image-hover-page-container .navbar-header:after,
7325
- .image-hover-page-container .navbar-header:before,
7326
- .image-hover-page-container .navbar:after,
7327
- .image-hover-page-container .navbar:before,
7328
- .image-hover-page-container .pager:after,
7329
- .image-hover-page-container .pager:before,
7330
- .image-hover-page-container .panel-body:after,
7331
- .image-hover-page-container .panel-body:before,
7332
- .image-hover-page-container .row:after,
7333
- .image-hover-page-container .row:before {
7334
- display: table;
7335
- content: " "
7336
- }
7337
-
7338
- .image-hover-page-container .btn-group-vertical>.btn-group:after,
7339
- .image-hover-page-container .btn-toolbar:after,
7340
- .image-hover-page-container .clearfix:after,
7341
- .image-hover-page-container .container-fluid:after,
7342
- .image-hover-page-container .container:after,
7343
- .image-hover-page-container .dl-horizontal dd:after,
7344
- .image-hover-page-container .form-horizontal .form-group:after,
7345
- .image-hover-page-container .modal-footer:after,
7346
- .image-hover-page-container .nav:after,
7347
- .image-hover-page-container .navbar-collapse:after,
7348
- .image-hover-page-container .navbar-header:after,
7349
- .image-hover-page-container .navbar:after,
7350
- .image-hover-page-container .pager:after,
7351
- .image-hover-page-container .panel-body:after,
7352
- .image-hover-page-container .row:after {
7353
- clear: both
7354
- }
7355
-
7356
- .image-hover-page-container .center-block {
7357
- display: block;
7358
- margin-right: auto;
7359
- margin-left: auto
7360
- }
7361
-
7362
- .image-hover-page-container .pull-right {
7363
- float: right!important
7364
- }
7365
-
7366
- .image-hover-page-container .pull-left {
7367
- float: left!important
7368
- }
7369
-
7370
- .image-hover-page-container .hide {
7371
- display: none!important
7372
- }
7373
-
7374
- .image-hover-page-container .show {
7375
- display: block!important
7376
- }
7377
-
7378
- .image-hover-page-container .invisible {
7379
- visibility: hidden
7380
- }
7381
-
7382
- .image-hover-page-container .text-hide {
7383
- font: 0/0 a;
7384
- color: transparent;
7385
- text-shadow: none;
7386
- background-color: transparent;
7387
- border: 0
7388
- }
7389
-
7390
- .image-hover-page-container .hidden {
7391
- display: none!important;
7392
- visibility: hidden!important
7393
- }
7394
-
7395
- .image-hover-page-container .affix {
7396
- position: fixed
7397
- }
7398
-
7399
- @-ms-viewport {
7400
- width: device-width
7401
- }
7402
-
7403
- .image-hover-page-container .visible-lg,
7404
- .image-hover-page-container .visible-lg-block,
7405
- .image-hover-page-container .visible-lg-inline,
7406
- .image-hover-page-container .visible-lg-inline-block,
7407
- .image-hover-page-container .visible-md,
7408
- .image-hover-page-container .visible-md-block,
7409
- .image-hover-page-container .visible-md-inline,
7410
- .image-hover-page-container .visible-md-inline-block,
7411
- .image-hover-page-container .visible-sm,
7412
- .image-hover-page-container .visible-sm-block,
7413
- .image-hover-page-container .visible-sm-inline,
7414
- .image-hover-page-container .visible-sm-inline-block,
7415
- .image-hover-page-container .visible-xs,
7416
- .image-hover-page-container .visible-xs-block,
7417
- .image-hover-page-container .visible-xs-inline,
7418
- .image-hover-page-container .visible-xs-inline-block {
7419
- display: none!important
7420
- }
7421
-
7422
- @media (max-width:767px) {
7423
- .image-hover-page-container .visible-xs {
7424
- display: block!important
7425
- }
7426
- .image-hover-page-container table.visible-xs {
7427
- display: table
7428
- }
7429
- .image-hover-page-container tr.visible-xs {
7430
- display: table-row!important
7431
- }
7432
- .image-hover-page-container td.visible-xs,
7433
- .image-hover-page-container th.visible-xs {
7434
- display: table-cell!important
7435
- }
7436
- .image-hover-page-container .visible-xs-block {
7437
- display: block!important
7438
- }
7439
- .image-hover-page-container .visible-xs-inline {
7440
- display: inline!important
7441
- }
7442
- .image-hover-page-container .visible-xs-inline-block {
7443
- display: inline-block!important
7444
- }
7445
- }
7446
-
7447
- @media (min-width:768px) and (max-width:991px) {
7448
- .image-hover-page-container .visible-sm {
7449
- display: block!important
7450
- }
7451
- .image-hover-page-container table.visible-sm {
7452
- display: table
7453
- }
7454
- .image-hover-page-container tr.visible-sm {
7455
- display: table-row!important
7456
- }
7457
- .image-hover-page-container td.visible-sm,
7458
- .image-hover-page-container th.visible-sm {
7459
- display: table-cell!important
7460
- }
7461
- .image-hover-page-container .visible-sm-block {
7462
- display: block!important
7463
- }
7464
- .image-hover-page-container .visible-sm-inline {
7465
- display: inline!important
7466
- }
7467
- .image-hover-page-container .visible-sm-inline-block {
7468
- display: inline-block!important
7469
- }
7470
- }
7471
-
7472
- @media (min-width:992px) and (max-width:1199px) {
7473
- .image-hover-page-container .visible-md {
7474
- display: block!important
7475
- }
7476
- .image-hover-page-container table.visible-md {
7477
- display: table
7478
- }
7479
- .image-hover-page-container tr.visible-md {
7480
- display: table-row!important
7481
- }
7482
- .image-hover-page-container td.visible-md,
7483
- .image-hover-page-container th.visible-md {
7484
- display: table-cell!important
7485
- }
7486
- .image-hover-page-container .visible-md-block {
7487
- display: block!important
7488
- }
7489
- .image-hover-page-container .visible-md-inline {
7490
- display: inline!important
7491
- }
7492
- .image-hover-page-container .visible-md-inline-block {
7493
- display: inline-block!important
7494
- }
7495
- }
7496
-
7497
- @media (min-width:1200px) {
7498
- .image-hover-page-container .visible-lg {
7499
- display: block!important
7500
- }
7501
- .image-hover-page-container table.visible-lg {
7502
- display: table
7503
- }
7504
- .image-hover-page-container tr.visible-lg {
7505
- display: table-row!important
7506
- }
7507
- .image-hover-page-container td.visible-lg,
7508
- .image-hover-page-container th.visible-lg {
7509
- display: table-cell!important
7510
- }
7511
- .image-hover-page-container .visible-lg-block {
7512
- display: block!important
7513
- }
7514
- .image-hover-page-container .visible-lg-inline {
7515
- display: inline!important
7516
- }
7517
- .image-hover-page-container .visible-lg-inline-block {
7518
- display: inline-block!important
7519
- }
7520
- }
7521
-
7522
- @media (max-width:767px) {
7523
- .image-hover-page-container .hidden-xs {
7524
- display: none!important
7525
- }
7526
- }
7527
-
7528
- @media (min-width:768px) and (max-width:991px) {
7529
- .image-hover-page-container .hidden-sm {
7530
- display: none!important
7531
- }
7532
- }
7533
-
7534
- @media (min-width:992px) and (max-width:1199px) {
7535
- .image-hover-page-container .hidden-md {
7536
- display: none!important
7537
- }
7538
- }
7539
-
7540
- @media (min-width:1200px) {
7541
- .image-hover-page-container .hidden-lg {
7542
- display: none!important
7543
- }
7544
- }
7545
-
7546
- .image-hover-page-container .visible-print {
7547
- display: none!important
7548
- }
7549
-
7550
- @media print {
7551
- .image-hover-page-container .visible-print {
7552
- display: block!important
7553
- }
7554
- .image-hover-page-container table.visible-print {
7555
- display: table
7556
- }
7557
- .image-hover-page-container tr.visible-print {
7558
- display: table-row!important
7559
- }
7560
- .image-hover-page-container td.visible-print,
7561
- .image-hover-page-container th.visible-print {
7562
- display: table-cell!important
7563
- }
7564
- }
7565
-
7566
- .image-hover-page-container .visible-print-block {
7567
- display: none!important
7568
- }
7569
-
7570
- @media print {
7571
- .image-hover-page-container .visible-print-block {
7572
- display: block!important
7573
- }
7574
- }
7575
-
7576
- .image-hover-page-container .visible-print-inline {
7577
- display: none!important
7578
- }
7579
-
7580
- @media print {
7581
- .image-hover-page-container .visible-print-inline {
7582
- display: inline!important
7583
- }
7584
- }
7585
-
7586
- .image-hover-page-container .visible-print-inline-block {
7587
- display: none!important
7588
- }
7589
-
7590
- @media print {
7591
- .image-hover-page-container .visible-print-inline-block {
7592
- display: inline-block!important
7593
- }
7594
- .image-hover-page-container .hidden-print {
7595
- display: none!important
7596
- }
7597
- }
7598
-
7599
- .pln {
7600
- color: #000
7601
- }
7602
-
7603
- @media screen {
7604
- .str {
7605
- color: #080
7606
- }
7607
- .kwd {
7608
- color: #008
7609
- }
7610
- .com {
7611
- color: #800
7612
- }
7613
- .typ {
7614
- color: #606
7615
- }
7616
- .lit {
7617
- color: #066
7618
- }
7619
- .clo,
7620
- .opn,
7621
- .pun {
7622
- color: #660
7623
- }
7624
- .tag {
7625
- color: #008
7626
- }
7627
- .atn {
7628
- color: #606
7629
- }
7630
- .atv {
7631
- color: #080
7632
- }
7633
- .dec,
7634
- .var {
7635
- color: #606
7636
- }
7637
- .fun {
7638
- color: red
7639
- }
7640
- }
7641
-
7642
- @media print,
7643
- projection {
7644
- .kwd,
7645
- .tag,
7646
- .typ {
7647
- font-weight: 700
7648
- }
7649
- .str {
7650
- color: #060
7651
- }
7652
- .kwd {
7653
- color: #006
7654
- }
7655
- .com {
7656
- color: #600;
7657
- }
7658
- .typ {
7659
- color: #404
7660
- }
7661
- .lit {
7662
- color: #044
7663
- }
7664
- .clo,
7665
- .opn,
7666
- .pun {
7667
- color: #440
7668
- }
7669
- .tag {
7670
- color: #006
7671
- }
7672
- .atn {
7673
- color: #404
7674
- }
7675
- .atv {
7676
- color: #060
7677
- }
7678
- }
7679
-
7680
- pre.prettyprint {
7681
- padding: 2px;
7682
- border: 1px solid #888
7683
- }
7684
-
7685
- ol.linenums {
7686
- margin-top: 0;
7687
- margin-bottom: 0
7688
- }
7689
-
7690
- li.L0,
7691
- li.L1,
7692
- li.L2,
7693
- li.L3,
7694
- li.L5,
7695
- li.L6,
7696
- li.L7,
7697
- li.L8 {
7698
- list-style-type: none
7699
- }
7700
-
7701
- li.L1,
7702
- li.L3,
7703
- li.L5,
7704
- li.L7,
7705
- li.L9 {
7706
- background: #eee
7707
- }
7708
-
7709
- .bs-header .container,
7710
- .bs-masthead {
7711
- position: relative
7712
- }
7713
-
7714
- ;
7715
-
7716
- /*!
7717
- * Copyright 2013 Twitter, Inc.
7718
- *
7719
- * Licensed under the Creative Commons Attribution 3.0 Unported License. For
7720
- * details, see http://creativecommons.org/licenses/by/3.0/.
7721
- */
7722
-
7723
- body {
7724
- position: relative;
7725
- padding-top: 50px
7726
- }
7727
-
7728
- .table code {
7729
- font-size: 13px;
7730
- font-weight: 400
7731
- }
7732
-
7733
- .btn-outline {
7734
- color: #563d7c;
7735
- background-color: #fff;
7736
- border-color: #e5e5e5
7737
- }
7738
-
7739
- .btn-outline:active,
7740
- .btn-outline:focus,
7741
- .btn-outline:hover {
7742
- color: #fff;
7743
- background-color: #563d7c;
7744
- border-color: #563d7c
7745
- }
7746
-
7747
- .btn-outline-inverse {
7748
- color: #fff;
7749
- background-color: transparent;
7750
- border-color: #cdbfe3
7751
- }
7752
-
7753
- .btn-outline-inverse:active,
7754
- .btn-outline-inverse:focus,
7755
- .btn-outline-inverse:hover {
7756
- color: #563d7c;
7757
- text-shadow: none;
7758
- background-color: #fff;
7759
- border-color: #fff
7760
- }
7761
-
7762
- .bs-docs-nav {
7763
- text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
7764
- background-color: #563d7c;
7765
- border-color: #463265;
7766
- box-shadow: 0 1px 0 rgba(255, 255, 255, .1)
7767
- }
7768
-
7769
- .bs-header,
7770
- .bs-masthead {
7771
- text-shadow: 0 1px 0 rgba(0, 0, 0, .15)
7772
- }
7773
-
7774
- .bs-docs-nav .navbar-brand {
7775
- color: #fff
7776
- }
7777
-
7778
- .bs-docs-nav .navbar-nav>li>a {
7779
- color: #cdbfe3
7780
- }
7781
-
7782
- .bs-docs-nav .navbar-nav>.active>a,
7783
- .bs-docs-nav .navbar-nav>.active>a:hover,
7784
- .bs-docs-nav .navbar-nav>li>a:hover,
7785
- .bs-header h1,
7786
- .bs-masthead-links a {
7787
- color: #fff
7788
- }
7789
-
7790
- .bs-footer {
7791
- padding-top: 40px;
7792
- padding-bottom: 30px;
7793
- margin-top: 100px;
7794
- text-align: center;
7795
- border-top: 1px solid #e5e5e5
7796
- }
7797
-
7798
- .footer-links {
7799
- margin: 10px 0;
7800
- padding-left: 0
7801
- }
7802
-
7803
- .footer-links li {
7804
- display: inline;
7805
- padding: 0 2px
7806
- }
7807
-
7808
- .footer-links li:first-child {
7809
- padding-left: 0
7810
- }
7811
-
7812
- @media (min-width:768px) {
7813
- .bs-footer {
7814
- text-align: left
7815
- }
7816
- .bs-footer p {
7817
- margin-bottom: 0
7818
- }
7819
- }
7820
-
7821
- .bs-social {
7822
- margin-top: 20px;
7823
- margin-bottom: 20px;
7824
- text-align: center
7825
- }
7826
-
7827
- .bs-social-buttons {
7828
- display: inline-block;
7829
- margin-bottom: 0;
7830
- padding-left: 0;
7831
- list-style: none
7832
- }
7833
-
7834
- .bs-social-buttons li {
7835
- display: inline-block;
7836
- line-height: 1;
7837
- padding: 5px 8px
7838
- }
7839
-
7840
- .bs-social-buttons .twitter-follow-button {
7841
- width: 225px!important
7842
- }
7843
-
7844
- .bs-social-buttons .twitter-share-button {
7845
- width: 98px!important
7846
- }
7847
-
7848
- .github-btn {
7849
- border: 0;
7850
- overflow: hidden
7851
- }
7852
-
7853
- @media (min-width:768px) {
7854
- .bs-social {
7855
- text-align: left
7856
- }
7857
- .bs-social-buttons li:first-child {
7858
- padding-left: 0
7859
- }
7860
- }
7861
-
7862
- .bs-docs-home,
7863
- .bs-header {
7864
- background-color: #563d7c;
7865
- background-image: url(data:image/png;base64,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)
7866
- }
7867
-
7868
- .bs-masthead {
7869
- padding: 30px 15px;
7870
- text-align: center
7871
- }
7872
-
7873
- .bs-masthead h1 {
7874
- font-size: 50px;
7875
- line-height: 1;
7876
- color: #fff
7877
- }
7878
-
7879
- .bs-masthead .btn-outline-inverse {
7880
- margin: 10px
7881
- }
7882
-
7883
- .bs-masthead-links {
7884
- margin-top: 20px;
7885
- margin-bottom: 40px;
7886
- padding: 0 15px;
7887
- list-style: none;
7888
- text-align: center
7889
- }
7890
-
7891
- .bs-masthead-links li {
7892
- display: inline
7893
- }
7894
-
7895
- .bs-masthead-links li+li {
7896
- margin-left: 20px
7897
- }
7898
-
7899
- @media (min-width:768px) {
7900
- .bs-masthead {
7901
- text-align: left;
7902
- padding-top: 140px;
7903
- padding-bottom: 140px
7904
- }
7905
- .bs-masthead h1 {
7906
- font-size: 100px
7907
- }
7908
- .bs-masthead .lead {
7909
- margin-right: 25%;
7910
- font-size: 30px
7911
- }
7912
- .bs-masthead .btn-outline-inverse {
7913
- width: auto;
7914
- margin: 20px 5px 20px 0;
7915
- padding: 18px 24px;
7916
- font-size: 21px
7917
- }
7918
- .bs-masthead-links {
7919
- padding: 0;
7920
- text-align: left
7921
- }
7922
- }
7923
-
7924
- .carbonad,
7925
- .carbonad-tag,
7926
- .carbonad-text {
7927
- width: auto!important;
7928
- height: auto!important
7929
- }
7930
-
7931
- .bs-header {
7932
- padding: 30px 15px 40px;
7933
- font-size: 16px;
7934
- text-align: center
7935
- }
7936
-
7937
- .bs-header p {
7938
- font-weight: 300;
7939
- line-height: 1.5
7940
- }
7941
-
7942
- @media (min-width:768px) {
7943
- .bs-header {
7944
- font-size: 21px;
7945
- text-align: left
7946
- }
7947
- .bs-header h1 {
7948
- font-size: 60px;
7949
- line-height: 1
7950
- }
7951
- }
7952
-
7953
- @media (min-width:992px) {
7954
- .bs-header h1,
7955
- .bs-header p {
7956
- margin-right: 380px
7957
- }
7958
- }
7959
-
7960
- .carbonad {
7961
- margin: 50px -30px -40px!important;
7962
- padding: 20px!important;
7963
- overflow: hidden;
7964
- font-size: 13px!important;
7965
- line-height: 16px!important;
7966
- text-align: left;
7967
- background: #463265!important;
7968
- border: 0!important;
7969
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, .075)
7970
- }
7971
-
7972
- .carbonad-img {
7973
- margin: 0!important
7974
- }
7975
-
7976
- .carbonad-tag,
7977
- .carbonad-text {
7978
- float: none!important;
7979
- display: block!important;
7980
- margin-left: 145px!important;
7981
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important
7982
- }
7983
-
7984
- .carbonad-text {
7985
- padding-top: 0!important
7986
- }
7987
-
7988
- .carbonad-tag {
7989
- color: #cdbfe3!important;
7990
- text-align: left!important
7991
- }
7992
-
7993
- .carbonad-tag a,
7994
- .carbonad-text a {
7995
- color: #fff!important
7996
- }
7997
-
7998
- .carbonad #azcarbon>img {
7999
- display: none
8000
- }
8001
-
8002
- @media (min-width:768px) {
8003
- .carbonad {
8004
- margin: 0!important;
8005
- border-radius: 4px;
8006
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, .075), 0 1px 0 rgba(255, 255, 255, .1)
8007
- }
8008
- }
8009
-
8010
- .bs-docs-home .carbonad {
8011
- margin: 0 -15px 40px!important
8012
- }
8013
-
8014
- @media (min-width:480px) {
8015
- .bs-docs-home .carbonad {
8016
- width: 330px!important;
8017
- margin: 0 auto 40px!important;
8018
- border-radius: 4px
8019
- }
8020
- }
8021
-
8022
- @media (min-width:768px) {
8023
- .bs-docs-home .carbonad {
8024
- float: left;
8025
- width: 330px!important;
8026
- margin: 0 0 30px!important
8027
- }
8028
- .bs-docs-home .bs-masthead-links,
8029
- .bs-docs-home .bs-social {
8030
- margin-left: 350px
8031
- }
8032
- .bs-docs-home .bs-social {
8033
- margin-bottom: 10px
8034
- }
8035
- .bs-docs-home .bs-masthead-links {
8036
- margin-top: 10px
8037
- }
8038
- }
8039
-
8040
- @media (min-width:992px) {
8041
- .carbonad {
8042
- position: absolute;
8043
- top: 20px;
8044
- right: 15px;
8045
- padding: 15px!important;
8046
- width: 330px!important
8047
- }
8048
- .bs-docs-home .carbonad {
8049
- position: static
8050
- }
8051
- }
8052
-
8053
- @media (min-width:1170px) {
8054
- .bs-docs-home .carbonad {
8055
- margin-top: -25px!important
8056
- }
8057
- }
8058
-
8059
- .bs-old-docs {
8060
- padding: 15px 20px;
8061
- color: #777;
8062
- background-color: #fafafa;
8063
- border-top: 1px solid #fff;
8064
- border-bottom: 1px solid #e5e5e5
8065
- }
8066
-
8067
- .bs-old-docs strong {
8068
- color: #555
8069
- }
8070
-
8071
- .bs-sidebar.affix {
8072
- position: static
8073
- }
8074
-
8075
- .bs-sidenav {
8076
- margin-top: 30px;
8077
- margin-bottom: 30px;
8078
- padding-top: 10px;
8079
- padding-bottom: 10px;
8080
- text-shadow: 0 1px 0 #fff;
8081
- background-color: #f7f5fa;
8082
- border-radius: 5px
8083
- }
8084
-
8085
- .bs-sidebar .nav>li>a {
8086
- display: block;
8087
- color: #716b7a;
8088
- padding: 5px 20px
8089
- }
8090
-
8091
- .bs-sidebar .nav>li>a:focus,
8092
- .bs-sidebar .nav>li>a:hover {
8093
- text-decoration: none;
8094
- background-color: #e5e3e9;
8095
- border-right: 1px solid #dbd8e0
8096
- }
8097
-
8098
- .bs-sidebar .nav>.active:focus>a,
8099
- .bs-sidebar .nav>.active:hover>a,
8100
- .bs-sidebar .nav>.active>a {
8101
- font-weight: 700;
8102
- color: #563d7c;
8103
- background-color: transparent;
8104
- border-right: 1px solid #563d7c
8105
- }
8106
-
8107
- .bs-sidebar .nav .nav {
8108
- display: none;
8109
- margin-bottom: 8px
8110
- }
8111
-
8112
- .bs-sidebar .nav .nav>li>a {
8113
- padding-top: 3px;
8114
- padding-bottom: 3px;
8115
- padding-left: 30px;
8116
- font-size: 90%
8117
- }
8118
-
8119
- @media (min-width:992px) {
8120
- .bs-sidebar .nav>.active>ul {
8121
- display: block
8122
- }
8123
- .bs-sidebar.affix,
8124
- .bs-sidebar.affix-bottom {
8125
- width: 213px
8126
- }
8127
- .bs-sidebar.affix {
8128
- position: fixed;
8129
- top: 80px
8130
- }
8131
- .bs-sidebar.affix-bottom {
8132
- position: absolute
8133
- }
8134
- .bs-sidebar.affix .bs-sidenav,
8135
- .bs-sidebar.affix-bottom .bs-sidenav {
8136
- margin-top: 0;
8137
- margin-bottom: 0
8138
- }
8139
- }
8140
-
8141
- @media (min-width:1200px) {
8142
- .bs-sidebar.affix,
8143
- .bs-sidebar.affix-bottom {
8144
- width: 263px
8145
- }
8146
- }
8147
-
8148
- .bs-docs-section+.bs-docs-section {
8149
- padding-top: 40px
8150
- }
8151
-
8152
- /*h1[id] {
8153
- padding-top: 80px;
8154
- margin-top: -45px
8155
- }*/
8156
-
8157
- .bs-callout {
8158
- margin: 20px 0;
8159
- padding: 20px;
8160
- border-left: 3px solid #eee
8161
- }
8162
-
8163
- .bs-callout h4 {
8164
- margin-top: 0;
8165
- margin-bottom: 5px
8166
- }
8167
-
8168
- .bs-callout p:last-child {
8169
- margin-bottom: 0
8170
- }
8171
-
8172
- .bs-callout-danger {
8173
- background-color: #fdf7f7;
8174
- border-color: #eed3d7
8175
- }
8176
-
8177
- .bs-callout-danger h4 {
8178
- color: #b94a48
8179
- }
8180
-
8181
- .bs-callout-warning {
8182
- background-color: #faf8f0;
8183
- border-color: #faebcc
8184
- }
8185
-
8186
- .bs-callout-warning h4 {
8187
- color: #8a6d3b
8188
- }
8189
-
8190
- .bs-callout-info {
8191
- background-color: #f4f8fa;
8192
- border-color: #bce8f1
8193
- }
8194
-
8195
- .bs-callout-info h4 {
8196
- color: #34789a
8197
- }
8198
-
8199
- .bs-team .team-member {
8200
- color: #555;
8201
- line-height: 32px
8202
- }
8203
-
8204
- .bs-team .team-member:hover {
8205
- color: #333;
8206
- text-decoration: none
8207
- }
8208
-
8209
- .bs-team .github-btn {
8210
- float: right;
8211
- margin-top: 6px;
8212
- width: 120px;
8213
- height: 20px
8214
- }
8215
-
8216
- .bs-team img {
8217
- float: left;
8218
- width: 32px;
8219
- margin-right: 10px;
8220
- border-radius: 4px
8221
- }
8222
-
8223
- .show-grid {
8224
- margin-bottom: 15px
8225
- }
8226
-
8227
- .show-grid [class^=col-] {
8228
- padding-top: 10px;
8229
- padding-bottom: 10px;
8230
- background-color: #eee;
8231
- border: 1px solid #ddd;
8232
- background-color: rgba(86, 61, 124, .15);
8233
- border: 1px solid rgba(86, 61, 124, .2)
8234
- }
8235
-
8236
- .bs-example {
8237
- position: relative;
8238
- padding: 45px 15px 15px;
8239
- margin: 0 -15px 15px;
8240
- background-color: #fafafa;
8241
- box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
8242
- border-color: #e5e5e5 #eee #eee;
8243
- border-style: solid;
8244
- border-width: 1px 0
8245
- }
8246
-
8247
- .bs-example:after {
8248
- content: "Example";
8249
- position: absolute;
8250
- top: 15px;
8251
- left: 15px;
8252
- font-size: 12px;
8253
- font-weight: 700;
8254
- color: #bbb;
8255
- text-transform: uppercase;
8256
- letter-spacing: 1px
8257
- }
8258
-
8259
- .bs-example+.highlight {
8260
- margin: -15px -15px 15px;
8261
- border-radius: 0;
8262
- border-width: 0 0 1px
8263
- }
8264
-
8265
- @media (min-width:768px) {
8266
- .bs-example,
8267
- .bs-example+.highlight {
8268
- margin-left: 0;
8269
- margin-right: 0;
8270
- border-width: 1px
8271
- }
8272
- .bs-example {
8273
- background-color: #fff;
8274
- border-color: #ddd;
8275
- border-radius: 4px 4px 0 0;
8276
- box-shadow: none
8277
- }
8278
- .bs-example+.highlight {
8279
- margin-top: -16px;
8280
- border-bottom-left-radius: 4px;
8281
- border-bottom-right-radius: 4px
8282
- }
8283
- }
8284
-
8285
- .bs-example .container {
8286
- width: auto
8287
- }
8288
-
8289
- .bs-example>.alert:last-child,
8290
- .bs-example>.form-control:last-child,
8291
- .bs-example>.jumbotron:last-child,
8292
- .bs-example>.list-group:last-child,
8293
- .bs-example>.navbar:last-child,
8294
- .bs-example>.panel:last-child,
8295
- .bs-example>.progress:last-child,
8296
- .bs-example>.table-responsive:last-child>.table,
8297
- .bs-example>.table:last-child,
8298
- .bs-example>.well:last-child,
8299
- .bs-example>blockquote:last-child,
8300
- .bs-example>ol:last-child,
8301
- .bs-example>p:last-child,
8302
- .bs-example>ul:last-child {
8303
- margin-bottom: 0
8304
- }
8305
-
8306
- .bs-example>p>.close {
8307
- float: none
8308
- }
8309
-
8310
- .bs-example-type .table .info {
8311
- color: #999;
8312
- vertical-align: middle
8313
- }
8314
-
8315
- .bs-example-type .table td {
8316
- padding: 15px 0;
8317
- border-color: #eee
8318
- }
8319
-
8320
- .bs-example-type .table tr:first-child td {
8321
- border-top: 0
8322
- }
8323
-
8324
- .bs-example-type h1,
8325
- .bs-example-type h2,
8326
- .bs-example-type h3,
8327
- .bs-example-type h4,
8328
- .bs-example-type h5,
8329
- .bs-example-type h6 {
8330
- margin: 0
8331
- }
8332
-
8333
- .bs-example>.img-circle,
8334
- .bs-example>.img-rounded,
8335
- .bs-example>.img-thumbnail {
8336
- margin: 5px
8337
- }
8338
-
8339
- .bs-example>.table-responsive>.table {
8340
- background-color: #fff
8341
- }
8342
-
8343
- .bs-example>.btn,
8344
- .bs-example>.btn-group {
8345
- margin-top: 5px;
8346
- margin-bottom: 5px
8347
- }
8348
-
8349
- .bs-example-control-sizing input[type=text]+input[type=text],
8350
- .bs-example-control-sizing select,
8351
- .bs-example>.btn-toolbar+.btn-toolbar {
8352
- margin-top: 10px
8353
- }
8354
-
8355
- .bs-example-form .input-group {
8356
- margin-bottom: 10px
8357
- }
8358
-
8359
- .bs-example .navbar:last-child,
8360
- .bs-navbar-bottom-example .navbar {
8361
- margin-bottom: 0
8362
- }
8363
-
8364
- .bs-example>textarea.form-control {
8365
- resize: vertical
8366
- }
8367
-
8368
- .bs-example>.list-group {
8369
- max-width: 400px
8370
- }
8371
-
8372
- .bs-navbar-bottom-example,
8373
- .bs-navbar-top-example {
8374
- z-index: 1;
8375
- padding: 0;
8376
- overflow: hidden
8377
- }
8378
-
8379
- .bs-navbar-bottom-example .navbar-header,
8380
- .bs-navbar-top-example .navbar-header {
8381
- margin-left: 0
8382
- }
8383
-
8384
- .bs-navbar-bottom-example .navbar-fixed-bottom,
8385
- .bs-navbar-top-example .navbar-fixed-top {
8386
- position: relative;
8387
- margin-left: 0;
8388
- margin-right: 0
8389
- }
8390
-
8391
- .bs-navbar-top-example {
8392
- padding-bottom: 45px
8393
- }
8394
-
8395
- .bs-navbar-top-example:after {
8396
- top: auto;
8397
- bottom: 15px
8398
- }
8399
-
8400
- .bs-navbar-top-example .navbar-fixed-top {
8401
- top: -1px
8402
- }
8403
-
8404
- .bs-navbar-bottom-example {
8405
- padding-top: 45px
8406
- }
8407
-
8408
- .bs-navbar-bottom-example .navbar-fixed-bottom {
8409
- bottom: -1px
8410
- }
8411
-
8412
- @media (min-width:768px) {
8413
- .bs-navbar-bottom-example .navbar-fixed-bottom,
8414
- .bs-navbar-top-example .navbar-fixed-top {
8415
- position: absolute
8416
- }
8417
- .bs-navbar-top-example {
8418
- border-radius: 0 0 4px 4px
8419
- }
8420
- .bs-navbar-bottom-example {
8421
- border-radius: 4px 4px 0 0
8422
- }
8423
- }
8424
-
8425
- .bs-example .pagination {
8426
- margin-top: 10px;
8427
- margin-bottom: 10px
8428
- }
8429
-
8430
- .bs-example>.pager {
8431
- margin-top: 0
8432
- }
8433
-
8434
- .bs-example-modal {
8435
- background-color: #f5f5f5
8436
- }
8437
-
8438
- .bs-example-modal .modal {
8439
- position: relative;
8440
- top: auto;
8441
- right: auto;
8442
- left: auto;
8443
- bottom: auto;
8444
- z-index: 1;
8445
- display: block
8446
- }
8447
-
8448
- .bs-example-modal .modal-dialog {
8449
- left: auto;
8450
- margin-left: auto;
8451
- margin-right: auto
8452
- }
8453
-
8454
- .bs-example>.dropdown>.dropdown-menu {
8455
- position: static;
8456
- display: block;
8457
- margin-bottom: 5px
8458
- }
8459
-
8460
- .bs-example-tabs .nav-tabs {
8461
- margin-bottom: 15px
8462
- }
8463
-
8464
- .bs-example-tooltips {
8465
- text-align: center
8466
- }
8467
 
8468
- .bs-example-tooltips>.btn {
8469
- margin-top: 5px;
8470
- margin-bottom: 5px
 
 
 
 
 
8471
  }
8472
 
8473
- .bs-example-popover {
8474
- padding-bottom: 24px;
8475
- background-color: #f9f9f9
8476
- }
8477
 
8478
- .bs-example-popover .popover {
8479
- position: relative;
8480
  display: block;
8481
- float: left;
8482
- width: 260px;
8483
- margin: 20px
8484
  }
8485
 
8486
- .scrollspy-example {
8487
- position: relative;
8488
- height: 200px;
8489
- margin-top: 10px;
8490
- overflow: auto
8491
- }
8492
 
8493
  .bs-glyphicons,
8494
  .ih-item.square.effect1,
@@ -8509,217 +40,6 @@ body {
8509
  overflow: hidden
8510
  }
8511
 
8512
- .highlight {
8513
- display: none;
8514
- padding: 9px 14px;
8515
- margin-bottom: 14px;
8516
- background-color: #f7f7f9;
8517
- border: 1px solid #e1e1e8;
8518
- border-radius: 4px
8519
- }
8520
-
8521
- .highlight pre {
8522
- padding: 0;
8523
- margin-top: 0;
8524
- margin-bottom: 0;
8525
- background-color: transparent;
8526
- border: 0
8527
- }
8528
-
8529
- .highlight pre code {
8530
- font-size: inherit;
8531
- color: #333
8532
- }
8533
-
8534
- .highlight pre .lineno {
8535
- display: inline-block;
8536
- width: 22px;
8537
- padding-right: 5px;
8538
- margin-right: 10px;
8539
- text-align: right;
8540
- color: #bebec5
8541
- }
8542
-
8543
- @media (min-width:481px) {
8544
- .highlight {
8545
- display: block
8546
- }
8547
- }
8548
-
8549
- .table-responsive .highlight pre {
8550
- white-space: normal
8551
- }
8552
-
8553
- .bs-table th small,
8554
- .responsive-utilities th small {
8555
- display: block;
8556
- font-weight: 400;
8557
- color: #999
8558
- }
8559
-
8560
- .responsive-utilities tbody th {
8561
- font-weight: 400
8562
- }
8563
-
8564
- .responsive-utilities td {
8565
- text-align: center
8566
- }
8567
-
8568
- .responsive-utilities td.is-visible {
8569
- color: #468847;
8570
- background-color: #dff0d8!important
8571
- }
8572
-
8573
- .responsive-utilities td.is-hidden {
8574
- color: #ccc;
8575
- background-color: #f9f9f9!important
8576
- }
8577
-
8578
- .responsive-utilities-test {
8579
- margin-top: 5px
8580
- }
8581
-
8582
- .responsive-utilities-test .col-xs-6 {
8583
- margin-bottom: 10px
8584
- }
8585
-
8586
- .responsive-utilities-test span {
8587
- padding: 15px 10px;
8588
- font-size: 14px;
8589
- font-weight: 700;
8590
- line-height: 1.1;
8591
- text-align: center;
8592
- border-radius: 4px
8593
- }
8594
-
8595
- .hidden-on .col-xs-6 .hidden-lg,
8596
- .hidden-on .col-xs-6 .hidden-md,
8597
- .hidden-on .col-xs-6 .hidden-sm,
8598
- .hidden-on .col-xs-6 .hidden-xs,
8599
- .visible-on .col-xs-6 .hidden-lg,
8600
- .visible-on .col-xs-6 .hidden-md,
8601
- .visible-on .col-xs-6 .hidden-sm,
8602
- .visible-on .col-xs-6 .hidden-xs {
8603
- color: #999;
8604
- border: 1px solid #ddd
8605
- }
8606
-
8607
- .hidden-on .col-xs-6 .visible-lg,
8608
- .hidden-on .col-xs-6 .visible-md,
8609
- .hidden-on .col-xs-6 .visible-sm,
8610
- .hidden-on .col-xs-6 .visible-xs,
8611
- .visible-on .col-xs-6 .visible-lg,
8612
- .visible-on .col-xs-6 .visible-md,
8613
- .visible-on .col-xs-6 .visible-sm,
8614
- .visible-on .col-xs-6 .visible-xs {
8615
- color: #468847;
8616
- background-color: #dff0d8;
8617
- border: 1px solid #d6e9c6
8618
- }
8619
-
8620
- .bs-glyphicons {
8621
- padding-left: 0;
8622
- padding-bottom: 1px;
8623
- margin-bottom: 20px;
8624
- list-style: none
8625
- }
8626
-
8627
- .bs-glyphicons li {
8628
- float: left;
8629
- width: 25%;
8630
- height: 115px;
8631
- padding: 10px;
8632
- margin: 0 -1px -1px 0;
8633
- font-size: 12px;
8634
- line-height: 1.4;
8635
- text-align: center;
8636
- border: 1px solid #ddd
8637
- }
8638
-
8639
- .bs-glyphicons .glyphicon {
8640
- margin-top: 5px;
8641
- margin-bottom: 10px;
8642
- font-size: 24px
8643
- }
8644
-
8645
- .bs-glyphicons .glyphicon-class {
8646
- display: block;
8647
- text-align: center;
8648
- word-wrap: break-word
8649
- }
8650
-
8651
- .bs-glyphicons li:hover {
8652
- background-color: rgba(86, 61, 124, .1)
8653
- }
8654
-
8655
- @media (min-width:768px) {
8656
- .bs-glyphicons li {
8657
- width: 12.5%
8658
- }
8659
- }
8660
-
8661
- .bs-customizer .toggle {
8662
- float: right;
8663
- margin-top: 85px
8664
- }
8665
-
8666
- .bs-customizer label {
8667
- margin-top: 10px;
8668
- font-weight: 500;
8669
- color: #555
8670
- }
8671
-
8672
- .bs-customizer h2 {
8673
- margin-top: 0;
8674
- margin-bottom: 5px;
8675
- padding-top: 30px
8676
- }
8677
-
8678
- .bs-customizer h3 {
8679
- margin-bottom: 0
8680
- }
8681
-
8682
- .bs-customizer h4 {
8683
- margin-top: 15px;
8684
- margin-bottom: 0
8685
- }
8686
-
8687
- .bs-customizer .bs-callout h4 {
8688
- margin-top: 0;
8689
- margin-bottom: 5px
8690
- }
8691
-
8692
- .bs-customizer input[type=text] {
8693
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
8694
- background-color: #fafafa
8695
- }
8696
-
8697
- .bs-customizer .help-block {
8698
- font-size: 12px;
8699
- margin-bottom: 5px
8700
- }
8701
-
8702
- #less-section label {
8703
- font-weight: 400
8704
- }
8705
-
8706
- .bs-customize-download .btn-outline {
8707
- padding: 20px
8708
- }
8709
-
8710
- .bs-customizer-alert {
8711
- position: fixed;
8712
- top: 51px;
8713
- left: 0;
8714
- right: 0;
8715
- z-index: 1030;
8716
- padding: 15px 0;
8717
- color: #fff;
8718
- background-color: #d9534f;
8719
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
8720
- border-bottom: 1px solid #b94441
8721
- }
8722
-
8723
  .ih-item.circle .info,
8724
  .ih-item.square .info {
8725
  right: 0;
@@ -8729,53 +49,6 @@ body {
8729
  left: 0
8730
  }
8731
 
8732
- .bs-customizer-alert .close {
8733
- margin-top: -4px;
8734
- font-size: 24px
8735
- }
8736
-
8737
- .bs-customizer-alert p {
8738
- margin-bottom: 0
8739
- }
8740
-
8741
- .bs-customizer-alert .glyphicon {
8742
- margin-right: 5px
8743
- }
8744
-
8745
- .bs-customizer-alert pre {
8746
- margin: 10px 0 0;
8747
- color: #fff;
8748
- background-color: #a83c3a;
8749
- border-color: #973634;
8750
- box-shadow: inset 0 2px 4px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
8751
- }
8752
-
8753
- .bs-about {
8754
- font-size: 16px
8755
- }
8756
-
8757
- .bs-examples h4 {
8758
- margin-bottom: 5px
8759
- }
8760
-
8761
- .bs-examples p {
8762
- margin-bottom: 20px
8763
- }
8764
-
8765
- #focusedInput {
8766
- border-color: rgba(82, 168, 236, .8);
8767
- outline: 0;
8768
- outline: dotted thin\9;
8769
- -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
8770
- box-shadow: 0 0 8px rgba(82, 168, 236, .6)
8771
- }
8772
-
8773
- .bs-docs-dl-options h4 {
8774
- margin-top: 15px;
8775
- margin-bottom: 5px
8776
- }
8777
-
8778
- ;
8779
  .ih-item {
8780
  position: relative;
8781
  transition: all .35s ease-in-out
@@ -8805,7 +78,7 @@ body {
8805
 
8806
  .ih-item img {
8807
  width: 100%;
8808
- /*height: 100%*/
8809
  }
8810
 
8811
  .ih-item.circle,
@@ -8815,8 +88,6 @@ body {
8815
  }
8816
 
8817
  .ih-item.circle {
8818
- margin-bottom: 15px;
8819
- border: none !important;
8820
  }
8821
 
8822
  .ih-item.circle .img span {
@@ -8849,8 +120,8 @@ body {
8849
  position: relative;
8850
  width: 100%;
8851
  height: 100%;
8852
- box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
8853
- margin-bottom: 5px
8854
  }
8855
 
8856
  .ih-item.square .info {
@@ -14220,4 +5491,61 @@ h6 {
14220
  -o-transform: translateY(0%) !important;
14221
  transform: translateY(0%) !important;
14222
  padding: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14223
  }
4
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
  */
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
+ .image-hover-page-container {
9
+ /*!
10
+ * Bootstrap v3.3.2 (http://getbootstrap.com)
11
+ * Copyright 2011-2015 Twitter, Inc.
12
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
13
+ */
14
+ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
15
+ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
16
  }
17
 
 
 
 
 
18
 
19
+ .ih-item img {
 
20
  display: block;
 
 
 
21
  }
22
 
 
 
 
 
 
 
23
 
24
  .bs-glyphicons,
25
  .ih-item.square.effect1,
40
  overflow: hidden
41
  }
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  .ih-item.circle .info,
44
  .ih-item.square .info {
45
  right: 0;
49
  left: 0
50
  }
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  .ih-item {
53
  position: relative;
54
  transition: all .35s ease-in-out
78
 
79
  .ih-item img {
80
  width: 100%;
81
+ height: 100%
82
  }
83
 
84
  .ih-item.circle,
88
  }
89
 
90
  .ih-item.circle {
 
 
91
  }
92
 
93
  .ih-item.circle .img span {
120
  position: relative;
121
  width: 100%;
122
  height: 100%;
123
+ /*box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);*/
124
+ /*margin-bottom: 5px*/
125
  }
126
 
127
  .ih-item.square .info {
5491
  -o-transform: translateY(0%) !important;
5492
  transform: translateY(0%) !important;
5493
  padding: 0;
5494
+ }
5495
+
5496
+ /* Custom Css For Filterable Gallery
5497
+ =============================================== */
5498
+ .maw_portfolioGallery_wrapper .ih-item a {
5499
+ display: block;
5500
+ }
5501
+
5502
+ .maw_portfolioGallery_wrapper .ih-item.square {
5503
+ box-shadow: none;
5504
+ }
5505
+
5506
+ /* Image Swap Custom Styling
5507
+ =============================================== */
5508
+
5509
+ .maw_image_swap.ih-item.square.effect6 .info,
5510
+ .maw_image_swap.ih-item.square.effect6 .info h3 {
5511
+ -webkit-transition: all .20s ease-in-out;
5512
+ -moz-transition: all .20s ease-in-out
5513
+ }
5514
+
5515
+ .maw_image_swap.ih-item {
5516
+ box-sizing: initial !important;
5517
+ }
5518
+
5519
+ /*Fade Effect
5520
+ =================================================*/
5521
+
5522
+ .maw_img_swap_fade {
5523
+ position: relative;
5524
+ width: 100%;
5525
+ }
5526
+
5527
+ .maw_img_swap_fade img {
5528
+ display: block;
5529
+ width: 100%;
5530
+ height: auto;
5531
+ }
5532
+
5533
+ .maw_img_swap_fade .info {
5534
+ position: absolute;
5535
+ top: 0;
5536
+ bottom: 0;
5537
+ left: 0;
5538
+ right: 0;
5539
+ height: 100%;
5540
+ width: 100%;
5541
+ opacity: 0;
5542
+ transition: .2s ease;
5543
+ }
5544
+
5545
+ .maw_img_swap_fade:not( :hover ) .info{
5546
+ transition-delay: .3s !important;
5547
+ }
5548
+
5549
+ .maw_img_swap_fade:hover .info {
5550
+ opacity: 1;
5551
  }
css/modal-popup-btn.css ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Box colors */
2
+
3
+ /* Common button styles */
4
+ .mega-uae-btn {
5
+ float: left;
6
+ display: block;
7
+ padding: 7px 20px;
8
+ border: none;
9
+ background: none;
10
+ color: inherit;
11
+ vertical-align: middle;
12
+ position: relative;
13
+ z-index: 1;
14
+ -webkit-backface-visibility: hidden;
15
+ -moz-osx-font-smoothing: grayscale;
16
+ background: #ECEFF1;
17
+ color: #37474f;
18
+ }
19
+ .mega-uae-btn:focus {
20
+ outline: none;
21
+ }
22
+ .mega-uae-btn > span {
23
+ vertical-align: middle;
24
+ }
25
+
26
+ .mega-model-popup {
27
+ border-style: solid;
28
+ border-width: 1px;
29
+ border-radius: 0px;
30
+ border-color: #333333;
31
+ -webkit-box-shadow: 0 0 7px #404040;
32
+ -o-box-shadow: 0 0 7px #404040;
33
+ -ms-box-shadow: 0 0 7px #404040;
34
+ box-shadow: 0 0 7px #404040;
35
+ }
36
+ .maw__modal_popup_box .model-popup-btn {
37
+ -webkit-transition: all 0.4s;
38
+ -moz-transition: all 0.4s;
39
+ transition: all 0.4s;
40
+ cursor: pointer;
41
+ outline: none;
42
+ }
43
+ .mega-model-popup h2{
44
+ font-weight: 500;
45
+ }
46
+ .mega-model-popup img {
47
+ max-width: 100%;
48
+ /*padding: 2px 0 0 2px;*/
49
+ margin-bottom: 0;
50
+ }
51
+ .b-close {
52
+ box-shadow: none;
53
+ font: bold 131% sans-serif;
54
+ position: absolute;
55
+ right: -100px;
56
+ top: -3px;
57
+ border-radius: 10px;
58
+ color: #fff;
59
+ cursor: pointer;
60
+ display: inline-block;
61
+ text-align: center;
62
+ text-decoration: none;
63
+ }
64
+ .b-close>span {
65
+ font-size: 30px;
66
+ font-weight: 100;
67
+ }
68
+ @media only screen and (max-width: 768px) {
69
+ .b-close {
70
+ right: 5px;
71
+ top: 5px;
72
+ }
73
+ .b-close img {
74
+ width: 50px;
75
+ }
76
+ .mega-model-popup {
77
+ margin-right: 10px;
78
+ margin-top: 0 !important;
79
+ }
80
+ }
81
+
82
+ /* Winona */
83
+ .maw__modal_popup_box .button--winona {
84
+ overflow: hidden;
85
+ padding: 0;
86
+ -webkit-transition: border-color 0.3s, background-color 0.3s;
87
+ transition: border-color 0.3s, background-color 0.3s;
88
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
89
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
90
+ }
91
+ .maw__modal_popup_box .button--winona .modal-popup-after {
92
+ content: attr(data-text);
93
+ position: absolute;
94
+ width: 100%;
95
+ height: 100%;
96
+ top: 0;
97
+ left: 0;
98
+ opacity: 0;
99
+ color: #3f51b5;
100
+ -webkit-transform: translate3d(0, 25%, 0);
101
+ transform: translate3d(0, 25%, 0);
102
+ }
103
+ .maw__modal_popup_box .button--winona > span {
104
+ display: block;
105
+ }
106
+ .maw__modal_popup_box .button--winona.button--inverted {
107
+ color: #7986cb;
108
+ }
109
+ .maw__modal_popup_box .button--winona.button--inverted:after {
110
+ color: #fff;
111
+ }
112
+ .maw__modal_popup_box .button--winona .modal-popup-after,
113
+ .maw__modal_popup_box .button--winona > span {
114
+ -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
115
+ transition: transform 0.3s, opacity 0.3s;
116
+ text-align: center;
117
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
118
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
119
+ }
120
+ .maw__modal_popup_box .button--winona:hover {
121
+ border-color: #3f51b5;
122
+ background-color: rgba(63, 81, 181, 0.1);
123
+ }
124
+ .maw__modal_popup_box .button--winona.button--inverted:hover {
125
+ border-color: #21333C;
126
+ background-color: #21333C;
127
+ }
128
+ .maw__modal_popup_box .button--winona:hover .modal-popup-after {
129
+ opacity: 1;
130
+ -webkit-transform: translate3d(0, 0, 0);
131
+ transform: translate3d(0, 0, 0);
132
+ }
133
+ .maw__modal_popup_box .button--winona:hover > span {
134
+ opacity: 0;
135
+ -webkit-transform: translate3d(0, -25%, 0);
136
+ transform: translate3d(0, -25%, 0);
137
+ }
138
+
139
+ /* Ujarak */
140
+ .maw__modal_popup_box .button--ujarak {
141
+ -webkit-transition: border-color 0.4s, color 0.4s;
142
+ transition: border-color 0.4s, color 0.4s;
143
+ overflow: hidden;
144
+ }
145
+ .maw__modal_popup_box .button--ujarak .modal-popup-before {
146
+ content: '';
147
+ position: absolute;
148
+ top: 0;
149
+ left: 0;
150
+ width: 100%;
151
+ height: 100%;
152
+ background: #37474f;
153
+ z-index: -1;
154
+ opacity: 0;
155
+ -webkit-transform: scale3d(0.7, 1, 1);
156
+ transform: scale3d(0.7, 1, 1);
157
+ -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
158
+ transition: transform 0.4s, opacity 0.4s;
159
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
160
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
161
+ }
162
+ .maw__modal_popup_box .button--ujarak.button--round-s .modal-popup-before {
163
+ border-radius: 2px;
164
+ }
165
+ .maw__modal_popup_box .button--ujarak.button--inverted .modal-popup-before {
166
+ background: #7986CB;
167
+ }
168
+ .maw__modal_popup_box .button--ujarak,
169
+ .maw__modal_popup_box .button--ujarak .modal-popup-before {
170
+ -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
171
+ transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
172
+ }
173
+ .maw__modal_popup_box .button--ujarak:hover {
174
+ color: #fff;
175
+ border-color: #37474f;
176
+ }
177
+ .maw__modal_popup_box .button--ujarak.button--inverted:hover {
178
+ color: #37474F;
179
+ border-color: #fff;
180
+ }
181
+ .maw__modal_popup_box .button--ujarak:hover .modal-popup-before {
182
+ opacity: 1;
183
+ -webkit-transform: translate3d(0, 0, 0);
184
+ transform: translate3d(0, 0, 0);
185
+ }
186
+
187
+ /* Rayen */
188
+ .maw__modal_popup_box .button--rayen {
189
+ overflow: hidden;
190
+ padding: 0;
191
+ }
192
+ .maw__modal_popup_box .button--rayen.button--inverted {
193
+ color: #fff;
194
+ }
195
+ .maw__modal_popup_box .button--rayen .modal-popup-before {
196
+ content: attr(data-text);
197
+ position: absolute;
198
+ top: 0;
199
+ left: 0;
200
+ width: 100%;
201
+ height: 100%;
202
+ background: #7986cb;
203
+ -webkit-transform: translate3d(-100%, 0, 0);
204
+ transform: translate3d(-100%, 0, 0);
205
+ }
206
+ .maw__modal_popup_box .button--rayen.button--inverted .modal-popup-before {
207
+ background: #fff;
208
+ color: #37474f;
209
+ }
210
+ .maw__modal_popup_box .button--rayen > .mega-uae-btn-span {
211
+ display: block;
212
+ }
213
+ .maw__modal_popup_box .button--rayen .modal-popup-before,
214
+ .maw__modal_popup_box .button--rayen > .mega-uae-btn-span {
215
+ /*padding: 1em 2em;*/
216
+ -webkit-transition: -webkit-transform 0.3s;
217
+ transition: transform 0.3s;
218
+ -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
219
+ transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
220
+ padding: inherit;
221
+ text-align: center;
222
+ }
223
+ .maw__modal_popup_box .button--rayen:hover .modal-popup-before {
224
+ -webkit-transform: translate3d(0, 0, 0);
225
+ transform: translate3d(0, 0, 0);
226
+ }
227
+ .maw__modal_popup_box .button--rayen:hover > .mega-uae-btn-span {
228
+ -webkit-transform: translate3d(0, 100%, 0);
229
+ transform: translate3d(0, 100%, 0);
230
+ }
231
+
232
+ /* Moema */
233
+ .maw__modal_popup_box .button--moema {
234
+ padding: 1.5em 3em;
235
+ border-radius: 50px;
236
+ background: #7986cb;
237
+ color: #fff;
238
+ -webkit-transition: background-color 0.3s, color 0.3s;
239
+ transition: background-color 0.3s, color 0.3s;
240
+ }
241
+ .maw__modal_popup_box .button--moema.button--inverted {
242
+ background: #ECEFF1;
243
+ color: #37474f;
244
+ }
245
+ .maw__modal_popup_box .button--moema::before {
246
+ content: '';
247
+ position: absolute;
248
+ top: -20px;
249
+ left: -20px;
250
+ bottom: -20px;
251
+ right: -20px;
252
+ background: inherit;
253
+ border-radius: 50px;
254
+ z-index: -1;
255
+ opacity: 0.4;
256
+ -webkit-transform: scale3d(0.8, 0.5, 1);
257
+ transform: scale3d(0.8, 0.5, 1);
258
+ }
259
+ .maw__modal_popup_box .button--moema:hover {
260
+ -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
261
+ transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
262
+ color: #ECEFF1;
263
+ background-color: #3f51b5;
264
+ -webkit-animation: anim-moema-1 0.3s forwards;
265
+ animation: anim-moema-1 0.3s forwards;
266
+ }
267
+ .maw__modal_popup_box .button--moema.button--inverted:hover {
268
+ color: #ECEFF1;
269
+ background-color: #7986cb;
270
+ }
271
+ .maw__modal_popup_box .button--moema:hover::before {
272
+ -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
273
+ animation: anim-moema-2 0.3s 0.3s forwards;
274
+ }
275
+ @-webkit-keyframes anim-moema-1 {
276
+ 60% {
277
+ -webkit-transform: scale3d(0.8, 0.8, 1);
278
+ transform: scale3d(0.8, 0.8, 1);
279
+ }
280
+ 85% {
281
+ -webkit-transform: scale3d(1.1, 1.1, 1);
282
+ transform: scale3d(1.1, 1.1, 1);
283
+ }
284
+ 100% {
285
+ -webkit-transform: scale3d(1, 1, 1);
286
+ transform: scale3d(1, 1, 1);
287
+ }
288
+ }
289
+ @keyframes anim-moema-1 {
290
+ 60% {
291
+ -webkit-transform: scale3d(0.8, 0.8, 1);
292
+ transform: scale3d(0.8, 0.8, 1);
293
+ }
294
+ 85% {
295
+ -webkit-transform: scale3d(1.1, 1.1, 1);
296
+ transform: scale3d(1.1, 1.1, 1);
297
+ }
298
+ 100% {
299
+ -webkit-transform: scale3d(1, 1, 1);
300
+ transform: scale3d(1, 1, 1);
301
+ }
302
+ }
303
+ @-webkit-keyframes anim-moema-2 {
304
+ to {
305
+ opacity: 0;
306
+ -webkit-transform: scale3d(1, 1, 1);
307
+ transform: scale3d(1, 1, 1);
308
+ }
309
+ }
310
+ @keyframes anim-moema-2 {
311
+ to {
312
+ opacity: 0;
313
+ -webkit-transform: scale3d(1, 1, 1);
314
+ transform: scale3d(1, 1, 1);
315
+ }
316
+ }
css/style.css CHANGED
@@ -7,64 +7,6 @@
7
  50% { opacity: 0; }
8
  }
9
 
10
- /*========= For Modal Popup ===============*/
11
-
12
- .mega-model-popup {
13
- border-style: solid;
14
- border-width: 1px;
15
- border-radius: 0px;
16
- border-color: #333333;
17
- -webkit-box-shadow: 0 0 7px #404040;
18
- -o-box-shadow: 0 0 7px #404040;
19
- -ms-box-shadow: 0 0 7px #404040;
20
- box-shadow: 0 0 7px #404040;
21
- }
22
- .modal-popup-box .model-popup-btn {
23
- -webkit-transition: all 0.4s;
24
- -moz-transition: all 0.4s;
25
- transition: all 0.4s;
26
- cursor: pointer;
27
- }
28
- .mega-model-popup h2{
29
- /*margin: 0 !important;*/
30
- }
31
- .mega-model-popup img {
32
- max-width: 100%;
33
- padding: 2px 0 0 2px;
34
- margin-bottom: 0;
35
- }
36
- .b-close {
37
- box-shadow: none;
38
- font: bold 131% sans-serif;
39
- position: absolute;
40
- right: -100px;
41
- top: -3px;
42
- border-radius: 10px;
43
- color: #fff;
44
- cursor: pointer;
45
- display: inline-block;
46
- text-align: center;
47
- text-decoration: none;
48
- }
49
- .b-close>span {
50
- font-size: 30px;
51
- font-weight: 100;
52
- }
53
- @media only screen and (max-width: 768px) {
54
- .b-close {
55
- right: 5px;
56
- top: 5px;
57
- }
58
- .b-close img {
59
- width: 50px;
60
- }
61
- .mega-model-popup {
62
- margin-right: 10px;
63
- margin-top: 0 !important;
64
- }
65
- }
66
-
67
-
68
  /*========= For Info List ===============*/
69
  .mega-info-list li:first-child{
70
  padding-top: 0px !important;
7
  50% { opacity: 0; }
8
  }
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  /*========= For Info List ===============*/
11
  .mega-info-list li:first-child{
12
  padding-top: 0px !important;
css/timeline.css CHANGED
@@ -237,6 +237,7 @@ Main components
237
  }
238
  .cd-timeline-content h2 {
239
  color: #303e49;
 
240
  }
241
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
242
  font-size: 13px;
237
  }
238
  .cd-timeline-content h2 {
239
  color: #303e49;
240
+ margin: 0;
241
  }
242
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
243
  font-size: 13px;
icons/hoverbutton.png CHANGED
Binary file
index.php CHANGED
@@ -5,7 +5,7 @@
5
  Plugin URI: https://addons.topdigitaltrends.net/
6
  Author: Topdigitaltrends
7
  Author URI: https://www.topdigitaltrends.net/
8
- Version: 4.1.1
9
  License: GPL2
10
  */
11
 
5
  Plugin URI: https://addons.topdigitaltrends.net/
6
  Author: Topdigitaltrends
7
  Author URI: https://www.topdigitaltrends.net/
8
+ Version: 4.2.0
9
  License: GPL2
10
  */
11
 
js/bpopup.js CHANGED
@@ -9,7 +9,7 @@
9
  var y_url = $('iframe').attr('src');
10
  $('.model-popup-btn').bind('click', function(event) {
11
  var modal_id = $(this).data('id');
12
- var bgcolor = $(this).closest('.modal-popup-box').data('bodybg');
13
  $('#'+modal_id).bPopup({
14
  followSpeed: 200,
15
  speed: 200,
9
  var y_url = $('iframe').attr('src');
10
  $('.model-popup-btn').bind('click', function(event) {
11
  var modal_id = $(this).data('id');
12
+ var bgcolor = $(this).closest('.maw__modal_popup_box').data('bodybg');
13
  $('#'+modal_id).bPopup({
14
  followSpeed: 200,
15
  speed: 200,
js/front-js/countdown.js ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // CountDown timer
2
+ jQuery(document).ready(function($) {
3
+ $(function () {
4
+ $('.countdownapply').each(function(index, el) {
5
+ var style = $(this).data('style');
6
+ var year = $(this).data('year');
7
+ var month = $(this).data('month');
8
+ var date = $(this).data('date');
9
+ var CountDown = new Date();
10
+ CountDown = new Date(CountDown.getFullYear() + year, month - 1, date);
11
+ $(this).countdown({until: CountDown, format: style});
12
+ });
13
+ });
14
+ });
js/jquery.zoom.min.js CHANGED
@@ -1,6 +1,6 @@
1
  /*!
2
- Zoom 1.7.14
3
  license: MIT
4
  http://www.jacklmoore.com/zoom
5
  */
6
- (function($){var defaults={url:false,callback:false,target:false,duration:120,on:"mouseover",touch:true,onZoomIn:false,onZoomOut:false,magnify:1};$.zoom=function(target,source,img,magnify){var targetHeight,targetWidth,sourceHeight,sourceWidth,xRatio,yRatio,offset,$target=$(target),position=$target.css("position"),$source=$(source);$target.css("position",/(absolute|fixed)/.test(position)?position:"relative");$target.css("overflow","hidden");img.style.width=img.style.height="";$(img).addClass("zoomImg").css({position:"absolute",top:0,left:0,opacity:0,width:img.width*magnify,height:img.height*magnify,border:"none",maxWidth:"none",maxHeight:"none"}).appendTo(target);return{init:function(){targetWidth=$target.outerWidth();targetHeight=$target.outerHeight();if(source===$target[0]){sourceWidth=targetWidth;sourceHeight=targetHeight}else{sourceWidth=$source.outerWidth();sourceHeight=$source.outerHeight()}xRatio=(img.width-targetWidth)/sourceWidth;yRatio=(img.height-targetHeight)/sourceHeight;offset=$source.offset()},move:function(e){var left=e.pageX-offset.left,top=e.pageY-offset.top;top=Math.max(Math.min(top,sourceHeight),0);left=Math.max(Math.min(left,sourceWidth),0);img.style.left=left*-xRatio+"px";img.style.top=top*-yRatio+"px"}}};$.fn.zoom=function(options){return this.each(function(){var settings=$.extend({},defaults,options||{}),target=settings.target||this,source=this,$source=$(source),$target=$(target),img=document.createElement("img"),$img=$(img),mousemove="mousemove.zoom",clicked=false,touched=false,$urlElement;if(!settings.url){$urlElement=$source.find("img");if($urlElement[0]){settings.url=$urlElement.data("src")||$urlElement.attr("src")}if(!settings.url){return}}(function(){var position=$target.css("position");var overflow=$target.css("overflow");$source.one("zoom.destroy",function(){$source.off(".zoom");$target.css("position",position);$target.css("overflow",overflow);$img.remove()})})();img.onload=function(){var zoom=$.zoom(target,source,img,settings.magnify);function start(e){zoom.init();zoom.move(e);$img.stop().fadeTo($.support.opacity?settings.duration:0,1,$.isFunction(settings.onZoomIn)?settings.onZoomIn.call(img):false)}function stop(){$img.stop().fadeTo(settings.duration,0,$.isFunction(settings.onZoomOut)?settings.onZoomOut.call(img):false)}if(settings.on==="grab"){$source.on("mousedown.zoom",function(e){if(e.which===1){$(document).one("mouseup.zoom",function(){stop();$(document).off(mousemove,zoom.move)});start(e);$(document).on(mousemove,zoom.move);e.preventDefault()}})}else if(settings.on==="click"){$source.on("click.zoom",function(e){if(clicked){return}else{clicked=true;start(e);$(document).on(mousemove,zoom.move);$(document).one("click.zoom",function(){stop();clicked=false;$(document).off(mousemove,zoom.move)});return false}})}else if(settings.on==="toggle"){$source.on("click.zoom",function(e){if(clicked){stop()}else{start(e)}clicked=!clicked})}else if(settings.on==="mouseover"){zoom.init();$source.on("mouseenter.zoom",start).on("mouseleave.zoom",stop).on(mousemove,zoom.move)}if(settings.touch){$source.on("touchstart.zoom",function(e){e.preventDefault();if(touched){touched=false;stop()}else{touched=true;start(e.originalEvent.touches[0]||e.originalEvent.changedTouches[0])}}).on("touchmove.zoom",function(e){e.preventDefault();zoom.move(e.originalEvent.touches[0]||e.originalEvent.changedTouches[0])})}if($.isFunction(settings.callback)){settings.callback.call(img)}};img.src=settings.url})};$.fn.zoom.defaults=defaults})(window.jQuery);
1
  /*!
2
+ Zoom 1.7.21
3
  license: MIT
4
  http://www.jacklmoore.com/zoom
5
  */
6
+ (function(o){var t={url:!1,callback:!1,target:!1,duration:120,on:"mouseover",touch:!0,onZoomIn:!1,onZoomOut:!1,magnify:1};o.zoom=function(t,n,e,i){var u,c,a,r,m,l,s,f=o(t),h=f.css("position"),d=o(n);return t.style.position=/(absolute|fixed)/.test(h)?h:"relative",t.style.overflow="hidden",e.style.width=e.style.height="",o(e).addClass("zoomImg").css({position:"absolute",top:0,left:0,opacity:0,width:e.width*i,height:e.height*i,border:"none",maxWidth:"none",maxHeight:"none"}).appendTo(t),{init:function(){c=f.outerWidth(),u=f.outerHeight(),n===t?(r=c,a=u):(r=d.outerWidth(),a=d.outerHeight()),m=(e.width-c)/r,l=(e.height-u)/a,s=d.offset()},move:function(o){var t=o.pageX-s.left,n=o.pageY-s.top;n=Math.max(Math.min(n,a),0),t=Math.max(Math.min(t,r),0),e.style.left=t*-m+"px",e.style.top=n*-l+"px"}}},o.fn.zoom=function(n){return this.each(function(){var e=o.extend({},t,n||{}),i=e.target&&o(e.target)[0]||this,u=this,c=o(u),a=document.createElement("img"),r=o(a),m="mousemove.zoom",l=!1,s=!1;if(!e.url){var f=u.querySelector("img");if(f&&(e.url=f.getAttribute("data-src")||f.currentSrc||f.src),!e.url)return}c.one("zoom.destroy",function(o,t){c.off(".zoom"),i.style.position=o,i.style.overflow=t,a.onload=null,r.remove()}.bind(this,i.style.position,i.style.overflow)),a.onload=function(){function t(t){f.init(),f.move(t),r.stop().fadeTo(o.support.opacity?e.duration:0,1,o.isFunction(e.onZoomIn)?e.onZoomIn.call(a):!1)}function n(){r.stop().fadeTo(e.duration,0,o.isFunction(e.onZoomOut)?e.onZoomOut.call(a):!1)}var f=o.zoom(i,u,a,e.magnify);"grab"===e.on?c.on("mousedown.zoom",function(e){1===e.which&&(o(document).one("mouseup.zoom",function(){n(),o(document).off(m,f.move)}),t(e),o(document).on(m,f.move),e.preventDefault())}):"click"===e.on?c.on("click.zoom",function(e){return l?void 0:(l=!0,t(e),o(document).on(m,f.move),o(document).one("click.zoom",function(){n(),l=!1,o(document).off(m,f.move)}),!1)}):"toggle"===e.on?c.on("click.zoom",function(o){l?n():t(o),l=!l}):"mouseover"===e.on&&(f.init(),c.on("mouseenter.zoom",t).on("mouseleave.zoom",n).on(m,f.move)),e.touch&&c.on("touchstart.zoom",function(o){o.preventDefault(),s?(s=!1,n()):(s=!0,t(o.originalEvent.touches[0]||o.originalEvent.changedTouches[0]))}).on("touchmove.zoom",function(o){o.preventDefault(),f.move(o.originalEvent.touches[0]||o.originalEvent.changedTouches[0])}).on("touchend.zoom",function(o){o.preventDefault(),s&&(s=!1,n())}),o.isFunction(e.callback)&&e.callback.call(a)},a.setAttribute("role","presentation"),a.alt="",a.src=e.url})},o.fn.zoom.defaults=t})(window.jQuery);
js/script.js DELETED
@@ -1,99 +0,0 @@
1
- jQuery(document).ready(function($) {
2
-
3
- if(jQuery('.equal-height .mason-item').length > 0){
4
- jQuery('.equal-height .mason-item').matchHeight({byRow: true});
5
- }
6
- $('a, i').hover(function() {
7
- $(this).css({
8
- 'color': $(this).data('onhovercolor'),
9
- 'background-color': $(this).data('onhoverbg')
10
- });
11
- }, function() {
12
- $(this).css({
13
- 'color': $(this).data('onleavecolor'),
14
- 'background-color': $(this).data('onleavebg')
15
- });
16
- });
17
- });
18
-
19
- // Photo Book Gallery
20
-
21
- function PhotoBookGallery(el){
22
- jQuery('.wcp-loader').show();
23
- if (initiated) { jQuery(el).booklet('destroy'); };
24
-
25
- jQuery(el).css('width', '100%');
26
- jQuery(el).find('img').css('width', '100%');
27
-
28
- var width = jQuery(el).find('img').width();
29
- var height = jQuery(el).find('img').height()/2;
30
-
31
- var speedofturn = (jQuery(el).data('speed') != '') ? jQuery(el).data('speed') : '1000';
32
- var readingdirection = jQuery(el).data('direction');
33
- var pagepadding = jQuery(el).data('padding');
34
- var delay = jQuery(el).data('autodelay');
35
- var pagenumbers = (jQuery(el).data('pagenumbers') != '') ? true : false;
36
- var closedbook = (jQuery(el).data('closedbook') != '') ? true : false;
37
- var autoplay = (jQuery(el).data('autoplay') != '') ? true : false;
38
- var keyboardcontrols = (jQuery(el).data('keyboard') != '') ? true : false;
39
- var booktabs = (jQuery(el).data('tabs') != '') ? true : false;
40
- var bookarrows = (jQuery(el).data('arrows') != '') ? true : false;
41
- var manual = (jQuery(el).data('turnbyclick') != '') ? true : false;
42
- var manualcontrol = false;
43
-
44
- if (jQuery(el).data('turnbyclick') != '') { manualcontrol = true; manual = false; }
45
-
46
- jQuery(el).booklet({
47
- width: width,
48
- height: height,
49
- auto: autoplay,
50
- arrows: bookarrows,
51
- tabs: booktabs,
52
- closed: closedbook,
53
- autoCenter: closedbook,
54
- delay: delay,
55
- keyboard: keyboardcontrols,
56
- overlays: manualcontrol,
57
- manual: manual,
58
- pageNumbers: pagenumbers,
59
- pagePadding: pagepadding,
60
- direction: readingdirection,
61
- speed: speedofturn,
62
- });
63
-
64
- if (jQuery(el).data('zoom') != '') {
65
- setTimeout(function() {
66
- jQuery(el).find('img').each(function(index, el) {
67
- jQuery(this).closest('div').zoom({magnify: jQuery(el).data('zoomdepth')});
68
- });
69
- }, 100);
70
- };
71
-
72
- jQuery('.wcp-loader').hide();
73
- initiated = true;
74
- }
75
- var initiated = false;
76
- jQuery( window ).on("resize", function() {
77
- jQuery('.flipbook').each(function(index, el) {
78
- PhotoBookGallery(el);
79
- });
80
- });
81
-
82
- jQuery(window).load(function($) {
83
- jQuery(window).trigger('resize');
84
- });
85
-
86
- // CountDown timer
87
- jQuery(document).ready(function($) {
88
- $(function () {
89
- $('.countdownapply').each(function(index, el) {
90
- var style = $(this).data('style');
91
- var year = $(this).data('year');
92
- var month = $(this).data('month');
93
- var date = $(this).data('date');
94
- var CountDown = new Date();
95
- CountDown = new Date(CountDown.getFullYear() + year, month - 1, date);
96
- $(this).countdown({until: CountDown, format: style});
97
- });
98
- });
99
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
main.php CHANGED
@@ -34,7 +34,6 @@ class VC_MEGA
34
  wp_enqueue_style( 'image-hover-effects-css', plugins_url( 'css/ihover.css' , __FILE__ ));
35
  wp_enqueue_style( 'style-css', plugins_url( 'css/style.css' , __FILE__ ));
36
  wp_enqueue_style( 'font-awesome-latest', plugins_url( 'css/font-awesome/css/all.css' , __FILE__ ));
37
- wp_enqueue_script( 'front-js-na', plugins_url( 'js/script.js' , __FILE__ ), array('jquery', 'jquery-ui-core'));
38
  }
39
 
40
  function vc_admin_script($slug) {
@@ -107,7 +106,7 @@ class VC_MEGA
107
  <h3 style="font-weight: 100;">Enable/Disable Element</h3>
108
  <div class="mega-addons-version">
109
  <div class="dashicons-before dashicons-shield"></div>
110
- <p>Version 4.1.1</p>
111
  </div>
112
  <?php include 'includes/settings.php'; ?>
113
  </div>
34
  wp_enqueue_style( 'image-hover-effects-css', plugins_url( 'css/ihover.css' , __FILE__ ));
35
  wp_enqueue_style( 'style-css', plugins_url( 'css/style.css' , __FILE__ ));
36
  wp_enqueue_style( 'font-awesome-latest', plugins_url( 'css/font-awesome/css/all.css' , __FILE__ ));
 
37
  }
38
 
39
  function vc_admin_script($slug) {
106
  <h3 style="font-weight: 100;">Enable/Disable Element</h3>
107
  <div class="mega-addons-version">
108
  <div class="dashicons-before dashicons-shield"></div>
109
+ <p>Version 4.2.0</p>
110
  </div>
111
  <?php include 'includes/settings.php'; ?>
112
  </div>
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Mega Addons For WPBakery Page Builder ===
2
  Contributors: nasir179125, smokehunt
3
  Donate link: https://www.paypal.com/donate/?token=IEJu3QF5rsSIXSKPvPFBAyFldUM4WbkVRzGfUQ4ZSTSZcI3_hiYjVvr5fcz8_MFFwzeW5W&country.x=GB&locale.x=GB
4
- Tags: mega addons for wpbakery page builder, mega addons for visual composer, wpbakery page builder, visual composer, all in one plugin, visual composer extension, multi addons for visual composer, imag hover effects, visual composer addons, vc addons, visual composer extensions, vc extensions, page builder, portfolio, carousel, post, posts, shortcodes, tabs, member profile, info banner, price table, stats counter, flip book, testimonial
5
  Requires at least: 3.5
6
- Tested up to: 5.5
7
- Stable tag: 4.1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -93,6 +93,7 @@ We have designed 33+ of the most useful widgets to enhance your WPBakery Page Bu
93
  15. [Flip Box](http://addons.topdigitaltrends.net/flip-box/) - (3D Text Flip) Add icon box with custom font icon
94
  16. [Modal Popup](http://addons.topdigitaltrends.net/modal-popup/) - (6+ Button Effects ) Add modal box in your content
95
  17. [Accordion](http://addons.topdigitaltrends.net/accordion/) - (7+ Theme Design ) vertically stacked list of items
 
96
 
97
 
98
  ### Looking for a Best themes?
@@ -159,6 +160,18 @@ https://www.youtube.com/watch?time_continue=387&v=Qj4tfvMlcJs
159
 
160
  == Changelog ==
161
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  = 4.1.1 =
163
  * Thank you for using plugin. We are working hard to make plugin more better.
164
  * New Element: Filterable Gallery -> Display images with separate categories, Grid Styles and customize the overall design to ensure the extraordinary look.
1
  === Mega Addons For WPBakery Page Builder ===
2
  Contributors: nasir179125, smokehunt
3
  Donate link: https://www.paypal.com/donate/?token=IEJu3QF5rsSIXSKPvPFBAyFldUM4WbkVRzGfUQ4ZSTSZcI3_hiYjVvr5fcz8_MFFwzeW5W&country.x=GB&locale.x=GB
4
+ Tags: mega addons for wpbakery page builder, mega addons for visual composer, visual composer, all in one plugin, visual composer extension, whatsapp chat, imag hover effects, portfolio, carousel for wpbakery, post, shortcodes, tabs, member profile, info banner, price table, stats counter, flip book, testimonial, filterable gallery, floating menu,
5
  Requires at least: 3.5
6
+ Tested up to: 5.5.1
7
+ Stable tag: 4.2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
93
  15. [Flip Box](http://addons.topdigitaltrends.net/flip-box/) - (3D Text Flip) Add icon box with custom font icon
94
  16. [Modal Popup](http://addons.topdigitaltrends.net/modal-popup/) - (6+ Button Effects ) Add modal box in your content
95
  17. [Accordion](http://addons.topdigitaltrends.net/accordion/) - (7+ Theme Design ) vertically stacked list of items
96
+ 18. [WhatsApp Chat](https://addons.topdigitaltrends.net/whatsapp-chat-wordpress/) - Get instant WhatsApp messages right from your website visitors.
97
 
98
 
99
  ### Looking for a Best themes?
160
 
161
  == Changelog ==
162
 
163
+ = 4.2.0 =
164
+ * Filterable Gallery: Now you can show caption text in Popup view.
165
+ * Advanced Button: Redesign settings for Button with addition of 7 more Effects.
166
+ * Advanced Button: New options => Button Shadow, Text Transfrom, Font Style, Icon position to left & right,
167
+ * Modal Popup: All Pro Button Hover Effects are available in free version now.
168
+ * Image Swap: Fade Effect added.
169
+ * Image Swap: New options => Animation Speed, Set custom Image Width/Height and for mobile devices, Element Alignment.
170
+ * Fixed: Sometimes button crop from bottom side in Advanced Carousel.
171
+ * Fixed: Sometimes activating plugin decreased the website header width.
172
+ * WhatsApp Chat Pro: Get Instant message through website.
173
+
174
+
175
  = 4.1.1 =
176
  * Thank you for using plugin. We are working hard to make plugin more better.
177
  * New Element: Filterable Gallery -> Display images with separate categories, Grid Styles and customize the overall design to ensure the extraordinary look.
render/accordion_father.php CHANGED
@@ -17,6 +17,9 @@ class WPBakeryShortCode_accordion_father extends WPBakeryShortCodesContainer {
17
  'iconsize' => '15',
18
  'icon' => 'fa fa-plus',
19
  'activeicon' => 'fa fa-minus',
 
 
 
20
  ), $atts ) );
21
  $some_id = rand(5, 500);
22
  $GLOBALS['maw_accordion_margin'] = $titlemargin;
@@ -44,6 +47,19 @@ class WPBakeryShortCode_accordion_father extends WPBakeryShortCodesContainer {
44
  color: <?php echo $activetabclr; ?> !important;
45
  }
46
  <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  </style>
48
 
49
  <?php return ob_get_clean();
@@ -151,5 +167,29 @@ vc_map( array(
151
  "description" => __( 'it will show when accordion is active', 'accordion' ),
152
  "group" => 'Icon',
153
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  )
155
  ) );
17
  'iconsize' => '15',
18
  'icon' => 'fa fa-plus',
19
  'activeicon' => 'fa fa-minus',
20
+ 'icon_mblsize' => '',
21
+ 'title_mblsize' => '',
22
+ 'desc_mblsize' => '',
23
  ), $atts ) );
24
  $some_id = rand(5, 500);
25
  $GLOBALS['maw_accordion_margin'] = $titlemargin;
47
  color: <?php echo $activetabclr; ?> !important;
48
  }
49
  <?php } ?>
50
+
51
+ @media only screen and (max-width: 767px) {
52
+ .maw_accordion_<?php echo $some_id; ?> .ac-style {
53
+ font-size: <?php echo $title_mblsize ?>px !important;
54
+ }
55
+ .maw_accordion_<?php echo $some_id; ?> .ac-style .ui-accordion-header-icon {
56
+ font-size: <?php echo $icon_mblsize; ?>px !important;
57
+ }
58
+ .maw_accordion_<?php echo $some_id; ?> .mega-panel,
59
+ .maw_accordion_<?php echo $some_id; ?> .mega-panel * {
60
+ font-size: <?php echo $title_mblsize ?>px !important;
61
+ }
62
+ }
63
  </style>
64
 
65
  <?php return ob_get_clean();
167
  "description" => __( 'it will show when accordion is active', 'accordion' ),
168
  "group" => 'Icon',
169
  ),
170
+
171
+ array(
172
+ "type" => "vc_number",
173
+ "heading" => __( 'Icon Size [For Mobile]', 'accordion' ),
174
+ "param_name" => "icon_mblsize",
175
+ "suffix" => 'px',
176
+ "group" => 'Typography',
177
+ ),
178
+
179
+ array(
180
+ "type" => "vc_number",
181
+ "heading" => __( 'Title Size [For Mobile]', 'accordion' ),
182
+ "param_name" => "title_mblsize",
183
+ "suffix" => 'px',
184
+ "group" => 'Typography',
185
+ ),
186
+
187
+ array(
188
+ "type" => "vc_number",
189
+ "heading" => __( 'Description Size [For Mobile]', 'accordion' ),
190
+ "param_name" => "desc_mblsize",
191
+ "suffix" => 'px',
192
+ "group" => 'Typography',
193
+ ),
194
  )
195
  ) );
render/accordion_son.php CHANGED
@@ -9,7 +9,9 @@ class WPBakeryShortCode_accordion_son extends WPBakeryShortCode {
9
 
10
  extract( shortcode_atts( array(
11
  'title' => '',
12
- 'height' => '50',
 
 
13
  'size' => '16',
14
  'clr' => '',
15
  'borderwidth' => '0px 0px 0px 0px',
@@ -24,7 +26,7 @@ class WPBakeryShortCode_accordion_son extends WPBakeryShortCode {
24
  ob_start();
25
  global $maw_accordion_margin;
26
  ?>
27
- <h3 class="ac-style" style="margin-top: <?php echo $maw_accordion_margin; ?>px; border-width: <?php echo $borderwidth; ?>; border-style: solid; border-color: <?php echo $borderclr; ?>; color: <?php echo $clr; ?>; background: <?php echo $bgclr; ?> <?php echo $gradientbg; ?>; font-size: <?php echo $size; ?>px;height: <?php echo $height; ?>px; line-height: <?php echo $height; ?>px;">
28
  <?php echo $title; ?>
29
  </h3>
30
  <div class="mega-panel" style="margin-bottom: <?php echo $maw_accordion_margin; ?>px;background: <?php echo $bodybg; ?>; border-width: <?php echo $borderwidth2; ?>; border-style: solid; border-color: <?php echo $borderclr2; ?>;">
@@ -56,13 +58,24 @@ vc_map( array(
56
  "group" => 'Title',
57
  ),
58
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
  array(
61
  "type" => "vc_number",
62
- "heading" => __( 'Title Section Height', 'accordion' ),
63
- "param_name" => "height",
64
- "description" => __( 'set in pixel default 50', 'accordion' ),
65
- "value" => "50",
66
  "suffix" => 'px',
67
  "group" => "Title",
68
  ),
@@ -123,6 +136,13 @@ vc_map( array(
123
  "value" => "0px 0px 0px 0px",
124
  "group" => 'Border',
125
  ),
 
 
 
 
 
 
 
126
  array(
127
  "type" => "colorpicker",
128
  "heading" => __( 'Title Border Color', 'accordion' ),
9
 
10
  extract( shortcode_atts( array(
11
  'title' => '',
12
+ 'title_align' => 'left',
13
+ 'titleradius' => '',
14
+ 'title_padding' => '10',
15
  'size' => '16',
16
  'clr' => '',
17
  'borderwidth' => '0px 0px 0px 0px',
26
  ob_start();
27
  global $maw_accordion_margin;
28
  ?>
29
+ <h3 class="ac-style" style="text-align: <?php echo $title_align; ?>; margin-top: <?php echo $maw_accordion_margin; ?>px; border-width: <?php echo $borderwidth; ?>; border-style: solid; border-color: <?php echo $borderclr; ?>; border-radius: <?php echo $titleradius; ?>px; color: <?php echo $clr; ?>; background: <?php echo $bgclr; ?> <?php echo $gradientbg; ?>; font-size: <?php echo $size; ?>px; padding-top: <?php echo $title_padding; ?>px; padding-bottom: <?php echo $title_padding; ?>px;">
30
  <?php echo $title; ?>
31
  </h3>
32
  <div class="mega-panel" style="margin-bottom: <?php echo $maw_accordion_margin; ?>px;background: <?php echo $bodybg; ?>; border-width: <?php echo $borderwidth2; ?>; border-style: solid; border-color: <?php echo $borderclr2; ?>;">
58
  "group" => 'Title',
59
  ),
60
 
61
+ array(
62
+ "type" => "dropdown",
63
+ "heading" => __( 'Title Align', 'button' ),
64
+ "param_name" => "title_align",
65
+ "group" => 'Title',
66
+ "value" => array(
67
+ "Left" => "left",
68
+ "Center" => "center",
69
+ "Right" => "right",
70
+ )
71
+ ),
72
 
73
  array(
74
  "type" => "vc_number",
75
+ "heading" => __( 'Title Padding', 'accordion' ),
76
+ "param_name" => "title_padding",
77
+ "description" => __( 'from top and bottom', 'accordion' ),
78
+ "value" => "10",
79
  "suffix" => 'px',
80
  "group" => "Title",
81
  ),
136
  "value" => "0px 0px 0px 0px",
137
  "group" => 'Border',
138
  ),
139
+ array(
140
+ "type" => "vc_number",
141
+ "heading" => __( 'Title [Border Radius]', 'accordion' ),
142
+ "param_name" => "titleradius",
143
+ "suffix" => 'px',
144
+ "group" => 'Border',
145
+ ),
146
  array(
147
  "type" => "colorpicker",
148
  "heading" => __( 'Title Border Color', 'accordion' ),
render/advanced_btn.php CHANGED
@@ -8,24 +8,34 @@ class WPBakeryShortCode_mvc_advanced_button extends WPBakeryShortCode {
8
  protected function content( $atts, $content = null ) {
9
 
10
  extract( shortcode_atts( array(
11
- 'btn_animation' => 'hvr-fade',
12
- 'align' => 'left',
13
- 'padding_top' => '10',
14
- 'padding_left' => '25',
15
- 'btn_block' => '',
16
- 'btn_radius' => '',
17
- 'btn_next' => '',
18
- 'btn_url' => '',
19
- 'btn_text' => 'Click Me!',
20
- 'btn_text2' => '',
21
- 'btn_size' => '18',
22
- 'btn_icon' => '',
23
- 'btn_border' => '',
24
- 'border_width' => '0',
25
- 'btn_clr' => '#000',
26
- 'btn_bg' => '',
27
- 'btn_hvrclr' => '#fff',
28
- 'btn_hvrbg' => '',
 
 
 
 
 
 
 
 
 
 
29
  ), $atts ) );
30
  $some_id = rand(5, 500);
31
  $btn_url = vc_build_link($btn_url);
@@ -33,131 +43,282 @@ class WPBakeryShortCode_mvc_advanced_button extends WPBakeryShortCode {
33
  $content = wpb_js_remove_wpautop($content, true);
34
  ob_start(); ?>
35
 
36
- <div style="justify-content: <?php echo $align; ?>; display: flex;">
37
- <?php if ($btn_animation == 'button--winona' || $btn_animation == 'hvr-fade') { ?>
38
- <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="mega-uae-btn mega-uae-btn-<?php echo $some_id; ?> <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>;background: <?php echo $btn_bg; ?> ; border: <?php echo $border_width; ?>px solid <?php echo $btn_border ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="">
39
- <span><i style="padding-right: 5px;" class="<?php echo $btn_icon; ?>"> </i> <?php echo $btn_text; ?></span>
40
- <span style="background: <?php echo $btn_hvrbg; ?>; padding: <?php echo $padding_top; ?>px 0; color: <?php echo $btn_hvrclr; ?>;" class="advanced-btn-after"><?php echo $btn_text2; ?></span>
 
 
 
 
 
41
  </a>
42
  <div style="clear: both;"></div>
43
  <?php } ?>
44
 
45
- <?php if ($btn_animation == 'button--rayen' || $btn_animation == 'button--moema' || $btn_animation == 'button--ujarak' || $btn_animation == 'button--wayra' || $btn_animation == 'button--isi' || $btn_animation == 'button--wapasha') { ?>
46
- <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="mega-uae-btn mega-uae-btn-<?php echo $some_id; ?> <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>;background: <?php echo $btn_bg; ?> ; border: <?php echo $border_width; ?>px solid <?php echo $btn_border ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  <span style="background: <?php echo $btn_hvrbg; ?>; padding: <?php echo $padding_top; ?>px 0; color: <?php echo $btn_hvrclr; ?>;" class="advanced-btn-before"><?php echo $btn_text2; ?></span>
48
- <span><i style="padding-right: 5px;" class="<?php echo $btn_icon; ?>"> </i> <?php echo $btn_text; ?></span>
 
 
 
 
 
 
 
 
49
  </a>
50
  <div style="clear: both;"></div>
51
  <?php } ?>
52
 
53
- <?php if ($btn_animation == 'button--pipaluk' || $btn_animation == 'button--aylen' || $btn_animation == 'button--nuka' || $btn_animation == 'button--antiman' || $btn_animation == 'button--shikoba' || $btn_animation == 'button--itzel') { ?>
54
- <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="mega-uae-btn mega-uae-btn-<?php echo $some_id; ?> <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="">
55
- <i style="padding-right: 5px;" class="<?php echo $btn_icon; ?> button__icon"> </i>
 
 
56
  <span><?php echo $btn_text; ?></span>
 
 
 
57
  </a>
58
  <div style="clear: both;"></div>
59
  <?php } ?>
60
 
61
- <?php if ($btn_animation == 'button--tamaya') { ?>
62
- <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="mega-uae-btn mega-uae-btn-<?php echo $some_id; ?> <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>; border: <?php echo $border_width; ?>px solid <?php echo $btn_border ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="<?php echo $btn_text ?>">
63
- <span><?php echo $btn_text2; ?></span>
 
 
 
 
 
 
64
  </a>
65
  <div style="clear: both;"></div>
66
  <?php } ?>
 
 
 
 
 
 
 
67
  </div>
68
- <style>
69
- .mega-uae-btn-<?php echo $some_id; ?>.button--wapasha:hover,
70
- .mega-uae-btn-<?php echo $some_id; ?>.hvr-fade:hover,
71
- .mega-uae-btn-<?php echo $some_id; ?>.button--moema:hover {
72
- background: <?php echo $btn_hvrbg; ?> !important;
73
- color: <?php echo $btn_hvrclr; ?> !important;
 
 
 
74
  }
75
- .mega-uae-btn-<?php echo $some_id; ?>.button--antiman:hover,
76
- .mega-uae-btn-<?php echo $some_id; ?>.button--nuka:hover,
77
- .mega-uae-btn-<?php echo $some_id; ?>.button--aylen:hover,
78
- .mega-uae-btn-<?php echo $some_id; ?>.button--isi:hover,
79
- .mega-uae-btn-<?php echo $some_id; ?>.button--pipaluk:hover,
80
- .mega-uae-btn-<?php echo $some_id; ?>.button--ujarak:hover,
81
- .mega-uae-btn-<?php echo $some_id; ?>.button--wayra:hover {
 
 
 
 
 
 
 
 
 
 
82
  color: <?php echo $btn_hvrclr; ?> !important;
83
  }
84
- .mega-uae-btn-<?php echo $some_id; ?>.button--isi::before{
85
- background: <?php echo $btn_hvrbg; ?> !important;
86
- }
87
- .mega-uae-btn-<?php echo $some_id; ?>.button--pipaluk::before,
88
- .mega-uae-btn-<?php echo $some_id; ?>.button--wapasha::before{
89
- border-color: <?php echo $btn_border ?> !important;
90
- }
91
- .mega-uae-btn-<?php echo $some_id; ?>.button--pipaluk::after{
92
- background: <?php echo $btn_bg; ?> !important;
93
- color: <?php echo $btn_clr; ?> !important;
94
- }
95
- .mega-uae-btn-<?php echo $some_id; ?>.button--pipaluk:hover::after {
96
- background: <?php echo $btn_hvrbg; ?> !important;
97
- }
98
- .mega-uae-btn-<?php echo $some_id; ?>.button--aylen{
99
- background: <?php echo $btn_bg; ?> !important;
100
- color: <?php echo $btn_clr; ?> !important;
101
- }
102
- .mega-uae-btn-<?php echo $some_id; ?>.button--aylen::before,
103
- .mega-uae-btn-<?php echo $some_id; ?>.button--aylen::after{
104
- background: <?php echo $btn_hvrbg; ?> !important;
105
- }
106
 
107
- /*Nuka Style CSS*/
108
- <?php if ($btn_animation == 'button--nuka'): ?>
109
- .mega-uae-btn-<?php echo $some_id; ?>.button--nuka::before{
110
- background: <?php echo $btn_border; ?> !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  }
112
- .mega-uae-btn-<?php echo $some_id; ?>.button--nuka::after{
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  background: <?php echo $btn_bg; ?> !important;
114
  color: <?php echo $btn_clr; ?> !important;
115
  }
116
- .mega-uae-btn-<?php echo $some_id; ?>.button--nuka:hover::after{
117
  background: <?php echo $btn_hvrbg; ?> !important;
118
  }
119
  <?php endif ?>
120
 
121
- /*Antiman Style CSS*/
122
- <?php if ($btn_animation == 'button--antiman'): ?>
123
- .mega-uae-btn-<?php echo $some_id; ?>.button--antiman::after {
124
  background: <?php echo $btn_bg; ?> !important;
 
125
  }
126
- .mega-uae-btn-<?php echo $some_id; ?>.button--antiman::before {
 
127
  background: <?php echo $btn_hvrbg; ?> !important;
128
- border: 2px solid <?php echo $btn_border ?> !important;
129
  }
130
  <?php endif ?>
131
 
132
- /*Shikoba Style CSS*/
133
- <?php if ($btn_animation == 'button--shikoba'): ?>
134
- .mega-uae-btn-<?php echo $some_id; ?>.button--shikoba {
 
 
135
  background: <?php echo $btn_bg; ?> !important;
136
- border: 2px solid <?php echo $btn_border ?> !important;
137
  }
138
- .mega-uae-btn-<?php echo $some_id; ?>.button--shikoba:hover {
139
  background: <?php echo $btn_hvrbg; ?> !important;
140
  }
141
- .mega-uae-btn-<?php echo $some_id; ?>.button--shikoba i {
142
- padding-top: <?php echo $padding_top; ?>px !important;
143
- }
144
  <?php endif ?>
145
 
146
- /*Tamaya Style CSS*/
147
- <?php if ($btn_animation == 'button--tamaya'): ?>
148
- .mega-uae-btn-<?php echo $some_id; ?>.button--tamaya {
149
- text-align: center;
150
  }
151
- .mega-uae-btn-<?php echo $some_id; ?>.button--tamaya::before {
152
- padding-top: <?php echo $padding_top; ?>px !important;
 
153
  }
154
- .mega-uae-btn-<?php echo $some_id; ?>.button--tamaya::after, .mega-uae-btn-<?php echo $some_id; ?>.button--tamaya::before {
 
 
 
155
  background: <?php echo $btn_bg; ?> !important;
 
156
  }
157
- .mega-uae-btn-<?php echo $some_id; ?>.button--tamaya:hover {
158
  background: <?php echo $btn_hvrbg; ?> !important;
159
  }
160
- }
 
 
161
  <?php endif ?>
162
  </style>
163
 
@@ -174,6 +335,17 @@ vc_map( array(
174
  "description" => __('Animated style buttons', 'button'),
175
  "icon" => plugin_dir_url( __FILE__ ).'../icons/hoverbutton.png',
176
  'params' => array(
 
 
 
 
 
 
 
 
 
 
 
177
  array(
178
  "type" => "dropdown",
179
  "heading" => __( 'Button Effects', 'button' ),
@@ -182,6 +354,7 @@ vc_map( array(
182
  "group" => 'General',
183
  "value" => array(
184
  "Fade" => "hvr-fade",
 
185
  "Winona" => "button--winona",
186
  "Rayen" => "button--rayen",
187
  "Ujarak" => "button--ujarak",
@@ -192,25 +365,59 @@ vc_map( array(
192
  "Wapasha" => "button--wapasha",
193
  "Nuka" => "button--nuka",
194
  "Antiman" => "button--antiman",
195
- // "Itzel" => "button--itzel",
196
- // "Naira" => "button--naira",
197
- // "Quidel" => "button--quidel",
198
  "Shikoba" => "button--shikoba",
 
 
 
 
 
 
 
 
 
 
 
199
  )
200
  ),
 
 
 
 
 
 
 
 
201
  array(
202
  "type" => "dropdown",
203
- "heading" => __( 'Button Align', 'button' ),
204
- "param_name" => "align",
205
  "group" => 'General',
206
  "value" => array(
207
  "Left" => "left",
208
- "Center" => "center",
209
  )
210
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
211
  array(
212
  "type" => "vc_number",
213
  "heading" => __( 'Padding [Top Bottom]', 'button' ),
 
214
  "param_name" => "padding_top",
215
  "description" => __( 'It will increase height of button e.g 10', 'button' ),
216
  "value" => "10",
@@ -220,6 +427,7 @@ vc_map( array(
220
  array(
221
  "type" => "vc_number",
222
  "heading" => __( 'Padding [Left Right]', 'button' ),
 
223
  "param_name" => "padding_left",
224
  "description" => __( 'It will increase width of button e.g 20', 'button' ),
225
  "value" => "25",
@@ -242,6 +450,7 @@ vc_map( array(
242
  "description" => __( 'Write button url as link', 'button' ),
243
  "group" => 'General',
244
  ),
 
245
  array(
246
  "type" => "vc_links",
247
  "param_name" => "caption_url",
@@ -249,47 +458,68 @@ vc_map( array(
249
  "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #0073aa;font-weight:600;"><a href="https://1.envato.market/02aNL" target="_blank" style="text-decoration: none;">Get the Pro version for more stunning elements and customization options.</a></span>', 'ihover' ),
250
  "group" => 'General',
251
  ),
 
 
 
252
  array(
253
- "type" => "iconpicker",
254
- "heading" => __( 'Select icon', 'button' ),
255
- "param_name" => "btn_icon",
256
- "description" => __( 'it will be show within text', 'button' ),
257
- "group" => 'Text',
258
  ),
 
259
  array(
260
- "type" => "textfield",
261
- "heading" => __( 'Button text', 'button' ),
262
- "param_name" => "btn_text",
263
- "description" => __( 'Write button text', 'button' ),
264
- "group" => 'Text',
265
  ),
 
266
  array(
267
- "type" => "textfield",
268
- "heading" => __( 'Button text 2', 'button' ),
269
- "param_name" => "btn_text2",
270
- "description" => __( 'it will show on hover', 'modal_popup' ),
271
- "dependency" => array('element' => "btn_animation", 'value' => array('button--winona', 'button--rayen', 'button--tamaya')),
272
- "group" => 'Text',
273
  ),
 
274
  array(
275
- "type" => "vc_number",
276
- "heading" => __( 'Text font size', 'button' ),
277
- "param_name" => "btn_size",
278
- "description" => __( 'Set font size in pixel e.g 18', 'button' ),
279
- "value" => "18",
280
- "suffix" => 'px',
281
- "group" => 'Text',
 
 
 
 
 
 
282
  ),
283
 
284
  /** border **/
285
 
286
  array(
287
- "type" => "colorpicker",
288
- "heading" => __( 'Border color', 'button' ),
289
- "param_name" => "btn_border",
290
- "description" => __( 'Set color of border e.g #269CE9', 'button' ),
291
- "group" => 'Border',
 
 
 
 
 
 
 
 
 
292
  ),
 
293
  array(
294
  "type" => "vc_number",
295
  "heading" => __( 'Border width', 'button' ),
@@ -297,7 +527,15 @@ vc_map( array(
297
  "description" => __( 'Set width of border in pixel e.g 1', 'button' ),
298
  "value" => "0",
299
  "suffix" => 'px',
300
- "group" => 'Border',
 
 
 
 
 
 
 
 
301
  ),
302
  array(
303
  "type" => "vc_number",
@@ -305,43 +543,126 @@ vc_map( array(
305
  "param_name" => "btn_radius",
306
  "description" => __( 'set button radius e.g 5', 'button' ),
307
  "suffix" => 'px',
308
- "group" => 'Border',
309
  ),
310
 
 
 
 
 
 
 
 
 
 
 
 
311
 
312
- /** color **/
 
 
 
 
 
 
 
 
313
 
314
  array(
315
- "type" => "colorpicker",
316
- "heading" => __( 'Text color', 'button' ),
317
- "param_name" => "btn_clr",
318
- "description" => __( 'Set color of text e.g #ffff', 'button' ),
319
- "group" => 'Color',
 
320
  ),
321
 
322
  array(
323
- "type" => "colorpicker",
324
- "heading" => __( 'Background color', 'button' ),
325
- "param_name" => "btn_bg",
326
- "description" => __( 'Set color of background e.g #269CE9', 'button' ),
327
- "group" => 'Color',
328
  ),
329
 
330
  array(
331
- "type" => "colorpicker",
332
- "heading" => __( 'Hover Text color', 'button' ),
333
- "param_name" => "btn_hvrclr",
334
- "description" => __( 'Set color of text on hover e.g #ffff', 'button' ),
335
- "group" => 'Color',
336
  ),
337
 
338
  array(
339
- "type" => "colorpicker",
340
- "heading" => __( 'Background color', 'button' ),
341
- "param_name" => "btn_hvrbg",
342
- "description" => __( 'Set color of background on hover e.g #269CE9', 'button' ),
343
- "group" => 'Color',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  ),
345
- ),
346
- ) );
347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  protected function content( $atts, $content = null ) {
9
 
10
  extract( shortcode_atts( array(
11
+ 'btn_animation' => 'hvr-fade',
12
+ 'align' => 'left',
13
+ 'icon_position' => 'left',
14
+ 'padding_top' => '10',
15
+ 'padding_left' => '25',
16
+ 'btn_block' => '',
17
+ 'btn_radius' => '',
18
+ 'btn_next' => '',
19
+ 'btn_url' => '',
20
+ 'btn_text' => 'Start a Conversation',
21
+ 'btn_text2' => 'Click Me!',
22
+ 'btn_icon' => '',
23
+ 'border_style' => 'solid',
24
+ 'btn_border' => '',
25
+ 'border_width' => '0',
26
+ 'btn_clr' => '#000',
27
+ 'btn_bg' => '',
28
+ 'btn_hvrclr' => '#fff',
29
+ 'btn_hvrbg' => '',
30
+ 'btn_size' => '18',
31
+ 'icon_size' => '18',
32
+ 'icon_space' => '5',
33
+ 'font_family' => '',
34
+ 'font_weight' => 'normal',
35
+ 'transform' => 'default',
36
+ 'text_style' => 'default',
37
+ 'text_decoration' => 'default',
38
+ 'btn_shadow' => 'none',
39
  ), $atts ) );
40
  $some_id = rand(5, 500);
41
  $btn_url = vc_build_link($btn_url);
43
  $content = wpb_js_remove_wpautop($content, true);
44
  ob_start(); ?>
45
 
46
+ <div class="mega_uae_btn_<?php echo $some_id; ?>" style="justify-content: <?php echo $align; ?>; display: flex;">
47
+ <?php if ($btn_animation == 'hvr-fade' || $btn_animation == 'button--saqui' || $btn_animation == 'button--sacnite') { ?>
48
+ <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="maw_advanced_btn <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>;background: <?php echo $btn_bg; ?> ; border: <?php echo $border_width; ?>px <?php echo $border_style; ?> <?php echo $btn_border; ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="<?php echo esc_attr($btn_text); ?>">
49
+ <?php if ($icon_position == 'left') { ?>
50
+ <i class="<?php echo $btn_icon; ?> icon__left"></i>
51
+ <?php } ?>
52
+ <?php echo $btn_text; ?>
53
+ <?php if ($icon_position == 'right') { ?>
54
+ <i class="<?php echo $btn_icon; ?> icon__right"></i>
55
+ <?php } ?>
56
  </a>
57
  <div style="clear: both;"></div>
58
  <?php } ?>
59
 
60
+ <?php if ($btn_animation == 'button--winona') { ?>
61
+ <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="maw_advanced_btn <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>;background: <?php echo $btn_bg; ?> ; border: <?php echo $border_width; ?>px <?php echo $border_style; ?> <?php echo $btn_border; ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="">
62
+ <span>
63
+ <?php if ($icon_position == 'left') { ?>
64
+ <i class="<?php echo $btn_icon; ?> icon__left"> </i>
65
+ <?php } ?>
66
+ <?php echo $btn_text; ?>
67
+ <?php if ($icon_position == 'right') { ?>
68
+ <i class="<?php echo $btn_icon; ?> icon__right"> </i>
69
+ <?php } ?>
70
+ </span>
71
+ <span style="padding: <?php echo $padding_top; ?>px 0;" class="advanced-btn-after"><?php echo $btn_text2; ?></span>
72
+ </a>
73
+ <div style="clear: both;"></div>
74
+ <?php } ?>
75
+
76
+ <?php if ($btn_animation == 'button--rayen') { ?>
77
+ <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="maw_advanced_btn <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>;background: <?php echo $btn_bg; ?> ; border: <?php echo $border_width; ?>px <?php echo $border_style; ?> <?php echo $btn_border; ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="">
78
  <span style="background: <?php echo $btn_hvrbg; ?>; padding: <?php echo $padding_top; ?>px 0; color: <?php echo $btn_hvrclr; ?>;" class="advanced-btn-before"><?php echo $btn_text2; ?></span>
79
+ <span>
80
+ <?php if ($icon_position == 'left') { ?>
81
+ <i class="<?php echo $btn_icon; ?> icon__left"> </i>
82
+ <?php } ?>
83
+ <?php echo $btn_text; ?>
84
+ <?php if ($icon_position == 'right') { ?>
85
+ <i class="<?php echo $btn_icon; ?> icon__right"> </i>
86
+ <?php } ?>
87
+ </span>
88
  </a>
89
  <div style="clear: both;"></div>
90
  <?php } ?>
91
 
92
+ <?php if ($btn_animation == 'button--wapasha' || $btn_animation == 'button--isi' || $btn_animation == 'button--moema' || $btn_animation == 'button--wayra' || $btn_animation == 'button--ujarak' || $btn_animation == 'button--aylen' || $btn_animation == 'button--nuka' || $btn_animation == 'button--shikoba' || $btn_animation == 'button--quidel') { ?>
93
+ <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="maw_advanced_btn <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>; background: <?php echo $btn_bg; ?>; border: <?php echo $border_width; ?>px <?php echo $border_style; ?> <?php echo $btn_border; ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="">
94
+ <?php if ($icon_position == 'left') { ?>
95
+ <i class="<?php echo $btn_icon; ?> button__icon icon__left"> </i>
96
+ <?php } ?>
97
  <span><?php echo $btn_text; ?></span>
98
+ <?php if ($icon_position == 'right') { ?>
99
+ <i class="<?php echo $btn_icon; ?> button__icon icon__right"> </i>
100
+ <?php } ?>
101
  </a>
102
  <div style="clear: both;"></div>
103
  <?php } ?>
104
 
105
+ <?php if ($btn_animation == 'button--antiman' || $btn_animation == 'button--pipaluk') { ?>
106
+ <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="maw_advanced_btn <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;" data-text="">
107
+ <?php if ($icon_position == 'left') { ?>
108
+ <i class="<?php echo $btn_icon; ?> button__icon icon__left"> </i>
109
+ <?php } ?>
110
+ <span><?php echo $btn_text; ?></span>
111
+ <?php if ($icon_position == 'right') { ?>
112
+ <i class="<?php echo $btn_icon; ?> button__icon icon__right"> </i>
113
+ <?php } ?>
114
  </a>
115
  <div style="clear: both;"></div>
116
  <?php } ?>
117
+
118
+ <?php if ($btn_animation == 'button--float') { ?>
119
+ <a href="<?php echo esc_url($btn_url['url']); ?>" target="<?php echo $btn_url['target']; ?>" title="<?php echo esc_html($btn_url['title']); ?>" class="maw_advanced_btn <?php echo $btn_animation; ?> <?php echo $btn_block; ?>" style="color: <?php echo $btn_clr; ?>; background: <?php echo $btn_bg; ?>; border: <?php echo $border_width; ?>px <?php echo $border_style; ?> <?php echo $btn_border; ?>; border-radius: <?php echo $btn_radius; ?>px; font-size: <?php echo $btn_size; ?>px; padding: <?php echo $padding_top; ?>px <?php echo $padding_left; ?>px;">
120
+ <?php echo $btn_text; ?>
121
+ <i class="<?php echo $btn_icon; ?>" style="font-size: <?php echo $icon_size ?>px;"></i>
122
+ </a>
123
+ <?php } ?>
124
  </div>
125
+ <style>
126
+ .mega_uae_btn_<?php echo $some_id; ?> .maw_advanced_btn{
127
+ font-family: <?php echo $font_family ?> !important;
128
+ font-weight: <?php echo $font_weight ?> !important;
129
+ text-transform: <?php echo $transform ?> !important;
130
+ font-style: <?php echo $text_style ?> !important;
131
+ text-decoration: <?php echo $text_decoration ?> !important;
132
+ /*box-<?php echo $btn_shadow ?>: 5px 5px 16px rgba(68,68,68,0.3) !important;*/
133
+ box-<?php echo $btn_shadow ?>: 0 10px 20px rgba(0, 0, 0, 0.3) !important;
134
  }
135
+ <?php if ($icon_position == 'left') { ?>
136
+ .mega_uae_btn_<?php echo $some_id; ?> .maw_advanced_btn .icon__left {
137
+ font-size: <?php echo $icon_size ?>px !important;
138
+ padding-right: <?php echo $icon_space ?>px !important;
139
+ }
140
+ <?php }
141
+ if ($icon_position == 'right') { ?>
142
+ .mega_uae_btn_<?php echo $some_id; ?> .maw_advanced_btn .icon__right {
143
+ font-size: <?php echo $icon_size ?>px !important;
144
+ padding-left: <?php echo $icon_space ?>px !important;
145
+ }
146
+ <?php } ?>
147
+
148
+ .mega_uae_btn_<?php echo $some_id; ?> .button--antiman:hover,
149
+ .mega_uae_btn_<?php echo $some_id; ?> .button--nuka:hover,
150
+ .mega_uae_btn_<?php echo $some_id; ?> .button--aylen:hover,
151
+ .mega_uae_btn_<?php echo $some_id; ?> .button--pipaluk:hover {
152
  color: <?php echo $btn_hvrclr; ?> !important;
153
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
 
155
+ <?php if ($btn_animation == 'hvr-fade') { ?>
156
+ .mega_uae_btn_<?php echo $some_id; ?> .hvr-fade:hover{
157
+ background: <?php echo $btn_hvrbg; ?> !important;
158
+ color: <?php echo $btn_hvrclr; ?> !important;
159
+ }
160
+ <?php } ?>
161
+
162
+ <?php if ($btn_animation == 'button--moema') { ?>
163
+ .mega_uae_btn_<?php echo $some_id; ?> .button--moema:hover {
164
+ background: <?php echo $btn_hvrbg; ?> !important;
165
+ color: <?php echo $btn_hvrclr; ?> !important;
166
+ }
167
+ <?php } ?>
168
+
169
+ <?php if ($btn_animation == 'button--winona') { ?>
170
+ .mega_uae_btn_<?php echo $some_id; ?> .button--winona:hover {
171
+ background: <?php echo $btn_hvrbg; ?> !important;
172
+ color: <?php echo $btn_hvrclr; ?> !important;
173
+ }
174
+ <?php } ?>
175
+
176
+ <?php if ($btn_animation == 'button--rayen') { ?>
177
+ /*.mega_uae_btn_<?php echo $some_id; ?> .button--rayen {
178
+ background: <?php echo $btn_bg; ?> ;
179
+ border: <?php echo $border_width; ?>px <?php echo $border_style; ?> <?php echo $btn_border; ?>;
180
+ }*/
181
+ <?php } ?>
182
+ <?php if ($btn_animation == 'button--wayra') { ?>
183
+ .mega_uae_btn_<?php echo $some_id; ?> .button--wayra:hover {
184
+ color: <?php echo $btn_hvrclr; ?> !important;
185
+ }
186
+ .mega_uae_btn_<?php echo $some_id; ?> .button--wayra:hover::before {
187
+ background: <?php echo $btn_hvrbg; ?> !important;
188
+ }
189
+ <?php } ?>
190
+
191
+ <?php if ($btn_animation == 'button--ujarak') { ?>
192
+ .mega_uae_btn_<?php echo $some_id; ?> .button--ujarak:hover {
193
+ color: <?php echo $btn_hvrclr; ?> !important;
194
+ }
195
+ .mega_uae_btn_<?php echo $some_id; ?> .button--ujarak::before {
196
+ background: <?php echo $btn_hvrbg; ?> !important;
197
+ }
198
+ <?php } ?>
199
+
200
+ <?php if ($btn_animation == 'button--isi') { ?>
201
+ .mega_uae_btn_<?php echo $some_id; ?> .button--isi::before{
202
+ background: <?php echo $btn_hvrbg; ?> !important;
203
+ }
204
+ .mega_uae_btn_<?php echo $some_id; ?> .button--isi:hover {
205
+ color: <?php echo $btn_hvrclr; ?> !important;
206
+ }
207
+ <?php } ?>
208
+
209
+ <?php if ($btn_animation == 'button--saqui') { ?>
210
+ .mega_uae_btn_<?php echo $some_id; ?> .button--saqui::after {
211
+ padding: <?php echo $padding_top; ?>px 0;
212
+ color: <?php echo $btn_hvrclr; ?> !important;
213
+ }
214
+ <?php } ?>
215
+
216
+ <?php if ($btn_animation == 'button--float') { ?>
217
+ .mega_uae_btn_<?php echo $some_id; ?> .button--float:hover {
218
+ padding-right: <?php echo $icon_space+45; ?>px !important;
219
+ background: <?php echo $btn_hvrbg; ?> !important;
220
+ color: <?php echo $btn_hvrclr; ?> !important;
221
+ }
222
+ <?php } ?>
223
+
224
+ <?php if ($btn_animation == 'button--sacnite') { ?>
225
+ .mega_uae_btn_<?php echo $some_id; ?> .button--sacnite {
226
+ background: none !important;
227
+ }
228
+ .mega_uae_btn_<?php echo $some_id; ?> .button--sacnite::before {
229
+ box-shadow: inset 0 0 0 35px <?php echo $btn_bg; ?>;
230
+ }
231
+ .mega_uae_btn_<?php echo $some_id; ?> .button--sacnite:hover::before {
232
+ box-shadow: inset 0 0 0 2px <?php echo $btn_hvrbg; ?>;
233
+ }
234
+ .mega_uae_btn_<?php echo $some_id; ?> .button--sacnite:hover {
235
+ background: none !important;
236
+ color: <?php echo $btn_hvrclr; ?> !important;
237
  }
238
+ <?php } ?>
239
+
240
+ <?php if ($btn_animation == 'button--quidel') { ?>
241
+ .mega_uae_btn_<?php echo $some_id; ?> .button--quidel {
242
+ background: <?php echo $btn_border; ?>;
243
+ }
244
+ .mega_uae_btn_<?php echo $some_id; ?> .button--quidel::after {
245
+ background: <?php echo $btn_bg; ?>;
246
+ top: <?php echo $border_width; ?>px; left: <?php echo $border_width; ?>px;
247
+ right: <?php echo $border_width; ?>px; bottom: <?php echo $border_width; ?>px;
248
+ }
249
+ .mega_uae_btn_<?php echo $some_id; ?> .button--quidel::before {
250
+ background: <?php echo $btn_hvrbg; ?>;
251
+ }
252
+ <?php } ?>
253
+
254
+ <?php if ($btn_animation == 'button--wapasha'): ?>
255
+ .mega_uae_btn_<?php echo $some_id; ?> .button--wapasha:hover {
256
+ background: <?php echo $btn_hvrbg; ?> !important;
257
+ color: <?php echo $btn_hvrclr; ?> !important;
258
+ }
259
+ .mega_uae_btn_<?php echo $some_id; ?> .button--wapasha::before{
260
+ border-color: <?php echo $btn_border; ?> !important;
261
+ }
262
+ <?php endif ?>
263
+
264
+ <?php if ($btn_animation == 'button--pipaluk'): ?>
265
+ .mega_uae_btn_<?php echo $some_id; ?> .button--pipaluk::before{
266
+ border-color: <?php echo $btn_border; ?> !important;
267
+ }
268
+ .mega_uae_btn_<?php echo $some_id; ?> .button--pipaluk::after{
269
  background: <?php echo $btn_bg; ?> !important;
270
  color: <?php echo $btn_clr; ?> !important;
271
  }
272
+ .mega_uae_btn_<?php echo $some_id; ?> .button--pipaluk:hover::after {
273
  background: <?php echo $btn_hvrbg; ?> !important;
274
  }
275
  <?php endif ?>
276
 
277
+ <?php if ($btn_animation == 'button--aylen'): ?>
278
+ .mega_uae_btn_<?php echo $some_id; ?> .button--aylen{
 
279
  background: <?php echo $btn_bg; ?> !important;
280
+ color: <?php echo $btn_clr; ?> !important;
281
  }
282
+ .mega_uae_btn_<?php echo $some_id; ?> .button--aylen::before,
283
+ .mega_uae_btn_<?php echo $some_id; ?> .button--aylen::after{
284
  background: <?php echo $btn_hvrbg; ?> !important;
 
285
  }
286
  <?php endif ?>
287
 
288
+ <?php if ($btn_animation == 'button--nuka'): ?>
289
+ .mega_uae_btn_<?php echo $some_id; ?> .button--nuka::before{
290
+ background: <?php echo $btn_border;; ?> !important;
291
+ }
292
+ .mega_uae_btn_<?php echo $some_id; ?> .button--nuka::after{
293
  background: <?php echo $btn_bg; ?> !important;
294
+ color: <?php echo $btn_clr; ?> !important;
295
  }
296
+ .mega_uae_btn_<?php echo $some_id; ?> .button--nuka:hover::after{
297
  background: <?php echo $btn_hvrbg; ?> !important;
298
  }
 
 
 
299
  <?php endif ?>
300
 
301
+ <?php if ($btn_animation == 'button--antiman'): ?>
302
+ .mega_uae_btn_<?php echo $some_id; ?> .button--antiman::after {
303
+ background: <?php echo $btn_bg; ?> !important;
 
304
  }
305
+ .mega_uae_btn_<?php echo $some_id; ?> .button--antiman::before {
306
+ background: <?php echo $btn_hvrbg; ?> !important;
307
+ border: <?php echo $border_width ?>px <?php echo $border_style; ?> <?php echo $btn_border; ?> !important;
308
  }
309
+ <?php endif ?>
310
+
311
+ <?php if ($btn_animation == 'button--shikoba'): ?>
312
+ .mega_uae_btn_<?php echo $some_id; ?> .button--shikoba {
313
  background: <?php echo $btn_bg; ?> !important;
314
+ border: <?php echo $border_width ?>px <?php echo $border_style; ?> <?php echo $btn_border; ?> !important;
315
  }
316
+ .mega_uae_btn_<?php echo $some_id; ?> .button--shikoba:hover {
317
  background: <?php echo $btn_hvrbg; ?> !important;
318
  }
319
+ .mega_uae_btn_<?php echo $some_id; ?> .button--shikoba i {
320
+ padding-top: <?php echo $padding_top; ?>px !important;
321
+ }
322
  <?php endif ?>
323
  </style>
324
 
335
  "description" => __('Animated style buttons', 'button'),
336
  "icon" => plugin_dir_url( __FILE__ ).'../icons/hoverbutton.png',
337
  'params' => array(
338
+ array(
339
+ "type" => "dropdown",
340
+ "heading" => __( 'Button Align', 'button' ),
341
+ "param_name" => "align",
342
+ "group" => 'General',
343
+ "value" => array(
344
+ "Left" => "left",
345
+ "Center" => "center",
346
+ "Right" => "flex-end",
347
+ )
348
+ ),
349
  array(
350
  "type" => "dropdown",
351
  "heading" => __( 'Button Effects', 'button' ),
354
  "group" => 'General',
355
  "value" => array(
356
  "Fade" => "hvr-fade",
357
+ "Float" => "button--float",
358
  "Winona" => "button--winona",
359
  "Rayen" => "button--rayen",
360
  "Ujarak" => "button--ujarak",
365
  "Wapasha" => "button--wapasha",
366
  "Nuka" => "button--nuka",
367
  "Antiman" => "button--antiman",
 
 
 
368
  "Shikoba" => "button--shikoba",
369
+ "Saqui" => "button--saqui",
370
+ "Moema" => "button--moema",
371
+ "Quidel" => "button--quidel",
372
+ "Sacnite" => "button--sacnite",
373
+ "Naira (Pro)" => "pro",
374
+ "Itzel (Pro)" => "pro",
375
+ "Tamaya (Pro)" => "pro",
376
+ "Dual Shade (Pro)" => "pro",
377
+ "Neon (Pro)" => "pro",
378
+ "Neon Shadow (Pro)" => "pro",
379
+ "Inity (Pro)" => "pro",
380
  )
381
  ),
382
+
383
+ array(
384
+ "type" => "iconpicker",
385
+ "heading" => __( 'Select icon', 'button' ),
386
+ "param_name" => "btn_icon",
387
+ "description" => __( 'it will be show within text', 'button' ),
388
+ "group" => 'General',
389
+ ),
390
  array(
391
  "type" => "dropdown",
392
+ "heading" => __( 'Icon Align', 'button' ),
393
+ "param_name" => "icon_position",
394
  "group" => 'General',
395
  "value" => array(
396
  "Left" => "left",
397
+ "Right" => "right",
398
  )
399
  ),
400
+ array(
401
+ "type" => "textfield",
402
+ "heading" => __( 'Button text', 'button' ),
403
+ "param_name" => "btn_text",
404
+ "value" => "Start a Conversation",
405
+ "description" => __( 'Write button text', 'button' ),
406
+ "group" => 'General',
407
+ ),
408
+ array(
409
+ "type" => "textfield",
410
+ "heading" => __( 'Button text 2', 'button' ),
411
+ "param_name" => "btn_text2",
412
+ "description" => __( 'it will show on hover', 'modal_popup' ),
413
+ "value" => "Click Me!",
414
+ "dependency" => array('element' => "btn_animation", 'value' => array('button--winona', 'button--rayen')),
415
+ "group" => 'General',
416
+ ),
417
  array(
418
  "type" => "vc_number",
419
  "heading" => __( 'Padding [Top Bottom]', 'button' ),
420
+ "edit_field_class" => "vc_col-sm-6 wdo_items_to_show wdo_margin_bottom",
421
  "param_name" => "padding_top",
422
  "description" => __( 'It will increase height of button e.g 10', 'button' ),
423
  "value" => "10",
427
  array(
428
  "type" => "vc_number",
429
  "heading" => __( 'Padding [Left Right]', 'button' ),
430
+ "edit_field_class" => "vc_col-sm-6 wdo_items_to_show wdo_margin_bottom",
431
  "param_name" => "padding_left",
432
  "description" => __( 'It will increase width of button e.g 20', 'button' ),
433
  "value" => "25",
450
  "description" => __( 'Write button url as link', 'button' ),
451
  "group" => 'General',
452
  ),
453
+
454
  array(
455
  "type" => "vc_links",
456
  "param_name" => "caption_url",
458
  "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #0073aa;font-weight:600;"><a href="https://1.envato.market/02aNL" target="_blank" style="text-decoration: none;">Get the Pro version for more stunning elements and customization options.</a></span>', 'ihover' ),
459
  "group" => 'General',
460
  ),
461
+
462
+ /** color **/
463
+
464
  array(
465
+ "type" => "colorpicker",
466
+ "heading" => __( 'Text color', 'button' ),
467
+ "param_name" => "btn_clr",
468
+ "description" => __( 'Set color of text e.g #ffff', 'button' ),
469
+ "group" => 'Color',
470
  ),
471
+
472
  array(
473
+ "type" => "colorpicker",
474
+ "heading" => __( 'Background color', 'button' ),
475
+ "param_name" => "btn_bg",
476
+ "description" => __( 'Set color of background e.g #269CE9', 'button' ),
477
+ "group" => 'Color',
478
  ),
479
+
480
  array(
481
+ "type" => "colorpicker",
482
+ "heading" => __( 'Hover Text color', 'button' ),
483
+ "param_name" => "btn_hvrclr",
484
+ "description" => __( 'Set color of text on hover e.g #ffff', 'button' ),
485
+ "group" => 'Color',
 
486
  ),
487
+
488
  array(
489
+ "type" => "colorpicker",
490
+ "heading" => __( 'Background color', 'button' ),
491
+ "param_name" => "btn_hvrbg",
492
+ "description" => __( 'Set color of background on hover e.g #269CE9', 'button' ),
493
+ "group" => 'Color',
494
+ ),
495
+
496
+ array(
497
+ "type" => "vc_links",
498
+ "param_name" => "caption_url",
499
+ "class" => "ult_param_heading",
500
+ "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #302f2f;font-weight:600;">Border Styling</span>', 'ihover' ),
501
+ "group" => 'Color',
502
  ),
503
 
504
  /** border **/
505
 
506
  array(
507
+ "type" => "dropdown",
508
+ "heading" => __( 'Border Style', 'button' ),
509
+ "param_name" => "border_style",
510
+ "group" => 'Color',
511
+ "value" => array(
512
+ "None" => "none",
513
+ "Solid" => "solid",
514
+ "Dotted" => "dotted",
515
+ "Ridge" => "ridge",
516
+ "Dashed" => "dashed",
517
+ "Double" => "double",
518
+ "Groove" => "groove",
519
+ "Inset" => "inset",
520
+ )
521
  ),
522
+
523
  array(
524
  "type" => "vc_number",
525
  "heading" => __( 'Border width', 'button' ),
527
  "description" => __( 'Set width of border in pixel e.g 1', 'button' ),
528
  "value" => "0",
529
  "suffix" => 'px',
530
+ "group" => 'Color',
531
+ ),
532
+
533
+ array(
534
+ "type" => "colorpicker",
535
+ "heading" => __( 'Border color', 'button' ),
536
+ "param_name" => "btn_border",
537
+ "description" => __( 'Set color of border e.g #269CE9', 'button' ),
538
+ "group" => 'Color',
539
  ),
540
  array(
541
  "type" => "vc_number",
543
  "param_name" => "btn_radius",
544
  "description" => __( 'set button radius e.g 5', 'button' ),
545
  "suffix" => 'px',
546
+ "group" => 'Color',
547
  ),
548
 
549
+ // =================== Settings ======================= //
550
+
551
+ array(
552
+ "type" => "vc_number",
553
+ "heading" => __( 'Text Size', 'button' ),
554
+ "param_name" => "btn_size",
555
+ "description" => __( 'Set font size in pixel e.g 18', 'button' ),
556
+ "value" => "18",
557
+ "suffix" => 'px',
558
+ "group" => 'Settings',
559
+ ),
560
 
561
+ array(
562
+ "type" => "vc_number",
563
+ "heading" => __( 'Icon Size', 'button' ),
564
+ "param_name" => "icon_size",
565
+ "description" => __( 'Set font size in pixel e.g 18', 'button' ),
566
+ "value" => "18",
567
+ "suffix" => 'px',
568
+ "group" => 'Settings',
569
+ ),
570
 
571
  array(
572
+ "type" => "vc_number",
573
+ "heading" => __( 'Icon Text Space', 'button' ),
574
+ "param_name" => "icon_space",
575
+ "value" => "5",
576
+ "suffix" => 'px',
577
+ "group" => 'Settings',
578
  ),
579
 
580
  array(
581
+ "type" => "vc_links",
582
+ "param_name" => "caption_urls",
583
+ "class" => "ult_param_heading",
584
+ "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #302f2f;font-weight:600;">Typography</span>', 'ihover' ),
585
+ "group" => 'Settings',
586
  ),
587
 
588
  array(
589
+ "type" => "textfield",
590
+ "heading" => __( 'Font Family Name', 'button' ),
591
+ "param_name" => "font_family",
592
+ "group" => 'Settings',
 
593
  ),
594
 
595
  array(
596
+ "type" => "dropdown",
597
+ "heading" => __( 'Font Weight', 'button' ),
598
+ "param_name" => "font_weight",
599
+ "group" => 'Settings',
600
+ "value" => array(
601
+ "100" => "100",
602
+ "200" => "200",
603
+ "300" => "300",
604
+ "400" => "400",
605
+ "500" => "500",
606
+ "600" => "600",
607
+ "700" => "700",
608
+ "800" => "800",
609
+ "900" => "900",
610
+ "Default" => "default",
611
+ "Normal" => "normal",
612
+ "Bold" => "bold",
613
+ )
614
+ ),
615
+
616
+ array(
617
+ "type" => "dropdown",
618
+ "heading" => __( 'Transform', 'button' ),
619
+ "param_name" => "transform",
620
+ "group" => 'Settings',
621
+ "value" => array(
622
+ "Default" => "default",
623
+ "Uppercase" => "uppercase",
624
+ "Lowercase" => "lowercase",
625
+ "Capitalize" => "capitalize",
626
+ "Normal" => "normal",
627
+ )
628
  ),
 
 
629
 
630
+ array(
631
+ "type" => "dropdown",
632
+ "heading" => __( 'Style', 'button' ),
633
+ "param_name" => "text_style",
634
+ "group" => 'Settings',
635
+ "value" => array(
636
+ "Default" => "default",
637
+ "Normal" => "normal",
638
+ "Italic" => "italic",
639
+ "Oblique" => "oblique",
640
+ )
641
+ ),
642
+
643
+ array(
644
+ "type" => "dropdown",
645
+ "heading" => __( 'Decoration', 'button' ),
646
+ "param_name" => "text_decoration",
647
+ "group" => 'Settings',
648
+ "value" => array(
649
+ "Default" => "default",
650
+ "Underline" => "underline",
651
+ "Overline" => "overline",
652
+ "Line Through" => "line-through",
653
+ "None" => "none",
654
+ )
655
+ ),
656
+
657
+ array(
658
+ "type" => "dropdown",
659
+ "heading" => __( 'Shadow', 'button' ),
660
+ "param_name" => "btn_shadow",
661
+ "group" => 'Settings',
662
+ "value" => array(
663
+ "None" => "none",
664
+ "Shadow" => "shadow",
665
+ )
666
+ ),
667
+ ),
668
+ ) );
render/countdown.php CHANGED
@@ -32,6 +32,7 @@ class WPBakeryShortCode_mvc_countdown extends WPBakeryShortCode {
32
  wp_enqueue_style( 'countdown-css', plugins_url( '../css/jquery.countdown.css' , __FILE__ ));
33
  wp_enqueue_script( 'countdown-min-js', plugins_url( '../js/countdown.min.js' , __FILE__ ), array('jquery', 'jquery-ui-core'));
34
  wp_enqueue_script( 'countdown-js', plugins_url( '../js/jquery.countdown.js' , __FILE__ ), array('jquery', 'jquery-ui-core'));
 
35
  ob_start(); ?>
36
  <div
37
  id="defaultCountdown<?php echo $id; ?>"
32
  wp_enqueue_style( 'countdown-css', plugins_url( '../css/jquery.countdown.css' , __FILE__ ));
33
  wp_enqueue_script( 'countdown-min-js', plugins_url( '../js/countdown.min.js' , __FILE__ ), array('jquery', 'jquery-ui-core'));
34
  wp_enqueue_script( 'countdown-js', plugins_url( '../js/jquery.countdown.js' , __FILE__ ), array('jquery', 'jquery-ui-core'));
35
+ wp_enqueue_script( 'custom-countdown-js', plugins_url( '../js/front-js/countdown.js' , __FILE__ ), array('jquery') );
36
  ob_start(); ?>
37
  <div
38
  id="defaultCountdown<?php echo $id; ?>"
render/filtergallery.php CHANGED
@@ -13,6 +13,7 @@ class WPBakeryShortCode_filter_gallery_son extends WPBakeryShortCode {
13
  'caption_bg' => 'rgba(29,161,245,0.7)',
14
  'caption_url' => '',
15
  'popup' => 'disable',
 
16
  'icon_width' => '',
17
  'icon_border' => '30',
18
  'icon_size' => '20',
@@ -44,7 +45,7 @@ class WPBakeryShortCode_filter_gallery_son extends WPBakeryShortCode {
44
  <div style="display: table-cell !important;vertical-align: middle !important;">
45
  <?php echo $content; ?>
46
  <?php if ($popup == 'image') { ?>
47
- <a href="<?php echo $image_url; ?>" class="ihe-fancybox" data-fancybox="images" style="margin-right: <?php echo $icon_margin ?>px;">
48
  <i class="<?php echo $maw_filtergal_popupicon; ?> portfolio_icon" style="width: <?php echo $icon_width ?>px; height: <?php echo $icon_width ?>px; line-height: <?php echo $icon_width ?>px; border-radius: <?php echo $icon_border ?>px; color: <?php echo $iconclr ?>; background: <?php echo $iconbg ?>; font-size: <?php echo $icon_size; ?>px;"></i>
49
  </a>
50
  <?php } ?>
@@ -139,6 +140,18 @@ vc_map( array(
139
  )
140
  ),
141
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  array(
143
  "type" => "vc_links",
144
  "param_name" => "caption_urls",
13
  'caption_bg' => 'rgba(29,161,245,0.7)',
14
  'caption_url' => '',
15
  'popup' => 'disable',
16
+ 'caption_in_popup' => 'caption',
17
  'icon_width' => '',
18
  'icon_border' => '30',
19
  'icon_size' => '20',
45
  <div style="display: table-cell !important;vertical-align: middle !important;">
46
  <?php echo $content; ?>
47
  <?php if ($popup == 'image') { ?>
48
+ <a href="<?php echo $image_url; ?>" class="ihe-fancybox" data-fancybox="images" data-<?php echo $caption_in_popup; ?>="<?php echo wp_strip_all_tags ($content); ?>" style="margin-right: <?php echo $icon_margin ?>px;">
49
  <i class="<?php echo $maw_filtergal_popupicon; ?> portfolio_icon" style="width: <?php echo $icon_width ?>px; height: <?php echo $icon_width ?>px; line-height: <?php echo $icon_width ?>px; border-radius: <?php echo $icon_border ?>px; color: <?php echo $iconclr ?>; background: <?php echo $iconbg ?>; font-size: <?php echo $icon_size; ?>px;"></i>
50
  </a>
51
  <?php } ?>
140
  )
141
  ),
142
 
143
+ array(
144
+ "type" => "dropdown",
145
+ "heading" => __( 'Caption Text In Popup', 'megaaddons' ),
146
+ "param_name" => "caption_in_popup",
147
+ "dependency" => array('element' => "popup", 'value' => 'image'),
148
+ "group" => 'Gallery Items',
149
+ "value" => array(
150
+ 'Show' => 'caption',
151
+ 'Hide' => 'hide',
152
+ )
153
+ ),
154
+
155
  array(
156
  "type" => "vc_links",
157
  "param_name" => "caption_urls",
render/headings.php CHANGED
@@ -10,8 +10,8 @@ class WPBakeryShortCode_vc_headings extends WPBakeryShortCode {
10
  extract( shortcode_atts( array(
11
  'style' => 'theme1',
12
  'style2' => 'icon',
13
- 'linewidth' => '230',
14
- 'borderwidth' => '2',
15
  'borderclr' => '#000',
16
  'lineheight' => '1',
17
  'icon' => '',
@@ -22,6 +22,10 @@ class WPBakeryShortCode_vc_headings extends WPBakeryShortCode {
22
  'title' => '',
23
  'titlesize' => '22',
24
  'titleclr' => '#000',
 
 
 
 
25
  ), $atts ) );
26
  if ($image_id != '') {
27
  $image_url = wp_get_attachment_url( $image_id );
@@ -32,8 +36,8 @@ class WPBakeryShortCode_vc_headings extends WPBakeryShortCode {
32
  <div id="mega-line-container">
33
  <?php if ($style == 'theme1') { ?>
34
  <div class="mega-line-top" style="text-align: <?php echo $align; ?>;">
35
- <span style="width: <?php echo $linewidth; ?>px; border: <?php echo $borderwidth; ?>px solid <?php echo $borderclr; ?>;"></span>
36
- <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>; line-height: <?php echo $lineheight; ?>;">
37
  <?php echo $title; ?>
38
  </h2>
39
  <div>
@@ -44,11 +48,11 @@ class WPBakeryShortCode_vc_headings extends WPBakeryShortCode {
44
 
45
  <?php if ($style == 'theme2') { ?>
46
  <div class="mega-line-center" style="text-align: <?php echo $align; ?>;">
47
- <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>;">
48
  <?php echo $title; ?>
49
  </h2>
50
  <div style="line-height: <?php echo $lineheight; ?>;">
51
- <span style="width: <?php echo $linewidth; ?>px; border: <?php echo $borderwidth; ?>px solid <?php echo $borderclr; ?>;"></span>
52
  </div>
53
  <div>
54
  <?php echo $content ?>
@@ -58,13 +62,13 @@ class WPBakeryShortCode_vc_headings extends WPBakeryShortCode {
58
 
59
  <?php if ($style == 'theme3') { ?>
60
  <div class="mega-line-bottom" style="text-align: <?php echo $align; ?>;">
61
- <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>;">
62
  <?php echo $title; ?>
63
  </h2>
64
  <div style="line-height: <?php echo $lineheight; ?>;">
65
  <?php echo $content ?>
66
  </div>
67
- <span style="width: <?php echo $linewidth; ?>px; border: <?php echo $borderwidth; ?>px solid <?php echo $borderclr; ?>;"></span>
68
  </div>
69
  <?php } ?>
70
 
@@ -79,7 +83,7 @@ class WPBakeryShortCode_vc_headings extends WPBakeryShortCode {
79
  <img src="<?php echo $image_url; ?>">
80
  <?php } ?>
81
  </div>
82
- <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>; line-height: <?php echo $lineheight; ?>; margin-bottom: -15px;">
83
  <?php echo $title; ?>
84
  </h2>
85
  <div>
@@ -90,7 +94,7 @@ class WPBakeryShortCode_vc_headings extends WPBakeryShortCode {
90
 
91
  <?php if ($style == 'theme5') { ?>
92
  <div id="mega-line-icon" style="text-align: <?php echo $align; ?>;">
93
- <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>;">
94
  <?php echo $title; ?>
95
  </h2>
96
  <div style="line-height: <?php echo $lineheight; ?>;">
@@ -111,7 +115,7 @@ class WPBakeryShortCode_vc_headings extends WPBakeryShortCode {
111
 
112
  <?php if ($style == 'theme6') { ?>
113
  <div id="mega-line-icon" style="text-align: <?php echo $align; ?>;">
114
- <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>;">
115
  <?php echo $title; ?>
116
  </h2>
117
  <div style="line-height: <?php echo $lineheight; ?>;">
@@ -164,7 +168,7 @@ vc_map( array(
164
  "description" => __('set in pixel. default: 230', 'heading'),
165
  "dependency" => array('element' => "style", 'value' => array('theme1', 'theme2', 'theme3')),
166
  "suffix" => 'px',
167
- "value" => "230",
168
  'max' => "",
169
  "group" => "General",
170
  ),
@@ -175,7 +179,7 @@ vc_map( array(
175
  "param_name" => "borderwidth",
176
  "description" => __('set in pixel. default: 2', 'heading'),
177
  "dependency" => array('element' => "style", 'value' => array('theme1', 'theme2', 'theme3')),
178
- "value" => "2",
179
  "suffix" => 'px',
180
  "group" => "General",
181
  ),
@@ -251,6 +255,14 @@ vc_map( array(
251
 
252
  // Heading Section
253
 
 
 
 
 
 
 
 
 
254
  array(
255
  "type" => "dropdown",
256
  "heading" => __( 'Heading Alignment', 'heading' ),
@@ -267,23 +279,18 @@ vc_map( array(
267
  "type" => "vc_number",
268
  "heading" => __( 'Line Height', 'heading' ),
269
  "param_name" => "lineheight",
 
270
  "description" => __('margin between line and headings', 'heading'),
271
  "value" => "1",
272
  "group" => "Heading",
273
  ),
274
 
275
- array(
276
- "type" => "textfield",
277
- "heading" => __( 'Title', 'heading' ),
278
- "param_name" => "title",
279
- "value" => "Title Here",
280
- "group" => "Heading",
281
- ),
282
 
283
  array(
284
  "type" => "vc_number",
285
- "heading" => __( 'Title Font Size', 'heading' ),
286
  "param_name" => "titlesize",
 
287
  "value" => "22",
288
  "suffix" => 'px',
289
  "group" => "Heading",
@@ -297,6 +304,69 @@ vc_map( array(
297
  "group" => "Heading",
298
  ),
299
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
  // Description section
301
 
302
  array(
10
  extract( shortcode_atts( array(
11
  'style' => 'theme1',
12
  'style2' => 'icon',
13
+ 'linewidth' => '170',
14
+ 'borderwidth' => '4',
15
  'borderclr' => '#000',
16
  'lineheight' => '1',
17
  'icon' => '',
22
  'title' => '',
23
  'titlesize' => '22',
24
  'titleclr' => '#000',
25
+ 'font_family' => '',
26
+ 'font_weight' => 'normal',
27
+ 'transform' => 'default',
28
+ 'text_style' => 'default',
29
  ), $atts ) );
30
  if ($image_id != '') {
31
  $image_url = wp_get_attachment_url( $image_id );
36
  <div id="mega-line-container">
37
  <?php if ($style == 'theme1') { ?>
38
  <div class="mega-line-top" style="text-align: <?php echo $align; ?>;">
39
+ <span style="width: <?php echo $linewidth; ?>px; border-top: <?php echo $borderwidth; ?>px solid <?php echo $borderclr; ?>;"></span>
40
+ <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>; line-height: <?php echo $lineheight; ?>; font-family: <?php echo $font_family ?>; font-weight: <?php echo $font_weight ?>; text-transform: <?php echo $transform ?>; font-style: <?php echo $text_style ?>;">
41
  <?php echo $title; ?>
42
  </h2>
43
  <div>
48
 
49
  <?php if ($style == 'theme2') { ?>
50
  <div class="mega-line-center" style="text-align: <?php echo $align; ?>;">
51
+ <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>; font-family: <?php echo $font_family ?>; font-weight: <?php echo $font_weight ?>; text-transform: <?php echo $transform ?>; font-style: <?php echo $text_style ?>;">
52
  <?php echo $title; ?>
53
  </h2>
54
  <div style="line-height: <?php echo $lineheight; ?>;">
55
+ <span style="width: <?php echo $linewidth; ?>px; border-top: <?php echo $borderwidth; ?>px solid <?php echo $borderclr; ?>;"></span>
56
  </div>
57
  <div>
58
  <?php echo $content ?>
62
 
63
  <?php if ($style == 'theme3') { ?>
64
  <div class="mega-line-bottom" style="text-align: <?php echo $align; ?>;">
65
+ <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>; font-family: <?php echo $font_family ?>; font-weight: <?php echo $font_weight ?>; text-transform: <?php echo $transform ?>; font-style: <?php echo $text_style ?>;">
66
  <?php echo $title; ?>
67
  </h2>
68
  <div style="line-height: <?php echo $lineheight; ?>;">
69
  <?php echo $content ?>
70
  </div>
71
+ <span style="width: <?php echo $linewidth; ?>px; border-top: <?php echo $borderwidth; ?>px solid <?php echo $borderclr; ?>;"></span>
72
  </div>
73
  <?php } ?>
74
 
83
  <img src="<?php echo $image_url; ?>">
84
  <?php } ?>
85
  </div>
86
+ <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>; line-height: <?php echo $lineheight; ?>; margin-bottom: -15px; font-family: <?php echo $font_family ?>; font-weight: <?php echo $font_weight ?>; text-transform: <?php echo $transform ?>; font-style: <?php echo $text_style ?>;">
87
  <?php echo $title; ?>
88
  </h2>
89
  <div>
94
 
95
  <?php if ($style == 'theme5') { ?>
96
  <div id="mega-line-icon" style="text-align: <?php echo $align; ?>;">
97
+ <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>; font-family: <?php echo $font_family ?>; font-weight: <?php echo $font_weight ?>; text-transform: <?php echo $transform ?>; font-style: <?php echo $text_style ?>;">
98
  <?php echo $title; ?>
99
  </h2>
100
  <div style="line-height: <?php echo $lineheight; ?>;">
115
 
116
  <?php if ($style == 'theme6') { ?>
117
  <div id="mega-line-icon" style="text-align: <?php echo $align; ?>;">
118
+ <h2 style="font-size: <?php echo $titlesize; ?>px; color: <?php echo $titleclr; ?>; font-family: <?php echo $font_family ?>; font-weight: <?php echo $font_weight ?>; text-transform: <?php echo $transform ?>; font-style: <?php echo $text_style ?>;">
119
  <?php echo $title; ?>
120
  </h2>
121
  <div style="line-height: <?php echo $lineheight; ?>;">
168
  "description" => __('set in pixel. default: 230', 'heading'),
169
  "dependency" => array('element' => "style", 'value' => array('theme1', 'theme2', 'theme3')),
170
  "suffix" => 'px',
171
+ "value" => "170",
172
  'max' => "",
173
  "group" => "General",
174
  ),
179
  "param_name" => "borderwidth",
180
  "description" => __('set in pixel. default: 2', 'heading'),
181
  "dependency" => array('element' => "style", 'value' => array('theme1', 'theme2', 'theme3')),
182
+ "value" => "4",
183
  "suffix" => 'px',
184
  "group" => "General",
185
  ),
255
 
256
  // Heading Section
257
 
258
+ array(
259
+ "type" => "textfield",
260
+ "heading" => __( 'Title', 'heading' ),
261
+ "param_name" => "title",
262
+ "value" => "Title Here",
263
+ "group" => "Heading",
264
+ ),
265
+
266
  array(
267
  "type" => "dropdown",
268
  "heading" => __( 'Heading Alignment', 'heading' ),
279
  "type" => "vc_number",
280
  "heading" => __( 'Line Height', 'heading' ),
281
  "param_name" => "lineheight",
282
+ "edit_field_class" => "vc_col-sm-6",
283
  "description" => __('margin between line and headings', 'heading'),
284
  "value" => "1",
285
  "group" => "Heading",
286
  ),
287
 
 
 
 
 
 
 
 
288
 
289
  array(
290
  "type" => "vc_number",
291
+ "heading" => __( 'Title [Font Size]', 'heading' ),
292
  "param_name" => "titlesize",
293
+ "edit_field_class" => "vc_col-sm-6",
294
  "value" => "22",
295
  "suffix" => 'px',
296
  "group" => "Heading",
304
  "group" => "Heading",
305
  ),
306
 
307
+ array(
308
+ "type" => "vc_links",
309
+ "param_name" => "caption_urls",
310
+ "class" => "ult_param_heading",
311
+ "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #302f2f;font-weight:600;">Typography</span>', 'ihover' ),
312
+ "group" => 'Heading',
313
+ ),
314
+
315
+ array(
316
+ "type" => "textfield",
317
+ "heading" => __( 'Font Family Name', 'button' ),
318
+ "param_name" => "font_family",
319
+ "group" => 'Heading',
320
+ ),
321
+
322
+ array(
323
+ "type" => "dropdown",
324
+ "heading" => __( 'Font Weight', 'button' ),
325
+ "param_name" => "font_weight",
326
+ "group" => 'Heading',
327
+ "value" => array(
328
+ "100" => "100",
329
+ "200" => "200",
330
+ "300" => "300",
331
+ "400" => "400",
332
+ "500" => "500",
333
+ "600" => "600",
334
+ "700" => "700",
335
+ "800" => "800",
336
+ "900" => "900",
337
+ "Default" => "default",
338
+ "Normal" => "normal",
339
+ "Bold" => "bold",
340
+ )
341
+ ),
342
+
343
+ array(
344
+ "type" => "dropdown",
345
+ "heading" => __( 'Transform', 'button' ),
346
+ "param_name" => "transform",
347
+ "group" => 'Heading',
348
+ "value" => array(
349
+ "Default" => "default",
350
+ "Uppercase" => "uppercase",
351
+ "Lowercase" => "lowercase",
352
+ "Capitalize" => "capitalize",
353
+ "Normal" => "normal",
354
+ )
355
+ ),
356
+
357
+ array(
358
+ "type" => "dropdown",
359
+ "heading" => __( 'Style', 'button' ),
360
+ "param_name" => "text_style",
361
+ "group" => 'Heading',
362
+ "value" => array(
363
+ "Default" => "default",
364
+ "Normal" => "normal",
365
+ "Italic" => "italic",
366
+ "Oblique" => "oblique",
367
+ )
368
+ ),
369
+
370
  // Description section
371
 
372
  array(
render/hoverbutton.php CHANGED
@@ -93,9 +93,9 @@ class WPBakeryShortCode_mvc_button extends WPBakeryShortCode {
93
 
94
 
95
  vc_map( array(
96
- "name" => __( 'Advanced Button Old', 'button' ),
97
  "base" => "mvc_button",
98
- "category" => __('Mega Addons'),
99
  "description" => __('Animated style buttons', 'button'),
100
  "icon" => plugin_dir_url( __FILE__ ).'../icons/hoverbutton.png',
101
  'params' => array(
93
 
94
 
95
  vc_map( array(
96
+ "name" => __( 'CSS3 Button (OLD)', 'button' ),
97
  "base" => "mvc_button",
98
+ // "category" => __('Mega Addons'),
99
  "description" => __('Animated style buttons', 'button'),
100
  "icon" => plugin_dir_url( __FILE__ ).'../icons/hoverbutton.png',
101
  'params' => array(
render/image_swap.php CHANGED
@@ -10,15 +10,22 @@ class WPBakeryShortCode_image_swap extends WPBakeryShortCode {
10
  extract( shortcode_atts( array(
11
  'image_id' => '',
12
  'alt' => '',
 
 
 
 
13
  'image_id2' => '',
14
  'alt2' => '',
15
  'caption_url' => '',
16
  'caption_url_target' => '',
17
- 'border_width' => '10px',
18
  'border_style' => 'solid',
19
  'border_color' => '#fff',
20
- 'hover_effect' => 'square effect2',
 
 
21
  ), $atts ) );
 
22
  $caption_url = vc_build_link($caption_url);
23
  if ($image_id != '') {
24
  $image_url = wp_get_attachment_url( $image_id );
@@ -28,22 +35,65 @@ class WPBakeryShortCode_image_swap extends WPBakeryShortCode {
28
  }
29
  $content = wpb_js_remove_wpautop($content, true);
30
  ob_start(); ?>
31
- <div class="maw_image_swap ih-item <?php echo $hover_effect; ?>"
32
- style="border: <?php echo $border_width; ?>px <?php echo $border_style; ?> <?php echo $border_color; ?>; box-shadow: none;">
33
- <?php if (isset($caption_url['url']) && $caption_url['url'] != '') { ?>
34
- <a href="<?php echo esc_url($caption_url['url']); ?>" target="<?php echo $caption_url['target']; ?>" title="<?php echo esc_html($caption_url['title']); ?>">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  <?php } ?>
36
- <?php if (isset($caption_url['url']) && $caption_url['url'] == NULL) { ?>
37
- <a>
 
 
38
  <?php } ?>
39
- <div class="img">
40
- <img src="<?php echo $image_url; ?>" alt="<?php echo $alt; ?>">
41
- </div>
42
- <div class="info" style="opacity: 1 !important;">
43
- <img src="<?php echo $image_url2; ?>" alt="<?php echo $alt2; ?>">
44
- </div>
45
- </a>
46
- </div>
 
 
 
 
 
 
 
47
  <?php
48
  return ob_get_clean();
49
  }
@@ -59,9 +109,9 @@ vc_map( array(
59
  'params' => array(
60
  array(
61
  "type" => "attach_image",
62
- "heading" => __( 'Image', 'swap' ),
63
  "param_name" => "image_id",
64
- "description" => __( 'Select the image <a href="https://addons.topdigitaltrends.net/image-swap/" target="_blank">See Demo</a>', 'swap' ),
65
  "group" => 'Image',
66
  ),
67
 
@@ -73,6 +123,42 @@ vc_map( array(
73
  "group" => 'Image',
74
  ),
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  array(
77
  "type" => "vc_link",
78
  "heading" => __( 'Link To', 'swap' ),
@@ -127,68 +213,102 @@ vc_map( array(
127
  /* Hover Effects */
128
 
129
  array(
130
- "type" => "attach_image",
131
- "heading" => __( 'Flip Image', 'swap' ),
132
- "param_name" => "image_id2",
133
- "description" => __( 'It will show on hover', 'swap' ),
134
- "group" => 'Hover Effects',
135
- ),
 
 
 
 
136
 
137
- array(
138
- "type" => "textfield",
139
- "heading" => __( 'Alternate Text', 'info-banner-vc' ),
140
- "param_name" => "alt2",
141
- "description" => __( 'It will be used as alt attribute of img tag', 'info-banner-vc' ),
142
- "group" => 'Hover Effects',
143
- ),
 
 
 
 
144
 
145
  array(
146
  "type" => "dropdown",
147
  "heading" => __( 'Hover Effect', 'swap' ),
148
  "param_name" => "hover_effect",
149
- "description" => __( 'Choose hover effect', 'swap' ),
150
- "group" => 'Hover Effects',
151
  "value" => array(
152
- 'square effect2' => 'square effect2',
153
- 'square effect5 left to right' => 'square effect5 left_to_right',
154
- 'square effect5 right to left' => 'square effect5 right_to_left',
155
- 'square effect6 from top and bottom' => 'square effect6 from_top_and_bottom',
156
- 'square effect6 from left and right' => 'square effect6 from_left_and_right',
157
- 'square effect6 top to bottom' => 'square effect6 top_to_bottom',
158
- 'square effect6 bottom to top' => 'square effect6 bottom_to_top',
159
- 'square effect7' => 'square effect7',
160
- 'square effect8 scaleup' => 'square effect8 scale_up',
161
- 'square effect8 scaledown' => 'square effect8 scale_down',
162
- 'square effect9 bottom to top' => 'square effect9 bottom_to_top',
163
- 'square effect9 left to right' => 'square effect9 left_to_right',
164
- 'square effect9 right to left' => 'square effect9 right_to_left',
165
- 'square effect9 top to bottom' => 'square effect9 top_to_bottom',
166
- 'square effect10 left to right' => 'square effect10 left_to_right',
167
- 'square effect10 right to left' => 'square effect10 right_to_left',
168
- 'square effect10 top to bottom' => 'square effect10 top_to_bottom',
169
- 'square effect10 bottom to top' => 'square effect10 bottom_to_top',
170
- 'square effect11 left to right' => 'square effect11 left_to_right',
171
- 'square effect11 right to left' => 'square effect11 right_to_left',
172
- 'square effect11 top to bottom' => 'square effect11 top_to_bottom',
173
- 'square effect11 bottom to top' => 'square effect11 bottom_to_top',
174
- 'square effect12 left to right' => 'square effect12 left_to_right',
175
- 'square effect12 right to left' => 'square effect12 right_to_left',
176
- 'square effect12 top to bottom' => 'square effect12 top_to_bottom',
177
- 'square effect12 bottom to top' => 'square effect12 bottom_to_top',
178
- 'square effect13 left to right' => 'square effect13 left_to_right',
179
- 'square effect13 right to left' => 'square effect13 right_to_left',
180
- 'square effect13 top to bottom' => 'square effect13 top_to_bottom',
181
- 'square effect13 bottom to top' => 'square effect13 bottom_to_top',
182
- 'square effect14 left to right' => 'square effect14 left_to_right',
183
- 'square effect14 right to left' => 'square effect14 right_to_left',
184
- 'square effect14 top to bottom' => 'square effect14 top_to_bottom',
185
- 'square effect14 bottom to top' => 'square effect14 bottom_to_top',
186
- 'square effect15 left to right' => 'square effect15 left_to_right',
187
- 'square effect15 right to left' => 'square effect15 right_to_left',
188
- 'square effect15 top to bottom' => 'square effect15 top_to_bottom',
189
- 'square effect15 bottom to top' => 'square effect15 bottom_to_top',
190
  )
191
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  ),
193
  ) );
194
 
10
  extract( shortcode_atts( array(
11
  'image_id' => '',
12
  'alt' => '',
13
+ 'width' => '',
14
+ 'img_width' => '',
15
+ 'height' => '',
16
+ 'img_height' => '',
17
  'image_id2' => '',
18
  'alt2' => '',
19
  'caption_url' => '',
20
  'caption_url_target' => '',
21
+ 'border_width' => '10',
22
  'border_style' => 'solid',
23
  'border_color' => '#fff',
24
+ 'front_anim_speed' => '',
25
+ 'hover_effect' => 'maw_img_swap_fade',
26
+ 'img_align' => 'left',
27
  ), $atts ) );
28
+ $img_swap_rand_id = rand(5, 500);
29
  $caption_url = vc_build_link($caption_url);
30
  if ($image_id != '') {
31
  $image_url = wp_get_attachment_url( $image_id );
35
  }
36
  $content = wpb_js_remove_wpautop($content, true);
37
  ob_start(); ?>
38
+
39
+
40
+ <div style="text-align: <?php echo $img_align ?>;">
41
+ <div style="display: inline-block;">
42
+ <div class="maw_image_swap maw_image_swap_<?php echo $img_swap_rand_id; ?> ih-item <?php echo $hover_effect; ?>"
43
+ style="border: <?php echo $border_width; ?>px <?php echo $border_style; ?> <?php echo $border_color; ?>; height: <?php echo $height; ?>px; max-width: <?php echo $width; ?>px; box-shadow: none;">
44
+ <?php if (isset($caption_url['url']) && $caption_url['url'] != '') { ?>
45
+ <a href="<?php echo esc_url($caption_url['url']); ?>" target="<?php echo $caption_url['target']; ?>" title="<?php echo esc_html($caption_url['title']); ?>">
46
+ <?php }
47
+ if (isset($caption_url['url']) && $caption_url['url'] == NULL) { ?>
48
+ <a>
49
+ <?php } ?>
50
+ <div class="img">
51
+ <img src="<?php echo $image_url; ?>" alt="<?php echo $alt; ?>" style="height: <?php echo $height; ?>px; width: <?php echo $width; ?>px; max-width: 100%;">
52
+ </div>
53
+ <?php if ($hover_effect != 'maw_img_swap_fade') { ?>
54
+ <div class="info" style="opacity: 1 !important;">
55
+ <img src="<?php echo $image_url2; ?>" alt="<?php echo $alt2; ?>" style="height: <?php echo $height; ?>px; width: <?php echo $width; ?>px; max-width: 100%;">
56
+ </div>
57
+ <?php } ?>
58
+ <?php if ($hover_effect == 'maw_img_swap_fade') { ?>
59
+ <div class="info">
60
+ <img src="<?php echo $image_url2; ?>" alt="<?php echo $alt2; ?>" style="height: <?php echo $height; ?>px; width: <?php echo $width; ?>px; max-width: 100%;">
61
+ </div>
62
+ <?php } ?>
63
+ </a>
64
+ </div>
65
+ </div>
66
+ </div>
67
+
68
+ <style>
69
+ <?php if ($hover_effect != 'square effect2' && $hover_effect != 'maw_img_swap_fade') { ?>
70
+ .maw_image_swap_<?php echo $img_swap_rand_id; ?>.square .info,
71
+ .maw_image_swap_<?php echo $img_swap_rand_id; ?>.square .img {
72
+ -webkit-transition: all <?php echo $front_anim_speed; ?>ms ease-in-out !important;
73
+ -moz-transition: all <?php echo $front_anim_speed; ?>ms ease-in-out !important;
74
+ transition: all <?php echo $front_anim_speed; ?>ms ease-in-out !important;
75
+ }
76
  <?php } ?>
77
+ <?php if ($hover_effect == 'maw_img_swap_fade' && $front_anim_speed != '') { ?>
78
+ .maw_img_swap_fade .info {
79
+ transition: <?php echo $front_anim_speed; ?>ms ease !important;
80
+ }
81
  <?php } ?>
82
+ <?php if ($img_width != '' || $img_height != '') { ?>
83
+ @media only screen and (max-width: 767px) {
84
+ .maw_image_swap_<?php echo $img_swap_rand_id; ?>.ih-item {
85
+ max-width: <?php echo $img_width; ?>px !important;
86
+ height: auto !important;
87
+ height: <?php echo $img_height; ?>px !important;
88
+ }
89
+ .maw_image_swap_<?php echo $img_swap_rand_id; ?>.ih-item img{
90
+ width: <?php echo $img_width; ?>px !important;
91
+ height: auto !important;
92
+ height: <?php echo $img_height; ?>px !important;
93
+ }
94
+ }
95
+ <?php } ?>
96
+ </style>
97
  <?php
98
  return ob_get_clean();
99
  }
109
  'params' => array(
110
  array(
111
  "type" => "attach_image",
112
+ "heading" => __( 'Front Image', 'swap' ),
113
  "param_name" => "image_id",
114
+ "description" => __( 'Select the image', 'swap' ),
115
  "group" => 'Image',
116
  ),
117
 
123
  "group" => 'Image',
124
  ),
125
 
126
+ array(
127
+ "type" => "attach_image",
128
+ "heading" => __( 'Flip Image', 'swap' ),
129
+ "param_name" => "image_id2",
130
+ "description" => __( 'It will show on hover', 'swap' ),
131
+ "group" => 'Image',
132
+ ),
133
+
134
+ array(
135
+ "type" => "textfield",
136
+ "heading" => __( 'Alternate Text', 'info-banner-vc' ),
137
+ "param_name" => "alt2",
138
+ "description" => __( 'It will be used as alt attribute of img tag', 'info-banner-vc' ),
139
+ "group" => 'Image',
140
+ ),
141
+
142
+ array(
143
+ "type" => "vc_number",
144
+ "heading" => __( 'Image Width', 'ich-vc' ),
145
+ "param_name" => "width",
146
+ "description" => __( 'set in pixel e.g 250 or leave blank for default', 'ich-vc' ),
147
+ "max" => "",
148
+ "suffix" => 'px',
149
+ "group" => 'Image',
150
+ ),
151
+
152
+ array(
153
+ "type" => "vc_number",
154
+ "heading" => __( 'Image Height', 'ich-vc' ),
155
+ "param_name" => "height",
156
+ "description" => __( 'set in pixel e.g 250 or leave blank for default', 'ich-vc' ),
157
+ "max" => "",
158
+ "suffix" => 'px',
159
+ "group" => 'Image',
160
+ ),
161
+
162
  array(
163
  "type" => "vc_link",
164
  "heading" => __( 'Link To', 'swap' ),
213
  /* Hover Effects */
214
 
215
  array(
216
+ "type" => "dropdown",
217
+ "heading" => __( 'Alignment', 'swap' ),
218
+ "param_name" => "img_align",
219
+ "group" => 'Settings',
220
+ "value" => array(
221
+ 'Left' => 'left',
222
+ 'Center' => 'center',
223
+ 'Right' => 'right',
224
+ )
225
+ ),
226
 
227
+ array(
228
+ "type" => "vc_number",
229
+ "heading" => __( 'Animation Speed', 'ich-vc' ),
230
+ "param_name" => "front_anim_speed",
231
+ "description" => __( 'write value in ms, 1s = 1000ms', 'ich-vc' ),
232
+ "min" => "0",
233
+ "max" => "3000",
234
+ "suffix" => 'ms',
235
+ "value" => '300',
236
+ "group" => 'Settings',
237
+ ),
238
 
239
  array(
240
  "type" => "dropdown",
241
  "heading" => __( 'Hover Effect', 'swap' ),
242
  "param_name" => "hover_effect",
243
+ "description" => __( 'Choose hover effect <a href="https://addons.topdigitaltrends.net/image-swap/" target="_blank">See Demo</a>', 'swap' ),
244
+ "group" => 'Settings',
245
  "value" => array(
246
+ 'Fade' => 'maw_img_swap_fade',
247
+ // 'Effect1 top to bottom' => 'square effect1 top_to_bottom',
248
+ // 'Effect1 bottm to top' => 'square effect1 bottom_to_top',
249
+ // 'Effect1 left and right' => 'square effect1 left_and_right',
250
+ 'Effect2' => 'square effect2',
251
+ 'Effect5 left to right' => 'square effect5 left_to_right',
252
+ 'Effect5 right to left' => 'square effect5 right_to_left',
253
+ 'Effect7 fade simple' => 'square effect7',
254
+ 'Effect8 scaleup' => 'square effect8 scale_up',
255
+ 'Effect8 scaledown' => 'square effect8 scale_down',
256
+ 'Effect9 bottom to top' => 'square effect9 bottom_to_top',
257
+ 'Effect9 left to right' => 'square effect9 left_to_right',
258
+ 'Effect9 right to left' => 'square effect9 right_to_left',
259
+ 'Effect9 top to bottom' => 'square effect9 top_to_bottom',
260
+ 'Effect10 left to right' => 'square effect10 left_to_right',
261
+ 'Effect10 right to left' => 'square effect10 right_to_left',
262
+ 'Effect10 top to bottom' => 'square effect10 top_to_bottom',
263
+ 'Effect10 bottom to top' => 'square effect10 bottom_to_top',
264
+ 'Effect11 left to right' => 'square effect11 left_to_right',
265
+ 'Effect11 right to left' => 'square effect11 right_to_left',
266
+ 'Effect11 top to bottom' => 'square effect11 top_to_bottom',
267
+ 'Effect11 bottom to top' => 'square effect11 bottom_to_top',
268
+ 'Effect12 left to right' => 'square effect12 left_to_right',
269
+ 'Effect12 right to left' => 'square effect12 right_to_left',
270
+ 'Effect12 top to bottom' => 'square effect12 top_to_bottom',
271
+ 'Effect12 bottom to top' => 'square effect12 bottom_to_top',
272
+ 'Effect13 left to right' => 'square effect13 left_to_right',
273
+ 'Effect13 right to left' => 'square effect13 right_to_left',
274
+ 'Effect13 top to bottom' => 'square effect13 top_to_bottom',
275
+ 'Effect13 bottom to top' => 'square effect13 bottom_to_top',
276
+ 'Effect14 left to right' => 'square effect14 left_to_right',
277
+ 'Effect14 right to left' => 'square effect14 right_to_left',
278
+ 'Effect14 top to bottom' => 'square effect14 top_to_bottom',
279
+ 'Effect14 bottom to top' => 'square effect14 bottom_to_top',
280
+ 'Effect15 left to right' => 'square effect15 left_to_right',
281
+ 'Effect15 right to left' => 'square effect15 right_to_left',
282
+ 'Effect15 top to bottom' => 'square effect15 top_to_bottom',
283
+ 'Effect15 bottom to top' => 'square effect15 bottom_to_top',
284
  )
285
  ),
286
+
287
+ array(
288
+ "type" => "vc_links",
289
+ "param_name" => "caption_urls",
290
+ "class" => "ult_param_heading",
291
+ "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #302f2f;font-weight:600;">Image Size For Mobile</span>', 'megaaddons' ),
292
+ "group" => 'Settings',
293
+ ),
294
+
295
+ array(
296
+ "type" => "vc_number",
297
+ "heading" => __( 'Image Width', 'ich-vc' ),
298
+ "param_name" => "img_width",
299
+ "max" => "",
300
+ "suffix" => 'px',
301
+ "group" => 'Settings',
302
+ ),
303
+
304
+ array(
305
+ "type" => "vc_number",
306
+ "heading" => __( 'Image Height', 'ich-vc' ),
307
+ "param_name" => "img_height",
308
+ "max" => "",
309
+ "suffix" => 'px',
310
+ "group" => 'Settings',
311
+ ),
312
  ),
313
  ) );
314
 
render/modalPopup.php CHANGED
@@ -12,19 +12,21 @@ class WPBakeryShortCode_modal_popup_box extends WPBakeryShortCode {
12
  'top' => '60',
13
  'width' => '600',
14
  'bodybg' => '#1a94ad',
15
- 'bgclr' => '#ececec',
16
- 'btntext' => '',
17
  'btnalign' => 'left',
 
 
18
  'btnsize' => '18',
19
  'leftpadding' => '20',
20
  'toppadding' => '5',
21
- 'border' => '0px solid transparent',
 
22
  'btnradius' => '3',
23
  'btnclr' => '',
24
  'hoverclr' => '',
25
  'btnbg' => '',
 
26
  'hoverbg' => '',
27
- 'btn_icon' => '',
28
  'titlealign' => 'left',
29
  'titletext' => 'Image Gallery',
30
  'titlesize' => '20',
@@ -32,20 +34,33 @@ class WPBakeryShortCode_modal_popup_box extends WPBakeryShortCode {
32
  'titleclr' => '',
33
  'titlebg' => '',
34
  'titleborder' => '',
 
35
  'contentpad' => '15',
36
  'contentpad2' => '15',
37
  ), $atts ) );
38
  $some_id = rand(5, 500);
39
  wp_enqueue_style( 'animate-css', plugins_url( '../css/animate.css' , __FILE__ ));
 
40
  wp_enqueue_script( 'bpopup-js', plugins_url( '../js/bpopup.js' , __FILE__ ), array('jquery', 'jquery-ui-core'));
41
  $content = wpb_js_remove_wpautop($content, true);
42
  ob_start(); ?>
43
  <!-- HTML DESIGN HERE -->
44
- <div class="modal-popup-box" data-bodybg="<?php echo $bodybg; ?>" style="text-align: <?php echo $btnalign; ?>;">
45
- <button class="model-popup-btn popup-<?php echo $some_id; ?>" data-id="popup-<?php echo $some_id; ?>" style="color: <?php echo $btnclr; ?>;background: <?php echo $btnbg; ?> ; border: <?php echo $border; ?>; border-radius: <?php echo $btnradius; ?>px; font-size: <?php echo $btnsize; ?>px; padding: <?php echo $toppadding; ?>px <?php echo $leftpadding; ?>px;">
46
- <i style="padding-right: 5px;" class="fa <?php echo $btn_icon; ?>"> </i>
47
- <?php echo $btntext; ?>
48
- </button>
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  <div class="mega-model-popup <?php echo $animation; ?> animated" id="popup-<?php echo $some_id; ?>" style="position:fixed;display: none; margin-top: <?php echo $top; ?>px; width: 95%;max-width: <?php echo $width; ?>px; background: <?php echo $bgclr; ?>;">
51
  <span class="b-close"><span><img src="<?php echo plugin_dir_url( __FILE__ ); ?>../images/cross.png"></span></span>
@@ -60,10 +75,11 @@ class WPBakeryShortCode_modal_popup_box extends WPBakeryShortCode {
60
  </div>
61
  </div>
62
  <style>
63
- .modal-popup-box .popup-<?php echo $some_id; ?>:hover {
64
- color: <?php echo $hoverclr; ?> !important;
65
  background: <?php echo $hoverbg; ?> !important;
 
66
  }
 
67
  </style>
68
  <!-- HTML END DESIGN HERE -->
69
  <?php
@@ -127,7 +143,7 @@ vc_map( array(
127
  "type" => "vc_number",
128
  "heading" => __( 'Top', 'modal_popup' ),
129
  "param_name" => "top",
130
- "description" => __( 'set position from top in pixel', 'modal_popup' ),
131
  "value" => __( "60", "modal_popup" ),
132
  "suffix" => 'px',
133
  "group" => 'General',
@@ -148,6 +164,7 @@ vc_map( array(
148
  "description" => __( 'Popup body background color', 'modal_popup' ),
149
  "group" => 'General',
150
  ),
 
151
  array(
152
  "type" => "vc_links",
153
  "param_name" => "caption_url",
@@ -155,6 +172,7 @@ vc_map( array(
155
  "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #0073aa;font-weight:600;"><a href="https://1.envato.market/02aNL" target="_blank" style="text-decoration: none;">Get the Pro version for more stunning elements and customization options.</a></span>', 'ihover' ),
156
  "group" => 'General',
157
  ),
 
158
  array(
159
  "type" => "iconpicker",
160
  "heading" => __( 'Select icon', 'button' ),
@@ -162,10 +180,26 @@ vc_map( array(
162
  "description" => __( 'it will show within text', 'button' ),
163
  "group" => 'Button Setting',
164
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  array(
166
  "type" => "dropdown",
167
  "heading" => __( 'Button Align', 'modal_popup' ),
168
  "param_name" => "btnalign",
 
169
  "group" => 'Button Setting',
170
  "value" => array(
171
  "Left" => "left",
@@ -180,76 +214,106 @@ vc_map( array(
180
  "description" => __( 'text for button', 'modal_popup' ),
181
  "group" => 'Button Setting',
182
  ),
 
 
 
 
 
 
 
 
183
  array(
184
  "type" => "vc_number",
185
- "heading" => __( 'Font Size', 'modal_popup' ),
186
- "param_name" => "btnsize",
187
- "description" => __( 'font size for button in pixel', 'modal_popup' ),
 
188
  "suffix" => 'px',
189
- "value" => __( "18", "modal_popup" ),
190
  "group" => 'Button Setting',
191
  ),
192
  array(
193
  "type" => "vc_number",
194
- "heading" => __( 'Padding [Left,Right]', 'modal_popup' ),
195
  "param_name" => "leftpadding",
196
- "description" => __( 'write in pixel for button width', 'modal_popup' ),
 
197
  "suffix" => 'px',
198
  "value" => __( "20", "modal_popup" ),
199
  "group" => 'Button Setting',
200
  ),
201
  array(
202
  "type" => "vc_number",
203
- "heading" => __( 'Padding [Top,Bottom]', 'modal_popup' ),
204
- "param_name" => "toppadding",
205
- "description" => __( 'write in pixel for button height', 'modal_popup' ),
206
  "suffix" => 'px',
207
- "value" => __( "5", "modal_popup" ),
208
  "group" => 'Button Setting',
209
  ),
 
 
 
210
  array(
211
- "type" => "textfield",
212
- "heading" => __( 'Border Style [width style color]', 'modal_popup' ),
213
- "param_name" => "border",
214
- "description" => __( 'button border', 'modal_popup' ),
215
- "value" => __( "0px solid #44448F", "modal_popup" ),
216
- "group" => 'Button Setting',
 
 
 
 
 
 
 
 
217
  ),
218
  array(
219
  "type" => "vc_number",
220
- "heading" => __( 'Radius', 'modal_popup' ),
221
  "param_name" => "btnradius",
222
- "description" => __( 'button radius in pixel', 'modal_popup' ),
223
  "suffix" => 'px',
224
  "value" => __( "5", "modal_popup" ),
225
  "group" => 'Button Setting',
226
  ),
 
 
 
 
 
 
 
 
 
227
  array(
228
  "type" => "colorpicker",
229
  "heading" => __( 'Color', 'modal_popup' ),
230
  "param_name" => "btnclr",
231
- "description" => __( 'Button text color', 'modal_popup' ),
232
  "group" => 'Button Setting',
233
  ),
234
  array(
235
  "type" => "colorpicker",
236
- "heading" => __( 'Background Color', 'modal_popup' ),
237
- "param_name" => "btnbg",
238
- "description" => __( 'Button background color', 'modal_popup' ),
239
  "group" => 'Button Setting',
240
  ),
241
  array(
242
  "type" => "colorpicker",
243
- "heading" => __( 'Hover Color', 'modal_popup' ),
244
- "param_name" => "hoverclr",
245
- "description" => __( 'Button text color onhover', 'modal_popup' ),
246
  "group" => 'Button Setting',
247
  ),
248
  array(
249
  "type" => "colorpicker",
250
  "heading" => __( 'Background Hover Color', 'modal_popup' ),
251
  "param_name" => "hoverbg",
252
- "description" => __( 'Button background color on hover', 'modal_popup' ),
253
  "group" => 'Button Setting',
254
  ),
255
  array(
@@ -337,7 +401,7 @@ vc_map( array(
337
  ),
338
  array(
339
  "type" => "textarea_html",
340
- "heading" => __( 'You can also use shortcode', 'megaaddons' ),
341
  "param_name" => "content",
342
  "group" => 'Popup Content',
343
  ),
12
  'top' => '60',
13
  'width' => '600',
14
  'bodybg' => '#1a94ad',
15
+ 'btn_animation' => 'hvr-fade',
 
16
  'btnalign' => 'left',
17
+ 'btntext' => '',
18
+ 'btntext2' => '',
19
  'btnsize' => '18',
20
  'leftpadding' => '20',
21
  'toppadding' => '5',
22
+ 'btn_border' => '#269CE9',
23
+ 'border_width' => '0',
24
  'btnradius' => '3',
25
  'btnclr' => '',
26
  'hoverclr' => '',
27
  'btnbg' => '',
28
+ 'btn_icon' => '',
29
  'hoverbg' => '',
 
30
  'titlealign' => 'left',
31
  'titletext' => 'Image Gallery',
32
  'titlesize' => '20',
34
  'titleclr' => '',
35
  'titlebg' => '',
36
  'titleborder' => '',
37
+ 'bgclr' => '#ececec',
38
  'contentpad' => '15',
39
  'contentpad2' => '15',
40
  ), $atts ) );
41
  $some_id = rand(5, 500);
42
  wp_enqueue_style( 'animate-css', plugins_url( '../css/animate.css' , __FILE__ ));
43
+ wp_enqueue_style( 'modal-popup-btn', plugins_url( '../css/modal-popup-btn.css' , __FILE__ ));
44
  wp_enqueue_script( 'bpopup-js', plugins_url( '../js/bpopup.js' , __FILE__ ), array('jquery', 'jquery-ui-core'));
45
  $content = wpb_js_remove_wpautop($content, true);
46
  ob_start(); ?>
47
  <!-- HTML DESIGN HERE -->
48
+ <div class="maw__modal_popup_box" data-bodybg="<?php echo $bodybg; ?>" style="justify-content: <?php echo $btnalign; ?>; display: flex;">
49
+ <?php if ($btn_animation == 'button--winona' || $btn_animation == 'hvr-fade') { ?>
50
+ <button class="mega-uae-btn model-popup-btn popup-<?php echo $some_id; ?> <?php echo $btn_animation; ?>" data-id="popup-<?php echo $some_id; ?>" style="color: <?php echo $btnclr; ?>;background: <?php echo $btnbg; ?> ; border: <?php echo $border_width; ?>px solid <?php echo $btn_border ?>; border-radius: <?php echo $btnradius; ?>px; font-size: <?php echo $btnsize; ?>px; padding: <?php echo $toppadding; ?>px <?php echo $leftpadding; ?>px;" data-text="">
51
+ <span><i style="padding-right: 5px;" class="fa <?php echo $btn_icon; ?>"> </i> <?php echo $btntext; ?></span>
52
+ <span style="background: <?php echo $hoverbg; ?>; padding: <?php echo $toppadding; ?>px 0; color: <?php echo $hoverclr; ?>;" class="modal-popup-after"><?php echo $btntext2; ?></span>
53
+ </button>
54
+ <div style="clear: both;"></div>
55
+ <?php } ?>
56
+
57
+ <?php if ($btn_animation == 'button--rayen' || $btn_animation == 'button--moema' || $btn_animation == 'button--ujarak') { ?>
58
+ <button class="mega-uae-btn model-popup-btn popup-<?php echo $some_id; ?> <?php echo $btn_animation; ?>" data-id="popup-<?php echo $some_id; ?>" style="color: <?php echo $btnclr; ?>;background: <?php echo $btnbg; ?> ; border: <?php echo $border_width; ?>px solid <?php echo $btn_border ?>; border-radius: <?php echo $btnradius; ?>px; font-size: <?php echo $btnsize; ?>px; padding: <?php echo $toppadding; ?>px <?php echo $leftpadding; ?>px;" data-text="">
59
+ <span style="background: <?php echo $hoverbg; ?>; padding: <?php echo $toppadding; ?>px 0; color: <?php echo $hoverclr; ?>;" class="modal-popup-before"><?php echo $btntext2; ?></span>
60
+ <span><i style="padding-right: 5px;" class="fa <?php echo $btn_icon; ?>"> </i> <?php echo $btntext; ?></span>
61
+ </button>
62
+ <div style="clear: both;"></div>
63
+ <?php } ?>
64
 
65
  <div class="mega-model-popup <?php echo $animation; ?> animated" id="popup-<?php echo $some_id; ?>" style="position:fixed;display: none; margin-top: <?php echo $top; ?>px; width: 95%;max-width: <?php echo $width; ?>px; background: <?php echo $bgclr; ?>;">
66
  <span class="b-close"><span><img src="<?php echo plugin_dir_url( __FILE__ ); ?>../images/cross.png"></span></span>
75
  </div>
76
  </div>
77
  <style>
78
+ .maw__modal_popup_box .popup-<?php echo $some_id; ?>:hover {
 
79
  background: <?php echo $hoverbg; ?> !important;
80
+ color: <?php echo $hoverclr; ?> !important;
81
  }
82
+
83
  </style>
84
  <!-- HTML END DESIGN HERE -->
85
  <?php
143
  "type" => "vc_number",
144
  "heading" => __( 'Top', 'modal_popup' ),
145
  "param_name" => "top",
146
+ "description" => __( 'Popup position from top', 'modal_popup' ),
147
  "value" => __( "60", "modal_popup" ),
148
  "suffix" => 'px',
149
  "group" => 'General',
164
  "description" => __( 'Popup body background color', 'modal_popup' ),
165
  "group" => 'General',
166
  ),
167
+
168
  array(
169
  "type" => "vc_links",
170
  "param_name" => "caption_url",
172
  "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #0073aa;font-weight:600;"><a href="https://1.envato.market/02aNL" target="_blank" style="text-decoration: none;">Get the Pro version for more stunning elements and customization options.</a></span>', 'ihover' ),
173
  "group" => 'General',
174
  ),
175
+
176
  array(
177
  "type" => "iconpicker",
178
  "heading" => __( 'Select icon', 'button' ),
180
  "description" => __( 'it will show within text', 'button' ),
181
  "group" => 'Button Setting',
182
  ),
183
+
184
+ array(
185
+ "type" => "dropdown",
186
+ "heading" => __( 'Button Effects', 'modal_popup' ),
187
+ "param_name" => "btn_animation",
188
+ "edit_field_class" => "vc_col-sm-6",
189
+ "group" => 'Button Setting',
190
+ "value" => array(
191
+ "Fade" => "hvr-fade",
192
+ "Winona" => "button--winona",
193
+ "Rayen" => "button--rayen",
194
+ "Moema" => "button--moema",
195
+ "Ujarak" => "button--ujarak",
196
+ )
197
+ ),
198
  array(
199
  "type" => "dropdown",
200
  "heading" => __( 'Button Align', 'modal_popup' ),
201
  "param_name" => "btnalign",
202
+ "edit_field_class" => "vc_col-sm-6",
203
  "group" => 'Button Setting',
204
  "value" => array(
205
  "Left" => "left",
214
  "description" => __( 'text for button', 'modal_popup' ),
215
  "group" => 'Button Setting',
216
  ),
217
+ array(
218
+ "type" => "textfield",
219
+ "heading" => __( 'Button Text 2', 'modal_popup' ),
220
+ "param_name" => "btntext2",
221
+ "description" => __( 'it will show on hover', 'modal_popup' ),
222
+ "dependency" => array('element' => "btn_animation", 'value' => array('button--winona', 'button--rayen')),
223
+ "group" => 'Button Setting',
224
+ ),
225
  array(
226
  "type" => "vc_number",
227
+ "heading" => __( 'Padding', 'modal_popup' ),
228
+ "param_name" => "toppadding",
229
+ "edit_field_class" => "vc_col-sm-4",
230
+ "description" => __( 'top bottom', 'modal_popup' ),
231
  "suffix" => 'px',
232
+ "value" => __( "5", "modal_popup" ),
233
  "group" => 'Button Setting',
234
  ),
235
  array(
236
  "type" => "vc_number",
237
+ "heading" => __( 'Padding', 'modal_popup' ),
238
  "param_name" => "leftpadding",
239
+ "edit_field_class" => "vc_col-sm-4",
240
+ "description" => __( 'left, right', 'modal_popup' ),
241
  "suffix" => 'px',
242
  "value" => __( "20", "modal_popup" ),
243
  "group" => 'Button Setting',
244
  ),
245
  array(
246
  "type" => "vc_number",
247
+ "heading" => __( 'Font Size', 'modal_popup' ),
248
+ "param_name" => "btnsize",
249
+ "edit_field_class" => "vc_col-sm-4",
250
  "suffix" => 'px',
251
+ "value" => __( "18", "modal_popup" ),
252
  "group" => 'Button Setting',
253
  ),
254
+
255
+ /** border **/
256
+
257
  array(
258
+ "type" => "colorpicker",
259
+ "heading" => __( 'Border Color', 'button' ),
260
+ "param_name" => "btn_border",
261
+ "edit_field_class" => "vc_col-sm-4",
262
+ "group" => 'Button Setting',
263
+ ),
264
+ array(
265
+ "type" => "vc_number",
266
+ "heading" => __( 'Border Width', 'button' ),
267
+ "param_name" => "border_width",
268
+ "edit_field_class" => "vc_col-sm-4",
269
+ "value" => "0",
270
+ "suffix" => 'px',
271
+ "group" => 'Button Setting',
272
  ),
273
  array(
274
  "type" => "vc_number",
275
+ "heading" => __( 'Border Radius', 'modal_popup' ),
276
  "param_name" => "btnradius",
277
+ "edit_field_class" => "vc_col-sm-4",
278
  "suffix" => 'px',
279
  "value" => __( "5", "modal_popup" ),
280
  "group" => 'Button Setting',
281
  ),
282
+
283
+ array(
284
+ "type" => "vc_links",
285
+ "param_name" => "caption_url",
286
+ "class" => "ult_param_heading",
287
+ "description" => __( '<span style="Background: #ddd;padding: 10px; display: block; color: #302f2f;font-weight:600;">Color Settings</span>', 'ihover' ),
288
+ "group" => 'Button Setting',
289
+ ),
290
+
291
  array(
292
  "type" => "colorpicker",
293
  "heading" => __( 'Color', 'modal_popup' ),
294
  "param_name" => "btnclr",
295
+ "edit_field_class" => "vc_col-sm-6",
296
  "group" => 'Button Setting',
297
  ),
298
  array(
299
  "type" => "colorpicker",
300
+ "heading" => __( 'Hover Color', 'modal_popup' ),
301
+ "param_name" => "hoverclr",
302
+ "edit_field_class" => "vc_col-sm-6",
303
  "group" => 'Button Setting',
304
  ),
305
  array(
306
  "type" => "colorpicker",
307
+ "heading" => __( 'Background Color', 'modal_popup' ),
308
+ "param_name" => "btnbg",
309
+ "edit_field_class" => "vc_col-sm-6",
310
  "group" => 'Button Setting',
311
  ),
312
  array(
313
  "type" => "colorpicker",
314
  "heading" => __( 'Background Hover Color', 'modal_popup' ),
315
  "param_name" => "hoverbg",
316
+ "edit_field_class" => "vc_col-sm-6",
317
  "group" => 'Button Setting',
318
  ),
319
  array(
401
  ),
402
  array(
403
  "type" => "textarea_html",
404
+ "heading" => __( 'You can also use shortcode', 'modal_popup' ),
405
  "param_name" => "content",
406
  "group" => 'Popup Content',
407
  ),
render/tm_carousel_son.php CHANGED
@@ -74,6 +74,7 @@ class WPBakeryShortCode_tm_carousel_son extends WPBakeryShortCode {
74
  </a>
75
  </span>
76
  <?php } ?>
 
77
  </span>
78
  </div>
79
  </div>
74
  </a>
75
  </span>
76
  <?php } ?>
77
+ <p>&nbsp;</p>
78
  </span>
79
  </div>
80
  </div>