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

body{
	font-size:18px;
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../bootstrap/fonts/MyriadProRegular.eot');
    src: url('../bootstrap/fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../bootstrap/fonts/MyriadProRegular.woff2') format('woff2'),
         url('../bootstrap/fonts/MyriadProRegular.woff') format('woff'),
         url('../bootstrap/fonts/MyriadProRegular.ttf') format('truetype'),
         url('../bootstrap/fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}
@font-face {imageb
    font-family: 'helveticaneuece35thin588040f179361';
    src: url('../bootstrap/fonts/helveticaneuece35thin588040f179361.eot');
    src: url('../bootstrap/fonts/helveticaneuece35thin588040f179361.eot') format('embedded-opentype'),
         url('../bootstrap/fonts/helveticaneuece35thin588040f179361.woff2') format('woff2'),
         url('../bootstrap/fonts/helveticaneuece35thin588040f179361.woff') format('woff'),
         url('../bootstrap/fonts/helveticaneuece35thin588040f179361.ttf') format('truetype'),
         url('../bootstrap/fonts/helveticaneuece35thin588040f179361.svg#helveticaneuece35thin588040f179361') format('svg');
}
@font-face {
    font-family: 'raleway_regular';
    src: url('../bootstrap/fonts/raleway_regular.eot');
    src: url('../bootstrap/fonts/raleway_regular.eot') format('embedded-opentype'),
         url('../bootstrap/fonts/raleway_regular.woff2') format('woff2'),
         url('../bootstrap/fonts/raleway_regular.woff') format('woff'),
         url('../bootstrap/fonts/raleway_regular.ttf') format('truetype'),
         url('../bootstrap/fonts/raleway_regular.svg#raleway_regular') format('svg');
}


.pad20 { padding: 20px;
margin: 20px;}


a{
	color:#63afca;
}
a:hover{
	text-decoration:none;
}



/*top css*/
.top{
	background:#009ada;
	padding:7px 0 !important
}

.top .basket, .top .basket a{
	color:#fff;
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
}

.navbar-form .input-group > .form-control{
height:33px;
}

.navbar-form .btn-default{
height:33px;
}

.header-main{
	padding-top:17px;
}
.prices-top{
	color: #ff0000;
    font-family: "Oxygen",sans-serif;
    font-size: 19px;
    font-weight: 700;
    padding-left:70px !important;
    padding-top: 20px;
}

.list-call, .list-call li{
	list-style:none;
}
.list-call li{
	margin-bottom:15px;
	font-size:27px;
}
.list-call li:last-child{
	font-size:20px;
}

.list-call span{
	 background: #e21b01 none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    font-weight: bold;
    padding:8px;
	margin-right:10px;
	font-size:15px;
}

/*menu css */

.navbar{
	margin-top:10px;
	margin-bottom:0px;
}
.navbar-default .navbar-nav > li > a{
	color:#fff;
	font-size:14px;
	font-family: "Oxygen",sans-serif;
	font-weight:700;	
	text-transform:uppercase;
}
.navbar-default{
	background:#222;
	border:none;
	border-radius:0px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color:#fff;
	background:none;
	border-top:3px solid #e21b01;
	padding-top:12px;
	
}
.navbar-default .navbar-nav > li{
	padding:0px 8px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:#fff;
	background:none;
	border-top:3px solid #e21b01;
	padding-top:12px;
}

.navbar .col-sm-3{
	float:right;
}

.navbar-form .form-control{
	border-radius:0px;
	color:#5e5e5e;
	text-transform:uppercase;
	background:#fff;
}

.navbar-form .btn-default{
	background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #e21b01;
    padding: 10px 15px;
}


/*USED INDUSTRIAL CENTRIFUGES CSS*/


.industrial h3{
	font-size:28px;
	color: #5e5e5e;
	font-family: 'MyriadProRegular';
	margin-bottom: 24px;
}
.industrial img {
	padding:10.8px !important;
	border:1px solid  #aeaeae;
	border-bottom:none;
	padding-bottom:23px;
	
}
.industrial .col-md-6 img{
	padding:0;
}
.industrial .image_bottom {
	background: #009ada;
    height: 73px;
    max-width: 262.6px;	
}
.industrial .col-md-6 .image_bottom{
	max-width: 555px;
}
.image_bottom h4{
	color: rgb(255, 255, 255);
    display: table-cell;
    height: 73px;
    padding-left: 22px !important;
    vertical-align: middle;
	font-family: "Oxygen",sans-serif;
	font-weight:300;
	text-transform: uppercase;
}


.image_bottombig {
	background: #009ada;    height: 300px;
}


.industrial .image_bottombig ul {
	list-style-type: circle;
	list-style: disc;
   margin:-10px;
}


.industrial .image_bottombig {
  content: "• ";
  color: white; 
}

.industrial .image_bottombig a {
    color:white;
}
.col-md-6 .image_bottom{
	max-width: 555px;
}
.image_bottombig h4{
	color: rgb(255, 255, 255);
    display: table-cell;
    height: 73px;
    padding-left: 22px !important;
    vertical-align: middle;
	font-family: "Oxygen",sans-serif;
	font-weight:300;
	text-transform: uppercase;
}



.margin-bottom{
	margin-bottom:25px;
}

/*home wrapper css*/
.wrapper_border{
	border-top:1px solid #bccacf;
}
.home_wrapper{
	max-width: 1280px;
	background:#f6fafa;
}
.home_wrapper .inner_wrapper{
	margin-left:55px;
}
.home_wrapper .inner_wrapper .col-md-9{
	width:70.5%;
}
.home_wrapper .inner_wrapper .col-md-3{
	width:29.501%;
	background:#fff;
}
.home_wrapper .inner_wrapper h4{
	color: rgb(0, 154, 218);
    font-family: "Oxygen",sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 36px;
    text-transform: uppercase;
}
.bottom_border{
	background: #e21b01;
	width:260px;
	height:2px;
	margin-bottom:9px;
}
.home_wrapper{
	font-size:18px;
	color: #5e5e5e;
	font-family: 'MyriadProRegular';
}
.home_wrapper p{
	margin-bottom: 21px;
}
.home_sidebar .image_box img{
	margin:0 auto;
}
.image_box1{
	margin-top: 70px;
}
.image_box2{
	margin-top: 48px;
}
.image_box3{
	margin-top: 36px;
}
.image_box4{
	margin-top: 24px;
}
.image_box5{
	margin-top: 35px;
}
.image_box6{
	margin-top: 66px;
	padding-bottom:30px;
}
.home_wrapper button{
	background: rgb(226, 27, 1) none repeat scroll 0 0;
    border-bottom: 3px solid #e95441;
    border-radius: 3px;
    border-top: 3px solid #e95441;
    display: block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 24px;
    padding: 19px !important;
    width: 170px;
	text-shadow: 1px -2px 2px #5e5e5e;	
}

/*banner css*/

#banner .slider-1{
	background:url(../images/slider1.jpg) no-repeat;
	background-size:100%;
	padding:7% 0 !important
}

#banner .slider-2{
	background:url(../images/slider2.jpg) no-repeat;
	background-size:100%;
	padding:7% 0 !important
}
#banner .slider-3{
	background:url(../images/slider3.jpg) no-repeat;
	background-size:100%;
	padding:7% 0 !important
}
#banner .slider-4{
	background:url(../images/slider4.jpg) no-repeat;
	background-size:100%;
	padding:7% 0 !important
}
#banner .slider-5{
	background:url(../images/slider5.jpg) no-repeat;
	background-size:100%;
	padding:7% 0 !important
}


