.menu-bar {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:100;
	display:none;  /* remove for mobile */
}

.menu-bar .overlay-menu {
	position: relative;
	height: 62px;
	background:rgba(27,16,14,0.4);
}

.menu-bar .overlay-menu ul {
	display:block;
	position: relative;
	margin:0;
	padding:0;
	text-align:center;
}

.menu-bar .overlay-menu li {
	display:inline-block;
	margin-bottom:0;
	padding-bottom:2px;
}

.menu-bar .overlay-menu .overlay-menu-link {
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
	border:0;
	/*background:#1B100E;*/
	color:#FFF;
	font-family: 'Quantico', sans-serif;
	font-size:16px;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:60px;
	positon:relative;
	text-rendering: optimizelegibility;
	text-transform: uppercase;
	text-decoration:none;
}

.menu-bar .overlay-menu li:hover, 
.menu-bar .overlay-menu li.action-menu-current {
	background:#F72B1F;
}

.menu-bar .overlay-menu li a:hover, 
.menu-bar .overlay-menu li.action-menu-current a {
	background:#000;
	color:#F72B1F;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.orange {
	color:#F72B1F;
}

.menu-bar .overlay-menu ul ul {
	display:none;
	position:absolute;
	background:#000;
}

.menu-bar .overlay-menu ul ul li {
	float:none;
	display:block;
	width:200px;
	padding-bottom:0;
}

.menu-bar .overlay-menu ul ul li a {
	display:block;
	padding:10px 15px;
	color:#FFF;
	font-family: 'Quantico', sans-serif;
	font-size:15px;
	font-weight:400;
	letter-spacing:normal;
	text-align:left;
}
.menu-bar .overlay-menu ul ul li a:hover {
	background:#F72B1F;
	color:#FFF;
	text-decoration:none;
  text-shadow:none;
}

.menu-bar .overlay-menu ul li:hover > ul {
	display:block
}


    @media only screen and (min-width : 992px) {
		.menu-bar {
			display:block;
		}
    }




/*
	Carousel
*/

.carousel {
	width:100%;
	height:600px;
	overflow: hidden;
	z-index: 0;
}

.carousel .item {
	width:100%;
	height:100%;
	overflow: hidden;
}

.carousel-inner {
	height:100%;
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  display:none;  /* use bg images for mobile - see below */
}

.carousel .fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.carousel .carousel-indicators,
.carousel .carousel-control {
	opacity:0.1;
}

.carousel .carousel-indicators:hover,
.carousel .carousel-control:hover {
	opacity:0.4;
}

.carousel .carousel-control {
	background:none;
	display:none;
}

/* static images for mobile */

