/* 2. Variable
----------------*/
/*Demo Style
==============*/
.title-name {
  margin-top: 50px;
  color: #2a2f33;
  font-size: 26px;
}
.short-codes,
.features {
  margin: 50px 0px;
}
.title-h3 {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.p-text {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
}
.demo-short-code-li {
  width: 100%;
}
.short-code-title {
  text-align: center;
  font-size: 18px;
  margin: 15px 0px;
}
.short-code-link {
  background: #fff none repeat scroll 0 0;
  margin: 30px 0px 5px;
  padding: 10px;
  text-align: center;
  border: 1px solid #dddddd;
  transition: all 0.4s ease 0s;
}
.short-code-link:hover,
.short-code-link:focus,
.short-code-link.active {
  background: #2a2f33;
  color: #ffffff;
}
.fearure-wrap {
  background: #fff;
  border: 1px solid #ddd;
  margin-top: 30px;
  text-align: center;
  padding: 0px 15px;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -moz-transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -ms-transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  -o-transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
  transition: all 500ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
}
.fearure-wrap:hover {
  box-shadow: rgba(0, 0, 0, 0.7) 0 0px 0px 80px inset;
  border: 1px solid transparent;
  color: #fff;
}
.fearure-wrap i {
  font-size: 42px;
  padding: 20px 0;
}
.fearure-wrap h3 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
}
