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
31
 .nav-sec-left { 
32
 
33
 position:fixed;
34
 top: 200px;
35
 right: 0px;
36
 list-style: none;
37
 padding: 3px 3px 3px 3px;
38
 background-color: #e3ebe6;
39
  } 
40
41
42
.img-container {  
43
  position:relative;
44
       /* width:100px;
45
        *     height:30px;*/
46
                 
47
                 }
48
.text-container { 
49
  background: none repeat scroll 0 0 #3f3b42;
50
  border: 1px transparent;
51
  color: #fff;
52
  width:98px;
53
  height: 0;
54
  overflow:hidden;
55
  right:50px;
56
  line-height: 45px;
57
  position: absolute;
58
  top: -2px;
59
  text-align:center;
60
  
61
transition:0.5s;
62
                  
63
                  }
64
.img-container:hover > .text-container { 
65
 
66
  right:75px;
67
  height: 50px;
68
  opacity:0.7;
69
  z-index:100; 
70
  transition: 0.5s;
71
                                         } 
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.navigation-style { 
104
    position: relative;
105
    margin-top: -45px;
106
    height: 35px;
107
    background: none repeat scroll 0% 0% rgb(1, 55, 40);
108
z-index:1000;
109
opacity:0.7;
110
111
padding-left:80px;
112
                    }
113
                    
114
.navigation-style > ul > li { 
115
116
padding-left:100px;
117
118
}
119
.navigation-style > ul > li {
120
121
    font-size:18px;
122
    padding:0px 45px;
123
                              }          
124
.navigation-style li { 
125
    width:auto;
126
    color:red;
127
    font-size: 16px;
128
    line-height: 35px;
129
    padding: 0px 30px;
130
    text-decoration: none;
131
    display: inline-block;
132
    font-size:16px;
133
    float:left;
134
135
                       }
136
                       
137
138
139
140
.navigation-style li a { 
141
    width:auto;
142
    color:white;
143
    font-size:18px;
144
                         
145
                         }
146
.navigation-style li:hover a{ 
147
    text-decoration: none;
148
    display: inline-block;
149
                              }     
150
.navigation
151
152
{  
153
margin-left:7em;
154
  }
155
hr 
156
{ 
157
 
158
margin-left:7em;
159
     } 
160
hr {
161
162
    color:blue;
163
     }   
164
.contentblockright { 
165
    float: right;
166
    width: 400px
167
                     }                
168
169
170
/* home page content design  */
171
#khmdl-carousel .carousel-inner>.item>img {  
172
    height: 400px
173
                                            }                       
174
175
.content-head1 { 
176
color:#000000; 
177
border-bottom: 1px dotted #C00000 ;
178
width:80%;
179
/*font-family: sans-serif, roboto;*/
180
font-size: 24px;
181
padding: 1em 0.1em 0.1em 0em;
182
margin: 0.2em 0.1em 0.8em 0em;
183
                 }
184
185
186
.content-head2 { 
187
color:#000000; 
188
border-bottom: 1px dotted #C00000 ;
189
width:80%;
190
/*font-family: sans-serif, roboto;*/
191
font-size: 24px;
192
padding: 1em 0.1em 0.1em 0em;
193
margin: 0.2em 0.1em 0.8em 0em;
194
                 }
195
 .media
196
    { 
197
        /*box-shadow:0px 0px 4px -2px #000;*/
198
        margin: 20px 0;
199
        padding:30px;
200
      }
201
    .dp
202
    { 
203
        border:10px solid #eee;
204
        transition: all 0.2s ease-in-out;
205
width:175px;
206
height:175px;
207
      }
208
    .dp:hover
209
    { 
210
        border:2px solid #eee;
211
        transform:rotate(360deg);
212
        -ms-transform:rotate(360deg);  
213
        -webkit-transform:rotate(360deg);  
214
        /*-webkit-font-smoothing:antialiased;*/
215
      }
