.process_category{
    width: 220px;
    height: 220px;
    margin: 15px 7px 0px 7px;
    float: left;
    background-size: 100%;
}

.process_category:first-child{
    margin-left: 100px;
}

/*.process_category:first-child{*/
    /*margin: 15px 0px 0px 7px;*/
/*}*/

.process_category a{
    width: inherit;
    height: inherit;
    /*background: rgba(132, 180, 44, 0.7);*/
    background: rgba(202, 50, 27, 0.25);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 32px;
    padding: 7px;
    text-shadow: 1px 1px 3px black;
    /* Firefox */
    -moz-transition: all 0.5s ease-in;
    /* WebKit */
    -webkit-transition: all 0.5s ease-in;
    /* Opera */
    -o-transition: all 0.5s ease-in;
    /* Standard */
    transition: all 0.5s ease-in;
}

.process_category:hover a{
    /*background: rgba(132, 180, 44, 1);*/
    background: rgba(202, 50, 27, 1);
}

.process_category .img{
    width: 220px;
    height: 220px;
    background-size: 100%;
}

.process_category:hover{
    background-size: 120%;
}

.process_category:nth-of-type(1){
    background: url(../images/cgj_1.jpg) center center;
}

.process_category:nth-of-type(2){
    background: url(../images/cgj_2.jpg) center center;
}

.process_category:nth-of-type(3){
    background: url(../images/cgj_3.jpg) center center;
}

.process_category:nth-of-type(4){
    background: url(../images/cgj_4.jpg) center center;
}

.container .row .col-md-3{
    display: none;
}

.container .row .col-md-9{
    width: 100%;

}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .process_category:first-child{
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .process_category:first-child{
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .process_category:first-child{
        margin-left: 0;
    }
}


/*#process_category .process_sep-odd{*/
  /*float: left;*/
  /*background-image: url("../images/sep.png");*/
  /*background-repeat: repeat-x;*/
  /*width: 680px;*/
  /*height: 10px;*/
/*}*/
/*#process_category .process_sep-even{*/
  /*display: none;*/
/*}*/

/*#process_category .process_sep_vertical-even{*/
  /*float: left;*/
  /*background-image: url("../images/process_vertical_sep.png");*/
  /*background-repeat: repeat-y;*/
  /*width: 20px;*/
  /*height: 165px;*/
/*}*/
/*#process_category .process_sep_vartical-odd{*/
  /*display: none;*/
/*}*/

/*#process_category .process_category{*/
  /*overflow: hidden;*/
  /*width: 320px;*/
  /*height: 140px;*/
  /*float: left;*/
  /*display: inline; *//*IE6 BUGS */
  /*overflow: hidden;*/
  /*margin: 10px 0 20px 0px;*/
/*}*/
/*#process_category .process_category h1{*/
  /*margin: 0;*/
  /*padding: 0px;*/
  /*float: left;*/
  /*width: 140px;*/
  /*height: 140px;*/
  /*overflow: hidden;*/
/*}*/
/*#process_category .process_category h2{*/
  /*margin: 0 0 0 10px;*/
  /*font-size: 15px;*/
  /*padding: 0px;*/
  /*float: left;*/
  /*width: 160px;*/
  /*overflow: hidden;*/
/*}*/
/*#process_category .process_category h2 a{*/
  /*text-decoration: none;*/
/*}*/
/*#process_category .process_category p{*/
  /*margin: 0 0 0 10px;*/
  /*padding: 0px;*/
  /*width: 160px;*/
  /*float: left;*/
  /*overflow: hidden;*/
/*}*/

/*#process_category .process_category h1 a{*/
  /*display: block;*/
  /*width: 140px;*/
  /*height: 140px;*/
/*}*/
/*#process_category .process_category img{*/
  /*width: 138px;*/
  /*height: 138px;*/
  /*border: solid 1px #e7e7e7;*/
  /*vertical-align: top; *//*IE6 IE7 */
/*}*/

