.wrapper .row{
    padding-left: 20px;
    padding-right: 20px;
}
.books{
    border-bottom: 1px solid #cecece;
    padding-top: 10px;
    padding-bottom: 30px;
}
    
.books .devider{
    background: #cecece;
    height: 1px;
    border: none;
    margin-left: 30px;
    margin-top: 7px;
    margin-bottom: 10px;
}

.purchase,
.visit{
    display: inline-block;
    font-family: open_sanssemibold;
    font-size: 0.79em;
    color: #636363;
    padding-left: 30px;
    line-height: 1.5em;
    width: 100%;
  /* life in half second item modification */
    display:none;
}

.purchase{
    background: url(/_assets/images/purchase.png) no-repeat scroll left center transparent;
    margin-top: 7px;
}

.visit{
    background: url(/_assets/images/visit.png) no-repeat scroll left center transparent;
    margin-bottom: 10px;
}

.read-first-chapter {
    background: url("/_assets/images/read-the-first-section-btn-bg.png") no-repeat scroll center top transparent;
    display: inline-block;
    height: 24px;
    width: 139px;
	transition: none;
    margin-top: 30px;
	margin-bottom: 30px;
  /* bdo modification */
    /*display: none;*/
    float: left;
}
    
.read-first-chapter:hover {
    background-position: center bottom;
}

.second-content-link{
    background: none repeat scroll 0 0 #133554;
    border-radius: 5px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
    margin-top: 30px;
    padding: 1px 6px;
}
    
.second-content-link:hover{
    background: #133757;
    color: #aaaaaa !important;
}   
        
.second-content-link:focus{
    color: #ffffff;
}        

    
.content h1,     
.content h2{
    font-family: open_sanssemibold;
    font-size: 17px;
    text-transform: uppercase;
    color: #3381c1 !important;
    margin: 0;
} 

.content h2.author {
    font-size: 16px;
    text-transform: none;
}

.content h3{
    font-family: open_sanssemibold;
    font-size: 14px;
    text-transform: none;
    color: #05253e;
} 
    
.description p
{
	margin-top: 20px;
} 

.description a{
    color: #EF4F2F;
}
    
.description a:hover{
    color: #DA472B;
}    
    
.description q{
    font-family: open_sansregular;
    font-size: 13px;
    line-height: 1.5em;
    color: #3381C1;
}

.description q.reg{
  font-style: normal;
  font-family: open_sansregular;
  }

.description q span{
  color: #3381C1;
  font-style: normal;
  font-size: 14px;
  font-family: open_sanssemibold;
  line-height: 25px;
  }

.description q.none{
  quotes: none;
  }
            
.description p,
.description ul{
    font-family: open_sansregular;
    font-size: 13px;
    color: #868686;
}
            
.description ul{
    padding-left: 0;
}            
            
.description li{
    background: url(/_assets/images/arrow.png) no-repeat scroll left center transparent;
    list-style: none outside none;
    padding-left: 15px;                    
}        

@media screen and (max-width:767px){
    .wrapper > div.row {
        padding-left: 0;
    }
    .books .columns > img{
    	margin-right: 23%;
	}
}

.LIHS_quotes {
    color: #05253E !important;
}

.LIHS_quotes span {
    font-weight:bold;
}
