@media only screen and (max-width: 960px) {

	div#wrapper,
	header,
	#header_top,
	footer,
	div#content {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.cbp-af-header .cbp-af-inner { width: 94%; }
	a.logo {
		margin: 38px 0 0 2%;
	}
	
	div.menu {
		width: 24%;
	}
	div.main_content {
		width: 50%;
		margin-left: 1%;
		margin-right: 1%;
		
	}
	#main div.line div.logo img {
		transform: scale(0.8, 0.8);
	}
	
	#main .logoGallery .img img {
		width: 28%;
		margin-right: 8%;
	}
	
	div.service {
		padding-left: 0;
		width: 24%;
	}
	div.service div.image_module {
		width: 100%;
		
	}
	div.service div.image_module div.image_frame {
		/* display: none; */
		background-size: contain;
	}
	div.service div.image_module img{
		width: calc(88% - 15px);
		height: auto;
	}
	footer div.footer_content {
		width: 96%;
		padding: 0 2%;
	}
}

@media only screen and (max-width: 650px) {
	div.menu { 
		display: none;
	}
	
	div#content,
	header {
		width: 96%;
		padding: 0 2%;
		position: relative;
	}
	a.logo {
		margin: 38px 0 0 0;
	}
	a.logo img{
		width: 100%;
	}
	
	#main div.line div.logo {
		display: none;
	}
	#main div.line {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	
	button#showRightPush {
		background-image: url("mobile_menu.png");
		background-position: center center;
		background-repeat: no-repeat;
		display: block;
		height: 34px;
		position: absolute;
		right: 4%;
		top: 23px;
		width: 38px;
		z-index: 140;
		border: 0;
		background-color: transparent;
		cursor: pointer;
	}
	
	div#mobile_menu {
/* 		background-color: #ffffff;
		height: auto;
		padding-bottom: 30px;
		padding-left: 30px;
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		z-index: 139; */
		
	}
	ul.level1mobile {
		float: left;
		list-style: none outside none;
		margin: 27px 0 10px;
		width: 100%;
	}
	
	ul.level1mobile li {
		border-bottom: 1px dotted #000;
		float: left;
		width: 90%;
		padding: 10px 5%;
		
	}
	ul.level1mobile li:first-child {
		border-top: 1px dotted #000;
	}
	ul.level1mobile li a {
		color: #000000;
		display: block;		
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;
		
		text-decoration: none;
		text-align: right;
	}
	ul.level1mobile li ul.level2mobile {
		float: right;
		list-style: none outside none;
		margin: 0 3%;
		width: 90%;
	}	
	ul.level2mobile li {
		border-bottom: none;
		padding-bottom: 4px;
		padding-top: 4px;
	}
	ul.level1mobile li ul.level2mobile li a {
		color: #000000;
		display: block;		
		font-size: 16px;
		font-weight: normal;
		line-height: 24px;		
		text-decoration: none;		
	}
	/* div.metalinks {
		margin: 65px 0 20px 0;
	} */
	div.metalinks {
		display: none;
	}
	div.main_content {
		width: 100%;
		margin: 0;
	}
	div.service {
		width: auto;
		margin: 0;
	}
	
	div.service div.image_module {
		width: auto;
	}
	
	
	#main .peopleGallery .img .item { width:47%; float: left; margin: 0 3% 22px 0;}
	#main .peopleGallery .img .item.even { margin-right: 0; margin-left: 3%; }
	
}
@media only screen and (max-width: 480px) {
	header {
		height: 70px;
	}
	a.logo {
		display: none;		
	}
	a.logo_mobile {
		float: left;
		margin: 20px 0 0 0px;
		display: block;	
	}
	/* a.logo_mobile img{
		width: 60%;
	} */
	
	div#mobile_menu {
		width: 100%;
	}
	
	
	
	
	div.main_content h1 {
		font-size: 26px;
		line-height: 26px;
	}
	
	footer {
		height: auto;
	}
	footer div.footer_content div.col2,
	footer div.footer_content div.col1,
	footer div.footer_content div.sociallinks {
		float: left;
		width: 96%;
		margin: 10px 2%;		
		text-align: left;
		
	}
	a.tw, a.fb, a.in, a.insta, a.gplus {
		margin-left: 0;
		margin-right: 10px;
	}

	
	
	div.contact table th, 
	div.contact table td, 
	div.contact table td.error,
	div.contact table td + td, 
	div.contact table td.error + td, 
	div.contact table td + td.error, 
	div.contact table td.error + td.error {
		display: inline-block;
		width: 96%;
		margin: 2% 0;
		padding: 2% 0;
	}
	div.contact table td.radio {
		margin: 2% 0;
		padding: 2% 0;
	}
	
	input[type=text],
	textarea {
		width: 98%;
	}
	
	input[type=submit] { 
		margin-left: 0;
		margin-bottom: 20px;
	}
	
}

@media only screen and (max-width: 350px) {
	#main div.buttons_area a.button {
		margin: 38px 0 4px 1%;
		width: 90%;
	}
	
}
