@charset "UTF-8";
.products-top-img-container{
	background-image:url(../images/products/products-top-img.jpg);
	height:103px;
	background-position:center top;
	background-repeat: no-repeat; 
}
.products-top-img-container h3 {
	color: #ffffff;
	float: left;
	font-size: 22px;
	text-transform: uppercase;
	margin-left: 35px;
	font-weight: 500;
	padding-top:40px;
}
.breadcrumb-content{
	float:right;
	font-size:12px;
	margin-right:35px;
	margin-top:-40px;
}
.breadcrumb a {
	color: #a6a6a6;
}
.breadcrumb .active {
	color: #393939;
}

/*----clearfix property----*/
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
/*-------------------------------*/

#product-container{
	width:auto;
	padding:0px 35px;
	text-align:left;
}
#product-container .left-links{
	width:19%;
	float:left;
	margin-right:35px;
}
#product-container .product-content{
	width:78.4%;
	float:left;
}
#product-container .product-content .row{
	width:100%; 
	margin-bottom:10px; 
	clear:left; 
}
#product-container .product-content .row h3{
	font-size: 36px;
	color: #7e7e7e;
	margin: 0px;
	padding: 0 0 10px 0;
	font-weight: 100;
	line-height: 20px;
}
#product-container .product-content .row p{
	margin: 0px;
	padding: 0px;
	text-align: justify;
	padding-top: 5px;
}
#product-container .product-content h4{
	font-size:24px;
	color:#343434;
	margin:0px;
	font-weight:100;
	text-align:left;
	padding-top: 5px;
}
#product-container .product-content .block {
	width:100%; 
	clear:left;
	padding: 20px 0px;
}

#product-container .product-content .block .img-block{
	float: left;
	width: 32%;
	padding-top: 8px;
}
#product-container .product-content .block .text-block{
	float: left;
	width:67.5%; 
}
#product-container .product-content .block .text-block h1{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	color: #5a5a5a;
	font-weight: 100;
}
#product-container .product-content .block .text-block h2{
	padding: 6px 0px;
	margin: 0px;
	font-size: 18px;
	color: #5a5a5a;
	font-weight: 100;
}
#product-container .product-content .block .text-block p{
	margin: 0px;
	font-size: 16px;
	color: #929292;
	text-align: justify;
}
.padd {
padding: 5px 0px;
}
.img-res{
	width:auto;
	height:auto;
	padding-top: 16px;
}
.bullete{
	list-style-image:url(../images/products/bullete.jpg);
	margin: 0px 0px 0px 18px;
	padding:0;
	line-height:22px;
	font-size: 16px;
}

.bullete a {
color: #8a8a8a;
	font-size: 18px;
}
.services-container{
	float:left;
	width:100%;
	border-top:1px solid #fff;
}
.services-container ul, .services-container ul li{
	padding:0px;
	margin:0px;
	float:left;
}
.services-container ul li{
	list-style-type:none;
	border:1px solid #000;
	width:200px;
	height:200px;
	margin: 10px;
}
.services-container ul li img{
	width:100%;
}
.col-gases{
	width:100%;
	float:left;
}
.col1-gases{
	width:298px;
	float:left;
	margin-right:80px;
	text-align:justify;
}
.col1-gases img, .col2-gases img{ 
	padding-bottom:5px;
}
.col2-gases{
	width:298px;
	float:left;
	text-align:justify;
}

/*------------responsive table styleing-----------*/
.table {
    border-collapse: collapse;
    width: 98%;
	background: #fff;
    color: #000;
	border:1px solid #5B5A5A;
}
.table a {color:#000; text-decoration:none;}
.table thead th {
	background:#5B5A5A;
    color:#fff;
}
.table th, .table td {
    text-align: left;
	padding:10px;
    border: 1px solid #a6a6a6;
}
/* Zebra striping */
.table tr:nth-of-type(odd) {
 background: #fff;
}
.table th {
 background:#fff;
 font-weight: bold;
}
#product-container .left-links-mob {
	display: none;
}
.eng_blue_text{
	color: #13aadc;
	font-size: 20px;
}
.prod_red_title{
	color: #5C0001;
}


/*-----------------------*/



/*Responsive Media Query*/
@media only screen and (max-width:1440px) {
}

@media only screen and (max-width:1366px) {
.products-top-img-container{
	background-position:0 100%; 
}
#product-container .product-content{
	width:78.1%;
	float:left;
/*	border: 1px solid #00CCFF;
*/}
.img-res{
	width:100%;
	height:auto;
}
.col1-gases{
	margin-right:50px;
}
}

@media only screen and (max-width:1280px) {
.products-top-img-container{
	background-position:0 100%; 
}
#product-container .left-links {
	width: 22%;
	float: left;
	margin-right: 35px;
}
#product-container .product-content {
	width: 74%;
	float: left;
}
#product-container .product-content .block .img-block{
	width: 36%;
}
#product-container .product-content .block .text-block{
	width:63.3%; 
}
}

@media only screen and (max-width:1152px) {
#product-container .left-links {
	width: 24%;
	float: left;
}
#product-container .product-content {
	width: 72%;
	float: left;
}
}

@media only screen and (max-width:1024px) {
.products-top-img-container h3 {
	margin-left: 20px;
}
.breadcrumb-content {
	margin-right: 20px;
}
#product-container {
	padding: 0px 20px;
}
.products-top-img-container {
	background-position: 0 100%;
	clear: left;
}
#product-container .product-content .block .img-block{
	width: 45%;
}
#product-container .product-content .block .text-block{
	width:55%; 
}
}

@media only screen and (max-width:1004px) {
}

@media only screen and (max-width:980px) {
#product-container .product-content .block .img-block{
	width: 46%;
}
#product-container .product-content .block .text-block{
	width:54%; 
}
}
@media only screen and (max-width:880px) {
#product-container {
	width: 95%;
}
#product-container .product-content h3 {
	font-size: 36px;
	padding: 0 0 0px 0;
}
#product-container .left-links {
	display: none;
}
#product-container .left-links-mob {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
#product-container .product-content {
	width: 100%;
}
#product-container .product-content .block .img-block{
	width: 38%;
}
#product-container .product-content .block .text-block{
	width:62%; 
}
}

@media only screen and (max-width:800px) {
#product-container .product-content .block .img-block{
	width: 42%;
}
#product-container .product-content .block .text-block{
	width:58%; 
}
}

@media only screen and (max-width:768px) {
#product-container {
	width: 94.9%;
}
#product-container .product-content .block .img-block{
	width: 44%;
}
#product-container .product-content .block .text-block{
	width:56%; 
}
}

@media only screen and (max-width:736px) {
}

@media only screen and (max-width:667px) {
}

@media only screen and (max-width:660px) {
}

@media only screen and (max-width:659px) {
}

@media only screen and (max-width:640px) {
}

@media only screen and (max-width:627px) {
}

@media only screen and (max-width:603px) {
}

@media only screen and (max-width:600px) {
}

@media only screen and (max-width:568px) {
}

@media only screen and (max-width:567px) {
}

@media only screen and (max-width:533px) {
}

@media only screen and (max-width:480px) {
}

@media only screen and (max-width:414px) {
}

@media only screen and (max-width:384px) {
}

@media only screen and (max-width:375px) {
}

@media only screen and (max-width:360px) {
}

@media only screen and (max-width:320px) {
}
	


