.page-banner.float_l {
    background-image: url('../images/page-banner.jpg');
    background-size: cover;
    margin: 0 0 50px 0;
}
.page-title.float_l {
    font-size: 84px;
    line-height: 114px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 260px 0 205px 0;
    text-align: center;
}
.contact-left, .contact-right {
    float: left;
    margin: 55px 0 95px 0;
}
.contact-left {
    width: 64%;
}
.contact-right {
    width: 36%;
    padding: 0 0 0 2%;
}
.contact-map img, .contact-form label, .contact-form input, .contact-form textarea {
    float: left;
}
.form-heading.float_l, .add-heading.float_l, .work-heading.float_l {
    color: #F1AB29;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 0 10px 0;
}
.contact-form.float_l {
    margin: 50px 0 0 0;
}
.contact-form label {
    width: 100%;
    font-size: 16px;
}
.contact-form input[type="text"], .contact-form textarea {
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 18px;
    color: #555;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    width: 100%;
    margin: 0 0 20px 0;
}
.contact-form textarea {
    height: 160px;
}
.contact-add .simple-text {
    line-height: 40px;
}
.contact-add a.direction, .contact-form input.form-btn {
    font-size: 16px;
    line-height: 24px;
    color: #030303;
    border: 1px solid #5c5c5c;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 3px;
    margin: 5px 0 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact-add a.direction:hover, .contact-form input.form-btn:hover {
    background-color: #f1ab29;
    border: 1px solid #f1ab29;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.working-hours.float_l {
    text-align: center;
    margin: 60px 0 0 0;
}
.work-hour div {
    float: left;
    width: 33.33%;
    margin: 10px 0;
}
.work-hour.float_l {
    margin: 25px 0 0 0;
}
.contact-form input.form-btn {
    cursor: pointer;
    background-color: #fff;
}











@media screen and (max-width: 1200px) {
	.page-title.float_l {
	  font-size: 60px;
	  line-height: 80px;
	  padding: 200px 0 160px;
	}
	.page-banner.float_l {
	  margin: 0 0 30px;
	}
	.form-heading.float_l, .add-heading.float_l, .work-heading.float_l {
	  font-size: 30px;
	  line-height: 44px;
	  padding: 20px 0;
	}
}
@media screen and (max-width: 990px) {
	.page-title.float_l {
	  font-size: 46px;
	  line-height: 64px;
	  padding: 100px 0 90px;
	}
	.work-hour.float_l {
	  font-size: 16px;
	}
	.contact-left, .contact-right {
	  margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.contact-left, .contact-right {
	  width: 100%;
	}
	.contact-form.float_l {
	  margin: 20px 0 0;
	}
	.contact-right {
	  padding: 20px 0 0;
	}
	.form-heading.float_l, .add-heading.float_l, .work-heading.float_l {
	  font-size: 26px;
	  line-height: 40px;
	  padding: 5px 0;
	}
	.contact-right {
	  padding: 35px 0;
	}
	.working-hours.float_l {
	  margin: 30px 0 0;
	  text-align: left;
	}
	.work-hour.float_l {
	  margin: 0;
	}
}