body {
  font-family: 'Open Sans', sans-serif;
}
.main-header  {
  padding: 15px 0;
  background: #f4f0f0;
}
.main-header .social-icon {
  list-style:none ;
  float: right;
  margin: 15px 0 0 0;
}
.main-header .social-icon li {
  float: left;
  margin: 0 0 0 10px;
}
.main-header .social-icon a {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
}
.main-header .social-icon a.fb {
  background: url(../images/social-sprite.png) left top no-repeat;
}
.main-header .social-icon a.fb:hover {
  background: url(../images/social-sprite.png) left bottom no-repeat;  
}
.main-header .social-icon a.twitter {
  background: url(../images/social-sprite.png) right top no-repeat;
}
.main-header .social-icon a.twitter:hover {
  background: url(../images/social-sprite.png) right bottom no-repeat;  
}
.banner img {
  width: 100%;
}
.mid-content {
  padding: 0;
  text-align: center;
}
.mid-content p {
  font-size: 40px;
  margin: 0;
  padding: 0;
  color: #000;
}
.mid-content p.one {
  margin: 40px 0 40px 0;
}
.row-1 {
  padding-bottom: 50px;
}
.row-1 .cell {
  background: #DE1F2F;
  text-align: center;
  position: relative;
  height: 200px;
}
.row-1 .cell p {
  margin: 0;
  padding: 0;
  font-size: 28px;
  color: #FFF;
  position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
}
.row-1 .cell p span {
  font-size: 40px;
  font-weight:bold;
}
.contact-form {
  padding: 50px 0 70px 0;
}
.contact-form h2 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 0 0 30px 0;
  padding: 0;
}
.contact-form input {
  width: 100%;
  height: 40px;
  margin: 0 0 15px 0;
  padding: 0 15px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #838383;
  font-size: 15px;
  color: #000;
}
.contact-form textarea {
  width: 100%;
  height: 150px;
  resize: vertical;
  padding: 10px 15px 0 15px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #838383;
  font-size: 15px;
  color: #000;
}
.submit-button {
  width: 100px;
  height: 40px;
  background: #DE1F2F;
  border: 0px;
  color: #fff ;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 0 0 0;
}
.submit-button:hover {
  background: #000;
  color: #fff;
}
.contact-form .right {
    font-size: 20px;
    color: #333;
    padding: 65px 0 0 0;
}
.contact-form .right a {
  text-decoration: none;
  color: #333;
}
.contact-form .right a:hover {
  color: #DE1F2F;
}

.google-maps {
  position: relative;
  padding-bottom: 202px;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0px;
}

footer {
  background: #5D5D5D;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  font-size: 14px;
}
.error{
  border: 1px solid #ff0000 !important;   
}
label.error{
    display: none !important;   ;
}