Content Views – Post Grid & List for WordPress - Version 1.6.3

Version Description

  • Bug fixed: Date of post is incorrect in some cases
  • Bug fixed: Dropdown menu is hidden
Download this release

Release Info

Developer PT Guy
Plugin Icon 128x128 Content Views – Post Grid & List for WordPress
Version 1.6.3
Comparing to
See all releases

Code changes from version 1.6.2.1 to 1.6.3

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: post, posts, page, pages, query, queries, search, display, show, grid, column, layout, author, blog, categories, category, comment, content, custom, editor, filter, Formatting, image, list, meta, plugin, responsive, shortcode, excerpt, title, tag, term, Taxonomy, thumbnail, pagination, date, scrollable, slider, collapsible
5
  Requires at least: 3.3
6
  Tested up to: 4.2.2
7
- Stable tag: 1.6.2.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -165,6 +165,10 @@ function my_move_bootstrap( $args ) {
165
 
166
  == Changelog ==
167
 
 
 
 
 
168
  = 1.6.2.1 =
169
  * Bug fixed: Redirect to new View page when click "Save" button
170
 
4
  Tags: post, posts, page, pages, query, queries, search, display, show, grid, column, layout, author, blog, categories, category, comment, content, custom, editor, filter, Formatting, image, list, meta, plugin, responsive, shortcode, excerpt, title, tag, term, Taxonomy, thumbnail, pagination, date, scrollable, slider, collapsible
5
  Requires at least: 3.3
6
  Tested up to: 4.2.2
7
+ Stable tag: 1.6.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
165
 
166
  == Changelog ==
167
 
168
+ = 1.6.3 =
169
+ * Bug fixed: Date of post is incorrect in some cases
170
+ * Bug fixed: Dropdown menu is hidden
171
+
172
  = 1.6.2.1 =
173
  * Bug fixed: Redirect to new View page when click "Save" button
174
 
assets/bootstrap/css/bootstrap.min.css CHANGED
@@ -10,12 +10,12 @@
10
  */
11
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
12
  html {
13
- font-family: sans-serif;
14
- -ms-text-size-adjust: 100%;
15
- -webkit-text-size-adjust: 100%;
16
  }
17
  body {
18
- margin: 0;
19
  }
20
  article,
21
  aside,
@@ -30,858 +30,858 @@ menu,
30
  nav,
31
  section,
32
  summary {
33
- display: block;
34
  }
35
  audio,
36
  canvas,
37
  progress,
38
  video {
39
- display: inline-block;
40
- vertical-align: baseline;
41
  }
42
  audio:not([controls]) {
43
- display: none;
44
- height: 0;
45
  }
46
  [hidden],
47
  template {
48
- display: none;
49
  }
50
  a {
51
- background-color: transparent;
52
  }
53
  a:active,
54
  a:hover {
55
- outline: 0;
56
  }
57
  abbr[title] {
58
- border-bottom: 1px dotted;
59
  }
60
  b,
61
  strong {
62
- font-weight: bold;
63
  }
64
  dfn {
65
- font-style: italic;
66
  }
67
  h1 {
68
- /*font-size: 2em;*/
69
- margin: 0.67em 0;
70
  }
71
  mark {
72
- background: #ff0;
73
- color: #000;
74
  }
75
  small {
76
- font-size: 80%;
77
  }
78
  sub,
79
  sup {
80
- font-size: 75%;
81
- line-height: 0;
82
- position: relative;
83
- vertical-align: baseline;
84
  }
85
  sup {
86
- top: -0.5em;
87
  }
88
  sub {
89
- bottom: -0.25em;
90
  }
91
  img {
92
- border: 0;
93
  }
94
  svg:not(:root) {
95
- overflow: hidden;
96
  }
97
  figure {
98
- margin: 1em 40px;
99
  }
100
  hr {
101
- -moz-box-sizing: content-box;
102
- box-sizing: content-box;
103
- height: 0;
104
  }
105
  pre {
106
- overflow: auto;
107
  }
108
  code,
109
  kbd,
110
  pre,
111
  samp {
112
- font-family: monospace, monospace;
113
- font-size: 1em;
114
  }
115
  button,
116
  input,
117
  optgroup,
118
  select,
119
  textarea {
120
- color: inherit;
121
- font: inherit;
122
- margin: 0;
123
  }
124
  button {
125
- overflow: visible;
126
  }
127
  button,
128
  select {
129
- text-transform: none;
130
  }
131
  button,
132
  html input[type="button"],
133
  input[type="reset"],
134
  input[type="submit"] {
135
- -webkit-appearance: button;
136
- cursor: pointer;
137
  }
138
  button[disabled],
139
  html input[disabled] {
140
- cursor: default;
141
  }
142
  button::-moz-focus-inner,
143
  input::-moz-focus-inner {
144
- border: 0;
145
- padding: 0;
146
  }
147
  input {
148
- line-height: normal;
149
  }
150
  input[type="checkbox"],
151
  input[type="radio"] {
152
- box-sizing: border-box;
153
- padding: 0;
154
  }
155
  input[type="number"]::-webkit-inner-spin-button,
156
  input[type="number"]::-webkit-outer-spin-button {
157
- height: auto;
158
  }
159
  input[type="search"] {
160
- -webkit-appearance: textfield;
161
- -moz-box-sizing: content-box;
162
- -webkit-box-sizing: content-box;
163
- box-sizing: content-box;
164
  }
165
  input[type="search"]::-webkit-search-cancel-button,
166
  input[type="search"]::-webkit-search-decoration {
167
- -webkit-appearance: none;
168
  }
169
  fieldset {
170
- border: 1px solid #c0c0c0;
171
- margin: 0 2px;
172
- padding: 0.35em 0.625em 0.75em;
173
  }
174
  legend {
175
- border: 0;
176
- padding: 0;
177
  }
178
  textarea {
179
- overflow: auto;
180
  }
181
  optgroup {
182
- font-weight: bold;
183
  }
184
  table {
185
- border-collapse: collapse;
186
- border-spacing: 0;
187
  }
188
  td,
189
  th {
190
- padding: 0;
191
  }
192
  /* @Customizer-1 start */
193
  /* @Glyphicons */
194
  @font-face {
195
- font-family: 'Glyphicons Halflings';
196
- src: url('../fonts/glyphicons-halflings-regular.eot');
197
- src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
198
  }
199
  .glyphicon {
200
- position: relative;
201
- top: 1px;
202
- display: inline-block;
203
- font-family: 'Glyphicons Halflings';
204
- font-style: normal;
205
- font-weight: normal;
206
- line-height: 1;
207
- -webkit-font-smoothing: antialiased;
208
- -moz-osx-font-smoothing: grayscale;
209
  }
210
  .glyphicon-asterisk:before {
211
- content: "\2a";
212
  }
213
  .glyphicon-plus:before {
214
- content: "\2b";
215
  }
216
  .glyphicon-euro:before,
217
  .glyphicon-eur:before {
218
- content: "\20ac";
219
  }
220
  .glyphicon-minus:before {
221
- content: "\2212";
222
  }
223
  .glyphicon-cloud:before {
224
- content: "\2601";
225
  }
226
  .glyphicon-envelope:before {
227
- content: "\2709";
228
  }
229
  .glyphicon-pencil:before {
230
- content: "\270f";
231
  }
232
  .glyphicon-glass:before {
233
- content: "\e001";
234
  }
235
  .glyphicon-music:before {
236
- content: "\e002";
237
  }
238
  .glyphicon-search:before {
239
- content: "\e003";
240
  }
241
  .glyphicon-heart:before {
242
- content: "\e005";
243
  }
244
  .glyphicon-star:before {
245
- content: "\e006";
246
  }
247
  .glyphicon-star-empty:before {
248
- content: "\e007";
249
  }
250
  .glyphicon-user:before {
251
- content: "\e008";
252
  }
253
  .glyphicon-film:before {
254
- content: "\e009";
255
  }
256
  .glyphicon-th-large:before {
257
- content: "\e010";
258
  }
259
  .glyphicon-th:before {
260
- content: "\e011";
261
  }
262
  .glyphicon-th-list:before {
263
- content: "\e012";
264
  }
265
  .glyphicon-ok:before {
266
- content: "\e013";
267
  }
268
  .glyphicon-remove:before {
269
- content: "\e014";
270
  }
271
  .glyphicon-zoom-in:before {
272
- content: "\e015";
273
  }
274
  .glyphicon-zoom-out:before {
275
- content: "\e016";
276
  }
277
  .glyphicon-off:before {
278
- content: "\e017";
279
  }
280
  .glyphicon-signal:before {
281
- content: "\e018";
282
  }
283
  .glyphicon-cog:before {
284
- content: "\e019";
285
  }
286
  .glyphicon-trash:before {
287
- content: "\e020";
288
  }
289
  .glyphicon-home:before {
290
- content: "\e021";
291
  }
292
  .glyphicon-file:before {
293
- content: "\e022";
294
  }
295
  .glyphicon-time:before {
296
- content: "\e023";
297
  }
298
  .glyphicon-road:before {
299
- content: "\e024";
300
  }
301
  .glyphicon-download-alt:before {
302
- content: "\e025";
303
  }
304
  .glyphicon-download:before {
305
- content: "\e026";
306
  }
307
  .glyphicon-upload:before {
308
- content: "\e027";
309
  }
310
  .glyphicon-inbox:before {
311
- content: "\e028";
312
  }
313
  .glyphicon-play-circle:before {
314
- content: "\e029";
315
  }
316
  .glyphicon-repeat:before {
317
- content: "\e030";
318
  }
319
  .glyphicon-refresh:before {
320
- content: "\e031";
321
  }
322
  .glyphicon-list-alt:before {
323
- content: "\e032";
324
  }
325
  .glyphicon-lock:before {
326
- content: "\e033";
327
  }
328
  .glyphicon-flag:before {
329
- content: "\e034";
330
  }
331
  .glyphicon-headphones:before {
332
- content: "\e035";
333
  }
334
  .glyphicon-volume-off:before {
335
- content: "\e036";
336
  }
337
  .glyphicon-volume-down:before {
338
- content: "\e037";
339
  }
340
  .glyphicon-volume-up:before {
341
- content: "\e038";
342
  }
343
  .glyphicon-qrcode:before {
344
- content: "\e039";
345
  }
346
  .glyphicon-barcode:before {
347
- content: "\e040";
348
  }
349
  .glyphicon-tag:before {
350
- content: "\e041";
351
  }
352
  .glyphicon-tags:before {
353
- content: "\e042";
354
  }
355
  .glyphicon-book:before {
356
- content: "\e043";
357
  }
358
  .glyphicon-bookmark:before {
359
- content: "\e044";
360
  }
361
  .glyphicon-print:before {
362
- content: "\e045";
363
  }
364
  .glyphicon-camera:before {
365
- content: "\e046";
366
  }
367
  .glyphicon-font:before {
368
- content: "\e047";
369
  }
370
  .glyphicon-bold:before {
371
- content: "\e048";
372
  }
373
  .glyphicon-italic:before {
374
- content: "\e049";
375
  }
376
  .glyphicon-text-height:before {
377
- content: "\e050";
378
  }
379
  .glyphicon-text-width:before {
380
- content: "\e051";
381
  }
382
  .glyphicon-align-left:before {
383
- content: "\e052";
384
  }
385
  .glyphicon-align-center:before {
386
- content: "\e053";
387
  }
388
  .glyphicon-align-right:before {
389
- content: "\e054";
390
  }
391
  .glyphicon-align-justify:before {
392
- content: "\e055";
393
  }
394
  .glyphicon-list:before {
395
- content: "\e056";
396
  }
397
  .glyphicon-indent-left:before {
398
- content: "\e057";
399
  }
400
  .glyphicon-indent-right:before {
401
- content: "\e058";
402
  }
403
  .glyphicon-facetime-video:before {
404
- content: "\e059";
405
  }
406
  .glyphicon-picture:before {
407
- content: "\e060";
408
  }
409
  .glyphicon-map-marker:before {
410
- content: "\e062";
411
  }
412
  .glyphicon-adjust:before {
413
- content: "\e063";
414
  }
415
  .glyphicon-tint:before {
416
- content: "\e064";
417
  }
418
  .glyphicon-edit:before {
419
- content: "\e065";
420
  }
421
  .glyphicon-share:before {
422
- content: "\e066";
423
  }
424
  .glyphicon-check:before {
425
- content: "\e067";
426
  }
427
  .glyphicon-move:before {
428
- content: "\e068";
429
  }
430
  .glyphicon-step-backward:before {
431
- content: "\e069";
432
  }
433
  .glyphicon-fast-backward:before {
434
- content: "\e070";
435
  }
436
  .glyphicon-backward:before {
437
- content: "\e071";
438
  }
439
  .glyphicon-play:before {
440
- content: "\e072";
441
  }
442
  .glyphicon-pause:before {
443
- content: "\e073";
444
  }
445
  .glyphicon-stop:before {
446
- content: "\e074";
447
  }
448
  .glyphicon-forward:before {
449
- content: "\e075";
450
  }
451
  .glyphicon-fast-forward:before {
452
- content: "\e076";
453
  }
454
  .glyphicon-step-forward:before {
455
- content: "\e077";
456
  }
457
  .glyphicon-eject:before {
458
- content: "\e078";
459
  }
460
  .glyphicon-chevron-left:before {
461
- content: "\e079";
462
  }
463
  .glyphicon-chevron-right:before {
464
- content: "\e080";
465
  }
466
  .glyphicon-plus-sign:before {
467
- content: "\e081";
468
  }
469
  .glyphicon-minus-sign:before {
470
- content: "\e082";
471
  }
472
  .glyphicon-remove-sign:before {
473
- content: "\e083";
474
  }
475
  .glyphicon-ok-sign:before {
476
- content: "\e084";
477
  }
478
  .glyphicon-question-sign:before {
479
- content: "\e085";
480
  }
481
  .glyphicon-info-sign:before {
482
- content: "\e086";
483
  }
484
  .glyphicon-screenshot:before {
485
- content: "\e087";
486
  }
487
  .glyphicon-remove-circle:before {
488
- content: "\e088";
489
  }
490
  .glyphicon-ok-circle:before {
491
- content: "\e089";
492
  }
493
  .glyphicon-ban-circle:before {
494
- content: "\e090";
495
  }
496
  .glyphicon-arrow-left:before {
497
- content: "\e091";
498
  }
499
  .glyphicon-arrow-right:before {
500
- content: "\e092";
501
  }
502
  .glyphicon-arrow-up:before {
503
- content: "\e093";
504
  }
505
  .glyphicon-arrow-down:before {
506
- content: "\e094";
507
  }
508
  .glyphicon-share-alt:before {
509
- content: "\e095";
510
  }
511
  .glyphicon-resize-full:before {
512
- content: "\e096";
513
  }
514
  .glyphicon-resize-small:before {
515
- content: "\e097";
516
  }
517
  .glyphicon-exclamation-sign:before {
518
- content: "\e101";
519
  }
520
  .glyphicon-gift:before {
521
- content: "\e102";
522
  }
523
  .glyphicon-leaf:before {
524
- content: "\e103";
525
  }
526
  .glyphicon-fire:before {
527
- content: "\e104";
528
  }
529
  .glyphicon-eye-open:before {
530
- content: "\e105";
531
  }
532
  .glyphicon-eye-close:before {
533
- content: "\e106";
534
  }
535
  .glyphicon-warning-sign:before {
536
- content: "\e107";
537
  }
538
  .glyphicon-plane:before {
539
- content: "\e108";
540
  }
541
  .glyphicon-calendar:before {
542
- content: "\e109";
543
  }
544
  .glyphicon-random:before {
545
- content: "\e110";
546
  }
547
  .glyphicon-comment:before {
548
- content: "\e111";
549
  }
550
  .glyphicon-magnet:before {
551
- content: "\e112";
552
  }
553
  .glyphicon-chevron-up:before {
554
- content: "\e113";
555
  }
556
  .glyphicon-chevron-down:before {
557
- content: "\e114";
558
  }
559
  .glyphicon-retweet:before {
560
- content: "\e115";
561
  }
562
  .glyphicon-shopping-cart:before {
563
- content: "\e116";
564
  }
565
  .glyphicon-folder-close:before {
566
- content: "\e117";
567
  }
568
  .glyphicon-folder-open:before {
569
- content: "\e118";
570
  }
571
  .glyphicon-resize-vertical:before {
572
- content: "\e119";
573
  }
574
  .glyphicon-resize-horizontal:before {
575
- content: "\e120";
576
  }
577
  .glyphicon-hdd:before {
578
- content: "\e121";
579
  }
580
  .glyphicon-bullhorn:before {
581
- content: "\e122";
582
  }
583
  .glyphicon-bell:before {
584
- content: "\e123";
585
  }
586
  .glyphicon-certificate:before {
587
- content: "\e124";
588
  }
589
  .glyphicon-thumbs-up:before {
590
- content: "\e125";
591
  }
592
  .glyphicon-thumbs-down:before {
593
- content: "\e126";
594
  }
595
  .glyphicon-hand-right:before {
596
- content: "\e127";
597
  }
598
  .glyphicon-hand-left:before {
599
- content: "\e128";
600
  }
601
  .glyphicon-hand-up:before {
602
- content: "\e129";
603
  }
604
  .glyphicon-hand-down:before {
605
- content: "\e130";
606
  }
607
  .glyphicon-circle-arrow-right:before {
608
- content: "\e131";
609
  }
610
  .glyphicon-circle-arrow-left:before {
611
- content: "\e132";
612
  }
613
  .glyphicon-circle-arrow-up:before {
614
- content: "\e133";
615
  }
616
  .glyphicon-circle-arrow-down:before {
617
- content: "\e134";
618
  }
619
  .glyphicon-globe:before {
620
- content: "\e135";
621
  }
622
  .glyphicon-wrench:before {
623
- content: "\e136";
624
  }
625
  .glyphicon-tasks:before {
626
- content: "\e137";
627
  }
628
  .glyphicon-filter:before {
629
- content: "\e138";
630
  }
631
  .glyphicon-briefcase:before {
632
- content: "\e139";
633
  }
634
  .glyphicon-fullscreen:before {
635
- content: "\e140";
636
  }
637
  .glyphicon-dashboard:before {
638
- content: "\e141";
639
  }
640
  .glyphicon-paperclip:before {
641
- content: "\e142";
642
  }
643
  .glyphicon-heart-empty:before {
644
- content: "\e143";
645
  }
646
  .glyphicon-link:before {
647
- content: "\e144";
648
  }
649
  .glyphicon-phone:before {
650
- content: "\e145";
651
  }
652
  .glyphicon-pushpin:before {
653
- content: "\e146";
654
  }
655
  .glyphicon-usd:before {
656
- content: "\e148";
657
  }
658
  .glyphicon-gbp:before {
659
- content: "\e149";
660
  }
661
  .glyphicon-sort:before {
662
- content: "\e150";
663
  }
664
  .glyphicon-sort-by-alphabet:before {
665
- content: "\e151";
666
  }
667
  .glyphicon-sort-by-alphabet-alt:before {
668
- content: "\e152";
669
  }
670
  .glyphicon-sort-by-order:before {
671
- content: "\e153";
672
  }
673
  .glyphicon-sort-by-order-alt:before {
674
- content: "\e154";
675
  }
676
  .glyphicon-sort-by-attributes:before {
677
- content: "\e155";
678
  }
679
  .glyphicon-sort-by-attributes-alt:before {
680
- content: "\e156";
681
  }
682
  .glyphicon-unchecked:before {
683
- content: "\e157";
684
  }
685
  .glyphicon-expand:before {
686
- content: "\e158";
687
  }
688
  .glyphicon-collapse-down:before {
689
- content: "\e159";
690
  }
691
  .glyphicon-collapse-up:before {
692
- content: "\e160";
693
  }
694
  .glyphicon-log-in:before {
695
- content: "\e161";
696
  }
697
  .glyphicon-flash:before {
698
- content: "\e162";
699
  }
700
  .glyphicon-log-out:before {
701
- content: "\e163";
702
  }
703
  .glyphicon-new-window:before {
704
- content: "\e164";
705
  }
706
  .glyphicon-record:before {
707
- content: "\e165";
708
  }
709
  .glyphicon-save:before {
710
- content: "\e166";
711
  }
712
  .glyphicon-open:before {
713
- content: "\e167";
714
  }
715
  .glyphicon-saved:before {
716
- content: "\e168";
717
  }
718
  .glyphicon-import:before {
719
- content: "\e169";
720
  }
721
  .glyphicon-export:before {
722
- content: "\e170";
723
  }
724
  .glyphicon-send:before {
725
- content: "\e171";
726
  }
727
  .glyphicon-floppy-disk:before {
728
- content: "\e172";
729
  }
730
  .glyphicon-floppy-saved:before {
731
- content: "\e173";
732
  }
733
  .glyphicon-floppy-remove:before {
734
- content: "\e174";
735
  }
736
  .glyphicon-floppy-save:before {
737
- content: "\e175";
738
  }
739
  .glyphicon-floppy-open:before {
740
- content: "\e176";
741
  }
742
  .glyphicon-credit-card:before {
743
- content: "\e177";
744
  }
745
  .glyphicon-transfer:before {
746
- content: "\e178";
747
  }
748
  .glyphicon-cutlery:before {
749
- content: "\e179";
750
  }
751
  .glyphicon-header:before {
752
- content: "\e180";
753
  }
754
  .glyphicon-compressed:before {
755
- content: "\e181";
756
  }
757
  .glyphicon-earphone:before {
758
- content: "\e182";
759
  }
760
  .glyphicon-phone-alt:before {
761
- content: "\e183";
762
  }
763
  .glyphicon-tower:before {
764
- content: "\e184";
765
  }
766
  .glyphicon-stats:before {
767
- content: "\e185";
768
  }
769
  .glyphicon-sd-video:before {
770
- content: "\e186";
771
  }
772
  .glyphicon-hd-video:before {
773
- content: "\e187";
774
  }
775
  .glyphicon-subtitles:before {
776
- content: "\e188";
777
  }
778
  .glyphicon-sound-stereo:before {
779
- content: "\e189";
780
  }
781
  .glyphicon-sound-dolby:before {
782
- content: "\e190";
783
  }
784
  .glyphicon-sound-5-1:before {
785
- content: "\e191";
786
  }
787
  .glyphicon-sound-6-1:before {
788
- content: "\e192";
789
  }
790
  .glyphicon-sound-7-1:before {
791
- content: "\e193";
792
  }
793
  .glyphicon-copyright-mark:before {
794
- content: "\e194";
795
  }
796
  .glyphicon-registration-mark:before {
797
- content: "\e195";
798
  }
799
  .glyphicon-cloud-download:before {
800
- content: "\e197";
801
  }
802
  .glyphicon-cloud-upload:before {
803
- content: "\e198";
804
  }
805
  .glyphicon-tree-conifer:before {
806
- content: "\e199";
807
  }
808
  .glyphicon-tree-deciduous:before {
809
- content: "\e200";
810
  }
811
  /* @Customizer-1 end */
812
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
813
  @media print {
814
- *,
815
- *:before,
816
- *:after {
817
- background: transparent !important;
818
- color: #000 !important;
819
- box-shadow: none !important;
820
- text-shadow: none !important;
821
- }
822
- a,
823
- a:visited {
824
- text-decoration: underline;
825
- }
826
- a[href]:after {
827
- content: " (" attr(href) ")";
828
- }
829
- abbr[title]:after {
830
- content: " (" attr(title) ")";
831
- }
832
- a[href^="#"]:after,
833
- a[href^="javascript:"]:after {
834
- content: "";
835
- }
836
- pre,
837
- blockquote {
838
- border: 1px solid #999;
839
- page-break-inside: avoid;
840
- }
841
- thead {
842
- display: table-header-group;
843
- }
844
- tr,
845
- img {
846
- page-break-inside: avoid;
847
- }
848
- img {
849
- max-width: 100% !important;
850
- }
851
- p,
852
- h2,
853
- h3 {
854
- orphans: 3;
855
- widows: 3;
856
- }
857
- h2,
858
- h3 {
859
- page-break-after: avoid;
860
- }
861
- select {
862
- background: #fff !important;
863
- }
864
- .navbar {
865
- display: none;
866
- }
867
- .btn > .caret,
868
- .dropup > .btn > .caret {
869
- border-top-color: #000 !important;
870
- }
871
- .label {
872
- border: 1px solid #000;
873
- }
874
- .table {
875
- border-collapse: collapse !important;
876
- }
877
- .table td,
878
- .table th {
879
- background-color: #fff !important;
880
- }
881
- .table-bordered th,
882
- .table-bordered td {
883
- border: 1px solid #ddd !important;
884
- }
885
  }
886
  /*---
887
  * {
@@ -933,749 +933,749 @@ figure {
933
  }
934
  ---*/
935
  img {
936
- vertical-align: middle;
937
  }
938
  .img-responsive {
939
- display: block;
940
- max-width: 100%;
941
- height: auto;
942
  }
943
  .img-rounded {
944
- border-radius: 6px;
945
  }
946
  .img-thumbnail {
947
- padding: 4px;
948
- line-height: 1.42857143;
949
- background-color: #ffffff;
950
- border: 1px solid #dddddd;
951
- border-radius: 4px;
952
- -webkit-transition: all 0.2s ease-in-out;
953
- -o-transition: all 0.2s ease-in-out;
954
- transition: all 0.2s ease-in-out;
955
- display: inline-block;
956
- max-width: 100%;
957
- height: auto;
958
  }
959
  .img-circle {
960
- border-radius: 50%;
961
  }
962
  hr {
963
- margin-top: 20px;
964
- margin-bottom: 20px;
965
- border: 0;
966
- border-top: 1px solid #eeeeee;
967
  }
968
  .sr-only {
969
- position: absolute;
970
- width: 1px;
971
- height: 1px;
972
- margin: -1px;
973
- padding: 0;
974
- overflow: hidden;
975
- clip: rect(0, 0, 0, 0);
976
- border: 0;
977
  }
978
  .sr-only-focusable:active,
979
  .sr-only-focusable:focus {
980
- position: static;
981
- width: auto;
982
- height: auto;
983
- margin: 0;
984
- overflow: visible;
985
- clip: auto;
986
  }
987
  /* @Customizer-2 start */
988
  .clearfix:before,
989
  .clearfix:after {
990
- content: " ";
991
- display: table;
992
  }
993
  .clearfix:after {
994
- clear: both;
995
  }
996
  /* @Typography-minified (Alignment classes) */
997
  .text-left {
998
- text-align: left;
999
  }
1000
  .text-right {
1001
- text-align: right;
1002
  }
1003
  .text-center {
1004
- text-align: center;
1005
  }
1006
  .text-justify {
1007
- text-align: justify;
1008
  }
1009
  .text-nowrap {
1010
- white-space: nowrap;
1011
  }
1012
  /* @Grid system-customized: Replace .container = .pt-cv-container (.container is not required) */
1013
  .pt-cv-container {
1014
- margin-right: auto;
1015
- margin-left: auto;
1016
- padding-left: 15px;
1017
- padding-right: 15px;
1018
  }
1019
  @media (min-width: 768px) {
1020
- .pt-cv-container {
1021
- width: 750px;
1022
- }
1023
  }
1024
  @media (min-width: 992px) {
1025
- .pt-cv-container {
1026
- width: 970px;
1027
- }
1028
  }
1029
  @media (min-width: 1200px) {
1030
- .pt-cv-container {
1031
- width: 1170px;
1032
- }
1033
  }
1034
  .pt-cv-container-fluid {
1035
- margin-right: auto;
1036
- margin-left: auto;
1037
- padding-left: 15px;
1038
- padding-right: 15px;
1039
  }
1040
  .row {
1041
- margin-left: -15px;
1042
- margin-right: -15px;
1043
  }
1044
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
1045
- position: relative;
1046
- min-height: 1px;
1047
- padding-left: 15px;
1048
- padding-right: 15px;
1049
  }
