/*!
 * Bootstrap Responsive v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */


@-ms-viewport {
  width: device-width;
}

@media (min-width: 768px) and (max-width: 979px) {
/**  .hidden-desktop {
    display: inherit !important;
  }
**//**  .visible-desktop {
    display: none !important ;
  }
**//**  .visible-tablet {
    display: inherit !important;
  }
**//**  .hidden-tablet {
    display: none !important;
  }
**/}

@media (max-width: 767px) {
/**  .hidden-desktop {
    display: inherit !important;
  }
**//**  .visible-desktop {
    display: none !important;
  }
**//**  .visible-phone {
    display: inherit !important;
  }
**//**  .hidden-phone {
    display: none !important;
  }
**/}

/**.visible-print {
  display: none !important;
}
**/
@media print {
/**  .visible-print {
    display: inherit !important;
  }
**//**  .hidden-print {
    display: none !important;
  }
**/}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
/**  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
**/  .container/**,
  .navbar-static-top .container**//**,
  .navbar-fixed-top .container**//**,
  .navbar-fixed-bottom .container**/ {
    width: 70%;
  }
  input/**,
  textarea**//**,
  .uneditable-input**/ {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
/**  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
**/  .container/**,
  .navbar-static-top .container**//**,
  .navbar-fixed-top .container**//**,
  .navbar-fixed-bottom .container**/ {
    width: 724px;
  }

  input/**,
  textarea**//**,
  .uneditable-input**/ {
    margin-left: 0;
  }

}

@media (max-width: 767px) {
  body {
    padding-right: 9px;
    padding-left: 10px;
  }
  .container {
    width: auto;
  }
/**  .row-fluid {
    width: 100%;
  }
**/  .row/**,
  .thumbnails**/ {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}