216
/* content styling for other pages  */
217
218
.main-head { 
219
color:#000000; 
220
/*font-family: sans-serif, roboto;*/
221
font-size: 24px;
222
padding: 5px 1px 2px 0px;
223
margin: 5px 1px 8px 1px;
224
text-align: left;
225
border-bottom: 1px #c00000 dotted;
226
             }       
227
.subcontent-head { 
228
color:#000000;
229
/*font-family: sans-serif, roboto;*/
230
font-size: 18px;
231
padding: 5px 1px 2px 0px;
232
margin: 5px 1px 8px 1px;
233
text-align: left;
234
                   
235
                   }
236
.col-md-6 { 
237
width: 58%;
238
margin-left: 0.3em;
239
            }
240
.my-col-9 { 
241
    width: 75%;
242
    float: left;
243
    clear: both;
244
    position: relative;
245
            }
246
  .my-col-3 { 
247
    width: 25%;
248
    float: left;
249
    clear: both;
250
    position: relative;
251
              }  
252
  #header-bx .col-md-9, #header-box .col-md-3 { 
253
    padding: 0;
254
font-size: 46px;
255
font-style: italic;
256
text-shadow: 0px 0px 20px #222;
257
                                                
258
                                                }
259
.block { 
260
line-height: 150%;
261
padding: 10px 0px 5px 2px;
262
margin: 10px 0px 5px 2px;
263
text-align: justify;
264
font-size: 14px;
265
color: #000000;
266
         }
267
268
.underblock { 
269
line-height: 125%;
270
font-size: 14px;
271
text-align: justify;
272
              
273
              }
274
275
.block em { 
276
vertical-align: super;
277
            }
278
279
a:link { 
280
color: rgb(1, 55, 40);
281
         }
282
283
a:hover
284
 { 
285
color: #000000;
286
   }
287
288
289
ul.dropdown-menu li { 
290
/*    background:!important none repeat scroll 0% 0% rgb(255, 255, 255);*/
291
/*    border-bottom: 1px inset rgb(188, 181, 215);*/
292
    filter: none;
293
    font-size: 14px;
294
    display: block;
295
    border-right:none;
296
    line-height: 1px;
297
    padding: 6px;
298
    margin:0px 0px 0px 0px;
299
    color: #3f3b42     ;
300
                      }                   
301
ul.dropdown-menu { 
302
    margin:0;
303
    font-size:smaller;
304
    background-color:rgb(1, 55, 40) ;
305
                   }
306
.dropdown-menu li a { 
307
        padding: 3px 20px;
308
                      width:100%;
309
                      }   
310
li.maintab:hover { 
311
    background-color:#3F3B42;
312
    color:yellow;
313
                   }
314
.navigation-style ul li a:hover { 
315
    color: white;
316
    text-decoration: none;
317
                                  }               
318
.dropdown-menu > li > a:hover { 
319
    background-color:#3f3b42;
320
                                }
321
.dropdown-menu > li > a:focus { 
322
    background-color:#3f3b42;
323
                                }
324
.dropdown-menu
325
{  
326
background-color:rgb(1, 55, 40);
327
  }
328
/*testing hover */
329
330
  
331
  
332
  
333
334
li.a { 
335
    color:#000;
336
    border-right:none;
337
    list-style-type:square;
338
       }     
339
.header-color{ 
340
    color:red;
341
342
               }        
343
.col-md-4 { 
344
345
}
346
.col-md-4 {
347
348
    padding:0px 10px 0px 0px;
349
    width:14%;
350
margin-left:15%;
351
margin-top:2%;
352
text-align:center;
353
color:rgb(1, 55, 40);
354
            }
355
/* Site Map style */
356
.dropdown-large { 
357
  position: static !important;
358
                  }      
359
.dropdown-menu-large { 
360
  margin-left: 16px;
361
  margin-right: 16px;
362
  padding: 20px 0px;
363
  width: auto;
364
                       }
365
                       
366
.col-lg-12 { 
367
    list-style:none;
368
font-size:16px;
369
             }
370
.dropdown-menu-large > li > ul { 
371
  padding: 0;
372
  margin: 0;
373
                                 }                    
374
.dropdown-menu-large > li > ul > li { 
375
  list-style: none;
376
                                      }     
