/*
Theme Name: NLE Works Times
Theme URI: 
Author: 
Author URI: 
Description:  
Version: 1.0
Template: twentytwelve
License: GNU General Public License
License URI: license.txt
Tags: 
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Repeatable patterns

-------------------------------------------------------------- */



/* Small headers */

.archive-title,  .page-title,  .widget-title,  .entry-content th,  .comment-content th, .single-post h1.entry-title {
	/*font-size: 11px;

		color: #636363;

font-size: 0.785714286rem;

	line-height: 2.181818182;

	text-transform: uppercase;

font-size: 26px;

font-size: 1.857142857rem;

line-height: 1.2;*/

margin-bottom: 0;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
	font-size: 52px;
	font-size: 3.71rem;
	line-height: 1.15;
	text-transform:uppercase;
	letter-spacing: -2.1px;
	letter-spacing: -0.15rem;
}
/* Shared Post Format styling */

article.format-quote footer.entry-meta,  article.format-link footer.entry-meta,  article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
/* Buttons */

.menu-toggle,  input[type="submit"],  article.post-password-required input[type=submit],  li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 15px;
	font-size: 1.07rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #000;
}
.menu-toggle,  input[type="submit"],  article.post-password-required input[type=submit] {
	cursor: pointer;
}
.menu-toggle:hover,  input[type="submit"]:hover,  article.post-password-required input[type=submit]:hover {
}
.menu-toggle:active,  .menu-toggle.toggled-on,  input[type="submit"]:active,  article.post-password-required input[type=submit]:active,  input[type="submit"].toggled-on {
}
li.bypostauthor cite span {
	color: #000;
	background-image: none;
	box-shadow: none;
	padding: 0;
}
/* Form fields */

input[type="text"],  input[type="password"],  input[type="email"],  input[type="url"],  textarea {
	padding: 6px;
	padding: 0.428571429rem;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}
/* Responsive images */

.entry-content img,  .comment-content img,  .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
 img[class*="align"],  img[class*="wp-image-"],  img[class*="attachment-"] {
 height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,  img.size-large,  img.header-image,  img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */

embed,  iframe,  object,  video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,  .comment-content img,  .widget img,  img.header-image,  .author-avatar img,  img.wp-post-image {
/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

	/*border-radius: 3px;

	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,  .gallery-caption,  .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,  .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,  .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* Navigation */

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,  .previous-image {
	float: left;
	width: 50%;
}
.nav-next,  .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,  #comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
/* Author profiles */

.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}
/* =Basic structure

-------------------------------------------------------------- */



/* Body, links, basics */

html {
	/*font-size: 87.5%;*/

	font-size: 14px;
}
body {
	font-size: 14px;
	font-size: 1rem;
	/*font-family: "Helvetica neue", Helvetica, Arial, sans-serif;*/
	font-family: "Times New Roman", Times, serif;
	text-rendering: optimizeLegibility;
	color: #000;
	font-weight:400;
}
a {
	outline: none;
	/*color: #21759b;*/ 

	color: #000;
}
a:hover {
	color: #000;
}
/* Assistive text */

.assistive-text,  .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,  .main-navigation .assistive-text:active,  .main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000;
}
/* Text meant only for screen readers */

.site .screen-reader-text, .screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* Page structure */

.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	/*margin: 24px 0 0;

	margin: 1.714285714rem 0 0;*/

	padding: 0;
}
.widget-area {
	/*margin: 24px 0 0;

	margin: 1.714285714rem 0 0;*/

	padding: 0;
}
/* Header */

.site-header {
	/*padding: 0 0 24px 0;

	padding: 0 0 1.714285714rem 0;*/

	padding: 0;
}
.site-header h1,  .site-header h2 {
	text-align: center;
}
.site-header h1 a,  .site-header h2 a {
	/*color: #515151;*/ color: #000;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,  .site-header h2 a:hover {
	/*color: #21759b;*/ color: #000;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
/* Navigation Menu */

.main-navigation {
	margin-top: 15px;
	margin-top: 1.07rem;
	text-align: center;
}
.main-navigation ul {
	float:left;
}
.main-navigation li {
	/*margin-bottom: 15px;

	margin-bottom: 1.07rem;

	font-size: 12px;

	font-size: 0.857142857rem;*/

	font-size: 15px;
	font-size: 1.07rem;
	line-height: 1.42857143;
	float: left;
	margin: 0 7px 7px 0;
	margin: 0 0.5rem 0.5rem 0;
}
.main-navigation li a,  .main-navigation li {
	display: inline-block;
	text-decoration: none;
}


/* Banner */

section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}
/* Sidebar */

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,  .widget-area .widget li,  .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	/*color: #21759b;*/ color: #000;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
/* Footer */

footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	/*font-size: 0.857142857rem;
	line-height: 2.5;*/
font-size: 1.14rem;
line-height: 1.8;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-bottom: 42px;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	padding:  7px0;
 padding:  .5rem 0;
	/*text-transform:uppercase;*/
}
footer[role="contentinfo"] a {
	color: #000;
	text-decoration:none;
}
footer[role="contentinfo"] a:hover {
	color: #000;
	text-decoration: underline;
}
/**/

a.mini-logo {
	background-image:  url('img/logo-40px-black.png');
	background-repeat:no-repeat;
	height: 21px;
	height: 1.5rem;
	width: 42px;
	width: 3rem;
	margin-bottom: -2px;
	display:inline-block;
	background-position:center;
	background-size:contain;
	margin-right:7px;
margin-right:.5rem;
	text-indent:300px;
	overflow:hidden;
}
a.mini-logo:hover {
	background-image:  url('img/logo-40px-yellow.png');
}
.social-logos {
	float: right;
	display: inline-block;
	text-align:right;
}
/* =Main content and comment content

-------------------------------------------------------------- */



