/* make browsers include padding and border inside the width */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fbfaf6;
}

a:link, a:active, a:visited {
	color: #414242;
	text-decoration: underline;
}

a:hover {
	color: #3c0;
	text-decoration: none;
}

blockquote {
	color: #666;
	font-size: 1em;
	margin: 0 20px;
}

header a:link, header a:active, header a:visited  {
	text-decoration: none;
	color: #414242;
	font-weight: bold;
	text-decoration: none;
}
header a:hover {
	color: #444;
	text-decoration: none;
}
header {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	/*border-bottom: 1px dotted #ccc;*/
	overflow:hidden;
}
.page-title {
	text-align: center;
	margin: 10px 0 0 0;
	width: 100%;
	font-family: 'Playfair Display', serif;
	font-style: normal;
	/*font-weight: 400;*/
	font-size: 46px;
	line-height: 1.1;
}
.page-sub-title {
	text-align: center;
	margin: 0;
	font-size: 1.2em;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ee857d;
}
/* Portfolio List ***************************************************/


.list {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	float: none;
	text-align: center;
}
.list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: left;
}
.list li {
	float: left;
	width: 47.5%;
}
.list li:nth-child(2n+1) {
	margin-right: 5%;
}
img.feature-img {
	max-width: 100%;
}
.list .single {
	text-align: center;
	margin: 25px 0;
}
.list .info {
	padding: 0;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
.item-title {
	font-size: .7em;
	line-height: 1.1em;
	font-family: 'Nunito', sans-serif;
}
.item-desc {
	font-style: italic;
	color: #aaa;
	display: block;
}
.list a:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


/* social icons ***************************************************/

.social-container {
	visibility: hidden;
	position: absolute;
	/*position: relative;*/
	width: 242px;
	/*background-color: #eee;*/
	/*overflow: hidden;*/
}
.social-container ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
.social-container a {
	display: inline-block;
	width: 51px;
	height: 52px;
	/*border: 1px solid #ccc;*/
}
ul#socialigation li {
	display: inline-block;
	margin: 0 3px;
}
li.link-linkedin a {
	background: url("/images/icons_social.png");
	background-position: 0 0;
	-webkit-background-size: 260px 140px;
}
 @media screen and (-webkit-device-pixel-ratio: 2) {
li.link-linkedin a {
	background: url("/images/icons_social@2x.png");
	background-position: 0 88px;
}
}
li.link-linkedin a:hover {
	background: url("/images/icons_social.png");
	background-position: 0 88px;
	-webkit-background-size: 260px 140px;
}
 @media screen and (-webkit-device-pixel-ratio: 2) {
li.link-linkedin a:hover {
	background: url("/images/icons_social@2x.png");
	background-position: 0 88px;
}
}
li.link-twitter a {
	background: url("/images/icons_social.png");
	background-position: -51px 0;
	-webkit-background-size: 260px 140px;
}
 @media screen and (-webkit-device-pixel-ratio: 2) {
li.link-twitter a {
	background: url("/images/icons_social@2x.png");
	background-position: -51px 88px;
}
}
li.link-twitter a:hover {
	background: url("/images/icons_social.png");
	background-position: -51px 88px;
	-webkit-background-size: 260px 140px;
}
 @media screen and (-webkit-device-pixel-ratio: 2) {
li.link-twitter a:hover {
	background: url("/images/icons_social@2x.png");
	background-position: -51px 88px;
}
}
li.link-tumblr a {
	background: url("/images/icons_social.png");
	background-position: -102px 0;
	-webkit-background-size: 260px 140px;
}
 @media screen and (-webkit-device-pixel-ratio: 2) {
li.link-tumblr a {
	background: url("/images/icons_social@2x.png");
	background-position: -102px 88px;
}
}
li.link-tumblr a:hover {
	background: url("/images/icons_social.png");
	background-position: -102px 88px;
	-webkit-background-size: 260px 140px;
}
 @media screen and (-webkit-device-pixel-ratio: 2) {
li.link-tumblr a:hover {
	background: url("/images/icons_social@2x.png");
	background-position: -102px 88px;
}
}
li.link-pinterest a {
	background: url("/images/icons_social.png");
	background-position: -153px 0;
	-webkit-background-size: 260px 140px;
}
 @media screen and (-webkit-device-pixel-ratio: 2) {
li.link-pinterest a {
	background: url("/images/icons_social@2x.png");
	background-position: -153px 88px;
}
}
li.link-pinterest a:hover {
	background: url("/images/icons_social.png");
	background-position: -153px 88px;
	-webkit-background-size: 260px 140px;
}
 @media screen and (-webkit-device-pixel-ratio: 2) {
li.link-pinterest a:hover {
	background: url("/images/icons_social@2x.png");
	background-position: -153px 88px;
}
}
.socialigation-link {
	position: absolute;
	left: -9999px;
}
/*end social icons */


/* portfolio page ******************************************************/

.feature {
	width: 90%;
	max-width: 1024px;
	margin: 20px auto;/*background-color: #c00;*/
}
.description {
	width: 100%;
}
.description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
}

.description li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
}

.role {
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
}

.feature-images {
	width: 100%;	
}

img.portfolio-img {
	max-width: 100%;
	margin: 0 0 20px 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.feature-url {
	width: 90%;
	margin: 20px auto;
	text-align: center;
}
.feature-url a:link, .feature-url a:active, .feature-url a:visited {
	display: inline-block;
	padding: 15px 30px;
	font-size: .8em;
	line-height: 1.2em;
	font-family: 'Nunito', sans-serif;
	letter-spacing: .3em;
	color: #414242;
	background-color: #fbfaf6;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px dotted #ee857d;
	/*border: 1px dotted #414242;*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.feature-url a:hover {
	background-color: #ee857d;
	color: #fff;
	text-decoration: none;
	border: 1px dotted #ee857d;
}

.description h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 1.3em;	
	padding: 0;
	margin: 0;
	line-height: 20px;
}

.description h4 {
	font-family: 'Nunito', sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #bbb;
	font-style: italic;
	padding: 0;
	margin: 5px 0 0 0;
}


nav {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
nav a:link, nav a:active, nav a:visited {
	display: inline-block;
	padding: 15px 30px;
	font-size: .8em;
	line-height: 1.2em;
	font-family: 'Nunito', sans-serif;
	letter-spacing: .3em;
	color: #414242;
	/*background-color: #fbfaf6;*/
	text-decoration: none;
	text-transform: uppercase;
	border: 1px dotted #ee857d;
	/*border: 1px dotted #414242;*/
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
nav a:hover {
	background-color: #ee857d;
	border: 1px dotted #ee857d;
	color: #fff;
}





/* woah ******************************************************/

.woah {
	visibility: hidden;
}

.woah-little {
	visibility: hidden;
}