377
.dropdown-menu-large > li > ul > li > a { 
378
  display: block;
379
  padding: 3px 20px;
380
  clear: both;
381
  font-weight: normal;
382
  line-height: 1.428571429;
383
  color: white;
384
  white-space: normal;
385
                                          }    
386
387
388
.dropdown-menu-large > li ul > li > a:hover { 
389
text-decoration: none;
390
background-color: #3f3b42;
391
                                              }    
392
.dropdown-menu-large > li ul > li > a:focus { 
393
  text-decoration: none;
394
  color: #262626;
395
  /*background-color: #f5f5f5;*/
396
}
397
.dropdown-menu-large .disabled > a,
398
.dropdown-menu-large .disabled > a:hover,
399
.dropdown-menu-large .disabled > a:focus { 
400
  color: #999999;
401
                                           }                                           
402
.dropdown-menu-large .disabled > a:hover,
403
.dropdown-menu-large .disabled > a:focus { 
404
  text-decoration: none;
405
  background-color: transparent;
406
  background-image: none;
407
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
408
  cursor: not-allowed;
409
                                           }
410
.dropdown-menu-large .dropdown-header { 
411
  color: white  ;
412
  font-size: 18px;
413
                                        }
414
@media (max-width: 768px) { 
415
  .dropdown-menu-large { 
416
    margin-left: 0 ;
417
    margin-right: 0 ;
418
                         }
419
  .dropdown-menu-large > li { 
420
    margin-bottom: 30px;
421
                              }     
422
  .dropdown-menu-large > li:last-child { 
423
    margin-bottom: 0;
424
                                         }           
425
  .dropdown-menu-large .dropdown-header { 
426
    padding: 3px 15px !important;
427
                                          
428
                                         }} 
429
                                          
430
/* style map styles end */
431
/*dropdown sub menu css */
432
433
.dropdown-submenu { 
434
    position: relative;
435
                    }
436
437
.dropdown-submenu>.dropdown-menu { 
438
    top: 0;
439
    left: 100%;
440
    margin-top: -6px;
441
    margin-left: -1px;
442
    -webkit-border-radius: 0 6px 6px 6px;
443
    -moz-border-radius: 0 6px 6px;
444
    border-radius: 0 6px 6px 6px;
445
                                   }               
446
447
.dropdown-submenu:hover>.dropdown-menu { 
448
    display: block;
449
                                         }      
450
451
.dropdown-submenu>a:after { 
452
    display: block;
453
    content: " ";
454
    float: right;
455
    width: 0;
456
    height: 0;
457
    border-color: transparent;
458
    border-style: solid;
459
    border-width: 5px 0 5px 5px;
460
    border-left-color: #ccc;
461
    margin-top: 5px;
462
    margin-right: -10px;
463
                            }
464
465
.dropdown-submenu:hover>a:after { 
466
    border-left-color: #fff;
467
                                  }      
468
469
.dropdown-submenu.pull-left { 
470
    float: none;
471
                              }
472
473
.dropdown-submenu.pull-left>.dropdown-menu { 
474
    left: -100%;
475
    margin-left: 10px;
476
    -webkit-border-radius: 6px 0 6px 6px;
477
    -moz-border-radius: 6px 0 6px 6px;
478
    border-radius: 6px 0 6px 6px;
479
                                             }               
480
/* drop down menu css ends here */
481
482
/* footer social icons style*/
483
#footer-container { 
484
    margin-bottom:20px;
485
                    }
486
.social-icons { 
487
   
488
                
489
                }
490
.panel-default > .panel-heading { 
491
    background-color: #000;
492
    padding: 5px 0px;
493
                                  
494
                                  }
495
.footer-links { 
496
    margin-top: 1px;
497
                }
498
499
.footer-links a { 
500
    osition: relative;
501
    color:#fff;
502
    font-size: 18px;
503
    margin-top: 15px;
504
    height: 41px;
505
    background: none repeat scroll 0% 0% rgb(1, 55, 40);
506
    margin:0px 0px 0px 20px;
507
    padding:0px 10px;
508
                  }
