.transparent {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* ==========================================================================
   header
   ========================================================================== */
@media only screen and (min-width: 0px) and (max-width: 880px) {
  .header-top header .content .telephone {
    text-align: center;
  }
  .header-top header .content {
    width: 100%;
    margin-top: 7px;
    text-align: center;
  }
  .header-top header .logo {
    width: 100%;
    text-align: center;
  }
  .header-top header .content nav,
  .header-top header figure {
    text-align: center;
    display: inline-block;
  }
  .header-top header .content nav {
    margin-top: 15px;
  }
  .banner {
    margin-top: 5px;
  }
}
/* ==========================================================================
   tablet portrait
   ========================================================================== */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .wrapper {
    width: 97%;
  }
  section.features ul li {
    width: 47%;
    margin-left: 3%;
  }
  section.features ul li:nth-child(odd) {
    margin-left: 0;
  }
  section.footer-area .latest-news,
  section.footer-area .testimonials {
    width: 100%;
  }
  section.footer-area .latest-news {
    padding-bottom: 15px;
  }
  section.footer-area .latest-news figure {
    width: 30%;
  }
  section.footer-area .latest-news .copy {
    width: 68%;
  }
}
/* ==========================================================================
   mobile
   ========================================================================== */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .banner .wrapper .copy,
  section.content .right-col img {
    display: none;
  }
  .wrapper {
    width: 94%;
  }
  section.content .left-col,
  section.content .right-col,
  section.content .two-col {
    width: 100%;
  }
  section.content .right-col {
    margin-top: 20px;
  }
  section.content .two-col {
    margin-left: 0;
  }
  .banner .wrapper .map #bgmp_map-canvas {
    height: 200px!important;
  }
}
/* ==========================================================================
   small mobile
   ========================================================================== */
@media only screen and (min-width: 0px) and (max-width: 400px) {
  section.features ul li {
    width: 100%;
    margin-left: 0%;
  }
  .team-members article {
    width: 100%;
    margin-left: 0%;
  }
  section.footer-area .latest-news figure {
    width: 100%;
  }
  section.footer-area .latest-news .copy {
    width: 100%;
    padding-top: 10px;
  }
  section.content .left-col .blog-output li figure {
    width: 50%;
  }
  section.content .left-col .blog-output li article {
    width: 100%;
  }
}
/* ==========================================================================
   simple menu
   ========================================================================== */
@media only screen and (min-width: 0px) and (max-width: 601px) {
  .header-top header .content .telephone {
    font-size: 1.1em;
  }
  .header-top header .content nav {
    width: 100%;
  }
  .header-top header .content nav ul li {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
