/* --------------------------------------
   Layout
   -------------------------------------- */
.well {
	margin-top: 20px;
}

#xs-phone-button {
	margin-bottom: 0;
}


/* --------------------------------------
   Typography
   -------------------------------------- */
body {
	font-family: "Asap",Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin-top: 50px;
}  

#carouselPhone {
	color: #0A5BA0;
	font-size: 60px;
}

.carousel-text {
	text-shadow: 2px 2px 8px rgba(0,0,0, 1), -2px 2px 8px rgba(0,0,0, 1), 2px -2px 8px rgba(0,0,0, 1), -2px -2px 8px rgba(0,0,0, 1);
	padding-bottom: 30px;
}

.page-header {
	padding-top: 50px;
	margin-top: -10px;
}

#agreeCheckBox{
	margin-right: 10px;
}

#terms_display{
	font-size: 12px;
	padding: 5px;
}


/* --------------------------------------
   Navbar
   -------------------------------------- */
.navbar-brand {
	padding-top:0;
	padding-bottom:0;
}   
   
   
/* --------------------------------------
   Carousel
   -------------------------------------- */
#myCarousel {
	margin-top: 15px;
	margin-bottom: 25px;
}

#myCarousel .item {
	height: 400px;
}

#slide-0 {
	background: url("../images/carousel/split-tone/car-medium-0.jpg") top center no-repeat;
}
#slide-1 {
	background: url("../images/carousel/split-tone/car-medium-1.jpg") top center no-repeat;
}
#slide-2 {
	background: url("../images/carousel/split-tone/car-medium-2.jpg") top center no-repeat;
}
#slide-3 {
	background: url("../images/carousel/split-tone/car-medium-3.jpg") top center no-repeat;
}

.pad-extra {
    padding-bottom: 15px;
}

/* --------------------------------------
   Global Styles
   -------------------------------------- */
.btn-primary {
	background-color: #0A5BA0;
	border-color: #000052;
	text-transform: uppercase;
}

.col-xs-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4 {
    position: relative;
    min-height: 1px;
    padding: 10px 15px;
    width: 20%;
    float: left;
}

.brand_img {
	width: 100%;
}

.row-padded{
	padding: 0 20px;
}
.col-img-warranty{
	padding: 0 20px;
}

.main-contact-button {
	margin: 15px auto 35px auto;
	width: 250px;
}

#submit-request-button {
	width: 110px;
}
/* --------------------------------------
   Footer
   -------------------------------------- */
footer {
	border-top: 1px solid #e7e7e7;
	background-color: #F8F8F8;
	padding: 20px 0 20px 0;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */



/* Landscape phone to portrait tablet */
@media (max-width: 992px) {
	/* Carousel */
	#myCarousel .item {
	height: 300px;
	}
	#slide-0 {
		background: url("../images/carousel/split-tone/car-small-0.jpg") top center no-repeat;
	}
	#slide-1 {
		background: url("../images/carousel/split-tone/car-small-1.jpg") top center no-repeat;
	}
	#slide-2 {
		background: url("../images/carousel/split-tone/car-small-2.jpg") top center no-repeat;
	}
	#slide-3 {    #row-4, #row-5, #row-6 {
    	visibility: hidden;
    }
		background: url("../images/carousel/split-tone/car-small-3.jpg") top center no-repeat;
	}
	#carouselPhone {
		font-size: 36px;
	}
	.carousel-button-container {
		padding-top: 20px;
	}
	.col-img-warranty {
		padding: 0 15px;
	}
}

/* Portrait & landscape phone */
@media (max-width: 480px) {
	/* Carousel */
	.carousel-text h1{
		font-size: 24px;
	}
	.carousel-text p{ 
		font-size: 14px;
	}
	#slide-0 {
		background: url("../images/carousel/split-tone/car-tiny-0.jpg") top center no-repeat;
	}
	#carouselPhone {
		font-size: 32px;
	}
	.carousel-button-container {
		padding-top: 40px;
	}
	
	.row-padded{
		padding: 0;
	}
	.col-img-warranty {
		padding: 0 10px;
	}
	
	.main-contact-button {
		width: 100%;
	}
	

}

/* Large desktop */
@media (min-width: 1200px) {
	/* Carousel */
	body {
		font-size: 18px;
	}
	.carousel-button-container{
		margin-top: 20px;
	}
	
	.carousel-text p{
		font-size: 18px;
	}
		
	#myCarousel .item {
		height: 500px;
	}
	#slide-0 {
		background: url("../images/carousel/split-tone/car-large-0.jpg") top center no-repeat;
	}
	#slide-1 {
		background: url("../images/carousel/split-tone/car-large-1.jpg") top center no-repeat;
	}
	#slide-2 {
		background: url("../images/carousel/split-tone/car-large-2.jpg") top center no-repeat;
	}
	#slide-3 {
		background: url("../images/carousel/split-tone/car-large-3.jpg") top center no-repeat;
	}
	#warranty_bosch {
		width: 76%;
		margin: 0 60px;
	}
	#warranty_miele {
		width: 76%;
		margin: 0 60px;
	}
}