1050
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
1051
- float: left;
1052
  }
1053
  .col-xs-12 {
1054
- width: 100%;
1055
  }
1056
  .col-xs-11 {
1057
- width: 91.66666667%;
1058
  }
1059
  .col-xs-10 {
1060
- width: 83.33333333%;
1061
  }
1062
  .col-xs-9 {
1063
- width: 75%;
1064
  }
1065
  .col-xs-8 {
1066
- width: 66.66666667%;
1067
  }
1068
  .col-xs-7 {
1069
- width: 58.33333333%;
1070
  }
1071
  .col-xs-6 {
1072
- width: 50%;
1073
  }
1074
  .col-xs-5 {
1075
- width: 41.66666667%;
1076
  }
1077
  .col-xs-4 {
1078
- width: 33.33333333%;
1079
  }
1080
  .col-xs-3 {
1081
- width: 25%;
1082
  }
1083
  .col-xs-2 {
1084
- width: 16.66666667%;
1085
  }
1086
  .col-xs-1 {
1087
- width: 8.33333333%;
1088
  }
1089
  .col-xs-pull-12 {
1090
- right: 100%;
1091
  }
1092
  .col-xs-pull-11 {
1093
- right: 91.66666667%;
1094
  }
1095
  .col-xs-pull-10 {
1096
- right: 83.33333333%;
1097
  }
1098
  .col-xs-pull-9 {
1099
- right: 75%;
1100
  }
1101
  .col-xs-pull-8 {
1102
- right: 66.66666667%;
1103
  }
1104
  .col-xs-pull-7 {
1105
- right: 58.33333333%;
1106
  }
1107
  .col-xs-pull-6 {
1108
- right: 50%;
1109
  }
1110
  .col-xs-pull-5 {
1111
- right: 41.66666667%;
1112
  }
1113
  .col-xs-pull-4 {
1114
- right: 33.33333333%;
1115
  }
1116
  .col-xs-pull-3 {
1117
- right: 25%;
1118
  }
1119
  .col-xs-pull-2 {
1120
- right: 16.66666667%;
1121
  }
1122
  .col-xs-pull-1 {
1123
- right: 8.33333333%;
1124
  }
1125
  .col-xs-pull-0 {
1126
- right: auto;
1127
  }
1128
  .col-xs-push-12 {
1129
- left: 100%;
1130
  }
1131
  .col-xs-push-11 {
1132
- left: 91.66666667%;
1133
  }
1134
  .col-xs-push-10 {
1135
- left: 83.33333333%;
1136
  }
1137
  .col-xs-push-9 {
1138
- left: 75%;
1139
  }
1140
  .col-xs-push-8 {
1141
- left: 66.66666667%;
1142
  }
1143
  .col-xs-push-7 {
1144
- left: 58.33333333%;
1145
  }
1146
  .col-xs-push-6 {
1147
- left: 50%;
1148
  }
1149
  .col-xs-push-5 {
1150
- left: 41.66666667%;
1151
  }
1152
  .col-xs-push-4 {
1153
- left: 33.33333333%;
1154
  }
1155
  .col-xs-push-3 {
1156
- left: 25%;
1157
  }
1158
  .col-xs-push-2 {
1159
- left: 16.66666667%;
1160
  }
1161
  .col-xs-push-1 {
1162
- left: 8.33333333%;
1163
  }
1164
  .col-xs-push-0 {
1165
- left: auto;
1166
  }
1167
  .col-xs-offset-12 {
1168
- margin-left: 100%;
1169
  }
1170
  .col-xs-offset-11 {
1171
- margin-left: 91.66666667%;
1172
  }
1173
  .col-xs-offset-10 {
1174
- margin-left: 83.33333333%;
1175
  }
1176
  .col-xs-offset-9 {
1177
- margin-left: 75%;
1178
  }
1179
  .col-xs-offset-8 {
1180
- margin-left: 66.66666667%;
1181
  }
1182
  .col-xs-offset-7 {
1183
- margin-left: 58.33333333%;
1184
  }
1185
  .col-xs-offset-6 {
1186
- margin-left: 50%;
1187
  }
1188
  .col-xs-offset-5 {
1189
- margin-left: 41.66666667%;
1190
  }
1191
  .col-xs-offset-4 {
1192
- margin-left: 33.33333333%;
1193
  }
1194
  .col-xs-offset-3 {
1195
- margin-left: 25%;
1196
  }
1197
  .col-xs-offset-2 {
1198
- margin-left: 16.66666667%;
1199
  }
1200
  .col-xs-offset-1 {
1201
- margin-left: 8.33333333%;
1202
  }
1203
  .col-xs-offset-0 {
1204
- margin-left: 0%;
1205
  }
1206
  @media (min-width: 768px) {
1207
- .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
1208
- float: left;
1209
- }
1210
- .col-sm-12 {
1211
- width: 100%;
1212
- }
1213
- .col-sm-11 {
1214
- width: 91.66666667%;
1215
- }
1216
- .col-sm-10 {
1217
- width: 83.33333333%;
1218
- }
1219
- .col-sm-9 {
1220
- width: 75%;
1221
- }
1222
- .col-sm-8 {
1223
- width: 66.66666667%;
1224
- }
1225
- .col-sm-7 {
1226
- width: 58.33333333%;
1227
- }
1228
- .col-sm-6 {
1229
- width: 50%;
1230
- }
1231
- .col-sm-5 {
1232
- width: 41.66666667%;
1233
- }
1234
- .col-sm-4 {
1235
- width: 33.33333333%;
1236
- }
1237
- .col-sm-3 {
1238
- width: 25%;
1239
- }
1240
- .col-sm-2 {
1241
- width: 16.66666667%;
1242
- }
1243
- .col-sm-1 {
1244
- width: 8.33333333%;
1245
- }
1246
- .col-sm-pull-12 {
1247
- right: 100%;
1248
- }
1249
- .col-sm-pull-11 {
1250
- right: 91.66666667%;
1251
- }
1252
- .col-sm-pull-10 {
1253
- right: 83.33333333%;
1254
- }
1255
- .col-sm-pull-9 {
1256
- right: 75%;
1257
- }
1258
- .col-sm-pull-8 {
1259
- right: 66.66666667%;
1260
- }
1261
- .col-sm-pull-7 {
1262
- right: 58.33333333%;
1263
- }
1264
- .col-sm-pull-6 {
1265
- right: 50%;
1266
- }
1267
- .col-sm-pull-5 {
1268
- right: 41.66666667%;
1269
- }
1270
- .col-sm-pull-4 {
1271
- right: 33.33333333%;
1272
- }
1273
- .col-sm-pull-3 {
1274
- right: 25%;
1275
- }
1276
- .col-sm-pull-2 {
1277
- right: 16.66666667%;
1278
- }
1279
- .col-sm-pull-1 {
1280
- right: 8.33333333%;
1281
- }
1282
- .col-sm-pull-0 {
1283
- right: auto;
1284
- }
1285
- .col-sm-push-12 {
1286
- left: 100%;
1287
- }
1288
- .col-sm-push-11 {
1289
- left: 91.66666667%;
1290
- }
1291
- .col-sm-push-10 {
1292
- left: 83.33333333%;
1293
- }
1294
- .col-sm-push-9 {
1295
- left: 75%;
1296
- }
1297
- .col-sm-push-8 {
1298
- left: 66.66666667%;
1299
- }
1300
- .col-sm-push-7 {
1301
- left: 58.33333333%;
1302
- }
1303
- .col-sm-push-6 {
1304
- left: 50%;
1305
- }
1306
- .col-sm-push-5 {
1307
- left: 41.66666667%;
1308
- }
1309
- .col-sm-push-4 {
1310
- left: 33.33333333%;
1311
- }
1312
- .col-sm-push-3 {
1313
- left: 25%;
1314
- }
1315
- .col-sm-push-2 {
1316
- left: 16.66666667%;
1317
- }
1318
- .col-sm-push-1 {
1319
- left: 8.33333333%;
1320
- }
1321
- .col-sm-push-0 {
1322
- left: auto;
1323
- }
1324
- .col-sm-offset-12 {
1325
- margin-left: 100%;
1326
- }
1327
- .col-sm-offset-11 {
1328
- margin-left: 91.66666667%;
1329
- }
1330
- .col-sm-offset-10 {
1331
- margin-left: 83.33333333%;
1332
- }
1333
- .col-sm-offset-9 {
1334
- margin-left: 75%;
1335
- }
1336
- .col-sm-offset-8 {
1337
- margin-left: 66.66666667%;
1338
- }
1339
- .col-sm-offset-7 {
1340
- margin-left: 58.33333333%;
1341
- }
1342
- .col-sm-offset-6 {
1343
- margin-left: 50%;
1344
- }
1345
- .col-sm-offset-5 {
1346
- margin-left: 41.66666667%;
1347
- }
1348
- .col-sm-offset-4 {
1349
- margin-left: 33.33333333%;
1350
- }
1351
- .col-sm-offset-3 {
1352
- margin-left: 25%;
1353
- }
1354
- .col-sm-offset-2 {
1355
- margin-left: 16.66666667%;
1356
- }
1357
- .col-sm-offset-1 {
1358
- margin-left: 8.33333333%;
1359
- }
1360
- .col-sm-offset-0 {
1361
- margin-left: 0%;
1362
- }
1363
  }
1364
  @media (min-width: 992px) {
1365
- .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
1366
- float: left;
1367
- }
1368
- .col-md-12 {
1369
- width: 100%;
1370
- }
1371
- .col-md-11 {
1372
- width: 91.66666667%;
1373
- }
1374
- .col-md-10 {
1375
- width: 83.33333333%;
1376
- }
1377
- .col-md-9 {
1378
- width: 75%;
1379
- }
1380
- .col-md-8 {
1381
- width: 66.66666667%;
1382
- }
1383
- .col-md-7 {
1384
- width: 58.33333333%;
1385
- }
1386
- .col-md-6 {
1387
- width: 50%;
1388
- }
1389
- .col-md-5 {
1390
- width: 41.66666667%;
1391
- }
1392
- .col-md-4 {
1393
- width: 33.33333333%;
1394
- }
1395
- .col-md-3 {
1396
- width: 25%;
1397
- }
1398
- .col-md-2 {
1399
- width: 16.66666667%;
1400
- }
1401
- .col-md-1 {
1402
- width: 8.33333333%;
1403
- }
1404
- .col-md-pull-12 {
1405
- right: 100%;
1406
- }
1407
- .col-md-pull-11 {
1408
- right: 91.66666667%;
1409
- }
1410
- .col-md-pull-10 {
1411
- right: 83.33333333%;
1412
- }
1413
- .col-md-pull-9 {
1414
- right: 75%;
1415
- }
1416
- .col-md-pull-8 {
1417
- right: 66.66666667%;
1418
- }
1419
- .col-md-pull-7 {
1420
- right: 58.33333333%;
1421
- }
1422
- .col-md-pull-6 {
1423
- right: 50%;
1424
- }
1425
- .col-md-pull-5 {
1426
- right: 41.66666667%;
1427
- }
1428
- .col-md-pull-4 {
1429
- right: 33.33333333%;
1430
- }
1431
- .col-md-pull-3 {
1432
- right: 25%;
1433
- }
1434
- .col-md-pull-2 {
1435
- right: 16.66666667%;
1436
- }
1437
- .col-md-pull-1 {
1438
- right: 8.33333333%;
1439
- }
1440
- .col-md-pull-0 {
1441
- right: auto;
1442
- }
1443
- .col-md-push-12 {
1444
- left: 100%;
1445
- }
1446
- .col-md-push-11 {
1447
- left: 91.66666667%;
1448
- }
1449
- .col-md-push-10 {
1450
- left: 83.33333333%;
1451
- }
1452
- .col-md-push-9 {
1453
- left: 75%;
1454
- }
1455
- .col-md-push-8 {
1456
- left: 66.66666667%;
1457
- }
1458
- .col-md-push-7 {
1459
- left: 58.33333333%;
1460
- }
1461
- .col-md-push-6 {
1462
- left: 50%;
1463
- }
1464
- .col-md-push-5 {
1465
- left: 41.66666667%;
1466
- }
1467
- .col-md-push-4 {
1468
- left: 33.33333333%;
1469
- }
1470
- .col-md-push-3 {
1471
- left: 25%;
1472
- }
1473
- .col-md-push-2 {
1474
- left: 16.66666667%;
1475
- }
1476
- .col-md-push-1 {
1477
- left: 8.33333333%;
1478
- }
1479
- .col-md-push-0 {
1480
- left: auto;
1481
- }
1482
- .col-md-offset-12 {
1483
- margin-left: 100%;
1484
- }
1485
- .col-md-offset-11 {
1486
- margin-left: 91.66666667%;
1487
- }
1488
- .col-md-offset-10 {
1489
- margin-left: 83.33333333%;
1490
- }
1491
- .col-md-offset-9 {
1492
- margin-left: 75%;
1493
- }
1494
- .col-md-offset-8 {
1495
- margin-left: 66.66666667%;
1496
- }
1497
- .col-md-offset-7 {
1498
- margin-left: 58.33333333%;
1499
- }
1500
- .col-md-offset-6 {
1501
- margin-left: 50%;
1502
- }
1503
- .col-md-offset-5 {
1504
- margin-left: 41.66666667%;
1505
- }
1506
- .col-md-offset-4 {
1507
- margin-left: 33.33333333%;
1508
- }
1509
- .col-md-offset-3 {
1510
- margin-left: 25%;
1511
- }
1512
- .col-md-offset-2 {
1513
- margin-left: 16.66666667%;
1514
- }
1515
- .col-md-offset-1 {
1516
- margin-left: 8.33333333%;
1517
- }
1518
- .col-md-offset-0 {
1519
- margin-left: 0%;
1520
- }
1521
  }
