/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  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.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none !important;
}
/*********************
TOOLS
*********************/
* {
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'Garamond';
  src: url('../fonts/AGaramondPro-Regular.eot');
  src: url('../fonts/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AGaramondPro-Regular.woff') format('woff'), url('../fonts/AGaramondPro-Regular.ttf') format('truetype'), url('../fonts/AGaramondPro-Regular.svg#Garamond') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GaramondItalic';
  src: url('../fonts/AGaramondPro-Italic.eot');
  src: url('../fonts/AGaramondPro-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/AGaramondPro-Italic.woff') format('woff'), url('../fonts/AGaramondPro-Italic.ttf') format('truetype'), url('../fonts/AGaramondPro-Italic.svg#GaramondItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akzidenz';
  src: url('../fonts/AkzidenzGroteskBE-Regular.eot');
  src: url('../fonts/AkzidenzGroteskBE-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AkzidenzGroteskBE-Regular.woff') format('woff'), url('../fonts/AkzidenzGroteskBE-Regular.ttf') format('truetype'), url('../fonts/AkzidenzGroteskBE-Regular.svg#Akzidenz') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  /*
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif;
  font-style: italic;
  */
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANSITION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/* MINE *************************/
.relative {
  position: relative;
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: "Garamond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-size: 18px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #ec008c;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #be0071;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Garamond", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: normal;
  /*font-weight: 400;*/
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin: .2em 0em;
}
h1 a {
  color: #000;
}
h1 a:hover {
  color: #ec008c;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* STRUCTURE */
.textbig {
  font-size: 21px;
}
em {
  font-family: 'GaramondItalic';
  font-style: normal;
}
img {
  margin: 0;
  padding: 0;
}
.wrap {
  padding: 0px 10px;
}
#nprogress {
  /* Make clicks pass-through */
  pointer-events: none;
  /* Fancy blur effect */
}
#nprogress .bar {
  background: #ec008c;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.img-loading {
  /*background: url(../images/ajax-loader.gif) center center no-repeat;*/
}
.img-broken {
  background: url(../images/image-broken.png) center center no-repeat;
  background-size: 48px 38px;
}
.typob {
  font-family: 'Akzidenz';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
}
/* MAIN STRUCTURE *************************/
.menu-common {
  display: inline-block;
  position: fixed;
  left: 10px;
  top: 55px;
  font-size: 21px;
  line-height: 39px;
}
#container {
  left: 0px;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#container #bg-menu {
  width: 100%;
  height: 48px;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 5;
}
#container.desktop #bg-menu {
  display: none;
}
#container ul#logo-header {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10;
  margin: 0;
}
#container ul#logo-header li {
  float: left;
  margin-right: 5px;
}
#container ul#logo-header li #icon-menu {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  margin-right: 25px;
}
#container ul#logo-header li #icon-menu .ic {
  position: absolute;
  top: 7px;
  width: 18px;
  height: 18px;
  background: url(../images/menu-icon-arrow.png) no-repeat;
  background-size: 36px 18px;
}
#container ul#logo-header li #logo {
  width: 166px;
  height: 26px;
  background: url(../images/logo-double-436x68.png) no-repeat;
  background-size: cover;
  /*
				position: absolute;
				left: 50%;
				margin-left: -83px;
				*/
}
#container #logo-sketchbook {
  display: none;
  width: 18px;
  position: fixed;
  z-index: 17;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
}
@media (min-width: 1024px) {
  #container #logo-sketchbook {
    width: 24px;
    bottom: 40px;
    right: 40px;
  }
}
#container #logo-sketchbook svg {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#container #logo-sketchbook a:hover svg .color-fill {
  fill: #ec008c !important;
}
#container #drawer {
  display: inline-block;
  position: fixed;
  left: 10px;
  top: 55px;
  font-size: 21px;
  line-height: 39px;
  z-index: 9;
  -webkit-box-flex: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  #container #drawer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#container #drawer ul.top-nav {
  opacity: 0;
  margin: 0;
  padding-bottom: 105px;
}
#container #drawer ul.top-nav a {
  color: #acacac;
  font-weight: lighter;
}
#container #drawer ul.top-nav a:hover {
  color: #000;
}
#container #drawer ul.top-nav ul.sub-menu {
  position: relative;
  zoom: 1;
  margin: 10px 0px 15px 15px;
}
#container #drawer ul.top-nav ul.sub-menu li a {
  text-transform: lowercase;
}
#container #drawer ul.top-nav li:first-child ul.sub-menu li a {
  text-transform: none;
}
#container #drawer ul.top-nav .current-menu-parent > a,
#container #drawer ul.top-nav .current-menu-item > a {
  color: #000;
}
#container #drawer ul.top-nav .current-work-parent > a {
  color: #acacac;
}
#container #drawer ul.top-nav .current-work-parent > a:hover {
  color: #000;
}
#container.desktop #drawer {
  display: inline-block;
  position: fixed;
  left: 10px;
  top: 55px;
  font-size: 21px;
  line-height: 39px;
}
#container #menu-label {
  display: none;
}
#container ul#widget-header {
  opacity: 0;
  display: block;
  position: fixed;
  top: 16px;
  right: 10px;
  z-index: 7;
  font-family: 'Akzidenz';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  text-transform: none;
  font-size: 14px;
  color: #252525;
  margin: 0;
  padding: 0;
  height: 21px;
  overflow: hidden;
  line-height: 21px;
}
#container ul#widget-header a {
  color: #000;
}
#container ul#widget-header a.lang {
  color: #ec008c;
}
#container ul#widget-header a.lang:hover {
  color: #000;
}
#container ul#widget-header li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
#container ul#widget-header li .lab {
  color: #ec008c;
  vertical-align: top;
}
#container ul#widget-header li ul.display {
  margin: 0;
  position: relative;
  display: inline-block;
  top: 0px;
  opacity: 0;
}
#container ul#widget-header li ul.display li {
  display: block;
  margin: 0;
  margin-bottom: 19px;
  line-height: 21px;
}
#container ul#widget-header #ny,
#container ul#widget-header #az {
  display: none;
}
#container #content {
  position: relative;
  z-index: 2;
}
#container #content #inner-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
#container footer.footer {
  display: none;
  font-size: 14px;
  color: #acacac;
}
#container footer.footer a {
  color: #acacac;
}
#container footer.footer a:hover {
  color: #ec008c;
}
#container footer.footer #copyrights {
  float: left;
}
#container footer.footer #credits {
  float: right;
}
/* SLIDESHOW FULL SCREEN *************************/
.home {
  background: #fdf6f7;
}
.arrow_internal {
  position: absolute;
  width: 20px;
  height: 37px;
  background-image: url(../images/arrows.png);
  top: 50%;
  margin-top: -18px;
}
.absolute {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}
#bg-slideshow {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  overflow: hidden;
}
#bg-slideshow .slide {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#bg-slideshow #caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #acacac;
  font-size: 14px;
  line-height: 0px;
}
.home #content {
  cursor: pointer;
}
/* WORKS GRID PAGE ***********************************/
#content #grid {
  opacity: 0;
  position: relative;
  padding: 50px 0px 50px 0px;
  overflow: hidden;
}
#content #grid .item {
  margin: 0px 1px 1px 0px;
  padding: 10px;
  /*width: 300px;*/
}
#content #grid .item img {
  max-width: 300px;
  height: auto;
}
#content #grid .item .img {
  position: relative;
}
#content #grid .item .img .img-container {
  position: relative;
  overflow: hidden;
}
#content #grid .item .img .img-container .featured {
  position: absolute;
  margin: 0;
  padding: 0;
}
#content #grid .item .img .title-p {
  font-size: 21px;
  padding: 10px 0px;
  text-align: left;
}
#content #grid .item a {
  color: #000;
}
#content #grid .item a:hover {
  color: #ec008c;
}
/* COMMON PAGE LAYOUT *************************/
.grid3 {
  margin: 0 auto;
}
.grid3 .col2 {
  float: left;
  width: 93.8%;
  margin-left: 3.1%;
}
.grid3 .col2 img {
  max-width: 300px;
  height: auto;
}
.grid3 .col3 {
  /*display:none;*/
  float: left;
  width: 93.8%;
  margin-left: 3.1%;
}
.grid3 .col1center {
  width: 320px;
  margin: 0 auto;
}
/* SINGLE WORK PAGE ***************************/
.arrow-p-common {
  position: absolute;
  width: 20px;
  height: 37px;
  background-image: url(../images/arrows.png);
  top: 50%;
  margin-top: -18px;
  transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
  -moz-transform: scale(0.4, 0.4);
  -o-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: relative;
  margin-top: 4px;
}
body.single-work {
  /*background: @pink-bg;*/
}
body.single-work #content {
  opacity: 0;
}
body.single-work #slideshow-work {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: -40px;
}
body.single-work #slideshow-work .slide-work {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.single-work #slideshow-work .slide-work img,
body.single-work #slideshow-work .slide-work #post,
body.single-work #slideshow-work .slide-work #post .int {
  position: absolute;
  left: 50%;
  top: 50%;
}
body.single-work #slideshow-work .slide-work #post {
  background: rgba(0, 0, 0, 0.45);
}
body.single-work #slideshow-work .slide-work #post .int {
  width: 70%;
  text-align: center;
  color: #fff;
}
body.single-work #slideshow-work .slide-work #post .int .tit {
  font-size: 36px;
  line-height: 32px;
}
body.single-work #slideshow-work .slide-work #post .int .loc {
  margin-top: 5px;
  font-size: 20px;
}
body.single-work #slideshow-work .arrow {
  background: none;
}
body.single-work #slideshow-work .aleft {
  left: 0;
}
body.single-work #slideshow-work .aright {
  right: 0;
}
body.single-work #text-content {
  position: relative;
}
body.single-work #text-content #lab {
  text-align: center;
  font-family: 'Akzidenz';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 14px;
  color: #ec008c;
  margin-bottom: 50px;
}
body.single-work #text-content #lab:hover {
  color: #be0071;
}
body.single-work #text-content h1 {
  text-align: center;
}
body.single-work #text-content .entry-content {
  font-size: 22px;
  line-height: 1.4em;
}
body.single-work #text-content .entry-content .block {
  border-bottom: 1px solid #e5e1e1;
}
body.single-work #text-content .entry-content .block.gallery_block {
  padding: 20px 0px 15px 0px;
  text-align: center;
}
body.single-work #text-content .entry-content .block.gallery_block .work-detail {
  display: inline;
  margin: 5px;
}
body.single-work #text-content .entry-content .block.gallery_block .work-detail img {
  max-height: 70px;
  width: auto;
}
body.single-work #text-content .entry-content .block:last-child {
  border-bottom: none;
}
body.single-work #text-content ul.specs {
  /*position:fixed;*/
  margin-top: 0px;
}
body.single-work #text-content ul.specs li {
  margin-bottom: 15px;
}
body.single-work #text-content ul.specs li .t-field {
  font-family: 'Akzidenz';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ec008c;
}
body.single-work #text-content ul.specs li .t-text {
  font-size: 16px;
}
body.single-work #text-content ul.specs li .t-text a {
  color: #000;
}
body.single-work #text-content ul.specs li .t-text a:hover {
  color: #ec008c;
}
body.single-work #footer-work {
  padding-bottom: 20px;
}
body.single-work #footer-work .img {
  position: relative;
}
body.single-work #footer-work .img .img-container {
  position: relative;
  overflow: hidden;
}
body.single-work #footer-work .img .img-container .featured {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
body.single-work #footer-work .img .post-a {
  font-size: 15px;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
}
body.single-work #footer-work ul.ft {
  border-top: 1px solid #e5e1e1;
  margin: 0;
  padding: 0;
}
body.single-work #footer-work ul.ft li {
  display: inline;
  width: 33.3%;
  min-width: 33.3%;
  margin: 0;
  padding: 0;
  float: left;
  vertical-align: bottom;
  margin-top: 35px;
}
body.single-work #footer-work ul.ft #prev-work {
  display: inline;
  height: 40px;
}
body.single-work #footer-work ul.ft #prev-work .arrow-p {
  float: left;
  margin-right: 10px;
  position: absolute;
  width: 20px;
  height: 37px;
  background-image: url(../images/arrows.png);
  top: 50%;
  margin-top: -18px;
  transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
  -moz-transform: scale(0.4, 0.4);
  -o-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: relative;
  margin-top: 4px;
  background-position: -40px 0px;
}
body.single-work #footer-work ul.ft #prev-work .img {
  float: left;
}
body.single-work #footer-work ul.ft #prev-work .img .img-container img {
  width: auto;
  max-height: 40px;
}
body.single-work #footer-work ul.ft #next-work {
  display: inline;
  height: 40px;
  vertical-align: middle;
}
body.single-work #footer-work ul.ft #next-work .arrow-p {
  float: right;
  margin-left: 10px;
  position: absolute;
  width: 20px;
  height: 37px;
  background-image: url(../images/arrows.png);
  top: 50%;
  margin-top: -18px;
  transform: scale(0.4, 0.4);
  -webkit-transform: scale(0.4, 0.4);
  -moz-transform: scale(0.4, 0.4);
  -o-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: relative;
  margin-top: 4px;
}
body.single-work #footer-work ul.ft #next-work .img {
  float: right;
}
body.single-work #footer-work ul.ft #next-work .img .img-container {
  float: right;
}
body.single-work #footer-work ul.ft #next-work .img .img-container img {
  width: auto;
  max-height: 40px;
}
body.single-work #footer-work ul.ft .text-left .post-a {
  margin-left: 30px;
  margin-top: 10px;
}
body.single-work #footer-work ul.ft .text-right .post-a {
  margin-right: 30px;
  margin-top: 10px;
}
body.single-work #footer-work ul.ft .ow {
  font-size: 16px;
  color: #ec008c;
  line-height: 40px;
  display: inline-block;
}
body.single-work #footer-work ul.ft a:hover {
  color: #ec008c;
}
body.single-work #footer-work ul.ft a:hover #prev-work .arrow-p {
  background-position: -60px 0px;
}
body.single-work #footer-work ul.ft a:hover #next-work .arrow-p {
  background-position: -20px 0px;
}
body.single-work #footer-work ul.ft a:hover .post-a {
  color: #ec008c;
}
body.page-template-page-about-php {
  background: #fdf6f7;
}
body.page-template-page-about-php #inner-content {
  max-width: 300px;
  margin: 0 auto;
}
body.page-template-page-about-php #inner-content img {
  max-width: 300px;
  height: auto;
}
body.page-template-page-about-php #inner-content .grid3 .col3 ul.cat {
  display: none;
}
body.page-template-page-about-php footer.footer {
  display: block !important;
  /*position:fixed;
		bottom: @margin;
		z-index: 6;
		*/
  position: relative;
  left: 0px;
  width: 100%;
  margin: 50px 0px 20px 0px;
}
.colhalf {
  float: left;
  width: 100%;
  margin-right: 0%;
}
.colhalf:last-child {
  margin-right: 0px;
}
.title {
  font-family: 'Akzidenz';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ec008c;
  font-size: 14px;
}
.list {
  font-size: 20px;
}
.list em {
  font-size: 14px;
}
.list ul {
  margin-top: 10px;
}
#grid-clients a,
#grid-press a {
  color: #000;
}
#grid-clients a:hover,
#grid-press a:hover {
  color: #ec008c;
}
#grid-contact {
  margin-top: 20px;
  font-size: 20px;
}
#grid-contact ul {
  font-size: 14px;
  margin-top: 0px;
}
article {
  margin-bottom: 20px;
}
article .post-date {
  font-family: 'Akzidenz';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  color: #acacac;
}
article .cat {
  color: #ec008c;
}
article .more-link {
  font-family: 'Akzidenz';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ec008c;
}
article.format-quote section.entry-content {
  margin: 0 1em;
}
article.format-quote section.entry-content blockquote {
  font-size: 24px;
  margin: 1.5em 0 1em 0;
}
article.format-quote section.entry-content blockquote:before {
  content: "\201C";
}
article.format-quote section.entry-content blockquote:after {
  content: "\201D";
}
article.format-quote section.entry-content blockquote p {
  display: inline;
}
article h1 a {
  color: #000 !important;
}
article h1 a:hover {
  color: #ec008c !important;
}
ul.cat {
  display: none;
}
nav.pagination ul.page-numbers li {
  display: inline-block;
  margin-right: 20px;
}
#infscr-loading {
  text-align: center;
  color: #ec008c;
}
#infscr-loading img {
  display: none;
}
#prev-post {
  float: left;
  width: 31%;
  text-align: left;
  margin-top: 30px;
}
#next-post {
  float: right;
  width: 31%;
  text-align: right;
  margin-top: 30px;
}
a .post-a {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
#grid-press {
  /*border:1px solid rgba(0,0,255,1); */
  position: relative;
  width: 320px;
  margin-top: 8px;
}
#grid-press .item {
  float: left;
  max-width: 300px;
  margin: 0px 0px 20px 0px;
  /*background:rgba(0,0,0,.2);*/
  font-size: 16px;
}
#grid-press .item .article-header {
  margin-bottom: 7px;
}
#grid-press .item img {
  max-width: 300px;
  height: auto;
  margin-bottom: 5px;
}
#grid-press .item a {
  color: #000;
}
#grid-press .item a:hover {
  color: #ec008c;
}
iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
/*
@media only screen and (min-width: 481px) {

	// styles in 481up.less
	@import "_481up.less";

} // end of media query
*/
@media only screen and (min-device-width: 320px) and (orientation: landscape) {
  /*and (max-device-width : 568px)*/
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 2em;
    line-height: 36px;
    margin: .2em 0em;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    padding: 0px 20px;
  }
  .typob {
    font-family: 'Akzidenz';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
  }
  .bsmall {
    font-size: 12px;
  }
  /* MAIN STRUCTURE *************************/
  .menu-common {
    display: block;
    position: fixed;
    left: 20px;
    top: 90px;
    font-size: 24px;
  }
  #container {
    width: 100%;
    height: 100%;
  }
  #container #bg-menu {
    height: 80px;
    display: none;
  }
  #container ul#logo-header {
    top: 20px;
    left: 20px;
  }
  #container ul#logo-header li {
    margin-right: 20px;
  }
  #container ul#logo-header li #icon-menu {
    width: 34px;
    height: 34px;
    margin-right: 0px;
  }
  #container ul#logo-header li #icon-menu .ic {
    top: auto;
    bottom: 1px;
    width: 22px;
    height: 22px;
    background-size: 44px 22px;
  }
  #container ul#logo-header li #logo {
    width: 218px;
    height: 34px;
  }
  #container #drawer {
    display: block;
    position: fixed;
    left: 20px;
    top: 90px;
    font-size: 24px;
  }
  #container #drawer ul.top-nav {
    /*position: absolute;*/
  }
  #container #drawer ul.top-nav ul.sub-menu {
    font-size: 21px;
  }
  #container #drawer ul.top-nav li:last-child ul.sub-menu {
    display: none;
  }
  #container.desktop {
    /*min-width: 768px;*/
  }
  #container.desktop ul#logo-header li #icon-menu {
    display: none !important;
  }
  #container.desktop #drawer {
    display: block;
    position: fixed;
    left: 20px;
    top: 90px;
    font-size: 24px;
  }
  #container #menu-label {
    display: block;
    position: fixed;
    left: 20px;
    top: 90px;
    font-size: 24px;
    z-index: 8;
    color: #000;
  }
  #container #menu-label span {
    color: #cccccc;
  }
  #container ul#widget-header {
    top: 33px;
    right: 20px;
    font-family: 'Akzidenz';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 14px;
  }
  #container ul#widget-header #ny,
  #container ul#widget-header #az {
    display: inline-block;
    font-size: 12px;
  }
  #container #content #inner-content {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  #container footer.footer {
    display: none;
    font-size: 16px;
    color: #acacac;
  }
  #container footer.footer a {
    color: #acacac;
  }
  #container footer.footer a:hover {
    color: #ec008c;
  }
  #container footer.footer #copyrights {
    float: left;
  }
  #container footer.footer #credits {
    float: right;
  }
  /* SLIDESHOW FULL SCREEN *************************/
  #bg-slideshow #caption {
    right: 20px;
    bottom: 20px;
  }
  .arrow_internal {
    position: absolute;
    width: 70px;
    height: 90px;
    /*background-image: url(../images/new-arrows-140x90.png);*/
    background-image: url(../images/new-arrows-280x90.png);
    top: 50%;
    margin-top: -45px;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
  .arrow {
    position: absolute;
    width: 300px;
    height: 400px;
    top: 50%;
    margin-top: -200px;
    cursor: pointer;
    opacity: 0;
  }
  .arrow:hover {
    opacity: 1;
  }
  .arrow.aleft {
    left: 0px;
  }
  .arrow.aleft .aint {
    position: absolute;
    width: 70px;
    height: 90px;
    /*background-image: url(../images/new-arrows-140x90.png);*/
    background-image: url(../images/new-arrows-280x90.png);
    top: 50%;
    margin-top: -45px;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    left: 0;
    background-position: 0px 0px;
  }
  .arrow.aleft:hover .aint {
    background-position: -71px 0px;
  }
  .arrow.aright {
    right: 0px;
  }
  .arrow.aright .aint {
    position: absolute;
    width: 70px;
    height: 90px;
    /*background-image: url(../images/new-arrows-140x90.png);*/
    background-image: url(../images/new-arrows-280x90.png);
    top: 50%;
    margin-top: -45px;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    right: 0;
    background-position: -210px 0px;
  }
  .arrow.aright:hover .aint {
    background-position: -140px 0px;
  }
  /* WORKS GRID PAGE ***********************************/
  #content #grid {
    opacity: 0;
    position: relative;
    padding: 150px 0px 60px 0px;
    overflow: hidden;
  }
  #content #grid .item {
    margin: 0px 1px 1px 0px;
    padding: 30px;
    width: auto;
  }
  #content #grid .item img {
    max-width: none;
  }
  #content #grid .item .img {
    position: relative;
  }
  #content #grid .item .img .img-container {
    position: relative;
    overflow: hidden;
  }
  #content #grid .item .img .img-container .featured {
    position: absolute;
    margin: 0;
    padding: 0;
  }
  #content #grid .item .img .title-p {
    font-size: 21px;
    padding: 10px 0px;
    text-align: left;
  }
  #content #grid .item a {
    color: #000;
  }
  #content #grid .item a:hover {
    color: #ec008c;
  }
  /* COMMON PAGE LAYOUT *************************/
  .grid3 {
    margin: 0 auto;
  }
  .grid3 .col2 {
    float: left;
    width: 60%;
    margin-left: 19.6%;
  }
  .grid3 .col2 img {
    max-width: 100%;
    height: auto;
  }
  .grid3 .col2 #grid-press {
    width: 100%;
    margin-right: -30px;
  }
  .grid3 .col2 #grid-press .item {
    width: 49.5%;
    padding-right: 30px;
  }
  .grid3 .col2 #grid-press .item img {
    width: 100%;
    height: auto;
  }
  .grid3 .col3 {
    float: left;
    width: 15%;
    margin-left: 5.4%;
    position: relative;
    display: block;
  }
  .grid3 .col1center {
    width: 660px;
    margin: 0 auto;
  }
  /* SINGLE WORK PAGE ***************************/
  .arrow_internal-work {
    position: absolute;
    width: 20px;
    height: 37px;
    background-image: url(../images/arrows.png);
    top: 50%;
    margin-top: -18px;
  }
  .arrow-p-common {
    position: absolute;
    width: 20px;
    height: 37px;
    background-image: url(../images/arrows.png);
    top: 50%;
    margin-top: -18px;
    transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    -moz-transform: scale(0.4, 0.4);
    -o-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    position: relative;
    top: auto;
    margin-top: 25px;
  }
  .post-peq .int {
    width: 70% !important;
  }
  .post-peq .int .tit {
    font-size: 36px !important;
    line-height: 32px !important;
  }
  .post-peq .int .loc {
    margin-top: 5px !important;
    font-size: 20px !important;
  }
  body.single-work #slideshow-work .slide-work #post .int {
    width: 64%;
    /*
					width:52%;
					.tit{
						font-size: 72px;
						line-height: 75px;
					}
					.loc{
						margin-top: 20px;
						font-size: 24px;
					}
					*/
  }
  body.single-work #slideshow-work .slide-work #post .int .tit {
    font-size: 36px;
    line-height: 32px;
  }
  body.single-work #slideshow-work .slide-work #post .int .loc {
    margin-top: 5px;
    font-size: 20px;
  }
  body.single-work #slideshow-work .arrow {
    background: none;
  }
  body.single-work #slideshow-work .aleft {
    left: 0;
  }
  body.single-work #slideshow-work .aright {
    right: 0;
  }
  body.single-work #text-content .entry-content .block.gallery_block .work-detail img {
    max-height: none;
  }
  body.single-work #text-content ul.specs {
    /*position:fixed;*/
    margin-top: 80px;
  }
  body.single-work #text-content ul.specs li {
    margin-bottom: 15px;
  }
  body.single-work #text-content ul.specs li .t-field {
    font-family: 'Akzidenz';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ec008c;
  }
  body.single-work #text-content ul.specs li .t-text {
    font-size: 16px;
  }
  body.single-work #text-content ul.specs li .t-text a {
    color: #000;
  }
  body.single-work #text-content ul.specs li .t-text a:hover {
    color: #ec008c;
  }
  body.single-work #footer-work {
    padding-bottom: 100px;
  }
  body.single-work #footer-work .img {
    position: relative;
  }
  body.single-work #footer-work .img .img-container {
    position: relative;
    overflow: hidden;
  }
  body.single-work #footer-work .img .img-container .featured {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
  }
  body.single-work #footer-work .img .post-a {
    font-size: 15px;
    margin-top: 10px;
    display: block;
    white-space: nowrap;
  }
  body.single-work #footer-work ul.ft {
    margin-top: 30px;
  }
  body.single-work #footer-work ul.ft #prev-work {
    height: 90px;
  }
  body.single-work #footer-work ul.ft #prev-work .arrow-p {
    float: left;
    margin-right: 10px;
    position: absolute;
    width: 20px;
    height: 37px;
    background-image: url(../images/arrows.png);
    top: 50%;
    margin-top: -18px;
    transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    -moz-transform: scale(0.4, 0.4);
    -o-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    position: relative;
    top: auto;
    margin-top: 25px;
    background-position: -40px 0px;
  }
  body.single-work #footer-work ul.ft #prev-work .img {
    float: left;
  }
  body.single-work #footer-work ul.ft #prev-work .img .img-container {
    max-width: none;
  }
  body.single-work #footer-work ul.ft #prev-work .img .img-container img {
    max-height: 90px;
  }
  body.single-work #footer-work ul.ft #next-work {
    height: 90px;
  }
  body.single-work #footer-work ul.ft #next-work .arrow-p {
    float: right;
    margin-left: 10px;
    position: absolute;
    width: 20px;
    height: 37px;
    background-image: url(../images/arrows.png);
    top: 50%;
    margin-top: -18px;
    transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    -moz-transform: scale(0.4, 0.4);
    -o-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    position: relative;
    top: auto;
    margin-top: 25px;
  }
  body.single-work #footer-work ul.ft #next-work .img {
    float: right;
  }
  body.single-work #footer-work ul.ft #next-work .img .img-container {
    float: right;
    max-width: none;
  }
  body.single-work #footer-work ul.ft #next-work .img .img-container img {
    max-height: 90px;
  }
  body.single-work #footer-work ul.ft .ow {
    font-size: 18px;
    line-height: 90px;
  }
  body.page-template-page-about-php #inner-content {
    max-width: none !important;
  }
  body.page-template-page-about-php #inner-content .grid3 .col3 ul.cat {
    display: block;
    line-height: 36px;
  }
  body.page-template-page-about-php #inner-content .grid3 .col3 ul.cat li.current_page_item a {
    color: #000;
  }
  body.page-template-page-about-php #inner-content img {
    max-width: 660px;
    width: 100%;
  }
  .colhalf {
    float: left;
    width: 45%;
    margin-right: 10%;
  }
  .colhalf:last-child {
    margin-right: 0px;
  }
  .title {
    font-family: 'Akzidenz';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ec008c;
    font-size: 14px;
  }
  .list {
    font-size: 24px;
  }
  .list em {
    font-size: 18px;
  }
  .list ul {
    margin-top: 10px;
  }
  #grid-contact {
    margin-top: 20px;
    font-size: 24px;
  }
  #grid-contact ul {
    font-size: 18px;
    margin-top: 0px;
  }
  .textbig {
    font-size: 24px;
  }
  article {
    margin-bottom: 60px;
  }
  article.format-quote section.entry-content {
    margin: 0 2.5em;
  }
  article.format-quote section.entry-content blockquote {
    font-size: 30px;
    line-height: 43px;
    margin: 1.5em 0 1em 0;
  }
  article.format-quote section.entry-content blockquote:before {
    content: "\201C";
  }
  article.format-quote section.entry-content blockquote:after {
    content: "\201D";
  }
  article.format-quote section.entry-content blockquote p {
    display: inline;
  }
  article section.entry-content {
    line-height: 1.2em;
  }
  ul.cat {
    position: fixed;
    margin-top: 0px;
    display: block;
    left: inherit;
  }
  ul.cat a {
    color: #acacac;
  }
  ul.cat a:hover {
    color: #000;
  }
  ul.cat li.categories {
    font-family: 'Akzidenz';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    color: #ec008c;
    line-height: 36px;
  }
  ul.cat li.categories ul {
    margin-top: 0px;
    font-family: 'Garamond';
    font-size: 18px;
    text-transform: none;
  }
  ul.cat li.categories ul li.current-cat a {
    color: #000;
  }
  #prev-post {
    float: left;
    width: 31%;
    text-align: left;
    margin-top: 30px;
  }
  #next-post {
    float: right;
    width: 31%;
    text-align: right;
    margin-top: 30px;
  }
  a .post-a {
    font-size: 16px;
    color: #000;
    line-height: 20px;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  .wrap {
    padding: 0px 30px;
  }
  #container ul#logo-header {
    left: 30px;
  }
  #container ul#logo-header li #icon-menu {
    display: none;
  }
  #container ul.top-nav,
  #container #menu-label {
    left: 30px;
  }
  #container ul.top-nav li:last-child ul.sub-menu,
  #container #menu-label li:last-child ul.sub-menu {
    display: none;
  }
  #container #drawer {
    left: 30px;
  }
  #container #drawer ul.top-nav {
    left: 0px;
  }
  #container ul#widget-header {
    right: 30px;
  }
  #bg-slideshow #caption {
    right: 30px;
    bottom: 30px;
  }
  .arrow.aleft .aint {
    left: 0;
  }
  .arrow.aright .aint {
    right: 0;
  }
  /* WORK PAGE ***********************************/
  #content #grid .item {
    padding: 40px;
  }
  /* COMMON PAGE LAYOUT *************************/
  .grid3 {
    max-width: 1240px;
  }
  .grid3 .col2 {
    max-width: 660px;
    width: 54%;
    margin-left: 22%;
  }
  .grid3 .col2 img {
    width: 100%;
    max-width: 660px;
  }
  .grid3 .col3 {
    width: 15%;
    margin-left: 6%;
  }
  body.single-work #slideshow-work {
    margin-bottom: -50px;
  }
  body.single-work #slideshow-work .aleft {
    left: 0;
  }
  body.single-work #slideshow-work .aright {
    right: 0;
  }
  body.single-work #slideshow-work .slide-work #post .int {
    width: 52%;
  }
  body.single-work #slideshow-work .slide-work #post .int .tit {
    font-size: 72px;
    line-height: 75px;
  }
  body.single-work #slideshow-work .slide-work #post .int .loc {
    margin-top: 20px;
    font-size: 24px;
  }
  body.page-template-page-about-php #inner-content {
    max-width: none !important;
  }
  body.page-template-page-about-php #inner-content .grid3 .col3 ul.cat {
    display: block;
    line-height: 36px;
  }
  body.page-template-page-about-php #inner-content .grid3 .col3 ul.cat li.current_page_item a {
    color: #000;
  }
  .grid3 {
    margin: 0 auto;
  }
  .grid3 .col2 #grid-press {
    /*border:1px solid rgba(0,0,255,1); */
    margin-top: 8px;
    margin-right: 0px;
    width: 740px;
  }
  .grid3 .col2 #grid-press .item {
    width: inherit;
    max-width: 290px;
    margin: 0px 80px 20px 0px;
    padding: 0;
  }
  .grid3 .col2 #grid-press .item .article-header {
    margin-bottom: 7px;
  }
  .grid3 .col2 #grid-press .item img {
    max-width: 290px;
    height: auto;
    margin-bottom: 5px;
  }
  /*
		#grid-press{
			width:100%;
			margin-right: -30px;
			.item{
				width: 49.5%;	
				padding-right: 30px;	
				img{
					width:100%;
					height: auto;
				}

			}
		}
*/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
@media only screen and (min-width: 1240px) {

	// styles in 1240up.less
	@import "_1240up.less";

} // end of media query
*/
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {

	// styles in 2x.less
	@import "_2x.less";

} // end of media query
*/
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {

  // iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
}
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */