body {
	background: #0d468d;
	color: #bbcee9;
	font-size: 0.875em;
	position: relative;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}

#body-bg,
body:before {
	content:"";
	background: #022164;
	border-radius: 50%;
	position: absolute;
	top: -10em;
	left: -10em;
	width: 56em;
	height: 56em;
}

#wrapper {
	width: 90%;
	max-width: 75em;
	position: relative;
	padding: 2.3em 0 0 5em;
	z-index: 1;
}

p {
	margin-bottom: 1.4em;
}

a {
	color: #bbcee9;
}

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

/******* icon font ************/
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot');
    src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-alone {
  display: inline-block; /* Fix for clickability issue in WebKit */
}

.screen-reader-text { /* Reusable, toolbox kind of class */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/******* /icon font ************/

/******* header ************/

#wrapper > header {
	margin-bottom: 4.5em;
}

#wrapper > header h1 {
	float: left;
	position: relative;
}

#wrapper > header ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0.4em 0 0;
}

#wrapper > header li {
	float: left;
	margin: 0 0.8em;
}

#wrapper > header li a {
	text-decoration: none;
	/*color: #5e95f4;*/
	color: #62c3f0;
	font-size: 1.6em;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#wrapper > header li a:hover {
	color: #bbcee9;
	opacity: 1;
}
/******* /header ************/

/******* logo animation ************/
header > h1 > div {
	position: absolute;
	width: 26px;
	height: 26px;
	background: #022164;
	top: 0;
	left: 0;
	overflow: hidden;
}

header > h1 > div > div{
	position: absolute;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	top: 0;
	left: 0;
}

#phase {
	position: absolute;
	width: 25px;
	height: 25px;
	background: #022164;
	border-radius: 50%;
	top: 17px;
	left: -17px;
}


/******* /logo animation ************/


/******* nav ************/
#wrapper > nav {
	margin-left: -1em;
	float: left;
	width: 21%;
	min-width: 11.8em;
	font-family: "HelveticaNeueThinExtended", "HelveticaNeue-Thin-Extended", "Helvetica Neue Thin Extended", "HelveticaNeueThin", "HelveticaNeue-Thin", "Helvetica Neue Thin", Oxygen, "HelveticaNeue", "Helvetica Neue", helvetica, arial, sans-serif; font-weight:200; font-stretch:expanded;
}

#wrapper > nav ul {
	float: left;
}

#wrapper > nav a {
	color: transparent;
}
#wrapper > nav li {
	color: #5e95f4;
	/*-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}

#wrapper > nav li.active,
#wrapper > nav li:hover {
	color: #fff;
}

#wrapper > nav li.active a,
#wrapper > nav a:hover {
	background-position: left bottom;
}

/*
#wrapper > nav li {
	font-size: 1.7em;
	line-height: 1.3;
	margin: 0.3em 0;
}

#wrapper > nav a {
	text-decoration: none;
	font-size: 0.75em;
	line-height: 1.4;
	text-transform: lowercase;
	display: inline-block;
	vertical-align: text-top;
	width: 100%;
}
*/

#wrapper > nav li {
	font-size: 1.7em;
	line-height: 0.75;
	margin: 0.3em 0;
	/*padding: 0.25em 0;*/
}

#wrapper > nav a {
	text-indent: 100%;
	width: 100%; /*75px;*/
	height: 17px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	background: url(images/portfolio_nav.png) no-repeat left top;
	vertical-align: middle;
	border: 0.3em solid transparent;
	background-clip: content-box;
	border-left: none;
	border-right: none;
}

#wrapper > nav li:nth-child(2) a {
	background-image: url(images/about_nav.png);
	/*width: 54px;*/
	height: 14px;
}

#wrapper > nav li:nth-child(3) a {
	background-image: url(images/bio_nav.png);
	/*width: 27px;*/
	height: 14px;
}

#wrapper > nav li:nth-child(4) a {
	background-image: url(images/event_nav.png);
	/*width: 141px;*/
	height: 33px;
	vertical-align: text-top;
}

#wrapper > nav li:nth-child(5) a {
	background-image: url(images/contact_nav.png);
	/*width: 72px;*/
	height: 14px;
}

.strip {
	background-color: #fff;
	opacity: 0.3;
	position: absolute;
	width : 100%;
}

