﻿@media only screen and (max-width: 900px) {
  .headSection {
    position: absolute;
    top: 500px;
  }
  .hidesm {
    display: none;
  }
  .topBlueLine {
    display: none;
  }
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  line-height: 1;
}
.carousel,
.item,
.active {
  height: 100%;
}
.servicingText {
  padding: 20px;
  color: white;
  text-align: center;
}
.open7days {
  text-align: right;
  vertical-align: middle;
  background-color: #340ACE;
  padding: 5px 18px 5px 18px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.centerText {
  text-align: center;
}
.inlineQuoteInput {
  color: black;
}
.banner-row {
  background-color: #340ACE;
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) {
  .open7days {
    float: right;
  }
  .socialIconTop {
    float: right;
    margin: 10px;
    text-align: right;
  }
  .onlineQuoteBarFrm {
    text-align: center;
  }
  .onlineQuoteBarFrm.cartoon-background {
    background-repeat: no-repeat;
    background-position: center top;
    height: 205px;
    padding-top: 35px;
    background-image: url(/gfx/topFormBackground.png);
  }
  .onlineQuoteBarFrm .top-form-box {
    background-color: white;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .open7days {
    margin-bottom: 10px;
  }
  .socialIconTop {
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .xs-text-center {
    text-align: center;
  }
  .awardImg {
    text-align: center;
    margin-top: 20px;
  }
}
.topFacebook {
  color: #3B5998;
}
.topPinterest {
  color: #BD081C;
}
.topTwitter {
  color: #1DA1F3;
}
.topInstagram {
  color: #262626;
}
.topYelp {
  color: #D32323;
}
.topGooglePlus {
  color: #D62221;
}
.rotate {
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  color: #340ACE;
}
.rotate.down {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.bottomFreeOnlineQuote {
  display: inline-block;
  height: 43px;
  margin-top: 10px;
}
.getdown {
  width: 91%;
  height: 43px;
  font-family: Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ec131e;
  text-shadow: 4px 0 0 #fff, -4px 0 0 #fff, 0 4px 0 #fff, 0 -4px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
}
.flipper .back a {
  font-weight: bold;
}
.top-logo-bar {
  margin: 10px 10px 10px 10px;
}
.top-logo-bar img {
  max-height: 100px;
}
.bottom-logo-bar {
  margin: 0 0 10px 0;
}
.bottom-logo-bar img {
  max-height: 100px;
}
.bmb-product-list .row:hover {
  border-color: red;
}
.bmb-product-list .row {
  margin: 2px;
  margin-bottom: 20px;
  border: solid 2px #340ACE;
  border-radius: 10px;
}
.bmb-product-list .row h2 {
  font-size: 18px;
}
.bmb-product-list .row img {
  max-height: 150px;
}
.bmb-product-list .row .img-wrapper {
  width: 150px;
  height: 150px;
}
.bmb-product-list .row .price {
  vertical-align: top;
  font-size: 30px;
}