.product-des-prew img {
	border:2px solid #96C11F;
}

f-right{
    float: right;
}
.nopadding{
	padding: 0;
}

.page-intro{
  background: url(../images/page-intro-bg.png) no-repeat;
  height: 114px;
  padding:10px;
  position: relative;
      background-color: #8dac38;
    background-position: right;
}
.page-intro .intro-icon{
  float: left;
}

.page-intro .intro-content {
    position: absolute;
    bottom: -100px;
    color: #fff;
    height: 68px;
}
.page-intro .intro-content .title{
  font-size: 30px;
    font-weight: bold;
}
.page-intro .intro-content .description{
  font-size: 16px;
}

/* SITEBAR */
.sitebar-group{

} 
.sitebar-group h3{ 
	padding-left: 20px;
	background: url(../images/sitebar-rec.png) no-repeat 0 50%;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
}
input#email{
	background: url(../images/form-email.png) no-repeat 97% 50%;
}
input#pwd{
	background: url(../images/form-pass.png) no-repeat 97% 50%;
}
.form-control:focus {
    border-color: #96c11f;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 3px rgba(92, 184, 92, 0.32);
}
.btn.btn-submit{
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	background: #96c11f;
	margin-bottom: 15px;
}

.link-btn {
  background:#96C11F;
  color:#FFFFFF;
  font-weight:500;
  height:40px;
  margin:0 0 0 80px;
  padding:10px;
  position:relative;
  text-transform:uppercase;
  top:-10px;
  width:180px;
}

.other-item{
	padding:15px 0 0 0;	
}
.other-item .item-images{
	height:87px;
	width: 85px;
	border:1px solid #ddd;
	float: left;	
	margin: 0 auto;
    display: block;
    margin-top: 5px;
}
.other-item .item-images img{
	height: 85px;
	width: auto;
	margin: 0 auto;
    display: block;
}

.other-item .info-block {
	position: relative;
    min-height: 115px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 100px;
    font-family: 'Lato';
    font-size: 14px;
}
.other-item .name{
	/*height: 57px;*/
}
.other-item .code {
    text-transform: uppercase;
    font-weight: 400;
}
.other-item .price {
    margin-top: 16px;
    color: #96c11f;
    font-weight: 700;
}
.featured-item img{
	width: 100%;
	    border: 1px solid #ddd;
}

.payment-item .item-images{
	display: inline-block;
	width: 52px;
	margin-right: 10px;
}

/*BLOCK CONTENT*/
.content-section{

}
.content-section .title{
    padding:20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom:20px;
}
.btn-readmore{
    height: 50px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
    line-height: 10px;
    color: #333;
    text-transform: uppercase;
    line-height: 37px;
    margin: 10px 0 35px;
    font-weight: bold;
    letter-spacing: 2px;
}
.btn-readmore:hover{
    background: #97C11F;
    color:#fff;
}

/*slider*/
#first-owl .owl-wrapper-outer {
    height: 625px;
    border: none;
}
.content-section .customNavigation a {
    position: absolute;
    z-index: 1;
    bottom: 46%;
    cursor: pointer;
    background-color: #a3a3a3;
    display: block;
    width: 47px;
    height: 47px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
}
.content-section .customNavigation .next {
    right: -6px;
    background-image: url(../images/arrow-r-2.png);
}
.content-section .customNavigation .prev {
    left: -6px;
    background-image: url(../images/arrow-l-2.png);
}
.block-slider-features {
    box-shadow: none;
    margin-bottom:0;
}
#first-owl .owl-controls .owl-page span {
    border-radius: 50%;
    width: 15px;
    height:15px;
    background: #fff;
    border: 1px solid #E4E4E4;
    opacity: 1;
}
#first-owl .owl-controls .owl-page.active span {
    border-radius: 50%;
    background: #96C11C;
    
}
img.img-responsive {
    margin: 0 auto;
}

/*BANNER MESSAGE*/
.banner-message{
    position: relative;
    display: block;

}
.banner-message .banner-content{
    background: #96c11f;
    padding: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 63px;
    border-bottom: 1px solid #fff;
}
.banner-message .banner-link{
    background: #96c11f;
    padding:10px;
    color: #fff;
    padding:10px 20px;
}
.banner-message .btn-banner-link{
    background: url(../images/banner-link.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 18px;
    right: 21px;
}

/*PAGING*/
.paging{
margin-bottom: 50px;
}
.paging .btn{
    height: 28px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ddd;
    line-height: 10px;
    color:#999999;
	margin-left: 5px;
}
.paging .btn.selected{
    background: #96c11f;
    color:fff;
}

.blog-posts p {
padding:6px 0;
}
.blog-posts h3 {
padding:12px 0; 
}