/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */

/* bootstrap.css */

/* 1    */ /*!
/* 2    *|  * Bootstrap v2.3.1
/* 3    *|  *
/* 4    *|  * Copyright 2012 Twitter, Inc
/* 5    *|  * Licensed under the Apache License v2.0
/* 6    *|  * http://www.apache.org/licenses/LICENSE-2.0
/* 7    *|  *
/* 8    *|  * Designed and built with all the love in the world @twitter by @mdo and @fat.
/* 9    *|  */
/* 10   */ 
/* 11   */ .clearfix {
/* 12   */   *zoom: 1;
/* 13   */ }
/* 14   */ 
/* 15   */ .clearfix:before,
/* 16   */ .clearfix:after {
/* 17   */   display: table;
/* 18   */   line-height: 0;
/* 19   */   content: "";
/* 20   */ }
/* 21   */ 
/* 22   */ .clearfix:after {
/* 23   */   clear: both;
/* 24   */ }
/* 25   */ 
/* 26   */ .hide-text {
/* 27   */   font: 0/0 a;
/* 28   */   color: transparent;
/* 29   */   text-shadow: none;
/* 30   */   background-color: transparent;
/* 31   */   border: 0;
/* 32   */ }
/* 33   */ 
/* 34   */ .input-block-level {
/* 35   */   display: block;
/* 36   */   width: 100%;
/* 37   */   min-height: 30px;
/* 38   */   -webkit-box-sizing: border-box;
/* 39   */      -moz-box-sizing: border-box;
/* 40   */           box-sizing: border-box;
/* 41   */ }
/* 42   */ 
/* 43   */ article,
/* 44   */ aside,
/* 45   */ details,
/* 46   */ figcaption,
/* 47   */ figure,
/* 48   */ footer,
/* 49   */ header,
/* 50   */ hgroup,

/* bootstrap.css */

/* 51   */ nav,
/* 52   */ section {
/* 53   */   display: block;
/* 54   */ }
/* 55   */ 
/* 56   */ audio,
/* 57   */ canvas,
/* 58   */ video {
/* 59   */   display: inline-block;
/* 60   */   *display: inline;
/* 61   */   *zoom: 1;
/* 62   */ }
/* 63   */ 
/* 64   */ audio:not([controls]) {
/* 65   */   display: none;
/* 66   */ }
/* 67   */ 
/* 68   */ html {
/* 69   */   font-size: 100%;
/* 70   */   -webkit-text-size-adjust: 100%;
/* 71   */       -ms-text-size-adjust: 100%;
/* 72   */ }
/* 73   */ 
/* 74   */ a:focus {
/* 75   */   outline: thin dotted #333;
/* 76   */   outline: 5px auto -webkit-focus-ring-color;
/* 77   */   outline-offset: -2px;
/* 78   */ }
/* 79   */ 
/* 80   */ a:hover,
/* 81   */ a:active {
/* 82   */   outline: 0;
/* 83   */ }
/* 84   */ 
/* 85   */ sub,
/* 86   */ sup {
/* 87   */   position: relative;
/* 88   */   font-size: 75%;
/* 89   */   line-height: 0;
/* 90   */   vertical-align: baseline;
/* 91   */ }
/* 92   */ 
/* 93   */ sup {
/* 94   */   top: -0.5em;
/* 95   */ }
/* 96   */ 
/* 97   */ sub {
/* 98   */   bottom: -0.25em;
/* 99   */ }
/* 100  */ 

/* bootstrap.css */

/* 101  */ img {
/* 102  */   width: auto\9;
/* 103  */   height: auto;
/* 104  */   max-width: 100%;
/* 105  */   vertical-align: middle;
/* 106  */   border: 0;
/* 107  */   -ms-interpolation-mode: bicubic;
/* 108  */ }
/* 109  */ 
/* 110  */ #map_canvas img,
/* 111  */ .google-maps img {
/* 112  */   max-width: none;
/* 113  */ }
/* 114  */ 
/* 115  */ button,
/* 116  */ input,
/* 117  */ select,
/* 118  */ textarea {
/* 119  */   margin: 0;
/* 120  */   font-size: 100%;
/* 121  */   vertical-align: middle;
/* 122  */ }
/* 123  */ 
/* 124  */ button,
/* 125  */ input {
/* 126  */   *overflow: visible;
/* 127  */   line-height: normal;
/* 128  */ }
/* 129  */ 
/* 130  */ button::-moz-focus-inner,
/* 131  */ input::-moz-focus-inner {
/* 132  */   padding: 0;
/* 133  */   border: 0;
/* 134  */ }
/* 135  */ 
/* 136  */ button,
/* 137  */ html input[type="button"],
/* 138  */ input[type="reset"],
/* 139  */ input[type="submit"] {
/* 140  */   cursor: pointer;
/* 141  */   -webkit-appearance: button;
/* 142  */ }
/* 143  */ 
/* 144  */ label,
/* 145  */ select,
/* 146  */ button,
/* 147  */ input[type="button"],
/* 148  */ input[type="reset"],
/* 149  */ input[type="submit"],
/* 150  */ input[type="radio"],

/* bootstrap.css */

/* 151  */ input[type="checkbox"] {
/* 152  */   cursor: pointer;
/* 153  */ }
/* 154  */ 
/* 155  */ input[type="search"] {
/* 156  */   -webkit-box-sizing: content-box;
/* 157  */      -moz-box-sizing: content-box;
/* 158  */           box-sizing: content-box;
/* 159  */   -webkit-appearance: textfield;
/* 160  */ }
/* 161  */ 
/* 162  */ input[type="search"]::-webkit-search-decoration,
/* 163  */ input[type="search"]::-webkit-search-cancel-button {
/* 164  */   -webkit-appearance: none;
/* 165  */ }
/* 166  */ 
/* 167  */ textarea {
/* 168  */   overflow: auto;
/* 169  */   vertical-align: top;
/* 170  */ }
/* 171  */ 
/* 172  */ @media print {
/* 173  */   * {
/* 174  */     color: #000 !important;
/* 175  */     text-shadow: none !important;
/* 176  */     background: transparent !important;
/* 177  */     box-shadow: none !important;
/* 178  */   }
/* 179  */   a,
/* 180  */   a:visited {
/* 181  */     text-decoration: underline;
/* 182  */   }
/* 183  */   a[href]:after {
/* 184  */     content: " (" attr(href) ")";
/* 185  */   }
/* 186  */   abbr[title]:after {
/* 187  */     content: " (" attr(title) ")";
/* 188  */   }
/* 189  */   .ir a:after,
/* 190  */   a[href^="javascript:"]:after,
/* 191  */   a[href^="#"]:after {
/* 192  */     content: "";
/* 193  */   }
/* 194  */   pre,
/* 195  */   blockquote {
/* 196  */     border: 1px solid #999;
/* 197  */     page-break-inside: avoid;
/* 198  */   }
/* 199  */   thead {
/* 200  */     display: table-header-group;

/* bootstrap.css */

/* 201  */   }
/* 202  */   tr,
/* 203  */   img {
/* 204  */     page-break-inside: avoid;
/* 205  */   }
/* 206  */   img {
/* 207  */     max-width: 100% !important;
/* 208  */   }
/* 209  */   @page  {
/* 210  */     margin: 0.5cm;
/* 211  */   }
/* 212  */   p,
/* 213  */   h2,
/* 214  */   h3 {
/* 215  */     orphans: 3;
/* 216  */     widows: 3;
/* 217  */   }
/* 218  */   h2,
/* 219  */   h3 {
/* 220  */     page-break-after: avoid;
/* 221  */   }
/* 222  */ }
/* 223  */ 
/* 224  */ body {
/* 225  */   margin: 0;
/* 226  */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 227  */   font-size: 14px;
/* 228  */   line-height: 20px;
/* 229  */   color: #333333;
/* 230  */   background-color: #ffffff;
/* 231  */ }
/* 232  */ 
/* 233  */ a {
/* 234  */   color: #0088cc;
/* 235  */   text-decoration: none;
/* 236  */ }
/* 237  */ 
/* 238  */ a:hover,
/* 239  */ a:focus {
/* 240  */   color: #005580;
/* 241  */   text-decoration: underline;
/* 242  */ }
/* 243  */ 
/* 244  */ .img-rounded {
/* 245  */   -webkit-border-radius: 6px;
/* 246  */      -moz-border-radius: 6px;
/* 247  */           border-radius: 6px;
/* 248  */ }
/* 249  */ 
/* 250  */ .img-polaroid {

/* bootstrap.css */

/* 251  */   padding: 4px;
/* 252  */   background-color: #fff;
/* 253  */   border: 1px solid #ccc;
/* 254  */   border: 1px solid rgba(0, 0, 0, 0.2);
/* 255  */   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
/* 256  */      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
/* 257  */           box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
/* 258  */ }
/* 259  */ 
/* 260  */ .img-circle {
/* 261  */   -webkit-border-radius: 500px;
/* 262  */      -moz-border-radius: 500px;
/* 263  */           border-radius: 500px;
/* 264  */ }
/* 265  */ 
/* 266  */ .row {
/* 267  */   margin-left: -20px;
/* 268  */   *zoom: 1;
/* 269  */ }
/* 270  */ 
/* 271  */ .row:before,
/* 272  */ .row:after {
/* 273  */   display: table;
/* 274  */   line-height: 0;
/* 275  */   content: "";
/* 276  */ }
/* 277  */ 
/* 278  */ .row:after {
/* 279  */   clear: both;
/* 280  */ }
/* 281  */ 
/* 282  */ [class*="span"] {
/* 283  */   float: left;
/* 284  */   min-height: 1px;
/* 285  */   margin-left: 20px;
/* 286  */ }
/* 287  */ 
/* 288  */ .container,
/* 289  */ .navbar-static-top .container,
/* 290  */ .navbar-fixed-top .container,
/* 291  */ .navbar-fixed-bottom .container {
/* 292  */   width: 940px;
/* 293  */ }
/* 294  */ 
/* 295  */ .span12 {
/* 296  */   width: 940px;
/* 297  */ }
/* 298  */ 
/* 299  */ .span11 {
/* 300  */   width: 860px;

/* bootstrap.css */

/* 301  */ }
/* 302  */ 
/* 303  */ .span10 {
/* 304  */   width: 780px;
/* 305  */ }
/* 306  */ 
/* 307  */ .span9 {
/* 308  */   width: 700px;
/* 309  */ }
/* 310  */ 
/* 311  */ .span8 {
/* 312  */   width: 620px;
/* 313  */ }
/* 314  */ 
/* 315  */ .span7 {
/* 316  */   width: 540px;
/* 317  */ }
/* 318  */ 
/* 319  */ .span6 {
/* 320  */   width: 460px;
/* 321  */ }
/* 322  */ 
/* 323  */ .span5 {
/* 324  */   width: 380px;
/* 325  */ }
/* 326  */ 
/* 327  */ .span4 {
/* 328  */   width: 300px;
/* 329  */ }
/* 330  */ 
/* 331  */ .span3 {
/* 332  */   width: 220px;
/* 333  */ }
/* 334  */ 
/* 335  */ .span2 {
/* 336  */   width: 140px;
/* 337  */ }
/* 338  */ 
/* 339  */ .span1 {
/* 340  */   width: 60px;
/* 341  */ }
/* 342  */ 
/* 343  */ .offset12 {
/* 344  */   margin-left: 980px;
/* 345  */ }
/* 346  */ 
/* 347  */ .offset11 {
/* 348  */   margin-left: 900px;
/* 349  */ }
/* 350  */ 

/* bootstrap.css */

/* 351  */ .offset10 {
/* 352  */   margin-left: 820px;
/* 353  */ }
/* 354  */ 
/* 355  */ .offset9 {
/* 356  */   margin-left: 740px;
/* 357  */ }
/* 358  */ 
/* 359  */ .offset8 {
/* 360  */   margin-left: 660px;
/* 361  */ }
/* 362  */ 
/* 363  */ .offset7 {
/* 364  */   margin-left: 580px;
/* 365  */ }
/* 366  */ 
/* 367  */ .offset6 {
/* 368  */   margin-left: 500px;
/* 369  */ }
/* 370  */ 
/* 371  */ .offset5 {
/* 372  */   margin-left: 420px;
/* 373  */ }
/* 374  */ 
/* 375  */ .offset4 {
/* 376  */   margin-left: 340px;
/* 377  */ }
/* 378  */ 
/* 379  */ .offset3 {
/* 380  */   margin-left: 260px;
/* 381  */ }
/* 382  */ 
/* 383  */ .offset2 {
/* 384  */   margin-left: 180px;
/* 385  */ }
/* 386  */ 
/* 387  */ .offset1 {
/* 388  */   margin-left: 100px;
/* 389  */ }
/* 390  */ 
/* 391  */ .row-fluid {
/* 392  */   width: 100%;
/* 393  */   *zoom: 1;
/* 394  */ }
/* 395  */ 
/* 396  */ .row-fluid:before,
/* 397  */ .row-fluid:after {
/* 398  */   display: table;
/* 399  */   line-height: 0;
/* 400  */   content: "";

/* bootstrap.css */

/* 401  */ }
/* 402  */ 
/* 403  */ .row-fluid:after {
/* 404  */   clear: both;
/* 405  */ }
/* 406  */ 
/* 407  */ .row-fluid [class*="span"] {
/* 408  */   display: block;
/* 409  */   float: left;
/* 410  */   width: 100%;
/* 411  */   min-height: 30px;
/* 412  */   margin-left: 2.127659574468085%;
/* 413  */   *margin-left: 2.074468085106383%;
/* 414  */   -webkit-box-sizing: border-box;
/* 415  */      -moz-box-sizing: border-box;
/* 416  */           box-sizing: border-box;
/* 417  */ }
/* 418  */ 
/* 419  */ .row-fluid [class*="span"]:first-child {
/* 420  */   margin-left: 0;
/* 421  */ }
/* 422  */ 
/* 423  */ .row-fluid .controls-row [class*="span"] + [class*="span"] {
/* 424  */   margin-left: 2.127659574468085%;
/* 425  */ }
/* 426  */ 
/* 427  */ .row-fluid .span12 {
/* 428  */   width: 100%;
/* 429  */   *width: 99.94680851063829%;
/* 430  */ }
/* 431  */ 
/* 432  */ .row-fluid .span11 {
/* 433  */   width: 91.48936170212765%;
/* 434  */   *width: 91.43617021276594%;
/* 435  */ }
/* 436  */ 
/* 437  */ .row-fluid .span10 {
/* 438  */   width: 82.97872340425532%;
/* 439  */   *width: 82.92553191489361%;
/* 440  */ }
/* 441  */ 
/* 442  */ .row-fluid .span9 {
/* 443  */   width: 74.46808510638297%;
/* 444  */   *width: 74.41489361702126%;
/* 445  */ }
/* 446  */ 
/* 447  */ .row-fluid .span8 {
/* 448  */   width: 65.95744680851064%;
/* 449  */   *width: 65.90425531914893%;
/* 450  */ }

/* bootstrap.css */

/* 451  */ 
/* 452  */ .row-fluid .span7 {
/* 453  */   width: 57.44680851063829%;
/* 454  */   *width: 57.39361702127659%;
/* 455  */ }
/* 456  */ 
/* 457  */ .row-fluid .span6 {
/* 458  */   width: 48.93617021276595%;
/* 459  */   *width: 48.88297872340425%;
/* 460  */ }
/* 461  */ 
/* 462  */ .row-fluid .span5 {
/* 463  */   width: 40.42553191489362%;
/* 464  */   *width: 40.37234042553192%;
/* 465  */ }
/* 466  */ 
/* 467  */ .row-fluid .span4 {
/* 468  */   width: 31.914893617021278%;
/* 469  */   *width: 31.861702127659576%;
/* 470  */ }
/* 471  */ 
/* 472  */ .row-fluid .span3 {
/* 473  */   width: 23.404255319148934%;
/* 474  */   *width: 23.351063829787233%;
/* 475  */ }
/* 476  */ 
/* 477  */ .row-fluid .span2 {
/* 478  */   width: 14.893617021276595%;
/* 479  */   *width: 14.840425531914894%;
/* 480  */ }
/* 481  */ 
/* 482  */ .row-fluid .span1 {
/* 483  */   width: 6.382978723404255%;
/* 484  */   *width: 6.329787234042553%;
/* 485  */ }
/* 486  */ 
/* 487  */ .row-fluid .offset12 {
/* 488  */   margin-left: 104.25531914893617%;
/* 489  */   *margin-left: 104.14893617021275%;
/* 490  */ }
/* 491  */ 
/* 492  */ .row-fluid .offset12:first-child {
/* 493  */   margin-left: 102.12765957446808%;
/* 494  */   *margin-left: 102.02127659574467%;
/* 495  */ }
/* 496  */ 
/* 497  */ .row-fluid .offset11 {
/* 498  */   margin-left: 95.74468085106382%;
/* 499  */   *margin-left: 95.6382978723404%;
/* 500  */ }

/* bootstrap.css */

/* 501  */ 
/* 502  */ .row-fluid .offset11:first-child {
/* 503  */   margin-left: 93.61702127659574%;
/* 504  */   *margin-left: 93.51063829787232%;
/* 505  */ }
/* 506  */ 
/* 507  */ .row-fluid .offset10 {
/* 508  */   margin-left: 87.23404255319149%;
/* 509  */   *margin-left: 87.12765957446807%;
/* 510  */ }
/* 511  */ 
/* 512  */ .row-fluid .offset10:first-child {
/* 513  */   margin-left: 85.1063829787234%;
/* 514  */   *margin-left: 84.99999999999999%;
/* 515  */ }
/* 516  */ 
/* 517  */ .row-fluid .offset9 {
/* 518  */   margin-left: 78.72340425531914%;
/* 519  */   *margin-left: 78.61702127659572%;
/* 520  */ }
/* 521  */ 
/* 522  */ .row-fluid .offset9:first-child {
/* 523  */   margin-left: 76.59574468085106%;
/* 524  */   *margin-left: 76.48936170212764%;
/* 525  */ }
/* 526  */ 
/* 527  */ .row-fluid .offset8 {
/* 528  */   margin-left: 70.2127659574468%;
/* 529  */   *margin-left: 70.10638297872339%;
/* 530  */ }
/* 531  */ 
/* 532  */ .row-fluid .offset8:first-child {
/* 533  */   margin-left: 68.08510638297872%;
/* 534  */   *margin-left: 67.9787234042553%;
/* 535  */ }
/* 536  */ 
/* 537  */ .row-fluid .offset7 {
/* 538  */   margin-left: 61.70212765957446%;
/* 539  */   *margin-left: 61.59574468085106%;
/* 540  */ }
/* 541  */ 
/* 542  */ .row-fluid .offset7:first-child {
/* 543  */   margin-left: 59.574468085106375%;
/* 544  */   *margin-left: 59.46808510638297%;
/* 545  */ }
/* 546  */ 
/* 547  */ .row-fluid .offset6 {
/* 548  */   margin-left: 53.191489361702125%;
/* 549  */   *margin-left: 53.085106382978715%;
/* 550  */ }

/* bootstrap.css */

/* 551  */ 
/* 552  */ .row-fluid .offset6:first-child {
/* 553  */   margin-left: 51.063829787234035%;
/* 554  */   *margin-left: 50.95744680851063%;
/* 555  */ }
/* 556  */ 
/* 557  */ .row-fluid .offset5 {
/* 558  */   margin-left: 44.68085106382979%;
/* 559  */   *margin-left: 44.57446808510638%;
/* 560  */ }
/* 561  */ 
/* 562  */ .row-fluid .offset5:first-child {
/* 563  */   margin-left: 42.5531914893617%;
/* 564  */   *margin-left: 42.4468085106383%;
/* 565  */ }
/* 566  */ 
/* 567  */ .row-fluid .offset4 {
/* 568  */   margin-left: 36.170212765957444%;
/* 569  */   *margin-left: 36.06382978723405%;
/* 570  */ }
/* 571  */ 
/* 572  */ .row-fluid .offset4:first-child {
/* 573  */   margin-left: 34.04255319148936%;
/* 574  */   *margin-left: 33.93617021276596%;
/* 575  */ }
/* 576  */ 
/* 577  */ .row-fluid .offset3 {
/* 578  */   margin-left: 27.659574468085104%;
/* 579  */   *margin-left: 27.5531914893617%;
/* 580  */ }
/* 581  */ 
/* 582  */ .row-fluid .offset3:first-child {
/* 583  */   margin-left: 25.53191489361702%;
/* 584  */   *margin-left: 25.425531914893618%;
/* 585  */ }
/* 586  */ 
/* 587  */ .row-fluid .offset2 {
/* 588  */   margin-left: 19.148936170212764%;
/* 589  */   *margin-left: 19.04255319148936%;
/* 590  */ }
/* 591  */ 
/* 592  */ .row-fluid .offset2:first-child {
/* 593  */   margin-left: 17.02127659574468%;
/* 594  */   *margin-left: 16.914893617021278%;
/* 595  */ }
/* 596  */ 
/* 597  */ .row-fluid .offset1 {
/* 598  */   margin-left: 10.638297872340425%;
/* 599  */   *margin-left: 10.53191489361702%;
/* 600  */ }

/* bootstrap.css */

/* 601  */ 
/* 602  */ .row-fluid .offset1:first-child {
/* 603  */   margin-left: 8.51063829787234%;
/* 604  */   *margin-left: 8.404255319148938%;
/* 605  */ }
/* 606  */ 
/* 607  */ [class*="span"].hide,
/* 608  */ .row-fluid [class*="span"].hide {
/* 609  */   display: none;
/* 610  */ }
/* 611  */ 
/* 612  */ [class*="span"].pull-right,
/* 613  */ .row-fluid [class*="span"].pull-right {
/* 614  */   float: right;
/* 615  */ }
/* 616  */ 
/* 617  */ .container {
/* 618  */   margin-right: auto;
/* 619  */   margin-left: auto;
/* 620  */   *zoom: 1;
/* 621  */ }
/* 622  */ 
/* 623  */ .container:before,
/* 624  */ .container:after {
/* 625  */   display: table;
/* 626  */   line-height: 0;
/* 627  */   content: "";
/* 628  */ }
/* 629  */ 
/* 630  */ .container:after {
/* 631  */   clear: both;
/* 632  */ }
/* 633  */ 
/* 634  */ .container-fluid {
/* 635  */   padding-right: 20px;
/* 636  */   padding-left: 20px;
/* 637  */   *zoom: 1;
/* 638  */ }
/* 639  */ 
/* 640  */ .container-fluid:before,
/* 641  */ .container-fluid:after {
/* 642  */   display: table;
/* 643  */   line-height: 0;
/* 644  */   content: "";
/* 645  */ }
/* 646  */ 
/* 647  */ .container-fluid:after {
/* 648  */   clear: both;
/* 649  */ }
/* 650  */ 

/* bootstrap.css */

/* 651  */ p {
/* 652  */   margin: 0 0 10px;
/* 653  */ }
/* 654  */ 
/* 655  */ .lead {
/* 656  */   margin-bottom: 20px;
/* 657  */   font-size: 21px;
/* 658  */   font-weight: 200;
/* 659  */   line-height: 30px;
/* 660  */ }
/* 661  */ 
/* 662  */ small {
/* 663  */   font-size: 85%;
/* 664  */ }
/* 665  */ 
/* 666  */ strong {
/* 667  */   font-weight: bold;
/* 668  */ }
/* 669  */ 
/* 670  */ em {
/* 671  */   font-style: italic;
/* 672  */ }
/* 673  */ 
/* 674  */ cite {
/* 675  */   font-style: normal;
/* 676  */ }
/* 677  */ 
/* 678  */ .muted {
/* 679  */   color: #999999;
/* 680  */ }
/* 681  */ 
/* 682  */ a.muted:hover,
/* 683  */ a.muted:focus {
/* 684  */   color: #808080;
/* 685  */ }
/* 686  */ 
/* 687  */ .text-warning {
/* 688  */   color: #c09853;
/* 689  */ }
/* 690  */ 
/* 691  */ a.text-warning:hover,
/* 692  */ a.text-warning:focus {
/* 693  */   color: #a47e3c;
/* 694  */ }
/* 695  */ 
/* 696  */ .text-error {
/* 697  */   color: #b94a48;
/* 698  */ }
/* 699  */ 
/* 700  */ a.text-error:hover,

/* bootstrap.css */

/* 701  */ a.text-error:focus {
/* 702  */   color: #953b39;
/* 703  */ }
/* 704  */ 
/* 705  */ .text-info {
/* 706  */   color: #3a87ad;
/* 707  */ }
/* 708  */ 
/* 709  */ a.text-info:hover,
/* 710  */ a.text-info:focus {
/* 711  */   color: #2d6987;
/* 712  */ }
/* 713  */ 
/* 714  */ .text-success {
/* 715  */   color: #468847;
/* 716  */ }
/* 717  */ 
/* 718  */ a.text-success:hover,
/* 719  */ a.text-success:focus {
/* 720  */   color: #356635;
/* 721  */ }
/* 722  */ 
/* 723  */ .text-left {
/* 724  */   text-align: left;
/* 725  */ }
/* 726  */ 
/* 727  */ .text-right {
/* 728  */   text-align: right;
/* 729  */ }
/* 730  */ 
/* 731  */ .text-center {
/* 732  */   text-align: center;
/* 733  */ }
/* 734  */ 
/* 735  */ h1,
/* 736  */ h2,
/* 737  */ h3,
/* 738  */ h4,
/* 739  */ h5,
/* 740  */ h6 {
/* 741  */   margin: 10px 0;
/* 742  */   font-family: inherit;
/* 743  */   font-weight: bold;
/* 744  */   line-height: 20px;
/* 745  */   color: inherit;
/* 746  */   text-rendering: optimizelegibility;
/* 747  */ }
/* 748  */ 
/* 749  */ h1 small,
/* 750  */ h2 small,

/* bootstrap.css */

/* 751  */ h3 small,
/* 752  */ h4 small,
/* 753  */ h5 small,
/* 754  */ h6 small {
/* 755  */   font-weight: normal;
/* 756  */   line-height: 1;
/* 757  */   color: #999999;
/* 758  */ }
/* 759  */ 
/* 760  */ h1,
/* 761  */ h2,
/* 762  */ h3 {
/* 763  */   line-height: 40px;
/* 764  */ }
/* 765  */ 
/* 766  */ h1 {
/* 767  */   font-size: 38.5px;
/* 768  */ }
/* 769  */ 
/* 770  */ h2 {
/* 771  */   font-size: 31.5px;
/* 772  */ }
/* 773  */ 
/* 774  */ h3 {
/* 775  */   font-size: 24.5px;
/* 776  */ }
/* 777  */ 
/* 778  */ h4 {
/* 779  */   font-size: 17.5px;
/* 780  */ }
/* 781  */ 
/* 782  */ h5 {
/* 783  */   font-size: 14px;
/* 784  */ }
/* 785  */ 
/* 786  */ h6 {
/* 787  */   font-size: 11.9px;
/* 788  */ }
/* 789  */ 
/* 790  */ h1 small {
/* 791  */   font-size: 24.5px;
/* 792  */ }
/* 793  */ 
/* 794  */ h2 small {
/* 795  */   font-size: 17.5px;
/* 796  */ }
/* 797  */ 
/* 798  */ h3 small {
/* 799  */   font-size: 14px;
/* 800  */ }

/* bootstrap.css */

/* 801  */ 
/* 802  */ h4 small {
/* 803  */   font-size: 14px;
/* 804  */ }
/* 805  */ 
/* 806  */ .page-header {
/* 807  */   padding-bottom: 9px;
/* 808  */   margin: 20px 0 30px;
/* 809  */   border-bottom: 1px solid #eeeeee;
/* 810  */ }
/* 811  */ 
/* 812  */ ul,
/* 813  */ ol {
/* 814  */   padding: 0;
/* 815  */   margin: 0 0 10px 25px;
/* 816  */ }
/* 817  */ 
/* 818  */ ul ul,
/* 819  */ ul ol,
/* 820  */ ol ol,
/* 821  */ ol ul {
/* 822  */   margin-bottom: 0;
/* 823  */ }
/* 824  */ 
/* 825  */ li {
/* 826  */   line-height: 20px;
/* 827  */ }
/* 828  */ 
/* 829  */ ul.unstyled,
/* 830  */ ol.unstyled {
/* 831  */   margin-left: 0;
/* 832  */   list-style: none;
/* 833  */ }
/* 834  */ 
/* 835  */ ul.inline,
/* 836  */ ol.inline {
/* 837  */   margin-left: 0;
/* 838  */   list-style: none;
/* 839  */ }
/* 840  */ 
/* 841  */ ul.inline > li,
/* 842  */ ol.inline > li {
/* 843  */   display: inline-block;
/* 844  */   *display: inline;
/* 845  */   padding-right: 5px;
/* 846  */   padding-left: 5px;
/* 847  */   *zoom: 1;
/* 848  */ }
/* 849  */ 
/* 850  */ dl {

/* bootstrap.css */

/* 851  */   margin-bottom: 20px;
/* 852  */ }
/* 853  */ 
/* 854  */ dt,
/* 855  */ dd {
/* 856  */   line-height: 20px;
/* 857  */ }
/* 858  */ 
/* 859  */ dt {
/* 860  */   font-weight: bold;
/* 861  */ }
/* 862  */ 
/* 863  */ dd {
/* 864  */   margin-left: 10px;
/* 865  */ }
/* 866  */ 
/* 867  */ .dl-horizontal {
/* 868  */   *zoom: 1;
/* 869  */ }
/* 870  */ 
/* 871  */ .dl-horizontal:before,
/* 872  */ .dl-horizontal:after {
/* 873  */   display: table;
/* 874  */   line-height: 0;
/* 875  */   content: "";
/* 876  */ }
/* 877  */ 
/* 878  */ .dl-horizontal:after {
/* 879  */   clear: both;
/* 880  */ }
/* 881  */ 
/* 882  */ .dl-horizontal dt {
/* 883  */   float: left;
/* 884  */   width: 160px;
/* 885  */   overflow: hidden;
/* 886  */   clear: left;
/* 887  */   text-align: right;
/* 888  */   text-overflow: ellipsis;
/* 889  */   white-space: nowrap;
/* 890  */ }
/* 891  */ 
/* 892  */ .dl-horizontal dd {
/* 893  */   margin-left: 180px;
/* 894  */ }
/* 895  */ 
/* 896  */ hr {
/* 897  */   margin: 20px 0;
/* 898  */   border: 0;
/* 899  */   border-top: 1px solid #eeeeee;
/* 900  */   border-bottom: 1px solid #ffffff;

/* bootstrap.css */

/* 901  */ }
/* 902  */ 
/* 903  */ abbr[title],
/* 904  */ abbr[data-original-title] {
/* 905  */   cursor: help;
/* 906  */   border-bottom: 1px dotted #999999;
/* 907  */ }
/* 908  */ 
/* 909  */ abbr.initialism {
/* 910  */   font-size: 90%;
/* 911  */   text-transform: uppercase;
/* 912  */ }
/* 913  */ 
/* 914  */ blockquote {
/* 915  */   padding: 0 0 0 15px;
/* 916  */   margin: 0 0 20px;
/* 917  */   border-left: 5px solid #eeeeee;
/* 918  */ }
/* 919  */ 
/* 920  */ blockquote p {
/* 921  */   margin-bottom: 0;
/* 922  */   font-size: 17.5px;
/* 923  */   font-weight: 300;
/* 924  */   line-height: 1.25;
/* 925  */ }
/* 926  */ 
/* 927  */ blockquote small {
/* 928  */   display: block;
/* 929  */   line-height: 20px;
/* 930  */   color: #999999;
/* 931  */ }
/* 932  */ 
/* 933  */ blockquote small:before {
/* 934  */   content: '\2014 \00A0';
/* 935  */ }
/* 936  */ 
/* 937  */ blockquote.pull-right {
/* 938  */   float: right;
/* 939  */   padding-right: 15px;
/* 940  */   padding-left: 0;
/* 941  */   border-right: 5px solid #eeeeee;
/* 942  */   border-left: 0;
/* 943  */ }
/* 944  */ 
/* 945  */ blockquote.pull-right p,
/* 946  */ blockquote.pull-right small {
/* 947  */   text-align: right;
/* 948  */ }
/* 949  */ 
/* 950  */ blockquote.pull-right small:before {

/* bootstrap.css */

/* 951  */   content: '';
/* 952  */ }
/* 953  */ 
/* 954  */ blockquote.pull-right small:after {
/* 955  */   content: '\00A0 \2014';
/* 956  */ }
/* 957  */ 
/* 958  */ q:before,
/* 959  */ q:after,
/* 960  */ blockquote:before,
/* 961  */ blockquote:after {
/* 962  */   content: "";
/* 963  */ }
/* 964  */ 
/* 965  */ address {
/* 966  */   display: block;
/* 967  */   margin-bottom: 20px;
/* 968  */   font-style: normal;
/* 969  */   line-height: 20px;
/* 970  */ }
/* 971  */ 
/* 972  */ code,
/* 973  */ pre {
/* 974  */   padding: 0 3px 2px;
/* 975  */   font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
/* 976  */   font-size: 12px;
/* 977  */   color: #333333;
/* 978  */   -webkit-border-radius: 3px;
/* 979  */      -moz-border-radius: 3px;
/* 980  */           border-radius: 3px;
/* 981  */ }
/* 982  */ 
/* 983  */ code {
/* 984  */   padding: 2px 4px;
/* 985  */   color: #d14;
/* 986  */   white-space: nowrap;
/* 987  */   background-color: #f7f7f9;
/* 988  */   border: 1px solid #e1e1e8;
/* 989  */ }
/* 990  */ 
/* 991  */ pre {
/* 992  */   display: block;
/* 993  */   padding: 9.5px;
/* 994  */   margin: 0 0 10px;
/* 995  */   font-size: 13px;
/* 996  */   line-height: 20px;
/* 997  */   word-break: break-all;
/* 998  */   word-wrap: break-word;
/* 999  */   white-space: pre;
/* 1000 */   white-space: pre-wrap;

/* bootstrap.css */

/* 1001 */   background-color: #f5f5f5;
/* 1002 */   border: 1px solid #ccc;
/* 1003 */   border: 1px solid rgba(0, 0, 0, 0.15);
/* 1004 */   -webkit-border-radius: 4px;
/* 1005 */      -moz-border-radius: 4px;
/* 1006 */           border-radius: 4px;
/* 1007 */ }
/* 1008 */ 
/* 1009 */ pre.prettyprint {
/* 1010 */   margin-bottom: 20px;
/* 1011 */ }
/* 1012 */ 
/* 1013 */ pre code {
/* 1014 */   padding: 0;
/* 1015 */   color: inherit;
/* 1016 */   white-space: pre;
/* 1017 */   white-space: pre-wrap;
/* 1018 */   background-color: transparent;
/* 1019 */   border: 0;
/* 1020 */ }
/* 1021 */ 
/* 1022 */ .pre-scrollable {
/* 1023 */   max-height: 340px;
/* 1024 */   overflow-y: scroll;
/* 1025 */ }
/* 1026 */ 
/* 1027 */ form {
/* 1028 */   margin: 0 0 20px;
/* 1029 */ }
/* 1030 */ 
/* 1031 */ fieldset {
/* 1032 */   padding: 0;
/* 1033 */   margin: 0;
/* 1034 */   border: 0;
/* 1035 */ }
/* 1036 */ 
/* 1037 */ legend {
/* 1038 */   display: block;
/* 1039 */   width: 100%;
/* 1040 */   padding: 0;
/* 1041 */   margin-bottom: 20px;
/* 1042 */   font-size: 21px;
/* 1043 */   line-height: 40px;
/* 1044 */   color: #333333;
/* 1045 */   border: 0;
/* 1046 */   border-bottom: 1px solid #e5e5e5;
/* 1047 */ }
/* 1048 */ 
/* 1049 */ legend small {
/* 1050 */   font-size: 15px;

/* bootstrap.css */

/* 1051 */   color: #999999;
/* 1052 */ }
/* 1053 */ 
/* 1054 */ label,
/* 1055 */ input,
/* 1056 */ button,
/* 1057 */ select,
/* 1058 */ textarea {
/* 1059 */   font-size: 14px;
/* 1060 */   font-weight: normal;
/* 1061 */   line-height: 20px;
/* 1062 */ }
/* 1063 */ 
/* 1064 */ input,
/* 1065 */ button,
/* 1066 */ select,
/* 1067 */ textarea {
/* 1068 */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 1069 */ }
/* 1070 */ 
/* 1071 */ label {
/* 1072 */   display: block;
/* 1073 */   margin-bottom: 5px;
/* 1074 */ }
/* 1075 */ 
/* 1076 */ select,
/* 1077 */ textarea,
/* 1078 */ input[type="text"],
/* 1079 */ input[type="password"],
/* 1080 */ input[type="datetime"],
/* 1081 */ input[type="datetime-local"],
/* 1082 */ input[type="date"],
/* 1083 */ input[type="month"],
/* 1084 */ input[type="time"],
/* 1085 */ input[type="week"],
/* 1086 */ input[type="number"],
/* 1087 */ input[type="email"],
/* 1088 */ input[type="url"],
/* 1089 */ input[type="search"],
/* 1090 */ input[type="tel"],
/* 1091 */ input[type="color"],
/* 1092 */ .uneditable-input {
/* 1093 */   display: inline-block;
/* 1094 */   height: 20px;
/* 1095 */   padding: 4px 6px;
/* 1096 */   margin-bottom: 10px;
/* 1097 */   font-size: 14px;
/* 1098 */   line-height: 20px;
/* 1099 */   color: #555555;
/* 1100 */   vertical-align: middle;

/* bootstrap.css */

/* 1101 */   -webkit-border-radius: 4px;
/* 1102 */      -moz-border-radius: 4px;
/* 1103 */           border-radius: 4px;
/* 1104 */ }
/* 1105 */ 
/* 1106 */ input,
/* 1107 */ textarea,
/* 1108 */ .uneditable-input {
/* 1109 */   width: 206px;
/* 1110 */ }
/* 1111 */ 
/* 1112 */ textarea {
/* 1113 */   height: auto;
/* 1114 */ }
/* 1115 */ 
/* 1116 */ textarea,
/* 1117 */ input[type="text"],
/* 1118 */ input[type="password"],
/* 1119 */ input[type="datetime"],
/* 1120 */ input[type="datetime-local"],
/* 1121 */ input[type="date"],
/* 1122 */ input[type="month"],
/* 1123 */ input[type="time"],
/* 1124 */ input[type="week"],
/* 1125 */ input[type="number"],
/* 1126 */ input[type="email"],
/* 1127 */ input[type="url"],
/* 1128 */ input[type="search"],
/* 1129 */ input[type="tel"],
/* 1130 */ input[type="color"],
/* 1131 */ .uneditable-input {
/* 1132 */   background-color: #ffffff;
/* 1133 */   border: 1px solid #cccccc;
/* 1134 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1135 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1136 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1137 */   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
/* 1138 */      -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
/* 1139 */        -o-transition: border linear 0.2s, box-shadow linear 0.2s;
/* 1140 */           transition: border linear 0.2s, box-shadow linear 0.2s;
/* 1141 */ }
/* 1142 */ 
/* 1143 */ textarea:focus,
/* 1144 */ input[type="text"]:focus,
/* 1145 */ input[type="password"]:focus,
/* 1146 */ input[type="datetime"]:focus,
/* 1147 */ input[type="datetime-local"]:focus,
/* 1148 */ input[type="date"]:focus,
/* 1149 */ input[type="month"]:focus,
/* 1150 */ input[type="time"]:focus,

/* bootstrap.css */

/* 1151 */ input[type="week"]:focus,
/* 1152 */ input[type="number"]:focus,
/* 1153 */ input[type="email"]:focus,
/* 1154 */ input[type="url"]:focus,
/* 1155 */ input[type="search"]:focus,
/* 1156 */ input[type="tel"]:focus,
/* 1157 */ input[type="color"]:focus,
/* 1158 */ .uneditable-input:focus {
/* 1159 */   border-color: rgba(82, 168, 236, 0.8);
/* 1160 */   outline: 0;
/* 1161 */   outline: thin dotted \9;
/* 1162 */   /* IE6-9 */
/* 1163 */ 
/* 1164 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
/* 1165 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
/* 1166 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
/* 1167 */ }
/* 1168 */ 
/* 1169 */ input[type="radio"],
/* 1170 */ input[type="checkbox"] {
/* 1171 */   margin: 4px 0 0;
/* 1172 */   margin-top: 1px \9;
/* 1173 */   *margin-top: 0;
/* 1174 */   line-height: normal;
/* 1175 */ }
/* 1176 */ 
/* 1177 */ input[type="file"],
/* 1178 */ input[type="image"],
/* 1179 */ input[type="submit"],
/* 1180 */ input[type="reset"],
/* 1181 */ input[type="button"],
/* 1182 */ input[type="radio"],
/* 1183 */ input[type="checkbox"] {
/* 1184 */   width: auto;
/* 1185 */ }
/* 1186 */ 
/* 1187 */ select,
/* 1188 */ input[type="file"] {
/* 1189 */   height: 30px;
/* 1190 */   /* In IE7, the height of the select element cannot be changed by height, only font-size */
/* 1191 */ 
/* 1192 */   *margin-top: 4px;
/* 1193 */   /* For IE7, add top margin to align select with labels */
/* 1194 */ 
/* 1195 */   line-height: 30px;
/* 1196 */ }
/* 1197 */ 
/* 1198 */ select {
/* 1199 */   width: 220px;
/* 1200 */   background-color: #ffffff;

/* bootstrap.css */

/* 1201 */   border: 1px solid #cccccc;
/* 1202 */ }
/* 1203 */ 
/* 1204 */ select[multiple],
/* 1205 */ select[size] {
/* 1206 */   height: auto;
/* 1207 */ }
/* 1208 */ 
/* 1209 */ select:focus,
/* 1210 */ input[type="file"]:focus,
/* 1211 */ input[type="radio"]:focus,
/* 1212 */ input[type="checkbox"]:focus {
/* 1213 */   outline: thin dotted #333;
/* 1214 */   outline: 5px auto -webkit-focus-ring-color;
/* 1215 */   outline-offset: -2px;
/* 1216 */ }
/* 1217 */ 
/* 1218 */ .uneditable-input,
/* 1219 */ .uneditable-textarea {
/* 1220 */   color: #999999;
/* 1221 */   cursor: not-allowed;
/* 1222 */   background-color: #fcfcfc;
/* 1223 */   border-color: #cccccc;
/* 1224 */   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
/* 1225 */      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
/* 1226 */           box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
/* 1227 */ }
/* 1228 */ 
/* 1229 */ .uneditable-input {
/* 1230 */   overflow: hidden;
/* 1231 */   white-space: nowrap;
/* 1232 */ }
/* 1233 */ 
/* 1234 */ .uneditable-textarea {
/* 1235 */   width: auto;
/* 1236 */   height: auto;
/* 1237 */ }
/* 1238 */ 
/* 1239 */ input:-moz-placeholder,
/* 1240 */ textarea:-moz-placeholder {
/* 1241 */   color: #999999;
/* 1242 */ }
/* 1243 */ 
/* 1244 */ input:-ms-input-placeholder,
/* 1245 */ textarea:-ms-input-placeholder {
/* 1246 */   color: #999999;
/* 1247 */ }
/* 1248 */ 
/* 1249 */ input::-webkit-input-placeholder,
/* 1250 */ textarea::-webkit-input-placeholder {

/* bootstrap.css */

/* 1251 */   color: #999999;
/* 1252 */ }
/* 1253 */ 
/* 1254 */ .radio,
/* 1255 */ .checkbox {
/* 1256 */   min-height: 20px;
/* 1257 */   padding-left: 20px;
/* 1258 */ }
/* 1259 */ 
/* 1260 */ .radio input[type="radio"],
/* 1261 */ .checkbox input[type="checkbox"] {
/* 1262 */   float: left;
/* 1263 */   margin-left: -20px;
/* 1264 */ }
/* 1265 */ 
/* 1266 */ .controls > .radio:first-child,
/* 1267 */ .controls > .checkbox:first-child {
/* 1268 */   padding-top: 5px;
/* 1269 */ }
/* 1270 */ 
/* 1271 */ .radio.inline,
/* 1272 */ .checkbox.inline {
/* 1273 */   display: inline-block;
/* 1274 */   padding-top: 5px;
/* 1275 */   margin-bottom: 0;
/* 1276 */   vertical-align: middle;
/* 1277 */ }
/* 1278 */ 
/* 1279 */ .radio.inline + .radio.inline,
/* 1280 */ .checkbox.inline + .checkbox.inline {
/* 1281 */   margin-left: 10px;
/* 1282 */ }
/* 1283 */ 
/* 1284 */ .input-mini {
/* 1285 */   width: 60px;
/* 1286 */ }
/* 1287 */ 
/* 1288 */ .input-small {
/* 1289 */   width: 90px;
/* 1290 */ }
/* 1291 */ 
/* 1292 */ .input-medium {
/* 1293 */   width: 150px;
/* 1294 */ }
/* 1295 */ 
/* 1296 */ .input-large {
/* 1297 */   width: 210px;
/* 1298 */ }
/* 1299 */ 
/* 1300 */ .input-xlarge {

/* bootstrap.css */

/* 1301 */   width: 270px;
/* 1302 */ }
/* 1303 */ 
/* 1304 */ .input-xxlarge {
/* 1305 */   width: 530px;
/* 1306 */ }
/* 1307 */ 
/* 1308 */ input[class*="span"],
/* 1309 */ select[class*="span"],
/* 1310 */ textarea[class*="span"],
/* 1311 */ .uneditable-input[class*="span"],
/* 1312 */ .row-fluid input[class*="span"],
/* 1313 */ .row-fluid select[class*="span"],
/* 1314 */ .row-fluid textarea[class*="span"],
/* 1315 */ .row-fluid .uneditable-input[class*="span"] {
/* 1316 */   float: none;
/* 1317 */   margin-left: 0;
/* 1318 */ }
/* 1319 */ 
/* 1320 */ .input-append input[class*="span"],
/* 1321 */ .input-append .uneditable-input[class*="span"],
/* 1322 */ .input-prepend input[class*="span"],
/* 1323 */ .input-prepend .uneditable-input[class*="span"],
/* 1324 */ .row-fluid input[class*="span"],
/* 1325 */ .row-fluid select[class*="span"],
/* 1326 */ .row-fluid textarea[class*="span"],
/* 1327 */ .row-fluid .uneditable-input[class*="span"],
/* 1328 */ .row-fluid .input-prepend [class*="span"],
/* 1329 */ .row-fluid .input-append [class*="span"] {
/* 1330 */   display: inline-block;
/* 1331 */ }
/* 1332 */ 
/* 1333 */ input,
/* 1334 */ textarea,
/* 1335 */ .uneditable-input {
/* 1336 */   margin-left: 0;
/* 1337 */ }
/* 1338 */ 
/* 1339 */ .controls-row [class*="span"] + [class*="span"] {
/* 1340 */   margin-left: 20px;
/* 1341 */ }
/* 1342 */ 
/* 1343 */ input.span12,
/* 1344 */ textarea.span12,
/* 1345 */ .uneditable-input.span12 {
/* 1346 */   width: 926px;
/* 1347 */ }
/* 1348 */ 
/* 1349 */ input.span11,
/* 1350 */ textarea.span11,

/* bootstrap.css */

/* 1351 */ .uneditable-input.span11 {
/* 1352 */   width: 846px;
/* 1353 */ }
/* 1354 */ 
/* 1355 */ input.span10,
/* 1356 */ textarea.span10,
/* 1357 */ .uneditable-input.span10 {
/* 1358 */   width: 766px;
/* 1359 */ }
/* 1360 */ 
/* 1361 */ input.span9,
/* 1362 */ textarea.span9,
/* 1363 */ .uneditable-input.span9 {
/* 1364 */   width: 686px;
/* 1365 */ }
/* 1366 */ 
/* 1367 */ input.span8,
/* 1368 */ textarea.span8,
/* 1369 */ .uneditable-input.span8 {
/* 1370 */   width: 606px;
/* 1371 */ }
/* 1372 */ 
/* 1373 */ input.span7,
/* 1374 */ textarea.span7,
/* 1375 */ .uneditable-input.span7 {
/* 1376 */   width: 526px;
/* 1377 */ }
/* 1378 */ 
/* 1379 */ input.span6,
/* 1380 */ textarea.span6,
/* 1381 */ .uneditable-input.span6 {
/* 1382 */   width: 446px;
/* 1383 */ }
/* 1384 */ 
/* 1385 */ input.span5,
/* 1386 */ textarea.span5,
/* 1387 */ .uneditable-input.span5 {
/* 1388 */   width: 366px;
/* 1389 */ }
/* 1390 */ 
/* 1391 */ input.span4,
/* 1392 */ textarea.span4,
/* 1393 */ .uneditable-input.span4 {
/* 1394 */   width: 286px;
/* 1395 */ }
/* 1396 */ 
/* 1397 */ input.span3,
/* 1398 */ textarea.span3,
/* 1399 */ .uneditable-input.span3 {
/* 1400 */   width: 206px;

/* bootstrap.css */

/* 1401 */ }
/* 1402 */ 
/* 1403 */ input.span2,
/* 1404 */ textarea.span2,
/* 1405 */ .uneditable-input.span2 {
/* 1406 */   width: 126px;
/* 1407 */ }
/* 1408 */ 
/* 1409 */ input.span1,
/* 1410 */ textarea.span1,
/* 1411 */ .uneditable-input.span1 {
/* 1412 */   width: 46px;
/* 1413 */ }
/* 1414 */ 
/* 1415 */ .controls-row {
/* 1416 */   *zoom: 1;
/* 1417 */ }
/* 1418 */ 
/* 1419 */ .controls-row:before,
/* 1420 */ .controls-row:after {
/* 1421 */   display: table;
/* 1422 */   line-height: 0;
/* 1423 */   content: "";
/* 1424 */ }
/* 1425 */ 
/* 1426 */ .controls-row:after {
/* 1427 */   clear: both;
/* 1428 */ }
/* 1429 */ 
/* 1430 */ .controls-row [class*="span"],
/* 1431 */ .row-fluid .controls-row [class*="span"] {
/* 1432 */   float: left;
/* 1433 */ }
/* 1434 */ 
/* 1435 */ .controls-row .checkbox[class*="span"],
/* 1436 */ .controls-row .radio[class*="span"] {
/* 1437 */   padding-top: 5px;
/* 1438 */ }
/* 1439 */ 
/* 1440 */ input[disabled],
/* 1441 */ select[disabled],
/* 1442 */ textarea[disabled],
/* 1443 */ input[readonly],
/* 1444 */ select[readonly],
/* 1445 */ textarea[readonly] {
/* 1446 */   cursor: not-allowed;
/* 1447 */   background-color: #eeeeee;
/* 1448 */ }
/* 1449 */ 
/* 1450 */ input[type="radio"][disabled],

/* bootstrap.css */

/* 1451 */ input[type="checkbox"][disabled],
/* 1452 */ input[type="radio"][readonly],
/* 1453 */ input[type="checkbox"][readonly] {
/* 1454 */   background-color: transparent;
/* 1455 */ }
/* 1456 */ 
/* 1457 */ .control-group.warning .control-label,
/* 1458 */ .control-group.warning .help-block,
/* 1459 */ .control-group.warning .help-inline {
/* 1460 */   color: #c09853;
/* 1461 */ }
/* 1462 */ 
/* 1463 */ .control-group.warning .checkbox,
/* 1464 */ .control-group.warning .radio,
/* 1465 */ .control-group.warning input,
/* 1466 */ .control-group.warning select,
/* 1467 */ .control-group.warning textarea {
/* 1468 */   color: #c09853;
/* 1469 */ }
/* 1470 */ 
/* 1471 */ .control-group.warning input,
/* 1472 */ .control-group.warning select,
/* 1473 */ .control-group.warning textarea {
/* 1474 */   border-color: #c09853;
/* 1475 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1476 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1477 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1478 */ }
/* 1479 */ 
/* 1480 */ .control-group.warning input:focus,
/* 1481 */ .control-group.warning select:focus,
/* 1482 */ .control-group.warning textarea:focus {
/* 1483 */   border-color: #a47e3c;
/* 1484 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
/* 1485 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
/* 1486 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
/* 1487 */ }
/* 1488 */ 
/* 1489 */ .control-group.warning .input-prepend .add-on,
/* 1490 */ .control-group.warning .input-append .add-on {
/* 1491 */   color: #c09853;
/* 1492 */   background-color: #fcf8e3;
/* 1493 */   border-color: #c09853;
/* 1494 */ }
/* 1495 */ 
/* 1496 */ .control-group.error .control-label,
/* 1497 */ .control-group.error .help-block,
/* 1498 */ .control-group.error .help-inline {
/* 1499 */   color: #b94a48;
/* 1500 */ }

/* bootstrap.css */

/* 1501 */ 
/* 1502 */ .control-group.error .checkbox,
/* 1503 */ .control-group.error .radio,
/* 1504 */ .control-group.error input,
/* 1505 */ .control-group.error select,
/* 1506 */ .control-group.error textarea {
/* 1507 */   color: #b94a48;
/* 1508 */ }
/* 1509 */ 
/* 1510 */ .control-group.error input,
/* 1511 */ .control-group.error select,
/* 1512 */ .control-group.error textarea {
/* 1513 */   border-color: #b94a48;
/* 1514 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1515 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1516 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1517 */ }
/* 1518 */ 
/* 1519 */ .control-group.error input:focus,
/* 1520 */ .control-group.error select:focus,
/* 1521 */ .control-group.error textarea:focus {
/* 1522 */   border-color: #953b39;
/* 1523 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
/* 1524 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
/* 1525 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
/* 1526 */ }
/* 1527 */ 
/* 1528 */ .control-group.error .input-prepend .add-on,
/* 1529 */ .control-group.error .input-append .add-on {
/* 1530 */   color: #b94a48;
/* 1531 */   background-color: #f2dede;
/* 1532 */   border-color: #b94a48;
/* 1533 */ }
/* 1534 */ 
/* 1535 */ .control-group.success .control-label,
/* 1536 */ .control-group.success .help-block,
/* 1537 */ .control-group.success .help-inline {
/* 1538 */   color: #468847;
/* 1539 */ }
/* 1540 */ 
/* 1541 */ .control-group.success .checkbox,
/* 1542 */ .control-group.success .radio,
/* 1543 */ .control-group.success input,
/* 1544 */ .control-group.success select,
/* 1545 */ .control-group.success textarea {
/* 1546 */   color: #468847;
/* 1547 */ }
/* 1548 */ 
/* 1549 */ .control-group.success input,
/* 1550 */ .control-group.success select,

/* bootstrap.css */

/* 1551 */ .control-group.success textarea {
/* 1552 */   border-color: #468847;
/* 1553 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1554 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1555 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1556 */ }
/* 1557 */ 
/* 1558 */ .control-group.success input:focus,
/* 1559 */ .control-group.success select:focus,
/* 1560 */ .control-group.success textarea:focus {
/* 1561 */   border-color: #356635;
/* 1562 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
/* 1563 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
/* 1564 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
/* 1565 */ }
/* 1566 */ 
/* 1567 */ .control-group.success .input-prepend .add-on,
/* 1568 */ .control-group.success .input-append .add-on {
/* 1569 */   color: #468847;
/* 1570 */   background-color: #dff0d8;
/* 1571 */   border-color: #468847;
/* 1572 */ }
/* 1573 */ 
/* 1574 */ .control-group.info .control-label,
/* 1575 */ .control-group.info .help-block,
/* 1576 */ .control-group.info .help-inline {
/* 1577 */   color: #3a87ad;
/* 1578 */ }
/* 1579 */ 
/* 1580 */ .control-group.info .checkbox,
/* 1581 */ .control-group.info .radio,
/* 1582 */ .control-group.info input,
/* 1583 */ .control-group.info select,
/* 1584 */ .control-group.info textarea {
/* 1585 */   color: #3a87ad;
/* 1586 */ }
/* 1587 */ 
/* 1588 */ .control-group.info input,
/* 1589 */ .control-group.info select,
/* 1590 */ .control-group.info textarea {
/* 1591 */   border-color: #3a87ad;
/* 1592 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1593 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1594 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
/* 1595 */ }
/* 1596 */ 
/* 1597 */ .control-group.info input:focus,
/* 1598 */ .control-group.info select:focus,
/* 1599 */ .control-group.info textarea:focus {
/* 1600 */   border-color: #2d6987;

/* bootstrap.css */

/* 1601 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
/* 1602 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
/* 1603 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
/* 1604 */ }
/* 1605 */ 
/* 1606 */ .control-group.info .input-prepend .add-on,
/* 1607 */ .control-group.info .input-append .add-on {
/* 1608 */   color: #3a87ad;
/* 1609 */   background-color: #d9edf7;
/* 1610 */   border-color: #3a87ad;
/* 1611 */ }
/* 1612 */ 
/* 1613 */ input:focus:invalid,
/* 1614 */ textarea:focus:invalid,
/* 1615 */ select:focus:invalid {
/* 1616 */   color: #b94a48;
/* 1617 */   border-color: #ee5f5b;
/* 1618 */ }
/* 1619 */ 
/* 1620 */ input:focus:invalid:focus,
/* 1621 */ textarea:focus:invalid:focus,
/* 1622 */ select:focus:invalid:focus {
/* 1623 */   border-color: #e9322d;
/* 1624 */   -webkit-box-shadow: 0 0 6px #f8b9b7;
/* 1625 */      -moz-box-shadow: 0 0 6px #f8b9b7;
/* 1626 */           box-shadow: 0 0 6px #f8b9b7;
/* 1627 */ }
/* 1628 */ 
/* 1629 */ .form-actions {
/* 1630 */   padding: 19px 20px 20px;
/* 1631 */   margin-top: 20px;
/* 1632 */   margin-bottom: 20px;
/* 1633 */   background-color: #f5f5f5;
/* 1634 */   border-top: 1px solid #e5e5e5;
/* 1635 */   *zoom: 1;
/* 1636 */ }
/* 1637 */ 
/* 1638 */ .form-actions:before,
/* 1639 */ .form-actions:after {
/* 1640 */   display: table;
/* 1641 */   line-height: 0;
/* 1642 */   content: "";
/* 1643 */ }
/* 1644 */ 
/* 1645 */ .form-actions:after {
/* 1646 */   clear: both;
/* 1647 */ }
/* 1648 */ 
/* 1649 */ .help-block,
/* 1650 */ .help-inline {

/* bootstrap.css */

/* 1651 */   color: #595959;
/* 1652 */ }
/* 1653 */ 
/* 1654 */ .help-block {
/* 1655 */   display: block;
/* 1656 */   margin-bottom: 10px;
/* 1657 */ }
/* 1658 */ 
/* 1659 */ .help-inline {
/* 1660 */   display: inline-block;
/* 1661 */   *display: inline;
/* 1662 */   padding-left: 5px;
/* 1663 */   vertical-align: middle;
/* 1664 */   *zoom: 1;
/* 1665 */ }
/* 1666 */ 
/* 1667 */ .input-append,
/* 1668 */ .input-prepend {
/* 1669 */   display: inline-block;
/* 1670 */   margin-bottom: 10px;
/* 1671 */   font-size: 0;
/* 1672 */   white-space: nowrap;
/* 1673 */   vertical-align: middle;
/* 1674 */ }
/* 1675 */ 
/* 1676 */ .input-append input,
/* 1677 */ .input-prepend input,
/* 1678 */ .input-append select,
/* 1679 */ .input-prepend select,
/* 1680 */ .input-append .uneditable-input,
/* 1681 */ .input-prepend .uneditable-input,
/* 1682 */ .input-append .dropdown-menu,
/* 1683 */ .input-prepend .dropdown-menu,
/* 1684 */ .input-append .popover,
/* 1685 */ .input-prepend .popover {
/* 1686 */   font-size: 14px;
/* 1687 */ }
/* 1688 */ 
/* 1689 */ .input-append input,
/* 1690 */ .input-prepend input,
/* 1691 */ .input-append select,
/* 1692 */ .input-prepend select,
/* 1693 */ .input-append .uneditable-input,
/* 1694 */ .input-prepend .uneditable-input {
/* 1695 */   position: relative;
/* 1696 */   margin-bottom: 0;
/* 1697 */   *margin-left: 0;
/* 1698 */   vertical-align: top;
/* 1699 */   -webkit-border-radius: 0 4px 4px 0;
/* 1700 */      -moz-border-radius: 0 4px 4px 0;

/* bootstrap.css */

/* 1701 */           border-radius: 0 4px 4px 0;
/* 1702 */ }
/* 1703 */ 
/* 1704 */ .input-append input:focus,
/* 1705 */ .input-prepend input:focus,
/* 1706 */ .input-append select:focus,
/* 1707 */ .input-prepend select:focus,
/* 1708 */ .input-append .uneditable-input:focus,
/* 1709 */ .input-prepend .uneditable-input:focus {
/* 1710 */   z-index: 2;
/* 1711 */ }
/* 1712 */ 
/* 1713 */ .input-append .add-on,
/* 1714 */ .input-prepend .add-on {
/* 1715 */   display: inline-block;
/* 1716 */   width: auto;
/* 1717 */   height: 20px;
/* 1718 */   min-width: 16px;
/* 1719 */   padding: 4px 5px;
/* 1720 */   font-size: 14px;
/* 1721 */   font-weight: normal;
/* 1722 */   line-height: 20px;
/* 1723 */   text-align: center;
/* 1724 */   text-shadow: 0 1px 0 #ffffff;
/* 1725 */   background-color: #eeeeee;
/* 1726 */   border: 1px solid #ccc;
/* 1727 */ }
/* 1728 */ 
/* 1729 */ .input-append .add-on,
/* 1730 */ .input-prepend .add-on,
/* 1731 */ .input-append .btn,
/* 1732 */ .input-prepend .btn,
/* 1733 */ .input-append .btn-group > .dropdown-toggle,
/* 1734 */ .input-prepend .btn-group > .dropdown-toggle {
/* 1735 */   vertical-align: top;
/* 1736 */   -webkit-border-radius: 0;
/* 1737 */      -moz-border-radius: 0;
/* 1738 */           border-radius: 0;
/* 1739 */ }
/* 1740 */ 
/* 1741 */ .input-append .active,
/* 1742 */ .input-prepend .active {
/* 1743 */   background-color: #a9dba9;
/* 1744 */   border-color: #46a546;
/* 1745 */ }
/* 1746 */ 
/* 1747 */ .input-prepend .add-on,
/* 1748 */ .input-prepend .btn {
/* 1749 */   margin-right: -1px;
/* 1750 */ }

/* bootstrap.css */

/* 1751 */ 
/* 1752 */ .input-prepend .add-on:first-child,
/* 1753 */ .input-prepend .btn:first-child {
/* 1754 */   -webkit-border-radius: 4px 0 0 4px;
/* 1755 */      -moz-border-radius: 4px 0 0 4px;
/* 1756 */           border-radius: 4px 0 0 4px;
/* 1757 */ }
/* 1758 */ 
/* 1759 */ .input-append input,
/* 1760 */ .input-append select,
/* 1761 */ .input-append .uneditable-input {
/* 1762 */   -webkit-border-radius: 4px 0 0 4px;
/* 1763 */      -moz-border-radius: 4px 0 0 4px;
/* 1764 */           border-radius: 4px 0 0 4px;
/* 1765 */ }
/* 1766 */ 
/* 1767 */ .input-append input + .btn-group .btn:last-child,
/* 1768 */ .input-append select + .btn-group .btn:last-child,
/* 1769 */ .input-append .uneditable-input + .btn-group .btn:last-child {
/* 1770 */   -webkit-border-radius: 0 4px 4px 0;
/* 1771 */      -moz-border-radius: 0 4px 4px 0;
/* 1772 */           border-radius: 0 4px 4px 0;
/* 1773 */ }
/* 1774 */ 
/* 1775 */ .input-append .add-on,
/* 1776 */ .input-append .btn,
/* 1777 */ .input-append .btn-group {
/* 1778 */   margin-left: -1px;
/* 1779 */ }
/* 1780 */ 
/* 1781 */ .input-append .add-on:last-child,
/* 1782 */ .input-append .btn:last-child,
/* 1783 */ .input-append .btn-group:last-child > .dropdown-toggle {
/* 1784 */   -webkit-border-radius: 0 4px 4px 0;
/* 1785 */      -moz-border-radius: 0 4px 4px 0;
/* 1786 */           border-radius: 0 4px 4px 0;
/* 1787 */ }
/* 1788 */ 
/* 1789 */ .input-prepend.input-append input,
/* 1790 */ .input-prepend.input-append select,
/* 1791 */ .input-prepend.input-append .uneditable-input {
/* 1792 */   -webkit-border-radius: 0;
/* 1793 */      -moz-border-radius: 0;
/* 1794 */           border-radius: 0;
/* 1795 */ }
/* 1796 */ 
/* 1797 */ .input-prepend.input-append input + .btn-group .btn,
/* 1798 */ .input-prepend.input-append select + .btn-group .btn,
/* 1799 */ .input-prepend.input-append .uneditable-input + .btn-group .btn {
/* 1800 */   -webkit-border-radius: 0 4px 4px 0;

/* bootstrap.css */

/* 1801 */      -moz-border-radius: 0 4px 4px 0;
/* 1802 */           border-radius: 0 4px 4px 0;
/* 1803 */ }
/* 1804 */ 
/* 1805 */ .input-prepend.input-append .add-on:first-child,
/* 1806 */ .input-prepend.input-append .btn:first-child {
/* 1807 */   margin-right: -1px;
/* 1808 */   -webkit-border-radius: 4px 0 0 4px;
/* 1809 */      -moz-border-radius: 4px 0 0 4px;
/* 1810 */           border-radius: 4px 0 0 4px;
/* 1811 */ }
/* 1812 */ 
/* 1813 */ .input-prepend.input-append .add-on:last-child,
/* 1814 */ .input-prepend.input-append .btn:last-child {
/* 1815 */   margin-left: -1px;
/* 1816 */   -webkit-border-radius: 0 4px 4px 0;
/* 1817 */      -moz-border-radius: 0 4px 4px 0;
/* 1818 */           border-radius: 0 4px 4px 0;
/* 1819 */ }
/* 1820 */ 
/* 1821 */ .input-prepend.input-append .btn-group:first-child {
/* 1822 */   margin-left: 0;
/* 1823 */ }
/* 1824 */ 
/* 1825 */ input.search-query {
/* 1826 */   padding-right: 14px;
/* 1827 */   padding-right: 4px \9;
/* 1828 */   padding-left: 14px;
/* 1829 */   padding-left: 4px \9;
/* 1830 */   /* IE7-8 doesn't have border-radius, so don't indent the padding */
/* 1831 */ 
/* 1832 */   margin-bottom: 0;
/* 1833 */   -webkit-border-radius: 15px;
/* 1834 */      -moz-border-radius: 15px;
/* 1835 */           border-radius: 15px;
/* 1836 */ }
/* 1837 */ 
/* 1838 */ /* Allow for input prepend/append in search forms */
/* 1839 */ 
/* 1840 */ .form-search .input-append .search-query,
/* 1841 */ .form-search .input-prepend .search-query {
/* 1842 */   -webkit-border-radius: 0;
/* 1843 */      -moz-border-radius: 0;
/* 1844 */           border-radius: 0;
/* 1845 */ }
/* 1846 */ 
/* 1847 */ .form-search .input-append .search-query {
/* 1848 */   -webkit-border-radius: 14px 0 0 14px;
/* 1849 */      -moz-border-radius: 14px 0 0 14px;
/* 1850 */           border-radius: 14px 0 0 14px;

/* bootstrap.css */

/* 1851 */ }
/* 1852 */ 
/* 1853 */ .form-search .input-append .btn {
/* 1854 */   -webkit-border-radius: 0 14px 14px 0;
/* 1855 */      -moz-border-radius: 0 14px 14px 0;
/* 1856 */           border-radius: 0 14px 14px 0;
/* 1857 */ }
/* 1858 */ 
/* 1859 */ .form-search .input-prepend .search-query {
/* 1860 */   -webkit-border-radius: 0 14px 14px 0;
/* 1861 */      -moz-border-radius: 0 14px 14px 0;
/* 1862 */           border-radius: 0 14px 14px 0;
/* 1863 */ }
/* 1864 */ 
/* 1865 */ .form-search .input-prepend .btn {
/* 1866 */   -webkit-border-radius: 14px 0 0 14px;
/* 1867 */      -moz-border-radius: 14px 0 0 14px;
/* 1868 */           border-radius: 14px 0 0 14px;
/* 1869 */ }
/* 1870 */ 
/* 1871 */ .form-search input,
/* 1872 */ .form-inline input,
/* 1873 */ .form-horizontal input,
/* 1874 */ .form-search textarea,
/* 1875 */ .form-inline textarea,
/* 1876 */ .form-horizontal textarea,
/* 1877 */ .form-search select,
/* 1878 */ .form-inline select,
/* 1879 */ .form-horizontal select,
/* 1880 */ .form-search .help-inline,
/* 1881 */ .form-inline .help-inline,
/* 1882 */ .form-horizontal .help-inline,
/* 1883 */ .form-search .uneditable-input,
/* 1884 */ .form-inline .uneditable-input,
/* 1885 */ .form-horizontal .uneditable-input,
/* 1886 */ .form-search .input-prepend,
/* 1887 */ .form-inline .input-prepend,
/* 1888 */ .form-horizontal .input-prepend,
/* 1889 */ .form-search .input-append,
/* 1890 */ .form-inline .input-append,
/* 1891 */ .form-horizontal .input-append {
/* 1892 */   display: inline-block;
/* 1893 */   *display: inline;
/* 1894 */   margin-bottom: 0;
/* 1895 */   vertical-align: middle;
/* 1896 */   *zoom: 1;
/* 1897 */ }
/* 1898 */ 
/* 1899 */ .form-search .hide,
/* 1900 */ .form-inline .hide,

/* bootstrap.css */

/* 1901 */ .form-horizontal .hide {
/* 1902 */   display: none;
/* 1903 */ }
/* 1904 */ 
/* 1905 */ .form-search label,
/* 1906 */ .form-inline label,
/* 1907 */ .form-search .btn-group,
/* 1908 */ .form-inline .btn-group {
/* 1909 */   display: inline-block;
/* 1910 */ }
/* 1911 */ 
/* 1912 */ .form-search .input-append,
/* 1913 */ .form-inline .input-append,
/* 1914 */ .form-search .input-prepend,
/* 1915 */ .form-inline .input-prepend {
/* 1916 */   margin-bottom: 0;
/* 1917 */ }
/* 1918 */ 
/* 1919 */ .form-search .radio,
/* 1920 */ .form-search .checkbox,
/* 1921 */ .form-inline .radio,
/* 1922 */ .form-inline .checkbox {
/* 1923 */   padding-left: 0;
/* 1924 */   margin-bottom: 0;
/* 1925 */   vertical-align: middle;
/* 1926 */ }
/* 1927 */ 
/* 1928 */ .form-search .radio input[type="radio"],
/* 1929 */ .form-search .checkbox input[type="checkbox"],
/* 1930 */ .form-inline .radio input[type="radio"],
/* 1931 */ .form-inline .checkbox input[type="checkbox"] {
/* 1932 */   float: left;
/* 1933 */   margin-right: 3px;
/* 1934 */   margin-left: 0;
/* 1935 */ }
/* 1936 */ 
/* 1937 */ .control-group {
/* 1938 */   margin-bottom: 10px;
/* 1939 */ }
/* 1940 */ 
/* 1941 */ legend + .control-group {
/* 1942 */   margin-top: 20px;
/* 1943 */   -webkit-margin-top-collapse: separate;
/* 1944 */ }
/* 1945 */ 
/* 1946 */ .form-horizontal .control-group {
/* 1947 */   margin-bottom: 20px;
/* 1948 */   *zoom: 1;
/* 1949 */ }
/* 1950 */ 

/* bootstrap.css */

/* 1951 */ .form-horizontal .control-group:before,
/* 1952 */ .form-horizontal .control-group:after {
/* 1953 */   display: table;
/* 1954 */   line-height: 0;
/* 1955 */   content: "";
/* 1956 */ }
/* 1957 */ 
/* 1958 */ .form-horizontal .control-group:after {
/* 1959 */   clear: both;
/* 1960 */ }
/* 1961 */ 
/* 1962 */ .form-horizontal .control-label {
/* 1963 */   float: left;
/* 1964 */   width: 160px;
/* 1965 */   padding-top: 5px;
/* 1966 */   text-align: right;
/* 1967 */ }
/* 1968 */ 
/* 1969 */ .form-horizontal .controls {
/* 1970 */   *display: inline-block;
/* 1971 */   *padding-left: 20px;
/* 1972 */   margin-left: 180px;
/* 1973 */   *margin-left: 0;
/* 1974 */ }
/* 1975 */ 
/* 1976 */ .form-horizontal .controls:first-child {
/* 1977 */   *padding-left: 180px;
/* 1978 */ }
/* 1979 */ 
/* 1980 */ .form-horizontal .help-block {
/* 1981 */   margin-bottom: 0;
/* 1982 */ }
/* 1983 */ 
/* 1984 */ .form-horizontal input + .help-block,
/* 1985 */ .form-horizontal select + .help-block,
/* 1986 */ .form-horizontal textarea + .help-block,
/* 1987 */ .form-horizontal .uneditable-input + .help-block,
/* 1988 */ .form-horizontal .input-prepend + .help-block,
/* 1989 */ .form-horizontal .input-append + .help-block {
/* 1990 */   margin-top: 10px;
/* 1991 */ }
/* 1992 */ 
/* 1993 */ .form-horizontal .form-actions {
/* 1994 */   padding-left: 180px;
/* 1995 */ }
/* 1996 */ 
/* 1997 */ table {
/* 1998 */   max-width: 100%;
/* 1999 */   background-color: transparent;
/* 2000 */   border-collapse: collapse;

/* bootstrap.css */

/* 2001 */   border-spacing: 0;
/* 2002 */ }
/* 2003 */ 
/* 2004 */ .table {
/* 2005 */   width: 100%;
/* 2006 */   margin-bottom: 20px;
/* 2007 */ }
/* 2008 */ 
/* 2009 */ .table th,
/* 2010 */ .table td {
/* 2011 */   padding: 8px;
/* 2012 */   line-height: 20px;
/* 2013 */   text-align: left;
/* 2014 */   vertical-align: top;
/* 2015 */   border-top: 1px solid #dddddd;
/* 2016 */ }
/* 2017 */ 
/* 2018 */ .table th {
/* 2019 */   font-weight: bold;
/* 2020 */ }
/* 2021 */ 
/* 2022 */ .table thead th {
/* 2023 */   vertical-align: bottom;
/* 2024 */ }
/* 2025 */ 
/* 2026 */ .table caption + thead tr:first-child th,
/* 2027 */ .table caption + thead tr:first-child td,
/* 2028 */ .table colgroup + thead tr:first-child th,
/* 2029 */ .table colgroup + thead tr:first-child td,
/* 2030 */ .table thead:first-child tr:first-child th,
/* 2031 */ .table thead:first-child tr:first-child td {
/* 2032 */   border-top: 0;
/* 2033 */ }
/* 2034 */ 
/* 2035 */ .table tbody + tbody {
/* 2036 */   border-top: 2px solid #dddddd;
/* 2037 */ }
/* 2038 */ 
/* 2039 */ .table .table {
/* 2040 */   background-color: #ffffff;
/* 2041 */ }
/* 2042 */ 
/* 2043 */ .table-condensed th,
/* 2044 */ .table-condensed td {
/* 2045 */   padding: 4px 5px;
/* 2046 */ }
/* 2047 */ 
/* 2048 */ .table-bordered {
/* 2049 */   border: 1px solid #dddddd;
/* 2050 */   border-collapse: separate;

/* bootstrap.css */

/* 2051 */   *border-collapse: collapse;
/* 2052 */   border-left: 0;
/* 2053 */   -webkit-border-radius: 4px;
/* 2054 */      -moz-border-radius: 4px;
/* 2055 */           border-radius: 4px;
/* 2056 */ }
/* 2057 */ 
/* 2058 */ .table-bordered th,
/* 2059 */ .table-bordered td {
/* 2060 */   border-left: 1px solid #dddddd;
/* 2061 */ }
/* 2062 */ 
/* 2063 */ .table-bordered caption + thead tr:first-child th,
/* 2064 */ .table-bordered caption + tbody tr:first-child th,
/* 2065 */ .table-bordered caption + tbody tr:first-child td,
/* 2066 */ .table-bordered colgroup + thead tr:first-child th,
/* 2067 */ .table-bordered colgroup + tbody tr:first-child th,
/* 2068 */ .table-bordered colgroup + tbody tr:first-child td,
/* 2069 */ .table-bordered thead:first-child tr:first-child th,
/* 2070 */ .table-bordered tbody:first-child tr:first-child th,
/* 2071 */ .table-bordered tbody:first-child tr:first-child td {
/* 2072 */   border-top: 0;
/* 2073 */ }
/* 2074 */ 
/* 2075 */ .table-bordered thead:first-child tr:first-child > th:first-child,
/* 2076 */ .table-bordered tbody:first-child tr:first-child > td:first-child,
/* 2077 */ .table-bordered tbody:first-child tr:first-child > th:first-child {
/* 2078 */   -webkit-border-top-left-radius: 4px;
/* 2079 */           border-top-left-radius: 4px;
/* 2080 */   -moz-border-radius-topleft: 4px;
/* 2081 */ }
/* 2082 */ 
/* 2083 */ .table-bordered thead:first-child tr:first-child > th:last-child,
/* 2084 */ .table-bordered tbody:first-child tr:first-child > td:last-child,
/* 2085 */ .table-bordered tbody:first-child tr:first-child > th:last-child {
/* 2086 */   -webkit-border-top-right-radius: 4px;
/* 2087 */           border-top-right-radius: 4px;
/* 2088 */   -moz-border-radius-topright: 4px;
/* 2089 */ }
/* 2090 */ 
/* 2091 */ .table-bordered thead:last-child tr:last-child > th:first-child,
/* 2092 */ .table-bordered tbody:last-child tr:last-child > td:first-child,
/* 2093 */ .table-bordered tbody:last-child tr:last-child > th:first-child,
/* 2094 */ .table-bordered tfoot:last-child tr:last-child > td:first-child,
/* 2095 */ .table-bordered tfoot:last-child tr:last-child > th:first-child {
/* 2096 */   -webkit-border-bottom-left-radius: 4px;
/* 2097 */           border-bottom-left-radius: 4px;
/* 2098 */   -moz-border-radius-bottomleft: 4px;
/* 2099 */ }
/* 2100 */ 

/* bootstrap.css */

/* 2101 */ .table-bordered thead:last-child tr:last-child > th:last-child,
/* 2102 */ .table-bordered tbody:last-child tr:last-child > td:last-child,
/* 2103 */ .table-bordered tbody:last-child tr:last-child > th:last-child,
/* 2104 */ .table-bordered tfoot:last-child tr:last-child > td:last-child,
/* 2105 */ .table-bordered tfoot:last-child tr:last-child > th:last-child {
/* 2106 */   -webkit-border-bottom-right-radius: 4px;
/* 2107 */           border-bottom-right-radius: 4px;
/* 2108 */   -moz-border-radius-bottomright: 4px;
/* 2109 */ }
/* 2110 */ 
/* 2111 */ .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
/* 2112 */   -webkit-border-bottom-left-radius: 0;
/* 2113 */           border-bottom-left-radius: 0;
/* 2114 */   -moz-border-radius-bottomleft: 0;
/* 2115 */ }
/* 2116 */ 
/* 2117 */ .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
/* 2118 */   -webkit-border-bottom-right-radius: 0;
/* 2119 */           border-bottom-right-radius: 0;
/* 2120 */   -moz-border-radius-bottomright: 0;
/* 2121 */ }
/* 2122 */ 
/* 2123 */ .table-bordered caption + thead tr:first-child th:first-child,
/* 2124 */ .table-bordered caption + tbody tr:first-child td:first-child,
/* 2125 */ .table-bordered colgroup + thead tr:first-child th:first-child,
/* 2126 */ .table-bordered colgroup + tbody tr:first-child td:first-child {
/* 2127 */   -webkit-border-top-left-radius: 4px;
/* 2128 */           border-top-left-radius: 4px;
/* 2129 */   -moz-border-radius-topleft: 4px;
/* 2130 */ }
/* 2131 */ 
/* 2132 */ .table-bordered caption + thead tr:first-child th:last-child,
/* 2133 */ .table-bordered caption + tbody tr:first-child td:last-child,
/* 2134 */ .table-bordered colgroup + thead tr:first-child th:last-child,
/* 2135 */ .table-bordered colgroup + tbody tr:first-child td:last-child {
/* 2136 */   -webkit-border-top-right-radius: 4px;
/* 2137 */           border-top-right-radius: 4px;
/* 2138 */   -moz-border-radius-topright: 4px;
/* 2139 */ }
/* 2140 */ 
/* 2141 */ .table-striped tbody > tr:nth-child(odd) > td,
/* 2142 */ .table-striped tbody > tr:nth-child(odd) > th {
/* 2143 */   background-color: #f9f9f9;
/* 2144 */ }
/* 2145 */ 
/* 2146 */ .table-hover tbody tr:hover > td,
/* 2147 */ .table-hover tbody tr:hover > th {
/* 2148 */   background-color: #f5f5f5;
/* 2149 */ }
/* 2150 */ 

/* bootstrap.css */

/* 2151 */ table td[class*="span"],
/* 2152 */ table th[class*="span"],
/* 2153 */ .row-fluid table td[class*="span"],
/* 2154 */ .row-fluid table th[class*="span"] {
/* 2155 */   display: table-cell;
/* 2156 */   float: none;
/* 2157 */   margin-left: 0;
/* 2158 */ }
/* 2159 */ 
/* 2160 */ .table td.span1,
/* 2161 */ .table th.span1 {
/* 2162 */   float: none;
/* 2163 */   width: 44px;
/* 2164 */   margin-left: 0;
/* 2165 */ }
/* 2166 */ 
/* 2167 */ .table td.span2,
/* 2168 */ .table th.span2 {
/* 2169 */   float: none;
/* 2170 */   width: 124px;
/* 2171 */   margin-left: 0;
/* 2172 */ }
/* 2173 */ 
/* 2174 */ .table td.span3,
/* 2175 */ .table th.span3 {
/* 2176 */   float: none;
/* 2177 */   width: 204px;
/* 2178 */   margin-left: 0;
/* 2179 */ }
/* 2180 */ 
/* 2181 */ .table td.span4,
/* 2182 */ .table th.span4 {
/* 2183 */   float: none;
/* 2184 */   width: 284px;
/* 2185 */   margin-left: 0;
/* 2186 */ }
/* 2187 */ 
/* 2188 */ .table td.span5,
/* 2189 */ .table th.span5 {
/* 2190 */   float: none;
/* 2191 */   width: 364px;
/* 2192 */   margin-left: 0;
/* 2193 */ }
/* 2194 */ 
/* 2195 */ .table td.span6,
/* 2196 */ .table th.span6 {
/* 2197 */   float: none;
/* 2198 */   width: 444px;
/* 2199 */   margin-left: 0;
/* 2200 */ }

/* bootstrap.css */

/* 2201 */ 
/* 2202 */ .table td.span7,
/* 2203 */ .table th.span7 {
/* 2204 */   float: none;
/* 2205 */   width: 524px;
/* 2206 */   margin-left: 0;
/* 2207 */ }
/* 2208 */ 
/* 2209 */ .table td.span8,
/* 2210 */ .table th.span8 {
/* 2211 */   float: none;
/* 2212 */   width: 604px;
/* 2213 */   margin-left: 0;
/* 2214 */ }
/* 2215 */ 
/* 2216 */ .table td.span9,
/* 2217 */ .table th.span9 {
/* 2218 */   float: none;
/* 2219 */   width: 684px;
/* 2220 */   margin-left: 0;
/* 2221 */ }
/* 2222 */ 
/* 2223 */ .table td.span10,
/* 2224 */ .table th.span10 {
/* 2225 */   float: none;
/* 2226 */   width: 764px;
/* 2227 */   margin-left: 0;
/* 2228 */ }
/* 2229 */ 
/* 2230 */ .table td.span11,
/* 2231 */ .table th.span11 {
/* 2232 */   float: none;
/* 2233 */   width: 844px;
/* 2234 */   margin-left: 0;
/* 2235 */ }
/* 2236 */ 
/* 2237 */ .table td.span12,
/* 2238 */ .table th.span12 {
/* 2239 */   float: none;
/* 2240 */   width: 924px;
/* 2241 */   margin-left: 0;
/* 2242 */ }
/* 2243 */ 
/* 2244 */ .table tbody tr.success > td {
/* 2245 */   background-color: #dff0d8;
/* 2246 */ }
/* 2247 */ 
/* 2248 */ .table tbody tr.error > td {
/* 2249 */   background-color: #f2dede;
/* 2250 */ }

/* bootstrap.css */

/* 2251 */ 
/* 2252 */ .table tbody tr.warning > td {
/* 2253 */   background-color: #fcf8e3;
/* 2254 */ }
/* 2255 */ 
/* 2256 */ .table tbody tr.info > td {
/* 2257 */   background-color: #d9edf7;
/* 2258 */ }
/* 2259 */ 
/* 2260 */ .table-hover tbody tr.success:hover > td {
/* 2261 */   background-color: #d0e9c6;
/* 2262 */ }
/* 2263 */ 
/* 2264 */ .table-hover tbody tr.error:hover > td {
/* 2265 */   background-color: #ebcccc;
/* 2266 */ }
/* 2267 */ 
/* 2268 */ .table-hover tbody tr.warning:hover > td {
/* 2269 */   background-color: #faf2cc;
/* 2270 */ }
/* 2271 */ 
/* 2272 */ .table-hover tbody tr.info:hover > td {
/* 2273 */   background-color: #c4e3f3;
/* 2274 */ }
/* 2275 */ 
/* 2276 */ /*[class^="icon-"],
/* 2277 *| [class*=" icon-"] {
/* 2278 *|   display: inline-block;
/* 2279 *|   width: 14px;
/* 2280 *|   height: 14px;
/* 2281 *|   margin-top: 1px;
/* 2282 *|   *margin-right: .3em;
/* 2283 *|   line-height: 14px;
/* 2284 *|   vertical-align: text-top;
/* 2285 *|   background-image: url("http://celebsea.com/wp-content/themes/musica/img/glyphicons-halflings.png");
/* 2286 *|   background-position: 14px 14px;
/* 2287 *|   background-repeat: no-repeat;
/* 2288 *| }*/
/* 2289 */ 
/* 2290 */ /* White icons with optional class, or on hover/focus/active states of certain elements */
/* 2291 */ 
/* 2292 */ /*.icon-white,
/* 2293 *| .nav-pills > .active > a > [class^="icon-"],
/* 2294 *| .nav-pills > .active > a > [class*=" icon-"],
/* 2295 *| .nav-list > .active > a > [class^="icon-"],
/* 2296 *| .nav-list > .active > a > [class*=" icon-"],
/* 2297 *| .navbar-inverse .nav > .active > a > [class^="icon-"],
/* 2298 *| .navbar-inverse .nav > .active > a > [class*=" icon-"],
/* 2299 *| .dropdown-menu > li > a:hover > [class^="icon-"],
/* 2300 *| .dropdown-menu > li > a:focus > [class^="icon-"],

/* bootstrap.css */

/* 2301 *| .dropdown-menu > li > a:hover > [class*=" icon-"],
/* 2302 *| .dropdown-menu > li > a:focus > [class*=" icon-"],
/* 2303 *| .dropdown-menu > .active > a > [class^="icon-"],
/* 2304 *| .dropdown-menu > .active > a > [class*=" icon-"],
/* 2305 *| .dropdown-submenu:hover > a > [class^="icon-"],
/* 2306 *| .dropdown-submenu:focus > a > [class^="icon-"],
/* 2307 *| .dropdown-submenu:hover > a > [class*=" icon-"],
/* 2308 *| .dropdown-submenu:focus > a > [class*=" icon-"] {
/* 2309 *|   background-image: url("http://celebsea.com/wp-content/themes/musica/img/glyphicons-halflings-white.png");
/* 2310 *| }*/
/* 2311 */ 
/* 2312 */ .icon-glass {
/* 2313 */   background-position: 0      0;
/* 2314 */ }
/* 2315 */ 
/* 2316 */ .icon-music {
/* 2317 */   background-position: -24px 0;
/* 2318 */ }
/* 2319 */ 
/* 2320 */ .icon-search {
/* 2321 */   background-position: -48px 0;
/* 2322 */ }
/* 2323 */ 
/* 2324 */ .icon-envelope {
/* 2325 */   background-position: -72px 0;
/* 2326 */ }
/* 2327 */ 
/* 2328 */ .icon-heart {
/* 2329 */   background-position: -96px 0;
/* 2330 */ }
/* 2331 */ 
/* 2332 */ .icon-star {
/* 2333 */   background-position: -120px 0;
/* 2334 */ }
/* 2335 */ 
/* 2336 */ .icon-star-empty {
/* 2337 */   background-position: -144px 0;
/* 2338 */ }
/* 2339 */ 
/* 2340 */ .icon-user {
/* 2341 */   background-position: -168px 0;
/* 2342 */ }
/* 2343 */ 
/* 2344 */ .icon-film {
/* 2345 */   background-position: -192px 0;
/* 2346 */ }
/* 2347 */ 
/* 2348 */ .icon-th-large {
/* 2349 */   background-position: -216px 0;
/* 2350 */ }

/* bootstrap.css */

/* 2351 */ 
/* 2352 */ .icon-th {
/* 2353 */   background-position: -240px 0;
/* 2354 */ }
/* 2355 */ 
/* 2356 */ .icon-th-list {
/* 2357 */   background-position: -264px 0;
/* 2358 */ }
/* 2359 */ 
/* 2360 */ .icon-ok {
/* 2361 */   background-position: -288px 0;
/* 2362 */ }
/* 2363 */ 
/* 2364 */ .icon-remove {
/* 2365 */   background-position: -312px 0;
/* 2366 */ }
/* 2367 */ 
/* 2368 */ .icon-zoom-in {
/* 2369 */   background-position: -336px 0;
/* 2370 */ }
/* 2371 */ 
/* 2372 */ .icon-zoom-out {
/* 2373 */   background-position: -360px 0;
/* 2374 */ }
/* 2375 */ 
/* 2376 */ .icon-off {
/* 2377 */   background-position: -384px 0;
/* 2378 */ }
/* 2379 */ 
/* 2380 */ .icon-signal {
/* 2381 */   background-position: -408px 0;
/* 2382 */ }
/* 2383 */ 
/* 2384 */ .icon-cog {
/* 2385 */   background-position: -432px 0;
/* 2386 */ }
/* 2387 */ 
/* 2388 */ .icon-trash {
/* 2389 */   background-position: -456px 0;
/* 2390 */ }
/* 2391 */ 
/* 2392 */ .icon-home {
/* 2393 */   background-position: 0 -24px;
/* 2394 */ }
/* 2395 */ 
/* 2396 */ .icon-file {
/* 2397 */   background-position: -24px -24px;
/* 2398 */ }
/* 2399 */ 
/* 2400 */ .icon-time {

/* bootstrap.css */

/* 2401 */   background-position: -48px -24px;
/* 2402 */ }
/* 2403 */ 
/* 2404 */ .icon-road {
/* 2405 */   background-position: -72px -24px;
/* 2406 */ }
/* 2407 */ 
/* 2408 */ .icon-download-alt {
/* 2409 */   background-position: -96px -24px;
/* 2410 */ }
/* 2411 */ 
/* 2412 */ .icon-download {
/* 2413 */   background-position: -120px -24px;
/* 2414 */ }
/* 2415 */ 
/* 2416 */ .icon-upload {
/* 2417 */   background-position: -144px -24px;
/* 2418 */ }
/* 2419 */ 
/* 2420 */ .icon-inbox {
/* 2421 */   background-position: -168px -24px;
/* 2422 */ }
/* 2423 */ 
/* 2424 */ .icon-play-circle {
/* 2425 */   background-position: -192px -24px;
/* 2426 */ }
/* 2427 */ 
/* 2428 */ .icon-repeat {
/* 2429 */   background-position: -216px -24px;
/* 2430 */ }
/* 2431 */ 
/* 2432 */ .icon-refresh {
/* 2433 */   background-position: -240px -24px;
/* 2434 */ }
/* 2435 */ 
/* 2436 */ .icon-list-alt {
/* 2437 */   background-position: -264px -24px;
/* 2438 */ }
/* 2439 */ 
/* 2440 */ .icon-lock {
/* 2441 */   background-position: -287px -24px;
/* 2442 */ }
/* 2443 */ 
/* 2444 */ .icon-flag {
/* 2445 */   background-position: -312px -24px;
/* 2446 */ }
/* 2447 */ 
/* 2448 */ .icon-headphones {
/* 2449 */   background-position: -336px -24px;
/* 2450 */ }

/* bootstrap.css */

/* 2451 */ 
/* 2452 */ .icon-volume-off {
/* 2453 */   background-position: -360px -24px;
/* 2454 */ }
/* 2455 */ 
/* 2456 */ .icon-volume-down {
/* 2457 */   background-position: -384px -24px;
/* 2458 */ }
/* 2459 */ 
/* 2460 */ .icon-volume-up {
/* 2461 */   background-position: -408px -24px;
/* 2462 */ }
/* 2463 */ 
/* 2464 */ .icon-qrcode {
/* 2465 */   background-position: -432px -24px;
/* 2466 */ }
/* 2467 */ 
/* 2468 */ .icon-barcode {
/* 2469 */   background-position: -456px -24px;
/* 2470 */ }
/* 2471 */ 
/* 2472 */ .icon-tag {
/* 2473 */   background-position: 0 -48px;
/* 2474 */ }
/* 2475 */ 
/* 2476 */ .icon-tags {
/* 2477 */   background-position: -25px -48px;
/* 2478 */ }
/* 2479 */ 
/* 2480 */ .icon-book {
/* 2481 */   background-position: -48px -48px;
/* 2482 */ }
/* 2483 */ 
/* 2484 */ .icon-bookmark {
/* 2485 */   background-position: -72px -48px;
/* 2486 */ }
/* 2487 */ 
/* 2488 */ .icon-print {
/* 2489 */   background-position: -96px -48px;
/* 2490 */ }
/* 2491 */ 
/* 2492 */ .icon-camera {
/* 2493 */   background-position: -120px -48px;
/* 2494 */ }
/* 2495 */ 
/* 2496 */ .icon-font {
/* 2497 */   background-position: -144px -48px;
/* 2498 */ }
/* 2499 */ 
/* 2500 */ .icon-bold {

/* bootstrap.css */

/* 2501 */   background-position: -167px -48px;
/* 2502 */ }
/* 2503 */ 
/* 2504 */ .icon-italic {
/* 2505 */   background-position: -192px -48px;
/* 2506 */ }
/* 2507 */ 
/* 2508 */ .icon-text-height {
/* 2509 */   background-position: -216px -48px;
/* 2510 */ }
/* 2511 */ 
/* 2512 */ .icon-text-width {
/* 2513 */   background-position: -240px -48px;
/* 2514 */ }
/* 2515 */ 
/* 2516 */ .icon-align-left {
/* 2517 */   background-position: -264px -48px;
/* 2518 */ }
/* 2519 */ 
/* 2520 */ .icon-align-center {
/* 2521 */   background-position: -288px -48px;
/* 2522 */ }
/* 2523 */ 
/* 2524 */ .icon-align-right {
/* 2525 */   background-position: -312px -48px;
/* 2526 */ }
/* 2527 */ 
/* 2528 */ .icon-align-justify {
/* 2529 */   background-position: -336px -48px;
/* 2530 */ }
/* 2531 */ 
/* 2532 */ .icon-list {
/* 2533 */   background-position: -360px -48px;
/* 2534 */ }
/* 2535 */ 
/* 2536 */ .icon-indent-left {
/* 2537 */   background-position: -384px -48px;
/* 2538 */ }
/* 2539 */ 
/* 2540 */ .icon-indent-right {
/* 2541 */   background-position: -408px -48px;
/* 2542 */ }
/* 2543 */ 
/* 2544 */ .icon-facetime-video {
/* 2545 */   background-position: -432px -48px;
/* 2546 */ }
/* 2547 */ 
/* 2548 */ .icon-picture {
/* 2549 */   background-position: -456px -48px;
/* 2550 */ }

/* bootstrap.css */

/* 2551 */ 
/* 2552 */ .icon-pencil {
/* 2553 */   background-position: 0 -72px;
/* 2554 */ }
/* 2555 */ 
/* 2556 */ .icon-map-marker {
/* 2557 */   background-position: -24px -72px;
/* 2558 */ }
/* 2559 */ 
/* 2560 */ .icon-adjust {
/* 2561 */   background-position: -48px -72px;
/* 2562 */ }
/* 2563 */ 
/* 2564 */ .icon-tint {
/* 2565 */   background-position: -72px -72px;
/* 2566 */ }
/* 2567 */ 
/* 2568 */ .icon-edit {
/* 2569 */   background-position: -96px -72px;
/* 2570 */ }
/* 2571 */ 
/* 2572 */ .icon-share {
/* 2573 */   background-position: -120px -72px;
/* 2574 */ }
/* 2575 */ 
/* 2576 */ .icon-check {
/* 2577 */   background-position: -144px -72px;
/* 2578 */ }
/* 2579 */ 
/* 2580 */ .icon-move {
/* 2581 */   background-position: -168px -72px;
/* 2582 */ }
/* 2583 */ 
/* 2584 */ .icon-step-backward {
/* 2585 */   background-position: -192px -72px;
/* 2586 */ }
/* 2587 */ 
/* 2588 */ .icon-fast-backward {
/* 2589 */   background-position: -216px -72px;
/* 2590 */ }
/* 2591 */ 
/* 2592 */ .icon-backward {
/* 2593 */   background-position: -240px -72px;
/* 2594 */ }
/* 2595 */ 
/* 2596 */ .icon-play {
/* 2597 */   background-position: -264px -72px;
/* 2598 */ }
/* 2599 */ 
/* 2600 */ .icon-pause {

/* bootstrap.css */

/* 2601 */   background-position: -288px -72px;
/* 2602 */ }
/* 2603 */ 
/* 2604 */ .icon-stop {
/* 2605 */   background-position: -312px -72px;
/* 2606 */ }
/* 2607 */ 
/* 2608 */ .icon-forward {
/* 2609 */   background-position: -336px -72px;
/* 2610 */ }
/* 2611 */ 
/* 2612 */ .icon-fast-forward {
/* 2613 */   background-position: -360px -72px;
/* 2614 */ }
/* 2615 */ 
/* 2616 */ .icon-step-forward {
/* 2617 */   background-position: -384px -72px;
/* 2618 */ }
/* 2619 */ 
/* 2620 */ .icon-eject {
/* 2621 */   background-position: -408px -72px;
/* 2622 */ }
/* 2623 */ 
/* 2624 */ .icon-chevron-left {
/* 2625 */   background-position: -432px -72px;
/* 2626 */ }
/* 2627 */ 
/* 2628 */ .icon-chevron-right {
/* 2629 */   background-position: -456px -72px;
/* 2630 */ }
/* 2631 */ 
/* 2632 */ .icon-plus-sign {
/* 2633 */   background-position: 0 -96px;
/* 2634 */ }
/* 2635 */ 
/* 2636 */ .icon-minus-sign {
/* 2637 */   background-position: -24px -96px;
/* 2638 */ }
/* 2639 */ 
/* 2640 */ .icon-remove-sign {
/* 2641 */   background-position: -48px -96px;
/* 2642 */ }
/* 2643 */ 
/* 2644 */ .icon-ok-sign {
/* 2645 */   background-position: -72px -96px;
/* 2646 */ }
/* 2647 */ 
/* 2648 */ .icon-question-sign {
/* 2649 */   background-position: -96px -96px;
/* 2650 */ }

/* bootstrap.css */

/* 2651 */ 
/* 2652 */ .icon-info-sign {
/* 2653 */   background-position: -120px -96px;
/* 2654 */ }
/* 2655 */ 
/* 2656 */ .icon-screenshot {
/* 2657 */   background-position: -144px -96px;
/* 2658 */ }
/* 2659 */ 
/* 2660 */ .icon-remove-circle {
/* 2661 */   background-position: -168px -96px;
/* 2662 */ }
/* 2663 */ 
/* 2664 */ .icon-ok-circle {
/* 2665 */   background-position: -192px -96px;
/* 2666 */ }
/* 2667 */ 
/* 2668 */ .icon-ban-circle {
/* 2669 */   background-position: -216px -96px;
/* 2670 */ }
/* 2671 */ 
/* 2672 */ .icon-arrow-left {
/* 2673 */   background-position: -240px -96px;
/* 2674 */ }
/* 2675 */ 
/* 2676 */ .icon-arrow-right {
/* 2677 */   background-position: -264px -96px;
/* 2678 */ }
/* 2679 */ 
/* 2680 */ .icon-arrow-up {
/* 2681 */   background-position: -289px -96px;
/* 2682 */ }
/* 2683 */ 
/* 2684 */ .icon-arrow-down {
/* 2685 */   background-position: -312px -96px;
/* 2686 */ }
/* 2687 */ 
/* 2688 */ .icon-share-alt {
/* 2689 */   background-position: -336px -96px;
/* 2690 */ }
/* 2691 */ 
/* 2692 */ .icon-resize-full {
/* 2693 */   background-position: -360px -96px;
/* 2694 */ }
/* 2695 */ 
/* 2696 */ .icon-resize-small {
/* 2697 */   background-position: -384px -96px;
/* 2698 */ }
/* 2699 */ 
/* 2700 */ .icon-plus {

/* bootstrap.css */

/* 2701 */   background-position: -408px -96px;
/* 2702 */ }
/* 2703 */ 
/* 2704 */ .icon-minus {
/* 2705 */   background-position: -433px -96px;
/* 2706 */ }
/* 2707 */ 
/* 2708 */ .icon-asterisk {
/* 2709 */   background-position: -456px -96px;
/* 2710 */ }
/* 2711 */ 
/* 2712 */ .icon-exclamation-sign {
/* 2713 */   background-position: 0 -120px;
/* 2714 */ }
/* 2715 */ 
/* 2716 */ .icon-gift {
/* 2717 */   background-position: -24px -120px;
/* 2718 */ }
/* 2719 */ 
/* 2720 */ .icon-leaf {
/* 2721 */   background-position: -48px -120px;
/* 2722 */ }
/* 2723 */ 
/* 2724 */ .icon-fire {
/* 2725 */   background-position: -72px -120px;
/* 2726 */ }
/* 2727 */ 
/* 2728 */ .icon-eye-open {
/* 2729 */   background-position: -96px -120px;
/* 2730 */ }
/* 2731 */ 
/* 2732 */ .icon-eye-close {
/* 2733 */   background-position: -120px -120px;
/* 2734 */ }
/* 2735 */ 
/* 2736 */ .icon-warning-sign {
/* 2737 */   background-position: -144px -120px;
/* 2738 */ }
/* 2739 */ 
/* 2740 */ .icon-plane {
/* 2741 */   background-position: -168px -120px;
/* 2742 */ }
/* 2743 */ 
/* 2744 */ .icon-calendar {
/* 2745 */   background-position: -192px -120px;
/* 2746 */ }
/* 2747 */ 
/* 2748 */ .icon-random {
/* 2749 */   width: 16px;
/* 2750 */   background-position: -216px -120px;

/* bootstrap.css */

/* 2751 */ }
/* 2752 */ 
/* 2753 */ .icon-comment {
/* 2754 */   background-position: -240px -120px;
/* 2755 */ }
/* 2756 */ 
/* 2757 */ .icon-magnet {
/* 2758 */   background-position: -264px -120px;
/* 2759 */ }
/* 2760 */ 
/* 2761 */ .icon-chevron-up {
/* 2762 */   background-position: -288px -120px;
/* 2763 */ }
/* 2764 */ 
/* 2765 */ .icon-chevron-down {
/* 2766 */   background-position: -313px -119px;
/* 2767 */ }
/* 2768 */ 
/* 2769 */ .icon-retweet {
/* 2770 */   background-position: -336px -120px;
/* 2771 */ }
/* 2772 */ 
/* 2773 */ .icon-shopping-cart {
/* 2774 */   background-position: -360px -120px;
/* 2775 */ }
/* 2776 */ 
/* 2777 */ .icon-folder-close {
/* 2778 */   width: 16px;
/* 2779 */   background-position: -384px -120px;
/* 2780 */ }
/* 2781 */ 
/* 2782 */ .icon-folder-open {
/* 2783 */   width: 16px;
/* 2784 */   background-position: -408px -120px;
/* 2785 */ }
/* 2786 */ 
/* 2787 */ .icon-resize-vertical {
/* 2788 */   background-position: -432px -119px;
/* 2789 */ }
/* 2790 */ 
/* 2791 */ .icon-resize-horizontal {
/* 2792 */   background-position: -456px -118px;
/* 2793 */ }
/* 2794 */ 
/* 2795 */ .icon-hdd {
/* 2796 */   background-position: 0 -144px;
/* 2797 */ }
/* 2798 */ 
/* 2799 */ .icon-bullhorn {
/* 2800 */   background-position: -24px -144px;

/* bootstrap.css */

/* 2801 */ }
/* 2802 */ 
/* 2803 */ .icon-bell {
/* 2804 */   background-position: -48px -144px;
/* 2805 */ }
/* 2806 */ 
/* 2807 */ .icon-certificate {
/* 2808 */   background-position: -72px -144px;
/* 2809 */ }
/* 2810 */ 
/* 2811 */ .icon-thumbs-up {
/* 2812 */   background-position: -96px -144px;
/* 2813 */ }
/* 2814 */ 
/* 2815 */ .icon-thumbs-down {
/* 2816 */   background-position: -120px -144px;
/* 2817 */ }
/* 2818 */ 
/* 2819 */ .icon-hand-right {
/* 2820 */   background-position: -144px -144px;
/* 2821 */ }
/* 2822 */ 
/* 2823 */ .icon-hand-left {
/* 2824 */   background-position: -168px -144px;
/* 2825 */ }
/* 2826 */ 
/* 2827 */ .icon-hand-up {
/* 2828 */   background-position: -192px -144px;
/* 2829 */ }
/* 2830 */ 
/* 2831 */ .icon-hand-down {
/* 2832 */   background-position: -216px -144px;
/* 2833 */ }
/* 2834 */ 
/* 2835 */ .icon-circle-arrow-right {
/* 2836 */   background-position: -240px -144px;
/* 2837 */ }
/* 2838 */ 
/* 2839 */ .icon-circle-arrow-left {
/* 2840 */   background-position: -264px -144px;
/* 2841 */ }
/* 2842 */ 
/* 2843 */ .icon-circle-arrow-up {
/* 2844 */   background-position: -288px -144px;
/* 2845 */ }
/* 2846 */ 
/* 2847 */ .icon-circle-arrow-down {
/* 2848 */   background-position: -312px -144px;
/* 2849 */ }
/* 2850 */ 

/* bootstrap.css */

/* 2851 */ .icon-globe {
/* 2852 */   background-position: -336px -144px;
/* 2853 */ }
/* 2854 */ 
/* 2855 */ .icon-wrench {
/* 2856 */   background-position: -360px -144px;
/* 2857 */ }
/* 2858 */ 
/* 2859 */ .icon-tasks {
/* 2860 */   background-position: -384px -144px;
/* 2861 */ }
/* 2862 */ 
/* 2863 */ .icon-filter {
/* 2864 */   background-position: -408px -144px;
/* 2865 */ }
/* 2866 */ 
/* 2867 */ .icon-briefcase {
/* 2868 */   background-position: -432px -144px;
/* 2869 */ }
/* 2870 */ 
/* 2871 */ .icon-fullscreen {
/* 2872 */   background-position: -456px -144px;
/* 2873 */ }
/* 2874 */ 
/* 2875 */ .dropup,
/* 2876 */ .dropdown {
/* 2877 */   position: relative;
/* 2878 */ }
/* 2879 */ 
/* 2880 */ .dropdown-toggle {
/* 2881 */   *margin-bottom: -3px;
/* 2882 */ }
/* 2883 */ 
/* 2884 */ .dropdown-toggle:active,
/* 2885 */ .open .dropdown-toggle {
/* 2886 */   outline: 0;
/* 2887 */ }
/* 2888 */ 
/* 2889 */ .caret {
/* 2890 */   display: inline-block;
/* 2891 */   width: 0;
/* 2892 */   height: 0;
/* 2893 */   vertical-align: top;
/* 2894 */   border-top: 4px solid #000000;
/* 2895 */   border-right: 4px solid transparent;
/* 2896 */   border-left: 4px solid transparent;
/* 2897 */   content: "";
/* 2898 */ }
/* 2899 */ 
/* 2900 */ .dropdown .caret {

/* bootstrap.css */

/* 2901 */   margin-top: 8px;
/* 2902 */   margin-left: 2px;
/* 2903 */ }
/* 2904 */ 
/* 2905 */ .dropdown-menu {
/* 2906 */   position: absolute;
/* 2907 */   top: 100%;
/* 2908 */   left: 0;
/* 2909 */   z-index: 1000;
/* 2910 */   display: none;
/* 2911 */   float: left;
/* 2912 */   min-width: 160px;
/* 2913 */   padding: 5px 0;
/* 2914 */   margin: 2px 0 0;
/* 2915 */   list-style: none;
/* 2916 */   background-color: #ffffff;
/* 2917 */   border: 1px solid #ccc;
/* 2918 */   border: 1px solid rgba(0, 0, 0, 0.2);
/* 2919 */   *border-right-width: 2px;
/* 2920 */   *border-bottom-width: 2px;
/* 2921 */   -webkit-border-radius: 6px;
/* 2922 */      -moz-border-radius: 6px;
/* 2923 */           border-radius: 6px;
/* 2924 */   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 2925 */      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 2926 */           box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 2927 */   -webkit-background-clip: padding-box;
/* 2928 */      -moz-background-clip: padding;
/* 2929 */           background-clip: padding-box;
/* 2930 */ }
/* 2931 */ 
/* 2932 */ .dropdown-menu.pull-right {
/* 2933 */   right: 0;
/* 2934 */   left: auto;
/* 2935 */ }
/* 2936 */ 
/* 2937 */ .dropdown-menu .divider {
/* 2938 */   *width: 100%;
/* 2939 */   height: 1px;
/* 2940 */   margin: 9px 1px;
/* 2941 */   *margin: -5px 0 5px;
/* 2942 */   overflow: hidden;
/* 2943 */   background-color: #e5e5e5;
/* 2944 */   border-bottom: 1px solid #ffffff;
/* 2945 */ }
/* 2946 */ 
/* 2947 */ .dropdown-menu > li > a {
/* 2948 */   display: block;
/* 2949 */   padding: 3px 20px;
/* 2950 */   clear: both;

/* bootstrap.css */

/* 2951 */   font-weight: normal;
/* 2952 */   line-height: 20px;
/* 2953 */   color: #333333;
/* 2954 */   white-space: nowrap;
/* 2955 */ }
/* 2956 */ 
/* 2957 */ .dropdown-menu > li > a:hover,
/* 2958 */ .dropdown-menu > li > a:focus,
/* 2959 */ .dropdown-submenu:hover > a,
/* 2960 */ .dropdown-submenu:focus > a {
/* 2961 */   color: #ffffff;
/* 2962 */   text-decoration: none;
/* 2963 */   background-color: #0081c2;
/* 2964 */   background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
/* 2965 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
/* 2966 */   background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
/* 2967 */   background-image: -o-linear-gradient(top, #0088cc, #0077b3);
/* 2968 */   background-image: linear-gradient(to bottom, #0088cc, #0077b3);
/* 2969 */   background-repeat: repeat-x;
/* 2970 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
/* 2971 */ }
/* 2972 */ 
/* 2973 */ .dropdown-menu > .active > a,
/* 2974 */ .dropdown-menu > .active > a:hover,
/* 2975 */ .dropdown-menu > .active > a:focus {
/* 2976 */   color: #ffffff;
/* 2977 */   text-decoration: none;
/* 2978 */   background-color: #0081c2;
/* 2979 */   background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
/* 2980 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
/* 2981 */   background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
/* 2982 */   background-image: -o-linear-gradient(top, #0088cc, #0077b3);
/* 2983 */   background-image: linear-gradient(to bottom, #0088cc, #0077b3);
/* 2984 */   background-repeat: repeat-x;
/* 2985 */   outline: 0;
/* 2986 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
/* 2987 */ }
/* 2988 */ 
/* 2989 */ .dropdown-menu > .disabled > a,
/* 2990 */ .dropdown-menu > .disabled > a:hover,
/* 2991 */ .dropdown-menu > .disabled > a:focus {
/* 2992 */   color: #999999;
/* 2993 */ }
/* 2994 */ 
/* 2995 */ .dropdown-menu > .disabled > a:hover,
/* 2996 */ .dropdown-menu > .disabled > a:focus {
/* 2997 */   text-decoration: none;
/* 2998 */   cursor: default;
/* 2999 */   background-color: transparent;
/* 3000 */   background-image: none;

/* bootstrap.css */

/* 3001 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 3002 */ }
/* 3003 */ 
/* 3004 */ .open {
/* 3005 */   *z-index: 1000;
/* 3006 */ }
/* 3007 */ 
/* 3008 */ .open > .dropdown-menu {
/* 3009 */   display: block;
/* 3010 */ }
/* 3011 */ 
/* 3012 */ .pull-right > .dropdown-menu {
/* 3013 */   right: 0;
/* 3014 */   left: auto;
/* 3015 */ }
/* 3016 */ 
/* 3017 */ .dropup .caret,
/* 3018 */ .navbar-fixed-bottom .dropdown .caret {
/* 3019 */   border-top: 0;
/* 3020 */   border-bottom: 4px solid #000000;
/* 3021 */   content: "";
/* 3022 */ }
/* 3023 */ 
/* 3024 */ .dropup .dropdown-menu,
/* 3025 */ .navbar-fixed-bottom .dropdown .dropdown-menu {
/* 3026 */   top: auto;
/* 3027 */   bottom: 100%;
/* 3028 */   margin-bottom: 1px;
/* 3029 */ }
/* 3030 */ 
/* 3031 */ .dropdown-submenu {
/* 3032 */   position: relative;
/* 3033 */ }
/* 3034 */ 
/* 3035 */ .dropdown-submenu > .dropdown-menu {
/* 3036 */   top: 0;
/* 3037 */   left: 100%;
/* 3038 */   margin-top: -6px;
/* 3039 */   margin-left: -1px;
/* 3040 */   -webkit-border-radius: 0 6px 6px 6px;
/* 3041 */      -moz-border-radius: 0 6px 6px 6px;
/* 3042 */           border-radius: 0 6px 6px 6px;
/* 3043 */ }
/* 3044 */ 
/* 3045 */ .dropdown-submenu:hover > .dropdown-menu {
/* 3046 */   display: block;
/* 3047 */ }
/* 3048 */ 
/* 3049 */ .dropup .dropdown-submenu > .dropdown-menu {
/* 3050 */   top: auto;

/* bootstrap.css */

/* 3051 */   bottom: 0;
/* 3052 */   margin-top: 0;
/* 3053 */   margin-bottom: -2px;
/* 3054 */   -webkit-border-radius: 5px 5px 5px 0;
/* 3055 */      -moz-border-radius: 5px 5px 5px 0;
/* 3056 */           border-radius: 5px 5px 5px 0;
/* 3057 */ }
/* 3058 */ 
/* 3059 */ .dropdown-submenu > a:after {
/* 3060 */   display: block;
/* 3061 */   float: right;
/* 3062 */   width: 0;
/* 3063 */   height: 0;
/* 3064 */   margin-top: 5px;
/* 3065 */   margin-right: -10px;
/* 3066 */   border-color: transparent;
/* 3067 */   border-left-color: #cccccc;
/* 3068 */   border-style: solid;
/* 3069 */   border-width: 5px 0 5px 5px;
/* 3070 */   content: " ";
/* 3071 */ }
/* 3072 */ 
/* 3073 */ .dropdown-submenu:hover > a:after {
/* 3074 */   border-left-color: #ffffff;
/* 3075 */ }
/* 3076 */ 
/* 3077 */ .dropdown-submenu.pull-left {
/* 3078 */   float: none;
/* 3079 */ }
/* 3080 */ 
/* 3081 */ .dropdown-submenu.pull-left > .dropdown-menu {
/* 3082 */   left: -100%;
/* 3083 */   margin-left: 10px;
/* 3084 */   -webkit-border-radius: 6px 0 6px 6px;
/* 3085 */      -moz-border-radius: 6px 0 6px 6px;
/* 3086 */           border-radius: 6px 0 6px 6px;
/* 3087 */ }
/* 3088 */ 
/* 3089 */ .dropdown .dropdown-menu .nav-header {
/* 3090 */   padding-right: 20px;
/* 3091 */   padding-left: 20px;
/* 3092 */ }
/* 3093 */ 
/* 3094 */ .typeahead {
/* 3095 */   z-index: 1051;
/* 3096 */   margin-top: 2px;
/* 3097 */   -webkit-border-radius: 4px;
/* 3098 */      -moz-border-radius: 4px;
/* 3099 */           border-radius: 4px;
/* 3100 */ }

/* bootstrap.css */

/* 3101 */ 
/* 3102 */ .well {
/* 3103 */   min-height: 20px;
/* 3104 */   padding: 19px;
/* 3105 */   margin-bottom: 20px;
/* 3106 */   background-color: #f5f5f5;
/* 3107 */   border: 1px solid #e3e3e3;
/* 3108 */   -webkit-border-radius: 4px;
/* 3109 */      -moz-border-radius: 4px;
/* 3110 */           border-radius: 4px;
/* 3111 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
/* 3112 */      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
/* 3113 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
/* 3114 */ }
/* 3115 */ 
/* 3116 */ .well blockquote {
/* 3117 */   border-color: #ddd;
/* 3118 */   border-color: rgba(0, 0, 0, 0.15);
/* 3119 */ }
/* 3120 */ 
/* 3121 */ .well-large {
/* 3122 */   padding: 24px;
/* 3123 */   -webkit-border-radius: 6px;
/* 3124 */      -moz-border-radius: 6px;
/* 3125 */           border-radius: 6px;
/* 3126 */ }
/* 3127 */ 
/* 3128 */ .well-small {
/* 3129 */   padding: 9px;
/* 3130 */   -webkit-border-radius: 3px;
/* 3131 */      -moz-border-radius: 3px;
/* 3132 */           border-radius: 3px;
/* 3133 */ }
/* 3134 */ 
/* 3135 */ .fade {
/* 3136 */   opacity: 0;
/* 3137 */   -webkit-transition: opacity 0.15s linear;
/* 3138 */      -moz-transition: opacity 0.15s linear;
/* 3139 */        -o-transition: opacity 0.15s linear;
/* 3140 */           transition: opacity 0.15s linear;
/* 3141 */ }
/* 3142 */ 
/* 3143 */ .fade.in {
/* 3144 */   opacity: 1;
/* 3145 */ }
/* 3146 */ 
/* 3147 */ .collapse {
/* 3148 */   position: relative;
/* 3149 */   height: 0;
/* 3150 */   overflow: hidden;

/* bootstrap.css */

/* 3151 */   -webkit-transition: height 0.35s ease;
/* 3152 */      -moz-transition: height 0.35s ease;
/* 3153 */        -o-transition: height 0.35s ease;
/* 3154 */           transition: height 0.35s ease;
/* 3155 */ }
/* 3156 */ 
/* 3157 */ .collapse.in {
/* 3158 */   height: auto;
/* 3159 */ }
/* 3160 */ 
/* 3161 */ .close {
/* 3162 */   float: right;
/* 3163 */   font-size: 20px;
/* 3164 */   font-weight: bold;
/* 3165 */   line-height: 20px;
/* 3166 */   color: #000000;
/* 3167 */   text-shadow: 0 1px 0 #ffffff;
/* 3168 */   opacity: 0.2;
/* 3169 */   filter: alpha(opacity=20);
/* 3170 */ }
/* 3171 */ 
/* 3172 */ .close:hover,
/* 3173 */ .close:focus {
/* 3174 */   color: #000000;
/* 3175 */   text-decoration: none;
/* 3176 */   cursor: pointer;
/* 3177 */   opacity: 0.4;
/* 3178 */   filter: alpha(opacity=40);
/* 3179 */ }
/* 3180 */ 
/* 3181 */ button.close {
/* 3182 */   padding: 0;
/* 3183 */   cursor: pointer;
/* 3184 */   background: transparent;
/* 3185 */   border: 0;
/* 3186 */   -webkit-appearance: none;
/* 3187 */ }
/* 3188 */ 
/* 3189 */ .btn {
/* 3190 */   display: inline-block;
/* 3191 */   *display: inline;
/* 3192 */   padding: 4px 12px;
/* 3193 */   margin-bottom: 0;
/* 3194 */   *margin-left: .3em;
/* 3195 */   font-size: 14px;
/* 3196 */   line-height: 20px;
/* 3197 */   color: #333333;
/* 3198 */   text-align: center;
/* 3199 */   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
/* 3200 */   vertical-align: middle;

/* bootstrap.css */

/* 3201 */   cursor: pointer;
/* 3202 */   background-color: #f5f5f5;
/* 3203 */   *background-color: #e6e6e6;
/* 3204 */   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
/* 3205 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
/* 3206 */   background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
/* 3207 */   background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
/* 3208 */   background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
/* 3209 */   background-repeat: repeat-x;
/* 3210 */   border: 1px solid #cccccc;
/* 3211 */   *border: 0;
/* 3212 */   border-color: #e6e6e6 #e6e6e6 #bfbfbf;
/* 3213 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 3214 */   border-bottom-color: #b3b3b3;
/* 3215 */   -webkit-border-radius: 4px;
/* 3216 */      -moz-border-radius: 4px;
/* 3217 */           border-radius: 4px;
/* 3218 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
/* 3219 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 3220 */   *zoom: 1;
/* 3221 */   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3222 */      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3223 */           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3224 */ }
/* 3225 */ 
/* 3226 */ .btn:hover,
/* 3227 */ .btn:focus,
/* 3228 */ .btn:active,
/* 3229 */ .btn.active,
/* 3230 */ .btn.disabled,
/* 3231 */ .btn[disabled] {
/* 3232 */   color: #333333;
/* 3233 */   background-color: #e6e6e6;
/* 3234 */   *background-color: #d9d9d9;
/* 3235 */ }
/* 3236 */ 
/* 3237 */ .btn:active,
/* 3238 */ .btn.active {
/* 3239 */   background-color: #cccccc \9;
/* 3240 */ }
/* 3241 */ 
/* 3242 */ .btn:first-child {
/* 3243 */   *margin-left: 0;
/* 3244 */ }
/* 3245 */ 
/* 3246 */ .btn:hover,
/* 3247 */ .btn:focus {
/* 3248 */   color: #333333;
/* 3249 */   text-decoration: none;
/* 3250 */   background-position: 0 -15px;

/* bootstrap.css */

/* 3251 */   -webkit-transition: background-position 0.1s linear;
/* 3252 */      -moz-transition: background-position 0.1s linear;
/* 3253 */        -o-transition: background-position 0.1s linear;
/* 3254 */           transition: background-position 0.1s linear;
/* 3255 */ }
/* 3256 */ 
/* 3257 */ .btn:focus {
/* 3258 */   outline: thin dotted #333;
/* 3259 */   outline: 5px auto -webkit-focus-ring-color;
/* 3260 */   outline-offset: -2px;
/* 3261 */ }
/* 3262 */ 
/* 3263 */ .btn.active,
/* 3264 */ .btn:active {
/* 3265 */   background-image: none;
/* 3266 */   outline: 0;
/* 3267 */   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3268 */      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3269 */           box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3270 */ }
/* 3271 */ 
/* 3272 */ .btn.disabled,
/* 3273 */ .btn[disabled] {
/* 3274 */   cursor: default;
/* 3275 */   background-image: none;
/* 3276 */   opacity: 0.65;
/* 3277 */   filter: alpha(opacity=65);
/* 3278 */   -webkit-box-shadow: none;
/* 3279 */      -moz-box-shadow: none;
/* 3280 */           box-shadow: none;
/* 3281 */ }
/* 3282 */ 
/* 3283 */ .btn-large {
/* 3284 */   padding: 11px 19px;
/* 3285 */   font-size: 17.5px;
/* 3286 */   -webkit-border-radius: 6px;
/* 3287 */      -moz-border-radius: 6px;
/* 3288 */           border-radius: 6px;
/* 3289 */ }
/* 3290 */ 
/* 3291 */ .btn-large [class^="icon-"],
/* 3292 */ .btn-large [class*=" icon-"] {
/* 3293 */   margin-top: 4px;
/* 3294 */ }
/* 3295 */ 
/* 3296 */ .btn-small {
/* 3297 */   padding: 2px 10px;
/* 3298 */   font-size: 11.9px;
/* 3299 */   -webkit-border-radius: 3px;
/* 3300 */      -moz-border-radius: 3px;

/* bootstrap.css */

/* 3301 */           border-radius: 3px;
/* 3302 */ }
/* 3303 */ 
/* 3304 */ .btn-small [class^="icon-"],
/* 3305 */ .btn-small [class*=" icon-"] {
/* 3306 */   margin-top: 0;
/* 3307 */ }
/* 3308 */ 
/* 3309 */ .btn-mini [class^="icon-"],
/* 3310 */ .btn-mini [class*=" icon-"] {
/* 3311 */   margin-top: -1px;
/* 3312 */ }
/* 3313 */ 
/* 3314 */ .btn-mini {
/* 3315 */   padding: 0 6px;
/* 3316 */   font-size: 10.5px;
/* 3317 */   -webkit-border-radius: 3px;
/* 3318 */      -moz-border-radius: 3px;
/* 3319 */           border-radius: 3px;
/* 3320 */ }
/* 3321 */ 
/* 3322 */ .btn-block {
/* 3323 */   display: block;
/* 3324 */   width: 100%;
/* 3325 */   padding-right: 0;
/* 3326 */   padding-left: 0;
/* 3327 */   -webkit-box-sizing: border-box;
/* 3328 */      -moz-box-sizing: border-box;
/* 3329 */           box-sizing: border-box;
/* 3330 */ }
/* 3331 */ 
/* 3332 */ .btn-block + .btn-block {
/* 3333 */   margin-top: 5px;
/* 3334 */ }
/* 3335 */ 
/* 3336 */ input[type="submit"].btn-block,
/* 3337 */ input[type="reset"].btn-block,
/* 3338 */ input[type="button"].btn-block {
/* 3339 */   width: 100%;
/* 3340 */ }
/* 3341 */ 
/* 3342 */ .btn-primary.active,
/* 3343 */ .btn-warning.active,
/* 3344 */ .btn-danger.active,
/* 3345 */ .btn-success.active,
/* 3346 */ .btn-info.active,
/* 3347 */ .btn-inverse.active {
/* 3348 */   color: rgba(255, 255, 255, 0.75);
/* 3349 */ }
/* 3350 */ 

/* bootstrap.css */

/* 3351 */ .btn-primary {
/* 3352 */   color: #ffffff;
/* 3353 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 3354 */   background-color: #006dcc;
/* 3355 */   *background-color: #0044cc;
/* 3356 */   background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
/* 3357 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
/* 3358 */   background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
/* 3359 */   background-image: -o-linear-gradient(top, #0088cc, #0044cc);
/* 3360 */   background-image: linear-gradient(to bottom, #0088cc, #0044cc);
/* 3361 */   background-repeat: repeat-x;
/* 3362 */   border-color: #0044cc #0044cc #002a80;
/* 3363 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 3364 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
/* 3365 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 3366 */ }
/* 3367 */ 
/* 3368 */ .btn-primary:hover,
/* 3369 */ .btn-primary:focus,
/* 3370 */ .btn-primary:active,
/* 3371 */ .btn-primary.active,
/* 3372 */ .btn-primary.disabled,
/* 3373 */ .btn-primary[disabled] {
/* 3374 */   color: #ffffff;
/* 3375 */   background-color: #0044cc;
/* 3376 */   *background-color: #003bb3;
/* 3377 */ }
/* 3378 */ 
/* 3379 */ .btn-primary:active,
/* 3380 */ .btn-primary.active {
/* 3381 */   background-color: #003399 \9;
/* 3382 */ }
/* 3383 */ 
/* 3384 */ .btn-warning {
/* 3385 */   color: #ffffff;
/* 3386 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 3387 */   background-color: #faa732;
/* 3388 */   *background-color: #f89406;
/* 3389 */   background-image: -moz-linear-gradient(top, #fbb450, #f89406);
/* 3390 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
/* 3391 */   background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
/* 3392 */   background-image: -o-linear-gradient(top, #fbb450, #f89406);
/* 3393 */   background-image: linear-gradient(to bottom, #fbb450, #f89406);
/* 3394 */   background-repeat: repeat-x;
/* 3395 */   border-color: #f89406 #f89406 #ad6704;
/* 3396 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 3397 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
/* 3398 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 3399 */ }
/* 3400 */ 

/* bootstrap.css */

/* 3401 */ .btn-warning:hover,
/* 3402 */ .btn-warning:focus,
/* 3403 */ .btn-warning:active,
/* 3404 */ .btn-warning.active,
/* 3405 */ .btn-warning.disabled,
/* 3406 */ .btn-warning[disabled] {
/* 3407 */   color: #ffffff;
/* 3408 */   background-color: #f89406;
/* 3409 */   *background-color: #df8505;
/* 3410 */ }
/* 3411 */ 
/* 3412 */ .btn-warning:active,
/* 3413 */ .btn-warning.active {
/* 3414 */   background-color: #c67605 \9;
/* 3415 */ }
/* 3416 */ 
/* 3417 */ .btn-danger {
/* 3418 */   color: #ffffff;
/* 3419 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 3420 */   background-color: #da4f49;
/* 3421 */   *background-color: #bd362f;
/* 3422 */   background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
/* 3423 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
/* 3424 */   background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
/* 3425 */   background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
/* 3426 */   background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
/* 3427 */   background-repeat: repeat-x;
/* 3428 */   border-color: #bd362f #bd362f #802420;
/* 3429 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 3430 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
/* 3431 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 3432 */ }
/* 3433 */ 
/* 3434 */ .btn-danger:hover,
/* 3435 */ .btn-danger:focus,
/* 3436 */ .btn-danger:active,
/* 3437 */ .btn-danger.active,
/* 3438 */ .btn-danger.disabled,
/* 3439 */ .btn-danger[disabled] {
/* 3440 */   color: #ffffff;
/* 3441 */   background-color: #bd362f;
/* 3442 */   *background-color: #a9302a;
/* 3443 */ }
/* 3444 */ 
/* 3445 */ .btn-danger:active,
/* 3446 */ .btn-danger.active {
/* 3447 */   background-color: #942a25 \9;
/* 3448 */ }
/* 3449 */ 
/* 3450 */ .btn-success {

/* bootstrap.css */

/* 3451 */   color: #ffffff;
/* 3452 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 3453 */   background-color: #5bb75b;
/* 3454 */   *background-color: #51a351;
/* 3455 */   background-image: -moz-linear-gradient(top, #62c462, #51a351);
/* 3456 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
/* 3457 */   background-image: -webkit-linear-gradient(top, #62c462, #51a351);
/* 3458 */   background-image: -o-linear-gradient(top, #62c462, #51a351);
/* 3459 */   background-image: linear-gradient(to bottom, #62c462, #51a351);
/* 3460 */   background-repeat: repeat-x;
/* 3461 */   border-color: #51a351 #51a351 #387038;
/* 3462 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 3463 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
/* 3464 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 3465 */ }
/* 3466 */ 
/* 3467 */ .btn-success:hover,
/* 3468 */ .btn-success:focus,
/* 3469 */ .btn-success:active,
/* 3470 */ .btn-success.active,
/* 3471 */ .btn-success.disabled,
/* 3472 */ .btn-success[disabled] {
/* 3473 */   color: #ffffff;
/* 3474 */   background-color: #51a351;
/* 3475 */   *background-color: #499249;
/* 3476 */ }
/* 3477 */ 
/* 3478 */ .btn-success:active,
/* 3479 */ .btn-success.active {
/* 3480 */   background-color: #408140 \9;
/* 3481 */ }
/* 3482 */ 
/* 3483 */ .btn-info {
/* 3484 */   color: #ffffff;
/* 3485 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 3486 */   background-color: #49afcd;
/* 3487 */   *background-color: #2f96b4;
/* 3488 */   background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
/* 3489 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
/* 3490 */   background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
/* 3491 */   background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
/* 3492 */   background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
/* 3493 */   background-repeat: repeat-x;
/* 3494 */   border-color: #2f96b4 #2f96b4 #1f6377;
/* 3495 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 3496 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
/* 3497 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 3498 */ }
/* 3499 */ 
/* 3500 */ .btn-info:hover,

/* bootstrap.css */

/* 3501 */ .btn-info:focus,
/* 3502 */ .btn-info:active,
/* 3503 */ .btn-info.active,
/* 3504 */ .btn-info.disabled,
/* 3505 */ .btn-info[disabled] {
/* 3506 */   color: #ffffff;
/* 3507 */   background-color: #2f96b4;
/* 3508 */   *background-color: #2a85a0;
/* 3509 */ }
/* 3510 */ 
/* 3511 */ .btn-info:active,
/* 3512 */ .btn-info.active {
/* 3513 */   background-color: #24748c \9;
/* 3514 */ }
/* 3515 */ 
/* 3516 */ .btn-inverse {
/* 3517 */   color: #ffffff;
/* 3518 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 3519 */   background-color: #363636;
/* 3520 */   *background-color: #222222;
/* 3521 */   background-image: -moz-linear-gradient(top, #444444, #222222);
/* 3522 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
/* 3523 */   background-image: -webkit-linear-gradient(top, #444444, #222222);
/* 3524 */   background-image: -o-linear-gradient(top, #444444, #222222);
/* 3525 */   background-image: linear-gradient(to bottom, #444444, #222222);
/* 3526 */   background-repeat: repeat-x;
/* 3527 */   border-color: #222222 #222222 #000000;
/* 3528 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 3529 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
/* 3530 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 3531 */ }
/* 3532 */ 
/* 3533 */ .btn-inverse:hover,
/* 3534 */ .btn-inverse:focus,
/* 3535 */ .btn-inverse:active,
/* 3536 */ .btn-inverse.active,
/* 3537 */ .btn-inverse.disabled,
/* 3538 */ .btn-inverse[disabled] {
/* 3539 */   color: #ffffff;
/* 3540 */   background-color: #222222;
/* 3541 */   *background-color: #151515;
/* 3542 */ }
/* 3543 */ 
/* 3544 */ .btn-inverse:active,
/* 3545 */ .btn-inverse.active {
/* 3546 */   background-color: #080808 \9;
/* 3547 */ }
/* 3548 */ 
/* 3549 */ button.btn,
/* 3550 */ input[type="submit"].btn {

/* bootstrap.css */

/* 3551 */   *padding-top: 3px;
/* 3552 */   *padding-bottom: 3px;
/* 3553 */ }
/* 3554 */ 
/* 3555 */ button.btn::-moz-focus-inner,
/* 3556 */ input[type="submit"].btn::-moz-focus-inner {
/* 3557 */   padding: 0;
/* 3558 */   border: 0;
/* 3559 */ }
/* 3560 */ 
/* 3561 */ button.btn.btn-large,
/* 3562 */ input[type="submit"].btn.btn-large {
/* 3563 */   *padding-top: 7px;
/* 3564 */   *padding-bottom: 7px;
/* 3565 */ }
/* 3566 */ 
/* 3567 */ button.btn.btn-small,
/* 3568 */ input[type="submit"].btn.btn-small {
/* 3569 */   *padding-top: 3px;
/* 3570 */   *padding-bottom: 3px;
/* 3571 */ }
/* 3572 */ 
/* 3573 */ button.btn.btn-mini,
/* 3574 */ input[type="submit"].btn.btn-mini {
/* 3575 */   *padding-top: 1px;
/* 3576 */   *padding-bottom: 1px;
/* 3577 */ }
/* 3578 */ 
/* 3579 */ .btn-link,
/* 3580 */ .btn-link:active,
/* 3581 */ .btn-link[disabled] {
/* 3582 */   background-color: transparent;
/* 3583 */   background-image: none;
/* 3584 */   -webkit-box-shadow: none;
/* 3585 */      -moz-box-shadow: none;
/* 3586 */           box-shadow: none;
/* 3587 */ }
/* 3588 */ 
/* 3589 */ .btn-link {
/* 3590 */   color: #0088cc;
/* 3591 */   cursor: pointer;
/* 3592 */   border-color: transparent;
/* 3593 */   -webkit-border-radius: 0;
/* 3594 */      -moz-border-radius: 0;
/* 3595 */           border-radius: 0;
/* 3596 */ }
/* 3597 */ 
/* 3598 */ .btn-link:hover,
/* 3599 */ .btn-link:focus {
/* 3600 */   color: #005580;

/* bootstrap.css */

/* 3601 */   text-decoration: underline;
/* 3602 */   background-color: transparent;
/* 3603 */ }
/* 3604 */ 
/* 3605 */ .btn-link[disabled]:hover,
/* 3606 */ .btn-link[disabled]:focus {
/* 3607 */   color: #333333;
/* 3608 */   text-decoration: none;
/* 3609 */ }
/* 3610 */ 
/* 3611 */ .btn-group {
/* 3612 */   position: relative;
/* 3613 */   display: inline-block;
/* 3614 */   *display: inline;
/* 3615 */   *margin-left: .3em;
/* 3616 */   font-size: 0;
/* 3617 */   white-space: nowrap;
/* 3618 */   vertical-align: middle;
/* 3619 */   *zoom: 1;
/* 3620 */ }
/* 3621 */ 
/* 3622 */ .btn-group:first-child {
/* 3623 */   *margin-left: 0;
/* 3624 */ }
/* 3625 */ 
/* 3626 */ .btn-group + .btn-group {
/* 3627 */   margin-left: 5px;
/* 3628 */ }
/* 3629 */ 
/* 3630 */ .btn-toolbar {
/* 3631 */   margin-top: 10px;
/* 3632 */   margin-bottom: 10px;
/* 3633 */   font-size: 0;
/* 3634 */ }
/* 3635 */ 
/* 3636 */ .btn-toolbar > .btn + .btn,
/* 3637 */ .btn-toolbar > .btn-group + .btn,
/* 3638 */ .btn-toolbar > .btn + .btn-group {
/* 3639 */   margin-left: 5px;
/* 3640 */ }
/* 3641 */ 
/* 3642 */ .btn-group > .btn {
/* 3643 */   position: relative;
/* 3644 */   -webkit-border-radius: 0;
/* 3645 */      -moz-border-radius: 0;
/* 3646 */           border-radius: 0;
/* 3647 */ }
/* 3648 */ 
/* 3649 */ .btn-group > .btn + .btn {
/* 3650 */   margin-left: -1px;

/* bootstrap.css */

/* 3651 */ }
/* 3652 */ 
/* 3653 */ .btn-group > .btn,
/* 3654 */ .btn-group > .dropdown-menu,
/* 3655 */ .btn-group > .popover {
/* 3656 */   font-size: 14px;
/* 3657 */ }
/* 3658 */ 
/* 3659 */ .btn-group > .btn-mini {
/* 3660 */   font-size: 10.5px;
/* 3661 */ }
/* 3662 */ 
/* 3663 */ .btn-group > .btn-small {
/* 3664 */   font-size: 11.9px;
/* 3665 */ }
/* 3666 */ 
/* 3667 */ .btn-group > .btn-large {
/* 3668 */   font-size: 17.5px;
/* 3669 */ }
/* 3670 */ 
/* 3671 */ .btn-group > .btn:first-child {
/* 3672 */   margin-left: 0;
/* 3673 */   -webkit-border-bottom-left-radius: 4px;
/* 3674 */           border-bottom-left-radius: 4px;
/* 3675 */   -webkit-border-top-left-radius: 4px;
/* 3676 */           border-top-left-radius: 4px;
/* 3677 */   -moz-border-radius-bottomleft: 4px;
/* 3678 */   -moz-border-radius-topleft: 4px;
/* 3679 */ }
/* 3680 */ 
/* 3681 */ .btn-group > .btn:last-child,
/* 3682 */ .btn-group > .dropdown-toggle {
/* 3683 */   -webkit-border-top-right-radius: 4px;
/* 3684 */           border-top-right-radius: 4px;
/* 3685 */   -webkit-border-bottom-right-radius: 4px;
/* 3686 */           border-bottom-right-radius: 4px;
/* 3687 */   -moz-border-radius-topright: 4px;
/* 3688 */   -moz-border-radius-bottomright: 4px;
/* 3689 */ }
/* 3690 */ 
/* 3691 */ .btn-group > .btn.large:first-child {
/* 3692 */   margin-left: 0;
/* 3693 */   -webkit-border-bottom-left-radius: 6px;
/* 3694 */           border-bottom-left-radius: 6px;
/* 3695 */   -webkit-border-top-left-radius: 6px;
/* 3696 */           border-top-left-radius: 6px;
/* 3697 */   -moz-border-radius-bottomleft: 6px;
/* 3698 */   -moz-border-radius-topleft: 6px;
/* 3699 */ }
/* 3700 */ 

/* bootstrap.css */

/* 3701 */ .btn-group > .btn.large:last-child,
/* 3702 */ .btn-group > .large.dropdown-toggle {
/* 3703 */   -webkit-border-top-right-radius: 6px;
/* 3704 */           border-top-right-radius: 6px;
/* 3705 */   -webkit-border-bottom-right-radius: 6px;
/* 3706 */           border-bottom-right-radius: 6px;
/* 3707 */   -moz-border-radius-topright: 6px;
/* 3708 */   -moz-border-radius-bottomright: 6px;
/* 3709 */ }
/* 3710 */ 
/* 3711 */ .btn-group > .btn:hover,
/* 3712 */ .btn-group > .btn:focus,
/* 3713 */ .btn-group > .btn:active,
/* 3714 */ .btn-group > .btn.active {
/* 3715 */   z-index: 2;
/* 3716 */ }
/* 3717 */ 
/* 3718 */ .btn-group .dropdown-toggle:active,
/* 3719 */ .btn-group.open .dropdown-toggle {
/* 3720 */   outline: 0;
/* 3721 */ }
/* 3722 */ 
/* 3723 */ .btn-group > .btn + .dropdown-toggle {
/* 3724 */   *padding-top: 5px;
/* 3725 */   padding-right: 8px;
/* 3726 */   *padding-bottom: 5px;
/* 3727 */   padding-left: 8px;
/* 3728 */   -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3729 */      -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3730 */           box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3731 */ }
/* 3732 */ 
/* 3733 */ .btn-group > .btn-mini + .dropdown-toggle {
/* 3734 */   *padding-top: 2px;
/* 3735 */   padding-right: 5px;
/* 3736 */   *padding-bottom: 2px;
/* 3737 */   padding-left: 5px;
/* 3738 */ }
/* 3739 */ 
/* 3740 */ .btn-group > .btn-small + .dropdown-toggle {
/* 3741 */   *padding-top: 5px;
/* 3742 */   *padding-bottom: 4px;
/* 3743 */ }
/* 3744 */ 
/* 3745 */ .btn-group > .btn-large + .dropdown-toggle {
/* 3746 */   *padding-top: 7px;
/* 3747 */   padding-right: 12px;
/* 3748 */   *padding-bottom: 7px;
/* 3749 */   padding-left: 12px;
/* 3750 */ }

/* bootstrap.css */

/* 3751 */ 
/* 3752 */ .btn-group.open .dropdown-toggle {
/* 3753 */   background-image: none;
/* 3754 */   -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3755 */      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3756 */           box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
/* 3757 */ }
/* 3758 */ 
/* 3759 */ .btn-group.open .btn.dropdown-toggle {
/* 3760 */   background-color: #e6e6e6;
/* 3761 */ }
/* 3762 */ 
/* 3763 */ .btn-group.open .btn-primary.dropdown-toggle {
/* 3764 */   background-color: #0044cc;
/* 3765 */ }
/* 3766 */ 
/* 3767 */ .btn-group.open .btn-warning.dropdown-toggle {
/* 3768 */   background-color: #f89406;
/* 3769 */ }
/* 3770 */ 
/* 3771 */ .btn-group.open .btn-danger.dropdown-toggle {
/* 3772 */   background-color: #bd362f;
/* 3773 */ }
/* 3774 */ 
/* 3775 */ .btn-group.open .btn-success.dropdown-toggle {
/* 3776 */   background-color: #51a351;
/* 3777 */ }
/* 3778 */ 
/* 3779 */ .btn-group.open .btn-info.dropdown-toggle {
/* 3780 */   background-color: #2f96b4;
/* 3781 */ }
/* 3782 */ 
/* 3783 */ .btn-group.open .btn-inverse.dropdown-toggle {
/* 3784 */   background-color: #222222;
/* 3785 */ }
/* 3786 */ 
/* 3787 */ .btn .caret {
/* 3788 */   margin-top: 8px;
/* 3789 */   margin-left: 0;
/* 3790 */ }
/* 3791 */ 
/* 3792 */ .btn-large .caret {
/* 3793 */   margin-top: 6px;
/* 3794 */ }
/* 3795 */ 
/* 3796 */ .btn-large .caret {
/* 3797 */   border-top-width: 5px;
/* 3798 */   border-right-width: 5px;
/* 3799 */   border-left-width: 5px;
/* 3800 */ }

/* bootstrap.css */

/* 3801 */ 
/* 3802 */ .btn-mini .caret,
/* 3803 */ .btn-small .caret {
/* 3804 */   margin-top: 8px;
/* 3805 */ }
/* 3806 */ 
/* 3807 */ .dropup .btn-large .caret {
/* 3808 */   border-bottom-width: 5px;
/* 3809 */ }
/* 3810 */ 
/* 3811 */ .btn-primary .caret,
/* 3812 */ .btn-warning .caret,
/* 3813 */ .btn-danger .caret,
/* 3814 */ .btn-info .caret,
/* 3815 */ .btn-success .caret,
/* 3816 */ .btn-inverse .caret {
/* 3817 */   border-top-color: #ffffff;
/* 3818 */   border-bottom-color: #ffffff;
/* 3819 */ }
/* 3820 */ 
/* 3821 */ .btn-group-vertical {
/* 3822 */   display: inline-block;
/* 3823 */   *display: inline;
/* 3824 */   /* IE7 inline-block hack */
/* 3825 */ 
/* 3826 */   *zoom: 1;
/* 3827 */ }
/* 3828 */ 
/* 3829 */ .btn-group-vertical > .btn {
/* 3830 */   display: block;
/* 3831 */   float: none;
/* 3832 */   max-width: 100%;
/* 3833 */   -webkit-border-radius: 0;
/* 3834 */      -moz-border-radius: 0;
/* 3835 */           border-radius: 0;
/* 3836 */ }
/* 3837 */ 
/* 3838 */ .btn-group-vertical > .btn + .btn {
/* 3839 */   margin-top: -1px;
/* 3840 */   margin-left: 0;
/* 3841 */ }
/* 3842 */ 
/* 3843 */ .btn-group-vertical > .btn:first-child {
/* 3844 */   -webkit-border-radius: 4px 4px 0 0;
/* 3845 */      -moz-border-radius: 4px 4px 0 0;
/* 3846 */           border-radius: 4px 4px 0 0;
/* 3847 */ }
/* 3848 */ 
/* 3849 */ .btn-group-vertical > .btn:last-child {
/* 3850 */   -webkit-border-radius: 0 0 4px 4px;

/* bootstrap.css */

/* 3851 */      -moz-border-radius: 0 0 4px 4px;
/* 3852 */           border-radius: 0 0 4px 4px;
/* 3853 */ }
/* 3854 */ 
/* 3855 */ .btn-group-vertical > .btn-large:first-child {
/* 3856 */   -webkit-border-radius: 6px 6px 0 0;
/* 3857 */      -moz-border-radius: 6px 6px 0 0;
/* 3858 */           border-radius: 6px 6px 0 0;
/* 3859 */ }
/* 3860 */ 
/* 3861 */ .btn-group-vertical > .btn-large:last-child {
/* 3862 */   -webkit-border-radius: 0 0 6px 6px;
/* 3863 */      -moz-border-radius: 0 0 6px 6px;
/* 3864 */           border-radius: 0 0 6px 6px;
/* 3865 */ }
/* 3866 */ 
/* 3867 */ .alert {
/* 3868 */   padding: 8px 35px 8px 14px;
/* 3869 */   margin-bottom: 20px;
/* 3870 */   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
/* 3871 */   background-color: #fcf8e3;
/* 3872 */   border: 1px solid #fbeed5;
/* 3873 */   -webkit-border-radius: 4px;
/* 3874 */      -moz-border-radius: 4px;
/* 3875 */           border-radius: 4px;
/* 3876 */ }
/* 3877 */ 
/* 3878 */ .alert,
/* 3879 */ .alert h4 {
/* 3880 */   color: #c09853;
/* 3881 */ }
/* 3882 */ 
/* 3883 */ .alert h4 {
/* 3884 */   margin: 0;
/* 3885 */ }
/* 3886 */ 
/* 3887 */ .alert .close {
/* 3888 */   position: relative;
/* 3889 */   top: -2px;
/* 3890 */   right: -21px;
/* 3891 */   line-height: 20px;
/* 3892 */ }
/* 3893 */ 
/* 3894 */ .alert-success {
/* 3895 */   color: #468847;
/* 3896 */   background-color: #dff0d8;
/* 3897 */   border-color: #d6e9c6;
/* 3898 */ }
/* 3899 */ 
/* 3900 */ .alert-success h4 {

/* bootstrap.css */

/* 3901 */   color: #468847;
/* 3902 */ }
/* 3903 */ 
/* 3904 */ .alert-danger,
/* 3905 */ .alert-error {
/* 3906 */   color: #b94a48;
/* 3907 */   background-color: #f2dede;
/* 3908 */   border-color: #eed3d7;
/* 3909 */ }
/* 3910 */ 
/* 3911 */ .alert-danger h4,
/* 3912 */ .alert-error h4 {
/* 3913 */   color: #b94a48;
/* 3914 */ }
/* 3915 */ 
/* 3916 */ .alert-info {
/* 3917 */   color: #3a87ad;
/* 3918 */   background-color: #d9edf7;
/* 3919 */   border-color: #bce8f1;
/* 3920 */ }
/* 3921 */ 
/* 3922 */ .alert-info h4 {
/* 3923 */   color: #3a87ad;
/* 3924 */ }
/* 3925 */ 
/* 3926 */ .alert-block {
/* 3927 */   padding-top: 14px;
/* 3928 */   padding-bottom: 14px;
/* 3929 */ }
/* 3930 */ 
/* 3931 */ .alert-block > p,
/* 3932 */ .alert-block > ul {
/* 3933 */   margin-bottom: 0;
/* 3934 */ }
/* 3935 */ 
/* 3936 */ .alert-block p + p {
/* 3937 */   margin-top: 5px;
/* 3938 */ }
/* 3939 */ 
/* 3940 */ .nav {
/* 3941 */   margin-bottom: 20px;
/* 3942 */   margin-left: 0;
/* 3943 */   list-style: none;
/* 3944 */ }
/* 3945 */ 
/* 3946 */ .nav > li > a {
/* 3947 */   display: block;
/* 3948 */ }
/* 3949 */ 
/* 3950 */ .nav > li > a:hover,

/* bootstrap.css */

/* 3951 */ .nav > li > a:focus {
/* 3952 */   text-decoration: none;
/* 3953 */   background-color: #eeeeee;
/* 3954 */ }
/* 3955 */ 
/* 3956 */ .nav > li > a > img {
/* 3957 */   max-width: none;
/* 3958 */ }
/* 3959 */ 
/* 3960 */ .nav > .pull-right {
/* 3961 */   float: right;
/* 3962 */ }
/* 3963 */ 
/* 3964 */ .nav-header {
/* 3965 */   display: block;
/* 3966 */   padding: 3px 15px;
/* 3967 */   font-size: 11px;
/* 3968 */   font-weight: bold;
/* 3969 */   line-height: 20px;
/* 3970 */   color: #999999;
/* 3971 */   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
/* 3972 */   text-transform: uppercase;
/* 3973 */ }
/* 3974 */ 
/* 3975 */ .nav li + .nav-header {
/* 3976 */   margin-top: 9px;
/* 3977 */ }
/* 3978 */ 
/* 3979 */ .nav-list {
/* 3980 */   padding-right: 15px;
/* 3981 */   padding-left: 15px;
/* 3982 */   margin-bottom: 0;
/* 3983 */ }
/* 3984 */ 
/* 3985 */ .nav-list > li > a,
/* 3986 */ .nav-list .nav-header {
/* 3987 */   margin-right: -15px;
/* 3988 */   margin-left: -15px;
/* 3989 */   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
/* 3990 */ }
/* 3991 */ 
/* 3992 */ .nav-list > li > a {
/* 3993 */   padding: 3px 15px;
/* 3994 */ }
/* 3995 */ 
/* 3996 */ .nav-list > .active > a,
/* 3997 */ .nav-list > .active > a:hover,
/* 3998 */ .nav-list > .active > a:focus {
/* 3999 */   color: #ffffff;
/* 4000 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

/* bootstrap.css */

/* 4001 */   background-color: #0088cc;
/* 4002 */ }
/* 4003 */ 
/* 4004 */ .nav-list [class^="icon-"],
/* 4005 */ .nav-list [class*=" icon-"] {
/* 4006 */   margin-right: 2px;
/* 4007 */ }
/* 4008 */ 
/* 4009 */ .nav-list .divider {
/* 4010 */   *width: 100%;
/* 4011 */   height: 1px;
/* 4012 */   margin: 9px 1px;
/* 4013 */   *margin: -5px 0 5px;
/* 4014 */   overflow: hidden;
/* 4015 */   background-color: #e5e5e5;
/* 4016 */   border-bottom: 1px solid #ffffff;
/* 4017 */ }
/* 4018 */ 
/* 4019 */ .nav-tabs,
/* 4020 */ .nav-pills {
/* 4021 */   *zoom: 1;
/* 4022 */ }
/* 4023 */ 
/* 4024 */ .nav-tabs:before,
/* 4025 */ .nav-pills:before,
/* 4026 */ .nav-tabs:after,
/* 4027 */ .nav-pills:after {
/* 4028 */   display: table;
/* 4029 */   line-height: 0;
/* 4030 */   content: "";
/* 4031 */ }
/* 4032 */ 
/* 4033 */ .nav-tabs:after,
/* 4034 */ .nav-pills:after {
/* 4035 */   clear: both;
/* 4036 */ }
/* 4037 */ 
/* 4038 */ .nav-tabs > li,
/* 4039 */ .nav-pills > li {
/* 4040 */   float: left;
/* 4041 */ }
/* 4042 */ 
/* 4043 */ .nav-tabs > li > a,
/* 4044 */ .nav-pills > li > a {
/* 4045 */   padding-right: 12px;
/* 4046 */   padding-left: 12px;
/* 4047 */   margin-right: 2px;
/* 4048 */   line-height: 14px;
/* 4049 */ }
/* 4050 */ 

/* bootstrap.css */

/* 4051 */ .nav-tabs {
/* 4052 */   border-bottom: 1px solid #ddd;
/* 4053 */ }
/* 4054 */ 
/* 4055 */ .nav-tabs > li {
/* 4056 */   margin-bottom: -1px;
/* 4057 */ }
/* 4058 */ 
/* 4059 */ .nav-tabs > li > a {
/* 4060 */   padding-top: 8px;
/* 4061 */   padding-bottom: 8px;
/* 4062 */   line-height: 20px;
/* 4063 */   border: 1px solid transparent;
/* 4064 */   -webkit-border-radius: 4px 4px 0 0;
/* 4065 */      -moz-border-radius: 4px 4px 0 0;
/* 4066 */           border-radius: 4px 4px 0 0;
/* 4067 */ }
/* 4068 */ 
/* 4069 */ .nav-tabs > li > a:hover,
/* 4070 */ .nav-tabs > li > a:focus {
/* 4071 */   border-color: #eeeeee #eeeeee #dddddd;
/* 4072 */ }
/* 4073 */ 
/* 4074 */ .nav-tabs > .active > a,
/* 4075 */ .nav-tabs > .active > a:hover,
/* 4076 */ .nav-tabs > .active > a:focus {
/* 4077 */   color: #555555;
/* 4078 */   cursor: default;
/* 4079 */   background-color: #ffffff;
/* 4080 */   border: 1px solid #ddd;
/* 4081 */   border-bottom-color: transparent;
/* 4082 */ }
/* 4083 */ 
/* 4084 */ .nav-pills > li > a {
/* 4085 */   padding-top: 8px;
/* 4086 */   padding-bottom: 8px;
/* 4087 */   margin-top: 2px;
/* 4088 */   margin-bottom: 2px;
/* 4089 */   -webkit-border-radius: 5px;
/* 4090 */      -moz-border-radius: 5px;
/* 4091 */           border-radius: 5px;
/* 4092 */ }
/* 4093 */ 
/* 4094 */ .nav-pills > .active > a,
/* 4095 */ .nav-pills > .active > a:hover,
/* 4096 */ .nav-pills > .active > a:focus {
/* 4097 */   color: #ffffff;
/* 4098 */   background-color: #0088cc;
/* 4099 */ }
/* 4100 */ 

/* bootstrap.css */

/* 4101 */ .nav-stacked > li {
/* 4102 */   float: none;
/* 4103 */ }
/* 4104 */ 
/* 4105 */ .nav-stacked > li > a {
/* 4106 */   margin-right: 0;
/* 4107 */ }
/* 4108 */ 
/* 4109 */ .nav-tabs.nav-stacked {
/* 4110 */   border-bottom: 0;
/* 4111 */ }
/* 4112 */ 
/* 4113 */ .nav-tabs.nav-stacked > li > a {
/* 4114 */   border: 1px solid #ddd;
/* 4115 */   -webkit-border-radius: 0;
/* 4116 */      -moz-border-radius: 0;
/* 4117 */           border-radius: 0;
/* 4118 */ }
/* 4119 */ 
/* 4120 */ .nav-tabs.nav-stacked > li:first-child > a {
/* 4121 */   -webkit-border-top-right-radius: 4px;
/* 4122 */           border-top-right-radius: 4px;
/* 4123 */   -webkit-border-top-left-radius: 4px;
/* 4124 */           border-top-left-radius: 4px;
/* 4125 */   -moz-border-radius-topright: 4px;
/* 4126 */   -moz-border-radius-topleft: 4px;
/* 4127 */ }
/* 4128 */ 
/* 4129 */ .nav-tabs.nav-stacked > li:last-child > a {
/* 4130 */   -webkit-border-bottom-right-radius: 4px;
/* 4131 */           border-bottom-right-radius: 4px;
/* 4132 */   -webkit-border-bottom-left-radius: 4px;
/* 4133 */           border-bottom-left-radius: 4px;
/* 4134 */   -moz-border-radius-bottomright: 4px;
/* 4135 */   -moz-border-radius-bottomleft: 4px;
/* 4136 */ }
/* 4137 */ 
/* 4138 */ .nav-tabs.nav-stacked > li > a:hover,
/* 4139 */ .nav-tabs.nav-stacked > li > a:focus {
/* 4140 */   z-index: 2;
/* 4141 */   border-color: #ddd;
/* 4142 */ }
/* 4143 */ 
/* 4144 */ .nav-pills.nav-stacked > li > a {
/* 4145 */   margin-bottom: 3px;
/* 4146 */ }
/* 4147 */ 
/* 4148 */ .nav-pills.nav-stacked > li:last-child > a {
/* 4149 */   margin-bottom: 1px;
/* 4150 */ }

/* bootstrap.css */

/* 4151 */ 
/* 4152 */ .nav-tabs .dropdown-menu {
/* 4153 */   -webkit-border-radius: 0 0 6px 6px;
/* 4154 */      -moz-border-radius: 0 0 6px 6px;
/* 4155 */           border-radius: 0 0 6px 6px;
/* 4156 */ }
/* 4157 */ 
/* 4158 */ .nav-pills .dropdown-menu {
/* 4159 */   -webkit-border-radius: 6px;
/* 4160 */      -moz-border-radius: 6px;
/* 4161 */           border-radius: 6px;
/* 4162 */ }
/* 4163 */ 
/* 4164 */ .nav .dropdown-toggle .caret {
/* 4165 */   margin-top: 6px;
/* 4166 */   border-top-color: #0088cc;
/* 4167 */   border-bottom-color: #0088cc;
/* 4168 */ }
/* 4169 */ 
/* 4170 */ .nav .dropdown-toggle:hover .caret,
/* 4171 */ .nav .dropdown-toggle:focus .caret {
/* 4172 */   border-top-color: #005580;
/* 4173 */   border-bottom-color: #005580;
/* 4174 */ }
/* 4175 */ 
/* 4176 */ /* move down carets for tabs */
/* 4177 */ 
/* 4178 */ .nav-tabs .dropdown-toggle .caret {
/* 4179 */   margin-top: 8px;
/* 4180 */ }
/* 4181 */ 
/* 4182 */ .nav .active .dropdown-toggle .caret {
/* 4183 */   border-top-color: #fff;
/* 4184 */   border-bottom-color: #fff;
/* 4185 */ }
/* 4186 */ 
/* 4187 */ .nav-tabs .active .dropdown-toggle .caret {
/* 4188 */   border-top-color: #555555;
/* 4189 */   border-bottom-color: #555555;
/* 4190 */ }
/* 4191 */ 
/* 4192 */ .nav > .dropdown.active > a:hover,
/* 4193 */ .nav > .dropdown.active > a:focus {
/* 4194 */   cursor: pointer;
/* 4195 */ }
/* 4196 */ 
/* 4197 */ .nav-tabs .open .dropdown-toggle,
/* 4198 */ .nav-pills .open .dropdown-toggle,
/* 4199 */ .nav > li.dropdown.open.active > a:hover,
/* 4200 */ .nav > li.dropdown.open.active > a:focus {

/* bootstrap.css */

/* 4201 */   color: #ffffff;
/* 4202 */   background-color: #999999;
/* 4203 */   border-color: #999999;
/* 4204 */ }
/* 4205 */ 
/* 4206 */ .nav li.dropdown.open .caret,
/* 4207 */ .nav li.dropdown.open.active .caret,
/* 4208 */ .nav li.dropdown.open a:hover .caret,
/* 4209 */ .nav li.dropdown.open a:focus .caret {
/* 4210 */   border-top-color: #ffffff;
/* 4211 */   border-bottom-color: #ffffff;
/* 4212 */   opacity: 1;
/* 4213 */   filter: alpha(opacity=100);
/* 4214 */ }
/* 4215 */ 
/* 4216 */ .tabs-stacked .open > a:hover,
/* 4217 */ .tabs-stacked .open > a:focus {
/* 4218 */   border-color: #999999;
/* 4219 */ }
/* 4220 */ 
/* 4221 */ .tabbable {
/* 4222 */   *zoom: 1;
/* 4223 */ }
/* 4224 */ 
/* 4225 */ .tabbable:before,
/* 4226 */ .tabbable:after {
/* 4227 */   display: table;
/* 4228 */   line-height: 0;
/* 4229 */   content: "";
/* 4230 */ }
/* 4231 */ 
/* 4232 */ .tabbable:after {
/* 4233 */   clear: both;
/* 4234 */ }
/* 4235 */ 
/* 4236 */ .tab-content {
/* 4237 */   overflow: auto;
/* 4238 */ }
/* 4239 */ 
/* 4240 */ .tabs-below > .nav-tabs,
/* 4241 */ .tabs-right > .nav-tabs,
/* 4242 */ .tabs-left > .nav-tabs {
/* 4243 */   border-bottom: 0;
/* 4244 */ }
/* 4245 */ 
/* 4246 */ .tab-content > .tab-pane,
/* 4247 */ .pill-content > .pill-pane {
/* 4248 */   display: none;
/* 4249 */ }
/* 4250 */ 

/* bootstrap.css */

/* 4251 */ .tab-content > .active,
/* 4252 */ .pill-content > .active {
/* 4253 */   display: block;
/* 4254 */ }
/* 4255 */ 
/* 4256 */ .tabs-below > .nav-tabs {
/* 4257 */   border-top: 1px solid #ddd;
/* 4258 */ }
/* 4259 */ 
/* 4260 */ .tabs-below > .nav-tabs > li {
/* 4261 */   margin-top: -1px;
/* 4262 */   margin-bottom: 0;
/* 4263 */ }
/* 4264 */ 
/* 4265 */ .tabs-below > .nav-tabs > li > a {
/* 4266 */   -webkit-border-radius: 0 0 4px 4px;
/* 4267 */      -moz-border-radius: 0 0 4px 4px;
/* 4268 */           border-radius: 0 0 4px 4px;
/* 4269 */ }
/* 4270 */ 
/* 4271 */ .tabs-below > .nav-tabs > li > a:hover,
/* 4272 */ .tabs-below > .nav-tabs > li > a:focus {
/* 4273 */   border-top-color: #ddd;
/* 4274 */   border-bottom-color: transparent;
/* 4275 */ }
/* 4276 */ 
/* 4277 */ .tabs-below > .nav-tabs > .active > a,
/* 4278 */ .tabs-below > .nav-tabs > .active > a:hover,
/* 4279 */ .tabs-below > .nav-tabs > .active > a:focus {
/* 4280 */   border-color: transparent #ddd #ddd #ddd;
/* 4281 */ }
/* 4282 */ 
/* 4283 */ .tabs-left > .nav-tabs > li,
/* 4284 */ .tabs-right > .nav-tabs > li {
/* 4285 */   float: none;
/* 4286 */ }
/* 4287 */ 
/* 4288 */ .tabs-left > .nav-tabs > li > a,
/* 4289 */ .tabs-right > .nav-tabs > li > a {
/* 4290 */   min-width: 74px;
/* 4291 */   margin-right: 0;
/* 4292 */   margin-bottom: 3px;
/* 4293 */ }
/* 4294 */ 
/* 4295 */ .tabs-left > .nav-tabs {
/* 4296 */   float: left;
/* 4297 */   margin-right: 19px;
/* 4298 */   border-right: 1px solid #ddd;
/* 4299 */ }
/* 4300 */ 

/* bootstrap.css */

/* 4301 */ .tabs-left > .nav-tabs > li > a {
/* 4302 */   margin-right: -1px;
/* 4303 */   -webkit-border-radius: 4px 0 0 4px;
/* 4304 */      -moz-border-radius: 4px 0 0 4px;
/* 4305 */           border-radius: 4px 0 0 4px;
/* 4306 */ }
/* 4307 */ 
/* 4308 */ .tabs-left > .nav-tabs > li > a:hover,
/* 4309 */ .tabs-left > .nav-tabs > li > a:focus {
/* 4310 */   border-color: #eeeeee #dddddd #eeeeee #eeeeee;
/* 4311 */ }
/* 4312 */ 
/* 4313 */ .tabs-left > .nav-tabs .active > a,
/* 4314 */ .tabs-left > .nav-tabs .active > a:hover,
/* 4315 */ .tabs-left > .nav-tabs .active > a:focus {
/* 4316 */   border-color: #ddd transparent #ddd #ddd;
/* 4317 */   *border-right-color: #ffffff;
/* 4318 */ }
/* 4319 */ 
/* 4320 */ .tabs-right > .nav-tabs {
/* 4321 */   float: right;
/* 4322 */   margin-left: 19px;
/* 4323 */   border-left: 1px solid #ddd;
/* 4324 */ }
/* 4325 */ 
/* 4326 */ .tabs-right > .nav-tabs > li > a {
/* 4327 */   margin-left: -1px;
/* 4328 */   -webkit-border-radius: 0 4px 4px 0;
/* 4329 */      -moz-border-radius: 0 4px 4px 0;
/* 4330 */           border-radius: 0 4px 4px 0;
/* 4331 */ }
/* 4332 */ 
/* 4333 */ .tabs-right > .nav-tabs > li > a:hover,
/* 4334 */ .tabs-right > .nav-tabs > li > a:focus {
/* 4335 */   border-color: #eeeeee #eeeeee #eeeeee #dddddd;
/* 4336 */ }
/* 4337 */ 
/* 4338 */ .tabs-right > .nav-tabs .active > a,
/* 4339 */ .tabs-right > .nav-tabs .active > a:hover,
/* 4340 */ .tabs-right > .nav-tabs .active > a:focus {
/* 4341 */   border-color: #ddd #ddd #ddd transparent;
/* 4342 */   *border-left-color: #ffffff;
/* 4343 */ }
/* 4344 */ 
/* 4345 */ .nav > .disabled > a {
/* 4346 */   color: #999999;
/* 4347 */ }
/* 4348 */ 
/* 4349 */ .nav > .disabled > a:hover,
/* 4350 */ .nav > .disabled > a:focus {

/* bootstrap.css */

/* 4351 */   text-decoration: none;
/* 4352 */   cursor: default;
/* 4353 */   background-color: transparent;
/* 4354 */ }
/* 4355 */ 
/* 4356 */ .navbar {
/* 4357 */   *position: relative;
/* 4358 */   *z-index: 2;
/* 4359 */   margin-bottom: 20px;
/* 4360 */   overflow: visible;
/* 4361 */ }
/* 4362 */ 
/* 4363 */ .navbar-inner {
/* 4364 */   min-height: 40px;
/* 4365 */   padding-right: 20px;
/* 4366 */   padding-left: 20px;
/* 4367 */   background-color: #fafafa;
/* 4368 */   background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
/* 4369 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
/* 4370 */   background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
/* 4371 */   background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
/* 4372 */   background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
/* 4373 */   background-repeat: repeat-x;
/* 4374 */   border: 1px solid #d4d4d4;
/* 4375 */   -webkit-border-radius: 4px;
/* 4376 */      -moz-border-radius: 4px;
/* 4377 */           border-radius: 4px;
/* 4378 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
/* 4379 */   *zoom: 1;
/* 4380 */   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
/* 4381 */      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
/* 4382 */           box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
/* 4383 */ }
/* 4384 */ 
/* 4385 */ .navbar-inner:before,
/* 4386 */ .navbar-inner:after {
/* 4387 */   display: table;
/* 4388 */   line-height: 0;
/* 4389 */   content: "";
/* 4390 */ }
/* 4391 */ 
/* 4392 */ .navbar-inner:after {
/* 4393 */   clear: both;
/* 4394 */ }
/* 4395 */ 
/* 4396 */ .navbar .container {
/* 4397 */   width: auto;
/* 4398 */ }
/* 4399 */ 
/* 4400 */ .nav-collapse.collapse {

/* bootstrap.css */

/* 4401 */   height: auto;
/* 4402 */   overflow: visible;
/* 4403 */ }
/* 4404 */ 
/* 4405 */ .navbar .brand {
/* 4406 */   display: block;
/* 4407 */   float: left;
/* 4408 */   padding: 10px 20px 10px;
/* 4409 */   margin-left: -20px;
/* 4410 */   font-size: 20px;
/* 4411 */   font-weight: 200;
/* 4412 */   color: #777777;
/* 4413 */   text-shadow: 0 1px 0 #ffffff;
/* 4414 */ }
/* 4415 */ 
/* 4416 */ .navbar .brand:hover,
/* 4417 */ .navbar .brand:focus {
/* 4418 */   text-decoration: none;
/* 4419 */ }
/* 4420 */ 
/* 4421 */ .navbar-text {
/* 4422 */   margin-bottom: 0;
/* 4423 */   line-height: 40px;
/* 4424 */   color: #777777;
/* 4425 */ }
/* 4426 */ 
/* 4427 */ .navbar-link {
/* 4428 */   color: #777777;
/* 4429 */ }
/* 4430 */ 
/* 4431 */ .navbar-link:hover,
/* 4432 */ .navbar-link:focus {
/* 4433 */   color: #333333;
/* 4434 */ }
/* 4435 */ 
/* 4436 */ .navbar .divider-vertical {
/* 4437 */   height: 40px;
/* 4438 */   margin: 0 9px;
/* 4439 */   border-right: 1px solid #ffffff;
/* 4440 */   border-left: 1px solid #f2f2f2;
/* 4441 */ }
/* 4442 */ 
/* 4443 */ .navbar .btn,
/* 4444 */ .navbar .btn-group {
/* 4445 */   margin-top: 5px;
/* 4446 */ }
/* 4447 */ 
/* 4448 */ .navbar .btn-group .btn,
/* 4449 */ .navbar .input-prepend .btn,
/* 4450 */ .navbar .input-append .btn,

/* bootstrap.css */

/* 4451 */ .navbar .input-prepend .btn-group,
/* 4452 */ .navbar .input-append .btn-group {
/* 4453 */   margin-top: 0;
/* 4454 */ }
/* 4455 */ 
/* 4456 */ .navbar-form {
/* 4457 */   margin-bottom: 0;
/* 4458 */   *zoom: 1;
/* 4459 */ }
/* 4460 */ 
/* 4461 */ .navbar-form:before,
/* 4462 */ .navbar-form:after {
/* 4463 */   display: table;
/* 4464 */   line-height: 0;
/* 4465 */   content: "";
/* 4466 */ }
/* 4467 */ 
/* 4468 */ .navbar-form:after {
/* 4469 */   clear: both;
/* 4470 */ }
/* 4471 */ 
/* 4472 */ .navbar-form input,
/* 4473 */ .navbar-form select,
/* 4474 */ .navbar-form .radio,
/* 4475 */ .navbar-form .checkbox {
/* 4476 */   margin-top: 5px;
/* 4477 */ }
/* 4478 */ 
/* 4479 */ .navbar-form input,
/* 4480 */ .navbar-form select,
/* 4481 */ .navbar-form .btn {
/* 4482 */   display: inline-block;
/* 4483 */   margin-bottom: 0;
/* 4484 */ }
/* 4485 */ 
/* 4486 */ .navbar-form input[type="image"],
/* 4487 */ .navbar-form input[type="checkbox"],
/* 4488 */ .navbar-form input[type="radio"] {
/* 4489 */   margin-top: 3px;
/* 4490 */ }
/* 4491 */ 
/* 4492 */ .navbar-form .input-append,
/* 4493 */ .navbar-form .input-prepend {
/* 4494 */   margin-top: 5px;
/* 4495 */   white-space: nowrap;
/* 4496 */ }
/* 4497 */ 
/* 4498 */ .navbar-form .input-append input,
/* 4499 */ .navbar-form .input-prepend input {
/* 4500 */   margin-top: 0;

/* bootstrap.css */

/* 4501 */ }
/* 4502 */ 
/* 4503 */ .navbar-search {
/* 4504 */   position: relative;
/* 4505 */   float: left;
/* 4506 */   margin-top: 5px;
/* 4507 */   margin-bottom: 0;
/* 4508 */ }
/* 4509 */ 
/* 4510 */ .navbar-search .search-query {
/* 4511 */   padding: 4px 14px;
/* 4512 */   margin-bottom: 0;
/* 4513 */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 4514 */   font-size: 13px;
/* 4515 */   font-weight: normal;
/* 4516 */   line-height: 1;
/* 4517 */   -webkit-border-radius: 15px;
/* 4518 */      -moz-border-radius: 15px;
/* 4519 */           border-radius: 15px;
/* 4520 */ }
/* 4521 */ 
/* 4522 */ .navbar-static-top {
/* 4523 */   position: static;
/* 4524 */   margin-bottom: 0;
/* 4525 */ }
/* 4526 */ 
/* 4527 */ .navbar-static-top .navbar-inner {
/* 4528 */   -webkit-border-radius: 0;
/* 4529 */      -moz-border-radius: 0;
/* 4530 */           border-radius: 0;
/* 4531 */ }
/* 4532 */ 
/* 4533 */ .navbar-fixed-top,
/* 4534 */ .navbar-fixed-bottom {
/* 4535 */   position: fixed;
/* 4536 */   right: 0;
/* 4537 */   left: 0;
/* 4538 */   z-index: 1030;
/* 4539 */   margin-bottom: 0;
/* 4540 */ }
/* 4541 */ 
/* 4542 */ .navbar-fixed-top .navbar-inner,
/* 4543 */ .navbar-static-top .navbar-inner {
/* 4544 */   border-width: 0 0 1px;
/* 4545 */ }
/* 4546 */ 
/* 4547 */ .navbar-fixed-bottom .navbar-inner {
/* 4548 */   border-width: 1px 0 0;
/* 4549 */ }
/* 4550 */ 

/* bootstrap.css */

/* 4551 */ .navbar-fixed-top .navbar-inner,
/* 4552 */ .navbar-fixed-bottom .navbar-inner {
/* 4553 */   padding-right: 0;
/* 4554 */   padding-left: 0;
/* 4555 */   -webkit-border-radius: 0;
/* 4556 */      -moz-border-radius: 0;
/* 4557 */           border-radius: 0;
/* 4558 */ }
/* 4559 */ 
/* 4560 */ .navbar-static-top .container,
/* 4561 */ .navbar-fixed-top .container,
/* 4562 */ .navbar-fixed-bottom .container {
/* 4563 */   width: 940px;
/* 4564 */ }
/* 4565 */ 
/* 4566 */ .navbar-fixed-top {
/* 4567 */   top: 0;
/* 4568 */ }
/* 4569 */ 
/* 4570 */ .navbar-fixed-top .navbar-inner,
/* 4571 */ .navbar-static-top .navbar-inner {
/* 4572 */   -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
/* 4573 */      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
/* 4574 */           box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
/* 4575 */ }
/* 4576 */ 
/* 4577 */ .navbar-fixed-bottom {
/* 4578 */   bottom: 0;
/* 4579 */ }
/* 4580 */ 
/* 4581 */ .navbar-fixed-bottom .navbar-inner {
/* 4582 */   -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
/* 4583 */      -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
/* 4584 */           box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
/* 4585 */ }
/* 4586 */ 
/* 4587 */ .navbar .nav {
/* 4588 */   position: relative;
/* 4589 */   left: 0;
/* 4590 */   display: block;
/* 4591 */   float: left;
/* 4592 */   margin: 0 10px 0 0;
/* 4593 */ }
/* 4594 */ 
/* 4595 */ .navbar .nav.pull-right {
/* 4596 */   float: right;
/* 4597 */   margin-right: 0;
/* 4598 */ }
/* 4599 */ 
/* 4600 */ .navbar .nav > li {

/* bootstrap.css */

/* 4601 */   float: left;
/* 4602 */ }
/* 4603 */ 
/* 4604 */ .navbar .nav > li > a {
/* 4605 */   float: none;
/* 4606 */   padding: 10px 15px 10px;
/* 4607 */   color: #777777;
/* 4608 */   text-decoration: none;
/* 4609 */   text-shadow: 0 1px 0 #ffffff;
/* 4610 */ }
/* 4611 */ 
/* 4612 */ .navbar .nav .dropdown-toggle .caret {
/* 4613 */   margin-top: 8px;
/* 4614 */ }
/* 4615 */ 
/* 4616 */ .navbar .nav > li > a:focus,
/* 4617 */ .navbar .nav > li > a:hover {
/* 4618 */   color: #333333;
/* 4619 */   text-decoration: none;
/* 4620 */   background-color: transparent;
/* 4621 */ }
/* 4622 */ 
/* 4623 */ .navbar .nav > .active > a,
/* 4624 */ .navbar .nav > .active > a:hover,
/* 4625 */ .navbar .nav > .active > a:focus {
/* 4626 */   color: #555555;
/* 4627 */   text-decoration: none;
/* 4628 */   background-color: #e5e5e5;
/* 4629 */   -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
/* 4630 */      -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
/* 4631 */           box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
/* 4632 */ }
/* 4633 */ 
/* 4634 */ .navbar .btn-navbar {
/* 4635 */   display: none;
/* 4636 */   float: right;
/* 4637 */   padding: 7px 10px;
/* 4638 */   margin-right: 5px;
/* 4639 */   margin-left: 5px;
/* 4640 */   color: #ffffff;
/* 4641 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 4642 */   background-color: #ededed;
/* 4643 */   *background-color: #e5e5e5;
/* 4644 */   background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
/* 4645 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
/* 4646 */   background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
/* 4647 */   background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
/* 4648 */   background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
/* 4649 */   background-repeat: repeat-x;
/* 4650 */   border-color: #e5e5e5 #e5e5e5 #bfbfbf;

/* bootstrap.css */

/* 4651 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 4652 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
/* 4653 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 4654 */   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
/* 4655 */      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
/* 4656 */           box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
/* 4657 */ }
/* 4658 */ 
/* 4659 */ .navbar .btn-navbar:hover,
/* 4660 */ .navbar .btn-navbar:focus,
/* 4661 */ .navbar .btn-navbar:active,
/* 4662 */ .navbar .btn-navbar.active,
/* 4663 */ .navbar .btn-navbar.disabled,
/* 4664 */ .navbar .btn-navbar[disabled] {
/* 4665 */   color: #ffffff;
/* 4666 */   background-color: #e5e5e5;
/* 4667 */   *background-color: #d9d9d9;
/* 4668 */ }
/* 4669 */ 
/* 4670 */ .navbar .btn-navbar:active,
/* 4671 */ .navbar .btn-navbar.active {
/* 4672 */   background-color: #cccccc \9;
/* 4673 */ }
/* 4674 */ 
/* 4675 */ .navbar .btn-navbar .icon-bar {
/* 4676 */   display: block;
/* 4677 */   width: 18px;
/* 4678 */   height: 2px;
/* 4679 */   background-color: #f5f5f5;
/* 4680 */   -webkit-border-radius: 1px;
/* 4681 */      -moz-border-radius: 1px;
/* 4682 */           border-radius: 1px;
/* 4683 */   -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
/* 4684 */      -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
/* 4685 */           box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
/* 4686 */ }
/* 4687 */ 
/* 4688 */ .btn-navbar .icon-bar + .icon-bar {
/* 4689 */   margin-top: 3px;
/* 4690 */ }
/* 4691 */ 
/* 4692 */ .navbar .nav > li > .dropdown-menu:before {
/* 4693 */   position: absolute;
/* 4694 */   top: -7px;
/* 4695 */   left: 9px;
/* 4696 */   display: inline-block;
/* 4697 */   border-right: 7px solid transparent;
/* 4698 */   border-bottom: 7px solid #ccc;
/* 4699 */   border-left: 7px solid transparent;
/* 4700 */   border-bottom-color: rgba(0, 0, 0, 0.2);

/* bootstrap.css */

/* 4701 */   content: '';
/* 4702 */ }
/* 4703 */ 
/* 4704 */ .navbar .nav > li > .dropdown-menu:after {
/* 4705 */   position: absolute;
/* 4706 */   top: -6px;
/* 4707 */   left: 10px;
/* 4708 */   display: inline-block;
/* 4709 */   border-right: 6px solid transparent;
/* 4710 */   border-bottom: 6px solid #ffffff;
/* 4711 */   border-left: 6px solid transparent;
/* 4712 */   content: '';
/* 4713 */ }
/* 4714 */ 
/* 4715 */ .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
/* 4716 */   top: auto;
/* 4717 */   bottom: -7px;
/* 4718 */   border-top: 7px solid #ccc;
/* 4719 */   border-bottom: 0;
/* 4720 */   border-top-color: rgba(0, 0, 0, 0.2);
/* 4721 */ }
/* 4722 */ 
/* 4723 */ .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
/* 4724 */   top: auto;
/* 4725 */   bottom: -6px;
/* 4726 */   border-top: 6px solid #ffffff;
/* 4727 */   border-bottom: 0;
/* 4728 */ }
/* 4729 */ 
/* 4730 */ .navbar .nav li.dropdown > a:hover .caret,
/* 4731 */ .navbar .nav li.dropdown > a:focus .caret {
/* 4732 */   border-top-color: #333333;
/* 4733 */   border-bottom-color: #333333;
/* 4734 */ }
/* 4735 */ 
/* 4736 */ .navbar .nav li.dropdown.open > .dropdown-toggle,
/* 4737 */ .navbar .nav li.dropdown.active > .dropdown-toggle,
/* 4738 */ .navbar .nav li.dropdown.open.active > .dropdown-toggle {
/* 4739 */   color: #555555;
/* 4740 */   background-color: #e5e5e5;
/* 4741 */ }
/* 4742 */ 
/* 4743 */ .navbar .nav li.dropdown > .dropdown-toggle .caret {
/* 4744 */   border-top-color: #777777;
/* 4745 */   border-bottom-color: #777777;
/* 4746 */ }
/* 4747 */ 
/* 4748 */ .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
/* 4749 */ .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
/* 4750 */ .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {

/* bootstrap.css */

/* 4751 */   border-top-color: #555555;
/* 4752 */   border-bottom-color: #555555;
/* 4753 */ }
/* 4754 */ 
/* 4755 */ .navbar .pull-right > li > .dropdown-menu,
/* 4756 */ .navbar .nav > li > .dropdown-menu.pull-right {
/* 4757 */   right: 0;
/* 4758 */   left: auto;
/* 4759 */ }
/* 4760 */ 
/* 4761 */ .navbar .pull-right > li > .dropdown-menu:before,
/* 4762 */ .navbar .nav > li > .dropdown-menu.pull-right:before {
/* 4763 */   right: 12px;
/* 4764 */   left: auto;
/* 4765 */ }
/* 4766 */ 
/* 4767 */ .navbar .pull-right > li > .dropdown-menu:after,
/* 4768 */ .navbar .nav > li > .dropdown-menu.pull-right:after {
/* 4769 */   right: 13px;
/* 4770 */   left: auto;
/* 4771 */ }
/* 4772 */ 
/* 4773 */ .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
/* 4774 */ .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
/* 4775 */   right: 100%;
/* 4776 */   left: auto;
/* 4777 */   margin-right: -1px;
/* 4778 */   margin-left: 0;
/* 4779 */   -webkit-border-radius: 6px 0 6px 6px;
/* 4780 */      -moz-border-radius: 6px 0 6px 6px;
/* 4781 */           border-radius: 6px 0 6px 6px;
/* 4782 */ }
/* 4783 */ 
/* 4784 */ .navbar-inverse .navbar-inner {
/* 4785 */   background-color: #1b1b1b;
/* 4786 */   background-image: -moz-linear-gradient(top, #222222, #111111);
/* 4787 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
/* 4788 */   background-image: -webkit-linear-gradient(top, #222222, #111111);
/* 4789 */   background-image: -o-linear-gradient(top, #222222, #111111);
/* 4790 */   background-image: linear-gradient(to bottom, #222222, #111111);
/* 4791 */   background-repeat: repeat-x;
/* 4792 */   border-color: #252525;
/* 4793 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
/* 4794 */ }
/* 4795 */ 
/* 4796 */ .navbar-inverse .brand,
/* 4797 */ .navbar-inverse .nav > li > a {
/* 4798 */   color: #999999;
/* 4799 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 4800 */ }

/* bootstrap.css */

/* 4801 */ 
/* 4802 */ .navbar-inverse .brand:hover,
/* 4803 */ .navbar-inverse .nav > li > a:hover,
/* 4804 */ .navbar-inverse .brand:focus,
/* 4805 */ .navbar-inverse .nav > li > a:focus {
/* 4806 */   color: #ffffff;
/* 4807 */ }
/* 4808 */ 
/* 4809 */ .navbar-inverse .brand {
/* 4810 */   color: #999999;
/* 4811 */ }
/* 4812 */ 
/* 4813 */ .navbar-inverse .navbar-text {
/* 4814 */   color: #999999;
/* 4815 */ }
/* 4816 */ 
/* 4817 */ .navbar-inverse .nav > li > a:focus,
/* 4818 */ .navbar-inverse .nav > li > a:hover {
/* 4819 */   color: #ffffff;
/* 4820 */   background-color: transparent;
/* 4821 */ }
/* 4822 */ 
/* 4823 */ .navbar-inverse .nav .active > a,
/* 4824 */ .navbar-inverse .nav .active > a:hover,
/* 4825 */ .navbar-inverse .nav .active > a:focus {
/* 4826 */   color: #ffffff;
/* 4827 */   background-color: #111111;
/* 4828 */ }
/* 4829 */ 
/* 4830 */ .navbar-inverse .navbar-link {
/* 4831 */   color: #999999;
/* 4832 */ }
/* 4833 */ 
/* 4834 */ .navbar-inverse .navbar-link:hover,
/* 4835 */ .navbar-inverse .navbar-link:focus {
/* 4836 */   color: #ffffff;
/* 4837 */ }
/* 4838 */ 
/* 4839 */ .navbar-inverse .divider-vertical {
/* 4840 */   border-right-color: #222222;
/* 4841 */   border-left-color: #111111;
/* 4842 */ }
/* 4843 */ 
/* 4844 */ .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
/* 4845 */ .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
/* 4846 */ .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
/* 4847 */   color: #ffffff;
/* 4848 */   background-color: #111111;
/* 4849 */ }
/* 4850 */ 

/* bootstrap.css */

/* 4851 */ .navbar-inverse .nav li.dropdown > a:hover .caret,
/* 4852 */ .navbar-inverse .nav li.dropdown > a:focus .caret {
/* 4853 */   border-top-color: #ffffff;
/* 4854 */   border-bottom-color: #ffffff;
/* 4855 */ }
/* 4856 */ 
/* 4857 */ .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
/* 4858 */   border-top-color: #999999;
/* 4859 */   border-bottom-color: #999999;
/* 4860 */ }
/* 4861 */ 
/* 4862 */ .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
/* 4863 */ .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
/* 4864 */ .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
/* 4865 */   border-top-color: #ffffff;
/* 4866 */   border-bottom-color: #ffffff;
/* 4867 */ }
/* 4868 */ 
/* 4869 */ .navbar-inverse .navbar-search .search-query {
/* 4870 */   color: #ffffff;
/* 4871 */   background-color: #515151;
/* 4872 */   border-color: #111111;
/* 4873 */   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
/* 4874 */      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
/* 4875 */           box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
/* 4876 */   -webkit-transition: none;
/* 4877 */      -moz-transition: none;
/* 4878 */        -o-transition: none;
/* 4879 */           transition: none;
/* 4880 */ }
/* 4881 */ 
/* 4882 */ .navbar-inverse .navbar-search .search-query:-moz-placeholder {
/* 4883 */   color: #cccccc;
/* 4884 */ }
/* 4885 */ 
/* 4886 */ .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
/* 4887 */   color: #cccccc;
/* 4888 */ }
/* 4889 */ 
/* 4890 */ .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
/* 4891 */   color: #cccccc;
/* 4892 */ }
/* 4893 */ 
/* 4894 */ .navbar-inverse .navbar-search .search-query:focus,
/* 4895 */ .navbar-inverse .navbar-search .search-query.focused {
/* 4896 */   padding: 5px 15px;
/* 4897 */   color: #333333;
/* 4898 */   text-shadow: 0 1px 0 #ffffff;
/* 4899 */   background-color: #ffffff;
/* 4900 */   border: 0;

/* bootstrap.css */

/* 4901 */   outline: 0;
/* 4902 */   -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
/* 4903 */      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
/* 4904 */           box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
/* 4905 */ }
/* 4906 */ 
/* 4907 */ .navbar-inverse .btn-navbar {
/* 4908 */   color: #ffffff;
/* 4909 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 4910 */   background-color: #0e0e0e;
/* 4911 */   *background-color: #040404;
/* 4912 */   background-image: -moz-linear-gradient(top, #151515, #040404);
/* 4913 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
/* 4914 */   background-image: -webkit-linear-gradient(top, #151515, #040404);
/* 4915 */   background-image: -o-linear-gradient(top, #151515, #040404);
/* 4916 */   background-image: linear-gradient(to bottom, #151515, #040404);
/* 4917 */   background-repeat: repeat-x;
/* 4918 */   border-color: #040404 #040404 #000000;
/* 4919 */   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/* 4920 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
/* 4921 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
/* 4922 */ }
/* 4923 */ 
/* 4924 */ .navbar-inverse .btn-navbar:hover,
/* 4925 */ .navbar-inverse .btn-navbar:focus,
/* 4926 */ .navbar-inverse .btn-navbar:active,
/* 4927 */ .navbar-inverse .btn-navbar.active,
/* 4928 */ .navbar-inverse .btn-navbar.disabled,
/* 4929 */ .navbar-inverse .btn-navbar[disabled] {
/* 4930 */   color: #ffffff;
/* 4931 */   background-color: #040404;
/* 4932 */   *background-color: #000000;
/* 4933 */ }
/* 4934 */ 
/* 4935 */ .navbar-inverse .btn-navbar:active,
/* 4936 */ .navbar-inverse .btn-navbar.active {
/* 4937 */   background-color: #000000 \9;
/* 4938 */ }
/* 4939 */ 
/* 4940 */ .breadcrumb {
/* 4941 */   padding: 8px 15px;
/* 4942 */   margin: 0 0 20px;
/* 4943 */   list-style: none;
/* 4944 */   background-color: #f5f5f5;
/* 4945 */   -webkit-border-radius: 4px;
/* 4946 */      -moz-border-radius: 4px;
/* 4947 */           border-radius: 4px;
/* 4948 */ }
/* 4949 */ 
/* 4950 */ .breadcrumb > li {

/* bootstrap.css */

/* 4951 */   display: inline-block;
/* 4952 */   *display: inline;
/* 4953 */   text-shadow: 0 1px 0 #ffffff;
/* 4954 */   *zoom: 1;
/* 4955 */ }
/* 4956 */ 
/* 4957 */ .breadcrumb > li > .divider {
/* 4958 */   padding: 0 5px;
/* 4959 */   color: #ccc;
/* 4960 */ }
/* 4961 */ 
/* 4962 */ .breadcrumb > .active {
/* 4963 */   color: #999999;
/* 4964 */ }
/* 4965 */ 
/* 4966 */ .pagination {
/* 4967 */   margin: 20px 0;
/* 4968 */ }
/* 4969 */ 
/* 4970 */ .pagination ul {
/* 4971 */   display: inline-block;
/* 4972 */   *display: inline;
/* 4973 */   margin-bottom: 0;
/* 4974 */   margin-left: 0;
/* 4975 */   -webkit-border-radius: 4px;
/* 4976 */      -moz-border-radius: 4px;
/* 4977 */           border-radius: 4px;
/* 4978 */   *zoom: 1;
/* 4979 */   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
/* 4980 */      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
/* 4981 */           box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
/* 4982 */ }
/* 4983 */ 
/* 4984 */ .pagination ul > li {
/* 4985 */   display: inline;
/* 4986 */ }
/* 4987 */ 
/* 4988 */ .pagination ul > li > a,
/* 4989 */ .pagination ul > li > span {
/* 4990 */   float: left;
/* 4991 */   padding: 4px 12px;
/* 4992 */   line-height: 20px;
/* 4993 */   text-decoration: none;
/* 4994 */   background-color: #ffffff;
/* 4995 */   border: 1px solid #dddddd;
/* 4996 */   border-left-width: 0;
/* 4997 */ }
/* 4998 */ 
/* 4999 */ .pagination ul > li > a:hover,
/* 5000 */ .pagination ul > li > a:focus,

/* bootstrap.css */

/* 5001 */ .pagination ul > .active > a,
/* 5002 */ .pagination ul > .active > span {
/* 5003 */   background-color: #f5f5f5;
/* 5004 */ }
/* 5005 */ 
/* 5006 */ .pagination ul > .active > a,
/* 5007 */ .pagination ul > .active > span {
/* 5008 */   color: #999999;
/* 5009 */   cursor: default;
/* 5010 */ }
/* 5011 */ 
/* 5012 */ .pagination ul > .disabled > span,
/* 5013 */ .pagination ul > .disabled > a,
/* 5014 */ .pagination ul > .disabled > a:hover,
/* 5015 */ .pagination ul > .disabled > a:focus {
/* 5016 */   color: #999999;
/* 5017 */   cursor: default;
/* 5018 */   background-color: transparent;
/* 5019 */ }
/* 5020 */ 
/* 5021 */ .pagination ul > li:first-child > a,
/* 5022 */ .pagination ul > li:first-child > span {
/* 5023 */   border-left-width: 1px;
/* 5024 */   -webkit-border-bottom-left-radius: 4px;
/* 5025 */           border-bottom-left-radius: 4px;
/* 5026 */   -webkit-border-top-left-radius: 4px;
/* 5027 */           border-top-left-radius: 4px;
/* 5028 */   -moz-border-radius-bottomleft: 4px;
/* 5029 */   -moz-border-radius-topleft: 4px;
/* 5030 */ }
/* 5031 */ 
/* 5032 */ .pagination ul > li:last-child > a,
/* 5033 */ .pagination ul > li:last-child > span {
/* 5034 */   -webkit-border-top-right-radius: 4px;
/* 5035 */           border-top-right-radius: 4px;
/* 5036 */   -webkit-border-bottom-right-radius: 4px;
/* 5037 */           border-bottom-right-radius: 4px;
/* 5038 */   -moz-border-radius-topright: 4px;
/* 5039 */   -moz-border-radius-bottomright: 4px;
/* 5040 */ }
/* 5041 */ 
/* 5042 */ .pagination-centered {
/* 5043 */   text-align: center;
/* 5044 */ }
/* 5045 */ 
/* 5046 */ .pagination-right {
/* 5047 */   text-align: right;
/* 5048 */ }
/* 5049 */ 
/* 5050 */ .pagination-large ul > li > a,

/* bootstrap.css */

/* 5051 */ .pagination-large ul > li > span {
/* 5052 */   padding: 11px 19px;
/* 5053 */   font-size: 17.5px;
/* 5054 */ }
/* 5055 */ 
/* 5056 */ .pagination-large ul > li:first-child > a,
/* 5057 */ .pagination-large ul > li:first-child > span {
/* 5058 */   -webkit-border-bottom-left-radius: 6px;
/* 5059 */           border-bottom-left-radius: 6px;
/* 5060 */   -webkit-border-top-left-radius: 6px;
/* 5061 */           border-top-left-radius: 6px;
/* 5062 */   -moz-border-radius-bottomleft: 6px;
/* 5063 */   -moz-border-radius-topleft: 6px;
/* 5064 */ }
/* 5065 */ 
/* 5066 */ .pagination-large ul > li:last-child > a,
/* 5067 */ .pagination-large ul > li:last-child > span {
/* 5068 */   -webkit-border-top-right-radius: 6px;
/* 5069 */           border-top-right-radius: 6px;
/* 5070 */   -webkit-border-bottom-right-radius: 6px;
/* 5071 */           border-bottom-right-radius: 6px;
/* 5072 */   -moz-border-radius-topright: 6px;
/* 5073 */   -moz-border-radius-bottomright: 6px;
/* 5074 */ }
/* 5075 */ 
/* 5076 */ .pagination-mini ul > li:first-child > a,
/* 5077 */ .pagination-small ul > li:first-child > a,
/* 5078 */ .pagination-mini ul > li:first-child > span,
/* 5079 */ .pagination-small ul > li:first-child > span {
/* 5080 */   -webkit-border-bottom-left-radius: 3px;
/* 5081 */           border-bottom-left-radius: 3px;
/* 5082 */   -webkit-border-top-left-radius: 3px;
/* 5083 */           border-top-left-radius: 3px;
/* 5084 */   -moz-border-radius-bottomleft: 3px;
/* 5085 */   -moz-border-radius-topleft: 3px;
/* 5086 */ }
/* 5087 */ 
/* 5088 */ .pagination-mini ul > li:last-child > a,
/* 5089 */ .pagination-small ul > li:last-child > a,
/* 5090 */ .pagination-mini ul > li:last-child > span,
/* 5091 */ .pagination-small ul > li:last-child > span {
/* 5092 */   -webkit-border-top-right-radius: 3px;
/* 5093 */           border-top-right-radius: 3px;
/* 5094 */   -webkit-border-bottom-right-radius: 3px;
/* 5095 */           border-bottom-right-radius: 3px;
/* 5096 */   -moz-border-radius-topright: 3px;
/* 5097 */   -moz-border-radius-bottomright: 3px;
/* 5098 */ }
/* 5099 */ 
/* 5100 */ .pagination-small ul > li > a,

/* bootstrap.css */

/* 5101 */ .pagination-small ul > li > span {
/* 5102 */   padding: 2px 10px;
/* 5103 */   font-size: 11.9px;
/* 5104 */ }
/* 5105 */ 
/* 5106 */ .pagination-mini ul > li > a,
/* 5107 */ .pagination-mini ul > li > span {
/* 5108 */   padding: 0 6px;
/* 5109 */   font-size: 10.5px;
/* 5110 */ }
/* 5111 */ 
/* 5112 */ .pager {
/* 5113 */   margin: 20px 0;
/* 5114 */   text-align: center;
/* 5115 */   list-style: none;
/* 5116 */   *zoom: 1;
/* 5117 */ }
/* 5118 */ 
/* 5119 */ .pager:before,
/* 5120 */ .pager:after {
/* 5121 */   display: table;
/* 5122 */   line-height: 0;
/* 5123 */   content: "";
/* 5124 */ }
/* 5125 */ 
/* 5126 */ .pager:after {
/* 5127 */   clear: both;
/* 5128 */ }
/* 5129 */ 
/* 5130 */ .pager li {
/* 5131 */   display: inline;
/* 5132 */ }
/* 5133 */ 
/* 5134 */ .pager li > a,
/* 5135 */ .pager li > span {
/* 5136 */   display: inline-block;
/* 5137 */   padding: 5px 14px;
/* 5138 */   background-color: #fff;
/* 5139 */   border: 1px solid #ddd;
/* 5140 */   -webkit-border-radius: 15px;
/* 5141 */      -moz-border-radius: 15px;
/* 5142 */           border-radius: 15px;
/* 5143 */ }
/* 5144 */ 
/* 5145 */ .pager li > a:hover,
/* 5146 */ .pager li > a:focus {
/* 5147 */   text-decoration: none;
/* 5148 */   background-color: #f5f5f5;
/* 5149 */ }
/* 5150 */ 

/* bootstrap.css */

/* 5151 */ .pager .next > a,
/* 5152 */ .pager .next > span {
/* 5153 */   float: right;
/* 5154 */ }
/* 5155 */ 
/* 5156 */ .pager .previous > a,
/* 5157 */ .pager .previous > span {
/* 5158 */   float: left;
/* 5159 */ }
/* 5160 */ 
/* 5161 */ .pager .disabled > a,
/* 5162 */ .pager .disabled > a:hover,
/* 5163 */ .pager .disabled > a:focus,
/* 5164 */ .pager .disabled > span {
/* 5165 */   color: #999999;
/* 5166 */   cursor: default;
/* 5167 */   background-color: #fff;
/* 5168 */ }
/* 5169 */ 
/* 5170 */ .modal-backdrop {
/* 5171 */   position: fixed;
/* 5172 */   top: 0;
/* 5173 */   right: 0;
/* 5174 */   bottom: 0;
/* 5175 */   left: 0;
/* 5176 */   z-index: 1040;
/* 5177 */   background-color: #000000;
/* 5178 */ }
/* 5179 */ 
/* 5180 */ .modal-backdrop.fade {
/* 5181 */   opacity: 0;
/* 5182 */ }
/* 5183 */ 
/* 5184 */ .modal-backdrop,
/* 5185 */ .modal-backdrop.fade.in {
/* 5186 */   opacity: 0.8;
/* 5187 */   filter: alpha(opacity=80);
/* 5188 */ }
/* 5189 */ 
/* 5190 */ .modal {
/* 5191 */   position: fixed;
/* 5192 */   top: 10%;
/* 5193 */   left: 50%;
/* 5194 */   z-index: 1050;
/* 5195 */   width: 560px;
/* 5196 */   margin-left: -280px;
/* 5197 */   background-color: #ffffff;
/* 5198 */   border: 1px solid #999;
/* 5199 */   border: 1px solid rgba(0, 0, 0, 0.3);
/* 5200 */   *border: 1px solid #999;

/* bootstrap.css */

/* 5201 */   -webkit-border-radius: 6px;
/* 5202 */      -moz-border-radius: 6px;
/* 5203 */           border-radius: 6px;
/* 5204 */   outline: none;
/* 5205 */   -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
/* 5206 */      -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
/* 5207 */           box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
/* 5208 */   -webkit-background-clip: padding-box;
/* 5209 */      -moz-background-clip: padding-box;
/* 5210 */           background-clip: padding-box;
/* 5211 */ }
/* 5212 */ 
/* 5213 */ .modal.fade {
/* 5214 */   top: -25%;
/* 5215 */   -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
/* 5216 */      -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
/* 5217 */        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
/* 5218 */           transition: opacity 0.3s linear, top 0.3s ease-out;
/* 5219 */ }
/* 5220 */ 
/* 5221 */ .modal.fade.in {
/* 5222 */   top: 10%;
/* 5223 */ }
/* 5224 */ 
/* 5225 */ .modal-header {
/* 5226 */   padding: 9px 15px;
/* 5227 */   border-bottom: 1px solid #eee;
/* 5228 */ }
/* 5229 */ 
/* 5230 */ .modal-header .close {
/* 5231 */   margin-top: 2px;
/* 5232 */ }
/* 5233 */ 
/* 5234 */ .modal-header h3 {
/* 5235 */   margin: 0;
/* 5236 */   line-height: 30px;
/* 5237 */ }
/* 5238 */ 
/* 5239 */ .modal-body {
/* 5240 */   position: relative;
/* 5241 */   max-height: 400px;
/* 5242 */   padding: 15px;
/* 5243 */   overflow-y: auto;
/* 5244 */ }
/* 5245 */ 
/* 5246 */ .modal-form {
/* 5247 */   margin-bottom: 0;
/* 5248 */ }
/* 5249 */ 
/* 5250 */ .modal-footer {

/* bootstrap.css */

/* 5251 */   padding: 14px 15px 15px;
/* 5252 */   margin-bottom: 0;
/* 5253 */   text-align: right;
/* 5254 */   background-color: #f5f5f5;
/* 5255 */   border-top: 1px solid #ddd;
/* 5256 */   -webkit-border-radius: 0 0 6px 6px;
/* 5257 */      -moz-border-radius: 0 0 6px 6px;
/* 5258 */           border-radius: 0 0 6px 6px;
/* 5259 */   *zoom: 1;
/* 5260 */   -webkit-box-shadow: inset 0 1px 0 #ffffff;
/* 5261 */      -moz-box-shadow: inset 0 1px 0 #ffffff;
/* 5262 */           box-shadow: inset 0 1px 0 #ffffff;
/* 5263 */ }
/* 5264 */ 
/* 5265 */ .modal-footer:before,
/* 5266 */ .modal-footer:after {
/* 5267 */   display: table;
/* 5268 */   line-height: 0;
/* 5269 */   content: "";
/* 5270 */ }
/* 5271 */ 
/* 5272 */ .modal-footer:after {
/* 5273 */   clear: both;
/* 5274 */ }
/* 5275 */ 
/* 5276 */ .modal-footer .btn + .btn {
/* 5277 */   margin-bottom: 0;
/* 5278 */   margin-left: 5px;
/* 5279 */ }
/* 5280 */ 
/* 5281 */ .modal-footer .btn-group .btn + .btn {
/* 5282 */   margin-left: -1px;
/* 5283 */ }
/* 5284 */ 
/* 5285 */ .modal-footer .btn-block + .btn-block {
/* 5286 */   margin-left: 0;
/* 5287 */ }
/* 5288 */ 
/* 5289 */ .tooltip {
/* 5290 */   position: absolute;
/* 5291 */   z-index: 1030;
/* 5292 */   display: block;
/* 5293 */   font-size: 11px;
/* 5294 */   line-height: 1.4;
/* 5295 */   opacity: 0;
/* 5296 */   filter: alpha(opacity=0);
/* 5297 */   visibility: visible;
/* 5298 */ }
/* 5299 */ 
/* 5300 */ .tooltip.in {

/* bootstrap.css */

/* 5301 */   opacity: 0.8;
/* 5302 */   filter: alpha(opacity=80);
/* 5303 */ }
/* 5304 */ 
/* 5305 */ .tooltip.top {
/* 5306 */   padding: 5px 0;
/* 5307 */   margin-top: -3px;
/* 5308 */ }
/* 5309 */ 
/* 5310 */ .tooltip.right {
/* 5311 */   padding: 0 5px;
/* 5312 */   margin-left: 3px;
/* 5313 */ }
/* 5314 */ 
/* 5315 */ .tooltip.bottom {
/* 5316 */   padding: 5px 0;
/* 5317 */   margin-top: 3px;
/* 5318 */ }
/* 5319 */ 
/* 5320 */ .tooltip.left {
/* 5321 */   padding: 0 5px;
/* 5322 */   margin-left: -3px;
/* 5323 */ }
/* 5324 */ 
/* 5325 */ .tooltip-inner {
/* 5326 */   max-width: 200px;
/* 5327 */   padding: 8px;
/* 5328 */   color: #ffffff;
/* 5329 */   text-align: center;
/* 5330 */   text-decoration: none;
/* 5331 */   background-color: #000000;
/* 5332 */   -webkit-border-radius: 4px;
/* 5333 */      -moz-border-radius: 4px;
/* 5334 */           border-radius: 4px;
/* 5335 */ }
/* 5336 */ 
/* 5337 */ .tooltip-arrow {
/* 5338 */   position: absolute;
/* 5339 */   width: 0;
/* 5340 */   height: 0;
/* 5341 */   border-color: transparent;
/* 5342 */   border-style: solid;
/* 5343 */ }
/* 5344 */ 
/* 5345 */ .tooltip.top .tooltip-arrow {
/* 5346 */   bottom: 0;
/* 5347 */   left: 50%;
/* 5348 */   margin-left: -5px;
/* 5349 */   border-top-color: #000000;
/* 5350 */   border-width: 5px 5px 0;

/* bootstrap.css */

/* 5351 */ }
/* 5352 */ 
/* 5353 */ .tooltip.right .tooltip-arrow {
/* 5354 */   top: 50%;
/* 5355 */   left: 0;
/* 5356 */   margin-top: -5px;
/* 5357 */   border-right-color: #000000;
/* 5358 */   border-width: 5px 5px 5px 0;
/* 5359 */ }
/* 5360 */ 
/* 5361 */ .tooltip.left .tooltip-arrow {
/* 5362 */   top: 50%;
/* 5363 */   right: 0;
/* 5364 */   margin-top: -5px;
/* 5365 */   border-left-color: #000000;
/* 5366 */   border-width: 5px 0 5px 5px;
/* 5367 */ }
/* 5368 */ 
/* 5369 */ .tooltip.bottom .tooltip-arrow {
/* 5370 */   top: 0;
/* 5371 */   left: 50%;
/* 5372 */   margin-left: -5px;
/* 5373 */   border-bottom-color: #000000;
/* 5374 */   border-width: 0 5px 5px;
/* 5375 */ }
/* 5376 */ 
/* 5377 */ .popover {
/* 5378 */   position: absolute;
/* 5379 */   top: 0;
/* 5380 */   left: 0;
/* 5381 */   z-index: 1010;
/* 5382 */   display: none;
/* 5383 */   max-width: 276px;
/* 5384 */   padding: 1px;
/* 5385 */   text-align: left;
/* 5386 */   white-space: normal;
/* 5387 */   background-color: #ffffff;
/* 5388 */   border: 1px solid #ccc;
/* 5389 */   border: 1px solid rgba(0, 0, 0, 0.2);
/* 5390 */   -webkit-border-radius: 6px;
/* 5391 */      -moz-border-radius: 6px;
/* 5392 */           border-radius: 6px;
/* 5393 */   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 5394 */      -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 5395 */           box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
/* 5396 */   -webkit-background-clip: padding-box;
/* 5397 */      -moz-background-clip: padding;
/* 5398 */           background-clip: padding-box;
/* 5399 */ }
/* 5400 */ 

/* bootstrap.css */

/* 5401 */ .popover.top {
/* 5402 */   margin-top: -10px;
/* 5403 */ }
/* 5404 */ 
/* 5405 */ .popover.right {
/* 5406 */   margin-left: 10px;
/* 5407 */ }
/* 5408 */ 
/* 5409 */ .popover.bottom {
/* 5410 */   margin-top: 10px;
/* 5411 */ }
/* 5412 */ 
/* 5413 */ .popover.left {
/* 5414 */   margin-left: -10px;
/* 5415 */ }
/* 5416 */ 
/* 5417 */ .popover-title {
/* 5418 */   padding: 8px 14px;
/* 5419 */   margin: 0;
/* 5420 */   font-size: 14px;
/* 5421 */   font-weight: normal;
/* 5422 */   line-height: 18px;
/* 5423 */   background-color: #f7f7f7;
/* 5424 */   border-bottom: 1px solid #ebebeb;
/* 5425 */   -webkit-border-radius: 5px 5px 0 0;
/* 5426 */      -moz-border-radius: 5px 5px 0 0;
/* 5427 */           border-radius: 5px 5px 0 0;
/* 5428 */ }
/* 5429 */ 
/* 5430 */ .popover-title:empty {
/* 5431 */   display: none;
/* 5432 */ }
/* 5433 */ 
/* 5434 */ .popover-content {
/* 5435 */   padding: 9px 14px;
/* 5436 */ }
/* 5437 */ 
/* 5438 */ .popover .arrow,
/* 5439 */ .popover .arrow:after {
/* 5440 */   position: absolute;
/* 5441 */   display: block;
/* 5442 */   width: 0;
/* 5443 */   height: 0;
/* 5444 */   border-color: transparent;
/* 5445 */   border-style: solid;
/* 5446 */ }
/* 5447 */ 
/* 5448 */ .popover .arrow {
/* 5449 */   border-width: 11px;
/* 5450 */ }

/* bootstrap.css */

/* 5451 */ 
/* 5452 */ .popover .arrow:after {
/* 5453 */   border-width: 10px;
/* 5454 */   content: "";
/* 5455 */ }
/* 5456 */ 
/* 5457 */ .popover.top .arrow {
/* 5458 */   bottom: -11px;
/* 5459 */   left: 50%;
/* 5460 */   margin-left: -11px;
/* 5461 */   border-top-color: #999;
/* 5462 */   border-top-color: rgba(0, 0, 0, 0.25);
/* 5463 */   border-bottom-width: 0;
/* 5464 */ }
/* 5465 */ 
/* 5466 */ .popover.top .arrow:after {
/* 5467 */   bottom: 1px;
/* 5468 */   margin-left: -10px;
/* 5469 */   border-top-color: #ffffff;
/* 5470 */   border-bottom-width: 0;
/* 5471 */ }
/* 5472 */ 
/* 5473 */ .popover.right .arrow {
/* 5474 */   top: 50%;
/* 5475 */   left: -11px;
/* 5476 */   margin-top: -11px;
/* 5477 */   border-right-color: #999;
/* 5478 */   border-right-color: rgba(0, 0, 0, 0.25);
/* 5479 */   border-left-width: 0;
/* 5480 */ }
/* 5481 */ 
/* 5482 */ .popover.right .arrow:after {
/* 5483 */   bottom: -10px;
/* 5484 */   left: 1px;
/* 5485 */   border-right-color: #ffffff;
/* 5486 */   border-left-width: 0;
/* 5487 */ }
/* 5488 */ 
/* 5489 */ .popover.bottom .arrow {
/* 5490 */   top: -11px;
/* 5491 */   left: 50%;
/* 5492 */   margin-left: -11px;
/* 5493 */   border-bottom-color: #999;
/* 5494 */   border-bottom-color: rgba(0, 0, 0, 0.25);
/* 5495 */   border-top-width: 0;
/* 5496 */ }
/* 5497 */ 
/* 5498 */ .popover.bottom .arrow:after {
/* 5499 */   top: 1px;
/* 5500 */   margin-left: -10px;

/* bootstrap.css */

/* 5501 */   border-bottom-color: #ffffff;
/* 5502 */   border-top-width: 0;
/* 5503 */ }
/* 5504 */ 
/* 5505 */ .popover.left .arrow {
/* 5506 */   top: 50%;
/* 5507 */   right: -11px;
/* 5508 */   margin-top: -11px;
/* 5509 */   border-left-color: #999;
/* 5510 */   border-left-color: rgba(0, 0, 0, 0.25);
/* 5511 */   border-right-width: 0;
/* 5512 */ }
/* 5513 */ 
/* 5514 */ .popover.left .arrow:after {
/* 5515 */   right: 1px;
/* 5516 */   bottom: -10px;
/* 5517 */   border-left-color: #ffffff;
/* 5518 */   border-right-width: 0;
/* 5519 */ }
/* 5520 */ 
/* 5521 */ .thumbnails {
/* 5522 */   margin-left: -20px;
/* 5523 */   list-style: none;
/* 5524 */   *zoom: 1;
/* 5525 */ }
/* 5526 */ 
/* 5527 */ .thumbnails:before,
/* 5528 */ .thumbnails:after {
/* 5529 */   display: table;
/* 5530 */   line-height: 0;
/* 5531 */   content: "";
/* 5532 */ }
/* 5533 */ 
/* 5534 */ .thumbnails:after {
/* 5535 */   clear: both;
/* 5536 */ }
/* 5537 */ 
/* 5538 */ .row-fluid .thumbnails {
/* 5539 */   margin-left: 0;
/* 5540 */ }
/* 5541 */ 
/* 5542 */ .thumbnails > li {
/* 5543 */   float: left;
/* 5544 */   margin-bottom: 20px;
/* 5545 */   margin-left: 20px;
/* 5546 */ }
/* 5547 */ 
/* 5548 */ .thumbnail {
/* 5549 */   display: block;
/* 5550 */   padding: 4px;

/* bootstrap.css */

/* 5551 */   line-height: 20px;
/* 5552 */   border: 1px solid #ddd;
/* 5553 */   -webkit-border-radius: 4px;
/* 5554 */      -moz-border-radius: 4px;
/* 5555 */           border-radius: 4px;
/* 5556 */   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
/* 5557 */      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
/* 5558 */           box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
/* 5559 */   -webkit-transition: all 0.2s ease-in-out;
/* 5560 */      -moz-transition: all 0.2s ease-in-out;
/* 5561 */        -o-transition: all 0.2s ease-in-out;
/* 5562 */           transition: all 0.2s ease-in-out;
/* 5563 */ }
/* 5564 */ 
/* 5565 */ a.thumbnail:hover,
/* 5566 */ a.thumbnail:focus {
/* 5567 */   border-color: #0088cc;
/* 5568 */   -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
/* 5569 */      -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
/* 5570 */           box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
/* 5571 */ }
/* 5572 */ 
/* 5573 */ .thumbnail > img {
/* 5574 */   display: block;
/* 5575 */   max-width: 100%;
/* 5576 */   margin-right: auto;
/* 5577 */   margin-left: auto;
/* 5578 */ }
/* 5579 */ 
/* 5580 */ .thumbnail .caption {
/* 5581 */   padding: 9px;
/* 5582 */   color: #555555;
/* 5583 */ }
/* 5584 */ 
/* 5585 */ .media,
/* 5586 */ .media-body {
/* 5587 */   overflow: hidden;
/* 5588 */   *overflow: visible;
/* 5589 */   zoom: 1;
/* 5590 */ }
/* 5591 */ 
/* 5592 */ .media,
/* 5593 */ .media .media {
/* 5594 */   margin-top: 15px;
/* 5595 */ }
/* 5596 */ 
/* 5597 */ .media:first-child {
/* 5598 */   margin-top: 0;
/* 5599 */ }
/* 5600 */ 

/* bootstrap.css */

/* 5601 */ .media-object {
/* 5602 */   display: block;
/* 5603 */ }
/* 5604 */ 
/* 5605 */ .media-heading {
/* 5606 */   margin: 0 0 5px;
/* 5607 */ }
/* 5608 */ 
/* 5609 */ .media > .pull-left {
/* 5610 */   margin-right: 10px;
/* 5611 */ }
/* 5612 */ 
/* 5613 */ .media > .pull-right {
/* 5614 */   margin-left: 10px;
/* 5615 */ }
/* 5616 */ 
/* 5617 */ .media-list {
/* 5618 */   margin-left: 0;
/* 5619 */   list-style: none;
/* 5620 */ }
/* 5621 */ 
/* 5622 */ .label,
/* 5623 */ .badge {
/* 5624 */   display: inline-block;
/* 5625 */   padding: 2px 4px;
/* 5626 */   font-size: 11.844px;
/* 5627 */   font-weight: bold;
/* 5628 */   line-height: 14px;
/* 5629 */   color: #ffffff;
/* 5630 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 5631 */   white-space: nowrap;
/* 5632 */   vertical-align: baseline;
/* 5633 */   background-color: #999999;
/* 5634 */ }
/* 5635 */ 
/* 5636 */ .label {
/* 5637 */   -webkit-border-radius: 3px;
/* 5638 */      -moz-border-radius: 3px;
/* 5639 */           border-radius: 3px;
/* 5640 */ }
/* 5641 */ 
/* 5642 */ .badge {
/* 5643 */   padding-right: 9px;
/* 5644 */   padding-left: 9px;
/* 5645 */   -webkit-border-radius: 9px;
/* 5646 */      -moz-border-radius: 9px;
/* 5647 */           border-radius: 9px;
/* 5648 */ }
/* 5649 */ 
/* 5650 */ .label:empty,

/* bootstrap.css */

/* 5651 */ .badge:empty {
/* 5652 */   display: none;
/* 5653 */ }
/* 5654 */ 
/* 5655 */ a.label:hover,
/* 5656 */ a.label:focus,
/* 5657 */ a.badge:hover,
/* 5658 */ a.badge:focus {
/* 5659 */   color: #ffffff;
/* 5660 */   text-decoration: none;
/* 5661 */   cursor: pointer;
/* 5662 */ }
/* 5663 */ 
/* 5664 */ .label-important,
/* 5665 */ .badge-important {
/* 5666 */   background-color: #b94a48;
/* 5667 */ }
/* 5668 */ 
/* 5669 */ .label-important[href],
/* 5670 */ .badge-important[href] {
/* 5671 */   background-color: #953b39;
/* 5672 */ }
/* 5673 */ 
/* 5674 */ .label-warning,
/* 5675 */ .badge-warning {
/* 5676 */   background-color: #f89406;
/* 5677 */ }
/* 5678 */ 
/* 5679 */ .label-warning[href],
/* 5680 */ .badge-warning[href] {
/* 5681 */   background-color: #c67605;
/* 5682 */ }
/* 5683 */ 
/* 5684 */ .label-success,
/* 5685 */ .badge-success {
/* 5686 */   background-color: #468847;
/* 5687 */ }
/* 5688 */ 
/* 5689 */ .label-success[href],
/* 5690 */ .badge-success[href] {
/* 5691 */   background-color: #356635;
/* 5692 */ }
/* 5693 */ 
/* 5694 */ .label-info,
/* 5695 */ .badge-info {
/* 5696 */   background-color: #3a87ad;
/* 5697 */ }
/* 5698 */ 
/* 5699 */ .label-info[href],
/* 5700 */ .badge-info[href] {

/* bootstrap.css */

/* 5701 */   background-color: #2d6987;
/* 5702 */ }
/* 5703 */ 
/* 5704 */ .label-inverse,
/* 5705 */ .badge-inverse {
/* 5706 */   background-color: #333333;
/* 5707 */ }
/* 5708 */ 
/* 5709 */ .label-inverse[href],
/* 5710 */ .badge-inverse[href] {
/* 5711 */   background-color: #1a1a1a;
/* 5712 */ }
/* 5713 */ 
/* 5714 */ .btn .label,
/* 5715 */ .btn .badge {
/* 5716 */   position: relative;
/* 5717 */   top: -1px;
/* 5718 */ }
/* 5719 */ 
/* 5720 */ .btn-mini .label,
/* 5721 */ .btn-mini .badge {
/* 5722 */   top: 0;
/* 5723 */ }
/* 5724 */ 
/* 5725 */ @-webkit-keyframes progress-bar-stripes {
/* 5726 */   from {
/* 5727 */     background-position: 40px 0;
/* 5728 */   }
/* 5729 */   to {
/* 5730 */     background-position: 0 0;
/* 5731 */   }
/* 5732 */ }
/* 5733 */ 
/* 5734 */ @-moz-keyframes progress-bar-stripes {
/* 5735 */   from {
/* 5736 */     background-position: 40px 0;
/* 5737 */   }
/* 5738 */   to {
/* 5739 */     background-position: 0 0;
/* 5740 */   }
/* 5741 */ }
/* 5742 */ 
/* 5743 */ @-ms-keyframes progress-bar-stripes {
/* 5744 */   from {
/* 5745 */     background-position: 40px 0;
/* 5746 */   }
/* 5747 */   to {
/* 5748 */     background-position: 0 0;
/* 5749 */   }
/* 5750 */ }

/* bootstrap.css */

/* 5751 */ 
/* 5752 */ @-o-keyframes progress-bar-stripes {
/* 5753 */   from {
/* 5754 */     background-position: 0 0;
/* 5755 */   }
/* 5756 */   to {
/* 5757 */     background-position: 40px 0;
/* 5758 */   }
/* 5759 */ }
/* 5760 */ 
/* 5761 */ @keyframes progress-bar-stripes {
/* 5762 */   from {
/* 5763 */     background-position: 40px 0;
/* 5764 */   }
/* 5765 */   to {
/* 5766 */     background-position: 0 0;
/* 5767 */   }
/* 5768 */ }
/* 5769 */ 
/* 5770 */ .progress {
/* 5771 */   height: 20px;
/* 5772 */   margin-bottom: 20px;
/* 5773 */   overflow: hidden;
/* 5774 */   background-color: #f7f7f7;
/* 5775 */   background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
/* 5776 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
/* 5777 */   background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
/* 5778 */   background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
/* 5779 */   background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
/* 5780 */   background-repeat: repeat-x;
/* 5781 */   -webkit-border-radius: 4px;
/* 5782 */      -moz-border-radius: 4px;
/* 5783 */           border-radius: 4px;
/* 5784 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
/* 5785 */   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
/* 5786 */      -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
/* 5787 */           box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
/* 5788 */ }
/* 5789 */ 
/* 5790 */ .progress .bar {
/* 5791 */   float: left;
/* 5792 */   width: 0;
/* 5793 */   height: 100%;
/* 5794 */   font-size: 12px;
/* 5795 */   color: #ffffff;
/* 5796 */   text-align: center;
/* 5797 */   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
/* 5798 */   background-color: #0e90d2;
/* 5799 */   background-image: -moz-linear-gradient(top, #149bdf, #0480be);
/* 5800 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));

/* bootstrap.css */

/* 5801 */   background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
/* 5802 */   background-image: -o-linear-gradient(top, #149bdf, #0480be);
/* 5803 */   background-image: linear-gradient(to bottom, #149bdf, #0480be);
/* 5804 */   background-repeat: repeat-x;
/* 5805 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
/* 5806 */   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 5807 */      -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 5808 */           box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 5809 */   -webkit-box-sizing: border-box;
/* 5810 */      -moz-box-sizing: border-box;
/* 5811 */           box-sizing: border-box;
/* 5812 */   -webkit-transition: width 0.6s ease;
/* 5813 */      -moz-transition: width 0.6s ease;
/* 5814 */        -o-transition: width 0.6s ease;
/* 5815 */           transition: width 0.6s ease;
/* 5816 */ }
/* 5817 */ 
/* 5818 */ .progress .bar + .bar {
/* 5819 */   -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 5820 */      -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 5821 */           box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
/* 5822 */ }
/* 5823 */ 
/* 5824 */ .progress-striped .bar {
/* 5825 */   background-color: #149bdf;
/* 5826 */   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
/* 5827 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5828 */   background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5829 */   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5830 */   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5831 */   -webkit-background-size: 40px 40px;
/* 5832 */      -moz-background-size: 40px 40px;
/* 5833 */        -o-background-size: 40px 40px;
/* 5834 */           background-size: 40px 40px;
/* 5835 */ }
/* 5836 */ 
/* 5837 */ .progress.active .bar {
/* 5838 */   -webkit-animation: progress-bar-stripes 2s linear infinite;
/* 5839 */      -moz-animation: progress-bar-stripes 2s linear infinite;
/* 5840 */       -ms-animation: progress-bar-stripes 2s linear infinite;
/* 5841 */        -o-animation: progress-bar-stripes 2s linear infinite;
/* 5842 */           animation: progress-bar-stripes 2s linear infinite;
/* 5843 */ }
/* 5844 */ 
/* 5845 */ .progress-danger .bar,
/* 5846 */ .progress .bar-danger {
/* 5847 */   background-color: #dd514c;
/* 5848 */   background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
/* 5849 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
/* 5850 */   background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);

/* bootstrap.css */

/* 5851 */   background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
/* 5852 */   background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
/* 5853 */   background-repeat: repeat-x;
/* 5854 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
/* 5855 */ }
/* 5856 */ 
/* 5857 */ .progress-danger.progress-striped .bar,
/* 5858 */ .progress-striped .bar-danger {
/* 5859 */   background-color: #ee5f5b;
/* 5860 */   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
/* 5861 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5862 */   background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5863 */   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5864 */   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5865 */ }
/* 5866 */ 
/* 5867 */ .progress-success .bar,
/* 5868 */ .progress .bar-success {
/* 5869 */   background-color: #5eb95e;
/* 5870 */   background-image: -moz-linear-gradient(top, #62c462, #57a957);
/* 5871 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
/* 5872 */   background-image: -webkit-linear-gradient(top, #62c462, #57a957);
/* 5873 */   background-image: -o-linear-gradient(top, #62c462, #57a957);
/* 5874 */   background-image: linear-gradient(to bottom, #62c462, #57a957);
/* 5875 */   background-repeat: repeat-x;
/* 5876 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
/* 5877 */ }
/* 5878 */ 
/* 5879 */ .progress-success.progress-striped .bar,
/* 5880 */ .progress-striped .bar-success {
/* 5881 */   background-color: #62c462;
/* 5882 */   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
/* 5883 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5884 */   background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5885 */   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5886 */   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5887 */ }
/* 5888 */ 
/* 5889 */ .progress-info .bar,
/* 5890 */ .progress .bar-info {
/* 5891 */   background-color: #4bb1cf;
/* 5892 */   background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
/* 5893 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
/* 5894 */   background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
/* 5895 */   background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
/* 5896 */   background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
/* 5897 */   background-repeat: repeat-x;
/* 5898 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
/* 5899 */ }
/* 5900 */ 

/* bootstrap.css */

/* 5901 */ .progress-info.progress-striped .bar,
/* 5902 */ .progress-striped .bar-info {
/* 5903 */   background-color: #5bc0de;
/* 5904 */   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
/* 5905 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5906 */   background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5907 */   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5908 */   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5909 */ }
/* 5910 */ 
/* 5911 */ .progress-warning .bar,
/* 5912 */ .progress .bar-warning {
/* 5913 */   background-color: #faa732;
/* 5914 */   background-image: -moz-linear-gradient(top, #fbb450, #f89406);
/* 5915 */   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
/* 5916 */   background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
/* 5917 */   background-image: -o-linear-gradient(top, #fbb450, #f89406);
/* 5918 */   background-image: linear-gradient(to bottom, #fbb450, #f89406);
/* 5919 */   background-repeat: repeat-x;
/* 5920 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
/* 5921 */ }
/* 5922 */ 
/* 5923 */ .progress-warning.progress-striped .bar,
/* 5924 */ .progress-striped .bar-warning {
/* 5925 */   background-color: #fbb450;
/* 5926 */   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
/* 5927 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5928 */   background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5929 */   background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5930 */   background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
/* 5931 */ }
/* 5932 */ 
/* 5933 */ .accordion {
/* 5934 */   margin-bottom: 20px;
/* 5935 */ }
/* 5936 */ 
/* 5937 */ .accordion-group {
/* 5938 */   margin-bottom: 2px;
/* 5939 */   border: 1px solid #e5e5e5;
/* 5940 */   -webkit-border-radius: 4px;
/* 5941 */      -moz-border-radius: 4px;
/* 5942 */           border-radius: 4px;
/* 5943 */ }
/* 5944 */ 
/* 5945 */ .accordion-heading {
/* 5946 */   border-bottom: 0;
/* 5947 */ }
/* 5948 */ 
/* 5949 */ .accordion-heading .accordion-toggle {
/* 5950 */   display: block;

/* bootstrap.css */

/* 5951 */   padding: 8px 15px;
/* 5952 */ }
/* 5953 */ 
/* 5954 */ .accordion-toggle {
/* 5955 */   cursor: pointer;
/* 5956 */ }
/* 5957 */ 
/* 5958 */ .accordion-inner {
/* 5959 */   padding: 9px 15px;
/* 5960 */   border-top: 1px solid #e5e5e5;
/* 5961 */ }
/* 5962 */ 
/* 5963 */ .carousel {
/* 5964 */   position: relative;
/* 5965 */   margin-bottom: 20px;
/* 5966 */   line-height: 1;
/* 5967 */ }
/* 5968 */ 
/* 5969 */ .carousel-inner {
/* 5970 */   position: relative;
/* 5971 */   width: 100%;
/* 5972 */   overflow: hidden;
/* 5973 */ }
/* 5974 */ 
/* 5975 */ .carousel-inner > .item {
/* 5976 */   position: relative;
/* 5977 */   display: none;
/* 5978 */   -webkit-transition: 0.6s ease-in-out left;
/* 5979 */      -moz-transition: 0.6s ease-in-out left;
/* 5980 */        -o-transition: 0.6s ease-in-out left;
/* 5981 */           transition: 0.6s ease-in-out left;
/* 5982 */ }
/* 5983 */ 
/* 5984 */ .carousel-inner > .item > img,
/* 5985 */ .carousel-inner > .item > a > img {
/* 5986 */   display: block;
/* 5987 */   line-height: 1;
/* 5988 */ }
/* 5989 */ 
/* 5990 */ .carousel-inner > .active,
/* 5991 */ .carousel-inner > .next,
/* 5992 */ .carousel-inner > .prev {
/* 5993 */   display: block;
/* 5994 */ }
/* 5995 */ 
/* 5996 */ .carousel-inner > .active {
/* 5997 */   left: 0;
/* 5998 */ }
/* 5999 */ 
/* 6000 */ .carousel-inner > .next,

/* bootstrap.css */

/* 6001 */ .carousel-inner > .prev {
/* 6002 */   position: absolute;
/* 6003 */   top: 0;
/* 6004 */   width: 100%;
/* 6005 */ }
/* 6006 */ 
/* 6007 */ .carousel-inner > .next {
/* 6008 */   left: 100%;
/* 6009 */ }
/* 6010 */ 
/* 6011 */ .carousel-inner > .prev {
/* 6012 */   left: -100%;
/* 6013 */ }
/* 6014 */ 
/* 6015 */ .carousel-inner > .next.left,
/* 6016 */ .carousel-inner > .prev.right {
/* 6017 */   left: 0;
/* 6018 */ }
/* 6019 */ 
/* 6020 */ .carousel-inner > .active.left {
/* 6021 */   left: -100%;
/* 6022 */ }
/* 6023 */ 
/* 6024 */ .carousel-inner > .active.right {
/* 6025 */   left: 100%;
/* 6026 */ }
/* 6027 */ 
/* 6028 */ .carousel-control {
/* 6029 */   position: absolute;
/* 6030 */   top: 40%;
/* 6031 */   left: 15px;
/* 6032 */   width: 40px;
/* 6033 */   height: 40px;
/* 6034 */   margin-top: -20px;
/* 6035 */   font-size: 60px;
/* 6036 */   font-weight: 100;
/* 6037 */   line-height: 30px;
/* 6038 */   color: #ffffff;
/* 6039 */   text-align: center;
/* 6040 */   background: #222222;
/* 6041 */   border: 3px solid #ffffff;
/* 6042 */   -webkit-border-radius: 23px;
/* 6043 */      -moz-border-radius: 23px;
/* 6044 */           border-radius: 23px;
/* 6045 */   opacity: 0.5;
/* 6046 */   filter: alpha(opacity=50);
/* 6047 */ }
/* 6048 */ 
/* 6049 */ .carousel-control.right {
/* 6050 */   right: 15px;

/* bootstrap.css */

/* 6051 */   left: auto;
/* 6052 */ }
/* 6053 */ 
/* 6054 */ .carousel-control:hover,
/* 6055 */ .carousel-control:focus {
/* 6056 */   color: #ffffff;
/* 6057 */   text-decoration: none;
/* 6058 */   opacity: 0.9;
/* 6059 */   filter: alpha(opacity=90);
/* 6060 */ }
/* 6061 */ 
/* 6062 */ .carousel-indicators {
/* 6063 */   position: absolute;
/* 6064 */   top: 15px;
/* 6065 */   right: 15px;
/* 6066 */   z-index: 5;
/* 6067 */   margin: 0;
/* 6068 */   list-style: none;
/* 6069 */ }
/* 6070 */ 
/* 6071 */ .carousel-indicators li {
/* 6072 */   display: block;
/* 6073 */   float: left;
/* 6074 */   width: 10px;
/* 6075 */   height: 10px;
/* 6076 */   margin-left: 5px;
/* 6077 */   text-indent: -999px;
/* 6078 */   background-color: #ccc;
/* 6079 */   background-color: rgba(255, 255, 255, 0.25);
/* 6080 */   border-radius: 5px;
/* 6081 */ }
/* 6082 */ 
/* 6083 */ .carousel-indicators .active {
/* 6084 */   background-color: #fff;
/* 6085 */ }
/* 6086 */ 
/* 6087 */ .carousel-caption {
/* 6088 */   position: absolute;
/* 6089 */   right: 0;
/* 6090 */   bottom: 0;
/* 6091 */   left: 0;
/* 6092 */   padding: 15px;
/* 6093 */   background: #333333;
/* 6094 */   background: rgba(0, 0, 0, 0.75);
/* 6095 */ }
/* 6096 */ 
/* 6097 */ .carousel-caption h4,
/* 6098 */ .carousel-caption p {
/* 6099 */   line-height: 20px;
/* 6100 */   color: #ffffff;

/* bootstrap.css */

/* 6101 */ }
/* 6102 */ 
/* 6103 */ .carousel-caption h4 {
/* 6104 */   margin: 0 0 5px;
/* 6105 */ }
/* 6106 */ 
/* 6107 */ .carousel-caption p {
/* 6108 */   margin-bottom: 0;
/* 6109 */ }
/* 6110 */ 
/* 6111 */ .hero-unit {
/* 6112 */   padding: 60px;
/* 6113 */   margin-bottom: 30px;
/* 6114 */   font-size: 18px;
/* 6115 */   font-weight: 200;
/* 6116 */   line-height: 30px;
/* 6117 */   color: inherit;
/* 6118 */   background-color: #eeeeee;
/* 6119 */   -webkit-border-radius: 6px;
/* 6120 */      -moz-border-radius: 6px;
/* 6121 */           border-radius: 6px;
/* 6122 */ }
/* 6123 */ 
/* 6124 */ .hero-unit h1 {
/* 6125 */   margin-bottom: 0;
/* 6126 */   font-size: 60px;
/* 6127 */   line-height: 1;
/* 6128 */   letter-spacing: -1px;
/* 6129 */   color: inherit;
/* 6130 */ }
/* 6131 */ 
/* 6132 */ .hero-unit li {
/* 6133 */   line-height: 30px;
/* 6134 */ }
/* 6135 */ 
/* 6136 */ .pull-right {
/* 6137 */   float: right;
/* 6138 */ }
/* 6139 */ 
/* 6140 */ .pull-left {
/* 6141 */   float: left;
/* 6142 */ }
/* 6143 */ 
/* 6144 */ .hide {
/* 6145 */   display: none;
/* 6146 */ }
/* 6147 */ 
/* 6148 */ .show {
/* 6149 */   display: block;
/* 6150 */ }

/* bootstrap.css */

/* 6151 */ 
/* 6152 */ .invisible {
/* 6153 */   visibility: hidden;
/* 6154 */ }
/* 6155 */ 
/* 6156 */ .affix {
/* 6157 */   position: fixed;
/* 6158 */ }
/* 6159 */ 

/* font-awesome.css */

/* 1    */ /*!
/* 2    *|  *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
/* 3    *|  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
/* 4    *|  */
/* 5    */ /* FONT PATH
/* 6    *|  * -------------------------- */
/* 7    */ @font-face {
/* 8    */   font-family: 'FontAwesome';
/* 9    */   src: url('../../../themes/musica/fonts/fontawesome-webfont_v-4.0.3.eot');
/* 10   */   src: url('../../../themes/musica/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../../../themes/musica/fonts/fontawesome-webfont_v-4.0.3.woff') format('woff'), url('../../../themes/musica/fonts/fontawesome-webfont_v-4.0.3.ttf') format('truetype'), url('../../../themes/musica/fonts/fontawesome-webfont_v-4.0.3-fontawesomeregular.svg') format('svg');
/* 11   */   font-weight: normal;
/* 12   */   font-style: normal;
/* 13   */ }
/* 14   */ .fa {
/* 15   */   display: inline-block;
/* 16   */   font-family: FontAwesome;
/* 17   */   font-style: normal;
/* 18   */   font-weight: normal;
/* 19   */   line-height: 1;
/* 20   */   -webkit-font-smoothing: antialiased;
/* 21   */   -moz-osx-font-smoothing: grayscale;
/* 22   */ }
/* 23   */ /* makes the font 33% larger relative to the icon container */
/* 24   */ .fa-lg {
/* 25   */   font-size: 1.3333333333333333em;
/* 26   */   line-height: 0.75em;
/* 27   */   vertical-align: -15%;
/* 28   */ }
/* 29   */ .fa-2x {
/* 30   */   font-size: 2em;
/* 31   */ }
/* 32   */ .fa-3x {
/* 33   */   font-size: 3em;
/* 34   */ }
/* 35   */ .fa-4x {
/* 36   */   font-size: 4em;
/* 37   */ }
/* 38   */ .fa-5x {
/* 39   */   font-size: 5em;
/* 40   */ }
/* 41   */ .fa-fw {
/* 42   */   width: 1.2857142857142858em;
/* 43   */   text-align: center;
/* 44   */ }
/* 45   */ .fa-ul {
/* 46   */   padding-left: 0;
/* 47   */   margin-left: 2.142857142857143em;
/* 48   */   list-style-type: none;
/* 49   */ }
/* 50   */ .fa-ul > li {

/* font-awesome.css */

/* 51   */   position: relative;
/* 52   */ }
/* 53   */ .fa-li {
/* 54   */   position: absolute;
/* 55   */   left: -2.142857142857143em;
/* 56   */   width: 2.142857142857143em;
/* 57   */   top: 0.14285714285714285em;
/* 58   */   text-align: center;
/* 59   */ }
/* 60   */ .fa-li.fa-lg {
/* 61   */   left: -1.8571428571428572em;
/* 62   */ }
/* 63   */ .fa-border {
/* 64   */   padding: .2em .25em .15em;
/* 65   */   border: solid 0.08em #eeeeee;
/* 66   */   border-radius: .1em;
/* 67   */ }
/* 68   */ .pull-right {
/* 69   */   float: right;
/* 70   */ }
/* 71   */ .pull-left {
/* 72   */   float: left;
/* 73   */ }
/* 74   */ .fa.pull-left {
/* 75   */   margin-right: .3em;
/* 76   */ }
/* 77   */ .fa.pull-right {
/* 78   */   margin-left: .3em;
/* 79   */ }
/* 80   */ .fa-spin {
/* 81   */   -webkit-animation: spin 2s infinite linear;
/* 82   */   -moz-animation: spin 2s infinite linear;
/* 83   */   -o-animation: spin 2s infinite linear;
/* 84   */   animation: spin 2s infinite linear;
/* 85   */ }
/* 86   */ @-moz-keyframes spin {
/* 87   */   0% {
/* 88   */     -moz-transform: rotate(0deg);
/* 89   */   }
/* 90   */   100% {
/* 91   */     -moz-transform: rotate(359deg);
/* 92   */   }
/* 93   */ }
/* 94   */ @-webkit-keyframes spin {
/* 95   */   0% {
/* 96   */     -webkit-transform: rotate(0deg);
/* 97   */   }
/* 98   */   100% {
/* 99   */     -webkit-transform: rotate(359deg);
/* 100  */   }

/* font-awesome.css */

/* 101  */ }
/* 102  */ @-o-keyframes spin {
/* 103  */   0% {
/* 104  */     -o-transform: rotate(0deg);
/* 105  */   }
/* 106  */   100% {
/* 107  */     -o-transform: rotate(359deg);
/* 108  */   }
/* 109  */ }
/* 110  */ @-ms-keyframes spin {
/* 111  */   0% {
/* 112  */     -ms-transform: rotate(0deg);
/* 113  */   }
/* 114  */   100% {
/* 115  */     -ms-transform: rotate(359deg);
/* 116  */   }
/* 117  */ }
/* 118  */ @keyframes spin {
/* 119  */   0% {
/* 120  */     transform: rotate(0deg);
/* 121  */   }
/* 122  */   100% {
/* 123  */     transform: rotate(359deg);
/* 124  */   }
/* 125  */ }
/* 126  */ .fa-rotate-90 {
/* 127  */   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
/* 128  */   -webkit-transform: rotate(90deg);
/* 129  */   -moz-transform: rotate(90deg);
/* 130  */   -ms-transform: rotate(90deg);
/* 131  */   -o-transform: rotate(90deg);
/* 132  */   transform: rotate(90deg);
/* 133  */ }
/* 134  */ .fa-rotate-180 {
/* 135  */   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
/* 136  */   -webkit-transform: rotate(180deg);
/* 137  */   -moz-transform: rotate(180deg);
/* 138  */   -ms-transform: rotate(180deg);
/* 139  */   -o-transform: rotate(180deg);
/* 140  */   transform: rotate(180deg);
/* 141  */ }
/* 142  */ .fa-rotate-270 {
/* 143  */   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
/* 144  */   -webkit-transform: rotate(270deg);
/* 145  */   -moz-transform: rotate(270deg);
/* 146  */   -ms-transform: rotate(270deg);
/* 147  */   -o-transform: rotate(270deg);
/* 148  */   transform: rotate(270deg);
/* 149  */ }
/* 150  */ .fa-flip-horizontal {

/* font-awesome.css */

/* 151  */   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
/* 152  */   -webkit-transform: scale(-1, 1);
/* 153  */   -moz-transform: scale(-1, 1);
/* 154  */   -ms-transform: scale(-1, 1);
/* 155  */   -o-transform: scale(-1, 1);
/* 156  */   transform: scale(-1, 1);
/* 157  */ }
/* 158  */ .fa-flip-vertical {
/* 159  */   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
/* 160  */   -webkit-transform: scale(1, -1);
/* 161  */   -moz-transform: scale(1, -1);
/* 162  */   -ms-transform: scale(1, -1);
/* 163  */   -o-transform: scale(1, -1);
/* 164  */   transform: scale(1, -1);
/* 165  */ }
/* 166  */ .fa-stack {
/* 167  */   position: relative;
/* 168  */   display: inline-block;
/* 169  */   width: 2em;
/* 170  */   height: 2em;
/* 171  */   line-height: 2em;
/* 172  */   vertical-align: middle;
/* 173  */ }
/* 174  */ .fa-stack-1x,
/* 175  */ .fa-stack-2x {
/* 176  */   position: absolute;
/* 177  */   left: 0;
/* 178  */   width: 100%;
/* 179  */   text-align: center;
/* 180  */ }
/* 181  */ .fa-stack-1x {
/* 182  */   line-height: inherit;
/* 183  */ }
/* 184  */ .fa-stack-2x {
/* 185  */   font-size: 2em;
/* 186  */ }
/* 187  */ .fa-inverse {
/* 188  */   color: #ffffff;
/* 189  */ }
/* 190  */ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
/* 191  *|    readers do not read off random characters that represent icons */
/* 192  */ .fa-glass:before {
/* 193  */   content: "\f000";
/* 194  */ }
/* 195  */ .fa-music:before {
/* 196  */   content: "\f001";
/* 197  */ }
/* 198  */ .fa-search:before {
/* 199  */   content: "\f002";
/* 200  */ }

/* font-awesome.css */

/* 201  */ .fa-envelope-o:before {
/* 202  */   content: "\f003";
/* 203  */ }
/* 204  */ .fa-heart:before {
/* 205  */   content: "\f004";
/* 206  */ }
/* 207  */ .fa-star:before {
/* 208  */   content: "\f005";
/* 209  */ }
/* 210  */ .fa-star-o:before {
/* 211  */   content: "\f006";
/* 212  */ }
/* 213  */ .fa-user:before {
/* 214  */   content: "\f007";
/* 215  */ }
/* 216  */ .fa-film:before {
/* 217  */   content: "\f008";
/* 218  */ }
/* 219  */ .fa-th-large:before {
/* 220  */   content: "\f009";
/* 221  */ }
/* 222  */ .fa-th:before {
/* 223  */   content: "\f00a";
/* 224  */ }
/* 225  */ .fa-th-list:before {
/* 226  */   content: "\f00b";
/* 227  */ }
/* 228  */ .fa-check:before {
/* 229  */   content: "\f00c";
/* 230  */ }
/* 231  */ .fa-times:before {
/* 232  */   content: "\f00d";
/* 233  */ }
/* 234  */ .fa-search-plus:before {
/* 235  */   content: "\f00e";
/* 236  */ }
/* 237  */ .fa-search-minus:before {
/* 238  */   content: "\f010";
/* 239  */ }
/* 240  */ .fa-power-off:before {
/* 241  */   content: "\f011";
/* 242  */ }
/* 243  */ .fa-signal:before {
/* 244  */   content: "\f012";
/* 245  */ }
/* 246  */ .fa-gear:before,
/* 247  */ .fa-cog:before {
/* 248  */   content: "\f013";
/* 249  */ }
/* 250  */ .fa-trash-o:before {

/* font-awesome.css */

/* 251  */   content: "\f014";
/* 252  */ }
/* 253  */ .fa-home:before {
/* 254  */   content: "\f015";
/* 255  */ }
/* 256  */ .fa-file-o:before {
/* 257  */   content: "\f016";
/* 258  */ }
/* 259  */ .fa-clock-o:before {
/* 260  */   content: "\f017";
/* 261  */ }
/* 262  */ .fa-road:before {
/* 263  */   content: "\f018";
/* 264  */ }
/* 265  */ .fa-download:before {
/* 266  */   content: "\f019";
/* 267  */ }
/* 268  */ .fa-arrow-circle-o-down:before {
/* 269  */   content: "\f01a";
/* 270  */ }
/* 271  */ .fa-arrow-circle-o-up:before {
/* 272  */   content: "\f01b";
/* 273  */ }
/* 274  */ .fa-inbox:before {
/* 275  */   content: "\f01c";
/* 276  */ }
/* 277  */ .fa-play-circle-o:before {
/* 278  */   content: "\f01d";
/* 279  */ }
/* 280  */ .fa-rotate-right:before,
/* 281  */ .fa-repeat:before {
/* 282  */   content: "\f01e";
/* 283  */ }
/* 284  */ .fa-refresh:before {
/* 285  */   content: "\f021";
/* 286  */ }
/* 287  */ .fa-list-alt:before {
/* 288  */   content: "\f022";
/* 289  */ }
/* 290  */ .fa-lock:before {
/* 291  */   content: "\f023";
/* 292  */ }
/* 293  */ .fa-flag:before {
/* 294  */   content: "\f024";
/* 295  */ }
/* 296  */ .fa-headphones:before {
/* 297  */   content: "\f025";
/* 298  */ }
/* 299  */ .fa-volume-off:before {
/* 300  */   content: "\f026";

/* font-awesome.css */

/* 301  */ }
/* 302  */ .fa-volume-down:before {
/* 303  */   content: "\f027";
/* 304  */ }
/* 305  */ .fa-volume-up:before {
/* 306  */   content: "\f028";
/* 307  */ }
/* 308  */ .fa-qrcode:before {
/* 309  */   content: "\f029";
/* 310  */ }
/* 311  */ .fa-barcode:before {
/* 312  */   content: "\f02a";
/* 313  */ }
/* 314  */ .fa-tag:before {
/* 315  */   content: "\f02b";
/* 316  */ }
/* 317  */ .fa-tags:before {
/* 318  */   content: "\f02c";
/* 319  */ }
/* 320  */ .fa-book:before {
/* 321  */   content: "\f02d";
/* 322  */ }
/* 323  */ .fa-bookmark:before {
/* 324  */   content: "\f02e";
/* 325  */ }
/* 326  */ .fa-print:before {
/* 327  */   content: "\f02f";
/* 328  */ }
/* 329  */ .fa-camera:before {
/* 330  */   content: "\f030";
/* 331  */ }
/* 332  */ .fa-font:before {
/* 333  */   content: "\f031";
/* 334  */ }
/* 335  */ .fa-bold:before {
/* 336  */   content: "\f032";
/* 337  */ }
/* 338  */ .fa-italic:before {
/* 339  */   content: "\f033";
/* 340  */ }
/* 341  */ .fa-text-height:before {
/* 342  */   content: "\f034";
/* 343  */ }
/* 344  */ .fa-text-width:before {
/* 345  */   content: "\f035";
/* 346  */ }
/* 347  */ .fa-align-left:before {
/* 348  */   content: "\f036";
/* 349  */ }
/* 350  */ .fa-align-center:before {

/* font-awesome.css */

/* 351  */   content: "\f037";
/* 352  */ }
/* 353  */ .fa-align-right:before {
/* 354  */   content: "\f038";
/* 355  */ }
/* 356  */ .fa-align-justify:before {
/* 357  */   content: "\f039";
/* 358  */ }
/* 359  */ .fa-list:before {
/* 360  */   content: "\f03a";
/* 361  */ }
/* 362  */ .fa-dedent:before,
/* 363  */ .fa-outdent:before {
/* 364  */   content: "\f03b";
/* 365  */ }
/* 366  */ .fa-indent:before {
/* 367  */   content: "\f03c";
/* 368  */ }
/* 369  */ .fa-video-camera:before {
/* 370  */   content: "\f03d";
/* 371  */ }
/* 372  */ .fa-picture-o:before {
/* 373  */   content: "\f03e";
/* 374  */ }
/* 375  */ .fa-pencil:before {
/* 376  */   content: "\f040";
/* 377  */ }
/* 378  */ .fa-map-marker:before {
/* 379  */   content: "\f041";
/* 380  */ }
/* 381  */ .fa-adjust:before {
/* 382  */   content: "\f042";
/* 383  */ }
/* 384  */ .fa-tint:before {
/* 385  */   content: "\f043";
/* 386  */ }
/* 387  */ .fa-edit:before,
/* 388  */ .fa-pencil-square-o:before {
/* 389  */   content: "\f044";
/* 390  */ }
/* 391  */ .fa-share-square-o:before {
/* 392  */   content: "\f045";
/* 393  */ }
/* 394  */ .fa-check-square-o:before {
/* 395  */   content: "\f046";
/* 396  */ }
/* 397  */ .fa-arrows:before {
/* 398  */   content: "\f047";
/* 399  */ }
/* 400  */ .fa-step-backward:before {

/* font-awesome.css */

/* 401  */   content: "\f048";
/* 402  */ }
/* 403  */ .fa-fast-backward:before {
/* 404  */   content: "\f049";
/* 405  */ }
/* 406  */ .fa-backward:before {
/* 407  */   content: "\f04a";
/* 408  */ }
/* 409  */ .fa-play:before {
/* 410  */   content: "\f04b";
/* 411  */ }
/* 412  */ .fa-pause:before {
/* 413  */   content: "\f04c";
/* 414  */ }
/* 415  */ .fa-stop:before {
/* 416  */   content: "\f04d";
/* 417  */ }
/* 418  */ .fa-forward:before {
/* 419  */   content: "\f04e";
/* 420  */ }
/* 421  */ .fa-fast-forward:before {
/* 422  */   content: "\f050";
/* 423  */ }
/* 424  */ .fa-step-forward:before {
/* 425  */   content: "\f051";
/* 426  */ }
/* 427  */ .fa-eject:before {
/* 428  */   content: "\f052";
/* 429  */ }
/* 430  */ .fa-chevron-left:before {
/* 431  */   content: "\f053";
/* 432  */ }
/* 433  */ .fa-chevron-right:before {
/* 434  */   content: "\f054";
/* 435  */ }
/* 436  */ .fa-plus-circle:before {
/* 437  */   content: "\f055";
/* 438  */ }
/* 439  */ .fa-minus-circle:before {
/* 440  */   content: "\f056";
/* 441  */ }
/* 442  */ .fa-times-circle:before {
/* 443  */   content: "\f057";
/* 444  */ }
/* 445  */ .fa-check-circle:before {
/* 446  */   content: "\f058";
/* 447  */ }
/* 448  */ .fa-question-circle:before {
/* 449  */   content: "\f059";
/* 450  */ }

/* font-awesome.css */

/* 451  */ .fa-info-circle:before {
/* 452  */   content: "\f05a";
/* 453  */ }
/* 454  */ .fa-crosshairs:before {
/* 455  */   content: "\f05b";
/* 456  */ }
/* 457  */ .fa-times-circle-o:before {
/* 458  */   content: "\f05c";
/* 459  */ }
/* 460  */ .fa-check-circle-o:before {
/* 461  */   content: "\f05d";
/* 462  */ }
/* 463  */ .fa-ban:before {
/* 464  */   content: "\f05e";
/* 465  */ }
/* 466  */ .fa-arrow-left:before {
/* 467  */   content: "\f060";
/* 468  */ }
/* 469  */ .fa-arrow-right:before {
/* 470  */   content: "\f061";
/* 471  */ }
/* 472  */ .fa-arrow-up:before {
/* 473  */   content: "\f062";
/* 474  */ }
/* 475  */ .fa-arrow-down:before {
/* 476  */   content: "\f063";
/* 477  */ }
/* 478  */ .fa-mail-forward:before,
/* 479  */ .fa-share:before {
/* 480  */   content: "\f064";
/* 481  */ }
/* 482  */ .fa-expand:before {
/* 483  */   content: "\f065";
/* 484  */ }
/* 485  */ .fa-compress:before {
/* 486  */   content: "\f066";
/* 487  */ }
/* 488  */ .fa-plus:before {
/* 489  */   content: "\f067";
/* 490  */ }
/* 491  */ .fa-minus:before {
/* 492  */   content: "\f068";
/* 493  */ }
/* 494  */ .fa-asterisk:before {
/* 495  */   content: "\f069";
/* 496  */ }
/* 497  */ .fa-exclamation-circle:before {
/* 498  */   content: "\f06a";
/* 499  */ }
/* 500  */ .fa-gift:before {

/* font-awesome.css */

/* 501  */   content: "\f06b";
/* 502  */ }
/* 503  */ .fa-leaf:before {
/* 504  */   content: "\f06c";
/* 505  */ }
/* 506  */ .fa-fire:before {
/* 507  */   content: "\f06d";
/* 508  */ }
/* 509  */ .fa-eye:before {
/* 510  */   content: "\f06e";
/* 511  */ }
/* 512  */ .fa-eye-slash:before {
/* 513  */   content: "\f070";
/* 514  */ }
/* 515  */ .fa-warning:before,
/* 516  */ .fa-exclamation-triangle:before {
/* 517  */   content: "\f071";
/* 518  */ }
/* 519  */ .fa-plane:before {
/* 520  */   content: "\f072";
/* 521  */ }
/* 522  */ .fa-calendar:before {
/* 523  */   content: "\f073";
/* 524  */ }
/* 525  */ .fa-random:before {
/* 526  */   content: "\f074";
/* 527  */ }
/* 528  */ .fa-comment:before {
/* 529  */   content: "\f075";
/* 530  */ }
/* 531  */ .fa-magnet:before {
/* 532  */   content: "\f076";
/* 533  */ }
/* 534  */ .fa-chevron-up:before {
/* 535  */   content: "\f077";
/* 536  */ }
/* 537  */ .fa-chevron-down:before {
/* 538  */   content: "\f078";
/* 539  */ }
/* 540  */ .fa-retweet:before {
/* 541  */   content: "\f079";
/* 542  */ }
/* 543  */ .fa-shopping-cart:before {
/* 544  */   content: "\f07a";
/* 545  */ }
/* 546  */ .fa-folder:before {
/* 547  */   content: "\f07b";
/* 548  */ }
/* 549  */ .fa-folder-open:before {
/* 550  */   content: "\f07c";

/* font-awesome.css */

/* 551  */ }
/* 552  */ .fa-arrows-v:before {
/* 553  */   content: "\f07d";
/* 554  */ }
/* 555  */ .fa-arrows-h:before {
/* 556  */   content: "\f07e";
/* 557  */ }
/* 558  */ .fa-bar-chart-o:before {
/* 559  */   content: "\f080";
/* 560  */ }
/* 561  */ .fa-twitter-square:before {
/* 562  */   content: "\f081";
/* 563  */ }
/* 564  */ .fa-facebook-square:before {
/* 565  */   content: "\f082";
/* 566  */ }
/* 567  */ .fa-camera-retro:before {
/* 568  */   content: "\f083";
/* 569  */ }
/* 570  */ .fa-key:before {
/* 571  */   content: "\f084";
/* 572  */ }
/* 573  */ .fa-gears:before,
/* 574  */ .fa-cogs:before {
/* 575  */   content: "\f085";
/* 576  */ }
/* 577  */ .fa-comments:before {
/* 578  */   content: "\f086";
/* 579  */ }
/* 580  */ .fa-thumbs-o-up:before {
/* 581  */   content: "\f087";
/* 582  */ }
/* 583  */ .fa-thumbs-o-down:before {
/* 584  */   content: "\f088";
/* 585  */ }
/* 586  */ .fa-star-half:before {
/* 587  */   content: "\f089";
/* 588  */ }
/* 589  */ .fa-heart-o:before {
/* 590  */   content: "\f08a";
/* 591  */ }
/* 592  */ .fa-sign-out:before {
/* 593  */   content: "\f08b";
/* 594  */ }
/* 595  */ .fa-linkedin-square:before {
/* 596  */   content: "\f08c";
/* 597  */ }
/* 598  */ .fa-thumb-tack:before {
/* 599  */   content: "\f08d";
/* 600  */ }

/* font-awesome.css */

/* 601  */ .fa-external-link:before {
/* 602  */   content: "\f08e";
/* 603  */ }
/* 604  */ .fa-sign-in:before {
/* 605  */   content: "\f090";
/* 606  */ }
/* 607  */ .fa-trophy:before {
/* 608  */   content: "\f091";
/* 609  */ }
/* 610  */ .fa-github-square:before {
/* 611  */   content: "\f092";
/* 612  */ }
/* 613  */ .fa-upload:before {
/* 614  */   content: "\f093";
/* 615  */ }
/* 616  */ .fa-lemon-o:before {
/* 617  */   content: "\f094";
/* 618  */ }
/* 619  */ .fa-phone:before {
/* 620  */   content: "\f095";
/* 621  */ }
/* 622  */ .fa-square-o:before {
/* 623  */   content: "\f096";
/* 624  */ }
/* 625  */ .fa-bookmark-o:before {
/* 626  */   content: "\f097";
/* 627  */ }
/* 628  */ .fa-phone-square:before {
/* 629  */   content: "\f098";
/* 630  */ }
/* 631  */ .fa-twitter:before {
/* 632  */   content: "\f099";
/* 633  */ }
/* 634  */ .fa-facebook:before {
/* 635  */   content: "\f09a";
/* 636  */ }
/* 637  */ .fa-github:before {
/* 638  */   content: "\f09b";
/* 639  */ }
/* 640  */ .fa-unlock:before {
/* 641  */   content: "\f09c";
/* 642  */ }
/* 643  */ .fa-credit-card:before {
/* 644  */   content: "\f09d";
/* 645  */ }
/* 646  */ .fa-rss:before {
/* 647  */   content: "\f09e";
/* 648  */ }
/* 649  */ .fa-hdd-o:before {
/* 650  */   content: "\f0a0";

/* font-awesome.css */

/* 651  */ }
/* 652  */ .fa-bullhorn:before {
/* 653  */   content: "\f0a1";
/* 654  */ }
/* 655  */ .fa-bell:before {
/* 656  */   content: "\f0f3";
/* 657  */ }
/* 658  */ .fa-certificate:before {
/* 659  */   content: "\f0a3";
/* 660  */ }
/* 661  */ .fa-hand-o-right:before {
/* 662  */   content: "\f0a4";
/* 663  */ }
/* 664  */ .fa-hand-o-left:before {
/* 665  */   content: "\f0a5";
/* 666  */ }
/* 667  */ .fa-hand-o-up:before {
/* 668  */   content: "\f0a6";
/* 669  */ }
/* 670  */ .fa-hand-o-down:before {
/* 671  */   content: "\f0a7";
/* 672  */ }
/* 673  */ .fa-arrow-circle-left:before {
/* 674  */   content: "\f0a8";
/* 675  */ }
/* 676  */ .fa-arrow-circle-right:before {
/* 677  */   content: "\f0a9";
/* 678  */ }
/* 679  */ .fa-arrow-circle-up:before {
/* 680  */   content: "\f0aa";
/* 681  */ }
/* 682  */ .fa-arrow-circle-down:before {
/* 683  */   content: "\f0ab";
/* 684  */ }
/* 685  */ .fa-globe:before {
/* 686  */   content: "\f0ac";
/* 687  */ }
/* 688  */ .fa-wrench:before {
/* 689  */   content: "\f0ad";
/* 690  */ }
/* 691  */ .fa-tasks:before {
/* 692  */   content: "\f0ae";
/* 693  */ }
/* 694  */ .fa-filter:before {
/* 695  */   content: "\f0b0";
/* 696  */ }
/* 697  */ .fa-briefcase:before {
/* 698  */   content: "\f0b1";
/* 699  */ }
/* 700  */ .fa-arrows-alt:before {

/* font-awesome.css */

/* 701  */   content: "\f0b2";
/* 702  */ }
/* 703  */ .fa-group:before,
/* 704  */ .fa-users:before {
/* 705  */   content: "\f0c0";
/* 706  */ }
/* 707  */ .fa-chain:before,
/* 708  */ .fa-link:before {
/* 709  */   content: "\f0c1";
/* 710  */ }
/* 711  */ .fa-cloud:before {
/* 712  */   content: "\f0c2";
/* 713  */ }
/* 714  */ .fa-flask:before {
/* 715  */   content: "\f0c3";
/* 716  */ }
/* 717  */ .fa-cut:before,
/* 718  */ .fa-scissors:before {
/* 719  */   content: "\f0c4";
/* 720  */ }
/* 721  */ .fa-copy:before,
/* 722  */ .fa-files-o:before {
/* 723  */   content: "\f0c5";
/* 724  */ }
/* 725  */ .fa-paperclip:before {
/* 726  */   content: "\f0c6";
/* 727  */ }
/* 728  */ .fa-save:before,
/* 729  */ .fa-floppy-o:before {
/* 730  */   content: "\f0c7";
/* 731  */ }
/* 732  */ .fa-square:before {
/* 733  */   content: "\f0c8";
/* 734  */ }
/* 735  */ .fa-bars:before {
/* 736  */   content: "\f0c9";
/* 737  */ }
/* 738  */ .fa-list-ul:before {
/* 739  */   content: "\f0ca";
/* 740  */ }
/* 741  */ .fa-list-ol:before {
/* 742  */   content: "\f0cb";
/* 743  */ }
/* 744  */ .fa-strikethrough:before {
/* 745  */   content: "\f0cc";
/* 746  */ }
/* 747  */ .fa-underline:before {
/* 748  */   content: "\f0cd";
/* 749  */ }
/* 750  */ .fa-table:before {

/* font-awesome.css */

/* 751  */   content: "\f0ce";
/* 752  */ }
/* 753  */ .fa-magic:before {
/* 754  */   content: "\f0d0";
/* 755  */ }
/* 756  */ .fa-truck:before {
/* 757  */   content: "\f0d1";
/* 758  */ }
/* 759  */ .fa-pinterest:before {
/* 760  */   content: "\f0d2";
/* 761  */ }
/* 762  */ .fa-pinterest-square:before {
/* 763  */   content: "\f0d3";
/* 764  */ }
/* 765  */ .fa-google-plus-square:before {
/* 766  */   content: "\f0d4";
/* 767  */ }
/* 768  */ .fa-google-plus:before {
/* 769  */   content: "\f0d5";
/* 770  */ }
/* 771  */ .fa-money:before {
/* 772  */   content: "\f0d6";
/* 773  */ }
/* 774  */ .fa-caret-down:before {
/* 775  */   content: "\f0d7";
/* 776  */ }
/* 777  */ .fa-caret-up:before {
/* 778  */   content: "\f0d8";
/* 779  */ }
/* 780  */ .fa-caret-left:before {
/* 781  */   content: "\f0d9";
/* 782  */ }
/* 783  */ .fa-caret-right:before {
/* 784  */   content: "\f0da";
/* 785  */ }
/* 786  */ .fa-columns:before {
/* 787  */   content: "\f0db";
/* 788  */ }
/* 789  */ .fa-unsorted:before,
/* 790  */ .fa-sort:before {
/* 791  */   content: "\f0dc";
/* 792  */ }
/* 793  */ .fa-sort-down:before,
/* 794  */ .fa-sort-asc:before {
/* 795  */   content: "\f0dd";
/* 796  */ }
/* 797  */ .fa-sort-up:before,
/* 798  */ .fa-sort-desc:before {
/* 799  */   content: "\f0de";
/* 800  */ }

/* font-awesome.css */

/* 801  */ .fa-envelope:before {
/* 802  */   content: "\f0e0";
/* 803  */ }
/* 804  */ .fa-linkedin:before {
/* 805  */   content: "\f0e1";
/* 806  */ }
/* 807  */ .fa-rotate-left:before,
/* 808  */ .fa-undo:before {
/* 809  */   content: "\f0e2";
/* 810  */ }
/* 811  */ .fa-legal:before,
/* 812  */ .fa-gavel:before {
/* 813  */   content: "\f0e3";
/* 814  */ }
/* 815  */ .fa-dashboard:before,
/* 816  */ .fa-tachometer:before {
/* 817  */   content: "\f0e4";
/* 818  */ }
/* 819  */ .fa-comment-o:before {
/* 820  */   content: "\f0e5";
/* 821  */ }
/* 822  */ .fa-comments-o:before {
/* 823  */   content: "\f0e6";
/* 824  */ }
/* 825  */ .fa-flash:before,
/* 826  */ .fa-bolt:before {
/* 827  */   content: "\f0e7";
/* 828  */ }
/* 829  */ .fa-sitemap:before {
/* 830  */   content: "\f0e8";
/* 831  */ }
/* 832  */ .fa-umbrella:before {
/* 833  */   content: "\f0e9";
/* 834  */ }
/* 835  */ .fa-paste:before,
/* 836  */ .fa-clipboard:before {
/* 837  */   content: "\f0ea";
/* 838  */ }
/* 839  */ .fa-lightbulb-o:before {
/* 840  */   content: "\f0eb";
/* 841  */ }
/* 842  */ .fa-exchange:before {
/* 843  */   content: "\f0ec";
/* 844  */ }
/* 845  */ .fa-cloud-download:before {
/* 846  */   content: "\f0ed";
/* 847  */ }
/* 848  */ .fa-cloud-upload:before {
/* 849  */   content: "\f0ee";
/* 850  */ }

/* font-awesome.css */

/* 851  */ .fa-user-md:before {
/* 852  */   content: "\f0f0";
/* 853  */ }
/* 854  */ .fa-stethoscope:before {
/* 855  */   content: "\f0f1";
/* 856  */ }
/* 857  */ .fa-suitcase:before {
/* 858  */   content: "\f0f2";
/* 859  */ }
/* 860  */ .fa-bell-o:before {
/* 861  */   content: "\f0a2";
/* 862  */ }
/* 863  */ .fa-coffee:before {
/* 864  */   content: "\f0f4";
/* 865  */ }
/* 866  */ .fa-cutlery:before {
/* 867  */   content: "\f0f5";
/* 868  */ }
/* 869  */ .fa-file-text-o:before {
/* 870  */   content: "\f0f6";
/* 871  */ }
/* 872  */ .fa-building-o:before {
/* 873  */   content: "\f0f7";
/* 874  */ }
/* 875  */ .fa-hospital-o:before {
/* 876  */   content: "\f0f8";
/* 877  */ }
/* 878  */ .fa-ambulance:before {
/* 879  */   content: "\f0f9";
/* 880  */ }
/* 881  */ .fa-medkit:before {
/* 882  */   content: "\f0fa";
/* 883  */ }
/* 884  */ .fa-fighter-jet:before {
/* 885  */   content: "\f0fb";
/* 886  */ }
/* 887  */ .fa-beer:before {
/* 888  */   content: "\f0fc";
/* 889  */ }
/* 890  */ .fa-h-square:before {
/* 891  */   content: "\f0fd";
/* 892  */ }
/* 893  */ .fa-plus-square:before {
/* 894  */   content: "\f0fe";
/* 895  */ }
/* 896  */ .fa-angle-double-left:before {
/* 897  */   content: "\f100";
/* 898  */ }
/* 899  */ .fa-angle-double-right:before {
/* 900  */   content: "\f101";

/* font-awesome.css */

/* 901  */ }
/* 902  */ .fa-angle-double-up:before {
/* 903  */   content: "\f102";
/* 904  */ }
/* 905  */ .fa-angle-double-down:before {
/* 906  */   content: "\f103";
/* 907  */ }
/* 908  */ .fa-angle-left:before {
/* 909  */   content: "\f104";
/* 910  */ }
/* 911  */ .fa-angle-right:before {
/* 912  */   content: "\f105";
/* 913  */ }
/* 914  */ .fa-angle-up:before {
/* 915  */   content: "\f106";
/* 916  */ }
/* 917  */ .fa-angle-down:before {
/* 918  */   content: "\f107";
/* 919  */ }
/* 920  */ .fa-desktop:before {
/* 921  */   content: "\f108";
/* 922  */ }
/* 923  */ .fa-laptop:before {
/* 924  */   content: "\f109";
/* 925  */ }
/* 926  */ .fa-tablet:before {
/* 927  */   content: "\f10a";
/* 928  */ }
/* 929  */ .fa-mobile-phone:before,
/* 930  */ .fa-mobile:before {
/* 931  */   content: "\f10b";
/* 932  */ }
/* 933  */ .fa-circle-o:before {
/* 934  */   content: "\f10c";
/* 935  */ }
/* 936  */ .fa-quote-left:before {
/* 937  */   content: "\f10d";
/* 938  */ }
/* 939  */ .fa-quote-right:before {
/* 940  */   content: "\f10e";
/* 941  */ }
/* 942  */ .fa-spinner:before {
/* 943  */   content: "\f110";
/* 944  */ }
/* 945  */ .fa-circle:before {
/* 946  */   content: "\f111";
/* 947  */ }
/* 948  */ .fa-mail-reply:before,
/* 949  */ .fa-reply:before {
/* 950  */   content: "\f112";

/* font-awesome.css */

/* 951  */ }
/* 952  */ .fa-github-alt:before {
/* 953  */   content: "\f113";
/* 954  */ }
/* 955  */ .fa-folder-o:before {
/* 956  */   content: "\f114";
/* 957  */ }
/* 958  */ .fa-folder-open-o:before {
/* 959  */   content: "\f115";
/* 960  */ }
/* 961  */ .fa-smile-o:before {
/* 962  */   content: "\f118";
/* 963  */ }
/* 964  */ .fa-frown-o:before {
/* 965  */   content: "\f119";
/* 966  */ }
/* 967  */ .fa-meh-o:before {
/* 968  */   content: "\f11a";
/* 969  */ }
/* 970  */ .fa-gamepad:before {
/* 971  */   content: "\f11b";
/* 972  */ }
/* 973  */ .fa-keyboard-o:before {
/* 974  */   content: "\f11c";
/* 975  */ }
/* 976  */ .fa-flag-o:before {
/* 977  */   content: "\f11d";
/* 978  */ }
/* 979  */ .fa-flag-checkered:before {
/* 980  */   content: "\f11e";
/* 981  */ }
/* 982  */ .fa-terminal:before {
/* 983  */   content: "\f120";
/* 984  */ }
/* 985  */ .fa-code:before {
/* 986  */   content: "\f121";
/* 987  */ }
/* 988  */ .fa-reply-all:before {
/* 989  */   content: "\f122";
/* 990  */ }
/* 991  */ .fa-mail-reply-all:before {
/* 992  */   content: "\f122";
/* 993  */ }
/* 994  */ .fa-star-half-empty:before,
/* 995  */ .fa-star-half-full:before,
/* 996  */ .fa-star-half-o:before {
/* 997  */   content: "\f123";
/* 998  */ }
/* 999  */ .fa-location-arrow:before {
/* 1000 */   content: "\f124";

/* font-awesome.css */

/* 1001 */ }
/* 1002 */ .fa-crop:before {
/* 1003 */   content: "\f125";
/* 1004 */ }
/* 1005 */ .fa-code-fork:before {
/* 1006 */   content: "\f126";
/* 1007 */ }
/* 1008 */ .fa-unlink:before,
/* 1009 */ .fa-chain-broken:before {
/* 1010 */   content: "\f127";
/* 1011 */ }
/* 1012 */ .fa-question:before {
/* 1013 */   content: "\f128";
/* 1014 */ }
/* 1015 */ .fa-info:before {
/* 1016 */   content: "\f129";
/* 1017 */ }
/* 1018 */ .fa-exclamation:before {
/* 1019 */   content: "\f12a";
/* 1020 */ }
/* 1021 */ .fa-superscript:before {
/* 1022 */   content: "\f12b";
/* 1023 */ }
/* 1024 */ .fa-subscript:before {
/* 1025 */   content: "\f12c";
/* 1026 */ }
/* 1027 */ .fa-eraser:before {
/* 1028 */   content: "\f12d";
/* 1029 */ }
/* 1030 */ .fa-puzzle-piece:before {
/* 1031 */   content: "\f12e";
/* 1032 */ }
/* 1033 */ .fa-microphone:before {
/* 1034 */   content: "\f130";
/* 1035 */ }
/* 1036 */ .fa-microphone-slash:before {
/* 1037 */   content: "\f131";
/* 1038 */ }
/* 1039 */ .fa-shield:before {
/* 1040 */   content: "\f132";
/* 1041 */ }
/* 1042 */ .fa-calendar-o:before {
/* 1043 */   content: "\f133";
/* 1044 */ }
/* 1045 */ .fa-fire-extinguisher:before {
/* 1046 */   content: "\f134";
/* 1047 */ }
/* 1048 */ .fa-rocket:before {
/* 1049 */   content: "\f135";
/* 1050 */ }

/* font-awesome.css */

/* 1051 */ .fa-maxcdn:before {
/* 1052 */   content: "\f136";
/* 1053 */ }
/* 1054 */ .fa-chevron-circle-left:before {
/* 1055 */   content: "\f137";
/* 1056 */ }
/* 1057 */ .fa-chevron-circle-right:before {
/* 1058 */   content: "\f138";
/* 1059 */ }
/* 1060 */ .fa-chevron-circle-up:before {
/* 1061 */   content: "\f139";
/* 1062 */ }
/* 1063 */ .fa-chevron-circle-down:before {
/* 1064 */   content: "\f13a";
/* 1065 */ }
/* 1066 */ .fa-html5:before {
/* 1067 */   content: "\f13b";
/* 1068 */ }
/* 1069 */ .fa-css3:before {
/* 1070 */   content: "\f13c";
/* 1071 */ }
/* 1072 */ .fa-anchor:before {
/* 1073 */   content: "\f13d";
/* 1074 */ }
/* 1075 */ .fa-unlock-alt:before {
/* 1076 */   content: "\f13e";
/* 1077 */ }
/* 1078 */ .fa-bullseye:before {
/* 1079 */   content: "\f140";
/* 1080 */ }
/* 1081 */ .fa-ellipsis-h:before {
/* 1082 */   content: "\f141";
/* 1083 */ }
/* 1084 */ .fa-ellipsis-v:before {
/* 1085 */   content: "\f142";
/* 1086 */ }
/* 1087 */ .fa-rss-square:before {
/* 1088 */   content: "\f143";
/* 1089 */ }
/* 1090 */ .fa-play-circle:before {
/* 1091 */   content: "\f144";
/* 1092 */ }
/* 1093 */ .fa-ticket:before {
/* 1094 */   content: "\f145";
/* 1095 */ }
/* 1096 */ .fa-minus-square:before {
/* 1097 */   content: "\f146";
/* 1098 */ }
/* 1099 */ .fa-minus-square-o:before {
/* 1100 */   content: "\f147";

/* font-awesome.css */

/* 1101 */ }
/* 1102 */ .fa-level-up:before {
/* 1103 */   content: "\f148";
/* 1104 */ }
/* 1105 */ .fa-level-down:before {
/* 1106 */   content: "\f149";
/* 1107 */ }
/* 1108 */ .fa-check-square:before {
/* 1109 */   content: "\f14a";
/* 1110 */ }
/* 1111 */ .fa-pencil-square:before {
/* 1112 */   content: "\f14b";
/* 1113 */ }
/* 1114 */ .fa-external-link-square:before {
/* 1115 */   content: "\f14c";
/* 1116 */ }
/* 1117 */ .fa-share-square:before {
/* 1118 */   content: "\f14d";
/* 1119 */ }
/* 1120 */ .fa-compass:before {
/* 1121 */   content: "\f14e";
/* 1122 */ }
/* 1123 */ .fa-toggle-down:before,
/* 1124 */ .fa-caret-square-o-down:before {
/* 1125 */   content: "\f150";
/* 1126 */ }
/* 1127 */ .fa-toggle-up:before,
/* 1128 */ .fa-caret-square-o-up:before {
/* 1129 */   content: "\f151";
/* 1130 */ }
/* 1131 */ .fa-toggle-right:before,
/* 1132 */ .fa-caret-square-o-right:before {
/* 1133 */   content: "\f152";
/* 1134 */ }
/* 1135 */ .fa-euro:before,
/* 1136 */ .fa-eur:before {
/* 1137 */   content: "\f153";
/* 1138 */ }
/* 1139 */ .fa-gbp:before {
/* 1140 */   content: "\f154";
/* 1141 */ }
/* 1142 */ .fa-dollar:before,
/* 1143 */ .fa-usd:before {
/* 1144 */   content: "\f155";
/* 1145 */ }
/* 1146 */ .fa-rupee:before,
/* 1147 */ .fa-inr:before {
/* 1148 */   content: "\f156";
/* 1149 */ }
/* 1150 */ .fa-cny:before,

/* font-awesome.css */

/* 1151 */ .fa-rmb:before,
/* 1152 */ .fa-yen:before,
/* 1153 */ .fa-jpy:before {
/* 1154 */   content: "\f157";
/* 1155 */ }
/* 1156 */ .fa-ruble:before,
/* 1157 */ .fa-rouble:before,
/* 1158 */ .fa-rub:before {
/* 1159 */   content: "\f158";
/* 1160 */ }
/* 1161 */ .fa-won:before,
/* 1162 */ .fa-krw:before {
/* 1163 */   content: "\f159";
/* 1164 */ }
/* 1165 */ .fa-bitcoin:before,
/* 1166 */ .fa-btc:before {
/* 1167 */   content: "\f15a";
/* 1168 */ }
/* 1169 */ .fa-file:before {
/* 1170 */   content: "\f15b";
/* 1171 */ }
/* 1172 */ .fa-file-text:before {
/* 1173 */   content: "\f15c";
/* 1174 */ }
/* 1175 */ .fa-sort-alpha-asc:before {
/* 1176 */   content: "\f15d";
/* 1177 */ }
/* 1178 */ .fa-sort-alpha-desc:before {
/* 1179 */   content: "\f15e";
/* 1180 */ }
/* 1181 */ .fa-sort-amount-asc:before {
/* 1182 */   content: "\f160";
/* 1183 */ }
/* 1184 */ .fa-sort-amount-desc:before {
/* 1185 */   content: "\f161";
/* 1186 */ }
/* 1187 */ .fa-sort-numeric-asc:before {
/* 1188 */   content: "\f162";
/* 1189 */ }
/* 1190 */ .fa-sort-numeric-desc:before {
/* 1191 */   content: "\f163";
/* 1192 */ }
/* 1193 */ .fa-thumbs-up:before {
/* 1194 */   content: "\f164";
/* 1195 */ }
/* 1196 */ .fa-thumbs-down:before {
/* 1197 */   content: "\f165";
/* 1198 */ }
/* 1199 */ .fa-youtube-square:before {
/* 1200 */   content: "\f166";

/* font-awesome.css */

/* 1201 */ }
/* 1202 */ .fa-youtube:before {
/* 1203 */   content: "\f167";
/* 1204 */ }
/* 1205 */ .fa-xing:before {
/* 1206 */   content: "\f168";
/* 1207 */ }
/* 1208 */ .fa-xing-square:before {
/* 1209 */   content: "\f169";
/* 1210 */ }
/* 1211 */ .fa-youtube-play:before {
/* 1212 */   content: "\f16a";
/* 1213 */ }
/* 1214 */ .fa-dropbox:before {
/* 1215 */   content: "\f16b";
/* 1216 */ }
/* 1217 */ .fa-stack-overflow:before {
/* 1218 */   content: "\f16c";
/* 1219 */ }
/* 1220 */ .fa-instagram:before {
/* 1221 */   content: "\f16d";
/* 1222 */ }
/* 1223 */ .fa-flickr:before {
/* 1224 */   content: "\f16e";
/* 1225 */ }
/* 1226 */ .fa-adn:before {
/* 1227 */   content: "\f170";
/* 1228 */ }
/* 1229 */ .fa-bitbucket:before {
/* 1230 */   content: "\f171";
/* 1231 */ }
/* 1232 */ .fa-bitbucket-square:before {
/* 1233 */   content: "\f172";
/* 1234 */ }
/* 1235 */ .fa-tumblr:before {
/* 1236 */   content: "\f173";
/* 1237 */ }
/* 1238 */ .fa-tumblr-square:before {
/* 1239 */   content: "\f174";
/* 1240 */ }
/* 1241 */ .fa-long-arrow-down:before {
/* 1242 */   content: "\f175";
/* 1243 */ }
/* 1244 */ .fa-long-arrow-up:before {
/* 1245 */   content: "\f176";
/* 1246 */ }
/* 1247 */ .fa-long-arrow-left:before {
/* 1248 */   content: "\f177";
/* 1249 */ }
/* 1250 */ .fa-long-arrow-right:before {

/* font-awesome.css */

/* 1251 */   content: "\f178";
/* 1252 */ }
/* 1253 */ .fa-apple:before {
/* 1254 */   content: "\f179";
/* 1255 */ }
/* 1256 */ .fa-windows:before {
/* 1257 */   content: "\f17a";
/* 1258 */ }
/* 1259 */ .fa-android:before {
/* 1260 */   content: "\f17b";
/* 1261 */ }
/* 1262 */ .fa-linux:before {
/* 1263 */   content: "\f17c";
/* 1264 */ }
/* 1265 */ .fa-dribbble:before {
/* 1266 */   content: "\f17d";
/* 1267 */ }
/* 1268 */ .fa-skype:before {
/* 1269 */   content: "\f17e";
/* 1270 */ }
/* 1271 */ .fa-foursquare:before {
/* 1272 */   content: "\f180";
/* 1273 */ }
/* 1274 */ .fa-trello:before {
/* 1275 */   content: "\f181";
/* 1276 */ }
/* 1277 */ .fa-female:before {
/* 1278 */   content: "\f182";
/* 1279 */ }
/* 1280 */ .fa-male:before {
/* 1281 */   content: "\f183";
/* 1282 */ }
/* 1283 */ .fa-gittip:before {
/* 1284 */   content: "\f184";
/* 1285 */ }
/* 1286 */ .fa-sun-o:before {
/* 1287 */   content: "\f185";
/* 1288 */ }
/* 1289 */ .fa-moon-o:before {
/* 1290 */   content: "\f186";
/* 1291 */ }
/* 1292 */ .fa-archive:before {
/* 1293 */   content: "\f187";
/* 1294 */ }
/* 1295 */ .fa-bug:before {
/* 1296 */   content: "\f188";
/* 1297 */ }
/* 1298 */ .fa-vk:before {
/* 1299 */   content: "\f189";
/* 1300 */ }

/* font-awesome.css */

/* 1301 */ .fa-weibo:before {
/* 1302 */   content: "\f18a";
/* 1303 */ }
/* 1304 */ .fa-renren:before {
/* 1305 */   content: "\f18b";
/* 1306 */ }
/* 1307 */ .fa-pagelines:before {
/* 1308 */   content: "\f18c";
/* 1309 */ }
/* 1310 */ .fa-stack-exchange:before {
/* 1311 */   content: "\f18d";
/* 1312 */ }
/* 1313 */ .fa-arrow-circle-o-right:before {
/* 1314 */   content: "\f18e";
/* 1315 */ }
/* 1316 */ .fa-arrow-circle-o-left:before {
/* 1317 */   content: "\f190";
/* 1318 */ }
/* 1319 */ .fa-toggle-left:before,
/* 1320 */ .fa-caret-square-o-left:before {
/* 1321 */   content: "\f191";
/* 1322 */ }
/* 1323 */ .fa-dot-circle-o:before {
/* 1324 */   content: "\f192";
/* 1325 */ }
/* 1326 */ .fa-wheelchair:before {
/* 1327 */   content: "\f193";
/* 1328 */ }
/* 1329 */ .fa-vimeo-square:before {
/* 1330 */   content: "\f194";
/* 1331 */ }
/* 1332 */ .fa-turkish-lira:before,
/* 1333 */ .fa-try:before {
/* 1334 */   content: "\f195";
/* 1335 */ }
/* 1336 */ .fa-plus-square-o:before {
/* 1337 */   content: "\f196";
/* 1338 */ }
/* 1339 */ 

/* superfish.css */

/* 1   */ /*** ESSENTIAL STYLES ***/
/* 2   */ .sf-menu, .sf-menu * {
/* 3   */ 	margin: 0;
/* 4   */ 	padding: 0;
/* 5   */ 	list-style: none;
/* 6   */ }
/* 7   */ .sf-menu li {
/* 8   */ 	position: relative;
/* 9   */ }
/* 10  */ .sf-menu ul {
/* 11  */ 	position: absolute;
/* 12  */ 	display: none;
/* 13  */ 	top: 100%;
/* 14  */ 	left: 0;
/* 15  */ 	z-index: 99;
/* 16  */ }
/* 17  */ .sf-menu > li {
/* 18  */ 	float: left;
/* 19  */ }
/* 20  */ .sf-menu li:hover > ul,
/* 21  */ .sf-menu li.sfHover > ul {
/* 22  */ 	display: block;
/* 23  */ }
/* 24  */ 
/* 25  */ .sf-menu a {
/* 26  */ 	display: block;
/* 27  */ 	position: relative;
/* 28  */ }
/* 29  */ .sf-menu ul ul {
/* 30  */ 	top: 0;
/* 31  */ 	left: 100%;
/* 32  */ }
/* 33  */ 
/* 34  */ 
/* 35  */ /*** DEMO SKIN ***/
/* 36  */ .sf-menu {
/* 37  */ 	float: left;
/* 38  */ 	margin-bottom: 1em;
/* 39  */ }
/* 40  */ .sf-menu ul {
/* 41  */ 	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
/* 42  */ 	min-width: 12em; /* allow long menu items to determine submenu width */
/* 43  */ 	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
/* 44  */ }
/* 45  */ .sf-menu a {
/* 46  */ 	border-left: 1px solid #fff;
/* 47  */ 	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
/* 48  */ 	border-top: 1px solid rgba(255,255,255,.5);
/* 49  */ 	padding: .75em 1em;
/* 50  */ 	text-decoration: none;

/* superfish.css */

/* 51  */ 	zoom: 1; /* IE7 */
/* 52  */ }
/* 53  */ .sf-menu a {
/* 54  */ 	color: #13a;
/* 55  */ }
/* 56  */ .sf-menu li {
/* 57  */ 	background: #BDD2FF;
/* 58  */ 	white-space: nowrap; /* no need for Supersubs plugin */
/* 59  */ 	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
/* 60  */ 	-webkit-transition: background .2s;
/* 61  */ 	transition: background .2s;
/* 62  */ }
/* 63  */ .sf-menu ul li {
/* 64  */ 	background: #AABDE6;
/* 65  */ }
/* 66  */ .sf-menu ul ul li {
/* 67  */ 	background: #9AAEDB;
/* 68  */ }
/* 69  */ .sf-menu li:hover,
/* 70  */ .sf-menu li.sfHover {
/* 71  */ 	background: #CFDEFF;
/* 72  */ 	/* only transition out, not in */
/* 73  */ 	-webkit-transition: none;
/* 74  */ 	transition: none;
/* 75  */ }
/* 76  */ 
/* 77  */ /*** arrows (for all except IE7) **/
/* 78  */ .sf-arrows .sf-with-ul {
/* 79  */ 	padding-right: 2.5em;
/* 80  */ 	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
/* 81  */ }
/* 82  */ /* styling for both css and generated arrows */
/* 83  */ #sidebar .sf-arrows .sf-with-ul:after {
/* 84  */ 	content: '';
/* 85  */ 	position: absolute;
/* 86  */ 	top: 50%;
/* 87  */ 	right: 10px;
/* 88  */ 	margin-top: -10px;
/* 89  */ 	height: 13px;
/* 90  */ 	width: 7px;
/* 91  */ 	/* order of following 3 rules important for fallbacks to work */
/* 92  */ 	border: 5px solid transparent;
/* 93  */ 	border-top-color: white; /* edit this to suit design (no rgba in IE8) */
/* 94  */ 	border-top-color: rgba(255,255,255,.5);
/* 95  */ 	background:url(http://celebsea.com/wp-content/themes/musica/images/background/menu-arrow.png) no-repeat right center;
/* 96  */ }
/* 97  */ #sidebar .sf-arrows > li > .sf-with-ul:focus:after,
/* 98  */ #sidebar .sf-arrows > li:hover > .sf-with-ul:after,
/* 99  */ #sidebar .sf-arrows > .sfHover > .sf-with-ul:after {
/* 100 */ 	border-top-color: white; /* IE8 fallback colour */

/* superfish.css */

/* 101 */ }
/* 102 */ /* styling for right-facing arrows */
/* 103 */ #sidebar .sf-arrows ul .sf-with-ul:after {
/* 104 */ 	margin-top: -5px;
/* 105 */ 	margin-right: -3px;
/* 106 */ 	border-color: transparent;
/* 107 */ 	border-left-color: white; /* edit this to suit design (no rgba in IE8) */
/* 108 */ 	border-top-color: rgba(255,255,255,.5);
/* 109 */ }
/* 110 */ #sidebar .sf-arrows ul li > .sf-with-ul:focus:after,
/* 111 */ #sidebar .sf-arrows ul li:hover > .sf-with-ul:after,
/* 112 */ #sidebar .sf-arrows ul .sfHover > .sf-with-ul:after {
/* 113 */ 	border-left-color: white;
/* 114 */ }
/* 115 */ 
/* 116 */ .sf-arrows .sf-with-ul:after {
/* 117 */ 	content: '';
/* 118 */ 	position: absolute;
/* 119 */ 	top: 50%;
/* 120 */ 	right: 20px;
/* 121 */ 	margin-top: -3px;
/* 122 */ 	height: 0;
/* 123 */ 	width: 0;
/* 124 */ 	/* order of following 3 rules important for fallbacks to work */
/* 125 */ 	border: 5px solid transparent;
/* 126 */ 	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
/* 127 */ 	border-top-color: rgba(255,255,255,.5);
/* 128 */ }
/* 129 */ .sf-arrows > li > .sf-with-ul:focus:after,
/* 130 */ .sf-arrows > li:hover > .sf-with-ul:after,
/* 131 */ .sf-arrows > .sfHover > .sf-with-ul:after {
/* 132 */ 	border-top-color: white; /* IE8 fallback colour */
/* 133 */ }
/* 134 */ /* styling for right-facing arrows */
/* 135 */ .sf-arrows ul .sf-with-ul:after {
/* 136 */ 	margin-top: -5px;
/* 137 */ 	margin-right: -3px;
/* 138 */ 	border-color: transparent;
/* 139 */ 	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
/* 140 */ 	border-left-color: rgba(255,255,255,.5);
/* 141 */ }
/* 142 */ .sf-arrows ul li > .sf-with-ul:focus:after,
/* 143 */ .sf-arrows ul li:hover > .sf-with-ul:after,
/* 144 */ .sf-arrows ul .sfHover > .sf-with-ul:after {
/* 145 */ 	border-left-color: white;
/* 146 */ }
/* 147 */ 

/* awesome-weather.css */

/* 1   */ @import url(//fonts.googleapis.com/css?family=Open+Sans:400,300);
/* 2   */ 
/* 3   */ .awecf:before, .awecf:after { content: " "; display: table; }
/* 4   */ .awecf:after { clear: both; }
/* 5   */ .awecf { *zoom: 1; }
/* 6   */ 
/* 7   */ .awesome-weather-wrap {
/* 8   */ 	background: #333;
/* 9   */ 	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
/* 10  */     -webkit-transition: background 0.5s ease-in;
/* 11  */     -moz-transition: background 0.5s ease-in;
/* 12  */     -o-transition: background 0.5s ease-in;
/* 13  */     transition: background 0.5s ease-in;
/* 14  */     color: #fff;
/* 15  */     font-family: 'Open Sans', sans-serif;
/* 16  */     font-weight: 400;
/* 17  */     font-size: 14px;
/* 18  */     line-height: 14px;
/* 19  */     clear: both;
/* 20  */     max-width: 400px;
/* 21  */     margin: 0 auto;
/* 22  */ }
/* 23  */ 
/* 24  */ .awesome-weather-wrap.darken { 
/* 25  */ 	text-shadow: 0 1px 1px rgba(0,0,0,0.9);
/* 26  */ }
/* 27  */ 
/* 28  */ .awesome-weather-wrap.temp1 { background: #43adff; }
/* 29  */ .awesome-weather-wrap.temp2 { background: #629BE0; }
/* 30  */ .awesome-weather-wrap.temp3 { background: #8289C1; }
/* 31  */ .awesome-weather-wrap.temp4 { background: #A178A3; }
/* 32  */ .awesome-weather-wrap.temp5 { background: #C06684; }
/* 33  */ .awesome-weather-wrap.temp6 { background: #E05465; }
/* 34  */ .awesome-weather-wrap.temp7 { background: #ff4246; }
/* 35  */ .awesome-weather-wrap.temp8 { background: #f9f9f9; }
/* 36  */ 
/* 37  */ .awesome-weather-cover { width: 100%; height: 100%; background-size: cover; }
/* 38  */ .awesome-weather-darken { width: 100%; height: 100%; background: rgba(0,0,0,0.3); }
/* 39  */ 
/* 40  */ .awesome-weather-header {
/* 41  */ 	float: left;
/* 42  */ 	text-align: center;
/* 43  */ 	text-shadow:none;
/* 44  */ 	font-size: 13px;
/* 45  */ 	color: #666;
/* 46  */ 	margin: 8px 10px 0 0;
/* 47  */ }
/* 48  */ .awesome-weather-wrap.darken .awesome-weather-header { background: rgba(0,0,0,0.2); }
/* 49  */ 
/* 50  */ 

/* awesome-weather.css */

/* 51  */ .awesome-weather-current-temp {
/* 52  */ 	float: left;
/* 53  */ 	font-size: 24px;
/* 54  */ 	line-height: 1em;
/* 55  */ 	font-family:Arial, Helvetica, sans-serif;
/* 56  */ 	color:#666;
/* 57  */ 	text-shadow: none;
/* 58  */ 	background: url(../../../themes/musica/images/icons/weather-icon.png) no-repeat right 0;
/* 59  */ 	padding-right: 35px;
/* 60  */ }
/* 61  */ 
/* 62  */ .awesome-weather-current-temp sup { font-size: 14px; top: -0.5em; padding-left: 3px; color: #666; font-family:Arial, Helvetica, sans-serif; }
/* 63  */ 
/* 64  */ .awesome-weather-todays-stats {
/* 65  */ 	float: right;
/* 66  */ 	text-align: right;
/* 67  */ 	padding: 14px 5%;
/* 68  */ 	line-height: 1.4em;
/* 69  */ 	width: 50%;
/* 70  */ }
/* 71  */ 
/* 72  */ .awesome-weather-forecast { 
/* 73  */ 	border-top: solid 1px rgba(255,255,255,0.5);
/* 74  */ 	width: 90%; 
/* 75  */ 	margin: 20px auto;
/* 76  */ 	padding-top: 20px;
/* 77  */ 	clear: both; 
/* 78  */ }
/* 79  */ 
/* 80  */ .awesome-weather-forecast-day {
/* 81  */ 	width: 18%;
/* 82  */ 	margin: 0 1%;
/* 83  */ 	float: left;
/* 84  */ 	text-align: center;
/* 85  */ 	font-weight: 400;
/* 86  */ }
/* 87  */ 
/* 88  */ .awe_days_2 .awesome-weather-forecast-day { width: 48%; }
/* 89  */ .awe_days_3 .awesome-weather-forecast-day { width: 31%; }
/* 90  */ .awe_days_4 .awesome-weather-forecast-day { width: 23%; }
/* 91  */ 
/* 92  */ .awesome-weather-forecast-day-temp { font-size: 1.8em; font-weight: 400; }
/* 93  */ .awesome-weather-forecast-day-temp sup { font-size: 0.6em; padding-left: 2px; }
/* 94  */ .awesome-weather-forecast-day-abbr { text-transform: uppercase; font-size: 0.8em; margin-top: 5px; padding-right: 4px;  }
/* 95  */ 
/* 96  */ .awe_tall .awesome-weather-current-temp,
/* 97  */ .awe_tall .awesome-weather-todays-stats,
/* 98  */ .awe_without_stats .awesome-weather-current-temp { float: left; }
/* 99  */ .awe_tall .awesome-weather-todays-stats { padding: 0 5%; }
/* 100 */ 

/* awesome-weather.css */

/* 101 */ .awe_without_stats .awesome-weather-forecast { margin-top: 0; }
/* 102 */ 
/* 103 */ #sidebar .awe_wide .awesome-weather-current-temp,
/* 104 */ #secondary .awe_wide .awesome-weather-current-temp { font-size: 50px; }
/* 105 */ 
/* 106 */ #sidebar .awe_wide .awesome-weather-current-temp sup,
/* 107 */ #secondary .awe_wide .awesome-weather-current-temp sup { font-size: 18px; }
/* 108 */ 
/* 109 */ #sidebar .awe_wide .awesome-weather-todays-stats,
/* 110 */ #secondary .awe_wide .awesome-weather-todays-stats { font-size: 12px; }
/* 111 */ 
/* 112 */ 
/* 113 */ .awesome-weather-more-weather-link { padding: 5px; text-align: center; }
/* 114 */ .awesome-weather-more-weather-link a { color: #fff !important; text-decoration: none !important; font-size: 0.8em; }
/* 115 */ 

/* flexslider.css */

/* 1   */ /*
/* 2   *|  * jQuery FlexSlider v2.0
/* 3   *|  * http://www.woothemes.com/flexslider/
/* 4   *|  *
/* 5   *|  * Copyright 2012 WooThemes
/* 6   *|  * Free to use under the GPLv2 license.
/* 7   *|  * http://www.gnu.org/licenses/gpl-2.0.html
/* 8   *|  *
/* 9   *|  * Contributing author: Tyler Smith (@mbmufffin)
/* 10  *|  */
/* 11  */ 
/* 12  */  
/* 13  */ /* Browser Resets */
/* 14  */ .flex-container a:active,
/* 15  */ .flexslider a:active,
/* 16  */ .flex-container a:focus,
/* 17  */ .flexslider a:focus  {outline: none;}
/* 18  */ .slides,
/* 19  */ .flex-control-nav,
/* 20  */ .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* 21  */ 
/* 22  */ /* FlexSlider Necessary Styles
/* 23  *| *********************************/ 
/* 24  */ .flexslider {margin: 0; padding: 0;}
/* 25  */ .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/* 26  */ .flexslider .slides img {width: 100%; display: block;}
/* 27  */ .flex-pauseplay span {text-transform: capitalize;}
/* 28  */ 
/* 29  */ /* Clearfix for the .slides element */
/* 30  */ .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
/* 31  */ html[xmlns] .slides {display: block;} 
/* 32  */ * html .slides {height: 1%;}
/* 33  */ 
/* 34  */ /* No JavaScript Fallback */
/* 35  */ /* If you are not using another script, such as Modernizr, make sure you
/* 36  *|  * include js that eliminates this class on page load */
/* 37  */ .no-js .slides > li:first-child {display: block;}
/* 38  */ 
/* 39  */ 
/* 40  */ /* FlexSlider Default Theme
/* 41  *| *********************************/
/* 42  */ .flexslider {margin: 0 0 60px; background: #transparent; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
/* 43  */ .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
/* 44  */ 
/* 45  */ .flexslider .slides {zoom: 1;}
/* 46  */ 
/* 47  */ .carousel li {margin-right: 5px}
/* 48  */ 
/* 49  */ 
/* 50  */ /* Direction Nav */

/* flexslider.css */

/* 51  */ .flex-direction-nav {*height: 0;}
/* 52  */ .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://celebsea.com/wp-content/themes/musica/css/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
/* 53  */ .flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
/* 54  */ .flex-direction-nav .flex-prev {left: -36px;}
/* 55  */ .flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
/* 56  */ .flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
/* 57  */ .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
/* 58  */ .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* 59  */ 
/* 60  */ /* Control Nav */
/* 61  */ .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
/* 62  */ .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
/* 63  */ .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
/* 64  */ .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
/* 65  */ .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
/* 66  */ 
/* 67  */ .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
/* 68  */ .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
/* 69  */ .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
/* 70  */ .flex-control-thumbs img:hover {opacity: 1;}
/* 71  */ .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/* 72  */ 
/* 73  */ @media screen and (max-width: 860px) {
/* 74  */   .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
/* 75  */   .flex-direction-nav .flex-next {opacity: 1; right: 0;}
/* 76  */ }
/* 77  */ 
/* 78  */ .home-slider,
/* 79  */ .kp-post-slider,
/* 80  */ .kp-gallery-slider,
/* 81  */ .kp-gallery-carousel,
/* 82  */ .kp-featured-news-slider {
/* 83  */ 	border-radius: 0;
/* 84  */ 	border: none;
/* 85  */ 	box-shadow: none;
/* 86  */ 	margin: 0;
/* 87  */ }
/* 88  */ .home-slider .flex-direction-nav,
/* 89  */ .kp-gallery-slider .flex-direction-nav,
/* 90  */ .kp-gallery-carousel .flex-direction-nav,
/* 91  */ .kp-featured-news-slider .flex-direction-nav {
/* 92  */ 	display: none;
/* 93  */ }
/* 94  */ .home-slider .flex-direction-nav li {
/* 95  */ 	margin:0;
/* 96  */ }
/* 97  */ .home-slider .flex-control-nav {
/* 98  */ 	bottom: 20px;
/* 99  */ 	width: auto;
/* 100 */ 	right: 20px;

/* flexslider.css */

/* 101 */ 	height: 11px;
/* 102 */ }
/* 103 */ .kp-post-slider .flex-control-nav {
/* 104 */ 	display: none;
/* 105 */ }
/* 106 */ .home-slider ul li article {
/* 107 */ 	position: relative;
/* 108 */ }
/* 109 */ .home-slider .flex-caption {
/* 110 */ 	position: absolute;
/* 111 */ 	left: 0;
/* 112 */ 	bottom: 20px;
/* 113 */ 	padding: 15px 20px 5px;
/* 114 */ 	width: 565px;
/* 115 */ 	background-color: rgba(0,0,0,.7);
/* 116 */ 	color: #feffff;
/* 117 */ 	font-size: 13px;
/* 118 */ }
/* 119 */ .home-slider .flex-caption h3 {
/* 120 */ 	font-size: 22px;
/* 121 */ 	margin: 0 0 10px;
/* 122 */ }
/* 123 */ .home-slider .flex-caption h3 a {
/* 124 */ 	color: #feffff;
/* 125 */ }
/* 126 */ .home-slider .flex-caption p {
/* 127 */ 	font-size:13px;
/* 128 */ 	font-family: 'Open Sans',sans-serif;
/* 129 */ }
/* 130 */ .home-slider .flex-control-nav li,
/* 131 */ .kp-post-slider .flex-control-nav li {
/* 132 */ 	margin: 0 3px;
/* 133 */ }
/* 134 */ .home-slider .flex-control-paging li a,
/* 135 */ .kp-post-slider .flex-control-paging li a {
/* 136 */ 	background-color: #fff;
/* 137 */ 	box-shadow: none;
/* 138 */ }
/* 139 */ .home-slider .flex-control-paging li a.flex-active,
/* 140 */ .kp-post-slider .flex-control-paging li a.flex-active {
/* 141 */ 	background-color: #1e7fd1;
/* 142 */ }
/* 143 */ 
/* 144 */ .kp-post-slider .flex-control-paging li a {
/* 145 */ 	width: 8px;
/* 146 */ 	height: 8px;
/* 147 */ }
/* 148 */ 
/* 149 */ .kp-post-slider .flex-direction-nav li {
/* 150 */ 	list-style: none;

/* flexslider.css */

/* 151 */ 	margin: 0;
/* 152 */ }
/* 153 */ .kp-post-slider .flex-direction-nav li a {
/* 154 */ 	position: absolute;
/* 155 */ 	top: 58%;
/* 156 */ 	display: block;
/* 157 */ 	background-repeat: no-repeat;
/* 158 */ 	background-position: 0 0;
/* 159 */ 	width: 15px;
/* 160 */ 	height: 22px;
/* 161 */ 	opacity:1;
/* 162 */ 	filter: alpha(opacity=100);
/* 163 */ }
/* 164 */ .kopa-blog-page .kp-post-slider .flex-direction-nav li a {	
/* 165 */ 	top: 52%;
/* 166 */ }
/* 167 */ .flex-direction-nav .flex-prev {
/* 168 */ 	background-image: url("../../../themes/musica/images/slider/carousel-prev.png");
/* 169 */ 	left: 10px !important;
/* 170 */ }
/* 171 */ .flex-direction-nav .flex-next {
/* 172 */ 	background-image: url(../../../themes/musica/images/slider/carousel-next.png);
/* 173 */ 	
/* 174 */ 	right: 10px !important;
/* 175 */ }
/* 176 */ .entry-list > li:first-child .flex-direction-nav .flex-prev {
/* 177 */ 	left: 20px !important;
/* 178 */ }
/* 179 */ .entry-list > li:first-child .flex-direction-nav .flex-next {
/* 180 */ 	right: 20px !important;
/* 181 */ }
/* 182 */ 
/* 183 */ .kp-featured-news-widget {
/* 184 */ 	position:relative;
/* 185 */ }
/* 186 */ .kp-featured-news-slider .flex-control-thumbs {
/* 187 */ 	position:absolute;
/* 188 */ 	top:195px;
/* 189 */ }
/* 190 */ .kp-featured-news-slider .flex-control-thumbs li {
/* 191 */ 	margin:0 5px 0 5px;
/* 192 */ 	width:100px;
/* 193 */ }
/* 194 */ .kp-featured-news-slider .flex-control-thumbs li img {
/* 195 */ 	border:3px solid #a8a9aa;
/* 196 */ 	opacity: 1;
/* 197 */ 	filter: alpha(opacity=100);
/* 198 */ }
/* 199 */ .kp-featured-news-slider .flex-control-thumbs li img.flex-active {
/* 200 */ 	border-color:#1e7fd1;

/* flexslider.css */

/* 201 */ }
/* 202 */ 
/* 203 */ .kp-featured-news-slider .entry-content .entry-title {
/* 204 */ 	font-size:14px;
/* 205 */ 	line-height:18px;
/* 206 */ }
/* 207 */ 
/* 208 */ .kp-post-slider .slides > li {
/* 209 */ 	margin:0;
/* 210 */ }
/* 211 */ 
/* 212 */ 
/* 213 */ .loading {
/* 214 */     background: url("../../../themes/musica/images/slider/loading.gif") no-repeat scroll center center transparent;
/* 215 */     min-height: 320px;
/* 216 */ }

/* prettyPhoto.css */

/* 1   */ div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
/* 2   */ div.pp_default .pp_top .pp_left{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
/* 3   */ div.pp_default .pp_top .pp_middle{background:url(../../../themes/musica/images/prettyPhoto/default/sprite_x.png) top left repeat-x}
/* 4   */ div.pp_default .pp_top .pp_right{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
/* 5   */ div.pp_default .pp_content .ppt{color:#f8f8f8}
/* 6   */ div.pp_default .pp_content_container .pp_left{background:url(../../../themes/musica/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
/* 7   */ div.pp_default .pp_content_container .pp_right{background:url(../../../themes/musica/images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
/* 8   */ div.pp_default .pp_next:hover{background:url(../../../themes/musica/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
/* 9   */ div.pp_default .pp_previous:hover{background:url(../../../themes/musica/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
/* 10  */ div.pp_default .pp_expand{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
/* 11  */ div.pp_default .pp_expand:hover{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
/* 12  */ div.pp_default .pp_contract{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
/* 13  */ div.pp_default .pp_contract:hover{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
/* 14  */ div.pp_default .pp_close{width:30px;height:30px;background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
/* 15  */ div.pp_default .pp_gallery ul li a{background:url(../../../themes/musica/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
/* 16  */ div.pp_default .pp_social{margin-top:7px}
/* 17  */ div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
/* 18  */ div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
/* 19  */ div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
/* 20  */ div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
/* 21  */ div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
/* 22  */ div.pp_default .pp_content_container .pp_details{margin-top:5px}
/* 23  */ div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
/* 24  */ div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
/* 25  */ div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
/* 26  */ div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
/* 27  */ div.pp_default .pp_bottom .pp_left{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
/* 28  */ div.pp_default .pp_bottom .pp_middle{background:url(../../../themes/musica/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
/* 29  */ div.pp_default .pp_bottom .pp_right{background:url(../../../themes/musica/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
/* 30  */ div.pp_default .pp_loaderIcon{background:url(../../../themes/musica/images/prettyPhoto/default/loader.gif) center center no-repeat}
/* 31  */ div.light_rounded .pp_top .pp_left{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
/* 32  */ div.light_rounded .pp_top .pp_right{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
/* 33  */ div.light_rounded .pp_next:hover{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
/* 34  */ div.light_rounded .pp_previous:hover{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 35  */ div.light_rounded .pp_expand{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 36  */ div.light_rounded .pp_expand:hover{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 37  */ div.light_rounded .pp_contract{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 38  */ div.light_rounded .pp_contract:hover{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 39  */ div.light_rounded .pp_close{width:75px;height:22px;background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
/* 40  */ div.light_rounded .pp_nav .pp_play{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
/* 41  */ div.light_rounded .pp_nav .pp_pause{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
/* 42  */ div.light_rounded .pp_arrow_previous{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
/* 43  */ div.light_rounded .pp_arrow_next{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
/* 44  */ div.light_rounded .pp_bottom .pp_left{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
/* 45  */ div.light_rounded .pp_bottom .pp_right{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
/* 46  */ div.dark_rounded .pp_top .pp_left{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
/* 47  */ div.dark_rounded .pp_top .pp_right{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
/* 48  */ div.dark_rounded .pp_content_container .pp_left{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
/* 49  */ div.dark_rounded .pp_content_container .pp_right{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
/* 50  */ div.dark_rounded .pp_next:hover{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}

/* prettyPhoto.css */

/* 51  */ div.dark_rounded .pp_previous:hover{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 52  */ div.dark_rounded .pp_expand{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 53  */ div.dark_rounded .pp_expand:hover{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 54  */ div.dark_rounded .pp_contract{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 55  */ div.dark_rounded .pp_contract:hover{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 56  */ div.dark_rounded .pp_close{width:75px;height:22px;background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
/* 57  */ div.dark_rounded .pp_description{margin-right:85px;color:#fff}
/* 58  */ div.dark_rounded .pp_nav .pp_play{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
/* 59  */ div.dark_rounded .pp_nav .pp_pause{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
/* 60  */ div.dark_rounded .pp_arrow_previous{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
/* 61  */ div.dark_rounded .pp_arrow_next{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
/* 62  */ div.dark_rounded .pp_bottom .pp_left{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
/* 63  */ div.dark_rounded .pp_bottom .pp_right{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
/* 64  */ div.dark_rounded .pp_loaderIcon{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
/* 65  */ div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
/* 66  */ div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
/* 67  */ div.dark_square .pp_loaderIcon{background:url(../../../themes/musica/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
/* 68  */ div.dark_square .pp_expand{background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 69  */ div.dark_square .pp_expand:hover{background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 70  */ div.dark_square .pp_contract{background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 71  */ div.dark_square .pp_contract:hover{background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 72  */ div.dark_square .pp_close{width:75px;height:22px;background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
/* 73  */ div.dark_square .pp_nav{clear:none}
/* 74  */ div.dark_square .pp_nav .pp_play{background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
/* 75  */ div.dark_square .pp_nav .pp_pause{background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
/* 76  */ div.dark_square .pp_arrow_previous{background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
/* 77  */ div.dark_square .pp_arrow_next{background:url(../../../themes/musica/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
/* 78  */ div.dark_square .pp_next:hover{background:url(../../../themes/musica/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
/* 79  */ div.dark_square .pp_previous:hover{background:url(../../../themes/musica/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 80  */ div.light_square .pp_expand{background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 81  */ div.light_square .pp_expand:hover{background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 82  */ div.light_square .pp_contract{background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 83  */ div.light_square .pp_contract:hover{background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 84  */ div.light_square .pp_close{width:75px;height:22px;background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
/* 85  */ div.light_square .pp_nav .pp_play{background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
/* 86  */ div.light_square .pp_nav .pp_pause{background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
/* 87  */ div.light_square .pp_arrow_previous{background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
/* 88  */ div.light_square .pp_arrow_next{background:url(../../../themes/musica/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
/* 89  */ div.light_square .pp_next:hover{background:url(../../../themes/musica/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
/* 90  */ div.light_square .pp_previous:hover{background:url(../../../themes/musica/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 91  */ div.facebook .pp_top .pp_left{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
/* 92  */ div.facebook .pp_top .pp_middle{background:url(../../../themes/musica/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
/* 93  */ div.facebook .pp_top .pp_right{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
/* 94  */ div.facebook .pp_content_container .pp_left{background:url(../../../themes/musica/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
/* 95  */ div.facebook .pp_content_container .pp_right{background:url(../../../themes/musica/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
/* 96  */ div.facebook .pp_expand{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
/* 97  */ div.facebook .pp_expand:hover{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
/* 98  */ div.facebook .pp_contract{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
/* 99  */ div.facebook .pp_contract:hover{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
/* 100 */ div.facebook .pp_close{width:22px;height:22px;background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}

/* prettyPhoto.css */

/* 101 */ div.facebook .pp_description{margin:0 37px 0 0}
/* 102 */ div.facebook .pp_loaderIcon{background:url(../../../themes/musica/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
/* 103 */ div.facebook .pp_arrow_previous{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
/* 104 */ div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
/* 105 */ div.facebook .pp_arrow_next{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
/* 106 */ div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
/* 107 */ div.facebook .pp_nav{margin-top:0}
/* 108 */ div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
/* 109 */ div.facebook .pp_nav .pp_play{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
/* 110 */ div.facebook .pp_nav .pp_pause{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
/* 111 */ div.facebook .pp_next:hover{background:url(../../../themes/musica/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
/* 112 */ div.facebook .pp_previous:hover{background:url(../../../themes/musica/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
/* 113 */ div.facebook .pp_bottom .pp_left{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
/* 114 */ div.facebook .pp_bottom .pp_middle{background:url(../../../themes/musica/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
/* 115 */ div.facebook .pp_bottom .pp_right{background:url(../../../themes/musica/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
/* 116 */ div.pp_pic_holder a:focus{outline:none}
/* 117 */ div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
/* 118 */ div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
/* 119 */ .pp_content{height:40px;min-width:40px}
/* 120 */ * html .pp_content{width:40px}
/* 121 */ .pp_content_container{position:relative;text-align:left;width:100%}
/* 122 */ .pp_content_container .pp_left{padding-left:20px}
/* 123 */ .pp_content_container .pp_right{padding-right:20px}
/* 124 */ .pp_content_container .pp_details{float:left;margin:10px 0 2px}
/* 125 */ .pp_description{display:none;margin:0}
/* 126 */ .pp_social{float:left;margin:0}
/* 127 */ .pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
/* 128 */ .pp_social .twitter{float:left}
/* 129 */ .pp_nav{clear:right;float:left;margin:3px 10px 0 0}
/* 130 */ .pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
/* 131 */ .pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
/* 132 */ a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
/* 133 */ .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
/* 134 */ .pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
/* 135 */ .pp_gallery div{float:left;overflow:hidden;position:relative}
/* 136 */ .pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
/* 137 */ .pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
/* 138 */ .pp_gallery ul a img{border:0}
/* 139 */ .pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
/* 140 */ .pp_gallery li.default a{background:url(../../../themes/musica/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
/* 141 */ .pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
/* 142 */ a.pp_next{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
/* 143 */ a.pp_previous{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
/* 144 */ a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
/* 145 */ a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
/* 146 */ .pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
/* 147 */ #pp_full_res{line-height:1!important}
/* 148 */ #pp_full_res .pp_inline{text-align:left}
/* 149 */ #pp_full_res .pp_inline p{margin:0 0 15px}
/* 150 */ div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}

/* prettyPhoto.css */

/* 151 */ div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
/* 152 */ div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
/* 153 */ div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
/* 154 */ div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
/* 155 */ div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
/* 156 */ div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
/* 157 */ div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
/* 158 */ div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
/* 159 */ div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
/* 160 */ div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../../../themes/musica/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
/* 161 */ div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../../../themes/musica/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
/* 162 */ div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
/* 163 */ div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
/* 164 */ .pp_top,.pp_bottom{height:20px;position:relative}
/* 165 */ * html .pp_top,* html .pp_bottom{padding:0 20px}
/* 166 */ .pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
/* 167 */ .pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
/* 168 */ * html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
/* 169 */ .pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
/* 170 */ .pp_fade,.pp_gallery li.default a img{display:none}

/* style.css */

/* 1    */ /*
/* 2    *| Theme Name: Musica
/* 3    *| Theme URI: http://kopatheme.com/freebies/musica-free-magazine-wordpress-theme/
/* 4    *| Author: Kopatheme
/* 5    *| Author URI: http://kopatheme.com
/* 6    *| Description: Musica theme is designed for magazine, news with flexible layout. The theme is based on KOPATHEME layout manager technique that will let you flexibility choose layout options of every pages within your site. It is very helpful when you are experimenting with visual hierarchy. You can define unlimited sidebar for widget areas, and with powerful custom widgets, the theme provides you more flexibility and ease-of-use for your site
/* 7    *| Version: 2.1.0
/* 8    *| License: GNU General Public License v3
/* 9    *| License URI: http://www.gnu.org/licenses/gpl-3.0.html
/* 10   *| Tags: responsive-layout , black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, white, two-columns, three-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, post-formats, threaded-comments, sticky-post, theme-options, threaded-comments, translation-ready
/* 11   *| 
/* 12   *| Musica WordPress Theme, Copyright 2014 Kopatheme.com
/* 13   *| Musica is distributed under the terms of the GNU GPL
/* 14   *| */
/* 15   */ /* =========================================================
/* 16   *| Common styles
/* 17   *| ============================================================ */
/* 18   */ 
/* 19   */ body {
/* 20   */     color: #575757;
/* 21   */     font-family: 'Open Sans',sans-serif;
/* 22   */     font-size: 12px;
/* 23   */     background-color:#f9f9f9;
/* 24   */ }
/* 25   */ 
/* 26   */ pre, code {
/* 27   */     font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
/* 28   */ }
/* 29   */ hr {
/* 30   */     -moz-border-bottom-colors: none;
/* 31   */     -moz-border-image: none;
/* 32   */     -moz-border-left-colors: none;
/* 33   */     -moz-border-right-colors: none;
/* 34   */     -moz-border-top-colors: none;
/* 35   */     border-color: #eee;
/* 36   */     border-style: solid;
/* 37   */     border-width: 1px 0 0;
/* 38   */     clear: both;
/* 39   */     height: 0;
/* 40   */     margin:20px 0;
/* 41   */ }
/* 42   */ 
/* 43   */ ol {
/* 44   */     margin:0px;
/* 45   */ }
/* 46   */ ul {
/* 47   */     margin:0px;
/* 48   */ }
/* 49   */ ul li {
/* 50   */     list-style:inside disc;

/* style.css */

/* 51   */     margin-bottom:10px;
/* 52   */ }
/* 53   */ ol li {
/* 54   */     list-style:inside disc;
/* 55   */     margin-bottom:10px;
/* 56   */ }
/* 57   */ a:hover,
/* 58   */ a:focus {
/* 59   */     outline:none;
/* 60   */ }
/* 61   */ /*------responsive image----------------*/
/* 62   */ .responsive-img{
/* 63   */     max-width: 100%;
/* 64   */     height: auto;
/* 65   */     width: auto\9; /* ie8 */
/* 66   */ }
/* 67   */ /* =========================================================
/* 68   *| Elements
/* 69   *| ============================================================ */
/* 70   */ .kopa-button {
/* 71   */     display:inline-block;
/* 72   */     color:#fff;
/* 73   */     font-size:15px;
/* 74   */     padding:15px;
/* 75   */     border-radius:0px;
/* 76   */     -moz-border-radius:0px;
/* 77   */     -webkit-border-radius:0px;
/* 78   */     position:relative;
/* 79   */     z-index:0;
/* 80   */     text-shadow:none;
/* 81   */ }
/* 82   */ .small-button {
/* 83   */     padding:10px 15px;
/* 84   */     text-shadow:none;
/* 85   */ }
/* 86   */ .medium-button {
/* 87   */     padding:15px 20px;
/* 88   */     font-size:20px;
/* 89   */     text-shadow:none;
/* 90   */ }
/* 91   */ .big-button {
/* 92   */     padding:20px 30px;
/* 93   */     font-size:28px;
/* 94   */     text-shadow:none;
/* 95   */ }
/* 96   */ .navy-button,
/* 97   */ .border-button:hover {
/* 98   */     background-color:#1e7fd1;
/* 99   */     border:1px solid #1e7fd1;
/* 100  */     color:#fff;

/* style.css */

/* 101  */ }
/* 102  */ .navy-button:hover,
/* 103  */ .border-button {
/* 104  */     background-color:#fff;
/* 105  */     border:1px solid #e4e4e4;
/* 106  */     color:#333;
/* 107  */ }
/* 108  */ 
/* 109  */ .video-wrapper {
/* 110  */     position: relative;
/* 111  */     padding-bottom: 56.25%;
/* 112  */     padding-top: 0px;
/* 113  */     height: 0;    
/* 114  */ }
/* 115  */ .video-wrapper iframe,
/* 116  */ .video-wrapper object,
/* 117  */ .video-wrapper video{
/* 118  */     position: absolute;
/* 119  */     top: 0;
/* 120  */     left: 0;
/* 121  */     width: 100%;
/* 122  */     height: 100%;
/* 123  */ }
/* 124  */ 
/* 125  */ .mask {
/* 126  */     position: absolute;
/* 127  */     top: 0;
/* 128  */     left: 0;
/* 129  */     width: 100%;
/* 130  */     height: 100%;
/* 131  */     background-color: rgba(0,0,0,.7);
/* 132  */     opacity: 0;
/* 133  */     filter: alpha(opacity=0);
/* 134  */ }
/* 135  */ .mask:hover {
/* 136  */     opacity: 1;
/* 137  */     filter: alpha(opacity=100);
/* 138  */ }
/* 139  */ .mask a {
/* 140  */     color: #fff;
/* 141  */     font-size: 64px;
/* 142  */     position: absolute;
/* 143  */     bottom: 50%;
/* 144  */     right: 50%;
/* 145  */     margin: 0 -32px -32px 0;
/* 146  */ }
/* 147  */ 
/* 148  */ blockquote {
/* 149  */     background-color:#fff;
/* 150  */     color: #666;

/* style.css */

/* 151  */     font-family: Georgia,"Times New Roman",Times,serif;
/* 152  */     font-size: 14px;
/* 153  */     font-style: italic;
/* 154  */     border: none;
/* 155  */     line-height: 22px;
/* 156  */     padding: 15px 15px 15px 90px;
/* 157  */     background: url(../../../themes/musica/images/icons/quote-left-icon.png) no-repeat 15px 15px #f5f5f5;
/* 158  */ }
/* 159  */ blockquote p {
/* 160  */     background: url(../../../themes/musica/images/icons/quote-right-icon.png) no-repeat right bottom;
/* 161  */     font-size: 14px;
/* 162  */     font-weight: 400;
/* 163  */     padding-right:70px;
/* 164  */     line-height: 22px;
/* 165  */ }
/* 166  */ 
/* 167  */ /*-DropCap-*/
/* 168  */ .kp-dropcap {
/* 169  */     color: #fff;
/* 170  */     background-color:#1E7FD1;
/* 171  */     display: inline-block;
/* 172  */     *display:inline;
/* 173  */     zoom:1;
/* 174  */     float: left;
/* 175  */     font-size: 36px;
/* 176  */     height: 36px;
/* 177  */     line-height: 38px;
/* 178  */     margin: 5px 10px 0 0;
/* 179  */     text-align: center;
/* 180  */     width: 34px;
/* 181  */     text-shadow:none;
/* 182  */ }
/* 183  */ .kp-dropcap.color {
/* 184  */     background-color: #1E7FD1;
/* 185  */     font-size:30px;
/* 186  */     color: #FFFFFF;
/* 187  */     height: 36px;
/* 188  */     line-height: 36px;
/* 189  */     position: relative;
/* 190  */     border-radius:50%;
/* 191  */     -moz-border-radius:50%;
/* 192  */     -webkit-border-radius:50%;
/* 193  */     width: 36px;
/* 194  */     z-index: 0;
/* 195  */     margin: 5px 10px 0 0;
/* 196  */ }
/* 197  */ 
/* 198  */ .hover-effect{
/* 199  */     cursor:pointer;
/* 200  */     position:relative;

/* style.css */

/* 201  */ }
/* 202  */ 
/* 203  */ /* =========================================================
/* 204  *| Heading
/* 205  *| ============================================================ */
/* 206  */ h1 {
/* 207  */     color: #303030;
/* 208  */     font: 700 32px/34px Verdana, Geneva, sans-serif;
/* 209  */     letter-spacing: 0;
/* 210  */     margin-bottom:5px;
/* 211  */ 
/* 212  */ }
/* 213  */ h2 {
/* 214  */     color: #303030;
/* 215  */     font: 700 28px/30px Verdana, Geneva, sans-serif;
/* 216  */     letter-spacing: 0;
/* 217  */     margin-bottom:5px;
/* 218  */ }
/* 219  */ h3 {
/* 220  */     color: #303030;
/* 221  */     font: 700 24px/26px Verdana, Geneva, sans-serif;
/* 222  */     letter-spacing: 0;
/* 223  */     margin-bottom:5px;
/* 224  */ }
/* 225  */ h4 {
/* 226  */     color: #303030;
/* 227  */     font: 700 20px/22px Verdana, Geneva, sans-serif;
/* 228  */     letter-spacing: 0;
/* 229  */     margin-bottom:5px;
/* 230  */ 
/* 231  */ }
/* 232  */ h5 {
/* 233  */     color: #303030;
/* 234  */     font: 700 16px/20px Verdana, Geneva, sans-serif;
/* 235  */     letter-spacing: 0;
/* 236  */     margin-bottom:5px;
/* 237  */ 
/* 238  */ }
/* 239  */ h6 {
/* 240  */     color: #303030;
/* 241  */     font: 700 14px/20px Verdana, Geneva, sans-serif;
/* 242  */     letter-spacing: 0;
/* 243  */     margin-bottom:5px;
/* 244  */ 
/* 245  */ }
/* 246  */ 
/* 247  */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
/* 248  */     color: #444;
/* 249  */ }
/* 250  */ 

/* style.css */

/* 251  */ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover,
/* 252  */ .home-slider .flex-caption h3 a:hover,
/* 253  */ .entry-categories a,
/* 254  */ .kopa-audio-widget .older-post li a:hover,
/* 255  */ .widget_archive li a:hover,
/* 256  */ .widget_rss li a:hover,
/* 257  */ .widget_recent_comments li a:hover,
/* 258  */ .widget_recent_entries li a:hover,
/* 259  */ .widget_categories li a:hover,
/* 260  */ .breadcrumb a:hover,
/* 261  */ .entry-box footer a:hover,
/* 262  */ .about-author .author-content p a:hover,
/* 263  */ .about-author .author-content .social-link li a:hover,
/* 264  */ .about-author .author-name:hover,
/* 265  */ #footer-menu li a:hover,
/* 266  */ .kp-video-widget ul li .entry-title a:hover,
/* 267  */ .kopa-article-list-widget .entry-title a:hover,
/* 268  */ #bottom-sidebar .widget ul li a:hover,
/* 269  */ .entry-categories a:hover,
/* 270  */ .entry-comments a:hover,
/* 271  */ .entry-author a:hover,
/* 272  */ #toggle-view li h3:hover,
/* 273  */ .socials-link li a:hover {
/* 274  */     color: #1e7fd1;
/* 275  */     text-decoration:none;
/* 276  */ }
/* 277  */ p { 
/* 278  */     margin-bottom:10px;
/* 279  */     line-height:20px;
/* 280  */ }
/* 281  */ /* =========================================================
/* 282  *| Clear Floated Elements
/* 283  *| ============================================================ */
/* 284  */ .left{ 
/* 285  */     float:left;
/* 286  */ }
/* 287  */ .right{
/* 288  */     float:right;
/* 289  */ }
/* 290  */ .clear {  
/* 291  */     clear: both;  
/* 292  */     display: block;  
/* 293  */     overflow: hidden;  
/* 294  */     visibility: hidden;  
/* 295  */     width: 0;  height: 0;
/* 296  */ }
/* 297  */ .clearfix:before, .clearfix:after{
/* 298  */     content: '.';  
/* 299  */     display: block;  
/* 300  */     overflow: hidden;  

/* style.css */

/* 301  */     visibility: hidden;  
/* 302  */     font-size: 0;  
/* 303  */     line-height: 0;  
/* 304  */     width: 0;  
/* 305  */     height: 0;
/* 306  */ }
/* 307  */ .clearfix:after{  
/* 308  */     clear: both;
/* 309  */ }
/* 310  */ .clearfix{  
/* 311  */     zoom: 1;
/* 312  */ }
/* 313  */ 
/* 314  */ 
/* 315  */ /* =========================================================
/* 316  *| CSS3 Transition
/* 317  *| ============================================================ */
/* 318  */ a,
/* 319  */ .mask,
/* 320  */ #comments-form #comment_name,
/* 321  */ #comments-form #comment_email,
/* 322  */ #comments-form #comment_url,
/* 323  */ #comments-form #comment_message,
/* 324  */ #comments-form #submit-comment,
/* 325  */ #contact-form #contact_name,
/* 326  */ #contact-form #contact_email,
/* 327  */ #contact-form #contact_url,
/* 328  */ #contact-form #contact_message,
/* 329  */ #contact-form #submit-contact,
/* 330  */ #main-menu li ul li,
/* 331  */ #main-menu > li,
/* 332  */ .kp-featured-news-slider .flex-control-thumbs li img,
/* 333  */ .newsletter-form .submit {
/* 334  */     -webkit-transition: all 0.3s ease-in-out;
/* 335  */     -moz-transition: all 0.3s ease-in-out;
/* 336  */     -o-transition: all 0.3s ease-in-out;
/* 337  */     transition: all 0.3s ease-in-out;
/* 338  */ }
/* 339  */ 
/* 340  */ /* =========================================================
/* 341  *| Colunms
/* 342  *| ============================================================ */
/* 343  */ .wrapper{
/* 344  */     width:1190px;
/* 345  */     margin: 0 auto;
/* 346  */ }
/* 347  */ 
/* 348  */ .mb-20 {
/* 349  */     margin-bottom:20px;
/* 350  */ }

/* style.css */

/* 351  */ 
/* 352  */ .col-a {
/* 353  */     margin-right: 20px;
/* 354  */     width: 870px;
/* 355  */     float: left;
/* 356  */ }
/* 357  */ .col-b {
/* 358  */     width: 300px;
/* 359  */     float: left;
/* 360  */ }
/* 361  */ .col-a.fullwidth {
/* 362  */     margin-right:0;
/* 363  */     width:100%;
/* 364  */ }
/* 365  */ 
/* 366  */ .widget-area-3 {
/* 367  */     margin-bottom: 20px;
/* 368  */ }
/* 369  */ .widget-area-4 {
/* 370  */     float: left;
/* 371  */     width: 160px;
/* 372  */     margin-right: 20px;
/* 373  */ }
/* 374  */ .widget-area-5 {
/* 375  */     float: left;
/* 376  */     width: 445px;
/* 377  */     margin-right: 20px;
/* 378  */ }
/* 379  */ .widget-area-8 {
/* 380  */     float: left;
/* 381  */     width: 215px;
/* 382  */ }
/* 383  */ .widget-area-9,
/* 384  */ .widget-area-10,
/* 385  */ .widget-area-13,
/* 386  */ .widget-area-14 {
/* 387  */     float: left;
/* 388  */     width: 277px;
/* 389  */     margin-right: 20px;
/* 390  */ }
/* 391  */ .widget-area-11,
/* 392  */ .widget-area-15 {
/* 393  */     float: left;
/* 394  */     width: 276px;
/* 395  */ }
/* 396  */ 
/* 397  */ /* =========================================================
/* 398  *| Header
/* 399  *| ============================================================ */
/* 400  */ #header-top {

/* style.css */

/* 401  */     background-color: #f9f9f9;
/* 402  */     padding: 40px 0 20px;
/* 403  */ }
/* 404  */ #logo-image {
/* 405  */     float: left;
/* 406  */ }
/* 407  */ #header-left {
/* 408  */     float: right;
/* 409  */ }
/* 410  */ 
/* 411  */ /*----- Socials Link-----*/
/* 412  */ .socials-link {   
/* 413  */     padding: 8px 8px 2px 15px;
/* 414  */     float: left;
/* 415  */     margin-right: 20px;
/* 416  */ }
/* 417  */ .socials-link li {
/* 418  */     float: left;
/* 419  */     list-style: none;
/* 420  */     margin: 0 0 0 8px;
/* 421  */     color: #bfbfbf;
/* 422  */     line-height: 24px;
/* 423  */     text-shadow:none;
/* 424  */ }
/* 425  */ 
/* 426  */ .socials-link li a {
/* 427  */     font-size: 24px;
/* 428  */     color: #666;
/* 429  */ }
/* 430  */ .widget-area-1 {
/* 431  */     width: 300px;
/* 432  */     float: left;
/* 433  */ }
/* 434  */ .widget-area-1 .widget-title {
/* 435  */     color: #666;
/* 436  */     font-size: 12px;
/* 437  */     margin: 0;
/* 438  */     font-weight: 400;
/* 439  */     line-height: 14px;
/* 440  */     text-shadow:none;
/* 441  */ }
/* 442  */ 
/* 443  */ #header-bottom {
/* 444  */     background-color: #1e7fd1;
/* 445  */ height:50px;
/* 446  */ }
/* 447  */ 
/* 448  */ /*----- Main Menu -----*/
/* 449  */ #main-nav {
/* 450  */     float: left;

/* style.css */

/* 451  */ }
/* 452  */ #main-menu > li {
/* 453  */     list-style: none;
/* 454  */     float: left;
/* 455  */     margin: 0;
/* 456  */     padding:15px 0;
/* 457  */     position: relative;
/* 458  */ }
/* 459  */ 
/* 460  */ #main-menu > li.menu-home-item > a {
/* 461  */     font-size:16px;
/* 462  */ }
/* 463  */ #main-menu > li > a {
/* 464  */     display: block;
/* 465  */     border-right: 1px solid #02569e;
/* 466  */     padding: 0 15px;
/* 467  */     color: #fff;
/* 468  */     font-size: 13px;
/* 469  */     text-shadow:none;
/* 470  */ }
/* 471  */ #main-menu > li:first-child > a {
/* 472  */     border-left: 1px solid #02569e;
/* 473  */ }
/* 474  */ 
/* 475  */ .sf-arrows .sf-with-ul {
/* 476  */     padding-right:0;
/* 477  */ }
/* 478  */ .sf-arrows > li > .sf-with-ul:after {
/* 479  */     border-width:0px;
/* 480  */ }
/* 481  */ 
/* 482  */ /*---Sub menu---*/
/* 483  */ #main-menu li ul {
/* 484  */     display:none;
/* 485  */     position:absolute;
/* 486  */     width:200px;
/* 487  */     top:50px;
/* 488  */     left:0;
/* 489  */     background-color:#494949;
/* 490  */     z-index:9999;
/* 491  */ }
/* 492  */ #main-menu li ul li {
/* 493  */     border-top:1px solid #555c5b;
/* 494  */     padding:15px;
/* 495  */     position:relative;
/* 496  */     list-style:none;
/* 497  */     margin:0;
/* 498  */     z-index:9999;
/* 499  */ }
/* 500  */ #main-menu li ul li:first-child {

/* style.css */

/* 501  */     border-top:none;
/* 502  */     padding:15px;
/* 503  */ }
/* 504  */ #main-menu li ul li:hover,
/* 505  */ #main-menu li ul li.current-menu-item {
/* 506  */     background-color:#3a3a3a;
/* 507  */ }
/* 508  */ #main-menu li ul li a {
/* 509  */     color:#fff !important;
/* 510  */     display:block;
/* 511  */     font-size:14px;
/* 512  */     font-family: 'Lato', sans-serif;
/* 513  */     text-shadow:none;
/* 514  */ }
/* 515  */ #main-menu li ul li ul {
/* 516  */     top:0;
/* 517  */     left:201px;
/* 518  */ }
/* 519  */ 
/* 520  */ /*--------------Mobile Menu-------------------*/
/* 521  */ #mobile-menu {
/* 522  */     display:none;
/* 523  */     position:relative;
/* 524  */     margin:12px 15px 10px;
/* 525  */ }
/* 526  */ #mobile-menu > span {
/* 527  */     display:inline-block;
/* 528  */     text-transform:uppercase;
/* 529  */     font-size:24px;
/* 530  */     cursor:pointer;
/* 531  */     color:#fff;
/* 532  */ }
/* 533  */ #toggle-view-menu {
/* 534  */     display:none;
/* 535  */     list-style: none;
/* 536  */     margin: 0;
/* 537  */     padding: 0; 
/* 538  */     border-top: none;
/* 539  */     position:absolute;
/* 540  */     top:33px;
/* 541  */     left:0;
/* 542  */     z-index:99999;
/* 543  */     width:220px;
/* 544  */ }
/* 545  */ #toggle-view-menu > li {
/* 546  */     margin: 0;
/* 547  */     position: relative;
/* 548  */     cursor: pointer;
/* 549  */     list-style: none;
/* 550  */     background-color:#1E7FD1;

/* style.css */

/* 551  */     border-top:1px solid #fff;
/* 552  */ }
/* 553  */ #toggle-view-menu > li:first-child {
/* 554  */     border-top:none;
/* 555  */ }
/* 556  */ #toggle-view-menu h3 {
/* 557  */     font-size: 16px;
/* 558  */     font-weight: 400;
/* 559  */     margin: 0;  
/* 560  */     float: left;
/* 561  */     line-height: 40px;  
/* 562  */     padding: 0 15px;
/* 563  */ }
/* 564  */ #toggle-view-menu h3 a {
/* 565  */     color: #fff;
/* 566  */     width:100%;
/* 567  */     display:block;
/* 568  */     text-shadow:none;
/* 569  */ }
/* 570  */ #toggle-view-menu li:hover {
/* 571  */     background-color: #07599e;
/* 572  */ }
/* 573  */ #toggle-view-menu span {
/* 574  */     float: right;
/* 575  */     font-size: 26px;
/* 576  */     width: 40px;
/* 577  */     height: 40px;
/* 578  */     text-align: center;
/* 579  */     color: #fff;
/* 580  */     line-height: 40px;
/* 581  */     background-color:#07599e;
/* 582  */ }
/* 583  */ #toggle-view-menu li.active {
/* 584  */     background-color:#07599e;
/* 585  */ }
/* 586  */ #toggle-view-menu li.active span,
/* 587  */ #toggle-view-menu li.active h3 a {
/* 588  */     color:#fff;
/* 589  */ }
/* 590  */ #toggle-view-menu .menu-panel {
/* 591  */     margin: 0px;
/* 592  */     display: none;
/* 593  */     padding: 10px 15px 0;
/* 594  */     font-size: 14px;
/* 595  */     color: #fff;
/* 596  */     background-color:#07599e;
/* 597  */     border-top:1px solid #fff;
/* 598  */ }
/* 599  */ #toggle-view-menu .menu-panel ul {
/* 600  */     margin:0;

/* style.css */

/* 601  */ }
/* 602  */ #toggle-view-menu li .menu-panel ul li {
/* 603  */     border:none;
/* 604  */     list-style:disc inside;
/* 605  */     margin: 0 0 10px 0;
/* 606  */     color:#fff;
/* 607  */ }
/* 608  */ #toggle-view-menu .menu-panel ul li a {
/* 609  */     display:inline-block;
/* 610  */     *display:inline;
/* 611  */     zoom:1;
/* 612  */     color:#fff;
/* 613  */     font-size:12px;
/* 614  */     text-shadow:none;
/* 615  */ }
/* 616  */ #toggle-view-menu .menu-panel ul li ul {
/* 617  */     margin-left:40px;
/* 618  */     margin-top:10px;
/* 619  */ }
/* 620  */ 
/* 621  */ /*----- Search box -----*/
/* 622  */ .search-box {
/* 623  */     float: right;
/* 624  */     margin-top: 5px;
/* 625  */     width:300px;
/* 626  */ }
/* 627  */ .search-form {
/* 628  */     margin: 6px 0 0;
/* 629  */ }
/* 630  */ .search-form .search-text {
/* 631  */     color: #7a7a7a;
/* 632  */     font-size:12px;
/* 633  */     font-family:Arial, Helvetica, sans-serif;
/* 634  */     background: #fff;
/* 635  */     border: none !important;
/* 636  */     box-shadow: none !important;
/* 637  */     padding: 5px 15px;
/* 638  */     margin: 0;
/* 639  */     height:18px;
/* 640  */     width:240px;
/* 641  */     border-radius: 15px;
/* 642  */     position: relative;
/* 643  */     z-index: 0;
/* 644  */ }
/* 645  */ .search-form .search-submit {
/* 646  */     background: #fff;
/* 647  */     border-radius: 50%;
/* 648  */     border: none;
/* 649  */     font-size: 10px;
/* 650  */     color: #1e7fd1;

/* style.css */

/* 651  */     font-family: 'Verdana', sans-serif;
/* 652  */     text-transform: uppercase;
/* 653  */     float:right;
/* 654  */     text-align:center;
/* 655  */     height:26px;
/* 656  */     width:26px;
/* 657  */     position: relative;
/* 658  */     z-index: 0;
/* 659  */ }
/* 660  */ /* =========================================================
/* 661  *| Main Content
/* 662  *| ============================================================ */
/* 663  */ #main-content {
/* 664  */     padding-top: 30px;
/* 665  */ }
/* 666  */ #main-content .widget {
/* 667  */     margin-bottom: 20px;
/* 668  */ }
/* 669  */ 
/* 670  */ .widget ul li {
/* 671  */     list-style-type: none;
/* 672  */     margin: 0;
/* 673  */ }
/* 674  */ 
/* 675  */ .kp-video-widget ul li {
/* 676  */     margin-top: 10px;
/* 677  */ }
/* 678  */ .kp-video-widget ul li:first-child {
/* 679  */     margin-top: 0px;
/* 680  */     padding-top: 0px;
/* 681  */ }
/* 682  */ .kp-video-widget ul li .entry-title {
/* 683  */     margin-bottom: 0px;
/* 684  */     font-size:11px;
/* 685  */     line-height:18px;
/* 686  */ }
/* 687  */ .kp-video-widget ul li .entry-date {
/* 688  */     color:#6a6a6a;
/* 689  */     font-family:Verdana, Geneva, sans-serif;
/* 690  */ }
/* 691  */ 
/* 692  */ .kp-video-widget ul li .entry-thumb {
/* 693  */     position: relative;
/* 694  */ }
/* 695  */ .kp-video-widget ul li .entry-item .entry-thumb .play-icon {
/* 696  */     background-color: #333;
/* 697  */     background-color: rgba(0, 0, 0, 0.62);
/* 698  */     background-image: url("../../../themes/musica/images/icons/play-icon.png");
/* 699  */     background-position: 14px center;
/* 700  */     background-repeat: no-repeat;

/* style.css */

/* 701  */     border: 2px solid #ccc;
/* 702  */     border: 2px solid rgba(255, 255, 255, 0.5);
/* 703  */     border-radius: 50% 50% 50% 50%;
/* 704  */     color: #FFFFFF;
/* 705  */     display: block;
/* 706  */     height: 35px;
/* 707  */     left: 15px;
/* 708  */     position: absolute;
/* 709  */     top: 15px;
/* 710  */     width: 35px;
/* 711  */ }
/* 712  */ 
/* 713  */ .kopa-article-list-widget .entry-thumb {
/* 714  */     position: relative;
/* 715  */     margin-bottom: 10px;
/* 716  */ }
/* 717  */ .kopa-article-list-widget .entry-thumb img {
/* 718  */     display: block;
/* 719  */     width: 100%;
/* 720  */ }
/* 721  */ 
/* 722  */ .kopa-article-list-widget .entry-content header {
/* 723  */     margin-bottom: 5px;
/* 724  */     position: relative;
/* 725  */ }
/* 726  */ .kopa-article-list-widget .entry-title {
/* 727  */     font-size: 11px;
/* 728  */     margin: 0 0 5px;
/* 729  */     line-height:18px;
/* 730  */ }
/* 731  */ .kopa-article-list-widget .entry-comments {
/* 732  */     position: absolute;
/* 733  */     top: 0;
/* 734  */     right: 0;
/* 735  */ }
/* 736  */ .entry-date,
/* 737  */ .entry-categories,
/* 738  */ .entry-view,
/* 739  */ .entry-author,
/* 740  */ .entry-comments {
/* 741  */     color: #777;
/* 742  */     font-size:11px;
/* 743  */ }
/* 744  */ .entry-view:before,
/* 745  */ .entry-comments:before {    
/* 746  */     font-family: 'FontAwesome';
/* 747  */     margin-right:3px;
/* 748  */     font-size:12px;
/* 749  */     vertical-align:top;
/* 750  */ }

/* style.css */

/* 751  */ .entry-comments:before {
/* 752  */     content: "\f705";
/* 753  */ }
/* 754  */ .entry-view:before {
/* 755  */     content: "\f06e";
/* 756  */ }
/* 757  */ 
/* 758  */ .entry-comments {
/* 759  */     font-style: italic;
/* 760  */     display: inline-block;
/* 761  */ }
/* 762  */ .entry-comments a,
/* 763  */ .entry-author a {
/* 764  */     color: #aeaeae;
/* 765  */ }
/* 766  */ .kopa-article-list-widget .entry-comments a {
/* 767  */     color: #fff;
/* 768  */     display: block;
/* 769  */     background-color: #00bc9e;
/* 770  */     padding: 2px 8px;
/* 771  */     text-shadow:none;
/* 772  */ }
/* 773  */ .kopa-article-list-widget .entry-comments span {
/* 774  */     position:absolute;
/* 775  */     bottom:-7px;
/* 776  */     left:8px;
/* 777  */     border-top: 7px solid #00bc9e;
/* 778  */     border-right: 7px solid transparent;
/* 779  */     border-left: 0px solid transparent;
/* 780  */     display: block;
/* 781  */     height: 0;
/* 782  */     width: 0;
/* 783  */     transition: border 0.3s ease-in-out 0s;
/* 784  */     -moz-transition: border 0.3s ease-in-out 0s;
/* 785  */     -webkit-transition: border 0.3s ease-in-out 0s;
/* 786  */ }
/* 787  */ 
/* 788  */ .more-link {
/* 789  */     color: #1e7fd1;
/* 790  */     font-weight:600;
/* 791  */     font-size:11.5px;
/* 792  */     display: inline-block;
/* 793  */ }
/* 794  */ .more-link:hover {
/* 795  */     color: #444;
/* 796  */ }
/* 797  */ .widget-area-4 .kopa-article-list-widget .entry-content header .entry-comments,
/* 798  */ .widget-area-5 .kopa-article-list-widget .entry-content header .entry-comments,
/* 799  */ .widget-area-4 .kopa-article-list-widget .entry-content header .entry-categories,
/* 800  */ .widget-area-5 .kopa-article-list-widget .entry-content header .entry-categories {

/* style.css */

/* 801  */     display: none;
/* 802  */ }
/* 803  */ .kopa-article-list-widget .entry-thumb .category-title {
/* 804  */     position: absolute;
/* 805  */     top: 0;
/* 806  */     left: 0;
/* 807  */     display: block;
/* 808  */     background-color: #00bc9e;
/* 809  */     text-transform: uppercase;
/* 810  */     color: #fff;
/* 811  */     font-weight: 700;
/* 812  */     z-index: 100;
/* 813  */     padding: 2px 10px;
/* 814  */     text-shadow:none;
/* 815  */ }
/* 816  */ 
/* 817  */ .widget-area-5 .kopa-article-list-widget > ul {
/* 818  */     margin: -20px -10px 0;
/* 819  */ }
/* 820  */ .widget-area-5 .kopa-article-list-widget > ul > li {
/* 821  */     float: left;
/* 822  */     width: 250px;
/* 823  */     margin: 20px 10px 0;
/* 824  */ }
/* 825  */ 
/* 826  */ .widget-area-5 .kopa-article-list-widget .entry-thumb {
/* 827  */     margin-bottom: 15px;
/* 828  */ }
/* 829  */ .widget-area-5 .kopa-article-list-widget .entry-title {
/* 830  */     font-size: 14px;
/* 831  */ }
/* 832  */ .widget-area-5 .kopa-article-list-widget .entry-content header {
/* 833  */     margin-bottom: 0;
/* 834  */ }
/* 835  */ .widget-area-5 .kopa-article-list-widget .entry-content p,
/* 836  */ .widget-area-5 .kopa-article-list-widget .entry-content .more-link {
/* 837  */     display: none;
/* 838  */ }
/* 839  */ 
/* 840  */ .kopa-adv-widget {
/* 841  */     text-align: center;
/* 842  */     background-color: #ececec;
/* 843  */ }
/* 844  */ .kopa-adv-widget img {
/* 845  */     display: inline-block;
/* 846  */     max-width: 100%;
/* 847  */ }
/* 848  */ .widget-area-6 .kopa-adv-widget {
/* 849  */     padding: 20px 0;
/* 850  */ }

/* style.css */

/* 851  */ 
/* 852  */ .widget-area-6 .kopa-article-list-widget > ul > li {
/* 853  */     border-bottom: 1px solid #eee;
/* 854  */     padding-bottom: 30px;
/* 855  */     margin-top: 30px;
/* 856  */ }
/* 857  */ .widget-area-6 .kopa-article-list-widget > ul > li:first-child {
/* 858  */     border-top: 1px solid #eee;
/* 859  */     padding-top: 30px;
/* 860  */     margin-top: 0;
/* 861  */ }
/* 862  */ .widget-area-6 .kopa-article-list-widget .entry-thumb {
/* 863  */     float: left;
/* 864  */     width: 310px;
/* 865  */     margin-right: 25px;
/* 866  */     margin-bottom: 0;
/* 867  */ }
/* 868  */ .widget-area-6 .kopa-article-list-widget .entry-thumb audio {
/* 869  */     width: 100%;
/* 870  */ }
/* 871  */ .widget-area-6 .kopa-article-list-widget .entry-thumb .category-title {
/* 872  */     display: none;
/* 873  */ }
/* 874  */ .kopa-article-list-widget .entry-content header .entry-date,
/* 875  */ .kopa-article-list-widget .entry-content header .entry-categories {
/* 876  */     margin-right: 10px;
/* 877  */ }
/* 878  */ 
/* 879  */ .pagination ul {
/* 880  */     box-shadow:none;
/* 881  */     border-radius:0;
/* 882  */ }
/* 883  */ .pagination .page-numbers li a,
/* 884  */ .pagination .page-numbers li span {    
/* 885  */     background-color:#fff;
/* 886  */     border:1px solid #e9e9e9;
/* 887  */     padding:5px 10px;
/* 888  */     font-weight:700;
/* 889  */     color: #777;
/* 890  */ }
/* 891  */ .pagination .page-numbers li a.prev,
/* 892  */ .pagination .page-numbers li a.next {
/* 893  */     font-size:11.5px;
/* 894  */     color:#333;
/* 895  */ }
/* 896  */ .pagination ul > li {
/* 897  */     margin-left:5px;
/* 898  */     float:left;
/* 899  */     margin-bottom:0;
/* 900  */ }

/* style.css */

/* 901  */ .pagination ul > li:first-child {
/* 902  */     margin-left:0;
/* 903  */ }
/* 904  */ .pagination ul > li:first-child > a, 
/* 905  */ .pagination ul > li:first-child > span,
/* 906  */ .pagination ul > li:last-child > a, 
/* 907  */ .pagination ul > li:last-child > span {
/* 908  */     border-radius:0;
/* 909  */ }
/* 910  */ .pagination ul > li > span.current,
/* 911  */ .pagination ul > li > a:hover,
/* 912  */ .pagination .page-numbers li a.prev:hover,
/* 913  */ .pagination .page-numbers li a.next:hover {
/* 914  */     color:#fff;
/* 915  */     background:#1e7fd1;
/* 916  */     border-color:#1e7fd1;
/* 917  */ }
/* 918  */ 
/* 919  */ .widget-area-7 .kopa-adv-widget {
/* 920  */     padding: 20px 0;
/* 921  */ }
/* 922  */ 
/* 923  */ .widget-area-8 .kopa-article-list-widget .entry-thumb .mask a {
/* 924  */     font-size:54px;
/* 925  */     margin: 0 -27px -27px 0;
/* 926  */ }
/* 927  */ .widget-area-8 .kopa-article-list-widget .entry-title,
/* 928  */ #main-content .widget-area-8 .kopa-article-list-widget .older-post li .entry-title {
/* 929  */     font-size: 11px;
/* 930  */ }
/* 931  */ .widget-area-8 .kopa-article-list-widget .entry-content p,
/* 932  */ .widget-area-8 .kopa-article-list-widget .entry-content .more-link,
/* 933  */ #main-content .widget-area-8 .kopa-article-list-widget .older-post li .entry-thumb,
/* 934  */ #main-content .widget-area-8 .kopa-article-list-widget .older-post li .entry-date,
/* 935  */ #main-content .widget-area-8 .kopa-article-list-widget .older-post li .kopa-rating,
/* 936  */ #main-content .widget-area-9 .kopa-article-list-widget .older-post > li .entry-content p,
/* 937  */ #main-content .widget-area-10 .kopa-article-list-widget .older-post > li .entry-content p,
/* 938  */ #main-content .widget-area-11 .kopa-article-list-widget .older-post > li .entry-content p,
/* 939  */ #main-content .widget-area-13 .kopa-article-list-widget .older-post > li .entry-content p,
/* 940  */ #main-content .widget-area-14 .kopa-article-list-widget .older-post > li .entry-content p,
/* 941  */ #main-content .widget-area-15 .kopa-article-list-widget .older-post > li .entry-content p {
/* 942  */     display: none;
/* 943  */ }
/* 944  */ .widget-area-8 .kopa-article-list-widget .entry-content header {
/* 945  */     margin-bottom:0;
/* 946  */ }
/* 947  */ #main-content .widget-area-8 .kopa-article-list-widget .older-post {
/* 948  */     margin-top:0;
/* 949  */ }
/* 950  */ #main-content .widget-area-8 .kopa-article-list-widget .older-post li .entry-content p {

/* style.css */

/* 951  */     display:block;
/* 952  */ }
/* 953  */ 
/* 954  */ .widget-area-9 .kopa-article-list-widget .entry-item,
/* 955  */ #main-content .widget-area-9 .kopa-article-list-widget .older-post > li.even,
/* 956  */ .widget-area-10 .kopa-article-list-widget .entry-item,
/* 957  */ #main-content .widget-area-10 .kopa-article-list-widget .older-post > li.even,
/* 958  */ .widget-area-11 .kopa-article-list-widget .entry-item,
/* 959  */ #main-content .widget-area-11 .kopa-article-list-widget .older-post > li.even,
/* 960  */ .widget-area-13 .kopa-article-list-widget .entry-item,
/* 961  */ #main-content .widget-area-13 .kopa-article-list-widget .older-post > li.even,
/* 962  */ .widget-area-14 .kopa-article-list-widget .entry-item,
/* 963  */ #main-content .widget-area-14 .kopa-article-list-widget .older-post > li.even,
/* 964  */ .widget-area-15 .kopa-article-list-widget .entry-item,
/* 965  */ #main-content .widget-area-15 .kopa-article-list-widget .older-post > li.even {
/* 966  */     background-color:#eaeaea;
/* 967  */ }
/* 968  */ .widget-area-9 .kopa-article-list-widget .entry-item .entry-content,
/* 969  */ .widget-area-10 .kopa-article-list-widget .entry-item .entry-content,
/* 970  */ .widget-area-11 .kopa-article-list-widget .entry-item .entry-content,
/* 971  */ .widget-area-13 .kopa-article-list-widget .entry-item .entry-content,
/* 972  */ .widget-area-14 .kopa-article-list-widget .entry-item .entry-content,
/* 973  */ .widget-area-15 .kopa-article-list-widget .entry-item .entry-content {
/* 974  */     padding:0 15px;
/* 975  */ }
/* 976  */ #main-content .widget-area-9 .kopa-article-list-widget .older-post > li .entry-item,
/* 977  */ #main-content .widget-area-10 .kopa-article-list-widget .older-post > li .entry-item,
/* 978  */ #main-content .widget-area-11 .kopa-article-list-widget .older-post > li .entry-item,
/* 979  */ #main-content .widget-area-13 .kopa-article-list-widget .older-post > li .entry-item,
/* 980  */ #main-content .widget-area-14 .kopa-article-list-widget .older-post > li .entry-item,
/* 981  */ #main-content .widget-area-15 .kopa-article-list-widget .older-post > li .entry-item {
/* 982  */     background:none;
/* 983  */ }
/* 984  */ #main-content .widget-area-9 .kopa-article-list-widget .older-post > li,
/* 985  */ #main-content .widget-area-10 .kopa-article-list-widget .older-post > li,
/* 986  */ #main-content .widget-area-11 .kopa-article-list-widget .older-post > li,
/* 987  */ #main-content .widget-area-13 .kopa-article-list-widget .older-post > li,
/* 988  */ #main-content .widget-area-14 .kopa-article-list-widget .older-post > li,
/* 989  */ #main-content .widget-area-15 .kopa-article-list-widget .older-post > li {
/* 990  */     border-bottom:none;
/* 991  */ }
/* 992  */ #main-content .widget-area-9 .kopa-article-list-widget .older-post > li:first-child,
/* 993  */ #main-content .widget-area-10 .kopa-article-list-widget .older-post > li:first-child,
/* 994  */ #main-content .widget-area-11 .kopa-article-list-widget .older-post > li:first-child,
/* 995  */ #main-content .widget-area-13 .kopa-article-list-widget .older-post > li:first-child,
/* 996  */ #main-content .widget-area-14 .kopa-article-list-widget .older-post > li:first-child,
/* 997  */ #main-content .widget-area-15 .kopa-article-list-widget .older-post > li:first-child {
/* 998  */     border-top:none;
/* 999  */     padding-top:0;
/* 1000 */ }

/* style.css */

/* 1001 */ #main-content .widget-area-9 .kopa-article-list-widget .older-post > li.even,
/* 1002 */ #main-content .widget-area-10 .kopa-article-list-widget .older-post > li.even,
/* 1003 */ #main-content .widget-area-11 .kopa-article-list-widget .older-post > li.even,
/* 1004 */ #main-content .widget-area-13 .kopa-article-list-widget .older-post > li.even,
/* 1005 */ #main-content .widget-area-14 .kopa-article-list-widget .older-post > li.even,
/* 1006 */ #main-content .widget-area-15 .kopa-article-list-widget .older-post > li.even {
/* 1007 */     padding-bottom:10px;
/* 1008 */ }
/* 1009 */ 
/* 1010 */ /* =========================================================
/* 1011 *| Sidebar
/* 1012 *| ============================================================ */
/* 1013 */ .sidebar ul li {
/* 1014 */     border-top: 1px solid #e8e8e8;
/* 1015 */     list-style: none outside none;
/* 1016 */     margin: 10px 0 0;
/* 1017 */     padding-top: 10px;
/* 1018 */ }
/* 1019 */ .sidebar ul.tweetList li {   
/* 1020 */     margin: 10px 0 0;
/* 1021 */     padding-top: 10px;
/* 1022 */ }
/* 1023 */ .sidebar ul li:first-child {
/* 1024 */     border-top: none;
/* 1025 */     margin: 0;
/* 1026 */     padding: 0;
/* 1027 */ }
/* 1028 */ 
/* 1029 */ #main-content .widget .widget-title {
/* 1030 */     color: #fff;
/* 1031 */     font-size: 12px;
/* 1032 */     text-transform: uppercase;
/* 1033 */     padding: 2px 15px 5px;
/* 1034 */     margin: 0 0 20px;
/* 1035 */     position:relative;
/* 1036 */     background-color:#1E7FD1;
/* 1037 */ }
/* 1038 */ #main-content .widget .widget-title span {
/* 1039 */    
/* 1040 */ }
/* 1041 */ #main-content .sidebar .widget .widget-title {
/* 1042 */     font-family: 'Open Sans',sans-serif;
/* 1043 */     color: #fff;
/* 1044 */     font-size: 12px;
/* 1045 */     text-transform: uppercase;
/* 1046 */    
/* 1047 */     padding: 2px 15px 5px;
/* 1048 */     margin: 0 0 10px;
/* 1049 */     position:relative;
/* 1050 */     background-color:#1E7FD1;

/* style.css */

/* 1051 */ }
/* 1052 */ .list-container-1 ul {
/* 1053 */     margin: 0 0 15px;
/* 1054 */     border-bottom:1px solid #e8e8e8;
/* 1055 */     padding-bottom:10px;
/* 1056 */ }
/* 1057 */ .list-container-1 ul li {
/* 1058 */     float: left;
/* 1059 */     list-style: none outside none;
/* 1060 */     margin: 0;
/* 1061 */     border:none;
/* 1062 */     padding:0;
/* 1063 */     box-sizing:border-box;
/* 1064 */     -moz-box-sizing:border-box;
/* 1065 */     -webkit-box-sizing:border-box;
/* 1066 */ }
/* 1067 */ .list-container-1 ul li a {
/* 1068 */     font-weight: 700;
/* 1069 */     border-left:1px solid #666;
/* 1070 */     color: #575757;
/* 1071 */     display: block;
/* 1072 */     text-align:center;
/* 1073 */     text-transform:uppercase;
/* 1074 */     padding:0 10px;
/* 1075 */     line-height:1;
/* 1076 */     outline:none;
/* 1077 */     transition: all 0.3s ease-in-out 0s;
/* 1078 */     -moz-transition: all 0.3s ease-in-out 0s;
/* 1079 */     -webkit-transition: all 0.3s ease-in-out 0s;
/* 1080 */ }
/* 1081 */ .list-container-1 ul li:first-child a {
/* 1082 */     border-left:none;
/* 1083 */     padding-left:0;
/* 1084 */ }
/* 1085 */ .list-container-1 ul li.active a, 
/* 1086 */ .list-container-1 ul li:hover a {
/* 1087 */     color: #1e7fd1;
/* 1088 */     text-decoration: none;
/* 1089 */ }
/* 1090 */ 
/* 1091 */ .kopa-entry-list-widget .tab-container-1 ul li:first-child {
/* 1092 */     border-top:none;
/* 1093 */ }
/* 1094 */ 
/* 1095 */ .kopa-entry-list-widget .tab-container-1 ul li .entry-thumb {
/* 1096 */     display:block;
/* 1097 */     width:50px;
/* 1098 */     margin-right:15px;
/* 1099 */     float:left;
/* 1100 */ }

/* style.css */

/* 1101 */ 
/* 1102 */ .kopa-entry-list-widget .tab-container-1 ul li .entry-title {
/* 1103 */     margin:0;
/* 1104 */     font-size:11px;
/* 1105 */     line-height: 18px;
/* 1106 */ }
/* 1107 */ 
/* 1108 */ .kopa-entry-list-widget .tab-container-1 #tab-1-4 ul li .video-icon {
/* 1109 */     color:#1e7fd1;
/* 1110 */     float:right;
/* 1111 */     font-size:16px;
/* 1112 */ }
/* 1113 */ 
/* 1114 */ .tweetList {
/* 1115 */     color: #5c5c5c;
/* 1116 */ }
/* 1117 */ 
/* 1118 */ .tweetList li:before {
/* 1119 */     font-family: 'FontAwesome';
/* 1120 */     content: "\f099";
/* 1121 */     color: #1e7fd1;
/* 1122 */     float: left;
/* 1123 */     margin-right: 10px;
/* 1124 */ }
/* 1125 */ .tweetList li p {
/* 1126 */     margin-bottom: 0;
/* 1127 */ }
/* 1128 */ .tweetList a {
/* 1129 */     color: #1e7fd1;
/* 1130 */ }
/* 1131 */ .timestamp {
/* 1132 */     text-transform: uppercase;
/* 1133 */     color: #1e7fd1;
/* 1134 */     margin-bottom: 0;
/* 1135 */     margin-top: 0px;
/* 1136 */     font-size:10px;
/* 1137 */ }
/* 1138 */ 
/* 1139 */ .sidebar .kopa-most-review-widget ul li {
/* 1140 */     margin-top:15px;
/* 1141 */     padding-top: 10px;
/* 1142 */ }
/* 1143 */ .sidebar .kopa-most-review-widget ul li:first-child {
/* 1144 */     margin-top: 0;
/* 1145 */     padding-top: 0;
/* 1146 */ }
/* 1147 */ .sidebar .kopa-most-review-widget ul li .entry-title {
/* 1148 */     margin:0 0 5px;
/* 1149 */     font-size: 11px;
/* 1150 */     line-height: 18px;

/* style.css */

/* 1151 */ }
/* 1152 */ .sidebar .kopa-most-review-widget ul li .entry-thumb {
/* 1153 */     float:left;
/* 1154 */     margin-right:15px;
/* 1155 */     margin-top: 5px;
/* 1156 */     width: 50px;
/* 1157 */ }
/* 1158 */ .kopa-rating {
/* 1159 */     display:none;
/* 1160 */ }
/* 1161 */ .kopa-rating li {
/* 1162 */     float:left;    
/* 1163 */ }
/* 1164 */ .kopa-rating li a {
/* 1165 */     color:#1e7fd1;
/* 1166 */ }
/* 1167 */ .sidebar .widget .kopa-rating li {
/* 1168 */     border-top: none;
/* 1169 */     padding-top: 0;
/* 1170 */     margin-top:5px !important;
/* 1171 */ }
/* 1172 */ 
/* 1173 */ .kopa-audio-widget .entry-thumb audio {
/* 1174 */     width:100%;
/* 1175 */     height:30px;
/* 1176 */ }
/* 1177 */ .kopa-audio-widget .entry-item .entry-title {
/* 1178 */     margin:0 0 15px;
/* 1179 */     font-size: 11px;
/* 1180 */     line-height: 18px;
/* 1181 */ }
/* 1182 */ 
/* 1183 */ .sidebar .kopa-audio-widget ul li {
/* 1184 */     padding-top:15px;
/* 1185 */     margin-top:10px;
/* 1186 */ }
/* 1187 */ .sidebar .kopa-audio-widget ul li:first-child {
/* 1188 */     padding-top: 0;
/* 1189 */ }
/* 1190 */ .kopa-audio-widget .older-post li span {
/* 1191 */     width:21px;
/* 1192 */     height:21px;
/* 1193 */     background-color:#666;
/* 1194 */     display:inline-block;
/* 1195 */     color:#fff;
/* 1196 */     text-align:center;
/* 1197 */     line-height:21px;
/* 1198 */     margin-right:12px;
/* 1199 */     font-size:10px;
/* 1200 */     float:left;

/* style.css */

/* 1201 */ }
/* 1202 */ .kopa-audio-widget .older-post li a {
/* 1203 */     float:left;
/* 1204 */     width:267px;
/* 1205 */     color: #222;
/* 1206 */ }
/* 1207 */ 
/* 1208 */ .widget_archive li:first-child,
/* 1209 */ .widget_rss li:first-child,
/* 1210 */ .widget_recent_comments li:first-child,
/* 1211 */ .widget_recent_entries li:first-child,
/* 1212 */ .widget_categories li:first-child {
/* 1213 */     border-top:none;
/* 1214 */     padding-top:0;
/* 1215 */ }
/* 1216 */ .widget_archive li a,
/* 1217 */ .widget_rss li a,
/* 1218 */ .widget_recent_comments li a,
/* 1219 */ .widget_recent_entries li a,
/* 1220 */ .widget_categories li a {
/* 1221 */     color:#222;
/* 1222 */ }
/* 1223 */ .widget_archive li:before,
/* 1224 */ .widget_rss li:before,
/* 1225 */ .widget_recent_comments li:before,
/* 1226 */ .widget_recent_entries li:before,
/* 1227 */ .widget_categories li:before {
/* 1228 */     font-family: 'FontAwesome';
/* 1229 */     content: "\f005";
/* 1230 */     margin-right:10px;
/* 1231 */     font-size:10px;
/* 1232 */ }
/* 1233 */ .widget_tag_cloud a {
/* 1234 */     border:1px solid #dbdbdb;
/* 1235 */     display:inline-block;
/* 1236 */     margin:0 5px 5px 0;
/* 1237 */     padding:5px 10px;
/* 1238 */     color:#666;
/* 1239 */ }
/* 1240 */ .widget_tag_cloud a:hover {
/* 1241 */     color:#1e7fd1;
/* 1242 */ }
/* 1243 */ /* =========================================================
/* 1244 *| Bottom sidebar
/* 1245 *| ============================================================ */
/* 1246 */ #bottom-sidebar {
/* 1247 */     background-color: #333;
/* 1248 */     position:relative;
/* 1249 */ }
/* 1250 */ #bottom-sidebar .wrapper {

/* style.css */

/* 1251 */     position: relative;
/* 1252 */ }
/* 1253 */ #bottom-sidebar .tweetList {
/* 1254 */     color: #fff;
/* 1255 */ }
/* 1256 */ 
/* 1257 */ #bottom-sidebar .tweetList li {
/* 1258 */     padding: 30px 0;
/* 1259 */ }
/* 1260 */ #bottom-sidebar .tweetList li:before {
/* 1261 */     color: #fff;
/* 1262 */     margin-right: 30px;
/* 1263 */     font-size: 52px;
/* 1264 */ }
/* 1265 */ #bottom-sidebar .tweetList li p {
/* 1266 */     margin-bottom: 0;
/* 1267 */     text-shadow:none;
/* 1268 */ }
/* 1269 */ #bottom-sidebar .tweetList a {
/* 1270 */     color: #fff;
/* 1271 */ }
/* 1272 */ #bottom-sidebar .timestamp {
/* 1273 */     color: #fff;
/* 1274 */     margin-top: 0px;
/* 1275 */     display: inline-block;
/* 1276 */     margin-left: 25px;
/* 1277 */ }
/* 1278 */ 
/* 1279 */ 
/* 1280 */ #bottom-sidebar header {
/* 1281 */     border-bottom:1px solid #555;
/* 1282 */     padding:10px 0;
/* 1283 */     margin-bottom:20px;
/* 1284 */ }
/* 1285 */ #bottom-sidebar .widget {
/* 1286 */     margin-bottom:30px;
/* 1287 */ }
/* 1288 */ #bottom-sidebar .widget .widget-title {
/* 1289 */     text-transform:uppercase;
/* 1290 */     color:#999;
/* 1291 */     font-size:12px;
/* 1292 */     margin:0 0 15px;
/* 1293 */     line-height:18px;
/* 1294 */ }
/* 1295 */ #bottom-sidebar .widget ul li {
/* 1296 */     margin:10px 0 0;
/* 1297 */     color:#666;
/* 1298 */     line-height:18px;
/* 1299 */ }
/* 1300 */ #bottom-sidebar .widget ul li:first-child {

/* style.css */

/* 1301 */     margin:-5px 0 0;
/* 1302 */ }
/* 1303 */ #bottom-sidebar .widget ul li a {
/* 1304 */     color:#666;
/* 1305 */ }
/* 1306 */ 
/* 1307 */ .newsletter-form .email {
/* 1308 */     background-color:#222;
/* 1309 */     border:1px solid #212121;
/* 1310 */     font-size:12px;
/* 1311 */     color:#666;
/* 1312 */     font-weight:400;
/* 1313 */     font-family:'Open Sans',sans-serif;
/* 1314 */     box-shadow: none !important;
/* 1315 */     border-radius:0;
/* 1316 */     padding:5px 10px;
/* 1317 */     box-sizing: border-box;
/* 1318 */     -moz-box-sizing: border-box;
/* 1319 */     -webkit-box-sizing: border-box;
/* 1320 */     width:100%;
/* 1321 */     height:36px;
/* 1322 */     line-height:24px;
/* 1323 */ }
/* 1324 */ .newsletter-form .submit {
/* 1325 */     color:#fff;
/* 1326 */     font-family:Verdana, Geneva, sans-serif;
/* 1327 */     font-weight:700;
/* 1328 */     font-size:12px;
/* 1329 */     background-color:#1e7fd1;
/* 1330 */     border:1px solid #1e7fd1;
/* 1331 */     padding:5px 10px;
/* 1332 */     height:36px;
/* 1333 */     line-height:24px;
/* 1334 */     box-sizing: border-box;
/* 1335 */     -moz-box-sizing: border-box;
/* 1336 */     -webkit-box-sizing: border-box;
/* 1337 */ }
/* 1338 */ .newsletter-form .submit:hover {
/* 1339 */     border-color:#fff;
/* 1340 */     box-shadow: 0 0 1px #1e7fd1;
/* 1341 */     -moz-box-shadow: 0 0 1px #1e7fd1;
/* 1342 */     -webkit-box-shadow: 0 0 1px #1e7fd1;
/* 1343 */ }
/* 1344 */ .newsletter-form p {
/* 1345 */     font-size:11px;
/* 1346 */ }
/* 1347 */ 
/* 1348 */ /* =========================================================
/* 1349 *| Footer
/* 1350 *| ============================================================ */

/* style.css */

/* 1351 */ #page-footer {
/* 1352 */     background-color: #222;
/* 1353 */     padding: 15px 0;
/* 1354 */     font-family:Verdana, Geneva, sans-serif;
/* 1355 */     font-size:11px;
/* 1356 */     color:#444;
/* 1357 */ }
/* 1358 */ #footer-menu {
/* 1359 */     float: right;
/* 1360 */ }
/* 1361 */ #footer-menu li {
/* 1362 */     float: left;
/* 1363 */     list-style: none;
/* 1364 */     margin: 0 0 0 20px;
/* 1365 */ }
/* 1366 */ #footer-menu li:first-child {
/* 1367 */     margin: 0;
/* 1368 */ }
/* 1369 */ #footer-menu li a {
/* 1370 */     font-size: 11px;
/* 1371 */     color: #444;
/* 1372 */ }
/* 1373 */ #copyright {
/* 1374 */     float: left;
/* 1375 */     margin-bottom: 0;
/* 1376 */ }
/* 1377 */ 
/* 1378 */ #back-top {
/* 1379 */     position: absolute;
/* 1380 */     right: 0;
/* 1381 */     top: 11px;
/* 1382 */ }
/* 1383 */ #back-top span {
/* 1384 */     display:block;
/* 1385 */     float: left;
/* 1386 */     margin-right:10px;
/* 1387 */     margin-top:5px;
/* 1388 */     color:#383838;
/* 1389 */     font-size:11px;
/* 1390 */     font-family:Verdana, Geneva, sans-serif;
/* 1391 */ }
/* 1392 */ #back-top a {
/* 1393 */     display: block;
/* 1394 */     width: 27px;
/* 1395 */     background: url(../../../themes/musica/images/icons/back-top-icon.png) no-repeat center #1e7fd1;
/* 1396 */     text-indent: -9999px;
/* 1397 */     font-size: 0;
/* 1398 */     height: 27px;
/* 1399 */     border-radius: 50%;
/* 1400 */     float: left;

/* style.css */

/* 1401 */     position: relative;
/* 1402 */     z-index: 0;
/* 1403 */ }
/* 1404 */ 
/* 1405 */ #main-content .kopa-article-list-widget .older-post > li {
/* 1406 */     margin-top:10px;
/* 1407 */     padding-top: 10px;
/* 1408 */     border-top: 1px solid #E8E8E8;
/* 1409 */ }
/* 1410 */ 
/* 1411 */ #main-content .kopa-article-list-widget .older-post > li:first-child {
/* 1412 */     padding-top: 10px;
/* 1413 */     border-top: 1px solid #E8E8E8;
/* 1414 */ }
/* 1415 */ #main-content .kopa-article-list-widget .older-post li .entry-title {
/* 1416 */     margin:0 0 5px;
/* 1417 */     font-size: 11px;
/* 1418 */     line-height: 16px;
/* 1419 */ }
/* 1420 */ #main-content .kopa-article-list-widget .older-post li .entry-thumb {
/* 1421 */     float:left;
/* 1422 */     margin-right:15px;
/* 1423 */     margin-top: 5px;
/* 1424 */     margin-bottom: 0;
/* 1425 */     width: 65px;
/* 1426 */ }
/* 1427 */ #main-content .kopa-article-list-widget .older-post li .entry-content p {
/* 1428 */     margin-bottom:0;
/* 1429 */ }
/* 1430 */ .widget-area-9 .kopa-article-list-widget .entry-thumb .category-title,
/* 1431 */ .widget-area-10 .kopa-article-list-widget .entry-thumb .category-title,
/* 1432 */ .widget-area-11 .kopa-article-list-widget .entry-thumb .category-title,
/* 1433 */ .widget-area-12 .kopa-article-list-widget .entry-thumb .category-title {
/* 1434 */     display: none;
/* 1435 */ }
/* 1436 */ #main-content .kopa-article-list-widget .older-post li .kopa-rating li {
/* 1437 */     list-style: none;
/* 1438 */ }
/* 1439 */ 
/* 1440 */ .kopa-related-post-widget {
/* 1441 */     overflow:hidden;
/* 1442 */     position:relative;
/* 1443 */ }
/* 1444 */ .kopa-related-post-widget .list-carousel.responsive {
/* 1445 */     width: auto;
/* 1446 */     margin: 0 -11px;
/* 1447 */     position:relative;
/* 1448 */ }
/* 1449 */ .kopa-related-post-widget .list-carousel > ul {
/* 1450 */     display: block;

/* style.css */

/* 1451 */     height: 100%;
/* 1452 */     list-style: none outside none;
/* 1453 */     margin: 0;
/* 1454 */     padding: 0;
/* 1455 */ }
/* 1456 */ .kopa-related-post-widget .list-carousel ul li {
/* 1457 */     display: block;
/* 1458 */     float: left;
/* 1459 */     margin: 0 11px;
/* 1460 */     padding: 0;
/* 1461 */ }
/* 1462 */ .kopa-related-post-widget .list-carousel ul li .entry-thumb {
/* 1463 */     position: relative;
/* 1464 */     margin-bottom: 8px;
/* 1465 */ }
/* 1466 */ .kopa-related-post-widget .list-carousel ul li .entry-thumb .mask a {
/* 1467 */     font-size:44px;
/* 1468 */     margin:0 -22px -22px 0;
/* 1469 */ }
/* 1470 */ .kopa-related-post-widget .list-carousel ul li .entry-content header {
/* 1471 */     position: relative;
/* 1472 */ }
/* 1473 */ .kopa-related-post-widget .list-carousel ul li .entry-content header .entry-title {
/* 1474 */     font-size: 11px;
/* 1475 */     margin: 0 0 5px;
/* 1476 */     line-height: 16px;
/* 1477 */ }
/* 1478 */ .kopa-related-post-widget .list-carousel ul li .entry-content header .entry-comments {
/* 1479 */     top: -30px;
/* 1480 */     right: 5px;
/* 1481 */ }
/* 1482 */ .kopa-related-post-widget .list-carousel ul li .entry-content header .entry-date {
/* 1483 */     margin-right: 10px;
/* 1484 */ }
/* 1485 */ .kopa-related-post-widget .list-carousel ul li .entry-content p {
/* 1486 */     display:none;
/* 1487 */ }
/* 1488 */ 
/* 1489 */ .kopa-related-post-widget .list-carousel .carousel-pager{
/* 1490 */     position: absolute;
/* 1491 */     top: -40px;
/* 1492 */     right: 26px;
/* 1493 */ }
/* 1494 */ .list-carousel .carousel-pager a {
/* 1495 */     border-radius:50%;
/* 1496 */     background:#fff;
/* 1497 */     width:10px;
/* 1498 */     height:10px;
/* 1499 */     display:block;
/* 1500 */     float:left;

/* style.css */

/* 1501 */     margin-left:5px;
/* 1502 */     text-indent:-9999px;
/* 1503 */     position: relative;
/* 1504 */     z-index: 0;
/* 1505 */ }
/* 1506 */ .list-carousel .carousel-pager a.selected { 
/* 1507 */     background:#02569E;
/* 1508 */     position: relative;
/* 1509 */     z-index: 1;
/* 1510 */ }
/* 1511 */ 
/* 1512 */ /* =========================================================
/* 1513 *| Blog page
/* 1514 *| ============================================================ */
/* 1515 */ .breadcrumb {
/* 1516 */     background:none;
/* 1517 */     margin:0 0 20px;
/* 1518 */     border-radius:0;
/* 1519 */     padding:0 0 10px;
/* 1520 */     border-bottom:1px solid #eee;
/* 1521 */     color:#666;
/* 1522 */     line-height: 16px;
/* 1523 */     text-transform: uppercase;
/* 1524 */     font-size:11px;
/* 1525 */ }
/* 1526 */ .breadcrumb a {
/* 1527 */     color:#666;
/* 1528 */ }
/* 1529 */ .breadcrumb a.b-home span {
/* 1530 */     margin-right:5px;
/* 1531 */     color:#919191;
/* 1532 */     font-size:14px;
/* 1533 */ }
/* 1534 */ 
/* 1535 */ .entry-list > li {
/* 1536 */     list-style: none;
/* 1537 */     margin: 20px 0 0px;
/* 1538 */     background-color:#eaeaea;
/* 1539 */     padding-right:15px;
/* 1540 */ }
/* 1541 */ .entry-list li .entry-thumb {
/* 1542 */     position: relative;
/* 1543 */     float: left;
/* 1544 */     margin-right: 20px;
/* 1545 */     width:277px;
/* 1546 */ }
/* 1547 */ .entry-list li .entry-thumb audio {
/* 1548 */     width: 100%;
/* 1549 */ }
/* 1550 */ .entry-list li .entry-thumb img {

/* style.css */

/* 1551 */     display: block;
/* 1552 */     width: 100%;
/* 1553 */ }
/* 1554 */ .entry-list li .entry-content {
/* 1555 */     float:left;
/* 1556 */     width:558px;
/* 1557 */ }
/* 1558 */ .entry-list li .entry-content .entry-title {
/* 1559 */     font-size: 14px;
/* 1560 */     margin: 12px 0 3px;
/* 1561 */ }
/* 1562 */ .entry-list li .entry-content .entry-date,
/* 1563 */ .entry-list li .entry-content .entry-categories,
/* 1564 */ .entry-list li .entry-content .entry-comments {
/* 1565 */     margin-right: 15px;
/* 1566 */ }
/* 1567 */ .entry-list li .entry-content header {
/* 1568 */     margin-bottom: 5px;
/* 1569 */ }
/* 1570 */ .entry-list li .entry-content p {
/* 1571 */     line-height:18px;
/* 1572 */ }
/* 1573 */ .entry-list li .entry-content .more-link {
/* 1574 */     margin-bottom:10px;
/* 1575 */ }
/* 1576 */ 
/* 1577 */ .entry-list > li:first-child {
/* 1578 */     margin: 0;
/* 1579 */     border-top:none;
/* 1580 */ }
/* 1581 */ 
/* 1582 */ .kopa-blog-page .pagination {
/* 1583 */     border-top: 1px solid #eee;
/* 1584 */     padding-top: 25px;
/* 1585 */     margin-top: 25px;
/* 1586 */ }
/* 1587 */ 
/* 1588 */ /*--------------- Masonry Container ----------------*/
/* 1589 */ .masonry-wrapper {
/* 1590 */     margin:0 -10px;
/* 1591 */ }
/* 1592 */ #masonry-container {
/* 1593 */     margin:0;   
/* 1594 */ }
/* 1595 */ .centered { margin: 0 auto; }
/* 1596 */ .masonry-box {  
/* 1597 */     margin: 5px;
/* 1598 */     float: left;
/* 1599 */     overflow:hidden;
/* 1600 */     position:relative;

/* style.css */

/* 1601 */     -moz-transition: all 0.3s ease-in-out 0.3s;
/* 1602 */     -webkit-transition: all 0.3s ease-in-out 0.3s;
/* 1603 */     -o-transition: all 0.3s ease-in-out 0.3s;
/* 1604 */     transition: all 0.3s ease-in-out 0.3s;
/* 1605 */     width:276px;
/* 1606 */ }
/* 1607 */ .masonry-box img {
/* 1608 */     display: block;
/* 1609 */     width: 100%;
/* 1610 */     cursor:pointer;
/* 1611 */ }
/* 1612 */ 
/* 1613 */ .transitions-enabled.masonry,
/* 1614 */ .transitions-enabled.masonry .masonry-brick {
/* 1615 */     -webkit-transition-duration: 0.7s;
/* 1616 */     -moz-transition-duration: 0.7s;
/* 1617 */     -ms-transition-duration: 0.7s;
/* 1618 */     -o-transition-duration: 0.7s;
/* 1619 */     transition-duration: 0.7s;
/* 1620 */ }
/* 1621 */ 
/* 1622 */ .transitions-enabled.masonry {
/* 1623 */     -webkit-transition-property: height, width;
/* 1624 */     -moz-transition-property: height, width;
/* 1625 */     -ms-transition-property: height, width;
/* 1626 */     -o-transition-property: height, width;
/* 1627 */     transition-property: height, width;
/* 1628 */ }
/* 1629 */ 
/* 1630 */ .transitions-enabled.masonry  .masonry-brick {
/* 1631 */     -webkit-transition-property: left, right, top;
/* 1632 */     -moz-transition-property: left, right, top;
/* 1633 */     -ms-transition-property: left, right, top;
/* 1634 */     -o-transition-property: left, right, top;
/* 1635 */     transition-property: left, right, top;
/* 1636 */ }
/* 1637 */ 
/* 1638 */ 
/* 1639 */ /* disable transitions on pf-container */
/* 1640 */ .transitions-enabled.infinite-scroll.masonry {
/* 1641 */     -webkit-transition-property: none;
/* 1642 */     -moz-transition-property: none;
/* 1643 */     -ms-transition-property: none;
/* 1644 */     -o-transition-property: none;
/* 1645 */     transition-property: none;
/* 1646 */ }
/* 1647 */ 
/* 1648 */ .entry-list li.masonry-box {
/* 1649 */     padding-right:0;
/* 1650 */     margin:0 10px 20px;

/* style.css */

/* 1651 */ }
/* 1652 */ .entry-list li.masonry-box .entry-thumb {
/* 1653 */     margin-right:0;
/* 1654 */     margin-bottom:10px;
/* 1655 */     width:100%;
/* 1656 */ }
/* 1657 */ .entry-list li.masonry-box .entry-content {
/* 1658 */     padding:0 15px;
/* 1659 */     width:auto;
/* 1660 */ }
/* 1661 */ .entry-list li.masonry-box .entry-content .more-link {
/* 1662 */     display:none;
/* 1663 */ }
/* 1664 */ .entry-list li.masonry-box .entry-content .entry-title {
/* 1665 */     font-size:11.5px;
/* 1666 */     margin-top:0;
/* 1667 */ }
/* 1668 */ .kp-blog-2.kopa-blog-page .pagination {
/* 1669 */     margin-top:5px;
/* 1670 */ }
/* 1671 */ .entry-list li.masonry-box .gallery-post .entry-thumb {
/* 1672 */     min-height:195px;
/* 1673 */ }
/* 1674 */ 
/* 1675 */ /* =========================================================
/* 1676 *| Gallery page
/* 1677 *| ============================================================ */
/* 1678 */ .gallery-slideshow {
/* 1679 */     margin-bottom: 35px;
/* 1680 */ }
/* 1681 */ #images {
/* 1682 */     display:none;   
/* 1683 */ }
/* 1684 */ 
/* 1685 */ .panel {
/* 1686 */     float:left; 
/* 1687 */ }
/* 1688 */ 
/* 1689 */ ul.exposureThumbs {
/* 1690 */     background:#262626;
/* 1691 */     border:10px solid #262626;
/* 1692 */     border-left:none;
/* 1693 */     padding:0;
/* 1694 */     margin:0;
/* 1695 */     list-style-type:none;
/* 1696 */ }
/* 1697 */ 
/* 1698 */ ul.exposureThumbs li {
/* 1699 */     margin:0 0 10px 0;
/* 1700 */     padding:0;

/* style.css */

/* 1701 */     text-align:center;
/* 1702 */     display:none;
/* 1703 */     list-style: none;
/* 1704 */ }
/* 1705 */ 
/* 1706 */ ul.exposureThumbs li img {
/* 1707 */     cursor:pointer;
/* 1708 */     display: block;
/* 1709 */     width: 100%;
/* 1710 */ }
/* 1711 */ 
/* 1712 */ ul.exposureThumbs li.last {
/* 1713 */     margin:0;   
/* 1714 */ }
/* 1715 */ 
/* 1716 */ .exposureTarget {
/* 1717 */     width:690px;
/* 1718 */     background-color:#262626;
/* 1719 */     background-repeat:no-repeat;
/* 1720 */     background-position:center center;
/* 1721 */     float:left; 
/* 1722 */     padding:0;
/* 1723 */     margin:0;
/* 1724 */     border:10px solid #262626;
/* 1725 */     position:relative;
/* 1726 */     overflow:hidden; 
/* 1727 */ }
/* 1728 */ 
/* 1729 */ .exposureWrapper {
/* 1730 */     position:absolute; 
/* 1731 */     top:0; 
/* 1732 */     left:0;
/* 1733 */ }
/* 1734 */ 
/* 1735 */ .exposureWrapper img {
/* 1736 */     cursor:pointer;
/* 1737 */     top:0;
/* 1738 */     left:0;
/* 1739 */ }
/* 1740 */ 
/* 1741 */ .exposureLoaded {
/* 1742 */     background-image:none;  
/* 1743 */ }
/* 1744 */ 
/* 1745 */ .exposureData {
/* 1746 */     display: none;
/* 1747 */ }
/* 1748 */ 
/* 1749 */ /* In this demo we are using thumbs with fixed size */
/* 1750 */ ul.exposureThumbs li {

/* style.css */

/* 1751 */     width:150px;
/* 1752 */     height:79px;
/* 1753 */ }
/* 1754 */ 
/* 1755 */ .exposureSlideshowControls a,
/* 1756 */ .exposureControls span,
/* 1757 */ .exposureControls a {
/* 1758 */     font-family:'Open Sans', sans-serif;
/* 1759 */     font-weight: 700;
/* 1760 */     font-size:11px;
/* 1761 */     padding:8px 10px;
/* 1762 */     background-color:#cfcfcf;
/* 1763 */     display:block;
/* 1764 */     float:left;
/* 1765 */     text-shadow:none;
/* 1766 */ }
/* 1767 */ 
/* 1768 */ .exposureSlideshowControls a {
/* 1769 */     float:right;    
/* 1770 */ }
/* 1771 */ 
/* 1772 */ .exposureSlideshowControls a,
/* 1773 */ .exposureControls a {
/* 1774 */     color:#262626;
/* 1775 */     text-decoration:none;
/* 1776 */     outline:none;
/* 1777 */ }
/* 1778 */ 
/* 1779 */ .exposureSlideshowControls a:active,
/* 1780 */ .exposureSlideshowControls a:hover,
/* 1781 */ .exposureControls a:active,
/* 1782 */ .exposureControls a:hover {
/* 1783 */     background-color:#262626;
/* 1784 */     color:#ddd;
/* 1785 */ }
/* 1786 */ 
/* 1787 */ .exposurePaging .active {
/* 1788 */     color:#fff;
/* 1789 */     background-color:#262626;
/* 1790 */ }
/* 1791 */ .exposureControls a {
/* 1792 */     border-left: 1px solid #bbb;
/* 1793 */     border-right: 1px solid #ececec;
/* 1794 */ }
/* 1795 */ .exposureControls .exposurePrevPage {
/* 1796 */     border-left: none;
/* 1797 */ }
/* 1798 */ .exposureControls .exposureNextPage {
/* 1799 */     border-right: none;
/* 1800 */ }

/* style.css */

/* 1801 */ 
/* 1802 */ .kopa-video-widget > ul,
/* 1803 */ .kopa-related-post > ul {
/* 1804 */     margin: 0 -10px;
/* 1805 */ }
/* 1806 */ .kopa-video-widget > ul > li,
/* 1807 */ .kopa-related-post > ul > li {
/* 1808 */     float: left;
/* 1809 */     margin: 0 10px 10px;
/* 1810 */     width: 227px;
/* 1811 */     list-style: none;
/* 1812 */ }
/* 1813 */ .kopa-video-widget ul li .entry-thumb,
/* 1814 */ .kopa-related-post ul li .entry-thumb {
/* 1815 */     position: relative;
/* 1816 */     margin-bottom: 5px;
/* 1817 */ }
/* 1818 */ .kopa-video-widget ul li .entry-thumb img,
/* 1819 */ .kopa-related-post ul li .entry-thumb img {
/* 1820 */     display: block;
/* 1821 */     width: 100%;
/* 1822 */ }
/* 1823 */ .kopa-video-widget ul li .entry-content header,
/* 1824 */ .kopa-related-post ul li .entry-content header {
/* 1825 */     margin-bottom: 5px;
/* 1826 */     position: relative;   
/* 1827 */ }
/* 1828 */ .kopa-video-widget ul li .entry-title,
/* 1829 */ .kopa-related-post ul li .entry-title {
/* 1830 */     font-weight: 700;
/* 1831 */     font-size: 16px;
/* 1832 */     margin: 0 0 5px;
/* 1833 */ }
/* 1834 */ .kopa-video-widget ul li .entry-content p,
/* 1835 */ .kopa-related-post ul li .entry-content p {
/* 1836 */     font-size: 13px;
/* 1837 */ }
/* 1838 */ .kopa-video-widget .entry-comments,
/* 1839 */ .kopa-related-post .entry-comments {
/* 1840 */     position: absolute;
/* 1841 */     right: 5px;
/* 1842 */     top: -35px;
/* 1843 */     text-shadow:none;
/* 1844 */ }
/* 1845 */ .kopa-video-widget .entry-comments a,
/* 1846 */ .kopa-related-post .entry-comments a {
/* 1847 */     background-color: #00BC9E;
/* 1848 */     color: #FFFFFF;
/* 1849 */     display: block;
/* 1850 */     padding: 2px 8px;

/* style.css */

/* 1851 */ }
/* 1852 */ .kopa-video-widget .entry-comments span,
/* 1853 */ .kopa-related-post .entry-comments span {
/* 1854 */     border-left: 0 solid transparent;
/* 1855 */     border-right: 7px solid transparent;
/* 1856 */     border-top: 7px solid #00BC9E;
/* 1857 */     bottom: -7px;
/* 1858 */     display: block;
/* 1859 */     height: 0;
/* 1860 */     left: 8px;
/* 1861 */     position: absolute;
/* 1862 */     transition: border 0.3s ease-in-out 0s;
/* 1863 */     -moz-transition: border 0.3s ease-in-out 0s;
/* 1864 */     -webkit-transition: border 0.3s ease-in-out 0s;
/* 1865 */     width: 0;
/* 1866 */ }
/* 1867 */ 
/* 1868 */ .kopa-related-post .entry-date {
/* 1869 */     float: left;
/* 1870 */ }
/* 1871 */ .kopa-video-widget .entry-categories,
/* 1872 */ .kopa-related-post .entry-categories {
/* 1873 */     float: right;
/* 1874 */ }
/* 1875 */ .kopa-video-widget .pagination {
/* 1876 */     float: right;
/* 1877 */     margin: 0;
/* 1878 */     border-top: none;
/* 1879 */     padding: 0;
/* 1880 */ }
/* 1881 */ 
/* 1882 */ /* =========================================================
/* 1883 *| Single page
/* 1884 *| ============================================================ */
/* 1885 */ .kopa-single-1 .entry-box .entry-thumb,
/* 1886 */ .kopa-single-3 .entry-box .entry-thumb {
/* 1887 */     float: left;
/* 1888 */     width: 277px;
/* 1889 */     margin-right: 20px;
/* 1890 */     margin-bottom: 0;
/* 1891 */ }
/* 1892 */ .kopa-single-3 .entry-box .entry-thumb audio {
/* 1893 */     width:100%;
/* 1894 */ }
/* 1895 */ .entry-box .entry-title {
/* 1896 */     font-size: 18px;
/* 1897 */     margin: 0 0 5px;
/* 1898 */     color:#444;
/* 1899 */ }
/* 1900 */ .entry-box header {

/* style.css */

/* 1901 */     margin-bottom: 5px;
/* 1902 */ }
/* 1903 */ .entry-box header .entry-author,
/* 1904 */ .entry-box header .entry-date,
/* 1905 */ .entry-box header .entry-comments,
/* 1906 */ .entry-box header .entry-view {
/* 1907 */     font-style: normal;
/* 1908 */     margin-right: 10px;
/* 1909 */ }
/* 1910 */ .entry-box .social-link {
/* 1911 */     border-bottom: 1px solid #eaeaea;
/* 1912 */     padding-bottom: 20px;
/* 1913 */     margin: 20px 0;
/* 1914 */ }
/* 1915 */ .entry-box .social-link li {
/* 1916 */     list-style: none;
/* 1917 */     float: left;
/* 1918 */     margin: 0 10px 0 0;
/* 1919 */ }
/* 1920 */ .entry-box .social-link li:first-child {
/* 1921 */     margin-top: 8px;
/* 1922 */     font-size:13px;
/* 1923 */     font-weight:700;
/* 1924 */ }
/* 1925 */ .entry-box .social-link li a {
/* 1926 */     display: block;
/* 1927 */     background-color: #eaeaea;
/* 1928 */     text-align: center;
/* 1929 */     width: 34px;
/* 1930 */     height: 34px;
/* 1931 */     line-height: 34px;
/* 1932 */     color: #535353;
/* 1933 */     font-size:16px;
/* 1934 */ }
/* 1935 */ .entry-box .social-link li a:hover {
/* 1936 */     color: #1e7fd1;
/* 1937 */ }
/* 1938 */ 
/* 1939 */ .entry-box footer {
/* 1940 */     border-bottom: 1px solid #eaeaea;
/* 1941 */     padding-bottom: 10px;
/* 1942 */ }
/* 1943 */ .entry-box footer .prev-post {
/* 1944 */     float: left;
/* 1945 */ }
/* 1946 */ .entry-box footer .next-post {
/* 1947 */     float: right;
/* 1948 */     text-align: right;
/* 1949 */ }
/* 1950 */ .entry-box footer a {

/* style.css */

/* 1951 */     color: #666;
/* 1952 */     text-transform: uppercase;
/* 1953 */ }
/* 1954 */ .entry-box footer .article-title {
/* 1955 */     display: block;
/* 1956 */     color: #222;
/* 1957 */     font-weight: 700;
/* 1958 */     text-transform: none;
/* 1959 */     margin-top: 5px;
/* 1960 */     font-size:11.5px;
/* 1961 */ }
/* 1962 */ .entry-box footer .prev-post a:before {
/* 1963 */     content: "\f060";
/* 1964 */     font-family: 'FontAwesome';
/* 1965 */     margin-right:5px;
/* 1966 */     color:#999;
/* 1967 */     font-size:10px;
/* 1968 */ }
/* 1969 */ .entry-box footer .next-post a:after {
/* 1970 */     content: "\f061";
/* 1971 */     font-family: 'FontAwesome';
/* 1972 */     margin-left:5px;
/* 1973 */     color:#999;
/* 1974 */     font-size:10px;
/* 1975 */ }
/* 1976 */ .entry-box footer .prev-post a.article-title:before,
/* 1977 */ .entry-box footer .next-post a.article-title:after {
/* 1978 */     content:normal;
/* 1979 */ }
/* 1980 */ 
/* 1981 */ .entry-box,
/* 1982 */ .about-author,
/* 1983 */ #comments,
/* 1984 */ #respond {
/* 1985 */     margin-bottom: 20px;
/* 1986 */ }
/* 1987 */ .kopa-related-post{
/* 1988 */     margin-bottom: 10px;
/* 1989 */ }
/* 1990 */ .tag-box {
/* 1991 */     color:#1e7fd1;
/* 1992 */     font-style:italic;
/* 1993 */     font-size:13px;
/* 1994 */     float:left;
/* 1995 */ }
/* 1996 */ .tag-box a {
/* 1997 */     display: inline-block;
/* 1998 */     color: #1e7fd1;
/* 1999 */ }
/* 2000 */ .tag-box a:hover,

/* style.css */

/* 2001 */ .wrap-page-links a:hover {
/* 2002 */     color: #444;
/* 2003 */ }
/* 2004 */ 
/* 2005 */ .wrap-page-links {
/* 2006 */     float:right;
/* 2007 */     color:#1e7fd1;
/* 2008 */     font-style:italic;
/* 2009 */     font-size:13px;
/* 2010 */ }
/* 2011 */ 
/* 2012 */ .border-box {
/* 2013 */     padding-bottom:15px;
/* 2014 */     border-bottom:1px solid #eaeaea;
/* 2015 */ }
/* 2016 */ 
/* 2017 */ .about-author {
/* 2018 */ 
/* 2019 */ }
/* 2020 */ .about-author .avatar-thumb {
/* 2021 */     float: left;
/* 2022 */     margin-right: 20px;
/* 2023 */ }
/* 2024 */ .about-author .author-content {
/* 2025 */     float: left;
/* 2026 */     width: 695px;
/* 2027 */ }
/* 2028 */ .about-author .author-content header {
/* 2029 */     margin-bottom: 5px;
/* 2030 */ }
/* 2031 */ .about-author .author-name {
/* 2032 */     color: #333;
/* 2033 */     font-weight: 700;
/* 2034 */     font-family:Verdana, Geneva, sans-serif;
/* 2035 */ }
/* 2036 */ .about-author .author-content p {
/* 2037 */     margin-bottom:5px;
/* 2038 */     color: #666;
/* 2039 */ }
/* 2040 */ .about-author .author-content p a {
/* 2041 */     color: #666;
/* 2042 */ }
/* 2043 */ .about-author .author-content p strong {
/* 2044 */     color:#333;
/* 2045 */ }
/* 2046 */ .about-author .author-content .social-link li {
/* 2047 */     list-style: none;
/* 2048 */     float: left;
/* 2049 */     color: #333;
/* 2050 */     font-weight: 700;

/* style.css */

/* 2051 */     margin: 0 10px 0 0;
/* 2052 */ }
/* 2053 */ .about-author .author-content .social-link li a {
/* 2054 */     color: #535353;
/* 2055 */     font-size: 16px;
/* 2056 */ }
/* 2057 */ 
/* 2058 */ #comments h4,
/* 2059 */ #respond h4 {
/* 2060 */     color: #222;
/* 2061 */     font-size: 12px;
/* 2062 */     text-transform: uppercase;
/* 2063 */     border-top: solid 3px #e2e1e2;
/* 2064 */     padding: 2px 15px 5px;
/* 2065 */     margin: 0 0 20px;
/* 2066 */     position:relative;
/* 2067 */     background-color:#f0f0f1;
/* 2068 */ }
/* 2069 */ #comments h4 span,
/* 2070 */ #respond h4 span {
/* 2071 */     margin-top:-5px;
/* 2072 */     border-top: 3px solid #a8a9aa;
/* 2073 */     padding-top:3px;
/* 2074 */     display:inline-block;
/* 2075 */ }
/* 2076 */ 
/* 2077 */ .kopa-related-post > ul > li {
/* 2078 */     margin: 0 10px;
/* 2079 */ }
/* 2080 */ 
/* 2081 */ .comments-list {
/* 2082 */     margin-bottom: 15px;
/* 2083 */ }
/* 2084 */ .comments-list li {
/* 2085 */     list-style: none;
/* 2086 */     border-bottom: 1px solid #eaeaea;
/* 2087 */     margin: 15px 0 0;
/* 2088 */ }
/* 2089 */ .comments-list li:first-child {
/* 2090 */     border-top: none;
/* 2091 */     padding-top: 0px;
/* 2092 */     margin: 0;
/* 2093 */ }
/* 2094 */ .comments-list > li:first-child {
/* 2095 */     margin:0 0 15px;
/* 2096 */ }
/* 2097 */ .comments-list li .comment-avatar {
/* 2098 */     float: left;
/* 2099 */     margin-right: 15px;
/* 2100 */ }

/* style.css */

/* 2101 */ .comments-list li .comment-body {
/* 2102 */     float: left;
/* 2103 */     width: 791px;
/* 2104 */ }
/* 2105 */ .comments-list li .author {
/* 2106 */     color: #333;
/* 2107 */     font-weight: 700;
/* 2108 */     font-size: 14px;
/* 2109 */     display: block;
/* 2110 */ }
/* 2111 */ .comments-list li .date {
/* 2112 */     font-size: 12px;
/* 2113 */     color: #5a5a5a;
/* 2114 */     font-style: italic;
/* 2115 */     margin-right: 15px;
/* 2116 */ }
/* 2117 */ .comments-list li .comment-button {
/* 2118 */     display: inline-block;
/* 2119 */     font-size: 12px;
/* 2120 */     font-weight: 700;
/* 2121 */ }
/* 2122 */ .comments-list li .comment-button .comment-edit-link,
/* 2123 */ .comments-list li .comment-button .comment-reply-link:hover {
/* 2124 */     color: #1e7fd1;
/* 2125 */ }
/* 2126 */ .comments-list li .comment-button .comment-edit-link:hover,
/* 2127 */ .comments-list li .comment-button .comment-reply-link {
/* 2128 */     color: #333;
/* 2129 */ }
/* 2130 */ .comments-list .children {
/* 2131 */     margin-left: 79px;
/* 2132 */ }
/* 2133 */ .comments-list .children .comment-body {
/* 2134 */     width: 712px;
/* 2135 */ }
/* 2136 */ .kopa-comment-pagination {
/* 2137 */     margin:5px 0 0;
/* 2138 */     font-size: 11px;
/* 2139 */     font-weight: 700;
/* 2140 */     float:right;
/* 2141 */ }
/* 2142 */ .kopa-comment-pagination a {    
/* 2143 */     color:#333;
/* 2144 */     border: 1px solid #e9e9e9;
/* 2145 */     background-color: #fff;
/* 2146 */     display: inline-block;
/* 2147 */     padding: 5px 10px;
/* 2148 */ }
/* 2149 */ .kopa-comment-pagination a:hover {
/* 2150 */     color:#fff;

/* style.css */

/* 2151 */     background-color: #1e7fd1;
/* 2152 */     border: 1px solid #1e7fd1;
/* 2153 */ }
/* 2154 */ .kopa-comment-pagination .current {
/* 2155 */     color:#fff;
/* 2156 */     background-color: #1e7fd1;
/* 2157 */     border: 1px solid #1e7fd1;
/* 2158 */     display: inline-block;
/* 2159 */     padding: 5px 10px;
/* 2160 */     text-shadow:none;
/* 2161 */ }
/* 2162 */ 
/* 2163 */ #respond .c-note {
/* 2164 */     font-style: italic;
/* 2165 */     display: block;
/* 2166 */     margin-bottom: 15px;
/* 2167 */     font-size:13px;
/* 2168 */     color:#333;
/* 2169 */ }
/* 2170 */ #respond .comment-left,
/* 2171 */ #contact-box .contact-left {
/* 2172 */     float: left;
/* 2173 */     width: 330px;
/* 2174 */     margin-right: 15px;
/* 2175 */ }
/* 2176 */ #respond .comment-right,
/* 2177 */ #contact-box .contact-right {
/* 2178 */     float: left;
/* 2179 */     width: 525px;
/* 2180 */ }
/* 2181 */ #comments-form .required,
/* 2182 */ #contact-form .required {
/* 2183 */     font-size:12px;
/* 2184 */ }
/* 2185 */ #comments-form .required span,
/* 2186 */ #contact-form .required span {
/* 2187 */     color: #1e7fd1;
/* 2188 */ }
/* 2189 */ #comments-form #comment_name,
/* 2190 */ #comments-form #comment_email,
/* 2191 */ #comments-form #comment_url,
/* 2192 */ #contact-form #contact_name,
/* 2193 */ #contact-form #contact_email,
/* 2194 */ #contact-form #contact_url {
/* 2195 */     width: 100%;
/* 2196 */     background-color: #fff;
/* 2197 */     border: 1px solid #eee;
/* 2198 */     box-sizing: border-box;
/* 2199 */     -moz-box-sizing: border-box;
/* 2200 */     -webkit-box-sizing: border-box;

/* style.css */

/* 2201 */     box-shadow: none;
/* 2202 */     border-radius: 0;
/* 2203 */     height: 38px;
/* 2204 */     line-height: 30px;
/* 2205 */ }
/* 2206 */ #comments-form #comment_name:focus,
/* 2207 */ #comments-form #comment_email:focus,
/* 2208 */ #comments-form #comment_url:focus,
/* 2209 */ #comments-form #comment_message:focus,
/* 2210 */ #contact-form #contact_name:focus,
/* 2211 */ #contact-form #contact_email:focus,
/* 2212 */ #contact-form #contact_url:focus,
/* 2213 */ #contact-form #contact_message:focus {
/* 2214 */     border: 1px solid #1e7fd1;
/* 2215 */ }
/* 2216 */ 
/* 2217 */ #comments-form #comment_message,
/* 2218 */ #contact-form #contact_message {
/* 2219 */     width: 100%;
/* 2220 */     background-color: #fff;
/* 2221 */     border: 1px solid #eee;
/* 2222 */     box-sizing: border-box;
/* 2223 */     -moz-box-sizing: border-box;
/* 2224 */     -webkit-box-sizing: border-box;
/* 2225 */     box-shadow: none;
/* 2226 */     border-radius: 0;
/* 2227 */     height: 205px;
/* 2228 */ }
/* 2229 */ 
/* 2230 */ #comments-form #submit-comment,
/* 2231 */ #contact-form #submit-contact {
/* 2232 */     background: #1e7fd1;
/* 2233 */     border: 1px solid #1e7fd1;
/* 2234 */     color: #fff;
/* 2235 */     font-size: 13px;
/* 2236 */     padding: 8px 15px 10px;
/* 2237 */     font-family:Verdana, Geneva, sans-serif;
/* 2238 */     font-weight:700;
/* 2239 */ }
/* 2240 */ #comments-form #submit-comment:hover,
/* 2241 */ #contact-form #submit-contact:hover {
/* 2242 */     background: #fff;
/* 2243 */     color: #1e7fd1;
/* 2244 */ }
/* 2245 */ #comments-form .error,
/* 2246 */ #contact-form .error {
/* 2247 */     color: #1e7fd1;
/* 2248 */ }
/* 2249 */ 
/* 2250 */ .entry-box .entry-thumb {

/* style.css */

/* 2251 */     margin-bottom: 20px;
/* 2252 */ }
/* 2253 */ .entry-box .gallery-slideshow {
/* 2254 */     margin-bottom: 0;
/* 2255 */ }
/* 2256 */ 
/* 2257 */ /* =========================================================
/* 2258 *| Elements page
/* 2259 *| ============================================================ */
/* 2260 */ 
/* 2261 */ .elements-box h1,
/* 2262 */ .elements-box h2,
/* 2263 */ .elements-box h3,
/* 2264 */ .elements-box h4,
/* 2265 */ .elements-box h5,
/* 2266 */ .elements-box h6 {
/* 2267 */     color:#666;
/* 2268 */     margin:0 0 10px;
/* 2269 */ }
/* 2270 */ .elements-box .element-title {
/* 2271 */     font-size:30px;
/* 2272 */     margin:0 0 20px;
/* 2273 */     padding-bottom:10px;
/* 2274 */     border-bottom:1px solid #c6c6c6;
/* 2275 */     color:#666;
/* 2276 */ }
/* 2277 */ 
/* 2278 */ .list-container-3 ul {
/* 2279 */     margin: 0;
/* 2280 */ }
/* 2281 */ .list-container-3 ul li {
/* 2282 */     float: left;
/* 2283 */     list-style: none outside none;
/* 2284 */     margin: 0 2px 0 0;
/* 2285 */     border:none;
/* 2286 */     padding:0;
/* 2287 */     width:98px;
/* 2288 */     box-sizing:border-box;
/* 2289 */     -moz-box-sizing:border-box;
/* 2290 */ }
/* 2291 */ .list-container-3 ul li a {
/* 2292 */     background-color: #f5f5f5;
/* 2293 */     border:1px solid #e4e4e4;
/* 2294 */     color: #7e7e7e;
/* 2295 */     display: block;
/* 2296 */     font-family:'Rokkitt', serif;
/* 2297 */     font-size: 18px;
/* 2298 */     padding: 8px 0;
/* 2299 */     text-align:center;
/* 2300 */     outline:none;

/* style.css */

/* 2301 */     transition: all 0.3s ease-in-out 0s;
/* 2302 */     -moz-transition: all 0.3s ease-in-out 0s;
/* 2303 */     -webkit-transition: all 0.3s ease-in-out 0s;
/* 2304 */ }
/* 2305 */ .list-container-3 ul li.active a, 
/* 2306 */ .list-container-3 ul li:hover a {
/* 2307 */     border-top:1px solid #1E7FD1;
/* 2308 */     color: #333;
/* 2309 */     text-decoration: none;
/* 2310 */     background-color: #fff;
/* 2311 */ }
/* 2312 */ .tab-container-3 {
/* 2313 */     background-color:#fff;
/* 2314 */     border:1px solid #e4e4e4;
/* 2315 */     padding:15px 20px 5px;
/* 2316 */     margin-top:-1px;
/* 2317 */ }
/* 2318 */ .tab-container-3 ul li {
/* 2319 */     list-style:none;
/* 2320 */     border-top:1px solid #ededed;
/* 2321 */     padding-top:5px;
/* 2322 */     margin-top:5px;
/* 2323 */     color:#1E7FD1;
/* 2324 */     font-size:10px;
/* 2325 */ }
/* 2326 */ .tab-container-3 ul li a {
/* 2327 */     color:#777;
/* 2328 */     font-size:12px;
/* 2329 */     margin-left:10px;
/* 2330 */ }
/* 2331 */ .tab-container-3 ul li:first-child {
/* 2332 */     border-top:none;
/* 2333 */     padding-top:0px;
/* 2334 */     margin-top:0px;
/* 2335 */ }
/* 2336 */ .tab-container-3 ul li:before {
/* 2337 */     content: "\f067";
/* 2338 */     font-family: 'FontAwesome';
/* 2339 */ }
/* 2340 */ 
/* 2341 */ /*-------------Toggle Boxes-----------*/
/* 2342 */ #toggle-view {
/* 2343 */     list-style:none;   
/* 2344 */     margin:0;
/* 2345 */     padding:0;
/* 2346 */ }
/* 2347 */ #toggle-view p {
/* 2348 */     margin-bottom:0;
/* 2349 */ }
/* 2350 */ #toggle-view li {

/* style.css */

/* 2351 */     margin:0 0 10px;
/* 2352 */     position:relative;
/* 2353 */     cursor:pointer;
/* 2354 */     list-style:none;    
/* 2355 */ }
/* 2356 */ 
/* 2357 */ #toggle-view li h3 {
/* 2358 */     font-size:18px;
/* 2359 */     margin:0;
/* 2360 */     color:#444;
/* 2361 */     padding:0 20px 0 45px;
/* 2362 */     line-height:24px;
/* 2363 */ }
/* 2364 */ 
/* 2365 */ 
/* 2366 */ #toggle-view li span {
/* 2367 */     position:absolute;
/* 2368 */     left:0px;
/* 2369 */     top:0px;
/* 2370 */     font-size:18px;
/* 2371 */     width:22px;
/* 2372 */     height:22px;
/* 2373 */     text-align:center;
/* 2374 */     color:#b7b7b7;
/* 2375 */     line-height:22px;
/* 2376 */     background-color:#f6f6f6;
/* 2377 */     border:1px solid #e9e9e9;
/* 2378 */ }
/* 2379 */ #toggle-view li.active span {
/* 2380 */     line-height:20px;
/* 2381 */ }
/* 2382 */ #toggle-view .panel {
/* 2383 */     margin:0;
/* 2384 */     display:none;
/* 2385 */ }
/* 2386 */ #toggle-view .panel p {
/* 2387 */     margin:10px 0;
/* 2388 */ }
/* 2389 */ 
/* 2390 */ .accordion-title {
/* 2391 */     margin-bottom:10px;
/* 2392 */     position:relative;
/* 2393 */ }
/* 2394 */ .accordion-title span {
/* 2395 */     display:block;
/* 2396 */     position:absolute;
/* 2397 */     width:22px;
/* 2398 */     height:22px;
/* 2399 */     color:#b7b7b7;
/* 2400 */     background-color:#f6f6f6;

/* style.css */

/* 2401 */     border:1px solid #e9e9e9;
/* 2402 */     line-height:22px;
/* 2403 */     text-align:center;
/* 2404 */     font-size:18px;
/* 2405 */     right:0;
/* 2406 */     top:0;
/* 2407 */     cursor:pointer;
/* 2408 */ }
/* 2409 */ .accordion-title h3{
/* 2410 */     margin:0px;
/* 2411 */     font-size:18px;
/* 2412 */ }
/* 2413 */ .accordion-title a {
/* 2414 */     color:#444;
/* 2415 */     display: inline-block;
/* 2416 */     *display:inline;
/* 2417 */     zoom:1;
/* 2418 */     text-decoration:none !important;
/* 2419 */ }
/* 2420 */ .accordion-container {
/* 2421 */     margin:15px 0;
/* 2422 */ }
/* 2423 */ 
/* 2424 */ /* =========================================================
/* 2425 *| Contact page
/* 2426 *| ============================================================ */
/* 2427 */ .kp-map {
/* 2428 */     margin-bottom:30px;
/* 2429 */ }
/* 2430 */ .kp-map iframe {
/* 2431 */     margin-bottom:15px;
/* 2432 */ }
/* 2433 */ 
/* 2434 */ /* =========================================================
/* 2435 *| 404 Page
/* 2436 *| ============================================================ */
/* 2437 */ .error-404{
/* 2438 */     margin:70px 10% 100px;
/* 2439 */ }
/* 2440 */ .error-404 .left-col{
/* 2441 */     width:41%;
/* 2442 */     float:left;
/* 2443 */     margin:0 2%;
/* 2444 */ }
/* 2445 */ .error-404 .left-col p{
/* 2446 */     font-size:120px;
/* 2447 */     font-family:Arial, Helvetica, sans-serif;
/* 2448 */     font-weight:700;
/* 2449 */     color:#1E7FD1;
/* 2450 */     line-height:100px;

/* style.css */

/* 2451 */     text-align:right;
/* 2452 */ }
/* 2453 */ .error-404 .right-col{
/* 2454 */     width:50%;
/* 2455 */     float:left;
/* 2456 */     margin:0 2%;
/* 2457 */ }
/* 2458 */ .error-404 .right-col h1{
/* 2459 */     margin-bottom:10px;
/* 2460 */     font-size:29px;
/* 2461 */     color:#1E7FD1;
/* 2462 */     margin-top:0;
/* 2463 */ }
/* 2464 */ .error-404 .right-col a {
/* 2465 */     color:#1E7FD1;
/* 2466 */ }
/* 2467 */ .error-404 .right-col a:hover {
/* 2468 */     color:#666;
/* 2469 */ }
/* 2470 */ .kopa-pagelink{
/* 2471 */     margin-top:20px;
/* 2472 */     margin-bottom:20px;
/* 2473 */ }
/* 2474 */ .kopa-pagelink a{   
/* 2475 */     color:#00bc9e;
/* 2476 */     text-decoration:underline;
/* 2477 */     font-weight:700;
/* 2478 */     padding-right:15px;
/* 2479 */ }

/* extra.css */

/* 1   */ /*
/* 2   *| Table of contents
/* 3   *| 1. Article list widget
/* 4   *| 2. Article tab list widget
/* 5   *| 3. Comment form
/* 6   *| 4. WordPress Editor Classes
/* 7   *| 5. Tag box link
/* 8   *| 6. Shortcodes Columns Styles
/* 9   *| 7. Default widgets styles
/* 10  *| 8. Entry list distance
/* 11  *| 9. Text logo
/* 12  *| 10. Facebook comments
/* 13  *| 11. user content typography
/* 14  *| 12. Initial width for carousel
/* 15  *| 13. Advertising widget
/* 16  *| 14. Children comment
/* 17  *| */
/* 18  */ .kopa-article-list-widget ul li {
/* 19  */     margin-bottom: 0px;
/* 20  */ }
/* 21  */ 
/* 22  */ .kopa-article-list-widget .older-post li {
/* 23  */     margin-bottom: 0;
/* 24  */ }
/* 25  */ 
/* 26  */ /* 2. Article tab list widget */
/* 27  */ .kopa-entry-list-widget .tab-container-1 ul li .kp-2nd-post {
/* 28  */     background-color: #1c1c1c;
/* 29  */ }
/* 30  */ 
/* 31  */ .kopa-entry-list-widget .tab-container-1 ul li .kp-3rd-post {
/* 32  */     background-color: #666;
/* 33  */ }
/* 34  */ 
/* 35  */ .kopa-entry-list-widget .tab-container-1 .kp-thumbnail-style ul li .entry-thumb {
/* 36  */     background: none;
/* 37  */     display: block;
/* 38  */     float: left;
/* 39  */     height: auto;
/* 40  */     line-height: inherit;
/* 41  */     width: 53px;
/* 42  */ }
/* 43  */ 
/* 44  */ .kopa-entry-list-widget .video-icon {
/* 45  */     color: #1e7fd1;
/* 46  */     float: right;
/* 47  */     font-size: 16px;
/* 48  */ }
/* 49  */ 
/* 50  */ /* 3. Comment form title */

/* extra.css */

/* 51  */ #reply-title {
/* 52  */     color: #222;
/* 53  */     font-size: 12px;
/* 54  */     text-transform: uppercase;
/* 55  */     border-top: solid 3px #e2e1e2;
/* 56  */     padding: 2px 15px 5px;
/* 57  */     margin: 0 0 20px;
/* 58  */     position: relative;
/* 59  */     background-color: #f0f0f1;
/* 60  */ }
/* 61  */ 
/* 62  */ #cancel-comment-reply-link {
/* 63  */     font-size: 12px;
/* 64  */     line-height: 16px;
/* 65  */     margin: 0 0 15px;
/* 66  */     padding: 10px 20px;
/* 67  */     text-transform: uppercase;
/* 68  */     text-shadow: none;
/* 69  */ }
/* 70  */ 
/* 71  */ .comment #respond {
/* 72  */     margin-top: 20px;
/* 73  */ }
/* 74  */ 
/* 75  */ /* 4. WordPress Editor Classes */
/* 76  */ .wp-caption{
/* 77  */     max-width: 100%;
/* 78  */ }
/* 79  */ .wp-caption-text{}
/* 80  */ .sticky{}
/* 81  */ .gallery-caption{}
/* 82  */ .bypostauthor{}
/* 83  */ .alignleft {
/* 84  */     display: inline;
/* 85  */     float: left;
/* 86  */     margin-right: 10px;
/* 87  */ }
/* 88  */ .alignright {
/* 89  */     display: inline;
/* 90  */     float: right;
/* 91  */     margin-left: 10px;
/* 92  */ }
/* 93  */ .aligncenter {
/* 94  */     clear: both;
/* 95  */     display: block;
/* 96  */     margin-left: auto;
/* 97  */     margin-right: auto;
/* 98  */ }
/* 99  */ 
/* 100 */ /* 5. Tag box link */

/* extra.css */

/* 101 */ .tag-box a {
/* 102 */     margin-bottom: 3px;
/* 103 */ }
/* 104 */ 
/* 105 */ /* 6. Shortcodes Columns Styles */
/* 106 */ .kopa-one-two {
/* 107 */     float:left;
/* 108 */     margin-right:3%;
/* 109 */     width:48%;
/* 110 */ }
/* 111 */ .kopa-one-third {
/* 112 */     float:left;
/* 113 */     margin-right:2%;
/* 114 */     width:32%;
/* 115 */ }
/* 116 */ .kopa-two-third {
/* 117 */     float:left;
/* 118 */     margin-right:2%;
/* 119 */     width:66%;
/* 120 */ }
/* 121 */ .kopa-one-fourth {
/* 122 */     float:left;
/* 123 */     margin-right:2%;
/* 124 */     width:23.5%;
/* 125 */ }
/* 126 */ .kopa-three-fourth {
/* 127 */     float:left;
/* 128 */     margin-right:2%;
/* 129 */     width:74.5%;
/* 130 */ }
/* 131 */ 
/* 132 */ .kopa-one-two.last,
/* 133 */ .kopa-one-third.last,
/* 134 */ .kopa-two-third.last,
/* 135 */ .kopa-one-fourth.last,
/* 136 */ .kopa-three-fourth.last{
/* 137 */     margin-right:0 !important;
/* 138 */ }
/* 139 */ 
/* 140 */ /* 7. Default widgets styles */
/* 141 */ .widget_categories li a,
/* 142 */ .widget_pages li a,
/* 143 */ .widget_meta li a,
/* 144 */ .widget_tag_cloud a,
/* 145 */ .widget_nav_menu li a,
/* 146 */ .widget_search .search-form .search-text,
/* 147 */ .widget_search .search-form .search-submit,
/* 148 */ .widget_calendar a {
/* 149 */     color: #222;
/* 150 */ }

/* extra.css */

/* 151 */ #bottom-sidebar .widget_categories li a,
/* 152 */ #bottom-sidebar .widget_pages li a,
/* 153 */ #bottom-sidebar .widget_meta li a,
/* 154 */ #bottom-sidebar .widget_tag_cloud a,
/* 155 */ #bottom-sidebar .widget_nav_menu li a,
/* 156 */ #bottom-sidebar .widget_search .search-form .search-text,
/* 157 */ #bottom-sidebar .widget_search .search-form .search-submit,
/* 158 */ #bottom-sidebar .widget_calendar a {
/* 159 */     color: #666;
/* 160 */ }
/* 161 */ .widget_categories li a:hover,
/* 162 */ .widget_pages li a:hover,
/* 163 */ .widget_meta li a:hover,
/* 164 */ .widget_tag_cloud a:hover,
/* 165 */ .widget_nav_menu li a:hover,
/* 166 */ .widget_calendar a:hover {
/* 167 */     color: #1e7fd1;
/* 168 */ }
/* 169 */ .widget_categories li .children,
/* 170 */ .widget_pages li .children,
/* 171 */ .widget_nav_menu li .sub-menu {
/* 172 */     /*margin-left: 10px;*/
/* 173 */     margin-top: 10px;
/* 174 */     padding-top: 10px;
/* 175 */     border-top: 1px solid #e8e8e8;
/* 176 */ }
/* 177 */ #bottom-sidebar .widget_categories li .children,
/* 178 */ #bottom-sidebar .widget_pages li .children,
/* 179 */ #bottom-sidebar .widget_nav_menu li .sub-menu {
/* 180 */     margin-top: 5px;
/* 181 */     border-top: none;
/* 182 */ }
/* 183 */ .widget_search .search-form {
/* 184 */     border-bottom: 1px solid #222;
/* 185 */ }
/* 186 */ .widget_calendar table {
/* 187 */     width: 100%;
/* 188 */ }
/* 189 */ .widget_calendar table,
/* 190 */ .widget_calendar td {
/* 191 */     border: 0;
/* 192 */     border-collapse: separate;
/* 193 */     border-spacing: 1px;
/* 194 */ }
/* 195 */ .widget_calendar th,
/* 196 */ .widget_calendar td,
/* 197 */ .widget_calendar caption {
/* 198 */     padding: 0;
/* 199 */     text-align: left;
/* 200 */ }

/* extra.css */

/* 201 */ .widget_calendar #next {
/* 202 */     padding-right: 24px;
/* 203 */     text-align: right;
/* 204 */ }
/* 205 */ .widget_calendar a {
/* 206 */     display: block;
/* 207 */ }
/* 208 */ 
/* 209 */ .widget_categories .postform,
/* 210 */ .widget_archive select {
/* 211 */     width: 100%;
/* 212 */     border-radius: 0;
/* 213 */     border-color: #e8e8e8;
/* 214 */ }
/* 215 */ 
/* 216 */ .rsswidget,
/* 217 */ .rsswidget:hover {
/* 218 */     color: white;
/* 219 */ }
/* 220 */ 
/* 221 */ /* 8. Entry list distance */
/* 222 */ .entry-list {
/* 223 */     margin-bottom: 20px;
/* 224 */ }
/* 225 */ 
/* 226 */ /* 9. Text Logo */
/* 227 */ #kopa-logo-text {
/* 228 */     margin: 0;
/* 229 */ }
/* 230 */ #kopa-logo-text a {
/* 231 */     color: #1e7fd1;
/* 232 */ }
/* 233 */ 
/* 234 */ /* 10. Facebook comments */
/* 235 */ .fb-comments {
/* 236 */     margin-bottom: 20px;
/* 237 */ }
/* 238 */ 
/* 239 */ /* Responsive comments */
/* 240 */ #fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
/* 241 */ width: 100% !important;
/* 242 */ }
/* 243 */ 
/* 244 */ /* 11. user content typography */
/* 245 */ .elements-box li ul,
/* 246 */ .elements-box li ol,
/* 247 */ .comment-body li ul,
/* 248 */ .comment-body li ol {
/* 249 */     margin-top: 10px;
/* 250 */     margin-left: 20px;

/* extra.css */

/* 251 */ }
/* 252 */ 
/* 253 */ .elements-box ol li,
/* 254 */ .comment-body ol li {
/* 255 */     list-style: inside decimal;
/* 256 */ }
/* 257 */ 
/* 258 */ .comment-body ul li {
/* 259 */     list-style: inside disc;
/* 260 */ }
/* 261 */ 
/* 262 */ .elements-box table,
/* 263 */ .comment-body table {
/* 264 */     width: 100%;
/* 265 */ }
/* 266 */ 
/* 267 */ /* 12. Initial width for carousel */
/* 268 */ .kopa-related-post-carousel li {
/* 269 */     width: 156px;
/* 270 */ }
/* 271 */ 
/* 272 */ /* 13. Advertising widget */
/* 273 */ .kopa-adv-widget {
/* 274 */     padding: 20px 0;
/* 275 */ }
/* 276 */ 
/* 277 */ /* 14. Children comment */
/* 278 */ .comments-list .children {
/* 279 */     margin-top: 15px;
/* 280 */ }

/* bootstrap-responsive.css */

/* 1    */ /*!
/* 2    *|  * Bootstrap Responsive v2.3.1
/* 3    *|  *
/* 4    *|  * Copyright 2012 Twitter, Inc
/* 5    *|  * Licensed under the Apache License v2.0
/* 6    *|  * http://www.apache.org/licenses/LICENSE-2.0
/* 7    *|  *
/* 8    *|  * Designed and built with all the love in the world @twitter by @mdo and @fat.
/* 9    *|  */
/* 10   */ 
/* 11   */ .clearfix {
/* 12   */   *zoom: 1;
/* 13   */ }
/* 14   */ 
/* 15   */ .clearfix:before,
/* 16   */ .clearfix:after {
/* 17   */   display: table;
/* 18   */   line-height: 0;
/* 19   */   content: "";
/* 20   */ }
/* 21   */ 
/* 22   */ .clearfix:after {
/* 23   */   clear: both;
/* 24   */ }
/* 25   */ 
/* 26   */ .hide-text {
/* 27   */   font: 0/0 a;
/* 28   */   color: transparent;
/* 29   */   text-shadow: none;
/* 30   */   background-color: transparent;
/* 31   */   border: 0;
/* 32   */ }
/* 33   */ 
/* 34   */ .input-block-level {
/* 35   */   display: block;
/* 36   */   width: 100%;
/* 37   */   min-height: 30px;
/* 38   */   -webkit-box-sizing: border-box;
/* 39   */      -moz-box-sizing: border-box;
/* 40   */           box-sizing: border-box;
/* 41   */ }
/* 42   */ 
/* 43   */ @-ms-viewport {
/* 44   */   width: device-width;
/* 45   */ }
/* 46   */ 
/* 47   */ .hidden {
/* 48   */   display: none;
/* 49   */   visibility: hidden;
/* 50   */ }

/* bootstrap-responsive.css */

/* 51   */ 
/* 52   */ .visible-phone {
/* 53   */   display: none !important;
/* 54   */ }
/* 55   */ 
/* 56   */ .visible-tablet {
/* 57   */   display: none !important;
/* 58   */ }
/* 59   */ 
/* 60   */ .hidden-desktop {
/* 61   */   display: none !important;
/* 62   */ }
/* 63   */ 
/* 64   */ .visible-desktop {
/* 65   */   display: inherit !important;
/* 66   */ }
/* 67   */ 
/* 68   */ @media (min-width: 768px) and (max-width: 979px) {
/* 69   */   .hidden-desktop {
/* 70   */     display: inherit !important;
/* 71   */   }
/* 72   */   .visible-desktop {
/* 73   */     display: none !important ;
/* 74   */   }
/* 75   */   .visible-tablet {
/* 76   */     display: inherit !important;
/* 77   */   }
/* 78   */   .hidden-tablet {
/* 79   */     display: none !important;
/* 80   */   }
/* 81   */ }
/* 82   */ 
/* 83   */ @media (max-width: 767px) {
/* 84   */   .hidden-desktop {
/* 85   */     display: inherit !important;
/* 86   */   }
/* 87   */   .visible-desktop {
/* 88   */     display: none !important;
/* 89   */   }
/* 90   */   .visible-phone {
/* 91   */     display: inherit !important;
/* 92   */   }
/* 93   */   .hidden-phone {
/* 94   */     display: none !important;
/* 95   */   }
/* 96   */ }
/* 97   */ 
/* 98   */ .visible-print {
/* 99   */   display: none !important;
/* 100  */ }

/* bootstrap-responsive.css */

/* 101  */ 
/* 102  */ @media print {
/* 103  */   .visible-print {
/* 104  */     display: inherit !important;
/* 105  */   }
/* 106  */   .hidden-print {
/* 107  */     display: none !important;
/* 108  */   }
/* 109  */ }
/* 110  */ 
/* 111  */ @media (min-width: 1200px) {
/* 112  */   .row {
/* 113  */     margin-left: -30px;
/* 114  */     *zoom: 1;
/* 115  */   }
/* 116  */   .row:before,
/* 117  */   .row:after {
/* 118  */     display: table;
/* 119  */     line-height: 0;
/* 120  */     content: "";
/* 121  */   }
/* 122  */   .row:after {
/* 123  */     clear: both;
/* 124  */   }
/* 125  */   [class*="span"] {
/* 126  */     float: left;
/* 127  */     min-height: 1px;
/* 128  */     margin-left: 30px;
/* 129  */   }
/* 130  */   .container,
/* 131  */   .navbar-static-top .container,
/* 132  */   .navbar-fixed-top .container,
/* 133  */   .navbar-fixed-bottom .container {
/* 134  */     width: 1170px;
/* 135  */   }
/* 136  */   .span12 {
/* 137  */     width: 1170px;
/* 138  */   }
/* 139  */   .span11 {
/* 140  */     width: 1070px;
/* 141  */   }
/* 142  */   .span10 {
/* 143  */     width: 970px;
/* 144  */   }
/* 145  */   .span9 {
/* 146  */     width: 870px;
/* 147  */   }
/* 148  */   .span8 {
/* 149  */     width: 770px;
/* 150  */   }

/* bootstrap-responsive.css */

/* 151  */   .span7 {
/* 152  */     width: 670px;
/* 153  */   }
/* 154  */   .span6 {
/* 155  */     width: 570px;
/* 156  */   }
/* 157  */   .span5 {
/* 158  */     width: 470px;
/* 159  */   }
/* 160  */   .span4 {
/* 161  */     width: 370px;
/* 162  */   }
/* 163  */   .span3 {
/* 164  */     width: 270px;
/* 165  */   }
/* 166  */   .span2 {
/* 167  */     width: 170px;
/* 168  */   }
/* 169  */   .span1 {
/* 170  */     width: 70px;
/* 171  */   }
/* 172  */   .offset12 {
/* 173  */     margin-left: 1230px;
/* 174  */   }
/* 175  */   .offset11 {
/* 176  */     margin-left: 1130px;
/* 177  */   }
/* 178  */   .offset10 {
/* 179  */     margin-left: 1030px;
/* 180  */   }
/* 181  */   .offset9 {
/* 182  */     margin-left: 930px;
/* 183  */   }
/* 184  */   .offset8 {
/* 185  */     margin-left: 830px;
/* 186  */   }
/* 187  */   .offset7 {
/* 188  */     margin-left: 730px;
/* 189  */   }
/* 190  */   .offset6 {
/* 191  */     margin-left: 630px;
/* 192  */   }
/* 193  */   .offset5 {
/* 194  */     margin-left: 530px;
/* 195  */   }
/* 196  */   .offset4 {
/* 197  */     margin-left: 430px;
/* 198  */   }
/* 199  */   .offset3 {
/* 200  */     margin-left: 330px;

/* bootstrap-responsive.css */

/* 201  */   }
/* 202  */   .offset2 {
/* 203  */     margin-left: 230px;
/* 204  */   }
/* 205  */   .offset1 {
/* 206  */     margin-left: 130px;
/* 207  */   }
/* 208  */   .row-fluid {
/* 209  */     width: 100%;
/* 210  */     *zoom: 1;
/* 211  */   }
/* 212  */   .row-fluid:before,
/* 213  */   .row-fluid:after {
/* 214  */     display: table;
/* 215  */     line-height: 0;
/* 216  */     content: "";
/* 217  */   }
/* 218  */   .row-fluid:after {
/* 219  */     clear: both;
/* 220  */   }
/* 221  */   .row-fluid [class*="span"] {
/* 222  */     display: block;
/* 223  */     float: left;
/* 224  */     width: 100%;
/* 225  */     min-height: 30px;
/* 226  */     margin-left: 2.564102564102564%;
/* 227  */     *margin-left: 2.5109110747408616%;
/* 228  */     -webkit-box-sizing: border-box;
/* 229  */        -moz-box-sizing: border-box;
/* 230  */             box-sizing: border-box;
/* 231  */   }
/* 232  */   .row-fluid [class*="span"]:first-child {
/* 233  */     margin-left: 0;
/* 234  */   }
/* 235  */   .row-fluid .controls-row [class*="span"] + [class*="span"] {
/* 236  */     margin-left: 2.564102564102564%;
/* 237  */   }
/* 238  */   .row-fluid .span12 {
/* 239  */     width: 100%;
/* 240  */     *width: 99.94680851063829%;
/* 241  */   }
/* 242  */   .row-fluid .span11 {
/* 243  */     width: 91.45299145299145%;
/* 244  */     *width: 91.39979996362975%;
/* 245  */   }
/* 246  */   .row-fluid .span10 {
/* 247  */     width: 82.90598290598291%;
/* 248  */     *width: 82.8527914166212%;
/* 249  */   }
/* 250  */   .row-fluid .span9 {

/* bootstrap-responsive.css */

/* 251  */     width: 74.35897435897436%;
/* 252  */     *width: 74.30578286961266%;
/* 253  */   }
/* 254  */   .row-fluid .span8 {
/* 255  */     width: 65.81196581196582%;
/* 256  */     *width: 65.75877432260411%;
/* 257  */   }
/* 258  */   .row-fluid .span7 {
/* 259  */     width: 57.26495726495726%;
/* 260  */     *width: 57.21176577559556%;
/* 261  */   }
/* 262  */   .row-fluid .span6 {
/* 263  */     width: 48.717948717948715%;
/* 264  */     *width: 48.664757228587014%;
/* 265  */   }
/* 266  */   .row-fluid .span5 {
/* 267  */     width: 40.17094017094017%;
/* 268  */     *width: 40.11774868157847%;
/* 269  */   }
/* 270  */   .row-fluid .span4 {
/* 271  */     width: 31.623931623931625%;
/* 272  */     *width: 31.570740134569924%;
/* 273  */   }
/* 274  */   .row-fluid .span3 {
/* 275  */     width: 23.076923076923077%;
/* 276  */     *width: 23.023731587561375%;
/* 277  */   }
/* 278  */   .row-fluid .span2 {
/* 279  */     width: 14.52991452991453%;
/* 280  */     *width: 14.476723040552828%;
/* 281  */   }
/* 282  */   .row-fluid .span1 {
/* 283  */     width: 5.982905982905983%;
/* 284  */     *width: 5.929714493544281%;
/* 285  */   }
/* 286  */   .row-fluid .offset12 {
/* 287  */     margin-left: 105.12820512820512%;
/* 288  */     *margin-left: 105.02182214948171%;
/* 289  */   }
/* 290  */   .row-fluid .offset12:first-child {
/* 291  */     margin-left: 102.56410256410257%;
/* 292  */     *margin-left: 102.45771958537915%;
/* 293  */   }
/* 294  */   .row-fluid .offset11 {
/* 295  */     margin-left: 96.58119658119658%;
/* 296  */     *margin-left: 96.47481360247316%;
/* 297  */   }
/* 298  */   .row-fluid .offset11:first-child {
/* 299  */     margin-left: 94.01709401709402%;
/* 300  */     *margin-left: 93.91071103837061%;

/* bootstrap-responsive.css */

/* 301  */   }
/* 302  */   .row-fluid .offset10 {
/* 303  */     margin-left: 88.03418803418803%;
/* 304  */     *margin-left: 87.92780505546462%;
/* 305  */   }
/* 306  */   .row-fluid .offset10:first-child {
/* 307  */     margin-left: 85.47008547008548%;
/* 308  */     *margin-left: 85.36370249136206%;
/* 309  */   }
/* 310  */   .row-fluid .offset9 {
/* 311  */     margin-left: 79.48717948717949%;
/* 312  */     *margin-left: 79.38079650845607%;
/* 313  */   }
/* 314  */   .row-fluid .offset9:first-child {
/* 315  */     margin-left: 76.92307692307693%;
/* 316  */     *margin-left: 76.81669394435352%;
/* 317  */   }
/* 318  */   .row-fluid .offset8 {
/* 319  */     margin-left: 70.94017094017094%;
/* 320  */     *margin-left: 70.83378796144753%;
/* 321  */   }
/* 322  */   .row-fluid .offset8:first-child {
/* 323  */     margin-left: 68.37606837606839%;
/* 324  */     *margin-left: 68.26968539734497%;
/* 325  */   }
/* 326  */   .row-fluid .offset7 {
/* 327  */     margin-left: 62.393162393162385%;
/* 328  */     *margin-left: 62.28677941443899%;
/* 329  */   }
/* 330  */   .row-fluid .offset7:first-child {
/* 331  */     margin-left: 59.82905982905982%;
/* 332  */     *margin-left: 59.72267685033642%;
/* 333  */   }
/* 334  */   .row-fluid .offset6 {
/* 335  */     margin-left: 53.84615384615384%;
/* 336  */     *margin-left: 53.739770867430444%;
/* 337  */   }
/* 338  */   .row-fluid .offset6:first-child {
/* 339  */     margin-left: 51.28205128205128%;
/* 340  */     *margin-left: 51.175668303327875%;
/* 341  */   }
/* 342  */   .row-fluid .offset5 {
/* 343  */     margin-left: 45.299145299145295%;
/* 344  */     *margin-left: 45.1927623204219%;
/* 345  */   }
/* 346  */   .row-fluid .offset5:first-child {
/* 347  */     margin-left: 42.73504273504273%;
/* 348  */     *margin-left: 42.62865975631933%;
/* 349  */   }
/* 350  */   .row-fluid .offset4 {

/* bootstrap-responsive.css */

/* 351  */     margin-left: 36.75213675213675%;
/* 352  */     *margin-left: 36.645753773413354%;
/* 353  */   }
/* 354  */   .row-fluid .offset4:first-child {
/* 355  */     margin-left: 34.18803418803419%;
/* 356  */     *margin-left: 34.081651209310785%;
/* 357  */   }
/* 358  */   .row-fluid .offset3 {
/* 359  */     margin-left: 28.205128205128204%;
/* 360  */     *margin-left: 28.0987452264048%;
/* 361  */   }
/* 362  */   .row-fluid .offset3:first-child {
/* 363  */     margin-left: 25.641025641025642%;
/* 364  */     *margin-left: 25.53464266230224%;
/* 365  */   }
/* 366  */   .row-fluid .offset2 {
/* 367  */     margin-left: 19.65811965811966%;
/* 368  */     *margin-left: 19.551736679396257%;
/* 369  */   }
/* 370  */   .row-fluid .offset2:first-child {
/* 371  */     margin-left: 17.094017094017094%;
/* 372  */     *margin-left: 16.98763411529369%;
/* 373  */   }
/* 374  */   .row-fluid .offset1 {
/* 375  */     margin-left: 11.11111111111111%;
/* 376  */     *margin-left: 11.004728132387708%;
/* 377  */   }
/* 378  */   .row-fluid .offset1:first-child {
/* 379  */     margin-left: 8.547008547008547%;
/* 380  */     *margin-left: 8.440625568285142%;
/* 381  */   }
/* 382  */   input,
/* 383  */   textarea,
/* 384  */   .uneditable-input {
/* 385  */     margin-left: 0;
/* 386  */   }
/* 387  */   .controls-row [class*="span"] + [class*="span"] {
/* 388  */     margin-left: 30px;
/* 389  */   }
/* 390  */   input.span12,
/* 391  */   textarea.span12,
/* 392  */   .uneditable-input.span12 {
/* 393  */     width: 1156px;
/* 394  */   }
/* 395  */   input.span11,
/* 396  */   textarea.span11,
/* 397  */   .uneditable-input.span11 {
/* 398  */     width: 1056px;
/* 399  */   }
/* 400  */   input.span10,

/* bootstrap-responsive.css */

/* 401  */   textarea.span10,
/* 402  */   .uneditable-input.span10 {
/* 403  */     width: 956px;
/* 404  */   }
/* 405  */   input.span9,
/* 406  */   textarea.span9,
/* 407  */   .uneditable-input.span9 {
/* 408  */     width: 856px;
/* 409  */   }
/* 410  */   input.span8,
/* 411  */   textarea.span8,
/* 412  */   .uneditable-input.span8 {
/* 413  */     width: 756px;
/* 414  */   }
/* 415  */   input.span7,
/* 416  */   textarea.span7,
/* 417  */   .uneditable-input.span7 {
/* 418  */     width: 656px;
/* 419  */   }
/* 420  */   input.span6,
/* 421  */   textarea.span6,
/* 422  */   .uneditable-input.span6 {
/* 423  */     width: 556px;
/* 424  */   }
/* 425  */   input.span5,
/* 426  */   textarea.span5,
/* 427  */   .uneditable-input.span5 {
/* 428  */     width: 456px;
/* 429  */   }
/* 430  */   input.span4,
/* 431  */   textarea.span4,
/* 432  */   .uneditable-input.span4 {
/* 433  */     width: 356px;
/* 434  */   }
/* 435  */   input.span3,
/* 436  */   textarea.span3,
/* 437  */   .uneditable-input.span3 {
/* 438  */     width: 256px;
/* 439  */   }
/* 440  */   input.span2,
/* 441  */   textarea.span2,
/* 442  */   .uneditable-input.span2 {
/* 443  */     width: 156px;
/* 444  */   }
/* 445  */   input.span1,
/* 446  */   textarea.span1,
/* 447  */   .uneditable-input.span1 {
/* 448  */     width: 56px;
/* 449  */   }
/* 450  */   .thumbnails {

/* bootstrap-responsive.css */

/* 451  */     margin-left: -30px;
/* 452  */   }
/* 453  */   .thumbnails > li {
/* 454  */     margin-left: 30px;
/* 455  */   }
/* 456  */   .row-fluid .thumbnails {
/* 457  */     margin-left: 0;
/* 458  */   }
/* 459  */ }
/* 460  */ 
/* 461  */ @media (min-width: 768px) and (max-width: 979px) {
/* 462  */   .row {
/* 463  */     margin-left: -20px;
/* 464  */     *zoom: 1;
/* 465  */   }
/* 466  */   .row:before,
/* 467  */   .row:after {
/* 468  */     display: table;
/* 469  */     line-height: 0;
/* 470  */     content: "";
/* 471  */   }
/* 472  */   .row:after {
/* 473  */     clear: both;
/* 474  */   }
/* 475  */   [class*="span"] {
/* 476  */     float: left;
/* 477  */     min-height: 1px;
/* 478  */     margin-left: 20px;
/* 479  */   }
/* 480  */   .container,
/* 481  */   .navbar-static-top .container,
/* 482  */   .navbar-fixed-top .container,
/* 483  */   .navbar-fixed-bottom .container {
/* 484  */     width: 724px;
/* 485  */   }
/* 486  */   .span12 {
/* 487  */     width: 724px;
/* 488  */   }
/* 489  */   .span11 {
/* 490  */     width: 662px;
/* 491  */   }
/* 492  */   .span10 {
/* 493  */     width: 600px;
/* 494  */   }
/* 495  */   .span9 {
/* 496  */     width: 538px;
/* 497  */   }
/* 498  */   .span8 {
/* 499  */     width: 476px;
/* 500  */   }

/* bootstrap-responsive.css */

/* 501  */   .span7 {
/* 502  */     width: 414px;
/* 503  */   }
/* 504  */   .span6 {
/* 505  */     width: 352px;
/* 506  */   }
/* 507  */   .span5 {
/* 508  */     width: 290px;
/* 509  */   }
/* 510  */   .span4 {
/* 511  */     width: 228px;
/* 512  */   }
/* 513  */   .span3 {
/* 514  */     width: 166px;
/* 515  */   }
/* 516  */   .span2 {
/* 517  */     width: 104px;
/* 518  */   }
/* 519  */   .span1 {
/* 520  */     width: 42px;
/* 521  */   }
/* 522  */   .offset12 {
/* 523  */     margin-left: 764px;
/* 524  */   }
/* 525  */   .offset11 {
/* 526  */     margin-left: 702px;
/* 527  */   }
/* 528  */   .offset10 {
/* 529  */     margin-left: 640px;
/* 530  */   }
/* 531  */   .offset9 {
/* 532  */     margin-left: 578px;
/* 533  */   }
/* 534  */   .offset8 {
/* 535  */     margin-left: 516px;
/* 536  */   }
/* 537  */   .offset7 {
/* 538  */     margin-left: 454px;
/* 539  */   }
/* 540  */   .offset6 {
/* 541  */     margin-left: 392px;
/* 542  */   }
/* 543  */   .offset5 {
/* 544  */     margin-left: 330px;
/* 545  */   }
/* 546  */   .offset4 {
/* 547  */     margin-left: 268px;
/* 548  */   }
/* 549  */   .offset3 {
/* 550  */     margin-left: 206px;

/* bootstrap-responsive.css */

/* 551  */   }
/* 552  */   .offset2 {
/* 553  */     margin-left: 144px;
/* 554  */   }
/* 555  */   .offset1 {
/* 556  */     margin-left: 82px;
/* 557  */   }
/* 558  */   .row-fluid {
/* 559  */     width: 100%;
/* 560  */     *zoom: 1;
/* 561  */   }
/* 562  */   .row-fluid:before,
/* 563  */   .row-fluid:after {
/* 564  */     display: table;
/* 565  */     line-height: 0;
/* 566  */     content: "";
/* 567  */   }
/* 568  */   .row-fluid:after {
/* 569  */     clear: both;
/* 570  */   }
/* 571  */   .row-fluid [class*="span"] {
/* 572  */     display: block;
/* 573  */     float: left;
/* 574  */     width: 100%;
/* 575  */     min-height: 30px;
/* 576  */     margin-left: 2.7624309392265194%;
/* 577  */     *margin-left: 2.709239449864817%;
/* 578  */     -webkit-box-sizing: border-box;
/* 579  */        -moz-box-sizing: border-box;
/* 580  */             box-sizing: border-box;
/* 581  */   }
/* 582  */   .row-fluid [class*="span"]:first-child {
/* 583  */     margin-left: 0;
/* 584  */   }
/* 585  */   .row-fluid .controls-row [class*="span"] + [class*="span"] {
/* 586  */     margin-left: 2.7624309392265194%;
/* 587  */   }
/* 588  */   .row-fluid .span12 {
/* 589  */     width: 100%;
/* 590  */     *width: 99.94680851063829%;
/* 591  */   }
/* 592  */   .row-fluid .span11 {
/* 593  */     width: 91.43646408839778%;
/* 594  */     *width: 91.38327259903608%;
/* 595  */   }
/* 596  */   .row-fluid .span10 {
/* 597  */     width: 82.87292817679558%;
/* 598  */     *width: 82.81973668743387%;
/* 599  */   }
/* 600  */   .row-fluid .span9 {

/* bootstrap-responsive.css */

/* 601  */     width: 74.30939226519337%;
/* 602  */     *width: 74.25620077583166%;
/* 603  */   }
/* 604  */   .row-fluid .span8 {
/* 605  */     width: 65.74585635359117%;
/* 606  */     *width: 65.69266486422946%;
/* 607  */   }
/* 608  */   .row-fluid .span7 {
/* 609  */     width: 57.18232044198895%;
/* 610  */     *width: 57.12912895262725%;
/* 611  */   }
/* 612  */   .row-fluid .span6 {
/* 613  */     width: 48.61878453038674%;
/* 614  */     *width: 48.56559304102504%;
/* 615  */   }
/* 616  */   .row-fluid .span5 {
/* 617  */     width: 40.05524861878453%;
/* 618  */     *width: 40.00205712942283%;
/* 619  */   }
/* 620  */   .row-fluid .span4 {
/* 621  */     width: 31.491712707182323%;
/* 622  */     *width: 31.43852121782062%;
/* 623  */   }
/* 624  */   .row-fluid .span3 {
/* 625  */     width: 22.92817679558011%;
/* 626  */     *width: 22.87498530621841%;
/* 627  */   }
/* 628  */   .row-fluid .span2 {
/* 629  */     width: 14.3646408839779%;
/* 630  */     *width: 14.311449394616199%;
/* 631  */   }
/* 632  */   .row-fluid .span1 {
/* 633  */     width: 5.801104972375691%;
/* 634  */     *width: 5.747913483013988%;
/* 635  */   }
/* 636  */   .row-fluid .offset12 {
/* 637  */     margin-left: 105.52486187845304%;
/* 638  */     *margin-left: 105.41847889972962%;
/* 639  */   }
/* 640  */   .row-fluid .offset12:first-child {
/* 641  */     margin-left: 102.76243093922652%;
/* 642  */     *margin-left: 102.6560479605031%;
/* 643  */   }
/* 644  */   .row-fluid .offset11 {
/* 645  */     margin-left: 96.96132596685082%;
/* 646  */     *margin-left: 96.8549429881274%;
/* 647  */   }
/* 648  */   .row-fluid .offset11:first-child {
/* 649  */     margin-left: 94.1988950276243%;
/* 650  */     *margin-left: 94.09251204890089%;

/* bootstrap-responsive.css */

/* 651  */   }
/* 652  */   .row-fluid .offset10 {
/* 653  */     margin-left: 88.39779005524862%;
/* 654  */     *margin-left: 88.2914070765252%;
/* 655  */   }
/* 656  */   .row-fluid .offset10:first-child {
/* 657  */     margin-left: 85.6353591160221%;
/* 658  */     *margin-left: 85.52897613729868%;
/* 659  */   }
/* 660  */   .row-fluid .offset9 {
/* 661  */     margin-left: 79.8342541436464%;
/* 662  */     *margin-left: 79.72787116492299%;
/* 663  */   }
/* 664  */   .row-fluid .offset9:first-child {
/* 665  */     margin-left: 77.07182320441989%;
/* 666  */     *margin-left: 76.96544022569647%;
/* 667  */   }
/* 668  */   .row-fluid .offset8 {
/* 669  */     margin-left: 71.2707182320442%;
/* 670  */     *margin-left: 71.16433525332079%;
/* 671  */   }
/* 672  */   .row-fluid .offset8:first-child {
/* 673  */     margin-left: 68.50828729281768%;
/* 674  */     *margin-left: 68.40190431409427%;
/* 675  */   }
/* 676  */   .row-fluid .offset7 {
/* 677  */     margin-left: 62.70718232044199%;
/* 678  */     *margin-left: 62.600799341718584%;
/* 679  */   }
/* 680  */   .row-fluid .offset7:first-child {
/* 681  */     margin-left: 59.94475138121547%;
/* 682  */     *margin-left: 59.838368402492065%;
/* 683  */   }
/* 684  */   .row-fluid .offset6 {
/* 685  */     margin-left: 54.14364640883978%;
/* 686  */     *margin-left: 54.037263430116376%;
/* 687  */   }
/* 688  */   .row-fluid .offset6:first-child {
/* 689  */     margin-left: 51.38121546961326%;
/* 690  */     *margin-left: 51.27483249088986%;
/* 691  */   }
/* 692  */   .row-fluid .offset5 {
/* 693  */     margin-left: 45.58011049723757%;
/* 694  */     *margin-left: 45.47372751851417%;
/* 695  */   }
/* 696  */   .row-fluid .offset5:first-child {
/* 697  */     margin-left: 42.81767955801105%;
/* 698  */     *margin-left: 42.71129657928765%;
/* 699  */   }
/* 700  */   .row-fluid .offset4 {

/* bootstrap-responsive.css */

/* 701  */     margin-left: 37.01657458563536%;
/* 702  */     *margin-left: 36.91019160691196%;
/* 703  */   }
/* 704  */   .row-fluid .offset4:first-child {
/* 705  */     margin-left: 34.25414364640884%;
/* 706  */     *margin-left: 34.14776066768544%;
/* 707  */   }
/* 708  */   .row-fluid .offset3 {
/* 709  */     margin-left: 28.45303867403315%;
/* 710  */     *margin-left: 28.346655695309746%;
/* 711  */   }
/* 712  */   .row-fluid .offset3:first-child {
/* 713  */     margin-left: 25.69060773480663%;
/* 714  */     *margin-left: 25.584224756083227%;
/* 715  */   }
/* 716  */   .row-fluid .offset2 {
/* 717  */     margin-left: 19.88950276243094%;
/* 718  */     *margin-left: 19.783119783707537%;
/* 719  */   }
/* 720  */   .row-fluid .offset2:first-child {
/* 721  */     margin-left: 17.12707182320442%;
/* 722  */     *margin-left: 17.02068884448102%;
/* 723  */   }
/* 724  */   .row-fluid .offset1 {
/* 725  */     margin-left: 11.32596685082873%;
/* 726  */     *margin-left: 11.219583872105325%;
/* 727  */   }
/* 728  */   .row-fluid .offset1:first-child {
/* 729  */     margin-left: 8.56353591160221%;
/* 730  */     *margin-left: 8.457152932878806%;
/* 731  */   }
/* 732  */   input,
/* 733  */   textarea,
/* 734  */   .uneditable-input {
/* 735  */     margin-left: 0;
/* 736  */   }
/* 737  */   .controls-row [class*="span"] + [class*="span"] {
/* 738  */     margin-left: 20px;
/* 739  */   }
/* 740  */   input.span12,
/* 741  */   textarea.span12,
/* 742  */   .uneditable-input.span12 {
/* 743  */     width: 710px;
/* 744  */   }
/* 745  */   input.span11,
/* 746  */   textarea.span11,
/* 747  */   .uneditable-input.span11 {
/* 748  */     width: 648px;
/* 749  */   }
/* 750  */   input.span10,

/* bootstrap-responsive.css */

/* 751  */   textarea.span10,
/* 752  */   .uneditable-input.span10 {
/* 753  */     width: 586px;
/* 754  */   }
/* 755  */   input.span9,
/* 756  */   textarea.span9,
/* 757  */   .uneditable-input.span9 {
/* 758  */     width: 524px;
/* 759  */   }
/* 760  */   input.span8,
/* 761  */   textarea.span8,
/* 762  */   .uneditable-input.span8 {
/* 763  */     width: 462px;
/* 764  */   }
/* 765  */   input.span7,
/* 766  */   textarea.span7,
/* 767  */   .uneditable-input.span7 {
/* 768  */     width: 400px;
/* 769  */   }
/* 770  */   input.span6,
/* 771  */   textarea.span6,
/* 772  */   .uneditable-input.span6 {
/* 773  */     width: 338px;
/* 774  */   }
/* 775  */   input.span5,
/* 776  */   textarea.span5,
/* 777  */   .uneditable-input.span5 {
/* 778  */     width: 276px;
/* 779  */   }
/* 780  */   input.span4,
/* 781  */   textarea.span4,
/* 782  */   .uneditable-input.span4 {
/* 783  */     width: 214px;
/* 784  */   }
/* 785  */   input.span3,
/* 786  */   textarea.span3,
/* 787  */   .uneditable-input.span3 {
/* 788  */     width: 152px;
/* 789  */   }
/* 790  */   input.span2,
/* 791  */   textarea.span2,
/* 792  */   .uneditable-input.span2 {
/* 793  */     width: 90px;
/* 794  */   }
/* 795  */   input.span1,
/* 796  */   textarea.span1,
/* 797  */   .uneditable-input.span1 {
/* 798  */     width: 28px;
/* 799  */   }
/* 800  */ }

/* bootstrap-responsive.css */

/* 801  */ 
/* 802  */ @media (max-width: 767px) {
/* 803  */   body {
/* 804  */     padding-right: 20px;
/* 805  */     padding-left: 20px;
/* 806  */   }
/* 807  */   .navbar-fixed-top,
/* 808  */   .navbar-fixed-bottom,
/* 809  */   .navbar-static-top {
/* 810  */     margin-right: -20px;
/* 811  */     margin-left: -20px;
/* 812  */   }
/* 813  */   .container-fluid {
/* 814  */     padding: 0;
/* 815  */   }
/* 816  */   .dl-horizontal dt {
/* 817  */     float: none;
/* 818  */     width: auto;
/* 819  */     clear: none;
/* 820  */     text-align: left;
/* 821  */   }
/* 822  */   .dl-horizontal dd {
/* 823  */     margin-left: 0;
/* 824  */   }
/* 825  */   .container {
/* 826  */     width: auto;
/* 827  */   }
/* 828  */   .row-fluid {
/* 829  */     width: 100%;
/* 830  */   }
/* 831  */   .row,
/* 832  */   .thumbnails {
/* 833  */     margin-left: 0;
/* 834  */   }
/* 835  */   .thumbnails > li {
/* 836  */     float: none;
/* 837  */     margin-left: 0;
/* 838  */   }
/* 839  */   [class*="span"],
/* 840  */   .uneditable-input[class*="span"],
/* 841  */   .row-fluid [class*="span"] {
/* 842  */     display: block;
/* 843  */     float: none;
/* 844  */     width: 100%;
/* 845  */     margin-left: 0;
/* 846  */     -webkit-box-sizing: border-box;
/* 847  */        -moz-box-sizing: border-box;
/* 848  */             box-sizing: border-box;
/* 849  */   }
/* 850  */   .span12,

/* bootstrap-responsive.css */

/* 851  */   .row-fluid .span12 {
/* 852  */     width: 100%;
/* 853  */     -webkit-box-sizing: border-box;
/* 854  */        -moz-box-sizing: border-box;
/* 855  */             box-sizing: border-box;
/* 856  */   }
/* 857  */   .row-fluid [class*="offset"]:first-child {
/* 858  */     margin-left: 0;
/* 859  */   }
/* 860  */   .input-large,
/* 861  */   .input-xlarge,
/* 862  */   .input-xxlarge,
/* 863  */   input[class*="span"],
/* 864  */   select[class*="span"],
/* 865  */   textarea[class*="span"],
/* 866  */   .uneditable-input {
/* 867  */     display: block;
/* 868  */     width: 100%;
/* 869  */     min-height: 30px;
/* 870  */     -webkit-box-sizing: border-box;
/* 871  */        -moz-box-sizing: border-box;
/* 872  */             box-sizing: border-box;
/* 873  */   }
/* 874  */   .input-prepend input,
/* 875  */   .input-append input,
/* 876  */   .input-prepend input[class*="span"],
/* 877  */   .input-append input[class*="span"] {
/* 878  */     display: inline-block;
/* 879  */     width: auto;
/* 880  */   }
/* 881  */   .controls-row [class*="span"] + [class*="span"] {
/* 882  */     margin-left: 0;
/* 883  */   }
/* 884  */   .modal {
/* 885  */     position: fixed;
/* 886  */     top: 20px;
/* 887  */     right: 20px;
/* 888  */     left: 20px;
/* 889  */     width: auto;
/* 890  */     margin: 0;
/* 891  */   }
/* 892  */   .modal.fade {
/* 893  */     top: -100px;
/* 894  */   }
/* 895  */   .modal.fade.in {
/* 896  */     top: 20px;
/* 897  */   }
/* 898  */ }
/* 899  */ 
/* 900  */ @media (max-width: 480px) {

/* bootstrap-responsive.css */

/* 901  */   .nav-collapse {
/* 902  */     -webkit-transform: translate3d(0, 0, 0);
/* 903  */   }
/* 904  */   .page-header h1 small {
/* 905  */     display: block;
/* 906  */     line-height: 20px;
/* 907  */   }
/* 908  */   input[type="checkbox"],
/* 909  */   input[type="radio"] {
/* 910  */     border: 1px solid #ccc;
/* 911  */   }
/* 912  */   .form-horizontal .control-label {
/* 913  */     float: none;
/* 914  */     width: auto;
/* 915  */     padding-top: 0;
/* 916  */     text-align: left;
/* 917  */   }
/* 918  */   .form-horizontal .controls {
/* 919  */     margin-left: 0;
/* 920  */   }
/* 921  */   .form-horizontal .control-list {
/* 922  */     padding-top: 0;
/* 923  */   }
/* 924  */   .form-horizontal .form-actions {
/* 925  */     padding-right: 10px;
/* 926  */     padding-left: 10px;
/* 927  */   }
/* 928  */   .media .pull-left,
/* 929  */   .media .pull-right {
/* 930  */     display: block;
/* 931  */     float: none;
/* 932  */     margin-bottom: 10px;
/* 933  */   }
/* 934  */   .media-object {
/* 935  */     margin-right: 0;
/* 936  */     margin-left: 0;
/* 937  */   }
/* 938  */   .modal {
/* 939  */     top: 10px;
/* 940  */     right: 10px;
/* 941  */     left: 10px;
/* 942  */   }
/* 943  */   .modal-header .close {
/* 944  */     padding: 10px;
/* 945  */     margin: -10px;
/* 946  */   }
/* 947  */   .carousel-caption {
/* 948  */     position: static;
/* 949  */   }
/* 950  */ }

/* bootstrap-responsive.css */

/* 951  */ 
/* 952  */ @media (max-width: 979px) {
/* 953  */   body {
/* 954  */     padding-top: 0;
/* 955  */   }
/* 956  */   .navbar-fixed-top,
/* 957  */   .navbar-fixed-bottom {
/* 958  */     position: static;
/* 959  */   }
/* 960  */   .navbar-fixed-top {
/* 961  */     margin-bottom: 20px;
/* 962  */   }
/* 963  */   .navbar-fixed-bottom {
/* 964  */     margin-top: 20px;
/* 965  */   }
/* 966  */   .navbar-fixed-top .navbar-inner,
/* 967  */   .navbar-fixed-bottom .navbar-inner {
/* 968  */     padding: 5px;
/* 969  */   }
/* 970  */   .navbar .container {
/* 971  */     width: auto;
/* 972  */     padding: 0;
/* 973  */   }
/* 974  */   .navbar .brand {
/* 975  */     padding-right: 10px;
/* 976  */     padding-left: 10px;
/* 977  */     margin: 0 0 0 -5px;
/* 978  */   }
/* 979  */   .nav-collapse {
/* 980  */     clear: both;
/* 981  */   }
/* 982  */   .nav-collapse .nav {
/* 983  */     float: none;
/* 984  */     margin: 0 0 10px;
/* 985  */   }
/* 986  */   .nav-collapse .nav > li {
/* 987  */     float: none;
/* 988  */   }
/* 989  */   .nav-collapse .nav > li > a {
/* 990  */     margin-bottom: 2px;
/* 991  */   }
/* 992  */   .nav-collapse .nav > .divider-vertical {
/* 993  */     display: none;
/* 994  */   }
/* 995  */   .nav-collapse .nav .nav-header {
/* 996  */     color: #777777;
/* 997  */     text-shadow: none;
/* 998  */   }
/* 999  */   .nav-collapse .nav > li > a,
/* 1000 */   .nav-collapse .dropdown-menu a {

/* bootstrap-responsive.css */

/* 1001 */     padding: 9px 15px;
/* 1002 */     font-weight: bold;
/* 1003 */     color: #777777;
/* 1004 */     -webkit-border-radius: 3px;
/* 1005 */        -moz-border-radius: 3px;
/* 1006 */             border-radius: 3px;
/* 1007 */   }
/* 1008 */   .nav-collapse .btn {
/* 1009 */     padding: 4px 10px 4px;
/* 1010 */     font-weight: normal;
/* 1011 */     -webkit-border-radius: 4px;
/* 1012 */        -moz-border-radius: 4px;
/* 1013 */             border-radius: 4px;
/* 1014 */   }
/* 1015 */   .nav-collapse .dropdown-menu li + li a {
/* 1016 */     margin-bottom: 2px;
/* 1017 */   }
/* 1018 */   .nav-collapse .nav > li > a:hover,
/* 1019 */   .nav-collapse .nav > li > a:focus,
/* 1020 */   .nav-collapse .dropdown-menu a:hover,
/* 1021 */   .nav-collapse .dropdown-menu a:focus {
/* 1022 */     background-color: #f2f2f2;
/* 1023 */   }
/* 1024 */   .navbar-inverse .nav-collapse .nav > li > a,
/* 1025 */   .navbar-inverse .nav-collapse .dropdown-menu a {
/* 1026 */     color: #999999;
/* 1027 */   }
/* 1028 */   .navbar-inverse .nav-collapse .nav > li > a:hover,
/* 1029 */   .navbar-inverse .nav-collapse .nav > li > a:focus,
/* 1030 */   .navbar-inverse .nav-collapse .dropdown-menu a:hover,
/* 1031 */   .navbar-inverse .nav-collapse .dropdown-menu a:focus {
/* 1032 */     background-color: #111111;
/* 1033 */   }
/* 1034 */   .nav-collapse.in .btn-group {
/* 1035 */     padding: 0;
/* 1036 */     margin-top: 5px;
/* 1037 */   }
/* 1038 */   .nav-collapse .dropdown-menu {
/* 1039 */     position: static;
/* 1040 */     top: auto;
/* 1041 */     left: auto;
/* 1042 */     display: none;
/* 1043 */     float: none;
/* 1044 */     max-width: none;
/* 1045 */     padding: 0;
/* 1046 */     margin: 0 15px;
/* 1047 */     background-color: transparent;
/* 1048 */     border: none;
/* 1049 */     -webkit-border-radius: 0;
/* 1050 */        -moz-border-radius: 0;

/* bootstrap-responsive.css */

/* 1051 */             border-radius: 0;
/* 1052 */     -webkit-box-shadow: none;
/* 1053 */        -moz-box-shadow: none;
/* 1054 */             box-shadow: none;
/* 1055 */   }
/* 1056 */   .nav-collapse .open > .dropdown-menu {
/* 1057 */     display: block;
/* 1058 */   }
/* 1059 */   .nav-collapse .dropdown-menu:before,
/* 1060 */   .nav-collapse .dropdown-menu:after {
/* 1061 */     display: none;
/* 1062 */   }
/* 1063 */   .nav-collapse .dropdown-menu .divider {
/* 1064 */     display: none;
/* 1065 */   }
/* 1066 */   .nav-collapse .nav > li > .dropdown-menu:before,
/* 1067 */   .nav-collapse .nav > li > .dropdown-menu:after {
/* 1068 */     display: none;
/* 1069 */   }
/* 1070 */   .nav-collapse .navbar-form,
/* 1071 */   .nav-collapse .navbar-search {
/* 1072 */     float: none;
/* 1073 */     padding: 10px 15px;
/* 1074 */     margin: 10px 0;
/* 1075 */     border-top: 1px solid #f2f2f2;
/* 1076 */     border-bottom: 1px solid #f2f2f2;
/* 1077 */     -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
/* 1078 */        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
/* 1079 */             box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
/* 1080 */   }
/* 1081 */   .navbar-inverse .nav-collapse .navbar-form,
/* 1082 */   .navbar-inverse .nav-collapse .navbar-search {
/* 1083 */     border-top-color: #111111;
/* 1084 */     border-bottom-color: #111111;
/* 1085 */   }
/* 1086 */   .navbar .nav-collapse .nav.pull-right {
/* 1087 */     float: none;
/* 1088 */     margin-left: 0;
/* 1089 */   }
/* 1090 */   .nav-collapse,
/* 1091 */   .nav-collapse.collapse {
/* 1092 */     height: 0;
/* 1093 */     overflow: hidden;
/* 1094 */   }
/* 1095 */   .navbar .btn-navbar {
/* 1096 */     display: block;
/* 1097 */   }
/* 1098 */   .navbar-static .navbar-inner {
/* 1099 */     padding-right: 10px;
/* 1100 */     padding-left: 10px;

/* bootstrap-responsive.css */

/* 1101 */   }
/* 1102 */ }
/* 1103 */ 
/* 1104 */ @media (min-width: 980px) {
/* 1105 */   .nav-collapse.collapse {
/* 1106 */     height: auto !important;
/* 1107 */     overflow: visible !important;
/* 1108 */   }
/* 1109 */ }
/* 1110 */ 

/* responsive.css */

/* 1    */ @media
/* 2    */ only screen and (-webkit-min-device-pixel-ratio: 2),
/* 3    */ only screen and (   min--moz-device-pixel-ratio: 2),
/* 4    */ only screen and (     -o-min-device-pixel-ratio: 2/1),
/* 5    */ only screen and (        min-device-pixel-ratio: 2),
/* 6    */ only screen and (                min-resolution: 192dpi),
/* 7    */ only screen and (                min-resolution: 2dppx) {
/* 8    */ 
/* 9    */ blockquote {
/* 10   */     background: url(../../../themes/musica/images/icons/quote-left-icon-2x.png) no-repeat 25px 30px #f5f5f5;
/* 11   */     background-size: 65px 57px;
/* 12   */ }
/* 13   */ blockquote p {
/* 14   */     background: url(../../../themes/musica/images/icons/quote-right-icon-2x.png) no-repeat right bottom;
/* 15   */     background-size: 65px 57px;
/* 16   */ }
/* 17   */ #main-menu li.menu-home-item a {
/* 18   */     background: url(../../../themes/musica/images/icons/home-icon-2x.png) no-repeat center center;
/* 19   */     background-size: 18px 15px;
/* 20   */ }
/* 21   */ #back-top a {
/* 22   */     background: url(../../../themes/musica/images/icons/back-top-icon-2x.png) no-repeat 0 0;
/* 23   */     background-size: 92px 92px;
/* 24   */ }
/* 25   */ .kopa-related-post-widget .list-carousel .carousel-nav .carousel-prev {
/* 26   */     background-image:url(../../../themes/musica/images/slider/carousel-prev-2x.png);
/* 27   */     background-size: 15px 22px;
/* 28   */ }
/* 29   */ .kopa-related-post-widget .list-carousel .carousel-nav .carousel-next {
/* 30   */     background-image:url(../../../themes/musica/images/slider/carousel-next-2x.png);
/* 31   */     background-size: 15px 22px;
/* 32   */ }
/* 33   */ .flex-direction-nav .flex-prev {
/* 34   */     background-image: url(http://celebsea.com/wp-content/themes/musica/images/slider/flexl-prev@2x.png);
/* 35   */     background-size: 25px 42px;
/* 36   */ }
/* 37   */ .flex-direction-nav .flex-next {
/* 38   */     background-image: url(http://celebsea.com/wp-content/themes/musica/images/slider/flexl-next@2x.png);
/* 39   */     background-size: 25px 42px;
/* 40   */ }
/* 41   */ .flex-direction-nav .flex-prev:hover {
/* 42   */     background-image: url(http://celebsea.com/wp-content/themes/musica/images/slider/flexl-prev-hover@2x.png);
/* 43   */     background-size: 27px 44px;
/* 44   */ }
/* 45   */ .flex-direction-nav .flex-next:hover {
/* 46   */     background-image: url(http://celebsea.com/wp-content/themes/musica/images/slider/flexl-next-hover@2x.png);
/* 47   */     background-size: 27px 44px;
/* 48   */ }
/* 49   */ 
/* 50   */ 

/* responsive.css */

/* 51   */ 
/* 52   */ }
/* 53   */ 
/* 54   */ 
/* 55   */ 
/* 56   */ 
/* 57   */ @media only screen and (min-width: 1024px) and (max-width: 1307px) {
/* 58   */     
/* 59   */ .wrapper {
/* 60   */     width: 980px;
/* 61   */ }
/* 62   */ .col-a {
/* 63   */     width: 660px;
/* 64   */ }
/* 65   */ #main-content .widget .widget-title {
/* 66   */     margin-bottom:15px;
/* 67   */ }
/* 68   */ .widget-area-4,
/* 69   */ .widget-area-5 {
/* 70   */     margin-right: 15px;
/* 71   */ }
/* 72   */ .widget-area-5 {
/* 73   */     width: 300px;
/* 74   */ }
/* 75   */ .widget-area-8 {
/* 76   */     width: 170px;
/* 77   */ }
/* 78   */ .widget-area-5 .kopa-article-list-widget > ul > li {
/* 79   */     width: 320px;
/* 80   */ }
/* 81   */ .widget-area-9,
/* 82   */ .widget-area-10,
/* 83   */ .widget-area-13,
/* 84   */ .widget-area-14 {
/* 85   */     width: 210px;
/* 86   */     margin-right:15px;
/* 87   */ }
/* 88   */ .widget-area-11, .widget-area-15 {
/* 89   */     width: 210px;
/* 90   */ }
/* 91   */ .kopa-home-3 #main-content .kopa-article-list-widget .older-post li .entry-content {
/* 92   */     width: 240px;
/* 93   */ }
/* 94   */ .entry-list > li {
/* 95   */     padding: 15px 15px 0 15px;
/* 96   */ }
/* 97   */ .entry-list li .entry-content {
/* 98   */     width:338px;
/* 99   */ }
/* 100  */ .entry-list li .entry-content .entry-title {

/* responsive.css */

/* 101  */     margin-top: 0;
/* 102  */ }
/* 103  */ .entry-list li .entry-thumb {
/* 104  */     margin-right: 15px;
/* 105  */ }
/* 106  */ .entry-list li.masonry-box {
/* 107  */     padding: 0;
/* 108  */     margin: 0 7.5px 15px;
/* 109  */     width: 210px;
/* 110  */ }
/* 111  */ .masonry-wrapper {
/* 112  */     margin: 0 -7.5px;
/* 113  */ }
/* 114  */ .entry-list li.masonry-box .gallery-post .entry-thumb {
/* 115  */     min-height: 148px;
/* 116  */ }
/* 117  */ .exposureTarget {
/* 118  */     width: 480px !important;
/* 119  */ }
/* 120  */ .kopa-video-widget > ul > li {
/* 121  */     width: 206px;
/* 122  */ }
/* 123  */ .kopa-video-widget ul li .entry-title, .kopa-related-post ul li .entry-title {
/* 124  */     font-size: 16px;
/* 125  */ }
/* 126  */ .kopa-video-widget .entry-date, .kopa-related-post .entry-date,
/* 127  */ .kopa-video-widget .entry-categories, .kopa-related-post .entry-categories {
/* 128  */     font-size: 11px;
/* 129  */ }
/* 130  */ .entry-box footer .next-post,
/* 131  */ .entry-box footer .prev-post {
/* 132  */     width: 50%;
/* 133  */ }
/* 134  */ .about-author .avatar-thumb,
/* 135  */ .kopa-single-1 .entry-box .entry-thumb, 
/* 136  */ .kopa-single-3 .entry-box .entry-thumb {
/* 137  */     margin-right: 15px;
/* 138  */ }
/* 139  */ .about-author .author-content {
/* 140  */     width: 490px;
/* 141  */ }
/* 142  */ .comments-list li .comment-body {
/* 143  */     width: 581px;
/* 144  */ }
/* 145  */ .comments-list .children .comment-body {
/* 146  */     width: 502px;
/* 147  */ }
/* 148  */ #respond .comment-right, #contact-box .contact-right {
/* 149  */     width: 415px;
/* 150  */ }

/* responsive.css */

/* 151  */ #respond .comment-left, #contact-box .contact-left {
/* 152  */     width: 230px;
/* 153  */ }
/* 154  */ .kopa-related-post > ul > li {
/* 155  */     width: 150px;
/* 156  */ }
/* 157  */ .kopa-related-post .entry-categories {
/* 158  */     float: left;
/* 159  */ }
/* 160  */ 
/* 161  */ .loading {
/* 162  */     min-height: 218px;
/* 163  */ }
/* 164  */ .kp-featured-news-slider .flex-control-thumbs li {
/* 165  */     width:64px;
/* 166  */ }
/* 167  */ .kp-featured-news-slider .flex-control-thumbs {
/* 168  */     top:130px;
/* 169  */ }
/* 170  */ .kopa-related-post-widget .list-carousel.responsive {
/* 171  */     margin: 0 -8px;
/* 172  */ }
/* 173  */ .kopa-related-post-widget .list-carousel ul li {
/* 174  */     margin: 0 8px;
/* 175  */ }
/* 176  */ .kopa-related-post-widget .list-carousel .carousel-pager {
/* 177  */     top: -35px;
/* 178  */ }
/* 179  */ 
/* 180  */ 
/* 181  */ 
/* 182  */ }
/* 183  */ 
/* 184  */ @media only screen and (min-width: 980px) and (max-width: 1023px) {
/* 185  */     
/* 186  */ .wrapper {
/* 187  */     width: 920px;
/* 188  */ }
/* 189  */ .col-a {
/* 190  */     width: 600px;
/* 191  */ }
/* 192  */ .widget-area-4,
/* 193  */ .widget-area-5 {
/* 194  */     margin-right: 15px;
/* 195  */ }
/* 196  */ .widget-area-5 {
/* 197  */     width: 250px;
/* 198  */ }
/* 199  */ .widget-area-8 {
/* 200  */     width: 160px;

/* responsive.css */

/* 201  */ }
/* 202  */ .widget-area-5 .kopa-article-list-widget > ul > li {
/* 203  */     width: 290px;
/* 204  */ }
/* 205  */ .widget-area-10, .widget-area-9,
/* 206  */ .widget-area-13, .widget-area-14 {
/* 207  */     margin-right: 15px;
/* 208  */ }
/* 209  */ .widget-area-11, .widget-area-15,
/* 210  */ .widget-area-10, .widget-area-9,
/* 211  */ .widget-area-13, .widget-area-14 {
/* 212  */     width: 190px;
/* 213  */ }
/* 214  */ .kopa-home-3 #main-content .kopa-article-list-widget .older-post li .entry-content {
/* 215  */     width: 210px;
/* 216  */ }
/* 217  */ 
/* 218  */ .exposureTarget {
/* 219  */     width: 440px !important;
/* 220  */ }
/* 221  */ .kopa-video-widget > ul > li {
/* 222  */     width: 186px;
/* 223  */ }
/* 224  */ .kopa-video-widget ul li .entry-title, .kopa-related-post ul li .entry-title {
/* 225  */     font-size: 16px;
/* 226  */ }
/* 227  */ .kopa-video-widget .entry-date, .kopa-related-post .entry-date,
/* 228  */ .kopa-video-widget .entry-categories, .kopa-related-post .entry-categories {
/* 229  */     font-size: 11px;
/* 230  */ }
/* 231  */ .entry-box footer .next-post,
/* 232  */ .entry-box footer .prev-post {
/* 233  */     width: 50%;
/* 234  */ }
/* 235  */ .about-author .author-content {
/* 236  */     width: 430px;
/* 237  */ }
/* 238  */ .comments-list li .comment-body {
/* 239  */     width: 521px;
/* 240  */ }
/* 241  */ .comments-list .children .comment-body {
/* 242  */     width: 442px;
/* 243  */ }
/* 244  */ #respond .comment-right, #contact-box .contact-right {
/* 245  */     width: 355px;
/* 246  */ }
/* 247  */ #respond .comment-left, #contact-box .contact-left {
/* 248  */     width: 230px;
/* 249  */ }
/* 250  */ .kopa-related-post > ul {

/* responsive.css */

/* 251  */     margin: 0 -5px;
/* 252  */ }
/* 253  */ .kopa-related-post > ul > li {
/* 254  */     width: 142px;
/* 255  */     margin: 0 5px;
/* 256  */ }
/* 257  */ .kopa-related-post .entry-categories {
/* 258  */     float: left;
/* 259  */ }
/* 260  */ .kopa-single-1 .entry-box .entry-thumb,
/* 261  */ .about-author .avatar-thumb {
/* 262  */     margin-right: 15px;
/* 263  */ }
/* 264  */ .home-slider .flex-caption {
/* 265  */     padding: 10px 20px 5px;
/* 266  */     display: inline-block;
/* 267  */     width:auto;
/* 268  */ }
/* 269  */ .home-slider .flex-caption h3 {
/* 270  */     font-size: 18px;
/* 271  */ }
/* 272  */ .home-slider .flex-caption p {
/* 273  */     display: none;
/* 274  */ }
/* 275  */ .panel {
/* 276  */     width: 140px !important;
/* 277  */ }
/* 278  */ ul.exposureThumbs li img {
/* 279  */     width: 130px !important;
/* 280  */ }
/* 281  */ .loading {
/* 282  */     min-height: 198px;
/* 283  */ }
/* 284  */ .kp-featured-news-slider .flex-control-thumbs li {
/* 285  */     width: 51px;
/* 286  */ }
/* 287  */ .kp-featured-news-slider .flex-control-thumbs {
/* 288  */     top: 105px;
/* 289  */ }
/* 290  */ .kopa-related-post-widget .list-carousel.responsive {
/* 291  */     margin: 0 -7.5px;
/* 292  */ }
/* 293  */ .kopa-related-post-widget .list-carousel ul li {
/* 294  */     margin: 0 7.5px;
/* 295  */ }
/* 296  */ .entry-list > li {
/* 297  */     padding: 15px 15px 0 15px;
/* 298  */ }
/* 299  */ .entry-list li .entry-thumb {
/* 300  */     width: 230px;

/* responsive.css */

/* 301  */     margin-right: 15px;
/* 302  */ }
/* 303  */ .entry-list li .entry-content {
/* 304  */     width: 325px;
/* 305  */ }
/* 306  */ .entry-list li .entry-content .entry-title {
/* 307  */     margin-top:0;
/* 308  */ }
/* 309  */ .entry-list li.masonry-box {
/* 310  */     padding: 0;
/* 311  */     margin: 0 7.5px 15px;
/* 312  */     width: 295px;
/* 313  */ }
/* 314  */ .entry-list li.masonry-box .gallery-post .entry-thumb {
/* 315  */     min-height: 208px;
/* 316  */ }
/* 317  */ 
/* 318  */ 
/* 319  */ 
/* 320  */ }
/* 321  */ 
/* 322  */ @media only screen and (min-width: 800px) and (max-width: 979px) {
/* 323  */     
/* 324  */ .wrapper {
/* 325  */     width: 740px;
/* 326  */ }
/* 327  */ .col-a {
/* 328  */     width: 100%;
/* 329  */     margin-right: 0;
/* 330  */ }
/* 331  */ .col-b {
/* 332  */     width: 100%;
/* 333  */     margin-top: 20px;
/* 334  */ }
/* 335  */ #main-menu {
/* 336  */     display: none;
/* 337  */ }
/* 338  */ #mobile-menu {
/* 339  */     display: block;
/* 340  */     margin: 12px 0 10px;
/* 341  */ }
/* 342  */ .widget-area-4,
/* 343  */ .widget-area-5 {
/* 344  */     margin-right: 15px;
/* 345  */ }
/* 346  */ .widget-area-5 {
/* 347  */     width: 350px;
/* 348  */ }
/* 349  */ .widget-area-8 {
/* 350  */     width: 200px;

/* responsive.css */

/* 351  */ }
/* 352  */ 
/* 353  */ .widget-area-10, .widget-area-9,
/* 354  */ .widget-area-13, .widget-area-14 {
/* 355  */     margin-right: 15px;
/* 356  */ }
/* 357  */ .widget-area-11, .widget-area-15,
/* 358  */ .widget-area-10, .widget-area-9,
/* 359  */ .widget-area-13, .widget-area-14 {
/* 360  */     width: 236px;
/* 361  */ }
/* 362  */ 
/* 363  */ .kopa-home-3 #main-content .kopa-article-list-widget .older-post li .entry-content {
/* 364  */     width: 280px;
/* 365  */ }
/* 366  */ 
/* 367  */ .exposureTarget {
/* 368  */     width: 560px !important;
/* 369  */ }
/* 370  */ .kopa-video-widget > ul > li {
/* 371  */     width: 233px;
/* 372  */ }
/* 373  */ .kopa-video-widget ul li .entry-title, .kopa-related-post ul li .entry-title {
/* 374  */     font-size: 16px;
/* 375  */ }
/* 376  */ .kopa-video-widget .entry-date, .kopa-related-post .entry-date,
/* 377  */ .kopa-video-widget .entry-categories, .kopa-related-post .entry-categories {
/* 378  */     font-size: 11px;
/* 379  */ }
/* 380  */ .entry-box footer .next-post,
/* 381  */ .entry-box footer .prev-post {
/* 382  */     width: 50%;
/* 383  */ }
/* 384  */ .about-author .author-content {
/* 385  */     width: 570px;
/* 386  */ }
/* 387  */ .comments-list li .comment-body {
/* 388  */     width: 661px;
/* 389  */ }
/* 390  */ .comments-list .children .comment-body {
/* 391  */     width: 582px;
/* 392  */ }
/* 393  */ #respond .comment-right, #contact-box .contact-right {
/* 394  */     width: 425px;
/* 395  */ }
/* 396  */ #respond .comment-left, #contact-box .contact-left {
/* 397  */     width: 300px;
/* 398  */ }
/* 399  */ .kopa-related-post > ul {
/* 400  */     margin: 0 -5px;

/* responsive.css */

/* 401  */ }
/* 402  */ .kopa-related-post > ul > li {
/* 403  */     width: 177px;
/* 404  */     margin: 0 5px;
/* 405  */ }
/* 406  */ .kopa-related-post .entry-categories {
/* 407  */     float: left;
/* 408  */ }
/* 409  */ .kopa-single-1 .entry-box .entry-thumb,
/* 410  */ .about-author .avatar-thumb {
/* 411  */     margin-right: 15px;
/* 412  */ }
/* 413  */ .home-slider .flex-caption {
/* 414  */     padding: 15px 20px 10px;
/* 415  */ }
/* 416  */ .home-slider .flex-caption p {
/* 417  */     display: none;
/* 418  */ }
/* 419  */ .panel {
/* 420  */     width: 160px !important;
/* 421  */ }
/* 422  */ ul.exposureThumbs li img {
/* 423  */     width: 150px !important;
/* 424  */ }
/* 425  */ .sidebar .kopa-adv-widget {
/* 426  */     display: none;
/* 427  */ }
/* 428  */ #logo-image {
/* 429  */     float: none;
/* 430  */     text-align: center;
/* 431  */     margin-bottom: 20px;
/* 432  */ }
/* 433  */ .kopa-article-list-widget .entry-comments {
/* 434  */     top: -35px;
/* 435  */ }
/* 436  */ .elements-box .kopa-button {
/* 437  */     margin-bottom: 10px;
/* 438  */ }
/* 439  */ .loading {
/* 440  */     min-height: 244px;
/* 441  */ }
/* 442  */ 
/* 443  */ .kp-featured-news-slider .flex-control-thumbs li {
/* 444  */     width: 76px;
/* 445  */ }
/* 446  */ .kp-featured-news-slider .flex-control-thumbs {
/* 447  */     top: 151px;
/* 448  */ }
/* 449  */ .kopa-related-post-widget .list-carousel.responsive {
/* 450  */     margin: 0 -7.5px;

/* responsive.css */

/* 451  */ }
/* 452  */ .kopa-related-post-widget .list-carousel ul li {
/* 453  */     margin: 0 7.5px;
/* 454  */ }
/* 455  */ .entry-list > li {
/* 456  */     padding: 15px 15px 0 15px;
/* 457  */ }
/* 458  */ .entry-list li .entry-thumb {
/* 459  */     margin-right: 15px;
/* 460  */ }
/* 461  */ .entry-list li .entry-content {
/* 462  */     width: 418px;
/* 463  */ }
/* 464  */ .entry-list li .entry-content .entry-title {
/* 465  */     margin-top:0;
/* 466  */ }
/* 467  */ .masonry-wrapper {
/* 468  */     margin: 0 -7.5px;
/* 469  */ }
/* 470  */ .entry-list li.masonry-box {
/* 471  */     padding: 0;
/* 472  */     margin: 0 7.5px 15px;
/* 473  */     width: 236px;
/* 474  */ }
/* 475  */ .entry-list li.masonry-box .gallery-post .entry-thumb {
/* 476  */     min-height: 166px;
/* 477  */ }
/* 478  */ 
/* 479  */ #page-footer .pull-right {
/* 480  */     float: none;
/* 481  */     text-align: center;
/* 482  */ }
/* 483  */ .elements-box .element-title {
/* 484  */     font-size: 24px;
/* 485  */ }
/* 486  */ 
/* 487  */ 
/* 488  */ 
/* 489  */ }
/* 490  */ 
/* 491  */ @media only screen and (min-width: 768px) and (max-width: 799px) {
/* 492  */     
/* 493  */ .wrapper {
/* 494  */     width: 700px;
/* 495  */ }
/* 496  */ .col-a {
/* 497  */     width: 100%;
/* 498  */     margin-right: 0;
/* 499  */ }
/* 500  */ .col-b {

/* responsive.css */

/* 501  */     width: 100%;
/* 502  */     margin-top: 20px;
/* 503  */ }
/* 504  */ #main-menu {
/* 505  */     display: none;
/* 506  */ }
/* 507  */ #mobile-menu {
/* 508  */     display: block;
/* 509  */     margin: 12px 0 10px;
/* 510  */ }
/* 511  */ .widget-area-4 {
/* 512  */     margin-right:15px;
/* 513  */ }
/* 514  */ .widget-area-5 {
/* 515  */    margin-right:15px;
/* 516  */    width:310px;
/* 517  */ }
/* 518  */ .widget-area-8 {
/* 519  */     width:200px;
/* 520  */ }
/* 521  */ #main-content .widget .widget-title {
/* 522  */     margin-bottom:15px;
/* 523  */ }
/* 524  */ .widget-area-5 .kopa-article-list-widget > ul > li {
/* 525  */     width: 340px;
/* 526  */ }
/* 527  */ .widget-area-9,
/* 528  */ .widget-area-10,
/* 529  */ .widget-area-13,
/* 530  */ .widget-area-14 {
/* 531  */     width: 223px;
/* 532  */     margin-right:15px;
/* 533  */ }
/* 534  */ .widget-area-11, .widget-area-15 {
/* 535  */     width:224px;
/* 536  */ }
/* 537  */ .kopa-home-3 #main-content .kopa-article-list-widget .older-post li .entry-content {
/* 538  */     width: 260px;
/* 539  */ }
/* 540  */ 
/* 541  */ .exposureTarget {
/* 542  */     width: 520px !important;
/* 543  */ }
/* 544  */ .kopa-video-widget > ul > li {
/* 545  */     width: 220px;
/* 546  */ }
/* 547  */ .kopa-video-widget ul li .entry-title, .kopa-related-post ul li .entry-title {
/* 548  */     font-size: 16px;
/* 549  */ }
/* 550  */ .kopa-video-widget .entry-date, .kopa-related-post .entry-date,

/* responsive.css */

/* 551  */ .kopa-video-widget .entry-categories, .kopa-related-post .entry-categories {
/* 552  */     font-size: 11px;
/* 553  */ }
/* 554  */ .entry-box footer .next-post,
/* 555  */ .entry-box footer .prev-post {
/* 556  */     width: 50%;
/* 557  */ }
/* 558  */ .about-author .author-content {
/* 559  */     width: 525px;
/* 560  */ }
/* 561  */ .comments-list li .comment-body {
/* 562  */     width: 621px;
/* 563  */ }
/* 564  */ .comments-list .children .comment-body {
/* 565  */     width: 542px;
/* 566  */ }
/* 567  */ #respond .comment-right, #contact-box .contact-right {
/* 568  */     width: 405px;
/* 569  */ }
/* 570  */ #respond .comment-left, #contact-box .contact-left {
/* 571  */     width: 280px;
/* 572  */ }
/* 573  */ .kopa-related-post > ul {
/* 574  */     margin: 0 -5px;
/* 575  */ }
/* 576  */ .kopa-related-post > ul > li {
/* 577  */     width: 167px;
/* 578  */     margin: 0 5px;
/* 579  */ }
/* 580  */ .kopa-related-post .entry-categories {
/* 581  */     float: left;
/* 582  */ }
/* 583  */ 
/* 584  */ .home-slider .flex-caption {
/* 585  */     padding: 15px 20px 10px;
/* 586  */ }
/* 587  */ .home-slider .flex-caption p {
/* 588  */     display: none;
/* 589  */ }
/* 590  */ .panel {
/* 591  */     width: 160px !important;
/* 592  */ }
/* 593  */ ul.exposureThumbs li img {
/* 594  */     width: 150px !important;
/* 595  */ }
/* 596  */ .sidebar .kopa-adv-widget {
/* 597  */     display: none;
/* 598  */ }
/* 599  */ #logo-image {
/* 600  */     float: none;

/* responsive.css */

/* 601  */     text-align: center;
/* 602  */     margin-bottom: 20px;
/* 603  */ }
/* 604  */ .kopa-article-list-widget .entry-comments {
/* 605  */     top: -35px;
/* 606  */ }
/* 607  */ .elements-box .kopa-button {
/* 608  */     margin-bottom: 10px;
/* 609  */ }
/* 610  */ #bottom-sidebar .tweetList li p {
/* 611  */     margin-left: 82px;
/* 612  */ }
/* 613  */ #bottom-sidebar .tweetList li p.timestamp {
/* 614  */     margin-left: 0;
/* 615  */     display: block;
/* 616  */ }
/* 617  */ #bottom-sidebar .kopa-twitter-widget {
/* 618  */     width: 600px;
/* 619  */     margin: 0 auto;
/* 620  */ }
/* 621  */ .entry-list li .entry-thumb {
/* 622  */     margin-right: 20px;
/* 623  */ }
/* 624  */ .entry-list li .entry-content {
/* 625  */     float: left;
/* 626  */     width: 345px;
/* 627  */ }
/* 628  */ .entry-list li .entry-content .entry-title {
/* 629  */     margin-top:15px;
/* 630  */ }
/* 631  */ .entry-list li .entry-thumb {
/* 632  */     margin-top: 20px;
/* 633  */ }
/* 634  */ .entry-list > li {
/* 635  */     padding-left: 20px;
/* 636  */     padding-bottom: 5px;
/* 637  */ }
/* 638  */ .loading {
/* 639  */     min-height: 231px;
/* 640  */ }
/* 641  */ .kp-featured-news-slider .flex-control-thumbs {
/* 642  */     top:132px;
/* 643  */ }
/* 644  */ .kp-featured-news-slider .flex-control-thumbs li {
/* 645  */     width:66px;
/* 646  */ }
/* 647  */ 
/* 648  */ #page-footer .pull-right {
/* 649  */     float:none;
/* 650  */     text-align:center;

/* responsive.css */

/* 651  */ }
/* 652  */ .kopa-related-post-widget .list-carousel.responsive {
/* 653  */     margin:0 -8px;
/* 654  */ }
/* 655  */ .kopa-related-post-widget .list-carousel ul li {
/* 656  */     margin:0 8px;
/* 657  */ }
/* 658  */ .kopa-related-post-widget .list-carousel .carousel-pager {
/* 659  */     top:-35px;
/* 660  */ }
/* 661  */ .entry-list li.masonry-box {
/* 662  */     padding:0;
/* 663  */ }
/* 664  */ .entry-list li.masonry-box .entry-thumb {
/* 665  */     margin-top:0;
/* 666  */ }
/* 667  */ .masonry-box {
/* 668  */     width:220px;
/* 669  */ }
/* 670  */ .entry-list li.masonry-box .gallery-post .entry-thumb {
/* 671  */     min-height:155px;
/* 672  */ }
/* 673  */ 
/* 674  */ 
/* 675  */ 
/* 676  */ 
/* 677  */ }
/* 678  */ 
/* 679  */ @media only screen and (min-width: 640px) and (max-width: 767px) {
/* 680  */     
/* 681  */ /* =========================================================
/* 682  *| Colunms
/* 683  *| ============================================================ */
/* 684  */ body {
/* 685  */     padding: 0;
/* 686  */ }
/* 687  */ .wrapper {
/* 688  */     width: 600px;
/* 689  */ }
/* 690  */ .widget-area-1 {
/* 691  */     width: 280px;
/* 692  */ }
/* 693  */ .col-a {
/* 694  */     width: 100%;
/* 695  */     margin-right: 0;
/* 696  */ }
/* 697  */ .col-b {
/* 698  */     width: 100%;
/* 699  */     margin-top: 20px;
/* 700  */ }

/* responsive.css */

/* 701  */ #main-menu {
/* 702  */     display: none;
/* 703  */ }
/* 704  */ #mobile-menu {
/* 705  */     display: block;
/* 706  */     margin: 12px 0 10px;
/* 707  */ }
/* 708  */ .widget-area-4,
/* 709  */ .widget-area-5 {
/* 710  */     margin-right: 15px;
/* 711  */ }
/* 712  */ .widget-area-5 {
/* 713  */     width: 425px;
/* 714  */     margin-right: 0;
/* 715  */ }
/* 716  */ .widget-area-8 {
/* 717  */     width: 100%;
/* 718  */ }
/* 719  */ 
/* 720  */ .widget-area-10, .widget-area-9,
/* 721  */ .widget-area-13, .widget-area-14 {
/* 722  */     margin-right: 15px;
/* 723  */ }
/* 724  */ .widget-area-11, .widget-area-15,
/* 725  */ .widget-area-10, .widget-area-9,
/* 726  */ .widget-area-13, .widget-area-14 {
/* 727  */     width: 190px;
/* 728  */ }
/* 729  */ 
/* 730  */ .exposureTarget {
/* 731  */     width: 440px !important;
/* 732  */ }
/* 733  */ .kopa-video-widget > ul > li {
/* 734  */     width: 186px;
/* 735  */ }
/* 736  */ .kopa-video-widget ul li .entry-title, .kopa-related-post ul li .entry-title {
/* 737  */     font-size: 16px;
/* 738  */ }
/* 739  */ .kopa-video-widget .entry-date, .kopa-related-post .entry-date,
/* 740  */ .kopa-video-widget .entry-categories, .kopa-related-post .entry-categories {
/* 741  */     font-size: 11px;
/* 742  */ }
/* 743  */ .entry-box footer .next-post,
/* 744  */ .entry-box footer .prev-post {
/* 745  */     width: 50%;
/* 746  */ }
/* 747  */ .about-author .author-content {
/* 748  */     width: 430px;
/* 749  */ }
/* 750  */ .comments-list li .comment-body {

/* responsive.css */

/* 751  */     width: 521px;
/* 752  */ }
/* 753  */ .comments-list .children .comment-body {
/* 754  */     width: 442px;
/* 755  */ }
/* 756  */ #respond .comment-right, #contact-box .contact-right {
/* 757  */     width: 335px;
/* 758  */ }
/* 759  */ #respond .comment-left, #contact-box .contact-left {
/* 760  */     width: 250px;
/* 761  */ }
/* 762  */ .kopa-related-post > ul {
/* 763  */     margin: 0 -5px;
/* 764  */ }
/* 765  */ .kopa-related-post > ul > li {
/* 766  */     width: 142px;
/* 767  */     margin: 0 5px;
/* 768  */ }
/* 769  */ .kopa-related-post .entry-categories {
/* 770  */     float: left;
/* 771  */ }
/* 772  */ .kopa-single-1 .entry-box .entry-thumb,
/* 773  */ .about-author .avatar-thumb {
/* 774  */     margin-right: 15px;
/* 775  */ }
/* 776  */ .home-slider .flex-caption {
/* 777  */     padding: 5px 15px 0px;
/* 778  */ }
/* 779  */ .home-slider .flex-caption p {
/* 780  */     display: none;
/* 781  */ }
/* 782  */ .panel {
/* 783  */     width: 140px !important;
/* 784  */ }
/* 785  */ ul.exposureThumbs li img {
/* 786  */     width: 130px !important;
/* 787  */ }
/* 788  */ .sidebar .kopa-adv-widget {
/* 789  */     display: none;
/* 790  */ }
/* 791  */ #logo-image {
/* 792  */     float: none;
/* 793  */     text-align: center;
/* 794  */     margin-bottom: 20px;
/* 795  */ }
/* 796  */ .kopa-article-list-widget .entry-comments {
/* 797  */     top: -35px;
/* 798  */ }
/* 799  */ .elements-box .kopa-button {
/* 800  */     margin-bottom: 10px;

/* responsive.css */

/* 801  */ }
/* 802  */ #bottom-sidebar .tweetList li p {
/* 803  */     margin-left: 82px;
/* 804  */ }
/* 805  */ #bottom-sidebar .tweetList li p.timestamp {
/* 806  */     margin-left: 0;
/* 807  */     display: block;
/* 808  */ }
/* 809  */ #bottom-sidebar .kopa-twitter-widget {
/* 810  */     width: 600px;
/* 811  */     margin: 0 auto;
/* 812  */ }
/* 813  */ .entry-list li .entry-thumb {
/* 814  */     margin-right: 20px;
/* 815  */ }
/* 816  */ 
/* 817  */ .widget-area-6 .kopa-article-list-widget .entry-thumb {
/* 818  */     margin-right: 20px;
/* 819  */     width: 280px;
/* 820  */ }
/* 821  */ .widget-area-6 .kopa-article-list-widget .entry-thumb audio {
/* 822  */     width: 100%;
/* 823  */ }
/* 824  */ .kopa-article-list-widget .entry-content p {
/* 825  */     margin-bottom: 15px;
/* 826  */ }
/* 827  */ #footer-menu li {
/* 828  */     margin: 0 0 0 15px;
/* 829  */ }
/* 830  */ .loading {
/* 831  */     min-height: 198px;
/* 832  */ }
/* 833  */ 
/* 834  */ .kp-featured-news-slider .flex-control-thumbs li {
/* 835  */     width: 95px;
/* 836  */ }
/* 837  */ .kp-featured-news-slider .flex-control-thumbs {
/* 838  */     top: 185px;
/* 839  */ }
/* 840  */ .kopa-related-post-widget .list-carousel.responsive {
/* 841  */     margin: 0 -7.5px;
/* 842  */ }
/* 843  */ .kopa-related-post-widget .list-carousel ul li {
/* 844  */     margin: 0 7.5px;
/* 845  */ }
/* 846  */ .entry-list > li {
/* 847  */     padding: 15px 15px 0 15px;
/* 848  */ }
/* 849  */ .entry-list li .entry-thumb {
/* 850  */     margin-right: 15px;

/* responsive.css */

/* 851  */     width: 250px;
/* 852  */ }
/* 853  */ .entry-list li .entry-content {
/* 854  */     width: 305px;
/* 855  */ }
/* 856  */ .entry-list li .entry-content .entry-title {
/* 857  */     margin-top:0;
/* 858  */ }
/* 859  */ .masonry-wrapper {
/* 860  */     margin: 0 -7.5px;
/* 861  */ }
/* 862  */ .entry-list li.masonry-box {
/* 863  */     padding: 0;
/* 864  */     margin: 0 7.5px 15px;
/* 865  */     width: 292px;
/* 866  */ }
/* 867  */ .entry-list li.masonry-box .gallery-post .entry-thumb {
/* 868  */     min-height: 206px;
/* 869  */ }
/* 870  */ 
/* 871  */ #page-footer .pull-right {
/* 872  */     float: none;
/* 873  */     text-align: center;
/* 874  */ }
/* 875  */ .elements-box .element-title {
/* 876  */     font-size: 24px;
/* 877  */ }
/* 878  */ .home-slider .flex-caption {
/* 879  */     display: inline-block;
/* 880  */     width: auto;
/* 881  */ }
/* 882  */ .home-slider .flex-caption h3 {
/* 883  */     font-size: 18px;
/* 884  */ }
/* 885  */ .widget-area-8 .kopa-article-list-widget li:first-child .entry-thumb {
/* 886  */     float: left;
/* 887  */     width: 230px;
/* 888  */     margin-right: 15px;
/* 889  */ }
/* 890  */ #back-top {
/* 891  */     top:inherit;
/* 892  */     bottom:0;
/* 893  */ }
/* 894  */ 
/* 895  */ 
/* 896  */ }
/* 897  */ 
/* 898  */ @media only screen and (min-width: 480px) and (max-width: 639px) {
/* 899  */ 
/* 900  */ /* =========================================================

/* responsive.css */

/* 901  *| Colunms
/* 902  *| ============================================================ */
/* 903  */ body {
/* 904  */     padding: 0;
/* 905  */ }
/* 906  */ .wrapper {
/* 907  */     width: 440px;
/* 908  */ }
/* 909  */ #main-menu {
/* 910  */     display: none;
/* 911  */ }
/* 912  */ #mobile-menu {
/* 913  */     display: block;
/* 914  */     margin-left:0;
/* 915  */ }
/* 916  */ .widget-area-1 {
/* 917  */     width: 100%;
/* 918  */     float: none;
/* 919  */     text-align: center;
/* 920  */ }
/* 921  */ .widget-area-1 .widget {
/* 922  */     display: inline-block;
/* 923  */ }
/* 924  */ .col-a {
/* 925  */     width: 100%;
/* 926  */     margin-right: 0;
/* 927  */ }
/* 928  */ .col-b {
/* 929  */     width: 100%;
/* 930  */     margin-top: 20px;
/* 931  */ }
/* 932  */ .widget-area-4,
/* 933  */ .widget-area-5 {
/* 934  */     margin-right: 15px;
/* 935  */ }
/* 936  */ .widget-area-5 {
/* 937  */     width: 265px;
/* 938  */     margin-right: 0;
/* 939  */ }
/* 940  */ .widget-area-8 {
/* 941  */     width: 100%;
/* 942  */ }
/* 943  */ 
/* 944  */ .widget-area-10, .widget-area-9,
/* 945  */ .widget-area-13, .widget-area-14 {
/* 946  */     margin-right: 0px;
/* 947  */ }
/* 948  */ .widget-area-11, .widget-area-15,
/* 949  */ .widget-area-10, .widget-area-9,
/* 950  */ .widget-area-13, .widget-area-14 {

/* responsive.css */

/* 951  */     width: 100%;
/* 952  */ }
/* 953  */ .exposureTarget {
/* 954  */     width: 290px !important;
/* 955  */ }
/* 956  */ .kopa-video-widget > ul > li {
/* 957  */     width: 210px;
/* 958  */ }
/* 959  */ .kopa-video-widget ul li .entry-title, .kopa-related-post ul li .entry-title {
/* 960  */     font-size: 16px;
/* 961  */ }
/* 962  */ .kopa-video-widget .entry-date, .kopa-related-post .entry-date,
/* 963  */ .kopa-video-widget .entry-categories, .kopa-related-post .entry-categories {
/* 964  */     font-size: 11px;
/* 965  */ }
/* 966  */ .entry-box footer .next-post,
/* 967  */ .entry-box footer .prev-post {
/* 968  */     width: 50%;
/* 969  */ }
/* 970  */ .about-author .author-content {
/* 971  */     width: 365px;
/* 972  */ }
/* 973  */ .comments-list li .comment-body {
/* 974  */     width: 361px;
/* 975  */ }
/* 976  */ .comments-list .children {
/* 977  */     margin-left: 0;
/* 978  */ }
/* 979  */ .comments-list .children .comment-body {
/* 980  */     width: 361px;
/* 981  */ }
/* 982  */ #respond .comment-right, #contact-box .contact-right {
/* 983  */     width: 100%;
/* 984  */ }
/* 985  */ #respond .comment-left, #contact-box .contact-left {
/* 986  */     width: 100%;
/* 987  */     margin-right: 0;
/* 988  */ }
/* 989  */ .kopa-related-post > ul {
/* 990  */     margin: 0 -5px;
/* 991  */ }
/* 992  */ .kopa-related-post > ul > li {
/* 993  */     width: 215px;
/* 994  */     margin: 0 5px;
/* 995  */ }
/* 996  */ .kopa-related-post .entry-categories {
/* 997  */     float: left;
/* 998  */ }
/* 999  */ .kopa-single-1 .entry-box .entry-thumb {
/* 1000 */     width: 100%;

/* responsive.css */

/* 1001 */     margin-right: 0;
/* 1002 */     margin-bottom: 20px;
/* 1003 */ }
/* 1004 */ .kopa-single-1 .entry-box .entry-thumb img {
/* 1005 */     width:100%;
/* 1006 */ }
/* 1007 */ .home-slider .flex-caption {
/* 1008 */     padding: 5px 15px 0px;
/* 1009 */     bottom: 15px;
/* 1010 */ }
/* 1011 */ .home-slider .flex-caption p {
/* 1012 */     display: none;
/* 1013 */ }
/* 1014 */ .panel {
/* 1015 */     width: 130px !important;
/* 1016 */ }
/* 1017 */ ul.exposureThumbs li img {
/* 1018 */     width: 120px !important;
/* 1019 */ }
/* 1020 */ .sidebar .kopa-adv-widget {
/* 1021 */     display: none;
/* 1022 */ }
/* 1023 */ #logo-image {
/* 1024 */     float: none;
/* 1025 */     text-align: center;
/* 1026 */     margin-bottom: 20px;
/* 1027 */ }
/* 1028 */ .kopa-article-list-widget .entry-comments {
/* 1029 */     display: none;
/* 1030 */ }
/* 1031 */ .elements-box .kopa-button {
/* 1032 */     margin-bottom: 10px;
/* 1033 */ }
/* 1034 */ #bottom-sidebar .tweetList li p {
/* 1035 */     margin-left: 82px;
/* 1036 */ }
/* 1037 */ #bottom-sidebar .tweetList li p.timestamp {
/* 1038 */     margin-left: 0;
/* 1039 */     display: block;
/* 1040 */ }
/* 1041 */ #bottom-sidebar .kopa-twitter-widget {
/* 1042 */     width: 100%;
/* 1043 */     margin: 0 auto;
/* 1044 */ }
/* 1045 */ .entry-list li .entry-thumb {
/* 1046 */     margin-right: 0px;
/* 1047 */     width: 100%;
/* 1048 */     margin-bottom: 20px;
/* 1049 */ }
/* 1050 */ 

/* responsive.css */

/* 1051 */ .widget-area-6 .kopa-article-list-widget .entry-thumb {
/* 1052 */     margin-right: 0px;
/* 1053 */     width: 100%;
/* 1054 */     margin-bottom: 20px;
/* 1055 */ }
/* 1056 */ .widget-area-6 .kopa-article-list-widget .entry-thumb audio {
/* 1057 */     width: 100%;
/* 1058 */ }
/* 1059 */ .kopa-article-list-widget .entry-content p {
/* 1060 */     margin-bottom: 15px;
/* 1061 */ }
/* 1062 */ #footer-menu li {
/* 1063 */     margin: 0 0 0 15px;
/* 1064 */ }
/* 1065 */ #header-left {
/* 1066 */     text-align: center;
/* 1067 */     float: none;
/* 1068 */ }
/* 1069 */ #header-left .socials-link {
/* 1070 */     display: inline-block;
/* 1071 */     float: none;
/* 1072 */     margin-right: 0;
/* 1073 */     margin-bottom: 20px;
/* 1074 */ }
/* 1075 */ .widget-area-1 .widget-title {
/* 1076 */     text-align: left;
/* 1077 */ }
/* 1078 */ 
/* 1079 */ #bottom-sidebar .tweetList li:before {
/* 1080 */     margin-top: 15px;
/* 1081 */ }
/* 1082 */ #page-footer {
/* 1083 */     text-align: center;
/* 1084 */ }
/* 1085 */ #footer-menu {
/* 1086 */     float: none;
/* 1087 */     display: inline-block;
/* 1088 */ }
/* 1089 */ #copyright {
/* 1090 */     text-align: center;
/* 1091 */     float: none;
/* 1092 */ }
/* 1093 */ .home-slider .flex-caption h3 {
/* 1094 */     font-size: 18px;
/* 1095 */ }
/* 1096 */ 
/* 1097 */ .error-404 .left-col p {
/* 1098 */     font-size: 80px;
/* 1099 */ }
/* 1100 */ 

/* responsive.css */

/* 1101 */ .loading {
/* 1102 */     min-height: 145px;
/* 1103 */ }
/* 1104 */ 
/* 1105 */ .kp-featured-news-slider .flex-control-thumbs li {
/* 1106 */     width: 55px;
/* 1107 */ }
/* 1108 */ .kp-featured-news-slider .flex-control-thumbs {
/* 1109 */     top: 111px;
/* 1110 */ }
/* 1111 */ .kopa-related-post-widget .list-carousel.responsive {
/* 1112 */     margin: 0 -7.5px;
/* 1113 */ }
/* 1114 */ .kopa-related-post-widget .list-carousel ul li {
/* 1115 */     margin: 0 7.5px;
/* 1116 */ }
/* 1117 */ .entry-list > li {
/* 1118 */     padding: 15px 15px 0 15px;
/* 1119 */ }
/* 1120 */ .entry-list li .entry-thumb {
/* 1121 */     margin-right: 0px;
/* 1122 */     width: 100%;
/* 1123 */     margin-bottom:10px;
/* 1124 */ }
/* 1125 */ .entry-list li .entry-content {
/* 1126 */     width: 100%;
/* 1127 */ }
/* 1128 */ .entry-list li .entry-content .entry-title {
/* 1129 */     margin-top:0;
/* 1130 */ }
/* 1131 */ .masonry-wrapper {
/* 1132 */     margin: 0 -7.5px;
/* 1133 */ }
/* 1134 */ .entry-list li.masonry-box {
/* 1135 */     padding: 0;
/* 1136 */     margin: 0 7.5px 15px;
/* 1137 */     width: 212px;
/* 1138 */ }
/* 1139 */ .entry-list li.masonry-box .gallery-post .entry-thumb {
/* 1140 */     min-height: 149px;
/* 1141 */ }
/* 1142 */ #copyright {
/* 1143 */     float: none;
/* 1144 */     text-align: center;
/* 1145 */     margin-bottom: 10px;
/* 1146 */ }
/* 1147 */ #page-footer .pull-right {
/* 1148 */     float: none;
/* 1149 */     text-align: center;
/* 1150 */ }

/* responsive.css */

/* 1151 */ .elements-box .element-title {
/* 1152 */     font-size: 24px;
/* 1153 */ }
/* 1154 */ .home-slider .flex-caption {
/* 1155 */     display: inline-block;
/* 1156 */     width: auto;
/* 1157 */ }
/* 1158 */ .home-slider .flex-caption h3 {
/* 1159 */     font-size: 14px;
/* 1160 */ }
/* 1161 */ .widget-area-8 .kopa-article-list-widget li:first-child .entry-thumb {
/* 1162 */     float: left;
/* 1163 */     width: 200px;
/* 1164 */     margin-right: 15px;
/* 1165 */     margin-bottom:5px;
/* 1166 */ }
/* 1167 */ #back-top {
/* 1168 */     top:inherit;
/* 1169 */     bottom:-10px;
/* 1170 */ }
/* 1171 */ #header-top {
/* 1172 */     padding-top:20px;
/* 1173 */ }
/* 1174 */ #logo-image,
/* 1175 */ #header-left .socials-link {
/* 1176 */     margin-bottom:10px;
/* 1177 */ }
/* 1178 */ .search-box {
/* 1179 */     margin-top:3px;
/* 1180 */ }
/* 1181 */ .about-author .avatar-thumb {
/* 1182 */     width:60px;
/* 1183 */     margin-right:15px;
/* 1184 */ }
/* 1185 */ .kopa-single-1 .entry-box .entry-thumb, 
/* 1186 */ .kopa-single-3 .entry-box .entry-thumb {
/* 1187 */     float:none;
/* 1188 */     width:100%;
/* 1189 */     margin-right:0;
/* 1190 */     margin-bottom:10px;
/* 1191 */ }
/* 1192 */ 
/* 1193 */ 
/* 1194 */ }
/* 1195 */ 
/* 1196 */ 
/* 1197 */ 
/* 1198 */ @media only screen and (max-width: 479px) {
/* 1199 */     
/* 1200 */ /* =========================================================

/* responsive.css */

/* 1201 *| Colunms
/* 1202 *| ============================================================ */
/* 1203 */ body {
/* 1204 */     padding: 0;
/* 1205 */ }
/* 1206 */ .wrapper {
/* 1207 */     width: 280px;
/* 1208 */ }
/* 1209 */ #main-menu {
/* 1210 */     display: none;
/* 1211 */ }
/* 1212 */ #mobile-menu {
/* 1213 */     display: block;
/* 1214 */     margin: 12px 0 10px;
/* 1215 */ }
/* 1216 */ .widget-area-1 {
/* 1217 */     width: 100%;
/* 1218 */     float: none;
/* 1219 */     text-align: center;
/* 1220 */ }
/* 1221 */ .widget-area-1 .widget {
/* 1222 */     display: inline-block;
/* 1223 */ }
/* 1224 */ .search-box {
/* 1225 */     width: 190px;
/* 1226 */ }
/* 1227 */ .search-form .search-text {
/* 1228 */     width: 112px;
/* 1229 */ }
/* 1230 */ .socials-link li:first-child {
/* 1231 */     display: none;
/* 1232 */ }
/* 1233 */ .col-a {
/* 1234 */     width: 100%;
/* 1235 */     margin-right: 0;
/* 1236 */ }
/* 1237 */ .col-b {
/* 1238 */     width: 100%;
/* 1239 */     margin-top: 20px;
/* 1240 */ }
/* 1241 */ 
/* 1242 */ .widget-area-4,
/* 1243 */ .widget-area-5 {
/* 1244 */     width: 100%;
/* 1245 */     margin-right: 0;
/* 1246 */ }
/* 1247 */ .widget-area-8 {
/* 1248 */     width: 100%;
/* 1249 */ }
/* 1250 */ 

/* responsive.css */

/* 1251 */ .widget-area-10, .widget-area-9,
/* 1252 */ .widget-area-13, .widget-area-14 {
/* 1253 */     margin-right: 0px;
/* 1254 */ }
/* 1255 */ .widget-area-11, .widget-area-15,
/* 1256 */ .widget-area-10, .widget-area-9,
/* 1257 */ .widget-area-13, .widget-area-14 {
/* 1258 */     width: 100%;
/* 1259 */ }
/* 1260 */ .exposureTarget {
/* 1261 */     width: 260px !important;
/* 1262 */ }
/* 1263 */ .exposureSlideshowControls a, .exposureControls span, .exposureControls a {
/* 1264 */     padding: 5px;
/* 1265 */ }
/* 1266 */ .kopa-video-widget > ul {
/* 1267 */     margin: 0;
/* 1268 */ }
/* 1269 */ .kopa-video-widget > ul > li {
/* 1270 */     width: 100%;
/* 1271 */     margin: 0 0 30px;
/* 1272 */ }
/* 1273 */ .kopa-video-widget ul li .entry-title, .kopa-related-post ul li .entry-title {
/* 1274 */     font-size: 16px;
/* 1275 */ }
/* 1276 */ .kopa-video-widget .entry-date, .kopa-related-post .entry-date,
/* 1277 */ .kopa-video-widget .entry-categories, .kopa-related-post .entry-categories {
/* 1278 */     font-size: 11px;
/* 1279 */ }
/* 1280 */ .entry-box footer .next-post,
/* 1281 */ .entry-box footer .prev-post {
/* 1282 */     width: 50%;
/* 1283 */ }
/* 1284 */ .about-author .author-content {
/* 1285 */     width: 205px;
/* 1286 */ }
/* 1287 */ .about-author .author-content .social-link li:first-child {
/* 1288 */     display: none;
/* 1289 */ }
/* 1290 */ .comments-list li .comment-body {
/* 1291 */     width: 201px;
/* 1292 */ }
/* 1293 */ .comments-list .children {
/* 1294 */     margin-left: 0;
/* 1295 */ }
/* 1296 */ .comments-list .children .comment-body {
/* 1297 */     width: 201px;
/* 1298 */ }
/* 1299 */ #respond .comment-right, #contact-box .contact-right {
/* 1300 */     width: 100%;

/* responsive.css */

/* 1301 */ }
/* 1302 */ #respond .comment-left, #contact-box .contact-left {
/* 1303 */     width: 100%;
/* 1304 */     margin-right: 0;
/* 1305 */ }
/* 1306 */ .kopa-related-post > ul {
/* 1307 */     margin: 0;
/* 1308 */ }
/* 1309 */ .kopa-related-post > ul > li {
/* 1310 */     width: 100%;
/* 1311 */     margin: 0;
/* 1312 */ }
/* 1313 */ .kopa-related-post .entry-categories {
/* 1314 */     float: left;
/* 1315 */ }
/* 1316 */ .kopa-single-1 .entry-box .entry-thumb {
/* 1317 */     width: 100%;
/* 1318 */     margin-right: 0;
/* 1319 */     margin-bottom: 20px;
/* 1320 */ }
/* 1321 */ .home-slider .flex-caption {
/* 1322 */     display: none;
/* 1323 */     padding: 5px 15px 0px;
/* 1324 */     bottom: 15px;
/* 1325 */ }
/* 1326 */ .home-slider .flex-caption p {
/* 1327 */     display: none;
/* 1328 */ }
/* 1329 */ .home-slider .flex-control-nav {
/* 1330 */     bottom: 10px;
/* 1331 */ }
/* 1332 */ .pagination .page-numbers li a, .pagination .page-numbers li span {
/* 1333 */     padding: 5px 8px;
/* 1334 */     font-size: 12px;
/* 1335 */     line-height:16px;
/* 1336 */ }
/* 1337 */ .panel {
/* 1338 */     width: 100% !important;
/* 1339 */     float:none;
/* 1340 */ }
/* 1341 */ 
/* 1342 */ ul.exposureThumbs li img {
/* 1343 */     width: 50px !important;
/* 1344 */ }
/* 1345 */ .sidebar .kopa-adv-widget {
/* 1346 */     display: none;
/* 1347 */ }
/* 1348 */ #logo-image {
/* 1349 */     float: none;
/* 1350 */     text-align: center;

/* responsive.css */

/* 1351 */     margin-bottom: 20px;
/* 1352 */ }
/* 1353 */ .kopa-article-list-widget .entry-comments {
/* 1354 */     display: none;
/* 1355 */ }
/* 1356 */ .elements-box .kopa-button {
/* 1357 */     margin-bottom: 10px;
/* 1358 */ }
/* 1359 */ #bottom-sidebar .tweetList li p {
/* 1360 */     margin-left: 68px;
/* 1361 */ }
/* 1362 */ #bottom-sidebar .tweetList li p.timestamp {
/* 1363 */     margin-left: 0;
/* 1364 */     display: block;
/* 1365 */ }
/* 1366 */ #bottom-sidebar .kopa-twitter-widget {
/* 1367 */     width: 100%;
/* 1368 */     margin: 0 auto;
/* 1369 */ }
/* 1370 */ .entry-list li .entry-thumb {
/* 1371 */     margin-right: 0px;
/* 1372 */     width: 100%;
/* 1373 */     margin-bottom: 20px;
/* 1374 */ }
/* 1375 */ 
/* 1376 */ .widget-area-6 .kopa-article-list-widget .entry-thumb {
/* 1377 */     margin-right: 0px;
/* 1378 */     width: 100%;
/* 1379 */     margin-bottom: 20px;
/* 1380 */ }
/* 1381 */ .widget-area-6 .kopa-article-list-widget .entry-thumb audio {
/* 1382 */     width: 100%;
/* 1383 */ }
/* 1384 */ .kopa-article-list-widget .entry-content p {
/* 1385 */     margin-bottom: 15px;
/* 1386 */ }
/* 1387 */ #footer-menu li {
/* 1388 */     margin: 0 0 0 5px;
/* 1389 */ }
/* 1390 */ #header-left {
/* 1391 */     text-align: center;
/* 1392 */     float: none;
/* 1393 */ }
/* 1394 */ #header-left .socials-link {
/* 1395 */     display: inline-block;
/* 1396 */     float: none;
/* 1397 */     margin-right: 0;
/* 1398 */     margin-bottom: 20px;
/* 1399 */     padding: 8px 15px 2px 8px;
/* 1400 */ }

/* responsive.css */

/* 1401 */ .widget-area-1 .widget-title {
/* 1402 */     text-align: left;
/* 1403 */ }
/* 1404 */ 
/* 1405 */ #bottom-sidebar .tweetList li:before {
/* 1406 */     margin-top: 15px;
/* 1407 */     margin-right: 10px;
/* 1408 */ }
/* 1409 */ #page-footer {
/* 1410 */     text-align: center;
/* 1411 */ }
/* 1412 */ #footer-menu {
/* 1413 */     float: none;
/* 1414 */     display: inline-block;
/* 1415 */ }
/* 1416 */ #copyright {
/* 1417 */     text-align: center;
/* 1418 */     float: none;
/* 1419 */ }
/* 1420 */ .home-slider .flex-caption h3 {
/* 1421 */     font-size: 18px;
/* 1422 */ }
/* 1423 */ 
/* 1424 */ .error-404 .left-col p {
/* 1425 */     font-size: 80px;
/* 1426 */     text-align: center;
/* 1427 */ }
/* 1428 */ .error-404 .right-col h1 {
/* 1429 */     font-size: 20px;
/* 1430 */ }
/* 1431 */ 
/* 1432 */ .error-404 .left-col,
/* 1433 */ .error-404 .right-col {
/* 1434 */     float: none;
/* 1435 */     width: 100%;
/* 1436 */     margin: 0;
/* 1437 */ }
/* 1438 */ .kopa-adv-widget {
/* 1439 */     display: none;
/* 1440 */ }
/* 1441 */ .exposureWrapper {
/* 1442 */     width: 100%;
/* 1443 */ }
/* 1444 */ ul.exposureThumbs li {
/* 1445 */     width: auto;
/* 1446 */ }
/* 1447 */ .list-container-3 ul li {
/* 1448 */     width: 91px;
/* 1449 */ }
/* 1450 */ .entry-list li .entry-thumb audio,

/* responsive.css */

/* 1451 */ .entry-box .entry-thumb audio {
/* 1452 */     width: 100%;
/* 1453 */ }
/* 1454 */ .entry-box .social-link li:first-child {
/* 1455 */     display: none;
/* 1456 */ }
/* 1457 */ .loading {
/* 1458 */     min-height: 92px;
/* 1459 */ }
/* 1460 */ 
/* 1461 */ .kp-featured-news-slider .flex-control-thumbs li {
/* 1462 */     width: 58px;
/* 1463 */ }
/* 1464 */ .kp-featured-news-slider .flex-control-thumbs {
/* 1465 */     top: 120px;
/* 1466 */ }
/* 1467 */ .kopa-related-post-widget .list-carousel.responsive {
/* 1468 */     margin: 0 -7.5px;
/* 1469 */ }
/* 1470 */ .kopa-related-post-widget .list-carousel ul li {
/* 1471 */     margin: 0 7.5px;
/* 1472 */ }
/* 1473 */ .entry-list > li {
/* 1474 */     padding: 15px 15px 0 15px;
/* 1475 */ }
/* 1476 */ .entry-list li .entry-thumb {
/* 1477 */     margin-right: 0px;
/* 1478 */     width: 100%;
/* 1479 */     margin-bottom:10px;
/* 1480 */ }
/* 1481 */ .entry-list li .entry-content {
/* 1482 */     width: 100%;
/* 1483 */ }
/* 1484 */ .entry-list li .entry-content .entry-title {
/* 1485 */     margin-top:0;
/* 1486 */ }
/* 1487 */ .masonry-wrapper {
/* 1488 */     margin: 0 -7.5px;
/* 1489 */ }
/* 1490 */ .entry-list li.masonry-box {
/* 1491 */     padding: 0;
/* 1492 */     margin: 0 7.5px 15px;
/* 1493 */     width: 280px;
/* 1494 */ }
/* 1495 */ .entry-list li.masonry-box .gallery-post .entry-thumb {
/* 1496 */     min-height: 197px;
/* 1497 */ }
/* 1498 */ #copyright {
/* 1499 */     float: none;
/* 1500 */     text-align: center;

/* responsive.css */

/* 1501 */     margin-bottom: 10px;
/* 1502 */ }
/* 1503 */ #page-footer .pull-right {
/* 1504 */     float: none;
/* 1505 */     text-align: center;
/* 1506 */ }
/* 1507 */ .elements-box .element-title {
/* 1508 */     font-size: 24px;
/* 1509 */ }
/* 1510 */ .home-slider .flex-caption {
/* 1511 */     display: none;
/* 1512 */     width: auto;
/* 1513 */ }
/* 1514 */ .home-slider .flex-caption h3 {
/* 1515 */     font-size: 14px;
/* 1516 */ }
/* 1517 */ .widget-area-8 .kopa-article-list-widget li:first-child .entry-thumb {
/* 1518 */     float: none;
/* 1519 */     width: 100%;
/* 1520 */     margin-right: 0px;
/* 1521 */     margin-bottom:10px;
/* 1522 */ }
/* 1523 */ #back-top {
/* 1524 */     top:inherit;
/* 1525 */     bottom:-10px;
/* 1526 */ }
/* 1527 */ #header-top {
/* 1528 */     padding-top:20px;
/* 1529 */ }
/* 1530 */ #logo-image,
/* 1531 */ #header-left .socials-link {
/* 1532 */     margin-bottom:10px;
/* 1533 */ }
/* 1534 */ .search-box {
/* 1535 */     margin-top:3px;
/* 1536 */ }
/* 1537 */ .about-author .avatar-thumb {
/* 1538 */     width:60px;
/* 1539 */     margin-right:15px;
/* 1540 */ }
/* 1541 */ .kopa-single-1 .entry-box .entry-thumb, 
/* 1542 */ .kopa-single-3 .entry-box .entry-thumb {
/* 1543 */     float:none;
/* 1544 */     width:100%;
/* 1545 */     margin-right:0;
/* 1546 */     margin-bottom:10px;
/* 1547 */ }
/* 1548 */ blockquote {
/* 1549 */     padding-left:20px;
/* 1550 */ }

/* responsive.css */

/* 1551 */ blockquote p {
/* 1552 */     padding-right:20px;
/* 1553 */ }
/* 1554 */ .tag-box {
/* 1555 */     float:none;
/* 1556 */     margin-bottom:10px;
/* 1557 */ }
/* 1558 */ .gallery-slideshow #images {
/* 1559 */     display:none !important;
/* 1560 */ }
/* 1561 */ 
/* 1562 */ }

/* style.css */

/* 1   */ #rps {
/* 2   */ 	float: left;
/* 3   */ 	position: relative;
/* 4   */ 	border:1px solid #e8e8e8;
/* 5   */ }
/* 6   */ 
/* 7   */ #rps .window {
/* 8   */ 	overflow: hidden; 
/* 9   */ 	position: relative;
/* 10  */ }
/* 11  */ 
/* 12  */ #rps .slider {
/* 13  */ 	position: absolute;
/* 14  */ 	top: 0; left: 0;
/* 15  */ 	font-size:12px;
/* 16  */ 	font-family: Arial, Verdana;
/* 17  */ 	background:#fffefe;
/* 18  */ }
/* 19  */ 
/* 20  */ #rps .slider div{
/* 21  */ 	float:left;
/* 22  */ }
/* 23  */ 
/* 24  */ .rps-clr{
/* 25  */ 	clear:both;
/* 26  */ }
/* 27  */ 
/* 28  */ #rps .slider div .col{
/* 29  */ 	float:left;
/* 30  */ 	border-right:1px solid #E9E8E8;
/* 31  */ 	border-top:0px;
/* 32  */ 	border-left:1px solid #E9E8E8;
/* 33  */ 	border-bottom:0px;
/* 34  */ 	padding:5px 0px;
/* 35  */ }
/* 36  */ 
/* 37  */ #rps .col  p{
/* 38  */ 	font-size:12px;
/* 39  */ 	padding:0px 10px;
/* 40  */ 	margin:0px;
/* 41  */ }
/* 42  */ 
/* 43  */ #rps .col  img{
/* 44  */     -moz-border-radius: 3px;
/* 45  */ 	-khtml-border-radius: 3px;
/* 46  */ 	-webkit-border-radius: 3px;
/* 47  */     background-color: white;
/* 48  */     border: 4px solid #EBEBEB;
/* 49  */ 	padding:0px;
/* 50  */ }

/* style.css */

/* 51  */ 
/* 52  */ #rps .col p.post-title{	
/* 53  */ 	position:relative;
/* 54  */ 	padding:0px;
/* 55  */ 	margin:0;
/* 56  */ 	height:40px;
/* 57  */ }
/* 58  */ 
/* 59  */ #rps .col p.post-title span {
/* 60  */ 	font-size:13px;
/* 61  */ 	font-weight:bold; 
/* 62  */ 	margin:0px;
/* 63  */ 	padding:0px 10px;
/* 64  */ 	height:40px;
/* 65  */ 	overflow:hidden;
/* 66  */ 	position:absolute;
/* 67  */ 	color:#666;
/* 68  */ 	text-decoration:none;
/* 69  */ 	line-height:18px;
/* 70  */ }	
/* 71  */ 
/* 72  */ #rps .col p.post-title a{
/* 73  */ 	text-decoration:none;
/* 74  */ }
/* 75  */ 
/* 76  */ #rps .col p.post-title span:hover {
/* 77  */ 	height:auto;
/* 78  */ 	overflow:auto;
/* 79  */ 	/*background:#fffefe;*/
/* 80  */ 	z-index:100;
/* 81  */ 	padding-bottom:3px;
/* 82  */ 	color:#000;
/* 83  */ }
/* 84  */ 
/* 85  */ #rps .col p.post-title a:hover {
/* 86  */ 	color:#000;
/* 87  */ }
/* 88  */ 
/* 89  */ #rps .col p.slider-content{
/* 90  */ 	position:relative;
/* 91  */ }
/* 92  */ 
/* 93  */ #rps .col p.slider-content-img{
/* 94  */ 	position:relative;
/* 95  */ 	margin:0px;
/* 96  */ 	padding:0px;
/* 97  */ 	border:0px;
/* 98  */ 	text-align:center;
/* 99  */ }
/* 100 */ 

/* style.css */

/* 101 */ #rps .col p.slider-content-both{
/* 102 */ 	position:relative;
/* 103 */ 	margin:0px;
/* 104 */ 	padding:0px;
/* 105 */ 	border:0px;
/* 106 */ 	text-align:left;
/* 107 */ 	line-height:17px;
/* 108 */ 	margin-right:5px;
/* 109 */ 	margin-left:10px;
/* 110 */ }
/* 111 */ 
/* 112 */ #rps .col p.slider-content-both img{
/* 113 */ 	margin-right:10px;
/* 114 */ 	-moz-border-radius: 1px;
/* 115 */ 	-khtml-border-radius: 1px;
/* 116 */ 	-webkit-border-radius: 1px;
/* 117 */     background-color: white;
/* 118 */     border: 2px solid #EBEBEB;
/* 119 */ 	padding:1px;
/* 120 */ }
/* 121 */ 
/* 122 */ #rps .paging {
/* 123 */ 	font-size:11px;
/* 124 */ 	position: absolute;
/* 125 */ 	bottom: 10px; right: 10px;
/* 126 */ 	z-index: 100; 
/* 127 */ 	text-align: center;
/* 128 */ 	padding:3px 10px;
/* 129 */ 	background: #bcbcbc;
/* 130 */ 	/* for IE */
/* 131 */   	filter:alpha(opacity=70);
/* 132 */   	opacity:0.7;
/* 133 */ 	display: none; 
/* 134 */ 	-moz-border-radius: 3px;
/* 135 */ 	-khtml-border-radius: 3px;
/* 136 */ 	-webkit-border-radius: 3px;
/* 137 */ }
/* 138 */ 
/* 139 */ #rps .paging a {
/* 140 */ 	padding:0px 5px;
/* 141 */ 	text-decoration: none;
/* 142 */ 	color: #2a2a2a;
/* 143 */ 	font-weight: bold; 
/* 144 */ }
/* 145 */ 
/* 146 */ #rps .paging a.active {
/* 147 */ 	background:#4b4646; 
/* 148 */ 	border: 1px solid #272222;
/* 149 */ 	-moz-border-radius: 2px;
/* 150 */ 	-khtml-border-radius: 2px;

/* style.css */

/* 151 */ 	-webkit-border-radius: 2px;
/* 152 */ 	color: #fff;
/* 153 */ }
/* 154 */ 
/* 155 */ #rps .paging a:hover {
/* 156 */ 	color:#000;
/* 157 */ }
/* 158 */ 
/* 159 */ #rps .post-date{
/* 160 */ 	position:absolute;
/* 161 */ 	margin-left:5px;
/* 162 */ 	margin-right:5px;
/* 163 */ 	z-index:1000px;
/* 164 */ 	background:#F7F5F5;
/* 165 */ 	filter:alpha(opacity=60);
/* 166 */ 	opacity:0.6;
/* 167 */ 	color:#000;
/* 168 */ 	font-weight:bold;
/* 169 */ 	padding-left:3px;
/* 170 */ }
/* 171 */ 
/* 172 */ #rps img { 
/* 173 */ 	max-width: 100%; 
/* 174 */ 	height: auto;  
/* 175 */ 	width: auto9; /* ie8 */ 
/* 176 */ }