@media (max-width: 885px) {
	#header .align {
		height: auto;
		padding: 10px 15px 10px 10px;
		text-align: left;
	}
	
	#header img {
		display: block;
		width: 100% !important;
	}
	
	#content .align {
		padding: 0px;
	}
	
	#mob_menu {
		border-top: 1px solid #052856;
		display: block;
		color: #00B0EA;
		font-size: 16px;	
		padding: 10px 15px 5px 15px;
	}
	
	#mob_menu img {
		width: 30px;
		margin-right: 5px;
		position: relative;
		vertical-align: middle;
		top: -3px;
	}
	
	#nav {
		border-top: 1px solid #052856;
		border-bottom: 0;
		display: none;
		position: relative;
		left: 0;
		width: auto;
		padding: 5px 15px 5px 15px;
	}
	
	#nav ul li {
		color: #052856;
		margin-bottom: 3px;
		padding-left: 40px;
	}
	
	#nav ul li div {
		display: none;
	}
	
	#port {
		margin-left: 0px;
		background: transparent;
		color: rgb(93, 92, 92);
	}
	
	#port > .left, #port > .right {
		width: auto !important;
		display: block !important;
		padding: 0 !important;
	}
	
	#port h1 {
		background-color: #00B0EA;;
		color: white;
		padding: 10px 15px 10px 15px;
		display: block;
		margin-bottom: 15px !important;
		margin-top: 0px;
		box-shadow: none;
		max-width: none;
		position: relative;
		left: 0 !important;
	}
	
	#port ul, #port p {
		padding: 0px 15px 0px 15px;
	}
	
	#footer .align {
		border-top: 1px solid #052856;
		padding: 15px;
	}

	/* HOME */
	
	#port.home .mob_home_menu {
		display: block;
		padding: 10px 0px 0px 0px;
	}
	
	#port.home .mob_home_menu li {
		padding: 10px 15px 10px 15px;
		background-color: #052856;
		color: white;
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	/* ABOUT */
	
	#port.about > .right {
		display: none !important;
	}
	
	/* OUR WORK */
	
	#port.our_work > .left {
		display: none !important;
	}
	
	#port.our_work .grid {
		position: relative;
		left: 0px;
		padding-bottom: 15px;
	}
	
	#port.our_work .grid p {
		display: none;
	}
	
	#port.our_work .grid .cell {
		width: 50%;
		padding: 0;
		border: 2px solid white;
		position: relative;
	}
	
	#port.our_work .grid .cell:nth-of-type(odd) {
		border-left: 0;
	}
	
	#port.our_work .grid .cell:nth-of-type(even) {
		border-right: 0;
	}

	#port.our_work .grid .cell div {
		bottom: 0px;
		left: 0px; 
		right: 0px;
	}
	
	/* GALLERY */
	
	#port.gallery .gallery_container {
		padding: 0px;
		width: 100%;
	}
	
	#port.gallery .cycle-slideshow {
		top: 0; right: 0; bottom: 0; left: 0;
		box-shadow: none;
	}
	
	#port.gallery .back {
		text-align: left;
		margin-bottom: 15px;
		padding: 0;
	}
	
	#port.gallery .button {
		display: block;
		padding: 10px 15px 5px 15px !important;
		background-color: #00B0EA;
		color: white;
		font-size: 13px;
		padding: 5px;
		box-shadow: none;
	}
	
	#port.gallery h2 {
		background-color: rgb(5, 40, 86);
		padding: 10px 10px 5px 15px;
		font-size: 13px;
		color: white;
		font-weight: normal;
	}


	/* CONTACT */
	
	#port.contact .map {
		box-shadow: none;
		padding: 0px 15px 15px 15px;
	}
	
	
	
	.mobile {
		display: block !important;
	}
	
	.desktop {
		display: none !important;
	}
	
	
}