/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





/** SHARED **/

body {
	background: #f4f4f4;
}

html, body {
	height: 100%;
}

body.overlayon {
	overflow: hidden;
}

a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

.wrap {
	max-width: 1400px;
	margin: 0 auto 0 auto;
}

.clear {
	clear: both;
}

#content {
	min-height: calc(100vh - 216px);
}

#pagecover {
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	z-index: 999;
}

.homezero {
	-webkit-transition: opacity 0.5s ease-in;
	   -moz-transition: opacity 0.5s ease-in;
	        transition: opacity 0.5s ease-in;
	opacity: 0 !important;
}

.nopc {
	display: none;
}





/** NAVIGATION **/

header {
	max-width: 1300px;
	padding: 40px 0 0 0;
	margin: 0 auto 0 auto;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

a#logo {
	display: block;
	float: left;
	width: 72px;
	height: 72px;
	margin: 0;
}

a#logo:hover {
	opacity: 0.6;
}

nav {
	margin: 26px 0 0 0;
	text-align: right;
	float: right;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1px;
	width: 280px;
}

nav ul li {
	display: inline;
	list-style-type: none;
	padding: 0 0 0 25px;
}

nav ul li a {
	position: relative;
	text-decoration: none;
	color: #555555;
}

nav ul li a:hover {
	opacity: 1;
	color: #000000;
}

nav ul li a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -5px;
	left: 0;
	background-color: #000000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	        transition: all 0.2s ease-in-out 0s;
}

nav ul li a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

nav ul li span {
	color: #555555;
	border-bottom: 1px solid #555555;
	padding-bottom: 5px;
}





/** OVERLAY NAV **/

#overlay {
	z-index: 90;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
}

#overlay div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100vh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#overlay ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
}

#overlay ul li {
	margin: 20px auto;
}

#overlay ul li a {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-size: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
}

#overlay ul li a:hover {
	opacity: .6;
}

#navicon {
	position: fixed;
	opacity: 0;
	width: 34px;
	height: 34px;
	top: 50px;
	right: 50px;
	z-index: 99; /*make higher then overlay*/
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	        transition: all 0.5s;
}

#navicon:hover {
	cursor: pointer;
}

#nav-bg {
	position: fixed;
	opacity: 0;
	width: 34px;
	height: 34px;
	top: 50px;
	right: 50px;
	background: #ffffff;
	margin: 0;
	z-index: 80;
	-webkit-border-radius: 50%; 
	   -moz-border-radius: 50%; 
	        border-radius: 50%;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	        transition: all 0.5s;
}

#nav-icon {
	margin: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 1;
	 -webkit-transform: rotate(0deg);
	         transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
}

#nav-icon span {
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #555555;
	opacity: 1;
	left: 0;
	 -webkit-transform: rotate(0deg);
	         transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	        transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 11px;
	left: 7px
}

#nav-icon span:nth-child(2) {
	width: 14px;
	top: 16px;
	left: 7px
}

#nav-icon span:nth-child(3) {
	top: 21px;
	left: 7px
}

#nav-icon.animate-icon span:nth-child(1) {
	top: 16px;
	background: #ffffff;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}

#nav-icon.animate-icon span:nth-child(2) {
	opacity: 0;
	background: #ffffff;
	left: -53px;
}

#nav-icon.animate-icon span:nth-child(3) {
	top: 16px;
	background: #ffffff;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

#nav-icon.animate-icon > #nav-bg {
	background: none;
}





/** WORK **/

.home-intro {
	max-width: 930px;
	padding: 0 30px 0 30px;
	margin: 109px auto -22px auto;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
	line-height: 48px;
	letter-spacing: 1px;
	color: #342f87;
}

.work-content {
	padding: 0 0 10px 0;
	margin-top: 130px;
}

.work-wrap {
	max-width: 1520px;
	margin: 0 auto 0 auto;
}

