body {
  font-family: 'PT Sans', san-serif;
  margin: 0;
  padding: 0;
  line-height: 150%;
}

h1{
  line-height: 100%;
}

input, textarea {
  width: 100%;
  padding: 5px;
  margin-bottom:10px;
}

label {
  text-transform: uppercase;
  padding-bottom: 5px;
  display: inline-block;
}

.button {
  background: #FFA41C;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

a.button {
  color: black;
  text-decoration: none;
}

a.button:hover {
  color: black;
  text-decoration: none;
}

#spinner {
  display: none;
  font-weight: bold;
}

#success, #error {
  display:none;
  font-weight: bold;
}

#success {
  color:green;
}

#error {
  color:red;
}

.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.col {
  display: flex;
  flex-direction: column;
}

.product .row {
  align-items: flex-start;
}

#header {
  margin-bottom: 30px;
  border-bottom: #ccc solid 1px;
  padding: 20px 0;
}

.header-contact{
  text-align: right;
}

.header-phone {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.image-thumbs img {
  width: 30px;
  border: #ccc solid 1px;
  margin: 10px;
  padding: 5px;
  cursor: pointer;
}

.image-full {
  width: 300px;
  text-align: center;
}

.product-details {
  flex: 2;
}

.product-details .button {
  margin: 20px 0;
  display: inline-block;
}

.price span {
  color: red;
  font-size: 20px;
}

.price-detail {
  font-style: italic;
  color: #29a6cc;
}

#video {
  padding: 0 0 50px 0;
}

#video .container {
  max-width: 700px;
  margin: 0 auto;
}

video {
  max-width: 100%;
}

#contact {
  margin-bottom: 30px;
}

#contact-info p {
  padding-left: 50px;
}

#contact .row {
  justify-content: flex-start;
  align-items: flex-start;
}

#contact-info h3 i {
  color: #bb141a;
  width: 50px;
  text-align: center;
  font-size: 30px;
}

#form-wrapper {
  width: 50%;
  margin-right: 30px;
}

#footer {
  background: #333;
  color: #ccc;
  text-align: center;
  padding: 30px 0;
}

.grecaptcha-badge {
  display:none;
}

#recaptcha-disclaimer {
  font-size: 10px;
  color: #aaa;
}

#recaptcha-disclaimer a {
  color: #aaa;
}

#request1, #request2, #request3 {
  /* visibility: hidden; */
  display:none;
}

#return-home {
  display: none;
}


@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 980px) {
  
  
}

@media only screen and (max-width: 767px) {
  
 .product .row {
  flex-direction: column;
 }

 #contact .row {
   flex-direction: column;
 }

 .product .col {
   flex-direction: unset;
 }

 #header .row {
  flex-direction: column;
 }

 #logo {
   width: 250px;
   margin-bottom:20px;
 }

 .header-contact{
  text-align: center;
  }

  .image-thumbs img {
    width: 30px;
    border: #ccc solid 1px;
    margin: 2px;
    padding: 5px;
  }

  .image-full {
    margin: 0;
  }

  #form-wrapper {
    width: 100%;
    margin-right: 0;
  }

}

@media only screen and (max-width: 580px) {

}

@media only screen and (max-width: 444px) {


}