.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 7px;
 margin-bottom: .5rem;/**/
}
.entry-header .entry-title {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,  .entry-meta a {
	color: #757575;
}
.comments-link a:hover,  .entry-meta a:hover {
	/*color: #21759b;*/ color: #000;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,  .entry-summary,  .mu_register {
	line-height:  1.4; /*1.714285714*/
}
.entry-content h1,  .comment-content h1,  .entry-content h2,  .comment-content h2,  .entry-content h3,  .comment-content h3,  .entry-content h4,  .comment-content h4,  .entry-content h5,  .comment-content h5,  .entry-content h6,  .comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,  .comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,  .comment-content h2,  .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,  .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,  .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,  .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,  .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,  .entry-summary p,  .comment-content p,  .mu_register p,  .entry-footer p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	/*line-height: 1.714285714;*/
	line-height: 1.4;
	font-size: 1.14rem;
}
.entry-content ol,  .comment-content ol,  .entry-content ul,  .comment-content ul,  .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,  .comment-content ul ul,  .entry-content ol ol,  .comment-content ol ol,  .entry-content ul ol,  .comment-content ul ol,  .entry-content ol ul,  .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,  .comment-content ul,  .mu_register ul {
	list-style: disc outside;
}
.entry-content ol,  .comment-content ol {
	list-style: decimal outside;
}
.entry-content li,  .comment-content li,  .mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,  .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,  .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,  .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,  .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,  .comment-content pre code {
	display: block;
}
.entry-content abbr,  .comment-content abbr,  .entry-content dfn,  .comment-content dfn,  .entry-content acronym,  .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,  .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,  .entry-content iframe,  .entry-content object,  .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,  .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,  .comment-content dt {
	/*font-weight: bold;*/

	line-height: 1.714285714;
}
.entry-content dd,  .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,  .comment-content table {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,  .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,  .comment-content td {
	padding: 6px 10px 6px 0;
}
.site-content article {
/*margin-bottom: 72px;

	margin-bottom: 5.142857143rem;

	padding-bottom: 24px;

	padding-bottom: 1.714285714rem;*/

	

}
.site-content .entry-content {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
/* =Archives

-------------------------------------------------------------- */



.archive-header,  .page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
}
.archive-meta {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform:none;
}
.archive-header .archive-meta p{
	  margin-bottom:1.2em;}

/* =Single image attachment view

-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
/* =Aside post format

-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,  article.format-aside p:last-child {
	margin-bottom: 0;
}
/* =Post formats

-------------------------------------------------------------- */



/* Image posts */

article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}
/* Link posts */

article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	/*font-weight: bold;*/

	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}
/* Quote posts */

article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}
/* Status posts */

.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	/*color: #21759b;*/ color: #000;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}
/* =Comments

-------------------------------------------------------------- */



.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,  .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	/*color: #21759b;*/ color: #000;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,  a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,  a.comment-edit-link:hover {
	/*color: #21759b;*/ color: #000;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}
/* Comment form */

#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],  #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
/* =Front page template

-------------------------------------------------------------- */



