@media (max-width: 991px){	
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
	  display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none !important;
		padding: 0;
		margin: 0;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	#top-menu.collapse.in {
		right: 0;
	}
	#top-menu{
		padding: 0;
		margin: 0;
		position: fixed;
		right: -100%;
		bottom: 0;
		top: 70px;
		left: auto;
		z-index: 1000;
		width: 230px;
		overflow-y: auto;
		padding-bottom: 30px;		
		border: 0;
		box-shadow: none;
		background-color: rgba(0,0,0,0.9);
	}
	#top-menu .navbar-nav>li{
		display: block;
	}	
	#top-menu .navbar-nav>li>a{
		color: #fff;
		padding: 10px;
		height: auto;
	}
	#top-menu .nav .open>a:focus, 
	#top-menu .navbar-nav>li>a:focus{
		background-color: #65655c;
		color: #fff;
	}	
	#top-menu .navbar-nav>li>a{
		height: auto !important;
		padding: 10px !important;
	}
	#top-menu .dropdown-menu{
		padding-left: 0;
		background-color: transparent;
		position: static;
		float: none;
	}
	#top-menu .dropdown:hover > .dropdown-menu{
		display: none !important;
	}
	#top-menu .dropdown.open > .dropdown-menu{
		display: block !important;
	}
	#top-menu .dropdown-menu a{
		font-size: 14px;
	}
	#header-bar{
		top: 0;
		background-color: rgba(255,255,255,0.9);
	}
	#header-bar>div{
		height: 61px;
	}
	#header-bar .company-logo{
		top: 10px;
	}	
	#header-bar .company-logo img{
		max-height: 45px;
	}
	/* BOOTSTRAP */
	.container{
		width: 100%;
	}	
	.page-desc{
		font-size: 20px;
		line-height: 26px;
	}
	.page-desc h2{
		font-size: 38px;
	}
	#banner{
		min-height: 500px;
	}
	#banner h1{
		font-size: 50px;
	}
	#homepage .homepage-content{
		background-size: 280px auto;
	}
	#homepage #text-slide{
		font-size: 70px;
		margin-bottom: 40px;
	}
	#assignments-page.detail h2{
		font-size: 28px;
	}
}
@media (min-height:767px) and (orientation:portrait){	
	#homepage .homepage-content{
		bottom: 25%;
	}
}
@media (max-width: 767px){	
	body{
		font-size: 16px;
		line-height: 28px;
	}
	.mgt50{
		margin-top: 30px;
	}
	.mgt70{
		margin-top: 50px;
	}
	.text-lg {
		font-size: 20px;
		line-height: 24px;
	}
	.text-x-lg{
		font-size: 24px;
		line-height: 26px;
	}
	.page-desc{
		font-size: 16px;
		line-height: 22px;
	}
	.page-desc h2{
		font-size: 32px;
	}
	.page-desc p,
	.testimonial p{	
		padding: 0;
	}
	.testimonial p{
		font-size: 17px;
		line-height: 24px;
	}
	.testimonial .name{
		font-size: 15px;
		line-height: 20px;
	}
	/* FOOTER */
	#footer-bar{
		padding-top: 10px;
	}
	#footer-bar .row>div{
		padding-top: 0;
		font-size: 13px;
	}
	#footer-bar .social{
		text-align: left;
	}
	#footer-bar .social a{
		margin-top: 5px;
		margin-left: 5px;
		width: 30px;
		height: 30px;
		background-size: auto 18px;
	}
	#footer-bar .social a.email{
		line-height: 30px;
	}	
	/* BANNER */
	#banner{
		min-height: 450px;
		margin-bottom: 40px;
	}	
	#banner h1{
		font-size: 45px;
		line-height: 40px;
	}	
	/* HOMEPAGE */
	#homepage .homepage-content{
		background-size: 230px auto;
	}
	#homepage .blocks>div{
		margin-bottom: 10px;
	}
	#homepage .item a{
		min-height: 70px;
	}
	#homepage div.desc h3{
		font-size: 35px;
	}
	#homepage #text-slide{
		font-size: 55px;
		margin-top: 10px;
		margin-bottom: 25px;
	}
	#homepage div.desc h3.l3{
		text-align: left;
	}
	/* EXPERIENCE */
	#experience-page .img{
		border: 1px solid rgba(0,0,0,0.05);
	}	
	/* OVERVIEW */
	#overview-page .desc{
		margin-top: 40px;
	}
	/* TEAM */
	#team-page h2.team-name{
		font-size: 32px;
	}
	#team-page.detail .content h1.name, 
	#team-page.detail .content h2.position,
	#team-page.detail .socials,
	#team-page.detail .info{
		text-align: center;
	}
	#team-page.detail .socials{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#team-page.detail .socials:before{
		left: 50%;
		margin-left: -65px;
	}
	#team-page.detail .info div.img {
		margin-bottom: 20px;
	}
	#team-page.detail .info div.img img {
		max-width: 25%;
		min-width: 135px;
	}
	#team-page.detail .hl{
		padding-top: 40px;
	}
	#team-page.detail .content h1.name{
		font-size: 30px;
	}
	#team-page.detail .content h2.position{
		font-size: 22px;
	}	
	/* CONTACT */
	#contact-us-page .map{
		margin-top: 50px;
	}
	#contact-us-page li{
		font-size: 22px;
	}
	#contact-us-page .info h3:after{
		width: 100%;
		height: 5px;
	}
	#contact-us-page .info{
		font-size: 20px;
	}
	/* UNIQUE CHARACTERISTICS */
	#unique-characteristics-page #main-content .row>div:last-child{
		margin-top: 30px;
	}
	/* OVERVIEW */
	#overview-page .text-x-lg{
		font-size: 22px;
	}
	#overview-page .desc{
		font-size: 19px;
	}
	/* EXPERIENCE */
	#experience-page .other-testimonial .testimonial p{
		font-size: 16px;
	}
	/* ASSIGNMENTS */
	#assignments-page .members {
		margin-top: 50px;
	}
	#assignments-page .members .item h2{
		font-size: 22px;
	}
	#assignments-page .filter{
		overflow: hidden;
	}	
	#assignments-page .filter span{
		margin-right: 0;
		width: 20%;
		box-sizing: border-box;
		float: left;
		padding-left: 1px;
	}
	/*
	#assignments-page .filter span.discipline{
		padding-left: 0;
	}
	*/
	#assignments-page .filter span.discipline,
	#assignments-page .filter span.job_titles{
		width: 40%;
	}
	#assignments-page .filter span.show-by{
		display: none;
	}
	#assignments-page .filter select{
		width: 100%;
		max-width: 100%;
		border-width: 3px;
		font-size: 21px;
		height: 50px;
	}
	#assignments-page .filter span.show-all{
		height: 63px;
		line-height: 50px;
		padding: 0 5px;
	}
	#assignments-page.detail h2{
		font-size: 24px;
		margin-bottom: 30px;
	}
	#assignments-page.detail .item{
		padding-left: 0;
	}
	#assignments-page.detail .item>div.lb{
		position: static;
		width: 100%;
	}
	#assignments-page .sub-data span.position{
		margin-right: 30px;
	}
}