509
                  
510
.footer-links a:hover{ 
511
    color:white;
512
background-color:#3f3b42;
513
    text-decoration:none;
514
                       }     
515
#pageview-counter-wrapper { 
516
    margin-top: 3px;
517
                            }     
518
#collapse-sitemap .panel-body { 
519
    background-color:rgb(1, 55, 40);
520
    padding-bottom:5px;
521
                                
522
                                }
523
#small-footer { 
524
    font-size:12px;
525
    margin-top:10px;
526
margin-left:2em;
527
                }
528
/* footer style ends here */
529
530
/* Lightbox styles */
531
@import "http://fonts.googleapis.com/css?family=Roboto:300,400,500,700";
532
533
534
535
536
                
537
                
538
                
539
                
540
.panel .panel-body a img {  display: block; margin: 0; width: 100%; height: auto; 
541
}
542
.mt40 
543
{
544
 margin-top: 40px;
545
 }
546
547
.panel { position: relative; overflow: hidden; display: block; border-radius: 0 !important;  }
548
.panel-default { border-color: #ebedef !important; }
549
.panel .panel-body { position: relative; padding: 0 !important; overflow: hidden; height: auto; }
550
.panel .panel-body a { overflow: hidden; }
551
.panel .panel-body a img { display: block; margin: 0; width: 100%; height: auto; 
552
553
    transition: all 0.5s; 
554
    -moz-transition: all 0.5s; 
555
    -webkit-transition: all 0.5s; 
556
    -o-transition: all 0.5s; 
557
}
558
559
  
560
.panel .panel-body a.zoom span.overlay {  position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0; }
561
562
.panel .panel-body a.zoom:hover img { transform: scale(1.3); -ms-transform: scale(1.3); -webkit-transform: scale(1.3); -o-transform: scale(1.3); -moz-transform: scale(1.3); }
563
.panel .panel-body a.zoom span.overlay { position: absolute; top: 0; left: 0; visibility: hidden; height: 100%; width: 100%; background-color: #000; opacity: 0; 
564
565
    transition: opacity .25s ease-out;
566
    -moz-transition: opacity .25s ease-out;
567
    -webkit-transition: opacity .25s ease-out;
568
    -o-transition: opacity .25s ease-out;
569
570
                                         }                                              
571
                                           
572
.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;
573
574
}     
575
.panel .panel-body a.zoom:hover span.overlay { display: block; visibility: visible; opacity: 0.55; -moz-opacity: 0.55; -webkit-opacity: 0.55; filter: alpha(opacity=65); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }  
576
.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;
577
578
    opacity: 1;
579
    -moz-opacity: 1;
580
    -webkit-opacity: 1;
581
    filter: alpha(opacity=1);    
582
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
583
584
                                                 }        
585
                                                 
586
     
587
588
.panel .panel-footer 
589
{ padding: 8px !important; background-color: #f9f9f9 !important; border-bottom-right-radius: 0 !important; border-bottom-left-radius: 0 !important;
590
 }
