@import url('https://fonts.googleapis.com/css?family=Exo:400,400i,700,700i');
@media (max-width: 374px) {
  .hideTiny {
    display: none;
  }
}
body:before {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  z-index: 1000;
  display: none;
}
body {
  font-family: 'Exo', sans-serif;
  color: #303030;
}
/* Start of "Micro clearfix" */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* End of "Micro clearfix" */
a,
a:link,
a:visited {
  color: #05ef05;
}
.logo.innerPage {
  max-width: 250px;
}
.main-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
  background: url(/images/tieBg.jpg);
  background-size: cover;
  background-position: -200px;
  position: relative;
  top: 0;
  left: 0;
}
.main-header:before {
  position: absolute;
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.45) 13%, rgba(0, 0, 0, 0.45) 81%, #000000 100%);
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0.45) 13%, rgba(0, 0, 0, 0.45) 81%, #000000 100%);
  background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.45) 13%, rgba(0, 0, 0, 0.45) 81%, #000000 100%);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
/* Main Menu Styles Starts */
.main-menu {
  margin-bottom: 0;
  background-color: #304275;
}
.main-menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.main-menu .navbar-nav > li > a {
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.main-menu .navbar-nav > li:hover > a,
.main-menu .navbar-nav > li > a:hover,
.main-menu .navbar-nav > li > a:focus,
.main-menu .navbar-nav > li.active > a,
.main-menu .navbar-nav > li#homeLi.active:hover > a {
  background-color: #05ef05;
}
.main-menu .navbar-nav > li#homeLi.active > a {
  background-color: #05ef05;
}
.main-menu .navbar-nav > li > a .fa {
  margin-left: 8px;
  font-size: 18px;
}
.main-menu .dropdown-menu {
  background-color: #05ef05;
  border: none;
}
.main-menu .dropdown-menu > li > a {
  padding: 7px 16px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
}
.main-menu .dropdown-menu > li > a .fa {
  margin-right: 5px;
  font-size: 16px;
}
.main-menu .dropdown-menu > li:hover > a,
.main-menu .dropdown-menu > li > a:hover,
.main-menu .dropdown-menu > li > a:focus,
.main-menu .dropdown-menu > li.active > a {
  background-color: #82f782;
}
nav {
  /* Added `.affix-top` class css when the element is top */
  /* Added `.affix` class css when the element is >= 170px */
  /* Added `.affix-bottom` class css when the element is footer */
}
nav.affixed-top {
  background: black;
}
nav.affix {
  background: #000;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 10;
}
nav.affix .navbar-toggle,
nav.affix i.fa.fa-bars {
  color: #fff;
}
nav.affix .top-bar .top-bar-section {
  max-width: 1225px;
  float: none;
  margin: 0 auto;
}
.image100 {
  width: 100%;
  display: block;
}
#mainContent {
  margin-top: 30px;
  font-size: 18px;
}
#mainPoints {
  padding: 40px 0;
  background-color: #304275;
}
#mainPoints h6 {
  font-size: 1.2em;
  color: #05ef05;
  margin-top: 0;
}
#mainPoints p {
  font-size: .9em;
}
.btn {
  border-radius: 0px;
}
/*BTN-DARK*/
.btn-dark {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
h2 {
  color: #304275;
  margin-top: 40px;
  margin-bottom: 7px;
}
.bulletless {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.noTopMargin {
  margin-top: 0;
}
/* Special Offers Section Styles Starts */
.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  background-color: #666;
}
.footer-top h3 {
  margin-top: 0;
  margin-bottom: 0px;
}
.footer-top a {
  color: #fff;
}
.news-block {
  margin-top: 0;
  padding: 1px 20px 0px 20px;
  text-align: center;
  color: #000;
  background-color: #fff;
}
.news-block p {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #787878;
}
.news-block .btn-secondary {
  margin-top: 10px;
  padding: 8px 22px;
}
.btn-secondary {
  background-color: #05ef05;
  color: #fff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #000;
}
.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.green {
  color: #05ef05;
}
h1 {
  color: #05ef05;
  font-weight: bold;
  margin-top: 0;
}
.semiCircle {
  width: 100%;
  -webkit-border-radius: 50% 50% 0 0;
  border-radius: 50% 50% 0 0;
  border: 20px solid #fff;
}
#mobileNumber {
  float: left;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
}
#twentyfour7 {
  float: right;
  width: 30%;
}
#twentyfour7.innerPage {
  float: right;
  width: 15%;
}
.intro-section {
  margin: 50px 0;
}
.sinceSub {
  font-weight: bold;
  font-style: italic;
  font-size: 1.2em;
  color: #304275;
}
.ccWrap {
  margin-bottom: 40px;
}
.ccWrap img {
  display: inline-block;
  width: 100px;
  margin: 0 30px;
}
.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: row;
}
.flex-item {
  flex: 1 0 96%;
  margin: 5px 2%;
  box-sizing: border-box;
  color: #171e42;
  padding: 0%;
  margin-bottom: 40px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, #ffffff 50%, #ffffff 99%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, #ffffff 50%, #ffffff 99%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, #ffffff 50%, #ffffff 99%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.copyright {
  padding-top: 20px;
}
.tireArea {
  height: 250px;
  background-image: url(../images/kalTires2.jpg);
}
.parallax {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.main-footer {
  padding-top: 20px;
}
.marginTopIt {
  margin-top: 40px;
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.text-xs-center {
  text-align: center;
}
@media all and (min-width: 480px) {
  body:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 768px) {
  body:before {
    content: 'Small Up';
  }
  .text-xs-center {
    text-align: inherit;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .flex-item {
    flex: 1 0 46%;
  }
}
@media all and (min-width: 992px) {
  body:before {
    content: 'Medium Up';
  }
  .main-menu .navbar-nav > li > a {
    font-size: 1.75em;
    padding-left: 20px;
  }
  .flex-item {
    flex: 1 0 21%;
    margrin-bottom: 0px;
  }
}
@media all and (min-width: 1200px) {
  body:before {
    content: 'Large Up';
  }
}
/*# sourceMappingURL=kallmeyer.css.map */