.slide1-text{
	color:#fff;
	font-size:40px;
	font-family: 'Oxygen', sans-serif;
	font-weight:700;
	text-align:center;
		 text-shadow: 2px 2px black;
}

.slide-line{
	width:260px;
	height:1px;
	background:#009ada;
	margin:20px auto 12px;
	
}

/* inventory page css*/
.inventory-item{
	width: 45%; 
	border-right: 1px solid #aaaaaa;
	margin-top: 25px; 
	margin-right: 55px;
}

.inventory-item.left-product {
	clear: both;
}

input[type="search"] {
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}


/*about us page css*/

h1.title{
	text-transform:uppercase;
	color:#009ADA;
	border-bottom:1px solid #aaa;
	margin-bottom:30px;
	padding-bottom:6px;
	font-family: 'MyriadProRegular';
}

.content p{
	color:#696969;
	font-size:14px;
}

.content .pull-right {
   margin-left: 20px;
}

h2{
	color:#009ADA;
	font-size:18px;
}

/*category page css */

.category h1.title{
	text-transform:uppercase;
	color:#898989;
	border-bottom:1px solid #aaa;
	margin-bottom:0px;
	padding-bottom:6px;
	padding-top:20px;
	font-family: 'MyriadProRegular';
}


.breadcrumb > li + li::before {
    color: #009ae5;
    content: "> ";
    padding: 0 5px;
}