1522
  @media (min-width: 1200px) {
1523
- .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
1524
- float: left;
1525
- }
1526
- .col-lg-12 {
1527
- width: 100%;
1528
- }
1529
- .col-lg-11 {
1530
- width: 91.66666667%;
1531
- }
1532
- .col-lg-10 {
1533
- width: 83.33333333%;
1534
- }
1535
- .col-lg-9 {
1536
- width: 75%;
1537
- }
1538
- .col-lg-8 {
1539
- width: 66.66666667%;
1540
- }
1541
- .col-lg-7 {
1542
- width: 58.33333333%;
1543
- }
1544
- .col-lg-6 {
1545
- width: 50%;
1546
- }
1547
- .col-lg-5 {
1548
- width: 41.66666667%;
1549
- }
1550
- .col-lg-4 {
1551
- width: 33.33333333%;
1552
- }
1553
- .col-lg-3 {
1554
- width: 25%;
1555
- }
1556
- .col-lg-2 {
1557
- width: 16.66666667%;
1558
- }
1559
- .col-lg-1 {
1560
- width: 8.33333333%;
1561
- }
1562
- .col-lg-pull-12 {
1563
- right: 100%;
1564
- }
1565
- .col-lg-pull-11 {
1566
- right: 91.66666667%;
1567
- }
1568
- .col-lg-pull-10 {
1569
- right: 83.33333333%;
1570
- }
1571
- .col-lg-pull-9 {
1572
- right: 75%;
1573
- }
1574
- .col-lg-pull-8 {
1575
- right: 66.66666667%;
1576
- }
1577
- .col-lg-pull-7 {
1578
- right: 58.33333333%;
1579
- }
1580
- .col-lg-pull-6 {
1581
- right: 50%;
1582
- }
1583
- .col-lg-pull-5 {
1584
- right: 41.66666667%;
1585
- }
1586
- .col-lg-pull-4 {
1587
- right: 33.33333333%;
1588
- }
1589
- .col-lg-pull-3 {
1590
- right: 25%;
1591
- }
1592
- .col-lg-pull-2 {
1593
- right: 16.66666667%;
1594
- }
1595
- .col-lg-pull-1 {
1596
- right: 8.33333333%;
1597
- }
1598
- .col-lg-pull-0 {
1599
- right: auto;
1600
- }
1601
- .col-lg-push-12 {
1602
- left: 100%;
1603
- }
1604
- .col-lg-push-11 {
1605
- left: 91.66666667%;
1606
- }
1607
- .col-lg-push-10 {
1608
- left: 83.33333333%;
1609
- }
1610
- .col-lg-push-9 {
1611
- left: 75%;
1612
- }
1613
- .col-lg-push-8 {
1614
- left: 66.66666667%;
1615
- }
1616
- .col-lg-push-7 {
1617
- left: 58.33333333%;
1618
- }
1619
- .col-lg-push-6 {
1620
- left: 50%;
1621
- }
1622
- .col-lg-push-5 {
1623
- left: 41.66666667%;
1624
- }
1625
- .col-lg-push-4 {
1626
- left: 33.33333333%;
1627
- }
1628
- .col-lg-push-3 {
1629
- left: 25%;
1630
- }
1631
- .col-lg-push-2 {
1632
- left: 16.66666667%;
1633
- }
1634
- .col-lg-push-1 {
1635
- left: 8.33333333%;
1636
- }
1637
- .col-lg-push-0 {
1638
- left: auto;
1639
- }
1640
- .col-lg-offset-12 {
1641
- margin-left: 100%;
1642
- }
1643
- .col-lg-offset-11 {
1644
- margin-left: 91.66666667%;
1645
- }
1646
- .col-lg-offset-10 {
1647
- margin-left: 83.33333333%;
1648
- }
1649
- .col-lg-offset-9 {
1650
- margin-left: 75%;
1651
- }
1652
- .col-lg-offset-8 {
1653
- margin-left: 66.66666667%;
1654
- }
1655
- .col-lg-offset-7 {
1656
- margin-left: 58.33333333%;
1657
- }
1658
- .col-lg-offset-6 {
1659
- margin-left: 50%;
1660
- }
1661
- .col-lg-offset-5 {
1662
- margin-left: 41.66666667%;
1663
- }
1664
- .col-lg-offset-4 {
1665
- margin-left: 33.33333333%;
1666
- }
1667
- .col-lg-offset-3 {
1668
- margin-left: 25%;
1669
- }
1670
- .col-lg-offset-2 {
1671
- margin-left: 16.66666667%;
1672
- }
1673
- .col-lg-offset-1 {
1674
- margin-left: 8.33333333%;
1675
- }
1676
- .col-lg-offset-0 {
1677
- margin-left: 0%;
1678
- }
1679
  }
1680
  .clearfix:before,
1681
  .clearfix:after,
@@ -1685,35 +1685,35 @@ hr {
1685
  .pt-cv-container-fluid:after,
1686
  .row:before,
1687
  .row:after {
1688
- content: " ";
1689
- display: table;
1690
  }
1691
  .clearfix:after,
1692
  .pt-cv-container:after,
1693
  .pt-cv-container-fluid:after,
1694
  .row:after {
1695
- clear: both;
1696
  }
1697
  /* @Buttons-minified */
1698
  .btn {
1699
- display: inline-block;
1700
- margin-bottom: 0;
1701
- font-weight: normal;
1702
- text-align: center;
1703
- vertical-align: middle;
1704
- touch-action: manipulation;
1705
- cursor: pointer;
1706
- background-image: none;
1707
- border: 1px solid transparent;
1708
- white-space: nowrap;
1709
- padding: 6px 12px;
1710
- font-size: 14px;
1711
- line-height: 1.42857143;
1712
- border-radius: 4px;
1713
- -webkit-user-select: none;
1714
- -moz-user-select: none;
1715
- -ms-user-select: none;
1716
- user-select: none;
1717
  }
1718
  .btn:focus,
1719
  .btn:active:focus,
@@ -1721,38 +1721,38 @@ hr {
1721
  .btn.focus,
1722
  .btn:active.focus,
1723
  .btn.active.focus {
1724
- outline: thin dotted;
1725
- outline: 5px auto -webkit-focus-ring-color;
1726
- outline-offset: -2px;
1727
  }
1728
  .btn:hover,
1729
  .btn:focus,
1730
  .btn.focus {
1731
- color: #333333;
1732
- text-decoration: none;
1733
  }
1734
  .btn:active,
1735
  .btn.active {
1736
- outline: 0;
1737
- background-image: none;
1738
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1739
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1740
  }
1741
  .btn.disabled,
1742
  .btn[disabled],
1743
  fieldset[disabled] .btn {
1744
- cursor: not-allowed;
1745
- pointer-events: none;
1746
- opacity: 0.65;
1747
- filter: alpha(opacity=65);
1748
- -webkit-box-shadow: none;
1749
- box-shadow: none;
1750
  }
1751
  /* + Button success */
1752
  .btn-success {
1753
- color: #ffffff;
1754
- background-color: #5cb85c;
1755
- border-color: #4cae4c;
1756
  }
1757
  .btn-success:hover,
1758
  .btn-success:focus,
@@ -1760,20 +1760,20 @@ fieldset[disabled] .btn {
1760
  .btn-success:active,
1761
  .btn-success.active,
1762
  .open > .dropdown-toggle.btn-success {
1763
- color: #ffffff;
1764
- background-color: #449d44;
1765
- border-color: #398439;
1766
  }
1767
  .btn-success:active,
1768
  .btn-success.active,
1769
  .open > .dropdown-toggle.btn-success {
1770
- background-image: none;
1771
  }
1772
  /* + Button primary */
1773
  .btn-primary {
1774
- color: #ffffff;
1775
- background-color: #428bca;
1776
- border-color: #357ebd;
1777
  }
1778
  .btn-primary:hover,
1779
  .btn-primary:focus,
@@ -1781,33 +1781,33 @@ fieldset[disabled] .btn {
1781
  .btn-primary:active,
1782
  .btn-primary.active,
1783
  .open > .dropdown-toggle.btn-primary {
1784
- color: #ffffff;
1785
- background-color: #3071a9;
1786
- border-color: #285e8e;
1787
  }
1788
  .btn-primary:active,
1789
  .btn-primary.active,
1790
  .open > .dropdown-toggle.btn-primary {
1791
- background-image: none;
1792
  }
1793
  /* + Button small */
1794
  .btn-sm {
1795
- padding: 5px 10px;
1796
- font-size: 12px;
1797
- line-height: 1.5;
1798
- border-radius: 3px;
1799
  }
1800
  /* @Button groups-minified */
1801
  .btn-group,
1802
  .btn-group-vertical {
1803
- position: relative;
1804
- display: inline-block;
1805
- vertical-align: middle;
1806
  }
1807
  .btn-group > .btn,
1808
  .btn-group-vertical > .btn {
1809
- position: relative;
1810
- float: left;
1811
  }
1812
  .btn-group > .btn:hover,
1813
  .btn-group-vertical > .btn:hover,
@@ -1817,158 +1817,158 @@ fieldset[disabled] .btn {
1817
  .btn-group-vertical > .btn:active,
1818
  .btn-group > .btn.active,
1819
  .btn-group-vertical > .btn.active {
1820
- z-index: 2;
1821
  }
1822
  .btn-group > .btn:focus,
1823
  .btn-group-vertical > .btn:focus {
1824
- outline: 0;
1825
  }
1826
  .btn-group .btn + .btn,
1827
  .btn-group .btn + .btn-group,
1828
  .btn-group .btn-group + .btn,
1829
  .btn-group .btn-group + .btn-group {
1830
- margin-left: -1px;
1831
  }
1832
  .btn-toolbar {
1833
- margin-left: -5px;
1834
  }
1835
  .btn-toolbar .btn-group,
1836
  .btn-toolbar .input-group {
1837
- float: left;
1838
  }
1839
  .btn-toolbar > .btn,
1840
  .btn-toolbar > .btn-group,
1841
  .btn-toolbar > .input-group {
1842
- margin-left: 5px;
1843
  }
1844
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
1845
- border-radius: 0;
1846
  }
1847
  .btn-group > .btn:first-child {
1848
- margin-left: 0;
1849
  }
1850
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
1851
- border-bottom-right-radius: 0;
1852
- border-top-right-radius: 0;
1853
  }
1854
  .btn-group > .btn:last-child:not(:first-child),
1855
  .btn-group > .dropdown-toggle:not(:first-child) {
1856
- border-bottom-left-radius: 0;
1857
- border-top-left-radius: 0;
1858
  }
1859
  .btn-group > .btn-group {
1860
- float: left;
1861
  }
1862
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1863
- border-radius: 0;
1864
  }
1865
  .btn-group > .btn-group:first-child > .btn:last-child,
1866
  .btn-group > .btn-group:first-child > .dropdown-toggle {
1867
- border-bottom-right-radius: 0;
1868
- border-top-right-radius: 0;
1869
  }
1870
  .btn-group > .btn-group:last-child > .btn:first-child {
1871
- border-bottom-left-radius: 0;
1872
- border-top-left-radius: 0;
1873
  }
1874
  .btn-group .dropdown-toggle:active,
1875
  .btn-group.open .dropdown-toggle {
1876
- outline: 0;
1877
  }
1878
  .btn-group > .btn + .dropdown-toggle {
1879
- padding-left: 8px;
1880
- padding-right: 8px;
1881
  }
1882
  .btn-group > .btn-lg + .dropdown-toggle {
1883
- padding-left: 12px;
1884
- padding-right: 12px;
1885
  }
1886
  .btn-group.open .dropdown-toggle {
1887
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1888
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1889
  }
1890
  .btn-group.open .dropdown-toggle.btn-link {
1891
- -webkit-box-shadow: none;
1892
- box-shadow: none;
1893
  }
1894
  .btn .caret {
1895
- margin-left: 0;
1896
  }
1897
  .btn-lg .caret {
1898
- border-width: 5px 5px 0;
1899
- border-bottom-width: 0;
1900
  }
1901
  .dropup .btn-lg .caret {
1902
- border-width: 0 5px 5px;
1903
  }
1904
  .btn-group-vertical > .btn,
1905
  .btn-group-vertical > .btn-group,
1906
  .btn-group-vertical > .btn-group > .btn {
1907
- display: block;
1908
- float: none;
1909
- width: 100%;
1910
- max-width: 100%;
1911
  }
1912
  .btn-group-vertical > .btn-group > .btn {
1913
- float: none;
1914
  }
1915
  .btn-group-vertical > .btn + .btn,
1916
  .btn-group-vertical > .btn + .btn-group,
1917
  .btn-group-vertical > .btn-group + .btn,
1918
  .btn-group-vertical > .btn-group + .btn-group {
1919
- margin-top: -1px;
1920
- margin-left: 0;
1921
  }
1922
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
1923
- border-radius: 0;
1924
  }
1925
  .btn-group-vertical > .btn:first-child:not(:last-child) {
1926
- border-top-right-radius: 4px;
1927
- border-bottom-right-radius: 0;
1928
- border-bottom-left-radius: 0;
1929
  }
1930
  .btn-group-vertical > .btn:last-child:not(:first-child) {
1931
- border-bottom-left-radius: 4px;
1932
- border-top-right-radius: 0;
1933
- border-top-left-radius: 0;
1934
  }
1935
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
1936
- border-radius: 0;
1937
  }
1938
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
1939
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
1940
- border-bottom-right-radius: 0;
1941
- border-bottom-left-radius: 0;
1942
  }
1943
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
1944
- border-top-right-radius: 0;
1945
- border-top-left-radius: 0;
1946
  }
1947
  .btn-group-justified {
1948
- display: table;
1949
- width: 100%;
1950
- table-layout: fixed;
1951
- border-collapse: separate;
1952
  }
1953
  .btn-group-justified > .btn,
1954
  .btn-group-justified > .btn-group {
1955
- float: none;
1956
- display: table-cell;
1957
- width: 1%;
1958
  }
1959
  .btn-group-justified > .btn-group .btn {
1960
- width: 100%;
1961
  }
1962
  .btn-group-justified > .btn-group .dropdown-menu {
1963
- left: auto;
1964
  }
1965
  [data-toggle="buttons"] > .btn input[type="radio"],
1966
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
1967
  [data-toggle="buttons"] > .btn input[type="checkbox"],
1968
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
1969
- position: absolute;
1970
- clip: rect(0, 0, 0, 0);
1971
- pointer-events: none;
1972
  }
1973
  .clearfix:before,
1974
  .clearfix:after,
@@ -1976,127 +1976,127 @@ fieldset[disabled] .btn {
1976
  .btn-toolbar:after,
1977
  .btn-group-vertical > .btn-group:before,
1978
  .btn-group-vertical > .btn-group:after {
1979
- content: " ";
1980
- display: table;
1981
  }
1982
  .clearfix:after,
1983
  .btn-toolbar:after,
1984
  .btn-group-vertical > .btn-group:after {
1985
- clear: both;
1986
  }
1987
  /* @Navs-minified */
1988
  .nav {
1989
- margin-bottom: 0;
1990
- padding-left: 0;
1991
- list-style: none;
1992
  }
1993
  .nav > li {
1994
- position: relative;
1995
- display: block;
1996
  }
1997
  .nav > li > a {
1998
- position: relative;
1999
- display: block;
2000
- padding: 10px 15px;
2001
  }
2002
  .nav > li > a:hover,
2003
  .nav > li > a:focus {
2004
- text-decoration: none;
2005
- background-color: #eeeeee;
2006
  }
2007
  .nav > li.disabled > a {
2008
- color: #777777;
2009
  }
2010
  .nav > li.disabled > a:hover,
2011
  .nav > li.disabled > a:focus {
2012
- color: #777777;
2013
- text-decoration: none;
2014
- background-color: transparent;
2015
- cursor: not-allowed;
2016
  }
2017
  .nav .open > a,
2018
  .nav .open > a:hover,
2019
  .nav .open > a:focus {
2020
- background-color: #eeeeee;
2021
- border-color: #428bca;
2022
  }
2023
  .nav .nav-divider {
2024
- height: 1px;
2025
- margin: 9px 0;
2026
- overflow: hidden;
2027
- background-color: #e5e5e5;
2028
  }
2029
  .nav > li > a > img {
2030
- max-width: none;
2031
  }
2032
  .nav-tabs {
2033
- border-bottom: 1px solid #dddddd;
2034
  }
2035
  .nav-tabs > li {
2036
- float: left;
2037
- margin-bottom: -1px;
2038
  }
2039
  .nav-tabs > li > a {
2040
- margin-right: 2px;
2041
- line-height: 1.42857143;
2042
- border: 1px solid transparent;
2043
- border-radius: 4px 4px 0 0;
2044
  }
2045
  .nav-tabs > li > a:hover {
2046
- border-color: #eeeeee #eeeeee #dddddd;
2047
  }
2048
  .nav-tabs > li.active > a,
2049
  .nav-tabs > li.active > a:hover,
2050
  .nav-tabs > li.active > a:focus {
2051
- color: #555555;
2052
- background-color: #ffffff;
2053
- border: 1px solid #dddddd;
2054
- border-bottom-color: transparent;
2055
- cursor: default;
2056
  }
2057
  .nav-tabs.nav-justified {
2058
- width: 100%;
2059
- border-bottom: 0;
2060
  }
2061
  .nav-tabs.nav-justified > li {
2062
- float: none;
2063
  }
2064
  .nav-tabs.nav-justified > li > a {
2065
- text-align: center;
2066
- margin-bottom: 5px;
2067
  }
2068
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
2069
- top: auto;
2070
- left: auto;
2071
  }
2072
  @media (min-width: 768px) {
2073
- .nav-tabs.nav-justified > li {
2074
- display: table-cell;
2075
- width: 1%;
2076
- }
2077
- .nav-tabs.nav-justified > li > a {
2078
- margin-bottom: 0;
2079
- }
2080
  }
2081
  .nav-tabs.nav-justified > li > a {
2082
- margin-right: 0;
2083
- border-radius: 4px;
2084
  }
2085
  .nav-tabs.nav-justified > .active > a,
2086
  .nav-tabs.nav-justified > .active > a:hover,
2087
  .nav-tabs.nav-justified > .active > a:focus {
2088
- border: 1px solid #dddddd;
2089
  }
2090
  @media (min-width: 768px) {
2091
- .nav-tabs.nav-justified > li > a {
2092
- border-bottom: 1px solid #dddddd;
2093
- border-radius: 4px 4px 0 0;
2094
- }
2095
- .nav-tabs.nav-justified > .active > a,
2096
- .nav-tabs.nav-justified > .active > a:hover,
2097
- .nav-tabs.nav-justified > .active > a:focus {
2098
- border-bottom-color: #ffffff;
2099
- }
2100
  }
2101
  /* + */
