/* publications */
.pub_title {
	margin: 3em 0 2em 0;
	/* float: left; */
}

div.landing_title.pub_title h2 {
	font-size: 2.6em;
	color: #535353;
	font-weight: 400;
	margin:0px;
}

.pub_wdt_wrp {
    float:left;
    margin:2em 0;
    width:100%;
}

/* Categories - BEGIN */

    div.pub_cat_wrp {
	    background-color: #E7EFF8;
	    min-height: 30px;
	    margin: 2em 0;
	    padding: 2em 0;
        float:left;
    }

    div.pub_holder {
	    max-width: 1000px !important;
	    min-height: 60px;
	    margin: 0 auto;
    }

    div.pub_holder:after { 
	    content:"";
	    display:block;
	    clear:both;
    }

    a.pub_cat {
	    width: 25%;
        padding-bottom: 25%;
        display: inline-block;
        margin: 0 4%;
	    background-repeat: no-repeat;
	    background-position: 0 0;
        background-size: contain;
    }

    a.pub_cat.cat_cr {
	    background-image: url(../../Img/sx_cr_pub.png);
    }
    a.pub_cat.cat_et {
	    background-image: url(../../Img/sx_et_pub.png);
    }
    a.pub_cat.cat_ot {
	    background-image: url(../../Img/sx_ot_pub.png);
    }

/* Category - END*/

@media (max-width: 800px) {
    div.pub_cat_wrp {
        display:none;
    }
}