#hero {
	background: url(../img/hero-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}


li.borderless {
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 0 none;    
}

.section-description-left {
  text-align: left;
  margin-bottom: 40px;
}

#team .member {
  text-align: left;
  margin-bottom: 20px;
}

#team .member h4 {
  margin-top: 6px;
	font-weight: 700;
  margin-bottom: 6px;
}

#team p {
  line-height: 20px;
  margin: 0 0 10px 0;
}

#team .member .affiliates img {
  max-width: 100%;
  height: 100px;
  width: 130px;
}

#testimonials .quote {
    background: #e8e8e8;
}

#testimonials .profile {
    text-align: right;
}

.zoom {
  padding: 50px;
  transition: transform .2s;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(3); 
  -webkit-transform: scale(3);
  transform: scale(3); 
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
}


#header {
  background: #000000;
  padding: 20px 0;
  height: 90px;
}


.is-sticky #header {
  background: rgba(0, 0, 0, 1);
}


#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

@media (max-width: 1000px) {
  #header {
    height: 80px;
  }
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 60px;
  }
}

#herocon img{
  display: block;
  padding: 10;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}


