@media (min-width: 1500px){	
}
@media (min-width: 1201px){	
}
@media (max-width: 1200px){
	#join-team h2{
		font-size: 55px;
	}
}
@media (min-width: 992px){
	#about-us-page .col-md-2{
		width: 20%;
	}
}
@media (max-width: 991px){
	
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		position: relative;
		z-index: 1;
		top: 0;
	}
	.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: 20px 0 0 0;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}	
	h3.title{	
		font-size: 28px;
	}
	.md-mgt{
		margin-top: 70px;
	}
	#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: 220px;
		overflow-y: auto;
		padding-bottom: 30px;		
		border: 0;
		background-color: rgba(56,179,72,1);
	}
	#top-menu .nav .open>a, 
	#top-menu .nav .open>a:hover, 
	#top-menu .navbar-nav>li>a:hover{
		color: #fff !important;
	}
	#top-menu .navbar-nav>li{
		display: block;
		padding: 0;
		border-bottom: 1px solid #3dc14e;
	}	
	#top-menu .navbar-nav>li>a{
		color: #fff !important;
		padding: 7px 10px;
		height: auto;
	}
	#top-menu .navbar-nav>li>a:active,
	#top-menu .navbar-nav>li>a:focus{
		color: #fff;
		background-color: rgba(0,0,0,0.1);
	}
	#top-menu .dropdown-menu{
		padding-left: 0;
		background-color: transparent;
		position: static;
		float: none;
		box-shadow: none;
	}
	#top-menu .dropdown-menu a{
		padding-left: 25px;
		max-width: 100%;
		color: #fff !important;
	}
	#top-menu .dropdown-menu a:hover{
		color: #fff;
	}
	#top-menu .dropdown-menu li{
		border-bottom: 0;
	}	
	#header-bar{
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 999999;
		height: 70px;
	}	
	#header-bar:after{
		height: 8px;
		bottom: -8px;
	}
	#header-bar.fixed{
		height: 70px;
	}
	#header-bar.fixed #top-menu{
		top: 70px;
	}
	#header-bar .company-logo,
	#header-bar.fixed .company-logo{
		top: 4px;
	}
	#header-bar.fixed .company-logo img,
	#header-bar .company-logo img{
		max-height: 60px;
	}
	#footer-bar{
		padding: 15px 0 15px 0;
	}
	#footer-bar img.logo{
		height: 15px;
		margin-right: 10px;
	}
	.footer.information h3{
		font-size: 22px;
	}
	.footer.information .logo img{
		max-height: 80px;
	}
	/* BANNER */
	.banner {
		min-height: 500px;
	}
	.banner .page-desc .text{
		font-size: 47px;
	}
	.banner .page-desc .desc{
		font-size: 32px;
	}
	.page-description{
		font-size: 22px;
		line-height: 30px;
	}
	/* BOOTSTRAP */
	.container{
		width: 100%;
	}	
	.page-title{
		margin-top: 30px;
		font-size: 35px;
	}
	.page-description {
		font-size: 22px;
		line-height: 30px;
		margin-top: 25px;
		margin-bottom: 50px;
	}
	#enums .num span{
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 50px;
	}
	#join-team h2{
		font-size: 45px;
	}
	#services-box .item .box .wp{
		padding: 25px;
	}
	#services-box .item .box h3{
		font-size: 26px;
	}
	#feature-news{
		padding: 85px 70px;
	}
	#feature-news .box{
		padding: 25px;
	}
	#feature-news .box .title{
		font-size: 27px;
	}
	/* TEAM */
	#our-team-page .item .name {
		font-size: 22px;
		margin-top: 30px;
	}
	#our-team-page .item .position{
		font-size: 16px;
	}
	/* HOME */
	#home-page section h2.title{
		font-size: 33px;
	}
	#home-carousel h1{
		font-size: 62px;
	}
	/* SERVICES */
	#our-services-page .projects h3,
	#our-services-page .map h3{
		font-size: 33px;
	}
	/* ABOUT */
	#about-us-page .commitment h3{
		font-size: 33px;
	}
	/* SUSTAINABILITY */
	#sustainability-page .recycling h3, 
	#sustainability-page .leed h3{
		font-size: 33px;
	}
	#sustainability-page .recycling a{
		font-size: 24px;
	}

