/**
 * @version     1.0.0
 * @package     com_wbooklibe
 * @copyright   Copyright (C) 2015. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Ali shohani <alisaheb19@yahoo.com> - http://codingco.net
 */

table.front-end-list{
    width: 100%;
    border-spacing: 1px;
    background-color: #f3f3f3;
    color: #666;
}

table.front-end-list thead th{
    text-align: center;
    background: #f7f7f7;
    color: #666;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
}

table.front-end-list td, table.front-end-list th{
    padding: 4px;
}

table.front-end-list thead th.align-left{
    text-align: left;
}

table.front-end-list thead th.align-center, table.front-end-list tbody td.align-center {
    text-align: center;
}

table.front-end-list tbody tr td{
    background: #fff;
    border: 1px solid #fff;
}

table.front-end-list td{
    padding-left: 8px;
}

div.list-footer{
    clear:both;
    text-decoration: none;
    text-align: center;
}

div.list-footer ul{
    list-style: none;
    display: inline-block;
}

div.list-footer ul li{
    display: inline-block;
}

div.list-footer div.limit{
    display: inline-block;
}

div.list-footer div.counter{
    display: inline-block;
}

div.filter-select.hide{
    display: none;
}

div.filter-select.show{
    display: block;
}

div.filter-search , div.filter-select {
    float: left;
    clear: both;
}

div.filter-select .fltlft{
    float: left;
    clear: both;
}

div.field-filter{
    float: left;
    margin: 10px;
}

#filter-bar div.fltrt div.button2-left .blank a {
    margin-top: 0 !important;
}

button.open{
    font-weight: bold;
}

div.field-filter:first-of-type{
    margin-left: 0;
}
img.hovereffect{
	height: 130px;
    width: 100px;
}
.module_mass_top .bt-inner .bt-title::before{
width: 100% !important;
}
div.line-title{
	border-top:  3px solid #89a408 !important;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    margin: 10px 0;	
}
h2.maintitle{
	 text-align: center;
}
h3.module-title a{
	background: white none repeat scroll 0 0;
    bottom: 23px;
    color: #7e7e7e !important;
    padding: 17px;
    position: relative;
}
.layout{
	height: 18px;
    padding-left: 10px;
    padding-right: 0;
    width: 33px;
     bottom: 10px
}
.layout img{}

#list,#blog{padding: 8px;}

#list.active,#blog.active {
    background: #c5e1a5 none repeat scroll 0 0;
}
div.menu_sidebar  h3.module-title  a
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    color: white !important;
    padding: 0;
    position: unset;
}
.bt-row{
margin:15px 0;

}

 a.bt-image-link {
    display: inline-block;
    overflow: hidden;
}
 a.bt-image-link:hover img {
    transform: scale(1.3);
}
a.bt-image-link img {
    opacity: 1 !important;
    transition: -moz-transform 0.5s ease 0s;
}
a.image-link {
    background: #000 none repeat scroll 0 0;
}
a.image-link img {
    transition: all 0.5s ease 0s;
}
.btp-item-image:hover a.image-link img {
    opacity: 0.5;
    transform: scale(1.3) rotate(-12deg);
}