.benefits {
  padding: 0 0 50px 0;
}
.main-business {
  max-width: 350px;
  height: 250px;
  overflow: hidden;
  margin: auto;
  position: relative;
  transition: all, .8s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.main-business:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.main-business .label {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15%;
  border-radius: 0;
  background-color: #000000;
  color: #fff;
  font-size: 1.8em;
  opacity: .5;
  font-weight: 100;
}
.main-business__desc {
  font-size: 1.2em;
  font-weight: 100;
  text-shadow: 1px 1px 1px #efefef;
  text-align: center;
  padding-top: 10px;
}
.main-nav ul {
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}
.main-nav li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  .main-nav li {
    display: block;
  }
}
.main-nav li a {
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .main-nav li a {
    font-size: 16px;
  }
}
.main-nav li a:hover {
  color: #ff6600;
}
.hero {
  margin: auto;
}
.hero:before,
.hero:after {
  content: " ";
  display: table;
}
.hero:after {
  clear: both;
}
.theme-default .nivo-controlNav {
  padding: 0;
  margin-top: 20px;
}
.theme-light.slider-wrapper {
  padding: 0;
}
.content {
  min-height: 200px;
  font-size: 16px;
  line-height: 28px;
}
.section-banner img {
  width: 100%;
}
.thumbs .thumb {
  float: left;
  width: 18%;
  margin: 20px 0 0 20px;
  overflow: hidden;
  height: 104px;
}
@media only screen and (max-width: 480px) {
  .thumbs .thumb {
    width: 40%;
  }
}
.thumbs .thumb img {
  width: 100%;
}
.thumbs h3 {
  margin-left: 15px;
}
.row--ref {
  margin-top: 30px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 10px;
}
.ref {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  float: left;
  width: 50%;
  transition: all, .4s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
@media only screen and (max-width: 480px) {
  .ref {
    width: 100%;
  }
}
.ref:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.values p {
  font-size: 18px;
}
.header {
  background-color: #000;
  padding: 20px 0 10px;
}
.hero {
  width: 100%;
}
.hero img {
  max-width: 100%;
}
.section-header {
  font-size: 42px;
  font-weight: 100;
  border-bottom: 1px solid #cecece;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.map {
  min-height: 400px;
  margin-top: 30px;
}
.footer {
  margin-top: 30px;
  padding-top: 30px;
  min-height: 200px;
  width: 100%;
  background-color: #000;
  color: #fff;
}
.footer .address {
  text-align: right;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.footer .copy {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 30px;
  color: #cecece;
}
.footer a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}
.footer a:hover {
  color: #ff6600;
}
