#contact_body {
    background-color: rgb(0, 0, 0, 0.5);
    text-align: left;
    padding: 5%;
}
.form-style-heading {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom: 3px;
}
.form-style label {
	display: block;
}
.form-style label > span {
	width: 120px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
	text-align: left;
	padding-left:50px;
	color: #10106F;
}
.form-style span.required {
	color:red;
}
.form-style .tel-number-field {
	width: 40px;
	text-align: center;
}
.form-style .long {
	width: 120px;
}
.form-style input.input-field {
	width: 48%;
}
.form-style input.input-field, .form-style .tel-number-field, .form-style .textarea-field,  .form-style .select-field {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #C2C2C2;
	box-shadow: 1px 1px 4px #EBEBEB;
	-moz-box-shadow: 1px 1px 4px #EBEBEB;
	-webkit-box-shadow: 1px 1px 4px #EBEBEB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 7px;
	outline: none;
}
.form-style .input-field:focus, .form-style .tel-number-field:focus, .form-style .textarea-field:focus, .form-style .select-field:focus {
	border: 1px solid #0C0;
}
.form-style .textarea-field {
	height: 150px;
	width: 48%;
}
.form-style input[type="button"], .form-style input[type="submit"] {
    cursor: pointer;
    float: right;
    padding: 9px;
    background: #ff0000;
    border: 0px solid #1C2922;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-top: -10px;
    width: 125px;
}
.form-style input[type="button"]:hover, .form-style input[type="submit"]:hover {
	color: #1C2922;
	background: #fff;
}
.form-style .success {
    border: none;
    color: #fff;
    text-align: center;
    background-color: rgb(0, 0, 0, 0.5);
    padding: 10px;
}
.form-style .error {
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 20px;
    background: #f00;
}
#inwestycja {
	width: 99%;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	background-color: #F1619D;
	background-image: none;
	border: 1px solid #F1619D;
	margin: 5px;
	float: left;
	font-weight: 100;
 	border:0px !important
}
input[name="inform"] {
	padding: 10px 10px 60px;
}
.pole {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	background-color: rgb(0, 0, 0, 0.2);
	background-image: none;
	border: 1px solid #8c8c8c;
	margin-bottom: 10px;
	float: left;
	font-weight: 100;
}
input[type="radio"] {
	background-color: #ddd;
	background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%), -webkit-linear-gradient(90deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%);
	border-radius: 10px;
	box-shadow: inset 0 1px 1px hsla(0, 0%, 100%, .8), 0 0 0 1px hsla(0, 0%, 0%, .6), 0 2px 3px hsla(0, 0%, 0%, .6), 0 4px 3px hsla(0, 0%, 0%, .4), 0 6px 6px hsla(0, 0%, 0%, .2), 0 10px 6px hsla(0, 0%, 0%, .2);
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin-right: 0px;
	position: relative;
	width: 10px;
	-webkit-appearance: none;
	margin-left: 10px;
	content: '';
}
input[type="radio"]:after {
	content: '';
	display: block;
	height: 4px;
	left: 3px;
	position: relative;
	top: 3px;
	width: 4px;
	border-radius: 100px;
}
input[type="radio"]:checked:after {
	background-color: #1C2922;
	box-shadow: inset 0 0 0 1px hsl(198, 75%, 36%), 0 1px 1px hsla(0, 0%, 100%, .8);
}
.clear {
	clear:both;
}
.podklad {
	background-color: #FCC874;
	margin: 1% 0;
	padding: 5px 0;
}
.rodzaje {
	font-weight: 100;
}
 @media (max-width: 360px) {
.form-style input[type="button"], .form-style input[type="button"], .form-style input[type="submit"], .form-style input[type="submit"] {
 padding: 5px !important;
 text-align: center !important;
 font-size: 14px !important;
 margin: 0 !important;
 width: 50px !important;
}
input[type=checkbox], input[type=radio] {
position: relative;
}
}
 @media (min-width : 361px) and (max-width: 767px) {
.form-style input[type="button"], .form-style input[type="button"], .form-style input[type="submit"], .form-style input[type="submit"] {
 padding: 5px !important;
 text-align: center !important;
 font-size: 14px !important;
 margin: 0 !important;
 width: 80px !important;
 margin-top:10px !important;
}
input[type=checkbox], input[type=radio] {
position: relative;
}
#inwestycja {
margin: 5px 0 0 0;
}
 }
