.section-container {
	clear: both;
    display: table;
    width: 100%;
}
.main-wrap {
	width: 960px;
	margin: 0 auto;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.careers-wrap {
	padding-top: 30px;
}
.careers-wrap .sidebar {
	float: left;
    width: 280px;
}
.career-contbox {
	background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 4px 13px #999;
    padding: 10px 15px 100px;
    position: relative;
    z-index: 1;
}
.career-contbox h4 {
	margin: 15px 0;
	text-transform: uppercase;
    font-size: 13px;
}
.career-contbox p {
	color: #353535;
    font-size: 12px;
    line-height: 18px;
}
.col-main {
		
}
.careers-wrap .col-main {
	float: right;
    width: 680px;	
}

.careers-wrap .career-box {
	
}

.careers-section-2 {
	margin-top: 20px;
}

.col-three-wrap {
	
}

.col-three {
	background: #e9e9e9 none repeat scroll 0 0;
    float: left;
    padding: 4.5%;
    width: 24.333%;
}

.col-three.light {
	background: #f4f4f4 none repeat scroll 0 0;
}

.col-three.last {
	
}

.col-imgbox {
	margin-bottom: 30px;
    text-align: center;
}

.col-imgbox img {
	
}

.col-contbox {
	margin-bottom: 15px;
}

.col-contbox p {
	color: #353535;
    font-size: 13px;
    line-height: 18px;
	font-style:italic;
}

.col-auther {
	
}

.col-auther p {
	color: #353535;
    font-size: 13px;
    line-height: 18px;
	text-transform:uppercase;
}

.pp-formwrap {
	display:none;
	
	/*-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	*/
}

.pp-formwrap.show {

}

.map-wrap {
	
}

.contact-wrapper .map-wrap {
	pointer-events: none;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border-radius:0px;
	box-shadow: none;	
}

.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	border:none;
	box-shadow:none;
	background:#ffffff;	
}

.pp-inner {
	/*width:70%;
	margin:0 auto;*/	
}

.proj-planner .form-grid {
    margin: 60px 0 0;
    width: auto;
}

.form-overlay {
	background: rgba(0, 0, 0, 0.97) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    width: 100%;	
}

.proj-planner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: table;
    height: 100%;
    left: 50%;
    margin: 0 auto 0 -35%;
    position: absolute;
    z-index: 99999999999999;
    top: 0;
    width: 70%;
}

.popup-close{
	color: #ffffff;
    cursor: pointer;
    z-index: 9999999999999;
    position: absolute;
    right: 30px;
    top: 20px;
    width: 50px;
    height: 40px;
}

.popup-close img{
	max-width: 100%;
}

.popup-close i {
	font-size: 40px;
}

.popup-form-btn {
	margin-top: 20px;	
}

.popup-form-btn input {
	background: #d23030 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 200;
    height: 36px;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center;
}

.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type="submit"]:hover {
	background: #d23030 none repeat scroll 0 0;
	border:inherit;
	color: #ffffff;	
}

.proj-planner .form-grid textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    min-height: 300px;
    padding: 10px 0 0 15px;
    width: 100%;
}

a:focus {
    outline: medium none;
}

.footer-container .footer-wrapper ul li.info-3.info-2 a {
	display: inline;
    font-weight: 100;
    margin: 0;
    text-decoration: none;
    text-transform: lowercase;
}

.footer-container .footer-wrapper ul li.info-3.info-2 a:hover {
	text-decoration:underline;	
}


.city-wrap .city h2.city-name {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
	line-height: normal;
}

.city-overlay {
	background: rgba(218, 31, 31, 0.8) none repeat scroll 0 0;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.img-wrap:hover .city-overlay {
	opacity:1;
}

.page-head .page-heading h2 {
	text-transform:uppercase;	
}

body.page-template-contact .page-heading .proj-detail li {
    border-right: 1px solid #ffffff;
    display: inline-block;
    margin: 0;
    min-height: 100px;
    padding: 5px 25px;
    text-align: center;
    width: 33%;
    vertical-align: top;
}

body.page-template-contact .page-heading .proj-detail li:last-child {
	border-right:0px;	
}

body.page-template-contact .page-heading h2.office {
	padding-top: 90px;
    text-transform: capitalize;
}

.page-head .page-heading {
	left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);	
}

