
body{
  background-color: #fff;
}

label {
  padding-left: 12px;
  color : #070707;
  font-size: 16px;
}

.container {
  /*max-width: 1280px;
  min-width: 320px;*/
  background-size: contain;
  background-image: url(../img/audi_open.jpg) ; 
  margin: 0 auto;
  background-repeat: no-repeat;

  background-position: 0% -0px; 

}
.container.no-bg{
  background-image: none !important;
}

:focus {
outline: 0;
}

.header-main{
  margin-top : 260px;
}
.header-sec{
  margin-top : 30px;
  width: 100%;
  display: block;

}

.header-main  h1{
  padding-top: 10px;
  font-family: 'AudiTypeExtendedBold';
  font-size: 32px;
  color: #070707;
  text-align: left;
  letter-spacing: 4px;
}
.header-main h2{
  padding-top: 10px;
  font-family: 'AudiTypeExtendedBold';
  font-size: 22px;
  color: #070707;
  text-align: left;
}


.header-sec h2{
  text-align: center !important;
  padding-top: 10px;
  font-family: 'AudiTypeExtendedBold';
  font-size: 22px;
  color: #070707;
  text-align: left;
  line-height : 34px;
}


h1, h2{
  margin : 0 30px;
}

.img-logo{
  padding-top: 5px;
  padding-bottom: 10px;
  float: right;
  max-width: 1280px;
}

.logo{
  padding-right: 30px;
  width: 100%;
  background-color: #000000;
  position: absolute;
}

.headerText{
  font-family: 'AudiTypeExtendedBold';
  font-size: 28px;
  color: #E01736;
  text-align: center;
}

.span-color{
  font-family: 'AudiTypeExtendedBold';
  font-size: 28px;
  color: #fff;
}

.text-sub{
  padding-top: 12px;
  font-family: 'AudiTypeExtendedNormal';
  font-size: 16px;
  color: #ffffff;
  text-align: center;

}

.formbox{
  color: #fff;
  margin: auto 100px;
  max-width: 900px;
}
.form-group  {
  
}

.form-group.left-group{
  padding-left: 0;
}
.form-group.right-group{
  padding-right: 0;
}

.form-group label {
  font-family: 'AudiTypeExtendedBold';
}
.form-group input {
  font-family: 'AudiTypeNormal';
}

.form-control2 {
    margin: 0 auto;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #A7A7AF;
    border: none;
    border-bottom: 2px solid #070707;
    background-color: transparent;
}


.text-sub2{
  font-family: 'AudiTypeNormal';
  margin: 0 0;
  text-align: justify;
  font-size: 10px;
  width: 100%;
  color : #070707;

}

.btnSend{
  font-family: 'AudiTypeExtendedBold';
  font-size: 20px;

  color: #fff;

  padding: 10px  20px;
  background-color: #E01736;

  border : none;


}

.row-skew-both{
  background-color : #333;
  position: relative;
  display: block;
  margin-left: 50%;
left : -160px;
width: 280px;
}
  




.btnSend:hover{
  color: white;
  text-decoration: none;
  opacity: 0.8;
}

.context-send{
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;

}
.text-form{
  padding-bottom: 50px;
}

.form-container{
  position: relative;
  margin: 0   auto;
}

/* -------------------- GENERAL ------------------------*/

.spacer{
  height: 20px;
}
.spacerLg{
  height: 70px;
}


/* ------------------- Media Queries ----------------- */

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    
  }
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .container {
    background-position: 0% 0px;

  }
  

}
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .header-main{
    margin-top : 30px;
  }
  .header-sec{
    margin-top : 30px;
  }

  .container {
    height : 100%;
    background-image: none;
  }
  h1, h2{
    margin : 0 10px;
  }
  .form-group.left-group{
    padding-left: 0;
    padding-right: 0;
  }
  .form-group.right-group{
    padding-right: 0;
    padding-left: 0;
  }

  .formbox{
    margin: auto 0px;
    margin-top : 10px;
  }

  .row-skew-both{
    background-color : #333;
    position: relative;
    display: block;
    margin-left: 50%;
left : -160px;
width: 280px;
  }

}
@media (max-width: 600px) {
  .container {
    background-position: 0% 140px; 
  }
}

@media (max-width: 375px){
  .container {
    background-position: 0% 220px; 
  }
}
@media (max-width: 320px){
  .container {
    background-position: 0% 260px; 
  }
}