.breadcrumb{
	background:none;
	padding:4px ;
	color:#009ae5;
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
	text-transform:uppercase
}

.breadcrumb a{
	color:#009ae5
}
ul{
	list-style:none;
}
.category ul.breadcrumb li a{
	font-family: 'Oxygen', sans-serif;
}
.category ul li a{
	color:#009ae5;
	font-family: 'MyriadProRegular';
	font-weight:500;
	text-transform:uppercase;
}

.category ul li a:hover{
	color:#23527C
}
.category-content{
	padding-top:40px;
}
.category-content ul ul li{
	padding-bottom:3px;
}


/*single product page */
.single .title{
	margin-bottom:0px;
	border:none;
}
.single .breadcrumb a{
	color:#4b5152;
	font-family: 'MyriadProRegular';
}

.single .breadcrumb > li + li::before {
    color: #4b5152;
    content: "> ";
    padding: 0 5px;
}

.product-gallery img{
	max-width:130px;
}

.product-gallery {
	margin-top:12px;
}

.stock-details{
	background:#f4f4f4;
	float:right;
	width:95%;
	padding:20px;
}
.stock-num{
 color:#2a2a29;
 font-size:26px;
}
.instock{
	float:right;
	color:#474747;
	font-size:24px;
	font-weight:400;
	font-family: 'helveticaneuece35thin588040f179361';
	
}

.red{
	float:right;
	color:#B80407;
	font-size:30px;
	font-weight:600;
	text-transform: uppercase;
	font-family: 'helveticaneuece35thin588040f179361';
	
}

.menufacture{
	color:#2a2a29;;
	font-size:18px;
	text-transform:uppercase;
}

.description{
	color: #696969;
    font-size: 16px;
    margin-bottom: 60px;
    padding: 15px 0;
    
}
.quotebtn{
	background:#009ada;
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding:10px 0 8px;
	font-size:24px;
	font-family: 'helveticaneuece35thin588040f179361';
}
.specification{
	padding:7px 0 7px 27px;
}
.specification h3{
	font-size:24px;
	color:#2a2a29;
	text-transform:uppercase;
	border-bottom:1px solid #bababa;
	padding-bottom: 9px;	
}
.specification h3 div{
	background: #f5f5f5;
	max-width:326px;
	padding:8px;
}
.specification_table{
	 margin-left: 27px;
    max-width: 450px;
    width: 100%;
}
.specification_table td{
    border: 1px solid #bababa !important;
    padding: 2px !important;
    width: 50%;
	font-size:15px;
	color:#2a2a29;
	padding-top:0 !important;
}
.specification_table .size td{
	padding-bottom:14px !important;
}
.similar_item h2{
	font-size:24px;;
	color: #919191;
	font-family: 'helveticaneuece35thin588040f179361';
}
.similar_item .all_items{
	min-height:278px;
	width:100%;
	background: #f5f5f5;
	padding:30px 0;
}
.similar_item .h-scroll-div{
	overflow-x: auto;
	white-space: nowrap;
}
.similar_item .h-scroll-div > div{
	display: inline-block;
	float: none;
	white-space: normal;
}

.all_items img{
	margin:0 auto;
}
.all_items .caption{
	font-size: 12px;
    text-align: center;
    text-transform: uppercase;
	margin: 7px 0;
}
.item_btn{
	background: rgb(0, 154, 218) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 9px 17px;
    text-align: center;
    width: 145px;
}
.item_btn:hover{
	color:#fff;
	background: #008BDD;
}


/*product css*/
.product-search .btn-default {
    background: #fff;
    border: medium none;
    border-radius: 0;
    color: #838383;
    padding: 5px 15px 10px 17px;
}
.product-search .btn-default .glyphicon {
	font-size:19px;
}
.product-search .form-control{
	border:none;
	box-shadow:none;
	font-family: 'raleway_regular';
	font-size: 14px;
}
.product .product-search{
	padding:32px 0;
	z-index:1;
}
.product-search .input-group{
	margin: 0 auto;
    max-width: 450px;
    padding: 9px;
	border:1px solid #aaaaaa;
}
.product .search_term h2, .product-details h2{
	font-size: 20px;
	font-family: 'MyriadProRegular';
	color: #009ada;
	text-transform:uppercase;
}
.product .search_term h2 span{
	color: #262624;
}
.product .search_term{
	margin-top: -51px;
	margin-bottom: 30px;
}
.product .border {
	border-bottom:1px solid #aaaaaa;
	margin: 0 auto 20px;
    width: 100%;
}

