universal 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_includes/banner.html +15 -0
  5. data/_includes/carousel.html +81 -0
  6. data/_includes/contact.html +25 -0
  7. data/_includes/copyright.html +8 -0
  8. data/_includes/cta.questions.html +17 -0
  9. data/_includes/customers.html +21 -0
  10. data/_includes/footer.html +42 -0
  11. data/_includes/get.it.html +10 -0
  12. data/_includes/head.html +48 -0
  13. data/_includes/header.html +81 -0
  14. data/_includes/js.html +38 -0
  15. data/_includes/offer.html +75 -0
  16. data/_includes/team.html +31 -0
  17. data/_includes/testimonials.html +41 -0
  18. data/_layouts/.DS_Store +0 -0
  19. data/_layouts/default.html +19 -0
  20. data/assets/.DS_Store +0 -0
  21. data/assets/css/.DS_Store +0 -0
  22. data/assets/css/animate.css +3158 -0
  23. data/assets/css/custom.css +80 -0
  24. data/assets/css/owl.carousel.css +71 -0
  25. data/assets/css/owl.theme.css +69 -0
  26. data/assets/css/style-default.css +3571 -0
  27. data/assets/css/style.blue.css +3570 -0
  28. data/assets/css/style.default.css +3570 -0
  29. data/assets/css/style.green.css +3570 -0
  30. data/assets/css/style.marsala.css +3570 -0
  31. data/assets/css/style.pink.css +3570 -0
  32. data/assets/css/style.red.css +3570 -0
  33. data/assets/css/style.turquoise.css +3570 -0
  34. data/assets/css/style.violet.css +3570 -0
  35. data/assets/img/.DS_Store +0 -0
  36. data/assets/img/Chewbacca.jpg +0 -0
  37. data/assets/img/Georges.jpg +0 -0
  38. data/assets/img/Han Solo.jpg +0 -0
  39. data/assets/img/Jean.jpg +0 -0
  40. data/assets/img/Lionel.jpg +0 -0
  41. data/assets/img/Luke Skywalker.jpg +0 -0
  42. data/assets/img/Marie.jpg +0 -0
  43. data/assets/img/Princesse Leia.jpg +0 -0
  44. data/assets/img/apple-touch-icon-114x114.png +0 -0
  45. data/assets/img/apple-touch-icon-120x120.png +0 -0
  46. data/assets/img/apple-touch-icon-144x144.png +0 -0
  47. data/assets/img/apple-touch-icon-152x152.png +0 -0
  48. data/assets/img/apple-touch-icon-57x57.png +0 -0
  49. data/assets/img/apple-touch-icon-72x72.png +0 -0
  50. data/assets/img/apple-touch-icon-76x76.png +0 -0
  51. data/assets/img/apple-touch-icon.png +0 -0
  52. data/assets/img/customer-bidule.png +0 -0
  53. data/assets/img/customer-cslink.png +0 -0
  54. data/assets/img/customer-evian.png +0 -0
  55. data/assets/img/customer-kofola.png +0 -0
  56. data/assets/img/customer-mf.png +0 -0
  57. data/assets/img/customer-vanek.png +0 -0
  58. data/assets/img/favicon.ico +0 -0
  59. data/assets/img/fixed-background-1.jpg +0 -0
  60. data/assets/img/fixed-background-2.jpg +0 -0
  61. data/assets/img/logo-small.png +0 -0
  62. data/assets/img/logo.png +0 -0
  63. data/assets/img/photogrid.jpg +0 -0
  64. data/assets/img/template-easy-code.png +0 -0
  65. data/assets/img/template-easy-customize.png +0 -0
  66. data/assets/img/template-homepage.png +0 -0
  67. data/assets/img/template-mac.png +0 -0
  68. data/assets/img/texture-bw.png +0 -0
  69. data/assets/js/.DS_Store +0 -0
  70. data/assets/js/front.js +413 -0
  71. data/assets/js/jquery.cookie.js +117 -0
  72. data/assets/js/jquery.counterup.min.js +8 -0
  73. data/assets/js/jquery.parallax-1.1.3.js +69 -0
  74. data/assets/js/owl.carousel.min.js +1 -0
  75. data/assets/js/stripe.checkout.js +27 -0
  76. data/assets/js/stripe.form.js +48 -0
  77. data/assets/js/waypoints.min.js +8 -0
  78. metadata +163 -0