.strip div {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(13,70,141,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(13,70,141,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(13,70,141,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(13,70,141,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(13,70,141,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(13,70,141,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0d468d',GradientType=1 );
	float: right;
	height: 100%;
	width: 18em;	
}

/******* /nav ************/

/******* content ************/
#content {
	float: left;
	width: 80%;
}

#content h1,
#content h2 {
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1.4em;
}

#content h2 {
	color: #bbcee9;
}

#content > div {
	margin: 0 0 5em;
}

/******* /content ************/

/******* footer ************/
#wrapper > footer {
	font-family: Oxygen, helveticaneue, arial, sans-serif;
	clear: both;
	text-align: center;
	padding: 3em 0;
	font-size: 0.75em;
}
/******* /footer ************/

/******* portfolio ************/
#portfolio {
	margin: -2.14em 0 0;
	padding: 0;
	list-style: none;
	height: 57.1em;
	width: 60em;
	position: relative;
	visibility: hidden;
}

#portfolio:before {
	content: "";
	position: absolute;
	top: 28.5em;
	height: 0.1em;
	width: 100%;
	background: #f0f0f0;
	z-index: 1;
	display: block;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 7%, rgba(255,255,255,1) 93%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(7%,rgba(255,255,255,1)), color-stop(93%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 7%,rgba(255,255,255,1) 93%,rgba(255,255,255,0) 100%); /* W3C */
}


#portfolio li {
	margin: 0 1em;
	padding: 0;
	width: 2.25em;
	bottom: 28.6em;
	position: absolute;
	overflow: hidden;
	background-position: center center;
	background-size: auto 100%;
}

#portfolio li:nth-child(2n) {
	top: 28.6em;
	bottom: auto;
	text-align: right;
}

#portfolio li a {
	display: block;
	height: 2.6em;
	line-height: 2.6em;
	overflow: hidden;
	position: relative;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    text-decoration: none;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0 1.5em;
}

#portfolio li a:hover {
	background: none;
}

/********* specific portfolio li css to make each of them differents ******/
/* Because of IE8 different behavior, I couldn't just rotate the whole list
/* so I ended up with this kludge that works everywhere but it's not pretty
/*
/************** it's going to be loooong *********************************/
#portfolio li:nth-child(1) {
	height: 26em;
	left: 1em;
}

#portfolio li:nth-child(1) a {
	width: 24em;
	left: -12.3em;
	top: 11.5em
}

#portfolio li:nth-child(2) {
	height: 24em;
	left: 2.25em;
}

#portfolio li:nth-child(2) a {
	width: 22em;
	left: -11.4em;
	top: 10.7em;
}

#portfolio li:nth-child(3) {
	height: 28.5em;
	left: 6.25em;
}

#portfolio li:nth-child(3) a {
	width: 26.5em;
	left: -13.55em;
	top: 12.8em;
}

#portfolio li:nth-child(4) {
	height: 28.5em;
	left: 10.5em;
}

#portfolio li:nth-child(4) a {
	width: 26.5em;
	left: -13.65em;
	top: 13em;
}

#portfolio li:nth-child(5) {
	height: 24em;
	left: 12em;
}

#portfolio li:nth-child(5) a {
	width: 22em;
	left: -11.3em;
	top: 10.5em;
}

#portfolio li:nth-child(6) {
	height: 26em;
	left: 14em;
}

#portfolio li:nth-child(6) a {
	width: 24em;
	left: -12.4em;
	top: 11.7em;
}

#portfolio li:nth-child(7) {
	height: 28.5em;
	left: 15.25em;
}

#portfolio li:nth-child(7) a {
	width: 26.5em;
	left: -13.55em;
	top: 12.8em;
}

#portfolio li:nth-child(8) {
	height: 24em;
	left: 20.25em;
}

#portfolio li:nth-child(8) a {
	width: 22em;
	left: -11.4em;
	top: 10.7em;
}

#portfolio li:nth-child(9) {
	height: 20em;
	left: 21.75em;
}

#portfolio li:nth-child(9) a {
	width: 18em;
	left: -9.3em;
	top: 8.5em;
}

#portfolio li:nth-child(10) {
	height: 28.5em;
	left: 23.5em;
}

#portfolio li:nth-child(10) a {
	width: 26.5em;
	left: -13.65em;
	top: 13em;
}

#portfolio li:nth-child(11) {
	height: 24em;
	left: 27em;
}

#portfolio li:nth-child(11) a {
	width: 22em;
	left: -11.3em;
	top: 10.5em;
}

#portfolio li:nth-child(12) {
	height: 25em;
	left: 29em;
}

