#cs-content h1, #cs-content h3, #cs-content h4{
	font-weight: 100;
}
#cs-content h3{
	padding-bottom: 15px;
	letter-spacing: 1px;
	font-size: 1.6em;
}
#cs-product-img{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	max-height: 700px;
}

#cs-product-img img{
	padding-top: 5%;
	width: 100%;
	max-height: 100%;
	margin-left: -30%;
}
#cs-content h1{
	font-size: 3em;
	margin-top: 0;
}
.cs-desc-cat {
	margin-bottom: 5%;
}

.cs-desc-cat hr{
	border-color: #CCCCCC;
	margin-top: 5px;
}

.cs-desc-cat p{
	font-weight: 300;
}

.cs-product-hr{
	display: none;
	margin-bottom: 5%;
	
}

.cs-product-feature {	
	padding: 0 45px 15px 15px;
	text-align: left;
}
.cs-product-feature ul{
	padding-left: 20px;
}

.cs-product-feature li{
	padding-bottom: 5px;
}

.cs-title-bar img{
	max-height: 200px;
	float: left;
	display: none;
}

.cs-side-content {
	display: inline-block;
	margin: 0 auto;
	padding-top: 30px;
	margin-left: 30%;
	padding-right: 30px;
	width: 70%;
	max-width: 720px;
	background-color: rgba(255,255,255,0.8);
}

#cs-data-instrument-content{
	background: url(../../assets/img/data_instrumentation_1.jpg)top left no-repeat;
	min-height:600px;
	background-size: 500px auto;
	background-position: -9% 160px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

hr{
	border-color: #999999;
	margin-right: 15px;
	margin-bottom: 5px;
}

.cs-title-bar{
	margin-bottom: 15px;
}

#cs-content {
	border-bottom: 1px solid #EFEFEF;
}

@media(min-width: 1700px){
	#cs-data-instrument-content{
		background-position: 0% 150px;
		background-size: 600px auto;
	}
}
@media(min-width: 990px){
	.cs-title-bar img{
		display: none;
	}
}
@media(max-width: 1200px){
	#cs-data-instrument-content{
		background-size: 460px auto;
		background-position: -20% 0;
	}
}

@media(max-width: 990px){
	.cs-product-hr{
		display: block;
	}

	.cs-side-content{
		width: 70%;
		float: right;
		background-color: rgba(255,255,255,0.8);

	}

	#cs-data-instrument-content{
		background-size: 420px auto;
		background-position: -30% 0;
	}

	#cs-product-img{
		max-height: 200px;
		text-align: left;
		position: absolute;
		margin-top: -20%;
		z-index: -1;
		display: none;
	}

	#cs-product-img img{
		padding-top: 0;
		width: 30%;
		margin-left: -5%;	
		
		/*
		-webkit-transform:rotate(340deg);
		-o-transform:rotate(270deg);
		-moz-transform:rotate(-30deg);
		-ms-transform:rotate(270deg);
		filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
		*/
	}

}

@media(max-width: 767px){
	.cs-side-content{
		width: 100%;
	}

	.cs-product-feature{
		padding: 15px 30px;
	}

	#cs-data-instrument-content{
		background-position: -40% 0;
	}
}

@media(max-width: 640px){

	#cs-product-img{
		max-height: 300px;
	}
}