591
.panel .panel-footer h4 { display: inline; font: 400 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e margin: 0 !important; padding: 0 !important; }
592
.panel .panel-footer i.glyphicon { display: inline; font-size: 1.125em; cursor: pointer; }
593
.panel .panel-footer i.glyphicon-thumbs-up { color: #1abc9c; }
594
.panel .panel-footer i.glyphicon-thumbs-down { color: #e74c3c; padding-left: 5px; }
595
.panel .panel-footer div { width: 15px; display: inline; font: 300 normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #34495e; text-align: center; background-color: transparent !important; border: none !important; }
596
597
.modal-title { font: 400 normal 1.625em "Roboto",Arial,Verdana,sans-serif; }
598
.modal-footer { font: 400 normal 1.125em "Roboto",Arial,Verdana,sans-serif; } 
599
600
601
/*!
602
 * Lightbox for Bootstrap 3 by @ashleydw
603
 * https://github.com/ashleydw/lightbox
604
 *
605
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
606
607
   
608
/* Lightbox styles ends here */
609
610
/* Carousel styles */
611
.transition-timer-carousel .carousel-caption { 
612
}
613
 */.ekko-lightbox-container{
614
position:relative
615
}
616
.ekko-lightbox-nav-overlay
617
{
618
position:absolute;top:0;left:0;z-index:100;width:100%;height:100%
619
}.ekko-lightbox-nav-overlay a
620
{
621
z-index:100;display:block;width:49%;height:100%;padding-top:45%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:0;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s
622
}
623
.ekko-lightbox-nav-overlay a:empty
624
{
625
width:49%
626
}
627
.ekko-lightbox a:hover
628
{
629
text-decoration:none;opacity:1
630
}
631
.ekko-lightbox .glyphicon-chevron-left
632
{
633
left:0;float:left;padding-left:15px;text-align:left
634
}
635
.ekko-lightbox .glyphicon-chevron-right
636
{
637
right:0;float:right;padding-right:15px;text-align:right
638
}
639
.ekko-lightbox .modal-footer
640
{
641
text-align:left
642
}
643
/* Lightbox styles ends here */
644
645
/* Carousel styles */
646
.transition-timer-carousel .carousel-caption {
647
648
    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+ */
649
    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+ */
650
    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+ */
651
    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+ */
652
    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+ */
653
    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 */
654
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
655
    width: 100%;
656
    left: 0px;
657
    right: 0px;
658
    bottom: 0px;
659
    text-align: left;
660
    padding-top: 5px;
661
    padding-left: 15%;
662
    padding-right: 15%;
663
}
664
665
.transition-timer-carousel .carousel-caption .carousel-caption-header { 
666
    margin-top: 10px;
667
    font-size: 24px;
668
                                                                      }
669
@media (min-width: 970px) { 
670
    /* Lower the font size of the carousel caption header so that our caption
671
    doesn't take up the full image/slide on smaller screens */
672
    .transition-timer-carousel .carousel-caption .carousel-caption-header { 
673
                                                                            font-size: 36px;
674
                                                                            }    
675
                                                                            
676
.transition-timer-carousel .carousel-indicators { 
677
    bottom: 0px;
678
    margin-bottom: 5px;
679
                                                  }
680
.transition-timer-carousel .carousel-control { 
681
    z-index: 11;
682
                                               }
683
.transition-timer-carousel .transition-timer-carousel-progress-bar { 
684
                                                                     }
685
.transition-timer-carousel .carousel-caption .carousel-caption-header
686
 {
687
    margin-top: 10px;
688
    font-size: 24px;
689
}
690
691
@media (min-width: 970px)
692
 {
693
    /* Lower the font size of the carousel caption header so that our caption
694
    doesn't take up the full image/slide on smaller screens */
695
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
696
	font-size: 36px;
697
	}
698
699
.transition-timer-carousel .carousel-indicators {
700
    bottom: 0px;
701
    margin-bottom: 5px;
702
}
703
.transition-timer-carousel .carousel-control {
704
    z-index: 11;
705
}
706
.transition-timer-carousel .transition-timer-carousel-progress-bar {
707
708
    height: 5px;
709
    background-color: #5cb85c;
710
    width: 0%;
711
    margin: -5px 0px 0px 0px;
712
    border: none;
713
    z-index: 11;
714
    position: relative;
715
716
                                                                     }                      
717
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{ 
718
719
}
720
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
721
722
    /* We make the transition time shorter to avoid the slide transitioning
723
    before the timer bar is "full" - change the 4.25s here to fit your
724
    carousel's transition time */
725
    -webkit-transition: width 4.25s linear;
726
    -moz-transition: width 4.25s linear;
727
    -o-transition: width 4.25s linear;
728
    transition: width 4.25s linear;                                                                            }       
729
730
}
731
732
733
/* Carousel styles ends here */
734
/* side bar css */
735
/* side menu css */
736
737
738
#page-content-wrapper { 
739
    visibility: hidden;
740
                        }
741
742
@media (max-width:767px) { 
743
    .wrapper { 
744
               padding-left: 70px;
745
               }
746
.sidebar-wrapper { 
747
    left: 70px;
748
                   }    
749
750
.wrapper.active .container{ 
751
   padding-left: 150px;
752
                            
753
                            }
754
.wrapper.active .sidebar-wrapper { 
755
    left: 150px;
756
    width: 150px;
757
                                   }       
758
759
                                   
760
761
.sidebar-wrapper .row { 
762
  margin: 10px 0;
763
                        }
764
765
.link_disabled { 
766
    pointer-events: none;
767
    cursor: none;
768
    color: gray;
769
                 }
770
}
771
@media (max-width:450px) { 
772
    .thumbnail { 
773
                 height: 350px;
774
                 }                 
775
776
.caption_heading { 
777
    height: 100px;
778
                   }
779
}  
780
781
                   
782
/* -------------end ----------- */
783
.wrapper.active { 
784
    padding-left: 0px;
785
   border-right:2px solid #000;
786
    margin-left:90px;
787
                  
788
                  }
789
.wrapper.active .sidebar-wrapper { 
790
    left: 250px;
791
    /*border-right:4px solid #727272;*/
792
                                   }                 
793
794
.heading { 
795
      border-bottom:1px solid #262525;
796
           }
797
798
#message { 
799
    padding-left: 15px;
800
    padding-right: -15px;
801
           }
