/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navbar-nav{
		background:#fff;
		opacity:1;
		padding:10px 0 10px 0;
	}
	
	.nav-item{
		text-align:center;
		padding-top:5px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.cc-approach-wrapper{
		padding-bottom:0px;
	}
	
	.cc-work-method{
		border-right:none;
		border-bottom:1px dashed #b1b1b1;
	}
	.cc-work-method:last-child{
		border-right:none;
		border-bottom:none;
	}
	
	.cc-work-method-row:last-child{
		border-bottom:none;
	}
	
	.cc-work-wrapper{
		padding-bottom:100px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
	}
	
	#project_images{
		padding-bottom:100px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
	}
	#project_section2{
		padding-bottom:50px;
		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}