/*! normalize.css v1.0.2 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: sans-serif
}
button, input, select, textarea {
	font-family: sans-serif
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1, .header-fixed .yh-logo {
	font-size: 2em;
	margin: 0.67em 0
}
h2, .list-item.dashed, .list-item.large, .link-intro, .splash-header .splash-link {
	font-size: 1.5em;
	margin: 0.83em 0
}
h3 {
	font-size: 1.17em;
	margin: 1em 0
}
h4 {
	font-size: 1em;
	margin: 1.33em 0
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0
}
h6 {
	font-size: 0.67em;
	margin: 2.33em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
blockquote {
	margin: 1em 40px
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
p, pre {
	margin: 1em 0
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
small {
	font-size: 80%
}
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em
}
sub {
	bottom: -0.25em
}
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
figure, form {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
*margin-left:-7px
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align:middle
}
button, input {
	line-height: normal
}
button, html input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
*overflow:visible
}
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
*overflow:visible
}
button[disabled] {
	cursor: default
}
input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
*height:13px;
*width:13px
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
.anim-spin {
	-webkit-animation-name: spin;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear
}
@-webkit-keyframes pulse {
0% {
-webkit-opacity:1
}
50% {
-webkit-opacity:0
}
100% {
-webkit-opacity:1
}
}
@-moz-keyframes pulse {
0% {
-moz-opacity:1
}
50% {
-moz-opacity:0
}
100% {
-moz-opacity:1
}
}
@keyframes pulse {
0% {
opacity:1
}
50% {
opacity:0
}
100% {
opacity:1
}
}
.anim-pulse {
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: pulse;
	-moz-animation-duration: 0.8s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	animation-name: pulse;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}
@-webkit-keyframes slide-in {
0% {
-webkit-transform:translateX(30px);
-webkit-opacity:0
}
100% {
-webkit-transform:translateX(0px);
-webkit-opacity:1
}
}
@-moz-keyframes slide-in {
0% {
-moz-transform:translateX(30px);
-moz-opacity:0
}
100% {
-moz-transform:translateX(0px);
-moz-opacity:1
}
}
@keyframes slide-in {
0% {
transform:translateX(30px);
opacity:0
}
100% {
transform:translateX(0px);
opacity:1
}
}
.anim-slide-in {
	-webkit-animation-name: slide-in;
	-webkit-animation-duration: 0.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: slide-in;
	-moz-animation-duration: 0.2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	animation-name: slide-in;
	animation-duration: 0.2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out
}
@-webkit-keyframes fade-in {
0% {
-webkit-opacity:0
}
100% {
-webkit-opacity:1
}
}
@-moz-keyframes fade-in {
0% {
-moz-opacity:0
}
100% {
-moz-opacity:1
}
}
@keyframes fade-in {
0% {
opacity:0
}
100% {
opacity:1
}
}
.anim-fade-in {
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-moz-animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	animation-name: fade-in;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	animation-delay: 3s
}
svg, svg path, a, .logo-loader, .loader, input, textarea, .link, .link-intro, .splash-header .splash-link, .svg-almi circle, .almi-gif, .btn-menu, .btn-menu .line, .btn-menu-close .line, .nav-main-list-item, .nav-main-list-item .nav-link, .nav-main-list-item .dot, .header, .yh-logo, .project-grid-thumb, .project-grid-details, .project-grid-details-tags, .project-grid-details-title {
	-moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1)
}
svg, .btn-menu, .btn-menu .line {
	-webkit-tansform: translate3d(0, 0, 0)
}
body {
	-webkit-font-smoothing: antialiased
}
.almi-gif, .btn-menu, .btn-menu .line, .yh-logo {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.logo-loader, .loader, .svg-almi, .column-title.blank, .project-grid-link {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
.hide {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1
}
.hidden {
	display: none !important;
	visibility: hidden
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0
}
.list, .container, .header, .header-fixed, .content-wrapper, .footer, .column-row, .column.full, .post-full .full.post-intro, .post-full h3.full, .post-full h4.full, .post-full p.full, .splash-header, .post-full {
*zoom:1
}
.list:before, .container:before, .header:before, .header-fixed:before, .content-wrapper:before, .footer:before, .column-row:before, .column.full:before, .post-full .full.post-intro:before, .post-full h3.full:before, .post-full h4.full:before, .post-full p.full:before, .splash-header:before, .post-full:before {
	content: " ";
	display: table
}
.list:after, .container:after, .header:after, .header-fixed:after, .content-wrapper:after, .footer:after, .column-row:after, .column.full:after, .post-full .full.post-intro:after, .post-full h3.full:after, .post-full h4.full:after, .post-full p.full:after, .splash-header:after, .post-full:after {
	content: " ";
	display: table;
	clear: both
}
.column-title {
	font-size: 12px;
	line-height: 12px;
	font-size: 1.2rem;
	line-height: 1.2rem;
	letter-spacing: 2px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	-webkit-font-smoothing: subpixel-antialiased
}
.clear {
	clear: both;
	display: block;
	height: 0
}
.center {
	text-align: center
}
.half {
	width: 48%
}
@media only screen and (max-width: 600px) {
.half {
	width: 100%
}
}
.full {
	width: 100%
}
.right {
	float: right
}
.left {
	float: left
}
.list, .list-item, .nav-main, .header, .yh-heading, .section, .footer, .column, .post-full .post-intro, .post-full h3, .post-full h4, .post-full p, .project-grid-details, .project-image-list, .project-image-caption, .project-image-description, .project-image-wrapper, .project-image-device, .project-image {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
s * {
	-webkit-tap-highlight-color: transparent;
	outline: none
}
::selection {
	color: #fff;
	background: #72d69a
}
::-moz-selection {
color:#fff;
background:#72d69a
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance:none;
margin:0
}
img {
	display: block;
	margin: 0;
	padding: 0
}
img.full {
	width: 100%
}
a {
	text-decoration: none
}
a:hover {
	outline: none
}
a:active, a:visited, a:focus {
	outline: none
}
p {
	margin-top: 0;
	padding-top: 0
}
p:last-child {
	margin-bottom: 0;
	padding-bottom: 0
}
html, body {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%
}
html {
	font-size: 62.5%
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
html {
	font-size: 55%
}
}
@media only screen and (max-width: 600px) {
html {
	font-size: 50%
}
}
html.almi-is-visible body {
	overflow: hidden
}
html.almi-is-visible body .yh-logo {
	color: #fff
}
html.almi-is-visible body .btn-menu .line, html.almi-is-visible body .logo-loader {
	background: #fff
}
html.almi-is-visible body .link:hover, html.almi-is-visible body .link-intro:hover, html.almi-is-visible body .splash-header .splash-link:hover, .splash-header html.almi-is-visible body .splash-link:hover {
	border-color: #fff
}
html.almi-is-visible body .svg-almi .almi-heads, html.almi-is-visible body .svg-almi .almi-body {
	fill: #fff
}
html.almi-is-visible body h1, html.almi-is-visible body .header-fixed .yh-logo, .header-fixed html.almi-is-visible body .yh-logo, html.almi-is-visible body .list-social .link, html.almi-is-visible body .list-social .link-intro, html.almi-is-visible body .list-social .splash-header .splash-link, .splash-header html.almi-is-visible body .list-social .splash-link, html.almi-is-visible body .list-social .link:hover, html.almi-is-visible body .list-social .link-intro:hover, html.almi-is-visible body .list-social .splash-header .splash-link:hover, .splash-header html.almi-is-visible body .list-social .splash-link:hover {
	color: #fff
}
html.almi-is-visible body .list-social .link, html.almi-is-visible body .list-social .link-intro, html.almi-is-visible body .list-social .splash-header .splash-link, .splash-header html.almi-is-visible body .list-social .splash-link {
	border-color: #fff
}
html.almi-is-visible body .container, html.almi-is-visible body .nav-main {
	overflow: visible
}
html.almi-is-visible body .nav-main:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	z-index: -1;
	top: 0;
	left: 0
}

html, body{
	
	-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
}

body {
	font-size: 18px;
	line-height: 29.16px;
	font-size: 1.8rem;
	line-height: 2.916rem;
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #888;
	background: #fff;
	width: 100%;
	height: 100%
}
body.portfolio .yh-logo {
	color: #1E83F6;
}
body.portfolio .btn-menu .line, body.portfolio .logo-loader {
	background: #1E83F6;
}
body.portfolio .link:hover, body.portfolio .link-intro:hover, body.portfolio .splash-header .splash-link:hover, .splash-header body.portfolio .splash-link:hover {
	border-color: #1E83F6;
}
@media only screen and (max-width: 1299px) {
body.portfolio .section {
	padding-bottom: 0
}
}
body.splash {
	background: #fff
}
body.studio .yh-logo {
	color: #f47d91
}
body.studio .btn-menu .line, body.studio .logo-loader {
	background: #f47d91
}
body.studio .link:hover, body.studio .link-intro:hover, body.studio .splash-header .splash-link:hover, .splash-header body.studio .splash-link:hover {
	border-color: #f47d91
}
body.contact .yh-logo {
	color: #5acde0
}
body.contact .btn-menu .line, body.contact .logo-loader {
	background: #5acde0
}
body.contact .link:hover, body.contact .link-intro:hover, body.contact .splash-header .splash-link:hover, .splash-header body.contact .splash-link:hover {
	border-color: #5acde0
}
body.journal .yh-logo {
	color: #888
}
body.journal .btn-menu .line, body.journal .logo-loader {
	background: #888
}
body.journal .link:hover, body.journal .link-intro:hover, body.journal .splash-header .splash-link:hover, .splash-header body.journal .splash-link:hover {
	border-color: #888
}
body[class*="guroo"] .yh-logo {
	color: #ef3d37
}
body[class*="guroo"] .btn-menu .line, body[class*="guroo"] .logo-loader {
	background: #ef3d37
}
body[class*="guroo"] .link:hover, body[class*="guroo"] .link-intro:hover, body[class*="guroo"] .splash-header .splash-link:hover, .splash-header body[class*="guroo"] .splash-link:hover {
	border-color: #ef3d37
}
body[class*="trachman"] .yh-logo {
	color: #82669c
}
body[class*="trachman"] .btn-menu .line, body[class*="trachman"] .logo-loader {
	background: #82669c
}
body[class*="trachman"] .link:hover, body[class*="trachman"] .link-intro:hover, body[class*="trachman"] .splash-header .splash-link:hover, .splash-header body[class*="trachman"] .splash-link:hover {
	border-color: #82669c
}
body[class*="menagerie"] .yh-logo {
	color: #f15e22
}
body[class*="menagerie"] .btn-menu .line, body[class*="menagerie"] .logo-loader {
	background: #f15e22
}
body[class*="menagerie"] .link:hover, body[class*="menagerie"] .link-intro:hover, body[class*="menagerie"] .splash-header .splash-link:hover, .splash-header body[class*="menagerie"] .splash-link:hover {
	border-color: #f15e22
}
body[class*="schoolrunner"] .yh-logo {
	color: #4cc1ab
}
body[class*="schoolrunner"] .btn-menu .line, body[class*="schoolrunner"] .logo-loader {
	background: #4cc1ab
}
body[class*="schoolrunner"] .link:hover, body[class*="schoolrunner"] .link-intro:hover, body[class*="schoolrunner"] .splash-header .splash-link:hover, .splash-header body[class*="schoolrunner"] .splash-link:hover {
	border-color: #4cc1ab
}
body[class*="western-rise"] .yh-logo {
	color: #cbd1a9
}
body[class*="western-rise"] .btn-menu .line, body[class*="western-rise"] .logo-loader {
	background: #cbd1a9
}
body[class*="western-rise"] .link:hover, body[class*="western-rise"] .link-intro:hover, body[class*="western-rise"] .splash-header .splash-link:hover, .splash-header body[class*="western-rise"] .splash-link:hover {
	border-color: #cbd1a9
}
h1, .header-fixed .yh-logo {
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #1a1a1a;
	font-weight: 300;
	margin: 0;
	padding: 0 0 50px;
	font-size: 38px;
	line-height: 57.76px;
	font-size: 3.8rem;
	line-height: 5.776rem
}
@media only screen and (max-width: 600px) {
h1, .header-fixed .yh-logo {
	padding: 0 0 25px
}
}
h2, .list-item.dashed, .list-item.large, .link-intro, .splash-header .splash-link {
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #505050;
	font-weight: 300;
	margin: 0;
	padding: 0 0 30px;
	font-size: 24px;
	line-height: 36px;
	font-size: 2.4rem;
	line-height: 3.6rem
}
@media only screen and (max-width: 600px) {
h2, .list-item.dashed, .list-item.large, .link-intro, .splash-header .splash-link {
	padding: 0 0 25px
}
}
h3 {
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #505050;
	font-weight: 300;
	margin: 0;
	padding: 0 0 30px;
	font-size: 22px;
	line-height: 33px;
	font-size: 2.2rem;
	line-height: 3.3rem
}
@media only screen and (max-width: 600px) {
h3 {
	padding: 0 0 25px
}
}
.article-title {
	font-weight: 600;
	padding-bottom: 25px
}
.logo-loader {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	position: absolute;
	width: 8px;
	height: 8px;
	z-index: 5000;
	top: 50%;
	right: 0;
	background: #f47d91;
	margin: -4px -20px 0 0
}
@media only screen and (max-width: 600px) {
.logo-loader {
	margin-top: -6px
}
}
.loader {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	width: 15px;
	height: 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 5000;
	background: #f47d91;
	margin: -7.5px 0 0 -7.5px
}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
	outline: none
}
.list {
	margin: 0;
	padding: 0;
	width: 100%
}
.list-item {
	list-style: none;
	margin: 0;
	padding: 0
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.list-item {
	width: 50%;
	float: left;
	padding-right: 25px
}
}
@media only screen and (max-width: 600px) {
.list-item {
	width: 50%;
	float: left;
	padding-right: 25px
}
}
@media only screen and (max-width: 480px) {
.list-item {
	width: 100%;
	float: none;
	padding-right: none
}
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.list-item.detail {
	width: 100%;
	float: left;
	padding-right: 0
}
}
.list-item.dashed {
	margin: 0;
	position: relative;
	padding: 0 0 10px 20px
}
.list-item.dashed:before {
	content: "–";
	left: 0;
	position: absolute;
	color: #d6d6d7
}
.list-item.large {
	margin: 0;
	position: relative;
	padding: 0 0 10px
}
.list-item.bold {
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 600;
	padding-bottom: 50px
}
@media only screen and (max-width: 600px) {
.list-item.bold {
	padding-bottom: 25px
}
}
.list-item.done {
	text-decoration: line-through
}
.list-item.duration {
	padding-bottom: 30px
}
.list-item.project-url {
	padding-top: 30px
}
.list-item:last-child {
	padding-bottom: 0
}
.list-social {
	margin: 0;
	list-style-type: none
}
@media only screen and (max-width: 1299px) {
.list-social {
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	float: none
}
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.list-social {
	text-align: center
}
}
.list-social .link.twitter:hover, .list-social .twitter.link-intro:hover, .list-social .splash-header .twitter.splash-link:hover, .splash-header .list-social .twitter.splash-link:hover {
	border-color: #00aced
}
.list-social .link.instagram:hover, .list-social .instagram.link-intro:hover, .list-social .splash-header .instagram.splash-link:hover, .splash-header .list-social .instagram.splash-link:hover {
	border-color: #3f729b
}
.list-social .link.facebook:hover, .list-social .facebook.link-intro:hover, .list-social .splash-header .facebook.splash-link:hover, .splash-header .list-social .facebook.splash-link:hover {
	border-color: #3b5998
}
.list-social .link.dribbble:hover, .list-social .dribbble.link-intro:hover, .list-social .splash-header .dribbble.splash-link:hover, .splash-header .list-social .dribbble.splash-link:hover {
	border-color: #ea4c89
}
.list-social-item {
	float: left;
	padding: 15px 50px;
	padding-left: 0
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.list-social-item {
	width: 50%;
	text-align: center;
	padding: 0;
	padding-bottom: 30px
}
}
@media only screen and (max-width: 600px) {
.list-social-item {
	width: 50%;
	text-align: center;
	padding: 0;
	padding-bottom: 30px
}
.list-social-item:last-child, .list-social-item:nth-last-child(2) {
	padding-bottom: 0
}
}
.nav-main .link.contact, .nav-main .contact.link-intro, .nav-main .splash-header .contact.splash-link, .splash-header .nav-main .contact.splash-link {
	color: #505050;
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 600;
	padding-bottom: 2px;
	border-bottom: 2px solid #d6d6d7
}
.nav-main .link.contact:hover, .nav-main .contact.link-intro:hover, .nav-main .splash-header .contact.splash-link:hover, .splash-header .nav-main .contact.splash-link:hover {
	border-color: #505050
}
.link, .link-intro, .splash-header .splash-link {
	color: #505050;
	font-weight: 600;
	padding-bottom: 2px;
	border-bottom: 2px solid #d6d6d7
}
.link:hover, .link-intro:hover, .splash-header .splash-link:hover {
	color: #505050
}
.link-intro, .splash-header .splash-link {
	color: #888;
	font-weight: 300
}
.link-next-prev {
	display: inline-block
}
.link-next-prev.next {
	float: right
}
.link-next-prev.prev {
	float: left
}

.mini-logo{
	
	width:100%;
	max-width:90px;
	text-align:center;
	
	}

.svg-almi {
	width: 90px;
	height: 70px;
	cursor: pointer
}
.svg-almi .almi-heads, .svg-almi .almi-body {
	fill: #505050
}
.svg-almi:hover .head-left {
	-moz-transform: translate(9px, 0);
	-webkit-transform: translate(9px, 0);
	-o-transform: translate(9px, 0);
	transform: translate(9px, 0)
}
.svg-almi:hover .head-right {
	-moz-transform: translate(-9px, 0);
	-webkit-transform: translate(-9px, 0);
	-o-transform: translate(-9px, 0);
	transform: translate(-9px, 0)
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.svg-almi {
	float: none;
	margin: 0 auto 25px
}
}
@media only screen and (max-width: 600px) {
.svg-almi {
	float: none;
	margin: 0 auto 25px
}
}
.svg-almi circle {
	position: relative
}
.almi-gif-wrapper {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	width: 100%;
	height: 100%;
	z-index: -1;
	position: fixed;
	top: 0px;
	left: 0px
}
.almi-gif-wrapper.is-visible {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
	filter: alpha(opacity=100);
	zoom: 1;
	z-index: 800;
}
.almi-gif {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	position: fixed;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: url("../img/ui/ui-cursor-close.png"), auto;
	background: url("../img/bg/bg-almi.jpg") center no-repeat;
	background-size: cover
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.almi-gif {
cursor:url("../img/ui/ui-cursor-close@2x.png"), auto
}
}
@media only screen and (max-width: 600px) {
.almi-gif {
	background: url("../img/bg/bg-almi-mobile.jpg") center no-repeat;
	background-size: cover
}
}
.almi-gif.is-visible {
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}
.btn-menu {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	position: absolute;
	top: 100px;
	right: 100px;
	padding-bottom: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: right
}
@media only screen and (max-width: 1299px) {
.btn-menu {
	top: 50px;
	right: 50px
}
}
@media only screen and (max-width: 600px) {
.btn-menu {
	top: 25px;
	right: 25px
}
}
.btn-menu .line.l-01 {
	width: 38px
}
.btn-menu .line.l-02 {
	width: 32px
}
.btn-menu .line.l-03 {
	width: 28px
}
.btn-menu .line.l-04 {
	width: 40px
}
.btn-menu:hover .line.l-01 {
	width: 32px
}
.btn-menu:hover .line.l-02 {
	width: 38px
}
.btn-menu:hover .line.l-03 {
	width: 40px
}
.btn-menu:hover .line.l-04 {
	width: 28px
}
.btn-menu .line {
	height: 5px;
	width: 40px;
	margin-bottom: 5px;
	background: #fff
}
.btn-menu-close {
	cursor: pointer;
	width: 40px;
	height: 40px;
	float: right;
	position: relative;
	clear: both;
	vertical-align: middle
}
@media only screen and (max-width: 1299px) {
.btn-menu-close {
	top: 8px
}
}
.btn-menu-close:hover .line {
	background: #505050
}
.btn-menu-close .line {
	width: 40px;
	height: 5px;
	position: absolute;
	top: 20px;
	left: 20px;
	margin-left: -20px;
	background: #d6d6d7
}
.btn-menu-close .line.l-01 {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.btn-menu-close .line.l-02 {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.nav-main {
	-moz-transition: padding 0.2s ease-out;
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
	display: none;
	padding: 100px;
	padding-top: 110px;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	background: #fff;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
	top: 0;
	left: 0
}
@media only screen and (min-width: 1300px) {
.nav-main {
	left: 50%;
	margin-left: -650px
}
}
@media only screen and (max-width: 1299px) {
.nav-main {
	padding: 50px
}
}
@media only screen and (max-width: 600px) {
.nav-main {
	padding: 12.5px 25px 25px
}
}
@media only screen and (min-width: 1300px) {
.nav-main.scrolled {
	padding-top: 35px
}
}
@media only screen and (max-width: 1299px) {
.nav-main.scrolled {
	padding-top: 50px
}
}
@media only screen and (max-width: 600px) {
.nav-main.scrolled {
	padding: 12.5px 25px 25px
}
}
.nav-main.is-open .nav-main-list-item {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
	filter: alpha(opacity=100);
	zoom: 1;
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0)
}
.nav-main.is-open .nav-main-list-item.portfolio {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s
}
.nav-main.is-open .nav-main-list-item.studio {
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	transition-delay: 0.15s
}
.nav-main.is-open .nav-main-list-item.contact {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s
}
.nav-main.is-open .nav-main-list-item.journal {
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	transition-delay: 0.25s
}
.nav-main.is-open .nav-main-list-item.contact-info {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.nav-main.is-closed .nav-main-list-item {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	-moz-transform: translate(180px, 0);
	-webkit-transform: translate(180px, 0);
	-o-transform: translate(180px, 0);
	transform: translate(180px, 0)
}
.nav-main.is-closed .nav-main-list-item.portfolio {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s
}
.nav-main.is-closed .nav-main-list-item.studio {
	-webkit-transition-delay: 0.25s;
	-moz-transition-delay: 0.25s;
	transition-delay: 0.25s
}
.nav-main.is-closed .nav-main-list-item.contact {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s
}
.nav-main.is-closed .nav-main-list-item.journal {
	-webkit-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
	transition-delay: 0.15s
}
.nav-main.is-closed .nav-main-list-item.contact-info {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s
}

ul.page-sections {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-sections li {
 display:inline;
 padding-left:2em;

}

.nav-main-list {
	padding-top: 30px;
	text-align: right;
	float: right;
	clear: right
}
.nav-main-list-item {
	font-size: 38px;
	line-height: 38px;
	font-size: 3.8rem;
	line-height: 3.8rem;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	-moz-transform: translate(160px, 0);
	-webkit-transform: translate(160px, 0);
	-o-transform: translate(160px, 0);
	transform: translate(160px, 0);
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin-bottom: 30px;
	position: relative
}
.nav-main-list-item .nav-link {
	position: relative;
	color: #505050
}
.nav-main-list-item .nav-link:hover {
	color: #505050
}
.nav-main-list-item .nav-link:hover .dot, .nav-main-list-item .nav-link.active .dot {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
	filter: alpha(opacity=100);
	zoom: 1
}
.nav-main-list-item .nav-link.portfolio .dot {
	background: #72d69a
}
.nav-main-list-item .nav-link.studio .dot {
	background: #f47d91
}
.nav-main-list-item .nav-link.contact .dot {
	background: #5acde0
}
.nav-main-list-item .nav-link.journal .dot {
	background: #888
}
.nav-main-list-item .dot {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	width: 8px;
	height: 8px;
	position: absolute;
	left: -20px;
	top: 13px
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.nav-main-list-item .dot {
	top: 11px
}
}
@media only screen and (max-width: 600px) {
.nav-main-list-item .dot {
	top: 10px
}
}
.nav-main-list-item.contact-info {
	font-size: 18px;
	line-height: 18px;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-bottom: 5px;
	margin-bottom: 15px
}
.nav-main-list-item.email {
	padding-top: 30px
}
.container {
	max-width: 1300px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.header {
	background-image:url(../img/bg/thumb.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding: 100px 100px 50px;
	color: #505050;
	position: relative;
	z-index: 800
}
@media only screen and (max-width: 1299px) {
.header {
	padding: 50px;
	
	background-image:url(../img/bg/thumb-small.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
}
@media only screen and (max-width: 600px) {
.header {
	padding: 25px;
	background-image:url(../img/bg/thumb-small.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
}
.yh-heading {
	margin: 0;
	padding: 0;
	padding-right: 25px
}
@media only screen and (max-width: 600px) {
.yh-heading {
	max-width: 200px;
	line-height: 1
}
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.tablet .yh-heading {
	width: 90%
}
}
@media only screen and (max-width: 600px) {
.content-heading {
	display: none
}
}
.yh-logo {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 1000
}
.yh-logo.large {
	display: block
}




@media only screen and (max-width: 600px) {
.yh-logo.large {
	display: none
}
}
.yh-logo.small {
	font-size: 52px;
	line-height: 72.8px;
	font-size: 5.2rem;
	line-height: 7.28rem;
	display: none
}



@media only screen and (max-width: 600px) {
.yh-logo.small {
	display: block
}
}
.header-fixed {
	position: absolute;
	z-index: 900;
	width: 100%;
	height: 50px;
	max-width: 1300px;
	top: 50px;
	left: 0
}
@media only screen and (min-width: 1300px) {
.header-fixed.scrolled {
	top: -25px;
	position: fixed
}
}
@media only screen and (max-width: 600px) {
.header-fixed.scrolled {
	top: 12.5px
}
}
@media only screen and (min-width: 1300px) {
.header-fixed {
	left: 50%;
	margin-left: -650px
}
}
@media only screen and (max-width: 1299px) {
.header-fixed {
	top: 50px;
	position: fixed
}
}
@media only screen and (max-width: 600px) {
.header-fixed {
	top: 12.5px;
	position: fixed
}
}
.header-fixed .yh-logo {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
	filter: alpha(opacity=100);
	zoom: 1;
	margin: 50px 0 0 100px;
	padding: 0;
	font-weight: 700;
	cursor: pointer;
	color: #d6d6d7
}
@media only screen and (max-width: 1299px) {
.header-fixed .yh-logo {
	margin: 0 0 0 50px;
	top: 0
}
}
@media only screen and (max-width: 600px) {
.header-fixed .yh-logo {
	margin: 0 0 0 25px;
	top: 0
}
}
.header-fixed .btn-menu {
	position: relative;
	margin: 60px 100px 0 0;
	top: auto;
	right: auto
}
.header-fixed .btn-menu .line {
	background: #d6d6d7
}
@media only screen and (max-width: 1299px) {
.header-fixed .btn-menu {
	margin: 0 50px 0 0;
	top: 0
}
}
@media only screen and (max-width: 600px) {
.header-fixed .btn-menu {
	margin: 0 25px 0 0;
	top: 0
}
}
.content-wrapper {
	position: relative;
	z-index: 10
}
.section {
	padding: 100px 75px 0;
	position: relative;
	z-index: 10
}
@media only screen and (max-width: 1299px) {
.section {
	padding: 50px 25px 0
}
}
@media only screen and (max-width: 600px) {
.section {
	padding: 25px 25px 0
}
}
.section.wrapper {
	min-height: 2000px
}
.page-heading {
	display: none;
	visibility: hidden
}
.section-intro.portfolio, .post-full .portfolio.post-intro, .post-full h3.portfolio {
	padding-bottom: 0
}


.footer {
	padding: 50px 75px 0;
	position: relative;
	z-index: 12;
	
background: black;
}


.footer-back {


	
	width: 100%;
height: 456px;
background: black;
position: absolute;
margin-top: -456px;
left: 0;
z-index: -10;
}


@media only screen and (max-width: 1299px) {
.footer {
	padding: 50px 25px 0
}
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.footer {
	text-align: center;
	padding: 25px 25px 0
}
}
@media only screen and (max-width: 600px) {
.footer {
	text-align: center;
	padding: 50px 25px 0
}
}
.friends {
	text-align: right
}
.friends-quote {
	width: 83.33333%;
	color: #d6d6d7;
	padding-top: 30px
}
@media only screen and (max-width: 600px) {
.friends-quote {
	padding: 0 30px;
	float: none;
	width: auto
}
}
.friends-quote h2, .friends-quote .list-item.dashed, .friends-quote .list-item.large, .friends-quote .link-intro, .friends-quote .splash-header .splash-link, .splash-header .friends-quote .splash-link {
	color: #d6d6d7
}
.column-title {
	color: #d6d6d7;
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	padding-bottom: 50px;
	font-weight: 500
}
.column-title:after {
	content: " –"
}
@media only screen and (max-width: 600px) {
.column-title {
	padding-bottom: 25px
}
}
.column-title.article {
	padding-bottom: 0
}
.column-title.blank:after {
	content: ""
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.column-title.blank {
	display: none
}
}
@media only screen and (max-width: 600px) {
.column-title.blank {
	display: none
}
}
.column-row {
	clear: both
}
.span-1 {
	width: 8.33333%
}
.span-2 {
	width: 16.66667%
}
.span-3, .project-image-wrapper.mobile {
	width: 25%
}
.span-4 {
	width: 33.33333%
}
.span-5 {
	width: 41.66667%
}
.span-6, .project-image-wrapper.half, .project-image-wrapper.tablet {
	width: 50%
}
.span-7 {
	width: 58.33333%
}
.span-8, .project-image-description, .post-full .post-intro, .post-full h3, .post-full h4, .post-full p {
	width: 66.66667%
}
.span-9 {
	width: 75%
}
.span-10 {
	width: 83.33333%
}
.span-11 {
	width: 91.66667%
}
.span-12, .project-image-wrapper.full, .project-image-wrapper.browser {
	width: 100%
}
.column, .post-full .post-intro, .post-full h3, .post-full h4, .post-full p {
	float: left;
	padding: 0 25px 100px
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.column, .post-full .post-intro, .post-full h3, .post-full h4, .post-full p {
	width: 100%;
	padding-bottom: 50px
}
}
@media only screen and (max-width: 600px) {
.column, .post-full .post-intro, .post-full h3, .post-full h4, .post-full p {
	width: 100%;
	clear: both;
	padding: 0 0 50px
}
}
.column.full, .post-full .full.post-intro, .post-full h3.full, .post-full h4.full, .post-full p.full {
	padding-left: 0;
	padding-right: 0;
	clear: both
}
.column.article, .post-full .article.post-intro, .post-full h3.article, .post-full h4.article, .post-full p.article {
	padding-bottom: 50px
}
@media only screen and (max-width: 600px) {
.column.article, .post-full .article.post-intro, .post-full h3.article, .post-full h4.article, .post-full p.article {
	padding-bottom: 30px
}
}
.column.contact, .post-full .contact.post-intro, .post-full h3.contact, .post-full h4.contact, .post-full p.contact {
	clear: both
}
.column.empty, .post-full .empty.post-intro, .post-full h3.empty, .post-full h4.empty, .post-full p.empty {
	padding-bottom: 0
}
.column.right, .post-full .right.post-intro, .post-full h3.right, .post-full h4.right, .post-full p.right {
	float: right
}
.splash-wrapper {
	max-width: 800px;
	margin: 0 auto;
	position: relative
}
.splash-header {
	position: relative;
	z-index: 100
}
.splash-header .splash-logo {
	display: block;
	width: 50%;
	float: left;
	position: relative
}
.splash-header .splash-logo .logo-almi {
	position: absolute;
	top: 6px;
	left: -60px;
	width: 26px
}
.splash-header .splash-logo .logo-almi .almi-heads, .splash-header .splash-logo .logo-almi .almi-body {
	fill: #505050
}
.splash-header .splash-logo .logo-type {
	font-size: 24px;
	line-height: 24px;
	font-size: 2.4rem;
	line-height: 2.4rem;
	font-weight: 700
}
.splash-header .splash-link {
	float: right;
	display: inline-block;
	padding: 18px 0 0;
	line-height: 24px
}
.splash-content {
	font-size: 24px;
	line-height: 36px;
	font-size: 2.4rem;
	line-height: 3.6rem;
	color: #505050;
	position: relative;
	z-index: 100;
	padding: 120px 0 80px
}
@media only screen and (max-width: 600px) {
.splash-content {
	padding: 100px 0 20px
}
}
.splash-content p {
	padding-bottom: 20px
}
.splash-bg-text {
	font-size: 90px;
	line-height: 80px;
	font-size: 9rem;
	line-height: 8rem;
	color: #e8e7e7;
	font-weight: 700;
	position: absolute;
	top: 220px;
	left: 50%;
	z-index: 1;
	margin-left: -440px;
	width: 900px;
	letter-spacing: -4px
}
@media only screen and (min-width: 801px) and (max-width: 1299px) {
.splash-bg-text {
	top: 170px
}
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.splash-bg-text {
	top: 180px;
	width: 100%;
	margin-left: 0;
	left: 0
}
}
@media only screen and (max-width: 600px) {
.splash-bg-text {
	top: 105px;
	width: 100%;
	margin-left: 0;
	left: 0
}
}

li.w3-tag.w3-card-4.w3-margin-bottom.w3-padding-12.w3-xlarge.w3-black:hover{
	
	 animation: shake .5s ease-in-out;
	
	
	}
	
	
	@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-10px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}
	
	


.partner-name {
	font-family: "ff-mark-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #505050;
	font-weight: 600;
	padding-bottom: 30px
}
@media only screen and (max-width: 600px) {
.partner-name {
	padding-bottom: 25px
}
}
.partner-image {
	display: none
}
@media only screen and (max-width: 600px) {
.partner-image {
	display: block;
	
}
}
.partners-title {
	overflow: hidden
}
.partners-title.mike {
	text-indent: -1000px
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.partners-title.mike {
	text-indent: 0
}
}
@media only screen and (max-width: 600px) {
.partners-title.mike {
	text-indent: 0
}
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.partners-title.alexander {
	display: none
}
}
@media only screen and (max-width: 600px) {
.partners-title.alexander {
	display: none
}
}
@media only screen and (max-width: 600px) {
.studio-image {
	display: none
}
}
.contact-info .list-item {
	padding-bottom: 30px
}
.project-grid-item {
	height: 300px;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative
}
@media only screen and (max-width: 600px) {
.project-grid-item {
	margin-bottom: 25px;
	height: 260px
}
}
.project-grid-thumb {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2
}
.project-grid-link {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
.project-grid-link:hover .project-grid-details {
	-moz-opacity: 0.9;
	-webkit-opacity: 0.9;
	-o-opacity: 0.9;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 90 ")";
	filter: alpha(opacity=90);
	zoom: 1
}
.project-grid-link:hover .project-grid-details-title, .project-grid-link:hover .project-grid-details-tags {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
	filter: alpha(opacity=100);
	zoom: 1
}
@media only screen and (max-width: 600px) {
.project-grid-link {
	height: 260px
}
}
.project-grid-link.active .dot {
	display: inline-block
}
.project-grid-link .dot {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	display: none;
	width: 7px;
	height: 7px;
	position: relative;
	top: -3px;
	margin-left: 10px;
	background: #fff
}
.project-grid-details {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	width: 100%;
	height: 100%;
	padding: 30px;
	color: #fff
}
.project-grid-details-tags {
	-webkit-transition-delay: 0.045s;
	-moz-transition-delay: 0.045s;
	transition-delay: 0.045s;
	-moz-transform: translate(-100px, 0);
	-webkit-transform: translate(-100px, 0);
	-o-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	max-width: 400px;
	position: relative
}
.project-grid-details-title {
	font-size: 24px;
	line-height: 39.6px;
	font-size: 2.4rem;
	line-height: 3.96rem;
	-moz-transform: translate(-100px, 0);
	-webkit-transform: translate(-100px, 0);
	-o-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
	filter: alpha(opacity=0);
	zoom: 1;
	font-weight: 700;
	position: relative
}
.project-image-list {
	list-style: none;
	margin: 0;
	padding: 0
}
.project-image-caption, .project-image-description {
	list-style: none;
	position: relative;
	padding: 0 25px;
	clear: both;
	display: block
}
@media only screen and (max-width: 1299px) {
.project-image-caption, .project-image-description {
	padding: 0 25px
}
}
@media only screen and (max-width: 600px) {
.project-image-caption, .project-image-description {
	padding: 0
}
}
.project-image-caption {
	clear: both
}
.project-image-description {
	clear: both;
	padding-bottom: 100px
}
@media only screen and (max-width: 1299px) {
.project-image-description {
	padding-bottom: 50px
}
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.project-image-description {
	width: 100%
}
}
@media only screen and (max-width: 600px) {
.project-image-description {
	padding-bottom: 25px;
	width: 100%
}
}
.project-image-wrapper {
	list-style: none;
	position: relative;
	padding: 0 25px 100px
}
@media only screen and (max-width: 1299px) {
.project-image-wrapper {
	padding: 0 25px 50px
}
}
@media only screen and (max-width: 600px) {
.project-image-wrapper {
	padding: 0 0 25px
}
}
.project-image-wrapper.full {
	clear: both
}
.project-image-wrapper.half {
	float: left
}
@media only screen and (max-width: 600px) {
.project-image-wrapper.half {
	float: none;
	width: 100%
}
}
.project-image-wrapper.browser {
	clear: both
}
.project-image-wrapper.mobile {
	float: left
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.project-image-wrapper.mobile {
	width: 50%
}
.project-image-wrapper.mobile.even {
	padding-left: 25px
}
.project-image-wrapper.mobile.odd {
	padding-right: 25px
}
}
@media only screen and (max-width: 600px) {
.project-image-wrapper.mobile {
	width: 50%
}
.project-image-wrapper.mobile.even {
	padding-left: 15px
}
.project-image-wrapper.mobile.odd {
	padding-right: 15px
}
}
.project-image-wrapper.tablet {
	float: left
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.project-image-wrapper.tablet {
	width: 100%
}
}
@media only screen and (max-width: 600px) {
.project-image-wrapper.tablet {
	width: 100%
}
}
.project-image-device {
	overflow: hidden
}
.project-image-device.half {
	width: 100%
}
.project-image-device.browser {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-border-radius: 9px;
	border-radius: 9px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	clear: both;
	border: 3px solid #505050;
	padding-top: 50px;
	background: url("../img/bg/bg-browser.png") 18px 5px no-repeat
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.project-image-device.browser {
background:url("../img/bg/bg-browser@2x.png") 18px 5px no-repeat;
background-size:61px 40px
}
}
@media only screen and (max-width: 600px) {
.project-image-device.browser {
	background: none;
	padding-top: 30px
}
}
.project-image-device.browser .project-image {
	border-top: 3px solid #505050
}
.project-image-device.mobile {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 3px solid #505050;
	padding: 0 8px;
	background: url("../img/bg/bg-mobile-top.png") center 8px no-repeat, url("../img/bg/bg-ios-button.png") center 97.8% no-repeat
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.project-image-device.mobile {
background:url("../img/bg/bg-mobile-top@2x.png") center 8px no-repeat, url("../img/bg/bg-ios-button@2x.png") center 97.8% no-repeat;
background-size:61px 40px
}
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.project-image-device.mobile {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: none;
	padding: 0
}
}
@media only screen and (max-width: 600px) {
.project-image-device.mobile {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: none;
	padding: 0
}
}
.project-image-device.mobile .project-image {
	margin: 60px 0;
	border: 3px solid #505050
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.project-image-device.mobile .project-image {
	border-left: none;
	border-right: none;
	margin: 50px 0
}
}
@media only screen and (max-width: 600px) {
.project-image-device.mobile .project-image {
	border-left: none;
	border-right: none;
	margin: 30px 0
}
}
.project-image-device.tablet {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 3px solid #505050;
	padding: 0 8px;
	background: url("../img/bg/bg-tablet-top.png") center 10px no-repeat, url("../img/bg/bg-ios-button.png") center 98.7% no-repeat
}
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.project-image-device.tablet {
background:url("../img/bg/bg-tablet-top@2x.png") center 10px no-repeat, url("../img/bg/bg-ios-button@2x.png") center 98.7% no-repeat;
background-size:61px 40px
}
}
@media only screen and (max-width: 600px) {
.project-image-device.tablet {
	background: none
}
}
.project-image-device.tablet .project-image {
	margin: 60px 0;
	border: 3px solid #505050
}
@media only screen and (max-width: 600px) {
.project-image-device.tablet .project-image {
	margin: 50px 0
}
}
.project-image {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%
}
.contact-map {
	min-height: 500px
}
@media only screen and (max-width: 600px) {
.contact-map {
	min-height: 400px
}
}
.caption {
	color: #d6d6d7;
	display: block;
	font-size: 14px;
	line-height: 23.1px;
	font-size: 1.4rem;
	line-height: 2.31rem
}
.post-full {
	padding-bottom: 50px
}
@media only screen and (max-width: 600px) {
.post-full {
	padding-bottom: 25px
}
}
.post-full .post-intro, .post-full h3 {
	padding-bottom: 30px
}
.post-full h4 {
	color: #505050;
	padding-bottom: 30px;
	padding-top: 30px;
	margin: 0
}
.post-full p {
	margin: 0;
	padding-bottom: 30px
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.post-full p {
	width: 100%;
	padding-bottom: 25px
}
}
@media only screen and (max-width: 600px) {
.post-full p {
	width: 100%;
	clear: both;
	padding: 0 0 25px
}
}
.post-full .article-title, .post-full .article-date {
	padding-left: 25px
}
@media only screen and (max-width: 600px) {
.post-full .article-title, .post-full .article-date {
	padding-left: 0
}
}
.post-image {
	padding-bottom: 50px
}
@media only screen and (min-width: 481px) and (max-width: 799px) {
.post-image {
	padding-bottom: 25px
}
}
@media only screen and (max-width: 600px) {
.post-image {
	padding-bottom: 25px
}
}
.error-content .page-title {
	display: none
}
@media only screen and (max-width: 600px) {
.error-content .page-title {
	display: block
}
}
.error-content .section-intro, .error-content .post-full .post-intro, .post-full .error-content .post-intro, .error-content .post-full h3, .post-full .error-content h3 {
	display: none
}
@media only screen and (max-width: 600px) {
.error-content .section-intro, .error-content .post-full .post-intro, .post-full .error-content .post-intro, .error-content .post-full h3, .post-full .error-content h3 {
	display: block
}
}
/*# sourceMappingURL=style.css.map */







