.lstcatalogue .grcata{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.lstcatalogue .grcata > div{
	padding: 0 10px;
	width: 33.33333%;
	margin-bottom: 20px;
}
.itcatalogue .thumb a{
	display: block;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	background-color: #eeeeee;
}
.itcatalogue .thumb a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 70%;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.itcatalogue .decs{
	text-align: center;
	padding: 20px 10px;
}
.itcatalogue .dstitle, .itcatalogue .dstitle h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	font-family: 'Cabin Condensed', sans-serif;
}
.itcatalogue:hover .dstitle a{
    color: #f36f21;
}
.pagination ul li span.pagecur, .pagination ul li a{
	border-radius: 0;
	border: none;
	background-color: #eeeeee;
}
.pagination ul li a:hover, .pagination ul li span.pagecur{
	background-color: #f36f21;
}


/*  <===== page 2 ====> */

.slcatelo img{
    width: 100%;
}
#dloadheader .dlheader{
    padding: 8px 20px 8px 10px;
    position: relative;
}
.dlheader .grhead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.dlheader .dllogo{
    max-width: 127.2px;
}
.dlheader .dltool{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.dlheader .dltool ul{
    display: flex;
    align-content: center;
    align-items: center;
}
.dlheader .dltool ul li{
    margin-right: 25px;
}
.dlheader .dltool ul li:last-child{
	margin-right: 0;
}
.dlheader .dltool li a{
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
	font-family: 'Cabin Condensed', sans-serif;
}
.dlheader .dltool li a .img{
	width: 18px;
	margin-right: 8px;
}

.dlheader .infpopup {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-top: 1px solid #727272;
    max-width: 410px;
    right: 0px;
    padding: 20px 35px 25px 26px;
    opacity: 0;
	z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
}
.dltool .tlinfomation.active .infpopup{
    opacity: 1;
    pointer-events: auto;
}
.dlheader .infpopup .title,.dlheader .infpopup .title h3{
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 5px;
	color: #f36f21;
	font-family: 'Cabin Condensed', sans-serif;
}
.dlheader .infpopup .decs{
	font-size: 14px;
	line-height: 22px;
}
.dlheader .infpopup .decs p{
	padding: 2px 0;
}
/*  <===== page 2 ====> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    .lstcatalogue .grcata > div{
		width: 50%;
	}
	.itcatalogue .decs{
		padding: 12px 10px;
	}

	.wrapCont{
		padding-bottom: 35px;
	}

	/*  <===== page 2 ====> */
	.itemdownload{
        padding: 10px;
    }
    .itemdownload .namedown .icon{
        width: 30px;
    }
    .itemdownload .namedown .title{
        width: calc(100% - 30px);
        padding-left: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    .itemdownload .grlink .txt{
        display: none;
    }
    .itemdownload .dldown a, .itemdownload .dlview a{
        width: 40px;
        height: 40px;
    }
    .itemdownload .grdow .coll{
        width: calc(100% - 111px);
    }
    .itemdownload .grdow .colr {
        width: 111px;
    }
    .dlheader .infpopup{
        right: 0;
    }
    .dlheader .dltool li a i{
        font-size: 20px;
        line-height: 30px;
    }
	/*  <===== page 2 ====> */
}
@media all and (max-width: 767px){
	.lstcatalogue .grcata > div{
		width: 100%;
	}
	#dloadheader .dlheader{
		padding: 6px 10px;
	}
	.dlheader .dltool li a{
		text-align: center;
		font-size: 14px;
		line-height: 15px;
        display: block;
	}
	.dlheader .dltool li a .img{
		margin: 0 auto;
		margin-bottom: 5px;
	}
	.dlheader .dltool li a span{
		display: block;
		text-align: center;
		width: 100%;
	}
    .dlheader .dltool ul li{
        margin-right: 22px;
    }
    .dlheader .infpopup{
        padding: 20px 32px 25px 20px;
    }
    .dlheader .infpopup .title, .dlheader .infpopup .title h3{
        font-size: 22px;
        line-height: 32px;
    }
}