1
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
2
3
/*
4
 * What follows is the result of much research on cross-browser styling.
5
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
6
 * Kroc Camen, and the H5BP dev community and team.
7
 */
8
9
/* ==========================================================================
10
   Base styles: opinionated defaults
11
   ========================================================================== */
12
13
html,
14
button,
15
input,
16
select,
17
textarea { 
18
    color: #222;
19
           }
20
21
html { 
22
    font-size: 1em;
23
    line-height: 1.4;
24
       }
25
body{  
26
background-color:#bcc8c0;
27
overflow-y:scroll;
28
      }
29
30
.navigation-style { 
31
    position: relative;
32
    margin-top: -45px;
33
    height: 35px;
34
    background: none repeat scroll 0% 0% rgb(1, 55, 40);
35
z-index:1000;
36
opacity:0.7;
37
padding-left:185px;
38
                    }
39
                    
40
.navigation-style > ul > li { 
41
    font-size:18px;
42
    padding:0px 45px;
43
                              }          
44
.navigation-style li { 
45
    width:auto;
46
    color:red;
47
    font-size: 16px;
48
    line-height: 35px;
49
    padding: 0px 30px;
50
    text-decoration: none;
51
    display: inline-block;
52
    font-size:16px;
53
    float:left;
54
                       }
55
                       
56
57
.navigation-style li a { 
58
    width:auto;
59
    color:white;
60
    font-size:18px;
61
                         
62
                         }
63
.navigation-style li:hover a{ 
64
    text-decoration: none;
65
    display: inline-block;
66
                              }     
67
.navigation
68
{  
69
//margin-left:7em;
70
  }
71
hr { 
72
    color:blue;
73
     }   
74
.contentblockright { 
75
    float: right;
76
    width: 400px
77
                     }                
78
79
80
/* home page content design  */
81
#khmdl-carousel .carousel-inner>.item>img {  
82
    height: 400px
83
                                            }                       
84
85
.content-head1 { 
86
color:#000000; 
87
border-bottom: 1px dotted #C00000 ;
88
width:80%;
89
/*font-family: sans-serif, roboto;*/
90
font-size: 24px;
91
padding: 1em 0.1em 0.1em 0em;
92
margin: 0.2em 0.1em 0.8em 0em;
93
                 }
94
95
96
.content-head2 { 
97
color:#000000; 
98
border-bottom: 1px dotted #C00000 ;
99
width:80%;
100
/*font-family: sans-serif, roboto;*/
101
font-size: 24px;
102
padding: 1em 0.1em 0.1em 0em;
103
margin: 0.2em 0.1em 0.8em 0em;
104
                 }
105
 .media
106
    { 
107
        /*box-shadow:0px 0px 4px -2px #000;*/
108
        margin: 20px 0;
109
        padding:30px;
110
      }
111
    .dp
112
    { 
113
        border:10px solid #eee;
114
        transition: all 0.2s ease-in-out;
115
width:175px;
116
height:175px;
117
      }
118
    .dp:hover
119
    { 
120
        border:2px solid #eee;
121
        transform:rotate(360deg);
122
        -ms-transform:rotate(360deg);  
123
        -webkit-transform:rotate(360deg);  
124
        /*-webkit-font-smoothing:antialiased;*/
125
      }
126
/* content styling for other pages  */
127
128
.main-head { 
129
color:#000000; 
130
/*font-family: sans-serif, roboto;*/
131
font-size: 24px;
132
padding: 5px 1px 2px 0px;
133
margin: 5px 1px 8px 1px;
134
text-align: left;
135
border-bottom: 1px #c00000 dotted;
136
             }       
137
.subcontent-head { 
138
color:#000000;
139
/*font-family: sans-serif, roboto;*/
140
font-size: 18px;
141
padding: 5px 1px 2px 0px;
142
margin: 5px 1px 8px 1px;
143
text-align: left;
144
                   
145
                   }
146
.col-md-6 { 
147
width: 58%;
148
margin-left: 0.3em;
149
            }
150
.my-col-9 { 
151
    width: 75%;
152
    float: left;
153
    clear: both;
154
    position: relative;
155
            }