.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.template-front-page .site-content article .slideshow-wrapper {
	margin:0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	/*color: #21759b;*/ color: #000;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}
/* =Widgets

-------------------------------------------------------------- */



.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,  .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,  #wp-calendar td,  #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
/* =Plugins

----------------------------------------------- */



img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
.main-navigation li a {
	border-bottom: 0;
	/*color: #6a6a6a;

		line-height: 3.692307692;*/

		text-transform: uppercase;
	white-space: nowrap;
	background-color: #FFD900;/**/
	padding:5px;
	padding:0.36rem;/*min-width: 200px;

		min-width: 14.29rem;*/

		

	}
.main-navigation li a:hover,  .main-navigation li.current-menu-item a,  .main-navigation li.current-menu-ancestor a,  .main-navigation li.current_page_item a,  .main-navigation li.current_page_ancestor a,  .main-navigation li.current-menu-item > a,  .main-navigation li.current-menu-ancestor > a,  .main-navigation li.current_page_item > a,  .main-navigation li.current_page_ancestor > a,  .main-navigation li.current_page_ancestor.small a,  .main-navigation li.current_page_ancestor.small > a {
	/*color: #636363;

		font-weight: bold;*//*#FECC0B*/

		color: #FFD900;
	background-color:#000000;
}
.main-navigation li.menu-item.current-page-ancestor a {
	color: #FFD900;
	background-color:#000000;
}
h1, h2, h3 {
	color: #000;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-weight:normal;
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
h1 a, h2 a, h3 a {
	color: #000;
}
/*.x{font-family:'Neuzeit S LT W01 Book';}h3{font-family:'Neuzeit Office W01 Bold';} */

h1, div.menu-main-menu-container ul li {
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
/*.archive-header{ background-color:#fff; border:3px solid #000; border:0.21rem solid #000; padding:14px 9px; padding: 1rem 0.64rem;}

*/

header.archive-header {
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
.single-post .entry-header,
.archive-header { /*background-color:#000;*/
	padding:14px;
	padding: 1rem;
	color:#000; /*min-height:205px; min-height: 14.66rem;*/
	margin-bottom:0px;
	margin-bottom:0rem;
}
h1.archive-title,
.single-post h1.entry-title {
	color:#000;
	margin:14px 0 42px;
	margin:1rem 0 3rem;
}
.main-navigation li.small {
	height:32px;
	height:2.286rem;
}
.main-navigation li.small a {
	width:22px;
	width: 1.575rem;
	text-align:center;
	padding:5px;
	padding:0.365rem;
}
.main-navigation li.small.last {
	margin-right:0;
}
.switcher-menu {
	margin-top:42px;
	margin-top:3rem;
	text-transform:uppercase;
}
.switcher-menu a {
	color:#000;
	text-decoration:none;
}
.switcher-menu a.gridis span.thumbsig,  .switcher-menu a.listis span.listig/*,

.switcher-menu a.gridis:hover span.listig, 

.switcher-menu a.listis:hover span.thumbsig*/ {
	color:/*#FECC0B*/ #FFD900;
}
.switcher-menu a.gridis span.listig,  .switcher-menu a.listis span.thumbsig/*,

.switcher-menu a.gridis:hover span.thumbsig, 

.switcher-menu a.listis:hover span.listig*/ {
	color:#000;
}
.switcher-menu .location_link {
	padding-left:14px;
	padding-left:1rem;
}
.switcher-menu .location_link a {
}
.switcher-menu .location_link a:hover {
	color:/*#FECC0B*/ #FFD900;
}
.centered .portfolio-slideshow {
	margin: 0 auto;
}
div.slideshow-meta {
	position: absolute;
	top:0;
	/*margin-top: 210px;
	margin-top: 15rem;
	padding:10px 37px;
	padding:0.71rem 2.64rem;
	max-width:900px;*/
	text-align:left;
	z-index:15;
	margin-bottom: 0;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
div.slideshow-meta p {
	font-size: 48px;/*font-size: 3.71rem;*/
	line-height: 1.27; /*color:#000;*/
	color:#FFD900;
	text-transform:uppercase;
	letter-spacing: -2px;
	letter-spacing: -0.14rem;
}
/*body.single-case div.slideshow-nav {
	width: 100%;
	height:7px;
	height:0.5rem;
	margin:0;
}*/
body.single-case div.slideshow-nav {
	width: 100%;
	height:7px;
	height:0.5rem;
	margin:0 0 -7px;
}
body.single-case .psp-icon-replace {
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	min-width: 1em;
}
body.single-case div.slideshow-nav .sep {
	display:none;
}
body.single-case a.psp-icon.psp-icon-replace {
	position: relative;
	top: -240px;
	width: 90px;
	height: 130px;
	margin: 0px 0px -240px;
	z-index: 1;
	background-size:contain;
	background-repeat: no-repeat;
}
body.single-case a.psp-icon-replace {
	opacity:0;
-webkit-transition: all .9s ease;
 -moz-transition: all .9s ease;
 -o-transition: all .9s ease;
 transition: all .9s ease;
}
body.single-case a.psp-icon-replace:hover {
	opacity:1;
-webkit-transition: all .9s ease;
 -moz-transition: all .9s ease;
 -o-transition: all .9s ease;
 transition: all .9s ease;
}
body.single-case a.slideshow-prev.psp-icon.psp-icon-replace {
	background-position:left center;
	float: left;
	background-image:  url('img/arrow-yellow-l.png');
	background-size:80%;
}
body.single-case a.slideshow-next.psp-icon.psp-icon-replace {
	background-position:right center;
	float: right;
	background-image:  url('img/arrow-yellow-r.png');
	background-size:80%;
}
body.single-case a.slideshow-prev.psp-icon.psp-icon-replace:hover {
	background-image:  url('img/arrow-yellow-l.png');
	background-size:80%;
}
body.single-case a.slideshow-next.psp-icon.psp-icon-replace:hover {
	background-image:  url('img/arrow-yellow-r.png');
	background-size:80%;
}

body.single-case .psthumbs .pager div,
body.single-case .pscarousel .pager div{ display:inline-block; }
/*.pscarousel
*/
body.single-case .psthumbs,
body.single-case .pscarousel {
	height: 80px;
	margin: -120px auto 40px;
	z-index: 2000;
	position: relative;
	opacity:0;
	-webkit-transition: all .9s ease;
	 -moz-transition: all .9s ease;
	 -o-transition: all .9s ease;
	 transition: all .9s ease;
	text-align:center;
	display: block;overflow:hidden
}
body.single-case .ps-video-wrapper { max-height:550px;}
body.single-case .fluid .ps-video-wrapper{ padding-top: 10px;}
body.single-case .psthumbs:hover,
body.single-case .pscarousel:hover{ opacity:1; z-index:2000;}
/*body.single-case .slideshow-wrapper:hover a.slideshow-prev.psp-icon.psp-icon-replace,

body.single-case .slideshow-wrapper:hover a.slideshow-next.psp-icon.psp-icon-replace,*/

body.single-case .slideshow-wrapper .psthumbs:hover,
body.single-case .slideshow-wrapper .pscarousel:hover {
	opacity:1;
-webkit-transition: all .9s ease;
 -moz-transition: all .9s ease;
 -o-transition: all .9s ease;
 transition: all .9s ease;
}
body.single-case .slideshow-wrapper .pager img,
body.single-case .slideshow-wrapper .pscarousel  .scrollable .pager img {
	opacity:.6;
	filter:alpha(opacity=60);
	border:2px transparent solid !important;/**/
	height:72px; width:72px;/**/
	}
body.single-case .slideshow-wrapper .pager img:hover,
body.single-case .slideshow-wrapper .pscarousel  .scrollable .pager img:hover{
	opacity:1;
	filter:alpha(opacity=100);
	border:2px #fff solid !important;/**/
	height:72px; width:72px;/**/

}
body.single-case .slideshow-wrapper .pager img.activeSlide,
body.single-case .slideshow-wrapper .pscarousel .scrollable .pager img.activeSlide{
	opacity:1;
	filter:alpha(opacity=100);
	border:2px #FFD900 solid !important;
	height:72px; width:72px;/**/

}
body.single-case .slideshow-wrapper .pscarousel .scrollable{
height: 80px;
margin:0}

.site-header h1 a, .main-navigation li a {
 -webkit-transition: width .5s ease, height .5s ease;
 -moz-transition: width .5s ease, height .5s ease;
 -o-transition: width .5s ease, height .5s ease;
 transition: width .5s ease, height .5s ease;
}
div.content-wrapper {
	background-color: #FFD900;
	width: 100%;
	display: inline-block;
padding-top: .5rem;
}
body.archive .grid article.case {
	width:175px;
	height:160px;
	margin:0px;
	float:left;
	clear:right;
	padding: 7px 0 0 14px;
padding: .5rem 0 0 1rem;
}
body.archive .grid article.case .subheading {
display: none;}

body.archive .list {
	padding:28px 14px;
	padding:2rem 1rem;
}
body.archive .list article.case {
	display:block;
	padding-bottom:7pxm;
padding-bottom:.5rem;
}
body.archive .list article.case .zumb {
	display:none;
}
body.archive .list article.case .entry-header {
	margin-bottom:2px;
margin-bottom:.14rem;
}
body.archive article.case .entry-header .entry-title {
	font-size: 14px;
	font-size:1rem;
	text-transform:uppercase;
}
.zumb {
	width:175px;
	height:100px;
	overflow:hidden; /*width:175px; height:175px;*/
	background-color:#000;
	margin-bottom: 7px;
margin-bottom: .5rem;
}
article:hover .zumb {
	background-color:#fff;
}
article:hover .zumb img {
	opacity:0.9;
}
article.type-case:hover h1 a {
	color:#fff;
}
body.single-case div.content-wrapper .entry-header {
	padding:14px;
	padding: 1rem;
}
body.single-case div.content-wrapper .entry-content {
	padding:0 14px 14px;
	padding:0 1rem 1rem;
	margin-bottom:14px;
	margin-bottom:1rem;

}
div.content-wrapper .entry-meta {
	padding:0px 14px;
	padding:0 1rem;
}
body.single-case .thumbscontainer { /*padding:0 0 7px 14px; padding:0 0 0.5rem 1rem;*/
	padding:0 0 7px 0;
	padding:0 0 0.5rem 0;
	margin-right:-8px;
	margin-right:-0.58rem;
}
body.single-case .thumbscontainer .thumbss {
	width:114px;
	height:114px;
	margin:0px;
	float:left;
	clear:right;
	padding: 7px 7px 0 0;
	padding: 0.5rem 0.5rem 0 0;
}
body.single-case .thumbscontainer .thumbss img {
	width:114px !important;
	height:114px !important;
}
body.single-case div.content-wrapper .entry-header {
	margin-bottom:28px;
	margin-bottom:2rem;
	text-transform: uppercase;
}
body.single-case div.content-wrapper .entry-header .entry-meta {
	padding:0px;
	padding:0;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
	font-size:14px;
	font-size:1rem;
	line-height:1.4;
	text-transform:uppercase;
}
body.single-case div.content-wrapper .entry-header .entry-meta a {
	color:#000;
	text-decoration:none;
}
body.single-case div.content-wrapper .entry-header .entry-meta a:hover {
	color:#000; /*text-decoration: underline;*/
}
body.single-case div.content-wrapper .entry-header .entry-title {
	/*float: left;
	clear: right;
	margin-right:1rem;
	width: 47%;*/
	display:inline-block;
}


body.single-case div.content-wrapper .entry-meta {
	float: left;
	width: 17%;
	clear: right;
	min-height:98px;
	min-height:7rem;
	margin-bottom:14px;
	margin-bottom:1rem;
}
body.single-case div.content-wrapper .entry-content {
	-webkit-column-width: 378px;
	-webkit-column-width: 27rem;
	-webkit-column-gap: 28px;
	-webkit-column-gap: 2rem;
	-moz-column-width: 378px;
	-moz-column-width: 27rem;
	-moz-column-gap: 28px;
	-moz-column-gap: 2rem;
	-o-column-width: 378px;
	-o-column-width: 27rem;
	-o-column-gap:  28px;
	-o-column-gap:  2rem;
	column-width: 378px;
	column-width: 27rem;
	column-gap: 28px;
	column-gap: 2rem;
}
body.single-case div.content-wrapper .entry-content{
	padding-right: 98px;
	padding-right: 7rem;
}

body.single-case div.content-wrapper .entry-footer{ padding: 0 98px 14px 14px; padding: 0 7rem 1rem 1rem; 	margin-bottom:14px;	margin-bottom:1rem; }


body.single-case div.content-wrapper .entry-content p {
	margin-bottom:14px; margin-bottom:1rem;
}
body.single-case .slideshow-wrapper {
	margin-bottom:7px; margin-bottom:.5rem;
}
body.single-case .slideshow-wrapper .portfolio-slideshow { margin:0;}

.portfolio-slideshow {
	max-height:550px;
}
body.page-template-info-page-php div.content-wrapper.info-page {
	min-height: 462px;
	min-height: 33rem;/**/
}
div.content-wrapper.contact-page {
	position:relative; /*<!--top:50px; top:3.571428571rem;-->*/
}
/*body.logged-in.admin-bar div.content-wrapper.contact-page { position:absolute; top:80px; top:5.714285714rem; }

*/

div.content-wrapper.info-page .sub-pages,  div.content-wrapper.contact-page .sub-pages {
	margin-top:266px;
	margin-top:19rem;
	padding:14px 42px;
	padding:1rem 3rem;
}
div.content-wrapper .sub-pages li {
	margin-bottom:7px;
margin-bottom:.5rem;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;  /*font-size: 32px;font-size: 2.285714286rem; line-height: 1.15;*/
	text-transform: uppercase;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
/*div.content-wrapper .sub-pages a{}

*/

div.content-wrapper .sub-sub-pages li,  div.content-wrapper.sub-sub .entry-header {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom:7px;
margin-bottom:.5rem;
	text-transform: uppercase;
}
.sub-pages a:link, .sub-pages a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.sub-pages a:hover {/*text-decoration: underline;*/
	color:#000000;
}
.sub-pages .current_page_item a:link, .sub-pages .current_page_item a:visited,  .sub-pages .current_page_parent a:link, .sub-pages .current_page_parent a:visited {
	color:#000;
}
.sub-pages .current_page_item a:hover,  .sub-pages .current_page_parent a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
div.content-wrapper.sub-sub {
	background-color:#000;
	margin-top:7px;
margin-top:.5rem;
	margin-bottom:7px;
margin-bottom:.5rem;
	padding:0;
}
div.content-wrapper.sub-sub .sub-pages {
	padding:7px 35px;
padding:.5rem 2.5rem;
}
.page-template-info-page-php div.content-wrapper.sub-sub {
	margin-bottom:0px;
}
.sub-sub-pages a {
	color:#FFF;
}
.sub-sub-pages a:hover {
	color:#FFD900;
	text-decoration:none;
}
/*div.pullquote{width:49%; float: left;}

*/.pullquote h2 {
	margin:28px 0 0;
	margin:2rem 0 0;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom:7px;
margin-bottom:.5rem;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
.entry-content.withquote {
	float:left;
	width:50%;
	margin-top:28px;
	margin-top:2rem;
}
.entry-content.withquote p {
	padding-left:14px;
	padding-left:1rem;
	padding-right:14px;
	padding-right:1rem;
}
.entry-content.noquote {
	margin:28px 35px;
	margin:2rem 2.5rem;
}
body.page-template-info-links-page-php .entry-content p {
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
	font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
}
body.page-template-info-links-page-php .entry-content p a:link, body.page-template-info-links-page-php .entry-content p a:visited {
	color:#FFD900;
	text-decoration:none;
}
body.page-template-info-links-page-php .entry-content p a:hover {
	color:#000;
	text-decoration:underline;
}
div.content-wrapper.sub-sub .entry-header .entry-title {
	padding:7px 42px 0px;
padding:.5rem 3rem 0;
	color:#FFF;
}
div.content-wrapper.location {
	background-color:#000;
}/*div.content-wrapper.location a{ color:#fff; }*/
div.continents div.column {
	width:24%;
	margin-right:1%;
	float:left;
	clear:right;
	min-height:210px;
	min-height:15rem;
	margin-bottom:14px;
	margin-bottom:1rem;
}
div.continents div.column div.inside_wrap {
	padding-left:14px;
	padding-left:1rem;
}
div.continents div h2 {
	color:/*#FECC0B*/ #FFD900;
}
div.continents {
	font-size: 14px;
	font-size: 1rem;
	line-height:1.29;
}
div.continents ul {
	font-size: 14px;
	font-size: 1rem;
	line-height:1.29;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
          font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
}
div.continents ul, div.continents li {
	list-style: none;
	margin: 0;
}
div.continents ul li {
	margin-bottom: 5px;
	margin-bottom:0.36rem;
}
div.continents ul li a {
}
div.continents a:link,  div.continents a:visited {
	color:#FFF;
	text-decoration:none;
}
div.continents a:hover,  div.continents a:active {
	color:/*#FECC0B*/ #FFD900;
	text-decoration:underline;
}
dl.team-member-excerpt { /*min-height: 310px;*/
	margin:0;
}
dt.portrait, dd.port-content {
	vertical-align:top;
	padding:0;
}
.portrait img {
	width: 175px;
	padding: 14px;
	padding: 1rem;
}
dt.portrait {
	margin-right:-217px;
	float:left;
	clear:left;
}
dd.port-content {
	margin-left:217px;
	float:left;
	clear:right;
}
dd.port-content h2 a {
	text-decoration:none;
}
body.page-template-contact-page-php div.contact-page.content-wrapper { /*min-height:550px;*/
	background:none;
	margin-bottom:0px;
}
body.page-template-contact-page-php div.contact-page.content-wrapper .contact-page-image {
	margin:0;
	padding:0px;
	max-height:468px;
	max-height:33rem;
	overflow:hidden;
}
/*body.page-template-contact-page-php div.contact-page.content-wrapper .contact-page-image.image{ min-height:367px; background:none; margin-bottom:0px;}

*/

body.page-template-contact-page-php .entry-content {
	background-color:/*#FECC0B*/ #FFD900;
}
body.page-template-contact-page-php .address {
	width: 50%;
	float: left;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
          font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
body.page-template-contact-page-php .address h3 {
	padding:14px 35px;
	padding:1rem 2.5rem;
	margin:0;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.29;
	text-transform:uppercase;
}
body.page-template-contact-page-php .address p {
	padding:0 35px;
	padding:0 2.5rem;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.29;
}
body.page-template-contact-page-php .maps #ned {
	float:left;
	margin-right:14px;
	margin-right:1rem;
}
body.page-template-contact-page-php .maps #nig {
	float:left;
	clear:right;
}
body.page-template-contact-page-php .maps {
	height:14px;
}
/*body.page-template-contact-page-php  .sub-pages{  position: absolute; }

*/

#single_member_thumb, #single_member_content {
	float:left;
	width: 50%;
}
#single_member_thumb img {
	padding: 14px 14px 14px 0;
}
#single_member_content h1.entry-title,  #single_member_content div.entry-content {
	padding: 14px;
}
body.single-team-member div.content-wrapper .sub-sub-pages li,  body.single-team-member div.content-wrapper.sub-sub .entry-header {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: normal;
}
body.single-team-member div.content-wrapper.sub-sub .sub-pages {
	padding: 7px 35px;
 padding: .5rem 2.5rem;
}
dd.port-content h2 { /*font-size: 32px;font-size: 2.285714286rem; line-height: 1.15;text-transform: uppercase;*/
	margin:14px 0;
	margin:1rem 0;
}
dd.port-content h2,  body.single-team-member h1.entry-title,  body.single-team-member h1.entry-title {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: normal;
	text-transform:uppercase
}
header.entry-header {
	margin-bottom:0;
}
ul.sub-pages li {
	display:inline;
	color:#FFF;
	margin-right:14px;
	margin-right:1rem;
}
ul.sub-pages li a:hover {
	color:#FFD900;
}
span.divide {
	color: #FFF
}
/*ul.sub-pages li.small.info{ margin-right:0} 

ul.sub-pages li.small.info a{width: 14px; width: 1rem;overflow: hidden; background-image: url( img/information-white.png);}



.svg  ul.sub-pages li.small.info a{ background-image: url( img/information-white.svg);}

.svg  ul.sub-pages li.small.info a:hover{ background-image: url( img/information-yellow.svg);}

dt.portrait{ width:203px; }

td.entry-content h2{ margin: 1rem 0 0.5rem;*/



.site-header h1 {
	z-index:1500;
	position:absolute;
	/*height: 200px;

width: 360px;*/

height: 160px;
	width: 305px;
	display: block;
	margin-left: 28px;
	margin-top: 52px;
}
/*.site-header h1 .button{ 

overflow: hidden; 

background-position:top left; 

background-repeat:no-repeat; 

background-size:contain;

height: 200px;

width: 360px;}*/

.site-header h1 .button a {
	text-indent: -1000px;
	overflow: hidden;
	background-position:top left;
	background-repeat:no-repeat;
	background-size:contain;
	/*height: 175px;
	width: 333px;*/
	height: 160px;
	width: 305px;
}
 a.mini-logo{ 	background-image:  url('img/logo-400px-black.png');}
 a.mini-logo:hover{ 	background-image:  url('img/logo-400px-yellow.svg');}
 
.svg a.mini-logo {
	background-image:  url('img/logo-400px-black.svg');
}
.svg a.mini-logo:hover {
	background-image:  url('img/logo-400px-yellow.svg');
}

.site-header h1 a{ background-image:  url('img/logo-400px-black.png');
	opacity:0;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;}
.site-header h1 a:hover{
-webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;
	opacity: 1;}

.svg .site-header h1 a {
	background-image:  url('img/logo-400px-black.svg');
	opacity:0;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;
}
.svg .site-header h1 a:hover {
-webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;
	opacity: 1;
}
body.archive .site-header h1 a{
	background-image:  url('img/logo-400px-yellow.png');
	opacity:0;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;
 }
body.archive .site-header a:hover{opacity: 1;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;}

.svg body.archive .site-header h1 a {
	background-image:  url('img/logo-400px-yellow.svg');
	opacity:0;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;
}
.svg body.archive .site-header a:hover {
	opacity: 1;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;
}
body.home .site-header h1 a,  
body.page-template-slideshow-page-php .site-header h1 a {
	background-image:  url('img/logo-400px-black.png');
	opacity:1;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;
}
.svg body.home .site-header h1 a,  
.svg body.page-template-slideshow-page-php .site-header h1 a {
	background-image:  url('img/logo-400px-black.svg');
	opacity:1;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;
}
body.home .site-header a:hover,  
body.page-template-slideshow-page-php .site-header h1 a:hover{ opacity: 1;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;}

.svg body.home .site-header a:hover,  
.svg body.page-template-slideshow-page-php .site-header h1 a:hover {
	opacity: 1;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;
}
body.page-template-location-page-php .site-header h1 a {background-image:  url('img/logo-400px-white.png');
	opacity:0;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;}
.svg body.page-template-location-page-php .site-header h1 a {
	background-image:  url('img/logo-400px-white.svg');
	opacity:0;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;
}

body.page-template-location-page-php .site-header a:hover{ 
	opacity: 1;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;}
.svg body.page-template-location-page-php .site-header a:hover {
	opacity: 1;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;
}
body.single-case .site-header h1 a{
	background-image:  url('img/logo-400px-black.png');
	opacity:0;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;}
.svg body.single-case .site-header h1 a {
	background-image:  url('img/logo-400px-black.svg');
	opacity:0;
 -webkit-transition: opacity .9s ease-in-out;
 -moz-transition: opacity .9s ease-in-out;
 -o-transition: opacity .9s ease-in-out;
 transition: opacity .9s ease-in-out;
}

body.single-case .site-header a:hover{opacity: 1;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;}
.svg body.single-case .site-header a:hover {
	opacity: 1;
 -webkit-transition: opacity .5s ease-in-out;
 -moz-transition: opacity .5s ease-in-out;
 -o-transition: opacity .5s ease-in-out;
 transition: opacity .5s ease-in-out;
}
/*

.svg body.page-template-location-page-php .site-header h1 a{

	background-image:  url('img/logo-400px-yellow.svg'); opacity:0; 

    -webkit-transition: opacity .5s ease-in-out; 

    -moz-transition: opacity .5s ease-in-out; 

    -o-transition: opacity .5s ease-in-out; 

    transition: opacity .5s ease-in-out;}

.svg body.page-template-location-page-php .site-header a:hover{

	opacity: 1;

	-webkit-transition: opacity .5s ease-in-out; 

    -moz-transition: opacity .5s ease-in-out; 

    -o-transition: opacity .5s ease-in-out; 

    transition: opacity .5s ease-in-out;

}

*/


body.page-template-info-page-php .site-header h1 a, 
body.single-team-member .site-header h1 a,  
body.single-publication .site-header h1 a,  
body.single-press-clipping .site-header h1 a,  
body.parent-pageid-185 .site-header h1 a{ background-image:  url('img/logo-400px-black.png');
	opacity:1;}

.svg body.page-template-info-page-php .site-header h1 a, 
.svg body.single-team-member .site-header h1 a,  
.svg body.single-publication .site-header h1 a,  
.svg body.single-press-clipping .site-header h1 a,  
.svg body.parent-pageid-185 .site-header h1 a {
	background-image:  url('img/logo-400px-black.svg');
	opacity:1;
}

body.page-template-info-page-php .site-header h1 a:hover, 
body.page-template-info-sub-page-php .site-header h1 a:hover,  
body.page-template-info-sub-sub-page-php .site-header h1 a:hover,  
body.page-template-info-links-page-php .site-header h1 a:hover,  
body.page-template-team-page-php .site-header h1 a:hover,  
body.single-team-member .site-header h1 a:hover,

.svg body.page-template-info-page-php .site-header h1 a:hover, 
.svg body.page-template-info-sub-page-php .site-header h1 a:hover,  
.svg body.page-template-info-sub-sub-page-php .site-header h1 a:hover,  
.svg body.page-template-info-links-page-php .site-header h1 a:hover,  
.svg body.page-template-team-page-php .site-header h1 a:hover,  
.svg body.single-team-member .site-header h1 a:hover {
	opacity: 1;
}
.location-page-image {
	margin:0 0 7px;
	padding:0px;
}
.contact-page-image {
	margin:0;
	padding:0px;
	max-height:468px;
	max-height:33rem;
	overflow:hidden;
}
.menu-toggle {
	display: none;
}
.home .slideshow-wrapper {
	z-index:7;
}
.home .slideshow-wrapper .portfolio-slideshow{
	margin:0; padding:0;}
.home .slideshow-wrapper .slideshow-meta .meta-content {
	/*z-index:8;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	text-align:left;
	position: absolute;
	top:0;
	margin-top: 210px;
	margin-top: 15rem;
	padding:10px 37px;
	padding:0.71rem 2.64rem;
	text-align:left;
	z-index:15;
	margin-bottom: 0;
	font-family:'NeuzeitSLTW01-BookHeavy';
	max-width:900px;*/
}

.home #primary .slideshow-content,  .home .slideshow-wrapper {
	margin:0;
}
body.home #primary #content .slideshow-meta{margin-top: 210px;
margin-top: 15rem; margin-left:0; padding:0;}
body.home #primary #content .slideshow-meta .meta-content{  padding:80px 37px 10px; padding:5.71rem 2.64rem .71rem; }


#opening_layer {
	position:relative;
	overflow:visible;
	height: 560px;
	margin-bottom: -560px;
	z-index:20;
}
#opening_layer .portfolio-slideshow{ margin:0;}
body.home #primary #content #opening_layer .slideshow-meta .meta-content { padding:26px 37px 0;	padding:1.86rem 2.64rem 0;/*position:relative !important; text-align: left; */}
#opening_layer .slideshow-meta {	z-index:21;}
#opening_layer .slideshow-meta p {
	/*font-size: 46px;
	font-size: 3.71rem;
	text-align:left;
	line-height: 1.27;*/
	color:#000;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}


