
  #ownerPost .categoryBox{
    width:25%;
    float:left;
    width: 25%;
    height: 450px;
    background: #4c9218;
    float: left;
    background: grey;
	position:relative;
    text-align: center;
  }
#ownerPost ul.listName li:nth-child(odd) {
    float:left;
    width:50%;
    text-align: left;
}
#ownerPost ul.listName li:nth-child(even) {
   float:right;
    width:50%;
    text-align: left;
}
#ownerPost .welcome{
padding-top: 35px;
    background: #f3f3f3;
}
#ownerPost ul.listName li a{

       font-family:DBAdmanX;
color:#000;
}
#ownerPost ul.listName li a:hover {
	color:#b51a00;
	
}

  #ownerPost  .myProducttest{
    width:75%;
    float:left;
  }
   #ownerPost .myProducttest:before,
   #ownerPost .categoryBox:before,
   #ownerPost .myProducttest:after,
   #ownerPost .categoryBox:after,
   .container:before,.container:after{
	  
	  display:table;
	  clear:both;
	  content:"";
  }
  .welcome{
	  padding-top:35px;
  }
  
  div.pageLayout:nth-child(even) #ownerPost .categoryBox {
     float:left;
 }
div.pageLayout:nth-child(odd) #ownerPost .categoryBox {
     float:right;
 }
  @media only screen and (max-width:992px){
	   #ownerPost .categoryBox{
	   width:100%;
	   height:auto;
	   width: 100%;
       height: 270px;
	}
	   #ownerPost .myProducttest{
    width:100%;
 
  }
  #ownerPost ul.listName li,#ownerPost ul.listName li:nth-child(odd),#ownerPost ul.listName li:nth-child(even) {
    float:left;
    width:33.33%;
 
}
  }
    @media only screen and (max-width:420px){
		#ownerPost ul.listName li,#ownerPost ul.listName li:nth-child(odd),#ownerPost ul.listName li:nth-child(even) {
	
    width:50%;
		}
	}
  