
.partner-bar {
  height:auto;  
}


/* ===================================================================
   Slick Slider slick-theme.css also changed 
   =================================================================== */

.localpix {
  max-width:85%;
  background-color: #ddd;
  margin: 0 auto;
}
.sliderimg {
  max-height: 300px; 
}

.slidercaption {
  font-size: small;
  padding-left:10px;
}


.icon-green-circle {
  background-color: #040;
  color: #fff;
  border-radius: 50%;
  border: 0px solid #040;
  paddingx: 2px;
  font-sizex: 10px;
}
  
.greendivide {
  background-color: #AA4;
  width:100%;
  height:40px;
}


/* ==============================
   Social Icon Bar
   ============================== */

/* Style the icon bar links */
.social-icon-bar a {
  display: inline-block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width: 60px;
  height: 60px;
}

/* Style the social media icons with color, if you want */
.social-icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