a.work-entry {
	position: relative;
	display: block;
	width: calc(50% - 120px);
	float: left;
	margin: 0 60px 115px 60px;
	text-decoration: none;
}

a.work-entry:hover > .work-div {
	width: 40px;
}

a.work-entry:hover > .work-title {
	padding: 0 0 0 50px;
}

a.work-entry:hover > .work-btm {
	opacity: 1;
}

.work-btm {
	position: absolute;
	max-width: 100%;
	height: auto;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	   -moz-transition: all 0.7s ease;
	        transition: all 0.7s ease;
}

.work-top {
	max-width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}

.work-entry p {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	color: #000000;
	padding: 0 0 0 30px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.work-entry p span {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #858585;
	letter-spacing: 1px;
}

.work-div {
	width: 20px;
	height: 1px;
	background: #000000;
	content: '';
	position: absolute;
	margin: 11px 0 0 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}





/*** PROJECTS ***/

/* going green */
body#workggff .appreciation,
body#workggff a.inquiries,
body#workggff h1,
body#workggff .project-details p a {
	color: #4d7260; }
body#workggff a.inquiries {
	border: 2px solid #4d7260; }
body#workggff .project-details p a:hover,
body#workggff a.inquiries:hover {
	opacity: 0.6; }

/* visa angels */
body#workva .appreciation,
body#workva a.inquiries,
body#workva h1,
body#workva .project-details p a {
	color: #3583d6; }
body#workva a.inquiries {
	border: 2px solid #3583d6; }
body#workva .project-details p a:hover,
body#workva a.inquiries:hover {
	opacity: 0.6; }
	
/* lblarch */
body#worklbl .appreciation,
body#worklbl a.inquiries,
body#worklbl h1,
body#worklbl .project-details p a {
	color: #3583d6; }
body#worklbl a.inquiries {
	border: 2px solid #3583d6; }
body#worklbl .project-details p a:hover,
body#worklbl a.inquiries:hover {
	opacity: 0.6; }

/* on location */
body#workonloc .appreciation,
body#workonloc a.inquiries,
body#workonloc h1,
body#workonloc .project-details p a {
	color: #2a3c84; }
body#workonloc a.inquiries {
	border: 2px solid #2a3c84; }
body#workonloc .project-details p a:hover,
body#workonloc a.inquiries:hover {
	opacity: 0.6; }
	
/* medicine moves */
body#workmm .appreciation,
body#workmm a.inquiries,
body#workmm h1,
body#workmm .project-details p a {
	color: #7d3e97; }
body#workmm a.inquiries {
	border: 2px solid #7d3e97; }
body#workmm .project-details p a:hover,
body#workmm a.inquiries:hover {
	opacity: 0.6; }
	
/* galliart properties */
body#workgp .appreciation,
body#workgp a.inquiries,
body#workgp h1,
body#workgp .project-details p a {
	color: #494141; }
body#workgp a.inquiries {
	border: 2px solid #494141; }
body#workgp .project-details p a:hover,
body#workgp a.inquiries:hover {
	opacity: 0.6; }
	
/* hardware boards */
body#workhb .appreciation,
body#workhb a.inquiries,
body#workhb h1,
body#workhb .project-details p a {
	color: #717171; }
body#workhb a.inquiries {
	border: 2px solid #717171; }
body#workhb .project-details p a:hover,
body#workhb a.inquiries:hover {
	opacity: 0.6; }
	
/* in the scene */
body#workscene .appreciation,
body#workscene a.inquiries,
body#workscene h1,
body#workscene .project-details p a {
	color: #5f4265; }
body#workscene a.inquiries {
	border: 2px solid #5f4265; }
body#workscene .project-details p a:hover,
body#workscene a.inquiries:hover {
	opacity: 0.6; }
	
/* logo folio */
body#worklogos .appreciation,
body#worklogos a.inquiries,
body#worklogos h1,
body#worklogos .project-details p a {
	color: #b47251; }