156
  .my-col-3 { 
157
    width: 25%;
158
    float: left;
159
    clear: both;
160
    position: relative;
161
              }  
162
  #header-bx .col-md-9, #header-box .col-md-3 { 
163
    padding: 0;
164
font-size: 46px;
165
font-style: italic;
166
text-shadow: 0px 0px 20px #222;
167
                                                
168
                                                }
169
.block { 
170
line-height: 150%;
171
padding: 10px 0px 5px 2px;
172
margin: 10px 0px 5px 2px;
173
text-align: justify;
174
font-size: 14px;
175
color: #000000;
176
         }
177
178
.underblock { 
179
line-height: 125%;
180
font-size: 14px;
181
text-align: justify;
182
              
183
              }
184
185
.block em { 
186
vertical-align: super;
187
            }
188
189
a:link { 
190
color: rgb(1, 55, 40);
191
         }
192
193
a:hover
194
 { 
195
color: #000000;
196
   }
197
198
199
ul.dropdown-menu li { 
200
/*    background:!important none repeat scroll 0% 0% rgb(255, 255, 255);*/
201
/*    border-bottom: 1px inset rgb(188, 181, 215);*/
202
    filter: none;
203
    font-size: 14px;
204
    display: block;
205
    border-right:none;
206
    line-height: 1px;
207
    padding: 6px;
208
    margin:0px 0px 0px 0px;
209
    color: #3f3b42     ;
210
                      }                   
211
ul.dropdown-menu { 
212
    margin:0;
213
    font-size:smaller;
214
    background-color:rgb(1, 55, 40) ;
215
                   }
216
.dropdown-menu li a { 
217
        padding: 3px 20px;
218
                      width:100%;
219
                      }   
220
li.maintab:hover { 
221
    background-color:#3F3B42;
222
    color:yellow;
223
                   }
224
.navigation-style ul li a:hover { 
225
    color: white;
226
    text-decoration: none;
227
                                  }               
228
.dropdown-menu > li > a:hover { 
229
    background-color:#3f3b42;
230
                                }
231
.dropdown-menu > li > a:focus { 
232
    background-color:#3f3b42;
233
                                }
234
.dropdown-menu
235
{  
236
background-color:rgb(1, 55, 40);
237
  }
238
/*testing hover */
239
240
  
241
  
242
  
243
244
li.a { 
245
    color:#000;
246
    border-right:none;
247
    list-style-type:square;
248
       }     
249
.header-color{ 
250
    color:red;
251
               }        
252
.col-md-4 { 
253
    padding:0px 10px 0px 0px;
254
    width:14%;
255
margin-left:15%;
256
margin-top:2%;
257
text-align:center;
258
color:rgb(1, 55, 40);
259
            }
260
/* Site Map style */
261
.dropdown-large { 
262
  position: static !important;
263
                  }      
264
.dropdown-menu-large { 
265
  margin-left: 16px;
266
  margin-right: 16px;
267
  padding: 20px 0px;
268
  width: auto;
269
                       }
270
                       
271
.col-lg-12 { 
272
    list-style:none;
273
font-size:16px;
274
             }
275
.dropdown-menu-large > li > ul { 
276
  padding: 0;
277
  margin: 0;
278
                                 }                    
279
.dropdown-menu-large > li > ul > li { 
280
  list-style: none;
281
                                      }     
282
.dropdown-menu-large > li > ul > li > a { 
283
  display: block;
284
  padding: 3px 20px;
285
  clear: both;
286
  font-weight: normal;
287
  line-height: 1.428571429;
288
//  color: white;
289
  white-space: normal;
290
                                          }    
291
292
293
.dropdown-menu-large > li ul > li > a:hover { 
294
text-decoration: none;
295
background-color: #3f3b42;
296
                                              }    
297
.dropdown-menu-large > li ul > li > a:focus { 
298
  text-decoration: none;
299
  color: #262626;
300
  */background-color: #f5f5f5;*/
301
}
302
.dropdown-menu-large .disabled > a,
303
.dropdown-menu-large .disabled > a:hover,
304
.dropdown-menu-large .disabled > a:focus { 
305
  color: #999999;
306
                                           }                                           
