* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: arial;
}

a {
	color: inherit;
	text-decoration: inherit;
}

.align {
	max-width: 1065px;
	margin: 0 auto;
}

#header .align {
	height: 150px;
	padding: 50px 20px 0px 20px;
	text-align: right;
}

#header img {
	max-width: 385px;
}

#content .align {
	position: relative;
	padding: 0px 20px 0px 20px;
}

#nav {
	border-top: 1px solid #00B0EA;
	border-bottom: 1px solid #00B0EA;
	position: absolute;
	top: 0; left: 20px; bottom: 0;
	width: 175px;
	padding-top: 30px;
	z-index: 2;
}

#nav ul li {
	color: #706F6F;
	font-size: 16px;
	margin-bottom: 20px;
}

#nav ul li div {
	background-color: #00B0EA;
	width: 13px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
}

#nav ul li.selected div {
	background-color: #063868;
}

#mob_menu {
	display: none;	
}

#port {
	margin-left: 190px;
	position: relative;
}

#footer .align {
	padding: 20px;
}

#footer p {
	color: #706F6F;
	line-height: 16px;
	font-size: 13px;
}

/* CYCLE */

.gallery_container {
	position: relative;
}

.gallery_container .aspect {
	width: 100%;
}

.gallery_container .arrow {
	width: 30px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	z-index: 2;
	cursor: pointer;
}

.gallery_container .left {
	left: 20px;
}

.gallery_container .right {
	right: 20px;
}

.cycle-slideshow {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
	overflow: hidden;
}

.cycle-slideshow img {
	width: 100%;
}

.cycle-pager {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 500;
}

.cycle-pager span {
	width: 15px;
	height: 12px;
	background-color: #00B0EA;
	color: #00B0EA;
	display: inline-block;
	margin: 5px;
}

.cycle-pager span.cycle-pager-active {
	background-color: white;
	color: white;
}


/* PAGES */

#port {
	font-size: 0px;
	color: white;
	background: #063868;
	background: -moz-linear-gradient(left, #063868 0%, #00b0ea 50%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#063868), color-stop(50%,#00b0ea));
	background: -webkit-linear-gradient(left, #063868 0%,#00b0ea 50%);
	background: -o-linear-gradient(left, #063868 0%,#00b0ea 50%);
	background: -ms-linear-gradient(left, #063868 0%,#00b0ea 50%);
	background: linear-gradient(to right, #063868 0%,#00b0ea 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063868', endColorstr='#00b0ea',GradientType=1 );
}

#port > .left, #port > .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 13px;
	padding: 15px;
}

#port h1 {
	background-color: white;
	color: #00B0EA;
	font-size: 16px;
	padding: 10px 70px 2px 15px;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 15px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.5);
	max-width: 400px;
	position: relative;
	clear: right;
}

#port .left h1 {
	left: -15px;
	margin-top: 0px;
}

#port p, #port ul {
	line-height: 16px;
	margin-bottom: 15px;
	max-width: 400px;
}

#port p a {
	text-decoration: underline;
}

#port ul li {
	font-weight: bold;
	padding: 0px 0px 8px 0px;
}

#port ul li:before {
	content: url('/resources/artwork/square.svg');
	margin-right: 5px;
}

#port ul.no_dots li:before {
	content: '';
	margin-right: 0px;
}

/* #port ul li div {
	background-color: #00B0EA;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
}
 */
/* HOME */

#port.home .mob_home_menu {
	display: none;
	max-width: none;
}

/* ABOUT */

#port.about img {
	border: 5px solid white;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.5);
	width: 100%;
}


/* OUR WORK */

#port.our_work > .left {
	width: 35%;
}

#port.our_work > .right {
	width: 65%;
}

#port.our_work .grid {
	position: relative;
	left: 5px;
	font-size: 0px;
}

#port.our_work .grid p {
	color: white;
	font-size: 13px;
	padding-left: 5px;
}
 
#port.our_work .grid .cell {
	width: 33%;
	padding: 5px 5px 25px 5px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#port.our_work .grid .cell img {
	width: 100%;
}

#port.our_work .grid .cell div {
	background-color: rgb(5, 40, 86);
	padding: 10px 10px 5px 10px;
	position: absolute;
	bottom: 15px;
	left: 5px; 
	right: 5px;
	font-size: 13px;
	color: white;
}

/* OUR WORK > GALLERY */

#port.gallery .gallery_container {
	padding: 15px;
	width: 100%;
}

#port.gallery .cycle-slideshow {
	top: 15px; right: 15px; bottom: 15px; left: 15px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.5);
}

#port.gallery .back {
	text-align: right;
	padding: 0px 15px 10px 0px;
}

#port.gallery .button {
	display: inline-block;
	background-color: rgb(5, 40, 86);
	color: white;
	font-size: 13px;
	padding: 5px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.5);
}


/* CONTACT */

#port.contact > .left {
	width: 35%;
}

#port.contact > .right {
	width: 65%;
}

#port.contact ul {
	padding: 0px 0px 10px 0px;
}

#port.contact ul li {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}

#port.contact ul li img {
	width: 45px;
	margin-right: 15px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.5);
}

#port.contact .map {
	box-shadow: 4px 4px 6px rgba(0,0,0,0.5);
}

#port.contact iframe {
	width: 100% !important;
	height: 450px !important;
}

.mobile {
	display: none !important;
}