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

.input-sm{
    width:50px;
}

.products-pager {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-bottom: 10px;
}
.pageof {
	float: left;
	margin: 7px 15px 0 0;
	font-weight: 400;
}
.products-pager ul {
	float: left;
}
.products-pager ul li {
	display: inline-block;
	margin: 0 1px;
}
.products-pager ul li a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px 8px;
	min-width: 30px;
}
.products-pager ul li a:hover, .products-pager ul li a.active {
	background: #F56032;
	color: #fff;
	border-color: #F56032;
}

.uline {
	border-bottom: 1px solid #cacaca;
}
.ftop {
	padding-top: 10px;
}
.flink {
	position: relative;
	padding: 5px 0 20px 0;
	overflow: hidden;
}
.flink h4 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.flink ul {
	float: left;
	width: 100%;
}
.flink li {        
	margin-top: 5px;
}
.flink li a {
	font-size: 14px;
}
.flink p {
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: justify;
	line-height: 20px;
}
.social {
	position: relative;
	width: 100%;
}
.social li {
	margin: 15px 5px;
	display: inline-block;
}
.social li a {
	padding: 10px;
	background: #fff;
	font-size: 20px;
	color: #2a2d31;
	min-width: 40px;
	float: left;
	text-align: center;
}
.social li a:hover {
	background: #f56032;
	color: #fff;
}

.footer {
	position: relative;
	width: 100%;
	border-top: 1px solid #cacaca;
	background: #f3f3f3;
	padding: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  
}