@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800,300);
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f6f6f6;
}
a {
	color: #253993;
}
a:hover {
	color: #253993;
	text-decoration: underline;
}
img {
	max-width: 100%;
}
span {
	color: #898989;
}
strong {
	color: #2b2f34;
}
em {
	color: #F00;
}
hr {
	border-color: #DDDDDD !important;
}
iframe {
	width: 100%;
}
.top-area {
	min-height: 40px;
	padding-top: 8px;
}
.top-area .col-lg-6 {
	/*padding: 0 35px;*/
}
.main-menu {
	background-color: #FFF;
	height: 75px;
}
.navbar {
	z-index: 999;
	background-color: #fff;
	border: none;
	margin-bottom: 0;
}
.navbar .col-sm-3 {
	padding-bottom: 7px;
}
#mymodal, .modal-dialog {
	z-index: 9999;
}
.navbar a, .navbar-nav > li > a {
	height: 75px;
	line-height: 45px;
	font-size: 15px;
}
.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a {
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > ul.dropdown-menu {
	color: #4a4f55;
	background-color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > ul.dropdown-menu > li.active > a, .navbar-default .navbar-nav > li.active > ul.dropdown-menu > li.active > a.hover {
	color: #253993;
	text-decoration: underline;
	background-color: #FFF;
}
.navbar-brand img {
	max-height: 100px;
	width: auto;
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

.hero {
	background-image: url("../images/hero-new.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 550px;
}
@media (max-width: 768px) {
	.hero {
		height: auto;
	}
}
.carousel-inner .item {
	margin-top: 100px;
}
@media (max-width: 768px) {
	.carousel-inner .item {
		height: 450px;
	}
}
.carousel-inner .move-up {
	margin-top: 50px;
}
@media (max-width: 1200px) {
	.carousel-inner .item {
		margin-top: 0;	}
}
.carousel-inner h1, .carousel-inner h2, .carousel-inner h3, .carousel-inner .gray-slider-box {
	color: #fff;
	background-color: rgba(51,51,51,0.8);
	padding: 15px;
}
.car-images {
	padding-top: 20px;
}
.car-images .carousel-inner .item {
	margin-top: 0;
}
.car-images .hide-bullets {
	list-style: none;
	padding-left: 0;
}
.car-images .hide-bullets li {
	padding: 3px;
}
.car-images .hide-bullets li a {
	margin-bottom: 0;
}
@media (max-width: 990px) {
	.carousel-inner .item {
		margin-top: 50px;
	}
	.carousel-inner h1 {
		padding: 10px;
		font-size: 25px;
	}
	.carousel-inner h2 {
		padding: 10px;
		font-size: 20px;
	}
}
.car-images-slider {
	display: inline-block;
	clear: both;
}
.carousel-control {
    background-clip: padding-box;
    border: 0 none;
    border-radius: 3px;
    font-size: 40px;
    height: 35px;
    line-height: 25px;
    margin-top: 150px;
    opacity: 0.7;
    text-align: center;
    width: 35px;
}
.carousel-control.left {
    background: #000 none repeat scroll 0 0;
}
.carousel-control.right {
    background: #000 none repeat scroll 0 0;
}
.car-images .carousel-control {
    margin-top: 100px;
}
.about-graphic {
	background-image: url("../images/about.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 20px 0 30px 0;
	color: #FFF;
}
.inventory-graphic {
	background-image: url("../images/sales.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 20px 0 30px 0;
	color: #FFF;
}
.fb-like {
	border: 1px #DDDDDD solid;
	padding: 10px;
	max-width: 100%;
}
@media (max-width: 400px) {
	.fb-like {
		visibility: hidden;
	}
}
.bio-pic {
	margin-bottom: 20px;
}
.bio-fr {
	border: 1px solid #000;
	padding: 10px;
}
.bio-box {
	position: relative;
}
.bio-pic img {
	width: 100%;
}
.bio-text {
	position: absolute;
	bottom: 0;
	background-color: #333;
	opacity: 0.9;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	width: 100%;
}
.bio-text a {
	color: #fff;
}
.bio-text a:hover {
	color: #999;
	text-decoration: none;
}
.bio-text a:focus {
	outline: none;
	color: #fff;
	text-decoration: none;
}
.bio-text .well {
	background-color: transparent;
	border: none;
	padding: 0;
}
.services-graphic {
	background-image: url("../images/services.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 20px 0 30px 0;
	color: #FFF;
}
.image-frame {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #d0d0d3;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding: 10px;
}
.margin-left {
	margin-left: 10px;
}
.brands img }
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 2px;
}
.map-container iframe {
	width: 100%;
}
.contact-area {
	text-align: center;
	padding: 20px;
}
.contact-inner {
	border-right: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
	.contact-inner {
		border-right: none;
	}
}
.contact-area h3 {
	color: #253993;
	font-size: 40px;
}
.white-background {
	background-color: #fff;
}
.contact-form {
	margin-top: 30px;
}
.contact-form .col-sm-4, .contact-form .col-sm-6, .contact-form .col-sm-12 {
	padding: 10px 18px;
}
.contact-form .form-control {
	border: none;
	border-radius: 0;
	height: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.contact-form .btn, .btn-default {
	border: none;
	background-color: #253993;
	color: #fff;
	border-radius: 0;
	margin-top: 20px;
}
.contact-form .btn:hover, .btn-default:hover {
	background-color: #a7d9ee;
	color: #fff;
}
.home-contact-form {
	margin-top: 20px;
	background-color: rgba(51,51,51,0.8);
	padding: 15px;
}
.home-contact-form h3 {
	color: #fff;
	text-align: center;
}
.home-contact-form .form-control {
	margin: 5px 0;
}
.page-404 {
	min-height: 400px;
}
.latest-blog-post h5 {
	margin-bottom: 0px;
	margin-top: 15px;
}
.latest-blog-post span {
	font-size: 10px;
	color: #666;
	margin-bottom: 10px;
}
.car-box {
	padding-top: 15px;
	padding-bottom: 15px;
}
.car-box img {
	border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
    height: auto;
}
.car-box img:hover {
	opacity: 0.8;
}
.car-box-child {
	min-height: 270px;
}
@media (max-width: 768px) {
	.car-box-child {
		min-height: inherit;
	}
}
.image-container {
	position: relative;
}
.car-box h2 {
	font-size: 20px;
	font-weight: 500;
}
.car-box h2 a {
}
.car-box h2 a:hover {
	color: #000 !important;
}
.car-box ul {
	list-style: none;
	padding-left: 10px;
}
.pricetext {
	font-weight: 700;
	color: #337ab7;
	font-size: 24px;
}
.fill-specs li {
	width: 250px;
	float: left;
	min-height: 50px;
}
.top-car-stuff h4 {
	color: #00F;
}

.footer {
	padding: 20px 0;
	color: #b4b4b4;
	min-height: 425px;
	background-color: #2b2f34;
	background-image: url("../images/bottom-image.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer a {
	color: #a7d9ee;
}
.footer ul {
	padding-left: 0;
	list-style: inside;
}
.footer a:hover, .footer li.active a:hover, .footer li.active a {
	color: #FFF;
	text-decoration: none;
}
.footer h4 {
	padding: 20px 10px;
}
.footer h4 a {
	color: #a7d9ee;
	font-size: 20px;
}
.footer h4:hover {
	background-color: #4a4f55;
}
.footer h4:hover a {
	text-decoration: none;
}
.footer h4 a span {
	color: #FFF;
	font-size: 40px;
}
.footer h5 {
	color: #a7d9ee;
	font-size: 20px;
}
.footer .btn-default {
	background-color: transparent;
	border: 1px solid #a7d9ee;
	color: #a7d9ee;
	border-radius: 0;
}
.footer .btn-default:hover {
	background-color: #a7d9ee;
	color: #FFF;
}
.line-bottom {
	border-bottom: 1px dotted #a7d9ee;
	margin: 10px 0;
}
.breadcrumbs {
	background-color: #25282c;
	min-height: 90px;
}
.breadcrumbs a {
	color: #a7d9ee;
}
.breadcrumbs a:hover {
	color: #FFF;
	text-decoration: none;
}
.breadcrumbs .copywrite {
	padding-top: 30px;
	color: #898989;
	font-size: 11px;
}
.breadcrumbs .social {
	padding-top: 25px;
	color: #898989;
	font-size: 30px;
}
.breadcrumbs .logo img {
	height: 45px;
	margin-top: 20px;
}
.table-borderless td, .table-borderless th, .table-borderless tr {
    border: none !important;
	border-top: none !important;
	padding: 1px !important;
}

/* Blog Styling */
.admin-menu {
	background: none;
	background-color: #FFF;
	border: none;
	border: 1px #666 solid;
	margin-bottom: 20px;
	border-radius: 5px;
}
.admin-menu li a {
	color: #337ab7;	
}
.admin-menu li a:hover {
	background: none;
	background-color: #337ab7;
	color: #FFF;
}
.admin-menu .disabled a {
	color: #000;
}
.white-box {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 20px;
	padding-bottom: 20px;
}
.padding-top {
	padding-top: 20px;
}
.white-box a {
	color: #337ab7;
}
.white-box a:hover {
	color: #286090;
}
.white-box a.btn {
	color: #FFF;
}
.white-box a.btn:hover {
	color: #FFF;
}
.white-box h2 a {
	color: #000;
	font-size: 24px;
}
.white-box h2 a:hover {
	color: #999;
} 
.white-box img {
	max-width: 100%;
	height: auto;
}
.purple-box {
	background-color: #ececff;
	border: 1px solid #CCC;
	margin-top: 20px;
	padding-bottom: 20px;
}
.line {
	border-bottom: 1px solid #999;
	margin: 10px 0;
}
textarea {
	height: auto;
}
/*Ribon  http://www.cssportal.com/css-ribbon-generator/*/
.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

.ribbonb {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbonb span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbonb span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbonb span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #1e5799;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.footer-table td.left {
	min-width: 90px !important;
}
.footer-table td.right {
	min-width: 175px !important;
}
#app-form {
	height: 1650px;
}
@media (max-width: 992px) {
	#app-form {
		height: 2500px;
	}
}
@media (max-width: 320px) {
	#app-form {
		height: 2700px;
	}
}
#apply {
	background-color: #f6f6f6;
}
#apply .contact-form {
	display: inline-block;
	padding: 20px;
}
.category-body-post, .post-body-text, .post-title, .post-body-comments {
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.mesa-landing {
	padding-top: 20px;
	background-image: url("../../images/mesa-az-mechanic-shop.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 240px;
	background-position: right;
}
.mesa-landing h1 {
	font-weight: 700;
	font-size: 55px;
	color: #fff;
	text-shadow: 4px 4px 4px #000;
}
@media (max-width: 700px) {
.mesa-landing h1 {
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	text-shadow: 4px 4px 4px #000;
}
}
.mesa-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-40 {
	padding: 40px;
}

.select-title {
	font-size: 14px;
	padding: 8px 15px;
	border: 1px #ccc solid;
	border-radius: 0 5px 5px 0;
	color: #222;
	font-weight: 700;
}
br[class*="spacer"] {
    content: " ";
    display: block;
}
.spacer-xs {
    line-height: 10px;
    margin-bottom: 10px;
}
.spacer-sm {
    line-height: 20px;
    margin-bottom: 20px;
}
.spacer-md {
    line-height: 40px;
    margin-bottom: 40px;
}
.spacer-lg {
    line-height: 60px;
    margin-bottom: 60px;
}
.spacer-xl {
    line-height: 80px;
    margin-bottom: 80px;
}