body#worklogos a.inquiries {
	border: 2px solid #b47251; }
body#worklogos .project-details p a:hover,
body#worklogos a.inquiries:hover {
	opacity: 0.6; }
	
/* lawyers folio */
body#worklawyers .appreciation,
body#worklawyers a.inquiries,
body#worklawyers h1,
body#worklawyers .project-details p a {
	color: #b47251; }
body#worklawyers a.inquiries {
	border: 2px solid #b47251; }
body#worklawyers .project-details p a:hover,
body#worklawyers a.inquiries:hover {
	opacity: 0.6; }
	
/* web folio */
body#web .appreciation,
body#web a.inquiries,
body#web h1,
body#web .project-details p a {
	color: #b47251; }
body#web a.inquiries {
	border: 2px solid #b47251; }
body#web .project-details p a:hover,
body#web a.inquiries:hover {
	opacity: 0.6; }
	
/* tephra */
body#worktephra .appreciation,
body#worktephra a.inquiries,
body#worktephra h1,
body#worktephra .project-details p a {
	color: #ff0a0a; }
body#worktephra a.inquiries {
	border: 2px solid #ff0a0a; }
body#worktephra .project-details p a:hover,
body#worktephra a.inquiries:hover {
	opacity: 0.6; }
	
/* ctrl */
body#workctrl .appreciation,
body#workctrl a.inquiries,
body#workctrl h1,
body#workctrl .project-details p a {
	color: #b16412; }
body#workctrl a.inquiries {
	border: 2px solid #b16412; }
body#workctrl .project-details p a:hover,
body#workctrl a.inquiries:hover {
	opacity: 0.6; }
	
/* logos */
body#worklogos .appreciation {
	margin: 0px auto 0px auto; }
body#worklogos .appreciation,
body#worklogos a.inquiries,
body#worklogos h1,
body#worklogos .project-details p a {
	color: #342f87; }
body#worklogos a.inquiries {
	border: 2px solid #342f87; }
body#worklogos .project-details p a:hover,
body#worklogos a.inquiries:hover {
	opacity: 0.6; }



/* shared */
body.work h1 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-size: 70px;
	letter-spacing: 0px;
	text-align: center;
	margin: 79px 0 122px 0;
}

body.logos h1 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-size: 70px;
	letter-spacing: 0px;
	text-align: center;
	margin: 79px 0 75px 0;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

#project-intro {
	margin: 0 0 0 0;
}

.project-intro {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.project-intro img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.project-info {
	padding: 93px 0 13px 0;
}

.project-info .wrap {
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

.project-details {
	width: 50%;
	float: left;
}

.project-details h2 {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 0 0 30px;
}

.project-div {
	width: 20px;
	height: 1px;
	background: #000000;
	content: '';
	position: absolute;
	margin: 13px 0 0 -30px;
}

.project-details p {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	color: #888888;
	padding: 0 0 18px 30px;
}

.project-details p b {
	font-weight: 600;
	color: #000000;
}

.project-details p em {
	font-style: italic;
}

.project-details ul {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	color: #888888;
	padding: 0 0 18px 47px;
	margin-top: -5px;
}

.project-details ul b {
	font-weight: 600;
	color: #666666;
}

.project-details ul li {
	padding-bottom: 13px;
}

.project-images {
	padding: 0 0 72px 0;
	margin: 0 0 0 0;
}

.project-image {
	max-width: 100%;
	height: auto;
	margin: 60px auto 0 auto;
}

.project-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.project-image-left {
	width: calc(50% - 30px);
	float: left;
}

.project-image-right {
	width: calc(50% - 30px);
	float: right;
}

.project-logos {
	background: #ebebeb;
}

.project-logos p {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0px;
	padding: 10px 0 51px 0;
	margin: 0 60px 0 60px;
	color: #a1a1a1;
	border-top: 1px solid #cccccc;
}

.project-lawyers-div {
	height: 31px;
}

.project-lawyers p {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0px;
	padding: 17px 0 0 0;
	margin: 0 60px 0 60px;
	color: #a1a1a1;
}

.project-relative {
	position: relative;
}

.project-relative video {
	position: absolute;
	top: 50%;
	right: 0;
	width: calc(50% - 30px);
	height: auto;
	float: right;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.appreciation {
	font-family: sarah-script, sans-serif;
	font-size: 44px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	margin: 56px auto 0px auto;
}

a.inquiries {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #342f87;
	display: block;
	width: 160px;
	padding: 16px 0 12px 0;
	margin: 20px auto 37px auto;
	border: 2px solid #342f87;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
}

a.inquiries:hover {
	color: #456ee2;
	border: 2px solid #456ee2;
}







/** MORE PROJECTS **/

.project-portfolio {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-size: 10px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0px;
	color: #999999;
	text-align: center;
	margin: 0px auto 0 auto;
}

.project-portfolio a {
	font-size: 13px;
	font-weight: 700;
	color: #888888;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

.project-portfolio a:hover {
	text-decoration: none;
	opacity: 1;
	color: #000000;
}

#project-prev, #project-next {
	cursor: pointer;
	user-select: none;
}

#project-prev:hover, #project-next:hover {
	cursor: pointer;
	user-select: none;
	opacity: 1;
	color: #000000;
}

#project-prev span, #project-next span {
	display: inline-block;
	transition: 0.2s ease-in;
}

#project-prev span {
	text-align: right;
}