307
.dropdown-menu-large .disabled > a:hover,
308
.dropdown-menu-large .disabled > a:focus { 
309
  text-decoration: none;
310
  background-color: transparent;
311
  background-image: none;
312
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
313
  cursor: not-allowed;
314
                                           }
315
.dropdown-menu-large .dropdown-header { 
316
  color: white  ;
317
  font-size: 18px;
318
                                        }
319
@media (max-width: 768px) { 
320
  .dropdown-menu-large { 
321
    margin-left: 0 ;
322
    margin-right: 0 ;
323
                         }
324
  .dropdown-menu-large > li { 
325
    margin-bottom: 30px;
326
                              }     
327
  .dropdown-menu-large > li:last-child { 
328
    margin-bottom: 0;
329
                                         }           
330
  .dropdown-menu-large .dropdown-header { 
331
    padding: 3px 15px !important;
332
                                          
333
                                         }} 
334
                                          
335
/* style map styles end */
336
/*dropdown sub menu css */
337
338
.dropdown-submenu { 
339
    position: relative;
340
                    }
341
342
.dropdown-submenu>.dropdown-menu { 
343
    top: 0;
344
    left: 100%;
345
    margin-top: -6px;
346
    margin-left: -1px;
347
    -webkit-border-radius: 0 6px 6px 6px;
348
    -moz-border-radius: 0 6px 6px;
349
    border-radius: 0 6px 6px 6px;
350
                                   }               
351
352
.dropdown-submenu:hover>.dropdown-menu { 
353
    display: block;
354
                                         }      
355
356
.dropdown-submenu>a:after { 
357
    display: block;
358
    content: " ";
359
    float: right;
360
    width: 0;
361
    height: 0;
362
    border-color: transparent;
363
    border-style: solid;
364
    border-width: 5px 0 5px 5px;
365
    border-left-color: #ccc;
366
    margin-top: 5px;
367
    margin-right: -10px;
368
                            }
369
370
.dropdown-submenu:hover>a:after { 
371
    border-left-color: #fff;
372
                                  }      
373
374
.dropdown-submenu.pull-left { 
375
    float: none;
376
                              }
377
378
.dropdown-submenu.pull-left>.dropdown-menu { 
379
    left: -100%;
380
    margin-left: 10px;
381
    -webkit-border-radius: 6px 0 6px 6px;
382
    -moz-border-radius: 6px 0 6px 6px;
383
    border-radius: 6px 0 6px 6px;
384
                                             }               
385
/* drop down menu css ends here */
386
387
/* footer social icons style*/
388
#footer-container { 
389
    margin-bottom:20px;
390
                    }
391
.social-icons { 
392
   
393
                
394
                }
395
.panel-default > .panel-heading { 
396
    background-color: #000;
397
    padding: 5px 0px;
398
                                  
399
                                  }
400
.footer-links { 
401
    margin-top: 1px;
402
                }
403
404
.footer-links a { 
405
    osition: relative;
406
    color:#fff;
407
    font-size: 18px;
408
    margin-top: 15px;
409
    height: 41px;
410
    background: none repeat scroll 0% 0% rgb(1, 55, 40);
411
    margin:0px 0px 0px 20px;
412
    padding:0px 10px;
413
                  }
414
                  
415
.footer-links a:hover{ 
416
    color:white;
417
background-color:#3f3b42;
418
    text-decoration:none;
419
                       }     
420
#pageview-counter-wrapper { 
421
    margin-top: 3px;
422
                            }     
423
#collapse-sitemap .panel-body { 
424
    background-color:rgb(1, 55, 40);
425
    padding-bottom:5px;
426
                                
427
                                }
428
#small-footer { 
429
    font-size:12px;
430
    margin-top:10px;
431
margin-left:2em;
432
                }
433
/* footer style ends here */
434
435
/* Lightbox styles */
436
@import "http://fonts.googleapis.com/css?family=Roboto:300,400,500,700";
437
438
439
440
                
441
                
442
                
443
                
444
.panel .panel-body a img {  display: block; margin: 0; width: 100%; height: auto; 
445
    transition: all 0.5s; 
446
    -moz-transition: all 0.5s; 
447
    -webkit-transition: all 0.5s; 
448
    -o-transition: all 0.5s; 
449
}
450
  