802
803
804
.menu-toggle { 
805
    font-size:18px;
806
    color:#000;
807
               }    
808
.menu-icon { 
809
    margin-left: -30px;
810
             }
811
.main_icon { 
812
    margin-right:20px;
813
             }
814
815
.personal-info,.server-stats { 
816
    list-style: none;
817
    padding-left: 0;
818
                               }                  
819
820
.progress { 
821
822
    height: 5px;
823
            }
824
825
h5 { 
826
    color: #000;
827
     }
828
829
.radio, .checkbox { 
830
    color:#000;
831
    margin-left: 10px;
832
                    }               
833
.radio label, .checkbox label { 
834
    font-size:14px;
835
                                }            
836
837
.sidebar-wrapper { 
838
                   }
839
#page-content-wrapper {
840
    visibility: hidden;
841
}
842
843
@media (max-width:767px) {
844
    .wrapper {
845
	padding-left: 70px;
846
}
847
.sidebar-wrapper {
848
    left: 70px;
849
}
850
851
.wrapper.active .container{
852
   padding-left: 150px;
853
}
854
855
.wrapper.active .sidebar-wrapper {
856
    left: 150px;
857
    width: 150px;
858
}
859
860
}
861
862
.sidebar-wrapper .row {
863
  margin: 10px 0;
864
}
865
866
.link_disabled {
867
    pointer-events: none;
868
    cursor: none;
869
    color: gray;
870
}
871
872
@media (max-width:450px) {
873
    .thumbnail {
874
	height: 350px;
875
}
876
877
.caption_heading {
878
    height: 100px;
879
}
880
881
}
882
/* -------------end ----------- */
883
.wrapper.active 
884
{
885
    padding-left: 0px;
886
   border-right:2px solid #000;
887
    margin-left:90px;
888
}
889
890
.wrapper.active .sidebar-wrapper {
891
    left: 250px;
892
    /*border-right:4px solid #727272;*/
893
}
894
895
.heading {
896
      border-bottom:1px solid #262525;
897
}
898
899
#message {
900
    padding-left: 15px;
901
    padding-right: -15px;
