
.margin-200{
	margin-top: 157px;
}
h2.sub{
	margin: 10px 0 30px;
	border-bottom: 2px solid #dadada;
	display: table;
	padding: 10px 0;

}

.product_item_holder {
position: relative;
}
.with_borders .box:before, .portfolio_boxes .box:before {
background: #F4BF1E;
content: "";
display: block;
height: 2px;
left: 1px;
position: absolute;
top: -2px;
width: 10px;
z-index: 2;
}
/*.row {
    display: block;
    margin: 0 10px;
    clear: both;
}*/
.with_borders > .box {
    border-color: #F0F0F0;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-right-width: 1px;
    padding: 0 0px;
}
.with_borders .box:hover:after, .with_borders .box:hover:before, {
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.with_borders .box:hover:after, .with_borders .box:hover:before {
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
 .with_borders .box:before, .with_borders .box:after{
    background: #00a9ca;
}
.with_borders .box:hover:before, .portfolio_boxes .box:hover:before {
    width: 80px;
}

.with_borders .box:hover:after, .portfolio_boxes .box:hover:after {
    height: 80px;
}

.with_borders .box:after, .portfolio_boxes .box:after {
    background: #00a9ca;
    content: "";
    display: block;
    height: 11px;
    left: -1px;
    position: absolute;
    top: -2px;
    width: 2px;
}
/*.with_borders .featured_image, .with_borders .box:hover .featured_image {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}*/
.row.with_borders .featured_image {
    background-color: #fff;
    margin-bottom: 0;
}
.with_borders .product_item_holder .featured_image {
    border: 0;
    padding: 20px;
}
.product_item_holder .featured_image {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #efefef;
}
.row .box:first-child, .row .box:first-child, .content.left .row .box:first-child, .content.right .row .box:first-child {
    margin-left: 0px !important;
}
.product_info{
	padding: 0 20px 20px;
}
.product_info h4, .product_info h4>a{ 
  font-family: 'Open Sans', sans-serif;
  color:#4d4d4d;
  line-height: 22px;
  text-align:center;
  font-size: 16px;
  font-weight: 600;
 }
 
 .product_info h5, .product_info h5>a{ 
  font-family: 'Open Sans', sans-serif;
  color:#4d4d4d;
  line-height: 22px;
  font-size: 16px;
  text-align:center;
  font-weight: 600;
  }
  
.product_info p{
  font-family: 'Open Sans', sans-serif;
  color:#4d4d4d;
  font-size: 13px;
  line-height: 18px;
}
.breadcrums{
    padding: 100px 0;
    background: #f6f6f6;
    margin-bottom: 40px;
    background: #f6f6f6 url("../images/title-bg1.jpg") no-repeat;
    background-position: center right;
}

.breadcrums-new {
    padding: 20px 0;
    background: #f9b861;
    margin-bottom: 40px;
    background: #f9b861 url("../images/title-bg2.jpg") no-repeat;
    background-position: center right;
}
.breadcrums h1{
  font-family: 'Open Sans', sans-serif;
  color:#4d4d4d;
  font-size: 22px;
  line-height: 32px;
  margin-top: 10px
}
.inline-links {
float: right;
 line-height: 56px;
 font-size: 11px;
 text-transform: uppercase;
}
.inline-links a{
    line-height: 56px;
    font-size: 11px;
 
}
.inline-links i{
    font-size: 10px;
    color: #B1A9A9;
    margin: 0 5px;
}
.content{
    margin-bottom: 30px;
}