2102
  .nav-tabs:before, .nav-tabs:after {
@@ -2106,53 +2106,53 @@ fieldset[disabled] .btn {
2106
  }
2107
  /* + Tab-panel */
2108
  .tab-content > .tab-pane {
2109
- display: none;
2110
- visibility: hidden;
2111
  }
2112
  .tab-content > .active {
2113
- display: block;
2114
- visibility: visible;
2115
  }
2116
  /* @Pagination */
2117
  .pagination {
2118
- display: inline-block;
2119
- padding-left: 0;
2120
- margin: 20px 0;
2121
- border-radius: 4px;
2122
  }
2123
  .pagination > li {
2124
- display: inline;
2125
  }
2126
  .pagination > li > a,
2127
  .pagination > li > span {
2128
- position: relative;
2129
- float: left;
2130
- padding: 6px 12px;
2131
- line-height: 1.42857143;
2132
- text-decoration: none;
2133
- color: #428bca;
2134
- background-color: #ffffff;
2135
- border: 1px solid #dddddd;
2136
- margin-left: -1px;
2137
  }
2138
  .pagination > li:first-child > a,
2139
  .pagination > li:first-child > span {
2140
- margin-left: 0;
2141
- border-bottom-left-radius: 4px;
2142
- border-top-left-radius: 4px;
2143
  }
2144
  .pagination > li:last-child > a,
2145
  .pagination > li:last-child > span {
2146
- border-bottom-right-radius: 4px;
2147
- border-top-right-radius: 4px;
2148
  }
2149
  .pagination > li > a:hover,
2150
  .pagination > li > span:hover,
2151
  .pagination > li > a:focus,
2152
  .pagination > li > span:focus {
2153
- color: #2a6496;
2154
- background-color: #eeeeee;
2155
- border-color: #dddddd;
2156
  }
2157
  .pagination > .active > a,
2158
  .pagination > .active > span,
@@ -2160,11 +2160,11 @@ fieldset[disabled] .btn {
2160
  .pagination > .active > span:hover,
2161
  .pagination > .active > a:focus,
2162
  .pagination > .active > span:focus {
2163
- z-index: 2;
2164
- color: #ffffff;
2165
- background-color: #428bca;
2166
- border-color: #428bca;
2167
- cursor: default;
2168
  }
2169
  .pagination > .disabled > span,
2170
  .pagination > .disabled > span:hover,
@@ -2172,93 +2172,93 @@ fieldset[disabled] .btn {
2172
  .pagination > .disabled > a,
2173
  .pagination > .disabled > a:hover,
2174
  .pagination > .disabled > a:focus {
2175
- color: #777777;
2176
- background-color: #ffffff;
2177
- border-color: #dddddd;
2178
- cursor: not-allowed;
2179
  }
2180
  .pagination-lg > li > a,
2181
  .pagination-lg > li > span {
2182
- padding: 10px 16px;
2183
- font-size: 18px;
2184
  }
2185
  .pagination-lg > li:first-child > a,
2186
  .pagination-lg > li:first-child > span {
2187
- border-bottom-left-radius: 6px;
2188
- border-top-left-radius: 6px;
2189
  }
2190
  .pagination-lg > li:last-child > a,
2191
  .pagination-lg > li:last-child > span {
2192
- border-bottom-right-radius: 6px;
2193
- border-top-right-radius: 6px;
2194
  }
2195
  .pagination-sm > li > a,
2196
  .pagination-sm > li > span {
2197
- padding: 5px 10px;
2198
- font-size: 12px;
2199
  }
2200
  .pagination-sm > li:first-child > a,
2201
  .pagination-sm > li:first-child > span {
2202
- border-bottom-left-radius: 3px;
2203
- border-top-left-radius: 3px;
2204
  }
2205
  .pagination-sm > li:last-child > a,
2206
  .pagination-sm > li:last-child > span {
2207
- border-bottom-right-radius: 3px;
2208
- border-top-right-radius: 3px;
2209
  }
2210
  /* @Thumbnails */
2211
  /* 242 */
2212
  .img-responsive,
2213
  .thumbnail > img,
2214
  .thumbnail a > img {
2215
- display: block;
2216
- max-width: 100%;
2217
- height: auto;
2218
  }
2219
  .thumbnail {
2220
- display: block;
2221
- padding: 4px;
2222
- margin-bottom: 20px;
2223
- line-height: 1.42857143;
2224
- background-color: #ffffff;
2225
- border: 1px solid #dddddd;
2226
- border-radius: 4px;
2227
- -webkit-transition: border 0.2s ease-in-out;
2228
- -o-transition: border 0.2s ease-in-out;
2229
- transition: border 0.2s ease-in-out;
2230
  }
2231
  .thumbnail > img,
2232
  .thumbnail a > img {
2233
- margin-left: auto;
2234
- margin-right: auto;
2235
  }
2236
  a.thumbnail:hover,
2237
  a.thumbnail:focus,
2238
  a.thumbnail.active {
2239
- border-color: #428bca;
2240
  }
2241
  .thumbnail .caption {
2242
- padding: 9px;
2243
- color: #333333;
2244
  }
2245
  /* @JavaScript components */
2246
  /* 242 */
2247
  .img-responsive,
2248
  .carousel-inner > .item > img,
2249
  .carousel-inner > .item > a > img {
2250
- display: block;
2251
- max-width: 100%;
2252
- height: auto;
2253
  }
2254
  .fade {
2255
- opacity: 0;
2256
- -webkit-transition: opacity 0.15s linear;
2257
- -o-transition: opacity 0.15s linear;
2258
- transition: opacity 0.15s linear;
2259
  }
2260
  .fade.in {
2261
- opacity: 1;
2262
  }
2263
  /*.collapse {
2264
  display: none;
@@ -2269,543 +2269,523 @@ a.thumbnail.active {
2269
  visibility: visible;
2270
  }*/
2271
  tr.collapse.in {
2272
- display: table-row;
2273
  }
2274
  tbody.collapse.in {
2275
- display: table-row-group;
2276
  }
2277
  .collapsing {
2278
- position: relative;
2279
- height: 0;
2280
- overflow: hidden;
2281
- -webkit-transition-property: height, visibility;
2282
- transition-property: height, visibility;
2283
- -webkit-transition-duration: 0.35s;
2284
- transition-duration: 0.35s;
2285
- -webkit-transition-timing-function: ease;
2286
- transition-timing-function: ease;
2287
  }
2288
  .caret {
2289
- display: inline-block;
2290
- width: 0;
2291
- height: 0;
2292
- margin-left: 2px;
2293
- vertical-align: middle;
2294
- border-top: 4px solid;
2295
- border-right: 4px solid transparent;
2296
- border-left: 4px solid transparent;
2297
  }
2298
  .dropdown {
2299
- position: relative;
2300
  }
2301
  .dropdown-toggle:focus {
2302
- outline: 0;
2303
- }
2304
- .dropdown-menu {
2305
- position: absolute;
2306
- top: 100%;
2307
- left: 0;
2308
- z-index: 1000;
2309
- display: none;
2310
- float: left;
2311
- min-width: 160px;
2312
- padding: 5px 0;
2313
- margin: 2px 0 0;
2314
- list-style: none;
2315
- font-size: 14px;
2316
- text-align: left;
2317
- background-color: #ffffff;
2318
- border: 1px solid #cccccc;
2319
- border: 1px solid rgba(0, 0, 0, 0.15);
2320
- border-radius: 4px;
2321
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
2322
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
2323
- background-clip: padding-box;
2324
  }
 
2325
  .dropdown-menu.pull-right {
2326
- right: 0;
2327
- left: auto;
2328
  }
2329
  .dropdown-menu .divider {
2330
- height: 1px;
2331
- margin: 9px 0;
2332
- overflow: hidden;
2333
- background-color: #e5e5e5;
2334
  }
2335
  .dropdown-menu > li > a {
2336
- display: block;
2337
- padding: 3px 20px;
2338
- clear: both;
2339
- font-weight: normal;
2340
- line-height: 1.42857143;
2341
- color: #333333;
2342
- white-space: nowrap;
2343
  }
2344
  .dropdown-menu > li > a:hover,
2345
  .dropdown-menu > li > a:focus {
2346
- text-decoration: none;
2347
- color: #262626;
2348
- background-color: #f5f5f5;
2349
  }
2350
  .dropdown-menu > .active > a,
2351
  .dropdown-menu > .active > a:hover,
2352
  .dropdown-menu > .active > a:focus {
2353
- color: #ffffff;
2354
- text-decoration: none;
2355
- outline: 0;
2356
- background-color: #428bca;
2357
  }
2358
  .dropdown-menu > .disabled > a,
2359
  .dropdown-menu > .disabled > a:hover,
2360
  .dropdown-menu > .disabled > a:focus {
2361
- color: #777777;
2362
  }
2363
  .dropdown-menu > .disabled > a:hover,
2364
  .dropdown-menu > .disabled > a:focus {
2365
- text-decoration: none;
2366
- background-color: transparent;
2367
- background-image: none;
2368
- filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2369
- cursor: not-allowed;
2370
  }
2371
  .open > .dropdown-menu {
2372
- display: block;
2373
  }
2374
  .open > a {
2375
- outline: 0;
2376
  }
2377
  .dropdown-menu-right {
2378
- left: auto;
2379
- right: 0;
2380
  }
2381
  .dropdown-menu-left {
2382
- left: 0;
2383
- right: auto;
2384
  }
2385
  .dropdown-header {
2386
- display: block;
2387
- padding: 3px 20px;
2388
- font-size: 12px;
2389
- line-height: 1.42857143;
2390
- color: #777777;
2391
- white-space: nowrap;
2392
  }
2393
  .dropdown-backdrop {
2394
- position: fixed;
2395
- left: 0;
2396
- right: 0;
2397
- bottom: 0;
2398
- top: 0;
2399
- z-index: 990;
2400
  }
2401
  .pull-right > .dropdown-menu {
2402
- right: 0;
2403
- left: auto;
2404
  }
2405
  .dropup .caret,
2406
  .navbar-fixed-bottom .dropdown .caret {
2407
- border-top: 0;
2408
- border-bottom: 4px solid;
2409
- content: "";
2410
  }
2411
  .dropup .dropdown-menu,
2412
  .navbar-fixed-bottom .dropdown .dropdown-menu {
2413
- top: auto;
2414
- bottom: 100%;
2415
- margin-bottom: 1px;
2416
  }
2417
  @media (min-width: 768px) {
2418
- .navbar-right .dropdown-menu {
2419
- left: auto;
2420
- right: 0;
2421
- }
2422
- .navbar-right .dropdown-menu-left {
2423
- left: 0;
2424
- right: auto;
2425
- }
2426
  }
2427
  .modal-open {
2428
- overflow: hidden;
2429
  }
2430
  .modal {
2431
- display: none;
2432
- overflow: hidden;
2433
- position: fixed;
2434
- top: 0;
2435
- right: 0;
2436
- bottom: 0;
2437
- left: 0;
2438
- z-index: 1040;
2439
- -webkit-overflow-scrolling: touch;
2440
- outline: 0;
2441
  }
2442
  .modal.fade .modal-dialog {
2443
- -webkit-transform: translate(0, -25%);
2444
- -ms-transform: translate(0, -25%);
2445
- -o-transform: translate(0, -25%);
2446
- transform: translate(0, -25%);
2447
- -webkit-transition: -webkit-transform 0.3s ease-out;
2448
- -moz-transition: -moz-transform 0.3s ease-out;
2449
- -o-transition: -o-transform 0.3s ease-out;
2450
- transition: transform 0.3s ease-out;
2451
  }
2452
  .modal.in .modal-dialog {
2453
- -webkit-transform: translate(0, 0);
2454
- -ms-transform: translate(0, 0);
2455
- -o-transform: translate(0, 0);
2456
- transform: translate(0, 0);
2457
  }
2458
  .modal-open .modal {
2459
- overflow-x: hidden;
2460
- overflow-y: auto;
2461
  }
2462
  .modal-dialog {
2463
- position: relative;
2464
- width: auto;
2465
- margin: 10px;
2466
  }
2467
  .modal-content {
2468
- position: relative;
2469
- background-color: #ffffff;
2470
- border: 1px solid #999999;
2471
- border: 1px solid rgba(0, 0, 0, 0.2);
2472
- border-radius: 6px;
2473
- -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
2474
- box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
2475
- background-clip: padding-box;
2476
- outline: 0;
2477
  }
2478
  .modal-backdrop {
2479
- position: fixed;
2480
- top: 0;
2481
- right: 0;
2482
- bottom: 0;
2483
- left: 0;
2484
- background-color: #000000;
2485
  }
2486
  .modal-backdrop.fade {
2487
- opacity: 0;
2488
- filter: alpha(opacity=0);
2489
  }
2490
  .modal-backdrop.in {
2491
- opacity: 0.5;
2492
- filter: alpha(opacity=50);
2493
  }
2494
  .modal-header {
2495
- padding: 15px;
2496
- border-bottom: 1px solid #e5e5e5;
2497
- min-height: 16.42857143px;
2498
  }
2499
  .modal-header .close {
2500
- margin-top: -2px;
2501
  }
2502
  .modal-title {
2503
- margin: 0;
2504
- line-height: 1.42857143;
2505
  }
2506
  .modal-body {
2507
- position: relative;
2508
- padding: 15px;
2509
  }
2510
  .modal-footer {
2511
- padding: 15px;
2512
- text-align: right;
2513
- border-top: 1px solid #e5e5e5;
2514
  }
2515
  .modal-footer .btn + .btn {
2516
- margin-left: 5px;
2517
- margin-bottom: 0;
2518
  }
2519
  .modal-footer .btn-group .btn + .btn {
2520
- margin-left: -1px;
2521
  }
2522
  .modal-footer .btn-block + .btn-block {
2523
- margin-left: 0;
2524
  }
2525
  .modal-scrollbar-measure {
2526
- position: absolute;
2527
- top: -9999px;
2528
- width: 50px;
2529
- height: 50px;
2530
- overflow: scroll;
2531
  }
2532
  @media (min-width: 768px) {
2533
- .modal-dialog {
2534
- width: 600px;
2535
- margin: 30px auto;
2536
- }
2537
- .modal-content {
2538
- -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
2539
- box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
2540
- }
2541
- .modal-sm {
2542
- width: 300px;
2543
- }
2544
  }
2545
  @media (min-width: 992px) {
2546
- .modal-lg {
2547
- width: 900px;
2548
- }
2549
  }
2550
  /* - Tooltip */
2551
  /* - Popover */
2552
  .carousel {
2553
- position: relative;
2554
  }
2555
  .carousel-inner {
2556
- position: relative;
2557
- overflow: hidden;
2558
- width: 100%;
2559
  }
2560
  .carousel-inner > .item {
2561
- display: none;
2562
- position: relative;
2563
- -webkit-transition: 0.6s ease-in-out left;
2564
- -o-transition: 0.6s ease-in-out left;
2565
- transition: 0.6s ease-in-out left;
2566
  }
2567
  .carousel-inner > .item > img,
2568
  .carousel-inner > .item > a > img {
2569
- line-height: 1;
2570
  }
2571
  @media all and (transform-3d), (-webkit-transform-3d) {
2572
- .carousel-inner > .item {
2573
- transition: transform 0.6s ease-in-out;
2574
- backface-visibility: hidden;
2575
- perspective: 1000;
2576
- }
2577
- .carousel-inner > .item.next,
2578
- .carousel-inner > .item.active.right {
2579
- transform: translate3d(100%, 0, 0);
2580
- left: 0;
2581
- }
2582
- .carousel-inner > .item.prev,
2583
- .carousel-inner > .item.active.left {
2584
- transform: translate3d(-100%, 0, 0);
2585
- left: 0;
2586
- }
2587
- .carousel-inner > .item.next.left,
2588
- .carousel-inner > .item.prev.right,
2589
- .carousel-inner > .item.active {
2590
- transform: translate3d(0, 0, 0);
2591
- left: 0;
2592
- }
2593
  }
2594
  .carousel-inner > .active,
2595
  .carousel-inner > .next,
2596
  .carousel-inner > .prev {
2597
- display: block;
2598
  }
2599
  .carousel-inner > .active {
2600
- left: 0;
2601
  }
2602
  .carousel-inner > .next,
2603
  .carousel-inner > .prev {
2604
- position: absolute;
2605
- top: 0;
2606
- width: 100%;
2607
  }
2608
  .carousel-inner > .next {
2609
- left: 100%;
2610
  }
2611
  .carousel-inner > .prev {
2612
- left: -100%;
2613
  }
2614
  .carousel-inner > .next.left,
2615
  .carousel-inner > .prev.right {
2616
- left: 0;
2617
  }
2618
  .carousel-inner > .active.left {
2619
- left: -100%;
2620
  }
2621
  .carousel-inner > .active.right {
2622
- left: 100%;
2623
  }
2624
  .carousel-control {
2625
- position: absolute;
2626
- top: 0;
2627
- left: 0;
2628
- bottom: 0;
2629
- width: 15%;
2630
- opacity: 0.5;
2631
- filter: alpha(opacity=50);
2632
- font-size: 20px;
2633
- color: #ffffff;
2634
- text-align: center;
2635
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
2636
  }
2637
  .carousel-control.left {
2638
- background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
2639
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
2640
- background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
2641
- background-repeat: repeat-x;
2642
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
2643
  }
2644
  .carousel-control.right {
2645
- left: auto;
2646
- right: 0;
2647
- background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
2648
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
2649
- background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
2650
- background-repeat: repeat-x;
2651
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
2652
  }
2653
  .carousel-control:hover,
2654
  .carousel-control:focus {
2655
- outline: 0;
2656
- color: #ffffff;
2657
- text-decoration: none;
2658
- opacity: 0.9;
2659
- filter: alpha(opacity=90);
2660
  }
2661
  .carousel-control .icon-prev,
2662
  .carousel-control .icon-next,
2663
  .carousel-control .glyphicon-chevron-left,
2664
  .carousel-control .glyphicon-chevron-right {
2665
- position: absolute;
2666
- top: 50%;
2667
- z-index: 5;
2668
- display: inline-block;
2669
  }
2670
  .carousel-control .icon-prev,
2671
  .carousel-control .glyphicon-chevron-left {
2672
- left: 50%;
2673
- margin-left: -10px;
2674
  }
2675
  .carousel-control .icon-next,
2676
  .carousel-control .glyphicon-chevron-right {
2677
- right: 50%;
2678
- margin-right: -10px;
2679
  }
2680
  .carousel-control .icon-prev,
2681
  .carousel-control .icon-next {
2682
- width: 20px;
2683
- height: 20px;
2684
- margin-top: -10px;
2685
- font-family: serif;
2686
  }
2687
  .carousel-control .icon-prev:before {
2688
- content: '\2039';
2689
  }
2690
  .carousel-control .icon-next:before {
2691
- content: '\203a';
2692
  }
2693
  .carousel-indicators {
2694
- position: absolute;
2695
- bottom: 10px;
2696
- left: 50%;
2697
- z-index: 15;
2698
- width: 60%;
2699
- margin-left: -30%;
2700
- padding-left: 0;
2701
- list-style: none;
2702
- text-align: center;
2703
  }
2704
  .carousel-indicators li {
2705
- display: inline-block;
2706
- width: 10px;
2707
- height: 10px;
2708
- margin: 1px;
2709
- text-indent: -999px;
2710
- border: 1px solid #ffffff;
2711
- border-radius: 10px;
2712
- cursor: pointer;
2713
- background-color: #000 \9;
2714
- background-color: rgba(0, 0, 0, 0);
2715
  }
2716
  .carousel-indicators .active {
2717
- margin: 0;
2718
- width: 12px;
2719
- height: 12px;
2720
- background-color: #ffffff;
2721
  }
2722
  .carousel-caption {
2723
- position: absolute;
2724
- left: 15%;
2725
- right: 15%;
2726
- bottom: 20px;
2727
- z-index: 10;
2728
- padding-top: 20px;
2729
- padding-bottom: 20px;
2730
- color: #ffffff;
2731
- text-align: center;
2732
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
2733
  }
2734
  .carousel-caption .btn {
2735
- text-shadow: none;
2736
  }
2737
  @media screen and (min-width: 768px) {
2738
- .carousel-control .glyphicon-chevron-left,
2739
- .carousel-control .glyphicon-chevron-right,
2740
- .carousel-control .icon-prev,
2741
- .carousel-control .icon-next {
2742
- width: 30px;
2743
- height: 30px;
2744
- margin-top: -15px;
2745
- font-size: 30px;
2746
- }
2747
- .carousel-control .glyphicon-chevron-left,
2748
- .carousel-control .icon-prev {
2749
- margin-left: -15px;
2750
- }
2751
- .carousel-control .glyphicon-chevron-right,
2752
- .carousel-control .icon-next {
2753
- margin-right: -15px;
2754
- }
2755
- .carousel-caption {
2756
- left: 20%;
2757
- right: 20%;
2758
- padding-bottom: 30px;
2759
- }
2760
- .carousel-indicators {
2761
- bottom: 20px;
2762
- }
2763
  }
2764
  .clearfix:before,
2765
  .clearfix:after,
2766
  .modal-footer:before,
2767
  .modal-footer:after {
2768
- content: " ";
2769
- display: table;
2770
  }
2771
  .clearfix:after,
2772
  .modal-footer:after {
2773
- clear: both;
2774
  }
2775
  /* @Customizer-2 end */
2776
  .center-block {
2777
- display: block;
2778
- margin-left: auto;
2779
- margin-right: auto;
2780
  }
2781
  .pull-right {
2782
- float: right !important;
2783
  }
2784
  .pull-left {
2785
- float: left !important;
2786
  }
2787
  .hide {
2788
- display: none !important;
2789
  }
2790
  .show {
2791
- display: block !important;
2792
  }
2793
  .invisible {
2794
- visibility: hidden;
2795
  }
2796
  .text-hide {
2797
- font: 0/0 a;
2798
- color: transparent;
2799
- text-shadow: none;
2800
- background-color: transparent;
2801
- border: 0;
2802
  }
2803
  .hidden {
2804
- display: none !important;
2805
- visibility: hidden !important;
2806
  }
2807
  .affix {
2808
- position: fixed;
2809
  }
2810
  /* @Customizer-3 start */
2811
 
10
  */
11
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
12
  html {
13
+ font-family: sans-serif;
14
+ -ms-text-size-adjust: 100%;
15
+ -webkit-text-size-adjust: 100%;
16
  }
17
  body {
18
+ margin: 0;
19
  }
20
  article,
21
  aside,
30
  nav,
31
  section,
32
  summary {
33
+ display: block;
34
  }
35
  audio,
36
  canvas,
37
  progress,
38
  video {
39
+ display: inline-block;
40
+ vertical-align: baseline;
41
  }
42
  audio:not([controls]) {
43
+ display: none;
44
+ height: 0;
45
  }
46
  [hidden],
47
  template {
48
+ display: none;
49
  }
50
  a {
51
+ background-color: transparent;
52
  }
53
  a:active,
54
  a:hover {
55
+ outline: 0;
56
  }
57
  abbr[title] {
58
+ border-bottom: 1px dotted;
59
  }
60
  b,
61
  strong {
62
+ font-weight: bold;
63
  }
64
  dfn {
65
+ font-style: italic;
66
  }
67
  h1 {
68
+ /*font-size: 2em;*/
69
+ margin: 0.67em 0;
70
  }
71
  mark {
72
+ background: #ff0;
73
+ color: #000;
74
  }
75
  small {
76
+ font-size: 80%;
77
  }
78
  sub,
79
  sup {
80
+ font-size: 75%;
81
+ line-height: 0;
82
+ position: relative;
83
+ vertical-align: baseline;
84
  }
85
  sup {
86
+ top: -0.5em;
87
  }
88
  sub {
89
+ bottom: -0.25em;
90
  }
91
  img {
92
+ border: 0;
93
  }
94
  svg:not(:root) {
95
+ overflow: hidden;
96
  }
97
  figure {
98
+ margin: 1em 40px;
99
  }
100
  hr {
101
+ -moz-box-sizing: content-box;
102
+ box-sizing: content-box;
103
+ height: 0;
104
  }
105
  pre {
106
+ overflow: auto;
107
  }
108
  code,
109
  kbd,
110
  pre,
111
  samp {
112
+ font-family: monospace, monospace;
113
+ font-size: 1em;
114
  }
115
  button,
116
  input,
117
  optgroup,
118
  select,
119
  textarea {
120
+ color: inherit;
121
+ font: inherit;
122
+ margin: 0;
123
  }
124
  button {
125
+ overflow: visible;
126
  }
127
  button,
128
  select {
129
+ text-transform: none;
130
  }
131
  button,
132
  html input[type="button"],
133
  input[type="reset"],
134
  input[type="submit"] {
135
+ -webkit-appearance: button;
136
+ cursor: pointer;
137
  }
138
  button[disabled],
139
  html input[disabled] {
140
+ cursor: default;
141
  }
142
  button::-moz-focus-inner,
143
  input::-moz-focus-inner {
144
+ border: 0;
145
+ padding: 0;
146
  }
147
  input {
148
+ line-height: normal;
149
  }
150
  input[type="checkbox"],
151
  input[type="radio"] {
152
+ box-sizing: border-box;
153
+ padding: 0;
154
  }
155
  input[type="number"]::-webkit-inner-spin-button,
156
  input[type="number"]::-webkit-outer-spin-button {
157
+ height: auto;
158
  }
159
  input[type="search"] {
160
+ -webkit-appearance: textfield;
161
+ -moz-box-sizing: content-box;
162
+ -webkit-box-sizing: content-box;
163
+ box-sizing: content-box;
164
  }
165
  input[type="search"]::-webkit-search-cancel-button,
166
  input[type="search"]::-webkit-search-decoration {
167
+ -webkit-appearance: none;
168
  }
169
  fieldset {
170
+ border: 1px solid #c0c0c0;
171
+ margin: 0 2px;
172
+ padding: 0.35em 0.625em 0.75em;
173
  }
174
  legend {
175
+ border: 0;
176
+ padding: 0;
177
  }
178
  textarea {
179
+ overflow: auto;
180
  }
181
  optgroup {
182
+ font-weight: bold;
183
  }
184
  table {
185
+ border-collapse: collapse;
186
+ border-spacing: 0;
187
  }
188
  td,
189
  th {
190
+ padding: 0;
191
  }
192
  /* @Customizer-1 start */
193
  /* @Glyphicons */
194
  @font-face {
195
+ font-family: 'Glyphicons Halflings';
196
+ src: url('../fonts/glyphicons-halflings-regular.eot');
197
+ src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
198
  }
199
  .glyphicon {
200
+ position: relative;
201
+ top: 1px;
202
+ display: inline-block;
203
+ font-family: 'Glyphicons Halflings';
204
+ font-style: normal;
205
+ font-weight: normal;
206
+ line-height: 1;
207
+ -webkit-font-smoothing: antialiased;
208
+ -moz-osx-font-smoothing: grayscale;
209
  }
210
  .glyphicon-asterisk:before {
211
+ content: "\2a";
212
  }
213
  .glyphicon-plus:before {
214
+ content: "\2b";
215
  }
216
  .glyphicon-euro:before,
217
  .glyphicon-eur:before {
218
+ content: "\20ac";
219
  }
220
  .glyphicon-minus:before {
221
+ content: "\2212";
222
  }
223
  .glyphicon-cloud:before {
224
+ content: "\2601";
225
  }
226
  .glyphicon-envelope:before {
227
+ content: "\2709";
228
  }
229
  .glyphicon-pencil:before {
230
+ content: "\270f";
231
  }
232
  .glyphicon-glass:before {
233
+ content: "\e001";
234
  }
235
  .glyphicon-music:before {
236
+ content: "\e002";
237
  }
238
  .glyphicon-search:before {
239
+ content: "\e003";
240
  }
241
  .glyphicon-heart:before {
242
+ content: "\e005";
243
  }
244
  .glyphicon-star:before {
245
+ content: "\e006";
246
  }
247
  .glyphicon-star-empty:before {
248
+ content: "\e007";
249
  }
250
  .glyphicon-user:before {
251
+ content: "\e008";
252
  }
253
  .glyphicon-film:before {
254
+ content: "\e009";
255
  }
256
  .glyphicon-th-large:before {
257
+ content: "\e010";
258
  }
259
  .glyphicon-th:before {
260
+ content: "\e011";
261
  }
262
  .glyphicon-th-list:before {
263
+ content: "\e012";
264
  }
265
  .glyphicon-ok:before {
266
+ content: "\e013";
267
  }
268
  .glyphicon-remove:before {
269
+ content: "\e014";
270
  }
271
  .glyphicon-zoom-in:before {
272
+ content: "\e015";
273
  }
274
  .glyphicon-zoom-out:before {
275
+ content: "\e016";
276
  }
277
  .glyphicon-off:before {
278
+ content: "\e017";
279
  }
280
  .glyphicon-signal:before {
281
+ content: "\e018";
282
  }
283
  .glyphicon-cog:before {
284
+ content: "\e019";
285
  }
286
  .glyphicon-trash:before {
287
+ content: "\e020";
288
  }
289
  .glyphicon-home:before {
290
+ content: "\e021";
291
  }
292
  .glyphicon-file:before {
293
+ content: "\e022";
294
  }
295
  .glyphicon-time:before {
296
+ content: "\e023";
297
  }
298
  .glyphicon-road:before {
299
+ content: "\e024";
300
  }
301
  .glyphicon-download-alt:before {
302
+ content: "\e025";
303
  }
304
  .glyphicon-download:before {
305
+ content: "\e026";
306
  }
307
  .glyphicon-upload:before {
308
+ content: "\e027";
309
  }
310
  .glyphicon-inbox:before {
311
+ content: "\e028";
312
  }
313
  .glyphicon-play-circle:before {
314
+ content: "\e029";
315
  }
316
  .glyphicon-repeat:before {
317
+ content: "\e030";
318
  }
319
  .glyphicon-refresh:before {
320
+ content: "\e031";
321
  }
322
  .glyphicon-list-alt:before {
323
+ content: "\e032";
324
  }
325
  .glyphicon-lock:before {
326
+ content: "\e033";
327
  }
328
  .glyphicon-flag:before {
329
+ content: "\e034";
330
  }
331
  .glyphicon-headphones:before {
332
+ content: "\e035";
333
  }
334
  .glyphicon-volume-off:before {
335
+ content: "\e036";
336
  }
337
  .glyphicon-volume-down:before {
338
+ content: "\e037";
339
  }
340
  .glyphicon-volume-up:before {
341
+ content: "\e038";
342
  }
343
  .glyphicon-qrcode:before {
344
+ content: "\e039";
345
  }
346
  .glyphicon-barcode:before {
347
+ content: "\e040";
348
  }
349
  .glyphicon-tag:before {
350
+ content: "\e041";
351
  }
352
  .glyphicon-tags:before {
353
+ content: "\e042";
354
  }
355
  .glyphicon-book:before {
356
+ content: "\e043";
357
  }
358
  .glyphicon-bookmark:before {
359
+ content: "\e044";
360
  }
361
  .glyphicon-print:before {
362
+ content: "\e045";
363
  }
364
  .glyphicon-camera:before {
365
+ content: "\e046";
366
  }
367
  .glyphicon-font:before {
368
+ content: "\e047";
369
  }
370
  .glyphicon-bold:before {
371
+ content: "\e048";
372
  }
373
  .glyphicon-italic:before {
374
+ content: "\e049";
375
  }
376
  .glyphicon-text-height:before {
377
+ content: "\e050";
378
  }
379
  .glyphicon-text-width:before {
380
+ content: "\e051";
381
  }
382
  .glyphicon-align-left:before {
383
+ content: "\e052";
384
  }
385
  .glyphicon-align-center:before {
386
+ content: "\e053";
387
  }
388
  .glyphicon-align-right:before {
389
+ content: "\e054";
390
  }
391
  .glyphicon-align-justify:before {
392
+ content: "\e055";
393
  }
394
  .glyphicon-list:before {
395
+ content: "\e056";
396
  }
397
  .glyphicon-indent-left:before {
398
+ content: "\e057";
399
  }
400
  .glyphicon-indent-right:before {
401
+ content: "\e058";
402
  }
403
  .glyphicon-facetime-video:before {
404
+ content: "\e059";
405
  }
406
  .glyphicon-picture:before {
407
+ content: "\e060";
408
  }
409
  .glyphicon-map-marker:before {
410
+ content: "\e062";
411
  }
412
  .glyphicon-adjust:before {
413
+ content: "\e063";
414
  }
415
  .glyphicon-tint:before {
416
+ content: "\e064";
417
  }
418
  .glyphicon-edit:before {
419
+ content: "\e065";
420
  }
421
  .glyphicon-share:before {
422
+ content: "\e066";
423
  }
424
  .glyphicon-check:before {
425
+ content: "\e067";
426
  }
427
  .glyphicon-move:before {
428
+ content: "\e068";
429
  }
430
  .glyphicon-step-backward:before {
431
+ content: "\e069";
432
  }
433
  .glyphicon-fast-backward:before {
434
+ content: "\e070";
435
  }
436
  .glyphicon-backward:before {
437
+ content: "\e071";
438
  }
439
  .glyphicon-play:before {
440
+ content: "\e072";
441
  }
442
  .glyphicon-pause:before {
443
+ content: "\e073";
444
  }
445
  .glyphicon-stop:before {
446
+ content: "\e074";
447
  }
448
  .glyphicon-forward:before {
449
+ content: "\e075";
450
  }
451
  .glyphicon-fast-forward:before {
452
+ content: "\e076";
453
  }
454
  .glyphicon-step-forward:before {
455
+ content: "\e077";
456
  }
457
  .glyphicon-eject:before {
458
+ content: "\e078";
459
  }
460
  .glyphicon-chevron-left:before {
461
+ content: "\e079";
462
  }
463
  .glyphicon-chevron-right:before {
464
+ content: "\e080";
465
  }
466
  .glyphicon-plus-sign:before {
467
+ content: "\e081";
468
  }
469
  .glyphicon-minus-sign:before {
470
+ content: "\e082";
471
  }
472
  .glyphicon-remove-sign:before {
473
+ content: "\e083";
474
  }
475
  .glyphicon-ok-sign:before {
476
+ content: "\e084";
477
  }
478
  .glyphicon-question-sign:before {
479
+ content: "\e085";
480
  }
481
  .glyphicon-info-sign:before {
482
+ content: "\e086";
483
  }
484
  .glyphicon-screenshot:before {
485
+ content: "\e087";
486
  }
487
  .glyphicon-remove-circle:before {
488
+ content: "\e088";
489
  }
490
  .glyphicon-ok-circle:before {
491
+ content: "\e089";
492
  }
493
  .glyphicon-ban-circle:before {
494
+ content: "\e090";
495
  }
496
  .glyphicon-arrow-left:before {
497
+ content: "\e091";
498
  }
499
  .glyphicon-arrow-right:before {
500
+ content: "\e092";
501
  }
502
  .glyphicon-arrow-up:before {
503
+ content: "\e093";
504
  }
505
  .glyphicon-arrow-down:before {
506
+ content: "\e094";
507
  }
508
  .glyphicon-share-alt:before {
509
+ content: "\e095";
510
  }
511
  .glyphicon-resize-full:before {
512
+ content: "\e096";
513
  }
514
  .glyphicon-resize-small:before {
515
+ content: "\e097";
516
  }
517
  .glyphicon-exclamation-sign:before {
518
+ content: "\e101";
519
  }
520
  .glyphicon-gift:before {
521
+ content: "\e102";
522
  }
523
  .glyphicon-leaf:before {
524
+ content: "\e103";
525
  }
526
  .glyphicon-fire:before {
527
+ content: "\e104";
528
  }
529
  .glyphicon-eye-open:before {
530
+ content: "\e105";
531
  }
532
  .glyphicon-eye-close:before {
533
+ content: "\e106";
534
  }
535
  .glyphicon-warning-sign:before {
536
+ content: "\e107";
537
  }
538
  .glyphicon-plane:before {
539
+ content: "\e108";
540
  }
541
  .glyphicon-calendar:before {
542
+ content: "\e109";
543
  }
544
  .glyphicon-random:before {
545
+ content: "\e110";
546
  }
547
  .glyphicon-comment:before {
548
+ content: "\e111";
549
  }
550
  .glyphicon-magnet:before {
551
+ content: "\e112";
552
  }
553
  .glyphicon-chevron-up:before {
554
+ content: "\e113";
555
  }
556
  .glyphicon-chevron-down:before {
557
+ content: "\e114";
558
  }
559
  .glyphicon-retweet:before {
560
+ content: "\e115";
561
  }
562
  .glyphicon-shopping-cart:before {
563
+ content: "\e116";
564
  }
565
  .glyphicon-folder-close:before {
566
+ content: "\e117";
567
  }
568
  .glyphicon-folder-open:before {
569
+ content: "\e118";
570
  }
571
  .glyphicon-resize-vertical:before {
572
+ content: "\e119";
573
  }
574
  .glyphicon-resize-horizontal:before {
575
+ content: "\e120";
576
  }
577
  .glyphicon-hdd:before {
578
+ content: "\e121";
579
  }
580
  .glyphicon-bullhorn:before {
581
+ content: "\e122";
582
  }
583
  .glyphicon-bell:before {
584
+ content: "\e123";
585
  }
586
  .glyphicon-certificate:before {
587
+ content: "\e124";
588
  }
589
  .glyphicon-thumbs-up:before {
590
+ content: "\e125";
591
  }
592
  .glyphicon-thumbs-down:before {
593
+ content: "\e126";
594
  }
595
  .glyphicon-hand-right:before {
596
+ content: "\e127";
597
  }
598
  .glyphicon-hand-left:before {
599
+ content: "\e128";
600
  }
601
  .glyphicon-hand-up:before {
602
+ content: "\e129";
603
  }
604
  .glyphicon-hand-down:before {
605
+ content: "\e130";
606
  }
607
  .glyphicon-circle-arrow-right:before {
608
+ content: "\e131";
609
  }
610
  .glyphicon-circle-arrow-left:before {
611
+ content: "\e132";
612
  }
613
  .glyphicon-circle-arrow-up:before {
614
+ content: "\e133";
615
  }
616
  .glyphicon-circle-arrow-down:before {
617
+ content: "\e134";
618
  }
619
  .glyphicon-globe:before {
620
+ content: "\e135";
621
  }
622
  .glyphicon-wrench:before {
623
+ content: "\e136";
624
  }
625
  .glyphicon-tasks:before {
626
+ content: "\e137";
627
  }
628
  .glyphicon-filter:before {
629
+ content: "\e138";
630
  }
631
  .glyphicon-briefcase:before {
632
+ content: "\e139";
633
  }
634
  .glyphicon-fullscreen:before {
635
+ content: "\e140";
636
  }
637
  .glyphicon-dashboard:before {
638
+ content: "\e141";
639
  }
640
  .glyphicon-paperclip:before {
641
+ content: "\e142";
642
  }
643
  .glyphicon-heart-empty:before {
644
+ content: "\e143";
645
  }
646
  .glyphicon-link:before {
647
+ content: "\e144";
648
  }
649
  .glyphicon-phone:before {
650
+ content: "\e145";
651
  }
652
  .glyphicon-pushpin:before {
653
+ content: "\e146";
654
  }
655
  .glyphicon-usd:before {
656
+ content: "\e148";
657
  }
658
  .glyphicon-gbp:before {
659
+ content: "\e149";
660
  }
661
  .glyphicon-sort:before {
662
+ content: "\e150";
663
  }
664
  .glyphicon-sort-by-alphabet:before {
665
+ content: "\e151";
666
  }
667
  .glyphicon-sort-by-alphabet-alt:before {
668
+ content: "\e152";
669
  }
670
  .glyphicon-sort-by-order:before {
671
+ content: "\e153";
672
  }
673
  .glyphicon-sort-by-order-alt:before {
674
+ content: "\e154";
675
  }
676
  .glyphicon-sort-by-attributes:before {
677
+ content: "\e155";
678
  }
679
  .glyphicon-sort-by-attributes-alt:before {
680
+ content: "\e156";
681
  }
682
  .glyphicon-unchecked:before {
683
+ content: "\e157";
684
  }
685
  .glyphicon-expand:before {
686
+ content: "\e158";
687
  }
688
  .glyphicon-collapse-down:before {
689
+ content: "\e159";
690
  }
691
  .glyphicon-collapse-up:before {
692
+ content: "\e160";
693
  }
694
  .glyphicon-log-in:before {
695
+ content: "\e161";
696
  }
697
  .glyphicon-flash:before {
698
+ content: "\e162";
699
  }
700
  .glyphicon-log-out:before {
701
+ content: "\e163";
702
  }
703
  .glyphicon-new-window:before {
704
+ content: "\e164";
705
  }
706
  .glyphicon-record:before {
707
+ content: "\e165";
708
  }
709
  .glyphicon-save:before {
710
+ content: "\e166";
711
  }
712
  .glyphicon-open:before {
713
+ content: "\e167";
714
  }
715
  .glyphicon-saved:before {
716
+ content: "\e168";
717
  }
718
  .glyphicon-import:before {
719
+ content: "\e169";
720
  }
721
  .glyphicon-export:before {
722
+ content: "\e170";
723
  }
724
  .glyphicon-send:before {
725
+ content: "\e171";
726
  }
727
  .glyphicon-floppy-disk:before {
728
+ content: "\e172";
729
  }
730
  .glyphicon-floppy-saved:before {
731
+ content: "\e173";
732
  }
733
  .glyphicon-floppy-remove:before {
734
+ content: "\e174";
735
  }
736
  .glyphicon-floppy-save:before {
737
+ content: "\e175";
738
  }
739
  .glyphicon-floppy-open:before {
740
+ content: "\e176";
741
  }
742
  .glyphicon-credit-card:before {
743
+ content: "\e177";
744
  }
745
  .glyphicon-transfer:before {
746
+ content: "\e178";
747
  }
748
  .glyphicon-cutlery:before {
749
+ content: "\e179";
750
  }
751
  .glyphicon-header:before {
752
+ content: "\e180";
753
  }
754
  .glyphicon-compressed:before {
755
+ content: "\e181";
756
  }
757
  .glyphicon-earphone:before {
758
+ content: "\e182";
759
  }
760
  .glyphicon-phone-alt:before {
761
+ content: "\e183";
762
  }
763
  .glyphicon-tower:before {
764
+ content: "\e184";
765
  }
766
  .glyphicon-stats:before {
767
+ content: "\e185";
768
  }
769
  .glyphicon-sd-video:before {
770
+ content: "\e186";
771
  }
772
  .glyphicon-hd-video:before {
773
+ content: "\e187";
774
  }
775
  .glyphicon-subtitles:before {
776
+ content: "\e188";
777
  }
778
  .glyphicon-sound-stereo:before {
779
+ content: "\e189";
780
  }
781
  .glyphicon-sound-dolby:before {
782
+ content: "\e190";
783
  }
784
  .glyphicon-sound-5-1:before {
785
+ content: "\e191";
786
  }
787
  .glyphicon-sound-6-1:before {
788
+ content: "\e192";
789
  }
790
  .glyphicon-sound-7-1:before {
791
+ content: "\e193";
792
  }
793
  .glyphicon-copyright-mark:before {
794
+ content: "\e194";
795
  }
796
  .glyphicon-registration-mark:before {
797
+ content: "\e195";
798
  }
799
  .glyphicon-cloud-download:before {
800
+ content: "\e197";
801
  }
802
  .glyphicon-cloud-upload:before {
803
+ content: "\e198";
804
  }
805
  .glyphicon-tree-conifer:before {
806
+ content: "\e199";
807
  }
808
  .glyphicon-tree-deciduous:before {
809
+ content: "\e200";
810
  }
811
  /* @Customizer-1 end */
812
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
813
  @media print {
814
+ *,
815
+ *:before,
816
+ *:after {
817
+ background: transparent !important;
818
+ color: #000 !important;
819
+ box-shadow: none !important;
820
+ text-shadow: none !important;
821
+ }
822
+ a,
823
+ a:visited {
824
+ text-decoration: underline;
825
+ }
826
+ a[href]:after {
827
+ content: " (" attr(href) ")";
828
+ }
829
+ abbr[title]:after {
830
+ content: " (" attr(title) ")";
831
+ }
832
+ a[href^="#"]:after,
833
+ a[href^="javascript:"]:after {
834
+ content: "";
835
+ }
836
+ pre,
837
+ blockquote {
838
+ border: 1px solid #999;
839
+ page-break-inside: avoid;
840
+ }
841
+ thead {
842
+ display: table-header-group;
843
+ }
844
+ tr,
845
+ img {
846
+ page-break-inside: avoid;
847
+ }
848
+ img {
849
+ max-width: 100% !important;
850
+ }
851
+ p,
852
+ h2,
853
+ h3 {
854
+ orphans: 3;
855
+ widows: 3;
856
+ }
857
+ h2,
858
+ h3 {
859
+ page-break-after: avoid;
860
+ }
861
+ select {
862
+ background: #fff !important;
863
+ }
864
+ .navbar {
865
+ display: none;
866
+ }
867
+ .btn > .caret,
868
+ .dropup > .btn > .caret {
869
+ border-top-color: #000 !important;
870
+ }
871
+ .label {
872
+ border: 1px solid #000;
873
+ }
874
+ .table {
875
+ border-collapse: collapse !important;
876
+ }
877
+ .table td,
878
+ .table th {
879
+ background-color: #fff !important;
880
+ }
881
+ .table-bordered th,
882
+ .table-bordered td {
883
+ border: 1px solid #ddd !important;
884
+ }
885
  }
886
  /*---
887
  * {
933
  }
934
  ---*/
935
  img {
936
+ vertical-align: middle;
937
  }
938
  .img-responsive {
939
+ display: block;
940
+ max-width: 100%;
941
+ height: auto;
942
  }
943
  .img-rounded {
944
+ border-radius: 6px;
945
  }
946
  .img-thumbnail {
947
+ padding: 4px;
948
+ line-height: 1.42857143;
949
+ background-color: #ffffff;
950
+ border: 1px solid #dddddd;
951
+ border-radius: 4px;
952
+ -webkit-transition: all 0.2s ease-in-out;
953
+ -o-transition: all 0.2s ease-in-out;
954
+ transition: all 0.2s ease-in-out;
955
+ display: inline-block;
956
+ max-width: 100%;
957
+ height: auto;
958
  }
959
  .img-circle {
960
+ border-radius: 50%;
961
  }
962
  hr {
963
+ margin-top: 20px;
964
+ margin-bottom: 20px;
965
+ border: 0;
966
+ border-top: 1px solid #eeeeee;
967
  }
968
  .sr-only {
969
+ position: absolute;
970
+ width: 1px;
971
+ height: 1px;
972
+ margin: -1px;
973
+ padding: 0;
974
+ overflow: hidden;
975
+ clip: rect(0, 0, 0, 0);
976
+ border: 0;
977
  }
978
  .sr-only-focusable:active,
979
  .sr-only-focusable:focus {
980
+ position: static;
981
+ width: auto;
982
+ height: auto;
983
+ margin: 0;
984
+ overflow: visible;
985
+ clip: auto;
986
  }
987
  /* @Customizer-2 start */
988
  .clearfix:before,
989
  .clearfix:after {
990
+ content: " ";
991
+ display: table;
992
  }
993
  .clearfix:after {
994
+ clear: both;
995
  }
996
  /* @Typography-minified (Alignment classes) */
997
  .text-left {
998
+ text-align: left;
999
  }
1000
  .text-right {
1001
+ text-align: right;
1002
  }
1003
  .text-center {
1004
+ text-align: center;
1005
  }
1006
  .text-justify {
1007
+ text-align: justify;
1008
  }
1009
  .text-nowrap {
1010
+ white-space: nowrap;
1011
  }
1012
  /* @Grid system-customized: Replace .container = .pt-cv-container (.container is not required) */
1013
  .pt-cv-container {
1014
+ margin-right: auto;
1015
+ margin-left: auto;
1016
+ padding-left: 15px;
1017
+ padding-right: 15px;
1018
  }
1019
  @media (min-width: 768px) {
1020
+ .pt-cv-container {
1021
+ width: 750px;
1022
+ }
1023
  }
1024
  @media (min-width: 992px) {
1025
+ .pt-cv-container {
1026
+ width: 970px;
1027
+ }
1028
  }
1029
  @media (min-width: 1200px) {
1030
+ .pt-cv-container {
1031
+ width: 1170px;
1032
+ }
1033
  }
1034
  .pt-cv-container-fluid {
1035
+ margin-right: auto;
1036
+ margin-left: auto;
1037
+ padding-left: 15px;
1038
+ padding-right: 15px;
1039
  }
1040
  .row {
1041
+ margin-left: -15px;
1042
+ margin-right: -15px;
1043
  }
1044
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
1045
+ position: relative;
1046
+ min-height: 1px;
1047
+ padding-left: 15px;
1048
+ padding-right: 15px;
1049
  }
1050
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
1051
+ float: left;
1052
  }
1053
  .col-xs-12 {
1054
+ width: 100%;
1055
  }
1056
  .col-xs-11 {
1057
+ width: 91.66666667%;
1058
  }
1059
  .col-xs-10 {
1060
+ width: 83.33333333%;
1061
  }
1062
  .col-xs-9 {
1063
+ width: 75%;
1064
  }
1065
  .col-xs-8 {
1066
+ width: 66.66666667%;
1067
  }
1068
  .col-xs-7 {
1069
+ width: 58.33333333%;
1070
  }
1071
  .col-xs-6 {
1072
+ width: 50%;
1073
  }
1074
  .col-xs-5 {
1075
+ width: 41.66666667%;
1076
  }
1077
  .col-xs-4 {
1078
+ width: 33.33333333%;
1079
  }
1080
  .col-xs-3 {
1081
+ width: 25%;
1082
  }
1083
  .col-xs-2 {
1084
+ width: 16.66666667%;
1085
  }
1086
  .col-xs-1 {
1087
+ width: 8.33333333%;
1088
  }
1089
  .col-xs-pull-12 {
1090
+ right: 100%;
1091
  }
1092
  .col-xs-pull-11 {
1093
+ right: 91.66666667%;
1094
  }
1095
  .col-xs-pull-10 {
1096
+ right: 83.33333333%;
1097
  }
1098
  .col-xs-pull-9 {
1099
+ right: 75%;
1100
  }
1101
  .col-xs-pull-8 {
1102
+ right: 66.66666667%;
1103
  }
1104
  .col-xs-pull-7 {
1105
+ right: 58.33333333%;
1106
  }
1107
  .col-xs-pull-6 {
1108
+ right: 50%;
1109
  }
1110
  .col-xs-pull-5 {
1111
+ right: 41.66666667%;
1112
  }
1113
  .col-xs-pull-4 {
1114
+ right: 33.33333333%;
1115
  }
1116
  .col-xs-pull-3 {
1117
+ right: 25%;
1118
  }
1119
  .col-xs-pull-2 {
1120
+ right: 16.66666667%;
1121
  }
1122
  .col-xs-pull-1 {
1123
+ right: 8.33333333%;
1124
  }
1125
  .col-xs-pull-0 {
1126
+ right: auto;
1127
  }
1128
  .col-xs-push-12 {
1129
+ left: 100%;
1130
  }
1131
  .col-xs-push-11 {
1132
+ left: 91.66666667%;
1133
  }
1134
  .col-xs-push-10 {
1135
+ left: 83.33333333%;
1136
  }
1137
  .col-xs-push-9 {
1138
+ left: 75%;
1139
  }
1140
  .col-xs-push-8 {
1141
+ left: 66.66666667%;
1142
  }
1143
  .col-xs-push-7 {
1144
+ left: 58.33333333%;
1145
  }
1146
  .col-xs-push-6 {
1147
+ left: 50%;
1148
  }
1149
  .col-xs-push-5 {
1150
+ left: 41.66666667%;
1151
  }
1152
  .col-xs-push-4 {
1153
+ left: 33.33333333%;
1154
  }
1155
  .col-xs-push-3 {
1156
+ left: 25%;
1157
  }
1158
  .col-xs-push-2 {
1159
+ left: 16.66666667%;
1160
  }
1161
  .col-xs-push-1 {
1162
+ left: 8.33333333%;
1163
  }
1164
  .col-xs-push-0 {
1165
+ left: auto;
1166
  }
1167
  .col-xs-offset-12 {
1168
+ margin-left: 100%;
1169
  }
1170
  .col-xs-offset-11 {
1171
+ margin-left: 91.66666667%;
1172
  }
1173
  .col-xs-offset-10 {
1174
+ margin-left: 83.33333333%;
1175
  }
1176
  .col-xs-offset-9 {
1177
+ margin-left: 75%;
1178
  }
1179
  .col-xs-offset-8 {
1180
+ margin-left: 66.66666667%;
1181
  }
1182
  .col-xs-offset-7 {
1183
+ margin-left: 58.33333333%;
1184
  }
1185
  .col-xs-offset-6 {
1186
+ margin-left: 50%;
1187
  }
1188
  .col-xs-offset-5 {
1189
+ margin-left: 41.66666667%;
1190
  }
1191
  .col-xs-offset-4 {
1192
+ margin-left: 33.33333333%;
1193
  }
1194
  .col-xs-offset-3 {
1195
+ margin-left: 25%;
1196
  }
1197
  .col-xs-offset-2 {
1198
+ margin-left: 16.66666667%;
1199
  }
1200
  .col-xs-offset-1 {
1201
+ margin-left: 8.33333333%;
1202
  }
1203
  .col-xs-offset-0 {
1204
+ margin-left: 0%;
1205
  }
1206
  @media (min-width: 768px) {
1207
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
1208
+ float: left;
1209
+ }
1210
+ .col-sm-12 {
1211
+ width: 100%;
1212
+ }
1213
+ .col-sm-11 {
1214
+ width: 91.66666667%;
1215
+ }
1216
+ .col-sm-10 {
1217
+ width: 83.33333333%;
1218
+ }
1219
+ .col-sm-9 {
1220
+ width: 75%;
1221
+ }
1222
+ .col-sm-8 {
1223
+ width: 66.66666667%;
1224
+ }
1225
+ .col-sm-7 {
1226
+ width: 58.33333333%;
1227
+ }
1228
+ .col-sm-6 {
1229
+ width: 50%;
1230
+ }
1231
+ .col-sm-5 {
1232
+ width: 41.66666667%;
1233
+ }
1234
+ .col-sm-4 {
1235
+ width: 33.33333333%;
1236
+ }
1237
+ .col-sm-3 {
1238
+ width: 25%;
1239
+ }
1240
+ .col-sm-2 {
1241
+ width: 16.66666667%;
1242
+ }
1243
+ .col-sm-1 {
1244
+ width: 8.33333333%;
1245
+ }
1246
+ .col-sm-pull-12 {
1247
+ right: 100%;
1248
+ }
1249
+ .col-sm-pull-11 {
1250
+ right: 91.66666667%;
1251
+ }
1252
+ .col-sm-pull-10 {
1253
+ right: 83.33333333%;
1254
+ }
1255
+ .col-sm-pull-9 {
1256
+ right: 75%;
1257
+ }
1258
+ .col-sm-pull-8 {
1259
+ right: 66.66666667%;
1260
+ }
1261
+ .col-sm-pull-7 {
1262
+ right: 58.33333333%;
1263
+ }
1264
+ .col-sm-pull-6 {
1265
+ right: 50%;
1266
+ }
1267
+ .col-sm-pull-5 {
1268
+ right: 41.66666667%;
1269
+ }
1270
+ .col-sm-pull-4 {
1271
+ right: 33.33333333%;
1272
+ }
1273
+ .col-sm-pull-3 {
1274
+ right: 25%;
1275
+ }
1276
+ .col-sm-pull-2 {
1277
+ right: 16.66666667%;
1278
+ }
1279
+ .col-sm-pull-1 {
1280
+ right: 8.33333333%;
1281
+ }
1282
+ .col-sm-pull-0 {
1283
+ right: auto;
1284
+ }
1285
+ .col-sm-push-12 {
1286
+ left: 100%;
1287
+ }
1288
+ .col-sm-push-11 {
1289
+ left: 91.66666667%;
1290
+ }
1291
+ .col-sm-push-10 {
1292
+ left: 83.33333333%;
1293
+ }
1294
+ .col-sm-push-9 {
1295
+ left: 75%;
1296
+ }
1297
+ .col-sm-push-8 {
1298
+ left: 66.66666667%;
1299
+ }
1300
+ .col-sm-push-7 {
1301
+ left: 58.33333333%;
1302
+ }
1303
+ .col-sm-push-6 {
1304
+ left: 50%;
1305
+ }
1306
+ .col-sm-push-5 {
1307
+ left: 41.66666667%;
1308
+ }
1309
+ .col-sm-push-4 {
1310
+ left: 33.33333333%;
1311
+ }
1312
+ .col-sm-push-3 {
1313
+ left: 25%;
1314
+ }
1315
+ .col-sm-push-2 {
1316
+ left: 16.66666667%;
1317
+ }
1318
+ .col-sm-push-1 {
1319
+ left: 8.33333333%;
1320
+ }
1321
+ .col-sm-push-0 {
1322
+ left: auto;
1323
+ }
1324
+ .col-sm-offset-12 {
1325
+ margin-left: 100%;
1326
+ }
1327
+ .col-sm-offset-11 {
1328
+ margin-left: 91.66666667%;
1329
+ }
1330
+ .col-sm-offset-10 {
1331
+ margin-left: 83.33333333%;
1332
+ }
1333
+ .col-sm-offset-9 {
1334
+ margin-left: 75%;
1335
+ }
1336
+ .col-sm-offset-8 {
1337
+ margin-left: 66.66666667%;
1338
+ }
1339
+ .col-sm-offset-7 {
1340
+ margin-left: 58.33333333%;
1341
+ }
1342
+ .col-sm-offset-6 {
1343
+ margin-left: 50%;
1344
+ }
1345
+ .col-sm-offset-5 {
1346
+ margin-left: 41.66666667%;
1347
+ }
1348
+ .col-sm-offset-4 {
1349
+ margin-left: 33.33333333%;
1350
+ }
1351
+ .col-sm-offset-3 {
1352
+ margin-left: 25%;
1353
+ }
1354
+ .col-sm-offset-2 {
1355
+ margin-left: 16.66666667%;
1356
+ }
1357
+ .col-sm-offset-1 {
1358
+ margin-left: 8.33333333%;
1359
+ }
1360
+ .col-sm-offset-0 {
1361
+ margin-left: 0%;
1362
+ }
1363
  }
