rails_pitfall 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. data/.gitignore +18 -0
  2. data/.rvmrc +48 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +1 -0
  5. data/README.md +45 -0
  6. data/Rakefile +1 -0
  7. data/lib/rails_pitfall.rb +18 -0
  8. data/lib/rails_pitfall/version.rb +3 -0
  9. data/rails_pitfall.gemspec +25 -0
  10. data/vendor/assets/images/backgrounds/wild_oliva.png +0 -0
  11. data/vendor/assets/images/backgrounds/wild_oliva_@2X.png +0 -0
  12. data/vendor/assets/images/backgrounds/wild_oliva_blue_dark.png +0 -0
  13. data/vendor/assets/images/backgrounds/wild_oliva_blue_light.png +0 -0
  14. data/vendor/assets/images/backgrounds/wild_oliva_dark.png +0 -0
  15. data/vendor/assets/images/backgrounds/wild_oliva_light.png +0 -0
  16. data/vendor/assets/images/backgrounds/wild_oliva_light_head.png +0 -0
  17. data/vendor/assets/images/ui.totop.png +0 -0
  18. data/vendor/assets/javascript/easing.js +141 -0
  19. data/vendor/assets/javascript/isotope/jquery.isotope.js +1407 -0
  20. data/vendor/assets/javascript/jquery.ui/jquery.ui.totop.js +55 -0
  21. data/vendor/assets/javascript/rails_strap.js +9 -0
  22. data/vendor/assets/javascript/rails_strap_modernizer.js +4 -0
  23. data/vendor/assets/javascript/restart_theme.js +213 -0
  24. data/vendor/assets/stylesheets/animate/animate.css +3263 -0
  25. data/vendor/assets/stylesheets/bootstrap_customization.less +2 -0
  26. data/vendor/assets/stylesheets/custom_variables.less +301 -0
  27. data/vendor/assets/stylesheets/flexslider_customization.css +20 -0
  28. data/vendor/assets/stylesheets/font-awesome-ie7.min.css +22 -0
  29. data/vendor/assets/stylesheets/fontawesome_customization.less +6 -0
  30. data/vendor/assets/stylesheets/isotope/css/style.css +77 -0
  31. data/vendor/assets/stylesheets/rails_strap.css.scss +11 -0
  32. data/vendor/assets/stylesheets/style.less +1726 -0
  33. metadata +190 -0
