/******************************************************************
Site Name: Open Evidence
Author: Pimpampum

******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
  -moz-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; }

/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
.button, .button:visited {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #0d575d;
  border-top-color: #117078;
  border-left-color: #117078;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #127881;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#158d97), to(#127881));
  background-image: -webkit-linear-gradient(top, #158d97, #127881);
  background-image: -moz-linear-gradient(top, #158d97, #127881);
  background-image: -o-linear-gradient(top, #158d97, #127881);
  background-image: linear-gradient(to bottom, #158d97, #127881); }
  .button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
    color: white;
    border: 1px solid #0d575d;
    border-top-color: #09393d;
    border-left-color: #09393d;
    background-color: #0f636a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#127881), to(#0f636a));
    background-image: -webkit-linear-gradient(top, #127881, #0f636a);
    background-image: -moz-linear-gradient(top, #127881, #0f636a);
    background-image: -o-linear-gradient(top, #127881, #0f636a);
    background-image: linear-gradient(to bottom, #127881, #0f636a); }
  .button:active, .button:visited:active {
    background-color: #158d97;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#127881), to(#158d97));
    background-image: -webkit-linear-gradient(top, #127881, #158d97);
    background-image: -moz-linear-gradient(top, #127881, #158d97);
    background-image: -o-linear-gradient(top, #127881, #158d97);
    background-image: linear-gradient(to bottom, #127881, #158d97); }

.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad); }
  .blue-button:active, .blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db); }

/* grid */
/*
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.
*/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656; }

.left {
  float: left; }

.right {
  float: right; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #158d97;
  /* on hover */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #0f676f; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }
    h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover {
      text-decoration: underline; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h1.sectiontitle, h2.sectiontitle, .page h1 {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2ex;
  text-transform: uppercase;
  border-bottom: 3px solid #00b1ba;
  margin-bottom: 0.5em; }

.page h1 {
  border-bottom: none;
  margin-top: 0.5em; }

h2, .h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-weight: 400; }

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; }

/*********************
HEADER STYLES
*********************/
.header {
  border-bottom: 3px solid #00b1ba; }

#inner-header {
  position: relative; }
  #inner-header label {
    display: none; }

#logo {
  margin-bottom: 0.5em; }
  #logo img {
    max-width: 180px; }

/*********************
NAVIGATION STYLES
*********************/
.nav {
  border-bottom: 0; }
  .nav li a {
    display: block;
    text-decoration: none;
    padding: 10px 10px; }
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current-page-ancestor a {
    color: #158d97;
    font-weight: 700; }

/*********************
POSTS & CONTENT STYLES
*********************/
.hentry footer {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #ebebeb;
  padding: 0.5em 1em;
  border-top: 2px solid #00b1ba;
  clear: both; }
  .hentry footer ul, .hentry footer li {
    display: inline; }
  .hentry footer a {
    text-decoration: none; }

.page-template-projects-all-php article footer {
  font-size: 13px;
  font-size: 0.8125rem;
  clear: both; }
  .page-template-projects-all-php article footer ul, .page-template-projects-all-php article footer li {
    display: inline; }
  .page-template-projects-all-php article footer a {
    text-decoration: none; }

.hentry .read_more, .page-template-projects-all-php .read_more, .page-template-staff-php .read_more, .page-template-news-all-php .read_more {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem; }
  .hentry .read_more a, .page-template-projects-all-php .read_more a, .page-template-staff-php .read_more a, .page-template-news-all-php .read_more a {
    text-decoration: none; }

/* end .hentry */
.single-title,
.page-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700; }

.byline, .date {
  color: #666666;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300; }

/* entry content */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }
.entry-content img {
  margin: 0 1.5em 1.5em 0;
  max-width: 100%;
  height: auto;
  float: left; }
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    margin: 1px; }
    .pagination ul li {
      padding: 0;
      margin: 0;
      float: left;
      display: inline;
      overflow: hidden; }
      .pagination ul li a, .pagination ul li span {
        margin: 0;
        text-decoration: none;
        padding: 0;
        line-height: 1em;
        font-size: 1em;
        font-weight: normal;
        padding: .5em;
        min-width: 1em;
        display: block; }
      .pagination ul li span.current {
        font-weight: bold; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  border-top: 3px solid #00b1ba;
  padding: 1.5em 0 3em 0;
  overflow: hidden; }
  .footer p {
    display: inline;
    margin-right: 2em;
    margin-top: 0; }
  .footer img {
    vertical-align: middle; }
  .footer a {
    text-decoration: none; }
  .footer .rss {
    background: url(../images/rss_16.png) no-repeat left 3px;
    padding-left: 22px; }