div.pullquote {/*width:100%; float: left;*/
}
.info-page.content-wrapper {
	min-height: 462px;
	min-height: 33rem;
}
.info-page.content-wrapper .pullquote {
	margin:15rem 2.5rem 0
}
.info-page.content-wrapper .intro {
	margin:1rem 2.5rem 0;
}
.info-page.content-wrapper .intro p {
margin:0 0 .5rem;
}
.page-template-info-page-php .info-page.content-wrapper .intro {
	margin:15rem 2.5rem 0;
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom:7px;
margin-bottom:.5rem;
	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
          font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal;
}
.page-template-info-page-php .info-page.content-wrapper .intro a {
	text-decoration:none;
	color:#FFF;
}
.page-template-info-page-php .info-page.content-wrapper .intro a:hover {
	text-decoration:none;
	color:#FFF;
	text-decoration:none;
}
.page-template-info-page-php .sub-sub.content-wrapper ul.sub-pages li {
	display:list-item;
}
.home .social-logos {
	/*width:126px;
	width:9rem;*/
	width:182px;
	width:13rem;
}
.sounds {
	width:84px;
	width:6rem;
	display:inline-block;
	float: left;
	clear: right;
	height:28px;
	height:2rem;
}


.column h2{ text-transform:uppercase;}

