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