/* específics Open Evidence */
/* Home */
.intro_home {
  background-color: #0b727a; }
  .intro_home .wrap {
    width: 100%; }

.pre-content {
  background-color: #f3f9f8; }

.widget#text-2 {
  background-color: #0b727a;
  padding: 3.1746%;
  color: white;
  margin: 0; }

.widget#text-3 {
  padding: 3.1746%;
  margin: 0;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #00b1ba; }
  .widget#text-3 p {
    margin: 0; }

.ts-twentytwelve-overlay {
  display: none; }

.home article {
  margin-bottom: 1em; }

/* general */
.wrap {
  width: 90%; }

.single .col_a, .single-project, .single-staff {
  background-color: #fff; }
  .single .col_a .article-header .h2, .single-project .article-header .h2, .single-staff .article-header .h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300; }

.related_list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #00b1ba; }
  .related_list li a {
    text-decoration: none; }
    .related_list li a:hover {
      text-decoration: underline; }

.table {
  display: table; }

/* project page */
.single-project .article-header {
  background-color: #f3f9f8;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 1em; }
  .single-project .article-header .wrap {
    width: 100%; }
  .single-project .article-header .col_a {
    background-color: #f3f9f8;
    float: none;
    padding-left: 5%;
    padding-right: 5%; }
  .single-project .article-header .col_b {
    background-color: #0b727a;
    color: #fff;
    float: none;
    padding: 3.1746% 5%; }
    .single-project .article-header .col_b p {
      margin: 0 0 3px 0; }
    .single-project .article-header .col_b .label {
      font-weight: 700; }
.single-project #inner-content {
  display: block; }

.single .article-header .excerpt, .single .article-header .position {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0; }

/* news */
.single-post .article-header {
  margin-bottom: 1em; }
.single-post .col_a {
  padding-left: 0; }

/* pages  */
.page_title {
  background-color: #f3f9f8;
  border-bottom: 1px solid #00b1ba;
  padding: 2em 0; }

.page .col_a {
  padding-left: 0; }

