/* Generated from tbuilder_layout_part: logosy */
/*Builder Custom CSS START*/
.fit img{
	max-height:49px;
	max-width:140px;
	object-fit:contain;
}
@media only screen and (max-width:1102px){
	.fit img{
	max-height:42px;
	max-width:120px;
	object-fit:contain;
}
}
.fit .gallery-item{
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagenav :is(a,span) {
    font-size: 0;
    min-height: 12px;
    min-width: 12px;
    background-color: #505050;
    padding: 9px;
	margin-left:4px;
	margin-right:4px;
}
.pagenav :is(a:hover,span) {
    background-color: #f58224;
}
.pagenav .current {
    background-color: #f58224;
    border: 0;
    color: orange;
}
/*Builder Custom CSS END*/