.contact-item {
  position: relative;
  padding-left: 44px;
  color: #444;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.contact-item a {
  color: #444;
  text-decoration: none;
}
.contact-item a:hover {
  color: #000;
  text-decoration: none;
}
.ci-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  left: 3px;
  color: #fff;
  text-align: center;
  line-height: 23px;
}
.ci-icon:before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #111111;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ci-icon i,
.ci-icon span {
  position: relative;
}
.ci-title {
  margin-bottom: 1px;
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-family: Dosis, Arial, sans-serif;
}
.ci-text {
  font-size: 15px;
  font-weight: 300;
}
.features-item {
  padding: 15px;
  text-align: center;
  background-size: cover;
}
.features-icon {
  font-size: 48px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}
.features-title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.features-descr {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
}
.alt-features-descr {
  margin-top: 70px;
  line-height: 1.86;
}
.alt-features-item {
  margin-top: 70px;
}
.alt-features-item .icon {
  font-size: 48px;
  color: #111111;
}
.alt-features-item h3 {
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.features-3 {
  line-height: 1.86;
  font-weight: 300;
}
.features-3 h3 {
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.features-3 .features-title {
  color: #777777;
  letter-spacing: 0.2em;
  margin-bottom: 1.3em;
}
.features-3 .fa,
.features-3 .icon {
  padding-top: 10px;
  font-size: 48px;
  line-height: 1.3;
  color: #111111;
}
.features-3 .work-full-detail h3 {
  padding-top: 0;
}
.features-3 .work-full-detail p {
  font-size: 11px;
  padding: 4px 0;
  margin: 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.features-3 .work-full-detail p + p {
  border-top: 0;
}
.features-3 .work-full-detail p b,
.features-3 .work-full-detail p strong {
  width: 100px;
  display: inline-block;
}
.fontawesome-icon-list {
  margin-bottom: 30px;
}
.fa-hover a {
  display: block;
  line-height: 24px;
  padding: 5px 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.fa-hover a .fa {
  padding-right: 10px;
  margin-right: 7px;
  border-right: 1px solid #eee;
  font-size: 18px;
}
.et-examples {
  color: #555;
  margin-left: 1px;
  vertical-align: middle;
}
.et-examples .box1 {
  display: block;
  width: 33%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}
@media only screen and (max-width: 1024px) {
  .et-examples .box1 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .et-examples .box1 {
    width: 100%;
  }
}
.et-examples .box1:hover {
  background: #f8f8f8;
  color: #111;
}
.et-examples .box1 > span {
  display: inline-block;
  margin-right: 5px;
  min-width: 70px;
  min-height: 70px;
  border-right: 1px solid #f1f1f1;
  line-height: 70px;
  text-align: center;
  font-size: 32px;
}
.vm-service {
  margin: 60px 0 0 0;
  position: relative;
  padding-left: 55px;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 300;
  color: #999999;
}
.vm-service .service-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  color: #111111;
}
.vm-service h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.alert {
  margin: 0 auto 10px;
  padding: 14px 20px;
  border: 1px solid #ddd;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.success {
  border-color: #c7e6c7;
  color: #5cb85c;
}
.info {
  border-color: #daf1f8;
  color: #5bc0de;
}
.notice {
  border-color: #fceedb;
  color: #f0ad4e;
}
.error {
  border-color: #f5bebe;
  color: #e13939;
}