.wpcf-field-textfield { display:inline-block; 	/*font-family:'NeuzeitSLTW01-BookHeavy';*/
          font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal; line-height:32px; margin-right:1rem;}


h1 .subheading{font-size: 14px; font-size: 1rem;}

.wpcf-field-meta2,
p.download{/*font-family:'NeuzeitSLTW01-BookHeavy';*/
          font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal; line-height:32px; margin-right:1rem; text-transform: uppercase;}

p.download a:link, p.download a:visited{ text-decoration:none;}

.wpcf-field-wysiwyg-value { line-height:1.42857143;}

.wpcf-field-wysiwyg-value strong{ /*font-family:'NeuzeitSLTW01-BookHeavy';*/
          font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal; text-transform: uppercase; font-weight:normal;}
.wpcf-field-wysiwyg-value a:link, .wpcf-field-wysiwyg-value a:visited{ text-decoration:none;/*font-family:'NeuzeitSLTW01-BookHeavy';*/
          font-family: NeuzeitSLT-BookHeavy;
	font-weight: normal;
	font-style: normal; text-transform: uppercase; font-weight:normal;
}


	


	



/* =Media queries

-------------------------------------------------------------- */



/* Minimum width of 600 pixels. */

@media screen and (min-width: 600px) {
 .author-avatar {
 float: left;
 margin-top: 8px;
 margin-top: 0.571428571rem;
}
 .author-description {
 float: right;
 width: 80%;
}
 .site {
 margin: 0 auto;
 max-width: 960px;

		/*max-width: 68.571428571rem;*/

		overflow: hidden;
}
 .site-content {
 float: left;

		/*width: 65.104166667%;*/

		width: 100%;
}
 body.template-front-page .site-content,  body.single-attachment .site-content,  body.full-width .site-content {
 width: 100%;
}
 .widget-area {
 float: right;
/*width: 26.041666667%;*/

	}
 .site-header h1,  .site-header h2 {
 text-align: left;
}
 .site-header h1 {
 font-size: 26px;
 font-size: 1.857142857rem;
 line-height: 1.846153846;
 margin-bottom: 0;
 position:absolute;
}
 .main-navigation ul.nav-menu,  .main-navigation div.nav-menu > ul {

		/*

		*/

		display: inline-block !important;
 text-align: left;
 width: 101%;
}
 .main-navigation ul {
 margin: 0;
 text-indent: 0;
}
 .main-navigation li a,  .main-navigation li {
 display: inline-block;
 text-decoration: none;
}
 .main-navigation li a {
 border-bottom: 0;

		/*color: #6a6a6a;

		background-color: #FFD900;

		line-height: 3.692307692;*/

		text-transform: uppercase;
 white-space: nowrap;
 padding:7px 3px 3px 7px;
 padding:0.5rem 0.22rem 0.225rem .5rem;
}

		

		

	/*.main-navigation li a:hover {

		color: #FFD900;

		background-color:#000;}*/

	

	.main-navigation li {

		/*margin: 0 40px 0 0;

		margin: 0 2.857142857rem 0 0;margin: 0 5px 5px 0;

		margin: 0 0.36rem 0.36rem 0;*/

				position: relative;
}
 .main-navigation li ul {
 display: none;
 margin: 0;
 padding: 0;
 position: absolute;
 top: 100%;
 z-index: 1;
}
 .main-navigation li ul ul {
 top: 0;
 left: 100%;
}
 .main-navigation ul li:hover > ul {
 border-left: 0;
 display: block;
}
 .main-navigation li ul li a {

		/*background: #efefef;*/

		display: block;
 font-size: 11px;
 font-size: 0.785714286rem;
 line-height: 2.181818182;
 padding: 8px 10px;
 padding: 0.571428571rem 0.714285714rem;
 width: 180px;
 width: 12.85714286rem;
 white-space: normal;
}
 .main-navigation li ul li a:hover {
/*background: #e3e3e3;

		color: #444;*/

	}
 .entry-header .entry-title {
 font-size: 21px;
 font-size: 1.5rem;
}
 #respond form input[type="text"] {
 width: 46.333333333%;
}
 #respond form textarea.blog-textarea {
 width: 79.666666667%;
}
 .template-front-page .site-content,  .template-front-page article {
 overflow: hidden;
}
 .template-front-page.has-post-thumbnail article {
 float: left;
 width: 47.916666667%;
}
 .entry-page-image {
 float: right;
 margin-bottom: 0;
 width: 47.916666667%;
}
 .template-front-page .widget-area .widget,  .template-front-page.two-sidebars .widget-area .front-widgets {
 float: left;
 width: 51.875%;
 margin-bottom: 24px;
 margin-bottom: 1.714285714rem;
}
 .template-front-page .widget-area .widget:nth-child(odd) {
 clear: right;
}
 .template-front-page .widget-area .widget:nth-child(even),  .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
 float: right;
 width: 39.0625%;
 margin: 0 0 24px;
 margin: 0 0 1.714285714rem;
}
 .template-front-page.two-sidebars .widget,  .template-front-page.two-sidebars .widget:nth-child(even) {
 float: none;
 width: auto;
}
}



