@charset "utf-8";
/* CSS Document */

/******	Resets ******/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

/****** General styles ******/

body {
	font: 16px Arial, sans-serif;
	margin: 0 auto;
	padding: 24px 0;
	width: 896px;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

/****** Navigation ******/

#header{
	display: block;
	float: left;
	height: 65px auto;
	min-height: 65px;
	padding-top: 20px;
	position:fixed;
	width: 252px;
}

#header p{
	padding: 0 0 0 12px;
	text-align:center;
}

#header span{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 252px;
}

#banner{
	display: block;
	height: 30px;
	min-height: 30px;
}

#logo{
	margin: 0 auto;
	position: relative;
	top: -10px;
}

#logo img {
	width: 252px;
}

#menu {
	clear: both;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding-bottom: 12px;
}

#menu div{
	flex: 1;
	padding: 6px 24px;
	text-align: right;
}

#menu .social {
	display: flex;
	flex: 1;
	align-items: flex-end;
	justify-content: flex-end;
}

#menu .social div {
	padding: 0;
	text-align: center;
	width: 24px;
}

#menu .social img {
	height: 24px;
	width: 24px;
}

#arrow {
	height: 32px;
	position: absolute;
	top: 96px;
	left: -96px;
	min-height: 32px;
	width: 32px;
	z-index: 10;
}

/****** Content ******/

#content{
	clear: none;
	float:right;
	width: 620px;
	margin: 0;
}

#about_div p{
	margin: 0 0 24px 0;
}

#latest{
	display: block;
	margin: 0 0 24px 0;
	width: 620px;
}

#latest img{
	width: 620px;
}

#latest ul {
	list-style: none
}

#latest li {
	margin: 0 0 24px 0;
}

.caption{
  color: #444;
  font-size: 14px;
  font-style: italic;
  margin: -12px 0 24px 0;
  text-align: right;
}

#portfolio{
	padding: 0px 0px;
}

#portfolio ul{
	list-style:none;
}

#portfolio li{
	float:left;
	height: 180px;
	font-size: 12px;
	margin: 12px;
	text-align: center;
	width: 180px;
}

#portfolio li.hero {
	height: 292px;
	margin: 14px;
	width: 582px;
}

#portfolio li.hero img {
	width: 582px;
}

#portfolio li img {
	width: 175px;
}

#content h1, #content h2{
	clear:both;
}

#portfolio p{
	padding: 24px 0;
}

#portfolio li p {
	padding: 0;
}

.featured {
	text-align:center;
	width: 620px;
}

#services_div p{
	padding: 24px;
}

#services_div h3{
	border-bottom: 1px solid #999;
	padding: 0 48px;
}

#services_div ul{
	margin: 0 0 48px 0;
	padding: 12px 48px;
}

#contact_div {
	height: 800px auto;
	min-height: 800px;
}

.link ul, #portfolio .link ul{
	list-style: none;
	margin: 24px 0 0 0;
	padding: 0;
}

.link li, #portfolio .link li{
	border-bottom: 1px solid #999;
	clear:both;
	float: none;
	height: 60px;
	margin: 0;
	padding: 24px 0;
	text-align: right;
	width: 620px;
}

.link img, #portfolio .link img{
	float:left;
	width: 32px;
}

#portfolio .link img{
	margin-left: 12px;
}

/****** Footer ******/

#footer{
	clear:both;
	height: 48px auto;
	min-height: 48px;
	border-top: 4px double #8c90ad;
}

/****** Responsive design courtesy of Less Framework! ******/

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	body {
		background: #fff;
		padding: 48px 28px 60px;
		width: 712px;
	}

	#header{
		float: none;
		margin-bottom: 24px;
		padding-bottom: 12px;
		position: relative;
		width: 712px;
	}

	#header span{
		display: none;
		width: 0;
	}

	#header p{
		padding: 0 24px;
		text-align: right;
	}

	#logo {
		padding: 0 24px;
	}

	#menu {
		flex-direction: row;
		align-items: center;
	}

	#menu div{
		font-size: 16px;
		padding-right: 32px;
	}

	#arrow {
		background: transparent;
	}

	#content{
		clear: both;
		width: 712px;
	}

	.featured{
		width: 712px;
	}

	#latest img, .featured img{
		margin: 0 46px;
	}

	#tagline {
		text-align: center;
	}

	#portfolio ul{
		padding: 0 48px 0 48px;
	}

	#contact_div li, .link li, #portfolio .link li{
		width: 712px;
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {

	body {
		background: #fff;
		padding: 12px 0;
		width: 320px;
	}

	#header{
		float: none;
		position: relative;
		width: 320px;
	}

	#logo{
		padding: 0 34px;
	}

	#menu{
		background: transparent;
		padding: 0;
	}

	#menu div{
		background: #d8daee;
		font-size: 18px;
		margin: 2px;
		padding: 12px 0;
		text-align: center;
		height: 32px;
	}

	#arrow {
		background: transparent;
	}

	#content{
		clear:both;
		float: none;
		margin: 0 34px;
		padding: 0;
		width: 252px;
	}

	#latest, .featured {
		width: 252px;
	}

	#latest img, .featured img{
		height: 162px;
		width: 252px;
	}

	#services_div p{
		padding: 12px;
	}

	#services_div h3{
		padding: 0 24px;
	}

	#services_div ul{
		margin: 0 0 24px 0;
		padding: 12px 24px;
	}

	.link li, #portfolio .link li{
		font-size: 12px;
		width: 252px;
	}

	#footer{
		margin: 0 auto;
		width: 252px;
	}

	#footer ul{
		padding: 24px 0;
	}

	#footer li{
		float: none;
		list-style: none;
		padding: 0;
		text-align:center;
		width: 252px;
	}

	#portfolio li.hero, #portfolio li.hero img{
		height: 88px;
		width: 175px;
	}

}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	body {
		width: 480px;
	}

	#header {
		width: 480px;
	}

	#content{
		margin: 0 22px;
		padding: 0;
		width: 436px;
	}

	#latest, .featured {
		width: 436px;
	}

	#latest img, .featured img{
		height: 281px;
		width: 436px;
	}

	.link li, #portfolio .link li{
		width: 436px;
	}

	#portfolio li.hero, #portfolio li.hero img{
		width: 378px;
	}

}