#portfolio li:nth-child(12) a {
	width: 23em;
	left: -11.9em;
	top: 11.2em;
}

#portfolio li:nth-child(13) {
	height: 26em;
	left: 30.25em;
}

#portfolio li:nth-child(13) a {
	width: 24em;
	left: -12.3em;
	top: 11.5em;
}

#portfolio li:nth-child(14) {
	height: 27em;
	left: 32.25em;
}

#portfolio li:nth-child(14) a {
	width: 25em;
	left: -12.9em;
	top: 12.2em;
}

#portfolio li:nth-child(15) {
	height: 28.5em;
	left: 34.25em;
}

#portfolio li:nth-child(15) a {
	width: 26.5em;
	left: -13.55em;
	top: 12.8em;
}

#portfolio li:nth-child(16) {
	height: 21em;
	left: 35.5em;
}

#portfolio li:nth-child(16) a {
	width: 19em;
	left: -9.9em;
	top: 9.2em;
}

#portfolio li:nth-child(17) {
	height: 24em;
	left: 39.5em;
}

#portfolio li:nth-child(17) a {
	width: 22em;
	left: -11.3em;
	top: 10.5em;
}

#portfolio li:nth-child(18) {
	height: 28.5em;
	left: 40.75em;
}

#portfolio li:nth-child(18) a {
	width: 26.5em;
	left: -13.65em;
	top: 13em;
}

#portfolio li:nth-child(19) {
	height: 21em;
	left: 42.75em;
}

#portfolio li:nth-child(19) a {
	width: 19em;
	left: -9.8em;
	top: 9em;
}

#portfolio li:nth-child(20) {
	height: 25em;
	left: 45em;
}

#portfolio li:nth-child(20) a {
	width: 23em;
	left: -11.9em;
	top: 11.2em;
}

#portfolio li:nth-child(21) {
	height: 21em;
	left: 48em;
}

#portfolio li:nth-child(21) a {
	width: 19em;
	left: -9.8em;
	top: 9em;
}

#portfolio li:nth-child(22) {
	height: 23em;
	left: 53.5em;
}

#portfolio li:nth-child(22) a {
	width: 21em;
	left: -10.9em;
	top: 10.2em;
}

#portfolio li:nth-child(23) {
	height: 23.5em;
	left: 52.25em;
}

#portfolio li:nth-child(23) a {
	width: 21.5em;
	left: -11.05em;
	top: 10.3em;
}

/* In case there are more projects */
/*
#portfolio li:nth-child(24) {
	height: 26em;
	left: 54.5em;
}

#portfolio li:nth-child(25) {
	height: 26em;
	left: 23.5em;
}

#portfolio li:nth-child(26) {
	height: 26em;
	left: 23.5em;
}

#portfolio li:nth-child(27) {
	height: 26em;
	left: 23.5em;
}
*/
/********* /specific portfolio li css to make each of them differents ******/

#portfolio ul {
	display: none;
}
/******* /portfolio ************/

/******* contact ************/

#content > #contact {
	padding: 3em 0 0 340px;
	background: url(images/contact_bg.jpg) 20px 3em no-repeat;
	min-height: 430px;
}

#contact h1 {
	margin-bottom: 0;
}

/******* /contact ************/

/******* about ************/

#content > #about {
	margin-top: -2em;
}

#about > div {
	padding-left: 360px;
	background:url(images/about_bg.jpg) left top no-repeat;
	min-height: 490px;
}

#about h1 {
	margin-bottom: 2em;
}

#about > div > p:first-child {
	margin-bottom: 0;
}


/******* /about ************/

/******* event & wedding coordination ************/
#event {
	padding: 3em 0 0 320px;
	background: url(images/event_bg.jpg) 20px 3em no-repeat;
	min-height: 400px;
}

#event > div:first-of-type {
	width: 42%;
}

#event > div {
	width: 58%;
	float: left;
}

#event h3 {
	text-decoration: underline;
}

#event ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/******* /event & wedding coordination ************/


/******* bio ************/
#content > #bio {
	margin: -2em 0 1em;
	padding-left: 3em;
}

#bio > div {
	padding-left: 170px;
	background:url(images/bio_bg.jpg) left top no-repeat;
	min-height: 180px;
	margin-bottom: 2.5em;
}

#bio h1 {
	margin-bottom: 2em;
}

#bio > img {
	display: inline-block;
	margin: 1em 5% 1em 0
}

/******* /bio ************/