.search_term {
	padding-top:50px;
}

.search_term .right{
	float:right;
}
.search_term .right h2{
	text-align:right;
	margin-top:0;
}
.search_term .right h2 .brand{
	border:1px solid #aaaaaa;
	padding: 0 8px 0 3px;
}
.search_term .left h2{
	margin-bottom:0;
	margin-top:30px;
}
.search_term .right h2:first-child{
	margin-bottom:10px;
}
.product-details p{
	font-size:12px;
	text-transform:uppercase;
}
.product-details .col-sm-4, .product-details .col-sm-8{
	padding:0;
	height:250px;
}
.product-details .col-sm-4{
	padding-left:15px !important;
}
.product-details .left-product{
	border-right:1px solid #aaaaaa;
	padding-right:14px;
}
.product .product_btn{
	margin-top:90px;
}
.product .product_btn .item_btn{
	 display: inline-block;
}
.product-details h2{
	margin-bottom:18px;
}
.product .product_btn .quote {
    color: #009ada;
    font-size: 14px;
    padding: 9px 17px;
    text-align: center;
	border:1px solid #009ada;
	margin-left: 17px;
}
.product .product_btn .quote:hover{
	background:#009ada;
	color:#fff;
}
.product .product_btn{
	background: rgb(246, 246, 246) none repeat scroll 0 0;
    max-width: 352px;
    padding: 17px 11px;
}
/*contact page*/

.form-area{
clear:both
}
.address{
font-size:14px;
line-height:22px;
padding-top:15px
}

.form-area form{
padding:10px 20px;
}

/*footer css*/

.footer{
	background:#222;
	padding:35px 0 55px;
	font-size:14px;
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
	margin-top: 90px;
}

.footer .col-1{
	color: #817e7e;
    padding: 30px 0 0 10px !important;
}

.footer h3{
	color:#fff;
	margin-top:0px;
	font-size:13px;
	text-transform:uppercase;
	font-family: 'Oxygen', sans-serif;
	font-weight:700;
}

.footer h3::after{
    border: 1px solid #e21b01;
    bottom: 5px;
    content: " ";
    left: 16px;
    position: absolute;
    right: 5px;
    top: 22px;
    width: 20px;
	height:1px;
}

.footer  ul{
	padding:0px;
}

.footer ul li a, .footer .col-2 ul li span{
	color:#817e7e;
	font-size:14px;
}

.footer ul li a:hover{
	color:#fff;
}

.footer .col-2 ul li{
	margin-bottom:8px;
}

.footer .col-2 ul li span{
	background:none;
	padding:0px;
}

.footer ul.footer-menu li{
	list-style:none;
}
.footer ul.footer-menu{
	padding-top:10px;
}

.footer ul.footer-menu li{
	padding-bottom:10px;
}
.navbar-form .form-control{
		border:0;
	}


 /* The Modal (background) */
.requestf {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
	
}

/* Modal Content/Box */
.requestform {
    background-color: #009ada;
    margin: 5% auto; /* 15% from the top and centered */   
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
	left:50%;
}

/* The Close Button */
.closebutton {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-top: -33px;
margin-right: -20px;
}