.page-head .page-heading span {
	display:inline-block;
	float:none;	
}

.page-head .page-heading p {
	float:none;	
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
	.section-container {
		display:block;	
	}
	.careers-wrap {
		width: 100%;
	}

	.page-head .page-heading .proj-detail span.proj-plan{
		font-size: 13px;
	}

	body.page-template-contact #main .page-heading h2{
    font-size: 55px;
	}

	body.page-template-contact .page-heading .proj-detail li p{
		font-size: 13px;
	}

	body.page-template-contact .page-heading .proj-detail li{
		padding:4px 15px;
	}

	body.page-template-contact #main .page-heading h2 span.big{
    font-size: 55px;
	}

	.careers-wrap .sidebar {
		width:25%;	
	}
	.careers-wrap .col-main {
		width: 75%;
	}
	
	.page-head .page-heading h2 {
		font-size:50px;	
	}

	body.page-template-contact .page-heading h2 span.big {
		font-size: 50px;
	}

	body.page-template-contact #main .page-heading h3 {
    font-size: 15px;
	}

	body.page-template-contact #main .page-head .page-heading{
		top:46%;
	}

	body.page-template-contact #main .page-heading h3 {
    	font-size: 15px;
	}
	
	.contact-wrapper .contact-form .wpcf7 {
		padding-right:0px;	
	}
	
	.contact-wrapper .map-wrap {
		width: 50%;
	}
	
	.contact-wrapper .contact-form {
		width: 50%;	
	}
	
	.city-wrap {
		margin-top:20px;	
	}
	
	body.page-template-contact .page-heading {
		padding-bottom: 50px;	
	}
}



@media only screen and (min-width: 768px) and (max-width: 950px) {

body.page-template-contact #main .page-head .page-heading{
	    transform: translate(-4%, -50%);
    left: 16%;
}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {
	.section-container {
		display:block;	
	}
	.careers-wrap {
		width: 100%;
	}

	body.page-template-contact #main .page-head .page-heading {
    transform: translate(-22%, -55%);
    left: 30%;
}

body.page-template-contact #main .page-heading h2{
	font-size: 50px;
}
	.careers-wrap .sidebar {
		width:100%;	
	}
	.careers-wrap .col-main {
		width: 100%;
	}  
	.col-three {
		width:91%;
		text-align: center;	
	}
	.wpawc_accordion h3 {
		margin-left: 20px;	
	}
	[data-accordion] [data-control] {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.accor-contwrap {
		padding: 20px 15px 20px 20px;
	}
	.page-head .page-heading {
		
	}
	.page-head .page-heading h2 {
		font-size:36px;
	}
	.page-head .page-heading .career-head {
		margin-left: 40px;	
	}
	.contact-wrapper .map-wrap {
		width:100%;
	}
	.contact-wrapper .contact-form {
		width:100%;
	}
	.contact-wrapper .contact-form .wpcf7 {
		padding:0 40px 50px 40px;	
	}
	.contact-wrapper .contact-form input {
		width:90%;
		padding:0 5%;	
	}
	.contact-wrapper .contact-form textarea {
		width:90%;
		padding:10px 5%;	
	}
	body.page-id-19 .page-head img {
		min-height:500px;	
	}
	
	.proj-planner h2 {
		font-size: 36px;
		margin: 0 auto 20px;
	}
	
	.proj-planner p.large {
		width:100%;
		font-size: 20px;			
		margin-bottom:10px;
	}
	
	.proj-planner .form-grid {
		margin-top:30px;	
	}
	
	.proj-planner .form-grid input {
		color: #ffffff;
    	font-size: 16px;
   	 	height: auto;
    	padding: 5%;
    	width: 90%;
	}
	
	.proj-planner .form-grid textarea {
		color: #ffffff;
		font-size: 16px;
		height: 46px;
		padding: 5%;
		width: 90%;
	}
	
	.proj-planner .form-grid span.wpcf7-list-item-label {
		font-size: 14px;
	    padding: 6px 15px;	
	}
	
	.city-wrap {
		margin-top:20px;	
	}
	
	.city-wrap .city {
		width:100%;	
	}
	
	body.page-template-contact .page-heading {
		padding-bottom: 0;	
	}
	
	body.page-template-contact .page-heading .proj-detail li {
		width:33.33%;
		float:left;	
		margin: 0;
	}

	body.page-template-contact .page-heading .proj-detail li {
    width: 94%;
    padding: 15px 3% 20px 3%;
        border: 0;
}
	
	.city-overlay {
		background:none;	
	}
	
	body.page-template-contact .page-heading span {
		display:none;	
	}
	
}


