.text-shadow {
   text-shadow: 0px 0px 4px #000;
}

.text-dark {
   color: #222 !important;
}

.semi-bold {
  font-weight: 400;
}

.text-center {
  text-align: center !important;
}

.feature {
  margin-bottom: 24px;
}

.feature-6 i {
  display: block;
  width: 60px;
  height: 60px;
  border: 0px;
  text-align: center;
  font-size:30px;
  line-height: 60px;
  color: #bbcf00;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.feature-6.filled-primary i {
  background: #bbcf00;
  color: #fff;
}

.feature-6.filled-secondary i {
  background: #6f3877;
  color: #fff;
}

/*.menu li a {
  text-transform: none;
}*/

.feature-6 {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .feature-6 {
    min-height: 160px;
  }
}
.feature-6 .left,
.feature-6 .right {
  display: inline-block;
  float: left;
}
.feature-6 .left {
  width: 30%;
}
.feature-6 .right {
  width: 70%;
}
.feature-6 i {
  color: #47b475;
}








.feature-subsidiaries img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

/*.feature-subsidiaries i:hover,
.feature-subsidiaries.filled i {
  background: #bbcf00;
  color: #fff;
}*/

.feature-subsidiaries {
  overflow: hidden;
  margin-bottom: 40px !important; 
}

.feature-subsidiaries .left,
.feature-subsidiaries .right {
  display: inline-block;
  float: left;
}
.feature-subsidiaries .left {
  width: 20%;
}
.feature-subsidiaries .right {
  width: 80%;
}

.feature-subsidiaries h6 {
  font-size: 16px;
  line-height: 18px !important;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-subsidiaries p {
  font-size: 14px;
  line-height: 17px !important; 
}

.feature-subsidiaries a:hover {
  color: #bbcf00;
}


ul.bullets {
  padding-left: 15px;
}

ul.bullets li {
  list-style-position: outside;
}

.table-availability-calendar,
.table-availability-calendar > thead > tr > th,
.table-availability-calendar > tbody > tr > th,
.table-availability-calendar > tfoot > tr > th,
.table-availability-calendar > thead > tr > td,
.table-availability-calendar > tbody > tr > td,
.table-availability-calendar > tfoot > tr > td {
  border: 2px solid #fff;
  border-color: #fff !important;
}

ul.color-secondary {
  color: #6f3877;
}

ul.color-secondary li span{
  color: #333;
}

td {
  background-clip: padding-box;
  text-align: center;
  font-size: 14px;
  vertical-align:middle !important;
}

.tab-content.garlic img {
  margin-top: 100px;
}

.tab-content.onion img {
  margin-top: 150px;
}
