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