.wp-content {
    padding: 30px 0 0;
}
.cus-type,.cus-type > div{
	float: left;
	width: 100%;
}
.title-page {
    margin-bottom: 30px;
}
.cus-list .cus-item {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.cus-list .cus-item:nth-child(2n) {
    margin-right: 0;
}
.cus-list .cus-item:hover{
    cursor: crosshair;	
}
.cus-list .cus-item .img-blog-wp{position: relative;
    overflow: hidden;}
.cus-list .cus-item .wp-img-blog{
transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -ms-transition: all .5s;
}
.cus-list .cus-item:hover .wp-img-blog{
transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
}
.cus-list .cus-item .wp-img-blog:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    transition:All .3s ease-in-out;
	-webkit-transition:All .3s ease-in-out;
	-moz-transition:All .3s ease-in-out;
	-o-transition:All .3s ease-in-out;
}
.cus-list .cus-item:hover .wp-img-blog:before{
	opacity: 1;
}
/* Effect */
.cus-item .wp-border-st1 {
	position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
}
.cus-item .wp-border-st2 {
	position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cus-item .border {
	position: absolute;
	opacity: 1;
	z-index: 1;
}
.cus-item .border:before,
.cus-item .border:after,
.cus-item .border div:before,
.cus-item .border div:after {
	background-color: #686868;
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cus-item .border:before,
.cus-item .border:after {
	width: 0;
	height: 1px;
} 
.cus-item .border div:before,
.cus-item .border div:after {
	width: 1px;
	height: 0;
}
.cus-item .border.one { 
	left: 0;
	top: 0;
	right: 8px;
	bottom: 8px;
}
.cus-item .border.one:before,
.cus-item .border.one div:before {
	left: 0;
	top: 0;
}
.cus-item .border.one:after,
.cus-item .border.one div:after {
	bottom: 0;
	right: 0;
} 
.cus-item .border.two {
	left: 8px;
	top: 8px;
	right: 0;
	bottom: 0;
}
.cus-item .border.two:before,
.cus-item .border.two div:before {
	right: 0;
	top: 0;
}
.cus-item .border.two:after,
.cus-item .border.two div:after {
	bottom: 0;
	left: 0;
}
.cus-item:hover .border:before,
.cus-item:hover .border:before,
.cus-item:hover .border:after,
.cus-item:hover .border:after {
	width: 100%;
}
.cus-item:hover .border div:before,
.cus-item:hover .border div:before,
.cus-item:hover .border div:after,
.cus-item:hover .border div:after {
	height: 100%;
}

/* Effect */
.cus-list .cus-item .desc-cus {
	display: none;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 50px;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #FFF;
    transition:All .3s ease-in-out;
	-webkit-transition:All .3s ease-in-out;
	-moz-transition:All .3s ease-in-out;
	-o-transition:All .3s ease-in-out;
	    text-align: center;
}
.cus-list .cus-item:hover .desc-cus {
	 opacity: 1;
}
.cus-list .cus-item .desc-cus > div { 
	transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-o-transform: scale(0.8,0.8);
	-ms-transform: scale(0.8,0.8);

	 transition:All .3s ease-in-out;
	-webkit-transition:All .3s ease-in-out;
	-moz-transition:All .3s ease-in-out;
	-o-transition:All .3s ease-in-out;
}
.cus-list .cus-item:hover .desc-cus > div { 
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
}
.cus-list .cus-item .desc-cus h4 {
	color: #FFF;
    font-size: 18px;
    letter-spacing: normal;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.cus-list .cus-item .desc-cus h4:after {
    content: '';
    width: 30px;
    height: 1px;
    display: block;
    background-color: #FFF;
    margin: 20px auto 0;
}
.ccm-pagination-wrapper {
    text-align: left;
    padding: 10px 0 0;
}



@media(max-width: 550px){
	.wp-content {
	    padding: 0;
	}
	.cus-list .cus-item {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
    }
}