/*CONTACT PANEL WITH FORM*/

.contact-us{
	background-image: url('../img/formularz.jpg');
	background-position: center;
	background-size: cover;
	/* margin-top: 80px; */
	text-align: center;
    padding-bottom: 40px;
    padding-top: 30px;
}

.contact-us h4 {
    color: #fff;
}

.contact-us h3{
    margin-top: 40px;
    margin-bottom: 30px;
    color: #fff !important;
}

.contact-us form .row > .col-xs-12 > * > input, .contact-us textarea{
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.85) !important;
}

.contact-details span{
	padding: 12px;
	float: right;
	/*border: 2px solid #e57512;
    color: #e57512;*/
    color: #fff;
	margin-bottom: 5px;
	font-size: 15px;
}

.contact-details h3{
	margin-top: 0px;
	margin-bottom: 20px;
	text-decoration: underline;
}

.contact-details h4{
	text-align: left;
}

.contact-details .row:first-child h4{
	text-align: center;
	margin-bottom: 20px;
}

.contact-details > div:last-child h4{
	margin-bottom: 30px;
}

.contact-details h3{
    text-decoration: none;
    margin-top: 40px;
}

.contact-details h4{
    color: #fff;
}

button[type="submit"]{
    float: right;
    color: #fff !important;
    background-color: #e57512 !important;
    width: 100;

}