1364
  @media (min-width: 992px) {
1365
+ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
1366
+ float: left;
1367
+ }
1368
+ .col-md-12 {
1369
+ width: 100%;
1370
+ }
1371
+ .col-md-11 {
1372
+ width: 91.66666667%;
1373
+ }
1374
+ .col-md-10 {
1375
+ width: 83.33333333%;
1376
+ }
1377
+ .col-md-9 {
1378
+ width: 75%;
1379
+ }
1380
+ .col-md-8 {
1381
+ width: 66.66666667%;
1382
+ }
1383
+ .col-md-7 {
1384
+ width: 58.33333333%;
1385
+ }
1386
+ .col-md-6 {
1387
+ width: 50%;
1388
+ }
1389
+ .col-md-5 {
1390
+ width: 41.66666667%;
1391
+ }
1392
+ .col-md-4 {
1393
+ width: 33.33333333%;
1394
+ }
1395
+ .col-md-3 {
1396
+ width: 25%;
1397
+ }
1398
+ .col-md-2 {
1399
+ width: 16.66666667%;
1400
+ }
1401
+ .col-md-1 {
1402
+ width: 8.33333333%;
1403
+ }
1404
+ .col-md-pull-12 {
1405
+ right: 100%;
1406
+ }
1407
+ .col-md-pull-11 {
1408
+ right: 91.66666667%;
1409
+ }
1410
+ .col-md-pull-10 {
1411
+ right: 83.33333333%;
1412
+ }
1413
+ .col-md-pull-9 {
1414
+ right: 75%;
1415
+ }
1416
+ .col-md-pull-8 {
1417
+ right: 66.66666667%;
1418
+ }
1419
+ .col-md-pull-7 {
1420
+ right: 58.33333333%;
1421
+ }
1422
+ .col-md-pull-6 {
1423
+ right: 50%;
1424
+ }
1425
+ .col-md-pull-5 {
1426
+ right: 41.66666667%;
1427
+ }
1428
+ .col-md-pull-4 {
1429
+ right: 33.33333333%;
1430
+ }
1431
+ .col-md-pull-3 {
1432
+ right: 25%;
1433
+ }
1434
+ .col-md-pull-2 {
1435
+ right: 16.66666667%;
1436
+ }
1437
+ .col-md-pull-1 {
1438
+ right: 8.33333333%;
1439
+ }
1440
+ .col-md-pull-0 {
1441
+ right: auto;
1442
+ }
1443
+ .col-md-push-12 {
1444
+ left: 100%;
1445
+ }
1446
+ .col-md-push-11 {
1447
+ left: 91.66666667%;
1448
+ }
1449
+ .col-md-push-10 {
1450
+ left: 83.33333333%;
1451
+ }
1452
+ .col-md-push-9 {
1453
+ left: 75%;
1454
+ }
1455
+ .col-md-push-8 {
1456
+ left: 66.66666667%;
1457
+ }
1458
+ .col-md-push-7 {
1459
+ left: 58.33333333%;
1460
+ }
1461
+ .col-md-push-6 {
1462
+ left: 50%;
1463
+ }
1464
+ .col-md-push-5 {
1465
+ left: 41.66666667%;
1466
+ }
1467
+ .col-md-push-4 {
1468
+ left: 33.33333333%;
1469
+ }
1470
+ .col-md-push-3 {
1471
+ left: 25%;
1472
+ }
1473
+ .col-md-push-2 {
1474
+ left: 16.66666667%;
1475
+ }
1476
+ .col-md-push-1 {
1477
+ left: 8.33333333%;
1478
+ }
1479
+ .col-md-push-0 {
1480
+ left: auto;
1481
+ }
1482
+ .col-md-offset-12 {
1483
+ margin-left: 100%;
1484
+ }
1485
+ .col-md-offset-11 {
1486
+ margin-left: 91.66666667%;
1487
+ }
1488
+ .col-md-offset-10 {
1489
+ margin-left: 83.33333333%;
1490
+ }
1491
+ .col-md-offset-9 {
1492
+ margin-left: 75%;
1493
+ }
1494
+ .col-md-offset-8 {
1495
+ margin-left: 66.66666667%;
1496
+ }
1497
+ .col-md-offset-7 {
1498
+ margin-left: 58.33333333%;
1499
+ }
1500
+ .col-md-offset-6 {
1501
+ margin-left: 50%;
1502
+ }
1503
+ .col-md-offset-5 {
1504
+ margin-left: 41.66666667%;
1505
+ }
1506
+ .col-md-offset-4 {
1507
+ margin-left: 33.33333333%;
1508
+ }
1509
+ .col-md-offset-3 {
1510
+ margin-left: 25%;
1511
+ }
1512
+ .col-md-offset-2 {
1513
+ margin-left: 16.66666667%;
1514
+ }
1515
+ .col-md-offset-1 {
1516
+ margin-left: 8.33333333%;
1517
+ }
1518
+ .col-md-offset-0 {
1519
+ margin-left: 0%;
1520
+ }
1521
  }