@media (max-width: 767px){	
	body{
		font-size: 15px;
	}
	.row.flex.sm-w100{
		display: block;
	}
	.sm-mgt{
		margin-top: 70px;
	}
	.text-lg {
		font-size: 22px;
	}	
	.page-title {
		font-size: 30px;
		line-height: 35px;
		padding: 0;
	}
	h2.title{
		font-size: 32px;
	}
	.btn{
		padding: 7px 12px;
	}
	#footer-bar .row{
		display: block !important;
	}
	#footer-bar .text-right{
		text-align: left !important;
		margin-top: 5px;
	}
	.footer.information h3{
		font-size: 20px;
		margin-top: 50px;
		margin-bottom: 20px;
		padding-bottom: 12px;
	}
	.footer.information .logo img{
		max-height: 70px;
	}
	.footer.information ul.ql li{
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.banner {
		min-height: 450px;
	}
	.banner .page-desc{
		padding: 10px 50px 10px 50px;
	}
	.banner .page-desc .text{
		font-size: 43px;
	}
	.banner .page-desc .desc{
		font-size: 30px;
	}
	.banner .page-desc{
		padding: 10px 15px;
		bottom: 90px;
	}
	#enums .num span{
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 40px;
	}
	#join-team h2{
		font-size: 40px;
	}
	#join-team .bg{
		min-height: auto;
	}
	#join-team .bg .box{
		padding: 70px 15px;
	}
	#feature-news{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0;
	}
	#feature-news .box{
		padding: 20px;
	}
	#feature-news .box .title{
		font-size: 27px;
	}
	#feature-news-nav{
		display: none;
	}
	#services-box .item .box .wp{
		padding: 20px;
	}
	#services-box .item .box h3{
		font-size: 24px;
	}
	/* HOME */
	#home-carousel .item .text{
		position: relative;
		padding-bottom: 70px;
	}
	#home-carousel h1 {
		font-size: 57px;
		padding-top: 150px;
	}
	#home-carousel .desc{
		font-size: 22px;
	}
	#home-page section h2.title{
		font-size: 30px;
	}
	#home-page .quote .quote-icon img{
		max-height: 40px;
	}
	/* TEAM */
	#our-team-page .item{
		padding: 0 10px;
		margin: 25px 0;
	}
	#our-team-page .item .name{
		font-size: 20px;
		margin-bottom: 5px;
	}	
	/* CONTACT */
	#contact-us-page h3.title{
		padding-bottom: 12px;
	}
	#contact-us-page h3:before{
		height: 8px;
	}
	#contact-us-page form{
		margin-top: 0;
	}
	#contact-us-page .form-group{
		margin-bottom: 20px;
	}
	#contact-us-page form .btn{
		font-size: 22px;
	}
	#contact-us-page .content-page{
		margin-top: 0;
	}	
	/* SERVICES */
	#our-services-page .projects h3,
	#our-services-page .map h3{
		font-size: 31px;
	}
	#our-services-page .projects .text,
	#our-services-page .map .text{
		font-size: 22px;
	}
	#our-services-page .projects .bg .box,
	#our-services-page .commitment .bg-img .box{
		padding: 80px 15px;
	}
	/* ABOUT */
	#about-us-page .commitment h3{
		font-size: 31px;
	}
	#about-us-page .commitment .text{
		font-size: 22px;
	}
	#about-us-page .commitment .bg-img .box{
		padding: 80px 15px;
	}
	/* SUSTAINABILITY */
	#sustainability-page .recycling h3, 
	#sustainability-page .leed h3{
		font-size: 31px;
	}
	#sustainability-page .recycling .text{
		font-size: 20px;
	}
	#sustainability-page .recycling a{
		font-size: 21px;
	}
	#sustainability-page ul.ql li{
		padding-top: 2px;
		padding-bottom: 2px;
	}
	/* CAREERS */
	#careers-page section.eliminator h3{
		font-size: 22px;
	}
	#careers-page .v-center .box{
		margin-top: 30px;
	}
}

@media (max-width:575px){
	.page-title {
		font-size: 27px;
	}
	.banner .page-desc .text{
		font-size: 40px;
	}
	.banner .page-desc .desc{
		font-size: 28px;
	}
	#join-team h2{
		font-size: 32px;
	}
	#services-box .item .box .wp {
		padding: 15px;
	}
	#services-box .item .box h3{
		font-size: 22px;
	}
	#feature-news .box{
		padding: 15px;
	}
	#feature-news .box .title{
		font-size: 23px;
	}
	/* TEAM */
	#our-team-page #page-id .content {
		margin-left: -10px;
		margin-right: -10px;
	}
	#our-team-page .item{
		padding: 0 6px;
	}
	#our-team-page .item .name{
		font-size: 18px;
	}
	#our-team-page .item .position{
		font-size: 15px;
	}
	/* CONTACT */
	#contact-us-page form .btn{
		font-size: 20px;
	}
	/* HOME */
	#home-carousel h1 {
		font-size: 50px;
	}
	#home-carousel .desc{
		font-size: 21px;
	}	
	#home-page section h2.title{
		font-size: 28px;
	}
}

@media (max-width:480px){
	body{
		font-size: 15px;
		line-height: 27px;
	}	
	h3.title{
		font-size: 20px;
	}
	/* BANNER */
	.banner{
		min-height: 450px;
	}	
	.banner .page-desc .text{
		font-size: 36px;
	}
	.banner .page-desc .desc {
		font-size: 26px;
	}
	.page-description{
		font-size: 18px;
		line-height: 22px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	a.btn{
		padding: 6px 25px 6px 10px;
		font-size: 14px;
		line-height: 27px;
	}
	a.btn .arr{
		margin-right: 5px;
	}
	#feature-news .box .title{
		font-size: 22px;
	}
	/* HOME */
	#home-carousel h1 {
		font-size: 46px;
	}
	/* CAREERS */
	#careers-page .box-2 h3{
		font-size: 25px;
	}
	#careers-page section.eliminator h3{
		font-size: 20px;
	}
	#careers-page .box-2 p.join{
		font-size: 22px;
	}
}
@media (max-width:475px){	
}
@media (max-width:400px){
}
@media (max-height:480px) and (orientation:landscape){	
}

/* ANIMATED X */
.navbar-toggle .icon-bar {
	width: 26px;
	height: 3px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
	margin-left: 10px;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
	margin-left: 10px;
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;	
	margin-left: 10px;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-left: 0;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left: 0;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-left: 0;
}
/* END ANIMATED X */