#project-next span {
	text-align: left;
}

#project-prev:hover span {
	transform: translateX(-70%);
	opacity: 1;
	color: #000000;
}

#project-next:hover span {
	transform: translateX(70%);
}





/* logo page */
.logo-content {
    padding: 0 0 72px 0;
    margin-top: 73px;
}

.logo-wrap {
	max-width: 1520px;
	margin: 0 auto 0 auto;
}

.logo-entry {
	position: relative;
	display: block;
	width: calc(33% - 80px);
	float: left;
	margin: 0 40px 100px 40px;
}

.logo-entry img {
	max-width: 100%;
}

.logo-div {
	width: 20px;
	height: 1px;
	background: #000000;
	content: '';
	position: absolute;
	margin: 28px 0 0 0;
}

.logo-title {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	color: #000000;
	padding: 17px 0 0 30px;
	letter-spacing: 1px;
}

.logo-client {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #858585;
	padding: 0px 0 0 30px;
	letter-spacing: 1px;
}





/** ABOUT **/
.about-content {
	margin: 39px 0 0 0;
	padding: 0 0 80px 0;
}

.about-wrap {
	max-width: 1300px;
	margin: 0 auto 0 auto;
	position: relative;
}

.about-content a {
	text-decoration: none;
}

.about-nav {
	position: fixed;
	width: 200px;
}

.about-nav h2 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 95px 0 20px 0;
}

.about-nav ul {
	list-style-type: none;
	padding: 6px 0 0 0;
}

.about-nav ul li {
	padding: 0 0 17px 0;
}

.about-nav ul li a.cata {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #555555;
	letter-spacing: 1px;
	padding: 0 0 0 25px;
}

.about-nav ul li:hover > a.cata {
	padding: 0 0 0 35px;
}

.about-nav ul li:hover > .category-line {
	width: 25px;
}

#profile {
	display: block;
	float: left;
	margin: 8px 40px 20px 0;
}

.about-entries {
	width: calc(66% - 30px);
	float: right;
}

.about-entries h2 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 95px 0 20px 0;
}

ul.about-ul {
	list-style-type: none;
	padding: 0;
}

ul.about-ul li {
	padding: 20px 0 2px 0;
	border-bottom: 1px #e1e1e1 solid;
}

ul.about-ul li p {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	color: #888888;
	padding: 0 0 18px 0;
}

ul.about-ul li p span {
	font-family: le-monde-livre-std, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #000000;
}

