.page-homepage .home_cats{
	width:100%;
	 
}

.page-homepage .home_cats .homecat{
	width:23%;  
	float:left;
	margin-right:.5%;
	padding-left:1.5%;
	padding-top:10px;
	
	padding-bottom:10px;
	margin-bottom:5px;	 
	 color:#fff;
	 font-size:12px;
	 text-transform:uppercase;
	 background:#4974BA url('../../img/homebol.png') 95% center no-repeat;
	  
}
.page-homepage .home_cats .homecat:hover{
		 background:#2a3542 url('../../img/homebol.png') 95% center no-repeat;

	}
.svg .page-homepage .home_cats .homecat{ 
	background:#4974BA url('../../img/homebol.svg') 95% center no-repeat;
}

.svg .page-homepage .home_cats .homecat:hover{ 
	background:#2a3542 url('../../img/homebol.svg') 95% center no-repeat;
}
.page-homepage .col_main .col_right>.container{
	margin-top:10px; 
}

.page-homepage .col_main .col_left{
	margin-top:20px;
 }
 .page-homepage .col_main .col_right{
	margin-top:20px;
 }
 
  @media only screen and (max-width:800px){	
  	 .col_main .col_right .container{
 		margin-left:20px;
 		 
	 }
  }

 @media only screen and (max-width:550px){	
	
 
 }
 
 @media only screen and (max-width:1020px){	
	.home_cats{
		display:none;
	}
 
 }