/* staff */
.single-staff .article-header {
  background-color: #f3f9f8;
  overflow: hidden;
  padding: 0.79365% 0;
  border-bottom: 1px solid #d5d5d5; }
  .single-staff .article-header h1 {
    margin-bottom: 0; }
.single-staff .col_a {
  padding: 0; }
.single-staff .staff-content {
  padding-right: 3.1746%; }

/* teasers */
article.related img, aside img {
  width: 100px;
  height: auto; }

.page-template-staff-php article, .page-template-projects-all-php article {
  padding: 1em 0;
  border-top: 3px solid #00b1ba;
  margin-top: 1em; }
  .page-template-staff-php article h1, .page-template-projects-all-php article h1 {
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0; }

.page-template-staff-php article:nth-of-type(1) {
  border-top: none; }
.page-template-staff-php article .position {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 0; }

.page-template-projects-all-php article:nth-of-type(1) {
  border-top: none; }

.page.page-template-clients-all-php article {
  text-align: center;
  border: 1px solid #d5d5d5; }
  .page.page-template-clients-all-php article h1 {
    text-align: left;
    background-color: #f8f8f8;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none;
    letter-spacing: normal;
    padding: 0.5em 1.5em 1.5em 1.5em;
    margin: 0; }
  .page.page-template-clients-all-php article img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.page-template-news-all-php .col_a {
  padding: 3.1746% 3.1746% 3.1746% 0;
  background-color: #fff; }
  .page-template-news-all-php .col_a h1 {
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0; }
.page-template-news-all-php article {
  margin-bottom: 2em; }

/* aside */
aside {
  background-color: #f8f8f8;
  border: 1px solid #d5d5d5;
  padding: 3.1746%;
  margin: 2em 0; }
  aside a {
    text-decoration: none; }

article.related, aside article {
  border-bottom: 3px solid #00b1ba;
  margin-bottom: 0;
  overflow: hidden;
  clear: both; }
  article.related a, aside article a {
    text-decoration: none; }

aside article {
  padding-top: 0.5em; }
  aside article:last-of-type {
    border-bottom: 0; }

.view_all a {
  display: block;
  background-color: #00b1ba;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  padding: 0.5em; }
  .view_all a:visited {
    color: #fff; }
  .view_all a:hover {
    background-color: #0b727a;
    text-decoration: none; }

/* slideshow */
.ts-twentytwelve {
  margin: 0; }
  .ts-twentytwelve img {
    display: block;
    max-width: 100%;
    height: auto; }

/*
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) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*
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) {
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1260px; }

  #inner-header #searchform {
    position: absolute;
    right: 0;
    top: 20px; }

  .intro_home .wrap, .home #inner-content .wrap {
    display: table;
    width: 96%; }

  .widget#text-2 {
    width: 37.85714%;
    display: table-cell;
    padding: 1.5873% 3.1746% 1.5873% 0;
    -moz-box-shadow: inset -9px 0px 22px -5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset -9px 0px 22px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset -9px 0px 22px -5px rgba(0, 0, 0, 0.5); }

  .widget#text-3 {
    width: 62.14286%;
    display: table-cell;
    padding: 1.5873% 3.1746%;
    font-size: 29px;
    font-size: 1.8125rem; }

  #inner-content {
    display: table; }

  .col_a {
    width: 62.14286%;
    padding: 1.5873% 3.1746%;
    display: table-cell;
    vertical-align: top; }
    .col_a.entry-content {
      padding-left: 0; }

  .col_b {
    width: 37.85714%;
    padding: 1.5873% 3.1746%;
    display: table-cell;
    vertical-align: top; }

  .home .col_b {
    padding-left: 0; }
  .home .col_a {
    background-color: #f8f8f8;
    border-left: 1px solid #d5d5d5; }

  .page-template-staff-php article, .page-template-projects-all-php article {
    float: left; }

  .page-template-staff-php article {
    width: 30%;
    margin-left: 5%; }
    .page-template-staff-php article:nth-of-type(3n+1) {
      margin-left: 0;
      clear: both; }
    .page-template-staff-php article:nth-of-type(1), .page-template-staff-php article:nth-of-type(2), .page-template-staff-php article:nth-of-type(3) {
      border-top: none; }

  .page-template-clients-all-php article {
    width: 23.125%;
    margin: 2.5% 0 0 2.5%;
    float: left; }
    .page-template-clients-all-php article:nth-of-type(4n+1) {
      margin-left: 0;
      clear: both; }

  .page-template-projects-all-php article {
    width: 47.5%;
    margin-left: 5%; }
    .page-template-projects-all-php article:nth-of-type(2n+1) {
      margin-left: 0;
      clear: both; }
    .page-template-projects-all-php article:nth-of-type(1), .page-template-projects-all-php article:nth-of-type(2) {
      border-top: none; }

  .single-project .article-header {
    margin-bottom: 0; }
    .single-project .article-header .wrap {
      width: 90%; }
    .single-project .article-header .col_a {
      padding-left: 0; }
    .single-project .article-header .col_b {
      padding: 1.5873% 3.1746%; }

  aside {
    border: none;
    border-left: 1px solid #d5d5d5;
    padding: 1.5873%;
    margin: 0; }

  .full-single {
    background: url(../images/bg_franja_gris2.gif) repeat-y center top #f8f8f8;
    background-size: 100%;
    display: block; }

  /*********************
  BACKGROUNDS
  *********************/
  .intro_home {
    background: url(../images/bg_franja_home2.png) repeat-y center top #0b727a;
    background-size: 100%; }

  .home #inner-content {
    background: url(../images/bg_franja_gris.png) repeat-y center top #f8f8f8;
    background-size: 100%;
    display: block; }

  .single-project .article-header {
    background: url(../images/bg_header_proj.png) repeat-y center top #0b727a;
    background-size: 100%; }
    .single-project .article-header .cola_a {
      display: table-cell; }
    .single-project .article-header .col_b {
      -moz-box-shadow: inset 9px 0px 22px -5px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: inset 9px 0px 22px -5px rgba(0, 0, 0, 0.5);
      box-shadow: inset 9px 0px 22px -5px rgba(0, 0, 0, 0.5);
      display: table-cell; }

  .home .article-header img, .single-staff img, article.related img, aside img, .page-template-staff-php article img, .page-template-projects-all-php #content img, .page-template-news-all-php #content img {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em; }

  /*********************
  HEADER STYLES
  *********************/
  .header nav {
    position: absolute;
    right: 0;
    bottom: 0; }
    .header nav ul {
      margin: 0.5em 0; }

  #logo {
    float: left; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    text-transform: uppercase;
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      margin-top: 0; }
    .nav li {
      float: left;
      position: relative;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        color: #000;
        font-weight: 300;
        letter-spacing: 0.08em; }
        .nav li a:hover, .nav li a:focus {
          color: #158d97; }
      .nav li.current-menu-item a, .nav li.current_page_item a, .nav li.current-page-ancestor a {
        color: #158d97;
        font-weight: 700; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border: 1px solid #ccc;
        border-top: 0;
        position: absolute;
        overflow: hidden;
        visibility: hidden;
        z-index: 8999;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
        .nav li ul.sub-menu li.current-menu-item a,
        .nav li ul.sub-menu li.current_page_item a,
        .nav li ul.sub-menu li.current-page-ancestor a,
        .nav li ul.children li.current-menu-item a,
        .nav li ul.children li.current_page_item a,
        .nav li ul.children li.current-page-ancestor a {
          color: #158d97;
          font-weight: 700; }
      .nav li:hover ul {
        top: auto;
        overflow: visible;
        visibility: visible; }

  /* end .nav */
  .single-project #menu-item-42 a {
    color: #158d97;
    font-weight: 700; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em; }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em; }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; } }
/*
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.
*/
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
/*
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) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
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;
    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; } }