.about-entries a {
	display: block;
	color: #342f87;
	margin: 0 0 18px 0;
}

.about-entries a:hover {
	opacity: .6;
	
}

.about-line {
	width: 15px;
	height: 1px;
	background: #342f87;
	content: '';
	position: absolute;
	margin: 13px 0 0 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

ul.about-ul li a:hover > .about-line {
	width: 25px;
}

.about-entries a span {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	padding: 0 0 18px 25px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

ul.about-ul li a span:hover {
	padding: 0 0 18px 35px;
}

.about-entries .appreciation {
	color: #342f87;
	margin: 60px auto 0px auto;
}

.about-entries a.inquiries {
	margin: 30px auto 0 auto;
}

.about-entries a.inquiries:hover {
	opacity: 1;
}

.client-logos img {
	display: block;
	max-width: 100%;
}





/** CONTACT **/
.contact-content {
	margin: 150px 0 0 0;
	padding: 0 0 0 0;
}

.contact-wrap {
	max-width: 360px;
	margin: 0 auto 0 auto;
	padding: 0 0 100px 0;
}

.contact-wrap p {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #888888;
}

.contact-wrap p#ctitle {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;
	padding: 0 0 17px 0;
}

.contact-wrap p#thanks {
	font-family: sarah-script, sans-serif;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #342f87;
	padding: 28px 0 0 0;
}

p.ty-social {
	font-size: 18px;
	padding: 7px 0 0 0;
}

p.ty-social a {
	color: #888888;
	padding: 0 15px 0 0;
}

p.ty-social a:hover {
	color: #000000;
	opacity: 1;
}




/** ARTICLES HOME **/
.articles-content {
	margin: 39px 0 0 0;
	padding: 0 0 80px 0;
}

.articles-wrap {
	max-width: 1300px;
	margin: 0 auto 0 auto;
	position: relative;
}

.articles-content a {
	text-decoration: none;
}

.articles-nav {
	position: fixed;
	width: 200px;
}

.articles-nav h2 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 95px 0 20px 0;
}

.articles-nav ul {
	list-style-type: none;
	padding: 6px 0 0 0;
}

.articles-nav ul li {
	padding: 0 0 17px 0;
}

.articles-nav ul li a.cata {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #555555;
	letter-spacing: 1px;
	padding: 0 0 0 25px;
}

.category-line {
	width: 15px;
	height: 1px;
	background: #000000;
	content: '';
	position: absolute;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.articles-nav ul li:hover > a.cata {
	padding: 0 0 0 35px;
}

.articles-nav ul li:hover > .category-line {
	width: 25px;
}

.articles-entries {
	width: calc(66% - 30px);
	float: right;
}

.articles-entries p {
	max-width: 500px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	color: #888888;
}

ul.articles-ul {
	list-style-type: none;
	padding: 0 0 0 0;
}

ul.articles-ul li {
	padding: 20px 0 20px 0;
	border-bottom: 1px #e1e1e1 solid;
}

ul.articles-ul li:hover {
	cursor: pointer;
}

ul.articles-ul li:hover > .articles-line {
	width: 20px;
}

ul.articles-ul li a {
	font-family: le-monde-livre-std, serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
	color: #000000;
	padding: 0 0 0 0;
}

ul.articles-ul li:hover > a {
	padding: 0 0 0 30px;
	opacity: .6;
}

ul.articles-ul li:hover > span {
	padding: 0 0 0 30px;
}

ul.articles-ul li span {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #858585;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}

.articles-entries a {
	color: #000000;
}

.articles-entries h2 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin: 95px 0 20px 0;
}

.articles-line {
	width: 0px;
	height: 1px;
	background: #000000;
	content: '';
	position: absolute;
	margin: 13px 0 0 0;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}





/** ARTICLE PAGE **/
.article-content {
	margin: 39px 0 0 0;
	padding: 0 0 70px 0;
}

.article-wrap {
	max-width: 600px;
	margin: 0 auto 0 auto;
}

.article-wrap h1 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-size: 50px;
	text-align: center;
	color: #000000;
	margin: 55px 0 14px 0;
}