/* Minimum width of 988 pixels. */

@media screen and (min-width: 988px) {
 body .site {
 padding: 0 14px;
 padding: 0 1rem;
/*margin-top: 48px;

		margin-top: 3.428571429rem;

		margin-bottom: 48px;

		margin-bottom: 3.428571429rem;*/

	}
 body.custom-background-empty {
 background-color: #fff;
}
 body.custom-background-empty .site,  body.custom-background-white .site {
 padding: 0;
 margin-top: 0;
 margin-bottom: 0;
 box-shadow: none;
}
 .portfolio-slideshow {
min-height:550px;
}
}
 @media screen and (min-width: 1000px) {
.main-navigation li a {
width: 205px;
width: 14.642857143rem;
}
}
 @media screen and (max-width: 900px) {
.main-navigation li {
font-size: 12px;
font-size:0.857142857rem;
}
}
 @media screen and (max-width: 800px) {
body.single-case div.content-wrapper .entry-content {
padding-right: 14px;
padding-right: 1rem;
}
 .site-header h1, .site-header h1 a, .site-header h1 .button a {
width: 190px;
height: 100px;
}
body.single-case .pscarousel, body.single-case .slideshow-meta{ display:none; !important}
}
 @media screen and (max-width: 599px) {
 html {
-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
}
 .site-header h1, .site-header h1 a, .site-header h1 .button a {
width: 130px;
height: 66px;
}
 .site-header h1 {
margin-top:112px;
margin-top:8rem;
margin-left:14px;
margin-left:1rem;
}
.main-navigation ul{ margin-right:-2%}

div.slideshow-meta {
margin-top: 77px;
margin-top: 5.5rem;
padding: 5px 18px;
padding: 0.36rem 1.29rem;
}
 div.slideshow-meta p {
font-size:21px;
font-size: 1.5rem;
}
body.home #primary #content #opening_layer .slideshow-meta {
width: 100%;
margin-top:60rem;
margin-top:4.28rem;
margin-bottom:-7px;
margin-bottom:-5rem;
}
body.home #primary #content #opening_layer .slideshow-meta p {
font-size:17px;
font-size: 1.2rem;
color:#000;
}
body.home #primary #content #opening_layer .slideshow-meta .meta-content {padding:10px 14px; padding:0.71rem 1rem;}
body.home #primary #content .slideshow-meta .meta-content { padding:7px 14px 9px; padding:0.5rem 1rem .71rem;}

 div.continents div.column {
width:48%;
margin-right:2%;
float:left;
clear:right;
}
 body.single-case div.content-wrapper .entry-header .entry-title, body.single-case div.content-wrapper .entry-meta {
float: none;
width:100%;
min-height:19px;
min-height:1.36rem;
margin-bottom:7px;
margin-bottom:.5rem;
}
 .archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