@@ -0,0 +1,1726 @@
1
+ /*!
2
+ Theme Name: {rails}strap
3
+ Description: A ruby-ready theme packed as a gem.
4
+ Version: 1.0
5
+ */
6
+ /* =Imports
7
+ We import bootstrap.less in order to takeui.totop.png advantage of its classes and mixins.
8
+ AFTER THAT we import the custom_variables.less which is Bootstrap variables.less
9
+ that we copied and altered in order to override the original variables and make our custom bootstrap skin.
10
+ This way we leave Bootstrap unharmed.
11
+ --------------------------------------------------------------*/
12
+ @import "twitter/bootstrap/bootstrap";
13
+ @import "twitter/bootstrap/responsive";
14
+
15
+ @import "custom_variables";
16
+
17
+ // Theme Mixins
18
+ //--------------------------------------------------------------
19
+ .theme-box-shadow(@shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1)) {
20
+ -webkit-box-shadow: @shadow;
21
+ -moz-box-shadow: @shadow;
22
+ box-shadow: @shadow;
23
+ }
24
+
25
+ .theme-transition(@theme-transition: 500ms) {
26
+ .transition(all @theme-transition linear);
27
+ }
28
+
29
+ .black_alpha(@alpha_percentage: 0.6) {
30
+ background: rgb(0, 0, 0);
31
+ background: rgba(0, 0, 0, @alpha_percentage);
32
+ }
33
+
34
+ .blue_alpha (@alpha_percentage: 0.6) {
35
+ background: rgb(0, 133, 200);
36
+ background-color: rgba(0, 133, 200, @alpha_percentage);
37
+ }
38
+
39
+ /*!
40
+ Theme Name: {re}start
41
+ THEME STYLES
42
+ =================================================================
43
+ */
44
+
45
+ /* =General
46
+ -------------------------------------------------------------- */
47
+ body {
48
+ -webkit-font-smoothing: antialiased;
49
+ background: asset-url("backgrounds/wild_oliva_light.png");
50
+ }
51
+
52
+ h1, h2, h3, h4, h5, h6 {font-weight: normal;}
53
+
54
+ a:hover, a:active, a:focus {text-decoration: none;}
55
+
56
+ a:focus {outline: none;}
57
+
58
+ .border-box {
59
+ -webkit-box-sizing: border-box;
60
+ -moz-box-sizing: border-box;
61
+ box-sizing: border-box;
62
+ }
63
+
64
+ .img-left {
65
+ float: left;
66
+ margin: 0 10px 0px 0;
67
+ }
68
+
69
+ .show {
70
+ .opacity(100) !important;
71
+ }
72
+
73
+ .background_cover {
74
+ background: no-repeat center center;
75
+ -webkit-background-size: cover;
76
+ -moz-background-size: cover;
77
+ -o-background-size: cover;
78
+ background-size: cover;
79
+ }
80
+
81
+ .columns_2 {
82
+ .content-columns(2, 40px);
83
+ .hyphens;
84
+ }
85
+
86
+ .center-block {
87
+ display: block;
88
+ margin-left: auto;
89
+ margin-right: auto;
90
+ }
91
+
92
+ .no-box-shadow {
93
+ .box-shadow(0 0px 0px rgba(0, 0, 0, 0.067));
94
+ }
95
+
96
+ /* =Header
97
+ -------------------------------------------------------------- */
98
+ header {
99
+ background: asset-url("backgrounds/wild_oliva_light_head.png");
100
+ border-bottom: solid 1px #cccccc;;
101
+ .container {
102
+ position: relative;
103
+ }
104
+ }
105
+
106
+ .navbar {
107
+ margin: 36px 0px;
108
+ .navbar-inner {
109
+ background-color: transparent;
110
+ background-image: none;
111
+ border: 0px;
112
+ .no-box-shadow;
113
+ .reset-filter;
114
+ padding: 0px;
115
+ a.brand {
116
+ margin: 0px 0;
117
+ padding: 0px;
118
+ overflow: hidden;
119
+ width: 315px;
120
+ img {
121
+ float: left;
122
+ margin: 0 6px 0 0;
123
+ width: 90px;
124
+ height: 90px;
125
+ }
126
+ span.logo_title {
127
+ font-size: 36px;
128
+ font-weight: 300;
129
+ display: block;
130
+ padding: 10px 0 0px 0;
131
+ line-height: 42px;
132
+ text-shadow: 1px 1px 0px #ffffff;
133
+ }
134
+ span.logo_subtitle {
135
+ font-size: 13px;
136
+ font-weight: 300;
137
+ display: block;
138
+ text-shadow: 1px 1px 0px #ffffff;
139
+ }
140
+ }
141
+ }
142
+ .nav {
143
+ margin: 27px 0 0 0;
144
+ li a {
145
+ margin: 0 3px;
146
+ text-transform: uppercase;
147
+ background-color: transparent !important;
148
+ }
149
+ li a:hover, li a:active {
150
+ background-color: transparent;
151
+ .no-box-shadow;
152
+ border-bottom: solid 1px @linkColor;
153
+ }
154
+ li.active a, li.active a:hover {
155
+ background-color: transparent;
156
+ .no-box-shadow;
157
+ border-bottom: solid 1px @linkColor;
158
+ }
159
+ }
160
+ }
161
+
162
+ .lt-ie9 .navbar {
163
+ .nav {
164
+ li a {
165
+ margin: 0px;
166
+ padding: 10px;
167
+ font-size: 14px;
168
+ }
169
+ .dropdown-menu > li > a {
170
+ padding: 3px 20px;
171
+ }
172
+ }
173
+ }
174
+
175
+ .navbar .btn-navbar {
176
+ margin-top: 22px;
177
+ margin-right: 0;
178
+ margin-left: 0;
179
+ background: asset-url("backgrounds/wild_oliva_light.png");
180
+ span.nb_left {
181
+ padding: 5px;
182
+ }
183
+ span.nb_right {
184
+ font-weight: bold;
185
+ font-size: 18px;
186
+ color: @gray;
187
+ text-shadow: 1px 1px 0 #FFFFFF;
188
+ padding: 0 4px 4px 4px;
189
+ }
190
+ }
191
+
192
+ .in .nav {
193
+ li {
194
+ text-align: center;
195
+ }
196
+ li a {
197
+ margin: 0 0 6px 0px;
198
+ background: asset-url("backgrounds/wild_oliva_light.png");
199
+ }
200
+ li a:hover, li a:active {
201
+ background: asset-url("backgrounds/wild_oliva_blue_light.png");
202
+ color: @white;
203
+ text-shadow: 0px 0px 0 transparent;
204
+ border-bottom: solid 0px @linkColor;
205
+ }
206
+ li.active a, li.active a:hover {
207
+ background: asset-url("backgrounds/wild_oliva_dark.png");
208
+ color: @white;
209
+ text-shadow: 0px 0px 0 transparent;
210
+ border-bottom: solid 0px @linkColor;
211
+ }
212
+ }
213
+
214
+ #social_media_wrapper {
215
+ background: @blue;
216
+ .border-bottom-radius(@baseBorderRadius);
217
+ display: inline-block;
218
+ position: absolute;
219
+ top: 0px;
220
+ right: 0px;
221
+ overflow: hidden;
222
+ padding: 10px;
223
+ a {
224
+ text-align: center;
225
+ display: block;
226
+ float: left;
227
+ margin: 0 3px;
228
+ background: asset-url("backgrounds/wild_oliva_light.png");
229
+ .img-circle;
230
+ font-size: 18px;
231
+ width: 18px;
232
+ height: 18px;
233
+ padding: 6px;
234
+ .theme-transition(100ms);
235
+ }
236
+ a i {}
237
+ a:link, a:visited {}
238
+ a:hover, a:active {
239
+ text-decoration: none;
240
+ color: @white;
241
+ background: asset-url("backgrounds/wild_oliva_blue_light.png");
242
+ }
243
+ }
244
+
245
+ #sign {
246
+ position: absolute;
247
+ top: 7px;
248
+ right: 150px;
249
+ font-size: 12px;
250
+ i {
251
+ margin-right: 0px;
252
+ font-size: 18px;
253
+ width: 18px;
254
+ height: 18px;
255
+ padding: 8px;
256
+ display: inline-block;
257
+ text-align: center;
258
+ position: relative;
259
+ left: 0px;
260
+ top: 2px;
261
+ }
262
+ }
263
+
264
+ /* =Slider and Large Photo headers
265
+ -------------------------------------------------------------- */
266
+
267
+ .flexslider {
268
+ margin-bottom: 0px;
269
+ .container {
270
+ position: relative;
271
+ z-index: 9;
272
+ text-align: left;
273
+ height: 480px;
274
+ .carousel-caption {
275
+ .theme-transition;
276
+ position: absolute;
277
+ bottom: 0;
278
+ .opacity(10);
279
+ margin: 0 20% 0 0;
280
+ padding: 60px 0px;
281
+ background: none;
282
+ h1 {
283
+ display: inline-block;
284
+ margin: 0 0 0px 0;
285
+ padding: 16px;
286
+ .black_alpha(0.6);
287
+ line-height: 1.1em;
288
+ color: @bodyBackground;
289
+ text-shadow: 0 1px 1px rgba(0,0,0,.4);
290
+ font-size: 50px;
291
+ font-weight: 300;
292
+ border-bottom: solid 1px @blue;
293
+ }
294
+ h1.inverse {
295
+ .blue_alpha;
296
+ }
297
+ .lead {
298
+ display: inline-block;
299
+ margin: 0;
300
+ padding: 16px;
301
+ .black_alpha(0.8);
302
+ line-height: 1.25;
303
+ color: #fff;
304
+ text-shadow: 0 1px 1px rgba(0,0,0,.4);
305
+ font-size: 18px;
306
+ font-weight: 300;
307
+ border-bottom: solid 1px @blue;
308
+ }
309
+ .lead.inverse {
310
+ .blue_alpha(0.8);
311
+ a:link, a:visited {
312
+ color: yellow;
313
+ }
314
+ }
315
+ .btn {
316
+ margin-top: 15px;
317
+ }
318
+ .round_badge {
319
+ display: block;
320
+ width: 70px;
321
+ height: 70px;
322
+ padding: 20px;
323
+ text-align: center;
324
+ position: absolute;
325
+ top: 0px;
326
+ right: 140px;
327
+ background-color: #ff0000;
328
+ .border-radius(60px);
329
+ color: #ffffff;
330
+ font-weight: 300;
331
+ font-size: 16px;
332
+ line-height: 20px;
333
+ strong {
334
+ font-weight: 700;
335
+ font-size: 22px;
336
+ margin-top: 4px;
337
+ display: block;
338
+ }
339
+ }
340
+ }
341
+ }
342
+ a.carousel-control {
343
+ height: 80px;
344
+ margin-top: 0;
345
+ font-size: 120px;
346
+ text-shadow: 0 1px 1px rgba(0,0,0,.4);
347
+ background-color: transparent;
348
+ border: 0;
349
+ }
350
+ .item {
351
+ height: 480px;
352
+ width: 100%;
353
+ .background_cover;
354
+ }
355
+ }
356
+
357
+ .full_page_photo {
358
+ height: 400px;
359
+ width: 100%;
360
+ .background_cover;
361
+ section.call_to_action {
362
+ margin: 0;
363
+ max-width: 960px;
364
+ padding: 0px 0px;
365
+ text-align: left;
366
+ color: @white;
367
+ position: absolute;
368
+ bottom: 10px;
369
+ img {display: block;}
370
+ h3 {
371
+ font-weight: 300;
372
+ font-size: 50px;
373
+ line-height: 55px;
374
+ padding: 10px;
375
+ .black_alpha(0.6);
376
+ display: inline-block;
377
+ clear: both;
378
+ }
379
+ h4 {
380
+ font-weight: 300;
381
+ font-size: 26px;
382
+ line-height: 30px;
383
+ margin: 0 0 20px 0;
384
+ padding: 10px;
385
+ .black_alpha(0.6);
386
+ display: inline-block;
387
+ clear: both;
388
+ }
389
+ }
390
+ }
391
+
392
+ /* =Collapsing Header Effect
393
+ (To use, assign "collapsing_header" class to the body tag)
394
+ -------------------------------------------------------------- */
395
+
396
+ .collapsing_header {
397
+ header {
398
+ position: fixed;
399
+ top: 0;
400
+ left: 0;
401
+ width: 100%;
402
+ height: 162px;
403
+ z-index:10;
404
+ &.absolute {
405
+ position: absolute !important;
406
+ top: 400px !important;
407
+ left: 0px;
408
+ }
409
+ }
410
+ .full_page_photo {
411
+ position: fixed;
412
+ top: 162px;
413
+ }
414
+ #main {
415
+ position: relative;
416
+ top: 562px;
417
+ }
418
+ }
419
+
420
+ /* =Main, Homepage
421
+ -------------------------------------------------------------- */
422
+ #main {
423
+ background: asset-url("backgrounds/wild_oliva_light.png");
424
+ }
425
+
426
+ section.call_to_action {
427
+ text-align: center;
428
+ padding: 35px 0 45px 0;
429
+ h3 {
430
+ font-weight: 300;
431
+ font-size: 50px;
432
+ line-height: 55px
433
+ }
434
+ h4 {
435
+ font-weight: 300;
436
+ font-size: 26px;
437
+ line-height: 30px;
438
+ margin: 0 0 20px 0;
439
+ }
440
+ }
441
+
442
+ section#features_teasers_wrapper {
443
+ margin: 35px 0 45px 0;
444
+ .feature_teaser {
445
+ text-align: center;
446
+ img {
447
+ }
448
+ h3 {
449
+ font-size: 16px;
450
+ font-weight: 600;
451
+ }
452
+ p {}
453
+ }
454
+ }
455
+
456
+ h2.section_header {
457
+ font-size: 18px;
458
+ line-height: 22px;
459
+ font-weight: 400;
460
+ border-bottom: dotted 1px #cccccc;
461
+ margin: 0 0 26px;
462
+ padding: 0 0 16px 0;
463
+ }
464
+
465
+ section#portfolio_teasers_wrapper {
466
+ margin: 35px 0 45px 0;
467
+ .porfolio_teaser {
468
+ text-align: center;
469
+ .theme-transition;
470
+ padding: 0 0 10px 0;
471
+ border-bottom: solid 2px @bodyBackground;
472
+ &:hover {
473
+ border-bottom: solid 2px @linkColor;
474
+ }
475
+ img {}
476
+ h3 {
477
+ font-size: 16px;
478
+ font-weight: 600;
479
+ line-height: 18px;
480
+ margin: 10px 0 0px 0;
481
+ a:link, a:visited {
482
+ color: @textColor;
483
+ }
484
+ a:hover, a:active {
485
+ color: darken(@textColor, 20%);
486
+ text-decoration: none;
487
+ }
488
+ }
489
+ p {
490
+ font-size: 13px;
491
+ font-weight: 400;
492
+ a:link, a:visited {
493
+ color: @grayLight;
494
+ }
495
+ a:hover, a:active {
496
+ color: darken(@grayLight, 20%);
497
+ text-decoration: none;
498
+ }
499
+ }
500
+ }
501
+ }
502
+
503
+ /* =General Page elements
504
+ -------------------------------------------------------------- */
505
+
506
+ figure {
507
+ margin: 14px 0 28px 0;
508
+ }
509
+
510
+ .hgroup {
511
+ border-bottom: 1px solid #cccccc;
512
+ margin: 26px 0px;
513
+ padding: 17px 0;
514
+ h1 {
515
+ font-size: 30px;
516
+ font-weight: 300;
517
+ line-height: 1em;
518
+ margin: 0 0 0.3em 0;
519
+ padding: 0;
520
+ }
521
+ h2 {
522
+ font-size: 14px;
523
+ font-weight: 300;
524
+ line-height: 1.5em;
525
+ margin: 0 20% 0 0;
526
+ padding: 0;
527
+ color: @gray;
528
+ }
529
+ .breadcrumb {
530
+ font-size: 12px;
531
+ background-color: @bodyBackground;
532
+ margin: 0 0 0px;
533
+ padding: 6px 15px;
534
+ border: solid 1px #cccccc;
535
+ }
536
+ }
537
+
538
+ /* =Our Team
539
+ ------------ */
540
+
541
+ .team_member {
542
+ text-align: center;
543
+ background-color: @black;
544
+ background-color: @grayDarker;
545
+ background: asset-url("backgrounds/wild_oliva_dark.png");
546
+ color: #cccccc;
547
+ padding: 40px;
548
+ .theme-transition;
549
+ .border-box;
550
+ .img-rounded;
551
+ &:hover {}
552
+ figure {
553
+ margin: 0;
554
+ padding: 0;
555
+ .img-circle;
556
+ background-size: cover;
557
+ img {
558
+ .theme-transition(250ms);
559
+ .border-radius(100px);
560
+ &:hover {
561
+ .opacity(0);
562
+ .scale(1.2);
563
+ }
564
+ }
565
+ }
566
+ h5 {
567
+ margin: 24px 0px 6px 0;
568
+ font-size: 20px;
569
+ font-weight: 600;
570
+ }
571
+ small {
572
+ font-size: 13px;
573
+ font-weight: 300;
574
+ }
575
+ hr {
576
+ margin: 14px 0;
577
+ border: #cccccc;
578
+ }
579
+ p.short_bio {
580
+ font-weight: 300;
581
+ }
582
+ .team_social {
583
+ margin: 0 0px 12px 0;
584
+ a {
585
+ margin: 0 6px 12px 0;
586
+ font-size: 18px;
587
+ background-color: @linkColor;
588
+ padding: 6px;
589
+ width: 22px;
590
+ height: 22px;
591
+ line-height: 22px;
592
+ display: inline-block;
593
+ .img-circle;
594
+ }
595
+ a:link, a:visited {color:#ffffff;}
596
+ a:hover, a:active {
597
+ color: @linkColor;
598
+ text-decoration: none;
599
+ background-color: #ffffff;
600
+ }
601
+ }
602
+ }
603
+
604
+ /* =Service Page elements
605
+ -------------------------------------------------------------- */
606
+
607
+ .service_teaser {
608
+ .border-box;
609
+ overflow: hidden;
610
+ margin: 0 0 60px 0px;
611
+ padding: 0 0px 0 0;
612
+ .teaser_photo {
613
+ padding: 30px;
614
+ .border-box;
615
+ img {
616
+ .img-circle;
617
+ }
618
+ }
619
+ }
620
+
621
+ .service {
622
+ margin-bottom: 40px;
623
+ figure {
624
+ text-align: center;
625
+ margin: 0;
626
+ padding: 0;
627
+ i {
628
+ font-size: 90px;
629
+ color: @blue;
630
+ &.blue {color: @blue;}
631
+ }
632
+ }
633
+ .desc {
634
+ h4 {font-weight: 600;}
635
+ p {}
636
+ }
637
+ }
638
+
639
+ /* =Pricing Tables
640
+ ------------------ */
641
+
642
+ .pricing_wrapper {
643
+ padding: 40px 0;
644
+ .pricing_plan {
645
+ &.special {
646
+ border: solid 20px @blue;
647
+ position: relative;
648
+ left: 0px;
649
+ top: -20px;
650
+ }
651
+ .theme-box-shadow;
652
+ .border-box;
653
+ .border-radius(6px);
654
+ text-align: center;
655
+ border: solid 1px #e7e7e7;
656
+ h3 {
657
+ background-color: @grayLighter;
658
+ padding: 30px 5px;
659
+ margin: 0 0 10px 0;
660
+ color: @blue;
661
+ font-size: 30px;
662
+ .border-top-radius(6px);
663
+ border-bottom: solid 1px #cccccc;
664
+ small {
665
+ display: block;
666
+ }
667
+ }
668
+ .the_price {
669
+ padding: 15px;
670
+ font-size: 50px;
671
+ margin: 30px auto;
672
+ width: 60%;
673
+ color: @green;
674
+ text-shadow: 1px 1px 0px #ffffff;
675
+ border-bottom: dotted 1px #cccccc;
676
+ span {
677
+ font-size: 30px;
678
+ }
679
+ small {
680
+ font-size: 14px;
681
+ }
682
+ }
683
+ .the_offerings {
684
+ padding: 0 30px;
685
+ color: @gray;
686
+ p {}
687
+ }
688
+ a.btn {
689
+ margin: 30px;
690
+ .img-circle;
691
+ }
692
+ }
693
+ }
694
+
695
+ /* =Portfolio Page elements
696
+ -------------------------------------------------------------- */
697
+
698
+ ul#portfolio_filters {
699
+ margin: 0 0 24px 0;
700
+ padding: 0;
701
+ list-style: none;
702
+ overflow: hidden;
703
+ li {
704
+ float: left;
705
+ a {
706
+ display: block;
707
+ padding: 6px 6px 6px 0;
708
+ margin: 0 3px;
709
+ text-transform: uppercase;
710
+ }
711
+ a:hover, a:active {
712
+ border-bottom: solid 0px @linkColor;
713
+ text-decoration: none;
714
+ }
715
+ .active a, .active a:hover {
716
+ border-bottom: solid 1px @linkColor;
717
+ }
718
+ }
719
+ }
720
+
721
+ .portfolio_strict {
722
+ .portfolio_item {
723
+ text-align: center;
724
+ background-color: #ffffff;
725
+ padding: 8px;
726
+ border: solid 1px #e7e7e7;
727
+ height: 290px;
728
+ overflow: hidden;
729
+ margin-bottom: 24px;
730
+ .border-box;
731
+ .theme-box-shadow;
732
+ .theme-transition(500ms);
733
+ .border-radius(3px);
734
+ &:hover {
735
+ background: asset-url("backgrounds/wild_oliva_blue_light.png");
736
+ a {
737
+ color:@white;
738
+ text-decoration: none;
739
+ .opacity(100) !important;
740
+ }
741
+ }
742
+ .portfolio_photo {
743
+ height: 220px;
744
+ .background_cover;
745
+ .border-radius(3px);
746
+ a {
747
+ display: block;
748
+ width: 100%;
749
+ height: 100%;
750
+ color: #ffffff;
751
+ text-decoration: none;
752
+ .black_alpha(0.6);
753
+ .opacity(0);
754
+ .theme-transition(500ms);
755
+ position: relative;
756
+ .border-radius(3px);
757
+ i {
758
+ background: asset-url("backgrounds/wild_oliva_blue_light.png");
759
+ .img-circle;
760
+ padding: 10px;
761
+ margin: 20% 0;
762
+ line-height: 30px;
763
+ height: 30px;
764
+ border: solid 5px;
765
+ }
766
+ p {
767
+ padding: 10px;
768
+ position: absolute;
769
+ bottom: 0;
770
+ left: 0;
771
+ }
772
+ }
773
+ }
774
+ .portfolio_description {
775
+ padding: 10px;
776
+ margin-bottom: 20px;
777
+ h3 {
778
+ margin: 0;
779
+ padding: 0;
780
+ font-size: 15px;
781
+ line-height: 18px;
782
+ font-weight: 700;
783
+ }
784
+ p {
785
+ margin: 0;
786
+ padding: 0;
787
+ font-size: 13px;
788
+ color: #888888;
789
+ }
790
+ }
791
+ }
792
+ }
793
+
794
+ .portfolio_masonry {
795
+ .portfolio_item {
796
+ text-align: center;
797
+ .theme-box-shadow;
798
+ .border-radius(6px);
799
+ margin-bottom: 24px;
800
+ a {
801
+ display: block;
802
+ width: 100%;
803
+ height: 100%;
804
+ position: relative;
805
+ img {
806
+ .border-radius(6px);
807
+ }
808
+ .overlay {
809
+ .opacity(0);
810
+ .border-box;
811
+ padding: 10px;
812
+ .border-radius(6px);
813
+ width: 100%;
814
+ height: 100%;
815
+ .black_alpha(0.6);
816
+ .theme-transition(500ms);
817
+ position: absolute;
818
+ top: 0px;
819
+ left: 0px;
820
+ .desc {
821
+ position: absolute;
822
+ top: 0;
823
+ bottom: 0;
824
+ left: 0;
825
+ right: 0;
826
+ width: 90%;
827
+ height: 35%;
828
+ margin: auto;
829
+ }
830
+ h3 {
831
+ font-size: 20px;
832
+ line-height: 22px;
833
+ }
834
+ i {
835
+ background: asset-url("backgrounds/wild_oliva_blue_light.png");
836
+ .img-circle;
837
+ padding: 10px;
838
+ line-height: 33px;
839
+ height: 30px;
840
+ width: 30px;
841
+ border: solid 5px;
842
+ }
843
+ }
844
+ &:hover {
845
+ .overlay {
846
+ color:@white;
847
+ text-decoration: none;
848
+ .opacity(100) !important;
849
+ }
850
+ }
851
+ }
852
+ }
853
+ }
854
+
855
+ #portfolio_slider_wrapper {
856
+ padding: 10px 0;
857
+ #portfolio_slider {
858
+ .container {
859
+ a {
860
+ display: block;
861
+ width: 100%;
862
+ height: 100%;
863
+ }
864
+ }
865
+ }
866
+ #carousel {
867
+ padding: 10px 0;
868
+ margin: 0 0 10px 0;
869
+ ul.slides {
870
+ li {
871
+ height: 140px;
872
+ overflow: hidden;
873
+ margin-right: 10px;
874
+ }
875
+ }
876
+ }
877
+ }
878
+
879
+ article.portfolio_details {
880
+ h3 {
881
+ line-height: 1.2em;
882
+ }
883
+ p {}
884
+ a.btn {}
885
+ }
886
+
887
+ /* =Blog Page elements
888
+ -------------------------------------------------------------- */
889
+
890
+ article.post {
891
+ padding: 0 0 40px 0;
892
+ margin: 0 0 40px 0;
893
+ border-bottom: dotted 2px #cccccc;
894
+ .post_header {
895
+ h3.post_title {
896
+ line-height: 1.2em;
897
+ }
898
+ .post_sub {}
899
+ }
900
+ .post_content {
901
+ figure {
902
+ max-height: 400px;
903
+ overflow: hidden;
904
+ }
905
+ p {}
906
+ .btn {margin-top: 10px;}
907
+ }
908
+ }
909
+
910
+ #post_comments {
911
+ padding: 0 0 30px 0;
912
+ margin: 0 0 40px 0;
913
+ border-bottom: dotted 2px #cccccc;
914
+ h4 {}
915
+ .comment {
916
+ padding: 10px 0;
917
+ figure {}
918
+ .comment_name {
919
+ font-weight: 600;
920
+ padding-top: 10px;
921
+ a.reply {
922
+ font-size: 12px;
923
+ padding: 0 6px;
924
+ }
925
+ }
926
+ .comment_date {
927
+ font-size: 12px;
928
+ }
929
+ .the_comment {}
930
+ }
931
+ }
932
+
933
+ /* =Sidebar
934
+ ----------- */
935
+
936
+ #sidebar {
937
+ .border-box;
938
+ padding: 0px 0 0 30px;
939
+ aside.widget {
940
+ margin: 0 0 40px 0px;
941
+ h4 {
942
+ padding: 7px 0;
943
+ }
944
+ }
945
+ }
946
+
947
+ .ads {
948
+ a {
949
+ display: block;
950
+ float: left;
951
+ margin: 0 10px 10px 0;
952
+ }
953
+ }
954
+
955
+ #tags {
956
+ a {
957
+ display: block;
958
+ padding: 10px;
959
+ margin: 0 10px 10px 0;
960
+ float: left;
961
+ font-weight: 300;
962
+ }
963
+ }
964
+
965
+ #sidebar li.media {
966
+ .media-photo {
967
+ .square(60px);
968
+ }
969
+ h5.media-heading {
970
+ font-weight: 600;
971
+ line-height: 1.2em;
972
+ font-weight: 300;
973
+ }
974
+ p {
975
+ font-weight: 300;
976
+ font-size: 13px;
977
+ line-height: 1.2em;
978
+ }
979
+ a.media-date {
980
+ .square(40px);
981
+ .img-circle;
982
+ .pull-left;
983
+ .blue_alpha(0.8);
984
+ text-align: center;
985
+ font-size: 20px;
986
+ font-weight: 600;
987
+ padding: 15px;
988
+ margin: 0 10px 0 0;
989
+ color: @white;
990
+ &:hover {.black_alpha(0.1);}
991
+ span {
992
+ font-size: 13px;
993
+ font-weight: 400;
994
+ }
995
+ }
996
+ }
997
+
998
+ /* =Register or Sign in Page
999
+ -------------------------------------------------------------- */
1000
+
1001
+ .signin {
1002
+ text-align: center;
1003
+ background-color: #ffffff;
1004
+ padding: 40px;
1005
+ border: solid 1px #e7e7e7;
1006
+ margin-bottom: 24px;
1007
+ .border-box;
1008
+ .theme-box-shadow;
1009
+ .border-radius(3px);
1010
+ form {
1011
+ .forgot {
1012
+ padding: 0 0 20px 0;
1013
+ font-weight: 300;
1014
+ label.checkbox {
1015
+ font-weight: 300;
1016
+ input[type="checkbox"] {
1017
+ float: none;
1018
+ position: relative;
1019
+ left: 0;
1020
+ top: -3px;
1021
+ }
1022
+ }
1023
+ }
1024
+ }
1025
+ }
1026
+
1027
+ .social_sign {
1028
+ h3 {
1029
+ font-weight: 300;
1030
+ font-size: 20px;
1031
+ margin-bottom: 30px;
1032
+ line-height: 22px;
1033
+ }
1034
+ a {
1035
+ background-color: @blue;
1036
+ color: #ffffff;
1037
+ text-align: center;
1038
+ display: inline-block;
1039
+ margin: 0 8px;
1040
+ .img-circle;
1041
+ font-size: 30px;
1042
+ width: 30px;
1043
+ height: 30px;
1044
+ padding: 18px;
1045
+ .theme-transition(100ms);
1046
+ &.fb {
1047
+ background-color: #3B5998;
1048
+ }
1049
+ &.tw {
1050
+ background-color: #00ACEE;
1051
+ }
1052
+ &.gp {
1053
+ background-color: #E44B39;
1054
+ }
1055
+ &:link, &:visited {
1056
+ color: #ffffff;
1057
+ }
1058
+ &:hover, &:active {
1059
+ -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
1060
+ -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
1061
+ -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
1062
+ -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
1063
+ transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
1064
+ }
1065
+ }
1066
+ }
1067
+
1068
+ .or {
1069
+ overflow: hidden;
1070
+ text-align: center;
1071
+ padding: 30px 0 0 0;
1072
+ .or_l, .or_r {
1073
+ width: 40%;
1074
+ border-bottom: solid 1px #cccccc;
1075
+ display: inline-block;
1076
+ position: relative;
1077
+ left: 0px;
1078
+ top: -4px;
1079
+ }
1080
+ span {
1081
+ width: 8%;
1082
+ display: inline-block;
1083
+ }
1084
+ }
1085
+
1086
+ p.sign_title {
1087
+ font-weight: 300;
1088
+ padding: 30px 0 20px 0;
1089
+ }
1090
+
1091
+ .signup {
1092
+ text-align: center;
1093
+ background-color: #ffffff;
1094
+ padding: 40px;
1095
+ border: solid 1px #e7e7e7;
1096
+ margin-bottom: 24px;
1097
+ .border-box;
1098
+ .theme-box-shadow;
1099
+ .border-radius(3px);
1100
+ form {
1101
+ label.checkbox {
1102
+ font-weight: 300;
1103
+ input[type="checkbox"] {
1104
+ float: none;
1105
+ position: relative;
1106
+ left: 0;
1107
+ top: -3px;
1108
+ }
1109
+ }
1110
+ .btn {
1111
+ margin-top: 50px;
1112
+ }
1113
+ }
1114
+ }
1115
+
1116
+ /* =Footer
1117
+ -------------------------------------------------------------- */
1118
+
1119
+ footer {
1120
+ margin-top: 40px;
1121
+ color: @white;
1122
+ border-top: solid 2px @white;
1123
+ background-color: @grayDarker;
1124
+ background: asset-url("backgrounds/wild_oliva_dark.png");
1125
+ a {
1126
+ &:link, &:visited {}
1127
+ &:hover, &:active {color:@linkColorHover;text-decoration: none;}
1128
+ }
1129
+ }
1130
+
1131
+ #twitter_feed_wrapper {
1132
+ padding: 14px;
1133
+ background-color: hsla(hue(@black), saturation(@black), lightness(@black), 0.1);
1134
+ border-bottom: solid 1px @black;
1135
+ border-top: solid 1px @black;
1136
+ margin-top: 48px;
1137
+ .twitter_feed_icon a {
1138
+ padding: 7px 0;
1139
+ font-size: 70px;
1140
+ display: block;
1141
+ text-align: center;
1142
+ }
1143
+ blockquote {
1144
+ margin: 11px 0;
1145
+ min-height: 60px;
1146
+ p {
1147
+ font-size: 16px;
1148
+ margin-bottom: 3px;
1149
+
1150
+ }
1151
+ a {
1152
+ }
1153
+ }
1154
+ }
1155
+
1156
+ #footer_teasers_wrapper {
1157
+ padding: 55px 0;
1158
+ .footer_teaser {
1159
+ h3 {
1160
+ font-size: 18px;
1161
+ font-weight: 700;
1162
+ line-height: 18px;
1163
+ padding: 0 0 16px 0;
1164
+ margin: 10px 0 20px 0;
1165
+ border-bottom: solid 1px @gray;
1166
+ }
1167
+ p {
1168
+ font-size: 13px;
1169
+ }
1170
+ }
1171
+ }
1172
+
1173
+ li.media {
1174
+ position: relative;
1175
+ .media-photo {
1176
+ position: absolute;
1177
+ left: 0;
1178
+ top: 0;
1179
+ .square(70px);
1180
+ margin: 5px;
1181
+ .img-circle;
1182
+ overflow: hidden;
1183
+ .background_cover;
1184
+ }
1185
+ h5.media-heading {
1186
+ font-weight: 600;
1187
+ padding: 0px;
1188
+ margin: 0;
1189
+ }
1190
+ a.media-date {
1191
+ .square(40px);
1192
+ .pull-left;
1193
+ .black_alpha(0.85);
1194
+ .img-circle;
1195
+ text-align: center;
1196
+ font-size: 20px;
1197
+ font-weight: 600;
1198
+ padding: 20px;
1199
+ margin: 0 10px 0 0;
1200
+ position: relative;
1201
+ z-index: 2;
1202
+ color: @white;
1203
+ .theme-transition(300ms);
1204
+ &:hover {.blue_alpha(0.4);}
1205
+ span {
1206
+ clear: both;
1207
+ display: block;
1208
+ font-size: 13px;
1209
+ font-weight: 400;
1210
+ }
1211
+ }
1212
+ }
1213
+
1214
+ #latest-flickr-images {
1215
+ ul {
1216
+ margin: 0;
1217
+ overflow: hidden;
1218
+ li {
1219
+ list-style: none;
1220
+ display: block;
1221
+ float: left;
1222
+ margin: 3px;
1223
+ a {
1224
+ display: block;
1225
+ width: 60px;
1226
+ height: 60px;
1227
+ border: solid 1px #33333;
1228
+ overflow: hidden;
1229
+ .img-rounded;
1230
+ img {
1231
+ min-width: 60px;
1232
+ min-height: 60px;
1233
+ }
1234
+ }
1235
+ }
1236
+ }
1237
+ }
1238
+
1239
+ #copyright {
1240
+ border-top: solid 1px @black;
1241
+ padding: 15px 0;
1242
+ background-color: hsla(hue(@black), saturation(@black), lightness(@black), 0.5);
1243
+ font-weight: 300;
1244
+ color: @grayLight;
1245
+ }
1246
+
1247
+ /* =Boxed Layout
1248
+ -------------------------------------------------------------- */
1249
+
1250
+ .boxed {
1251
+ #slider_wrapper {
1252
+ margin-top: 30px;
1253
+ margin-bottom: 20px;
1254
+ .flexslider .item {
1255
+ .border-radius(6px);
1256
+ img {.border-radius(6px);}
1257
+ }
1258
+ }
1259
+ section#features_teasers_wrapper .feature_teaser {
1260
+ margin-top: 30px;
1261
+ h3 {
1262
+ margin: 0;
1263
+ padding: 0;
1264
+ margin-top: 10px;
1265
+ font-weight: 300;
1266
+ font-size: 18px;
1267
+ line-height: 1.2em;
1268
+ }
1269
+ p {
1270
+ padding: 10px 0;
1271
+ font-weight: 300;
1272
+ }
1273
+ }
1274
+ }
1275
+
1276
+
1277
+ /* =Buttons Overrides
1278
+ -------------------------------------------------------------- */
1279
+ .btn-primary {
1280
+ .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackground);
1281
+ &:hover {
1282
+ .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
1283
+ }
1284
+ }
1285
+ .btn-warning {
1286
+ .buttonBackground(@btnWarningBackground, @btnWarningBackground);
1287
+ &:hover {
1288
+ .buttonBackground(@btnWarningBackground, @btnWarningBackgroundHighlight);
1289
+ }
1290
+ }
1291
+ .btn-danger {
1292
+ .buttonBackground(@btnDangerBackground, @btnDangerBackground);
1293
+ &:hover {
1294
+ .buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
1295
+ }
1296
+ }
1297
+ .btn-success {
1298
+ .buttonBackground(@btnSuccessBackground, @btnSuccessBackground);
1299
+ &:hover {
1300
+ .buttonBackground(@btnSuccessBackground, @btnSuccessBackgroundHighlight);
1301
+ }
1302
+ }
1303
+ .btn-info {
1304
+ .buttonBackground(@btnInfoBackground, @btnInfoBackground);
1305
+ &:hover {
1306
+ .buttonBackground(@btnInfoBackground, @btnInfoBackgroundHighlight);
1307
+ }
1308
+ }
1309
+ .btn-inverse {
1310
+ .buttonBackground(@btnInverseBackground, @btnInverseBackground);
1311
+ &:hover {
1312
+ .buttonBackground(@btnInverseBackground, @btnInverseBackgroundHighlight);
1313
+ }
1314
+ }
1315
+
1316
+ // Blockquotes
1317
+ blockquote {
1318
+ border-left: 5px solid @grayLight;
1319
+ p {
1320
+ font-size: @baseFontSize * 1.25;
1321
+ font-weight: 300;
1322
+ line-height: 1.43;
1323
+ }
1324
+ }
1325
+
1326
+
1327
+ /* =UItoTop jQuery Plugin 1.2
1328
+ -------------------------------------------------------------- */
1329
+ #toTop {
1330
+ display:none;
1331
+ text-decoration:none;
1332
+ position:fixed;
1333
+ bottom:35px;
1334
+ right:10px;
1335
+ overflow:hidden;
1336
+ width:51px;
1337
+ height:51px;
1338
+ border:none;
1339
+ text-indent:100%;
1340
+ background:asset-url("ui.totop.png") no-repeat left top;
1341
+ .opacity(50);
1342
+ z-index: 2;
1343
+ }
1344
+
1345
+ #toTopHover {
1346
+ background:asset-url("ui.totop.png") no-repeat left -51px;
1347
+ width:51px;
1348
+ height:51px;
1349
+ display:block;
1350
+ overflow:hidden;
1351
+ float:left;
1352
+ .opacity(0);
1353
+ }
1354
+
1355
+ #toTop:active, #toTop:focus {
1356
+ outline:none;
1357
+ }
1358
+
1359
+
1360
+ /* =Responsive: Large desktop and up
1361
+ -------------------------------------------------------------- */
1362
+ @media (min-width: 1200px) {
1363
+ //------------------------------------------------------------
1364
+
1365
+
1366
+ //------------------------------------------------------------
1367
+ }
1368
+ /* =Responsive: Desktop
1369
+ -------------------------------------------------------------- */
1370
+ @media (min-width: 980px) and (max-width: 1199px) {
1371
+ //------------------------------------------------------------
1372
+
1373
+ .navbar {
1374
+ .nav {
1375
+ li a {
1376
+ margin: 0px;
1377
+ padding: 10px;
1378
+ font-size: 14px;
1379
+ }
1380
+ .dropdown-menu > li > a {
1381
+ padding: 3px 20px;
1382
+ }
1383
+ }
1384
+ }
1385
+
1386
+ .flexslider {
1387
+ .container {
1388
+ height: 400px;
1389
+ .carousel-caption {
1390
+ padding: 30px 0px;
1391
+ h1 {
1392
+ font-size: 40px;
1393
+ }
1394
+ .lead {
1395
+ font-size: 16px;
1396
+ }
1397
+ .round_badge {
1398
+ top: -40px;
1399
+ right: 100px;
1400
+ }
1401
+ }
1402
+ }
1403
+ .item {
1404
+ height: 400px;
1405
+ }
1406
+ }
1407
+
1408
+
1409
+
1410
+ //------------------------------------------------------------
1411
+ }
1412
+ /* =Responsive: Tablet to desktop
1413
+ -------------------------------------------------------------- */
1414
+ @media (min-width: 768px) and (max-width: 979px) {
1415
+ //------------------------------------------------------------
1416
+
1417
+ .flexslider {
1418
+ .container {
1419
+ height: 350px;
1420
+ .carousel-caption {
1421
+ padding: 20px 0px;
1422
+ h1 {
1423
+ font-size: 30px;
1424
+ }
1425
+ .lead {
1426
+ font-size: 16px;
1427
+ }
1428
+ .round_badge {
1429
+ top: -60px;
1430
+ right: 70px;
1431
+ }
1432
+ }
1433
+ }
1434
+ .item {
1435
+ height: 350px;
1436
+ }
1437
+ }
1438
+
1439
+ .full_page_photo {
1440
+ height: 350px;
1441
+ section.call_to_action {
1442
+ max-width: 80%;
1443
+ h3 {
1444
+ font-weight: 300;
1445
+ font-size: 40px;
1446
+ line-height: 45px;
1447
+ }
1448
+ h4 {
1449
+ font-weight: 300;
1450
+ font-size: 20px;
1451
+ line-height: 26px;
1452
+ }
1453
+ }
1454
+ }
1455
+
1456
+ section.call_to_action {
1457
+ padding: 35px 0;
1458
+ h3 {
1459
+ font-size: 40px;
1460
+ line-height: 45px;
1461
+ margin-bottom: 10px;
1462
+ }
1463
+ h4 {
1464
+ font-size: 20px;
1465
+ line-height: 26px;
1466
+ margin: 0 0 20px 0;
1467
+ }
1468
+ }
1469
+
1470
+ section#features_teasers_wrapper {
1471
+ margin: 25px 0 45px 0;
1472
+ .feature_teaser {
1473
+ h3 {
1474
+ font-size: 15px;
1475
+ }
1476
+ p {
1477
+ font-size: 13px;
1478
+ line-height: 1.4em;
1479
+ }
1480
+ }
1481
+ }
1482
+
1483
+ .portfolio_strict {
1484
+ .portfolio_item {
1485
+ .portfolio_photo {
1486
+ a {
1487
+ p {
1488
+ font-size: 12px;
1489
+ line-height: 1.3em;
1490
+ }
1491
+ }
1492
+ }
1493
+ .portfolio_description {
1494
+ h3 {
1495
+ margin: 0;
1496
+ padding: 0;
1497
+ font-size: 14px;
1498
+ line-height: 16px;
1499
+ }
1500
+ p {
1501
+ font-size: 12px;
1502
+ }
1503
+ }
1504
+ }
1505
+ }
1506
+
1507
+ .service figure i {
1508
+ font-size: 70px;
1509
+ }
1510
+
1511
+ //------------------------------------------------------------
1512
+ }
1513
+ /* =Responsive: Landscape Phone to Tablet
1514
+ -------------------------------------------------------------- */
1515
+ @media only screen and (max-width: 767px) {
1516
+ //------------------------------------------------------------
1517
+
1518
+ body {
1519
+ margin: 0;
1520
+ padding: 0;
1521
+ }
1522
+
1523
+ .container {
1524
+ padding-left: 20px;
1525
+ padding-right: 20px;
1526
+ }
1527
+
1528
+ .navbar {}
1529
+
1530
+ .flexslider {
1531
+ .container {
1532
+ height: 350px;
1533
+ .carousel-caption {
1534
+ padding: 20px 0px;
1535
+ h1 {
1536
+ font-size: 30px;
1537
+ }
1538
+ .lead {
1539
+ font-size: 16px;
1540
+ }
1541
+ .round_badge {display: none;}
1542
+ }
1543
+ }
1544
+ .item {
1545
+ height: 350px;
1546
+ }
1547
+ }
1548
+
1549
+ section.call_to_action {
1550
+ padding: 35px 0;
1551
+ h3 {
1552
+ font-size: 40px;
1553
+ line-height: 45px;
1554
+ margin-bottom: 10px;
1555
+ }
1556
+ h4 {
1557
+ font-size: 20px;
1558
+ line-height: 26px;
1559
+ margin: 0 0 20px 0;
1560
+ }
1561
+ }
1562
+
1563
+ .full_page_photo {
1564
+ height: 300px;
1565
+ section.call_to_action {
1566
+ max-width: 90%;
1567
+ h3 {
1568
+ font-weight: 300;
1569
+ font-size: 30px;
1570
+ line-height: 35px;
1571
+ }
1572
+ h4 {
1573
+ font-weight: 300;
1574
+ font-size: 16px;
1575
+ line-height: 20px;
1576
+ }
1577
+ }
1578
+ }
1579
+
1580
+ section#features_teasers_wrapper {
1581
+ .feature_teaser {
1582
+ margin-bottom: 40px;
1583
+ }
1584
+ }
1585
+
1586
+ .team_member {
1587
+ margin-bottom: 30px;
1588
+ figure {
1589
+ margin: 0 auto;
1590
+ .square(250px);
1591
+ img {
1592
+ .square(250px);
1593
+ .border-radius(150px);
1594
+ }
1595
+ }
1596
+ }
1597
+
1598
+ article p {
1599
+ font-size: 16px;
1600
+ line-height: 1.5em;
1601
+ }
1602
+
1603
+ .columns_2 {
1604
+ .content-columns(1, 0px);
1605
+ .hyphens;
1606
+ }
1607
+
1608
+ #footer_teasers_wrapper {
1609
+ .footer_teaser {
1610
+ margin: 0 0 40px 0;
1611
+ }
1612
+ }
1613
+
1614
+ .collapsing_header {
1615
+ header {
1616
+ position: static;
1617
+ height: auto;
1618
+ }
1619
+ .full_page_photo {
1620
+ position: relative;
1621
+ top: 0;
1622
+ }
1623
+ #main {
1624
+ position: relative;
1625
+ top: 0;
1626
+ }
1627
+ }
1628
+
1629
+ .collapsing_header header.absolute {
1630
+ position: relative !important;
1631
+ top: 0px !important;
1632
+ left: 0px;
1633
+ }
1634
+
1635
+ #sidebar {
1636
+ padding: 0px 0 0 0px;
1637
+ }
1638
+
1639
+ .pricing_wrapper {
1640
+ padding: 0px 0 20px 0;
1641
+ .pricing_plan {
1642
+ margin: 20px 0;
1643
+ &.special {
1644
+ top: 0px;
1645
+ }
1646
+ h3 {
1647
+ padding: 30px 0;
1648
+ margin: 0 0 10px 0;
1649
+ }
1650
+ }
1651
+ }
1652
+
1653
+ //------------------------------------------------------------
1654
+ }
1655
+ /* =Responsive: Portrait Phone
1656
+ -------------------------------------------------------------- */
1657
+ @media only screen and (max-width: 479px) {
1658
+ //------------------------------------------------------------
1659
+
1660
+ .navbar {
1661
+ margin-bottom: 0;
1662
+ .navbar-inner {
1663
+ a.brand {
1664
+ width: 280px;
1665
+ span.logo_title {
1666
+ font-size: 30px;
1667
+ }
1668
+ span.logo_subtitle {
1669
+ font-size: 11px;
1670
+ }
1671
+ }
1672
+ }
1673
+ }
1674
+
1675
+ .navbar .btn-navbar {
1676
+ margin-top: 0px;
1677
+ position: relative;
1678
+ top: -10px;
1679
+ clear: both;
1680
+ }
1681
+
1682
+ .hgroup {
1683
+ h2 {
1684
+ margin: 0 0 6px 0;
1685
+ }
1686
+ }
1687
+
1688
+ .flexslider {
1689
+ .container {
1690
+ height: 350px;
1691
+ .carousel-caption {
1692
+ padding: 20px 0px;
1693
+ margin: 0;
1694
+ h1 {
1695
+ font-size: 30px;
1696
+ }
1697
+ .lead {
1698
+ font-size: 16px;
1699
+ }
1700
+ }
1701
+ }
1702
+ .item {
1703
+ height: 350px;
1704
+ }
1705
+ }
1706
+
1707
+ .team_member {
1708
+ margin-bottom: 30px;
1709
+ figure {
1710
+ margin: 0 auto;
1711
+ .square(150px);
1712
+ img {
1713
+ .square(150px);
1714
+ }
1715
+ }
1716
+ }
1717
+
1718
+ #portfolio_slider_wrapper {
1719
+ margin-bottom: 30px;
1720
+ #carousel {
1721
+ display: none;
1722
+ }
1723
+ }
1724
+
1725
+ //------------------------------------------------------------
1726
+ }