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