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