.article-wrap h2 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	margin: 20px 0 20px 0;
}

.article-image {
	display: block;
	max-width: 900px;
	height: auto;
	margin: 0 auto 40px auto;
}

.article-image img {
	max-width: 100%;
	height: auto;
}

.article-wrap p {
	font-family: le-monde-livre-std, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	color: #555555;
	padding: 20px 0 20px 0;
}

.article-wrap p a {
	font-weight: 500;
	color: #342f87;
}

.article-wrap p a:hover {
	color: #456ee2;
}

.article-wrap p.intro {
	font-family: le-monde-livre-std, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 38px;
	color: #000000;
	padding: 20px 0 20px 0;
}

.article-wrap p.author {
    font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1px;
	color: #888888;
	text-align: center;
	padding: 0;
	margin: 0 0 46px 0;
}

.article-wrap p.quote {
	font-family: le-monde-livre-std, serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #000000;
	text-align: center;
	margin: 50px 0 50px 0;
	padding: 50px 0 50px 0;
	border-top: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}

.article-wrap .appreciation {
	font-family: sarah-script, sans-serif;
	font-size: 44px;
	font-weight: normal;
	color: #342f87;
	letter-spacing: 0px;
	text-align: center;
	margin: 10px auto 10px auto;
}

.article-wrap ul.articles-ul li {
	padding: 15px 0 15px 0;
}

.article-wrap ul.articles-ul li a {
	font-size: 15px;
	font-weight: 400;
	padding-left: 20px;
}

.article-wrap .articles-line {
	width: 10px;
}

.article-wrap ul.articles-ul li:hover > a {
	padding-left: 30px;
}

.article-wrap p.nltitle {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
	margin: 31px 0 0 0;
}

.article-wrap p.nldesc {
	max-width: 500px;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 1px;
	color: #888888;
	padding: 0 0 21px 0;
}




/** FOOTER **/

footer {
	width: 100%;
	height: 194px;
	padding: 75px 0 0 0;
	margin: 0;
	background: #ffffff;
}

footer p span {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #000000;
}

.footer-company {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	color: #888888;
	width: 50%;
	float: left;
}

.footer-social {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	color: #888888;
	width: 50%;
	float: right;
	text-align: right;
	margin: 12px 0 0 0;
}

.footer-social p {
	padding: 0 0 5px 0;
}

.footer-social p.fawe {
	font-size: 18px;
}

.footer-social a {
	color: #888888;
	padding: 0 0 0 15px;
}

.footer-social a:hover {
	color: #000000;
	opacity: 1;
}

.fttxt {
	width: 48px;
	float: left;
}