1522
  @media (min-width: 1200px) {
1523
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
1524
+ float: left;
1525
+ }
1526
+ .col-lg-12 {
1527
+ width: 100%;
1528
+ }
1529
+ .col-lg-11 {
1530
+ width: 91.66666667%;
1531
+ }
1532
+ .col-lg-10 {
1533
+ width: 83.33333333%;
1534
+ }
1535
+ .col-lg-9 {
1536
+ width: 75%;
1537
+ }
1538
+ .col-lg-8 {
1539
+ width: 66.66666667%;
1540
+ }
1541
+ .col-lg-7 {
1542
+ width: 58.33333333%;
1543
+ }
1544
+ .col-lg-6 {
1545
+ width: 50%;
1546
+ }
1547
+ .col-lg-5 {
1548
+ width: 41.66666667%;
1549
+ }
1550
+ .col-lg-4 {
1551
+ width: 33.33333333%;
1552
+ }
1553
+ .col-lg-3 {
1554
+ width: 25%;
1555
+ }
1556
+ .col-lg-2 {
1557
+ width: 16.66666667%;
1558
+ }
1559
+ .col-lg-1 {
1560
+ width: 8.33333333%;
1561
+ }
1562
+ .col-lg-pull-12 {
1563
+ right: 100%;
1564
+ }
1565
+ .col-lg-pull-11 {
1566
+ right: 91.66666667%;
1567
+ }
1568
+ .col-lg-pull-10 {
1569
+ right: 83.33333333%;
1570
+ }
1571
+ .col-lg-pull-9 {
1572
+ right: 75%;
1573
+ }
1574
+ .col-lg-pull-8 {
1575
+ right: 66.66666667%;
1576
+ }
1577
+ .col-lg-pull-7 {
1578
+ right: 58.33333333%;
1579
+ }
1580
+ .col-lg-pull-6 {
1581
+ right: 50%;
1582
+ }
1583
+ .col-lg-pull-5 {
1584
+ right: 41.66666667%;
1585
+ }
1586
+ .col-lg-pull-4 {
1587
+ right: 33.33333333%;
1588
+ }
1589
+ .col-lg-pull-3 {
1590
+ right: 25%;
1591
+ }
1592
+ .col-lg-pull-2 {
1593
+ right: 16.66666667%;
1594
+ }
1595
+ .col-lg-pull-1 {
1596
+ right: 8.33333333%;
1597
+ }
1598
+ .col-lg-pull-0 {
1599
+ right: auto;
1600
+ }
1601
+ .col-lg-push-12 {
1602
+ left: 100%;
1603
+ }
1604
+ .col-lg-push-11 {
1605
+ left: 91.66666667%;
1606
+ }
1607
+ .col-lg-push-10 {
1608
+ left: 83.33333333%;
1609
+ }
1610
+ .col-lg-push-9 {
1611
+ left: 75%;
1612
+ }
1613
+ .col-lg-push-8 {
1614
+ left: 66.66666667%;
1615
+ }
1616
+ .col-lg-push-7 {
1617
+ left: 58.33333333%;
1618
+ }
1619
+ .col-lg-push-6 {
1620
+ left: 50%;
1621
+ }
1622
+ .col-lg-push-5 {
1623
+ left: 41.66666667%;
1624
+ }
1625
+ .col-lg-push-4 {
1626
+ left: 33.33333333%;
1627
+ }
1628
+ .col-lg-push-3 {
1629
+ left: 25%;
1630
+ }
1631
+ .col-lg-push-2 {
1632
+ left: 16.66666667%;
1633
+ }
1634
+ .col-lg-push-1 {
1635
+ left: 8.33333333%;
1636
+ }
1637
+ .col-lg-push-0 {
1638
+ left: auto;
1639
+ }
1640
+ .col-lg-offset-12 {
1641
+ margin-left: 100%;
1642
+ }
1643
+ .col-lg-offset-11 {
1644
+ margin-left: 91.66666667%;
1645
+ }
1646
+ .col-lg-offset-10 {
1647
+ margin-left: 83.33333333%;
1648
+ }
1649
+ .col-lg-offset-9 {
1650
+ margin-left: 75%;
1651
+ }
1652
+ .col-lg-offset-8 {
1653
+ margin-left: 66.66666667%;
1654
+ }
1655
+ .col-lg-offset-7 {
1656
+ margin-left: 58.33333333%;
1657
+ }
1658
+ .col-lg-offset-6 {
1659
+ margin-left: 50%;
1660
+ }
1661
+ .col-lg-offset-5 {
1662
+ margin-left: 41.66666667%;
1663
+ }
1664
+ .col-lg-offset-4 {
1665
+ margin-left: 33.33333333%;
1666
+ }
1667
+ .col-lg-offset-3 {
1668
+ margin-left: 25%;
1669
+ }
1670
+ .col-lg-offset-2 {
1671
+ margin-left: 16.66666667%;
1672
+ }
1673
+ .col-lg-offset-1 {
1674
+ margin-left: 8.33333333%;
1675
+ }
1676
+ .col-lg-offset-0 {
1677
+ margin-left: 0%;
1678
+ }
1679
  }