@media (max-width:480px){
	body{
		font-size: 14px;
		line-height: 26px;
	}	
	.mgt70{
		margin-top: 30px;
	}
	#header-bar .company-logo{
		top: 10px;
	}
	#header-bar .company-logo img{
		height: 50px;
	}
	#footer-bar .social a{
		width: 25px;
		height: 25px;
		background-size: auto 15px;
	}
	.text-lg {
		font-size: 20px;
		line-height: 25px;
	}
	.text-x-lg{
		font-size: 24px;
		line-height: 26px;
	}
	.page-desc{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 25px;
	}	
	.page-desc h2{
		font-size: 25px;
		margin-bottom: 10px;
	}
	h2.head-line span{
		font-size: 24px;
		margin: 25px 0;
		height: 60px;
	}
	h2.head-line span:after{
		margin-top: 10px;
	}
	.back-link a{
		font-size: 13px;
	}
	.testimonial p{
		font-size: 16px;
		line-height: 22px;
	}
	.testimonial .name {
		line-height: 17px;
		font-size: 13px;
	}
	/* BANNER */
	#banner{
		min-height: 400px;
	}	
	#banner h1{
		font-size: 40px;
		line-height: 42px;
	}
	#banner h1 span:after{
		height: 7px;
	}
	/* HOMEPAGE */
	#homepage .homepage-content{
		background-size: 200px auto;
	}
	#homepage .blocks>div{
		margin-bottom: 0;
		padding: 5px;
	}
	#homepage .item a{
		min-height: 60px;
		font-size: 17px;
	}
	#homepage div.desc h3{
		font-size: 26px;
	}
	#homepage #text-slide{
		font-size: 43px;
		margin-bottom: 15px;
	}
	#homepage div.desc h3.l3{
		font-size: 18px;
	}
	/* TEAM */
	#experience-page .listing .logos,
	#team-page .listing .content {
		padding: 2px 4px;
	}
	#experience-page .logos > div, 
	#team-page .content > div{
		padding: 3px;
	}
	#experience-page .logos>div{
		margin-bottom: 2px;
	}	
	/* SERVICE */
	#services-page .short-info{
		margin: 0 0 25px 0;
	}
	#services-page .head-line {
		margin-top: 20px;
		margin-bottom: 0;
	}
	/* TEAM */
	#team-page.detail #main-content{
		margin-top: 40px;
	}
	#team-page h2.team-name{
		font-size: 25px;
		margin-bottom: 10px;
	}
	#team-page.detail .content h1.name{
		font-size: 24px;
	}
	#team-page.detail .content h2.position{
		font-size: 19px;
	}
	/* CONTACT */
	#contact-us-page li{
		font-size: 20px;
	}
	#contact-us-page li:after{
		width: 10px;
		height: 10px;
	}
	#contact-us-page .info h3{
		font-size: 18px;
	}
	#services-page .info h3,
	#execution-process-page h3,
	#unique-characteristics-page h3{
		font-size: 18px;
	}
	/* OVERVIEW */
	#overview-page .text-x-lg{
		font-size: 19px;
	}
	#overview-page .desc{
		font-size: 16px;
		margin-top: 30px;
	}
	/* EXPERIENCE */
	#experience-page .other-testimonial .testimonial p{
		font-size: 14px;
	}
	/* ASSIGNMENTS */
	#assignments-page .members {
		margin-top: 50px;
	}
	#assignments-page .members .item h2{
		font-size: 18px;
	}
	#assignments-page .filter select{
		border-width: 2px;
		font-size: 19px;
		height: 45px;
	}
	#assignments-page .filter span.show-all{
		height: 58px;
	}
	#assignments-page.detail h2{
		font-size: 20px;
	}
	#assignments-page .sub-data>span{
		display: block;
	}
	#assignments-page .sub-data span.position{
		margin-right: 0;
	}
}
@media (max-height:480px) and (orientation:landscape){	
	body.homepage{
		padding-top: 120px;
		padding-bottom: 85px;
	}
	#homepage .homepage-content{
		position: relative;
	}
	#homepage .blocks>div{
		margin-bottom: 0;
		padding: 5px;
	}
	#homepage .item a{
		min-height: 60px;
		font-size: 17px;
	}
	#homepage div.desc h3{
		font-size: 26px;
	}
	#homepage #text-slide{
		font-size: 43px;
		margin-bottom: 15px;
	}
	#homepage div.desc h3.l3{
		font-size: 18px;
	}
}