font-size: 26px;
font-size: 1.857142857rem;
}
 .archive-meta {
font-size: 13px;
font-size: 0.928571429rem;
}


 dt.portrait {
margin-right:0px;
float:left;
}
 dd.port-content {
margin-left:14px;
margin-left:1rem;
float:left;
clear:right;
}

/*div.pullquote{width:100%; float: left;}

*/.entry-content.withquote {
float:left;
width:100%;
}
 body.page-template-info-page-php div.content-wrapper.info-page {
min-height:150px;
}
 div.content-wrapper.info-page .sub-pages {
margin-top:98px;
margin-top:7rem;
}
 #single_member_thumb, #single_member_content {
float:left;
width: 100%;
}
 body.single-case .slideshow-wrapper .psthumbs,
 body.single-case .slideshow-wrapper .pscarousel {
height:43px;
margin:-50px auto 7px;
}
 body.single-case .slideshow-wrapper .pager img,  body.single-case .slideshow-wrapper .pager img:hover,  body.single-case .slideshow-wrapper .pager img.activeSlide {
height:38px;
width:65px;
}
 div.content-wrapper.info-page .sub-pages, div.content-wrapper.contact-page .sub-pages {
margin-top: 126px;
margin-top: 9rem;
padding-left:14px;
padding-left:1rem;
}
 body.page-template-contact-page-php .address h3 {
font-size: 16px;
font-size: 1.14286rem;
padding-left:14px;
padding-left:1rem;
word-wrap: normal;
 -webkit-hyphens: none;
 -moz-hyphens: none;
 hyphens: none;
}
 body.page-template-contact-page-php .address p {
font-size: 12px;
font-size: 0.857rem;
padding-left:14px;
padding-left:1rem;
}
 .main-navigation li {
width:48%;
margin-right:2%;
}
 .main-navigation li a, .main-navigation li.small a {
width:100%;
padding: 5px 0;
padding: 0.36rem 0;
}
}
 @media screen and (max-width: 399px) {
 div.continents div.column {
width:100%;
float:left;
clear:right;
}
}











