a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
}
a:focus {
  outline: none;
  text-decoration: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-family: 14px;
  line-height: auto;
}

.section-padding {
  padding: 70px 0px 100px;
}
.displaTable {
  display: table;
  width: 100%;
  height: 100%;
}
.displayTableCell {
  display: table-cell;
  vertical-align: middle;
}
.preview-header {
  background: url(../img/banner.jpg) no-repeat scroll 0 0 / cover;
  color: #fff;
  text-align: center;
  position: relative;
}
.preview-header:before {
  background:  rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
}

.preview-title {}
  .preview-title h1{
    text-transform: uppercase;
    font-weight: 800;
  }
    .preview-title h1 span{
      color: #ef4836
    }
.preview-title p{}
.preview-title > .link {
  margin-left: -15px;
  margin-top: 30px;
}
  .preview-title > .link a{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px 0px;
    width: 200px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 700;
    font-size: 18px;
  }
  .preview-title > .link a.buy-now {
    background-color: #ef4836;
    border-color: #ef4836;
  }
  .preview-title > .link a:hover {
    background-color: #e44130;
    border-color: #e44130;
  }

.single-preview {
  text-align: center;
}
.single-preview a {
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
}
.single-preview a:hover {
  color: #e44130;
}
.single-demo {
  background-image: url("../img/mock-up.png");
  background-size: 100%;
  max-height: 350px;
  min-height: 350px;
  overflow: hidden;
  padding: 11.6% 16% 9.1%;
  position: relative;
}
.demo-img {
  background-image: url("../img/demo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100% - 32%);
  position: absolute;
  transition: all 10s linear 0s;
  width: calc(100% - 32%);
}

.demo-img:hover {
  background-position: center bottom;
}


.preview-footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0px;
}
.preview-footer p {
  margin-bottom: 0px;
  line-height: 30px;
}
.preview-footer a {
  color: #ef4836;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.preview-footer p > a:hover {
  color: #fff;
}

.social-links {
  text-align: right;
}
.social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #ef4836;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-links a:hover {
  background-color: #ef4836;
  color: #fff;
}
/* Responsive CSS */


@media only screen and (min-width: 992px) and (max-width: 1169px) {

  .single-demo {
    min-height: 295px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .single-demo {
    min-height: 220px;
  }

}
@media only screen and (max-width: 768px) {
  .container {
    width: 300px;
  }
  .single-demo {
    min-height: 170px;
  }

}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .container {
    width: 450px;
  }
  .single-demo {
    min-height: 265px;
  }

}