451
.panel .panel-body a.zoom span.overlay {  position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0; 
452
    transition: opacity .25s ease-out;
453
    -moz-transition: opacity .25s ease-out;
454
    -webkit-transition: opacity .25s ease-out;
455
    -o-transition: opacity .25s ease-out;
456
                                         }                                              
457
                                           
458
.panel .panel-body a.zoom:hover span.overlay i {  position: absolute; top: 45%; left: 0%; width: 100%; font-size: 2.25em; color: #fff !important; text-align: center;
459
    opacity: 1;
460
    -moz-opacity: 1;
461
    -webkit-opacity: 1;
462
    filter: alpha(opacity=1);    
463
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
464
                                                 }        
465
                                                 
466
                                                 
467
                                                 
468
                                                 
469
                                                 
470
                                                 
471
472
                                                 
473
                                                  
474
475
/*!
476
 * Lightbox for Bootstrap 3 by @ashleydw
477
 * https://github.com/ashleydw/lightbox
478
 *
479
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
480
   
481
/* Lightbox styles ends here */
482
483
/* Carousel styles */
484
.transition-timer-carousel .carousel-caption { 
485
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
486
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
487
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
488
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
489
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
490
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
491
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
492
    width: 100%;
493
    left: 0px;
494
    right: 0px;
495
    bottom: 0px;
496
    text-align: left;
497
    padding-top: 5px;
498
    padding-left: 15%;
499
    padding-right: 15%;
500
}
501
.transition-timer-carousel .carousel-caption .carousel-caption-header { 
502
    margin-top: 10px;
503
    font-size: 24px;
504
                                                                        
505
                                                                        }
506
@media (min-width: 970px) { 
507
    /* Lower the font size of the carousel caption header so that our caption
508
    doesn't take up the full image/slide on smaller screens */
509
    .transition-timer-carousel .carousel-caption .carousel-caption-header { 
510
                                                                            font-size: 36px;
511
                                                                            }    
512
                                                                            
513
.transition-timer-carousel .carousel-indicators { 
514
    bottom: 0px;
515
    margin-bottom: 5px;
516
                                                  }
517
.transition-timer-carousel .carousel-control { 
518
    z-index: 11;
519
                                               }
520
.transition-timer-carousel .transition-timer-carousel-progress-bar { 
521
    height: 5px;
522
    background-color: #5cb85c;
523
    width: 0%;
524
    margin: -5px 0px 0px 0px;
525
    border: none;
526
    z-index: 11;
527
    position: relative;
528
                                                                     }                      
529
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{ 
530
    /* We make the transition time shorter to avoid the slide transitioning
531
    before the timer bar is "full" - change the 4.25s here to fit your
532
    carousel's transition time */
533
    -webkit-transition: width 4.25s linear;
534
    -moz-transition: width 4.25s linear;
535
    -o-transition: width 4.25s linear;
536
    transition: width 4.25s linear;
537
                                                                            }       
538
/* Carousel styles ends here */
539
/* side bar css */
540
/* side menu css */
541
542
#page-content-wrapper { 
543
    visibility: hidden;
544
                        }
545
546
@media (max-width:767px) { 
547
    .wrapper { 
548
               padding-left: 70px;
549
               }
550
.sidebar-wrapper { 
551
    left: 70px;
552
                   }    
553
554
.wrapper.active .container{ 
555
   padding-left: 150px;
556
                            
557
                            }
558
.wrapper.active .sidebar-wrapper { 
559
    left: 150px;
560
    width: 150px;
561
                                   }       
562
563
                                   
564
565
.sidebar-wrapper .row { 
566
  margin: 10px 0;
567
                        }
568
569
.link_disabled { 
570
    pointer-events: none;
571
    cursor: none;
572
    color: gray;
573
                 }
574
}
575
@media (max-width:450px) { 
576
    .thumbnail { 
577
                 height: 350px;
578
                 }                 
579
580
.caption_heading { 
581
    height: 100px;
582
                   }
583
}  
584
585
                   
