﻿@media (min-width: 768px) {
    .lvo-bg-search-lq {
        float: left;
    }
}
#FormSearch {
    min-height: 75px;
}
.tab-content {
    background-color: transparent;
}
#btn_Search_advance_cont {
    display: block;
    clear: both;
    background-color: #e9f2fd;
    padding: 15px !important;
}
.book-thumb a{
    display:block;
    color:#444;
}  
.book-thumb img {
    width: 100%;
    min-width: 100%;
    max-height: 100%;
    overflow: hidden;
    opacity:1;	
	transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-web-transition: 0.5s ease 0s;
    }
.book-thumb:hover img{
    opacity:0.7;
}
@media (min-width:1200px){
    .book-thumb{          
        min-width:171px;
    } 
    .book-img img{
        height:230px;
        min-width:198px;
        max-height:230px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .book-thumb .book-img img{
        height: 190px;
    }
} 
@media (min-width: 768px) and (max-width: 991px) {
    .book-thumb .book-img img{
        height: 257px; 
    }
}
@media (max-width: 767px) {
    .book-thumb .book-img img{
        height: 190px; 
    }
}
@media (min-width:768px){
    .book-thumb{
        width:100%;
        overflow:hidden;
        display:table-cell;
        vertical-align:bottom;                
    }
    .book-thumb .book-img {                  
        max-width: 100%;
        min-width: 100%;
        display: table-cell;
        vertical-align: bottom;    
    }
}
@media (max-width:767px)    {
    .book-thumb{
        width:100%;
        overflow:hidden;                          
    }    
    .book-thumb .book-img{
        height:190px;
        max-width: 100%;
        min-width: 100%;
        display: table-cell;
        vertical-align: bottom;    
     }        
}
#div-total{
    margin-top:10px;
    margin-bottom:10px;
}
.book-title {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}