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