902
}
903
904
905
.menu-toggle {
906
    font-size:18px;
907
    color:#000;
908
}
909
.menu-icon {
910
    margin-left: -30px;
911
}
912
.main_icon {
913
    margin-right:20px;
914
}
915
916
.personal-info,.server-stats {
917
    list-style: none;
918
    padding-left: 0;
919
}
920
921
.progress {
922
923
    height: 5px;
924
}
925
926
h5 {
927
    color: #000;
928
}
929
930
.radio, .checkbox {
931
    color:#000;
932
    margin-left: 10px;
933
}
934
.radio label, .checkbox label {
935
    font-size:14px;
936
}
937
938
.sidebar-wrapper {
939
940
    /*transform*/
941
    -webkit-transform: translateZ(0);
942
    -moz-transform: translateZ(0);
943
    -o-transform: translateZ(0);
944
    -ms-transform: translateZ(0);
945
    transform: translateZ(0);
946
    margin-left: -250px;
947
    left: 20px;
948
    margin-top: 30px;
949
    width: 270px;
950
    background: #f0f0f0;
951
    position: fixed;
952
    height: auto;
953
    -ms-overflow-y: auto;
954
    overflow-y: auto;
955
    z-index: 10000;
956
    -webkit-transition: all .4s ease 0s;
957
    -moz-transition: all .4s ease 0s;
958
    -o-transition: all .4s ease 0s;
959
    -ms-transition: all .4s ease 0s;
960
    transition: all .4s ease 0s;
961
    box-shadow: 1px 1px 1px #262525;
962
    border-left: none;
963
    padding-right: 5px;
964
    padding-left: 10px;
965
966
                   
967
                   }
968
.home-icon-title { 
969
  /*text-align: center;*/
970
                   }
971
.sidebar-link a{ 
972
    color:#262525;
973
    padding-left:10px;
974
    font-size:16px;
975
                 }
976
.sidebar-link a:hover{ 
977
    color:#262525;
978
                       }      
979
.sidebar-heading { 
980
981
}
982
983
.home-icon-title {
984
  /*text-align: center;*/
985
}
986
.sidebar-link a{
987
    color:#262525;
988
    padding-left:10px;
989
    font-size:16px;
990
}
991
.sidebar-link a:hover{
992
    color:#262525;
993
}
994
.sidebar-heading {
995
996
    color:#1e9e04;
997
    padding-left:10px;
998
    font-size:18px;
999
1000
1001
                   }
1002
.row { 
1003
    margin-left: 0;
1004
    margin-right: 0;
1005
       }
1006
1007
1008
.row {
1009
    margin-left: 0;
1010
    margin-right: 0;
1011
}
1012
1013
/* sidebar css ends here */
1014
1015
/* Search box styles */
1016
1017
.input-group { 
1018
    flaot:right;
1019
    position: relative;
1020
    display: table;
1021
    border-collapse: separate;
1022
    margin-top: 7.5%;
1023
               
1024
               }
1025
.footer-style { 
1026
     position: relative;
1027
    font-size: 16px;
1028
    color:#fff;
1029
     height: 35px;
1030
    background: none repeat scroll 0% 0% rgb(1, 55, 40);
1031
    padding-top:2px;
1032
margin-top:4%;
1033
                } 
1034
1035
.footer-style li { 
1036
    width:auto;
1037
    color:red;
1038
    font-size: 16px;
1039
    line-height: 35px;
1040
    padding: 0px 20px;
1041
    text-decoration: none;
1042
    display: inline-block;
1043
    border-right: 1px solid rgb(255, 255, 255);
1044
                   }
1045
                   
1046
1047
.footer-style li a { 
1048
    width:auto;
1049
    color:white;
1050
                     }  
1051
.dropdown-menu-large > li ul > li > a{ 
1052
    color:white;
1053
    padding-left: 0px;
1054
    padding-right: 5px;
1055
                                       }
1056
                                       
1057
1058
.dropdown-menu-large > li ul > li > a:hover{ 
1059
    color:white;
1060
                                             
1061
                                             }
1062
/*
1063
 * Remove text-shadow in selection highlight: h5bp.com/i
1064
 * These selection rule sets have to be separate.
1065
 * Customize the background color to match your design.
1066
 */
1067
1068
::-moz-selection { 
1069
    background: #b3d4fc;
1070
    text-shadow: none;
1071
                   }
1072
1073
::selection { 
1074
    background: #b3d4fc;
1075
    text-shadow: none;
1076
              
1077
              }
1078
1079
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');
1080
@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');
1081
1082
.panel-heading { 
1083
    cursor: pointer;
1084
}
1085
1086
/* CSS Method for adding Font Awesome Chevron Icons */
1087
 .accordion-toggle:after { 
1088
    /* symbol for "opening" panels */
1089
    font-family:'FontAwesome';
1090
    content:"\f077";
1091
    float: right;
1092
    color: inherit;
1093
                           }                           