.ftphn {
	width: 100px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-indent: -24px;
	cursor: default;
	float: left;
	-webkit-user-select: none;        
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ftspc {
	width: 14px;
	float: left;
}

.ftuser {
	width: 160px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-indent: -20px;
	cursor: default;
	float: left;
	-webkit-user-select: none;        
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}





@media screen and ( min-width:1px) and (max-width:1521px) {
	.work-wrap {
		width: calc(100% - 60px);
		margin: 0 30px 0 30px;
	}
	
	a.work-entry {
		width: calc(50% - 60px);
		margin: 0 30px 55px 30px;
	}
	
	.logo-wrap {
		width: calc(100% - 60px);
		margin: 0 30px 0 30px;
	}
	
	.logo-entry {
		width: calc(50% - 60px);
		margin: 0 30px 55px 30px;
	}
}

@media screen and ( min-width:1px) and (max-width:1460px) {
	header {
		max-width: 100%;
	}
	
	.wrap, .about-wrap, .contact-wrap, .articles-wrap, .article-wrap {
		width: calc(100% - 120px);
		margin: 0 60px 0 60px;
	}
}

@media screen and ( min-width:1px) and (max-width:1000px) {
	.article-image {
		width: calc(100% - 120px);
		margin: 0 60px 30px 60px;
	}
	
	.contact-wrap {
		max-width: 100%;
		margin: 0 100px 0 100px;
	}
	
	.office {
		width: 100%;
		float: none;
	}
	
	#form-messages {
		float: none;
	}
	
	.form-wrap {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	
	.form-wrap form {
		width: 360px;
		float: none;
	}
}

@media screen and ( min-width:1px) and (max-width:800px) {
	#project-intro {
		margin: 30px 0 0 0;
	}
	
	.project-info {
		padding: 59px 0 0 0;
	}
	
	body.work h1, body.logos h1 {
		font-size: 40px;
		margin: 36px auto 39px auto;
	}
	
	.project-images {
		margin: -17px 0 0 0;
	}
	
	.project-details {
		width: 100%;
		float: none;
	}
	
	.project-lawyers-div {
		display: none;
	}
	
	.project-lawyers p {
		margin: 0 60px -9px 60px;
	}
	
	.articles-nav, .about-nav {
		display: none;
	}
	
	.articles-entries, .about-entries {
		width: 100%;
		float: none;
	}
	
	.wrap, .about-wrap, .contact-wrap, .articles-wrap, .article-wrap {
		width: calc(100% - 120px);
		margin: 0 60px 0 60px;
	}
	
	.article-image {
		width: calc(100% - 120px);
		margin: 0 60px 30px 60px;
	}
	
	footer {
		height: 230px;
	}
	
	#content {
		min-height: calc(100vh - 230px);
	}
	
	.footer-company, .footer-social {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.ftphn-holder {
		width: 150px;
	}
	
	.ftuser-holder {
		width: 160px;
	}
	
	.ftphn-holder, .ftuser-holder {
		margin: 0 auto 0 auto;
		float: none;
		clear: both;
	}
	
	.ftspc {
		display: none;
	}
	
	.ftphn {
		text-indent: -35px;
	}
	
	.ftuser {
    	text-indent: -25px;
	}
	
	.home-intro {
		padding: 0 30px 4px 30px;
		margin: 48px auto 0 auto;
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and ( min-width:1px) and (max-width:700px) {
	.work-entry p {
		font-size: 13px;
	}
	
	.work-entry p span {
		font-size: 12px;
	}
	
	.logo-title {
		font-size: 13px;
	}
	
	.logo-client {
		font-size: 12px;
	}
}
	
@media screen and ( min-width:1px) and (max-width:600px) {
	.nopc {
		display: block;
	}
	
	a#logo {
		float: none;
		margin: 0 auto 0 auto;
	}
	
	nav {
		float: none;
		font-size: 11px;
		text-align: center;
		width: auto;
	}
	
	nav ul li {
		padding: 0 8px 0 8px;
	}
	
	#overlay ul li a {
		font-size: 28px;
	}
	
	a.work-entry {
		width: 100%;
		float: none;
		margin: 0 0 55px 0;
	}
	
	.contact-content {
		margin: 50px 0 0 0;
	}
	
	.about-entries h2, .articles-entries h2 {
		margin: 42px 0 20px 0;
	}
	
	.work-content {
		margin-top: 47px;
	}

	.wrap, .about-wrap, .contact-wrap, .articles-wrap, .article-wrap {
		width: calc(100% - 60px);
		margin: 0 30px 0 30px;
	}
	
	.article-image {
		width: calc(100% - 60px);
		margin: 0 30px 20px 30px;
	}
	
	.form-wrap form, .formal {
		width: 230px;
	}
	
	#form-messages {
		width: 230px;
	}
	
	body#homepage .home-intro p {
		font-size: 28px;
		line-height: 36px;
	}
	
	.logo-entry {
		width: 100%;
		float: none;
		margin: 0 0 55px 0;
	}
	
	.logo-content {
		margin-top: 47px;
	}
}