@@ -0,0 +1,3570 @@
1
+ .clearfix:before,
2
+ .clearfix:after,
3
+ .navbar:before,
4
+ .navbar:after,
5
+ .navbar-header:before,
6
+ .navbar-header:after {
7
+ content: " ";
8
+ display: table;
9
+ }
10
+ .clearfix:after,
11
+ .navbar:after,
12
+ .navbar-header:after {
13
+ clear: both;
14
+ }
15
+ .center-block {
16
+ display: block;
17
+ margin-left: auto;
18
+ margin-right: auto;
19
+ }
20
+ .pull-right {
21
+ float: right !important;
22
+ }
23
+ .pull-left {
24
+ float: left !important;
25
+ }
26
+ .hide {
27
+ display: none !important;
28
+ }
29
+ .show {
30
+ display: block !important;
31
+ }
32
+ .invisible {
33
+ visibility: hidden;
34
+ }
35
+ .text-hide {
36
+ font: 0/0 a;
37
+ color: transparent;
38
+ text-shadow: none;
39
+ background-color: transparent;
40
+ border: 0;
41
+ }
42
+ .hidden {
43
+ display: none !important;
44
+ visibility: hidden !important;
45
+ }
46
+ .affix {
47
+ position: fixed;
48
+ -webkit-transform: translate3d(0, 0, 0);
49
+ transform: translate3d(0, 0, 0);
50
+ }
51
+ /* general styles */
52
+ a,
53
+ button {
54
+ -webkit-transition: all 0.2s ease-out;
55
+ -moz-transition: all 0.2s ease-out;
56
+ transition: all 0.2s ease-out;
57
+ }
58
+ a i.fa,
59
+ button i.fa {
60
+ margin: 0 5px;
61
+ }
62
+ .clickable {
63
+ cursor: pointer !important;
64
+ }
65
+ .required {
66
+ color: #6aae7a;
67
+ }
68
+ .accent {
69
+ color: #6aae7a;
70
+ }
71
+ .text-uppercase {
72
+ text-transform: uppercase;
73
+ letter-spacing: 0.08em;
74
+ }
75
+ @media (max-width: 991px) {
76
+ .text-center-sm {
77
+ text-align: center;
78
+ }
79
+ }
80
+ p.lead {
81
+ margin-bottom: 40px;
82
+ }
83
+ section,
84
+ div.section {
85
+ margin-bottom: 40px;
86
+ }
87
+ .no-mb {
88
+ margin-bottom: 0 !important;
89
+ }
90
+ .mb-small {
91
+ margin-bottom: 20px !important;
92
+ }
93
+ .heading {
94
+ margin-bottom: 40px;
95
+ }
96
+ .heading h1,
97
+ .heading h2,
98
+ .heading h3,
99
+ .heading h4,
100
+ .heading h5 {
101
+ display: inline-block;
102
+ border-bottom: solid 5px #6aae7a;
103
+ line-height: 1.1;
104
+ margin-bottom: 0;
105
+ padding-bottom: 10px;
106
+ vertical-align: middle;
107
+ text-transform: uppercase;
108
+ letter-spacing: 0.06em;
109
+ }
110
+ .heading h1 i.fa,
111
+ .heading h2 i.fa,
112
+ .heading h3 i.fa,
113
+ .heading h4 i.fa,
114
+ .heading h5 i.fa {
115
+ display: inline-block;
116
+ background: #6aae7a;
117
+ width: 30px;
118
+ height: 30px;
119
+ vertical-align: middle;
120
+ text-align: center;
121
+ color: #fff;
122
+ font-size: 12px;
123
+ line-height: 30px;
124
+ border-radius: 15px;
125
+ }
126
+ .icon {
127
+ display: inline-block;
128
+ width: 80px;
129
+ height: 80px;
130
+ color: #fff;
131
+ line-height: 80px;
132
+ border-radius: 40px;
133
+ border: solid 1px #fff;
134
+ font-size: 20px;
135
+ }
136
+ .icon.icon-lg {
137
+ font-size: 30px;
138
+ border-width: 2px;
139
+ }
140
+ .ul-icons {
141
+ padding-left: 10px;
142
+ }
143
+ .ul-icons li {
144
+ list-style-type: none;
145
+ line-height: 20px;
146
+ margin-bottom: 20px;
147
+ }
148
+ .ul-icons li i {
149
+ width: 20px;
150
+ height: 20px;
151
+ background: #6aae7a;
152
+ color: #fff;
153
+ text-align: center;
154
+ border-radius: 10px;
155
+ line-height: 20px;
156
+ margin-right: 10px;
157
+ }
158
+ ul.list-style-none {
159
+ list-style: none;
160
+ }
161
+ #text-page h1,
162
+ #text-page h2,
163
+ #text-page h3 {
164
+ font-weight: 700;
165
+ }
166
+ #error-page {
167
+ text-align: center;
168
+ margin-top: 40px;
169
+ margin-bottom: 100px;
170
+ }
171
+ #error-page h4 {
172
+ margin-bottom: 40px;
173
+ }
174
+ #error-page p.buttons {
175
+ margin-top: 40px;
176
+ }
177
+ .pages-listing .item {
178
+ text-align: center;
179
+ }
180
+ .pages-listing .item h3 {
181
+ font-size: 18px;
182
+ text-transform: uppercase;
183
+ margin-bottom: 20px;
184
+ letter-spacing: 0.08em;
185
+ }
186
+ .pages-listing .item h3 a {
187
+ color: #555555;
188
+ }
189
+ .pages-listing .item .text {
190
+ margin-bottom: 20px;
191
+ }
192
+ .pages-listing .item .text p {
193
+ color: #999999;
194
+ font-size: 12px;
195
+ margin-bottom: 20px;
196
+ }
197
+ .banner {
198
+ margin-bottom: 30px;
199
+ text-align: center;
200
+ }
201
+ .banner img {
202
+ margin: 0 auto;
203
+ }
204
+ .banner a:hover img {
205
+ opacity: 0.8;
206
+ filter: alpha(opacity=80);
207
+ -webkit-transition: all 0.2s ease-out;
208
+ -moz-transition: all 0.2s ease-out;
209
+ transition: all 0.2s ease-out;
210
+ }
211
+ .pages {
212
+ text-align: center;
213
+ }
214
+ .pages .loadMore {
215
+ text-align: center;
216
+ }
217
+ .pages .pagination {
218
+ text-align: center;
219
+ }
220
+ .features-buttons button {
221
+ margin-bottom: 20px;
222
+ }
223
+ @media (min-width: 1300px) {
224
+ body.boxed {
225
+ background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
226
+ }
227
+ body.boxed #all {
228
+ position: relative;
229
+ background: #fff;
230
+ width: 1200px;
231
+ margin: 0 auto;
232
+ overflow: hidden;
233
+ -webkit-box-shadow: 0 0 5px #cccccc;
234
+ box-shadow: 0 0 5px #cccccc;
235
+ }
236
+ }
237
+ #top {
238
+ background: #555555;
239
+ color: #eeeeee;
240
+ padding: 10px 0;
241
+ }
242
+ #top p {
243
+ margin: 0;
244
+ font-size: 12px;
245
+ }
246
+ #top .social {
247
+ float: right;
248
+ text-align: right;
249
+ }
250
+ #top .social a {
251
+ color: #999999;
252
+ display: inline-block;
253
+ width: 24px;
254
+ height: 24px;
255
+ border-radius: 12px;
256
+ line-height: 20px;
257
+ font-size: 12px;
258
+ text-align: center;
259
+ vertical-align: bottom;
260
+ }
261
+ #top .social a:hover {
262
+ color: #fff;
263
+ }
264
+ #top .social a:hover.linkedin {
265
+ background-color: #0e76a8;
266
+ }
267
+ #top .social a:hover.facebook {
268
+ background-color: #4460ae;
269
+ }
270
+ #top .social a:hover.gplus {
271
+ background-color: #c21f25;
272
+ }
273
+ #top .social a:hover.twitter {
274
+ background-color: #3cf;
275
+ }
276
+ #top .social a:hover.instagram {
277
+ background-color: #cd4378;
278
+ }
279
+ #top .social a:hover.email {
280
+ background-color: #4a7f45;
281
+ }
282
+ #top .login {
283
+ float: right;
284
+ }
285
+ #top .login a {
286
+ font-size: 12px;
287
+ color: #eeeeee;
288
+ margin-right: 15px;
289
+ text-decoration: none;
290
+ text-transform: uppercase;
291
+ font-weight: 700;
292
+ letter-spacing: 0.10em;
293
+ }
294
+ @media (max-width: 767px) {
295
+ #top .login {
296
+ float: left;
297
+ }
298
+ }
299
+ #top.light {
300
+ background: #fff;
301
+ color: #999999;
302
+ border-bottom: solid 1px #eeeeee;
303
+ }
304
+ #top.light .login a {
305
+ color: #555555;
306
+ }
307
+ .navbar {
308
+ border: none;
309
+ }
310
+ .navbar ul.nav > li > a {
311
+ text-transform: uppercase;
312
+ text-decoration: underline;
313
+ font-weight: bold;
314
+ letter-spacing: 0.08em;
315
+ border-top: solid 5px transparent;
316
+ }
317
+ .navbar ul.nav > li > a:hover {
318
+ border-top: solid 5px #6aae7a;
319
+ }
320
+ .navbar ul.nav > li.active > a,
321
+ .navbar ul.nav > li.open > a {
322
+ text-decoration: none !important;
323
+ border-top: solid 5px #3f734b;
324
+ }
325
+ @media (max-width: 768px) {
326
+ .navbar ul.nav > li.active > a,
327
+ .navbar ul.nav > li.open > a {
328
+ border-top-color: transparent;
329
+ }
330
+ .navbar ul.nav > li > a:hover {
331
+ border-top-color: transparent;
332
+ }
333
+ }
334
+ .navbar.navbar-light ul.nav > li.active > a {
335
+ border-top: solid 5px #3f734b;
336
+ background: #fff !important;
337
+ color: #555555 !important;
338
+ }
339
+ .navbar.navbar-light ul.nav > li.active > a:hover {
340
+ border-top: solid 5px #3f734b;
341
+ }
342
+ .navbar.navbar-light ul.nav > li > a:hover,
343
+ .navbar.navbar-light ul.nav > li.open > a:hover,
344
+ .navbar.navbar-light ul.nav > li > a:focus,
345
+ .navbar.navbar-light ul.nav > li.open > a:focus {
346
+ border-top: solid 5px #6aae7a;
347
+ background: #fff !important;
348
+ color: #555555 !important;
349
+ }
350
+ .navbar ul.dropdown-menu {
351
+ margin: 0;
352
+ padding: 0;
353
+ }
354
+ .navbar ul.dropdown-menu li {
355
+ list-style-type: none;
356
+ border-bottom: solid 1px #eeeeee;
357
+ text-transform: uppercase;
358
+ letter-spacing: 0.08em;
359
+ padding: 4px 0;
360
+ }
361
+ .navbar ul.dropdown-menu li a {
362
+ position: relative;
363
+ color: #999999;
364
+ font-size: 12px;
365
+ display: block;
366
+ -webkit-transition: all 0.2s ease-out;
367
+ -moz-transition: all 0.2s ease-out;
368
+ transition: all 0.2s ease-out;
369
+ left: 0;
370
+ }
371
+ .navbar ul.dropdown-menu li a:hover {
372
+ color: #6aae7a;
373
+ text-decoration: none;
374
+ background: none;
375
+ left: 2px;
376
+ -webkit-transition: all 0.2s ease-out;
377
+ -moz-transition: all 0.2s ease-out;
378
+ transition: all 0.2s ease-out;
379
+ }
380
+ @media (max-width: 767px) {
381
+ .navbar ul.dropdown-menu li a:hover {
382
+ left: 0;
383
+ }
384
+ }
385
+ .navbar .yamm-content h3 {
386
+ font-size: 18px;
387
+ text-transform: uppercase;
388
+ padding-bottom: 10px;
389
+ margin-top: 5px;
390
+ border-bottom: dotted 1px #555555;
391
+ letter-spacing: 0.08em;
392
+ }
393
+ @media (max-width: 767px) {
394
+ .navbar .yamm-content h3 {
395
+ font-size: 14px;
396
+ }
397
+ }
398
+ .navbar .yamm-content h5 {
399
+ text-transform: uppercase;
400
+ padding-bottom: 10px;
401
+ border-bottom: dotted 1px #555555;
402
+ letter-spacing: 0.08em;
403
+ }
404
+ .navbar .yamm-content ul {
405
+ margin: 0;
406
+ padding: 0;
407
+ }
408
+ .navbar .yamm-content ul li {
409
+ list-style-type: none;
410
+ border-bottom: solid 1px #eeeeee;
411
+ text-transform: uppercase;
412
+ padding: 4px 0;
413
+ }
414
+ .navbar .yamm-content ul li a {
415
+ position: relative;
416
+ color: #999999;
417
+ font-size: 12px;
418
+ display: block;
419
+ -webkit-transition: all 0.2s ease-out;
420
+ -moz-transition: all 0.2s ease-out;
421
+ transition: all 0.2s ease-out;
422
+ }
423
+ .navbar .yamm-content ul li a:hover {
424
+ color: #6aae7a;
425
+ text-decoration: none;
426
+ padding-left: 2px;
427
+ }
428
+ .navbar .yamm-content .banner {
429
+ margin-bottom: 10px;
430
+ }
431
+ .navbar .yamm-fw .dropdown-menu {
432
+ padding: 0;
433
+ }
434
+ .navbar .navbar-buttons {
435
+ float: right;
436
+ }
437
+ .navbar .navbar-buttons button,
438
+ .navbar .navbar-buttons a.btn,
439
+ .navbar .navbar-buttons .btn-default.navbar-toggle {
440
+ margin-top: 11px;
441
+ margin-bottom: 11px;
442
+ margin-left: 0;
443
+ margin-right: 5px;
444
+ }
445
+ .navbar .btn-default,
446
+ .navbar .btn-default.navbar-toggle {
447
+ color: #999999;
448
+ background-color: #fff;
449
+ margin-left: 7px;
450
+ margin-right: 0;
451
+ }
452
+ .navbar .btn-default:hover,
453
+ .navbar .btn-default.navbar-toggle:hover,
454
+ .navbar .btn-default:focus,
455
+ .navbar .btn-default.navbar-toggle:focus {
456
+ background-color: #fff;
457
+ border-color: #6aae7a;
458
+ color: #6aae7a;
459
+ }
460
+ .navbar #search {
461
+ clear: both;
462
+ border-top: solid 1px #6aae7a;
463
+ text-align: right;
464
+ }
465
+ .navbar #search form {
466
+ float: right;
467
+ }
468
+ .navbar #search form .input-group {
469
+ width: 500px;
470
+ }
471
+ @media (max-width: 768px) {
472
+ .navbar #search form .input-group {
473
+ width: 100%;
474
+ }
475
+ }
476
+ .navbar #basket-overview a {
477
+ margin-left: 7px;
478
+ }
479
+ .navbar-affixed-top {
480
+ top: -32px;
481
+ }
482
+ .navbar-affixed-top.affix-top {
483
+ -webkit-transition: all 0.5s ease-out;
484
+ -moz-transition: all 0.5s ease-out;
485
+ transition: all 0.5s ease-out;
486
+ }
487
+ .navbar-affixed-top.affix {
488
+ position: fixed;
489
+ width: 100%;
490
+ top: 0;
491
+ z-index: 1000;
492
+ -webkit-box-shadow: 0 0 5px #cccccc;
493
+ box-shadow: 0 0 5px #cccccc;
494
+ -webkit-transition: all 0.5s ease-out;
495
+ -moz-transition: all 0.5s ease-out;
496
+ transition: all 0.5s ease-out;
497
+ }
498
+ body.boxed .navbar-affixed-top.affix {
499
+ position: static;
500
+ }
501
+ #login-modal {
502
+ overflow: hidden;
503
+ }
504
+ #login-modal .modal-header h4 {
505
+ text-transform: uppercase;
506
+ }
507
+ #login-modal form {
508
+ margin-bottom: 20px;
509
+ }
510
+ #login-modal a {
511
+ color: #6aae7a;
512
+ }
513
+ #login-modal p {
514
+ font-weight: 300;
515
+ margin-bottom: 20px;
516
+ font-size: 13px;
517
+ }
518
+ /* buttons */
519
+ .btn {
520
+ font-weight: 700;
521
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
522
+ text-transform: uppercase;
523
+ letter-spacing: 0.08em;
524
+ padding: 6px 12px;
525
+ font-size: 13px;
526
+ line-height: 1.42857143;
527
+ border-radius: 0;
528
+ }
529
+ .input-group .btn {
530
+ font-size: 14px;
531
+ }
532
+ .btn-lg {
533
+ padding: 10px 16px;
534
+ font-size: 14px;
535
+ line-height: 1.33;
536
+ border-radius: 0;
537
+ }
538
+ .btn-sm {
539
+ padding: 5px 10px;
540
+ font-size: 12px;
541
+ line-height: 1.5;
542
+ border-radius: 0;
543
+ }
544
+ .btn-xs {
545
+ padding: 1px 5px;
546
+ font-size: 12px;
547
+ line-height: 1.5;
548
+ border-radius: 0;
549
+ }
550
+ .btn-template-main {
551
+ color: #6aae7a;
552
+ background-color: #ffffff;
553
+ border-color: #6aae7a;
554
+ }
555
+ .btn-template-main:hover,
556
+ .btn-template-main:focus,
557
+ .btn-template-main:active,
558
+ .btn-template-main.active,
559
+ .open > .dropdown-toggle.btn-template-main {
560
+ color: #6aae7a;
561
+ background-color: #e6e6e6;
562
+ border-color: #4d8e5c;
563
+ }
564
+ .btn-template-main:active,
565
+ .btn-template-main.active,
566
+ .open > .dropdown-toggle.btn-template-main {
567
+ background-image: none;
568
+ }
569
+ .btn-template-main.disabled,
570
+ .btn-template-main[disabled],
571
+ fieldset[disabled] .btn-template-main,
572
+ .btn-template-main.disabled:hover,
573
+ .btn-template-main[disabled]:hover,
574
+ fieldset[disabled] .btn-template-main:hover,
575
+ .btn-template-main.disabled:focus,
576
+ .btn-template-main[disabled]:focus,
577
+ fieldset[disabled] .btn-template-main:focus,
578
+ .btn-template-main.disabled:active,
579
+ .btn-template-main[disabled]:active,
580
+ fieldset[disabled] .btn-template-main:active,
581
+ .btn-template-main.disabled.active,
582
+ .btn-template-main[disabled].active,
583
+ fieldset[disabled] .btn-template-main.active {
584
+ background-color: #ffffff;
585
+ border-color: #6aae7a;
586
+ }
587
+ .btn-template-main .badge {
588
+ color: #ffffff;
589
+ background-color: #6aae7a;
590
+ }
591
+ .btn-template-main:hover,
592
+ .btn-template-main:focus,
593
+ .btn-template-main:active,
594
+ .btn-template-main.active {
595
+ background: #6aae7a;
596
+ color: #ffffff;
597
+ border-color: #6aae7a;
598
+ }
599
+ .btn-template-transparent-primary {
600
+ color: #ffffff;
601
+ background-color: transparent;
602
+ border-color: #ffffff;
603
+ }
604
+ .btn-template-transparent-primary:hover,
605
+ .btn-template-transparent-primary:focus,
606
+ .btn-template-transparent-primary:active,
607
+ .btn-template-transparent-primary.active,
608
+ .open > .dropdown-toggle.btn-template-transparent-primary {
609
+ color: #ffffff;
610
+ background-color: rgba(0, 0, 0, 0);
611
+ border-color: #e0e0e0;
612
+ }
613
+ .btn-template-transparent-primary:active,
614
+ .btn-template-transparent-primary.active,
615
+ .open > .dropdown-toggle.btn-template-transparent-primary {
616
+ background-image: none;
617
+ }
618
+ .btn-template-transparent-primary.disabled,
619
+ .btn-template-transparent-primary[disabled],
620
+ fieldset[disabled] .btn-template-transparent-primary,
621
+ .btn-template-transparent-primary.disabled:hover,
622
+ .btn-template-transparent-primary[disabled]:hover,
623
+ fieldset[disabled] .btn-template-transparent-primary:hover,
624
+ .btn-template-transparent-primary.disabled:focus,
625
+ .btn-template-transparent-primary[disabled]:focus,
626
+ fieldset[disabled] .btn-template-transparent-primary:focus,
627
+ .btn-template-transparent-primary.disabled:active,
628
+ .btn-template-transparent-primary[disabled]:active,
629
+ fieldset[disabled] .btn-template-transparent-primary:active,
630
+ .btn-template-transparent-primary.disabled.active,
631
+ .btn-template-transparent-primary[disabled].active,
632
+ fieldset[disabled] .btn-template-transparent-primary.active {
633
+ background-color: transparent;
634
+ border-color: #ffffff;
635
+ }
636
+ .btn-template-transparent-primary .badge {
637
+ color: transparent;
638
+ background-color: #ffffff;
639
+ }
640
+ .btn-template-transparent-primary:hover,
641
+ .btn-template-transparent-primary:focus,
642
+ .btn-template-transparent-primary:active,
643
+ .btn-template-transparent-primary.active {
644
+ background: #fff;
645
+ color: #6aae7a;
646
+ border-color: #fff;
647
+ }
648
+ .btn-template-transparent-black {
649
+ color: #ffffff;
650
+ background-color: transparent;
651
+ border-color: #ffffff;
652
+ }
653
+ .btn-template-transparent-black:hover,
654
+ .btn-template-transparent-black:focus,
655
+ .btn-template-transparent-black:active,
656
+ .btn-template-transparent-black.active,
657
+ .open > .dropdown-toggle.btn-template-transparent-black {
658
+ color: #ffffff;
659
+ background-color: rgba(0, 0, 0, 0);
660
+ border-color: #e0e0e0;
661
+ }
662
+ .btn-template-transparent-black:active,
663
+ .btn-template-transparent-black.active,
664
+ .open > .dropdown-toggle.btn-template-transparent-black {
665
+ background-image: none;
666
+ }
667
+ .btn-template-transparent-black.disabled,
668
+ .btn-template-transparent-black[disabled],
669
+ fieldset[disabled] .btn-template-transparent-black,
670
+ .btn-template-transparent-black.disabled:hover,
671
+ .btn-template-transparent-black[disabled]:hover,
672
+ fieldset[disabled] .btn-template-transparent-black:hover,
673
+ .btn-template-transparent-black.disabled:focus,
674
+ .btn-template-transparent-black[disabled]:focus,
675
+ fieldset[disabled] .btn-template-transparent-black:focus,
676
+ .btn-template-transparent-black.disabled:active,
677
+ .btn-template-transparent-black[disabled]:active,
678
+ fieldset[disabled] .btn-template-transparent-black:active,
679
+ .btn-template-transparent-black.disabled.active,
680
+ .btn-template-transparent-black[disabled].active,
681
+ fieldset[disabled] .btn-template-transparent-black.active {
682
+ background-color: transparent;
683
+ border-color: #ffffff;
684
+ }
685
+ .btn-template-transparent-black .badge {
686
+ color: transparent;
687
+ background-color: #ffffff;
688
+ }
689
+ .btn-template-transparent-black:hover,
690
+ .btn-template-transparent-black:focus,
691
+ .btn-template-transparent-black:active,
692
+ .btn-template-transparent-black.active {
693
+ background: #fff;
694
+ color: #000;
695
+ border-color: #fff;
696
+ }
697
+ .btn-template-primary {
698
+ color: #ffffff;
699
+ background-color: #6aae7a;
700
+ border-color: #6aae7a;
701
+ }
702
+ .btn-template-primary:hover,
703
+ .btn-template-primary:focus,
704
+ .btn-template-primary:active,
705
+ .btn-template-primary.active,
706
+ .open > .dropdown-toggle.btn-template-primary {
707
+ color: #ffffff;
708
+ background-color: #519461;
709
+ border-color: #4d8e5c;
710
+ }
711
+ .btn-template-primary:active,
712
+ .btn-template-primary.active,
713
+ .open > .dropdown-toggle.btn-template-primary {
714
+ background-image: none;
715
+ }
716
+ .btn-template-primary.disabled,
717
+ .btn-template-primary[disabled],
718
+ fieldset[disabled] .btn-template-primary,
719
+ .btn-template-primary.disabled:hover,
720
+ .btn-template-primary[disabled]:hover,
721
+ fieldset[disabled] .btn-template-primary:hover,
722
+ .btn-template-primary.disabled:focus,
723
+ .btn-template-primary[disabled]:focus,
724
+ fieldset[disabled] .btn-template-primary:focus,
725
+ .btn-template-primary.disabled:active,
726
+ .btn-template-primary[disabled]:active,
727
+ fieldset[disabled] .btn-template-primary:active,
728
+ .btn-template-primary.disabled.active,
729
+ .btn-template-primary[disabled].active,
730
+ fieldset[disabled] .btn-template-primary.active {
731
+ background-color: #6aae7a;
732
+ border-color: #6aae7a;
733
+ }
734
+ .btn-template-primary .badge {
735
+ color: #6aae7a;
736
+ background-color: #ffffff;
737
+ }
738
+ #intro {
739
+ background: url('../img/home.jpg') no-repeat center top;
740
+ -webkit-background-size: cover;
741
+ -moz-background-size: cover;
742
+ -o-background-size: cover;
743
+ background-size: cover;
744
+ }
745
+ #intro .item {
746
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
747
+ height: 100%;
748
+ }
749
+ #intro .item h1 {
750
+ text-transform: uppercase;
751
+ font-size: 50px;
752
+ color: #fff;
753
+ margin-bottom: 40px;
754
+ letter-spacing: 0.08em;
755
+ }
756
+ @media (max-width: 991px) {
757
+ #intro .item h1 {
758
+ font-size: 40px;
759
+ }
760
+ }
761
+ @media (max-width: 767px) {
762
+ #intro .item h1 {
763
+ font-size: 25px;
764
+ }
765
+ }
766
+ #intro .item h3 {
767
+ color: #fff;
768
+ margin-bottom: 40px;
769
+ }
770
+ @media (max-width: 767px) {
771
+ #intro .item h3 {
772
+ font-size: 15px;
773
+ margin-bottom: 20px;
774
+ }
775
+ }
776
+ #intro .item .btn {
777
+ text-transform: none;
778
+ }
779
+ @media (max-width: 991px) {
780
+ #intro .item .btn {
781
+ font-size: 14px;
782
+ }
783
+ }
784
+ @media (max-width: 991px) {
785
+ #intro .item .carousel-caption {
786
+ left: 10%;
787
+ right: 10%;
788
+ }
789
+ }
790
+ #intro .container,
791
+ #intro .row {
792
+ height: 100%;
793
+ position: relative;
794
+ }
795
+ .jumbotron {
796
+ padding: 30px;
797
+ margin-bottom: 0;
798
+ position: relative;
799
+ background: url('../img/photogrid.jpg') center center repeat;
800
+ background-size: cover;
801
+ -webkit-transition: all 0.2s ease-out;
802
+ -moz-transition: all 0.2s ease-out;
803
+ transition: all 0.2s ease-out;
804
+ }
805
+ .jumbotron .dark-mask {
806
+ position: absolute;
807
+ top: 0;
808
+ left: 0;
809
+ width: 100%;
810
+ height: 100%;
811
+ background: #6aae7a;
812
+ opacity: 0.9;
813
+ filter: alpha(opacity=90);
814
+ }
815
+ .jumbotron h1,
816
+ .jumbotron h2,
817
+ .jumbotron h3,
818
+ .jumbotron p,
819
+ .jumbotron ul {
820
+ color: #fff;
821
+ }
822
+ .jumbotron h1,
823
+ .jumbotron h2,
824
+ .jumbotron h3 {
825
+ color: #ffffff;
826
+ text-transform: uppercase;
827
+ letter-spacing: 0.08em;
828
+ }
829
+ .jumbotron p {
830
+ margin-bottom: 20px;
831
+ font-size: 21px;
832
+ font-weight: 400;
833
+ }
834
+ .jumbotron p.text-uppercase {
835
+ font-weight: 700;
836
+ }
837
+ .jumbotron > hr {
838
+ border-top-color: #d5d5d5;
839
+ }
840
+ .container .jumbotron {
841
+ border-radius: 0;
842
+ }
843
+ .jumbotron .container {
844
+ max-width: 100%;
845
+ z-index: 2;
846
+ }
847
+ @media screen and (min-width: 768px) {
848
+ .jumbotron {
849
+ padding-top: 48px;
850
+ padding-bottom: 48px;
851
+ }
852
+ .container .jumbotron {
853
+ padding-left: 60px;
854
+ padding-right: 60px;
855
+ }
856
+ .jumbotron h1,
857
+ .jumbotron .h1 {
858
+ font-size: 46px;
859
+ }
860
+ }
861
+ #categoryMenu h3 {
862
+ padding: 20px;
863
+ background: #f7f7f7;
864
+ margin: 0;
865
+ border-bottom: solid 1px #eeeeee;
866
+ text-transform: uppercase;
867
+ letter-spacing: 0.08em;
868
+ }
869
+ .panel.sidebar-menu h3 {
870
+ padding: 5px 0;
871
+ margin: 0;
872
+ }
873
+ .panel.sidebar-menu {
874
+ background: #fff;
875
+ margin: 0 0 20px;
876
+ -webkit-box-sizing: border-box;
877
+ -moz-box-sizing: border-box;
878
+ box-sizing: border-box;
879
+ }
880
+ .panel.sidebar-menu .panel-heading {
881
+ text-transform: uppercase;
882
+ margin-bottom: 10px;
883
+ background: none;
884
+ padding: 0;
885
+ letter-spacing: 0.08em;
886
+ border-bottom: none;
887
+ }
888
+ .panel.sidebar-menu .panel-heading h1,
889
+ .panel.sidebar-menu .panel-heading h2,
890
+ .panel.sidebar-menu .panel-heading h3,
891
+ .panel.sidebar-menu .panel-heading h4,
892
+ .panel.sidebar-menu .panel-heading h5 {
893
+ display: inline-block;
894
+ border-bottom: solid 5px #6aae7a;
895
+ line-height: 1.1;
896
+ margin-bottom: 0;
897
+ padding-bottom: 10px;
898
+ }
899
+ .panel.sidebar-menu .panel-heading .btn.btn-danger {
900
+ color: #fff;
901
+ margin-top: 5px;
902
+ }
903
+ .panel.sidebar-menu .panel-body {
904
+ padding: 0;
905
+ }
906
+ .panel.sidebar-menu .panel-body span.colour {
907
+ display: inline-block;
908
+ width: 15px;
909
+ height: 15px;
910
+ border: solid 1px #555555;
911
+ vertical-align: top;
912
+ margin-top: 2px;
913
+ margin-left: 5px;
914
+ }
915
+ .panel.sidebar-menu .panel-body span.colour.white {
916
+ background: #fff;
917
+ }
918
+ .panel.sidebar-menu .panel-body span.colour.red {
919
+ background: red;
920
+ }
921
+ .panel.sidebar-menu .panel-body span.colour.green {
922
+ background: green;
923
+ }
924
+ .panel.sidebar-menu .panel-body span.colour.blue {
925
+ background: blue;
926
+ }
927
+ .panel.sidebar-menu .panel-body span.colour.yellow {
928
+ background: yellow;
929
+ }
930
+ .panel.sidebar-menu .panel-body label {
931
+ color: #999999;
932
+ font-size: 12px;
933
+ }
934
+ .panel.sidebar-menu .panel-body label:hover {
935
+ color: #555555;
936
+ }
937
+ .panel.sidebar-menu ul.nav.category-menu {
938
+ margin-bottom: 20px;
939
+ text-transform: uppercase;
940
+ font-weight: 700;
941
+ letter-spacing: 0.08em;
942
+ }
943
+ .panel.sidebar-menu ul.nav.category-menu li a {
944
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
945
+ }
946
+ .panel.sidebar-menu ul.nav ul {
947
+ list-style: none;
948
+ padding-left: 0;
949
+ }
950
+ .panel.sidebar-menu ul.nav ul li {
951
+ display: block;
952
+ }
953
+ .panel.sidebar-menu ul.nav ul li a {
954
+ position: relative;
955
+ font-family: "Times New Roman", Times, serif;
956
+ font-weight: normal;
957
+ text-transform: none !important;
958
+ display: block;
959
+ padding: 10px 15px;
960
+ padding-left: 30px;
961
+ font-size: 12px;
962
+ color: #999999;
963
+ }
964
+ .panel.sidebar-menu ul.nav ul li a:hover,
965
+ .panel.sidebar-menu ul.nav ul li a:focus {
966
+ text-decoration: none;
967
+ background-color: #eeeeee;
968
+ }
969
+ .panel.sidebar-menu ul.tag-cloud {
970
+ list-style: none;
971
+ padding-left: 0;
972
+ }
973
+ .panel.sidebar-menu ul.tag-cloud li {
974
+ display: inline-block;
975
+ }
976
+ .panel.sidebar-menu ul.tag-cloud li a {
977
+ display: inline-block;
978
+ padding: 5px;
979
+ border: solid 1px #eeeeee;
980
+ border-radius: 0;
981
+ color: #6aae7a;
982
+ margin: 5px 5px 5px 0;
983
+ text-transform: uppercase;
984
+ letter-spacing: 0.08em;
985
+ font-weight: 700;
986
+ font-size: 12px;
987
+ }
988
+ .panel.sidebar-menu ul.tag-cloud li a:hover {
989
+ color: #6aae7a;
990
+ text-decoration: none;
991
+ border-color: #6aae7a;
992
+ }
993
+ .panel.sidebar-menu ul.popular,
994
+ .panel.sidebar-menu ul.recent {
995
+ list-style: none;
996
+ padding-left: 0;
997
+ padding: 20px 0;
998
+ }
999
+ .panel.sidebar-menu ul.popular li,
1000
+ .panel.sidebar-menu ul.recent li {
1001
+ margin-bottom: 10px;
1002
+ padding: 5px 0;
1003
+ border-bottom: dotted 1px #eeeeee;
1004
+ }
1005
+ .panel.sidebar-menu ul.popular li:before,
1006
+ .panel.sidebar-menu ul.recent li:before,
1007
+ .panel.sidebar-menu ul.popular li:after,
1008
+ .panel.sidebar-menu ul.recent li:after {
1009
+ content: " ";
1010
+ display: table;
1011
+ }
1012
+ .panel.sidebar-menu ul.popular li:after,
1013
+ .panel.sidebar-menu ul.recent li:after {
1014
+ clear: both;
1015
+ }
1016
+ .panel.sidebar-menu ul.popular li:before,
1017
+ .panel.sidebar-menu ul.recent li:before,
1018
+ .panel.sidebar-menu ul.popular li:after,
1019
+ .panel.sidebar-menu ul.recent li:after {
1020
+ content: " ";
1021
+ display: table;
1022
+ }
1023
+ .panel.sidebar-menu ul.popular li:after,
1024
+ .panel.sidebar-menu ul.recent li:after {
1025
+ clear: both;
1026
+ }
1027
+ .panel.sidebar-menu ul.popular li img,
1028
+ .panel.sidebar-menu ul.recent li img {
1029
+ width: 50px;
1030
+ margin-right: 10px;
1031
+ }
1032
+ .panel.sidebar-menu ul.popular li h5,
1033
+ .panel.sidebar-menu ul.recent li h5 {
1034
+ margin: 0 0 10px;
1035
+ }
1036
+ .panel.sidebar-menu ul.popular li h5 a,
1037
+ .panel.sidebar-menu ul.recent li h5 a {
1038
+ font-weight: normal;
1039
+ }
1040
+ .panel.sidebar-menu ul.popular li p.date,
1041
+ .panel.sidebar-menu ul.recent li p.date {
1042
+ float: right;
1043
+ font-size: 12px;
1044
+ color: #999999;
1045
+ }
1046
+ .panel.sidebar-menu ul.popular li:last-child,
1047
+ .panel.sidebar-menu ul.recent li:last-child {
1048
+ border-bottom: none;
1049
+ }
1050
+ .panel.sidebar-menu .text-widget {
1051
+ font-size: 12px;
1052
+ }
1053
+ .panel.sidebar-menu.with-icons ul.nav li a:after {
1054
+ font-family: 'FontAwesome';
1055
+ content: "\f105";
1056
+ position: relative;
1057
+ top: 0;
1058
+ float: right;
1059
+ }
1060
+ /* ribbons for product sales etc. */
1061
+ .ribbon {
1062
+ position: absolute;
1063
+ top: 50px;
1064
+ padding-left: 51px;
1065
+ font-weight: 700;
1066
+ letter-spacing: 0.08em;
1067
+ }
1068
+ .ribbon .ribbon-background {
1069
+ position: absolute;
1070
+ top: 0;
1071
+ right: 0;
1072
+ }
1073
+ .ribbon .theribbon {
1074
+ position: relative;
1075
+ width: 80px;
1076
+ padding: 6px 20px 6px 20px;
1077
+ margin: 30px 10px 10px -71px;
1078
+ color: #fff;
1079
+ background-color: #6aae7a;
1080
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
1081
+ }
1082
+ .ribbon .theribbon:before,
1083
+ .ribbon .theribbon:after {
1084
+ content: ' ';
1085
+ position: absolute;
1086
+ width: 0;
1087
+ height: 0;
1088
+ }
1089
+ .ribbon .theribbon:after {
1090
+ left: 0px;
1091
+ top: 100%;
1092
+ border-width: 5px 10px;
1093
+ border-style: solid;
1094
+ border-color: #000000 #000000 transparent transparent;
1095
+ }
1096
+ .ribbon.sale {
1097
+ top: 0;
1098
+ }
1099
+ .ribbon.new {
1100
+ top: 50px;
1101
+ }
1102
+ .ribbon.new .theribbon {
1103
+ background-color: #5bc0de;
1104
+ text-shadow: 0px 1px 2px #bbb;
1105
+ }
1106
+ .ribbon.new .theribbon:after {
1107
+ border-color: #2390b0 #2390b0 transparent transparent;
1108
+ }
1109
+ .ribbon.gift {
1110
+ top: 100px;
1111
+ }
1112
+ .ribbon.gift .theribbon {
1113
+ background-color: #5cb85c;
1114
+ text-shadow: 0px 1px 2px #bbb;
1115
+ }
1116
+ .ribbon.gift .theribbon:after {
1117
+ border-color: #357935 #357935 transparent transparent;
1118
+ }
1119
+ .owl-carousel .owl-controls .owl-page.active span,
1120
+ .owl-theme .owl-controls .owl-page.active span,
1121
+ .owl-carousel .owl-controls.clickable .owl-page:hover span,
1122
+ .owl-theme .owl-controls.clickable .owl-page:hover span {
1123
+ background: #6aae7a;
1124
+ }
1125
+ .owl-carousel .owl-controls .owl-buttons,
1126
+ .owl-theme .owl-controls .owl-buttons {
1127
+ position: absolute;
1128
+ top: 5px;
1129
+ right: 0;
1130
+ }
1131
+ .owl-carousel .owl-controls .owl-buttons div,
1132
+ .owl-theme .owl-controls .owl-buttons div {
1133
+ width: 26px;
1134
+ height: 26px;
1135
+ line-height: 25px;
1136
+ margin: 0 5px 0 0;
1137
+ font-size: 18px;
1138
+ color: #6aae7a;
1139
+ padding: 0;
1140
+ background: #fff;
1141
+ border-radius: 13px;
1142
+ vertical-align: middle;
1143
+ text-align: center;
1144
+ opacity: 1;
1145
+ filter: alpha(opacity=100);
1146
+ }
1147
+ .home-carousel {
1148
+ position: relative;
1149
+ background: url('../img/photogrid.jpg') center center repeat;
1150
+ background-size: cover;
1151
+ -webkit-transition: all 0.2s ease-out;
1152
+ -moz-transition: all 0.2s ease-out;
1153
+ transition: all 0.2s ease-out;
1154
+ }
1155
+ .home-carousel .dark-mask {
1156
+ position: absolute;
1157
+ top: 0;
1158
+ left: 0;
1159
+ width: 100%;
1160
+ height: 100%;
1161
+ background: #6aae7a;
1162
+ opacity: 0.9;
1163
+ filter: alpha(opacity=90);
1164
+ }
1165
+ .home-carousel .owl-carousel {
1166
+ padding-top: 60px;
1167
+ padding-bottom: 20px;
1168
+ }
1169
+ .home-carousel .owl-theme .owl-controls .owl-page span {
1170
+ background: #666;
1171
+ }
1172
+ .home-carousel .owl-theme .owl-controls .owl-page.active span {
1173
+ background: #fff;
1174
+ }
1175
+ .home-carousel .owl-theme .owl-controls .owl-page:hover span {
1176
+ background: #fff;
1177
+ }
1178
+ @media (max-width: 767px) {
1179
+ .home-carousel {
1180
+ text-align: center !important;
1181
+ }
1182
+ }
1183
+ @media (min-width: 992px) {
1184
+ .home-carousel .right {
1185
+ text-align: right;
1186
+ }
1187
+ }
1188
+ .home-carousel h1,
1189
+ .home-carousel h2,
1190
+ .home-carousel h3,
1191
+ .home-carousel p,
1192
+ .home-carousel ul {
1193
+ color: #fff;
1194
+ }
1195
+ .home-carousel h1 {
1196
+ font-weight: 700;
1197
+ text-transform: uppercase;
1198
+ font-size: 46px;
1199
+ letter-spacing: 0.08em;
1200
+ }
1201
+ @media (max-width: 991px) {
1202
+ .home-carousel h1 {
1203
+ font-size: 36px;
1204
+ }
1205
+ }
1206
+ .home-carousel h2 {
1207
+ font-weight: 700;
1208
+ text-transform: uppercase;
1209
+ font-size: 40px;
1210
+ letter-spacing: 0.08em;
1211
+ }
1212
+ .home-carousel ul,
1213
+ .home-carousel p {
1214
+ font-size: 18px;
1215
+ font-weight: 700;
1216
+ padding: 0;
1217
+ text-transform: uppercase;
1218
+ letter-spacing: 0.10em;
1219
+ }
1220
+ @media (max-width: 991px) {
1221
+ .home-carousel ul,
1222
+ .home-carousel p {
1223
+ font-size: 14px;
1224
+ }
1225
+ }
1226
+ .home-carousel ul li {
1227
+ margin-bottom: 10px;
1228
+ }
1229
+ .customers {
1230
+ padding: 0;
1231
+ margin-bottom: 40px;
1232
+ }
1233
+ .customers .item {
1234
+ list-style-type: none;
1235
+ text-align: center;
1236
+ margin: 0 20px;
1237
+ }
1238
+ .customers .item img {
1239
+ display: inline-block;
1240
+ filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
1241
+ /* Firefox 10+, Firefox on Android */
1242
+ filter: gray;
1243
+ /* IE6-9 */
1244
+ -webkit-filter: grayscale(100%);
1245
+ /* Chrome 19+, Safari 6+, Safari 6+ iOS */
1246
+ -webkit-transition: all 0.2s ease-out;
1247
+ -moz-transition: all 0.2s ease-out;
1248
+ transition: all 0.2s ease-out;
1249
+ }
1250
+ .customers .item img:hover {
1251
+ max-width: auto;
1252
+ filter: none;
1253
+ -webkit-filter: none;
1254
+ }
1255
+ .testimonials {
1256
+ padding: 0;
1257
+ margin-bottom: 40px;
1258
+ }
1259
+ .testimonials .item {
1260
+ list-style-type: none;
1261
+ margin: 0 5px;
1262
+ background: #fff;
1263
+ padding-bottom: 60px;
1264
+ -webkit-box-sizing: border-box;
1265
+ -moz-box-sizing: border-box;
1266
+ box-sizing: border-box;
1267
+ }
1268
+ .testimonials .item .testimonial {
1269
+ position: relative;
1270
+ padding: 20px;
1271
+ }
1272
+ .testimonials .item .testimonial:before,
1273
+ .testimonials .item .testimonial:after {
1274
+ content: " ";
1275
+ display: table;
1276
+ }
1277
+ .testimonials .item .testimonial:after {
1278
+ clear: both;
1279
+ }
1280
+ .testimonials .item .testimonial:before,
1281
+ .testimonials .item .testimonial:after {
1282
+ content: " ";
1283
+ display: table;
1284
+ }
1285
+ .testimonials .item .testimonial:after {
1286
+ clear: both;
1287
+ }
1288
+ .testimonials .item .testimonial .text {
1289
+ color: #999999;
1290
+ margin-bottom: 40px;
1291
+ }
1292
+ .testimonials .item .testimonial .bottom {
1293
+ position: absolute;
1294
+ left: 0;
1295
+ bottom: 0;
1296
+ width: 100%;
1297
+ -webkit-box-sizing: border-box;
1298
+ -moz-box-sizing: border-box;
1299
+ box-sizing: border-box;
1300
+ padding: 20px;
1301
+ height: 50px;
1302
+ }
1303
+ .testimonials .item .testimonial .bottom .icon {
1304
+ color: #6aae7a;
1305
+ font-size: 30px;
1306
+ float: left;
1307
+ width: 20%;
1308
+ }
1309
+ .testimonials .item .testimonial .name-picture {
1310
+ float: right;
1311
+ width: 80%;
1312
+ text-align: right;
1313
+ }
1314
+ .testimonials .item .testimonial .name-picture h5 {
1315
+ font-size: 14px;
1316
+ text-transform: uppercase;
1317
+ letter-spacing: 0.08em;
1318
+ }
1319
+ .testimonials .item .testimonial .name-picture p {
1320
+ color: #999999;
1321
+ margin: 0;
1322
+ font-size: 12px;
1323
+ }
1324
+ .testimonials .item .testimonial .name-picture img {
1325
+ float: right;
1326
+ width: 60px;
1327
+ border-radius: 30px;
1328
+ margin-left: 10px;
1329
+ }
1330
+ .team-member {
1331
+ text-align: center;
1332
+ margin-bottom: 40px;
1333
+ }
1334
+ .team-member h3 {
1335
+ font-size: 18px;
1336
+ text-transform: uppercase;
1337
+ margin-bottom: 5px;
1338
+ letter-spacing: 0.08em;
1339
+ }
1340
+ .team-member h3 a {
1341
+ color: #555555;
1342
+ }
1343
+ .team-member p.role {
1344
+ color: #999999;
1345
+ font-size: 12px;
1346
+ text-transform: uppercase;
1347
+ letter-spacing: 0.06em;
1348
+ }
1349
+ .team-member .social {
1350
+ margin-bottom: 20px;
1351
+ }
1352
+ .team-member .social a {
1353
+ margin: 0 10px 0 0;
1354
+ color: #fff;
1355
+ display: inline-block;
1356
+ width: 26px;
1357
+ height: 26px;
1358
+ border-radius: 13px;
1359
+ line-height: 26px;
1360
+ font-size: 15px;
1361
+ text-align: center;
1362
+ -webkit-transition: all 0.2s ease-out;
1363
+ -moz-transition: all 0.2s ease-out;
1364
+ transition: all 0.2s ease-out;
1365
+ vertical-align: bottom;
1366
+ }
1367
+ .team-member .social a i {
1368
+ vertical-align: bottom;
1369
+ line-height: 26px;
1370
+ }
1371
+ .team-member .social a.linkedin {
1372
+ background-color: #0e76a8;
1373
+ }
1374
+ .team-member .social a.facebook {
1375
+ background-color: #4460ae;
1376
+ }
1377
+ .team-member .social a.gplus {
1378
+ background-color: #c21f25;
1379
+ }
1380
+ .team-member .social a.twitter {
1381
+ background-color: #3cf;
1382
+ }
1383
+ .team-member .social a.instagram {
1384
+ background-color: #cd4378;
1385
+ }
1386
+ .team-member .social a.email {
1387
+ background-color: #4a7f45;
1388
+ }
1389
+ .team-member .text p {
1390
+ color: #999999;
1391
+ font-size: 12px;
1392
+ }
1393
+ .team-member .social,
1394
+ .team-member-detail .social {
1395
+ margin-bottom: 20px;
1396
+ }
1397
+ .team-member .social a,
1398
+ .team-member-detail .social a {
1399
+ margin: 0 10px 0 0;
1400
+ color: #fff;
1401
+ display: inline-block;
1402
+ width: 26px;
1403
+ height: 26px;
1404
+ border-radius: 13px;
1405
+ line-height: 26px;
1406
+ font-size: 15px;
1407
+ text-align: center;
1408
+ -webkit-transition: all 0.2s ease-out;
1409
+ -moz-transition: all 0.2s ease-out;
1410
+ transition: all 0.2s ease-out;
1411
+ vertical-align: bottom;
1412
+ }
1413
+ .team-member .social a i,
1414
+ .team-member-detail .social a i {
1415
+ vertical-align: bottom;
1416
+ line-height: 26px;
1417
+ }
1418
+ .team-member .social a.linkedin,
1419
+ .team-member-detail .social a.linkedin {
1420
+ background-color: #0e76a8;
1421
+ }
1422
+ .team-member .social a.facebook,
1423
+ .team-member-detail .social a.facebook {
1424
+ background-color: #4460ae;
1425
+ }
1426
+ .team-member .social a.gplus,
1427
+ .team-member-detail .social a.gplus {
1428
+ background-color: #c21f25;
1429
+ }
1430
+ .team-member .social a.twitter,
1431
+ .team-member-detail .social a.twitter {
1432
+ background-color: #3cf;
1433
+ }
1434
+ .team-member .social a.instagram,
1435
+ .team-member-detail .social a.instagram {
1436
+ background-color: #cd4378;
1437
+ }
1438
+ .team-member .social a.email,
1439
+ .team-member-detail .social a.email {
1440
+ background-color: #4a7f45;
1441
+ }
1442
+ .box-simple {
1443
+ text-align: center;
1444
+ margin-bottom: 40px;
1445
+ }
1446
+ .box-simple .icon {
1447
+ color: #6aae7a;
1448
+ border-color: #6aae7a;
1449
+ -webkit-transition: all 0.2s ease-out;
1450
+ -moz-transition: all 0.2s ease-out;
1451
+ transition: all 0.2s ease-out;
1452
+ }
1453
+ .box-simple h3 {
1454
+ font-weight: normal;
1455
+ font-size: 18px;
1456
+ text-transform: uppercase;
1457
+ line-height: 1.5;
1458
+ color: #555555;
1459
+ font-weight: 800;
1460
+ letter-spacing: 0.08em;
1461
+ }
1462
+ .box-simple h3 a {
1463
+ color: #555555;
1464
+ }
1465
+ .box-simple p {
1466
+ color: #999999;
1467
+ }
1468
+ .box-simple:hover .icon {
1469
+ -webkit-transform: scale(1.1, 1.1);
1470
+ -ms-transform: scale(1.1, 1.1);
1471
+ -o-transform: scale(1.1, 1.1);
1472
+ transform: scale(1.1, 1.1);
1473
+ }
1474
+ .box-simple:hover .icon i {
1475
+ -webkit-transform: scale(1, 1);
1476
+ -ms-transform: scale(1, 1);
1477
+ -o-transform: scale(1, 1);
1478
+ transform: scale(1, 1);
1479
+ }
1480
+ .box-simple.box-white {
1481
+ padding: 20px;
1482
+ border: dotted 1px #999999;
1483
+ }
1484
+ .box-simple.box-white .icon {
1485
+ color: #555555;
1486
+ border-color: transparent;
1487
+ font-size: 70px;
1488
+ }
1489
+ .box-simple.box-dark {
1490
+ padding: 20px;
1491
+ border: dotted 1px #999999;
1492
+ background: #555555;
1493
+ color: #fff;
1494
+ }
1495
+ .box-simple.box-dark .icon {
1496
+ color: #f7f7f7;
1497
+ border-color: transparent;
1498
+ font-size: 70px;
1499
+ }
1500
+ .box-simple.box-dark h3 {
1501
+ color: #fff;
1502
+ }
1503
+ .box-simple.box-dark h3 a {
1504
+ color: #fff;
1505
+ }
1506
+ .box-simple.box-dark p {
1507
+ color: #fff;
1508
+ }
1509
+ .box-image {
1510
+ position: relative;
1511
+ overflow: hidden;
1512
+ text-align: center;
1513
+ margin: 15px 0;
1514
+ }
1515
+ .box-image .bg {
1516
+ position: absolute;
1517
+ top: auto;
1518
+ bottom: 0;
1519
+ width: 100%;
1520
+ height: 100%;
1521
+ opacity: 0;
1522
+ filter: alpha(opacity=0);
1523
+ background: #6aae7a;
1524
+ }
1525
+ .box-image .name {
1526
+ position: absolute;
1527
+ width: 100%;
1528
+ height: 50%;
1529
+ bottom: 0;
1530
+ -webkit-transform: translate(0, 100%);
1531
+ -ms-transform: translate(0, 100%);
1532
+ -o-transform: translate(0, 100%);
1533
+ transform: translate(0, 100%);
1534
+ -webkit-transition: all 0.2s ease-out;
1535
+ -moz-transition: all 0.2s ease-out;
1536
+ transition: all 0.2s ease-out;
1537
+ color: #fff;
1538
+ padding: 0 20px;
1539
+ }
1540
+ .box-image .name h3 {
1541
+ color: #fff;
1542
+ text-transform: uppercase;
1543
+ font-size: 18px;
1544
+ letter-spacing: 0.08em;
1545
+ }
1546
+ .box-image .name h3 a {
1547
+ color: #fff;
1548
+ text-decoration: none;
1549
+ }
1550
+ .box-image .text {
1551
+ position: absolute;
1552
+ width: 100%;
1553
+ height: 50%;
1554
+ top: 0;
1555
+ -webkit-transform: translate(0, -150%);
1556
+ -ms-transform: translate(0, -150%);
1557
+ -o-transform: translate(0, -150%);
1558
+ transform: translate(0, -150%);
1559
+ -webkit-transition: all 0.2s ease-out;
1560
+ -moz-transition: all 0.2s ease-out;
1561
+ transition: all 0.2s ease-out;
1562
+ color: #fff;
1563
+ padding: 0 20px;
1564
+ }
1565
+ .box-image:hover .bg {
1566
+ opacity: 0.7;
1567
+ filter: alpha(opacity=70);
1568
+ }
1569
+ .box-image:hover .name {
1570
+ position: absolute;
1571
+ -webkit-transform: translate(0, -75%);
1572
+ -ms-transform: translate(0, -75%);
1573
+ -o-transform: translate(0, -75%);
1574
+ transform: translate(0, -75%);
1575
+ }
1576
+ .box-image:hover .text {
1577
+ position: absolute;
1578
+ -webkit-transform: translate(0, 100%);
1579
+ -ms-transform: translate(0, 100%);
1580
+ -o-transform: translate(0, 100%);
1581
+ transform: translate(0, 100%);
1582
+ }
1583
+ .box-image-text {
1584
+ position: relative;
1585
+ overflow: hidden;
1586
+ text-align: center;
1587
+ margin: 15px 0;
1588
+ }
1589
+ .box-image-text .top {
1590
+ position: relative;
1591
+ margin-bottom: 10px;
1592
+ }
1593
+ .box-image-text .top .bg {
1594
+ position: absolute;
1595
+ top: auto;
1596
+ bottom: 0;
1597
+ width: 100%;
1598
+ height: 100%;
1599
+ opacity: 0;
1600
+ filter: alpha(opacity=0);
1601
+ background: #6aae7a;
1602
+ }
1603
+ .box-image-text .top .name {
1604
+ position: absolute;
1605
+ width: 100%;
1606
+ height: 50%;
1607
+ bottom: 0;
1608
+ -webkit-transform: translate(0, 100%);
1609
+ -ms-transform: translate(0, 100%);
1610
+ -o-transform: translate(0, 100%);
1611
+ transform: translate(0, 100%);
1612
+ -webkit-transition: all 0.2s ease-out;
1613
+ -moz-transition: all 0.2s ease-out;
1614
+ transition: all 0.2s ease-out;
1615
+ color: #fff;
1616
+ padding: 0 20px;
1617
+ }
1618
+ .box-image-text .top .name h3 {
1619
+ color: #fff;
1620
+ text-transform: uppercase;
1621
+ font-size: 18px;
1622
+ letter-spacing: 0.08em;
1623
+ }
1624
+ .box-image-text .top .name h3 a {
1625
+ color: #fff;
1626
+ text-decoration: none;
1627
+ }
1628
+ .box-image-text .top .text {
1629
+ position: absolute;
1630
+ width: 100%;
1631
+ height: 50%;
1632
+ top: 0;
1633
+ -webkit-transform: translate(0, -150%);
1634
+ -ms-transform: translate(0, -150%);
1635
+ -o-transform: translate(0, -150%);
1636
+ transform: translate(0, -150%);
1637
+ -webkit-transition: all 0.2s ease-out;
1638
+ -moz-transition: all 0.2s ease-out;
1639
+ transition: all 0.2s ease-out;
1640
+ color: #fff;
1641
+ padding: 0 20px;
1642
+ }
1643
+ .box-image-text .content h3,
1644
+ .box-image-text .content h4 {
1645
+ text-transform: uppercase;
1646
+ line-height: 1.5;
1647
+ color: #555555;
1648
+ font-weight: 800;
1649
+ letter-spacing: 0.08em;
1650
+ }
1651
+ .box-image-text .content p {
1652
+ color: #999999;
1653
+ }
1654
+ .box-image-text:hover .bg {
1655
+ opacity: 0.7;
1656
+ filter: alpha(opacity=70);
1657
+ }
1658
+ .box-image-text:hover .name {
1659
+ position: absolute;
1660
+ -webkit-transform: translate(0, -75%);
1661
+ -ms-transform: translate(0, -75%);
1662
+ -o-transform: translate(0, -75%);
1663
+ transform: translate(0, -75%);
1664
+ }
1665
+ .box-image-text:hover .text {
1666
+ position: absolute;
1667
+ -webkit-transform: translate(0, 100%);
1668
+ -ms-transform: translate(0, 100%);
1669
+ -o-transform: translate(0, 100%);
1670
+ transform: translate(0, 100%);
1671
+ }
1672
+ /* universal box */
1673
+ .box {
1674
+ background: #fff;
1675
+ margin: 0 0 30px;
1676
+ border: solid 1px #ccc;
1677
+ -webkit-box-sizing: border-box;
1678
+ -moz-box-sizing: border-box;
1679
+ box-sizing: border-box;
1680
+ padding: 20px 0;
1681
+ border-left: none;
1682
+ border-right: none;
1683
+ }
1684
+ .box .box-header {
1685
+ background: #f7f7f7;
1686
+ margin: -20px 0 20px;
1687
+ padding: 20px;
1688
+ border-bottom: solid 1px #eeeeee;
1689
+ text-transform: uppercase;
1690
+ letter-spacing: 0.08em;
1691
+ }
1692
+ .box .box-header:before,
1693
+ .box .box-header:after {
1694
+ content: " ";
1695
+ display: table;
1696
+ }
1697
+ .box .box-header:after {
1698
+ clear: both;
1699
+ }
1700
+ .box .box-header:before,
1701
+ .box .box-header:after {
1702
+ content: " ";
1703
+ display: table;
1704
+ }
1705
+ .box .box-header:after {
1706
+ clear: both;
1707
+ }
1708
+ .box .box-footer {
1709
+ background: #f7f7f7;
1710
+ margin: 30px 0 -20px;
1711
+ padding: 20px;
1712
+ border-top: solid 1px #eeeeee;
1713
+ }
1714
+ .box .box-footer:before,
1715
+ .box .box-footer:after {
1716
+ content: " ";
1717
+ display: table;
1718
+ }
1719
+ .box .box-footer:after {
1720
+ clear: both;
1721
+ }
1722
+ .box .box-footer:before,
1723
+ .box .box-footer:after {
1724
+ content: " ";
1725
+ display: table;
1726
+ }
1727
+ .box .box-footer:after {
1728
+ clear: both;
1729
+ }
1730
+ @media (max-width: 991px) {
1731
+ .box .box-footer .btn {
1732
+ margin-bottom: 20px;
1733
+ }
1734
+ }
1735
+ .box.no-border {
1736
+ border: none;
1737
+ }
1738
+ #heading-breadcrumbs {
1739
+ background: url('../img/texture-bw.png') center center repeat;
1740
+ padding: 20px 0;
1741
+ margin-bottom: 40px;
1742
+ }
1743
+ #heading-breadcrumbs.no-mb {
1744
+ margin-bottom: 0;
1745
+ }
1746
+ #heading-breadcrumbs h1 {
1747
+ color: #333333;
1748
+ text-transform: uppercase;
1749
+ font-size: 30px;
1750
+ font-weight: 700;
1751
+ letter-spacing: 0.08em;
1752
+ }
1753
+ @media (max-width: 991px) {
1754
+ #heading-breadcrumbs h1 {
1755
+ text-align: center;
1756
+ }
1757
+ }
1758
+ #heading-breadcrumbs ul.breadcrumb {
1759
+ margin-top: 5px;
1760
+ margin-bottom: 0;
1761
+ }
1762
+ .bar {
1763
+ position: relative;
1764
+ background: #6aae7a;
1765
+ padding: 60px 0;
1766
+ }
1767
+ .bar.background-pentagon {
1768
+ background: url('../img/texture-bw.png') center center repeat;
1769
+ border-top: solid 1px #999999;
1770
+ border-bottom: solid 1px #999999;
1771
+ }
1772
+ .bar.background-gray {
1773
+ background: #eeeeee;
1774
+ }
1775
+ .bar.background-gray-dark {
1776
+ background: #555555;
1777
+ }
1778
+ .bar.background-white {
1779
+ background: #fff;
1780
+ }
1781
+ .bar.background-image-fixed-1 {
1782
+ background: url('../img/fixed-background-1.jpg') center top no-repeat;
1783
+ background-attachment: fixed;
1784
+ background-size: cover;
1785
+ }
1786
+ .bar.background-image-fixed-2 {
1787
+ background: url('../img/fixed-background-2.jpg') center top no-repeat;
1788
+ background-attachment: fixed;
1789
+ background-size: cover;
1790
+ }
1791
+ .bar.color-white h1,
1792
+ .bar.color-white h2,
1793
+ .bar.color-white h3,
1794
+ .bar.color-white h4,
1795
+ .bar.color-white h5,
1796
+ .bar.color-white h6,
1797
+ .bar.color-white p {
1798
+ color: #fff;
1799
+ }
1800
+ .bar.padding-big {
1801
+ padding: 50px 0;
1802
+ }
1803
+ .bar.padding-horizontal {
1804
+ padding-left: 30px;
1805
+ padding-right: 30px;
1806
+ }
1807
+ .bar.margin-vertical {
1808
+ margin-top: 20px;
1809
+ margin-bottom: 20px;
1810
+ }
1811
+ .bar .dark-mask {
1812
+ position: absolute;
1813
+ top: 0;
1814
+ left: 0;
1815
+ width: 100%;
1816
+ height: 100%;
1817
+ background: #000;
1818
+ opacity: 0.3;
1819
+ filter: alpha(opacity=30);
1820
+ }
1821
+ .portfolio.no-space {
1822
+ padding: 0 15px;
1823
+ }
1824
+ .portfolio.no-space .box-image {
1825
+ margin: 0 -15px;
1826
+ }
1827
+ .portfolio-project .project-more h4 {
1828
+ color: #555555;
1829
+ text-transform: uppercase;
1830
+ margin-bottom: 0;
1831
+ text-align: left;
1832
+ font-size: 14px;
1833
+ letter-spacing: 0.08em;
1834
+ }
1835
+ .portfolio-project .project-more p {
1836
+ color: #999999;
1837
+ padding: 10px 0;
1838
+ margin-bottom: 20px;
1839
+ text-align: left;
1840
+ }
1841
+ .portfolio-showcase {
1842
+ margin: 15px 0 60px;
1843
+ }
1844
+ .portfolio-showcase h3 a {
1845
+ text-transform: uppercase;
1846
+ line-height: 1.5;
1847
+ letter-spacing: 0.08em;
1848
+ }
1849
+ .portfolio-showcase p.lead {
1850
+ color: #555555;
1851
+ margin-bottom: 20px;
1852
+ }
1853
+ .portfolio-showcase p {
1854
+ color: #999999;
1855
+ }
1856
+ .portfolio-showcase p.buttons {
1857
+ margin-top: 40px;
1858
+ }
1859
+ .see-more {
1860
+ text-align: center;
1861
+ margin-top: 20px;
1862
+ padding-top: 20px;
1863
+ }
1864
+ .see-more p {
1865
+ font-size: 28px;
1866
+ font-weight: 100;
1867
+ margin-bottom: 20px;
1868
+ }
1869
+ .showcase .item {
1870
+ text-align: center;
1871
+ }
1872
+ .showcase .item .icon {
1873
+ display: inline-block;
1874
+ width: 50px;
1875
+ height: 50px;
1876
+ color: #555555;
1877
+ line-height: 50px;
1878
+ border-radius: 25px;
1879
+ border: solid 1px #555555;
1880
+ }
1881
+ .showcase .item h4 {
1882
+ color: #555555;
1883
+ text-transform: uppercase;
1884
+ letter-spacing: 0.08em;
1885
+ line-height: 1.5;
1886
+ font-size: 16px;
1887
+ }
1888
+ .showcase .item h4 span {
1889
+ font-weight: bold;
1890
+ font-size: 51px;
1891
+ }
1892
+ .packages .package {
1893
+ background: #fff;
1894
+ margin-top: 25px;
1895
+ margin-bottom: 20px;
1896
+ padding-bottom: 15px;
1897
+ text-align: center;
1898
+ border: solid 1px #6aae7a;
1899
+ overflow: hidden;
1900
+ }
1901
+ .packages .package .package-header {
1902
+ height: 57px;
1903
+ color: #fff;
1904
+ line-height: 57px;
1905
+ background: #6aae7a;
1906
+ }
1907
+ .packages .package .package-header h5 {
1908
+ color: #fff;
1909
+ text-transform: uppercase;
1910
+ font-weight: bold;
1911
+ line-height: 57px;
1912
+ margin: 0;
1913
+ letter-spacing: 0.08em;
1914
+ }
1915
+ .packages .package .package-header.light-gray {
1916
+ background: #eeeeee;
1917
+ }
1918
+ .packages .package .package-header.light-gray h5 {
1919
+ color: #555555;
1920
+ }
1921
+ .packages .package .price {
1922
+ line-height: 120px;
1923
+ height: 100px;
1924
+ color: #fff;
1925
+ font-weight: 400;
1926
+ }
1927
+ .packages .package .price h4 {
1928
+ display: inline;
1929
+ font-size: 50px;
1930
+ line-height: normal;
1931
+ margin-bottom: 0;
1932
+ }
1933
+ .packages .package .price .period {
1934
+ line-height: normal;
1935
+ color: #999999;
1936
+ }
1937
+ .packages .package ul {
1938
+ padding: 0;
1939
+ }
1940
+ .packages .package ul li {
1941
+ list-style-type: none;
1942
+ padding-top: 10px;
1943
+ padding-bottom: 10px;
1944
+ width: 80%;
1945
+ margin: auto;
1946
+ border-bottom: 1px dotted #ccc;
1947
+ }
1948
+ .packages .package ul li:last-child {
1949
+ border-bottom: 0;
1950
+ }
1951
+ .packages .package ul li i {
1952
+ font-size: 13px;
1953
+ margin-right: 5px;
1954
+ }
1955
+ .packages .best-value .package {
1956
+ margin-top: 0;
1957
+ padding-bottom: 40px;
1958
+ }
1959
+ .packages .best-value .package .package-header {
1960
+ height: 72px;
1961
+ padding-top: 17px;
1962
+ height: 82px !important;
1963
+ }
1964
+ .packages .best-value .package .package-header h5 {
1965
+ font-weight: bold;
1966
+ line-height: 29px;
1967
+ text-transform: uppercase;
1968
+ letter-spacing: 0.08em;
1969
+ }
1970
+ .packages .best-value .package .package-header .meta-text {
1971
+ font-size: 13px;
1972
+ line-height: 15px;
1973
+ }
1974
+ #map {
1975
+ height: 300px;
1976
+ }
1977
+ #map.with-border {
1978
+ border-top: solid 1px #6aae7a;
1979
+ border-bottom: solid 1px #6aae7a;
1980
+ }
1981
+ #blog-listing-big .post,
1982
+ #blog-homepage .post {
1983
+ margin-bottom: 60px;
1984
+ }
1985
+ #blog-listing-big .post h2,
1986
+ #blog-homepage .post h2,
1987
+ #blog-listing-big .post h4,
1988
+ #blog-homepage .post h4 {
1989
+ text-transform: uppercase;
1990
+ letter-spacing: 0.08em;
1991
+ }
1992
+ #blog-listing-big .post h2 a,
1993
+ #blog-homepage .post h2 a,
1994
+ #blog-listing-big .post h4 a,
1995
+ #blog-homepage .post h4 a {
1996
+ color: #555555;
1997
+ }
1998
+ #blog-listing-big .post h2 a:hover,
1999
+ #blog-homepage .post h2 a:hover,
2000
+ #blog-listing-big .post h4 a:hover,
2001
+ #blog-homepage .post h4 a:hover {
2002
+ color: #6aae7a;
2003
+ }
2004
+ #blog-listing-big .post .author-category,
2005
+ #blog-homepage .post .author-category {
2006
+ color: #999999;
2007
+ text-transform: uppercase;
2008
+ font-weight: 300;
2009
+ letter-spacing: 0.08em;
2010
+ }
2011
+ #blog-listing-big .post .author-category a,
2012
+ #blog-homepage .post .author-category a {
2013
+ font-weight: 500;
2014
+ }
2015
+ #blog-listing-big .post .date-comments a,
2016
+ #blog-homepage .post .date-comments a {
2017
+ color: #999999;
2018
+ margin-right: 20px;
2019
+ }
2020
+ #blog-listing-big .post .date-comments a:hover,
2021
+ #blog-homepage .post .date-comments a:hover {
2022
+ color: #6aae7a;
2023
+ }
2024
+ @media (min-width: 768px) {
2025
+ #blog-listing-big .post .date-comments,
2026
+ #blog-homepage .post .date-comments {
2027
+ text-align: right;
2028
+ }
2029
+ }
2030
+ #blog-listing-big .post .intro,
2031
+ #blog-homepage .post .intro {
2032
+ text-align: left;
2033
+ }
2034
+ #blog-listing-big .post .image,
2035
+ #blog-homepage .post .image {
2036
+ margin-bottom: 10px;
2037
+ overflow: hidden;
2038
+ }
2039
+ #blog-listing-big .post .image img,
2040
+ #blog-homepage .post .image img {
2041
+ -webkit-transition: all 0.2s ease-out;
2042
+ -moz-transition: all 0.2s ease-out;
2043
+ transition: all 0.2s ease-out;
2044
+ }
2045
+ @media (max-width: 767px) {
2046
+ #blog-listing-big .post .image img.img-responsive,
2047
+ #blog-homepage .post .image img.img-responsive {
2048
+ min-width: 100%;
2049
+ }
2050
+ }
2051
+ #blog-listing-big .post .video,
2052
+ #blog-homepage .post .video {
2053
+ margin-bottom: 10px;
2054
+ }
2055
+ #blog-listing-big .post .read-more,
2056
+ #blog-homepage .post .read-more {
2057
+ text-align: right;
2058
+ }
2059
+ #blog-listing-medium .post {
2060
+ margin-bottom: 60px;
2061
+ }
2062
+ #blog-listing-medium .post h2 {
2063
+ text-transform: uppercase;
2064
+ margin: 0 0 10px;
2065
+ font-size: 24px;
2066
+ letter-spacing: 0.08em;
2067
+ }
2068
+ #blog-listing-medium .post h2 a {
2069
+ color: #555555;
2070
+ }
2071
+ #blog-listing-medium .post h2 a:hover {
2072
+ color: #6aae7a;
2073
+ }
2074
+ #blog-listing-medium .post .author-category {
2075
+ float: left;
2076
+ color: #999999;
2077
+ text-transform: uppercase;
2078
+ font-weight: 300;
2079
+ font-size: 12px;
2080
+ letter-spacing: 0.08em;
2081
+ }
2082
+ #blog-listing-medium .post .author-category a {
2083
+ font-weight: 500;
2084
+ }
2085
+ #blog-listing-medium .post .date-comments {
2086
+ float: right;
2087
+ font-size: 12px;
2088
+ }
2089
+ #blog-listing-medium .post .date-comments a {
2090
+ color: #999999;
2091
+ margin-right: 20px;
2092
+ }
2093
+ #blog-listing-medium .post .date-comments a:hover {
2094
+ color: #6aae7a;
2095
+ }
2096
+ @media (min-width: 768px) {
2097
+ #blog-listing-medium .post .date-comments {
2098
+ text-align: right;
2099
+ }
2100
+ }
2101
+ #blog-listing-medium .post .intro {
2102
+ text-align: left;
2103
+ }
2104
+ #blog-listing-medium .post .clearfix:before,
2105
+ #blog-listing-medium .post .clearfix:after,
2106
+ #blog-listing-medium .post .navbar:before,
2107
+ #blog-listing-medium .post .navbar:after,
2108
+ #blog-listing-medium .post .navbar-header:before,
2109
+ #blog-listing-medium .post .navbar-header:after {
2110
+ content: " ";
2111
+ display: table;
2112
+ }
2113
+ #blog-listing-medium .post .clearfix:after,
2114
+ #blog-listing-medium .post .navbar:after,
2115
+ #blog-listing-medium .post .navbar-header:after {
2116
+ clear: both;
2117
+ }
2118
+ #blog-listing-medium .post .clearfix:before,
2119
+ #blog-listing-medium .post .clearfix:after,
2120
+ #blog-listing-medium .post .navbar:before,
2121
+ #blog-listing-medium .post .navbar:after,
2122
+ #blog-listing-medium .post .navbar-header:before,
2123
+ #blog-listing-medium .post .navbar-header:after {
2124
+ content: " ";
2125
+ display: table;
2126
+ }
2127
+ #blog-listing-medium .post .clearfix:after,
2128
+ #blog-listing-medium .post .navbar:after,
2129
+ #blog-listing-medium .post .navbar-header:after {
2130
+ clear: both;
2131
+ }
2132
+ #blog-listing-medium .post .image {
2133
+ margin-bottom: 10px;
2134
+ overflow: hidden;
2135
+ }
2136
+ #blog-listing-medium .post .image img {
2137
+ -webkit-transition: all 0.2s ease-out;
2138
+ -moz-transition: all 0.2s ease-out;
2139
+ transition: all 0.2s ease-out;
2140
+ }
2141
+ @media (max-width: 767px) {
2142
+ #blog-listing-medium .post .image img.img-responsive {
2143
+ min-width: 100%;
2144
+ }
2145
+ }
2146
+ #blog-listing-medium .post .video {
2147
+ margin-bottom: 10px;
2148
+ }
2149
+ #blog-listing-medium .post .read-more {
2150
+ text-align: right;
2151
+ }
2152
+ .box-image-text.blog .author-category {
2153
+ color: #999999;
2154
+ text-transform: uppercase;
2155
+ letter-spacing: 0.08em;
2156
+ font-weight: 300;
2157
+ font-size: 12px;
2158
+ }
2159
+ .box-image-text.blog .author-category a {
2160
+ font-weight: 500;
2161
+ }
2162
+ .box-image-text.blog .intro {
2163
+ text-align: left;
2164
+ margin-bottom: 20px;
2165
+ }
2166
+ #blog-homepage .post {
2167
+ margin-bottom: 30px;
2168
+ }
2169
+ #blog-homepage .post h2,
2170
+ #blog-homepage .post h4,
2171
+ #blog-homepage .post .author-category,
2172
+ #blog-homepage .post .read-more {
2173
+ text-align: center;
2174
+ }
2175
+ #blog-homepage .post .read-more {
2176
+ margin-top: 20px;
2177
+ }
2178
+ #blog-post #post-content {
2179
+ margin-bottom: 20px;
2180
+ }
2181
+ #blog-post .comment {
2182
+ margin-bottom: 25px;
2183
+ }
2184
+ #blog-post .comment:before,
2185
+ #blog-post .comment:after {
2186
+ content: " ";
2187
+ display: table;
2188
+ }
2189
+ #blog-post .comment:after {
2190
+ clear: both;
2191
+ }
2192
+ #blog-post .comment:before,
2193
+ #blog-post .comment:after {
2194
+ content: " ";
2195
+ display: table;
2196
+ }
2197
+ #blog-post .comment:after {
2198
+ clear: both;
2199
+ }
2200
+ #blog-post .comment .posted {
2201
+ color: #999999;
2202
+ font-size: 12px;
2203
+ }
2204
+ #blog-post .comment .reply {
2205
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
2206
+ }
2207
+ #blog-post .comment.last {
2208
+ margin-bottom: 0;
2209
+ }
2210
+ #blog-post #comments,
2211
+ #blog-post #comment-form {
2212
+ padding: 20px 0;
2213
+ margin-top: 20px;
2214
+ border-top: solid 1px #eeeeee;
2215
+ }
2216
+ #blog-post #comments:before,
2217
+ #blog-post #comment-form:before,
2218
+ #blog-post #comments:after,
2219
+ #blog-post #comment-form:after {
2220
+ content: " ";
2221
+ display: table;
2222
+ }
2223
+ #blog-post #comments:after,
2224
+ #blog-post #comment-form:after {
2225
+ clear: both;
2226
+ }
2227
+ #blog-post #comments:before,
2228
+ #blog-post #comment-form:before,
2229
+ #blog-post #comments:after,
2230
+ #blog-post #comment-form:after {
2231
+ content: " ";
2232
+ display: table;
2233
+ }
2234
+ #blog-post #comments:after,
2235
+ #blog-post #comment-form:after {
2236
+ clear: both;
2237
+ }
2238
+ #blog-post #comments h4,
2239
+ #blog-post #comment-form h4 {
2240
+ margin-bottom: 20px;
2241
+ }
2242
+ #blog-post #comment-form {
2243
+ margin-bottom: 20px;
2244
+ }
2245
+ .product {
2246
+ background: #fff;
2247
+ border-bottom: solid 1px #e6e6e6;
2248
+ -webkit-box-sizing: border-box;
2249
+ -moz-box-sizing: border-box;
2250
+ box-sizing: border-box;
2251
+ margin-bottom: 60px;
2252
+ overflow: hidden;
2253
+ text-align: center;
2254
+ }
2255
+ .product .image {
2256
+ overflow: hidden;
2257
+ }
2258
+ .product .image img {
2259
+ -webkit-transition: all 0.2s ease-out;
2260
+ -moz-transition: all 0.2s ease-out;
2261
+ transition: all 0.2s ease-out;
2262
+ }
2263
+ @media (max-width: 767px) {
2264
+ .product .image img.img-responsive {
2265
+ min-width: 100%;
2266
+ }
2267
+ }
2268
+ .product .text {
2269
+ padding: 10px;
2270
+ }
2271
+ .product .text h3 {
2272
+ font-size: 14px;
2273
+ font-weight: 700;
2274
+ height: 39.6px;
2275
+ text-transform: uppercase;
2276
+ letter-spacing: 0.08em;
2277
+ }
2278
+ .product .text h3 a {
2279
+ color: #555555;
2280
+ }
2281
+ .product .text h3 a:hover {
2282
+ text-decoration: none;
2283
+ }
2284
+ .product .text p.price {
2285
+ font-size: 18px;
2286
+ }
2287
+ .product .text p.price del {
2288
+ color: #999999;
2289
+ }
2290
+ .product .buttons {
2291
+ clear: both;
2292
+ position: absolute;
2293
+ display: none;
2294
+ bottom: 0;
2295
+ -webkit-box-sizing: border-box;
2296
+ -moz-box-sizing: border-box;
2297
+ box-sizing: border-box;
2298
+ width: 100%;
2299
+ border: solid 1px transparent;
2300
+ padding: 20px;
2301
+ background: rgba(255, 255, 255, 0.9);
2302
+ -webkit-transition: all 0.2s ease-out;
2303
+ -moz-transition: all 0.2s ease-out;
2304
+ transition: all 0.2s ease-out;
2305
+ text-align: center;
2306
+ }
2307
+ .product .buttons .btn {
2308
+ margin-bottom: 20px;
2309
+ }
2310
+ .product:hover {
2311
+ border-bottom: solid 1px #808080;
2312
+ top: 0;
2313
+ }
2314
+ .product:hover .buttons {
2315
+ clear: both;
2316
+ position: absolute;
2317
+ top: 0;
2318
+ background: rgba(255, 255, 255, 0.5);
2319
+ }
2320
+ .product:hover .image img {
2321
+ -webkit-transform: scale(1.1, 1.1);
2322
+ -ms-transform: scale(1.1, 1.1);
2323
+ -o-transform: scale(1.1, 1.1);
2324
+ transform: scale(1.1, 1.1);
2325
+ }
2326
+ .goToDescription {
2327
+ font-size: 12px;
2328
+ text-align: center;
2329
+ margin-bottom: 40px;
2330
+ }
2331
+ .goToDescription a {
2332
+ color: #999999;
2333
+ text-decoration: underline;
2334
+ }
2335
+ #productMain {
2336
+ margin-bottom: 30px;
2337
+ }
2338
+ #productMain .sizes {
2339
+ text-align: center;
2340
+ }
2341
+ #productMain .sizes h3 {
2342
+ font-weight: 700;
2343
+ letter-spacing: 0.08em;
2344
+ text-transform: uppercase;
2345
+ margin-bottom: 40px;
2346
+ }
2347
+ #productMain .sizes a {
2348
+ display: inline-block;
2349
+ width: 40px;
2350
+ height: 40px;
2351
+ border-radius: 40px;
2352
+ background: #ccc;
2353
+ line-height: 40px;
2354
+ color: #555555;
2355
+ text-align: center;
2356
+ text-decoration: none;
2357
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
2358
+ }
2359
+ #productMain .sizes a.active,
2360
+ #productMain .sizes a:hover {
2361
+ background: #6aae7a;
2362
+ color: #fff;
2363
+ }
2364
+ #productMain .sizes input {
2365
+ display: none;
2366
+ }
2367
+ #productMain .price {
2368
+ font-size: 40px;
2369
+ text-align: center;
2370
+ margin-top: 40px;
2371
+ margin-bottom: 40px;
2372
+ }
2373
+ #thumbs a {
2374
+ display: block;
2375
+ border: solid 1px transparent;
2376
+ }
2377
+ #thumbs a.active {
2378
+ border-color: #6aae7a;
2379
+ }
2380
+ #product-social {
2381
+ text-align: center;
2382
+ }
2383
+ #product-social h4 {
2384
+ font-weight: 300;
2385
+ margin-bottom: 10px;
2386
+ }
2387
+ #product-social p {
2388
+ line-height: 26px;
2389
+ }
2390
+ #product-social p a {
2391
+ margin: 0 10px 0 0;
2392
+ color: #fff;
2393
+ display: inline-block;
2394
+ width: 26px;
2395
+ height: 26px;
2396
+ border-radius: 13px;
2397
+ line-height: 26px;
2398
+ font-size: 15px;
2399
+ text-align: center;
2400
+ -webkit-transition: all 0.2s ease-out;
2401
+ -moz-transition: all 0.2s ease-out;
2402
+ transition: all 0.2s ease-out;
2403
+ vertical-align: bottom;
2404
+ }
2405
+ #product-social p a i {
2406
+ vertical-align: bottom;
2407
+ line-height: 26px;
2408
+ }
2409
+ #product-social p a.linkedin {
2410
+ background-color: #0e76a8;
2411
+ }
2412
+ #product-social p a.facebook {
2413
+ background-color: #4460ae;
2414
+ }
2415
+ #product-social p a.gplus {
2416
+ background-color: #c21f25;
2417
+ }
2418
+ #product-social p a.twitter {
2419
+ background-color: #3cf;
2420
+ }
2421
+ #product-social p a.instagram {
2422
+ background-color: #cd4378;
2423
+ }
2424
+ #product-social p a.email {
2425
+ background-color: #4a7f45;
2426
+ }
2427
+ @media (max-width: 991px) {
2428
+ #product-social {
2429
+ text-align: center;
2430
+ }
2431
+ }
2432
+ #checkout .nav {
2433
+ margin-bottom: 20px;
2434
+ border-bottom: solid 1px #6aae7a;
2435
+ }
2436
+ #checkout .nav li {
2437
+ height: 100%;
2438
+ }
2439
+ #checkout .nav li a {
2440
+ display: block;
2441
+ height: 100%;
2442
+ }
2443
+ #order-summary table {
2444
+ margin-top: 20px;
2445
+ }
2446
+ #order-summary table td {
2447
+ color: #999999;
2448
+ }
2449
+ #order-summary table tr.total td,
2450
+ #order-summary table tr.total th {
2451
+ font-size: 18px;
2452
+ color: #555555;
2453
+ font-weight: 700;
2454
+ }
2455
+ #checkout .table tbody tr td,
2456
+ #basket .table tbody tr td,
2457
+ #customer-order .table tbody tr td {
2458
+ vertical-align: middle;
2459
+ }
2460
+ #checkout .table tbody tr td input,
2461
+ #basket .table tbody tr td input,
2462
+ #customer-order .table tbody tr td input {
2463
+ width: 50px;
2464
+ text-align: right;
2465
+ }
2466
+ #checkout .table tbody tr td img,
2467
+ #basket .table tbody tr td img,
2468
+ #customer-order .table tbody tr td img {
2469
+ width: 50px;
2470
+ }
2471
+ #checkout .table tfoot,
2472
+ #basket .table tfoot,
2473
+ #customer-order .table tfoot {
2474
+ font-size: 18px;
2475
+ }
2476
+ .shipping-method h4,
2477
+ .payment-method h4 {
2478
+ text-transform: uppercase;
2479
+ letter-spacing: 0.08em;
2480
+ }
2481
+ #customer-orders table tr th,
2482
+ #customer-orders table tr td {
2483
+ vertical-align: baseline;
2484
+ }
2485
+ #customer-order .table tfoot th {
2486
+ font-size: 18px;
2487
+ font-weight: 300;
2488
+ }
2489
+ #customer-order .addresses {
2490
+ text-align: right;
2491
+ margin-bottom: 30px;
2492
+ }
2493
+ #customer-order .addresses p {
2494
+ font-size: 18px;
2495
+ font-weight: 300;
2496
+ }
2497
+ #customer-account {
2498
+ margin-bottom: 30px;
2499
+ }
2500
+ #get-it {
2501
+ background: #6aae7a;
2502
+ padding: 50px 0 30px;
2503
+ color: #fff;
2504
+ text-align: center;
2505
+ }
2506
+ #get-it h1,
2507
+ #get-it h2,
2508
+ #get-it h3,
2509
+ #get-it h4,
2510
+ #get-it h5,
2511
+ #get-it h6 {
2512
+ color: #fff;
2513
+ text-transform: uppercase;
2514
+ letter-spacing: 0.08em;
2515
+ margin: 0 0 20px;
2516
+ }
2517
+ #get-it p {
2518
+ margin: 0 0 20px;
2519
+ }
2520
+ #footer {
2521
+ background: #555555;
2522
+ padding: 50px 0;
2523
+ color: #999999;
2524
+ }
2525
+ #footer h1,
2526
+ #footer h2,
2527
+ #footer h3,
2528
+ #footer h4,
2529
+ #footer h5,
2530
+ #footer h6 {
2531
+ color: #eeeeee;
2532
+ }
2533
+ #footer h4 {
2534
+ font-size: 14px;
2535
+ font-weight: 800;
2536
+ text-transform: uppercase;
2537
+ letter-spacing: 0.08em;
2538
+ }
2539
+ #footer ul {
2540
+ padding-left: 0;
2541
+ list-style: none;
2542
+ }
2543
+ #footer ul a {
2544
+ color: #999999;
2545
+ }
2546
+ #footer ul a:hover {
2547
+ color: #6aae7a;
2548
+ text-decoration: none;
2549
+ }
2550
+ #footer .photostream div {
2551
+ float: left;
2552
+ display: block;
2553
+ -webkit-box-sizing: border-box;
2554
+ -moz-box-sizing: border-box;
2555
+ box-sizing: border-box;
2556
+ width: 33%;
2557
+ padding: 7.5px;
2558
+ overflow: hidden;
2559
+ }
2560
+ #footer .photostream div a {
2561
+ border: solid 1 px #eeeeee;
2562
+ }
2563
+ #footer .photostream div img {
2564
+ -webkit-transition: all 0.2s ease-out;
2565
+ -moz-transition: all 0.2s ease-out;
2566
+ transition: all 0.2s ease-out;
2567
+ }
2568
+ #footer .photostream div:hover img {
2569
+ -webkit-transform: scale(1.1, 1.1);
2570
+ -ms-transform: scale(1.1, 1.1);
2571
+ -o-transform: scale(1.1, 1.1);
2572
+ transform: scale(1.1, 1.1);
2573
+ }
2574
+ #footer .blog-entries .item {
2575
+ clear: both;
2576
+ padding: 5px 0;
2577
+ margin-bottom: 10px;
2578
+ border-bottom: solid 1px #555555;
2579
+ }
2580
+ #footer .blog-entries .item .image {
2581
+ float: left;
2582
+ width: 15%;
2583
+ margin-right: 10px;
2584
+ }
2585
+ #footer .blog-entries .item .name {
2586
+ width: 75%;
2587
+ margin-left: 10px;
2588
+ display: table-cell;
2589
+ vertical-align: middle;
2590
+ }
2591
+ #footer .blog-entries .item .name h5 {
2592
+ margin: 0;
2593
+ text-transform: uppercase;
2594
+ letter-spacing: 0.08em;
2595
+ font-size: 12px;
2596
+ }
2597
+ #footer .blog-entries .item .name h5 a {
2598
+ color: #eeeeee;
2599
+ }
2600
+ #footer .blog-entries .item .text {
2601
+ width: 100%;
2602
+ clear: both;
2603
+ }
2604
+ #footer .blog-entries .item:last-child {
2605
+ border-bottom: none;
2606
+ margin-bottom: 0;
2607
+ }
2608
+ #footer .social a {
2609
+ color: #555555;
2610
+ font-size: 25px;
2611
+ margin: 0 10px 0 0;
2612
+ }
2613
+ #footer .social a:hover {
2614
+ color: #6aae7a;
2615
+ }
2616
+ #copyright {
2617
+ background: #333;
2618
+ color: #ccc;
2619
+ padding: 50px 0;
2620
+ font-size: 12px;
2621
+ line-height: 28px;
2622
+ }
2623
+ #copyright p {
2624
+ margin: 0;
2625
+ }
2626
+ @media (max-width: 991px) {
2627
+ #copyright p {
2628
+ float: none !important;
2629
+ text-align: center;
2630
+ margin-bottom: 10px;
2631
+ }
2632
+ }
2633
+ [data-animate] {
2634
+ opacity: 0;
2635
+ filter: alpha(opacity=0);
2636
+ }
2637
+ #style-switch-button {
2638
+ position: fixed;
2639
+ top: 100px;
2640
+ left: 0px;
2641
+ border-radius: 0;
2642
+ }
2643
+ #style-switch {
2644
+ -webkit-box-sizing: border-box;
2645
+ -moz-box-sizing: border-box;
2646
+ box-sizing: border-box;
2647
+ width: 300px;
2648
+ padding: 20px;
2649
+ position: fixed;
2650
+ top: 140px;
2651
+ left: 0;
2652
+ background: #fff;
2653
+ border: solid 1px #eeeeee;
2654
+ }
2655
+ @media (max-width: 991px) {
2656
+ #style-switch-button {
2657
+ display: none;
2658
+ }
2659
+ #style-switch {
2660
+ display: none;
2661
+ }
2662
+ }
2663
+ /* Original Boostrap template overwrite */
2664
+ /* breadcrumbs */
2665
+ .breadcrumb {
2666
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
2667
+ text-transform: uppercase;
2668
+ background-color: none;
2669
+ letter-spacing: 0.08em;
2670
+ }
2671
+ /* nav */
2672
+ .nav > li > a {
2673
+ padding: 10px 15px;
2674
+ }
2675
+ .nav > li > a:hover,
2676
+ .nav > li > a:focus {
2677
+ background-color: #eeeeee;
2678
+ }
2679
+ .nav > li.disabled > a {
2680
+ color: #999999;
2681
+ }
2682
+ .nav > li.disabled > a:hover,
2683
+ .nav > li.disabled > a:focus {
2684
+ color: #999999;
2685
+ }
2686
+ .nav .open > a,
2687
+ .nav .open > a:hover,
2688
+ .nav .open > a:focus {
2689
+ background-color: #eeeeee;
2690
+ border-color: #6aae7a;
2691
+ }
2692
+ .nav-tabs {
2693
+ border-bottom: 1px solid #6aae7a;
2694
+ }
2695
+ .nav-tabs > li {
2696
+ float: left;
2697
+ margin-bottom: -1px;
2698
+ }
2699
+ .nav-tabs > li > a {
2700
+ margin-right: 2px;
2701
+ line-height: 1.42857143;
2702
+ border: 1px solid transparent;
2703
+ border-radius: 0 0 0 0;
2704
+ }
2705
+ .nav-tabs > li > a:hover {
2706
+ border-color: #eeeeee #eeeeee #6aae7a;
2707
+ }
2708
+ .nav-tabs > li.active > a,
2709
+ .nav-tabs > li.active > a:hover,
2710
+ .nav-tabs > li.active > a:focus {
2711
+ color: #555555;
2712
+ background-color: #ffffff;
2713
+ border: 1px solid #6aae7a;
2714
+ border-bottom-color: transparent;
2715
+ cursor: default;
2716
+ }
2717
+ .nav-tabs.nav-justified {
2718
+ width: 100%;
2719
+ border-bottom: solid 1px #6aae7a;
2720
+ border-bottom: 0;
2721
+ }
2722
+ .nav-tabs.nav-justified > li {
2723
+ float: none;
2724
+ }
2725
+ .nav-tabs.nav-justified > li > a {
2726
+ text-align: center;
2727
+ /*margin-bottom: 5px;*/
2728
+ }
2729
+ .nav-tabs.nav-justified > .dropdown .dropdown-menu {
2730
+ top: auto;
2731
+ left: auto;
2732
+ }
2733
+ .nav-tabs.nav-justified > li > a {
2734
+ margin-right: 0;
2735
+ border-radius: 0;
2736
+ }
2737
+ .nav-tabs.nav-justified > .active > a,
2738
+ .nav-tabs.nav-justified > .active > a:hover,
2739
+ .nav-tabs.nav-justified > .active > a:focus {
2740
+ border: 1px solid #6aae7a;
2741
+ }
2742
+ @media (min-width: 768px) {
2743
+ .nav-tabs.nav-justified > li > a {
2744
+ border-bottom: 1px solid #6aae7a;
2745
+ border-radius: 0 0 0 0;
2746
+ }
2747
+ .nav-tabs.nav-justified > .active > a,
2748
+ .nav-tabs.nav-justified > .active > a:hover,
2749
+ .nav-tabs.nav-justified > .active > a:focus {
2750
+ border-bottom-color: #ffffff;
2751
+ }
2752
+ }
2753
+ .nav-pills > li {
2754
+ float: left;
2755
+ }
2756
+ .nav-pills > li > a {
2757
+ border-radius: 0;
2758
+ }
2759
+ .nav-pills > li + li {
2760
+ margin-left: 2px;
2761
+ }
2762
+ .nav-pills > li.active > a,
2763
+ .nav-pills > li.active > a:hover,
2764
+ .nav-pills > li.active > a:focus {
2765
+ color: #ffffff;
2766
+ background-color: #6aae7a;
2767
+ }
2768
+ .nav-stacked > li {
2769
+ float: none;
2770
+ }
2771
+ .nav-stacked > li + li {
2772
+ margin-top: 2px;
2773
+ margin-left: 0;
2774
+ }
2775
+ .nav-justified {
2776
+ width: 100%;
2777
+ border-bottom: solid 1px #6aae7a;
2778
+ }
2779
+ .nav-justified > li {
2780
+ float: none;
2781
+ }
2782
+ .nav-justified > li > a {
2783
+ text-align: center;
2784
+ /*margin-bottom: 5px;*/
2785
+ }
2786
+ .nav-justified > .dropdown .dropdown-menu {
2787
+ top: auto;
2788
+ left: auto;
2789
+ }
2790
+ .nav-tabs-justified {
2791
+ border-bottom: 0;
2792
+ }
2793
+ .nav-tabs-justified > li > a {
2794
+ margin-right: 0;
2795
+ border-radius: 0;
2796
+ }
2797
+ .nav-tabs-justified > .active > a,
2798
+ .nav-tabs-justified > .active > a:hover,
2799
+ .nav-tabs-justified > .active > a:focus {
2800
+ border: 1px solid #6aae7a;
2801
+ }
2802
+ @media (min-width: 768px) {
2803
+ .nav-tabs-justified > li > a {
2804
+ border-bottom: 1px solid #6aae7a;
2805
+ border-radius: 0 0 0 0;
2806
+ }
2807
+ .nav-tabs-justified > .active > a,
2808
+ .nav-tabs-justified > .active > a:hover,
2809
+ .nav-tabs-justified > .active > a:focus {
2810
+ border-bottom-color: #ffffff;
2811
+ }
2812
+ }
2813
+ .tab-content {
2814
+ padding: 15px;
2815
+ border: solid 1px #ddd;
2816
+ border-top: none;
2817
+ }
2818
+ /* navbar */
2819
+ .navbar {
2820
+ position: relative;
2821
+ min-height: 62px;
2822
+ margin-bottom: 0;
2823
+ border-bottom: 1px solid transparent;
2824
+ }
2825
+ @media (min-width: 768px) {
2826
+ .navbar {
2827
+ border-radius: 0px;
2828
+ }
2829
+ }
2830
+ @media (min-width: 768px) {
2831
+ .navbar-header {
2832
+ float: left;
2833
+ }
2834
+ }
2835
+ .navbar-collapse {
2836
+ overflow-x: visible;
2837
+ padding-right: 15px;
2838
+ padding-left: 15px;
2839
+ }
2840
+ .navbar-collapse.in {
2841
+ overflow-y: auto;
2842
+ }
2843
+ @media (min-width: 768px) {
2844
+ .navbar-collapse {
2845
+ width: auto;
2846
+ border-top: 0;
2847
+ box-shadow: none;
2848
+ }
2849
+ .navbar-collapse.collapse {
2850
+ display: block !important;
2851
+ height: auto !important;
2852
+ padding-bottom: 0;
2853
+ overflow: visible !important;
2854
+ }
2855
+ .navbar-collapse.in {
2856
+ overflow-y: visible;
2857
+ }
2858
+ .navbar-fixed-top .navbar-collapse,
2859
+ .navbar-static-top .navbar-collapse,
2860
+ .navbar-fixed-bottom .navbar-collapse {
2861
+ padding-left: 0;
2862
+ padding-right: 0;
2863
+ }
2864
+ }
2865
+ .navbar-fixed-top .navbar-collapse,
2866
+ .navbar-affixed-top .navbar-collapse,
2867
+ .navbar-fixed-bottom .navbar-collapse {
2868
+ max-height: 340px;
2869
+ }
2870
+ @media (max-width: 480px) and (orientation: landscape) {
2871
+ .navbar-fixed-top .navbar-collapse,
2872
+ .navbar-affixed-top .navbar-collapse,
2873
+ .navbar-fixed-bottom .navbar-collapse {
2874
+ max-height: 200px;
2875
+ }
2876
+ }
2877
+ .container > .navbar-header,
2878
+ .container-fluid > .navbar-header,
2879
+ .container > .navbar-collapse,
2880
+ .container-fluid > .navbar-collapse {
2881
+ margin-right: -15px;
2882
+ margin-left: -15px;
2883
+ }
2884
+ @media (min-width: 768px) {
2885
+ .container > .navbar-header,
2886
+ .container-fluid > .navbar-header,
2887
+ .container > .navbar-collapse,
2888
+ .container-fluid > .navbar-collapse {
2889
+ margin-right: 0;
2890
+ margin-left: 0;
2891
+ }
2892
+ }
2893
+ .navbar-static-top {
2894
+ z-index: 1000;
2895
+ border-width: 0 0 1px;
2896
+ }
2897
+ @media (min-width: 768px) {
2898
+ .navbar-static-top {
2899
+ border-radius: 0;
2900
+ }
2901
+ }
2902
+ .navbar-fixed-top,
2903
+ .navbar-fixed-bottom {
2904
+ position: fixed;
2905
+ right: 0;
2906
+ left: 0;
2907
+ z-index: 1030;
2908
+ -webkit-transform: translate3d(0, 0, 0);
2909
+ transform: translate3d(0, 0, 0);
2910
+ }
2911
+ @media (min-width: 768px) {
2912
+ .navbar-fixed-top,
2913
+ .navbar-fixed-bottom {
2914
+ border-radius: 0;
2915
+ }
2916
+ }
2917
+ .navbar-fixed-top {
2918
+ top: 0;
2919
+ border-width: 0 0 1px;
2920
+ }
2921
+ .navbar-fixed-bottom {
2922
+ bottom: 0;
2923
+ margin-bottom: 0;
2924
+ border-width: 1px 0 0;
2925
+ }
2926
+ .navbar-brand {
2927
+ float: left;
2928
+ padding: 10px 15px;
2929
+ font-size: 18px;
2930
+ line-height: 20px;
2931
+ height: 62px;
2932
+ }
2933
+ .navbar-brand:hover,
2934
+ .navbar-brand:focus {
2935
+ text-decoration: none;
2936
+ }
2937
+ @media (min-width: 768px) {
2938
+ .navbar > .container .navbar-brand,
2939
+ .navbar > .container-fluid .navbar-brand {
2940
+ margin-left: -15px;
2941
+ }
2942
+ }
2943
+ .navbar-toggle {
2944
+ position: relative;
2945
+ float: right;
2946
+ margin-right: 15px;
2947
+ padding: 9px 10px;
2948
+ margin-top: 14px;
2949
+ margin-bottom: 14px;
2950
+ background-color: transparent;
2951
+ background-image: none;
2952
+ border: 1px solid transparent;
2953
+ border-radius: 0;
2954
+ }
2955
+ .navbar-toggle:focus {
2956
+ outline: 0;
2957
+ }
2958
+ .navbar-nav {
2959
+ margin: 10.5px -15px;
2960
+ }
2961
+ .navbar-nav > li > a {
2962
+ padding-top: 10px;
2963
+ padding-bottom: 10px;
2964
+ line-height: 20px;
2965
+ }
2966
+ @media (max-width: 767px) {
2967
+ .navbar-nav .open .dropdown-menu > li > a,
2968
+ .navbar-nav .open .dropdown-menu .dropdown-header {
2969
+ padding: 5px 15px 5px 25px;
2970
+ }
2971
+ .navbar-nav .open .dropdown-menu > li > a {
2972
+ line-height: 20px;
2973
+ }
2974
+ .navbar-nav .open .dropdown-menu > li > a:hover,
2975
+ .navbar-nav .open .dropdown-menu > li > a:focus {
2976
+ background-image: none;
2977
+ }
2978
+ }
2979
+ @media (min-width: 768px) {
2980
+ .navbar-nav {
2981
+ float: left;
2982
+ margin: 0;
2983
+ }
2984
+ .navbar-nav > li {
2985
+ float: left;
2986
+ }
2987
+ .navbar-nav > li > a {
2988
+ padding-top: 21px;
2989
+ padding-bottom: 21px;
2990
+ }
2991
+ .navbar-nav.navbar-right:last-child {
2992
+ margin-right: -15px;
2993
+ }
2994
+ }
2995
+ @media (min-width: 768px) {
2996
+ .navbar-left {
2997
+ float: left !important;
2998
+ }
2999
+ .navbar-right {
3000
+ float: right !important;
3001
+ }
3002
+ }
3003
+ .navbar-form {
3004
+ margin-left: -15px;
3005
+ margin-right: -15px;
3006
+ padding: 10px 15px;
3007
+ border-top: 1px solid transparent;
3008
+ border-bottom: 1px solid transparent;
3009
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3010
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3011
+ margin-top: 14px;
3012
+ margin-bottom: 14px;
3013
+ }
3014
+ @media (max-width: 767px) {
3015
+ .navbar-form .form-group {
3016
+ margin-bottom: 5px;
3017
+ }
3018
+ }
3019
+ @media (min-width: 768px) {
3020
+ .navbar-form {
3021
+ width: auto;
3022
+ border: 0;
3023
+ margin-left: 0;
3024
+ margin-right: 0;
3025
+ padding-top: 0;
3026
+ padding-bottom: 0;
3027
+ -webkit-box-shadow: none;
3028
+ box-shadow: none;
3029
+ }
3030
+ .navbar-form.navbar-right:last-child {
3031
+ margin-right: -15px;
3032
+ }
3033
+ }
3034
+ .navbar-nav > li > .dropdown-menu {
3035
+ margin-top: 0;
3036
+ border-top-right-radius: 0;
3037
+ border-top-left-radius: 0;
3038
+ }
3039
+ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
3040
+ border-bottom-right-radius: 0;
3041
+ border-bottom-left-radius: 0;
3042
+ }
3043
+ .navbar-btn {
3044
+ margin-top: 14px;
3045
+ margin-bottom: 14px;
3046
+ }
3047
+ .navbar-btn.btn-sm {
3048
+ margin-top: 16px;
3049
+ margin-bottom: 16px;
3050
+ }
3051
+ .navbar-btn.btn-xs {
3052
+ margin-top: 20px;
3053
+ margin-bottom: 20px;
3054
+ }
3055
+ .navbar-text {
3056
+ margin-top: 21px;
3057
+ margin-bottom: 21px;
3058
+ }
3059
+ @media (min-width: 768px) {
3060
+ .navbar-text {
3061
+ float: left;
3062
+ margin-left: 15px;
3063
+ margin-right: 15px;
3064
+ }
3065
+ .navbar-text.navbar-right:last-child {
3066
+ margin-right: 0;
3067
+ }
3068
+ }
3069
+ .navbar-default {
3070
+ background-color: #ffffff;
3071
+ border-color: #cccccc;
3072
+ border-bottom: none;
3073
+ }
3074
+ .navbar-default .navbar-brand {
3075
+ color: #555555;
3076
+ }
3077
+ .navbar-default .navbar-brand:hover,
3078
+ .navbar-default .navbar-brand:focus {
3079
+ color: #3b3b3b;
3080
+ background-color: transparent;
3081
+ }
3082
+ .navbar-default .navbar-text {
3083
+ color: #777777;
3084
+ }
3085
+ .navbar-default .navbar-nav > li > a {
3086
+ color: #555555;
3087
+ }
3088
+ .navbar-default .navbar-nav > li > a:hover,
3089
+ .navbar-default .navbar-nav > li > a:focus {
3090
+ color: #555555;
3091
+ background-color: #acd2b5;
3092
+ }
3093
+ .navbar-default .navbar-nav > .active > a,
3094
+ .navbar-default .navbar-nav > .active > a:hover,
3095
+ .navbar-default .navbar-nav > .active > a:focus {
3096
+ color: #ffffff;
3097
+ background-color: #6aae7a;
3098
+ }
3099
+ .navbar-default .navbar-nav > .disabled > a,
3100
+ .navbar-default .navbar-nav > .disabled > a:hover,
3101
+ .navbar-default .navbar-nav > .disabled > a:focus {
3102
+ color: #cccccc;
3103
+ background-color: transparent;
3104
+ }
3105
+ .navbar-default .navbar-toggle {
3106
+ border-color: #dddddd;
3107
+ }
3108
+ .navbar-default .navbar-toggle:hover,
3109
+ .navbar-default .navbar-toggle:focus {
3110
+ background-color: #6aae7a;
3111
+ }
3112
+ .navbar-default .navbar-toggle .icon-bar {
3113
+ background-color: #888888;
3114
+ }
3115
+ .navbar-default .navbar-collapse,
3116
+ .navbar-default .navbar-form {
3117
+ border-color: #cccccc;
3118
+ }
3119
+ .navbar-default .navbar-nav > .open > a,
3120
+ .navbar-default .navbar-nav > .open > a:hover,
3121
+ .navbar-default .navbar-nav > .open > a:focus {
3122
+ background-color: #6aae7a;
3123
+ color: #ffffff;
3124
+ }
3125
+ @media (max-width: 767px) {
3126
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a {
3127
+ color: #555555;
3128
+ }
3129
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
3130
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
3131
+ color: #6aae7a;
3132
+ }
3133
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
3134
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
3135
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
3136
+ color: #ffffff;
3137
+ background-color: #6aae7a;
3138
+ }
3139
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
3140
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3141
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3142
+ color: #cccccc;
3143
+ background-color: transparent;
3144
+ }
3145
+ }
3146
+ .navbar-default .navbar-link {
3147
+ color: #555555;
3148
+ }
3149
+ .navbar-default .navbar-link:hover {
3150
+ color: #555555;
3151
+ }
3152
+ .navbar-default .btn-link {
3153
+ color: #555555;
3154
+ }
3155
+ .navbar-default .btn-link:hover,
3156
+ .navbar-default .btn-link:focus {
3157
+ color: #555555;
3158
+ }
3159
+ .navbar-default .btn-link[disabled]:hover,
3160
+ fieldset[disabled] .navbar-default .btn-link:hover,
3161
+ .navbar-default .btn-link[disabled]:focus,
3162
+ fieldset[disabled] .navbar-default .btn-link:focus {
3163
+ color: #cccccc;
3164
+ }
3165
+ /* scaffolding */
3166
+ body {
3167
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
3168
+ font-size: 14px;
3169
+ line-height: 1.42857143;
3170
+ color: #555555;
3171
+ }
3172
+ a {
3173
+ color: #6aae7a;
3174
+ text-decoration: none;
3175
+ }
3176
+ a:hover,
3177
+ a:focus {
3178
+ color: #488456;
3179
+ text-decoration: underline;
3180
+ }
3181
+ a:focus {
3182
+ outline: thin dotted;
3183
+ outline: 5px auto -webkit-focus-ring-color;
3184
+ outline-offset: -2px;
3185
+ }
3186
+ .img-rounded {
3187
+ border-radius: 0;
3188
+ }
3189
+ hr {
3190
+ margin-top: 20px;
3191
+ margin-bottom: 20px;
3192
+ border: 0;
3193
+ border-top: 1px solid #eeeeee;
3194
+ }
3195
+ /* breadcrumbs */
3196
+ .breadcrumb {
3197
+ padding: 20px 0;
3198
+ margin-bottom: 20px;
3199
+ background-color: transparent;
3200
+ border-radius: 0;
3201
+ text-align: right;
3202
+ }
3203
+ .breadcrumb > li + li:before {
3204
+ content: ">\00a0";
3205
+ color: #555555;
3206
+ }
3207
+ .breadcrumb > .active {
3208
+ color: #999999;
3209
+ }
3210
+ @media (max-width: 991px) {
3211
+ .breadcrumb {
3212
+ padding: 20px 0;
3213
+ text-align: center;
3214
+ }
3215
+ }
3216
+ /* dropdowns */
3217
+ .dropdown-menu {
3218
+ z-index: 1000;
3219
+ font-size: 14px;
3220
+ background-color: #ffffff;
3221
+ border: 1px solid #cccccc;
3222
+ border: 1px solid rgba(0, 0, 0, 0.15);
3223
+ border-radius: 0;
3224
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3225
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3226
+ }
3227
+ .dropdown-menu.pull-right {
3228
+ right: 0;
3229
+ left: auto;
3230
+ }
3231
+ .dropdown-menu .divider {
3232
+ height: 1px;
3233
+ margin: 9px 0;
3234
+ overflow: hidden;
3235
+ background-color: #e5e5e5;
3236
+ }
3237
+ .dropdown-menu > li > a {
3238
+ padding: 5px 20px;
3239
+ line-height: 1.42857143;
3240
+ color: #333333;
3241
+ white-space: nowrap;
3242
+ }
3243
+ /* labels */
3244
+ .label {
3245
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
3246
+ font-weight: normal;
3247
+ text-transform: uppercase;
3248
+ letter-spacing: 0.08em;
3249
+ }
3250
+ /* forms.less */
3251
+ label {
3252
+ font-weight: normal;
3253
+ }
3254
+ .form-control {
3255
+ -webkit-box-shadow: none;
3256
+ box-shadow: none;
3257
+ border-radius: 0;
3258
+ }
3259
+ .form-control:focus {
3260
+ border-color: #6aae7a;
3261
+ outline: 0;
3262
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(106, 174, 122, 0.6);
3263
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(106, 174, 122, 0.6);
3264
+ }
3265
+ .form-group {
3266
+ margin-bottom: 20px;
3267
+ }
3268
+ /* pager*/
3269
+ .pager {
3270
+ margin: 20px 0;
3271
+ border-top: solid 1px #eeeeee;
3272
+ padding-top: 20px;
3273
+ text-transform: uppercase;
3274
+ letter-spacing: 0.08em;
3275
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
3276
+ }
3277
+ .pager li {
3278
+ display: inline;
3279
+ }
3280
+ .pager li > a,
3281
+ .pager li > span {
3282
+ background-color: #ffffff;
3283
+ border: 1px solid #6aae7a;
3284
+ border-radius: 0;
3285
+ }
3286
+ .pager li > a:hover,
3287
+ .pager li > a:focus {
3288
+ text-decoration: none;
3289
+ color: #fff;
3290
+ background-color: #6aae7a;
3291
+ }
3292
+ .pager .disabled > a,
3293
+ .pager .disabled > a:hover,
3294
+ .pager .disabled > a:focus,
3295
+ .pager .disabled > span {
3296
+ color: #999999;
3297
+ background-color: #ffffff;
3298
+ border-color: #ddd;
3299
+ }
3300
+ /* pagination */
3301
+ .pagination {
3302
+ margin: 20px 0;
3303
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
3304
+ border-radius: 0;
3305
+ }
3306
+ .pagination > li > a,
3307
+ .pagination > li > span {
3308
+ padding: 6px 12px;
3309
+ line-height: 1.42857143;
3310
+ text-decoration: none;
3311
+ color: #6aae7a;
3312
+ background-color: #ffffff;
3313
+ border: 1px solid #dddddd;
3314
+ }
3315
+ .pagination > li > a:hover,
3316
+ .pagination > li > span:hover,
3317
+ .pagination > li > a:focus,
3318
+ .pagination > li > span:focus {
3319
+ color: #6aae7a;
3320
+ background-color: #cde4d2;
3321
+ border-color: #dddddd;
3322
+ }
3323
+ .pagination > .active > a,
3324
+ .pagination > .active > span,
3325
+ .pagination > .active > a:hover,
3326
+ .pagination > .active > span:hover,
3327
+ .pagination > .active > a:focus,
3328
+ .pagination > .active > span:focus {
3329
+ z-index: 2;
3330
+ color: #ffffff;
3331
+ background-color: #6aae7a;
3332
+ border-color: #6aae7a;
3333
+ }
3334
+ .pagination > .disabled > span,
3335
+ .pagination > .disabled > span:hover,
3336
+ .pagination > .disabled > span:focus,
3337
+ .pagination > .disabled > a,
3338
+ .pagination > .disabled > a:hover,
3339
+ .pagination > .disabled > a:focus {
3340
+ color: #999999;
3341
+ background-color: #ffffff;
3342
+ border-color: #dddddd;
3343
+ }
3344
+ /* responsive utilities */
3345
+ @media (max-width: 767px) {
3346
+ .text-center-xs {
3347
+ text-align: center !important;
3348
+ }
3349
+ .text-center-xs img {
3350
+ display: block;
3351
+ margin-left: auto;
3352
+ margin-right: auto;
3353
+ }
3354
+ }
3355
+ @media (min-width: 768px) and (max-width: 991px) {
3356
+ .text-center-sm {
3357
+ text-align: center !important;
3358
+ }
3359
+ .text-center-sm img {
3360
+ display: block;
3361
+ margin-left: auto;
3362
+ margin-right: auto;
3363
+ }
3364
+ }
3365
+ /* type */
3366
+ h1,
3367
+ h2,
3368
+ h3,
3369
+ h4,
3370
+ h5,
3371
+ h6,
3372
+ .h1,
3373
+ .h2,
3374
+ .h3,
3375
+ .h4,
3376
+ .h5,
3377
+ .h6 {
3378
+ font-family: "Roboto", Helvetica, Arial, sans-serif;
3379
+ font-weight: 900;
3380
+ line-height: 1.1;
3381
+ color: #333333;
3382
+ }
3383
+ h1,
3384
+ .h1,
3385
+ h2,
3386
+ .h2,
3387
+ h3,
3388
+ .h3 {
3389
+ margin-top: 20px;
3390
+ margin-bottom: 20px;
3391
+ }
3392
+ p {
3393
+ margin: 0 0 10px;
3394
+ }
3395
+ .lead {
3396
+ margin-bottom: 20px;
3397
+ font-size: 18px;
3398
+ }
3399
+ @media (min-width: 768px) {
3400
+ .lead {
3401
+ font-size: 21px;
3402
+ }
3403
+ }
3404
+ .text-small {
3405
+ font-size: 12px;
3406
+ }
3407
+ .text-large {
3408
+ font-size: 18px;
3409
+ }
3410
+ .text-italic {
3411
+ font-style: italic;
3412
+ }
3413
+ .text-primary {
3414
+ color: #6aae7a;
3415
+ }
3416
+ a.text-primary:hover {
3417
+ color: #519461;
3418
+ }
3419
+ .bg-primary {
3420
+ color: #fff;
3421
+ background-color: #6aae7a;
3422
+ }
3423
+ a.bg-primary:hover {
3424
+ background-color: #519461;
3425
+ }
3426
+ abbr[title],
3427
+ abbr[data-original-title] {
3428
+ border-bottom: 1px dotted #999999;
3429
+ }
3430
+ blockquote {
3431
+ padding: 10px 20px;
3432
+ margin: 0 0 20px;
3433
+ font-size: 14px;
3434
+ border-left: 5px solid #6aae7a;
3435
+ }
3436
+ blockquote footer,
3437
+ blockquote small,
3438
+ blockquote .small {
3439
+ display: block;
3440
+ font-size: 80%;
3441
+ line-height: 1.42857143;
3442
+ color: #999999;
3443
+ }
3444
+ blockquote footer:before,
3445
+ blockquote small:before,
3446
+ blockquote .small:before {
3447
+ content: '\2014 \00A0';
3448
+ }
3449
+ .blockquote-reverse,
3450
+ blockquote.pull-right {
3451
+ border-right: 5px solid #6aae7a;
3452
+ }
3453
+ address {
3454
+ margin-bottom: 20px;
3455
+ line-height: 1.42857143;
3456
+ }
3457
+ .panel {
3458
+ margin-bottom: 20px;
3459
+ background-color: #ffffff;
3460
+ border: 1px solid transparent;
3461
+ border-radius: 0;
3462
+ -webkit-box-shadow: 0 0 0;
3463
+ box-shadow: 0 0 0;
3464
+ }
3465
+ .panel-heading {
3466
+ border-top-right-radius: 0;
3467
+ border-top-left-radius: 0;
3468
+ text-transform: uppercase;
3469
+ letter-spacing: 0.08em;
3470
+ padding: 15px 15px;
3471
+ }
3472
+ .progress {
3473
+ overflow: hidden;
3474
+ height: 20px;
3475
+ margin-bottom: 20px;
3476
+ background-color: #f5f5f5;
3477
+ border-radius: 0;
3478
+ -webkit-box-shadow: none;
3479
+ box-shadow: none;
3480
+ }
3481
+ .panel-group {
3482
+ margin-bottom: 20px;
3483
+ }
3484
+ .panel-group .panel {
3485
+ margin-bottom: 0;
3486
+ border-radius: 0;
3487
+ overflow: hidden;
3488
+ }
3489
+ .panel-group .panel + .panel {
3490
+ margin-top: 5px;
3491
+ }
3492
+ .panel-group.accordion .panel {
3493
+ border-color: #ccc;
3494
+ }
3495
+ .panel-primary {
3496
+ border-color: #6aae7a;
3497
+ }
3498
+ .panel-primary > .panel-heading {
3499
+ color: #ffffff;
3500
+ background-color: #6aae7a;
3501
+ border-color: #6aae7a;
3502
+ }
3503
+ .panel-primary > .panel-heading + .panel-collapse > .panel-body {
3504
+ border-top-color: #6aae7a;
3505
+ }
3506
+ .panel-primary > .panel-heading .badge {
3507
+ color: #6aae7a;
3508
+ background-color: #ffffff;
3509
+ }
3510
+ .panel-primary > .panel-footer + .panel-collapse > .panel-body {
3511
+ border-bottom-color: #6aae7a;
3512
+ }
3513
+ .panel-primary .panel-title {
3514
+ font-weight: 300;
3515
+ }
3516
+ .panel-primary .panel-title a:hover {
3517
+ color: #fff;
3518
+ text-decoration: none;
3519
+ }
3520
+ a.badge:hover,
3521
+ a.badge:focus {
3522
+ color: #ffffff;
3523
+ text-decoration: none;
3524
+ cursor: pointer;
3525
+ }
3526
+ a.list-group-item.active > .badge,
3527
+ .nav-pills > .active > a > .badge {
3528
+ color: #6aae7a;
3529
+ background-color: #ffffff;
3530
+ }
3531
+ .nav-pills > li > a > .badge {
3532
+ margin-left: 3px;
3533
+ }
3534
+ .progress-bar-primary {
3535
+ background-color: #6aae7a;
3536
+ }
3537
+ .progress-striped .progress-bar-primary {
3538
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3539
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3540
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3541
+ }
3542
+ /*!
3543
+ * Yamm!3 - Yet another megamenu for Bootstrap 3
3544
+ * http://geedmo.github.com/yamm3
3545
+ *
3546
+ * @geedmo - Licensed under the MIT license
3547
+ */
3548
+ .yamm .nav,
3549
+ .yamm .collapse,
3550
+ .yamm .dropup.use-yamm,
3551
+ .yamm .dropdown.use-yamm {
3552
+ position: static;
3553
+ }
3554
+ .yamm .container {
3555
+ position: relative;
3556
+ }
3557
+ .yamm .dropdown-menu {
3558
+ left: auto;
3559
+ }
3560
+ .yamm .nav.navbar-right .dropdown-menu {
3561
+ left: auto;
3562
+ right: 0;
3563
+ }
3564
+ .yamm .yamm-content {
3565
+ padding: 20px 30px;
3566
+ }
3567
+ .yamm .dropdown.yamm-fw .dropdown-menu {
3568
+ left: 15px;
3569
+ right: 15px;
3570
+ }