@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#container {
	max-width: 1920px;
	text-align: center;
	margin: auto;
}

img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

p {
	font-size: 16px;
}

h1 { 
	margin: 0px; 
	padding: 30px; 
	text-align: center; 
	color: white;
	background-color: #003d6d;
	text-transform: uppercase;
	font-size: 300%; }

h2 { 
	margin: 0px; 
	padding: 0px;
	color: #003d6d;
}

/* HEADER */
#blue_stripe {
	width: 100%;
	height: 100px;
	background-image: url("bosch_logo.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #003d6d;
}

#cover {
	position: relative;
	background-image: url("cover_img.jpg");
	background-size: cover;                    
  background-repeat: no-repeat;
	background-position: right;
	width: auto;
	height: 500px;
}

#cover_product_name {
	position: absolute;
	text-align: left;
	padding: 30px; 
	font-weight: bold;
	right: 40px;
	bottom: 40px;
	background-color: #003d6d;
	color: white;
	width: 45%;
	height: auto;
}

#heavy_duty_logo {
	position: absolute;
	width: 130px;
	left: 40px;
	bottom: 40px;
}

#cover_product_name h1 {
	text-align: left;
	padding: 0px; 
}
#cover_product_description {
	padding: 0 0 20px 0; 
}

#cover_bosch_slogan {
	position: absolute;
	text-align: right;
	line-height: 20%;
	margin: 30px 0 0 0;
	padding: 0 10px 0 10px; 
	font-weight: bold;
	right: 0px;
	bottom: 0px;
	background-color: #e20015;
	color: white;
}

#product_info { 
	background-color: #efefef;
}

#product { 
	margin: auto;
	padding: 50px;
	background-color: #efefef;
}

#product_description {
	margin: auto;
	text-align: center; 
	width: 30%;
	font-size: 110%;
	padding-bottom: 50px;
}

#icon_section {
	display: inline-block;
	clear: both;
	width: 60%;
	padding: 50px 0 50px 0;
	text-align: center;
	margin: auto;
}

.icon_section_column {
	display: inline-block;
	width: 25%;
	text-align: center;
	padding: 20px;
	vertical-align: top;
}

/* TECHNICAL DETAILS */

#technical_details {
	position: relative;
	margin: auto;
	padding: 150px 0 150px 0;
	overflow: hidden;
}

#technical_details_table {
	margin: auto;
}

#technical_details td {
	padding: 13px;
	text-align: left;
}

.cell_light {
	background-color: #e6e7e8;
}
.cell_dark {
	background-color: #cecfd1;
}
.column_right {
	width: 300px;
}

#technical_details img {
	position: absolute;
	width: 400px;
	right: 20px;
	top: 100px;
}

#what_can_we_do table {
	margin: auto;
	width: 80%;
	padding: 50px;
	text-align: left;
}

#what_can_we_do table img {
	min-width: 200px;
}

#what_can_we_do td {
	padding: 20px;
	vertical-align: top;
	alignment-baseline: text-top;
}

#product_comparison table {
	margin: auto;
	padding: 80px;
	text-align: center;
}


.table_bold {
	font-weight: bold;
	text-align: left;
}

#product_comparison th {
	background-color: #003d6d;
	color: white;
	padding: 15px;
	border: 1px solid #B2B2B2;
}

#product_comparison td {
	padding: 10px;
	border: 1px solid #B2B2B2; }

#what_is_in_the_kit_img img {
	margin: auto;
	padding: 100px 0 100px 0;
}

footer {
	color: white;
	background-color: #003d6d;
}

#service_img {
	position: relative;
	min-width: 1024px;
	width: auto;
	height: 700px;
	background-position: top right;
	background-image: url("service_img.jpg");
}

#customer_service_box {
	position: absolute;
	width: 29%;
	left: 0;
	top: 25px;
	display: inline-block;
	padding: 25px 25px 25px 100px;
	background-color: #003d6d;
}

#after_sales_box {
	position: absolute;
	width: 29%;
	bottom: 25px;
	left: 0;
	display: inline-block;
	padding: 25px 25px 25px 100px;
	background-color: #003d6d;
}

footer td { padding: 0 10px 0 10px; vertical-align: top; }

#footer_text {
	margin: auto;
	padding: 50px;
	width: 50%;
}
thead {
	font-weight: bolder;
}

#what_is_in_the_kit img {
		display: block;
		max-width: 80%;
		padding: 20px;
	}

#recommended_accessories {
	background-color: #efeff0;
}

#recommended_accessories_icon_section {
	display: inline-block;
	width: 100%;
	margin: auto;
	padding: 30px 0px;
}

.recommended_accessories_icon_section_column {
	display: inline-block;
	padding: 5px;
}


/* Small Tablets */
@media (max-width: 767px) {
	
	/* HEADER */
	
	#blue_stripe {
	width: 100%;
	height: 55px;
	background-image: url("bosch_logo.png");
	background-position: 95% 50%;
	background-size: 100px;
	}
	
	
	#heavy_duty_logo {
	position: absolute;
	width: 90px;
	left: 25px;
	bottom: 170px;
	}
	
	#product {
		width: 70%;
	}
	
	p {
	font-size: 13px;
	}
	
	#product_description {
	margin: auto;
	text-align: center; 
	width: 70%;
	padding-bottom: 50px;
}
	
	h1 { 
	margin: 0px; 
	padding: 13px; 
	text-align: center; 
	color: white;
	background-color: #003d6d;
	text-transform: uppercase;
	font-size: 160%;
	}
	
	.icon_section_column {
	margin: auto;
	width: 60%;
	text-align: center;
	padding: 20px;
}

#cover {
	position: relative;
	background-image: url("cover_img.jpg");
	background-size: cover;
	background-position: center;
  background-repeat: no-repeat;
	width: auto;
}
	
#cover_product_name {
	position: absolute;
	text-align: left;
	padding: 20px; 
	font-weight: bold;
	right: 10px;
	bottom: 10px;
	background-color: #003d6d;
	color: white;
	width: 85%;
	height: auto;
}	

#what_can_we_do table {
	margin: auto;
	width: 70%;
	padding: 30px 0 30px 0;
	text-align: left;
}

#what_can_we_do table img {
	min-width: 200px;
}

#what_can_we_do td {
	padding: 15px;
	vertical-align: top;
	alignment-baseline: text-top;
}

	
/* TECHNICAL DETAILS */	
	
#technical_details {	
	width: 80%;
}
#technical_details img {
	width: 200px;
	top: 30px;
	right: 100px;
}
	
#technical_details_table {
	margin: auto;
	padding-top: 110px
}

#technical_details td {
	padding: 13px;
	text-align: left;
}	
	
.column_right {
	width: 100px;
}

#recommended_accessories_icon_section {
	width: 100%;
}
	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) { 

	/* HEADER */
	#blue_stripe {
	width: 100%;
	height: 75px;
	background-image: url("bosch_logo.png");
	background-position: 95% 50%;
	background-size: 200px;
	}
	
	#product {
		width: 60%;
	}
	h1 { 
	margin: 0px; 
	padding: 20px; 
	text-align: center; 
	color: white;
	background-color: #003d6d;
	text-transform: uppercase;
	font-size: 250%;
	}
	
	/* TECHNICAL DETAILS */
	#technical_details img {
	width: 200px;
	top: 180px;
	right: 50px;
	}
	
	}