.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* Style of the span inside the small image link */
.MagicZoomPlus span {
  display: none !important;
}

/* Style of hint box */
.MagicZoomPlusHint {
  /*background: url(graphics/hint.gif) no-repeat 2px 50%;*/
  color: #444;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 2px 2px 2px 20px !important;
  text-align: left;
  text-decoration: none;
}

.MagicZoomPlusLoading {
  /*background: #fff url(graphics/loader.gif) no-repeat 2px 50%;*/
  border: 1px solid #ccc;
  color: #444;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 1.5em;
  margin: 0;
  padding: 4px 4px 4px 24px !important;
  text-align: left;
  text-decoration: none;
}


/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
  display: none;
}


/* Style of the zoomed image */
.MagicZoomBigImageCont {
  background: #ffffff;
  border: 1px solid #999;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.MagicZoomBigImageCont.inner-zoom {
  border: 0;
}

.MagicZoomBigImageCont img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  width: auto !important;
  transform: translateZ(0);
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
  background: #666;
  color: #fff;
  font-size: 10pt !important;
  line-height: normal !important;
  text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
  background: #dadad1;
  border: 3px solid #aaa;
  /*cursor:url(graphics/zoomin.cur),pointer;*/
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
  /*background: #fff url(graphics/loader.gif) no-repeat 2px 50%;*/
  border: 1px solid #ccc;
  color: #444;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 1.5em;
  margin: 0;
  padding: 4px 4px 4px 24px !important;
  text-align: left;
  text-decoration: none;
}

/* Style of hotspots */
.MagicHotspots {
  display: none;
  visibility: hidden;
}
.MagicHotspots a {
  border: 1px solid #ccc;
  display: block !important;
  position: absolute !important;
}
.MagicHotspots a:hover {
  border: 1px solid red;
}

/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
  cursor: default;
}

/* Style of the expanded image */
.MagicThumb-expanded {
  background: #ffffff;
  border: 1px solid #ccc;
  /*cursor: url(graphics/zoomout.cur), pointer;*/
  outline: 0;
  padding: 0;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.MagicThumb-expanded img {
  background: #ffffff;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
  background: #ccc;
  border: 0 !important;
  color: #333;
  font: normal 10pt Verdana, Helvetica;
  min-height: 18px !important;
  padding: 8px;
  outline: 0 !important;
  text-align: left;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
  /*background: transparent url(graphics/buttons1.png) no-repeat 0 0;*/
  display: block;
  height: 24px;
}

.MagicThumb-buttons a {
  height: 24px;
  margin: 0px 1px !important;
  overflow: hidden;
  width: 24px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.MagicThumb-expanded > div > div > div > img {
  max-height: none !important;
  max-width: none !important;
  height: auto !important;
  width: auto !important;
}

.MagicThumb-background {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.magic-temporary-img img {
  max-height: none !important;
  max-width: none !important;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
  -moz-box-shadow: 3px 3px 4px #888888;
  -webkit-box-shadow: 3px 3px 4px #888888;
  box-shadow: 3px 3px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
  -moz-box-shadow: 0px 0px 4px 4px #888888;
  -webkit-box-shadow: 0px 0px 4px 4px #888888;
  box-shadow: 0px 0px 4px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}