1094
.panel-heading.collapsed .accordion-toggle:after { 
1095
    /* symbol for "collapsed" panels */
1096
    content:"\f078";
1097
                                                   }
1098
/*
1099
 * A better looking default horizontal rule
1100
 */
1101
1102
hr { 
1103
    display: block;
1104
    height: 1px;
1105
    border: 0;
1106
    border-top: 1px solid #ccc;
1107
    margin: 1em 0;
1108
    padding: 0;
1109
     }
1110
1111
/*
1112
 * Remove the gap between images, videos, audio and canvas and the bottom of
1113
 * their containers: h5bp.com/i/440
1114
 */
1115
1116
audio,
1117
canvas,
1118
img,
1119
video { 
1120
    vertical-align: middle;
1121
        }   
1122
1123
/*
1124
 * Remove default fieldset styles.
1125
 */
1126
1127
fieldset { 
1128
    border: 0;
1129
    margin: 0;
1130
    padding: 0;
1131
           }   
1132
1133
/*
1134
 * Allow only vertical resizing of textareas.
1135
 */
1136
1137
textarea { 
1138
    resize: vertical;
1139
           }
1140
1141
/* ==========================================================================
1142
   Browse Happy prompt
1143
   ========================================================================== */
1144
1145
.browsehappy { 
1146
    margin: 0.2em 0;
1147
    background: #ccc;
1148
    color: #000;
1149
    padding: 0.2em 0;
1150
               }    
1151
1152
/* ==========================================================================
1153
   Author's custom styles
1154
   ========================================================================== */
1155
body {  
1156
    padding: 30px 0px;
1157
    margin: 0;                                                                                                                                                         
1158
    padding: 0;                                                                                                                                                        
1159
    font-family:'Roboto', sans-serif;                                                                                                                                  
1160
background-color:#dbdfdd;
1161
  margin-top:0px;                                                                                                                                                    
1162
     overflow-y:scroll;                                                                                                                                                
1163
     font-size:18px;
1164
       }
1165
#lightbox .modal-content {  
1166
    display: inline-block;
1167
    text-align: center;   
1168
    width:136%;
1169
                           }                                        
1170
1171
#lightbox .close {  
1172
    opacity: 1;
1173
    color: rgb(255, 255, 255);
1174
    background-color: rgb(25, 25, 25);
1175
    padding: 5px 8px;
1176
    border-radius: 30px;
1177
    border: 2px solid rgb(255, 255, 255);
1178
    position: absolute;
1179
    top: -15px;
1180
    right: -55px;
1181
    
1182
    z-index:1032;
1183
                   }
1184
 .head
1185
{  
1186
font-size: 46px;
1187
font-style: italic;
1188
text-shadow: 0px 0px 20px #222;
1189
  }
1190
.media-object .dp .img-circle
1191
{  
1192
width:150px;
1193
height:150px;
1194
  }
1195
/* carousel */
1196
#quote-carousel 
1197
{  
1198
  padding: 0 10px 30px 10px;
1199
  margin-top: 30px 0px 0px;
1200
  }
1201
  
1202
/* Control buttons  */
1203
#quote-carousel .carousel-control
1204
{  
1205
  background: none;
1206
  color: #222;
1207
  font-size: 2.3em;
1208
  text-shadow: none;
1209
  margin-top: 30px;
1210
  }
1211
/* Previous button  */
1212
#quote-carousel .carousel-control.left 
1213
{  
1214
  left: -12px;
1215
  }  
1216
/* Next button  */
1217
#quote-carousel .carousel-control.right 
1218
{  
1219
  right: -12px !important;
1220
right: 0px;
1221
left: auto;
1222
background-repeat: repeat-x;
1223
  }
1224
/* Changes the position of the indicators */
1225
#quote-carousel .carousel-indicators 
1226
{  
1227
  right: 50%;
1228
  top: auto;
1229
  bottom: 0px;
1230
  margin-right: -19 }