/* Mobile Menu */
.menu-mobile {
	z-index:2;
	position:relative;
	display:none;
	margin-top:10px;
	margin-bottom:10px;
}
.menu-mobile img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
	padding-top:10px;
	padding-bottom:10px;
}
.menu-item-w {
	display:none;
	overflow:hidden;
}
.menu-mobile a, .menu-mobile p {
	color: #FFF;
	text-decoration: none;
	font-size: 14px !important;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
}

.menu-item {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
.menu-sub {
	display:none;
	position: relative;
}
.menu-sub a {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	font-weight: normal;
}
.menu-sub a:first-child {
	margin-top:5px;
}


@media screen and (max-width:1025px) {
	#footer p:nth-of-type(1) {
		position: static;
		left: 0px;
		top: 0px;
	}
	#footer h3, #footer p:nth-of-type(2) {
		position: static;
		top: 0px;
		right: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#footer h4, #footer p:nth-of-type(3) {
		position: static;
		left: 0px;
		top: 0px;
	}
	#prev, #next {
		top: 120px;
	}
	#circles {
		position: absolute;
		top: 33px;
		right: -70px;
	}	
	#social {
		left: 33px;
		margin-right:0px;
	}
	#next {
		left: 121px;
	}
	#project-content {
		width:80%;
	}
	.col-w {
		width:668px !important;
	}
	#col-1 {
		width:100% !important;
	}
	#pannel-r {
		width:200px !important;
		z-index:99999999;
	}
	#nav-right {
		height: 390px;
		position: relative;
		left: 20px;
		top: 10px;
		width: 150px;
	}
	#col-2 {
		float:left;
	}
	#footer h3 {
		right: 90px;
	}

	.project-w {
		float: left;
		height: 161px;
		width: 191px;
		margin-right: 20px;
		margin-bottom: 28px;
		overflow: hidden;
	}
	#btn-before, #btn-after, #btn-during {
		right: 0px;;
		z-index:9999999999999999;
	}
	#project-img {
		height: auto;
	}
	.portfolio-imgs img {
		padding-right: 11px;
	}
	#nav-top a:first-child {
		margin-right: 70px;
	}
	#nav-top a:first-child + a {
		margin-right: 80px;
	}
	#nav-top a:first-child + a + a {
		margin-right: 83px;
	}
}

@media screen and (max-width:720px) {
	.press-w {
		grid-template-columns: auto auto;
		justify-content: space-around;
	}
}

@media screen and (max-width:770px) {
	.menu-mobile {
		display:block;
	}

	#logo {
		position: static;
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
	}
	#content, #container {
		width: auto;
	}
	#container {
		height:90px;
	}
	#home-slider {
		width: auto;
		float: none;
		height:auto;
	}
	.cycle-slideshow img {
		width:100%;
		height:auto;
	}
	#circles {
		display:none;
	}
	#pannel-r, #pannel-l, #nav-top {
		display:none;
	}
	#footer h3 {
		position: static;
	}
	#footer h2 {
		position: static;
	}
	#footer h4 {
		position: static;

	}
	#footer {
		text-align:center;
	}
	.col-w {
		width: auto !important;
		height:auto !important;

	}
	.col-wide {
		width: 100% !important;

	}
	.project-w {
		float: none;
		margin-bottom:10px;
		margin-left:auto;
		margin-right:auto;
		width: 80%;
		max-width: 300px;
		height: auto;
	}
	.project-w img {
		width: 100%;
		height: auto;
	}
	.col-wide div:first-child + div + div {
		margin-right: auto;
	}
	#project-content {
		text-align:center;
		padding:0px;
		margin-left:auto;
		margin-right:auto;
		padding-left:15px;
		padding-right:15px;
	}
	#project-img {
		height: auto;
	}
	#project-img a {
		margin-right: 0px;
	}
	#project-slider {
		height: auto;
		width: auto;
	}
	#banner-w {
		height: auto;
	}
	#project-slider img {
		height:auto;
		width: 100%;
	}
	.reveal-modal.large {
		width: 85%;
		left:7px;
		margin-left:0px;
	}
	#col-1 {
		float: none;
		width: auto;
	}
	#btn-before, #btn-after, #btn-during {
		display:none;
	}
	#prev, #next {
		top: 100px;
	}
	.portfolio-imgs {
		width:auto !important;
	}
	.portfolio-imgs img {
		padding-right: 10px;
		width:21%;
		height:auto;
	}
}

@media screen and (max-width:564px) {
	.press-w {
	    grid-template-columns: auto;
	    justify-content: space-around;
	}
}