586
/* -------------end ----------- */
587
.wrapper.active { 
588
    padding-left: 0px;
589
//   border-right:2px solid #000;
590
//    margin-left:90px;
591
                  
592
                  }
593
.wrapper.active .sidebar-wrapper { 
594
    left: 250px;
595
    /*border-right:4px solid #727272;*/
596
                                   }                 
597
598
.heading { 
599
      border-bottom:1px solid #262525;
600
           }
601
602
#message { 
603
    padding-left: 15px;
604
    padding-right: -15px;
605
           }
606
607
608
.menu-toggle { 
609
    font-size:18px;
610
    color:#000;
611
               }    
612
.menu-icon { 
613
    margin-left: -30px;
614
             }
615
.main_icon { 
616
    margin-right:20px;
617
             }
618
619
.personal-info,.server-stats { 
620
    list-style: none;
621
    padding-left: 0;
622
                               }                  
623
624
.progress { 
625
626
    height: 5px;
627
            }
628
629
h5 { 
630
    color: #000;
631
     }
632
633
.radio, .checkbox { 
634
    color:#000;
635
    margin-left: 10px;
636
                    }               
637
.radio label, .checkbox label { 
638
    font-size:14px;
639
                                }            
640
641
.sidebar-wrapper { 
642
    /*transform*/
643
    -webkit-transform: translateZ(0);
644
    -moz-transform: translateZ(0);
645
    -o-transform: translateZ(0);
646
    -ms-transform: translateZ(0);
647
    transform: translateZ(0);
648
    margin-left: -250px;
649
    left: 20px;
650
    margin-top: 30px;
651
    width: 270px;
652
    background: #f0f0f0;
653
    position: fixed;
654
    height: auto;
655
    -ms-overflow-y: auto;
656
    overflow-y: auto;
657
    z-index: 10000;
658
    -webkit-transition: all .4s ease 0s;
659
    -moz-transition: all .4s ease 0s;
660
    -o-transition: all .4s ease 0s;
661
    -ms-transition: all .4s ease 0s;
662
    transition: all .4s ease 0s;
663
    box-shadow: 1px 1px 1px #262525;
664
    border-left: none;
665
    padding-right: 5px;
666
    padding-left: 10px;
667
                   
668
                   }
669
.home-icon-title { 
670
  /*text-align: center;*/
671
                   }
672
.sidebar-link a{ 
673
    color:#262525;
674
    padding-left:10px;
675
    font-size:16px;
676
                 }
677
.sidebar-link a:hover{ 
678
    color:#262525;
679
                       }      
680
.sidebar-heading { 
681
    color:#1e9e04;
682
    padding-left:10px;
683
    font-size:18px;
684
685
                   }
686
.row { 
687
    margin-left: 0;
688
    margin-right: 0;
689
       }
690
/* sidebar css ends here */
691
692
/* Search box styles */
693
694
.input-group { 
695
    flaot:right;
696
    position: relative;
697
    display: table;
698
    border-collapse: separate;
699
    margin-top: 7.5%;
700
               
701
               }
702
.footer-style { 
703
     position: relative;
704
    font-size: 16px;
705
    color:#fff;
706
     height: 35px;
707
    background: none repeat scroll 0% 0% rgb(1, 55, 40);
708
    padding-top:2px;
709
margin-top:4%;
710
                } 
711
712
.footer-style li { 
713
    width:auto;
714
    color:red;
715
    font-size: 16px;
716
    line-height: 35px;
717
    padding: 0px 20px;
718
    text-decoration: none;
719
    display: inline-block;
720
    border-right: 1px solid rgb(255, 255, 255);
721
                   }
722
                   
723
724
.footer-style li a { 
725
    width:auto;
726
    color:white;
727
                     }  
728
.dropdown-menu-large > li ul > li > a{ 
729
    color:white;
730
    padding-left: 0px;
731
    padding-right: 5px;
732
                                       }
733
                                       
734
735
.dropdown-menu-large > li ul > li > a:hover{ 
736
    color:white;
737
                                             
738
                                             }
739
/*
740
 * Remove text-shadow in selection highlight: h5bp.com/i
741
 * These selection rule sets have to be separate.
742
 * Customize the background color to match your design.
743
 */
