/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	background-color: #fff;
	font-family: 'Jockey One', sans-serif;
	font-size: 18px;
}
.aboutCnt, .contactCnt, .homeCnt {
	font-family: 'Helvetica';
}
#text {
	position: fixed;
	top: 0px;
	left:0px;
	z-index: -999;
	color:black;
	font-size:5%;
	width: 100%;
}
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.tab { 
	text-indent:40px;
}
.lpad {
	margin-top:0px;
	margin-bottom:0px;
}
.aboutCnt {
	margin-bottom:30px;
}
.panel-heading h3 {
	margin-top: 10px;
}
.page-header {
	margin: 15px 0px 15px;
	text-align:center;
}
.panel {
	-webkit-box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
-moz-box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
}
.fontAlign {
	vertical-align: middle;
}
.img-hover:hover {
    opacity: 0.8;
}
/* contact info mobile */

#contact-info-main {
	background-color: rgba(0,0,0,0);
	border: 0px solid #000000;	
}

/* Home Page Carousel */

.img-full {
    min-width: 100%;
}
#wheelsCarousel {
	-webkit-box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
-moz-box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
}
.carousel-caption {
	max-width: 90%;
	left:4%;
	right: 4%;
	text-align: left;
	padding: 0;
	margin-bottom: 30px;
}
/* address element style */
address {
	color: #fff;
	font-weight: 500;
	font-size: 120%;
	display:none;
}

address a {
	color: #fff;
}
address abbr {
	display: none;
}
abbr[title] {
  border-bottom: none;
}
address#showAdd {
	display: initial;
	color:#000;
}
address#showAdd  a{
	color:#000;
}
.aboutDivide {
	border-right: 1px solid gray;
}

/* used to get banner to stretch and resize automatically */
.banner-inner img{
	width:100%;
	height:auto;
} 

.container hr {
	margin-top:0px;
	margin-bottom:5px;
	border-top-color:#000;
}

/* breadcrumb (path of pages) */
.breadcrumb {
	margin-bottom:0px; 
	background-color: #fff;
}
.breadcrumb>li+li:before {
	color: #000;
}
.breadcrumb>.active {
	color: #8D1A1A;
}
.breadcrumb>li a {
	color: #000;
}

/* Navigation */
.navbar-inverse{
	background-color:transparent;
	background: url(../images/footer_back.png) no-repeat;
	background-size:cover;
	border-color:gray;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(186, 191, 188, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(186, 191, 188, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(186, 191, 188, 0.75);
}
.navbar-inverse .navbar-brand {
    color: #FFF;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFF;
}
.navbar-inverse .navbar-text {
	color: #FFF;
}
.navbar-brand {
    color: #FFF;
	height:55px;
	padding-top: 18px;
	padding-bottom: 17px;
}
.navbar-text {
	color: #FFF;
}
/* .container {
	margin-top:0px;	
}
 */
/* Contact page */
.contact-font {
	font-size: 130%;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/*For Sale Iframe*/
.responsive-doc {
    position: relative;
    padding-bottom: 115%;
    height: 0;
    overflow: hidden;
}
.responsive-doc iframe {
	margin-top: -23px;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0px solid #000000;
}
.ego {
    color: green;
    font-weight: bolder;
    text-align: center;
    
}
.jon {
    color: red;
    font-weight: bolder;
    text-align: center;
}
.resizable(@direction: both) {
  resize: @direction;
  overflow: auto;
}
#egoWrap {
	padding-top: 15px;
}


/* Footer Styles */


footer {
	min-height:55px;
	background: url(../images/footer_back.png) no-repeat;
	background-size:cover;
}
footer .container, footer .container .row {
	height:100%;
}
footer .col-sm-4 {
	vertical-align: middle;
}
#footer-wrap {
	padding-top: 15px;
}

.cAlign {
	text-align: center;
}
#footer-social {
	text-align:right;
}
#footer-social a {
	color: #2a6496;
}
#footer-social a:hover {
	color: #428bca;
}
#footer-social ul {
	list-style-type:none;
	display: inline;
	padding: 0px;
}
#footer-social ul li { 
	display: inline;
	margin: 0 25px 0 0;
}
.alignToTop {
	vertical-align:top;
}
/* Responsive Styles */
@media(min-width: 1350px) {
	
	#contact-info-main {
		position: absolute;
		bottom: 10px;
		left: 30px;
		font-size: 120%;
	}
	#info-phone-collapsed, #info-address-collapsed  {
		display:none;
	}
}

@media(min-width:1199px) and (max-width:1350px) {
	
	#contact-info-main {
		position: absolute;
		bottom: 10px;
		left: 30px;
		font-size: 120%;
	}
	#info-phone-collapsed, #info-address-collapsed  {
		display:none;
	}
}
@media(max-width:992px) {
	.collapse-address {
		display: none;
	}
	#info-address-collapsed {
		display: initial;
	}
	#info-phone-collapsed  {
		display:none;
	}
	address {
		font-size: 100%;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	
	#contact-info-main {
		position: absolute;
		bottom: 10px;
		left: 30px;
		font-size: 110%;
	}
	#info-phone-collapsed, #info-address-collapsed  {
		display:none;
	}
}
@media (min-width:768px) and (max-width:992px) {
	
	#contact-info-main {
		position: absolute;
		bottom: 10px;
		left: 30px;
	}
	
}
@media(min-width:768px) {
	#mainPageContent {
		padding-top:10px;
	}
}
@media(max-width:768px) {
	body {
		text-align: center;
	}
	.lpad {
		padding-left:3px;
		padding-right:3px;	
		background: none;
	}
	#mainPageContent {
		padding-top:0px;
	}
	.collapse-phone {
		display:none;
	}
	#info-phone-collapsed {
		display:initial;
	}
	#wheelsCarousel {
		display:none;
	}	
	
	#contact-info-main {
		
		border:1px solid transparent;
		border-radius:4px;
		width:100%;
		bottom:60px;
		background-color: #f5f5f5;
		margin-top: 5px;
		-webkit-box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
		-moz-box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
		box-shadow: 0px 5px 12px 1px rgba(3,3,31,0.41);
	}
	.panel-body {
		font-size:130%;
	}
	address {
		font-family: 'Helvetica';
		width:100%;
		display:inline-block;
		vertical-align:top;	
		display:initial;
		color: #000;
	}
	address a {
		font-weight: 500;
		color: #000;
	}
	#footer-social {
		text-align:center;
	}
	.acAlign {
		text-align:center;
	}
	
}
@media(max-width:481px) {
   	
	#contact-info-main {
		width:100%;
		bottom: 40px;
	}
	