@media only screen and (min-width: 230px) and (max-width: 479px) {
	.section-container {
		display:block;	
	}
	.careers-wrap {
		width: 100%;
	}
	.careers-wrap .sidebar {
		width:100%;	
	}
	.careers-wrap .col-main {
		width: 100%;
	}  
	.col-three {
		width:91%;
		text-align: center;	
	}
	.wpawc_accordion h3 {
		margin-left: 20px;	
	}
	[data-accordion] [data-control] {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	.accor-contwrap {
		padding: 20px 15px 20px 20px;
	}
	.page-head .page-heading {
		
	}
	.page-head .page-heading h2 {
		font-size:24px;
	}
	.page-head .page-heading .career-head {
		display:none;	
	}
	.page-head .page-heading .proj-detail {
		padding-top:80px;	
	}
	.contact-wrapper .map-wrap {
		width:100%;
	}
	.contact-wrapper .contact-form {
		width:100%;
	}
	.contact-wrapper .contact-form .wpcf7 {
		padding:0 40px 50px 40px;	
	}
	.contact-wrapper .contact-form input {
		width:90%;
		padding:0 5%;	
	}
	.contact-wrapper .contact-form textarea {
		width:90%;
		padding:10px 5%;	
	}
	.page-head .page-heading span {
		display:none;	
	}
	body.page-id-19 .page-head img {
		min-height:300px;	
	}
	.page-head .page-heading .proj-detail span {
		display:block;
	}
	
	.proj-planner h2 {
		font-size: 36px;
		margin: 0 auto 20px;
	}


	
	.proj-planner p.large {
		width:100%;
		font-size: 20px;			
		margin-bottom:10px;
	}
	
	.proj-planner .form-grid {
		margin-top:30px;	
	}
	
	.proj-planner .form-grid input {
		color: #ffffff;
    	font-size: 16px;
   	 	height: auto;
    	padding: 5%;
    	width: 90%;
	}
	
	.proj-planner .form-grid textarea {
		color: #ffffff;
		font-size: 16px;
		padding: 5%;
		width: 90%;
		min-height:150px;
	}
	
	.proj-planner .form-grid span.wpcf7-list-item-label {
		font-size: 14px;
	    padding: 6px 15px;	
	}
	
	.proj-planner {
		margin: 0 auto 0 -45%;
		width: 90%;
	}
	
	.city-wrap {
		margin-top:20px;	
	}
	
	.city-wrap .city {
		width:100%;	
	}
	
	body.page-template-contact .page-heading {
		padding-bottom:20px;	
	}
	
	body.page-template-contact .page-heading .proj-detail li {
		width:100%;
		float:none;
		margin: 0 0 10px 0;
	}


	body.page-template-contact #main .page-head .page-heading {
    transform: translate(-22%, -50%);
    left: 30%;
}

body.page-template-contact #main .page-heading h2{
	font-size: 50px;
}

body.page-template-contact .page-heading .proj-detail li {
    width: 94%;
    padding: 15px 3% 20px 3%;
        border: 0;
}
	
	.city-overlay {
		background:none;	
	}
	
	body.page-template-contact .page-heading span {
		display:none;	
	}
	
	
}