/* =Print

----------------------------------------------- */



@media print {
body {
	background: none !important;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after,  footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img,  .comment-content img,  .author-avatar img,  img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	/*margin-bottom: 72px;

		margin-bottom: 5.142857143rem;*/

		text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
	text-align: left;
}
.site-header h2 {
	font-size: 10pt;
	text-align: left;
}
.author-avatar,  #colophon,  #respond,  .commentlist .comment-edit-link,  .commentlist .reply,  .entry-header .comments-link,  .entry-meta .edit-link a,  .page-link,  .site-content nav,  .widget-area,  img.header-image,  .main-navigation {
	display: none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content,  .singular .entry-header,  .singular .entry-content,  .singular footer.entry-meta,  .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title,  .entry-title,  .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta,  footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}
/* Comments */

	.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite,  .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857rem;
}
}

.social-logos a {
	display:inline-block;
	width:26px;
	height:26px;
	text-indent:300px;
	overflow:hidden;
	background-size:26px 26px;
	background-position:center;
	margin-top:-2px
}
.social-logos a.facebook {
	background-image: url(img/facebook.png);
	background-repeat:no-repeat;
	background-size:22px 22px;
}
.social-logos a.twitter {
	background-image: url(img/twitter.png);
	background-repeat:no-repeat;
	background-size:22px 22px;
}

.social-logos a.mail {
	background-image: url(img/email-B-64.png);
	background-repeat:no-repeat;
}
.social-logos a.mail:hover {
	background-image: url(img/email-Y-64.png);
	background-repeat:no-repeat;
}
li.small.info a {
	display:inline-block;
	text-indent:300px;
	overflow:hidden;
	background-size:26px 26px;
	background-image: url(img/info-5-64.png);
	background-repeat:no-repeat;
	background-position:center;
}
li.small.info.current-menu-item a,  li.small.info.current-page-ancestor a,  li.small.info a:hover {
	background-image: url(img/info-5y-64.png);
	background-size:26px 26px;
}
li.small.locations a {
	display:inline-block;
	text-indent:300px;
	overflow:hidden;
	background-size:21px 21px;
	background-image: url(img/world.png);
	background-repeat:no-repeat;
	background-position:center;
}
li.small.locations.current-menu-item a,  li.small.locations a:hover {
	background-image: url(img/world_y.png);
}

.svg li.small.locations a {
	background-image: url(img/world.svg);
}

.svg li.small.locations.current-menu-item a, 
.svg li.small.locations a:hover {
	background-image: url(img/world_y.svg);
}



@media all and (-webkit-min-device-pixel-ratio: 1.5) {
 .social-logos a.facebook {
background-image: url(img/facebook@2x.png);
background-repeat:no-repeat;
}
 .social-logos a.twitter {
background-image: url(img/twitter@2x.png);
background-repeat:no-repeat;
}



/*.social-logos a.mail{ background-image: url(img/mail@2x.png); background-repeat:no-repeat;}*/

.social-logos a.mail {
background-image: url(img/email-B-128.png);
background-repeat:no-repeat;
}
 .social-logos a.mail:hover {
background-image: url(img/email-Y-128.png);
background-repeat:no-repeat;
}
 li.small.info a {
background-image: url(img/info-5-128.png);
}
 li.small.info.current-menu-item a,  li.small.info a:hover {
background-image: url(img/info-5y-128.png);
}
 li.small.locations a {
background-image: url(img/world@2x.png);
}
 li.small.locations.current-menu-item a, 
 li.small.locations a:hover {
background-image: url(img/world_y@2x.png);
}

.svg li.small.locations a {
background-image: url(img/world.svg);
}
.svg li.small.locations.current-menu-item a,
.svg li.small.locations a:hover {
background-image: url(img/world_y.svg);
}

}



body.home.page .slideshow-meta, body.home.page .meta-content {
width: 95%!important;
position:absolute!important;
}
.sounds audio { width: 90px; height:30px }
