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