.outer {
    margin: 0 auto;
    max-width: 800px;
  }
  #big .item {
    background: #ec6e46;
    /* padding: 120px 0px; */
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
  }
  #thumbs .item {
    background: #c9c9c9;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  #thumbs .item h1 {
    font-size: 18px;
  }
  #thumbs .current .item {
    background: #ff5722;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
  }
  #big.owl-theme {
    position: relative;
  }
  #big.owl-theme .owl-next,
  #big.owl-theme .owl-prev {
    background: #333;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
  }
  #big.owl-theme .owl-prev {
    display: none;
    left: 10px;
  }
  #big.owl-theme .owl-next {
    display: none;
    right: 10px;
  }
  #thumbs.owl-theme .owl-next,
  #thumbs.owl-theme .owl-prev {
    background: #333;
    display: none;
  }
  
  input {
    width: 100%;
    margin-top: 10px !important;
    padding: 10px ;
    border: 1px solid #000;
}
.submit {
  display: block;
  margin: 20px 0;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  background-color: #42A0DD;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #2C81BA;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}