1680
  .clearfix:before,
1681
  .clearfix:after,
1685
  .pt-cv-container-fluid:after,
1686
  .row:before,
1687
  .row:after {
1688
+ content: " ";
1689
+ display: table;
1690
  }
1691
  .clearfix:after,
1692
  .pt-cv-container:after,
1693
  .pt-cv-container-fluid:after,
1694
  .row:after {
1695
+ clear: both;
1696
  }
1697
  /* @Buttons-minified */
1698
  .btn {
1699
+ display: inline-block;
1700
+ margin-bottom: 0;
1701
+ font-weight: normal;
1702
+ text-align: center;
1703
+ vertical-align: middle;
1704
+ touch-action: manipulation;
1705
+ cursor: pointer;
1706
+ background-image: none;
1707
+ border: 1px solid transparent;
1708
+ white-space: nowrap;
1709
+ padding: 6px 12px;
1710
+ font-size: 14px;
1711
+ line-height: 1.42857143;
1712
+ border-radius: 4px;
1713
+ -webkit-user-select: none;
1714
+ -moz-user-select: none;
1715
+ -ms-user-select: none;
1716
+ user-select: none;
1717
  }
1718
  .btn:focus,
1719
  .btn:active:focus,
1721
  .btn.focus,
1722
  .btn:active.focus,
1723
  .btn.active.focus {
1724
+ outline: thin dotted;
1725
+ outline: 5px auto -webkit-focus-ring-color;
1726
+ outline-offset: -2px;
1727
  }
1728
  .btn:hover,
1729
  .btn:focus,
1730
  .btn.focus {
1731
+ color: #333333;
1732
+ text-decoration: none;
1733
  }
1734
  .btn:active,
1735
  .btn.active {
1736
+ outline: 0;
1737
+ background-image: none;
1738
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1739
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1740
  }
1741
  .btn.disabled,
1742
  .btn[disabled],
1743
  fieldset[disabled] .btn {
1744
+ cursor: not-allowed;
1745
+ pointer-events: none;
1746
+ opacity: 0.65;
1747
+ filter: alpha(opacity=65);
1748
+ -webkit-box-shadow: none;
1749
+ box-shadow: none;
1750
  }
1751
  /* + Button success */
1752
  .btn-success {
1753
+ color: #ffffff;
1754
+ background-color: #5cb85c;
1755
+ border-color: #4cae4c;
1756
  }
1757
  .btn-success:hover,
1758
  .btn-success:focus,
1760
  .btn-success:active,
1761
  .btn-success.active,
1762
  .open > .dropdown-toggle.btn-success {
1763
+ color: #ffffff;
1764
+ background-color: #449d44;
1765
+ border-color: #398439;
1766
  }
1767
  .btn-success:active,
1768
  .btn-success.active,
1769
  .open > .dropdown-toggle.btn-success {
1770
+ background-image: none;
1771
  }
1772
  /* + Button primary */
1773
  .btn-primary {
1774
+ color: #ffffff;
1775
+ background-color: #428bca;
1776
+ border-color: #357ebd;
1777
  }
1778
  .btn-primary:hover,
1779
  .btn-primary:focus,
1781
  .btn-primary:active,
1782
  .btn-primary.active,
1783
  .open > .dropdown-toggle.btn-primary {
1784
+ color: #ffffff;
1785
+ background-color: #3071a9;
1786
+ border-color: #285e8e;
1787
  }
1788
  .btn-primary:active,
1789
  .btn-primary.active,
1790
  .open > .dropdown-toggle.btn-primary {
1791
+ background-image: none;
1792
  }
1793
  /* + Button small */
1794
  .btn-sm {
1795
+ padding: 5px 10px;
1796
+ font-size: 12px;
1797
+ line-height: 1.5;
1798
+ border-radius: 3px;
1799
  }
1800
  /* @Button groups-minified */
1801
  .btn-group,
1802
  .btn-group-vertical {
1803
+ position: relative;
1804
+ display: inline-block;
1805
+ vertical-align: middle;
1806
  }
1807
  .btn-group > .btn,
1808
  .btn-group-vertical > .btn {
1809
+ position: relative;
1810
+ float: left;
1811
  }
1812
  .btn-group > .btn:hover,
1813
  .btn-group-vertical > .btn:hover,
1817
  .btn-group-vertical > .btn:active,
1818
  .btn-group > .btn.active,
1819
  .btn-group-vertical > .btn.active {
1820
+ z-index: 2;
1821
  }
1822
  .btn-group > .btn:focus,
1823
  .btn-group-vertical > .btn:focus {
1824
+ outline: 0;
1825
  }
1826
  .btn-group .btn + .btn,
1827
  .btn-group .btn + .btn-group,
1828
  .btn-group .btn-group + .btn,
1829
  .btn-group .btn-group + .btn-group {
1830
+ margin-left: -1px;
1831
  }
1832
  .btn-toolbar {
1833
+ margin-left: -5px;
1834
  }
1835
  .btn-toolbar .btn-group,
1836
  .btn-toolbar .input-group {
1837
+ float: left;
1838
  }
1839
  .btn-toolbar > .btn,
1840
  .btn-toolbar > .btn-group,
1841
  .btn-toolbar > .input-group {
1842
+ margin-left: 5px;
1843
  }
1844
  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
1845
+ border-radius: 0;
1846
  }
1847
  .btn-group > .btn:first-child {
1848
+ margin-left: 0;
1849
  }
1850
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
1851
+ border-bottom-right-radius: 0;
1852
+ border-top-right-radius: 0;
1853
  }
1854
  .btn-group > .btn:last-child:not(:first-child),
1855
  .btn-group > .dropdown-toggle:not(:first-child) {
1856
+ border-bottom-left-radius: 0;
1857
+ border-top-left-radius: 0;
1858
  }
1859
  .btn-group > .btn-group {
1860
+ float: left;
1861
  }
1862
  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1863
+ border-radius: 0;
1864
  }
1865
  .btn-group > .btn-group:first-child > .btn:last-child,
1866
  .btn-group > .btn-group:first-child > .dropdown-toggle {
1867
+ border-bottom-right-radius: 0;
1868
+ border-top-right-radius: 0;
1869
  }
1870
  .btn-group > .btn-group:last-child > .btn:first-child {
1871
+ border-bottom-left-radius: 0;
1872
+ border-top-left-radius: 0;
1873
  }
1874
  .btn-group .dropdown-toggle:active,
1875
  .btn-group.open .dropdown-toggle {
1876
+ outline: 0;
1877
  }
1878
  .btn-group > .btn + .dropdown-toggle {
1879
+ padding-left: 8px;
1880
+ padding-right: 8px;
1881
  }
1882
  .btn-group > .btn-lg + .dropdown-toggle {
1883
+ padding-left: 12px;
1884
+ padding-right: 12px;
1885
  }
1886
  .btn-group.open .dropdown-toggle {
1887
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1888
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
1889
  }
1890
  .btn-group.open .dropdown-toggle.btn-link {
1891
+ -webkit-box-shadow: none;
1892
+ box-shadow: none;
1893
  }
1894
  .btn .caret {
1895
+ margin-left: 0;
1896
  }
1897
  .btn-lg .caret {
1898
+ border-width: 5px 5px 0;
1899
+ border-bottom-width: 0;
1900
  }
1901
  .dropup .btn-lg .caret {
1902
+ border-width: 0 5px 5px;
1903
  }
1904
  .btn-group-vertical > .btn,
1905
  .btn-group-vertical > .btn-group,
1906
  .btn-group-vertical > .btn-group > .btn {
1907
+ display: block;
1908
+ float: none;
1909
+ width: 100%;
1910
+ max-width: 100%;
1911
  }
1912
  .btn-group-vertical > .btn-group > .btn {
1913
+ float: none;
1914
  }
1915
  .btn-group-vertical > .btn + .btn,
1916
  .btn-group-vertical > .btn + .btn-group,
1917
  .btn-group-vertical > .btn-group + .btn,
1918
  .btn-group-vertical > .btn-group + .btn-group {
1919
+ margin-top: -1px;
1920
+ margin-left: 0;
1921
  }
1922
  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
1923
+ border-radius: 0;
1924
  }
1925
  .btn-group-vertical > .btn:first-child:not(:last-child) {
1926
+ border-top-right-radius: 4px;
1927
+ border-bottom-right-radius: 0;
1928
+ border-bottom-left-radius: 0;
1929
  }
1930
  .btn-group-vertical > .btn:last-child:not(:first-child) {
1931
+ border-bottom-left-radius: 4px;
1932
+ border-top-right-radius: 0;
1933
+ border-top-left-radius: 0;
1934
  }
1935
  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
1936
+ border-radius: 0;
1937
  }
1938
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
1939
  .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
1940
+ border-bottom-right-radius: 0;
1941
+ border-bottom-left-radius: 0;
1942
  }
1943
  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
1944
+ border-top-right-radius: 0;
1945
+ border-top-left-radius: 0;
1946
  }
1947
  .btn-group-justified {
1948
+ display: table;
1949
+ width: 100%;
1950
+ table-layout: fixed;
1951
+ border-collapse: separate;
1952
  }
1953
  .btn-group-justified > .btn,
1954
  .btn-group-justified > .btn-group {
1955
+ float: none;
1956
+ display: table-cell;
1957
+ width: 1%;
1958
  }
1959
  .btn-group-justified > .btn-group .btn {
1960
+ width: 100%;
1961
  }
1962
  .btn-group-justified > .btn-group .dropdown-menu {
1963
+ left: auto;
1964
  }
1965
  [data-toggle="buttons"] > .btn input[type="radio"],
1966
  [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
1967
  [data-toggle="buttons"] > .btn input[type="checkbox"],
1968
  [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
1969
+ position: absolute;
1970
+ clip: rect(0, 0, 0, 0);
1971
+ pointer-events: none;
1972
  }
1973
  .clearfix:before,
1974
  .clearfix:after,
1976
  .btn-toolbar:after,
1977
  .btn-group-vertical > .btn-group:before,
1978
  .btn-group-vertical > .btn-group:after {
1979
+ content: " ";
1980
+ display: table;
1981
  }
1982
  .clearfix:after,
1983
  .btn-toolbar:after,
1984
  .btn-group-vertical > .btn-group:after {
1985
+ clear: both;
1986
  }
1987
  /* @Navs-minified */
1988
  .nav {
1989
+ margin-bottom: 0;
1990
+ padding-left: 0;
1991
+ list-style: none;
1992
  }
1993
  .nav > li {
1994
+ position: relative;
1995
+ display: block;
1996
  }
1997
  .nav > li > a {
1998
+ position: relative;
1999
+ display: block;
2000
+ padding: 10px 15px;
2001
  }
2002
  .nav > li > a:hover,
2003
  .nav > li > a:focus {
2004
+ text-decoration: none;
2005
+ background-color: #eeeeee;
2006
  }
2007
  .nav > li.disabled > a {
2008
+ color: #777777;
2009
  }
2010
  .nav > li.disabled > a:hover,
2011
  .nav > li.disabled > a:focus {
2012
+ color: #777777;
2013
+ text-decoration: none;
2014
+ background-color: transparent;
2015
+ cursor: not-allowed;
2016
  }
2017
  .nav .open > a,
2018
  .nav .open > a:hover,
2019
  .nav .open > a:focus {
2020
+ background-color: #eeeeee;
2021
+ border-color: #428bca;
2022
  }
2023
  .nav .nav-divider {
2024
+ height: 1px;
2025
+ margin: 9px 0;
2026
+ overflow: hidden;
2027
+ background-color: #e5e5e5;
2028
  }
2029
  .nav > li > a > img {
2030
+ max-width: none;
2031
  }
2032
  .nav-tabs {
2033
+ border-bottom: 1px solid #dddddd;
2034
  }
2035
  .nav-tabs > li {
2036
+ float: left;
2037
+ margin-bottom: -1px;
2038
  }
2039
  .nav-tabs > li > a {
2040
+ margin-right: 2px;
2041
+ line-height: 1.42857143;
2042
+ border: 1px solid transparent;
2043
+ border-radius: 4px 4px 0 0;
2044
  }
2045
  .nav-tabs > li > a:hover {
2046
+ border-color: #eeeeee #eeeeee #dddddd;
2047
  }
2048
  .nav-tabs > li.active > a,
2049
  .nav-tabs > li.active > a:hover,
2050
  .nav-tabs > li.active > a:focus {
2051
+ color: #555555;
2052
+ background-color: #ffffff;
2053
+ border: 1px solid #dddddd;
2054
+ border-bottom-color: transparent;
2055
+ cursor: default;
2056
  }
2057
  .nav-tabs.nav-justified {
2058
+ width: 100%;
2059
+ border-bottom: 0;
2060
  }
2061
  .nav-tabs.nav-justified > li {
2062
+ float: none;
2063
  }
2064
  .nav-tabs.nav-justified > li > a {
2065
+ text-align: center;
2066
+ margin-bottom: 5px;
2067
  }
2068
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
2069
+ top: auto;
2070
+ left: auto;
2071
  }
2072
  @media (min-width: 768px) {
2073
+ .nav-tabs.nav-justified > li {
2074
+ display: table-cell;
2075
+ width: 1%;
2076
+ }
2077
+ .nav-tabs.nav-justified > li > a {
2078
+ margin-bottom: 0;
2079
+ }
2080
  }
2081
  .nav-tabs.nav-justified > li > a {
2082
+ margin-right: 0;
2083
+ border-radius: 4px;
2084
  }
2085
  .nav-tabs.nav-justified > .active > a,
2086
  .nav-tabs.nav-justified > .active > a:hover,
2087
  .nav-tabs.nav-justified > .active > a:focus {
2088
+ border: 1px solid #dddddd;
2089
  }
2090
  @media (min-width: 768px) {
2091
+ .nav-tabs.nav-justified > li > a {
2092
+ border-bottom: 1px solid #dddddd;
2093
+ border-radius: 4px 4px 0 0;
2094
+ }
2095
+ .nav-tabs.nav-justified > .active > a,
2096
+ .nav-tabs.nav-justified > .active > a:hover,
2097
+ .nav-tabs.nav-justified > .active > a:focus {
2098
+ border-bottom-color: #ffffff;
2099
+ }
2100
  }
2101
  /* + */
2102
  .nav-tabs:before, .nav-tabs:after {
2106
  }
2107
  /* + Tab-panel */
2108
  .tab-content > .tab-pane {
2109
+ display: none;
2110
+ visibility: hidden;
2111
  }
2112
  .tab-content > .active {
2113
+ display: block;
2114
+ visibility: visible;
2115
  }
2116
  /* @Pagination */
2117
  .pagination {
2118
+ display: inline-block;
2119
+ padding-left: 0;
2120
+ margin: 20px 0;
2121
+ border-radius: 4px;
2122
  }
2123
  .pagination > li {
2124
+ display: inline;
2125
  }
2126
  .pagination > li > a,
2127
  .pagination > li > span {
2128
+ position: relative;
2129
+ float: left;
2130
+ padding: 6px 12px;
2131
+ line-height: 1.42857143;
2132
+ text-decoration: none;
2133
+ color: #428bca;
2134
+ background-color: #ffffff;
2135
+ border: 1px solid #dddddd;
2136
+ margin-left: -1px;
2137
  }
2138
  .pagination > li:first-child > a,
2139
  .pagination > li:first-child > span {
2140
+ margin-left: 0;
2141
+ border-bottom-left-radius: 4px;
2142
+ border-top-left-radius: 4px;
2143
  }
2144
  .pagination > li:last-child > a,
2145
  .pagination > li:last-child > span {
2146
+ border-bottom-right-radius: 4px;
2147
+ border-top-right-radius: 4px;
2148
  }
2149
  .pagination > li > a:hover,
2150
  .pagination > li > span:hover,
2151
  .pagination > li > a:focus,
2152
  .pagination > li > span:focus {
2153
+ color: #2a6496;
2154
+ background-color: #eeeeee;
2155
+ border-color: #dddddd;
2156
  }
2157
  .pagination > .active > a,
2158
  .pagination > .active > span,
2160
  .pagination > .active > span:hover,
2161
  .pagination > .active > a:focus,
2162
  .pagination > .active > span:focus {
2163
+ z-index: 2;
2164
+ color: #ffffff;
2165
+ background-color: #428bca;
2166
+ border-color: #428bca;
2167
+ cursor: default;
2168
  }
2169
  .pagination > .disabled > span,
2170
  .pagination > .disabled > span:hover,
2172
  .pagination > .disabled > a,
2173
  .pagination > .disabled > a:hover,
2174
  .pagination > .disabled > a:focus {
2175
+ color: #777777;
2176
+ background-color: #ffffff;
2177
+ border-color: #dddddd;
2178
+ cursor: not-allowed;
2179
  }
2180
  .pagination-lg > li > a,
2181
  .pagination-lg > li > span {
2182
+ padding: 10px 16px;
2183
+ font-size: 18px;
2184
  }
2185
  .pagination-lg > li:first-child > a,
2186
  .pagination-lg > li:first-child > span {
2187
+ border-bottom-left-radius: 6px;
2188
+ border-top-left-radius: 6px;
2189
  }
2190
  .pagination-lg > li:last-child > a,
2191
  .pagination-lg > li:last-child > span {
2192
+ border-bottom-right-radius: 6px;
2193
+ border-top-right-radius: 6px;
2194
  }
2195
  .pagination-sm > li > a,
2196
  .pagination-sm > li > span {
2197
+ padding: 5px 10px;
2198
+ font-size: 12px;
2199
  }
2200
  .pagination-sm > li:first-child > a,
2201
  .pagination-sm > li:first-child > span {
2202
+ border-bottom-left-radius: 3px;
2203
+ border-top-left-radius: 3px;
2204
  }
2205
  .pagination-sm > li:last-child > a,
2206
  .pagination-sm > li:last-child > span {
2207
+ border-bottom-right-radius: 3px;
2208
+ border-top-right-radius: 3px;
2209
  }
2210
  /* @Thumbnails */
2211
  /* 242 */
2212
  .img-responsive,
2213
  .thumbnail > img,
2214
  .thumbnail a > img {
2215
+ display: block;
2216
+ max-width: 100%;
2217
+ height: auto;
2218
  }
2219
  .thumbnail {
2220
+ display: block;
2221
+ padding: 4px;
2222
+ margin-bottom: 20px;
2223
+ line-height: 1.42857143;
2224
+ background-color: #ffffff;
2225
+ border: 1px solid #dddddd;
2226
+ border-radius: 4px;
2227
+ -webkit-transition: border 0.2s ease-in-out;
2228
+ -o-transition: border 0.2s ease-in-out;
2229
+ transition: border 0.2s ease-in-out;
2230
  }
2231
  .thumbnail > img,
2232
  .thumbnail a > img {
2233
+ margin-left: auto;
2234
+ margin-right: auto;
2235
  }
2236
  a.thumbnail:hover,
2237
  a.thumbnail:focus,
2238
  a.thumbnail.active {
2239
+ border-color: #428bca;
2240
  }
2241
  .thumbnail .caption {
2242
+ padding: 9px;
2243
+ color: #333333;
2244
  }
2245
  /* @JavaScript components */
2246
  /* 242 */
2247
  .img-responsive,
2248
  .carousel-inner > .item > img,
2249
  .carousel-inner > .item > a > img {
2250
+ display: block;
2251
+ max-width: 100%;
2252
+ height: auto;
2253
  }
2254
  .fade {
2255
+ opacity: 0;
2256
+ -webkit-transition: opacity 0.15s linear;
2257
+ -o-transition: opacity 0.15s linear;
2258
+ transition: opacity 0.15s linear;
2259
  }
2260
  .fade.in {
2261
+ opacity: 1;
2262
  }
2263
  /*.collapse {
2264
  display: none;
2269
  visibility: visible;
2270
  }*/
