.page-title.float_l h2 {
    float: left;
    color: #fff;
    font-family: Lato;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0;
    padding: 115px 0 0 0;
}
.work-with-me.float_l {
    background-color: #fff;
    padding: 40px 0 30px 0;
}
.work-with-left {
    float: left;
    width: 69%;
}
.work-with-form {
    margin: 40px 0;
}
.work-with-form label {
    float: left;
    font-size: 20px;
    font-weight: bold;
    width: 24%;
    color: #557e91;
}
.work-with-form .table-list{width:100%;}
.work-with-form .table-list th{width:190px;}


.work-with-form input[type="text"], .work-with-form textarea {
    float: left;
    font-size: 20px;
    padding: 1px 5px;
    width: 76%;
    margin: 0 0 21px 0;
}
.work-with-form .locations {
    float: left;
    width: 76%;
}
.work-with-form .locations label.add {
    width: 16%;
}
.work-with-form .locations input.add {
    width: 84%;
}
.work-with-form .locations label.city, .work-with-form .locations label.zip {
    width: 10%;
}
.work-with-form .locations input.city,  .work-with-form .locations input.zip {
    width: 40%;
}
.work-with-form .locations label.zip {
    padding: 0 0 0 3%;
}
.work-with-form .time input[type="text"] {
    width: 34%;
}
.work-with-form .time .to {
    float: left;
    width: 8%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #557e91;
}
.work-with-form textarea {
    height: 220px;
}
.work-with-form input.sbmit-btn {
    float: right;
    background-color: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
    font-family: Lato;
    color: #fff;
    margin: 20px 0 0 0;
    padding: 7px 80px;
    cursor: pointer;
    background-color: #477053;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.work-with-form input.sbmit-btn:hover {
    background-color: #6ca37d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.work-with-right {
    float: right;
    width: 28%;
    margin: 148px 0 0 0;
}
.work-with-right img.work-right {
    float: left;
    width: 100%;
    border: 10px solid #a9bfc8;
}
.work-right-box {
    background-color: #e2ecf1;
    margin: 0 0 20px 0;
    padding: 40px 25px;
}
.work-right-box img {
    float: left;
    width: 100%;
}
.work-right-box .email .text, .work-right-box .phone .text {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #557e91;
    padding: 0 10px 0 0;
}
.work-right-box .email a {
    color: #000;
    font-size: 20px;
}
.work-right-box .phone {
    font-size: 20px;
}
.work-right-box .email {
    margin: 28px 0;
}


@media screen and (max-width: 1200px) {
	.work-with-right {
	  margin: 175px 0 0;
	}	
}
@media screen and (max-width: 990px) {
	.work-with-left, .work-with-right {
	  width: 100%;
	}
	.work-with-right {
	  float: left;
	  margin: 30px 0 0;
	  max-width: 350px;
	}
}
@media screen and (max-width: 768px) {
	.work-with-form label, .work-with-form input[type="text"], .work-with-form textarea, .work-with-form .locations, .work-with-form .locations label.add, .work-with-form .locations label.city, .work-with-form .locations label.zip, .work-with-form .locations input.add, .work-with-form .locations input.city, .work-with-form .locations input.zip  {
	  width: 100%;
	}	
	.page-title.float_l h2 {
	    padding: 70px 0 0;
	    font-size: 36px;
	    line-height: 46px;
	}
	.work-with-form .time .to {
	  width: 14%;
	}
	.work-with-form .time input[type="text"] {
	  width: 43%;
	}
	.work-with-form .locations label.zip {
	  padding: 0;
	}
}