
@media screen and (max-width: 990px) {
	
	#home-slideshow {
		float: none;
		width: auto;	
	}
	
	#flowpanes {
		width: 100%;
	}

	#flowpanes div {
		width: 100%;
	}
	
	#home-portfolio {
		width: auto;
	}
	
	#home-sidebar {
		float: none;
		width: auto;
		margin-bottom: 30px;	
	}


	#commissions-main {
		float: none;
		width: auto;
		margin-bottom: 15px;
	}
	
	#commissions-sidebar {
		float: none;
		width: auto;
	}
		
}




@media screen and (max-width: 770px) {

	#home-features ul li .main p {
		font-size: 16px;
		line-height: 20px;
	}
		
	#commissions-sort {
		display: none;
	}
	
	#commissions-sort-mobile {
		display: block;
		background: #B4B4B4;
		border-radius: 12px;
		font-size: 15px;
	}
	
	#commissions-sort-mobile a {
		display: block;
		padding: 10px 0;
		text-transform: uppercase;
		text-align: center;
		border-bottom: 1px solid #FFF;
		cursor: pointer;
	}	
	
	#commissions-sort-mobile a:last-child {
		border-bottom: none;
	}	
		
	#commissions-sort{
		display: none;
	}

	
}


@media screen and (min-width: 701px) {
	
	#nav {
		display: block !important;	
	}
	
}


@media screen and (max-width: 700px) {
	
	#nav-trigger {
		display: block;
		position: absolute;
		top: 50%;
		right: 3%;
		width: 30px;
		height: 30px;
		background: url(/i/nav-menu.png) center center no-repeat;
		background-size: 100% auto;
		cursor: pointer;
	}
	
	#header-main {
		border-bottom: 31px solid #5E5E5E;
	}

	#nav {
		display: none;
		position: absolute;
		z-index: 9999;
		height: auto;
		width: 100%;
		padding-bottom: 30px;
	}
	
	#nav a {
		float: none;
		width: auto;
		margin: 20px;
	}
	
	#nav a#nav-news {
		margin-left: 18px;
	}


	#home-portfolio .scrollable {
		height: 500px;
	}


	#home-portfolio span {
		float: none;
		margin: auto;	
	}
	
	#about-list .item {
		padding-bottom: 20px;
	}
		
	
	#about-list .image {
		width: 25%;
	}
	
	#about-list .image img {
		width: 100%;
		height: auto;
	}
	
	#about-list .text {
		width: 69%;
		padding-right: 5%;
	}	
	
	#footer-links div {
		display: none;	
	}
}

@media screen and (max-width: 600px) {
	
	
	#home-features ul li .main p {
		font-size: 13px;
		line-height: normal;
	}
	
}