2271
  tr.collapse.in {
2272
+ display: table-row;
2273
  }
2274
  tbody.collapse.in {
2275
+ display: table-row-group;
2276
  }
2277
  .collapsing {
2278
+ position: relative;
2279
+ height: 0;
2280
+ overflow: hidden;
2281
+ -webkit-transition-property: height, visibility;
2282
+ transition-property: height, visibility;
2283
+ -webkit-transition-duration: 0.35s;
2284
+ transition-duration: 0.35s;
2285
+ -webkit-transition-timing-function: ease;
2286
+ transition-timing-function: ease;
2287
  }
2288
  .caret {
2289
+ display: inline-block;
2290
+ width: 0;
2291
+ height: 0;
2292
+ margin-left: 2px;
2293
+ vertical-align: middle;
2294
+ border-top: 4px solid;
2295
+ border-right: 4px solid transparent;
2296
+ border-left: 4px solid transparent;
2297
  }
2298
  .dropdown {
2299
+ position: relative;
2300
  }
2301
  .dropdown-toggle:focus {
2302
+ outline: 0;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2303
  }
2304
+ /*.dropdown-menu css: move to plugin css*/
2305
  .dropdown-menu.pull-right {
2306
+ right: 0;
2307
+ left: auto;
2308
  }
2309
  .dropdown-menu .divider {
2310
+ height: 1px;
2311
+ margin: 9px 0;
2312
+ overflow: hidden;
2313
+ background-color: #e5e5e5;
2314
  }
2315
  .dropdown-menu > li > a {
2316
+ display: block;
2317
+ padding: 3px 20px;
2318
+ clear: both;
2319
+ font-weight: normal;
2320
+ line-height: 1.42857143;
2321
+ color: #333333;
2322
+ white-space: nowrap;
2323
  }
2324
  .dropdown-menu > li > a:hover,
2325
  .dropdown-menu > li > a:focus {
2326
+ text-decoration: none;
2327
+ color: #262626;
2328
+ background-color: #f5f5f5;
2329
  }
2330
  .dropdown-menu > .active > a,
2331
  .dropdown-menu > .active > a:hover,
2332
  .dropdown-menu > .active > a:focus {
2333
+ color: #ffffff;
2334
+ text-decoration: none;
2335
+ outline: 0;
2336
+ background-color: #428bca;
2337
  }
2338
  .dropdown-menu > .disabled > a,
2339
  .dropdown-menu > .disabled > a:hover,
2340
  .dropdown-menu > .disabled > a:focus {
2341
+ color: #777777;
2342
  }
2343
  .dropdown-menu > .disabled > a:hover,
2344
  .dropdown-menu > .disabled > a:focus {
2345
+ text-decoration: none;
2346
+ background-color: transparent;
2347
+ background-image: none;
2348
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2349
+ cursor: not-allowed;
2350
  }
2351
  .open > .dropdown-menu {
2352
+ display: block;
2353
  }
2354
  .open > a {
2355
+ outline: 0;
2356
  }
2357
  .dropdown-menu-right {
2358
+ left: auto;
2359
+ right: 0;
2360
  }
2361
  .dropdown-menu-left {
2362
+ left: 0;
2363
+ right: auto;
2364
  }
2365
  .dropdown-header {
2366
+ display: block;
2367
+ padding: 3px 20px;
2368
+ font-size: 12px;
2369
+ line-height: 1.42857143;
2370
+ color: #777777;
2371
+ white-space: nowrap;
2372
  }
2373
  .dropdown-backdrop {
2374
+ position: fixed;
2375
+ left: 0;
2376
+ right: 0;
2377
+ bottom: 0;
2378
+ top: 0;
2379
+ z-index: 990;
2380
  }
2381
  .pull-right > .dropdown-menu {
2382
+ right: 0;
2383
+ left: auto;
2384
  }
2385
  .dropup .caret,
2386
  .navbar-fixed-bottom .dropdown .caret {
2387
+ border-top: 0;
2388
+ border-bottom: 4px solid;
2389
+ content: "";
2390
  }
2391
  .dropup .dropdown-menu,
2392
  .navbar-fixed-bottom .dropdown .dropdown-menu {
2393
+ top: auto;
2394
+ bottom: 100%;
2395
+ margin-bottom: 1px;
2396
  }
2397
  @media (min-width: 768px) {
2398
+ .navbar-right .dropdown-menu {
2399
+ left: auto;
2400
+ right: 0;
2401
+ }
2402
+ .navbar-right .dropdown-menu-left {
2403
+ left: 0;
2404
+ right: auto;
2405
+ }
2406
  }
2407
  .modal-open {
2408
+ overflow: hidden;
2409
  }
2410
  .modal {
2411
+ display: none;
2412
+ overflow: hidden;
2413
+ position: fixed;
2414
+ top: 0;
2415
+ right: 0;
2416
+ bottom: 0;
2417
+ left: 0;
2418
+ z-index: 1040;
2419
+ -webkit-overflow-scrolling: touch;
2420
+ outline: 0;
2421
  }
2422
  .modal.fade .modal-dialog {
2423
+ -webkit-transform: translate(0, -25%);
2424
+ -ms-transform: translate(0, -25%);
2425
+ -o-transform: translate(0, -25%);
2426
+ transform: translate(0, -25%);
2427
+ -webkit-transition: -webkit-transform 0.3s ease-out;
2428
+ -moz-transition: -moz-transform 0.3s ease-out;
2429
+ -o-transition: -o-transform 0.3s ease-out;
2430
+ transition: transform 0.3s ease-out;
2431
  }
2432
  .modal.in .modal-dialog {
2433
+ -webkit-transform: translate(0, 0);
2434
+ -ms-transform: translate(0, 0);
2435
+ -o-transform: translate(0, 0);
2436
+ transform: translate(0, 0);
2437
  }
2438
  .modal-open .modal {
2439
+ overflow-x: hidden;
2440
+ overflow-y: auto;
2441
  }
2442
  .modal-dialog {
2443
+ position: relative;
2444
+ width: auto;
2445
+ margin: 10px;
2446
  }
2447
  .modal-content {
2448
+ position: relative;
2449
+ background-color: #ffffff;
2450
+ border: 1px solid #999999;
2451
+ border: 1px solid rgba(0, 0, 0, 0.2);
2452
+ border-radius: 6px;
2453
+ -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
2454
+ box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
2455
+ background-clip: padding-box;
2456
+ outline: 0;
2457
  }
2458
  .modal-backdrop {
2459
+ position: fixed;
2460
+ top: 0;
2461
+ right: 0;
2462
+ bottom: 0;
2463
+ left: 0;
2464
+ background-color: #000000;
2465
  }
2466
  .modal-backdrop.fade {
2467
+ opacity: 0;
2468
+ filter: alpha(opacity=0);
2469
  }
2470
  .modal-backdrop.in {
2471
+ opacity: 0.5;
2472
+ filter: alpha(opacity=50);
2473
  }
2474
  .modal-header {
2475
+ padding: 15px;
2476
+ border-bottom: 1px solid #e5e5e5;
2477
+ min-height: 16.42857143px;
2478
  }
2479
  .modal-header .close {
2480
+ margin-top: -2px;
2481
  }
2482
  .modal-title {
2483
+ margin: 0;
2484
+ line-height: 1.42857143;
2485
  }
2486
  .modal-body {
2487
+ position: relative;
2488
+ padding: 15px;
2489
  }
2490
  .modal-footer {
2491
+ padding: 15px;
2492
+ text-align: right;
2493
+ border-top: 1px solid #e5e5e5;
2494
  }
2495
  .modal-footer .btn + .btn {
2496
+ margin-left: 5px;
2497
+ margin-bottom: 0;
2498
  }
2499
  .modal-footer .btn-group .btn + .btn {
2500
+ margin-left: -1px;
2501
  }
2502
  .modal-footer .btn-block + .btn-block {
2503
+ margin-left: 0;
2504
  }
2505
  .modal-scrollbar-measure {
2506
+ position: absolute;
2507
+ top: -9999px;
2508
+ width: 50px;
2509
+ height: 50px;
2510
+ overflow: scroll;
2511
  }
2512
  @media (min-width: 768px) {
2513
+ .modal-dialog {
2514
+ width: 600px;
2515
+ margin: 30px auto;
2516
+ }
2517
+ .modal-content {
2518
+ -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
2519
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
2520
+ }
2521
+ .modal-sm {
2522
+ width: 300px;
2523
+ }
2524
  }
2525
  @media (min-width: 992px) {
2526
+ .modal-lg {
2527
+ width: 900px;
2528
+ }
2529
  }
2530
  /* - Tooltip */
2531
  /* - Popover */
2532
  .carousel {
2533
+ position: relative;
2534
  }
2535
  .carousel-inner {
2536
+ position: relative;
2537
+ overflow: hidden;
2538
+ width: 100%;
2539
  }
2540
  .carousel-inner > .item {
2541
+ display: none;
2542
+ position: relative;
2543
+ -webkit-transition: 0.6s ease-in-out left;
2544
+ -o-transition: 0.6s ease-in-out left;
2545
+ transition: 0.6s ease-in-out left;
2546
  }
2547
  .carousel-inner > .item > img,
2548
  .carousel-inner > .item > a > img {
2549
+ line-height: 1;
2550
  }
2551
  @media all and (transform-3d), (-webkit-transform-3d) {
2552
+ .carousel-inner > .item {
2553
+ transition: transform 0.6s ease-in-out;
2554
+ backface-visibility: hidden;
2555
+ perspective: 1000;
2556
+ }
2557
+ .carousel-inner > .item.next,
2558
+ .carousel-inner > .item.active.right {
2559
+ transform: translate3d(100%, 0, 0);
2560
+ left: 0;
2561
+ }
2562
+ .carousel-inner > .item.prev,
2563
+ .carousel-inner > .item.active.left {
2564
+ transform: translate3d(-100%, 0, 0);
2565
+ left: 0;
2566
+ }
2567
+ .carousel-inner > .item.next.left,
2568
+ .carousel-inner > .item.prev.right,
2569
+ .carousel-inner > .item.active {
2570
+ transform: translate3d(0, 0, 0);
2571
+ left: 0;
2572
+ }
2573
  }
2574
  .carousel-inner > .active,
2575
  .carousel-inner > .next,
2576
  .carousel-inner > .prev {
2577
+ display: block;
2578
  }
2579
  .carousel-inner > .active {
2580
+ left: 0;
2581
  }
2582
  .carousel-inner > .next,
2583
  .carousel-inner > .prev {
2584
+ position: absolute;
2585
+ top: 0;
2586
+ width: 100%;
2587
  }
2588
  .carousel-inner > .next {
2589
+ left: 100%;
2590
  }
2591
  .carousel-inner > .prev {
2592
+ left: -100%;
2593
  }
2594
  .carousel-inner > .next.left,
2595
  .carousel-inner > .prev.right {
2596
+ left: 0;
2597
  }
2598
  .carousel-inner > .active.left {
2599
+ left: -100%;
2600
  }
2601
  .carousel-inner > .active.right {
2602
+ left: 100%;
2603
  }
2604
  .carousel-control {
2605
+ position: absolute;
2606
+ top: 0;
2607
+ left: 0;
2608
+ bottom: 0;
2609
+ width: 15%;
2610
+ opacity: 0.5;
2611
+ filter: alpha(opacity=50);
2612
+ font-size: 20px;
2613
+ color: #ffffff;
2614
+ text-align: center;
2615
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
2616
  }
2617
  .carousel-control.left {
2618
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
2619
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
2620
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
2621
+ background-repeat: repeat-x;
2622
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
2623
  }
2624
  .carousel-control.right {
2625
+ left: auto;
2626
+ right: 0;
2627
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
2628
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
2629
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
2630
+ background-repeat: repeat-x;
2631
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
2632
  }
2633
  .carousel-control:hover,
2634
  .carousel-control:focus {
2635
+ outline: 0;
2636
+ color: #ffffff;
2637
+ text-decoration: none;
2638
+ opacity: 0.9;
2639
+ filter: alpha(opacity=90);
2640
  }
2641
  .carousel-control .icon-prev,
2642
  .carousel-control .icon-next,
2643
  .carousel-control .glyphicon-chevron-left,
2644
  .carousel-control .glyphicon-chevron-right {
2645
+ position: absolute;
2646
+ top: 50%;
2647
+ z-index: 5;
2648
+ display: inline-block;
2649
  }
2650
  .carousel-control .icon-prev,
2651
  .carousel-control .glyphicon-chevron-left {
2652
+ left: 50%;
2653
+ margin-left: -10px;
2654
  }
2655
  .carousel-control .icon-next,
2656
  .carousel-control .glyphicon-chevron-right {
2657
+ right: 50%;
2658
+ margin-right: -10px;
2659
  }
2660
  .carousel-control .icon-prev,
2661
  .carousel-control .icon-next {
2662
+ width: 20px;
2663
+ height: 20px;
2664
+ margin-top: -10px;
2665
+ font-family: serif;
2666
  }
2667
  .carousel-control .icon-prev:before {
2668
+ content: '\2039';
2669
  }
2670
  .carousel-control .icon-next:before {
2671
+ content: '\203a';
2672
  }
2673
  .carousel-indicators {
2674
+ position: absolute;
2675
+ bottom: 10px;
2676
+ left: 50%;
2677
+ z-index: 15;
2678
+ width: 60%;
2679
+ margin-left: -30%;
2680
+ padding-left: 0;
2681
+ list-style: none;
2682
+ text-align: center;
2683
  }
2684
  .carousel-indicators li {
2685
+ display: inline-block;
2686
+ width: 10px;
2687
+ height: 10px;
2688
+ margin: 1px;
2689
+ text-indent: -999px;
2690
+ border: 1px solid #ffffff;
2691
+ border-radius: 10px;
2692
+ cursor: pointer;
2693
+ background-color: #000 \9;
2694
+ background-color: rgba(0, 0, 0, 0);
2695
  }
2696
  .carousel-indicators .active {
2697
+ margin: 0;
2698
+ width: 12px;
2699
+ height: 12px;
2700
+ background-color: #ffffff;
2701
  }
2702
  .carousel-caption {
2703
+ position: absolute;
2704
+ left: 15%;
2705
+ right: 15%;
2706
+ bottom: 20px;
2707
+ z-index: 10;
2708
+ padding-top: 20px;
2709
+ padding-bottom: 20px;
2710
+ color: #ffffff;
2711
+ text-align: center;
2712
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
2713
  }
2714
  .carousel-caption .btn {
2715
+ text-shadow: none;
2716
  }
2717
  @media screen and (min-width: 768px) {
2718
+ .carousel-control .glyphicon-chevron-left,
2719
+ .carousel-control .glyphicon-chevron-right,
2720
+ .carousel-control .icon-prev,
2721
+ .carousel-control .icon-next {
2722
+ width: 30px;
2723
+ height: 30px;
2724
+ margin-top: -15px;
2725
+ font-size: 30px;
2726
+ }
2727
+ .carousel-control .glyphicon-chevron-left,
2728
+ .carousel-control .icon-prev {
2729
+ margin-left: -15px;
2730
+ }
2731
+ .carousel-control .glyphicon-chevron-right,
2732
+ .carousel-control .icon-next {
2733
+ margin-right: -15px;
2734
+ }
2735
+ .carousel-caption {
2736
+ left: 20%;
2737
+ right: 20%;
2738
+ padding-bottom: 30px;
2739
+ }
2740
+ .carousel-indicators {
2741
+ bottom: 20px;
2742
+ }
2743
  }
2744
  .clearfix:before,
2745
  .clearfix:after,
2746
  .modal-footer:before,
2747
  .modal-footer:after {
2748
+ content: " ";
2749
+ display: table;
2750
  }
2751
  .clearfix:after,
2752
  .modal-footer:after {
2753
+ clear: both;
2754
  }
2755
  /* @Customizer-2 end */
2756
  .center-block {
2757
+ display: block;
2758
+ margin-left: auto;
2759
+ margin-right: auto;
2760
  }
2761
  .pull-right {
2762
+ float: right !important;
2763
  }
2764
  .pull-left {
2765
+ float: left !important;
2766
  }
2767
  .hide {
2768
+ display: none !important;
2769
  }
2770
  .show {
2771
+ display: block !important;
2772
  }
2773
  .invisible {
2774
+ visibility: hidden;
2775
  }
2776
  .text-hide {
2777
+ font: 0/0 a;
2778
+ color: transparent;
2779
+ text-shadow: none;
2780
+ background-color: transparent;
2781
+ border: 0;
2782
  }
2783
  .hidden {
2784
+ display: none !important;
2785
+ visibility: hidden !important;
2786
  }
2787
  .affix {
2788
+ position: fixed;
2789
  }
2790
  /* @Customizer-3 start */
2791
 
content-views.php CHANGED
@@ -11,7 +11,7 @@
11
  * Plugin Name: Content Views
12
  * Plugin URI: http://wordpress.org/plugins/content-views-query-and-display-post-page/
13
  * Description: Query and display <strong>posts, pages</strong> in awesome layouts (<strong>grid, scrollable list, collapsible list</strong>) easier than ever, without coding!
14
- * Version: 1.6.2.1
15
  * Author: PT Guy
16
  * Author URI: http://profiles.wordpress.org/pt-guy
17
  * Text Domain: content-views
@@ -27,7 +27,7 @@ if ( !defined( 'WPINC' ) ) {
27
  /*
28
  * Define Constant
29
  */
30
- define( 'PT_CV_VERSION', '1.6.2.1' );
31
  define( 'PT_CV_FILE', __FILE__ );
32
  $pt_cv_path = plugin_dir_path( __FILE__ );
33
  include_once( $pt_cv_path . 'includes/defines.php' );
11
  * Plugin Name: Content Views
12
  * Plugin URI: http://wordpress.org/plugins/content-views-query-and-display-post-page/
13
  * Description: Query and display <strong>posts, pages</strong> in awesome layouts (<strong>grid, scrollable list, collapsible list</strong>) easier than ever, without coding!
14
+ * Version: 1.6.3
15
  * Author: PT Guy
16
  * Author URI: http://profiles.wordpress.org/pt-guy
17
  * Text Domain: content-views
27
  /*
28
  * Define Constant
29
  */
30
+ define( 'PT_CV_VERSION', '1.6.3' );
31
  define( 'PT_CV_FILE', __FILE__ );
32
  $pt_cv_path = plugin_dir_path( __FILE__ );
33
  include_once( $pt_cv_path . 'includes/defines.php' );
includes/html.php CHANGED
@@ -202,7 +202,7 @@ if ( !class_exists( 'PT_CV_Html' ) ) {
202
  $fields_html = apply_filters( PT_CV_PREFIX_ . 'fields_html', $fields_html, $post );
203
 
204
  // Get HTML content of view type, with specific style
205
- $file_path = $view_type_dir . '/' . 'html' . '/' . $style . '.' . 'php';
206
 
207
  if ( file_exists( $file_path ) ) {
208
  ob_start();
@@ -654,7 +654,7 @@ if ( !class_exists( 'PT_CV_Html' ) ) {
654
  // Get date wrapper class
655
  $date_class = apply_filters( PT_CV_PREFIX_ . 'field_meta_class', 'entry-date', 'date' );
656
  $prefix_text = apply_filters( PT_CV_PREFIX_ . 'field_meta_prefix_text', '', 'date' );
657
- $date = apply_filters( PT_CV_PREFIX_ . 'field_meta_date_final', get_the_date(), get_the_time( 'U' ) );
658
 
659
  $html[ 'date' ] = sprintf( '<span class="%s">%s <time datetime="%s">%s</time></span>', esc_html( $date_class ), balanceTags( $prefix_text ), esc_attr( get_the_date( 'c' ) ), esc_html( $date ) );
660
  break;
202
  $fields_html = apply_filters( PT_CV_PREFIX_ . 'fields_html', $fields_html, $post );
203
 
204
  // Get HTML content of view type, with specific style
205
+ $file_path = apply_filters( PT_CV_PREFIX_ . 'view_type_file', $view_type_dir . '/' . 'html' . '/' . $style . '.' . 'php' );
206
 
207
  if ( file_exists( $file_path ) ) {
208
  ob_start();
654
  // Get date wrapper class
655
  $date_class = apply_filters( PT_CV_PREFIX_ . 'field_meta_class', 'entry-date', 'date' );
656
  $prefix_text = apply_filters( PT_CV_PREFIX_ . 'field_meta_prefix_text', '', 'date' );
657
+ $date = apply_filters( PT_CV_PREFIX_ . 'field_meta_date_final', get_the_date( '', $post ), get_the_time( 'U' ) );
658
 
659
  $html[ 'date' ] = sprintf( '<span class="%s">%s <time datetime="%s">%s</time></span>', esc_html( $date_class ), balanceTags( $prefix_text ), esc_attr( get_the_date( 'c' ) ), esc_html( $date ) );
660
  break;
public/assets/css/public.css CHANGED
@@ -278,7 +278,6 @@
278
  /* Layout */
279
  .pt-cv-view .pt-cv-2-col .pt-cv-title {
280
  clear: none !important;
281
- display: flex;
282
  }
283
 
284
  /* @Panels-minified */
278
  /* Layout */
279
  .pt-cv-view .pt-cv-2-col .pt-cv-title {
280
  clear: none !important;
 
281
  }
282
 
283
  /* @Panels-minified */