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