/* Desktop Layout */
.tires-heading-mobile p{
	display:none;
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
.navbar {
  padding-bottom: 13px;
  padding-top: 5px;
}
.navbar li {
  border-right: 0 none;
  margin-top: 5px;
  padding: 0;
}
.navbar li a {
  font-size: 14px !important;
}
.navbar-brand > img {
  margin-top: 10px;
  width: 80%;
}
.tires-heading-mobile p{
	display:none;
}
.tires-text-img img {
  float: left;
  margin-top: 30px;
}
.tires-brand1 img {
  margin-bottom: 30px;
  margin-right: 50px;
}
.tires-repair-section {
  padding-bottom: 100px;
  padding-top: 100px;
}
.tires-repair {
  padding-left: 15px;
}
.tires-repair h2 {
  color: #292929;
  font-family: "Montserrat",sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.tires-discover-section {
  padding-bottom: 90px;
  padding-top: 10px;
}
.tires-home-header{
  height: auto;
  padding-bottom: 100px;
}
.tires-home-header2 {
  height: auto;
  padding-bottom: 100px;
}
.tires-heading-text {
  padding-top: 120px;
}
.tires-map{
	padding-top:30px;
}
.tires-repair-text2{
	padding-left:0px;
}
.tires-repair-img2 img {
  max-width: 100%;
  margin-top: 30px;
}
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
.navbar-toggle {
  background-color: black;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-brand > img {
  margin-top: 10px;
  margin-left:0px;
  width: 80%;
}
.navbar {
  background-color: none;
  border: medium none;
  border-radius: 0;
  padding-bottom: 35px;
  padding-top: 10px;
}
.navbar{
	padding-top:20px;
}
.navbar li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 0 none;
}
.tires-heading-mobile p{
	display:block;
	font-family: "Montserrat",sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#46fc07;
}
.tires-text-img img {
  float: left;
  margin-top: 30px;
}
.tires-brand1 img {
  margin-bottom: 30px;
  margin-right: 50px;
}
.tires-repair-section {
  padding-bottom: 100px;
  padding-top: 100px;
}
.tires-repair {
  padding-left: 15px;
}
.tires-repair h2 {
  color: #292929;
  font-family: "Montserrat",sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.tires-discover-section {
  padding-bottom: 90px;
  padding-top: 10px;
}
.tires-home-header{
  height: auto;
  padding-bottom: 100px;
}
.tires-home-header2 {
  height: auto;
  padding-bottom: 100px;
}
.tires-heading-text {
  padding-top: 80px;
}
.tires-map{
	padding-top:30px;
}
.tires-repair-text2{
	padding-left:0px;
}
.tires-repair-img2 img {
  max-width: 100%;
  margin-top: 30px;
}
.tires-heading-text button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #ff2626 none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #2a2a2a;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 14px;
  color: #fff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto 20px;
  padding: 15px 70px;
}
.tires-brand1 img{
	max-width:100%;
}
.navbar .navbar li a.active::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  left: -6px;
  margin: 9px auto 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.navbar .navbar li a.active2::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  left: -6px;
  margin: 9px auto 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.tires-text-img img {
  float: left;
  margin-top: 30px;
  max-width: 100%;
}
.tires-top1 img{
	max-width:100%;
}
.tires-heading-text button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #ff2626 none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #2a2a2a;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 14px;
  color: #fff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin: 0 auto 20px;
  padding: 15px 70px;
}
.tires-map iframe{
	max-width:100%;
}
.tires-deal-section {
  padding-bottom: 80px;
  padding-top: 30px;
}
.tires-brand1 img {
  margin-bottom: 30px;
  margin-right: 0;
}
}

/* Wide Mobile Layout: */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-toggle {
  background-color: black;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-brand > img {
  margin-top: 10px;
  width: 100%;
}
.navbar {
  background-color: none;
  border: medium none;
  border-radius: 0;
  padding-bottom: 35px;
  padding-top: 10px;
}
.navbar{
	padding-top:20px;
}
.navbar li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-right: 0 none;
}
.tires-heading-mobile p{
	display:block;
	font-family: "Montserrat",sans-serif;
	font-size:30px;
	text-align:center;
	font-weight:700;
	padding-top:70px;
	color:#46fc07;
}
.tires-text-img img {
  float: left;
  margin-top: 30px;
}
.tires-brand1 img {
  margin-bottom: 30px;
  margin-right: 50px;
}
.tires-repair-section {
  padding-bottom: 100px;
  padding-top: 100px;
}
.tires-repair {
  padding-left: 15px;
}
.tires-repair h2 {
  color: #292929;
  font-family: "Montserrat",sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 3px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.tires-discover-section {
  padding-bottom: 90px;
  padding-top: 10px;
}
.tires-home-header{
  height: auto;
  padding-bottom: 100px;
}
.tires-home-header2 {
  height: auto;
  padding-bottom: 100px;
}
.tires-heading-text {
  padding-top: 80px;
}
.tires-map{
	padding-top:30px;
}
.tires-repair-text2{
	padding-left:0px;
}
.tires-repair-img2 img {
  max-width: 100%;
  margin-top: 30px;
}
.tires-heading-text button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #ff2626 none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #2a2a2a;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 14px;
  color: #fff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 32px;
  font-weight: 800;
  margin: 0 auto 20px;
  padding: 15px 70px;
}
.tires-brand1 img{
	max-width:100%;
}
.navbar .navbar li a.active::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  left: -6px;
  margin: 9px auto 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.navbar .navbar li a.active2::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  left: -6px;
  margin: 9px auto 0;
  position: absolute;
  right: 0;
  width: 100%;
}
}