css/bootstrap-responsive.css
changeset 0 ba8ab09f730e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css/bootstrap-responsive.css	Fri Jul 04 16:42:41 2014 +0400
     1.3 @@ -0,0 +1,1127 @@
     1.4 +/*!
     1.5 + * Bootstrap Responsive v2.3.1
     1.6 + *
     1.7 + * Copyright 2012 Twitter, Inc
     1.8 + * Licensed under the Apache License v2.0
     1.9 + * http://www.apache.org/licenses/LICENSE-2.0
    1.10 + *
    1.11 + * Designed and built with all the love in the world @twitter by @mdo and @fat.
    1.12 + */
    1.13 +
    1.14 +.clearfix {
    1.15 +  *zoom: 1;
    1.16 +}
    1.17 +
    1.18 +.clearfix:before,
    1.19 +.clearfix:after {
    1.20 +  display: table;
    1.21 +  line-height: 0;
    1.22 +  content: "";
    1.23 +}
    1.24 +
    1.25 +.clearfix:after {
    1.26 +  clear: both;
    1.27 +}
    1.28 +
    1.29 +.hide-text {
    1.30 +  font: 0/0 a;
    1.31 +  color: transparent;
    1.32 +  text-shadow: none;
    1.33 +  background-color: transparent;
    1.34 +  border: 0;
    1.35 +}
    1.36 +
    1.37 +.input-block-level {
    1.38 +  display: block;
    1.39 +  width: 100%;
    1.40 +  min-height: 20px;
    1.41 +  -webkit-box-sizing: border-box;
    1.42 +     -moz-box-sizing: border-box;
    1.43 +          box-sizing: border-box;
    1.44 +}
    1.45 +
    1.46 +@-ms-viewport {
    1.47 +  width: device-width;
    1.48 +}
    1.49 +
    1.50 +.hidden {
    1.51 +  display: none;
    1.52 +  visibility: hidden;
    1.53 +}
    1.54 +
    1.55 +.visible-phone {
    1.56 +  display: none !important;
    1.57 +}
    1.58 +
    1.59 +.visible-tablet {
    1.60 +  display: none !important;
    1.61 +}
    1.62 +
    1.63 +.hidden-desktop {
    1.64 +  display: none !important;
    1.65 +}
    1.66 +
    1.67 +.visible-desktop {
    1.68 +  display: inherit !important;
    1.69 +}
    1.70 +
    1.71 +@media (min-width: 768px) and (max-width: 979px) {
    1.72 +  .hidden-desktop {
    1.73 +    display: inherit !important;
    1.74 +  }
    1.75 +  .visible-desktop {
    1.76 +    display: none !important ;
    1.77 +  }
    1.78 +  .visible-tablet {
    1.79 +    display: inherit !important;
    1.80 +  }
    1.81 +  .hidden-tablet {
    1.82 +    display: none !important;
    1.83 +  }
    1.84 +}
    1.85 +
    1.86 +@media (max-width: 767px) {
    1.87 +  .hidden-desktop {
    1.88 +    display: inherit !important;
    1.89 +  }
    1.90 +  .visible-desktop {
    1.91 +    display: none !important;
    1.92 +  }
    1.93 +  .visible-phone {
    1.94 +    display: inherit !important;
    1.95 +  }
    1.96 +  .hidden-phone {
    1.97 +    display: none !important;
    1.98 +  }
    1.99 +}
   1.100 +
   1.101 +.visible-print {
   1.102 +  display: none !important;
   1.103 +}
   1.104 +
   1.105 +@media print {
   1.106 +  .visible-print {
   1.107 +    display: inherit !important;
   1.108 +  }
   1.109 +  .hidden-print {
   1.110 +    display: none !important;
   1.111 +  }
   1.112 +}
   1.113 +
   1.114 +@media (min-width: 1200px) {
   1.115 +  .row {
   1.116 +    margin-left: -24px;
   1.117 +    *zoom: 1;
   1.118 +  }
   1.119 +  .row:before,
   1.120 +  .row:after {
   1.121 +    display: table;
   1.122 +    line-height: 0;
   1.123 +    content: "";
   1.124 +  }
   1.125 +  .row:after {
   1.126 +    clear: both;
   1.127 +  }
   1.128 +  [class*="span"] {
   1.129 +    float: left;
   1.130 +    min-height: 1px;
   1.131 +    margin-left: 16px;
   1.132 +  }
   1.133 +  .container,
   1.134 +  .navbar-static-top .container,
   1.135 +  .navbar-fixed-top .container,
   1.136 +  .navbar-fixed-bottom .container {
   1.137 +    width: 1128px;
   1.138 +  }
   1.139 +  .span12 {
   1.140 +    width: 1128px;
   1.141 +  }
   1.142 +  .span11 {
   1.143 +    width: 1032px;
   1.144 +  }
   1.145 +  .span10 {
   1.146 +    width: 936px;
   1.147 +  }
   1.148 +  .span9 {
   1.149 +    width: 840px;
   1.150 +  }
   1.151 +  .span8 {
   1.152 +    width: 744px;
   1.153 +  }
   1.154 +  .span7 {
   1.155 +    width: 648px;
   1.156 +  }
   1.157 +  .span6 {
   1.158 +    width: 552px;
   1.159 +  }
   1.160 +  .span5 {
   1.161 +    width: 456px;
   1.162 +  }
   1.163 +  .span4 {
   1.164 +    width: 360px;
   1.165 +  }
   1.166 +  .span3 {
   1.167 +    width: 264px;
   1.168 +  }
   1.169 +  .span2 {
   1.170 +    width: 168px;
   1.171 +  }
   1.172 +  .span1 {
   1.173 +    width: 72px;
   1.174 +  }
   1.175 +  .offset12 {
   1.176 +    margin-left: 1176px;
   1.177 +  }
   1.178 +  .offset11 {
   1.179 +    margin-left: 1080px;
   1.180 +  }
   1.181 +  .offset10 {
   1.182 +    margin-left: 984px;
   1.183 +  }
   1.184 +  .offset9 {
   1.185 +    margin-left: 888px;
   1.186 +  }
   1.187 +  .offset8 {
   1.188 +    margin-left: 792px;
   1.189 +  }
   1.190 +  .offset7 {
   1.191 +    margin-left: 696px;
   1.192 +  }
   1.193 +  .offset6 {
   1.194 +    margin-left: 600px;
   1.195 +  }
   1.196 +  .offset5 {
   1.197 +    margin-left: 504px;
   1.198 +  }
   1.199 +  .offset4 {
   1.200 +    margin-left: 408px;
   1.201 +  }
   1.202 +  .offset3 {
   1.203 +    margin-left: 312px;
   1.204 +  }
   1.205 +  .offset2 {
   1.206 +    margin-left: 216px;
   1.207 +  }
   1.208 +  .offset1 {
   1.209 +    margin-left: 120px;
   1.210 +  }
   1.211 +  .row-fluid {
   1.212 +    width: 100%;
   1.213 +    *zoom: 1;
   1.214 +  }
   1.215 +  .row-fluid:before,
   1.216 +  .row-fluid:after {
   1.217 +    display: table;
   1.218 +    line-height: 0;
   1.219 +    content: "";
   1.220 +  }
   1.221 +  .row-fluid:after {
   1.222 +    clear: both;
   1.223 +  }
   1.224 +  .row-fluid [class*="span"] {
   1.225 +    display: block;
   1.226 +    float: left;
   1.227 +    width: 100%;
   1.228 +    min-height: 20px;
   1.229 +    margin-left: 2.127659574468085%;
   1.230 +    *margin-left: 2.07469347277317%;
   1.231 +    -webkit-box-sizing: border-box;
   1.232 +       -moz-box-sizing: border-box;
   1.233 +            box-sizing: border-box;
   1.234 +  }
   1.235 +  .row-fluid [class*="span"]:first-child {
   1.236 +    margin-left: 0;
   1.237 +  }
   1.238 +  .row-fluid .controls-row [class*="span"] + [class*="span"] {
   1.239 +    margin-left: 2.127659574468085%;
   1.240 +  }
   1.241 +  .row-fluid .span12 {
   1.242 +    width: 100%;
   1.243 +    *width: 99.94703389830508%;
   1.244 +  }
   1.245 +  .row-fluid .span11 {
   1.246 +    width: 91.48936170212765%;
   1.247 +    *width: 91.43639560043273%;
   1.248 +  }
   1.249 +  .row-fluid .span10 {
   1.250 +    width: 82.97872340425532%;
   1.251 +    *width: 82.9257573025604%;
   1.252 +  }
   1.253 +  .row-fluid .span9 {
   1.254 +    width: 74.46808510638297%;
   1.255 +    *width: 74.41511900468805%;
   1.256 +  }
   1.257 +  .row-fluid .span8 {
   1.258 +    width: 65.95744680851064%;
   1.259 +    *width: 65.90448070681572%;
   1.260 +  }
   1.261 +  .row-fluid .span7 {
   1.262 +    width: 57.44680851063829%;
   1.263 +    *width: 57.39384240894338%;
   1.264 +  }
   1.265 +  .row-fluid .span6 {
   1.266 +    width: 48.93617021276595%;
   1.267 +    *width: 48.88320411107104%;
   1.268 +  }
   1.269 +  .row-fluid .span5 {
   1.270 +    width: 40.42553191489362%;
   1.271 +    *width: 40.372565813198705%;
   1.272 +  }
   1.273 +  .row-fluid .span4 {
   1.274 +    width: 31.914893617021278%;
   1.275 +    *width: 31.86192751532636%;
   1.276 +  }
   1.277 +  .row-fluid .span3 {
   1.278 +    width: 23.404255319148934%;
   1.279 +    *width: 23.351289217454017%;
   1.280 +  }
   1.281 +  .row-fluid .span2 {
   1.282 +    width: 14.893617021276595%;
   1.283 +    *width: 14.84065091958168%;
   1.284 +  }
   1.285 +  .row-fluid .span1 {
   1.286 +    width: 6.382978723404255%;
   1.287 +    *width: 6.33001262170934%;
   1.288 +  }
   1.289 +  .row-fluid .offset12 {
   1.290 +    margin-left: 104.25531914893617%;
   1.291 +    *margin-left: 104.14938694554633%;
   1.292 +  }
   1.293 +  .row-fluid .offset12:first-child {
   1.294 +    margin-left: 102.12765957446808%;
   1.295 +    *margin-left: 102.02172737107824%;
   1.296 +  }
   1.297 +  .row-fluid .offset11 {
   1.298 +    margin-left: 95.74468085106382%;
   1.299 +    *margin-left: 95.63874864767398%;
   1.300 +  }
   1.301 +  .row-fluid .offset11:first-child {
   1.302 +    margin-left: 93.61702127659574%;
   1.303 +    *margin-left: 93.5110890732059%;
   1.304 +  }
   1.305 +  .row-fluid .offset10 {
   1.306 +    margin-left: 87.23404255319149%;
   1.307 +    *margin-left: 87.12811034980164%;
   1.308 +  }
   1.309 +  .row-fluid .offset10:first-child {
   1.310 +    margin-left: 85.1063829787234%;
   1.311 +    *margin-left: 85.00045077533356%;
   1.312 +  }
   1.313 +  .row-fluid .offset9 {
   1.314 +    margin-left: 78.72340425531914%;
   1.315 +    *margin-left: 78.6174720519293%;
   1.316 +  }
   1.317 +  .row-fluid .offset9:first-child {
   1.318 +    margin-left: 76.59574468085106%;
   1.319 +    *margin-left: 76.48981247746121%;
   1.320 +  }
   1.321 +  .row-fluid .offset8 {
   1.322 +    margin-left: 70.2127659574468%;
   1.323 +    *margin-left: 70.10683375405696%;
   1.324 +  }
   1.325 +  .row-fluid .offset8:first-child {
   1.326 +    margin-left: 68.08510638297872%;
   1.327 +    *margin-left: 67.97917417958888%;
   1.328 +  }
   1.329 +  .row-fluid .offset7 {
   1.330 +    margin-left: 61.70212765957446%;
   1.331 +    *margin-left: 61.59619545618464%;
   1.332 +  }
   1.333 +  .row-fluid .offset7:first-child {
   1.334 +    margin-left: 59.574468085106375%;
   1.335 +    *margin-left: 59.46853588171655%;
   1.336 +  }
   1.337 +  .row-fluid .offset6 {
   1.338 +    margin-left: 53.191489361702125%;
   1.339 +    *margin-left: 53.08555715831229%;
   1.340 +  }
   1.341 +  .row-fluid .offset6:first-child {
   1.342 +    margin-left: 51.063829787234035%;
   1.343 +    *margin-left: 50.95789758384421%;
   1.344 +  }
   1.345 +  .row-fluid .offset5 {
   1.346 +    margin-left: 44.68085106382979%;
   1.347 +    *margin-left: 44.57491886043996%;
   1.348 +  }
   1.349 +  .row-fluid .offset5:first-child {
   1.350 +    margin-left: 42.5531914893617%;
   1.351 +    *margin-left: 42.447259285971874%;
   1.352 +  }
   1.353 +  .row-fluid .offset4 {
   1.354 +    margin-left: 36.170212765957444%;
   1.355 +    *margin-left: 36.06428056256762%;
   1.356 +  }
   1.357 +  .row-fluid .offset4:first-child {
   1.358 +    margin-left: 34.04255319148936%;
   1.359 +    *margin-left: 33.936620988099534%;
   1.360 +  }
   1.361 +  .row-fluid .offset3 {
   1.362 +    margin-left: 27.659574468085104%;
   1.363 +    *margin-left: 27.55364226469527%;
   1.364 +  }
   1.365 +  .row-fluid .offset3:first-child {
   1.366 +    margin-left: 25.53191489361702%;
   1.367 +    *margin-left: 25.425982690227183%;
   1.368 +  }
   1.369 +  .row-fluid .offset2 {
   1.370 +    margin-left: 19.148936170212764%;
   1.371 +    *margin-left: 19.043003966822933%;
   1.372 +  }
   1.373 +  .row-fluid .offset2:first-child {
   1.374 +    margin-left: 17.02127659574468%;
   1.375 +    *margin-left: 16.91534439235485%;
   1.376 +  }
   1.377 +  .row-fluid .offset1 {
   1.378 +    margin-left: 10.638297872340425%;
   1.379 +    *margin-left: 10.532365668950595%;
   1.380 +  }
   1.381 +  .row-fluid .offset1:first-child {
   1.382 +    margin-left: 8.51063829787234%;
   1.383 +    *margin-left: 8.40470609448251%;
   1.384 +  }
   1.385 +  input,
   1.386 +  textarea,
   1.387 +  .uneditable-input {
   1.388 +    margin-left: 0;
   1.389 +  }
   1.390 +  .controls-row [class*="span"] + [class*="span"] {
   1.391 +    margin-left: 24px;
   1.392 +  }
   1.393 +  input.span12,
   1.394 +  textarea.span12,
   1.395 +  .uneditable-input.span12 {
   1.396 +    width: 1114px;
   1.397 +  }
   1.398 +  input.span11,
   1.399 +  textarea.span11,
   1.400 +  .uneditable-input.span11 {
   1.401 +    width: 1018px;
   1.402 +  }
   1.403 +  input.span10,
   1.404 +  textarea.span10,
   1.405 +  .uneditable-input.span10 {
   1.406 +    width: 922px;
   1.407 +  }
   1.408 +  input.span9,
   1.409 +  textarea.span9,
   1.410 +  .uneditable-input.span9 {
   1.411 +    width: 826px;
   1.412 +  }
   1.413 +  input.span8,
   1.414 +  textarea.span8,
   1.415 +  .uneditable-input.span8 {
   1.416 +    width: 730px;
   1.417 +  }
   1.418 +  input.span7,
   1.419 +  textarea.span7,
   1.420 +  .uneditable-input.span7 {
   1.421 +    width: 634px;
   1.422 +  }
   1.423 +  input.span6,
   1.424 +  textarea.span6,
   1.425 +  .uneditable-input.span6 {
   1.426 +    width: 538px;
   1.427 +  }
   1.428 +  input.span5,
   1.429 +  textarea.span5,
   1.430 +  .uneditable-input.span5 {
   1.431 +    width: 442px;
   1.432 +  }
   1.433 +  input.span4,
   1.434 +  textarea.span4,
   1.435 +  .uneditable-input.span4 {
   1.436 +    width: 346px;
   1.437 +  }
   1.438 +  input.span3,
   1.439 +  textarea.span3,
   1.440 +  .uneditable-input.span3 {
   1.441 +    width: 250px;
   1.442 +  }
   1.443 +  input.span2,
   1.444 +  textarea.span2,
   1.445 +  .uneditable-input.span2 {
   1.446 +    width: 154px;
   1.447 +  }
   1.448 +  input.span1,
   1.449 +  textarea.span1,
   1.450 +  .uneditable-input.span1 {
   1.451 +    width: 58px;
   1.452 +  }
   1.453 +  .thumbnails {
   1.454 +    margin-left: -24px;
   1.455 +  }
   1.456 +  .thumbnails > li {
   1.457 +    margin-left: 24px;
   1.458 +  }
   1.459 +  .row-fluid .thumbnails {
   1.460 +    margin-left: 0;
   1.461 +  }
   1.462 +}
   1.463 +
   1.464 +@media (min-width: 768px) and (max-width: 979px) {
   1.465 +  .row {
   1.466 +    margin-left: -16px;
   1.467 +    *zoom: 1;
   1.468 +  }
   1.469 +  .row:before,
   1.470 +  .row:after {
   1.471 +    display: table;
   1.472 +    line-height: 0;
   1.473 +    content: "";
   1.474 +  }
   1.475 +  .row:after {
   1.476 +    clear: both;
   1.477 +  }
   1.478 +  [class*="span"] {
   1.479 +    float: left;
   1.480 +    min-height: 1px;
   1.481 +    margin-left: 16px;
   1.482 +  }
   1.483 +  .container,
   1.484 +  .navbar-static-top .container,
   1.485 +  .navbar-fixed-top .container,
   1.486 +  .navbar-fixed-bottom .container {
   1.487 +    width: 656px;
   1.488 +  }
   1.489 +  .span12 {
   1.490 +    width: 656px;
   1.491 +  }
   1.492 +  .span11 {
   1.493 +    width: 600px;
   1.494 +  }
   1.495 +  .span10 {
   1.496 +    width: 544px;
   1.497 +  }
   1.498 +  .span9 {
   1.499 +    width: 488px;
   1.500 +  }
   1.501 +  .span8 {
   1.502 +    width: 432px;
   1.503 +  }
   1.504 +  .span7 {
   1.505 +    width: 376px;
   1.506 +  }
   1.507 +  .span6 {
   1.508 +    width: 320px;
   1.509 +  }
   1.510 +  .span5 {
   1.511 +    width: 264px;
   1.512 +  }
   1.513 +  .span4 {
   1.514 +    width: 208px;
   1.515 +  }
   1.516 +  .span3 {
   1.517 +    width: 152px;
   1.518 +  }
   1.519 +  .span2 {
   1.520 +    width: 96px;
   1.521 +  }
   1.522 +  .span1 {
   1.523 +    width: 40px;
   1.524 +  }
   1.525 +  .offset12 {
   1.526 +    margin-left: 688px;
   1.527 +  }
   1.528 +  .offset11 {
   1.529 +    margin-left: 632px;
   1.530 +  }
   1.531 +  .offset10 {
   1.532 +    margin-left: 576px;
   1.533 +  }
   1.534 +  .offset9 {
   1.535 +    margin-left: 520px;
   1.536 +  }
   1.537 +  .offset8 {
   1.538 +    margin-left: 464px;
   1.539 +  }
   1.540 +  .offset7 {
   1.541 +    margin-left: 408px;
   1.542 +  }
   1.543 +  .offset6 {
   1.544 +    margin-left: 352px;
   1.545 +  }
   1.546 +  .offset5 {
   1.547 +    margin-left: 296px;
   1.548 +  }
   1.549 +  .offset4 {
   1.550 +    margin-left: 240px;
   1.551 +  }
   1.552 +  .offset3 {
   1.553 +    margin-left: 184px;
   1.554 +  }
   1.555 +  .offset2 {
   1.556 +    margin-left: 128px;
   1.557 +  }
   1.558 +  .offset1 {
   1.559 +    margin-left: 72px;
   1.560 +  }
   1.561 +  .row-fluid {
   1.562 +    width: 100%;
   1.563 +    *zoom: 1;
   1.564 +  }
   1.565 +  .row-fluid:before,
   1.566 +  .row-fluid:after {
   1.567 +    display: table;
   1.568 +    line-height: 0;
   1.569 +    content: "";
   1.570 +  }
   1.571 +  .row-fluid:after {
   1.572 +    clear: both;
   1.573 +  }
   1.574 +  .row-fluid [class*="span"] {
   1.575 +    display: block;
   1.576 +    float: left;
   1.577 +    width: 100%;
   1.578 +    min-height: 20px;
   1.579 +    margin-left: 2.4390243902439024%;
   1.580 +    *margin-left: 2.386058288548987%;
   1.581 +    -webkit-box-sizing: border-box;
   1.582 +       -moz-box-sizing: border-box;
   1.583 +            box-sizing: border-box;
   1.584 +  }
   1.585 +  .row-fluid [class*="span"]:first-child {
   1.586 +    margin-left: 0;
   1.587 +  }
   1.588 +  .row-fluid .controls-row [class*="span"] + [class*="span"] {
   1.589 +    margin-left: 2.4390243902439024%;
   1.590 +  }
   1.591 +  .row-fluid .span12 {
   1.592 +    width: 100%;
   1.593 +    *width: 99.94703389830508%;
   1.594 +  }
   1.595 +  .row-fluid .span11 {
   1.596 +    width: 91.46341463414635%;
   1.597 +    *width: 91.41044853245143%;
   1.598 +  }
   1.599 +  .row-fluid .span10 {
   1.600 +    width: 82.92682926829268%;
   1.601 +    *width: 82.87386316659776%;
   1.602 +  }
   1.603 +  .row-fluid .span9 {
   1.604 +    width: 74.39024390243902%;
   1.605 +    *width: 74.3372778007441%;
   1.606 +  }
   1.607 +  .row-fluid .span8 {
   1.608 +    width: 65.85365853658537%;
   1.609 +    *width: 65.80069243489045%;
   1.610 +  }
   1.611 +  .row-fluid .span7 {
   1.612 +    width: 57.31707317073171%;
   1.613 +    *width: 57.2641070690368%;
   1.614 +  }
   1.615 +  .row-fluid .span6 {
   1.616 +    width: 48.78048780487805%;
   1.617 +    *width: 48.727521703183136%;
   1.618 +  }
   1.619 +  .row-fluid .span5 {
   1.620 +    width: 40.24390243902439%;
   1.621 +    *width: 40.190936337329475%;
   1.622 +  }
   1.623 +  .row-fluid .span4 {
   1.624 +    width: 31.70731707317073%;
   1.625 +    *width: 31.654350971475814%;
   1.626 +  }
   1.627 +  .row-fluid .span3 {
   1.628 +    width: 23.170731707317074%;
   1.629 +    *width: 23.117765605622157%;
   1.630 +  }
   1.631 +  .row-fluid .span2 {
   1.632 +    width: 14.634146341463415%;
   1.633 +    *width: 14.5811802397685%;
   1.634 +  }
   1.635 +  .row-fluid .span1 {
   1.636 +    width: 6.097560975609756%;
   1.637 +    *width: 6.044594873914841%;
   1.638 +  }
   1.639 +  .row-fluid .offset12 {
   1.640 +    margin-left: 104.8780487804878%;
   1.641 +    *margin-left: 104.77211657709796%;
   1.642 +  }
   1.643 +  .row-fluid .offset12:first-child {
   1.644 +    margin-left: 102.4390243902439%;
   1.645 +    *margin-left: 102.33309218685406%;
   1.646 +  }
   1.647 +  .row-fluid .offset11 {
   1.648 +    margin-left: 96.34146341463415%;
   1.649 +    *margin-left: 96.23553121124431%;
   1.650 +  }
   1.651 +  .row-fluid .offset11:first-child {
   1.652 +    margin-left: 93.90243902439025%;
   1.653 +    *margin-left: 93.7965068210004%;
   1.654 +  }
   1.655 +  .row-fluid .offset10 {
   1.656 +    margin-left: 87.80487804878048%;
   1.657 +    *margin-left: 87.69894584539064%;
   1.658 +  }
   1.659 +  .row-fluid .offset10:first-child {
   1.660 +    margin-left: 85.36585365853658%;
   1.661 +    *margin-left: 85.25992145514674%;
   1.662 +  }
   1.663 +  .row-fluid .offset9 {
   1.664 +    margin-left: 79.26829268292683%;
   1.665 +    *margin-left: 79.16236047953699%;
   1.666 +  }
   1.667 +  .row-fluid .offset9:first-child {
   1.668 +    margin-left: 76.82926829268293%;
   1.669 +    *margin-left: 76.72333608929308%;
   1.670 +  }
   1.671 +  .row-fluid .offset8 {
   1.672 +    margin-left: 70.73170731707317%;
   1.673 +    *margin-left: 70.62577511368333%;
   1.674 +  }
   1.675 +  .row-fluid .offset8:first-child {
   1.676 +    margin-left: 68.29268292682927%;
   1.677 +    *margin-left: 68.18675072343943%;
   1.678 +  }
   1.679 +  .row-fluid .offset7 {
   1.680 +    margin-left: 62.19512195121951%;
   1.681 +    *margin-left: 62.089189747829685%;
   1.682 +  }
   1.683 +  .row-fluid .offset7:first-child {
   1.684 +    margin-left: 59.75609756097561%;
   1.685 +    *margin-left: 59.650165357585784%;
   1.686 +  }
   1.687 +  .row-fluid .offset6 {
   1.688 +    margin-left: 53.65853658536585%;
   1.689 +    *margin-left: 53.552604381976025%;
   1.690 +  }
   1.691 +  .row-fluid .offset6:first-child {
   1.692 +    margin-left: 51.21951219512195%;
   1.693 +    *margin-left: 51.113579991732124%;
   1.694 +  }
   1.695 +  .row-fluid .offset5 {
   1.696 +    margin-left: 45.12195121951219%;
   1.697 +    *margin-left: 45.016019016122364%;
   1.698 +  }
   1.699 +  .row-fluid .offset5:first-child {
   1.700 +    margin-left: 42.68292682926829%;
   1.701 +    *margin-left: 42.57699462587846%;
   1.702 +  }
   1.703 +  .row-fluid .offset4 {
   1.704 +    margin-left: 36.58536585365854%;
   1.705 +    *margin-left: 36.4794336502687%;
   1.706 +  }
   1.707 +  .row-fluid .offset4:first-child {
   1.708 +    margin-left: 34.146341463414636%;
   1.709 +    *margin-left: 34.0404092600248%;
   1.710 +  }
   1.711 +  .row-fluid .offset3 {
   1.712 +    margin-left: 28.04878048780488%;
   1.713 +    *margin-left: 27.942848284415046%;
   1.714 +  }
   1.715 +  .row-fluid .offset3:first-child {
   1.716 +    margin-left: 25.609756097560975%;
   1.717 +    *margin-left: 25.50382389417114%;
   1.718 +  }
   1.719 +  .row-fluid .offset2 {
   1.720 +    margin-left: 19.51219512195122%;
   1.721 +    *margin-left: 19.40626291856139%;
   1.722 +  }
   1.723 +  .row-fluid .offset2:first-child {
   1.724 +    margin-left: 17.073170731707318%;
   1.725 +    *margin-left: 16.967238528317484%;
   1.726 +  }
   1.727 +  .row-fluid .offset1 {
   1.728 +    margin-left: 10.975609756097562%;
   1.729 +    *margin-left: 10.86967755270773%;
   1.730 +  }
   1.731 +  .row-fluid .offset1:first-child {
   1.732 +    margin-left: 8.536585365853659%;
   1.733 +    *margin-left: 8.430653162463829%;
   1.734 +  }
   1.735 +  input,
   1.736 +  textarea,
   1.737 +  .uneditable-input {
   1.738 +    margin-left: 0;
   1.739 +  }
   1.740 +  .controls-row [class*="span"] + [class*="span"] {
   1.741 +    margin-left: 16px;
   1.742 +  }
   1.743 +  input.span12,
   1.744 +  textarea.span12,
   1.745 +  .uneditable-input.span12 {
   1.746 +    width: 642px;
   1.747 +  }
   1.748 +  input.span11,
   1.749 +  textarea.span11,
   1.750 +  .uneditable-input.span11 {
   1.751 +    width: 586px;
   1.752 +  }
   1.753 +  input.span10,
   1.754 +  textarea.span10,
   1.755 +  .uneditable-input.span10 {
   1.756 +    width: 530px;
   1.757 +  }
   1.758 +  input.span9,
   1.759 +  textarea.span9,
   1.760 +  .uneditable-input.span9 {
   1.761 +    width: 474px;
   1.762 +  }
   1.763 +  input.span8,
   1.764 +  textarea.span8,
   1.765 +  .uneditable-input.span8 {
   1.766 +    width: 418px;
   1.767 +  }
   1.768 +  input.span7,
   1.769 +  textarea.span7,
   1.770 +  .uneditable-input.span7 {
   1.771 +    width: 362px;
   1.772 +  }
   1.773 +  input.span6,
   1.774 +  textarea.span6,
   1.775 +  .uneditable-input.span6 {
   1.776 +    width: 306px;
   1.777 +  }
   1.778 +  input.span5,
   1.779 +  textarea.span5,
   1.780 +  .uneditable-input.span5 {
   1.781 +    width: 250px;
   1.782 +  }
   1.783 +  input.span4,
   1.784 +  textarea.span4,
   1.785 +  .uneditable-input.span4 {
   1.786 +    width: 194px;
   1.787 +  }
   1.788 +  input.span3,
   1.789 +  textarea.span3,
   1.790 +  .uneditable-input.span3 {
   1.791 +    width: 138px;
   1.792 +  }
   1.793 +  input.span2,
   1.794 +  textarea.span2,
   1.795 +  .uneditable-input.span2 {
   1.796 +    width: 82px;
   1.797 +  }
   1.798 +  input.span1,
   1.799 +  textarea.span1,
   1.800 +  .uneditable-input.span1 {
   1.801 +    width: 26px;
   1.802 +  }
   1.803 +}
   1.804 +
   1.805 +@media (max-width: 767px) {
   1.806 +  body {
   1.807 +    padding-right: 18px;
   1.808 +    padding-left: 18px;
   1.809 +  }
   1.810 +  .navbar-fixed-top,
   1.811 +  .navbar-fixed-bottom,
   1.812 +  .navbar-static-top {
   1.813 +    margin-right: -10px;
   1.814 +    margin-left: -10px;
   1.815 +  }
   1.816 +  .container-fluid {
   1.817 +    padding: 0;
   1.818 +  }
   1.819 +  .dl-horizontal dt {
   1.820 +    float: none;
   1.821 +    width: auto;
   1.822 +    clear: none;
   1.823 +    text-align: left;
   1.824 +  }
   1.825 +  .dl-horizontal dd {
   1.826 +    margin-left: 0;
   1.827 +  }
   1.828 +  .container {
   1.829 +    width: auto;
   1.830 +  }
   1.831 +  .row-fluid {
   1.832 +    width: 100%;
   1.833 +  }
   1.834 +  .row,
   1.835 +  .thumbnails {
   1.836 +    margin-left: 0;
   1.837 +  }
   1.838 +  .thumbnails > li {
   1.839 +    float: none;
   1.840 +    margin-left: 0;
   1.841 +  }
   1.842 +  [class*="span"],
   1.843 +  .uneditable-input[class*="span"],
   1.844 +  .row-fluid [class*="span"] {
   1.845 +    display: block;
   1.846 +    float: none;
   1.847 +    width: 100%;
   1.848 +    margin-left: 0;
   1.849 +    -webkit-box-sizing: border-box;
   1.850 +       -moz-box-sizing: border-box;
   1.851 +            box-sizing: border-box;
   1.852 +  }
   1.853 +  .span12,
   1.854 +  .row-fluid .span12 {
   1.855 +    width: 100%;
   1.856 +    -webkit-box-sizing: border-box;
   1.857 +       -moz-box-sizing: border-box;
   1.858 +            box-sizing: border-box;
   1.859 +  }
   1.860 +  .row-fluid [class*="offset"]:first-child {
   1.861 +    margin-left: 0;
   1.862 +  }
   1.863 +  .input-large,
   1.864 +  .input-xlarge,
   1.865 +  .input-xxlarge,
   1.866 +  input[class*="span"],
   1.867 +  select[class*="span"],
   1.868 +  textarea[class*="span"],
   1.869 +  .uneditable-input {
   1.870 +    display: block;
   1.871 +    width: 100%;
   1.872 +    min-height: 20px;
   1.873 +    -webkit-box-sizing: border-box;
   1.874 +       -moz-box-sizing: border-box;
   1.875 +            box-sizing: border-box;
   1.876 +  }
   1.877 +  .input-prepend input,
   1.878 +  .input-append input,
   1.879 +  .input-prepend input[class*="span"],
   1.880 +  .input-append input[class*="span"] {
   1.881 +    display: inline-block;
   1.882 +    width: auto;
   1.883 +  }
   1.884 +  .controls-row [class*="span"] + [class*="span"] {
   1.885 +    margin-left: 0;
   1.886 +  }
   1.887 +  .modal {
   1.888 +    position: fixed;
   1.889 +    top: 20px;
   1.890 +    right: 20px;
   1.891 +    left: 20px;
   1.892 +    width: auto;
   1.893 +    margin: 0;
   1.894 +  }
   1.895 +  .modal.fade {
   1.896 +    top: -100px;
   1.897 +  }
   1.898 +  .modal.fade.in {
   1.899 +    top: 18px;
   1.900 +  }
   1.901 +}
   1.902 +
   1.903 +@media (max-width: 480px) {
   1.904 +  .nav-collapse {
   1.905 +    -webkit-transform: translate3d(0, 0, 0);
   1.906 +  }
   1.907 +  .page-header h1 small {
   1.908 +    display: block;
   1.909 +    line-height: 20px;
   1.910 +  }
   1.911 +  input[type="checkbox"],
   1.912 +  input[type="radio"] {
   1.913 +    border: 1px solid #ccc;
   1.914 +  }
   1.915 +  .form-horizontal .control-label {
   1.916 +    float: none;
   1.917 +    width: auto;
   1.918 +    padding-top: 0;
   1.919 +    text-align: left;
   1.920 +  }
   1.921 +  .form-horizontal .controls {
   1.922 +    margin-left: 0;
   1.923 +  }
   1.924 +  .form-horizontal .control-list {
   1.925 +    padding-top: 0;
   1.926 +  }
   1.927 +  .form-horizontal .form-actions {
   1.928 +    padding-right: 10px;
   1.929 +    padding-left: 10px;
   1.930 +  }
   1.931 +  .media .pull-left,
   1.932 +  .media .pull-right {
   1.933 +    display: block;
   1.934 +    float: none;
   1.935 +    margin-bottom: 20px;
   1.936 +  }
   1.937 +  .media-object {
   1.938 +    margin-right: 0;
   1.939 +    margin-left: 0;
   1.940 +  }
   1.941 +  .modal {
   1.942 +    top: 9px;
   1.943 +    right: 4px;
   1.944 +    left: 4px;
   1.945 +  }
   1.946 +  .modal-header .close {
   1.947 +    padding: 10px;
   1.948 +    margin: -10px;
   1.949 +  }
   1.950 +  .carousel-caption {
   1.951 +    position: static;
   1.952 +  }
   1.953 +}
   1.954 +
   1.955 +@media (max-width: 979px) {
   1.956 +  body {
   1.957 +    padding-top: 0;
   1.958 +  }
   1.959 +  .navbar-fixed-top,
   1.960 +  .navbar-fixed-bottom {
   1.961 +    position: static;
   1.962 +  }
   1.963 +  .navbar-fixed-top {
   1.964 +    margin-bottom: 20px;
   1.965 +  }
   1.966 +  .navbar-fixed-bottom {
   1.967 +    margin-top: 20px;
   1.968 +  }
   1.969 +  .navbar-fixed-top .navbar-inner,
   1.970 +  .navbar-fixed-bottom .navbar-inner {
   1.971 +    padding: 0;
   1.972 +  }
   1.973 +  .navbar .container {
   1.974 +    width: auto;
   1.975 +    padding: 0;
   1.976 +  }
   1.977 +  .navbar .brand {
   1.978 +    padding: 10px 10px;
   1.979 +    margin: 0;
   1.980 +  }
   1.981 +  .nav-collapse {
   1.982 +    clear: both;
   1.983 +  }
   1.984 +  .nav-collapse .nav {
   1.985 +    float: none;
   1.986 +    margin: 0 0 10px;
   1.987 +  }
   1.988 +  .nav-collapse .nav > li {
   1.989 +    float: none;
   1.990 +  }
   1.991 +  .nav-collapse .nav > li > a {
   1.992 +    margin-bottom: 0;
   1.993 +  }
   1.994 +  .nav-collapse .nav > .divider-vertical {
   1.995 +    display: none;
   1.996 +  }
   1.997 +  .nav-collapse .nav .nav-header {
   1.998 +    color: #000000;
   1.999 +    text-shadow: none;
  1.1000 +  }
  1.1001 +  .nav-collapse .nav > li > a,
  1.1002 +  .nav-collapse .dropdown-menu a {
  1.1003 +    padding: 0 10px;
  1.1004 +    color: #000000;
  1.1005 +  }
  1.1006 +  .nav-collapse .nav > li.active > a {
  1.1007 +    color: #bbbbbb;
  1.1008 +  }
  1.1009 +  .nav-collapse .btn {
  1.1010 +    padding: 10px 10px;
  1.1011 +    font-weight: normal;
  1.1012 +    -webkit-border-radius: 0;
  1.1013 +       -moz-border-radius: 0;
  1.1014 +            border-radius: 0;
  1.1015 +  }
  1.1016 +  .nav-collapse .dropdown-menu li + li a {
  1.1017 +    margin-bottom: 0;
  1.1018 +  }
  1.1019 +  .nav-collapse .nav > li > a:hover,
  1.1020 +  .nav-collapse .nav > li > a:focus,
  1.1021 +  .nav-collapse .dropdown-menu a:hover,
  1.1022 +  .nav-collapse .dropdown-menu a:focus {
  1.1023 +    color: #bbbbbb;
  1.1024 +    background-color: #bbbbbb;
  1.1025 +  }
  1.1026 +  .navbar-inverse .nav-collapse .nav > li > a,
  1.1027 +  .navbar-inverse .nav-collapse .dropdown-menu a {
  1.1028 +    color: #000000;
  1.1029 +  }
  1.1030 +  .navbar-inverse .nav-collapse .nav > li > a:hover,
  1.1031 +  .navbar-inverse .nav-collapse .nav > li > a:focus,
  1.1032 +  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  1.1033 +  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
  1.1034 +    color: #bbbbbb;
  1.1035 +    background-color: #000000;
  1.1036 +  }
  1.1037 +  .nav-collapse.in .btn-group {
  1.1038 +    padding: 0;
  1.1039 +    margin-top: 5px;
  1.1040 +  }
  1.1041 +  .nav-collapse .dropdown-menu {
  1.1042 +    position: static;
  1.1043 +    top: auto;
  1.1044 +    left: auto;
  1.1045 +    display: none;
  1.1046 +    float: none;
  1.1047 +    max-width: none;
  1.1048 +    padding: 0;
  1.1049 +    margin: 0;
  1.1050 +    background-color: transparent;
  1.1051 +    border: none;
  1.1052 +    -webkit-border-radius: 0;
  1.1053 +       -moz-border-radius: 0;
  1.1054 +            border-radius: 0;
  1.1055 +    -webkit-box-shadow: none;
  1.1056 +       -moz-box-shadow: none;
  1.1057 +            box-shadow: none;
  1.1058 +  }
  1.1059 +  .nav-collapse .open > .dropdown-menu {
  1.1060 +    display: block;
  1.1061 +  }
  1.1062 +  .nav-collapse .dropdown-menu:before,
  1.1063 +  .nav-collapse .dropdown-menu:after {
  1.1064 +    display: none;
  1.1065 +  }
  1.1066 +  .nav-collapse .dropdown-menu .divider {
  1.1067 +    display: none;
  1.1068 +  }
  1.1069 +  .nav-collapse .nav > li > .dropdown-menu:before,
  1.1070 +  .nav-collapse .nav > li > .dropdown-menu:after {
  1.1071 +    display: none;
  1.1072 +  }
  1.1073 +  .nav-collapse .navbar-form,
  1.1074 +  .nav-collapse .navbar-search {
  1.1075 +    float: none;
  1.1076 +    padding: 10px 10px;
  1.1077 +    margin: 10px 0;
  1.1078 +    border-top: 1px solid #bbbbbb;
  1.1079 +    border-bottom: 1px solid #bbbbbb;
  1.1080 +  }
  1.1081 +  .navbar-inverse .nav-collapse .navbar-form,
  1.1082 +  .navbar-inverse .nav-collapse .navbar-search {
  1.1083 +    border-top-color: #000000;
  1.1084 +    border-bottom-color: #000000;
  1.1085 +  }
  1.1086 +  .navbar .nav-collapse .nav.pull-right {
  1.1087 +    float: none;
  1.1088 +    margin-left: 0;
  1.1089 +  }
  1.1090 +  .nav-collapse,
  1.1091 +  .nav-collapse.collapse {
  1.1092 +    height: 0;
  1.1093 +    overflow: hidden;
  1.1094 +  }
  1.1095 +  .nav-collapse > ul.nav > li.active > a {
  1.1096 +    color: #bbbbbb;
  1.1097 +  }
  1.1098 +  .navbar .btn-navbar {
  1.1099 +    display: block;
  1.1100 +    color: #ffffff;
  1.1101 +    background: #555555;
  1.1102 +    -webkit-box-shadow: 0 0 0;
  1.1103 +       -moz-box-shadow: 0 0 0;
  1.1104 +            box-shadow: 0 0 0;
  1.1105 +  }
  1.1106 +  .navbar .btn-navbar:after {
  1.1107 +    content: "";
  1.1108 +  }
  1.1109 +  .navbar .btn-navbar:before {
  1.1110 +    content: "▼";
  1.1111 +  }
  1.1112 +  .navbar .btn-navbar.active,
  1.1113 +  .navbar .btn-navbar:active {
  1.1114 +    margin-bottom: 20px;
  1.1115 +    color: #ffffff;
  1.1116 +    background: #000000;
  1.1117 +    outline: 0;
  1.1118 +  }
  1.1119 +  .navbar-static .navbar-inner {
  1.1120 +    padding-right: 10px;
  1.1121 +    padding-left: 10px;
  1.1122 +  }
  1.1123 +}
  1.1124 +
  1.1125 +@media (min-width: 980px) {
  1.1126 +  .nav-collapse.collapse {
  1.1127 +    height: auto !important;
  1.1128 +    overflow: visible !important;
  1.1129 +  }
  1.1130 +}