.closebutton:hover,
.closebutton:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.InventorySubCat {
	display:block;float:left;margin:10px;

}
.address {
	font-size: 14px;
	line-height: 22px;
	padding: 15px;
}
.industrial .image_bottombig ul {
	list-style-type: circle;
	list-style: disc;
	margin: 10px;
	margin-top: 0px;
}
.container .grid .detail {
	float: left;
	width: 45%;
	border-bottom: 1px dotted #CCC;
	border-right: 1px solid #ccc;
	margin-right: 50px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.container .grid .detail:nth-child(2n) {
    margin-right: 0px;
}
.container .list .detail{ width: 100%; }

/*Responsive css*/

@media screen and (min-width: 1220px) {
	.navbar .container{
		width: 1280px;
	}
	.navbar .navbar-nav{
		margin-left:82px;
	}
	
	.navbar-form .input-group > .form-control {
		width: 243px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.industrial .col-md-6 .image_bottom, .industrial .image_bottom{
		width:100%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.container.industrial .image_box a {
		height: 100% !important;
		overflow: hidden;
		float: left;
		width: 100%;
	}
	.industrial .col-sm-3, .industrial .col-sm-6{
		 display:block;
	 }
	 .industrial .image_box,  .industrial .image_bottom{
		 display:inline-block;
	 }
}
@media screen and (max-width: 1199px) {
	.list-call li{
		font-size: 14px !important;
	}
	.list-call, .prices-top{
		padding-left:42px;
	}
	.navbar-default .navbar-nav > li{
		padding:0;
	}
	footer .list-call{
		margin-top:22px;
	}
	.single .title{
		font-size:32px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.list-call, .prices-top {
		padding-left: 15px;
		font-size:16px;
	}
}
@media screen and (max-width: 991px) {
			.grid.grid-layout .detail{
	border-right: none;
	margin-top: 0px;
	margin-right: 0px;
		min-height: auto;
	height: auto;
	padding-right: 0px;
}
.container .grid .detail{
width:100%;
}
.container .grid .detail img{
margin:0 auto;
}
	.navbar-default .navbar-nav > li > a{
		font-size:13px;
		padding-left:8px !important;
		padding-right:8px;
	}
	.slide1-text{
		font-size: 28px;
	}
	.product .item_btn{
		width:130px;
	}
}
@media screen and (max-width: 767px) {

		.image_bottombig {
		background: #009ada;
		min-height: auto;
		height: 100%;
		width: 100%;
		float: left;
	}
	.home_wrapper .inner_wrapper .col-md-9,.home_wrapper .inner_wrapper .col-md-3 {
		width: 100%;
	}
	.home_wrapper .inner_wrapper{
		margin-left:0;
	}
	.top .col-md-6 img, .header-main .logo img{
		margin: 0 auto;
	}
	.top .basket{
		margin: 0 auto;
		max-width: 176px;
		padding-top: 10px;
	}
	.header-main .prices-top {
		margin: 0 auto;
		max-width: 226px;
		padding: 12px 0 12px 55px;
	}
	.header-main .list-call{
		margin: 0 auto;
    	max-width: 337px;
	}
	.slide1-text{
		font-size: 21px;
	}
	.footer .col-sm-4 .col-2 h3{
		margin-top:15px
	}
	.footer .col-sm-4{
		padding-bottom:20px;
	}
	.footer .list-call{
		padding-top:12px;
	}
	.industrial .image_bottom{
		margin-bottom: 15px !important;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
		padding-top: 10px;
		border-top:0;
		color:#009ADA;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
		border-top:0;
	}
	.navbar-form{
		border:0;
		box-shadow:none;
	}
	.navbar .col-sm-3{
		float:left;
		padding:0;
	}
	.navbar-nav{
		margin-left:-8px;
	}
	.category-content ul{
		max-width:225px;
		margin:0 auto;
		padding-bottom:10px;	
	}
	.category h1.title{
		text-align:center;
	}
	.breadcrumb{
		margin: 0 auto;
    	width: 350px;
	}
	.single .breadcrumb{
		width:100%;
	}

.industrial .image_bottom{
		margin:0 auto;
	}
	.industrial img{
		margin:0 auto;
	}
.industrial .image_bottom{
		margin-bottom: 15px !important;
	}
	.similar_item h2{
		text-align:center;
	}
	.similar_item .all_items .col-md-3{
		padding-bottom:25px;
	}
	.single .product-gallery .col-sm-2{
		width:19%;
		float:left;
	}
	.single .title{
		font-size:26px;
	}
	.product-details .right-product {
		padding-left: 15px !important;
	}
    .product .product_btn{
		margin: 40px auto 0 !important;
	}
	.search_term .right {
		float: none;
		margin-top: 15px;
	}
	.search_term .right h2, .search_term .left h2{
		text-align:center;
	}
	.product-details img{
		margin:0 auto;
	}
	.container.industrial {
		text-align: center;
	}
	.header-main .logo{
		margin-bottom: 10px;
	}
	.header-main .mindgrap_search_form{
		float:none !important;
	}
}
@media screen and (max-width: 580px) {
	.single .title{
		font-size:19px;
	}
	.single .breadcrumb a{
		font-size:15px;
	}
	

}
@media screen and (max-width: 450px) {
	.list-call li{
		font-size: 13px !important;
	}
	.header-main .list-call{
		padding-left:0;
	}
	.list-call span{
		margin-right:2px;
	}
	.slide-line{
		margin:8px auto 5px;
	}
	.slide1-text {
		font-size: 14px;
	}
	.header-main .prices-top{
		padding-left:36px !important;
	}
	.industrial h3{
		font-size: 18px;
	}
	h1.title{
		font-size:26px;
	}
	.category ul.breadcrumb li a{
		font-size:13px;
	}
	.industrial .image_bottom{
		margin:0 auto;
	}
	.industrial img{
		margin:0 auto;
	}
	.single .product-gallery .col-sm-2 {
		float: none;
		width: 100%;
		padding-bottom:16px;
	}
	.product-gallery img{
		margin:0 auto;
	}
	.specification_table{
		margin-left:0;
	}
	.stock-details {
		float: left;
		padding: 18px;
		width: 100%;
	}
	.specification{
		padding-left:0;
	}
	.product_btn .item_btn{
		font-size:10px;
		width:110px;
	}
	.product .product_btn .quote{
		font-size:10px;
		margin-left: 9px;
	}
}


/* custom css */

.category .industrial img{
	width: 100%;
    height: 287px;
}
.product .grid.grid-layout .detail{
	position:relative;
	min-height: 270px;
}
.product .grid.grid-layout .product_btn{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.product .list.grid-layout .detail{
	position:relative;
}
.product .list.grid-layout .detail h2, .product .list.grid-layout .detail  .col-sm-12.col-xs-12.col-md-8, .product .list.grid-layout .detail .col-sm-4.col-md-4, .product .list.grid-layout .detail .product_btn{
	float:left;
}
.product .list.grid-layout .detail h2:before, .product .list.grid-layout .detail h2:after, .product .list.grid-layout .detail  .col-sm-12.col-xs-12.col-md-8:before, .product .list.grid-layout .detail  .col-sm-12.col-xs-12.col-md-8:after, .product .list.grid-layout .detail .col-sm-4.col-md-4:before, .product .list.grid-layout .detail .col-sm-4.col-md-4:after, .product .list.grid-layout .detail .product_btn:before, .product .list.grid-layout .detail .product_btn:after{
	content:'';
		display:table;
		clear:both;
}
.product .list.grid-layout .detail .product_btn{
	width:100%;
}
@media screen and (max-width: 991px) {
	.category .industrial img{
		height: auto;
	}
	.product .grid.grid-layout .detail {
		min-height: 370px;
		margin-right: 25px;
	}
	.container .product .grid .detail:nth-child(2n) {
		margin-right: 0px;
	}
	.product .grid-layout .detail .col-sm-4.col-md-4 {
		width: 100%;
	}
	.container .grid .detail img {
		text-align: center;
	}
	.product .grid-layout .product_btn .item_btn {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.product .grid-layout .product_btn .quote {
		display: block;
		width: 100%;
		margin-left:0px !important;
	}
.industrial .image_bottombig ul{
	    text-align: left;
}
.product .list.grid-layout .detail .col-sm-4.col-md-4 img.img-responsive{
	margin:0 auto;
}
}
@media screen and (max-width: 767px) {
	.category .industrial .col-sm-3 .image_bottombig{
		width: 265px;
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
		margin-bottom: 10px;
		float: none;
		min-height: auto;
	}
	.category .industrial img {
    width: auto;
	}
	.img-responsive{
		    margin: 0 auto;
	}
	.category .industrial .col-sm-6 .image_bottombig{
		width: 83.6%;
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
		margin-bottom: 10px;
		float: none !important;
		min-height: 280px;
	}
	.product .grid.grid-layout .detail .col-sm-4.col-md-4{
		float:left;
	}
	.product .grid.grid-layout .detail .col-sm-4.col-md-4:after, .product .grid.grid-layout .detail .col-sm-4.col-md-4:before{
		content:'';
		display:table;
		clear:both;
	}
}
@media screen and (max-width: 720px) {
	.category .industrial .col-sm-6 .image_bottombig{
		width: 88%;
	}
	
}
@media screen and (max-width: 648px) {
	.category .industrial .col-sm-6 .image_bottombig{
		width: 98%;
	}
}
@media screen and (max-width: 576px) {
	.category .industrial .col-sm-6 .image_bottombig{
		width: 100%;
	}
}
@media screen and (max-width: 530px) {
	.product .grid.grid-layout .detail{
		width: 100%;
	}
}
@media screen and (max-width: 655px) {
	.product .grid.grid-layout .detail {
		min-height: 430px;
	}
}