.fullscreen-bg0 {
	background: url('../img/carousel/up-to-date-stock-2020-mobile.jpg') center center no-repeat;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

@media only screen and (min-width : 768px) { 
	.fullscreen-bg0 {
		background: url('../img/carousel/up-to-date-stock-2020.jpg') center center no-repeat;
		-webkit-background-size: cover;
		   -moz-background-size: cover;
			 -o-background-size: cover;
				background-size: cover;
	}
}

.fullscreen-bg1 {
	background: url('../img/carousel/subaru-carousel_1.jpg') center center no-repeat;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.fullscreen-bg2 {
	background: url('../img/carousel/subaru-carousel_4.jpg') 80% center no-repeat;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.fullscreen-bg3 {
	background: url('../img/carousel/subaru-carousel_7.jpg') 80% center no-repeat;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.fullscreen-bg4 {
	background: url('../img/carousel/subaru-carousel_9.jpg') 80% center no-repeat;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.fullscreen-bg5 {
	background: url('../img/carousel/subaru-carousel_10.jpg') 80% center no-repeat;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

	@media(min-width:768px) {
		.carousel-inner > .item > img {
		  display:block;  /* turn on for pc */
		}
		
		.fullscreen-bg1, .fullscreen-bg2, .fullscreen-bg3, .fullscreen-bg4, .fullscreen-bg5 {
			background:none;
		}
	}




/*
	An overlay for text and things over the carousel
*/

.carousel .carousel-overlay {
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.carousel .carousel-overlay  .overlay-bottom {
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	width:100%;
	padding:0;
}

.carousel .carousel-overlay .logo-block {
	margin-left:5%;
	margin-right:5%;
  width:90%;
	padding-bottom:0;
}

.carousel .carousel-overlay .logo-block img {width:auto; margin:auto;display:block;}

@media only screen and (min-width : 480px) {
	.carousel .carousel-overlay .logo-block img {width:100%; margin:0;display:inline;}
}

@media only screen and (min-width : 768px) {
	.carousel .carousel-overlay .logo-block img {width:auto; margin:0;display:inline;}
}

.carousel .carousel-overlay .site-heading {
    font-size: 40px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	color:#FFF;
}

.carousel .carousel-overlay .site-heading a {
	color:#FFF;
}

.carousel .carousel-overlay .intro-text {
	font-size: 18px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	color:#BBB;
}



@media(min-width:768px) {
    .carousel .carousel-overlay {
        height: 100%;
        padding: 0;
    }

    .carousel .carousel-overlay .site-heading {
        font-size: 40px;
    }

    .carousel .carousel-overlay .intro-text {
        font-size: 24px;
    }
}

@media(min-width:1200px) {
    .carousel .carousel-overlay {
        height: 100%;
        padding: 0;
    }
    
    .carousel .carousel-overlay  .overlay-bottom {
      position:absolute;
      bottom:0px;
      left:5%;
      right:5%;
      width:90%;
      padding:0;
    }

    .carousel .carousel-overlay .site-heading {
        font-size: 40px;
    }

    .carousel .carousel-overlay .intro-text {
        font-size: 24px;
    }
	
	.carousel .carousel-overlay .logo-block {
		margin-left:-15px;
		margin-right:-15px;
	}
  
  .carousel .carousel-overlay .logo-block img {width:auto;}
}



/*
	shop by boxes
*/

.shopby {
	margin-left:5%;
	margin-right:5%;
	width:90%;
	padding:0;
	background:#000;
}

.shopby:after {content: " "; display: table; clear: both;}

.shopby .row {
	margin-left:0;
	margin-right:0;
}

.shopby .shopby-brand {
	background:#F72B1F;
	padding-bottom:10px;
}

.shopby .shopby-category {
	padding-bottom:10px;
}

.shopby .shopby-featured {
	background:#222;
}

.shopby h2 {
	margin-top:0;
	padding-top:20px;
}

.shopby .shopby-brand h2 span, 
.shopby .shopby-category  h2 span, 
.shopby .shopby-featured h2 span {
	display:block;
	font-size:15px;
}

.shopby .shopby-brand h2,
.shopby .shopby-category h2, 
.shopby .shopby-featured h2 {
	color:#FFF;
}

.shopby .shopby-featured p {
	color:#FFF;
	line-height:32px;
}

.shopby .shopby-featured p span {
	display:inline-block;
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
	text-transform:uppercase;
}

.shopby .shopby-featured p span a {
	color:#F93;
}

.shopby .shopby-featured p span a:hover {
	color:#FFB425;
}


@media(min-width:1200px) {
	.shopby .row {
		margin-left:-15px;
		margin-right:-15px;
	}
}



/*
	front featured boxes
*/

.featured-boxes {
	margin-left:5%;
	margin-right:5%;
	margin-top:20px;
	width:90%;
	padding:0;
}

.featured-boxes:after {content: " "; display: table; clear: both;}

.featured-boxes .row {
	margin-left:0;
	margin-right:0;
}

@media(min-width:1200px) {
	.featured-boxes .row {
		margin-left:-15px;
		margin-right:-15px;
	}
}

.featured-boxes h2 {
	color:#000;
}

.featured-boxes h2.red {color:#E41E26;}

.featured-boxes h2 span {
	display:block;
	font-size:15px;
	color:#F72B1F;
}

.featured-boxes .dl-horizontal {
	margin-top:20px;
}

.featured-boxes .dl-horizontal dt {
	width: 48px;
	padding-bottom:5px;
	float:left;
}

.featured-boxes .dl-horizontal dd {
	margin-left: 58px;
	line-height:48px;
	font-size:18px;
	padding-bottom:5px;
}

.featured-boxes .dl-horizontal dd a {
	display:block;
	padding-left:10px;
	color:#000;
}

.featured-boxes .dl-horizontal dd a:hover {
	background:#F5F5F5;
	text-decoration:none;
	color:#000;
}

.featured-boxes .dl-horizontal dd span {
	float:right;
	display:inline-block;
	padding-right:10px;
	font-size:14px;
	color:#CCC;
}

.featured-boxes .dl-horizontal dd span:hover {
	color:#E41E26;
}


.featured-boxes .boxie {
	display:block;
	margin-top:20px;
	border:1px solid #DDD;
	padding:10px;
	min-height:120px;
	-webkit-border-radius:4px; 
	   -moz-border-radius:4px; 
	        border-radius:4px;
	text-decoration:none;
}

.featured-boxes .boxie:after {content: " "; display: table; clear: both;}

.featured-boxes .boxie h4 {
	font-size: 28px;
}

.featured-boxes .boxie h4 strong {
	background:rgba(255,255,255,0.6);
}

.featured-boxes .boxie.ft-coilovers {
	background:url(img/featured-cat-bg-coilovers.jpg) right bottom no-repeat;
}

.featured-boxes .boxie.ft-wheels {
	background:url(img/featured-cat-bg-wheels.jpg) right bottom no-repeat;
}

.featured-boxes .boxie.ft-acc {
	background:url(img/featured-cat-bg-merch.jpg) right bottom no-repeat;
}

.featured-boxes .boxie.ft-swift {
	background:url(img/featured-cat-bg-swift.jpg) right bottom no-repeat;
}

.featured-boxes .boxie.ft-mustang {
	background:url(img/featured-cat-bg-mustang.jpg) right bottom no-repeat;
}

.featured-boxes .boxie.ft-inventory {
	background:url(img/featured-cat-bg-inventory.jpg) right bottom no-repeat;
}

.featured-boxes .boxie p span {
	display:inline-block;
	padding:2px 4px;
	font-weight:700;
}

.featured-boxes .boxie:hover p span {
	background:#C00;
	color:#FFF;
}


/*
	Quote Carousel
*/

#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 20px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
  display:block;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
  opacity:1.0;
  display:none;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #CCC;
}
#quote-carousel .carousel-indicators .active 
{
  background: #AAA;
}

#quote-carousel, 
#quote-carousel .carousel-inner, 
#quote-carousel .item {
  height:auto;
}

#quote-carousel .item {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	min-height:180px;
}

/* End carousel */

.item p.qmarks:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}


@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}



/*
	Front Message
*/

.front-message {
	background:#1B100E url(img/bg-road-black.jpg) 100% 50% no-repeat;
	margin-top:20px;
	margin-bottom:20px;
}

.front-message .msg {
	margin-left:5%;
	margin-right:5%;
	width:90%;
	padding-top:40px;
	padding-bottom:40px;
	color: #FFF;
}

.front-message .msg:after {content: " "; display: table; clear: both;}

.front-message h1 {
	margin-top:0;
	font-size:36px;
	color:#FFF;
	text-shadow:1px 1px 3px rgba(0,0,0,0.9);
}

.front-message h1 .bold {
	display:inline-block;
	margin-top:15px;
	margin-bottom:10px;
	font-weight:700;
	color:#F72B1F;
}

.front-message h1 small {
	color: #FFF;
	font-size: 55%;
	font-family: 'Titillium Web', sans-serif;
	text-transform:none;
}

.front-message p {
	color: #EEE;
	text-shadow:1px 1px 3px rgba(0,0,0,0.9);
}


.image-frame {
	display:block;
	position:relative;
	width:100%;
}

.image-frame span {
	display:block;
	position:absolute;
	top:10px;
	right:10px;
	padding:4px 8px;
	background:#000;
	color:#FFF;
	font-weight:700;
}

.image-frame:hover span {
	background:#e41e26;
}





