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