.backstretch {
	background-color:#000 !important;
	}
.page{
        padding-bottom: 60px !important;
        min-height: 400px !important;
        background: transparent !important;
    }
    .carousel-indicators li{
        background: #000 !important;
        cursor: pointer;
    }
    .carousel-indicators li:hover{
        background: #F48C2D !important;
        cursor: pointer;
    }
    .point-left > .carousel-indicators{
        left:0 !important;
    }
    #navigation {
    top: 0 !important;
    width: 100%;
    position: fixed !important;
    height: 70px;
    z-index: 1000;
    background: #000 !important;
}
    .show-item{
        padding-top:0px !important;
    }
    .show-item-mid{
        padding-bottom: 30px !important;
    }  
    .show-specs{
        margin-top: 0px !important;
    }  
    #showcase{
        height: 400px !important;
    }
	@media (max-width: 640px) {
		#showcase{height:auto !important}
		#showcase img {
			width:100% !important;
			clear:both;
			margin:0 auto
			}
		}
		
    .promo-text{
        color: #fff;
    }