/* Enter Your Custom CSS Here */
/* Accordion Styles */
.accordion {
    border-bottom: 1px solid #993300;
    margin-bottom: 20px;
}
.accordion-title {
    border: 1px solid #993300;
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;
    color: #993300;
}
.accordion-title:hover {
   background-color: #993300;
   color: #EEE;
}
.accordion-title.open:hover {
   background-color: #993300;
   color: #EEE;
}
.accordion-title:first-child {
  border: none;
    border-top: 1px solid #993300;
    margin: 0;
    cursor: pointer;
    color: #993300;

}
.accordion-title.open {
  cursor: default;
    border-top: 1px solid #993300;
    margin: 0;
    cursor: pointer;
    background-color: #993300;
    color: #EEE;
}
.accordion-content {padding-bottom: 10px;}

.one_half, .one_half_last {
  text-align:center !important;
}
.one_half img {
   padding:1px !important;
   border:1px solid #888 !important;
   transition: transform .5s;
}
.one_half img:hover {
   transform: scale(1.1);
}

.one_half_last img {
   padding:1px !important;
   border:1px solid #888 !important;
   transition: transform .5s;
}
.one_half_last img:hover {
   transform: scale(1.1);
}

.lcp_catlist {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
  }

.home-ani {
/*background: url(img/Gene.png);
color:#ecf2f9;*/
text-align:center;
-webkit-animation:scroll 20s infinite linear;
}