744
745
::-moz-selection { 
746
    background: #b3d4fc;
747
    text-shadow: none;
748
                   }
749
750
::selection { 
751
    background: #b3d4fc;
752
    text-shadow: none;
753
              
754
              }
755
756
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');
757
@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');
758
759
.panel-heading { 
760
    cursor: pointer;
761
}
762
763
/* CSS Method for adding Font Awesome Chevron Icons */
764
 .accordion-toggle:after { 
765
    /* symbol for "opening" panels */
766
    font-family:'FontAwesome';
767
    content:"\f077";
768
    float: right;
769
    color: inherit;
770
                           }                           
771
.panel-heading.collapsed .accordion-toggle:after { 
772
    /* symbol for "collapsed" panels */
773
    content:"\f078";
774
                                                   }
775
/*
776
 * A better looking default horizontal rule
777
 */
778
779
hr { 
780
    display: block;
781
    height: 1px;
782
    border: 0;
783
    border-top: 1px solid #ccc;
784
    margin: 1em 0;
785
    padding: 0;
786
     }
787
788
/*
789
 * Remove the gap between images, videos, audio and canvas and the bottom of
790
 * their containers: h5bp.com/i/440
791
 */
792
793
audio,
794
canvas,
795
img,
796
video { 
797
    vertical-align: middle;
798
        }   
799
800
/*
801
 * Remove default fieldset styles.
802
 */
803
804
fieldset { 
805
    border: 0;
806
    margin: 0;
807
    padding: 0;
808
           }   
809
810
/*
811
 * Allow only vertical resizing of textareas.
812
 */
813
814
textarea { 
815
    resize: vertical;
816
           }
817
818
/* ==========================================================================
819
   Browse Happy prompt
820
   ========================================================================== */
821
822
.browsehappy { 
823
    margin: 0.2em 0;
824
    background: #ccc;
825
    color: #000;
826
    padding: 0.2em 0;
827
               }    
828
829
/* ==========================================================================
830
   Author's custom styles
831
   ========================================================================== */
832
body {  
833
    padding: 30px 0px;
834
    margin: 0;                                                                                                                                                         
835
    padding: 0;                                                                                                                                                        
836
    font-family:'Roboto', sans-serif;                                                                                                                                  
837
background-color:#dbdfdd;
838
  margin-top:0px;                                                                                                                                                    
839
     overflow-y:scroll;                                                                                                                                                
840
     font-size:18px;
841
       }
842
#lightbox .modal-content {  
843
    display: inline-block;
844
    text-align: center;   
845
    width:136%;
846
                           }                                        
847
848
#lightbox .close {  
849
    opacity: 1;
850
    color: rgb(255, 255, 255);
851
    background-color: rgb(25, 25, 25);
852
    padding: 5px 8px;
853
    border-radius: 30px;
854
    border: 2px solid rgb(255, 255, 255);
855
    position: absolute;
856
    top: -15px;
857
    right: -55px;
858
    
859
    z-index:1032;
860
                   }
861
 .head
862
{  
863
font-size: 46px;
864
font-style: italic;
865
text-shadow: 0px 0px 20px #222;
866
  }
867
.media-object .dp .img-circle
868
{  
869
width:150px;
870
height:150px;
871
  }
872
/* carousel */
873
#quote-carousel 
874
{  
875
  padding: 0 10px 30px 10px;
876
  margin-top: 30px 0px 0px;
877
  }
878
  
879
/* Control buttons  */
880
#quote-carousel .carousel-control
881
{  
882
  background: none;
883
  color: #222;
884
  font-size: 2.3em;
885
  text-shadow: none;
886
  margin-top: 30px;
887
  }
888
/* Previous button  */
889
#quote-carousel .carousel-control.left 
890
{  
891
  left: -12px;
892
  
893
/* Next button  */
894
#quote-carousel .carousel-control.right 
895
{  
896
  right: -12px !important;
897
right: 0px;
898
left: auto;
899
background-repeat: repeat-x;
900
  }
901
/* Changes the position of the indicators */
902
#quote-carousel .carousel-indicators 
903
{  
904
  right: 50%;
905
  top: auto;
906
  bottom: 0px;
907
  margin-right: -19 }