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