@media screen and (max-width: 1070px) {
	/* GLOBALS */
	input, textarea {
		 -webkit-appearance: none;
		 border-radius: 0 !important;
	}
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	.page-title {
		margin-bottom: 40px;
	}
	.threecol .col, .twocol .col {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.field { width: 100%; margin: 0 0 20px;}
	.field.half { width: 100%; margin: 0 0 20px; }
	.field.third { width: 100%; margin: 0 0 20px; }
	.field label { margin: 0; }
	.field textarea { width: 90%; }

	/* STRUCTURE */
	#content {
		padding-top: 54px;
	}
	
	/* HEADER */
	#header .page-title {
		text-align: center;
		font-size: 20px;
		color: #fff;
		margin: 0;
		line-height: 54px;
		height: 54px;
		overflow: hidden;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 54px;
		z-index: 10;
		background: #3a3a3a;
		transition: left .3s;
		-moz-transition: left .3s;
		-webkit-transition: left .3s;
	}
		#header.open {
			left: 270px;
			transition: left .3s;
			-moz-transition: left .3s;
			-webkit-transition: left .3s;
		}
		#nav-toggle {
			position: absolute;
			top: auto;
			margin-top: 0;
			width: 59px;
			height: 54px;
			right: -54px;
			line-height: 54px;
		}
			#nav-toggle.open {
				left: 0;
			}
		#social {
			position: absolute;
			right: 0;
			top: 0;
		}
			#social-toggle {
				border-left: 1px solid #555;
			}
			#social-buttons	{
				height: 0;
				right: 0;
				top: 55px;
				width: 59px;
			}
			#social-buttons.open {
				width: 59px;
				height: 413px;
			}
				#social-buttons-inner {
					width: 59px;
				}
				#social-buttons-inner > a {
					margin-bottom: 1px;
				}

	/* FULLSCREEN SLIDER */
	.slide-info {
		top: 30%;
		left: 10%;
		width: 80%;
	}



	/* AJAX SLIDER */
	#ajax-nav {
		position: relative;
		float: right;
	}
	.ajax-content, .ajax-content-new {
		margin-top: 90px;
	}

	/* CONTACT */
	#contact-content > div {
		width: auto;
		float: none;
	}

	/* BLOG */
	.single-post #content {
		width: 80%;
	}
	#post-body {
		padding: 20px;
	}
	.comment {
		margin-left: 0 !important;
	}
		.comment-avatar {
			display: none;
		}
		.comment-meta, .comment-content {
			margin-left: 0;
		}
		.comment .children {
			margin: 20px 0 0 0 !important;
		}
		#reply-title small {
			display: block;
			float: none;
			margin-top: 5px;
		}

	/* PORTFOLIO */
	#filter-nav {
		position: relative;
		right: auto;
		top: auto;
	}
	.portfolio-item {
		width: 100%;
	}
	#portfolio-item-info {
		width: 80%;
		left: 10%;
	}
	
}

@media screen and (max-width: 480px) {
/* PROJECT SLIDER */
	.project-group.show {
		position: relative;
	}
	.project {
		width: 100%;
		top: 0;
	}

	.member-title {
		float: none;
		display: block;
	}
}