.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact h4 {
  padding: 0;
  font-size: 18px;
color: rgba(255, 102, 0, 1);
  text-transform: uppercase;
  margin:14px 0 15px 0;
}
.formsItem{ float:left;}
.contact .infox,
.contact form {
  float: left;

}
.contact .infox {
  font-size: 13px;
  width: 360px;
  float:left;
}
.contact form {

  font-size: 14px;
}
.contact form label {
  display: block;
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
}
.contact form .submit {
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
background: rgba(255, 102, 0, 1);
  transition: all .3s linear;
  border: 0;
  float: right;
  margin: 9px;
}
.contact form .submit:hover {
  background: #ff8533;
}

.contact textarea { 
    resize: none; 
}
.txtInfo{ width:100%; clear:both; margin-top:10px;}
.firstInput{ margin-top:20px;}
.contact .input-group {
  float: left;
  margin-bottom: 20px;
}
.contact .input-group input {
  padding: 10px;
  border: 1px solid #333;
  transition: all .3s linear;
  outline: none;
  width: 310px; /* SZEROKOŚC INPUT */

}
.contact .input-group input.last {
  margin-right: 0;
}
.contact .input-group input:focus {
  border-color: #999;
}
.contact .text-group {
  margin-top: 20px;
  *zoom: 1;
}
.contact .text-group:before,
.contact .text-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact .text-group:after {
  /* clear: both; */
}
.contact .text-group textarea {
  font-family: Arial;
  width: 638px;
  padding: 10px;
  transition: all .3s linear;
  outline: none;
  border: 1px solid #333;
}
.contact .text-group textarea:focus {
  border-color: #999;
}
.contact .text-group {
  /* clear: both; */
  *zoom: 1;
}
.contact .text-group:before,
.contact .text-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact .text-group:after {
  /* clear: both; */
}
