/* BASIC css start */
.farm_list { width: 100%; margin-top: 50px; text-align: center;}
.farm_list > ul > li { display: inline-block;  background: #ffffff; width: calc( 25% - 15px ); margin: 0px 15px 15px 0;  }
.farm_list > ul > li { -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.farm_list > ul > li:nth-child(4n) { margin-right: 0px; }
.farm_list > ul > li a { display: block; padding: 12px 0px; color: #000000;  font-size: 16px; border: 1px solid #dfdfdf; border-radius: 5px; }
.farm_list > ul > li a { -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.farm_list > ul > li:hover a { background: #0468cc; border: 1px solid #0468cc; }
.farm_list > ul > li:hover a { color: #ffffff; }

/* BASIC css end */

